@financial-times/n-conversion-forms 44.4.1 → 44.4.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "branch": "",
3
3
  "repo": "n-conversion-forms",
4
- "version": "e60b119d5c8577f4cf6f495d37cf3955234e0daf",
5
- "tag": "v44.4.1",
6
- "buildNumber": "17013"
4
+ "version": "83abecced3df7a810373dfd78e74132d0b45f14a",
5
+ "tag": "v44.4.3",
6
+ "buildNumber": "17363"
7
7
  }
@@ -148,7 +148,7 @@ exports[`AcceptTerms renders appropriately if a signup for the print product 1`]
148
148
  </li>
149
149
  <li>
150
150
  <span class="terms-print">
151
- Credit for delivery suspensions is only available for hand-delivered subscriptions and is limited to a maximum of 24 issues per yearly subscription terms (4 issues per yearly FT Weekend subscription term).
151
+ Credit for delivery suspensions is only available for hand-delivered subscriptions and is limited to a maximum of 48 issues per yearly subscription terms (8 issues per yearly FT Weekend subscription term).
152
152
  </span>
153
153
  </li>
154
154
  <li>
@@ -207,7 +207,7 @@ exports[`AcceptTerms renders appropriately if a signup for the print product and
207
207
  </li>
208
208
  <li>
209
209
  <span class="terms-print">
210
- Credit for delivery suspensions is only available for hand-delivered subscriptions and is limited to a maximum of 24 issues per yearly subscription terms (4 issues per yearly FT Weekend subscription term).
210
+ Credit for delivery suspensions is only available for hand-delivered subscriptions and is limited to a maximum of 48 issues per yearly subscription terms (8 issues per yearly FT Weekend subscription term).
211
211
  </span>
212
212
  </li>
213
213
  <li>
@@ -266,7 +266,7 @@ exports[`AcceptTerms renders appropriately if a signup for the print product and
266
266
  </li>
267
267
  <li>
268
268
  <span class="terms-print">
269
- Credit for delivery suspensions is only available for hand-delivered subscriptions and is limited to a maximum of 24 issues per yearly subscription terms (4 issues per yearly FT Weekend subscription term).
269
+ Credit for delivery suspensions is only available for hand-delivered subscriptions and is limited to a maximum of 48 issues per yearly subscription terms (8 issues per yearly FT Weekend subscription term).
270
270
  </span>
271
271
  </li>
272
272
  <li>
@@ -52,13 +52,13 @@ export function AcceptTermsSubscriptionUpdatedUI({
52
52
  <li>
53
53
  <span className="terms-updated-ui-transition terms-updated-ui-transition--end-of-term">
54
54
  I consent to payment being taken at the end of each subscription
55
- term until I cancel. By accepting, I am aware that my subscription
56
- will renew on the date given. I understand and agree that I will
57
- lose my statutory right to cancel within 14 days of accepting my
58
- order, and that any notice to cancel will only take effect at the
59
- end of my subscription period. Previously paid amounts are
60
- non-refundable, except in the event of a fault in the provision of
61
- services.
55
+ term until I cancel. By placing my order, I acknowledge that my
56
+ subscription will start on the date given above. I understand and
57
+ agree that I will lose my statutory right to cancel within 14 days
58
+ of accepting my order, and that any notice to cancel will only take
59
+ effect at the end of my subscription period. Previously paid amounts
60
+ are non-refundable, except in the event of a fault in the provision
61
+ of services.
62
62
  </span>
63
63
  </li>
64
64
  )}
@@ -36,7 +36,7 @@ describe('AcceptTermsSubscriptionUpdatedUI', () => {
36
36
  );
37
37
  expect(updatedUITransitionTerms.exists()).toBe(true);
38
38
  expect(updatedUITransitionTerms.text()).toBe(
39
- 'I consent to payment being taken at the end of each subscription term until I cancel. By accepting, I am aware that my subscription will renew on the date given. I understand and agree that I will lose my statutory right to cancel within 14 days of accepting my order, and that any notice to cancel will only take effect at the end of my subscription period. Previously paid amounts are non-refundable, except in the event of a fault in the provision of services.'
39
+ 'I consent to payment being taken at the end of each subscription term until I cancel. By placing my order, I acknowledge that my subscription will start on the date given above. I understand and agree that I will lose my statutory right to cancel within 14 days of accepting my order, and that any notice to cancel will only take effect at the end of my subscription period. Previously paid amounts are non-refundable, except in the event of a fault in the provision of services.'
40
40
  );
41
41
  });
42
42
 
@@ -162,7 +162,7 @@ export function AcceptTermsSubscription({
162
162
 
163
163
  const printSignupTermText = isTrial
164
164
  ? 'Credits for delivery suspension or delivery failure are not available during introductory offer periods.'
165
- : 'Credit for delivery suspensions is only available for hand-delivered subscriptions and is limited to a maximum of 24 issues per yearly subscription terms (4 issues per yearly FT Weekend subscription term).';
165
+ : 'Credit for delivery suspensions is only available for hand-delivered subscriptions and is limited to a maximum of 48 issues per yearly subscription terms (8 issues per yearly FT Weekend subscription term).';
166
166
 
167
167
  const printTerms = (
168
168
  <>
@@ -224,7 +224,7 @@ export function AcceptTerms({
224
224
 
225
225
  const printSignupTermText = isTrial
226
226
  ? 'Credits for delivery suspension or delivery failure are not available during introductory offer periods.'
227
- : 'Credit for delivery suspensions is only available for hand-delivered subscriptions and is limited to a maximum of 24 issues per yearly subscription terms (4 issues per yearly FT Weekend subscription term).';
227
+ : 'Credit for delivery suspensions is only available for hand-delivered subscriptions and is limited to a maximum of 48 issues per yearly subscription terms (8 issues per yearly FT Weekend subscription term).';
228
228
 
229
229
  const signupTerms = isSignup && (
230
230
  <>
@@ -37,7 +37,7 @@ function AcceptTermsSubscriptionUpdatedUI(_ref) {
37
37
  className: "terms-updated-ui-transition terms-updated-ui-transition--immediate"
38
38
  }, "I consent to payment being taken at the end of each subscription term until I cancel. I understand and agree that I will lose my statutory right to cancel within 14 days of accepting my order, and that any notice to cancel will only take effect at the end of my subscription period. Previously paid amounts are non-refundable, except in the event of a fault in the provision of services.")) : /*#__PURE__*/_react["default"].createElement("li", null, /*#__PURE__*/_react["default"].createElement("span", {
39
39
  className: "terms-updated-ui-transition terms-updated-ui-transition--end-of-term"
40
- }, "I consent to payment being taken at the end of each subscription term until I cancel. By accepting, I am aware that my subscription will renew on the date given. I understand and agree that I will lose my statutory right to cancel within 14 days of accepting my order, and that any notice to cancel will only take effect at the end of my subscription period. Previously paid amounts are non-refundable, except in the event of a fault in the provision of services.")), /*#__PURE__*/_react["default"].createElement("li", null, /*#__PURE__*/_react["default"].createElement("span", {
40
+ }, "I consent to payment being taken at the end of each subscription term until I cancel. By placing my order, I acknowledge that my subscription will start on the date given above. I understand and agree that I will lose my statutory right to cancel within 14 days of accepting my order, and that any notice to cancel will only take effect at the end of my subscription period. Previously paid amounts are non-refundable, except in the event of a fault in the provision of services.")), /*#__PURE__*/_react["default"].createElement("li", null, /*#__PURE__*/_react["default"].createElement("span", {
41
41
  className: "terms-updated-ui-transition o3-type-body-base"
42
42
  }, "For more information, see our full", ' ', /*#__PURE__*/_react["default"].createElement("a", {
43
43
  href: "http://help.ft.com/help/legal-privacy/terms-conditions/",
@@ -97,7 +97,7 @@ function AcceptTermsSubscription(_ref) {
97
97
  var deferredBillingTerms = isDeferredBilling && /*#__PURE__*/_react["default"].createElement("li", null, /*#__PURE__*/_react["default"].createElement("span", {
98
98
  className: "terms-deferred"
99
99
  }, "Please note if you fail to make payment for your deferred billing plan within due date your subscription will be automatically cancelled."));
100
- var printSignupTermText = isTrial ? 'Credits for delivery suspension or delivery failure are not available during introductory offer periods.' : 'Credit for delivery suspensions is only available for hand-delivered subscriptions and is limited to a maximum of 24 issues per yearly subscription terms (4 issues per yearly FT Weekend subscription term).';
100
+ var printSignupTermText = isTrial ? 'Credits for delivery suspension or delivery failure are not available during introductory offer periods.' : 'Credit for delivery suspensions is only available for hand-delivered subscriptions and is limited to a maximum of 48 issues per yearly subscription terms (8 issues per yearly FT Weekend subscription term).';
101
101
  var printTerms = /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("li", null, /*#__PURE__*/_react["default"].createElement("span", {
102
102
  className: "terms-print"
103
103
  }, printSignupTermText)), /*#__PURE__*/_react["default"].createElement("li", null, /*#__PURE__*/_react["default"].createElement("span", {
@@ -135,7 +135,7 @@ function AcceptTerms(_ref) {
135
135
  target: "_blank",
136
136
  rel: "noopener noreferrer"
137
137
  }, "Terms & Conditions"), ".")));
138
- var printSignupTermText = isTrial ? 'Credits for delivery suspension or delivery failure are not available during introductory offer periods.' : 'Credit for delivery suspensions is only available for hand-delivered subscriptions and is limited to a maximum of 24 issues per yearly subscription terms (4 issues per yearly FT Weekend subscription term).';
138
+ var printSignupTermText = isTrial ? 'Credits for delivery suspension or delivery failure are not available during introductory offer periods.' : 'Credit for delivery suspensions is only available for hand-delivered subscriptions and is limited to a maximum of 48 issues per yearly subscription terms (8 issues per yearly FT Weekend subscription term).';
139
139
  var signupTerms = isSignup && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, isPrintProduct ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("li", null, /*#__PURE__*/_react["default"].createElement("span", {
140
140
  className: "terms-print"
141
141
  }, printSignupTermText)), /*#__PURE__*/_react["default"].createElement("li", null, /*#__PURE__*/_react["default"].createElement("span", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/n-conversion-forms",
3
- "version": "44.4.1",
3
+ "version": "44.4.3",
4
4
  "description": "Containing jsx components and styles for forms included on Accounts and Acquisition apps (next-signup, next-profile, next-retention, etc).",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {