@versini/ui-tooltip 1.3.3 → 1.3.5
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 +5 -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.5
|
|
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: "
|
|
10
|
+
version: "1.3.5",
|
|
11
|
+
buildTime: "02/16/2025 02:04 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.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"dev:types": "tsup --watch src",
|
|
28
28
|
"dev": "npm-run-all clean --parallel dev:js dev:types",
|
|
29
29
|
"lint": "biome lint src",
|
|
30
|
+
"prettier": "biome check --write --no-errors-on-unmatched",
|
|
30
31
|
"start": "static-server dist --port 5173",
|
|
31
32
|
"test:coverage:ui": "vitest --coverage --ui",
|
|
32
33
|
"test:coverage": "vitest run --coverage",
|
|
@@ -38,17 +39,17 @@
|
|
|
38
39
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
|
-
"@versini/ui-types": "4.
|
|
42
|
+
"@versini/ui-types": "4.5.0"
|
|
42
43
|
},
|
|
43
44
|
"dependencies": {
|
|
44
45
|
"@floating-ui/dom": "1.6.13",
|
|
45
46
|
"@tailwindcss/typography": "0.5.16",
|
|
46
|
-
"@versini/ui-hooks": "4.
|
|
47
|
+
"@versini/ui-hooks": "4.7.0",
|
|
47
48
|
"clsx": "2.1.1",
|
|
48
49
|
"tailwindcss": "3.4.17"
|
|
49
50
|
},
|
|
50
51
|
"sideEffects": [
|
|
51
52
|
"**/*.css"
|
|
52
53
|
],
|
|
53
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "a9729c1de84e630491acba230563910a17ad697f"
|
|
54
55
|
}
|