@transferwise/neptune-css 0.0.0-experimental-b2666ac → 0.0.0-experimental-d2bc8ee

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 (72) hide show
  1. package/dist/css/accordion.css +6 -5
  2. package/dist/css/alerts.css +14 -142
  3. package/dist/css/background.css +2 -2
  4. package/dist/css/badge.css +1 -3
  5. package/dist/css/breadcrumbs.css +1 -1
  6. package/dist/css/button-groups.css +2 -6
  7. package/dist/css/buttons.css +151 -176
  8. package/dist/css/chevron.css +1 -1
  9. package/dist/css/circles.css +10 -11
  10. package/dist/css/close.css +2 -3
  11. package/dist/css/column-layout.css +0 -1
  12. package/dist/css/currency-flags.css +1 -1
  13. package/dist/css/decision.css +5 -4
  14. package/dist/css/dropdowns.css +8 -26
  15. package/dist/css/droppable.css +12 -9
  16. package/dist/css/footer.css +8 -43
  17. package/dist/css/input-groups.css +142 -137
  18. package/dist/css/list-group.css +8 -31
  19. package/dist/css/modals.css +3 -4
  20. package/dist/css/navbar.css +37 -142
  21. package/dist/css/navs.css +8 -20
  22. package/dist/css/neptune-addons.css +4 -83
  23. package/dist/css/neptune-core.css +33 -119
  24. package/dist/css/neptune.css +655 -1245
  25. package/dist/css/popovers.css +6 -10
  26. package/dist/css/process.css +8 -8
  27. package/dist/css/progress-bars.css +2 -7
  28. package/dist/css/ring.css +2 -2
  29. package/dist/css/select.css +2 -2
  30. package/dist/css/sequences.css +39 -95
  31. package/dist/css/table.css +14 -48
  32. package/dist/css/tick.css +0 -1
  33. package/dist/css/tooltip.css +1 -2
  34. package/dist/css/wells.css +5 -5
  35. package/dist/less/neptune-tokens.less +82 -174
  36. package/dist/props/neptune-tokens.css +80 -40
  37. package/package.json +2 -2
  38. package/src/less/addons/_background-utilities.less +0 -37
  39. package/src/less/alerts.less +0 -36
  40. package/src/less/background.less +0 -1
  41. package/src/less/buttons.less +0 -22
  42. package/src/less/column-layout.less +0 -1
  43. package/src/less/core/_fonts.less +0 -26
  44. package/src/less/core/_scaffolding.less +2 -31
  45. package/src/less/core/_typography-utilities.less +0 -29
  46. package/src/less/dropdowns.less +0 -18
  47. package/src/less/footer.less +0 -33
  48. package/src/less/mixins/_sequence.less +2 -2
  49. package/src/less/modals.less +0 -1
  50. package/src/less/navbar.less +0 -35
  51. package/src/less/navs.less +0 -10
  52. package/src/less/sequences.less +0 -26
  53. package/src/less/table.less +0 -8
  54. package/src/variables/neptune-tokens.less +2 -9
  55. package/dist/fonts/TW-Averta-Bold.woff +0 -0
  56. package/dist/fonts/TW-Averta-Bold.woff2 +0 -0
  57. package/dist/fonts/TW-Averta-Regular.woff +0 -0
  58. package/dist/fonts/TW-Averta-Regular.woff2 +0 -0
  59. package/dist/fonts/TW-Averta-Semibold.woff +0 -0
  60. package/dist/fonts/TW-Averta-Semibold.woff2 +0 -0
  61. package/dist/fonts/TransferWise-IconFont.svg +0 -81
  62. package/dist/fonts/TransferWise-IconFont.woff +0 -0
  63. package/dist/props/legacy-custom-props.css +0 -69
  64. package/src/fonts/TW-Averta-Bold.woff +0 -0
  65. package/src/fonts/TW-Averta-Bold.woff2 +0 -0
  66. package/src/fonts/TW-Averta-Regular.woff +0 -0
  67. package/src/fonts/TW-Averta-Regular.woff2 +0 -0
  68. package/src/fonts/TW-Averta-Semibold.woff +0 -0
  69. package/src/fonts/TW-Averta-Semibold.woff2 +0 -0
  70. package/src/fonts/TransferWise-IconFont.svg +0 -81
  71. package/src/fonts/TransferWise-IconFont.woff +0 -0
  72. package/src/props/legacy-custom-props.css +0 -69
@@ -12,7 +12,7 @@ table th[class*="col-"] {
12
12
  caption {
13
13
  padding-top: 16px;
14
14
  padding-bottom: 16px;
15
- color: #5d7079;
15
+ color: #454745;
16
16
  color: var(--color-content-secondary);
17
17
  text-align: left;
18
18
  }
@@ -42,7 +42,7 @@ th {
42
42
  line-height: 1.5;
43
43
  line-height: var(--line-height-body);
44
44
  vertical-align: top;
45
- border-top: 1px solid rgba(0,0,0,0.10196);
45
+ border-top: 1px solid rgba(14,15,12,0.12157);
46
46
  border-top: 1px solid var(--color-border-neutral);
47
47
  border-bottom: 0;
48
48
  transition: border ease 0.15s;
@@ -55,7 +55,7 @@ th {
55
55
  line-height: 1.5;
56
56
  line-height: var(--line-height-body);
57
57
  vertical-align: top;
58
- border-top: 1px solid rgba(0,0,0,0.10196);
58
+ border-top: 1px solid rgba(14,15,12,0.12157);
59
59
  border-top: 1px solid var(--color-border-neutral);
60
60
  border-bottom: 0;
61
61
  transition: border ease 0.15s;
@@ -85,7 +85,7 @@ th {
85
85
  border-top: 0;
86
86
  }
87
87
  .table > tbody + tbody {
88
- border-top: 1px solid rgba(0,0,0,0.10196);
88
+ border-top: 1px solid rgba(14,15,12,0.12157);
89
89
  border-top: 1px solid var(--color-border-neutral);
90
90
  }
91
91
  .table .table {
@@ -98,7 +98,7 @@ th {
98
98
  .table > .tfoot {
99
99
  font-size: 0.875rem;
100
100
  font-size: var(--font-size-14);
101
- color: #37517e;
101
+ color: #0e0f0c;
102
102
  color: var(--color-content-primary);
103
103
  }
104
104
  .table > tbody,
@@ -108,7 +108,7 @@ th {
108
108
  }
109
109
  .table > tbody > tr > th,
110
110
  .table > .tbody > dl > .th {
111
- color: #37517e;
111
+ color: #0e0f0c;
112
112
  color: var(--color-content-primary);
113
113
  }
114
114
  .table-condensed > thead > tr > th,
@@ -126,13 +126,13 @@ th {
126
126
  padding: var(--size-8);
127
127
  }
128
128
  .table-bordered {
129
- border: 1px solid rgba(0,0,0,0.10196);
129
+ border: 1px solid rgba(14,15,12,0.12157);
130
130
  border: 1px solid var(--color-border-neutral);
131
131
  border-radius: 3px;
132
132
  }
133
133
  .table-bordered thead,
134
134
  .table-bordered .thead {
135
- background-color: rgba(134,167,189,0.10196);
135
+ background-color: rgba(22,51,0,0.07843);
136
136
  background-color: var(--color-background-neutral);
137
137
  }
138
138
  @media (max-width: 767px) {
@@ -141,12 +141,12 @@ th {
141
141
  }
142
142
  }
143
143
  .table-striped > tbody > tr:nth-of-type(odd) {
144
- background-color: rgba(134,167,189,0.10196);
144
+ background-color: rgba(22,51,0,0.07843);
145
145
  background-color: var(--color-background-neutral);
146
146
  }
147
147
  @media (min-width: 768px) {
148
148
  .table-striped > .tbody > dl:nth-of-type(odd) {
149
- background-color: rgba(134,167,189,0.10196);
149
+ background-color: rgba(22,51,0,0.07843);
150
150
  background-color: var(--color-background-neutral);
151
151
  }
152
152
  }
@@ -155,27 +155,6 @@ table col[class*="col-"] {
155
155
  float: none;
156
156
  display: table-column;
157
157
  }
158
- .table > thead > tr > td.primary,
159
- .table > tbody > tr > td.primary,
160
- .table > tfoot > tr > td.primary,
161
- .table > thead > tr > th.primary,
162
- .table > tbody > tr > th.primary,
163
- .table > tfoot > tr > th.primary,
164
- .table > thead > tr.primary > td,
165
- .table > tbody > tr.primary > td,
166
- .table > tfoot > tr.primary > td,
167
- .table > thead > tr.primary > th,
168
- .table > tbody > tr.primary > th,
169
- .table > tfoot > tr.primary > th {
170
- background-color: #37517e;
171
- }
172
- .table-hover > tbody > tr > td.primary:hover,
173
- .table-hover > tbody > tr > th.primary:hover,
174
- .table-hover > tbody > tr.primary:hover > td,
175
- .table-hover > tbody > tr:hover > .primary,
176
- .table-hover > tbody > tr.primary:hover > th {
177
- background-color: #37517e;
178
- }
179
158
  .table > thead > tr > td.active,
180
159
  .table > tbody > tr > td.active,
181
160
  .table > tfoot > tr > td.active,
@@ -211,7 +190,6 @@ table col[class*="col-"] {
211
190
  .table > thead > tr.success > th,
212
191
  .table > tbody > tr.success > th,
213
192
  .table > tfoot > tr.success > th {
214
- background-color: rgba(54,199,151,0.10196);
215
193
  background-color: var(--color-background-positive);
216
194
  }
217
195
  .table-hover > tbody > tr > td.success:hover,
@@ -219,7 +197,6 @@ table col[class*="col-"] {
219
197
  .table-hover > tbody > tr.success:hover > td,
220
198
  .table-hover > tbody > tr:hover > .success,
221
199
  .table-hover > tbody > tr.success:hover > th {
222
- background-color: rgba(54,199,151,0.10196);
223
200
  background-color: var(--color-background-positive);
224
201
  }
225
202
  .table > thead > tr > td.info,
@@ -234,7 +211,6 @@ table col[class*="col-"] {
234
211
  .table > thead > tr.info > th,
235
212
  .table > tbody > tr.info > th,
236
213
  .table > tfoot > tr.info > th {
237
- background-color: rgba(56,200,255,0.10196);
238
214
  background-color: var(--color-background-accent);
239
215
  }
240
216
  .table-hover > tbody > tr > td.info:hover,
@@ -242,7 +218,6 @@ table col[class*="col-"] {
242
218
  .table-hover > tbody > tr.info:hover > td,
243
219
  .table-hover > tbody > tr:hover > .info,
244
220
  .table-hover > tbody > tr.info:hover > th {
245
- background-color: rgba(56,200,255,0.10196);
246
221
  background-color: var(--color-background-accent);
247
222
  }
248
223
  .table > thead > tr > td.warning,
@@ -257,7 +232,6 @@ table col[class*="col-"] {
257
232
  .table > thead > tr.warning > th,
258
233
  .table > tbody > tr.warning > th,
259
234
  .table > tfoot > tr.warning > th {
260
- background-color: rgba(255,172,0,0.10196);
261
235
  background-color: var(--color-background-warning);
262
236
  }
263
237
  .table-hover > tbody > tr > td.warning:hover,
@@ -265,7 +239,6 @@ table col[class*="col-"] {
265
239
  .table-hover > tbody > tr.warning:hover > td,
266
240
  .table-hover > tbody > tr:hover > .warning,
267
241
  .table-hover > tbody > tr.warning:hover > th {
268
- background-color: rgba(255,172,0,0.10196);
269
242
  background-color: var(--color-background-warning);
270
243
  }
271
244
  .table > thead > tr > td.danger,
@@ -280,7 +253,6 @@ table col[class*="col-"] {
280
253
  .table > thead > tr.danger > th,
281
254
  .table > tbody > tr.danger > th,
282
255
  .table > tfoot > tr.danger > th {
283
- background-color: rgba(255,135,135,0.10196);
284
256
  background-color: var(--color-background-negative);
285
257
  }
286
258
  .table-hover > tbody > tr > td.danger:hover,
@@ -288,7 +260,6 @@ table col[class*="col-"] {
288
260
  .table-hover > tbody > tr.danger:hover > td,
289
261
  .table-hover > tbody > tr:hover > .danger,
290
262
  .table-hover > tbody > tr.danger:hover > th {
291
- background-color: rgba(255,135,135,0.10196);
292
263
  background-color: var(--color-background-negative);
293
264
  }
294
265
  .table > thead > tr > td.default,
@@ -348,7 +319,7 @@ table col[class*="col-"] {
348
319
  border-bottom: 0;
349
320
  }
350
321
  .table-responsive.table-bordered {
351
- border: 1px solid rgba(134,167,189,0.10196);
322
+ border: 1px solid rgba(22,51,0,0.07843);
352
323
  border: 1px solid var(--color-background-neutral);
353
324
  border-radius: 3px;
354
325
  }
@@ -367,7 +338,7 @@ table col[class*="col-"] {
367
338
  display: table-cell;
368
339
  font-weight: 700;
369
340
  font-weight: var(--font-weight-bold);
370
- color: #37517e;
341
+ color: #0e0f0c;
371
342
  color: var(--color-content-primary);
372
343
  }
373
344
  .table > .tbody {
@@ -383,7 +354,7 @@ table col[class*="col-"] {
383
354
  display: table-cell;
384
355
  font-size: 0.875rem;
385
356
  font-size: var(--font-size-14);
386
- color: #5d7079;
357
+ color: #454745;
387
358
  color: var(--color-content-secondary);
388
359
  }
389
360
  .table > .tfoot {
@@ -395,7 +366,7 @@ table col[class*="col-"] {
395
366
  display: none;
396
367
  }
397
368
  .table > .tbody > dl {
398
- border: 1px #c9cbce solid;
369
+ border: 1px #868685 solid;
399
370
  border: 1px var(--color-interactive-secondary) solid;
400
371
  border-radius: 3px;
401
372
  margin-bottom: 24px;
@@ -432,12 +403,7 @@ table col[class*="col-"] {
432
403
  -webkit-text-decoration: none;
433
404
  text-decoration: none;
434
405
  }
435
- .table-calendar > tbody > tr > td > a.active {
436
- background-color: #37517e;
437
- color: #ffffff;
438
- }
439
406
  .table-calendar > tbody > tr > td > a:not([disabled]):hover {
440
- background-color: #0097c7;
441
407
  background-color: var(--color-content-accent);
442
408
  color: #fff;
443
409
  }
package/dist/css/tick.css CHANGED
@@ -17,7 +17,6 @@
17
17
  }
18
18
  .tw-checkbox-check .has-error::before,
19
19
  .tw-checkbox-check .has-error::after {
20
- background-color: #e74848;
21
20
  background-color: var(--color-interactive-negative);
22
21
  }
23
22
  .tw-checkbox-check::before {
@@ -64,7 +64,7 @@
64
64
  min-width: 120px;
65
65
  padding: 16px 16px;
66
66
  padding: var(--size-16) var(--size-16);
67
- color: #37517e;
67
+ color: #0e0f0c;
68
68
  color: var(--color-content-primary);
69
69
  text-align: center;
70
70
  background-color: #ffffff;
@@ -151,7 +151,6 @@
151
151
  }
152
152
  [data-toggle="tooltip"]:not(.btn):hover,
153
153
  [data-toggle="tooltip"]:not(.btn):focus {
154
- color: #0084b3 !important;
155
154
  color: var(--color-content-accent-hover) !important;
156
155
  outline: 0;
157
156
  }
@@ -6,7 +6,7 @@
6
6
  margin-bottom: var(--size-24);
7
7
  border-radius: 10px;
8
8
  border-radius: var(--radius-small);
9
- border: solid 1px rgba(0,0,0,0.10196);
9
+ border: solid 1px rgba(14,15,12,0.12157);
10
10
  border: solid 1px var(--color-border-neutral);
11
11
  padding: 24px;
12
12
  padding: var(--size-24);
@@ -20,7 +20,7 @@
20
20
  margin-bottom: var(--size-24);
21
21
  border-radius: 10px;
22
22
  border-radius: var(--radius-small);
23
- border: solid 1px rgba(0,0,0,0.10196);
23
+ border: solid 1px rgba(14,15,12,0.12157);
24
24
  border: solid 1px var(--color-border-neutral);
25
25
  padding: 24px;
26
26
  padding: var(--size-24);
@@ -35,7 +35,7 @@
35
35
  margin-bottom: var(--size-24);
36
36
  border-radius: 10px;
37
37
  border-radius: var(--radius-small);
38
- border: solid 1px rgba(0,0,0,0.10196);
38
+ border: solid 1px rgba(14,15,12,0.12157);
39
39
  border: solid 1px var(--color-border-neutral);
40
40
  padding: 24px;
41
41
  padding: var(--size-24);
@@ -50,7 +50,7 @@
50
50
  margin-bottom: var(--size-24);
51
51
  border-radius: 10px;
52
52
  border-radius: var(--radius-small);
53
- border: solid 1px rgba(0,0,0,0.10196);
53
+ border: solid 1px rgba(14,15,12,0.12157);
54
54
  border: solid 1px var(--color-border-neutral);
55
55
  padding: 24px;
56
56
  padding: var(--size-24);
@@ -65,7 +65,7 @@
65
65
  margin-bottom: var(--size-24);
66
66
  border-radius: 10px;
67
67
  border-radius: var(--radius-small);
68
- border: solid 1px rgba(0,0,0,0.10196);
68
+ border: solid 1px rgba(14,15,12,0.12157);
69
69
  border: solid 1px var(--color-border-neutral);
70
70
  padding: 24px;
71
71
  padding: var(--size-24);
@@ -1,130 +1,88 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 15 Oct 2025 12:29:55 GMT
3
+ // Generated on Wed, 05 Nov 2025 14:03:38 GMT
4
4
 
5
- @color-dark-content-primary: #e2e6e8;
6
- @color-dark-content-secondary: #c9cbce;
7
- @color-dark-content-tertiary: #a8aaac;
8
- @color-dark-content-accent: #00b9ff;
9
- @color-dark-content-accent-hover: #00a6ea;
10
- @color-dark-content-accent-active: #0097db;
11
- @color-dark-content-positive: #6fd698;
12
- @color-dark-content-positive-hover: #5ac285;
13
- @color-dark-content-positive-active: #4bb377;
14
- @color-dark-content-negative: #ffa6a9;
15
- @color-dark-content-negative-hover: #ea9396;
16
- @color-dark-content-negative-active: #da8488;
17
- @color-dark-content-warning: #ffd184;
18
- @color-dark-content-warning-hover: #e9bd71;
19
- @color-dark-content-warning-active: #daae63;
20
- @color-dark-interactive-accent: #00a2dd;
21
- @color-dark-interactive-accent-hover: #008fc9;
22
- @color-dark-interactive-accent-active: #0081ba;
23
- @color-dark-interactive-positive: #2ead4b;
24
- @color-dark-interactive-positive-hover: #069939;
25
- @color-dark-interactive-positive-active: #008b2b;
26
- @color-dark-interactive-negative: #e74848;
27
- @color-dark-interactive-negative-hover: #d03238;
28
- @color-dark-interactive-negative-active: #bf1e2c;
29
- @color-dark-interactive-warning: #df8700;
30
- @color-dark-interactive-warning-hover: #c97500;
31
- @color-dark-interactive-warning-active: #b86700;
32
- @color-dark-interactive-secondary: #a8aaac;
33
- @color-dark-interactive-secondary-hover: #959799;
34
- @color-dark-interactive-secondary-active: #87898b;
35
- @color-dark-background-screen: #181818;
36
- @color-dark-background-elevated: #202020;
37
- @color-dark-background-neutral: #86a7bd1a;
38
- @color-dark-background-accent: #38c8ff1a;
39
- @color-dark-background-positive: #36c7971a;
40
- @color-dark-background-negative: #ff87871a;
41
- @color-dark-background-warning: #ffac001a;
42
- @color-dark-background-overlay: #ffffff1a;
43
- @color-dark-border-neutral: #ffffff1a;
44
- @color-dark-border-overlay: #ffffff1a;
45
- @color-dark-core-contrast: #ffffff;
46
- @color-content-primary: #37517e;
47
- @color-content-secondary: #5d7079;
48
- @color-content-tertiary: #768e9c;
49
- @color-content-accent: #0097c7;
50
- @color-content-accent-hover: #0084b3;
51
- @color-content-accent-active: #0077a5;
52
- @color-content-positive: #008026;
53
- @color-content-positive-hover: #006d13;
54
- @color-content-positive-active: #006002;
55
- @color-content-negative: #cf2929;
56
- @color-content-negative-hover: #b80419;
57
- @color-content-negative-active: #a7000d;
58
- @color-content-warning: #9a6500;
59
- @color-content-warning-hover: #855400;
60
- @color-content-warning-active: #764700;
61
- @color-interactive-accent: #00a2dd;
62
- @color-interactive-accent-hover: #008fc9;
63
- @color-interactive-accent-active: #0081ba;
64
- @color-interactive-positive: #2ead4b;
65
- @color-interactive-positive-hover: #069939;
66
- @color-interactive-positive-active: #008b2b;
67
- @color-interactive-negative: #e74848;
68
- @color-interactive-negative-hover: #d03238;
69
- @color-interactive-negative-active: #bf1e2c;
70
- @color-interactive-warning: #df8700;
71
- @color-interactive-warning-hover: #c97500;
72
- @color-interactive-warning-active: #b86700;
73
- @color-interactive-secondary: #c9cbce;
74
- @color-interactive-secondary-hover: #b5b7ba;
75
- @color-interactive-secondary-active: #a7a9ab;
5
+ @color-bright-yellow: #ffeb69;
6
+ @color-bright-orange: #ffc091;
7
+ @color-dark-purple: #260a2f;
8
+ @color-dark-gold: #3a341c;
9
+ @color-bright-blue: #a0e1e1;
10
+ @color-dark-charcoal: #21231d;
11
+ @color-white: #ffffff;
12
+ @color-black: #000000;
13
+ @color-bright-green: #9fe870;
14
+ @color-forest-green: #163300;
15
+ @color-bright-pink: #ffd7ef;
16
+ @color-dark-maroon: #320707;
17
+ @color-content-primary: #0e0f0c;
18
+ @color-content-secondary: #454745;
19
+ @color-content-tertiary: #6a6c6a;
20
+ @color-content-link: #163300;
21
+ @color-content-link-hover: #0d1f00;
22
+ @color-content-link-active: #0e0f0c;
23
+ @color-interactive-primary: #163300;
24
+ @color-interactive-primary-hover: #0d1f00;
25
+ @color-interactive-primary-active: #0e0f0c;
26
+ @color-interactive-secondary: #868685;
27
+ @color-interactive-secondary-hover: #6c6c6b;
28
+ @color-interactive-secondary-active: #525251;
29
+ @color-interactive-accent: #9fe870;
30
+ @color-interactive-accent-hover: #80e142;
31
+ @color-interactive-accent-active: #65cf21;
32
+ @color-interactive-control: #163300;
33
+ @color-interactive-control-hover: #0d1f00;
34
+ @color-interactive-control-active: #0e0f0c;
35
+ @color-interactive-contrast: #9fe870;
36
+ @color-interactive-contrast-hover: #cdffad;
37
+ @color-interactive-contrast-active: #ecffe0;
38
+ @color-interactive-neutral: #e2f6d5;
39
+ @color-interactive-neutral-hover: #d3f2c0;
40
+ @color-interactive-neutral-active: #c5edab;
41
+ @color-border-neutral: #0e0f0c1f;
42
+ @color-border-overlay: #0e0f0c1f;
76
43
  @color-background-screen: #ffffff;
44
+ @color-background-screen-hover: #16330014;
45
+ @color-background-screen-active: #16330021;
77
46
  @color-background-elevated: #ffffff;
78
- @color-background-neutral: #86a7bd1a;
79
- @color-background-accent: #38c8ff1a;
80
- @color-background-positive: #36c7971a;
81
- @color-background-negative: #ff87871a;
82
- @color-background-warning: #ffac001a;
83
- @color-background-overlay: #0000001a;
84
- @color-border-neutral: #0000001a;
85
- @color-border-overlay: #0000001a;
86
- @color-core-contrast: #000000;
87
- @color-navy-content-primary: #ffffff;
88
- @color-navy-content-secondary: #c9cbce;
89
- @color-navy-content-tertiary: #a8aaac;
90
- @color-navy-content-accent: #00b9ff;
91
- @color-navy-content-accent-hover: #00a6ea;
92
- @color-navy-content-accent-active: #0097db;
93
- @color-navy-content-positive: #6fd698;
94
- @color-navy-content-positive-hover: #5ac285;
95
- @color-navy-content-positive-active: #4bb377;
96
- @color-navy-content-negative: #ffa6a9;
97
- @color-navy-content-negative-hover: #ea9396;
98
- @color-navy-content-negative-active: #da8488;
99
- @color-navy-content-warning: #ffd184;
100
- @color-navy-content-warning-hover: #e9bd71;
101
- @color-navy-content-warning-active: #daae63;
102
- @color-navy-interactive-accent: #00a2dd;
103
- @color-navy-interactive-accent-hover: #008fc9;
104
- @color-navy-interactive-accent-active: #0081ba;
105
- @color-navy-interactive-positive: #2ead4b;
106
- @color-navy-interactive-positive-hover: #069939;
107
- @color-navy-interactive-positive-active: #008b2b;
108
- @color-navy-interactive-negative: #e74848;
109
- @color-navy-interactive-negative-hover: #d03238;
110
- @color-navy-interactive-negative-active: #bf1e2c;
111
- @color-navy-interactive-warning: #df8700;
112
- @color-navy-interactive-warning-hover: #c97500;
113
- @color-navy-interactive-warning-active: #b86700;
114
- @color-navy-interactive-secondary: #a8aaac;
115
- @color-navy-interactive-secondary-hover: #959799;
116
- @color-navy-interactive-secondary-active: #87898b;
117
- @color-navy-background-screen: #2e4369;
118
- @color-navy-background-elevated: #37517e;
119
- @color-navy-background-neutral: #86a7bd1a;
120
- @color-navy-background-accent: #38c8ff1a;
121
- @color-navy-background-positive: #36c7971a;
122
- @color-navy-background-negative: #ff87871a;
123
- @color-navy-background-warning: #ffac001a;
124
- @color-navy-background-overlay: #ffffff1a;
125
- @color-navy-border-neutral: #ffffff1a;
126
- @color-navy-border-overlay: #ffffff1a;
127
- @color-navy-core-contrast: #ffffff;
47
+ @color-background-neutral: #16330014;
48
+ @color-background-neutral-hover: #16330021;
49
+ @color-background-neutral-active: #1633002e;
50
+ @color-background-overlay: #16330014;
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: #054d28;
61
+ @color-sentiment-positive-hover: #043a1e;
62
+ @color-sentiment-positive-active: #022614;
63
+ @color-sentiment-positive-primary: #054d28;
64
+ @color-sentiment-positive-primary-hover: #043a1e;
65
+ @color-sentiment-positive-primary-active: #022614;
66
+ @color-sentiment-positive-secondary: #e2f6d5;
67
+ @color-sentiment-positive-secondary-hover: #d3f2c0;
68
+ @color-sentiment-positive-secondary-active: #c5edab;
69
+ @color-sentiment-warning: #ffd11a;
70
+ @color-sentiment-warning-hover: #ffd11a;
71
+ @color-sentiment-warning-active: #ffd11a;
72
+ @color-sentiment-warning-primary: #ffd11a;
73
+ @color-sentiment-warning-primary-hover: #ffd11a;
74
+ @color-sentiment-warning-primary-active: #ffd11a;
75
+ @color-sentiment-warning-secondary: #fff7d7;
76
+ @color-sentiment-warning-secondary-hover: #fff7d7;
77
+ @color-sentiment-warning-secondary-active: #fff7d7;
78
+ @color-sentiment-warning-content: #4a3b1c;
79
+ @color-sentiment-warning-content-hover: #3b2f16;
80
+ @color-sentiment-warning-content-active: #2c2311;
81
+ @color-contrast: #ffffff;
82
+ @color-light: #ffffff;
83
+ @color-dark: #121511;
84
+ @color-contrast-overlay: #ffffff;
85
+ @color-contrast-theme: #121511;
128
86
  @padding-x-small: 8px;
129
87
  @padding-small: 16px;
130
88
  @padding-medium: 24px;
@@ -220,56 +178,6 @@
220
178
  @font-family-regular: 'Inter', Helvetica, Arial, sans-serif;
221
179
  @font-family-display: 'Wise Sans', 'Inter', sans-serif;
222
180
 
223
- // Do not edit directly
224
- // Generated on Wed, 15 Oct 2025 12:29:54 GMT
225
-
226
- @color-base-blue-light: #00b9ff;
227
- @color-base-blue-mid: #00a2dd;
228
- @color-base-blue-dark: #0097c7;
229
- @color-base-blue-fade: #38c8ff1a;
230
- @color-base-green-light: #6fd698;
231
- @color-base-green-mid: #2ead4b;
232
- @color-base-green-dark: #008026;
233
- @color-base-green-fade: #36c7971a;
234
- @color-base-red-light: #ffa6a9;
235
- @color-base-red-mid: #e74848;
236
- @color-base-red-dark: #cf2929;
237
- @color-base-red-fade: #ff87871a;
238
- @color-base-orange-light: #ffd184;
239
- @color-base-orange-mid: #df8700;
240
- @color-base-orange-dark: #9a6500;
241
- @color-base-orange-fade: #ffac001a;
242
- @color-base-smoke-light: #e2e6e8;
243
- @color-base-smoke-mid: #c9cbce;
244
- @color-base-smoke-dark: #a8aaac;
245
- @color-base-smoke-fade: #86a7bd1a;
246
- @color-base-navy-light: #37517e;
247
- @color-base-navy-mid: #2e4369;
248
- @color-base-navy-dark: #253655;
249
- @color-base-navy-fade: #849cc51a;
250
- @color-base-grey-light: #829ca9;
251
- @color-base-grey-mid: #768e9c;
252
- @color-base-grey-dark: #5d7079;
253
- @color-base-grey-fade: #829ca91a;
254
- @color-base-white-light: #ffffff;
255
- @color-base-white-mid: #ebebeb;
256
- @color-base-white-fade: #ffffff1a;
257
- @color-base-black-light: #202020;
258
- @color-base-black-mid: #181818;
259
- @color-base-black-dark: #000000;
260
- @color-base-black-fade: #0000001a;
261
- @color-base-brand-blue: #00b9ff;
262
- @color-base-brand-purple: #485cc7;
263
- @color-base-brand-amber: #ffb619;
264
- @color-base-brand-borderless: #44ee70;
265
-
266
-
267
- // DEPRECATED, use neptune-tokens instead: https://transferwise.github.io/neptune-web/styles/tokens/Colors
268
- @color-primary: #37517e;
269
- @color-secondary: #5d7079;
270
- @color-accent: #00b9ff;
271
- @color-positive: #2ed06e;
272
- @color-negative: #f53636;
273
- @color-warning: #ffa600;
181
+ @color-base-white: @color-white;
274
182
 
275
- @color-base-white: @color-base-white-light;
183
+ // trigger proper build