@kopexa/theme 14.0.4 → 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.
@@ -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: {
@@ -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: {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  card
3
- } from "../chunk-63C4SFQK.mjs";
3
+ } from "../chunk-W6VVV2XH.mjs";
4
4
  export {
5
5
  card
6
6
  };
@@ -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: {
@@ -147,7 +147,7 @@ import {
147
147
  } from "../chunk-A3F4CV54.mjs";
148
148
  import {
149
149
  card
150
- } from "../chunk-63C4SFQK.mjs";
150
+ } from "../chunk-W6VVV2XH.mjs";
151
151
  import {
152
152
  checkbox
153
153
  } from "../chunk-A4KO7QKC.mjs";
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
@@ -148,7 +148,7 @@ import {
148
148
  } from "./chunk-A3F4CV54.mjs";
149
149
  import {
150
150
  card
151
- } from "./chunk-63C4SFQK.mjs";
151
+ } from "./chunk-W6VVV2XH.mjs";
152
152
  import {
153
153
  checkbox
154
154
  } from "./chunk-A4KO7QKC.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/theme",
3
- "version": "14.0.4",
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": "14.0.4"
67
+ "@kopexa/shared-utils": "16.0.0"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "tailwindcss": ">=4.0.0"