@altimateai/ui-components 0.0.69-beta.2 → 0.0.69-beta1
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/{Button-42Dj_nRE.d.ts → Button-Bsgqi8kG.d.ts} +5 -12
- package/dist/CoachForm.js +2 -2
- package/dist/Stack.js +299 -297
- package/dist/ToggleGroup.js +31 -21
- package/dist/chatbotV2/index.d.ts +2 -2
- package/dist/index.d.ts +9 -9
- package/dist/redux-toolkit.modern.js +1 -11
- package/dist/shadcn/index.d.ts +28 -19
- package/dist/shadcn/index.js +154 -128
- package/dist/{types-C2UJ4TLI.d.ts → types-CPALoG7v.d.ts} +0 -2
- package/package.json +1 -1
package/dist/ToggleGroup.js
CHANGED
|
@@ -1719,36 +1719,46 @@ const jr = Ae(({ className: e, ...n }, t) => /* @__PURE__ */ u.jsx(
|
|
|
1719
1719
|
{
|
|
1720
1720
|
ref: t,
|
|
1721
1721
|
className: G(
|
|
1722
|
-
"al-flex al-h-full al-w-full al-flex-col al-overflow-hidden al-rounded-md al-bg-popover al-text-popover-foreground",
|
|
1722
|
+
"al-flex al-h-full al-w-full al-flex-col al-overflow-hidden al-rounded-md !al-bg-popover al-text-popover-foreground",
|
|
1723
1723
|
e
|
|
1724
1724
|
),
|
|
1725
1725
|
...n
|
|
1726
1726
|
}
|
|
1727
1727
|
));
|
|
1728
1728
|
jr.displayName = ke.displayName;
|
|
1729
|
-
const Vh = ({ children: e,
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1729
|
+
const Vh = ({ children: e, commandProps: n, ...t }) => /* @__PURE__ */ u.jsx(mc, { ...t, children: /* @__PURE__ */ u.jsx(gc, { className: "al-overflow-hidden !al-p-0 al-shadow-lg !al-max-w-[50vw]", children: /* @__PURE__ */ u.jsx(
|
|
1730
|
+
jr,
|
|
1731
|
+
{
|
|
1732
|
+
className: "[&_[cmdk-group-heading]]:al-px-2 [&_[cmdk-group-heading]]:al-font-medium [&_[cmdk-group-heading]]:al-text-muted-foreground [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:al-pt-0 [&_[cmdk-group]]:al-px-2 [&_[cmdk-input-wrapper]_svg]:al-h-5 [&_[cmdk-input-wrapper]_svg]:al-w-5 [&_[cmdk-input]]:al-h-12 [&_[cmdk-item]]:al-px-2 [&_[cmdk-item]]:al-py-3 [&_[cmdk-item]_svg]:al-h-5 [&_[cmdk-item]_svg]:al-w-5",
|
|
1733
|
+
...n,
|
|
1734
|
+
children: e
|
|
1735
|
+
}
|
|
1736
|
+
) }) }), ys = Ae(
|
|
1737
|
+
({ className: e, tag: n, ...t }, r) => (
|
|
1738
|
+
// eslint-disable-next-line react/no-unknown-property
|
|
1739
|
+
/* @__PURE__ */ u.jsxs("div", { className: "al-flex al-items-center al-border-b al-px-3", "cmdk-input-wrapper": "", children: [
|
|
1740
|
+
/* @__PURE__ */ u.jsx(da, { className: "al-mr-2 al-h-4 al-w-4 al-shrink-0 al-opacity-50" }),
|
|
1741
|
+
n && /* @__PURE__ */ u.jsx("span", { className: "al-mr-2 al-px-2 al-py-1 al-rounded !al-bg-green-100 al-text-green-600 al-text-xs al-font-medium al-whitespace-nowrap", children: n }),
|
|
1742
|
+
/* @__PURE__ */ u.jsx(
|
|
1743
|
+
ke.Input,
|
|
1744
|
+
{
|
|
1745
|
+
ref: r,
|
|
1746
|
+
className: G(
|
|
1747
|
+
"al-flex al-h-11 al-w-full al-rounded-md !al-bg-transparent al-py-3 al-text-sm al-outline-none placeholder:al-text-muted-foreground disabled:al-cursor-not-allowed disabled:al-opacity-50",
|
|
1748
|
+
e
|
|
1749
|
+
),
|
|
1750
|
+
...t
|
|
1751
|
+
}
|
|
1752
|
+
)
|
|
1753
|
+
] })
|
|
1754
|
+
)
|
|
1755
|
+
);
|
|
1746
1756
|
ys.displayName = ke.Input.displayName;
|
|
1747
1757
|
const bs = Ae(({ className: e, ...n }, t) => /* @__PURE__ */ u.jsx(
|
|
1748
1758
|
ke.List,
|
|
1749
1759
|
{
|
|
1750
1760
|
ref: t,
|
|
1751
|
-
className: G("al-max-h-
|
|
1761
|
+
className: G("al-max-h-96 al-overflow-y-auto al-overflow-x-hidden", e),
|
|
1752
1762
|
...n
|
|
1753
1763
|
}
|
|
1754
1764
|
));
|
|
@@ -1771,7 +1781,7 @@ const qd = Ae(({ className: e, ...n }, t) => /* @__PURE__ */ u.jsx(
|
|
|
1771
1781
|
ke.Separator,
|
|
1772
1782
|
{
|
|
1773
1783
|
ref: t,
|
|
1774
|
-
className: G("al--mx-1 al-h-px al-bg-border", e),
|
|
1784
|
+
className: G("al--mx-1 al-h-px !al-bg-border", e),
|
|
1775
1785
|
...n
|
|
1776
1786
|
}
|
|
1777
1787
|
));
|
|
@@ -1782,7 +1792,7 @@ const Cs = Ae(({ className: e, ...n }, t) => /* @__PURE__ */ u.jsx(
|
|
|
1782
1792
|
ref: t,
|
|
1783
1793
|
role: "option",
|
|
1784
1794
|
className: G(
|
|
1785
|
-
"al-relative al-flex al-cursor-default al-gap-2 al-select-none al-items-center al-rounded-sm al-px-2 al-py-1.5 al-text-sm al-outline-none data-[disabled=true]:al-pointer-events-none data-[selected=true]
|
|
1795
|
+
"al-relative al-flex al-cursor-default al-gap-2 al-select-none al-items-center al-rounded-sm al-px-2 al-py-1.5 al-text-sm al-outline-none data-[disabled=true]:al-pointer-events-none data-[selected=true]:!al-bg-accent data-[selected=true]:al-text-accent-foreground data-[disabled=true]:al-opacity-50 [&_svg]:al-pointer-events-none [&_svg]:al-size-4 [&_svg]:al-shrink-0",
|
|
1786
1796
|
e
|
|
1787
1797
|
),
|
|
1788
1798
|
...n
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default, { FC, ReactNode } from 'react';
|
|
2
|
-
import { j as ChatbotProps, k as ChatbotProviderProps, m as ChatState, A as Artifact, n as ContextOption, I as InteractionRequest, o as ChatMessage, p as AgentAction, q as ChatResponse, F as Feedback, r as LoadingState, s as ChatSession, i as Citation, t as TodoItem, M as MessageAttachment, D as DetectedEntity, E as EntityType, u as AgentStreamResponse, S as SessionStatusEnum } from '../types-
|
|
3
|
-
export { x as AssistantMeta, w as ChatEvent, v as ChatEventStatus, z as ChatbotUrls, B as Datamate, G as EntityDetectionRequest, H as EntityDetectionResponse, y as FileUploadProps, W as FinalResponseData, N as InteractionChoice, K as InteractionType, J as Mode, V as ProgressUpdate, R as ToolUsageData, U as UploadedFile, X as agentStreamResponseSchema, O as sessionStatusSchema, Q as todoItemSchema } from '../types-
|
|
2
|
+
import { j as ChatbotProps, k as ChatbotProviderProps, m as ChatState, A as Artifact, n as ContextOption, I as InteractionRequest, o as ChatMessage, p as AgentAction, q as ChatResponse, F as Feedback, r as LoadingState, s as ChatSession, i as Citation, t as TodoItem, M as MessageAttachment, D as DetectedEntity, E as EntityType, u as AgentStreamResponse, S as SessionStatusEnum } from '../types-CPALoG7v.js';
|
|
3
|
+
export { x as AssistantMeta, w as ChatEvent, v as ChatEventStatus, z as ChatbotUrls, B as Datamate, G as EntityDetectionRequest, H as EntityDetectionResponse, y as FileUploadProps, W as FinalResponseData, N as InteractionChoice, K as InteractionType, J as Mode, V as ProgressUpdate, R as ToolUsageData, U as UploadedFile, X as agentStreamResponseSchema, O as sessionStatusSchema, Q as todoItemSchema } from '../types-CPALoG7v.js';
|
|
4
4
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
5
5
|
import { UnknownAction } from '@reduxjs/toolkit';
|
|
6
6
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as React$1 from 'react';
|
|
2
|
-
import
|
|
3
|
-
import { B as ButtonProps
|
|
2
|
+
import { HTMLAttributes, ButtonHTMLAttributes, ReactNode, FC, MouseEvent } from 'react';
|
|
3
|
+
import { B as ButtonProps } from './Button-Bsgqi8kG.js';
|
|
4
4
|
import { Components } from 'react-markdown';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
6
|
import { PlotParams } from 'react-plotly.js';
|
|
7
|
-
import { T as TaskLabels, a as TeamMateContextProps, b as TeamMateState, c as TeamMateConfig, d as TeamMateActionType, e as TeamMateAvailability } from './types-
|
|
8
|
-
export { i as Citation, f as CoachAiConfirmationResponse, C as CoachAiResponse, g as ContentCategory, L as Learning, P as PersonalizationScope, h as TeamMateComponentProps, l as learningSchema } from './types-
|
|
7
|
+
import { T as TaskLabels, a as TeamMateContextProps, b as TeamMateState, c as TeamMateConfig, d as TeamMateActionType, e as TeamMateAvailability } from './types-CPALoG7v.js';
|
|
8
|
+
export { i as Citation, f as CoachAiConfirmationResponse, C as CoachAiResponse, g as ContentCategory, L as Learning, P as PersonalizationScope, h as TeamMateComponentProps, l as learningSchema } from './types-CPALoG7v.js';
|
|
9
9
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
10
10
|
import { PayloadAction } from '@reduxjs/toolkit';
|
|
11
11
|
import * as immer from 'immer';
|
|
@@ -25,16 +25,16 @@ interface SpinnerProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
25
25
|
}
|
|
26
26
|
declare const Spinner: React$1.ForwardRefExoticComponent<SpinnerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
27
27
|
|
|
28
|
-
interface Props$7 extends
|
|
29
|
-
variant?: ButtonProps
|
|
28
|
+
interface Props$7 extends ButtonHTMLAttributes<HTMLButtonElement> {
|
|
29
|
+
variant?: ButtonProps["variant"];
|
|
30
30
|
title: string;
|
|
31
31
|
}
|
|
32
|
-
declare const IconButton: (
|
|
32
|
+
declare const IconButton: (props: Props$7) => JSX.Element;
|
|
33
33
|
|
|
34
|
-
type Props$6 = {
|
|
34
|
+
type Props$6 = ButtonProps & {
|
|
35
35
|
loading: boolean;
|
|
36
36
|
loadingText?: string | null;
|
|
37
|
-
}
|
|
37
|
+
};
|
|
38
38
|
declare const LoadingButton: ({ loading, loadingText, ...rest }: Props$6) => JSX.Element;
|
|
39
39
|
|
|
40
40
|
interface Props$5 {
|
|
@@ -12,17 +12,7 @@ function is(e) {
|
|
|
12
12
|
* This source code is licensed under the MIT license.
|
|
13
13
|
* See the LICENSE file in the root directory of this source tree.
|
|
14
14
|
*/
|
|
15
|
-
const zt = [["path", { d: "M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4", key: "svg-0" }], ["path", { d: "M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4", key: "svg-1" }]], ss = bt("outline", "refresh", "Refresh", zt), us = ({
|
|
16
|
-
pt,
|
|
17
|
-
{
|
|
18
|
-
...r,
|
|
19
|
-
title: e,
|
|
20
|
-
type: n ?? "button",
|
|
21
|
-
size: "icon",
|
|
22
|
-
variant: o ?? "ghost",
|
|
23
|
-
children: r.children
|
|
24
|
-
}
|
|
25
|
-
);
|
|
15
|
+
const zt = [["path", { d: "M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4", key: "svg-0" }], ["path", { d: "M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4", key: "svg-1" }]], ss = bt("outline", "refresh", "Refresh", zt), us = (e) => /* @__PURE__ */ $.jsx(pt, { ...e, type: e.type ?? "button", size: "icon", variant: e.variant ?? "ghost", children: e.children });
|
|
26
16
|
var ee = {}, pr = { exports: {} };
|
|
27
17
|
(function(e) {
|
|
28
18
|
function o(n) {
|
package/dist/shadcn/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a as Button, B as ButtonProps
|
|
2
|
-
export {
|
|
1
|
+
import { a as Button, B as ButtonProps } from '../Button-Bsgqi8kG.js';
|
|
2
|
+
export { b as buttonVariants } from '../Button-Bsgqi8kG.js';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import { DayPicker, DayButton, DateRange } from 'react-day-picker';
|
|
5
5
|
import * as React$1 from 'react';
|
|
6
|
-
import { ComponentProps, HTMLAttributes, AriaRole, ReactNode, SelectHTMLAttributes
|
|
6
|
+
import { ComponentProps, HTMLAttributes, ComponentPropsWithoutRef, AriaRole, ReactNode, SelectHTMLAttributes } from 'react';
|
|
7
7
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
8
8
|
import { VariantProps } from 'class-variance-authority';
|
|
9
9
|
import * as SheetPrimitive from '@radix-ui/react-dialog';
|
|
@@ -12,6 +12,7 @@ import * as LabelPrimitive from '@radix-ui/react-label';
|
|
|
12
12
|
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
13
13
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
14
14
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
15
|
+
import { Command as Command$1 } from 'cmdk';
|
|
15
16
|
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
16
17
|
export { PopoverClose } from '@radix-ui/react-popover';
|
|
17
18
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
@@ -192,15 +193,14 @@ declare const Command: React$1.ForwardRefExoticComponent<Omit<{
|
|
|
192
193
|
disablePointerSelection?: boolean;
|
|
193
194
|
vimBindings?: boolean;
|
|
194
195
|
} & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
} & React$1.RefAttributes<HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
|
|
196
|
+
interface CommandDialogProps extends DialogProps {
|
|
197
|
+
commandProps?: ComponentPropsWithoutRef<typeof Command$1>;
|
|
198
|
+
}
|
|
199
|
+
declare const CommandDialog: ({ children, commandProps, ...props }: CommandDialogProps) => react_jsx_runtime.JSX.Element;
|
|
200
|
+
interface CommandInputProps extends ComponentPropsWithoutRef<typeof Command$1.Input> {
|
|
201
|
+
tag?: string;
|
|
202
|
+
}
|
|
203
|
+
declare const CommandInput: React$1.ForwardRefExoticComponent<CommandInputProps & React$1.RefAttributes<HTMLInputElement>>;
|
|
204
204
|
declare const CommandList: React$1.ForwardRefExoticComponent<Omit<{
|
|
205
205
|
children?: React.ReactNode;
|
|
206
206
|
} & Pick<Pick<React$1.DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
|
|
@@ -338,7 +338,6 @@ type ToasterToast = ToastProps & {
|
|
|
338
338
|
title?: React$1.ReactNode;
|
|
339
339
|
description?: React$1.ReactNode;
|
|
340
340
|
action?: ToastActionElement;
|
|
341
|
-
icon?: React$1.ReactNode;
|
|
342
341
|
};
|
|
343
342
|
declare const actionTypes: {
|
|
344
343
|
readonly ADD_TOAST: "ADD_TOAST";
|
|
@@ -504,15 +503,23 @@ declare const Sidebar: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttri
|
|
|
504
503
|
variant?: "sidebar" | "floating" | "inset";
|
|
505
504
|
collapsible?: "offcanvas" | "icon" | "none";
|
|
506
505
|
}, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
507
|
-
declare const SidebarTrigger: React$1.ForwardRefExoticComponent<Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement> & Omit<VariantProps<(props?: ({
|
|
506
|
+
declare const SidebarTrigger: React$1.ForwardRefExoticComponent<(Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement> & Omit<VariantProps<(props?: ({
|
|
508
507
|
variant?: "link" | "default" | "destructive" | "outline" | "success" | "secondary" | "ghost" | null | undefined;
|
|
509
508
|
size?: "xs" | "sm" | "lg" | "default" | "icon" | null | undefined;
|
|
510
509
|
} & class_variance_authority_types.ClassProp) | undefined) => string>, "size"> & {
|
|
511
510
|
asChild?: boolean;
|
|
512
511
|
} & {
|
|
513
|
-
size
|
|
512
|
+
size: "icon";
|
|
513
|
+
title: string;
|
|
514
|
+
} & React$1.RefAttributes<HTMLButtonElement>, "ref"> | Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement> & Omit<VariantProps<(props?: ({
|
|
515
|
+
variant?: "link" | "default" | "destructive" | "outline" | "success" | "secondary" | "ghost" | null | undefined;
|
|
516
|
+
size?: "xs" | "sm" | "lg" | "default" | "icon" | null | undefined;
|
|
517
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string>, "size"> & {
|
|
518
|
+
asChild?: boolean;
|
|
519
|
+
} & {
|
|
520
|
+
size?: "default" | "sm" | "xs" | "lg";
|
|
514
521
|
title?: string;
|
|
515
|
-
} & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
522
|
+
} & React$1.RefAttributes<HTMLButtonElement>, "ref">) & React$1.RefAttributes<HTMLButtonElement>>;
|
|
516
523
|
declare const SidebarRail: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
517
524
|
declare const SidebarInset: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
518
525
|
declare const SidebarInput: React$1.ForwardRefExoticComponent<Omit<InputProps & React$1.RefAttributes<HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
|
|
@@ -651,8 +658,7 @@ declare const PaginationContent: React$1.ForwardRefExoticComponent<Omit<React$1.
|
|
|
651
658
|
declare const PaginationItem: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React$1.RefAttributes<HTMLLIElement>>;
|
|
652
659
|
type PaginationLinkProps = {
|
|
653
660
|
isActive?: boolean;
|
|
654
|
-
|
|
655
|
-
} & React$1.ComponentProps<"a">;
|
|
661
|
+
} & Pick<ButtonProps, "size"> & React$1.ComponentProps<"a">;
|
|
656
662
|
declare const PaginationLink: {
|
|
657
663
|
({ className, isActive, size, children, "aria-label": ariaLabel, ...props }: PaginationLinkProps): react_jsx_runtime.JSX.Element;
|
|
658
664
|
displayName: string;
|
|
@@ -733,4 +739,7 @@ declare function ToggleGroup({ className, variant, size, spacing, children, ...p
|
|
|
733
739
|
}): react_jsx_runtime.JSX.Element;
|
|
734
740
|
declare function ToggleGroupItem({ className, children, variant, size, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
|
|
735
741
|
|
|
736
|
-
|
|
742
|
+
declare function Kbd({ className, ...props }: ComponentProps<"kbd">): react_jsx_runtime.JSX.Element;
|
|
743
|
+
declare function KbdGroup({ className, ...props }: ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
744
|
+
|
|
745
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, type AutosizeTextAreaRef, AutosizeTextarea, Avatar, AvatarFallback, AvatarImage, Badge, type BadgeProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonProps, Calendar, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, Checkbox, Combobox, ComboboxInner, type ComboboxOption, type ComboboxRef, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, DebouncedInput, type DebouncedInputProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DragAndDropFileUpload, type DragAndDropFileUploadProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, type InputProps, Kbd, KbdGroup, Label, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NativeSelect, type Option, PREDEFINED_RANGES, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, Popover, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, TZDateRange, Tabs, TabsContent, TabsList, type TabsProps, TabsTrigger, TagsInput, TagsInputClear, TagsInputInput, TagsInputItem, TagsInputLabel, TagsInputList, Textarea, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipCore, TooltipProvider, TooltipTrigger, Typography, badgeVariants, reducer, tabsVariants, toast, toggleVariants, useAutosizeTextArea, useFormField, useSidebar, useToast };
|