@react-aria/button 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.
@@ -69,4 +69,4 @@ function $701a24aa0da5b062$export$ea18c227d4417cc3(props, ref) {
69
69
 
70
70
 
71
71
  export {$701a24aa0da5b062$export$ea18c227d4417cc3 as useButton};
72
- //# sourceMappingURL=useButton.mjs.map
72
+ //# sourceMappingURL=useButton.module.js.map
@@ -29,4 +29,4 @@ function $55f54f7887471b58$export$51e84d46ca0bc451(props, state, ref) {
29
29
 
30
30
 
31
31
  export {$55f54f7887471b58$export$51e84d46ca0bc451 as useToggleButton};
32
- //# sourceMappingURL=useToggleButton.mjs.map
32
+ //# sourceMappingURL=useToggleButton.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-aria/button",
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",
@@ -22,12 +22,12 @@
22
22
  "url": "https://github.com/adobe/react-spectrum"
23
23
  },
24
24
  "dependencies": {
25
- "@react-aria/focus": "3.0.0-nightly.2907+45a872803",
26
- "@react-aria/interactions": "3.0.0-nightly.2907+45a872803",
27
- "@react-aria/utils": "3.0.0-nightly.2907+45a872803",
28
- "@react-stately/toggle": "3.0.0-nightly.2907+45a872803",
29
- "@react-types/button": "3.9.4-nightly.4619+45a872803",
30
- "@react-types/shared": "3.0.0-nightly.2907+45a872803",
25
+ "@react-aria/focus": "3.0.0-nightly.2911+b294de874",
26
+ "@react-aria/interactions": "3.0.0-nightly.2911+b294de874",
27
+ "@react-aria/utils": "3.0.0-nightly.2911+b294de874",
28
+ "@react-stately/toggle": "3.0.0-nightly.2911+b294de874",
29
+ "@react-types/button": "3.9.4-nightly.4623+b294de874",
30
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
31
31
  "@swc/helpers": "^0.5.0"
32
32
  },
33
33
  "peerDependencies": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "45a872803500086c1f589d5efb3e32b59a992b2c"
39
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
40
40
  }