diff --git a/src/plugins/components/list/list.doc.mdx b/src/plugins/components/list/list.doc.mdx index 7aef961..2b37b45 100644 --- a/src/plugins/components/list/list.doc.mdx +++ b/src/plugins/components/list/list.doc.mdx @@ -22,7 +22,7 @@ Lists are an important part of any website or application. The list component le Lists can be used to display basic list items. Below is an example of an unordered list. -
+
@@ -32,7 +32,7 @@ Lists can be used to display basic list items. Below is an example of an unorder Lists can be used to display basic list items. Below is an example of an ordered list. -
+
@@ -42,7 +42,7 @@ Lists can be used to display basic list items. Below is an example of an ordered Lists can be used to display more complex list items. Below is an example of a media list featuring a title and a subtitle. -
+
@@ -52,7 +52,7 @@ Lists can be used to display more complex list items. Below is an example of a m Lists can be used to display more complex list items. Below is an example of a media list featuring an icon. -
+
@@ -62,7 +62,7 @@ Lists can be used to display more complex list items. Below is an example of a m Lists can be used to display more complex list items. Below is an example of a media list featuring an avatar. -
+
diff --git a/src/plugins/components/list/list.stories.ts b/src/plugins/components/list/list.stories.ts index 5955fdf..cb46656 100644 --- a/src/plugins/components/list/list.stories.ts +++ b/src/plugins/components/list/list.stories.ts @@ -81,7 +81,7 @@ export const MediaText: Story = {
  • Finish project UX
    @@ -95,7 +95,7 @@ export const MediaText: Story = {
  • Meet with Andy at 3:00pm
    @@ -109,7 +109,7 @@ export const MediaText: Story = {
  • Get groceries for Anna
    @@ -123,7 +123,7 @@ export const MediaText: Story = {
  • Pay water bill
    @@ -169,7 +169,7 @@ export const MediaIcon: Story = {
    Finish project UX
    @@ -204,7 +204,7 @@ export const MediaIcon: Story = {
    Meet with Andy at 3:00pm
    @@ -239,7 +239,7 @@ export const MediaIcon: Story = {
    Get groceries for Anna
    @@ -274,7 +274,7 @@ export const MediaIcon: Story = {
    Pay water bill
    @@ -300,11 +300,11 @@ export const MediaAvatar: Story = { ${Avatar({ src: 'https://apollux.cssninja.io/img/avatars/15.svg', srcDark: 'https://apollux.cssninja.io/img/avatars/15.svg', - size: 'sm', + size: 'xs', })}
    Finish project UX
    @@ -319,11 +319,11 @@ export const MediaAvatar: Story = { ${Avatar({ src: 'https://apollux.cssninja.io/img/avatars/10.svg', srcDark: 'https://apollux.cssninja.io/img/avatars/10.svg', - size: 'sm', + size: 'xs', })}
    Meet with Andy at 3:00pm
    @@ -338,11 +338,11 @@ export const MediaAvatar: Story = { ${Avatar({ src: 'https://apollux.cssninja.io/img/avatars/24.svg', srcDark: 'https://apollux.cssninja.io/img/avatars/24.svg', - size: 'sm', + size: 'xs', })}
    Get groceries for Anna
    @@ -357,11 +357,11 @@ export const MediaAvatar: Story = { ${Avatar({ src: 'https://apollux.cssninja.io/img/avatars/25.svg', srcDark: 'https://apollux.cssninja.io/img/avatars/25.svg', - size: 'sm', + size: 'xs', })}
    Pay water bill