@versini/ui-tooltip 1.3.5 → 1.3.6

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 +3 -3
  2. package/package.json +3 -3
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
5
+ @versini/ui-tooltip v1.3.6
6
6
  © 2025 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_TOOLTIP__ || (window.__VERSINI_UI_TOOLTIP__ = {
10
- version: "1.3.5",
11
- buildTime: "02/16/2025 02:04 PM EST",
10
+ version: "1.3.6",
11
+ buildTime: "02/16/2025 02:38 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.5",
3
+ "version": "1.3.6",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -44,12 +44,12 @@
44
44
  "dependencies": {
45
45
  "@floating-ui/dom": "1.6.13",
46
46
  "@tailwindcss/typography": "0.5.16",
47
- "@versini/ui-hooks": "4.7.0",
47
+ "@versini/ui-hooks": "4.7.1",
48
48
  "clsx": "2.1.1",
49
49
  "tailwindcss": "3.4.17"
50
50
  },
51
51
  "sideEffects": [
52
52
  "**/*.css"
53
53
  ],
54
- "gitHead": "a9729c1de84e630491acba230563910a17ad697f"
54
+ "gitHead": "07681e4691f64d9c4d1cae620da370d2e1a0fbb3"
55
55
  }