@entur/typography 1.6.16 → 1.7.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.6.17](https://bitbucket.org/enturas/design-system/compare/@entur/typography@1.6.16...@entur/typography@1.6.17) (2022-08-31)
7
+
8
+ **Note:** Version bump only for package @entur/typography
9
+
6
10
  ## [1.6.16](https://bitbucket.org/enturas/design-system/compare/@entur/typography@1.6.15...@entur/typography@1.6.16) (2022-08-24)
7
11
 
8
12
  **Note:** Version bump only for package @entur/typography
package/dist/styles.css CHANGED
@@ -196,7 +196,7 @@ html {
196
196
  color: var(--primary-text-color);
197
197
  font-size: 1rem;
198
198
  line-height: 1.5rem;
199
- margin: 0 0 1rem;
199
+ margin: 0 0 2rem;
200
200
  }
201
201
  @media screen and (min-width: 50rem) {
202
202
  .eds-paragraph {
@@ -345,6 +345,9 @@ html {
345
345
  }
346
346
 
347
347
  .eds-code-text {
348
+ display: inline-block;
349
+ word-wrap: break-word;
350
+ word-wrap: anywhere;
348
351
  background-color: #f8f8f8;
349
352
  border: 0.0625rem solid #e9e9e9;
350
353
  border-radius: 0.25rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entur/typography",
3
- "version": "1.6.16",
3
+ "version": "1.7.0",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/typography.esm.js",
@@ -27,12 +27,12 @@
27
27
  "react-dom": ">=16.8.0"
28
28
  },
29
29
  "dependencies": {
30
- "@entur/utils": "^0.4.4",
30
+ "@entur/utils": "^0.4.5",
31
31
  "classnames": "^2.3.1",
32
32
  "normalize-scss": "^7.0.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@entur/tokens": "^3.4.1"
36
36
  },
37
- "gitHead": "1dabe0c64e98a7de3a47a29fc24fd46e74dc0d7c"
37
+ "gitHead": "c1318d134c4097efd550872cabf41b1e67940eae"
38
38
  }