@comercti/web-components-hmg 0.32.2 → 0.32.4
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/comerc-style-guide.es.js
CHANGED
|
@@ -6302,7 +6302,8 @@ const pc = { class: "flex justify-center items-center sm:absolute sm:top-2 sm:ri
|
|
|
6302
6302
|
isOpen: { type: Boolean, default: !1 },
|
|
6303
6303
|
background: { default: "1" },
|
|
6304
6304
|
closeOutside: { type: Boolean, default: !0 },
|
|
6305
|
-
showCloseButton: { type: Boolean, default: !1 }
|
|
6305
|
+
showCloseButton: { type: Boolean, default: !1 },
|
|
6306
|
+
class: { default: "flex flex-col items-center p-5" }
|
|
6306
6307
|
},
|
|
6307
6308
|
emits: ["close"],
|
|
6308
6309
|
setup(e, { emit: t }) {
|
|
@@ -6313,7 +6314,7 @@ const pc = { class: "flex justify-center items-center sm:absolute sm:top-2 sm:ri
|
|
|
6313
6314
|
onClick: n[2] || (n[2] = (i) => e.closeOutside ? r("close", !1) : null)
|
|
6314
6315
|
}, [
|
|
6315
6316
|
l("div", {
|
|
6316
|
-
class: "h-auto min-w-32
|
|
6317
|
+
class: x(["h-auto min-w-32 bg-white dark:bg-ce_black rounded-lg shadow-lg relative my-auto", e.class]),
|
|
6317
6318
|
onClick: n[1] || (n[1] = He(() => {
|
|
6318
6319
|
}, ["stop"]))
|
|
6319
6320
|
}, [
|
|
@@ -6330,7 +6331,7 @@ const pc = { class: "flex justify-center items-center sm:absolute sm:top-2 sm:ri
|
|
|
6330
6331
|
}, null, 8, ["name"])
|
|
6331
6332
|
])) : A("", !0),
|
|
6332
6333
|
U(a.$slots, "default")
|
|
6333
|
-
])
|
|
6334
|
+
], 2)
|
|
6334
6335
|
], 2)) : A("", !0);
|
|
6335
6336
|
}
|
|
6336
6337
|
}), pt = F([]), It = F(!1);
|