@itcase/ui 1.8.175 → 1.8.177

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui",
3
- "version": "1.8.175",
3
+ "version": "1.8.177",
4
4
  "description": "UI components (Modal, Loader, Popup, etc)",
5
5
  "keywords": [
6
6
  "Modal",
@@ -79,8 +79,8 @@
79
79
  "prepack": "npm run build",
80
80
  "semantic-release": "semantic-release",
81
81
  "typecheck": "tsc --noEmit",
82
- "storybook": "rm -rf node_modules/.cache/ && storybook dev -p 6006 --disable-telemetry",
83
- "build-storybook": "storybook build"
82
+ "storybook": "rm -rf node_modules/.cache/ && STORYBOOK=true storybook dev -p 6006 --disable-telemetry",
83
+ "build-storybook": "STORYBOOK=true storybook build"
84
84
  },
85
85
  "files": [
86
86
  "dist",
@@ -103,9 +103,9 @@
103
103
  "@emotion/is-prop-valid": "^1.4.0",
104
104
  "@itcase/common": "^1.2.33",
105
105
  "@itcase/icons": "^1.2.23",
106
- "@itcase/storybook-config": "^1.2.14",
107
- "@itcase/tokens-am": "^1.1.29",
108
- "@itcase/tokens-baikal": "^1.1.29",
106
+ "@itcase/storybook-config": "^1.2.21",
107
+ "@itcase/tokens-am": "^1.1.30",
108
+ "@itcase/tokens-baikal": "^1.1.30",
109
109
  "@itcase/tokens-palette": "^1.1.29",
110
110
  "clsx": "^2.1.1",
111
111
  "date-fns": "^4.1.0",
@@ -139,7 +139,7 @@
139
139
  "@babel/preset-react": "^7.28.5",
140
140
  "@commitlint/cli": "^20.1.0",
141
141
  "@commitlint/config-conventional": "^20.0.0",
142
- "@itcase/config": "^1.0.62",
142
+ "@itcase/config": "^1.0.63",
143
143
  "@itcase/lint": "^1.1.68",
144
144
  "@itcase/types": "^1.0.45",
145
145
  "@rollup/plugin-alias": "^6.0.0",
@@ -177,7 +177,7 @@
177
177
  "rollup-plugin-peer-deps-external": "^2.2.4",
178
178
  "rollup-preserve-directives": "^1.1.3",
179
179
  "semantic-release": "^24.2.9",
180
- "storybook": "^10.0.3",
180
+ "storybook": "^10.0.4",
181
181
  "stylelint": "^16.25.0",
182
182
  "typescript": "^5.9.3"
183
183
  }