@agenticindiedev/ui 0.3.4 → 0.3.5

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.ts CHANGED
@@ -37,14 +37,14 @@ export declare interface AccordionContentProps extends React.ComponentPropsWitho
37
37
  }
38
38
 
39
39
  export declare const AccordionItem: React_2.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<(props?: ({
40
- variant?: "default" | "ghost" | "bordered" | null | undefined;
40
+ variant?: "default" | "bordered" | "ghost" | null | undefined;
41
41
  } & ClassProp) | undefined) => string> & React_2.RefAttributes<HTMLDivElement>>;
42
42
 
43
43
  export declare interface AccordionItemProps extends React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Item>, VariantProps<typeof accordionItemVariants> {
44
44
  }
45
45
 
46
46
  declare const accordionItemVariants: (props?: ({
47
- variant?: "default" | "ghost" | "bordered" | null | undefined;
47
+ variant?: "default" | "bordered" | "ghost" | null | undefined;
48
48
  } & ClassProp) | undefined) => string;
49
49
 
50
50
  export declare type AccordionProps = React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Root>;
@@ -97,7 +97,7 @@ export declare interface BadgeProps extends React.HTMLAttributes<HTMLSpanElement
97
97
  }
98
98
 
99
99
  export declare const badgeVariants: (props?: ({
100
- variant?: "default" | "secondary" | "destructive" | "outline" | "success" | "warning" | null | undefined;
100
+ variant?: "default" | "destructive" | "secondary" | "outline" | "success" | "warning" | null | undefined;
101
101
  size?: "sm" | "md" | "lg" | null | undefined;
102
102
  } & ClassProp) | undefined) => string;
103
103
 
@@ -137,7 +137,7 @@ export declare interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButt
137
137
  }
138
138
 
139
139
  export declare const buttonVariants: (props?: ({
140
- variant?: "secondary" | "destructive" | "outline" | "link" | "primary" | "ghost" | "soft-primary" | "soft-secondary" | "soft-success" | "soft-warning" | "soft-destructive" | null | undefined;
140
+ variant?: "ghost" | "link" | "destructive" | "primary" | "secondary" | "outline" | "soft-primary" | "soft-secondary" | "soft-success" | "soft-warning" | "soft-destructive" | null | undefined;
141
141
  size?: "sm" | "md" | "lg" | "icon" | null | undefined;
142
142
  } & ClassProp) | undefined) => string;
143
143
 
@@ -165,7 +165,7 @@ export declare interface CardProps extends React.HTMLAttributes<HTMLDivElement>,
165
165
  export declare const cardVariants: (props?: ({
166
166
  variant?: "default" | "outline" | "elevated" | null | undefined;
167
167
  hover?: boolean | null | undefined;
168
- padding?: "sm" | "md" | "lg" | "none" | null | undefined;
168
+ padding?: "none" | "sm" | "md" | "lg" | null | undefined;
169
169
  } & ClassProp) | undefined) => string;
170
170
 
171
171
  export declare const Checkbox: React_2.ForwardRefExoticComponent<CheckboxProps & React_2.RefAttributes<HTMLButtonElement>>;
@@ -345,8 +345,8 @@ declare interface LinkProps_2 extends React_2.AnchorHTMLAttributes<HTMLAnchorEle
345
345
  }
346
346
 
347
347
  export declare const linkVariants: (props?: ({
348
- variant?: "default" | "secondary" | "primary" | "muted" | null | undefined;
349
- underline?: "none" | "hover" | "always" | null | undefined;
348
+ variant?: "default" | "primary" | "secondary" | "muted" | null | undefined;
349
+ underline?: "none" | "always" | "hover" | null | undefined;
350
350
  } & ClassProp) | undefined) => string;
351
351
 
352
352
  export declare const Loading: React_2.ForwardRefExoticComponent<LoadingProps_2 & React_2.RefAttributes<HTMLDivElement>>;
@@ -418,7 +418,7 @@ declare interface NavbarProps_2 extends React_2.HTMLAttributes<HTMLElement>, Var
418
418
  }
419
419
 
420
420
  export declare const navbarVariants: (props?: ({
421
- variant?: "default" | "elevated" | "bordered" | null | undefined;
421
+ variant?: "default" | "bordered" | "elevated" | null | undefined;
422
422
  } & ClassProp) | undefined) => string;
423
423
 
424
424
  export declare const Pagination: React_2.ForwardRefExoticComponent<PaginationProps_2 & React_2.RefAttributes<HTMLElement>>;
@@ -599,7 +599,7 @@ declare const themes: {
599
599
  };
600
600
 
601
601
  export declare const Toast: React_2.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React_2.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
602
- variant?: "default" | "success" | "warning" | "error" | "info" | null | undefined;
602
+ variant?: "default" | "success" | "error" | "warning" | "info" | null | undefined;
603
603
  } & ClassProp) | undefined) => string> & React_2.RefAttributes<HTMLLIElement>>;
604
604
 
605
605
  export declare const ToastAction: React_2.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;
@@ -632,7 +632,7 @@ export declare interface ToastTitleProps extends React.ComponentPropsWithoutRef<
632
632
  }
633
633
 
634
634
  declare const toastVariants: (props?: ({
635
- variant?: "default" | "success" | "warning" | "error" | "info" | null | undefined;
635
+ variant?: "default" | "success" | "error" | "warning" | "info" | null | undefined;
636
636
  } & ClassProp) | undefined) => string;
637
637
 
638
638
  export declare const ToastViewport: React_2.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React_2.RefAttributes<HTMLOListElement>, "ref"> & React_2.RefAttributes<HTMLOListElement>>;