@scripso-homepad/ui 0.4.11 → 0.4.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/web/index.cjs
CHANGED
|
@@ -31008,8 +31008,8 @@ function Modal({
|
|
|
31008
31008
|
return null;
|
|
31009
31009
|
}
|
|
31010
31010
|
const sharedButtonClassName = cn(
|
|
31011
|
-
"btn h-13 justify-center!",
|
|
31012
|
-
footerLayout === "split" && "min-w-0
|
|
31011
|
+
"btn h-13 w-full justify-center!",
|
|
31012
|
+
footerLayout === "split" && "min-w-0",
|
|
31013
31013
|
footerLayout !== "split" && buttonClassName
|
|
31014
31014
|
);
|
|
31015
31015
|
const modal = /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -31072,8 +31072,7 @@ function Modal({
|
|
|
31072
31072
|
"footer",
|
|
31073
31073
|
{
|
|
31074
31074
|
className: cn(
|
|
31075
|
-
"flex shrink-0 gap-4",
|
|
31076
|
-
footerLayout === "split" ? "w-full" : footerAlignClasses[footerAlign]
|
|
31075
|
+
footerLayout === "split" ? "grid w-full shrink-0 grid-cols-2 gap-4" : cn("flex shrink-0 gap-4", footerAlignClasses[footerAlign])
|
|
31077
31076
|
),
|
|
31078
31077
|
children: [
|
|
31079
31078
|
/* @__PURE__ */ jsxRuntime.jsx(
|