@versini/ui-tooltip 1.3.6 → 1.3.8
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/index.js +3 -3
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import { jsxs as bt, jsx as $t } from "react/jsx-runtime";
|
|
|
2
2
|
import { useRef as G, useEffect as pt, useState as ft, useCallback as ut } from "react";
|
|
3
3
|
import H from "clsx";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-tooltip v1.3.
|
|
5
|
+
@versini/ui-tooltip v1.3.8
|
|
6
6
|
© 2025 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_TOOLTIP__ || (window.__VERSINI_UI_TOOLTIP__ = {
|
|
10
|
-
version: "1.3.
|
|
11
|
-
buildTime: "02/16/2025
|
|
10
|
+
version: "1.3.8",
|
|
11
|
+
buildTime: "02/16/2025 06:39 PM EST",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-tooltip",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@versini/ui-types": "4.5.
|
|
42
|
+
"@versini/ui-types": "4.5.1"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@floating-ui/dom": "1.6.13",
|
|
46
46
|
"@tailwindcss/typography": "0.5.16",
|
|
47
|
-
"@versini/ui-hooks": "4.7.
|
|
47
|
+
"@versini/ui-hooks": "4.7.2",
|
|
48
48
|
"clsx": "2.1.1",
|
|
49
49
|
"tailwindcss": "3.4.17"
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": [
|
|
52
52
|
"**/*.css"
|
|
53
53
|
],
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "45b6ae437679028f6c1b791aa27f7b0a7fd66482"
|
|
55
55
|
}
|