@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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "branch": "",
3
3
  "repo": "n-conversion-forms",
4
- "version": "36e9728ddb082df599a9273d3e2c3d5136141d47",
5
- "tag": "v46.0.0",
6
- "buildNumber": "18221"
4
+ "version": "51cfa4e15304a86b3f8a8f359d3f7c31103eef98",
5
+ "tag": "v46.0.1",
6
+ "buildNumber": "18454"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/n-conversion-forms",
3
- "version": "46.0.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": {
@@ -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
+ }