@react-aria/select 3.14.5-nightly.4620 → 3.14.5-nightly.4624
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/HiddenSelect.mjs +1 -1
- package/dist/useSelect.mjs +1 -1
- package/package.json +15 -15
package/dist/HiddenSelect.mjs
CHANGED
|
@@ -116,4 +116,4 @@ function $bdd25dc72710631f$export$cbd84cdb2e668835(props) {
|
|
|
116
116
|
|
|
117
117
|
|
|
118
118
|
export {$bdd25dc72710631f$export$f809e80f58e251d1 as useHiddenSelect, $bdd25dc72710631f$export$cbd84cdb2e668835 as HiddenSelect};
|
|
119
|
-
//# sourceMappingURL=HiddenSelect.
|
|
119
|
+
//# sourceMappingURL=HiddenSelect.module.js.map
|
package/dist/useSelect.mjs
CHANGED
|
@@ -154,4 +154,4 @@ function $58aed456727eb0f3$export$e64b2f635402ca43(props, state, ref) {
|
|
|
154
154
|
|
|
155
155
|
|
|
156
156
|
export {$58aed456727eb0f3$export$703601b7e90536f8 as selectData, $58aed456727eb0f3$export$e64b2f635402ca43 as useSelect};
|
|
157
|
-
//# sourceMappingURL=useSelect.
|
|
157
|
+
//# sourceMappingURL=useSelect.module.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-aria/select",
|
|
3
|
-
"version": "3.14.5-nightly.
|
|
3
|
+
"version": "3.14.5-nightly.4624+d80999e89",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -22,19 +22,19 @@
|
|
|
22
22
|
"url": "https://github.com/adobe/react-spectrum"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@react-aria/form": "3.0.5-nightly.
|
|
26
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
|
27
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
28
|
-
"@react-aria/label": "3.0.0-nightly.
|
|
29
|
-
"@react-aria/listbox": "3.12.1-nightly.
|
|
30
|
-
"@react-aria/menu": "3.14.1-nightly.
|
|
31
|
-
"@react-aria/selection": "3.0.0-nightly.
|
|
32
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
33
|
-
"@react-aria/visually-hidden": "3.0.0-nightly.
|
|
34
|
-
"@react-stately/select": "3.6.4-nightly.
|
|
35
|
-
"@react-types/button": "3.9.4-nightly.
|
|
36
|
-
"@react-types/select": "3.9.4-nightly.
|
|
37
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
25
|
+
"@react-aria/form": "3.0.5-nightly.4624+d80999e89",
|
|
26
|
+
"@react-aria/i18n": "3.0.0-nightly.2912+d80999e89",
|
|
27
|
+
"@react-aria/interactions": "3.0.0-nightly.2912+d80999e89",
|
|
28
|
+
"@react-aria/label": "3.0.0-nightly.2912+d80999e89",
|
|
29
|
+
"@react-aria/listbox": "3.12.1-nightly.4624+d80999e89",
|
|
30
|
+
"@react-aria/menu": "3.14.1-nightly.4624+d80999e89",
|
|
31
|
+
"@react-aria/selection": "3.0.0-nightly.2912+d80999e89",
|
|
32
|
+
"@react-aria/utils": "3.0.0-nightly.2912+d80999e89",
|
|
33
|
+
"@react-aria/visually-hidden": "3.0.0-nightly.2912+d80999e89",
|
|
34
|
+
"@react-stately/select": "3.6.4-nightly.4624+d80999e89",
|
|
35
|
+
"@react-types/button": "3.9.4-nightly.4624+d80999e89",
|
|
36
|
+
"@react-types/select": "3.9.4-nightly.4624+d80999e89",
|
|
37
|
+
"@react-types/shared": "3.0.0-nightly.2912+d80999e89",
|
|
38
38
|
"@swc/helpers": "^0.5.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
|
|
48
48
|
}
|