@entur/typography 1.8.51 → 1.9.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/dist/styles.css +2 -2
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -466,13 +466,13 @@
|
|
|
466
466
|
background-size: 100% 0.125rem;
|
|
467
467
|
}
|
|
468
468
|
}
|
|
469
|
-
.eds-link:focus {
|
|
469
|
+
.eds-link:focus-visible {
|
|
470
470
|
outline: 2px solid #181c56;
|
|
471
471
|
outline-color: #181c56;
|
|
472
472
|
outline-color: var(--basecolors-stroke-focus-standard);
|
|
473
473
|
outline-offset: 0.125rem;
|
|
474
474
|
}
|
|
475
|
-
.eds-contrast .eds-link:focus {
|
|
475
|
+
.eds-contrast .eds-link:focus-visible {
|
|
476
476
|
outline-color: #aeb7e2;
|
|
477
477
|
outline-color: var(--basecolors-stroke-focus-contrast);
|
|
478
478
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entur/typography",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"license": "SEE LICENSE IN README.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/typography.esm.js",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"dts-cli": "2.0.5"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "2a0e12f4ccbc65c2c8a115690b4895ff01ee7f06"
|
|
40
40
|
}
|