@transferwise/neptune-tokens 8.20.3 → 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 +2 -2
- package/colors-base.less +2 -2
- package/package.json +8 -8
- package/themes/business/tokens.css +3 -2
- package/themes/business/tokens.less +3 -2
- package/themes/business--bright-green/tokens.css +3 -2
- package/themes/business--bright-green/tokens.less +3 -2
- package/themes/business--dark/tokens.css +3 -2
- package/themes/business--dark/tokens.less +3 -2
- package/themes/business--forest-green/tokens.css +3 -2
- package/themes/business--forest-green/tokens.less +3 -2
- package/themes/dark/tokens.css +3 -2
- package/themes/dark/tokens.less +3 -2
- package/themes/light/tokens.css +3 -2
- package/themes/light/tokens.less +3 -2
- package/themes/navy/tokens.css +3 -2
- package/themes/navy/tokens.less +3 -2
- package/themes/personal/tokens.css +3 -2
- package/themes/personal/tokens.less +3 -2
- package/themes/personal--bright-green/tokens.css +3 -2
- package/themes/personal--bright-green/tokens.less +3 -2
- package/themes/personal--dark/tokens.css +3 -2
- package/themes/personal--dark/tokens.less +3 -2
- package/themes/personal--forest-green/tokens.css +3 -2
- package/themes/personal--forest-green/tokens.less +3 -2
- package/themes/platform/tokens.css +3 -2
- package/themes/platform/tokens.less +3 -2
- package/themes/platform--forest-green/tokens.css +3 -2
- package/themes/platform--forest-green/tokens.less +3 -2
- package/tokens.css +3 -2
- package/tokens.less +3 -2
- package/colors.json +0 -24590
package/colors-base.css
CHANGED
package/colors-base.less
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/neptune-tokens",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.21.0",
|
|
4
4
|
"description": "Design tokens for the Neptune Design System",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
"themes/**/*"
|
|
17
17
|
],
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@changesets/changelog-github": "^0.
|
|
20
|
-
"@changesets/cli": "^2.
|
|
19
|
+
"@changesets/changelog-github": "^0.6.0",
|
|
20
|
+
"@changesets/cli": "^2.30.0",
|
|
21
21
|
"chroma-js": "^3.2.0",
|
|
22
22
|
"cz-conventional-changelog": "3.3.0",
|
|
23
|
-
"less": "^4.
|
|
24
|
-
"prettier": "^3.
|
|
25
|
-
"style-dictionary": "^
|
|
23
|
+
"less": "^4.6.4",
|
|
24
|
+
"prettier": "^3.8.1",
|
|
25
|
+
"style-dictionary": "^5.4.0"
|
|
26
26
|
},
|
|
27
27
|
"config": {
|
|
28
28
|
"commitizen": {
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"test": "echo 'No tests ✅'",
|
|
46
|
-
"build": "node
|
|
47
|
-
"inject-viewport-theme": "chmod +x ./
|
|
46
|
+
"build": "node src/config && pnpm run inject-viewport-theme",
|
|
47
|
+
"inject-viewport-theme": "chmod +x ./scripts/inject-viewport-theme.sh && ./scripts/inject-viewport-theme.sh",
|
|
48
48
|
"changeset": "changeset",
|
|
49
49
|
"release": "changeset publish"
|
|
50
50
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
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
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
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
|
-
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
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
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
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
|
-
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
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
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
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
|
-
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
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
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
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
|
-
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
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
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
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
|
-
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
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
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
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
|
-
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
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
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
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
|
-
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
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
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
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
|
-
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
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
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
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
|
-
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
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
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
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
|
-
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
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
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
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
|
-
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
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
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
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
|
-
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
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
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
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
|
-
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
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
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
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;
|