@eclass/ui-kit 1.7.2 → 1.7.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.
@@ -26095,7 +26095,7 @@ const styles = {
26095
26095
  color: "inherit",
26096
26096
  zIndex: "1400",
26097
26097
  maxWidth: "36.813rem",
26098
- boxShadow: "0px 4px 16px rgb(92 92 92 0.2)"
26098
+ boxShadow: "0px 4px 16px rgba(92, 92, 92, 0.2)"
26099
26099
  },
26100
26100
  ".chakra-modal__header": {
26101
26101
  paddingInlineStart: "1.5rem",
@@ -27453,6 +27453,7 @@ function PaymentModal({
27453
27453
  onClose,
27454
27454
  size: "xl",
27455
27455
  blockScrollOnMount: false,
27456
+ closeOnOverlayClick: false,
27456
27457
  children: [overlay, /* @__PURE__ */ jsxs(ModalContent, {
27457
27458
  marginTop: "0",
27458
27459
  marginBottom: ["25.75rem", "15.75rem"],
@@ -27541,7 +27542,7 @@ function Footer({
27541
27542
  mr: action.hasIcon ? "1.5rem" : "0",
27542
27543
  lineHeight: "1.172rem",
27543
27544
  p: "0",
27544
- zIndex: "inherit",
27545
+ zIndex: "inherit !important",
27545
27546
  _hover: cssButton,
27546
27547
  _focus: cssButton,
27547
27548
  _active: cssButton,