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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/table-advanced/h.table.tsx +1 -1
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:
|
|
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:
|
|
39670
|
+
style: { zIndex: 10 },
|
|
39671
39671
|
children: "Loading..."
|
|
39672
39672
|
}
|
|
39673
39673
|
)
|
package/package.json
CHANGED