@elementor/editor-app-bar 4.3.0-1018 → 4.3.0-1019
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.js
CHANGED
|
@@ -556,7 +556,7 @@ function AngieGuideLocation() {
|
|
|
556
556
|
]
|
|
557
557
|
}
|
|
558
558
|
},
|
|
559
|
-
/* @__PURE__ */ React16.createElement("span",
|
|
559
|
+
/* @__PURE__ */ React16.createElement("span", { style: { display: "contents" } })
|
|
560
560
|
));
|
|
561
561
|
}
|
|
562
562
|
|
|
@@ -765,7 +765,7 @@ function UtilitiesMenuLocation() {
|
|
|
765
765
|
const shouldUsePopover = menuItems.default.length > maxToolbarActions;
|
|
766
766
|
const toolbarMenuItems = shouldUsePopover ? menuItems.default.slice(0, maxToolbarActions) : menuItems.default;
|
|
767
767
|
const popoverMenuItems = shouldUsePopover ? menuItems.default.slice(maxToolbarActions) : [];
|
|
768
|
-
return /* @__PURE__ */ React22.createElement(ToolbarMenu, null,
|
|
768
|
+
return /* @__PURE__ */ React22.createElement(ToolbarMenu, null, popoverMenuItems.length > 0 && /* @__PURE__ */ React22.createElement(ToolbarMenuMore, { id: "elementor-editor-app-bar-utilities-more" }, popoverMenuItems.map(({ MenuItem: MenuItem2, id }) => /* @__PURE__ */ React22.createElement(MenuItem2, { key: id }))), toolbarMenuItems.map(({ MenuItem: MenuItem2, id }) => /* @__PURE__ */ React22.createElement(import_react8.Fragment, { key: id }, /* @__PURE__ */ React22.createElement(MenuItem2, null))));
|
|
769
769
|
}
|
|
770
770
|
|
|
771
771
|
// src/components/app-bar.tsx
|