@opensite/ui 3.1.8 → 3.1.9
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/carousel-gallery-thumbnails.cjs +1 -1
- package/dist/carousel-gallery-thumbnails.js +1 -1
- package/dist/carousel-image-hero.cjs +1 -1
- package/dist/carousel-image-hero.js +1 -1
- package/dist/carousel-product-feature-showcase.cjs +1 -1
- package/dist/carousel-product-feature-showcase.js +1 -1
- package/dist/registry.cjs +3 -3
- package/dist/registry.js +3 -3
- package/package.json +1 -1
|
@@ -624,7 +624,7 @@ function CarouselGalleryThumbnails({
|
|
|
624
624
|
"button",
|
|
625
625
|
{
|
|
626
626
|
className: cn(
|
|
627
|
-
"relative h-20 w-20 shrink-0 transition-all duration-200",
|
|
627
|
+
"relative h-20 w-20 shrink-0 transition-all duration-200 rounded-lg",
|
|
628
628
|
index === currentIndex ? "ring-2 ring-primary ring-offset-2" : "opacity-70 hover:opacity-100",
|
|
629
629
|
thumbnailClassName
|
|
630
630
|
),
|
|
@@ -603,7 +603,7 @@ function CarouselGalleryThumbnails({
|
|
|
603
603
|
"button",
|
|
604
604
|
{
|
|
605
605
|
className: cn(
|
|
606
|
-
"relative h-20 w-20 shrink-0 transition-all duration-200",
|
|
606
|
+
"relative h-20 w-20 shrink-0 transition-all duration-200 rounded-lg",
|
|
607
607
|
index === currentIndex ? "ring-2 ring-primary ring-offset-2" : "opacity-70 hover:opacity-100",
|
|
608
608
|
thumbnailClassName
|
|
609
609
|
),
|
package/dist/registry.cjs
CHANGED
|
@@ -20555,7 +20555,7 @@ function CarouselGalleryThumbnails({
|
|
|
20555
20555
|
"button",
|
|
20556
20556
|
{
|
|
20557
20557
|
className: cn(
|
|
20558
|
-
"relative h-20 w-20 shrink-0 transition-all duration-200",
|
|
20558
|
+
"relative h-20 w-20 shrink-0 transition-all duration-200 rounded-lg",
|
|
20559
20559
|
index === currentIndex ? "ring-2 ring-primary ring-offset-2" : "opacity-70 hover:opacity-100",
|
|
20560
20560
|
thumbnailClassName
|
|
20561
20561
|
),
|
|
@@ -20809,7 +20809,7 @@ function CarouselImageHero({
|
|
|
20809
20809
|
indicatorsClassName,
|
|
20810
20810
|
optixFlowConfig,
|
|
20811
20811
|
background,
|
|
20812
|
-
spacing = "
|
|
20812
|
+
spacing = "hero",
|
|
20813
20813
|
pattern,
|
|
20814
20814
|
patternOpacity
|
|
20815
20815
|
}) {
|
|
@@ -21526,7 +21526,7 @@ function CarouselProductFeatureShowcase({
|
|
|
21526
21526
|
indicatorsClassName,
|
|
21527
21527
|
optixFlowConfig,
|
|
21528
21528
|
background,
|
|
21529
|
-
spacing,
|
|
21529
|
+
spacing = "hero",
|
|
21530
21530
|
pattern,
|
|
21531
21531
|
patternOpacity
|
|
21532
21532
|
}) {
|
package/dist/registry.js
CHANGED
|
@@ -20515,7 +20515,7 @@ function CarouselGalleryThumbnails({
|
|
|
20515
20515
|
"button",
|
|
20516
20516
|
{
|
|
20517
20517
|
className: cn(
|
|
20518
|
-
"relative h-20 w-20 shrink-0 transition-all duration-200",
|
|
20518
|
+
"relative h-20 w-20 shrink-0 transition-all duration-200 rounded-lg",
|
|
20519
20519
|
index === currentIndex ? "ring-2 ring-primary ring-offset-2" : "opacity-70 hover:opacity-100",
|
|
20520
20520
|
thumbnailClassName
|
|
20521
20521
|
),
|
|
@@ -20769,7 +20769,7 @@ function CarouselImageHero({
|
|
|
20769
20769
|
indicatorsClassName,
|
|
20770
20770
|
optixFlowConfig,
|
|
20771
20771
|
background,
|
|
20772
|
-
spacing = "
|
|
20772
|
+
spacing = "hero",
|
|
20773
20773
|
pattern,
|
|
20774
20774
|
patternOpacity
|
|
20775
20775
|
}) {
|
|
@@ -21486,7 +21486,7 @@ function CarouselProductFeatureShowcase({
|
|
|
21486
21486
|
indicatorsClassName,
|
|
21487
21487
|
optixFlowConfig,
|
|
21488
21488
|
background,
|
|
21489
|
-
spacing,
|
|
21489
|
+
spacing = "hero",
|
|
21490
21490
|
pattern,
|
|
21491
21491
|
patternOpacity
|
|
21492
21492
|
}) {
|