@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.
@@ -772,7 +772,7 @@ function HeroPanel({
772
772
  src,
773
773
  alt: logo.alt,
774
774
  className: cn(
775
- "h-10 md:h-12 lg:h-14 w-auto max-w-[70%] object-contain",
775
+ "h-10 md:h-12 lg:h-14 w-auto object-contain",
776
776
  logo.imgClassName,
777
777
  logoClassName
778
778
  ),
@@ -751,7 +751,7 @@ function HeroPanel({
751
751
  src,
752
752
  alt: logo.alt,
753
753
  className: cn(
754
- "h-10 md:h-12 lg:h-14 w-auto max-w-[70%] object-contain",
754
+ "h-10 md:h-12 lg:h-14 w-auto object-contain",
755
755
  logo.imgClassName,
756
756
  logoClassName
757
757
  ),
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 max-w-[70%] object-contain",
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 max-w-[70%] object-contain",
51305
+ "h-10 md:h-12 lg:h-14 w-auto object-contain",
51306
51306
  logo.imgClassName,
51307
51307
  logoClassName
51308
51308
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensite/ui",
3
- "version": "3.5.3",
3
+ "version": "3.5.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",