@react-aria/selection 3.0.0-nightly.2907 → 3.0.0-nightly.2911

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.
@@ -192,4 +192,4 @@ class $2a25aae57d74318e$export$a05409b8bb224a5a {
192
192
 
193
193
 
194
194
  export {$2a25aae57d74318e$export$a05409b8bb224a5a as ListKeyboardDelegate};
195
- //# sourceMappingURL=ListKeyboardDelegate.mjs.map
195
+ //# sourceMappingURL=ListKeyboardDelegate.module.js.map
@@ -296,4 +296,4 @@ function $ae20dd8cbca75726$export$d6daf82dcd84e87c(options) {
296
296
 
297
297
 
298
298
  export {$ae20dd8cbca75726$export$d6daf82dcd84e87c as useSelectableCollection};
299
- //# sourceMappingURL=useSelectableCollection.mjs.map
299
+ //# sourceMappingURL=useSelectableCollection.module.js.map
@@ -205,4 +205,4 @@ function $880e95eb8b93ba9a$var$isSelectionKey() {
205
205
 
206
206
 
207
207
  export {$880e95eb8b93ba9a$export$ecf600387e221c37 as useSelectableItem};
208
- //# sourceMappingURL=useSelectableItem.mjs.map
208
+ //# sourceMappingURL=useSelectableItem.module.js.map
@@ -53,4 +53,4 @@ function $982254629710d113$export$b95089534ab7c1fd(props) {
53
53
 
54
54
 
55
55
  export {$982254629710d113$export$b95089534ab7c1fd as useSelectableList};
56
- //# sourceMappingURL=useSelectableList.mjs.map
56
+ //# sourceMappingURL=useSelectableList.module.js.map
@@ -65,4 +65,4 @@ function $fb3050f43d946246$var$getStringForKey(key) {
65
65
 
66
66
 
67
67
  export {$fb3050f43d946246$export$e32c88dfddc6e1d8 as useTypeSelect};
68
- //# sourceMappingURL=useTypeSelect.mjs.map
68
+ //# sourceMappingURL=useTypeSelect.module.js.map
package/dist/utils.mjs CHANGED
@@ -23,4 +23,4 @@ function $feb5ffebff200149$export$16792effe837dba3(e) {
23
23
 
24
24
 
25
25
  export {$feb5ffebff200149$export$d3e3bd3e26688c04 as isNonContiguousSelectionModifier, $feb5ffebff200149$export$16792effe837dba3 as isCtrlKeyPressed};
26
- //# sourceMappingURL=utils.mjs.map
26
+ //# sourceMappingURL=utils.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-aria/selection",
3
- "version": "3.0.0-nightly.2907+45a872803",
3
+ "version": "3.0.0-nightly.2911+b294de874",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -22,12 +22,12 @@
22
22
  "url": "https://github.com/adobe/react-spectrum"
23
23
  },
24
24
  "dependencies": {
25
- "@react-aria/focus": "3.0.0-nightly.2907+45a872803",
26
- "@react-aria/i18n": "3.0.0-nightly.2907+45a872803",
27
- "@react-aria/interactions": "3.0.0-nightly.2907+45a872803",
28
- "@react-aria/utils": "3.0.0-nightly.2907+45a872803",
29
- "@react-stately/selection": "3.0.0-nightly.2907+45a872803",
30
- "@react-types/shared": "3.0.0-nightly.2907+45a872803",
25
+ "@react-aria/focus": "3.0.0-nightly.2911+b294de874",
26
+ "@react-aria/i18n": "3.0.0-nightly.2911+b294de874",
27
+ "@react-aria/interactions": "3.0.0-nightly.2911+b294de874",
28
+ "@react-aria/utils": "3.0.0-nightly.2911+b294de874",
29
+ "@react-stately/selection": "3.0.0-nightly.2911+b294de874",
30
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
31
31
  "@swc/helpers": "^0.5.0"
32
32
  },
33
33
  "peerDependencies": {
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "45a872803500086c1f589d5efb3e32b59a992b2c"
40
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
41
41
  }