@react-aria/autocomplete 3.0.0-nightly.3085 → 3.0.0-nightly.3100

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 (3) hide show
  1. package/dist/main.js +10 -10
  2. package/dist/module.js +10 -10
  3. package/package.json +19 -19
package/dist/main.js CHANGED
@@ -1,6 +1,6 @@
1
- var $8wLA3$reactariautils = require("@react-aria/utils");
2
- var $8wLA3$reactariacombobox = require("@react-aria/combobox");
3
- var $8wLA3$reactariasearchfield = require("@react-aria/searchfield");
1
+ var $51hfB$reactariautils = require("@react-aria/utils");
2
+ var $51hfB$reactariacombobox = require("@react-aria/combobox");
3
+ var $51hfB$reactariasearchfield = require("@react-aria/searchfield");
4
4
 
5
5
  function $parcel$exportWildcard(dest, source) {
6
6
  Object.keys(source).forEach(function(key) {
@@ -21,16 +21,16 @@ function $parcel$exportWildcard(dest, source) {
21
21
  function $parcel$export(e, n, v, s) {
22
22
  Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
23
23
  }
24
- var $91263c2eaaf8f104$exports = {};
24
+ var $c9cabc3db9f996d9$exports = {};
25
25
 
26
- $parcel$export($91263c2eaaf8f104$exports, "useSearchAutocomplete", () => $91263c2eaaf8f104$export$da7ade746446be1f);
26
+ $parcel$export($c9cabc3db9f996d9$exports, "useSearchAutocomplete", () => $c9cabc3db9f996d9$export$da7ade746446be1f);
27
27
 
28
28
 
29
29
 
30
- function $91263c2eaaf8f104$export$da7ade746446be1f(props, state) {
30
+ function $c9cabc3db9f996d9$export$da7ade746446be1f(props, state) {
31
31
  let { popoverRef: popoverRef , inputRef: inputRef , listBoxRef: listBoxRef , keyboardDelegate: keyboardDelegate , onSubmit: onSubmit = ()=>{
32
32
  } } = props;
33
- let { inputProps: inputProps , clearButtonProps: clearButtonProps } = $8wLA3$reactariasearchfield.useSearchField({
33
+ let { inputProps: inputProps , clearButtonProps: clearButtonProps } = $51hfB$reactariasearchfield.useSearchField({
34
34
  ...props,
35
35
  value: state.inputValue,
36
36
  onChange: state.setInputValue,
@@ -45,7 +45,7 @@ function $91263c2eaaf8f104$export$da7ade746446be1f(props, state) {
45
45
  value: state.inputValue,
46
46
  setValue: state.setInputValue
47
47
  }, inputRef);
48
- let { listBoxProps: listBoxProps , labelProps: labelProps , inputProps: comboBoxInputProps } = $8wLA3$reactariacombobox.useComboBox({
48
+ let { listBoxProps: listBoxProps , labelProps: labelProps , inputProps: comboBoxInputProps } = $51hfB$reactariacombobox.useComboBox({
49
49
  ...props,
50
50
  keyboardDelegate: keyboardDelegate,
51
51
  popoverRef: popoverRef,
@@ -56,14 +56,14 @@ function $91263c2eaaf8f104$export$da7ade746446be1f(props, state) {
56
56
  }, state);
57
57
  return {
58
58
  labelProps: labelProps,
59
- inputProps: $8wLA3$reactariautils.mergeProps(inputProps, comboBoxInputProps),
59
+ inputProps: $51hfB$reactariautils.mergeProps(inputProps, comboBoxInputProps),
60
60
  listBoxProps: listBoxProps,
61
61
  clearButtonProps: clearButtonProps
62
62
  };
63
63
  }
64
64
 
65
65
 
66
- $parcel$exportWildcard(module.exports, $91263c2eaaf8f104$exports);
66
+ $parcel$exportWildcard(module.exports, $c9cabc3db9f996d9$exports);
67
67
 
68
68
 
69
69
  //# sourceMappingURL=main.js.map
package/dist/module.js CHANGED
@@ -1,20 +1,20 @@
1
- import {mergeProps as $fxpeg$mergeProps} from "@react-aria/utils";
2
- import {useComboBox as $fxpeg$useComboBox} from "@react-aria/combobox";
3
- import {useSearchField as $fxpeg$useSearchField} from "@react-aria/searchfield";
1
+ import {mergeProps as $47e58$mergeProps} from "@react-aria/utils";
2
+ import {useComboBox as $47e58$useComboBox} from "@react-aria/combobox";
3
+ import {useSearchField as $47e58$useSearchField} from "@react-aria/searchfield";
4
4
 
5
5
  function $parcel$export(e, n, v, s) {
6
6
  Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
7
7
  }
8
- var $45eadf3b3ce56934$exports = {};
8
+ var $5a38129ece344ad1$exports = {};
9
9
 
10
- $parcel$export($45eadf3b3ce56934$exports, "useSearchAutocomplete", () => $45eadf3b3ce56934$export$da7ade746446be1f);
10
+ $parcel$export($5a38129ece344ad1$exports, "useSearchAutocomplete", () => $5a38129ece344ad1$export$da7ade746446be1f);
11
11
 
12
12
 
13
13
 
14
- function $45eadf3b3ce56934$export$da7ade746446be1f(props, state) {
14
+ function $5a38129ece344ad1$export$da7ade746446be1f(props, state) {
15
15
  let { popoverRef: popoverRef , inputRef: inputRef , listBoxRef: listBoxRef , keyboardDelegate: keyboardDelegate , onSubmit: onSubmit = ()=>{
16
16
  } } = props;
17
- let { inputProps: inputProps , clearButtonProps: clearButtonProps } = $fxpeg$useSearchField({
17
+ let { inputProps: inputProps , clearButtonProps: clearButtonProps } = $47e58$useSearchField({
18
18
  ...props,
19
19
  value: state.inputValue,
20
20
  onChange: state.setInputValue,
@@ -29,7 +29,7 @@ function $45eadf3b3ce56934$export$da7ade746446be1f(props, state) {
29
29
  value: state.inputValue,
30
30
  setValue: state.setInputValue
31
31
  }, inputRef);
32
- let { listBoxProps: listBoxProps , labelProps: labelProps , inputProps: comboBoxInputProps } = $fxpeg$useComboBox({
32
+ let { listBoxProps: listBoxProps , labelProps: labelProps , inputProps: comboBoxInputProps } = $47e58$useComboBox({
33
33
  ...props,
34
34
  keyboardDelegate: keyboardDelegate,
35
35
  popoverRef: popoverRef,
@@ -40,7 +40,7 @@ function $45eadf3b3ce56934$export$da7ade746446be1f(props, state) {
40
40
  }, state);
41
41
  return {
42
42
  labelProps: labelProps,
43
- inputProps: $fxpeg$mergeProps(inputProps, comboBoxInputProps),
43
+ inputProps: $47e58$mergeProps(inputProps, comboBoxInputProps),
44
44
  listBoxProps: listBoxProps,
45
45
  clearButtonProps: clearButtonProps
46
46
  };
@@ -49,5 +49,5 @@ function $45eadf3b3ce56934$export$da7ade746446be1f(props, state) {
49
49
 
50
50
 
51
51
 
52
- export {$45eadf3b3ce56934$export$da7ade746446be1f as useSearchAutocomplete};
52
+ export {$5a38129ece344ad1$export$da7ade746446be1f as useSearchAutocomplete};
53
53
  //# sourceMappingURL=module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-aria/autocomplete",
3
- "version": "3.0.0-nightly.3085+dfe72ee07",
3
+ "version": "3.0.0-nightly.3100+da2aa7467",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -18,23 +18,23 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@babel/runtime": "^7.6.2",
21
- "@react-aria/combobox": "3.2.2-nightly.3085+dfe72ee07",
22
- "@react-aria/i18n": "3.0.0-nightly.1394+dfe72ee07",
23
- "@react-aria/listbox": "3.4.1-nightly.3085+dfe72ee07",
24
- "@react-aria/live-announcer": "3.0.0-nightly.1394+dfe72ee07",
25
- "@react-aria/menu": "3.3.1-nightly.3085+dfe72ee07",
26
- "@react-aria/overlays": "3.0.0-nightly.1394+dfe72ee07",
27
- "@react-aria/searchfield": "3.0.0-nightly.1394+dfe72ee07",
28
- "@react-aria/selection": "3.0.0-nightly.1394+dfe72ee07",
29
- "@react-aria/textfield": "3.0.0-nightly.1394+dfe72ee07",
30
- "@react-aria/utils": "3.0.0-nightly.1394+dfe72ee07",
31
- "@react-stately/collections": "3.0.0-nightly.1394+dfe72ee07",
32
- "@react-stately/combobox": "3.0.2-nightly.3085+dfe72ee07",
33
- "@react-types/autocomplete": "3.0.0-nightly.3085+dfe72ee07",
34
- "@react-types/button": "3.4.2-nightly.3085+dfe72ee07",
35
- "@react-types/combobox": "3.2.2-nightly.3085+dfe72ee07",
36
- "@react-types/searchfield": "3.0.0-nightly.1394+dfe72ee07",
37
- "@react-types/shared": "3.0.0-nightly.1394+dfe72ee07"
21
+ "@react-aria/combobox": "3.2.2-nightly.3100+da2aa7467",
22
+ "@react-aria/i18n": "3.0.0-nightly.1409+da2aa7467",
23
+ "@react-aria/listbox": "3.4.1-nightly.3100+da2aa7467",
24
+ "@react-aria/live-announcer": "3.0.0-nightly.1409+da2aa7467",
25
+ "@react-aria/menu": "3.3.1-nightly.3100+da2aa7467",
26
+ "@react-aria/overlays": "3.0.0-nightly.1409+da2aa7467",
27
+ "@react-aria/searchfield": "3.0.0-nightly.1409+da2aa7467",
28
+ "@react-aria/selection": "3.0.0-nightly.1409+da2aa7467",
29
+ "@react-aria/textfield": "3.0.0-nightly.1409+da2aa7467",
30
+ "@react-aria/utils": "3.0.0-nightly.1409+da2aa7467",
31
+ "@react-stately/collections": "3.0.0-nightly.1409+da2aa7467",
32
+ "@react-stately/combobox": "3.0.2-nightly.3100+da2aa7467",
33
+ "@react-types/autocomplete": "3.0.0-nightly.3100+da2aa7467",
34
+ "@react-types/button": "3.4.2-nightly.3100+da2aa7467",
35
+ "@react-types/combobox": "3.2.2-nightly.3100+da2aa7467",
36
+ "@react-types/searchfield": "3.0.0-nightly.1409+da2aa7467",
37
+ "@react-types/shared": "3.0.0-nightly.1409+da2aa7467"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": "^16.8.0 || ^17.0.0-rc.1"
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "dfe72ee076f7ca27728d0b6b4c1ef86e11191ece"
45
+ "gitHead": "da2aa74670fbd93335ff01401ca53826b3602777"
46
46
  }