File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ import { addons } from '@storybook/manager-api' ;
2
+
3
+ addons . setConfig ( {
4
+ navSize : 300 ,
5
+ rightPanelWidth : 300 ,
6
+ panelPosition : 'right' ,
7
+ enableShortcuts : true ,
8
+ showToolbar : true ,
9
+ theme : undefined ,
10
+ selectedPanel : undefined ,
11
+ initialActive : 'sidebar' ,
12
+ sidebar : {
13
+ showRoots : false ,
14
+ collapsedRoots : [ 'other' ] ,
15
+ } ,
16
+ toolbar : {
17
+ title : { hidden : false } ,
18
+ zoom : { hidden : false } ,
19
+ eject : { hidden : false } ,
20
+ copy : { hidden : false } ,
21
+ fullscreen : { hidden : false } ,
22
+ } ,
23
+ } ) ;
Original file line number Diff line number Diff line change 98
98
"@rollup/plugin-replace" : " ^5.0.4" ,
99
99
"@rollup/plugin-typescript" : " ^11.1.5" ,
100
100
"@storybook/addon-essentials" : " ^8.0.9" ,
101
+ "@storybook/manager-api" : " ^8.4.7" ,
101
102
"@storybook/react-vite" : " ^8.0.9" ,
102
103
"@svgr/rollup" : " ^8.1.0" ,
103
104
"@testing-library/jest-dom" : " ^5.16.5" ,
Original file line number Diff line number Diff line change @@ -2774,6 +2774,7 @@ __metadata:
2774
2774
"@sendbird/react-uikit-message-template-view": 0.0.2
2775
2775
"@sendbird/uikit-tools": 0.0.2
2776
2776
"@storybook/addon-essentials": ^8.0.9
2777
+ "@storybook/manager-api": ^8.4.7
2777
2778
"@storybook/react-vite": ^8.0.9
2778
2779
"@svgr/rollup": ^8.1.0
2779
2780
"@testing-library/jest-dom": ^5.16.5
@@ -3164,6 +3165,15 @@ __metadata:
3164
3165
languageName: node
3165
3166
linkType: hard
3166
3167
3168
+ "@storybook/manager-api@npm:^8.4.7":
3169
+ version: 8.4.7
3170
+ resolution: "@storybook/manager-api@npm:8.4.7"
3171
+ peerDependencies:
3172
+ storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0
3173
+ checksum: 2b826ec55de7ea0b5b5151dfa896f3e7eddfd36ede61f8a7ad14a37733d5d5645565f863dbde7e2272f1e9b5717f26de7802ae60e297a2647ee2c4c072ed3069
3174
+ languageName: node
3175
+ linkType: hard
3176
+
3167
3177
"@storybook/preview-api@npm:^8.3.5":
3168
3178
version: 8.3.5
3169
3179
resolution: "@storybook/preview-api@npm:8.3.5"
You can’t perform that action at this time.
0 commit comments