@react-spectrum/actionbar 3.0.0-nightly.3188 → 3.0.0-nightly.3189
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 +1 -1
- package/package.json +19 -19
package/dist/main.js
CHANGED
|
@@ -37,7 +37,7 @@ function $parcel$interopDefault(a) {
|
|
|
37
37
|
return a && a.__esModule ? a.default : a;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
$parcel$export(module.exports, "Item", () => $
|
|
40
|
+
$parcel$export(module.exports, "Item", () => $grxqE$reactstatelycollections.Item);
|
|
41
41
|
var $7b5467653feb1153$exports = {};
|
|
42
42
|
|
|
43
43
|
$parcel$export($7b5467653feb1153$exports, "ActionBar", () => $7b5467653feb1153$export$e213cebad6250b4a);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/actionbar",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.3189+baebf234e",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -32,25 +32,25 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/runtime": "^7.6.2",
|
|
35
|
-
"@react-aria/focus": "3.0.0-nightly.
|
|
36
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
|
37
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
38
|
-
"@react-aria/live-announcer": "3.0.0-nightly.
|
|
39
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
40
|
-
"@react-spectrum/actiongroup": "3.4.4-nightly.
|
|
41
|
-
"@react-spectrum/button": "3.0.0-nightly.
|
|
42
|
-
"@react-spectrum/layout": "3.2.6-nightly.
|
|
43
|
-
"@react-spectrum/overlays": "3.0.0-nightly.
|
|
44
|
-
"@react-spectrum/text": "3.1.8-nightly.
|
|
45
|
-
"@react-spectrum/utils": "3.0.0-nightly.
|
|
46
|
-
"@react-stately/collections": "3.0.0-nightly.
|
|
47
|
-
"@react-types/actionbar": "3.0.0-nightly.
|
|
48
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
49
|
-
"@spectrum-icons/ui": "3.0.0-nightly.
|
|
50
|
-
"@spectrum-icons/workflow": "3.0.0-nightly.
|
|
35
|
+
"@react-aria/focus": "3.0.0-nightly.1490+baebf234e",
|
|
36
|
+
"@react-aria/i18n": "3.0.0-nightly.1490+baebf234e",
|
|
37
|
+
"@react-aria/interactions": "3.0.0-nightly.1490+baebf234e",
|
|
38
|
+
"@react-aria/live-announcer": "3.0.0-nightly.1490+baebf234e",
|
|
39
|
+
"@react-aria/utils": "3.0.0-nightly.1490+baebf234e",
|
|
40
|
+
"@react-spectrum/actiongroup": "3.4.4-nightly.3189+baebf234e",
|
|
41
|
+
"@react-spectrum/button": "3.0.0-nightly.1490+baebf234e",
|
|
42
|
+
"@react-spectrum/layout": "3.2.6-nightly.3189+baebf234e",
|
|
43
|
+
"@react-spectrum/overlays": "3.0.0-nightly.1490+baebf234e",
|
|
44
|
+
"@react-spectrum/text": "3.1.8-nightly.3189+baebf234e",
|
|
45
|
+
"@react-spectrum/utils": "3.0.0-nightly.1490+baebf234e",
|
|
46
|
+
"@react-stately/collections": "3.0.0-nightly.1490+baebf234e",
|
|
47
|
+
"@react-types/actionbar": "3.0.0-nightly.3189+baebf234e",
|
|
48
|
+
"@react-types/shared": "3.0.0-nightly.1490+baebf234e",
|
|
49
|
+
"@spectrum-icons/ui": "3.0.0-nightly.1490+baebf234e",
|
|
50
|
+
"@spectrum-icons/workflow": "3.0.0-nightly.1490+baebf234e"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@adobe/spectrum-css-temp": "3.0.0-nightly.
|
|
53
|
+
"@adobe/spectrum-css-temp": "3.0.0-nightly.1490+baebf234e"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@react-spectrum/provider": "^3.0.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "baebf234ebc11a3975c9d7eb673fa1fce362f844"
|
|
64
64
|
}
|