@react-spectrum/layout 3.6.5-nightly.4620 → 3.6.5-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.
package/dist/Flex.mjs CHANGED
@@ -88,4 +88,4 @@ function $884c64d19340d345$var$Flex(props, ref) {
88
88
 
89
89
 
90
90
  export {$884c64d19340d345$export$f51f4c4ede09e011 as Flex};
91
- //# sourceMappingURL=Flex.mjs.map
91
+ //# sourceMappingURL=Flex.module.js.map
package/dist/Grid.mjs CHANGED
@@ -108,4 +108,4 @@ function $994c48bfb00b620b$var$gridTemplateValue(value) {
108
108
 
109
109
 
110
110
  export {$994c48bfb00b620b$export$76d90c956114f2c2 as repeat, $994c48bfb00b620b$export$9c1b655deaca4988 as minmax, $994c48bfb00b620b$export$2f0b47b0911ce698 as fitContent, $994c48bfb00b620b$export$ef2184bd89960b14 as Grid};
111
- //# sourceMappingURL=Grid.mjs.map
111
+ //# sourceMappingURL=Grid.module.js.map
@@ -16,4 +16,4 @@ $01dd1839b5376a46$export$31a9da8b58047a44 = `NW91UW_flex-gap`;
16
16
 
17
17
 
18
18
  export {$01dd1839b5376a46$exports as default};
19
- //# sourceMappingURL=flex-gap_css.mjs.map
19
+ //# sourceMappingURL=flex-gap_css.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/layout",
3
- "version": "3.6.5-nightly.4620+5cacbdbf8",
3
+ "version": "3.6.5-nightly.4624+d80999e89",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,14 +36,14 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/utils": "3.0.0-nightly.2908+5cacbdbf8",
40
- "@react-spectrum/utils": "3.0.0-nightly.2908+5cacbdbf8",
41
- "@react-types/layout": "3.3.15-nightly.4620+5cacbdbf8",
42
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
39
+ "@react-aria/utils": "3.0.0-nightly.2912+d80999e89",
40
+ "@react-spectrum/utils": "3.0.0-nightly.2912+d80999e89",
41
+ "@react-types/layout": "3.3.15-nightly.4624+d80999e89",
42
+ "@react-types/shared": "3.0.0-nightly.2912+d80999e89",
43
43
  "@swc/helpers": "^0.5.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2908+5cacbdbf8"
46
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2912+d80999e89"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@react-spectrum/provider": "^3.0.0",
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
55
+ "gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
56
56
  }