@transferwise/neptune-tokens 8.20.4 → 8.21.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/package.json +1 -1
- package/themes/business/tokens.css +2 -1
- package/themes/business/tokens.less +2 -1
- package/themes/business--bright-green/tokens.css +2 -1
- package/themes/business--bright-green/tokens.less +2 -1
- package/themes/business--dark/tokens.css +2 -1
- package/themes/business--dark/tokens.less +2 -1
- package/themes/business--forest-green/tokens.css +2 -1
- package/themes/business--forest-green/tokens.less +2 -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--bright-green/tokens.css +2 -1
- package/themes/personal--bright-green/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/themes/platform/tokens.css +2 -1
- package/themes/platform/tokens.less +2 -1
- package/themes/platform--forest-green/tokens.css +2 -1
- package/themes/platform--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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-business {
|
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
--radius-small: 10px;
|
|
95
95
|
--radius-medium: 16px;
|
|
96
96
|
--radius-large: 24px;
|
|
97
|
+
--radius-xlarge: 32px;
|
|
97
98
|
--size-4: 4px;
|
|
98
99
|
--size-5: 5px;
|
|
99
100
|
--size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -92,6 +92,7 @@
|
|
|
92
92
|
@radius-small: 10px;
|
|
93
93
|
@radius-medium: 16px;
|
|
94
94
|
@radius-large: 24px;
|
|
95
|
+
@radius-xlarge: 32px;
|
|
95
96
|
@size-4: 4px;
|
|
96
97
|
@size-5: 5px;
|
|
97
98
|
@size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 10 Apr 2026 14:46:01 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-business--bright-green {
|
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
--radius-small: 10px;
|
|
95
95
|
--radius-medium: 16px;
|
|
96
96
|
--radius-large: 24px;
|
|
97
|
+
--radius-xlarge: 32px;
|
|
97
98
|
--size-4: 4px;
|
|
98
99
|
--size-5: 5px;
|
|
99
100
|
--size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 10 Apr 2026 14:46:01 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -92,6 +92,7 @@
|
|
|
92
92
|
@radius-small: 10px;
|
|
93
93
|
@radius-medium: 16px;
|
|
94
94
|
@radius-large: 24px;
|
|
95
|
+
@radius-xlarge: 32px;
|
|
95
96
|
@size-4: 4px;
|
|
96
97
|
@size-5: 5px;
|
|
97
98
|
@size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-business--dark {
|
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
--radius-small: 10px;
|
|
95
95
|
--radius-medium: 16px;
|
|
96
96
|
--radius-large: 24px;
|
|
97
|
+
--radius-xlarge: 32px;
|
|
97
98
|
--size-4: 4px;
|
|
98
99
|
--size-5: 5px;
|
|
99
100
|
--size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -92,6 +92,7 @@
|
|
|
92
92
|
@radius-small: 10px;
|
|
93
93
|
@radius-medium: 16px;
|
|
94
94
|
@radius-large: 24px;
|
|
95
|
+
@radius-xlarge: 32px;
|
|
95
96
|
@size-4: 4px;
|
|
96
97
|
@size-5: 5px;
|
|
97
98
|
@size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-business--forest-green {
|
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
--radius-small: 10px;
|
|
95
95
|
--radius-medium: 16px;
|
|
96
96
|
--radius-large: 24px;
|
|
97
|
+
--radius-xlarge: 32px;
|
|
97
98
|
--size-4: 4px;
|
|
98
99
|
--size-5: 5px;
|
|
99
100
|
--size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -92,6 +92,7 @@
|
|
|
92
92
|
@radius-small: 10px;
|
|
93
93
|
@radius-medium: 16px;
|
|
94
94
|
@radius-large: 24px;
|
|
95
|
+
@radius-xlarge: 32px;
|
|
95
96
|
@size-4: 4px;
|
|
96
97
|
@size-5: 5px;
|
|
97
98
|
@size-8: 8px;
|
package/themes/dark/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-dark {
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
--radius-small: 10px;
|
|
54
54
|
--radius-medium: 16px;
|
|
55
55
|
--radius-large: 24px;
|
|
56
|
+
--radius-xlarge: 32px;
|
|
56
57
|
--size-4: 4px;
|
|
57
58
|
--size-5: 5px;
|
|
58
59
|
--size-8: 8px;
|
package/themes/dark/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
|
|
5
5
|
@color-content-primary: #e2e6e8;
|
|
6
6
|
@color-content-secondary: #c9cbce;
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
@radius-small: 10px;
|
|
52
52
|
@radius-medium: 16px;
|
|
53
53
|
@radius-large: 24px;
|
|
54
|
+
@radius-xlarge: 32px;
|
|
54
55
|
@size-4: 4px;
|
|
55
56
|
@size-5: 5px;
|
|
56
57
|
@size-8: 8px;
|
package/themes/light/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-light {
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
--radius-small: 10px;
|
|
54
54
|
--radius-medium: 16px;
|
|
55
55
|
--radius-large: 24px;
|
|
56
|
+
--radius-xlarge: 32px;
|
|
56
57
|
--size-4: 4px;
|
|
57
58
|
--size-5: 5px;
|
|
58
59
|
--size-8: 8px;
|
package/themes/light/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
|
|
5
5
|
@color-content-primary: #37517e;
|
|
6
6
|
@color-content-secondary: #5d7079;
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
@radius-small: 10px;
|
|
52
52
|
@radius-medium: 16px;
|
|
53
53
|
@radius-large: 24px;
|
|
54
|
+
@radius-xlarge: 32px;
|
|
54
55
|
@size-4: 4px;
|
|
55
56
|
@size-5: 5px;
|
|
56
57
|
@size-8: 8px;
|
package/themes/navy/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-navy {
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
--radius-small: 10px;
|
|
54
54
|
--radius-medium: 16px;
|
|
55
55
|
--radius-large: 24px;
|
|
56
|
+
--radius-xlarge: 32px;
|
|
56
57
|
--size-4: 4px;
|
|
57
58
|
--size-5: 5px;
|
|
58
59
|
--size-8: 8px;
|
package/themes/navy/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
|
|
5
5
|
@color-content-primary: #ffffff;
|
|
6
6
|
@color-content-secondary: #c9cbce;
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
@radius-small: 10px;
|
|
52
52
|
@radius-medium: 16px;
|
|
53
53
|
@radius-large: 24px;
|
|
54
|
+
@radius-xlarge: 32px;
|
|
54
55
|
@size-4: 4px;
|
|
55
56
|
@size-5: 5px;
|
|
56
57
|
@size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal {
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
--radius-small: 10px;
|
|
94
94
|
--radius-medium: 16px;
|
|
95
95
|
--radius-large: 24px;
|
|
96
|
+
--radius-xlarge: 32px;
|
|
96
97
|
--size-4: 4px;
|
|
97
98
|
--size-5: 5px;
|
|
98
99
|
--size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -91,6 +91,7 @@
|
|
|
91
91
|
@radius-small: 10px;
|
|
92
92
|
@radius-medium: 16px;
|
|
93
93
|
@radius-large: 24px;
|
|
94
|
+
@radius-xlarge: 32px;
|
|
94
95
|
@size-4: 4px;
|
|
95
96
|
@size-5: 5px;
|
|
96
97
|
@size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal--bright-green {
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
--radius-small: 10px;
|
|
94
94
|
--radius-medium: 16px;
|
|
95
95
|
--radius-large: 24px;
|
|
96
|
+
--radius-xlarge: 32px;
|
|
96
97
|
--size-4: 4px;
|
|
97
98
|
--size-5: 5px;
|
|
98
99
|
--size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -91,6 +91,7 @@
|
|
|
91
91
|
@radius-small: 10px;
|
|
92
92
|
@radius-medium: 16px;
|
|
93
93
|
@radius-large: 24px;
|
|
94
|
+
@radius-xlarge: 32px;
|
|
94
95
|
@size-4: 4px;
|
|
95
96
|
@size-5: 5px;
|
|
96
97
|
@size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal--dark {
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
--radius-small: 10px;
|
|
94
94
|
--radius-medium: 16px;
|
|
95
95
|
--radius-large: 24px;
|
|
96
|
+
--radius-xlarge: 32px;
|
|
96
97
|
--size-4: 4px;
|
|
97
98
|
--size-5: 5px;
|
|
98
99
|
--size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -91,6 +91,7 @@
|
|
|
91
91
|
@radius-small: 10px;
|
|
92
92
|
@radius-medium: 16px;
|
|
93
93
|
@radius-large: 24px;
|
|
94
|
+
@radius-xlarge: 32px;
|
|
94
95
|
@size-4: 4px;
|
|
95
96
|
@size-5: 5px;
|
|
96
97
|
@size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal--forest-green {
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
--radius-small: 10px;
|
|
94
94
|
--radius-medium: 16px;
|
|
95
95
|
--radius-large: 24px;
|
|
96
|
+
--radius-xlarge: 32px;
|
|
96
97
|
--size-4: 4px;
|
|
97
98
|
--size-5: 5px;
|
|
98
99
|
--size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -91,6 +91,7 @@
|
|
|
91
91
|
@radius-small: 10px;
|
|
92
92
|
@radius-medium: 16px;
|
|
93
93
|
@radius-large: 24px;
|
|
94
|
+
@radius-xlarge: 32px;
|
|
94
95
|
@size-4: 4px;
|
|
95
96
|
@size-5: 5px;
|
|
96
97
|
@size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-platform {
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
--radius-small: 10px;
|
|
94
94
|
--radius-medium: 16px;
|
|
95
95
|
--radius-large: 24px;
|
|
96
|
+
--radius-xlarge: 32px;
|
|
96
97
|
--size-4: 4px;
|
|
97
98
|
--size-5: 5px;
|
|
98
99
|
--size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -91,6 +91,7 @@
|
|
|
91
91
|
@radius-small: 10px;
|
|
92
92
|
@radius-medium: 16px;
|
|
93
93
|
@radius-large: 24px;
|
|
94
|
+
@radius-xlarge: 32px;
|
|
94
95
|
@size-4: 4px;
|
|
95
96
|
@size-5: 5px;
|
|
96
97
|
@size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-platform--forest-green {
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
--radius-small: 10px;
|
|
94
94
|
--radius-medium: 16px;
|
|
95
95
|
--radius-large: 24px;
|
|
96
|
+
--radius-xlarge: 32px;
|
|
96
97
|
--size-4: 4px;
|
|
97
98
|
--size-5: 5px;
|
|
98
99
|
--size-8: 8px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #ffeb69;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -91,6 +91,7 @@
|
|
|
91
91
|
@radius-small: 10px;
|
|
92
92
|
@radius-medium: 16px;
|
|
93
93
|
@radius-large: 24px;
|
|
94
|
+
@radius-xlarge: 32px;
|
|
94
95
|
@size-4: 4px;
|
|
95
96
|
@size-5: 5px;
|
|
96
97
|
@size-8: 8px;
|
package/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
--radius-small: 10px;
|
|
54
54
|
--radius-medium: 16px;
|
|
55
55
|
--radius-large: 24px;
|
|
56
|
+
--radius-xlarge: 32px;
|
|
56
57
|
--size-4: 4px;
|
|
57
58
|
--size-5: 5px;
|
|
58
59
|
--size-8: 8px;
|
package/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 10 Apr 2026 14:46:00 GMT
|
|
4
4
|
|
|
5
5
|
@color-dark-content-primary: #e2e6e8;
|
|
6
6
|
@color-dark-content-secondary: #c9cbce;
|
|
@@ -133,6 +133,7 @@
|
|
|
133
133
|
@radius-small: 10px;
|
|
134
134
|
@radius-medium: 16px;
|
|
135
135
|
@radius-large: 24px;
|
|
136
|
+
@radius-xlarge: 32px;
|
|
136
137
|
@size-4: 4px;
|
|
137
138
|
@size-5: 5px;
|
|
138
139
|
@size-8: 8px;
|