@opensite/ui 3.6.3 → 3.6.5

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.
@@ -642,6 +642,7 @@ function CarouselImageHero({
642
642
  src: image.src,
643
643
  alt: image.alt,
644
644
  className: cn("h-full w-full object-cover", image.className),
645
+ loading: "eager",
645
646
  optixFlowConfig
646
647
  }
647
648
  ),
@@ -621,6 +621,7 @@ function CarouselImageHero({
621
621
  src: image.src,
622
622
  alt: image.alt,
623
623
  className: cn("h-full w-full object-cover", image.className),
624
+ loading: "eager",
624
625
  optixFlowConfig
625
626
  }
626
627
  ),