@versini/ui-button 4.1.3 → 4.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 +2 -2
package/dist/index.js CHANGED
@@ -9,13 +9,13 @@ import n from "clsx";
9
9
  import S from "react";
10
10
  import { BaseButton_private as E } from "./chunks/BaseButton.BFKIL4GO.js";
11
11
  /*!
12
- @versini/ui-button v4.1.3
12
+ @versini/ui-button v4.1.4
13
13
  © 2025 gizmette.com
14
14
  */
15
15
  try {
16
16
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
17
- version: "4.1.3",
18
- buildTime: "01/20/2025 01:49 PM EST",
17
+ version: "4.1.4",
18
+ buildTime: "01/20/2025 03:51 PM EST",
19
19
  homepage: "https://github.com/aversini/ui-components",
20
20
  license: "MIT"
21
21
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-button",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -50,5 +50,5 @@
50
50
  "sideEffects": [
51
51
  "**/*.css"
52
52
  ],
53
- "gitHead": "5018e3c37dea17fe8d0635e6d16fd6a3d6f14282"
53
+ "gitHead": "59b7aa73390692c2df05cd5e6c8b7c74ff14c235"
54
54
  }