@react-spectrum/view 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.
package/dist/Content.mjs CHANGED
@@ -32,4 +32,4 @@ function $0a7c18a2ef74b280$var$Content(props, ref) {
32
32
 
33
33
 
34
34
  export {$0a7c18a2ef74b280$export$7c6e2c02157bb7d2 as Content};
35
- //# sourceMappingURL=Content.mjs.map
35
+ //# sourceMappingURL=Content.module.js.map
package/dist/Footer.mjs CHANGED
@@ -32,4 +32,4 @@ function $8d68cc89c1f9278e$var$Footer(props, ref) {
32
32
 
33
33
 
34
34
  export {$8d68cc89c1f9278e$export$a06f1c675e846f6f as Footer};
35
- //# sourceMappingURL=Footer.mjs.map
35
+ //# sourceMappingURL=Footer.module.js.map
package/dist/Header.mjs CHANGED
@@ -32,4 +32,4 @@ function $aedcc4886d2a392a$var$Header(props, ref) {
32
32
 
33
33
 
34
34
  export {$aedcc4886d2a392a$export$8b251419efc915eb as Header};
35
- //# sourceMappingURL=Header.mjs.map
35
+ //# sourceMappingURL=Header.module.js.map
package/dist/View.mjs CHANGED
@@ -33,4 +33,4 @@ function $b9606c0c41d55371$var$View(props, ref) {
33
33
 
34
34
 
35
35
  export {$b9606c0c41d55371$export$27a5bd065ad55220 as View};
36
- //# sourceMappingURL=View.mjs.map
36
+ //# sourceMappingURL=View.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/view",
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",
@@ -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.2907+45a872803",
40
- "@react-spectrum/utils": "3.0.0-nightly.2907+45a872803",
41
- "@react-types/shared": "3.0.0-nightly.2907+45a872803",
42
- "@react-types/view": "3.4.9-nightly.4619+45a872803",
39
+ "@react-aria/utils": "3.0.0-nightly.2911+b294de874",
40
+ "@react-spectrum/utils": "3.0.0-nightly.2911+b294de874",
41
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
42
+ "@react-types/view": "3.4.9-nightly.4623+b294de874",
43
43
  "@swc/helpers": "^0.5.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2907+45a872803"
46
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2911+b294de874"
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": "45a872803500086c1f589d5efb3e32b59a992b2c"
55
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
56
56
  }