@transferwise/neptune-css 0.0.0-experimental-4dcee68 → 0.0.0-experimental-e96192d
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Thu, 16 Nov 2023
|
|
3
|
+
// Generated on Thu, 16 Nov 2023 16:38:15 GMT
|
|
4
4
|
|
|
5
5
|
@color-dark-content-primary: #e2e6e8;
|
|
6
6
|
@color-dark-content-secondary: #c9cbce;
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
@font-family-display: 'Wise Sans', 'Inter', sans-serif;
|
|
220
220
|
|
|
221
221
|
// Do not edit directly
|
|
222
|
-
// Generated on Thu, 16 Nov 2023
|
|
222
|
+
// Generated on Thu, 16 Nov 2023 16:38:15 GMT
|
|
223
223
|
|
|
224
224
|
@color-base-blue-light: #00b9ff;
|
|
225
225
|
@color-base-blue-mid: #00a2dd;
|
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-
|
|
4
|
+
"version": "0.0.0-experimental-e96192d",
|
|
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": "^8.
|
|
26
|
+
"@transferwise/neptune-tokens": "^8.7.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"modern-normalize": "^2.0.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
font-display: swap;
|
|
43
43
|
font-weight: 100 900;
|
|
44
44
|
src: url("../fonts/inter-latin-variable-wghtOnly-normal.woff2") format("woff2");
|
|
45
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+
|
|
45
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
@font-face {
|