@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 CHANGED
@@ -518,8 +518,8 @@ th {
518
518
  padding: 0;
519
519
  }
520
520
  .p-datatable-scrollable-table > .p-datatable-thead {
521
- z-index: 11;
521
+ z-index: 13;
522
522
  }
523
523
  .react-tooltip {
524
- z-index: 11 !important;
524
+ z-index: 13 !important;
525
525
  }
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: 11 },
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: 11 },
197
+ style: { zIndex: 13 },
198
198
  children: /* @__PURE__ */ jsx5("div", { className: "tooltip-custom", children: label })
199
199
  }
200
200
  ),
@@ -625,9 +625,9 @@ th {
625
625
  }
626
626
 
627
627
  .p-datatable-scrollable-table > .p-datatable-thead {
628
- z-index: 11;
628
+ z-index: 13;
629
629
  }
630
630
 
631
631
  .react-tooltip {
632
- z-index: 11 !important;
632
+ z-index: 13 !important;
633
633
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charlesgomes/leafcode-shared-lib-react",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "Lib de componentes react",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",