@transferwise/neptune-css 0.0.0-experimental-d2bc8ee → 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 (72) 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 +28 -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 +144 -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 +126 -44
  24. package/dist/css/neptune.css +1264 -690
  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/fonts/TW-Averta-Bold.woff +0 -0
  36. package/dist/fonts/TW-Averta-Bold.woff2 +0 -0
  37. package/dist/fonts/TW-Averta-Regular.woff +0 -0
  38. package/dist/fonts/TW-Averta-Regular.woff2 +0 -0
  39. package/dist/fonts/TW-Averta-Semibold.woff +0 -0
  40. package/dist/fonts/TW-Averta-Semibold.woff2 +0 -0
  41. package/dist/fonts/TransferWise-IconFont.svg +81 -0
  42. package/dist/fonts/TransferWise-IconFont.woff +0 -0
  43. package/dist/less/neptune-tokens.less +174 -82
  44. package/dist/props/legacy-custom-props.css +69 -0
  45. package/dist/props/neptune-tokens.css +40 -80
  46. package/package.json +2 -2
  47. package/src/fonts/TW-Averta-Bold.woff +0 -0
  48. package/src/fonts/TW-Averta-Bold.woff2 +0 -0
  49. package/src/fonts/TW-Averta-Regular.woff +0 -0
  50. package/src/fonts/TW-Averta-Regular.woff2 +0 -0
  51. package/src/fonts/TW-Averta-Semibold.woff +0 -0
  52. package/src/fonts/TW-Averta-Semibold.woff2 +0 -0
  53. package/src/fonts/TransferWise-IconFont.svg +81 -0
  54. package/src/fonts/TransferWise-IconFont.woff +0 -0
  55. package/src/less/addons/_background-utilities.less +37 -0
  56. package/src/less/alerts.less +36 -0
  57. package/src/less/background.less +1 -0
  58. package/src/less/buttons.less +22 -0
  59. package/src/less/column-layout.less +1 -0
  60. package/src/less/core/_fonts.less +26 -0
  61. package/src/less/core/_scaffolding.less +34 -5
  62. package/src/less/core/_typography-utilities.less +29 -0
  63. package/src/less/dropdowns.less +18 -0
  64. package/src/less/footer.less +33 -0
  65. package/src/less/mixins/_sequence.less +2 -2
  66. package/src/less/modals.less +1 -0
  67. package/src/less/navbar.less +35 -0
  68. package/src/less/navs.less +10 -0
  69. package/src/less/sequences.less +26 -0
  70. package/src/less/table.less +8 -0
  71. package/src/props/legacy-custom-props.css +69 -0
  72. package/src/variables/neptune-tokens.less +9 -2
@@ -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,6 +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;
182
274
 
183
- // trigger proper build
275
+ @color-base-white: @color-base-white-light;
@@ -0,0 +1,69 @@
1
+ /*
2
+ DEPRECATED
3
+ Use neptune-tokens.css instead.
4
+ If the token you want isn't available there, raise an issue in @transferwise/neptune-tokens.
5
+ */
6
+ :root {
7
+ --border-radius: var(--radius-small);
8
+ --spacer: 8px;
9
+ --space-4: 4px;
10
+ --space-8: 8px;
11
+ --space-12: 12px;
12
+ --space-16: 16px;
13
+ --space-24: 24px;
14
+ --space-32: 32px;
15
+ --space-40: 40px;
16
+ --space-48: 48px;
17
+ --space-56: 56px;
18
+ --space-64: 64px;
19
+ --color-text-link-hover: #00a4df;
20
+ --color-text-link-active: #008ec0;
21
+ --brand-white: #fff;
22
+ --link-color: #00b9ff;
23
+ --brand-pale-blue: #dbf0fd;
24
+ --brand-navy-minus-20: #253655;
25
+ --brand-navy-minus-10: #2e4369;
26
+ --brand-navy: #37517e;
27
+ --brand-blue-minus-20: #111824;
28
+ --brand-blue-minus-10: #192439;
29
+ --brand-blue: #223049;
30
+ --brand-light-blue-minus-10: #00a4df;
31
+ --brand-light-blue: #00b9ff;
32
+ --brand-grey-plus-10: #6f8691;
33
+ --brand-smoke-minus-10: #a8aaac;
34
+ --brand-smoke: #d3d5d8;
35
+ --brand-smoke-plus-10: #e2e6e8;
36
+ --brand-smoke-plus-20: #f2f5f7;
37
+ --brand-green-minus-10: #28b862;
38
+ --brand-green: #2ed06e;
39
+ --gray-base: #f2f5f7;
40
+ --gray-darker: #384347;
41
+ --gray-light: #829ca9;
42
+ --brand-primary: #37517e;
43
+ --body-bg: #fff;
44
+ --text-bold-color: #2e4369;
45
+ --font-size-xx-large: 2.8rem; /* 42px */
46
+ /* stylelint-disable-next-line number-max-precision */
47
+ --font-size-x-large: 1.8666666667rem; /* 28px */
48
+ /* stylelint-disable-next-line number-max-precision */
49
+ --font-size-large: 1.4666666667rem; /* 22px */
50
+ --font-size-medium: 1.2rem; /* 18px */
51
+ --font-size: 0.9375rem; /* 15px */
52
+ /* stylelint-disable-next-line number-max-precision */
53
+ --font-size-small: 0.9333333333rem; /* 14px */
54
+ --font-size-x-small: 0.8rem; /* 12px */
55
+ --line-height: 1.6; /* 24/15 */
56
+ }
57
+
58
+ @media (--screen-md) {
59
+ :root {
60
+ --font-size-xx-large: 2.625rem; /* 42px */
61
+ --font-size-x-large: 1.75rem; /* 28px */
62
+ --font-size-large: 1.375rem; /* 22px */
63
+ --font-size-medium: 1.125rem; /* 18px */
64
+ --font-size: 1rem; /* 16px */
65
+ --font-size-small: 0.875rem; /* 14px */
66
+ --font-size-x-small: 0.75rem; /* 12px */
67
+ --line-height: 1.5; /* 24/16px */
68
+ }
69
+ }
@@ -1,90 +1,50 @@
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
5
 
6
6
  :root {
7
- --color-bright-yellow: #ffeb69;
8
- --color-bright-orange: #ffc091;
9
- --color-dark-purple: #260a2f;
10
- --color-dark-gold: #3a341c;
11
- --color-bright-blue: #a0e1e1;
12
- --color-dark-charcoal: #21231d;
13
- --color-white: #ffffff;
14
- --color-black: #000000;
15
- --color-bright-green: #9fe870;
16
- --color-forest-green: #163300;
17
- --color-bright-pink: #ffd7ef;
18
- --color-dark-maroon: #320707;
19
- --color-content-primary: #0e0f0c;
20
- --color-content-secondary: #454745;
21
- --color-content-tertiary: #6a6c6a;
22
- --color-content-link: #163300;
23
- --color-content-link-hover: #0d1f00;
24
- --color-content-link-active: #0e0f0c;
25
- --color-interactive-primary: #163300;
26
- --color-interactive-primary-hover: #0d1f00;
27
- --color-interactive-primary-active: #0e0f0c;
28
- --color-interactive-secondary: #868685;
29
- --color-interactive-secondary-hover: #6c6c6b;
30
- --color-interactive-secondary-active: #525251;
31
- --color-interactive-accent: #9fe870;
32
- --color-interactive-accent-hover: #80e142;
33
- --color-interactive-accent-active: #65cf21;
34
- --color-interactive-control: #163300;
35
- --color-interactive-control-hover: #0d1f00;
36
- --color-interactive-control-active: #0e0f0c;
37
- --color-interactive-contrast: #9fe870;
38
- --color-interactive-contrast-hover: #cdffad;
39
- --color-interactive-contrast-active: #ecffe0;
40
- --color-interactive-neutral: #e2f6d5;
41
- --color-interactive-neutral-hover: #d3f2c0;
42
- --color-interactive-neutral-active: #c5edab;
43
- --color-border-neutral: #0e0f0c1f;
44
- --color-border-overlay: #0e0f0c1f;
7
+ --color-content-primary: #37517e;
8
+ --color-content-secondary: #5d7079;
9
+ --color-content-tertiary: #768e9c;
10
+ --color-content-accent: #0097c7;
11
+ --color-content-accent-hover: #0084b3;
12
+ --color-content-accent-active: #0077a5;
13
+ --color-content-positive: #008026;
14
+ --color-content-positive-hover: #006d13;
15
+ --color-content-positive-active: #006002;
16
+ --color-content-negative: #cf2929;
17
+ --color-content-negative-hover: #b80419;
18
+ --color-content-negative-active: #a7000d;
19
+ --color-content-warning: #9a6500;
20
+ --color-content-warning-hover: #855400;
21
+ --color-content-warning-active: #764700;
22
+ --color-interactive-accent: #00a2dd;
23
+ --color-interactive-accent-hover: #008fc9;
24
+ --color-interactive-accent-active: #0081ba;
25
+ --color-interactive-positive: #2ead4b;
26
+ --color-interactive-positive-hover: #069939;
27
+ --color-interactive-positive-active: #008b2b;
28
+ --color-interactive-negative: #e74848;
29
+ --color-interactive-negative-hover: #d03238;
30
+ --color-interactive-negative-active: #bf1e2c;
31
+ --color-interactive-warning: #df8700;
32
+ --color-interactive-warning-hover: #c97500;
33
+ --color-interactive-warning-active: #b86700;
34
+ --color-interactive-secondary: #c9cbce;
35
+ --color-interactive-secondary-hover: #b5b7ba;
36
+ --color-interactive-secondary-active: #a7a9ab;
45
37
  --color-background-screen: #ffffff;
46
- --color-background-screen-hover: #16330014;
47
- --color-background-screen-active: #16330021;
48
38
  --color-background-elevated: #ffffff;
49
- --color-background-neutral: #16330014;
50
- --color-background-neutral-hover: #16330021;
51
- --color-background-neutral-active: #1633002e;
52
- --color-background-overlay: #16330014;
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: #054d28;
63
- --color-sentiment-positive-hover: #043a1e;
64
- --color-sentiment-positive-active: #022614;
65
- --color-sentiment-positive-primary: #054d28;
66
- --color-sentiment-positive-primary-hover: #043a1e;
67
- --color-sentiment-positive-primary-active: #022614;
68
- --color-sentiment-positive-secondary: #e2f6d5;
69
- --color-sentiment-positive-secondary-hover: #d3f2c0;
70
- --color-sentiment-positive-secondary-active: #c5edab;
71
- --color-sentiment-warning: #ffd11a;
72
- --color-sentiment-warning-hover: #ffd11a;
73
- --color-sentiment-warning-active: #ffd11a;
74
- --color-sentiment-warning-primary: #ffd11a;
75
- --color-sentiment-warning-primary-hover: #ffd11a;
76
- --color-sentiment-warning-primary-active: #ffd11a;
77
- --color-sentiment-warning-secondary: #fff7d7;
78
- --color-sentiment-warning-secondary-hover: #fff7d7;
79
- --color-sentiment-warning-secondary-active: #fff7d7;
80
- --color-sentiment-warning-content: #4a3b1c;
81
- --color-sentiment-warning-content-hover: #3b2f16;
82
- --color-sentiment-warning-content-active: #2c2311;
83
- --color-contrast: #ffffff;
84
- --color-light: #ffffff;
85
- --color-dark: #121511;
86
- --color-contrast-overlay: #ffffff;
87
- --color-contrast-theme: #121511;
39
+ --color-background-neutral: #86a7bd1a;
40
+ --color-background-accent: #38c8ff1a;
41
+ --color-background-positive: #36c7971a;
42
+ --color-background-negative: #ff87871a;
43
+ --color-background-warning: #ffac001a;
44
+ --color-background-overlay: #0000001a;
45
+ --color-border-neutral: #0000001a;
46
+ --color-border-overlay: #0000001a;
47
+ --color-core-contrast: #000000;
88
48
  --padding-x-small: 8px;
89
49
  --padding-small: 16px;
90
50
  --padding-medium: 24px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "0.0.0-experimental-d2bc8ee",
4
+ "version": "0.0.0-experimental-e674a91",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "scripts"
24
24
  ],
25
25
  "dependencies": {
26
- "@transferwise/neptune-tokens": "0.0.0-experimental-dd9e03b"
26
+ "@transferwise/neptune-tokens": "^8.20.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "gulp": "^5.0.1",
Binary file
Binary file
Binary file