Skip to content

braid-design-system@24.4.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 31 Mar 05:39
· 1368 commits to master since this release
f90540b

Minor Changes

  • Divider: Add strong weight variant, e.g. <Divider weight="strong">. (#569)

    Note that this also affects the dividers prop on both Stack and Tiles, 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.