@elementor/editor-controls 3.32.0-53 → 3.32.0-54

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
@@ -3760,6 +3760,7 @@ var Item = ({
3760
3760
  ref: (ref) => ref && openItemIndex === index && setRowRef(ref),
3761
3761
  variant: "outlined",
3762
3762
  "aria-label": (0, import_i18n26.__)("Open item", "elementor"),
3763
+ sx: { minHeight: (theme) => theme.spacing(4) },
3763
3764
  ...triggerProps,
3764
3765
  onClick,
3765
3766
  startIcon: /* @__PURE__ */ React59.createElement(RepeaterItemIconSlot, { value }, /* @__PURE__ */ React59.createElement(Icon, { value })),