@entur/typography 1.7.10 → 1.7.11

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 -4
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  /* DO NOT CHANGE!*/
3
2
  /* This file is automatically generated from @entur/tokens! Changes will be overwritten. */
4
3
  /* DO NOT CHANGE!*/
@@ -420,7 +419,7 @@ html {
420
419
  margin: none;
421
420
  }
422
421
 
423
- .eds-blockquote  {
422
+ .eds-blockquote {
424
423
  border-left: 0.25rem solid #babbcf;
425
424
  font-family: inherit;
426
425
  font-size: 1.25rem;
@@ -429,7 +428,7 @@ html {
429
428
  padding: 0.5rem;
430
429
  padding-left: 2rem;
431
430
  }
432
- .eds-blockquote __footer {
431
+ .eds-blockquote__footer {
433
432
  font-size: 0.875rem;
434
433
  line-height: 1.375rem;
435
434
  letter-spacing: 1px;
@@ -497,4 +496,4 @@ html {
497
496
  100% {
498
497
  width: 100%;
499
498
  }
500
- }
499
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/typography",
3
- "version": "1.7.10",
3
+ "version": "1.7.11",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/typography.esm.js",
@@ -32,5 +32,5 @@
32
32
  "classnames": "^2.3.1",
33
33
  "normalize-scss": "^7.0.1"
34
34
  },
35
- "gitHead": "bc067536ed769de8072f19002ef4877a1e974443"
35
+ "gitHead": "8019b1b3a39b30bf1052ae34ed1c06b6caf1aa34"
36
36
  }