@versini/ui-card 3.0.18 → 3.0.20
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
|
@@ -2,13 +2,13 @@ import { jsx as i, jsxs as m } from "react/jsx-runtime";
|
|
|
2
2
|
import { useId as x } from "react";
|
|
3
3
|
import u from "clsx";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-card v3.0.
|
|
5
|
+
@versini/ui-card v3.0.20
|
|
6
6
|
© 2025 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_CARD__ || (window.__VERSINI_UI_CARD__ = {
|
|
10
|
-
version: "3.0.
|
|
11
|
-
buildTime: "
|
|
10
|
+
version: "3.0.20",
|
|
11
|
+
buildTime: "03/10/2025 02:05 PM EDT",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -67,7 +67,7 @@ function A({
|
|
|
67
67
|
}) {
|
|
68
68
|
return typeof e == "string" ? /* @__PURE__ */ i("h2", { id: r, className: t, children: e }) : a ? /* @__PURE__ */ i("div", { className: t, children: e }) : e ? /* @__PURE__ */ i("div", { className: t, id: r, children: e }) : null;
|
|
69
69
|
}
|
|
70
|
-
const
|
|
70
|
+
const S = ({
|
|
71
71
|
header: r,
|
|
72
72
|
headerClassName: e,
|
|
73
73
|
footer: a,
|
|
@@ -117,5 +117,5 @@ const R = ({
|
|
|
117
117
|
};
|
|
118
118
|
export {
|
|
119
119
|
f as CARD_CLASSNAME,
|
|
120
|
-
|
|
120
|
+
S as Card
|
|
121
121
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-card",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.20",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@versini/ui-types": "4.5.
|
|
42
|
+
"@versini/ui-types": "4.5.3"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@tailwindcss/typography": "0.5.16",
|
|
46
|
-
"@versini/ui-hooks": "4.7.
|
|
46
|
+
"@versini/ui-hooks": "4.7.3",
|
|
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": "fc7e720b770c5ee2e8537eabf9b2f458dba07696"
|
|
54
54
|
}
|