@transferwise/neptune-tokens 8.12.0 → 8.14.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Oct 2024 08:03:25 GMT
3
+ * Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
  */
5
5
 
6
6
  :root {
package/colors-base.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 10 Oct 2024 08:03:25 GMT
3
+ // Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
 
5
5
  @color-base-blue-light: #00b9ff;
6
6
  @color-base-blue-mid: #00a2dd;
package/colors.json CHANGED
@@ -6196,14 +6196,16 @@
6196
6196
  "value": {
6197
6197
  "r": 0.6235294117647059,
6198
6198
  "g": 0.9098039215686274,
6199
- "b": 0.4392156862745098
6199
+ "b": 0.4392156862745098,
6200
+ "opacity": 0.2
6200
6201
  },
6201
6202
  "theme": "personal--forest-green",
6202
6203
  "filePath": "tokens/colors/themes/personal--forest-green.json",
6203
6204
  "isSource": true,
6204
6205
  "original": {
6205
6206
  "value": {
6206
- "hex": "#9FE870"
6207
+ "hex": "#9FE870",
6208
+ "opacity": 0.2
6207
6209
  },
6208
6210
  "theme": "personal--forest-green"
6209
6211
  },
@@ -6225,14 +6227,16 @@
6225
6227
  "value": {
6226
6228
  "r": 0.803921568627451,
6227
6229
  "g": 1,
6228
- "b": 0.6784313725490196
6230
+ "b": 0.6784313725490196,
6231
+ "opacity": 0.2
6229
6232
  },
6230
6233
  "theme": "personal--forest-green",
6231
6234
  "filePath": "tokens/colors/themes/personal--forest-green.json",
6232
6235
  "isSource": true,
6233
6236
  "original": {
6234
6237
  "value": {
6235
- "hex": "#CDFFAD"
6238
+ "hex": "#CDFFAD",
6239
+ "opacity": 0.2
6236
6240
  },
6237
6241
  "theme": "personal--forest-green"
6238
6242
  },
@@ -6254,14 +6258,16 @@
6254
6258
  "value": {
6255
6259
  "r": 0.9254901960784314,
6256
6260
  "g": 1,
6257
- "b": 0.8784313725490196
6261
+ "b": 0.8784313725490196,
6262
+ "opacity": 0.2
6258
6263
  },
6259
6264
  "theme": "personal--forest-green",
6260
6265
  "filePath": "tokens/colors/themes/personal--forest-green.json",
6261
6266
  "isSource": true,
6262
6267
  "original": {
6263
6268
  "value": {
6264
- "hex": "#ECFFE0"
6269
+ "hex": "#ECFFE0",
6270
+ "opacity": 0.2
6265
6271
  },
6266
6272
  "theme": "personal--forest-green"
6267
6273
  },
@@ -6767,14 +6773,16 @@
6767
6773
  "value": {
6768
6774
  "r": 1,
6769
6775
  "g": 0.7686274509803922,
6770
- "b": 0.7607843137254902
6776
+ "b": 0.7607843137254902,
6777
+ "opacity": 0.2
6771
6778
  },
6772
6779
  "theme": "personal--forest-green",
6773
6780
  "filePath": "tokens/colors/themes/personal--forest-green.json",
6774
6781
  "isSource": true,
6775
6782
  "original": {
6776
6783
  "value": {
6777
- "hex": "#FFC4C2"
6784
+ "hex": "#FFC4C2",
6785
+ "opacity": 0.2
6778
6786
  },
6779
6787
  "theme": "personal--forest-green"
6780
6788
  },
@@ -6796,14 +6804,16 @@
6796
6804
  "value": {
6797
6805
  "r": 1,
6798
6806
  "g": 0.8627450980392157,
6799
- "b": 0.8588235294117647
6807
+ "b": 0.8588235294117647,
6808
+ "opacity": 0.2
6800
6809
  },
6801
6810
  "theme": "personal--forest-green",
6802
6811
  "filePath": "tokens/colors/themes/personal--forest-green.json",
6803
6812
  "isSource": true,
6804
6813
  "original": {
6805
6814
  "value": {
6806
- "hex": "#FFDCDB"
6815
+ "hex": "#FFDCDB",
6816
+ "opacity": 0.2
6807
6817
  },
6808
6818
  "theme": "personal--forest-green"
6809
6819
  },
@@ -6825,14 +6835,16 @@
6825
6835
  "value": {
6826
6836
  "r": 1,
6827
6837
  "g": 0.9215686274509803,
6828
- "b": 0.9215686274509803
6838
+ "b": 0.9215686274509803,
6839
+ "opacity": 0.2
6829
6840
  },
6830
6841
  "theme": "personal--forest-green",
6831
6842
  "filePath": "tokens/colors/themes/personal--forest-green.json",
6832
6843
  "isSource": true,
6833
6844
  "original": {
6834
6845
  "value": {
6835
- "hex": "#FFEBEB"
6846
+ "hex": "#FFEBEB",
6847
+ "opacity": 0.2
6836
6848
  },
6837
6849
  "theme": "personal--forest-green"
6838
6850
  },
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-tokens",
3
- "version": "8.12.0",
3
+ "version": "8.14.1",
4
4
  "description": "Design tokens for the Neptune Design System",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
7
- "packageManager": "pnpm@8.15.8",
7
+ "packageManager": "pnpm@8.15.9+sha256.daa27a0b541bc635323ff96c2ded995467ff9fe6d69ff67021558aa9ad9dcc36",
8
8
  "repository": {
9
9
  "fullname": "transferwise/neptune-tokens",
10
10
  "type": "git",
@@ -17,18 +17,14 @@
17
17
  "themes/**/*"
18
18
  ],
19
19
  "devDependencies": {
20
- "@semantic-release/changelog": "^6.0.1",
21
- "@semantic-release/git": "^10.0.1",
22
- "@semantic-release/npm": "^9.0.1",
23
- "chroma-js": "^2.1.2",
20
+ "@changesets/changelog-github": "^0.5.0",
21
+ "@changesets/cli": "^2.27.10",
22
+ "chroma-js": "^3.1.2",
24
23
  "cz-conventional-changelog": "3.3.0",
25
- "less": "^3.12.2",
26
- "prettier": "^2.3.2",
24
+ "less": "^4.2.1",
25
+ "prettier": "^3.4.2",
27
26
  "release-to-github-with-changelog": "^1.2.4",
28
- "semantic-release": "^19.0.3",
29
- "style-dictionary": "^3.0.1",
30
- "@changesets/cli": "^2.27.1",
31
- "@changesets/changelog-github": "^0.5.0"
27
+ "style-dictionary": "^3.9.2"
32
28
  },
33
29
  "config": {
34
30
  "commitizen": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Oct 2024 08:03:25 GMT
3
+ * Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
  */
5
5
 
6
6
  .np-theme-dark {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 10 Oct 2024 08:03:25 GMT
3
+ // Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
 
5
5
  @color-content-primary: #e2e6e8;
6
6
  @color-content-secondary: #c9cbce;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Oct 2024 08:03:25 GMT
3
+ * Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
  */
5
5
 
6
6
  .np-theme-light {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 10 Oct 2024 08:03:25 GMT
3
+ // Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
 
5
5
  @color-content-primary: #37517e;
6
6
  @color-content-secondary: #5d7079;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Oct 2024 08:03:25 GMT
3
+ * Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
  */
5
5
 
6
6
  .np-theme-navy {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 10 Oct 2024 08:03:25 GMT
3
+ // Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
 
5
5
  @color-content-primary: #ffffff;
6
6
  @color-content-secondary: #c9cbce;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Oct 2024 08:03:25 GMT
3
+ * Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 10 Oct 2024 08:03:25 GMT
3
+ // Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Oct 2024 08:03:26 GMT
3
+ * Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--bright-green {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 10 Oct 2024 08:03:26 GMT
3
+ // Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Oct 2024 08:03:25 GMT
3
+ * Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--dark {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 10 Oct 2024 08:03:25 GMT
3
+ // Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Oct 2024 08:03:26 GMT
3
+ * Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--forest-green {
@@ -37,9 +37,9 @@
37
37
  --color-interactive-contrast: #163300;
38
38
  --color-interactive-contrast-hover: #214d00;
39
39
  --color-interactive-contrast-active: #2c6600;
40
- --color-interactive-neutral: #9fe870;
41
- --color-interactive-neutral-hover: #cdffad;
42
- --color-interactive-neutral-active: #ecffe0;
40
+ --color-interactive-neutral: #9fe87033;
41
+ --color-interactive-neutral-hover: #cdffad33;
42
+ --color-interactive-neutral-active: #ecffe033;
43
43
  --color-border-neutral: #ffffff33;
44
44
  --color-border-overlay: #ffffff33;
45
45
  --color-background-screen: #163300;
@@ -56,9 +56,9 @@
56
56
  --color-sentiment-negative-primary: #ffc4c2;
57
57
  --color-sentiment-negative-primary-hover: #ffdcdb;
58
58
  --color-sentiment-negative-primary-active: #ffebeb;
59
- --color-sentiment-negative-secondary: #ffc4c2;
60
- --color-sentiment-negative-secondary-hover: #ffdcdb;
61
- --color-sentiment-negative-secondary-active: #ffebeb;
59
+ --color-sentiment-negative-secondary: #ffc4c233;
60
+ --color-sentiment-negative-secondary-hover: #ffdcdb33;
61
+ --color-sentiment-negative-secondary-active: #ffebeb33;
62
62
  --color-sentiment-positive: #a0e5ae;
63
63
  --color-sentiment-warning: #edd272;
64
64
  --color-contrast: #163300;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 10 Oct 2024 08:03:26 GMT
3
+ // Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -35,9 +35,9 @@
35
35
  @color-interactive-contrast: #163300;
36
36
  @color-interactive-contrast-hover: #214d00;
37
37
  @color-interactive-contrast-active: #2c6600;
38
- @color-interactive-neutral: #9fe870;
39
- @color-interactive-neutral-hover: #cdffad;
40
- @color-interactive-neutral-active: #ecffe0;
38
+ @color-interactive-neutral: #9fe87033;
39
+ @color-interactive-neutral-hover: #cdffad33;
40
+ @color-interactive-neutral-active: #ecffe033;
41
41
  @color-border-neutral: #ffffff33;
42
42
  @color-border-overlay: #ffffff33;
43
43
  @color-background-screen: #163300;
@@ -54,9 +54,9 @@
54
54
  @color-sentiment-negative-primary: #ffc4c2;
55
55
  @color-sentiment-negative-primary-hover: #ffdcdb;
56
56
  @color-sentiment-negative-primary-active: #ffebeb;
57
- @color-sentiment-negative-secondary: #ffc4c2;
58
- @color-sentiment-negative-secondary-hover: #ffdcdb;
59
- @color-sentiment-negative-secondary-active: #ffebeb;
57
+ @color-sentiment-negative-secondary: #ffc4c233;
58
+ @color-sentiment-negative-secondary-hover: #ffdcdb33;
59
+ @color-sentiment-negative-secondary-active: #ffebeb33;
60
60
  @color-sentiment-positive: #a0e5ae;
61
61
  @color-sentiment-warning: #edd272;
62
62
  @color-contrast: #163300;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Oct 2024 08:03:25 GMT
3
+ * Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
  */
5
5
 
6
6
  .np-theme-platform {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 10 Oct 2024 08:03:25 GMT
3
+ // Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Oct 2024 08:03:25 GMT
3
+ * Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
  */
5
5
 
6
6
  .np-theme-platform--forest-green {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 10 Oct 2024 08:03:25 GMT
3
+ // Generated on Fri, 10 Jan 2025 19:57:07 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
2
  * Do not edit directly
3
- * Generated on Thu, 10 Oct 2024 08:03:26 GMT
3
+ * Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
  */
5
5
 
6
6
  :root {
package/tokens.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 10 Oct 2024 08:03:26 GMT
3
+ // Generated on Fri, 10 Jan 2025 19:57:07 GMT
4
4
 
5
5
  @color-dark-content-primary: #e2e6e8;
6
6
  @color-dark-content-secondary: #c9cbce;