@comercti/react-components-hmg 0.10.1 → 0.10.2
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
|
@@ -5688,7 +5688,7 @@ const ns = /* @__PURE__ */ R({
|
|
|
5688
5688
|
const n = o;
|
|
5689
5689
|
return (a, s) => a.isOpen ? (l(), d("div", {
|
|
5690
5690
|
key: 0,
|
|
5691
|
-
class: k(["w-full h-full z-30 p-5 fixed left-0 top-0 flex items-center shadow-2xl backdrop-blur-sm overflow-auto", a.background === "1" ? "bg-[#000000CC]" : "bg-[#848586CC]"]),
|
|
5691
|
+
class: k(["w-full h-full z-30 p-5 fixed left-0 top-0 flex items-center justify-center shadow-2xl backdrop-blur-sm overflow-auto", a.background === "1" ? "bg-[#000000CC]" : "bg-[#848586CC]"]),
|
|
5692
5692
|
onClick: s[2] || (s[2] = (i) => a.closeOutside ? n("close", !1) : null)
|
|
5693
5693
|
}, [
|
|
5694
5694
|
r("div", {
|