@transferwise/neptune-css 0.0.0-experimental-7ee4ade → 0.0.0-experimental-f6fa89a

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.
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-7ee4ade",
4
+ "version": "0.0.0-experimental-f6fa89a",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -28,8 +28,8 @@
28
28
  "devDependencies": {
29
29
  "gulp": "^5.0.1",
30
30
  "modern-normalize": "^3.0.1",
31
- "@transferwise/less-config": "3.2.0",
32
- "@wise/wds-configs": "0.0.0"
31
+ "@wise/wds-configs": "0.0.0",
32
+ "@transferwise/less-config": "3.2.0"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public",
@@ -9,8 +9,8 @@
9
9
 
10
10
  :root {
11
11
  // page default font size should be set in absolute units (pixels)
12
+ // TODO: move this token to rest of foundation tokens (neptune-tokens)
12
13
  --base-font-size: 16px;
13
- --font-family-regular: "Inter", Helvetica, Arial, sans-serif;
14
14
  --input-group-addon-padding: @padding-large-vertical @padding-base-horizontal
15
15
  calc(@padding-large-vertical - 2px);
16
16
  --btn-padding: @btn-padding-vertical @btn-padding-horizontal calc(@btn-padding-vertical - 2px);
@@ -37,8 +37,6 @@
37
37
  }
38
38
 
39
39
  .np-theme-personal {
40
- --font-family-regular: "Inter", Helvetica, Arial, sans-serif !important;
41
-
42
40
  font-family: var(--font-family-regular);
43
41
  font-feature-settings: "calt";
44
42