@definable/ui 0.1.13 → 0.1.15
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/README.md +0 -7
- package/dist/components/alert-dialog.js +55 -2
- package/dist/components/alert.js +63 -2
- package/dist/components/avatar.js +41 -2
- package/dist/components/badge.js +26 -2
- package/dist/components/button.d.ts +2 -2
- package/dist/components/button.js +49 -2
- package/dist/components/calendar.js +86 -2
- package/dist/components/card.js +61 -2
- package/dist/components/carousel.js +100 -2
- package/dist/components/checkbox.js +31 -2
- package/dist/components/collapse.js +49 -2
- package/dist/components/command-menu.js +89 -2
- package/dist/components/command.js +115 -2
- package/dist/components/confirmation-modal.js +44 -2
- package/dist/components/context-menu.js +185 -2
- package/dist/components/dialog.js +121 -2
- package/dist/components/dropdown-menu.js +48 -2
- package/dist/components/dropzone.js +44 -2
- package/dist/components/image-cropper-modal.js +250 -2
- package/dist/components/image-cropper.js +130 -2
- package/dist/components/input.js +21 -2
- package/dist/components/label.js +19 -2
- package/dist/components/loader.js +69 -2
- package/dist/components/loading-placeholder.js +24 -2
- package/dist/components/mention.js +153 -2
- package/dist/components/modal.js +135 -2
- package/dist/components/notification.js +25 -2
- package/dist/components/popover.js +23 -2
- package/dist/components/progress.js +34 -2
- package/dist/components/radio-group.js +47 -2
- package/dist/components/scroll-area.js +46 -2
- package/dist/components/select.js +130 -2
- package/dist/components/selection-bar.js +53 -2
- package/dist/components/separator.js +24 -2
- package/dist/components/sheet.js +128 -2
- package/dist/components/skeleton.js +17 -2
- package/dist/components/slider.js +32 -2
- package/dist/components/stepper/index.d.ts +4 -0
- package/dist/components/stepper/step-layout.d.ts +8 -0
- package/dist/components/stepper/stepper-modal.d.ts +26 -0
- package/dist/components/stepper/stepper.d.ts +7 -0
- package/dist/components/stepper/types.d.ts +6 -0
- package/dist/components/stepper.js +6 -2
- package/dist/components/switch.js +35 -2
- package/dist/components/table-empty.js +22 -2
- package/dist/components/table-mobile.js +91 -2
- package/dist/components/table.js +156 -2
- package/dist/components/tabs.js +46 -2
- package/dist/components/terminal.js +49 -2
- package/dist/components/textarea.js +20 -2
- package/dist/components/tooltip.js +75 -2
- package/dist/components/use-toast.js +64 -2
- package/dist/icons/icons.d.ts +8 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/providers/anthropic.d.ts +2 -0
- package/dist/icons/providers/claude.d.ts +2 -0
- package/dist/icons/providers/deepseek.d.ts +2 -0
- package/dist/icons/providers/gemini.d.ts +2 -0
- package/dist/icons/providers/grok.d.ts +2 -0
- package/dist/icons/providers/index.d.ts +6 -0
- package/dist/icons/providers/openai.d.ts +2 -0
- package/dist/icons/providers/types.d.ts +4 -0
- package/dist/index.d.ts +48 -962
- package/dist/index.js +444 -2
- package/dist/lib/icons.d.ts +14 -0
- package/dist/lib/index.d.ts +2 -0
- package/dist/lib/utils.js +8 -2
- package/dist/{stepper-modal-SYU9mbXs.js → stepper-modal-JXpOXOV2.js} +90 -91
- package/dist/styles.css +1 -1
- package/package.json +180 -134
- package/dist/MonacoEditor-COZcVMEj.cjs +0 -8
- package/dist/MonacoEditor-COZcVMEj.cjs.map +0 -1
- package/dist/MonacoEditor-D3QSSKa4.js +0 -295
- package/dist/MonacoEditor-D3QSSKa4.js.map +0 -1
- package/dist/alert-dialog.d.ts +0 -18
- package/dist/alert.d.ts +0 -25
- package/dist/avatar.d.ts +0 -9
- package/dist/badge.d.ts +0 -15
- package/dist/button.d.ts +0 -16
- package/dist/calendar.d.ts +0 -21
- package/dist/card.d.ts +0 -15
- package/dist/carousel.d.ts +0 -18
- package/dist/charts.d.ts +0 -26
- package/dist/checkbox.d.ts +0 -6
- package/dist/collapse.d.ts +0 -15
- package/dist/command-menu.d.ts +0 -12
- package/dist/command.d.ts +0 -89
- package/dist/components/alert-dialog.esm.js +0 -59
- package/dist/components/alert-dialog.esm.js.map +0 -1
- package/dist/components/alert-dialog.js.map +0 -1
- package/dist/components/alert.esm.js +0 -64
- package/dist/components/alert.esm.js.map +0 -1
- package/dist/components/alert.js.map +0 -1
- package/dist/components/avatar.esm.js +0 -42
- package/dist/components/avatar.esm.js.map +0 -1
- package/dist/components/avatar.js.map +0 -1
- package/dist/components/badge.esm.js +0 -27
- package/dist/components/badge.esm.js.map +0 -1
- package/dist/components/badge.js.map +0 -1
- package/dist/components/button.esm.js +0 -48
- package/dist/components/button.esm.js.map +0 -1
- package/dist/components/button.js.map +0 -1
- package/dist/components/calendar.esm.js +0 -5562
- package/dist/components/calendar.esm.js.map +0 -1
- package/dist/components/calendar.js.map +0 -1
- package/dist/components/card.esm.js +0 -62
- package/dist/components/card.esm.js.map +0 -1
- package/dist/components/card.js.map +0 -1
- package/dist/components/carousel.esm.js +0 -101
- package/dist/components/carousel.esm.js.map +0 -1
- package/dist/components/carousel.js.map +0 -1
- package/dist/components/charts.d.ts +0 -17
- package/dist/components/charts.esm.js +0 -48
- package/dist/components/charts.esm.js.map +0 -1
- package/dist/components/charts.js +0 -2
- package/dist/components/charts.js.map +0 -1
- package/dist/components/checkbox.esm.js +0 -32
- package/dist/components/checkbox.esm.js.map +0 -1
- package/dist/components/checkbox.js.map +0 -1
- package/dist/components/collapse.esm.js +0 -50
- package/dist/components/collapse.esm.js.map +0 -1
- package/dist/components/collapse.js.map +0 -1
- package/dist/components/command-menu.esm.js +0 -90
- package/dist/components/command-menu.esm.js.map +0 -1
- package/dist/components/command-menu.js.map +0 -1
- package/dist/components/command.esm.js +0 -425
- package/dist/components/command.esm.js.map +0 -1
- package/dist/components/command.js.map +0 -1
- package/dist/components/confirmation-modal.esm.js +0 -46
- package/dist/components/confirmation-modal.esm.js.map +0 -1
- package/dist/components/confirmation-modal.js.map +0 -1
- package/dist/components/context-menu.esm.js +0 -186
- package/dist/components/context-menu.esm.js.map +0 -1
- package/dist/components/context-menu.js.map +0 -1
- package/dist/components/dialog.esm.js +0 -122
- package/dist/components/dialog.esm.js.map +0 -1
- package/dist/components/dialog.js.map +0 -1
- package/dist/components/dropdown-menu.esm.js +0 -49
- package/dist/components/dropdown-menu.esm.js.map +0 -1
- package/dist/components/dropdown-menu.js.map +0 -1
- package/dist/components/dropzone.esm.js +0 -45
- package/dist/components/dropzone.esm.js.map +0 -1
- package/dist/components/dropzone.js.map +0 -1
- package/dist/components/image-cropper-modal.esm.js +0 -251
- package/dist/components/image-cropper-modal.esm.js.map +0 -1
- package/dist/components/image-cropper-modal.js.map +0 -1
- package/dist/components/image-cropper.esm.js +0 -131
- package/dist/components/image-cropper.esm.js.map +0 -1
- package/dist/components/image-cropper.js.map +0 -1
- package/dist/components/input.esm.js +0 -22
- package/dist/components/input.esm.js.map +0 -1
- package/dist/components/input.js.map +0 -1
- package/dist/components/label.esm.js +0 -20
- package/dist/components/label.esm.js.map +0 -1
- package/dist/components/label.js.map +0 -1
- package/dist/components/loader.esm.js +0 -70
- package/dist/components/loader.esm.js.map +0 -1
- package/dist/components/loader.js.map +0 -1
- package/dist/components/loading-placeholder.esm.js +0 -25
- package/dist/components/loading-placeholder.esm.js.map +0 -1
- package/dist/components/loading-placeholder.js.map +0 -1
- package/dist/components/markdown.d.ts +0 -2
- package/dist/components/markdown.esm.js +0 -12066
- package/dist/components/markdown.esm.js.map +0 -1
- package/dist/components/markdown.js +0 -18
- package/dist/components/markdown.js.map +0 -1
- package/dist/components/mention.esm.js +0 -154
- package/dist/components/mention.esm.js.map +0 -1
- package/dist/components/mention.js.map +0 -1
- package/dist/components/modal.esm.js +0 -136
- package/dist/components/modal.esm.js.map +0 -1
- package/dist/components/modal.js.map +0 -1
- package/dist/components/monaco-editor.d.ts +0 -2
- package/dist/components/monaco-editor.esm.js +0 -9
- package/dist/components/monaco-editor.esm.js.map +0 -1
- package/dist/components/monaco-editor.js +0 -2
- package/dist/components/monaco-editor.js.map +0 -1
- package/dist/components/notification.esm.js +0 -26
- package/dist/components/notification.esm.js.map +0 -1
- package/dist/components/notification.js.map +0 -1
- package/dist/components/popover.esm.js +0 -24
- package/dist/components/popover.esm.js.map +0 -1
- package/dist/components/popover.js.map +0 -1
- package/dist/components/progress.esm.js +0 -35
- package/dist/components/progress.esm.js.map +0 -1
- package/dist/components/progress.js.map +0 -1
- package/dist/components/radio-group.esm.js +0 -48
- package/dist/components/radio-group.esm.js.map +0 -1
- package/dist/components/radio-group.js.map +0 -1
- package/dist/components/scroll-area.esm.js +0 -47
- package/dist/components/scroll-area.esm.js.map +0 -1
- package/dist/components/scroll-area.js.map +0 -1
- package/dist/components/select.esm.js +0 -131
- package/dist/components/select.esm.js.map +0 -1
- package/dist/components/select.js.map +0 -1
- package/dist/components/selection-bar.esm.js +0 -54
- package/dist/components/selection-bar.esm.js.map +0 -1
- package/dist/components/selection-bar.js.map +0 -1
- package/dist/components/separator.esm.js +0 -25
- package/dist/components/separator.esm.js.map +0 -1
- package/dist/components/separator.js.map +0 -1
- package/dist/components/sheet.esm.js +0 -129
- package/dist/components/sheet.esm.js.map +0 -1
- package/dist/components/sheet.js.map +0 -1
- package/dist/components/skeleton.esm.js +0 -18
- package/dist/components/skeleton.esm.js.map +0 -1
- package/dist/components/skeleton.js.map +0 -1
- package/dist/components/slider.esm.js +0 -33
- package/dist/components/slider.esm.js.map +0 -1
- package/dist/components/slider.js.map +0 -1
- package/dist/components/stepper.d.ts +0 -2
- package/dist/components/stepper.esm.js +0 -7
- package/dist/components/stepper.esm.js.map +0 -1
- package/dist/components/stepper.js.map +0 -1
- package/dist/components/switch.esm.js +0 -36
- package/dist/components/switch.esm.js.map +0 -1
- package/dist/components/switch.js.map +0 -1
- package/dist/components/table-empty.esm.js +0 -23
- package/dist/components/table-empty.esm.js.map +0 -1
- package/dist/components/table-empty.js.map +0 -1
- package/dist/components/table-mobile.esm.js +0 -92
- package/dist/components/table-mobile.esm.js.map +0 -1
- package/dist/components/table-mobile.js.map +0 -1
- package/dist/components/table.esm.js +0 -157
- package/dist/components/table.esm.js.map +0 -1
- package/dist/components/table.js.map +0 -1
- package/dist/components/tabs.esm.js +0 -47
- package/dist/components/tabs.esm.js.map +0 -1
- package/dist/components/tabs.js.map +0 -1
- package/dist/components/terminal.esm.js +0 -50
- package/dist/components/terminal.esm.js.map +0 -1
- package/dist/components/terminal.js.map +0 -1
- package/dist/components/textarea.esm.js +0 -21
- package/dist/components/textarea.esm.js.map +0 -1
- package/dist/components/textarea.js.map +0 -1
- package/dist/components/tooltip.esm.js +0 -76
- package/dist/components/tooltip.esm.js.map +0 -1
- package/dist/components/tooltip.js.map +0 -1
- package/dist/components/use-toast.esm.js +0 -65
- package/dist/components/use-toast.esm.js.map +0 -1
- package/dist/components/use-toast.js.map +0 -1
- package/dist/confirmation-modal.d.ts +0 -16
- package/dist/context-menu.d.ts +0 -41
- package/dist/dialog.d.ts +0 -33
- package/dist/dropdown-menu.d.ts +0 -16
- package/dist/dropzone.d.ts +0 -16
- package/dist/image-cropper-modal.d.ts +0 -14
- package/dist/image-cropper.d.ts +0 -15
- package/dist/index-DACAHwoB.js +0 -35
- package/dist/index-DACAHwoB.js.map +0 -1
- package/dist/index-Deooizx8.cjs +0 -2
- package/dist/index-Deooizx8.cjs.map +0 -1
- package/dist/index.esm.js +0 -458
- package/dist/index.esm.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/input.d.ts +0 -8
- package/dist/jsx-runtime-BYECrxsp.cjs +0 -31
- package/dist/jsx-runtime-BYECrxsp.cjs.map +0 -1
- package/dist/jsx-runtime-DGlMoOmv.js +0 -631
- package/dist/jsx-runtime-DGlMoOmv.js.map +0 -1
- package/dist/label.d.ts +0 -6
- package/dist/lib/utils.esm.js +0 -5
- package/dist/lib/utils.esm.js.map +0 -1
- package/dist/lib/utils.js.map +0 -1
- package/dist/loader.d.ts +0 -14
- package/dist/loading-placeholder.d.ts +0 -12
- package/dist/markdown.d.ts +0 -122
- package/dist/mention.d.ts +0 -29
- package/dist/modal.d.ts +0 -28
- package/dist/monaco-editor.d.ts +0 -76
- package/dist/notification.d.ts +0 -9
- package/dist/popover.d.ts +0 -10
- package/dist/progress.d.ts +0 -6
- package/dist/radio-group.d.ts +0 -8
- package/dist/scroll-area.d.ts +0 -8
- package/dist/select.d.ts +0 -31
- package/dist/selection-bar.d.ts +0 -15
- package/dist/separator.d.ts +0 -6
- package/dist/sheet.d.ts +0 -17
- package/dist/skeleton.d.ts +0 -5
- package/dist/slider.d.ts +0 -6
- package/dist/stepper-modal-CPlBpxWy.cjs +0 -2
- package/dist/stepper-modal-CPlBpxWy.cjs.map +0 -1
- package/dist/stepper-modal-SYU9mbXs.js.map +0 -1
- package/dist/stepper.d.ts +0 -75
- package/dist/switch.d.ts +0 -6
- package/dist/table-empty.d.ts +0 -13
- package/dist/table-mobile.d.ts +0 -37
- package/dist/table.d.ts +0 -37
- package/dist/tabs.d.ts +0 -12
- package/dist/terminal.d.ts +0 -47
- package/dist/textarea.d.ts +0 -8
- package/dist/tooltip.d.ts +0 -12
- package/dist/use-toast.d.ts +0 -28
- package/dist/utils-DSKoFOjv.cjs +0 -2
- package/dist/utils-DSKoFOjv.cjs.map +0 -1
- package/dist/utils-qaFjX9_3.js +0 -2279
- package/dist/utils-qaFjX9_3.js.map +0 -1
- package/dist/utils.d.ts +0 -5
package/dist/index.esm.js
DELETED
|
@@ -1,458 +0,0 @@
|
|
|
1
|
-
import { Alert as b, AlertDescription as j, AlertTitle as v } from "./components/alert.esm.js";
|
|
2
|
-
import { AlertDialog as S } from "./components/alert-dialog.esm.js";
|
|
3
|
-
import { Avatar as z, AvatarFallback as D, AvatarImage as I } from "./components/avatar.esm.js";
|
|
4
|
-
import { Badge as A, badgeVariants as N } from "./components/badge.esm.js";
|
|
5
|
-
import { Button as k } from "./components/button.esm.js";
|
|
6
|
-
import { Calendar as B } from "./components/calendar.esm.js";
|
|
7
|
-
import { Card as R, CardContent as F, CardDescription as V, CardFooter as H, CardHeader as P, CardTitle as U } from "./components/card.esm.js";
|
|
8
|
-
import { Carousel as _ } from "./components/carousel.esm.js";
|
|
9
|
-
import { BarChart as J, DonutChart as K, LineChart as Q } from "./components/charts.esm.js";
|
|
10
|
-
import { Checkbox as X } from "./components/checkbox.esm.js";
|
|
11
|
-
import { Collapse as Z } from "./components/collapse.esm.js";
|
|
12
|
-
import { Command as e1, CommandDialog as o1, CommandEmpty as r1, CommandGroup as t1, CommandInput as l1, CommandItem as n1, CommandList as a1, CommandSeparator as i1 } from "./components/command.esm.js";
|
|
13
|
-
import { CommandMenu as c1, CommandMenuDemo as p1 } from "./components/command-menu.esm.js";
|
|
14
|
-
import { ConfirmationModal as d1 } from "./components/confirmation-modal.esm.js";
|
|
15
|
-
import { ContextMenu as f1, ContextMenuCheckboxItem as g1, ContextMenuGroup as h1, ContextMenuItem as u1, ContextMenuLabel as C1, ContextMenuRadioGroup as w1, ContextMenuRadioItem as b1, ContextMenuSeparator as j1, ContextMenuSub as v1, ContextMenuSubContent as M1, ContextMenuSubTrigger as S1 } from "./components/context-menu.esm.js";
|
|
16
|
-
import { Dialog as z1, DialogClose as D1, DialogContent as I1, DialogDescription as L1, DialogFooter as A1, DialogHeader as N1, DialogOverlay as T1, DialogPortal as k1, DialogTitle as G1, DialogTrigger as B1 } from "./components/dialog.esm.js";
|
|
17
|
-
import { DropdownMenu as R1, DropdownMenuContent as F1, DropdownMenuGroup as V1, DropdownMenuItem as H1, DropdownMenuSeparator as P1, DropdownMenuTrigger as U1 } from "./components/dropdown-menu.esm.js";
|
|
18
|
-
import { Dropzone as _1 } from "./components/dropzone.esm.js";
|
|
19
|
-
import { ImageCropper as J1 } from "./components/image-cropper.esm.js";
|
|
20
|
-
import { ImageCropperModal as Q1 } from "./components/image-cropper-modal.esm.js";
|
|
21
|
-
import { Input as X1 } from "./components/input.esm.js";
|
|
22
|
-
import { Label as Z1 } from "./components/label.esm.js";
|
|
23
|
-
import { Loader as e0 } from "./components/loader.esm.js";
|
|
24
|
-
import { LoadingPlaceholder as r0 } from "./components/loading-placeholder.esm.js";
|
|
25
|
-
import { Markdown as l0, codeThemes as n0 } from "./components/markdown.esm.js";
|
|
26
|
-
import { Mention as i0 } from "./components/mention.esm.js";
|
|
27
|
-
import { Modal as c0 } from "./components/modal.esm.js";
|
|
28
|
-
import { M as x0, d as d0, l as m0, s as f0, u as g0 } from "./MonacoEditor-D3QSSKa4.js";
|
|
29
|
-
import { NotificationContainer as u0 } from "./components/notification.esm.js";
|
|
30
|
-
import { Popover as w0, PopoverContent as b0, PopoverTrigger as j0 } from "./components/popover.esm.js";
|
|
31
|
-
import { Progress as M0 } from "./components/progress.esm.js";
|
|
32
|
-
import { RadioGroup as y0, RadioGroupItem as z0 } from "./components/radio-group.esm.js";
|
|
33
|
-
import { ScrollArea as I0, ScrollBar as L0 } from "./components/scroll-area.esm.js";
|
|
34
|
-
import { SearchableSelect as N0, Select as T0, SelectContent as k0, SelectGroup as G0, SelectItem as B0, SelectLabel as O0, SelectTrigger as R0, SelectValue as F0 } from "./components/select.esm.js";
|
|
35
|
-
import { SelectionBar as H0 } from "./components/selection-bar.esm.js";
|
|
36
|
-
import { Separator as U0 } from "./components/separator.esm.js";
|
|
37
|
-
import { Sheet as _0 } from "./components/sheet.esm.js";
|
|
38
|
-
import { Skeleton as J0 } from "./components/skeleton.esm.js";
|
|
39
|
-
import { Slider as Q0 } from "./components/slider.esm.js";
|
|
40
|
-
import { a as X0, S as Y0, b as Z0 } from "./stepper-modal-SYU9mbXs.js";
|
|
41
|
-
import { Switch as e2 } from "./components/switch.esm.js";
|
|
42
|
-
import { Table as r2 } from "./components/table.esm.js";
|
|
43
|
-
import { TableEmpty as l2 } from "./components/table-empty.esm.js";
|
|
44
|
-
import { TableMobile as a2 } from "./components/table-mobile.esm.js";
|
|
45
|
-
import { Tabs as s2, TabsContent as c2, TabsList as p2, TabsTrigger as x2 } from "./components/tabs.esm.js";
|
|
46
|
-
import { ANSI as m2, LOG_COLORS as f2, colorize as g2 } from "./components/terminal.esm.js";
|
|
47
|
-
import { Textarea as u2 } from "./components/textarea.esm.js";
|
|
48
|
-
import { Tooltip as w2 } from "./components/tooltip.esm.js";
|
|
49
|
-
import { ToastContainer as j2, toast as v2, useToast as M2 } from "./components/use-toast.esm.js";
|
|
50
|
-
import { j as e } from "./jsx-runtime-DGlMoOmv.js";
|
|
51
|
-
import { c as l } from "./utils-qaFjX9_3.js";
|
|
52
|
-
import { BotIcon as n } from "lucide-react";
|
|
53
|
-
const a = (r) => {
|
|
54
|
-
const { size: o = 48, className: t = "" } = r;
|
|
55
|
-
return /* @__PURE__ */ e.jsx(
|
|
56
|
-
"div",
|
|
57
|
-
{
|
|
58
|
-
"aria-label": "Claude",
|
|
59
|
-
className: l("flex flex-col items-center justify-center flex-none text-white rounded-full", t),
|
|
60
|
-
style: {
|
|
61
|
-
background: "rgb(217, 119, 87)",
|
|
62
|
-
height: o,
|
|
63
|
-
width: o
|
|
64
|
-
},
|
|
65
|
-
children: /* @__PURE__ */ e.jsxs(
|
|
66
|
-
"svg",
|
|
67
|
-
{
|
|
68
|
-
fill: "currentColor",
|
|
69
|
-
fillRule: "evenodd",
|
|
70
|
-
height: o,
|
|
71
|
-
style: {
|
|
72
|
-
padding: "5px"
|
|
73
|
-
},
|
|
74
|
-
width: o,
|
|
75
|
-
viewBox: "0 0 24 24",
|
|
76
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
77
|
-
className: "flex-none leading-none",
|
|
78
|
-
children: [
|
|
79
|
-
/* @__PURE__ */ e.jsx("title", { children: "Claude" }),
|
|
80
|
-
/* @__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" })
|
|
81
|
-
]
|
|
82
|
-
}
|
|
83
|
-
)
|
|
84
|
-
}
|
|
85
|
-
);
|
|
86
|
-
}, i = (r) => {
|
|
87
|
-
const { size: o = 48, className: t = "" } = r;
|
|
88
|
-
return /* @__PURE__ */ e.jsx(
|
|
89
|
-
"div",
|
|
90
|
-
{
|
|
91
|
-
"aria-label": "Anthropic",
|
|
92
|
-
className: l("flex flex-col items-center justify-center flex-none rounded-full", t),
|
|
93
|
-
style: {
|
|
94
|
-
background: "rgb(241, 240, 232)",
|
|
95
|
-
color: "rgb(20, 20, 19)",
|
|
96
|
-
height: o,
|
|
97
|
-
width: o
|
|
98
|
-
},
|
|
99
|
-
children: /* @__PURE__ */ e.jsxs(
|
|
100
|
-
"svg",
|
|
101
|
-
{
|
|
102
|
-
fill: "currentColor",
|
|
103
|
-
fillRule: "evenodd",
|
|
104
|
-
height: o,
|
|
105
|
-
style: {
|
|
106
|
-
padding: "5px"
|
|
107
|
-
},
|
|
108
|
-
width: o,
|
|
109
|
-
viewBox: "0 0 24 24",
|
|
110
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
111
|
-
className: "flex-none leading-none",
|
|
112
|
-
children: [
|
|
113
|
-
/* @__PURE__ */ e.jsx("title", { children: "Anthropic" }),
|
|
114
|
-
/* @__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" })
|
|
115
|
-
]
|
|
116
|
-
}
|
|
117
|
-
)
|
|
118
|
-
}
|
|
119
|
-
);
|
|
120
|
-
}, s = (r) => {
|
|
121
|
-
const { size: o = 48, className: t = "" } = r;
|
|
122
|
-
return /* @__PURE__ */ e.jsx(
|
|
123
|
-
"div",
|
|
124
|
-
{
|
|
125
|
-
"aria-label": "OpenAI",
|
|
126
|
-
className: l("flex flex-col items-center justify-center flex-none rounded-full", t),
|
|
127
|
-
style: {
|
|
128
|
-
background: "rgb(25, 195, 125)",
|
|
129
|
-
color: "rgb(255, 255, 255)",
|
|
130
|
-
height: o,
|
|
131
|
-
width: o
|
|
132
|
-
},
|
|
133
|
-
children: /* @__PURE__ */ e.jsxs(
|
|
134
|
-
"svg",
|
|
135
|
-
{
|
|
136
|
-
fill: "currentColor",
|
|
137
|
-
fillRule: "evenodd",
|
|
138
|
-
height: o,
|
|
139
|
-
style: {
|
|
140
|
-
padding: "5px"
|
|
141
|
-
},
|
|
142
|
-
width: o,
|
|
143
|
-
viewBox: "0 0 24 24",
|
|
144
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
145
|
-
className: "flex-none leading-none",
|
|
146
|
-
children: [
|
|
147
|
-
/* @__PURE__ */ e.jsx("title", { children: "OpenAI" }),
|
|
148
|
-
/* @__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" })
|
|
149
|
-
]
|
|
150
|
-
}
|
|
151
|
-
)
|
|
152
|
-
}
|
|
153
|
-
);
|
|
154
|
-
}, c = (r) => {
|
|
155
|
-
const { size: o = 48, className: t = "" } = r;
|
|
156
|
-
return /* @__PURE__ */ e.jsx(
|
|
157
|
-
"div",
|
|
158
|
-
{
|
|
159
|
-
"aria-label": "DeepSeek",
|
|
160
|
-
className: l("flex flex-col items-center justify-center flex-none rounded-full h-16 w-16", t),
|
|
161
|
-
style: {
|
|
162
|
-
background: "rgb(77, 107, 254)",
|
|
163
|
-
color: "rgb(255, 255, 255)",
|
|
164
|
-
height: o,
|
|
165
|
-
width: o
|
|
166
|
-
},
|
|
167
|
-
children: /* @__PURE__ */ e.jsxs(
|
|
168
|
-
"svg",
|
|
169
|
-
{
|
|
170
|
-
fill: "currentColor",
|
|
171
|
-
fillRule: "evenodd",
|
|
172
|
-
height: o,
|
|
173
|
-
width: o,
|
|
174
|
-
style: { padding: "5px" },
|
|
175
|
-
viewBox: "0 0 24 24",
|
|
176
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
177
|
-
className: "flex-none leading-none",
|
|
178
|
-
children: [
|
|
179
|
-
/* @__PURE__ */ e.jsx("title", { children: "DeepSeek" }),
|
|
180
|
-
/* @__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" })
|
|
181
|
-
]
|
|
182
|
-
}
|
|
183
|
-
)
|
|
184
|
-
}
|
|
185
|
-
);
|
|
186
|
-
}, p = (r) => {
|
|
187
|
-
const { size: o = 48, className: t = "" } = r;
|
|
188
|
-
return /* @__PURE__ */ e.jsx(
|
|
189
|
-
"div",
|
|
190
|
-
{
|
|
191
|
-
"aria-label": "Grok",
|
|
192
|
-
className: l("flex flex-col items-center justify-center flex-none rounded-full h-16 w-16", t),
|
|
193
|
-
style: {
|
|
194
|
-
background: "rgb(0, 0, 0)",
|
|
195
|
-
color: "rgb(255, 255, 255)",
|
|
196
|
-
height: o,
|
|
197
|
-
width: o,
|
|
198
|
-
padding: "5px"
|
|
199
|
-
},
|
|
200
|
-
children: /* @__PURE__ */ e.jsxs(
|
|
201
|
-
"svg",
|
|
202
|
-
{
|
|
203
|
-
fill: "currentColor",
|
|
204
|
-
fillRule: "evenodd",
|
|
205
|
-
height: o,
|
|
206
|
-
width: o,
|
|
207
|
-
style: { padding: "5px" },
|
|
208
|
-
viewBox: "0 0 24 24",
|
|
209
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
210
|
-
className: "flex-none leading-none",
|
|
211
|
-
children: [
|
|
212
|
-
/* @__PURE__ */ e.jsx("title", { children: "Grok" }),
|
|
213
|
-
/* @__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" })
|
|
214
|
-
]
|
|
215
|
-
}
|
|
216
|
-
)
|
|
217
|
-
}
|
|
218
|
-
);
|
|
219
|
-
}, x = (r) => {
|
|
220
|
-
const { size: o = 48, className: t = "" } = r;
|
|
221
|
-
return /* @__PURE__ */ e.jsx(
|
|
222
|
-
"div",
|
|
223
|
-
{
|
|
224
|
-
"aria-label": "Gemini",
|
|
225
|
-
className: l("flex items-center justify-center rounded-full", t),
|
|
226
|
-
style: {
|
|
227
|
-
background: "rgb(255, 255, 255)",
|
|
228
|
-
height: o,
|
|
229
|
-
width: o,
|
|
230
|
-
boxShadow: "rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset",
|
|
231
|
-
color: "rgb(255, 255, 255)"
|
|
232
|
-
},
|
|
233
|
-
children: /* @__PURE__ */ e.jsxs(
|
|
234
|
-
"svg",
|
|
235
|
-
{
|
|
236
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
237
|
-
height: o,
|
|
238
|
-
width: o,
|
|
239
|
-
viewBox: "0 0 24 24",
|
|
240
|
-
style: { flex: "0 0 auto", lineHeight: 1, padding: "5px" },
|
|
241
|
-
children: [
|
|
242
|
-
/* @__PURE__ */ e.jsx("title", { children: "Gemini" }),
|
|
243
|
-
/* @__PURE__ */ e.jsx(
|
|
244
|
-
"path",
|
|
245
|
-
{
|
|
246
|
-
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",
|
|
247
|
-
fill: "#3186FF"
|
|
248
|
-
}
|
|
249
|
-
),
|
|
250
|
-
/* @__PURE__ */ e.jsx(
|
|
251
|
-
"path",
|
|
252
|
-
{
|
|
253
|
-
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",
|
|
254
|
-
fill: "url(#lobe-icons-gemini-fill-0)"
|
|
255
|
-
}
|
|
256
|
-
),
|
|
257
|
-
/* @__PURE__ */ e.jsx(
|
|
258
|
-
"path",
|
|
259
|
-
{
|
|
260
|
-
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",
|
|
261
|
-
fill: "url(#lobe-icons-gemini-fill-1)"
|
|
262
|
-
}
|
|
263
|
-
),
|
|
264
|
-
/* @__PURE__ */ e.jsx(
|
|
265
|
-
"path",
|
|
266
|
-
{
|
|
267
|
-
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",
|
|
268
|
-
fill: "url(#lobe-icons-gemini-fill-2)"
|
|
269
|
-
}
|
|
270
|
-
),
|
|
271
|
-
/* @__PURE__ */ e.jsxs("defs", { children: [
|
|
272
|
-
/* @__PURE__ */ e.jsxs(
|
|
273
|
-
"linearGradient",
|
|
274
|
-
{
|
|
275
|
-
id: "lobe-icons-gemini-fill-0",
|
|
276
|
-
x1: "7",
|
|
277
|
-
x2: "11",
|
|
278
|
-
y1: "15.5",
|
|
279
|
-
y2: "12",
|
|
280
|
-
gradientUnits: "userSpaceOnUse",
|
|
281
|
-
children: [
|
|
282
|
-
/* @__PURE__ */ e.jsx("stop", { stopColor: "#08B962" }),
|
|
283
|
-
/* @__PURE__ */ e.jsx("stop", { offset: "1", stopColor: "#08B962", stopOpacity: "0" })
|
|
284
|
-
]
|
|
285
|
-
}
|
|
286
|
-
),
|
|
287
|
-
/* @__PURE__ */ e.jsxs(
|
|
288
|
-
"linearGradient",
|
|
289
|
-
{
|
|
290
|
-
id: "lobe-icons-gemini-fill-1",
|
|
291
|
-
x1: "8",
|
|
292
|
-
x2: "11.5",
|
|
293
|
-
y1: "5.5",
|
|
294
|
-
y2: "11",
|
|
295
|
-
gradientUnits: "userSpaceOnUse",
|
|
296
|
-
children: [
|
|
297
|
-
/* @__PURE__ */ e.jsx("stop", { stopColor: "#F94543" }),
|
|
298
|
-
/* @__PURE__ */ e.jsx("stop", { offset: "1", stopColor: "#F94543", stopOpacity: "0" })
|
|
299
|
-
]
|
|
300
|
-
}
|
|
301
|
-
),
|
|
302
|
-
/* @__PURE__ */ e.jsxs(
|
|
303
|
-
"linearGradient",
|
|
304
|
-
{
|
|
305
|
-
id: "lobe-icons-gemini-fill-2",
|
|
306
|
-
x1: "3.5",
|
|
307
|
-
x2: "17.5",
|
|
308
|
-
y1: "13.5",
|
|
309
|
-
y2: "12",
|
|
310
|
-
gradientUnits: "userSpaceOnUse",
|
|
311
|
-
children: [
|
|
312
|
-
/* @__PURE__ */ e.jsx("stop", { stopColor: "#FABC12" }),
|
|
313
|
-
/* @__PURE__ */ e.jsx("stop", { offset: ".46", stopColor: "#FABC12", stopOpacity: "0" })
|
|
314
|
-
]
|
|
315
|
-
}
|
|
316
|
-
)
|
|
317
|
-
] })
|
|
318
|
-
]
|
|
319
|
-
}
|
|
320
|
-
)
|
|
321
|
-
}
|
|
322
|
-
);
|
|
323
|
-
}, d = {
|
|
324
|
-
claude: a,
|
|
325
|
-
anthropic: i,
|
|
326
|
-
openai: s,
|
|
327
|
-
deepseek: c,
|
|
328
|
-
grok: p,
|
|
329
|
-
gemini: x
|
|
330
|
-
}, m = (r, o = {}) => {
|
|
331
|
-
const t = d[r];
|
|
332
|
-
return t ? /* @__PURE__ */ e.jsx(t, { ...o }) : /* @__PURE__ */ e.jsx(n, { ...o });
|
|
333
|
-
}, u = (r, o = {}) => r.type === "core" ? m(r.provider, o) : /* @__PURE__ */ e.jsx("img", { src: r.image, alt: r.name, className: l("h-6 w-6", o.className), ...o });
|
|
334
|
-
export {
|
|
335
|
-
m2 as ANSI,
|
|
336
|
-
b as Alert,
|
|
337
|
-
j as AlertDescription,
|
|
338
|
-
S as AlertDialog,
|
|
339
|
-
v as AlertTitle,
|
|
340
|
-
z as Avatar,
|
|
341
|
-
D as AvatarFallback,
|
|
342
|
-
I as AvatarImage,
|
|
343
|
-
A as Badge,
|
|
344
|
-
J as BarChart,
|
|
345
|
-
k as Button,
|
|
346
|
-
B as Calendar,
|
|
347
|
-
R as Card,
|
|
348
|
-
F as CardContent,
|
|
349
|
-
V as CardDescription,
|
|
350
|
-
H as CardFooter,
|
|
351
|
-
P as CardHeader,
|
|
352
|
-
U as CardTitle,
|
|
353
|
-
_ as Carousel,
|
|
354
|
-
X as Checkbox,
|
|
355
|
-
Z as Collapse,
|
|
356
|
-
e1 as Command,
|
|
357
|
-
o1 as CommandDialog,
|
|
358
|
-
r1 as CommandEmpty,
|
|
359
|
-
t1 as CommandGroup,
|
|
360
|
-
l1 as CommandInput,
|
|
361
|
-
n1 as CommandItem,
|
|
362
|
-
a1 as CommandList,
|
|
363
|
-
c1 as CommandMenu,
|
|
364
|
-
p1 as CommandMenuDemo,
|
|
365
|
-
i1 as CommandSeparator,
|
|
366
|
-
d1 as ConfirmationModal,
|
|
367
|
-
f1 as ContextMenu,
|
|
368
|
-
g1 as ContextMenuCheckboxItem,
|
|
369
|
-
h1 as ContextMenuGroup,
|
|
370
|
-
u1 as ContextMenuItem,
|
|
371
|
-
C1 as ContextMenuLabel,
|
|
372
|
-
w1 as ContextMenuRadioGroup,
|
|
373
|
-
b1 as ContextMenuRadioItem,
|
|
374
|
-
j1 as ContextMenuSeparator,
|
|
375
|
-
v1 as ContextMenuSub,
|
|
376
|
-
M1 as ContextMenuSubContent,
|
|
377
|
-
S1 as ContextMenuSubTrigger,
|
|
378
|
-
z1 as Dialog,
|
|
379
|
-
D1 as DialogClose,
|
|
380
|
-
I1 as DialogContent,
|
|
381
|
-
L1 as DialogDescription,
|
|
382
|
-
A1 as DialogFooter,
|
|
383
|
-
N1 as DialogHeader,
|
|
384
|
-
T1 as DialogOverlay,
|
|
385
|
-
k1 as DialogPortal,
|
|
386
|
-
G1 as DialogTitle,
|
|
387
|
-
B1 as DialogTrigger,
|
|
388
|
-
K as DonutChart,
|
|
389
|
-
R1 as DropdownMenu,
|
|
390
|
-
F1 as DropdownMenuContent,
|
|
391
|
-
V1 as DropdownMenuGroup,
|
|
392
|
-
H1 as DropdownMenuItem,
|
|
393
|
-
P1 as DropdownMenuSeparator,
|
|
394
|
-
U1 as DropdownMenuTrigger,
|
|
395
|
-
_1 as Dropzone,
|
|
396
|
-
d as Icons,
|
|
397
|
-
J1 as ImageCropper,
|
|
398
|
-
Q1 as ImageCropperModal,
|
|
399
|
-
X1 as Input,
|
|
400
|
-
f2 as LOG_COLORS,
|
|
401
|
-
Z1 as Label,
|
|
402
|
-
Q as LineChart,
|
|
403
|
-
e0 as Loader,
|
|
404
|
-
r0 as LoadingPlaceholder,
|
|
405
|
-
l0 as Markdown,
|
|
406
|
-
i0 as Mention,
|
|
407
|
-
c0 as Modal,
|
|
408
|
-
x0 as MonacoEditor,
|
|
409
|
-
u0 as NotificationContainer,
|
|
410
|
-
w0 as Popover,
|
|
411
|
-
b0 as PopoverContent,
|
|
412
|
-
j0 as PopoverTrigger,
|
|
413
|
-
M0 as Progress,
|
|
414
|
-
y0 as RadioGroup,
|
|
415
|
-
z0 as RadioGroupItem,
|
|
416
|
-
I0 as ScrollArea,
|
|
417
|
-
L0 as ScrollBar,
|
|
418
|
-
N0 as SearchableSelect,
|
|
419
|
-
T0 as Select,
|
|
420
|
-
k0 as SelectContent,
|
|
421
|
-
G0 as SelectGroup,
|
|
422
|
-
B0 as SelectItem,
|
|
423
|
-
O0 as SelectLabel,
|
|
424
|
-
R0 as SelectTrigger,
|
|
425
|
-
F0 as SelectValue,
|
|
426
|
-
H0 as SelectionBar,
|
|
427
|
-
U0 as Separator,
|
|
428
|
-
_0 as Sheet,
|
|
429
|
-
J0 as Skeleton,
|
|
430
|
-
Q0 as Slider,
|
|
431
|
-
X0 as StepLayout,
|
|
432
|
-
Y0 as Stepper,
|
|
433
|
-
Z0 as StepperModal,
|
|
434
|
-
e2 as Switch,
|
|
435
|
-
r2 as Table,
|
|
436
|
-
l2 as TableEmpty,
|
|
437
|
-
a2 as TableMobile,
|
|
438
|
-
s2 as Tabs,
|
|
439
|
-
c2 as TabsContent,
|
|
440
|
-
p2 as TabsList,
|
|
441
|
-
x2 as TabsTrigger,
|
|
442
|
-
u2 as Textarea,
|
|
443
|
-
j2 as ToastContainer,
|
|
444
|
-
w2 as Tooltip,
|
|
445
|
-
N as badgeVariants,
|
|
446
|
-
l as cn,
|
|
447
|
-
n0 as codeThemes,
|
|
448
|
-
g2 as colorize,
|
|
449
|
-
d0 as defaultOptions,
|
|
450
|
-
u as getAssistantIcon,
|
|
451
|
-
m as getLLMIcon,
|
|
452
|
-
m0 as languageOptions,
|
|
453
|
-
f0 as setupVariableSuggestions,
|
|
454
|
-
v2 as toast,
|
|
455
|
-
g0 as updateVariableSuggestions,
|
|
456
|
-
M2 as useToast
|
|
457
|
-
};
|
|
458
|
-
//# sourceMappingURL=index.esm.js.map
|
package/dist/index.esm.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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":"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"}
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.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":"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"}
|
package/dist/input.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as React_2 from 'react';
|
|
2
|
-
|
|
3
|
-
export declare const Input: React_2.ForwardRefExoticComponent<InputProps & React_2.RefAttributes<HTMLInputElement>>;
|
|
4
|
-
|
|
5
|
-
export declare interface InputProps extends React_2.InputHTMLAttributes<HTMLInputElement> {
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
export { }
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";const Se=require("react");var X={exports:{}},k={};/**
|
|
2
|
-
* @license React
|
|
3
|
-
* react-jsx-runtime.production.min.js
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
-
*
|
|
7
|
-
* This source code is licensed under the MIT license found in the
|
|
8
|
-
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var Te;function lr(){if(Te)return k;Te=1;var V=Se,C=Symbol.for("react.element"),M=Symbol.for("react.fragment"),m=Object.prototype.hasOwnProperty,F=V.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,A={key:!0,ref:!0,__self:!0,__source:!0};function w(_,f,T){var p,E={},b=null,I=null;T!==void 0&&(b=""+T),f.key!==void 0&&(b=""+f.key),f.ref!==void 0&&(I=f.ref);for(p in f)m.call(f,p)&&!A.hasOwnProperty(p)&&(E[p]=f[p]);if(_&&_.defaultProps)for(p in f=_.defaultProps,f)E[p]===void 0&&(E[p]=f[p]);return{$$typeof:C,type:_,key:b,ref:I,props:E,_owner:F.current}}return k.Fragment=M,k.jsx=w,k.jsxs=w,k}var D={};/**
|
|
10
|
-
* @license React
|
|
11
|
-
* react-jsx-runtime.development.js
|
|
12
|
-
*
|
|
13
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
14
|
-
*
|
|
15
|
-
* This source code is licensed under the MIT license found in the
|
|
16
|
-
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var Oe;function fr(){return Oe||(Oe=1,process.env.NODE_ENV!=="production"&&function(){var V=Se,C=Symbol.for("react.element"),M=Symbol.for("react.portal"),m=Symbol.for("react.fragment"),F=Symbol.for("react.strict_mode"),A=Symbol.for("react.profiler"),w=Symbol.for("react.provider"),_=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),T=Symbol.for("react.suspense"),p=Symbol.for("react.suspense_list"),E=Symbol.for("react.memo"),b=Symbol.for("react.lazy"),I=Symbol.for("react.offscreen"),H=Symbol.iterator,Pe="@@iterator";function Ce(e){if(e===null||typeof e!="object")return null;var r=H&&e[H]||e[Pe];return typeof r=="function"?r:null}var O=V.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function c(e){{for(var r=arguments.length,t=new Array(r>1?r-1:0),n=1;n<r;n++)t[n-1]=arguments[n];we("error",e,t)}}function we(e,r,t){{var n=O.ReactDebugCurrentFrame,o=n.getStackAddendum();o!==""&&(r+="%s",t=t.concat([o]));var u=t.map(function(i){return String(i)});u.unshift("Warning: "+r),Function.prototype.apply.call(console[e],console,u)}}var je=!1,xe=!1,ke=!1,De=!1,Fe=!1,Z;Z=Symbol.for("react.module.reference");function Ae(e){return!!(typeof e=="string"||typeof e=="function"||e===m||e===A||Fe||e===F||e===T||e===p||De||e===I||je||xe||ke||typeof e=="object"&&e!==null&&(e.$$typeof===b||e.$$typeof===E||e.$$typeof===w||e.$$typeof===_||e.$$typeof===f||e.$$typeof===Z||e.getModuleId!==void 0))}function Ie(e,r,t){var n=e.displayName;if(n)return n;var o=r.displayName||r.name||"";return o!==""?t+"("+o+")":t}function Q(e){return e.displayName||"Context"}function y(e){if(e==null)return null;if(typeof e.tag=="number"&&c("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case m:return"Fragment";case M:return"Portal";case A:return"Profiler";case F:return"StrictMode";case T:return"Suspense";case p:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case _:var r=e;return Q(r)+".Consumer";case w:var t=e;return Q(t._context)+".Provider";case f:return Ie(e,e.render,"ForwardRef");case E:var n=e.displayName||null;return n!==null?n:y(e.type)||"Memo";case b:{var o=e,u=o._payload,i=o._init;try{return y(i(u))}catch{return null}}}return null}var R=Object.assign,j=0,ee,re,te,ne,ae,ie,oe;function ue(){}ue.__reactDisabledLog=!0;function $e(){{if(j===0){ee=console.log,re=console.info,te=console.warn,ne=console.error,ae=console.group,ie=console.groupCollapsed,oe=console.groupEnd;var e={configurable:!0,enumerable:!0,value:ue,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}j++}}function We(){{if(j--,j===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:R({},e,{value:ee}),info:R({},e,{value:re}),warn:R({},e,{value:te}),error:R({},e,{value:ne}),group:R({},e,{value:ae}),groupCollapsed:R({},e,{value:ie}),groupEnd:R({},e,{value:oe})})}j<0&&c("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var U=O.ReactCurrentDispatcher,N;function $(e,r,t){{if(N===void 0)try{throw Error()}catch(o){var n=o.stack.trim().match(/\n( *(at )?)/);N=n&&n[1]||""}return`
|
|
18
|
-
`+N+e}}var B=!1,W;{var Ye=typeof WeakMap=="function"?WeakMap:Map;W=new Ye}function se(e,r){if(!e||B)return"";{var t=W.get(e);if(t!==void 0)return t}var n;B=!0;var o=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var u;u=U.current,U.current=null,$e();try{if(r){var i=function(){throw Error()};if(Object.defineProperty(i.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(i,[])}catch(d){n=d}Reflect.construct(e,[],i)}else{try{i.call()}catch(d){n=d}e.call(i.prototype)}}else{try{throw Error()}catch(d){n=d}e()}}catch(d){if(d&&n&&typeof d.stack=="string"){for(var a=d.stack.split(`
|
|
19
|
-
`),v=n.stack.split(`
|
|
20
|
-
`),s=a.length-1,l=v.length-1;s>=1&&l>=0&&a[s]!==v[l];)l--;for(;s>=1&&l>=0;s--,l--)if(a[s]!==v[l]){if(s!==1||l!==1)do if(s--,l--,l<0||a[s]!==v[l]){var g=`
|
|
21
|
-
`+a[s].replace(" at new "," at ");return e.displayName&&g.includes("<anonymous>")&&(g=g.replace("<anonymous>",e.displayName)),typeof e=="function"&&W.set(e,g),g}while(s>=1&&l>=0);break}}}finally{B=!1,U.current=u,We(),Error.prepareStackTrace=o}var P=e?e.displayName||e.name:"",h=P?$(P):"";return typeof e=="function"&&W.set(e,h),h}function Le(e,r,t){return se(e,!1)}function Ve(e){var r=e.prototype;return!!(r&&r.isReactComponent)}function Y(e,r,t){if(e==null)return"";if(typeof e=="function")return se(e,Ve(e));if(typeof e=="string")return $(e);switch(e){case T:return $("Suspense");case p:return $("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case f:return Le(e.render);case E:return Y(e.type,r,t);case b:{var n=e,o=n._payload,u=n._init;try{return Y(u(o),r,t)}catch{}}}return""}var x=Object.prototype.hasOwnProperty,le={},fe=O.ReactDebugCurrentFrame;function L(e){if(e){var r=e._owner,t=Y(e.type,e._source,r?r.type:null);fe.setExtraStackFrame(t)}else fe.setExtraStackFrame(null)}function Me(e,r,t,n,o){{var u=Function.call.bind(x);for(var i in e)if(u(e,i)){var a=void 0;try{if(typeof e[i]!="function"){var v=Error((n||"React class")+": "+t+" type `"+i+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[i]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw v.name="Invariant Violation",v}a=e[i](r,i,n,t,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(s){a=s}a&&!(a instanceof Error)&&(L(o),c("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",n||"React class",t,i,typeof a),L(null)),a instanceof Error&&!(a.message in le)&&(le[a.message]=!0,L(o),c("Failed %s type: %s",t,a.message),L(null))}}}var Ue=Array.isArray;function J(e){return Ue(e)}function Ne(e){{var r=typeof Symbol=="function"&&Symbol.toStringTag,t=r&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t}}function Be(e){try{return ce(e),!1}catch{return!0}}function ce(e){return""+e}function ve(e){if(Be(e))return c("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Ne(e)),ce(e)}var de=O.ReactCurrentOwner,Je={key:!0,ref:!0,__self:!0,__source:!0},pe,ge;function qe(e){if(x.call(e,"ref")){var r=Object.getOwnPropertyDescriptor(e,"ref").get;if(r&&r.isReactWarning)return!1}return e.ref!==void 0}function Ke(e){if(x.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function Ge(e,r){typeof e.ref=="string"&&de.current}function ze(e,r){{var t=function(){pe||(pe=!0,c("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",r))};t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}}function Xe(e,r){{var t=function(){ge||(ge=!0,c("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",r))};t.isReactWarning=!0,Object.defineProperty(e,"ref",{get:t,configurable:!0})}}var He=function(e,r,t,n,o,u,i){var a={$$typeof:C,type:e,key:r,ref:t,props:i,_owner:u};return a._store={},Object.defineProperty(a._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(a,"_self",{configurable:!1,enumerable:!1,writable:!1,value:n}),Object.defineProperty(a,"_source",{configurable:!1,enumerable:!1,writable:!1,value:o}),Object.freeze&&(Object.freeze(a.props),Object.freeze(a)),a};function Ze(e,r,t,n,o){{var u,i={},a=null,v=null;t!==void 0&&(ve(t),a=""+t),Ke(r)&&(ve(r.key),a=""+r.key),qe(r)&&(v=r.ref,Ge(r,o));for(u in r)x.call(r,u)&&!Je.hasOwnProperty(u)&&(i[u]=r[u]);if(e&&e.defaultProps){var s=e.defaultProps;for(u in s)i[u]===void 0&&(i[u]=s[u])}if(a||v){var l=typeof e=="function"?e.displayName||e.name||"Unknown":e;a&&ze(i,l),v&&Xe(i,l)}return He(e,a,v,o,n,de.current,i)}}var q=O.ReactCurrentOwner,Ee=O.ReactDebugCurrentFrame;function S(e){if(e){var r=e._owner,t=Y(e.type,e._source,r?r.type:null);Ee.setExtraStackFrame(t)}else Ee.setExtraStackFrame(null)}var K;K=!1;function G(e){return typeof e=="object"&&e!==null&&e.$$typeof===C}function ye(){{if(q.current){var e=y(q.current.type);if(e)return`
|
|
22
|
-
|
|
23
|
-
Check the render method of \``+e+"`."}return""}}function Qe(e){return""}var _e={};function er(e){{var r=ye();if(!r){var t=typeof e=="string"?e:e.displayName||e.name;t&&(r=`
|
|
24
|
-
|
|
25
|
-
Check the top-level render call using <`+t+">.")}return r}}function be(e,r){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var t=er(r);if(_e[t])return;_e[t]=!0;var n="";e&&e._owner&&e._owner!==q.current&&(n=" It was passed a child from "+y(e._owner.type)+"."),S(e),c('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',t,n),S(null)}}function Re(e,r){{if(typeof e!="object")return;if(J(e))for(var t=0;t<e.length;t++){var n=e[t];G(n)&&be(n,r)}else if(G(e))e._store&&(e._store.validated=!0);else if(e){var o=Ce(e);if(typeof o=="function"&&o!==e.entries)for(var u=o.call(e),i;!(i=u.next()).done;)G(i.value)&&be(i.value,r)}}}function rr(e){{var r=e.type;if(r==null||typeof r=="string")return;var t;if(typeof r=="function")t=r.propTypes;else if(typeof r=="object"&&(r.$$typeof===f||r.$$typeof===E))t=r.propTypes;else return;if(t){var n=y(r);Me(t,e.props,"prop",n,e)}else if(r.PropTypes!==void 0&&!K){K=!0;var o=y(r);c("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",o||"Unknown")}typeof r.getDefaultProps=="function"&&!r.getDefaultProps.isReactClassApproved&&c("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function tr(e){{for(var r=Object.keys(e.props),t=0;t<r.length;t++){var n=r[t];if(n!=="children"&&n!=="key"){S(e),c("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",n),S(null);break}}e.ref!==null&&(S(e),c("Invalid attribute `ref` supplied to `React.Fragment`."),S(null))}}var he={};function me(e,r,t,n,o,u){{var i=Ae(e);if(!i){var a="";(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(a+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var v=Qe();v?a+=v:a+=ye();var s;e===null?s="null":J(e)?s="array":e!==void 0&&e.$$typeof===C?(s="<"+(y(e.type)||"Unknown")+" />",a=" Did you accidentally export a JSX literal instead of a component?"):s=typeof e,c("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",s,a)}var l=Ze(e,r,t,o,u);if(l==null)return l;if(i){var g=r.children;if(g!==void 0)if(n)if(J(g)){for(var P=0;P<g.length;P++)Re(g[P],e);Object.freeze&&Object.freeze(g)}else c("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Re(g,e)}if(x.call(r,"key")){var h=y(e),d=Object.keys(r).filter(function(sr){return sr!=="key"}),z=d.length>0?"{key: someKey, "+d.join(": ..., ")+": ...}":"{key: someKey}";if(!he[h+z]){var ur=d.length>0?"{"+d.join(": ..., ")+": ...}":"{}";c(`A props object containing a "key" prop is being spread into JSX:
|
|
26
|
-
let props = %s;
|
|
27
|
-
<%s {...props} />
|
|
28
|
-
React keys must be passed directly to JSX without using spread:
|
|
29
|
-
let props = %s;
|
|
30
|
-
<%s key={someKey} {...props} />`,z,h,ur,h),he[h+z]=!0}}return e===m?tr(l):rr(l),l}}function nr(e,r,t){return me(e,r,t,!0)}function ar(e,r,t){return me(e,r,t,!1)}var ir=ar,or=nr;D.Fragment=m,D.jsx=ir,D.jsxs=or}()),D}process.env.NODE_ENV==="production"?X.exports=lr():X.exports=fr();var cr=X.exports;exports.jsxRuntimeExports=cr;
|
|
31
|
-
//# sourceMappingURL=jsx-runtime-BYECrxsp.cjs.map
|