braid-design-system@28.13.0
·
1249 commits
to master
since this release
Minor Changes
-
TextLink, TextLinkButton: Add
weightprop, addweakweight 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>