@react-aria/tooltip 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/useTooltip.mjs
CHANGED
|
@@ -110,4 +110,4 @@ function $4e1b34546679e357$export$a6da6c504e4bba8b(props, state, ref) {
|
|
|
110
110
|
|
|
111
111
|
|
|
112
112
|
export {$4e1b34546679e357$export$a6da6c504e4bba8b as useTooltipTrigger};
|
|
113
|
-
//# sourceMappingURL=useTooltipTrigger.
|
|
113
|
+
//# sourceMappingURL=useTooltipTrigger.module.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-aria/tooltip",
|
|
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,12 +22,12 @@
|
|
|
22
22
|
"url": "https://github.com/adobe/react-spectrum"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@react-aria/focus": "3.0.0-nightly.
|
|
26
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
27
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
28
|
-
"@react-stately/tooltip": "3.4.9-nightly.
|
|
29
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
30
|
-
"@react-types/tooltip": "3.4.9-nightly.
|
|
25
|
+
"@react-aria/focus": "3.0.0-nightly.2912+d80999e89",
|
|
26
|
+
"@react-aria/interactions": "3.0.0-nightly.2912+d80999e89",
|
|
27
|
+
"@react-aria/utils": "3.0.0-nightly.2912+d80999e89",
|
|
28
|
+
"@react-stately/tooltip": "3.4.9-nightly.4624+d80999e89",
|
|
29
|
+
"@react-types/shared": "3.0.0-nightly.2912+d80999e89",
|
|
30
|
+
"@react-types/tooltip": "3.4.9-nightly.4624+d80999e89",
|
|
31
31
|
"@swc/helpers": "^0.5.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
|
|
40
40
|
}
|