@wix/editor-react-components 1.2481.0 → 1.2483.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.
@@ -65,8 +65,8 @@ const DesignStates = {
65
65
  };
66
66
  export {
67
67
  CONTAINER_INITIAL_HEIGHT as C,
68
- DEFAULT_PROPS as D,
69
- DesignStates as a,
68
+ DesignStates as D,
69
+ DEFAULT_PROPS as a,
70
70
  DISPLAY_NAMES as b,
71
71
  accordionManifestDefaults as c
72
72
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2481.0",
3
+ "version": "1.2483.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -197,5 +197,5 @@
197
197
  "registry": "https://registry.npmjs.org/",
198
198
  "access": "public"
199
199
  },
200
- "falconPackageHash": "bd03f80f2453c294fc1ddd539364db5cdc495b4518e54b05a5028acb"
200
+ "falconPackageHash": "6d1cc6d0b86f756faf4c894fa6ceef9f06d5ebe66f24de48cf6ce204"
201
201
  }
@@ -1,20 +0,0 @@
1
- export declare const menuSemanticClassNames: {
2
- readonly root: "menu";
3
- readonly item: "menu__item";
4
- readonly itemLabel: "menu__item-label";
5
- readonly scrollButton: "menu__scroll-button";
6
- readonly scrollButtonIcon: "menu__scroll-button-icon";
7
- readonly itemIcon: "menu__item-icon";
8
- };
9
- export declare const shmSemanticClassNames: {
10
- readonly root: "horizontal-menu";
11
- readonly menuItemWrapper: "horizontal-menu__item";
12
- readonly menuItemLabel: "horizontal-menu__item-label";
13
- };
14
- export declare const dropdownSemanticClassNames: {
15
- readonly root: "dropdown-menu";
16
- readonly dropdownItem: "dropdown-menu__item";
17
- readonly dropdownItemLabel: "dropdown-menu__item-label";
18
- readonly dropdownSubItem: "dropdown-menu__subitem";
19
- readonly dropdownSubItemLabel: "dropdown-menu__subitem-label";
20
- };