@transferwise/neptune-css 14.0.6 → 14.0.7

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "14.0.6",
4
+ "version": "14.0.7",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -53,5 +53,5 @@
53
53
  "bin": {
54
54
  "neptune-css-upgrade-util": "scripts/neptune-css-upgrader.js"
55
55
  },
56
- "gitHead": "6a41692efa07b19897c27ae6ba79c26cb92e3413"
56
+ "gitHead": "705f997e9704663e1d3cc4ba3f732ef8499e6c2e"
57
57
  }
@@ -2,13 +2,13 @@
2
2
  @import (reference) "./core/_typography.less";
3
3
 
4
4
  .decision {
5
- display: block;
6
5
  cursor: pointer;
7
6
  margin-bottom: 0 !important;
8
7
  border: 0;
9
8
  align-items: center;
10
9
  transition: background-color ease 350ms, outline-offset 0.1s ease;
11
10
  background-color: transparent;
11
+ display: flex;
12
12
 
13
13
  &:not(.np-option):focus,
14
14
  &:not(.np-option):focus-visible,
@@ -150,7 +150,7 @@ output {
150
150
 
151
151
  .input-size(
152
152
  @input-height-base,
153
- @input-padding,
153
+ var(--input-padding),
154
154
  @input-border-radius
155
155
  );
156
156
  .np-text-body-large;