@playkit-js/transcript 3.7.2-canary.0-8089a41 → 3.7.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playkit-js/transcript",
3
- "version": "3.7.2-canary.0-8089a41",
3
+ "version": "3.7.2",
4
4
  "main": "dist/playkit-transcript.js",
5
5
  "license": "AGPL-3.0",
6
6
  "private": false,
@@ -36,9 +36,11 @@ $button-height: 32px;
36
36
  line-height: 1.27;
37
37
  color: $tone-1-color;
38
38
  &:focus {
39
+ outline: 2px solid $tab-focus-color !important;
40
+ box-shadow: 0 0 0 2px white !important;
41
+ outline-offset: 2px;
39
42
  top: 56px;
40
43
  right: 12px;
41
- outline: none !important; // prevent focus styles inherited from playkit-player.playkit-nav
42
44
  }
43
45
  }
44
46
 
@@ -48,7 +50,9 @@ $button-height: 32px;
48
50
  }
49
51
 
50
52
  *:focus-visible:not(input) {
51
- outline: 1px solid $tab-focus-color;
53
+ outline: 2px solid $tab-focus-color !important;
54
+ box-shadow: 0 0 0 2px white !important;
55
+ outline-offset: 2px;
52
56
  }
53
57
  }
54
58