Nychthemeron/packages
Matthew L McPeak da4fd17934 feat: smoother hover/select feedback on Checkbox, RadioGroup, Select
- RadioGroupItem and SelectItem had no transition class at all, so
  their checked/highlighted background changes snapped instantly.
  Added transition-colors to both.
- Added hover:border-ring to Checkbox and RadioGroupItem so unchecked
  items get visible mouse-hover feedback, not just focus-visible.
- Wrapped the Checkbox checkmark and RadioGroup dot in a small
  Transition (fade-in/zoom-in on check, fade-out/zoom-out on uncheck)
  instead of popping in/out instantly, using the animation-duration-*
  utility (not duration-*) to avoid the transition:all bug fixed
  earlier in this session.

Verified via headless Chromium: no console errors, hover border colors
resolve to the ring token, Select items show a real transition-colors
(not "all") with the expected 150ms duration.
2026-07-14 10:42:53 -04:00
..
library feat: smoother hover/select feedback on Checkbox, RadioGroup, Select 2026-07-14 10:42:53 -04:00
playground fix: alert title contrast, and make Storybook dev serve live library source 2026-07-13 15:23:13 -04:00