@definable/ui 0.1.8 → 0.1.9
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/components/modal.esm.js +16 -16
- package/dist/components/modal.esm.js.map +1 -1
- package/dist/components/modal.js +1 -1
- package/dist/components/modal.js.map +1 -1
- package/dist/index.d.ts +32 -0
- package/dist/index.esm.js +397 -111
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/utils-DSKoFOjv.cjs.map +1 -1
- package/dist/utils-qaFjX9_3.js.map +1 -1
- package/package.json +6 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,114 +1,400 @@
|
|
|
1
|
-
import { Alert as
|
|
2
|
-
import { Avatar as
|
|
3
|
-
import { Badge as
|
|
4
|
-
import { Button as
|
|
5
|
-
import { Card as
|
|
6
|
-
import { Carousel as
|
|
7
|
-
import { BarChart as
|
|
8
|
-
import { Checkbox as
|
|
9
|
-
import { Collapse as
|
|
10
|
-
import { ConfirmationModal as
|
|
11
|
-
import { Dialog as
|
|
12
|
-
import { DropdownMenu as
|
|
13
|
-
import { Input as
|
|
14
|
-
import { Label as
|
|
15
|
-
import { Loader as
|
|
16
|
-
import { LoadingPlaceholder as
|
|
17
|
-
import { Markdown as
|
|
18
|
-
import { Modal as
|
|
19
|
-
import { NotificationContainer as
|
|
20
|
-
import { Popover as
|
|
21
|
-
import { Progress as
|
|
22
|
-
import { RadioGroup as
|
|
23
|
-
import { ScrollArea as
|
|
24
|
-
import { SearchableSelect as
|
|
25
|
-
import { SelectionBar as
|
|
26
|
-
import { Separator as
|
|
27
|
-
import { Sheet as
|
|
28
|
-
import { Slider as
|
|
29
|
-
import { Switch as
|
|
30
|
-
import { Table as
|
|
31
|
-
import { TableEmpty as
|
|
32
|
-
import { Tabs as
|
|
33
|
-
import { Textarea as
|
|
34
|
-
import { Tooltip as
|
|
35
|
-
import {
|
|
1
|
+
import { Alert as v, AlertDescription as b, AlertTitle as C } from "./components/alert.esm.js";
|
|
2
|
+
import { Avatar as z, AvatarFallback as S, AvatarImage as D } from "./components/avatar.esm.js";
|
|
3
|
+
import { Badge as A, badgeVariants as L } from "./components/badge.esm.js";
|
|
4
|
+
import { Button as I } from "./components/button.esm.js";
|
|
5
|
+
import { Card as T, CardContent as B, CardDescription as G, CardFooter as O, CardHeader as F, CardTitle as R } from "./components/card.esm.js";
|
|
6
|
+
import { Carousel as P } from "./components/carousel.esm.js";
|
|
7
|
+
import { BarChart as V, DonutChart as E, LineChart as q } from "./components/charts.esm.js";
|
|
8
|
+
import { Checkbox as K } from "./components/checkbox.esm.js";
|
|
9
|
+
import { Collapse as W } from "./components/collapse.esm.js";
|
|
10
|
+
import { ConfirmationModal as Y } from "./components/confirmation-modal.esm.js";
|
|
11
|
+
import { Dialog as _, DialogClose as $, DialogContent as e1, DialogDescription as o1, DialogFooter as l1, DialogHeader as r1, DialogOverlay as t1, DialogPortal as n1, DialogTitle as a1, DialogTrigger as i1 } from "./components/dialog.esm.js";
|
|
12
|
+
import { DropdownMenu as c1, DropdownMenuContent as d1, DropdownMenuGroup as x1, DropdownMenuItem as p1, DropdownMenuSeparator as h1, DropdownMenuTrigger as f1 } from "./components/dropdown-menu.esm.js";
|
|
13
|
+
import { Input as m1 } from "./components/input.esm.js";
|
|
14
|
+
import { Label as w1 } from "./components/label.esm.js";
|
|
15
|
+
import { Loader as v1 } from "./components/loader.esm.js";
|
|
16
|
+
import { LoadingPlaceholder as C1 } from "./components/loading-placeholder.esm.js";
|
|
17
|
+
import { Markdown as z1, codeThemes as S1 } from "./components/markdown.esm.js";
|
|
18
|
+
import { Modal as M1 } from "./components/modal.esm.js";
|
|
19
|
+
import { NotificationContainer as L1 } from "./components/notification.esm.js";
|
|
20
|
+
import { Popover as I1, PopoverContent as k1, PopoverTrigger as T1 } from "./components/popover.esm.js";
|
|
21
|
+
import { Progress as G1 } from "./components/progress.esm.js";
|
|
22
|
+
import { RadioGroup as F1, RadioGroupItem as R1 } from "./components/radio-group.esm.js";
|
|
23
|
+
import { ScrollArea as P1, ScrollBar as U1 } from "./components/scroll-area.esm.js";
|
|
24
|
+
import { SearchableSelect as E1, Select as q1, SelectContent as J1, SelectGroup as K1, SelectItem as Q1, SelectLabel as W1, SelectTrigger as X1, SelectValue as Y1 } from "./components/select.esm.js";
|
|
25
|
+
import { SelectionBar as _1 } from "./components/selection-bar.esm.js";
|
|
26
|
+
import { Separator as e0 } from "./components/separator.esm.js";
|
|
27
|
+
import { Sheet as l0 } from "./components/sheet.esm.js";
|
|
28
|
+
import { Slider as t0 } from "./components/slider.esm.js";
|
|
29
|
+
import { Switch as a0 } from "./components/switch.esm.js";
|
|
30
|
+
import { Table as s0 } from "./components/table.esm.js";
|
|
31
|
+
import { TableEmpty as d0 } from "./components/table-empty.esm.js";
|
|
32
|
+
import { Tabs as p0, TabsContent as h0, TabsList as f0, TabsTrigger as g0 } from "./components/tabs.esm.js";
|
|
33
|
+
import { Textarea as u0 } from "./components/textarea.esm.js";
|
|
34
|
+
import { Tooltip as j0 } from "./components/tooltip.esm.js";
|
|
35
|
+
import { j as e } from "./jsx-runtime-DGlMoOmv.js";
|
|
36
|
+
import { c as t } from "./utils-qaFjX9_3.js";
|
|
37
|
+
import { BotIcon as n } from "lucide-react";
|
|
38
|
+
const a = (l) => {
|
|
39
|
+
const { size: o = 48, className: r = "" } = l;
|
|
40
|
+
return /* @__PURE__ */ e.jsx(
|
|
41
|
+
"div",
|
|
42
|
+
{
|
|
43
|
+
"aria-label": "Claude",
|
|
44
|
+
className: t("flex flex-col items-center justify-center flex-none text-white rounded-full", r),
|
|
45
|
+
style: {
|
|
46
|
+
background: "rgb(217, 119, 87)",
|
|
47
|
+
height: o,
|
|
48
|
+
width: o
|
|
49
|
+
},
|
|
50
|
+
children: /* @__PURE__ */ e.jsxs(
|
|
51
|
+
"svg",
|
|
52
|
+
{
|
|
53
|
+
fill: "currentColor",
|
|
54
|
+
fillRule: "evenodd",
|
|
55
|
+
height: o,
|
|
56
|
+
style: {
|
|
57
|
+
padding: "5px"
|
|
58
|
+
},
|
|
59
|
+
width: o,
|
|
60
|
+
viewBox: "0 0 24 24",
|
|
61
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
62
|
+
className: "flex-none leading-none",
|
|
63
|
+
children: [
|
|
64
|
+
/* @__PURE__ */ e.jsx("title", { children: "Claude" }),
|
|
65
|
+
/* @__PURE__ */ e.jsx("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" })
|
|
66
|
+
]
|
|
67
|
+
}
|
|
68
|
+
)
|
|
69
|
+
}
|
|
70
|
+
);
|
|
71
|
+
}, i = (l) => {
|
|
72
|
+
const { size: o = 48, className: r = "" } = l;
|
|
73
|
+
return /* @__PURE__ */ e.jsx(
|
|
74
|
+
"div",
|
|
75
|
+
{
|
|
76
|
+
"aria-label": "Anthropic",
|
|
77
|
+
className: t("flex flex-col items-center justify-center flex-none rounded-full", r),
|
|
78
|
+
style: {
|
|
79
|
+
background: "rgb(241, 240, 232)",
|
|
80
|
+
color: "rgb(20, 20, 19)",
|
|
81
|
+
height: o,
|
|
82
|
+
width: o
|
|
83
|
+
},
|
|
84
|
+
children: /* @__PURE__ */ e.jsxs(
|
|
85
|
+
"svg",
|
|
86
|
+
{
|
|
87
|
+
fill: "currentColor",
|
|
88
|
+
fillRule: "evenodd",
|
|
89
|
+
height: o,
|
|
90
|
+
style: {
|
|
91
|
+
padding: "5px"
|
|
92
|
+
},
|
|
93
|
+
width: o,
|
|
94
|
+
viewBox: "0 0 24 24",
|
|
95
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
96
|
+
className: "flex-none leading-none",
|
|
97
|
+
children: [
|
|
98
|
+
/* @__PURE__ */ e.jsx("title", { children: "Anthropic" }),
|
|
99
|
+
/* @__PURE__ */ e.jsx("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" })
|
|
100
|
+
]
|
|
101
|
+
}
|
|
102
|
+
)
|
|
103
|
+
}
|
|
104
|
+
);
|
|
105
|
+
}, s = (l) => {
|
|
106
|
+
const { size: o = 48, className: r = "" } = l;
|
|
107
|
+
return /* @__PURE__ */ e.jsx(
|
|
108
|
+
"div",
|
|
109
|
+
{
|
|
110
|
+
"aria-label": "OpenAI",
|
|
111
|
+
className: t("flex flex-col items-center justify-center flex-none rounded-full", r),
|
|
112
|
+
style: {
|
|
113
|
+
background: "rgb(25, 195, 125)",
|
|
114
|
+
color: "rgb(255, 255, 255)",
|
|
115
|
+
height: o,
|
|
116
|
+
width: o
|
|
117
|
+
},
|
|
118
|
+
children: /* @__PURE__ */ e.jsxs(
|
|
119
|
+
"svg",
|
|
120
|
+
{
|
|
121
|
+
fill: "currentColor",
|
|
122
|
+
fillRule: "evenodd",
|
|
123
|
+
height: o,
|
|
124
|
+
style: {
|
|
125
|
+
padding: "5px"
|
|
126
|
+
},
|
|
127
|
+
width: o,
|
|
128
|
+
viewBox: "0 0 24 24",
|
|
129
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
130
|
+
className: "flex-none leading-none",
|
|
131
|
+
children: [
|
|
132
|
+
/* @__PURE__ */ e.jsx("title", { children: "OpenAI" }),
|
|
133
|
+
/* @__PURE__ */ e.jsx("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" })
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
)
|
|
137
|
+
}
|
|
138
|
+
);
|
|
139
|
+
}, c = (l) => {
|
|
140
|
+
const { size: o = 48, className: r = "" } = l;
|
|
141
|
+
return /* @__PURE__ */ e.jsx(
|
|
142
|
+
"div",
|
|
143
|
+
{
|
|
144
|
+
"aria-label": "DeepSeek",
|
|
145
|
+
className: t("flex flex-col items-center justify-center flex-none rounded-full h-16 w-16", r),
|
|
146
|
+
style: {
|
|
147
|
+
background: "rgb(77, 107, 254)",
|
|
148
|
+
color: "rgb(255, 255, 255)",
|
|
149
|
+
height: o,
|
|
150
|
+
width: o
|
|
151
|
+
},
|
|
152
|
+
children: /* @__PURE__ */ e.jsxs(
|
|
153
|
+
"svg",
|
|
154
|
+
{
|
|
155
|
+
fill: "currentColor",
|
|
156
|
+
fillRule: "evenodd",
|
|
157
|
+
height: o,
|
|
158
|
+
width: o,
|
|
159
|
+
style: { padding: "5px" },
|
|
160
|
+
viewBox: "0 0 24 24",
|
|
161
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
162
|
+
className: "flex-none leading-none",
|
|
163
|
+
children: [
|
|
164
|
+
/* @__PURE__ */ e.jsx("title", { children: "DeepSeek" }),
|
|
165
|
+
/* @__PURE__ */ e.jsx("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" })
|
|
166
|
+
]
|
|
167
|
+
}
|
|
168
|
+
)
|
|
169
|
+
}
|
|
170
|
+
);
|
|
171
|
+
}, d = (l) => {
|
|
172
|
+
const { size: o = 48, className: r = "" } = l;
|
|
173
|
+
return /* @__PURE__ */ e.jsx(
|
|
174
|
+
"div",
|
|
175
|
+
{
|
|
176
|
+
"aria-label": "Grok",
|
|
177
|
+
className: t("flex flex-col items-center justify-center flex-none rounded-full h-16 w-16", r),
|
|
178
|
+
style: {
|
|
179
|
+
background: "rgb(0, 0, 0)",
|
|
180
|
+
color: "rgb(255, 255, 255)",
|
|
181
|
+
height: o,
|
|
182
|
+
width: o,
|
|
183
|
+
padding: "5px"
|
|
184
|
+
},
|
|
185
|
+
children: /* @__PURE__ */ e.jsxs(
|
|
186
|
+
"svg",
|
|
187
|
+
{
|
|
188
|
+
fill: "currentColor",
|
|
189
|
+
fillRule: "evenodd",
|
|
190
|
+
height: o,
|
|
191
|
+
width: o,
|
|
192
|
+
style: { padding: "5px" },
|
|
193
|
+
viewBox: "0 0 24 24",
|
|
194
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
195
|
+
className: "flex-none leading-none",
|
|
196
|
+
children: [
|
|
197
|
+
/* @__PURE__ */ e.jsx("title", { children: "Grok" }),
|
|
198
|
+
/* @__PURE__ */ e.jsx("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" })
|
|
199
|
+
]
|
|
200
|
+
}
|
|
201
|
+
)
|
|
202
|
+
}
|
|
203
|
+
);
|
|
204
|
+
}, x = (l) => {
|
|
205
|
+
const { size: o = 48, className: r = "" } = l;
|
|
206
|
+
return /* @__PURE__ */ e.jsx(
|
|
207
|
+
"div",
|
|
208
|
+
{
|
|
209
|
+
"aria-label": "Gemini",
|
|
210
|
+
className: t("flex items-center justify-center rounded-full", r),
|
|
211
|
+
style: {
|
|
212
|
+
background: "rgb(255, 255, 255)",
|
|
213
|
+
height: o,
|
|
214
|
+
width: o,
|
|
215
|
+
boxShadow: "rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset",
|
|
216
|
+
color: "rgb(255, 255, 255)"
|
|
217
|
+
},
|
|
218
|
+
children: /* @__PURE__ */ e.jsxs(
|
|
219
|
+
"svg",
|
|
220
|
+
{
|
|
221
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
222
|
+
height: o,
|
|
223
|
+
width: o,
|
|
224
|
+
viewBox: "0 0 24 24",
|
|
225
|
+
style: { flex: "0 0 auto", lineHeight: 1, padding: "5px" },
|
|
226
|
+
children: [
|
|
227
|
+
/* @__PURE__ */ e.jsx("title", { children: "Gemini" }),
|
|
228
|
+
/* @__PURE__ */ e.jsx(
|
|
229
|
+
"path",
|
|
230
|
+
{
|
|
231
|
+
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",
|
|
232
|
+
fill: "#3186FF"
|
|
233
|
+
}
|
|
234
|
+
),
|
|
235
|
+
/* @__PURE__ */ e.jsx(
|
|
236
|
+
"path",
|
|
237
|
+
{
|
|
238
|
+
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",
|
|
239
|
+
fill: "url(#lobe-icons-gemini-fill-0)"
|
|
240
|
+
}
|
|
241
|
+
),
|
|
242
|
+
/* @__PURE__ */ e.jsx(
|
|
243
|
+
"path",
|
|
244
|
+
{
|
|
245
|
+
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",
|
|
246
|
+
fill: "url(#lobe-icons-gemini-fill-1)"
|
|
247
|
+
}
|
|
248
|
+
),
|
|
249
|
+
/* @__PURE__ */ e.jsx(
|
|
250
|
+
"path",
|
|
251
|
+
{
|
|
252
|
+
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",
|
|
253
|
+
fill: "url(#lobe-icons-gemini-fill-2)"
|
|
254
|
+
}
|
|
255
|
+
),
|
|
256
|
+
/* @__PURE__ */ e.jsxs("defs", { children: [
|
|
257
|
+
/* @__PURE__ */ e.jsxs(
|
|
258
|
+
"linearGradient",
|
|
259
|
+
{
|
|
260
|
+
id: "lobe-icons-gemini-fill-0",
|
|
261
|
+
x1: "7",
|
|
262
|
+
x2: "11",
|
|
263
|
+
y1: "15.5",
|
|
264
|
+
y2: "12",
|
|
265
|
+
gradientUnits: "userSpaceOnUse",
|
|
266
|
+
children: [
|
|
267
|
+
/* @__PURE__ */ e.jsx("stop", { stopColor: "#08B962" }),
|
|
268
|
+
/* @__PURE__ */ e.jsx("stop", { offset: "1", stopColor: "#08B962", stopOpacity: "0" })
|
|
269
|
+
]
|
|
270
|
+
}
|
|
271
|
+
),
|
|
272
|
+
/* @__PURE__ */ e.jsxs(
|
|
273
|
+
"linearGradient",
|
|
274
|
+
{
|
|
275
|
+
id: "lobe-icons-gemini-fill-1",
|
|
276
|
+
x1: "8",
|
|
277
|
+
x2: "11.5",
|
|
278
|
+
y1: "5.5",
|
|
279
|
+
y2: "11",
|
|
280
|
+
gradientUnits: "userSpaceOnUse",
|
|
281
|
+
children: [
|
|
282
|
+
/* @__PURE__ */ e.jsx("stop", { stopColor: "#F94543" }),
|
|
283
|
+
/* @__PURE__ */ e.jsx("stop", { offset: "1", stopColor: "#F94543", stopOpacity: "0" })
|
|
284
|
+
]
|
|
285
|
+
}
|
|
286
|
+
),
|
|
287
|
+
/* @__PURE__ */ e.jsxs(
|
|
288
|
+
"linearGradient",
|
|
289
|
+
{
|
|
290
|
+
id: "lobe-icons-gemini-fill-2",
|
|
291
|
+
x1: "3.5",
|
|
292
|
+
x2: "17.5",
|
|
293
|
+
y1: "13.5",
|
|
294
|
+
y2: "12",
|
|
295
|
+
gradientUnits: "userSpaceOnUse",
|
|
296
|
+
children: [
|
|
297
|
+
/* @__PURE__ */ e.jsx("stop", { stopColor: "#FABC12" }),
|
|
298
|
+
/* @__PURE__ */ e.jsx("stop", { offset: ".46", stopColor: "#FABC12", stopOpacity: "0" })
|
|
299
|
+
]
|
|
300
|
+
}
|
|
301
|
+
)
|
|
302
|
+
] })
|
|
303
|
+
]
|
|
304
|
+
}
|
|
305
|
+
)
|
|
306
|
+
}
|
|
307
|
+
);
|
|
308
|
+
}, p = {
|
|
309
|
+
claude: a,
|
|
310
|
+
anthropic: i,
|
|
311
|
+
openai: s,
|
|
312
|
+
deepseek: c,
|
|
313
|
+
grok: d,
|
|
314
|
+
gemini: x
|
|
315
|
+
}, h = (l, o = {}) => {
|
|
316
|
+
const r = p[l];
|
|
317
|
+
return r ? /* @__PURE__ */ e.jsx(r, { ...o }) : /* @__PURE__ */ e.jsx(n, { ...o });
|
|
318
|
+
}, u = (l, o = {}) => l.type === "core" ? h(l.provider, o) : /* @__PURE__ */ e.jsx("img", { src: l.image, alt: l.name, className: t("h-6 w-6", o.className), ...o });
|
|
36
319
|
export {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
320
|
+
v as Alert,
|
|
321
|
+
b as AlertDescription,
|
|
322
|
+
C as AlertTitle,
|
|
323
|
+
z as Avatar,
|
|
324
|
+
S as AvatarFallback,
|
|
325
|
+
D as AvatarImage,
|
|
326
|
+
A as Badge,
|
|
327
|
+
V as BarChart,
|
|
328
|
+
I as Button,
|
|
329
|
+
T as Card,
|
|
330
|
+
B as CardContent,
|
|
331
|
+
G as CardDescription,
|
|
332
|
+
O as CardFooter,
|
|
333
|
+
F as CardHeader,
|
|
334
|
+
R as CardTitle,
|
|
335
|
+
P as Carousel,
|
|
336
|
+
K as Checkbox,
|
|
337
|
+
W as Collapse,
|
|
338
|
+
Y as ConfirmationModal,
|
|
339
|
+
_ as Dialog,
|
|
340
|
+
$ as DialogClose,
|
|
341
|
+
e1 as DialogContent,
|
|
342
|
+
o1 as DialogDescription,
|
|
343
|
+
l1 as DialogFooter,
|
|
344
|
+
r1 as DialogHeader,
|
|
345
|
+
t1 as DialogOverlay,
|
|
346
|
+
n1 as DialogPortal,
|
|
347
|
+
a1 as DialogTitle,
|
|
348
|
+
i1 as DialogTrigger,
|
|
349
|
+
E as DonutChart,
|
|
350
|
+
c1 as DropdownMenu,
|
|
351
|
+
d1 as DropdownMenuContent,
|
|
352
|
+
x1 as DropdownMenuGroup,
|
|
353
|
+
p1 as DropdownMenuItem,
|
|
354
|
+
h1 as DropdownMenuSeparator,
|
|
355
|
+
f1 as DropdownMenuTrigger,
|
|
356
|
+
p as Icons,
|
|
357
|
+
m1 as Input,
|
|
358
|
+
w1 as Label,
|
|
359
|
+
q as LineChart,
|
|
360
|
+
v1 as Loader,
|
|
361
|
+
C1 as LoadingPlaceholder,
|
|
362
|
+
z1 as Markdown,
|
|
363
|
+
M1 as Modal,
|
|
364
|
+
L1 as NotificationContainer,
|
|
365
|
+
I1 as Popover,
|
|
366
|
+
k1 as PopoverContent,
|
|
367
|
+
T1 as PopoverTrigger,
|
|
368
|
+
G1 as Progress,
|
|
369
|
+
F1 as RadioGroup,
|
|
370
|
+
R1 as RadioGroupItem,
|
|
371
|
+
P1 as ScrollArea,
|
|
372
|
+
U1 as ScrollBar,
|
|
373
|
+
E1 as SearchableSelect,
|
|
374
|
+
q1 as Select,
|
|
375
|
+
J1 as SelectContent,
|
|
376
|
+
K1 as SelectGroup,
|
|
377
|
+
Q1 as SelectItem,
|
|
378
|
+
W1 as SelectLabel,
|
|
379
|
+
X1 as SelectTrigger,
|
|
380
|
+
Y1 as SelectValue,
|
|
381
|
+
_1 as SelectionBar,
|
|
382
|
+
e0 as Separator,
|
|
383
|
+
l0 as Sheet,
|
|
384
|
+
t0 as Slider,
|
|
385
|
+
a0 as Switch,
|
|
386
|
+
s0 as Table,
|
|
387
|
+
d0 as TableEmpty,
|
|
388
|
+
p0 as Tabs,
|
|
389
|
+
h0 as TabsContent,
|
|
390
|
+
f0 as TabsList,
|
|
391
|
+
g0 as TabsTrigger,
|
|
392
|
+
u0 as Textarea,
|
|
393
|
+
j0 as Tooltip,
|
|
394
|
+
L as badgeVariants,
|
|
395
|
+
t as cn,
|
|
396
|
+
S1 as codeThemes,
|
|
397
|
+
u as getAssistantIcon,
|
|
398
|
+
h as getLLMIcon
|
|
113
399
|
};
|
|
114
400
|
//# sourceMappingURL=index.esm.js.map
|
package/dist/index.esm.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../src/icons/providers/claude.tsx","../src/icons/providers/anthropic.tsx","../src/icons/providers/openai.tsx","../src/icons/providers/deepseek.tsx","../src/icons/providers/grok.tsx","../src/icons/providers/gemini.tsx","../src/icons/icons.ts","../src/lib/icons.tsx"],"sourcesContent":["import { cn } from \"@/lib/utils\";\nimport type { IconProps } from \"./types\";\n\nexport const ClaudeIcon = (props: IconProps) => {\n const { size = 48, className = \"\" } = props;\n \n return (\n <div\n aria-label=\"Claude\"\n className={cn(\"flex flex-col items-center justify-center flex-none text-white rounded-full\", className)}\n style={{\n background: \"rgb(217, 119, 87)\",\n height: size,\n width: size,\n }}\n >\n <svg\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n height={size}\n style={{\n padding: \"5px\",\n }}\n width={size}\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className=\"flex-none leading-none\"\n >\n <title>Claude</title>\n <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\"></path>\n </svg>\n </div>\n );\n};","import { cn } from \"@/lib/utils\";\nimport type { IconProps } from \"./types\";\n\nexport const AnthropicIcon = (props: IconProps) => {\n const { size = 48, className = \"\" } = props;\n return (\n <div\n aria-label=\"Anthropic\"\n className={cn(\"flex flex-col items-center justify-center flex-none rounded-full\", className)}\n style={{\n background: \"rgb(241, 240, 232)\",\n color: \"rgb(20, 20, 19)\",\n height: size,\n width: size,\n }}\n >\n <svg\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n height={size}\n style={{\n padding: \"5px\",\n }}\n width={size}\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className=\"flex-none leading-none\"\n >\n <title>Anthropic</title>\n <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\"></path>\n </svg>\n </div>\n );\n};\n","import { cn } from \"@/lib/utils\";\nimport type { IconProps } from \"./types\";\n\nexport const OpenAIIcon = (props: IconProps) => {\n const { size = 48, className = \"\" } = props;\n \n return (\n <div\n aria-label=\"OpenAI\"\n className={cn(\"flex flex-col items-center justify-center flex-none rounded-full\", className)}\n style={{\n background: \"rgb(25, 195, 125)\",\n color: \"rgb(255, 255, 255)\",\n height: size,\n width: size,\n }}\n >\n <svg\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n height={size}\n style={{\n padding: \"5px\",\n }}\n width={size}\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className=\"flex-none leading-none\"\n >\n <title>OpenAI</title>\n <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\"></path>\n </svg>\n </div>\n );\n};\n","import { cn } from \"@/lib/utils\";\nimport type { IconProps } from \"./types\";\n\nexport const DeepSeekIcon = (props: IconProps) => {\n const { size = 48, className = \"\" } = props;\n\n return (\n <div\n aria-label=\"DeepSeek\"\n className={cn(\"flex flex-col items-center justify-center flex-none rounded-full h-16 w-16\", className)}\n style={{ \n background: \"rgb(77, 107, 254)\", \n color: \"rgb(255, 255, 255)\", \n height: size, \n width: size,\n }}\n >\n <svg\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n height={size}\n width={size}\n style={{ padding: \"5px\" }}\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className=\"flex-none leading-none\"\n >\n <title>DeepSeek</title>\n <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\"></path>\n </svg>\n </div>\n );\n};\n","import { cn } from \"@/lib/utils\";\nimport type { IconProps } from \"./types\";\n\nexport const GrokIcon = (props: IconProps) => {\n const { size = 48, className = \"\" } = props;\n return (\n <div\n aria-label=\"Grok\"\n className={cn(\"flex flex-col items-center justify-center flex-none rounded-full h-16 w-16\", className)}\n style={{ \n background: \"rgb(0, 0, 0)\",\n color: \"rgb(255, 255, 255)\",\n height: size,\n width: size,\n padding: \"5px\",\n }}\n >\n <svg\n fill=\"currentColor\"\n fillRule=\"evenodd\"\n height={size}\n width={size}\n style={{ padding: \"5px\" }}\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n className=\"flex-none leading-none\"\n >\n <title>Grok</title>\n <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\"></path>\n </svg>\n </div>\n );\n};\n","import { cn } from \"@/lib/utils\";\nimport type { IconProps } from \"./types\";\n\nexport const GeminiIcon = (props: IconProps) => {\n const { size = 48, className = \"\" } = props;\n \n return (\n <div\n aria-label=\"Gemini\"\n className={cn(\"flex items-center justify-center rounded-full\", className)}\n style={{\n background: \"rgb(255, 255, 255)\",\n height: size,\n width: size,\n boxShadow: \"rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset\",\n color: \"rgb(255, 255, 255)\",\n }}\n >\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n height={size}\n width={size}\n viewBox=\"0 0 24 24\"\n style={{ flex: \"0 0 auto\", lineHeight: 1, padding: \"5px\" }}\n >\n <title>Gemini</title>\n <path\n 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\"\n fill=\"#3186FF\"\n />\n <path\n 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\"\n fill=\"url(#lobe-icons-gemini-fill-0)\"\n />\n <path\n 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\"\n fill=\"url(#lobe-icons-gemini-fill-1)\"\n />\n <path\n 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\"\n fill=\"url(#lobe-icons-gemini-fill-2)\"\n />\n <defs>\n <linearGradient\n id=\"lobe-icons-gemini-fill-0\"\n x1=\"7\"\n x2=\"11\"\n y1=\"15.5\"\n y2=\"12\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#08B962\" />\n <stop offset=\"1\" stopColor=\"#08B962\" stopOpacity=\"0\" />\n </linearGradient>\n <linearGradient\n id=\"lobe-icons-gemini-fill-1\"\n x1=\"8\"\n x2=\"11.5\"\n y1=\"5.5\"\n y2=\"11\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#F94543\" />\n <stop offset=\"1\" stopColor=\"#F94543\" stopOpacity=\"0\" />\n </linearGradient>\n <linearGradient\n id=\"lobe-icons-gemini-fill-2\"\n x1=\"3.5\"\n x2=\"17.5\"\n y1=\"13.5\"\n y2=\"12\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#FABC12\" />\n <stop offset=\".46\" stopColor=\"#FABC12\" stopOpacity=\"0\" />\n </linearGradient>\n </defs>\n </svg>\n </div>\n );\n};","import { \n AnthropicIcon,\n ClaudeIcon,\n DeepSeekIcon,\n GrokIcon,\n OpenAIIcon,\n GeminiIcon,\n} from \"./providers\";\n\nexport const Icons = {\n claude: ClaudeIcon,\n anthropic: AnthropicIcon,\n openai: OpenAIIcon,\n deepseek: DeepSeekIcon,\n grok: GrokIcon,\n gemini: GeminiIcon,\n}; ","import { Icons } from \"@/icons/icons\";\nimport { BotIcon } from \"lucide-react\";\nimport { cn } from \"./utils\";\n\ninterface Props {\n className?: string;\n size?: number;\n}\n\ntype AssistantType = \"core\" | \"agent\";\n\ninterface Assistant {\n provider: string;\n name: string;\n image?: string;\n type: AssistantType;\n}\n\nexport const getLLMIcon = (provider: string, props: Props = {}) => {\n const Icon = Icons[provider as keyof typeof Icons];\n if (!Icon) {\n return <BotIcon {...props} />;\n }\n return <Icon {...props} />;\n};\n\nexport const getAssistantIcon = (assistant: Assistant, props: Props = {}) => {\n if (assistant.type === \"core\") {\n return getLLMIcon(assistant.provider, props);\n }\n return <img src={assistant.image} alt={assistant.name} className={cn(\"h-6 w-6\", props.className)} {...props} />;\n};"],"names":["ClaudeIcon","props","size","className","jsx","cn","jsxs","AnthropicIcon","OpenAIIcon","DeepSeekIcon","GrokIcon","GeminiIcon","Icons","getLLMIcon","provider","Icon","BotIcon","getAssistantIcon","assistant"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGO,MAAMA,IAAa,CAACC,MAAqB;AAC9C,QAAM,EAAE,MAAAC,IAAO,IAAI,WAAAC,IAAY,OAAOF;AAEtC,SACEG,gBAAAA,EAAAA;AAAAA,IAAC;AAAA,IAAA;AAAA,MACC,cAAW;AAAA,MACX,WAAWC,EAAG,+EAA+EF,CAAS;AAAA,MACtG,OAAO;AAAA,QACL,YAAY;AAAA,QACZ,QAAQD;AAAA,QACR,OAAOA;AAAA,MAAA;AAAA,MAGT,UAAAI,gBAAAA,EAAAA;AAAAA,QAAC;AAAA,QAAA;AAAA,UACC,MAAK;AAAA,UACL,UAAS;AAAA,UACT,QAAQJ;AAAA,UACR,OAAO;AAAA,YACL,SAAS;AAAA,UAAA;AAAA,UAEX,OAAOA;AAAA,UACP,SAAQ;AAAA,UACR,OAAM;AAAA,UACN,WAAU;AAAA,UAEV,UAAA;AAAA,YAAAE,gBAAAA,EAAAA,IAAC,WAAM,UAAA,SAAA,CAAM;AAAA,YACbA,gBAAAA,EAAAA,IAAC,QAAA,EAAK,GAAE,89CAAA,CAA89C;AAAA,UAAA;AAAA,QAAA;AAAA,MAAA;AAAA,IACx+C;AAAA,EAAA;AAGN,GC9BaG,IAAgB,CAACN,MAAqB;AACjD,QAAM,EAAE,MAAAC,IAAO,IAAI,WAAAC,IAAY,OAAOF;AACtC,SACEG,gBAAAA,EAAAA;AAAAA,IAAC;AAAA,IAAA;AAAA,MACC,cAAW;AAAA,MACX,WAAWC,EAAG,oEAAoEF,CAAS;AAAA,MAC3F,OAAO;AAAA,QACL,YAAY;AAAA,QACZ,OAAO;AAAA,QACP,QAAQD;AAAA,QACR,OAAOA;AAAA,MAAA;AAAA,MAGT,UAAAI,gBAAAA,EAAAA;AAAAA,QAAC;AAAA,QAAA;AAAA,UACC,MAAK;AAAA,UACL,UAAS;AAAA,UACT,QAAQJ;AAAA,UACR,OAAO;AAAA,YACL,SAAS;AAAA,UAAA;AAAA,UAEX,OAAOA;AAAA,UACP,SAAQ;AAAA,UACR,OAAM;AAAA,UACN,WAAU;AAAA,UAEV,UAAA;AAAA,YAAAE,gBAAAA,EAAAA,IAAC,WAAM,UAAA,YAAA,CAAS;AAAA,YAChBA,gBAAAA,EAAAA,IAAC,QAAA,EAAK,GAAE,sKAAA,CAAsK;AAAA,UAAA;AAAA,QAAA;AAAA,MAAA;AAAA,IAChL;AAAA,EAAA;AAGN,GC9BaI,IAAa,CAACP,MAAqB;AAC9C,QAAM,EAAE,MAAAC,IAAO,IAAI,WAAAC,IAAY,OAAOF;AAEtC,SACEG,gBAAAA,EAAAA;AAAAA,IAAC;AAAA,IAAA;AAAA,MACC,cAAW;AAAA,MACX,WAAWC,EAAG,oEAAoEF,CAAS;AAAA,MAC3F,OAAO;AAAA,QACL,YAAY;AAAA,QACZ,OAAO;AAAA,QACP,QAAQD;AAAA,QACR,OAAOA;AAAA,MAAA;AAAA,MAGT,UAAAI,gBAAAA,EAAAA;AAAAA,QAAC;AAAA,QAAA;AAAA,UACC,MAAK;AAAA,UACL,UAAS;AAAA,UACT,QAAQJ;AAAA,UACR,OAAO;AAAA,YACL,SAAS;AAAA,UAAA;AAAA,UAEX,OAAOA;AAAA,UACP,SAAQ;AAAA,UACR,OAAM;AAAA,UACN,WAAU;AAAA,UAEV,UAAA;AAAA,YAAAE,gBAAAA,EAAAA,IAAC,WAAM,UAAA,SAAA,CAAM;AAAA,YACbA,gBAAAA,EAAAA,IAAC,QAAA,EAAK,GAAE,o+CAAA,CAAo+C;AAAA,UAAA;AAAA,QAAA;AAAA,MAAA;AAAA,IAC9+C;AAAA,EAAA;AAGN,GC/BaK,IAAe,CAACR,MAAqB;AAChD,QAAM,EAAE,MAAAC,IAAO,IAAI,WAAAC,IAAY,OAAOF;AAEtC,SACEG,gBAAAA,EAAAA;AAAAA,IAAC;AAAA,IAAA;AAAA,MACC,cAAW;AAAA,MACX,WAAWC,EAAG,8EAA8EF,CAAS;AAAA,MACrG,OAAO;AAAA,QACL,YAAY;AAAA,QACZ,OAAO;AAAA,QACP,QAAQD;AAAA,QACR,OAAOA;AAAA,MAAA;AAAA,MAGT,UAAAI,gBAAAA,EAAAA;AAAAA,QAAC;AAAA,QAAA;AAAA,UACC,MAAK;AAAA,UACL,UAAS;AAAA,UACT,QAAQJ;AAAA,UACR,OAAOA;AAAA,UACP,OAAO,EAAE,SAAS,MAAA;AAAA,UAClB,SAAQ;AAAA,UACR,OAAM;AAAA,UACN,WAAU;AAAA,UAEV,UAAA;AAAA,YAAAE,gBAAAA,EAAAA,IAAC,WAAM,UAAA,WAAA,CAAQ;AAAA,YACfA,gBAAAA,EAAAA,IAAC,QAAA,EAAK,GAAE,o8DAAA,CAAo8D;AAAA,UAAA;AAAA,QAAA;AAAA,MAAA;AAAA,IAC98D;AAAA,EAAA;AAGN,GC7BaM,IAAW,CAACT,MAAqB;AAC5C,QAAM,EAAE,MAAAC,IAAO,IAAI,WAAAC,IAAY,OAAOF;AACpC,SACAG,gBAAAA,EAAAA;AAAAA,IAAC;AAAA,IAAA;AAAA,MACC,cAAW;AAAA,MACX,WAAWC,EAAG,8EAA8EF,CAAS;AAAA,MACrG,OAAO;AAAA,QACL,YAAY;AAAA,QACZ,OAAO;AAAA,QACP,QAAQD;AAAA,QACR,OAAOA;AAAA,QACP,SAAS;AAAA,MAAA;AAAA,MAGX,UAAAI,gBAAAA,EAAAA;AAAAA,QAAC;AAAA,QAAA;AAAA,UACC,MAAK;AAAA,UACL,UAAS;AAAA,UACT,QAAQJ;AAAA,UACR,OAAOA;AAAA,UACP,OAAO,EAAE,SAAS,MAAA;AAAA,UAClB,SAAQ;AAAA,UACR,OAAM;AAAA,UACN,WAAU;AAAA,UAEV,UAAA;AAAA,YAAAE,gBAAAA,EAAAA,IAAC,WAAM,UAAA,OAAA,CAAI;AAAA,YACXA,gBAAAA,EAAAA,IAAC,QAAA,EAAK,GAAE,+iBAAA,CAA+iB;AAAA,UAAA;AAAA,QAAA;AAAA,MAAA;AAAA,IACzjB;AAAA,EAAA;AAGN,GC7BaO,IAAa,CAACV,MAAqB;AAC5C,QAAM,EAAE,MAAAC,IAAO,IAAI,WAAAC,IAAY,OAAOF;AAEtC,SACEG,gBAAAA,EAAAA;AAAAA,IAAC;AAAA,IAAA;AAAA,MACC,cAAW;AAAA,MACX,WAAWC,EAAG,iDAAiDF,CAAS;AAAA,MACxE,OAAO;AAAA,QACL,YAAY;AAAA,QACZ,QAAQD;AAAA,QACR,OAAOA;AAAA,QACP,WAAW;AAAA,QACX,OAAO;AAAA,MAAA;AAAA,MAGT,UAAAI,gBAAAA,EAAAA;AAAAA,QAAC;AAAA,QAAA;AAAA,UACC,OAAM;AAAA,UACN,QAAQJ;AAAA,UACR,OAAOA;AAAA,UACP,SAAQ;AAAA,UACR,OAAO,EAAE,MAAM,YAAY,YAAY,GAAG,SAAS,MAAA;AAAA,UAEnD,UAAA;AAAA,YAAAE,gBAAAA,EAAAA,IAAC,WAAM,UAAA,SAAA,CAAM;AAAA,YACbA,gBAAAA,EAAAA;AAAAA,cAAC;AAAA,cAAA;AAAA,gBACC,GAAE;AAAA,gBACF,MAAK;AAAA,cAAA;AAAA,YAAA;AAAA,YAEPA,gBAAAA,EAAAA;AAAAA,cAAC;AAAA,cAAA;AAAA,gBACC,GAAE;AAAA,gBACF,MAAK;AAAA,cAAA;AAAA,YAAA;AAAA,YAEPA,gBAAAA,EAAAA;AAAAA,cAAC;AAAA,cAAA;AAAA,gBACC,GAAE;AAAA,gBACF,MAAK;AAAA,cAAA;AAAA,YAAA;AAAA,YAEPA,gBAAAA,EAAAA;AAAAA,cAAC;AAAA,cAAA;AAAA,gBACC,GAAE;AAAA,gBACF,MAAK;AAAA,cAAA;AAAA,YAAA;AAAA,mCAEN,QAAA,EACC,UAAA;AAAA,cAAAE,gBAAAA,EAAAA;AAAAA,gBAAC;AAAA,gBAAA;AAAA,kBACC,IAAG;AAAA,kBACH,IAAG;AAAA,kBACH,IAAG;AAAA,kBACH,IAAG;AAAA,kBACH,IAAG;AAAA,kBACH,eAAc;AAAA,kBAEd,UAAA;AAAA,oBAAAF,gBAAAA,EAAAA,IAAC,QAAA,EAAK,WAAU,UAAA,CAAU;AAAA,0CACzB,QAAA,EAAK,QAAO,KAAI,WAAU,WAAU,aAAY,IAAA,CAAI;AAAA,kBAAA;AAAA,gBAAA;AAAA,cAAA;AAAA,cAEvDE,gBAAAA,EAAAA;AAAAA,gBAAC;AAAA,gBAAA;AAAA,kBACC,IAAG;AAAA,kBACH,IAAG;AAAA,kBACH,IAAG;AAAA,kBACH,IAAG;AAAA,kBACH,IAAG;AAAA,kBACH,eAAc;AAAA,kBAEd,UAAA;AAAA,oBAAAF,gBAAAA,EAAAA,IAAC,QAAA,EAAK,WAAU,UAAA,CAAU;AAAA,0CACzB,QAAA,EAAK,QAAO,KAAI,WAAU,WAAU,aAAY,IAAA,CAAI;AAAA,kBAAA;AAAA,gBAAA;AAAA,cAAA;AAAA,cAEvDE,gBAAAA,EAAAA;AAAAA,gBAAC;AAAA,gBAAA;AAAA,kBACC,IAAG;AAAA,kBACH,IAAG;AAAA,kBACH,IAAG;AAAA,kBACH,IAAG;AAAA,kBACH,IAAG;AAAA,kBACH,eAAc;AAAA,kBAEd,UAAA;AAAA,oBAAAF,gBAAAA,EAAAA,IAAC,QAAA,EAAK,WAAU,UAAA,CAAU;AAAA,0CACzB,QAAA,EAAK,QAAO,OAAM,WAAU,WAAU,aAAY,IAAA,CAAI;AAAA,kBAAA;AAAA,gBAAA;AAAA,cAAA;AAAA,YACzD,EAAA,CACF;AAAA,UAAA;AAAA,QAAA;AAAA,MAAA;AAAA,IACF;AAAA,EAAA;AAGR,GCvEaQ,IAAQ;AAAA,EACnB,QAAQZ;AAAA,EACR,WAAWO;AAAA,EACX,QAAQC;AAAA,EACR,UAAUC;AAAA,EACV,MAAMC;AAAA,EACN,QAAQC;AACV,GCEaE,IAAa,CAACC,GAAkBb,IAAe,OAAO;AACjE,QAAMc,IAAOH,EAAME,CAA8B;AACjD,SAAKC,IAGEX,gBAAAA,MAACW,GAAA,EAAM,GAAGd,EAAA,CAAO,IAFfG,gBAAAA,MAACY,GAAA,EAAS,GAAGf,EAAA,CAAO;AAG/B,GAEagB,IAAmB,CAACC,GAAsBjB,IAAe,OAC9DiB,EAAU,SAAS,SACZL,EAAWK,EAAU,UAAUjB,CAAK,IAExCG,gBAAAA,EAAAA,IAAC,OAAA,EAAI,KAAKc,EAAU,OAAO,KAAKA,EAAU,MAAM,WAAWb,EAAG,WAAWJ,EAAM,SAAS,GAAI,GAAGA,GAAO;"}
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./components/alert.js"),i=require("./components/avatar.js"),s=require("./components/badge.js"),g=require("./components/button.js"),r=require("./components/card.js"),m=require("./components/carousel.js"),c=require("./components/charts.js"),C=require("./components/checkbox.js"),D=require("./components/collapse.js"),S=require("./components/confirmation-modal.js"),e=require("./components/dialog.js"),t=require("./components/dropdown-menu.js"),q=require("./components/input.js"),T=require("./components/label.js"),_=require("./components/loader.js"),b=require("./components/loading-placeholder.js"),p=require("./components/markdown.js"),h=require("./components/modal.js"),M=require("./components/notification.js"),l=require("./components/popover.js"),w=require("./components/progress.js"),u=require("./components/radio-group.js"),d=require("./components/scroll-area.js"),o=require("./components/select.js"),v=require("./components/selection-bar.js"),A=require("./components/separator.js"),P=require("./components/sheet.js"),L=require("./components/slider.js"),B=require("./components/switch.js"),I=require("./components/table.js"),G=require("./components/table-empty.js"),n=require("./components/tabs.js"),k=require("./components/textarea.js"),f=require("./components/tooltip.js"),y=require("./utils-DSKoFOjv.cjs");exports.Alert=a.Alert;exports.AlertDescription=a.AlertDescription;exports.AlertTitle=a.AlertTitle;exports.Avatar=i.Avatar;exports.AvatarFallback=i.AvatarFallback;exports.AvatarImage=i.AvatarImage;exports.Badge=s.Badge;exports.badgeVariants=s.badgeVariants;exports.Button=g.Button;exports.Card=r.Card;exports.CardContent=r.CardContent;exports.CardDescription=r.CardDescription;exports.CardFooter=r.CardFooter;exports.CardHeader=r.CardHeader;exports.CardTitle=r.CardTitle;exports.Carousel=m.Carousel;exports.BarChart=c.BarChart;exports.DonutChart=c.DonutChart;exports.LineChart=c.LineChart;exports.Checkbox=C.Checkbox;exports.Collapse=D.Collapse;exports.ConfirmationModal=S.ConfirmationModal;exports.Dialog=e.Dialog;exports.DialogClose=e.DialogClose;exports.DialogContent=e.DialogContent;exports.DialogDescription=e.DialogDescription;exports.DialogFooter=e.DialogFooter;exports.DialogHeader=e.DialogHeader;exports.DialogOverlay=e.DialogOverlay;exports.DialogPortal=e.DialogPortal;exports.DialogTitle=e.DialogTitle;exports.DialogTrigger=e.DialogTrigger;exports.DropdownMenu=t.DropdownMenu;exports.DropdownMenuContent=t.DropdownMenuContent;exports.DropdownMenuGroup=t.DropdownMenuGroup;exports.DropdownMenuItem=t.DropdownMenuItem;exports.DropdownMenuSeparator=t.DropdownMenuSeparator;exports.DropdownMenuTrigger=t.DropdownMenuTrigger;exports.Input=q.Input;exports.Label=T.Label;exports.Loader=_.Loader;exports.LoadingPlaceholder=b.LoadingPlaceholder;exports.Markdown=p.Markdown;exports.codeThemes=p.codeThemes;exports.Modal=h.Modal;exports.NotificationContainer=M.NotificationContainer;exports.Popover=l.Popover;exports.PopoverContent=l.PopoverContent;exports.PopoverTrigger=l.PopoverTrigger;exports.Progress=w.Progress;exports.RadioGroup=u.RadioGroup;exports.RadioGroupItem=u.RadioGroupItem;exports.ScrollArea=d.ScrollArea;exports.ScrollBar=d.ScrollBar;exports.SearchableSelect=o.SearchableSelect;exports.Select=o.Select;exports.SelectContent=o.SelectContent;exports.SelectGroup=o.SelectGroup;exports.SelectItem=o.SelectItem;exports.SelectLabel=o.SelectLabel;exports.SelectTrigger=o.SelectTrigger;exports.SelectValue=o.SelectValue;exports.SelectionBar=v.SelectionBar;exports.Separator=A.Separator;exports.Sheet=P.Sheet;exports.Slider=L.Slider;exports.Switch=B.Switch;exports.Table=I.Table;exports.TableEmpty=G.TableEmpty;exports.Tabs=n.Tabs;exports.TabsContent=n.TabsContent;exports.TabsList=n.TabsList;exports.TabsTrigger=n.TabsTrigger;exports.Textarea=k.Textarea;exports.Tooltip=f.Tooltip;exports.cn=y.cn;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const p=require("./components/alert.js"),d=require("./components/avatar.js"),m=require("./components/badge.js"),b=require("./components/button.js"),i=require("./components/card.js"),C=require("./components/carousel.js"),x=require("./components/charts.js"),v=require("./components/checkbox.js"),R=require("./components/collapse.js"),D=require("./components/confirmation-modal.js"),r=require("./components/dialog.js"),a=require("./components/dropdown-menu.js"),E=require("./components/input.js"),S=require("./components/label.js"),q=require("./components/loader.js"),M=require("./components/loading-placeholder.js"),g=require("./components/markdown.js"),y=require("./components/modal.js"),T=require("./components/notification.js"),u=require("./components/popover.js"),_=require("./components/progress.js"),h=require("./components/radio-group.js"),j=require("./components/scroll-area.js"),s=require("./components/select.js"),A=require("./components/selection-bar.js"),L=require("./components/separator.js"),I=require("./components/sheet.js"),z=require("./components/slider.js"),k=require("./components/switch.js"),B=require("./components/table.js"),N=require("./components/table-empty.js"),c=require("./components/tabs.js"),G=require("./components/textarea.js"),P=require("./components/tooltip.js"),e=require("./jsx-runtime-BYECrxsp.cjs"),l=require("./utils-DSKoFOjv.cjs"),F=require("lucide-react"),O=t=>{const{size:o=48,className:n=""}=t;return e.jsxRuntimeExports.jsx("div",{"aria-label":"Claude",className:l.cn("flex flex-col items-center justify-center flex-none text-white rounded-full",n),style:{background:"rgb(217, 119, 87)",height:o,width:o},children:e.jsxRuntimeExports.jsxs("svg",{fill:"currentColor",fillRule:"evenodd",height:o,style:{padding:"5px"},width:o,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"flex-none leading-none",children:[e.jsxRuntimeExports.jsx("title",{children:"Claude"}),e.jsxRuntimeExports.jsx("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"})]})})},H=t=>{const{size:o=48,className:n=""}=t;return e.jsxRuntimeExports.jsx("div",{"aria-label":"Anthropic",className:l.cn("flex flex-col items-center justify-center flex-none rounded-full",n),style:{background:"rgb(241, 240, 232)",color:"rgb(20, 20, 19)",height:o,width:o},children:e.jsxRuntimeExports.jsxs("svg",{fill:"currentColor",fillRule:"evenodd",height:o,style:{padding:"5px"},width:o,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"flex-none leading-none",children:[e.jsxRuntimeExports.jsx("title",{children:"Anthropic"}),e.jsxRuntimeExports.jsx("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"})]})})},V=t=>{const{size:o=48,className:n=""}=t;return e.jsxRuntimeExports.jsx("div",{"aria-label":"OpenAI",className:l.cn("flex flex-col items-center justify-center flex-none rounded-full",n),style:{background:"rgb(25, 195, 125)",color:"rgb(255, 255, 255)",height:o,width:o},children:e.jsxRuntimeExports.jsxs("svg",{fill:"currentColor",fillRule:"evenodd",height:o,style:{padding:"5px"},width:o,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"flex-none leading-none",children:[e.jsxRuntimeExports.jsx("title",{children:"OpenAI"}),e.jsxRuntimeExports.jsx("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"})]})})},U=t=>{const{size:o=48,className:n=""}=t;return e.jsxRuntimeExports.jsx("div",{"aria-label":"DeepSeek",className:l.cn("flex flex-col items-center justify-center flex-none rounded-full h-16 w-16",n),style:{background:"rgb(77, 107, 254)",color:"rgb(255, 255, 255)",height:o,width:o},children:e.jsxRuntimeExports.jsxs("svg",{fill:"currentColor",fillRule:"evenodd",height:o,width:o,style:{padding:"5px"},viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"flex-none leading-none",children:[e.jsxRuntimeExports.jsx("title",{children:"DeepSeek"}),e.jsxRuntimeExports.jsx("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"})]})})},J=t=>{const{size:o=48,className:n=""}=t;return e.jsxRuntimeExports.jsx("div",{"aria-label":"Grok",className:l.cn("flex flex-col items-center justify-center flex-none rounded-full h-16 w-16",n),style:{background:"rgb(0, 0, 0)",color:"rgb(255, 255, 255)",height:o,width:o,padding:"5px"},children:e.jsxRuntimeExports.jsxs("svg",{fill:"currentColor",fillRule:"evenodd",height:o,width:o,style:{padding:"5px"},viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",className:"flex-none leading-none",children:[e.jsxRuntimeExports.jsx("title",{children:"Grok"}),e.jsxRuntimeExports.jsx("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"})]})})},K=t=>{const{size:o=48,className:n=""}=t;return e.jsxRuntimeExports.jsx("div",{"aria-label":"Gemini",className:l.cn("flex items-center justify-center rounded-full",n),style:{background:"rgb(255, 255, 255)",height:o,width:o,boxShadow:"rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset",color:"rgb(255, 255, 255)"},children:e.jsxRuntimeExports.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",height:o,width:o,viewBox:"0 0 24 24",style:{flex:"0 0 auto",lineHeight:1,padding:"5px"},children:[e.jsxRuntimeExports.jsx("title",{children:"Gemini"}),e.jsxRuntimeExports.jsx("path",{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",fill:"#3186FF"}),e.jsxRuntimeExports.jsx("path",{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",fill:"url(#lobe-icons-gemini-fill-0)"}),e.jsxRuntimeExports.jsx("path",{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",fill:"url(#lobe-icons-gemini-fill-1)"}),e.jsxRuntimeExports.jsx("path",{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",fill:"url(#lobe-icons-gemini-fill-2)"}),e.jsxRuntimeExports.jsxs("defs",{children:[e.jsxRuntimeExports.jsxs("linearGradient",{id:"lobe-icons-gemini-fill-0",x1:"7",x2:"11",y1:"15.5",y2:"12",gradientUnits:"userSpaceOnUse",children:[e.jsxRuntimeExports.jsx("stop",{stopColor:"#08B962"}),e.jsxRuntimeExports.jsx("stop",{offset:"1",stopColor:"#08B962",stopOpacity:"0"})]}),e.jsxRuntimeExports.jsxs("linearGradient",{id:"lobe-icons-gemini-fill-1",x1:"8",x2:"11.5",y1:"5.5",y2:"11",gradientUnits:"userSpaceOnUse",children:[e.jsxRuntimeExports.jsx("stop",{stopColor:"#F94543"}),e.jsxRuntimeExports.jsx("stop",{offset:"1",stopColor:"#F94543",stopOpacity:"0"})]}),e.jsxRuntimeExports.jsxs("linearGradient",{id:"lobe-icons-gemini-fill-2",x1:"3.5",x2:"17.5",y1:"13.5",y2:"12",gradientUnits:"userSpaceOnUse",children:[e.jsxRuntimeExports.jsx("stop",{stopColor:"#FABC12"}),e.jsxRuntimeExports.jsx("stop",{offset:".46",stopColor:"#FABC12",stopOpacity:"0"})]})]})]})})},f={claude:O,anthropic:H,openai:V,deepseek:U,grok:J,gemini:K},w=(t,o={})=>{const n=f[t];return n?e.jsxRuntimeExports.jsx(n,{...o}):e.jsxRuntimeExports.jsx(F.BotIcon,{...o})},Q=(t,o={})=>t.type==="core"?w(t.provider,o):e.jsxRuntimeExports.jsx("img",{src:t.image,alt:t.name,className:l.cn("h-6 w-6",o.className),...o});exports.Alert=p.Alert;exports.AlertDescription=p.AlertDescription;exports.AlertTitle=p.AlertTitle;exports.Avatar=d.Avatar;exports.AvatarFallback=d.AvatarFallback;exports.AvatarImage=d.AvatarImage;exports.Badge=m.Badge;exports.badgeVariants=m.badgeVariants;exports.Button=b.Button;exports.Card=i.Card;exports.CardContent=i.CardContent;exports.CardDescription=i.CardDescription;exports.CardFooter=i.CardFooter;exports.CardHeader=i.CardHeader;exports.CardTitle=i.CardTitle;exports.Carousel=C.Carousel;exports.BarChart=x.BarChart;exports.DonutChart=x.DonutChart;exports.LineChart=x.LineChart;exports.Checkbox=v.Checkbox;exports.Collapse=R.Collapse;exports.ConfirmationModal=D.ConfirmationModal;exports.Dialog=r.Dialog;exports.DialogClose=r.DialogClose;exports.DialogContent=r.DialogContent;exports.DialogDescription=r.DialogDescription;exports.DialogFooter=r.DialogFooter;exports.DialogHeader=r.DialogHeader;exports.DialogOverlay=r.DialogOverlay;exports.DialogPortal=r.DialogPortal;exports.DialogTitle=r.DialogTitle;exports.DialogTrigger=r.DialogTrigger;exports.DropdownMenu=a.DropdownMenu;exports.DropdownMenuContent=a.DropdownMenuContent;exports.DropdownMenuGroup=a.DropdownMenuGroup;exports.DropdownMenuItem=a.DropdownMenuItem;exports.DropdownMenuSeparator=a.DropdownMenuSeparator;exports.DropdownMenuTrigger=a.DropdownMenuTrigger;exports.Input=E.Input;exports.Label=S.Label;exports.Loader=q.Loader;exports.LoadingPlaceholder=M.LoadingPlaceholder;exports.Markdown=g.Markdown;exports.codeThemes=g.codeThemes;exports.Modal=y.Modal;exports.NotificationContainer=T.NotificationContainer;exports.Popover=u.Popover;exports.PopoverContent=u.PopoverContent;exports.PopoverTrigger=u.PopoverTrigger;exports.Progress=_.Progress;exports.RadioGroup=h.RadioGroup;exports.RadioGroupItem=h.RadioGroupItem;exports.ScrollArea=j.ScrollArea;exports.ScrollBar=j.ScrollBar;exports.SearchableSelect=s.SearchableSelect;exports.Select=s.Select;exports.SelectContent=s.SelectContent;exports.SelectGroup=s.SelectGroup;exports.SelectItem=s.SelectItem;exports.SelectLabel=s.SelectLabel;exports.SelectTrigger=s.SelectTrigger;exports.SelectValue=s.SelectValue;exports.SelectionBar=A.SelectionBar;exports.Separator=L.Separator;exports.Sheet=I.Sheet;exports.Slider=z.Slider;exports.Switch=k.Switch;exports.Table=B.Table;exports.TableEmpty=N.TableEmpty;exports.Tabs=c.Tabs;exports.TabsContent=c.TabsContent;exports.TabsList=c.TabsList;exports.TabsTrigger=c.TabsTrigger;exports.Textarea=G.Textarea;exports.Tooltip=P.Tooltip;exports.cn=l.cn;exports.Icons=f;exports.getAssistantIcon=Q;exports.getLLMIcon=w;
|
|
2
2
|
//# sourceMappingURL=index.js.map
|