@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/lazy/package.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "name": "lazy",
3
2
  "main": "../dist/cjs/lazy/index.js",
4
3
  "module": "../dist/esm/lazy/index.js",
5
4
  "typings": "../dist/types/lazy/index.d.ts"
@@ -1,5 +1,4 @@
1
1
  {
2
- "name": "lazy-system",
3
2
  "main": "../../dist/cjs/lazy/system/index.js",
4
3
  "module": "../../dist/esm/lazy/system/index.js",
5
4
  "typings": "../../dist/types/lazy/system/index.d.ts"
@@ -1,5 +1,4 @@
1
1
  {
2
- "name": "odeditor",
3
2
  "main": "../dist/cjs/odeditor/index.js",
4
3
  "module": "../dist/esm/odeditor/index.js",
5
4
  "typings": "../dist/types/odeditor/index.d.ts"
@@ -1,5 +1,4 @@
1
1
  {
2
- "name": "odeditor-system",
3
2
  "main": "../../dist/cjs/odeditor/system/index.js",
4
3
  "module": "../../dist/esm/odeditor/system/index.js",
5
4
  "typings": "../../dist/types/odeditor/system/index.d.ts"
@@ -1,5 +1,4 @@
1
1
  {
2
- "name": "on-stage",
3
2
  "main": "../dist/cjs/on-stage/index.js",
4
3
  "module": "../dist/esm/on-stage/index.js",
5
4
  "typings": "../dist/types/on-stage/index.d.ts"
@@ -1,5 +1,4 @@
1
1
  {
2
- "name": "on-stage-reactions",
3
2
  "main": "../../dist/cjs/on-stage/reactions/index.js",
4
3
  "module": "../../dist/esm/on-stage/reactions/index.js",
5
4
  "typings": "../../dist/types/on-stage/reactions/index.d.ts"
@@ -1,5 +1,4 @@
1
1
  {
2
- "name": "on-stage-system",
3
2
  "main": "../../dist/cjs/on-stage/system/index.js",
4
3
  "module": "../../dist/esm/on-stage/system/index.js",
5
4
  "typings": "../../dist/types/on-stage/system/index.d.ts"
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@wix/wix-ui-icons-common",
3
- "version": "3.172.0",
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": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' build-storybook && janet-build",
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": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' start-storybook -p 6006",
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
- "@storybook/addon-actions": "^6.5.16",
25
- "@storybook/addon-docs": "^6.5.16",
26
- "@storybook/addon-essentials": "^6.5.16",
27
- "@storybook/addon-links": "^6.5.16",
28
- "@storybook/addons": "^6.5.16",
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": "^4.4.3",
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": "77cdfb7fcebb4e801d9a04788991a0e355524fa2654630404314fdbd"
104
+ "falconPackageHash": "5c23d96a42ebf4e8eeb06d5bb28a57dc9e7020b311ca5625e58868a5"
112
105
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- "name": "responsive-editor",
3
2
  "main": "../dist/cjs/responsive-editor/index.js",
4
3
  "module": "../dist/esm/responsive-editor/index.js",
5
4
  "typings": "../dist/types/responsive-editor/index.d.ts"
@@ -1,5 +1,4 @@
1
1
  {
2
- "name": "responsive-editor-system",
3
2
  "main": "../../dist/cjs/responsive-editor/system/index.js",
4
3
  "module": "../../dist/esm/responsive-editor/system/index.js",
5
4
  "typings": "../../dist/types/responsive-editor/system/index.d.ts"
@@ -1,5 +1,4 @@
1
1
  {
2
- "name": "system",
3
2
  "main": "../dist/cjs/default/system/index.js",
4
3
  "module": "../dist/esm/default/system/index.js",
5
4
  "typings": "../dist/types/default/system/index.d.ts"