Skip to content

braid-design-system@32.9.1

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 28 Aug 04:54
· 673 commits to master since this release
ac8fffd

Patch Changes

  • Drawer: Prevent close button protruding in left position (#1351)

    Fixes an issue where the close button could protrude from a Drawer.
    This was only visible when setting position to left and between a small range of screen widths — above 660px (small content width) and below 768px (tablet breakpoint).

  • RadioGroup: Ensure reserveMessageSpace prevents layout shift correctly (#1349)

    Consider the reserveMessageSpace prop as well as message when conditionally applying internal padding between radio list and field message.