Skip to content

Release 0.6.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 09:37
· 24 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.
  • Increase font weight for Checkbox to semibold.

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 Tablecomponent not having the correct color.