profinansy-ui-lib 3.8.21 → 3.8.22

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.
@@ -8046,7 +8046,8 @@ const Qs = S.createContext(null), Si = ({
8046
8046
  justify-content: center;
8047
8047
  `, oh = C.div`
8048
8048
  position: relative;
8049
- padding: 24px 16px;
8049
+ display: flex;
8050
+ flex-direction: column;
8050
8051
  border-radius: 24px;
8051
8052
  box-shadow: 0 14px 30px -4px rgba(0, 0, 0, 0.2);
8052
8053
  background: ${(e) => e.theme.background.content};
@@ -8062,7 +8063,6 @@ const Qs = S.createContext(null), Si = ({
8062
8063
  `};
8063
8064
  @media (max-width: ${de}px) {
8064
8065
  border-radius: 24px 24px 0 0;
8065
- padding: 16px 8px;
8066
8066
  max-width: 100%;
8067
8067
  width: 100%;
8068
8068
  position: fixed;
@@ -8077,14 +8077,14 @@ const Qs = S.createContext(null), Si = ({
8077
8077
  `};
8078
8078
  }
8079
8079
  `, ih = C.div`
8080
- height: 100%;
8081
- max-height: ${(e) => e.$isOverflowAuto ? "auto" : "calc(100dvh - 78px)"};
8082
8080
  overflow-y: ${(e) => e.$isOverflowAuto ? "visible" : "auto"};
8083
8081
  padding: 0 8px;
8082
+ margin: 24px 16px;
8083
+ flex: 1;
8084
8084
  ${Bt};
8085
8085
  @media (max-width: ${de}px) {
8086
- max-height: calc(90dvh - 48px);
8087
8086
  overflow-y: auto;
8087
+ margin: 16px 8px;
8088
8088
  ${Sf}
8089
8089
  }
8090
8090
  `, ah = C.div`
@@ -8119,10 +8119,10 @@ const Qs = S.createContext(null), Si = ({
8119
8119
  position: sticky;
8120
8120
  border-top: 0.5px solid ${(e) => e.theme.stroke.tertiary};
8121
8121
  background: ${(e) => e.theme.background.content};
8122
- padding-top: 24px;
8123
- margin-top: 24px;
8122
+ padding: 24px;
8123
+ border-radius: 0 0 24px 24px;
8124
8124
  @media (max-width: ${de}px) {
8125
- padding-top: 16px;
8125
+ padding: 16px;
8126
8126
  }
8127
8127
  `, dh = C.button`
8128
8128
  display: flex;
@@ -8409,11 +8409,11 @@ const We = /* @__PURE__ */ I9(gh), Ch = () => {
8409
8409
  ]
8410
8410
  }
8411
8411
  ),
8412
- t,
8413
- w && /* @__PURE__ */ s.jsx(uh, { className: "modal-bottomContent", children: w })
8412
+ t
8414
8413
  ]
8415
8414
  }
8416
- )
8415
+ ),
8416
+ w && /* @__PURE__ */ s.jsx(uh, { className: "modal-bottomContent", children: w })
8417
8417
  ]
8418
8418
  }
8419
8419
  ) })