@definable/ui 0.1.35 → 0.1.36
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/icons/icons.d.ts
CHANGED
|
@@ -6,4 +6,6 @@ export declare const Icons: {
|
|
|
6
6
|
xai: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
gemini: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
moonshot: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
byteplus: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
kling: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
11
|
};
|
package/dist/index.js
CHANGED
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
import { Drawer as
|
|
2
|
-
import { Alert as
|
|
1
|
+
import { Drawer as z, DrawerClose as D, DrawerContent as S, DrawerDescription as I, DrawerFooter as L, DrawerHeader as N, DrawerOverlay as A, DrawerPortal as T, DrawerTitle as B, DrawerTrigger as k } from "./components/drawer.js";
|
|
2
|
+
import { Alert as O, AlertDescription as R, AlertTitle as j } from "./components/alert.js";
|
|
3
3
|
import { AlertDialog as F } from "./components/alert-dialog.js";
|
|
4
|
-
import { Avatar as H, AvatarFallback as
|
|
5
|
-
import { Badge as
|
|
6
|
-
import { Button as
|
|
7
|
-
import { Calendar as
|
|
8
|
-
import { Card as
|
|
9
|
-
import { Carousel as
|
|
10
|
-
import { Checkbox as
|
|
11
|
-
import { Collapse as
|
|
12
|
-
import { Command as
|
|
13
|
-
import { CommandMenu as
|
|
14
|
-
import { ConfirmationModal as
|
|
15
|
-
import { ContextMenu as D0, ContextMenuCheckboxItem as S0, ContextMenuGroup as
|
|
16
|
-
import { Dialog as
|
|
17
|
-
import { DropdownMenu as
|
|
18
|
-
import { Dropzone as
|
|
19
|
-
import { ImageCropper as
|
|
20
|
-
import { ImageCropperModal as
|
|
21
|
-
import { Input as
|
|
22
|
-
import { Label as
|
|
23
|
-
import { Loader as
|
|
24
|
-
import { LoadingPlaceholder as
|
|
25
|
-
import { Mention as
|
|
26
|
-
import { Modal as
|
|
27
|
-
import { NotificationContainer as
|
|
28
|
-
import { Popover as
|
|
4
|
+
import { Avatar as H, AvatarFallback as U, AvatarImage as K } from "./components/avatar.js";
|
|
5
|
+
import { Badge as X, badgeVariants as _ } from "./components/badge.js";
|
|
6
|
+
import { Button as J } from "./components/button.js";
|
|
7
|
+
import { Calendar as W } from "./components/calendar.js";
|
|
8
|
+
import { Card as Z, CardContent as $, CardDescription as e0, CardFooter as l0, CardHeader as o0, CardTitle as r0 } from "./components/card.js";
|
|
9
|
+
import { Carousel as n0 } from "./components/carousel.js";
|
|
10
|
+
import { Checkbox as i0 } from "./components/checkbox.js";
|
|
11
|
+
import { Collapse as s0 } from "./components/collapse.js";
|
|
12
|
+
import { Command as p0, CommandDialog as m0, CommandEmpty as g0, CommandGroup as h0, CommandInput as f0, CommandItem as x0, CommandList as u0, CommandSeparator as w0 } from "./components/command.js";
|
|
13
|
+
import { CommandMenu as C0, CommandMenuDemo as b0 } from "./components/command-menu.js";
|
|
14
|
+
import { ConfirmationModal as y0 } from "./components/confirmation-modal.js";
|
|
15
|
+
import { ContextMenu as D0, ContextMenuCheckboxItem as S0, ContextMenuGroup as I0, ContextMenuItem as L0, ContextMenuLabel as N0, ContextMenuRadioGroup as A0, ContextMenuRadioItem as T0, ContextMenuSeparator as B0, ContextMenuSub as k0, ContextMenuSubContent as G0, ContextMenuSubTrigger as O0 } from "./components/context-menu.js";
|
|
16
|
+
import { Dialog as j0, DialogClose as P0, DialogContent as F0, DialogDescription as V0, DialogFooter as H0, DialogHeader as U0, DialogOverlay as K0, DialogPortal as E0, DialogTitle as X0, DialogTrigger as _0 } from "./components/dialog.js";
|
|
17
|
+
import { DropdownMenu as J0, DropdownMenuContent as Q0, DropdownMenuGroup as W0, DropdownMenuItem as Y0, DropdownMenuSeparator as Z0, DropdownMenuTrigger as $0 } from "./components/dropdown-menu.js";
|
|
18
|
+
import { Dropzone as l1 } from "./components/dropzone.js";
|
|
19
|
+
import { ImageCropper as r1 } from "./components/image-cropper.js";
|
|
20
|
+
import { ImageCropperModal as n1 } from "./components/image-cropper-modal.js";
|
|
21
|
+
import { Input as i1 } from "./components/input.js";
|
|
22
|
+
import { Label as s1 } from "./components/label.js";
|
|
23
|
+
import { Loader as p1 } from "./components/loader.js";
|
|
24
|
+
import { LoadingPlaceholder as g1 } from "./components/loading-placeholder.js";
|
|
25
|
+
import { Mention as f1 } from "./components/mention.js";
|
|
26
|
+
import { Modal as u1 } from "./components/modal.js";
|
|
27
|
+
import { NotificationContainer as v1 } from "./components/notification.js";
|
|
28
|
+
import { Popover as b1, PopoverContent as M1, PopoverTrigger as y1 } from "./components/popover.js";
|
|
29
29
|
import { Progress as D1 } from "./components/progress.js";
|
|
30
|
-
import { RadioGroup as
|
|
31
|
-
import { ScrollArea as
|
|
32
|
-
import { SearchableSelect as
|
|
33
|
-
import { SelectionBar as
|
|
34
|
-
import { Separator as
|
|
35
|
-
import { Sheet as
|
|
36
|
-
import { Skeleton as
|
|
37
|
-
import { Slider as
|
|
38
|
-
import { a as
|
|
39
|
-
import { Switch as
|
|
40
|
-
import { Table as
|
|
41
|
-
import { TableEmpty as
|
|
42
|
-
import { TableMobile as
|
|
43
|
-
import { Tabs as
|
|
44
|
-
import { ANSI as
|
|
45
|
-
import { Textarea as
|
|
46
|
-
import { Tooltip as
|
|
47
|
-
import { ToastContainer as
|
|
48
|
-
import { Picker as
|
|
49
|
-
import { jsx as
|
|
50
|
-
import { cn as
|
|
51
|
-
import { BotIcon as
|
|
52
|
-
const i = (
|
|
53
|
-
const { size: e = 48, className:
|
|
54
|
-
return /* @__PURE__ */
|
|
30
|
+
import { RadioGroup as I1, RadioGroupItem as L1 } from "./components/radio-group.js";
|
|
31
|
+
import { ScrollArea as A1, ScrollBar as T1 } from "./components/scroll-area.js";
|
|
32
|
+
import { SearchableSelect as k1, Select as G1, SelectContent as O1, SelectGroup as R1, SelectItem as j1, SelectLabel as P1, SelectTrigger as F1, SelectValue as V1 } from "./components/select.js";
|
|
33
|
+
import { SelectionBar as U1 } from "./components/selection-bar.js";
|
|
34
|
+
import { Separator as E1 } from "./components/separator.js";
|
|
35
|
+
import { Sheet as _1 } from "./components/sheet.js";
|
|
36
|
+
import { Skeleton as J1 } from "./components/skeleton.js";
|
|
37
|
+
import { Slider as W1 } from "./components/slider.js";
|
|
38
|
+
import { a as Z1, S as $1, b as e2 } from "./stepper-modal-Bh6gsg8o.js";
|
|
39
|
+
import { Switch as o2 } from "./components/switch.js";
|
|
40
|
+
import { Table as t2 } from "./components/table.js";
|
|
41
|
+
import { TableEmpty as a2 } from "./components/table-empty.js";
|
|
42
|
+
import { TableMobile as c2 } from "./components/table-mobile.js";
|
|
43
|
+
import { Tabs as d2, TabsContent as p2, TabsList as m2, TabsTrigger as g2 } from "./components/tabs.js";
|
|
44
|
+
import { ANSI as f2, LOG_COLORS as x2, colorize as u2 } from "./components/terminal.js";
|
|
45
|
+
import { Textarea as v2 } from "./components/textarea.js";
|
|
46
|
+
import { Tooltip as b2 } from "./components/tooltip.js";
|
|
47
|
+
import { ToastContainer as y2, toast as z2, useToast as D2 } from "./components/use-toast.js";
|
|
48
|
+
import { Picker as I2 } from "./components/picker.js";
|
|
49
|
+
import { jsx as l, jsxs as t } from "react/jsx-runtime";
|
|
50
|
+
import { cn as n } from "./lib/utils.js";
|
|
51
|
+
import { BotIcon as a } from "lucide-react";
|
|
52
|
+
const i = (o) => {
|
|
53
|
+
const { size: e = 48, className: r = "" } = o;
|
|
54
|
+
return /* @__PURE__ */ l(
|
|
55
55
|
"div",
|
|
56
56
|
{
|
|
57
57
|
"aria-label": "Claude",
|
|
58
|
-
className:
|
|
58
|
+
className: n("flex flex-col items-center justify-center flex-none text-white rounded-full", r),
|
|
59
59
|
style: {
|
|
60
60
|
background: "rgb(217, 119, 87)",
|
|
61
61
|
height: e,
|
|
@@ -75,20 +75,20 @@ const i = (r) => {
|
|
|
75
75
|
xmlns: "http://www.w3.org/2000/svg",
|
|
76
76
|
className: "flex-none leading-none",
|
|
77
77
|
children: [
|
|
78
|
-
/* @__PURE__ */
|
|
79
|
-
/* @__PURE__ */
|
|
78
|
+
/* @__PURE__ */ l("title", { children: "Claude" }),
|
|
79
|
+
/* @__PURE__ */ l("path", { d: "M4.709 15.955l4.72-2.647.08-.23-.08-.128H9.2l-.79-.048-2.698-.073-2.339-.097-2.266-.122-.571-.121L0 11.784l.055-.352.48-.321.686.06 1.52.103 2.278.158 1.652.097 2.449.255h.389l.055-.157-.134-.098-.103-.097-2.358-1.596-2.552-1.688-1.336-.972-.724-.491-.364-.462-.158-1.008.656-.722.881.06.225.061.893.686 1.908 1.476 2.491 1.833.365.304.145-.103.019-.073-.164-.274-1.355-2.446-1.446-2.49-.644-1.032-.17-.619a2.97 2.97 0 01-.104-.729L6.283.134 6.696 0l.996.134.42.364.62 1.414 1.002 2.229 1.555 3.03.456.898.243.832.091.255h.158V9.01l.128-1.706.237-2.095.23-2.695.08-.76.376-.91.747-.492.584.28.48.685-.067.444-.286 1.851-.559 2.903-.364 1.942h.212l.243-.242.985-1.306 1.652-2.064.73-.82.85-.904.547-.431h1.033l.76 1.129-.34 1.166-1.064 1.347-.881 1.142-1.264 1.7-.79 1.36.073.11.188-.02 2.856-.606 1.543-.28 1.841-.315.833.388.091.395-.328.807-1.969.486-2.309.462-3.439.813-.042.03.049.061 1.549.146.662.036h1.622l3.02.225.79.522.474.638-.079.485-1.215.62-1.64-.389-3.829-.91-1.312-.329h-.182v.11l1.093 1.068 2.006 1.81 2.509 2.33.127.578-.322.455-.34-.049-2.205-1.657-.851-.747-1.926-1.62h-.128v.17l.444.649 2.345 3.521.122 1.08-.17.353-.608.213-.668-.122-1.374-1.925-1.415-2.167-1.143-1.943-.14.08-.674 7.254-.316.37-.729.28-.607-.461-.322-.747.322-1.476.389-1.924.315-1.53.286-1.9.17-.632-.012-.042-.14.018-1.434 1.967-2.18 2.945-1.726 1.845-.414.164-.717-.37.067-.662.401-.589 2.388-3.036 1.44-1.882.93-1.086-.006-.158h-.055L4.132 18.56l-1.13.146-.487-.456.061-.746.231-.243 1.908-1.312-.006.006z" })
|
|
80
80
|
]
|
|
81
81
|
}
|
|
82
82
|
)
|
|
83
83
|
}
|
|
84
84
|
);
|
|
85
|
-
}, c = (
|
|
86
|
-
const { size: e = 48, className:
|
|
87
|
-
return /* @__PURE__ */
|
|
85
|
+
}, c = (o) => {
|
|
86
|
+
const { size: e = 48, className: r = "" } = o;
|
|
87
|
+
return /* @__PURE__ */ l(
|
|
88
88
|
"div",
|
|
89
89
|
{
|
|
90
90
|
"aria-label": "Anthropic",
|
|
91
|
-
className:
|
|
91
|
+
className: n("flex flex-col items-center justify-center flex-none rounded-full", r),
|
|
92
92
|
style: {
|
|
93
93
|
background: "rgb(241, 240, 232)",
|
|
94
94
|
color: "rgb(20, 20, 19)",
|
|
@@ -109,20 +109,20 @@ const i = (r) => {
|
|
|
109
109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
110
110
|
className: "flex-none leading-none",
|
|
111
111
|
children: [
|
|
112
|
-
/* @__PURE__ */
|
|
113
|
-
/* @__PURE__ */
|
|
112
|
+
/* @__PURE__ */ l("title", { children: "Anthropic" }),
|
|
113
|
+
/* @__PURE__ */ l("path", { d: "M13.827 3.52h3.603L24 20h-3.603l-6.57-16.48zm-7.258 0h3.767L16.906 20h-3.674l-1.343-3.461H5.017l-1.344 3.46H0L6.57 3.522zm4.132 9.959L8.453 7.687 6.205 13.48H10.7z" })
|
|
114
114
|
]
|
|
115
115
|
}
|
|
116
116
|
)
|
|
117
117
|
}
|
|
118
118
|
);
|
|
119
|
-
}, s = (
|
|
120
|
-
const { size: e = 48, className:
|
|
121
|
-
return /* @__PURE__ */
|
|
119
|
+
}, s = (o) => {
|
|
120
|
+
const { size: e = 48, className: r = "" } = o;
|
|
121
|
+
return /* @__PURE__ */ l(
|
|
122
122
|
"div",
|
|
123
123
|
{
|
|
124
124
|
"aria-label": "OpenAI",
|
|
125
|
-
className:
|
|
125
|
+
className: n("flex flex-col items-center justify-center flex-none rounded-full", r),
|
|
126
126
|
style: {
|
|
127
127
|
background: "rgb(25, 195, 125)",
|
|
128
128
|
color: "rgb(255, 255, 255)",
|
|
@@ -143,20 +143,20 @@ const i = (r) => {
|
|
|
143
143
|
xmlns: "http://www.w3.org/2000/svg",
|
|
144
144
|
className: "flex-none leading-none",
|
|
145
145
|
children: [
|
|
146
|
-
/* @__PURE__ */
|
|
147
|
-
/* @__PURE__ */
|
|
146
|
+
/* @__PURE__ */ l("title", { children: "OpenAI" }),
|
|
147
|
+
/* @__PURE__ */ l("path", { d: "M21.55 10.004a5.416 5.416 0 00-.478-4.501c-1.217-2.09-3.662-3.166-6.05-2.66A5.59 5.59 0 0010.831 1C8.39.995 6.224 2.546 5.473 4.838A5.553 5.553 0 001.76 7.496a5.487 5.487 0 00.691 6.5 5.416 5.416 0 00.477 4.502c1.217 2.09 3.662 3.165 6.05 2.66A5.586 5.586 0 0013.168 23c2.443.006 4.61-1.546 5.361-3.84a5.553 5.553 0 003.715-2.66 5.488 5.488 0 00-.693-6.497v.001zm-8.381 11.558a4.199 4.199 0 01-2.675-.954c.034-.018.093-.05.132-.074l4.44-2.53a.71.71 0 00.364-.623v-6.176l1.877 1.069c.02.01.033.029.036.05v5.115c-.003 2.274-1.87 4.118-4.174 4.123zM4.192 17.78a4.059 4.059 0 01-.498-2.763c.032.02.09.055.131.078l4.44 2.53c.225.13.504.13.73 0l5.42-3.088v2.138a.068.068 0 01-.027.057L9.9 19.288c-1.999 1.136-4.552.46-5.707-1.51h-.001zM3.023 8.216A4.15 4.15 0 015.198 6.41l-.002.151v5.06a.711.711 0 00.364.624l5.42 3.087-1.876 1.07a.067.067 0 01-.063.005l-4.489-2.559c-1.995-1.14-2.679-3.658-1.53-5.63h.001zm15.417 3.54l-5.42-3.088L14.896 7.6a.067.067 0 01.063-.006l4.489 2.557c1.998 1.14 2.683 3.662 1.529 5.633a4.163 4.163 0 01-2.174 1.807V12.38a.71.71 0 00-.363-.623zm1.867-2.773a6.04 6.04 0 00-.132-.078l-4.44-2.53a.731.731 0 00-.729 0l-5.42 3.088V7.325a.068.068 0 01.027-.057L14.1 4.713c2-1.137 4.555-.46 5.707 1.513.487.833.664 1.809.499 2.757h.001zm-11.741 3.81l-1.877-1.068a.065.065 0 01-.036-.051V6.559c.001-2.277 1.873-4.122 4.181-4.12.976 0 1.92.338 2.671.954-.034.018-.092.05-.131.073l-4.44 2.53a.71.71 0 00-.365.623l-.003 6.173v.002zm1.02-2.168L12 9.25l2.414 1.375v2.75L12 14.75l-2.415-1.375v-2.75z" })
|
|
148
148
|
]
|
|
149
149
|
}
|
|
150
150
|
)
|
|
151
151
|
}
|
|
152
152
|
);
|
|
153
|
-
}, d = (
|
|
154
|
-
const { size: e = 48, className:
|
|
155
|
-
return /* @__PURE__ */
|
|
153
|
+
}, d = (o) => {
|
|
154
|
+
const { size: e = 48, className: r = "" } = o;
|
|
155
|
+
return /* @__PURE__ */ l(
|
|
156
156
|
"div",
|
|
157
157
|
{
|
|
158
158
|
"aria-label": "DeepSeek",
|
|
159
|
-
className:
|
|
159
|
+
className: n("flex flex-col items-center justify-center flex-none rounded-full h-16 w-16", r),
|
|
160
160
|
style: {
|
|
161
161
|
background: "rgb(77, 107, 254)",
|
|
162
162
|
color: "rgb(255, 255, 255)",
|
|
@@ -175,20 +175,20 @@ const i = (r) => {
|
|
|
175
175
|
xmlns: "http://www.w3.org/2000/svg",
|
|
176
176
|
className: "flex-none leading-none",
|
|
177
177
|
children: [
|
|
178
|
-
/* @__PURE__ */
|
|
179
|
-
/* @__PURE__ */
|
|
178
|
+
/* @__PURE__ */ l("title", { children: "DeepSeek" }),
|
|
179
|
+
/* @__PURE__ */ l("path", { d: "M23.748 4.482c-.254-.124-.364.113-.512.234-.051.039-.094.09-.137.136-.372.397-.806.657-1.373.626-.829-.046-1.537.214-2.163.848-.133-.782-.575-1.248-1.247-1.548-.352-.156-.708-.311-.955-.65-.172-.241-.219-.51-.305-.774-.055-.16-.11-.323-.293-.35-.2-.031-.278.136-.356.276-.313.572-.434 1.202-.422 1.84.027 1.436.633 2.58 1.838 3.393.137.093.172.187.129.323-.082.28-.18.552-.266.833-.055.179-.137.217-.329.14a5.526 5.526 0 01-1.736-1.18c-.857-.828-1.631-1.742-2.597-2.458a11.365 11.365 0 00-.689-.471c-.985-.957.13-1.743.388-1.836.27-.098.093-.432-.779-.428-.872.004-1.67.295-2.687.684a3.055 3.055 0 01-.465.137 9.597 9.597 0 00-2.883-.102c-1.885.21-3.39 1.102-4.497 2.623C.082 8.606-.231 10.684.152 12.85c.403 2.284 1.569 4.175 3.36 5.653 1.858 1.533 3.997 2.284 6.438 2.14 1.482-.085 3.133-.284 4.994-1.86.47.234.962.327 1.78.397.63.059 1.236-.03 1.705-.128.735-.156.684-.837.419-.961-2.155-1.004-1.682-.595-2.113-.926 1.096-1.296 2.746-2.642 3.392-7.003.05-.347.007-.565 0-.845-.004-.17.035-.237.23-.256a4.173 4.173 0 001.545-.475c1.396-.763 1.96-2.015 2.093-3.517.02-.23-.004-.467-.247-.588zM11.581 18c-2.089-1.642-3.102-2.183-3.52-2.16-.392.024-.321.471-.235.763.09.288.207.486.371.739.114.167.192.416-.113.603-.673.416-1.842-.14-1.897-.167-1.361-.802-2.5-1.86-3.301-3.307-.774-1.393-1.224-2.887-1.298-4.482-.02-.386.093-.522.477-.592a4.696 4.696 0 011.529-.039c2.132.312 3.946 1.265 5.468 2.774.868.86 1.525 1.887 2.202 2.891.72 1.066 1.494 2.082 2.48 2.914.348.292.625.514.891.677-.802.09-2.14.11-3.054-.614zm1-6.44a.306.306 0 01.415-.287.302.302 0 01.2.288.306.306 0 01-.31.307.303.303 0 01-.304-.308zm3.11 1.596c-.2.081-.399.151-.59.16a1.245 1.245 0 01-.798-.254c-.274-.23-.47-.358-.552-.758a1.73 1.73 0 01.016-.588c.07-.327-.008-.537-.239-.727-.187-.156-.426-.199-.688-.199a.559.559 0 01-.254-.078c-.11-.054-.2-.19-.114-.358.028-.054.16-.186.192-.21.356-.202.767-.136 1.146.016.352.144.618.408 1.001.782.391.451.462.576.685.914.176.265.336.537.445.848.067.195-.019.354-.25.452z" })
|
|
180
180
|
]
|
|
181
181
|
}
|
|
182
182
|
)
|
|
183
183
|
}
|
|
184
184
|
);
|
|
185
|
-
}, p = (
|
|
186
|
-
const { size: e = 48, className:
|
|
187
|
-
return /* @__PURE__ */
|
|
185
|
+
}, p = (o) => {
|
|
186
|
+
const { size: e = 48, className: r = "" } = o;
|
|
187
|
+
return /* @__PURE__ */ l(
|
|
188
188
|
"div",
|
|
189
189
|
{
|
|
190
190
|
"aria-label": "XAI",
|
|
191
|
-
className:
|
|
191
|
+
className: n("flex flex-col items-center justify-center flex-none rounded-full", r),
|
|
192
192
|
style: {
|
|
193
193
|
background: "rgb(0, 0, 0)",
|
|
194
194
|
color: "rgb(255, 255, 255)",
|
|
@@ -207,20 +207,20 @@ const i = (r) => {
|
|
|
207
207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
208
208
|
className: "flex-none leading-none",
|
|
209
209
|
children: [
|
|
210
|
-
/* @__PURE__ */
|
|
211
|
-
/* @__PURE__ */
|
|
210
|
+
/* @__PURE__ */ l("title", { children: "Grok" }),
|
|
211
|
+
/* @__PURE__ */ l("path", { d: "M9.27 15.29l7.978-5.897c.391-.29.95-.177 1.137.272.98 2.369.542 5.215-1.41 7.169-1.951 1.954-4.667 2.382-7.149 1.406l-2.711 1.257c3.889 2.661 8.611 2.003 11.562-.953 2.341-2.344 3.066-5.539 2.388-8.42l.006.007c-.983-4.232.242-5.924 2.75-9.383.06-.082.12-.164.179-.248l-3.301 3.305v-.01L9.267 15.292M7.623 16.723c-2.792-2.67-2.31-6.801.071-9.184 1.761-1.763 4.647-2.483 7.166-1.425l2.705-1.25a7.808 7.808 0 00-1.829-1A8.975 8.975 0 005.984 5.83c-2.533 2.536-3.33 6.436-1.962 9.764 1.022 2.487-.653 4.246-2.34 6.022-.599.63-1.199 1.259-1.682 1.925l7.62-6.815" })
|
|
212
212
|
]
|
|
213
213
|
}
|
|
214
214
|
)
|
|
215
215
|
}
|
|
216
216
|
);
|
|
217
|
-
}, m = (
|
|
218
|
-
const { size: e = 48, className:
|
|
219
|
-
return /* @__PURE__ */
|
|
217
|
+
}, m = (o) => {
|
|
218
|
+
const { size: e = 48, className: r = "" } = o;
|
|
219
|
+
return /* @__PURE__ */ l(
|
|
220
220
|
"div",
|
|
221
221
|
{
|
|
222
222
|
"aria-label": "Gemini",
|
|
223
|
-
className:
|
|
223
|
+
className: n("flex items-center justify-center rounded-full", r),
|
|
224
224
|
style: {
|
|
225
225
|
background: "rgb(255, 255, 255)",
|
|
226
226
|
height: e,
|
|
@@ -237,29 +237,29 @@ const i = (r) => {
|
|
|
237
237
|
viewBox: "0 0 24 24",
|
|
238
238
|
style: { flex: "0 0 auto", lineHeight: 1, padding: "5px" },
|
|
239
239
|
children: [
|
|
240
|
-
/* @__PURE__ */
|
|
241
|
-
/* @__PURE__ */
|
|
240
|
+
/* @__PURE__ */ l("title", { children: "Gemini" }),
|
|
241
|
+
/* @__PURE__ */ l(
|
|
242
242
|
"path",
|
|
243
243
|
{
|
|
244
244
|
d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z",
|
|
245
245
|
fill: "#3186FF"
|
|
246
246
|
}
|
|
247
247
|
),
|
|
248
|
-
/* @__PURE__ */
|
|
248
|
+
/* @__PURE__ */ l(
|
|
249
249
|
"path",
|
|
250
250
|
{
|
|
251
251
|
d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z",
|
|
252
252
|
fill: "url(#lobe-icons-gemini-fill-0)"
|
|
253
253
|
}
|
|
254
254
|
),
|
|
255
|
-
/* @__PURE__ */
|
|
255
|
+
/* @__PURE__ */ l(
|
|
256
256
|
"path",
|
|
257
257
|
{
|
|
258
258
|
d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z",
|
|
259
259
|
fill: "url(#lobe-icons-gemini-fill-1)"
|
|
260
260
|
}
|
|
261
261
|
),
|
|
262
|
-
/* @__PURE__ */
|
|
262
|
+
/* @__PURE__ */ l(
|
|
263
263
|
"path",
|
|
264
264
|
{
|
|
265
265
|
d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z",
|
|
@@ -277,8 +277,8 @@ const i = (r) => {
|
|
|
277
277
|
y2: "12",
|
|
278
278
|
gradientUnits: "userSpaceOnUse",
|
|
279
279
|
children: [
|
|
280
|
-
/* @__PURE__ */
|
|
281
|
-
/* @__PURE__ */
|
|
280
|
+
/* @__PURE__ */ l("stop", { stopColor: "#08B962" }),
|
|
281
|
+
/* @__PURE__ */ l("stop", { offset: "1", stopColor: "#08B962", stopOpacity: "0" })
|
|
282
282
|
]
|
|
283
283
|
}
|
|
284
284
|
),
|
|
@@ -292,8 +292,8 @@ const i = (r) => {
|
|
|
292
292
|
y2: "11",
|
|
293
293
|
gradientUnits: "userSpaceOnUse",
|
|
294
294
|
children: [
|
|
295
|
-
/* @__PURE__ */
|
|
296
|
-
/* @__PURE__ */
|
|
295
|
+
/* @__PURE__ */ l("stop", { stopColor: "#F94543" }),
|
|
296
|
+
/* @__PURE__ */ l("stop", { offset: "1", stopColor: "#F94543", stopOpacity: "0" })
|
|
297
297
|
]
|
|
298
298
|
}
|
|
299
299
|
),
|
|
@@ -307,8 +307,8 @@ const i = (r) => {
|
|
|
307
307
|
y2: "12",
|
|
308
308
|
gradientUnits: "userSpaceOnUse",
|
|
309
309
|
children: [
|
|
310
|
-
/* @__PURE__ */
|
|
311
|
-
/* @__PURE__ */
|
|
310
|
+
/* @__PURE__ */ l("stop", { stopColor: "#FABC12" }),
|
|
311
|
+
/* @__PURE__ */ l("stop", { offset: ".46", stopColor: "#FABC12", stopOpacity: "0" })
|
|
312
312
|
]
|
|
313
313
|
}
|
|
314
314
|
)
|
|
@@ -318,13 +318,13 @@ const i = (r) => {
|
|
|
318
318
|
)
|
|
319
319
|
}
|
|
320
320
|
);
|
|
321
|
-
},
|
|
322
|
-
const { size: e = 48, className:
|
|
323
|
-
return /* @__PURE__ */
|
|
321
|
+
}, g = (o) => {
|
|
322
|
+
const { size: e = 48, className: r = "" } = o;
|
|
323
|
+
return /* @__PURE__ */ l(
|
|
324
324
|
"div",
|
|
325
325
|
{
|
|
326
326
|
"aria-label": "Moonshot",
|
|
327
|
-
className:
|
|
327
|
+
className: n("flex flex-col items-center justify-center flex-none rounded-full", r),
|
|
328
328
|
style: {
|
|
329
329
|
background: "rgb(0, 0, 0)",
|
|
330
330
|
color: "rgb(255, 255, 255)",
|
|
@@ -343,147 +343,214 @@ const i = (r) => {
|
|
|
343
343
|
xmlns: "http://www.w3.org/2000/svg",
|
|
344
344
|
className: "flex-none leading-none",
|
|
345
345
|
children: [
|
|
346
|
-
/* @__PURE__ */
|
|
347
|
-
/* @__PURE__ */
|
|
346
|
+
/* @__PURE__ */ l("title", { children: "MoonshotAI" }),
|
|
347
|
+
/* @__PURE__ */ l("path", { d: "M1.052 16.916l9.539 2.552a21.007 21.007 0 00.06 2.033l5.956 1.593a11.997 11.997 0 01-5.586.865l-.18-.016-.044-.004-.084-.009-.094-.01a11.605 11.605 0 01-.157-.02l-.107-.014-.11-.016a11.962 11.962 0 01-.32-.051l-.042-.008-.075-.013-.107-.02-.07-.015-.093-.019-.075-.016-.095-.02-.097-.023-.094-.022-.068-.017-.088-.022-.09-.024-.095-.025-.082-.023-.109-.03-.062-.02-.084-.025-.093-.028-.105-.034-.058-.019-.08-.026-.09-.031-.066-.024a6.293 6.293 0 01-.044-.015l-.068-.025-.101-.037-.057-.022-.08-.03-.087-.035-.088-.035-.079-.032-.095-.04-.063-.028-.063-.027a5.655 5.655 0 01-.041-.018l-.066-.03-.103-.047-.052-.024-.096-.046-.062-.03-.084-.04-.086-.044-.093-.047-.052-.027-.103-.055-.057-.03-.058-.032a6.49 6.49 0 01-.046-.026l-.094-.053-.06-.034-.051-.03-.072-.041-.082-.05-.093-.056-.052-.032-.084-.053-.061-.039-.079-.05-.07-.047-.053-.035a7.785 7.785 0 01-.054-.036l-.044-.03-.044-.03a6.066 6.066 0 01-.04-.028l-.057-.04-.076-.054-.069-.05-.074-.054-.056-.042-.076-.057-.076-.059-.086-.067-.045-.035-.064-.052-.074-.06-.089-.073-.046-.039-.046-.039a7.516 7.516 0 01-.043-.037l-.045-.04-.061-.053-.07-.062-.068-.06-.062-.058-.067-.062-.053-.05-.088-.084a13.28 13.28 0 01-.099-.097l-.029-.028-.041-.042-.069-.07-.05-.051-.05-.053a6.457 6.457 0 01-.168-.179l-.08-.088-.062-.07-.071-.08-.042-.049-.053-.062-.058-.068-.046-.056a7.175 7.175 0 01-.027-.033l-.045-.055-.066-.082-.041-.052-.05-.064-.02-.025a11.99 11.99 0 01-1.44-2.402zm-1.02-5.794l11.353 3.037a20.468 20.468 0 00-.469 2.011l10.817 2.894a12.076 12.076 0 01-1.845 2.005L.657 15.923l-.016-.046-.035-.104a11.965 11.965 0 01-.05-.153l-.007-.023a11.896 11.896 0 01-.207-.741l-.03-.126-.018-.08-.021-.097-.018-.081-.018-.09-.017-.084-.018-.094c-.026-.141-.05-.283-.071-.426l-.017-.118-.011-.083-.013-.102a12.01 12.01 0 01-.019-.161l-.005-.047a12.12 12.12 0 01-.034-2.145zm1.593-5.15l11.948 3.196c-.368.605-.705 1.231-1.01 1.875l11.295 3.022c-.142.82-.368 1.612-.668 2.365l-11.55-3.09L.124 10.26l.015-.1.008-.049.01-.067.015-.087.018-.098c.026-.148.056-.295.088-.442l.028-.124.02-.085.024-.097c.022-.09.045-.18.07-.268l.028-.102.023-.083.03-.1.025-.082.03-.096.026-.082.031-.095a11.896 11.896 0 011.01-2.232zm4.442-4.4L17.352 4.59a20.77 20.77 0 00-1.688 1.721l7.823 2.093c.267.852.442 1.744.513 2.665L2.106 5.213l.045-.065.027-.04.04-.055.046-.065.055-.076.054-.072.064-.086.05-.065.057-.073.055-.07.06-.074.055-.069.065-.077.054-.066.066-.077.053-.06.072-.082.053-.06.067-.074.054-.058.073-.078.058-.06.063-.067.168-.17.1-.098.059-.056.076-.071a12.084 12.084 0 012.272-1.677zM12.017 0h.097l.082.001.069.001.054.002.068.002.046.001.076.003.047.002.06.003.054.002.087.005.105.007.144.011.088.007.044.004.077.008.082.008.047.005.102.012.05.006.108.014.081.01.042.006.065.01.207.032.07.012.065.011.14.026.092.018.11.022.046.01.075.016.041.01L14.7.3l.042.01.065.015.049.012.071.017.096.024.112.03.113.03.113.032.05.015.07.02.078.024.073.023.05.016.05.016.076.025.099.033.102.036.048.017.064.023.093.034.11.041.116.045.1.04.047.02.06.024.041.018.063.026.04.018.057.025.11.048.1.046.074.035.075.036.06.028.092.046.091.045.102.052.053.028.049.026.046.024.06.033.041.022.052.029.088.05.106.06.087.051.057.034.053.032.096.059.088.055.098.062.036.024.064.041.084.056.04.027.062.042.062.043.023.017c.054.037.108.075.161.114l.083.06.065.048.056.043.086.065.082.064.04.03.05.041.086.069.079.065.085.071c.712.6 1.353 1.283 1.909 2.031L7.222.994l.062-.027.065-.028.081-.034.086-.035c.113-.045.227-.09.341-.131l.096-.035.093-.033.084-.03.096-.031c.087-.03.176-.058.264-.085l.091-.027.086-.025.102-.03.085-.023.1-.026L9.04.37l.09-.023.091-.022.095-.022.09-.02.098-.021.091-.02.095-.018.092-.018.1-.018.091-.016.098-.017.092-.014.097-.015.092-.013.102-.013.091-.012.105-.012.09-.01.105-.01c.093-.01.186-.018.28-.024l.106-.008.09-.005.11-.006.093-.004.1-.004.097-.002.099-.002.197-.002z" })
|
|
348
348
|
]
|
|
349
349
|
}
|
|
350
350
|
)
|
|
351
351
|
}
|
|
352
352
|
);
|
|
353
|
-
},
|
|
353
|
+
}, h = (o) => {
|
|
354
|
+
const { size: e = 48, className: r = "" } = o;
|
|
355
|
+
return /* @__PURE__ */ l(
|
|
356
|
+
"div",
|
|
357
|
+
{
|
|
358
|
+
"aria-label": "BytePlus",
|
|
359
|
+
className: n("flex flex-col items-center justify-center flex-none rounded-full", r),
|
|
360
|
+
style: {
|
|
361
|
+
background: "rgb(50, 108, 246)",
|
|
362
|
+
color: "rgb(255, 255, 255)",
|
|
363
|
+
height: e,
|
|
364
|
+
width: e
|
|
365
|
+
},
|
|
366
|
+
children: /* @__PURE__ */ t(
|
|
367
|
+
"svg",
|
|
368
|
+
{
|
|
369
|
+
fill: "currentColor",
|
|
370
|
+
fillRule: "evenodd",
|
|
371
|
+
height: e,
|
|
372
|
+
width: e,
|
|
373
|
+
style: { padding: "5px" },
|
|
374
|
+
viewBox: "0 0 24 24",
|
|
375
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
376
|
+
className: "flex-none leading-none",
|
|
377
|
+
children: [
|
|
378
|
+
/* @__PURE__ */ l("title", { children: "BytePlus" }),
|
|
379
|
+
/* @__PURE__ */ l("path", { d: "M19.8772 1.4685L24 2.5326v18.9426l-4.1228 1.0563V1.4685zm-13.3481 9.428l4.115 1.0641v8.9786l-4.115 1.0642v-11.107zM0 2.572l4.115 1.0642v16.7354L0 21.428V2.572zm17.4553 5.6205v11.107l-4.1228-1.0642V9.2568l4.1228-1.0642z" })
|
|
380
|
+
]
|
|
381
|
+
}
|
|
382
|
+
)
|
|
383
|
+
}
|
|
384
|
+
);
|
|
385
|
+
}, f = (o) => {
|
|
386
|
+
const { size: e = 48, className: r = "" } = o;
|
|
387
|
+
return /* @__PURE__ */ l(
|
|
388
|
+
"div",
|
|
389
|
+
{
|
|
390
|
+
"aria-label": "Kling AI",
|
|
391
|
+
className: n("flex flex-col items-center justify-center flex-none rounded-full", r),
|
|
392
|
+
style: {
|
|
393
|
+
background: "rgb(0, 0, 0)",
|
|
394
|
+
color: "rgb(255, 255, 255)",
|
|
395
|
+
height: e,
|
|
396
|
+
width: e
|
|
397
|
+
},
|
|
398
|
+
children: /* @__PURE__ */ t(
|
|
399
|
+
"svg",
|
|
400
|
+
{
|
|
401
|
+
fill: "currentColor",
|
|
402
|
+
fillRule: "evenodd",
|
|
403
|
+
clipRule: "evenodd",
|
|
404
|
+
height: e,
|
|
405
|
+
width: e,
|
|
406
|
+
style: { padding: "5px" },
|
|
407
|
+
viewBox: "0 0 24 24",
|
|
408
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
409
|
+
className: "flex-none leading-none",
|
|
410
|
+
children: [
|
|
411
|
+
/* @__PURE__ */ l("title", { children: "Kling AI" }),
|
|
412
|
+
/* @__PURE__ */ l("path", { d: "M5.493 21.234c-1.112-1.451-1.109-4.263-.081-7.459l-4.557-2.63a1.683 1.683 0 01-.85-1.304 1.505 1.505 0 01.08-.622 13.18 13.18 0 011.037-2.255c3.476-6.02 10.916-8.23 16.619-4.938.46.266.82.67 1.081 1.184.785 1.545.685 4.096-.234 6.954l4.557 2.631c.339.196.596.492.736.832a1.53 1.53 0 01.034 1.093 13.146 13.146 0 01-1.037 2.255c-3.476 6.02-10.916 8.23-16.619 4.938a2.6 2.6 0 01-.766-.68zm11.096-6.615c-2.073 3.591-5.808 5.316-8.343 3.852-1.267-.731-1.994-2.122-2.145-3.778-.095-1.035.036-2.173.4-3.32.217-.684.517-1.37.902-2.039l.008-.014c2.073-3.59 5.808-5.315 8.343-3.852.633.366 1.13.895 1.49 1.54.986 1.772.922 4.415-.285 6.914-.111.23-.232.457-.362.683l-.008.014z" })
|
|
413
|
+
]
|
|
414
|
+
}
|
|
415
|
+
)
|
|
416
|
+
}
|
|
417
|
+
);
|
|
418
|
+
}, x = {
|
|
354
419
|
claude: i,
|
|
355
420
|
anthropic: c,
|
|
356
421
|
openai: s,
|
|
357
422
|
deepseek: d,
|
|
358
423
|
xai: p,
|
|
359
424
|
gemini: m,
|
|
360
|
-
moonshot:
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
425
|
+
moonshot: g,
|
|
426
|
+
byteplus: h,
|
|
427
|
+
kling: f
|
|
428
|
+
}, u = (o, e = {}) => {
|
|
429
|
+
const r = x[o];
|
|
430
|
+
return r ? /* @__PURE__ */ l(r, { ...e }) : /* @__PURE__ */ l(a, { ...e });
|
|
431
|
+
}, b = (o, e = {}) => o.type === "core" ? u(o.provider, e) : /* @__PURE__ */ l("img", { src: o.image, alt: o.name, className: n("h-6 w-6", e.className), ...e });
|
|
365
432
|
export {
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
433
|
+
f2 as ANSI,
|
|
434
|
+
O as Alert,
|
|
435
|
+
R as AlertDescription,
|
|
369
436
|
F as AlertDialog,
|
|
370
|
-
|
|
437
|
+
j as AlertTitle,
|
|
371
438
|
H as Avatar,
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
439
|
+
U as AvatarFallback,
|
|
440
|
+
K as AvatarImage,
|
|
441
|
+
X as Badge,
|
|
442
|
+
J as Button,
|
|
443
|
+
W as Calendar,
|
|
444
|
+
Z as Card,
|
|
445
|
+
$ as CardContent,
|
|
446
|
+
e0 as CardDescription,
|
|
447
|
+
l0 as CardFooter,
|
|
448
|
+
o0 as CardHeader,
|
|
449
|
+
r0 as CardTitle,
|
|
450
|
+
n0 as Carousel,
|
|
451
|
+
i0 as Checkbox,
|
|
452
|
+
s0 as Collapse,
|
|
453
|
+
p0 as Command,
|
|
454
|
+
m0 as CommandDialog,
|
|
455
|
+
g0 as CommandEmpty,
|
|
456
|
+
h0 as CommandGroup,
|
|
457
|
+
f0 as CommandInput,
|
|
458
|
+
x0 as CommandItem,
|
|
459
|
+
u0 as CommandList,
|
|
460
|
+
C0 as CommandMenu,
|
|
461
|
+
b0 as CommandMenuDemo,
|
|
462
|
+
w0 as CommandSeparator,
|
|
463
|
+
y0 as ConfirmationModal,
|
|
397
464
|
D0 as ContextMenu,
|
|
398
465
|
S0 as ContextMenuCheckboxItem,
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
466
|
+
I0 as ContextMenuGroup,
|
|
467
|
+
L0 as ContextMenuItem,
|
|
468
|
+
N0 as ContextMenuLabel,
|
|
469
|
+
A0 as ContextMenuRadioGroup,
|
|
470
|
+
T0 as ContextMenuRadioItem,
|
|
471
|
+
B0 as ContextMenuSeparator,
|
|
472
|
+
k0 as ContextMenuSub,
|
|
473
|
+
G0 as ContextMenuSubContent,
|
|
474
|
+
O0 as ContextMenuSubTrigger,
|
|
475
|
+
j0 as Dialog,
|
|
476
|
+
P0 as DialogClose,
|
|
410
477
|
F0 as DialogContent,
|
|
411
|
-
|
|
478
|
+
V0 as DialogDescription,
|
|
412
479
|
H0 as DialogFooter,
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
480
|
+
U0 as DialogHeader,
|
|
481
|
+
K0 as DialogOverlay,
|
|
482
|
+
E0 as DialogPortal,
|
|
483
|
+
X0 as DialogTitle,
|
|
484
|
+
_0 as DialogTrigger,
|
|
485
|
+
z as Drawer,
|
|
419
486
|
D as DrawerClose,
|
|
420
487
|
S as DrawerContent,
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
488
|
+
I as DrawerDescription,
|
|
489
|
+
L as DrawerFooter,
|
|
490
|
+
N as DrawerHeader,
|
|
491
|
+
A as DrawerOverlay,
|
|
492
|
+
T as DrawerPortal,
|
|
493
|
+
B as DrawerTitle,
|
|
494
|
+
k as DrawerTrigger,
|
|
495
|
+
J0 as DropdownMenu,
|
|
496
|
+
Q0 as DropdownMenuContent,
|
|
497
|
+
W0 as DropdownMenuGroup,
|
|
498
|
+
Y0 as DropdownMenuItem,
|
|
499
|
+
Z0 as DropdownMenuSeparator,
|
|
500
|
+
$0 as DropdownMenuTrigger,
|
|
501
|
+
l1 as Dropzone,
|
|
502
|
+
x as Icons,
|
|
503
|
+
r1 as ImageCropper,
|
|
504
|
+
n1 as ImageCropperModal,
|
|
505
|
+
i1 as Input,
|
|
506
|
+
x2 as LOG_COLORS,
|
|
507
|
+
s1 as Label,
|
|
508
|
+
p1 as Loader,
|
|
509
|
+
g1 as LoadingPlaceholder,
|
|
510
|
+
f1 as Mention,
|
|
511
|
+
u1 as Modal,
|
|
512
|
+
v1 as NotificationContainer,
|
|
513
|
+
I2 as Picker,
|
|
514
|
+
b1 as Popover,
|
|
515
|
+
M1 as PopoverContent,
|
|
516
|
+
y1 as PopoverTrigger,
|
|
450
517
|
D1 as Progress,
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
518
|
+
I1 as RadioGroup,
|
|
519
|
+
L1 as RadioGroupItem,
|
|
520
|
+
A1 as ScrollArea,
|
|
521
|
+
T1 as ScrollBar,
|
|
522
|
+
k1 as SearchableSelect,
|
|
523
|
+
G1 as Select,
|
|
524
|
+
O1 as SelectContent,
|
|
525
|
+
R1 as SelectGroup,
|
|
526
|
+
j1 as SelectItem,
|
|
527
|
+
P1 as SelectLabel,
|
|
461
528
|
F1 as SelectTrigger,
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
529
|
+
V1 as SelectValue,
|
|
530
|
+
U1 as SelectionBar,
|
|
531
|
+
E1 as Separator,
|
|
532
|
+
_1 as Sheet,
|
|
533
|
+
J1 as Skeleton,
|
|
534
|
+
W1 as Slider,
|
|
535
|
+
Z1 as StepLayout,
|
|
536
|
+
$1 as Stepper,
|
|
537
|
+
e2 as StepperModal,
|
|
538
|
+
o2 as Switch,
|
|
539
|
+
t2 as Table,
|
|
540
|
+
a2 as TableEmpty,
|
|
541
|
+
c2 as TableMobile,
|
|
542
|
+
d2 as Tabs,
|
|
543
|
+
p2 as TabsContent,
|
|
544
|
+
m2 as TabsList,
|
|
545
|
+
g2 as TabsTrigger,
|
|
546
|
+
v2 as Textarea,
|
|
547
|
+
y2 as ToastContainer,
|
|
548
|
+
b2 as Tooltip,
|
|
549
|
+
_ as badgeVariants,
|
|
550
|
+
n as cn,
|
|
551
|
+
u2 as colorize,
|
|
552
|
+
b as getAssistantIcon,
|
|
553
|
+
u as getLLMIcon,
|
|
554
|
+
z2 as toast,
|
|
488
555
|
D2 as useToast
|
|
489
556
|
};
|