@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.js
CHANGED
|
@@ -1831,7 +1831,7 @@ var Table = ({
|
|
|
1831
1831
|
{
|
|
1832
1832
|
ref,
|
|
1833
1833
|
className: clsx(
|
|
1834
|
-
"table w-full h-[1px] border-collapse border-spacing-0 table-fixed",
|
|
1834
|
+
"table bg-background w-full h-[1px] border-collapse border-spacing-0 table-fixed",
|
|
1835
1835
|
TEXT_BASE_CLASSES,
|
|
1836
1836
|
"text-(length:--font-size-small)",
|
|
1837
1837
|
genLinkColor["primary"],
|
|
@@ -2569,7 +2569,7 @@ var Wrapper = ({
|
|
|
2569
2569
|
{
|
|
2570
2570
|
ref,
|
|
2571
2571
|
className: clsx(
|
|
2572
|
-
"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",
|
|
2572
|
+
"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",
|
|
2573
2573
|
genBgAllColors[backgroundColor],
|
|
2574
2574
|
genMinHeight[minHeight],
|
|
2575
2575
|
genGap[gap],
|
|
@@ -68143,7 +68143,7 @@ var SlideshowPagination = ({
|
|
|
68143
68143
|
}
|
|
68144
68144
|
)
|
|
68145
68145
|
},
|
|
68146
|
-
|
|
68146
|
+
i
|
|
68147
68147
|
)) : generateNumbers2(0, contentLength - 1).map((n) => /* @__PURE__ */ jsx350(
|
|
68148
68148
|
"button",
|
|
68149
68149
|
{
|