@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.
Files changed (67) hide show
  1. package/dist/components/Atoms/Checkbox/Checkbox.test.js +10 -4
  2. package/dist/components/Atoms/ErrorText/__snapshots__/ErrorText.test.js.snap +5 -2
  3. package/dist/components/Atoms/Input/input.test.js +10 -2
  4. package/dist/components/Atoms/RadioButton/RadioButton.test.js +10 -4
  5. package/dist/components/Atoms/Select/__snapshots__/Select.test.js.snap +5 -1
  6. package/dist/components/Atoms/Text/Text.js +29 -29
  7. package/dist/components/Atoms/Text/Text.md +70 -69
  8. package/dist/components/Atoms/Text/__snapshots__/Text.test.js.snap +25 -9
  9. package/dist/components/Atoms/TextArea/TextArea.test.js +5 -1
  10. package/dist/components/Atoms/TextInputWithDropdown/__snapshots__/TextInputWithDropdown.test.js.snap +15 -7
  11. package/dist/components/Molecules/Accordion/__snapshots__/Accordion.test.js.snap +10 -4
  12. package/dist/components/Molecules/ArticleTeaser/ArticleTeaser.test.js +20 -10
  13. package/dist/components/Molecules/Banner/__snapshots__/Banner.test.js.snap +5 -2
  14. package/dist/components/Molecules/Descriptor/Descriptor.test.js +15 -13
  15. package/dist/components/Molecules/InfoBanner/__snapshots__/InfoBanner.test.js.snap +10 -24
  16. package/dist/components/Molecules/PartnerLink/PartnerLink.test.js +5 -2
  17. package/dist/components/Molecules/Promo/Promo.test.js +4 -2
  18. package/dist/components/Molecules/Promo/__snapshots__/Promo.test.js.snap +24 -6
  19. package/dist/components/Molecules/SchoolLookup/__snapshots__/SchoolLookup.test.js.snap +5 -1
  20. package/dist/components/Molecules/SearchInput/SearchInput.test.js +5 -1
  21. package/dist/components/Molecules/SearchResult/__snapshots__/SearchResult.test.js.snap +45 -18
  22. package/dist/components/Molecules/SingleMessage/SingleMessage.test.js +4 -2
  23. package/dist/components/Molecules/SingleMessage/__snapshots__/SingleMessage.test.js.snap +39 -12
  24. package/dist/components/Molecules/SingleMessageDS/SingleMessageDs.test.js +2 -1
  25. package/dist/components/Molecules/SingleMessageDS/__snapshots__/SingleMessageDs.test.js.snap +15 -3
  26. package/dist/components/Molecules/Typeahead/__snapshots__/Typeahead.test.js.snap +5 -1
  27. package/dist/components/Organisms/CookieBanner/CookieBanner.test.js +5 -2
  28. package/dist/components/Organisms/Donate/__snapshots__/Donate.test.js.snap +90 -35
  29. package/dist/components/Organisms/EmailSignUp/__snapshots__/EmailSignUp.test.js.snap +10 -8
  30. package/dist/components/Organisms/Footer/__snapshots__/Footer.test.js.snap +20 -58
  31. package/dist/components/Organisms/Header2025/HeaderNav2025/HeaderNavItem2025.js +3 -1
  32. package/dist/components/Organisms/Membership/Membership.test.js +25 -12
  33. package/dist/components/Organisms/WYMDCarousel/__snapshots__/WYMDCarousel.test.js.snap +15 -3
  34. package/package.json +1 -1
  35. package/src/components/Atoms/Checkbox/Checkbox.test.js +10 -4
  36. package/src/components/Atoms/ErrorText/__snapshots__/ErrorText.test.js.snap +5 -2
  37. package/src/components/Atoms/Input/input.test.js +10 -2
  38. package/src/components/Atoms/RadioButton/RadioButton.test.js +10 -4
  39. package/src/components/Atoms/Select/__snapshots__/Select.test.js.snap +5 -1
  40. package/src/components/Atoms/Text/Text.js +25 -19
  41. package/src/components/Atoms/Text/Text.md +70 -69
  42. package/src/components/Atoms/Text/__snapshots__/Text.test.js.snap +25 -9
  43. package/src/components/Atoms/TextArea/TextArea.test.js +5 -1
  44. package/src/components/Atoms/TextInputWithDropdown/__snapshots__/TextInputWithDropdown.test.js.snap +15 -7
  45. package/src/components/Molecules/Accordion/__snapshots__/Accordion.test.js.snap +10 -4
  46. package/src/components/Molecules/ArticleTeaser/ArticleTeaser.test.js +20 -10
  47. package/src/components/Molecules/Banner/__snapshots__/Banner.test.js.snap +5 -2
  48. package/src/components/Molecules/Descriptor/Descriptor.test.js +15 -13
  49. package/src/components/Molecules/InfoBanner/__snapshots__/InfoBanner.test.js.snap +10 -24
  50. package/src/components/Molecules/PartnerLink/PartnerLink.test.js +5 -2
  51. package/src/components/Molecules/Promo/Promo.test.js +2 -2
  52. package/src/components/Molecules/Promo/__snapshots__/Promo.test.js.snap +24 -6
  53. package/src/components/Molecules/SchoolLookup/__snapshots__/SchoolLookup.test.js.snap +5 -1
  54. package/src/components/Molecules/SearchInput/SearchInput.test.js +5 -1
  55. package/src/components/Molecules/SearchResult/__snapshots__/SearchResult.test.js.snap +45 -18
  56. package/src/components/Molecules/SingleMessage/SingleMessage.test.js +2 -2
  57. package/src/components/Molecules/SingleMessage/__snapshots__/SingleMessage.test.js.snap +39 -12
  58. package/src/components/Molecules/SingleMessageDS/SingleMessageDs.test.js +1 -1
  59. package/src/components/Molecules/SingleMessageDS/__snapshots__/SingleMessageDs.test.js.snap +15 -3
  60. package/src/components/Molecules/Typeahead/__snapshots__/Typeahead.test.js.snap +5 -1
  61. package/src/components/Organisms/CookieBanner/CookieBanner.test.js +5 -2
  62. package/src/components/Organisms/Donate/__snapshots__/Donate.test.js.snap +90 -35
  63. package/src/components/Organisms/EmailSignUp/__snapshots__/EmailSignUp.test.js.snap +10 -8
  64. package/src/components/Organisms/Footer/__snapshots__/Footer.test.js.snap +20 -58
  65. package/src/components/Organisms/Header2025/HeaderNav2025/HeaderNavItem2025.js +1 -1
  66. package/src/components/Organisms/Membership/Membership.test.js +25 -12
  67. package/src/components/Organisms/WYMDCarousel/__snapshots__/WYMDCarousel.test.js.snap +15 -3
@@ -21,6 +21,11 @@ exports[`renders correctly 1`] = `
21
21
  color: #274084;
22
22
  }
23
23
 
24
+ .c6 span {
25
+ font-size: inherit;
26
+ line-height: inherit;
27
+ }
28
+
24
29
  .c8 {
25
30
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
26
31
  font-weight: 400;
@@ -33,6 +38,16 @@ exports[`renders correctly 1`] = `
33
38
  line-height: 1.25rem;
34
39
  }
35
40
 
41
+ .c8 {
42
+ font-size: 1rem;
43
+ line-height: normal;
44
+ }
45
+
46
+ .c8 span {
47
+ font-size: inherit;
48
+ line-height: inherit;
49
+ }
50
+
36
51
  .c3 {
37
52
  display: block;
38
53
  width: 100%;
@@ -332,14 +347,11 @@ exports[`renders correctly 1`] = `
332
347
  >
333
348
  <span
334
349
  className="c6 c7"
335
- color="blue_dark"
336
- size="s"
337
350
  >
338
351
  Subtitle
339
352
  </span>
340
353
  <p
341
354
  className="c8"
342
- color="inherit"
343
355
  >
344
356
  Whatever you’ve got planned, the Sport Relief shop has everything you need to get you looking your best while you’re raising some cash. Also available in Sainsbury’s stores and online and in selected Argos stores.
345
357
  </p>
@@ -13,6 +13,11 @@ exports[`renders correctly 1`] = `
13
13
  line-height: 1.25rem;
14
14
  }
15
15
 
16
+ .c2 span {
17
+ font-size: inherit;
18
+ line-height: inherit;
19
+ }
20
+
16
21
  .c1 {
17
22
  width: 100%;
18
23
  position: relative;
@@ -135,7 +140,6 @@ exports[`renders correctly 1`] = `
135
140
  >
136
141
  <span
137
142
  className="c2 c3"
138
- color="inherit"
139
143
  dangerouslySetInnerHTML={
140
144
  Object {
141
145
  "__html": "Typeahead test",
@@ -35,6 +35,11 @@ it('renders correctly', () => {
35
35
  color: #FFFFFF;
36
36
  }
37
37
 
38
+ .c1 span {
39
+ font-size: inherit;
40
+ line-height: inherit;
41
+ }
42
+
38
43
  .c3 {
39
44
  position: relative;
40
45
  display: inline;
@@ -173,7 +178,6 @@ it('renders correctly', () => {
173
178
  >
174
179
  <p
175
180
  className="c1 c2"
176
- color="white"
177
181
  >
178
182
  Hello! Comic Relief uses cookies to help make this website better and improve our services. You can learn more about
179
183
  <a
@@ -189,7 +193,6 @@ it('renders correctly', () => {
189
193
  </p>
190
194
  <p
191
195
  className="c1 c2"
192
- color="white"
193
196
  >
194
197
  <a
195
198
  className="c5 c6"
@@ -22,6 +22,11 @@ exports[`"Single Giving, No Money Buys, with overridden manual input value" rend
22
22
  color: #FFFFFF;
23
23
  }
24
24
 
25
+ .c4 span {
26
+ font-size: inherit;
27
+ line-height: inherit;
28
+ }
29
+
25
30
  .c5 {
26
31
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
27
32
  font-weight: 400;
@@ -40,6 +45,11 @@ exports[`"Single Giving, No Money Buys, with overridden manual input value" rend
40
45
  color: #FFFFFF;
41
46
  }
42
47
 
48
+ .c5 span {
49
+ font-size: inherit;
50
+ line-height: inherit;
51
+ }
52
+
43
53
  .c16 {
44
54
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
45
55
  font-weight: 400;
@@ -58,6 +68,11 @@ exports[`"Single Giving, No Money Buys, with overridden manual input value" rend
58
68
  font-weight: bold;
59
69
  }
60
70
 
71
+ .c16 span {
72
+ font-size: inherit;
73
+ line-height: inherit;
74
+ }
75
+
61
76
  .c20 {
62
77
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
63
78
  font-weight: 400;
@@ -70,6 +85,11 @@ exports[`"Single Giving, No Money Buys, with overridden manual input value" rend
70
85
  line-height: 1.25rem;
71
86
  }
72
87
 
88
+ .c20 span {
89
+ font-size: inherit;
90
+ line-height: inherit;
91
+ }
92
+
73
93
  .c18 {
74
94
  width: 100%;
75
95
  position: relative;
@@ -645,15 +665,11 @@ exports[`"Single Giving, No Money Buys, with overridden manual input value" rend
645
665
  >
646
666
  <h2
647
667
  className="c4"
648
- color="white"
649
- size="big"
650
668
  >
651
669
  Donate Now
652
670
  </h2>
653
671
  <p
654
672
  className="c5"
655
- color="white"
656
- size="m"
657
673
  >
658
674
  Please help us fund life-changing projects in the UK and around the world.
659
675
  </p>
@@ -717,8 +733,6 @@ exports[`"Single Giving, No Money Buys, with overridden manual input value" rend
717
733
  >
718
734
  <span
719
735
  className="c16"
720
- color="inherit"
721
- size="l"
722
736
  >
723
737
  Enter an amount to give
724
738
  </span>
@@ -732,7 +746,6 @@ exports[`"Single Giving, No Money Buys, with overridden manual input value" rend
732
746
  >
733
747
  <span
734
748
  className="c20 c21"
735
- color="inherit"
736
749
  dangerouslySetInnerHTML={
737
750
  Object {
738
751
  "__html": "£",
@@ -812,6 +825,11 @@ exports[`Monthly donation renders correctly 1`] = `
812
825
  color: #FFFFFF;
813
826
  }
814
827
 
828
+ .c4 span {
829
+ font-size: inherit;
830
+ line-height: inherit;
831
+ }
832
+
815
833
  .c5 {
816
834
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
817
835
  font-weight: 400;
@@ -830,6 +848,11 @@ exports[`Monthly donation renders correctly 1`] = `
830
848
  color: #FFFFFF;
831
849
  }
832
850
 
851
+ .c5 span {
852
+ font-size: inherit;
853
+ line-height: inherit;
854
+ }
855
+
833
856
  .c15 {
834
857
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
835
858
  font-weight: 400;
@@ -848,6 +871,11 @@ exports[`Monthly donation renders correctly 1`] = `
848
871
  font-weight: bold;
849
872
  }
850
873
 
874
+ .c15 span {
875
+ font-size: inherit;
876
+ line-height: inherit;
877
+ }
878
+
851
879
  .c17 {
852
880
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
853
881
  font-weight: 400;
@@ -866,6 +894,11 @@ exports[`Monthly donation renders correctly 1`] = `
866
894
  font-weight: 500;
867
895
  }
868
896
 
897
+ .c17 span {
898
+ font-size: inherit;
899
+ line-height: inherit;
900
+ }
901
+
869
902
  .c21 {
870
903
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
871
904
  font-weight: 400;
@@ -878,6 +911,11 @@ exports[`Monthly donation renders correctly 1`] = `
878
911
  line-height: 1.25rem;
879
912
  }
880
913
 
914
+ .c21 span {
915
+ font-size: inherit;
916
+ line-height: inherit;
917
+ }
918
+
881
919
  .c19 {
882
920
  width: 100%;
883
921
  position: relative;
@@ -1428,15 +1466,11 @@ exports[`Monthly donation renders correctly 1`] = `
1428
1466
  >
1429
1467
  <h2
1430
1468
  className="c4"
1431
- color="white"
1432
- size="big"
1433
1469
  >
1434
1470
  Donate Now
1435
1471
  </h2>
1436
1472
  <p
1437
1473
  className="c5"
1438
- color="white"
1439
- size="m"
1440
1474
  >
1441
1475
  Please help us fund life-changing projects in the UK and around the world.
1442
1476
  </p>
@@ -1500,8 +1534,6 @@ exports[`Monthly donation renders correctly 1`] = `
1500
1534
  >
1501
1535
  <span
1502
1536
  className="c15"
1503
- color="inherit"
1504
- size="l"
1505
1537
  >
1506
1538
  Choose an amount to give
1507
1539
  </span>
@@ -1511,8 +1543,6 @@ exports[`Monthly donation renders correctly 1`] = `
1511
1543
  >
1512
1544
  <span
1513
1545
  className="c17 c18"
1514
- color="inherit"
1515
- size="s"
1516
1546
  >
1517
1547
  Other amount
1518
1548
  </span>
@@ -1522,7 +1552,6 @@ exports[`Monthly donation renders correctly 1`] = `
1522
1552
  >
1523
1553
  <span
1524
1554
  className="c21 c22"
1525
- color="inherit"
1526
1555
  dangerouslySetInnerHTML={
1527
1556
  Object {
1528
1557
  "__html": "£",
@@ -1601,6 +1630,11 @@ exports[`Single donation renders correctly 1`] = `
1601
1630
  color: #FFFFFF;
1602
1631
  }
1603
1632
 
1633
+ .c4 span {
1634
+ font-size: inherit;
1635
+ line-height: inherit;
1636
+ }
1637
+
1604
1638
  .c5 {
1605
1639
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1606
1640
  font-weight: 400;
@@ -1619,6 +1653,11 @@ exports[`Single donation renders correctly 1`] = `
1619
1653
  color: #FFFFFF;
1620
1654
  }
1621
1655
 
1656
+ .c5 span {
1657
+ font-size: inherit;
1658
+ line-height: inherit;
1659
+ }
1660
+
1622
1661
  .c10 {
1623
1662
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1624
1663
  font-weight: 400;
@@ -1637,6 +1676,11 @@ exports[`Single donation renders correctly 1`] = `
1637
1676
  font-weight: bold;
1638
1677
  }
1639
1678
 
1679
+ .c10 span {
1680
+ font-size: inherit;
1681
+ line-height: inherit;
1682
+ }
1683
+
1640
1684
  .c21 {
1641
1685
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1642
1686
  font-weight: 400;
@@ -1655,6 +1699,11 @@ exports[`Single donation renders correctly 1`] = `
1655
1699
  font-weight: 500;
1656
1700
  }
1657
1701
 
1702
+ .c21 span {
1703
+ font-size: inherit;
1704
+ line-height: inherit;
1705
+ }
1706
+
1658
1707
  .c14 {
1659
1708
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1660
1709
  font-weight: 400;
@@ -1667,6 +1716,11 @@ exports[`Single donation renders correctly 1`] = `
1667
1716
  line-height: 1.25rem;
1668
1717
  }
1669
1718
 
1719
+ .c14 span {
1720
+ font-size: inherit;
1721
+ line-height: inherit;
1722
+ }
1723
+
1670
1724
  .c12 {
1671
1725
  width: 100%;
1672
1726
  position: relative;
@@ -2236,15 +2290,11 @@ exports[`Single donation renders correctly 1`] = `
2236
2290
  >
2237
2291
  <h2
2238
2292
  className="c4"
2239
- color="white"
2240
- size="big"
2241
2293
  >
2242
2294
  Donate Now
2243
2295
  </h2>
2244
2296
  <p
2245
2297
  className="c5"
2246
- color="white"
2247
- size="m"
2248
2298
  >
2249
2299
  Please help us fund life-changing projects in the UK and around the world.
2250
2300
  </p>
@@ -2265,8 +2315,6 @@ exports[`Single donation renders correctly 1`] = `
2265
2315
  >
2266
2316
  <span
2267
2317
  className="c10"
2268
- color="inherit"
2269
- size="l"
2270
2318
  >
2271
2319
  Choose an amount to give
2272
2320
  </span>
@@ -2280,7 +2328,6 @@ exports[`Single donation renders correctly 1`] = `
2280
2328
  >
2281
2329
  <span
2282
2330
  className="c14 c15"
2283
- color="inherit"
2284
2331
  dangerouslySetInnerHTML={
2285
2332
  Object {
2286
2333
  "__html": "",
@@ -2317,7 +2364,6 @@ exports[`Single donation renders correctly 1`] = `
2317
2364
  >
2318
2365
  <span
2319
2366
  className="c14 c15"
2320
- color="inherit"
2321
2367
  dangerouslySetInnerHTML={
2322
2368
  Object {
2323
2369
  "__html": "",
@@ -2354,7 +2400,6 @@ exports[`Single donation renders correctly 1`] = `
2354
2400
  >
2355
2401
  <span
2356
2402
  className="c14 c15"
2357
- color="inherit"
2358
2403
  dangerouslySetInnerHTML={
2359
2404
  Object {
2360
2405
  "__html": "",
@@ -2391,8 +2436,6 @@ exports[`Single donation renders correctly 1`] = `
2391
2436
  >
2392
2437
  <span
2393
2438
  className="c21 c22"
2394
- color="inherit"
2395
- size="s"
2396
2439
  >
2397
2440
  Other amount
2398
2441
  </span>
@@ -2402,7 +2445,6 @@ exports[`Single donation renders correctly 1`] = `
2402
2445
  >
2403
2446
  <span
2404
2447
  className="c14 c15"
2405
- color="inherit"
2406
2448
  dangerouslySetInnerHTML={
2407
2449
  Object {
2408
2450
  "__html": "£",
@@ -2482,6 +2524,11 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
2482
2524
  color: #FFFFFF;
2483
2525
  }
2484
2526
 
2527
+ .c4 span {
2528
+ font-size: inherit;
2529
+ line-height: inherit;
2530
+ }
2531
+
2485
2532
  .c5 {
2486
2533
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
2487
2534
  font-weight: 400;
@@ -2500,6 +2547,11 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
2500
2547
  color: #FFFFFF;
2501
2548
  }
2502
2549
 
2550
+ .c5 span {
2551
+ font-size: inherit;
2552
+ line-height: inherit;
2553
+ }
2554
+
2503
2555
  .c10 {
2504
2556
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
2505
2557
  font-weight: 400;
@@ -2518,6 +2570,11 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
2518
2570
  font-weight: bold;
2519
2571
  }
2520
2572
 
2573
+ .c10 span {
2574
+ font-size: inherit;
2575
+ line-height: inherit;
2576
+ }
2577
+
2521
2578
  .c14 {
2522
2579
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
2523
2580
  font-weight: 400;
@@ -2530,6 +2587,11 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
2530
2587
  line-height: 1.25rem;
2531
2588
  }
2532
2589
 
2590
+ .c14 span {
2591
+ font-size: inherit;
2592
+ line-height: inherit;
2593
+ }
2594
+
2533
2595
  .c12 {
2534
2596
  width: 100%;
2535
2597
  position: relative;
@@ -2955,15 +3017,11 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
2955
3017
  >
2956
3018
  <h2
2957
3019
  className="c4"
2958
- color="white"
2959
- size="big"
2960
3020
  >
2961
3021
  Donate Now
2962
3022
  </h2>
2963
3023
  <p
2964
3024
  className="c5"
2965
- color="white"
2966
- size="m"
2967
3025
  >
2968
3026
  Please help us fund life-changing projects in the UK and around the world.
2969
3027
  </p>
@@ -2984,8 +3042,6 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
2984
3042
  >
2985
3043
  <span
2986
3044
  className="c10"
2987
- color="inherit"
2988
- size="l"
2989
3045
  >
2990
3046
  Overridden via the 'choose amount text' props
2991
3047
  </span>
@@ -2999,7 +3055,6 @@ exports[`Single donation with no Money Buys renders correctly 1`] = `
2999
3055
  >
3000
3056
  <span
3001
3057
  className="c14 c15"
3002
- color="inherit"
3003
3058
  dangerouslySetInnerHTML={
3004
3059
  Object {
3005
3060
  "__html": "£",
@@ -21,6 +21,11 @@ exports[`renders correctly 1`] = `
21
21
  text-transform: uppercase;
22
22
  }
23
23
 
24
+ .c1 span {
25
+ font-size: inherit;
26
+ line-height: inherit;
27
+ }
28
+
24
29
  .c4 {
25
30
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
26
31
  font-weight: 400;
@@ -33,6 +38,11 @@ exports[`renders correctly 1`] = `
33
38
  line-height: 1.25rem;
34
39
  }
35
40
 
41
+ .c4 span {
42
+ font-size: inherit;
43
+ line-height: inherit;
44
+ }
45
+
36
46
  .c15 {
37
47
  display: -webkit-inline-box;
38
48
  display: -webkit-inline-flex;
@@ -332,8 +342,6 @@ exports[`renders correctly 1`] = `
332
342
  >
333
343
  <h2
334
344
  className="c1 c2"
335
- color="inherit"
336
- size="xxl"
337
345
  >
338
346
  sign up letter
339
347
  </h2>
@@ -342,7 +350,6 @@ exports[`renders correctly 1`] = `
342
350
  >
343
351
  <span
344
352
  className="c4"
345
- color="inherit"
346
353
  >
347
354
  <div
348
355
  className="c5"
@@ -366,7 +373,6 @@ exports[`renders correctly 1`] = `
366
373
  >
367
374
  <span
368
375
  className="c4 c10"
369
- color="inherit"
370
376
  dangerouslySetInnerHTML={
371
377
  Object {
372
378
  "__html": "First Name",
@@ -402,7 +408,6 @@ exports[`renders correctly 1`] = `
402
408
  >
403
409
  <span
404
410
  className="c4 c10"
405
- color="inherit"
406
411
  dangerouslySetInnerHTML={
407
412
  Object {
408
413
  "__html": "Last Name",
@@ -439,7 +444,6 @@ exports[`renders correctly 1`] = `
439
444
  >
440
445
  <span
441
446
  className="c4 c10"
442
- color="inherit"
443
447
  dangerouslySetInnerHTML={
444
448
  Object {
445
449
  "__html": "Email Address",
@@ -480,7 +484,6 @@ exports[`renders correctly 1`] = `
480
484
  >
481
485
  <span
482
486
  className="c4"
483
- color="inherit"
484
487
  >
485
488
  Subscribe
486
489
  </span>
@@ -495,7 +498,6 @@ exports[`renders correctly 1`] = `
495
498
  >
496
499
  <span
497
500
  className="c4"
498
- color="inherit"
499
501
  >
500
502
  <div
501
503
  className="c5"