@itcase/storybook-config 1.1.9 → 1.1.10
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.
- package/dist/config/mainConfig.js +1 -0
- package/dist/config/refs.js +2 -2
- package/dist/config/viewports.js +8 -4
- package/package.json +32 -33
package/dist/config/refs.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
const REFS = {
|
|
2
2
|
'itcase-storybook': {
|
|
3
|
-
url: 'https://itcase.pro/storybook/',
|
|
4
3
|
title: 'Introduction',
|
|
4
|
+
url: 'https://itcase.pro/storybook/',
|
|
5
5
|
expanded: false,
|
|
6
6
|
},
|
|
7
7
|
'itcase-ui': {
|
|
8
|
-
url: 'https://itcase.pro/ui/',
|
|
9
8
|
title: 'ITCase UI',
|
|
9
|
+
url: 'https://itcase.pro/ui/',
|
|
10
10
|
expanded: false,
|
|
11
11
|
},
|
|
12
12
|
}
|
package/dist/config/viewports.js
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
INITIAL_VIEWPORTS,
|
|
3
|
-
MINIMAL_VIEWPORTS,
|
|
4
|
-
} from '@storybook/addon-viewport'
|
|
1
|
+
import { INITIAL_VIEWPORTS, MINIMAL_VIEWPORTS } from '@storybook/addon-viewport'
|
|
5
2
|
|
|
6
3
|
const VIEWPORTS = {
|
|
7
4
|
desktop: {
|
|
@@ -11,6 +8,13 @@ const VIEWPORTS = {
|
|
|
11
8
|
height: '100%',
|
|
12
9
|
},
|
|
13
10
|
},
|
|
11
|
+
form: {
|
|
12
|
+
name: 'Standalone',
|
|
13
|
+
styles: {
|
|
14
|
+
width: '600px',
|
|
15
|
+
height: '800px',
|
|
16
|
+
},
|
|
17
|
+
},
|
|
14
18
|
mobile: {
|
|
15
19
|
name: 'Mobile',
|
|
16
20
|
styles: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/storybook-config",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.10",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Code style linter configuration presets",
|
|
6
6
|
"engines": {
|
|
@@ -57,41 +57,40 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@etchteam/storybook-addon-status": "^5.0.0",
|
|
60
|
-
"@itcase/config": "^1.0.
|
|
60
|
+
"@itcase/config": "^1.0.47",
|
|
61
61
|
"@itcase/storybook-addon-auth": "^1.0.5",
|
|
62
|
-
"@newhighsco/storybook-addon-transpile-modules": "^2.0.
|
|
63
|
-
"@storybook/addon-actions": "^8.6.
|
|
64
|
-
"@storybook/addon-controls": "^8.6.
|
|
62
|
+
"@newhighsco/storybook-addon-transpile-modules": "^2.0.60",
|
|
63
|
+
"@storybook/addon-actions": "^8.6.14",
|
|
64
|
+
"@storybook/addon-controls": "^8.6.14",
|
|
65
65
|
"@storybook/addon-designs": "^8.2.1",
|
|
66
|
-
"@storybook/addon-essentials": "^8.6.
|
|
67
|
-
"@storybook/addon-interactions": "^8.6.
|
|
68
|
-
"@storybook/addon-links": "^8.6.
|
|
66
|
+
"@storybook/addon-essentials": "^8.6.14",
|
|
67
|
+
"@storybook/addon-interactions": "^8.6.14",
|
|
68
|
+
"@storybook/addon-links": "^8.6.14",
|
|
69
69
|
"@storybook/addon-styling-webpack": "^1.0.1",
|
|
70
|
-
"@storybook/addon-themes": "^8.6.
|
|
71
|
-
"@storybook/addon-viewport": "^8.6.
|
|
70
|
+
"@storybook/addon-themes": "^8.6.14",
|
|
71
|
+
"@storybook/addon-viewport": "^8.6.14",
|
|
72
72
|
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
|
|
73
|
-
"@storybook/blocks": "^8.6.
|
|
74
|
-
"@storybook/manager-api": "^8.6.
|
|
75
|
-
"@storybook/nextjs": "^8.6.
|
|
76
|
-
"@storybook/preview-api": "^8.6.
|
|
77
|
-
"@storybook/react": "^8.6.
|
|
78
|
-
"@storybook/react-vite": "^8.6.
|
|
79
|
-
"@storybook/react-webpack5": "^8.6.
|
|
80
|
-
"@storybook/theming": "^8.6.
|
|
73
|
+
"@storybook/blocks": "^8.6.14",
|
|
74
|
+
"@storybook/manager-api": "^8.6.14",
|
|
75
|
+
"@storybook/nextjs": "^8.6.14",
|
|
76
|
+
"@storybook/preview-api": "^8.6.14",
|
|
77
|
+
"@storybook/react": "^8.6.14",
|
|
78
|
+
"@storybook/react-vite": "^8.6.14",
|
|
79
|
+
"@storybook/react-webpack5": "^8.6.14",
|
|
80
|
+
"@storybook/theming": "^8.6.14",
|
|
81
81
|
"chalk": "^5.4.1",
|
|
82
82
|
"http-proxy-middleware": "^3.0.5",
|
|
83
|
-
"msw": "^2.
|
|
83
|
+
"msw": "^2.8.4",
|
|
84
84
|
"msw-storybook-addon": "^2.0.4",
|
|
85
|
-
"react-docgen": "^
|
|
85
|
+
"react-docgen": "^8.0.0",
|
|
86
86
|
"react-docgen-typescript-plugin": "^1.0.8",
|
|
87
87
|
"storybook-addon-source-link": "^0.2.1"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@commitlint/cli": "^19.8.
|
|
91
|
-
"@commitlint/config-conventional": "^19.8.
|
|
92
|
-
"@itcase/common": "^1.2.
|
|
93
|
-
"@itcase/lint": "^1.1.
|
|
94
|
-
"@itcase/ui": "^1.4.6",
|
|
90
|
+
"@commitlint/cli": "^19.8.1",
|
|
91
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
92
|
+
"@itcase/common": "^1.2.23",
|
|
93
|
+
"@itcase/lint": "^1.1.9",
|
|
95
94
|
"@rollup/plugin-babel": "^6.0.4",
|
|
96
95
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
97
96
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
@@ -100,20 +99,20 @@
|
|
|
100
99
|
"@semantic-release/release-notes-generator": "14.0.3",
|
|
101
100
|
"@types/react": "^18",
|
|
102
101
|
"@types/react-dom": "^18",
|
|
103
|
-
"conventional-changelog-conventionalcommits": "^
|
|
104
|
-
"eslint": "9.
|
|
105
|
-
"glob": "^11.0.
|
|
102
|
+
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
103
|
+
"eslint": "9.27.0",
|
|
104
|
+
"glob": "^11.0.2",
|
|
106
105
|
"husky": "^9.1.7",
|
|
107
|
-
"lint-staged": "^
|
|
106
|
+
"lint-staged": "^16.0.0",
|
|
108
107
|
"prettier": "^3.5.3",
|
|
109
108
|
"react": "^18",
|
|
110
109
|
"react-dom": "^18",
|
|
111
|
-
"rollup": "^4.
|
|
110
|
+
"rollup": "^4.41.1",
|
|
112
111
|
"rollup-plugin-copy": "^3.5.0",
|
|
113
112
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
114
|
-
"semantic-release": "^24.2.
|
|
115
|
-
"storybook": "^8.6.
|
|
116
|
-
"stylelint": "^16.
|
|
113
|
+
"semantic-release": "^24.2.5",
|
|
114
|
+
"storybook": "^8.6.14",
|
|
115
|
+
"stylelint": "^16.19.1",
|
|
117
116
|
"typescript": "^5.8.3"
|
|
118
117
|
}
|
|
119
118
|
}
|