@entur/typography 1.8.51 → 1.9.0-beta.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.
Files changed (2) hide show
  1. package/dist/styles.css +2 -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.8.51",
3
+ "version": "1.9.0-beta.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": "1a989376d61ab59a8c554a9cab733039aef8b2eb"
39
+ "gitHead": "6ee621529704e08c9814cda206da98c37a9f0689"
40
40
  }