docs(storybook): update v6 component stories #4458
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds a large number of new Storybook stories and improvements to the stories for many UI components. The main focus is on expanding the coverage of component states and features in Storybook, making it easier to test and demonstrate different configurations and behaviors. There are also some minor fixes and improvements to imports and story naming.
Key changes are grouped below by theme:
Storybook Coverage Expansion
Sizes,Colors,Bordered, andIconAvatarforAvatar;Searchable,Block, andDefaultExpandAllfor picker and tree components; andWithIcons,WithEndIcon,IconOnly, andAsLinkforButton. These additions help showcase the full range of component capabilities. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17]AutoComplete, includingCustomRenderandCustomFilter, to demonstrate advanced usage.bodyFillandExpandOnlyOnePanelinAccordion, andInvisible,Placement, andCompactinBadge. [1] [2]Improvements to Story Consistency and Usability
ReadnlytoReadonlyandSizetoSizesinAutoComplete).Stack,Badge, and icons in stories. [1] [2] [3] [4]Bug Fixes and Code Quality
ButtoninButtonGroupandButtonToolbarstories. [1] [2]Storytype and consistent argument spreading fordefaultArgs. [1] [2]Component-Specific Enhancements
Breadcrumbdemonstrating usage with active items, links, and icons.Calendarstories to include custom cell rendering, ISO week, and week start options.General Improvements
DefaultinCardGroup.These changes significantly enhance the documentation and testability of the component library in Storybook, making it easier for developers to understand and utilize all available features.