Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 17:49
· 2509 commits to development since this release
fdaa195

Adds

  • Adds the screenreaderOnlyText prop to the Button and Link components.

Updates

  • Updates the existing heading typography styles to add new default styles options for native heading elements, including h1 thru h6.
  • Updates the existing heading typography styles to add new size options, including display1 and heading1 thru heading6.
  • Updates the existing text typography styles to add overline and subtitle options.
  • Updates the Heading component to include the new heading typography styles.
  • Updates the Text component to include the new text typography styles.
  • Updates the Typography docs to include the new options added to the heading and text typography styles.
  • Updates the Design Tokens docs to include the new tokens added to the heading and text typography styles.
  • Updates the Heading component to include overline and subtitle 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 the SearchBar component when a clear button is present in the TextInput component.
  • Updates the spacing of the text in the HelperErrorText component.
  • Updates the ComponentWrapper component to conditionally render the HelperErrorText component.
  • Updates the version of the react-datepicker npm package.
  • Updates the right-to-left visual display for the Accordion component.