@transferwise/neptune-tokens 8.5.0 → 8.5.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 -2
- package/themes/dark/tokens.less +2 -2
- package/themes/light/tokens.css +2 -2
- package/themes/light/tokens.less +2 -2
- package/themes/navy/tokens.css +2 -2
- package/themes/navy/tokens.less +2 -2
- package/themes/personal/tokens.css +2 -2
- package/themes/personal/tokens.less +2 -2
- package/themes/personal--bright-green/tokens.css +2 -2
- package/themes/personal--bright-green/tokens.less +2 -2
- package/themes/personal--dark/tokens.css +2 -2
- package/themes/personal--dark/tokens.less +2 -2
- package/themes/personal--forest-green/tokens.css +2 -2
- package/themes/personal--forest-green/tokens.less +2 -2
- package/tokens.css +2 -2
- package/tokens.less +2 -2
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
|
|
3
|
+
* Generated on Mon, 02 Oct 2023 12:07:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-dark {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
--padding-small: 16px;
|
|
50
50
|
--padding-medium: 24px;
|
|
51
51
|
--padding-large: 32px;
|
|
52
|
-
--radius-full:
|
|
52
|
+
--radius-full: 9999px;
|
|
53
53
|
--radius-small: 10px;
|
|
54
54
|
--radius-medium: 16px;
|
|
55
55
|
--radius-large: 24px;
|
package/themes/dark/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 02 Oct 2023 12:07:17 GMT
|
|
4
4
|
|
|
5
5
|
@color-content-primary: #e2e6e8;
|
|
6
6
|
@color-content-secondary: #c9cbce;
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
@padding-small: 16px;
|
|
48
48
|
@padding-medium: 24px;
|
|
49
49
|
@padding-large: 32px;
|
|
50
|
-
@radius-full:
|
|
50
|
+
@radius-full: 9999px;
|
|
51
51
|
@radius-small: 10px;
|
|
52
52
|
@radius-medium: 16px;
|
|
53
53
|
@radius-large: 24px;
|
package/themes/light/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 02 Oct 2023 12:07:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-light {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
--padding-small: 16px;
|
|
50
50
|
--padding-medium: 24px;
|
|
51
51
|
--padding-large: 32px;
|
|
52
|
-
--radius-full:
|
|
52
|
+
--radius-full: 9999px;
|
|
53
53
|
--radius-small: 10px;
|
|
54
54
|
--radius-medium: 16px;
|
|
55
55
|
--radius-large: 24px;
|
package/themes/light/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 02 Oct 2023 12:07:17 GMT
|
|
4
4
|
|
|
5
5
|
@color-content-primary: #37517e;
|
|
6
6
|
@color-content-secondary: #5d7079;
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
@padding-small: 16px;
|
|
48
48
|
@padding-medium: 24px;
|
|
49
49
|
@padding-large: 32px;
|
|
50
|
-
@radius-full:
|
|
50
|
+
@radius-full: 9999px;
|
|
51
51
|
@radius-small: 10px;
|
|
52
52
|
@radius-medium: 16px;
|
|
53
53
|
@radius-large: 24px;
|
package/themes/navy/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 02 Oct 2023 12:07:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-navy {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
--padding-small: 16px;
|
|
50
50
|
--padding-medium: 24px;
|
|
51
51
|
--padding-large: 32px;
|
|
52
|
-
--radius-full:
|
|
52
|
+
--radius-full: 9999px;
|
|
53
53
|
--radius-small: 10px;
|
|
54
54
|
--radius-medium: 16px;
|
|
55
55
|
--radius-large: 24px;
|
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, 02 Oct 2023 12:07:17 GMT
|
|
4
4
|
|
|
5
5
|
@color-content-primary: #ffffff;
|
|
6
6
|
@color-content-secondary: #c9cbce;
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
@padding-small: 16px;
|
|
48
48
|
@padding-medium: 24px;
|
|
49
49
|
@padding-large: 32px;
|
|
50
|
-
@radius-full:
|
|
50
|
+
@radius-full: 9999px;
|
|
51
51
|
@radius-small: 10px;
|
|
52
52
|
@radius-medium: 16px;
|
|
53
53
|
@radius-large: 24px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 02 Oct 2023 12:07:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
--padding-small: 16px;
|
|
59
59
|
--padding-medium: 24px;
|
|
60
60
|
--padding-large: 32px;
|
|
61
|
-
--radius-full:
|
|
61
|
+
--radius-full: 9999px;
|
|
62
62
|
--radius-small: 10px;
|
|
63
63
|
--radius-medium: 16px;
|
|
64
64
|
--radius-large: 24px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 02 Oct 2023 12:07:17 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
@padding-small: 16px;
|
|
57
57
|
@padding-medium: 24px;
|
|
58
58
|
@padding-large: 32px;
|
|
59
|
-
@radius-full:
|
|
59
|
+
@radius-full: 9999px;
|
|
60
60
|
@radius-small: 10px;
|
|
61
61
|
@radius-medium: 16px;
|
|
62
62
|
@radius-large: 24px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 02 Oct 2023 12:07:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal--bright-green {
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
--padding-small: 16px;
|
|
83
83
|
--padding-medium: 24px;
|
|
84
84
|
--padding-large: 32px;
|
|
85
|
-
--radius-full:
|
|
85
|
+
--radius-full: 9999px;
|
|
86
86
|
--radius-small: 10px;
|
|
87
87
|
--radius-medium: 16px;
|
|
88
88
|
--radius-large: 24px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 02 Oct 2023 12:07:17 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
@padding-small: 16px;
|
|
81
81
|
@padding-medium: 24px;
|
|
82
82
|
@padding-large: 32px;
|
|
83
|
-
@radius-full:
|
|
83
|
+
@radius-full: 9999px;
|
|
84
84
|
@radius-small: 10px;
|
|
85
85
|
@radius-medium: 16px;
|
|
86
86
|
@radius-large: 24px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 02 Oct 2023 12:07:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal--dark {
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
--padding-small: 16px;
|
|
83
83
|
--padding-medium: 24px;
|
|
84
84
|
--padding-large: 32px;
|
|
85
|
-
--radius-full:
|
|
85
|
+
--radius-full: 9999px;
|
|
86
86
|
--radius-small: 10px;
|
|
87
87
|
--radius-medium: 16px;
|
|
88
88
|
--radius-large: 24px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 02 Oct 2023 12:07:17 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
@padding-small: 16px;
|
|
81
81
|
@padding-medium: 24px;
|
|
82
82
|
@padding-large: 32px;
|
|
83
|
-
@radius-full:
|
|
83
|
+
@radius-full: 9999px;
|
|
84
84
|
@radius-small: 10px;
|
|
85
85
|
@radius-medium: 16px;
|
|
86
86
|
@radius-large: 24px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 02 Oct 2023 12:07:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal--forest-green {
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
--padding-small: 16px;
|
|
83
83
|
--padding-medium: 24px;
|
|
84
84
|
--padding-large: 32px;
|
|
85
|
-
--radius-full:
|
|
85
|
+
--radius-full: 9999px;
|
|
86
86
|
--radius-small: 10px;
|
|
87
87
|
--radius-medium: 16px;
|
|
88
88
|
--radius-large: 24px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 02 Oct 2023 12:07:17 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
@padding-small: 16px;
|
|
81
81
|
@padding-medium: 24px;
|
|
82
82
|
@padding-large: 32px;
|
|
83
|
-
@radius-full:
|
|
83
|
+
@radius-full: 9999px;
|
|
84
84
|
@radius-small: 10px;
|
|
85
85
|
@radius-medium: 16px;
|
|
86
86
|
@radius-large: 24px;
|
package/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 02 Oct 2023 12:07:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
--padding-small: 16px;
|
|
50
50
|
--padding-medium: 24px;
|
|
51
51
|
--padding-large: 32px;
|
|
52
|
-
--radius-full:
|
|
52
|
+
--radius-full: 9999px;
|
|
53
53
|
--radius-small: 10px;
|
|
54
54
|
--radius-medium: 16px;
|
|
55
55
|
--radius-large: 24px;
|
package/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 02 Oct 2023 12:07:17 GMT
|
|
4
4
|
|
|
5
5
|
@color-dark-content-primary: #e2e6e8;
|
|
6
6
|
@color-dark-content-secondary: #c9cbce;
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
@padding-small: 16px;
|
|
130
130
|
@padding-medium: 24px;
|
|
131
131
|
@padding-large: 32px;
|
|
132
|
-
@radius-full:
|
|
132
|
+
@radius-full: 9999px;
|
|
133
133
|
@radius-small: 10px;
|
|
134
134
|
@radius-medium: 16px;
|
|
135
135
|
@radius-large: 24px;
|