@comicrelief/component-library 8.74.2 → 8.75.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +578 -573
- package/dist/index.es.js +5423 -5368
- package/package.json +1 -1
- package/src/components/Atoms/AmbientVideo/AmbientVideo.js +4 -3
- package/src/components/Atoms/Button/Button.js +1 -1
- package/src/components/Atoms/Button/Button.test.js +1 -0
- package/src/components/Atoms/ButtonWithStates/ButtonWithStates.js +2 -2
- package/src/components/Atoms/Confetti/Confetti.js +1 -1
- package/src/components/Atoms/Icons/IconsExample.jsx +2 -1
- package/src/components/Atoms/Icons/Post.js +37 -0
- package/src/components/Atoms/Icons/index.js +1 -0
- package/src/components/Atoms/Icons/post.svg +3 -0
- package/src/components/Atoms/InfoMessage/__snapshots__/InfoMessage.test.js.snap +0 -1
- package/src/components/Atoms/Link/Link.style.js +0 -1
- package/src/components/Atoms/Link/Link.test.js +0 -3
- package/src/components/Atoms/Pagination/Pagination.js +1 -0
- package/src/components/Atoms/Pagination/__snapshots__/Pagination.test.js.snap +110 -0
- package/src/components/Atoms/Picture/Picture.js +4 -0
- package/src/components/Atoms/Picture/Picture.test.js +4 -0
- package/src/components/Atoms/SocialIcons/SocialIcons.js +2 -2
- package/src/components/Atoms/SocialIcons/__snapshots__/SocialIcons.test.js.snap +15 -0
- package/src/components/Atoms/TextInputWithDropdown/TextInputWithDropdown.js +6 -1
- package/src/components/Atoms/TextInputWithDropdown/__snapshots__/TextInputWithDropdown.test.js.snap +12 -0
- package/src/components/Molecules/ArticleTeaser/ArticleTeaser.test.js +4 -2
- package/src/components/Molecules/Box/__snapshots__/Box.test.js.snap +2 -0
- package/src/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.js +4 -2
- package/src/components/Molecules/CTA/CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +40 -4
- package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.js +2 -1
- package/src/components/Molecules/CTA/CTASingleCard/__snapshots__/CTASingleCard.test.js.snap +6 -2
- package/src/components/Molecules/Card/Card.js +3 -1
- package/src/components/Molecules/Card/__snapshots__/Card.test.js.snap +8 -0
- package/src/components/Molecules/CardDs/__snapshots__/CardDs.test.js.snap +4 -0
- package/src/components/Molecules/Countdown/Countdown.js +5 -5
- package/src/components/Molecules/Descriptor/Descriptor.test.js +221 -221
- package/src/components/Molecules/DoubleCopy/DoubleCopy.js +3 -3
- package/src/components/Molecules/DoubleCopy/DoubleCopy.test.js +3 -0
- package/src/components/Molecules/EmailSignUp/EmailSignUp.js +8 -7
- package/src/components/Molecules/HeroBanner/__snapshots__/HeroBanner.test.js.snap +8 -0
- package/src/components/Molecules/InfoBanner/__snapshots__/InfoBanner.test.js.snap +0 -1
- package/src/components/Molecules/PartnerLink/PartnerLink.test.js +2 -1
- package/src/components/Molecules/PictureOrVideo/__snapshots__/PictureOrVideo.test.js.snap +10 -0
- package/src/components/Molecules/Promo/__snapshots__/Promo.test.js.snap +4 -0
- package/src/components/Molecules/SchoolLookup/__snapshots__/SchoolLookup.test.js.snap +2 -0
- package/src/components/Molecules/SearchResult/__snapshots__/SearchResult.test.js.snap +8 -4
- package/src/components/Molecules/SingleMessage/__snapshots__/SingleMessage.test.js.snap +12 -0
- package/src/components/Molecules/SingleMessageDS/__snapshots__/SingleMessageDs.test.js.snap +2 -0
- package/src/components/Molecules/StatsSlice/StatsSlice.js +2 -1
- package/src/components/Molecules/StatsSlice/_StatNode.js +7 -6
- package/src/components/Molecules/StatsSlice/__snapshots__/StatsSlice.test.js.snap +28 -0
- package/src/components/Molecules/Typeahead/__snapshots__/Typeahead.test.js.snap +2 -0
- package/src/components/Organisms/CookieBanner/CookieBanner.test.js +0 -1
- package/src/components/Organisms/DynamicGallery/DynamicGallery.js +4 -3
- package/src/components/Organisms/DynamicGallery/_DynamicGalleryColumn.js +4 -2
- package/src/components/Organisms/DynamicGallery/_Lightbox.js +11 -8
- package/src/components/Organisms/DynamicGallery/__snapshots__/DynamicGallery.test.js.snap +56 -10
- package/src/components/Organisms/EmailBanner/__snapshots__/EmailBanner.test.js.snap +8 -0
- package/src/components/Organisms/EmailSignUp/__snapshots__/EmailSignUp.test.js.snap +2 -0
- package/src/components/Organisms/Footer/__snapshots__/Footer.test.js.snap +5 -1
- package/src/components/Organisms/FooterNew/__snapshots__/FooterNew.test.js.snap +62 -24
- package/src/components/Organisms/Membership/Membership.test.js +2 -0
- package/src/index.js +2 -0
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`does not render copyright text when not supplied 1`] = `
|
|
4
|
+
.c25 {
|
|
5
|
+
transform: rotate(0);
|
|
6
|
+
fill: #FFFFFF;
|
|
7
|
+
}
|
|
8
|
+
|
|
4
9
|
.c23 {
|
|
5
10
|
display: inline-flex;
|
|
6
11
|
position: relative;
|
|
@@ -170,7 +175,6 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
170
175
|
display: inline;
|
|
171
176
|
color: #000000;
|
|
172
177
|
font-weight: normal;
|
|
173
|
-
color: #E52630;
|
|
174
178
|
}
|
|
175
179
|
|
|
176
180
|
.c3:hover,
|
|
@@ -225,11 +229,6 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
225
229
|
width: auto;
|
|
226
230
|
}
|
|
227
231
|
|
|
228
|
-
.c25 {
|
|
229
|
-
transform: rotate(0);
|
|
230
|
-
fill: #FFFFFF;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
232
|
.c10 {
|
|
234
233
|
margin-bottom: 1.5rem;
|
|
235
234
|
color: #FFFFFF;
|
|
@@ -562,6 +561,12 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
562
561
|
margin-bottom: 0.5rem;
|
|
563
562
|
}
|
|
564
563
|
|
|
564
|
+
@media (min-width: 1024px) {
|
|
565
|
+
.c25 {
|
|
566
|
+
fill: #FFFFFF;
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
|
|
565
570
|
@media (min-width: 740px) {
|
|
566
571
|
.c23 {
|
|
567
572
|
font-size: 1rem;
|
|
@@ -641,12 +646,6 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
641
646
|
}
|
|
642
647
|
}
|
|
643
648
|
|
|
644
|
-
@media (min-width: 1024px) {
|
|
645
|
-
.c25 {
|
|
646
|
-
fill: #FFFFFF;
|
|
647
|
-
}
|
|
648
|
-
}
|
|
649
|
-
|
|
650
649
|
@media (min-width: 740px) {
|
|
651
650
|
.c10 {
|
|
652
651
|
margin-bottom: 1.5rem;
|
|
@@ -885,21 +884,26 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
885
884
|
>
|
|
886
885
|
<div
|
|
887
886
|
className="c10"
|
|
887
|
+
data-testid="EmailSignUpWrapper"
|
|
888
888
|
>
|
|
889
889
|
<div
|
|
890
890
|
className="c11"
|
|
891
|
+
data-testid="EmailSignUpLabelWrapper"
|
|
891
892
|
>
|
|
892
893
|
<span
|
|
893
894
|
className="c12"
|
|
895
|
+
data-testid="EmailSignUpLabel"
|
|
894
896
|
>
|
|
895
897
|
Subscribe to our newsletter
|
|
896
898
|
</span>
|
|
897
899
|
</div>
|
|
898
900
|
<div
|
|
899
901
|
className="c13"
|
|
902
|
+
data-testid="EmailSignUpFormWrapper"
|
|
900
903
|
>
|
|
901
904
|
<div
|
|
902
905
|
className="c14"
|
|
906
|
+
data-testid="EmailSignUpInputWrapper"
|
|
903
907
|
>
|
|
904
908
|
<label
|
|
905
909
|
className="c15 c16"
|
|
@@ -922,6 +926,7 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
922
926
|
<input
|
|
923
927
|
aria-required={false}
|
|
924
928
|
className="c21"
|
|
929
|
+
data-testid="EmailSignUpInput"
|
|
925
930
|
id="email-signup"
|
|
926
931
|
name="email"
|
|
927
932
|
onBlur={[Function]}
|
|
@@ -936,9 +941,11 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
936
941
|
</div>
|
|
937
942
|
<div
|
|
938
943
|
className="c22"
|
|
944
|
+
data-testid="EmailSignUpButtonWrapper"
|
|
939
945
|
>
|
|
940
946
|
<button
|
|
941
947
|
className="c23 c24"
|
|
948
|
+
data-testid="Button"
|
|
942
949
|
type="submit"
|
|
943
950
|
>
|
|
944
951
|
<span
|
|
@@ -977,9 +984,11 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
977
984
|
>
|
|
978
985
|
<ul
|
|
979
986
|
className="c27"
|
|
987
|
+
data-testid="SocialIconsList"
|
|
980
988
|
>
|
|
981
989
|
<li
|
|
982
990
|
className="c28"
|
|
991
|
+
data-testid="SocialIcon-facebook"
|
|
983
992
|
>
|
|
984
993
|
<a
|
|
985
994
|
className="c29 c30"
|
|
@@ -998,6 +1007,7 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
998
1007
|
</li>
|
|
999
1008
|
<li
|
|
1000
1009
|
className="c28"
|
|
1010
|
+
data-testid="SocialIcon-instagram"
|
|
1001
1011
|
>
|
|
1002
1012
|
<a
|
|
1003
1013
|
className="c29 c30"
|
|
@@ -1016,6 +1026,7 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
1016
1026
|
</li>
|
|
1017
1027
|
<li
|
|
1018
1028
|
className="c28"
|
|
1029
|
+
data-testid="SocialIcon-x"
|
|
1019
1030
|
>
|
|
1020
1031
|
<a
|
|
1021
1032
|
className="c29 c30"
|
|
@@ -1034,6 +1045,7 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
1034
1045
|
</li>
|
|
1035
1046
|
<li
|
|
1036
1047
|
className="c28"
|
|
1048
|
+
data-testid="SocialIcon-tiktok"
|
|
1037
1049
|
>
|
|
1038
1050
|
<a
|
|
1039
1051
|
className="c29 c30"
|
|
@@ -1052,6 +1064,7 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
1052
1064
|
</li>
|
|
1053
1065
|
<li
|
|
1054
1066
|
className="c28"
|
|
1067
|
+
data-testid="SocialIcon-youtube"
|
|
1055
1068
|
>
|
|
1056
1069
|
<a
|
|
1057
1070
|
className="c29 c30"
|
|
@@ -1157,9 +1170,11 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
1157
1170
|
>
|
|
1158
1171
|
<ul
|
|
1159
1172
|
className="c27"
|
|
1173
|
+
data-testid="SocialIconsList"
|
|
1160
1174
|
>
|
|
1161
1175
|
<li
|
|
1162
1176
|
className="c28"
|
|
1177
|
+
data-testid="SocialIcon-facebook"
|
|
1163
1178
|
>
|
|
1164
1179
|
<a
|
|
1165
1180
|
className="c29 c30"
|
|
@@ -1178,6 +1193,7 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
1178
1193
|
</li>
|
|
1179
1194
|
<li
|
|
1180
1195
|
className="c28"
|
|
1196
|
+
data-testid="SocialIcon-instagram"
|
|
1181
1197
|
>
|
|
1182
1198
|
<a
|
|
1183
1199
|
className="c29 c30"
|
|
@@ -1196,6 +1212,7 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
1196
1212
|
</li>
|
|
1197
1213
|
<li
|
|
1198
1214
|
className="c28"
|
|
1215
|
+
data-testid="SocialIcon-x"
|
|
1199
1216
|
>
|
|
1200
1217
|
<a
|
|
1201
1218
|
className="c29 c30"
|
|
@@ -1214,6 +1231,7 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
1214
1231
|
</li>
|
|
1215
1232
|
<li
|
|
1216
1233
|
className="c28"
|
|
1234
|
+
data-testid="SocialIcon-tiktok"
|
|
1217
1235
|
>
|
|
1218
1236
|
<a
|
|
1219
1237
|
className="c29 c30"
|
|
@@ -1232,6 +1250,7 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
1232
1250
|
</li>
|
|
1233
1251
|
<li
|
|
1234
1252
|
className="c28"
|
|
1253
|
+
data-testid="SocialIcon-youtube"
|
|
1235
1254
|
>
|
|
1236
1255
|
<a
|
|
1237
1256
|
className="c29 c30"
|
|
@@ -1306,6 +1325,11 @@ exports[`does not render copyright text when not supplied 1`] = `
|
|
|
1306
1325
|
`;
|
|
1307
1326
|
|
|
1308
1327
|
exports[`renders correctly 1`] = `
|
|
1328
|
+
.c25 {
|
|
1329
|
+
transform: rotate(0);
|
|
1330
|
+
fill: #FFFFFF;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1309
1333
|
.c23 {
|
|
1310
1334
|
display: inline-flex;
|
|
1311
1335
|
position: relative;
|
|
@@ -1475,7 +1499,6 @@ exports[`renders correctly 1`] = `
|
|
|
1475
1499
|
display: inline;
|
|
1476
1500
|
color: #000000;
|
|
1477
1501
|
font-weight: normal;
|
|
1478
|
-
color: #E52630;
|
|
1479
1502
|
}
|
|
1480
1503
|
|
|
1481
1504
|
.c3:hover,
|
|
@@ -1530,11 +1553,6 @@ exports[`renders correctly 1`] = `
|
|
|
1530
1553
|
width: auto;
|
|
1531
1554
|
}
|
|
1532
1555
|
|
|
1533
|
-
.c25 {
|
|
1534
|
-
transform: rotate(0);
|
|
1535
|
-
fill: #FFFFFF;
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
1556
|
.c10 {
|
|
1539
1557
|
margin-bottom: 1.5rem;
|
|
1540
1558
|
color: #FFFFFF;
|
|
@@ -1867,6 +1885,12 @@ exports[`renders correctly 1`] = `
|
|
|
1867
1885
|
margin-bottom: 0.5rem;
|
|
1868
1886
|
}
|
|
1869
1887
|
|
|
1888
|
+
@media (min-width: 1024px) {
|
|
1889
|
+
.c25 {
|
|
1890
|
+
fill: #FFFFFF;
|
|
1891
|
+
}
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1870
1894
|
@media (min-width: 740px) {
|
|
1871
1895
|
.c23 {
|
|
1872
1896
|
font-size: 1rem;
|
|
@@ -1946,12 +1970,6 @@ exports[`renders correctly 1`] = `
|
|
|
1946
1970
|
}
|
|
1947
1971
|
}
|
|
1948
1972
|
|
|
1949
|
-
@media (min-width: 1024px) {
|
|
1950
|
-
.c25 {
|
|
1951
|
-
fill: #FFFFFF;
|
|
1952
|
-
}
|
|
1953
|
-
}
|
|
1954
|
-
|
|
1955
1973
|
@media (min-width: 740px) {
|
|
1956
1974
|
.c10 {
|
|
1957
1975
|
margin-bottom: 1.5rem;
|
|
@@ -2190,21 +2208,26 @@ exports[`renders correctly 1`] = `
|
|
|
2190
2208
|
>
|
|
2191
2209
|
<div
|
|
2192
2210
|
className="c10"
|
|
2211
|
+
data-testid="EmailSignUpWrapper"
|
|
2193
2212
|
>
|
|
2194
2213
|
<div
|
|
2195
2214
|
className="c11"
|
|
2215
|
+
data-testid="EmailSignUpLabelWrapper"
|
|
2196
2216
|
>
|
|
2197
2217
|
<span
|
|
2198
2218
|
className="c12"
|
|
2219
|
+
data-testid="EmailSignUpLabel"
|
|
2199
2220
|
>
|
|
2200
2221
|
Subscribe to our newsletter
|
|
2201
2222
|
</span>
|
|
2202
2223
|
</div>
|
|
2203
2224
|
<div
|
|
2204
2225
|
className="c13"
|
|
2226
|
+
data-testid="EmailSignUpFormWrapper"
|
|
2205
2227
|
>
|
|
2206
2228
|
<div
|
|
2207
2229
|
className="c14"
|
|
2230
|
+
data-testid="EmailSignUpInputWrapper"
|
|
2208
2231
|
>
|
|
2209
2232
|
<label
|
|
2210
2233
|
className="c15 c16"
|
|
@@ -2227,6 +2250,7 @@ exports[`renders correctly 1`] = `
|
|
|
2227
2250
|
<input
|
|
2228
2251
|
aria-required={false}
|
|
2229
2252
|
className="c21"
|
|
2253
|
+
data-testid="EmailSignUpInput"
|
|
2230
2254
|
id="email-signup"
|
|
2231
2255
|
name="email"
|
|
2232
2256
|
onBlur={[Function]}
|
|
@@ -2241,9 +2265,11 @@ exports[`renders correctly 1`] = `
|
|
|
2241
2265
|
</div>
|
|
2242
2266
|
<div
|
|
2243
2267
|
className="c22"
|
|
2268
|
+
data-testid="EmailSignUpButtonWrapper"
|
|
2244
2269
|
>
|
|
2245
2270
|
<button
|
|
2246
2271
|
className="c23 c24"
|
|
2272
|
+
data-testid="Button"
|
|
2247
2273
|
type="submit"
|
|
2248
2274
|
>
|
|
2249
2275
|
<span
|
|
@@ -2282,9 +2308,11 @@ exports[`renders correctly 1`] = `
|
|
|
2282
2308
|
>
|
|
2283
2309
|
<ul
|
|
2284
2310
|
className="c27"
|
|
2311
|
+
data-testid="SocialIconsList"
|
|
2285
2312
|
>
|
|
2286
2313
|
<li
|
|
2287
2314
|
className="c28"
|
|
2315
|
+
data-testid="SocialIcon-facebook"
|
|
2288
2316
|
>
|
|
2289
2317
|
<a
|
|
2290
2318
|
className="c29 c30"
|
|
@@ -2303,6 +2331,7 @@ exports[`renders correctly 1`] = `
|
|
|
2303
2331
|
</li>
|
|
2304
2332
|
<li
|
|
2305
2333
|
className="c28"
|
|
2334
|
+
data-testid="SocialIcon-instagram"
|
|
2306
2335
|
>
|
|
2307
2336
|
<a
|
|
2308
2337
|
className="c29 c30"
|
|
@@ -2321,6 +2350,7 @@ exports[`renders correctly 1`] = `
|
|
|
2321
2350
|
</li>
|
|
2322
2351
|
<li
|
|
2323
2352
|
className="c28"
|
|
2353
|
+
data-testid="SocialIcon-x"
|
|
2324
2354
|
>
|
|
2325
2355
|
<a
|
|
2326
2356
|
className="c29 c30"
|
|
@@ -2339,6 +2369,7 @@ exports[`renders correctly 1`] = `
|
|
|
2339
2369
|
</li>
|
|
2340
2370
|
<li
|
|
2341
2371
|
className="c28"
|
|
2372
|
+
data-testid="SocialIcon-tiktok"
|
|
2342
2373
|
>
|
|
2343
2374
|
<a
|
|
2344
2375
|
className="c29 c30"
|
|
@@ -2357,6 +2388,7 @@ exports[`renders correctly 1`] = `
|
|
|
2357
2388
|
</li>
|
|
2358
2389
|
<li
|
|
2359
2390
|
className="c28"
|
|
2391
|
+
data-testid="SocialIcon-youtube"
|
|
2360
2392
|
>
|
|
2361
2393
|
<a
|
|
2362
2394
|
className="c29 c30"
|
|
@@ -2462,9 +2494,11 @@ exports[`renders correctly 1`] = `
|
|
|
2462
2494
|
>
|
|
2463
2495
|
<ul
|
|
2464
2496
|
className="c27"
|
|
2497
|
+
data-testid="SocialIconsList"
|
|
2465
2498
|
>
|
|
2466
2499
|
<li
|
|
2467
2500
|
className="c28"
|
|
2501
|
+
data-testid="SocialIcon-facebook"
|
|
2468
2502
|
>
|
|
2469
2503
|
<a
|
|
2470
2504
|
className="c29 c30"
|
|
@@ -2483,6 +2517,7 @@ exports[`renders correctly 1`] = `
|
|
|
2483
2517
|
</li>
|
|
2484
2518
|
<li
|
|
2485
2519
|
className="c28"
|
|
2520
|
+
data-testid="SocialIcon-instagram"
|
|
2486
2521
|
>
|
|
2487
2522
|
<a
|
|
2488
2523
|
className="c29 c30"
|
|
@@ -2501,6 +2536,7 @@ exports[`renders correctly 1`] = `
|
|
|
2501
2536
|
</li>
|
|
2502
2537
|
<li
|
|
2503
2538
|
className="c28"
|
|
2539
|
+
data-testid="SocialIcon-x"
|
|
2504
2540
|
>
|
|
2505
2541
|
<a
|
|
2506
2542
|
className="c29 c30"
|
|
@@ -2519,6 +2555,7 @@ exports[`renders correctly 1`] = `
|
|
|
2519
2555
|
</li>
|
|
2520
2556
|
<li
|
|
2521
2557
|
className="c28"
|
|
2558
|
+
data-testid="SocialIcon-tiktok"
|
|
2522
2559
|
>
|
|
2523
2560
|
<a
|
|
2524
2561
|
className="c29 c30"
|
|
@@ -2537,6 +2574,7 @@ exports[`renders correctly 1`] = `
|
|
|
2537
2574
|
</li>
|
|
2538
2575
|
<li
|
|
2539
2576
|
className="c28"
|
|
2577
|
+
data-testid="SocialIcon-youtube"
|
|
2540
2578
|
>
|
|
2541
2579
|
<a
|
|
2542
2580
|
className="c29 c30"
|
|
@@ -515,11 +515,13 @@ it('renders correctly', () => {
|
|
|
515
515
|
>
|
|
516
516
|
<div
|
|
517
517
|
className="c1 c2"
|
|
518
|
+
data-testid="PictureWrapper"
|
|
518
519
|
>
|
|
519
520
|
<img
|
|
520
521
|
alt="Background image"
|
|
521
522
|
className="c3 lazyload"
|
|
522
523
|
data-src={null}
|
|
524
|
+
data-testid="Picture"
|
|
523
525
|
/>
|
|
524
526
|
</div>
|
|
525
527
|
<div
|
package/src/index.js
CHANGED
|
@@ -13,6 +13,7 @@ export { default as spacing } from './theme/shared/spacing';
|
|
|
13
13
|
export { default as zIndex } from './theme/shared/zIndex';
|
|
14
14
|
|
|
15
15
|
/* Atoms */
|
|
16
|
+
export { default as Arrow } from './components/Atoms/Icons/Arrow';
|
|
16
17
|
export { default as AmbientVideo } from './components/Atoms/AmbientVideo/AmbientVideo';
|
|
17
18
|
export { default as Button } from './components/Atoms/Button/Button';
|
|
18
19
|
export { default as ButtonWithStates } from './components/Atoms/ButtonWithStates/ButtonWithStates';
|
|
@@ -29,6 +30,7 @@ export { default as Link } from './components/Atoms/Link/Link';
|
|
|
29
30
|
export { default as Logo } from './components/Atoms/Logos/Logo';
|
|
30
31
|
export { default as Pagination } from './components/Atoms/Pagination/Pagination';
|
|
31
32
|
export { default as Picture } from './components/Atoms/Picture/Picture';
|
|
33
|
+
export { default as Post } from './components/Atoms/Icons/Post';
|
|
32
34
|
export { default as RadioButton } from './components/Atoms/RadioButton/RadioButton';
|
|
33
35
|
export { default as RichText } from './components/Atoms/RichText/RichText';
|
|
34
36
|
export { default as Select } from './components/Atoms/Select/Select';
|