@react-spectrum/menu 3.17.1-nightly.4380 → 3.17.1-nightly.4385

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.17.1-nightly.4380+86b38c878",
3
+ "version": "3.17.1-nightly.4385+5e49ce790",
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.2668+86b38c878",
40
- "@react-aria/i18n": "3.0.0-nightly.2668+86b38c878",
41
- "@react-aria/interactions": "3.0.0-nightly.2668+86b38c878",
42
- "@react-aria/menu": "3.12.1-nightly.4380+86b38c878",
43
- "@react-aria/overlays": "3.0.0-nightly.2668+86b38c878",
44
- "@react-aria/separator": "3.0.0-nightly.2668+86b38c878",
45
- "@react-aria/utils": "3.0.0-nightly.2668+86b38c878",
46
- "@react-spectrum/button": "3.0.0-nightly.2668+86b38c878",
47
- "@react-spectrum/layout": "3.6.2-nightly.4380+86b38c878",
48
- "@react-spectrum/overlays": "3.0.0-nightly.2668+86b38c878",
49
- "@react-spectrum/text": "3.5.2-nightly.4380+86b38c878",
50
- "@react-spectrum/utils": "3.0.0-nightly.2668+86b38c878",
51
- "@react-stately/collections": "3.0.0-nightly.2668+86b38c878",
52
- "@react-stately/menu": "3.6.1-nightly.4380+86b38c878",
53
- "@react-stately/overlays": "3.6.5-nightly.4380+86b38c878",
54
- "@react-stately/tree": "3.0.0-nightly.2668+86b38c878",
55
- "@react-types/menu": "3.9.7-nightly.4380+86b38c878",
56
- "@react-types/overlays": "3.8.5-nightly.4380+86b38c878",
57
- "@react-types/shared": "3.0.0-nightly.2668+86b38c878",
58
- "@spectrum-icons/ui": "3.0.0-nightly.2668+86b38c878",
59
- "@spectrum-icons/workflow": "3.0.0-nightly.2668+86b38c878",
39
+ "@react-aria/focus": "3.0.0-nightly.2673+5e49ce790",
40
+ "@react-aria/i18n": "3.0.0-nightly.2673+5e49ce790",
41
+ "@react-aria/interactions": "3.0.0-nightly.2673+5e49ce790",
42
+ "@react-aria/menu": "3.12.1-nightly.4385+5e49ce790",
43
+ "@react-aria/overlays": "3.0.0-nightly.2673+5e49ce790",
44
+ "@react-aria/separator": "3.0.0-nightly.2673+5e49ce790",
45
+ "@react-aria/utils": "3.0.0-nightly.2673+5e49ce790",
46
+ "@react-spectrum/button": "3.0.0-nightly.2673+5e49ce790",
47
+ "@react-spectrum/layout": "3.6.2-nightly.4385+5e49ce790",
48
+ "@react-spectrum/overlays": "3.0.0-nightly.2673+5e49ce790",
49
+ "@react-spectrum/text": "3.5.2-nightly.4385+5e49ce790",
50
+ "@react-spectrum/utils": "3.0.0-nightly.2673+5e49ce790",
51
+ "@react-stately/collections": "3.0.0-nightly.2673+5e49ce790",
52
+ "@react-stately/menu": "3.6.1-nightly.4385+5e49ce790",
53
+ "@react-stately/overlays": "3.6.5-nightly.4385+5e49ce790",
54
+ "@react-stately/tree": "3.0.0-nightly.2673+5e49ce790",
55
+ "@react-types/menu": "3.9.7-nightly.4385+5e49ce790",
56
+ "@react-types/overlays": "3.8.5-nightly.4385+5e49ce790",
57
+ "@react-types/shared": "3.0.0-nightly.2673+5e49ce790",
58
+ "@spectrum-icons/ui": "3.0.0-nightly.2673+5e49ce790",
59
+ "@spectrum-icons/workflow": "3.0.0-nightly.2673+5e49ce790",
60
60
  "@swc/helpers": "^0.5.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2668+86b38c878"
63
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2673+5e49ce790"
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": "86b38c87868ce7f262e0df905e5ac4eb2653791d"
73
+ "gitHead": "5e49ce79094a90839cec20fc5ce788a34bf4b085"
74
74
  }