braid-design-system@33.10.1
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 averticaldirectionSpread. -
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
alignYprop is applied consistently across browsers (#1832)Fixes an issue where setting the
alignYprop totopwould not apply thevertical-alignCSS property — instead falling through to our CSS reset which setsvertical-align: baseline(rendering inconsistently across browsers).