@quinkit/ui 0.1.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 (37) hide show
  1. package/dist/index.d.cts +1445 -0
  2. package/dist/index.d.ts +1445 -0
  3. package/dist/index.js +2567 -0
  4. package/dist/index.js.map +1 -0
  5. package/dist/index.mjs +2366 -0
  6. package/dist/index.mjs.map +1 -0
  7. package/package.json +97 -0
  8. package/src/styles/globals.css +150 -0
  9. package/src/styles/theme-switcher.tsx +95 -0
  10. package/src/styles/themes/.gitkeep +0 -0
  11. package/src/styles/themes/dashboard-data.css +64 -0
  12. package/src/styles/themes/dashboard-executive.css +64 -0
  13. package/src/styles/themes/dashboard-glass.css +64 -0
  14. package/src/styles/themes/dashboard.css +46 -0
  15. package/src/styles/themes/ecommerce-luxury.css +64 -0
  16. package/src/styles/themes/ecommerce-minimal.css +64 -0
  17. package/src/styles/themes/ecommerce-playful.css +64 -0
  18. package/src/styles/themes/ecommerce.css +36 -0
  19. package/src/styles/themes/edtech-campus.css +64 -0
  20. package/src/styles/themes/edtech-kids.css +64 -0
  21. package/src/styles/themes/edtech-professional.css +64 -0
  22. package/src/styles/themes/edtech.css +36 -0
  23. package/src/styles/themes/fintech-crypto.css +64 -0
  24. package/src/styles/themes/fintech-modern.css +64 -0
  25. package/src/styles/themes/fintech-wealth.css +64 -0
  26. package/src/styles/themes/fintech.css +46 -0
  27. package/src/styles/themes/healthcare-clinical.css +64 -0
  28. package/src/styles/themes/healthcare-urgent.css +64 -0
  29. package/src/styles/themes/healthcare-wellness.css +64 -0
  30. package/src/styles/themes/healthcare.css +46 -0
  31. package/src/styles/tokens/.gitkeep +0 -0
  32. package/src/styles/tokens/charts.css +26 -0
  33. package/src/styles/tokens/dark.css +36 -0
  34. package/src/styles/tokens/palettes.css +2663 -0
  35. package/src/styles/tokens/primitives.css +34 -0
  36. package/src/styles/tokens/semantic.css +35 -0
  37. package/src/styles/tokens/typography.css +82 -0
@@ -0,0 +1,1445 @@
1
+ import * as react from 'react';
2
+ import { ComponentPropsWithoutRef, HTMLAttributes, ButtonHTMLAttributes, InputHTMLAttributes, TextareaHTMLAttributes, AnchorHTMLAttributes, TdHTMLAttributes, ThHTMLAttributes, ReactNode } from 'react';
3
+ import * as AvatarPrimitive from '@radix-ui/react-avatar';
4
+ import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
5
+ import * as LabelPrimitive from '@radix-ui/react-label';
6
+ import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
7
+ import * as SelectPrimitive from '@radix-ui/react-select';
8
+ import * as SeparatorPrimitive from '@radix-ui/react-separator';
9
+ import * as SwitchPrimitive from '@radix-ui/react-switch';
10
+ import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
11
+ import { DayPickerProps, DateRange } from 'react-day-picker';
12
+ import { ColumnDef } from '@tanstack/react-table';
13
+ import * as ProgressPrimitive from '@radix-ui/react-progress';
14
+ import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
15
+ import * as AccordionPrimitive from '@radix-ui/react-accordion';
16
+ import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
17
+ import { Command as Command$1 } from 'cmdk';
18
+ import * as DialogPrimitive from '@radix-ui/react-dialog';
19
+ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
20
+ import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
21
+ import * as PopoverPrimitive from '@radix-ui/react-popover';
22
+ import * as TabsPrimitive from '@radix-ui/react-tabs';
23
+ import * as TooltipPrimitive from '@radix-ui/react-tooltip';
24
+ import { Toaster as Toaster$1 } from 'sonner';
25
+ export { toast } from 'sonner';
26
+ import * as react_hook_form from 'react-hook-form';
27
+ import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
28
+ import { ClassValue } from 'clsx';
29
+
30
+ declare function useDebounce<TValue>(value: TValue, delayMs?: number): TValue;
31
+
32
+ declare function useMediaQuery(query: string, initialValue?: boolean): boolean;
33
+
34
+ declare const uiPalettes: readonly [{
35
+ readonly name: "Neutral Slate";
36
+ readonly value: "neutral-slate";
37
+ readonly category: "Neutral";
38
+ readonly description: "Neutral Slate palette for neutral interfaces.";
39
+ readonly inspiredBy: readonly ["Neutral Slate"];
40
+ readonly bestFor: readonly ["Neutral UI", "dashboards", "product screens"];
41
+ }, {
42
+ readonly name: "Executive Slate";
43
+ readonly value: "executive-slate";
44
+ readonly category: "Neutral";
45
+ readonly description: "Executive Slate palette for neutral interfaces.";
46
+ readonly inspiredBy: readonly ["Executive Slate"];
47
+ readonly bestFor: readonly ["Neutral UI", "dashboards", "product screens"];
48
+ }, {
49
+ readonly name: "Vercel Mono";
50
+ readonly value: "vercel-mono";
51
+ readonly category: "Neutral";
52
+ readonly description: "Vercel Mono palette for neutral interfaces.";
53
+ readonly inspiredBy: readonly ["Vercel Mono"];
54
+ readonly bestFor: readonly ["Neutral UI", "dashboards", "product screens"];
55
+ }, {
56
+ readonly name: "Warm Sand";
57
+ readonly value: "warm-sand";
58
+ readonly category: "Neutral";
59
+ readonly description: "Warm Sand palette for neutral interfaces.";
60
+ readonly inspiredBy: readonly ["Warm Sand"];
61
+ readonly bestFor: readonly ["Neutral UI", "dashboards", "product screens"];
62
+ }, {
63
+ readonly name: "Zinc Cool";
64
+ readonly value: "zinc-cool";
65
+ readonly category: "Neutral";
66
+ readonly description: "Zinc Cool palette for neutral interfaces.";
67
+ readonly inspiredBy: readonly ["Zinc Cool"];
68
+ readonly bestFor: readonly ["Neutral UI", "dashboards", "product screens"];
69
+ }, {
70
+ readonly name: "Stone Warm";
71
+ readonly value: "stone-warm";
72
+ readonly category: "Neutral";
73
+ readonly description: "Stone Warm palette for neutral interfaces.";
74
+ readonly inspiredBy: readonly ["Stone Warm"];
75
+ readonly bestFor: readonly ["Neutral UI", "dashboards", "product screens"];
76
+ }, {
77
+ readonly name: "Ink Black";
78
+ readonly value: "ink-black";
79
+ readonly category: "Neutral";
80
+ readonly description: "Ink Black palette for neutral interfaces.";
81
+ readonly inspiredBy: readonly ["Ink Black"];
82
+ readonly bestFor: readonly ["Neutral UI", "dashboards", "product screens"];
83
+ }, {
84
+ readonly name: "Parchment";
85
+ readonly value: "parchment";
86
+ readonly category: "Neutral";
87
+ readonly description: "Parchment palette for neutral interfaces.";
88
+ readonly inspiredBy: readonly ["Parchment"];
89
+ readonly bestFor: readonly ["Neutral UI", "dashboards", "product screens"];
90
+ }, {
91
+ readonly name: "Default Blue";
92
+ readonly value: "default-blue";
93
+ readonly category: "SaaS";
94
+ readonly description: "Default Blue palette for saas interfaces.";
95
+ readonly inspiredBy: readonly ["Default Blue"];
96
+ readonly bestFor: readonly ["SaaS UI", "dashboards", "product screens"];
97
+ }, {
98
+ readonly name: "Linear Minimal";
99
+ readonly value: "linear-minimal";
100
+ readonly category: "SaaS";
101
+ readonly description: "Linear Minimal palette for saas interfaces.";
102
+ readonly inspiredBy: readonly ["Linear Minimal"];
103
+ readonly bestFor: readonly ["SaaS UI", "dashboards", "product screens"];
104
+ }, {
105
+ readonly name: "Github Neutral";
106
+ readonly value: "github-neutral";
107
+ readonly category: "SaaS";
108
+ readonly description: "Github Neutral palette for saas interfaces.";
109
+ readonly inspiredBy: readonly ["Github Neutral"];
110
+ readonly bestFor: readonly ["SaaS UI", "dashboards", "product screens"];
111
+ }, {
112
+ readonly name: "Atlassian Blue";
113
+ readonly value: "atlassian-blue";
114
+ readonly category: "SaaS";
115
+ readonly description: "Atlassian Blue palette for saas interfaces.";
116
+ readonly inspiredBy: readonly ["Atlassian Blue"];
117
+ readonly bestFor: readonly ["SaaS UI", "dashboards", "product screens"];
118
+ }, {
119
+ readonly name: "Analytics Cyan";
120
+ readonly value: "analytics-cyan";
121
+ readonly category: "SaaS";
122
+ readonly description: "Analytics Cyan palette for saas interfaces.";
123
+ readonly inspiredBy: readonly ["Analytics Cyan"];
124
+ readonly bestFor: readonly ["SaaS UI", "dashboards", "product screens"];
125
+ }, {
126
+ readonly name: "Notion Blue";
127
+ readonly value: "notion-blue";
128
+ readonly category: "SaaS";
129
+ readonly description: "Notion Blue palette for saas interfaces.";
130
+ readonly inspiredBy: readonly ["Notion Blue"];
131
+ readonly bestFor: readonly ["SaaS UI", "dashboards", "product screens"];
132
+ }, {
133
+ readonly name: "Intercom Blue";
134
+ readonly value: "intercom-blue";
135
+ readonly category: "SaaS";
136
+ readonly description: "Intercom Blue palette for saas interfaces.";
137
+ readonly inspiredBy: readonly ["Intercom Blue"];
138
+ readonly bestFor: readonly ["SaaS UI", "dashboards", "product screens"];
139
+ }, {
140
+ readonly name: "Salesforce Sky";
141
+ readonly value: "salesforce-sky";
142
+ readonly category: "SaaS";
143
+ readonly description: "Salesforce Sky palette for saas interfaces.";
144
+ readonly inspiredBy: readonly ["Salesforce Sky"];
145
+ readonly bestFor: readonly ["SaaS UI", "dashboards", "product screens"];
146
+ }, {
147
+ readonly name: "Medical Teal";
148
+ readonly value: "medical-teal";
149
+ readonly category: "Healthcare";
150
+ readonly description: "Medical Teal palette for healthcare interfaces.";
151
+ readonly inspiredBy: readonly ["Medical Teal"];
152
+ readonly bestFor: readonly ["Healthcare UI", "dashboards", "product screens"];
153
+ }, {
154
+ readonly name: "Clinical Blue";
155
+ readonly value: "clinical-blue";
156
+ readonly category: "Healthcare";
157
+ readonly description: "Clinical Blue palette for healthcare interfaces.";
158
+ readonly inspiredBy: readonly ["Clinical Blue"];
159
+ readonly bestFor: readonly ["Healthcare UI", "dashboards", "product screens"];
160
+ }, {
161
+ readonly name: "Calm Cyan";
162
+ readonly value: "calm-cyan";
163
+ readonly category: "Healthcare";
164
+ readonly description: "Calm Cyan palette for healthcare interfaces.";
165
+ readonly inspiredBy: readonly ["Calm Cyan"];
166
+ readonly bestFor: readonly ["Healthcare UI", "dashboards", "product screens"];
167
+ }, {
168
+ readonly name: "Teladoc Teal";
169
+ readonly value: "teladoc-teal";
170
+ readonly category: "Healthcare";
171
+ readonly description: "Teladoc Teal palette for healthcare interfaces.";
172
+ readonly inspiredBy: readonly ["Teladoc Teal"];
173
+ readonly bestFor: readonly ["Healthcare UI", "dashboards", "product screens"];
174
+ }, {
175
+ readonly name: "Noom Green";
176
+ readonly value: "noom-green";
177
+ readonly category: "Healthcare";
178
+ readonly description: "Noom Green palette for healthcare interfaces.";
179
+ readonly inspiredBy: readonly ["Noom Green"];
180
+ readonly bestFor: readonly ["Healthcare UI", "dashboards", "product screens"];
181
+ }, {
182
+ readonly name: "Headspace Orange";
183
+ readonly value: "headspace-orange";
184
+ readonly category: "Healthcare";
185
+ readonly description: "Headspace Orange palette for healthcare interfaces.";
186
+ readonly inspiredBy: readonly ["Headspace Orange"];
187
+ readonly bestFor: readonly ["Healthcare UI", "dashboards", "product screens"];
188
+ }, {
189
+ readonly name: "Epic Blue";
190
+ readonly value: "epic-blue";
191
+ readonly category: "Healthcare";
192
+ readonly description: "Epic Blue palette for healthcare interfaces.";
193
+ readonly inspiredBy: readonly ["Epic Blue"];
194
+ readonly bestFor: readonly ["Healthcare UI", "dashboards", "product screens"];
195
+ }, {
196
+ readonly name: "Fintech Navy";
197
+ readonly value: "fintech-navy";
198
+ readonly category: "Fintech";
199
+ readonly description: "Fintech Navy palette for fintech interfaces.";
200
+ readonly inspiredBy: readonly ["Fintech Navy"];
201
+ readonly bestFor: readonly ["Fintech UI", "dashboards", "product screens"];
202
+ }, {
203
+ readonly name: "Finance Gold";
204
+ readonly value: "finance-gold";
205
+ readonly category: "Fintech";
206
+ readonly description: "Finance Gold palette for fintech interfaces.";
207
+ readonly inspiredBy: readonly ["Finance Gold"];
208
+ readonly bestFor: readonly ["Fintech UI", "dashboards", "product screens"];
209
+ }, {
210
+ readonly name: "Emerald Wealth";
211
+ readonly value: "emerald-wealth";
212
+ readonly category: "Fintech";
213
+ readonly description: "Emerald Wealth palette for fintech interfaces.";
214
+ readonly inspiredBy: readonly ["Emerald Wealth"];
215
+ readonly bestFor: readonly ["Fintech UI", "dashboards", "product screens"];
216
+ }, {
217
+ readonly name: "Risk Amber";
218
+ readonly value: "risk-amber";
219
+ readonly category: "Fintech";
220
+ readonly description: "Risk Amber palette for fintech interfaces.";
221
+ readonly inspiredBy: readonly ["Risk Amber"];
222
+ readonly bestFor: readonly ["Fintech UI", "dashboards", "product screens"];
223
+ }, {
224
+ readonly name: "Stripe Indigo";
225
+ readonly value: "stripe-indigo";
226
+ readonly category: "Fintech";
227
+ readonly description: "Stripe Indigo palette for fintech interfaces.";
228
+ readonly inspiredBy: readonly ["Stripe Indigo"];
229
+ readonly bestFor: readonly ["Fintech UI", "dashboards", "product screens"];
230
+ }, {
231
+ readonly name: "Coinbase Blue";
232
+ readonly value: "coinbase-blue";
233
+ readonly category: "Fintech";
234
+ readonly description: "Coinbase Blue palette for fintech interfaces.";
235
+ readonly inspiredBy: readonly ["Coinbase Blue"];
236
+ readonly bestFor: readonly ["Fintech UI", "dashboards", "product screens"];
237
+ }, {
238
+ readonly name: "Robinhood Green";
239
+ readonly value: "robinhood-green";
240
+ readonly category: "Fintech";
241
+ readonly description: "Robinhood Green palette for fintech interfaces.";
242
+ readonly inspiredBy: readonly ["Robinhood Green"];
243
+ readonly bestFor: readonly ["Fintech UI", "dashboards", "product screens"];
244
+ }, {
245
+ readonly name: "Plaid Navy";
246
+ readonly value: "plaid-navy";
247
+ readonly category: "Fintech";
248
+ readonly description: "Plaid Navy palette for fintech interfaces.";
249
+ readonly inspiredBy: readonly ["Plaid Navy"];
250
+ readonly bestFor: readonly ["Fintech UI", "dashboards", "product screens"];
251
+ }, {
252
+ readonly name: "E-commerce Rose";
253
+ readonly value: "ecommerce-rose";
254
+ readonly category: "E-commerce";
255
+ readonly description: "E-commerce Rose palette for e-commerce interfaces.";
256
+ readonly inspiredBy: readonly ["E-commerce Rose"];
257
+ readonly bestFor: readonly ["E-commerce UI", "dashboards", "product screens"];
258
+ }, {
259
+ readonly name: "Luxury Black Gold";
260
+ readonly value: "luxury-black-gold";
261
+ readonly category: "E-commerce";
262
+ readonly description: "Luxury Black Gold palette for e-commerce interfaces.";
263
+ readonly inspiredBy: readonly ["Luxury Black Gold"];
264
+ readonly bestFor: readonly ["E-commerce UI", "dashboards", "product screens"];
265
+ }, {
266
+ readonly name: "Commerce Green";
267
+ readonly value: "commerce-green";
268
+ readonly category: "E-commerce";
269
+ readonly description: "Commerce Green palette for e-commerce interfaces.";
270
+ readonly inspiredBy: readonly ["Commerce Green"];
271
+ readonly bestFor: readonly ["E-commerce UI", "dashboards", "product screens"];
272
+ }, {
273
+ readonly name: "Lifestyle Coral";
274
+ readonly value: "lifestyle-coral";
275
+ readonly category: "E-commerce";
276
+ readonly description: "Lifestyle Coral palette for e-commerce interfaces.";
277
+ readonly inspiredBy: readonly ["Lifestyle Coral"];
278
+ readonly bestFor: readonly ["E-commerce UI", "dashboards", "product screens"];
279
+ }, {
280
+ readonly name: "Shopify Green";
281
+ readonly value: "shopify-green";
282
+ readonly category: "E-commerce";
283
+ readonly description: "Shopify Green palette for e-commerce interfaces.";
284
+ readonly inspiredBy: readonly ["Shopify Green"];
285
+ readonly bestFor: readonly ["E-commerce UI", "dashboards", "product screens"];
286
+ }, {
287
+ readonly name: "Amazon Orange";
288
+ readonly value: "amazon-orange";
289
+ readonly category: "E-commerce";
290
+ readonly description: "Amazon Orange palette for e-commerce interfaces.";
291
+ readonly inspiredBy: readonly ["Amazon Orange"];
292
+ readonly bestFor: readonly ["E-commerce UI", "dashboards", "product screens"];
293
+ }, {
294
+ readonly name: "Etsy Orange";
295
+ readonly value: "etsy-orange";
296
+ readonly category: "E-commerce";
297
+ readonly description: "Etsy Orange palette for e-commerce interfaces.";
298
+ readonly inspiredBy: readonly ["Etsy Orange"];
299
+ readonly bestFor: readonly ["E-commerce UI", "dashboards", "product screens"];
300
+ }, {
301
+ readonly name: "Netflix Red";
302
+ readonly value: "netflix-red";
303
+ readonly category: "E-commerce";
304
+ readonly description: "Netflix Red palette for e-commerce interfaces.";
305
+ readonly inspiredBy: readonly ["Netflix Red"];
306
+ readonly bestFor: readonly ["E-commerce UI", "dashboards", "product screens"];
307
+ }, {
308
+ readonly name: "Edtech Playful";
309
+ readonly value: "edtech-playful";
310
+ readonly category: "EdTech";
311
+ readonly description: "Edtech Playful palette for edtech interfaces.";
312
+ readonly inspiredBy: readonly ["Edtech Playful"];
313
+ readonly bestFor: readonly ["EdTech UI", "dashboards", "product screens"];
314
+ }, {
315
+ readonly name: "Learning Purple";
316
+ readonly value: "learning-purple";
317
+ readonly category: "EdTech";
318
+ readonly description: "Learning Purple palette for edtech interfaces.";
319
+ readonly inspiredBy: readonly ["Learning Purple"];
320
+ readonly bestFor: readonly ["EdTech UI", "dashboards", "product screens"];
321
+ }, {
322
+ readonly name: "Gamified Green";
323
+ readonly value: "gamified-green";
324
+ readonly category: "EdTech";
325
+ readonly description: "Gamified Green palette for edtech interfaces.";
326
+ readonly inspiredBy: readonly ["Gamified Green"];
327
+ readonly bestFor: readonly ["EdTech UI", "dashboards", "product screens"];
328
+ }, {
329
+ readonly name: "Achievement Amber";
330
+ readonly value: "achievement-amber";
331
+ readonly category: "EdTech";
332
+ readonly description: "Achievement Amber palette for edtech interfaces.";
333
+ readonly inspiredBy: readonly ["Achievement Amber"];
334
+ readonly bestFor: readonly ["EdTech UI", "dashboards", "product screens"];
335
+ }, {
336
+ readonly name: "Duolingo Green";
337
+ readonly value: "duolingo-green";
338
+ readonly category: "EdTech";
339
+ readonly description: "Duolingo Green palette for edtech interfaces.";
340
+ readonly inspiredBy: readonly ["Duolingo Green"];
341
+ readonly bestFor: readonly ["EdTech UI", "dashboards", "product screens"];
342
+ }, {
343
+ readonly name: "Coursera Blue";
344
+ readonly value: "coursera-blue";
345
+ readonly category: "EdTech";
346
+ readonly description: "Coursera Blue palette for edtech interfaces.";
347
+ readonly inspiredBy: readonly ["Coursera Blue"];
348
+ readonly bestFor: readonly ["EdTech UI", "dashboards", "product screens"];
349
+ }, {
350
+ readonly name: "Khan Blue";
351
+ readonly value: "khan-blue";
352
+ readonly category: "EdTech";
353
+ readonly description: "Khan Blue palette for edtech interfaces.";
354
+ readonly inspiredBy: readonly ["Khan Blue"];
355
+ readonly bestFor: readonly ["EdTech UI", "dashboards", "product screens"];
356
+ }, {
357
+ readonly name: "Udemy Purple";
358
+ readonly value: "udemy-purple";
359
+ readonly category: "EdTech";
360
+ readonly description: "Udemy Purple palette for edtech interfaces.";
361
+ readonly inspiredBy: readonly ["Udemy Purple"];
362
+ readonly bestFor: readonly ["EdTech UI", "dashboards", "product screens"];
363
+ }, {
364
+ readonly name: "AI Cyber";
365
+ readonly value: "ai-cyber";
366
+ readonly category: "AI/Dev";
367
+ readonly description: "AI Cyber palette for ai/dev interfaces.";
368
+ readonly inspiredBy: readonly ["AI Cyber"];
369
+ readonly bestFor: readonly ["AI/Dev UI", "dashboards", "product screens"];
370
+ }, {
371
+ readonly name: "Raycast Dark";
372
+ readonly value: "raycast-dark";
373
+ readonly category: "AI/Dev";
374
+ readonly description: "Raycast Dark palette for ai/dev interfaces.";
375
+ readonly inspiredBy: readonly ["Raycast Dark"];
376
+ readonly bestFor: readonly ["AI/Dev UI", "dashboards", "product screens"];
377
+ }, {
378
+ readonly name: "Railway Violet";
379
+ readonly value: "railway-violet";
380
+ readonly category: "AI/Dev";
381
+ readonly description: "Railway Violet palette for ai/dev interfaces.";
382
+ readonly inspiredBy: readonly ["Railway Violet"];
383
+ readonly bestFor: readonly ["AI/Dev UI", "dashboards", "product screens"];
384
+ }, {
385
+ readonly name: "Terminal Green";
386
+ readonly value: "terminal-green";
387
+ readonly category: "AI/Dev";
388
+ readonly description: "Terminal Green palette for ai/dev interfaces.";
389
+ readonly inspiredBy: readonly ["Terminal Green"];
390
+ readonly bestFor: readonly ["AI/Dev UI", "dashboards", "product screens"];
391
+ }, {
392
+ readonly name: "VS Code Dark";
393
+ readonly value: "vscode-dark";
394
+ readonly category: "Developer Tools";
395
+ readonly description: "VS Code Dark palette for developer tools interfaces.";
396
+ readonly inspiredBy: readonly ["VS Code Dark"];
397
+ readonly bestFor: readonly ["Developer Tools UI", "dashboards", "product screens"];
398
+ }, {
399
+ readonly name: "iTerm Green";
400
+ readonly value: "iterm-green";
401
+ readonly category: "Developer Tools";
402
+ readonly description: "iTerm Green palette for developer tools interfaces.";
403
+ readonly inspiredBy: readonly ["iTerm Green"];
404
+ readonly bestFor: readonly ["Developer Tools UI", "dashboards", "product screens"];
405
+ }, {
406
+ readonly name: "Supabase Emerald";
407
+ readonly value: "supabase-emerald";
408
+ readonly category: "Developer Tools";
409
+ readonly description: "Supabase Emerald palette for developer tools interfaces.";
410
+ readonly inspiredBy: readonly ["Supabase Emerald"];
411
+ readonly bestFor: readonly ["Developer Tools UI", "dashboards", "product screens"];
412
+ }, {
413
+ readonly name: "Neon Cyber";
414
+ readonly value: "neon-cyber";
415
+ readonly category: "Developer Tools";
416
+ readonly description: "Neon Cyber palette for developer tools interfaces.";
417
+ readonly inspiredBy: readonly ["Neon Cyber"];
418
+ readonly bestFor: readonly ["Developer Tools UI", "dashboards", "product screens"];
419
+ }, {
420
+ readonly name: "IBM Carbon";
421
+ readonly value: "ibm-carbon";
422
+ readonly category: "Enterprise";
423
+ readonly description: "IBM Carbon palette for enterprise interfaces.";
424
+ readonly inspiredBy: readonly ["IBM Carbon"];
425
+ readonly bestFor: readonly ["Enterprise UI", "dashboards", "product screens"];
426
+ }, {
427
+ readonly name: "Microsoft Fluent";
428
+ readonly value: "microsoft-fluent";
429
+ readonly category: "Enterprise";
430
+ readonly description: "Microsoft Fluent palette for enterprise interfaces.";
431
+ readonly inspiredBy: readonly ["Microsoft Fluent"];
432
+ readonly bestFor: readonly ["Enterprise UI", "dashboards", "product screens"];
433
+ }, {
434
+ readonly name: "Gov Blue";
435
+ readonly value: "gov-blue";
436
+ readonly category: "Enterprise";
437
+ readonly description: "Gov Blue palette for enterprise interfaces.";
438
+ readonly inspiredBy: readonly ["Gov Blue"];
439
+ readonly bestFor: readonly ["Enterprise UI", "dashboards", "product screens"];
440
+ }, {
441
+ readonly name: "Stripe Gradient";
442
+ readonly value: "stripe-gradient";
443
+ readonly category: "Enterprise";
444
+ readonly description: "Stripe Gradient palette for enterprise interfaces.";
445
+ readonly inspiredBy: readonly ["Stripe Gradient"];
446
+ readonly bestFor: readonly ["Enterprise UI", "dashboards", "product screens"];
447
+ }, {
448
+ readonly name: "Solana Gradient";
449
+ readonly value: "solana-gradient";
450
+ readonly category: "Creative";
451
+ readonly description: "Solana Gradient palette for creative interfaces.";
452
+ readonly inspiredBy: readonly ["Solana Gradient"];
453
+ readonly bestFor: readonly ["Creative UI", "dashboards", "product screens"];
454
+ }, {
455
+ readonly name: "Figma Purple";
456
+ readonly value: "figma-purple";
457
+ readonly category: "Creative";
458
+ readonly description: "Figma Purple palette for creative interfaces.";
459
+ readonly inspiredBy: readonly ["Figma Purple"];
460
+ readonly bestFor: readonly ["Creative UI", "dashboards", "product screens"];
461
+ }, {
462
+ readonly name: "Dribbble Pink";
463
+ readonly value: "dribbble-pink";
464
+ readonly category: "Creative";
465
+ readonly description: "Dribbble Pink palette for creative interfaces.";
466
+ readonly inspiredBy: readonly ["Dribbble Pink"];
467
+ readonly bestFor: readonly ["Creative UI", "dashboards", "product screens"];
468
+ }, {
469
+ readonly name: "Behance Blue";
470
+ readonly value: "behance-blue";
471
+ readonly category: "Creative";
472
+ readonly description: "Behance Blue palette for creative interfaces.";
473
+ readonly inspiredBy: readonly ["Behance Blue"];
474
+ readonly bestFor: readonly ["Creative UI", "dashboards", "product screens"];
475
+ }, {
476
+ readonly name: "Awwwards Dark";
477
+ readonly value: "awwwards-dark";
478
+ readonly category: "Creative";
479
+ readonly description: "Awwwards Dark palette for creative interfaces.";
480
+ readonly inspiredBy: readonly ["Awwwards Dark"];
481
+ readonly bestFor: readonly ["Creative UI", "dashboards", "product screens"];
482
+ }];
483
+ type UiPalette = (typeof uiPalettes)[number]["value"];
484
+ type UiPaletteCategory = (typeof uiPalettes)[number]["category"];
485
+ type Appearance = "light" | "dark" | "system";
486
+ declare const uiPaletteValues: readonly UiPalette[];
487
+ declare const DEFAULT_PALETTE: UiPalette;
488
+ declare function palettesByCategory(): Record<UiPaletteCategory, (typeof uiPalettes)[number][]>;
489
+ declare function isUiPalette(value: string): value is UiPalette;
490
+ declare function applyPalette(palette: UiPalette): void;
491
+ declare function applyAppearance(appearance: Appearance): void;
492
+ declare const appliers: {
493
+ readonly appearance: typeof applyAppearance;
494
+ readonly palette: typeof applyPalette;
495
+ };
496
+ declare function getStoredPalette(): UiPalette;
497
+ declare function getStoredAppearance(): Appearance;
498
+
499
+ declare const uiThemes: readonly ["dashboard", "ecommerce", "healthcare", "fintech", "edtech", "dashboard-executive", "dashboard-glass", "dashboard-data", "ecommerce-luxury", "ecommerce-playful", "ecommerce-minimal", "healthcare-clinical", "healthcare-wellness", "healthcare-urgent", "fintech-wealth", "fintech-crypto", "fintech-modern", "edtech-campus", "edtech-kids", "edtech-professional"];
500
+ type UiTheme = (typeof uiThemes)[number];
501
+ /** Optional pretty labels for pickers (your dev app can keep using the raw value). */
502
+ declare const uiThemeLabels: Record<UiTheme, string>;
503
+ declare function isUiTheme(value: string): value is UiTheme;
504
+ declare function applyTheme(theme: UiTheme): void;
505
+ declare function getStoredTheme(): UiTheme;
506
+ interface UseThemeResult {
507
+ appearance: Appearance;
508
+ mounted: boolean;
509
+ palette: UiPalette;
510
+ setAppearance: (appearance: Appearance) => void;
511
+ setPalette: (palette: UiPalette) => void;
512
+ setTheme: (theme: UiTheme) => void;
513
+ theme: UiTheme;
514
+ }
515
+ declare function useTheme(): UseThemeResult;
516
+
517
+ type UiFont = "inter" | "geist" | "geist-mono" | "jetbrains-mono" | "manrope" | "outfit" | "lato" | "playfair-display" | "plus-jakarta-sans" | "cormorant-garamond" | "dm-sans" | "ibm-plex-sans" | "ibm-plex-mono" | "nunito" | "source-serif-4";
518
+ interface UiFontMeta {
519
+ name: string;
520
+ googleUrl: string;
521
+ cssValue: string;
522
+ recommendedFor: string[];
523
+ }
524
+ declare const uiFonts: Record<UiFont, UiFontMeta>;
525
+ declare const uiFontValues: UiFont[];
526
+ /** Combined <link href> for all families (or import each googleUrl individually). */
527
+ declare const allFontsHref: string;
528
+
529
+ /** Sizes supported by {@link Avatar}. */
530
+ type AvatarSize = "sm" | "md" | "lg";
531
+ /** Public props for {@link Avatar}. */
532
+ interface AvatarProps extends ComponentPropsWithoutRef<typeof AvatarPrimitive.Root> {
533
+ /** Visual size of the avatar. */
534
+ size?: AvatarSize;
535
+ }
536
+ /** Public props for {@link AvatarImage}. */
537
+ interface AvatarImageProps extends ComponentPropsWithoutRef<typeof AvatarPrimitive.Image> {
538
+ /** Alternative text describing the avatar image. */
539
+ alt: string;
540
+ }
541
+ /** Public props for {@link AvatarFallback}. */
542
+ interface AvatarFallbackProps extends ComponentPropsWithoutRef<typeof AvatarPrimitive.Fallback> {
543
+ /** Initials or short fallback content. */
544
+ children: string;
545
+ }
546
+ /**
547
+ * Avatar root that displays an image with accessible fallback initials.
548
+ */
549
+ declare const Avatar: react.ForwardRefExoticComponent<AvatarProps & react.RefAttributes<HTMLSpanElement>>;
550
+ /**
551
+ * Image element for {@link Avatar}.
552
+ */
553
+ declare const AvatarImage: react.ForwardRefExoticComponent<AvatarImageProps & react.RefAttributes<HTMLImageElement>>;
554
+ /**
555
+ * Fallback initials shown when the avatar image is unavailable.
556
+ */
557
+ declare const AvatarFallback: react.ForwardRefExoticComponent<AvatarFallbackProps & react.RefAttributes<HTMLSpanElement>>;
558
+
559
+ /** Visual variants supported by {@link Badge}. */
560
+ type BadgeVariant = "default" | "secondary" | "outline" | "destructive";
561
+ /** Public props for {@link Badge}. */
562
+ interface BadgeProps extends HTMLAttributes<HTMLSpanElement> {
563
+ /** Visual treatment of the badge. */
564
+ variant?: BadgeVariant;
565
+ }
566
+ /**
567
+ * Compact status label for metadata, categories, and state indicators.
568
+ */
569
+ declare function Badge({ className, variant, ...props }: BadgeProps): react.JSX.Element;
570
+
571
+ /** Visual style variants supported by {@link Button}. */
572
+ type ButtonVariant = "default" | "secondary" | "outline" | "ghost" | "link" | "destructive";
573
+ /** Size variants supported by {@link Button}. */
574
+ type ButtonSize = "sm" | "md" | "lg" | "icon";
575
+ /** Public props for {@link Button}. */
576
+ interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
577
+ /** Visual treatment of the button. */
578
+ variant?: ButtonVariant;
579
+ /** Height, spacing, and typography scale of the button. */
580
+ size?: ButtonSize;
581
+ /** When true, marks the button busy and prevents pointer interaction. */
582
+ isLoading?: boolean;
583
+ }
584
+ /**
585
+ * Accessible, theme-aware button primitive with product-ready variants and sizes.
586
+ */
587
+ declare const Button: react.ForwardRefExoticComponent<ButtonProps & react.RefAttributes<HTMLButtonElement>>;
588
+
589
+ /** Public props for {@link Checkbox}. */
590
+ interface CheckboxProps extends ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root> {
591
+ /** Accessible label used when no visible label is associated. */
592
+ "aria-label"?: string;
593
+ }
594
+ /**
595
+ * Accessible checkbox primitive with keyboard support and indeterminate state.
596
+ */
597
+ declare const Checkbox: react.ForwardRefExoticComponent<CheckboxProps & react.RefAttributes<HTMLButtonElement>>;
598
+
599
+ /** Input types intentionally supported by the design-system text input. */
600
+ type InputType = "text" | "email" | "password" | "number" | "search";
601
+ /** Public props for {@link Input}. */
602
+ interface InputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, "type"> {
603
+ /** Native input type. */
604
+ type?: InputType;
605
+ /** Marks the field invalid and applies error styling. */
606
+ error?: boolean;
607
+ }
608
+ /**
609
+ * Theme-aware form input with disabled, invalid, and focus-visible states.
610
+ */
611
+ declare const Input: react.ForwardRefExoticComponent<InputProps & react.RefAttributes<HTMLInputElement>>;
612
+
613
+ /** Public props for {@link Label}. */
614
+ interface LabelProps extends ComponentPropsWithoutRef<typeof LabelPrimitive.Root> {
615
+ /** Shows a required-field marker. */
616
+ required?: boolean;
617
+ /** Shows optional helper copy for non-required fields. */
618
+ optional?: boolean;
619
+ /** Applies destructive/error label styling. */
620
+ error?: boolean;
621
+ }
622
+ /**
623
+ * Accessible label primitive that connects text with form controls.
624
+ */
625
+ declare const Label: react.ForwardRefExoticComponent<LabelProps & react.RefAttributes<HTMLLabelElement>>;
626
+
627
+ /** Public props for {@link RadioGroup}. */
628
+ interface RadioGroupProps extends ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Root> {
629
+ /** Accessible group label when not using a visible legend/label. */
630
+ "aria-label"?: string;
631
+ }
632
+ /** Public props for {@link RadioGroupItem}. */
633
+ interface RadioGroupItemProps extends ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Item> {
634
+ /** Accessible item label when not paired with visible text. */
635
+ "aria-label"?: string;
636
+ }
637
+ /**
638
+ * Accessible radio group container with roving keyboard focus.
639
+ */
640
+ declare const RadioGroup: react.ForwardRefExoticComponent<RadioGroupProps & react.RefAttributes<HTMLDivElement>>;
641
+ /**
642
+ * Accessible radio option for use inside {@link RadioGroup}.
643
+ */
644
+ declare const RadioGroupItem: react.ForwardRefExoticComponent<RadioGroupItemProps & react.RefAttributes<HTMLButtonElement>>;
645
+
646
+ /** Public props for {@link Select}. */
647
+ interface SelectProps extends ComponentPropsWithoutRef<typeof SelectPrimitive.Root> {
648
+ /** Current selected value for controlled usage. */
649
+ value?: string;
650
+ /** Initial selected value for uncontrolled usage. */
651
+ defaultValue?: string;
652
+ }
653
+ /** Public props for {@link SelectTrigger}. */
654
+ interface SelectTriggerProps extends ComponentPropsWithoutRef<typeof SelectPrimitive.Trigger> {
655
+ /** Placeholder shown when no value is selected. */
656
+ placeholder?: string;
657
+ }
658
+ /** Public props for {@link SelectContent}. */
659
+ interface SelectContentProps extends ComponentPropsWithoutRef<typeof SelectPrimitive.Content> {
660
+ /** Positioning strategy for the popover content. */
661
+ position?: "item-aligned" | "popper";
662
+ }
663
+ /** Public props for {@link SelectItem}. */
664
+ interface SelectItemProps extends ComponentPropsWithoutRef<typeof SelectPrimitive.Item> {
665
+ /** Option value submitted by the select. */
666
+ value: string;
667
+ }
668
+ /**
669
+ * Radix-powered single select root with accessible keyboard navigation.
670
+ */
671
+ declare const Select: react.FC<SelectPrimitive.SelectProps>;
672
+ /**
673
+ * Select trigger button that opens the option list.
674
+ */
675
+ declare const SelectTrigger: react.ForwardRefExoticComponent<SelectTriggerProps & react.RefAttributes<HTMLButtonElement>>;
676
+ /**
677
+ * Portal-rendered select content containing selectable items.
678
+ */
679
+ declare const SelectContent: react.ForwardRefExoticComponent<SelectContentProps & react.RefAttributes<HTMLDivElement>>;
680
+ /**
681
+ * Selectable option for use inside {@link SelectContent}.
682
+ */
683
+ declare const SelectItem: react.ForwardRefExoticComponent<SelectItemProps & react.RefAttributes<HTMLDivElement>>;
684
+
685
+ /** Public props for {@link Separator}. */
686
+ interface SeparatorProps extends ComponentPropsWithoutRef<typeof SeparatorPrimitive.Root> {
687
+ /** Whether the separator should be exposed to assistive technologies. */
688
+ decorative?: boolean;
689
+ }
690
+ /**
691
+ * Theme-aware separator for dividing content horizontally or vertically.
692
+ */
693
+ declare const Separator: react.ForwardRefExoticComponent<SeparatorProps & react.RefAttributes<HTMLDivElement>>;
694
+
695
+ /** Sizes supported by {@link Spinner}. */
696
+ type SpinnerSize = "sm" | "md" | "lg";
697
+ /** Public props for {@link Spinner}. */
698
+ interface SpinnerProps extends HTMLAttributes<HTMLSpanElement> {
699
+ /** Accessible label announced to assistive technology. */
700
+ label?: string;
701
+ /** Visual size of the loading indicator. */
702
+ size?: SpinnerSize;
703
+ }
704
+ /**
705
+ * Accessible loading spinner that respects reduced-motion preferences.
706
+ */
707
+ declare function Spinner({ className, label, size, ...props }: SpinnerProps): react.JSX.Element;
708
+
709
+ /** Public props for {@link Switch}. */
710
+ interface SwitchProps extends ComponentPropsWithoutRef<typeof SwitchPrimitive.Root> {
711
+ /** Accessible label used when no visible label is associated. */
712
+ "aria-label"?: string;
713
+ }
714
+ /**
715
+ * Accessible switch control for binary settings.
716
+ */
717
+ declare const Switch: react.ForwardRefExoticComponent<SwitchProps & react.RefAttributes<HTMLButtonElement>>;
718
+
719
+ /** Resize behavior supported by {@link Textarea}. */
720
+ type TextareaResize = "none" | "vertical" | "horizontal" | "both";
721
+ /** Public props for {@link Textarea}. */
722
+ interface TextareaProps extends TextareaHTMLAttributes<HTMLTextAreaElement> {
723
+ /** Marks the field invalid and applies error styling. */
724
+ error?: boolean;
725
+ /** Controls CSS resize behavior. */
726
+ resize?: TextareaResize;
727
+ }
728
+ /**
729
+ * Multi-line text field with theme-aware focus, disabled, and invalid states.
730
+ */
731
+ declare const Textarea: react.ForwardRefExoticComponent<TextareaProps & react.RefAttributes<HTMLTextAreaElement>>;
732
+
733
+ type AlertVariant = "info" | "success" | "warning" | "error" | "destructive";
734
+ /** Public props for {@link Alert}. */ interface AlertProps extends HTMLAttributes<HTMLDivElement> {
735
+ /** Visual feedback variant. */ variant?: AlertVariant;
736
+ }
737
+ /** Public props for {@link AlertTitle}. */ interface AlertTitleProps extends HTMLAttributes<HTMLHeadingElement> {
738
+ }
739
+ /** Public props for {@link AlertDescription}. */ interface AlertDescriptionProps extends HTMLAttributes<HTMLParagraphElement> {
740
+ }
741
+ /** Accessible status alert. */ declare const Alert: react.ForwardRefExoticComponent<AlertProps & react.RefAttributes<HTMLDivElement>>;
742
+ /** Alert heading. */ declare const AlertTitle: react.ForwardRefExoticComponent<AlertTitleProps & react.RefAttributes<HTMLHeadingElement>>;
743
+ /** Alert body copy. */ declare const AlertDescription: react.ForwardRefExoticComponent<AlertDescriptionProps & react.RefAttributes<HTMLParagraphElement>>;
744
+
745
+ /** Public props for {@link AspectRatio}. */ interface AspectRatioProps extends ComponentPropsWithoutRef<typeof AspectRatioPrimitive.Root> {
746
+ /** Desired width/height ratio. */ ratio?: number;
747
+ }
748
+ /** Maintains a consistent width-to-height ratio for media. */ declare const AspectRatio: react.ForwardRefExoticComponent<AspectRatioPrimitive.AspectRatioProps & react.RefAttributes<HTMLDivElement>>;
749
+
750
+ interface BreadcrumbProps extends HTMLAttributes<HTMLElement> {
751
+ /** Accessible label for breadcrumb navigation. */
752
+ label?: string;
753
+ }
754
+ interface BreadcrumbListProps extends HTMLAttributes<HTMLOListElement> {
755
+ }
756
+ interface BreadcrumbItemProps extends HTMLAttributes<HTMLLIElement> {
757
+ }
758
+ interface BreadcrumbLinkProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
759
+ }
760
+ interface BreadcrumbPageProps extends HTMLAttributes<HTMLSpanElement> {
761
+ }
762
+ interface BreadcrumbSeparatorProps extends HTMLAttributes<HTMLLIElement> {
763
+ }
764
+ interface BreadcrumbEllipsisProps extends HTMLAttributes<HTMLSpanElement> {
765
+ }
766
+ /** Accessible breadcrumb navigation landmark. */
767
+ declare const Breadcrumb: react.ForwardRefExoticComponent<BreadcrumbProps & react.RefAttributes<HTMLElement>>;
768
+ /** Ordered breadcrumb list. */
769
+ declare const BreadcrumbList: react.ForwardRefExoticComponent<BreadcrumbListProps & react.RefAttributes<HTMLOListElement>>;
770
+ /** Breadcrumb list item. */
771
+ declare const BreadcrumbItem: react.ForwardRefExoticComponent<BreadcrumbItemProps & react.RefAttributes<HTMLLIElement>>;
772
+ /** Clickable breadcrumb link. */
773
+ declare const BreadcrumbLink: react.ForwardRefExoticComponent<BreadcrumbLinkProps & react.RefAttributes<HTMLAnchorElement>>;
774
+ /** Current breadcrumb page. */
775
+ declare const BreadcrumbPage: react.ForwardRefExoticComponent<BreadcrumbPageProps & react.RefAttributes<HTMLSpanElement>>;
776
+ /** Breadcrumb separator. */
777
+ declare const BreadcrumbSeparator: react.ForwardRefExoticComponent<BreadcrumbSeparatorProps & react.RefAttributes<HTMLLIElement>>;
778
+ /** Breadcrumb collapsed items marker. */
779
+ declare const BreadcrumbEllipsis: react.ForwardRefExoticComponent<BreadcrumbEllipsisProps & react.RefAttributes<HTMLSpanElement>>;
780
+
781
+ /** Public props for {@link Calendar}. */
782
+ type CalendarProps = DayPickerProps & {
783
+ /** Additional class names for the calendar root. */
784
+ className?: string;
785
+ };
786
+ /** Accessible date-picker calendar powered by react-day-picker. */
787
+ declare function Calendar({ className, showOutsideDays, ...props }: CalendarProps): react.JSX.Element;
788
+
789
+ /** Public props for {@link DataTable}. */
790
+ interface DataTableProps<TData, TValue> {
791
+ /** Column definitions. */ columns: ColumnDef<TData, TValue>[];
792
+ /** Table rows. */ data: TData[];
793
+ /** Optional global filter placeholder. */ filterPlaceholder?: string;
794
+ /** Loading state. */ loading?: boolean;
795
+ /** Empty state message. */ emptyMessage?: string;
796
+ }
797
+ /** TanStack Table wrapper with filtering, sorting, pagination, loading, and empty states. */
798
+ declare function DataTable<TData, TValue>({ columns, data, filterPlaceholder, loading, emptyMessage }: DataTableProps<TData, TValue>): react.JSX.Element;
799
+
800
+ /** Public props for {@link DateRangePicker}. */
801
+ interface DateRangePickerProps {
802
+ /** Selected date range. */
803
+ value?: DateRange;
804
+ /** Called when the selected date range changes. */
805
+ onChange?: (range: DateRange | undefined) => void;
806
+ /** Placeholder shown when no date range is selected. */
807
+ placeholder?: string;
808
+ }
809
+ /** Popover-based date range picker composed from Calendar. */
810
+ declare function DateRangePicker({ value, onChange, placeholder }: DateRangePickerProps): react.JSX.Element;
811
+
812
+ interface PaginationProps extends HTMLAttributes<HTMLElement> {
813
+ /** Accessible label for pagination navigation. */ label?: string;
814
+ }
815
+ interface PaginationContentProps extends HTMLAttributes<HTMLUListElement> {
816
+ }
817
+ interface PaginationItemProps extends HTMLAttributes<HTMLLIElement> {
818
+ }
819
+ interface PaginationLinkProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
820
+ /** Marks the link as current page. */ isActive?: boolean;
821
+ }
822
+ /** Pagination navigation landmark. */ declare const Pagination: react.ForwardRefExoticComponent<PaginationProps & react.RefAttributes<HTMLElement>>;
823
+ /** Pagination list wrapper. */ declare const PaginationContent: react.ForwardRefExoticComponent<PaginationContentProps & react.RefAttributes<HTMLUListElement>>;
824
+ /** Pagination item wrapper. */ declare const PaginationItem: react.ForwardRefExoticComponent<PaginationItemProps & react.RefAttributes<HTMLLIElement>>;
825
+ /** Pagination page link. */ declare const PaginationLink: react.ForwardRefExoticComponent<PaginationLinkProps & react.RefAttributes<HTMLAnchorElement>>;
826
+ /** Previous page link. */ declare const PaginationPrevious: react.ForwardRefExoticComponent<PaginationLinkProps & react.RefAttributes<HTMLAnchorElement>>;
827
+ /** Next page link. */ declare const PaginationNext: react.ForwardRefExoticComponent<PaginationLinkProps & react.RefAttributes<HTMLAnchorElement>>;
828
+ /** Pagination ellipsis marker. */ declare function PaginationEllipsis(props: HTMLAttributes<HTMLSpanElement>): react.JSX.Element;
829
+
830
+ /** Public props for {@link Progress}. */ interface ProgressProps extends ComponentPropsWithoutRef<typeof ProgressPrimitive.Root> {
831
+ /** Current value. */ value?: number;
832
+ }
833
+ /** Accessible linear progress bar. */ declare const Progress: react.ForwardRefExoticComponent<ProgressProps & react.RefAttributes<HTMLDivElement>>;
834
+
835
+ interface ScrollAreaProps extends ComponentPropsWithoutRef<typeof ScrollAreaPrimitive.Root> {
836
+ }
837
+ /** Styled Radix scroll area with custom viewport and scrollbars. */ declare const ScrollArea: react.ForwardRefExoticComponent<ScrollAreaProps & react.RefAttributes<HTMLDivElement>>;
838
+
839
+ /** Public props for {@link Skeleton}. */ interface SkeletonProps extends HTMLAttributes<HTMLDivElement> {
840
+ /** Disable pulse animation. */ animated?: boolean;
841
+ }
842
+ /** Loading placeholder block with reduced-motion support. */ declare const Skeleton: react.ForwardRefExoticComponent<SkeletonProps & react.RefAttributes<HTMLDivElement>>;
843
+
844
+ interface TableProps extends HTMLAttributes<HTMLTableElement> {
845
+ /** Accessible wrapper label. */ label?: string;
846
+ }
847
+ interface TableSectionProps extends HTMLAttributes<HTMLTableSectionElement> {
848
+ }
849
+ interface TableRowProps extends HTMLAttributes<HTMLTableRowElement> {
850
+ }
851
+ interface TableHeadProps extends ThHTMLAttributes<HTMLTableCellElement> {
852
+ }
853
+ interface TableCellProps extends TdHTMLAttributes<HTMLTableCellElement> {
854
+ }
855
+ interface TableCaptionProps extends HTMLAttributes<HTMLTableCaptionElement> {
856
+ }
857
+ /** Semantic responsive table wrapper. */
858
+ declare const Table: react.ForwardRefExoticComponent<TableProps & react.RefAttributes<HTMLTableElement>>;
859
+ /** Table header section. */ declare const TableHeader: react.ForwardRefExoticComponent<TableSectionProps & react.RefAttributes<HTMLTableSectionElement>>;
860
+ /** Table body section. */ declare const TableBody: react.ForwardRefExoticComponent<TableSectionProps & react.RefAttributes<HTMLTableSectionElement>>;
861
+ /** Table footer section. */ declare const TableFooter: react.ForwardRefExoticComponent<TableSectionProps & react.RefAttributes<HTMLTableSectionElement>>;
862
+ /** Table row. */ declare const TableRow: react.ForwardRefExoticComponent<TableRowProps & react.RefAttributes<HTMLTableRowElement>>;
863
+ /** Table header cell. */ declare const TableHead: react.ForwardRefExoticComponent<TableHeadProps & react.RefAttributes<HTMLTableCellElement>>;
864
+ /** Table data cell. */ declare const TableCell: react.ForwardRefExoticComponent<TableCellProps & react.RefAttributes<HTMLTableCellElement>>;
865
+ /** Table caption. */ declare const TableCaption: react.ForwardRefExoticComponent<TableCaptionProps & react.RefAttributes<HTMLTableCaptionElement>>;
866
+
867
+ /** Public props for {@link Accordion}. */
868
+ type AccordionProps = ComponentPropsWithoutRef<typeof AccordionPrimitive.Root>;
869
+ /** Public props for {@link AccordionItem}. */
870
+ interface AccordionItemProps extends ComponentPropsWithoutRef<typeof AccordionPrimitive.Item> {
871
+ }
872
+ /** Public props for {@link AccordionTrigger}. */
873
+ interface AccordionTriggerProps extends ComponentPropsWithoutRef<typeof AccordionPrimitive.Trigger> {
874
+ }
875
+ /** Public props for {@link AccordionContent}. */
876
+ interface AccordionContentProps extends ComponentPropsWithoutRef<typeof AccordionPrimitive.Content> {
877
+ }
878
+ /** Accessible accordion root powered by Radix Accordion. */
879
+ declare const Accordion: react.ForwardRefExoticComponent<(AccordionPrimitive.AccordionSingleProps | AccordionPrimitive.AccordionMultipleProps) & react.RefAttributes<HTMLDivElement>>;
880
+ /** Accordion item wrapper. */
881
+ declare const AccordionItem: react.ForwardRefExoticComponent<AccordionItemProps & react.RefAttributes<HTMLDivElement>>;
882
+ /** Button that expands or collapses an accordion item. */
883
+ declare const AccordionTrigger: react.ForwardRefExoticComponent<AccordionTriggerProps & react.RefAttributes<HTMLButtonElement>>;
884
+ /** Collapsible accordion panel content. */
885
+ declare const AccordionContent: react.ForwardRefExoticComponent<AccordionContentProps & react.RefAttributes<HTMLDivElement>>;
886
+
887
+ /** Public props for {@link AlertDialog}. */
888
+ interface AlertDialogProps extends ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Root> {
889
+ /** Controlled open state for the alert dialog. */
890
+ open?: boolean;
891
+ /** Initial open state for uncontrolled usage. */
892
+ defaultOpen?: boolean;
893
+ }
894
+ /** Public props for {@link AlertDialogTrigger}. */
895
+ interface AlertDialogTriggerProps extends ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Trigger> {
896
+ }
897
+ /** Public props for {@link AlertDialogContent}. */
898
+ interface AlertDialogContentProps extends ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Content> {
899
+ }
900
+ /** Public props for {@link AlertDialogHeader}. */
901
+ interface AlertDialogHeaderProps extends ComponentPropsWithoutRef<"div"> {
902
+ }
903
+ /** Public props for {@link AlertDialogFooter}. */
904
+ interface AlertDialogFooterProps extends ComponentPropsWithoutRef<"div"> {
905
+ }
906
+ /** Public props for {@link AlertDialogTitle}. */
907
+ interface AlertDialogTitleProps extends ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Title> {
908
+ }
909
+ /** Public props for {@link AlertDialogDescription}. */
910
+ interface AlertDialogDescriptionProps extends ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Description> {
911
+ }
912
+ /** Public props for {@link AlertDialogCancel}. */
913
+ interface AlertDialogCancelProps extends ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Cancel> {
914
+ }
915
+ /** Public props for {@link AlertDialogAction}. */
916
+ interface AlertDialogActionProps extends ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Action> {
917
+ /** Visual intent for the primary action. */
918
+ intent?: "default" | "destructive";
919
+ }
920
+ /**
921
+ * Accessible confirmation dialog for critical choices and destructive actions.
922
+ */
923
+ declare const AlertDialog: react.FC<AlertDialogPrimitive.AlertDialogProps>;
924
+ /**
925
+ * Button or custom element that opens the alert dialog.
926
+ */
927
+ declare const AlertDialogTrigger: react.ForwardRefExoticComponent<AlertDialogPrimitive.AlertDialogTriggerProps & react.RefAttributes<HTMLButtonElement>>;
928
+ /**
929
+ * Portal-rendered alert dialog content with modal overlay.
930
+ */
931
+ declare const AlertDialogContent: react.ForwardRefExoticComponent<AlertDialogContentProps & react.RefAttributes<HTMLDivElement>>;
932
+ /**
933
+ * Header layout for alert dialog title and description.
934
+ */
935
+ declare function AlertDialogHeader({ className, ...props }: AlertDialogHeaderProps): react.JSX.Element;
936
+ /**
937
+ * Footer layout for alert dialog actions.
938
+ */
939
+ declare function AlertDialogFooter({ className, ...props }: AlertDialogFooterProps): react.JSX.Element;
940
+ /**
941
+ * Accessible alert dialog title.
942
+ */
943
+ declare const AlertDialogTitle: react.ForwardRefExoticComponent<AlertDialogTitleProps & react.RefAttributes<HTMLHeadingElement>>;
944
+ /**
945
+ * Accessible description for explaining the consequence of the action.
946
+ */
947
+ declare const AlertDialogDescription: react.ForwardRefExoticComponent<AlertDialogDescriptionProps & react.RefAttributes<HTMLParagraphElement>>;
948
+ /**
949
+ * Cancel action that closes the alert dialog without confirming.
950
+ */
951
+ declare const AlertDialogCancel: react.ForwardRefExoticComponent<AlertDialogCancelProps & react.RefAttributes<HTMLButtonElement>>;
952
+ /**
953
+ * Confirm action for alert dialogs, with optional destructive intent styling.
954
+ */
955
+ declare const AlertDialogAction: react.ForwardRefExoticComponent<AlertDialogActionProps & react.RefAttributes<HTMLButtonElement>>;
956
+
957
+ /** Public props for {@link Card}. */
958
+ interface CardProps extends HTMLAttributes<HTMLDivElement> {
959
+ /** Optional visual density for card spacing. */
960
+ density?: "default" | "compact";
961
+ }
962
+ /** Public props for {@link CardHeader}. */
963
+ interface CardHeaderProps extends HTMLAttributes<HTMLDivElement> {
964
+ /** Optional visual density for header spacing. */
965
+ density?: "default" | "compact";
966
+ }
967
+ /** Public props for {@link CardTitle}. */
968
+ interface CardTitleProps extends HTMLAttributes<HTMLHeadingElement> {
969
+ /** Heading level used for semantic document structure. */
970
+ as?: "h2" | "h3" | "h4";
971
+ }
972
+ /** Public props for {@link CardDescription}. */
973
+ interface CardDescriptionProps extends HTMLAttributes<HTMLParagraphElement> {
974
+ }
975
+ /** Public props for {@link CardContent}. */
976
+ interface CardContentProps extends HTMLAttributes<HTMLDivElement> {
977
+ /** Optional visual density for content spacing. */
978
+ density?: "default" | "compact";
979
+ }
980
+ /** Public props for {@link CardFooter}. */
981
+ interface CardFooterProps extends HTMLAttributes<HTMLDivElement> {
982
+ /** Optional visual density for footer spacing. */
983
+ density?: "default" | "compact";
984
+ }
985
+ /**
986
+ * Theme-aware content container with border, background, radius, and shadow tokens.
987
+ */
988
+ declare const Card: react.ForwardRefExoticComponent<CardProps & react.RefAttributes<HTMLDivElement>>;
989
+ /**
990
+ * Header region for card titles, descriptions, and leading controls.
991
+ */
992
+ declare const CardHeader: react.ForwardRefExoticComponent<CardHeaderProps & react.RefAttributes<HTMLDivElement>>;
993
+ /**
994
+ * Semantic title for a card section.
995
+ */
996
+ declare const CardTitle: react.ForwardRefExoticComponent<CardTitleProps & react.RefAttributes<HTMLHeadingElement>>;
997
+ /**
998
+ * Muted supporting text for a card title or card body.
999
+ */
1000
+ declare const CardDescription: react.ForwardRefExoticComponent<CardDescriptionProps & react.RefAttributes<HTMLParagraphElement>>;
1001
+ /**
1002
+ * Main content region for a card.
1003
+ */
1004
+ declare const CardContent: react.ForwardRefExoticComponent<CardContentProps & react.RefAttributes<HTMLDivElement>>;
1005
+ /**
1006
+ * Footer region for card actions, metadata, and secondary controls.
1007
+ */
1008
+ declare const CardFooter: react.ForwardRefExoticComponent<CardFooterProps & react.RefAttributes<HTMLDivElement>>;
1009
+
1010
+ /** Public props for {@link Dialog}. */
1011
+ interface DialogProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Root> {
1012
+ /** Controlled open state for the dialog. */
1013
+ open?: boolean;
1014
+ /** Initial open state for uncontrolled usage. */
1015
+ defaultOpen?: boolean;
1016
+ }
1017
+ /** Public props for {@link DialogTrigger}. */
1018
+ interface DialogTriggerProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Trigger> {
1019
+ }
1020
+ /** Public props for {@link DialogContent}. */
1021
+ interface DialogContentProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Content> {
1022
+ /** Accessible label when no visible title is rendered. Prefer `DialogTitle` when possible. */
1023
+ "aria-label"?: string;
1024
+ /** Whether to render the close button in the top-right corner. */
1025
+ showClose?: boolean;
1026
+ }
1027
+ /** Public props for {@link DialogHeader}. */
1028
+ interface DialogHeaderProps extends ComponentPropsWithoutRef<"div"> {
1029
+ }
1030
+ /** Public props for {@link DialogFooter}. */
1031
+ interface DialogFooterProps extends ComponentPropsWithoutRef<"div"> {
1032
+ }
1033
+ /** Public props for {@link DialogTitle}. */
1034
+ interface DialogTitleProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Title> {
1035
+ }
1036
+ /** Public props for {@link DialogDescription}. */
1037
+ interface DialogDescriptionProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Description> {
1038
+ }
1039
+ /** Public props for {@link DialogClose}. */
1040
+ interface DialogCloseProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Close> {
1041
+ }
1042
+ /**
1043
+ * Accessible modal dialog root powered by Radix Dialog.
1044
+ */
1045
+ declare const Dialog: react.FC<DialogPrimitive.DialogProps>;
1046
+ /**
1047
+ * Button or custom element that opens the dialog.
1048
+ */
1049
+ declare const DialogTrigger: react.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & react.RefAttributes<HTMLButtonElement>>;
1050
+ /**
1051
+ * Button or custom element that closes the dialog.
1052
+ */
1053
+ declare const DialogClose: react.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & react.RefAttributes<HTMLButtonElement>>;
1054
+ /**
1055
+ * Portal-rendered modal content with overlay, close button, and responsive sizing.
1056
+ */
1057
+ declare const DialogContent: react.ForwardRefExoticComponent<DialogContentProps & react.RefAttributes<HTMLDivElement>>;
1058
+ /**
1059
+ * Header layout for dialog title and description.
1060
+ */
1061
+ declare function DialogHeader({ className, ...props }: DialogHeaderProps): react.JSX.Element;
1062
+ /**
1063
+ * Footer layout for dialog actions.
1064
+ */
1065
+ declare function DialogFooter({ className, ...props }: DialogFooterProps): react.JSX.Element;
1066
+ /**
1067
+ * Accessible dialog title. Use one per dialog content.
1068
+ */
1069
+ declare const DialogTitle: react.ForwardRefExoticComponent<DialogTitleProps & react.RefAttributes<HTMLHeadingElement>>;
1070
+ /**
1071
+ * Accessible dialog description connected to dialog content.
1072
+ */
1073
+ declare const DialogDescription: react.ForwardRefExoticComponent<DialogDescriptionProps & react.RefAttributes<HTMLParagraphElement>>;
1074
+
1075
+ /** Public props for {@link Command}. */
1076
+ interface CommandProps extends ComponentPropsWithoutRef<typeof Command$1> {
1077
+ }
1078
+ /** Public props for {@link CommandDialog}. */
1079
+ interface CommandDialogProps extends ComponentPropsWithoutRef<typeof Dialog> {
1080
+ /** Dialog children. */ children?: ReactNode;
1081
+ }
1082
+ /** Public props for {@link CommandInput}. */
1083
+ interface CommandInputProps extends ComponentPropsWithoutRef<typeof Command$1.Input> {
1084
+ }
1085
+ /** Public props for {@link CommandList}. */
1086
+ interface CommandListProps extends ComponentPropsWithoutRef<typeof Command$1.List> {
1087
+ }
1088
+ /** Public props for {@link CommandEmpty}. */
1089
+ interface CommandEmptyProps extends ComponentPropsWithoutRef<typeof Command$1.Empty> {
1090
+ }
1091
+ /** Public props for {@link CommandGroup}. */
1092
+ interface CommandGroupProps extends ComponentPropsWithoutRef<typeof Command$1.Group> {
1093
+ }
1094
+ /** Public props for {@link CommandItem}. */
1095
+ interface CommandItemProps extends ComponentPropsWithoutRef<typeof Command$1.Item> {
1096
+ }
1097
+ /** Public props for {@link CommandSeparator}. */
1098
+ interface CommandSeparatorProps extends ComponentPropsWithoutRef<typeof Command$1.Separator> {
1099
+ }
1100
+ /** Public props for {@link CommandShortcut}. */
1101
+ interface CommandShortcutProps extends ComponentPropsWithoutRef<"span"> {
1102
+ }
1103
+ /** Command palette container powered by cmdk. */
1104
+ declare const Command: react.ForwardRefExoticComponent<CommandProps & react.RefAttributes<HTMLDivElement>>;
1105
+ /** Dialog composition for command palettes. */
1106
+ declare function CommandDialog({ children, ...props }: CommandDialogProps): react.JSX.Element;
1107
+ /** Search input for command palettes. */
1108
+ declare const CommandInput: react.ForwardRefExoticComponent<CommandInputProps & react.RefAttributes<HTMLInputElement>>;
1109
+ /** Scrollable command result list. */
1110
+ declare const CommandList: react.ForwardRefExoticComponent<CommandListProps & react.RefAttributes<HTMLDivElement>>;
1111
+ /** Empty result message. */
1112
+ declare const CommandEmpty: react.ForwardRefExoticComponent<CommandEmptyProps & react.RefAttributes<HTMLDivElement>>;
1113
+ /** Command item group. */
1114
+ declare const CommandGroup: react.ForwardRefExoticComponent<CommandGroupProps & react.RefAttributes<HTMLDivElement>>;
1115
+ /** Selectable command result item. */
1116
+ declare const CommandItem: react.ForwardRefExoticComponent<CommandItemProps & react.RefAttributes<HTMLDivElement>>;
1117
+ /** Visual separator for command groups. */
1118
+ declare const CommandSeparator: react.ForwardRefExoticComponent<CommandSeparatorProps & react.RefAttributes<HTMLDivElement>>;
1119
+ /** Keyboard shortcut hint for command items. */
1120
+ declare function CommandShortcut({ className, ...props }: CommandShortcutProps): react.JSX.Element;
1121
+
1122
+ /** Public props for {@link DropdownMenu}. */
1123
+ interface DropdownMenuProps extends ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Root> {
1124
+ }
1125
+ /** Public props for {@link DropdownMenuTrigger}. */
1126
+ interface DropdownMenuTriggerProps extends ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Trigger> {
1127
+ }
1128
+ /** Public props for {@link DropdownMenuContent}. */
1129
+ interface DropdownMenuContentProps extends ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Content> {
1130
+ /** Side offset from the trigger in pixels. */
1131
+ sideOffset?: number;
1132
+ }
1133
+ /** Public props for {@link DropdownMenuItem}. */
1134
+ interface DropdownMenuItemProps extends ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Item> {
1135
+ /** Adds inset spacing for nested or icon-aligned menu items. */
1136
+ inset?: boolean;
1137
+ }
1138
+ /** Public props for {@link DropdownMenuCheckboxItem}. */
1139
+ interface DropdownMenuCheckboxItemProps extends ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.CheckboxItem> {
1140
+ }
1141
+ /** Public props for {@link DropdownMenuRadioGroup}. */
1142
+ interface DropdownMenuRadioGroupProps extends ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.RadioGroup> {
1143
+ }
1144
+ /** Public props for {@link DropdownMenuRadioItem}. */
1145
+ interface DropdownMenuRadioItemProps extends ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.RadioItem> {
1146
+ }
1147
+ /** Public props for {@link DropdownMenuLabel}. */
1148
+ interface DropdownMenuLabelProps extends ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Label> {
1149
+ /** Adds inset spacing to align with item text. */
1150
+ inset?: boolean;
1151
+ }
1152
+ /** Public props for {@link DropdownMenuSeparator}. */
1153
+ interface DropdownMenuSeparatorProps extends ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Separator> {
1154
+ }
1155
+ /** Public props for {@link DropdownMenuShortcut}. */
1156
+ interface DropdownMenuShortcutProps extends ComponentPropsWithoutRef<"span"> {
1157
+ }
1158
+ /** Accessible contextual menu root powered by Radix Dropdown Menu. */
1159
+ declare const DropdownMenu: react.FC<DropdownMenuPrimitive.DropdownMenuProps>;
1160
+ /** Button or custom element that opens the dropdown menu. */
1161
+ declare const DropdownMenuTrigger: react.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & react.RefAttributes<HTMLButtonElement>>;
1162
+ /** Radio group container for mutually exclusive menu items. */
1163
+ declare const DropdownMenuRadioGroup: react.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & react.RefAttributes<HTMLDivElement>>;
1164
+ /** Portal-rendered dropdown menu content. */
1165
+ declare const DropdownMenuContent: react.ForwardRefExoticComponent<DropdownMenuContentProps & react.RefAttributes<HTMLDivElement>>;
1166
+ /** Selectable dropdown menu row. */
1167
+ declare const DropdownMenuItem: react.ForwardRefExoticComponent<DropdownMenuItemProps & react.RefAttributes<HTMLDivElement>>;
1168
+ /** Checkbox menu item with checked indicator. */
1169
+ declare const DropdownMenuCheckboxItem: react.ForwardRefExoticComponent<DropdownMenuCheckboxItemProps & react.RefAttributes<HTMLDivElement>>;
1170
+ /** Radio menu item with selected indicator. */
1171
+ declare const DropdownMenuRadioItem: react.ForwardRefExoticComponent<DropdownMenuRadioItemProps & react.RefAttributes<HTMLDivElement>>;
1172
+ /** Non-interactive menu label. */
1173
+ declare function DropdownMenuLabel({ className, inset, ...props }: DropdownMenuLabelProps): react.JSX.Element;
1174
+ /** Visual separator between menu groups. */
1175
+ declare const DropdownMenuSeparator: react.ForwardRefExoticComponent<DropdownMenuSeparatorProps & react.RefAttributes<HTMLDivElement>>;
1176
+ /** Right-aligned keyboard shortcut hint. */
1177
+ declare function DropdownMenuShortcut({ className, ...props }: DropdownMenuShortcutProps): react.JSX.Element;
1178
+
1179
+ /** Public props for {@link NavigationMenu}. */
1180
+ interface NavigationMenuProps extends ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Root> {
1181
+ }
1182
+ /** Public props for {@link NavigationMenuList}. */
1183
+ interface NavigationMenuListProps extends ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.List> {
1184
+ }
1185
+ /** Public props for {@link NavigationMenuItem}. */
1186
+ interface NavigationMenuItemProps extends ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Item> {
1187
+ }
1188
+ /** Public props for {@link NavigationMenuTrigger}. */
1189
+ interface NavigationMenuTriggerProps extends ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Trigger> {
1190
+ }
1191
+ /** Public props for {@link NavigationMenuContent}. */
1192
+ interface NavigationMenuContentProps extends ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Content> {
1193
+ }
1194
+ /** Public props for {@link NavigationMenuLink}. */
1195
+ interface NavigationMenuLinkProps extends ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Link> {
1196
+ }
1197
+ /** Public props for {@link NavigationMenuViewport}. */
1198
+ interface NavigationMenuViewportProps extends ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Viewport> {
1199
+ }
1200
+ /** Public props for {@link NavigationMenuIndicator}. */
1201
+ interface NavigationMenuIndicatorProps extends ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Indicator> {
1202
+ }
1203
+ /** Top-level accessible navigation menu root. */
1204
+ declare const NavigationMenu: react.ForwardRefExoticComponent<NavigationMenuProps & react.RefAttributes<HTMLElement>>;
1205
+ /** Navigation menu list. */
1206
+ declare const NavigationMenuList: react.ForwardRefExoticComponent<NavigationMenuListProps & react.RefAttributes<HTMLUListElement>>;
1207
+ /** Navigation menu item. */
1208
+ declare const NavigationMenuItem: react.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuItemProps & react.RefAttributes<HTMLLIElement>>;
1209
+ /** Trigger for navigation flyout content. */
1210
+ declare const NavigationMenuTrigger: react.ForwardRefExoticComponent<NavigationMenuTriggerProps & react.RefAttributes<HTMLButtonElement>>;
1211
+ /** Flyout content for a navigation item. */
1212
+ declare const NavigationMenuContent: react.ForwardRefExoticComponent<NavigationMenuContentProps & react.RefAttributes<HTMLDivElement>>;
1213
+ /** Link inside the navigation menu. */
1214
+ declare const NavigationMenuLink: react.ForwardRefExoticComponent<NavigationMenuLinkProps & react.RefAttributes<HTMLAnchorElement>>;
1215
+ /** Viewport for animated navigation flyouts. */
1216
+ declare const NavigationMenuViewport: react.ForwardRefExoticComponent<NavigationMenuViewportProps & react.RefAttributes<HTMLDivElement>>;
1217
+ /** Indicator displayed below active navigation triggers. */
1218
+ declare const NavigationMenuIndicator: react.ForwardRefExoticComponent<NavigationMenuIndicatorProps & react.RefAttributes<HTMLDivElement>>;
1219
+
1220
+ /** Public props for {@link Popover}. */
1221
+ interface PopoverProps extends ComponentPropsWithoutRef<typeof PopoverPrimitive.Root> {
1222
+ }
1223
+ /** Public props for {@link PopoverTrigger}. */
1224
+ interface PopoverTriggerProps extends ComponentPropsWithoutRef<typeof PopoverPrimitive.Trigger> {
1225
+ }
1226
+ /** Public props for {@link PopoverAnchor}. */
1227
+ interface PopoverAnchorProps extends ComponentPropsWithoutRef<typeof PopoverPrimitive.Anchor> {
1228
+ }
1229
+ /** Public props for {@link PopoverContent}. */
1230
+ interface PopoverContentProps extends ComponentPropsWithoutRef<typeof PopoverPrimitive.Content> {
1231
+ /** Side offset from anchor. */ sideOffset?: number;
1232
+ }
1233
+ /** Accessible floating content root powered by Radix Popover. */
1234
+ declare const Popover: react.FC<PopoverPrimitive.PopoverProps>;
1235
+ /** Button or custom element that opens the popover. */
1236
+ declare const PopoverTrigger: react.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & react.RefAttributes<HTMLButtonElement>>;
1237
+ /** Optional anchor used for custom positioning. */
1238
+ declare const PopoverAnchor: react.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & react.RefAttributes<HTMLDivElement>>;
1239
+ /** Portal-rendered popover content. */
1240
+ declare const PopoverContent: react.ForwardRefExoticComponent<PopoverContentProps & react.RefAttributes<HTMLDivElement>>;
1241
+
1242
+ /** Slide-in side supported by {@link SheetContent}. */
1243
+ type SheetSide = "top" | "right" | "bottom" | "left";
1244
+ /** Public props for {@link Sheet}. */
1245
+ interface SheetProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Root> {
1246
+ /** Controlled open state for the sheet. */
1247
+ open?: boolean;
1248
+ /** Initial open state for uncontrolled usage. */
1249
+ defaultOpen?: boolean;
1250
+ }
1251
+ /** Public props for {@link SheetTrigger}. */
1252
+ interface SheetTriggerProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Trigger> {
1253
+ }
1254
+ /** Public props for {@link SheetClose}. */
1255
+ interface SheetCloseProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Close> {
1256
+ }
1257
+ /** Public props for {@link SheetContent}. */
1258
+ interface SheetContentProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Content> {
1259
+ /** Edge of the viewport the sheet slides from. */
1260
+ side?: SheetSide;
1261
+ /** Whether to render the close button in the top-right corner. */
1262
+ showClose?: boolean;
1263
+ }
1264
+ /** Public props for {@link SheetHeader}. */
1265
+ interface SheetHeaderProps extends ComponentPropsWithoutRef<"div"> {
1266
+ }
1267
+ /** Public props for {@link SheetFooter}. */
1268
+ interface SheetFooterProps extends ComponentPropsWithoutRef<"div"> {
1269
+ }
1270
+ /** Public props for {@link SheetTitle}. */
1271
+ interface SheetTitleProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Title> {
1272
+ }
1273
+ /** Public props for {@link SheetDescription}. */
1274
+ interface SheetDescriptionProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Description> {
1275
+ }
1276
+ /**
1277
+ * Accessible slide-out panel root powered by Radix Dialog.
1278
+ */
1279
+ declare const Sheet: react.FC<DialogPrimitive.DialogProps>;
1280
+ /**
1281
+ * Button or custom element that opens the sheet.
1282
+ */
1283
+ declare const SheetTrigger: react.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & react.RefAttributes<HTMLButtonElement>>;
1284
+ /**
1285
+ * Button or custom element that closes the sheet.
1286
+ */
1287
+ declare const SheetClose: react.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & react.RefAttributes<HTMLButtonElement>>;
1288
+ /**
1289
+ * Portal-rendered sheet panel that slides from the selected viewport side.
1290
+ */
1291
+ declare const SheetContent: react.ForwardRefExoticComponent<SheetContentProps & react.RefAttributes<HTMLDivElement>>;
1292
+ /**
1293
+ * Header layout for sheet title and description.
1294
+ */
1295
+ declare function SheetHeader({ className, ...props }: SheetHeaderProps): react.JSX.Element;
1296
+ /**
1297
+ * Footer layout for sheet actions.
1298
+ */
1299
+ declare function SheetFooter({ className, ...props }: SheetFooterProps): react.JSX.Element;
1300
+ /**
1301
+ * Accessible sheet title. Use one per sheet content.
1302
+ */
1303
+ declare const SheetTitle: react.ForwardRefExoticComponent<SheetTitleProps & react.RefAttributes<HTMLHeadingElement>>;
1304
+ /**
1305
+ * Accessible sheet description connected to the sheet content.
1306
+ */
1307
+ declare const SheetDescription: react.ForwardRefExoticComponent<SheetDescriptionProps & react.RefAttributes<HTMLParagraphElement>>;
1308
+
1309
+ /** Public props for {@link Tabs}. */
1310
+ interface TabsProps extends ComponentPropsWithoutRef<typeof TabsPrimitive.Root> {
1311
+ }
1312
+ /** Public props for {@link TabsList}. */
1313
+ interface TabsListProps extends ComponentPropsWithoutRef<typeof TabsPrimitive.List> {
1314
+ }
1315
+ /** Public props for {@link TabsTrigger}. */
1316
+ interface TabsTriggerProps extends ComponentPropsWithoutRef<typeof TabsPrimitive.Trigger> {
1317
+ }
1318
+ /** Public props for {@link TabsContent}. */
1319
+ interface TabsContentProps extends ComponentPropsWithoutRef<typeof TabsPrimitive.Content> {
1320
+ }
1321
+ /** Accessible tab set root powered by Radix Tabs. */
1322
+ declare const Tabs: react.ForwardRefExoticComponent<TabsPrimitive.TabsProps & react.RefAttributes<HTMLDivElement>>;
1323
+ /** Container for tab triggers. */
1324
+ declare const TabsList: react.ForwardRefExoticComponent<TabsListProps & react.RefAttributes<HTMLDivElement>>;
1325
+ /** A selectable tab trigger. */
1326
+ declare const TabsTrigger: react.ForwardRefExoticComponent<TabsTriggerProps & react.RefAttributes<HTMLButtonElement>>;
1327
+ /** Content panel associated with a tab trigger. */
1328
+ declare const TabsContent: react.ForwardRefExoticComponent<TabsContentProps & react.RefAttributes<HTMLDivElement>>;
1329
+
1330
+ /** Public props for {@link TooltipProvider}. */
1331
+ interface TooltipProviderProps extends ComponentPropsWithoutRef<typeof TooltipPrimitive.Provider> {
1332
+ }
1333
+ /** Public props for {@link Tooltip}. */
1334
+ interface TooltipProps extends ComponentPropsWithoutRef<typeof TooltipPrimitive.Root> {
1335
+ }
1336
+ /** Public props for {@link TooltipTrigger}. */
1337
+ interface TooltipTriggerProps extends ComponentPropsWithoutRef<typeof TooltipPrimitive.Trigger> {
1338
+ }
1339
+ /** Public props for {@link TooltipContent}. */
1340
+ interface TooltipContentProps extends ComponentPropsWithoutRef<typeof TooltipPrimitive.Content> {
1341
+ /** Side offset from trigger. */ sideOffset?: number;
1342
+ }
1343
+ /** Provider for tooltip timing and shared behavior. */
1344
+ declare const TooltipProvider: react.FC<TooltipPrimitive.TooltipProviderProps>;
1345
+ /** Accessible tooltip root powered by Radix Tooltip. */
1346
+ declare const Tooltip: react.FC<TooltipPrimitive.TooltipProps>;
1347
+ /** Element that reveals tooltip content. */
1348
+ declare const TooltipTrigger: react.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & react.RefAttributes<HTMLButtonElement>>;
1349
+ /** Portal-rendered tooltip content. */
1350
+ declare const TooltipContent: react.ForwardRefExoticComponent<TooltipContentProps & react.RefAttributes<HTMLDivElement>>;
1351
+
1352
+ /** Public props for {@link Toaster}. */
1353
+ interface ToasterProps extends ComponentPropsWithoutRef<typeof Toaster$1> {
1354
+ /** Screen position for toast notifications. */
1355
+ position?: ComponentPropsWithoutRef<typeof Toaster$1>["position"];
1356
+ }
1357
+ /** Theme-aware Sonner toaster host. */
1358
+ declare function Toaster({ richColors, closeButton, position, ...props }: ToasterProps): react.JSX.Element;
1359
+
1360
+ /** Option accepted by {@link Combobox}. */ interface ComboboxOption {
1361
+ /** Option value. */ value: string /** Display label. */;
1362
+ label: string;
1363
+ }
1364
+ /** Public props for {@link Combobox}. */ interface ComboboxProps {
1365
+ /** Available options. */ options: ComboboxOption[] /** Selected value. */;
1366
+ value?: string /** Called when selected value changes. */;
1367
+ onValueChange?: (value: string) => void /** Placeholder text. */;
1368
+ placeholder?: string /** Empty result text. */;
1369
+ emptyText?: string /** Disabled state. */;
1370
+ disabled?: boolean;
1371
+ }
1372
+ /** Searchable select built from Popover and Command. */ declare function Combobox({ options, value, onValueChange, placeholder, emptyText, disabled }: ComboboxProps): react.JSX.Element;
1373
+
1374
+ /** React Hook Form provider component. */
1375
+ declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, handleSubmit, unregister, control, register, setFocus, subscribe, }: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
1376
+ /** Public props for {@link FormField}. */ type FormFieldProps<TFieldValues extends FieldValues, TName extends FieldPath<TFieldValues>> = ControllerProps<TFieldValues, TName>;
1377
+ /** Controlled field wrapper powered by React Hook Form Controller. */ declare function FormField<TFieldValues extends FieldValues, TName extends FieldPath<TFieldValues>>(props: FormFieldProps<TFieldValues, TName>): react.JSX.Element;
1378
+ /** Public props for form layout items. */ interface FormItemProps extends HTMLAttributes<HTMLDivElement> {
1379
+ }
1380
+ /** Public props for form labels. */ interface FormLabelProps extends React.ComponentPropsWithoutRef<typeof Label> {
1381
+ }
1382
+ /** Public props for form controls. */ interface FormControlProps {
1383
+ /** Form control element. */ children: ReactNode;
1384
+ }
1385
+ /** Public props for descriptions. */ interface FormDescriptionProps extends HTMLAttributes<HTMLParagraphElement> {
1386
+ }
1387
+ /** Public props for messages. */ interface FormMessageProps extends HTMLAttributes<HTMLParagraphElement> {
1388
+ /** Explicit message. */ children?: ReactNode;
1389
+ }
1390
+ /** Layout wrapper for a form field. */ declare function FormItem({ className, ...props }: FormItemProps): react.JSX.Element;
1391
+ /** Label connected to the current form field. */ declare function FormLabel(props: FormLabelProps): react.JSX.Element;
1392
+ /** Slot-like form control wrapper. */ declare function FormControl({ children }: FormControlProps): react.JSX.Element;
1393
+ /** Supporting text for a field. */ declare function FormDescription({ className, ...props }: FormDescriptionProps): react.JSX.Element;
1394
+ /** Validation message for a field. */ declare function FormMessage({ className, children, ...props }: FormMessageProps): react.JSX.Element | null;
1395
+
1396
+ interface SidebarItem {
1397
+ /** Item label. */ label: string /** Item href. */;
1398
+ href?: string /** Active state. */;
1399
+ active?: boolean;
1400
+ }
1401
+ interface SidebarSection {
1402
+ /** Section label. */ label?: string /** Navigation items. */;
1403
+ items: SidebarItem[];
1404
+ }
1405
+ interface SidebarProps extends HTMLAttributes<HTMLElement> {
1406
+ /** Sidebar sections. */ sections: SidebarSection[] /** Initial collapsed state. */;
1407
+ defaultCollapsed?: boolean;
1408
+ }
1409
+ /** Collapsible app navigation sidebar. */ declare function Sidebar({ sections, defaultCollapsed, className, ...props }: SidebarProps): react.JSX.Element;
1410
+
1411
+ /**
1412
+ * Minimal palette + appearance switcher.
1413
+ * - SSR-safe: reads storage only after mount, so server and first client
1414
+ * render agree (avoids hydration mismatch).
1415
+ * - Persists to localStorage via the appliers in palettes.ts.
1416
+ * - No `any`.
1417
+ *
1418
+ * For zero-flash theming, also run a tiny inline script in <head> that sets
1419
+ * document.documentElement.dataset.palette + the `dark` class from storage
1420
+ * before React hydrates. This component then syncs with it.
1421
+ */
1422
+ declare function ThemeSwitcher(): react.JSX.Element;
1423
+
1424
+ /**
1425
+ * Merge conditional class names and resolve Tailwind utility conflicts.
1426
+ */
1427
+ declare function cn(...inputs: ClassValue[]): string;
1428
+
1429
+ interface FormatCurrencyOptions {
1430
+ currency?: string;
1431
+ locale?: string;
1432
+ maximumFractionDigits?: number;
1433
+ minimumFractionDigits?: number;
1434
+ }
1435
+ interface FormatDateOptions extends Intl.DateTimeFormatOptions {
1436
+ locale?: string;
1437
+ }
1438
+ interface FormatNumberOptions extends Intl.NumberFormatOptions {
1439
+ locale?: string;
1440
+ }
1441
+ declare function formatCurrency(value: number, options?: FormatCurrencyOptions): string;
1442
+ declare function formatDate(value: Date | number | string, options?: FormatDateOptions): string;
1443
+ declare function formatNumber(value: number, options?: FormatNumberOptions): string;
1444
+
1445
+ export { Accordion, AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, type AccordionProps, AccordionTrigger, type AccordionTriggerProps, Alert, AlertDescription, type AlertDescriptionProps, AlertDialog, AlertDialogAction, type AlertDialogActionProps, AlertDialogCancel, type AlertDialogCancelProps, AlertDialogContent, type AlertDialogContentProps, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, type AlertDialogProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps, type AlertProps, AlertTitle, type AlertTitleProps, type AlertVariant, type Appearance, AspectRatio, type AspectRatioProps, Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, type AvatarProps, type AvatarSize, Badge, type BadgeProps, type BadgeVariant, Breadcrumb, BreadcrumbEllipsis, type BreadcrumbEllipsisProps, BreadcrumbItem, type BreadcrumbItemProps, BreadcrumbLink, type BreadcrumbLinkProps, BreadcrumbList, type BreadcrumbListProps, BreadcrumbPage, type BreadcrumbPageProps, type BreadcrumbProps, BreadcrumbSeparator, type BreadcrumbSeparatorProps, Button, type ButtonProps, type ButtonSize, type ButtonVariant, Calendar, type CalendarProps, Card, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, Checkbox, type CheckboxProps, Combobox, type ComboboxOption, type ComboboxProps, Command, CommandDialog, type CommandDialogProps, CommandEmpty, type CommandEmptyProps, CommandGroup, type CommandGroupProps, CommandInput, type CommandInputProps, CommandItem, type CommandItemProps, CommandList, type CommandListProps, type CommandProps, CommandSeparator, type CommandSeparatorProps, CommandShortcut, type CommandShortcutProps, DEFAULT_PALETTE, DataTable, type DataTableProps, DateRangePicker, type DateRangePickerProps, Dialog, DialogClose, type DialogCloseProps, DialogContent, type DialogContentProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, type DialogProps, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, DropdownMenu, DropdownMenuCheckboxItem, type DropdownMenuCheckboxItemProps, DropdownMenuContent, type DropdownMenuContentProps, DropdownMenuItem, type DropdownMenuItemProps, DropdownMenuLabel, type DropdownMenuLabelProps, type DropdownMenuProps, DropdownMenuRadioGroup, type DropdownMenuRadioGroupProps, DropdownMenuRadioItem, type DropdownMenuRadioItemProps, DropdownMenuSeparator, type DropdownMenuSeparatorProps, DropdownMenuShortcut, type DropdownMenuShortcutProps, DropdownMenuTrigger, type DropdownMenuTriggerProps, Form, FormControl, type FormControlProps, FormDescription, type FormDescriptionProps, FormField, type FormFieldProps, FormItem, type FormItemProps, FormLabel, type FormLabelProps, FormMessage, type FormMessageProps, type FormatCurrencyOptions, type FormatDateOptions, type FormatNumberOptions, Input, type InputProps, type InputType, Label, type LabelProps, NavigationMenu, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIndicator, type NavigationMenuIndicatorProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, type NavigationMenuProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, Pagination, PaginationContent, type PaginationContentProps, PaginationEllipsis, PaginationItem, type PaginationItemProps, PaginationLink, type PaginationLinkProps, PaginationNext, PaginationPrevious, type PaginationProps, Popover, PopoverAnchor, type PopoverAnchorProps, PopoverContent, type PopoverContentProps, type PopoverProps, PopoverTrigger, type PopoverTriggerProps, Progress, type ProgressProps, RadioGroup, RadioGroupItem, type RadioGroupItemProps, type RadioGroupProps, ScrollArea, type ScrollAreaProps, Select, SelectContent, type SelectContentProps, SelectItem, type SelectItemProps, type SelectProps, SelectTrigger, type SelectTriggerProps, Separator, type SeparatorProps, Sheet, SheetClose, type SheetCloseProps, SheetContent, type SheetContentProps, SheetDescription, type SheetDescriptionProps, SheetFooter, type SheetFooterProps, SheetHeader, type SheetHeaderProps, type SheetProps, type SheetSide, SheetTitle, type SheetTitleProps, SheetTrigger, type SheetTriggerProps, Sidebar, type SidebarItem, type SidebarProps, type SidebarSection, Skeleton, type SkeletonProps, Spinner, type SpinnerProps, type SpinnerSize, Switch, type SwitchProps, Table, TableBody, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableFooter, TableHead, type TableHeadProps, TableHeader, type TableProps, TableRow, type TableRowProps, type TableSectionProps, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, Textarea, type TextareaProps, type TextareaResize, ThemeSwitcher, Toaster, type ToasterProps, Tooltip, TooltipContent, type TooltipContentProps, type TooltipProps, TooltipProvider, type TooltipProviderProps, TooltipTrigger, type TooltipTriggerProps, type UiFont, type UiFontMeta, type UiPalette, type UiPaletteCategory, type UiTheme, type UseThemeResult, allFontsHref, appliers, applyAppearance, applyPalette, applyTheme, cn, formatCurrency, formatDate, formatNumber, getStoredAppearance, getStoredPalette, getStoredTheme, isUiPalette, isUiTheme, palettesByCategory, uiFontValues, uiFonts, uiPaletteValues, uiPalettes, uiThemeLabels, uiThemes, useDebounce, useMediaQuery, useTheme };