@comicrelief/component-library 8.44.4 → 8.45.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.
Files changed (67) hide show
  1. package/dist/components/Atoms/SocialIcons/Icon/Icon.js +39 -14
  2. package/dist/components/Atoms/SocialIcons/SocialIcons.js +91 -22
  3. package/dist/components/Atoms/SocialIcons/Utils/Icons.js +26 -7
  4. package/dist/components/Atoms/SocialIcons/Utils/Links.js +10 -0
  5. package/dist/components/Atoms/SocialIcons/__snapshots__/SocialIcons.test.js.snap +63 -48
  6. package/{src/components/Atoms/SocialIcons/assets → dist/components/Atoms/SocialIcons/assets/circled}/facebook.svg +1 -1
  7. package/{src/components/Atoms/SocialIcons/assets → dist/components/Atoms/SocialIcons/assets/circled}/twitter.svg +1 -1
  8. package/dist/components/Atoms/SocialIcons/assets/{youtube.svg → circled/youtube.svg} +1 -1
  9. package/dist/components/Atoms/SocialIcons/assets/standard/facebook.svg +3 -0
  10. package/dist/components/Atoms/SocialIcons/assets/standard/instagram.svg +3 -0
  11. package/dist/components/Atoms/SocialIcons/assets/standard/tiktok.svg +3 -0
  12. package/dist/components/Atoms/SocialIcons/assets/standard/x.svg +3 -0
  13. package/dist/components/Atoms/SocialIcons/assets/standard/youtube.svg +3 -0
  14. package/dist/components/Molecules/EmailSignUp/EmailSignUp.js +38 -0
  15. package/dist/components/Molecules/EmailSignUp/EmailSignUp.style.js +113 -0
  16. package/dist/components/Molecules/LogoLinked/LogoLinked.js +6 -6
  17. package/dist/components/Organisms/Footer/Footer.md +12 -11
  18. package/dist/components/Organisms/Footer/FundraisingRegulatorLogo/FundraisingRegulatorLogo.js +36 -16
  19. package/dist/components/Organisms/Footer/Nav/Nav.style.js +8 -8
  20. package/dist/components/Organisms/Footer/__snapshots__/Footer.test.js.snap +188 -183
  21. package/dist/components/Organisms/FooterNew/FooterNew.js +136 -0
  22. package/dist/components/Organisms/FooterNew/FooterNew.md +47 -0
  23. package/dist/components/Organisms/FooterNew/FooterNew.style.js +312 -0
  24. package/dist/components/Organisms/FooterNew/FooterNew.test.js +20 -0
  25. package/dist/components/Organisms/FooterNew/Nav/PrimaryNav.js +32 -0
  26. package/dist/components/Organisms/FooterNew/Nav/SecondaryNav.js +32 -0
  27. package/dist/components/Organisms/FooterNew/__snapshots__/FooterNew.test.js.snap +1490 -0
  28. package/dist/components/Organisms/FooterNew/dev-data/data.js +106 -0
  29. package/dist/index.js +20 -0
  30. package/dist/theme/crTheme/colors.js +12 -7
  31. package/dist/theme/shared/animations.js +46 -0
  32. package/package.json +1 -1
  33. package/src/components/Atoms/SocialIcons/Icon/Icon.js +47 -11
  34. package/src/components/Atoms/SocialIcons/SocialIcons.js +99 -25
  35. package/src/components/Atoms/SocialIcons/Utils/Icons.js +29 -10
  36. package/src/components/Atoms/SocialIcons/Utils/Links.js +10 -0
  37. package/src/components/Atoms/SocialIcons/__snapshots__/SocialIcons.test.js.snap +63 -48
  38. package/{dist/components/Atoms/SocialIcons/assets → src/components/Atoms/SocialIcons/assets/circled}/facebook.svg +1 -1
  39. package/{dist/components/Atoms/SocialIcons/assets → src/components/Atoms/SocialIcons/assets/circled}/twitter.svg +1 -1
  40. package/src/components/Atoms/SocialIcons/assets/{youtube.svg → circled/youtube.svg} +1 -1
  41. package/src/components/Atoms/SocialIcons/assets/standard/facebook.svg +3 -0
  42. package/src/components/Atoms/SocialIcons/assets/standard/instagram.svg +3 -0
  43. package/src/components/Atoms/SocialIcons/assets/standard/tiktok.svg +3 -0
  44. package/src/components/Atoms/SocialIcons/assets/standard/x.svg +3 -0
  45. package/src/components/Atoms/SocialIcons/assets/standard/youtube.svg +3 -0
  46. package/src/components/Molecules/EmailSignUp/EmailSignUp.js +55 -0
  47. package/src/components/Molecules/EmailSignUp/EmailSignUp.style.js +107 -0
  48. package/src/components/Molecules/LogoLinked/LogoLinked.js +5 -14
  49. package/src/components/Organisms/Footer/Footer.md +12 -11
  50. package/src/components/Organisms/Footer/FundraisingRegulatorLogo/FundraisingRegulatorLogo.js +14 -3
  51. package/src/components/Organisms/Footer/Nav/Nav.style.js +8 -8
  52. package/src/components/Organisms/Footer/__snapshots__/Footer.test.js.snap +188 -183
  53. package/src/components/Organisms/FooterNew/FooterNew.js +211 -0
  54. package/src/components/Organisms/FooterNew/FooterNew.md +47 -0
  55. package/src/components/Organisms/FooterNew/FooterNew.style.js +294 -0
  56. package/src/components/Organisms/FooterNew/FooterNew.test.js +24 -0
  57. package/src/components/Organisms/FooterNew/Nav/PrimaryNav.js +54 -0
  58. package/src/components/Organisms/FooterNew/Nav/SecondaryNav.js +54 -0
  59. package/src/components/Organisms/FooterNew/__snapshots__/FooterNew.test.js.snap +1490 -0
  60. package/src/components/Organisms/FooterNew/dev-data/data.js +123 -0
  61. package/src/index.js +2 -0
  62. package/src/theme/crTheme/colors.js +13 -7
  63. package/src/theme/shared/animations.js +60 -0
  64. /package/dist/components/Atoms/SocialIcons/assets/{X-white-Subtract.svg → circled/X-white-Subtract.svg} +0 -0
  65. /package/dist/components/Atoms/SocialIcons/assets/{instagram.svg → circled/instagram.svg} +0 -0
  66. /package/src/components/Atoms/SocialIcons/assets/{X-white-Subtract.svg → circled/X-white-Subtract.svg} +0 -0
  67. /package/src/components/Atoms/SocialIcons/assets/{instagram.svg → circled/instagram.svg} +0 -0
@@ -1,7 +1,7 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`renders correctly 1`] = `
4
- .c12 {
4
+ .c13 {
5
5
  font-family: 'Anton',Impact,sans-serif;
6
6
  font-weight: 400;
7
7
  text-transform: uppercase;
@@ -13,17 +13,17 @@ exports[`renders correctly 1`] = `
13
13
  line-height: 1.5rem;
14
14
  }
15
15
 
16
- .c12 {
16
+ .c13 {
17
17
  font-size: 1rem;
18
18
  line-height: normal;
19
19
  }
20
20
 
21
- .c12 span {
21
+ .c13 span {
22
22
  font-size: inherit;
23
23
  line-height: inherit;
24
24
  }
25
25
 
26
- .c15 {
26
+ .c16 {
27
27
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
28
28
  font-weight: 400;
29
29
  text-transform: inherit;
@@ -35,19 +35,19 @@ exports[`renders correctly 1`] = `
35
35
  line-height: 1.25rem;
36
36
  }
37
37
 
38
- .c15 {
38
+ .c16 {
39
39
  font-size: 1rem;
40
40
  line-height: normal;
41
41
  font-weight: bold;
42
42
  color: #FFFFFF;
43
43
  }
44
44
 
45
- .c15 span {
45
+ .c16 span {
46
46
  font-size: inherit;
47
47
  line-height: inherit;
48
48
  }
49
49
 
50
- .c20 {
50
+ .c21 {
51
51
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
52
52
  font-weight: 400;
53
53
  text-transform: inherit;
@@ -59,18 +59,18 @@ exports[`renders correctly 1`] = `
59
59
  line-height: 1.25rem;
60
60
  }
61
61
 
62
- .c20 {
62
+ .c21 {
63
63
  font-size: 1rem;
64
64
  line-height: normal;
65
65
  color: #FFFFFF;
66
66
  }
67
67
 
68
- .c20 span {
68
+ .c21 span {
69
69
  font-size: inherit;
70
70
  line-height: inherit;
71
71
  }
72
72
 
73
- .c25 {
73
+ .c26 {
74
74
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
75
75
  font-weight: 400;
76
76
  text-transform: inherit;
@@ -82,18 +82,18 @@ exports[`renders correctly 1`] = `
82
82
  line-height: 1.25rem;
83
83
  }
84
84
 
85
- .c25 {
85
+ .c26 {
86
86
  font-size: 1rem;
87
87
  line-height: normal;
88
88
  color: #969598;
89
89
  }
90
90
 
91
- .c25 span {
91
+ .c26 span {
92
92
  font-size: inherit;
93
93
  line-height: inherit;
94
94
  }
95
95
 
96
- .c10 {
96
+ .c11 {
97
97
  object-fit: cover;
98
98
  width: 100%;
99
99
  display: block;
@@ -101,7 +101,7 @@ exports[`renders correctly 1`] = `
101
101
  margin-right: 1rem;
102
102
  }
103
103
 
104
- .c9 {
104
+ .c10 {
105
105
  display: inline-block;
106
106
  z-index: 3;
107
107
  width: 48px;
@@ -111,21 +111,21 @@ exports[`renders correctly 1`] = `
111
111
  vertical-align: bottom;
112
112
  }
113
113
 
114
- .c7 {
114
+ .c8 {
115
115
  position: relative;
116
116
  display: inline;
117
117
  color: #000000;
118
118
  font-weight: normal;
119
119
  }
120
120
 
121
- .c7:hover,
122
- .c7:focus {
121
+ .c8:hover,
122
+ .c8:focus {
123
123
  color: #000000;
124
124
  -webkit-text-decoration: none;
125
125
  text-decoration: none;
126
126
  }
127
127
 
128
- .c23 {
128
+ .c24 {
129
129
  border: 0;
130
130
  -webkit-clip: rect(0 0 0 0);
131
131
  clip: rect(0 0 0 0);
@@ -155,7 +155,7 @@ exports[`renders correctly 1`] = `
155
155
  opacity: 0.6;
156
156
  }
157
157
 
158
- .c6 {
158
+ .c7 {
159
159
  width: 100%;
160
160
  }
161
161
 
@@ -165,11 +165,11 @@ exports[`renders correctly 1`] = `
165
165
  display: -ms-flexbox;
166
166
  display: flex;
167
167
  list-style-type: none;
168
- margin: 0 auto;
169
- -webkit-box-pack: center;
170
- -webkit-justify-content: center;
171
- -ms-flex-pack: center;
172
- justify-content: center;
168
+ -webkit-box-pack: space-around;
169
+ -webkit-justify-content: space-around;
170
+ -ms-flex-pack: space-around;
171
+ justify-content: space-around;
172
+ margin: 0 auto 0 0;
173
173
  padding: 0;
174
174
  -webkit-align-items: center;
175
175
  -webkit-box-align: center;
@@ -178,11 +178,15 @@ exports[`renders correctly 1`] = `
178
178
  }
179
179
 
180
180
  .c4 {
181
- width: 32px;
181
+ width: 48px;
182
182
  margin-right: 1.5rem;
183
183
  }
184
184
 
185
- .c18 {
185
+ .c6 {
186
+ width: auto;
187
+ }
188
+
189
+ .c19 {
186
190
  border: 0;
187
191
  height: 46px;
188
192
  width: 100%;
@@ -191,18 +195,18 @@ exports[`renders correctly 1`] = `
191
195
  text-decoration: none;
192
196
  }
193
197
 
194
- .c18:hover,
195
- .c18:focus {
198
+ .c19:hover,
199
+ .c19:focus {
196
200
  border-bottom: none;
197
201
  }
198
202
 
199
- .c11 {
203
+ .c12 {
200
204
  display: block;
201
205
  width: 100%;
202
206
  text-align: left;
203
207
  }
204
208
 
205
- .c11 > h2 {
209
+ .c12 > h2 {
206
210
  border: 0;
207
211
  -webkit-clip: rect(0 0 0 0);
208
212
  clip: rect(0 0 0 0);
@@ -217,7 +221,7 @@ exports[`renders correctly 1`] = `
217
221
  width: 1px;
218
222
  }
219
223
 
220
- .c16 {
224
+ .c17 {
221
225
  display: -webkit-box;
222
226
  display: -webkit-flex;
223
227
  display: -ms-flexbox;
@@ -234,18 +238,18 @@ exports[`renders correctly 1`] = `
234
238
  flex-direction: column;
235
239
  }
236
240
 
237
- .c16 > li a {
241
+ .c17 > li a {
238
242
  display: none;
239
243
  font-size: 15px;
240
244
  font-weight: 500;
241
245
  cursor: pointer;
242
246
  }
243
247
 
244
- .c16 > li a:after {
248
+ .c17 > li a:after {
245
249
  content: none;
246
250
  }
247
251
 
248
- .c21 {
252
+ .c22 {
249
253
  display: -webkit-box;
250
254
  display: -webkit-flex;
251
255
  display: -ms-flexbox;
@@ -262,52 +266,52 @@ exports[`renders correctly 1`] = `
262
266
  flex-direction: column;
263
267
  }
264
268
 
265
- .c21 > li a {
269
+ .c22 > li a {
266
270
  display: none;
267
271
  font-size: 15px;
268
272
  font-weight: 500;
269
273
  cursor: pointer;
270
274
  }
271
275
 
272
- .c21 > li a:after {
276
+ .c22 > li a:after {
273
277
  content: none;
274
278
  }
275
279
 
276
- .c17 {
280
+ .c18 {
277
281
  height: 40px;
278
282
  width: 100%;
279
283
  background-color: inherit;
280
284
  padding: 8px 0;
281
285
  }
282
286
 
283
- .c22 {
287
+ .c23 {
284
288
  height: 40px;
285
289
  width: 100%;
286
290
  background-color: inherit;
287
291
  padding: 8px 0;
288
292
  }
289
293
 
290
- .c19 {
294
+ .c20 {
291
295
  padding: 14px 21px;
292
296
  height: auto;
293
297
  position: relative;
294
298
  }
295
299
 
296
- .c13 {
300
+ .c14 {
297
301
  background-color: inherit;
298
302
  list-style: none outside;
299
303
  padding: 0 0 4rem;
300
304
  border-bottom: 1px solid #FFFFFF;
301
305
  }
302
306
 
303
- .c14 {
307
+ .c15 {
304
308
  position: relative;
305
309
  font-weight: 700;
306
310
  margin: 0;
307
311
  margin-bottom: 1rem;
308
312
  }
309
313
 
310
- .c14 a {
314
+ .c15 a {
311
315
  width: auto;
312
316
  padding: 0;
313
317
  height: auto;
@@ -318,7 +322,7 @@ exports[`renders correctly 1`] = `
318
322
  font-weight: 700;
319
323
  }
320
324
 
321
- .c14 a:after {
325
+ .c15 a:after {
322
326
  content: '\\2303';
323
327
  position: absolute;
324
328
  font-family: Arial;
@@ -372,7 +376,7 @@ exports[`renders correctly 1`] = `
372
376
  align-items: center;
373
377
  }
374
378
 
375
- .c24 {
379
+ .c25 {
376
380
  display: block;
377
381
  width: 100%;
378
382
  height: 100%;
@@ -380,79 +384,79 @@ exports[`renders correctly 1`] = `
380
384
  margin-top: 0;
381
385
  }
382
386
 
383
- .c24 p {
387
+ .c25 p {
384
388
  font-size: 15px;
385
389
  line-height: 24px;
386
390
  margin-bottom: 5px;
387
391
  }
388
392
 
389
- .c8 {
393
+ .c9 {
390
394
  color: transparent;
391
395
  border: 0;
392
396
  }
393
397
 
394
- .c8:hover {
398
+ .c9:hover {
395
399
  border: 0;
396
400
  }
397
401
 
398
402
  @media (min-width:740px) {
399
- .c12 {
403
+ .c13 {
400
404
  font-size: 1.875rem;
401
405
  line-height: 1.875rem;
402
406
  }
403
407
  }
404
408
 
405
409
  @media (min-width:1024px) {
406
- .c12 {
410
+ .c13 {
407
411
  font-size: 2rem;
408
412
  line-height: 2rem;
409
413
  }
410
414
  }
411
415
 
412
416
  @media (min-width:740px) {
413
- .c15 {
417
+ .c16 {
414
418
  font-size: 1rem;
415
419
  line-height: 1.25rem;
416
420
  }
417
421
  }
418
422
 
419
423
  @media (min-width:1024px) {
420
- .c15 {
424
+ .c16 {
421
425
  font-size: 1.125rem;
422
426
  line-height: 1.375rem;
423
427
  }
424
428
  }
425
429
 
426
430
  @media (min-width:740px) {
427
- .c20 {
431
+ .c21 {
428
432
  font-size: 1rem;
429
433
  line-height: 1.25rem;
430
434
  }
431
435
  }
432
436
 
433
437
  @media (min-width:1024px) {
434
- .c20 {
438
+ .c21 {
435
439
  font-size: 1.125rem;
436
440
  line-height: 1.375rem;
437
441
  }
438
442
  }
439
443
 
440
444
  @media (min-width:740px) {
441
- .c25 {
445
+ .c26 {
442
446
  font-size: 1rem;
443
447
  line-height: 1.25rem;
444
448
  }
445
449
  }
446
450
 
447
451
  @media (min-width:1024px) {
448
- .c25 {
452
+ .c26 {
449
453
  font-size: 1.125rem;
450
454
  line-height: 1.375rem;
451
455
  }
452
456
  }
453
457
 
454
458
  @media (min-width:1150px) {
455
- .c9 {
459
+ .c10 {
456
460
  width: 72px;
457
461
  }
458
462
  }
@@ -463,29 +467,30 @@ exports[`renders correctly 1`] = `
463
467
  -webkit-justify-content: start;
464
468
  -ms-flex-pack: start;
465
469
  justify-content: start;
470
+ margin: 0 auto 0 0;
466
471
  }
467
472
  }
468
473
 
469
474
  @media (min-width:740px) {
470
475
  .c4 {
471
- width: 48px;
476
+ margin-right: 1.5rem;
472
477
  }
473
478
  }
474
479
 
475
480
  @media (min-width:740px) {
476
- .c16 {
481
+ .c17 {
477
482
  max-height: none;
478
483
  height: auto;
479
484
  }
480
485
 
481
- .c16 > li a {
486
+ .c17 > li a {
482
487
  display: inline;
483
488
  line-height: 24px;
484
489
  }
485
490
  }
486
491
 
487
492
  @media (min-width:740px) {
488
- .c21 {
493
+ .c22 {
489
494
  max-height: none;
490
495
  height: auto;
491
496
  -webkit-flex-direction: row;
@@ -496,35 +501,35 @@ exports[`renders correctly 1`] = `
496
501
  flex-wrap: wrap;
497
502
  }
498
503
 
499
- .c21 > li a {
504
+ .c22 > li a {
500
505
  display: inline;
501
506
  line-height: 24px;
502
507
  }
503
508
  }
504
509
 
505
510
  @media (min-width:740px) {
506
- .c17 {
511
+ .c18 {
507
512
  height: auto;
508
513
  margin-top: 12px;
509
514
  padding: 0;
510
515
  }
511
516
 
512
- .c17 a {
517
+ .c18 a {
513
518
  background-color: inherit;
514
519
  height: auto;
515
520
  }
516
521
 
517
- .c17 a:after {
522
+ .c18 a:after {
518
523
  content: none !important;
519
524
  }
520
525
 
521
- .c17 a:hover,
522
- .c17 a:focus {
526
+ .c18 a:hover,
527
+ .c18 a:focus {
523
528
  border-bottom: 2px solid #fff;
524
529
  }
525
530
 
526
- .c17 a:hover span,
527
- .c17 a:focus span {
531
+ .c18 a:hover span,
532
+ .c18 a:focus span {
528
533
  border-bottom: 0;
529
534
  padding-bottom: 2px;
530
535
  }
@@ -535,7 +540,7 @@ exports[`renders correctly 1`] = `
535
540
  }
536
541
 
537
542
  @media (min-width:740px) {
538
- .c22 {
543
+ .c23 {
539
544
  height: auto;
540
545
  margin-top: 12px;
541
546
  padding: 0;
@@ -544,29 +549,29 @@ exports[`renders correctly 1`] = `
544
549
  flex: 0 0 100%;
545
550
  }
546
551
 
547
- .c22 a {
552
+ .c23 a {
548
553
  background-color: inherit;
549
554
  height: auto;
550
555
  }
551
556
 
552
- .c22 a:after {
557
+ .c23 a:after {
553
558
  content: none !important;
554
559
  }
555
560
 
556
- .c22 a:hover,
557
- .c22 a:focus {
561
+ .c23 a:hover,
562
+ .c23 a:focus {
558
563
  border-bottom: 2px solid #fff;
559
564
  }
560
565
 
561
- .c22 a:hover span,
562
- .c22 a:focus span {
566
+ .c23 a:hover span,
567
+ .c23 a:focus span {
563
568
  border-bottom: 0;
564
569
  padding-bottom: 2px;
565
570
  }
566
571
  }
567
572
 
568
573
  @media (min-width:1024px) {
569
- .c22 {
574
+ .c23 {
570
575
  -webkit-flex: 0 0 100%;
571
576
  -ms-flex: 0 0 100%;
572
577
  flex: 0 0 100%;
@@ -574,7 +579,7 @@ exports[`renders correctly 1`] = `
574
579
  }
575
580
 
576
581
  @media (min-width:740px) {
577
- .c13 {
582
+ .c14 {
578
583
  display: -webkit-box;
579
584
  display: -webkit-flex;
580
585
  display: -ms-flexbox;
@@ -590,7 +595,7 @@ exports[`renders correctly 1`] = `
590
595
  }
591
596
 
592
597
  @media (min-width:740px) {
593
- .c14 {
598
+ .c15 {
594
599
  -webkit-flex: 0 0 30%;
595
600
  -ms-flex: 0 0 30%;
596
601
  flex: 0 0 30%;
@@ -599,7 +604,7 @@ exports[`renders correctly 1`] = `
599
604
  }
600
605
 
601
606
  @media (min-width:1024px) {
602
- .c14 {
607
+ .c15 {
603
608
  -webkit-flex: 0 0 calc(25% - 1rem);
604
609
  -ms-flex: 0 0 calc(25% - 1rem);
605
610
  flex: 0 0 calc(25% - 1rem);
@@ -607,25 +612,25 @@ exports[`renders correctly 1`] = `
607
612
  margin-bottom: 1rem;
608
613
  }
609
614
 
610
- .c14 > span {
615
+ .c15 > span {
611
616
  padding: 0;
612
617
  }
613
618
  }
614
619
 
615
620
  @media (min-width:740px) {
616
- .c14 a {
621
+ .c15 a {
617
622
  font-size: 20px;
618
623
  line-height: 40px;
619
624
  }
620
625
  }
621
626
 
622
627
  @media (min-width:740px) {
623
- .c14 a {
628
+ .c15 a {
624
629
  cursor: default;
625
630
  display: inline;
626
631
  }
627
632
 
628
- .c14 a:after {
633
+ .c15 a:after {
629
634
  content: none;
630
635
  }
631
636
  }
@@ -643,7 +648,7 @@ exports[`renders correctly 1`] = `
643
648
  }
644
649
 
645
650
  @media (min-width:1024px) {
646
- .c24 p {
651
+ .c25 p {
647
652
  font-size: 16px;
648
653
  line-height: 27px;
649
654
  }
@@ -671,7 +676,7 @@ exports[`renders correctly 1`] = `
671
676
  className="c4"
672
677
  >
673
678
  <a
674
- className="c5"
679
+ className="c5 c6"
675
680
  data-test="icon-facebook"
676
681
  href="https://www.facebook.com/comicrelief"
677
682
  rel="noopener noreferrer"
@@ -680,7 +685,7 @@ exports[`renders correctly 1`] = `
680
685
  >
681
686
  <img
682
687
  alt="facebook"
683
- className="c6"
688
+ className="c7"
684
689
  src="mock.asset"
685
690
  />
686
691
  </a>
@@ -689,7 +694,7 @@ exports[`renders correctly 1`] = `
689
694
  className="c4"
690
695
  >
691
696
  <a
692
- className="c5"
697
+ className="c5 c6"
693
698
  data-test="icon-instagram"
694
699
  href="https://www.instagram.com/comicrelief"
695
700
  rel="noopener noreferrer"
@@ -698,7 +703,7 @@ exports[`renders correctly 1`] = `
698
703
  >
699
704
  <img
700
705
  alt="instagram"
701
- className="c6"
706
+ className="c7"
702
707
  src="mock.asset"
703
708
  />
704
709
  </a>
@@ -707,7 +712,7 @@ exports[`renders correctly 1`] = `
707
712
  className="c4"
708
713
  >
709
714
  <a
710
- className="c5"
715
+ className="c5 c6"
711
716
  data-test="icon-twitter"
712
717
  href="https://twitter.com/comicrelief"
713
718
  rel="noopener noreferrer"
@@ -716,7 +721,7 @@ exports[`renders correctly 1`] = `
716
721
  >
717
722
  <img
718
723
  alt="twitter"
719
- className="c6"
724
+ className="c7"
720
725
  src="mock.asset"
721
726
  />
722
727
  </a>
@@ -725,7 +730,7 @@ exports[`renders correctly 1`] = `
725
730
  className="c4"
726
731
  >
727
732
  <a
728
- className="c5"
733
+ className="c5 c6"
729
734
  data-test="icon-youtube"
730
735
  href="https://www.youtube.com/channel/UCdF5u0ggeSETozc8fsprjcw"
731
736
  rel="noopener noreferrer"
@@ -734,7 +739,7 @@ exports[`renders correctly 1`] = `
734
739
  >
735
740
  <img
736
741
  alt="youtube"
737
- className="c6"
742
+ className="c7"
738
743
  src="mock.asset"
739
744
  />
740
745
  </a>
@@ -742,7 +747,7 @@ exports[`renders correctly 1`] = `
742
747
  </ul>
743
748
  </div>
744
749
  <a
745
- className="c7 c8"
750
+ className="c8 c9"
746
751
  color="red"
747
752
  href="/"
748
753
  target="_self"
@@ -750,12 +755,12 @@ exports[`renders correctly 1`] = `
750
755
  type="standard"
751
756
  >
752
757
  <div
753
- className="c9"
758
+ className="c10"
754
759
  rotate={0}
755
760
  >
756
761
  <img
757
762
  alt="Comic Relief logo"
758
- className="c10"
763
+ className="c11"
759
764
  src="mock.asset"
760
765
  />
761
766
  </div>
@@ -763,38 +768,38 @@ exports[`renders correctly 1`] = `
763
768
  </div>
764
769
  <nav
765
770
  aria-label="main-menu"
766
- className="c11"
771
+ className="c12"
767
772
  role="navigation"
768
773
  >
769
774
  <h2
770
- className="c12"
775
+ className="c13"
771
776
  id="footer-menu"
772
777
  >
773
778
  Footer navigation
774
779
  </h2>
775
780
  <ul
776
- className="c13"
781
+ className="c14"
777
782
  role="menubar"
778
783
  >
779
784
  <li
780
- className="c14"
785
+ className="c15"
781
786
  role="none"
782
787
  >
783
788
  <span
784
- className="c15"
789
+ className="c16"
785
790
  >
786
791
  Hear from us
787
792
  </span>
788
793
  <ul
789
794
  aria-label="Hear from us"
790
- className="c16"
795
+ className="c17"
791
796
  role="list"
792
797
  >
793
798
  <li
794
- className="c17"
799
+ className="c18"
795
800
  >
796
801
  <a
797
- className="c7 c18 c19"
802
+ className="c8 c19 c20"
798
803
  color="red"
799
804
  href="https://www.comicrelief.com/#"
800
805
  role="menuitem"
@@ -802,17 +807,17 @@ exports[`renders correctly 1`] = `
802
807
  type="standard"
803
808
  >
804
809
  <span
805
- className="c20"
810
+ className="c21"
806
811
  >
807
812
  Get the newsletter
808
813
  </span>
809
814
  </a>
810
815
  </li>
811
816
  <li
812
- className="c17"
817
+ className="c18"
813
818
  >
814
819
  <a
815
- className="c7 c18 c19"
820
+ className="c8 c19 c20"
816
821
  color="red"
817
822
  href="https://www.comicrelief.com/update-your-preferences"
818
823
  role="menuitem"
@@ -820,7 +825,7 @@ exports[`renders correctly 1`] = `
820
825
  type="standard"
821
826
  >
822
827
  <span
823
- className="c20"
828
+ className="c21"
824
829
  >
825
830
  How we contact you
826
831
  </span>
@@ -829,24 +834,24 @@ exports[`renders correctly 1`] = `
829
834
  </ul>
830
835
  </li>
831
836
  <li
832
- className="c14"
837
+ className="c15"
833
838
  role="none"
834
839
  >
835
840
  <span
836
- className="c15"
841
+ className="c16"
837
842
  >
838
843
  Get in touch
839
844
  </span>
840
845
  <ul
841
846
  aria-label="Get in touch"
842
- className="c21"
847
+ className="c22"
843
848
  role="list"
844
849
  >
845
850
  <li
846
- className="c22"
851
+ className="c23"
847
852
  >
848
853
  <a
849
- className="c7 c18 c19"
854
+ className="c8 c19 c20"
850
855
  color="red"
851
856
  href="/contact-us"
852
857
  role="menuitem"
@@ -854,17 +859,17 @@ exports[`renders correctly 1`] = `
854
859
  type="standard"
855
860
  >
856
861
  <span
857
- className="c20"
862
+ className="c21"
858
863
  >
859
864
  Contact us
860
865
  </span>
861
866
  </a>
862
867
  </li>
863
868
  <li
864
- className="c22"
869
+ className="c23"
865
870
  >
866
871
  <a
867
- className="c7 c18 c19"
872
+ className="c8 c19 c20"
868
873
  color="red"
869
874
  href="https://giftaid.comicrelief.com/update"
870
875
  role="menuitem"
@@ -872,17 +877,17 @@ exports[`renders correctly 1`] = `
872
877
  type="standard"
873
878
  >
874
879
  <span
875
- className="c20"
880
+ className="c21"
876
881
  >
877
882
  Your Gift Aid
878
883
  </span>
879
884
  </a>
880
885
  </li>
881
886
  <li
882
- className="c22"
887
+ className="c23"
883
888
  >
884
889
  <a
885
- className="c7 c18 c19"
890
+ className="c8 c19 c20"
886
891
  color="red"
887
892
  href="https://www.comicrelief.com/frequently-asked-questions"
888
893
  role="menuitem"
@@ -890,17 +895,17 @@ exports[`renders correctly 1`] = `
890
895
  type="standard"
891
896
  >
892
897
  <span
893
- className="c20"
898
+ className="c21"
894
899
  >
895
900
  FAQs
896
901
  </span>
897
902
  </a>
898
903
  </li>
899
904
  <li
900
- className="c22"
905
+ className="c23"
901
906
  >
902
907
  <a
903
- className="c7 c18 c19"
908
+ className="c8 c19 c20"
904
909
  color="red"
905
910
  href="https://www.comicrelief.com/red-nose-days-frequently-asked-questions"
906
911
  role="menuitem"
@@ -908,7 +913,7 @@ exports[`renders correctly 1`] = `
908
913
  type="standard"
909
914
  >
910
915
  <span
911
- className="c20"
916
+ className="c21"
912
917
  >
913
918
  Red Nose Day 2019 FAQs
914
919
  </span>
@@ -917,24 +922,24 @@ exports[`renders correctly 1`] = `
917
922
  </ul>
918
923
  </li>
919
924
  <li
920
- className="c14"
925
+ className="c15"
921
926
  role="none"
922
927
  >
923
928
  <span
924
- className="c15"
929
+ className="c16"
925
930
  >
926
931
  About us
927
932
  </span>
928
933
  <ul
929
934
  aria-label="About us"
930
- className="c21"
935
+ className="c22"
931
936
  role="list"
932
937
  >
933
938
  <li
934
- className="c22"
939
+ className="c23"
935
940
  >
936
941
  <a
937
- className="c7 c18 c19"
942
+ className="c8 c19 c20"
938
943
  color="red"
939
944
  href="https://www.comicrelief.com/about-comic-relief"
940
945
  role="menuitem"
@@ -942,17 +947,17 @@ exports[`renders correctly 1`] = `
942
947
  type="standard"
943
948
  >
944
949
  <span
945
- className="c20"
950
+ className="c21"
946
951
  >
947
952
  Mission
948
953
  </span>
949
954
  </a>
950
955
  </li>
951
956
  <li
952
- className="c22"
957
+ className="c23"
953
958
  >
954
959
  <a
955
- className="c7 c18 c19"
960
+ className="c8 c19 c20"
956
961
  color="red"
957
962
  href="https://www.comicrelief.com/about-comic-relief/history"
958
963
  role="menuitem"
@@ -960,17 +965,17 @@ exports[`renders correctly 1`] = `
960
965
  type="standard"
961
966
  >
962
967
  <span
963
- className="c20"
968
+ className="c21"
964
969
  >
965
970
  Our history
966
971
  </span>
967
972
  </a>
968
973
  </li>
969
974
  <li
970
- className="c22"
975
+ className="c23"
971
976
  >
972
977
  <a
973
- className="c7 c18 c19"
978
+ className="c8 c19 c20"
974
979
  color="red"
975
980
  href="https://www.comicrelief.com/about-comic-relief/finances"
976
981
  role="menuitem"
@@ -978,17 +983,17 @@ exports[`renders correctly 1`] = `
978
983
  type="standard"
979
984
  >
980
985
  <span
981
- className="c20"
986
+ className="c21"
982
987
  >
983
988
  Finances
984
989
  </span>
985
990
  </a>
986
991
  </li>
987
992
  <li
988
- className="c22"
993
+ className="c23"
989
994
  >
990
995
  <a
991
- className="c7 c18 c19"
996
+ className="c8 c19 c20"
992
997
  color="red"
993
998
  href="https://www.comicrelief.com/working-with-us"
994
999
  role="menuitem"
@@ -996,17 +1001,17 @@ exports[`renders correctly 1`] = `
996
1001
  type="standard"
997
1002
  >
998
1003
  <span
999
- className="c20"
1004
+ className="c21"
1000
1005
  >
1001
1006
  Partners
1002
1007
  </span>
1003
1008
  </a>
1004
1009
  </li>
1005
1010
  <li
1006
- className="c22"
1011
+ className="c23"
1007
1012
  >
1008
1013
  <a
1009
- className="c7 c18 c19"
1014
+ className="c8 c19 c20"
1010
1015
  color="red"
1011
1016
  href="https://www.comicrelief.com/about-comic-relief/meet-the-team"
1012
1017
  role="menuitem"
@@ -1014,17 +1019,17 @@ exports[`renders correctly 1`] = `
1014
1019
  type="standard"
1015
1020
  >
1016
1021
  <span
1017
- className="c20"
1022
+ className="c21"
1018
1023
  >
1019
1024
  Meet the team
1020
1025
  </span>
1021
1026
  </a>
1022
1027
  </li>
1023
1028
  <li
1024
- className="c22"
1029
+ className="c23"
1025
1030
  >
1026
1031
  <a
1027
- className="c7 c18 c19"
1032
+ className="c8 c19 c20"
1028
1033
  color="red"
1029
1034
  href="https://www.sportrelief.com/"
1030
1035
  role="menuitem"
@@ -1032,7 +1037,7 @@ exports[`renders correctly 1`] = `
1032
1037
  type="standard"
1033
1038
  >
1034
1039
  <span
1035
- className="c20"
1040
+ className="c21"
1036
1041
  >
1037
1042
  Sport Relief
1038
1043
  </span>
@@ -1041,24 +1046,24 @@ exports[`renders correctly 1`] = `
1041
1046
  </ul>
1042
1047
  </li>
1043
1048
  <li
1044
- className="c14"
1049
+ className="c15"
1045
1050
  role="none"
1046
1051
  >
1047
1052
  <span
1048
- className="c15"
1053
+ className="c16"
1049
1054
  >
1050
1055
  Careers
1051
1056
  </span>
1052
1057
  <ul
1053
1058
  aria-label="Careers"
1054
- className="c16"
1059
+ className="c17"
1055
1060
  role="list"
1056
1061
  >
1057
1062
  <li
1058
- className="c17"
1063
+ className="c18"
1059
1064
  >
1060
1065
  <a
1061
- className="c7 c18 c19"
1066
+ className="c8 c19 c20"
1062
1067
  color="red"
1063
1068
  href="https://www.comicrelief.com/careers"
1064
1069
  role="menuitem"
@@ -1066,17 +1071,17 @@ exports[`renders correctly 1`] = `
1066
1071
  type="standard"
1067
1072
  >
1068
1073
  <span
1069
- className="c20"
1074
+ className="c21"
1070
1075
  >
1071
1076
  Working at Comic Relief
1072
1077
  </span>
1073
1078
  </a>
1074
1079
  </li>
1075
1080
  <li
1076
- className="c17"
1081
+ className="c18"
1077
1082
  >
1078
1083
  <a
1079
- className="c7 c18 c19"
1084
+ className="c8 c19 c20"
1080
1085
  color="red"
1081
1086
  href="https://app.beapplied.com/org/comic-relief"
1082
1087
  role="menuitem"
@@ -1084,7 +1089,7 @@ exports[`renders correctly 1`] = `
1084
1089
  type="standard"
1085
1090
  >
1086
1091
  <span
1087
- className="c20"
1092
+ className="c21"
1088
1093
  >
1089
1094
  Open roles
1090
1095
  </span>
@@ -1093,24 +1098,24 @@ exports[`renders correctly 1`] = `
1093
1098
  </ul>
1094
1099
  </li>
1095
1100
  <li
1096
- className="c14"
1101
+ className="c15"
1097
1102
  role="none"
1098
1103
  >
1099
1104
  <span
1100
- className="c15"
1105
+ className="c16"
1101
1106
  >
1102
1107
  News
1103
1108
  </span>
1104
1109
  <ul
1105
1110
  aria-label="News"
1106
- className="c16"
1111
+ className="c17"
1107
1112
  role="list"
1108
1113
  >
1109
1114
  <li
1110
- className="c17"
1115
+ className="c18"
1111
1116
  >
1112
1117
  <a
1113
- className="c7 c18 c19"
1118
+ className="c8 c19 c20"
1114
1119
  color="red"
1115
1120
  href="https://www.comicrelief.com/news"
1116
1121
  role="menuitem"
@@ -1118,17 +1123,17 @@ exports[`renders correctly 1`] = `
1118
1123
  type="standard"
1119
1124
  >
1120
1125
  <span
1121
- className="c20"
1126
+ className="c21"
1122
1127
  >
1123
1128
  News
1124
1129
  </span>
1125
1130
  </a>
1126
1131
  </li>
1127
1132
  <li
1128
- className="c17"
1133
+ className="c18"
1129
1134
  >
1130
1135
  <a
1131
- className="c7 c18 c19"
1136
+ className="c8 c19 c20"
1132
1137
  color="red"
1133
1138
  href="https://www.comicrelief.com/press-releases"
1134
1139
  role="menuitem"
@@ -1136,7 +1141,7 @@ exports[`renders correctly 1`] = `
1136
1141
  type="standard"
1137
1142
  >
1138
1143
  <span
1139
- className="c20"
1144
+ className="c21"
1140
1145
  >
1141
1146
  Press area
1142
1147
  </span>
@@ -1145,24 +1150,24 @@ exports[`renders correctly 1`] = `
1145
1150
  </ul>
1146
1151
  </li>
1147
1152
  <li
1148
- className="c14"
1153
+ className="c15"
1149
1154
  role="none"
1150
1155
  >
1151
1156
  <span
1152
- className="c15"
1157
+ className="c16"
1153
1158
  >
1154
1159
  Legal
1155
1160
  </span>
1156
1161
  <ul
1157
1162
  aria-label="Legal"
1158
- className="c16"
1163
+ className="c17"
1159
1164
  role="list"
1160
1165
  >
1161
1166
  <li
1162
- className="c17"
1167
+ className="c18"
1163
1168
  >
1164
1169
  <a
1165
- className="c7 c18 c19"
1170
+ className="c8 c19 c20"
1166
1171
  color="red"
1167
1172
  href="/homepage"
1168
1173
  role="menuitem"
@@ -1170,17 +1175,17 @@ exports[`renders correctly 1`] = `
1170
1175
  type="standard"
1171
1176
  >
1172
1177
  <span
1173
- className="c20"
1178
+ className="c21"
1174
1179
  >
1175
1180
  Link comp with both URL and Ref
1176
1181
  </span>
1177
1182
  </a>
1178
1183
  </li>
1179
1184
  <li
1180
- className="c17"
1185
+ className="c18"
1181
1186
  >
1182
1187
  <a
1183
- className="c7 c18 c19"
1188
+ className="c8 c19 c20"
1184
1189
  color="red"
1185
1190
  href="/this-is-a-test"
1186
1191
  role="menuitem"
@@ -1188,17 +1193,17 @@ exports[`renders correctly 1`] = `
1188
1193
  type="standard"
1189
1194
  >
1190
1195
  <span
1191
- className="c20"
1196
+ className="c21"
1192
1197
  >
1193
1198
  Link comp with only Ref
1194
1199
  </span>
1195
1200
  </a>
1196
1201
  </li>
1197
1202
  <li
1198
- className="c17"
1203
+ className="c18"
1199
1204
  >
1200
1205
  <a
1201
- className="c7 c18 c19"
1206
+ className="c8 c19 c20"
1202
1207
  color="red"
1203
1208
  href="https://www.yahoo.com"
1204
1209
  role="menuitem"
@@ -1206,22 +1211,22 @@ exports[`renders correctly 1`] = `
1206
1211
  type="standard"
1207
1212
  >
1208
1213
  <span
1209
- className="c20"
1214
+ className="c21"
1210
1215
  >
1211
1216
  Link comp with only URL
1212
1217
  </span>
1213
1218
  <span
1214
- className="c23"
1219
+ className="c24"
1215
1220
  >
1216
1221
  (opens in new window)
1217
1222
  </span>
1218
1223
  </a>
1219
1224
  </li>
1220
1225
  <li
1221
- className="c17"
1226
+ className="c18"
1222
1227
  >
1223
1228
  <a
1224
- className="c7 c18 c19"
1229
+ className="c8 c19 c20"
1225
1230
  color="red"
1226
1231
  href="https://www.sportrelief.com"
1227
1232
  role="menuitem"
@@ -1229,17 +1234,17 @@ exports[`renders correctly 1`] = `
1229
1234
  type="standard"
1230
1235
  >
1231
1236
  <span
1232
- className="c20"
1237
+ className="c21"
1233
1238
  >
1234
1239
  Test allowListed external link
1235
1240
  </span>
1236
1241
  </a>
1237
1242
  </li>
1238
1243
  <li
1239
- className="c17"
1244
+ className="c18"
1240
1245
  >
1241
1246
  <a
1242
- className="c7 c18 c19"
1247
+ className="c8 c19 c20"
1243
1248
  color="red"
1244
1249
  href="https://bing.com"
1245
1250
  role="menuitem"
@@ -1247,12 +1252,12 @@ exports[`renders correctly 1`] = `
1247
1252
  type="standard"
1248
1253
  >
1249
1254
  <span
1250
- className="c20"
1255
+ className="c21"
1251
1256
  >
1252
1257
  Test non-allowListed external link
1253
1258
  </span>
1254
1259
  <span
1255
- className="c23"
1260
+ className="c24"
1256
1261
  >
1257
1262
  (opens in new window)
1258
1263
  </span>
@@ -1263,10 +1268,10 @@ exports[`renders correctly 1`] = `
1263
1268
  </ul>
1264
1269
  </nav>
1265
1270
  <div
1266
- className="c24"
1271
+ className="c25"
1267
1272
  >
1268
1273
  <p
1269
- className="c25"
1274
+ className="c26"
1270
1275
  >
1271
1276
  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.
1272
1277
  </p>