@comercti/web-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.
package/comerc-style-guide.es.js
CHANGED
|
@@ -5252,7 +5252,7 @@ const Vl = {
|
|
|
5252
5252
|
default: q(() => [
|
|
5253
5253
|
t.value ? (s(), d("div", {
|
|
5254
5254
|
key: 0,
|
|
5255
|
-
class: w(["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)]),
|
|
5255
|
+
class: w(["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)]),
|
|
5256
5256
|
"data-testid": "tooltip"
|
|
5257
5257
|
}, [
|
|
5258
5258
|
a("p", null, D(i.text), 1),
|