diff --git a/.changeset/old-beers-cough.md b/.changeset/old-beers-cough.md new file mode 100644 index 0000000000..b0c82da59d --- /dev/null +++ b/.changeset/old-beers-cough.md @@ -0,0 +1,6 @@ +--- +'@swisspost/design-system-documentation': minor +'@swisspost/design-system-styles': minor +--- + +Added the checks list component, an unordered list where each item is preceded by a check icon. \ No newline at end of file diff --git a/packages/documentation/src/stories/utilities/list/list.docs.mdx b/packages/documentation/src/stories/components/list/list.docs.mdx similarity index 84% rename from packages/documentation/src/stories/utilities/list/list.docs.mdx rename to packages/documentation/src/stories/components/list/list.docs.mdx index a9d6ade2a3..d9bd77e986 100644 --- a/packages/documentation/src/stories/utilities/list/list.docs.mdx +++ b/packages/documentation/src/stories/components/list/list.docs.mdx @@ -5,7 +5,7 @@ import * as ListStories from './list.stories'; # Lists -

Use lists to group a collection of related items.

+

Use lists to group a collection of related items.

There are three types of HTML lists: unordered lists, ordered lists, and description lists. Utility classes allow you to style each of these lists in different ways. @@ -17,6 +17,13 @@ It is created using a `