@react-aria/checkbox 3.0.0-nightly.2908 → 3.0.0-nightly.2912
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/useCheckbox.mjs +1 -1
- package/dist/useCheckboxGroup.mjs +1 -1
- package/dist/useCheckboxGroupItem.mjs +1 -1
- package/dist/utils.mjs +1 -1
- package/package.json +12 -12
package/dist/useCheckbox.mjs
CHANGED
|
@@ -83,4 +83,4 @@ function $fba3e38d5ca8983f$export$353b32fc6898d37d(props, state, inputRef) {
|
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
export {$fba3e38d5ca8983f$export$353b32fc6898d37d as useCheckboxGroupItem};
|
|
86
|
-
//# sourceMappingURL=useCheckboxGroupItem.
|
|
86
|
+
//# sourceMappingURL=useCheckboxGroupItem.module.js.map
|
package/dist/utils.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-aria/checkbox",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.2912+d80999e89",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -22,16 +22,16 @@
|
|
|
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/interactions": "3.0.0-nightly.
|
|
27
|
-
"@react-aria/label": "3.0.0-nightly.
|
|
28
|
-
"@react-aria/toggle": "3.0.0-nightly.
|
|
29
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
30
|
-
"@react-stately/checkbox": "3.6.5-nightly.
|
|
31
|
-
"@react-stately/form": "3.0.3-nightly.
|
|
32
|
-
"@react-stately/toggle": "3.0.0-nightly.
|
|
33
|
-
"@react-types/checkbox": "3.0.0-nightly.
|
|
34
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
25
|
+
"@react-aria/form": "3.0.5-nightly.4624+d80999e89",
|
|
26
|
+
"@react-aria/interactions": "3.0.0-nightly.2912+d80999e89",
|
|
27
|
+
"@react-aria/label": "3.0.0-nightly.2912+d80999e89",
|
|
28
|
+
"@react-aria/toggle": "3.0.0-nightly.2912+d80999e89",
|
|
29
|
+
"@react-aria/utils": "3.0.0-nightly.2912+d80999e89",
|
|
30
|
+
"@react-stately/checkbox": "3.6.5-nightly.4624+d80999e89",
|
|
31
|
+
"@react-stately/form": "3.0.3-nightly.4624+d80999e89",
|
|
32
|
+
"@react-stately/toggle": "3.0.0-nightly.2912+d80999e89",
|
|
33
|
+
"@react-types/checkbox": "3.0.0-nightly.2912+d80999e89",
|
|
34
|
+
"@react-types/shared": "3.0.0-nightly.2912+d80999e89",
|
|
35
35
|
"@swc/helpers": "^0.5.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
|
|
44
44
|
}
|