@financial-times/n-conversion-forms 40.0.0 → 40.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": "a76e5c3b384d8042f6e9da316addc1a799d74df9",
5
- "tag": "v40.0.0",
6
- "buildNumber": "14974"
4
+ "version": "f56b748e3e5bef700998fabb28e1a8282f55b162",
5
+ "tag": "v40.0.1",
6
+ "buildNumber": "15025"
7
7
  }
package/main.scss CHANGED
@@ -309,8 +309,13 @@
309
309
  margin: 20px 0;
310
310
  }
311
311
 
312
- &--max-with {
312
+ &--debug {
313
313
  max-width: 120px;
314
+
315
+ option,
316
+ optgroup {
317
+ background-color: #262a33;
318
+ }
314
319
  }
315
320
  }
316
321
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/n-conversion-forms",
3
- "version": "40.0.0",
3
+ "version": "40.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": {