@kopexa/theme 1.5.8 → 1.6.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.
Files changed (91) hide show
  1. package/dist/{chunk-FLD2CUFZ.mjs → chunk-3IIJVON7.mjs} +11 -8
  2. package/dist/{chunk-I2NMD23O.mjs → chunk-5QIMO5EG.mjs} +1 -1
  3. package/dist/chunk-CZMZHA7U.mjs +37 -0
  4. package/dist/{chunk-3M5JSM7Y.mjs → chunk-DQEPGWAN.mjs} +1 -1
  5. package/dist/{chunk-4VKJFW6Y.mjs → chunk-EACX3NZF.mjs} +11 -2
  6. package/dist/chunk-FWRXPYLB.mjs +41 -0
  7. package/dist/chunk-GA6UOB2D.mjs +166 -0
  8. package/dist/chunk-I6M4S2KZ.mjs +41 -0
  9. package/dist/{chunk-UI2M2MFB.mjs → chunk-J4JIYTOU.mjs} +4 -2
  10. package/dist/{chunk-67PPUTSS.mjs → chunk-LG2J56LI.mjs} +2 -2
  11. package/dist/{chunk-CDTKWCOH.mjs → chunk-MKBU6G6Q.mjs} +44 -3
  12. package/dist/{chunk-32L6KXLV.mjs → chunk-T5PESSOS.mjs} +1 -1
  13. package/dist/chunk-TT5V2MUL.mjs +29 -0
  14. package/dist/chunk-V2J5XG34.mjs +43 -0
  15. package/dist/chunk-VCLXE57S.mjs +16 -0
  16. package/dist/chunk-WPOYEHD2.mjs +45 -0
  17. package/dist/{chunk-5BIGFSZK.mjs → chunk-XJ7XBZNF.mjs} +1 -1
  18. package/dist/chunk-ZLM6Z3W2.mjs +94 -0
  19. package/dist/components/avatar.js +2 -2
  20. package/dist/components/avatar.mjs +2 -2
  21. package/dist/components/button.js +2 -2
  22. package/dist/components/button.mjs +2 -2
  23. package/dist/components/card.d.mts +24 -0
  24. package/dist/components/card.d.ts +24 -0
  25. package/dist/components/card.js +11 -2
  26. package/dist/components/card.mjs +1 -1
  27. package/dist/components/chip.js +2 -2
  28. package/dist/components/chip.mjs +2 -2
  29. package/dist/components/code.js +2 -2
  30. package/dist/components/code.mjs +2 -2
  31. package/dist/components/drawer.d.mts +9 -3
  32. package/dist/components/drawer.d.ts +9 -3
  33. package/dist/components/drawer.js +4 -2
  34. package/dist/components/drawer.mjs +1 -1
  35. package/dist/components/index.d.mts +9 -0
  36. package/dist/components/index.d.ts +9 -0
  37. package/dist/components/index.js +585 -25
  38. package/dist/components/index.mjs +55 -15
  39. package/dist/components/page-layout.d.mts +9 -0
  40. package/dist/components/page-layout.d.ts +9 -0
  41. package/dist/components/page-layout.js +11 -8
  42. package/dist/components/page-layout.mjs +1 -1
  43. package/dist/components/preview-card.d.mts +89 -0
  44. package/dist/components/preview-card.d.ts +89 -0
  45. package/dist/components/preview-card.js +69 -0
  46. package/dist/components/preview-card.mjs +6 -0
  47. package/dist/components/risk-badge.d.mts +97 -0
  48. package/dist/components/risk-badge.d.ts +97 -0
  49. package/dist/components/risk-badge.js +67 -0
  50. package/dist/components/risk-badge.mjs +6 -0
  51. package/dist/components/risk-indicator.d.mts +76 -0
  52. package/dist/components/risk-indicator.d.ts +76 -0
  53. package/dist/components/risk-indicator.js +61 -0
  54. package/dist/components/risk-indicator.mjs +6 -0
  55. package/dist/components/section-row.d.mts +47 -0
  56. package/dist/components/section-row.d.ts +47 -0
  57. package/dist/components/section-row.js +53 -0
  58. package/dist/components/section-row.mjs +6 -0
  59. package/dist/components/separator.d.mts +22 -0
  60. package/dist/components/separator.d.ts +22 -0
  61. package/dist/components/separator.js +40 -0
  62. package/dist/components/separator.mjs +6 -0
  63. package/dist/components/sidebar.d.mts +206 -0
  64. package/dist/components/sidebar.d.ts +206 -0
  65. package/dist/components/sidebar.js +192 -0
  66. package/dist/components/sidebar.mjs +10 -0
  67. package/dist/components/split-page-layout.d.mts +49 -0
  68. package/dist/components/split-page-layout.d.ts +49 -0
  69. package/dist/components/split-page-layout.js +65 -0
  70. package/dist/components/split-page-layout.mjs +6 -0
  71. package/dist/components/tab-nav.d.mts +119 -0
  72. package/dist/components/tab-nav.d.ts +119 -0
  73. package/dist/components/tab-nav.js +118 -0
  74. package/dist/components/tab-nav.mjs +6 -0
  75. package/dist/components/table.d.mts +72 -0
  76. package/dist/components/table.d.ts +72 -0
  77. package/dist/components/table.js +44 -3
  78. package/dist/components/table.mjs +1 -1
  79. package/dist/components/tabs.d.mts +43 -0
  80. package/dist/components/tabs.d.ts +43 -0
  81. package/dist/components/tabs.js +65 -0
  82. package/dist/components/tabs.mjs +6 -0
  83. package/dist/index.css +93 -23
  84. package/dist/index.d.mts +9 -0
  85. package/dist/index.d.ts +9 -0
  86. package/dist/index.js +585 -25
  87. package/dist/index.mjs +55 -15
  88. package/dist/utils/variants.js +2 -2
  89. package/dist/utils/variants.mjs +1 -1
  90. package/package.json +1 -1
  91. /package/dist/{chunk-FWB233VZ.mjs → chunk-NP4SOC4S.mjs} +0 -0
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/components/split-page-layout.ts
21
+ var split_page_layout_exports = {};
22
+ __export(split_page_layout_exports, {
23
+ splitPageLayout: () => splitPageLayout
24
+ });
25
+ module.exports = __toCommonJS(split_page_layout_exports);
26
+ var import_tailwind_variants = require("tailwind-variants");
27
+ var splitPageLayout = (0, import_tailwind_variants.tv)({
28
+ slots: {
29
+ root: [
30
+ "size-full min-h-0 grid grid-cols-[1fr_10px] md:grid-cols-3 relative"
31
+ ],
32
+ content: ["p-4 md:p-6 col-span-1 md:col-span-2"],
33
+ panelContainer: [
34
+ "flex flex-col",
35
+ "md:border-s",
36
+ //"size-full",
37
+ "bg-muted dark:bg-primary-900"
38
+ ],
39
+ panel: [
40
+ "md:border-s",
41
+ "p-4 md:p-6",
42
+ "overflow-y-auto overflow-x-hidden",
43
+ "flex-1",
44
+ "min-h-0",
45
+ "h-full"
46
+ ],
47
+ bleed: "-mx-4 md:-mx-6",
48
+ mobileWrapper: "relative",
49
+ mobileContainer: ["absolute top-2 right-2 z-10"]
50
+ },
51
+ variants: {
52
+ inset: {
53
+ true: {
54
+ panelContainer: "rounded-e-md max-md:rounded-md"
55
+ }
56
+ }
57
+ },
58
+ defaultVariants: {
59
+ inset: true
60
+ }
61
+ });
62
+ // Annotate the CommonJS export names for ESM import in node:
63
+ 0 && (module.exports = {
64
+ splitPageLayout
65
+ });
@@ -0,0 +1,6 @@
1
+ import {
2
+ splitPageLayout
3
+ } from "../chunk-FWRXPYLB.mjs";
4
+ export {
5
+ splitPageLayout
6
+ };
@@ -0,0 +1,119 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from 'tailwind-variants';
3
+
4
+ declare const tabNav: tailwind_variants.TVReturnType<{
5
+ bleed: {
6
+ true: {
7
+ list: string;
8
+ };
9
+ false: {};
10
+ };
11
+ color: {
12
+ primary: {
13
+ link: string[];
14
+ };
15
+ };
16
+ size: {
17
+ sm: {
18
+ link: string[];
19
+ linkInner: string;
20
+ linkInnerHidden: string;
21
+ };
22
+ md: {
23
+ link: string[];
24
+ linkInner: string;
25
+ linkInnerHidden: string;
26
+ };
27
+ };
28
+ border: {
29
+ true: {
30
+ list: string;
31
+ link: string[];
32
+ };
33
+ };
34
+ }, {
35
+ base: string;
36
+ list: string[];
37
+ item: string;
38
+ link: string[];
39
+ linkInner: string[];
40
+ linkInnerHidden: string[];
41
+ }, undefined, {
42
+ bleed: {
43
+ true: {
44
+ list: string;
45
+ };
46
+ false: {};
47
+ };
48
+ color: {
49
+ primary: {
50
+ link: string[];
51
+ };
52
+ };
53
+ size: {
54
+ sm: {
55
+ link: string[];
56
+ linkInner: string;
57
+ linkInnerHidden: string;
58
+ };
59
+ md: {
60
+ link: string[];
61
+ linkInner: string;
62
+ linkInnerHidden: string;
63
+ };
64
+ };
65
+ border: {
66
+ true: {
67
+ list: string;
68
+ link: string[];
69
+ };
70
+ };
71
+ }, {
72
+ base: string;
73
+ list: string[];
74
+ item: string;
75
+ link: string[];
76
+ linkInner: string[];
77
+ linkInnerHidden: string[];
78
+ }, tailwind_variants.TVReturnType<{
79
+ bleed: {
80
+ true: {
81
+ list: string;
82
+ };
83
+ false: {};
84
+ };
85
+ color: {
86
+ primary: {
87
+ link: string[];
88
+ };
89
+ };
90
+ size: {
91
+ sm: {
92
+ link: string[];
93
+ linkInner: string;
94
+ linkInnerHidden: string;
95
+ };
96
+ md: {
97
+ link: string[];
98
+ linkInner: string;
99
+ linkInnerHidden: string;
100
+ };
101
+ };
102
+ border: {
103
+ true: {
104
+ list: string;
105
+ link: string[];
106
+ };
107
+ };
108
+ }, {
109
+ base: string;
110
+ list: string[];
111
+ item: string;
112
+ link: string[];
113
+ linkInner: string[];
114
+ linkInnerHidden: string[];
115
+ }, undefined, unknown, unknown, undefined>>;
116
+ type TabNavVariantProps = VariantProps<typeof tabNav>;
117
+ type TabNavSlots = keyof ReturnType<typeof tabNav>;
118
+
119
+ export { type TabNavSlots, type TabNavVariantProps, tabNav };
@@ -0,0 +1,119 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from 'tailwind-variants';
3
+
4
+ declare const tabNav: tailwind_variants.TVReturnType<{
5
+ bleed: {
6
+ true: {
7
+ list: string;
8
+ };
9
+ false: {};
10
+ };
11
+ color: {
12
+ primary: {
13
+ link: string[];
14
+ };
15
+ };
16
+ size: {
17
+ sm: {
18
+ link: string[];
19
+ linkInner: string;
20
+ linkInnerHidden: string;
21
+ };
22
+ md: {
23
+ link: string[];
24
+ linkInner: string;
25
+ linkInnerHidden: string;
26
+ };
27
+ };
28
+ border: {
29
+ true: {
30
+ list: string;
31
+ link: string[];
32
+ };
33
+ };
34
+ }, {
35
+ base: string;
36
+ list: string[];
37
+ item: string;
38
+ link: string[];
39
+ linkInner: string[];
40
+ linkInnerHidden: string[];
41
+ }, undefined, {
42
+ bleed: {
43
+ true: {
44
+ list: string;
45
+ };
46
+ false: {};
47
+ };
48
+ color: {
49
+ primary: {
50
+ link: string[];
51
+ };
52
+ };
53
+ size: {
54
+ sm: {
55
+ link: string[];
56
+ linkInner: string;
57
+ linkInnerHidden: string;
58
+ };
59
+ md: {
60
+ link: string[];
61
+ linkInner: string;
62
+ linkInnerHidden: string;
63
+ };
64
+ };
65
+ border: {
66
+ true: {
67
+ list: string;
68
+ link: string[];
69
+ };
70
+ };
71
+ }, {
72
+ base: string;
73
+ list: string[];
74
+ item: string;
75
+ link: string[];
76
+ linkInner: string[];
77
+ linkInnerHidden: string[];
78
+ }, tailwind_variants.TVReturnType<{
79
+ bleed: {
80
+ true: {
81
+ list: string;
82
+ };
83
+ false: {};
84
+ };
85
+ color: {
86
+ primary: {
87
+ link: string[];
88
+ };
89
+ };
90
+ size: {
91
+ sm: {
92
+ link: string[];
93
+ linkInner: string;
94
+ linkInnerHidden: string;
95
+ };
96
+ md: {
97
+ link: string[];
98
+ linkInner: string;
99
+ linkInnerHidden: string;
100
+ };
101
+ };
102
+ border: {
103
+ true: {
104
+ list: string;
105
+ link: string[];
106
+ };
107
+ };
108
+ }, {
109
+ base: string;
110
+ list: string[];
111
+ item: string;
112
+ link: string[];
113
+ linkInner: string[];
114
+ linkInnerHidden: string[];
115
+ }, undefined, unknown, unknown, undefined>>;
116
+ type TabNavVariantProps = VariantProps<typeof tabNav>;
117
+ type TabNavSlots = keyof ReturnType<typeof tabNav>;
118
+
119
+ export { type TabNavSlots, type TabNavVariantProps, tabNav };
@@ -0,0 +1,118 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/components/tab-nav.ts
21
+ var tab_nav_exports = {};
22
+ __export(tab_nav_exports, {
23
+ tabNav: () => tabNav
24
+ });
25
+ module.exports = __toCommonJS(tab_nav_exports);
26
+ var import_tailwind_variants = require("tailwind-variants");
27
+ var tabNav = (0, import_tailwind_variants.tv)({
28
+ slots: {
29
+ base: "",
30
+ list: [
31
+ "flex",
32
+ "items-center",
33
+ "justify-start",
34
+ "overflow-x-auto",
35
+ "whitespace-nowrap",
36
+ "font-sans"
37
+ ],
38
+ item: "flex",
39
+ link: [
40
+ "relative",
41
+ "flex",
42
+ "items-center",
43
+ "justify-center",
44
+ "shrink-0",
45
+ "select-none",
46
+ "px-2",
47
+ "[&_svg]:shrink-0",
48
+ "transition-colors",
49
+ "font-normal",
50
+ "data-active:[&>_span]:font-medium",
51
+ "hover:[&>_span]:bg-accent hover:[&>_span]:text-accent-foreground"
52
+ ],
53
+ linkInner: [
54
+ "flex",
55
+ "items-center",
56
+ "justify-center",
57
+ "absolute",
58
+ "overflow-hidden",
59
+ "transition-all"
60
+ ],
61
+ linkInnerHidden: [
62
+ "flex",
63
+ "items-center",
64
+ "justify-center",
65
+ "invisible",
66
+ "transition-all"
67
+ ]
68
+ },
69
+ variants: {
70
+ bleed: {
71
+ true: {
72
+ list: "-mx-4 md:-mx-6 px-4 md:px-6"
73
+ },
74
+ false: {}
75
+ },
76
+ color: {
77
+ primary: {
78
+ link: ["before:bg-primary"]
79
+ }
80
+ },
81
+ size: {
82
+ sm: {
83
+ link: ["h-10", "text-xs [&_svg]:size-3.5"],
84
+ linkInner: "px-3 h-8 gap-2 rounded-sm min-w-16",
85
+ linkInnerHidden: "px-3 h-8 gap-2 rounded-sm min-w-16"
86
+ },
87
+ md: {
88
+ link: ["h-12", "text-sm", "rounded-md [&_svg]:size-4"],
89
+ linkInner: "px-4 h-10 gap-2 rounded-md min-w-20",
90
+ linkInnerHidden: "px-4 h-10 gap-2 rounded-md min-w-20"
91
+ }
92
+ },
93
+ border: {
94
+ true: {
95
+ list: "border-b -mb-px",
96
+ link: [
97
+ "before:h-[2px]",
98
+ "before:absolute",
99
+ "before:bottom-0",
100
+ "before:left-0",
101
+ "before:right-0",
102
+ "before:opacity-0",
103
+ "before:transition-opacity",
104
+ "data-active:before:opacity-100"
105
+ ]
106
+ }
107
+ }
108
+ },
109
+ defaultVariants: {
110
+ color: "primary",
111
+ border: true,
112
+ size: "sm"
113
+ }
114
+ });
115
+ // Annotate the CommonJS export names for ESM import in node:
116
+ 0 && (module.exports = {
117
+ tabNav
118
+ });
@@ -0,0 +1,6 @@
1
+ import {
2
+ tabNav
3
+ } from "../chunk-ZLM6Z3W2.mjs";
4
+ export {
5
+ tabNav
6
+ };
@@ -2,12 +2,28 @@ import * as tailwind_variants from 'tailwind-variants';
2
2
  import { VariantProps } from 'tailwind-variants';
3
3
 
4
4
  declare const table: tailwind_variants.TVReturnType<{
5
+ bleed: {
6
+ true: {};
7
+ false: {
8
+ container: string[];
9
+ th: string[];
10
+ td: string[];
11
+ };
12
+ };
5
13
  overscroll: {
6
14
  horizontal: {
7
15
  th: string;
8
16
  td: string;
9
17
  };
10
18
  };
19
+ variant: {
20
+ default: {};
21
+ grid: {
22
+ table: string;
23
+ th: string[];
24
+ td: string[];
25
+ };
26
+ };
11
27
  color: {
12
28
  default: {
13
29
  td: string[];
@@ -64,19 +80,43 @@ declare const table: tailwind_variants.TVReturnType<{
64
80
  };
65
81
  };
66
82
  }, {
83
+ container: string[];
84
+ wrapper: string[];
67
85
  table: string;
68
86
  thead: string;
69
87
  tbody: string;
70
88
  tr: string[];
71
89
  th: string[];
72
90
  td: string[];
91
+ ownerCell: string[];
92
+ ownerCellAvatar: never[];
93
+ ownerCelltextWrapper: string;
94
+ ownerCellName: string;
95
+ ownerCellDescription: string;
96
+ ownerCellUnassigned: string;
73
97
  }, undefined, {
98
+ bleed: {
99
+ true: {};
100
+ false: {
101
+ container: string[];
102
+ th: string[];
103
+ td: string[];
104
+ };
105
+ };
74
106
  overscroll: {
75
107
  horizontal: {
76
108
  th: string;
77
109
  td: string;
78
110
  };
79
111
  };
112
+ variant: {
113
+ default: {};
114
+ grid: {
115
+ table: string;
116
+ th: string[];
117
+ td: string[];
118
+ };
119
+ };
80
120
  color: {
81
121
  default: {
82
122
  td: string[];
@@ -133,19 +173,43 @@ declare const table: tailwind_variants.TVReturnType<{
133
173
  };
134
174
  };
135
175
  }, {
176
+ container: string[];
177
+ wrapper: string[];
136
178
  table: string;
137
179
  thead: string;
138
180
  tbody: string;
139
181
  tr: string[];
140
182
  th: string[];
141
183
  td: string[];
184
+ ownerCell: string[];
185
+ ownerCellAvatar: never[];
186
+ ownerCelltextWrapper: string;
187
+ ownerCellName: string;
188
+ ownerCellDescription: string;
189
+ ownerCellUnassigned: string;
142
190
  }, tailwind_variants.TVReturnType<{
191
+ bleed: {
192
+ true: {};
193
+ false: {
194
+ container: string[];
195
+ th: string[];
196
+ td: string[];
197
+ };
198
+ };
143
199
  overscroll: {
144
200
  horizontal: {
145
201
  th: string;
146
202
  td: string;
147
203
  };
148
204
  };
205
+ variant: {
206
+ default: {};
207
+ grid: {
208
+ table: string;
209
+ th: string[];
210
+ td: string[];
211
+ };
212
+ };
149
213
  color: {
150
214
  default: {
151
215
  td: string[];
@@ -202,12 +266,20 @@ declare const table: tailwind_variants.TVReturnType<{
202
266
  };
203
267
  };
204
268
  }, {
269
+ container: string[];
270
+ wrapper: string[];
205
271
  table: string;
206
272
  thead: string;
207
273
  tbody: string;
208
274
  tr: string[];
209
275
  th: string[];
210
276
  td: string[];
277
+ ownerCell: string[];
278
+ ownerCellAvatar: never[];
279
+ ownerCelltextWrapper: string;
280
+ ownerCellName: string;
281
+ ownerCellDescription: string;
282
+ ownerCellUnassigned: string;
211
283
  }, undefined, unknown, unknown, undefined>>;
212
284
  type TableVariantProps = VariantProps<typeof table>;
213
285
  type TableSlots = keyof ReturnType<typeof table>;
@@ -2,12 +2,28 @@ import * as tailwind_variants from 'tailwind-variants';
2
2
  import { VariantProps } from 'tailwind-variants';
3
3
 
4
4
  declare const table: tailwind_variants.TVReturnType<{
5
+ bleed: {
6
+ true: {};
7
+ false: {
8
+ container: string[];
9
+ th: string[];
10
+ td: string[];
11
+ };
12
+ };
5
13
  overscroll: {
6
14
  horizontal: {
7
15
  th: string;
8
16
  td: string;
9
17
  };
10
18
  };
19
+ variant: {
20
+ default: {};
21
+ grid: {
22
+ table: string;
23
+ th: string[];
24
+ td: string[];
25
+ };
26
+ };
11
27
  color: {
12
28
  default: {
13
29
  td: string[];
@@ -64,19 +80,43 @@ declare const table: tailwind_variants.TVReturnType<{
64
80
  };
65
81
  };
66
82
  }, {
83
+ container: string[];
84
+ wrapper: string[];
67
85
  table: string;
68
86
  thead: string;
69
87
  tbody: string;
70
88
  tr: string[];
71
89
  th: string[];
72
90
  td: string[];
91
+ ownerCell: string[];
92
+ ownerCellAvatar: never[];
93
+ ownerCelltextWrapper: string;
94
+ ownerCellName: string;
95
+ ownerCellDescription: string;
96
+ ownerCellUnassigned: string;
73
97
  }, undefined, {
98
+ bleed: {
99
+ true: {};
100
+ false: {
101
+ container: string[];
102
+ th: string[];
103
+ td: string[];
104
+ };
105
+ };
74
106
  overscroll: {
75
107
  horizontal: {
76
108
  th: string;
77
109
  td: string;
78
110
  };
79
111
  };
112
+ variant: {
113
+ default: {};
114
+ grid: {
115
+ table: string;
116
+ th: string[];
117
+ td: string[];
118
+ };
119
+ };
80
120
  color: {
81
121
  default: {
82
122
  td: string[];
@@ -133,19 +173,43 @@ declare const table: tailwind_variants.TVReturnType<{
133
173
  };
134
174
  };
135
175
  }, {
176
+ container: string[];
177
+ wrapper: string[];
136
178
  table: string;
137
179
  thead: string;
138
180
  tbody: string;
139
181
  tr: string[];
140
182
  th: string[];
141
183
  td: string[];
184
+ ownerCell: string[];
185
+ ownerCellAvatar: never[];
186
+ ownerCelltextWrapper: string;
187
+ ownerCellName: string;
188
+ ownerCellDescription: string;
189
+ ownerCellUnassigned: string;
142
190
  }, tailwind_variants.TVReturnType<{
191
+ bleed: {
192
+ true: {};
193
+ false: {
194
+ container: string[];
195
+ th: string[];
196
+ td: string[];
197
+ };
198
+ };
143
199
  overscroll: {
144
200
  horizontal: {
145
201
  th: string;
146
202
  td: string;
147
203
  };
148
204
  };
205
+ variant: {
206
+ default: {};
207
+ grid: {
208
+ table: string;
209
+ th: string[];
210
+ td: string[];
211
+ };
212
+ };
149
213
  color: {
150
214
  default: {
151
215
  td: string[];
@@ -202,12 +266,20 @@ declare const table: tailwind_variants.TVReturnType<{
202
266
  };
203
267
  };
204
268
  }, {
269
+ container: string[];
270
+ wrapper: string[];
205
271
  table: string;
206
272
  thead: string;
207
273
  tbody: string;
208
274
  tr: string[];
209
275
  th: string[];
210
276
  td: string[];
277
+ ownerCell: string[];
278
+ ownerCellAvatar: never[];
279
+ ownerCelltextWrapper: string;
280
+ ownerCellName: string;
281
+ ownerCellDescription: string;
282
+ ownerCellUnassigned: string;
211
283
  }, undefined, unknown, unknown, undefined>>;
212
284
  type TableVariantProps = VariantProps<typeof table>;
213
285
  type TableSlots = keyof ReturnType<typeof table>;