mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-25 21:56:08 +00:00
* fix(components): resolve duplicate id conflict in calendar-24 component - Changed Button id from 'date' to 'date-picker' - Changed Input id from 'time' to 'time-picker' - Updated corresponding Label htmlFor attributes to match new unique IDs Fixes #7561 * chore: rebuild registry after calendar-24 fixes