Download Latest Version braid-design-system@34.4.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.4.0
Name Modified Size InfoDownloads / Week
Parent folder
braid-design-system@34.4.0 source code.tar.gz 2026-07-03 1.1 MB
braid-design-system@34.4.0 source code.zip 2026-07-03 1.7 MB
README.md 2026-07-03 1.3 kB
Totals: 3 Items   2.8 MB 0

Minor Changes

  • ButtonIcon: Add loading support (#2083)

Provide the same loading behaviour as available on Button

EXAMPLE USAGE:

jsx <ButtonIcon icon={<IconSend />} label="Send" loading />

  • Button, ButtonIcon: Add aria-pressed support (#2084)

  • ButtonIcon: Add support for solid variant (#2079)

EXAMPLE USAGE:

jsx <ButtonIcon variant="solid" label="Solid variant" icon={<IconSend />} />

Patch Changes

  • Button: Update loading indicator (#2080)

Update design asset for loading state, moving from progressive ellipsis animation, to a spinning indicator.

  • Button: Ensure active state is not applied when disabled (#2080)

  • Ensure fallback ids pass HTML validation (#2083)

Adopt recommended practice of ensuring all generated id attributes start with a letter as per HTML validation rules.

Source: README.md, updated 2026-07-03