@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 07 Jan 2026 11:56:15 GMT
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 {
package/colors-base.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 07 Jan 2026 11:56:15 GMT
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-base-blue-light: #00b9ff;
6
6
  @color-base-blue-mid: #00a2dd;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-tokens",
3
- "version": "8.20.3",
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.5.2",
20
- "@changesets/cli": "^2.29.8",
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.5.1",
24
- "prettier": "^3.7.4",
25
- "style-dictionary": "^3.9.2"
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 build && pnpm run inject-viewport-theme",
47
- "inject-viewport-theme": "chmod +x ./build/inject-viewport-theme.sh && ./build/inject-viewport-theme.sh",
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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;
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 07 Jan 2026 11:56:15 GMT
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;
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 07 Jan 2026 11:56:15 GMT
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;
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 07 Jan 2026 11:56:15 GMT
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;
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 07 Jan 2026 11:56:15 GMT
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;
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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 Wed, 07 Jan 2026 11:56:15 GMT
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;