@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.
@@ -2,6 +2,7 @@ import chalk from 'chalk'
2
2
 
3
3
  const STORYBOOK_PUBLIC_PATH = null
4
4
  const WEBPACK_ALIAS = {
5
+ '@itcase/ui': `${process.cwd()}/node_modules/@itcase/ui/dist`,
5
6
  src: `${process.cwd()}/src`,
6
7
  }
7
8
 
@@ -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
  }
@@ -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.9",
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.26",
60
+ "@itcase/config": "^1.0.47",
61
61
  "@itcase/storybook-addon-auth": "^1.0.5",
62
- "@newhighsco/storybook-addon-transpile-modules": "^2.0.59",
63
- "@storybook/addon-actions": "^8.6.12",
64
- "@storybook/addon-controls": "^8.6.12",
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.12",
67
- "@storybook/addon-interactions": "^8.6.12",
68
- "@storybook/addon-links": "^8.6.12",
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.12",
71
- "@storybook/addon-viewport": "^8.6.12",
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.12",
74
- "@storybook/manager-api": "^8.6.12",
75
- "@storybook/nextjs": "^8.6.12",
76
- "@storybook/preview-api": "^8.6.12",
77
- "@storybook/react": "^8.6.12",
78
- "@storybook/react-vite": "^8.6.12",
79
- "@storybook/react-webpack5": "^8.6.12",
80
- "@storybook/theming": "^8.6.12",
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.7.4",
83
+ "msw": "^2.8.4",
84
84
  "msw-storybook-addon": "^2.0.4",
85
- "react-docgen": "^7.1.1",
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.0",
91
- "@commitlint/config-conventional": "^19.8.0",
92
- "@itcase/common": "^1.2.22",
93
- "@itcase/lint": "^1.1.5",
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": "^8.0.0",
104
- "eslint": "9.24.0",
105
- "glob": "^11.0.1",
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": "^15.5.1",
106
+ "lint-staged": "^16.0.0",
108
107
  "prettier": "^3.5.3",
109
108
  "react": "^18",
110
109
  "react-dom": "^18",
111
- "rollup": "^4.40.0",
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.3",
115
- "storybook": "^8.6.12",
116
- "stylelint": "^16.18.0",
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
  }