@@ -127,13 +127,14 @@ const DOCS: {[key: string]: DocCategory[]} = {
127
127
id : 'layout' ,
128
128
name : 'Layout' ,
129
129
items : [
130
- { id : 'list' , name : 'List' , examples : [ 'list-sections' ] } ,
131
- { id : 'grid-list' , name : 'Grid list' , examples : [ 'grid-list-dynamic' ] } ,
132
130
{ id : 'card' , name : 'Card' , examples : [ 'card-fancy' ] } ,
133
- { id : 'stepper' , name : 'Stepper' , examples : [ 'stepper-overview' ] } ,
134
- { id : 'tabs' , name : 'Tabs' , examples : [ 'tabs-template-label' ] } ,
131
+ { id : 'divider' , name : 'Divider' , examples : [ 'divider-overview' ] } ,
135
132
{ id : 'expansion' , name : 'Expansion Panel' ,
136
133
examples : [ 'expansion-overview' , 'expansion-steps' ] } ,
134
+ { id : 'grid-list' , name : 'Grid list' , examples : [ 'grid-list-dynamic' ] } ,
135
+ { id : 'list' , name : 'List' , examples : [ 'list-sections' ] } ,
136
+ { id : 'stepper' , name : 'Stepper' , examples : [ 'stepper-overview' ] } ,
137
+ { id : 'tabs' , name : 'Tabs' , examples : [ 'tabs-template-label' ] } ,
137
138
]
138
139
} ,
139
140
{
@@ -154,23 +155,23 @@ const DOCS: {[key: string]: DocCategory[]} = {
154
155
name : 'Popups & Modals' ,
155
156
items : [
156
157
{ id : 'dialog' , name : 'Dialog' , examples : [ 'dialog-overview' ] } ,
157
- { id : 'tooltip' , name : 'Tooltip' , examples : [ 'tooltip-position' ] } ,
158
158
{ id : 'snack-bar' , name : 'Snackbar' , examples : [ 'snack-bar-component' ] } ,
159
+ { id : 'tooltip' , name : 'Tooltip' , examples : [ 'tooltip-position' ] } ,
159
160
]
160
161
} ,
161
162
{
162
163
id : 'tables' ,
163
164
name : 'Data table' ,
164
165
items : [
166
+ { id : 'paginator' , name : 'Paginator' , examples : [ 'paginator-configurable' ] } ,
167
+ { id : 'sort' , name : 'Sort header' , examples : [ 'sort-overview' ] } ,
165
168
{ id : 'table' , name : 'Table' , examples : [
166
169
'table-filtering' ,
167
170
'table-pagination' ,
168
171
'table-sorting' ,
169
172
'table-http' ,
170
173
'table-overview' ,
171
174
] } ,
172
- { id : 'sort' , name : 'Sort header' , examples : [ 'sort-overview' ] } ,
173
- { id : 'paginator' , name : 'Paginator' , examples : [ 'paginator-configurable' ] } ,
174
175
]
175
176
}
176
177
] ,
@@ -180,20 +181,20 @@ const DOCS: {[key: string]: DocCategory[]} = {
180
181
name : 'Common Behaviors' ,
181
182
items : [
182
183
{ id : 'a11y' , name : 'Accessibility' , examples : [ ] } ,
183
- { id : 'observers ' , name : 'Observers ' , examples : [ ] } ,
184
+ { id : 'bidi ' , name : 'Bidirectionality ' , examples : [ ] } ,
184
185
{ id : 'layout' , name : 'Layout' , examples : [ ] } ,
186
+ { id : 'observers' , name : 'Observers' , examples : [ ] } ,
185
187
{ id : 'overlay' , name : 'Overlay' , examples : [ ] } ,
186
188
{ id : 'portal' , name : 'Portal' , examples : [ ] } ,
187
- { id : 'bidi' , name : 'Bidirectionality' , examples : [ ] } ,
188
189
{ id : 'scrolling' , name : 'Scrolling' , examples : [ ] } ,
189
190
]
190
191
} ,
191
192
{
192
193
id : 'components' ,
193
194
name : 'Components' ,
194
195
items : [
195
- { id : 'table' , name : 'Table' , examples : [ ] } ,
196
196
{ id : 'stepper' , name : 'Stepper' , examples : [ ] } ,
197
+ { id : 'table' , name : 'Table' , examples : [ ] } ,
197
198
198
199
]
199
200
} ,
0 commit comments