| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| braid-design-system@33.13.0 source code.tar.gz | 2025-12-09 | 997.0 kB | |
| braid-design-system@33.13.0 source code.zip | 2025-12-09 | 1.6 MB | |
| README.md | 2025-12-09 | 613 Bytes | |
| Totals: 3 Items | 2.6 MB | 0 | |
Minor Changes
-
Autosuggest: Add support for data attributes on individual suggestions (#1938)
The data attributes are applied to each rendered list item.
EXAMPLE USAGE:
jsx <Autosuggest suggestions={[ { text: 'Apples', data: { testid: 'suggestion-apples' }, }, ]} />
Patch Changes
- ButtonIcon, TooltipRenderer: Close tooltips after clicking the trigger on desktop devices (#1932)