@wix/editor-react-components 1.2359.0 → 1.2361.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.
@@ -69,7 +69,7 @@ export declare const DisplayNames: {
69
69
  readonly list: "List";
70
70
  readonly slider: "Slider";
71
71
  readonly slider_vertical: "Slider Vertical";
72
- readonly grid: "Grid";
72
+ readonly grid: "Advanced grid";
73
73
  };
74
74
  };
75
75
  readonly item: {
@@ -38,7 +38,7 @@ const DisplayNames = {
38
38
  list: "List",
39
39
  slider: "Slider",
40
40
  slider_vertical: "Slider Vertical",
41
- grid: "Grid"
41
+ grid: "Advanced grid"
42
42
  }
43
43
  }
44
44
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2359.0",
3
+ "version": "1.2361.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -80,7 +80,7 @@
80
80
  "@wix/design-system-illustrations": "^2.19.0",
81
81
  "@wix/sdk": "^1.21.13",
82
82
  "@wix/services-manager-react": "^0.1.27",
83
- "@wix/site-ui": "1.162.0",
83
+ "@wix/site-ui": "1.163.0",
84
84
  "@wix/video": "^1.85.0",
85
85
  "@wix/viewer-service-consent-policy": "^1.0.100",
86
86
  "@wix/web-bi-logger": "^2.1.26",
@@ -110,7 +110,7 @@
110
110
  "@types/react-dom": "^18.2.17",
111
111
  "@uiw/react-codemirror": "^4.24.1",
112
112
  "@vitejs/plugin-react": "^4.3.4",
113
- "@wix/a11y-audit-tool-plugin": "^0.357.0",
113
+ "@wix/a11y-audit-tool-plugin": "^0.366.0",
114
114
  "@wix/astro": "^2.63.0",
115
115
  "@wix/business-tools": "^1.0.225",
116
116
  "@wix/cli": "^1.1.226",
@@ -199,5 +199,5 @@
199
199
  "registry": "https://registry.npmjs.org/",
200
200
  "access": "public"
201
201
  },
202
- "falconPackageHash": "161e4b7e541ef3b527e8626a785456eb4e6659d13805356f786a18ab"
202
+ "falconPackageHash": "6a903f986396bd3ffe7dd3592eda3bba3339251897b1eca9624b090d"
203
203
  }