@transferwise/neptune-tokens 8.2.0 → 8.2.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/package.json +1 -1
- package/themes/dark/tokens.css +2 -1
- package/themes/dark/tokens.less +2 -1
- package/themes/light/tokens.css +2 -1
- package/themes/light/tokens.less +2 -1
- package/themes/navy/tokens.css +2 -1
- package/themes/navy/tokens.less +2 -1
- package/themes/personal/tokens.css +2 -1
- package/themes/personal/tokens.less +2 -1
- package/themes/personal--dark/tokens.css +2 -1
- package/themes/personal--dark/tokens.less +2 -1
- package/themes/personal--forest-green/tokens.css +2 -1
- package/themes/personal--forest-green/tokens.less +2 -1
- package/tokens.css +2 -1
- package/tokens.less +2 -1
package/colors-base.css
CHANGED
package/colors-base.less
CHANGED
package/package.json
CHANGED
package/themes/dark/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 29 Dec 2022
|
|
3
|
+
* Generated on Thu, 29 Dec 2022 14:48:26 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-dark {
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
--size-8: 8px;
|
|
58
58
|
--size-10: 10px;
|
|
59
59
|
--size-12: 12px;
|
|
60
|
+
--size-14: 14px;
|
|
60
61
|
--size-16: 16px;
|
|
61
62
|
--size-24: 24px;
|
|
62
63
|
--size-32: 32px;
|
package/themes/dark/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Thu, 29 Dec 2022
|
|
3
|
+
// Generated on Thu, 29 Dec 2022 14:48:26 GMT
|
|
4
4
|
|
|
5
5
|
@color-content-primary: #e2e6e8;
|
|
6
6
|
@color-content-secondary: #c9cbce;
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
@size-8: 8px;
|
|
56
56
|
@size-10: 10px;
|
|
57
57
|
@size-12: 12px;
|
|
58
|
+
@size-14: 14px;
|
|
58
59
|
@size-16: 16px;
|
|
59
60
|
@size-24: 24px;
|
|
60
61
|
@size-32: 32px;
|
package/themes/light/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 29 Dec 2022
|
|
3
|
+
* Generated on Thu, 29 Dec 2022 14:48:26 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-light {
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
--size-8: 8px;
|
|
58
58
|
--size-10: 10px;
|
|
59
59
|
--size-12: 12px;
|
|
60
|
+
--size-14: 14px;
|
|
60
61
|
--size-16: 16px;
|
|
61
62
|
--size-24: 24px;
|
|
62
63
|
--size-32: 32px;
|
package/themes/light/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Thu, 29 Dec 2022
|
|
3
|
+
// Generated on Thu, 29 Dec 2022 14:48:26 GMT
|
|
4
4
|
|
|
5
5
|
@color-content-primary: #37517e;
|
|
6
6
|
@color-content-secondary: #5d7079;
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
@size-8: 8px;
|
|
56
56
|
@size-10: 10px;
|
|
57
57
|
@size-12: 12px;
|
|
58
|
+
@size-14: 14px;
|
|
58
59
|
@size-16: 16px;
|
|
59
60
|
@size-24: 24px;
|
|
60
61
|
@size-32: 32px;
|
package/themes/navy/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 29 Dec 2022
|
|
3
|
+
* Generated on Thu, 29 Dec 2022 14:48:26 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-navy {
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
--size-8: 8px;
|
|
58
58
|
--size-10: 10px;
|
|
59
59
|
--size-12: 12px;
|
|
60
|
+
--size-14: 14px;
|
|
60
61
|
--size-16: 16px;
|
|
61
62
|
--size-24: 24px;
|
|
62
63
|
--size-32: 32px;
|
package/themes/navy/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Thu, 29 Dec 2022
|
|
3
|
+
// Generated on Thu, 29 Dec 2022 14:48:26 GMT
|
|
4
4
|
|
|
5
5
|
@color-content-primary: #ffffff;
|
|
6
6
|
@color-content-secondary: #c9cbce;
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
@size-8: 8px;
|
|
56
56
|
@size-10: 10px;
|
|
57
57
|
@size-12: 12px;
|
|
58
|
+
@size-14: 14px;
|
|
58
59
|
@size-16: 16px;
|
|
59
60
|
@size-24: 24px;
|
|
60
61
|
@size-32: 32px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 29 Dec 2022
|
|
3
|
+
* Generated on Thu, 29 Dec 2022 14:48:26 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal {
|
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
--size-8: 8px;
|
|
65
65
|
--size-10: 10px;
|
|
66
66
|
--size-12: 12px;
|
|
67
|
+
--size-14: 14px;
|
|
67
68
|
--size-16: 16px;
|
|
68
69
|
--size-24: 24px;
|
|
69
70
|
--size-32: 32px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Thu, 29 Dec 2022
|
|
3
|
+
// Generated on Thu, 29 Dec 2022 14:48:26 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
@size-8: 8px;
|
|
63
63
|
@size-10: 10px;
|
|
64
64
|
@size-12: 12px;
|
|
65
|
+
@size-14: 14px;
|
|
65
66
|
@size-16: 16px;
|
|
66
67
|
@size-24: 24px;
|
|
67
68
|
@size-32: 32px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 29 Dec 2022
|
|
3
|
+
* Generated on Thu, 29 Dec 2022 14:48:26 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal--dark {
|
|
@@ -88,6 +88,7 @@
|
|
|
88
88
|
--size-8: 8px;
|
|
89
89
|
--size-10: 10px;
|
|
90
90
|
--size-12: 12px;
|
|
91
|
+
--size-14: 14px;
|
|
91
92
|
--size-16: 16px;
|
|
92
93
|
--size-24: 24px;
|
|
93
94
|
--size-32: 32px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Thu, 29 Dec 2022
|
|
3
|
+
// Generated on Thu, 29 Dec 2022 14:48:26 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -86,6 +86,7 @@
|
|
|
86
86
|
@size-8: 8px;
|
|
87
87
|
@size-10: 10px;
|
|
88
88
|
@size-12: 12px;
|
|
89
|
+
@size-14: 14px;
|
|
89
90
|
@size-16: 16px;
|
|
90
91
|
@size-24: 24px;
|
|
91
92
|
@size-32: 32px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 29 Dec 2022
|
|
3
|
+
* Generated on Thu, 29 Dec 2022 14:48:26 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal--forest-green {
|
|
@@ -88,6 +88,7 @@
|
|
|
88
88
|
--size-8: 8px;
|
|
89
89
|
--size-10: 10px;
|
|
90
90
|
--size-12: 12px;
|
|
91
|
+
--size-14: 14px;
|
|
91
92
|
--size-16: 16px;
|
|
92
93
|
--size-24: 24px;
|
|
93
94
|
--size-32: 32px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Thu, 29 Dec 2022
|
|
3
|
+
// Generated on Thu, 29 Dec 2022 14:48:26 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -86,6 +86,7 @@
|
|
|
86
86
|
@size-8: 8px;
|
|
87
87
|
@size-10: 10px;
|
|
88
88
|
@size-12: 12px;
|
|
89
|
+
@size-14: 14px;
|
|
89
90
|
@size-16: 16px;
|
|
90
91
|
@size-24: 24px;
|
|
91
92
|
@size-32: 32px;
|
package/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 29 Dec 2022
|
|
3
|
+
* Generated on Thu, 29 Dec 2022 14:48:26 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
--size-8: 8px;
|
|
58
58
|
--size-10: 10px;
|
|
59
59
|
--size-12: 12px;
|
|
60
|
+
--size-14: 14px;
|
|
60
61
|
--size-16: 16px;
|
|
61
62
|
--size-24: 24px;
|
|
62
63
|
--size-32: 32px;
|
package/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Thu, 29 Dec 2022
|
|
3
|
+
// Generated on Thu, 29 Dec 2022 14:48:26 GMT
|
|
4
4
|
|
|
5
5
|
@color-dark-content-primary: #e2e6e8;
|
|
6
6
|
@color-dark-content-secondary: #c9cbce;
|
|
@@ -137,6 +137,7 @@
|
|
|
137
137
|
@size-8: 8px;
|
|
138
138
|
@size-10: 10px;
|
|
139
139
|
@size-12: 12px;
|
|
140
|
+
@size-14: 14px;
|
|
140
141
|
@size-16: 16px;
|
|
141
142
|
@size-24: 24px;
|
|
142
143
|
@size-32: 32px;
|