@react-aria/label 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.
package/dist/useField.mjs CHANGED
@@ -50,4 +50,4 @@ function $2baaea4c71418dea$export$294aa081a6c6f55d(props) {
50
50
 
51
51
 
52
52
  export {$2baaea4c71418dea$export$294aa081a6c6f55d as useField};
53
- //# sourceMappingURL=useField.mjs.map
53
+ //# sourceMappingURL=useField.module.js.map
package/dist/useLabel.mjs CHANGED
@@ -36,4 +36,4 @@ function $d191a55c9702f145$export$8467354a121f1b9f(props) {
36
36
 
37
37
 
38
38
  export {$d191a55c9702f145$export$8467354a121f1b9f as useLabel};
39
- //# sourceMappingURL=useLabel.mjs.map
39
+ //# sourceMappingURL=useLabel.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-aria/label",
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,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.2907+45a872803",
26
- "@react-types/shared": "3.0.0-nightly.2907+45a872803",
25
+ "@react-aria/utils": "3.0.0-nightly.2911+b294de874",
26
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
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": "45a872803500086c1f589d5efb3e32b59a992b2c"
35
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
36
36
  }