Skip to content

braid-design-system@33.10.1

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 16 Jul 01:03
· 223 commits to master since this release
461d9ae

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 a vertical direction Spread.

  • 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 to top would not apply the vertical-align CSS property — instead falling through to our CSS reset which sets vertical-align: baseline (rendering inconsistently across browsers).