@opensite/ui 3.6.3 → 3.6.4

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
  ),
package/dist/registry.cjs CHANGED
@@ -21018,6 +21018,7 @@ function CarouselImageHero({
21018
21018
  src: image.src,
21019
21019
  alt: image.alt,
21020
21020
  className: cn("h-full w-full object-cover", image.className),
21021
+ loading: "eager",
21021
21022
  optixFlowConfig
21022
21023
  }
21023
21024
  ),
package/dist/registry.js CHANGED
@@ -20978,6 +20978,7 @@ function CarouselImageHero({
20978
20978
  src: image.src,
20979
20979
  alt: image.alt,
20980
20980
  className: cn("h-full w-full object-cover", image.className),
20981
+ loading: "eager",
20981
20982
  optixFlowConfig
20982
20983
  }
20983
20984
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensite/ui",
3
- "version": "3.6.3",
3
+ "version": "3.6.4",
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",