@transferwise/neptune-tokens 8.16.0 → 8.17.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-tokens",
3
- "version": "8.16.0",
3
+ "version": "8.17.0",
4
4
  "description": "Design tokens for the Neptune Design System",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 14 Feb 2025 09:19:52 GMT
3
+ * Generated on Tue, 11 Mar 2025 16:01:29 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 Fri, 14 Feb 2025 09:19:52 GMT
3
+ // Generated on Tue, 11 Mar 2025 16:01:29 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 Fri, 14 Feb 2025 09:19:52 GMT
3
+ * Generated on Tue, 11 Mar 2025 16:01:29 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 Fri, 14 Feb 2025 09:19:52 GMT
3
+ // Generated on Tue, 11 Mar 2025 16:01:29 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 Fri, 14 Feb 2025 09:19:52 GMT
3
+ * Generated on Tue, 11 Mar 2025 16:01:29 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 Fri, 14 Feb 2025 09:19:52 GMT
3
+ // Generated on Tue, 11 Mar 2025 16:01:29 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 Fri, 14 Feb 2025 09:19:52 GMT
3
+ * Generated on Tue, 11 Mar 2025 16:01:30 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal {
@@ -50,17 +50,28 @@
50
50
  --color-background-neutral-hover: #16330021;
51
51
  --color-background-neutral-active: #1633002e;
52
52
  --color-background-overlay: #16330014;
53
- --color-sentiment-negative: #a8200d;
54
- --color-sentiment-negative-hover: #8e1b0b;
55
- --color-sentiment-negative-active: #761709;
56
- --color-sentiment-negative-primary: #a8200d;
57
- --color-sentiment-negative-primary-hover: #8e1b0b;
58
- --color-sentiment-negative-primary-active: #761709;
59
- --color-sentiment-negative-secondary: #fce4e3;
60
- --color-sentiment-negative-secondary-hover: #fbe0df;
61
- --color-sentiment-negative-secondary-active: #fbdbda;
53
+ --color-sentiment-negative: #cb272f;
54
+ --color-sentiment-negative-hover: #b8232b;
55
+ --color-sentiment-negative-active: #a72027;
56
+ --color-sentiment-negative-primary: #cb272f;
57
+ --color-sentiment-negative-primary-hover: #b8232b;
58
+ --color-sentiment-negative-primary-active: #a72027;
59
+ --color-sentiment-negative-secondary: #fbeaea;
60
+ --color-sentiment-negative-secondary-hover: #f9e1e1;
61
+ --color-sentiment-negative-secondary-active: #f8d8d8;
62
62
  --color-sentiment-positive: #2f5711;
63
- --color-sentiment-warning: #edc843;
63
+ --color-sentiment-positive-hover: #23400d;
64
+ --color-sentiment-positive-active: #172b08;
65
+ --color-sentiment-warning: #ffd11a;
66
+ --color-sentiment-warning-primary: #ffd11a;
67
+ --color-sentiment-warning-secondary: #fff7d7;
68
+ --color-sentiment-warning-content: #4a3b1c;
69
+ --color-sentiment-warning-content-secondary-hover: #3b2f16;
70
+ --color-sentiment-warning-content-secondary-active: #2c2311;
71
+ --color-sentiment-celebration-primary: #054d4d;
72
+ --color-sentiment-celebration-primary-hover: #043a3a;
73
+ --color-sentiment-celebration-primary-active: #022626;
74
+ --color-sentiment-celebration-secondary: #e0f7f7;
64
75
  --color-contrast: #ffffff;
65
76
  --color-light: #ffffff;
66
77
  --color-dark: #121511;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 14 Feb 2025 09:19:52 GMT
3
+ // Generated on Tue, 11 Mar 2025 16:01:30 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -48,17 +48,28 @@
48
48
  @color-background-neutral-hover: #16330021;
49
49
  @color-background-neutral-active: #1633002e;
50
50
  @color-background-overlay: #16330014;
51
- @color-sentiment-negative: #a8200d;
52
- @color-sentiment-negative-hover: #8e1b0b;
53
- @color-sentiment-negative-active: #761709;
54
- @color-sentiment-negative-primary: #a8200d;
55
- @color-sentiment-negative-primary-hover: #8e1b0b;
56
- @color-sentiment-negative-primary-active: #761709;
57
- @color-sentiment-negative-secondary: #fce4e3;
58
- @color-sentiment-negative-secondary-hover: #fbe0df;
59
- @color-sentiment-negative-secondary-active: #fbdbda;
51
+ @color-sentiment-negative: #cb272f;
52
+ @color-sentiment-negative-hover: #b8232b;
53
+ @color-sentiment-negative-active: #a72027;
54
+ @color-sentiment-negative-primary: #cb272f;
55
+ @color-sentiment-negative-primary-hover: #b8232b;
56
+ @color-sentiment-negative-primary-active: #a72027;
57
+ @color-sentiment-negative-secondary: #fbeaea;
58
+ @color-sentiment-negative-secondary-hover: #f9e1e1;
59
+ @color-sentiment-negative-secondary-active: #f8d8d8;
60
60
  @color-sentiment-positive: #2f5711;
61
- @color-sentiment-warning: #edc843;
61
+ @color-sentiment-positive-hover: #23400d;
62
+ @color-sentiment-positive-active: #172b08;
63
+ @color-sentiment-warning: #ffd11a;
64
+ @color-sentiment-warning-primary: #ffd11a;
65
+ @color-sentiment-warning-secondary: #fff7d7;
66
+ @color-sentiment-warning-content: #4a3b1c;
67
+ @color-sentiment-warning-content-secondary-hover: #3b2f16;
68
+ @color-sentiment-warning-content-secondary-active: #2c2311;
69
+ @color-sentiment-celebration-primary: #054d4d;
70
+ @color-sentiment-celebration-primary-hover: #043a3a;
71
+ @color-sentiment-celebration-primary-active: #022626;
72
+ @color-sentiment-celebration-secondary: #e0f7f7;
62
73
  @color-contrast: #ffffff;
63
74
  @color-light: #ffffff;
64
75
  @color-dark: #121511;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 14 Feb 2025 09:19:52 GMT
3
+ * Generated on Tue, 11 Mar 2025 16:01:30 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--bright-green {
@@ -50,17 +50,28 @@
50
50
  --color-background-neutral-hover: #ffffff66;
51
51
  --color-background-neutral-active: #ffffff80;
52
52
  --color-background-overlay: #ffffff00;
53
- --color-sentiment-negative: #ffffff00;
54
- --color-sentiment-negative-hover: #ffffff00;
55
- --color-sentiment-negative-active: #ffffff00;
56
- --color-sentiment-negative-primary: #a8200d;
57
- --color-sentiment-negative-primary-hover: #8e1b0b;
58
- --color-sentiment-negative-primary-active: #761709;
59
- --color-sentiment-negative-secondary: #a8200d;
60
- --color-sentiment-negative-secondary-hover: #8e1b0b;
61
- --color-sentiment-negative-secondary-active: #761709;
62
- --color-sentiment-positive: #ffffff00;
63
- --color-sentiment-warning: #ffffff00;
53
+ --color-sentiment-negative: #cb272f;
54
+ --color-sentiment-negative-hover: #b8232b;
55
+ --color-sentiment-negative-active: #a72027;
56
+ --color-sentiment-negative-primary: #cb272f;
57
+ --color-sentiment-negative-primary-hover: #b8232b;
58
+ --color-sentiment-negative-primary-active: #a72027;
59
+ --color-sentiment-negative-secondary: #fbeaea;
60
+ --color-sentiment-negative-secondary-hover: #f9e1e1;
61
+ --color-sentiment-negative-secondary-active: #f8d8d8;
62
+ --color-sentiment-positive: #2f5711;
63
+ --color-sentiment-positive-hover: #23400d;
64
+ --color-sentiment-positive-active: #172b08;
65
+ --color-sentiment-warning: #ffd11a;
66
+ --color-sentiment-warning-primary: #ffd11a;
67
+ --color-sentiment-warning-secondary: #fff7d7;
68
+ --color-sentiment-warning-content: #4a3b1c;
69
+ --color-sentiment-warning-content-secondary-hover: #3b2f16;
70
+ --color-sentiment-warning-content-secondary-active: #2c2311;
71
+ --color-sentiment-celebration-primary: #054d4d;
72
+ --color-sentiment-celebration-primary-hover: #043a3a;
73
+ --color-sentiment-celebration-primary-active: #022626;
74
+ --color-sentiment-celebration-secondary: #e0f7f7;
64
75
  --color-contrast: #ffffff00;
65
76
  --color-light: #ffffff;
66
77
  --color-dark: #163300;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 14 Feb 2025 09:19:52 GMT
3
+ // Generated on Tue, 11 Mar 2025 16:01:30 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -48,17 +48,28 @@
48
48
  @color-background-neutral-hover: #ffffff66;
49
49
  @color-background-neutral-active: #ffffff80;
50
50
  @color-background-overlay: #ffffff00;
51
- @color-sentiment-negative: #ffffff00;
52
- @color-sentiment-negative-hover: #ffffff00;
53
- @color-sentiment-negative-active: #ffffff00;
54
- @color-sentiment-negative-primary: #a8200d;
55
- @color-sentiment-negative-primary-hover: #8e1b0b;
56
- @color-sentiment-negative-primary-active: #761709;
57
- @color-sentiment-negative-secondary: #a8200d;
58
- @color-sentiment-negative-secondary-hover: #8e1b0b;
59
- @color-sentiment-negative-secondary-active: #761709;
60
- @color-sentiment-positive: #ffffff00;
61
- @color-sentiment-warning: #ffffff00;
51
+ @color-sentiment-negative: #cb272f;
52
+ @color-sentiment-negative-hover: #b8232b;
53
+ @color-sentiment-negative-active: #a72027;
54
+ @color-sentiment-negative-primary: #cb272f;
55
+ @color-sentiment-negative-primary-hover: #b8232b;
56
+ @color-sentiment-negative-primary-active: #a72027;
57
+ @color-sentiment-negative-secondary: #fbeaea;
58
+ @color-sentiment-negative-secondary-hover: #f9e1e1;
59
+ @color-sentiment-negative-secondary-active: #f8d8d8;
60
+ @color-sentiment-positive: #2f5711;
61
+ @color-sentiment-positive-hover: #23400d;
62
+ @color-sentiment-positive-active: #172b08;
63
+ @color-sentiment-warning: #ffd11a;
64
+ @color-sentiment-warning-primary: #ffd11a;
65
+ @color-sentiment-warning-secondary: #fff7d7;
66
+ @color-sentiment-warning-content: #4a3b1c;
67
+ @color-sentiment-warning-content-secondary-hover: #3b2f16;
68
+ @color-sentiment-warning-content-secondary-active: #2c2311;
69
+ @color-sentiment-celebration-primary: #054d4d;
70
+ @color-sentiment-celebration-primary-hover: #043a3a;
71
+ @color-sentiment-celebration-primary-active: #022626;
72
+ @color-sentiment-celebration-secondary: #e0f7f7;
62
73
  @color-contrast: #ffffff00;
63
74
  @color-light: #ffffff;
64
75
  @color-dark: #163300;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 14 Feb 2025 09:19:52 GMT
3
+ * Generated on Tue, 11 Mar 2025 16:01:30 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--dark {
@@ -50,17 +50,28 @@
50
50
  --color-background-neutral-hover: #ffffff33;
51
51
  --color-background-neutral-active: #ffffff4d;
52
52
  --color-background-overlay: #ffffff33;
53
- --color-sentiment-negative: #ffbfbd;
54
- --color-sentiment-negative-hover: #ffdcdb;
55
- --color-sentiment-negative-active: #ffebeb;
56
- --color-sentiment-negative-primary: #ffbfbd;
57
- --color-sentiment-negative-primary-hover: #ffdcdb;
58
- --color-sentiment-negative-primary-active: #ffebeb;
59
- --color-sentiment-negative-secondary: #470e05;
60
- --color-sentiment-negative-secondary-hover: #5f1207;
61
- --color-sentiment-negative-secondary-active: #761709;
62
- --color-sentiment-positive: #a0e5ae;
63
- --color-sentiment-warning: #edd272;
53
+ --color-sentiment-negative: #ffa8ad;
54
+ --color-sentiment-negative-hover: #ffbdc0;
55
+ --color-sentiment-negative-active: #ffd1d3;
56
+ --color-sentiment-negative-primary: #ffa8ad;
57
+ --color-sentiment-negative-primary-hover: #ffbdc0;
58
+ --color-sentiment-negative-primary-active: #ffd1d3;
59
+ --color-sentiment-negative-secondary: #410b0d;
60
+ --color-sentiment-negative-secondary-hover: #641115;
61
+ --color-sentiment-negative-secondary-active: #761418;
62
+ --color-sentiment-positive: #bae5a0;
63
+ --color-sentiment-positive-hover: #c8eab3;
64
+ --color-sentiment-positive-active: #d6f0c7;
65
+ --color-sentiment-warning: #fadc65;
66
+ --color-sentiment-warning-primary: #fadc65;
67
+ --color-sentiment-warning-secondary: #3a3523;
68
+ --color-sentiment-warning-content: #fadc65;
69
+ --color-sentiment-warning-content-secondary-hover: #fbe179;
70
+ --color-sentiment-warning-content-secondary-active: #fbe58d;
71
+ --color-sentiment-celebration-primary: #a0e1e1;
72
+ --color-sentiment-celebration-primary-hover: #aee5e5;
73
+ --color-sentiment-celebration-primary-active: #bdeaea;
74
+ --color-sentiment-celebration-secondary: #0e4242;
64
75
  --color-contrast: #121511;
65
76
  --color-light: #ffffff;
66
77
  --color-dark: #121511;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 14 Feb 2025 09:19:52 GMT
3
+ // Generated on Tue, 11 Mar 2025 16:01:30 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -48,17 +48,28 @@
48
48
  @color-background-neutral-hover: #ffffff33;
49
49
  @color-background-neutral-active: #ffffff4d;
50
50
  @color-background-overlay: #ffffff33;
51
- @color-sentiment-negative: #ffbfbd;
52
- @color-sentiment-negative-hover: #ffdcdb;
53
- @color-sentiment-negative-active: #ffebeb;
54
- @color-sentiment-negative-primary: #ffbfbd;
55
- @color-sentiment-negative-primary-hover: #ffdcdb;
56
- @color-sentiment-negative-primary-active: #ffebeb;
57
- @color-sentiment-negative-secondary: #470e05;
58
- @color-sentiment-negative-secondary-hover: #5f1207;
59
- @color-sentiment-negative-secondary-active: #761709;
60
- @color-sentiment-positive: #a0e5ae;
61
- @color-sentiment-warning: #edd272;
51
+ @color-sentiment-negative: #ffa8ad;
52
+ @color-sentiment-negative-hover: #ffbdc0;
53
+ @color-sentiment-negative-active: #ffd1d3;
54
+ @color-sentiment-negative-primary: #ffa8ad;
55
+ @color-sentiment-negative-primary-hover: #ffbdc0;
56
+ @color-sentiment-negative-primary-active: #ffd1d3;
57
+ @color-sentiment-negative-secondary: #410b0d;
58
+ @color-sentiment-negative-secondary-hover: #641115;
59
+ @color-sentiment-negative-secondary-active: #761418;
60
+ @color-sentiment-positive: #bae5a0;
61
+ @color-sentiment-positive-hover: #c8eab3;
62
+ @color-sentiment-positive-active: #d6f0c7;
63
+ @color-sentiment-warning: #fadc65;
64
+ @color-sentiment-warning-primary: #fadc65;
65
+ @color-sentiment-warning-secondary: #3a3523;
66
+ @color-sentiment-warning-content: #fadc65;
67
+ @color-sentiment-warning-content-secondary-hover: #fbe179;
68
+ @color-sentiment-warning-content-secondary-active: #fbe58d;
69
+ @color-sentiment-celebration-primary: #a0e1e1;
70
+ @color-sentiment-celebration-primary-hover: #aee5e5;
71
+ @color-sentiment-celebration-primary-active: #bdeaea;
72
+ @color-sentiment-celebration-secondary: #0e4242;
62
73
  @color-contrast: #121511;
63
74
  @color-light: #ffffff;
64
75
  @color-dark: #121511;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 14 Feb 2025 09:19:52 GMT
3
+ * Generated on Tue, 11 Mar 2025 16:01:30 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--forest-green {
@@ -50,17 +50,28 @@
50
50
  --color-background-neutral-hover: #ffffff33;
51
51
  --color-background-neutral-active: #ffffff4d;
52
52
  --color-background-overlay: #ffffff33;
53
- --color-sentiment-negative: #ffc4c2;
54
- --color-sentiment-negative-hover: #ffdcdb;
55
- --color-sentiment-negative-active: #ffebeb;
56
- --color-sentiment-negative-primary: #ffc4c2;
57
- --color-sentiment-negative-primary-hover: #ffdcdb;
58
- --color-sentiment-negative-primary-active: #ffebeb;
59
- --color-sentiment-negative-secondary: #ffc4c233;
60
- --color-sentiment-negative-secondary-hover: #ffdcdb33;
61
- --color-sentiment-negative-secondary-active: #ffebeb33;
62
- --color-sentiment-positive: #a0e5ae;
63
- --color-sentiment-warning: #edd272;
53
+ --color-sentiment-negative: #ffa8ad;
54
+ --color-sentiment-negative-hover: #ffbdc0;
55
+ --color-sentiment-negative-active: #ffd1d3;
56
+ --color-sentiment-negative-primary: #ffa8ad;
57
+ --color-sentiment-negative-primary-hover: #ffbdc0;
58
+ --color-sentiment-negative-primary-active: #ffd1d3;
59
+ --color-sentiment-negative-secondary: #454a23;
60
+ --color-sentiment-negative-secondary-hover: #515729;
61
+ --color-sentiment-negative-secondary-active: #5e642f;
62
+ --color-sentiment-positive: #bae5a0;
63
+ --color-sentiment-positive-hover: #c8eab3;
64
+ --color-sentiment-positive-active: #d6f0c7;
65
+ --color-sentiment-warning: #fadc65;
66
+ --color-sentiment-warning-primary: #fadc65;
67
+ --color-sentiment-warning-secondary: #445514;
68
+ --color-sentiment-warning-content: #fadc65;
69
+ --color-sentiment-warning-content-secondary-hover: #fbe179;
70
+ --color-sentiment-warning-content-secondary-active: #fbe58d;
71
+ --color-sentiment-celebration-primary: #a0e1e1;
72
+ --color-sentiment-celebration-primary-hover: #aee5e5;
73
+ --color-sentiment-celebration-primary-active: #bdeaea;
74
+ --color-sentiment-celebration-secondary: #32562d;
64
75
  --color-contrast: #163300;
65
76
  --color-light: #ffffff;
66
77
  --color-dark: #163300;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 14 Feb 2025 09:19:52 GMT
3
+ // Generated on Tue, 11 Mar 2025 16:01:30 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -48,17 +48,28 @@
48
48
  @color-background-neutral-hover: #ffffff33;
49
49
  @color-background-neutral-active: #ffffff4d;
50
50
  @color-background-overlay: #ffffff33;
51
- @color-sentiment-negative: #ffc4c2;
52
- @color-sentiment-negative-hover: #ffdcdb;
53
- @color-sentiment-negative-active: #ffebeb;
54
- @color-sentiment-negative-primary: #ffc4c2;
55
- @color-sentiment-negative-primary-hover: #ffdcdb;
56
- @color-sentiment-negative-primary-active: #ffebeb;
57
- @color-sentiment-negative-secondary: #ffc4c233;
58
- @color-sentiment-negative-secondary-hover: #ffdcdb33;
59
- @color-sentiment-negative-secondary-active: #ffebeb33;
60
- @color-sentiment-positive: #a0e5ae;
61
- @color-sentiment-warning: #edd272;
51
+ @color-sentiment-negative: #ffa8ad;
52
+ @color-sentiment-negative-hover: #ffbdc0;
53
+ @color-sentiment-negative-active: #ffd1d3;
54
+ @color-sentiment-negative-primary: #ffa8ad;
55
+ @color-sentiment-negative-primary-hover: #ffbdc0;
56
+ @color-sentiment-negative-primary-active: #ffd1d3;
57
+ @color-sentiment-negative-secondary: #454a23;
58
+ @color-sentiment-negative-secondary-hover: #515729;
59
+ @color-sentiment-negative-secondary-active: #5e642f;
60
+ @color-sentiment-positive: #bae5a0;
61
+ @color-sentiment-positive-hover: #c8eab3;
62
+ @color-sentiment-positive-active: #d6f0c7;
63
+ @color-sentiment-warning: #fadc65;
64
+ @color-sentiment-warning-primary: #fadc65;
65
+ @color-sentiment-warning-secondary: #445514;
66
+ @color-sentiment-warning-content: #fadc65;
67
+ @color-sentiment-warning-content-secondary-hover: #fbe179;
68
+ @color-sentiment-warning-content-secondary-active: #fbe58d;
69
+ @color-sentiment-celebration-primary: #a0e1e1;
70
+ @color-sentiment-celebration-primary-hover: #aee5e5;
71
+ @color-sentiment-celebration-primary-active: #bdeaea;
72
+ @color-sentiment-celebration-secondary: #32562d;
62
73
  @color-contrast: #163300;
63
74
  @color-light: #ffffff;
64
75
  @color-dark: #163300;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 14 Feb 2025 09:19:52 GMT
3
+ * Generated on Tue, 11 Mar 2025 16:01:29 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 Fri, 14 Feb 2025 09:19:52 GMT
3
+ // Generated on Tue, 11 Mar 2025 16:01:29 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 Fri, 14 Feb 2025 09:19:52 GMT
3
+ * Generated on Tue, 11 Mar 2025 16:01:29 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 Fri, 14 Feb 2025 09:19:52 GMT
3
+ // Generated on Tue, 11 Mar 2025 16:01:29 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 Fri, 14 Feb 2025 09:19:52 GMT
3
+ * Generated on Tue, 11 Mar 2025 16:01:30 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 Fri, 14 Feb 2025 09:19:52 GMT
3
+ // Generated on Tue, 11 Mar 2025 16:01:30 GMT
4
4
 
5
5
  @color-dark-content-primary: #e2e6e8;
6
6
  @color-dark-content-secondary: #c9cbce;