@@ -119,11 +119,11 @@ import {TabsOverviewExample} from './tabs-overview/tabs-overview-example';
119
119
import { TabsTemplateLabelExample } from './tabs-template-label/tabs-template-label-example' ;
120
120
import { ToolbarMultirowExample } from './toolbar-multirow/toolbar-multirow-example' ;
121
121
import { ToolbarOverviewExample } from './toolbar-overview/toolbar-overview-example' ;
122
- import { TooltipOverviewExample } from './tooltip-overview/tooltip-overview-example' ;
123
122
import { TooltipDelayExample } from './tooltip-delay/tooltip-delay-example' ;
124
- import { TooltipPositionExample } from './tooltip-position/tooltip-position-example' ;
125
123
import { TooltipManualExample } from './tooltip-manual/tooltip-manual-example' ;
126
124
import { TooltipModifiedDefaultsExample } from './tooltip-modified-defaults/tooltip-modified-defaults-example' ;
125
+ import { TooltipOverviewExample } from './tooltip-overview/tooltip-overview-example' ;
126
+ import { TooltipPositionExample } from './tooltip-position/tooltip-position-example' ;
127
127
128
128
export interface LiveExample {
129
129
title : string ;
@@ -601,22 +601,22 @@ export const EXAMPLE_COMPONENTS: {[key: string]: LiveExample} = {
601
601
title : 'Basic toolbar' ,
602
602
component : ToolbarOverviewExample
603
603
} ,
604
- 'tooltip-overview' : {
605
- title : 'Basic tooltip' ,
606
- component : TooltipOverviewExample
607
- } ,
608
604
'tooltip-delay' : {
609
- title : 'Tooltips with delay' ,
605
+ title : 'Tooltip with a show and hide delay' ,
610
606
component : TooltipDelayExample
611
607
} ,
612
608
'tooltip-manual' : {
613
- title : 'Tooltips with manual show button ' ,
609
+ title : 'Tooltip that can be manually shown/hidden. ' ,
614
610
component : TooltipManualExample
615
611
} ,
616
612
'tooltip-modified-defaults' : {
617
- title : 'Tooltips with modified default values ' ,
613
+ title : 'Tooltip with a show and hide delay ' ,
618
614
component : TooltipModifiedDefaultsExample
619
615
} ,
616
+ 'tooltip-overview' : {
617
+ title : 'Basic tooltip' ,
618
+ component : TooltipOverviewExample
619
+ } ,
620
620
'tooltip-position' : {
621
621
title : 'Tooltip with custom position' ,
622
622
component : TooltipPositionExample
@@ -738,10 +738,10 @@ export const EXAMPLE_LIST = [
738
738
TabsTemplateLabelExample ,
739
739
ToolbarMultirowExample ,
740
740
ToolbarOverviewExample ,
741
- TooltipOverviewExample ,
742
741
TooltipDelayExample ,
743
742
TooltipManualExample ,
744
743
TooltipModifiedDefaultsExample ,
744
+ TooltipOverviewExample ,
745
745
TooltipPositionExample ,
746
746
] ;
747
747
0 commit comments