From c48c8d55e7140848b4d92f6afb56ef1d3f6ce2f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Bl=C3=A4ttermann?= Date: Sun, 13 Nov 2022 18:35:57 +0100 Subject: [PATCH] Remove reliance on `InlineList` --- website/docs/styleguide.mdx | 44 ++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 25 deletions(-) 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