@itcase/ui 1.8.175 → 1.8.176
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/css/styles/bundles.css +1514 -854
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/ui",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.176",
|
|
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.
|
|
107
|
-
"@itcase/tokens-am": "^1.1.
|
|
108
|
-
"@itcase/tokens-baikal": "^1.1.
|
|
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",
|
|
@@ -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.
|
|
180
|
+
"storybook": "^10.0.4",
|
|
181
181
|
"stylelint": "^16.25.0",
|
|
182
182
|
"typescript": "^5.9.3"
|
|
183
183
|
}
|