@versini/ui-button 4.0.6 → 4.0.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.
|
@@ -39,7 +39,7 @@ const m = ({
|
|
|
39
39
|
try {
|
|
40
40
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
41
41
|
version: "4.0.1",
|
|
42
|
-
buildTime: "01/
|
|
42
|
+
buildTime: "01/13/2025 05:57 AM EST",
|
|
43
43
|
homepage: "https://github.com/aversini/ui-components",
|
|
44
44
|
license: "MIT"
|
|
45
45
|
});
|
|
@@ -97,13 +97,13 @@ const N = ({
|
|
|
97
97
|
}
|
|
98
98
|
);
|
|
99
99
|
/*!
|
|
100
|
-
@versini/ui-icons v4.
|
|
100
|
+
@versini/ui-icons v4.4.0
|
|
101
101
|
© 2025 gizmette.com
|
|
102
102
|
*/
|
|
103
103
|
try {
|
|
104
104
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
105
|
-
version: "4.
|
|
106
|
-
buildTime: "01/
|
|
105
|
+
version: "4.4.0",
|
|
106
|
+
buildTime: "01/13/2025 05:57 AM EST",
|
|
107
107
|
homepage: "https://github.com/aversini/ui-components",
|
|
108
108
|
license: "MIT"
|
|
109
109
|
});
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getButtonClasses as I, TYPE_ICON as v } from "./chunks/utilities.DduOuV9K.js";
|
|
2
|
-
import { BUTTON_CLASSNAME as
|
|
2
|
+
import { BUTTON_CLASSNAME as P } from "./chunks/utilities.DduOuV9K.js";
|
|
3
3
|
import { Button as q } from "./components/Button/Button.js";
|
|
4
4
|
import { ButtonCopy as D } from "./components/Button/ButtonCopy.js";
|
|
5
5
|
import { ButtonIcon as G } from "./components/Button/ButtonIcon.js";
|
|
@@ -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.0.
|
|
12
|
+
@versini/ui-button v4.0.7
|
|
13
13
|
© 2025 gizmette.com
|
|
14
14
|
*/
|
|
15
15
|
try {
|
|
16
16
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
17
|
-
version: "4.0.
|
|
18
|
-
buildTime: "01/
|
|
17
|
+
version: "4.0.7",
|
|
18
|
+
buildTime: "01/13/2025 05:57 AM EST",
|
|
19
19
|
homepage: "https://github.com/aversini/ui-components",
|
|
20
20
|
license: "MIT"
|
|
21
21
|
});
|
|
@@ -100,7 +100,7 @@ const U = S.forwardRef(
|
|
|
100
100
|
);
|
|
101
101
|
U.displayName = "ButtonSort";
|
|
102
102
|
export {
|
|
103
|
-
|
|
103
|
+
P as BUTTON_CLASSNAME,
|
|
104
104
|
q as Button,
|
|
105
105
|
D as ButtonCopy,
|
|
106
106
|
G as ButtonIcon,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-button",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@tailwindcss/typography": "0.5.15",
|
|
46
|
-
"@versini/ui-icons": "4.
|
|
46
|
+
"@versini/ui-icons": "4.4.0",
|
|
47
47
|
"clsx": "2.1.1",
|
|
48
48
|
"tailwindcss": "3.4.17"
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": [
|
|
51
51
|
"**/*.css"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "fb567ac53fe1c467ed97c8c9d53ca363137f9c0f"
|
|
54
54
|
}
|