@financial-times/n-conversion-forms 27.0.2 → 27.0.3
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.
|
@@ -120,7 +120,7 @@ exports[`RegistrationConfirmation renders with a custom email 1`] = `
|
|
|
120
120
|
class="ncf__confirmation--finish ncf__button ncf__button--submit"
|
|
121
121
|
data-trackable="register-finish"
|
|
122
122
|
>
|
|
123
|
-
|
|
123
|
+
Start reading
|
|
124
124
|
</a>
|
|
125
125
|
</div>
|
|
126
126
|
`;
|
|
@@ -245,7 +245,7 @@ exports[`RegistrationConfirmation renders with default props 1`] = `
|
|
|
245
245
|
class="ncf__confirmation--finish ncf__button ncf__button--submit"
|
|
246
246
|
data-trackable="register-finish"
|
|
247
247
|
>
|
|
248
|
-
|
|
248
|
+
Start reading
|
|
249
249
|
</a>
|
|
250
250
|
</div>
|
|
251
251
|
`;
|
|
@@ -106,7 +106,7 @@ function RegistrationConfirmation(_ref) {
|
|
|
106
106
|
target: "_parent",
|
|
107
107
|
className: "ncf__confirmation--finish ncf__button ncf__button--submit",
|
|
108
108
|
"data-trackable": "register-finish"
|
|
109
|
-
}, "
|
|
109
|
+
}, "Start reading"));
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
RegistrationConfirmation.propTypes = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/n-conversion-forms",
|
|
3
|
-
"version": "27.0.
|
|
3
|
+
"version": "27.0.3",
|
|
4
4
|
"description": "Containing jsx components and styles for forms included on Accounts and Acqusition apps (next-signup, next-profile, next-retention, etc).",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|