@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.
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
|
),
|