@wix/wix-ui-icons-common 3.172.0 → 3.173.0
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/classic-editor/package.json +0 -1
- package/classic-editor/system/package.json +0 -1
- package/core/package.json +0 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/lazy/package.json +0 -1
- package/lazy/system/package.json +0 -1
- package/odeditor/package.json +0 -1
- package/odeditor/system/package.json +0 -1
- package/on-stage/package.json +0 -1
- package/on-stage/reactions/package.json +0 -1
- package/on-stage/system/package.json +0 -1
- package/package.json +11 -18
- package/responsive-editor/package.json +0 -1
- package/responsive-editor/system/package.json +0 -1
- package/system/package.json +0 -1
package/lazy/package.json
CHANGED
package/lazy/system/package.json
CHANGED
package/odeditor/package.json
CHANGED
package/on-stage/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/wix-ui-icons-common",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.173.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "yarn run build:icons && yarn esbuild && yarn build:types && yarn build:storybook",
|
|
6
6
|
"build:clean": "git clean -xfd",
|
|
7
7
|
"build:icons": "node ./scripts/build.mjs",
|
|
8
|
-
"build:storybook": "
|
|
8
|
+
"build:storybook": "storybook build && janet-build",
|
|
9
9
|
"build:types": "tsc --emitDeclarationOnly",
|
|
10
10
|
"esbuild": "rm -rf build && node ./scripts/esbuild.mjs",
|
|
11
11
|
"lint": "yoshi-library lint --max-warnings=0",
|
|
12
12
|
"lint:fix": "yarn lint --fix",
|
|
13
|
-
"start": "
|
|
13
|
+
"start": "storybook dev -p 6006",
|
|
14
14
|
"test": "yoshi-library test",
|
|
15
15
|
"ts": "tsc --noEmit",
|
|
16
16
|
"versionbump": "npm --no-git-tag-version version patch && yarn"
|
|
@@ -21,25 +21,17 @@
|
|
|
21
21
|
"tslib": "^2.8.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@
|
|
25
|
-
"@
|
|
26
|
-
"@
|
|
27
|
-
"@storybook/addon-
|
|
28
|
-
"@storybook/
|
|
29
|
-
"@storybook/api": "^6.5.16",
|
|
30
|
-
"@storybook/builder-webpack5": "^6.5.16",
|
|
31
|
-
"@storybook/cli": "^6.5.16",
|
|
32
|
-
"@storybook/components": "^6.5.16",
|
|
33
|
-
"@storybook/core-events": "^6.5.16",
|
|
34
|
-
"@storybook/manager-webpack5": "^6.5.16",
|
|
35
|
-
"@storybook/react": "^6.5.16",
|
|
36
|
-
"@storybook/theming": "^6.5.16",
|
|
24
|
+
"@babel/preset-env": "^7.26.0",
|
|
25
|
+
"@babel/preset-react": "^7.26.3",
|
|
26
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
27
|
+
"@storybook/addon-webpack5-compiler-babel": "^4.0.1",
|
|
28
|
+
"@storybook/react-webpack5": "10.4.1",
|
|
37
29
|
"@testing-library/react": "^16.3.2",
|
|
38
30
|
"@types/jest": "^30.0.0",
|
|
39
31
|
"@wix/janet-build": "^1.0.10",
|
|
40
32
|
"@wix/janet-dev-server": "^1.16.22",
|
|
41
33
|
"@wix/jest-yoshi-preset": "^6.185.0",
|
|
42
|
-
"@wix/wix-storybook-utils": "^
|
|
34
|
+
"@wix/wix-storybook-utils": "^5.0.0",
|
|
43
35
|
"@wix/yoshi-flow-library": "^6.185.0",
|
|
44
36
|
"@wix/yoshi-style-dependencies": "^6.185.0",
|
|
45
37
|
"esbuild": "^0.25.0",
|
|
@@ -47,6 +39,7 @@
|
|
|
47
39
|
"node-html-parser": "^6.1.13",
|
|
48
40
|
"react": "^18.3.1",
|
|
49
41
|
"react-dom": "^18.3.1",
|
|
42
|
+
"storybook": "10.4.1",
|
|
50
43
|
"svgo": "^3.3.2",
|
|
51
44
|
"ts-jest": "^29.4.9",
|
|
52
45
|
"typescript": "^5.8.3",
|
|
@@ -108,5 +101,5 @@
|
|
|
108
101
|
"wallaby": {
|
|
109
102
|
"autoDetect": true
|
|
110
103
|
},
|
|
111
|
-
"falconPackageHash": "
|
|
104
|
+
"falconPackageHash": "5c23d96a42ebf4e8eeb06d5bb28a57dc9e7020b311ca5625e58868a5"
|
|
112
105
|
}
|