Skip to content

Commit

Permalink
Merge f1395da into 6eec5ca
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin committed Aug 27, 2019
2 parents 6eec5ca + f1395da commit 9db1c4b
Show file tree
Hide file tree
Showing 12 changed files with 441 additions and 793 deletions.
33 changes: 16 additions & 17 deletions docs/src/structure.ts
Expand Up @@ -287,6 +287,20 @@ export const structure = [
},
],
},
{
type: 'tabs',
name: 'Icon',
icon: 'icon.svg',
source: [
'Icon',
],
overview: [
{
name: 'Icon',
images: ['icon.png'],
},
],
},
{
type: 'group',
name: 'Navigation',
Expand Down Expand Up @@ -421,20 +435,6 @@ export const structure = [
},
],
},
{
type: 'tabs',
name: 'Icon',
icon: 'icon.svg',
source: [
'Icon',
],
overview: [
{
name: 'Icon',
images: ['icon.png'],
},
],
},
{
type: 'tabs',
name: 'Button',
Expand All @@ -451,10 +451,10 @@ export const structure = [
},
{
type: 'tabs',
name: 'Dropdown',
name: 'Select',
icon: 'button.svg',
source: [
'Dropdown',
'Select',
],
overview: [],
},
Expand Down Expand Up @@ -490,7 +490,6 @@ export const structure = [
icon: 'menu.svg',
source: [
'OverflowMenu',
'OverflowMenuItem',
],
overview: [
{
Expand Down
7 changes: 1 addition & 6 deletions src/framework/ui/index.ts
Expand Up @@ -97,13 +97,8 @@ export {
OverflowMenu,
OverflowMenuProps,
OverflowMenuElement,
} from './overflowMenu/overflowMenu.component';
export {
OverflowMenuItem,
OverflowMenuItemProps,
OverflowMenuItemType,
OverflowMenuItemElement,
} from './overflowMenu/overflowMenuItem.component';
} from './overflowMenu/overflowMenu.component';
export {
Popover,
PopoverProps,
Expand Down

0 comments on commit 9db1c4b

Please sign in to comment.