From 22c6d8578484d791530213ba2a12949cc453af6b 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/pages/styleguide.mdx | 40 ++++++++++++++---------------------- 1 file changed, 15 insertions(+), 25 deletions(-) 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