@entur/typography 1.6.17 → 1.7.1-RC.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 +12 -0
- package/dist/styles.css +4 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.7.1-RC.0](https://bitbucket.org/enturas/design-system/compare/@entur/typography@1.7.1-alpha.1...@entur/typography@1.7.1-RC.0) (2022-11-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @entur/typography
|
|
9
|
+
|
|
10
|
+
## [1.7.1-alpha.1](https://bitbucket.org/enturas/design-system/compare/@entur/typography@1.7.1-alpha.0...@entur/typography@1.7.1-alpha.1) (2022-10-26)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @entur/typography
|
|
13
|
+
|
|
14
|
+
## [1.7.1-alpha.0](https://bitbucket.org/enturas/design-system/compare/@entur/typography@1.7.0...@entur/typography@1.7.1-alpha.0) (2022-10-20)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @entur/typography
|
|
17
|
+
|
|
6
18
|
## [1.6.17](https://bitbucket.org/enturas/design-system/compare/@entur/typography@1.6.16...@entur/typography@1.6.17) (2022-08-31)
|
|
7
19
|
|
|
8
20
|
**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
|
|
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.
|
|
3
|
+
"version": "1.7.1-RC.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.
|
|
30
|
+
"@entur/utils": "^0.5.0-RC.0",
|
|
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": "
|
|
37
|
+
"gitHead": "eb50f5092d80dcdfe5c35bdcd7970e9af29e620a"
|
|
38
38
|
}
|