v1.7.0
·
2509 commits
to development
since this release
Adds
- Adds the
screenreaderOnlyText
prop to theButton
andLink
components.
Updates
- Updates the existing
heading
typography styles to add new default styles options for native heading elements, includingh1
thruh6
. - Updates the existing
heading
typography styles to add new size options, includingdisplay1
andheading1
thruheading6
. - Updates the existing
text
typography styles to addoverline
andsubtitle
options. - Updates the
Heading
component to include the newheading
typography styles. - Updates the
Text
component to include the newtext
typography styles. - Updates the
Typography
docs to include the new options added to theheading
andtext
typography styles. - Updates the
Design Tokens
docs to include the new tokens added to theheading
andtext
typography styles. - Updates the
Heading
component to includeoverline
andsubtitle
elements. - Updates the spacing gap between main content in the
TemplateAppContainer
component. - Updates the background color of the "clear" button in Dark Mode for the
TextInput
component. This also affects theSearchBar
component when a clear button is present in theTextInput
component. - Updates the spacing of the text in the
HelperErrorText
component. - Updates the
ComponentWrapper
component to conditionally render theHelperErrorText
component. - Updates the version of the
react-datepicker
npm package. - Updates the right-to-left visual display for the
Accordion
component.