@eclass/ui-kit 1.39.1 → 1.39.2

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.
@@ -31760,18 +31760,21 @@ function ModalAlert({
31760
31760
  alignItems: "center",
31761
31761
  justifyContent: "center",
31762
31762
  textAlign: "center",
31763
- py: 8,
31763
+ py: "2rem",
31764
31764
  children: [/* @__PURE__ */ jsx(Box, {
31765
31765
  display: "flex",
31766
31766
  justifyContent: "center",
31767
31767
  children: alertStates[typeAlert].icon
31768
31768
  }), /* @__PURE__ */ jsx(ModalHeader, {
31769
+ py: "1rem",
31769
31770
  children: title
31770
31771
  }), /* @__PURE__ */ jsx(ModalBody, {
31772
+ py: "0.5rem",
31773
+ px: "2rem",
31771
31774
  children: description
31772
31775
  })]
31773
31776
  }), /* @__PURE__ */ jsx(Divider, {
31774
- colorScheme: "E6E6E6",
31777
+ colorScheme: "#E6E6E6",
31775
31778
  size: "2",
31776
31779
  opacity: "1"
31777
31780
  }), /* @__PURE__ */ jsx(ModalFooter, {
@@ -31781,7 +31784,7 @@ function ModalAlert({
31781
31784
  return /* @__PURE__ */ jsx(Box, {
31782
31785
  width: "99%",
31783
31786
  textAlign: "center",
31784
- padding: "4",
31787
+ padding: "1rem",
31785
31788
  borderLeftWidth: showBorder && option.id === optionsButton[1].id ? "1px" : "0",
31786
31789
  borderLeftColor: "#E6E6E6",
31787
31790
  children: /* @__PURE__ */ jsx(BtnLink, {