@react-spectrum/dnd
Advanced tools
Comparing version 3.0.0-nightly-641446f65-240905 to 3.0.0-nightly-65e3a52a3-241120
@@ -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-641446f65-240905", | ||
"version": "3.0.0-nightly-65e3a52a3-241120", | ||
"description": "Spectrum UI components in React", | ||
@@ -39,5 +39,5 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/dnd": "^3.0.0-nightly-641446f65-240905", | ||
"@react-stately/dnd": "^3.0.0-nightly-641446f65-240905", | ||
"@react-types/shared": "^3.0.0-nightly-641446f65-240905", | ||
"@react-aria/dnd": "^3.0.0-nightly-65e3a52a3-241120", | ||
"@react-stately/dnd": "^3.0.0-nightly-65e3a52a3-241120", | ||
"@react-types/shared": "^3.0.0-nightly-65e3a52a3-241120", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -49,5 +49,5 @@ }, | ||
"peerDependencies": { | ||
"@react-spectrum/provider": "^3.0.0-nightly-641446f65-240905", | ||
"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-65e3a52a3-241120", | ||
"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.4.3" | ||
} |
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
44253
426
0