@transferwise/neptune-tokens 8.20.2 → 8.20.4

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Neptune Tokens [![npm](https://img.shields.io/npm/v/@transferwise/neptune-tokens.svg)](https://www.npmjs.com/package/@transferwise/neptune-tokens)
2
2
 
3
- Design tokens for [Neptune](https://github.com/transferwise/neptune), Wise's design system. Currently includes colours, radiuses, and sizes.
3
+ Design tokens for [Neptune](https://github.com/transferwise/neptune), Wise's design system. Currently includes colours, radii, and sizes.
4
4
 
5
5
  Tokens always start with a `base` layer that directly accesses the values, and can be extended with a semantic layer that describes the token's intended purpose, rather than how it looks.
6
6
 
@@ -36,7 +36,7 @@ We currently only have one theme on web, so the bundles directly reference the c
36
36
  }
37
37
  ```
38
38
 
39
- Too add the new personal theme please add our new tokens
39
+ To add the new personal theme please add our new tokens
40
40
 
41
41
  ```
42
42
  @import "@transferwise/neptune-tokens/dist/themes/personal/tokens.css";
package/colors-base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 15 Oct 2025 12:29:54 GMT
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Tue, 31 Mar 2026 13:02:10 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, 15 Oct 2025 12:29:54 GMT
2
+ // Do not edit directly, this file was auto-generated.
3
+ // Generated on Tue, 31 Mar 2026 13:02:10 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.2",
3
+ "version": "8.20.4",
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.1",
20
- "@changesets/cli": "^2.29.7",
21
- "chroma-js": "^3.1.2",
19
+ "@changesets/changelog-github": "^0.6.0",
20
+ "@changesets/cli": "^2.30.0",
21
+ "chroma-js": "^3.2.0",
22
22
  "cz-conventional-changelog": "3.3.0",
23
- "less": "^4.4.1",
24
- "prettier": "^3.6.2",
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": {
@@ -30,6 +30,7 @@
30
30
  }
31
31
  },
32
32
  "publishConfig": {
33
+ "registry": "https://registry.npmjs.org/",
33
34
  "access": "public"
34
35
  },
35
36
  "resolutions": {
@@ -37,10 +38,13 @@
37
38
  "http-cache-semantics": "^4.2.0",
38
39
  "minimist": "^1.2.8"
39
40
  },
41
+ "engines": {
42
+ "node": "^24"
43
+ },
40
44
  "scripts": {
41
45
  "test": "echo 'No tests ✅'",
42
- "build": "node build && pnpm run inject-viewport-theme",
43
- "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",
44
48
  "changeset": "changeset",
45
49
  "release": "changeset publish"
46
50
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
  */
5
5
 
6
6
  .np-theme-business {
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ // Do not edit directly, this file was auto-generated.
3
+ // Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
  */
5
5
 
6
6
  .np-theme-business--bright-green {
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ // Do not edit directly, this file was auto-generated.
3
+ // Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
  */
5
5
 
6
6
  .np-theme-business--dark {
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ // Do not edit directly, this file was auto-generated.
3
+ // Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
  */
5
5
 
6
6
  .np-theme-business--forest-green {
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ // Do not edit directly, this file was auto-generated.
3
+ // Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 15 Oct 2025 12:29:54 GMT
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Tue, 31 Mar 2026 13:02:10 GMT
4
4
  */
5
5
 
6
6
  .np-theme-dark {
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 15 Oct 2025 12:29:54 GMT
2
+ // Do not edit directly, this file was auto-generated.
3
+ // Generated on Tue, 31 Mar 2026 13:02:10 GMT
4
4
 
5
5
  @color-content-primary: #e2e6e8;
6
6
  @color-content-secondary: #c9cbce;
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 15 Oct 2025 12:29:54 GMT
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Tue, 31 Mar 2026 13:02:10 GMT
4
4
  */
5
5
 
6
6
  .np-theme-light {
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 15 Oct 2025 12:29:54 GMT
2
+ // Do not edit directly, this file was auto-generated.
3
+ // Generated on Tue, 31 Mar 2026 13:02:10 GMT
4
4
 
5
5
  @color-content-primary: #37517e;
6
6
  @color-content-secondary: #5d7079;
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 15 Oct 2025 12:29:54 GMT
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Tue, 31 Mar 2026 13:02:10 GMT
4
4
  */
5
5
 
6
6
  .np-theme-navy {
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 15 Oct 2025 12:29:54 GMT
2
+ // Do not edit directly, this file was auto-generated.
3
+ // Generated on Tue, 31 Mar 2026 13:02:10 GMT
4
4
 
5
5
  @color-content-primary: #ffffff;
6
6
  @color-content-secondary: #c9cbce;
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal {
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ // Do not edit directly, this file was auto-generated.
3
+ // Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--bright-green {
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ // Do not edit directly, this file was auto-generated.
3
+ // Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--dark {
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ // Do not edit directly, this file was auto-generated.
3
+ // Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--forest-green {
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ // Do not edit directly, this file was auto-generated.
3
+ // Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
  */
5
5
 
6
6
  .np-theme-platform {
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ // Do not edit directly, this file was auto-generated.
3
+ // Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
  */
5
5
 
6
6
  .np-theme-platform--forest-green {
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ // Do not edit directly, this file was auto-generated.
3
+ // Generated on Tue, 31 Mar 2026 13:02:11 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
package/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Tue, 31 Mar 2026 13:02:10 GMT
4
4
  */
5
5
 
6
6
  :root {
package/tokens.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 15 Oct 2025 12:29:55 GMT
2
+ // Do not edit directly, this file was auto-generated.
3
+ // Generated on Tue, 31 Mar 2026 13:02:10 GMT
4
4
 
5
5
  @color-dark-content-primary: #e2e6e8;
6
6
  @color-dark-content-secondary: #c9cbce;