@kopexa/theme 1.7.6 → 2.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.
Files changed (144) hide show
  1. package/dist/{chunk-EXBKQDH5.mjs → chunk-3PCDCW7G.mjs} +1 -1
  2. package/dist/chunk-45KIKY4A.mjs +140 -0
  3. package/dist/{chunk-UEMJVVVF.mjs → chunk-5DOB3IBE.mjs} +14 -1
  4. package/dist/{chunk-SHHD2WUZ.mjs → chunk-7VZZASRG.mjs} +1 -1
  5. package/dist/chunk-BETLBSSF.mjs +23 -0
  6. package/dist/chunk-BWB7MWRC.mjs +22 -0
  7. package/dist/chunk-CPERWXKN.mjs +21 -0
  8. package/dist/chunk-DI54XTS5.mjs +56 -0
  9. package/dist/chunk-GRPMKEI2.mjs +34 -0
  10. package/dist/{chunk-ZL6FAOXE.mjs → chunk-HHOMDBMZ.mjs} +1 -1
  11. package/dist/chunk-HWEYNK3O.mjs +25 -0
  12. package/dist/{chunk-U32YEQZ5.mjs → chunk-IHITEH7V.mjs} +15 -9
  13. package/dist/chunk-IHW4FWFB.mjs +71 -0
  14. package/dist/{chunk-TJDRYBGW.mjs → chunk-JXQPOORM.mjs} +15 -9
  15. package/dist/{chunk-MWG2OZMD.mjs → chunk-LAJQAXSV.mjs} +7 -9
  16. package/dist/{chunk-VCLXE57S.mjs → chunk-LM7MKBHT.mjs} +7 -1
  17. package/dist/chunk-LMCM4CW2.mjs +22 -0
  18. package/dist/chunk-M3GQ563Q.mjs +33 -0
  19. package/dist/chunk-NFOF75HQ.mjs +106 -0
  20. package/dist/{chunk-JHKTRIIA.mjs → chunk-RQYYDG26.mjs} +4 -2
  21. package/dist/chunk-SPQE7K66.mjs +18 -0
  22. package/dist/chunk-TVC4THD6.mjs +16 -0
  23. package/dist/chunk-URGRCBNW.mjs +27 -0
  24. package/dist/chunk-VSVGOX3P.mjs +48 -0
  25. package/dist/chunk-XGUDXC5P.mjs +26 -0
  26. package/dist/{chunk-755GJHKQ.mjs → chunk-XRKUQMGU.mjs} +1 -1
  27. package/dist/{chunk-JQ74U2S3.mjs → chunk-YH6TDPK7.mjs} +4 -4
  28. package/dist/chunk-Z7D56R5U.mjs +70 -0
  29. package/dist/components/alert-dialog.d.mts +9 -9
  30. package/dist/components/alert-dialog.d.ts +9 -9
  31. package/dist/components/alert-dialog.js +11 -2
  32. package/dist/components/alert-dialog.mjs +1 -1
  33. package/dist/components/autocomplete.d.mts +73 -0
  34. package/dist/components/autocomplete.d.ts +73 -0
  35. package/dist/components/autocomplete.js +173 -0
  36. package/dist/components/autocomplete.mjs +8 -0
  37. package/dist/components/avatar.mjs +2 -2
  38. package/dist/components/button.d.mts +15 -0
  39. package/dist/components/button.d.ts +15 -0
  40. package/dist/components/button.js +12 -6
  41. package/dist/components/button.mjs +2 -2
  42. package/dist/components/chip.d.mts +3 -0
  43. package/dist/components/chip.d.ts +3 -0
  44. package/dist/components/chip.js +4 -2
  45. package/dist/components/chip.mjs +1 -1
  46. package/dist/components/color-highlight-button.d.mts +36 -0
  47. package/dist/components/color-highlight-button.d.ts +36 -0
  48. package/dist/components/color-highlight-button.js +45 -0
  49. package/dist/components/color-highlight-button.mjs +6 -0
  50. package/dist/components/command.d.mts +9 -9
  51. package/dist/components/command.d.ts +9 -9
  52. package/dist/components/data-grid.d.mts +325 -0
  53. package/dist/components/data-grid.d.ts +325 -0
  54. package/dist/components/data-grid.js +164 -0
  55. package/dist/components/data-grid.mjs +6 -0
  56. package/dist/components/dialog.js +7 -9
  57. package/dist/components/dialog.mjs +1 -1
  58. package/dist/components/drawer.d.mts +3 -3
  59. package/dist/components/drawer.d.ts +3 -3
  60. package/dist/components/drawer.js +21 -17
  61. package/dist/components/drawer.mjs +2 -2
  62. package/dist/components/dropdown-menu.js +1 -1
  63. package/dist/components/dropdown-menu.mjs +1 -1
  64. package/dist/components/editor-basic.d.mts +44 -0
  65. package/dist/components/editor-basic.d.ts +44 -0
  66. package/dist/components/editor-basic.js +58 -0
  67. package/dist/components/editor-basic.mjs +6 -0
  68. package/dist/components/editor-spinner.d.mts +60 -0
  69. package/dist/components/editor-spinner.d.ts +60 -0
  70. package/dist/components/editor-spinner.js +40 -0
  71. package/dist/components/editor-spinner.mjs +6 -0
  72. package/dist/components/hover-card.mjs +2 -2
  73. package/dist/components/index.d.mts +14 -0
  74. package/dist/components/index.d.ts +14 -0
  75. package/dist/components/index.js +815 -196
  76. package/dist/components/index.mjs +100 -44
  77. package/dist/components/input-group.d.mts +5 -0
  78. package/dist/components/input-group.d.ts +5 -0
  79. package/dist/components/input-group.js +49 -0
  80. package/dist/components/input-group.mjs +6 -0
  81. package/dist/components/input-wrapper.d.mts +25 -0
  82. package/dist/components/input-wrapper.d.ts +25 -0
  83. package/dist/components/input-wrapper.js +72 -0
  84. package/dist/components/input-wrapper.mjs +6 -0
  85. package/dist/components/input.d.mts +30 -129
  86. package/dist/components/input.d.ts +30 -129
  87. package/dist/components/input.js +58 -71
  88. package/dist/components/input.mjs +2 -2
  89. package/dist/components/kbd.d.mts +35 -0
  90. package/dist/components/kbd.d.ts +35 -0
  91. package/dist/components/kbd.js +47 -0
  92. package/dist/components/kbd.mjs +6 -0
  93. package/dist/components/label.d.mts +22 -0
  94. package/dist/components/label.d.ts +22 -0
  95. package/dist/components/label.js +46 -0
  96. package/dist/components/label.mjs +6 -0
  97. package/dist/components/popover.d.mts +79 -14
  98. package/dist/components/popover.d.ts +79 -14
  99. package/dist/components/popover.js +41 -4
  100. package/dist/components/popover.mjs +2 -2
  101. package/dist/components/scroll-area.d.mts +50 -0
  102. package/dist/components/scroll-area.d.ts +50 -0
  103. package/dist/components/scroll-area.js +42 -0
  104. package/dist/components/scroll-area.mjs +6 -0
  105. package/dist/components/select.d.mts +76 -0
  106. package/dist/components/select.d.ts +76 -0
  107. package/dist/components/select.js +145 -0
  108. package/dist/components/select.mjs +7 -0
  109. package/dist/components/separator.d.mts +2 -2
  110. package/dist/components/separator.d.ts +2 -2
  111. package/dist/components/separator.js +7 -1
  112. package/dist/components/separator.mjs +1 -1
  113. package/dist/components/skeleton-avatar.mjs +3 -3
  114. package/dist/components/slash-dropdown-menu.d.mts +54 -0
  115. package/dist/components/slash-dropdown-menu.d.ts +54 -0
  116. package/dist/components/slash-dropdown-menu.js +55 -0
  117. package/dist/components/slash-dropdown-menu.mjs +7 -0
  118. package/dist/components/standard-chip.d.mts +4 -0
  119. package/dist/components/standard-chip.d.ts +4 -0
  120. package/dist/components/standard-chip.js +4 -2
  121. package/dist/components/standard-chip.mjs +2 -2
  122. package/dist/components/textarea.d.mts +25 -0
  123. package/dist/components/textarea.d.ts +25 -0
  124. package/dist/components/textarea.js +72 -0
  125. package/dist/components/textarea.mjs +7 -0
  126. package/dist/components/toolbar.d.mts +34 -0
  127. package/dist/components/toolbar.d.ts +34 -0
  128. package/dist/components/toolbar.js +46 -0
  129. package/dist/components/toolbar.mjs +6 -0
  130. package/dist/editor.css +784 -0
  131. package/dist/index.css +39 -12
  132. package/dist/index.d.mts +14 -0
  133. package/dist/index.d.ts +14 -0
  134. package/dist/index.js +815 -196
  135. package/dist/index.mjs +100 -44
  136. package/dist/utils/classes.d.mts +13 -1
  137. package/dist/utils/classes.d.ts +13 -1
  138. package/dist/utils/classes.js +14 -0
  139. package/dist/utils/classes.mjs +3 -1
  140. package/package.json +24 -18
  141. package/dist/chunk-CPEP2RO4.mjs +0 -17
  142. package/dist/chunk-IKJHZT2S.mjs +0 -19
  143. package/dist/chunk-UMSU2ZEG.mjs +0 -96
  144. /package/dist/{chunk-MA4DKK64.mjs → chunk-UWWO4AVU.mjs} +0 -0
@@ -10,12 +10,12 @@ declare const command: tailwind_variants.TVReturnType<{
10
10
  header?: tailwind_merge.ClassNameValue;
11
11
  title?: tailwind_merge.ClassNameValue;
12
12
  description?: tailwind_merge.ClassNameValue;
13
- group?: tailwind_merge.ClassNameValue;
14
- inputWrapper?: tailwind_merge.ClassNameValue;
15
- inputIcon?: tailwind_merge.ClassNameValue;
16
13
  input?: tailwind_merge.ClassNameValue;
17
14
  list?: tailwind_merge.ClassNameValue;
18
15
  empty?: tailwind_merge.ClassNameValue;
16
+ group?: tailwind_merge.ClassNameValue;
17
+ inputWrapper?: tailwind_merge.ClassNameValue;
18
+ inputIcon?: tailwind_merge.ClassNameValue;
19
19
  separator?: tailwind_merge.ClassNameValue;
20
20
  shortcut?: tailwind_merge.ClassNameValue;
21
21
  };
@@ -28,12 +28,12 @@ declare const command: tailwind_variants.TVReturnType<{
28
28
  header?: tailwind_merge.ClassNameValue;
29
29
  title?: tailwind_merge.ClassNameValue;
30
30
  description?: tailwind_merge.ClassNameValue;
31
- group?: tailwind_merge.ClassNameValue;
32
- inputWrapper?: tailwind_merge.ClassNameValue;
33
- inputIcon?: tailwind_merge.ClassNameValue;
34
31
  input?: tailwind_merge.ClassNameValue;
35
32
  list?: tailwind_merge.ClassNameValue;
36
33
  empty?: tailwind_merge.ClassNameValue;
34
+ group?: tailwind_merge.ClassNameValue;
35
+ inputWrapper?: tailwind_merge.ClassNameValue;
36
+ inputIcon?: tailwind_merge.ClassNameValue;
37
37
  separator?: tailwind_merge.ClassNameValue;
38
38
  shortcut?: tailwind_merge.ClassNameValue;
39
39
  };
@@ -60,12 +60,12 @@ declare const command: tailwind_variants.TVReturnType<{
60
60
  header?: tailwind_merge.ClassNameValue;
61
61
  title?: tailwind_merge.ClassNameValue;
62
62
  description?: tailwind_merge.ClassNameValue;
63
- group?: tailwind_merge.ClassNameValue;
64
- inputWrapper?: tailwind_merge.ClassNameValue;
65
- inputIcon?: tailwind_merge.ClassNameValue;
66
63
  input?: tailwind_merge.ClassNameValue;
67
64
  list?: tailwind_merge.ClassNameValue;
68
65
  empty?: tailwind_merge.ClassNameValue;
66
+ group?: tailwind_merge.ClassNameValue;
67
+ inputWrapper?: tailwind_merge.ClassNameValue;
68
+ inputIcon?: tailwind_merge.ClassNameValue;
69
69
  separator?: tailwind_merge.ClassNameValue;
70
70
  shortcut?: tailwind_merge.ClassNameValue;
71
71
  };
@@ -0,0 +1,325 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from 'tailwind-variants';
3
+
4
+ declare const datagrid: tailwind_variants.TVReturnType<{
5
+ border: {
6
+ true: {
7
+ container: string;
8
+ };
9
+ };
10
+ headerBorder: {
11
+ true: {
12
+ headerRow: string;
13
+ };
14
+ };
15
+ cellBorder: {
16
+ true: {
17
+ headerRow: string;
18
+ headerRowCell: string;
19
+ bodyRowSkeleton: string;
20
+ bodyRowSkeletonCell: string;
21
+ bodyRow: string;
22
+ bodyRowCell: string;
23
+ };
24
+ };
25
+ rowBorder: {
26
+ true: {
27
+ bodyRowExpanded: string;
28
+ };
29
+ };
30
+ rowRounded: {
31
+ true: {
32
+ body: string;
33
+ };
34
+ };
35
+ columnsResizable: {
36
+ true: {
37
+ headerRowCell: string;
38
+ };
39
+ };
40
+ columnsDraggable: {
41
+ true: {
42
+ table: string;
43
+ };
44
+ };
45
+ headerBackground: {
46
+ false: {
47
+ headerRow: string;
48
+ };
49
+ true: {
50
+ headerRow: string;
51
+ };
52
+ };
53
+ stripped: {
54
+ true: {
55
+ headerRow: string;
56
+ bodyRowSkeleton: string;
57
+ bodyRow: string;
58
+ };
59
+ };
60
+ width: {
61
+ fixed: {
62
+ table: string;
63
+ headerRowCell: string;
64
+ };
65
+ auto: {
66
+ table: string;
67
+ };
68
+ };
69
+ dense: {
70
+ true: {
71
+ headerRowCell: string;
72
+ bodyRowSkeletonCell: string;
73
+ bodyRowCell: string;
74
+ };
75
+ false: {
76
+ headerRowCell: string;
77
+ bodyRowSkeletonCell: string;
78
+ bodyRowCell: string;
79
+ };
80
+ };
81
+ columnsPinnable: {
82
+ true: {
83
+ headerRowCell: string;
84
+ };
85
+ false: {};
86
+ };
87
+ headerSticky: {
88
+ true: {
89
+ head: string;
90
+ };
91
+ };
92
+ loadingMode: {
93
+ skeleton: {};
94
+ };
95
+ }, {
96
+ container: string;
97
+ table: string;
98
+ head: string;
99
+ headerRow: string;
100
+ headerRowCell: string;
101
+ headRowCellResize: string;
102
+ rowSpacer: string;
103
+ body: string;
104
+ bodyRowSkeleton: string;
105
+ bodyRowSkeletonCell: string;
106
+ bodyRow: string;
107
+ bodyRowCell: string;
108
+ bodyRowExpanded: string;
109
+ empty: string;
110
+ }, undefined, {
111
+ border: {
112
+ true: {
113
+ container: string;
114
+ };
115
+ };
116
+ headerBorder: {
117
+ true: {
118
+ headerRow: string;
119
+ };
120
+ };
121
+ cellBorder: {
122
+ true: {
123
+ headerRow: string;
124
+ headerRowCell: string;
125
+ bodyRowSkeleton: string;
126
+ bodyRowSkeletonCell: string;
127
+ bodyRow: string;
128
+ bodyRowCell: string;
129
+ };
130
+ };
131
+ rowBorder: {
132
+ true: {
133
+ bodyRowExpanded: string;
134
+ };
135
+ };
136
+ rowRounded: {
137
+ true: {
138
+ body: string;
139
+ };
140
+ };
141
+ columnsResizable: {
142
+ true: {
143
+ headerRowCell: string;
144
+ };
145
+ };
146
+ columnsDraggable: {
147
+ true: {
148
+ table: string;
149
+ };
150
+ };
151
+ headerBackground: {
152
+ false: {
153
+ headerRow: string;
154
+ };
155
+ true: {
156
+ headerRow: string;
157
+ };
158
+ };
159
+ stripped: {
160
+ true: {
161
+ headerRow: string;
162
+ bodyRowSkeleton: string;
163
+ bodyRow: string;
164
+ };
165
+ };
166
+ width: {
167
+ fixed: {
168
+ table: string;
169
+ headerRowCell: string;
170
+ };
171
+ auto: {
172
+ table: string;
173
+ };
174
+ };
175
+ dense: {
176
+ true: {
177
+ headerRowCell: string;
178
+ bodyRowSkeletonCell: string;
179
+ bodyRowCell: string;
180
+ };
181
+ false: {
182
+ headerRowCell: string;
183
+ bodyRowSkeletonCell: string;
184
+ bodyRowCell: string;
185
+ };
186
+ };
187
+ columnsPinnable: {
188
+ true: {
189
+ headerRowCell: string;
190
+ };
191
+ false: {};
192
+ };
193
+ headerSticky: {
194
+ true: {
195
+ head: string;
196
+ };
197
+ };
198
+ loadingMode: {
199
+ skeleton: {};
200
+ };
201
+ }, {
202
+ container: string;
203
+ table: string;
204
+ head: string;
205
+ headerRow: string;
206
+ headerRowCell: string;
207
+ headRowCellResize: string;
208
+ rowSpacer: string;
209
+ body: string;
210
+ bodyRowSkeleton: string;
211
+ bodyRowSkeletonCell: string;
212
+ bodyRow: string;
213
+ bodyRowCell: string;
214
+ bodyRowExpanded: string;
215
+ empty: string;
216
+ }, tailwind_variants.TVReturnType<{
217
+ border: {
218
+ true: {
219
+ container: string;
220
+ };
221
+ };
222
+ headerBorder: {
223
+ true: {
224
+ headerRow: string;
225
+ };
226
+ };
227
+ cellBorder: {
228
+ true: {
229
+ headerRow: string;
230
+ headerRowCell: string;
231
+ bodyRowSkeleton: string;
232
+ bodyRowSkeletonCell: string;
233
+ bodyRow: string;
234
+ bodyRowCell: string;
235
+ };
236
+ };
237
+ rowBorder: {
238
+ true: {
239
+ bodyRowExpanded: string;
240
+ };
241
+ };
242
+ rowRounded: {
243
+ true: {
244
+ body: string;
245
+ };
246
+ };
247
+ columnsResizable: {
248
+ true: {
249
+ headerRowCell: string;
250
+ };
251
+ };
252
+ columnsDraggable: {
253
+ true: {
254
+ table: string;
255
+ };
256
+ };
257
+ headerBackground: {
258
+ false: {
259
+ headerRow: string;
260
+ };
261
+ true: {
262
+ headerRow: string;
263
+ };
264
+ };
265
+ stripped: {
266
+ true: {
267
+ headerRow: string;
268
+ bodyRowSkeleton: string;
269
+ bodyRow: string;
270
+ };
271
+ };
272
+ width: {
273
+ fixed: {
274
+ table: string;
275
+ headerRowCell: string;
276
+ };
277
+ auto: {
278
+ table: string;
279
+ };
280
+ };
281
+ dense: {
282
+ true: {
283
+ headerRowCell: string;
284
+ bodyRowSkeletonCell: string;
285
+ bodyRowCell: string;
286
+ };
287
+ false: {
288
+ headerRowCell: string;
289
+ bodyRowSkeletonCell: string;
290
+ bodyRowCell: string;
291
+ };
292
+ };
293
+ columnsPinnable: {
294
+ true: {
295
+ headerRowCell: string;
296
+ };
297
+ false: {};
298
+ };
299
+ headerSticky: {
300
+ true: {
301
+ head: string;
302
+ };
303
+ };
304
+ loadingMode: {
305
+ skeleton: {};
306
+ };
307
+ }, {
308
+ container: string;
309
+ table: string;
310
+ head: string;
311
+ headerRow: string;
312
+ headerRowCell: string;
313
+ headRowCellResize: string;
314
+ rowSpacer: string;
315
+ body: string;
316
+ bodyRowSkeleton: string;
317
+ bodyRowSkeletonCell: string;
318
+ bodyRow: string;
319
+ bodyRowCell: string;
320
+ bodyRowExpanded: string;
321
+ empty: string;
322
+ }, undefined, unknown, unknown, undefined>>;
323
+ type DataGridVariants = VariantProps<typeof datagrid>;
324
+
325
+ export { type DataGridVariants, datagrid };
@@ -0,0 +1,325 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from 'tailwind-variants';
3
+
4
+ declare const datagrid: tailwind_variants.TVReturnType<{
5
+ border: {
6
+ true: {
7
+ container: string;
8
+ };
9
+ };
10
+ headerBorder: {
11
+ true: {
12
+ headerRow: string;
13
+ };
14
+ };
15
+ cellBorder: {
16
+ true: {
17
+ headerRow: string;
18
+ headerRowCell: string;
19
+ bodyRowSkeleton: string;
20
+ bodyRowSkeletonCell: string;
21
+ bodyRow: string;
22
+ bodyRowCell: string;
23
+ };
24
+ };
25
+ rowBorder: {
26
+ true: {
27
+ bodyRowExpanded: string;
28
+ };
29
+ };
30
+ rowRounded: {
31
+ true: {
32
+ body: string;
33
+ };
34
+ };
35
+ columnsResizable: {
36
+ true: {
37
+ headerRowCell: string;
38
+ };
39
+ };
40
+ columnsDraggable: {
41
+ true: {
42
+ table: string;
43
+ };
44
+ };
45
+ headerBackground: {
46
+ false: {
47
+ headerRow: string;
48
+ };
49
+ true: {
50
+ headerRow: string;
51
+ };
52
+ };
53
+ stripped: {
54
+ true: {
55
+ headerRow: string;
56
+ bodyRowSkeleton: string;
57
+ bodyRow: string;
58
+ };
59
+ };
60
+ width: {
61
+ fixed: {
62
+ table: string;
63
+ headerRowCell: string;
64
+ };
65
+ auto: {
66
+ table: string;
67
+ };
68
+ };
69
+ dense: {
70
+ true: {
71
+ headerRowCell: string;
72
+ bodyRowSkeletonCell: string;
73
+ bodyRowCell: string;
74
+ };
75
+ false: {
76
+ headerRowCell: string;
77
+ bodyRowSkeletonCell: string;
78
+ bodyRowCell: string;
79
+ };
80
+ };
81
+ columnsPinnable: {
82
+ true: {
83
+ headerRowCell: string;
84
+ };
85
+ false: {};
86
+ };
87
+ headerSticky: {
88
+ true: {
89
+ head: string;
90
+ };
91
+ };
92
+ loadingMode: {
93
+ skeleton: {};
94
+ };
95
+ }, {
96
+ container: string;
97
+ table: string;
98
+ head: string;
99
+ headerRow: string;
100
+ headerRowCell: string;
101
+ headRowCellResize: string;
102
+ rowSpacer: string;
103
+ body: string;
104
+ bodyRowSkeleton: string;
105
+ bodyRowSkeletonCell: string;
106
+ bodyRow: string;
107
+ bodyRowCell: string;
108
+ bodyRowExpanded: string;
109
+ empty: string;
110
+ }, undefined, {
111
+ border: {
112
+ true: {
113
+ container: string;
114
+ };
115
+ };
116
+ headerBorder: {
117
+ true: {
118
+ headerRow: string;
119
+ };
120
+ };
121
+ cellBorder: {
122
+ true: {
123
+ headerRow: string;
124
+ headerRowCell: string;
125
+ bodyRowSkeleton: string;
126
+ bodyRowSkeletonCell: string;
127
+ bodyRow: string;
128
+ bodyRowCell: string;
129
+ };
130
+ };
131
+ rowBorder: {
132
+ true: {
133
+ bodyRowExpanded: string;
134
+ };
135
+ };
136
+ rowRounded: {
137
+ true: {
138
+ body: string;
139
+ };
140
+ };
141
+ columnsResizable: {
142
+ true: {
143
+ headerRowCell: string;
144
+ };
145
+ };
146
+ columnsDraggable: {
147
+ true: {
148
+ table: string;
149
+ };
150
+ };
151
+ headerBackground: {
152
+ false: {
153
+ headerRow: string;
154
+ };
155
+ true: {
156
+ headerRow: string;
157
+ };
158
+ };
159
+ stripped: {
160
+ true: {
161
+ headerRow: string;
162
+ bodyRowSkeleton: string;
163
+ bodyRow: string;
164
+ };
165
+ };
166
+ width: {
167
+ fixed: {
168
+ table: string;
169
+ headerRowCell: string;
170
+ };
171
+ auto: {
172
+ table: string;
173
+ };
174
+ };
175
+ dense: {
176
+ true: {
177
+ headerRowCell: string;
178
+ bodyRowSkeletonCell: string;
179
+ bodyRowCell: string;
180
+ };
181
+ false: {
182
+ headerRowCell: string;
183
+ bodyRowSkeletonCell: string;
184
+ bodyRowCell: string;
185
+ };
186
+ };
187
+ columnsPinnable: {
188
+ true: {
189
+ headerRowCell: string;
190
+ };
191
+ false: {};
192
+ };
193
+ headerSticky: {
194
+ true: {
195
+ head: string;
196
+ };
197
+ };
198
+ loadingMode: {
199
+ skeleton: {};
200
+ };
201
+ }, {
202
+ container: string;
203
+ table: string;
204
+ head: string;
205
+ headerRow: string;
206
+ headerRowCell: string;
207
+ headRowCellResize: string;
208
+ rowSpacer: string;
209
+ body: string;
210
+ bodyRowSkeleton: string;
211
+ bodyRowSkeletonCell: string;
212
+ bodyRow: string;
213
+ bodyRowCell: string;
214
+ bodyRowExpanded: string;
215
+ empty: string;
216
+ }, tailwind_variants.TVReturnType<{
217
+ border: {
218
+ true: {
219
+ container: string;
220
+ };
221
+ };
222
+ headerBorder: {
223
+ true: {
224
+ headerRow: string;
225
+ };
226
+ };
227
+ cellBorder: {
228
+ true: {
229
+ headerRow: string;
230
+ headerRowCell: string;
231
+ bodyRowSkeleton: string;
232
+ bodyRowSkeletonCell: string;
233
+ bodyRow: string;
234
+ bodyRowCell: string;
235
+ };
236
+ };
237
+ rowBorder: {
238
+ true: {
239
+ bodyRowExpanded: string;
240
+ };
241
+ };
242
+ rowRounded: {
243
+ true: {
244
+ body: string;
245
+ };
246
+ };
247
+ columnsResizable: {
248
+ true: {
249
+ headerRowCell: string;
250
+ };
251
+ };
252
+ columnsDraggable: {
253
+ true: {
254
+ table: string;
255
+ };
256
+ };
257
+ headerBackground: {
258
+ false: {
259
+ headerRow: string;
260
+ };
261
+ true: {
262
+ headerRow: string;
263
+ };
264
+ };
265
+ stripped: {
266
+ true: {
267
+ headerRow: string;
268
+ bodyRowSkeleton: string;
269
+ bodyRow: string;
270
+ };
271
+ };
272
+ width: {
273
+ fixed: {
274
+ table: string;
275
+ headerRowCell: string;
276
+ };
277
+ auto: {
278
+ table: string;
279
+ };
280
+ };
281
+ dense: {
282
+ true: {
283
+ headerRowCell: string;
284
+ bodyRowSkeletonCell: string;
285
+ bodyRowCell: string;
286
+ };
287
+ false: {
288
+ headerRowCell: string;
289
+ bodyRowSkeletonCell: string;
290
+ bodyRowCell: string;
291
+ };
292
+ };
293
+ columnsPinnable: {
294
+ true: {
295
+ headerRowCell: string;
296
+ };
297
+ false: {};
298
+ };
299
+ headerSticky: {
300
+ true: {
301
+ head: string;
302
+ };
303
+ };
304
+ loadingMode: {
305
+ skeleton: {};
306
+ };
307
+ }, {
308
+ container: string;
309
+ table: string;
310
+ head: string;
311
+ headerRow: string;
312
+ headerRowCell: string;
313
+ headRowCellResize: string;
314
+ rowSpacer: string;
315
+ body: string;
316
+ bodyRowSkeleton: string;
317
+ bodyRowSkeletonCell: string;
318
+ bodyRow: string;
319
+ bodyRowCell: string;
320
+ bodyRowExpanded: string;
321
+ empty: string;
322
+ }, undefined, unknown, unknown, undefined>>;
323
+ type DataGridVariants = VariantProps<typeof datagrid>;
324
+
325
+ export { type DataGridVariants, datagrid };