add orange theme #75
Annotations
6 errors
|
test
Process completed with exit code 2.
|
|
test
Type '{ children: string | undefined; placeholder: string; }' is not assignable to type 'IntrinsicAttributes & SelectValueProps'.
|
|
test
Type '(v: string) => void' is not assignable to type '(value: string | null, eventDetails: SelectRootChangeEventDetails) => void'.
|
|
test
Type '{ children: string | undefined; placeholder: string; }' is not assignable to type 'IntrinsicAttributes & SelectValueProps'.
|
|
test
Type '{ children: Element; variant: "outline"; size: "sm"; disabled: boolean; asChild: true; className: string; }' is not assignable to type 'IntrinsicAttributes & ((ButtonProps & VariantProps<(props?: (ConfigVariants<{ variant: { default: string; outline: string; secondary: string; ghost: string; destructive: string; link: string; }; size: { ...; }; }> & ClassProp) | undefined) => string>) & RefAttributes<...>)'.
|
|
test
Type '{ children: Element; variant: "outline"; size: "sm"; disabled: boolean; asChild: true; className: string; }' is not assignable to type 'IntrinsicAttributes & ((ButtonProps & VariantProps<(props?: (ConfigVariants<{ variant: { default: string; outline: string; secondary: string; ghost: string; destructive: string; link: string; }; size: { ...; }; }> & ClassProp) | undefined) => string>) & RefAttributes<...>)'.
|