@wistia/vhs 2.74.1-beta.e10de8ed.3315f6f → 2.74.1-beta.ea612719.7f7aa25
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/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/vhs v2.74.1-beta.
|
|
3
|
+
* @license @wistia/vhs v2.74.1-beta.ea612719.7f7aa25
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2021-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -289,6 +289,10 @@ var mO=Object.create;var wl=Object.defineProperty;var hO=Object.getOwnPropertyDe
|
|
|
289
289
|
text-decoration: none;
|
|
290
290
|
transition: all ${({theme:e})=>e.duration.productive.moderate};
|
|
291
291
|
|
|
292
|
+
&:focus {
|
|
293
|
+
outline: none;
|
|
294
|
+
}
|
|
295
|
+
|
|
292
296
|
&[aria-disabled] {
|
|
293
297
|
${o0}
|
|
294
298
|
}
|