@versini/ui-tooltip 5.2.0 → 5.3.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -11
  2. package/package.json +3 -4
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-tooltip v5.2.0
2
+ @versini/ui-tooltip v5.3.1
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -10,23 +10,15 @@ import { useInterval } from "@versini/ui-hooks/use-interval";
10
10
  import { useCallback, useEffect, useRef, useState } from "react";
11
11
  import clsx from "clsx";
12
12
 
13
- ;// CONCATENATED MODULE: ./src/common/constants.ts
14
13
  const TOOLTIP_CLASSNAME = "av-tooltip";
15
14
  const TOOLTIP_ARROW_CLASSNAME = "av-tooltip-arrow";
16
15
 
17
- ;// CONCATENATED MODULE: external "react/jsx-runtime"
18
16
 
19
- ;// CONCATENATED MODULE: external "@floating-ui/dom"
20
17
 
21
- ;// CONCATENATED MODULE: external "@versini/ui-hooks/use-click-outside"
22
18
 
23
- ;// CONCATENATED MODULE: external "@versini/ui-hooks/use-interval"
24
19
 
25
- ;// CONCATENATED MODULE: external "react"
26
20
 
27
- ;// CONCATENATED MODULE: external "clsx"
28
21
 
29
- ;// CONCATENATED MODULE: ./src/components/Tooltip/utilities.ts
30
22
 
31
23
 
32
24
  const roundInteger = (value, suffix = "px")=>{
@@ -84,7 +76,6 @@ const getAnimationStyles = ({ animationDuration = 300 })=>{
84
76
  };
85
77
  };
86
78
 
87
- ;// CONCATENATED MODULE: ./src/components/Tooltip/Tooltip.tsx
88
79
 
89
80
 
90
81
 
@@ -238,7 +229,6 @@ const Tooltip = ({ trigger, label, placement = "top", mode = "system", animation
238
229
  });
239
230
  };
240
231
 
241
- ;// CONCATENATED MODULE: ./src/components/index.ts
242
232
 
243
233
 
244
234
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-tooltip",
3
- "version": "5.2.0",
3
+ "version": "5.3.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -41,8 +41,7 @@
41
41
  "@versini/ui-types": "8.3.0"
42
42
  },
43
43
  "dependencies": {
44
- "@floating-ui/dom": "1.7.4",
45
- "@tailwindcss/typography": "0.5.19",
44
+ "@floating-ui/dom": "1.7.5",
46
45
  "@versini/ui-hooks": "6.1.1",
47
46
  "clsx": "2.1.1",
48
47
  "tailwindcss": "4.1.18"
@@ -50,5 +49,5 @@
50
49
  "sideEffects": [
51
50
  "**/*.css"
52
51
  ],
53
- "gitHead": "60d0a548d89f9522c183c2afccbcc9867c4f0af4"
52
+ "gitHead": "3c7e4c1b33af68d06ef3a522e30f7061e1c4d111"
54
53
  }