@wistia/vhs 2.75.0 → 2.75.1-beta.f96305e4.4997188

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.75.0
3
+ * @license @wistia/vhs v2.75.1-beta.f96305e4.4997188
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
  }