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>
This commit is contained in:
Jess 2020-04-24 16:48:58 +02:00 committed by GitHub
parent 8f2be870f2
commit 800228c100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 4 deletions

View File

@ -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: {

View File

@ -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: {

View File

@ -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: {

View File

@ -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: {