braid-design-system@24.4.0
·
1368 commits
to master
since this release
Minor Changes
-
Divider: Add strong weight variant, e.g.
<Divider weight="strong">. (#569)Note that this also affects the
dividersprop on bothStackandTiles, e.g.<Stack space="medium" dividers="strong">. You can still pass a boolean prop if you want to render the default divider styling, e.g.<Stack space="medium" dividers>, so this change is backwards compatible.