@transferwise/neptune-css 0.0.0-experimental-663c122 → 0.0.0-experimental-5036e0b

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.
@@ -1090,7 +1090,8 @@ a,
1090
1090
  .np-text-display-large,
1091
1091
  .np-text-display-medium,
1092
1092
  .np-text-display-small {
1093
- font-family: "Wise Sans", Inter, sans-serif;
1093
+ font-family: 'Wise Sans', 'Inter', sans-serif;
1094
+ font-family: var(--font-family-display);
1094
1095
  font-synthesis: none;
1095
1096
  }
1096
1097
  :lang(ja) .display-1,
@@ -3492,7 +3492,8 @@ a,
3492
3492
  .np-text-display-large,
3493
3493
  .np-text-display-medium,
3494
3494
  .np-text-display-small {
3495
- font-family: "Wise Sans", Inter, sans-serif;
3495
+ font-family: 'Wise Sans', 'Inter', sans-serif;
3496
+ font-family: var(--font-family-display);
3496
3497
  font-synthesis: none;
3497
3498
  }
3498
3499
 
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-663c122",
4
+ "version": "0.0.0-experimental-5036e0b",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -8,17 +8,7 @@
8
8
 
9
9
  /* DEPRECATED: use .np-text-*-title instead */
10
10
  /* stylelint-disable-next-line selector-list-comma-newline-after */
11
- .h1,
12
- .h2,
13
- .h3,
14
- .h4,
15
- .h5,
16
- .h6,
17
- .title-1,
18
- .title-2,
19
- .title-3,
20
- .title-4,
21
- .title-5,
11
+ .h1, .h2, .h3, .h4, .h5, .h6, .title-1, .title-2, .title-3, .title-4, .title-5,
22
12
  h1,
23
13
  h2,
24
14
  h3,
@@ -124,12 +114,8 @@ h6,
124
114
 
125
115
  /* DEPRECATED: use .np-text-body-default instead */
126
116
  /* stylelint-disable-next-line selector-list-comma-newline-after */
127
- .body-2,
128
- .body-3,
129
- .small,
130
- .tiny,
131
- body,
132
- small,
117
+ .body-2, .body-3, .small, .tiny,
118
+ body, small,
133
119
  .np-text-body-default {
134
120
  font-size: var(--font-size-14);
135
121
  line-height: 155%;
@@ -153,8 +139,7 @@ small,
153
139
 
154
140
  /* DEPRECATED: use .np-text-body-large instead */
155
141
  /* stylelint-disable-next-line selector-list-comma-newline-after */
156
- .body-1,
157
- .value,
142
+ .body-1, .value,
158
143
  .np-text-body-large {
159
144
  font-weight: var(--font-weight-regular);
160
145
  font-size: var(--font-size-16);
@@ -219,7 +204,7 @@ a,
219
204
  .np-text-display-large,
220
205
  .np-text-display-medium,
221
206
  .np-text-display-small {
222
- font-family: "Wise Sans", Inter, sans-serif;
207
+ font-family: var(--font-family-display);
223
208
  font-synthesis: none;
224
209
 
225
210
  :lang(ja) &,