@timbal-ai/timbal-react 1.1.0 → 1.3.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 (43) hide show
  1. package/CHANGELOG.md +28 -1
  2. package/LICENSE +201 -0
  3. package/README.md +20 -11
  4. package/dist/app.cjs +1675 -1218
  5. package/dist/app.d.cts +22 -6
  6. package/dist/app.d.ts +22 -6
  7. package/dist/app.esm.js +26 -8
  8. package/dist/{chart-artifact-BZp7nmaf.d.ts → chart-artifact-Q5QgMtbj.d.ts} +107 -28
  9. package/dist/{chart-artifact-CX-rh9nq.d.cts → chart-artifact-WDEW9dHT.d.cts} +107 -28
  10. package/dist/{chat-DCms8pJ_.d.cts → chat-ClmzWzCX.d.cts} +2 -0
  11. package/dist/{chat-DCms8pJ_.d.ts → chat-ClmzWzCX.d.ts} +2 -0
  12. package/dist/chat.cjs +868 -511
  13. package/dist/chat.d.cts +1 -1
  14. package/dist/chat.d.ts +1 -1
  15. package/dist/chat.esm.js +3 -3
  16. package/dist/{chunk-YXZ22OJN.esm.js → chunk-GQBYZRD7.esm.js} +670 -402
  17. package/dist/{chunk-XCM3V6RK.esm.js → chunk-OFWC4MIY.esm.js} +2 -2
  18. package/dist/{chunk-6HWMJNZT.esm.js → chunk-OH23AX2V.esm.js} +757 -56
  19. package/dist/{chunk-4AKJ6FKE.esm.js → chunk-QU7ET55D.esm.js} +120 -23
  20. package/dist/{chunk-FRZOEYBO.esm.js → chunk-THBA27QY.esm.js} +4 -4
  21. package/dist/{chunk-JEAUF54A.esm.js → chunk-UCGVL7ZY.esm.js} +1 -1
  22. package/dist/{chunk-P3KDAYX6.esm.js → chunk-VXMM2HX7.esm.js} +1 -1
  23. package/dist/{chunk-TK2AGIME.esm.js → chunk-YCXN67SD.esm.js} +565 -480
  24. package/dist/{pill-segmented-tabs-Ba5q0feL.d.cts → circular-progress-Ci8L-Hfa.d.cts} +230 -6
  25. package/dist/{pill-segmented-tabs-Ba5q0feL.d.ts → circular-progress-Ci8L-Hfa.d.ts} +230 -6
  26. package/dist/index.cjs +2850 -1689
  27. package/dist/index.d.cts +5 -5
  28. package/dist/index.d.ts +5 -5
  29. package/dist/index.esm.js +41 -11
  30. package/dist/studio.cjs +1089 -732
  31. package/dist/studio.d.cts +2 -2
  32. package/dist/studio.d.ts +2 -2
  33. package/dist/studio.esm.js +5 -5
  34. package/dist/styles.css +14 -16
  35. package/dist/ui.cjs +880 -71
  36. package/dist/ui.d.cts +1 -1
  37. package/dist/ui.d.ts +1 -1
  38. package/dist/ui.esm.js +28 -4
  39. package/dist/{welcome-CRqOPKMp.d.cts → welcome-BFGRoNfK.d.cts} +1 -1
  40. package/dist/{welcome-DlHUa3OL.d.ts → welcome-DXqsGTwH.d.ts} +1 -1
  41. package/package.json +1 -1
  42. package/vite/local-dev.d.ts +5 -1
  43. package/vite/local-dev.mjs +17 -13
@@ -4,7 +4,7 @@ import { ElementType, ReactNode, FC } from 'react';
4
4
  import { Tooltip as Tooltip$1, Avatar as Avatar$1, Dialog as Dialog$1, DropdownMenu as DropdownMenu$1, Popover as Popover$1, Select as Select$1, Label as Label$1, Checkbox as Checkbox$1, Switch as Switch$1, RadioGroup as RadioGroup$1, Form as Form$1, AspectRatio as AspectRatio$1, Toolbar as Toolbar$1, Menubar as Menubar$1, NavigationMenu as NavigationMenu$1, unstable_OneTimePasswordField, Accordion as Accordion$1, Separator as Separator$1, Slider as Slider$1, Progress as Progress$1, AlertDialog as AlertDialog$1, Collapsible as Collapsible$1, ScrollArea as ScrollArea$1, Toggle as Toggle$1, ToggleGroup as ToggleGroup$1, HoverCard as HoverCard$1, ContextMenu as ContextMenu$1, Toast as Toast$1 } from 'radix-ui';
5
5
  import * as class_variance_authority_types from 'class-variance-authority/types';
6
6
  import { Command as Command$1 } from 'cmdk';
7
- import { DayPicker, DayButtonProps } from 'react-day-picker';
7
+ import { DayPicker, DayButton } from 'react-day-picker';
8
8
  import { VariantProps } from 'class-variance-authority';
9
9
 
10
10
  declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof Tooltip$1.Provider>): react_jsx_runtime.JSX.Element;
@@ -12,11 +12,39 @@ declare function Tooltip({ ...props }: React.ComponentProps<typeof Tooltip$1.Roo
12
12
  declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof Tooltip$1.Trigger>): react_jsx_runtime.JSX.Element;
13
13
  declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof Tooltip$1.Content>): react_jsx_runtime.JSX.Element;
14
14
 
15
- declare function Avatar({ className, size, ...props }: React.ComponentProps<typeof Avatar$1.Root> & {
16
- size?: "default" | "sm" | "lg";
15
+ type AvatarVariant = "muted" | "secondary" | "primary" | "chart";
16
+ /**
17
+ * Action-button chrome for initials — matches `Button variant="secondary"` (elevated
18
+ * gradient, border, shadow, foreground text). `variant="primary"` / `"chart"` use this too.
19
+ */
20
+ declare const AVATAR_PRIMARY_FALLBACK_CLASS: string;
21
+ /**
22
+ * @deprecated Name retained for API stability — returns Action-button (secondary) surface.
23
+ */
24
+ declare function avatarChartVariantClass(_seed?: string): string;
25
+ declare const AVATAR_SIZE_CLASS: {
26
+ readonly default: "size-8";
27
+ readonly sm: "size-6";
28
+ readonly lg: "size-10";
29
+ };
30
+ declare function Avatar({ className, size, variant: rootVariant, children, ...props }: React.ComponentProps<typeof Avatar$1.Root> & {
31
+ size?: keyof typeof AVATAR_SIZE_CLASS;
32
+ /**
33
+ * `secondary` / `primary` / `chart` — elevated Action-button chrome on the root.
34
+ * Prefer `secondary`; `primary` is an alias for the same look (not dark primary CTA).
35
+ */
36
+ variant?: AvatarVariant;
17
37
  }): react_jsx_runtime.JSX.Element;
18
38
  declare function AvatarImage({ className, ...props }: React.ComponentProps<typeof Avatar$1.Image>): react_jsx_runtime.JSX.Element;
19
- declare function AvatarFallback({ className, ...props }: React.ComponentProps<typeof Avatar$1.Fallback>): react_jsx_runtime.JSX.Element;
39
+ declare function AvatarFallback({ className, variant, seed: _seed, children, style, ...props }: React.ComponentProps<typeof Avatar$1.Fallback> & {
40
+ /**
41
+ * `secondary` — Action button look (`Button variant="secondary"`).
42
+ * `primary` / `chart` — same as `secondary` (aliases for prompts).
43
+ */
44
+ variant?: AvatarVariant;
45
+ /** Reserved for API compatibility; color no longer varies by seed. */
46
+ seed?: string;
47
+ }): react_jsx_runtime.JSX.Element;
20
48
 
21
49
  declare function Dialog({ ...props }: React.ComponentProps<typeof Dialog$1.Root>): react_jsx_runtime.JSX.Element;
22
50
  declare function DialogTrigger({ ...props }: React.ComponentProps<typeof Dialog$1.Trigger>): react_jsx_runtime.JSX.Element;
@@ -272,8 +300,17 @@ declare function CommandSeparator({ className, ...props }: React.ComponentProps<
272
300
  declare function CommandItem({ className, ...props }: React.ComponentProps<typeof Command$1.Item>): react_jsx_runtime.JSX.Element;
273
301
  declare function CommandShortcut({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
274
302
 
303
+ /**
304
+ * Calendar — `react-day-picker` v10 on semantic tokens.
305
+ *
306
+ * v10 renders the month as a real `<table>` (weekdays = `<thead>`, week = `<tr>`,
307
+ * day = `<td>`), so we keep the native table layout and size the cells directly
308
+ * instead of forcing flex onto table rows (the previous build mixed v8-era flex
309
+ * classes onto v10's table, which broke alignment). Cells are a roomy `size-10`
310
+ * with spaced rows so the grid reads open rather than condensed.
311
+ */
275
312
  declare function Calendar({ className, classNames, showOutsideDays, ...props }: React.ComponentProps<typeof DayPicker>): react_jsx_runtime.JSX.Element;
276
- declare function CalendarDayButton({ className, day, modifiers, ...props }: DayButtonProps): react_jsx_runtime.JSX.Element;
313
+ declare function CalendarDayButton({ className, day, modifiers, ...props }: React.ComponentProps<typeof DayButton>): react_jsx_runtime.JSX.Element;
277
314
 
278
315
  /** Searchable select — `Popover` (`variant="list"`) + `Command`. */
279
316
  declare function Combobox({ ...props }: React.ComponentProps<typeof Popover>): react_jsx_runtime.JSX.Element;
@@ -497,4 +534,191 @@ interface PillSegmentedTabsProps {
497
534
  declare const PillSegmentedTabs: FC<PillSegmentedTabsProps>;
498
535
  declare const MemoPillSegmentedTabs: React.NamedExoticComponent<PillSegmentedTabsProps>;
499
536
 
500
- export { ComboboxShortcut as $, Accordion as A, Badge as B, BreadcrumbPage as C, BreadcrumbSeparator as D, CONTROL_SIZE as E, Calendar as F, CalendarDayButton as G, Card as H, CardContent as I, CardDescription as J, CardFooter as K, CardHeader as L, CardTitle as M, Checkbox as N, Collapsible as O, CollapsibleContent as P, CollapsibleTrigger as Q, Combobox as R, ComboboxAnchor as S, ComboboxCommand as T, ComboboxContent as U, ComboboxEmpty as V, ComboboxGroup as W, ComboboxInput as X, ComboboxItem as Y, ComboboxList as Z, ComboboxSeparator as _, AccordionContent as a, HoverCard as a$, ComboboxTrigger as a0, Command as a1, CommandDialog as a2, CommandEmpty as a3, CommandGroup as a4, CommandInput as a5, CommandItem as a6, CommandList as a7, CommandSeparator as a8, CommandShortcut as a9, DialogFooter as aA, DialogHeader as aB, DialogOverlay as aC, DialogPortal as aD, DialogTitle as aE, DialogTrigger as aF, DropdownMenu as aG, DropdownMenuCheckboxItem as aH, DropdownMenuContent as aI, DropdownMenuGroup as aJ, DropdownMenuItem as aK, DropdownMenuLabel as aL, DropdownMenuRadioGroup as aM, DropdownMenuRadioItem as aN, DropdownMenuSeparator as aO, DropdownMenuShortcut as aP, DropdownMenuSub as aQ, DropdownMenuSubContent as aR, DropdownMenuSubTrigger as aS, DropdownMenuTrigger as aT, Form as aU, FormControl as aV, FormField as aW, FormItem as aX, FormLabel as aY, FormMessage as aZ, FormSubmit as a_, ContextMenu as aa, ContextMenuCheckboxItem as ab, ContextMenuContent as ac, ContextMenuGroup as ad, ContextMenuItem as ae, ContextMenuLabel as af, ContextMenuRadioGroup as ag, ContextMenuRadioItem as ah, ContextMenuSeparator as ai, ContextMenuShortcut as aj, ContextMenuSub as ak, ContextMenuSubContent as al, ContextMenuSubTrigger as am, ContextMenuTrigger as an, type ControlClassOptions as ao, type ControlShape as ap, type ControlSize as aq, DatePicker as ar, DatePickerButton as as, DatePickerCalendar as at, DatePickerContent as au, DatePickerTrigger as av, Dialog as aw, DialogClose as ax, DialogContent as ay, DialogDescription as az, AccordionItem as b, SelectScrollUpButton as b$, HoverCardContent as b0, HoverCardTrigger as b1, Input as b2, InputGroup as b3, InputGroupAddon as b4, InputGroupInput as b5, InputGroupText as b6, InputOTP as b7, InputOTPGroup as b8, InputOTPHiddenInput as b9, NavigationMenuTrigger as bA, NavigationMenuViewport as bB, Pagination as bC, PaginationContent as bD, PaginationEllipsis as bE, PaginationItem as bF, PaginationLink as bG, PaginationNext as bH, PaginationPrevious as bI, type PillSegmentedTab as bJ, PillSegmentedTabs as bK, type PillSegmentedTabsProps as bL, Popover as bM, PopoverAnchor as bN, PopoverContent as bO, PopoverTrigger as bP, Progress as bQ, RadioGroup as bR, RadioGroupItem as bS, ScrollArea as bT, ScrollBar as bU, Select as bV, SelectContent as bW, SelectGroup as bX, SelectItem as bY, SelectLabel as bZ, SelectScrollDownButton as b_, InputOTPSeparator as ba, InputOTPSlot as bb, Kbd as bc, KbdGroup as bd, Label as be, MemoPillSegmentedTabs as bf, Menubar as bg, MenubarCheckboxItem as bh, MenubarContent as bi, MenubarItem as bj, MenubarLabel as bk, MenubarMenu as bl, MenubarRadioGroup as bm, MenubarRadioItem as bn, MenubarSeparator as bo, MenubarShortcut as bp, MenubarSub as bq, MenubarSubContent as br, MenubarSubTrigger as bs, MenubarTrigger as bt, NavigationMenu as bu, NavigationMenuContent as bv, NavigationMenuIndicator as bw, NavigationMenuItem as bx, NavigationMenuLink as by, NavigationMenuList as bz, AccordionTrigger as c, SelectSeparator as c0, SelectTrigger as c1, SelectValue as c2, Separator as c3, Sheet as c4, SheetClose as c5, SheetContent as c6, SheetDescription as c7, SheetFooter as c8, SheetHeader as c9, Toggle as cA, ToggleGroup as cB, ToggleGroupItem as cC, Toolbar as cD, ToolbarButton as cE, ToolbarLink as cF, ToolbarSeparator as cG, ToolbarToggleGroup as cH, ToolbarToggleItem as cI, Tooltip as cJ, TooltipContent as cK, TooltipProvider as cL, TooltipTrigger as cM, alertVariants as cN, badgeVariants as cO, controlClass as cP, controlSurfaceClass as cQ, formatPickerDate as cR, navigationMenuTriggerStyle as cS, overlayAnimationClass as cT, overlayItemClass as cU, overlayListPanelClass as cV, overlaySurfaceClass as cW, toast as cX, toggleVariants as cY, useToast as cZ, SheetTitle as ca, SheetTrigger as cb, Shimmer as cc, Skeleton as cd, Slider as ce, Spinner as cf, Switch as cg, Table as ch, TableBody as ci, TableCaption as cj, TableCell as ck, TableFooter as cl, TableHead as cm, TableHeader as cn, TableRow as co, type TextShimmerProps as cp, Textarea as cq, Toast as cr, ToastAction as cs, ToastClose as ct, ToastDescription as cu, type ToastProps as cv, ToastProvider as cw, ToastTitle as cx, ToastViewport as cy, Toaster as cz, Alert as d, AlertDescription as e, AlertDialog as f, AlertDialogAction as g, AlertDialogCancel as h, AlertDialogContent as i, AlertDialogDescription as j, AlertDialogFooter as k, AlertDialogHeader as l, AlertDialogOverlay as m, AlertDialogPortal as n, AlertDialogTitle as o, AlertDialogTrigger as p, AlertTitle as q, AspectRatio as r, Avatar as s, AvatarFallback as t, AvatarImage as u, Breadcrumb as v, BreadcrumbEllipsis as w, BreadcrumbItem as x, BreadcrumbLink as y, BreadcrumbList as z };
537
+ interface AvatarGroupProps extends React.ComponentProps<"div"> {
538
+ /**
539
+ * Collapse avatars beyond this count into a trailing "+N" chip. Omit to show
540
+ * every child.
541
+ */
542
+ max?: number;
543
+ /** Overlap amount between avatars. Default: `"sm"`. */
544
+ spacing?: "sm" | "md";
545
+ }
546
+ /**
547
+ * Overlapping stack of `Avatar`s with an optional "+N" overflow chip. Each
548
+ * child gets a ring in the background color so the stack reads cleanly on any
549
+ * surface.
550
+ */
551
+ declare function AvatarGroup({ className, children, max, spacing, ...props }: AvatarGroupProps): react_jsx_runtime.JSX.Element;
552
+
553
+ interface StepperStep {
554
+ id: string;
555
+ label: React.ReactNode;
556
+ description?: React.ReactNode;
557
+ }
558
+ interface StepperProps extends Omit<React.ComponentProps<"ol">, "children"> {
559
+ steps: StepperStep[];
560
+ /** Index of the active step (0-based). Steps before it render as complete. */
561
+ current: number;
562
+ orientation?: "horizontal" | "vertical";
563
+ }
564
+ /**
565
+ * Linear progress through an ordered set of steps (wizards, onboarding). Past
566
+ * steps show a check, the current step is emphasized, and future steps are
567
+ * muted. Connector lines fill up to the current step.
568
+ */
569
+ declare function Stepper({ steps, current, orientation, className, ...props }: StepperProps): react_jsx_runtime.JSX.Element;
570
+
571
+ type TimelineTone = "default" | "primary" | "success" | "warn" | "danger";
572
+ interface TimelineItem {
573
+ id: string;
574
+ title: React.ReactNode;
575
+ description?: React.ReactNode;
576
+ /** Right-aligned timestamp / meta. */
577
+ meta?: React.ReactNode;
578
+ tone?: TimelineTone;
579
+ /** Custom node inside the marker (e.g. an icon). */
580
+ icon?: React.ReactNode;
581
+ }
582
+ interface TimelineProps extends Omit<React.ComponentProps<"ol">, "children"> {
583
+ items: TimelineItem[];
584
+ }
585
+ /**
586
+ * Vertical event log — a marker rail with a title, optional description, and
587
+ * trailing meta per entry. Presentational; pass already-formatted timestamps.
588
+ */
589
+ declare function Timeline({ items, className, ...props }: TimelineProps): react_jsx_runtime.JSX.Element;
590
+
591
+ interface RatingProps {
592
+ /** Controlled value (number of filled units). */
593
+ value?: number;
594
+ /** Uncontrolled initial value. Default: `0`. */
595
+ defaultValue?: number;
596
+ onChange?: (value: number) => void;
597
+ /** Total number of units. Default: `5`. */
598
+ max?: number;
599
+ /** Render-only, no interaction. */
600
+ readOnly?: boolean;
601
+ disabled?: boolean;
602
+ size?: "sm" | "md" | "lg";
603
+ /** Accessible group label. Default: `"Rating"`. */
604
+ label?: string;
605
+ className?: string;
606
+ }
607
+ /**
608
+ * Star rating — interactive (keyboard + hover preview) or read-only. Controlled
609
+ * via `value`/`onChange` or uncontrolled with `defaultValue`.
610
+ */
611
+ declare function Rating({ value: valueProp, defaultValue, onChange, max, readOnly, disabled, size, label, className, }: RatingProps): react_jsx_runtime.JSX.Element;
612
+
613
+ interface NumberFieldProps extends Omit<React.ComponentProps<"input">, "value" | "defaultValue" | "onChange" | "size" | "type"> {
614
+ value?: number;
615
+ defaultValue?: number;
616
+ onValueChange?: (value: number) => void;
617
+ min?: number;
618
+ max?: number;
619
+ step?: number;
620
+ size?: "sm" | "default";
621
+ /** Accessible label (the spinbutton has no visible label). */
622
+ ariaLabel?: string;
623
+ }
624
+ /**
625
+ * Numeric input with decrement / increment controls on the shared control
626
+ * surface. Controlled via `value`/`onValueChange` or uncontrolled with
627
+ * `defaultValue`; clamps to `min`/`max` and steps by `step`.
628
+ */
629
+ declare function NumberField({ value: valueProp, defaultValue, onValueChange, min, max, step, size, disabled, ariaLabel, className, ...inputProps }: NumberFieldProps): react_jsx_runtime.JSX.Element;
630
+
631
+ interface TagInputProps {
632
+ /** Controlled tags. */
633
+ value?: string[];
634
+ /** Uncontrolled initial tags. */
635
+ defaultValue?: string[];
636
+ onChange?: (tags: string[]) => void;
637
+ placeholder?: string;
638
+ /** Keys that commit the current text as a tag. Default: Enter + comma. */
639
+ separators?: string[];
640
+ /** Reject duplicates (case-insensitive). Default: `true`. */
641
+ dedupe?: boolean;
642
+ max?: number;
643
+ disabled?: boolean;
644
+ ariaLabel?: string;
645
+ className?: string;
646
+ inputClassName?: string;
647
+ }
648
+ /**
649
+ * Token / chips input on the shared control surface. Commits on Enter or comma,
650
+ * removes the last tag on Backspace when empty, and each chip has its own
651
+ * remove button. Controlled via `value`/`onChange` or uncontrolled.
652
+ */
653
+ declare function TagInput({ value: valueProp, defaultValue, onChange, placeholder, separators, dedupe, max, disabled, ariaLabel, className, inputClassName, }: TagInputProps): react_jsx_runtime.JSX.Element;
654
+
655
+ type BannerTone = "default" | "primary" | "success" | "warn" | "danger";
656
+ interface BannerProps extends Omit<React.ComponentProps<"div">, "title"> {
657
+ tone?: BannerTone;
658
+ icon?: React.ReactNode;
659
+ title?: React.ReactNode;
660
+ /** Right-aligned actions (buttons, links). */
661
+ actions?: React.ReactNode;
662
+ /** Show a dismiss button; fires `onDismiss`. */
663
+ onDismiss?: () => void;
664
+ }
665
+ /**
666
+ * Page-level announcement bar — a full-width, dismissible notice with a tone, an
667
+ * optional leading icon, message, and trailing actions. For in-flow form/field
668
+ * messages use `Alert` instead.
669
+ */
670
+ declare function Banner({ tone, icon, title, actions, onDismiss, className, children, ...props }: BannerProps): react_jsx_runtime.JSX.Element;
671
+
672
+ interface CopyButtonProps extends Omit<React.ComponentProps<"button">, "value" | "children"> {
673
+ /** Text to write to the clipboard. */
674
+ value: string;
675
+ /** How long the success state lasts, in ms. Default: `1500`. */
676
+ timeout?: number;
677
+ onCopied?: (value: string) => void;
678
+ /** Optional label rendered next to the icon. */
679
+ children?: React.ReactNode;
680
+ }
681
+ /**
682
+ * Click-to-copy button with a transient check confirmation. Icon-only by
683
+ * default; pass children to show a label. Falls back gracefully if the
684
+ * Clipboard API is unavailable.
685
+ */
686
+ declare function CopyButton({ value, timeout, onCopied, className, children, onClick, ...props }: CopyButtonProps): react_jsx_runtime.JSX.Element;
687
+
688
+ interface SnippetProps extends Omit<React.ComponentProps<"div">, "children"> {
689
+ /** Code / command to display and copy. */
690
+ children: string;
691
+ /** Leading prompt symbol for command snippets (e.g. `"$"`). */
692
+ symbol?: string;
693
+ /** Hide the copy button. */
694
+ hideCopy?: boolean;
695
+ }
696
+ /**
697
+ * Inline code / command block on the elevated surface with a built-in copy
698
+ * button. Single-line and monospaced; for multi-line code blocks render a
699
+ * `<pre>` yourself and drop a `CopyButton` in the corner.
700
+ */
701
+ declare function Snippet({ children, symbol, hideCopy, className, ...props }: SnippetProps): react_jsx_runtime.JSX.Element;
702
+
703
+ interface CircularProgressProps extends Omit<React.ComponentProps<"div">, "children"> {
704
+ /** Current value. Omit (or pass `null`) for an indeterminate spinner ring. */
705
+ value?: number | null;
706
+ max?: number;
707
+ /** Diameter in px. Default: `40`. */
708
+ size?: number;
709
+ /** Stroke width in px. Default: `4`. */
710
+ thickness?: number;
711
+ /** Render the percentage (or custom node) in the center. */
712
+ showLabel?: boolean;
713
+ label?: React.ReactNode;
714
+ /** Track + indicator tone. Default: `"primary"`. */
715
+ tone?: "primary" | "success" | "warn" | "danger";
716
+ }
717
+ /**
718
+ * Lightweight SVG progress ring — determinate (with optional center label) or
719
+ * indeterminate (spinning). Dependency-free; for data-driven radial charts use
720
+ * the chart `RadialChart` instead.
721
+ */
722
+ declare function CircularProgress({ value, max, size, thickness, showLabel, label, tone, className, ...props }: CircularProgressProps): react_jsx_runtime.JSX.Element;
723
+
724
+ export { ComboboxContent as $, AVATAR_PRIMARY_FALLBACK_CLASS as A, Badge as B, Breadcrumb as C, BreadcrumbEllipsis as D, BreadcrumbItem as E, BreadcrumbLink as F, BreadcrumbList as G, BreadcrumbPage as H, BreadcrumbSeparator as I, CONTROL_SIZE as J, Calendar as K, CalendarDayButton as L, Card as M, CardContent as N, CardDescription as O, CardFooter as P, CardHeader as Q, CardTitle as R, Checkbox as S, CircularProgress as T, type CircularProgressProps as U, Collapsible as V, CollapsibleContent as W, CollapsibleTrigger as X, Combobox as Y, ComboboxAnchor as Z, ComboboxCommand as _, Accordion as a, DropdownMenuSubTrigger as a$, ComboboxEmpty as a0, ComboboxGroup as a1, ComboboxInput as a2, ComboboxItem as a3, ComboboxList as a4, ComboboxSeparator as a5, ComboboxShortcut as a6, ComboboxTrigger as a7, Command as a8, CommandDialog as a9, DatePicker as aA, DatePickerButton as aB, DatePickerCalendar as aC, DatePickerContent as aD, DatePickerTrigger as aE, Dialog as aF, DialogClose as aG, DialogContent as aH, DialogDescription as aI, DialogFooter as aJ, DialogHeader as aK, DialogOverlay as aL, DialogPortal as aM, DialogTitle as aN, DialogTrigger as aO, DropdownMenu as aP, DropdownMenuCheckboxItem as aQ, DropdownMenuContent as aR, DropdownMenuGroup as aS, DropdownMenuItem as aT, DropdownMenuLabel as aU, DropdownMenuRadioGroup as aV, DropdownMenuRadioItem as aW, DropdownMenuSeparator as aX, DropdownMenuShortcut as aY, DropdownMenuSub as aZ, DropdownMenuSubContent as a_, CommandEmpty as aa, CommandGroup as ab, CommandInput as ac, CommandItem as ad, CommandList as ae, CommandSeparator as af, CommandShortcut as ag, ContextMenu as ah, ContextMenuCheckboxItem as ai, ContextMenuContent as aj, ContextMenuGroup as ak, ContextMenuItem as al, ContextMenuLabel as am, ContextMenuRadioGroup as an, ContextMenuRadioItem as ao, ContextMenuSeparator as ap, ContextMenuShortcut as aq, ContextMenuSub as ar, ContextMenuSubContent as as, ContextMenuSubTrigger as at, ContextMenuTrigger as au, type ControlClassOptions as av, type ControlShape as aw, type ControlSize as ax, CopyButton as ay, type CopyButtonProps as az, AccordionContent as b, Progress as b$, DropdownMenuTrigger as b0, Form as b1, FormControl as b2, FormField as b3, FormItem as b4, FormLabel as b5, FormMessage as b6, FormSubmit as b7, HoverCard as b8, HoverCardContent as b9, MenubarSubContent as bA, MenubarSubTrigger as bB, MenubarTrigger as bC, NavigationMenu as bD, NavigationMenuContent as bE, NavigationMenuIndicator as bF, NavigationMenuItem as bG, NavigationMenuLink as bH, NavigationMenuList as bI, NavigationMenuTrigger as bJ, NavigationMenuViewport as bK, NumberField as bL, type NumberFieldProps as bM, Pagination as bN, PaginationContent as bO, PaginationEllipsis as bP, PaginationItem as bQ, PaginationLink as bR, PaginationNext as bS, PaginationPrevious as bT, type PillSegmentedTab as bU, PillSegmentedTabs as bV, type PillSegmentedTabsProps as bW, Popover as bX, PopoverAnchor as bY, PopoverContent as bZ, PopoverTrigger as b_, HoverCardTrigger as ba, Input as bb, InputGroup as bc, InputGroupAddon as bd, InputGroupInput as be, InputGroupText as bf, InputOTP as bg, InputOTPGroup as bh, InputOTPHiddenInput as bi, InputOTPSeparator as bj, InputOTPSlot as bk, Kbd as bl, KbdGroup as bm, Label as bn, MemoPillSegmentedTabs as bo, Menubar as bp, MenubarCheckboxItem as bq, MenubarContent as br, MenubarItem as bs, MenubarLabel as bt, MenubarMenu as bu, MenubarRadioGroup as bv, MenubarRadioItem as bw, MenubarSeparator as bx, MenubarShortcut as by, MenubarSub as bz, AccordionItem as c, ToolbarButton as c$, RadioGroup as c0, RadioGroupItem as c1, Rating as c2, type RatingProps as c3, ScrollArea as c4, ScrollBar as c5, Select as c6, SelectContent as c7, SelectGroup as c8, SelectItem as c9, TableBody as cA, TableCaption as cB, TableCell as cC, TableFooter as cD, TableHead as cE, TableHeader as cF, TableRow as cG, TagInput as cH, type TagInputProps as cI, type TextShimmerProps as cJ, Textarea as cK, Timeline as cL, type TimelineItem as cM, type TimelineProps as cN, Toast as cO, ToastAction as cP, ToastClose as cQ, ToastDescription as cR, type ToastProps as cS, ToastProvider as cT, ToastTitle as cU, ToastViewport as cV, Toaster as cW, Toggle as cX, ToggleGroup as cY, ToggleGroupItem as cZ, Toolbar as c_, SelectLabel as ca, SelectScrollDownButton as cb, SelectScrollUpButton as cc, SelectSeparator as cd, SelectTrigger as ce, SelectValue as cf, Separator as cg, Sheet as ch, SheetClose as ci, SheetContent as cj, SheetDescription as ck, SheetFooter as cl, SheetHeader as cm, SheetTitle as cn, SheetTrigger as co, Shimmer as cp, Skeleton as cq, Slider as cr, Snippet as cs, type SnippetProps as ct, Spinner as cu, Stepper as cv, type StepperProps as cw, type StepperStep as cx, Switch as cy, Table as cz, AccordionTrigger as d, ToolbarLink as d0, ToolbarSeparator as d1, ToolbarToggleGroup as d2, ToolbarToggleItem as d3, Tooltip as d4, TooltipContent as d5, TooltipProvider as d6, TooltipTrigger as d7, alertVariants as d8, avatarChartVariantClass as d9, badgeVariants as da, controlClass as db, controlSurfaceClass as dc, formatPickerDate as dd, navigationMenuTriggerStyle as de, overlayAnimationClass as df, overlayItemClass as dg, overlayListPanelClass as dh, overlaySurfaceClass as di, toast as dj, toggleVariants as dk, useToast as dl, Alert as e, AlertDescription as f, AlertDialog as g, AlertDialogAction as h, AlertDialogCancel as i, AlertDialogContent as j, AlertDialogDescription as k, AlertDialogFooter as l, AlertDialogHeader as m, AlertDialogOverlay as n, AlertDialogPortal as o, AlertDialogTitle as p, AlertDialogTrigger as q, AlertTitle as r, AspectRatio as s, Avatar as t, AvatarFallback as u, AvatarGroup as v, type AvatarGroupProps as w, AvatarImage as x, Banner as y, type BannerProps as z };
@@ -4,7 +4,7 @@ import { ElementType, ReactNode, FC } from 'react';
4
4
  import { Tooltip as Tooltip$1, Avatar as Avatar$1, Dialog as Dialog$1, DropdownMenu as DropdownMenu$1, Popover as Popover$1, Select as Select$1, Label as Label$1, Checkbox as Checkbox$1, Switch as Switch$1, RadioGroup as RadioGroup$1, Form as Form$1, AspectRatio as AspectRatio$1, Toolbar as Toolbar$1, Menubar as Menubar$1, NavigationMenu as NavigationMenu$1, unstable_OneTimePasswordField, Accordion as Accordion$1, Separator as Separator$1, Slider as Slider$1, Progress as Progress$1, AlertDialog as AlertDialog$1, Collapsible as Collapsible$1, ScrollArea as ScrollArea$1, Toggle as Toggle$1, ToggleGroup as ToggleGroup$1, HoverCard as HoverCard$1, ContextMenu as ContextMenu$1, Toast as Toast$1 } from 'radix-ui';
5
5
  import * as class_variance_authority_types from 'class-variance-authority/types';
6
6
  import { Command as Command$1 } from 'cmdk';
7
- import { DayPicker, DayButtonProps } from 'react-day-picker';
7
+ import { DayPicker, DayButton } from 'react-day-picker';
8
8
  import { VariantProps } from 'class-variance-authority';
9
9
 
10
10
  declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof Tooltip$1.Provider>): react_jsx_runtime.JSX.Element;
@@ -12,11 +12,39 @@ declare function Tooltip({ ...props }: React.ComponentProps<typeof Tooltip$1.Roo
12
12
  declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof Tooltip$1.Trigger>): react_jsx_runtime.JSX.Element;
13
13
  declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof Tooltip$1.Content>): react_jsx_runtime.JSX.Element;
14
14
 
15
- declare function Avatar({ className, size, ...props }: React.ComponentProps<typeof Avatar$1.Root> & {
16
- size?: "default" | "sm" | "lg";
15
+ type AvatarVariant = "muted" | "secondary" | "primary" | "chart";
16
+ /**
17
+ * Action-button chrome for initials — matches `Button variant="secondary"` (elevated
18
+ * gradient, border, shadow, foreground text). `variant="primary"` / `"chart"` use this too.
19
+ */
20
+ declare const AVATAR_PRIMARY_FALLBACK_CLASS: string;
21
+ /**
22
+ * @deprecated Name retained for API stability — returns Action-button (secondary) surface.
23
+ */
24
+ declare function avatarChartVariantClass(_seed?: string): string;
25
+ declare const AVATAR_SIZE_CLASS: {
26
+ readonly default: "size-8";
27
+ readonly sm: "size-6";
28
+ readonly lg: "size-10";
29
+ };
30
+ declare function Avatar({ className, size, variant: rootVariant, children, ...props }: React.ComponentProps<typeof Avatar$1.Root> & {
31
+ size?: keyof typeof AVATAR_SIZE_CLASS;
32
+ /**
33
+ * `secondary` / `primary` / `chart` — elevated Action-button chrome on the root.
34
+ * Prefer `secondary`; `primary` is an alias for the same look (not dark primary CTA).
35
+ */
36
+ variant?: AvatarVariant;
17
37
  }): react_jsx_runtime.JSX.Element;
18
38
  declare function AvatarImage({ className, ...props }: React.ComponentProps<typeof Avatar$1.Image>): react_jsx_runtime.JSX.Element;
19
- declare function AvatarFallback({ className, ...props }: React.ComponentProps<typeof Avatar$1.Fallback>): react_jsx_runtime.JSX.Element;
39
+ declare function AvatarFallback({ className, variant, seed: _seed, children, style, ...props }: React.ComponentProps<typeof Avatar$1.Fallback> & {
40
+ /**
41
+ * `secondary` — Action button look (`Button variant="secondary"`).
42
+ * `primary` / `chart` — same as `secondary` (aliases for prompts).
43
+ */
44
+ variant?: AvatarVariant;
45
+ /** Reserved for API compatibility; color no longer varies by seed. */
46
+ seed?: string;
47
+ }): react_jsx_runtime.JSX.Element;
20
48
 
21
49
  declare function Dialog({ ...props }: React.ComponentProps<typeof Dialog$1.Root>): react_jsx_runtime.JSX.Element;
22
50
  declare function DialogTrigger({ ...props }: React.ComponentProps<typeof Dialog$1.Trigger>): react_jsx_runtime.JSX.Element;
@@ -272,8 +300,17 @@ declare function CommandSeparator({ className, ...props }: React.ComponentProps<
272
300
  declare function CommandItem({ className, ...props }: React.ComponentProps<typeof Command$1.Item>): react_jsx_runtime.JSX.Element;
273
301
  declare function CommandShortcut({ className, ...props }: React.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
274
302
 
303
+ /**
304
+ * Calendar — `react-day-picker` v10 on semantic tokens.
305
+ *
306
+ * v10 renders the month as a real `<table>` (weekdays = `<thead>`, week = `<tr>`,
307
+ * day = `<td>`), so we keep the native table layout and size the cells directly
308
+ * instead of forcing flex onto table rows (the previous build mixed v8-era flex
309
+ * classes onto v10's table, which broke alignment). Cells are a roomy `size-10`
310
+ * with spaced rows so the grid reads open rather than condensed.
311
+ */
275
312
  declare function Calendar({ className, classNames, showOutsideDays, ...props }: React.ComponentProps<typeof DayPicker>): react_jsx_runtime.JSX.Element;
276
- declare function CalendarDayButton({ className, day, modifiers, ...props }: DayButtonProps): react_jsx_runtime.JSX.Element;
313
+ declare function CalendarDayButton({ className, day, modifiers, ...props }: React.ComponentProps<typeof DayButton>): react_jsx_runtime.JSX.Element;
277
314
 
278
315
  /** Searchable select — `Popover` (`variant="list"`) + `Command`. */
279
316
  declare function Combobox({ ...props }: React.ComponentProps<typeof Popover>): react_jsx_runtime.JSX.Element;
@@ -497,4 +534,191 @@ interface PillSegmentedTabsProps {
497
534
  declare const PillSegmentedTabs: FC<PillSegmentedTabsProps>;
498
535
  declare const MemoPillSegmentedTabs: React.NamedExoticComponent<PillSegmentedTabsProps>;
499
536
 
500
- export { ComboboxShortcut as $, Accordion as A, Badge as B, BreadcrumbPage as C, BreadcrumbSeparator as D, CONTROL_SIZE as E, Calendar as F, CalendarDayButton as G, Card as H, CardContent as I, CardDescription as J, CardFooter as K, CardHeader as L, CardTitle as M, Checkbox as N, Collapsible as O, CollapsibleContent as P, CollapsibleTrigger as Q, Combobox as R, ComboboxAnchor as S, ComboboxCommand as T, ComboboxContent as U, ComboboxEmpty as V, ComboboxGroup as W, ComboboxInput as X, ComboboxItem as Y, ComboboxList as Z, ComboboxSeparator as _, AccordionContent as a, HoverCard as a$, ComboboxTrigger as a0, Command as a1, CommandDialog as a2, CommandEmpty as a3, CommandGroup as a4, CommandInput as a5, CommandItem as a6, CommandList as a7, CommandSeparator as a8, CommandShortcut as a9, DialogFooter as aA, DialogHeader as aB, DialogOverlay as aC, DialogPortal as aD, DialogTitle as aE, DialogTrigger as aF, DropdownMenu as aG, DropdownMenuCheckboxItem as aH, DropdownMenuContent as aI, DropdownMenuGroup as aJ, DropdownMenuItem as aK, DropdownMenuLabel as aL, DropdownMenuRadioGroup as aM, DropdownMenuRadioItem as aN, DropdownMenuSeparator as aO, DropdownMenuShortcut as aP, DropdownMenuSub as aQ, DropdownMenuSubContent as aR, DropdownMenuSubTrigger as aS, DropdownMenuTrigger as aT, Form as aU, FormControl as aV, FormField as aW, FormItem as aX, FormLabel as aY, FormMessage as aZ, FormSubmit as a_, ContextMenu as aa, ContextMenuCheckboxItem as ab, ContextMenuContent as ac, ContextMenuGroup as ad, ContextMenuItem as ae, ContextMenuLabel as af, ContextMenuRadioGroup as ag, ContextMenuRadioItem as ah, ContextMenuSeparator as ai, ContextMenuShortcut as aj, ContextMenuSub as ak, ContextMenuSubContent as al, ContextMenuSubTrigger as am, ContextMenuTrigger as an, type ControlClassOptions as ao, type ControlShape as ap, type ControlSize as aq, DatePicker as ar, DatePickerButton as as, DatePickerCalendar as at, DatePickerContent as au, DatePickerTrigger as av, Dialog as aw, DialogClose as ax, DialogContent as ay, DialogDescription as az, AccordionItem as b, SelectScrollUpButton as b$, HoverCardContent as b0, HoverCardTrigger as b1, Input as b2, InputGroup as b3, InputGroupAddon as b4, InputGroupInput as b5, InputGroupText as b6, InputOTP as b7, InputOTPGroup as b8, InputOTPHiddenInput as b9, NavigationMenuTrigger as bA, NavigationMenuViewport as bB, Pagination as bC, PaginationContent as bD, PaginationEllipsis as bE, PaginationItem as bF, PaginationLink as bG, PaginationNext as bH, PaginationPrevious as bI, type PillSegmentedTab as bJ, PillSegmentedTabs as bK, type PillSegmentedTabsProps as bL, Popover as bM, PopoverAnchor as bN, PopoverContent as bO, PopoverTrigger as bP, Progress as bQ, RadioGroup as bR, RadioGroupItem as bS, ScrollArea as bT, ScrollBar as bU, Select as bV, SelectContent as bW, SelectGroup as bX, SelectItem as bY, SelectLabel as bZ, SelectScrollDownButton as b_, InputOTPSeparator as ba, InputOTPSlot as bb, Kbd as bc, KbdGroup as bd, Label as be, MemoPillSegmentedTabs as bf, Menubar as bg, MenubarCheckboxItem as bh, MenubarContent as bi, MenubarItem as bj, MenubarLabel as bk, MenubarMenu as bl, MenubarRadioGroup as bm, MenubarRadioItem as bn, MenubarSeparator as bo, MenubarShortcut as bp, MenubarSub as bq, MenubarSubContent as br, MenubarSubTrigger as bs, MenubarTrigger as bt, NavigationMenu as bu, NavigationMenuContent as bv, NavigationMenuIndicator as bw, NavigationMenuItem as bx, NavigationMenuLink as by, NavigationMenuList as bz, AccordionTrigger as c, SelectSeparator as c0, SelectTrigger as c1, SelectValue as c2, Separator as c3, Sheet as c4, SheetClose as c5, SheetContent as c6, SheetDescription as c7, SheetFooter as c8, SheetHeader as c9, Toggle as cA, ToggleGroup as cB, ToggleGroupItem as cC, Toolbar as cD, ToolbarButton as cE, ToolbarLink as cF, ToolbarSeparator as cG, ToolbarToggleGroup as cH, ToolbarToggleItem as cI, Tooltip as cJ, TooltipContent as cK, TooltipProvider as cL, TooltipTrigger as cM, alertVariants as cN, badgeVariants as cO, controlClass as cP, controlSurfaceClass as cQ, formatPickerDate as cR, navigationMenuTriggerStyle as cS, overlayAnimationClass as cT, overlayItemClass as cU, overlayListPanelClass as cV, overlaySurfaceClass as cW, toast as cX, toggleVariants as cY, useToast as cZ, SheetTitle as ca, SheetTrigger as cb, Shimmer as cc, Skeleton as cd, Slider as ce, Spinner as cf, Switch as cg, Table as ch, TableBody as ci, TableCaption as cj, TableCell as ck, TableFooter as cl, TableHead as cm, TableHeader as cn, TableRow as co, type TextShimmerProps as cp, Textarea as cq, Toast as cr, ToastAction as cs, ToastClose as ct, ToastDescription as cu, type ToastProps as cv, ToastProvider as cw, ToastTitle as cx, ToastViewport as cy, Toaster as cz, Alert as d, AlertDescription as e, AlertDialog as f, AlertDialogAction as g, AlertDialogCancel as h, AlertDialogContent as i, AlertDialogDescription as j, AlertDialogFooter as k, AlertDialogHeader as l, AlertDialogOverlay as m, AlertDialogPortal as n, AlertDialogTitle as o, AlertDialogTrigger as p, AlertTitle as q, AspectRatio as r, Avatar as s, AvatarFallback as t, AvatarImage as u, Breadcrumb as v, BreadcrumbEllipsis as w, BreadcrumbItem as x, BreadcrumbLink as y, BreadcrumbList as z };
537
+ interface AvatarGroupProps extends React.ComponentProps<"div"> {
538
+ /**
539
+ * Collapse avatars beyond this count into a trailing "+N" chip. Omit to show
540
+ * every child.
541
+ */
542
+ max?: number;
543
+ /** Overlap amount between avatars. Default: `"sm"`. */
544
+ spacing?: "sm" | "md";
545
+ }
546
+ /**
547
+ * Overlapping stack of `Avatar`s with an optional "+N" overflow chip. Each
548
+ * child gets a ring in the background color so the stack reads cleanly on any
549
+ * surface.
550
+ */
551
+ declare function AvatarGroup({ className, children, max, spacing, ...props }: AvatarGroupProps): react_jsx_runtime.JSX.Element;
552
+
553
+ interface StepperStep {
554
+ id: string;
555
+ label: React.ReactNode;
556
+ description?: React.ReactNode;
557
+ }
558
+ interface StepperProps extends Omit<React.ComponentProps<"ol">, "children"> {
559
+ steps: StepperStep[];
560
+ /** Index of the active step (0-based). Steps before it render as complete. */
561
+ current: number;
562
+ orientation?: "horizontal" | "vertical";
563
+ }
564
+ /**
565
+ * Linear progress through an ordered set of steps (wizards, onboarding). Past
566
+ * steps show a check, the current step is emphasized, and future steps are
567
+ * muted. Connector lines fill up to the current step.
568
+ */
569
+ declare function Stepper({ steps, current, orientation, className, ...props }: StepperProps): react_jsx_runtime.JSX.Element;
570
+
571
+ type TimelineTone = "default" | "primary" | "success" | "warn" | "danger";
572
+ interface TimelineItem {
573
+ id: string;
574
+ title: React.ReactNode;
575
+ description?: React.ReactNode;
576
+ /** Right-aligned timestamp / meta. */
577
+ meta?: React.ReactNode;
578
+ tone?: TimelineTone;
579
+ /** Custom node inside the marker (e.g. an icon). */
580
+ icon?: React.ReactNode;
581
+ }
582
+ interface TimelineProps extends Omit<React.ComponentProps<"ol">, "children"> {
583
+ items: TimelineItem[];
584
+ }
585
+ /**
586
+ * Vertical event log — a marker rail with a title, optional description, and
587
+ * trailing meta per entry. Presentational; pass already-formatted timestamps.
588
+ */
589
+ declare function Timeline({ items, className, ...props }: TimelineProps): react_jsx_runtime.JSX.Element;
590
+
591
+ interface RatingProps {
592
+ /** Controlled value (number of filled units). */
593
+ value?: number;
594
+ /** Uncontrolled initial value. Default: `0`. */
595
+ defaultValue?: number;
596
+ onChange?: (value: number) => void;
597
+ /** Total number of units. Default: `5`. */
598
+ max?: number;
599
+ /** Render-only, no interaction. */
600
+ readOnly?: boolean;
601
+ disabled?: boolean;
602
+ size?: "sm" | "md" | "lg";
603
+ /** Accessible group label. Default: `"Rating"`. */
604
+ label?: string;
605
+ className?: string;
606
+ }
607
+ /**
608
+ * Star rating — interactive (keyboard + hover preview) or read-only. Controlled
609
+ * via `value`/`onChange` or uncontrolled with `defaultValue`.
610
+ */
611
+ declare function Rating({ value: valueProp, defaultValue, onChange, max, readOnly, disabled, size, label, className, }: RatingProps): react_jsx_runtime.JSX.Element;
612
+
613
+ interface NumberFieldProps extends Omit<React.ComponentProps<"input">, "value" | "defaultValue" | "onChange" | "size" | "type"> {
614
+ value?: number;
615
+ defaultValue?: number;
616
+ onValueChange?: (value: number) => void;
617
+ min?: number;
618
+ max?: number;
619
+ step?: number;
620
+ size?: "sm" | "default";
621
+ /** Accessible label (the spinbutton has no visible label). */
622
+ ariaLabel?: string;
623
+ }
624
+ /**
625
+ * Numeric input with decrement / increment controls on the shared control
626
+ * surface. Controlled via `value`/`onValueChange` or uncontrolled with
627
+ * `defaultValue`; clamps to `min`/`max` and steps by `step`.
628
+ */
629
+ declare function NumberField({ value: valueProp, defaultValue, onValueChange, min, max, step, size, disabled, ariaLabel, className, ...inputProps }: NumberFieldProps): react_jsx_runtime.JSX.Element;
630
+
631
+ interface TagInputProps {
632
+ /** Controlled tags. */
633
+ value?: string[];
634
+ /** Uncontrolled initial tags. */
635
+ defaultValue?: string[];
636
+ onChange?: (tags: string[]) => void;
637
+ placeholder?: string;
638
+ /** Keys that commit the current text as a tag. Default: Enter + comma. */
639
+ separators?: string[];
640
+ /** Reject duplicates (case-insensitive). Default: `true`. */
641
+ dedupe?: boolean;
642
+ max?: number;
643
+ disabled?: boolean;
644
+ ariaLabel?: string;
645
+ className?: string;
646
+ inputClassName?: string;
647
+ }
648
+ /**
649
+ * Token / chips input on the shared control surface. Commits on Enter or comma,
650
+ * removes the last tag on Backspace when empty, and each chip has its own
651
+ * remove button. Controlled via `value`/`onChange` or uncontrolled.
652
+ */
653
+ declare function TagInput({ value: valueProp, defaultValue, onChange, placeholder, separators, dedupe, max, disabled, ariaLabel, className, inputClassName, }: TagInputProps): react_jsx_runtime.JSX.Element;
654
+
655
+ type BannerTone = "default" | "primary" | "success" | "warn" | "danger";
656
+ interface BannerProps extends Omit<React.ComponentProps<"div">, "title"> {
657
+ tone?: BannerTone;
658
+ icon?: React.ReactNode;
659
+ title?: React.ReactNode;
660
+ /** Right-aligned actions (buttons, links). */
661
+ actions?: React.ReactNode;
662
+ /** Show a dismiss button; fires `onDismiss`. */
663
+ onDismiss?: () => void;
664
+ }
665
+ /**
666
+ * Page-level announcement bar — a full-width, dismissible notice with a tone, an
667
+ * optional leading icon, message, and trailing actions. For in-flow form/field
668
+ * messages use `Alert` instead.
669
+ */
670
+ declare function Banner({ tone, icon, title, actions, onDismiss, className, children, ...props }: BannerProps): react_jsx_runtime.JSX.Element;
671
+
672
+ interface CopyButtonProps extends Omit<React.ComponentProps<"button">, "value" | "children"> {
673
+ /** Text to write to the clipboard. */
674
+ value: string;
675
+ /** How long the success state lasts, in ms. Default: `1500`. */
676
+ timeout?: number;
677
+ onCopied?: (value: string) => void;
678
+ /** Optional label rendered next to the icon. */
679
+ children?: React.ReactNode;
680
+ }
681
+ /**
682
+ * Click-to-copy button with a transient check confirmation. Icon-only by
683
+ * default; pass children to show a label. Falls back gracefully if the
684
+ * Clipboard API is unavailable.
685
+ */
686
+ declare function CopyButton({ value, timeout, onCopied, className, children, onClick, ...props }: CopyButtonProps): react_jsx_runtime.JSX.Element;
687
+
688
+ interface SnippetProps extends Omit<React.ComponentProps<"div">, "children"> {
689
+ /** Code / command to display and copy. */
690
+ children: string;
691
+ /** Leading prompt symbol for command snippets (e.g. `"$"`). */
692
+ symbol?: string;
693
+ /** Hide the copy button. */
694
+ hideCopy?: boolean;
695
+ }
696
+ /**
697
+ * Inline code / command block on the elevated surface with a built-in copy
698
+ * button. Single-line and monospaced; for multi-line code blocks render a
699
+ * `<pre>` yourself and drop a `CopyButton` in the corner.
700
+ */
701
+ declare function Snippet({ children, symbol, hideCopy, className, ...props }: SnippetProps): react_jsx_runtime.JSX.Element;
702
+
703
+ interface CircularProgressProps extends Omit<React.ComponentProps<"div">, "children"> {
704
+ /** Current value. Omit (or pass `null`) for an indeterminate spinner ring. */
705
+ value?: number | null;
706
+ max?: number;
707
+ /** Diameter in px. Default: `40`. */
708
+ size?: number;
709
+ /** Stroke width in px. Default: `4`. */
710
+ thickness?: number;
711
+ /** Render the percentage (or custom node) in the center. */
712
+ showLabel?: boolean;
713
+ label?: React.ReactNode;
714
+ /** Track + indicator tone. Default: `"primary"`. */
715
+ tone?: "primary" | "success" | "warn" | "danger";
716
+ }
717
+ /**
718
+ * Lightweight SVG progress ring — determinate (with optional center label) or
719
+ * indeterminate (spinning). Dependency-free; for data-driven radial charts use
720
+ * the chart `RadialChart` instead.
721
+ */
722
+ declare function CircularProgress({ value, max, size, thickness, showLabel, label, tone, className, ...props }: CircularProgressProps): react_jsx_runtime.JSX.Element;
723
+
724
+ export { ComboboxContent as $, AVATAR_PRIMARY_FALLBACK_CLASS as A, Badge as B, Breadcrumb as C, BreadcrumbEllipsis as D, BreadcrumbItem as E, BreadcrumbLink as F, BreadcrumbList as G, BreadcrumbPage as H, BreadcrumbSeparator as I, CONTROL_SIZE as J, Calendar as K, CalendarDayButton as L, Card as M, CardContent as N, CardDescription as O, CardFooter as P, CardHeader as Q, CardTitle as R, Checkbox as S, CircularProgress as T, type CircularProgressProps as U, Collapsible as V, CollapsibleContent as W, CollapsibleTrigger as X, Combobox as Y, ComboboxAnchor as Z, ComboboxCommand as _, Accordion as a, DropdownMenuSubTrigger as a$, ComboboxEmpty as a0, ComboboxGroup as a1, ComboboxInput as a2, ComboboxItem as a3, ComboboxList as a4, ComboboxSeparator as a5, ComboboxShortcut as a6, ComboboxTrigger as a7, Command as a8, CommandDialog as a9, DatePicker as aA, DatePickerButton as aB, DatePickerCalendar as aC, DatePickerContent as aD, DatePickerTrigger as aE, Dialog as aF, DialogClose as aG, DialogContent as aH, DialogDescription as aI, DialogFooter as aJ, DialogHeader as aK, DialogOverlay as aL, DialogPortal as aM, DialogTitle as aN, DialogTrigger as aO, DropdownMenu as aP, DropdownMenuCheckboxItem as aQ, DropdownMenuContent as aR, DropdownMenuGroup as aS, DropdownMenuItem as aT, DropdownMenuLabel as aU, DropdownMenuRadioGroup as aV, DropdownMenuRadioItem as aW, DropdownMenuSeparator as aX, DropdownMenuShortcut as aY, DropdownMenuSub as aZ, DropdownMenuSubContent as a_, CommandEmpty as aa, CommandGroup as ab, CommandInput as ac, CommandItem as ad, CommandList as ae, CommandSeparator as af, CommandShortcut as ag, ContextMenu as ah, ContextMenuCheckboxItem as ai, ContextMenuContent as aj, ContextMenuGroup as ak, ContextMenuItem as al, ContextMenuLabel as am, ContextMenuRadioGroup as an, ContextMenuRadioItem as ao, ContextMenuSeparator as ap, ContextMenuShortcut as aq, ContextMenuSub as ar, ContextMenuSubContent as as, ContextMenuSubTrigger as at, ContextMenuTrigger as au, type ControlClassOptions as av, type ControlShape as aw, type ControlSize as ax, CopyButton as ay, type CopyButtonProps as az, AccordionContent as b, Progress as b$, DropdownMenuTrigger as b0, Form as b1, FormControl as b2, FormField as b3, FormItem as b4, FormLabel as b5, FormMessage as b6, FormSubmit as b7, HoverCard as b8, HoverCardContent as b9, MenubarSubContent as bA, MenubarSubTrigger as bB, MenubarTrigger as bC, NavigationMenu as bD, NavigationMenuContent as bE, NavigationMenuIndicator as bF, NavigationMenuItem as bG, NavigationMenuLink as bH, NavigationMenuList as bI, NavigationMenuTrigger as bJ, NavigationMenuViewport as bK, NumberField as bL, type NumberFieldProps as bM, Pagination as bN, PaginationContent as bO, PaginationEllipsis as bP, PaginationItem as bQ, PaginationLink as bR, PaginationNext as bS, PaginationPrevious as bT, type PillSegmentedTab as bU, PillSegmentedTabs as bV, type PillSegmentedTabsProps as bW, Popover as bX, PopoverAnchor as bY, PopoverContent as bZ, PopoverTrigger as b_, HoverCardTrigger as ba, Input as bb, InputGroup as bc, InputGroupAddon as bd, InputGroupInput as be, InputGroupText as bf, InputOTP as bg, InputOTPGroup as bh, InputOTPHiddenInput as bi, InputOTPSeparator as bj, InputOTPSlot as bk, Kbd as bl, KbdGroup as bm, Label as bn, MemoPillSegmentedTabs as bo, Menubar as bp, MenubarCheckboxItem as bq, MenubarContent as br, MenubarItem as bs, MenubarLabel as bt, MenubarMenu as bu, MenubarRadioGroup as bv, MenubarRadioItem as bw, MenubarSeparator as bx, MenubarShortcut as by, MenubarSub as bz, AccordionItem as c, ToolbarButton as c$, RadioGroup as c0, RadioGroupItem as c1, Rating as c2, type RatingProps as c3, ScrollArea as c4, ScrollBar as c5, Select as c6, SelectContent as c7, SelectGroup as c8, SelectItem as c9, TableBody as cA, TableCaption as cB, TableCell as cC, TableFooter as cD, TableHead as cE, TableHeader as cF, TableRow as cG, TagInput as cH, type TagInputProps as cI, type TextShimmerProps as cJ, Textarea as cK, Timeline as cL, type TimelineItem as cM, type TimelineProps as cN, Toast as cO, ToastAction as cP, ToastClose as cQ, ToastDescription as cR, type ToastProps as cS, ToastProvider as cT, ToastTitle as cU, ToastViewport as cV, Toaster as cW, Toggle as cX, ToggleGroup as cY, ToggleGroupItem as cZ, Toolbar as c_, SelectLabel as ca, SelectScrollDownButton as cb, SelectScrollUpButton as cc, SelectSeparator as cd, SelectTrigger as ce, SelectValue as cf, Separator as cg, Sheet as ch, SheetClose as ci, SheetContent as cj, SheetDescription as ck, SheetFooter as cl, SheetHeader as cm, SheetTitle as cn, SheetTrigger as co, Shimmer as cp, Skeleton as cq, Slider as cr, Snippet as cs, type SnippetProps as ct, Spinner as cu, Stepper as cv, type StepperProps as cw, type StepperStep as cx, Switch as cy, Table as cz, AccordionTrigger as d, ToolbarLink as d0, ToolbarSeparator as d1, ToolbarToggleGroup as d2, ToolbarToggleItem as d3, Tooltip as d4, TooltipContent as d5, TooltipProvider as d6, TooltipTrigger as d7, alertVariants as d8, avatarChartVariantClass as d9, badgeVariants as da, controlClass as db, controlSurfaceClass as dc, formatPickerDate as dd, navigationMenuTriggerStyle as de, overlayAnimationClass as df, overlayItemClass as dg, overlayListPanelClass as dh, overlaySurfaceClass as di, toast as dj, toggleVariants as dk, useToast as dl, Alert as e, AlertDescription as f, AlertDialog as g, AlertDialogAction as h, AlertDialogCancel as i, AlertDialogContent as j, AlertDialogDescription as k, AlertDialogFooter as l, AlertDialogHeader as m, AlertDialogOverlay as n, AlertDialogPortal as o, AlertDialogTitle as p, AlertDialogTrigger as q, AlertTitle as r, AspectRatio as s, Avatar as t, AvatarFallback as u, AvatarGroup as v, type AvatarGroupProps as w, AvatarImage as x, Banner as y, type BannerProps as z };