@react-spectrum/listbox 3.5.8-nightly.3185 → 3.5.8-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.
Files changed (2) hide show
  1. package/dist/main.js +2 -2
  2. package/package.json +21 -21
package/dist/main.js CHANGED
@@ -40,8 +40,8 @@ function $parcel$interopDefault(a) {
40
40
  return a && a.__esModule ? a.default : a;
41
41
  }
42
42
 
43
- $parcel$export(module.exports, "Item", () => $ab0f48bbf1f35200$re_export$Item);
44
- $parcel$export(module.exports, "Section", () => $ab0f48bbf1f35200$re_export$Section);
43
+ $parcel$export(module.exports, "Item", () => $3Fwf2$reactstatelycollections.Item);
44
+ $parcel$export(module.exports, "Section", () => $3Fwf2$reactstatelycollections.Section);
45
45
  var $582d86e45be55635$exports = {};
46
46
 
47
47
  $parcel$export($582d86e45be55635$exports, "ListBox", () => $582d86e45be55635$export$41f133550aa26f48);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/listbox",
3
- "version": "3.5.8-nightly.3185+76e5fc206",
3
+ "version": "3.5.8-nightly.3189+baebf234e",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -32,27 +32,27 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.6.2",
35
- "@react-aria/focus": "3.0.0-nightly.1486+76e5fc206",
36
- "@react-aria/i18n": "3.0.0-nightly.1486+76e5fc206",
37
- "@react-aria/interactions": "3.0.0-nightly.1486+76e5fc206",
38
- "@react-aria/listbox": "3.4.5-nightly.3185+76e5fc206",
39
- "@react-aria/separator": "3.0.0-nightly.1486+76e5fc206",
40
- "@react-aria/utils": "3.0.0-nightly.1486+76e5fc206",
41
- "@react-aria/virtualizer": "3.3.10-nightly.3185+76e5fc206",
42
- "@react-spectrum/layout": "3.2.6-nightly.3185+76e5fc206",
43
- "@react-spectrum/progress": "3.0.0-nightly.1486+76e5fc206",
44
- "@react-spectrum/text": "3.1.8-nightly.3185+76e5fc206",
45
- "@react-spectrum/utils": "3.0.0-nightly.1486+76e5fc206",
46
- "@react-stately/collections": "3.0.0-nightly.1486+76e5fc206",
47
- "@react-stately/layout": "3.4.6-nightly.3185+76e5fc206",
48
- "@react-stately/list": "3.4.5-nightly.3185+76e5fc206",
49
- "@react-stately/virtualizer": "3.1.9-nightly.3185+76e5fc206",
50
- "@react-types/listbox": "3.2.5-nightly.3185+76e5fc206",
51
- "@react-types/shared": "3.0.0-nightly.1486+76e5fc206",
52
- "@spectrum-icons/ui": "3.0.0-nightly.1486+76e5fc206"
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/listbox": "3.4.5-nightly.3189+baebf234e",
39
+ "@react-aria/separator": "3.0.0-nightly.1490+baebf234e",
40
+ "@react-aria/utils": "3.0.0-nightly.1490+baebf234e",
41
+ "@react-aria/virtualizer": "3.3.10-nightly.3189+baebf234e",
42
+ "@react-spectrum/layout": "3.2.6-nightly.3189+baebf234e",
43
+ "@react-spectrum/progress": "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-stately/layout": "3.4.6-nightly.3189+baebf234e",
48
+ "@react-stately/list": "3.4.5-nightly.3189+baebf234e",
49
+ "@react-stately/virtualizer": "3.1.9-nightly.3189+baebf234e",
50
+ "@react-types/listbox": "3.2.5-nightly.3189+baebf234e",
51
+ "@react-types/shared": "3.0.0-nightly.1490+baebf234e",
52
+ "@spectrum-icons/ui": "3.0.0-nightly.1490+baebf234e"
53
53
  },
54
54
  "devDependencies": {
55
- "@adobe/spectrum-css-temp": "3.0.0-nightly.1486+76e5fc206"
55
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.1490+baebf234e"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "@react-spectrum/provider": "^3.2.0",
@@ -62,5 +62,5 @@
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "gitHead": "76e5fc206def83bc18f527a1db4f9dd621a9d0cc"
65
+ "gitHead": "baebf234ebc11a3975c9d7eb673fa1fce362f844"
66
66
  }