@julseb-lib/react 0.1.77 → 0.1.78
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2072,7 +2072,7 @@ var Table = ({
|
|
|
2072
2072
|
{
|
|
2073
2073
|
ref,
|
|
2074
2074
|
className: clsx(
|
|
2075
|
-
"table w-full h-[1px] border-collapse border-spacing-0 table-fixed",
|
|
2075
|
+
"table bg-background w-full h-[1px] border-collapse border-spacing-0 table-fixed",
|
|
2076
2076
|
TEXT_BASE_CLASSES,
|
|
2077
2077
|
"text-(length:--font-size-small)",
|
|
2078
2078
|
genLinkColor["primary"],
|
|
@@ -68318,7 +68318,7 @@ var SlideshowPagination = ({
|
|
|
68318
68318
|
}
|
|
68319
68319
|
)
|
|
68320
68320
|
},
|
|
68321
|
-
|
|
68321
|
+
i
|
|
68322
68322
|
)) : (0, import_utils121.generateNumbers)(0, contentLength - 1).map((n) => /* @__PURE__ */ (0, import_jsx_runtime351.jsx)(
|
|
68323
68323
|
"button",
|
|
68324
68324
|
{
|