@transferwise/neptune-css 14.5.1 → 14.6.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.
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "14.5.1",
4
+ "version": "14.6.0",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
Binary file
@@ -93,5 +93,5 @@
93
93
  font-family: "Wise Sans";
94
94
  font-style: normal;
95
95
  font-display: swap;
96
- src: url("../fonts/WorldwiseSans-Heavy.woff2") format("woff2");
96
+ src: url("../fonts/WiseSans-Heavy.woff2") format("woff2");
97
97
  }
@@ -224,9 +224,9 @@
224
224
  .text-negative,
225
225
  .text-danger {
226
226
  .text-emphasis-variant(
227
- var(--color-content-negative),
228
- var(--color-content-negative),
229
- var(--color-content-negative-hover)
227
+ var(--color-sentiment-negative),
228
+ var(--color-sentiment-negative),
229
+ var(--color-sentiment-negative-hover)
230
230
  );
231
231
 
232
232
  // @DEPRECATED: .bg-primary use .bg-elevated or ThemeProvider with theme="forest-green" instead
Binary file