braid-design-system@32.9.1
·
673 commits
to master
since this release
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 settingpositiontoleftand between a small range of screen widths — above 660px (smallcontent width) and below 768px (tabletbreakpoint). -
RadioGroup: Ensure
reserveMessageSpaceprevents layout shift correctly (#1349)Consider the
reserveMessageSpaceprop as well asmessagewhen conditionally applying internal padding between radio list and field message.