-
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.
* Making more button for NavItem * Story fix * Fixing SplitButton, creating a new more consistent SplitButton2 * cleaning * [sparkle] - refactor: streamline Button component and introduce FlexSplitButton - Consolidated button sizes by adding 'mini' to BUTTON_SIZES and removing separate MINI_BUTTON_SIZE handling - Removed MiniButton component and updated references to utilize Button with 'mini' size - Introduced FlexSplitButton as a new component for split button functionality, replacing SplitButton2 - Updated import statements to reflect the removal of MiniButton and SplitButton2, adding the new FlexSplitButton - Modified Playground.stories.tsx to demonstrate the new FlexSplitButton usage with 'mini' button size * [sparkle] - refactor: adjust Button component props and usage - Removed 'size' prop from MetaButtonProps interface, aligning it with buttonVariants - Updated ButtonProps to inherit changes from MetaButtonProps, dropping 'size' - Replaced MiniButton with Button component and added 'size' prop inline in NavigationList - Modified SplitButton to default 'size' prop to undefined if not provided * [sparkle] - refactor: improve readability of FeedbackSelector component classNames - Expand ternary operations in `FeedbackSelector.tsx` for `className` prop to enhance code clarity [sparkle] - refactor: remove deprecated SidebarMenuButton component - Delete the commented-out SidebarMenuButton component from `NavigationList.tsx` as it is no longer used * [sparkle] - feature: add prop to hide ScrollBar in ScrollArea component - Introduces `hideScrollBar` as an optional boolean prop to allow conditional rendering of scrollbar - The ScrollArea component now can be used without displaying its scrollbar for a cleaner design when necessary * [sparkle] - refactor: export ScrollAreaProps interface - Make ScrollAreaProps available for import in other components or modules --------- Co-authored-by: JulesBelveze <[email protected]>
- Loading branch information
1 parent
930d9a5
commit 6d8fa0d
Showing
9 changed files
with
252 additions
and
96 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
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.