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:
Gregor Wassmann 2023-03-27 17:39:02 +02:00 committed by Enrico Sacchetti
commit 85bbaed3e2
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
5 changed files with 13 additions and 13 deletions

View file

@ -4263,8 +4263,8 @@
"name": "size",
"kind": "let",
"description": "Specify the size of button skeleton",
"type": "\"default\" | \"field\" | \"small\"",
"value": "\"default\"",
"type": "\"sm\" | \"md\" | \"lg\"",
"value": "\"lg\"",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,