@@ -20,86 +20,77 @@ import WindowExample from './WindowExample';
2020
2121export  default  [ 
2222  { 
23-     title : 'Components' , 
24-     sections : [ 
23+     title : 'Inputs' , 
24+     items : [ 
25+       {  name : 'ButtonExample' ,  component : ButtonExample ,  title : 'Button'  } , 
2526      { 
26-         title : 'Inputs' , 
27-         items : [ 
28-           {  name : 'ButtonExample' ,  component : ButtonExample ,  title : 'Button'  } , 
29-           { 
30-             name : 'CheckboxExample' , 
31-             component : CheckboxExample , 
32-             title : 'Checkbox' , 
33-           } , 
34-           { 
35-             name : 'FieldsetExample' , 
36-             component : FieldsetExample , 
37-             title : 'Fieldset' , 
38-           } , 
39-           {  name : 'RadioExample' ,  component : RadioExample ,  title : 'Radio'  } , 
40-           {  name : 'SelectExample' ,  component : SelectExample ,  title : 'Select'  } , 
41-           { 
42-             name : 'SelectBoxExample' , 
43-             component : SelectBoxExample , 
44-             title : 'SelectBox' , 
45-           } , 
46-           { 
47-             name : 'TextInputExample' , 
48-             component : TextInputExample , 
49-             title : 'TextInput' , 
50-           } , 
51-         ] , 
27+         name : 'CheckboxExample' , 
28+         component : CheckboxExample , 
29+         title : 'Checkbox' , 
5230      } , 
5331      { 
54-         title : 'Layout' , 
55-         items : [ 
56-           {  name : 'AppBarExample' ,  component : AppBarExample ,  title : 'AppBar'  } , 
57-           {  name : 'CutoutExample' ,  component : CutoutExample ,  title : 'Cutout'  } , 
58-           { 
59-             name : 'DividerExample' , 
60-             component : DividerExample , 
61-             title : 'Divider' , 
62-           } , 
63-           {  name : 'PanelExample' ,  component : PanelExample ,  title : 'Panel'  } , 
64-           {  name : 'WindowExample' ,  component : WindowExample ,  title : 'Window'  } , 
65-         ] , 
32+         name : 'FieldsetExample' , 
33+         component : FieldsetExample , 
34+         title : 'Fieldset' , 
6635      } , 
36+       {  name : 'RadioExample' ,  component : RadioExample ,  title : 'Radio'  } , 
37+       {  name : 'SelectExample' ,  component : SelectExample ,  title : 'Select'  } , 
6738      { 
68-         title : 'Navigation' , 
69-         items : [ 
70-           {  name : 'ListExample' ,  component : ListExample ,  title : 'List'  } , 
71-           {  name : 'MenuExample' ,  component : MenuExample ,  title : 'Menu'  } , 
72-           {  name : 'TabsExample' ,  component : TabsExample ,  title : 'Tabs'  } , 
73-         ] , 
39+         name : 'SelectBoxExample' , 
40+         component : SelectBoxExample , 
41+         title : 'SelectBox' , 
7442      } , 
7543      { 
76-         title : 'Other' , 
77-         items : [ 
78-           { 
79-             name : 'DesktopExample' , 
80-             component : DesktopExample , 
81-             title : 'Desktop' , 
82-           } , 
83-           { 
84-             name : 'HourglassExample' , 
85-             component : HourglassExample , 
86-             title : 'Hourglass' , 
87-           } , 
88-           { 
89-             name : 'ProgressExample' , 
90-             component : ProgressExample , 
91-             title : 'Progress' , 
92-           } , 
93-         ] , 
44+         name : 'TextInputExample' , 
45+         component : TextInputExample , 
46+         title : 'TextInput' , 
47+       } , 
48+     ] , 
49+   } , 
50+   { 
51+     title : 'Layout' , 
52+     items : [ 
53+       {  name : 'AppBarExample' ,  component : AppBarExample ,  title : 'AppBar'  } , 
54+       {  name : 'CutoutExample' ,  component : CutoutExample ,  title : 'Cutout'  } , 
55+       { 
56+         name : 'DividerExample' , 
57+         component : DividerExample , 
58+         title : 'Divider' , 
59+       } , 
60+       {  name : 'PanelExample' ,  component : PanelExample ,  title : 'Panel'  } , 
61+       {  name : 'WindowExample' ,  component : WindowExample ,  title : 'Window'  } , 
62+     ] , 
63+   } , 
64+   { 
65+     title : 'Navigation' , 
66+     items : [ 
67+       {  name : 'ListExample' ,  component : ListExample ,  title : 'List'  } , 
68+       {  name : 'MenuExample' ,  component : MenuExample ,  title : 'Menu'  } , 
69+       {  name : 'TabsExample' ,  component : TabsExample ,  title : 'Tabs'  } , 
70+     ] , 
71+   } , 
72+   { 
73+     title : 'Other' , 
74+     items : [ 
75+       { 
76+         name : 'DesktopExample' , 
77+         component : DesktopExample , 
78+         title : 'Desktop' , 
79+       } , 
80+       { 
81+         name : 'HourglassExample' , 
82+         component : HourglassExample , 
83+         title : 'Hourglass' , 
9484      } , 
9585      { 
96-         title : 'Typography' , 
97-         items : [ {  name : 'TextExample' ,  component : TextExample ,  title : 'Text'  } ] , 
86+         name : 'ProgressExample' , 
87+         component : ProgressExample , 
88+         title : 'Progress' , 
9889      } , 
9990    ] , 
10091  } , 
10192  { 
102-     title : 'Themes ' , 
103-     sections : [ ] , 
93+     title : 'Typography ' , 
94+     items : [ {   name :  'TextExample' ,   component :  TextExample ,   title :  'Text'   } ] , 
10495  } , 
10596] ; 
0 commit comments