@comercti/web-components-hmg 0.22.12 → 0.22.13

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.
@@ -7250,7 +7250,7 @@ const k0 = "@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:transl
7250
7250
  }));
7251
7251
  return (n, i) => e.showLoading ? (c(), m("div", {
7252
7252
  key: 0,
7253
- class: k(["fixed left-0 top-0 z-30 flex h-full w-full items-center justify-center", {
7253
+ class: k(["fixed left-0 top-0 z-50 flex h-full w-full items-center justify-center", {
7254
7254
  "backdrop-blur-md": e.blur,
7255
7255
  "bg-ce_light_smoky": e.background === "smoky",
7256
7256
  "bg-transparent": e.background === "transparent",