@financial-times/n-conversion-forms 41.3.2 → 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 (100) 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__/licence-confirmation.spec.js.snap +17 -28
  17. package/components/__snapshots__/licence-header.spec.js.snap +1 -1
  18. package/components/__snapshots__/licence-sign-in.spec.js.snap +1 -1
  19. package/components/__snapshots__/loader.spec.js.snap +1 -1
  20. package/components/__snapshots__/package-change.spec.js.snap +16 -11
  21. package/components/__snapshots__/payment-term.spec.js.snap +40 -60
  22. package/components/__snapshots__/registration-confirmation.spec.js.snap +9 -7
  23. package/components/__snapshots__/submit.spec.js.snap +6 -6
  24. package/components/accept-terms-business.jsx +2 -3
  25. package/components/accept-terms-business.spec.jsx +3 -1
  26. package/components/accept-terms-privacy-policy.jsx +2 -5
  27. package/components/accept-terms-privacy-policy.spec.js +1 -1
  28. package/components/accept-terms-subscription.jsx +7 -12
  29. package/components/accept-terms-subscription.spec.js +1 -1
  30. package/components/accept-terms.jsx +12 -20
  31. package/components/b2c-partnership-confirmation.jsx +3 -5
  32. package/components/confirmation.jsx +5 -9
  33. package/components/confirmation.stories.js +4 -6
  34. package/components/continue-reading.jsx +1 -1
  35. package/components/customer-care.jsx +4 -4
  36. package/components/debug.jsx +12 -12
  37. package/components/deferred-billing-terms.jsx +3 -6
  38. package/components/error-page.jsx +4 -4
  39. package/components/fieldset.jsx +1 -1
  40. package/components/ft-edit-registration-confirmation.jsx +2 -2
  41. package/components/graduation-date.jsx +2 -4
  42. package/components/index.js +0 -1
  43. package/components/licence-confirmation.jsx +2 -3
  44. package/components/licence-confirmation.stories.js +1 -1
  45. package/components/licence-sign-in.jsx +1 -1
  46. package/components/loader.jsx +4 -1
  47. package/components/package-change.jsx +4 -5
  48. package/components/payment-term.jsx +3 -5
  49. package/components/proceed-with-payment-link.jsx +8 -2
  50. package/components/proceed-with-payment-link.stories.js +1 -1
  51. package/components/registration-confirmation.jsx +5 -3
  52. package/components/submit.jsx +1 -1
  53. package/components/subscription-confirmation-with-payment-link.jsx +1 -1
  54. package/dist/accept-terms-business.jsx +2 -3
  55. package/dist/accept-terms-business.spec.jsx +1 -1
  56. package/dist/accept-terms-privacy-policy.jsx +2 -5
  57. package/dist/accept-terms-subscription.jsx +7 -12
  58. package/dist/accept-terms.jsx +10 -20
  59. package/dist/b2c-partnership-confirmation.jsx +5 -7
  60. package/dist/confirmation.jsx +4 -7
  61. package/dist/continue-reading.jsx +1 -1
  62. package/dist/customer-care.jsx +3 -4
  63. package/dist/debug.jsx +6 -6
  64. package/dist/deferred-billing-terms.jsx +3 -6
  65. package/dist/error-page.jsx +3 -4
  66. package/dist/fieldset.jsx +1 -1
  67. package/dist/ft-edit-registration-confirmation.jsx +2 -2
  68. package/dist/graduation-date.jsx +6 -4
  69. package/dist/index.js +0 -7
  70. package/dist/licence-confirmation.jsx +3 -4
  71. package/dist/licence-sign-in.jsx +1 -1
  72. package/dist/loader.jsx +1 -1
  73. package/dist/package-change.jsx +5 -4
  74. package/dist/payment-term.jsx +6 -4
  75. package/dist/proceed-with-payment-link.jsx +2 -2
  76. package/dist/registration-confirmation.jsx +7 -5
  77. package/dist/submit.jsx +1 -1
  78. package/dist/subscription-confirmation-with-payment-link.jsx +1 -1
  79. package/main.scss +132 -167
  80. package/package.json +3 -6
  81. package/styles/_shared.scss +125 -100
  82. package/styles/accept-terms.scss +6 -5
  83. package/styles/banner.scss +66 -60
  84. package/styles/confirmation.scss +50 -55
  85. package/styles/continue-reading.scss +56 -39
  86. package/styles/error.scss +1 -1
  87. package/styles/forms-additional-field-information.scss +8 -4
  88. package/styles/ft-edit-registration-confirmation.scss +228 -224
  89. package/styles/loader.scss +40 -45
  90. package/styles/package-change.scss +1 -4
  91. package/styles/payment-term.scss +108 -89
  92. package/styles/payment-type.scss +117 -112
  93. package/styles/proceed-with-payment-link.scss +32 -18
  94. package/styles/subscription-confirmation-with-payment-link.scss +64 -24
  95. package/components/__snapshots__/google-sign-in.spec.js.snap +0 -13
  96. package/components/google-sign-in.jsx +0 -21
  97. package/components/google-sign-in.spec.js +0 -14
  98. package/components/google-sign-in.stories.js +0 -13
  99. package/dist/google-sign-in.jsx +0 -24
  100. package/styles/google-sign-in.scss +0 -26
@@ -5,7 +5,8 @@ exports[`Debug renders with default props 1`] = `""`;
5
5
  exports[`Debug renders with isTest 1`] = `
6
6
  <div class="ncf__debug-panel">
7
7
  <span class="ncf__debug-environment">
8
- <a class="ncf__button ncf__button--debug ncf__button--inverse ncf__debug-button--test"
8
+ <a class="ncf__button ncf__button--debug o3-button o3-button--secondary ncf__debug-button--test"
9
+ data-o3-theme="inverse"
9
10
  onclick="setTestEnvironment('off');"
10
11
  >
11
12
  <strong>
@@ -153,7 +154,8 @@ exports[`Debug renders with links 1`] = `""`;
153
154
  exports[`Debug renders with showHelpers 1`] = `
154
155
  <div class="ncf__debug-panel">
155
156
  <span class="ncf__debug-environment">
156
- <a class="ncf__button ncf__button--debug ncf__button--inverse ncf__debug-button--production"
157
+ <a class="ncf__button ncf__button--debug o3-button o3-button--secondary ncf__debug-button--production"
158
+ data-o3-theme="inverse"
157
159
  onclick="setTestEnvironment('on');"
158
160
  >
159
161
  <strong>
@@ -162,26 +164,30 @@ exports[`Debug renders with showHelpers 1`] = `
162
164
  careful you are using the production API
163
165
  </a>
164
166
  </span>
165
- <span class="ncf__debug-helpers">
166
- <button class="ncf__button ncf__button--debug ncf__button--inverse"
167
+ <span class="ncf__debug-helpers o3-type-body-base">
168
+ <button class="ncf__button ncf__button--debug o3-button o3-button--secondary"
169
+ data-o3-theme="inverse"
167
170
  onclick="logout();"
168
171
  title="Logout and refresh"
169
172
  >
170
173
  Logout
171
174
  </button>
172
- <button class="ncf__button ncf__button--debug ncf__button--inverse"
175
+ <button class="ncf__button ncf__button--debug o3-button o3-button--secondary"
176
+ data-o3-theme="inverse"
173
177
  onclick="fillForm();"
174
178
  title="Fill form with debug data"
175
179
  >
176
180
  Fill
177
181
  </button>
178
- <button class="ncf__button ncf__button--debug ncf__button--inverse"
182
+ <button class="ncf__button ncf__button--debug o3-button o3-button--secondary"
183
+ data-o3-theme="inverse"
179
184
  onclick="fillForm(); submitForm();"
180
185
  title="Fill form with debug data and submit"
181
186
  >
182
187
  Fill &amp; Submit
183
188
  </button>
184
- <select class="ncf__button ncf__button--debug ncf__button--inverse ncf__button--max-width"
189
+ <select class="ncf__button ncf__button--debug o3-button o3-button--secondary ncf__button--max-width"
190
+ data-o3-theme="inverse"
185
191
  id="ncf-country"
186
192
  onchange="reloadWithSelectedCountry();"
187
193
  >
@@ -4,10 +4,9 @@ exports[`DeferredBillingTerms renders appropriately and checked 1`] = `""`;
4
4
 
5
5
  exports[`DeferredBillingTerms renders appropriately if a isDeferredBilling 1`] = `
6
6
  <p class="o-forms-input o-forms-input--checkbox">
7
- <span class="ncf__paragraph">
7
+ <span class="ncf__paragraph o3-type-body-base">
8
8
  I confirm I am 16 years or older and have read and agree to the
9
- <a class="ncf__link--external"
10
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
9
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
11
10
  title="FT Legal Terms and Conditions help page"
12
11
  target="_blank"
13
12
  rel="noopener noreferrer"
@@ -29,10 +28,9 @@ exports[`DeferredBillingTerms renders appropriately if a isDeferredBilling 1`] =
29
28
  </span>
30
29
  </p>
31
30
  <p class="o-forms-input o-forms-input--checkbox">
32
- <span class="ncf__paragraph">
31
+ <span class="ncf__paragraph o3-type-body-base">
33
32
  Find out more about our cancellation policy in our
34
- <a class="ncf__link--external"
35
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
33
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
36
34
  title="FT Legal Terms and Conditions help page"
37
35
  target="_blank"
38
36
  rel="noopener noreferrer"
@@ -44,10 +42,9 @@ exports[`DeferredBillingTerms renders appropriately if a isDeferredBilling 1`] =
44
42
  </span>
45
43
  </p>
46
44
  <p class="o-forms-input o-forms-input--checkbox">
47
- <span class="ncf__paragraph">
45
+ <span class="ncf__paragraph o3-type-body-base">
48
46
  Please note that if you fail to make payment for your Deferred Billing Plan within the due date your subscription will be automatically cancelled.
49
- <a class="ncf__link--external"
50
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
47
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
51
48
  title="FT Legal Terms and Conditions help page"
52
49
  target="_blank"
53
50
  rel="noopener noreferrer"
@@ -88,10 +85,9 @@ exports[`DeferredBillingTerms renders appropriately if all props are set to fals
88
85
 
89
86
  exports[`DeferredBillingTerms renders appropriately if all props are set to true - rendering of the component 1`] = `
90
87
  <p class="o-forms-input o-forms-input--checkbox o-forms-input--invalid">
91
- <span class="ncf__paragraph">
88
+ <span class="ncf__paragraph o3-type-body-base">
92
89
  I confirm I am 16 years or older and have read and agree to the
93
- <a class="ncf__link--external"
94
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
90
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
95
91
  title="FT Legal Terms and Conditions help page"
96
92
  target="_blank"
97
93
  rel="noopener noreferrer"
@@ -113,10 +109,9 @@ exports[`DeferredBillingTerms renders appropriately if all props are set to true
113
109
  </span>
114
110
  </p>
115
111
  <p class="o-forms-input o-forms-input--checkbox o-forms-input--invalid">
116
- <span class="ncf__paragraph">
112
+ <span class="ncf__paragraph o3-type-body-base">
117
113
  Find out more about our cancellation policy in our
118
- <a class="ncf__link--external"
119
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
114
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
120
115
  title="FT Legal Terms and Conditions help page"
121
116
  target="_blank"
122
117
  rel="noopener noreferrer"
@@ -128,10 +123,9 @@ exports[`DeferredBillingTerms renders appropriately if all props are set to true
128
123
  </span>
129
124
  </p>
130
125
  <p class="o-forms-input o-forms-input--checkbox o-forms-input--invalid">
131
- <span class="ncf__paragraph">
126
+ <span class="ncf__paragraph o3-type-body-base">
132
127
  Please note that if you fail to make payment for your Deferred Billing Plan within the due date your subscription will be automatically cancelled.
133
- <a class="ncf__link--external"
134
- href="https://help.ft.com/legal-privacy/terms-and-conditions/"
128
+ <a href="https://help.ft.com/legal-privacy/terms-and-conditions/"
135
129
  title="FT Legal Terms and Conditions help page"
136
130
  target="_blank"
137
131
  rel="noopener noreferrer"
@@ -17,21 +17,19 @@ exports[`ErrorPage renders with default props 1`] = `
17
17
  Children
18
18
  </div>
19
19
  </div>
20
- <div class="ncf__paragraph">
20
+ <div class="ncf__paragraph o3-type-body-base">
21
21
  <p>
22
22
  International Toll Free Number
23
23
  </p>
24
24
  <a id="error-international-number"
25
- class="ncf__header ncf__link"
25
+ class="ncf__header"
26
26
  href="tel:+80007056477"
27
27
  >
28
28
  + 800 0705 6477
29
29
  </a>
30
30
  </div>
31
- <div class="ncf__paragraph">
32
- <a class="ncf__link"
33
- href="https://help.ft.com/help/contact-us/"
34
- >
31
+ <div class="ncf__paragraph o3-type-body-base">
32
+ <a href="https://help.ft.com/help/contact-us/">
35
33
  Find a local phone number
36
34
  </a>
37
35
  </div>
@@ -55,21 +53,19 @@ exports[`ErrorPage renders with header 1`] = `
55
53
  Children
56
54
  </div>
57
55
  </div>
58
- <div class="ncf__paragraph">
56
+ <div class="ncf__paragraph o3-type-body-base">
59
57
  <p>
60
58
  International Toll Free Number
61
59
  </p>
62
60
  <a id="error-international-number"
63
- class="ncf__header ncf__link"
61
+ class="ncf__header"
64
62
  href="tel:+80007056477"
65
63
  >
66
64
  + 800 0705 6477
67
65
  </a>
68
66
  </div>
69
- <div class="ncf__paragraph">
70
- <a class="ncf__link"
71
- href="https://help.ft.com/help/contact-us/"
72
- >
67
+ <div class="ncf__paragraph o3-type-body-base">
68
+ <a href="https://help.ft.com/help/contact-us/">
73
69
  Find a local phone number
74
70
  </a>
75
71
  </div>
@@ -93,21 +89,19 @@ exports[`ErrorPage renders with message 1`] = `
93
89
  Children
94
90
  </div>
95
91
  </div>
96
- <div class="ncf__paragraph">
92
+ <div class="ncf__paragraph o3-type-body-base">
97
93
  <p>
98
94
  International Toll Free Number
99
95
  </p>
100
96
  <a id="error-international-number"
101
- class="ncf__header ncf__link"
97
+ class="ncf__header"
102
98
  href="tel:+80007056477"
103
99
  >
104
100
  + 800 0705 6477
105
101
  </a>
106
102
  </div>
107
- <div class="ncf__paragraph">
108
- <a class="ncf__link"
109
- href="https://help.ft.com/help/contact-us/"
110
- >
103
+ <div class="ncf__paragraph o3-type-body-base">
104
+ <a href="https://help.ft.com/help/contact-us/">
111
105
  Find a local phone number
112
106
  </a>
113
107
  </div>
@@ -57,7 +57,7 @@ exports[`Fieldset renders a custom legend 1`] = `
57
57
 
58
58
  exports[`Fieldset renders a custom legend which is visually hidden 1`] = `
59
59
  <fieldset class="ncf__fieldset">
60
- <legend class="ncf__legend o-normalise-visually-hidden">
60
+ <legend class="ncf__legend o3-visually-hidden">
61
61
  Customise your experience
62
62
  </legend>
63
63
  <div class="ncf__fields">
@@ -23,14 +23,14 @@ exports[`RegistrationConfirmation renders a continue reading button when an arti
23
23
  </div>
24
24
  <a href="/"
25
25
  target="_parent"
26
- class=" ncf__confirmation--finish ncf__button ncf__button--submit"
26
+ class=" ncf__confirmation--finish ncf__button o3-button o3-button--primary"
27
27
  data-trackable="register-finish-head-to-ft-edit-hub"
28
28
  >
29
29
  Explore FT Edit
30
30
  </a>
31
31
  <a href="https://www.ft.com/content/9141eee7-825a-41d7-913d-49e8c12e76db"
32
32
  target="_parent"
33
- class=" ncf__confirmation--finish-article-read ncf__button ncf__button--secondary reduce-bottom-spacing"
33
+ class=" ncf__confirmation--finish-article-read ncf__button o3-button o3-button--secondary reduce-bottom-spacing"
34
34
  data-trackable="register-finish-head-to-article"
35
35
  >
36
36
  Continue reading
@@ -61,7 +61,7 @@ exports[`RegistrationConfirmation renders an explore hub button always 1`] = `
61
61
  </div>
62
62
  <a href="http://thing-hub"
63
63
  target="_parent"
64
- class=" ncf__confirmation--finish ncf__button ncf__button--submit"
64
+ class=" ncf__confirmation--finish ncf__button o3-button o3-button--primary"
65
65
  data-trackable="register-finish-head-to-ft-edit-hub"
66
66
  >
67
67
  Explore FT Edit
@@ -92,7 +92,7 @@ exports[`RegistrationConfirmation renders with a custom email 1`] = `
92
92
  </div>
93
93
  <a href="/"
94
94
  target="_parent"
95
- class=" ncf__confirmation--finish ncf__button ncf__button--submit"
95
+ class=" ncf__confirmation--finish ncf__button o3-button o3-button--primary"
96
96
  data-trackable="register-finish-head-to-ft-edit-hub"
97
97
  >
98
98
  Explore FT Edit
@@ -123,7 +123,7 @@ exports[`RegistrationConfirmation renders with default props 1`] = `
123
123
  </div>
124
124
  <a href="/"
125
125
  target="_parent"
126
- class=" ncf__confirmation--finish ncf__button ncf__button--submit"
126
+ class=" ncf__confirmation--finish ncf__button o3-button o3-button--primary"
127
127
  data-trackable="register-finish-head-to-ft-edit-hub"
128
128
  >
129
129
  Explore FT Edit
@@ -108,10 +108,9 @@ exports[`GraduationDate renders with default props 1`] = `
108
108
  <div id="graduationDateCompliance"
109
109
  class="ncf__field ncf__gd-compliance"
110
110
  >
111
- <p>
111
+ <p class="o3-type-body-base">
112
112
  We use the information you provide, and may share it with your institution, for the purposes of administering your institution&#x27;s licence for
113
- <a class="ncf__link--external"
114
- href="https://ft.com/"
113
+ <a href="https://ft.com/"
115
114
  title="Financial Times"
116
115
  target="_blank"
117
116
  rel="noopener noreferrer"
@@ -119,10 +118,9 @@ exports[`GraduationDate renders with default props 1`] = `
119
118
  FT.com.
120
119
  </a>
121
120
  </p>
122
- <p>
121
+ <p class="o3-type-body-base">
123
122
  We may also use it to ensure our communications to you are more relevant. If you do not wish us to do so, you can amend your preferences at any time
124
- <a class="ncf__link--external"
125
- href="http://www.ft.com/myft/alerts/"
123
+ <a href="http://www.ft.com/myft/alerts/"
126
124
  title="Financial Times"
127
125
  target="_blank"
128
126
  rel="noopener noreferrer"
@@ -18,16 +18,14 @@ exports[`LicenceConfirmation renders if content id 1`] = `
18
18
  Explore the homepage &amp; enjoy your unlimited access &amp; 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>