@financial-times/n-conversion-forms 27.3.1 → 27.3.2
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.
|
@@ -28,7 +28,7 @@ exports[`LicenceConfirmation renders if content id 1`] = `
|
|
|
28
28
|
<a href="/content/d19dc7a6-c33b-4931-9a7e-4a74674da29a"
|
|
29
29
|
class="ncf__link"
|
|
30
30
|
>
|
|
31
|
-
|
|
31
|
+
Go to homepage
|
|
32
32
|
</a>
|
|
33
33
|
</p>
|
|
34
34
|
</div>
|
|
@@ -62,7 +62,7 @@ exports[`LicenceConfirmation renders if educational licence 1`] = `
|
|
|
62
62
|
<a href="/"
|
|
63
63
|
class="ncf__link"
|
|
64
64
|
>
|
|
65
|
-
|
|
65
|
+
Go to homepage
|
|
66
66
|
</a>
|
|
67
67
|
</p>
|
|
68
68
|
</div>
|
|
@@ -97,7 +97,7 @@ exports[`LicenceConfirmation renders if is embedded 1`] = `
|
|
|
97
97
|
class="ncf__link"
|
|
98
98
|
target="_top"
|
|
99
99
|
>
|
|
100
|
-
|
|
100
|
+
Go to homepage
|
|
101
101
|
</a>
|
|
102
102
|
</p>
|
|
103
103
|
</div>
|
|
@@ -131,7 +131,7 @@ exports[`LicenceConfirmation renders if is trial 1`] = `
|
|
|
131
131
|
<a href="/"
|
|
132
132
|
class="ncf__link"
|
|
133
133
|
>
|
|
134
|
-
|
|
134
|
+
Go to homepage
|
|
135
135
|
</a>
|
|
136
136
|
</p>
|
|
137
137
|
</div>
|
|
@@ -165,7 +165,7 @@ exports[`LicenceConfirmation renders with custom duration value 1`] = `
|
|
|
165
165
|
<a href="/"
|
|
166
166
|
class="ncf__link"
|
|
167
167
|
>
|
|
168
|
-
|
|
168
|
+
Go to homepage
|
|
169
169
|
</a>
|
|
170
170
|
</p>
|
|
171
171
|
</div>
|
|
@@ -199,7 +199,7 @@ exports[`LicenceConfirmation renders with default props 1`] = `
|
|
|
199
199
|
<a href="/"
|
|
200
200
|
class="ncf__link"
|
|
201
201
|
>
|
|
202
|
-
|
|
202
|
+
Go to homepage
|
|
203
203
|
</a>
|
|
204
204
|
</p>
|
|
205
205
|
</div>
|
|
@@ -63,7 +63,7 @@ function LicenceConfirmation(_ref) {
|
|
|
63
63
|
href: "/myft"
|
|
64
64
|
}, "Go to myFT")), /*#__PURE__*/_react["default"].createElement("p", {
|
|
65
65
|
className: "ncf__paragraph ncf__center"
|
|
66
|
-
}, /*#__PURE__*/_react["default"].createElement("a", readingLinkProps, "
|
|
66
|
+
}, /*#__PURE__*/_react["default"].createElement("a", readingLinkProps, "Go to homepage")));
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
LicenceConfirmation.propTypes = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/n-conversion-forms",
|
|
3
|
-
"version": "27.3.
|
|
3
|
+
"version": "27.3.2",
|
|
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": {
|