@react-aria/switch 3.0.0-nightly.2908 → 3.0.0-nightly.2912

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.
@@ -29,4 +29,4 @@ function $b418ec0c85c52f27$export$d853f7095ae95f88(props, state, ref) {
29
29
 
30
30
 
31
31
  export {$b418ec0c85c52f27$export$d853f7095ae95f88 as useSwitch};
32
- //# sourceMappingURL=useSwitch.mjs.map
32
+ //# sourceMappingURL=useSwitch.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-aria/switch",
3
- "version": "3.0.0-nightly.2908+5cacbdbf8",
3
+ "version": "3.0.0-nightly.2912+d80999e89",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -22,9 +22,9 @@
22
22
  "url": "https://github.com/adobe/react-spectrum"
23
23
  },
24
24
  "dependencies": {
25
- "@react-aria/toggle": "3.0.0-nightly.2908+5cacbdbf8",
26
- "@react-stately/toggle": "3.0.0-nightly.2908+5cacbdbf8",
27
- "@react-types/switch": "3.0.0-nightly.2908+5cacbdbf8",
25
+ "@react-aria/toggle": "3.0.0-nightly.2912+d80999e89",
26
+ "@react-stately/toggle": "3.0.0-nightly.2912+d80999e89",
27
+ "@react-types/switch": "3.0.0-nightly.2912+d80999e89",
28
28
  "@swc/helpers": "^0.5.0"
29
29
  },
30
30
  "peerDependencies": {
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
36
+ "gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
37
37
  }