@wix/editor-react-components 1.2553.0 → 1.2554.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.
@@ -88,6 +88,9 @@ export declare const DisplayNames: {
88
88
  animatedIcon: {
89
89
  displayName: string;
90
90
  };
91
+ hamburgerAnimatedIcon: {
92
+ displayName: string;
93
+ };
91
94
  };
92
95
  presets: {
93
96
  horizontalScrollNavbar: string;
@@ -234,6 +237,10 @@ export declare const menuBuiltInActions: {
234
237
  readonly elements: typeof ACTIONS.ACTION_NAME.design;
235
238
  };
236
239
  export declare const MENU_ANIMATED_ICON_SPEC: "sp.erc.menuAnimatedIcon";
240
+ export declare const customActionKeys: {
241
+ readonly animatedIcon: "animatedIcon";
242
+ readonly hamburgerAnimatedIcon: "hamburgerAnimatedIcon";
243
+ };
237
244
  export declare const selectors: {
238
245
  menu: string;
239
246
  navbar: string;
@@ -1336,6 +1336,17 @@ const manifest = {
1336
1336
  custom: "animatedIcon"
1337
1337
  }
1338
1338
  }
1339
+ },
1340
+ hamburgerAnimatedIcon: {
1341
+ displayName: DisplayNames.root.customActions.hamburgerAnimatedIcon.displayName,
1342
+ execution: {
1343
+ actionType: ACTIONS.ACTION_TYPE.forward,
1344
+ forward: {
1345
+ elementPath: `.self.${elementKeys.hamburgerOpenButton}.${elementKeys.animatedIcon}`,
1346
+ actionName: ACTIONS.ACTION_NAME.custom,
1347
+ custom: "animatedIcon"
1348
+ }
1349
+ }
1339
1350
  }
1340
1351
  },
1341
1352
  presets: {
@@ -167,6 +167,9 @@ const DisplayNames = {
167
167
  },
168
168
  animatedIcon: {
169
169
  displayName: "Customize Icon"
170
+ },
171
+ hamburgerAnimatedIcon: {
172
+ displayName: "Customize Menu Icon"
170
173
  }
171
174
  },
172
175
  presets: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2553.0",
3
+ "version": "1.2554.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": "1faf683ff9d052643e8f56a0ec45ce629470b4868017f2c02b12a830"
202
+ "falconPackageHash": "2af7f2f83c58579501655ff433c12481f07767e2d31d48d35e09f638"
203
203
  }