diff --git a/website/docs/styleguide.mdx b/website/docs/styleguide.mdx index 1f0899082..2f78ab93b 100644 --- a/website/docs/styleguide.mdx +++ b/website/docs/styleguide.mdx @@ -65,7 +65,7 @@ import { Colors, Patterns } from 'widgets/styleguide' ## Typography {#typography} -import { H1, H2, H3, H4, H5, Label, InlineList } from 'components/typography' +import { H1, H2, H3, H4, H5, Label } from 'components/typography' > #### Markdown > @@ -179,13 +179,11 @@ new anymore. Setting `variant="model"` takes a description of model capabilities and can be used to mark features that require a respective model to be installed. - - -method 4 - tagger, parser - - - +

+ method + 4 + tagger, parser +

### Buttons {#buttons} @@ -200,25 +198,21 @@ Link buttons come in two variants, `primary` and `secondary` and two sizes, with an optional `large` size modifier. Since they're mostly used as enhanced links, the buttons are implemented as styled links instead of native button elements. - - - - +

+ -
+{' '} - - - - + +

+ +

+ + +{' '} + + +

## Components