@financial-times/n-conversion-forms 44.2.0 → 44.2.1

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": "2282db6c3220271858d596c020269cddfa649902",
5
- "tag": "v44.2.0",
6
- "buildNumber": "16771"
4
+ "version": "2ce6c6dcf2797c4cc4fef1e66eb97f1484687387",
5
+ "tag": "v44.2.1",
6
+ "buildNumber": "16792"
7
7
  }
@@ -13,7 +13,7 @@ const PaypalCustomerCareMessage = () => {
13
13
  <div className="o-message__container">
14
14
  <div className="o-message__content">
15
15
  <p className="o-message__content-main">
16
- If you{"'"}d like to change your payment method to Paypal please{' '}
16
+ To change your payment method to <b>PayPal</b>, please&nbsp;
17
17
  <a
18
18
  className="o-message__actions__secondary"
19
19
  href="https://help.ft.com"
@@ -24,7 +24,7 @@ var PaypalCustomerCareMessage = function PaypalCustomerCareMessage() {
24
24
  className: "o-message__content"
25
25
  }, /*#__PURE__*/_react["default"].createElement("p", {
26
26
  className: "o-message__content-main"
27
- }, "If you", "'", "d like to change your payment method to Paypal please", ' ', /*#__PURE__*/_react["default"].createElement("a", {
27
+ }, "To change your payment method to ", /*#__PURE__*/_react["default"].createElement("b", null, "PayPal"), ", please\xA0", /*#__PURE__*/_react["default"].createElement("a", {
28
28
  className: "o-message__actions__secondary",
29
29
  href: "https://help.ft.com"
30
30
  }, "contact Customer Care"), ".")))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/n-conversion-forms",
3
- "version": "44.2.0",
3
+ "version": "44.2.1",
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": {
@@ -81,7 +81,7 @@
81
81
  font-size: var(--o3-type-detail-font-size);
82
82
  font-weight: var(--o3-type-detail-font-weight);
83
83
  line-height: var(--o3-type-detail-line-height);
84
- text-align: center;
84
+ text-align: left;
85
85
 
86
86
  &-list {
87
87
  text-align: left;
@@ -129,4 +129,4 @@
129
129
 
130
130
  .o-forms-input.o-forms-input--checkbox.o-forms-input--suffix.ncf__payment-type-pay-faster-next-time-checkbox {
131
131
  margin-top: var(--o3-spacing-3xs);
132
- }
132
+ }