@react-spectrum/picker 3.5.3-nightly.3156 → 3.5.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.
Files changed (2) hide show
  1. package/dist/main.js +2 -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", () => $e23da5c7c33172e2$re_export$Item);
46
- $parcel$export(module.exports, "Section", () => $e23da5c7c33172e2$re_export$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.3-nightly.3156+2c25922e2",
3
+ "version": "3.5.3",
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.0.0-nightly.1460+2c25922e2",
36
- "@react-aria/i18n": "3.0.0-nightly.1460+2c25922e2",
37
- "@react-aria/interactions": "3.0.0-nightly.1460+2c25922e2",
38
- "@react-aria/overlays": "3.0.0-nightly.1460+2c25922e2",
39
- "@react-aria/select": "3.6.3-nightly.3156+2c25922e2",
40
- "@react-aria/utils": "3.0.0-nightly.1460+2c25922e2",
41
- "@react-spectrum/button": "3.0.0-nightly.1460+2c25922e2",
42
- "@react-spectrum/label": "3.4.4-nightly.3156+2c25922e2",
43
- "@react-spectrum/listbox": "3.5.6-nightly.3156+2c25922e2",
44
- "@react-spectrum/overlays": "3.0.0-nightly.1460+2c25922e2",
45
- "@react-spectrum/progress": "3.0.0-nightly.1460+2c25922e2",
46
- "@react-spectrum/text": "3.1.6-nightly.3156+2c25922e2",
47
- "@react-spectrum/utils": "3.0.0-nightly.1460+2c25922e2",
48
- "@react-stately/collections": "3.0.0-nightly.1460+2c25922e2",
49
- "@react-stately/select": "3.1.6-nightly.3156+2c25922e2",
50
- "@react-types/overlays": "3.5.4-nightly.3156+2c25922e2",
51
- "@react-types/select": "3.5.4-nightly.3156+2c25922e2",
52
- "@react-types/shared": "3.0.0-nightly.1460+2c25922e2",
53
- "@spectrum-icons/ui": "3.0.0-nightly.1460+2c25922e2"
35
+ "@react-aria/focus": "^3.5.3",
36
+ "@react-aria/i18n": "^3.3.7",
37
+ "@react-aria/interactions": "^3.8.2",
38
+ "@react-aria/overlays": "^3.8.0",
39
+ "@react-aria/select": "^3.6.3",
40
+ "@react-aria/utils": "^3.11.3",
41
+ "@react-spectrum/button": "^3.7.2",
42
+ "@react-spectrum/label": "^3.4.4",
43
+ "@react-spectrum/listbox": "^3.5.6",
44
+ "@react-spectrum/overlays": "^3.4.7",
45
+ "@react-spectrum/progress": "^3.1.6",
46
+ "@react-spectrum/text": "^3.1.6",
47
+ "@react-spectrum/utils": "^3.6.6",
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.4"
54
54
  },
55
55
  "devDependencies": {
56
- "@adobe/spectrum-css-temp": "3.0.0-nightly.1460+2c25922e2"
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": "2c25922e23ec51bd487b7838adb48a60c558dc36"
66
+ "gitHead": "ed8d8d984c2f7f2c31e8b18795b97858a95e4729"
67
67
  }