@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.
package/.toolkitstate/ci.json
CHANGED
|
@@ -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
|
-
|
|
16
|
+
To change your payment method to <b>PayPal</b>, please
|
|
17
17
|
<a
|
|
18
18
|
className="o-message__actions__secondary"
|
|
19
19
|
href="https://help.ft.com"
|
package/dist/payment-type.jsx
CHANGED
|
@@ -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
|
-
}, "
|
|
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.
|
|
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": {
|
package/styles/payment-type.scss
CHANGED
|
@@ -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:
|
|
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
|
+
}
|