@elementor/editor-app-bar 4.3.0-1022 → 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.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1309,6 +1309,7 @@ function useActionProps4() {
|
|
|
1309
1309
|
return {
|
|
1310
1310
|
title: (0, import_i18n16.__)("Add Element", "elementor"),
|
|
1311
1311
|
icon: import_icons14.PlusIcon,
|
|
1312
|
+
id: "ele-add-element",
|
|
1312
1313
|
onClick: () => {
|
|
1313
1314
|
const extendedWindow = window;
|
|
1314
1315
|
const config = extendedWindow?.elementorCommon?.eventsManager?.config;
|