@elementor/editor-controls 3.33.0-143 → 3.33.0-145

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
@@ -1605,7 +1605,7 @@ var Item = ({ Label: Label3, Icon, actions }) => {
1605
1605
  ref: setRef,
1606
1606
  variant: "outlined",
1607
1607
  "aria-label": (0, import_i18n7.__)("Open item", "elementor"),
1608
- sx: { minHeight: (theme) => theme.spacing(4) },
1608
+ sx: { minHeight: (theme) => theme.spacing(3.5) },
1609
1609
  ...triggerProps,
1610
1610
  onClick,
1611
1611
  startIcon: /* @__PURE__ */ React31.createElement(RepeaterItemIconSlot, { value }, /* @__PURE__ */ React31.createElement(Icon, { value })),
@@ -1716,7 +1716,7 @@ var EditItemPopover = ({ children }) => {
1716
1716
  // src/controls/box-shadow-repeater-control.tsx
1717
1717
  var BoxShadowRepeaterControl = createControl(() => {
1718
1718
  const { propType, value, setValue, disabled } = useBoundProp(import_editor_props10.boxShadowPropTypeUtil);
1719
- return /* @__PURE__ */ React37.createElement(PropProvider, { propType, value, setValue, isDisabled: () => disabled }, /* @__PURE__ */ React37.createElement(UnstableRepeater, { initial: initialShadow, propTypeUtil: import_editor_props10.boxShadowPropTypeUtil }, /* @__PURE__ */ React37.createElement(Header, { label: (0, import_i18n11.__)("Box shadow", "elementor") }, /* @__PURE__ */ React37.createElement(TooltipAddItemAction, { newItemIndex: 0, disabled })), /* @__PURE__ */ React37.createElement(ItemsContainer, null, /* @__PURE__ */ React37.createElement(
1719
+ return /* @__PURE__ */ React37.createElement(PropProvider, { propType, value, setValue, isDisabled: () => disabled }, /* @__PURE__ */ React37.createElement(UnstableRepeater, { initial: initialShadow, propTypeUtil: import_editor_props10.boxShadowPropTypeUtil }, /* @__PURE__ */ React37.createElement(Header, { label: (0, import_i18n11.__)("Box shadow", "elementor") }, /* @__PURE__ */ React37.createElement(TooltipAddItemAction, { newItemIndex: 0, disabled, ariaLabel: "Box shadow" })), /* @__PURE__ */ React37.createElement(ItemsContainer, null, /* @__PURE__ */ React37.createElement(
1720
1720
  Item,
1721
1721
  {
1722
1722
  Icon: ItemIcon,