@react-stately/toggle 3.7.3 → 3.7.4

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.
@@ -31,4 +31,4 @@ function $3017fa7ffdddec74$export$8042c6c013fd5226(props = {}) {
31
31
 
32
32
 
33
33
  export {$3017fa7ffdddec74$export$8042c6c013fd5226 as useToggleState};
34
- //# sourceMappingURL=useToggleState.mjs.map
34
+ //# sourceMappingURL=useToggleState.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-stately/toggle",
3
- "version": "3.7.3",
3
+ "version": "3.7.4",
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-stately/utils": "^3.10.0",
26
- "@react-types/checkbox": "^3.8.0",
25
+ "@react-stately/utils": "^3.10.1",
26
+ "@react-types/checkbox": "^3.8.1",
27
27
  "@swc/helpers": "^0.5.0"
28
28
  },
29
29
  "peerDependencies": {
@@ -32,5 +32,5 @@
32
32
  "publishConfig": {
33
33
  "access": "public"
34
34
  },
35
- "gitHead": "f645f29edc1322153fd60af4640cbcab1d992dbd"
35
+ "gitHead": "b77d7d594dff4dcfb5359bffbcfd18142b146433"
36
36
  }