Skip to content

Commit 9062669

Browse files
committed
re arrange stories
1 parent 676099c commit 9062669

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

packages/uui-badge/lib/uui-badge.story.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { html } from 'lit-element';
1+
import { html } from 'lit';
22
import '@umbraco-ui/uui-badge/lib/index';
33
import {
44
InterfaceLookNames,
@@ -7,7 +7,7 @@ import {
77
import { Story } from '@storybook/web-components';
88

99
export default {
10-
title: 'Misc/Badge',
10+
title: 'Displays/Badge',
1111
component: 'uui-badge',
1212
id: 'uui-badge',
1313
argTypes: {
@@ -40,7 +40,7 @@ AAAOverview.storyName = 'Overview';
4040
AAAOverview.parameters = {
4141
docs: {
4242
source: {
43-
code: `
43+
code: `
4444
<div style="position:relative;">
4545
<uui-badge>!</uui-badge>
4646
</div>

packages/uui-box/lib/uui-box.story.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import '@umbraco-ui/uui-button/lib/index';
55
import '@umbraco-ui/uui-input/lib/index';
66

77
export default {
8-
title: 'Displays/Box',
8+
title: 'Layout/Box',
99
component: 'uui-box',
1010
id: 'uui-box',
1111
};

packages/uui-breadcrumbs/lib/uui-breadcrumbs.story.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { html } from 'lit-html';
33
import '@umbraco-ui/uui-breadcrumbs/lib/index';
44

55
export default {
6-
title: 'Basics/Breadcrumbs',
6+
title: 'Buttons/Breadcrumbs',
77
id: 'uui-breadcrumbs',
88
component: 'uui-breadcrumbs',
99
};

packages/uui-icon/lib/uui-icon.story.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { UUIIconRegistryEvent } from './UUIIconRegistryEvent';
66

77
export default {
88
id: 'uui-icon',
9-
title: 'Basics/Icon',
9+
title: 'Symbols/Icon',
1010
component: 'uui-icon',
1111
parameters: {
1212
docs: {

packages/uui-table/lib/uui-table.story.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import '@umbraco-ui/uui-table/lib/index';
55
import '@umbraco-ui/uui-box/lib/index';
66

77
export default {
8-
title: 'Misc/Table',
8+
title: 'Layout/Table',
99
component: 'uui-table',
1010
id: 'uui-table',
1111
};

packages/uui-tag/lib/uui-tag.story.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Story } from '@storybook/web-components';
44
import '@umbraco-ui/uui-tag/lib/index';
55

66
export default {
7-
title: 'Misc/Tag',
7+
title: 'Displays/Tag',
88
component: 'uui-tag',
99
id: 'uui-tag',
1010
args: {

0 commit comments

Comments
 (0)