@@ -73,7 +73,9 @@ exports[`DOM snapshots SLDSProgressIndicator Base 1`] = `
73
73
<span
74
74
className="slds-assistive-text"
75
75
>
76
- Step 2: tooltip label #2
76
+ Step 2:
77
+ tooltip label #2
78
+
77
79
</span>
78
80
</button>
79
81
<span />
@@ -91,18 +93,28 @@ exports[`DOM snapshots SLDSProgressIndicator Base 1`] = `
91
93
}
92
94
>
93
95
<a
94
- className="slds-button slds-progress__marker"
96
+ aria-disabled={true}
97
+ className="slds-button slds-progress__marker slds-is-disabled"
95
98
onBlur={[Function]}
96
99
onFocus={[Function]}
97
100
onMouseEnter={[Function]}
98
101
onMouseLeave={[Function]}
99
102
role="button"
103
+ style={
104
+ Object {
105
+ "cursor": "not-allowed",
106
+ }
107
+ }
100
108
tabIndex={0}
101
109
>
102
110
<span
103
111
className="slds-assistive-text"
104
112
>
105
- Step 3: [object Object] - Disabled
113
+ Step 3:
114
+ <strong>
115
+ tooltip label #3
116
+ </strong>
117
+ - Disabled
106
118
</span>
107
119
</a>
108
120
<span />
@@ -120,18 +132,26 @@ exports[`DOM snapshots SLDSProgressIndicator Base 1`] = `
120
132
}
121
133
>
122
134
<a
123
- className="slds-button slds-progress__marker"
135
+ aria-disabled={true}
136
+ className="slds-button slds-progress__marker slds-is-disabled"
124
137
onBlur={[Function]}
125
138
onFocus={[Function]}
126
139
onMouseEnter={[Function]}
127
140
onMouseLeave={[Function]}
128
141
role="button"
142
+ style={
143
+ Object {
144
+ "cursor": "not-allowed",
145
+ }
146
+ }
129
147
tabIndex={0}
130
148
>
131
149
<span
132
150
className="slds-assistive-text"
133
151
>
134
- Step 4: tooltip label #4 - Disabled
152
+ Step 4:
153
+ tooltip label #4
154
+ - Disabled
135
155
</span>
136
156
</a>
137
157
<span />
@@ -149,18 +169,26 @@ exports[`DOM snapshots SLDSProgressIndicator Base 1`] = `
149
169
}
150
170
>
151
171
<a
152
- className="slds-button slds-progress__marker"
172
+ aria-disabled={true}
173
+ className="slds-button slds-progress__marker slds-is-disabled"
153
174
onBlur={[Function]}
154
175
onFocus={[Function]}
155
176
onMouseEnter={[Function]}
156
177
onMouseLeave={[Function]}
157
178
role="button"
179
+ style={
180
+ Object {
181
+ "cursor": "not-allowed",
182
+ }
183
+ }
158
184
tabIndex={0}
159
185
>
160
186
<span
161
187
className="slds-assistive-text"
162
188
>
163
- Step 5: tooltip label #5 - Disabled
189
+ Step 5:
190
+ tooltip label #5
191
+ - Disabled
164
192
</span>
165
193
</a>
166
194
<span />
@@ -282,7 +310,9 @@ exports[`DOM snapshots SLDSProgressIndicator Base With Disabled Steps 1`] = `
282
310
<span
283
311
className="slds-assistive-text"
284
312
>
285
- Step 2: tooltip label #2 - Completed
313
+ Step 2:
314
+ tooltip label #2
315
+ - Completed
286
316
</span>
287
317
</button>
288
318
<span />
@@ -312,7 +342,11 @@ exports[`DOM snapshots SLDSProgressIndicator Base With Disabled Steps 1`] = `
312
342
<span
313
343
className="slds-assistive-text"
314
344
>
315
- Step 3: [object Object]
345
+ Step 3:
346
+ <strong>
347
+ tooltip label #3
348
+ </strong>
349
+
316
350
</span>
317
351
</button>
318
352
<span />
@@ -330,18 +364,26 @@ exports[`DOM snapshots SLDSProgressIndicator Base With Disabled Steps 1`] = `
330
364
}
331
365
>
332
366
<a
333
- className="slds-button slds-progress__marker"
367
+ aria-disabled={true}
368
+ className="slds-button slds-progress__marker slds-is-disabled"
334
369
onBlur={[Function]}
335
370
onFocus={[Function]}
336
371
onMouseEnter={[Function]}
337
372
onMouseLeave={[Function]}
338
373
role="button"
374
+ style={
375
+ Object {
376
+ "cursor": "not-allowed",
377
+ }
378
+ }
339
379
tabIndex={0}
340
380
>
341
381
<span
342
382
className="slds-assistive-text"
343
383
>
344
- Step 4: tooltip label #4 - Disabled
384
+ Step 4:
385
+ tooltip label #4
386
+ - Disabled
345
387
</span>
346
388
</a>
347
389
<span />
@@ -359,18 +401,26 @@ exports[`DOM snapshots SLDSProgressIndicator Base With Disabled Steps 1`] = `
359
401
}
360
402
>
361
403
<a
362
- className="slds-button slds-progress__marker"
404
+ aria-disabled={true}
405
+ className="slds-button slds-progress__marker slds-is-disabled"
363
406
onBlur={[Function]}
364
407
onFocus={[Function]}
365
408
onMouseEnter={[Function]}
366
409
onMouseLeave={[Function]}
367
410
role="button"
411
+ style={
412
+ Object {
413
+ "cursor": "not-allowed",
414
+ }
415
+ }
368
416
tabIndex={0}
369
417
>
370
418
<span
371
419
className="slds-assistive-text"
372
420
>
373
- Step 5: tooltip label #5 - Disabled
421
+ Step 5:
422
+ tooltip label #5
423
+ - Disabled
374
424
</span>
375
425
</a>
376
426
<span />
@@ -454,7 +504,9 @@ exports[`DOM snapshots SLDSProgressIndicator Base With Many Steps 1`] = `
454
504
<span
455
505
className="slds-assistive-text"
456
506
>
457
- Step 1: tooltip label #1 - Completed
507
+ Step 1:
508
+ tooltip label #1
509
+ - Completed
458
510
</span>
459
511
</button>
460
512
<span />
@@ -492,7 +544,9 @@ exports[`DOM snapshots SLDSProgressIndicator Base With Many Steps 1`] = `
492
544
<span
493
545
className="slds-assistive-text"
494
546
>
495
- Step 2: tooltip label #2 - Completed
547
+ Step 2:
548
+ tooltip label #2
549
+ - Completed
496
550
</span>
497
551
</button>
498
552
<span />
@@ -530,7 +584,9 @@ exports[`DOM snapshots SLDSProgressIndicator Base With Many Steps 1`] = `
530
584
<span
531
585
className="slds-assistive-text"
532
586
>
533
- Step 3: tooltip label #3 - Completed
587
+ Step 3:
588
+ tooltip label #3
589
+ - Completed
534
590
</span>
535
591
</button>
536
592
<span />
@@ -568,7 +624,9 @@ exports[`DOM snapshots SLDSProgressIndicator Base With Many Steps 1`] = `
568
624
<span
569
625
className="slds-assistive-text"
570
626
>
571
- Step 4: tooltip label #4 - Completed
627
+ Step 4:
628
+ tooltip label #4
629
+ - Completed
572
630
</span>
573
631
</button>
574
632
<span />
@@ -598,7 +656,9 @@ exports[`DOM snapshots SLDSProgressIndicator Base With Many Steps 1`] = `
598
656
<span
599
657
className="slds-assistive-text"
600
658
>
601
- Step 5: tooltip label #5
659
+ Step 5:
660
+ tooltip label #5
661
+
602
662
</span>
603
663
</button>
604
664
<span />
@@ -628,7 +688,9 @@ exports[`DOM snapshots SLDSProgressIndicator Base With Many Steps 1`] = `
628
688
<span
629
689
className="slds-assistive-text"
630
690
>
631
- Step 6: tooltip label #6
691
+ Step 6:
692
+ tooltip label #6
693
+
632
694
</span>
633
695
</button>
634
696
<span />
@@ -658,7 +720,9 @@ exports[`DOM snapshots SLDSProgressIndicator Base With Many Steps 1`] = `
658
720
<span
659
721
className="slds-assistive-text"
660
722
>
661
- Step 7: tooltip label #7
723
+ Step 7:
724
+ tooltip label #7
725
+
662
726
</span>
663
727
</button>
664
728
<span />
@@ -688,7 +752,9 @@ exports[`DOM snapshots SLDSProgressIndicator Base With Many Steps 1`] = `
688
752
<span
689
753
className="slds-assistive-text"
690
754
>
691
- Step 8: tooltip label #8
755
+ Step 8:
756
+ tooltip label #8
757
+
692
758
</span>
693
759
</button>
694
760
<span />
@@ -718,7 +784,9 @@ exports[`DOM snapshots SLDSProgressIndicator Base With Many Steps 1`] = `
718
784
<span
719
785
className="slds-assistive-text"
720
786
>
721
- Step 9: tooltip label #9
787
+ Step 9:
788
+ tooltip label #9
789
+
722
790
</span>
723
791
</button>
724
792
<span />
@@ -840,7 +908,9 @@ exports[`DOM snapshots SLDSProgressIndicator Completed Progress 1`] = `
840
908
<span
841
909
className="slds-assistive-text"
842
910
>
843
- Step 2: tooltip label #2 - Finished this step.
911
+ Step 2:
912
+ tooltip label #2
913
+ - Finished this step.
844
914
</span>
845
915
</button>
846
916
<span />
@@ -878,7 +948,11 @@ exports[`DOM snapshots SLDSProgressIndicator Completed Progress 1`] = `
878
948
<span
879
949
className="slds-assistive-text"
880
950
>
881
- Step 3: [object Object] - Finished this step.
951
+ Step 3:
952
+ <strong>
953
+ tooltip label #3
954
+ </strong>
955
+ - Finished this step.
882
956
</span>
883
957
</button>
884
958
<span />
@@ -908,7 +982,9 @@ exports[`DOM snapshots SLDSProgressIndicator Completed Progress 1`] = `
908
982
<span
909
983
className="slds-assistive-text"
910
984
>
911
- Step 4: tooltip label #4
985
+ Step 4:
986
+ tooltip label #4
987
+
912
988
</span>
913
989
</button>
914
990
<span />
@@ -938,7 +1014,9 @@ exports[`DOM snapshots SLDSProgressIndicator Completed Progress 1`] = `
938
1014
<span
939
1015
className="slds-assistive-text"
940
1016
>
941
- Step 5: tooltip label #5
1017
+ Step 5:
1018
+ tooltip label #5
1019
+
942
1020
</span>
943
1021
</button>
944
1022
<span />
@@ -1305,7 +1383,9 @@ exports[`DOM snapshots SLDSProgressIndicator Step Error 1`] = `
1305
1383
<span
1306
1384
className="slds-assistive-text"
1307
1385
>
1308
- Step 2: tooltip label #2 - Error
1386
+ Step 2:
1387
+ tooltip label #2
1388
+ - Error
1309
1389
</span>
1310
1390
</button>
1311
1391
<span />
@@ -1335,7 +1415,11 @@ exports[`DOM snapshots SLDSProgressIndicator Step Error 1`] = `
1335
1415
<span
1336
1416
className="slds-assistive-text"
1337
1417
>
1338
- Step 3: [object Object]
1418
+ Step 3:
1419
+ <strong>
1420
+ tooltip label #3
1421
+ </strong>
1422
+
1339
1423
</span>
1340
1424
</button>
1341
1425
<span />
@@ -1365,7 +1449,9 @@ exports[`DOM snapshots SLDSProgressIndicator Step Error 1`] = `
1365
1449
<span
1366
1450
className="slds-assistive-text"
1367
1451
>
1368
- Step 4: tooltip label #4
1452
+ Step 4:
1453
+ tooltip label #4
1454
+
1369
1455
</span>
1370
1456
</button>
1371
1457
<span />
@@ -1395,7 +1481,9 @@ exports[`DOM snapshots SLDSProgressIndicator Step Error 1`] = `
1395
1481
<span
1396
1482
className="slds-assistive-text"
1397
1483
>
1398
- Step 5: tooltip label #5
1484
+ Step 5:
1485
+ tooltip label #5
1486
+
1399
1487
</span>
1400
1488
</button>
1401
1489
<span />
0 commit comments