DevoInc / genesys-ui

Monorepo containing the codebase for the Genesys UI components library.
https://devoinc.github.io/genesys-ui/
MIT License
2 stars 0 forks source link

feat!: refactor DateTime components #48

Closed jehogo closed 6 months ago

jehogo commented 6 months ago

DateTimePicker

General refactor. Some properties have change (i.e. onChange) and removed (i.e. validateDate)

DateTimeFloatingPicker

General refactor. Some properties have change (i.e. onChange) and removed (i.e. onChangeCalendar)

DateTimeRangeControl (removed)

Now use DateTimeRangeInput. General refactor.

DateTimeRangePicker (removed)

Now use DateTimeRangeFloatingPicker. General refactor.

DateTimeInput (new component)