@react-aria/landmark 3.0.0-nightly.4620 → 3.0.0-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.
@@ -398,4 +398,4 @@ function $a86207c5d7f7e1fb$export$4cc632584fd87fae(props, ref) {
398
398
 
399
399
 
400
400
  export {$a86207c5d7f7e1fb$export$f50151dbd51cd1d9 as createLandmarkController, $a86207c5d7f7e1fb$export$4cc632584fd87fae as useLandmark};
401
- //# sourceMappingURL=useLandmark.mjs.map
401
+ //# sourceMappingURL=useLandmark.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-aria/landmark",
3
- "version": "3.0.0-nightly.4620+5cacbdbf8",
3
+ "version": "3.0.0-nightly.4624+d80999e89",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -22,8 +22,8 @@
22
22
  "url": "https://github.com/adobe/react-spectrum"
23
23
  },
24
24
  "dependencies": {
25
- "@react-aria/utils": "3.0.0-nightly.2908+5cacbdbf8",
26
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
25
+ "@react-aria/utils": "3.0.0-nightly.2912+d80999e89",
26
+ "@react-types/shared": "3.0.0-nightly.2912+d80999e89",
27
27
  "@swc/helpers": "^0.5.0",
28
28
  "use-sync-external-store": "^1.2.0"
29
29
  },
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
36
+ "gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
37
37
  }