@versini/ui-card 5.2.5 → 6.0.0
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 +3 -3
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-card
|
|
2
|
+
@versini/ui-card v6.0.0
|
|
3
3
|
© 2025 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
try {
|
|
6
6
|
if (!window.__VERSINI_UI_CARD__) {
|
|
7
7
|
window.__VERSINI_UI_CARD__ = {
|
|
8
|
-
version: "
|
|
9
|
-
buildTime: "12/
|
|
8
|
+
version: "6.0.0",
|
|
9
|
+
buildTime: "12/16/2025 06:22 PM EST",
|
|
10
10
|
homepage: "https://www.npmjs.com/package/@versini/ui-card",
|
|
11
11
|
license: "MIT",
|
|
12
12
|
};
|
|
@@ -16,7 +16,7 @@ try {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
19
|
-
import { useUniqueId } from "@versini/ui-hooks";
|
|
19
|
+
import { useUniqueId } from "@versini/ui-hooks/use-unique-id";
|
|
20
20
|
import clsx from "clsx";
|
|
21
21
|
|
|
22
22
|
;// CONCATENATED MODULE: ./src/common/constants.ts
|
|
@@ -24,7 +24,7 @@ const CARD_CLASSNAME = "av-card";
|
|
|
24
24
|
|
|
25
25
|
;// CONCATENATED MODULE: external "react/jsx-runtime"
|
|
26
26
|
|
|
27
|
-
;// CONCATENATED MODULE: external "@versini/ui-hooks"
|
|
27
|
+
;// CONCATENATED MODULE: external "@versini/ui-hooks/use-unique-id"
|
|
28
28
|
|
|
29
29
|
;// CONCATENATED MODULE: external "clsx"
|
|
30
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-card",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@tailwindcss/typography": "0.5.19",
|
|
45
|
-
"@versini/ui-hooks": "
|
|
45
|
+
"@versini/ui-hooks": "6.0.0",
|
|
46
46
|
"clsx": "2.1.1",
|
|
47
47
|
"tailwindcss": "4.1.18"
|
|
48
48
|
},
|
|
49
49
|
"sideEffects": [
|
|
50
50
|
"**/*.css"
|
|
51
51
|
],
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "30d86d13d4369cc841fc267c970cca423d27bf2f"
|
|
53
53
|
}
|