@react-stately/combobox 3.8.4-nightly.4619 → 3.8.4-nightly.4623
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/useComboBoxState.mjs +1 -1
- package/package.json +10 -10
|
@@ -291,4 +291,4 @@ function $a9e7382a7d111cb5$var$filterNodes(collection, nodes, inputValue, filter
|
|
|
291
291
|
|
|
292
292
|
|
|
293
293
|
export {$a9e7382a7d111cb5$export$b453a3bfd4a5fa9e as useComboBoxState};
|
|
294
|
-
//# sourceMappingURL=useComboBoxState.
|
|
294
|
+
//# sourceMappingURL=useComboBoxState.module.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-stately/combobox",
|
|
3
|
-
"version": "3.8.4-nightly.
|
|
3
|
+
"version": "3.8.4-nightly.4623+b294de874",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"url": "https://github.com/adobe/react-spectrum"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@react-stately/collections": "3.0.0-nightly.
|
|
26
|
-
"@react-stately/form": "3.0.3-nightly.
|
|
27
|
-
"@react-stately/list": "3.10.5-nightly.
|
|
28
|
-
"@react-stately/overlays": "3.6.7-nightly.
|
|
29
|
-
"@react-stately/select": "3.6.4-nightly.
|
|
30
|
-
"@react-stately/utils": "3.0.0-nightly.
|
|
31
|
-
"@react-types/combobox": "3.11.1-nightly.
|
|
32
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
25
|
+
"@react-stately/collections": "3.0.0-nightly.2911+b294de874",
|
|
26
|
+
"@react-stately/form": "3.0.3-nightly.4623+b294de874",
|
|
27
|
+
"@react-stately/list": "3.10.5-nightly.4623+b294de874",
|
|
28
|
+
"@react-stately/overlays": "3.6.7-nightly.4623+b294de874",
|
|
29
|
+
"@react-stately/select": "3.6.4-nightly.4623+b294de874",
|
|
30
|
+
"@react-stately/utils": "3.0.0-nightly.2911+b294de874",
|
|
31
|
+
"@react-types/combobox": "3.11.1-nightly.4623+b294de874",
|
|
32
|
+
"@react-types/shared": "3.0.0-nightly.2911+b294de874",
|
|
33
33
|
"@swc/helpers": "^0.5.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
|
|
42
42
|
}
|