@react-aria/dnd 3.0.0-nightly.3390 → 3.0.0-nightly.3402

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/main.js CHANGED
@@ -2797,6 +2797,7 @@ function $0cbbd00cda972c67$export$b35afafff42da2d9(props, state) {
2797
2797
  return state.getItems(props.key);
2798
2798
  },
2799
2799
  preview: state.preview,
2800
+ getAllowedDropOperations: state.getAllowedDropOperations,
2800
2801
  onDragStart (e) {
2801
2802
  state.startDrag(props.key, e);
2802
2803
  },