@@ -105,7 +105,7 @@ const DOCS: {[key: string]: DocItem[]} = {
105
105
} ,
106
106
{
107
107
id : 'button-toggle' ,
108
- name : 'Button toggle ' ,
108
+ name : 'Button Toggle ' ,
109
109
summary : 'A groupable on/off toggle for enabling and disabling options.' ,
110
110
exampleSpecs : {
111
111
prefix : 'button-toggle-' ,
@@ -186,7 +186,7 @@ const DOCS: {[key: string]: DocItem[]} = {
186
186
} ,
187
187
{
188
188
id : 'form-field' ,
189
- name : 'Form field ' ,
189
+ name : 'Form Field ' ,
190
190
summary : 'Wraps input fields so they are displayed consistently.' ,
191
191
exampleSpecs : {
192
192
prefix : 'form-field-' ,
@@ -195,7 +195,7 @@ const DOCS: {[key: string]: DocItem[]} = {
195
195
} ,
196
196
{
197
197
id : 'grid-list' ,
198
- name : 'Grid list ' ,
198
+ name : 'Grid List ' ,
199
199
summary : 'A flexible structure for presenting content items in a grid.' ,
200
200
exampleSpecs : {
201
201
prefix : 'grid-list-' ,
@@ -249,7 +249,7 @@ const DOCS: {[key: string]: DocItem[]} = {
249
249
} ,
250
250
{
251
251
id : 'progress-bar' ,
252
- name : 'Progress bar ' ,
252
+ name : 'Progress Bar ' ,
253
253
summary : 'A linear progress indicator.' ,
254
254
exampleSpecs : {
255
255
prefix : 'progress-bar-' ,
@@ -258,7 +258,7 @@ const DOCS: {[key: string]: DocItem[]} = {
258
258
} ,
259
259
{
260
260
id : 'progress-spinner' ,
261
- name : 'Progress spinner ' ,
261
+ name : 'Progress Spinner ' ,
262
262
summary : 'A circular progress indicator.' ,
263
263
exampleSpecs : {
264
264
prefix : 'progress-spinner-' ,
@@ -267,7 +267,7 @@ const DOCS: {[key: string]: DocItem[]} = {
267
267
} ,
268
268
{
269
269
id : 'radio' ,
270
- name : 'Radio button ' ,
270
+ name : 'Radio Button ' ,
271
271
summary : 'Allows the user to select one option from a group.' ,
272
272
exampleSpecs : {
273
273
prefix : 'radio-' ,
@@ -304,7 +304,7 @@ const DOCS: {[key: string]: DocItem[]} = {
304
304
} ,
305
305
{
306
306
id : 'slide-toggle' ,
307
- name : 'Slide toggle ' ,
307
+ name : 'Slide Toggle ' ,
308
308
summary : 'Captures boolean values as a clickable and draggable switch.' ,
309
309
exampleSpecs : {
310
310
prefix : 'slide-toggle-' ,
@@ -331,7 +331,7 @@ const DOCS: {[key: string]: DocItem[]} = {
331
331
} ,
332
332
{
333
333
id : 'sort' ,
334
- name : 'Sort header ' ,
334
+ name : 'Sort Header ' ,
335
335
summary : 'Allows the user to configure how tabular data is sorted.' ,
336
336
exampleSpecs : {
337
337
prefix : 'sort-' ,
@@ -568,7 +568,7 @@ const DOCS: {[key: string]: DocItem[]} = {
568
568
} ,
569
569
{
570
570
id : 'text-field' ,
571
- name : 'Text field ' ,
571
+ name : 'Text Field ' ,
572
572
summary : 'Utilities for working with text input fields.' ,
573
573
exampleSpecs : {
574
574
prefix : 'text-field-' ,
0 commit comments