Release v4.2.1
Summary
Two accessibility fixes: date picker segments that were too small to hit reliably, and dropdown options that painted a browser-default focus outline instead of the Cratis focus ring.
Fixed
- Date picker segments (month, day, year, hour, minute, day period, time zone) now meet the 24x24 px minimum target size, and the date input wraps onto a second line in narrow containers so that no segment is clipped or ends up behind the calendar button. Literal separators between segments are unchanged. (#238)
- Dropdown options now paint the
--cratis-focus-ringtoken as an inset ring on keyboard focus, including the selected option and options in a filtered list. The forced-colorsHighlightoutline is unchanged. (#240)