@financial-times/n-conversion-forms 46.0.0 → 46.0.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 +3 -3
- package/package.json +1 -1
- package/styles/payment-type.scss +11 -2
package/.toolkitstate/ci.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/n-conversion-forms",
|
|
3
|
-
"version": "46.0.
|
|
3
|
+
"version": "46.0.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
|
@@ -37,6 +37,15 @@
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
+
.o-forms-input--radio-box .o-forms-input--radio-box__container.ncf__payment-type--applepay {
|
|
41
|
+
|
|
42
|
+
// when the radio button is not checked
|
|
43
|
+
[type='radio']+.o-forms-input__label {
|
|
44
|
+
color: var(--o3-color-palette-black);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
}
|
|
48
|
+
|
|
40
49
|
@mixin ncfPaymentType() {
|
|
41
50
|
|
|
42
51
|
// #1 - Need to be this specific to override specific o-forms styles.
|
|
@@ -64,7 +73,7 @@
|
|
|
64
73
|
|
|
65
74
|
span {
|
|
66
75
|
max-height: none;
|
|
67
|
-
|
|
76
|
+
|
|
68
77
|
@include oGridRespondTo($from: L) {
|
|
69
78
|
line-height: var(--o3-spacing-2xs);
|
|
70
79
|
}
|
|
@@ -138,4 +147,4 @@
|
|
|
138
147
|
|
|
139
148
|
.o-forms-input.o-forms-input--checkbox.o-forms-input--suffix.ncf__payment-type-pay-faster-next-time-checkbox {
|
|
140
149
|
margin-top: var(--o3-spacing-3xs);
|
|
141
|
-
}
|
|
150
|
+
}
|