@rafal.lemieszewski/tide-ui 0.25.2 → 0.25.4
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -21734,7 +21734,7 @@ const Kd = (e, t = 0) => {
|
|
|
21734
21734
|
return /* @__PURE__ */ T(
|
|
21735
21735
|
"div",
|
|
21736
21736
|
{
|
|
21737
|
-
className: `rounded-sm border border-[var(--color-border-primary-bold)] bg-[var(--color-surface-primary)] p-[var(--space-md)] shadow-md min-w-[120px] ${o}`,
|
|
21737
|
+
className: `rounded-sm border border-[var(--color-border-primary-bold)] bg-[var(--color-surface-primary)] p-[var(--space-md)] shadow-md min-w-[120px] ${o} z-[9999]`,
|
|
21738
21738
|
role: "tooltip",
|
|
21739
21739
|
"aria-label": "Chart data tooltip",
|
|
21740
21740
|
children: [
|
|
@@ -22378,7 +22378,7 @@ function hke({
|
|
|
22378
22378
|
children: [
|
|
22379
22379
|
d && /* @__PURE__ */ g(zl, { ...ne, yAxisId: U }),
|
|
22380
22380
|
/* @__PURE__ */ g(Us, { dataKey: "name", ...H }),
|
|
22381
|
-
/* @__PURE__ */ g(jr, { yAxisId: "left", ...se
|
|
22381
|
+
/* @__PURE__ */ g(jr, { yAxisId: "left", ...se }),
|
|
22382
22382
|
C && /* @__PURE__ */ g(
|
|
22383
22383
|
jr,
|
|
22384
22384
|
{
|