Skip to content
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

Merged
Prev Previous commit
Next Next commit
Merge branch 'feat/cwc-storybook-7-vite' into feat/layer-sb-v7
IgnacioBecerra authored Jan 5, 2024
commit ce0e5b01531fef67a27daa81a37b73fdadd30bc9
4 changes: 4 additions & 0 deletions packages/carbon-web-components/.storybook/main.ts
Original file line number Diff line number Diff line change
@@ -19,6 +19,10 @@ const stories = glob.sync(
'../src/**/link.stories.ts',
'../src/**/layer.stories.ts',
'../src/**/layer.mdx',
'../src/**/file-uploader.mdx',
'../src/**/file-uploader.stories.ts',
'../src/**/overflow-menu.mdx',
'../src/**/overflow-menu.stories.ts',
],
{
ignore: ['../src/**/docs/*.mdx'],
You are viewing a condensed version of this merge commit. You can view the full changes here.