@julseb-lib/react 1.0.62 → 1.0.63

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 CHANGED
@@ -68485,7 +68485,7 @@ var SlideshowPagination = ({
68485
68485
  "size-2 rounded-full block"
68486
68486
  ],
68487
68487
  type === "dots-outline" && [
68488
- "size-2 rounded-full border-1"
68488
+ "size-2 rounded-full border"
68489
68489
  ],
68490
68490
  type === "bars" && ["grow h-1 rounded-full"],
68491
68491
  "slideshow-control"
@@ -68746,7 +68746,7 @@ var Slideshow = ({
68746
68746
  SlideshowPagination,
68747
68747
  {
68748
68748
  className: pagination?.className,
68749
- images: pagination?.images,
68749
+ images: pagination?.images ?? images,
68750
68750
  active: currentSlide,
68751
68751
  setActive: setCurrentSlide,
68752
68752
  contentLength: totalSlides,