mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
chore: v11 FileUploader
For better compatibility with existing codebases sizes `field` and `small` are still supported. Note that flagship implementation does the same thing.
This commit is contained in:
parent
ee55f2ba36
commit
85bbaed3e2
5 changed files with 13 additions and 13 deletions
|
@ -12,9 +12,9 @@ export interface FileUploaderItemProps extends RestProps {
|
|||
|
||||
/**
|
||||
* Specify the size of button skeleton
|
||||
* @default "default"
|
||||
* @default "lg"
|
||||
*/
|
||||
size?: "default" | "field" | "small";
|
||||
size?: "sm" | "md" | "lg";
|
||||
|
||||
/**
|
||||
* Specify the ARIA label used for the status icons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue