@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 CHANGED
@@ -26,6 +26,7 @@ declare function Link({ icon: Icon, title, visible, showExternalLinkIcon, ...pro
26
26
  type Props = {
27
27
  title: string;
28
28
  icon: ElementType;
29
+ id?: string;
29
30
  selected?: boolean;
30
31
  disabled?: boolean;
31
32
  visible?: boolean;
package/dist/index.d.ts CHANGED
@@ -26,6 +26,7 @@ declare function Link({ icon: Icon, title, visible, showExternalLinkIcon, ...pro
26
26
  type Props = {
27
27
  title: string;
28
28
  icon: ElementType;
29
+ id?: string;
29
30
  selected?: boolean;
30
31
  disabled?: boolean;
31
32
  visible?: boolean;
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;