| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| braid-design-system@34.3.0 source code.tar.gz | 2026-06-16 | 1.1 MB | |
| braid-design-system@34.3.0 source code.zip | 2026-06-16 | 1.7 MB | |
| README.md | 2026-06-16 | 812 Bytes | |
| Totals: 3 Items | 2.8 MB | 0 | |
Minor Changes
- Inline: Add noWrap prop to support single-row compositions (#2069)
EXAMPLE USAGE:
jsx
<Inline space="small" noWrap>
<Placeholder width={20} height={48} />
<Placeholder width={80} height={48} />
<Placeholder width={40} height={48} />
</Inline>
Patch Changes
-
Textarea: Ensure focus ring displays correctly (#2066)
-
Heading: Increase line height to improve legibility (#2073)
Increases the line height of all Heading levels to improve legibility of wrapping lines of text — focusing on reducing the collision of diacritical marks in Thai Script.