1.2.0
🚀 Added
@cmsgov/design-system-core
- Right-to-left checkbox/radio style - #144
- Added a "small" size variant to the
Choice
component - #146 - New
aria-valuetext
androle
props (with default values) added toSpinner
component - #138, #141
💅 Changes
@cmsgov/design-system-core
- Bumped
react
andreact-dom
to15.6.2
- #153
(We'll add support forv16.x
very soon, after a little more testing).
@cmsgov/design-system-support
- Bumped
uswds
package to1.3.1
- #145
Sketch file - #142
- Renamed file to make more sense with how Sketch Libraries work
- Reorganized text styles
- Updated color values
- Added additional button component variations
- Added "small" body text style
- Fixed resizing constraints of Dropdown, Checkbox, and Radio buttons
- Add "big" variation of "disabled" button
🛠 Fixed
@cmsgov/design-system-core
- Fixed checkbox/radio behavior caused by negative margin: The Choice input was hidden by setting its
margin-left
property to-100%
. This caused issues when two choices were side by side. #143
📦 Internal
- Added ability to preview site packages, AKA "themes", in the context of the documentation - #139