@react-stately/dnd 3.3.1-nightly.4620 → 3.3.1-nightly.4624

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.
@@ -78,4 +78,4 @@ function $b45bbbaf0c3785df$export$29efd034f1d79f81(props) {
78
78
 
79
79
 
80
80
  export {$b45bbbaf0c3785df$export$29efd034f1d79f81 as useDraggableCollectionState};
81
- //# sourceMappingURL=useDraggableCollectionState.mjs.map
81
+ //# sourceMappingURL=useDraggableCollectionState.module.js.map
@@ -106,4 +106,4 @@ function $e672e8bc247525d1$var$isEqualDropTarget(a, b) {
106
106
 
107
107
 
108
108
  export {$e672e8bc247525d1$export$926850f6ecef79d0 as useDroppableCollectionState};
109
- //# sourceMappingURL=useDroppableCollectionState.mjs.map
109
+ //# sourceMappingURL=useDroppableCollectionState.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-stately/dnd",
3
- "version": "3.3.1-nightly.4620+5cacbdbf8",
3
+ "version": "3.3.1-nightly.4624+d80999e89",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -22,8 +22,8 @@
22
22
  "url": "https://github.com/adobe/react-spectrum"
23
23
  },
24
24
  "dependencies": {
25
- "@react-stately/selection": "3.0.0-nightly.2908+5cacbdbf8",
26
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
25
+ "@react-stately/selection": "3.0.0-nightly.2912+d80999e89",
26
+ "@react-types/shared": "3.0.0-nightly.2912+d80999e89",
27
27
  "@swc/helpers": "^0.5.0"
28
28
  },
29
29
  "peerDependencies": {
@@ -32,5 +32,5 @@
32
32
  "publishConfig": {
33
33
  "access": "public"
34
34
  },
35
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
35
+ "gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
36
36
  }