@transferwise/neptune-tokens 8.23.0 → 8.24.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.
Files changed (75) hide show
  1. package/breakpoints.css +1 -1
  2. package/breakpoints.less +1 -1
  3. package/colors-base.css +1 -1
  4. package/colors-base.less +1 -1
  5. package/package.json +4 -3
  6. package/sentiment/negative/dark/base.css +26 -0
  7. package/sentiment/negative/dark/base.less +26 -0
  8. package/sentiment/negative/dark/elevated.css +26 -0
  9. package/sentiment/negative/dark/elevated.less +26 -0
  10. package/sentiment/negative/light/base.css +26 -0
  11. package/sentiment/negative/light/base.less +26 -0
  12. package/sentiment/negative/light/elevated.css +26 -0
  13. package/sentiment/negative/light/elevated.less +26 -0
  14. package/sentiment/neutral/dark/base.css +26 -0
  15. package/sentiment/neutral/dark/base.less +26 -0
  16. package/sentiment/neutral/dark/elevated.css +26 -0
  17. package/sentiment/neutral/dark/elevated.less +26 -0
  18. package/sentiment/neutral/light/base.css +26 -0
  19. package/sentiment/neutral/light/base.less +26 -0
  20. package/sentiment/neutral/light/elevated.css +26 -0
  21. package/sentiment/neutral/light/elevated.less +26 -0
  22. package/sentiment/proposition/dark/base.css +26 -0
  23. package/sentiment/proposition/dark/base.less +26 -0
  24. package/sentiment/proposition/dark/elevated.css +26 -0
  25. package/sentiment/proposition/dark/elevated.less +26 -0
  26. package/sentiment/proposition/light/base.css +26 -0
  27. package/sentiment/proposition/light/base.less +26 -0
  28. package/sentiment/proposition/light/elevated.css +26 -0
  29. package/sentiment/proposition/light/elevated.less +26 -0
  30. package/sentiment/sentiments.css +445 -0
  31. package/sentiment/success/dark/base.css +26 -0
  32. package/sentiment/success/dark/base.less +26 -0
  33. package/sentiment/success/dark/elevated.css +26 -0
  34. package/sentiment/success/dark/elevated.less +26 -0
  35. package/sentiment/success/light/base.css +26 -0
  36. package/sentiment/success/light/base.less +26 -0
  37. package/sentiment/success/light/elevated.css +26 -0
  38. package/sentiment/success/light/elevated.less +26 -0
  39. package/sentiment/warning/dark/base.css +26 -0
  40. package/sentiment/warning/dark/base.less +26 -0
  41. package/sentiment/warning/dark/elevated.css +26 -0
  42. package/sentiment/warning/dark/elevated.less +26 -0
  43. package/sentiment/warning/light/base.css +26 -0
  44. package/sentiment/warning/light/base.less +26 -0
  45. package/sentiment/warning/light/elevated.css +26 -0
  46. package/sentiment/warning/light/elevated.less +26 -0
  47. package/themes/business/tokens.css +1 -1
  48. package/themes/business/tokens.less +1 -1
  49. package/themes/business--bright-green/tokens.css +1 -1
  50. package/themes/business--bright-green/tokens.less +1 -1
  51. package/themes/business--dark/tokens.css +1 -1
  52. package/themes/business--dark/tokens.less +1 -1
  53. package/themes/business--forest-green/tokens.css +1 -1
  54. package/themes/business--forest-green/tokens.less +1 -1
  55. package/themes/dark/tokens.css +1 -1
  56. package/themes/dark/tokens.less +1 -1
  57. package/themes/light/tokens.css +1 -1
  58. package/themes/light/tokens.less +1 -1
  59. package/themes/navy/tokens.css +1 -1
  60. package/themes/navy/tokens.less +1 -1
  61. package/themes/personal/tokens.css +1 -1
  62. package/themes/personal/tokens.less +1 -1
  63. package/themes/personal--bright-green/tokens.css +1 -1
  64. package/themes/personal--bright-green/tokens.less +1 -1
  65. package/themes/personal--dark/tokens.css +1 -1
  66. package/themes/personal--dark/tokens.less +1 -1
  67. package/themes/personal--forest-green/tokens.css +1 -1
  68. package/themes/personal--forest-green/tokens.less +1 -1
  69. package/themes/platform/tokens.css +1 -1
  70. package/themes/platform/tokens.less +1 -1
  71. package/themes/platform--forest-green/tokens.css +1 -1
  72. package/themes/platform--forest-green/tokens.less +1 -1
  73. package/tiny-viewport.less +1 -1
  74. package/tokens.css +1 -1
  75. package/tokens.less +1 -1
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #054D28;
8
+ --color-sentiment-content-primary-hover: #043A1E;
9
+ --color-sentiment-content-primary-active: #022614;
10
+ --color-sentiment-interactive-primary: #054D28;
11
+ --color-sentiment-interactive-primary-hover: #043A1E;
12
+ --color-sentiment-interactive-primary-active: #022614;
13
+ --color-sentiment-interactive-secondary: #E2F6D5;
14
+ --color-sentiment-interactive-secondary-hover: #D3F2C0;
15
+ --color-sentiment-interactive-secondary-active: #C5EDAB;
16
+ --color-sentiment-interactive-secondary-neutral: #BCD9B8;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #AACFA5;
18
+ --color-sentiment-interactive-secondary-neutral-active: #94C38E;
19
+ --color-sentiment-interactive-control: #E2F6D5;
20
+ --color-sentiment-interactive-control-hover: #D3F2C0;
21
+ --color-sentiment-interactive-control-active: #C5EDAB;
22
+ --color-sentiment-background-surface: #E2F6D5;
23
+ --color-sentiment-background-surface-hover: #D3F2C0;
24
+ --color-sentiment-background-surface-active: #C5EDAB;
25
+ --color-sentiment-border-overlay: #054d284d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-success-light-elevated {
7
+ --color-sentiment-content-primary: #CEF1B8;
8
+ --color-sentiment-content-primary-hover: #E0FFCC;
9
+ --color-sentiment-content-primary-active: #E1F4D4;
10
+ --color-sentiment-interactive-primary: #CEF1B8;
11
+ --color-sentiment-interactive-primary-hover: #E0FFCC;
12
+ --color-sentiment-interactive-primary-active: #E1F4D4;
13
+ --color-sentiment-interactive-secondary: #054D28;
14
+ --color-sentiment-interactive-secondary-hover: #043A1E;
15
+ --color-sentiment-interactive-secondary-active: #022614;
16
+ --color-sentiment-interactive-secondary-neutral: #256A43;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #2A794C;
18
+ --color-sentiment-interactive-secondary-neutral-active: #329057;
19
+ --color-sentiment-interactive-control: #054D28;
20
+ --color-sentiment-interactive-control-hover: #043A1E;
21
+ --color-sentiment-interactive-control-active: #022614;
22
+ --color-sentiment-background-surface: #054D28;
23
+ --color-sentiment-background-surface-hover: #043A1E;
24
+ --color-sentiment-background-surface-active: #022614;
25
+ --color-sentiment-border-overlay: #cef1b84d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #CEF1B8;
8
+ --color-sentiment-content-primary-hover: #E0FFCC;
9
+ --color-sentiment-content-primary-active: #E1F4D4;
10
+ --color-sentiment-interactive-primary: #CEF1B8;
11
+ --color-sentiment-interactive-primary-hover: #E0FFCC;
12
+ --color-sentiment-interactive-primary-active: #E1F4D4;
13
+ --color-sentiment-interactive-secondary: #054D28;
14
+ --color-sentiment-interactive-secondary-hover: #043A1E;
15
+ --color-sentiment-interactive-secondary-active: #022614;
16
+ --color-sentiment-interactive-secondary-neutral: #256A43;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #2A794C;
18
+ --color-sentiment-interactive-secondary-neutral-active: #329057;
19
+ --color-sentiment-interactive-control: #054D28;
20
+ --color-sentiment-interactive-control-hover: #043A1E;
21
+ --color-sentiment-interactive-control-active: #022614;
22
+ --color-sentiment-background-surface: #054D28;
23
+ --color-sentiment-background-surface-hover: #043A1E;
24
+ --color-sentiment-background-surface-active: #022614;
25
+ --color-sentiment-border-overlay: #cef1b84d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-warning-dark-base {
7
+ --color-sentiment-content-primary: #FADC65;
8
+ --color-sentiment-content-primary-hover: #F9D648;
9
+ --color-sentiment-content-primary-active: #F8CD20;
10
+ --color-sentiment-interactive-primary: #FADC65;
11
+ --color-sentiment-interactive-primary-hover: #F9D648;
12
+ --color-sentiment-interactive-primary-active: #F8CD20;
13
+ --color-sentiment-interactive-secondary: #3A3523;
14
+ --color-sentiment-interactive-secondary-hover: #504930;
15
+ --color-sentiment-interactive-secondary-active: #665D3D;
16
+ --color-sentiment-interactive-secondary-neutral: #4D462A;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #5D532F;
18
+ --color-sentiment-interactive-secondary-neutral-active: #685D33;
19
+ --color-sentiment-interactive-control: #3A3523;
20
+ --color-sentiment-interactive-control-hover: #504930;
21
+ --color-sentiment-interactive-control-active: #665D3D;
22
+ --color-sentiment-background-surface: #3A3523;
23
+ --color-sentiment-background-surface-hover: #504930;
24
+ --color-sentiment-background-surface-active: #665D3D;
25
+ --color-sentiment-border-overlay: #fadc654d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #FADC65;
8
+ --color-sentiment-content-primary-hover: #F9D648;
9
+ --color-sentiment-content-primary-active: #F8CD20;
10
+ --color-sentiment-interactive-primary: #FADC65;
11
+ --color-sentiment-interactive-primary-hover: #F9D648;
12
+ --color-sentiment-interactive-primary-active: #F8CD20;
13
+ --color-sentiment-interactive-secondary: #3A3523;
14
+ --color-sentiment-interactive-secondary-hover: #504930;
15
+ --color-sentiment-interactive-secondary-active: #665D3D;
16
+ --color-sentiment-interactive-secondary-neutral: #4D462A;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #5D532F;
18
+ --color-sentiment-interactive-secondary-neutral-active: #685D33;
19
+ --color-sentiment-interactive-control: #3A3523;
20
+ --color-sentiment-interactive-control-hover: #504930;
21
+ --color-sentiment-interactive-control-active: #665D3D;
22
+ --color-sentiment-background-surface: #3A3523;
23
+ --color-sentiment-background-surface-hover: #504930;
24
+ --color-sentiment-background-surface-active: #665D3D;
25
+ --color-sentiment-border-overlay: #fadc654d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-warning-dark-elevated {
7
+ --color-sentiment-content-primary: #3A3523;
8
+ --color-sentiment-content-primary-hover: #504930;
9
+ --color-sentiment-content-primary-active: #665D3D;
10
+ --color-sentiment-interactive-primary: #3A3523;
11
+ --color-sentiment-interactive-primary-hover: #504930;
12
+ --color-sentiment-interactive-primary-active: #665D3D;
13
+ --color-sentiment-interactive-secondary: #FADC65;
14
+ --color-sentiment-interactive-secondary-hover: #F9D648;
15
+ --color-sentiment-interactive-secondary-active: #F8CD20;
16
+ --color-sentiment-interactive-secondary-neutral: #E3C85D;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #DFC044;
18
+ --color-sentiment-interactive-secondary-neutral-active: #D9B526;
19
+ --color-sentiment-interactive-control: #FADC65;
20
+ --color-sentiment-interactive-control-hover: #F9D648;
21
+ --color-sentiment-interactive-control-active: #F8CD20;
22
+ --color-sentiment-background-surface: #FADC65;
23
+ --color-sentiment-background-surface-hover: #F9D648;
24
+ --color-sentiment-background-surface-active: #F8CD20;
25
+ --color-sentiment-border-overlay: #3a35234d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #3A3523;
8
+ --color-sentiment-content-primary-hover: #504930;
9
+ --color-sentiment-content-primary-active: #665D3D;
10
+ --color-sentiment-interactive-primary: #3A3523;
11
+ --color-sentiment-interactive-primary-hover: #504930;
12
+ --color-sentiment-interactive-primary-active: #665D3D;
13
+ --color-sentiment-interactive-secondary: #FADC65;
14
+ --color-sentiment-interactive-secondary-hover: #F9D648;
15
+ --color-sentiment-interactive-secondary-active: #F8CD20;
16
+ --color-sentiment-interactive-secondary-neutral: #E3C85D;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #DFC044;
18
+ --color-sentiment-interactive-secondary-neutral-active: #D9B526;
19
+ --color-sentiment-interactive-control: #FADC65;
20
+ --color-sentiment-interactive-control-hover: #F9D648;
21
+ --color-sentiment-interactive-control-active: #F8CD20;
22
+ --color-sentiment-background-surface: #FADC65;
23
+ --color-sentiment-background-surface-hover: #F9D648;
24
+ --color-sentiment-background-surface-active: #F8CD20;
25
+ --color-sentiment-border-overlay: #3a35234d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-warning-light-base {
7
+ --color-sentiment-content-primary: #4A3B1C;
8
+ --color-sentiment-content-primary-hover: #302612;
9
+ --color-sentiment-content-primary-active: #2C2311;
10
+ --color-sentiment-interactive-primary: #FFD11A;
11
+ --color-sentiment-interactive-primary-hover: #FFBF0F;
12
+ --color-sentiment-interactive-primary-active: #FFBB00;
13
+ --color-sentiment-interactive-secondary: #FFF7D7;
14
+ --color-sentiment-interactive-secondary-hover: #FFF0B2;
15
+ --color-sentiment-interactive-secondary-active: #FFE98F;
16
+ --color-sentiment-interactive-secondary-neutral: #FFEC9E;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #FFE187;
18
+ --color-sentiment-interactive-secondary-neutral-active: #FFD55F;
19
+ --color-sentiment-interactive-control: #4A3B1C;
20
+ --color-sentiment-interactive-control-hover: #302612;
21
+ --color-sentiment-interactive-control-active: #2C2311;
22
+ --color-sentiment-background-surface: #FFF7D7;
23
+ --color-sentiment-background-surface-hover: #FFF0B2;
24
+ --color-sentiment-background-surface-active: #FFE98F;
25
+ --color-sentiment-border-overlay: #4a3b1c4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #4A3B1C;
8
+ --color-sentiment-content-primary-hover: #302612;
9
+ --color-sentiment-content-primary-active: #2C2311;
10
+ --color-sentiment-interactive-primary: #FFD11A;
11
+ --color-sentiment-interactive-primary-hover: #FFBF0F;
12
+ --color-sentiment-interactive-primary-active: #FFBB00;
13
+ --color-sentiment-interactive-secondary: #FFF7D7;
14
+ --color-sentiment-interactive-secondary-hover: #FFF0B2;
15
+ --color-sentiment-interactive-secondary-active: #FFE98F;
16
+ --color-sentiment-interactive-secondary-neutral: #FFEC9E;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #FFE187;
18
+ --color-sentiment-interactive-secondary-neutral-active: #FFD55F;
19
+ --color-sentiment-interactive-control: #4A3B1C;
20
+ --color-sentiment-interactive-control-hover: #302612;
21
+ --color-sentiment-interactive-control-active: #2C2311;
22
+ --color-sentiment-background-surface: #FFF7D7;
23
+ --color-sentiment-background-surface-hover: #FFF0B2;
24
+ --color-sentiment-background-surface-active: #FFE98F;
25
+ --color-sentiment-border-overlay: #4a3b1c4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-warning-light-elevated {
7
+ --color-sentiment-content-primary: #4A3B1C;
8
+ --color-sentiment-content-primary-hover: #302612;
9
+ --color-sentiment-content-primary-active: #2C2311;
10
+ --color-sentiment-interactive-primary: #4A3B1C;
11
+ --color-sentiment-interactive-primary-hover: #302612;
12
+ --color-sentiment-interactive-primary-active: #2C2311;
13
+ --color-sentiment-interactive-secondary: #FFD11A;
14
+ --color-sentiment-interactive-secondary-hover: #FFBF0F;
15
+ --color-sentiment-interactive-secondary-active: #FFBB00;
16
+ --color-sentiment-interactive-secondary-neutral: #FFEC9E;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #FFEDB8;
18
+ --color-sentiment-interactive-secondary-neutral-active: #FFF2CC;
19
+ --color-sentiment-interactive-control: #FFD11A;
20
+ --color-sentiment-interactive-control-hover: #FFBF0F;
21
+ --color-sentiment-interactive-control-active: #FFBB00;
22
+ --color-sentiment-background-surface: #FFD11A;
23
+ --color-sentiment-background-surface-hover: #FFBF0F;
24
+ --color-sentiment-background-surface-active: #FFBB00;
25
+ --color-sentiment-border-overlay: #4a3b1c4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #4A3B1C;
8
+ --color-sentiment-content-primary-hover: #302612;
9
+ --color-sentiment-content-primary-active: #2C2311;
10
+ --color-sentiment-interactive-primary: #4A3B1C;
11
+ --color-sentiment-interactive-primary-hover: #302612;
12
+ --color-sentiment-interactive-primary-active: #2C2311;
13
+ --color-sentiment-interactive-secondary: #FFD11A;
14
+ --color-sentiment-interactive-secondary-hover: #FFBF0F;
15
+ --color-sentiment-interactive-secondary-active: #FFBB00;
16
+ --color-sentiment-interactive-secondary-neutral: #FFEC9E;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #FFEDB8;
18
+ --color-sentiment-interactive-secondary-neutral-active: #FFF2CC;
19
+ --color-sentiment-interactive-control: #FFD11A;
20
+ --color-sentiment-interactive-control-hover: #FFBF0F;
21
+ --color-sentiment-interactive-control-active: #FFBB00;
22
+ --color-sentiment-background-surface: #FFD11A;
23
+ --color-sentiment-background-surface-hover: #FFBF0F;
24
+ --color-sentiment-background-surface-active: #FFBB00;
25
+ --color-sentiment-border-overlay: #4a3b1c4d;
26
+ }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ * Generated on Wed, 27 May 2026 15:50:10 GMT
4
4
  */
5
5
 
6
6
  .np-theme-business {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:10 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, this file was auto-generated.
3
- * Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
4
  */
5
5
 
6
6
  .np-theme-business--bright-green {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:11 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, this file was auto-generated.
3
- * Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ * Generated on Wed, 27 May 2026 15:50:10 GMT
4
4
  */
5
5
 
6
6
  .np-theme-business--dark {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:10 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, this file was auto-generated.
3
- * Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ * Generated on Wed, 27 May 2026 15:50:10 GMT
4
4
  */
5
5
 
6
6
  .np-theme-business--forest-green {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:10 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, this file was auto-generated.
3
- * Generated on Thu, 14 May 2026 16:11:43 GMT
3
+ * Generated on Wed, 27 May 2026 15:50:10 GMT
4
4
  */
5
5
 
6
6
  .np-theme-dark {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Thu, 14 May 2026 16:11:43 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:10 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, this file was auto-generated.
3
- * Generated on Thu, 14 May 2026 16:11:43 GMT
3
+ * Generated on Wed, 27 May 2026 15:50:09 GMT
4
4
  */
5
5
 
6
6
  .np-theme-light {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Thu, 14 May 2026 16:11:43 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:09 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, this file was auto-generated.
3
- * Generated on Thu, 14 May 2026 16:11:43 GMT
3
+ * Generated on Wed, 27 May 2026 15:50:10 GMT
4
4
  */
5
5
 
6
6
  .np-theme-navy {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Thu, 14 May 2026 16:11:43 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:10 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, this file was auto-generated.
3
- * Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ * Generated on Wed, 27 May 2026 15:50:10 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:10 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, this file was auto-generated.
3
- * Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ * Generated on Wed, 27 May 2026 15:50:10 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--bright-green {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:10 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, this file was auto-generated.
3
- * Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ * Generated on Wed, 27 May 2026 15:50:10 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--dark {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:10 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, this file was auto-generated.
3
- * Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ * Generated on Wed, 27 May 2026 15:50:10 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--forest-green {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:10 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, this file was auto-generated.
3
- * Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ * Generated on Wed, 27 May 2026 15:50:10 GMT
4
4
  */
5
5
 
6
6
  .np-theme-platform {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:10 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, this file was auto-generated.
3
- * Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ * Generated on Wed, 27 May 2026 15:50:10 GMT
4
4
  */
5
5
 
6
6
  .np-theme-platform--forest-green {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Thu, 14 May 2026 16:11:44 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:10 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, this file was auto-generated.
3
- // Generated on Thu, 14 May 2026 16:11:43 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:09 GMT
4
4
 
5
5
 
6
6
  @media (max-width: 320px) {
package/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Thu, 14 May 2026 16:11:43 GMT
3
+ * Generated on Wed, 27 May 2026 15:50:09 GMT
4
4
  */
5
5
 
6
6
  :root {
package/tokens.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Thu, 14 May 2026 16:11:43 GMT
3
+ // Generated on Wed, 27 May 2026 15:50:09 GMT
4
4
 
5
5
  @color-dark-content-primary: #e2e6e8;
6
6
  @color-dark-content-secondary: #c9cbce;