@@ -93,19 +93,19 @@ export default {
93
93
hasColumnDividers : false ,
94
94
rowItems : [
95
95
{
96
- cellContent : "Row Item Alpha " ,
96
+ cellContent : "Row item alpha " ,
97
97
} ,
98
98
{
99
- cellContent : "Row Item Bravo " ,
99
+ cellContent : "Row item bravo " ,
100
100
} ,
101
101
{
102
- cellContent : "Row Item Charlie " ,
102
+ cellContent : "Row item charlie " ,
103
103
} ,
104
104
{
105
- cellContent : "Row Item Delta " ,
105
+ cellContent : "Row item delta " ,
106
106
} ,
107
107
{
108
- cellContent : "Row Item Echo " ,
108
+ cellContent : "Row item echo " ,
109
109
} ,
110
110
] ,
111
111
} ,
@@ -116,25 +116,25 @@ export default {
116
116
117
117
const ExampleRowItems = [
118
118
{
119
- cellContent : [ "Table Row Alpha " , "Alpha" , "Table Row Alpha " ] ,
119
+ cellContent : [ "Table row alpha " , "Alpha" , "Table row alpha " ] ,
120
120
showCheckbox : true ,
121
121
} ,
122
122
{
123
123
cellContent : [
124
- "Table Row Bravo . Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." ,
124
+ "Table row bravo . Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." ,
125
125
"Bravo" ,
126
- "Table Row Bravo . Lorem ipsum dolor sit amet." ,
126
+ "Table row bravo . Lorem ipsum dolor sit amet." ,
127
127
] ,
128
128
showCheckbox : true ,
129
129
isSelected : true ,
130
130
} ,
131
131
{
132
- cellContent : "Table Row Charlie " ,
132
+ cellContent : "Table row charlie " ,
133
133
showCheckbox : true ,
134
134
isSelected : true ,
135
135
} ,
136
136
{
137
- cellContent : "Table Row Delta " ,
137
+ cellContent : "Table row delta " ,
138
138
showCheckbox : true ,
139
139
} ,
140
140
{
@@ -181,7 +181,7 @@ Compact.tags = ["!dev"];
181
181
Compact . parameters = {
182
182
chromatic : { disableSnapshot : true } ,
183
183
} ;
184
- Compact . storyName = "Density - Compact " ;
184
+ Compact . storyName = "Density - compact " ;
185
185
186
186
/**
187
187
* The spacious variant increases the spacing used within the table.
@@ -195,7 +195,7 @@ Spacious.tags = ["!dev"];
195
195
Spacious . parameters = {
196
196
chromatic : { disableSnapshot : true } ,
197
197
} ;
198
- Spacious . storyName = "Density - Spacious " ;
198
+ Spacious . storyName = "Density - spacious " ;
199
199
200
200
/**
201
201
* The standard multi-select table includes a column of checkboxes used for selecting rows.
@@ -271,20 +271,20 @@ export const SummaryAndSelected = Template.bind({});
271
271
SummaryAndSelected . args = {
272
272
rowItems : [
273
273
{
274
- cellContent : "Table Row Alpha " ,
274
+ cellContent : "Table row alpha " ,
275
275
} ,
276
276
{
277
- cellContent : "Table Row Bravo " ,
277
+ cellContent : "Table row bravo " ,
278
278
} ,
279
279
{
280
- cellContent : "Table Row Charlie " ,
280
+ cellContent : "Table row charlie " ,
281
281
isSelected : true ,
282
282
} ,
283
283
{
284
- cellContent : "Table Row Delta " ,
284
+ cellContent : "Table row delta " ,
285
285
} ,
286
286
{
287
- cellContent : "Summary Row " ,
287
+ cellContent : "Summary row " ,
288
288
isSummaryRow : true ,
289
289
} ,
290
290
] ,
@@ -301,27 +301,27 @@ export const SectionHeader = Template.bind({});
301
301
SectionHeader . args = {
302
302
rowItems : [
303
303
{
304
- cellContent : "Section Header " ,
304
+ cellContent : "Section header " ,
305
305
isSectionHeader : true ,
306
306
} ,
307
307
{
308
- cellContent : "Table Row Alpha " ,
308
+ cellContent : "Table row alpha " ,
309
309
} ,
310
310
{
311
- cellContent : "Table Row Bravo " ,
311
+ cellContent : "Table row bravo " ,
312
312
} ,
313
313
{
314
- cellContent : "Table Row Charlie " ,
314
+ cellContent : "Table row charlie " ,
315
315
} ,
316
316
{
317
- cellContent : "Another Section Header " ,
317
+ cellContent : "Another section header " ,
318
318
isSectionHeader : true ,
319
319
} ,
320
320
{
321
- cellContent : "Table Row Delta " ,
321
+ cellContent : "Table row delta " ,
322
322
} ,
323
323
{
324
- cellContent : "Table Row Echo " ,
324
+ cellContent : "Table row echo " ,
325
325
} ,
326
326
] ,
327
327
} ;
@@ -355,26 +355,26 @@ Scrollable.args = {
355
355
useScroller : true ,
356
356
rowItems : [
357
357
{
358
- cellContent : "Table Row Alpha " ,
358
+ cellContent : "Table row alpha " ,
359
359
} ,
360
360
{
361
- cellContent : "Table Row Bravo " ,
361
+ cellContent : "Table row bravo " ,
362
362
} ,
363
363
{
364
- cellContent : "Table Row Charlie " ,
364
+ cellContent : "Table row charlie " ,
365
365
isSelected : true ,
366
366
} ,
367
367
{
368
- cellContent : "Table Row Delta " ,
368
+ cellContent : "Table row delta " ,
369
369
} ,
370
370
{
371
- cellContent : "Table Row Echo " ,
371
+ cellContent : "Table row echo " ,
372
372
} ,
373
373
{
374
- cellContent : "Table Row Foxtrot " ,
374
+ cellContent : "Table row foxtrot " ,
375
375
} ,
376
376
{
377
- cellContent : "Summary Row " ,
377
+ cellContent : "Summary row " ,
378
378
isSummaryRow : true ,
379
379
} ,
380
380
] ,
@@ -406,7 +406,7 @@ export const Collapsible = Template.bind({});
406
406
Collapsible . args = {
407
407
rowItems : [
408
408
{
409
- cellContent : "Table Row Alpha " ,
409
+ cellContent : "Table row alpha " ,
410
410
isCollapsible : true ,
411
411
isExpanded : true ,
412
412
tier : 0 ,
@@ -415,25 +415,25 @@ Collapsible.args = {
415
415
} ,
416
416
{
417
417
cellContent :
418
- "Table Row Bravo . Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt." ,
418
+ "Table row bravo . Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt." ,
419
419
isCollapsible : true ,
420
420
tier : 1 ,
421
421
ariaControls : "table-cr-charlie" ,
422
422
id : "table-cr-bravo" ,
423
423
} ,
424
424
{
425
425
cellContent : [
426
- "Table Row Charlie " ,
427
- "Default Not Visible " ,
428
- "Default Not Visible " ,
426
+ "Table row charlie " ,
427
+ "Default not visible " ,
428
+ "Default not visible " ,
429
429
] ,
430
430
isCollapsible : true ,
431
431
isHidden : true ,
432
432
tier : 2 ,
433
433
id : "table-cr-charlie" ,
434
434
} ,
435
435
{
436
- cellContent : "Table Row Delta " ,
436
+ cellContent : "Table row delta " ,
437
437
isSelected : true ,
438
438
isCollapsible : true ,
439
439
isExpanded : true ,
@@ -442,21 +442,21 @@ Collapsible.args = {
442
442
id : "table-cr-delta" ,
443
443
} ,
444
444
{
445
- cellContent : "Table Row Echo " ,
445
+ cellContent : "Table row echo " ,
446
446
tier : 2 ,
447
447
isLastTier : true ,
448
448
isCollapsible : true ,
449
449
id : "table-cr-echo" ,
450
450
} ,
451
451
{
452
- cellContent : "Table Row Foxtrot " ,
452
+ cellContent : "Table row foxtrot " ,
453
453
tier : 2 ,
454
454
isLastTier : true ,
455
455
isCollapsible : true ,
456
456
id : "table-cr-foxtrot" ,
457
457
} ,
458
458
{
459
- cellContent : "Summary Row " ,
459
+ cellContent : "Summary row " ,
460
460
isSummaryRow : true ,
461
461
} ,
462
462
] ,
@@ -471,7 +471,7 @@ CollapsibleMultiSelect.args = {
471
471
rowItems : [
472
472
{
473
473
showCheckbox : true ,
474
- cellContent : "Table Row Alpha " ,
474
+ cellContent : "Table row alpha " ,
475
475
isCollapsible : true ,
476
476
isExpanded : true ,
477
477
tier : 0 ,
@@ -481,7 +481,7 @@ CollapsibleMultiSelect.args = {
481
481
{
482
482
showCheckbox : true ,
483
483
cellContent :
484
- "Table Row Bravo . Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt." ,
484
+ "Table row bravo . Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt." ,
485
485
isCollapsible : true ,
486
486
tier : 1 ,
487
487
ariaControls : "table-cr-charlie" ,
@@ -490,9 +490,9 @@ CollapsibleMultiSelect.args = {
490
490
{
491
491
showCheckbox : true ,
492
492
cellContent : [
493
- "Table Row Charlie " ,
494
- "Default Not Visible " ,
495
- "Default Not Visible " ,
493
+ "Table row charlie " ,
494
+ "Default not visible " ,
495
+ "Default not visible " ,
496
496
] ,
497
497
isCollapsible : true ,
498
498
isHidden : true ,
@@ -501,7 +501,7 @@ CollapsibleMultiSelect.args = {
501
501
} ,
502
502
{
503
503
showCheckbox : true ,
504
- cellContent : "Table Row Delta " ,
504
+ cellContent : "Table row delta " ,
505
505
isSelected : true ,
506
506
isCollapsible : true ,
507
507
isExpanded : true ,
@@ -511,23 +511,23 @@ CollapsibleMultiSelect.args = {
511
511
} ,
512
512
{
513
513
showCheckbox : true ,
514
- cellContent : "Table Row Echo " ,
514
+ cellContent : "Table row echo " ,
515
515
tier : 2 ,
516
516
isLastTier : true ,
517
517
isCollapsible : true ,
518
518
id : "table-cr-echo" ,
519
519
} ,
520
520
{
521
521
showCheckbox : true ,
522
- cellContent : "Table Row Foxtrot " ,
522
+ cellContent : "Table row foxtrot " ,
523
523
tier : 2 ,
524
524
isLastTier : true ,
525
525
isCollapsible : true ,
526
526
id : "table-cr-foxtrot" ,
527
527
} ,
528
528
{
529
529
showCheckbox : true ,
530
- cellContent : "Summary Row " ,
530
+ cellContent : "Summary row " ,
531
531
isSummaryRow : true ,
532
532
} ,
533
533
] ,
@@ -544,20 +544,20 @@ Thumbnails.args = {
544
544
showThumbnails : true ,
545
545
rowItems : [
546
546
{
547
- cellContent : [ "Table Row Alpha " , "Test" , "2" ] ,
547
+ cellContent : [ "Table row alpha " , "Test" , "2" ] ,
548
548
} ,
549
549
{
550
- cellContent : [ "Table Row Bravo " , "Test" , "28" ] ,
550
+ cellContent : [ "Table row bravo " , "Test" , "28" ] ,
551
551
} ,
552
552
{
553
553
cellContent : [
554
- "Table Row Charlie . Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt." ,
554
+ "Table row charlie . Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt." ,
555
555
"Test" ,
556
556
"23" ,
557
557
] ,
558
558
} ,
559
559
{
560
- cellContent : [ "Table Row Delta " , "Test" , "7" ] ,
560
+ cellContent : [ "Table row delta " , "Test" , "7" ] ,
561
561
} ,
562
562
] ,
563
563
} ;
@@ -574,7 +574,7 @@ ThumbnailsCollapsible.args = {
574
574
showThumbnails : true ,
575
575
rowItems : [
576
576
{
577
- cellContent : "Table Row Alpha " ,
577
+ cellContent : "Table row alpha " ,
578
578
isCollapsible : true ,
579
579
isExpanded : true ,
580
580
tier : 0 ,
@@ -583,28 +583,28 @@ ThumbnailsCollapsible.args = {
583
583
} ,
584
584
{
585
585
cellContent :
586
- "Table Row Bravo . Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt." ,
586
+ "Table row bravo . Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt." ,
587
587
isCollapsible : true ,
588
588
tier : 1 ,
589
589
ariaControls : "table-cr-charlie" ,
590
590
id : "table-cr-bravo" ,
591
591
} ,
592
592
{
593
- cellContent : "Table Row Charlie " ,
593
+ cellContent : "Table row charlie " ,
594
594
tier : 2 ,
595
595
isLastTier : true ,
596
596
isCollapsible : true ,
597
597
id : "table-cr-charlie" ,
598
598
} ,
599
599
{
600
- cellContent : "Table Row Delta " ,
600
+ cellContent : "Table row delta " ,
601
601
tier : 2 ,
602
602
isLastTier : true ,
603
603
isCollapsible : true ,
604
604
id : "table-cr-delta" ,
605
605
} ,
606
606
{
607
- cellContent : "Summary Row " ,
607
+ cellContent : "Summary row " ,
608
608
isSummaryRow : true ,
609
609
} ,
610
610
] ,
@@ -634,24 +634,24 @@ export const RowDropZone = Template.bind({});
634
634
RowDropZone . args = {
635
635
rowItems : [
636
636
{
637
- cellContent : "Table Row Alpha " ,
637
+ cellContent : "Table row alpha " ,
638
638
isDropTarget : true ,
639
639
} ,
640
640
{
641
- cellContent : "Table Row Bravo " ,
641
+ cellContent : "Table row bravo " ,
642
642
} ,
643
643
{
644
- cellContent : "Table Row Charlie " ,
644
+ cellContent : "Table row charlie " ,
645
645
isDropTarget : true ,
646
646
} ,
647
647
{
648
- cellContent : "Table Row Delta " ,
648
+ cellContent : "Table row delta " ,
649
649
} ,
650
650
{
651
- cellContent : "Table Row Echo " ,
651
+ cellContent : "Table row echo " ,
652
652
} ,
653
653
{
654
- cellContent : "Table Row Foxtrot " ,
654
+ cellContent : "Table row foxtrot " ,
655
655
isDropTarget : true ,
656
656
} ,
657
657
] ,
0 commit comments