Download Latest Version braid-design-system@34.7.0 source code.zip (1.7 MB)
Email in envelope

Get an email when there's a new version of BRAID

Home / braid-design-system@34.7.0
Name Modified Size InfoDownloads / 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 brandAccent tone (#2125)

Introduces support for the brandAccent tone on ButtonIcon.

EXAMPLE USAGE:

jsx <ButtonIcon tone="brandAccent" icon={<IconAdd />} label="Add" />

  • ButtonIcon: Default accent tones to solid when variant is 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 the aria-label is announced reliably by assistive technologies. (#2122)
Source: README.md, updated 2026-08-20