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 Jan 9, 2025
1 parent 90e947c commit 33e9877
Show file tree
Hide file tree
Showing 7 changed files with 2,932 additions and 14,412 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,9 +34,11 @@ const config: StorybookConfig = {
disableTelemetry: true,
},
docs: {
autodocs: true,
defaultName: 'Docs',
},
typescript: {
reactDocgen: false,
},
async viteFinal(config) {
return mergeConfig(config, {
base: '',
Expand Down
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 33e9877

Please sign in to comment.