@elementor/editor-controls 4.3.0-983 → 4.3.0-984

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.mjs CHANGED
@@ -8661,7 +8661,8 @@ var Repeater3 = ({
8661
8661
  disableAddItemButton = false,
8662
8662
  addButtonInfotipContent,
8663
8663
  openItem: initialOpenItem = EMPTY_OPEN_ITEM2,
8664
- isSortable = true
8664
+ isSortable = true,
8665
+ adornment = ControlAdornments
8665
8666
  }) => {
8666
8667
  const [openItem, setOpenItem] = useState21(initialOpenItem);
8667
8668
  const uniqueKeys = items2.map(
@@ -8739,7 +8740,7 @@ var Repeater3 = ({
8739
8740
  },
8740
8741
  /* @__PURE__ */ React126.createElement(PlusIcon5, { fontSize: SIZE12 })
8741
8742
  );
8742
- return /* @__PURE__ */ React126.createElement(SectionContent, { gap: 2 }, /* @__PURE__ */ React126.createElement(RepeaterHeader, { label, adornment: ControlAdornments }, shouldShowInfotip ? /* @__PURE__ */ React126.createElement(
8743
+ return /* @__PURE__ */ React126.createElement(SectionContent, { gap: 2 }, /* @__PURE__ */ React126.createElement(RepeaterHeader, { label, adornment }, shouldShowInfotip ? /* @__PURE__ */ React126.createElement(
8743
8744
  Infotip4,
8744
8745
  {
8745
8746
  placement: "right",