-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(layer/dropdown/combo-box): update stories to Storybook v7 #11318
feat(layer/dropdown/combo-box): update stories to Storybook v7 #11318
Conversation
Deploy preview created for package Built with commit: 67bf4ed173b572eb522401ff4a9bffcbdbb6a384 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of small things. My intent here is to get on the same page so we have consistency across the components, since we're going through them all anyway. Sorry for the noise.
packages/carbon-web-components/src/components/combo-box/combo-box.stories.ts
Outdated
Show resolved
Hide resolved
packages/carbon-web-components/src/components/combo-box/combo-box.stories.ts
Outdated
Show resolved
Hide resolved
packages/carbon-web-components/src/components/combo-box/combo-box.stories.ts
Outdated
Show resolved
Hide resolved
packages/carbon-web-components/src/components/dropdown/dropdown.stories.ts
Outdated
Show resolved
Hide resolved
packages/carbon-web-components/src/components/dropdown/dropdown.stories.ts
Outdated
Show resolved
Hide resolved
packages/carbon-web-components/src/components/dropdown/dropdown.stories.ts
Show resolved
Hide resolved
packages/carbon-web-components/src/components/layer/layer.stories.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great!
Would especially be nice to get this one in, b/c many stories depend on the <cds-layer>
component. For instance @RichKummer and I noticed there were issues with the layers in #11312.
Scratch this. I was misunderstanding what was needed in other component stories to get layer's fully functioning. There were missing imports in some |
638da9b
into
carbon-design-system:feat/cwc-storybook-7-vite
…n-design-system#11318) * feat(layer): updated to v7 * feat(dropdown): update story * feat(combo-box): update to v7 * fix(stories): addressed feedback * fix(markdown): replaced description --------- Co-authored-by: kennylam <[email protected]>
Related Ticket(s)
Closes #11302 #11303 #11300
Description
This PR updates the stories of:
As well as including
with-layer
helper component to be included in thepreview.js
file for Storybook configs.Changelog
Changed