@hexdspace/react 0.1.32 → 0.1.33

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2942,7 +2942,9 @@ function DropdownMenu({
2942
2942
  triggerProps.onKeyDown?.(event);
2943
2943
  lastInputRef.current = "keyboard";
2944
2944
  }
2945
- }) : trigger;
2945
+ }) : React13.cloneElement(triggerElement, {
2946
+ ref: composedTriggerRef
2947
+ });
2946
2948
  const contentPropsWithRef = contentProps;
2947
2949
  const {
2948
2950
  className: contentClassName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexdspace/react",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",