@itcase/storybook-config 1.1.108 → 1.1.110
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,6 +12,7 @@ function withLayoutDecorator() {
|
|
|
12
12
|
left: 'sb-layout-left',
|
|
13
13
|
bottomFull: 'sb-layout-bottom-full',
|
|
14
14
|
center: 'sb-layout-center',
|
|
15
|
+
centerFull: 'sb-layout-center-full',
|
|
15
16
|
leftFull: 'sb-layout-left-full',
|
|
16
17
|
relative: 'sb-layout-relative',
|
|
17
18
|
rightFull: 'sb-layout-right-full',
|
|
@@ -10,6 +10,7 @@ function withLayoutDecorator() {
|
|
|
10
10
|
left: 'sb-layout-left',
|
|
11
11
|
bottomFull: 'sb-layout-bottom-full',
|
|
12
12
|
center: 'sb-layout-center',
|
|
13
|
+
centerFull: 'sb-layout-center-full',
|
|
13
14
|
leftFull: 'sb-layout-left-full',
|
|
14
15
|
relative: 'sb-layout-relative',
|
|
15
16
|
rightFull: 'sb-layout-right-full',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/storybook-config",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.110",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Storybook configuration package",
|
|
6
6
|
"engines": {
|
|
@@ -83,26 +83,25 @@
|
|
|
83
83
|
"@storybook/addon-themes": "^9.1.2",
|
|
84
84
|
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
|
|
85
85
|
"@storybook/addon-vitest": "^9.1.2",
|
|
86
|
-
"@vitejs/plugin-react": "^5.0.
|
|
86
|
+
"@vitejs/plugin-react": "^5.0.1",
|
|
87
87
|
"@storybook/nextjs": "^9.1.2",
|
|
88
88
|
"@storybook/react-vite": "^9.1.2",
|
|
89
89
|
"@storybook/react-webpack5": "^9.1.2",
|
|
90
|
-
"chalk": "^5.
|
|
90
|
+
"chalk": "^5.6.0",
|
|
91
91
|
"http-proxy-middleware": "^3.0.5",
|
|
92
92
|
"msw": "^2.10.5",
|
|
93
93
|
"msw-storybook-addon": "^2.0.5",
|
|
94
|
-
"react-docgen": "^8.0.
|
|
94
|
+
"react-docgen": "^8.0.1",
|
|
95
95
|
"react-docgen-typescript-plugin": "^1.0.8",
|
|
96
|
-
"storybook-addon-source-link": "^0.2.
|
|
97
|
-
"
|
|
98
|
-
"vite": "^7.1.2",
|
|
96
|
+
"storybook-addon-source-link": "^0.2.3",
|
|
97
|
+
"vite": "^7.1.3",
|
|
99
98
|
"vitest": "^3.2.4"
|
|
100
99
|
},
|
|
101
100
|
"devDependencies": {
|
|
102
101
|
"@commitlint/cli": "^19.8.1",
|
|
103
102
|
"@commitlint/config-conventional": "^19.8.1",
|
|
104
103
|
"@itcase/common": "^1.2.29",
|
|
105
|
-
"@itcase/lint": "^1.1.
|
|
104
|
+
"@itcase/lint": "^1.1.37",
|
|
106
105
|
"@rollup/plugin-babel": "^6.0.4",
|
|
107
106
|
"@rollup/plugin-commonjs": "^28.0.6",
|
|
108
107
|
"@rollup/plugin-json": "^6.1.0",
|
|
@@ -120,7 +119,7 @@
|
|
|
120
119
|
"prettier": "^3.6.2",
|
|
121
120
|
"react": "^18",
|
|
122
121
|
"react-dom": "^18",
|
|
123
|
-
"rollup": "^4.46.
|
|
122
|
+
"rollup": "^4.46.3",
|
|
124
123
|
"rollup-plugin-copy": "^3.5.0",
|
|
125
124
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
126
125
|
"semantic-release": "^24.2.7",
|