@@ -1091,18 +1091,18 @@ Array [
1091
1091
]
1092
1092
`;
1093
1093
1094
- exports[`Storyshots Components/Alert Announcement 1`] = `
1094
+ exports[`Storyshots Components/Alert Error 1`] = `
1095
1095
<div
1096
- className="Alert Alert-announcement "
1096
+ className="Alert Alert-error "
1097
1097
style={null}
1098
1098
>
1099
1099
<div
1100
1100
className="Alert__icon"
1101
1101
>
1102
1102
<svg
1103
1103
aria-hidden="true"
1104
- className="svg-inline--fa fa-bullhorn "
1105
- data-icon="bullhorn "
1104
+ className="svg-inline--fa fa-exclamation-triangle "
1105
+ data-icon="exclamation-triangle "
1106
1106
data-prefix="fas"
1107
1107
focusable="false"
1108
1108
role="img"
@@ -1123,7 +1123,7 @@ exports[`Storyshots Components/Alert Announcement 1`] = `
1123
1123
transform="translate(0, 0) scale(1.125, 1.125) rotate(0 0 0)"
1124
1124
>
1125
1125
<path
1126
- d="M576 240c0-23.63-12.95-44.04-32-55.12V32.01C544 23.26 537.02 0 512 0c-7.12 0-14.19 2.38-19.98 7.02l-85.03 68.03C364.28 109.19 310.66 128 256 128H64c-35.35 0-64 28.65-64 64v96c0 35.35 28.65 64 64 64h33.7c-1.39 10.48-2.18 21.14-2.18 32 0 39.77 9.26 77.35 25.56 110.94 5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56-16.4-21.52-26.15-48.36-26.15-77.44 0-11.11 1.62-21.79 4.41-32H256c54.66 0 108.28 18.81 150.98 52.95l85.03 68.03a32.023 32.023 0 0 0 19.98 7.02c24.92 0 32-22.78 32-32V295.13C563.05 284.04 576 263.63 576 240zm-96 141.42l-33.05-26.44C392.95 311.78 325.12 288 256 288v-96c69.12 0 136.95-23.78 190.95-66.98L480 98.58v282.84z "
1126
+ d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c- 25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z "
1127
1127
fill="currentColor"
1128
1128
style={Object {}}
1129
1129
transform="translate(-288 -256)"
@@ -1138,29 +1138,30 @@ exports[`Storyshots Components/Alert Announcement 1`] = `
1138
1138
<div
1139
1139
className="Alert__title"
1140
1140
>
1141
- Announcement title
1141
+ Error title
1142
1142
</div>
1143
1143
<div
1144
1144
className="Alert__message"
1145
+ tabIndex={-1}
1145
1146
>
1146
- Announcement message
1147
+ Error message
1147
1148
</div>
1148
1149
</div>
1149
1150
</div>
1150
1151
`;
1151
1152
1152
- exports[`Storyshots Components/Alert Error 1`] = `
1153
+ exports[`Storyshots Components/Alert Feature 1`] = `
1153
1154
<div
1154
- className="Alert Alert-error "
1155
+ className="Alert Alert-feature "
1155
1156
style={null}
1156
1157
>
1157
1158
<div
1158
1159
className="Alert__icon"
1159
1160
>
1160
1161
<svg
1161
1162
aria-hidden="true"
1162
- className="svg-inline--fa fa-exclamation-triangle "
1163
- data-icon="exclamation-triangle "
1163
+ className="svg-inline--fa fa-bullhorn "
1164
+ data-icon="bullhorn "
1164
1165
data-prefix="fas"
1165
1166
focusable="false"
1166
1167
role="img"
@@ -1181,7 +1182,7 @@ exports[`Storyshots Components/Alert Error 1`] = `
1181
1182
transform="translate(0, 0) scale(1.125, 1.125) rotate(0 0 0)"
1182
1183
>
1183
1184
<path
1184
- d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c- 25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z "
1185
+ d="M576 240c0-23.63-12.95-44.04-32-55.12V32.01C544 23.26 537.02 0 512 0c-7.12 0-14.19 2.38-19.98 7.02l-85.03 68.03C364.28 109.19 310.66 128 256 128H64c-35.35 0-64 28.65-64 64v96c0 35.35 28.65 64 64 64h33.7c-1.39 10.48-2.18 21.14-2.18 32 0 39.77 9.26 77.35 25.56 110.94 5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56-16.4-21.52-26.15-48.36-26.15-77.44 0-11.11 1.62-21.79 4.41-32H256c54.66 0 108.28 18.81 150.98 52.95l85.03 68.03a32.023 32.023 0 0 0 19.98 7.02c24.92 0 32-22.78 32-32V295.13C563.05 284.04 576 263.63 576 240zm-96 141.42l-33.05-26.44C392.95 311.78 325.12 288 256 288v-96c69.12 0 136.95-23.78 190.95-66.98L480 98.58v282.84z "
1185
1186
fill="currentColor"
1186
1187
style={Object {}}
1187
1188
transform="translate(-288 -256)"
@@ -1196,13 +1197,12 @@ exports[`Storyshots Components/Alert Error 1`] = `
1196
1197
<div
1197
1198
className="Alert__title"
1198
1199
>
1199
- Error title
1200
+ New feature alert!
1200
1201
</div>
1201
1202
<div
1202
1203
className="Alert__message"
1203
- tabIndex={-1}
1204
1204
>
1205
- Error message
1205
+ Some context around new feature if needed.
1206
1206
</div>
1207
1207
</div>
1208
1208
</div>
@@ -1720,16 +1720,16 @@ Array [
1720
1720
</div>
1721
1721
</div>,
1722
1722
<div
1723
- className="Alert Alert-announcement "
1723
+ className="Alert Alert-error "
1724
1724
style={null}
1725
1725
>
1726
1726
<div
1727
1727
className="Alert__icon"
1728
1728
>
1729
1729
<svg
1730
1730
aria-hidden="true"
1731
- className="svg-inline--fa fa-bullhorn "
1732
- data-icon="bullhorn "
1731
+ className="svg-inline--fa fa-exclamation-triangle "
1732
+ data-icon="exclamation-triangle "
1733
1733
data-prefix="fas"
1734
1734
focusable="false"
1735
1735
role="img"
@@ -1750,7 +1750,7 @@ Array [
1750
1750
transform="translate(0, 0) scale(1.125, 1.125) rotate(0 0 0)"
1751
1751
>
1752
1752
<path
1753
- d="M576 240c0-23.63-12.95-44.04-32-55.12V32.01C544 23.26 537.02 0 512 0c-7.12 0-14.19 2.38-19.98 7.02l-85.03 68.03C364.28 109.19 310.66 128 256 128H64c-35.35 0-64 28.65-64 64v96c0 35.35 28.65 64 64 64h33.7c-1.39 10.48-2.18 21.14-2.18 32 0 39.77 9.26 77.35 25.56 110.94 5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56-16.4-21.52-26.15-48.36-26.15-77.44 0-11.11 1.62-21.79 4.41-32H256c54.66 0 108.28 18.81 150.98 52.95l85.03 68.03a32.023 32.023 0 0 0 19.98 7.02c24.92 0 32-22.78 32-32V295.13C563.05 284.04 576 263.63 576 240zm-96 141.42l-33.05-26.44C392.95 311.78 325.12 288 256 288v-96c69.12 0 136.95-23.78 190.95-66.98L480 98.58v282.84z "
1753
+ d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c- 25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z "
1754
1754
fill="currentColor"
1755
1755
style={Object {}}
1756
1756
transform="translate(-288 -256)"
@@ -1765,19 +1765,20 @@ Array [
1765
1765
<div
1766
1766
className="Alert__title"
1767
1767
>
1768
- Announcement title
1768
+ Error title
1769
1769
</div>
1770
1770
<div
1771
1771
className="Alert__message"
1772
+ tabIndex={-1}
1772
1773
>
1773
- Announcement message
1774
+ Error message
1774
1775
</div>
1775
1776
</div>
1776
1777
<div
1777
1778
className="Alert__action"
1778
1779
>
1779
1780
<a
1780
- className="Alert-announcement primary-action"
1781
+ className="Alert-error primary-action"
1781
1782
href="https://www.userinterviews.com/"
1782
1783
rel="noopener noreferrer"
1783
1784
>
@@ -1788,7 +1789,7 @@ Array [
1788
1789
className="Alert__close"
1789
1790
>
1790
1791
<button
1791
- aria-label="close announcement "
1792
+ aria-label="close error "
1792
1793
className="close"
1793
1794
onClick={[Function]}
1794
1795
type="button"
@@ -1814,7 +1815,7 @@ Array [
1814
1815
</div>
1815
1816
</div>,
1816
1817
<div
1817
- className="Alert Alert-error "
1818
+ className="Alert Alert-warning "
1818
1819
style={null}
1819
1820
>
1820
1821
<div
@@ -1859,20 +1860,19 @@ Array [
1859
1860
<div
1860
1861
className="Alert__title"
1861
1862
>
1862
- Error title
1863
+ Warning title
1863
1864
</div>
1864
1865
<div
1865
1866
className="Alert__message"
1866
- tabIndex={-1}
1867
1867
>
1868
- Error message
1868
+ Warning message
1869
1869
</div>
1870
1870
</div>
1871
1871
<div
1872
1872
className="Alert__action"
1873
1873
>
1874
1874
<a
1875
- className="Alert-error primary-action"
1875
+ className="Alert-warning primary-action"
1876
1876
href="https://www.userinterviews.com/"
1877
1877
rel="noopener noreferrer"
1878
1878
>
@@ -1883,7 +1883,7 @@ Array [
1883
1883
className="Alert__close"
1884
1884
>
1885
1885
<button
1886
- aria-label="close error "
1886
+ aria-label="close warning "
1887
1887
className="close"
1888
1888
onClick={[Function]}
1889
1889
type="button"
@@ -1909,16 +1909,16 @@ Array [
1909
1909
</div>
1910
1910
</div>,
1911
1911
<div
1912
- className="Alert Alert-warning "
1912
+ className="Alert Alert-feature "
1913
1913
style={null}
1914
1914
>
1915
1915
<div
1916
1916
className="Alert__icon"
1917
1917
>
1918
1918
<svg
1919
1919
aria-hidden="true"
1920
- className="svg-inline--fa fa-exclamation-triangle "
1921
- data-icon="exclamation-triangle "
1920
+ className="svg-inline--fa fa-bullhorn "
1921
+ data-icon="bullhorn "
1922
1922
data-prefix="fas"
1923
1923
focusable="false"
1924
1924
role="img"
@@ -1939,7 +1939,7 @@ Array [
1939
1939
transform="translate(0, 0) scale(1.125, 1.125) rotate(0 0 0)"
1940
1940
>
1941
1941
<path
1942
- d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c- 25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z "
1942
+ d="M576 240c0-23.63-12.95-44.04-32-55.12V32.01C544 23.26 537.02 0 512 0c-7.12 0-14.19 2.38-19.98 7.02l-85.03 68.03C364.28 109.19 310.66 128 256 128H64c-35.35 0-64 28.65-64 64v96c0 35.35 28.65 64 64 64h33.7c-1.39 10.48-2.18 21.14-2.18 32 0 39.77 9.26 77.35 25.56 110.94 5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56-16.4-21.52-26.15-48.36-26.15-77.44 0-11.11 1.62-21.79 4.41-32H256c54.66 0 108.28 18.81 150.98 52.95l85.03 68.03a32.023 32.023 0 0 0 19.98 7.02c24.92 0 32-22.78 32-32V295.13C563.05 284.04 576 263.63 576 240zm-96 141.42l-33.05-26.44C392.95 311.78 325.12 288 256 288v-96c69.12 0 136.95-23.78 190.95-66.98L480 98.58v282.84z "
1943
1943
fill="currentColor"
1944
1944
style={Object {}}
1945
1945
transform="translate(-288 -256)"
@@ -1954,19 +1954,19 @@ Array [
1954
1954
<div
1955
1955
className="Alert__title"
1956
1956
>
1957
- Warning title
1957
+ New feature alert!
1958
1958
</div>
1959
1959
<div
1960
1960
className="Alert__message"
1961
1961
>
1962
- Warning message
1962
+ Some context around new feature if needed
1963
1963
</div>
1964
1964
</div>
1965
1965
<div
1966
1966
className="Alert__action"
1967
1967
>
1968
1968
<a
1969
- className="Alert-warning primary-action"
1969
+ className="Alert-feature primary-action"
1970
1970
href="https://www.userinterviews.com/"
1971
1971
rel="noopener noreferrer"
1972
1972
>
@@ -1977,7 +1977,7 @@ Array [
1977
1977
className="Alert__close"
1978
1978
>
1979
1979
<button
1980
- aria-label="close warning "
1980
+ aria-label="close feature "
1981
1981
className="close"
1982
1982
onClick={[Function]}
1983
1983
type="button"
0 commit comments