@transferwise/neptune-tokens 8.10.0 → 8.11.0
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/colors-base.css +1 -1
- package/colors-base.less +1 -1
- package/colors.json +6 -6
- package/package.json +1 -1
- package/themes/dark/tokens.css +1 -1
- package/themes/dark/tokens.less +1 -1
- package/themes/light/tokens.css +1 -1
- package/themes/light/tokens.less +1 -1
- package/themes/navy/tokens.css +1 -1
- package/themes/navy/tokens.less +1 -1
- package/themes/personal/tokens.css +1 -1
- package/themes/personal/tokens.less +1 -1
- package/themes/personal--bright-green/tokens.css +2 -2
- package/themes/personal--bright-green/tokens.less +2 -2
- package/themes/personal--dark/tokens.css +1 -1
- package/themes/personal--dark/tokens.less +1 -1
- package/themes/personal--forest-green/tokens.css +1 -1
- package/themes/personal--forest-green/tokens.less +1 -1
- package/themes/platform/tokens.css +1 -1
- package/themes/platform/tokens.less +1 -1
- package/themes/platform--forest-green/tokens.css +1 -1
- package/themes/platform--forest-green/tokens.less +1 -1
- package/tokens.css +1 -1
- package/tokens.less +1 -1
package/colors-base.css
CHANGED
package/colors-base.less
CHANGED
package/colors.json
CHANGED
|
@@ -2680,18 +2680,18 @@
|
|
|
2680
2680
|
"border": {
|
|
2681
2681
|
"neutral": {
|
|
2682
2682
|
"value": {
|
|
2683
|
-
"r":
|
|
2684
|
-
"g":
|
|
2685
|
-
"b":
|
|
2686
|
-
"opacity": 0
|
|
2683
|
+
"r": 0.08627450980392157,
|
|
2684
|
+
"g": 0.2,
|
|
2685
|
+
"b": 0,
|
|
2686
|
+
"opacity": 0.12
|
|
2687
2687
|
},
|
|
2688
2688
|
"theme": "personal--bright-green",
|
|
2689
2689
|
"filePath": "tokens/colors/themes/personal--bright-green.json",
|
|
2690
2690
|
"isSource": true,
|
|
2691
2691
|
"original": {
|
|
2692
2692
|
"value": {
|
|
2693
|
-
"hex": "#
|
|
2694
|
-
"opacity": 0
|
|
2693
|
+
"hex": "#163300",
|
|
2694
|
+
"opacity": 0.12
|
|
2695
2695
|
},
|
|
2696
2696
|
"theme": "personal--bright-green"
|
|
2697
2697
|
},
|
package/package.json
CHANGED
package/themes/dark/tokens.css
CHANGED
package/themes/dark/tokens.less
CHANGED
package/themes/light/tokens.css
CHANGED
package/themes/light/tokens.less
CHANGED
package/themes/navy/tokens.css
CHANGED
package/themes/navy/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 23 Sep 2024 21:07:47 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal--bright-green {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
--color-interactive-contrast: #9fe870;
|
|
38
38
|
--color-interactive-contrast-hover: #cdffad;
|
|
39
39
|
--color-interactive-contrast-active: #ecffe0;
|
|
40
|
-
--color-border-neutral: #
|
|
40
|
+
--color-border-neutral: #1633001f;
|
|
41
41
|
--color-border-overlay: #ffffff00;
|
|
42
42
|
--color-background-screen: #9fe870;
|
|
43
43
|
--color-background-screen-hover: #ffffff66;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 23 Sep 2024 21:07:47 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
@color-interactive-contrast: #9fe870;
|
|
36
36
|
@color-interactive-contrast-hover: #cdffad;
|
|
37
37
|
@color-interactive-contrast-active: #ecffe0;
|
|
38
|
-
@color-border-neutral: #
|
|
38
|
+
@color-border-neutral: #1633001f;
|
|
39
39
|
@color-border-overlay: #ffffff00;
|
|
40
40
|
@color-background-screen: #9fe870;
|
|
41
41
|
@color-background-screen-hover: #ffffff66;
|
package/tokens.css
CHANGED