Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
braid-design-system@33.10.1 source code.tar.gz | 2025-07-16 | 973.2 kB | |
braid-design-system@33.10.1 source code.zip | 2025-07-16 | 1.6 MB | |
README.md | 2025-07-16 | 1.2 kB | |
Totals: 3 Items | 2.6 MB | 0 |
Patch Changes
-
useToast: Clean up internal refactor (#1837)
-
Dialog, Drawer: Refactor layout, ensure content area is the full height (#1834)
This change allows you to spread content to the bottom of a
Drawer
, for example with avertical
directionSpread
. -
Ensure focus rings are consistent across components (#1828)
Aligns a few edge cases where focus rings were not consistent due to elements or aria roles not captured by the reset.
-
BraidTestProvider: Align mock with real IntersectionObserver API (#1837)
-
Table: Ensure
alignY
prop is applied consistently across browsers (#1832)Fixes an issue where setting the
alignY
prop totop
would not apply thevertical-align
CSS property — instead falling through to our CSS reset which setsvertical-align: baseline
(rendering inconsistently across browsers).