@versini/ui-button 1.1.6 → 1.1.7

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 +4 -4
package/dist/index.js CHANGED
@@ -8,13 +8,13 @@ import c from "clsx";
8
8
  import S from "react";
9
9
  import { BaseButton_private as E } from "./chunks/BaseButton.BFKIL4GO.js";
10
10
  /*!
11
- @versini/ui-button v1.1.6
11
+ @versini/ui-button v1.1.7
12
12
  © 2024 gizmette.com
13
13
  */
14
14
  try {
15
15
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
16
- version: "1.1.6",
17
- buildTime: "09/26/2024 10:27 PM EDT",
16
+ version: "1.1.7",
17
+ buildTime: "09/26/2024 10:50 PM EDT",
18
18
  homepage: "https://github.com/aversini/ui-components",
19
19
  license: "MIT"
20
20
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-button",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -38,17 +38,17 @@
38
38
  "react-dom": "^18.3.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@versini/ui-icons": "1.12.7",
41
+ "@versini/ui-icons": "1.12.8",
42
42
  "@versini/ui-styles": "1.10.2"
43
43
  },
44
44
  "dependencies": {
45
45
  "@tailwindcss/typography": "0.5.15",
46
- "@versini/ui-private": "1.4.15",
46
+ "@versini/ui-private": "1.4.16",
47
47
  "clsx": "2.1.1",
48
48
  "tailwindcss": "3.4.13"
49
49
  },
50
50
  "sideEffects": [
51
51
  "**/*.css"
52
52
  ],
53
- "gitHead": "6a6a35ebe0703c747695dd047bd90c48a059bea4"
53
+ "gitHead": "b4cbab083052f7f45b00e98c2992fffa31d05c1f"
54
54
  }