@react-spectrum/autocomplete 3.0.0-nightly.4718 → 3.0.0-nightly.4730

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 (1) hide show
  1. package/package.json +27 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/autocomplete",
3
- "version": "3.0.0-nightly.4718+4b27a0c02",
3
+ "version": "3.0.0-nightly.4730+927758756",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,34 +36,34 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/autocomplete": "3.0.0-nightly.4718+4b27a0c02",
40
- "@react-aria/button": "3.0.0-nightly.3006+4b27a0c02",
41
- "@react-aria/dialog": "3.0.0-nightly.3006+4b27a0c02",
42
- "@react-aria/focus": "3.0.0-nightly.3006+4b27a0c02",
43
- "@react-aria/form": "3.0.6-nightly.4718+4b27a0c02",
44
- "@react-aria/i18n": "3.0.0-nightly.3006+4b27a0c02",
45
- "@react-aria/interactions": "3.0.0-nightly.3006+4b27a0c02",
46
- "@react-aria/label": "3.0.0-nightly.3006+4b27a0c02",
47
- "@react-aria/overlays": "3.0.0-nightly.3006+4b27a0c02",
48
- "@react-aria/utils": "3.0.0-nightly.3006+4b27a0c02",
49
- "@react-spectrum/button": "3.0.0-nightly.3006+4b27a0c02",
50
- "@react-spectrum/form": "3.0.0-nightly.3006+4b27a0c02",
51
- "@react-spectrum/label": "3.16.7-nightly.4718+4b27a0c02",
52
- "@react-spectrum/listbox": "3.12.10-nightly.4718+4b27a0c02",
53
- "@react-spectrum/overlays": "3.0.0-nightly.3006+4b27a0c02",
54
- "@react-spectrum/progress": "3.0.0-nightly.3006+4b27a0c02",
55
- "@react-spectrum/textfield": "3.0.0-nightly.3006+4b27a0c02",
56
- "@react-spectrum/utils": "3.0.0-nightly.3006+4b27a0c02",
57
- "@react-stately/collections": "3.0.0-nightly.3006+4b27a0c02",
58
- "@react-stately/combobox": "3.8.5-nightly.4718+4b27a0c02",
59
- "@react-types/autocomplete": "3.0.0-nightly.4718+4b27a0c02",
60
- "@react-types/button": "3.9.5-nightly.4718+4b27a0c02",
61
- "@react-types/shared": "3.0.0-nightly.3006+4b27a0c02",
62
- "@spectrum-icons/ui": "3.0.0-nightly.3006+4b27a0c02",
39
+ "@react-aria/autocomplete": "3.0.0-nightly.4730+927758756",
40
+ "@react-aria/button": "3.0.0-nightly.3018+927758756",
41
+ "@react-aria/dialog": "3.0.0-nightly.3018+927758756",
42
+ "@react-aria/focus": "3.0.0-nightly.3018+927758756",
43
+ "@react-aria/form": "3.0.6-nightly.4730+927758756",
44
+ "@react-aria/i18n": "3.0.0-nightly.3018+927758756",
45
+ "@react-aria/interactions": "3.0.0-nightly.3018+927758756",
46
+ "@react-aria/label": "3.0.0-nightly.3018+927758756",
47
+ "@react-aria/overlays": "3.0.0-nightly.3018+927758756",
48
+ "@react-aria/utils": "3.0.0-nightly.3018+927758756",
49
+ "@react-spectrum/button": "3.0.0-nightly.3018+927758756",
50
+ "@react-spectrum/form": "3.0.0-nightly.3018+927758756",
51
+ "@react-spectrum/label": "3.16.7-nightly.4730+927758756",
52
+ "@react-spectrum/listbox": "3.12.10-nightly.4730+927758756",
53
+ "@react-spectrum/overlays": "3.0.0-nightly.3018+927758756",
54
+ "@react-spectrum/progress": "3.0.0-nightly.3018+927758756",
55
+ "@react-spectrum/textfield": "3.0.0-nightly.3018+927758756",
56
+ "@react-spectrum/utils": "3.0.0-nightly.3018+927758756",
57
+ "@react-stately/collections": "3.0.0-nightly.3018+927758756",
58
+ "@react-stately/combobox": "3.8.5-nightly.4730+927758756",
59
+ "@react-types/autocomplete": "3.0.0-nightly.4730+927758756",
60
+ "@react-types/button": "3.9.5-nightly.4730+927758756",
61
+ "@react-types/shared": "3.0.0-nightly.3018+927758756",
62
+ "@spectrum-icons/ui": "3.0.0-nightly.3018+927758756",
63
63
  "@swc/helpers": "^0.5.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@adobe/spectrum-css-temp": "3.0.0-nightly.3006+4b27a0c02"
66
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.3018+927758756"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "@react-spectrum/provider": "^3.0.0",
@@ -73,5 +73,5 @@
73
73
  "publishConfig": {
74
74
  "access": "public"
75
75
  },
76
- "gitHead": "4b27a0c027f4fbab9ed1070c748966c902b13429"
76
+ "gitHead": "92775875627ef8a038a4708b1a7addf11809bf35"
77
77
  }