@financial-times/n-conversion-forms 36.0.2 → 36.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "branch": "",
3
3
  "repo": "n-conversion-forms",
4
- "version": "130d302fb2332d165d2b06495f0fc1170eac37d0",
5
- "tag": "v36.0.2"
4
+ "version": "0a2ec27eb0b55953ba765463b2033c4610e1e897",
5
+ "tag": "v36.0.3"
6
6
  }
@@ -30,7 +30,7 @@ exports[`DeliveryStartDate renders with a custom date 1`] = `
30
30
  </span>
31
31
  </span>
32
32
  <p>
33
- The first print edition you will receive is on:
33
+ The first print edition you will receive is:
34
34
  <strong class="js-start-date-text">
35
35
  5th November 2019
36
36
  </strong>
@@ -68,7 +68,7 @@ exports[`DeliveryStartDate renders with a custom input max value 1`] = `
68
68
  </span>
69
69
  </span>
70
70
  <p>
71
- The first print edition you will receive is on:
71
+ The first print edition you will receive is:
72
72
  <strong class="js-start-date-text">
73
73
  2
74
74
  </strong>
@@ -107,7 +107,7 @@ exports[`DeliveryStartDate renders with a custom input min value 1`] = `
107
107
  </span>
108
108
  </span>
109
109
  <p>
110
- The first print edition you will receive is on:
110
+ The first print edition you will receive is:
111
111
  <strong class="js-start-date-text">
112
112
  </strong>
113
113
  </p>
@@ -144,7 +144,7 @@ exports[`DeliveryStartDate renders with a custom input value 1`] = `
144
144
  </span>
145
145
  </span>
146
146
  <p>
147
- The first print edition you will receive is on:
147
+ The first print edition you will receive is:
148
148
  <strong class="js-start-date-text">
149
149
  </strong>
150
150
  </p>
@@ -182,7 +182,7 @@ exports[`DeliveryStartDate renders with a disabled input 1`] = `
182
182
  </span>
183
183
  </span>
184
184
  <p>
185
- The first print edition you will receive is on:
185
+ The first print edition you will receive is:
186
186
  <strong class="js-start-date-text">
187
187
  </strong>
188
188
  </p>
@@ -219,7 +219,7 @@ exports[`DeliveryStartDate renders with an error 1`] = `
219
219
  </span>
220
220
  </span>
221
221
  <p>
222
- The first print edition you will receive is on:
222
+ The first print edition you will receive is:
223
223
  <strong class="js-start-date-text">
224
224
  </strong>
225
225
  </p>
@@ -293,7 +293,7 @@ exports[`DeliveryStartDate renders with country different than default 1`] = `
293
293
  </span>
294
294
  </span>
295
295
  <p>
296
- The first print edition you will receive is on:
296
+ The first print edition you will receive is:
297
297
  <strong class="js-start-date-text">
298
298
  </strong>
299
299
  </p>
@@ -330,7 +330,7 @@ exports[`DeliveryStartDate renders with default props 1`] = `
330
330
  </span>
331
331
  </span>
332
332
  <p>
333
- The first print edition you will receive is on:
333
+ The first print edition you will receive is:
334
334
  <strong class="js-start-date-text">
335
335
  </strong>
336
336
  </p>
@@ -32,7 +32,7 @@ export function DeliveryStartDate({
32
32
 
33
33
  const startMessage = isAddressUpdate
34
34
  ? 'We’ll start delivering to this address from:'
35
- : 'The first print edition you will receive is on:';
35
+ : 'The first print edition you will receive is:';
36
36
 
37
37
  return (
38
38
  <label
@@ -44,7 +44,7 @@ function DeliveryStartDate(_ref) {
44
44
  disabled: isDisabled,
45
45
  defaultValue: value
46
46
  });
47
- var startMessage = isAddressUpdate ? 'We’ll start delivering to this address from:' : 'The first print edition you will receive is on:';
47
+ var startMessage = isAddressUpdate ? 'We’ll start delivering to this address from:' : 'The first print edition you will receive is:';
48
48
  return /*#__PURE__*/_react["default"].createElement("label", {
49
49
  id: "deliveryStartDateField",
50
50
  className: "o-forms-field ncf__validation-error",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@financial-times/n-conversion-forms",
3
- "version": "36.0.2",
4
- "description": "Containing jsx components and styles for forms included on Accounts and Acqusition apps (next-signup, next-profile, next-retention, etc).",
3
+ "version": "36.0.3",
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": {
7
7
  "test": "dotcom-tool-kit test:local",