@vx-oss/heroui-v2-tooltip 2.2.28-beta.0 → 2.2.30-beta.0
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/README.md +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Tooltips display a brief, informative message that appears when a user interacts with an element.
|
|
4
4
|
|
|
5
|
-
Please refer to the [documentation](https://heroui.com/docs/components/tooltip) for more information.
|
|
5
|
+
Please refer to the [documentation](https://v2.heroui.com/docs/components/tooltip) for more information.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vx-oss/heroui-v2-tooltip",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.30-beta.0",
|
|
4
4
|
"description": "A React Component for rendering dynamically positioned Tooltips",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tooltip"
|
|
@@ -29,20 +29,20 @@
|
|
|
29
29
|
"react-dom": ">=18 || >=19.0.0-rc.0",
|
|
30
30
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
31
31
|
"@vx-oss/heroui-v2-theme": ">=2.4.27-beta.0",
|
|
32
|
-
"@vx-oss/heroui-v2-system": ">=2.4.
|
|
32
|
+
"@vx-oss/heroui-v2-system": ">=2.4.29-beta.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@react-aria/overlays": "3.31.
|
|
36
|
-
"@react-aria/tooltip": "3.9.
|
|
37
|
-
"@react-stately/tooltip": "3.5.
|
|
38
|
-
"@react-types/overlays": "3.9.
|
|
39
|
-
"@react-types/tooltip": "3.5.
|
|
40
|
-
"@vx-oss/heroui-v2-shared-utils": "2.1.13-beta.0",
|
|
35
|
+
"@react-aria/overlays": "3.31.2",
|
|
36
|
+
"@react-aria/tooltip": "3.9.2",
|
|
37
|
+
"@react-stately/tooltip": "3.5.11",
|
|
38
|
+
"@react-types/overlays": "3.9.4",
|
|
39
|
+
"@react-types/tooltip": "3.5.2",
|
|
41
40
|
"@vx-oss/heroui-v2-react-utils": "2.1.15-beta.0",
|
|
42
|
-
"@vx-oss/heroui-v2-
|
|
41
|
+
"@vx-oss/heroui-v2-shared-utils": "2.1.13-beta.0",
|
|
42
|
+
"@vx-oss/heroui-v2-aria-utils": "2.2.30-beta.0",
|
|
43
43
|
"@vx-oss/heroui-v2-use-safe-layout-effect": "2.1.9-beta.0",
|
|
44
|
-
"@vx-oss/heroui-v2-framer-utils": "2.1.
|
|
45
|
-
"@vx-oss/heroui-v2-use-aria-overlay": "2.0.
|
|
44
|
+
"@vx-oss/heroui-v2-framer-utils": "2.1.29-beta.0",
|
|
45
|
+
"@vx-oss/heroui-v2-use-aria-overlay": "2.0.7-beta.0",
|
|
46
46
|
"@vx-oss/heroui-v2-dom-animation": "2.1.11-beta.0"
|
|
47
47
|
},
|
|
48
48
|
"clean-package": "../../../clean-package.config.json",
|