@@ -1102,8 +1102,10 @@ exports[`DOM snapshots SLDSProgressIndicator SetupAssistant 1`] = `
1102
1102
<li
1103
1103
className="slds-progress__item slds-is-active"
1104
1104
>
1105
- <span
1106
- className="slds-progress__marker"
1105
+ <button
1106
+ className="slds-button slds-progress__marker"
1107
+ onClick={[Function]}
1108
+ type="button"
1107
1109
/>
1108
1110
<div
1109
1111
className="slds-progress__item_content slds-grid slds-grid_align-spread"
@@ -1140,8 +1142,10 @@ exports[`DOM snapshots SLDSProgressIndicator SetupAssistant 1`] = `
1140
1142
<li
1141
1143
className="slds-progress__item"
1142
1144
>
1143
- <span
1144
- className="slds-progress__marker"
1145
+ <button
1146
+ className="slds-button slds-progress__marker"
1147
+ onClick={[Function]}
1148
+ type="button"
1145
1149
/>
1146
1150
<div
1147
1151
className="slds-progress__item_content slds-grid slds-grid_align-spread"
@@ -1178,8 +1182,10 @@ exports[`DOM snapshots SLDSProgressIndicator SetupAssistant 1`] = `
1178
1182
<li
1179
1183
className="slds-progress__item"
1180
1184
>
1181
- <span
1182
- className="slds-progress__marker"
1185
+ <button
1186
+ className="slds-button slds-progress__marker"
1187
+ onClick={[Function]}
1188
+ type="button"
1183
1189
/>
1184
1190
<div
1185
1191
className="slds-progress__item_content slds-grid slds-grid_align-spread"
@@ -1219,8 +1225,10 @@ exports[`DOM snapshots SLDSProgressIndicator SetupAssistant 1`] = `
1219
1225
<li
1220
1226
className="slds-progress__item"
1221
1227
>
1222
- <span
1223
- className="slds-progress__marker"
1228
+ <button
1229
+ className="slds-button slds-progress__marker"
1230
+ onClick={[Function]}
1231
+ type="button"
1224
1232
/>
1225
1233
<div
1226
1234
className="slds-progress__item_content slds-grid slds-grid_align-spread"
@@ -1278,8 +1286,10 @@ exports[`DOM snapshots SLDSProgressIndicator SetupAssistant 1`] = `
1278
1286
<li
1279
1287
className="slds-progress__item"
1280
1288
>
1281
- <span
1282
- className="slds-progress__marker"
1289
+ <button
1290
+ className="slds-button slds-progress__marker"
1291
+ onClick={[Function]}
1292
+ type="button"
1283
1293
/>
1284
1294
<div
1285
1295
className="slds-progress__item_content slds-grid slds-grid_align-spread"
@@ -1583,8 +1593,10 @@ exports[`DOM snapshots SLDSProgressIndicator Vertical 1`] = `
1583
1593
<li
1584
1594
className="slds-progress__item slds-is-active"
1585
1595
>
1586
- <span
1587
- className="slds-progress__marker"
1596
+ <button
1597
+ className="slds-button slds-progress__marker"
1598
+ onClick={[Function]}
1599
+ type="button"
1588
1600
/>
1589
1601
<div
1590
1602
className="slds-progress__item_content slds-grid slds-grid_align-spread"
@@ -1596,8 +1608,10 @@ exports[`DOM snapshots SLDSProgressIndicator Vertical 1`] = `
1596
1608
<li
1597
1609
className="slds-progress__item"
1598
1610
>
1599
- <span
1600
- className="slds-progress__marker"
1611
+ <button
1612
+ className="slds-button slds-progress__marker"
1613
+ onClick={[Function]}
1614
+ type="button"
1601
1615
/>
1602
1616
<div
1603
1617
className="slds-progress__item_content slds-grid slds-grid_align-spread"
@@ -1609,8 +1623,10 @@ exports[`DOM snapshots SLDSProgressIndicator Vertical 1`] = `
1609
1623
<li
1610
1624
className="slds-progress__item"
1611
1625
>
1612
- <span
1613
- className="slds-progress__marker"
1626
+ <button
1627
+ className="slds-button slds-progress__marker"
1628
+ onClick={[Function]}
1629
+ type="button"
1614
1630
/>
1615
1631
<div
1616
1632
className="slds-progress__item_content slds-grid slds-grid_align-spread"
@@ -1622,8 +1638,10 @@ exports[`DOM snapshots SLDSProgressIndicator Vertical 1`] = `
1622
1638
<li
1623
1639
className="slds-progress__item"
1624
1640
>
1625
- <span
1626
- className="slds-progress__marker"
1641
+ <button
1642
+ className="slds-button slds-progress__marker"
1643
+ onClick={[Function]}
1644
+ type="button"
1627
1645
/>
1628
1646
<div
1629
1647
className="slds-progress__item_content slds-grid slds-grid_align-spread"
@@ -1635,8 +1653,10 @@ exports[`DOM snapshots SLDSProgressIndicator Vertical 1`] = `
1635
1653
<li
1636
1654
className="slds-progress__item"
1637
1655
>
1638
- <span
1639
- className="slds-progress__marker"
1656
+ <button
1657
+ className="slds-button slds-progress__marker"
1658
+ onClick={[Function]}
1659
+ type="button"
1640
1660
/>
1641
1661
<div
1642
1662
className="slds-progress__item_content slds-grid slds-grid_align-spread"
@@ -1672,8 +1692,10 @@ exports[`DOM snapshots SLDSProgressIndicator VerticalStepError 1`] = `
1672
1692
<li
1673
1693
className="slds-progress__item slds-is-completed slds-is-active"
1674
1694
>
1675
- <span
1676
- className="slds-progress__marker slds-progress__marker_icon"
1695
+ <button
1696
+ className="slds-button slds-progress__marker slds-progress__marker_icon"
1697
+ onClick={[Function]}
1698
+ type="button"
1677
1699
>
1678
1700
<span>
1679
1701
<svg
@@ -1686,7 +1708,7 @@ exports[`DOM snapshots SLDSProgressIndicator VerticalStepError 1`] = `
1686
1708
</svg>
1687
1709
1688
1710
</span>
1689
- </span >
1711
+ </button >
1690
1712
<div
1691
1713
className="slds-progress__item_content slds-grid slds-grid_align-spread"
1692
1714
id="progress-indicator-vertical-label-0"
@@ -1697,8 +1719,10 @@ exports[`DOM snapshots SLDSProgressIndicator VerticalStepError 1`] = `
1697
1719
<li
1698
1720
className="slds-progress__item slds-is-completed"
1699
1721
>
1700
- <span
1701
- className="slds-progress__marker slds-progress__marker_icon"
1722
+ <button
1723
+ className="slds-button slds-progress__marker slds-progress__marker_icon"
1724
+ onClick={[Function]}
1725
+ type="button"
1702
1726
>
1703
1727
<span>
1704
1728
<svg
@@ -1711,7 +1735,7 @@ exports[`DOM snapshots SLDSProgressIndicator VerticalStepError 1`] = `
1711
1735
</svg>
1712
1736
1713
1737
</span>
1714
- </span >
1738
+ </button >
1715
1739
<div
1716
1740
className="slds-progress__item_content slds-grid slds-grid_align-spread"
1717
1741
id="progress-indicator-vertical-label-1"
@@ -1722,8 +1746,10 @@ exports[`DOM snapshots SLDSProgressIndicator VerticalStepError 1`] = `
1722
1746
<li
1723
1747
className="slds-progress__item slds-is-completed"
1724
1748
>
1725
- <span
1726
- className="slds-progress__marker slds-progress__marker_icon"
1749
+ <button
1750
+ className="slds-button slds-progress__marker slds-progress__marker_icon"
1751
+ onClick={[Function]}
1752
+ type="button"
1727
1753
>
1728
1754
<span>
1729
1755
<svg
@@ -1736,7 +1762,7 @@ exports[`DOM snapshots SLDSProgressIndicator VerticalStepError 1`] = `
1736
1762
</svg>
1737
1763
1738
1764
</span>
1739
- </span >
1765
+ </button >
1740
1766
<div
1741
1767
className="slds-progress__item_content slds-grid slds-grid_align-spread"
1742
1768
id="progress-indicator-vertical-label-2"
@@ -1747,8 +1773,10 @@ exports[`DOM snapshots SLDSProgressIndicator VerticalStepError 1`] = `
1747
1773
<li
1748
1774
className="slds-progress__item slds-is-completed"
1749
1775
>
1750
- <span
1751
- className="slds-progress__marker slds-progress__marker_icon"
1776
+ <button
1777
+ className="slds-button slds-progress__marker slds-progress__marker_icon"
1778
+ onClick={[Function]}
1779
+ type="button"
1752
1780
>
1753
1781
<span>
1754
1782
<svg
@@ -1761,7 +1789,7 @@ exports[`DOM snapshots SLDSProgressIndicator VerticalStepError 1`] = `
1761
1789
</svg>
1762
1790
1763
1791
</span>
1764
- </span >
1792
+ </button >
1765
1793
<div
1766
1794
className="slds-progress__item_content slds-grid slds-grid_align-spread"
1767
1795
id="progress-indicator-vertical-label-3"
@@ -1772,8 +1800,10 @@ exports[`DOM snapshots SLDSProgressIndicator VerticalStepError 1`] = `
1772
1800
<li
1773
1801
className="slds-progress__item slds-has-error"
1774
1802
>
1775
- <span
1776
- className="slds-progress__marker slds-progress__marker_icon"
1803
+ <button
1804
+ className="slds-button slds-progress__marker slds-progress__marker_icon"
1805
+ onClick={[Function]}
1806
+ type="button"
1777
1807
>
1778
1808
<span>
1779
1809
<svg
@@ -1786,7 +1816,7 @@ exports[`DOM snapshots SLDSProgressIndicator VerticalStepError 1`] = `
1786
1816
</svg>
1787
1817
1788
1818
</span>
1789
- </span >
1819
+ </button >
1790
1820
<div
1791
1821
className="slds-progress__item_content slds-grid slds-grid_align-spread"
1792
1822
id="progress-indicator-vertical-label-4"
@@ -1797,8 +1827,10 @@ exports[`DOM snapshots SLDSProgressIndicator VerticalStepError 1`] = `
1797
1827
<li
1798
1828
className="slds-progress__item"
1799
1829
>
1800
- <span
1801
- className="slds-progress__marker"
1830
+ <button
1831
+ className="slds-button slds-progress__marker"
1832
+ onClick={[Function]}
1833
+ type="button"
1802
1834
/>
1803
1835
<div
1804
1836
className="slds-progress__item_content slds-grid slds-grid_align-spread"
@@ -1810,8 +1842,10 @@ exports[`DOM snapshots SLDSProgressIndicator VerticalStepError 1`] = `
1810
1842
<li
1811
1843
className="slds-progress__item"
1812
1844
>
1813
- <span
1814
- className="slds-progress__marker"
1845
+ <button
1846
+ className="slds-button slds-progress__marker"
1847
+ onClick={[Function]}
1848
+ type="button"
1815
1849
/>
1816
1850
<div
1817
1851
className="slds-progress__item_content slds-grid slds-grid_align-spread"
@@ -1823,8 +1857,10 @@ exports[`DOM snapshots SLDSProgressIndicator VerticalStepError 1`] = `
1823
1857
<li
1824
1858
className="slds-progress__item"
1825
1859
>
1826
- <span
1827
- className="slds-progress__marker"
1860
+ <button
1861
+ className="slds-button slds-progress__marker"
1862
+ onClick={[Function]}
1863
+ type="button"
1828
1864
/>
1829
1865
<div
1830
1866
className="slds-progress__item_content slds-grid slds-grid_align-spread"
@@ -1836,8 +1872,10 @@ exports[`DOM snapshots SLDSProgressIndicator VerticalStepError 1`] = `
1836
1872
<li
1837
1873
className="slds-progress__item"
1838
1874
>
1839
- <span
1840
- className="slds-progress__marker"
1875
+ <button
1876
+ className="slds-button slds-progress__marker"
1877
+ onClick={[Function]}
1878
+ type="button"
1841
1879
/>
1842
1880
<div
1843
1881
className="slds-progress__item_content slds-grid slds-grid_align-spread"
0 commit comments