@react-spectrum/radio 3.7.2 → 3.7.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 +11 -11
package/dist/import.mjs
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
"use client";
|
2
|
-
|
3
1
|
import "./main.css";
|
4
2
|
import {useStyleProps as $4hD9r$useStyleProps, useFocusableRef as $4hD9r$useFocusableRef, classNames as $4hD9r$classNames, useDOMRef as $4hD9r$useDOMRef} from "@react-spectrum/utils";
|
5
3
|
import {FocusRing as $4hD9r$FocusRing} from "@react-aria/focus";
|
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 {useStyleProps as $4hD9r$useStyleProps, useFocusableRef as $4hD9r$useFocusableRef, classNames as $4hD9r$classNames, useDOMRef as $4hD9r$useDOMRef} from "@react-spectrum/utils";
|
5
3
|
import {FocusRing as $4hD9r$FocusRing} from "@react-aria/focus";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-spectrum/radio",
|
3
|
-
"version": "3.7.
|
3
|
+
"version": "3.7.4",
|
4
4
|
"description": "Spectrum UI components in React",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "dist/main.js",
|
@@ -36,15 +36,15 @@
|
|
36
36
|
"url": "https://github.com/adobe/react-spectrum"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@react-aria/focus": "^3.16.
|
40
|
-
"@react-aria/interactions": "^3.
|
41
|
-
"@react-aria/radio": "^3.10.
|
42
|
-
"@react-spectrum/form": "^3.7.
|
43
|
-
"@react-spectrum/label": "^3.16.
|
44
|
-
"@react-spectrum/utils": "^3.11.
|
45
|
-
"@react-stately/radio": "^3.10.
|
46
|
-
"@react-types/radio": "^3.7.
|
47
|
-
"@react-types/shared": "^3.22.
|
39
|
+
"@react-aria/focus": "^3.16.2",
|
40
|
+
"@react-aria/interactions": "^3.21.1",
|
41
|
+
"@react-aria/radio": "^3.10.2",
|
42
|
+
"@react-spectrum/form": "^3.7.4",
|
43
|
+
"@react-spectrum/label": "^3.16.4",
|
44
|
+
"@react-spectrum/utils": "^3.11.5",
|
45
|
+
"@react-stately/radio": "^3.10.2",
|
46
|
+
"@react-types/radio": "^3.7.1",
|
47
|
+
"@react-types/shared": "^3.22.1",
|
48
48
|
"@swc/helpers": "^0.5.0"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
@@ -57,5 +57,5 @@
|
|
57
57
|
"publishConfig": {
|
58
58
|
"access": "public"
|
59
59
|
},
|
60
|
-
"gitHead": "
|
60
|
+
"gitHead": "de9f84a22583fc741c29b341d14cd35ef4cca161"
|
61
61
|
}
|