mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
chore: v11 Select
Size `xl` changed to `lg`. For better compatibility with existing codebases size `xl` is still supported.
This commit is contained in:
parent
019f9773a8
commit
a3f577bea3
6 changed files with 9 additions and 9 deletions
2
types/Select/Select.svelte.d.ts
vendored
2
types/Select/Select.svelte.d.ts
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue