@wistia/ui 0.14.10 → 0.14.11

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.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.14.10
3
+ * @license @wistia/ui v0.14.11
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -13552,7 +13552,6 @@ var Menu = forwardRef19(
13552
13552
  isOpen,
13553
13553
  triggerProps = {},
13554
13554
  onOpenChange,
13555
- onInteractOutside,
13556
13555
  ...props
13557
13556
  }, ref) => {
13558
13557
  const contextValue = useMemo13(() => ({ compact }), [compact]);