fds-vue-core 2.0.77 → 2.0.78
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/fds-vue-core.cjs.js
CHANGED
|
@@ -3520,7 +3520,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3520
3520
|
"relative min-w-[288px] w-[calc(100%-5rem)] bg-white rounded-lg overflow-auto z-[99999] shadow-lg px-6 pt-6.5 left-1/2",
|
|
3521
3521
|
"max-h-[80%] top-1/2 translate-x-[-50%]",
|
|
3522
3522
|
props.alignTop ? "top-[10rem]" : "translate-y-[-50%]",
|
|
3523
|
-
props.stickyFooter ? "pb-
|
|
3523
|
+
props.stickyFooter ? "pb-0" : "pb-8",
|
|
3524
3524
|
{
|
|
3525
3525
|
"max-w-[480px]": props.size === "sm",
|
|
3526
3526
|
"max-w-[588px]": props.size === "md",
|
|
@@ -3550,7 +3550,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3550
3550
|
{
|
|
3551
3551
|
"sm:flex-row sm:justify-end": !props.alignLeftFooter,
|
|
3552
3552
|
"sm:flex-row sm:justify-start": props.alignLeftFooter,
|
|
3553
|
-
"sticky bg-white bottom-0 shadow-[0px_-8px_16px_0px_rgba(255,255,255,0.59)] z-[2]": props.stickyFooter
|
|
3553
|
+
"sticky bg-white bottom-0 shadow-[0px_-8px_16px_0px_rgba(255,255,255,0.59)] z-[2] -mx-6 px-6 pb-6": props.stickyFooter
|
|
3554
3554
|
}
|
|
3555
3555
|
]);
|
|
3556
3556
|
const handleBackdropClick = () => {
|