Skip to content

Release 0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 10:01
· 21 commits to main since this release

Added

  • Added semantic token success and error to help with conveying the status of a component.
  • Added filled.accent variant for Input component.

Changed

  • Removed boxShadow from Button variant primary and secondary to make the component more consistent with the rest of the components.
  • Tone down the boxShadow for Tabs variant inidcator.

Removed

  • Removed outline-on-accent variant for Input component as it was barely used.
  • Removed filled styles from the Input component. The default variant from the Chakra UI theme will be used.

Fixed

  • Fixed an issue with the FormLabel, Progress and Table component not having the correct color.