@comercti/react-components-hmg 0.9.1 → 0.9.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.
@@ -5756,7 +5756,7 @@ const Fl = {
5756
5756
  default: X(() => [
5757
5757
  t.value ? (r(), d("div", {
5758
5758
  key: 0,
5759
- class: b(["absolute bg-ce_black text-white text-sm px-2 py-1 rounded-md shadow-md whitespace-normal break-words max-w-[20rem]", o(i.location)]),
5759
+ class: b(["absolute z-30 bg-ce_black text-white text-sm px-2 py-1 rounded-md shadow-md whitespace-normal break-words max-w-[20rem]", o(i.location)]),
5760
5760
  "data-testid": "tooltip"
5761
5761
  }, [
5762
5762
  s("p", null, V(i.text), 1),