@elementor/editor-app-bar 4.3.0-1023 → 4.3.0-1033

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.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;