braid-design-system@32.11.0
·
664 commits
to master
since this release
Minor Changes
-
Button, ButtonLink: Provide
formAccentas the name for undefined tone (#1359)Formalise the name of the
undefinedtone asformAccent, making it more discoverable as an accent available for increased prominence.Note: Consumers should only apply this tone where an action should be emphasized explicitly. The
undefinedvalue is still valid for buttons that should follow the default button style of the theme.EXAMPLE USAGE:
<Button tone="formAccent">...</Button>