@transferwise/neptune-tokens 8.17.0 → 8.17.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.
- package/colors-base.css +1 -1
- package/colors-base.less +1 -1
- package/colors.json +6 -4
- 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 +1 -1
- package/themes/personal--bright-green/tokens.less +1 -1
- 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 +2 -2
- package/themes/platform--forest-green/tokens.less +2 -2
- package/tokens.css +1 -1
- package/tokens.less +1 -1
package/colors-base.css
CHANGED
package/colors-base.less
CHANGED
package/colors.json
CHANGED
|
@@ -11200,16 +11200,18 @@
|
|
|
11200
11200
|
},
|
|
11201
11201
|
"neutral": {
|
|
11202
11202
|
"value": {
|
|
11203
|
-
"r":
|
|
11204
|
-
"g":
|
|
11205
|
-
"b":
|
|
11203
|
+
"r": 1,
|
|
11204
|
+
"g": 1,
|
|
11205
|
+
"b": 1,
|
|
11206
|
+
"opacity": 0.1
|
|
11206
11207
|
},
|
|
11207
11208
|
"theme": "platform--forest-green",
|
|
11208
11209
|
"filePath": "tokens/colors/themes/platform--forest-green.json",
|
|
11209
11210
|
"isSource": true,
|
|
11210
11211
|
"original": {
|
|
11211
11212
|
"value": {
|
|
11212
|
-
"hex": "#
|
|
11213
|
+
"hex": "#FFFFFF",
|
|
11214
|
+
"opacity": 0.1
|
|
11213
11215
|
},
|
|
11214
11216
|
"theme": "platform--forest-green"
|
|
11215
11217
|
},
|
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 Wed, 19 Mar 2025 12:17:18 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-platform--forest-green {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
--color-background-screen-hover: #ffffff1a;
|
|
72
72
|
--color-background-screen-active: #ffffff33;
|
|
73
73
|
--color-background-elevated: #111f06;
|
|
74
|
-
--color-background-neutral: #
|
|
74
|
+
--color-background-neutral: #ffffff1a;
|
|
75
75
|
--color-background-neutral-hover: #ffffff33;
|
|
76
76
|
--color-background-neutral-active: #ffffff4d;
|
|
77
77
|
--color-background-overlay: #000000;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 19 Mar 2025 12:17:18 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
@color-background-screen-hover: #ffffff1a;
|
|
70
70
|
@color-background-screen-active: #ffffff33;
|
|
71
71
|
@color-background-elevated: #111f06;
|
|
72
|
-
@color-background-neutral: #
|
|
72
|
+
@color-background-neutral: #ffffff1a;
|
|
73
73
|
@color-background-neutral-hover: #ffffff33;
|
|
74
74
|
@color-background-neutral-active: #ffffff4d;
|
|
75
75
|
@color-background-overlay: #000000;
|
package/tokens.css
CHANGED