@eclass/ui-kit 1.39.2 → 1.39.3

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.
@@ -31755,7 +31755,15 @@ function ModalAlert({
31755
31755
  closeOnEsc: false,
31756
31756
  closeOnOverlayClick: false,
31757
31757
  size: isDesktop ? "xl" : "sm",
31758
- children: [/* @__PURE__ */ jsx(ModalOverlay, {}), /* @__PURE__ */ jsxs(ModalContent, {
31758
+ isCentered: false,
31759
+ children: [/* @__PURE__ */ jsx(ModalOverlay, {
31760
+ bg: "rgba(0, 0, 0, 0.5)",
31761
+ position: "fixed",
31762
+ top: "0",
31763
+ left: "0",
31764
+ right: "0",
31765
+ bottom: "0"
31766
+ }), /* @__PURE__ */ jsxs(ModalContent, {
31759
31767
  children: [/* @__PURE__ */ jsxs(Box, {
31760
31768
  alignItems: "center",
31761
31769
  justifyContent: "center",
@@ -31776,7 +31784,9 @@ function ModalAlert({
31776
31784
  }), /* @__PURE__ */ jsx(Divider, {
31777
31785
  colorScheme: "#E6E6E6",
31778
31786
  size: "2",
31779
- opacity: "1"
31787
+ opacity: "1",
31788
+ margin: "0",
31789
+ padding: "0"
31780
31790
  }), /* @__PURE__ */ jsx(ModalFooter, {
31781
31791
  justifyContent: "center",
31782
31792
  padding: "0",