@transferwise/neptune-css 14.3.28 → 14.3.29
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.3.
|
|
4
|
+
"version": "14.3.29",
|
|
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": "
|
|
56
|
+
"gitHead": "cab9fb64d4b9110a08172905d2dd4c3aa8b81dc1"
|
|
57
57
|
}
|
|
@@ -271,9 +271,7 @@ input[type='search'] {
|
|
|
271
271
|
// margin-bottom: (@padding-base-vertical * 1.5);
|
|
272
272
|
|
|
273
273
|
label {
|
|
274
|
-
min-height:
|
|
275
|
-
var(--line-height-control) * 2
|
|
276
|
-
); // Ensure the input doesn't jump when there is no text
|
|
274
|
+
min-height: @input-height-base;
|
|
277
275
|
margin-bottom: 0;
|
|
278
276
|
cursor: pointer;
|
|
279
277
|
}
|
|
@@ -276,8 +276,6 @@
|
|
|
276
276
|
// Added rtl mixing even the horizontal values are equal, to increase specificity created in line 11
|
|
277
277
|
.padding-shorthand(var(--size-8) var(--size-16));
|
|
278
278
|
|
|
279
|
-
line-height: var(--line-height-24);
|
|
280
|
-
|
|
281
279
|
.np-checkbox__text,
|
|
282
280
|
.np-radio__text {
|
|
283
281
|
display: block;
|
|
@@ -300,7 +298,7 @@
|
|
|
300
298
|
}
|
|
301
299
|
|
|
302
300
|
.np-theme-personal & {
|
|
303
|
-
padding: var(--padding
|
|
301
|
+
padding: var(--input-padding);
|
|
304
302
|
|
|
305
303
|
&:not(.disabled, :disabled):hover {
|
|
306
304
|
background: var(--color-background-screen-hover);
|