@opensite/ui 3.7.1 → 3.7.2

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/badge.d.cts CHANGED
@@ -4,7 +4,7 @@ import * as React from 'react';
4
4
  import { VariantProps } from 'class-variance-authority';
5
5
 
6
6
  declare const badgeVariants: (props?: ({
7
- variant?: "outline" | "default" | "secondary" | "destructive" | null | undefined;
7
+ variant?: "default" | "secondary" | "destructive" | "outline" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  declare function Badge({ className, variant, asChild, ...props }: React.ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
10
10
  asChild?: boolean;
package/dist/badge.d.ts CHANGED
@@ -4,7 +4,7 @@ import * as React from 'react';
4
4
  import { VariantProps } from 'class-variance-authority';
5
5
 
6
6
  declare const badgeVariants: (props?: ({
7
- variant?: "outline" | "default" | "secondary" | "destructive" | null | undefined;
7
+ variant?: "default" | "secondary" | "destructive" | "outline" | null | undefined;
8
8
  } & class_variance_authority_types.ClassProp) | undefined) => string;
9
9
  declare function Badge({ className, variant, asChild, ...props }: React.ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
10
10
  asChild?: boolean;
@@ -447,7 +447,7 @@ function HeroLogoCenteredScreenshot({
447
447
  imageSlot,
448
448
  background,
449
449
  containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
450
- spacing = "pt-32 pb-8 md:pt-32 md:pb-32",
450
+ spacing = "hero",
451
451
  pattern,
452
452
  patternOpacity,
453
453
  className,
@@ -483,7 +483,7 @@ function HeroLogoCenteredScreenshot({
483
483
  src: image.src,
484
484
  alt: image.alt,
485
485
  className: cn(
486
- "mt-20 w-full rounded-xl object-cover h-auto shadow-xl",
486
+ "mt-10 md:mt-20 w-full rounded-xl object-cover h-auto shadow-xl",
487
487
  imageClassName,
488
488
  image.className
489
489
  ),
@@ -441,7 +441,7 @@ function HeroLogoCenteredScreenshot({
441
441
  imageSlot,
442
442
  background,
443
443
  containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
444
- spacing = "pt-32 pb-8 md:pt-32 md:pb-32",
444
+ spacing = "hero",
445
445
  pattern,
446
446
  patternOpacity,
447
447
  className,
@@ -477,7 +477,7 @@ function HeroLogoCenteredScreenshot({
477
477
  src: image.src,
478
478
  alt: image.alt,
479
479
  className: cn(
480
- "mt-20 w-full rounded-xl object-cover h-auto shadow-xl",
480
+ "mt-10 md:mt-20 w-full rounded-xl object-cover h-auto shadow-xl",
481
481
  imageClassName,
482
482
  image.className
483
483
  ),
package/dist/registry.cjs CHANGED
@@ -50995,7 +50995,7 @@ function HeroLogoCenteredScreenshot({
50995
50995
  imageSlot: imageSlot2,
50996
50996
  background,
50997
50997
  containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
50998
- spacing = "pt-32 pb-8 md:pt-32 md:pb-32",
50998
+ spacing = "hero",
50999
50999
  pattern,
51000
51000
  patternOpacity,
51001
51001
  className,
@@ -51031,7 +51031,7 @@ function HeroLogoCenteredScreenshot({
51031
51031
  src: image.src,
51032
51032
  alt: image.alt,
51033
51033
  className: cn(
51034
- "mt-20 w-full rounded-xl object-cover h-auto shadow-xl",
51034
+ "mt-10 md:mt-20 w-full rounded-xl object-cover h-auto shadow-xl",
51035
51035
  imageClassName,
51036
51036
  image.className
51037
51037
  ),
package/dist/registry.js CHANGED
@@ -50955,7 +50955,7 @@ function HeroLogoCenteredScreenshot({
50955
50955
  imageSlot: imageSlot2,
50956
50956
  background,
50957
50957
  containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
50958
- spacing = "pt-32 pb-8 md:pt-32 md:pb-32",
50958
+ spacing = "hero",
50959
50959
  pattern,
50960
50960
  patternOpacity,
50961
50961
  className,
@@ -50991,7 +50991,7 @@ function HeroLogoCenteredScreenshot({
50991
50991
  src: image.src,
50992
50992
  alt: image.alt,
50993
50993
  className: cn(
50994
- "mt-20 w-full rounded-xl object-cover h-auto shadow-xl",
50994
+ "mt-10 md:mt-20 w-full rounded-xl object-cover h-auto shadow-xl",
50995
50995
  imageClassName,
50996
50996
  image.className
50997
50997
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensite/ui",
3
- "version": "3.7.1",
3
+ "version": "3.7.2",
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",