@@ -3586,7 +3586,7 @@ Array [
3586
3586
]
3587
3587
`;
3588
3588
3589
- exports[`Storyshots Components/Button Danger 1`] = `
3589
+ exports[`Storyshots Components/Button Danger DEPRECATED 1`] = `
3590
3590
Array [
3591
3591
<button
3592
3592
className="Button btn btn-danger btn-sm"
@@ -4772,7 +4772,7 @@ Array [
4772
4772
]
4773
4773
`;
4774
4774
4775
- exports[`Storyshots Components/Button Warning 1`] = `
4775
+ exports[`Storyshots Components/Button Warning DEPRECATED 1`] = `
4776
4776
Array [
4777
4777
<button
4778
4778
className="Button btn btn-warning btn-sm"
@@ -9298,6 +9298,7 @@ Array [
9298
9298
exports[`Storyshots Components/IconButton Aria Label 1`] = `
9299
9299
Array [
9300
9300
<button
9301
+ aria-disabled={false}
9301
9302
aria-label="Previous page"
9302
9303
className="Button IconButton btn btn-transparent btn-sm"
9303
9304
disabled={false}
@@ -9322,6 +9323,7 @@ Array [
9322
9323
</svg>
9323
9324
</button>,
9324
9325
<button
9326
+ aria-disabled={false}
9325
9327
aria-label="Next page"
9326
9328
className="Button IconButton btn btn-transparent btn-sm"
9327
9329
disabled={false}
@@ -9346,6 +9348,7 @@ Array [
9346
9348
</svg>
9347
9349
</button>,
9348
9350
<button
9351
+ aria-disabled={false}
9349
9352
aria-label="Delete participant"
9350
9353
className="Button IconButton btn btn-transparent btn-sm"
9351
9354
disabled={false}
@@ -9370,6 +9373,7 @@ Array [
9370
9373
</svg>
9371
9374
</button>,
9372
9375
<button
9376
+ aria-disabled={false}
9373
9377
aria-label="Edit note"
9374
9378
className="Button IconButton btn btn-transparent btn-sm"
9375
9379
disabled={false}
@@ -9399,6 +9403,7 @@ Array [
9399
9403
exports[`Storyshots Components/IconButton Common Actions 1`] = `
9400
9404
Array [
9401
9405
<button
9406
+ aria-disabled={false}
9402
9407
aria-label="Add"
9403
9408
className="Button IconButton btn btn-transparent btn-sm"
9404
9409
disabled={false}
@@ -9423,6 +9428,7 @@ Array [
9423
9428
</svg>
9424
9429
</button>,
9425
9430
<button
9431
+ aria-disabled={false}
9426
9432
aria-label="Subtract"
9427
9433
className="Button IconButton btn btn-transparent btn-sm"
9428
9434
disabled={false}
@@ -9447,6 +9453,7 @@ Array [
9447
9453
</svg>
9448
9454
</button>,
9449
9455
<button
9456
+ aria-disabled={false}
9450
9457
aria-label="Edit"
9451
9458
className="Button IconButton btn btn-transparent btn-sm"
9452
9459
disabled={false}
@@ -9471,6 +9478,7 @@ Array [
9471
9478
</svg>
9472
9479
</button>,
9473
9480
<button
9481
+ aria-disabled={false}
9474
9482
aria-label="Delete"
9475
9483
className="Button IconButton btn btn-transparent btn-sm"
9476
9484
disabled={false}
@@ -9495,6 +9503,7 @@ Array [
9495
9503
</svg>
9496
9504
</button>,
9497
9505
<button
9506
+ aria-disabled={false}
9498
9507
aria-label="Copy"
9499
9508
className="Button IconButton btn btn-transparent btn-sm"
9500
9509
disabled={false}
@@ -9519,6 +9528,7 @@ Array [
9519
9528
</svg>
9520
9529
</button>,
9521
9530
<button
9531
+ aria-disabled={false}
9522
9532
aria-label="Previous"
9523
9533
className="Button IconButton btn btn-transparent btn-sm"
9524
9534
disabled={false}
@@ -9543,6 +9553,7 @@ Array [
9543
9553
</svg>
9544
9554
</button>,
9545
9555
<button
9556
+ aria-disabled={false}
9546
9557
aria-label="Next"
9547
9558
className="Button IconButton btn btn-transparent btn-sm"
9548
9559
disabled={false}
@@ -9567,6 +9578,7 @@ Array [
9567
9578
</svg>
9568
9579
</button>,
9569
9580
<button
9581
+ aria-disabled={false}
9570
9582
aria-label="Close"
9571
9583
className="Button IconButton btn btn-transparent btn-sm"
9572
9584
disabled={false}
@@ -9591,6 +9603,7 @@ Array [
9591
9603
</svg>
9592
9604
</button>,
9593
9605
<button
9606
+ aria-disabled={false}
9594
9607
aria-label="Expand"
9595
9608
className="Button IconButton btn btn-transparent btn-sm"
9596
9609
disabled={false}
@@ -9617,9 +9630,38 @@ Array [
9617
9630
]
9618
9631
`;
9619
9632
9633
+ exports[`Storyshots Components/IconButton Loading 1`] = `
9634
+ <button
9635
+ aria-disabled={true}
9636
+ aria-label="Add"
9637
+ className="Button IconButton btn btn-transparent btn-sm"
9638
+ disabled={true}
9639
+ type="button"
9640
+ >
9641
+ <svg
9642
+ aria-hidden="true"
9643
+ className="svg-inline--fa fa-spinner-third icon-left btn-loading-spin"
9644
+ data-icon="spinner-third"
9645
+ data-prefix="far"
9646
+ focusable="false"
9647
+ role="img"
9648
+ style={Object {}}
9649
+ viewBox="0 0 512 512"
9650
+ xmlns="http://www.w3.org/2000/svg"
9651
+ >
9652
+ <path
9653
+ d="M457 372c11.5 6.6 26.3 2.7 31.8-9.3C503.7 330.2 512 294.1 512 256C512 122.7 410.1 13.2 280 1.1C266.8-.1 256 10.7 256 24v0c0 13.3 10.8 23.9 24 25.4C383.5 61.2 464 149.2 464 256c0 29.3-6.1 57.3-17 82.6c-5.3 12.2-1.5 26.8 10 33.5v0z"
9654
+ fill="currentColor"
9655
+ style={Object {}}
9656
+ />
9657
+ </svg>
9658
+ </button>
9659
+ `;
9660
+
9620
9661
exports[`Storyshots Components/IconButton Sizes 1`] = `
9621
9662
Array [
9622
9663
<button
9664
+ aria-disabled={false}
9623
9665
aria-label="Delete"
9624
9666
className="Button IconButton btn btn-transparent btn-sm"
9625
9667
disabled={false}
@@ -9644,6 +9686,7 @@ Array [
9644
9686
</svg>
9645
9687
</button>,
9646
9688
<button
9689
+ aria-disabled={false}
9647
9690
aria-label="Delete"
9648
9691
className="Button IconButton btn btn-transparent btn-md"
9649
9692
disabled={false}
@@ -9668,6 +9711,7 @@ Array [
9668
9711
</svg>
9669
9712
</button>,
9670
9713
<button
9714
+ aria-disabled={false}
9671
9715
aria-label="Delete"
9672
9716
className="Button IconButton btn btn-transparent btn-lg"
9673
9717
disabled={false}
0 commit comments