@react-spectrum/autocomplete 3.0.0-alpha.43 → 3.0.0-alpha.45
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.
- package/package.json +31 -27
package/package.json
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/autocomplete",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.45",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"module": "dist/module.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"
|
|
9
|
+
"source": "./src/index.ts",
|
|
10
|
+
"types": [
|
|
11
|
+
"./dist/types.d.ts",
|
|
12
|
+
"./src/index.ts"
|
|
13
|
+
],
|
|
10
14
|
"import": "./dist/import.mjs",
|
|
11
15
|
"require": "./dist/main.js"
|
|
12
16
|
},
|
|
@@ -36,30 +40,30 @@
|
|
|
36
40
|
"url": "https://github.com/adobe/react-spectrum"
|
|
37
41
|
},
|
|
38
42
|
"dependencies": {
|
|
39
|
-
"@react-aria/autocomplete": "3.0.0-beta.
|
|
40
|
-
"@react-aria/button": "^3.13.
|
|
41
|
-
"@react-aria/dialog": "^3.5.
|
|
42
|
-
"@react-aria/focus": "^3.20.
|
|
43
|
-
"@react-aria/form": "^3.0.
|
|
44
|
-
"@react-aria/i18n": "^3.12.
|
|
45
|
-
"@react-aria/interactions": "^3.25.
|
|
46
|
-
"@react-aria/label": "^3.7.
|
|
47
|
-
"@react-aria/overlays": "^3.27.
|
|
48
|
-
"@react-aria/utils": "^3.29.
|
|
49
|
-
"@react-spectrum/button": "^3.16.
|
|
50
|
-
"@react-spectrum/form": "^3.7.
|
|
51
|
-
"@react-spectrum/label": "^3.16.
|
|
52
|
-
"@react-spectrum/listbox": "^3.15.
|
|
53
|
-
"@react-spectrum/overlays": "^5.7.
|
|
54
|
-
"@react-spectrum/progress": "^3.7.
|
|
55
|
-
"@react-spectrum/textfield": "^3.13.
|
|
56
|
-
"@react-spectrum/utils": "^3.12.
|
|
57
|
-
"@react-stately/collections": "^3.12.
|
|
58
|
-
"@react-stately/combobox": "^3.10.
|
|
59
|
-
"@react-types/autocomplete": "3.0.0-alpha.
|
|
60
|
-
"@react-types/button": "^3.12.
|
|
61
|
-
"@react-types/shared": "^3.
|
|
62
|
-
"@spectrum-icons/ui": "^3.6.
|
|
43
|
+
"@react-aria/autocomplete": "3.0.0-beta.5",
|
|
44
|
+
"@react-aria/button": "^3.13.3",
|
|
45
|
+
"@react-aria/dialog": "^3.5.27",
|
|
46
|
+
"@react-aria/focus": "^3.20.5",
|
|
47
|
+
"@react-aria/form": "^3.0.18",
|
|
48
|
+
"@react-aria/i18n": "^3.12.10",
|
|
49
|
+
"@react-aria/interactions": "^3.25.3",
|
|
50
|
+
"@react-aria/label": "^3.7.19",
|
|
51
|
+
"@react-aria/overlays": "^3.27.3",
|
|
52
|
+
"@react-aria/utils": "^3.29.1",
|
|
53
|
+
"@react-spectrum/button": "^3.16.16",
|
|
54
|
+
"@react-spectrum/form": "^3.7.16",
|
|
55
|
+
"@react-spectrum/label": "^3.16.16",
|
|
56
|
+
"@react-spectrum/listbox": "^3.15.3",
|
|
57
|
+
"@react-spectrum/overlays": "^5.7.7",
|
|
58
|
+
"@react-spectrum/progress": "^3.7.17",
|
|
59
|
+
"@react-spectrum/textfield": "^3.13.5",
|
|
60
|
+
"@react-spectrum/utils": "^3.12.6",
|
|
61
|
+
"@react-stately/collections": "^3.12.5",
|
|
62
|
+
"@react-stately/combobox": "^3.10.6",
|
|
63
|
+
"@react-types/autocomplete": "3.0.0-alpha.32",
|
|
64
|
+
"@react-types/button": "^3.12.2",
|
|
65
|
+
"@react-types/shared": "^3.30.0",
|
|
66
|
+
"@spectrum-icons/ui": "^3.6.17",
|
|
63
67
|
"@swc/helpers": "^0.5.0"
|
|
64
68
|
},
|
|
65
69
|
"devDependencies": {
|
|
@@ -73,5 +77,5 @@
|
|
|
73
77
|
"publishConfig": {
|
|
74
78
|
"access": "public"
|
|
75
79
|
},
|
|
76
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "a063122082d2b372e4846b58c85ae69ec73887ff"
|
|
77
81
|
}
|