@eclass/ui-kit 1.39.5 → 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.
@@ -31744,7 +31744,6 @@ function ModalAlert({
31744
31744
  textAlign: "center",
31745
31745
  py: "2rem",
31746
31746
  borderBottom: "1px solid #E6E6E6",
31747
- marginY: "3.75rem",
31748
31747
  children: [/* @__PURE__ */ jsx(Box, {
31749
31748
  display: "flex",
31750
31749
  justifyContent: "center",
@@ -31767,10 +31766,10 @@ function ModalAlert({
31767
31766
  padding: "1rem",
31768
31767
  borderLeftWidth: showBorder && option.id === optionsButton[1].id ? "1px" : "0",
31769
31768
  borderLeftColor: "#E6E6E6",
31769
+ onClick: () => option.action(),
31770
31770
  children: /* @__PURE__ */ jsx(BtnLink, {
31771
31771
  textDecorationLine: false,
31772
31772
  fontSize: "1rem",
31773
- onClick: () => option.action(),
31774
31773
  children: option.label
31775
31774
  })
31776
31775
  }, index2);