What's Changed
Design system
- [Potentially UI/UX breaking change] Updated theme color palette - primary color changed from green to blue; base color changed from gray to a lighter cool gray; added state palette related to error, warning, info, disabled, and emergency states (see
src/sass/_uswds-theme.scss
for full palette) - Upgraded USWDS dependency from version 3.0.1 to 3.5.0 (learn more about the upstream changes on the USWDS Releases page)
- Set custom override to
usa-nav__secondary-link a
to make link colorbase-darker
instead ofbase
, preventing color contrast issues - Set custom override to
usa-header--extended usa-logo
to make containermax-width
50%
instead of30%
, preventing text wrapping on header title
Component previews
- Fixed incorrect label for "Public Sans" font component
- Added "kitchen sink" component that allows previewing of multiple patterns on a page
Full Changelog: v0.3.0...v1.0.0