| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| braid-design-system@34.7.0 source code.tar.gz | 2026-08-20 | 1.1 MB | |
| braid-design-system@34.7.0 source code.zip | 2026-08-20 | 1.7 MB | |
| README.md | 2026-08-20 | 943 Bytes | |
| Totals: 3 Items | 2.8 MB | 0 | |
Minor Changes
- ButtonIcon: Add
brandAccenttone (#2125)
Introduces support for the brandAccent tone on ButtonIcon.
EXAMPLE USAGE:
jsx
<ButtonIcon tone="brandAccent" icon={<IconAdd />} label="Add" />
- ButtonIcon: Default accent tones to
solidwhenvariantis omitted (#2125)
Accent tones (formAccent, brandAccent) now default to solid when variant is omitted — existing formAccent usage can pass variant="soft" to keep the previous look.
EXAMPLE USAGE:
jsx
<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)