@wix/editor-react-components 1.2553.0 → 1.2555.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: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2555.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@wix/site-service-business-logger": "^1.0.0",
|
|
85
85
|
"@wix/site-service-configuration": "^1.0.1",
|
|
86
86
|
"@wix/site-service-rendering-context": "^1.0.1",
|
|
87
|
-
"@wix/site-ui": "1.
|
|
87
|
+
"@wix/site-ui": "1.237.0",
|
|
88
88
|
"@wix/video": "^1.106.0",
|
|
89
89
|
"@wix/viewer-service-consent-policy": "^1.0.101",
|
|
90
90
|
"@wix/web-bi-logger": "^2.1.29",
|
|
@@ -199,5 +199,5 @@
|
|
|
199
199
|
"registry": "https://registry.npmjs.org/",
|
|
200
200
|
"access": "public"
|
|
201
201
|
},
|
|
202
|
-
"falconPackageHash": "
|
|
202
|
+
"falconPackageHash": "462f22dba74ede918de06fdbc04487a805e51f20ff8feee8c9be370c"
|
|
203
203
|
}
|