@versini/ui-button 4.2.4 → 4.2.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
@@ -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 v4.2.4
10
+ @versini/ui-button v4.2.6
11
11
  © 2025 gizmette.com
12
12
  */
13
13
  try {
14
14
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
15
- version: "4.2.4",
16
- buildTime: "01/29/2025 03:18 PM EST",
15
+ version: "4.2.6",
16
+ buildTime: "02/16/2025 02:38 PM EST",
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": "4.2.4",
3
+ "version": "4.2.6",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@tailwindcss/typography": "0.5.16",
47
- "@versini/ui-hooks": "4.6.1",
47
+ "@versini/ui-hooks": "4.7.1",
48
48
  "@versini/ui-icons": "4.6.1",
49
49
  "clsx": "2.1.1",
50
50
  "tailwindcss": "3.4.17"
@@ -52,5 +52,5 @@
52
52
  "sideEffects": [
53
53
  "**/*.css"
54
54
  ],
55
- "gitHead": "7924430ddd05d614e8d16256c5dcc14564c91c14"
55
+ "gitHead": "07681e4691f64d9c4d1cae620da370d2e1a0fbb3"
56
56
  }