@eclass/ui-kit 1.39.6 → 1.39.7

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.
@@ -31766,10 +31766,10 @@ function ModalAlert({
31766
31766
  padding: "1rem",
31767
31767
  borderLeftWidth: showBorder && option.id === optionsButton[1].id ? "1px" : "0",
31768
31768
  borderLeftColor: "#E6E6E6",
31769
+ onClick: () => option.action(),
31769
31770
  children: /* @__PURE__ */ jsx(BtnLink, {
31770
31771
  textDecorationLine: false,
31771
31772
  fontSize: "1rem",
31772
- onClick: () => option.action(),
31773
31773
  children: option.label
31774
31774
  })
31775
31775
  }, index2);