@comicrelief/component-library 8.49.0 → 8.50.0
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/components/Atoms/Button/Button.style.js +1 -1
- package/dist/components/Atoms/Button/Button.test.js +1 -1
- package/dist/components/Atoms/Link/Link.style.js +1 -1
- package/dist/components/Atoms/Link/Link.test.js +1 -1
- package/dist/components/Molecules/ArticleTeaser/ArticleTeaser.js +0 -1
- package/dist/components/Molecules/ArticleTeaser/ArticleTeaser.test.js +0 -2
- package/dist/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.js +59 -0
- package/{src/components/Molecules → dist/components/Molecules/CTA}/CTAMultiCard/CTAMultiCard.md +4 -4
- package/dist/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.style.js +55 -0
- package/dist/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.test.js +91 -0
- package/dist/components/Molecules/CTA/CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +2931 -0
- package/dist/components/Molecules/CTA/CTAMultiCard/example_data.json +107 -0
- package/dist/components/Molecules/CTA/CTASingleCard/CTASingleCard.js +44 -0
- package/dist/components/Molecules/CTA/CTASingleCard/CTASingleCard.md +124 -0
- package/dist/components/Molecules/CTA/CTASingleCard/CTASingleCard.style.js +23 -0
- package/dist/components/Molecules/CTA/CTASingleCard/CTASingleCard.test.js +96 -0
- package/dist/components/Molecules/CTA/CTASingleCard/__snapshots__/CTASingleCard.test.js.snap +903 -0
- package/dist/components/Molecules/CTA/shared/CTACard.js +67 -0
- package/dist/components/Molecules/CTA/shared/CTACard.style.js +269 -0
- package/dist/components/Molecules/{CTAMultiCard → CTA/shared}/_ArrowIcon.js +1 -1
- package/dist/components/Molecules/CardDs/__snapshots__/CardDs.test.js.snap +2 -2
- package/dist/components/Molecules/Countdown/Countdown.js +4 -8
- package/dist/components/Molecules/Descriptor/Descriptor.js +1 -2
- package/dist/components/Molecules/Descriptor/Descriptor.test.js +0 -2
- package/dist/components/Molecules/InfoBanner/InfoBanner.js +6 -12
- package/dist/components/Molecules/InfoBanner/__snapshots__/InfoBanner.test.js.snap +0 -1
- package/dist/components/Molecules/{CTAMultiCard → OLD_CTAMultiCard}/CTAMultiCard.style.js +11 -11
- package/dist/components/Molecules/OLD_CTAMultiCard/_ArrowIcon.js +29 -0
- package/dist/components/Molecules/{CTAMultiCard → OLD_CTAMultiCard}/__snapshots__/CTAMultiCard.test.js.snap +8 -0
- package/dist/components/Molecules/Promo/__snapshots__/Promo.test.js.snap +2 -2
- package/dist/components/Molecules/SearchResult/SearchResult.js +2 -4
- package/dist/components/Molecules/SearchResult/__snapshots__/SearchResult.test.js.snap +0 -8
- package/dist/components/Molecules/SingleMessage/__snapshots__/SingleMessage.test.js.snap +2 -2
- package/dist/components/Molecules/SingleMessageDS/SingleMessageDs.style.js +1 -1
- package/dist/components/Molecules/SingleMessageDS/__snapshots__/SingleMessageDs.test.js.snap +1 -2
- package/dist/components/Organisms/CookieBanner/CookieBanner.test.js +1 -1
- package/dist/components/Organisms/Donate/Donate.js +1 -2
- package/dist/components/Organisms/Donate/__snapshots__/Donate.test.js.snap +0 -4
- package/dist/components/Organisms/EmailSignUp/_EmailSignUp.js +1 -2
- package/dist/components/Organisms/EmailSignUp/__snapshots__/EmailSignUp.test.js.snap +1 -2
- package/dist/components/Organisms/FooterNew/__snapshots__/FooterNew.test.js.snap +1 -1
- package/dist/components/Organisms/ImpactSlider/ImpactSlider.js +0 -1
- package/dist/components/Organisms/ImpactSlider/_ImpactMoneybuys.js +0 -1
- package/dist/components/Organisms/WYMDCarousel/WYMDCarousel.js +0 -2
- package/dist/components/Organisms/WYMDCarousel/__snapshots__/WYMDCarousel.test.js.snap +0 -1
- package/dist/index.js +8 -1
- package/package.json +1 -1
- package/src/components/Atoms/Button/Button.style.js +1 -1
- package/src/components/Atoms/Button/Button.test.js +1 -1
- package/src/components/Atoms/Link/Link.style.js +1 -1
- package/src/components/Atoms/Link/Link.test.js +1 -1
- package/src/components/Molecules/ArticleTeaser/ArticleTeaser.js +0 -1
- package/src/components/Molecules/ArticleTeaser/ArticleTeaser.test.js +0 -2
- package/src/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.js +99 -0
- package/{dist/components/Molecules → src/components/Molecules/CTA}/CTAMultiCard/CTAMultiCard.md +4 -4
- package/src/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.style.js +68 -0
- package/src/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.test.js +107 -0
- package/src/components/Molecules/CTA/CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +2931 -0
- package/src/components/Molecules/CTA/CTAMultiCard/example_data.json +107 -0
- package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.js +72 -0
- package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.md +124 -0
- package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.style.js +19 -0
- package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.test.js +96 -0
- package/src/components/Molecules/CTA/CTASingleCard/__snapshots__/CTASingleCard.test.js.snap +903 -0
- package/src/components/Molecules/CTA/shared/CTACard.js +115 -0
- package/src/components/Molecules/CTA/shared/CTACard.style.js +356 -0
- package/src/components/Molecules/CardDs/__snapshots__/CardDs.test.js.snap +2 -2
- package/src/components/Molecules/Countdown/Countdown.js +4 -4
- package/src/components/Molecules/Descriptor/Descriptor.js +0 -2
- package/src/components/Molecules/Descriptor/Descriptor.test.js +0 -2
- package/src/components/Molecules/InfoBanner/InfoBanner.js +6 -6
- package/src/components/Molecules/InfoBanner/__snapshots__/InfoBanner.test.js.snap +0 -1
- package/src/components/Molecules/{CTAMultiCard → OLD_CTAMultiCard}/CTAMultiCard.style.js +2 -0
- package/src/components/Molecules/OLD_CTAMultiCard/_ArrowIcon.js +22 -0
- package/src/components/Molecules/{CTAMultiCard → OLD_CTAMultiCard}/__snapshots__/CTAMultiCard.test.js.snap +8 -0
- package/src/components/Molecules/Promo/__snapshots__/Promo.test.js.snap +2 -2
- package/src/components/Molecules/SearchResult/SearchResult.js +2 -2
- package/src/components/Molecules/SearchResult/__snapshots__/SearchResult.test.js.snap +0 -8
- package/src/components/Molecules/SingleMessage/__snapshots__/SingleMessage.test.js.snap +2 -2
- package/src/components/Molecules/SingleMessageDS/SingleMessageDs.style.js +0 -1
- package/src/components/Molecules/SingleMessageDS/__snapshots__/SingleMessageDs.test.js.snap +1 -2
- package/src/components/Organisms/CookieBanner/CookieBanner.test.js +1 -1
- package/src/components/Organisms/Donate/Donate.js +1 -1
- package/src/components/Organisms/Donate/__snapshots__/Donate.test.js.snap +0 -4
- package/src/components/Organisms/EmailSignUp/_EmailSignUp.js +1 -1
- package/src/components/Organisms/EmailSignUp/__snapshots__/EmailSignUp.test.js.snap +1 -2
- package/src/components/Organisms/FooterNew/__snapshots__/FooterNew.test.js.snap +1 -1
- package/src/components/Organisms/ImpactSlider/ImpactSlider.js +1 -1
- package/src/components/Organisms/ImpactSlider/_ImpactMoneybuys.js +1 -1
- package/src/components/Organisms/WYMDCarousel/WYMDCarousel.js +2 -2
- package/src/components/Organisms/WYMDCarousel/__snapshots__/WYMDCarousel.test.js.snap +0 -1
- package/src/index.js +2 -1
- /package/dist/components/Molecules/{CTAMultiCard → OLD_CTAMultiCard}/CTAMultiCard.js +0 -0
- /package/dist/components/Molecules/{CTAMultiCard → OLD_CTAMultiCard}/CTAMultiCard.test.js +0 -0
- /package/dist/components/Molecules/{CTAMultiCard → OLD_CTAMultiCard}/SingleCard.js +0 -0
- /package/dist/components/Molecules/{CTAMultiCard → OLD_CTAMultiCard}/example_data.json +0 -0
- /package/src/components/Molecules/{CTAMultiCard → CTA/shared}/_ArrowIcon.js +0 -0
- /package/src/components/Molecules/{CTAMultiCard → OLD_CTAMultiCard}/CTAMultiCard.js +0 -0
- /package/src/components/Molecules/{CTAMultiCard → OLD_CTAMultiCard}/CTAMultiCard.test.js +0 -0
- /package/src/components/Molecules/{CTAMultiCard → OLD_CTAMultiCard}/SingleCard.js +0 -0
- /package/src/components/Molecules/{CTAMultiCard → OLD_CTAMultiCard}/example_data.json +0 -0
|
@@ -317,6 +317,7 @@ exports[`handles data structure correctly 1`] = `
|
|
|
317
317
|
-ms-flex-preferred-size: calc(50% - 1rem);
|
|
318
318
|
flex-basis: calc(50% - 1rem);
|
|
319
319
|
max-width: 564px;
|
|
320
|
+
height: 100%;
|
|
320
321
|
-webkit-align-self: stretch;
|
|
321
322
|
-ms-flex-item-align: stretch;
|
|
322
323
|
align-self: stretch;
|
|
@@ -329,6 +330,7 @@ exports[`handles data structure correctly 1`] = `
|
|
|
329
330
|
-ms-flex-preferred-size: unset;
|
|
330
331
|
flex-basis: unset;
|
|
331
332
|
max-width: 564px;
|
|
333
|
+
height: 100%;
|
|
332
334
|
-webkit-align-self: stretch;
|
|
333
335
|
-ms-flex-item-align: stretch;
|
|
334
336
|
align-self: stretch;
|
|
@@ -869,6 +871,7 @@ exports[`renders 2 columns layout correctly 1`] = `
|
|
|
869
871
|
-ms-flex-preferred-size: calc(50% - 1rem);
|
|
870
872
|
flex-basis: calc(50% - 1rem);
|
|
871
873
|
max-width: 564px;
|
|
874
|
+
height: 100%;
|
|
872
875
|
-webkit-align-self: stretch;
|
|
873
876
|
-ms-flex-item-align: stretch;
|
|
874
877
|
align-self: stretch;
|
|
@@ -881,6 +884,7 @@ exports[`renders 2 columns layout correctly 1`] = `
|
|
|
881
884
|
-ms-flex-preferred-size: unset;
|
|
882
885
|
flex-basis: unset;
|
|
883
886
|
max-width: 564px;
|
|
887
|
+
height: 100%;
|
|
884
888
|
-webkit-align-self: stretch;
|
|
885
889
|
-ms-flex-item-align: stretch;
|
|
886
890
|
align-self: stretch;
|
|
@@ -1472,6 +1476,7 @@ exports[`renders carousel mode correctly 1`] = `
|
|
|
1472
1476
|
-ms-flex-preferred-size: calc(50% - 1rem);
|
|
1473
1477
|
flex-basis: calc(50% - 1rem);
|
|
1474
1478
|
max-width: 564px;
|
|
1479
|
+
height: 100%;
|
|
1475
1480
|
-webkit-align-self: stretch;
|
|
1476
1481
|
-ms-flex-item-align: stretch;
|
|
1477
1482
|
align-self: stretch;
|
|
@@ -1484,6 +1489,7 @@ exports[`renders carousel mode correctly 1`] = `
|
|
|
1484
1489
|
-ms-flex-preferred-size: unset;
|
|
1485
1490
|
flex-basis: unset;
|
|
1486
1491
|
max-width: 564px;
|
|
1492
|
+
height: 100%;
|
|
1487
1493
|
-webkit-align-self: stretch;
|
|
1488
1494
|
-ms-flex-item-align: stretch;
|
|
1489
1495
|
align-self: stretch;
|
|
@@ -2038,6 +2044,7 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
2038
2044
|
-ms-flex-preferred-size: calc(50% - 1rem);
|
|
2039
2045
|
flex-basis: calc(50% - 1rem);
|
|
2040
2046
|
max-width: 564px;
|
|
2047
|
+
height: 100%;
|
|
2041
2048
|
-webkit-align-self: stretch;
|
|
2042
2049
|
-ms-flex-item-align: stretch;
|
|
2043
2050
|
align-self: stretch;
|
|
@@ -2050,6 +2057,7 @@ exports[`renders correctly with data prop 1`] = `
|
|
|
2050
2057
|
-ms-flex-preferred-size: unset;
|
|
2051
2058
|
flex-basis: unset;
|
|
2052
2059
|
max-width: 564px;
|
|
2060
|
+
height: 100%;
|
|
2053
2061
|
-webkit-align-self: stretch;
|
|
2054
2062
|
-ms-flex-item-align: stretch;
|
|
2055
2063
|
align-self: stretch;
|
|
@@ -76,7 +76,7 @@ exports[`renders Promo correctly 1`] = `
|
|
|
76
76
|
text-decoration: none;
|
|
77
77
|
-webkit-transition: all 0.2s;
|
|
78
78
|
transition: all 0.2s;
|
|
79
|
-
|
|
79
|
+
height: 2.5rem;
|
|
80
80
|
width: 100%;
|
|
81
81
|
-webkit-box-pack: center;
|
|
82
82
|
-webkit-justify-content: center;
|
|
@@ -426,7 +426,7 @@ exports[`renders Promo correctly end position 1`] = `
|
|
|
426
426
|
text-decoration: none;
|
|
427
427
|
-webkit-transition: all 0.2s;
|
|
428
428
|
transition: all 0.2s;
|
|
429
|
-
|
|
429
|
+
height: 2.5rem;
|
|
430
430
|
width: 100%;
|
|
431
431
|
-webkit-box-pack: center;
|
|
432
432
|
-webkit-justify-content: center;
|
|
@@ -84,10 +84,10 @@ const SearchResult = ({
|
|
|
84
84
|
/>
|
|
85
85
|
</ImageWrapper>
|
|
86
86
|
<CopyWrapper>
|
|
87
|
-
<Text size="xs"
|
|
87
|
+
<Text size="xs">
|
|
88
88
|
{`${type ? ` ${type} |` : ''} ${date}`}
|
|
89
89
|
</Text>
|
|
90
|
-
<Title size="xl" tag="h3"
|
|
90
|
+
<Title size="xl" tag="h3">
|
|
91
91
|
{title}
|
|
92
92
|
</Title>
|
|
93
93
|
{copy && (
|
|
@@ -16,7 +16,6 @@ exports[`renders correctly in minimalist form 1`] = `
|
|
|
16
16
|
.c7 {
|
|
17
17
|
font-size: 0.75rem;
|
|
18
18
|
line-height: normal;
|
|
19
|
-
text-transform: uppercase;
|
|
20
19
|
}
|
|
21
20
|
|
|
22
21
|
.c7 span {
|
|
@@ -39,7 +38,6 @@ exports[`renders correctly in minimalist form 1`] = `
|
|
|
39
38
|
.c8 {
|
|
40
39
|
font-size: 2rem;
|
|
41
40
|
line-height: normal;
|
|
42
|
-
text-transform: uppercase;
|
|
43
41
|
}
|
|
44
42
|
|
|
45
43
|
.c8 span {
|
|
@@ -236,7 +234,6 @@ exports[`renders correctly with copy 1`] = `
|
|
|
236
234
|
.c7 {
|
|
237
235
|
font-size: 0.75rem;
|
|
238
236
|
line-height: normal;
|
|
239
|
-
text-transform: uppercase;
|
|
240
237
|
}
|
|
241
238
|
|
|
242
239
|
.c7 span {
|
|
@@ -259,7 +256,6 @@ exports[`renders correctly with copy 1`] = `
|
|
|
259
256
|
.c8 {
|
|
260
257
|
font-size: 2rem;
|
|
261
258
|
line-height: normal;
|
|
262
|
-
text-transform: uppercase;
|
|
263
259
|
}
|
|
264
260
|
|
|
265
261
|
.c8 span {
|
|
@@ -496,7 +492,6 @@ exports[`renders correctly with date 1`] = `
|
|
|
496
492
|
.c7 {
|
|
497
493
|
font-size: 0.75rem;
|
|
498
494
|
line-height: normal;
|
|
499
|
-
text-transform: uppercase;
|
|
500
495
|
}
|
|
501
496
|
|
|
502
497
|
.c7 span {
|
|
@@ -519,7 +514,6 @@ exports[`renders correctly with date 1`] = `
|
|
|
519
514
|
.c8 {
|
|
520
515
|
font-size: 2rem;
|
|
521
516
|
line-height: normal;
|
|
522
|
-
text-transform: uppercase;
|
|
523
517
|
}
|
|
524
518
|
|
|
525
519
|
.c8 span {
|
|
@@ -716,7 +710,6 @@ exports[`renders correctly with date and type 1`] = `
|
|
|
716
710
|
.c7 {
|
|
717
711
|
font-size: 0.75rem;
|
|
718
712
|
line-height: normal;
|
|
719
|
-
text-transform: uppercase;
|
|
720
713
|
}
|
|
721
714
|
|
|
722
715
|
.c7 span {
|
|
@@ -739,7 +732,6 @@ exports[`renders correctly with date and type 1`] = `
|
|
|
739
732
|
.c8 {
|
|
740
733
|
font-size: 2rem;
|
|
741
734
|
line-height: normal;
|
|
742
|
-
text-transform: uppercase;
|
|
743
735
|
}
|
|
744
736
|
|
|
745
737
|
.c8 span {
|
|
@@ -268,7 +268,7 @@ exports[`renders Single Message with Image correctly 1`] = `
|
|
|
268
268
|
text-decoration: none;
|
|
269
269
|
-webkit-transition: all 0.2s;
|
|
270
270
|
transition: all 0.2s;
|
|
271
|
-
|
|
271
|
+
height: 2.5rem;
|
|
272
272
|
width: 100%;
|
|
273
273
|
-webkit-box-pack: center;
|
|
274
274
|
-webkit-justify-content: center;
|
|
@@ -829,7 +829,7 @@ exports[`renders Single Message with full width correctly 1`] = `
|
|
|
829
829
|
text-decoration: none;
|
|
830
830
|
-webkit-transition: all 0.2s;
|
|
831
831
|
transition: all 0.2s;
|
|
832
|
-
|
|
832
|
+
height: 2.5rem;
|
|
833
833
|
width: 100%;
|
|
834
834
|
-webkit-box-pack: center;
|
|
835
835
|
-webkit-justify-content: center;
|
|
@@ -84,7 +84,7 @@ exports[`renders correctly 1`] = `
|
|
|
84
84
|
text-decoration: none;
|
|
85
85
|
-webkit-transition: all 0.2s;
|
|
86
86
|
transition: all 0.2s;
|
|
87
|
-
|
|
87
|
+
height: 2.5rem;
|
|
88
88
|
width: 100%;
|
|
89
89
|
-webkit-box-pack: center;
|
|
90
90
|
-webkit-justify-content: center;
|
|
@@ -149,7 +149,6 @@ exports[`renders correctly 1`] = `
|
|
|
149
149
|
-moz-letter-spacing: 0.03em;
|
|
150
150
|
-ms-letter-spacing: 0.03em;
|
|
151
151
|
letter-spacing: 0.03em;
|
|
152
|
-
text-transform: uppercase;
|
|
153
152
|
}
|
|
154
153
|
|
|
155
154
|
.c2 {
|
|
@@ -18,7 +18,6 @@ exports[`"Single Giving, No Money Buys, with overridden manual input value" rend
|
|
|
18
18
|
line-height: normal;
|
|
19
19
|
font-family: 'Anton',Impact,sans-serif;
|
|
20
20
|
font-weight: normal;
|
|
21
|
-
text-transform: uppercase;
|
|
22
21
|
color: #FFFFFF;
|
|
23
22
|
}
|
|
24
23
|
|
|
@@ -821,7 +820,6 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
821
820
|
line-height: normal;
|
|
822
821
|
font-family: 'Anton',Impact,sans-serif;
|
|
823
822
|
font-weight: normal;
|
|
824
|
-
text-transform: uppercase;
|
|
825
823
|
color: #FFFFFF;
|
|
826
824
|
}
|
|
827
825
|
|
|
@@ -1626,7 +1624,6 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1626
1624
|
line-height: normal;
|
|
1627
1625
|
font-family: 'Anton',Impact,sans-serif;
|
|
1628
1626
|
font-weight: normal;
|
|
1629
|
-
text-transform: uppercase;
|
|
1630
1627
|
color: #FFFFFF;
|
|
1631
1628
|
}
|
|
1632
1629
|
|
|
@@ -2520,7 +2517,6 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
|
|
|
2520
2517
|
line-height: normal;
|
|
2521
2518
|
font-family: 'Anton',Impact,sans-serif;
|
|
2522
2519
|
font-weight: normal;
|
|
2523
|
-
text-transform: uppercase;
|
|
2524
2520
|
color: #FFFFFF;
|
|
2525
2521
|
}
|
|
2526
2522
|
|
|
@@ -18,7 +18,6 @@ exports[`renders correctly 1`] = `
|
|
|
18
18
|
line-height: normal;
|
|
19
19
|
font-family: 'Anton',Impact,sans-serif;
|
|
20
20
|
font-weight: 400;
|
|
21
|
-
text-transform: uppercase;
|
|
22
21
|
}
|
|
23
22
|
|
|
24
23
|
.c1 span {
|
|
@@ -53,7 +52,7 @@ exports[`renders correctly 1`] = `
|
|
|
53
52
|
text-decoration: none;
|
|
54
53
|
-webkit-transition: all 0.2s;
|
|
55
54
|
transition: all 0.2s;
|
|
56
|
-
|
|
55
|
+
height: 2.5rem;
|
|
57
56
|
width: 100%;
|
|
58
57
|
-webkit-box-pack: center;
|
|
59
58
|
-webkit-justify-content: center;
|
|
@@ -30,7 +30,7 @@ const ImpactSlider = ({
|
|
|
30
30
|
return (
|
|
31
31
|
<OuterWrapper backgroundColour={backgroundColour} id={rowID}>
|
|
32
32
|
<InnerWrapper>
|
|
33
|
-
<Text tag="h1" family="Anton"
|
|
33
|
+
<Text tag="h1" family="Anton" weight="normal" size="xl">{heading}</Text>
|
|
34
34
|
<Copy>
|
|
35
35
|
{children}
|
|
36
36
|
</Copy>
|
|
@@ -15,7 +15,7 @@ const Moneybuys = ({ items, currentAmount, opacityAnimation }) => (
|
|
|
15
15
|
<Fragment key={item.poundsPerItem}>
|
|
16
16
|
<Moneybuy isInactive={isInactive} data-testid={`impact-slider--moneybuy-${index + 1}`}>
|
|
17
17
|
<MoneybuyImage imageURL={item.imageURL} />
|
|
18
|
-
<MoneybuyAmount tag="p" family="Anton"
|
|
18
|
+
<MoneybuyAmount tag="p" family="Anton" weight="normal" size="xl" data-testid="moneybuy-amount">{thisAmount}</MoneybuyAmount>
|
|
19
19
|
<MoneybuyDescription tag="p" size="s" data-testid="moneybuy-description">{item.description}</MoneybuyDescription>
|
|
20
20
|
</Moneybuy>
|
|
21
21
|
{ index < (items.length - 1) && (
|
|
@@ -67,7 +67,7 @@ const WYMDCarousel = ({ data, data: { autoPlay, contentful_id: thisID } }) => {
|
|
|
67
67
|
{ data.headerCopy}
|
|
68
68
|
</Heading>
|
|
69
69
|
|
|
70
|
-
<PeopleHelpedText tag="h1" family="Anton"
|
|
70
|
+
<PeopleHelpedText tag="h1" family="Anton" weight="normal" color="red">
|
|
71
71
|
{ data.peopleHelpedText}
|
|
72
72
|
</PeopleHelpedText>
|
|
73
73
|
|
|
@@ -111,7 +111,7 @@ const WYMDCarousel = ({ data, data: { autoPlay, contentful_id: thisID } }) => {
|
|
|
111
111
|
|
|
112
112
|
<div className="all-text-wrapper">
|
|
113
113
|
<AmountWrapper>
|
|
114
|
-
<Text tag="h1" family="Anton"
|
|
114
|
+
<Text tag="h1" family="Anton" weight="normal" size="s">
|
|
115
115
|
{theseItems[key].amount}
|
|
116
116
|
</Text>
|
|
117
117
|
</AmountWrapper>
|
package/src/index.js
CHANGED
|
@@ -38,7 +38,8 @@ export { default as InfoBanner } from './components/Molecules/InfoBanner/InfoBan
|
|
|
38
38
|
export { default as SingleMessage } from './components/Molecules/SingleMessage/SingleMessage';
|
|
39
39
|
export { default as Card } from './components/Molecules/Card/Card';
|
|
40
40
|
export { default as CardDs } from './components/Molecules/CardDs/CardDs';
|
|
41
|
-
export { default as CTAMultiCard } from './components/Molecules/CTAMultiCard/CTAMultiCard';
|
|
41
|
+
export { default as CTAMultiCard } from './components/Molecules/CTA/CTAMultiCard/CTAMultiCard';
|
|
42
|
+
export { default as CTASingleCard } from './components/Molecules/CTA/CTASingleCard/CTASingleCard';
|
|
42
43
|
export { default as Box } from './components/Molecules/Box/Box';
|
|
43
44
|
export { default as ArticleTeaser } from './components/Molecules/ArticleTeaser/ArticleTeaser';
|
|
44
45
|
export { default as Header } from './components/Organisms/Header/Header';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|