salt-ds icon indicating copy to clipboard operation
salt-ds copied to clipboard

DatePicker updates

Open mark-tate opened this issue 7 months ago • 3 comments

  • DatePicker is now a wrapper around DateInput and does not contain any panels
  • support children, so customisable panels can be provided by DateInput
  • DatePickerContext now simplified and moved upto DatePicker, panels can define their own configuration whilst subscribing to the state from DatePickerContext
  • DatePickerSinglePanel and DatePickerRangePanel provided to support basic single/range dates
  • switch to conditional Typescript types to reduce complexity for end-user
  • rename selectionVariant value from defaulttosingle`

mark-tate avatar Jul 04 '24 13:07 mark-tate