add different button variants #59
Annotations
10 errors
Run Chromatic:
src/ui-shadcn/calendar.tsx#L35
Type '"ghost"' is not assignable to type '"error" | "success" | "disabled" | "primary" | "secondary" | "outlined-error" | "outlined-success" | "outlined-primary" | "outlined-secondary" | "outlined-disabled" | undefined'.
|
Run Chromatic:
src/ui-shadcn/carousel.tsx#L185
Type 'string' is not assignable to type 'ButtonVariants'.
|
Run Chromatic:
src/ui-shadcn/carousel.tsx#L186
Type 'string' is not assignable to type 'ButtonSizes'.
|
Run Chromatic:
src/ui-shadcn/carousel.tsx#L213
Type 'string' is not assignable to type 'ButtonVariants'.
|
Run Chromatic:
src/ui-shadcn/carousel.tsx#L214
Type 'string' is not assignable to type 'ButtonSizes'.
|
Run Chromatic:
src/ui-shadcn/pagination.tsx#L6
Module '"@/ui-shadcn/button"' declares 'ButtonProps' locally, but it is not exported.
|
Run Chromatic:
src/ui-shadcn/pagination.tsx#L40
Type '"outline" | "ghost"' is not assignable to type '"error" | "success" | "disabled" | "primary" | "secondary" | "outlined-error" | "outlined-success" | "outlined-primary" | "outlined-secondary" | "outlined-disabled" | undefined'.
|
Run Chromatic:
src/ui-shadcn/pagination.tsx#L56
'size' is specified more than once, so this usage will be overwritten.
|
Run Chromatic:
src/ui-shadcn/pagination.tsx#L69
'size' is specified more than once, so this usage will be overwritten.
|
Run Chromatic
Process completed with exit code 2.
|