@react-stately/selection 3.0.0-nightly.2908 → 3.0.0-nightly.2912

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.
@@ -23,4 +23,4 @@
23
23
 
24
24
 
25
25
  export {$e40ea825a81a3709$export$52baac22726c72bf as Selection};
26
- //# sourceMappingURL=Selection.mjs.map
26
+ //# sourceMappingURL=Selection.module.js.map
@@ -298,4 +298,4 @@ class $d496c0a20b6e58ec$export$6c8a5aaad13c9852 {
298
298
 
299
299
 
300
300
  export {$d496c0a20b6e58ec$export$6c8a5aaad13c9852 as SelectionManager};
301
- //# sourceMappingURL=SelectionManager.mjs.map
301
+ //# sourceMappingURL=SelectionManager.module.js.map
@@ -93,4 +93,4 @@ function $7af3f5b51489e0b5$var$convertSelection(selection, defaultValue) {
93
93
 
94
94
 
95
95
  export {$7af3f5b51489e0b5$export$253fe78d46329472 as useMultipleSelectionState};
96
- //# sourceMappingURL=useMultipleSelectionState.mjs.map
96
+ //# sourceMappingURL=useMultipleSelectionState.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-stately/selection",
3
- "version": "3.0.0-nightly.2908+5cacbdbf8",
3
+ "version": "3.0.0-nightly.2912+d80999e89",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -22,9 +22,9 @@
22
22
  "url": "https://github.com/adobe/react-spectrum"
23
23
  },
24
24
  "dependencies": {
25
- "@react-stately/collections": "3.0.0-nightly.2908+5cacbdbf8",
26
- "@react-stately/utils": "3.0.0-nightly.2908+5cacbdbf8",
27
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
25
+ "@react-stately/collections": "3.0.0-nightly.2912+d80999e89",
26
+ "@react-stately/utils": "3.0.0-nightly.2912+d80999e89",
27
+ "@react-types/shared": "3.0.0-nightly.2912+d80999e89",
28
28
  "@swc/helpers": "^0.5.0"
29
29
  },
30
30
  "peerDependencies": {
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
36
+ "gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
37
37
  }