@wistia/ui 0.18.15 → 0.18.16
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 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -1
- 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.18.
|
|
3
|
+
* @license @wistia/ui v0.18.16
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -11806,6 +11806,7 @@ var StyledSwitchWrapper = import_styled_components62.styled.div`
|
|
|
11806
11806
|
|
|
11807
11807
|
display: flex;
|
|
11808
11808
|
margin: 0;
|
|
11809
|
+
position: relative;
|
|
11809
11810
|
|
|
11810
11811
|
/* TODO this solves a problem but potentially causes and a11y issue */
|
|
11811
11812
|
user-select: none;
|