@react-spectrum/menu 3.19.2-nightly.4730 → 3.19.2-nightly.4734

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.4730+927758756",
3
+ "version": "3.19.2-nightly.4734+914b5dfeb",
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.3018+927758756",
40
- "@react-aria/i18n": "3.0.0-nightly.3018+927758756",
41
- "@react-aria/interactions": "3.0.0-nightly.3018+927758756",
42
- "@react-aria/menu": "3.14.2-nightly.4730+927758756",
43
- "@react-aria/overlays": "3.0.0-nightly.3018+927758756",
44
- "@react-aria/separator": "3.0.0-nightly.3018+927758756",
45
- "@react-aria/utils": "3.0.0-nightly.3018+927758756",
46
- "@react-spectrum/button": "3.0.0-nightly.3018+927758756",
47
- "@react-spectrum/layout": "3.6.6-nightly.4730+927758756",
48
- "@react-spectrum/overlays": "3.0.0-nightly.3018+927758756",
49
- "@react-spectrum/text": "3.5.6-nightly.4730+927758756",
50
- "@react-spectrum/utils": "3.0.0-nightly.3018+927758756",
51
- "@react-stately/collections": "3.0.0-nightly.3018+927758756",
52
- "@react-stately/menu": "3.7.2-nightly.4730+927758756",
53
- "@react-stately/overlays": "3.6.8-nightly.4730+927758756",
54
- "@react-stately/tree": "3.0.0-nightly.3018+927758756",
55
- "@react-types/menu": "3.9.10-nightly.4730+927758756",
56
- "@react-types/overlays": "3.8.8-nightly.4730+927758756",
57
- "@react-types/shared": "3.0.0-nightly.3018+927758756",
58
- "@spectrum-icons/ui": "3.0.0-nightly.3018+927758756",
59
- "@spectrum-icons/workflow": "3.0.0-nightly.3018+927758756",
39
+ "@react-aria/focus": "3.0.0-nightly.3022+914b5dfeb",
40
+ "@react-aria/i18n": "3.0.0-nightly.3022+914b5dfeb",
41
+ "@react-aria/interactions": "3.0.0-nightly.3022+914b5dfeb",
42
+ "@react-aria/menu": "3.14.2-nightly.4734+914b5dfeb",
43
+ "@react-aria/overlays": "3.0.0-nightly.3022+914b5dfeb",
44
+ "@react-aria/separator": "3.0.0-nightly.3022+914b5dfeb",
45
+ "@react-aria/utils": "3.0.0-nightly.3022+914b5dfeb",
46
+ "@react-spectrum/button": "3.0.0-nightly.3022+914b5dfeb",
47
+ "@react-spectrum/layout": "3.6.6-nightly.4734+914b5dfeb",
48
+ "@react-spectrum/overlays": "3.0.0-nightly.3022+914b5dfeb",
49
+ "@react-spectrum/text": "3.5.6-nightly.4734+914b5dfeb",
50
+ "@react-spectrum/utils": "3.0.0-nightly.3022+914b5dfeb",
51
+ "@react-stately/collections": "3.0.0-nightly.3022+914b5dfeb",
52
+ "@react-stately/menu": "3.7.2-nightly.4734+914b5dfeb",
53
+ "@react-stately/overlays": "3.6.8-nightly.4734+914b5dfeb",
54
+ "@react-stately/tree": "3.0.0-nightly.3022+914b5dfeb",
55
+ "@react-types/menu": "3.9.10-nightly.4734+914b5dfeb",
56
+ "@react-types/overlays": "3.8.8-nightly.4734+914b5dfeb",
57
+ "@react-types/shared": "3.0.0-nightly.3022+914b5dfeb",
58
+ "@spectrum-icons/ui": "3.0.0-nightly.3022+914b5dfeb",
59
+ "@spectrum-icons/workflow": "3.0.0-nightly.3022+914b5dfeb",
60
60
  "@swc/helpers": "^0.5.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@adobe/spectrum-css-temp": "3.0.0-nightly.3018+927758756"
63
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.3022+914b5dfeb"
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": "92775875627ef8a038a4708b1a7addf11809bf35"
73
+ "gitHead": "914b5dfeb7c4622ad177993d92b391cf993fd371"
74
74
  }