@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.
@@ -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
  ),
@@ -536,7 +536,7 @@ function CarouselImageHero({
536
536
  indicatorsClassName,
537
537
  optixFlowConfig,
538
538
  background,
539
- spacing = "py-0 md:py-32",
539
+ spacing = "hero",
540
540
  pattern,
541
541
  patternOpacity
542
542
  }) {
@@ -515,7 +515,7 @@ function CarouselImageHero({
515
515
  indicatorsClassName,
516
516
  optixFlowConfig,
517
517
  background,
518
- spacing = "py-0 md:py-32",
518
+ spacing = "hero",
519
519
  pattern,
520
520
  patternOpacity
521
521
  }) {
@@ -465,7 +465,7 @@ function CarouselProductFeatureShowcase({
465
465
  indicatorsClassName,
466
466
  optixFlowConfig,
467
467
  background,
468
- spacing,
468
+ spacing = "hero",
469
469
  pattern,
470
470
  patternOpacity
471
471
  }) {
@@ -444,7 +444,7 @@ function CarouselProductFeatureShowcase({
444
444
  indicatorsClassName,
445
445
  optixFlowConfig,
446
446
  background,
447
- spacing,
447
+ spacing = "hero",
448
448
  pattern,
449
449
  patternOpacity
450
450
  }) {
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 = "py-0 md:py-32",
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 = "py-0 md:py-32",
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
  }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensite/ui",
3
- "version": "3.1.8",
3
+ "version": "3.1.9",
4
4
  "description": "Foundational UI component library for OpenSite Semantic Site Builder with tree-shakable exports and abstract styling",
5
5
  "keywords": [
6
6
  "react",