@wix/editor-react-components 1.2590.0 → 1.2592.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.
@@ -75,7 +75,7 @@ export declare const DisplayNames: {
75
75
  readonly emptyStateContent: "Empty State";
76
76
  };
77
77
  readonly customActions: {
78
- readonly presets: "Layout";
78
+ readonly presets: "Change Layout";
79
79
  };
80
80
  readonly states: {
81
81
  readonly empty: "No Items";
@@ -39,7 +39,7 @@ const DisplayNames = {
39
39
  emptyStateContent: "Empty State"
40
40
  },
41
41
  customActions: {
42
- presets: "Layout"
42
+ presets: "Change Layout"
43
43
  },
44
44
  states: {
45
45
  empty: "No Items"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2590.0",
3
+ "version": "1.2592.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -199,5 +199,5 @@
199
199
  "registry": "https://registry.npmjs.org/",
200
200
  "access": "public"
201
201
  },
202
- "falconPackageHash": "00acc1801888dd49822cf7be1f7fe5ec7ab50705795427614eb5317f"
202
+ "falconPackageHash": "e2a8d08a8667fbf53fa082ac9c96baf32dbc201d5127ffc68dd0a47f"
203
203
  }