@wistia/vhs 3.0.0-beta.7cada74a.82b5319 → 3.0.0-beta.98eda879.e737a31

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.
@@ -2389,7 +2389,7 @@ type MenuPropsWithLabel = DefaultMenuProps & {
2389
2389
  type MenuPropsWithCustomTrigger = DefaultMenuProps & {
2390
2390
  label?: never;
2391
2391
  /** Replace the default trigger */
2392
- trigger: ReactNode;
2392
+ trigger: JSX.Element;
2393
2393
  };
2394
2394
  type MenuProps = MenuPropsWithCustomTrigger | MenuPropsWithLabel;
2395
2395
  declare const Menu: {
package/dist/index.d.ts CHANGED
@@ -2389,7 +2389,7 @@ type MenuPropsWithLabel = DefaultMenuProps & {
2389
2389
  type MenuPropsWithCustomTrigger = DefaultMenuProps & {
2390
2390
  label?: never;
2391
2391
  /** Replace the default trigger */
2392
- trigger: ReactNode;
2392
+ trigger: JSX.Element;
2393
2393
  };
2394
2394
  type MenuProps = MenuPropsWithCustomTrigger | MenuPropsWithLabel;
2395
2395
  declare const Menu: {
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/vhs v3.0.0-beta.7cada74a.82b5319
3
+ * @license @wistia/vhs v3.0.0-beta.98eda879.e737a31
4
4
  *
5
5
  * Copyright (c) 2021-2025, Wistia, Inc. and its affiliates.
6
6
  *