-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Polishing Input, Area, Chip, Dropdown (#8581)
* Fixing Dropdown with description style * Polishing Sparkle styles * [sparkle] - refactor: streamline handling of animated text variants - Abstract animated text background and text color variants into separate records for cleaner code structure - Use cva utility from `class-variance-authority` to manage TextArea component styles, introducing a more flexible and scalable approach to variant handling [sparkle] - fix: mark `isBusy` prop in `Chip` component as potentially undefined - Adjust typings for `isBusy` prop to correctly reflect its optional nature in the `Chip` component [sparkle] - refactor: introduce cva to refactor `TextArea` styles and variants - Consolidate `TextArea` styling and variant handling into a single cva call to improve readability and maintainability - Simplify the props destructuring in the `TextArea` component by relying on cva to handle default variants and classes * polishing * Hoverable * Page * [sparkle] - refactor: implement `cva` for className variations in `Hoverable` - Introduced `cva` for more scalable handling of className variations based on component variants - Replaced manual className construction with `cva` utility in `Hoverable` component for maintainability and readability improvements --------- Co-authored-by: JulesBelveze <[email protected]>
- Loading branch information
1 parent
ca4c366
commit 7779c7d
Showing
17 changed files
with
217 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.