@react-spectrum/link 3.0.0-nightly.2908 → 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/Link.mjs CHANGED
@@ -70,4 +70,4 @@ function $3c5235ac12f2c9bb$export$a6c7ac8248d6e38a(props) {
70
70
 
71
71
 
72
72
  export {$3c5235ac12f2c9bb$export$a6c7ac8248d6e38a as Link};
73
- //# sourceMappingURL=Link.mjs.map
73
+ //# sourceMappingURL=Link.module.js.map
@@ -40,4 +40,4 @@ $4564c6c10d1690b3$export$ab09ed292dcb9a79 = `WBgRPa_spectrum-Link--secondary`;
40
40
 
41
41
 
42
42
  export {$4564c6c10d1690b3$exports as default};
43
- //# sourceMappingURL=link_vars_css.mjs.map
43
+ //# sourceMappingURL=link_vars_css.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/link",
3
- "version": "3.0.0-nightly.2908+5cacbdbf8",
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,16 +36,16 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/focus": "3.0.0-nightly.2908+5cacbdbf8",
40
- "@react-aria/interactions": "3.0.0-nightly.2908+5cacbdbf8",
41
- "@react-aria/link": "3.0.0-nightly.2908+5cacbdbf8",
42
- "@react-aria/utils": "3.0.0-nightly.2908+5cacbdbf8",
43
- "@react-spectrum/utils": "3.0.0-nightly.2908+5cacbdbf8",
44
- "@react-types/link": "3.0.0-nightly.2908+5cacbdbf8",
39
+ "@react-aria/focus": "3.0.0-nightly.2911+b294de874",
40
+ "@react-aria/interactions": "3.0.0-nightly.2911+b294de874",
41
+ "@react-aria/link": "3.0.0-nightly.2911+b294de874",
42
+ "@react-aria/utils": "3.0.0-nightly.2911+b294de874",
43
+ "@react-spectrum/utils": "3.0.0-nightly.2911+b294de874",
44
+ "@react-types/link": "3.0.0-nightly.2911+b294de874",
45
45
  "@swc/helpers": "^0.5.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2908+5cacbdbf8"
48
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2911+b294de874"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@react-spectrum/provider": "^3.0.0",
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
57
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
58
58
  }