@react-spectrum/picker 3.5.4-nightly.3180 → 3.5.4
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 +22 -22
package/dist/main.js
CHANGED
|
@@ -42,8 +42,8 @@ function $parcel$interopDefault(a) {
|
|
|
42
42
|
return a && a.__esModule ? a.default : a;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
$parcel$export(module.exports, "Item", () => $
|
|
46
|
-
$parcel$export(module.exports, "Section", () => $
|
|
45
|
+
$parcel$export(module.exports, "Item", () => $4FjNO$reactstatelycollections.Item);
|
|
46
|
+
$parcel$export(module.exports, "Section", () => $4FjNO$reactstatelycollections.Section);
|
|
47
47
|
var $902e54cfaa4270a9$exports = {};
|
|
48
48
|
|
|
49
49
|
$parcel$export($902e54cfaa4270a9$exports, "Picker", () => $902e54cfaa4270a9$export$ba25329847403e11);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/picker",
|
|
3
|
-
"version": "3.5.4
|
|
3
|
+
"version": "3.5.4",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -32,28 +32,28 @@
|
|
|
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/overlays": "3.
|
|
39
|
-
"@react-aria/select": "3.6.4
|
|
40
|
-
"@react-aria/utils": "3.
|
|
41
|
-
"@react-spectrum/button": "3.
|
|
42
|
-
"@react-spectrum/label": "3.4.5
|
|
43
|
-
"@react-spectrum/listbox": "3.5.7
|
|
44
|
-
"@react-spectrum/overlays": "3.
|
|
45
|
-
"@react-spectrum/progress": "3.
|
|
46
|
-
"@react-spectrum/text": "3.1.7
|
|
47
|
-
"@react-spectrum/utils": "3.
|
|
48
|
-
"@react-stately/collections": "3.
|
|
49
|
-
"@react-stately/select": "3.1.
|
|
50
|
-
"@react-types/overlays": "3.5.
|
|
51
|
-
"@react-types/select": "3.5.
|
|
52
|
-
"@react-types/shared": "3.
|
|
53
|
-
"@spectrum-icons/ui": "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/overlays": "^3.8.1",
|
|
39
|
+
"@react-aria/select": "^3.6.4",
|
|
40
|
+
"@react-aria/utils": "^3.11.3",
|
|
41
|
+
"@react-spectrum/button": "^3.7.3",
|
|
42
|
+
"@react-spectrum/label": "^3.4.5",
|
|
43
|
+
"@react-spectrum/listbox": "^3.5.7",
|
|
44
|
+
"@react-spectrum/overlays": "^3.4.8",
|
|
45
|
+
"@react-spectrum/progress": "^3.1.7",
|
|
46
|
+
"@react-spectrum/text": "^3.1.7",
|
|
47
|
+
"@react-spectrum/utils": "^3.6.7",
|
|
48
|
+
"@react-stately/collections": "^3.3.7",
|
|
49
|
+
"@react-stately/select": "^3.1.6",
|
|
50
|
+
"@react-types/overlays": "^3.5.4",
|
|
51
|
+
"@react-types/select": "^3.5.4",
|
|
52
|
+
"@react-types/shared": "^3.11.2",
|
|
53
|
+
"@spectrum-icons/ui": "^3.2.5"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@adobe/spectrum-css-temp": "3.0.0-
|
|
56
|
+
"@adobe/spectrum-css-temp": "3.0.0-alpha.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@react-spectrum/provider": "^3.1.4",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "e7708349a637642a30d33a11ca4a75ad5829eaa3"
|
|
67
67
|
}
|