@versini/ui-button 7.1.1 → 7.1.2

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 -6
package/dist/index.js CHANGED
@@ -7,13 +7,13 @@ import { jsx as e } from "react/jsx-runtime";
7
7
  import n from "clsx";
8
8
  import m from "react";
9
9
  /*!
10
- @versini/ui-button v7.1.1
10
+ @versini/ui-button v7.1.2
11
11
  © 2025 gizmette.com
12
12
  */
13
13
  try {
14
14
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
15
- version: "7.1.1",
16
- buildTime: "08/10/2025 01:26 PM EDT",
15
+ version: "7.1.2",
16
+ buildTime: "08/14/2025 06:04 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": "7.1.1",
3
+ "version": "7.1.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -40,18 +40,18 @@
40
40
  "react-dom": "^18.3.1 || ^19.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@testing-library/jest-dom": "6.6.4",
44
- "@versini/ui-types": "5.0.6"
43
+ "@testing-library/jest-dom": "6.7.0",
44
+ "@versini/ui-types": "../ui-types"
45
45
  },
46
46
  "dependencies": {
47
47
  "@tailwindcss/typography": "0.5.16",
48
- "@versini/ui-hooks": "4.7.5",
48
+ "@versini/ui-hooks": "../ui-hooks",
49
49
  "@versini/ui-icons": "4.10.0",
50
50
  "clsx": "2.1.1",
51
- "tailwindcss": "4.1.11"
51
+ "tailwindcss": "4.1.12"
52
52
  },
53
53
  "sideEffects": [
54
54
  "**/*.css"
55
55
  ],
56
- "gitHead": "381a563cd0bb01eeddea33e57c0f5705663b5be4"
56
+ "gitHead": "a2a11904039a5bc55ff17a954e4a16073abbe0bf"
57
57
  }