braid-design-system@33.11.0
Minor Changes
-
useToast: Improve layout of toasts when multiple toasts are shown (#1782)
When multiple toasts are shown simultaneously, they now visually stack in a collapsed format that expands on interaction.
This prevents toasts from obscuring page content while providing users with an easy way to manage and navigate through the recent toast history.
Patch Changes
-
RadioGroup: Ensure provided
idis assigned tofieldset(#1845)Fixes a bug where the provided
idwas not being passed through to thefieldsetelement. -
seekJobs, seekBusiness: Update drop shadow palette (#1847)
Refine the drop shadow palette values of
small,medium, andlarge.
The shadow values are now softer and more linear in their scale. -
TooltipRenderer: Optimise performance by reducing unnecessary recalculations of the trigger position (#1833)
-
seekJobs, seekBusiness: Increase medium font weight (#1843)
The introduction of Traditional Chinese support means characters in this unicode range are rendered using the default
sans-seriffont.
The system fonts that handle these characters only cater for regular and bold weights, resulting in themediumweight of 500 falling back to 400 — resulting in loss of visual hierarchy.By increasing the weight of
mediumto 600, it will now round up to 700 (strong) when the rendered font cannot satisfymedium.This only affects
seekJobsandseekBusinessthemes rendering Traditional Chinese characters, all weights across other character sets remain unchanged.