@react-stately/layout 3.13.9-nightly.4620 → 3.13.9-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.
@@ -420,4 +420,4 @@ class $61ef60fc9b1041f4$export$cacbb3924155d68e extends (0, $img26$Layout) {
420
420
 
421
421
 
422
422
  export {$61ef60fc9b1041f4$export$cacbb3924155d68e as ListLayout};
423
- //# sourceMappingURL=ListLayout.mjs.map
423
+ //# sourceMappingURL=ListLayout.module.js.map
@@ -526,4 +526,4 @@ class $a152112e902709bf$export$62444c3c724b1b20 extends (0, $61ef60fc9b1041f4$ex
526
526
 
527
527
 
528
528
  export {$a152112e902709bf$export$62444c3c724b1b20 as TableLayout};
529
- //# sourceMappingURL=TableLayout.mjs.map
529
+ //# sourceMappingURL=TableLayout.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-stately/layout",
3
- "version": "3.13.9-nightly.4620+5cacbdbf8",
3
+ "version": "3.13.9-nightly.4623+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-stately/collections": "3.0.0-nightly.2908+5cacbdbf8",
26
- "@react-stately/table": "3.11.8-nightly.4620+5cacbdbf8",
27
- "@react-stately/virtualizer": "3.7.1-nightly.4620+5cacbdbf8",
28
- "@react-types/grid": "3.2.6-nightly.4620+5cacbdbf8",
29
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
30
- "@react-types/table": "3.9.5-nightly.4620+5cacbdbf8",
25
+ "@react-stately/collections": "3.0.0-nightly.2911+b294de874",
26
+ "@react-stately/table": "3.11.8-nightly.4623+b294de874",
27
+ "@react-stately/virtualizer": "3.7.1-nightly.4623+b294de874",
28
+ "@react-types/grid": "3.2.6-nightly.4623+b294de874",
29
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
30
+ "@react-types/table": "3.9.5-nightly.4623+b294de874",
31
31
  "@swc/helpers": "^0.5.0"
32
32
  },
33
33
  "peerDependencies": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
39
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
40
40
  }