@react-spectrum/dnd
Advanced tools
Comparing version 3.0.0-nightly-e60fb427c-240930 to 3.0.0-nightly-e94e36431-241203
@@ -34,3 +34,4 @@ var $9NCiI$reactariadnd = require("@react-aria/dnd"); | ||
...props, | ||
...options | ||
...options, | ||
getItems: options.getItems | ||
}); | ||
@@ -37,0 +38,0 @@ }; |
@@ -28,3 +28,4 @@ import {useDraggableCollection as $ejrPO$useDraggableCollection, useDraggableItem as $ejrPO$useDraggableItem, DragPreview as $ejrPO$DragPreview, useDroppableItem as $ejrPO$useDroppableItem, useDroppableCollection as $ejrPO$useDroppableCollection, useDropIndicator as $ejrPO$useDropIndicator, isVirtualDragging as $ejrPO$isVirtualDragging} from "@react-aria/dnd"; | ||
...props, | ||
...options | ||
...options, | ||
getItems: options.getItems | ||
}); | ||
@@ -31,0 +32,0 @@ }; |
{ | ||
"name": "@react-spectrum/dnd", | ||
"version": "3.0.0-nightly-e60fb427c-240930", | ||
"version": "3.0.0-nightly-e94e36431-241203", | ||
"description": "Spectrum UI components in React", | ||
@@ -39,5 +39,5 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/dnd": "^3.0.0-nightly-e60fb427c-240930", | ||
"@react-stately/dnd": "^3.0.0-nightly-e60fb427c-240930", | ||
"@react-types/shared": "^3.0.0-nightly-e60fb427c-240930", | ||
"@react-aria/dnd": "^3.0.0-nightly-e94e36431-241203", | ||
"@react-stately/dnd": "^3.0.0-nightly-e94e36431-241203", | ||
"@react-types/shared": "^3.0.0-nightly-e94e36431-241203", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -49,5 +49,5 @@ }, | ||
"peerDependencies": { | ||
"@react-spectrum/provider": "^3.0.0-nightly-e60fb427c-240930", | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" | ||
"@react-spectrum/provider": "^3.0.0-nightly-e94e36431-241203", | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1", | ||
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" | ||
}, | ||
@@ -57,3 +57,3 @@ "publishConfig": { | ||
}, | ||
"stableVersion": "3.4.1" | ||
"stableVersion": "3.5.0" | ||
} |
@@ -93,4 +93,4 @@ /* | ||
if (isDraggable) { | ||
hooks.useDraggableCollectionState = function useDraggableCollectionStateOverride(props: DraggableCollectionStateOptions) { | ||
return useDraggableCollectionState({...props, ...options}); | ||
hooks.useDraggableCollectionState = function useDraggableCollectionStateOverride(props: DraggableCollectionStateOpts) { | ||
return useDraggableCollectionState({...props, ...options, getItems: options.getItems!}); | ||
}; | ||
@@ -97,0 +97,0 @@ hooks.useDraggableCollection = useDraggableCollection; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44253
426