@comercti/web-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.
@@ -5181,7 +5181,7 @@ const Fl = { class: "flex justify-center items-center sm:absolute sm:top-2 sm:ri
5181
5181
  const o = r;
5182
5182
  return (a, s) => a.isOpen ? (l(), d("div", {
5183
5183
  key: 0,
5184
- class: v(["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]"]),
5184
+ class: v(["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]"]),
5185
5185
  onClick: s[2] || (s[2] = (i) => a.closeOutside ? o("close", !1) : null)
5186
5186
  }, [
5187
5187
  n("div", {