| Name | Modified | Size | Downloads / 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
loadingsupport (#2083)
Provide the same loading behaviour as available on Button
EXAMPLE USAGE:
jsx
<ButtonIcon icon={<IconSend />} label="Send" loading />
-
Button, ButtonIcon: Add
aria-pressedsupport (#2084) -
ButtonIcon: Add support for
solidvariant (#2079)
EXAMPLE USAGE:
jsx
<ButtonIcon variant="solid" label="Solid variant" icon={<IconSend />} />
Patch Changes
- Button: Update
loadingindicator (#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.