braid-design-system@32.21.0
Minor Changes
-
IconHash: Add component (#1543)
EXAMPLE USAGE:
<IconHash />
-
Improve internal form field spacing (#1541)
Refined the spacing between internal elements of form fields to align with the latest spacing guidelines.
This change impacts the
Stackspacing betweenlabelanddescription, the form field itself and themessageslots. -
Autosuggest: Add
suggestionHighlightprop (#1536)Introduces the
suggestionHighlightprop, which uses the input value to automatically highlight either thematchingorremainingportion of each suggestion.EXAMPLE USAGE:
<Autosuggest suggestionHighlight="matching">
Patch Changes
-
Refine the Checkbox, Radio, Toggle & MenuItemCheckbox size (#1541)
Refines the size of the inline field elements including the
RadioItem,Checkbox,ToggleandMenuItemCheckboxcomponents.Primarily impacts consumers of the
seekJobstheme, seeing a reduction across all sizes. -
Ensure no space above field with
undefinedlabel (#1541)Fixes an issue where passing
undefinedas thelabelto a form field would result in an unwanted space above the field. -
Badge: Ensure label follows correct tone (#1544)
Ensure that the foreground text of a
Badgealways follows the correct tone for the background colour.
Fixes a bug where using aBadgein aListthat overrides the default tone would result in theBadgetext following theListtone instead of theBadgetone. -
Fix warning in React 18.3.0 when using useToast. (#1534)
-
MonthPicker: Reduce space between month and year fields (#1541)
Reducing the space between month and year fields to improve correlation between the two fields within the greater context of a form.