@transferwise/neptune-css 0.0.0-experimental-bca35d9 → 0.0.0-experimental-e674a91

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 (53) hide show
  1. package/dist/css/accordion.css +7 -10
  2. package/dist/css/alerts.css +142 -14
  3. package/dist/css/background.css +2 -2
  4. package/dist/css/badge.css +3 -1
  5. package/dist/css/breadcrumbs.css +1 -1
  6. package/dist/css/button-groups.css +6 -2
  7. package/dist/css/buttons.css +176 -151
  8. package/dist/css/chevron.css +1 -1
  9. package/dist/css/circles.css +11 -10
  10. package/dist/css/close.css +3 -2
  11. package/dist/css/column-layout.css +1 -0
  12. package/dist/css/currency-flags.css +1 -1
  13. package/dist/css/decision.css +6 -9
  14. package/dist/css/dropdowns.css +20 -12
  15. package/dist/css/droppable.css +9 -12
  16. package/dist/css/footer.css +43 -8
  17. package/dist/css/input-groups.css +139 -146
  18. package/dist/css/list-group.css +33 -12
  19. package/dist/css/modals.css +4 -3
  20. package/dist/css/navbar.css +133 -41
  21. package/dist/css/navs.css +20 -8
  22. package/dist/css/neptune-addons.css +85 -8
  23. package/dist/css/neptune-core.css +94 -42
  24. package/dist/css/neptune.css +1187 -640
  25. package/dist/css/popovers.css +12 -10
  26. package/dist/css/process.css +8 -8
  27. package/dist/css/progress-bars.css +7 -2
  28. package/dist/css/ring.css +2 -2
  29. package/dist/css/select.css +2 -2
  30. package/dist/css/sequences.css +95 -39
  31. package/dist/css/table.css +48 -14
  32. package/dist/css/tick.css +1 -0
  33. package/dist/css/tooltip.css +2 -1
  34. package/dist/css/wells.css +5 -5
  35. package/dist/less/neptune-tokens.less +175 -81
  36. package/dist/props/neptune-tokens.css +40 -80
  37. package/package.json +2 -2
  38. package/src/less/addons/_background-utilities.less +37 -0
  39. package/src/less/alerts.less +36 -0
  40. package/src/less/background.less +1 -0
  41. package/src/less/buttons.less +22 -0
  42. package/src/less/column-layout.less +1 -0
  43. package/src/less/core/_scaffolding.less +22 -3
  44. package/src/less/core/_typography-utilities.less +29 -0
  45. package/src/less/dropdowns.less +8 -0
  46. package/src/less/footer.less +33 -0
  47. package/src/less/mixins/_sequence.less +2 -2
  48. package/src/less/modals.less +1 -0
  49. package/src/less/navbar.less +31 -0
  50. package/src/less/navs.less +10 -0
  51. package/src/less/sequences.less +26 -0
  52. package/src/less/table.less +8 -0
  53. package/src/variables/neptune-tokens.less +10 -1
@@ -12,7 +12,7 @@ table th[class*="col-"] {
12
12
  caption {
13
13
  padding-top: 16px;
14
14
  padding-bottom: 16px;
15
- color: #454745;
15
+ color: #5d7079;
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(14,15,12,0.12157);
45
+ border-top: 1px solid rgba(0,0,0,0.10196);
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(14,15,12,0.12157);
58
+ border-top: 1px solid rgba(0,0,0,0.10196);
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(14,15,12,0.12157);
88
+ border-top: 1px solid rgba(0,0,0,0.10196);
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: #0e0f0c;
101
+ color: #37517e;
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: #0e0f0c;
111
+ color: #37517e;
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(14,15,12,0.12157);
129
+ border: 1px solid rgba(0,0,0,0.10196);
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(22,51,0,0.07843);
135
+ background-color: rgba(134,167,189,0.10196);
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(22,51,0,0.07843);
144
+ background-color: rgba(134,167,189,0.10196);
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(22,51,0,0.07843);
149
+ background-color: rgba(134,167,189,0.10196);
150
150
  background-color: var(--color-background-neutral);
151
151
  }
152
152
  }
@@ -155,6 +155,27 @@ 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
+ }
158
179
  .table > thead > tr > td.active,
159
180
  .table > tbody > tr > td.active,
160
181
  .table > tfoot > tr > td.active,
@@ -190,6 +211,7 @@ table col[class*="col-"] {
190
211
  .table > thead > tr.success > th,
191
212
  .table > tbody > tr.success > th,
192
213
  .table > tfoot > tr.success > th {
214
+ background-color: rgba(54,199,151,0.10196);
193
215
  background-color: var(--color-background-positive);
194
216
  }
195
217
  .table-hover > tbody > tr > td.success:hover,
@@ -197,6 +219,7 @@ table col[class*="col-"] {
197
219
  .table-hover > tbody > tr.success:hover > td,
198
220
  .table-hover > tbody > tr:hover > .success,
199
221
  .table-hover > tbody > tr.success:hover > th {
222
+ background-color: rgba(54,199,151,0.10196);
200
223
  background-color: var(--color-background-positive);
201
224
  }
202
225
  .table > thead > tr > td.info,
@@ -211,6 +234,7 @@ table col[class*="col-"] {
211
234
  .table > thead > tr.info > th,
212
235
  .table > tbody > tr.info > th,
213
236
  .table > tfoot > tr.info > th {
237
+ background-color: rgba(56,200,255,0.10196);
214
238
  background-color: var(--color-background-accent);
215
239
  }
216
240
  .table-hover > tbody > tr > td.info:hover,
@@ -218,6 +242,7 @@ table col[class*="col-"] {
218
242
  .table-hover > tbody > tr.info:hover > td,
219
243
  .table-hover > tbody > tr:hover > .info,
220
244
  .table-hover > tbody > tr.info:hover > th {
245
+ background-color: rgba(56,200,255,0.10196);
221
246
  background-color: var(--color-background-accent);
222
247
  }
223
248
  .table > thead > tr > td.warning,
@@ -232,6 +257,7 @@ table col[class*="col-"] {
232
257
  .table > thead > tr.warning > th,
233
258
  .table > tbody > tr.warning > th,
234
259
  .table > tfoot > tr.warning > th {
260
+ background-color: rgba(255,172,0,0.10196);
235
261
  background-color: var(--color-background-warning);
236
262
  }
237
263
  .table-hover > tbody > tr > td.warning:hover,
@@ -239,6 +265,7 @@ table col[class*="col-"] {
239
265
  .table-hover > tbody > tr.warning:hover > td,
240
266
  .table-hover > tbody > tr:hover > .warning,
241
267
  .table-hover > tbody > tr.warning:hover > th {
268
+ background-color: rgba(255,172,0,0.10196);
242
269
  background-color: var(--color-background-warning);
243
270
  }
244
271
  .table > thead > tr > td.danger,
@@ -253,6 +280,7 @@ table col[class*="col-"] {
253
280
  .table > thead > tr.danger > th,
254
281
  .table > tbody > tr.danger > th,
255
282
  .table > tfoot > tr.danger > th {
283
+ background-color: rgba(255,135,135,0.10196);
256
284
  background-color: var(--color-background-negative);
257
285
  }
258
286
  .table-hover > tbody > tr > td.danger:hover,
@@ -260,6 +288,7 @@ table col[class*="col-"] {
260
288
  .table-hover > tbody > tr.danger:hover > td,
261
289
  .table-hover > tbody > tr:hover > .danger,
262
290
  .table-hover > tbody > tr.danger:hover > th {
291
+ background-color: rgba(255,135,135,0.10196);
263
292
  background-color: var(--color-background-negative);
264
293
  }
265
294
  .table > thead > tr > td.default,
@@ -319,7 +348,7 @@ table col[class*="col-"] {
319
348
  border-bottom: 0;
320
349
  }
321
350
  .table-responsive.table-bordered {
322
- border: 1px solid rgba(22,51,0,0.07843);
351
+ border: 1px solid rgba(134,167,189,0.10196);
323
352
  border: 1px solid var(--color-background-neutral);
324
353
  border-radius: 3px;
325
354
  }
@@ -338,7 +367,7 @@ table col[class*="col-"] {
338
367
  display: table-cell;
339
368
  font-weight: 700;
340
369
  font-weight: var(--font-weight-bold);
341
- color: #0e0f0c;
370
+ color: #37517e;
342
371
  color: var(--color-content-primary);
343
372
  }
344
373
  .table > .tbody {
@@ -354,7 +383,7 @@ table col[class*="col-"] {
354
383
  display: table-cell;
355
384
  font-size: 0.875rem;
356
385
  font-size: var(--font-size-14);
357
- color: #454745;
386
+ color: #5d7079;
358
387
  color: var(--color-content-secondary);
359
388
  }
360
389
  .table > .tfoot {
@@ -366,7 +395,7 @@ table col[class*="col-"] {
366
395
  display: none;
367
396
  }
368
397
  .table > .tbody > dl {
369
- border: 1px #868685 solid;
398
+ border: 1px #c9cbce solid;
370
399
  border: 1px var(--color-interactive-secondary) solid;
371
400
  border-radius: 3px;
372
401
  margin-bottom: 24px;
@@ -403,7 +432,12 @@ table col[class*="col-"] {
403
432
  -webkit-text-decoration: none;
404
433
  text-decoration: none;
405
434
  }
435
+ .table-calendar > tbody > tr > td > a.active {
436
+ background-color: #37517e;
437
+ color: #ffffff;
438
+ }
406
439
  .table-calendar > tbody > tr > td > a:not([disabled]):hover {
440
+ background-color: #0097c7;
407
441
  background-color: var(--color-content-accent);
408
442
  color: #fff;
409
443
  }
package/dist/css/tick.css CHANGED
@@ -17,6 +17,7 @@
17
17
  }
18
18
  .tw-checkbox-check .has-error::before,
19
19
  .tw-checkbox-check .has-error::after {
20
+ background-color: #e74848;
20
21
  background-color: var(--color-interactive-negative);
21
22
  }
22
23
  .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: #0e0f0c;
67
+ color: #37517e;
68
68
  color: var(--color-content-primary);
69
69
  text-align: center;
70
70
  background-color: #ffffff;
@@ -151,6 +151,7 @@
151
151
  }
152
152
  [data-toggle="tooltip"]:not(.btn):hover,
153
153
  [data-toggle="tooltip"]:not(.btn):focus {
154
+ color: #0084b3 !important;
154
155
  color: var(--color-content-accent-hover) !important;
155
156
  outline: 0;
156
157
  }
@@ -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(14,15,12,0.12157);
9
+ border: solid 1px rgba(0,0,0,0.10196);
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(14,15,12,0.12157);
23
+ border: solid 1px rgba(0,0,0,0.10196);
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(14,15,12,0.12157);
38
+ border: solid 1px rgba(0,0,0,0.10196);
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(14,15,12,0.12157);
53
+ border: solid 1px rgba(0,0,0,0.10196);
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(14,15,12,0.12157);
68
+ border: solid 1px rgba(0,0,0,0.10196);
69
69
  border: solid 1px var(--color-border-neutral);
70
70
  padding: 24px;
71
71
  padding: var(--size-24);
@@ -1,88 +1,130 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 05 Nov 2025 14:03:38 GMT
3
+ // Generated on Wed, 15 Oct 2025 12:29:55 GMT
4
4
 
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;
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;
43
76
  @color-background-screen: #ffffff;
44
- @color-background-screen-hover: #16330014;
45
- @color-background-screen-active: #16330021;
46
77
  @color-background-elevated: #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;
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;
86
128
  @padding-x-small: 8px;
87
129
  @padding-small: 16px;
88
130
  @padding-medium: 24px;
@@ -178,4 +220,56 @@
178
220
  @font-family-regular: 'Inter', Helvetica, Arial, sans-serif;
179
221
  @font-family-display: 'Wise Sans', 'Inter', sans-serif;
180
222
 
181
- @color-base-white: @color-white;
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;
274
+
275
+ @color-base-white: @color-base-white-light;