@versini/ui-button 6.0.6 → 6.0.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.
@@ -14,7 +14,7 @@ function te(t) {
14
14
  t.forEach((e) => {
15
15
  typeof e == "function" ? e(r) : e != null && (e.current = r);
16
16
  });
17
- }, t);
17
+ }, [...t]);
18
18
  }
19
19
  const re = {
20
20
  x: 0,
package/dist/index.js CHANGED
@@ -7,13 +7,13 @@ import { jsx as e } from "react/jsx-runtime";
7
7
  import a from "clsx";
8
8
  import m from "react";
9
9
  /*!
10
- @versini/ui-button v6.0.6
10
+ @versini/ui-button v6.0.8
11
11
  © 2025 gizmette.com
12
12
  */
13
13
  try {
14
14
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
15
- version: "6.0.6",
16
- buildTime: "05/26/2025 03:48 PM EDT",
15
+ version: "6.0.8",
16
+ buildTime: "06/28/2025 08:58 PM EDT",
17
17
  homepage: "https://github.com/aversini/ui-components",
18
18
  license: "MIT"
19
19
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-button",
3
- "version": "6.0.6",
3
+ "version": "6.0.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": "5.0.3"
42
+ "@versini/ui-types": "5.0.5"
43
43
  },
44
44
  "dependencies": {
45
45
  "@tailwindcss/typography": "0.5.16",
46
- "@versini/ui-hooks": "4.7.3",
46
+ "@versini/ui-hooks": "4.7.4",
47
47
  "@versini/ui-icons": "4.10.0",
48
48
  "clsx": "2.1.1",
49
- "tailwindcss": "4.1.7"
49
+ "tailwindcss": "4.1.11"
50
50
  },
51
51
  "sideEffects": [
52
52
  "**/*.css"
53
53
  ],
54
- "gitHead": "863a399128080a19f2668e458d495110aa0f68f8"
54
+ "gitHead": "1b9a792d10e1f67fc7af7cfdff718ef1e1c78633"
55
55
  }