openchad-react 1.0.0 → 1.0.1

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.
@@ -40,7 +40,7 @@ interface BadgeProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProp
40
40
  declare function Badge({ className, variant, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
41
41
 
42
42
  declare const buttonVariants: (props?: ({
43
- variant?: "link" | "default" | "secondary" | "destructive" | "outline" | "ghost" | null | undefined;
43
+ variant?: "default" | "link" | "secondary" | "destructive" | "outline" | "ghost" | null | undefined;
44
44
  size?: "default" | "sm" | "lg" | "icon" | null | undefined;
45
45
  } & class_variance_authority_types.ClassProp) | undefined) => string;
46
46
  interface ButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
@@ -40,7 +40,7 @@ interface BadgeProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProp
40
40
  declare function Badge({ className, variant, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
41
41
 
42
42
  declare const buttonVariants: (props?: ({
43
- variant?: "link" | "default" | "secondary" | "destructive" | "outline" | "ghost" | null | undefined;
43
+ variant?: "default" | "link" | "secondary" | "destructive" | "outline" | "ghost" | null | undefined;
44
44
  size?: "default" | "sm" | "lg" | "icon" | null | undefined;
45
45
  } & class_variance_authority_types.ClassProp) | undefined) => string;
46
46
  interface ButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {