Skip to content

Commit

Permalink
pkp/pkp-lib#9527 move components to the same category for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Dec 20, 2023
1 parent d6386a8 commit eb74578
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/components/Badge/Badge.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Badge from './Badge.vue';
import Icon from '@/components/Icon/Icon.vue';

export default {
title: 'Basic Components/Badge',
title: 'Components/Badge',
component: Badge,
render: (args) => ({
components: {Badge},
Expand Down
2 changes: 1 addition & 1 deletion src/components/Button/Button.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Icon from '@/components/Icon/Icon.vue';

import {ref} from 'vue';
export default {
title: 'Basic Components/Button',
title: 'Components/Button',
component: Button,
render: (args) => ({
components: {Button},
Expand Down
2 changes: 1 addition & 1 deletion src/components/Dropdown/Dropdown.stories.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Dropdown from './Dropdown.vue';

export default {
title: 'Basic Components/Dropdown',
title: 'Components/Dropdown',
component: Dropdown,
};

Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/Header.stories.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Header from './Header.vue';

export default {
title: 'Basic Components/Header',
title: 'Components/Header',
component: Header,
};

Expand Down
2 changes: 1 addition & 1 deletion src/components/Icon/Icon.stories.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Icon from './Icon.vue';

export default {
title: 'Basic Components/Icon',
title: 'Components/Icon',
component: Icon,
render: (args) => ({
components: {Icon},
Expand Down
2 changes: 1 addition & 1 deletion src/components/Notification/Notification.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Icon from '@/components/Icon/Icon.vue';
import {ref} from 'vue';

export default {
title: 'Basic Components/Notification',
title: 'Components/Notification',
component: Notification,
};

Expand Down
2 changes: 1 addition & 1 deletion src/components/Panel/Panel.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import List from '@/components/List/List.vue';
import ListItem from '@/components/List/ListItem.vue';

export default {
title: 'Basic Components/Panel',
title: 'Components/Panel',
component: Panel,
};

Expand Down
2 changes: 1 addition & 1 deletion src/components/Spinner/Spinner.stories.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Spinner from './Spinner.vue';

export default {
title: 'Basic Components/Spinner',
title: 'Components/Spinner',
component: Spinner,
};

Expand Down
2 changes: 1 addition & 1 deletion src/components/Steps/Steps.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import ButtonRow from '@/components/ButtonRow/ButtonRow.vue';
import './Steps.stories.less';

export default {
title: 'Basic Components/Steps',
title: 'Components/Steps',
component: Steps,
};

Expand Down
2 changes: 1 addition & 1 deletion src/components/Tabs/Tabs.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Tabs from './Tabs.vue';
import Tab from './Tab.vue';

export default {
title: 'Basic Components/Tabs',
title: 'Components/Tabs',
component: Tabs,
};

Expand Down

0 comments on commit eb74578

Please sign in to comment.