@versini/ui-tooltip 2.1.3 → 2.1.4

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 +6 -5
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { TOOLTIP_ARROW_CLASSNAME as T, TOOLTIP_CLASSNAME as I, Tooltip as e } from "./components/Tooltip/Tooltip.js";
2
2
  /*!
3
- @versini/ui-tooltip v2.1.3
3
+ @versini/ui-tooltip v2.1.4
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_TOOLTIP__ || (window.__VERSINI_UI_TOOLTIP__ = {
8
- version: "2.1.3",
9
- buildTime: "08/14/2025 06:07 PM EDT",
8
+ version: "2.1.4",
9
+ buildTime: "08/23/2025 09:10 AM EDT",
10
10
  homepage: "https://github.com/aversini/ui-components",
11
11
  license: "MIT"
12
12
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-tooltip",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -15,7 +15,8 @@
15
15
  "main": "dist/index.js",
16
16
  "types": "dist/index.d.ts",
17
17
  "files": [
18
- "dist"
18
+ "dist",
19
+ "README.md"
19
20
  ],
20
21
  "scripts": {
21
22
  "build:check": "tsc",
@@ -40,11 +41,11 @@
40
41
  "react-dom": "^18.3.1 || ^19.0.0"
41
42
  },
42
43
  "devDependencies": {
43
- "@testing-library/jest-dom": "6.7.0",
44
+ "@testing-library/jest-dom": "6.8.0",
44
45
  "@versini/ui-types": "../ui-types"
45
46
  },
46
47
  "dependencies": {
47
- "@floating-ui/react": "0.27.15",
48
+ "@floating-ui/react": "0.27.16",
48
49
  "@tailwindcss/typography": "0.5.16",
49
50
  "@versini/ui-hooks": "../ui-hooks",
50
51
  "clsx": "2.1.1",
@@ -53,5 +54,5 @@
53
54
  "sideEffects": [
54
55
  "**/*.css"
55
56
  ],
56
- "gitHead": "a2a11904039a5bc55ff17a954e4a16073abbe0bf"
57
+ "gitHead": "7bbfa99a4441ef5b0828a37d190f694e199b663d"
57
58
  }