mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
chore: v11 ComboBox
Size `xl` changed to `lg`. For better compatibility with existing codebases size `xl` is still supported.
This commit is contained in:
parent
cafa258896
commit
8cf61bd0f7
8 changed files with 12 additions and 12 deletions
2
types/ComboBox/ComboBox.svelte.d.ts
vendored
2
types/ComboBox/ComboBox.svelte.d.ts
vendored
|
@ -46,7 +46,7 @@ export interface ComboBoxProps extends RestProps {
|
|||
* Set the size of the combobox
|
||||
* @default undefined
|
||||
*/
|
||||
size?: "sm" | "xl";
|
||||
size?: "sm" | "lg";
|
||||
|
||||
/**
|
||||
* Set to `true` to disable the combobox
|
||||
|
|
2
types/ListBox/ListBox.svelte.d.ts
vendored
2
types/ListBox/ListBox.svelte.d.ts
vendored
|
@ -8,7 +8,7 @@ export interface ListBoxProps extends RestProps {
|
|||
* Set the size of the list box
|
||||
* @default undefined
|
||||
*/
|
||||
size?: "sm" | "xl";
|
||||
size?: "sm" | "lg";
|
||||
|
||||
/**
|
||||
* Set the type of the list box
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue