braid-design-system@34.7.0
·
14 commits
to master
since this release
Minor Changes
-
ButtonIcon: Add
brandAccenttone (#2125)Introduces support for the
brandAccenttone onButtonIcon.EXAMPLE USAGE:
<ButtonIcon tone="brandAccent" icon={<IconAdd />} label="Add" />
-
ButtonIcon: Default accent tones to
solidwhenvariantis omitted (#2125)Accent tones (
formAccent,brandAccent) now default tosolidwhenvariantis omitted — existingformAccentusage can passvariant="soft"to keep the previous look.EXAMPLE USAGE:
<ButtonIcon tone="formAccent" icon={<IconAdd />} label="Add" />
Patch Changes
- Rating: Expose the star graphic with
role="img"so thearia-labelis announced reliably by assistive technologies. (#2122)