@charlesgomes/leafcode-shared-lib-react 1.0.46 → 1.0.47
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.css +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/styles/table.css +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -249,7 +249,7 @@ function TooltipCustom({ label, id }) {
|
|
|
249
249
|
place: "top",
|
|
250
250
|
positionStrategy: "fixed",
|
|
251
251
|
className: "tooltip-icone",
|
|
252
|
-
style: { zIndex:
|
|
252
|
+
style: { zIndex: 13 },
|
|
253
253
|
children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "tooltip-custom", children: label })
|
|
254
254
|
}
|
|
255
255
|
),
|
package/dist/index.mjs
CHANGED
|
@@ -194,7 +194,7 @@ function TooltipCustom({ label, id }) {
|
|
|
194
194
|
place: "top",
|
|
195
195
|
positionStrategy: "fixed",
|
|
196
196
|
className: "tooltip-icone",
|
|
197
|
-
style: { zIndex:
|
|
197
|
+
style: { zIndex: 13 },
|
|
198
198
|
children: /* @__PURE__ */ jsx5("div", { className: "tooltip-custom", children: label })
|
|
199
199
|
}
|
|
200
200
|
),
|
package/dist/styles/table.css
CHANGED