Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
braid-design-system@33.11.0 source code.tar.gz | 2025-07-23 | 984.2 kB | |
braid-design-system@33.11.0 source code.zip | 2025-07-23 | 1.6 MB | |
README.md | 2025-07-23 | 1.9 kB | |
Totals: 3 Items | 2.6 MB | 1 |
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
id
is assigned tofieldset
(#1845)Fixes a bug where the provided
id
was not being passed through to thefieldset
element. -
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-serif
font. The system fonts that handle these characters only cater for regular and bold weights, resulting in themedium
weight of 500 falling back to 400 — resulting in loss of visual hierarchy.By increasing the weight of
medium
to 600, it will now round up to 700 (strong
) when the rendered font cannot satisfymedium
.This only affects
seekJobs
andseekBusiness
themes rendering Traditional Chinese characters, all weights across other character sets remain unchanged.