@wistia/ui 0.11.0 → 0.11.1
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.11.
|
|
3
|
+
* @license @wistia/ui v0.11.1
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -13971,6 +13971,7 @@ var ThumbnailStoryboardViewer = ({
|
|
|
13971
13971
|
const viewerStyles = {
|
|
13972
13972
|
position: "relative",
|
|
13973
13973
|
overflow: "hidden",
|
|
13974
|
+
pointerEvents: "none",
|
|
13974
13975
|
width: `${viewerDimensions.viewerWidth * scaleFactor}px`,
|
|
13975
13976
|
height: `${viewerDimensions.viewerHeight * scaleFactor}px`
|
|
13976
13977
|
};
|