Files
bruno/packages
Abhishek S Lal 260c9e1f4c refactor: replace old Checkbox component and Added new TextInput, MaskedInput, and Select components (#7755)
* refactor: replace old Checkbox component and Added new TextInput, MaskedInput, and Select components

- Deleted the old Checkbox and StyledWrapper components from the components directory.
- Introduced a new Checkbox component with enhanced features including indeterminate state and customizable icons.
- Added a new StyledWrapper for the Checkbox to manage styles and layout.
- Created InputWrapper and StyledWrapper components for consistent form field handling.
- Added new TextInput, MaskedInput, and Select components with their respective styles for improved UI consistency.

* refactor: enhance Checkbox, InputWrapper, and Select components with accessibility improvements

- Added useId for unique ID generation in Checkbox and Select components, improving accessibility.
- Updated Checkbox to use generated IDs for aria attributes and labels.
- Refactored InputWrapper to accept and apply generated IDs for label, description, and error elements.
- Modified Select component to include aria attributes for better screen reader support.
- Adjusted StyledWrapper imports to reference constants for consistent styling across components.
2026-05-18 17:05:59 +05:30
..