@elementor/editor-controls 3.32.0-54 → 3.32.0-55
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -16
- package/dist/index.mjs.map +1 -1
- package/package.json +14 -14
- package/src/components/unstable-repeater/header/header.tsx +6 -4
package/dist/index.js
CHANGED
|
@@ -3635,7 +3635,7 @@ var Header = ({ label, children }) => {
|
|
|
3635
3635
|
/* @__PURE__ */ React54.createElement(import_ui46.Typography, { component: "label", variant: "caption", color: "text.secondary", sx: { lineHeight: 1 } }, label),
|
|
3636
3636
|
/* @__PURE__ */ React54.createElement(ControlAdornments, null),
|
|
3637
3637
|
/* @__PURE__ */ React54.createElement(RepeaterHeaderActionsSlot, { value }),
|
|
3638
|
-
/* @__PURE__ */ React54.createElement(SlotChildren, { whitelist: [TransformBaseControl, TooltipAddItemAction], sorted: true }, children)
|
|
3638
|
+
/* @__PURE__ */ React54.createElement(import_ui46.Box, { sx: { ml: "auto" } }, /* @__PURE__ */ React54.createElement(SlotChildren, { whitelist: [TransformBaseControl, TooltipAddItemAction], sorted: true }, children))
|
|
3639
3639
|
);
|
|
3640
3640
|
};
|
|
3641
3641
|
|