@entur/typography 1.8.25 → 1.8.27

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.
Files changed (2) hide show
  1. package/dist/styles.css +5 -0
  2. package/package.json +4 -4
package/dist/styles.css CHANGED
@@ -432,6 +432,7 @@
432
432
  .eds-h4,
433
433
  .eds-h5,
434
434
  .eds-h6 {
435
+ color: var(--primary-text-color);
435
436
  font-weight: 600;
436
437
  -webkit-font-smoothing: antialiased;
437
438
  }
@@ -509,6 +510,7 @@
509
510
  }
510
511
 
511
512
  .eds-paragraph {
513
+ color: var(--primary-text-color);
512
514
  font-size: 1rem;
513
515
  line-height: 1.5rem;
514
516
  margin: 0 0 2rem;
@@ -521,6 +523,7 @@
521
523
  }
522
524
 
523
525
  .eds-lead-paragraph {
526
+ color: var(--primary-text-color);
524
527
  font-size: 1.25rem;
525
528
  line-height: 1.875rem;
526
529
  margin: 1.5rem 0;
@@ -533,6 +536,7 @@
533
536
  }
534
537
 
535
538
  .eds-sub-paragraph {
539
+ color: var(--primary-text-color);
536
540
  font-size: 0.875rem;
537
541
  line-height: 1.25rem;
538
542
  }
@@ -543,6 +547,7 @@
543
547
  }
544
548
 
545
549
  .eds-small-text {
550
+ color: var(--primary-text-color);
546
551
  font-size: 0.625rem;
547
552
  line-height: 1rem;
548
553
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/typography",
3
- "version": "1.8.25",
3
+ "version": "1.8.27",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/typography.esm.js",
@@ -27,11 +27,11 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/icons": "^6.15.2",
31
- "@entur/tokens": "^3.13.1",
30
+ "@entur/icons": "^6.15.3",
31
+ "@entur/tokens": "^3.13.2",
32
32
  "@entur/utils": "^0.10.0",
33
33
  "classnames": "^2.3.1",
34
34
  "normalize-scss": "^7.0.1"
35
35
  },
36
- "gitHead": "d0a435264ccaf7ed8e6b7798c81e876176ce3d4d"
36
+ "gitHead": "427e66ba68d33b8d1839714a48517b52afd5c2db"
37
37
  }