@transferwise/neptune-css 14.3.21 → 14.3.23
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.23",
|
|
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": "aef33e599892f6ab006622e1214a21158e51db0c"
|
|
57
57
|
}
|
package/src/less/decision.less
CHANGED
|
@@ -570,6 +570,14 @@ input[type="password"] {
|
|
|
570
570
|
var(--color-interactive-positive);
|
|
571
571
|
var(--color-interactive-positive-hover);
|
|
572
572
|
);
|
|
573
|
+
|
|
574
|
+
.np-theme-personal & {
|
|
575
|
+
.form-control-validation(
|
|
576
|
+
var(--color-sentiment-positive);
|
|
577
|
+
var(--color-sentiment-positive);
|
|
578
|
+
var(--color-sentiment-positive);
|
|
579
|
+
);
|
|
580
|
+
}
|
|
573
581
|
}
|
|
574
582
|
|
|
575
583
|
.has-info {
|
|
@@ -578,6 +586,14 @@ input[type="password"] {
|
|
|
578
586
|
var(--color-interactive-accent);
|
|
579
587
|
var(--color-interactive-accent-hover);
|
|
580
588
|
);
|
|
589
|
+
|
|
590
|
+
.np-theme-personal & {
|
|
591
|
+
.form-control-validation(
|
|
592
|
+
var(--color-content-primary);
|
|
593
|
+
transparent;
|
|
594
|
+
transparent;
|
|
595
|
+
);
|
|
596
|
+
}
|
|
581
597
|
}
|
|
582
598
|
|
|
583
599
|
.has-warning {
|
|
@@ -586,6 +602,14 @@ input[type="password"] {
|
|
|
586
602
|
var(--color-interactive-warning);
|
|
587
603
|
var(--color-interactive-warning-hover);
|
|
588
604
|
);
|
|
605
|
+
|
|
606
|
+
.np-theme-personal & {
|
|
607
|
+
.form-control-validation(
|
|
608
|
+
var(--color-sentiment-warning);
|
|
609
|
+
var(--color-sentiment-warning);
|
|
610
|
+
var(--color-sentiment-warning);
|
|
611
|
+
);
|
|
612
|
+
}
|
|
589
613
|
}
|
|
590
614
|
|
|
591
615
|
.has-error {
|
|
@@ -599,7 +623,7 @@ input[type="password"] {
|
|
|
599
623
|
.form-control-validation(
|
|
600
624
|
var(--color-sentiment-negative);
|
|
601
625
|
var(--color-sentiment-negative);
|
|
602
|
-
var(--color-sentiment-negative);
|
|
626
|
+
var(--color-sentiment-negative-hover);
|
|
603
627
|
);
|
|
604
628
|
}
|
|
605
629
|
}
|