@react-spectrum/checkbox 3.9.2 → 3.9.4
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 +0 -2
- package/dist/main.js +0 -2
- package/dist/module.js +0 -2
- package/package.json +13 -13
package/dist/import.mjs
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
|
|
3
1
|
import "./main.css";
|
|
4
2
|
import $gpy1V$spectrumiconsuiCheckmarkSmall from "@spectrum-icons/ui/CheckmarkSmall";
|
|
5
3
|
import {useStyleProps as $gpy1V$useStyleProps, useFocusableRef as $gpy1V$useFocusableRef, classNames as $gpy1V$classNames, useDOMRef as $gpy1V$useDOMRef} from "@react-spectrum/utils";
|
package/dist/main.js
CHANGED
package/dist/module.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
|
|
3
1
|
import "./main.css";
|
|
4
2
|
import $gpy1V$spectrumiconsuiCheckmarkSmall from "@spectrum-icons/ui/CheckmarkSmall";
|
|
5
3
|
import {useStyleProps as $gpy1V$useStyleProps, useFocusableRef as $gpy1V$useFocusableRef, classNames as $gpy1V$classNames, useDOMRef as $gpy1V$useDOMRef} from "@react-spectrum/utils";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/checkbox",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.4",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"url": "https://github.com/adobe/react-spectrum"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@react-aria/checkbox": "^3.
|
|
40
|
-
"@react-aria/focus": "^3.16.
|
|
41
|
-
"@react-aria/interactions": "^3.
|
|
42
|
-
"@react-spectrum/form": "^3.7.
|
|
43
|
-
"@react-spectrum/label": "^3.16.
|
|
44
|
-
"@react-spectrum/utils": "^3.11.
|
|
45
|
-
"@react-stately/checkbox": "^3.6.
|
|
46
|
-
"@react-stately/toggle": "^3.7.
|
|
47
|
-
"@react-types/checkbox": "^3.
|
|
48
|
-
"@react-types/shared": "^3.22.
|
|
49
|
-
"@spectrum-icons/ui": "^3.6.
|
|
39
|
+
"@react-aria/checkbox": "^3.14.1",
|
|
40
|
+
"@react-aria/focus": "^3.16.2",
|
|
41
|
+
"@react-aria/interactions": "^3.21.1",
|
|
42
|
+
"@react-spectrum/form": "^3.7.4",
|
|
43
|
+
"@react-spectrum/label": "^3.16.4",
|
|
44
|
+
"@react-spectrum/utils": "^3.11.5",
|
|
45
|
+
"@react-stately/checkbox": "^3.6.3",
|
|
46
|
+
"@react-stately/toggle": "^3.7.2",
|
|
47
|
+
"@react-types/checkbox": "^3.7.1",
|
|
48
|
+
"@react-types/shared": "^3.22.1",
|
|
49
|
+
"@spectrum-icons/ui": "^3.6.5",
|
|
50
50
|
"@swc/helpers": "^0.5.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "de9f84a22583fc741c29b341d14cd35ef4cca161"
|
|
63
63
|
}
|