@definable/ui 0.1.35 → 0.1.37

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.
@@ -6,4 +6,7 @@ export declare const Icons: {
6
6
  xai: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
7
7
  gemini: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
8
8
  moonshot: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
9
+ byteplus: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
10
+ kling: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
11
+ definable: (props: import('./providers/types').IconProps) => import("react/jsx-runtime").JSX.Element;
9
12
  };
@@ -0,0 +1,2 @@
1
+ import { IconProps } from './types';
2
+ export declare const BytePlusIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { IconProps } from './types';
2
+ export declare const DefinableIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -5,3 +5,6 @@ export * from './deepseek';
5
5
  export * from './xai';
6
6
  export * from './gemini';
7
7
  export * from './moonshot';
8
+ export * from './byteplus';
9
+ export * from './kling';
10
+ export * from './definable';
@@ -0,0 +1,2 @@
1
+ import { IconProps } from './types';
2
+ export declare const KlingIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
package/dist/index.js CHANGED
@@ -1,61 +1,61 @@
1
- import { Drawer as M, DrawerClose as D, DrawerContent as S, DrawerDescription as y, DrawerFooter as z, DrawerHeader as L, DrawerOverlay as I, DrawerPortal as A, DrawerTitle as N, DrawerTrigger as T } from "./components/drawer.js";
2
- import { Alert as B, AlertDescription as G, AlertTitle as O } from "./components/alert.js";
3
- import { AlertDialog as F } from "./components/alert-dialog.js";
4
- import { Avatar as H, AvatarFallback as P, AvatarImage as U } from "./components/avatar.js";
5
- import { Badge as E, badgeVariants as X } from "./components/badge.js";
6
- import { Button as q } from "./components/button.js";
7
- import { Calendar as K } from "./components/calendar.js";
8
- import { Card as W, CardContent as Y, CardDescription as Z, CardFooter as $, CardHeader as e0, CardTitle as o0 } from "./components/card.js";
9
- import { Carousel as l0 } from "./components/carousel.js";
10
- import { Checkbox as a0 } from "./components/checkbox.js";
11
- import { Collapse as i0 } from "./components/collapse.js";
12
- import { Command as s0, CommandDialog as d0, CommandEmpty as p0, CommandGroup as m0, CommandInput as x0, CommandItem as f0, CommandList as h0, CommandSeparator as g0 } from "./components/command.js";
13
- import { CommandMenu as w0, CommandMenuDemo as C0 } from "./components/command-menu.js";
14
- import { ConfirmationModal as v0 } from "./components/confirmation-modal.js";
15
- import { ContextMenu as D0, ContextMenuCheckboxItem as S0, ContextMenuGroup as y0, ContextMenuItem as z0, ContextMenuLabel as L0, ContextMenuRadioGroup as I0, ContextMenuRadioItem as A0, ContextMenuSeparator as N0, ContextMenuSub as T0, ContextMenuSubContent as k0, ContextMenuSubTrigger as B0 } from "./components/context-menu.js";
16
- import { Dialog as O0, DialogClose as R0, DialogContent as F0, DialogDescription as j0, DialogFooter as H0, DialogHeader as P0, DialogOverlay as U0, DialogPortal as V0, DialogTitle as E0, DialogTrigger as X0 } from "./components/dialog.js";
17
- import { DropdownMenu as q0, DropdownMenuContent as J0, DropdownMenuGroup as K0, DropdownMenuItem as Q0, DropdownMenuSeparator as W0, DropdownMenuTrigger as Y0 } from "./components/dropdown-menu.js";
18
- import { Dropzone as $0 } from "./components/dropzone.js";
19
- import { ImageCropper as o1 } from "./components/image-cropper.js";
20
- import { ImageCropperModal as l1 } from "./components/image-cropper-modal.js";
21
- import { Input as a1 } from "./components/input.js";
22
- import { Label as i1 } from "./components/label.js";
23
- import { Loader as s1 } from "./components/loader.js";
24
- import { LoadingPlaceholder as p1 } from "./components/loading-placeholder.js";
25
- import { Mention as x1 } from "./components/mention.js";
26
- import { Modal as h1 } from "./components/modal.js";
27
- import { NotificationContainer as u1 } from "./components/notification.js";
28
- import { Popover as C1, PopoverContent as b1, PopoverTrigger as v1 } from "./components/popover.js";
1
+ import { Drawer as z, DrawerClose as D, DrawerContent as I, DrawerDescription as S, DrawerFooter as L, DrawerHeader as N, DrawerOverlay as A, DrawerPortal as Z, DrawerTitle as B, DrawerTrigger as T } from "./components/drawer.js";
2
+ import { Alert as G, AlertDescription as O, AlertTitle as R } from "./components/alert.js";
3
+ import { AlertDialog as j } from "./components/alert-dialog.js";
4
+ import { Avatar as V, AvatarFallback as U, AvatarImage as K } from "./components/avatar.js";
5
+ import { Badge as X, badgeVariants as _ } from "./components/badge.js";
6
+ import { Button as J } from "./components/button.js";
7
+ import { Calendar as W } from "./components/calendar.js";
8
+ import { Card as $, CardContent as e0, CardDescription as l0, CardFooter as o0, CardHeader as r0, CardTitle as t0 } from "./components/card.js";
9
+ import { Carousel as a0 } from "./components/carousel.js";
10
+ import { Checkbox as c0 } from "./components/checkbox.js";
11
+ import { Collapse as d0 } from "./components/collapse.js";
12
+ import { Command as m0, CommandDialog as h0, CommandEmpty as C0, CommandGroup as f0, CommandInput as g0, CommandItem as x0, CommandList as u0, CommandSeparator as w0 } from "./components/command.js";
13
+ import { CommandMenu as M0, CommandMenuDemo as b0 } from "./components/command-menu.js";
14
+ import { ConfirmationModal as y0 } from "./components/confirmation-modal.js";
15
+ import { ContextMenu as D0, ContextMenuCheckboxItem as I0, ContextMenuGroup as S0, ContextMenuItem as L0, ContextMenuLabel as N0, ContextMenuRadioGroup as A0, ContextMenuRadioItem as Z0, ContextMenuSeparator as B0, ContextMenuSub as T0, ContextMenuSubContent as k0, ContextMenuSubTrigger as G0 } from "./components/context-menu.js";
16
+ import { Dialog as R0, DialogClose as F0, DialogContent as j0, DialogDescription as P0, DialogFooter as V0, DialogHeader as U0, DialogOverlay as K0, DialogPortal as E0, DialogTitle as X0, DialogTrigger as _0 } from "./components/dialog.js";
17
+ import { DropdownMenu as J0, DropdownMenuContent as Q0, DropdownMenuGroup as W0, DropdownMenuItem as Y0, DropdownMenuSeparator as $0, DropdownMenuTrigger as e1 } from "./components/dropdown-menu.js";
18
+ import { Dropzone as o1 } from "./components/dropzone.js";
19
+ import { ImageCropper as t1 } from "./components/image-cropper.js";
20
+ import { ImageCropperModal as a1 } from "./components/image-cropper-modal.js";
21
+ import { Input as c1 } from "./components/input.js";
22
+ import { Label as d1 } from "./components/label.js";
23
+ import { Loader as m1 } from "./components/loader.js";
24
+ import { LoadingPlaceholder as C1 } from "./components/loading-placeholder.js";
25
+ import { Mention as g1 } from "./components/mention.js";
26
+ import { Modal as u1 } from "./components/modal.js";
27
+ import { NotificationContainer as v1 } from "./components/notification.js";
28
+ import { Popover as b1, PopoverContent as H1, PopoverTrigger as y1 } from "./components/popover.js";
29
29
  import { Progress as D1 } from "./components/progress.js";
30
- import { RadioGroup as y1, RadioGroupItem as z1 } from "./components/radio-group.js";
31
- import { ScrollArea as I1, ScrollBar as A1 } from "./components/scroll-area.js";
32
- import { SearchableSelect as T1, Select as k1, SelectContent as B1, SelectGroup as G1, SelectItem as O1, SelectLabel as R1, SelectTrigger as F1, SelectValue as j1 } from "./components/select.js";
33
- import { SelectionBar as P1 } from "./components/selection-bar.js";
34
- import { Separator as V1 } from "./components/separator.js";
35
- import { Sheet as X1 } from "./components/sheet.js";
36
- import { Skeleton as q1 } from "./components/skeleton.js";
37
- import { Slider as K1 } from "./components/slider.js";
38
- import { a as W1, S as Y1, b as Z1 } from "./stepper-modal-Bh6gsg8o.js";
39
- import { Switch as e2 } from "./components/switch.js";
40
- import { Table as r2 } from "./components/table.js";
41
- import { TableEmpty as t2 } from "./components/table-empty.js";
42
- import { TableMobile as n2 } from "./components/table-mobile.js";
43
- import { Tabs as c2, TabsContent as s2, TabsList as d2, TabsTrigger as p2 } from "./components/tabs.js";
44
- import { ANSI as x2, LOG_COLORS as f2, colorize as h2 } from "./components/terminal.js";
45
- import { Textarea as u2 } from "./components/textarea.js";
46
- import { Tooltip as C2 } from "./components/tooltip.js";
47
- import { ToastContainer as v2, toast as M2, useToast as D2 } from "./components/use-toast.js";
48
- import { Picker as y2 } from "./components/picker.js";
49
- import { jsx as o, jsxs as t } from "react/jsx-runtime";
50
- import { cn as a } from "./lib/utils.js";
51
- import { BotIcon as n } from "lucide-react";
52
- const i = (r) => {
53
- const { size: e = 48, className: l = "" } = r;
54
- return /* @__PURE__ */ o(
30
+ import { RadioGroup as S1, RadioGroupItem as L1 } from "./components/radio-group.js";
31
+ import { ScrollArea as A1, ScrollBar as Z1 } from "./components/scroll-area.js";
32
+ import { SearchableSelect as T1, Select as k1, SelectContent as G1, SelectGroup as O1, SelectItem as R1, SelectLabel as F1, SelectTrigger as j1, SelectValue as P1 } from "./components/select.js";
33
+ import { SelectionBar as U1 } from "./components/selection-bar.js";
34
+ import { Separator as E1 } from "./components/separator.js";
35
+ import { Sheet as _1 } from "./components/sheet.js";
36
+ import { Skeleton as J1 } from "./components/skeleton.js";
37
+ import { Slider as W1 } from "./components/slider.js";
38
+ import { a as $1, S as e2, b as l2 } from "./stepper-modal-Bh6gsg8o.js";
39
+ import { Switch as r2 } from "./components/switch.js";
40
+ import { Table as n2 } from "./components/table.js";
41
+ import { TableEmpty as i2 } from "./components/table-empty.js";
42
+ import { TableMobile as s2 } from "./components/table-mobile.js";
43
+ import { Tabs as p2, TabsContent as m2, TabsList as h2, TabsTrigger as C2 } from "./components/tabs.js";
44
+ import { ANSI as g2, LOG_COLORS as x2, colorize as u2 } from "./components/terminal.js";
45
+ import { Textarea as v2 } from "./components/textarea.js";
46
+ import { Tooltip as b2 } from "./components/tooltip.js";
47
+ import { ToastContainer as y2, toast as z2, useToast as D2 } from "./components/use-toast.js";
48
+ import { Picker as S2 } from "./components/picker.js";
49
+ import { jsx as l, jsxs as t } from "react/jsx-runtime";
50
+ import { cn as n } from "./lib/utils.js";
51
+ import { BotIcon as a } from "lucide-react";
52
+ const i = (o) => {
53
+ const { size: e = 48, className: r = "" } = o;
54
+ return /* @__PURE__ */ l(
55
55
  "div",
56
56
  {
57
57
  "aria-label": "Claude",
58
- className: a("flex flex-col items-center justify-center flex-none text-white rounded-full", l),
58
+ className: n("flex flex-col items-center justify-center flex-none text-white rounded-full", r),
59
59
  style: {
60
60
  background: "rgb(217, 119, 87)",
61
61
  height: e,
@@ -75,20 +75,20 @@ const i = (r) => {
75
75
  xmlns: "http://www.w3.org/2000/svg",
76
76
  className: "flex-none leading-none",
77
77
  children: [
78
- /* @__PURE__ */ o("title", { children: "Claude" }),
79
- /* @__PURE__ */ o("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" })
78
+ /* @__PURE__ */ l("title", { children: "Claude" }),
79
+ /* @__PURE__ */ l("path", { d: "M4.709 15.955l4.72-2.647.08-.23-.08-.128H9.2l-.79-.048-2.698-.073-2.339-.097-2.266-.122-.571-.121L0 11.784l.055-.352.48-.321.686.06 1.52.103 2.278.158 1.652.097 2.449.255h.389l.055-.157-.134-.098-.103-.097-2.358-1.596-2.552-1.688-1.336-.972-.724-.491-.364-.462-.158-1.008.656-.722.881.06.225.061.893.686 1.908 1.476 2.491 1.833.365.304.145-.103.019-.073-.164-.274-1.355-2.446-1.446-2.49-.644-1.032-.17-.619a2.97 2.97 0 01-.104-.729L6.283.134 6.696 0l.996.134.42.364.62 1.414 1.002 2.229 1.555 3.03.456.898.243.832.091.255h.158V9.01l.128-1.706.237-2.095.23-2.695.08-.76.376-.91.747-.492.584.28.48.685-.067.444-.286 1.851-.559 2.903-.364 1.942h.212l.243-.242.985-1.306 1.652-2.064.73-.82.85-.904.547-.431h1.033l.76 1.129-.34 1.166-1.064 1.347-.881 1.142-1.264 1.7-.79 1.36.073.11.188-.02 2.856-.606 1.543-.28 1.841-.315.833.388.091.395-.328.807-1.969.486-2.309.462-3.439.813-.042.03.049.061 1.549.146.662.036h1.622l3.02.225.79.522.474.638-.079.485-1.215.62-1.64-.389-3.829-.91-1.312-.329h-.182v.11l1.093 1.068 2.006 1.81 2.509 2.33.127.578-.322.455-.34-.049-2.205-1.657-.851-.747-1.926-1.62h-.128v.17l.444.649 2.345 3.521.122 1.08-.17.353-.608.213-.668-.122-1.374-1.925-1.415-2.167-1.143-1.943-.14.08-.674 7.254-.316.37-.729.28-.607-.461-.322-.747.322-1.476.389-1.924.315-1.53.286-1.9.17-.632-.012-.042-.14.018-1.434 1.967-2.18 2.945-1.726 1.845-.414.164-.717-.37.067-.662.401-.589 2.388-3.036 1.44-1.882.93-1.086-.006-.158h-.055L4.132 18.56l-1.13.146-.487-.456.061-.746.231-.243 1.908-1.312-.006.006z" })
80
80
  ]
81
81
  }
82
82
  )
83
83
  }
84
84
  );
85
- }, c = (r) => {
86
- const { size: e = 48, className: l = "" } = r;
87
- return /* @__PURE__ */ o(
85
+ }, c = (o) => {
86
+ const { size: e = 48, className: r = "" } = o;
87
+ return /* @__PURE__ */ l(
88
88
  "div",
89
89
  {
90
90
  "aria-label": "Anthropic",
91
- className: a("flex flex-col items-center justify-center flex-none rounded-full", l),
91
+ className: n("flex flex-col items-center justify-center flex-none rounded-full", r),
92
92
  style: {
93
93
  background: "rgb(241, 240, 232)",
94
94
  color: "rgb(20, 20, 19)",
@@ -109,20 +109,20 @@ const i = (r) => {
109
109
  xmlns: "http://www.w3.org/2000/svg",
110
110
  className: "flex-none leading-none",
111
111
  children: [
112
- /* @__PURE__ */ o("title", { children: "Anthropic" }),
113
- /* @__PURE__ */ o("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" })
112
+ /* @__PURE__ */ l("title", { children: "Anthropic" }),
113
+ /* @__PURE__ */ l("path", { d: "M13.827 3.52h3.603L24 20h-3.603l-6.57-16.48zm-7.258 0h3.767L16.906 20h-3.674l-1.343-3.461H5.017l-1.344 3.46H0L6.57 3.522zm4.132 9.959L8.453 7.687 6.205 13.48H10.7z" })
114
114
  ]
115
115
  }
116
116
  )
117
117
  }
118
118
  );
119
- }, s = (r) => {
120
- const { size: e = 48, className: l = "" } = r;
121
- return /* @__PURE__ */ o(
119
+ }, s = (o) => {
120
+ const { size: e = 48, className: r = "" } = o;
121
+ return /* @__PURE__ */ l(
122
122
  "div",
123
123
  {
124
124
  "aria-label": "OpenAI",
125
- className: a("flex flex-col items-center justify-center flex-none rounded-full", l),
125
+ className: n("flex flex-col items-center justify-center flex-none rounded-full", r),
126
126
  style: {
127
127
  background: "rgb(25, 195, 125)",
128
128
  color: "rgb(255, 255, 255)",
@@ -143,20 +143,20 @@ const i = (r) => {
143
143
  xmlns: "http://www.w3.org/2000/svg",
144
144
  className: "flex-none leading-none",
145
145
  children: [
146
- /* @__PURE__ */ o("title", { children: "OpenAI" }),
147
- /* @__PURE__ */ o("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" })
146
+ /* @__PURE__ */ l("title", { children: "OpenAI" }),
147
+ /* @__PURE__ */ l("path", { d: "M21.55 10.004a5.416 5.416 0 00-.478-4.501c-1.217-2.09-3.662-3.166-6.05-2.66A5.59 5.59 0 0010.831 1C8.39.995 6.224 2.546 5.473 4.838A5.553 5.553 0 001.76 7.496a5.487 5.487 0 00.691 6.5 5.416 5.416 0 00.477 4.502c1.217 2.09 3.662 3.165 6.05 2.66A5.586 5.586 0 0013.168 23c2.443.006 4.61-1.546 5.361-3.84a5.553 5.553 0 003.715-2.66 5.488 5.488 0 00-.693-6.497v.001zm-8.381 11.558a4.199 4.199 0 01-2.675-.954c.034-.018.093-.05.132-.074l4.44-2.53a.71.71 0 00.364-.623v-6.176l1.877 1.069c.02.01.033.029.036.05v5.115c-.003 2.274-1.87 4.118-4.174 4.123zM4.192 17.78a4.059 4.059 0 01-.498-2.763c.032.02.09.055.131.078l4.44 2.53c.225.13.504.13.73 0l5.42-3.088v2.138a.068.068 0 01-.027.057L9.9 19.288c-1.999 1.136-4.552.46-5.707-1.51h-.001zM3.023 8.216A4.15 4.15 0 015.198 6.41l-.002.151v5.06a.711.711 0 00.364.624l5.42 3.087-1.876 1.07a.067.067 0 01-.063.005l-4.489-2.559c-1.995-1.14-2.679-3.658-1.53-5.63h.001zm15.417 3.54l-5.42-3.088L14.896 7.6a.067.067 0 01.063-.006l4.489 2.557c1.998 1.14 2.683 3.662 1.529 5.633a4.163 4.163 0 01-2.174 1.807V12.38a.71.71 0 00-.363-.623zm1.867-2.773a6.04 6.04 0 00-.132-.078l-4.44-2.53a.731.731 0 00-.729 0l-5.42 3.088V7.325a.068.068 0 01.027-.057L14.1 4.713c2-1.137 4.555-.46 5.707 1.513.487.833.664 1.809.499 2.757h.001zm-11.741 3.81l-1.877-1.068a.065.065 0 01-.036-.051V6.559c.001-2.277 1.873-4.122 4.181-4.12.976 0 1.92.338 2.671.954-.034.018-.092.05-.131.073l-4.44 2.53a.71.71 0 00-.365.623l-.003 6.173v.002zm1.02-2.168L12 9.25l2.414 1.375v2.75L12 14.75l-2.415-1.375v-2.75z" })
148
148
  ]
149
149
  }
150
150
  )
151
151
  }
152
152
  );
153
- }, d = (r) => {
154
- const { size: e = 48, className: l = "" } = r;
155
- return /* @__PURE__ */ o(
153
+ }, d = (o) => {
154
+ const { size: e = 48, className: r = "" } = o;
155
+ return /* @__PURE__ */ l(
156
156
  "div",
157
157
  {
158
158
  "aria-label": "DeepSeek",
159
- className: a("flex flex-col items-center justify-center flex-none rounded-full h-16 w-16", l),
159
+ className: n("flex flex-col items-center justify-center flex-none rounded-full h-16 w-16", r),
160
160
  style: {
161
161
  background: "rgb(77, 107, 254)",
162
162
  color: "rgb(255, 255, 255)",
@@ -175,20 +175,20 @@ const i = (r) => {
175
175
  xmlns: "http://www.w3.org/2000/svg",
176
176
  className: "flex-none leading-none",
177
177
  children: [
178
- /* @__PURE__ */ o("title", { children: "DeepSeek" }),
179
- /* @__PURE__ */ o("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" })
178
+ /* @__PURE__ */ l("title", { children: "DeepSeek" }),
179
+ /* @__PURE__ */ l("path", { d: "M23.748 4.482c-.254-.124-.364.113-.512.234-.051.039-.094.09-.137.136-.372.397-.806.657-1.373.626-.829-.046-1.537.214-2.163.848-.133-.782-.575-1.248-1.247-1.548-.352-.156-.708-.311-.955-.65-.172-.241-.219-.51-.305-.774-.055-.16-.11-.323-.293-.35-.2-.031-.278.136-.356.276-.313.572-.434 1.202-.422 1.84.027 1.436.633 2.58 1.838 3.393.137.093.172.187.129.323-.082.28-.18.552-.266.833-.055.179-.137.217-.329.14a5.526 5.526 0 01-1.736-1.18c-.857-.828-1.631-1.742-2.597-2.458a11.365 11.365 0 00-.689-.471c-.985-.957.13-1.743.388-1.836.27-.098.093-.432-.779-.428-.872.004-1.67.295-2.687.684a3.055 3.055 0 01-.465.137 9.597 9.597 0 00-2.883-.102c-1.885.21-3.39 1.102-4.497 2.623C.082 8.606-.231 10.684.152 12.85c.403 2.284 1.569 4.175 3.36 5.653 1.858 1.533 3.997 2.284 6.438 2.14 1.482-.085 3.133-.284 4.994-1.86.47.234.962.327 1.78.397.63.059 1.236-.03 1.705-.128.735-.156.684-.837.419-.961-2.155-1.004-1.682-.595-2.113-.926 1.096-1.296 2.746-2.642 3.392-7.003.05-.347.007-.565 0-.845-.004-.17.035-.237.23-.256a4.173 4.173 0 001.545-.475c1.396-.763 1.96-2.015 2.093-3.517.02-.23-.004-.467-.247-.588zM11.581 18c-2.089-1.642-3.102-2.183-3.52-2.16-.392.024-.321.471-.235.763.09.288.207.486.371.739.114.167.192.416-.113.603-.673.416-1.842-.14-1.897-.167-1.361-.802-2.5-1.86-3.301-3.307-.774-1.393-1.224-2.887-1.298-4.482-.02-.386.093-.522.477-.592a4.696 4.696 0 011.529-.039c2.132.312 3.946 1.265 5.468 2.774.868.86 1.525 1.887 2.202 2.891.72 1.066 1.494 2.082 2.48 2.914.348.292.625.514.891.677-.802.09-2.14.11-3.054-.614zm1-6.44a.306.306 0 01.415-.287.302.302 0 01.2.288.306.306 0 01-.31.307.303.303 0 01-.304-.308zm3.11 1.596c-.2.081-.399.151-.59.16a1.245 1.245 0 01-.798-.254c-.274-.23-.47-.358-.552-.758a1.73 1.73 0 01.016-.588c.07-.327-.008-.537-.239-.727-.187-.156-.426-.199-.688-.199a.559.559 0 01-.254-.078c-.11-.054-.2-.19-.114-.358.028-.054.16-.186.192-.21.356-.202.767-.136 1.146.016.352.144.618.408 1.001.782.391.451.462.576.685.914.176.265.336.537.445.848.067.195-.019.354-.25.452z" })
180
180
  ]
181
181
  }
182
182
  )
183
183
  }
184
184
  );
185
- }, p = (r) => {
186
- const { size: e = 48, className: l = "" } = r;
187
- return /* @__PURE__ */ o(
185
+ }, p = (o) => {
186
+ const { size: e = 48, className: r = "" } = o;
187
+ return /* @__PURE__ */ l(
188
188
  "div",
189
189
  {
190
190
  "aria-label": "XAI",
191
- className: a("flex flex-col items-center justify-center flex-none rounded-full", l),
191
+ className: n("flex flex-col items-center justify-center flex-none rounded-full", r),
192
192
  style: {
193
193
  background: "rgb(0, 0, 0)",
194
194
  color: "rgb(255, 255, 255)",
@@ -207,20 +207,20 @@ const i = (r) => {
207
207
  xmlns: "http://www.w3.org/2000/svg",
208
208
  className: "flex-none leading-none",
209
209
  children: [
210
- /* @__PURE__ */ o("title", { children: "Grok" }),
211
- /* @__PURE__ */ o("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" })
210
+ /* @__PURE__ */ l("title", { children: "Grok" }),
211
+ /* @__PURE__ */ l("path", { d: "M9.27 15.29l7.978-5.897c.391-.29.95-.177 1.137.272.98 2.369.542 5.215-1.41 7.169-1.951 1.954-4.667 2.382-7.149 1.406l-2.711 1.257c3.889 2.661 8.611 2.003 11.562-.953 2.341-2.344 3.066-5.539 2.388-8.42l.006.007c-.983-4.232.242-5.924 2.75-9.383.06-.082.12-.164.179-.248l-3.301 3.305v-.01L9.267 15.292M7.623 16.723c-2.792-2.67-2.31-6.801.071-9.184 1.761-1.763 4.647-2.483 7.166-1.425l2.705-1.25a7.808 7.808 0 00-1.829-1A8.975 8.975 0 005.984 5.83c-2.533 2.536-3.33 6.436-1.962 9.764 1.022 2.487-.653 4.246-2.34 6.022-.599.63-1.199 1.259-1.682 1.925l7.62-6.815" })
212
212
  ]
213
213
  }
214
214
  )
215
215
  }
216
216
  );
217
- }, m = (r) => {
218
- const { size: e = 48, className: l = "" } = r;
219
- return /* @__PURE__ */ o(
217
+ }, m = (o) => {
218
+ const { size: e = 48, className: r = "" } = o;
219
+ return /* @__PURE__ */ l(
220
220
  "div",
221
221
  {
222
222
  "aria-label": "Gemini",
223
- className: a("flex items-center justify-center rounded-full", l),
223
+ className: n("flex items-center justify-center rounded-full", r),
224
224
  style: {
225
225
  background: "rgb(255, 255, 255)",
226
226
  height: e,
@@ -237,29 +237,29 @@ const i = (r) => {
237
237
  viewBox: "0 0 24 24",
238
238
  style: { flex: "0 0 auto", lineHeight: 1, padding: "5px" },
239
239
  children: [
240
- /* @__PURE__ */ o("title", { children: "Gemini" }),
241
- /* @__PURE__ */ o(
240
+ /* @__PURE__ */ l("title", { children: "Gemini" }),
241
+ /* @__PURE__ */ l(
242
242
  "path",
243
243
  {
244
244
  d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z",
245
245
  fill: "#3186FF"
246
246
  }
247
247
  ),
248
- /* @__PURE__ */ o(
248
+ /* @__PURE__ */ l(
249
249
  "path",
250
250
  {
251
251
  d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z",
252
252
  fill: "url(#lobe-icons-gemini-fill-0)"
253
253
  }
254
254
  ),
255
- /* @__PURE__ */ o(
255
+ /* @__PURE__ */ l(
256
256
  "path",
257
257
  {
258
258
  d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z",
259
259
  fill: "url(#lobe-icons-gemini-fill-1)"
260
260
  }
261
261
  ),
262
- /* @__PURE__ */ o(
262
+ /* @__PURE__ */ l(
263
263
  "path",
264
264
  {
265
265
  d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z",
@@ -277,8 +277,8 @@ const i = (r) => {
277
277
  y2: "12",
278
278
  gradientUnits: "userSpaceOnUse",
279
279
  children: [
280
- /* @__PURE__ */ o("stop", { stopColor: "#08B962" }),
281
- /* @__PURE__ */ o("stop", { offset: "1", stopColor: "#08B962", stopOpacity: "0" })
280
+ /* @__PURE__ */ l("stop", { stopColor: "#08B962" }),
281
+ /* @__PURE__ */ l("stop", { offset: "1", stopColor: "#08B962", stopOpacity: "0" })
282
282
  ]
283
283
  }
284
284
  ),
@@ -292,8 +292,8 @@ const i = (r) => {
292
292
  y2: "11",
293
293
  gradientUnits: "userSpaceOnUse",
294
294
  children: [
295
- /* @__PURE__ */ o("stop", { stopColor: "#F94543" }),
296
- /* @__PURE__ */ o("stop", { offset: "1", stopColor: "#F94543", stopOpacity: "0" })
295
+ /* @__PURE__ */ l("stop", { stopColor: "#F94543" }),
296
+ /* @__PURE__ */ l("stop", { offset: "1", stopColor: "#F94543", stopOpacity: "0" })
297
297
  ]
298
298
  }
299
299
  ),
@@ -307,8 +307,8 @@ const i = (r) => {
307
307
  y2: "12",
308
308
  gradientUnits: "userSpaceOnUse",
309
309
  children: [
310
- /* @__PURE__ */ o("stop", { stopColor: "#FABC12" }),
311
- /* @__PURE__ */ o("stop", { offset: ".46", stopColor: "#FABC12", stopOpacity: "0" })
310
+ /* @__PURE__ */ l("stop", { stopColor: "#FABC12" }),
311
+ /* @__PURE__ */ l("stop", { offset: ".46", stopColor: "#FABC12", stopOpacity: "0" })
312
312
  ]
313
313
  }
314
314
  )
@@ -318,13 +318,13 @@ const i = (r) => {
318
318
  )
319
319
  }
320
320
  );
321
- }, x = (r) => {
322
- const { size: e = 48, className: l = "" } = r;
323
- return /* @__PURE__ */ o(
321
+ }, h = (o) => {
322
+ const { size: e = 48, className: r = "" } = o;
323
+ return /* @__PURE__ */ l(
324
324
  "div",
325
325
  {
326
326
  "aria-label": "Moonshot",
327
- className: a("flex flex-col items-center justify-center flex-none rounded-full", l),
327
+ className: n("flex flex-col items-center justify-center flex-none rounded-full", r),
328
328
  style: {
329
329
  background: "rgb(0, 0, 0)",
330
330
  color: "rgb(255, 255, 255)",
@@ -343,147 +343,238 @@ const i = (r) => {
343
343
  xmlns: "http://www.w3.org/2000/svg",
344
344
  className: "flex-none leading-none",
345
345
  children: [
346
- /* @__PURE__ */ o("title", { children: "MoonshotAI" }),
347
- /* @__PURE__ */ o("path", { d: "M1.052 16.916l9.539 2.552a21.007 21.007 0 00.06 2.033l5.956 1.593a11.997 11.997 0 01-5.586.865l-.18-.016-.044-.004-.084-.009-.094-.01a11.605 11.605 0 01-.157-.02l-.107-.014-.11-.016a11.962 11.962 0 01-.32-.051l-.042-.008-.075-.013-.107-.02-.07-.015-.093-.019-.075-.016-.095-.02-.097-.023-.094-.022-.068-.017-.088-.022-.09-.024-.095-.025-.082-.023-.109-.03-.062-.02-.084-.025-.093-.028-.105-.034-.058-.019-.08-.026-.09-.031-.066-.024a6.293 6.293 0 01-.044-.015l-.068-.025-.101-.037-.057-.022-.08-.03-.087-.035-.088-.035-.079-.032-.095-.04-.063-.028-.063-.027a5.655 5.655 0 01-.041-.018l-.066-.03-.103-.047-.052-.024-.096-.046-.062-.03-.084-.04-.086-.044-.093-.047-.052-.027-.103-.055-.057-.03-.058-.032a6.49 6.49 0 01-.046-.026l-.094-.053-.06-.034-.051-.03-.072-.041-.082-.05-.093-.056-.052-.032-.084-.053-.061-.039-.079-.05-.07-.047-.053-.035a7.785 7.785 0 01-.054-.036l-.044-.03-.044-.03a6.066 6.066 0 01-.04-.028l-.057-.04-.076-.054-.069-.05-.074-.054-.056-.042-.076-.057-.076-.059-.086-.067-.045-.035-.064-.052-.074-.06-.089-.073-.046-.039-.046-.039a7.516 7.516 0 01-.043-.037l-.045-.04-.061-.053-.07-.062-.068-.06-.062-.058-.067-.062-.053-.05-.088-.084a13.28 13.28 0 01-.099-.097l-.029-.028-.041-.042-.069-.07-.05-.051-.05-.053a6.457 6.457 0 01-.168-.179l-.08-.088-.062-.07-.071-.08-.042-.049-.053-.062-.058-.068-.046-.056a7.175 7.175 0 01-.027-.033l-.045-.055-.066-.082-.041-.052-.05-.064-.02-.025a11.99 11.99 0 01-1.44-2.402zm-1.02-5.794l11.353 3.037a20.468 20.468 0 00-.469 2.011l10.817 2.894a12.076 12.076 0 01-1.845 2.005L.657 15.923l-.016-.046-.035-.104a11.965 11.965 0 01-.05-.153l-.007-.023a11.896 11.896 0 01-.207-.741l-.03-.126-.018-.08-.021-.097-.018-.081-.018-.09-.017-.084-.018-.094c-.026-.141-.05-.283-.071-.426l-.017-.118-.011-.083-.013-.102a12.01 12.01 0 01-.019-.161l-.005-.047a12.12 12.12 0 01-.034-2.145zm1.593-5.15l11.948 3.196c-.368.605-.705 1.231-1.01 1.875l11.295 3.022c-.142.82-.368 1.612-.668 2.365l-11.55-3.09L.124 10.26l.015-.1.008-.049.01-.067.015-.087.018-.098c.026-.148.056-.295.088-.442l.028-.124.02-.085.024-.097c.022-.09.045-.18.07-.268l.028-.102.023-.083.03-.1.025-.082.03-.096.026-.082.031-.095a11.896 11.896 0 011.01-2.232zm4.442-4.4L17.352 4.59a20.77 20.77 0 00-1.688 1.721l7.823 2.093c.267.852.442 1.744.513 2.665L2.106 5.213l.045-.065.027-.04.04-.055.046-.065.055-.076.054-.072.064-.086.05-.065.057-.073.055-.07.06-.074.055-.069.065-.077.054-.066.066-.077.053-.06.072-.082.053-.06.067-.074.054-.058.073-.078.058-.06.063-.067.168-.17.1-.098.059-.056.076-.071a12.084 12.084 0 012.272-1.677zM12.017 0h.097l.082.001.069.001.054.002.068.002.046.001.076.003.047.002.06.003.054.002.087.005.105.007.144.011.088.007.044.004.077.008.082.008.047.005.102.012.05.006.108.014.081.01.042.006.065.01.207.032.07.012.065.011.14.026.092.018.11.022.046.01.075.016.041.01L14.7.3l.042.01.065.015.049.012.071.017.096.024.112.03.113.03.113.032.05.015.07.02.078.024.073.023.05.016.05.016.076.025.099.033.102.036.048.017.064.023.093.034.11.041.116.045.1.04.047.02.06.024.041.018.063.026.04.018.057.025.11.048.1.046.074.035.075.036.06.028.092.046.091.045.102.052.053.028.049.026.046.024.06.033.041.022.052.029.088.05.106.06.087.051.057.034.053.032.096.059.088.055.098.062.036.024.064.041.084.056.04.027.062.042.062.043.023.017c.054.037.108.075.161.114l.083.06.065.048.056.043.086.065.082.064.04.03.05.041.086.069.079.065.085.071c.712.6 1.353 1.283 1.909 2.031L7.222.994l.062-.027.065-.028.081-.034.086-.035c.113-.045.227-.09.341-.131l.096-.035.093-.033.084-.03.096-.031c.087-.03.176-.058.264-.085l.091-.027.086-.025.102-.03.085-.023.1-.026L9.04.37l.09-.023.091-.022.095-.022.09-.02.098-.021.091-.02.095-.018.092-.018.1-.018.091-.016.098-.017.092-.014.097-.015.092-.013.102-.013.091-.012.105-.012.09-.01.105-.01c.093-.01.186-.018.28-.024l.106-.008.09-.005.11-.006.093-.004.1-.004.097-.002.099-.002.197-.002z" })
346
+ /* @__PURE__ */ l("title", { children: "MoonshotAI" }),
347
+ /* @__PURE__ */ l("path", { d: "M1.052 16.916l9.539 2.552a21.007 21.007 0 00.06 2.033l5.956 1.593a11.997 11.997 0 01-5.586.865l-.18-.016-.044-.004-.084-.009-.094-.01a11.605 11.605 0 01-.157-.02l-.107-.014-.11-.016a11.962 11.962 0 01-.32-.051l-.042-.008-.075-.013-.107-.02-.07-.015-.093-.019-.075-.016-.095-.02-.097-.023-.094-.022-.068-.017-.088-.022-.09-.024-.095-.025-.082-.023-.109-.03-.062-.02-.084-.025-.093-.028-.105-.034-.058-.019-.08-.026-.09-.031-.066-.024a6.293 6.293 0 01-.044-.015l-.068-.025-.101-.037-.057-.022-.08-.03-.087-.035-.088-.035-.079-.032-.095-.04-.063-.028-.063-.027a5.655 5.655 0 01-.041-.018l-.066-.03-.103-.047-.052-.024-.096-.046-.062-.03-.084-.04-.086-.044-.093-.047-.052-.027-.103-.055-.057-.03-.058-.032a6.49 6.49 0 01-.046-.026l-.094-.053-.06-.034-.051-.03-.072-.041-.082-.05-.093-.056-.052-.032-.084-.053-.061-.039-.079-.05-.07-.047-.053-.035a7.785 7.785 0 01-.054-.036l-.044-.03-.044-.03a6.066 6.066 0 01-.04-.028l-.057-.04-.076-.054-.069-.05-.074-.054-.056-.042-.076-.057-.076-.059-.086-.067-.045-.035-.064-.052-.074-.06-.089-.073-.046-.039-.046-.039a7.516 7.516 0 01-.043-.037l-.045-.04-.061-.053-.07-.062-.068-.06-.062-.058-.067-.062-.053-.05-.088-.084a13.28 13.28 0 01-.099-.097l-.029-.028-.041-.042-.069-.07-.05-.051-.05-.053a6.457 6.457 0 01-.168-.179l-.08-.088-.062-.07-.071-.08-.042-.049-.053-.062-.058-.068-.046-.056a7.175 7.175 0 01-.027-.033l-.045-.055-.066-.082-.041-.052-.05-.064-.02-.025a11.99 11.99 0 01-1.44-2.402zm-1.02-5.794l11.353 3.037a20.468 20.468 0 00-.469 2.011l10.817 2.894a12.076 12.076 0 01-1.845 2.005L.657 15.923l-.016-.046-.035-.104a11.965 11.965 0 01-.05-.153l-.007-.023a11.896 11.896 0 01-.207-.741l-.03-.126-.018-.08-.021-.097-.018-.081-.018-.09-.017-.084-.018-.094c-.026-.141-.05-.283-.071-.426l-.017-.118-.011-.083-.013-.102a12.01 12.01 0 01-.019-.161l-.005-.047a12.12 12.12 0 01-.034-2.145zm1.593-5.15l11.948 3.196c-.368.605-.705 1.231-1.01 1.875l11.295 3.022c-.142.82-.368 1.612-.668 2.365l-11.55-3.09L.124 10.26l.015-.1.008-.049.01-.067.015-.087.018-.098c.026-.148.056-.295.088-.442l.028-.124.02-.085.024-.097c.022-.09.045-.18.07-.268l.028-.102.023-.083.03-.1.025-.082.03-.096.026-.082.031-.095a11.896 11.896 0 011.01-2.232zm4.442-4.4L17.352 4.59a20.77 20.77 0 00-1.688 1.721l7.823 2.093c.267.852.442 1.744.513 2.665L2.106 5.213l.045-.065.027-.04.04-.055.046-.065.055-.076.054-.072.064-.086.05-.065.057-.073.055-.07.06-.074.055-.069.065-.077.054-.066.066-.077.053-.06.072-.082.053-.06.067-.074.054-.058.073-.078.058-.06.063-.067.168-.17.1-.098.059-.056.076-.071a12.084 12.084 0 012.272-1.677zM12.017 0h.097l.082.001.069.001.054.002.068.002.046.001.076.003.047.002.06.003.054.002.087.005.105.007.144.011.088.007.044.004.077.008.082.008.047.005.102.012.05.006.108.014.081.01.042.006.065.01.207.032.07.012.065.011.14.026.092.018.11.022.046.01.075.016.041.01L14.7.3l.042.01.065.015.049.012.071.017.096.024.112.03.113.03.113.032.05.015.07.02.078.024.073.023.05.016.05.016.076.025.099.033.102.036.048.017.064.023.093.034.11.041.116.045.1.04.047.02.06.024.041.018.063.026.04.018.057.025.11.048.1.046.074.035.075.036.06.028.092.046.091.045.102.052.053.028.049.026.046.024.06.033.041.022.052.029.088.05.106.06.087.051.057.034.053.032.096.059.088.055.098.062.036.024.064.041.084.056.04.027.062.042.062.043.023.017c.054.037.108.075.161.114l.083.06.065.048.056.043.086.065.082.064.04.03.05.041.086.069.079.065.085.071c.712.6 1.353 1.283 1.909 2.031L7.222.994l.062-.027.065-.028.081-.034.086-.035c.113-.045.227-.09.341-.131l.096-.035.093-.033.084-.03.096-.031c.087-.03.176-.058.264-.085l.091-.027.086-.025.102-.03.085-.023.1-.026L9.04.37l.09-.023.091-.022.095-.022.09-.02.098-.021.091-.02.095-.018.092-.018.1-.018.091-.016.098-.017.092-.014.097-.015.092-.013.102-.013.091-.012.105-.012.09-.01.105-.01c.093-.01.186-.018.28-.024l.106-.008.09-.005.11-.006.093-.004.1-.004.097-.002.099-.002.197-.002z" })
348
348
  ]
349
349
  }
350
350
  )
351
351
  }
352
352
  );
353
- }, f = {
353
+ }, C = (o) => {
354
+ const { size: e = 48, className: r = "" } = o;
355
+ return /* @__PURE__ */ l(
356
+ "div",
357
+ {
358
+ "aria-label": "BytePlus",
359
+ className: n("flex flex-col items-center justify-center flex-none rounded-full", r),
360
+ style: {
361
+ background: "rgb(50, 108, 246)",
362
+ color: "rgb(255, 255, 255)",
363
+ height: e,
364
+ width: e
365
+ },
366
+ children: /* @__PURE__ */ t(
367
+ "svg",
368
+ {
369
+ fill: "currentColor",
370
+ fillRule: "evenodd",
371
+ height: e,
372
+ width: e,
373
+ style: { padding: "5px" },
374
+ viewBox: "0 0 24 24",
375
+ xmlns: "http://www.w3.org/2000/svg",
376
+ className: "flex-none leading-none",
377
+ children: [
378
+ /* @__PURE__ */ l("title", { children: "BytePlus" }),
379
+ /* @__PURE__ */ l("path", { d: "M19.8772 1.4685L24 2.5326v18.9426l-4.1228 1.0563V1.4685zm-13.3481 9.428l4.115 1.0641v8.9786l-4.115 1.0642v-11.107zM0 2.572l4.115 1.0642v16.7354L0 21.428V2.572zm17.4553 5.6205v11.107l-4.1228-1.0642V9.2568l4.1228-1.0642z" })
380
+ ]
381
+ }
382
+ )
383
+ }
384
+ );
385
+ }, f = (o) => {
386
+ const { size: e = 48, className: r = "" } = o;
387
+ return /* @__PURE__ */ l(
388
+ "div",
389
+ {
390
+ "aria-label": "Kling AI",
391
+ className: n("flex flex-col items-center justify-center flex-none rounded-full", r),
392
+ style: {
393
+ background: "rgb(0, 0, 0)",
394
+ color: "rgb(255, 255, 255)",
395
+ height: e,
396
+ width: e
397
+ },
398
+ children: /* @__PURE__ */ t(
399
+ "svg",
400
+ {
401
+ fill: "currentColor",
402
+ fillRule: "evenodd",
403
+ clipRule: "evenodd",
404
+ height: e,
405
+ width: e,
406
+ style: { padding: "5px" },
407
+ viewBox: "0 0 24 24",
408
+ xmlns: "http://www.w3.org/2000/svg",
409
+ className: "flex-none leading-none",
410
+ children: [
411
+ /* @__PURE__ */ l("title", { children: "Kling AI" }),
412
+ /* @__PURE__ */ l("path", { d: "M5.493 21.234c-1.112-1.451-1.109-4.263-.081-7.459l-4.557-2.63a1.683 1.683 0 01-.85-1.304 1.505 1.505 0 01.08-.622 13.18 13.18 0 011.037-2.255c3.476-6.02 10.916-8.23 16.619-4.938.46.266.82.67 1.081 1.184.785 1.545.685 4.096-.234 6.954l4.557 2.631c.339.196.596.492.736.832a1.53 1.53 0 01.034 1.093 13.146 13.146 0 01-1.037 2.255c-3.476 6.02-10.916 8.23-16.619 4.938a2.6 2.6 0 01-.766-.68zm11.096-6.615c-2.073 3.591-5.808 5.316-8.343 3.852-1.267-.731-1.994-2.122-2.145-3.778-.095-1.035.036-2.173.4-3.32.217-.684.517-1.37.902-2.039l.008-.014c2.073-3.59 5.808-5.315 8.343-3.852.633.366 1.13.895 1.49 1.54.986 1.772.922 4.415-.285 6.914-.111.23-.232.457-.362.683l-.008.014z" })
413
+ ]
414
+ }
415
+ )
416
+ }
417
+ );
418
+ }, g = (o) => {
419
+ const { size: e = 48, className: r = "" } = o;
420
+ return /* @__PURE__ */ t(
421
+ "svg",
422
+ {
423
+ "aria-label": "Definable",
424
+ fill: "#FF592C",
425
+ height: e,
426
+ width: e,
427
+ viewBox: "0 0 562 547",
428
+ xmlns: "http://www.w3.org/2000/svg",
429
+ className: n("flex-none leading-none", r),
430
+ children: [
431
+ /* @__PURE__ */ l("title", { children: "Definable" }),
432
+ /* @__PURE__ */ l("path", { d: "M264.87 320.455C261.857 321.08 258.735 321.411 255.537 321.411C252.334 321.411 249.21 321.083 246.193 320.455H264.87ZM478.363 320.455C476.203 320.768 473.993 320.934 471.745 320.934C469.5 320.934 467.292 320.768 465.132 320.455H478.363ZM288.164 311.364C285.609 312.738 283.042 314.024 280.462 315.19H232.516C230.568 314.05 228.714 312.768 226.963 311.364H288.164ZM499.716 311.364C497.89 312.779 495.956 314.059 493.927 315.19H447.915C445.272 314.033 442.646 312.744 440.029 311.364H499.716ZM303.534 302.264C301.468 303.559 299.404 304.845 297.333 306.095H221.425C220.338 304.876 219.315 303.598 218.361 302.264H303.534ZM508.575 302.264C507.595 303.598 506.546 304.878 505.429 306.095H430.742C428.654 304.845 426.571 303.563 424.49 302.264H508.575ZM318.09 293.168C316.026 294.422 313.962 295.704 311.902 296.997H215.112C214.456 295.754 213.855 294.477 213.314 293.168H318.09ZM513.769 293.168C513.209 294.477 512.593 295.754 511.92 296.997H416.075C414.009 295.704 411.943 294.422 409.872 293.168H513.769ZM334.797 284.075C332.25 285.248 329.718 286.534 327.193 287.904H211.506C211.159 286.648 210.864 285.372 210.624 284.075H334.797ZM516.565 284.075C516.312 285.372 516.006 286.648 515.643 287.904H400.751C398.222 286.534 395.686 285.248 393.137 284.075H516.565ZM517.427 275.216C517.427 276.426 517.379 277.622 517.287 278.808H378.24C374.304 277.889 370.328 277.371 366.292 277.371H361.631C357.599 277.371 353.625 277.889 349.692 278.808H209.964C209.895 277.78 209.855 276.741 209.855 275.695C209.855 275.456 209.86 275.218 209.864 274.979H517.424C517.424 275.058 517.427 275.137 517.427 275.216ZM340.584 265.884C344.523 266.796 348.513 267.317 352.571 267.317H374.055C378.113 267.317 382.103 266.796 386.04 265.884H516.471C516.731 267.142 516.939 268.417 517.094 269.713H210.246C210.415 268.417 210.639 267.14 210.914 265.884H340.584ZM317.768 256.786C320.348 258.149 322.934 259.44 325.536 260.617H212.4C212.856 259.313 213.368 258.035 213.935 256.786H317.768ZM513.559 256.786C514.11 258.035 514.609 259.313 515.048 260.617H401.071C403.668 259.44 406.248 258.149 408.821 256.786H513.559ZM301.736 247.691C303.927 248.973 306.122 250.253 308.313 251.52H216.762C217.588 250.196 218.479 248.918 219.431 247.691H301.736ZM508.218 247.691C509.145 248.92 510.015 250.198 510.818 251.52H418.248C420.43 250.253 422.609 248.973 424.789 247.691H508.218ZM285.348 238.597C287.762 239.807 290.165 241.094 292.561 242.426H224.21C225.666 241.052 227.212 239.772 228.841 238.597H285.348ZM499.097 238.597C500.671 239.777 502.165 241.057 503.572 242.426H433.877C436.243 241.096 438.617 239.814 440.998 238.597H499.097ZM255.537 229.977C259.367 229.977 263.09 230.451 266.647 231.34C268.844 231.891 271.028 232.561 273.197 233.331H238.346C243.652 231.171 249.455 229.977 255.537 229.977ZM471.745 229.5C478.262 229.5 484.458 230.869 490.066 233.331H452.766C455.396 232.348 458.042 231.504 460.713 230.841C464.246 229.963 467.941 229.5 471.745 229.5Z" }),
433
+ /* @__PURE__ */ l("path", { d: "M313.684 112.939C334.459 92.1478 334.459 58.4381 313.684 37.6466C292.909 16.8552 259.227 16.8552 238.452 37.6466C217.677 58.4381 217.677 92.1478 238.452 112.939C259.227 133.731 292.909 133.731 313.684 112.939Z" }),
434
+ /* @__PURE__ */ l("path", { d: "M125.512 309.846C146.287 289.055 146.287 255.345 125.512 234.554C104.737 213.762 71.0549 213.762 50.2801 234.554C29.5054 255.345 29.5053 289.055 50.2801 309.846C71.0549 330.638 104.737 330.638 125.512 309.846Z" }),
435
+ /* @__PURE__ */ l("path", { d: "M313.684 507.211C334.459 486.419 334.459 452.71 313.684 431.918C292.909 411.127 259.227 411.127 238.452 431.918C217.677 452.71 217.677 486.419 238.452 507.211C259.227 528.002 292.909 528.002 313.684 507.211Z" }),
436
+ /* @__PURE__ */ l("path", { d: "M337.945 134.965C358.718 114.175 392.402 114.175 413.176 134.965C433.951 155.757 433.951 189.467 413.176 210.259C392.402 231.05 358.721 231.05 337.945 210.259C323.599 195.902 307.423 178.8 287.136 178.8H263.162C242.876 178.8 226.698 195.902 212.353 210.259C191.578 231.05 157.895 231.05 137.12 210.259C116.346 189.467 116.345 155.757 137.12 134.965C157.895 114.174 191.579 114.174 212.353 134.965C227.201 149.825 243.834 167.937 264.832 167.937H285.462C306.461 167.937 323.096 149.825 337.945 134.965Z" }),
437
+ /* @__PURE__ */ l("path", { d: "M339.439 332.005C360.213 311.215 393.896 311.215 414.672 332.005C435.446 352.798 435.446 386.508 414.672 407.299C393.896 428.091 360.213 428.091 339.439 407.299C325.093 392.943 308.917 375.84 288.629 375.84H264.659C244.371 375.84 228.195 392.943 213.849 407.299C193.075 428.091 159.391 428.091 138.616 407.299C117.841 386.508 117.841 352.798 138.616 332.005C159.391 311.215 193.075 311.215 213.849 332.005C228.697 346.864 245.33 364.976 266.327 364.976H286.959C307.955 364.976 324.59 346.864 339.439 332.005Z" })
438
+ ]
439
+ }
440
+ );
441
+ }, x = {
354
442
  claude: i,
355
443
  anthropic: c,
356
444
  openai: s,
357
445
  deepseek: d,
358
446
  xai: p,
359
447
  gemini: m,
360
- moonshot: x
361
- }, h = (r, e = {}) => {
362
- const l = f[r];
363
- return l ? /* @__PURE__ */ o(l, { ...e }) : /* @__PURE__ */ o(n, { ...e });
364
- }, C = (r, e = {}) => r.type === "core" ? h(r.provider, e) : /* @__PURE__ */ o("img", { src: r.image, alt: r.name, className: a("h-6 w-6", e.className), ...e });
448
+ moonshot: h,
449
+ byteplus: C,
450
+ kling: f,
451
+ definable: g
452
+ }, u = (o, e = {}) => {
453
+ const r = x[o];
454
+ return r ? /* @__PURE__ */ l(r, { ...e }) : /* @__PURE__ */ l(a, { ...e });
455
+ }, b = (o, e = {}) => o.type === "core" ? u(o.provider, e) : /* @__PURE__ */ l("img", { src: o.image, alt: o.name, className: n("h-6 w-6", e.className), ...e });
365
456
  export {
366
- x2 as ANSI,
367
- B as Alert,
368
- G as AlertDescription,
369
- F as AlertDialog,
370
- O as AlertTitle,
371
- H as Avatar,
372
- P as AvatarFallback,
373
- U as AvatarImage,
374
- E as Badge,
375
- q as Button,
376
- K as Calendar,
377
- W as Card,
378
- Y as CardContent,
379
- Z as CardDescription,
380
- $ as CardFooter,
381
- e0 as CardHeader,
382
- o0 as CardTitle,
383
- l0 as Carousel,
384
- a0 as Checkbox,
385
- i0 as Collapse,
386
- s0 as Command,
387
- d0 as CommandDialog,
388
- p0 as CommandEmpty,
389
- m0 as CommandGroup,
390
- x0 as CommandInput,
391
- f0 as CommandItem,
392
- h0 as CommandList,
393
- w0 as CommandMenu,
394
- C0 as CommandMenuDemo,
395
- g0 as CommandSeparator,
396
- v0 as ConfirmationModal,
457
+ g2 as ANSI,
458
+ G as Alert,
459
+ O as AlertDescription,
460
+ j as AlertDialog,
461
+ R as AlertTitle,
462
+ V as Avatar,
463
+ U as AvatarFallback,
464
+ K as AvatarImage,
465
+ X as Badge,
466
+ J as Button,
467
+ W as Calendar,
468
+ $ as Card,
469
+ e0 as CardContent,
470
+ l0 as CardDescription,
471
+ o0 as CardFooter,
472
+ r0 as CardHeader,
473
+ t0 as CardTitle,
474
+ a0 as Carousel,
475
+ c0 as Checkbox,
476
+ d0 as Collapse,
477
+ m0 as Command,
478
+ h0 as CommandDialog,
479
+ C0 as CommandEmpty,
480
+ f0 as CommandGroup,
481
+ g0 as CommandInput,
482
+ x0 as CommandItem,
483
+ u0 as CommandList,
484
+ M0 as CommandMenu,
485
+ b0 as CommandMenuDemo,
486
+ w0 as CommandSeparator,
487
+ y0 as ConfirmationModal,
397
488
  D0 as ContextMenu,
398
- S0 as ContextMenuCheckboxItem,
399
- y0 as ContextMenuGroup,
400
- z0 as ContextMenuItem,
401
- L0 as ContextMenuLabel,
402
- I0 as ContextMenuRadioGroup,
403
- A0 as ContextMenuRadioItem,
404
- N0 as ContextMenuSeparator,
489
+ I0 as ContextMenuCheckboxItem,
490
+ S0 as ContextMenuGroup,
491
+ L0 as ContextMenuItem,
492
+ N0 as ContextMenuLabel,
493
+ A0 as ContextMenuRadioGroup,
494
+ Z0 as ContextMenuRadioItem,
495
+ B0 as ContextMenuSeparator,
405
496
  T0 as ContextMenuSub,
406
497
  k0 as ContextMenuSubContent,
407
- B0 as ContextMenuSubTrigger,
408
- O0 as Dialog,
409
- R0 as DialogClose,
410
- F0 as DialogContent,
411
- j0 as DialogDescription,
412
- H0 as DialogFooter,
413
- P0 as DialogHeader,
414
- U0 as DialogOverlay,
415
- V0 as DialogPortal,
416
- E0 as DialogTitle,
417
- X0 as DialogTrigger,
418
- M as Drawer,
498
+ G0 as ContextMenuSubTrigger,
499
+ R0 as Dialog,
500
+ F0 as DialogClose,
501
+ j0 as DialogContent,
502
+ P0 as DialogDescription,
503
+ V0 as DialogFooter,
504
+ U0 as DialogHeader,
505
+ K0 as DialogOverlay,
506
+ E0 as DialogPortal,
507
+ X0 as DialogTitle,
508
+ _0 as DialogTrigger,
509
+ z as Drawer,
419
510
  D as DrawerClose,
420
- S as DrawerContent,
421
- y as DrawerDescription,
422
- z as DrawerFooter,
423
- L as DrawerHeader,
424
- I as DrawerOverlay,
425
- A as DrawerPortal,
426
- N as DrawerTitle,
511
+ I as DrawerContent,
512
+ S as DrawerDescription,
513
+ L as DrawerFooter,
514
+ N as DrawerHeader,
515
+ A as DrawerOverlay,
516
+ Z as DrawerPortal,
517
+ B as DrawerTitle,
427
518
  T as DrawerTrigger,
428
- q0 as DropdownMenu,
429
- J0 as DropdownMenuContent,
430
- K0 as DropdownMenuGroup,
431
- Q0 as DropdownMenuItem,
432
- W0 as DropdownMenuSeparator,
433
- Y0 as DropdownMenuTrigger,
434
- $0 as Dropzone,
435
- f as Icons,
436
- o1 as ImageCropper,
437
- l1 as ImageCropperModal,
438
- a1 as Input,
439
- f2 as LOG_COLORS,
440
- i1 as Label,
441
- s1 as Loader,
442
- p1 as LoadingPlaceholder,
443
- x1 as Mention,
444
- h1 as Modal,
445
- u1 as NotificationContainer,
446
- y2 as Picker,
447
- C1 as Popover,
448
- b1 as PopoverContent,
449
- v1 as PopoverTrigger,
519
+ J0 as DropdownMenu,
520
+ Q0 as DropdownMenuContent,
521
+ W0 as DropdownMenuGroup,
522
+ Y0 as DropdownMenuItem,
523
+ $0 as DropdownMenuSeparator,
524
+ e1 as DropdownMenuTrigger,
525
+ o1 as Dropzone,
526
+ x as Icons,
527
+ t1 as ImageCropper,
528
+ a1 as ImageCropperModal,
529
+ c1 as Input,
530
+ x2 as LOG_COLORS,
531
+ d1 as Label,
532
+ m1 as Loader,
533
+ C1 as LoadingPlaceholder,
534
+ g1 as Mention,
535
+ u1 as Modal,
536
+ v1 as NotificationContainer,
537
+ S2 as Picker,
538
+ b1 as Popover,
539
+ H1 as PopoverContent,
540
+ y1 as PopoverTrigger,
450
541
  D1 as Progress,
451
- y1 as RadioGroup,
452
- z1 as RadioGroupItem,
453
- I1 as ScrollArea,
454
- A1 as ScrollBar,
542
+ S1 as RadioGroup,
543
+ L1 as RadioGroupItem,
544
+ A1 as ScrollArea,
545
+ Z1 as ScrollBar,
455
546
  T1 as SearchableSelect,
456
547
  k1 as Select,
457
- B1 as SelectContent,
458
- G1 as SelectGroup,
459
- O1 as SelectItem,
460
- R1 as SelectLabel,
461
- F1 as SelectTrigger,
462
- j1 as SelectValue,
463
- P1 as SelectionBar,
464
- V1 as Separator,
465
- X1 as Sheet,
466
- q1 as Skeleton,
467
- K1 as Slider,
468
- W1 as StepLayout,
469
- Y1 as Stepper,
470
- Z1 as StepperModal,
471
- e2 as Switch,
472
- r2 as Table,
473
- t2 as TableEmpty,
474
- n2 as TableMobile,
475
- c2 as Tabs,
476
- s2 as TabsContent,
477
- d2 as TabsList,
478
- p2 as TabsTrigger,
479
- u2 as Textarea,
480
- v2 as ToastContainer,
481
- C2 as Tooltip,
482
- X as badgeVariants,
483
- a as cn,
484
- h2 as colorize,
485
- C as getAssistantIcon,
486
- h as getLLMIcon,
487
- M2 as toast,
548
+ G1 as SelectContent,
549
+ O1 as SelectGroup,
550
+ R1 as SelectItem,
551
+ F1 as SelectLabel,
552
+ j1 as SelectTrigger,
553
+ P1 as SelectValue,
554
+ U1 as SelectionBar,
555
+ E1 as Separator,
556
+ _1 as Sheet,
557
+ J1 as Skeleton,
558
+ W1 as Slider,
559
+ $1 as StepLayout,
560
+ e2 as Stepper,
561
+ l2 as StepperModal,
562
+ r2 as Switch,
563
+ n2 as Table,
564
+ i2 as TableEmpty,
565
+ s2 as TableMobile,
566
+ p2 as Tabs,
567
+ m2 as TabsContent,
568
+ h2 as TabsList,
569
+ C2 as TabsTrigger,
570
+ v2 as Textarea,
571
+ y2 as ToastContainer,
572
+ b2 as Tooltip,
573
+ _ as badgeVariants,
574
+ n as cn,
575
+ u2 as colorize,
576
+ b as getAssistantIcon,
577
+ u as getLLMIcon,
578
+ z2 as toast,
488
579
  D2 as useToast
489
580
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@definable/ui",
3
3
  "type": "module",
4
- "version": "0.1.35",
4
+ "version": "0.1.37",
5
5
  "private": false,
6
6
  "description": "Definable UI Component Library",
7
7
  "main": "dist/index.js",