@elementor/editor-app-bar 4.3.0-1023 → 4.3.0-1031
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.
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +12 -12
- package/src/components/actions/toggle-action.tsx +1 -0
- package/src/extensions/elements/hooks/use-action-props.ts +1 -0
package/dist/index.mjs
CHANGED
|
@@ -1304,6 +1304,7 @@ function useActionProps4() {
|
|
|
1304
1304
|
return {
|
|
1305
1305
|
title: __16("Add Element", "elementor"),
|
|
1306
1306
|
icon: PlusIcon,
|
|
1307
|
+
id: "ele-add-element",
|
|
1307
1308
|
onClick: () => {
|
|
1308
1309
|
const extendedWindow = window;
|
|
1309
1310
|
const config = extendedWindow?.elementorCommon?.eventsManager?.config;
|