@wistia/ui 0.14.29 → 0.14.30
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 +1 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -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.14.
|
|
3
|
+
* @license @wistia/ui v0.14.30
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -16019,9 +16019,7 @@ var Container10 = import_styled_components105.default.div`
|
|
|
16019
16019
|
flex: 1 1 auto;
|
|
16020
16020
|
`;
|
|
16021
16021
|
var ScrollContainer = import_styled_components105.default.div`
|
|
16022
|
-
contain: layout;
|
|
16023
16022
|
overflow: auto;
|
|
16024
|
-
position: relative;
|
|
16025
16023
|
height: 100%;
|
|
16026
16024
|
width: 100%;
|
|
16027
16025
|
`;
|