mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
chore: v11 DatePicker
For better compatibility with existing codebases size xl is still supported.
This commit is contained in:
parent
e1bd0aaa99
commit
6203e1d699
6 changed files with 8 additions and 8 deletions
2
types/DatePicker/DatePickerInput.svelte.d.ts
vendored
2
types/DatePicker/DatePickerInput.svelte.d.ts
vendored
|
@ -8,7 +8,7 @@ export interface DatePickerInputProps extends RestProps {
|
|||
* Set the size of the input
|
||||
* @default undefined
|
||||
*/
|
||||
size?: "sm" | "xl";
|
||||
size?: "sm" | "lg";
|
||||
|
||||
/**
|
||||
* Specify the input type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue