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

@ -14,7 +14,7 @@ export interface SelectProps extends RestProps {
* Set the size of the select input
* @default undefined
*/
size?: "sm" | "xl";
size?: "sm" | "lg";
/**
* Set to `true` to use the inline variant