@react-spectrum/combobox 3.7.3-nightly.3696 → 3.7.3-nightly.3705
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/dist/import.mjs +1302 -0
- package/package.json +32 -27
package/package.json
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/combobox",
|
|
3
|
-
"version": "3.7.3-nightly.
|
|
3
|
+
"version": "3.7.3-nightly.3705+93b3c951e",
|
|
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
|
+
"exports": {
|
|
9
|
+
"types": "./dist/types.d.ts",
|
|
10
|
+
"import": "./dist/import.mjs",
|
|
11
|
+
"require": "./dist/main.js"
|
|
12
|
+
},
|
|
8
13
|
"types": "dist/types.d.ts",
|
|
9
14
|
"source": "src/index.ts",
|
|
10
15
|
"files": [
|
|
@@ -31,34 +36,34 @@
|
|
|
31
36
|
"url": "https://github.com/adobe/react-spectrum"
|
|
32
37
|
},
|
|
33
38
|
"dependencies": {
|
|
34
|
-
"@react-aria/button": "3.0.0-nightly.
|
|
35
|
-
"@react-aria/combobox": "3.4.5-nightly.
|
|
36
|
-
"@react-aria/dialog": "3.0.0-nightly.
|
|
37
|
-
"@react-aria/focus": "3.0.0-nightly.
|
|
38
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
|
39
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
40
|
-
"@react-aria/label": "3.0.0-nightly.
|
|
41
|
-
"@react-aria/overlays": "3.0.0-nightly.
|
|
42
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
43
|
-
"@react-spectrum/button": "3.0.0-nightly.
|
|
44
|
-
"@react-spectrum/label": "3.10.2-nightly.
|
|
45
|
-
"@react-spectrum/listbox": "3.8.4-nightly.
|
|
46
|
-
"@react-spectrum/overlays": "3.0.0-nightly.
|
|
47
|
-
"@react-spectrum/progress": "3.0.0-nightly.
|
|
48
|
-
"@react-spectrum/textfield": "3.0.0-nightly.
|
|
49
|
-
"@react-spectrum/utils": "3.0.0-nightly.
|
|
50
|
-
"@react-stately/collections": "3.0.0-nightly.
|
|
51
|
-
"@react-stately/combobox": "3.3.2-nightly.
|
|
52
|
-
"@react-types/button": "3.7.1-nightly.
|
|
53
|
-
"@react-types/combobox": "3.5.6-nightly.
|
|
54
|
-
"@react-types/overlays": "3.6.6-nightly.
|
|
55
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
56
|
-
"@react-types/textfield": "3.0.0-nightly.
|
|
57
|
-
"@spectrum-icons/ui": "3.0.0-nightly.
|
|
39
|
+
"@react-aria/button": "3.0.0-nightly.2005+93b3c951e",
|
|
40
|
+
"@react-aria/combobox": "3.4.5-nightly.3705+93b3c951e",
|
|
41
|
+
"@react-aria/dialog": "3.0.0-nightly.2005+93b3c951e",
|
|
42
|
+
"@react-aria/focus": "3.0.0-nightly.2005+93b3c951e",
|
|
43
|
+
"@react-aria/i18n": "3.0.0-nightly.2005+93b3c951e",
|
|
44
|
+
"@react-aria/interactions": "3.0.0-nightly.2005+93b3c951e",
|
|
45
|
+
"@react-aria/label": "3.0.0-nightly.2005+93b3c951e",
|
|
46
|
+
"@react-aria/overlays": "3.0.0-nightly.2005+93b3c951e",
|
|
47
|
+
"@react-aria/utils": "3.0.0-nightly.2005+93b3c951e",
|
|
48
|
+
"@react-spectrum/button": "3.0.0-nightly.2005+93b3c951e",
|
|
49
|
+
"@react-spectrum/label": "3.10.2-nightly.3705+93b3c951e",
|
|
50
|
+
"@react-spectrum/listbox": "3.8.4-nightly.3705+93b3c951e",
|
|
51
|
+
"@react-spectrum/overlays": "3.0.0-nightly.2005+93b3c951e",
|
|
52
|
+
"@react-spectrum/progress": "3.0.0-nightly.2005+93b3c951e",
|
|
53
|
+
"@react-spectrum/textfield": "3.0.0-nightly.2005+93b3c951e",
|
|
54
|
+
"@react-spectrum/utils": "3.0.0-nightly.2005+93b3c951e",
|
|
55
|
+
"@react-stately/collections": "3.0.0-nightly.2005+93b3c951e",
|
|
56
|
+
"@react-stately/combobox": "3.3.2-nightly.3705+93b3c951e",
|
|
57
|
+
"@react-types/button": "3.7.1-nightly.3705+93b3c951e",
|
|
58
|
+
"@react-types/combobox": "3.5.6-nightly.3705+93b3c951e",
|
|
59
|
+
"@react-types/overlays": "3.6.6-nightly.3705+93b3c951e",
|
|
60
|
+
"@react-types/shared": "3.0.0-nightly.2005+93b3c951e",
|
|
61
|
+
"@react-types/textfield": "3.0.0-nightly.2005+93b3c951e",
|
|
62
|
+
"@spectrum-icons/ui": "3.0.0-nightly.2005+93b3c951e",
|
|
58
63
|
"@swc/helpers": "^0.4.14"
|
|
59
64
|
},
|
|
60
65
|
"devDependencies": {
|
|
61
|
-
"@adobe/spectrum-css-temp": "3.0.0-nightly.
|
|
66
|
+
"@adobe/spectrum-css-temp": "3.0.0-nightly.2005+93b3c951e"
|
|
62
67
|
},
|
|
63
68
|
"peerDependencies": {
|
|
64
69
|
"@react-spectrum/provider": "^3.0.0",
|
|
@@ -68,5 +73,5 @@
|
|
|
68
73
|
"publishConfig": {
|
|
69
74
|
"access": "public"
|
|
70
75
|
},
|
|
71
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "93b3c951eb784b14183f9988f2d188b34de8f42d"
|
|
72
77
|
}
|