@@ -3586,7 +3586,7 @@ Array [
35863586]
35873587`;
35883588
3589- exports[`Storyshots Components/Button Danger 1`] = `
3589+ exports[`Storyshots Components/Button Danger DEPRECATED 1`] = `
35903590Array [
35913591 <button
35923592 className="Button btn btn-danger btn-sm"
@@ -4772,7 +4772,7 @@ Array [
47724772]
47734773`;
47744774
4775- exports[`Storyshots Components/Button Warning 1`] = `
4775+ exports[`Storyshots Components/Button Warning DEPRECATED 1`] = `
47764776Array [
47774777 <button
47784778 className="Button btn btn-warning btn-sm"
@@ -9298,6 +9298,7 @@ Array [
92989298exports[`Storyshots Components/IconButton Aria Label 1`] = `
92999299Array [
93009300 <button
9301+ aria-disabled={false}
93019302 aria-label="Previous page"
93029303 className="Button IconButton btn btn-transparent btn-sm"
93039304 disabled={false}
@@ -9322,6 +9323,7 @@ Array [
93229323 </svg>
93239324 </button>,
93249325 <button
9326+ aria-disabled={false}
93259327 aria-label="Next page"
93269328 className="Button IconButton btn btn-transparent btn-sm"
93279329 disabled={false}
@@ -9346,6 +9348,7 @@ Array [
93469348 </svg>
93479349 </button>,
93489350 <button
9351+ aria-disabled={false}
93499352 aria-label="Delete participant"
93509353 className="Button IconButton btn btn-transparent btn-sm"
93519354 disabled={false}
@@ -9370,6 +9373,7 @@ Array [
93709373 </svg>
93719374 </button>,
93729375 <button
9376+ aria-disabled={false}
93739377 aria-label="Edit note"
93749378 className="Button IconButton btn btn-transparent btn-sm"
93759379 disabled={false}
@@ -9399,6 +9403,7 @@ Array [
93999403exports[`Storyshots Components/IconButton Common Actions 1`] = `
94009404Array [
94019405 <button
9406+ aria-disabled={false}
94029407 aria-label="Add"
94039408 className="Button IconButton btn btn-transparent btn-sm"
94049409 disabled={false}
@@ -9423,6 +9428,7 @@ Array [
94239428 </svg>
94249429 </button>,
94259430 <button
9431+ aria-disabled={false}
94269432 aria-label="Subtract"
94279433 className="Button IconButton btn btn-transparent btn-sm"
94289434 disabled={false}
@@ -9447,6 +9453,7 @@ Array [
94479453 </svg>
94489454 </button>,
94499455 <button
9456+ aria-disabled={false}
94509457 aria-label="Edit"
94519458 className="Button IconButton btn btn-transparent btn-sm"
94529459 disabled={false}
@@ -9471,6 +9478,7 @@ Array [
94719478 </svg>
94729479 </button>,
94739480 <button
9481+ aria-disabled={false}
94749482 aria-label="Delete"
94759483 className="Button IconButton btn btn-transparent btn-sm"
94769484 disabled={false}
@@ -9495,6 +9503,7 @@ Array [
94959503 </svg>
94969504 </button>,
94979505 <button
9506+ aria-disabled={false}
94989507 aria-label="Copy"
94999508 className="Button IconButton btn btn-transparent btn-sm"
95009509 disabled={false}
@@ -9519,6 +9528,7 @@ Array [
95199528 </svg>
95209529 </button>,
95219530 <button
9531+ aria-disabled={false}
95229532 aria-label="Previous"
95239533 className="Button IconButton btn btn-transparent btn-sm"
95249534 disabled={false}
@@ -9543,6 +9553,7 @@ Array [
95439553 </svg>
95449554 </button>,
95459555 <button
9556+ aria-disabled={false}
95469557 aria-label="Next"
95479558 className="Button IconButton btn btn-transparent btn-sm"
95489559 disabled={false}
@@ -9567,6 +9578,7 @@ Array [
95679578 </svg>
95689579 </button>,
95699580 <button
9581+ aria-disabled={false}
95709582 aria-label="Close"
95719583 className="Button IconButton btn btn-transparent btn-sm"
95729584 disabled={false}
@@ -9591,6 +9603,7 @@ Array [
95919603 </svg>
95929604 </button>,
95939605 <button
9606+ aria-disabled={false}
95949607 aria-label="Expand"
95959608 className="Button IconButton btn btn-transparent btn-sm"
95969609 disabled={false}
@@ -9617,9 +9630,38 @@ Array [
96179630]
96189631`;
96199632
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+
96209661exports[`Storyshots Components/IconButton Sizes 1`] = `
96219662Array [
96229663 <button
9664+ aria-disabled={false}
96239665 aria-label="Delete"
96249666 className="Button IconButton btn btn-transparent btn-sm"
96259667 disabled={false}
@@ -9644,6 +9686,7 @@ Array [
96449686 </svg>
96459687 </button>,
96469688 <button
9689+ aria-disabled={false}
96479690 aria-label="Delete"
96489691 className="Button IconButton btn btn-transparent btn-md"
96499692 disabled={false}
@@ -9668,6 +9711,7 @@ Array [
96689711 </svg>
96699712 </button>,
96709713 <button
9714+ aria-disabled={false}
96719715 aria-label="Delete"
96729716 className="Button IconButton btn btn-transparent btn-lg"
96739717 disabled={false}
0 commit comments