@react-spectrum/autocomplete 3.0.0-nightly.4734 → 3.0.0-nightly.4738

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.4734+914b5dfeb",
3
+ "version": "3.0.0-nightly.4738+139374acb",
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.4734+914b5dfeb",
40
- "@react-aria/button": "3.0.0-nightly.3022+914b5dfeb",
41
- "@react-aria/dialog": "3.0.0-nightly.3022+914b5dfeb",
42
- "@react-aria/focus": "3.0.0-nightly.3022+914b5dfeb",
43
- "@react-aria/form": "3.0.6-nightly.4734+914b5dfeb",
44
- "@react-aria/i18n": "3.0.0-nightly.3022+914b5dfeb",
45
- "@react-aria/interactions": "3.0.0-nightly.3022+914b5dfeb",
46
- "@react-aria/label": "3.0.0-nightly.3022+914b5dfeb",
47
- "@react-aria/overlays": "3.0.0-nightly.3022+914b5dfeb",
48
- "@react-aria/utils": "3.0.0-nightly.3022+914b5dfeb",
49
- "@react-spectrum/button": "3.0.0-nightly.3022+914b5dfeb",
50
- "@react-spectrum/form": "3.0.0-nightly.3022+914b5dfeb",
51
- "@react-spectrum/label": "3.16.7-nightly.4734+914b5dfeb",
52
- "@react-spectrum/listbox": "3.12.10-nightly.4734+914b5dfeb",
53
- "@react-spectrum/overlays": "3.0.0-nightly.3022+914b5dfeb",
54
- "@react-spectrum/progress": "3.0.0-nightly.3022+914b5dfeb",
55
- "@react-spectrum/textfield": "3.0.0-nightly.3022+914b5dfeb",
56
- "@react-spectrum/utils": "3.0.0-nightly.3022+914b5dfeb",
57
- "@react-stately/collections": "3.0.0-nightly.3022+914b5dfeb",
58
- "@react-stately/combobox": "3.8.5-nightly.4734+914b5dfeb",
59
- "@react-types/autocomplete": "3.0.0-nightly.4734+914b5dfeb",
60
- "@react-types/button": "3.9.5-nightly.4734+914b5dfeb",
61
- "@react-types/shared": "3.0.0-nightly.3022+914b5dfeb",
62
- "@spectrum-icons/ui": "3.0.0-nightly.3022+914b5dfeb",
39
+ "@react-aria/autocomplete": "3.0.0-nightly.4738+139374acb",
40
+ "@react-aria/button": "3.0.0-nightly.3023+139374acb",
41
+ "@react-aria/dialog": "3.0.0-nightly.3023+139374acb",
42
+ "@react-aria/focus": "3.0.0-nightly.3023+139374acb",
43
+ "@react-aria/form": "3.0.7-nightly.4738+139374acb",
44
+ "@react-aria/i18n": "3.0.0-nightly.3023+139374acb",
45
+ "@react-aria/interactions": "3.0.0-nightly.3023+139374acb",
46
+ "@react-aria/label": "3.0.0-nightly.3023+139374acb",
47
+ "@react-aria/overlays": "3.0.0-nightly.3023+139374acb",
48
+ "@react-aria/utils": "3.0.0-nightly.3023+139374acb",
49
+ "@react-spectrum/button": "3.0.0-nightly.3023+139374acb",
50
+ "@react-spectrum/form": "3.0.0-nightly.3023+139374acb",
51
+ "@react-spectrum/label": "3.16.8-nightly.4738+139374acb",
52
+ "@react-spectrum/listbox": "3.13.1-nightly.4738+139374acb",
53
+ "@react-spectrum/overlays": "3.0.0-nightly.3023+139374acb",
54
+ "@react-spectrum/progress": "3.0.0-nightly.3023+139374acb",
55
+ "@react-spectrum/textfield": "3.0.0-nightly.3023+139374acb",
56
+ "@react-spectrum/utils": "3.0.0-nightly.3023+139374acb",
57
+ "@react-stately/collections": "3.0.0-nightly.3023+139374acb",
58
+ "@react-stately/combobox": "3.9.1-nightly.4738+139374acb",
59
+ "@react-types/autocomplete": "3.0.0-nightly.4738+139374acb",
60
+ "@react-types/button": "3.9.6-nightly.4738+139374acb",
61
+ "@react-types/shared": "3.0.0-nightly.3023+139374acb",
62
+ "@spectrum-icons/ui": "3.0.0-nightly.3023+139374acb",
63
63
  "@swc/helpers": "^0.5.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@adobe/spectrum-css-temp": "3.0.0-nightly.3022+914b5dfeb"
66
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.3023+139374acb"
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": "914b5dfeb7c4622ad177993d92b391cf993fd371"
76
+ "gitHead": "139374acb38dd7fb93bc62b346db5a494feecca3"
77
77
  }