sellmate-design-system-react 9.0.0-beta.11 → 9.0.0-beta.12
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.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +5 -5
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -7011,7 +7011,7 @@ function SModalContainer({
|
|
|
7011
7011
|
"div",
|
|
7012
7012
|
{
|
|
7013
7013
|
className: cn(
|
|
7014
|
-
"relative flex max-h-[
|
|
7014
|
+
"relative flex max-h-[calc(100dvh-48px)] max-w-[calc(100dvw-48px)] flex-col overflow-hidden rounded-[var(--cmp-modal-radius)] bg-[var(--cmp-modal-bg)] shadow-normal-md",
|
|
7015
7015
|
shaking && "animate-modal-shake",
|
|
7016
7016
|
className
|
|
7017
7017
|
),
|
|
@@ -7268,7 +7268,7 @@ function SActionModal({
|
|
|
7268
7268
|
showClose: true,
|
|
7269
7269
|
width,
|
|
7270
7270
|
height,
|
|
7271
|
-
className: "w-fit min-w-[min(480px,calc(100dvw-48px))] min-h-[min(320px,
|
|
7271
|
+
className: "w-fit min-w-[min(480px,calc(100dvw-48px))] min-h-[min(320px,calc(100dvh-48px))]",
|
|
7272
7272
|
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex min-h-0 flex-auto flex-col", children: [
|
|
7273
7273
|
/* @__PURE__ */ jsxRuntime.jsx(SOverlayHeader, { title: modalTitle, description, reserveCloseSpace: true }),
|
|
7274
7274
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "min-h-0 flex-1 overflow-auto px-[var(--cmp-modal-action-body-paddingX)] pb-[var(--cmp-modal-action-body-paddingBottom)]", children }),
|