Skip to content

braid-design-system@28.13.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 28 Jul 00:07
· 1249 commits to master since this release
0bb145d

Minor Changes

  • TextLink, TextLinkButton: Add weight prop, add weak weight variant (#697)

    You can now render links that are underlined while inheriting the tone and weight of its surrounding text.

    EXAMPLE USAGE

    <Text>
      This sentence contains a{' '}
      <TextLink href="..." weight="weak">
        weak TextLink.
      </TextLink>
    </Text>