@northslopetech/altitude-ui 3.0.0 → 3.2.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.
package/dist/index.d.ts CHANGED
@@ -2,35 +2,49 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as class_variance_authority_types from 'class-variance-authority/types';
3
3
  import * as React$1 from 'react';
4
4
  import { VariantProps } from 'class-variance-authority';
5
+ export { VariantProps, cva } from 'class-variance-authority';
5
6
  import { Accordion as Accordion$1 } from '@base-ui/react/accordion';
6
7
  import { Button as Button$1 } from '@base-ui/react/button';
7
8
  import { useRender } from '@base-ui/react/use-render';
8
9
  import { Separator as Separator$1 } from '@base-ui/react/separator';
9
10
  import * as _base_ui_react_select from '@base-ui/react/select';
10
11
  import { Select as Select$1 } from '@base-ui/react/select';
12
+ import { Combobox as Combobox$1 } from '@base-ui/react';
11
13
  import * as _base_ui_react_dialog from '@base-ui/react/dialog';
12
14
  import { Dialog as Dialog$1 } from '@base-ui/react/dialog';
13
15
  import * as vaul from 'vaul';
14
16
  import { Drawer as Drawer$1 } from 'vaul';
15
17
  import { Tooltip as Tooltip$1 } from '@base-ui/react/tooltip';
18
+ import * as _base_ui_react_toast from '@base-ui/react/toast';
19
+ import { Toast as Toast$1 } from '@base-ui/react/toast';
20
+ import { PreviewCard } from '@base-ui/react/preview-card';
16
21
  import { Popover as Popover$1 } from '@base-ui/react/popover';
17
22
  import { DayPicker, DayButton, Locale } from 'react-day-picker';
18
23
  export { DateRange } from 'react-day-picker';
19
24
  import { Avatar as Avatar$1 } from '@base-ui/react/avatar';
20
25
  import { Checkbox as Checkbox$1 } from '@base-ui/react/checkbox';
26
+ import { RadioGroup as RadioGroup$1 } from '@base-ui/react/radio-group';
27
+ import { Radio } from '@base-ui/react/radio';
21
28
  import { Switch as Switch$1 } from '@base-ui/react/switch';
29
+ import { Slider as Slider$1 } from '@base-ui/react/slider';
22
30
  import { Input as Input$1 } from '@base-ui/react/input';
23
31
  import { AlertDialog as AlertDialog$1 } from '@base-ui/react/alert-dialog';
24
32
  import { Tabs as Tabs$1 } from '@base-ui/react/tabs';
25
33
  import * as _base_ui_react_menu from '@base-ui/react/menu';
26
34
  import { Menu } from '@base-ui/react/menu';
27
- import { Table as Table$1, Row, Column } from '@tanstack/react-table';
35
+ import * as RechartsPrimitive from 'recharts';
36
+ import { DefaultTooltipContentProps, DefaultLegendContentProps } from 'recharts';
37
+ import { ClassValue } from 'clsx';
38
+ import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
39
+ import { ColumnDef, RowSelectionState, Table as Table$1, Row, Column } from '@tanstack/react-table';
28
40
 
29
41
  declare const alertVariants: (props?: ({
30
42
  variant?: "default" | "info" | "success" | "warning" | "error" | null | undefined;
31
43
  } & class_variance_authority_types.ClassProp) | undefined) => string;
32
- type AlertProps = React$1.ComponentProps<"div"> & VariantProps<typeof alertVariants>;
33
- declare function Alert({ className, variant, ref, ...props }: AlertProps): react_jsx_runtime.JSX.Element;
44
+ type AlertProps = React$1.ComponentProps<"div"> & VariantProps<typeof alertVariants> & {
45
+ onDismiss?: () => void;
46
+ };
47
+ declare function Alert({ className, variant, onDismiss, ref, ...props }: AlertProps): react_jsx_runtime.JSX.Element;
34
48
  type AlertBodyProps = React$1.ComponentProps<"div">;
35
49
  declare function AlertBody({ className, ref, ...props }: AlertBodyProps): react_jsx_runtime.JSX.Element;
36
50
  type AlertTitleProps = React$1.ComponentProps<"p">;
@@ -50,7 +64,7 @@ type AccordionContentProps = Accordion$1.Panel.Props;
50
64
  declare function AccordionContent({ className, children, ref, ...props }: AccordionContentProps): react_jsx_runtime.JSX.Element;
51
65
 
52
66
  declare const buttonVariants: (props?: ({
53
- variant?: "default" | "link" | "primary" | "destructive" | "destructive-subtle" | "ghost" | null | undefined;
67
+ variant?: "default" | "primary" | "destructive" | "destructive-subtle" | "ghost" | "link" | null | undefined;
54
68
  size?: "default" | "lg" | "sm" | "mini" | null | undefined;
55
69
  } & class_variance_authority_types.ClassProp) | undefined) => string;
56
70
  interface ButtonProps extends Button$1.Props, VariantProps<typeof buttonVariants> {
@@ -74,6 +88,46 @@ declare function ButtonGroupText({ className, size, ref, render, ...props }: But
74
88
  type ButtonGroupSeparatorProps = Omit<React$1.ComponentProps<typeof Separator>, "orientation">;
75
89
  declare function ButtonGroupSeparator({ className, ref, ...props }: ButtonGroupSeparatorProps): react_jsx_runtime.JSX.Element;
76
90
 
91
+ declare const emptyVariants: (props?: ({
92
+ variant?: "default" | "outline" | "background" | "outline-dashed" | null | undefined;
93
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
94
+ interface EmptyProps extends React$1.ComponentProps<"div">, VariantProps<typeof emptyVariants> {
95
+ }
96
+ declare const Empty: {
97
+ ({ className, variant, children, ref, ...props }: EmptyProps): react_jsx_runtime.JSX.Element;
98
+ displayName: string;
99
+ };
100
+ declare const emptyMediaVariants: (props?: ({
101
+ variant?: "default" | "icon" | null | undefined;
102
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
103
+ type EmptyMediaProps = React$1.ComponentPropsWithoutRef<"div"> & VariantProps<typeof emptyMediaVariants>;
104
+ declare const EmptyMedia: {
105
+ ({ className, variant, ...props }: EmptyMediaProps): react_jsx_runtime.JSX.Element;
106
+ displayName: string;
107
+ };
108
+ type EmptyContentProps = React$1.ComponentProps<"div">;
109
+ declare const EmptyContent: {
110
+ ({ className, ref, ...props }: EmptyContentProps): react_jsx_runtime.JSX.Element;
111
+ displayName: string;
112
+ };
113
+ type EmptyTitleProps = React$1.ComponentProps<"p"> & {
114
+ as?: React$1.ElementType;
115
+ };
116
+ declare const EmptyTitle: {
117
+ ({ className, as: Component, ref, ...props }: EmptyTitleProps): react_jsx_runtime.JSX.Element;
118
+ displayName: string;
119
+ };
120
+ type EmptyDescriptionProps = React$1.ComponentProps<"p">;
121
+ declare const EmptyDescription: {
122
+ ({ className, ref, ...props }: EmptyDescriptionProps): react_jsx_runtime.JSX.Element;
123
+ displayName: string;
124
+ };
125
+ type EmptyActionsProps = React$1.ComponentProps<"div">;
126
+ declare const EmptyActions: {
127
+ ({ className, ref, ...props }: EmptyActionsProps): react_jsx_runtime.JSX.Element;
128
+ displayName: string;
129
+ };
130
+
77
131
  /**
78
132
  * Current-generation text variant styles using @utility classes from design tokens.
79
133
  */
@@ -111,7 +165,7 @@ type CardFooterProps = React$1.ComponentProps<"div">;
111
165
  declare function CardFooter({ className, ref, ...props }: CardFooterProps): react_jsx_runtime.JSX.Element;
112
166
 
113
167
  declare const selectTriggerVariants: (props?: ({
114
- size?: "default" | "small" | "mini" | "large" | null | undefined;
168
+ size?: "default" | "mini" | "small" | "large" | null | undefined;
115
169
  } & class_variance_authority_types.ClassProp) | undefined) => string;
116
170
  /**
117
171
  * Select root component.
@@ -147,6 +201,66 @@ declare function SelectSeparator({ className, ref, ...props }: React$1.Component
147
201
  declare function SelectScrollUpButton({ className, ref, ...props }: React$1.ComponentProps<typeof Select$1.ScrollUpArrow>): react_jsx_runtime.JSX.Element;
148
202
  declare function SelectScrollDownButton({ className, ref, ...props }: React$1.ComponentProps<typeof Select$1.ScrollDownArrow>): react_jsx_runtime.JSX.Element;
149
203
 
204
+ /**
205
+ * @fileoverview Utility functions for Altitude UI components.
206
+ * Provides class name merging and variant utilities.
207
+ */
208
+
209
+ /**
210
+ * Merges Tailwind CSS classes intelligently, handling conflicts and conditional classes.
211
+ * Combines clsx for conditional class handling with tailwind-merge for deduplication.
212
+ *
213
+ * @param inputs - Class values to merge (strings, objects, arrays)
214
+ * @returns Merged and deduplicated class string
215
+ *
216
+ * @example
217
+ * ```typescript
218
+ * // Basic usage
219
+ * cn('px-2 py-1', 'px-4') // Returns: 'py-1 px-4'
220
+ *
221
+ * // Conditional classes
222
+ * cn('base-class', { 'active': isActive, 'disabled': isDisabled })
223
+ *
224
+ * // Array of classes
225
+ * cn(['class1', 'class2'], 'class3')
226
+ * ```
227
+ */
228
+ declare function cn(...inputs: ClassValue[]): string;
229
+
230
+ declare const comboboxInputVariants: (props?: ({
231
+ size?: "default" | "mini" | "small" | "large" | null | undefined;
232
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
233
+ declare const Combobox: typeof Combobox$1.Root;
234
+ declare const useComboboxFilter: typeof Combobox$1.useFilter;
235
+ declare function ComboboxTrigger({ className, ...props }: Combobox$1.Trigger.Props): react_jsx_runtime.JSX.Element;
236
+ interface ComboboxInputProps extends Omit<Combobox$1.Input.Props, "size" | "ref">, VariantProps<typeof comboboxInputVariants> {
237
+ showTrigger?: boolean;
238
+ showClear?: boolean;
239
+ ref?: React$1.Ref<HTMLDivElement>;
240
+ }
241
+ declare function ComboboxInput({ className, children, size, disabled, showTrigger, showClear, ref, ...props }: ComboboxInputProps): react_jsx_runtime.JSX.Element;
242
+ declare function ComboboxContent({ className, side, sideOffset, align, alignOffset, anchor, ...props }: Combobox$1.Popup.Props & Pick<Combobox$1.Positioner.Props, "side" | "align" | "sideOffset" | "alignOffset" | "anchor">): react_jsx_runtime.JSX.Element;
243
+ declare function ComboboxList({ className, ...props }: Combobox$1.List.Props): react_jsx_runtime.JSX.Element;
244
+ declare function ComboboxItem({ className, children, ...props }: Combobox$1.Item.Props): react_jsx_runtime.JSX.Element;
245
+ declare function ComboboxGroup({ className, ...props }: Combobox$1.Group.Props): react_jsx_runtime.JSX.Element;
246
+ declare function ComboboxLabel({ className, ...props }: Combobox$1.GroupLabel.Props): react_jsx_runtime.JSX.Element;
247
+ declare function ComboboxEmpty({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
248
+ declare function ComboboxSeparator({ className, ...props }: Combobox$1.Separator.Props): react_jsx_runtime.JSX.Element;
249
+ declare const comboboxChipsVariants: (props?: ({
250
+ size?: "default" | "mini" | "small" | "large" | null | undefined;
251
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
252
+ interface ComboboxChipsProps extends React$1.ComponentPropsWithRef<typeof Combobox$1.Chips>, VariantProps<typeof comboboxChipsVariants> {
253
+ showTrigger?: boolean;
254
+ disabled?: boolean;
255
+ }
256
+ declare function ComboboxChips({ className, children, size, showTrigger, disabled, ...props }: ComboboxChipsProps): react_jsx_runtime.JSX.Element;
257
+ declare function ComboboxChip({ className, children, showRemove, removeLabel, ...props }: Combobox$1.Chip.Props & {
258
+ showRemove?: boolean;
259
+ removeLabel?: string;
260
+ }): react_jsx_runtime.JSX.Element;
261
+ declare function ComboboxChipsInput({ className, ...props }: Combobox$1.Input.Props): react_jsx_runtime.JSX.Element;
262
+ declare function useComboboxAnchor(): React$1.RefObject<HTMLDivElement | null>;
263
+
150
264
  type LabelProps = React$1.ComponentProps<"label">;
151
265
  declare function Label({ className, ref, ...props }: LabelProps): react_jsx_runtime.JSX.Element;
152
266
 
@@ -222,7 +336,7 @@ type DrawerProps = React$1.ComponentProps<typeof Drawer$1.Root>;
222
336
  * </Drawer>
223
337
  * ```
224
338
  */
225
- declare const Drawer: typeof vaul.Root;
339
+ declare const Drawer: ({ direction, ...props }: DrawerProps) => react_jsx_runtime.JSX.Element;
226
340
  type DrawerTriggerProps = React$1.ComponentPropsWithoutRef<typeof Drawer$1.Trigger>;
227
341
  declare const DrawerTrigger: React$1.ForwardRefExoticComponent<DrawerTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
228
342
  declare const DrawerPortal: typeof vaul.Portal;
@@ -269,6 +383,132 @@ type TooltipProps = Tooltip$1.Root.Props;
269
383
  type TooltipTriggerProps = Tooltip$1.Trigger.Props;
270
384
  type TooltipProviderProps = Tooltip$1.Provider.Props;
271
385
 
386
+ type ToastManager = ReturnType<typeof Toast$1.createToastManager>;
387
+ /**
388
+ * Shared, module-level toast manager. Mirrors the ergonomics of `sonner`:
389
+ * mount a single `<Toaster />` anywhere in the tree, then call `toast(...)`
390
+ * from anywhere in the app — no context or hook required at the call site.
391
+ */
392
+ declare const toastManager: _base_ui_react_toast.ToastManager;
393
+ /** Friendly options accepted by the `toast()` helpers. */
394
+ interface ToastOptions {
395
+ /** Secondary line rendered under the title. */
396
+ description?: React$1.ReactNode;
397
+ /**
398
+ * Time in ms before the toast auto-dismisses. `0` keeps it until dismissed.
399
+ * @default 5000 (inherited from the Toaster)
400
+ */
401
+ duration?: number;
402
+ /** Announce urgently (`high`) for errors, politely (`low`) otherwise. */
403
+ priority?: "low" | "high";
404
+ /** Optional inline action button. */
405
+ action?: {
406
+ label: React$1.ReactNode;
407
+ onClick?: (event: React$1.MouseEvent<HTMLButtonElement>) => void;
408
+ };
409
+ /** Stable id — pass to update or dedupe a toast. */
410
+ id?: string;
411
+ }
412
+ /** Builds the friendly `toast(...)` helper bound to a specific manager. */
413
+ declare function makeToast(manager: ToastManager): ((title: React$1.ReactNode, options?: ToastOptions) => string) & {
414
+ success: (title: React$1.ReactNode, options?: ToastOptions) => string;
415
+ error: (title: React$1.ReactNode, options?: ToastOptions) => string;
416
+ info: (title: React$1.ReactNode, options?: ToastOptions) => string;
417
+ warning: (title: React$1.ReactNode, options?: ToastOptions) => string;
418
+ /** Resolve/reject a promise into loading → success/error toasts. */
419
+ promise: <Value, Data extends object>(promiseValue: Promise<Value>, options: _base_ui_react_toast.ToastManagerPromiseOptions<Value, Data>) => Promise<Value>;
420
+ /** Dismiss a specific toast by id. */
421
+ dismiss: (id: string) => void;
422
+ /** Imperatively update an existing toast. */
423
+ update: <Data extends object>(id: string, updates: _base_ui_react_toast.ToastManagerUpdateOptions<Data>) => void;
424
+ };
425
+ /**
426
+ * Create and display a toast.
427
+ *
428
+ * @example
429
+ * toast("Saved");
430
+ * toast.success("Profile updated", { description: "Changes are live." });
431
+ * toast.promise(save(), { loading: "Saving…", success: "Saved", error: "Failed" });
432
+ */
433
+ declare const toast: ((title: React$1.ReactNode, options?: ToastOptions) => string) & {
434
+ success: (title: React$1.ReactNode, options?: ToastOptions) => string;
435
+ error: (title: React$1.ReactNode, options?: ToastOptions) => string;
436
+ info: (title: React$1.ReactNode, options?: ToastOptions) => string;
437
+ warning: (title: React$1.ReactNode, options?: ToastOptions) => string;
438
+ /** Resolve/reject a promise into loading → success/error toasts. */
439
+ promise: <Value, Data extends object>(promiseValue: Promise<Value>, options: _base_ui_react_toast.ToastManagerPromiseOptions<Value, Data>) => Promise<Value>;
440
+ /** Dismiss a specific toast by id. */
441
+ dismiss: (id: string) => void;
442
+ /** Imperatively update an existing toast. */
443
+ update: <Data extends object>(id: string, updates: _base_ui_react_toast.ToastManagerUpdateOptions<Data>) => void;
444
+ };
445
+ /** The `toast` helper: callable, plus `.success`/`.error`/`.info`/`.warning`/`.promise`/`.dismiss`/`.update`. */
446
+ type Toast = ReturnType<typeof makeToast>;
447
+ /** All positions supported by the {@link Toaster}. */
448
+ type ToastPosition = "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right";
449
+ interface ToasterProps {
450
+ /** Where toasts appear on screen. @default "bottom-right" */
451
+ position?: ToastPosition;
452
+ /** Default auto-dismiss time in ms for toasts without an explicit duration. */
453
+ timeout?: number;
454
+ /** Maximum number of visible toasts before the oldest is dropped. */
455
+ limit?: number;
456
+ /** Additional classes for the viewport. */
457
+ className?: string;
458
+ /**
459
+ * The manager whose toasts this viewport renders. Defaults to the shared
460
+ * module-level manager that backs the global {@link toast}. Pass a manager
461
+ * from {@link createToaster} to run an isolated, independent toaster.
462
+ */
463
+ toastManager?: ToastManager;
464
+ }
465
+ /**
466
+ * Mount once near the root of your app. Renders the toast viewport and wires
467
+ * up the shared {@link toast} manager so `toast(...)` works app-wide.
468
+ */
469
+ declare function Toaster({ position, timeout, limit, className, toastManager: manager, }: ToasterProps): react_jsx_runtime.JSX.Element;
470
+ /**
471
+ * Create an isolated `{ toast, Toaster }` pair backed by its own manager.
472
+ * Use this when you need multiple independent toasters on screen at once
473
+ * (e.g. demos, embedded widgets) so each one only renders its own toasts.
474
+ * Most apps want the global {@link toast} + a single {@link Toaster} instead.
475
+ *
476
+ * Call this once at module scope (or memoize it) — calling it during render
477
+ * creates a fresh manager and `Toaster` identity every time, which remounts
478
+ * the viewport and drops any visible toasts.
479
+ */
480
+ declare function createToaster(): {
481
+ toast: ((title: React$1.ReactNode, options?: ToastOptions) => string) & {
482
+ success: (title: React$1.ReactNode, options?: ToastOptions) => string;
483
+ error: (title: React$1.ReactNode, options?: ToastOptions) => string;
484
+ info: (title: React$1.ReactNode, options?: ToastOptions) => string;
485
+ warning: (title: React$1.ReactNode, options?: ToastOptions) => string;
486
+ /** Resolve/reject a promise into loading → success/error toasts. */
487
+ promise: <Value, Data extends object>(promiseValue: Promise<Value>, options: _base_ui_react_toast.ToastManagerPromiseOptions<Value, Data>) => Promise<Value>;
488
+ /** Dismiss a specific toast by id. */
489
+ dismiss: (id: string) => void;
490
+ /** Imperatively update an existing toast. */
491
+ update: <Data extends object>(id: string, updates: _base_ui_react_toast.ToastManagerUpdateOptions<Data>) => void;
492
+ };
493
+ Toaster: (props: Omit<ToasterProps, "toastManager">) => react_jsx_runtime.JSX.Element;
494
+ };
495
+
496
+ declare function HoverCard({ ...props }: PreviewCard.Root.Props): react_jsx_runtime.JSX.Element;
497
+ declare namespace HoverCard {
498
+ var displayName: string;
499
+ }
500
+ declare function HoverCardTrigger({ ...props }: PreviewCard.Trigger.Props): react_jsx_runtime.JSX.Element;
501
+ declare namespace HoverCardTrigger {
502
+ var displayName: string;
503
+ }
504
+ type HoverCardContentProps = PreviewCard.Popup.Props & Pick<PreviewCard.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">;
505
+ declare function HoverCardContent({ className, side, sideOffset, align, alignOffset, ...props }: HoverCardContentProps): react_jsx_runtime.JSX.Element;
506
+ declare namespace HoverCardContent {
507
+ var displayName: string;
508
+ }
509
+ type HoverCardProps = PreviewCard.Root.Props;
510
+ type HoverCardTriggerProps = PreviewCard.Trigger.Props;
511
+
272
512
  declare function Popover({ ...props }: Popover$1.Root.Props): react_jsx_runtime.JSX.Element;
273
513
  declare function PopoverTrigger({ ...props }: Popover$1.Trigger.Props): react_jsx_runtime.JSX.Element;
274
514
  type PopoverContentProps = Popover$1.Popup.Props & Pick<Popover$1.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">;
@@ -366,6 +606,7 @@ declare function SidebarMenuItem({ className, ref, ...props }: SidebarMenuItemPr
366
606
  * @param {string | React.ComponentProps<typeof TooltipContent>} [props.tooltip] - Tooltip configuration
367
607
  */
368
608
  declare function SidebarMenuButton({ isActive, tooltip, className, children, ref, ...props }: SidebarMenuButtonProps): react_jsx_runtime.JSX.Element;
609
+ declare function SidebarSeparator({ className, ref, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
369
610
 
370
611
  type CalendarProps = React$1.ComponentProps<typeof DayPicker> & {
371
612
  navButtonVariant?: React$1.ComponentProps<typeof Button>["variant"];
@@ -511,6 +752,57 @@ type CheckboxProps = React$1.ComponentProps<typeof Checkbox$1.Root>;
511
752
  */
512
753
  declare function Checkbox({ className, ref, ...props }: CheckboxProps): react_jsx_runtime.JSX.Element;
513
754
 
755
+ declare const radioGroupVariants: (props?: ({
756
+ orientation?: "horizontal" | "vertical" | null | undefined;
757
+ layout?: "inline" | "block" | null | undefined;
758
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
759
+ declare const radioItemVariants: (props?: class_variance_authority_types.ClassProp | undefined) => string;
760
+ type RadioGroupProps = React$1.ComponentProps<typeof RadioGroup$1> & VariantProps<typeof radioGroupVariants>;
761
+ type RadioGroupItemProps = React$1.ComponentProps<typeof Radio.Root>;
762
+ /**
763
+ * RadioGroup container that manages selection state across a set of radio items.
764
+ * @param {"vertical" | "horizontal"} [props.orientation] - Layout direction of the group
765
+ * @param {"inline" | "block"} [props.layout] - inline: items shrink-wrap; block: items stretch full width.
766
+ * `block` requires the DOM shape `RadioGroup > div > (RadioGroupItem + label)` — use RadioGroupCard to satisfy this automatically.
767
+ * @param {any} [props.value] - Controlled selected value
768
+ * @param {any} [props.defaultValue] - Initial selected value (uncontrolled)
769
+ * @param {(value: any) => void} [props.onValueChange] - Callback when selection changes
770
+ * @param {boolean} [props.disabled] - Disables all items in the group
771
+ * @param {string} [props.className] - Additional class names
772
+ */
773
+ declare function RadioGroup({ className, orientation, layout, ...props }: RadioGroupProps): react_jsx_runtime.JSX.Element;
774
+ /**
775
+ * Individual radio button item within a RadioGroup.
776
+ * @param {any} props.value - The value this item represents in the group
777
+ * @param {boolean} [props.disabled] - Disables this specific item
778
+ * @param {boolean} [props.aria-invalid] - Applies error styling
779
+ * @param {string} [props.className] - Additional class names
780
+ */
781
+ declare function RadioGroupItem({ className, ...props }: RadioGroupItemProps): react_jsx_runtime.JSX.Element;
782
+ interface RadioGroupCardProps extends Omit<RadioGroupItemProps, "className" | "ref"> {
783
+ /** Primary label text */
784
+ label: string;
785
+ /** Optional secondary description text */
786
+ description?: string;
787
+ /** When true, places the radio button on the right side */
788
+ flipped?: boolean;
789
+ /** Additional class names for the card wrapper */
790
+ className?: string;
791
+ /** Ref forwarded to the outer <label> element */
792
+ ref?: React$1.Ref<HTMLLabelElement>;
793
+ }
794
+ /**
795
+ * Card-style radio option that makes the entire card clickable.
796
+ * Combines a RadioGroupItem with a label and optional description.
797
+ * The ref is forwarded to the outer <label> element.
798
+ * @param {string} props.label - Primary label text
799
+ * @param {string} [props.description] - Optional secondary description
800
+ * @param {boolean} [props.flipped] - Positions the radio on the right when true
801
+ * @param {boolean} [props.disabled] - Disables the card and radio item
802
+ * @param {string} [props.className] - Additional class names for the card wrapper
803
+ */
804
+ declare function RadioGroupCard({ className, label, description, flipped, id, ref, ...props }: RadioGroupCardProps): react_jsx_runtime.JSX.Element;
805
+
514
806
  declare const switchVariants: (props?: ({
515
807
  size?: "default" | "sm" | null | undefined;
516
808
  } & class_variance_authority_types.ClassProp) | undefined) => string;
@@ -526,9 +818,31 @@ interface SwitchProps extends Switch$1.Root.Props, VariantProps<typeof switchVar
526
818
  */
527
819
  declare function Switch({ className, size, ref, ...props }: SwitchProps): react_jsx_runtime.JSX.Element;
528
820
 
821
+ type SliderProps = Slider$1.Root.Props & {
822
+ /**
823
+ * Accessible labels for each thumb, in order. Required in range mode to
824
+ * distinguish thumbs for screen readers (e.g. ["Minimum", "Maximum"]).
825
+ */
826
+ thumbLabels?: string[];
827
+ };
828
+ /**
829
+ * Slider component with Altitude design system styling.
830
+ * Supports single-value and range (multi-thumb) modes, and horizontal/vertical orientation.
831
+ * @param {number | number[]} [props.value] - Controlled value; array enables range mode
832
+ * @param {number | number[]} [props.defaultValue] - Uncontrolled initial value
833
+ * @param {number} [props.min=0] - Minimum value
834
+ * @param {number} [props.max=100] - Maximum value
835
+ * @param {number} [props.step] - Step increment
836
+ * @param {"horizontal" | "vertical"} [props.orientation="horizontal"] - Slider orientation
837
+ * @param {boolean} [props.disabled] - Disables interaction and applies disabled styles
838
+ * @param {string[]} [props.thumbLabels] - Accessible labels for each thumb (required in range mode)
839
+ * @param {string} [props.className] - Additional CSS classes
840
+ */
841
+ declare function Slider({ className, defaultValue, value, min, max, thumbLabels, ...props }: SliderProps): react_jsx_runtime.JSX.Element;
842
+
529
843
  declare const inputVariants: (props?: ({
530
844
  roundness?: "default" | "round" | null | undefined;
531
- size?: "default" | "small" | "mini" | "large" | null | undefined;
845
+ size?: "default" | "mini" | "small" | "large" | null | undefined;
532
846
  } & class_variance_authority_types.ClassProp) | undefined) => string;
533
847
  interface InputProps extends Omit<React$1.ComponentProps<typeof Input$1>, "size">, VariantProps<typeof inputVariants> {
534
848
  }
@@ -548,7 +862,7 @@ interface TextareaProps extends Omit<React$1.ComponentProps<"textarea">, "style"
548
862
  declare function Textarea({ className, style, ref, ...props }: TextareaProps): react_jsx_runtime.JSX.Element;
549
863
 
550
864
  declare const inputGroupVariants: (props?: ({
551
- size?: "default" | "small" | "mini" | "large" | null | undefined;
865
+ size?: "default" | "mini" | "small" | "large" | null | undefined;
552
866
  roundness?: "default" | "round" | null | undefined;
553
867
  } & class_variance_authority_types.ClassProp) | undefined) => string;
554
868
  interface InputGroupProps extends React$1.ComponentProps<"div">, VariantProps<typeof inputGroupVariants> {
@@ -587,7 +901,7 @@ type InputGroupTextareaProps = React$1.ComponentProps<typeof Textarea>;
587
901
  declare function InputGroupTextarea({ className, ref, ...props }: InputGroupTextareaProps): react_jsx_runtime.JSX.Element;
588
902
 
589
903
  declare const badgeVariants: (props?: ({
590
- variant?: "primary" | "ghost" | "secondary" | "outline" | "urgent" | null | undefined;
904
+ variant?: "primary" | "ghost" | "outline" | "secondary" | "urgent" | null | undefined;
591
905
  } & class_variance_authority_types.ClassProp) | undefined) => string;
592
906
  interface BadgeProps extends React$1.ComponentProps<"span">, VariantProps<typeof badgeVariants> {
593
907
  /** Left icon slot. */
@@ -597,6 +911,13 @@ interface BadgeProps extends React$1.ComponentProps<"span">, VariantProps<typeof
597
911
  }
598
912
  declare function Badge({ className, variant, iconLeft, iconRight, onKeyDown, style, children, ref, ...props }: BadgeProps): react_jsx_runtime.JSX.Element | null;
599
913
 
914
+ declare const tagVariants: (props?: ({
915
+ color?: "cyan" | "indigo" | "orange" | "pink" | "violet" | "verdant" | "stone" | null | undefined;
916
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
917
+ interface TagProps extends Omit<React$1.ComponentProps<"span">, "color">, VariantProps<typeof tagVariants> {
918
+ }
919
+ declare function Tag({ className, color, ref, ...props }: TagProps): react_jsx_runtime.JSX.Element;
920
+
600
921
  declare function AlertDialog({ ...props }: AlertDialog$1.Root.Props): react_jsx_runtime.JSX.Element;
601
922
  declare function AlertDialogTrigger({ ref, ...props }: AlertDialog$1.Trigger.Props): react_jsx_runtime.JSX.Element;
602
923
  interface AlertDialogContentProps extends AlertDialog$1.Popup.Props {
@@ -660,7 +981,7 @@ declare const tabsListVariants: (props?: ({
660
981
  } & class_variance_authority_types.ClassProp) | undefined) => string;
661
982
  declare function TabsList({ className, variant, ...props }: Tabs$1.List.Props & VariantProps<typeof tabsListVariants>): react_jsx_runtime.JSX.Element;
662
983
  declare const tabsTriggerVariants: (props?: ({
663
- size?: "small" | "regular" | "mini" | "large" | null | undefined;
984
+ size?: "regular" | "mini" | "small" | "large" | null | undefined;
664
985
  } & class_variance_authority_types.ClassProp) | undefined) => string;
665
986
  declare function TabsTrigger({ className, size, ...props }: Tabs$1.Tab.Props & VariantProps<typeof tabsTriggerVariants>): react_jsx_runtime.JSX.Element;
666
987
  declare function TabsContent({ className, ...props }: Tabs$1.Panel.Props): react_jsx_runtime.JSX.Element;
@@ -954,6 +1275,108 @@ declare const PanelIcon: {
954
1275
  ({ className, size, weight, ref, ...props }: IconProps): react_jsx_runtime.JSX.Element;
955
1276
  displayName: string;
956
1277
  };
1278
+ declare const ZoomInIcon: {
1279
+ ({ className, size, weight, ref, ...props }: IconProps): react_jsx_runtime.JSX.Element;
1280
+ displayName: string;
1281
+ };
1282
+ declare const ZoomOutIcon: {
1283
+ ({ className, size, weight, ref, ...props }: IconProps): react_jsx_runtime.JSX.Element;
1284
+ displayName: string;
1285
+ };
1286
+
1287
+ type ValueType = number | string | Array<number | string>;
1288
+ type NameType = number | string;
1289
+ declare const THEMES: {
1290
+ readonly light: "";
1291
+ readonly dark: ".dark";
1292
+ };
1293
+ type ChartConfig = Record<string, {
1294
+ label?: React$1.ReactNode;
1295
+ icon?: React$1.ComponentType;
1296
+ } & ({
1297
+ color?: string;
1298
+ theme?: never;
1299
+ } | {
1300
+ color?: never;
1301
+ theme: Record<keyof typeof THEMES, string>;
1302
+ })>;
1303
+ type ChartContextProps = {
1304
+ config: ChartConfig;
1305
+ };
1306
+ declare function useChart(): ChartContextProps;
1307
+ declare function ChartContainer({ id, className, children, config, initialDimension, ...props }: React$1.ComponentProps<"div"> & {
1308
+ config: ChartConfig;
1309
+ children: React$1.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
1310
+ initialDimension?: {
1311
+ width: number;
1312
+ height: number;
1313
+ };
1314
+ }): react_jsx_runtime.JSX.Element;
1315
+ declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
1316
+ declare function ChartTooltipContent({ active, payload, className, indicator, hideLabel, hideIndicator, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }: React$1.ComponentProps<typeof RechartsPrimitive.Tooltip> & React$1.ComponentProps<"div"> & {
1317
+ hideLabel?: boolean;
1318
+ hideIndicator?: boolean;
1319
+ indicator?: "line" | "dot" | "dashed";
1320
+ nameKey?: string;
1321
+ labelKey?: string;
1322
+ } & Omit<DefaultTooltipContentProps<ValueType, NameType>, "accessibilityLayer">): react_jsx_runtime.JSX.Element | null;
1323
+ declare const ChartLegend: typeof RechartsPrimitive.Legend;
1324
+ declare function ChartLegendContent({ className, hideIcon, payload, verticalAlign, nameKey, }: React$1.ComponentProps<"div"> & {
1325
+ hideIcon?: boolean;
1326
+ nameKey?: string;
1327
+ } & DefaultLegendContentProps): react_jsx_runtime.JSX.Element | null;
1328
+
1329
+ type CarouselApi = UseEmblaCarouselType[1];
1330
+ type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
1331
+ type CarouselOptions = UseCarouselParameters[0];
1332
+ type CarouselPlugin = UseCarouselParameters[1];
1333
+ type CarouselContextProps = {
1334
+ carouselRef: ReturnType<typeof useEmblaCarousel>[0];
1335
+ api: ReturnType<typeof useEmblaCarousel>[1];
1336
+ scrollPrev: () => void;
1337
+ scrollNext: () => void;
1338
+ canScrollPrev: boolean;
1339
+ canScrollNext: boolean;
1340
+ };
1341
+ declare function useCarousel(): CarouselContextProps;
1342
+ type CarouselProps = React$1.ComponentProps<"div"> & {
1343
+ opts?: CarouselOptions;
1344
+ plugins?: CarouselPlugin;
1345
+ setApi?: (api: CarouselApi) => void;
1346
+ };
1347
+ /**
1348
+ * A carousel component powered by Embla Carousel.
1349
+ *
1350
+ * Usage:
1351
+ * ```tsx
1352
+ * <Carousel aria-label="Featured items">
1353
+ * <CarouselPrevious />
1354
+ * <CarouselContent>
1355
+ * <CarouselItem>...</CarouselItem>
1356
+ * </CarouselContent>
1357
+ * <CarouselNext />
1358
+ * </Carousel>
1359
+ * ```
1360
+ *
1361
+ * Place `CarouselPrevious` and `CarouselNext` as direct siblings of
1362
+ * `CarouselContent` inside the carousel — they render inline with the slides.
1363
+ *
1364
+ * Always pass `aria-label` to give the `role="region"` landmark an accessible name.
1365
+ */
1366
+ declare function Carousel({ opts, plugins, setApi, className, children, ref, ...props }: CarouselProps): react_jsx_runtime.JSX.Element;
1367
+ type CarouselContentProps = React$1.ComponentProps<"div">;
1368
+ declare function CarouselContent({ className, ref, ...props }: CarouselContentProps): react_jsx_runtime.JSX.Element;
1369
+ type CarouselItemProps = React$1.ComponentProps<"div"> & {
1370
+ /** 0-based index of this slide. Provide together with `total` to auto-generate an accessible position label ("Slide 1 of 5"). */
1371
+ index?: number;
1372
+ /** Total number of slides. Provide together with `index` to auto-generate an accessible position label. */
1373
+ total?: number;
1374
+ };
1375
+ declare function CarouselItem({ className, index, total, "aria-label": ariaLabel, ref, ...props }: CarouselItemProps): react_jsx_runtime.JSX.Element;
1376
+ type CarouselPreviousProps = React$1.ComponentProps<typeof Button>;
1377
+ declare function CarouselPrevious({ className, variant, size, ref, ...props }: CarouselPreviousProps): react_jsx_runtime.JSX.Element;
1378
+ type CarouselNextProps = React$1.ComponentProps<typeof Button>;
1379
+ declare function CarouselNext({ className, variant, size, ref, ...props }: CarouselNextProps): react_jsx_runtime.JSX.Element;
957
1380
 
958
1381
  declare function Table({ className, ref, ...props }: React$1.ComponentProps<"table">): react_jsx_runtime.JSX.Element;
959
1382
  declare function TableHeader({ className, ref, ...props }: React$1.ComponentProps<"thead">): react_jsx_runtime.JSX.Element;
@@ -976,6 +1399,22 @@ type TableHeadProps = React$1.ComponentProps<typeof TableHead>;
976
1399
  type TableCellProps = React$1.ComponentProps<typeof TableCell>;
977
1400
  type TableCaptionProps = React$1.ComponentProps<typeof TableCaption>;
978
1401
 
1402
+ interface DataTableProps<TData> extends Omit<React$1.ComponentProps<"table">, "children"> {
1403
+ columns: ColumnDef<TData, unknown>[];
1404
+ data: TData[];
1405
+ getRowId: (row: TData) => string;
1406
+ "aria-label": string;
1407
+ showPagination?: boolean;
1408
+ pageSizeOptions?: number[];
1409
+ initialPageSize?: number;
1410
+ enableRowSelection?: boolean;
1411
+ onRowSelectionChange?: (state: RowSelectionState) => void;
1412
+ enableSorting?: boolean;
1413
+ emptyState?: React$1.ReactNode;
1414
+ loading?: boolean;
1415
+ }
1416
+ declare function DataTable<TData>({ columns, data, getRowId, showPagination, pageSizeOptions, initialPageSize, enableRowSelection, onRowSelectionChange: onRowSelectionChangeProp, enableSorting, emptyState, loading, ...tableProps }: DataTableProps<TData>): react_jsx_runtime.JSX.Element;
1417
+
979
1418
  type DataTableViewProps<TData> = React$1.ComponentProps<typeof Table> & {
980
1419
  table: Table$1<TData>;
981
1420
  emptyState?: React$1.ReactNode;
@@ -1001,4 +1440,4 @@ type DataTableViewOptionsProps<TData> = React$1.ComponentProps<typeof Button> &
1001
1440
  };
1002
1441
  declare function DataTableViewOptions<TData>({ table, ...props }: DataTableViewOptionsProps<TData>): react_jsx_runtime.JSX.Element;
1003
1442
 
1004
- export { Accordion, AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, type AccordionProps, AccordionTrigger, type AccordionTriggerProps, Alert, AlertActions, type AlertActionsProps, AlertBody, type AlertBodyProps, AlertDescription, type AlertDescriptionProps, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, type AlertDialogContentProps, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, type AlertProps, AlertTitle, type AlertTitleProps, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowsDownUpIcon, Avatar, AvatarFallback, AvatarGroup, AvatarGroupCount, type AvatarGroupCountProps, type AvatarGroupProps, AvatarImage, type AvatarProps, Badge, type BadgeProps, BellIcon, BookmarkIcon, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, type ButtonGroupProps, ButtonGroupSeparator, type ButtonGroupSeparatorProps, ButtonGroupText, type ButtonGroupTextProps, type ButtonProps, Calendar, CalendarDayButton, CalendarIcon, type CalendarProps, Card, CardAction, type CardActionProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, CaretDownIcon, CaretLeftIcon, CaretRightIcon, CaretUpIcon, ChatIcon, CheckIcon, Checkbox, type CheckboxProps, CheckmarkIcon, CheckmarkSquareIcon, CloseIcon, CogIcon, CredentialsIcon, DataTableColumnHeader, type DataTableColumnHeaderProps, DataTablePagination, type DataTablePaginationProps, DataTableView, DataTableViewOptions, type DataTableViewOptionsProps, type DataTableViewProps, DatePicker, type DatePickerProps, DatePickerTrigger, type DatePickerTriggerProps, Dialog, DialogBody, type DialogBodyProps, DialogClose, type DialogCloseProps, DialogContent, type DialogContentProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogOverlay, type DialogOverlayProps, type DialogProps, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, DocumentIcon, DollarIcon, DownloadIcon, Drawer, DrawerBody, type DrawerBodyProps, DrawerClose, type DrawerCloseProps, DrawerContent, type DrawerContentProps, DrawerDescription, type DrawerDescriptionProps, DrawerFooter, type DrawerFooterProps, DrawerOverlay, type DrawerOverlayProps, DrawerPortal, type DrawerProps, DrawerTitle, type DrawerTitleProps, DrawerTrigger, type DrawerTriggerProps, DropdownMenu, DropdownMenuCheckboxItem, type DropdownMenuCheckboxItemProps, DropdownMenuContent, type DropdownMenuContentProps, DropdownMenuGroup, DropdownMenuItem, type DropdownMenuItemProps, DropdownMenuLabel, type DropdownMenuLabelProps, DropdownMenuRadioGroup, DropdownMenuRadioItem, type DropdownMenuRadioItemProps, DropdownMenuSeparator, type DropdownMenuSeparatorProps, DropdownMenuShortcut, type DropdownMenuShortcutProps, DropdownMenuSub, DropdownMenuSubContent, type DropdownMenuSubContentProps, DropdownMenuSubTrigger, type DropdownMenuSubTriggerProps, DropdownMenuTrigger, type DropdownMenuTriggerProps, EditIcon, EnvelopeIcon, ExclamationIcon, EyeClosedIcon, EyeOpenIcon, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FilterDescendingIcon, FilterIcon, GraphBarIcon, GraphDonutIcon, GraphLineIcon, GraphPieIcon, HamburgerMenuIcon, HomeIcon, type IconProps, type IconWeight, InformationIcon, Input, InputGroup, InputGroupAddon, type InputGroupAddonProps, InputGroupButton, type InputGroupButtonProps, InputGroupInput, type InputGroupInputProps, type InputGroupProps, InputGroupText, type InputGroupTextProps, InputGroupTextarea, type InputGroupTextareaProps, type InputProps, Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, type ItemMediaProps, type ItemProps, ItemSeparator, ItemTitle, Label, type LabelProps, LocationIcon, LockIcon, LogoutIcon, MagnifyingGlassIcon, MinusIcon, MoreMenuIcon, PanelIcon, PhoneIcon, PlusIcon, Popover, PopoverContent, type PopoverContentProps, PopoverDescription, type PopoverDescriptionProps, PopoverHeader, type PopoverHeaderProps, type PopoverProps, PopoverTitle, type PopoverTitleProps, PopoverTrigger, type PopoverTriggerProps, PrintIcon, QuestionCircleIcon, Select, SelectContent, type SelectContentProps, SelectGroup, SelectItem, type SelectItemProps, SelectLabel, type SelectLabelProps, type SelectProps, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, type SelectTriggerProps, SelectValue, Separator, type SeparatorProps, ShareIcon, Sidebar, SidebarContent, type SidebarContentProps, SidebarFooter, type SidebarFooterProps, SidebarGroup, SidebarGroupContent, type SidebarGroupContentProps, type SidebarGroupProps, SidebarHeader, type SidebarHeaderProps, SidebarInset, type SidebarInsetProps, SidebarMenu, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, type SidebarMenuItemProps, type SidebarMenuProps, type SidebarProps, SidebarProvider, type SidebarProviderProps, StarIcon, StatementIcon, Switch, type SwitchProps, Table, TableBody, type TableBodyProps, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TableHeader, type TableHeaderProps, TableIcon, type TableProps, TableRow, type TableRowProps, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, Text, type TextProps, Textarea, type TextareaProps, Tooltip, TooltipContent, type TooltipContentProps, type TooltipProps, TooltipProvider, type TooltipProviderProps, TooltipTrigger, type TooltipTriggerProps, TrashIcon, Upload, type UploadProps, UserIcon, UserMultiIcon, WarningIcon, WrenchIcon, alertVariants, avatarVariants, badgeVariants, buttonGroupTextVariants, buttonGroupVariants, buttonVariants, checkboxVariants, dropdownMenuItemVariants, inputGroupAddonVariants, inputGroupButtonVariants, inputGroupVariants, inputVariants, itemMediaVariants, itemVariants, selectTriggerVariants, switchVariants, tabsListVariants, tabsTriggerVariants, textVariants, uploadVariants, useSidebar };
1443
+ export { Accordion, AccordionContent, type AccordionContentProps, AccordionItem, type AccordionItemProps, type AccordionProps, AccordionTrigger, type AccordionTriggerProps, Alert, AlertActions, type AlertActionsProps, AlertBody, type AlertBodyProps, AlertDescription, type AlertDescriptionProps, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, type AlertDialogContentProps, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, type AlertProps, AlertTitle, type AlertTitleProps, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowsDownUpIcon, Avatar, AvatarFallback, AvatarGroup, AvatarGroupCount, type AvatarGroupCountProps, type AvatarGroupProps, AvatarImage, type AvatarProps, Badge, type BadgeProps, BellIcon, BookmarkIcon, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, type ButtonGroupProps, ButtonGroupSeparator, type ButtonGroupSeparatorProps, ButtonGroupText, type ButtonGroupTextProps, type ButtonProps, Calendar, CalendarDayButton, CalendarIcon, type CalendarProps, Card, CardAction, type CardActionProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, CaretDownIcon, CaretLeftIcon, CaretRightIcon, CaretUpIcon, Carousel, type CarouselApi, CarouselContent, type CarouselContentProps, CarouselItem, type CarouselItemProps, CarouselNext, type CarouselNextProps, CarouselPrevious, type CarouselPreviousProps, type CarouselProps, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartTooltip, ChartTooltipContent, ChatIcon, CheckIcon, Checkbox, type CheckboxProps, CheckmarkIcon, CheckmarkSquareIcon, CloseIcon, CogIcon, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, type ComboboxChipsProps, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, type ComboboxInputProps, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, CredentialsIcon, DataTable, DataTableColumnHeader, type DataTableColumnHeaderProps, DataTablePagination, type DataTablePaginationProps, type DataTableProps, DataTableView, DataTableViewOptions, type DataTableViewOptionsProps, type DataTableViewProps, DatePicker, type DatePickerProps, DatePickerTrigger, type DatePickerTriggerProps, Dialog, DialogBody, type DialogBodyProps, DialogClose, type DialogCloseProps, DialogContent, type DialogContentProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogOverlay, type DialogOverlayProps, type DialogProps, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, DocumentIcon, DollarIcon, DownloadIcon, Drawer, DrawerBody, type DrawerBodyProps, DrawerClose, type DrawerCloseProps, DrawerContent, type DrawerContentProps, DrawerDescription, type DrawerDescriptionProps, DrawerFooter, type DrawerFooterProps, DrawerOverlay, type DrawerOverlayProps, DrawerPortal, type DrawerProps, DrawerTitle, type DrawerTitleProps, DrawerTrigger, type DrawerTriggerProps, DropdownMenu, DropdownMenuCheckboxItem, type DropdownMenuCheckboxItemProps, DropdownMenuContent, type DropdownMenuContentProps, DropdownMenuGroup, DropdownMenuItem, type DropdownMenuItemProps, DropdownMenuLabel, type DropdownMenuLabelProps, DropdownMenuRadioGroup, DropdownMenuRadioItem, type DropdownMenuRadioItemProps, DropdownMenuSeparator, type DropdownMenuSeparatorProps, DropdownMenuShortcut, type DropdownMenuShortcutProps, DropdownMenuSub, DropdownMenuSubContent, type DropdownMenuSubContentProps, DropdownMenuSubTrigger, type DropdownMenuSubTriggerProps, DropdownMenuTrigger, type DropdownMenuTriggerProps, EditIcon, Empty, EmptyActions, type EmptyActionsProps, EmptyContent, type EmptyContentProps, EmptyDescription, type EmptyDescriptionProps, EmptyMedia, type EmptyMediaProps, type EmptyProps, EmptyTitle, type EmptyTitleProps, EnvelopeIcon, ExclamationIcon, EyeClosedIcon, EyeOpenIcon, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FilterDescendingIcon, FilterIcon, GraphBarIcon, GraphDonutIcon, GraphLineIcon, GraphPieIcon, HamburgerMenuIcon, HomeIcon, HoverCard, HoverCardContent, type HoverCardContentProps, type HoverCardProps, HoverCardTrigger, type HoverCardTriggerProps, type IconProps, type IconWeight, InformationIcon, Input, InputGroup, InputGroupAddon, type InputGroupAddonProps, InputGroupButton, type InputGroupButtonProps, InputGroupInput, type InputGroupInputProps, type InputGroupProps, InputGroupText, type InputGroupTextProps, InputGroupTextarea, type InputGroupTextareaProps, type InputProps, Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, type ItemMediaProps, type ItemProps, ItemSeparator, ItemTitle, Label, type LabelProps, LocationIcon, LockIcon, LogoutIcon, MagnifyingGlassIcon, MinusIcon, MoreMenuIcon, PanelIcon, PhoneIcon, PlusIcon, Popover, PopoverContent, type PopoverContentProps, PopoverDescription, type PopoverDescriptionProps, PopoverHeader, type PopoverHeaderProps, type PopoverProps, PopoverTitle, type PopoverTitleProps, PopoverTrigger, type PopoverTriggerProps, PrintIcon, QuestionCircleIcon, RadioGroup, RadioGroupCard, type RadioGroupCardProps, RadioGroupItem, type RadioGroupItemProps, type RadioGroupProps, Select, SelectContent, type SelectContentProps, SelectGroup, SelectItem, type SelectItemProps, SelectLabel, type SelectLabelProps, type SelectProps, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, type SelectTriggerProps, SelectValue, Separator, type SeparatorProps, ShareIcon, Sidebar, SidebarContent, type SidebarContentProps, SidebarFooter, type SidebarFooterProps, SidebarGroup, SidebarGroupContent, type SidebarGroupContentProps, type SidebarGroupProps, SidebarHeader, type SidebarHeaderProps, SidebarInset, type SidebarInsetProps, SidebarMenu, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, type SidebarMenuItemProps, type SidebarMenuProps, type SidebarProps, SidebarProvider, type SidebarProviderProps, SidebarSeparator, Slider, type SliderProps, StarIcon, StatementIcon, Switch, type SwitchProps, Table, TableBody, type TableBodyProps, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TableHeader, type TableHeaderProps, TableIcon, type TableProps, TableRow, type TableRowProps, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, Tag, type TagProps, Text, type TextProps, Textarea, type TextareaProps, type Toast, type ToastOptions, type ToastPosition, Toaster, type ToasterProps, Tooltip, TooltipContent, type TooltipContentProps, type TooltipProps, TooltipProvider, type TooltipProviderProps, TooltipTrigger, type TooltipTriggerProps, TrashIcon, Upload, type UploadProps, UserIcon, UserMultiIcon, WarningIcon, WrenchIcon, ZoomInIcon, ZoomOutIcon, alertVariants, avatarVariants, badgeVariants, buttonGroupTextVariants, buttonGroupVariants, buttonVariants, checkboxVariants, cn, comboboxChipsVariants, comboboxInputVariants, createToaster, dropdownMenuItemVariants, emptyMediaVariants, emptyVariants, inputGroupAddonVariants, inputGroupButtonVariants, inputGroupVariants, inputVariants, itemMediaVariants, itemVariants, radioGroupVariants, radioItemVariants, selectTriggerVariants, switchVariants, tabsListVariants, tabsTriggerVariants, tagVariants, textVariants, toast, toastManager, uploadVariants, useCarousel, useChart, useComboboxAnchor, useComboboxFilter, useSidebar };