This commit is contained in:
Bilux 2022-12-11 01:49:46 +00:00 committed by GitHub
commit 37529d68a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 19 deletions

View file

@ -24,7 +24,7 @@ export interface ButtonProps
* Specify the size of button
* @default "default"
*/
size?: "default" | "field" | "small" | "lg" | "xl";
size?: "default" | "field" | "sm" | "lg" | "xl";
/**
* Set to `true` to use Carbon's expressive typesetting

View file

@ -13,7 +13,7 @@ export interface ButtonSkeletonProps
* Specify the size of button skeleton
* @default "default"
*/
size?: "default" | "field" | "small" | "lg" | "xl";
size?: "default" | "field" | "sm" | "lg" | "xl";
/**
* SvelteKit attribute to enable data prefetching