@julseb-lib/react 0.1.75 → 0.1.76
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 +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -68319,7 +68319,7 @@ var Slideshow = ({
|
|
|
68319
68319
|
{
|
|
68320
68320
|
ref,
|
|
68321
68321
|
className: clsx(
|
|
68322
|
-
"relative flex flex-col gap-2",
|
|
68322
|
+
"relative flex flex-col gap-2 size-full",
|
|
68323
68323
|
"slideshow",
|
|
68324
68324
|
className
|
|
68325
68325
|
),
|
|
@@ -68329,7 +68329,7 @@ var Slideshow = ({
|
|
|
68329
68329
|
"div",
|
|
68330
68330
|
{
|
|
68331
68331
|
className: clsx(
|
|
68332
|
-
"relative
|
|
68332
|
+
"relative size-full overflow-hidden",
|
|
68333
68333
|
"slides-wrapper"
|
|
68334
68334
|
),
|
|
68335
68335
|
onTouchStart: handleTouchStart,
|
|
@@ -68361,7 +68361,7 @@ var Slideshow = ({
|
|
|
68361
68361
|
"div",
|
|
68362
68362
|
{
|
|
68363
68363
|
className: clsx(
|
|
68364
|
-
"flex
|
|
68364
|
+
"flex size-full overflow-hidden shrink-0",
|
|
68365
68365
|
"slideshow-images-container",
|
|
68366
68366
|
borderRadius && genBorderRadius[borderRadius]
|
|
68367
68367
|
),
|
|
@@ -68385,7 +68385,7 @@ var Slideshow = ({
|
|
|
68385
68385
|
"div",
|
|
68386
68386
|
{
|
|
68387
68387
|
className: clsx(
|
|
68388
|
-
"
|
|
68388
|
+
"size-full shrink-0",
|
|
68389
68389
|
"slideshow-images-container",
|
|
68390
68390
|
borderRadius && genBorderRadius[borderRadius]
|
|
68391
68391
|
),
|