@transferwise/neptune-tokens 8.17.0 → 8.18.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 +1417 -487
- 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 +18 -10
- package/themes/personal/tokens.less +18 -10
- package/themes/personal--bright-green/tokens.css +18 -10
- package/themes/personal--bright-green/tokens.less +18 -10
- package/themes/personal--dark/tokens.css +13 -5
- package/themes/personal--dark/tokens.less +13 -5
- package/themes/personal--forest-green/tokens.css +13 -5
- package/themes/personal--forest-green/tokens.less +13 -5
- 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/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 Tue,
|
|
3
|
+
* Generated on Tue, 22 Apr 2025 15:00:06 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal {
|
|
@@ -59,19 +59,27 @@
|
|
|
59
59
|
--color-sentiment-negative-secondary: #fbeaea;
|
|
60
60
|
--color-sentiment-negative-secondary-hover: #f9e1e1;
|
|
61
61
|
--color-sentiment-negative-secondary-active: #f8d8d8;
|
|
62
|
-
--color-sentiment-positive: #
|
|
63
|
-
--color-sentiment-positive-hover: #
|
|
64
|
-
--color-sentiment-positive-active: #
|
|
62
|
+
--color-sentiment-positive: #054d28;
|
|
63
|
+
--color-sentiment-positive-hover: #043a1e;
|
|
64
|
+
--color-sentiment-positive-active: #022614;
|
|
65
|
+
--color-sentiment-positive-primary: #054d28;
|
|
66
|
+
--color-sentiment-positive-primary-hover: #043a1e;
|
|
67
|
+
--color-sentiment-positive-primary-active: #022614;
|
|
68
|
+
--color-sentiment-positive-secondary: #e3f2ea;
|
|
69
|
+
--color-sentiment-positive-secondary-hover: #d9ede2;
|
|
70
|
+
--color-sentiment-positive-secondary-active: #cee8da;
|
|
65
71
|
--color-sentiment-warning: #ffd11a;
|
|
72
|
+
--color-sentiment-warning-hover: #ffd11a;
|
|
73
|
+
--color-sentiment-warning-active: #ffd11a;
|
|
66
74
|
--color-sentiment-warning-primary: #ffd11a;
|
|
75
|
+
--color-sentiment-warning-primary-hover: #ffd11a;
|
|
76
|
+
--color-sentiment-warning-primary-active: #ffd11a;
|
|
67
77
|
--color-sentiment-warning-secondary: #fff7d7;
|
|
78
|
+
--color-sentiment-warning-secondary-hover: #fff7d7;
|
|
79
|
+
--color-sentiment-warning-secondary-active: #fff7d7;
|
|
68
80
|
--color-sentiment-warning-content: #4a3b1c;
|
|
69
|
-
--color-sentiment-warning-content-
|
|
70
|
-
--color-sentiment-warning-content-
|
|
71
|
-
--color-sentiment-celebration-primary: #054d4d;
|
|
72
|
-
--color-sentiment-celebration-primary-hover: #043a3a;
|
|
73
|
-
--color-sentiment-celebration-primary-active: #022626;
|
|
74
|
-
--color-sentiment-celebration-secondary: #e0f7f7;
|
|
81
|
+
--color-sentiment-warning-content-hover: #3b2f16;
|
|
82
|
+
--color-sentiment-warning-content-active: #2c2311;
|
|
75
83
|
--color-contrast: #ffffff;
|
|
76
84
|
--color-light: #ffffff;
|
|
77
85
|
--color-dark: #121511;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue,
|
|
3
|
+
// Generated on Tue, 22 Apr 2025 15:00:06 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -57,19 +57,27 @@
|
|
|
57
57
|
@color-sentiment-negative-secondary: #fbeaea;
|
|
58
58
|
@color-sentiment-negative-secondary-hover: #f9e1e1;
|
|
59
59
|
@color-sentiment-negative-secondary-active: #f8d8d8;
|
|
60
|
-
@color-sentiment-positive: #
|
|
61
|
-
@color-sentiment-positive-hover: #
|
|
62
|
-
@color-sentiment-positive-active: #
|
|
60
|
+
@color-sentiment-positive: #054d28;
|
|
61
|
+
@color-sentiment-positive-hover: #043a1e;
|
|
62
|
+
@color-sentiment-positive-active: #022614;
|
|
63
|
+
@color-sentiment-positive-primary: #054d28;
|
|
64
|
+
@color-sentiment-positive-primary-hover: #043a1e;
|
|
65
|
+
@color-sentiment-positive-primary-active: #022614;
|
|
66
|
+
@color-sentiment-positive-secondary: #e3f2ea;
|
|
67
|
+
@color-sentiment-positive-secondary-hover: #d9ede2;
|
|
68
|
+
@color-sentiment-positive-secondary-active: #cee8da;
|
|
63
69
|
@color-sentiment-warning: #ffd11a;
|
|
70
|
+
@color-sentiment-warning-hover: #ffd11a;
|
|
71
|
+
@color-sentiment-warning-active: #ffd11a;
|
|
64
72
|
@color-sentiment-warning-primary: #ffd11a;
|
|
73
|
+
@color-sentiment-warning-primary-hover: #ffd11a;
|
|
74
|
+
@color-sentiment-warning-primary-active: #ffd11a;
|
|
65
75
|
@color-sentiment-warning-secondary: #fff7d7;
|
|
76
|
+
@color-sentiment-warning-secondary-hover: #fff7d7;
|
|
77
|
+
@color-sentiment-warning-secondary-active: #fff7d7;
|
|
66
78
|
@color-sentiment-warning-content: #4a3b1c;
|
|
67
|
-
@color-sentiment-warning-content-
|
|
68
|
-
@color-sentiment-warning-content-
|
|
69
|
-
@color-sentiment-celebration-primary: #054d4d;
|
|
70
|
-
@color-sentiment-celebration-primary-hover: #043a3a;
|
|
71
|
-
@color-sentiment-celebration-primary-active: #022626;
|
|
72
|
-
@color-sentiment-celebration-secondary: #e0f7f7;
|
|
79
|
+
@color-sentiment-warning-content-hover: #3b2f16;
|
|
80
|
+
@color-sentiment-warning-content-active: #2c2311;
|
|
73
81
|
@color-contrast: #ffffff;
|
|
74
82
|
@color-light: #ffffff;
|
|
75
83
|
@color-dark: #121511;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue,
|
|
3
|
+
* Generated on Tue, 22 Apr 2025 15:00:06 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal--bright-green {
|
|
@@ -59,19 +59,27 @@
|
|
|
59
59
|
--color-sentiment-negative-secondary: #fbeaea;
|
|
60
60
|
--color-sentiment-negative-secondary-hover: #f9e1e1;
|
|
61
61
|
--color-sentiment-negative-secondary-active: #f8d8d8;
|
|
62
|
-
--color-sentiment-positive: #
|
|
63
|
-
--color-sentiment-positive-hover: #
|
|
64
|
-
--color-sentiment-positive-active: #
|
|
62
|
+
--color-sentiment-positive: #054d28;
|
|
63
|
+
--color-sentiment-positive-hover: #043a1e;
|
|
64
|
+
--color-sentiment-positive-active: #022614;
|
|
65
|
+
--color-sentiment-positive-primary: #054d28;
|
|
66
|
+
--color-sentiment-positive-primary-hover: #043a1e;
|
|
67
|
+
--color-sentiment-positive-primary-active: #022614;
|
|
68
|
+
--color-sentiment-positive-secondary: #e3f2ea;
|
|
69
|
+
--color-sentiment-positive-secondary-hover: #d9ede2;
|
|
70
|
+
--color-sentiment-positive-secondary-active: #cee8da;
|
|
65
71
|
--color-sentiment-warning: #ffd11a;
|
|
72
|
+
--color-sentiment-warning-hover: #ffd11a;
|
|
73
|
+
--color-sentiment-warning-active: #ffd11a;
|
|
66
74
|
--color-sentiment-warning-primary: #ffd11a;
|
|
75
|
+
--color-sentiment-warning-primary-hover: #ffd11a;
|
|
76
|
+
--color-sentiment-warning-primary-active: #ffd11a;
|
|
67
77
|
--color-sentiment-warning-secondary: #fff7d7;
|
|
78
|
+
--color-sentiment-warning-secondary-hover: #fff7d7;
|
|
79
|
+
--color-sentiment-warning-secondary-active: #fff7d7;
|
|
68
80
|
--color-sentiment-warning-content: #4a3b1c;
|
|
69
|
-
--color-sentiment-warning-content-
|
|
70
|
-
--color-sentiment-warning-content-
|
|
71
|
-
--color-sentiment-celebration-primary: #054d4d;
|
|
72
|
-
--color-sentiment-celebration-primary-hover: #043a3a;
|
|
73
|
-
--color-sentiment-celebration-primary-active: #022626;
|
|
74
|
-
--color-sentiment-celebration-secondary: #e0f7f7;
|
|
81
|
+
--color-sentiment-warning-content-hover: #3b2f16;
|
|
82
|
+
--color-sentiment-warning-content-active: #2c2311;
|
|
75
83
|
--color-contrast: #ffffff00;
|
|
76
84
|
--color-light: #ffffff;
|
|
77
85
|
--color-dark: #163300;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue,
|
|
3
|
+
// Generated on Tue, 22 Apr 2025 15:00:06 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -57,19 +57,27 @@
|
|
|
57
57
|
@color-sentiment-negative-secondary: #fbeaea;
|
|
58
58
|
@color-sentiment-negative-secondary-hover: #f9e1e1;
|
|
59
59
|
@color-sentiment-negative-secondary-active: #f8d8d8;
|
|
60
|
-
@color-sentiment-positive: #
|
|
61
|
-
@color-sentiment-positive-hover: #
|
|
62
|
-
@color-sentiment-positive-active: #
|
|
60
|
+
@color-sentiment-positive: #054d28;
|
|
61
|
+
@color-sentiment-positive-hover: #043a1e;
|
|
62
|
+
@color-sentiment-positive-active: #022614;
|
|
63
|
+
@color-sentiment-positive-primary: #054d28;
|
|
64
|
+
@color-sentiment-positive-primary-hover: #043a1e;
|
|
65
|
+
@color-sentiment-positive-primary-active: #022614;
|
|
66
|
+
@color-sentiment-positive-secondary: #e3f2ea;
|
|
67
|
+
@color-sentiment-positive-secondary-hover: #d9ede2;
|
|
68
|
+
@color-sentiment-positive-secondary-active: #cee8da;
|
|
63
69
|
@color-sentiment-warning: #ffd11a;
|
|
70
|
+
@color-sentiment-warning-hover: #ffd11a;
|
|
71
|
+
@color-sentiment-warning-active: #ffd11a;
|
|
64
72
|
@color-sentiment-warning-primary: #ffd11a;
|
|
73
|
+
@color-sentiment-warning-primary-hover: #ffd11a;
|
|
74
|
+
@color-sentiment-warning-primary-active: #ffd11a;
|
|
65
75
|
@color-sentiment-warning-secondary: #fff7d7;
|
|
76
|
+
@color-sentiment-warning-secondary-hover: #fff7d7;
|
|
77
|
+
@color-sentiment-warning-secondary-active: #fff7d7;
|
|
66
78
|
@color-sentiment-warning-content: #4a3b1c;
|
|
67
|
-
@color-sentiment-warning-content-
|
|
68
|
-
@color-sentiment-warning-content-
|
|
69
|
-
@color-sentiment-celebration-primary: #054d4d;
|
|
70
|
-
@color-sentiment-celebration-primary-hover: #043a3a;
|
|
71
|
-
@color-sentiment-celebration-primary-active: #022626;
|
|
72
|
-
@color-sentiment-celebration-secondary: #e0f7f7;
|
|
79
|
+
@color-sentiment-warning-content-hover: #3b2f16;
|
|
80
|
+
@color-sentiment-warning-content-active: #2c2311;
|
|
73
81
|
@color-contrast: #ffffff00;
|
|
74
82
|
@color-light: #ffffff;
|
|
75
83
|
@color-dark: #163300;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue,
|
|
3
|
+
* Generated on Tue, 22 Apr 2025 15:00:06 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal--dark {
|
|
@@ -62,16 +62,24 @@
|
|
|
62
62
|
--color-sentiment-positive: #bae5a0;
|
|
63
63
|
--color-sentiment-positive-hover: #c8eab3;
|
|
64
64
|
--color-sentiment-positive-active: #d6f0c7;
|
|
65
|
+
--color-sentiment-positive-primary: #bae5a0;
|
|
66
|
+
--color-sentiment-positive-primary-hover: #c8eab3;
|
|
67
|
+
--color-sentiment-positive-primary-active: #d6f0c7;
|
|
68
|
+
--color-sentiment-positive-secondary: #252c20;
|
|
69
|
+
--color-sentiment-positive-secondary-hover: #323b2b;
|
|
70
|
+
--color-sentiment-positive-secondary-active: #3e4a36;
|
|
65
71
|
--color-sentiment-warning: #fadc65;
|
|
72
|
+
--color-sentiment-warning-hover: #fadc65;
|
|
73
|
+
--color-sentiment-warning-active: #fadc65;
|
|
66
74
|
--color-sentiment-warning-primary: #fadc65;
|
|
75
|
+
--color-sentiment-warning-primary-hover: #fadc65;
|
|
76
|
+
--color-sentiment-warning-primary-active: #fadc65;
|
|
67
77
|
--color-sentiment-warning-secondary: #3a3523;
|
|
78
|
+
--color-sentiment-warning-secondary-hover: #3a3523;
|
|
79
|
+
--color-sentiment-warning-secondary-active: #3a3523;
|
|
68
80
|
--color-sentiment-warning-content: #fadc65;
|
|
69
81
|
--color-sentiment-warning-content-secondary-hover: #fbe179;
|
|
70
82
|
--color-sentiment-warning-content-secondary-active: #fbe58d;
|
|
71
|
-
--color-sentiment-celebration-primary: #a0e1e1;
|
|
72
|
-
--color-sentiment-celebration-primary-hover: #aee5e5;
|
|
73
|
-
--color-sentiment-celebration-primary-active: #bdeaea;
|
|
74
|
-
--color-sentiment-celebration-secondary: #0e4242;
|
|
75
83
|
--color-contrast: #121511;
|
|
76
84
|
--color-light: #ffffff;
|
|
77
85
|
--color-dark: #121511;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue,
|
|
3
|
+
// Generated on Tue, 22 Apr 2025 15:00:06 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -60,16 +60,24 @@
|
|
|
60
60
|
@color-sentiment-positive: #bae5a0;
|
|
61
61
|
@color-sentiment-positive-hover: #c8eab3;
|
|
62
62
|
@color-sentiment-positive-active: #d6f0c7;
|
|
63
|
+
@color-sentiment-positive-primary: #bae5a0;
|
|
64
|
+
@color-sentiment-positive-primary-hover: #c8eab3;
|
|
65
|
+
@color-sentiment-positive-primary-active: #d6f0c7;
|
|
66
|
+
@color-sentiment-positive-secondary: #252c20;
|
|
67
|
+
@color-sentiment-positive-secondary-hover: #323b2b;
|
|
68
|
+
@color-sentiment-positive-secondary-active: #3e4a36;
|
|
63
69
|
@color-sentiment-warning: #fadc65;
|
|
70
|
+
@color-sentiment-warning-hover: #fadc65;
|
|
71
|
+
@color-sentiment-warning-active: #fadc65;
|
|
64
72
|
@color-sentiment-warning-primary: #fadc65;
|
|
73
|
+
@color-sentiment-warning-primary-hover: #fadc65;
|
|
74
|
+
@color-sentiment-warning-primary-active: #fadc65;
|
|
65
75
|
@color-sentiment-warning-secondary: #3a3523;
|
|
76
|
+
@color-sentiment-warning-secondary-hover: #3a3523;
|
|
77
|
+
@color-sentiment-warning-secondary-active: #3a3523;
|
|
66
78
|
@color-sentiment-warning-content: #fadc65;
|
|
67
79
|
@color-sentiment-warning-content-secondary-hover: #fbe179;
|
|
68
80
|
@color-sentiment-warning-content-secondary-active: #fbe58d;
|
|
69
|
-
@color-sentiment-celebration-primary: #a0e1e1;
|
|
70
|
-
@color-sentiment-celebration-primary-hover: #aee5e5;
|
|
71
|
-
@color-sentiment-celebration-primary-active: #bdeaea;
|
|
72
|
-
@color-sentiment-celebration-secondary: #0e4242;
|
|
73
81
|
@color-contrast: #121511;
|
|
74
82
|
@color-light: #ffffff;
|
|
75
83
|
@color-dark: #121511;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue,
|
|
3
|
+
* Generated on Tue, 22 Apr 2025 15:00:06 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal--forest-green {
|
|
@@ -62,16 +62,24 @@
|
|
|
62
62
|
--color-sentiment-positive: #bae5a0;
|
|
63
63
|
--color-sentiment-positive-hover: #c8eab3;
|
|
64
64
|
--color-sentiment-positive-active: #d6f0c7;
|
|
65
|
+
--color-sentiment-positive-primary: #bae5a0;
|
|
66
|
+
--color-sentiment-positive-primary-hover: #c8eab3;
|
|
67
|
+
--color-sentiment-positive-primary-active: #d6f0c7;
|
|
68
|
+
--color-sentiment-positive-secondary: #3d562d;
|
|
69
|
+
--color-sentiment-positive-secondary-hover: #476435;
|
|
70
|
+
--color-sentiment-positive-secondary-active: #53753d;
|
|
65
71
|
--color-sentiment-warning: #fadc65;
|
|
72
|
+
--color-sentiment-warning-hover: #fadc65;
|
|
73
|
+
--color-sentiment-warning-active: #fadc65;
|
|
66
74
|
--color-sentiment-warning-primary: #fadc65;
|
|
75
|
+
--color-sentiment-warning-primary-hover: #fadc65;
|
|
76
|
+
--color-sentiment-warning-primary-active: #fadc65;
|
|
67
77
|
--color-sentiment-warning-secondary: #445514;
|
|
78
|
+
--color-sentiment-warning-secondary-hover: #445514;
|
|
79
|
+
--color-sentiment-warning-secondary-active: #445514;
|
|
68
80
|
--color-sentiment-warning-content: #fadc65;
|
|
69
81
|
--color-sentiment-warning-content-secondary-hover: #fbe179;
|
|
70
82
|
--color-sentiment-warning-content-secondary-active: #fbe58d;
|
|
71
|
-
--color-sentiment-celebration-primary: #a0e1e1;
|
|
72
|
-
--color-sentiment-celebration-primary-hover: #aee5e5;
|
|
73
|
-
--color-sentiment-celebration-primary-active: #bdeaea;
|
|
74
|
-
--color-sentiment-celebration-secondary: #32562d;
|
|
75
83
|
--color-contrast: #163300;
|
|
76
84
|
--color-light: #ffffff;
|
|
77
85
|
--color-dark: #163300;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue,
|
|
3
|
+
// Generated on Tue, 22 Apr 2025 15:00:06 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -60,16 +60,24 @@
|
|
|
60
60
|
@color-sentiment-positive: #bae5a0;
|
|
61
61
|
@color-sentiment-positive-hover: #c8eab3;
|
|
62
62
|
@color-sentiment-positive-active: #d6f0c7;
|
|
63
|
+
@color-sentiment-positive-primary: #bae5a0;
|
|
64
|
+
@color-sentiment-positive-primary-hover: #c8eab3;
|
|
65
|
+
@color-sentiment-positive-primary-active: #d6f0c7;
|
|
66
|
+
@color-sentiment-positive-secondary: #3d562d;
|
|
67
|
+
@color-sentiment-positive-secondary-hover: #476435;
|
|
68
|
+
@color-sentiment-positive-secondary-active: #53753d;
|
|
63
69
|
@color-sentiment-warning: #fadc65;
|
|
70
|
+
@color-sentiment-warning-hover: #fadc65;
|
|
71
|
+
@color-sentiment-warning-active: #fadc65;
|
|
64
72
|
@color-sentiment-warning-primary: #fadc65;
|
|
73
|
+
@color-sentiment-warning-primary-hover: #fadc65;
|
|
74
|
+
@color-sentiment-warning-primary-active: #fadc65;
|
|
65
75
|
@color-sentiment-warning-secondary: #445514;
|
|
76
|
+
@color-sentiment-warning-secondary-hover: #445514;
|
|
77
|
+
@color-sentiment-warning-secondary-active: #445514;
|
|
66
78
|
@color-sentiment-warning-content: #fadc65;
|
|
67
79
|
@color-sentiment-warning-content-secondary-hover: #fbe179;
|
|
68
80
|
@color-sentiment-warning-content-secondary-active: #fbe58d;
|
|
69
|
-
@color-sentiment-celebration-primary: #a0e1e1;
|
|
70
|
-
@color-sentiment-celebration-primary-hover: #aee5e5;
|
|
71
|
-
@color-sentiment-celebration-primary-active: #bdeaea;
|
|
72
|
-
@color-sentiment-celebration-secondary: #32562d;
|
|
73
81
|
@color-contrast: #163300;
|
|
74
82
|
@color-light: #ffffff;
|
|
75
83
|
@color-dark: #163300;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue,
|
|
3
|
+
* Generated on Tue, 22 Apr 2025 15:00:06 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 Tue,
|
|
3
|
+
// Generated on Tue, 22 Apr 2025 15:00:06 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