@versini/ui-button 2.2.0 → 2.2.1
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.
|
@@ -13,7 +13,7 @@ const m = ({
|
|
|
13
13
|
semantic: n = !1,
|
|
14
14
|
...d
|
|
15
15
|
}) => {
|
|
16
|
-
const p = N(t
|
|
16
|
+
const p = N(l, t);
|
|
17
17
|
return /* @__PURE__ */ r(u, { children: [
|
|
18
18
|
/* @__PURE__ */ o(
|
|
19
19
|
"svg",
|
|
@@ -33,13 +33,13 @@ const m = ({
|
|
|
33
33
|
] });
|
|
34
34
|
};
|
|
35
35
|
/*!
|
|
36
|
-
@versini/ui-svgicon v2.0.
|
|
36
|
+
@versini/ui-svgicon v2.0.3
|
|
37
37
|
© 2024 gizmette.com
|
|
38
38
|
*/
|
|
39
39
|
try {
|
|
40
40
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
41
|
-
version: "2.0.
|
|
42
|
-
buildTime: "12/30/2024
|
|
41
|
+
version: "2.0.3",
|
|
42
|
+
buildTime: "12/30/2024 02:25 PM EST",
|
|
43
43
|
homepage: "https://github.com/aversini/ui-components",
|
|
44
44
|
license: "MIT"
|
|
45
45
|
});
|
|
@@ -90,13 +90,13 @@ const I = ({
|
|
|
90
90
|
}
|
|
91
91
|
);
|
|
92
92
|
/*!
|
|
93
|
-
@versini/ui-icons v2.0.
|
|
93
|
+
@versini/ui-icons v2.0.3
|
|
94
94
|
© 2024 gizmette.com
|
|
95
95
|
*/
|
|
96
96
|
try {
|
|
97
97
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
98
|
-
version: "2.0.
|
|
99
|
-
buildTime: "12/30/2024
|
|
98
|
+
version: "2.0.3",
|
|
99
|
+
buildTime: "12/30/2024 02:25 PM EST",
|
|
100
100
|
homepage: "https://github.com/aversini/ui-components",
|
|
101
101
|
license: "MIT"
|
|
102
102
|
});
|
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 v2.2.
|
|
12
|
+
@versini/ui-button v2.2.1
|
|
13
13
|
© 2024 gizmette.com
|
|
14
14
|
*/
|
|
15
15
|
try {
|
|
16
16
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
17
|
-
version: "2.2.
|
|
18
|
-
buildTime: "12/30/2024
|
|
17
|
+
version: "2.2.1",
|
|
18
|
+
buildTime: "12/30/2024 02:25 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": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@versini/ui-svgicon": "2.0.
|
|
41
|
+
"@versini/ui-svgicon": "2.0.3"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@tailwindcss/typography": "0.5.15",
|
|
45
|
-
"@versini/ui-icons": "2.0.
|
|
45
|
+
"@versini/ui-icons": "2.0.3",
|
|
46
46
|
"@versini/ui-types": "2.2.0",
|
|
47
47
|
"clsx": "2.1.1",
|
|
48
48
|
"tailwindcss": "3.4.17"
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"sideEffects": [
|
|
51
51
|
"**/*.css"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "2a29d0fa51876f41fb9acab344a9c8e87fc6a0a2"
|
|
54
54
|
}
|