@react-stately/grid 3.8.7-nightly.4619 → 3.8.7-nightly.4623

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.
@@ -120,4 +120,4 @@
120
120
 
121
121
 
122
122
  export {$16805b1b18093c5f$export$de3fdf6493c353d as GridCollection};
123
- //# sourceMappingURL=GridCollection.mjs.map
123
+ //# sourceMappingURL=GridCollection.module.js.map
@@ -77,4 +77,4 @@ function $62967d126f3aa823$export$4007ac09ff9c68ed(props) {
77
77
 
78
78
 
79
79
  export {$62967d126f3aa823$export$4007ac09ff9c68ed as useGridState};
80
- //# sourceMappingURL=useGridState.mjs.map
80
+ //# sourceMappingURL=useGridState.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-stately/grid",
3
- "version": "3.8.7-nightly.4619+45a872803",
3
+ "version": "3.8.7-nightly.4623+b294de874",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -22,10 +22,10 @@
22
22
  "url": "https://github.com/adobe/react-spectrum"
23
23
  },
24
24
  "dependencies": {
25
- "@react-stately/collections": "3.0.0-nightly.2907+45a872803",
26
- "@react-stately/selection": "3.0.0-nightly.2907+45a872803",
27
- "@react-types/grid": "3.2.6-nightly.4619+45a872803",
28
- "@react-types/shared": "3.0.0-nightly.2907+45a872803",
25
+ "@react-stately/collections": "3.0.0-nightly.2911+b294de874",
26
+ "@react-stately/selection": "3.0.0-nightly.2911+b294de874",
27
+ "@react-types/grid": "3.2.6-nightly.4623+b294de874",
28
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
29
29
  "@swc/helpers": "^0.5.0"
30
30
  },
31
31
  "peerDependencies": {
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "45a872803500086c1f589d5efb3e32b59a992b2c"
37
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
38
38
  }