Commit 800228c1 by Jess Committed by GitHub

Storybook sorting (#23857)

* Resort Icon.story.tsx into Docs Overview category

* Make CallToActionCard.story.tsx internal

* Move ThemeColors to Docs Overview category

* Move Tag.story.tsx to Forms category

* Move TagList.story.tsx to Forms category

Co-authored-by: Clarity-89 <homes89@ukr.net>
parent 8f2be870
......@@ -10,7 +10,7 @@ import { useTheme, selectThemeVariant } from '../../themes';
import mdx from './Icon.mdx';
export default {
title: 'General/Icon',
title: 'Docs Overview//Icon',
component: Icon,
decorators: [withCenteredStory],
parameters: {
......
......@@ -5,7 +5,7 @@ import { withCenteredStory } from '../../utils/storybook/withCenteredStory';
import mdx from './Tag.mdx';
export default {
title: 'General/Tags/Tag',
title: 'Forms/Tags/Tag',
component: Tag,
decorators: [withCenteredStory],
parameters: {
......
......@@ -5,7 +5,7 @@ import { withCenteredStory } from '../../utils/storybook/withCenteredStory';
import mdx from './TagList.mdx';
export default {
title: 'General/Tags/TagList',
title: 'Forms/Tags/TagList',
component: TagList,
decorators: [withCenteredStory],
parameters: {
......
......@@ -2,7 +2,7 @@ import React from 'react';
import { ThemeColors } from './ThemeColors';
export default {
title: 'General/ThemeColors',
title: 'Docs Overview/ThemeColors',
component: ThemeColors,
decorators: [],
parameters: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment