chore: v11 Select

Size `xl` changed to `lg`. For better compatibility with existing codebases size `xl` is still supported.
This commit is contained in:
Gregor Wassmann 2023-03-28 22:27:06 +02:00 committed by Enrico Sacchetti
commit a3f577bea3
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
6 changed files with 9 additions and 9 deletions

View file

@ -10189,7 +10189,7 @@
"name": "size",
"kind": "let",
"description": "Set the size of the select input",
"type": "\"sm\" | \"xl\"",
"type": "\"sm\" | \"lg\"",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,

View file

@ -104,9 +104,9 @@ The `selected` prop is reactive and supports two-way binding.
<SelectItem value="g100" text="Gray 100" />
</Select>
## Extra-large size
## Large size
<Select size="xl" labelText="Carbon theme" selected="g10" >
<Select size="lg" labelText="Carbon theme" selected="g10" >
<SelectItem value="white" text="White" />
<SelectItem value="g10" text="Gray 10" />
<SelectItem value="g80" text="Gray 80" />