Skip to content

Commit

Permalink
chore: reorganize component folders
Browse files Browse the repository at this point in the history
  • Loading branch information
AssisrMatheus committed Apr 11, 2023
1 parent 4a31721 commit b81fe30
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/components/BaseCard/BaseCard.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Story, Meta } from '@storybook/react/types-6-0';
import { BaseCard, BaseCardProps } from '.';

export default {
title: 'Components/BaseCard',
title: 'Components/qadense/BaseCard',
component: BaseCard,
argTypes: {
className: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Button/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { BellIcon, MenuIcon } from '../Icons';
import { puiColorClassnameMap, borderStyleClassnameMap } from '../../storybookMappers';

export default {
title: 'Components/Button',
title: 'Components/Buttons/Default',
component: Button,
argTypes: {
border: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ButtonStack/ButtonStack.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { puiColorClassnameMap } from '../../storybookMappers';
import { BellIcon } from '../Icons';

export default {
title: 'Components/ButtonStack',
title: 'Components/Buttons/Stack',
component: ButtonStack,
argTypes: {
color: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/EventCard/EventCard.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { EventCard, EventCardProps } from '.';
import { gradientFromClassNameMap, gradientToClassNameMap, gradientViaClassNameMap } from '../../storybookMappers';

export default {
title: 'Components/EventCard',
title: 'Components/qadense/EventCard',
component: EventCard,
argTypes: {
className: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ExpertCard/ExpertCard.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ExpertCard, ExpertCardProps } from '.';
import { gradientFromClassNameMap, gradientToClassNameMap, gradientViaClassNameMap } from '../../storybookMappers';

export default {
title: 'Components/ExpertCard',
title: 'Components/qadense/ExpertCard',
component: ExpertCard,
argTypes: {
className: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ExpertImage/ExpertImage.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import classnames from 'classnames';
import { gradientFromClassNameMap, gradientToClassNameMap, gradientViaClassNameMap } from '../../storybookMappers';

export default {
title: 'Components/ExpertImage',
title: 'Components/qadense/ExpertImage',
argTypes: {
gradientInitialColor: {
defaultValue: 'from-pui-primary',
Expand Down
2 changes: 1 addition & 1 deletion src/components/ImageLoader/ImageLoader.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from 'react';
import { ImageLoader, ImageLoaderProps } from '.';

export default {
title: 'Components/ImageLoader',
title: 'Components/Loaders/ImageLoader',
component: ImageLoader,
argTypes: {
src: { defaultValue: 'https://cataas.com/cat' },
Expand Down
2 changes: 1 addition & 1 deletion src/components/ModuleCard/ModuleCard.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { colorOptions } from '../../prebuiltTailwindTheme';
import { ModuleCard, ModuleCardProps } from '.';

export default {
title: 'Components/ModuleCard',
title: 'Components/qadense/ModuleCard',
component: ModuleCard,
argTypes: {
color: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ProgramCard/ProgramCard.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { colorOptions } from '../../prebuiltTailwindTheme';
import { ProgramCard, ProgramCardProps } from '..';

export default {
title: 'Components/ProgramCard',
title: 'Components/qadense/ProgramCard',
component: ProgramCard,
argTypes: {
color: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ResourcesCard/ResourcesCard.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Story, Meta } from '@storybook/react/types-6-0';
import { ResourcesCard, ResourcesCardProps } from '.';

export default {
title: 'Components/ResourcesCard',
title: 'Components/qadense/ResourcesCard',
component: ResourcesCard,
argTypes: {
className: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Skeleton/Skeleton.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import classnames from 'classnames';
import { heightClassnameMap, widthClassnameMap } from '../../storybookMappers';

export default {
title: 'Components/Skeleton',
title: 'Components/Loaders/Skeleton',
argTypes: {
width: {
defaultValue: '3/4',
Expand Down
2 changes: 1 addition & 1 deletion src/components/Spinner/Spinner.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import classnames from 'classnames';
import { heightClassnameMap, puiColorClassnameMap, widthClassnameMap } from '../../storybookMappers';

export default {
title: 'Components/Spinner',
title: 'Components/Loaders/Spinner',
argTypes: {
size: {
defaultValue: '4',
Expand Down
2 changes: 1 addition & 1 deletion src/components/WorkSessionCard/WorkSessionCard.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { WorkSessionCard, WorkSessionCardProps } from '.';
import { gradientFromClassNameMap, gradientToClassNameMap, gradientViaClassNameMap } from '../../storybookMappers';

export default {
title: 'Components/WorkSessionCard',
title: 'Components/qadense/WorkSessionCard',
component: WorkSessionCard,
argTypes: {
className: {
Expand Down

0 comments on commit b81fe30

Please sign in to comment.