@elementor/editor-editing-panel 3.32.0-31 → 3.32.0-33
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 +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -20
- package/src/popover-action.tsx +0 -1
package/dist/index.js
CHANGED
|
@@ -1648,7 +1648,6 @@ function PopoverAction({ title, visible = true, icon: Icon, content: PopoverCont
|
|
|
1648
1648
|
return /* @__PURE__ */ React15.createElement(React15.Fragment, null, /* @__PURE__ */ React15.createElement(import_ui10.Tooltip, { placement: "top", title }, /* @__PURE__ */ React15.createElement(import_ui10.IconButton, { "aria-label": title, size: SIZE2, ...triggerProps }, /* @__PURE__ */ React15.createElement(Icon, { fontSize: SIZE2 }))), /* @__PURE__ */ React15.createElement(
|
|
1649
1649
|
import_ui10.Popover,
|
|
1650
1650
|
{
|
|
1651
|
-
disablePortal: true,
|
|
1652
1651
|
disableScrollLock: true,
|
|
1653
1652
|
anchorOrigin: {
|
|
1654
1653
|
vertical: "bottom",
|