@banhosdev/moldsoft-ui 1.4.0 → 1.5.0

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/index.d.mts CHANGED
@@ -50,8 +50,8 @@ declare function Logo({ size, className, ...props }: LogoProps): react_jsx_runti
50
50
  declare const Separator: React.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
51
51
 
52
52
  declare const buttonVariants: (props?: ({
53
- variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
54
- size?: "icon" | "default" | "sm" | "lg" | null | undefined;
53
+ variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined;
54
+ size?: "default" | "sm" | "lg" | "icon" | null | undefined;
55
55
  } & class_variance_authority_types.ClassProp) | undefined) => string;
56
56
  interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
57
57
  asChild?: boolean;
package/dist/index.d.ts CHANGED
@@ -50,8 +50,8 @@ declare function Logo({ size, className, ...props }: LogoProps): react_jsx_runti
50
50
  declare const Separator: React.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
51
51
 
52
52
  declare const buttonVariants: (props?: ({
53
- variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
54
- size?: "icon" | "default" | "sm" | "lg" | null | undefined;
53
+ variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined;
54
+ size?: "default" | "sm" | "lg" | "icon" | null | undefined;
55
55
  } & class_variance_authority_types.ClassProp) | undefined) => string;
56
56
  interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
57
57
  asChild?: boolean;