@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.js
CHANGED
|
@@ -30307,8 +30307,8 @@ function Modal({
|
|
|
30307
30307
|
return null;
|
|
30308
30308
|
}
|
|
30309
30309
|
const sharedButtonClassName = cn(
|
|
30310
|
-
"btn h-13 justify-center!",
|
|
30311
|
-
footerLayout === "split" && "min-w-0
|
|
30310
|
+
"btn h-13 w-full justify-center!",
|
|
30311
|
+
footerLayout === "split" && "min-w-0",
|
|
30312
30312
|
footerLayout !== "split" && buttonClassName
|
|
30313
30313
|
);
|
|
30314
30314
|
const modal = /* @__PURE__ */ jsx(
|
|
@@ -30371,8 +30371,7 @@ function Modal({
|
|
|
30371
30371
|
"footer",
|
|
30372
30372
|
{
|
|
30373
30373
|
className: cn(
|
|
30374
|
-
"flex shrink-0 gap-4",
|
|
30375
|
-
footerLayout === "split" ? "w-full" : footerAlignClasses[footerAlign]
|
|
30374
|
+
footerLayout === "split" ? "grid w-full shrink-0 grid-cols-2 gap-4" : cn("flex shrink-0 gap-4", footerAlignClasses[footerAlign])
|
|
30376
30375
|
),
|
|
30377
30376
|
children: [
|
|
30378
30377
|
/* @__PURE__ */ jsx(
|