@kopexa/theme 15.0.0 → 16.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/{chunk-63C4SFQK.mjs → chunk-W6VVV2XH.mjs} +5 -0
- package/dist/components/card.d.mts +15 -0
- package/dist/components/card.d.ts +15 -0
- package/dist/components/card.js +5 -0
- package/dist/components/card.mjs +1 -1
- package/dist/components/index.js +5 -0
- package/dist/components/index.mjs +1 -1
- package/dist/index.js +5 -0
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
|
@@ -60,6 +60,11 @@ var card = tv({
|
|
|
60
60
|
root: "bg-muted shadow-xs p-1",
|
|
61
61
|
header: "!border-none",
|
|
62
62
|
body: "bg-card rounded-t-xl [&:last-child]:rounded-b-xl"
|
|
63
|
+
},
|
|
64
|
+
destructive: {
|
|
65
|
+
root: "bg-destructive/10",
|
|
66
|
+
header: "!border-none",
|
|
67
|
+
body: "bg-card rounded-t-xl [&:last-child]:rounded-b-xl"
|
|
63
68
|
}
|
|
64
69
|
},
|
|
65
70
|
shadow: {
|
|
@@ -14,6 +14,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
14
14
|
header: string;
|
|
15
15
|
body: string;
|
|
16
16
|
};
|
|
17
|
+
destructive: {
|
|
18
|
+
root: string;
|
|
19
|
+
header: string;
|
|
20
|
+
body: string;
|
|
21
|
+
};
|
|
17
22
|
};
|
|
18
23
|
shadow: {
|
|
19
24
|
none: {
|
|
@@ -157,6 +162,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
157
162
|
header: string;
|
|
158
163
|
body: string;
|
|
159
164
|
};
|
|
165
|
+
destructive: {
|
|
166
|
+
root: string;
|
|
167
|
+
header: string;
|
|
168
|
+
body: string;
|
|
169
|
+
};
|
|
160
170
|
};
|
|
161
171
|
shadow: {
|
|
162
172
|
none: {
|
|
@@ -300,6 +310,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
300
310
|
header: string;
|
|
301
311
|
body: string;
|
|
302
312
|
};
|
|
313
|
+
destructive: {
|
|
314
|
+
root: string;
|
|
315
|
+
header: string;
|
|
316
|
+
body: string;
|
|
317
|
+
};
|
|
303
318
|
};
|
|
304
319
|
shadow: {
|
|
305
320
|
none: {
|
|
@@ -14,6 +14,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
14
14
|
header: string;
|
|
15
15
|
body: string;
|
|
16
16
|
};
|
|
17
|
+
destructive: {
|
|
18
|
+
root: string;
|
|
19
|
+
header: string;
|
|
20
|
+
body: string;
|
|
21
|
+
};
|
|
17
22
|
};
|
|
18
23
|
shadow: {
|
|
19
24
|
none: {
|
|
@@ -157,6 +162,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
157
162
|
header: string;
|
|
158
163
|
body: string;
|
|
159
164
|
};
|
|
165
|
+
destructive: {
|
|
166
|
+
root: string;
|
|
167
|
+
header: string;
|
|
168
|
+
body: string;
|
|
169
|
+
};
|
|
160
170
|
};
|
|
161
171
|
shadow: {
|
|
162
172
|
none: {
|
|
@@ -300,6 +310,11 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
300
310
|
header: string;
|
|
301
311
|
body: string;
|
|
302
312
|
};
|
|
313
|
+
destructive: {
|
|
314
|
+
root: string;
|
|
315
|
+
header: string;
|
|
316
|
+
body: string;
|
|
317
|
+
};
|
|
303
318
|
};
|
|
304
319
|
shadow: {
|
|
305
320
|
none: {
|
package/dist/components/card.js
CHANGED
|
@@ -84,6 +84,11 @@ var card = (0, import_tailwind_variants.tv)({
|
|
|
84
84
|
root: "bg-muted shadow-xs p-1",
|
|
85
85
|
header: "!border-none",
|
|
86
86
|
body: "bg-card rounded-t-xl [&:last-child]:rounded-b-xl"
|
|
87
|
+
},
|
|
88
|
+
destructive: {
|
|
89
|
+
root: "bg-destructive/10",
|
|
90
|
+
header: "!border-none",
|
|
91
|
+
body: "bg-card rounded-t-xl [&:last-child]:rounded-b-xl"
|
|
87
92
|
}
|
|
88
93
|
},
|
|
89
94
|
shadow: {
|
package/dist/components/card.mjs
CHANGED
package/dist/components/index.js
CHANGED
|
@@ -1010,6 +1010,11 @@ var card = (0, import_tailwind_variants11.tv)({
|
|
|
1010
1010
|
root: "bg-muted shadow-xs p-1",
|
|
1011
1011
|
header: "!border-none",
|
|
1012
1012
|
body: "bg-card rounded-t-xl [&:last-child]:rounded-b-xl"
|
|
1013
|
+
},
|
|
1014
|
+
destructive: {
|
|
1015
|
+
root: "bg-destructive/10",
|
|
1016
|
+
header: "!border-none",
|
|
1017
|
+
body: "bg-card rounded-t-xl [&:last-child]:rounded-b-xl"
|
|
1013
1018
|
}
|
|
1014
1019
|
},
|
|
1015
1020
|
shadow: {
|
package/dist/index.js
CHANGED
|
@@ -1010,6 +1010,11 @@ var card = (0, import_tailwind_variants11.tv)({
|
|
|
1010
1010
|
root: "bg-muted shadow-xs p-1",
|
|
1011
1011
|
header: "!border-none",
|
|
1012
1012
|
body: "bg-card rounded-t-xl [&:last-child]:rounded-b-xl"
|
|
1013
|
+
},
|
|
1014
|
+
destructive: {
|
|
1015
|
+
root: "bg-destructive/10",
|
|
1016
|
+
header: "!border-none",
|
|
1017
|
+
body: "bg-card rounded-t-xl [&:last-child]:rounded-b-xl"
|
|
1013
1018
|
}
|
|
1014
1019
|
},
|
|
1015
1020
|
shadow: {
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/theme",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "16.0.0",
|
|
4
4
|
"description": "The default theme for Kopexa components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"theme",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"tailwind-merge": "3.3.1",
|
|
65
65
|
"tailwind-variants": "^3.1.1",
|
|
66
66
|
"tw-animate-css": "^1.4.0",
|
|
67
|
-
"@kopexa/shared-utils": "
|
|
67
|
+
"@kopexa/shared-utils": "16.0.0"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"tailwindcss": ">=4.0.0"
|