@transferwise/neptune-css 0.0.0-experimental-4c688cd → 0.0.0-experimental-2c0913f
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.
|
@@ -339,9 +339,7 @@ summary {
|
|
|
339
339
|
line-height: 1.5;
|
|
340
340
|
line-height: var(--line-height-body);
|
|
341
341
|
}
|
|
342
|
-
.np-theme-personal
|
|
343
|
-
.np-personal--forest-green,
|
|
344
|
-
.np-personal--bright-green {
|
|
342
|
+
.np-theme-personal {
|
|
345
343
|
--font-family-regular: "Inter", sans-serif, helvetica, arial, sans-serif !important;
|
|
346
344
|
font-family: "Inter", sans-serif, helvetica, arial, sans-serif;
|
|
347
345
|
font-family: 'Inter', Helvetica, Arial, sans-serif;
|
package/dist/css/neptune.css
CHANGED
|
@@ -1505,9 +1505,7 @@ summary {
|
|
|
1505
1505
|
line-height: var(--line-height-body);
|
|
1506
1506
|
}
|
|
1507
1507
|
|
|
1508
|
-
.np-theme-personal
|
|
1509
|
-
.np-personal--forest-green,
|
|
1510
|
-
.np-personal--bright-green {
|
|
1508
|
+
.np-theme-personal {
|
|
1511
1509
|
--font-family-regular: "Inter", sans-serif, helvetica, arial, sans-serif !important;
|
|
1512
1510
|
font-family: "Inter", sans-serif, helvetica, arial, sans-serif;
|
|
1513
1511
|
font-family: 'Inter', Helvetica, Arial, sans-serif;
|
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-2c0913f",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"modern-normalize": "^2.0.0",
|
|
30
30
|
"yargs": "^17.1.1",
|
|
31
|
-
"@transferwise/less-config": "0.0.0-experimental-
|
|
31
|
+
"@transferwise/less-config": "0.0.0-experimental-2c0913f"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
@@ -36,9 +36,7 @@
|
|
|
36
36
|
line-height: var(--line-height-body);
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.np-theme-personal
|
|
40
|
-
.np-personal--forest-green,
|
|
41
|
-
.np-personal--bright-green {
|
|
39
|
+
.np-theme-personal {
|
|
42
40
|
--font-family-regular: "Inter", sans-serif, helvetica, arial, sans-serif !important;
|
|
43
41
|
|
|
44
42
|
font-family: var(--font-family-regular);
|