@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.
- package/.storybook/preview-body.html +3 -0
- package/.storybook/preview.js +2 -2
- package/.toolkitstate/ci.json +3 -3
- package/.toolkitstate/install.json +1 -1
- package/components/__snapshots__/accept-terms.spec.js.snap +107 -150
- package/components/__snapshots__/b2c-partnership-confirmation.spec.js.snap +36 -72
- package/components/__snapshots__/confirmation.spec.js.snap +71 -127
- package/components/__snapshots__/continue-reading.spec.js.snap +3 -3
- package/components/__snapshots__/customer-care.spec.js.snap +16 -24
- package/components/__snapshots__/debug.spec.js.snap +13 -7
- package/components/__snapshots__/deferred-billing-terms.spec.js.snap +12 -18
- package/components/__snapshots__/error-page.spec.js.snap +12 -18
- package/components/__snapshots__/fieldset.spec.js.snap +1 -1
- package/components/__snapshots__/ft-edit-registration-confirmation.spec.js.snap +5 -5
- package/components/__snapshots__/graduation-date.spec.js.snap +4 -6
- package/components/__snapshots__/industry.spec.js.snap +8 -706
- package/components/__snapshots__/licence-confirmation.spec.js.snap +17 -28
- package/components/__snapshots__/licence-header.spec.js.snap +1 -1
- package/components/__snapshots__/licence-sign-in.spec.js.snap +1 -1
- package/components/__snapshots__/loader.spec.js.snap +1 -1
- package/components/__snapshots__/package-change.spec.js.snap +16 -11
- package/components/__snapshots__/payment-term.spec.js.snap +40 -60
- package/components/__snapshots__/position.spec.js.snap +8 -262
- package/components/__snapshots__/registration-confirmation.spec.js.snap +9 -7
- package/components/__snapshots__/responsibility.spec.js.snap +8 -442
- package/components/__snapshots__/submit.spec.js.snap +6 -6
- package/components/accept-terms-business.jsx +2 -3
- package/components/accept-terms-business.spec.jsx +3 -1
- package/components/accept-terms-privacy-policy.jsx +2 -5
- package/components/accept-terms-privacy-policy.spec.js +1 -1
- package/components/accept-terms-subscription.jsx +7 -12
- package/components/accept-terms-subscription.spec.js +1 -1
- package/components/accept-terms.jsx +12 -20
- package/components/b2c-partnership-confirmation.jsx +3 -5
- package/components/confirmation.jsx +5 -9
- package/components/confirmation.stories.js +4 -6
- package/components/continue-reading.jsx +1 -1
- package/components/customer-care.jsx +4 -4
- package/components/debug.jsx +12 -12
- package/components/deferred-billing-terms.jsx +3 -6
- package/components/error-page.jsx +4 -4
- package/components/fieldset.jsx +1 -1
- package/components/ft-edit-registration-confirmation.jsx +2 -2
- package/components/graduation-date.jsx +2 -4
- package/components/index.js +0 -1
- package/components/industry.jsx +1 -3
- package/components/industry.spec.js +7 -2
- package/components/licence-confirmation.jsx +2 -3
- package/components/licence-confirmation.stories.js +1 -1
- package/components/licence-sign-in.jsx +1 -1
- package/components/loader.jsx +4 -1
- package/components/package-change.jsx +4 -5
- package/components/payment-term.jsx +3 -5
- package/components/position.jsx +1 -2
- package/components/position.spec.js +7 -2
- package/components/proceed-with-payment-link.jsx +8 -2
- package/components/proceed-with-payment-link.stories.js +1 -1
- package/components/registration-confirmation.jsx +5 -3
- package/components/responsibility.jsx +1 -2
- package/components/responsibility.spec.js +7 -2
- package/components/submit.jsx +1 -1
- package/components/subscription-confirmation-with-payment-link.jsx +1 -1
- package/dist/accept-terms-business.jsx +2 -3
- package/dist/accept-terms-business.spec.jsx +1 -1
- package/dist/accept-terms-privacy-policy.jsx +2 -5
- package/dist/accept-terms-subscription.jsx +7 -12
- package/dist/accept-terms.jsx +10 -20
- package/dist/b2c-partnership-confirmation.jsx +5 -7
- package/dist/confirmation.jsx +4 -7
- package/dist/continue-reading.jsx +1 -1
- package/dist/customer-care.jsx +3 -4
- package/dist/debug.jsx +6 -6
- package/dist/deferred-billing-terms.jsx +3 -6
- package/dist/error-page.jsx +3 -4
- package/dist/fieldset.jsx +1 -1
- package/dist/ft-edit-registration-confirmation.jsx +2 -2
- package/dist/graduation-date.jsx +6 -4
- package/dist/index.js +0 -7
- package/dist/industry.jsx +1 -3
- package/dist/licence-confirmation.jsx +3 -4
- package/dist/licence-sign-in.jsx +1 -1
- package/dist/loader.jsx +1 -1
- package/dist/package-change.jsx +5 -4
- package/dist/payment-term.jsx +6 -4
- package/dist/position.jsx +1 -2
- package/dist/proceed-with-payment-link.jsx +2 -2
- package/dist/registration-confirmation.jsx +7 -5
- package/dist/responsibility.jsx +1 -2
- package/dist/submit.jsx +1 -1
- package/dist/subscription-confirmation-with-payment-link.jsx +1 -1
- package/main.scss +132 -167
- package/package.json +3 -6
- package/styles/_shared.scss +125 -100
- package/styles/accept-terms.scss +6 -5
- package/styles/banner.scss +66 -60
- package/styles/confirmation.scss +50 -55
- package/styles/continue-reading.scss +56 -39
- package/styles/error.scss +1 -1
- package/styles/forms-additional-field-information.scss +8 -4
- package/styles/ft-edit-registration-confirmation.scss +228 -224
- package/styles/loader.scss +40 -45
- package/styles/package-change.scss +1 -4
- package/styles/payment-term.scss +108 -89
- package/styles/payment-type.scss +117 -112
- package/styles/proceed-with-payment-link.scss +32 -18
- package/styles/subscription-confirmation-with-payment-link.scss +64 -24
- package/components/__snapshots__/google-sign-in.spec.js.snap +0 -13
- package/components/google-sign-in.jsx +0 -21
- package/components/google-sign-in.spec.js +0 -14
- package/components/google-sign-in.stories.js +0 -13
- package/dist/google-sign-in.jsx +0 -24
- package/helpers/demographics.js +0 -606
- 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
|
|
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 & enjoy your unlimited access & exclusive content.
|
|
53
51
|
</p>
|
|
54
52
|
<p class="ncf__paragraph ncf__center">
|
|
55
|
-
<a class="ncf__button
|
|
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 & enjoy your unlimited access & exclusive content.
|
|
87
83
|
</p>
|
|
88
84
|
<p class="ncf__paragraph ncf__center">
|
|
89
|
-
<a class="ncf__button
|
|
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 & enjoy your unlimited access & exclusive content.
|
|
122
117
|
</p>
|
|
123
118
|
<p class="ncf__paragraph ncf__center">
|
|
124
|
-
<a class="ncf__button
|
|
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 & enjoy your unlimited access & exclusive content.
|
|
156
149
|
</p>
|
|
157
150
|
<p class="ncf__paragraph ncf__center">
|
|
158
|
-
<a class="ncf__button
|
|
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 & enjoy your unlimited access & exclusive content.
|
|
190
181
|
</p>
|
|
191
182
|
<p class="ncf__paragraph ncf__center">
|
|
192
|
-
<a class="ncf__button
|
|
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>
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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="
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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"
|