gutenberg
gutenberg copied to clipboard
Storybook: Organizes components under 'Utilities'
What?
This pull request includes changes to update the categorization of several components in the Storybook configuration. The updates involve changing the title and adding an id to better reflect the components' roles as utilities.
Changes to component categorization:
packages/components/src/animate/stories/index.story.tsx: Updatedtitleto 'Components/Utilities/Animate' and addedidas 'components-animate'.packages/components/src/composite/stories/index.story.tsx: Updatedtitleto 'Components/Utilities/Composite' and addedidas 'components-composite'.packages/components/src/disabled/stories/index.story.tsx: Updatedtitleto 'Components/Utilities/Disabled' and addedidas 'components-disabled'.packages/components/src/keyboard-shortcuts/stories/index.story.tsx: Updatedtitleto 'Components/Utilities/KeyboardShortcuts' and addedidas 'components-keyboardshortcuts'.packages/components/src/sandbox/stories/index.story.tsx: Updatedtitleto 'Components/Utilities/SandBox' and addedidas 'components-sandbox'.
Why?
This change is part of the larger Storybook Improvements and the shared Sitemap.
How?
Organizing components in to functional groups helps categorize the content and easier to navigate and understand.
Testing Instructions
npm run storybook:dev- Observe the updated navigation