@comicrelief/component-library 7.24.2 → 7.26.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/Organisms/Donate/Donate.js +12 -3
- package/dist/components/Organisms/Donate/Donate.md +140 -0
- package/dist/components/Organisms/Donate/Form/Form.js +44 -19
- package/dist/components/Organisms/Donate/GivingSelector/GivingSelector.js +3 -0
- package/dist/components/Organisms/Donate/__snapshots__/Donate.test.js.snap +84 -300
- package/dist/components/Organisms/Donate/dev-data/data-monthly.js +22 -0
- package/package.json +1 -1
- package/src/components/Organisms/Donate/Donate.js +15 -3
- package/src/components/Organisms/Donate/Donate.md +140 -0
- package/src/components/Organisms/Donate/Form/Form.js +60 -25
- package/src/components/Organisms/Donate/GivingSelector/GivingSelector.js +5 -1
- package/src/components/Organisms/Donate/__snapshots__/Donate.test.js.snap +84 -300
- package/src/components/Organisms/Donate/dev-data/data-monthly.js +23 -0
|
@@ -325,7 +325,7 @@ exports[`"Single Giving, No Money Buys, with overridden manual input value" rend
|
|
|
325
325
|
box-shadow: inset 0 0 0 4px #0565D1;
|
|
326
326
|
}
|
|
327
327
|
|
|
328
|
-
.
|
|
328
|
+
.c10 {
|
|
329
329
|
font-size: 1rem;
|
|
330
330
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
331
331
|
font-weight: bold;
|
|
@@ -349,22 +349,22 @@ exports[`"Single Giving, No Money Buys, with overridden manual input value" rend
|
|
|
349
349
|
-webkit-transition: color 0.15s ease-out;
|
|
350
350
|
transition: color 0.15s ease-out;
|
|
351
351
|
z-index: 2;
|
|
352
|
-
cursor:
|
|
352
|
+
cursor: pointer;
|
|
353
353
|
border-radius: 2rem;
|
|
354
|
-
color: #
|
|
354
|
+
color: #000000;
|
|
355
355
|
}
|
|
356
356
|
|
|
357
|
-
.
|
|
357
|
+
.c10:active:focus {
|
|
358
358
|
box-shadow: none;
|
|
359
359
|
}
|
|
360
360
|
|
|
361
|
-
.
|
|
361
|
+
.c10:focus {
|
|
362
362
|
border: none;
|
|
363
363
|
outline: none;
|
|
364
364
|
box-shadow: inset 0 0 0 4px #0565D1;
|
|
365
365
|
}
|
|
366
366
|
|
|
367
|
-
.
|
|
367
|
+
.c9 {
|
|
368
368
|
font-size: 1rem;
|
|
369
369
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
370
370
|
font-weight: bold;
|
|
@@ -388,16 +388,16 @@ exports[`"Single Giving, No Money Buys, with overridden manual input value" rend
|
|
|
388
388
|
-webkit-transition: color 0.15s ease-out;
|
|
389
389
|
transition: color 0.15s ease-out;
|
|
390
390
|
z-index: 2;
|
|
391
|
-
cursor:
|
|
391
|
+
cursor: default;
|
|
392
392
|
border-radius: 2rem;
|
|
393
|
-
color: #
|
|
393
|
+
color: #FFFFFF;
|
|
394
394
|
}
|
|
395
395
|
|
|
396
|
-
.
|
|
396
|
+
.c9:active:focus {
|
|
397
397
|
box-shadow: none;
|
|
398
398
|
}
|
|
399
399
|
|
|
400
|
-
.
|
|
400
|
+
.c9:focus {
|
|
401
401
|
border: none;
|
|
402
402
|
outline: none;
|
|
403
403
|
box-shadow: inset 0 0 0 4px #0565D1;
|
|
@@ -673,7 +673,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
673
673
|
font-size: 1rem;
|
|
674
674
|
}
|
|
675
675
|
|
|
676
|
-
.
|
|
676
|
+
.c15 {
|
|
677
677
|
font-size: 1.5rem;
|
|
678
678
|
line-height: 1.5rem;
|
|
679
679
|
text-transform: inherit;
|
|
@@ -682,25 +682,25 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
682
682
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
683
683
|
}
|
|
684
684
|
|
|
685
|
-
.
|
|
685
|
+
.c17 {
|
|
686
686
|
font-size: 1rem;
|
|
687
687
|
line-height: 1rem;
|
|
688
688
|
text-transform: inherit;
|
|
689
|
-
font-weight:
|
|
689
|
+
font-weight: 500;
|
|
690
690
|
line-height: normal;
|
|
691
691
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
692
692
|
}
|
|
693
693
|
|
|
694
|
-
.
|
|
694
|
+
.c21 {
|
|
695
695
|
font-size: 1rem;
|
|
696
696
|
line-height: 1rem;
|
|
697
697
|
text-transform: inherit;
|
|
698
|
-
font-weight:
|
|
698
|
+
font-weight: bold;
|
|
699
699
|
line-height: normal;
|
|
700
700
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
701
701
|
}
|
|
702
702
|
|
|
703
|
-
.
|
|
703
|
+
.c19 {
|
|
704
704
|
position: relative;
|
|
705
705
|
display: -webkit-box;
|
|
706
706
|
display: -webkit-flex;
|
|
@@ -713,11 +713,11 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
713
713
|
width: 100%;
|
|
714
714
|
}
|
|
715
715
|
|
|
716
|
-
.
|
|
716
|
+
.c22 {
|
|
717
717
|
margin-bottom: 0.5rem;
|
|
718
718
|
}
|
|
719
719
|
|
|
720
|
-
.
|
|
720
|
+
.c24 {
|
|
721
721
|
position: relative;
|
|
722
722
|
box-sizing: border-box;
|
|
723
723
|
width: 100%;
|
|
@@ -737,41 +737,15 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
737
737
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
738
738
|
}
|
|
739
739
|
|
|
740
|
-
.
|
|
740
|
+
.c24:focus {
|
|
741
741
|
border: 1px solid #666;
|
|
742
742
|
}
|
|
743
743
|
|
|
744
|
-
.
|
|
744
|
+
.c23 {
|
|
745
745
|
position: relative;
|
|
746
746
|
font-size: 1.25rem;
|
|
747
747
|
}
|
|
748
748
|
|
|
749
|
-
.c19 {
|
|
750
|
-
display: block;
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
.c19 input {
|
|
754
|
-
border: none;
|
|
755
|
-
background-color: #BECCF9;
|
|
756
|
-
color: #000000;
|
|
757
|
-
font-size: 1.5rem;
|
|
758
|
-
font-family: 'Anton',Impact,sans-serif;
|
|
759
|
-
font-weight: normal;
|
|
760
|
-
border-radius: 10px;
|
|
761
|
-
box-shadow: 0px 0px 16px rgba(0,0,0,0.15);
|
|
762
|
-
height: auto;
|
|
763
|
-
}
|
|
764
|
-
|
|
765
|
-
.c19 input:focus {
|
|
766
|
-
border: none;
|
|
767
|
-
outline: none;
|
|
768
|
-
box-shadow: inset 0 0 0 4px #0565D1;
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
.c19 input:active:focus {
|
|
772
|
-
box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
|
|
773
|
-
}
|
|
774
|
-
|
|
775
749
|
.c0 {
|
|
776
750
|
position: relative;
|
|
777
751
|
display: -webkit-box;
|
|
@@ -826,7 +800,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
826
800
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
827
801
|
}
|
|
828
802
|
|
|
829
|
-
.
|
|
803
|
+
.c12 {
|
|
830
804
|
position: relative;
|
|
831
805
|
width: 100%;
|
|
832
806
|
background-color: #FFFFFF;
|
|
@@ -835,64 +809,37 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
835
809
|
margin-top: 1rem;
|
|
836
810
|
}
|
|
837
811
|
|
|
838
|
-
.
|
|
812
|
+
.c12 h3 {
|
|
839
813
|
margin-top: 1rem;
|
|
840
814
|
}
|
|
841
815
|
|
|
842
|
-
.
|
|
816
|
+
.c12 input {
|
|
843
817
|
max-width: 100%;
|
|
844
818
|
margin: 0;
|
|
845
819
|
}
|
|
846
820
|
|
|
847
|
-
.
|
|
821
|
+
.c12 input[type='submit'] {
|
|
848
822
|
margin: 2rem 0;
|
|
849
823
|
}
|
|
850
824
|
|
|
851
|
-
.
|
|
825
|
+
.c13 {
|
|
852
826
|
padding: 0 1rem 1rem;
|
|
853
827
|
margin: 0;
|
|
854
828
|
border: none;
|
|
855
829
|
}
|
|
856
830
|
|
|
857
|
-
.
|
|
831
|
+
.c13 input[type='submit'] {
|
|
858
832
|
margin-bottom: 0;
|
|
859
833
|
}
|
|
860
834
|
|
|
861
|
-
.
|
|
835
|
+
.c14 {
|
|
862
836
|
margin: 0;
|
|
863
837
|
padding: 2rem 0.5rem;
|
|
864
838
|
display: block;
|
|
865
839
|
width: 100%;
|
|
866
840
|
}
|
|
867
841
|
|
|
868
|
-
.
|
|
869
|
-
display: -webkit-box;
|
|
870
|
-
display: -webkit-flex;
|
|
871
|
-
display: -ms-flexbox;
|
|
872
|
-
display: flex;
|
|
873
|
-
-webkit-box-pack: justify;
|
|
874
|
-
-webkit-justify-content: space-between;
|
|
875
|
-
-ms-flex-pack: justify;
|
|
876
|
-
justify-content: space-between;
|
|
877
|
-
-webkit-flex-direction: column;
|
|
878
|
-
-ms-flex-direction: column;
|
|
879
|
-
flex-direction: column;
|
|
880
|
-
margin-bottom: 2rem;
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
.c17 label {
|
|
884
|
-
-webkit-flex: 0 0 30%;
|
|
885
|
-
-ms-flex: 0 0 30%;
|
|
886
|
-
flex: 0 0 30%;
|
|
887
|
-
margin-bottom: 0.5rem;
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
.c17 label input {
|
|
891
|
-
cursor: pointer;
|
|
892
|
-
padding: 1.5rem 0.5rem;
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
.c24 {
|
|
842
|
+
.c16 {
|
|
896
843
|
display: -webkit-box;
|
|
897
844
|
display: -webkit-flex;
|
|
898
845
|
display: -ms-flexbox;
|
|
@@ -907,11 +854,11 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
907
854
|
justify-content: center;
|
|
908
855
|
}
|
|
909
856
|
|
|
910
|
-
.
|
|
857
|
+
.c18 {
|
|
911
858
|
margin-right: 0.5rem;
|
|
912
859
|
}
|
|
913
860
|
|
|
914
|
-
.
|
|
861
|
+
.c20 {
|
|
915
862
|
position: relative;
|
|
916
863
|
-webkit-flex-basis: 50%;
|
|
917
864
|
-ms-flex-preferred-size: 50%;
|
|
@@ -927,7 +874,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
927
874
|
display: block;
|
|
928
875
|
}
|
|
929
876
|
|
|
930
|
-
.
|
|
877
|
+
.c20 span {
|
|
931
878
|
position: absolute;
|
|
932
879
|
font-size: 20px;
|
|
933
880
|
top: 50%;
|
|
@@ -940,7 +887,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
940
887
|
z-index: 3;
|
|
941
888
|
}
|
|
942
889
|
|
|
943
|
-
.
|
|
890
|
+
.c20 input {
|
|
944
891
|
height: 48px;
|
|
945
892
|
border: 2px solid #969598;
|
|
946
893
|
background: #F4F3F5;
|
|
@@ -948,17 +895,17 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
948
895
|
padding: 0.5rem 1rem 0.5rem 2rem;
|
|
949
896
|
}
|
|
950
897
|
|
|
951
|
-
.
|
|
898
|
+
.c20 input:focus {
|
|
952
899
|
outline: none;
|
|
953
900
|
border: 2px solid #969598;
|
|
954
901
|
}
|
|
955
902
|
|
|
956
|
-
.
|
|
903
|
+
.c25 {
|
|
957
904
|
line-height: 1.5;
|
|
958
905
|
margin-top: 2rem;
|
|
959
906
|
}
|
|
960
907
|
|
|
961
|
-
.
|
|
908
|
+
.c26 {
|
|
962
909
|
width: 100%;
|
|
963
910
|
margin: 2rem 0 2rem;
|
|
964
911
|
color: #FFFFFF;
|
|
@@ -977,14 +924,14 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
977
924
|
appearance: none;
|
|
978
925
|
}
|
|
979
926
|
|
|
980
|
-
.
|
|
981
|
-
.
|
|
982
|
-
.
|
|
927
|
+
.c26:active,
|
|
928
|
+
.c26:focus,
|
|
929
|
+
.c26:hover {
|
|
983
930
|
outline: none;
|
|
984
931
|
background-color: #961D35;
|
|
985
932
|
}
|
|
986
933
|
|
|
987
|
-
.
|
|
934
|
+
.c11 {
|
|
988
935
|
width: 50%;
|
|
989
936
|
height: 48px;
|
|
990
937
|
border-radius: 2rem;
|
|
@@ -1022,7 +969,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
1022
969
|
background: #BECCF9;
|
|
1023
970
|
}
|
|
1024
971
|
|
|
1025
|
-
.c8 .give-monthly:checked ~ .
|
|
972
|
+
.c8 .give-monthly:checked ~ .c10 {
|
|
1026
973
|
left: calc(50% - 2px);
|
|
1027
974
|
}
|
|
1028
975
|
|
|
@@ -1046,45 +993,6 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
1046
993
|
}
|
|
1047
994
|
|
|
1048
995
|
.c9 {
|
|
1049
|
-
font-size: 1rem;
|
|
1050
|
-
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
1051
|
-
font-weight: bold;
|
|
1052
|
-
min-height: 48px;
|
|
1053
|
-
-webkit-align-items: center;
|
|
1054
|
-
-webkit-box-align: center;
|
|
1055
|
-
-ms-flex-align: center;
|
|
1056
|
-
align-items: center;
|
|
1057
|
-
-webkit-box-pack: center;
|
|
1058
|
-
-webkit-justify-content: center;
|
|
1059
|
-
-ms-flex-pack: center;
|
|
1060
|
-
justify-content: center;
|
|
1061
|
-
display: -webkit-box;
|
|
1062
|
-
display: -webkit-flex;
|
|
1063
|
-
display: -ms-flexbox;
|
|
1064
|
-
display: flex;
|
|
1065
|
-
-webkit-flex-basis: 50%;
|
|
1066
|
-
-ms-flex-preferred-size: 50%;
|
|
1067
|
-
flex-basis: 50%;
|
|
1068
|
-
border: none;
|
|
1069
|
-
-webkit-transition: color 0.15s ease-out;
|
|
1070
|
-
transition: color 0.15s ease-out;
|
|
1071
|
-
z-index: 2;
|
|
1072
|
-
cursor: default;
|
|
1073
|
-
border-radius: 2rem;
|
|
1074
|
-
color: #FFFFFF;
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
.c9:active:focus {
|
|
1078
|
-
box-shadow: none;
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
.c9:focus {
|
|
1082
|
-
border: none;
|
|
1083
|
-
outline: none;
|
|
1084
|
-
box-shadow: inset 0 0 0 4px #0565D1;
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
.c10 {
|
|
1088
996
|
font-size: 1rem;
|
|
1089
997
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
1090
998
|
font-weight: bold;
|
|
@@ -1113,11 +1021,11 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
1113
1021
|
color: #000000;
|
|
1114
1022
|
}
|
|
1115
1023
|
|
|
1116
|
-
.
|
|
1024
|
+
.c9:active:focus {
|
|
1117
1025
|
box-shadow: none;
|
|
1118
1026
|
}
|
|
1119
1027
|
|
|
1120
|
-
.
|
|
1028
|
+
.c9:focus {
|
|
1121
1029
|
border: none;
|
|
1122
1030
|
outline: none;
|
|
1123
1031
|
box-shadow: inset 0 0 0 4px #0565D1;
|
|
@@ -1130,18 +1038,11 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
1130
1038
|
}
|
|
1131
1039
|
|
|
1132
1040
|
@media (min-width:740px) {
|
|
1133
|
-
.
|
|
1041
|
+
.c24 {
|
|
1134
1042
|
max-width: 290px;
|
|
1135
1043
|
}
|
|
1136
1044
|
}
|
|
1137
1045
|
|
|
1138
|
-
@media (min-width:740px) {
|
|
1139
|
-
.c19 input {
|
|
1140
|
-
font-size: 2rem;
|
|
1141
|
-
padding: 1.5rem;
|
|
1142
|
-
}
|
|
1143
|
-
}
|
|
1144
|
-
|
|
1145
1046
|
@media (min-width:1024px) {
|
|
1146
1047
|
.c0 {
|
|
1147
1048
|
-webkit-flex-direction: row;
|
|
@@ -1193,7 +1094,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
1193
1094
|
}
|
|
1194
1095
|
|
|
1195
1096
|
@media (min-width:740px) {
|
|
1196
|
-
.
|
|
1097
|
+
.c12 {
|
|
1197
1098
|
width: 450px;
|
|
1198
1099
|
margin-right: auto;
|
|
1199
1100
|
margin-left: auto;
|
|
@@ -1201,27 +1102,13 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
1201
1102
|
}
|
|
1202
1103
|
|
|
1203
1104
|
@media (min-width:740px) {
|
|
1204
|
-
.
|
|
1105
|
+
.c13 {
|
|
1205
1106
|
padding: 0 2rem 2rem;
|
|
1206
1107
|
}
|
|
1207
1108
|
}
|
|
1208
1109
|
|
|
1209
1110
|
@media (min-width:740px) {
|
|
1210
|
-
.
|
|
1211
|
-
-webkit-flex-direction: row;
|
|
1212
|
-
-ms-flex-direction: row;
|
|
1213
|
-
flex-direction: row;
|
|
1214
|
-
}
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
|
-
@media (min-width:740px) {
|
|
1218
|
-
.c17 label {
|
|
1219
|
-
margin-bottom: 0;
|
|
1220
|
-
}
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
|
-
@media (min-width:740px) {
|
|
1224
|
-
.c27 {
|
|
1111
|
+
.c20 {
|
|
1225
1112
|
-webkit-flex-basis: 60%;
|
|
1226
1113
|
-ms-flex-preferred-size: 60%;
|
|
1227
1114
|
flex-basis: 60%;
|
|
@@ -1229,7 +1116,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
1229
1116
|
}
|
|
1230
1117
|
|
|
1231
1118
|
@media (min-width:740px) {
|
|
1232
|
-
.
|
|
1119
|
+
.c26 {
|
|
1233
1120
|
padding: 1rem 2rem;
|
|
1234
1121
|
}
|
|
1235
1122
|
}
|
|
@@ -1282,7 +1169,7 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
1282
1169
|
>
|
|
1283
1170
|
<input
|
|
1284
1171
|
aria-label="Single"
|
|
1285
|
-
checked={
|
|
1172
|
+
checked={false}
|
|
1286
1173
|
className="give-once"
|
|
1287
1174
|
id="give-once--mship-1"
|
|
1288
1175
|
label=""
|
|
@@ -1307,28 +1194,28 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
1307
1194
|
value="Monthly"
|
|
1308
1195
|
/>
|
|
1309
1196
|
<label
|
|
1310
|
-
className="
|
|
1197
|
+
className="c9"
|
|
1311
1198
|
htmlFor="give-monthly--mship-1"
|
|
1312
1199
|
>
|
|
1313
1200
|
Monthly
|
|
1314
1201
|
</label>
|
|
1315
1202
|
<span
|
|
1316
|
-
className="c11
|
|
1203
|
+
className="c10 c11"
|
|
1317
1204
|
/>
|
|
1318
1205
|
</div>
|
|
1319
1206
|
</div>
|
|
1320
1207
|
<form
|
|
1321
|
-
className="
|
|
1208
|
+
className="c12"
|
|
1322
1209
|
onSubmit={[Function]}
|
|
1323
1210
|
>
|
|
1324
1211
|
<fieldset
|
|
1325
|
-
className="
|
|
1212
|
+
className="c13"
|
|
1326
1213
|
>
|
|
1327
1214
|
<legend
|
|
1328
|
-
className="
|
|
1215
|
+
className="c14"
|
|
1329
1216
|
>
|
|
1330
1217
|
<span
|
|
1331
|
-
className="
|
|
1218
|
+
className="c15"
|
|
1332
1219
|
color="inherit"
|
|
1333
1220
|
size="l"
|
|
1334
1221
|
>
|
|
@@ -1336,124 +1223,21 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
1336
1223
|
</span>
|
|
1337
1224
|
</legend>
|
|
1338
1225
|
<div
|
|
1339
|
-
className="
|
|
1340
|
-
>
|
|
1341
|
-
<label
|
|
1342
|
-
className="c18 c19"
|
|
1343
|
-
htmlFor="mship-1--moneyBuy-box1"
|
|
1344
|
-
>
|
|
1345
|
-
<span
|
|
1346
|
-
className="c20 c21"
|
|
1347
|
-
color="inherit"
|
|
1348
|
-
dangerouslySetInnerHTML={
|
|
1349
|
-
Object {
|
|
1350
|
-
"__html": "",
|
|
1351
|
-
}
|
|
1352
|
-
}
|
|
1353
|
-
size="s"
|
|
1354
|
-
/>
|
|
1355
|
-
<div
|
|
1356
|
-
className="c22"
|
|
1357
|
-
>
|
|
1358
|
-
|
|
1359
|
-
<input
|
|
1360
|
-
aria-describedby="mship-1--moneyBuy-box1"
|
|
1361
|
-
aria-label="£12.10"
|
|
1362
|
-
className="c23"
|
|
1363
|
-
id="mship-1--moneyBuy-box1"
|
|
1364
|
-
name="mship-1--moneyBuy1"
|
|
1365
|
-
onClick={[Function]}
|
|
1366
|
-
placeholder=""
|
|
1367
|
-
required={false}
|
|
1368
|
-
type="button"
|
|
1369
|
-
value="£ 12.10"
|
|
1370
|
-
/>
|
|
1371
|
-
</div>
|
|
1372
|
-
|
|
1373
|
-
</label>
|
|
1374
|
-
<label
|
|
1375
|
-
className="c18 c19"
|
|
1376
|
-
htmlFor="mship-1--moneyBuy-box2"
|
|
1377
|
-
>
|
|
1378
|
-
<span
|
|
1379
|
-
className="c20 c21"
|
|
1380
|
-
color="inherit"
|
|
1381
|
-
dangerouslySetInnerHTML={
|
|
1382
|
-
Object {
|
|
1383
|
-
"__html": "",
|
|
1384
|
-
}
|
|
1385
|
-
}
|
|
1386
|
-
size="s"
|
|
1387
|
-
/>
|
|
1388
|
-
<div
|
|
1389
|
-
className="c22"
|
|
1390
|
-
>
|
|
1391
|
-
|
|
1392
|
-
<input
|
|
1393
|
-
aria-describedby="mship-1--moneyBuy-box2"
|
|
1394
|
-
aria-label="£20.00"
|
|
1395
|
-
className="c23"
|
|
1396
|
-
id="mship-1--moneyBuy-box2"
|
|
1397
|
-
name="mship-1--moneyBuy2"
|
|
1398
|
-
onClick={[Function]}
|
|
1399
|
-
placeholder=""
|
|
1400
|
-
required={false}
|
|
1401
|
-
type="button"
|
|
1402
|
-
value="£ 20"
|
|
1403
|
-
/>
|
|
1404
|
-
</div>
|
|
1405
|
-
|
|
1406
|
-
</label>
|
|
1407
|
-
<label
|
|
1408
|
-
className="c18 c19"
|
|
1409
|
-
htmlFor="mship-1--moneyBuy-box3"
|
|
1410
|
-
>
|
|
1411
|
-
<span
|
|
1412
|
-
className="c20 c21"
|
|
1413
|
-
color="inherit"
|
|
1414
|
-
dangerouslySetInnerHTML={
|
|
1415
|
-
Object {
|
|
1416
|
-
"__html": "",
|
|
1417
|
-
}
|
|
1418
|
-
}
|
|
1419
|
-
size="s"
|
|
1420
|
-
/>
|
|
1421
|
-
<div
|
|
1422
|
-
className="c22"
|
|
1423
|
-
>
|
|
1424
|
-
|
|
1425
|
-
<input
|
|
1426
|
-
aria-describedby="mship-1--moneyBuy-box3"
|
|
1427
|
-
aria-label="£30.00"
|
|
1428
|
-
className="c23"
|
|
1429
|
-
id="mship-1--moneyBuy-box3"
|
|
1430
|
-
name="mship-1--moneyBuy3"
|
|
1431
|
-
onClick={[Function]}
|
|
1432
|
-
placeholder=""
|
|
1433
|
-
required={false}
|
|
1434
|
-
type="button"
|
|
1435
|
-
value="£ 30"
|
|
1436
|
-
/>
|
|
1437
|
-
</div>
|
|
1438
|
-
|
|
1439
|
-
</label>
|
|
1440
|
-
</div>
|
|
1441
|
-
<div
|
|
1442
|
-
className="c24"
|
|
1226
|
+
className="c16"
|
|
1443
1227
|
>
|
|
1444
1228
|
<span
|
|
1445
|
-
className="
|
|
1229
|
+
className="c17 c18"
|
|
1446
1230
|
color="inherit"
|
|
1447
1231
|
size="s"
|
|
1448
1232
|
>
|
|
1449
1233
|
Other amount
|
|
1450
1234
|
</span>
|
|
1451
1235
|
<label
|
|
1452
|
-
className="
|
|
1236
|
+
className="c19 c20"
|
|
1453
1237
|
htmlFor="mship-1--MoneyBuy-userInput"
|
|
1454
1238
|
>
|
|
1455
1239
|
<span
|
|
1456
|
-
className="
|
|
1240
|
+
className="c21 c22"
|
|
1457
1241
|
color="inherit"
|
|
1458
1242
|
dangerouslySetInnerHTML={
|
|
1459
1243
|
Object {
|
|
@@ -1463,13 +1247,13 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
1463
1247
|
size="s"
|
|
1464
1248
|
/>
|
|
1465
1249
|
<div
|
|
1466
|
-
className="
|
|
1250
|
+
className="c23"
|
|
1467
1251
|
>
|
|
1468
1252
|
|
|
1469
1253
|
<input
|
|
1470
1254
|
aria-describedby="mship-1--MoneyBuy-userInput"
|
|
1471
1255
|
aria-label="Input a different amount"
|
|
1472
|
-
className="
|
|
1256
|
+
className="c24"
|
|
1473
1257
|
id="mship-1--MoneyBuy-userInput"
|
|
1474
1258
|
max="25000"
|
|
1475
1259
|
min="1"
|
|
@@ -1487,18 +1271,18 @@ exports[`Monthly donation renders correctly 1`] = `
|
|
|
1487
1271
|
</label>
|
|
1488
1272
|
</div>
|
|
1489
1273
|
<p
|
|
1490
|
-
className="
|
|
1274
|
+
className="c25"
|
|
1491
1275
|
>
|
|
1492
1276
|
<strong>
|
|
1493
1277
|
£10
|
|
1494
1278
|
</strong>
|
|
1495
1279
|
</p>
|
|
1496
1280
|
<button
|
|
1497
|
-
className="
|
|
1281
|
+
className="c26"
|
|
1498
1282
|
color="red"
|
|
1499
1283
|
type="submit"
|
|
1500
1284
|
>
|
|
1501
|
-
Donate £10
|
|
1285
|
+
Donate £10 monthly
|
|
1502
1286
|
</button>
|
|
1503
1287
|
</fieldset>
|
|
1504
1288
|
</form>
|
|
@@ -1540,20 +1324,20 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1540
1324
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
1541
1325
|
}
|
|
1542
1326
|
|
|
1543
|
-
.
|
|
1327
|
+
.c20 {
|
|
1544
1328
|
font-size: 1rem;
|
|
1545
1329
|
line-height: 1rem;
|
|
1546
1330
|
text-transform: inherit;
|
|
1547
|
-
font-weight:
|
|
1331
|
+
font-weight: 500;
|
|
1548
1332
|
line-height: normal;
|
|
1549
1333
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
1550
1334
|
}
|
|
1551
1335
|
|
|
1552
|
-
.
|
|
1336
|
+
.c14 {
|
|
1553
1337
|
font-size: 1rem;
|
|
1554
1338
|
line-height: 1rem;
|
|
1555
1339
|
text-transform: inherit;
|
|
1556
|
-
font-weight:
|
|
1340
|
+
font-weight: bold;
|
|
1557
1341
|
line-height: normal;
|
|
1558
1342
|
font-family: 'Montserrat',Helvetica,Arial,sans-serif;
|
|
1559
1343
|
}
|
|
@@ -1604,11 +1388,11 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1604
1388
|
font-size: 1.25rem;
|
|
1605
1389
|
}
|
|
1606
1390
|
|
|
1607
|
-
.
|
|
1391
|
+
.c13 {
|
|
1608
1392
|
display: block;
|
|
1609
1393
|
}
|
|
1610
1394
|
|
|
1611
|
-
.
|
|
1395
|
+
.c13 input {
|
|
1612
1396
|
border: none;
|
|
1613
1397
|
background-color: #BECCF9;
|
|
1614
1398
|
color: #000000;
|
|
@@ -1618,30 +1402,23 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1618
1402
|
border-radius: 10px;
|
|
1619
1403
|
box-shadow: 0px 0px 16px rgba(0,0,0,0.15);
|
|
1620
1404
|
height: auto;
|
|
1621
|
-
background-color: #0565D1;
|
|
1622
|
-
box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
|
|
1623
|
-
color: #FFFFFF;
|
|
1624
1405
|
}
|
|
1625
1406
|
|
|
1626
|
-
.
|
|
1407
|
+
.c13 input:focus {
|
|
1627
1408
|
border: none;
|
|
1628
1409
|
outline: none;
|
|
1629
1410
|
box-shadow: inset 0 0 0 4px #0565D1;
|
|
1630
1411
|
}
|
|
1631
1412
|
|
|
1632
|
-
.
|
|
1633
|
-
box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
|
|
1634
|
-
}
|
|
1635
|
-
|
|
1636
|
-
.c18 input:focus {
|
|
1413
|
+
.c13 input:active:focus {
|
|
1637
1414
|
box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
|
|
1638
1415
|
}
|
|
1639
1416
|
|
|
1640
|
-
.
|
|
1417
|
+
.c18 {
|
|
1641
1418
|
display: block;
|
|
1642
1419
|
}
|
|
1643
1420
|
|
|
1644
|
-
.
|
|
1421
|
+
.c18 input {
|
|
1645
1422
|
border: none;
|
|
1646
1423
|
background-color: #BECCF9;
|
|
1647
1424
|
color: #000000;
|
|
@@ -1651,15 +1428,22 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1651
1428
|
border-radius: 10px;
|
|
1652
1429
|
box-shadow: 0px 0px 16px rgba(0,0,0,0.15);
|
|
1653
1430
|
height: auto;
|
|
1431
|
+
background-color: #0565D1;
|
|
1432
|
+
box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
|
|
1433
|
+
color: #FFFFFF;
|
|
1654
1434
|
}
|
|
1655
1435
|
|
|
1656
|
-
.
|
|
1436
|
+
.c18 input:focus {
|
|
1657
1437
|
border: none;
|
|
1658
1438
|
outline: none;
|
|
1659
1439
|
box-shadow: inset 0 0 0 4px #0565D1;
|
|
1660
1440
|
}
|
|
1661
1441
|
|
|
1662
|
-
.
|
|
1442
|
+
.c18 input:active:focus {
|
|
1443
|
+
box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
.c18 input:focus {
|
|
1663
1447
|
box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
|
|
1664
1448
|
}
|
|
1665
1449
|
|
|
@@ -1888,14 +1672,14 @@ exports[`Single donation renders correctly 1`] = `
|
|
|
1888
1672
|
}
|
|
1889
1673
|
|
|
1890
1674
|
@media (min-width:740px) {
|
|
1891
|
-
.
|
|
1675
|
+
.c13 input {
|
|
1892
1676
|
font-size: 2rem;
|
|
1893
1677
|
padding: 1.5rem;
|
|
1894
1678
|
}
|
|
1895
1679
|
}
|
|
1896
1680
|
|
|
1897
1681
|
@media (min-width:740px) {
|
|
1898
|
-
.
|
|
1682
|
+
.c18 input {
|
|
1899
1683
|
font-size: 2rem;
|
|
1900
1684
|
padding: 1.5rem;
|
|
1901
1685
|
}
|