braid-design-system@32.6.0
·
709 commits
to master
since this release
Minor Changes
-
PageBlock: Add new component (#1307)
Provides a top-level page container, constraining the content width (using
ContentBlock) while establishing common screen gutters on smaller devices.EXAMPLE USAGE:
<PageBlock width="large">...</PageBlock>
-
Button, TextLinkButton: Add
aria-labelsupport (#1304)Provide support for
aria-label, enabling additional context to be given to assistive technologies where context is typically visual.EXAMPLE USAGE:
<Button aria-label="Save job">Save</Button>
-
IconMessage: Add new component (#1303)
Add new
IconMessagecomponent.EXAMPLE USAGE:
<IconMessage />