@transferwise/neptune-css 0.0.0-experimental-6c23c95 → 0.0.0-experimental-23cec2d

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.
@@ -626,9 +626,6 @@ h6,
626
626
  margin: 0;
627
627
  color: #37517e;
628
628
  color: var(--color-content-primary);
629
- line-height: 1.2;
630
- line-height: var(--line-height-title);
631
- letter-spacing: 0;
632
629
  word-wrap: break-word;
633
630
  }
634
631
  @supports (hyphenate-limit-chars: 1) {
@@ -4081,9 +4081,6 @@ h6,
4081
4081
  margin: 0;
4082
4082
  color: #37517e;
4083
4083
  color: var(--color-content-primary);
4084
- line-height: 1.2;
4085
- line-height: var(--line-height-title);
4086
- letter-spacing: 0;
4087
4084
  word-wrap: break-word;
4088
4085
  }
4089
4086
  @supports (hyphenate-limit-chars: 1) {
@@ -172,64 +172,6 @@
172
172
  @space-large: 40px;
173
173
  @space-x-large: 56px;
174
174
 
175
- // Deprecated — do not use
176
- @font-size-12: 0.75rem;
177
- @font-size-14: 0.875rem;
178
- @font-size-16: 1rem;
179
- @font-size-18: 1.125rem;
180
- @font-size-20: 1.25rem;
181
- @font-size-22: 1.375rem;
182
- @font-size-24: 1.5rem;
183
- @font-size-26: 1.625rem;
184
- @font-size-28: 1.75rem;
185
- @font-size-30: 1.875rem;
186
- @font-size-32: 2rem;
187
- @font-size-40: 2.5rem;
188
- @font-size-48: 3rem;
189
- @font-size-52: 3.25rem;
190
- @font-size-56: 3.5rem;
191
- @font-size-60: 3.75rem;
192
- @font-size-64: 4rem;
193
- @font-size-100: 6.25rem;
194
- @letter-spacing-xxs: 0.005em;
195
- @letter-spacing-xs: 0.01em;
196
- @letter-spacing-sm: 0.0125em;
197
- @letter-spacing-md: 0.015em;
198
- @letter-spacing-lg: 0.02em;
199
- @letter-spacing-xl: 0.025em;
200
- @letter-spacing-negative-xxs: -0.005em;
201
- @letter-spacing-negative-xs: -0.01em;
202
- @letter-spacing-negative-sm: -0.0125em;
203
- @letter-spacing-negative-md: -0.015em;
204
- @letter-spacing-negative-lg: -0.02em;
205
- @letter-spacing-negative-xl: -0.025em;
206
- @letter-spacing-negative-xxl: -0.03em;
207
- @letter-spacing-negative-xxxl: -0.04em;
208
- @letter-spacing-negative-xxxxl: -0.05em;
209
- @line-height-18: 1.125rem;
210
- @line-height-20: 1.25rem;
211
- @line-height-22: 1.375rem;
212
- @line-height-24: 1.5rem;
213
- @line-height-28: 1.75rem;
214
- @line-height-30: 1.875rem;
215
- @line-height-32: 2rem;
216
- @line-height-34: 2.125rem;
217
- @line-height-36: 2.25rem;
218
- @line-height-42: 2.625rem;
219
- @line-height-48: 3rem;
220
- @line-height-title: 1.2;
221
- @line-height-control: 1.2;
222
- @line-height-body: 1.5;
223
- @font-weight-light: 300;
224
- @font-weight-regular: 400;
225
- @font-weight-medium: 500;
226
- @font-weight-semi-bold: 600;
227
- @font-weight-bold: 700;
228
- @font-weight-heavy: 800;
229
- @font-weight-black: 900;
230
- @font-family-regular: 'Inter', Helvetica, Arial, sans-serif;
231
- @font-family-display: 'Wise Sans', 'Inter', sans-serif;
232
-
233
175
  // Do not edit directly, this file was auto-generated.
234
176
 
235
177
  @color-base-blue-light: #00b9ff;
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-6c23c95",
4
+ "version": "0.0.0-experimental-23cec2d",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -92,7 +92,7 @@ h4,
92
92
  h5,
93
93
  h6,
94
94
  .np-text-title-group,
95
- .wds-text-title-group{
95
+ .wds-text-title-group {
96
96
  &:extend(.wds-text-title-group);
97
97
  }
98
98