@react-spectrum/menu 3.6.3-nightly.3173 → 3.6.3
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/main.js +2 -2
- package/package.json +28 -28
package/dist/main.js
CHANGED
|
@@ -41,8 +41,8 @@ function $parcel$interopDefault(a) {
|
|
|
41
41
|
return a && a.__esModule ? a.default : a;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
$parcel$export(module.exports, "Item", () => $
|
|
45
|
-
$parcel$export(module.exports, "Section", () => $
|
|
44
|
+
$parcel$export(module.exports, "Item", () => $3ThwF$reactstatelycollections.Item);
|
|
45
|
+
$parcel$export(module.exports, "Section", () => $3ThwF$reactstatelycollections.Section);
|
|
46
46
|
var $e56311f7204399c7$exports = {};
|
|
47
47
|
|
|
48
48
|
$parcel$export($e56311f7204399c7$exports, "MenuTrigger", () => $e56311f7204399c7$export$27d2ad3c5815583e);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/menu",
|
|
3
|
-
"version": "3.6.3
|
|
3
|
+
"version": "3.6.3",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -32,34 +32,34 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/runtime": "^7.6.2",
|
|
35
|
-
"@react-aria/focus": "3.
|
|
36
|
-
"@react-aria/i18n": "3.
|
|
37
|
-
"@react-aria/interactions": "3.
|
|
38
|
-
"@react-aria/menu": "3.4.3
|
|
39
|
-
"@react-aria/overlays": "3.
|
|
40
|
-
"@react-aria/selection": "3.
|
|
41
|
-
"@react-aria/separator": "3.
|
|
42
|
-
"@react-aria/utils": "3.
|
|
43
|
-
"@react-aria/virtualizer": "3.3.9
|
|
44
|
-
"@react-spectrum/button": "3.
|
|
45
|
-
"@react-spectrum/checkbox": "3.
|
|
46
|
-
"@react-spectrum/divider": "3.
|
|
47
|
-
"@react-spectrum/layout": "3.2.5
|
|
48
|
-
"@react-spectrum/overlays": "3.
|
|
49
|
-
"@react-spectrum/text": "3.1.7
|
|
50
|
-
"@react-spectrum/utils": "3.
|
|
51
|
-
"@react-stately/collections": "3.
|
|
52
|
-
"@react-stately/menu": "3.2.
|
|
53
|
-
"@react-stately/tree": "3.
|
|
54
|
-
"@react-stately/utils": "3.
|
|
55
|
-
"@react-types/menu": "3.5.
|
|
56
|
-
"@react-types/overlays": "3.5.
|
|
57
|
-
"@react-types/shared": "3.
|
|
58
|
-
"@spectrum-icons/ui": "3.
|
|
59
|
-
"@spectrum-icons/workflow": "3.
|
|
35
|
+
"@react-aria/focus": "^3.5.4",
|
|
36
|
+
"@react-aria/i18n": "^3.3.8",
|
|
37
|
+
"@react-aria/interactions": "^3.8.3",
|
|
38
|
+
"@react-aria/menu": "^3.4.3",
|
|
39
|
+
"@react-aria/overlays": "^3.8.1",
|
|
40
|
+
"@react-aria/selection": "^3.8.1",
|
|
41
|
+
"@react-aria/separator": "^3.1.6",
|
|
42
|
+
"@react-aria/utils": "^3.11.3",
|
|
43
|
+
"@react-aria/virtualizer": "^3.3.9",
|
|
44
|
+
"@react-spectrum/button": "^3.7.3",
|
|
45
|
+
"@react-spectrum/checkbox": "^3.3.3",
|
|
46
|
+
"@react-spectrum/divider": "^3.2.3",
|
|
47
|
+
"@react-spectrum/layout": "^3.2.5",
|
|
48
|
+
"@react-spectrum/overlays": "^3.4.8",
|
|
49
|
+
"@react-spectrum/text": "^3.1.7",
|
|
50
|
+
"@react-spectrum/utils": "^3.6.7",
|
|
51
|
+
"@react-stately/collections": "^3.3.7",
|
|
52
|
+
"@react-stately/menu": "^3.2.6",
|
|
53
|
+
"@react-stately/tree": "^3.2.3",
|
|
54
|
+
"@react-stately/utils": "^3.4.1",
|
|
55
|
+
"@react-types/menu": "^3.5.2",
|
|
56
|
+
"@react-types/overlays": "^3.5.4",
|
|
57
|
+
"@react-types/shared": "^3.11.2",
|
|
58
|
+
"@spectrum-icons/ui": "^3.2.5",
|
|
59
|
+
"@spectrum-icons/workflow": "^3.2.4"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@adobe/spectrum-css-temp": "3.0.0-
|
|
62
|
+
"@adobe/spectrum-css-temp": "3.0.0-alpha.1"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"@react-spectrum/provider": "^3.0.0",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"access": "public"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "e7708349a637642a30d33a11ca4a75ad5829eaa3"
|
|
73
73
|
}
|