@react-spectrum/combobox 3.2.1-nightly.3089 → 3.2.1
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 +27 -27
package/dist/main.js
CHANGED
|
@@ -46,8 +46,8 @@ function $parcel$interopDefault(a) {
|
|
|
46
46
|
return a && a.__esModule ? a.default : a;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
$parcel$export(module.exports, "Item", () => $
|
|
50
|
-
$parcel$export(module.exports, "Section", () => $
|
|
49
|
+
$parcel$export(module.exports, "Item", () => $cEIRu$reactstatelycollections.Item);
|
|
50
|
+
$parcel$export(module.exports, "Section", () => $cEIRu$reactstatelycollections.Section);
|
|
51
51
|
var $7cd7e6e395633d7d$exports = {};
|
|
52
52
|
|
|
53
53
|
$parcel$export($7cd7e6e395633d7d$exports, "ComboBox", () => $7cd7e6e395633d7d$export$72b9695b8216309a);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/combobox",
|
|
3
|
-
"version": "3.2.1
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -32,33 +32,33 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/runtime": "^7.6.2",
|
|
35
|
-
"@react-aria/button": "3.
|
|
36
|
-
"@react-aria/combobox": "3.2.2
|
|
37
|
-
"@react-aria/dialog": "3.
|
|
38
|
-
"@react-aria/focus": "3.
|
|
39
|
-
"@react-aria/i18n": "3.
|
|
40
|
-
"@react-aria/interactions": "3.
|
|
41
|
-
"@react-aria/label": "3.
|
|
42
|
-
"@react-aria/overlays": "3.
|
|
43
|
-
"@react-aria/utils": "3.
|
|
44
|
-
"@react-spectrum/button": "3.
|
|
45
|
-
"@react-spectrum/label": "3.4.2
|
|
46
|
-
"@react-spectrum/listbox": "3.5.4
|
|
47
|
-
"@react-spectrum/overlays": "3.
|
|
48
|
-
"@react-spectrum/progress": "3.
|
|
49
|
-
"@react-spectrum/textfield": "3.
|
|
50
|
-
"@react-spectrum/utils": "3.
|
|
51
|
-
"@react-stately/collections": "3.
|
|
52
|
-
"@react-stately/combobox": "3.0.2
|
|
53
|
-
"@react-types/button": "3.4.2
|
|
54
|
-
"@react-types/combobox": "3.2.2
|
|
55
|
-
"@react-types/overlays": "3.5.2
|
|
56
|
-
"@react-types/shared": "3.
|
|
57
|
-
"@react-types/textfield": "3.
|
|
58
|
-
"@spectrum-icons/ui": "3.
|
|
35
|
+
"@react-aria/button": "^3.4.0",
|
|
36
|
+
"@react-aria/combobox": "^3.2.2",
|
|
37
|
+
"@react-aria/dialog": "^3.1.5",
|
|
38
|
+
"@react-aria/focus": "^3.5.1",
|
|
39
|
+
"@react-aria/i18n": "^3.3.5",
|
|
40
|
+
"@react-aria/interactions": "^3.8.0",
|
|
41
|
+
"@react-aria/label": "^3.2.2",
|
|
42
|
+
"@react-aria/overlays": "^3.7.4",
|
|
43
|
+
"@react-aria/utils": "^3.11.1",
|
|
44
|
+
"@react-spectrum/button": "^3.7.0",
|
|
45
|
+
"@react-spectrum/label": "^3.4.2",
|
|
46
|
+
"@react-spectrum/listbox": "^3.5.4",
|
|
47
|
+
"@react-spectrum/overlays": "^3.4.5",
|
|
48
|
+
"@react-spectrum/progress": "^3.1.4",
|
|
49
|
+
"@react-spectrum/textfield": "^3.3.1",
|
|
50
|
+
"@react-spectrum/utils": "^3.6.4",
|
|
51
|
+
"@react-stately/collections": "^3.3.5",
|
|
52
|
+
"@react-stately/combobox": "^3.0.2",
|
|
53
|
+
"@react-types/button": "^3.4.2",
|
|
54
|
+
"@react-types/combobox": "^3.2.2",
|
|
55
|
+
"@react-types/overlays": "^3.5.2",
|
|
56
|
+
"@react-types/shared": "^3.11.0",
|
|
57
|
+
"@react-types/textfield": "^3.3.1",
|
|
58
|
+
"@spectrum-icons/ui": "^3.2.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@adobe/spectrum-css-temp": "3.0.0-
|
|
61
|
+
"@adobe/spectrum-css-temp": "3.0.0-alpha.1"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"@react-spectrum/provider": "^3.0.0",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "54c2366c4f31bd4bf619126131cd583c12972acc"
|
|
72
72
|
}
|