@wistia/ui 0.9.1 → 0.9.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/dist/index.cjs +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.9.
|
|
3
|
+
* @license @wistia/ui v0.9.2
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -2844,9 +2844,8 @@ var buttonResetCss = css15`
|
|
|
2844
2844
|
padding: 0;
|
|
2845
2845
|
}
|
|
2846
2846
|
|
|
2847
|
-
/* add some default affordance for a focused button */
|
|
2848
2847
|
&:focus {
|
|
2849
|
-
outline:
|
|
2848
|
+
outline: none;
|
|
2850
2849
|
}
|
|
2851
2850
|
|
|
2852
2851
|
&[aria-disabled] {
|