@sytechui/theme 3.0.2 → 3.0.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/animations/index.d.mts +132 -0
- package/dist/animations/index.d.ts +132 -0
- package/dist/{chunk-AGSAOCCR.mjs → chunk-4LAQM2VM.mjs} +1 -1
- package/dist/{chunk-MTBQ5EO5.mjs → chunk-AAPQ76Q7.mjs} +1 -1
- package/dist/{chunk-WH4ODSEM.mjs → chunk-APF6RSVD.mjs} +1 -1
- package/dist/{chunk-PY74IHS4.mjs → chunk-ATGLNP24.mjs} +1 -1
- package/dist/{chunk-47BB6GL3.mjs → chunk-D2TQCDY4.mjs} +1 -1
- package/dist/{chunk-ECD4ABCS.mjs → chunk-DFZLOLJU.mjs} +1 -1
- package/dist/{chunk-AL5UNXQI.mjs → chunk-EIZCYQZJ.mjs} +1 -1
- package/dist/{chunk-ZWG2GMCI.mjs → chunk-FPG5J5ZJ.mjs} +1 -1
- package/dist/{chunk-CV2E4DI2.mjs → chunk-FUQEL335.mjs} +4 -4
- package/dist/{chunk-EZ47UJPD.mjs → chunk-HF2LJVZX.mjs} +1 -1
- package/dist/{chunk-7ARJ2TQM.mjs → chunk-HFD73SWH.mjs} +1 -1
- package/dist/{chunk-USGOG5QI.mjs → chunk-IFDUGF3P.mjs} +1 -1
- package/dist/{chunk-KKEJLP4U.mjs → chunk-IURX3VEE.mjs} +1 -1
- package/dist/{chunk-BF4542X6.mjs → chunk-IVAVJ7ZU.mjs} +1 -1
- package/dist/{chunk-2QZDAFQ3.mjs → chunk-L26ZWPVZ.mjs} +1 -1
- package/dist/{chunk-OSP4OLTO.mjs → chunk-M4FWEMJZ.mjs} +1 -1
- package/dist/{chunk-4N2PLITL.mjs → chunk-OC45BUIA.mjs} +1 -1
- package/dist/{chunk-5DJU5KUL.mjs → chunk-QQZDCYMA.mjs} +1 -1
- package/dist/{chunk-P5HLCB43.mjs → chunk-U4D7XSGV.mjs} +1 -1
- package/dist/{chunk-I5YZBAB3.mjs → chunk-UL4VFH3Z.mjs} +1 -1
- package/dist/{chunk-W37Q6YFS.mjs → chunk-XV7LJG6E.mjs} +1 -1
- package/dist/{chunk-XBJNS5SU.mjs → chunk-XWHXIFLL.mjs} +1 -1
- package/dist/{chunk-2TFOWOJL.mjs → chunk-Z2UCLPEC.mjs} +4 -4
- package/dist/colors/blue.d.mts +14 -0
- package/dist/colors/blue.d.ts +14 -0
- package/dist/colors/common.d.mts +103 -0
- package/dist/colors/common.d.ts +103 -0
- package/dist/colors/cyan.d.mts +14 -0
- package/dist/colors/cyan.d.ts +14 -0
- package/dist/colors/green.d.mts +14 -0
- package/dist/colors/green.d.ts +14 -0
- package/dist/colors/index.d.mts +109 -0
- package/dist/colors/index.d.ts +109 -0
- package/dist/colors/pink.d.mts +14 -0
- package/dist/colors/pink.d.ts +14 -0
- package/dist/colors/purple.d.mts +14 -0
- package/dist/colors/purple.d.ts +14 -0
- package/dist/colors/red.d.mts +14 -0
- package/dist/colors/red.d.ts +14 -0
- package/dist/colors/semantic.d.mts +10 -0
- package/dist/colors/semantic.d.ts +10 -0
- package/dist/colors/types.d.mts +39 -0
- package/dist/colors/types.d.ts +39 -0
- package/dist/colors/yellow.d.mts +14 -0
- package/dist/colors/yellow.d.ts +14 -0
- package/dist/colors/zinc.d.mts +14 -0
- package/dist/colors/zinc.d.ts +14 -0
- package/dist/colors.d.mts +4 -0
- package/dist/colors.d.ts +4 -0
- package/dist/components/accordion.d.mts +228 -0
- package/dist/components/accordion.d.ts +228 -0
- package/dist/components/accordion.mjs +27 -27
- package/dist/components/alert.d.mts +316 -0
- package/dist/components/alert.d.ts +316 -0
- package/dist/components/alert.mjs +6 -6
- package/dist/components/autocomplete.d.mts +95 -0
- package/dist/components/autocomplete.d.ts +95 -0
- package/dist/components/autocomplete.mjs +6 -6
- package/dist/components/avatar.d.mts +300 -0
- package/dist/components/avatar.d.ts +300 -0
- package/dist/components/avatar.mjs +27 -27
- package/dist/components/badge.d.mts +223 -0
- package/dist/components/badge.d.ts +223 -0
- package/dist/components/badge.mjs +27 -27
- package/dist/components/bottom-bar.d.mts +263 -0
- package/dist/components/bottom-bar.d.ts +263 -0
- package/dist/components/bottom-bar.mjs +27 -27
- package/dist/components/breadcrumbs.d.mts +379 -0
- package/dist/components/breadcrumbs.d.ts +379 -0
- package/dist/components/breadcrumbs.mjs +27 -27
- package/dist/components/button.d.mts +188 -0
- package/dist/components/button.d.ts +188 -0
- package/dist/components/button.mjs +27 -27
- package/dist/components/calendar.d.mts +279 -0
- package/dist/components/calendar.d.ts +279 -0
- package/dist/components/calendar.mjs +27 -27
- package/dist/components/card.d.mts +257 -0
- package/dist/components/card.d.ts +257 -0
- package/dist/components/card.mjs +27 -27
- package/dist/components/checkbox.d.mts +375 -0
- package/dist/components/checkbox.d.ts +375 -0
- package/dist/components/checkbox.mjs +27 -27
- package/dist/components/chip.d.mts +340 -0
- package/dist/components/chip.d.ts +340 -0
- package/dist/components/chip.mjs +27 -27
- package/dist/components/code.d.mts +80 -0
- package/dist/components/code.d.ts +80 -0
- package/dist/components/code.mjs +27 -27
- package/dist/components/date-input.d.mts +392 -0
- package/dist/components/date-input.d.ts +392 -0
- package/dist/components/date-input.mjs +6 -6
- package/dist/components/date-picker.d.mts +220 -0
- package/dist/components/date-picker.d.ts +220 -0
- package/dist/components/date-picker.mjs +6 -6
- package/dist/components/divider.d.mts +85 -0
- package/dist/components/divider.d.ts +85 -0
- package/dist/components/divider.mjs +6 -6
- package/dist/components/drawer.d.mts +190 -0
- package/dist/components/drawer.d.ts +190 -0
- package/dist/components/drawer.mjs +6 -6
- package/dist/components/drip.d.mts +13 -0
- package/dist/components/drip.d.ts +13 -0
- package/dist/components/drip.mjs +6 -6
- package/dist/components/drop-zone.d.mts +434 -0
- package/dist/components/drop-zone.d.ts +434 -0
- package/dist/components/drop-zone.mjs +27 -27
- package/dist/components/dropdown.d.mts +247 -0
- package/dist/components/dropdown.d.ts +247 -0
- package/dist/components/dropdown.mjs +27 -27
- package/dist/components/form.d.mts +19 -0
- package/dist/components/form.d.ts +19 -0
- package/dist/components/form.mjs +6 -6
- package/dist/components/image.d.mts +174 -0
- package/dist/components/image.d.ts +174 -0
- package/dist/components/image.mjs +6 -6
- package/dist/components/index.d.mts +52 -0
- package/dist/components/index.d.ts +52 -0
- package/dist/components/index.mjs +38 -38
- package/dist/components/input-otp.d.mts +282 -0
- package/dist/components/input-otp.d.ts +282 -0
- package/dist/components/input-otp.mjs +27 -27
- package/dist/components/input.d.mts +458 -0
- package/dist/components/input.d.ts +458 -0
- package/dist/components/input.mjs +27 -27
- package/dist/components/kbd.d.mts +50 -0
- package/dist/components/kbd.d.ts +50 -0
- package/dist/components/kbd.mjs +6 -6
- package/dist/components/link.d.mts +107 -0
- package/dist/components/link.d.ts +107 -0
- package/dist/components/link.mjs +27 -27
- package/dist/components/listbox.d.mts +3 -0
- package/dist/components/listbox.d.ts +3 -0
- package/dist/components/listbox.mjs +27 -27
- package/dist/components/menu.d.mts +324 -0
- package/dist/components/menu.d.ts +324 -0
- package/dist/components/menu.mjs +27 -27
- package/dist/components/modal.d.mts +380 -0
- package/dist/components/modal.d.ts +380 -0
- package/dist/components/modal.mjs +27 -27
- package/dist/components/navbar.d.mts +246 -0
- package/dist/components/navbar.d.ts +246 -0
- package/dist/components/navbar.mjs +27 -27
- package/dist/components/number-input.d.mts +476 -0
- package/dist/components/number-input.d.ts +476 -0
- package/dist/components/number-input.mjs +27 -27
- package/dist/components/pagination.d.mts +288 -0
- package/dist/components/pagination.d.ts +288 -0
- package/dist/components/pagination.mjs +27 -27
- package/dist/components/popover.d.mts +339 -0
- package/dist/components/popover.d.ts +339 -0
- package/dist/components/popover.mjs +27 -27
- package/dist/components/progress.d.mts +498 -0
- package/dist/components/progress.d.ts +498 -0
- package/dist/components/progress.mjs +6 -6
- package/dist/components/radio.d.mts +354 -0
- package/dist/components/radio.d.ts +354 -0
- package/dist/components/radio.mjs +27 -27
- package/dist/components/scroll-area.d.mts +109 -0
- package/dist/components/scroll-area.d.ts +109 -0
- package/dist/components/scroll-area.mjs +6 -6
- package/dist/components/scroll-shadow.d.mts +48 -0
- package/dist/components/scroll-shadow.d.ts +48 -0
- package/dist/components/scroll-shadow.mjs +6 -6
- package/dist/components/select.d.mts +530 -0
- package/dist/components/select.d.ts +530 -0
- package/dist/components/select.mjs +27 -27
- package/dist/components/shimmer-text.d.mts +46 -0
- package/dist/components/shimmer-text.d.ts +46 -0
- package/dist/components/shimmer-text.mjs +6 -6
- package/dist/components/sidebar.d.mts +201 -0
- package/dist/components/sidebar.d.ts +201 -0
- package/dist/components/sidebar.mjs +6 -6
- package/dist/components/skeleton.d.mts +60 -0
- package/dist/components/skeleton.d.ts +60 -0
- package/dist/components/skeleton.mjs +6 -6
- package/dist/components/slider.d.mts +482 -0
- package/dist/components/slider.d.ts +482 -0
- package/dist/components/slider.mjs +27 -27
- package/dist/components/snippet.d.mts +206 -0
- package/dist/components/snippet.d.ts +206 -0
- package/dist/components/snippet.mjs +27 -27
- package/dist/components/spacer.d.mts +31 -0
- package/dist/components/spacer.d.ts +31 -0
- package/dist/components/spacer.mjs +6 -6
- package/dist/components/spinner.d.mts +398 -0
- package/dist/components/spinner.d.ts +398 -0
- package/dist/components/spinner.mjs +6 -6
- package/dist/components/stepper.d.mts +288 -0
- package/dist/components/stepper.d.ts +288 -0
- package/dist/components/stepper.mjs +27 -27
- package/dist/components/table.d.mts +509 -0
- package/dist/components/table.d.ts +509 -0
- package/dist/components/table.mjs +27 -27
- package/dist/components/tabs.d.mts +413 -0
- package/dist/components/tabs.d.ts +413 -0
- package/dist/components/tabs.mjs +27 -27
- package/dist/components/toast.d.mts +329 -0
- package/dist/components/toast.d.ts +329 -0
- package/dist/components/toast.mjs +27 -27
- package/dist/components/toggle.d.mts +243 -0
- package/dist/components/toggle.d.ts +243 -0
- package/dist/components/toggle.mjs +27 -27
- package/dist/components/user.d.mts +63 -0
- package/dist/components/user.d.ts +63 -0
- package/dist/components/user.mjs +27 -27
- package/dist/default-layout.d.mts +8 -0
- package/dist/default-layout.d.ts +8 -0
- package/dist/index.d.mts +67 -0
- package/dist/index.d.ts +67 -0
- package/dist/index.mjs +40 -40
- package/dist/plugin.d.mts +12 -0
- package/dist/plugin.d.ts +12 -0
- package/dist/plugin.mjs +5 -5
- package/dist/types.d.mts +138 -0
- package/dist/types.d.ts +138 -0
- package/dist/utilities/animation.d.mts +16 -0
- package/dist/utilities/animation.d.ts +16 -0
- package/dist/utilities/custom.d.mts +27 -0
- package/dist/utilities/custom.d.ts +27 -0
- package/dist/utilities/index.d.mts +171 -0
- package/dist/utilities/index.d.ts +171 -0
- package/dist/utilities/index.mjs +3 -3
- package/dist/utilities/scrollbar-hide.d.mts +59 -0
- package/dist/utilities/scrollbar-hide.d.ts +59 -0
- package/dist/utilities/shimmer-text.d.mts +42 -0
- package/dist/utilities/shimmer-text.d.ts +42 -0
- package/dist/utilities/text.d.mts +23 -0
- package/dist/utilities/text.d.ts +23 -0
- package/dist/utilities/transition.d.mts +58 -0
- package/dist/utilities/transition.d.ts +58 -0
- package/dist/utils/classes.d.mts +43 -0
- package/dist/utils/classes.d.ts +43 -0
- package/dist/utils/cn.d.mts +13 -0
- package/dist/utils/cn.d.ts +13 -0
- package/dist/utils/cn.mjs +5 -5
- package/dist/utils/index.d.mts +7 -0
- package/dist/utils/index.d.ts +7 -0
- package/dist/utils/index.mjs +27 -27
- package/dist/utils/merge-classes.d.mts +12 -0
- package/dist/utils/merge-classes.d.ts +12 -0
- package/dist/utils/merge-classes.mjs +27 -27
- package/dist/utils/object.d.mts +13 -0
- package/dist/utils/object.d.ts +13 -0
- package/dist/utils/theme.d.mts +9 -0
- package/dist/utils/theme.d.ts +9 -0
- package/dist/utils/tv.d.mts +5 -0
- package/dist/utils/tv.d.ts +5 -0
- package/dist/utils/tv.mjs +5 -5
- package/dist/utils/tw-merge-config.d.mts +25 -0
- package/dist/utils/tw-merge-config.d.ts +25 -0
- package/dist/utils/tw-merge-config.mjs +4 -4
- package/dist/utils/types.d.mts +10 -0
- package/dist/utils/types.d.ts +10 -0
- package/dist/utils/variants.d.mts +67 -0
- package/dist/utils/variants.d.ts +67 -0
- package/package.json +1 -1
- package/dist/{chunk-ROFEKAS6.mjs → chunk-3C7AZEID.mjs} +6 -6
|
@@ -0,0 +1,413 @@
|
|
|
1
|
+
import * as tailwind_variants from 'tailwind-variants';
|
|
2
|
+
import { VariantProps } from 'tailwind-variants';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Tabs wrapper **Tailwind Variants** component
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```js
|
|
9
|
+
* const {base, tabList, tab, panel} = tabs({...})
|
|
10
|
+
*
|
|
11
|
+
* <div className={base())}>
|
|
12
|
+
* <div className={tabList())}>
|
|
13
|
+
* <div className={tab())} data-selected="boolean">Tab 1</div>
|
|
14
|
+
* <div className={tab())} data-selected="boolean" data-disabled="boolean">Tab 2</div>
|
|
15
|
+
* <div className={tab())} data-selected="boolean">Tab 3</div>
|
|
16
|
+
* </div>
|
|
17
|
+
* <div className={panel())}>Selected panel</div>
|
|
18
|
+
* </div>
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
declare const tabs: tailwind_variants.TVReturnType<{
|
|
22
|
+
variant: {
|
|
23
|
+
solid: {};
|
|
24
|
+
light: {
|
|
25
|
+
base: string;
|
|
26
|
+
};
|
|
27
|
+
underlined: {
|
|
28
|
+
base: string;
|
|
29
|
+
cursor: string;
|
|
30
|
+
};
|
|
31
|
+
bordered: {
|
|
32
|
+
base: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
color: {
|
|
36
|
+
default: {};
|
|
37
|
+
primary: {};
|
|
38
|
+
secondary: {};
|
|
39
|
+
success: {};
|
|
40
|
+
warning: {};
|
|
41
|
+
danger: {};
|
|
42
|
+
};
|
|
43
|
+
size: {
|
|
44
|
+
sm: {
|
|
45
|
+
base: string;
|
|
46
|
+
tabList: string;
|
|
47
|
+
tab: string;
|
|
48
|
+
cursor: string;
|
|
49
|
+
};
|
|
50
|
+
md: {
|
|
51
|
+
base: string;
|
|
52
|
+
tabList: string;
|
|
53
|
+
tab: string;
|
|
54
|
+
cursor: string;
|
|
55
|
+
};
|
|
56
|
+
lg: {
|
|
57
|
+
base: string;
|
|
58
|
+
tabList: string;
|
|
59
|
+
tab: string;
|
|
60
|
+
cursor: string;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
radius: {
|
|
64
|
+
none: {
|
|
65
|
+
base: string;
|
|
66
|
+
tabList: string;
|
|
67
|
+
tab: string;
|
|
68
|
+
cursor: string;
|
|
69
|
+
};
|
|
70
|
+
sm: {
|
|
71
|
+
base: string;
|
|
72
|
+
tabList: string;
|
|
73
|
+
tab: string;
|
|
74
|
+
cursor: string;
|
|
75
|
+
};
|
|
76
|
+
md: {
|
|
77
|
+
base: string;
|
|
78
|
+
tabList: string;
|
|
79
|
+
tab: string;
|
|
80
|
+
cursor: string;
|
|
81
|
+
};
|
|
82
|
+
lg: {
|
|
83
|
+
base: string;
|
|
84
|
+
tabList: string;
|
|
85
|
+
tab: string;
|
|
86
|
+
cursor: string;
|
|
87
|
+
};
|
|
88
|
+
full: {
|
|
89
|
+
base: string;
|
|
90
|
+
tabList: string;
|
|
91
|
+
tab: string;
|
|
92
|
+
cursor: string;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
fullWidth: {
|
|
96
|
+
true: {
|
|
97
|
+
base: string;
|
|
98
|
+
scroller: string;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
isDisabled: {
|
|
102
|
+
true: {
|
|
103
|
+
tabList: string;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
disableAnimation: {
|
|
107
|
+
true: {
|
|
108
|
+
tab: string;
|
|
109
|
+
tabContent: string;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
placement: {
|
|
113
|
+
top: {
|
|
114
|
+
scrollPrev: string;
|
|
115
|
+
scrollNext: string;
|
|
116
|
+
};
|
|
117
|
+
start: {
|
|
118
|
+
scroller: string;
|
|
119
|
+
tabList: string;
|
|
120
|
+
panel: string;
|
|
121
|
+
tabWrapper: string;
|
|
122
|
+
scrollPrev: string;
|
|
123
|
+
scrollNext: string;
|
|
124
|
+
};
|
|
125
|
+
end: {
|
|
126
|
+
scroller: string;
|
|
127
|
+
tabList: string;
|
|
128
|
+
panel: string;
|
|
129
|
+
tabWrapper: string;
|
|
130
|
+
scrollPrev: string;
|
|
131
|
+
scrollNext: string;
|
|
132
|
+
};
|
|
133
|
+
bottom: {
|
|
134
|
+
tabWrapper: string;
|
|
135
|
+
scrollPrev: string;
|
|
136
|
+
scrollNext: string;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
}, {
|
|
140
|
+
base: string;
|
|
141
|
+
scroller: string;
|
|
142
|
+
tabList: string[];
|
|
143
|
+
scrollPrev: string[];
|
|
144
|
+
scrollNext: string[];
|
|
145
|
+
tab: string[];
|
|
146
|
+
tabContent: string[];
|
|
147
|
+
cursor: string[];
|
|
148
|
+
panel: string[];
|
|
149
|
+
tabWrapper: never[];
|
|
150
|
+
}, undefined, {
|
|
151
|
+
variant: {
|
|
152
|
+
solid: {};
|
|
153
|
+
light: {
|
|
154
|
+
base: string;
|
|
155
|
+
};
|
|
156
|
+
underlined: {
|
|
157
|
+
base: string;
|
|
158
|
+
cursor: string;
|
|
159
|
+
};
|
|
160
|
+
bordered: {
|
|
161
|
+
base: string;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
color: {
|
|
165
|
+
default: {};
|
|
166
|
+
primary: {};
|
|
167
|
+
secondary: {};
|
|
168
|
+
success: {};
|
|
169
|
+
warning: {};
|
|
170
|
+
danger: {};
|
|
171
|
+
};
|
|
172
|
+
size: {
|
|
173
|
+
sm: {
|
|
174
|
+
base: string;
|
|
175
|
+
tabList: string;
|
|
176
|
+
tab: string;
|
|
177
|
+
cursor: string;
|
|
178
|
+
};
|
|
179
|
+
md: {
|
|
180
|
+
base: string;
|
|
181
|
+
tabList: string;
|
|
182
|
+
tab: string;
|
|
183
|
+
cursor: string;
|
|
184
|
+
};
|
|
185
|
+
lg: {
|
|
186
|
+
base: string;
|
|
187
|
+
tabList: string;
|
|
188
|
+
tab: string;
|
|
189
|
+
cursor: string;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
radius: {
|
|
193
|
+
none: {
|
|
194
|
+
base: string;
|
|
195
|
+
tabList: string;
|
|
196
|
+
tab: string;
|
|
197
|
+
cursor: string;
|
|
198
|
+
};
|
|
199
|
+
sm: {
|
|
200
|
+
base: string;
|
|
201
|
+
tabList: string;
|
|
202
|
+
tab: string;
|
|
203
|
+
cursor: string;
|
|
204
|
+
};
|
|
205
|
+
md: {
|
|
206
|
+
base: string;
|
|
207
|
+
tabList: string;
|
|
208
|
+
tab: string;
|
|
209
|
+
cursor: string;
|
|
210
|
+
};
|
|
211
|
+
lg: {
|
|
212
|
+
base: string;
|
|
213
|
+
tabList: string;
|
|
214
|
+
tab: string;
|
|
215
|
+
cursor: string;
|
|
216
|
+
};
|
|
217
|
+
full: {
|
|
218
|
+
base: string;
|
|
219
|
+
tabList: string;
|
|
220
|
+
tab: string;
|
|
221
|
+
cursor: string;
|
|
222
|
+
};
|
|
223
|
+
};
|
|
224
|
+
fullWidth: {
|
|
225
|
+
true: {
|
|
226
|
+
base: string;
|
|
227
|
+
scroller: string;
|
|
228
|
+
};
|
|
229
|
+
};
|
|
230
|
+
isDisabled: {
|
|
231
|
+
true: {
|
|
232
|
+
tabList: string;
|
|
233
|
+
};
|
|
234
|
+
};
|
|
235
|
+
disableAnimation: {
|
|
236
|
+
true: {
|
|
237
|
+
tab: string;
|
|
238
|
+
tabContent: string;
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
placement: {
|
|
242
|
+
top: {
|
|
243
|
+
scrollPrev: string;
|
|
244
|
+
scrollNext: string;
|
|
245
|
+
};
|
|
246
|
+
start: {
|
|
247
|
+
scroller: string;
|
|
248
|
+
tabList: string;
|
|
249
|
+
panel: string;
|
|
250
|
+
tabWrapper: string;
|
|
251
|
+
scrollPrev: string;
|
|
252
|
+
scrollNext: string;
|
|
253
|
+
};
|
|
254
|
+
end: {
|
|
255
|
+
scroller: string;
|
|
256
|
+
tabList: string;
|
|
257
|
+
panel: string;
|
|
258
|
+
tabWrapper: string;
|
|
259
|
+
scrollPrev: string;
|
|
260
|
+
scrollNext: string;
|
|
261
|
+
};
|
|
262
|
+
bottom: {
|
|
263
|
+
tabWrapper: string;
|
|
264
|
+
scrollPrev: string;
|
|
265
|
+
scrollNext: string;
|
|
266
|
+
};
|
|
267
|
+
};
|
|
268
|
+
}, {
|
|
269
|
+
base: string;
|
|
270
|
+
scroller: string;
|
|
271
|
+
tabList: string[];
|
|
272
|
+
scrollPrev: string[];
|
|
273
|
+
scrollNext: string[];
|
|
274
|
+
tab: string[];
|
|
275
|
+
tabContent: string[];
|
|
276
|
+
cursor: string[];
|
|
277
|
+
panel: string[];
|
|
278
|
+
tabWrapper: never[];
|
|
279
|
+
}, tailwind_variants.TVReturnType<{
|
|
280
|
+
variant: {
|
|
281
|
+
solid: {};
|
|
282
|
+
light: {
|
|
283
|
+
base: string;
|
|
284
|
+
};
|
|
285
|
+
underlined: {
|
|
286
|
+
base: string;
|
|
287
|
+
cursor: string;
|
|
288
|
+
};
|
|
289
|
+
bordered: {
|
|
290
|
+
base: string;
|
|
291
|
+
};
|
|
292
|
+
};
|
|
293
|
+
color: {
|
|
294
|
+
default: {};
|
|
295
|
+
primary: {};
|
|
296
|
+
secondary: {};
|
|
297
|
+
success: {};
|
|
298
|
+
warning: {};
|
|
299
|
+
danger: {};
|
|
300
|
+
};
|
|
301
|
+
size: {
|
|
302
|
+
sm: {
|
|
303
|
+
base: string;
|
|
304
|
+
tabList: string;
|
|
305
|
+
tab: string;
|
|
306
|
+
cursor: string;
|
|
307
|
+
};
|
|
308
|
+
md: {
|
|
309
|
+
base: string;
|
|
310
|
+
tabList: string;
|
|
311
|
+
tab: string;
|
|
312
|
+
cursor: string;
|
|
313
|
+
};
|
|
314
|
+
lg: {
|
|
315
|
+
base: string;
|
|
316
|
+
tabList: string;
|
|
317
|
+
tab: string;
|
|
318
|
+
cursor: string;
|
|
319
|
+
};
|
|
320
|
+
};
|
|
321
|
+
radius: {
|
|
322
|
+
none: {
|
|
323
|
+
base: string;
|
|
324
|
+
tabList: string;
|
|
325
|
+
tab: string;
|
|
326
|
+
cursor: string;
|
|
327
|
+
};
|
|
328
|
+
sm: {
|
|
329
|
+
base: string;
|
|
330
|
+
tabList: string;
|
|
331
|
+
tab: string;
|
|
332
|
+
cursor: string;
|
|
333
|
+
};
|
|
334
|
+
md: {
|
|
335
|
+
base: string;
|
|
336
|
+
tabList: string;
|
|
337
|
+
tab: string;
|
|
338
|
+
cursor: string;
|
|
339
|
+
};
|
|
340
|
+
lg: {
|
|
341
|
+
base: string;
|
|
342
|
+
tabList: string;
|
|
343
|
+
tab: string;
|
|
344
|
+
cursor: string;
|
|
345
|
+
};
|
|
346
|
+
full: {
|
|
347
|
+
base: string;
|
|
348
|
+
tabList: string;
|
|
349
|
+
tab: string;
|
|
350
|
+
cursor: string;
|
|
351
|
+
};
|
|
352
|
+
};
|
|
353
|
+
fullWidth: {
|
|
354
|
+
true: {
|
|
355
|
+
base: string;
|
|
356
|
+
scroller: string;
|
|
357
|
+
};
|
|
358
|
+
};
|
|
359
|
+
isDisabled: {
|
|
360
|
+
true: {
|
|
361
|
+
tabList: string;
|
|
362
|
+
};
|
|
363
|
+
};
|
|
364
|
+
disableAnimation: {
|
|
365
|
+
true: {
|
|
366
|
+
tab: string;
|
|
367
|
+
tabContent: string;
|
|
368
|
+
};
|
|
369
|
+
};
|
|
370
|
+
placement: {
|
|
371
|
+
top: {
|
|
372
|
+
scrollPrev: string;
|
|
373
|
+
scrollNext: string;
|
|
374
|
+
};
|
|
375
|
+
start: {
|
|
376
|
+
scroller: string;
|
|
377
|
+
tabList: string;
|
|
378
|
+
panel: string;
|
|
379
|
+
tabWrapper: string;
|
|
380
|
+
scrollPrev: string;
|
|
381
|
+
scrollNext: string;
|
|
382
|
+
};
|
|
383
|
+
end: {
|
|
384
|
+
scroller: string;
|
|
385
|
+
tabList: string;
|
|
386
|
+
panel: string;
|
|
387
|
+
tabWrapper: string;
|
|
388
|
+
scrollPrev: string;
|
|
389
|
+
scrollNext: string;
|
|
390
|
+
};
|
|
391
|
+
bottom: {
|
|
392
|
+
tabWrapper: string;
|
|
393
|
+
scrollPrev: string;
|
|
394
|
+
scrollNext: string;
|
|
395
|
+
};
|
|
396
|
+
};
|
|
397
|
+
}, {
|
|
398
|
+
base: string;
|
|
399
|
+
scroller: string;
|
|
400
|
+
tabList: string[];
|
|
401
|
+
scrollPrev: string[];
|
|
402
|
+
scrollNext: string[];
|
|
403
|
+
tab: string[];
|
|
404
|
+
tabContent: string[];
|
|
405
|
+
cursor: string[];
|
|
406
|
+
panel: string[];
|
|
407
|
+
tabWrapper: never[];
|
|
408
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
409
|
+
type TabsVariantProps = VariantProps<typeof tabs>;
|
|
410
|
+
type TabsSlots = keyof ReturnType<typeof tabs>;
|
|
411
|
+
type TabsReturnType = ReturnType<typeof tabs>;
|
|
412
|
+
|
|
413
|
+
export { type TabsReturnType, type TabsSlots, type TabsVariantProps, tabs };
|
package/dist/components/tabs.mjs
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
import {
|
|
2
2
|
tabs
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-FUQEL335.mjs";
|
|
4
|
+
import "../chunk-XWHXIFLL.mjs";
|
|
5
|
+
import "../chunk-HF2LJVZX.mjs";
|
|
6
|
+
import "../chunk-XV7LJG6E.mjs";
|
|
7
|
+
import "../chunk-IVAVJ7ZU.mjs";
|
|
8
|
+
import "../chunk-D2TQCDY4.mjs";
|
|
9
|
+
import "../chunk-APF6RSVD.mjs";
|
|
10
|
+
import "../chunk-M4FWEMJZ.mjs";
|
|
11
|
+
import "../chunk-OC45BUIA.mjs";
|
|
12
|
+
import "../chunk-4LAQM2VM.mjs";
|
|
13
|
+
import "../chunk-QQZDCYMA.mjs";
|
|
14
|
+
import "../chunk-FPG5J5ZJ.mjs";
|
|
15
|
+
import "../chunk-U4D7XSGV.mjs";
|
|
16
|
+
import "../chunk-L26ZWPVZ.mjs";
|
|
17
|
+
import "../chunk-AAPQ76Q7.mjs";
|
|
18
|
+
import "../chunk-EIZCYQZJ.mjs";
|
|
19
|
+
import "../chunk-IFDUGF3P.mjs";
|
|
20
|
+
import "../chunk-ATGLNP24.mjs";
|
|
21
|
+
import "../chunk-UL4VFH3Z.mjs";
|
|
22
|
+
import "../chunk-IURX3VEE.mjs";
|
|
4
23
|
import "../chunk-GQT3YUX3.mjs";
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-47BB6GL3.mjs";
|
|
9
|
-
import "../chunk-WH4ODSEM.mjs";
|
|
10
|
-
import "../chunk-XBJNS5SU.mjs";
|
|
11
|
-
import "../chunk-OSP4OLTO.mjs";
|
|
12
|
-
import "../chunk-4N2PLITL.mjs";
|
|
13
|
-
import "../chunk-EZ47UJPD.mjs";
|
|
14
|
-
import "../chunk-5DJU5KUL.mjs";
|
|
15
|
-
import "../chunk-2QZDAFQ3.mjs";
|
|
16
|
-
import "../chunk-MTBQ5EO5.mjs";
|
|
17
|
-
import "../chunk-AL5UNXQI.mjs";
|
|
18
|
-
import "../chunk-USGOG5QI.mjs";
|
|
19
|
-
import "../chunk-AGSAOCCR.mjs";
|
|
20
|
-
import "../chunk-ZWG2GMCI.mjs";
|
|
21
|
-
import "../chunk-P5HLCB43.mjs";
|
|
22
|
-
import "../chunk-PY74IHS4.mjs";
|
|
23
|
-
import "../chunk-I5YZBAB3.mjs";
|
|
24
|
-
import "../chunk-KKEJLP4U.mjs";
|
|
25
|
-
import "../chunk-ECD4ABCS.mjs";
|
|
26
|
-
import "../chunk-2TFOWOJL.mjs";
|
|
27
|
-
import "../chunk-D2XMP2NC.mjs";
|
|
24
|
+
import "../chunk-HFD73SWH.mjs";
|
|
25
|
+
import "../chunk-DFZLOLJU.mjs";
|
|
26
|
+
import "../chunk-Z2UCLPEC.mjs";
|
|
28
27
|
import "../chunk-ZHIADCEL.mjs";
|
|
29
|
-
import "../chunk-
|
|
28
|
+
import "../chunk-3C7AZEID.mjs";
|
|
29
|
+
import "../chunk-FJOYYPB2.mjs";
|
|
30
|
+
import "../chunk-RUIUXVZ4.mjs";
|
|
30
31
|
import "../chunk-GSRZWDGA.mjs";
|
|
31
32
|
import "../chunk-AWXUGVFR.mjs";
|
|
32
33
|
import "../chunk-MPVWW3DX.mjs";
|
|
33
34
|
import "../chunk-7FAFG773.mjs";
|
|
34
|
-
import "../chunk-
|
|
35
|
-
import "../chunk-RUIUXVZ4.mjs";
|
|
35
|
+
import "../chunk-D2XMP2NC.mjs";
|
|
36
36
|
import "../chunk-WQEDQHKX.mjs";
|
|
37
37
|
import "../chunk-CPSLANMP.mjs";
|
|
38
38
|
import "../chunk-FFKHVGFX.mjs";
|