@versini/ui-button 1.1.7 → 1.1.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.
Files changed (2) hide show
  1. package/dist/index.js +5 -5
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { getButtonClasses as I, TYPE_ICON as v } from "./chunks/utilities.u8fHoETw.js";
2
- import { BUTTON_CLASSNAME as V } from "./chunks/utilities.u8fHoETw.js";
2
+ import { BUTTON_CLASSNAME as D } from "./chunks/utilities.u8fHoETw.js";
3
3
  import { Button as Y } from "./components/Button/Button.js";
4
4
  import { ButtonIcon as z } from "./components/Button/ButtonIcon.js";
5
5
  import { ButtonLink as G } from "./components/Button/ButtonLink.js";
@@ -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.7
11
+ @versini/ui-button v1.1.8
12
12
  © 2024 gizmette.com
13
13
  */
14
14
  try {
15
15
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
16
- version: "1.1.7",
17
- buildTime: "09/26/2024 10:50 PM EDT",
16
+ version: "1.1.8",
17
+ buildTime: "09/27/2024 10:43 AM EDT",
18
18
  homepage: "https://github.com/aversini/ui-components",
19
19
  license: "MIT"
20
20
  });
@@ -99,7 +99,7 @@ const U = S.forwardRef(
99
99
  );
100
100
  U.displayName = "ButtonSort";
101
101
  export {
102
- V as BUTTON_CLASSNAME,
102
+ D as BUTTON_CLASSNAME,
103
103
  Y as Button,
104
104
  z as ButtonIcon,
105
105
  G as ButtonLink,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-button",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -38,7 +38,7 @@
38
38
  "react-dom": "^18.3.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@versini/ui-icons": "1.12.8",
41
+ "@versini/ui-icons": "1.13.0",
42
42
  "@versini/ui-styles": "1.10.2"
43
43
  },
44
44
  "dependencies": {
@@ -50,5 +50,5 @@
50
50
  "sideEffects": [
51
51
  "**/*.css"
52
52
  ],
53
- "gitHead": "b4cbab083052f7f45b00e98c2992fffa31d05c1f"
53
+ "gitHead": "04197d90dcc3ff0223fe3fbcaa663b62c76439fa"
54
54
  }