braid-design-system@33.2.0
·
393 commits
to master
since this release
Minor Changes
- Add new icons to the library (#1655)
IconCoverLetterIconChecklistIconDisallowIconBluetoothIconQR
Patch Changes
-
Update the following icon assets: (#1655)
IconNoteIconResumeIconDocumentIconDocumentBrokenIconHeart
-
Button, ButtonLink: Ensure label is vertically centered (#1656)
Fixes a bug where a
ButtonLinklabel would not be vertically centered inside containers that stretch elements to fill the available space, such asTiles.
While the issue did not affectButton, the fix was applied to both components to ensure there is no reliance on browser default styling. -
Autosuggest: Ensure content is left aligned (#1642)
Applies left alignment to
Autosuggestdropdown content to ensure consistent alignment, even when inside centered layout containers.