Skip to content

Commit

Permalink
chore(deps-dev): bump Storybook from 8.1.0 to 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed May 16, 2024
1 parent 3ada98a commit ba8127f
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 276 deletions.
3 changes: 1 addition & 2 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ const config = {
options: {},
},
docs: {
autodocs: true,
defaultName: 'Docs',
defaultName: 'Docs'
}
};
export default config;
3 changes: 3 additions & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const preview = {
attributeName: 'data-bs-theme',
}),
],

parameters: {
controls: {
matchers: {
Expand All @@ -23,6 +24,8 @@ const preview = {
},
viewport: { viewports: INITIAL_VIEWPORTS },
},

tags: ['autodocs']
};

export default preview;

0 comments on commit ba8127f

Please sign in to comment.