@comicrelief/component-library 8.47.2 → 8.47.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.
Files changed (26) hide show
  1. package/dist/components/Atoms/SocialIcons/Icon/Icon.js +1 -1
  2. package/dist/components/Atoms/SocialIcons/SocialIcons.js +39 -14
  3. package/dist/components/Atoms/SocialIcons/__snapshots__/SocialIcons.test.js.snap +36 -12
  4. package/dist/components/Molecules/EmailSignUp/EmailSignUp.js +13 -1
  5. package/dist/components/Molecules/EmailSignUp/EmailSignUp.style.js +6 -6
  6. package/dist/components/Molecules/HeroBanner/HeroBanner.md +1 -3
  7. package/dist/components/Organisms/Footer/FundraisingRegulatorLogo/FundraisingRegulatorLogo.js +2 -2
  8. package/dist/components/Organisms/Footer/__snapshots__/Footer.test.js.snap +12 -4
  9. package/dist/components/Organisms/FooterNew/FooterNew.js +4 -2
  10. package/dist/components/Organisms/FooterNew/FooterNew.style.js +68 -68
  11. package/dist/components/Organisms/FooterNew/__snapshots__/FooterNew.test.js.snap +281 -177
  12. package/dist/theme/shared/animations.js +14 -2
  13. package/package.json +1 -1
  14. package/src/components/Atoms/SocialIcons/Icon/Icon.js +1 -0
  15. package/src/components/Atoms/SocialIcons/SocialIcons.js +7 -3
  16. package/src/components/Atoms/SocialIcons/__snapshots__/SocialIcons.test.js.snap +36 -12
  17. package/src/components/Molecules/EmailSignUp/EmailSignUp.js +7 -1
  18. package/src/components/Molecules/EmailSignUp/EmailSignUp.style.js +56 -6
  19. package/src/components/Molecules/HeroBanner/HeroBanner.md +1 -3
  20. package/src/components/Molecules/HeroBanner/HeroBanner.style.js +0 -1
  21. package/src/components/Organisms/Footer/FundraisingRegulatorLogo/FundraisingRegulatorLogo.js +2 -2
  22. package/src/components/Organisms/Footer/__snapshots__/Footer.test.js.snap +12 -4
  23. package/src/components/Organisms/FooterNew/FooterNew.js +2 -2
  24. package/src/components/Organisms/FooterNew/FooterNew.style.js +27 -12
  25. package/src/components/Organisms/FooterNew/__snapshots__/FooterNew.test.js.snap +281 -177
  26. package/src/theme/shared/animations.js +27 -1
@@ -29,14 +29,14 @@ exports[`renders correctly 1`] = `
29
29
  .c5 {
30
30
  display: inline-block;
31
31
  z-index: 3;
32
- width: 48px;
32
+ width: 59px;
33
33
  -webkit-transform: inherit;
34
34
  -ms-transform: inherit;
35
35
  transform: inherit;
36
36
  vertical-align: bottom;
37
37
  }
38
38
 
39
- .c32 {
39
+ .c33 {
40
40
  display: inline-block;
41
41
  z-index: 3;
42
42
  width: 59px;
@@ -183,7 +183,7 @@ exports[`renders correctly 1`] = `
183
183
  border: 1px solid #666;
184
184
  }
185
185
 
186
- .c28 {
186
+ .c29 {
187
187
  -webkit-text-decoration: none;
188
188
  text-decoration: none;
189
189
  cursor: pointer;
@@ -194,6 +194,7 @@ exports[`renders correctly 1`] = `
194
194
  background-color: #222222;
195
195
  border-radius: 0.5rem;
196
196
  padding: 0.5rem;
197
+ box-sizing: border-box;
197
198
  display: -webkit-box;
198
199
  display: -webkit-flex;
199
200
  display: -ms-flexbox;
@@ -216,40 +217,44 @@ exports[`renders correctly 1`] = `
216
217
  transform-origin: center;
217
218
  }
218
219
 
219
- .c28:hover,
220
- .c28:focus {
220
+ .c29:hover,
221
+ .c29:focus {
221
222
  opacity: 0.6;
222
223
  }
223
224
 
224
- .c28:hover,
225
- .c28:focus {
225
+ .c29:hover,
226
+ .c29:focus {
226
227
  -webkit-transform: scale(1.15);
227
228
  -ms-transform: scale(1.15);
228
229
  transform: scale(1.15);
229
230
  }
230
231
 
231
- .c28:hover,
232
- .c28:focus {
232
+ .c29:hover,
233
+ .c29:focus {
233
234
  background-color: #3A3A3A;
234
235
  opacity: 1;
235
236
  }
236
237
 
237
- .c30 {
238
+ .c31 {
238
239
  width: 100%;
239
240
  -webkit-filter: brightness(0) invert(1);
240
241
  filter: brightness(0) invert(1);
241
242
  }
242
243
 
243
- .c26 {
244
+ .c27 {
244
245
  display: -webkit-box;
245
246
  display: -webkit-flex;
246
247
  display: -ms-flexbox;
247
248
  display: flex;
249
+ -webkit-flex-wrap: wrap;
250
+ -ms-flex-wrap: wrap;
251
+ flex-wrap: wrap;
252
+ gap: 2rem;
248
253
  list-style-type: none;
249
- -webkit-box-pack: space-around;
250
- -webkit-justify-content: space-around;
251
- -ms-flex-pack: space-around;
252
- justify-content: space-around;
254
+ -webkit-box-pack: start;
255
+ -webkit-justify-content: flex-start;
256
+ -ms-flex-pack: start;
257
+ justify-content: flex-start;
253
258
  margin: 3rem 0;
254
259
  padding: 0;
255
260
  -webkit-align-items: center;
@@ -258,15 +263,26 @@ exports[`renders correctly 1`] = `
258
263
  align-items: center;
259
264
  }
260
265
 
261
- .c27 {
262
- width: 48px;
266
+ .c28 {
267
+ width: 54px;
268
+ height: 54px;
269
+ -webkit-flex: 0 0 54px;
270
+ -ms-flex: 0 0 54px;
271
+ flex: 0 0 54px;
263
272
  margin-right: 0;
264
273
  }
265
274
 
266
- .c29 {
275
+ .c30 {
267
276
  width: auto;
268
277
  }
269
278
 
279
+ .c25 {
280
+ -webkit-transform: rotate(180deg);
281
+ -ms-transform: rotate(180deg);
282
+ transform: rotate(180deg);
283
+ fill: #FFFFFF;
284
+ }
285
+
270
286
  .c10 {
271
287
  margin-bottom: 1.5rem;
272
288
  color: #FFFFFF;
@@ -326,19 +342,14 @@ exports[`renders correctly 1`] = `
326
342
  }
327
343
 
328
344
  .c16 input {
329
- font-family: 'Montserrat',Helvetica,Arial,sans-serif;
330
- font-weight: 400;
331
- text-transform: inherit;
332
- -webkit-letter-spacing: 0;
333
- -moz-letter-spacing: 0;
334
- -ms-letter-spacing: 0;
335
- letter-spacing: 0;
336
- font-size: 1.25rem;
345
+ font-size: 1rem;
337
346
  line-height: 1.25rem;
347
+ font-family: 'Montserrat',Helvetica,Arial,sans-serif;
338
348
  background-color: #18181A;
339
349
  border-color: transparent;
340
- -webkit-transition: background-color 0.2s ease;
341
- transition: background-color 0.2s ease;
350
+ padding-left: 18px;
351
+ -webkit-transition: background-color 0.2s ease,text-indent 0.18s ease;
352
+ transition: background-color 0.2s ease,text-indent 0.18s ease;
342
353
  border: 1px solid #FFFFFF;
343
354
  color: #FFFFFF;
344
355
  }
@@ -383,19 +394,93 @@ exports[`renders correctly 1`] = `
383
394
  .c24 {
384
395
  margin: 0;
385
396
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
397
+ padding: 1rem;
386
398
  border-radius: 0.5rem;
399
+ overflow: hidden;
400
+ }
401
+
402
+ .c24 .emailSignUpButtonContent {
403
+ display: inline-grid;
404
+ grid-auto-flow: column;
405
+ grid-template-columns: auto 18px;
406
+ -webkit-column-gap: 0.5rem;
407
+ column-gap: 0.5rem;
408
+ -webkit-align-items: center;
409
+ -webkit-box-align: center;
410
+ -ms-flex-align: center;
411
+ align-items: center;
412
+ -webkit-box-pack: center;
413
+ -webkit-justify-content: center;
414
+ -ms-flex-pack: center;
415
+ justify-content: center;
416
+ line-height: 1;
417
+ }
418
+
419
+ .c24 .emailSignUpButtonLabel {
420
+ display: inline-block;
421
+ -webkit-transform: translateX(13px);
422
+ -ms-transform: translateX(13px);
423
+ transform: translateX(13px);
424
+ -webkit-transition: -webkit-transform 0.22s ease;
425
+ -webkit-transition: transform 0.22s ease;
426
+ transition: transform 0.22s ease;
427
+ will-change: transform;
428
+ }
429
+
430
+ .c24 .emailSignUpButtonArrow {
431
+ display: -webkit-inline-box;
432
+ display: -webkit-inline-flex;
433
+ display: -ms-inline-flexbox;
434
+ display: inline-flex;
435
+ -webkit-align-items: center;
436
+ -webkit-box-align: center;
437
+ -ms-flex-align: center;
438
+ align-items: center;
439
+ -webkit-box-pack: center;
440
+ -webkit-justify-content: center;
441
+ -ms-flex-pack: center;
442
+ justify-content: center;
443
+ width: 18px;
444
+ height: 18px;
445
+ opacity: 0;
446
+ -webkit-transform: translateX(-13px);
447
+ -ms-transform: translateX(-13px);
448
+ transform: translateX(-13px);
449
+ -webkit-transition: opacity 0.22s ease,-webkit-transform 0.22s ease;
450
+ -webkit-transition: opacity 0.22s ease,transform 0.22s ease;
451
+ transition: opacity 0.22s ease,transform 0.22s ease;
452
+ will-change: transform,opacity;
453
+ }
454
+
455
+ .c24 .emailSignUpButtonArrow svg {
456
+ fill: currentColor !important;
387
457
  }
388
458
 
389
459
  .c24:hover,
390
460
  .c24:focus {
391
- background-color: #FFFFFF;
461
+ background-color: #E1E2E3;
392
462
  color: #000000;
393
463
  }
394
464
 
465
+ .c24:hover .emailSignUpButtonLabel,
466
+ .c24:focus .emailSignUpButtonLabel {
467
+ -webkit-transform: translateX(0);
468
+ -ms-transform: translateX(0);
469
+ transform: translateX(0);
470
+ }
471
+
472
+ .c24:hover .emailSignUpButtonArrow,
473
+ .c24:focus .emailSignUpButtonArrow {
474
+ opacity: 1;
475
+ -webkit-transform: translateX(0);
476
+ -ms-transform: translateX(0);
477
+ transform: translateX(0);
478
+ }
479
+
395
480
  .c0 {
396
481
  text-align: left;
397
482
  background: #18181A;
398
- padding-top: 6rem;
483
+ padding-top: 4.5rem;
399
484
  }
400
485
 
401
486
  .c1 {
@@ -405,7 +490,7 @@ exports[`renders correctly 1`] = `
405
490
  height: 100%;
406
491
  max-width: 1200px;
407
492
  margin: 0 auto;
408
- padding: 0 1rem;
493
+ padding: 0 2rem;
409
494
  }
410
495
 
411
496
  .c7 {
@@ -435,21 +520,21 @@ exports[`renders correctly 1`] = `
435
520
  max-width: 100%;
436
521
  }
437
522
 
438
- .c25 {
523
+ .c26 {
439
524
  margin-bottom: 1rem;
440
525
  box-sizing: content-box;
441
526
  gap: 1rem;
442
527
  display: none;
443
528
  }
444
529
 
445
- .c38 {
530
+ .c39 {
446
531
  margin-bottom: 1rem;
447
532
  box-sizing: content-box;
448
533
  gap: 1rem;
449
534
  display: block;
450
535
  }
451
536
 
452
- .c34 {
537
+ .c35 {
453
538
  display: -webkit-box;
454
539
  display: -webkit-flex;
455
540
  display: -ms-flexbox;
@@ -463,31 +548,32 @@ exports[`renders correctly 1`] = `
463
548
  gap: 2rem;
464
549
  }
465
550
 
466
- .c35 {
551
+ .c36 {
467
552
  margin: 0;
468
553
  }
469
554
 
470
- .c36 {
555
+ .c37 {
471
556
  color: #FFFFFF;
472
557
  -webkit-text-decoration: none;
473
558
  text-decoration: none;
474
559
  font-weight: bold;
560
+ font-size: 1rem;
475
561
  }
476
562
 
477
- .c36:hover,
478
- .c36:focus {
563
+ .c37:hover,
564
+ .c37:focus {
479
565
  -webkit-text-decoration: underline;
480
566
  text-decoration: underline;
481
567
  -webkit-text-decoration-color: #FFFFFF;
482
568
  text-decoration-color: #FFFFFF;
483
569
  }
484
570
 
485
- .c37 {
571
+ .c38 {
486
572
  color: #FFFFFF;
487
573
  font-weight: bold;
488
574
  }
489
575
 
490
- .c39 {
576
+ .c40 {
491
577
  display: -webkit-box;
492
578
  display: -webkit-flex;
493
579
  display: -ms-flexbox;
@@ -508,7 +594,7 @@ exports[`renders correctly 1`] = `
508
594
  align-items: center;
509
595
  }
510
596
 
511
- .c40 {
597
+ .c41 {
512
598
  margin: 0;
513
599
  display: -webkit-box;
514
600
  display: -webkit-flex;
@@ -520,37 +606,40 @@ exports[`renders correctly 1`] = `
520
606
  align-items: center;
521
607
  }
522
608
 
523
- .c40:not(:last-child)::after {
609
+ .c41:not(:last-child)::after {
524
610
  content: '|';
525
611
  margin-left: 0.5rem;
526
- color: #969598;
612
+ color: #FFFFFF;
613
+ opacity: 0.8;
527
614
  }
528
615
 
529
- .c41 {
616
+ .c42 {
530
617
  -webkit-text-decoration: none;
531
618
  text-decoration: none;
532
619
  }
533
620
 
534
- .c41 > span {
535
- color: #969598;
621
+ .c42 > span {
622
+ color: #FFFFFF;
623
+ opacity: 0.8;
536
624
  -webkit-text-decoration: underline;
537
625
  text-decoration: underline;
538
- -webkit-text-decoration-color: #969598;
539
- text-decoration-color: #969598;
626
+ -webkit-text-decoration-color: #FFFFFF;
627
+ text-decoration-color: #FFFFFF;
540
628
  font-weight: normal;
541
- font-size: 0.75rem;
629
+ font-size: 0.875rem;
542
630
  }
543
631
 
544
- .c41:hover,
545
- .c41:focus {
632
+ .c42:hover,
633
+ .c42:focus {
546
634
  -webkit-text-decoration: underline;
547
635
  text-decoration: underline;
548
- -webkit-text-decoration-color: #969598;
549
- text-decoration-color: #969598;
636
+ -webkit-text-decoration-color: #FFFFFF;
637
+ text-decoration-color: #FFFFFF;
550
638
  }
551
639
 
552
- .c42 {
640
+ .c43 {
553
641
  color: #FFFFFF;
642
+ opacity: 0.8;
554
643
  font-weight: normal;
555
644
  }
556
645
 
@@ -571,11 +660,10 @@ exports[`renders correctly 1`] = `
571
660
  -webkit-justify-content: flex-start;
572
661
  -ms-flex-pack: start;
573
662
  justify-content: flex-start;
574
- margin-top: 1rem;
575
663
  margin-bottom: 2rem;
576
664
  }
577
665
 
578
- .c31 {
666
+ .c32 {
579
667
  display: -webkit-box;
580
668
  display: -webkit-flex;
581
669
  display: -ms-flexbox;
@@ -592,12 +680,11 @@ exports[`renders correctly 1`] = `
592
680
  -webkit-justify-content: center;
593
681
  -ms-flex-pack: center;
594
682
  justify-content: center;
595
- margin-top: 0;
596
683
  margin-bottom: 0;
597
684
  display: none;
598
685
  }
599
686
 
600
- .c33 {
687
+ .c34 {
601
688
  display: -webkit-box;
602
689
  display: -webkit-flex;
603
690
  display: -ms-flexbox;
@@ -614,12 +701,11 @@ exports[`renders correctly 1`] = `
614
701
  -webkit-justify-content: center;
615
702
  -ms-flex-pack: center;
616
703
  justify-content: center;
617
- margin-top: 0;
618
704
  margin-bottom: 0;
619
705
  display: none;
620
706
  }
621
707
 
622
- .c45 {
708
+ .c46 {
623
709
  display: -webkit-box;
624
710
  display: -webkit-flex;
625
711
  display: -ms-flexbox;
@@ -636,7 +722,6 @@ exports[`renders correctly 1`] = `
636
722
  -webkit-justify-content: flex-start;
637
723
  -ms-flex-pack: start;
638
724
  justify-content: flex-start;
639
- margin-top: 1rem;
640
725
  margin-bottom: 2rem;
641
726
  }
642
727
 
@@ -662,16 +747,18 @@ exports[`renders correctly 1`] = `
662
747
  transform: rotate(-14deg);
663
748
  }
664
749
 
665
- .c43 {
750
+ .c44 {
666
751
  display: block;
667
752
  width: 100%;
668
753
  height: 100%;
669
754
  text-align: left;
755
+ margin-bottom: 2rem;
670
756
  }
671
757
 
672
- .c44 {
673
- color: #969598;
674
- font-size: 0.75rem;
758
+ .c45 {
759
+ color: #FFFFFF;
760
+ opacity: 0.8;
761
+ font-size: 0.875rem;
675
762
  margin-bottom: 0.5rem;
676
763
  }
677
764
 
@@ -696,7 +783,7 @@ exports[`renders correctly 1`] = `
696
783
  }
697
784
 
698
785
  @media (min-width:1150px) {
699
- .c32 {
786
+ .c33 {
700
787
  width: 59px;
701
788
  }
702
789
  }
@@ -724,7 +811,7 @@ exports[`renders correctly 1`] = `
724
811
  }
725
812
 
726
813
  @media (min-width:740px) {
727
- .c26 {
814
+ .c27 {
728
815
  -webkit-box-pack: start;
729
816
  -webkit-justify-content: start;
730
817
  -ms-flex-pack: start;
@@ -734,8 +821,14 @@ exports[`renders correctly 1`] = `
734
821
  }
735
822
 
736
823
  @media (min-width:740px) {
737
- .c27 {
738
- margin-right: 1rem;
824
+ .c28 {
825
+ margin-right: 0;
826
+ }
827
+ }
828
+
829
+ @media (min-width:1024px) {
830
+ .c25 {
831
+ fill: #FFFFFF;
739
832
  }
740
833
  }
741
834
 
@@ -779,34 +872,18 @@ exports[`renders correctly 1`] = `
779
872
  }
780
873
 
781
874
  @media (min-width:740px) {
782
- .c16 {
783
- -webkit-transition: -webkit-transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
784
- -webkit-transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
785
- transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
786
- -webkit-transform-origin: center;
787
- -ms-transform-origin: center;
788
- transform-origin: center;
789
- }
790
-
791
- .c16:hover,
792
- .c16:focus {
793
- -webkit-transform: scale(1.04);
794
- -ms-transform: scale(1.04);
795
- transform: scale(1.04);
796
- }
797
- }
798
-
799
- @media (min-width:740px) {
800
- .c16 input {
801
- font-size: 1.25rem;
802
- line-height: 1.25rem;
875
+ .c16 input,
876
+ .c16 textarea {
877
+ text-indent: 0;
878
+ -webkit-transition: text-indent 0.18s ease;
879
+ transition: text-indent 0.18s ease;
803
880
  }
804
- }
805
881
 
806
- @media (min-width:1024px) {
807
- .c16 input {
808
- font-size: 1.25rem;
809
- line-height: 1.25rem;
882
+ .c16:hover input,
883
+ .c16:hover textarea,
884
+ .c16:focus-within input,
885
+ .c16:focus-within textarea {
886
+ text-indent: 4px;
810
887
  }
811
888
  }
812
889
 
@@ -818,21 +895,8 @@ exports[`renders correctly 1`] = `
818
895
 
819
896
  @media (min-width:740px) {
820
897
  .c24 {
821
- -webkit-transition: -webkit-transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
822
- -webkit-transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
823
- transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
824
- -webkit-transform-origin: center;
825
- -ms-transform-origin: center;
826
- transform-origin: center;
827
898
  margin: 0;
828
899
  }
829
-
830
- .c24:hover,
831
- .c24:focus {
832
- -webkit-transform: scale(1.02);
833
- -ms-transform: scale(1.02);
834
- transform: scale(1.02);
835
- }
836
900
  }
837
901
 
838
902
  @media (min-width:740px) {
@@ -841,9 +905,16 @@ exports[`renders correctly 1`] = `
841
905
  }
842
906
  }
843
907
 
908
+ @media (min-width:1024px) {
909
+ .c0 {
910
+ padding-top: 5.5rem;
911
+ padding-bottom: 5rem;
912
+ }
913
+ }
914
+
844
915
  @media (min-width:1024px) {
845
916
  .c1 {
846
- padding: 0 1rem;
917
+ padding: 0 9rem;
847
918
  }
848
919
  }
849
920
 
@@ -881,7 +952,7 @@ exports[`renders correctly 1`] = `
881
952
  }
882
953
 
883
954
  @media (min-width:740px) {
884
- .c25 {
955
+ .c26 {
885
956
  box-sizing: border-box;
886
957
  display: -webkit-box;
887
958
  display: -webkit-flex;
@@ -896,7 +967,7 @@ exports[`renders correctly 1`] = `
896
967
  }
897
968
 
898
969
  @media (min-width:740px) {
899
- .c38 {
970
+ .c39 {
900
971
  box-sizing: border-box;
901
972
  display: none;
902
973
  margin-bottom: 1rem;
@@ -908,7 +979,7 @@ exports[`renders correctly 1`] = `
908
979
  }
909
980
 
910
981
  @media (min-width:740px) {
911
- .c34 {
982
+ .c35 {
912
983
  -webkit-flex-direction: row;
913
984
  -ms-flex-direction: row;
914
985
  flex-direction: row;
@@ -920,13 +991,13 @@ exports[`renders correctly 1`] = `
920
991
  }
921
992
 
922
993
  @media (min-width:740px) {
923
- .c40 {
994
+ .c41 {
924
995
  display: inline;
925
996
  }
926
997
  }
927
998
 
928
999
  @media (min-width:740px) {
929
- .c41 > span {
1000
+ .c42 > span {
930
1001
  -webkit-text-decoration: none;
931
1002
  text-decoration: none;
932
1003
  }
@@ -955,7 +1026,7 @@ exports[`renders correctly 1`] = `
955
1026
  }
956
1027
 
957
1028
  @media (min-width:740px) {
958
- .c31 {
1029
+ .c32 {
959
1030
  -webkit-flex: 0 0 auto;
960
1031
  -ms-flex: 0 0 auto;
961
1032
  flex: 0 0 auto;
@@ -974,13 +1045,13 @@ exports[`renders correctly 1`] = `
974
1045
  }
975
1046
 
976
1047
  @media (min-width:1024px) {
977
- .c31 {
1048
+ .c32 {
978
1049
  display: none;
979
1050
  }
980
1051
  }
981
1052
 
982
1053
  @media (min-width:740px) {
983
- .c33 {
1054
+ .c34 {
984
1055
  -webkit-flex: 0 0 auto;
985
1056
  -ms-flex: 0 0 auto;
986
1057
  flex: 0 0 auto;
@@ -996,7 +1067,7 @@ exports[`renders correctly 1`] = `
996
1067
  }
997
1068
 
998
1069
  @media (min-width:1024px) {
999
- .c33 {
1070
+ .c34 {
1000
1071
  display: -webkit-box;
1001
1072
  display: -webkit-flex;
1002
1073
  display: -ms-flexbox;
@@ -1005,7 +1076,7 @@ exports[`renders correctly 1`] = `
1005
1076
  }
1006
1077
 
1007
1078
  @media (min-width:740px) {
1008
- .c45 {
1079
+ .c46 {
1009
1080
  -webkit-flex: 0 0 auto;
1010
1081
  -ms-flex: 0 0 auto;
1011
1082
  flex: 0 0 auto;
@@ -1024,11 +1095,17 @@ exports[`renders correctly 1`] = `
1024
1095
  }
1025
1096
 
1026
1097
  @media (min-width:1024px) {
1027
- .c45 {
1098
+ .c46 {
1028
1099
  display: none;
1029
1100
  }
1030
1101
  }
1031
1102
 
1103
+ @media (min-width:1024px) {
1104
+ .c44 {
1105
+ margin-bottom: 0;
1106
+ }
1107
+ }
1108
+
1032
1109
  <div>
1033
1110
  <footer
1034
1111
  className="c0"
@@ -1136,7 +1213,34 @@ exports[`renders correctly 1`] = `
1136
1213
  color="white"
1137
1214
  type="submit"
1138
1215
  >
1139
- Sign up
1216
+ <span
1217
+ className="emailSignUpButtonContent"
1218
+ >
1219
+ <span
1220
+ className="emailSignUpButtonLabel"
1221
+ >
1222
+ Sign up
1223
+ </span>
1224
+ <span
1225
+ aria-hidden="true"
1226
+ className="emailSignUpButtonArrow"
1227
+ >
1228
+ <svg
1229
+ className="c25"
1230
+ direction="right"
1231
+ height={18}
1232
+ viewBox="0 0 96 96"
1233
+ width={18}
1234
+ xmlns="http://www.w3.org/2000/svg"
1235
+ >
1236
+ <path
1237
+ d="m90.871,50.776c-0.016,0.016 -0.026,0.036 -0.043,0.052l-32,32c-0.781,0.781 -1.804,1.172 -2.828,1.172s-2.047,-0.391 -2.829,-1.171a4,4 0 0 1 0,-5.657l25.172,-25.172l-70.343,0a4,4 0 0 1 0,-8l70.343,0l-25.172,-25.171a4,4 0 0 1 5.657,-5.657l32,32c0.016,0.016 0.027,0.036 0.043,0.052c0.167,0.172 0.321,0.357 0.455,0.557c0.069,0.104 0.118,0.216 0.176,0.325c0.065,0.121 0.138,0.236 0.191,0.364c0.057,0.137 0.09,0.279 0.13,0.42c0.032,0.109 0.074,0.214 0.097,0.327a4.017,4.017 0 0 1 0,1.568c-0.023,0.113 -0.065,0.217 -0.097,0.327c-0.041,0.141 -0.074,0.283 -0.13,0.42c-0.053,0.128 -0.126,0.243 -0.191,0.364c-0.059,0.109 -0.107,0.221 -0.176,0.325a4.035,4.035 0 0 1 -0.455,0.555z"
1238
+ id="svg_1"
1239
+ transform="rotate(-180 47.998626708984375,48.00019836425781) "
1240
+ />
1241
+ </svg>
1242
+ </span>
1243
+ </span>
1140
1244
  </button>
1141
1245
  </div>
1142
1246
  </div>
@@ -1144,16 +1248,16 @@ exports[`renders correctly 1`] = `
1144
1248
  </form>
1145
1249
  </div>
1146
1250
  <div
1147
- className="c25"
1251
+ className="c26"
1148
1252
  >
1149
1253
  <ul
1150
- className="c26"
1254
+ className="c27"
1151
1255
  >
1152
1256
  <li
1153
- className="c27"
1257
+ className="c28"
1154
1258
  >
1155
1259
  <a
1156
- className="c28 c29"
1260
+ className="c29 c30"
1157
1261
  data-test="icon-facebook"
1158
1262
  href="https://www.facebook.com/comicrelief"
1159
1263
  rel="noopener noreferrer"
@@ -1162,16 +1266,16 @@ exports[`renders correctly 1`] = `
1162
1266
  >
1163
1267
  <img
1164
1268
  alt="facebook"
1165
- className="c30"
1269
+ className="c31"
1166
1270
  src="mock.asset"
1167
1271
  />
1168
1272
  </a>
1169
1273
  </li>
1170
1274
  <li
1171
- className="c27"
1275
+ className="c28"
1172
1276
  >
1173
1277
  <a
1174
- className="c28 c29"
1278
+ className="c29 c30"
1175
1279
  data-test="icon-instagram"
1176
1280
  href="https://www.instagram.com/comicrelief"
1177
1281
  rel="noopener noreferrer"
@@ -1180,16 +1284,16 @@ exports[`renders correctly 1`] = `
1180
1284
  >
1181
1285
  <img
1182
1286
  alt="instagram"
1183
- className="c30"
1287
+ className="c31"
1184
1288
  src="mock.asset"
1185
1289
  />
1186
1290
  </a>
1187
1291
  </li>
1188
1292
  <li
1189
- className="c27"
1293
+ className="c28"
1190
1294
  >
1191
1295
  <a
1192
- className="c28 c29"
1296
+ className="c29 c30"
1193
1297
  data-test="icon-x"
1194
1298
  href="https://x.com/comicrelief"
1195
1299
  rel="noopener noreferrer"
@@ -1198,16 +1302,16 @@ exports[`renders correctly 1`] = `
1198
1302
  >
1199
1303
  <img
1200
1304
  alt="x"
1201
- className="c30"
1305
+ className="c31"
1202
1306
  src="mock.asset"
1203
1307
  />
1204
1308
  </a>
1205
1309
  </li>
1206
1310
  <li
1207
- className="c27"
1311
+ className="c28"
1208
1312
  >
1209
1313
  <a
1210
- className="c28 c29"
1314
+ className="c29 c30"
1211
1315
  data-test="icon-tiktok"
1212
1316
  href="https://www.tiktok.com/@comicrelief"
1213
1317
  rel="noopener noreferrer"
@@ -1216,16 +1320,16 @@ exports[`renders correctly 1`] = `
1216
1320
  >
1217
1321
  <img
1218
1322
  alt="tiktok"
1219
- className="c30"
1323
+ className="c31"
1220
1324
  src="mock.asset"
1221
1325
  />
1222
1326
  </a>
1223
1327
  </li>
1224
1328
  <li
1225
- className="c27"
1329
+ className="c28"
1226
1330
  >
1227
1331
  <a
1228
- className="c28 c29"
1332
+ className="c29 c30"
1229
1333
  data-test="icon-youtube"
1230
1334
  href="https://www.youtube.com/channel/UCdF5u0ggeSETozc8fsprjcw"
1231
1335
  rel="noopener noreferrer"
@@ -1234,7 +1338,7 @@ exports[`renders correctly 1`] = `
1234
1338
  >
1235
1339
  <img
1236
1340
  alt="youtube"
1237
- className="c30"
1341
+ className="c31"
1238
1342
  src="mock.asset"
1239
1343
  />
1240
1344
  </a>
@@ -1243,7 +1347,7 @@ exports[`renders correctly 1`] = `
1243
1347
  </div>
1244
1348
  </div>
1245
1349
  <div
1246
- className="c31"
1350
+ className="c32"
1247
1351
  >
1248
1352
  <a
1249
1353
  className="c3 c4"
@@ -1254,7 +1358,7 @@ exports[`renders correctly 1`] = `
1254
1358
  type="standard"
1255
1359
  >
1256
1360
  <div
1257
- className="c32"
1361
+ className="c33"
1258
1362
  rotate={0}
1259
1363
  >
1260
1364
  <img
@@ -1266,7 +1370,7 @@ exports[`renders correctly 1`] = `
1266
1370
  </a>
1267
1371
  </div>
1268
1372
  <div
1269
- className="c33"
1373
+ className="c34"
1270
1374
  >
1271
1375
  <a
1272
1376
  className="c3 c4"
@@ -1277,7 +1381,7 @@ exports[`renders correctly 1`] = `
1277
1381
  type="standard"
1278
1382
  >
1279
1383
  <div
1280
- className="c32"
1384
+ className="c33"
1281
1385
  rotate={0}
1282
1386
  >
1283
1387
  <img
@@ -1291,38 +1395,38 @@ exports[`renders correctly 1`] = `
1291
1395
  </div>
1292
1396
  <nav
1293
1397
  aria-label="Primary footer navigation"
1294
- className="c34"
1398
+ className="c35"
1295
1399
  role="navigation"
1296
1400
  >
1297
1401
  <li
1298
- className="c35"
1402
+ className="c36"
1299
1403
  >
1300
1404
  <a
1301
- className="c3 c36"
1405
+ className="c3 c37"
1302
1406
  color="red"
1303
1407
  href="/contact-us"
1304
1408
  target="_self"
1305
1409
  type="standard"
1306
1410
  >
1307
1411
  <span
1308
- className="c17 c37"
1412
+ className="c17 c38"
1309
1413
  >
1310
1414
  Contact us
1311
1415
  </span>
1312
1416
  </a>
1313
1417
  </li>
1314
1418
  <li
1315
- className="c35"
1419
+ className="c36"
1316
1420
  >
1317
1421
  <a
1318
- className="c3 c36"
1422
+ className="c3 c37"
1319
1423
  color="red"
1320
1424
  href="https://www.comicrelief.com/frequently-asked-questions"
1321
1425
  target="_self"
1322
1426
  type="standard"
1323
1427
  >
1324
1428
  <span
1325
- className="c17 c37"
1429
+ className="c17 c38"
1326
1430
  >
1327
1431
  FAQs
1328
1432
  </span>
@@ -1330,16 +1434,16 @@ exports[`renders correctly 1`] = `
1330
1434
  </li>
1331
1435
  </nav>
1332
1436
  <div
1333
- className="c38"
1437
+ className="c39"
1334
1438
  >
1335
1439
  <ul
1336
- className="c26"
1440
+ className="c27"
1337
1441
  >
1338
1442
  <li
1339
- className="c27"
1443
+ className="c28"
1340
1444
  >
1341
1445
  <a
1342
- className="c28 c29"
1446
+ className="c29 c30"
1343
1447
  data-test="icon-facebook"
1344
1448
  href="https://www.facebook.com/comicrelief"
1345
1449
  rel="noopener noreferrer"
@@ -1348,16 +1452,16 @@ exports[`renders correctly 1`] = `
1348
1452
  >
1349
1453
  <img
1350
1454
  alt="facebook"
1351
- className="c30"
1455
+ className="c31"
1352
1456
  src="mock.asset"
1353
1457
  />
1354
1458
  </a>
1355
1459
  </li>
1356
1460
  <li
1357
- className="c27"
1461
+ className="c28"
1358
1462
  >
1359
1463
  <a
1360
- className="c28 c29"
1464
+ className="c29 c30"
1361
1465
  data-test="icon-instagram"
1362
1466
  href="https://www.instagram.com/comicrelief"
1363
1467
  rel="noopener noreferrer"
@@ -1366,16 +1470,16 @@ exports[`renders correctly 1`] = `
1366
1470
  >
1367
1471
  <img
1368
1472
  alt="instagram"
1369
- className="c30"
1473
+ className="c31"
1370
1474
  src="mock.asset"
1371
1475
  />
1372
1476
  </a>
1373
1477
  </li>
1374
1478
  <li
1375
- className="c27"
1479
+ className="c28"
1376
1480
  >
1377
1481
  <a
1378
- className="c28 c29"
1482
+ className="c29 c30"
1379
1483
  data-test="icon-x"
1380
1484
  href="https://x.com/comicrelief"
1381
1485
  rel="noopener noreferrer"
@@ -1384,16 +1488,16 @@ exports[`renders correctly 1`] = `
1384
1488
  >
1385
1489
  <img
1386
1490
  alt="x"
1387
- className="c30"
1491
+ className="c31"
1388
1492
  src="mock.asset"
1389
1493
  />
1390
1494
  </a>
1391
1495
  </li>
1392
1496
  <li
1393
- className="c27"
1497
+ className="c28"
1394
1498
  >
1395
1499
  <a
1396
- className="c28 c29"
1500
+ className="c29 c30"
1397
1501
  data-test="icon-tiktok"
1398
1502
  href="https://www.tiktok.com/@comicrelief"
1399
1503
  rel="noopener noreferrer"
@@ -1402,16 +1506,16 @@ exports[`renders correctly 1`] = `
1402
1506
  >
1403
1507
  <img
1404
1508
  alt="tiktok"
1405
- className="c30"
1509
+ className="c31"
1406
1510
  src="mock.asset"
1407
1511
  />
1408
1512
  </a>
1409
1513
  </li>
1410
1514
  <li
1411
- className="c27"
1515
+ className="c28"
1412
1516
  >
1413
1517
  <a
1414
- className="c28 c29"
1518
+ className="c29 c30"
1415
1519
  data-test="icon-youtube"
1416
1520
  href="https://www.youtube.com/channel/UCdF5u0ggeSETozc8fsprjcw"
1417
1521
  rel="noopener noreferrer"
@@ -1420,7 +1524,7 @@ exports[`renders correctly 1`] = `
1420
1524
  >
1421
1525
  <img
1422
1526
  alt="youtube"
1423
- className="c30"
1527
+ className="c31"
1424
1528
  src="mock.asset"
1425
1529
  />
1426
1530
  </a>
@@ -1429,38 +1533,38 @@ exports[`renders correctly 1`] = `
1429
1533
  </div>
1430
1534
  <nav
1431
1535
  aria-label="Secondary footer navigation"
1432
- className="c39"
1536
+ className="c40"
1433
1537
  role="navigation"
1434
1538
  >
1435
1539
  <li
1436
- className="c40"
1540
+ className="c41"
1437
1541
  >
1438
1542
  <a
1439
- className="c3 c41"
1543
+ className="c3 c42"
1440
1544
  color="red"
1441
1545
  href="https://www.comicrelief.com/terms-of-use"
1442
1546
  target="_self"
1443
1547
  type="standard"
1444
1548
  >
1445
1549
  <span
1446
- className="c17 c42"
1550
+ className="c17 c43"
1447
1551
  >
1448
1552
  Terms of use
1449
1553
  </span>
1450
1554
  </a>
1451
1555
  </li>
1452
1556
  <li
1453
- className="c40"
1557
+ className="c41"
1454
1558
  >
1455
1559
  <a
1456
- className="c3 c41"
1560
+ className="c3 c42"
1457
1561
  color="red"
1458
1562
  href="https://www.comicrelief.com/privacy-notice"
1459
1563
  target="_self"
1460
1564
  type="standard"
1461
1565
  >
1462
1566
  <span
1463
- className="c17 c42"
1567
+ className="c17 c43"
1464
1568
  >
1465
1569
  Privacy notice
1466
1570
  </span>
@@ -1468,21 +1572,21 @@ exports[`renders correctly 1`] = `
1468
1572
  </li>
1469
1573
  </nav>
1470
1574
  <div
1471
- className="c43"
1575
+ className="c44"
1472
1576
  >
1473
1577
  <p
1474
- className="c17 c44"
1578
+ className="c17 c45"
1475
1579
  >
1476
1580
  © 2026 Comic Relief
1477
1581
  </p>
1478
1582
  <p
1479
- className="c17 c44"
1583
+ className="c17 c45"
1480
1584
  >
1481
1585
  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.
1482
1586
  </p>
1483
1587
  </div>
1484
1588
  <div
1485
- className="c45"
1589
+ className="c46"
1486
1590
  />
1487
1591
  </div>
1488
1592
  </footer>