@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 CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.11.0
3
+ * @license @wistia/ui v0.11.1
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -14063,6 +14063,7 @@ var ThumbnailStoryboardViewer = ({
14063
14063
  const viewerStyles = {
14064
14064
  position: "relative",
14065
14065
  overflow: "hidden",
14066
+ pointerEvents: "none",
14066
14067
  width: `${viewerDimensions.viewerWidth * scaleFactor}px`,
14067
14068
  height: `${viewerDimensions.viewerHeight * scaleFactor}px`
14068
14069
  };