@financial-times/n-conversion-forms 41.3.1 → 42.0.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 (113) hide show
  1. package/.storybook/preview-body.html +3 -0
  2. package/.storybook/preview.js +2 -2
  3. package/.toolkitstate/ci.json +3 -3
  4. package/.toolkitstate/install.json +1 -1
  5. package/components/__snapshots__/accept-terms.spec.js.snap +107 -150
  6. package/components/__snapshots__/b2c-partnership-confirmation.spec.js.snap +36 -72
  7. package/components/__snapshots__/confirmation.spec.js.snap +71 -127
  8. package/components/__snapshots__/continue-reading.spec.js.snap +3 -3
  9. package/components/__snapshots__/customer-care.spec.js.snap +16 -24
  10. package/components/__snapshots__/debug.spec.js.snap +13 -7
  11. package/components/__snapshots__/deferred-billing-terms.spec.js.snap +12 -18
  12. package/components/__snapshots__/error-page.spec.js.snap +12 -18
  13. package/components/__snapshots__/fieldset.spec.js.snap +1 -1
  14. package/components/__snapshots__/ft-edit-registration-confirmation.spec.js.snap +5 -5
  15. package/components/__snapshots__/graduation-date.spec.js.snap +4 -6
  16. package/components/__snapshots__/industry.spec.js.snap +8 -706
  17. package/components/__snapshots__/licence-confirmation.spec.js.snap +17 -28
  18. package/components/__snapshots__/licence-header.spec.js.snap +1 -1
  19. package/components/__snapshots__/licence-sign-in.spec.js.snap +1 -1
  20. package/components/__snapshots__/loader.spec.js.snap +1 -1
  21. package/components/__snapshots__/package-change.spec.js.snap +16 -11
  22. package/components/__snapshots__/payment-term.spec.js.snap +40 -60
  23. package/components/__snapshots__/position.spec.js.snap +8 -262
  24. package/components/__snapshots__/registration-confirmation.spec.js.snap +9 -7
  25. package/components/__snapshots__/responsibility.spec.js.snap +8 -442
  26. package/components/__snapshots__/submit.spec.js.snap +6 -6
  27. package/components/accept-terms-business.jsx +2 -3
  28. package/components/accept-terms-business.spec.jsx +3 -1
  29. package/components/accept-terms-privacy-policy.jsx +2 -5
  30. package/components/accept-terms-privacy-policy.spec.js +1 -1
  31. package/components/accept-terms-subscription.jsx +7 -12
  32. package/components/accept-terms-subscription.spec.js +1 -1
  33. package/components/accept-terms.jsx +12 -20
  34. package/components/b2c-partnership-confirmation.jsx +3 -5
  35. package/components/confirmation.jsx +5 -9
  36. package/components/confirmation.stories.js +4 -6
  37. package/components/continue-reading.jsx +1 -1
  38. package/components/customer-care.jsx +4 -4
  39. package/components/debug.jsx +12 -12
  40. package/components/deferred-billing-terms.jsx +3 -6
  41. package/components/error-page.jsx +4 -4
  42. package/components/fieldset.jsx +1 -1
  43. package/components/ft-edit-registration-confirmation.jsx +2 -2
  44. package/components/graduation-date.jsx +2 -4
  45. package/components/index.js +0 -1
  46. package/components/industry.jsx +1 -3
  47. package/components/industry.spec.js +7 -2
  48. package/components/licence-confirmation.jsx +2 -3
  49. package/components/licence-confirmation.stories.js +1 -1
  50. package/components/licence-sign-in.jsx +1 -1
  51. package/components/loader.jsx +4 -1
  52. package/components/package-change.jsx +4 -5
  53. package/components/payment-term.jsx +3 -5
  54. package/components/position.jsx +1 -2
  55. package/components/position.spec.js +7 -2
  56. package/components/proceed-with-payment-link.jsx +8 -2
  57. package/components/proceed-with-payment-link.stories.js +1 -1
  58. package/components/registration-confirmation.jsx +5 -3
  59. package/components/responsibility.jsx +1 -2
  60. package/components/responsibility.spec.js +7 -2
  61. package/components/submit.jsx +1 -1
  62. package/components/subscription-confirmation-with-payment-link.jsx +1 -1
  63. package/dist/accept-terms-business.jsx +2 -3
  64. package/dist/accept-terms-business.spec.jsx +1 -1
  65. package/dist/accept-terms-privacy-policy.jsx +2 -5
  66. package/dist/accept-terms-subscription.jsx +7 -12
  67. package/dist/accept-terms.jsx +10 -20
  68. package/dist/b2c-partnership-confirmation.jsx +5 -7
  69. package/dist/confirmation.jsx +4 -7
  70. package/dist/continue-reading.jsx +1 -1
  71. package/dist/customer-care.jsx +3 -4
  72. package/dist/debug.jsx +6 -6
  73. package/dist/deferred-billing-terms.jsx +3 -6
  74. package/dist/error-page.jsx +3 -4
  75. package/dist/fieldset.jsx +1 -1
  76. package/dist/ft-edit-registration-confirmation.jsx +2 -2
  77. package/dist/graduation-date.jsx +6 -4
  78. package/dist/index.js +0 -7
  79. package/dist/industry.jsx +1 -3
  80. package/dist/licence-confirmation.jsx +3 -4
  81. package/dist/licence-sign-in.jsx +1 -1
  82. package/dist/loader.jsx +1 -1
  83. package/dist/package-change.jsx +5 -4
  84. package/dist/payment-term.jsx +6 -4
  85. package/dist/position.jsx +1 -2
  86. package/dist/proceed-with-payment-link.jsx +2 -2
  87. package/dist/registration-confirmation.jsx +7 -5
  88. package/dist/responsibility.jsx +1 -2
  89. package/dist/submit.jsx +1 -1
  90. package/dist/subscription-confirmation-with-payment-link.jsx +1 -1
  91. package/main.scss +132 -167
  92. package/package.json +3 -6
  93. package/styles/_shared.scss +125 -100
  94. package/styles/accept-terms.scss +6 -5
  95. package/styles/banner.scss +66 -60
  96. package/styles/confirmation.scss +50 -55
  97. package/styles/continue-reading.scss +56 -39
  98. package/styles/error.scss +1 -1
  99. package/styles/forms-additional-field-information.scss +8 -4
  100. package/styles/ft-edit-registration-confirmation.scss +228 -224
  101. package/styles/loader.scss +40 -45
  102. package/styles/package-change.scss +1 -4
  103. package/styles/payment-term.scss +108 -89
  104. package/styles/payment-type.scss +117 -112
  105. package/styles/proceed-with-payment-link.scss +32 -18
  106. package/styles/subscription-confirmation-with-payment-link.scss +64 -24
  107. package/components/__snapshots__/google-sign-in.spec.js.snap +0 -13
  108. package/components/google-sign-in.jsx +0 -21
  109. package/components/google-sign-in.spec.js +0 -14
  110. package/components/google-sign-in.stories.js +0 -13
  111. package/dist/google-sign-in.jsx +0 -24
  112. package/helpers/demographics.js +0 -606
  113. package/styles/google-sign-in.scss +0 -26
@@ -18,16 +18,14 @@ exports[`LicenceConfirmation renders if content id 1`] = `
18
18
  Explore the homepage & enjoy your unlimited access & exclusive content.
19
19
  </p>
20
20
  <p class="ncf__paragraph ncf__center">
21
- <a class="ncf__button ncf__button--submit"
21
+ <a class="ncf__button o3-button o3-button--primary"
22
22
  href="/myft"
23
23
  >
24
24
  Go to myFT
25
25
  </a>
26
26
  </p>
27
- <p class="ncf__paragraph ncf__center">
28
- <a href="/content/d19dc7a6-c33b-4931-9a7e-4a74674da29a"
29
- class="ncf__link"
30
- >
27
+ <p class="ncf__paragraph ncf__center o3-type-body-base">
28
+ <a href="/content/d19dc7a6-c33b-4931-9a7e-4a74674da29a">
31
29
  Go to homepage
32
30
  </a>
33
31
  </p>
@@ -52,16 +50,14 @@ exports[`LicenceConfirmation renders if educational licence 1`] = `
52
50
  Explore the homepage &amp; enjoy your unlimited access &amp; exclusive content.
53
51
  </p>
54
52
  <p class="ncf__paragraph ncf__center">
55
- <a class="ncf__button ncf__button--submit"
53
+ <a class="ncf__button o3-button o3-button--primary"
56
54
  href="/myft"
57
55
  >
58
56
  Go to myFT
59
57
  </a>
60
58
  </p>
61
- <p class="ncf__paragraph ncf__center">
62
- <a href="/"
63
- class="ncf__link"
64
- >
59
+ <p class="ncf__paragraph ncf__center o3-type-body-base">
60
+ <a href="/">
65
61
  Go to homepage
66
62
  </a>
67
63
  </p>
@@ -86,15 +82,14 @@ exports[`LicenceConfirmation renders if is embedded 1`] = `
86
82
  Explore the homepage &amp; enjoy your unlimited access &amp; exclusive content.
87
83
  </p>
88
84
  <p class="ncf__paragraph ncf__center">
89
- <a class="ncf__button ncf__button--submit"
85
+ <a class="ncf__button o3-button o3-button--primary"
90
86
  href="/myft"
91
87
  >
92
88
  Go to myFT
93
89
  </a>
94
90
  </p>
95
- <p class="ncf__paragraph ncf__center">
91
+ <p class="ncf__paragraph ncf__center o3-type-body-base">
96
92
  <a href="/"
97
- class="ncf__link"
98
93
  target="_top"
99
94
  >
100
95
  Go to homepage
@@ -121,16 +116,14 @@ exports[`LicenceConfirmation renders if is trial 1`] = `
121
116
  Explore the homepage &amp; enjoy your unlimited access &amp; exclusive content.
122
117
  </p>
123
118
  <p class="ncf__paragraph ncf__center">
124
- <a class="ncf__button ncf__button--submit"
119
+ <a class="ncf__button o3-button o3-button--primary"
125
120
  href="/myft"
126
121
  >
127
122
  Go to myFT
128
123
  </a>
129
124
  </p>
130
- <p class="ncf__paragraph ncf__center">
131
- <a href="/"
132
- class="ncf__link"
133
- >
125
+ <p class="ncf__paragraph ncf__center o3-type-body-base">
126
+ <a href="/">
134
127
  Go to homepage
135
128
  </a>
136
129
  </p>
@@ -155,16 +148,14 @@ exports[`LicenceConfirmation renders with custom duration value 1`] = `
155
148
  Explore the homepage &amp; enjoy your unlimited access &amp; exclusive content.
156
149
  </p>
157
150
  <p class="ncf__paragraph ncf__center">
158
- <a class="ncf__button ncf__button--submit"
151
+ <a class="ncf__button o3-button o3-button--primary"
159
152
  href="/myft"
160
153
  >
161
154
  Go to myFT
162
155
  </a>
163
156
  </p>
164
- <p class="ncf__paragraph ncf__center">
165
- <a href="/"
166
- class="ncf__link"
167
- >
157
+ <p class="ncf__paragraph ncf__center o3-type-body-base">
158
+ <a href="/">
168
159
  Go to homepage
169
160
  </a>
170
161
  </p>
@@ -189,16 +180,14 @@ exports[`LicenceConfirmation renders with default props 1`] = `
189
180
  Explore the homepage &amp; enjoy your unlimited access &amp; exclusive content.
190
181
  </p>
191
182
  <p class="ncf__paragraph ncf__center">
192
- <a class="ncf__button ncf__button--submit"
183
+ <a class="ncf__button o3-button o3-button--primary"
193
184
  href="/myft"
194
185
  >
195
186
  Go to myFT
196
187
  </a>
197
188
  </p>
198
- <p class="ncf__paragraph ncf__center">
199
- <a href="/"
200
- class="ncf__link"
201
- >
189
+ <p class="ncf__paragraph ncf__center o3-type-body-base">
190
+ <a href="/">
202
191
  Go to homepage
203
192
  </a>
204
193
  </p>
@@ -22,7 +22,7 @@ exports[`LicenceHeader renders if url is defined 1`] = `
22
22
  </p>
23
23
  <div>
24
24
  <a href="https://mytest.com"
25
- class="ncf__button--secondary ncf__button--mid-width"
25
+ class="o3-button o3-button--secondary ncf__button--mid-width"
26
26
  >
27
27
  Sign in
28
28
  </a>
@@ -7,7 +7,7 @@ exports[`LicenceSignIn renders if url is defined 1`] = `
7
7
  </p>
8
8
  <div>
9
9
  <a href="https://mytest.com"
10
- class="ncf__button--secondary ncf__button--mid-width"
10
+ class="o3-button o3-button--secondary ncf__button--mid-width"
11
11
  >
12
12
  Sign in
13
13
  </a>
@@ -57,7 +57,7 @@ exports[`Loader renders with title 1`] = `
57
57
  aria-modal="true"
58
58
  >
59
59
  <div class="ncf__loader__content">
60
- <div class="ncf__loader__content__title"
60
+ <div class="ncf__loader__content__title o3-type-title-md"
61
61
  id="loader-aria-label"
62
62
  >
63
63
  TITLE
@@ -2,7 +2,7 @@
2
2
 
3
3
  exports[`PackageChange annual render with defaults 1`] = `
4
4
  <div class="ncf__package-change">
5
- <div class="ncf__package-change__package">
5
+ <div class="ncf__package-change__package o3-type-body-lg">
6
6
  <div class="ncf__package-change__content">
7
7
  <p>
8
8
  You have chosen
@@ -13,8 +13,9 @@ exports[`PackageChange annual render with defaults 1`] = `
13
13
  </div>
14
14
  <div class="ncf__package-change__actions">
15
15
  <a href="https://www.ft.com"
16
- class="ncf__button ncf__button--mono ncf__button--baseline"
16
+ class="ncf__button o3-button o3-button--secondary ncf__button--baseline"
17
17
  data-trackable="change"
18
+ data-o3-theme="mono"
18
19
  >
19
20
  Change
20
21
  </a>
@@ -25,7 +26,7 @@ exports[`PackageChange annual render with defaults 1`] = `
25
26
 
26
27
  exports[`PackageChange annual render with discount 1`] = `
27
28
  <div class="ncf__package-change">
28
- <div class="ncf__package-change__package">
29
+ <div class="ncf__package-change__package o3-type-body-lg">
29
30
  <div class="ncf__package-change__content">
30
31
  <p>
31
32
  You have chosen
@@ -36,8 +37,9 @@ exports[`PackageChange annual render with discount 1`] = `
36
37
  </div>
37
38
  <div class="ncf__package-change__actions">
38
39
  <a href="https://www.ft.com"
39
- class="ncf__button ncf__button--mono ncf__button--baseline"
40
+ class="ncf__button o3-button o3-button--secondary ncf__button--baseline"
40
41
  data-trackable="change"
42
+ data-o3-theme="mono"
41
43
  >
42
44
  Change
43
45
  </a>
@@ -48,7 +50,7 @@ exports[`PackageChange annual render with discount 1`] = `
48
50
 
49
51
  exports[`PackageChange annual render with trialPrice 1`] = `
50
52
  <div class="ncf__package-change">
51
- <div class="ncf__package-change__package">
53
+ <div class="ncf__package-change__package o3-type-body-lg">
52
54
  <div class="ncf__package-change__content">
53
55
  <p>
54
56
  You have chosen
@@ -59,8 +61,9 @@ exports[`PackageChange annual render with trialPrice 1`] = `
59
61
  </div>
60
62
  <div class="ncf__package-change__actions">
61
63
  <a href="https://www.ft.com"
62
- class="ncf__button ncf__button--mono ncf__button--baseline"
64
+ class="ncf__button o3-button o3-button--secondary ncf__button--baseline"
63
65
  data-trackable="change"
66
+ data-o3-theme="mono"
64
67
  >
65
68
  Change
66
69
  </a>
@@ -71,7 +74,7 @@ exports[`PackageChange annual render with trialPrice 1`] = `
71
74
 
72
75
  exports[`PackageChange render with defaults 1`] = `
73
76
  <div class="ncf__package-change">
74
- <div class="ncf__package-change__package">
77
+ <div class="ncf__package-change__package o3-type-body-lg">
75
78
  <div class="ncf__package-change__content">
76
79
  <p>
77
80
  You have chosen
@@ -82,8 +85,9 @@ exports[`PackageChange render with defaults 1`] = `
82
85
  </div>
83
86
  <div class="ncf__package-change__actions">
84
87
  <a href="https://www.ft.com"
85
- class="ncf__button ncf__button--mono ncf__button--baseline"
88
+ class="ncf__button o3-button o3-button--secondary ncf__button--baseline"
86
89
  data-trackable="change"
90
+ data-o3-theme="mono"
87
91
  >
88
92
  Change
89
93
  </a>
@@ -94,7 +98,7 @@ exports[`PackageChange render with defaults 1`] = `
94
98
 
95
99
  exports[`PackageChange renders with description 1`] = `
96
100
  <div class="ncf__package-change">
97
- <div class="ncf__package-change__package">
101
+ <div class="ncf__package-change__package o3-type-body-lg">
98
102
  <div class="ncf__package-change__content">
99
103
  <p>
100
104
  You have chosen
@@ -102,14 +106,15 @@ exports[`PackageChange renders with description 1`] = `
102
106
  Trial
103
107
  </span>
104
108
  </p>
105
- <p class="ncf__package-change__content__description">
109
+ <p class="o3-type-body-base">
106
110
  Personalised email briefings and alerts
107
111
  </p>
108
112
  </div>
109
113
  <div class="ncf__package-change__actions">
110
114
  <a href="https://www.ft.com"
111
- class="ncf__button ncf__button--mono ncf__button--baseline"
115
+ class="ncf__button o3-button o3-button--secondary ncf__button--baseline"
112
116
  data-trackable="change"
117
+ data-o3-theme="mono"
113
118
  >
114
119
  Change
115
120
  </a>
@@ -102,10 +102,9 @@ exports[`PaymentTerm annual option render option 1`] = `
102
102
  <p>
103
103
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
104
104
  </p>
105
- <p>
105
+ <p class="o3-type-body-base">
106
106
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
107
- <a class="ncf__link--external"
108
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
107
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
109
108
  title="FT Legal Terms and Conditions help page"
110
109
  target="_blank"
111
110
  rel="noopener noreferrer"
@@ -157,10 +156,9 @@ exports[`PaymentTerm annual option render option with discount 1`] = `
157
156
  <p>
158
157
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
159
158
  </p>
160
- <p>
159
+ <p class="o3-type-body-base">
161
160
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
162
- <a class="ncf__link--external"
163
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
161
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
164
162
  title="FT Legal Terms and Conditions help page"
165
163
  target="_blank"
166
164
  rel="noopener noreferrer"
@@ -210,10 +208,9 @@ exports[`PaymentTerm annual option render option with isTrial 1`] = `
210
208
  <p>
211
209
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
212
210
  </p>
213
- <p>
211
+ <p class="o3-type-body-base">
214
212
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
215
- <a class="ncf__link--external"
216
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
213
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
217
214
  title="FT Legal Terms and Conditions help page"
218
215
  target="_blank"
219
216
  rel="noopener noreferrer"
@@ -269,10 +266,9 @@ exports[`PaymentTerm annual option render option with monthlyPrice 1`] = `
269
266
  <p>
270
267
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
271
268
  </p>
272
- <p>
269
+ <p class="o3-type-body-base">
273
270
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
274
- <a class="ncf__link--external"
275
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
271
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
276
272
  title="FT Legal Terms and Conditions help page"
277
273
  target="_blank"
278
274
  rel="noopener noreferrer"
@@ -322,10 +318,9 @@ exports[`PaymentTerm annual option render option with selected 1`] = `
322
318
  <p>
323
319
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
324
320
  </p>
325
- <p>
321
+ <p class="o3-type-body-base">
326
322
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
327
- <a class="ncf__link--external"
328
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
323
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
329
324
  title="FT Legal Terms and Conditions help page"
330
325
  target="_blank"
331
326
  rel="noopener noreferrer"
@@ -376,10 +371,9 @@ exports[`PaymentTerm annual option render option with trial 1`] = `
376
371
  <p>
377
372
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
378
373
  </p>
379
- <p>
374
+ <p class="o3-type-body-base">
380
375
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
381
- <a class="ncf__link--external"
382
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
376
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
383
377
  title="FT Legal Terms and Conditions help page"
384
378
  target="_blank"
385
379
  rel="noopener noreferrer"
@@ -427,10 +421,9 @@ exports[`PaymentTerm monthly option render option 1`] = `
427
421
  <p>
428
422
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
429
423
  </p>
430
- <p>
424
+ <p class="o3-type-body-base">
431
425
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
432
- <a class="ncf__link--external"
433
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
426
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
434
427
  title="FT Legal Terms and Conditions help page"
435
428
  target="_blank"
436
429
  rel="noopener noreferrer"
@@ -481,10 +474,9 @@ exports[`PaymentTerm monthly option render option with discount 1`] = `
481
474
  <p>
482
475
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
483
476
  </p>
484
- <p>
477
+ <p class="o3-type-body-base">
485
478
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
486
- <a class="ncf__link--external"
487
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
479
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
488
480
  title="FT Legal Terms and Conditions help page"
489
481
  target="_blank"
490
482
  rel="noopener noreferrer"
@@ -534,10 +526,9 @@ exports[`PaymentTerm monthly option render option with isTrial 1`] = `
534
526
  <p>
535
527
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
536
528
  </p>
537
- <p>
529
+ <p class="o3-type-body-base">
538
530
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
539
- <a class="ncf__link--external"
540
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
531
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
541
532
  title="FT Legal Terms and Conditions help page"
542
533
  target="_blank"
543
534
  rel="noopener noreferrer"
@@ -585,10 +576,9 @@ exports[`PaymentTerm monthly option render option with monthlyPrice 1`] = `
585
576
  <p>
586
577
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
587
578
  </p>
588
- <p>
579
+ <p class="o3-type-body-base">
589
580
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
590
- <a class="ncf__link--external"
591
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
581
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
592
582
  title="FT Legal Terms and Conditions help page"
593
583
  target="_blank"
594
584
  rel="noopener noreferrer"
@@ -637,10 +627,9 @@ exports[`PaymentTerm monthly option render option with selected 1`] = `
637
627
  <p>
638
628
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
639
629
  </p>
640
- <p>
630
+ <p class="o3-type-body-base">
641
631
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
642
- <a class="ncf__link--external"
643
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
632
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
644
633
  title="FT Legal Terms and Conditions help page"
645
634
  target="_blank"
646
635
  rel="noopener noreferrer"
@@ -691,10 +680,9 @@ exports[`PaymentTerm monthly option render option with trial 1`] = `
691
680
  <p>
692
681
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
693
682
  </p>
694
- <p>
683
+ <p class="o3-type-body-base">
695
684
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
696
- <a class="ncf__link--external"
697
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
685
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
698
686
  title="FT Legal Terms and Conditions help page"
699
687
  target="_blank"
700
688
  rel="noopener noreferrer"
@@ -742,10 +730,9 @@ exports[`PaymentTerm quarterly option render option 1`] = `
742
730
  <p>
743
731
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
744
732
  </p>
745
- <p>
733
+ <p class="o3-type-body-base">
746
734
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
747
- <a class="ncf__link--external"
748
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
735
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
749
736
  title="FT Legal Terms and Conditions help page"
750
737
  target="_blank"
751
738
  rel="noopener noreferrer"
@@ -796,10 +783,9 @@ exports[`PaymentTerm quarterly option render option with discount 1`] = `
796
783
  <p>
797
784
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
798
785
  </p>
799
- <p>
786
+ <p class="o3-type-body-base">
800
787
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
801
- <a class="ncf__link--external"
802
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
788
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
803
789
  title="FT Legal Terms and Conditions help page"
804
790
  target="_blank"
805
791
  rel="noopener noreferrer"
@@ -849,10 +835,9 @@ exports[`PaymentTerm quarterly option render option with isTrial 1`] = `
849
835
  <p>
850
836
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
851
837
  </p>
852
- <p>
838
+ <p class="o3-type-body-base">
853
839
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
854
- <a class="ncf__link--external"
855
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
840
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
856
841
  title="FT Legal Terms and Conditions help page"
857
842
  target="_blank"
858
843
  rel="noopener noreferrer"
@@ -900,10 +885,9 @@ exports[`PaymentTerm quarterly option render option with monthlyPrice 1`] = `
900
885
  <p>
901
886
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
902
887
  </p>
903
- <p>
888
+ <p class="o3-type-body-base">
904
889
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
905
- <a class="ncf__link--external"
906
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
890
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
907
891
  title="FT Legal Terms and Conditions help page"
908
892
  target="_blank"
909
893
  rel="noopener noreferrer"
@@ -952,10 +936,9 @@ exports[`PaymentTerm quarterly option render option with selected 1`] = `
952
936
  <p>
953
937
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
954
938
  </p>
955
- <p>
939
+ <p class="o3-type-body-base">
956
940
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
957
- <a class="ncf__link--external"
958
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
941
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
959
942
  title="FT Legal Terms and Conditions help page"
960
943
  target="_blank"
961
944
  rel="noopener noreferrer"
@@ -1006,10 +989,9 @@ exports[`PaymentTerm quarterly option render option with trial 1`] = `
1006
989
  <p>
1007
990
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
1008
991
  </p>
1009
- <p>
992
+ <p class="o3-type-body-base">
1010
993
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
1011
- <a class="ncf__link--external"
1012
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
994
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
1013
995
  title="FT Legal Terms and Conditions help page"
1014
996
  target="_blank"
1015
997
  rel="noopener noreferrer"
@@ -1033,10 +1015,9 @@ exports[`PaymentTerm render with defaults 1`] = `
1033
1015
  <p>
1034
1016
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
1035
1017
  </p>
1036
- <p>
1018
+ <p class="o3-type-body-base">
1037
1019
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
1038
- <a class="ncf__link--external"
1039
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
1020
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
1040
1021
  title="FT Legal Terms and Conditions help page"
1041
1022
  target="_blank"
1042
1023
  rel="noopener noreferrer"
@@ -1060,10 +1041,9 @@ exports[`PaymentTerm render with isPrintOrBundle 1`] = `
1060
1041
  <p>
1061
1042
  With all subscription types, we will automatically renew your subscription using the payment method provided unless you cancel before your renewal date.
1062
1043
  </p>
1063
- <p>
1044
+ <p class="o3-type-body-base">
1064
1045
  We will notify you at least 14 days in advance of any changes to the price in your subscription that would apply upon next renewal. Find out more about our cancellation policy in our
1065
- <a class="ncf__link--external"
1066
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
1046
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
1067
1047
  title="FT Legal Terms and Conditions help page"
1068
1048
  target="_blank"
1069
1049
  rel="noopener noreferrer"