@comicrelief/component-library 8.44.2 → 8.44.4
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/Checkbox/Checkbox.test.js +10 -4
- package/dist/components/Atoms/ErrorText/__snapshots__/ErrorText.test.js.snap +5 -2
- package/dist/components/Atoms/Input/input.test.js +10 -2
- package/dist/components/Atoms/RadioButton/RadioButton.test.js +10 -4
- package/dist/components/Atoms/Select/__snapshots__/Select.test.js.snap +5 -1
- package/dist/components/Atoms/Text/Text.js +29 -29
- package/dist/components/Atoms/Text/Text.md +70 -69
- package/dist/components/Atoms/Text/__snapshots__/Text.test.js.snap +25 -9
- package/dist/components/Atoms/TextArea/TextArea.test.js +5 -1
- package/dist/components/Atoms/TextInputWithDropdown/__snapshots__/TextInputWithDropdown.test.js.snap +15 -7
- package/dist/components/Molecules/Accordion/__snapshots__/Accordion.test.js.snap +10 -4
- package/dist/components/Molecules/ArticleTeaser/ArticleTeaser.test.js +20 -10
- package/dist/components/Molecules/Banner/__snapshots__/Banner.test.js.snap +5 -2
- package/dist/components/Molecules/Descriptor/Descriptor.test.js +15 -13
- package/dist/components/Molecules/InfoBanner/__snapshots__/InfoBanner.test.js.snap +10 -24
- package/dist/components/Molecules/PartnerLink/PartnerLink.test.js +5 -2
- package/dist/components/Molecules/Promo/Promo.test.js +4 -2
- package/dist/components/Molecules/Promo/__snapshots__/Promo.test.js.snap +24 -6
- package/dist/components/Molecules/SchoolLookup/__snapshots__/SchoolLookup.test.js.snap +5 -1
- package/dist/components/Molecules/SearchInput/SearchInput.test.js +5 -1
- package/dist/components/Molecules/SearchResult/__snapshots__/SearchResult.test.js.snap +45 -18
- package/dist/components/Molecules/SingleMessage/SingleMessage.test.js +4 -2
- package/dist/components/Molecules/SingleMessage/__snapshots__/SingleMessage.test.js.snap +39 -12
- package/dist/components/Molecules/SingleMessageDS/SingleMessageDs.test.js +2 -1
- package/dist/components/Molecules/SingleMessageDS/__snapshots__/SingleMessageDs.test.js.snap +15 -3
- package/dist/components/Molecules/Typeahead/__snapshots__/Typeahead.test.js.snap +5 -1
- package/dist/components/Organisms/CookieBanner/CookieBanner.test.js +5 -2
- package/dist/components/Organisms/Donate/__snapshots__/Donate.test.js.snap +90 -35
- package/dist/components/Organisms/EmailSignUp/__snapshots__/EmailSignUp.test.js.snap +10 -8
- package/dist/components/Organisms/Footer/__snapshots__/Footer.test.js.snap +20 -58
- package/dist/components/Organisms/Header2025/HeaderNav2025/HeaderNavItem2025.js +3 -1
- package/dist/components/Organisms/Membership/Membership.test.js +25 -12
- package/dist/components/Organisms/WYMDCarousel/__snapshots__/WYMDCarousel.test.js.snap +15 -3
- package/package.json +1 -1
- package/src/components/Atoms/Checkbox/Checkbox.test.js +10 -4
- package/src/components/Atoms/ErrorText/__snapshots__/ErrorText.test.js.snap +5 -2
- package/src/components/Atoms/Input/input.test.js +10 -2
- package/src/components/Atoms/RadioButton/RadioButton.test.js +10 -4
- package/src/components/Atoms/Select/__snapshots__/Select.test.js.snap +5 -1
- package/src/components/Atoms/Text/Text.js +25 -19
- package/src/components/Atoms/Text/Text.md +70 -69
- package/src/components/Atoms/Text/__snapshots__/Text.test.js.snap +25 -9
- package/src/components/Atoms/TextArea/TextArea.test.js +5 -1
- package/src/components/Atoms/TextInputWithDropdown/__snapshots__/TextInputWithDropdown.test.js.snap +15 -7
- package/src/components/Molecules/Accordion/__snapshots__/Accordion.test.js.snap +10 -4
- package/src/components/Molecules/ArticleTeaser/ArticleTeaser.test.js +20 -10
- package/src/components/Molecules/Banner/__snapshots__/Banner.test.js.snap +5 -2
- package/src/components/Molecules/Descriptor/Descriptor.test.js +15 -13
- package/src/components/Molecules/InfoBanner/__snapshots__/InfoBanner.test.js.snap +10 -24
- package/src/components/Molecules/PartnerLink/PartnerLink.test.js +5 -2
- package/src/components/Molecules/Promo/Promo.test.js +2 -2
- package/src/components/Molecules/Promo/__snapshots__/Promo.test.js.snap +24 -6
- package/src/components/Molecules/SchoolLookup/__snapshots__/SchoolLookup.test.js.snap +5 -1
- package/src/components/Molecules/SearchInput/SearchInput.test.js +5 -1
- package/src/components/Molecules/SearchResult/__snapshots__/SearchResult.test.js.snap +45 -18
- package/src/components/Molecules/SingleMessage/SingleMessage.test.js +2 -2
- package/src/components/Molecules/SingleMessage/__snapshots__/SingleMessage.test.js.snap +39 -12
- package/src/components/Molecules/SingleMessageDS/SingleMessageDs.test.js +1 -1
- package/src/components/Molecules/SingleMessageDS/__snapshots__/SingleMessageDs.test.js.snap +15 -3
- package/src/components/Molecules/Typeahead/__snapshots__/Typeahead.test.js.snap +5 -1
- package/src/components/Organisms/CookieBanner/CookieBanner.test.js +5 -2
- package/src/components/Organisms/Donate/__snapshots__/Donate.test.js.snap +90 -35
- package/src/components/Organisms/EmailSignUp/__snapshots__/EmailSignUp.test.js.snap +10 -8
- package/src/components/Organisms/Footer/__snapshots__/Footer.test.js.snap +20 -58
- package/src/components/Organisms/Header2025/HeaderNav2025/HeaderNavItem2025.js +1 -1
- package/src/components/Organisms/Membership/Membership.test.js +25 -12
- package/src/components/Organisms/WYMDCarousel/__snapshots__/WYMDCarousel.test.js.snap +15 -3
|
@@ -18,6 +18,11 @@ exports[`renders correctly 1`] = `
|
|
|
18
18
|
line-height: normal;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
+
.c12 span {
|
|
22
|
+
font-size: inherit;
|
|
23
|
+
line-height: inherit;
|
|
24
|
+
}
|
|
25
|
+
|
|
21
26
|
.c15 {
|
|
22
27
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
23
28
|
font-weight: 400;
|
|
@@ -37,6 +42,11 @@ exports[`renders correctly 1`] = `
|
|
|
37
42
|
color: #FFFFFF;
|
|
38
43
|
}
|
|
39
44
|
|
|
45
|
+
.c15 span {
|
|
46
|
+
font-size: inherit;
|
|
47
|
+
line-height: inherit;
|
|
48
|
+
}
|
|
49
|
+
|
|
40
50
|
.c20 {
|
|
41
51
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
42
52
|
font-weight: 400;
|
|
@@ -55,6 +65,11 @@ exports[`renders correctly 1`] = `
|
|
|
55
65
|
color: #FFFFFF;
|
|
56
66
|
}
|
|
57
67
|
|
|
68
|
+
.c20 span {
|
|
69
|
+
font-size: inherit;
|
|
70
|
+
line-height: inherit;
|
|
71
|
+
}
|
|
72
|
+
|
|
58
73
|
.c25 {
|
|
59
74
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
60
75
|
font-weight: 400;
|
|
@@ -73,6 +88,11 @@ exports[`renders correctly 1`] = `
|
|
|
73
88
|
color: #969598;
|
|
74
89
|
}
|
|
75
90
|
|
|
91
|
+
.c25 span {
|
|
92
|
+
font-size: inherit;
|
|
93
|
+
line-height: inherit;
|
|
94
|
+
}
|
|
95
|
+
|
|
76
96
|
.c10 {
|
|
77
97
|
object-fit: cover;
|
|
78
98
|
width: 100%;
|
|
@@ -748,9 +768,7 @@ exports[`renders correctly 1`] = `
|
|
|
748
768
|
>
|
|
749
769
|
<h2
|
|
750
770
|
className="c12"
|
|
751
|
-
color="inherit"
|
|
752
771
|
id="footer-menu"
|
|
753
|
-
size="s"
|
|
754
772
|
>
|
|
755
773
|
Footer navigation
|
|
756
774
|
</h2>
|
|
@@ -764,8 +782,6 @@ exports[`renders correctly 1`] = `
|
|
|
764
782
|
>
|
|
765
783
|
<span
|
|
766
784
|
className="c15"
|
|
767
|
-
color="white"
|
|
768
|
-
size="s"
|
|
769
785
|
>
|
|
770
786
|
Hear from us
|
|
771
787
|
</span>
|
|
@@ -787,8 +803,6 @@ exports[`renders correctly 1`] = `
|
|
|
787
803
|
>
|
|
788
804
|
<span
|
|
789
805
|
className="c20"
|
|
790
|
-
color="white"
|
|
791
|
-
size="s"
|
|
792
806
|
>
|
|
793
807
|
Get the newsletter
|
|
794
808
|
</span>
|
|
@@ -807,8 +821,6 @@ exports[`renders correctly 1`] = `
|
|
|
807
821
|
>
|
|
808
822
|
<span
|
|
809
823
|
className="c20"
|
|
810
|
-
color="white"
|
|
811
|
-
size="s"
|
|
812
824
|
>
|
|
813
825
|
How we contact you
|
|
814
826
|
</span>
|
|
@@ -822,8 +834,6 @@ exports[`renders correctly 1`] = `
|
|
|
822
834
|
>
|
|
823
835
|
<span
|
|
824
836
|
className="c15"
|
|
825
|
-
color="white"
|
|
826
|
-
size="s"
|
|
827
837
|
>
|
|
828
838
|
Get in touch
|
|
829
839
|
</span>
|
|
@@ -845,8 +855,6 @@ exports[`renders correctly 1`] = `
|
|
|
845
855
|
>
|
|
846
856
|
<span
|
|
847
857
|
className="c20"
|
|
848
|
-
color="white"
|
|
849
|
-
size="s"
|
|
850
858
|
>
|
|
851
859
|
Contact us
|
|
852
860
|
</span>
|
|
@@ -865,8 +873,6 @@ exports[`renders correctly 1`] = `
|
|
|
865
873
|
>
|
|
866
874
|
<span
|
|
867
875
|
className="c20"
|
|
868
|
-
color="white"
|
|
869
|
-
size="s"
|
|
870
876
|
>
|
|
871
877
|
Your Gift Aid
|
|
872
878
|
</span>
|
|
@@ -885,8 +891,6 @@ exports[`renders correctly 1`] = `
|
|
|
885
891
|
>
|
|
886
892
|
<span
|
|
887
893
|
className="c20"
|
|
888
|
-
color="white"
|
|
889
|
-
size="s"
|
|
890
894
|
>
|
|
891
895
|
FAQs
|
|
892
896
|
</span>
|
|
@@ -905,8 +909,6 @@ exports[`renders correctly 1`] = `
|
|
|
905
909
|
>
|
|
906
910
|
<span
|
|
907
911
|
className="c20"
|
|
908
|
-
color="white"
|
|
909
|
-
size="s"
|
|
910
912
|
>
|
|
911
913
|
Red Nose Day 2019 FAQs
|
|
912
914
|
</span>
|
|
@@ -920,8 +922,6 @@ exports[`renders correctly 1`] = `
|
|
|
920
922
|
>
|
|
921
923
|
<span
|
|
922
924
|
className="c15"
|
|
923
|
-
color="white"
|
|
924
|
-
size="s"
|
|
925
925
|
>
|
|
926
926
|
About us
|
|
927
927
|
</span>
|
|
@@ -943,8 +943,6 @@ exports[`renders correctly 1`] = `
|
|
|
943
943
|
>
|
|
944
944
|
<span
|
|
945
945
|
className="c20"
|
|
946
|
-
color="white"
|
|
947
|
-
size="s"
|
|
948
946
|
>
|
|
949
947
|
Mission
|
|
950
948
|
</span>
|
|
@@ -963,8 +961,6 @@ exports[`renders correctly 1`] = `
|
|
|
963
961
|
>
|
|
964
962
|
<span
|
|
965
963
|
className="c20"
|
|
966
|
-
color="white"
|
|
967
|
-
size="s"
|
|
968
964
|
>
|
|
969
965
|
Our history
|
|
970
966
|
</span>
|
|
@@ -983,8 +979,6 @@ exports[`renders correctly 1`] = `
|
|
|
983
979
|
>
|
|
984
980
|
<span
|
|
985
981
|
className="c20"
|
|
986
|
-
color="white"
|
|
987
|
-
size="s"
|
|
988
982
|
>
|
|
989
983
|
Finances
|
|
990
984
|
</span>
|
|
@@ -1003,8 +997,6 @@ exports[`renders correctly 1`] = `
|
|
|
1003
997
|
>
|
|
1004
998
|
<span
|
|
1005
999
|
className="c20"
|
|
1006
|
-
color="white"
|
|
1007
|
-
size="s"
|
|
1008
1000
|
>
|
|
1009
1001
|
Partners
|
|
1010
1002
|
</span>
|
|
@@ -1023,8 +1015,6 @@ exports[`renders correctly 1`] = `
|
|
|
1023
1015
|
>
|
|
1024
1016
|
<span
|
|
1025
1017
|
className="c20"
|
|
1026
|
-
color="white"
|
|
1027
|
-
size="s"
|
|
1028
1018
|
>
|
|
1029
1019
|
Meet the team
|
|
1030
1020
|
</span>
|
|
@@ -1043,8 +1033,6 @@ exports[`renders correctly 1`] = `
|
|
|
1043
1033
|
>
|
|
1044
1034
|
<span
|
|
1045
1035
|
className="c20"
|
|
1046
|
-
color="white"
|
|
1047
|
-
size="s"
|
|
1048
1036
|
>
|
|
1049
1037
|
Sport Relief
|
|
1050
1038
|
</span>
|
|
@@ -1058,8 +1046,6 @@ exports[`renders correctly 1`] = `
|
|
|
1058
1046
|
>
|
|
1059
1047
|
<span
|
|
1060
1048
|
className="c15"
|
|
1061
|
-
color="white"
|
|
1062
|
-
size="s"
|
|
1063
1049
|
>
|
|
1064
1050
|
Careers
|
|
1065
1051
|
</span>
|
|
@@ -1081,8 +1067,6 @@ exports[`renders correctly 1`] = `
|
|
|
1081
1067
|
>
|
|
1082
1068
|
<span
|
|
1083
1069
|
className="c20"
|
|
1084
|
-
color="white"
|
|
1085
|
-
size="s"
|
|
1086
1070
|
>
|
|
1087
1071
|
Working at Comic Relief
|
|
1088
1072
|
</span>
|
|
@@ -1101,8 +1085,6 @@ exports[`renders correctly 1`] = `
|
|
|
1101
1085
|
>
|
|
1102
1086
|
<span
|
|
1103
1087
|
className="c20"
|
|
1104
|
-
color="white"
|
|
1105
|
-
size="s"
|
|
1106
1088
|
>
|
|
1107
1089
|
Open roles
|
|
1108
1090
|
</span>
|
|
@@ -1116,8 +1098,6 @@ exports[`renders correctly 1`] = `
|
|
|
1116
1098
|
>
|
|
1117
1099
|
<span
|
|
1118
1100
|
className="c15"
|
|
1119
|
-
color="white"
|
|
1120
|
-
size="s"
|
|
1121
1101
|
>
|
|
1122
1102
|
News
|
|
1123
1103
|
</span>
|
|
@@ -1139,8 +1119,6 @@ exports[`renders correctly 1`] = `
|
|
|
1139
1119
|
>
|
|
1140
1120
|
<span
|
|
1141
1121
|
className="c20"
|
|
1142
|
-
color="white"
|
|
1143
|
-
size="s"
|
|
1144
1122
|
>
|
|
1145
1123
|
News
|
|
1146
1124
|
</span>
|
|
@@ -1159,8 +1137,6 @@ exports[`renders correctly 1`] = `
|
|
|
1159
1137
|
>
|
|
1160
1138
|
<span
|
|
1161
1139
|
className="c20"
|
|
1162
|
-
color="white"
|
|
1163
|
-
size="s"
|
|
1164
1140
|
>
|
|
1165
1141
|
Press area
|
|
1166
1142
|
</span>
|
|
@@ -1174,8 +1150,6 @@ exports[`renders correctly 1`] = `
|
|
|
1174
1150
|
>
|
|
1175
1151
|
<span
|
|
1176
1152
|
className="c15"
|
|
1177
|
-
color="white"
|
|
1178
|
-
size="s"
|
|
1179
1153
|
>
|
|
1180
1154
|
Legal
|
|
1181
1155
|
</span>
|
|
@@ -1197,8 +1171,6 @@ exports[`renders correctly 1`] = `
|
|
|
1197
1171
|
>
|
|
1198
1172
|
<span
|
|
1199
1173
|
className="c20"
|
|
1200
|
-
color="white"
|
|
1201
|
-
size="s"
|
|
1202
1174
|
>
|
|
1203
1175
|
Link comp with both URL and Ref
|
|
1204
1176
|
</span>
|
|
@@ -1217,8 +1189,6 @@ exports[`renders correctly 1`] = `
|
|
|
1217
1189
|
>
|
|
1218
1190
|
<span
|
|
1219
1191
|
className="c20"
|
|
1220
|
-
color="white"
|
|
1221
|
-
size="s"
|
|
1222
1192
|
>
|
|
1223
1193
|
Link comp with only Ref
|
|
1224
1194
|
</span>
|
|
@@ -1237,8 +1207,6 @@ exports[`renders correctly 1`] = `
|
|
|
1237
1207
|
>
|
|
1238
1208
|
<span
|
|
1239
1209
|
className="c20"
|
|
1240
|
-
color="white"
|
|
1241
|
-
size="s"
|
|
1242
1210
|
>
|
|
1243
1211
|
Link comp with only URL
|
|
1244
1212
|
</span>
|
|
@@ -1262,8 +1230,6 @@ exports[`renders correctly 1`] = `
|
|
|
1262
1230
|
>
|
|
1263
1231
|
<span
|
|
1264
1232
|
className="c20"
|
|
1265
|
-
color="white"
|
|
1266
|
-
size="s"
|
|
1267
1233
|
>
|
|
1268
1234
|
Test allowListed external link
|
|
1269
1235
|
</span>
|
|
@@ -1282,8 +1248,6 @@ exports[`renders correctly 1`] = `
|
|
|
1282
1248
|
>
|
|
1283
1249
|
<span
|
|
1284
1250
|
className="c20"
|
|
1285
|
-
color="white"
|
|
1286
|
-
size="s"
|
|
1287
1251
|
>
|
|
1288
1252
|
Test non-allowListed external link
|
|
1289
1253
|
</span>
|
|
@@ -1303,8 +1267,6 @@ exports[`renders correctly 1`] = `
|
|
|
1303
1267
|
>
|
|
1304
1268
|
<p
|
|
1305
1269
|
className="c25"
|
|
1306
|
-
color="grey"
|
|
1307
|
-
size="s"
|
|
1308
1270
|
>
|
|
1309
1271
|
Comic Relief is the trading name of Charity Projects, a registered charity in England and Wales (326568) and Scotland (SC039730), which is a company limited by guarantee registered in England and Wales (01806414). Registered address: 6th Floor, The White Chapel Building, 10 Whitechapel High Street, London, E1 8QS.
|
|
1310
1272
|
</p>
|
|
@@ -43,6 +43,11 @@ it('renders correctly', () => {
|
|
|
43
43
|
font-weight: 800;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
+
.c6 span {
|
|
47
|
+
font-size: inherit;
|
|
48
|
+
line-height: inherit;
|
|
49
|
+
}
|
|
50
|
+
|
|
46
51
|
.c7 {
|
|
47
52
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
48
53
|
font-weight: 400;
|
|
@@ -60,6 +65,11 @@ it('renders correctly', () => {
|
|
|
60
65
|
line-height: normal;
|
|
61
66
|
}
|
|
62
67
|
|
|
68
|
+
.c7 span {
|
|
69
|
+
font-size: inherit;
|
|
70
|
+
line-height: inherit;
|
|
71
|
+
}
|
|
72
|
+
|
|
63
73
|
.c12 {
|
|
64
74
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
65
75
|
font-weight: 700;
|
|
@@ -77,6 +87,11 @@ it('renders correctly', () => {
|
|
|
77
87
|
line-height: normal;
|
|
78
88
|
}
|
|
79
89
|
|
|
90
|
+
.c12 span {
|
|
91
|
+
font-size: inherit;
|
|
92
|
+
line-height: inherit;
|
|
93
|
+
}
|
|
94
|
+
|
|
80
95
|
.c16 {
|
|
81
96
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
82
97
|
font-weight: 400;
|
|
@@ -89,6 +104,11 @@ it('renders correctly', () => {
|
|
|
89
104
|
line-height: 1.25rem;
|
|
90
105
|
}
|
|
91
106
|
|
|
107
|
+
.c16 span {
|
|
108
|
+
font-size: inherit;
|
|
109
|
+
line-height: inherit;
|
|
110
|
+
}
|
|
111
|
+
|
|
92
112
|
.c23 {
|
|
93
113
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
94
114
|
font-weight: 400;
|
|
@@ -107,6 +127,11 @@ it('renders correctly', () => {
|
|
|
107
127
|
font-weight: 500;
|
|
108
128
|
}
|
|
109
129
|
|
|
130
|
+
.c23 span {
|
|
131
|
+
font-size: inherit;
|
|
132
|
+
line-height: inherit;
|
|
133
|
+
}
|
|
134
|
+
|
|
110
135
|
.c1 {
|
|
111
136
|
display: block;
|
|
112
137
|
width: 100%;
|
|
@@ -572,15 +597,11 @@ it('renders correctly', () => {
|
|
|
572
597
|
>
|
|
573
598
|
<h2
|
|
574
599
|
className="c6"
|
|
575
|
-
color="inherit"
|
|
576
|
-
size="l"
|
|
577
600
|
>
|
|
578
601
|
Help someone like Jordan see a better tomorrow
|
|
579
602
|
</h2>
|
|
580
603
|
<p
|
|
581
604
|
className="c7"
|
|
582
|
-
color="inherit"
|
|
583
|
-
size="s"
|
|
584
605
|
>
|
|
585
606
|
Jordan was close to suicide - which is now the biggest killer of men under 45 in the UK. Join now and help save lives.
|
|
586
607
|
</p>
|
|
@@ -600,8 +621,6 @@ it('renders correctly', () => {
|
|
|
600
621
|
>
|
|
601
622
|
<h3
|
|
602
623
|
className="c12"
|
|
603
|
-
color="inherit"
|
|
604
|
-
size="s"
|
|
605
624
|
>
|
|
606
625
|
Choose your monthly donation
|
|
607
626
|
</h3>
|
|
@@ -615,7 +634,6 @@ it('renders correctly', () => {
|
|
|
615
634
|
>
|
|
616
635
|
<span
|
|
617
636
|
className="c16 c17"
|
|
618
|
-
color="inherit"
|
|
619
637
|
dangerouslySetInnerHTML={
|
|
620
638
|
Object {
|
|
621
639
|
"__html": "",
|
|
@@ -652,7 +670,6 @@ it('renders correctly', () => {
|
|
|
652
670
|
>
|
|
653
671
|
<span
|
|
654
672
|
className="c16 c17"
|
|
655
|
-
color="inherit"
|
|
656
673
|
dangerouslySetInnerHTML={
|
|
657
674
|
Object {
|
|
658
675
|
"__html": "",
|
|
@@ -689,7 +706,6 @@ it('renders correctly', () => {
|
|
|
689
706
|
>
|
|
690
707
|
<span
|
|
691
708
|
className="c16 c17"
|
|
692
|
-
color="inherit"
|
|
693
709
|
dangerouslySetInnerHTML={
|
|
694
710
|
Object {
|
|
695
711
|
"__html": "",
|
|
@@ -726,8 +742,6 @@ it('renders correctly', () => {
|
|
|
726
742
|
>
|
|
727
743
|
<span
|
|
728
744
|
className="c23 c24"
|
|
729
|
-
color="inherit"
|
|
730
|
-
size="s"
|
|
731
745
|
>
|
|
732
746
|
Other amount
|
|
733
747
|
</span>
|
|
@@ -737,7 +751,6 @@ it('renders correctly', () => {
|
|
|
737
751
|
>
|
|
738
752
|
<span
|
|
739
753
|
className="c16 c17"
|
|
740
|
-
color="inherit"
|
|
741
754
|
dangerouslySetInnerHTML={
|
|
742
755
|
Object {
|
|
743
756
|
"__html": "£",
|
|
@@ -357,6 +357,11 @@ exports[`renders correctly:
|
|
|
357
357
|
font-weight: bold;
|
|
358
358
|
}
|
|
359
359
|
|
|
360
|
+
.c1 span {
|
|
361
|
+
font-size: inherit;
|
|
362
|
+
line-height: inherit;
|
|
363
|
+
}
|
|
364
|
+
|
|
360
365
|
.c3 {
|
|
361
366
|
font-family: 'Anton',Impact,sans-serif;
|
|
362
367
|
font-weight: 400;
|
|
@@ -376,6 +381,11 @@ exports[`renders correctly:
|
|
|
376
381
|
color: #E52630;
|
|
377
382
|
}
|
|
378
383
|
|
|
384
|
+
.c3 span {
|
|
385
|
+
font-size: inherit;
|
|
386
|
+
line-height: inherit;
|
|
387
|
+
}
|
|
388
|
+
|
|
379
389
|
.c5 {
|
|
380
390
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
381
391
|
font-weight: 400;
|
|
@@ -388,6 +398,11 @@ exports[`renders correctly:
|
|
|
388
398
|
line-height: 1.25rem;
|
|
389
399
|
}
|
|
390
400
|
|
|
401
|
+
.c5 span {
|
|
402
|
+
font-size: inherit;
|
|
403
|
+
line-height: inherit;
|
|
404
|
+
}
|
|
405
|
+
|
|
391
406
|
.c2 {
|
|
392
407
|
width: 75%;
|
|
393
408
|
margin: 0 auto;
|
|
@@ -719,19 +734,16 @@ exports[`renders correctly:
|
|
|
719
734
|
>
|
|
720
735
|
<p
|
|
721
736
|
className="c1 c2"
|
|
722
|
-
color="inherit"
|
|
723
737
|
>
|
|
724
738
|
Over the past two years, we’ve supported
|
|
725
739
|
</p>
|
|
726
740
|
<h1
|
|
727
741
|
className="c3 c4"
|
|
728
|
-
color="red"
|
|
729
742
|
>
|
|
730
743
|
11.7 million people
|
|
731
744
|
</h1>
|
|
732
745
|
<p
|
|
733
746
|
className="c5 c6"
|
|
734
|
-
color="inherit"
|
|
735
747
|
>
|
|
736
748
|
including...
|
|
737
749
|
</p>
|