@react-spectrum/autocomplete 3.0.0-nightly.4285 → 3.0.0-nightly.4287

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.4285+9ce2f674e",
3
+ "version": "3.0.0-nightly.4287+2bfb2a11f",
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.4285+9ce2f674e",
40
- "@react-aria/button": "3.0.0-nightly.2574+9ce2f674e",
41
- "@react-aria/dialog": "3.0.0-nightly.2574+9ce2f674e",
42
- "@react-aria/focus": "3.0.0-nightly.2574+9ce2f674e",
43
- "@react-aria/form": "3.0.1-nightly.4285+9ce2f674e",
44
- "@react-aria/i18n": "3.0.0-nightly.2574+9ce2f674e",
45
- "@react-aria/interactions": "3.0.0-nightly.2574+9ce2f674e",
46
- "@react-aria/label": "3.0.0-nightly.2574+9ce2f674e",
47
- "@react-aria/overlays": "3.0.0-nightly.2574+9ce2f674e",
48
- "@react-aria/utils": "3.0.0-nightly.2574+9ce2f674e",
49
- "@react-spectrum/button": "3.0.0-nightly.2574+9ce2f674e",
50
- "@react-spectrum/form": "3.0.0-nightly.2574+9ce2f674e",
51
- "@react-spectrum/label": "3.16.1-nightly.4285+9ce2f674e",
52
- "@react-spectrum/listbox": "3.12.3-nightly.4285+9ce2f674e",
53
- "@react-spectrum/overlays": "3.0.0-nightly.2574+9ce2f674e",
54
- "@react-spectrum/progress": "3.0.0-nightly.2574+9ce2f674e",
55
- "@react-spectrum/textfield": "3.0.0-nightly.2574+9ce2f674e",
56
- "@react-spectrum/utils": "3.0.0-nightly.2574+9ce2f674e",
57
- "@react-stately/collections": "3.0.0-nightly.2574+9ce2f674e",
58
- "@react-stately/combobox": "3.8.1-nightly.4285+9ce2f674e",
59
- "@react-types/autocomplete": "3.0.0-nightly.4285+9ce2f674e",
60
- "@react-types/button": "3.9.2-nightly.4285+9ce2f674e",
61
- "@react-types/shared": "3.0.0-nightly.2574+9ce2f674e",
62
- "@spectrum-icons/ui": "3.0.0-nightly.2574+9ce2f674e",
39
+ "@react-aria/autocomplete": "3.0.0-nightly.4287+2bfb2a11f",
40
+ "@react-aria/button": "3.0.0-nightly.2576+2bfb2a11f",
41
+ "@react-aria/dialog": "3.0.0-nightly.2576+2bfb2a11f",
42
+ "@react-aria/focus": "3.0.0-nightly.2576+2bfb2a11f",
43
+ "@react-aria/form": "3.0.1-nightly.4287+2bfb2a11f",
44
+ "@react-aria/i18n": "3.0.0-nightly.2576+2bfb2a11f",
45
+ "@react-aria/interactions": "3.0.0-nightly.2576+2bfb2a11f",
46
+ "@react-aria/label": "3.0.0-nightly.2576+2bfb2a11f",
47
+ "@react-aria/overlays": "3.0.0-nightly.2576+2bfb2a11f",
48
+ "@react-aria/utils": "3.0.0-nightly.2576+2bfb2a11f",
49
+ "@react-spectrum/button": "3.0.0-nightly.2576+2bfb2a11f",
50
+ "@react-spectrum/form": "3.0.0-nightly.2576+2bfb2a11f",
51
+ "@react-spectrum/label": "3.16.1-nightly.4287+2bfb2a11f",
52
+ "@react-spectrum/listbox": "3.12.3-nightly.4287+2bfb2a11f",
53
+ "@react-spectrum/overlays": "3.0.0-nightly.2576+2bfb2a11f",
54
+ "@react-spectrum/progress": "3.0.0-nightly.2576+2bfb2a11f",
55
+ "@react-spectrum/textfield": "3.0.0-nightly.2576+2bfb2a11f",
56
+ "@react-spectrum/utils": "3.0.0-nightly.2576+2bfb2a11f",
57
+ "@react-stately/collections": "3.0.0-nightly.2576+2bfb2a11f",
58
+ "@react-stately/combobox": "3.8.1-nightly.4287+2bfb2a11f",
59
+ "@react-types/autocomplete": "3.0.0-nightly.4287+2bfb2a11f",
60
+ "@react-types/button": "3.9.2-nightly.4287+2bfb2a11f",
61
+ "@react-types/shared": "3.0.0-nightly.2576+2bfb2a11f",
62
+ "@spectrum-icons/ui": "3.0.0-nightly.2576+2bfb2a11f",
63
63
  "@swc/helpers": "^0.5.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2574+9ce2f674e"
66
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2576+2bfb2a11f"
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": "9ce2f674eab2cc8912800d3162dcf00a1ce94274"
76
+ "gitHead": "2bfb2a11f590e47ec9c158c8ef89c05c90fc8adc"
77
77
  }