salt-ds
salt-ds copied to clipboard
DatePicker updates
-
DatePicker
is now a wrapper aroundDateInput
and does not contain any panels - support
children
, so customisable panels can be provided byDateInput
-
DatePickerContext
now simplified and moved uptoDatePicker
, panels can define their own configuration whilst subscribing to the state fromDatePickerContext
-
DatePickerSinglePanel
andDatePickerRangePanel
provided to support basic single/range dates - switch to conditional Typescript types to reduce complexity for end-user
- rename
selectionVariant value from
defaultto
single`