@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.cjs
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
|
*
|
|
@@ -2976,9 +2976,8 @@ var buttonResetCss = import_styled_components17.css`
|
|
|
2976
2976
|
padding: 0;
|
|
2977
2977
|
}
|
|
2978
2978
|
|
|
2979
|
-
/* add some default affordance for a focused button */
|
|
2980
2979
|
&:focus {
|
|
2981
|
-
outline:
|
|
2980
|
+
outline: none;
|
|
2982
2981
|
}
|
|
2983
2982
|
|
|
2984
2983
|
&[aria-disabled] {
|