@wistia/ui 0.14.22 → 0.14.23
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.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.14.
|
|
3
|
+
* @license @wistia/ui v0.14.23
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -9306,6 +9306,7 @@ var StyledCheckboxInput = styled27.div`
|
|
|
9306
9306
|
`;
|
|
9307
9307
|
var StyledHiddenCheckboxInput = styled27.input`
|
|
9308
9308
|
${visuallyHiddenStyle}
|
|
9309
|
+
position: relative;
|
|
9309
9310
|
`;
|
|
9310
9311
|
var Checkbox = forwardRef12(
|
|
9311
9312
|
({
|