next-recomponents 2.0.67 → 2.0.68

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.js CHANGED
@@ -39672,7 +39672,7 @@ function HTable({
39672
39672
  "div",
39673
39673
  {
39674
39674
  className: "bg-white/40 absolute inset-0 text-black flex items-center justify-center",
39675
- style: { zIndex: 9999999 },
39675
+ style: { zIndex: 10 },
39676
39676
  children: "Loading..."
39677
39677
  }
39678
39678
  )
package/dist/index.mjs CHANGED
@@ -39667,7 +39667,7 @@ function HTable({
39667
39667
  "div",
39668
39668
  {
39669
39669
  className: "bg-white/40 absolute inset-0 text-black flex items-center justify-center",
39670
- style: { zIndex: 9999999 },
39670
+ style: { zIndex: 10 },
39671
39671
  children: "Loading..."
39672
39672
  }
39673
39673
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-recomponents",
3
- "version": "2.0.67",
3
+ "version": "2.0.68",
4
4
  "description": "description nueva",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -600,7 +600,7 @@ export default function HTable({
600
600
  {isLoading && (
601
601
  <div
602
602
  className="bg-white/40 absolute inset-0 text-black flex items-center justify-center"
603
- style={{ zIndex: 9999999 }}
603
+ style={{ zIndex: 10 }}
604
604
  >
605
605
  Loading...
606
606
  </div>