@digo-labs/ui 0.1.7
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/animation/motion-animate-presence.d.ts +15 -0
- package/dist/blocks/auth-guard.d.ts +7 -0
- package/dist/blocks/card.d.ts +20 -0
- package/dist/blocks/chat-thread.d.ts +15 -0
- package/dist/blocks/command-button.d.ts +9 -0
- package/dist/blocks/copy-paste-button.d.ts +9 -0
- package/dist/blocks/dropzone.d.ts +23 -0
- package/dist/blocks/font-picker.d.ts +8 -0
- package/dist/blocks/google-signin-button.d.ts +8 -0
- package/dist/blocks/image-dropzone.d.ts +11 -0
- package/dist/blocks/navbar.d.ts +9 -0
- package/dist/blocks/palette-picker.d.ts +9 -0
- package/dist/blocks/parameter-color-swatch-picker.d.ts +9 -0
- package/dist/blocks/parameter-color.d.ts +10 -0
- package/dist/blocks/parameter-combobox.d.ts +18 -0
- package/dist/blocks/parameter-files.d.ts +9 -0
- package/dist/blocks/parameter-font-picker.d.ts +9 -0
- package/dist/blocks/parameter-image.d.ts +9 -0
- package/dist/blocks/parameter-number.d.ts +10 -0
- package/dist/blocks/parameter-palette-picker.d.ts +10 -0
- package/dist/blocks/parameter-preset-picker.d.ts +10 -0
- package/dist/blocks/parameter-select.d.ts +17 -0
- package/dist/blocks/parameter-shadow-group.d.ts +16 -0
- package/dist/blocks/parameter-slider.d.ts +10 -0
- package/dist/blocks/parameter-switch.d.ts +9 -0
- package/dist/blocks/parameter-text-area.d.ts +9 -0
- package/dist/blocks/parameter-text.d.ts +9 -0
- package/dist/blocks/parameter-toggle-group.d.ts +18 -0
- package/dist/blocks/parameter-toggle.d.ts +11 -0
- package/dist/blocks/parameter-typography-group.d.ts +16 -0
- package/dist/blocks/placeholder.d.ts +13 -0
- package/dist/blocks/preset-picker.d.ts +9 -0
- package/dist/blocks/prompt-input.d.ts +43 -0
- package/dist/blocks/switch-theme.d.ts +7 -0
- package/dist/blocks/toggle-theme.d.ts +3 -0
- package/dist/blocks/transparent-background.d.ts +6 -0
- package/dist/components/accordion.d.ts +9 -0
- package/dist/components/alert.d.ts +11 -0
- package/dist/components/autocomplete.d.ts +31 -0
- package/dist/components/button.d.ts +6 -0
- package/dist/components/chart.d.ts +43 -0
- package/dist/components/checkbox.d.ts +6 -0
- package/dist/components/code-block.d.ts +16 -0
- package/dist/components/collapsible.d.ts +20 -0
- package/dist/components/color-area.d.ts +7 -0
- package/dist/components/color-field.d.ts +7 -0
- package/dist/components/color-input.d.ts +11 -0
- package/dist/components/color-picker.d.ts +18 -0
- package/dist/components/color-slider.d.ts +11 -0
- package/dist/components/color-swatch-picker.d.ts +9 -0
- package/dist/components/color-swatch.d.ts +8 -0
- package/dist/components/combobox.d.ts +44 -0
- package/dist/components/command.d.ts +24 -0
- package/dist/components/drawer.d.ts +23 -0
- package/dist/components/empty.d.ts +18 -0
- package/dist/components/field-set.d.ts +7 -0
- package/dist/components/field.d.ts +12 -0
- package/dist/components/form.d.ts +6 -0
- package/dist/components/group.d.ts +12 -0
- package/dist/components/icon.d.ts +7 -0
- package/dist/components/image.d.ts +9 -0
- package/dist/components/input-group.d.ts +15 -0
- package/dist/components/input.d.ts +8 -0
- package/dist/components/kbd.d.ts +7 -0
- package/dist/components/label.d.ts +6 -0
- package/dist/components/loader.d.ts +12 -0
- package/dist/components/masonry.d.ts +8 -0
- package/dist/components/navigation-menu.d.ts +14 -0
- package/dist/components/number-field.d.ts +10 -0
- package/dist/components/pagination.d.ts +16 -0
- package/dist/components/parameter-group.d.ts +12 -0
- package/dist/components/parameter.d.ts +21 -0
- package/dist/components/popover.d.ts +11 -0
- package/dist/components/progress.d.ts +10 -0
- package/dist/components/reorder-list.d.ts +1 -0
- package/dist/components/scroll-area.d.ts +10 -0
- package/dist/components/select.d.ts +23 -0
- package/dist/components/separator.d.ts +6 -0
- package/dist/components/sidebar.d.ts +21 -0
- package/dist/components/slider.d.ts +17 -0
- package/dist/components/spacer.d.ts +6 -0
- package/dist/components/spinner.d.ts +12 -0
- package/dist/components/switch.d.ts +10 -0
- package/dist/components/table-of-contents.d.ts +22 -0
- package/dist/components/tabs.d.ts +9 -0
- package/dist/components/text-area.d.ts +9 -0
- package/dist/components/tint-image.d.ts +7 -0
- package/dist/components/toast.d.ts +9 -0
- package/dist/components/toggle-group.d.ts +10 -0
- package/dist/components/toggle.d.ts +6 -0
- package/dist/components/tooltip.d.ts +21 -0
- package/dist/cursors/cursor-bracket.d.ts +11 -0
- package/dist/cursors/cursor-clipping.d.ts +9 -0
- package/dist/cursors/cursor-container.d.ts +18 -0
- package/dist/effects/border-glow.d.ts +23 -0
- package/dist/effects/border-trail.d.ts +10 -0
- package/dist/effects/counter.d.ts +14 -0
- package/dist/effects/cube-scene.d.ts +11 -0
- package/dist/effects/dark-veil.d.ts +12 -0
- package/dist/effects/dissolve-overlay.d.ts +15 -0
- package/dist/effects/dot-grid.d.ts +19 -0
- package/dist/effects/draggable-container.d.ts +10 -0
- package/dist/effects/faulty-terminal.d.ts +25 -0
- package/dist/effects/floating-lines.d.ts +25 -0
- package/dist/effects/glass-container.d.ts +13 -0
- package/dist/effects/grainient.d.ts +28 -0
- package/dist/effects/image-transition.d.ts +24 -0
- package/dist/effects/infinite-menu.d.ts +19 -0
- package/dist/effects/iridescence.d.ts +12 -0
- package/dist/effects/letter-swap.d.ts +8 -0
- package/dist/effects/marquee-bar.d.ts +6 -0
- package/dist/effects/marquee.d.ts +26 -0
- package/dist/effects/noise.d.ts +10 -0
- package/dist/effects/orb.d.ts +15 -0
- package/dist/effects/text-morph.d.ts +14 -0
- package/dist/effects/text-pressure.d.ts +13 -0
- package/dist/effects/text-roll.d.ts +22 -0
- package/dist/effects/text-scramble.d.ts +16 -0
- package/dist/effects/text-shimmer-wave.d.ts +16 -0
- package/dist/effects/text-shimmer.d.ts +13 -0
- package/dist/effects/text-swap-letter.d.ts +6 -0
- package/dist/effects/text-type.d.ts +27 -0
- package/dist/hooks/use-animated-value.d.ts +1 -0
- package/dist/hooks/use-element-size.d.ts +5 -0
- package/dist/hooks/use-focus-size.d.ts +1 -0
- package/dist/hooks/use-fullscreen.d.ts +1 -0
- package/dist/hooks/use-preloaded-image.d.ts +1 -0
- package/dist/hooks/use-stopwatch.d.ts +9 -0
- package/dist/hooks/use-timer.d.ts +15 -0
- package/dist/index.css +3 -0
- package/dist/index.d.ts +141 -0
- package/dist/index.js +13654 -0
- package/dist/index.js.map +1 -0
- package/dist/other/animations.d.ts +7 -0
- package/dist/other/image-transition-effects.d.ts +3 -0
- package/dist/outdated/lottie.d.ts +8 -0
- package/dist/outdated/qr-code.d.ts +8 -0
- package/dist/outdated/shape.d.ts +11 -0
- package/dist/outdated/tint.d.ts +6 -0
- package/dist/presets/curated/default.d.ts +2 -0
- package/dist/presets/curated/index.d.ts +3 -0
- package/dist/presets/curated/ocean.d.ts +2 -0
- package/dist/presets/curated/retro-futuristic.d.ts +2 -0
- package/dist/presets/helpers.d.ts +4 -0
- package/dist/presets/index.d.ts +6 -0
- package/dist/presets/palettes.d.ts +2 -0
- package/dist/presets/types.d.ts +40 -0
- package/dist/providers/command-provider.d.ts +11 -0
- package/dist/providers/component-styles-provider.d.ts +20 -0
- package/dist/providers/design-system-provider.d.ts +27 -0
- package/dist/styles/accordion.d.ts +85 -0
- package/dist/styles/alert.d.ts +253 -0
- package/dist/styles/autocomplete.d.ts +141 -0
- package/dist/styles/button.d.ts +238 -0
- package/dist/styles/card.d.ts +61 -0
- package/dist/styles/chart.d.ts +109 -0
- package/dist/styles/chat-thread.d.ts +117 -0
- package/dist/styles/checkbox.d.ts +45 -0
- package/dist/styles/code-block.d.ts +69 -0
- package/dist/styles/collapsible.d.ts +69 -0
- package/dist/styles/color-area.d.ts +45 -0
- package/dist/styles/color-field.d.ts +45 -0
- package/dist/styles/color-input.d.ts +85 -0
- package/dist/styles/color-picker.d.ts +101 -0
- package/dist/styles/color-slider.d.ts +79 -0
- package/dist/styles/color-swatch-picker.d.ts +69 -0
- package/dist/styles/color-swatch.d.ts +53 -0
- package/dist/styles/combobox.d.ts +197 -0
- package/dist/styles/command-button.d.ts +45 -0
- package/dist/styles/command.d.ts +125 -0
- package/dist/styles/counter.d.ts +85 -0
- package/dist/styles/drawer.d.ts +192 -0
- package/dist/styles/dropzone.d.ts +125 -0
- package/dist/styles/empty.d.ts +101 -0
- package/dist/styles/field-set.d.ts +45 -0
- package/dist/styles/field.d.ts +69 -0
- package/dist/styles/font-picker.d.ts +117 -0
- package/dist/styles/form.d.ts +37 -0
- package/dist/styles/google-signin-button.d.ts +61 -0
- package/dist/styles/group.d.ts +83 -0
- package/dist/styles/image-dropzone.d.ts +101 -0
- package/dist/styles/image.d.ts +53 -0
- package/dist/styles/index.d.ts +86 -0
- package/dist/styles/input-group.d.ts +61 -0
- package/dist/styles/input.d.ts +126 -0
- package/dist/styles/kbd.d.ts +45 -0
- package/dist/styles/label.d.ts +37 -0
- package/dist/styles/masonry.d.ts +45 -0
- package/dist/styles/motion-animate-presence.d.ts +45 -0
- package/dist/styles/navbar.d.ts +61 -0
- package/dist/styles/navigation-menu.d.ts +133 -0
- package/dist/styles/number-field.d.ts +69 -0
- package/dist/styles/pagination.d.ts +77 -0
- package/dist/styles/palette-picker.d.ts +101 -0
- package/dist/styles/parameter-color-swatch-picker.d.ts +69 -0
- package/dist/styles/parameter-color.d.ts +69 -0
- package/dist/styles/parameter-combobox.d.ts +133 -0
- package/dist/styles/parameter-files.d.ts +69 -0
- package/dist/styles/parameter-font-picker.d.ts +69 -0
- package/dist/styles/parameter-group.d.ts +77 -0
- package/dist/styles/parameter-image.d.ts +69 -0
- package/dist/styles/parameter-number.d.ts +69 -0
- package/dist/styles/parameter-palette-picker.d.ts +69 -0
- package/dist/styles/parameter-preset-picker.d.ts +69 -0
- package/dist/styles/parameter-select.d.ts +85 -0
- package/dist/styles/parameter-shadow-group.d.ts +53 -0
- package/dist/styles/parameter-slider.d.ts +77 -0
- package/dist/styles/parameter-switch.d.ts +69 -0
- package/dist/styles/parameter-text-area.d.ts +69 -0
- package/dist/styles/parameter-text.d.ts +69 -0
- package/dist/styles/parameter-toggle-group.d.ts +77 -0
- package/dist/styles/parameter-toggle.d.ts +69 -0
- package/dist/styles/parameter-typography-group.d.ts +45 -0
- package/dist/styles/parameter.d.ts +85 -0
- package/dist/styles/placeholder.d.ts +69 -0
- package/dist/styles/popover.d.ts +77 -0
- package/dist/styles/preset-picker.d.ts +109 -0
- package/dist/styles/progress.d.ts +69 -0
- package/dist/styles/prompt-input.d.ts +141 -0
- package/dist/styles/properties.d.ts +101 -0
- package/dist/styles/scroll-area.d.ts +61 -0
- package/dist/styles/select.d.ts +157 -0
- package/dist/styles/separator.d.ts +70 -0
- package/dist/styles/sidebar.d.ts +109 -0
- package/dist/styles/slider.d.ts +167 -0
- package/dist/styles/spacer.d.ts +37 -0
- package/dist/styles/spinner.d.ts +56 -0
- package/dist/styles/switch.d.ts +94 -0
- package/dist/styles/table-of-contents.d.ts +85 -0
- package/dist/styles/tabs.d.ts +166 -0
- package/dist/styles/text-area.d.ts +168 -0
- package/dist/styles/text-shimmer.d.ts +37 -0
- package/dist/styles/tint-image.d.ts +45 -0
- package/dist/styles/toast.d.ts +352 -0
- package/dist/styles/toggle-group.d.ts +136 -0
- package/dist/styles/toggle.d.ts +91 -0
- package/dist/styles/tooltip.d.ts +61 -0
- package/dist/utils/code-meta-parser.d.ts +6 -0
- package/dist/utils/helpers.d.ts +2 -0
- package/dist/utils/motion-presets.d.ts +125 -0
- package/dist/utils/shiki-highlighter.d.ts +10 -0
- package/dist/utils/styles.d.ts +4 -0
- package/package.json +69 -0
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
export declare const button: import('tailwind-variants').TVReturnType<{
|
|
2
|
+
variant: {
|
|
3
|
+
default: {
|
|
4
|
+
root: string[];
|
|
5
|
+
};
|
|
6
|
+
accent: {
|
|
7
|
+
root: string[];
|
|
8
|
+
};
|
|
9
|
+
primary: {
|
|
10
|
+
root: string[];
|
|
11
|
+
};
|
|
12
|
+
secondary: {
|
|
13
|
+
root: string[];
|
|
14
|
+
};
|
|
15
|
+
destructive: {
|
|
16
|
+
root: string[];
|
|
17
|
+
};
|
|
18
|
+
outline: {
|
|
19
|
+
root: string[];
|
|
20
|
+
};
|
|
21
|
+
ghost: {
|
|
22
|
+
root: string[];
|
|
23
|
+
};
|
|
24
|
+
icon: {
|
|
25
|
+
root: string[];
|
|
26
|
+
};
|
|
27
|
+
close: {
|
|
28
|
+
root: string[];
|
|
29
|
+
};
|
|
30
|
+
link: {
|
|
31
|
+
root: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
}, {
|
|
35
|
+
root: string[];
|
|
36
|
+
}, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
|
|
37
|
+
variant: {
|
|
38
|
+
default: {
|
|
39
|
+
root: string[];
|
|
40
|
+
};
|
|
41
|
+
accent: {
|
|
42
|
+
root: string[];
|
|
43
|
+
};
|
|
44
|
+
primary: {
|
|
45
|
+
root: string[];
|
|
46
|
+
};
|
|
47
|
+
secondary: {
|
|
48
|
+
root: string[];
|
|
49
|
+
};
|
|
50
|
+
destructive: {
|
|
51
|
+
root: string[];
|
|
52
|
+
};
|
|
53
|
+
outline: {
|
|
54
|
+
root: string[];
|
|
55
|
+
};
|
|
56
|
+
ghost: {
|
|
57
|
+
root: string[];
|
|
58
|
+
};
|
|
59
|
+
icon: {
|
|
60
|
+
root: string[];
|
|
61
|
+
};
|
|
62
|
+
close: {
|
|
63
|
+
root: string[];
|
|
64
|
+
};
|
|
65
|
+
link: {
|
|
66
|
+
root: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
}, {
|
|
70
|
+
variant: {
|
|
71
|
+
default: {
|
|
72
|
+
root: string[];
|
|
73
|
+
};
|
|
74
|
+
accent: {
|
|
75
|
+
root: string[];
|
|
76
|
+
};
|
|
77
|
+
primary: {
|
|
78
|
+
root: string[];
|
|
79
|
+
};
|
|
80
|
+
secondary: {
|
|
81
|
+
root: string[];
|
|
82
|
+
};
|
|
83
|
+
destructive: {
|
|
84
|
+
root: string[];
|
|
85
|
+
};
|
|
86
|
+
outline: {
|
|
87
|
+
root: string[];
|
|
88
|
+
};
|
|
89
|
+
ghost: {
|
|
90
|
+
root: string[];
|
|
91
|
+
};
|
|
92
|
+
icon: {
|
|
93
|
+
root: string[];
|
|
94
|
+
};
|
|
95
|
+
close: {
|
|
96
|
+
root: string[];
|
|
97
|
+
};
|
|
98
|
+
link: {
|
|
99
|
+
root: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
}>, {
|
|
103
|
+
variant: {
|
|
104
|
+
default: {
|
|
105
|
+
root: string[];
|
|
106
|
+
};
|
|
107
|
+
accent: {
|
|
108
|
+
root: string[];
|
|
109
|
+
};
|
|
110
|
+
primary: {
|
|
111
|
+
root: string[];
|
|
112
|
+
};
|
|
113
|
+
secondary: {
|
|
114
|
+
root: string[];
|
|
115
|
+
};
|
|
116
|
+
destructive: {
|
|
117
|
+
root: string[];
|
|
118
|
+
};
|
|
119
|
+
outline: {
|
|
120
|
+
root: string[];
|
|
121
|
+
};
|
|
122
|
+
ghost: {
|
|
123
|
+
root: string[];
|
|
124
|
+
};
|
|
125
|
+
icon: {
|
|
126
|
+
root: string[];
|
|
127
|
+
};
|
|
128
|
+
close: {
|
|
129
|
+
root: string[];
|
|
130
|
+
};
|
|
131
|
+
link: {
|
|
132
|
+
root: string;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
}, {
|
|
136
|
+
root: string[];
|
|
137
|
+
}, import('tailwind-variants').TVReturnType<{
|
|
138
|
+
variant: {
|
|
139
|
+
default: {
|
|
140
|
+
root: string[];
|
|
141
|
+
};
|
|
142
|
+
accent: {
|
|
143
|
+
root: string[];
|
|
144
|
+
};
|
|
145
|
+
primary: {
|
|
146
|
+
root: string[];
|
|
147
|
+
};
|
|
148
|
+
secondary: {
|
|
149
|
+
root: string[];
|
|
150
|
+
};
|
|
151
|
+
destructive: {
|
|
152
|
+
root: string[];
|
|
153
|
+
};
|
|
154
|
+
outline: {
|
|
155
|
+
root: string[];
|
|
156
|
+
};
|
|
157
|
+
ghost: {
|
|
158
|
+
root: string[];
|
|
159
|
+
};
|
|
160
|
+
icon: {
|
|
161
|
+
root: string[];
|
|
162
|
+
};
|
|
163
|
+
close: {
|
|
164
|
+
root: string[];
|
|
165
|
+
};
|
|
166
|
+
link: {
|
|
167
|
+
root: string;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
}, {
|
|
171
|
+
root: string[];
|
|
172
|
+
}, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
|
|
173
|
+
variant: {
|
|
174
|
+
default: {
|
|
175
|
+
root: string[];
|
|
176
|
+
};
|
|
177
|
+
accent: {
|
|
178
|
+
root: string[];
|
|
179
|
+
};
|
|
180
|
+
primary: {
|
|
181
|
+
root: string[];
|
|
182
|
+
};
|
|
183
|
+
secondary: {
|
|
184
|
+
root: string[];
|
|
185
|
+
};
|
|
186
|
+
destructive: {
|
|
187
|
+
root: string[];
|
|
188
|
+
};
|
|
189
|
+
outline: {
|
|
190
|
+
root: string[];
|
|
191
|
+
};
|
|
192
|
+
ghost: {
|
|
193
|
+
root: string[];
|
|
194
|
+
};
|
|
195
|
+
icon: {
|
|
196
|
+
root: string[];
|
|
197
|
+
};
|
|
198
|
+
close: {
|
|
199
|
+
root: string[];
|
|
200
|
+
};
|
|
201
|
+
link: {
|
|
202
|
+
root: string;
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
}, {
|
|
206
|
+
variant: {
|
|
207
|
+
default: {
|
|
208
|
+
root: string[];
|
|
209
|
+
};
|
|
210
|
+
accent: {
|
|
211
|
+
root: string[];
|
|
212
|
+
};
|
|
213
|
+
primary: {
|
|
214
|
+
root: string[];
|
|
215
|
+
};
|
|
216
|
+
secondary: {
|
|
217
|
+
root: string[];
|
|
218
|
+
};
|
|
219
|
+
destructive: {
|
|
220
|
+
root: string[];
|
|
221
|
+
};
|
|
222
|
+
outline: {
|
|
223
|
+
root: string[];
|
|
224
|
+
};
|
|
225
|
+
ghost: {
|
|
226
|
+
root: string[];
|
|
227
|
+
};
|
|
228
|
+
icon: {
|
|
229
|
+
root: string[];
|
|
230
|
+
};
|
|
231
|
+
close: {
|
|
232
|
+
root: string[];
|
|
233
|
+
};
|
|
234
|
+
link: {
|
|
235
|
+
root: string;
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
}>, unknown, unknown, undefined>>;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export declare const card: import('tailwind-variants').TVReturnType<{
|
|
2
|
+
[key: string]: {
|
|
3
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
4
|
+
root?: import('tailwind-variants').ClassValue;
|
|
5
|
+
content?: import('tailwind-variants').ClassValue;
|
|
6
|
+
feedback?: import('tailwind-variants').ClassValue;
|
|
7
|
+
feedbackWrapper?: import('tailwind-variants').ClassValue;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
} | {
|
|
11
|
+
[x: string]: {
|
|
12
|
+
[x: string]: import('tailwind-variants').ClassValue | {
|
|
13
|
+
root?: import('tailwind-variants').ClassValue;
|
|
14
|
+
content?: import('tailwind-variants').ClassValue;
|
|
15
|
+
feedback?: import('tailwind-variants').ClassValue;
|
|
16
|
+
feedbackWrapper?: import('tailwind-variants').ClassValue;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
} | {}, {
|
|
20
|
+
root: string[];
|
|
21
|
+
content: string;
|
|
22
|
+
feedback: string;
|
|
23
|
+
feedbackWrapper: string;
|
|
24
|
+
}, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
|
|
25
|
+
[key: string]: {
|
|
26
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
27
|
+
root?: import('tailwind-variants').ClassValue;
|
|
28
|
+
content?: import('tailwind-variants').ClassValue;
|
|
29
|
+
feedback?: import('tailwind-variants').ClassValue;
|
|
30
|
+
feedbackWrapper?: import('tailwind-variants').ClassValue;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
} | {}>, {
|
|
34
|
+
[key: string]: {
|
|
35
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
36
|
+
root?: import('tailwind-variants').ClassValue;
|
|
37
|
+
content?: import('tailwind-variants').ClassValue;
|
|
38
|
+
feedback?: import('tailwind-variants').ClassValue;
|
|
39
|
+
feedbackWrapper?: import('tailwind-variants').ClassValue;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
} | {}, {
|
|
43
|
+
root: string[];
|
|
44
|
+
content: string;
|
|
45
|
+
feedback: string;
|
|
46
|
+
feedbackWrapper: string;
|
|
47
|
+
}, import('tailwind-variants').TVReturnType<unknown, {
|
|
48
|
+
root: string[];
|
|
49
|
+
content: string;
|
|
50
|
+
feedback: string;
|
|
51
|
+
feedbackWrapper: string;
|
|
52
|
+
}, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
|
|
53
|
+
[key: string]: {
|
|
54
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
55
|
+
root?: import('tailwind-variants').ClassValue;
|
|
56
|
+
content?: import('tailwind-variants').ClassValue;
|
|
57
|
+
feedback?: import('tailwind-variants').ClassValue;
|
|
58
|
+
feedbackWrapper?: import('tailwind-variants').ClassValue;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
} | {}>, unknown, unknown, undefined>>;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
export declare const chart: import('tailwind-variants').TVReturnType<{
|
|
2
|
+
[key: string]: {
|
|
3
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
4
|
+
root?: import('tailwind-variants').ClassValue;
|
|
5
|
+
tooltip?: import('tailwind-variants').ClassValue;
|
|
6
|
+
tooltipItem?: import('tailwind-variants').ClassValue;
|
|
7
|
+
tooltipIndicator?: import('tailwind-variants').ClassValue;
|
|
8
|
+
tooltipLabel?: import('tailwind-variants').ClassValue;
|
|
9
|
+
tooltipValue?: import('tailwind-variants').ClassValue;
|
|
10
|
+
legend?: import('tailwind-variants').ClassValue;
|
|
11
|
+
legendItem?: import('tailwind-variants').ClassValue;
|
|
12
|
+
legendIndicator?: import('tailwind-variants').ClassValue;
|
|
13
|
+
legendLabel?: import('tailwind-variants').ClassValue;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
} | {
|
|
17
|
+
[x: string]: {
|
|
18
|
+
[x: string]: import('tailwind-variants').ClassValue | {
|
|
19
|
+
root?: import('tailwind-variants').ClassValue;
|
|
20
|
+
tooltip?: import('tailwind-variants').ClassValue;
|
|
21
|
+
tooltipItem?: import('tailwind-variants').ClassValue;
|
|
22
|
+
tooltipIndicator?: import('tailwind-variants').ClassValue;
|
|
23
|
+
tooltipLabel?: import('tailwind-variants').ClassValue;
|
|
24
|
+
tooltipValue?: import('tailwind-variants').ClassValue;
|
|
25
|
+
legend?: import('tailwind-variants').ClassValue;
|
|
26
|
+
legendItem?: import('tailwind-variants').ClassValue;
|
|
27
|
+
legendIndicator?: import('tailwind-variants').ClassValue;
|
|
28
|
+
legendLabel?: import('tailwind-variants').ClassValue;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
} | {}, {
|
|
32
|
+
root: string[];
|
|
33
|
+
tooltip: string;
|
|
34
|
+
tooltipItem: string;
|
|
35
|
+
tooltipIndicator: string;
|
|
36
|
+
tooltipLabel: string;
|
|
37
|
+
tooltipValue: string;
|
|
38
|
+
legend: string;
|
|
39
|
+
legendItem: string;
|
|
40
|
+
legendIndicator: string;
|
|
41
|
+
legendLabel: string;
|
|
42
|
+
}, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
|
|
43
|
+
[key: string]: {
|
|
44
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
45
|
+
root?: import('tailwind-variants').ClassValue;
|
|
46
|
+
tooltip?: import('tailwind-variants').ClassValue;
|
|
47
|
+
tooltipItem?: import('tailwind-variants').ClassValue;
|
|
48
|
+
tooltipIndicator?: import('tailwind-variants').ClassValue;
|
|
49
|
+
tooltipLabel?: import('tailwind-variants').ClassValue;
|
|
50
|
+
tooltipValue?: import('tailwind-variants').ClassValue;
|
|
51
|
+
legend?: import('tailwind-variants').ClassValue;
|
|
52
|
+
legendItem?: import('tailwind-variants').ClassValue;
|
|
53
|
+
legendIndicator?: import('tailwind-variants').ClassValue;
|
|
54
|
+
legendLabel?: import('tailwind-variants').ClassValue;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
} | {}>, {
|
|
58
|
+
[key: string]: {
|
|
59
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
60
|
+
root?: import('tailwind-variants').ClassValue;
|
|
61
|
+
tooltip?: import('tailwind-variants').ClassValue;
|
|
62
|
+
tooltipItem?: import('tailwind-variants').ClassValue;
|
|
63
|
+
tooltipIndicator?: import('tailwind-variants').ClassValue;
|
|
64
|
+
tooltipLabel?: import('tailwind-variants').ClassValue;
|
|
65
|
+
tooltipValue?: import('tailwind-variants').ClassValue;
|
|
66
|
+
legend?: import('tailwind-variants').ClassValue;
|
|
67
|
+
legendItem?: import('tailwind-variants').ClassValue;
|
|
68
|
+
legendIndicator?: import('tailwind-variants').ClassValue;
|
|
69
|
+
legendLabel?: import('tailwind-variants').ClassValue;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
} | {}, {
|
|
73
|
+
root: string[];
|
|
74
|
+
tooltip: string;
|
|
75
|
+
tooltipItem: string;
|
|
76
|
+
tooltipIndicator: string;
|
|
77
|
+
tooltipLabel: string;
|
|
78
|
+
tooltipValue: string;
|
|
79
|
+
legend: string;
|
|
80
|
+
legendItem: string;
|
|
81
|
+
legendIndicator: string;
|
|
82
|
+
legendLabel: string;
|
|
83
|
+
}, import('tailwind-variants').TVReturnType<unknown, {
|
|
84
|
+
root: string[];
|
|
85
|
+
tooltip: string;
|
|
86
|
+
tooltipItem: string;
|
|
87
|
+
tooltipIndicator: string;
|
|
88
|
+
tooltipLabel: string;
|
|
89
|
+
tooltipValue: string;
|
|
90
|
+
legend: string;
|
|
91
|
+
legendItem: string;
|
|
92
|
+
legendIndicator: string;
|
|
93
|
+
legendLabel: string;
|
|
94
|
+
}, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
|
|
95
|
+
[key: string]: {
|
|
96
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
97
|
+
root?: import('tailwind-variants').ClassValue;
|
|
98
|
+
tooltip?: import('tailwind-variants').ClassValue;
|
|
99
|
+
tooltipItem?: import('tailwind-variants').ClassValue;
|
|
100
|
+
tooltipIndicator?: import('tailwind-variants').ClassValue;
|
|
101
|
+
tooltipLabel?: import('tailwind-variants').ClassValue;
|
|
102
|
+
tooltipValue?: import('tailwind-variants').ClassValue;
|
|
103
|
+
legend?: import('tailwind-variants').ClassValue;
|
|
104
|
+
legendItem?: import('tailwind-variants').ClassValue;
|
|
105
|
+
legendIndicator?: import('tailwind-variants').ClassValue;
|
|
106
|
+
legendLabel?: import('tailwind-variants').ClassValue;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
} | {}>, unknown, unknown, undefined>>;
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
export declare const chatThread: import('tailwind-variants').TVReturnType<{
|
|
2
|
+
[key: string]: {
|
|
3
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
4
|
+
root?: import('tailwind-variants').ClassValue;
|
|
5
|
+
message?: import('tailwind-variants').ClassValue;
|
|
6
|
+
userMessage?: import('tailwind-variants').ClassValue;
|
|
7
|
+
assistantMessage?: import('tailwind-variants').ClassValue;
|
|
8
|
+
errorMessage?: import('tailwind-variants').ClassValue;
|
|
9
|
+
errorTag?: import('tailwind-variants').ClassValue;
|
|
10
|
+
messageContent?: import('tailwind-variants').ClassValue;
|
|
11
|
+
contentImages?: import('tailwind-variants').ClassValue;
|
|
12
|
+
contentImage?: import('tailwind-variants').ClassValue;
|
|
13
|
+
cursor?: import('tailwind-variants').ClassValue;
|
|
14
|
+
stopReason?: import('tailwind-variants').ClassValue;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
} | {
|
|
18
|
+
[x: string]: {
|
|
19
|
+
[x: string]: import('tailwind-variants').ClassValue | {
|
|
20
|
+
root?: import('tailwind-variants').ClassValue;
|
|
21
|
+
message?: import('tailwind-variants').ClassValue;
|
|
22
|
+
userMessage?: import('tailwind-variants').ClassValue;
|
|
23
|
+
assistantMessage?: import('tailwind-variants').ClassValue;
|
|
24
|
+
errorMessage?: import('tailwind-variants').ClassValue;
|
|
25
|
+
errorTag?: import('tailwind-variants').ClassValue;
|
|
26
|
+
messageContent?: import('tailwind-variants').ClassValue;
|
|
27
|
+
contentImages?: import('tailwind-variants').ClassValue;
|
|
28
|
+
contentImage?: import('tailwind-variants').ClassValue;
|
|
29
|
+
cursor?: import('tailwind-variants').ClassValue;
|
|
30
|
+
stopReason?: import('tailwind-variants').ClassValue;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
} | {}, {
|
|
34
|
+
root: string;
|
|
35
|
+
message: string;
|
|
36
|
+
userMessage: string;
|
|
37
|
+
assistantMessage: string;
|
|
38
|
+
errorMessage: string;
|
|
39
|
+
errorTag: string;
|
|
40
|
+
messageContent: string;
|
|
41
|
+
contentImages: string;
|
|
42
|
+
contentImage: string;
|
|
43
|
+
cursor: string;
|
|
44
|
+
stopReason: string;
|
|
45
|
+
}, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
|
|
46
|
+
[key: string]: {
|
|
47
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
48
|
+
root?: import('tailwind-variants').ClassValue;
|
|
49
|
+
message?: import('tailwind-variants').ClassValue;
|
|
50
|
+
userMessage?: import('tailwind-variants').ClassValue;
|
|
51
|
+
assistantMessage?: import('tailwind-variants').ClassValue;
|
|
52
|
+
errorMessage?: import('tailwind-variants').ClassValue;
|
|
53
|
+
errorTag?: import('tailwind-variants').ClassValue;
|
|
54
|
+
messageContent?: import('tailwind-variants').ClassValue;
|
|
55
|
+
contentImages?: import('tailwind-variants').ClassValue;
|
|
56
|
+
contentImage?: import('tailwind-variants').ClassValue;
|
|
57
|
+
cursor?: import('tailwind-variants').ClassValue;
|
|
58
|
+
stopReason?: import('tailwind-variants').ClassValue;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
} | {}>, {
|
|
62
|
+
[key: string]: {
|
|
63
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
64
|
+
root?: import('tailwind-variants').ClassValue;
|
|
65
|
+
message?: import('tailwind-variants').ClassValue;
|
|
66
|
+
userMessage?: import('tailwind-variants').ClassValue;
|
|
67
|
+
assistantMessage?: import('tailwind-variants').ClassValue;
|
|
68
|
+
errorMessage?: import('tailwind-variants').ClassValue;
|
|
69
|
+
errorTag?: import('tailwind-variants').ClassValue;
|
|
70
|
+
messageContent?: import('tailwind-variants').ClassValue;
|
|
71
|
+
contentImages?: import('tailwind-variants').ClassValue;
|
|
72
|
+
contentImage?: import('tailwind-variants').ClassValue;
|
|
73
|
+
cursor?: import('tailwind-variants').ClassValue;
|
|
74
|
+
stopReason?: import('tailwind-variants').ClassValue;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
} | {}, {
|
|
78
|
+
root: string;
|
|
79
|
+
message: string;
|
|
80
|
+
userMessage: string;
|
|
81
|
+
assistantMessage: string;
|
|
82
|
+
errorMessage: string;
|
|
83
|
+
errorTag: string;
|
|
84
|
+
messageContent: string;
|
|
85
|
+
contentImages: string;
|
|
86
|
+
contentImage: string;
|
|
87
|
+
cursor: string;
|
|
88
|
+
stopReason: string;
|
|
89
|
+
}, import('tailwind-variants').TVReturnType<unknown, {
|
|
90
|
+
root: string;
|
|
91
|
+
message: string;
|
|
92
|
+
userMessage: string;
|
|
93
|
+
assistantMessage: string;
|
|
94
|
+
errorMessage: string;
|
|
95
|
+
errorTag: string;
|
|
96
|
+
messageContent: string;
|
|
97
|
+
contentImages: string;
|
|
98
|
+
contentImage: string;
|
|
99
|
+
cursor: string;
|
|
100
|
+
stopReason: string;
|
|
101
|
+
}, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
|
|
102
|
+
[key: string]: {
|
|
103
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
104
|
+
root?: import('tailwind-variants').ClassValue;
|
|
105
|
+
message?: import('tailwind-variants').ClassValue;
|
|
106
|
+
userMessage?: import('tailwind-variants').ClassValue;
|
|
107
|
+
assistantMessage?: import('tailwind-variants').ClassValue;
|
|
108
|
+
errorMessage?: import('tailwind-variants').ClassValue;
|
|
109
|
+
errorTag?: import('tailwind-variants').ClassValue;
|
|
110
|
+
messageContent?: import('tailwind-variants').ClassValue;
|
|
111
|
+
contentImages?: import('tailwind-variants').ClassValue;
|
|
112
|
+
contentImage?: import('tailwind-variants').ClassValue;
|
|
113
|
+
cursor?: import('tailwind-variants').ClassValue;
|
|
114
|
+
stopReason?: import('tailwind-variants').ClassValue;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
} | {}>, unknown, unknown, undefined>>;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export declare const checkbox: import('tailwind-variants').TVReturnType<{
|
|
2
|
+
[key: string]: {
|
|
3
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
4
|
+
root?: import('tailwind-variants').ClassValue;
|
|
5
|
+
indicator?: import('tailwind-variants').ClassValue;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
} | {
|
|
9
|
+
[x: string]: {
|
|
10
|
+
[x: string]: import('tailwind-variants').ClassValue | {
|
|
11
|
+
root?: import('tailwind-variants').ClassValue;
|
|
12
|
+
indicator?: import('tailwind-variants').ClassValue;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
} | {}, {
|
|
16
|
+
root: string[];
|
|
17
|
+
indicator: string[];
|
|
18
|
+
}, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
|
|
19
|
+
[key: string]: {
|
|
20
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
21
|
+
root?: import('tailwind-variants').ClassValue;
|
|
22
|
+
indicator?: import('tailwind-variants').ClassValue;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
} | {}>, {
|
|
26
|
+
[key: string]: {
|
|
27
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
28
|
+
root?: import('tailwind-variants').ClassValue;
|
|
29
|
+
indicator?: import('tailwind-variants').ClassValue;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
} | {}, {
|
|
33
|
+
root: string[];
|
|
34
|
+
indicator: string[];
|
|
35
|
+
}, import('tailwind-variants').TVReturnType<unknown, {
|
|
36
|
+
root: string[];
|
|
37
|
+
indicator: string[];
|
|
38
|
+
}, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
|
|
39
|
+
[key: string]: {
|
|
40
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
41
|
+
root?: import('tailwind-variants').ClassValue;
|
|
42
|
+
indicator?: import('tailwind-variants').ClassValue;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
} | {}>, unknown, unknown, undefined>>;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
export declare const codeBlock: import('tailwind-variants').TVReturnType<{
|
|
2
|
+
[key: string]: {
|
|
3
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
4
|
+
root?: import('tailwind-variants').ClassValue;
|
|
5
|
+
header?: import('tailwind-variants').ClassValue;
|
|
6
|
+
title?: import('tailwind-variants').ClassValue;
|
|
7
|
+
actions?: import('tailwind-variants').ClassValue;
|
|
8
|
+
code?: import('tailwind-variants').ClassValue;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
} | {
|
|
12
|
+
[x: string]: {
|
|
13
|
+
[x: string]: import('tailwind-variants').ClassValue | {
|
|
14
|
+
root?: import('tailwind-variants').ClassValue;
|
|
15
|
+
header?: import('tailwind-variants').ClassValue;
|
|
16
|
+
title?: import('tailwind-variants').ClassValue;
|
|
17
|
+
actions?: import('tailwind-variants').ClassValue;
|
|
18
|
+
code?: import('tailwind-variants').ClassValue;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
} | {}, {
|
|
22
|
+
root: string;
|
|
23
|
+
header: string;
|
|
24
|
+
title: string;
|
|
25
|
+
actions: string;
|
|
26
|
+
code: string[];
|
|
27
|
+
}, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
|
|
28
|
+
[key: string]: {
|
|
29
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
30
|
+
root?: import('tailwind-variants').ClassValue;
|
|
31
|
+
header?: import('tailwind-variants').ClassValue;
|
|
32
|
+
title?: import('tailwind-variants').ClassValue;
|
|
33
|
+
actions?: import('tailwind-variants').ClassValue;
|
|
34
|
+
code?: import('tailwind-variants').ClassValue;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
} | {}>, {
|
|
38
|
+
[key: string]: {
|
|
39
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
40
|
+
root?: import('tailwind-variants').ClassValue;
|
|
41
|
+
header?: import('tailwind-variants').ClassValue;
|
|
42
|
+
title?: import('tailwind-variants').ClassValue;
|
|
43
|
+
actions?: import('tailwind-variants').ClassValue;
|
|
44
|
+
code?: import('tailwind-variants').ClassValue;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
} | {}, {
|
|
48
|
+
root: string;
|
|
49
|
+
header: string;
|
|
50
|
+
title: string;
|
|
51
|
+
actions: string;
|
|
52
|
+
code: string[];
|
|
53
|
+
}, import('tailwind-variants').TVReturnType<unknown, {
|
|
54
|
+
root: string;
|
|
55
|
+
header: string;
|
|
56
|
+
title: string;
|
|
57
|
+
actions: string;
|
|
58
|
+
code: string[];
|
|
59
|
+
}, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
|
|
60
|
+
[key: string]: {
|
|
61
|
+
[key: string]: import('tailwind-variants').ClassValue | {
|
|
62
|
+
root?: import('tailwind-variants').ClassValue;
|
|
63
|
+
header?: import('tailwind-variants').ClassValue;
|
|
64
|
+
title?: import('tailwind-variants').ClassValue;
|
|
65
|
+
actions?: import('tailwind-variants').ClassValue;
|
|
66
|
+
code?: import('tailwind-variants').ClassValue;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
} | {}>, unknown, unknown, undefined>>;
|