@julseb-lib/react 0.1.77 → 0.1.79
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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- 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"],
|
|
@@ -2751,7 +2751,7 @@ var Wrapper = ({
|
|
|
2751
2751
|
{
|
|
2752
2752
|
ref,
|
|
2753
2753
|
className: clsx(
|
|
2754
|
-
"z-10 relative flex sm:flex-row flex-col justify-stretch sm:justify-center-safe gap-5 px-4 md:px-5 lg:px-12 w-full",
|
|
2754
|
+
"z-10 relative flex sm:flex-row flex-col justify-stretch sm:justify-center-safe gap-5 px-4 md:px-5 lg:px-12 w-full h-fit",
|
|
2755
2755
|
genBgAllColors[backgroundColor],
|
|
2756
2756
|
genMinHeight[minHeight],
|
|
2757
2757
|
genGap[gap],
|
|
@@ -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
|
{
|