@react-aria/visually-hidden 3.0.0-nightly.2908 → 3.0.0-nightly.2911
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/VisuallyHidden.mjs +1 -1
- package/package.json +5 -5
package/dist/VisuallyHidden.mjs
CHANGED
|
@@ -62,4 +62,4 @@ function $5c3e21d68f1c4674$export$439d29a4e110a164(props) {
|
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
export {$5c3e21d68f1c4674$export$a966af930f325cab as useVisuallyHidden, $5c3e21d68f1c4674$export$439d29a4e110a164 as VisuallyHidden};
|
|
65
|
-
//# sourceMappingURL=VisuallyHidden.
|
|
65
|
+
//# sourceMappingURL=VisuallyHidden.module.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-aria/visually-hidden",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.2911+b294de874",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"url": "https://github.com/adobe/react-spectrum"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
28
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
29
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
27
|
+
"@react-aria/interactions": "3.0.0-nightly.2911+b294de874",
|
|
28
|
+
"@react-aria/utils": "3.0.0-nightly.2911+b294de874",
|
|
29
|
+
"@react-types/shared": "3.0.0-nightly.2911+b294de874",
|
|
30
30
|
"@swc/helpers": "^0.5.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
|
|
39
39
|
}
|