@versini/ui-button 1.1.6 → 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.
- package/dist/index.js +5 -5
- package/package.json +4 -4
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
|
|
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.
|
|
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.
|
|
17
|
-
buildTime: "09/
|
|
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
|
-
|
|
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.
|
|
3
|
+
"version": "1.1.8",
|
|
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.
|
|
41
|
+
"@versini/ui-icons": "1.13.0",
|
|
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.
|
|
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": "
|
|
53
|
+
"gitHead": "04197d90dcc3ff0223fe3fbcaa663b62c76439fa"
|
|
54
54
|
}
|