@transferwise/neptune-css 0.0.0-experimental-8cd2b49 → 0.0.0-experimental-8370376

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-8cd2b49",
4
+ "version": "0.0.0-experimental-8370376",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -311,16 +311,16 @@ a,
311
311
  }
312
312
 
313
313
  :lang(en) {
314
- .np-text-display-extra-large,
315
- .np-text-display-large {
314
+ > .np-text-display-extra-large,
315
+ > .np-text-display-large {
316
316
  .display-formatting(var(--size-64), 0.85);
317
317
  }
318
318
 
319
- .np-text-display-medium {
319
+ > .np-text-display-medium {
320
320
  .display-formatting(var(--size-52), 0.85);
321
321
  }
322
322
 
323
- .np-text-display-small {
323
+ > .np-text-display-small {
324
324
  .display-formatting(var(--size-40), 0.85);
325
325
  }
326
326
  }