@entur/typography 1.6.8 → 1.6.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.
- package/CHANGELOG.md +4 -0
- package/dist/styles.css +2 -2
- package/package.json +3 -3
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.9](https://bitbucket.org/enturas/design-system/compare/@entur/typography@1.6.8...@entur/typography@1.6.9) (2021-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @entur/typography
|
|
9
|
+
|
|
6
10
|
## [1.6.8](https://bitbucket.org/enturas/design-system/compare/@entur/typography@1.6.7...@entur/typography@1.6.8) (2021-09-07)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
package/dist/styles.css
CHANGED
|
@@ -318,10 +318,10 @@ html {
|
|
|
318
318
|
.eds-link:focus {
|
|
319
319
|
outline-offset: 0.125rem;
|
|
320
320
|
outline: none;
|
|
321
|
-
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.
|
|
321
|
+
box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #181c56;
|
|
322
322
|
}
|
|
323
323
|
.eds-contrast .eds-link:focus {
|
|
324
|
-
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.
|
|
324
|
+
box-shadow: 0 0 0 0.125rem #181c56, 0 0 0 0.25rem #ffffff;
|
|
325
325
|
}
|
|
326
326
|
@media screen and (min-width: 50rem) {
|
|
327
327
|
.eds-link {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/typography",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.9",
|
|
4
4
|
"license": "SEE LICENSE IN README.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/typography.esm.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"normalize-scss": "^7.0.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@entur/tokens": "^3.2.
|
|
36
|
+
"@entur/tokens": "^3.2.1"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "d3611d9b3374c6aafc0b95b9ebac011f7b1a7785"
|
|
39
39
|
}
|