Skip to content

Commit

Permalink
chore(plasma-new-hope): bump Storybook version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
denivladislav committed Dec 24, 2024
1 parent 9f8d42e commit b68519d
Show file tree
Hide file tree
Showing 7 changed files with 2,927 additions and 14,407 deletions.
4 changes: 3 additions & 1 deletion packages/plasma-new-hope/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const config: StorybookConfig = {
disableTelemetry: true,
},
docs: {
autodocs: true,
defaultName: 'Docs',
},
async viteFinal(config) {
Expand All @@ -57,6 +56,9 @@ const config: StorybookConfig = {
],
});
},
typescript: {
reactDocgen: 'react-docgen-typescript',
},
};

export default config;
2 changes: 1 addition & 1 deletion packages/plasma-new-hope/.storybook/manager.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { addons } from '@storybook/addons';
import { addons } from '@storybook/manager-api';
import theme from './theme';

addons.setConfig({
Expand Down
1 change: 1 addition & 0 deletions packages/plasma-new-hope/.storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const preview: Preview = {
},
},
},
tags: ['autodocs'],
};

export default preview;
Loading

0 comments on commit b68519d

Please sign in to comment.