diff --git a/website/pages/styleguide.mdx b/website/pages/styleguide.mdx index 7dd8997fb..13bf6bf35 100644 --- a/website/pages/styleguide.mdx +++ b/website/pages/styleguide.mdx @@ -67,7 +67,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 > @@ -181,13 +181,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 2 - tagger, parser - - - +

+ method + 2 + tagger, parser +

### Buttons {#buttons} @@ -202,25 +200,17 @@ 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