@entur/typography 1.7.7 → 1.7.9

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 +3 -2
  2. package/package.json +4 -6
package/dist/styles.css CHANGED
@@ -1,3 +1,4 @@
1
+ @charset "UTF-8";
1
2
  /* DO NOT CHANGE!*/
2
3
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
3
4
  /* DO NOT CHANGE!*/
@@ -419,7 +420,7 @@ html {
419
420
  margin: none;
420
421
  }
421
422
 
422
- .eds-blockquote {
423
+ .eds-blockquote  {
423
424
  border-left: 0.25rem solid #babbcf;
424
425
  font-family: inherit;
425
426
  font-size: 1.25rem;
@@ -428,7 +429,7 @@ html {
428
429
  padding: 0.5rem;
429
430
  padding-left: 2rem;
430
431
  }
431
- .eds-blockquote__footer {
432
+ .eds-blockquote __footer {
432
433
  font-size: 0.875rem;
433
434
  line-height: 1.375rem;
434
435
  letter-spacing: 1px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/typography",
3
- "version": "1.7.7",
3
+ "version": "1.7.9",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/typography.esm.js",
@@ -27,12 +27,10 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/utils": "^0.5.2",
30
+ "@entur/tokens": "^3.7.0",
31
+ "@entur/utils": "^0.5.4",
31
32
  "classnames": "^2.3.1",
32
33
  "normalize-scss": "^7.0.1"
33
34
  },
34
- "devDependencies": {
35
- "@entur/tokens": "^3.5.0"
36
- },
37
- "gitHead": "30b38034aaafba9fb308fb3d8c8bfaab9608d720"
35
+ "gitHead": "0488198c40c8c610f981c97c8a755a9a435044dd"
38
36
  }