@react-spectrum/menu 3.18.2-nightly.4476 → 3.18.2-nightly.4479

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.18.2-nightly.4476+fd3f09c79",
3
+ "version": "3.18.2-nightly.4479+a0f0604e6",
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.2764+fd3f09c79",
40
- "@react-aria/i18n": "3.0.0-nightly.2764+fd3f09c79",
41
- "@react-aria/interactions": "3.0.0-nightly.2764+fd3f09c79",
42
- "@react-aria/menu": "3.13.2-nightly.4476+fd3f09c79",
43
- "@react-aria/overlays": "3.0.0-nightly.2764+fd3f09c79",
44
- "@react-aria/separator": "3.0.0-nightly.2764+fd3f09c79",
45
- "@react-aria/utils": "3.0.0-nightly.2764+fd3f09c79",
46
- "@react-spectrum/button": "3.0.0-nightly.2764+fd3f09c79",
47
- "@react-spectrum/layout": "3.6.4-nightly.4476+fd3f09c79",
48
- "@react-spectrum/overlays": "3.0.0-nightly.2764+fd3f09c79",
49
- "@react-spectrum/text": "3.5.4-nightly.4476+fd3f09c79",
50
- "@react-spectrum/utils": "3.0.0-nightly.2764+fd3f09c79",
51
- "@react-stately/collections": "3.0.0-nightly.2764+fd3f09c79",
52
- "@react-stately/menu": "3.6.2-nightly.4476+fd3f09c79",
53
- "@react-stately/overlays": "3.6.6-nightly.4476+fd3f09c79",
54
- "@react-stately/tree": "3.0.0-nightly.2764+fd3f09c79",
55
- "@react-types/menu": "3.9.8-nightly.4476+fd3f09c79",
56
- "@react-types/overlays": "3.8.6-nightly.4476+fd3f09c79",
57
- "@react-types/shared": "3.0.0-nightly.2764+fd3f09c79",
58
- "@spectrum-icons/ui": "3.0.0-nightly.2764+fd3f09c79",
59
- "@spectrum-icons/workflow": "3.0.0-nightly.2764+fd3f09c79",
39
+ "@react-aria/focus": "3.0.0-nightly.2767+a0f0604e6",
40
+ "@react-aria/i18n": "3.0.0-nightly.2767+a0f0604e6",
41
+ "@react-aria/interactions": "3.0.0-nightly.2767+a0f0604e6",
42
+ "@react-aria/menu": "3.13.2-nightly.4479+a0f0604e6",
43
+ "@react-aria/overlays": "3.0.0-nightly.2767+a0f0604e6",
44
+ "@react-aria/separator": "3.0.0-nightly.2767+a0f0604e6",
45
+ "@react-aria/utils": "3.0.0-nightly.2767+a0f0604e6",
46
+ "@react-spectrum/button": "3.0.0-nightly.2767+a0f0604e6",
47
+ "@react-spectrum/layout": "3.6.4-nightly.4479+a0f0604e6",
48
+ "@react-spectrum/overlays": "3.0.0-nightly.2767+a0f0604e6",
49
+ "@react-spectrum/text": "3.5.4-nightly.4479+a0f0604e6",
50
+ "@react-spectrum/utils": "3.0.0-nightly.2767+a0f0604e6",
51
+ "@react-stately/collections": "3.0.0-nightly.2767+a0f0604e6",
52
+ "@react-stately/menu": "3.6.2-nightly.4479+a0f0604e6",
53
+ "@react-stately/overlays": "3.6.6-nightly.4479+a0f0604e6",
54
+ "@react-stately/tree": "3.0.0-nightly.2767+a0f0604e6",
55
+ "@react-types/menu": "3.9.8-nightly.4479+a0f0604e6",
56
+ "@react-types/overlays": "3.8.6-nightly.4479+a0f0604e6",
57
+ "@react-types/shared": "3.0.0-nightly.2767+a0f0604e6",
58
+ "@spectrum-icons/ui": "3.0.0-nightly.2767+a0f0604e6",
59
+ "@spectrum-icons/workflow": "3.0.0-nightly.2767+a0f0604e6",
60
60
  "@swc/helpers": "^0.5.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2764+fd3f09c79"
63
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2767+a0f0604e6"
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": "fd3f09c798da23bf2148ba11f65e8856f8af9de6"
73
+ "gitHead": "a0f0604e6dc461cc50dd923b494b7ad9b9e5bd0c"
74
74
  }