File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- import { html } from 'lit-element ' ;
1
+ import { html } from 'lit' ;
2
2
import '@umbraco-ui/uui-badge/lib/index' ;
3
3
import {
4
4
InterfaceLookNames ,
7
7
import { Story } from '@storybook/web-components' ;
8
8
9
9
export default {
10
- title : 'Misc /Badge' ,
10
+ title : 'Displays /Badge' ,
11
11
component : 'uui-badge' ,
12
12
id : 'uui-badge' ,
13
13
argTypes : {
@@ -40,7 +40,7 @@ AAAOverview.storyName = 'Overview';
40
40
AAAOverview . parameters = {
41
41
docs : {
42
42
source : {
43
- code : `
43
+ code : `
44
44
<div style="position:relative;">
45
45
<uui-badge>!</uui-badge>
46
46
</div>
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import '@umbraco-ui/uui-button/lib/index';
5
5
import '@umbraco-ui/uui-input/lib/index' ;
6
6
7
7
export default {
8
- title : 'Displays /Box' ,
8
+ title : 'Layout /Box' ,
9
9
component : 'uui-box' ,
10
10
id : 'uui-box' ,
11
11
} ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { html } from 'lit-html';
3
3
import '@umbraco-ui/uui-breadcrumbs/lib/index' ;
4
4
5
5
export default {
6
- title : 'Basics /Breadcrumbs' ,
6
+ title : 'Buttons /Breadcrumbs' ,
7
7
id : 'uui-breadcrumbs' ,
8
8
component : 'uui-breadcrumbs' ,
9
9
} ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { UUIIconRegistryEvent } from './UUIIconRegistryEvent';
6
6
7
7
export default {
8
8
id : 'uui-icon' ,
9
- title : 'Basics /Icon' ,
9
+ title : 'Symbols /Icon' ,
10
10
component : 'uui-icon' ,
11
11
parameters : {
12
12
docs : {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import '@umbraco-ui/uui-table/lib/index';
5
5
import '@umbraco-ui/uui-box/lib/index' ;
6
6
7
7
export default {
8
- title : 'Misc /Table' ,
8
+ title : 'Layout /Table' ,
9
9
component : 'uui-table' ,
10
10
id : 'uui-table' ,
11
11
} ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { Story } from '@storybook/web-components';
4
4
import '@umbraco-ui/uui-tag/lib/index' ;
5
5
6
6
export default {
7
- title : 'Misc /Tag' ,
7
+ title : 'Displays /Tag' ,
8
8
component : 'uui-tag' ,
9
9
id : 'uui-tag' ,
10
10
args : {
You can’t perform that action at this time.
0 commit comments