@opensite/ui 3.5.3 → 3.5.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
|
@@ -51342,7 +51342,7 @@ function HeroPanel({
|
|
|
51342
51342
|
src,
|
|
51343
51343
|
alt: logo.alt,
|
|
51344
51344
|
className: cn(
|
|
51345
|
-
"h-10 md:h-12 lg:h-14 w-auto
|
|
51345
|
+
"h-10 md:h-12 lg:h-14 w-auto object-contain",
|
|
51346
51346
|
logo.imgClassName,
|
|
51347
51347
|
logoClassName
|
|
51348
51348
|
),
|
package/dist/registry.js
CHANGED
|
@@ -51302,7 +51302,7 @@ function HeroPanel({
|
|
|
51302
51302
|
src,
|
|
51303
51303
|
alt: logo.alt,
|
|
51304
51304
|
className: cn(
|
|
51305
|
-
"h-10 md:h-12 lg:h-14 w-auto
|
|
51305
|
+
"h-10 md:h-12 lg:h-14 w-auto object-contain",
|
|
51306
51306
|
logo.imgClassName,
|
|
51307
51307
|
logoClassName
|
|
51308
51308
|
),
|