@sytechui/theme 2.6.1 → 2.6.3
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-JV5J6JHS.mjs → chunk-47BB6GL3.mjs} +1 -1
- package/dist/{chunk-BHGZZQCH.mjs → chunk-4N2PLITL.mjs} +1 -1
- package/dist/{chunk-4CEUCYJO.mjs → chunk-5DJU5KUL.mjs} +1 -1
- package/dist/{chunk-ZLTZIM6X.mjs → chunk-7ARJ2TQM.mjs} +1 -1
- package/dist/chunk-7FAFG773.mjs +69 -0
- package/dist/{chunk-JGY6VQQQ.mjs → chunk-7K2CWEHT.mjs} +8 -1
- package/dist/{chunk-FZM5ZZP2.mjs → chunk-AGSAOCCR.mjs} +1 -1
- package/dist/{chunk-SRSOCM2C.mjs → chunk-AL5UNXQI.mjs} +1 -1
- package/dist/{chunk-7QDYFNL6.mjs → chunk-ECD4ABCS.mjs} +1 -1
- package/dist/{chunk-K3TTKHSU.mjs → chunk-EZ47UJPD.mjs} +1 -1
- package/dist/{chunk-GQMW4NEU.mjs → chunk-I5YZBAB3.mjs} +1 -1
- package/dist/{chunk-FBI452W6.mjs → chunk-KKEJLP4U.mjs} +1 -1
- package/dist/{chunk-EOYBTX52.mjs → chunk-MTBQ5EO5.mjs} +1 -1
- package/dist/{chunk-TOGBVQYA.mjs → chunk-NJBUOBAS.mjs} +7 -3
- package/dist/{chunk-QP5CGENQ.mjs → chunk-OSP4OLTO.mjs} +1 -1
- package/dist/{chunk-FLCPUBBE.mjs → chunk-P5HLCB43.mjs} +1 -1
- package/dist/chunk-PY74IHS4.mjs +96 -0
- package/dist/{chunk-2WQ76NXU.mjs → chunk-ROFEKAS6.mjs} +1 -1
- package/dist/{chunk-KCPJHUUJ.mjs → chunk-USGOG5QI.mjs} +1 -1
- package/dist/{chunk-DBDK3IF7.mjs → chunk-W37Q6YFS.mjs} +1 -1
- package/dist/{chunk-FNHXMO5W.mjs → chunk-WH4ODSEM.mjs} +1 -1
- package/dist/{chunk-2BUT7L7P.mjs → chunk-XBJNS5SU.mjs} +1 -1
- package/dist/chunk-XKMMJKKB.mjs +29 -0
- package/dist/{chunk-LYTXO6TG.mjs → chunk-Z4ZQGUPY.mjs} +258 -398
- package/dist/{chunk-VK7USAMR.mjs → chunk-ZWG2GMCI.mjs} +1 -1
- package/dist/components/accordion.js +21 -0
- package/dist/components/accordion.mjs +25 -24
- package/dist/components/alert.d.mts +215 -110
- package/dist/components/alert.d.ts +215 -110
- package/dist/components/alert.js +86 -380
- package/dist/components/alert.mjs +9 -45
- package/dist/components/autocomplete.js +21 -0
- package/dist/components/autocomplete.mjs +5 -5
- package/dist/components/avatar.js +21 -0
- package/dist/components/avatar.mjs +25 -24
- package/dist/components/badge.js +21 -0
- package/dist/components/badge.mjs +25 -24
- package/dist/components/bottom-bar.js +21 -0
- package/dist/components/bottom-bar.mjs +25 -24
- package/dist/components/breadcrumbs.js +21 -0
- package/dist/components/breadcrumbs.mjs +25 -24
- package/dist/components/button.js +21 -0
- package/dist/components/button.mjs +25 -24
- package/dist/components/calendar.js +21 -0
- package/dist/components/calendar.mjs +25 -24
- package/dist/components/card.js +21 -0
- package/dist/components/card.mjs +25 -24
- package/dist/components/checkbox.js +28 -4
- package/dist/components/checkbox.mjs +25 -24
- package/dist/components/chip.js +21 -0
- package/dist/components/chip.mjs +25 -24
- package/dist/components/code.js +21 -0
- package/dist/components/code.mjs +25 -24
- package/dist/components/date-input.js +21 -0
- package/dist/components/date-input.mjs +5 -5
- package/dist/components/date-picker.js +21 -0
- package/dist/components/date-picker.mjs +5 -5
- package/dist/components/divider.d.mts +40 -1
- package/dist/components/divider.d.ts +40 -1
- package/dist/components/divider.js +33 -3
- package/dist/components/divider.mjs +9 -7
- package/dist/components/drawer.js +21 -0
- package/dist/components/drawer.mjs +5 -5
- package/dist/components/drip.js +21 -0
- package/dist/components/drip.mjs +5 -5
- package/dist/components/drop-zone.js +21 -0
- package/dist/components/drop-zone.mjs +25 -24
- package/dist/components/dropdown.js +21 -0
- package/dist/components/dropdown.mjs +25 -24
- package/dist/components/form.js +21 -0
- package/dist/components/form.mjs +5 -5
- package/dist/components/image.js +21 -0
- package/dist/components/image.mjs +5 -5
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +349 -368
- package/dist/components/index.mjs +32 -26
- package/dist/components/input-otp.js +21 -0
- package/dist/components/input-otp.mjs +25 -24
- package/dist/components/input.js +21 -0
- package/dist/components/input.mjs +25 -24
- package/dist/components/kbd.js +21 -0
- package/dist/components/kbd.mjs +5 -5
- package/dist/components/link.js +21 -0
- package/dist/components/link.mjs +25 -24
- package/dist/components/listbox.js +21 -0
- package/dist/components/listbox.mjs +25 -24
- package/dist/components/menu.js +21 -0
- package/dist/components/menu.mjs +25 -24
- package/dist/components/modal.js +21 -0
- package/dist/components/modal.mjs +25 -24
- package/dist/components/navbar.js +21 -0
- package/dist/components/navbar.mjs +25 -24
- package/dist/components/number-input.js +21 -0
- package/dist/components/number-input.mjs +25 -24
- package/dist/components/pagination.js +21 -0
- package/dist/components/pagination.mjs +25 -24
- package/dist/components/popover.js +21 -0
- package/dist/components/popover.mjs +25 -24
- package/dist/components/progress.js +21 -0
- package/dist/components/progress.mjs +5 -5
- package/dist/components/radio.js +21 -0
- package/dist/components/radio.mjs +25 -24
- package/dist/components/scroll-area.js +21 -0
- package/dist/components/scroll-area.mjs +5 -5
- package/dist/components/scroll-shadow.js +21 -0
- package/dist/components/scroll-shadow.mjs +5 -5
- package/dist/components/select.js +21 -0
- package/dist/components/select.mjs +25 -24
- package/dist/components/shimmer-text.js +21 -0
- package/dist/components/shimmer-text.mjs +5 -5
- package/dist/components/skeleton.js +21 -0
- package/dist/components/skeleton.mjs +5 -5
- package/dist/components/slider.js +21 -0
- package/dist/components/slider.mjs +25 -24
- package/dist/components/snippet.js +21 -0
- package/dist/components/snippet.mjs +25 -24
- package/dist/components/spacer.js +21 -0
- package/dist/components/spacer.mjs +5 -5
- package/dist/components/spinner.js +21 -0
- package/dist/components/spinner.mjs +5 -5
- package/dist/components/stepper.js +21 -0
- package/dist/components/stepper.mjs +25 -24
- package/dist/components/table.d.mts +93 -12
- package/dist/components/table.d.ts +93 -12
- package/dist/components/table.js +195 -44
- package/dist/components/table.mjs +25 -24
- package/dist/components/tabs.d.mts +81 -15
- package/dist/components/tabs.d.ts +81 -15
- package/dist/components/tabs.js +95 -15
- package/dist/components/tabs.mjs +25 -24
- package/dist/components/toast.js +21 -0
- package/dist/components/toast.mjs +25 -24
- package/dist/components/toggle.js +21 -0
- package/dist/components/toggle.mjs +25 -24
- package/dist/components/user.js +21 -0
- package/dist/components/user.mjs +25 -24
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +376 -370
- package/dist/index.mjs +32 -26
- package/dist/plugin.js +48 -2
- package/dist/plugin.mjs +4 -4
- package/dist/utilities/index.d.mts +18 -0
- package/dist/utilities/index.d.ts +18 -0
- package/dist/utilities/index.js +21 -0
- package/dist/utilities/index.mjs +2 -2
- package/dist/utilities/scrollbar-hide.d.mts +39 -4
- package/dist/utilities/scrollbar-hide.d.ts +39 -4
- package/dist/utilities/scrollbar-hide.js +44 -1
- package/dist/utilities/scrollbar-hide.mjs +4 -2
- package/dist/utils/classes.d.mts +7 -0
- package/dist/utils/classes.d.ts +7 -0
- package/dist/utils/classes.js +8 -1
- package/dist/utils/classes.mjs +1 -1
- package/dist/utils/cn.js +21 -0
- package/dist/utils/cn.mjs +4 -4
- package/dist/utils/index.js +29 -1
- package/dist/utils/index.mjs +25 -24
- package/dist/utils/merge-classes.js +21 -0
- package/dist/utils/merge-classes.mjs +25 -24
- package/dist/utils/tv.js +21 -0
- package/dist/utils/tv.mjs +4 -4
- package/dist/utils/tw-merge-config.js +21 -0
- package/dist/utils/tw-merge-config.mjs +3 -3
- package/package.json +1 -1
- package/dist/chunk-7ZVSC6V6.mjs +0 -21
- package/dist/chunk-WH6SPIFG.mjs +0 -30
|
@@ -114,6 +114,19 @@ var custom_default = {
|
|
|
114
114
|
|
|
115
115
|
// src/utilities/scrollbar-hide.ts
|
|
116
116
|
var scrollbar_hide_default = {
|
|
117
|
+
/**
|
|
118
|
+
* Theme-aware scrollbar
|
|
119
|
+
*/
|
|
120
|
+
".scrollbar": {
|
|
121
|
+
"scrollbar-width": "var(--scrollbar-width)",
|
|
122
|
+
"scrollbar-color": "var(--scrollbar-color)",
|
|
123
|
+
"scrollbar-gutter": "var(--scrollbar-gutter)"
|
|
124
|
+
},
|
|
125
|
+
".scrollbar-thin": {
|
|
126
|
+
"scrollbar-width": "thin",
|
|
127
|
+
"scrollbar-color": "var(--scrollbar-thumb) var(--scrollbar-track)",
|
|
128
|
+
"scrollbar-gutter": "auto"
|
|
129
|
+
},
|
|
117
130
|
/**
|
|
118
131
|
* Scroll Hide
|
|
119
132
|
*/
|
|
@@ -132,10 +145,18 @@ var scrollbar_hide_default = {
|
|
|
132
145
|
"-ms-overflow-style": "auto",
|
|
133
146
|
/* Firefox */
|
|
134
147
|
"scrollbar-width": "auto",
|
|
148
|
+
"scrollbar-color": "auto",
|
|
149
|
+
"scrollbar-gutter": "auto",
|
|
135
150
|
/* Safari and Chrome */
|
|
136
151
|
"&::-webkit-scrollbar": {
|
|
137
152
|
display: "block"
|
|
138
153
|
}
|
|
154
|
+
},
|
|
155
|
+
".scrollbar-none": {
|
|
156
|
+
"-ms-overflow-style": "none",
|
|
157
|
+
"scrollbar-width": "none",
|
|
158
|
+
"scrollbar-color": "auto",
|
|
159
|
+
"scrollbar-gutter": "auto"
|
|
139
160
|
}
|
|
140
161
|
};
|
|
141
162
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
spinner
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-XBJNS5SU.mjs";
|
|
4
|
+
import "../chunk-KKEJLP4U.mjs";
|
|
5
|
+
import "../chunk-ECD4ABCS.mjs";
|
|
6
|
+
import "../chunk-ROFEKAS6.mjs";
|
|
7
7
|
import "../chunk-GSRZWDGA.mjs";
|
|
8
8
|
import "../chunk-AWXUGVFR.mjs";
|
|
9
9
|
import "../chunk-MPVWW3DX.mjs";
|
|
10
|
-
import "../chunk-
|
|
10
|
+
import "../chunk-7FAFG773.mjs";
|
|
11
11
|
import "../chunk-FJOYYPB2.mjs";
|
|
12
12
|
import "../chunk-RUIUXVZ4.mjs";
|
|
13
13
|
export {
|
|
@@ -120,6 +120,19 @@ var custom_default = {
|
|
|
120
120
|
|
|
121
121
|
// src/utilities/scrollbar-hide.ts
|
|
122
122
|
var scrollbar_hide_default = {
|
|
123
|
+
/**
|
|
124
|
+
* Theme-aware scrollbar
|
|
125
|
+
*/
|
|
126
|
+
".scrollbar": {
|
|
127
|
+
"scrollbar-width": "var(--scrollbar-width)",
|
|
128
|
+
"scrollbar-color": "var(--scrollbar-color)",
|
|
129
|
+
"scrollbar-gutter": "var(--scrollbar-gutter)"
|
|
130
|
+
},
|
|
131
|
+
".scrollbar-thin": {
|
|
132
|
+
"scrollbar-width": "thin",
|
|
133
|
+
"scrollbar-color": "var(--scrollbar-thumb) var(--scrollbar-track)",
|
|
134
|
+
"scrollbar-gutter": "auto"
|
|
135
|
+
},
|
|
123
136
|
/**
|
|
124
137
|
* Scroll Hide
|
|
125
138
|
*/
|
|
@@ -138,10 +151,18 @@ var scrollbar_hide_default = {
|
|
|
138
151
|
"-ms-overflow-style": "auto",
|
|
139
152
|
/* Firefox */
|
|
140
153
|
"scrollbar-width": "auto",
|
|
154
|
+
"scrollbar-color": "auto",
|
|
155
|
+
"scrollbar-gutter": "auto",
|
|
141
156
|
/* Safari and Chrome */
|
|
142
157
|
"&::-webkit-scrollbar": {
|
|
143
158
|
display: "block"
|
|
144
159
|
}
|
|
160
|
+
},
|
|
161
|
+
".scrollbar-none": {
|
|
162
|
+
"-ms-overflow-style": "none",
|
|
163
|
+
"scrollbar-width": "none",
|
|
164
|
+
"scrollbar-color": "auto",
|
|
165
|
+
"scrollbar-gutter": "auto"
|
|
145
166
|
}
|
|
146
167
|
};
|
|
147
168
|
|
|
@@ -1,34 +1,35 @@
|
|
|
1
1
|
import {
|
|
2
2
|
stepper
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
9
|
-
import "../chunk-
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
17
|
-
import "../chunk-
|
|
18
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-Z4ZQGUPY.mjs";
|
|
4
|
+
import "../chunk-EZ47UJPD.mjs";
|
|
5
|
+
import "../chunk-W37Q6YFS.mjs";
|
|
6
|
+
import "../chunk-47BB6GL3.mjs";
|
|
7
|
+
import "../chunk-WH4ODSEM.mjs";
|
|
8
|
+
import "../chunk-XBJNS5SU.mjs";
|
|
9
|
+
import "../chunk-OSP4OLTO.mjs";
|
|
10
|
+
import "../chunk-4N2PLITL.mjs";
|
|
11
|
+
import "../chunk-AGSAOCCR.mjs";
|
|
12
|
+
import "../chunk-5DJU5KUL.mjs";
|
|
13
|
+
import "../chunk-ZWG2GMCI.mjs";
|
|
14
|
+
import "../chunk-P5HLCB43.mjs";
|
|
15
|
+
import "../chunk-XKMMJKKB.mjs";
|
|
16
|
+
import "../chunk-MTBQ5EO5.mjs";
|
|
17
|
+
import "../chunk-AL5UNXQI.mjs";
|
|
18
|
+
import "../chunk-USGOG5QI.mjs";
|
|
19
19
|
import "../chunk-GQT3YUX3.mjs";
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
22
|
-
import "../chunk-
|
|
23
|
-
import "../chunk-
|
|
24
|
-
import "../chunk-
|
|
25
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-PY74IHS4.mjs";
|
|
21
|
+
import "../chunk-I5YZBAB3.mjs";
|
|
22
|
+
import "../chunk-7ARJ2TQM.mjs";
|
|
23
|
+
import "../chunk-KKEJLP4U.mjs";
|
|
24
|
+
import "../chunk-ECD4ABCS.mjs";
|
|
25
|
+
import "../chunk-NJBUOBAS.mjs";
|
|
26
|
+
import "../chunk-7K2CWEHT.mjs";
|
|
26
27
|
import "../chunk-D2XMP2NC.mjs";
|
|
27
|
-
import "../chunk-
|
|
28
|
+
import "../chunk-ROFEKAS6.mjs";
|
|
28
29
|
import "../chunk-GSRZWDGA.mjs";
|
|
29
30
|
import "../chunk-AWXUGVFR.mjs";
|
|
30
31
|
import "../chunk-MPVWW3DX.mjs";
|
|
31
|
-
import "../chunk-
|
|
32
|
+
import "../chunk-7FAFG773.mjs";
|
|
32
33
|
import "../chunk-FJOYYPB2.mjs";
|
|
33
34
|
import "../chunk-RUIUXVZ4.mjs";
|
|
34
35
|
import "../chunk-WQEDQHKX.mjs";
|
|
@@ -65,6 +65,14 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
65
65
|
table: string;
|
|
66
66
|
};
|
|
67
67
|
};
|
|
68
|
+
overflowMode: {
|
|
69
|
+
wrap: {
|
|
70
|
+
td: string;
|
|
71
|
+
};
|
|
72
|
+
truncate: {
|
|
73
|
+
td: string;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
68
76
|
shadow: {
|
|
69
77
|
none: {
|
|
70
78
|
wrapper: string;
|
|
@@ -95,9 +103,22 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
95
103
|
};
|
|
96
104
|
false: {};
|
|
97
105
|
};
|
|
98
|
-
|
|
106
|
+
isBordered: {
|
|
99
107
|
true: {
|
|
100
|
-
|
|
108
|
+
td: string[];
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
isGlass: {
|
|
112
|
+
true: {};
|
|
113
|
+
};
|
|
114
|
+
isSticky: {
|
|
115
|
+
true: {
|
|
116
|
+
thead: string[];
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
isFooterSticky: {
|
|
120
|
+
true: {
|
|
121
|
+
tfoot: string;
|
|
101
122
|
};
|
|
102
123
|
};
|
|
103
124
|
isSelectable: {
|
|
@@ -117,6 +138,9 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
117
138
|
radius: {
|
|
118
139
|
none: {
|
|
119
140
|
wrapper: string;
|
|
141
|
+
tfoot: string;
|
|
142
|
+
thead: string[];
|
|
143
|
+
tbody: string;
|
|
120
144
|
th: string[];
|
|
121
145
|
td: string[];
|
|
122
146
|
};
|
|
@@ -154,11 +178,14 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
154
178
|
}, {
|
|
155
179
|
base: string;
|
|
156
180
|
wrapper: string[];
|
|
181
|
+
scrollContainer: string[];
|
|
182
|
+
resizableContainer: string[];
|
|
157
183
|
table: string;
|
|
158
|
-
thead: string;
|
|
159
|
-
tbody: string;
|
|
184
|
+
thead: string[];
|
|
185
|
+
tbody: string[];
|
|
160
186
|
tr: string[];
|
|
161
187
|
th: string[];
|
|
188
|
+
columnResizer: string[];
|
|
162
189
|
td: string[];
|
|
163
190
|
tfoot: string;
|
|
164
191
|
sortIcon: string[];
|
|
@@ -193,6 +220,14 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
193
220
|
table: string;
|
|
194
221
|
};
|
|
195
222
|
};
|
|
223
|
+
overflowMode: {
|
|
224
|
+
wrap: {
|
|
225
|
+
td: string;
|
|
226
|
+
};
|
|
227
|
+
truncate: {
|
|
228
|
+
td: string;
|
|
229
|
+
};
|
|
230
|
+
};
|
|
196
231
|
shadow: {
|
|
197
232
|
none: {
|
|
198
233
|
wrapper: string;
|
|
@@ -223,9 +258,22 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
223
258
|
};
|
|
224
259
|
false: {};
|
|
225
260
|
};
|
|
226
|
-
|
|
261
|
+
isBordered: {
|
|
227
262
|
true: {
|
|
228
|
-
|
|
263
|
+
td: string[];
|
|
264
|
+
};
|
|
265
|
+
};
|
|
266
|
+
isGlass: {
|
|
267
|
+
true: {};
|
|
268
|
+
};
|
|
269
|
+
isSticky: {
|
|
270
|
+
true: {
|
|
271
|
+
thead: string[];
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
isFooterSticky: {
|
|
275
|
+
true: {
|
|
276
|
+
tfoot: string;
|
|
229
277
|
};
|
|
230
278
|
};
|
|
231
279
|
isSelectable: {
|
|
@@ -245,6 +293,9 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
245
293
|
radius: {
|
|
246
294
|
none: {
|
|
247
295
|
wrapper: string;
|
|
296
|
+
tfoot: string;
|
|
297
|
+
thead: string[];
|
|
298
|
+
tbody: string;
|
|
248
299
|
th: string[];
|
|
249
300
|
td: string[];
|
|
250
301
|
};
|
|
@@ -282,11 +333,14 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
282
333
|
}, {
|
|
283
334
|
base: string;
|
|
284
335
|
wrapper: string[];
|
|
336
|
+
scrollContainer: string[];
|
|
337
|
+
resizableContainer: string[];
|
|
285
338
|
table: string;
|
|
286
|
-
thead: string;
|
|
287
|
-
tbody: string;
|
|
339
|
+
thead: string[];
|
|
340
|
+
tbody: string[];
|
|
288
341
|
tr: string[];
|
|
289
342
|
th: string[];
|
|
343
|
+
columnResizer: string[];
|
|
290
344
|
td: string[];
|
|
291
345
|
tfoot: string;
|
|
292
346
|
sortIcon: string[];
|
|
@@ -321,6 +375,14 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
321
375
|
table: string;
|
|
322
376
|
};
|
|
323
377
|
};
|
|
378
|
+
overflowMode: {
|
|
379
|
+
wrap: {
|
|
380
|
+
td: string;
|
|
381
|
+
};
|
|
382
|
+
truncate: {
|
|
383
|
+
td: string;
|
|
384
|
+
};
|
|
385
|
+
};
|
|
324
386
|
shadow: {
|
|
325
387
|
none: {
|
|
326
388
|
wrapper: string;
|
|
@@ -351,9 +413,22 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
351
413
|
};
|
|
352
414
|
false: {};
|
|
353
415
|
};
|
|
354
|
-
|
|
416
|
+
isBordered: {
|
|
355
417
|
true: {
|
|
356
|
-
|
|
418
|
+
td: string[];
|
|
419
|
+
};
|
|
420
|
+
};
|
|
421
|
+
isGlass: {
|
|
422
|
+
true: {};
|
|
423
|
+
};
|
|
424
|
+
isSticky: {
|
|
425
|
+
true: {
|
|
426
|
+
thead: string[];
|
|
427
|
+
};
|
|
428
|
+
};
|
|
429
|
+
isFooterSticky: {
|
|
430
|
+
true: {
|
|
431
|
+
tfoot: string;
|
|
357
432
|
};
|
|
358
433
|
};
|
|
359
434
|
isSelectable: {
|
|
@@ -373,6 +448,9 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
373
448
|
radius: {
|
|
374
449
|
none: {
|
|
375
450
|
wrapper: string;
|
|
451
|
+
tfoot: string;
|
|
452
|
+
thead: string[];
|
|
453
|
+
tbody: string;
|
|
376
454
|
th: string[];
|
|
377
455
|
td: string[];
|
|
378
456
|
};
|
|
@@ -410,11 +488,14 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
410
488
|
}, {
|
|
411
489
|
base: string;
|
|
412
490
|
wrapper: string[];
|
|
491
|
+
scrollContainer: string[];
|
|
492
|
+
resizableContainer: string[];
|
|
413
493
|
table: string;
|
|
414
|
-
thead: string;
|
|
415
|
-
tbody: string;
|
|
494
|
+
thead: string[];
|
|
495
|
+
tbody: string[];
|
|
416
496
|
tr: string[];
|
|
417
497
|
th: string[];
|
|
498
|
+
columnResizer: string[];
|
|
418
499
|
td: string[];
|
|
419
500
|
tfoot: string;
|
|
420
501
|
sortIcon: string[];
|
|
@@ -65,6 +65,14 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
65
65
|
table: string;
|
|
66
66
|
};
|
|
67
67
|
};
|
|
68
|
+
overflowMode: {
|
|
69
|
+
wrap: {
|
|
70
|
+
td: string;
|
|
71
|
+
};
|
|
72
|
+
truncate: {
|
|
73
|
+
td: string;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
68
76
|
shadow: {
|
|
69
77
|
none: {
|
|
70
78
|
wrapper: string;
|
|
@@ -95,9 +103,22 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
95
103
|
};
|
|
96
104
|
false: {};
|
|
97
105
|
};
|
|
98
|
-
|
|
106
|
+
isBordered: {
|
|
99
107
|
true: {
|
|
100
|
-
|
|
108
|
+
td: string[];
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
isGlass: {
|
|
112
|
+
true: {};
|
|
113
|
+
};
|
|
114
|
+
isSticky: {
|
|
115
|
+
true: {
|
|
116
|
+
thead: string[];
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
isFooterSticky: {
|
|
120
|
+
true: {
|
|
121
|
+
tfoot: string;
|
|
101
122
|
};
|
|
102
123
|
};
|
|
103
124
|
isSelectable: {
|
|
@@ -117,6 +138,9 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
117
138
|
radius: {
|
|
118
139
|
none: {
|
|
119
140
|
wrapper: string;
|
|
141
|
+
tfoot: string;
|
|
142
|
+
thead: string[];
|
|
143
|
+
tbody: string;
|
|
120
144
|
th: string[];
|
|
121
145
|
td: string[];
|
|
122
146
|
};
|
|
@@ -154,11 +178,14 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
154
178
|
}, {
|
|
155
179
|
base: string;
|
|
156
180
|
wrapper: string[];
|
|
181
|
+
scrollContainer: string[];
|
|
182
|
+
resizableContainer: string[];
|
|
157
183
|
table: string;
|
|
158
|
-
thead: string;
|
|
159
|
-
tbody: string;
|
|
184
|
+
thead: string[];
|
|
185
|
+
tbody: string[];
|
|
160
186
|
tr: string[];
|
|
161
187
|
th: string[];
|
|
188
|
+
columnResizer: string[];
|
|
162
189
|
td: string[];
|
|
163
190
|
tfoot: string;
|
|
164
191
|
sortIcon: string[];
|
|
@@ -193,6 +220,14 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
193
220
|
table: string;
|
|
194
221
|
};
|
|
195
222
|
};
|
|
223
|
+
overflowMode: {
|
|
224
|
+
wrap: {
|
|
225
|
+
td: string;
|
|
226
|
+
};
|
|
227
|
+
truncate: {
|
|
228
|
+
td: string;
|
|
229
|
+
};
|
|
230
|
+
};
|
|
196
231
|
shadow: {
|
|
197
232
|
none: {
|
|
198
233
|
wrapper: string;
|
|
@@ -223,9 +258,22 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
223
258
|
};
|
|
224
259
|
false: {};
|
|
225
260
|
};
|
|
226
|
-
|
|
261
|
+
isBordered: {
|
|
227
262
|
true: {
|
|
228
|
-
|
|
263
|
+
td: string[];
|
|
264
|
+
};
|
|
265
|
+
};
|
|
266
|
+
isGlass: {
|
|
267
|
+
true: {};
|
|
268
|
+
};
|
|
269
|
+
isSticky: {
|
|
270
|
+
true: {
|
|
271
|
+
thead: string[];
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
isFooterSticky: {
|
|
275
|
+
true: {
|
|
276
|
+
tfoot: string;
|
|
229
277
|
};
|
|
230
278
|
};
|
|
231
279
|
isSelectable: {
|
|
@@ -245,6 +293,9 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
245
293
|
radius: {
|
|
246
294
|
none: {
|
|
247
295
|
wrapper: string;
|
|
296
|
+
tfoot: string;
|
|
297
|
+
thead: string[];
|
|
298
|
+
tbody: string;
|
|
248
299
|
th: string[];
|
|
249
300
|
td: string[];
|
|
250
301
|
};
|
|
@@ -282,11 +333,14 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
282
333
|
}, {
|
|
283
334
|
base: string;
|
|
284
335
|
wrapper: string[];
|
|
336
|
+
scrollContainer: string[];
|
|
337
|
+
resizableContainer: string[];
|
|
285
338
|
table: string;
|
|
286
|
-
thead: string;
|
|
287
|
-
tbody: string;
|
|
339
|
+
thead: string[];
|
|
340
|
+
tbody: string[];
|
|
288
341
|
tr: string[];
|
|
289
342
|
th: string[];
|
|
343
|
+
columnResizer: string[];
|
|
290
344
|
td: string[];
|
|
291
345
|
tfoot: string;
|
|
292
346
|
sortIcon: string[];
|
|
@@ -321,6 +375,14 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
321
375
|
table: string;
|
|
322
376
|
};
|
|
323
377
|
};
|
|
378
|
+
overflowMode: {
|
|
379
|
+
wrap: {
|
|
380
|
+
td: string;
|
|
381
|
+
};
|
|
382
|
+
truncate: {
|
|
383
|
+
td: string;
|
|
384
|
+
};
|
|
385
|
+
};
|
|
324
386
|
shadow: {
|
|
325
387
|
none: {
|
|
326
388
|
wrapper: string;
|
|
@@ -351,9 +413,22 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
351
413
|
};
|
|
352
414
|
false: {};
|
|
353
415
|
};
|
|
354
|
-
|
|
416
|
+
isBordered: {
|
|
355
417
|
true: {
|
|
356
|
-
|
|
418
|
+
td: string[];
|
|
419
|
+
};
|
|
420
|
+
};
|
|
421
|
+
isGlass: {
|
|
422
|
+
true: {};
|
|
423
|
+
};
|
|
424
|
+
isSticky: {
|
|
425
|
+
true: {
|
|
426
|
+
thead: string[];
|
|
427
|
+
};
|
|
428
|
+
};
|
|
429
|
+
isFooterSticky: {
|
|
430
|
+
true: {
|
|
431
|
+
tfoot: string;
|
|
357
432
|
};
|
|
358
433
|
};
|
|
359
434
|
isSelectable: {
|
|
@@ -373,6 +448,9 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
373
448
|
radius: {
|
|
374
449
|
none: {
|
|
375
450
|
wrapper: string;
|
|
451
|
+
tfoot: string;
|
|
452
|
+
thead: string[];
|
|
453
|
+
tbody: string;
|
|
376
454
|
th: string[];
|
|
377
455
|
td: string[];
|
|
378
456
|
};
|
|
@@ -410,11 +488,14 @@ declare const table: tailwind_variants.TVReturnType<{
|
|
|
410
488
|
}, {
|
|
411
489
|
base: string;
|
|
412
490
|
wrapper: string[];
|
|
491
|
+
scrollContainer: string[];
|
|
492
|
+
resizableContainer: string[];
|
|
413
493
|
table: string;
|
|
414
|
-
thead: string;
|
|
415
|
-
tbody: string;
|
|
494
|
+
thead: string[];
|
|
495
|
+
tbody: string[];
|
|
416
496
|
tr: string[];
|
|
417
497
|
th: string[];
|
|
498
|
+
columnResizer: string[];
|
|
418
499
|
td: string[];
|
|
419
500
|
tfoot: string;
|
|
420
501
|
sortIcon: string[];
|