@react-spectrum/menu 3.19.2-nightly.4685 → 3.19.2-nightly.4694

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.
Files changed (1) hide show
  1. package/package.json +24 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/menu",
3
- "version": "3.19.2-nightly.4685+a48d1673f",
3
+ "version": "3.19.2-nightly.4694+b46d23b99",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,31 +36,31 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/focus": "3.0.0-nightly.2973+a48d1673f",
40
- "@react-aria/i18n": "3.0.0-nightly.2973+a48d1673f",
41
- "@react-aria/interactions": "3.0.0-nightly.2973+a48d1673f",
42
- "@react-aria/menu": "3.14.2-nightly.4685+a48d1673f",
43
- "@react-aria/overlays": "3.0.0-nightly.2973+a48d1673f",
44
- "@react-aria/separator": "3.0.0-nightly.2973+a48d1673f",
45
- "@react-aria/utils": "3.0.0-nightly.2973+a48d1673f",
46
- "@react-spectrum/button": "3.0.0-nightly.2973+a48d1673f",
47
- "@react-spectrum/layout": "3.6.6-nightly.4685+a48d1673f",
48
- "@react-spectrum/overlays": "3.0.0-nightly.2973+a48d1673f",
49
- "@react-spectrum/text": "3.5.6-nightly.4685+a48d1673f",
50
- "@react-spectrum/utils": "3.0.0-nightly.2973+a48d1673f",
51
- "@react-stately/collections": "3.0.0-nightly.2973+a48d1673f",
52
- "@react-stately/menu": "3.7.2-nightly.4685+a48d1673f",
53
- "@react-stately/overlays": "3.6.8-nightly.4685+a48d1673f",
54
- "@react-stately/tree": "3.0.0-nightly.2973+a48d1673f",
55
- "@react-types/menu": "3.9.10-nightly.4685+a48d1673f",
56
- "@react-types/overlays": "3.8.8-nightly.4685+a48d1673f",
57
- "@react-types/shared": "3.0.0-nightly.2973+a48d1673f",
58
- "@spectrum-icons/ui": "3.0.0-nightly.2973+a48d1673f",
59
- "@spectrum-icons/workflow": "3.0.0-nightly.2973+a48d1673f",
39
+ "@react-aria/focus": "3.0.0-nightly.2982+b46d23b99",
40
+ "@react-aria/i18n": "3.0.0-nightly.2982+b46d23b99",
41
+ "@react-aria/interactions": "3.0.0-nightly.2982+b46d23b99",
42
+ "@react-aria/menu": "3.14.2-nightly.4694+b46d23b99",
43
+ "@react-aria/overlays": "3.0.0-nightly.2982+b46d23b99",
44
+ "@react-aria/separator": "3.0.0-nightly.2982+b46d23b99",
45
+ "@react-aria/utils": "3.0.0-nightly.2982+b46d23b99",
46
+ "@react-spectrum/button": "3.0.0-nightly.2982+b46d23b99",
47
+ "@react-spectrum/layout": "3.6.6-nightly.4694+b46d23b99",
48
+ "@react-spectrum/overlays": "3.0.0-nightly.2982+b46d23b99",
49
+ "@react-spectrum/text": "3.5.6-nightly.4694+b46d23b99",
50
+ "@react-spectrum/utils": "3.0.0-nightly.2982+b46d23b99",
51
+ "@react-stately/collections": "3.0.0-nightly.2982+b46d23b99",
52
+ "@react-stately/menu": "3.7.2-nightly.4694+b46d23b99",
53
+ "@react-stately/overlays": "3.6.8-nightly.4694+b46d23b99",
54
+ "@react-stately/tree": "3.0.0-nightly.2982+b46d23b99",
55
+ "@react-types/menu": "3.9.10-nightly.4694+b46d23b99",
56
+ "@react-types/overlays": "3.8.8-nightly.4694+b46d23b99",
57
+ "@react-types/shared": "3.0.0-nightly.2982+b46d23b99",
58
+ "@spectrum-icons/ui": "3.0.0-nightly.2982+b46d23b99",
59
+ "@spectrum-icons/workflow": "3.0.0-nightly.2982+b46d23b99",
60
60
  "@swc/helpers": "^0.5.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2973+a48d1673f"
63
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2982+b46d23b99"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@react-spectrum/provider": "^3.0.0",
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "a48d1673f2144714e31712e38310a8801edab550"
73
+ "gitHead": "b46d23b9919eaec8ab1f621b52beced82e88b6ca"
74
74
  }