@arcadeai/design-system 3.33.2 → 3.35.0
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 +30 -317
- package/dist/arcade-logo-BVV97-cr.js +33 -0
- package/dist/assets/icons/granola.js +14 -0
- package/dist/assets/images/arcade-grid.d.ts +1 -1
- package/dist/assets/images/arcade-grid.d.ts.map +1 -1
- package/dist/assets/images/arcade-logo.d.ts +1 -1
- package/dist/assets/images/arcade-logo.d.ts.map +1 -1
- package/dist/assets/images/arcade-logo.js +10 -31
- package/dist/components/index.js +597 -567
- package/dist/components/ui/atoms/accordion.d.ts +1 -1
- package/dist/components/ui/atoms/accordion.d.ts.map +1 -1
- package/dist/components/ui/atoms/alert-dialog.d.ts +1 -1
- package/dist/components/ui/atoms/alert-dialog.d.ts.map +1 -1
- package/dist/components/ui/atoms/alert.d.ts +1 -1
- package/dist/components/ui/atoms/alert.d.ts.map +1 -1
- package/dist/components/ui/atoms/avatar-notification-badge.d.ts +34 -0
- package/dist/components/ui/atoms/avatar-notification-badge.d.ts.map +1 -0
- package/dist/components/ui/atoms/avatar-notification-badge.js +78 -0
- package/dist/components/ui/atoms/avatar.d.ts +1 -1
- package/dist/components/ui/atoms/avatar.d.ts.map +1 -1
- package/dist/components/ui/atoms/breadcrumb.d.ts +1 -1
- package/dist/components/ui/atoms/breadcrumb.d.ts.map +1 -1
- package/dist/components/ui/atoms/card.d.ts +1 -1
- package/dist/components/ui/atoms/card.d.ts.map +1 -1
- package/dist/components/ui/atoms/chart.d.ts +1 -1
- package/dist/components/ui/atoms/chart.d.ts.map +1 -1
- package/dist/components/ui/atoms/chat-container.d.ts +1 -1
- package/dist/components/ui/atoms/chat-container.d.ts.map +1 -1
- package/dist/components/ui/atoms/code-block.d.ts +1 -1
- package/dist/components/ui/atoms/code-block.d.ts.map +1 -1
- package/dist/components/ui/atoms/collapsible.d.ts +1 -1
- package/dist/components/ui/atoms/command.d.ts +1 -1
- package/dist/components/ui/atoms/command.d.ts.map +1 -1
- package/dist/components/ui/atoms/command.js +364 -288
- package/dist/components/ui/atoms/copy-button.d.ts +1 -1
- package/dist/components/ui/atoms/copy-button.d.ts.map +1 -1
- package/dist/components/ui/atoms/dropdown-menu.d.ts +1 -1
- package/dist/components/ui/atoms/dropdown-menu.d.ts.map +1 -1
- package/dist/components/ui/atoms/form.d.ts +1 -1
- package/dist/components/ui/atoms/form.d.ts.map +1 -1
- package/dist/components/ui/atoms/hover-card.d.ts +1 -1
- package/dist/components/ui/atoms/icons/granola.d.ts +4 -0
- package/dist/components/ui/atoms/icons/granola.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/granola.js +20 -0
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +156 -154
- package/dist/components/ui/atoms/index.d.ts +3 -0
- package/dist/components/ui/atoms/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/index.js +514 -504
- package/dist/components/ui/atoms/json-highlight.d.ts +60 -0
- package/dist/components/ui/atoms/json-highlight.d.ts.map +1 -0
- package/dist/components/ui/atoms/json-highlight.js +77 -0
- package/dist/components/ui/atoms/loader.d.ts +1 -1
- package/dist/components/ui/atoms/loader.d.ts.map +1 -1
- package/dist/components/ui/atoms/markdown.js +1 -1
- package/dist/components/ui/atoms/popover.d.ts +1 -1
- package/dist/components/ui/atoms/popover.d.ts.map +1 -1
- package/dist/components/ui/atoms/resizable.d.ts +1 -1
- package/dist/components/ui/atoms/resizable.d.ts.map +1 -1
- package/dist/components/ui/atoms/scroll-button.d.ts +1 -1
- package/dist/components/ui/atoms/scroll-button.d.ts.map +1 -1
- package/dist/components/ui/atoms/scroll-button.js +8 -8
- package/dist/components/ui/atoms/sheet.d.ts +1 -1
- package/dist/components/ui/atoms/sheet.d.ts.map +1 -1
- package/dist/components/ui/atoms/table.d.ts +1 -1
- package/dist/components/ui/atoms/table.d.ts.map +1 -1
- package/dist/components/ui/atoms/tabs.d.ts +1 -1
- package/dist/components/ui/atoms/tabs.d.ts.map +1 -1
- package/dist/components/ui/atoms/tooltip.d.ts +4 -2
- package/dist/components/ui/atoms/tooltip.d.ts.map +1 -1
- package/dist/components/ui/atoms/tooltip.js +3 -2
- package/dist/components/ui/atoms/view-tools-control.d.ts +1 -1
- package/dist/components/ui/atoms/view-tools-control.d.ts.map +1 -1
- package/dist/components/ui/atoms/view-tools-control.js +20 -19
- package/dist/components/ui/index.js +597 -567
- package/dist/components/ui/molecules/chat-message-list.d.ts +5 -2
- package/dist/components/ui/molecules/chat-message-list.d.ts.map +1 -1
- package/dist/components/ui/molecules/chat-message-list.js +2 -2
- package/dist/components/ui/molecules/index.d.ts +8 -0
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +48 -28
- package/dist/components/ui/molecules/message.d.ts +2 -2
- package/dist/components/ui/molecules/message.d.ts.map +1 -1
- package/dist/components/ui/molecules/message.js +1 -1
- package/dist/components/ui/molecules/prompt-input.d.ts +1 -1
- package/dist/components/ui/molecules/prompt-input.d.ts.map +1 -1
- package/dist/components/ui/molecules/prompt-input.js +20 -20
- package/dist/components/ui/molecules/requirement-badges.js +9 -5
- package/dist/components/ui/molecules/switcher.d.ts +83 -0
- package/dist/components/ui/molecules/switcher.d.ts.map +1 -0
- package/dist/components/ui/molecules/switcher.js +164 -0
- package/dist/components/ui/molecules/tool-authorization.d.ts +56 -0
- package/dist/components/ui/molecules/tool-authorization.d.ts.map +1 -0
- package/dist/components/ui/molecules/tool-authorization.js +160 -0
- package/dist/components/ui/molecules/tool-call-accordion.d.ts +36 -0
- package/dist/components/ui/molecules/tool-call-accordion.d.ts.map +1 -0
- package/dist/components/ui/molecules/tool-call-accordion.js +301 -0
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/user-nav.d.ts +65 -0
- package/dist/components/ui/molecules/user-nav.d.ts.map +1 -0
- package/dist/components/ui/molecules/user-nav.js +154 -0
- package/dist/components/ui/pages/chat-page.d.ts +18 -10
- package/dist/components/ui/pages/chat-page.d.ts.map +1 -1
- package/dist/components/ui/pages/chat-page.js +328 -243
- package/dist/components/ui/pages/login-page.js +6 -6
- package/dist/components/ui/templates/chat-template.d.ts +1 -1
- package/dist/components/ui/templates/chat-template.d.ts.map +1 -1
- package/dist/components/ui/templates/chat-template.js +11 -11
- package/dist/{highlighted-body-TPN3WLV5-DyOGcftJ.js → highlighted-body-TPN3WLV5-D6UnKGod.js} +1 -1
- package/dist/lib/utils.js +1 -1
- package/dist/main.js +623 -593
- package/dist/{markdown-9KGBuupR.js → markdown-D0xxRbwP.js} +2597 -2592
- package/dist/mermaid-O7DHMXV3-gUrB-Xs1.js +4 -0
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +130 -128
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/dist/{toolkit-card-k8jio69G.js → toolkit-card-B97E7TBA.js} +15 -12
- package/package.json +6 -6
- package/dist/mermaid-O7DHMXV3-CUp9wvRi.js +0 -4
package/dist/components/index.js
CHANGED
|
@@ -1,584 +1,614 @@
|
|
|
1
1
|
import { Accordion as e, AccordionContent as t, AccordionItem as a, AccordionTrigger as p } from "./ui/atoms/accordion.js";
|
|
2
|
-
import { Alert as i, AlertDescription as l, AlertTitle as
|
|
3
|
-
import { AlertDialog as x, AlertDialogAction as d, AlertDialogCancel as
|
|
2
|
+
import { Alert as i, AlertDescription as l, AlertTitle as n } from "./ui/atoms/alert.js";
|
|
3
|
+
import { AlertDialog as x, AlertDialogAction as d, AlertDialogCancel as s, AlertDialogContent as u, AlertDialogDescription as g, AlertDialogFooter as c, AlertDialogHeader as C, AlertDialogOverlay as S, AlertDialogPortal as T, AlertDialogTitle as h, AlertDialogTrigger as b } from "./ui/atoms/alert-dialog.js";
|
|
4
4
|
import { Avatar as D, AvatarFallback as M, AvatarImage as B } from "./ui/atoms/avatar.js";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
5
|
+
import { AvatarNotificationBadge as G, avatarBadgeVariants as w } from "./ui/atoms/avatar-notification-badge.js";
|
|
6
|
+
import { Badge as v, badgeVariants as I } from "./ui/atoms/badge.js";
|
|
7
|
+
import { Breadcrumb as L, BreadcrumbEllipsis as H, BreadcrumbItem as F, BreadcrumbLink as O, BreadcrumbList as R, BreadcrumbPage as V, BreadcrumbSeparator as z } from "./ui/atoms/breadcrumb.js";
|
|
8
|
+
import { Button as W, buttonVariants as N } from "./ui/atoms/button.js";
|
|
9
|
+
import { ByocBadge as q } from "./ui/atoms/byoc-badge.js";
|
|
10
|
+
import { C as U, a as X } from "../calendar-DreAgQKY.js";
|
|
11
|
+
import { Card as j, CardAction as Q, CardContent as K, CardDescription as _, CardFooter as $, CardHeader as oo, CardTitle as ro } from "./ui/atoms/card.js";
|
|
12
|
+
import { ChartContainer as to, ChartLegend as ao, ChartLegendContent as po, ChartStyle as mo, ChartTooltip as io, ChartTooltipContent as lo } from "./ui/atoms/chart.js";
|
|
13
|
+
import { ChatContainerContent as fo, ChatContainerRoot as xo, ChatContainerScrollAnchor as so } from "./ui/atoms/chat-container.js";
|
|
14
|
+
import { Checkbox as go } from "./ui/atoms/checkbox.js";
|
|
15
|
+
import { CodeBlock as Co, CodeBlockCode as So, CodeBlockGroup as To } from "./ui/atoms/code-block.js";
|
|
16
|
+
import { Collapsible as bo, CollapsibleContent as Ao, CollapsibleTrigger as Do } from "./ui/atoms/collapsible.js";
|
|
17
|
+
import { Command as Bo, CommandDialog as ko, CommandEmpty as Go, CommandGroup as wo, CommandInput as Po, CommandItem as vo, CommandList as Io, CommandSeparator as yo, CommandShortcut as Lo } from "./ui/atoms/command.js";
|
|
18
|
+
import { CopyButton as Fo } from "./ui/atoms/copy-button.js";
|
|
19
|
+
import { Dialog as Ro, DialogClose as Vo, DialogContent as zo, DialogDescription as Eo, DialogFooter as Wo, DialogHeader as No, DialogOverlay as Zo, DialogPortal as qo, DialogTitle as Jo, DialogTrigger as Uo } from "./ui/atoms/dialog.js";
|
|
20
|
+
import { DropdownMenu as Yo, DropdownMenuCheckboxItem as jo, DropdownMenuContent as Qo, DropdownMenuGroup as Ko, DropdownMenuItem as _o, DropdownMenuLabel as $o, DropdownMenuPortal as or, DropdownMenuRadioGroup as rr, DropdownMenuRadioItem as er, DropdownMenuSeparator as tr, DropdownMenuShortcut as ar, DropdownMenuSub as pr, DropdownMenuSubContent as mr, DropdownMenuSubTrigger as ir, DropdownMenuTrigger as lr } from "./ui/atoms/dropdown-menu.js";
|
|
21
|
+
import { HoverCard as fr, HoverCardContent as xr, HoverCardTrigger as dr } from "./ui/atoms/hover-card.js";
|
|
22
|
+
import { Adp as ur } from "./ui/atoms/icons/adp.js";
|
|
23
|
+
import { Aha as cr } from "./ui/atoms/icons/aha.js";
|
|
24
|
+
import { Airtable as Sr } from "./ui/atoms/icons/airtable.js";
|
|
25
|
+
import { Amplitude as hr } from "./ui/atoms/icons/amplitude.js";
|
|
26
|
+
import { Arcade as Ar } from "./ui/atoms/icons/arcade.js";
|
|
27
|
+
import { Asana as Mr } from "./ui/atoms/icons/asana.js";
|
|
28
|
+
import { Ashby as kr } from "./ui/atoms/icons/ashby.js";
|
|
29
|
+
import { Atlassian as wr } from "./ui/atoms/icons/atlassian.js";
|
|
30
|
+
import { Attio as vr } from "./ui/atoms/icons/attio.js";
|
|
31
|
+
import { Auth0 as yr } from "./ui/atoms/icons/auth0.js";
|
|
32
|
+
import { Azure as Hr } from "./ui/atoms/icons/azure.js";
|
|
33
|
+
import { Bamboohr as Or } from "./ui/atoms/icons/bamboohr.js";
|
|
34
|
+
import { Basecamp as Vr } from "./ui/atoms/icons/basecamp.js";
|
|
35
|
+
import { Bill as Er } from "./ui/atoms/icons/bill.js";
|
|
36
|
+
import { Bitbucket as Nr } from "./ui/atoms/icons/bitbucket.js";
|
|
37
|
+
import { Bluesky as qr } from "./ui/atoms/icons/bluesky.js";
|
|
38
|
+
import { Box as Ur } from "./ui/atoms/icons/box.js";
|
|
39
|
+
import { Braze as Yr } from "./ui/atoms/icons/braze.js";
|
|
40
|
+
import { Brex as Qr } from "./ui/atoms/icons/brex.js";
|
|
41
|
+
import { Brightdata as _r } from "./ui/atoms/icons/brightdata.js";
|
|
42
|
+
import { Buffer as oe } from "./ui/atoms/icons/buffer.js";
|
|
43
|
+
import { Calendly as ee } from "./ui/atoms/icons/calendly.js";
|
|
44
|
+
import { Claude as ae } from "./ui/atoms/icons/claude.js";
|
|
45
|
+
import { Clickhouse as me } from "./ui/atoms/icons/clickhouse.js";
|
|
46
|
+
import { Clickup as le } from "./ui/atoms/icons/clickup.js";
|
|
47
|
+
import { Cline as fe } from "./ui/atoms/icons/cline.js";
|
|
48
|
+
import { Closeio as de } from "./ui/atoms/icons/closeio.js";
|
|
49
|
+
import { Codesandbox as ue } from "./ui/atoms/icons/codesandbox.js";
|
|
50
|
+
import { Coinbase as ce } from "./ui/atoms/icons/coinbase.js";
|
|
51
|
+
import { Confluence as Se } from "./ui/atoms/icons/confluence.js";
|
|
52
|
+
import { Cursor as he } from "./ui/atoms/icons/cursor.js";
|
|
53
|
+
import { CursorInstallDark as Ae } from "./ui/atoms/icons/cursor-install-dark.js";
|
|
54
|
+
import { CursorInstallLight as Me } from "./ui/atoms/icons/cursor-install-light.js";
|
|
55
|
+
import { Customerio as ke } from "./ui/atoms/icons/customerio.js";
|
|
56
|
+
import { Datadog as we } from "./ui/atoms/icons/datadog.js";
|
|
57
|
+
import { Daytona as ve } from "./ui/atoms/icons/daytona.js";
|
|
58
|
+
import { DigitalOcean as ye } from "./ui/atoms/icons/digital-ocean.js";
|
|
59
|
+
import { Discord as He } from "./ui/atoms/icons/discord.js";
|
|
60
|
+
import { Dropbox as Oe } from "./ui/atoms/icons/dropbox.js";
|
|
61
|
+
import { E2b as Ve } from "./ui/atoms/icons/e2b.js";
|
|
62
|
+
import { Ebay as Ee } from "./ui/atoms/icons/ebay.js";
|
|
63
|
+
import { Evernote as Ne } from "./ui/atoms/icons/evernote.js";
|
|
64
|
+
import { Exa as qe } from "./ui/atoms/icons/exa.js";
|
|
65
|
+
import { Factorial as Ue } from "./ui/atoms/icons/factorial.js";
|
|
66
|
+
import { Figma as Ye } from "./ui/atoms/icons/figma.js";
|
|
67
|
+
import { Firecrawl as Qe } from "./ui/atoms/icons/firecrawl.js";
|
|
68
|
+
import { Freshservice as _e } from "./ui/atoms/icons/freshservice.js";
|
|
69
|
+
import { Gemini as ot } from "./ui/atoms/icons/gemini.js";
|
|
70
|
+
import { Generic as et } from "./ui/atoms/icons/generic.js";
|
|
71
|
+
import { Github as at } from "./ui/atoms/icons/github.js";
|
|
72
|
+
import { Gitlab as mt } from "./ui/atoms/icons/gitlab.js";
|
|
73
|
+
import { Gmail as lt } from "./ui/atoms/icons/gmail.js";
|
|
74
|
+
import { Google as ft } from "./ui/atoms/icons/google.js";
|
|
75
|
+
import { GoogleCalendar as dt } from "./ui/atoms/icons/google-calendar.js";
|
|
76
|
+
import { GoogleContacts as ut } from "./ui/atoms/icons/google-contacts.js";
|
|
77
|
+
import { GoogleDocs as ct } from "./ui/atoms/icons/google-docs.js";
|
|
78
|
+
import { GoogleDrive as St } from "./ui/atoms/icons/google-drive.js";
|
|
79
|
+
import { GoogleFinance as ht } from "./ui/atoms/icons/google-finance.js";
|
|
80
|
+
import { GoogleFlight as At } from "./ui/atoms/icons/google-flight.js";
|
|
81
|
+
import { GoogleFlights as Mt } from "./ui/atoms/icons/google-flights.js";
|
|
82
|
+
import { GoogleHotels as kt } from "./ui/atoms/icons/google-hotels.js";
|
|
83
|
+
import { GoogleJobs as wt } from "./ui/atoms/icons/google-jobs.js";
|
|
84
|
+
import { GoogleMaps as vt } from "./ui/atoms/icons/google-maps.js";
|
|
85
|
+
import { GoogleNews as yt } from "./ui/atoms/icons/google-news.js";
|
|
86
|
+
import { GoogleSheets as Ht } from "./ui/atoms/icons/google-sheets.js";
|
|
87
|
+
import { GoogleShopping as Ot } from "./ui/atoms/icons/google-shopping.js";
|
|
88
|
+
import { GoogleSlides as Vt } from "./ui/atoms/icons/google-slides.js";
|
|
89
|
+
import { Goose as Et } from "./ui/atoms/icons/goose.js";
|
|
90
|
+
import { Granola as Nt } from "./ui/atoms/icons/granola.js";
|
|
91
|
+
import { Heroku as qt } from "./ui/atoms/icons/heroku.js";
|
|
92
|
+
import { Hootsuite as Ut } from "./ui/atoms/icons/hootsuite.js";
|
|
93
|
+
import { Hubspot as Yt } from "./ui/atoms/icons/hubspot.js";
|
|
94
|
+
import { Imgflip as Qt } from "./ui/atoms/icons/imgflip.js";
|
|
95
|
+
import { Intercom as _t } from "./ui/atoms/icons/intercom.js";
|
|
96
|
+
import { Jira as oa } from "./ui/atoms/icons/jira.js";
|
|
97
|
+
import { Langchain as ea } from "./ui/atoms/icons/langchain.js";
|
|
98
|
+
import { Linear as aa } from "./ui/atoms/icons/linear.js";
|
|
99
|
+
import { Linkedin as ma } from "./ui/atoms/icons/linkedin.js";
|
|
100
|
+
import { Luma as la } from "./ui/atoms/icons/luma.js";
|
|
101
|
+
import { Mailchimp as fa } from "./ui/atoms/icons/mailchimp.js";
|
|
102
|
+
import { Mastra as da } from "./ui/atoms/icons/mastra.js";
|
|
103
|
+
import { MathToolkit as ua } from "./ui/atoms/icons/math-toolkit.js";
|
|
104
|
+
import { Mcp as ca } from "./ui/atoms/icons/mcp.js";
|
|
105
|
+
import { Microsoft as Sa } from "./ui/atoms/icons/microsoft.js";
|
|
106
|
+
import { MicrosoftDynamics as ha } from "./ui/atoms/icons/microsoft-dynamics.js";
|
|
107
|
+
import { MicrosoftExcel as Aa } from "./ui/atoms/icons/microsoft-excel.js";
|
|
108
|
+
import { MicrosoftOnedrive as Ma } from "./ui/atoms/icons/microsoft-onedrive.js";
|
|
109
|
+
import { MicrosoftPowerpoint as ka } from "./ui/atoms/icons/microsoft-powerpoint.js";
|
|
110
|
+
import { MicrosoftSharepoint as wa } from "./ui/atoms/icons/microsoft-sharepoint.js";
|
|
111
|
+
import { MicrosoftTeams as va } from "./ui/atoms/icons/microsoft-teams.js";
|
|
112
|
+
import { MicrosoftWord as ya } from "./ui/atoms/icons/microsoft-word.js";
|
|
113
|
+
import { Miro as Ha } from "./ui/atoms/icons/miro.js";
|
|
114
|
+
import { Monday as Oa } from "./ui/atoms/icons/monday.js";
|
|
115
|
+
import { MongoDB as Va } from "./ui/atoms/icons/mongodb.js";
|
|
116
|
+
import { Netsuite as Ea } from "./ui/atoms/icons/netsuite.js";
|
|
117
|
+
import { Notion as Na } from "./ui/atoms/icons/notion.js";
|
|
118
|
+
import { Oauth as qa } from "./ui/atoms/icons/oauth.js";
|
|
119
|
+
import { Obsidian as Ua } from "./ui/atoms/icons/obsidian.js";
|
|
120
|
+
import { Okta as Ya } from "./ui/atoms/icons/okta.js";
|
|
121
|
+
import { Openai as Qa } from "./ui/atoms/icons/openai.js";
|
|
122
|
+
import { OutlookCalendar as _a } from "./ui/atoms/icons/outlook-calendar.js";
|
|
123
|
+
import { OutlookMail as op } from "./ui/atoms/icons/outlook-mail.js";
|
|
124
|
+
import { Pagerduty as ep } from "./ui/atoms/icons/pagerduty.js";
|
|
125
|
+
import { Pinecone as ap } from "./ui/atoms/icons/pinecone.js";
|
|
126
|
+
import { Pinterest as mp } from "./ui/atoms/icons/pinterest.js";
|
|
127
|
+
import { Pipedrive as lp } from "./ui/atoms/icons/pipedrive.js";
|
|
128
|
+
import { Plaid as fp } from "./ui/atoms/icons/plaid.js";
|
|
129
|
+
import { Postgres as dp } from "./ui/atoms/icons/postgres.js";
|
|
130
|
+
import { Posthog as up } from "./ui/atoms/icons/posthog.js";
|
|
131
|
+
import { Pylon as cp } from "./ui/atoms/icons/pylon.js";
|
|
132
|
+
import { Quickbooks as Sp } from "./ui/atoms/icons/quickbooks.js";
|
|
133
|
+
import { Railway as hp } from "./ui/atoms/icons/railway.js";
|
|
134
|
+
import { Reddit as Ap } from "./ui/atoms/icons/reddit.js";
|
|
135
|
+
import { Salesforce as Mp } from "./ui/atoms/icons/salesforce.js";
|
|
136
|
+
import { Shopify as kp } from "./ui/atoms/icons/shopify.js";
|
|
137
|
+
import { Singlestore as wp } from "./ui/atoms/icons/singlestore.js";
|
|
138
|
+
import { Slack as vp } from "./ui/atoms/icons/slack.js";
|
|
139
|
+
import { Snowflake as yp } from "./ui/atoms/icons/snowflake.js";
|
|
140
|
+
import { Splunk as Hp } from "./ui/atoms/icons/splunk.js";
|
|
141
|
+
import { Spotify as Op } from "./ui/atoms/icons/spotify.js";
|
|
142
|
+
import { Square as Vp } from "./ui/atoms/icons/square.js";
|
|
143
|
+
import { Squarespace as Ep } from "./ui/atoms/icons/squarespace.js";
|
|
144
|
+
import { Squareup as Np } from "./ui/atoms/icons/squareup.js";
|
|
145
|
+
import { Stripe as qp } from "./ui/atoms/icons/stripe.js";
|
|
146
|
+
import { Tesla as Up } from "./ui/atoms/icons/tesla.js";
|
|
147
|
+
import { Ticktick as Yp } from "./ui/atoms/icons/ticktick.js";
|
|
148
|
+
import { Tiktok as Qp } from "./ui/atoms/icons/tiktok.js";
|
|
149
|
+
import { Trello as _p } from "./ui/atoms/icons/trello.js";
|
|
150
|
+
import { Twilio as om } from "./ui/atoms/icons/twilio.js";
|
|
151
|
+
import { Twitch as em } from "./ui/atoms/icons/twitch.js";
|
|
152
|
+
import { Vercel as am } from "./ui/atoms/icons/vercel.js";
|
|
153
|
+
import { Vscode as mm } from "./ui/atoms/icons/vscode.js";
|
|
154
|
+
import { Walmart as lm } from "./ui/atoms/icons/walmart.js";
|
|
155
|
+
import { Weaviate as fm } from "./ui/atoms/icons/weaviate.js";
|
|
156
|
+
import { Windsurf as dm } from "./ui/atoms/icons/windsurf.js";
|
|
157
|
+
import { Workday as um } from "./ui/atoms/icons/workday.js";
|
|
158
|
+
import { Wrike as cm } from "./ui/atoms/icons/wrike.js";
|
|
159
|
+
import { X as Sm } from "./ui/atoms/icons/x.js";
|
|
160
|
+
import { Xero as hm } from "./ui/atoms/icons/xero.js";
|
|
161
|
+
import { Youtube as Am } from "./ui/atoms/icons/youtube.js";
|
|
162
|
+
import { Yugabytedb as Mm } from "./ui/atoms/icons/yugabytedb.js";
|
|
163
|
+
import { Zendesk as km } from "./ui/atoms/icons/zendesk.js";
|
|
164
|
+
import { Zoho as wm } from "./ui/atoms/icons/zoho.js";
|
|
165
|
+
import { ZohoBooks as vm } from "./ui/atoms/icons/zoho-books.js";
|
|
166
|
+
import { ZohoCreator as ym } from "./ui/atoms/icons/zoho-creator.js";
|
|
167
|
+
import { Zoom as Hm } from "./ui/atoms/icons/zoom.js";
|
|
168
|
+
import { Input as Om } from "./ui/atoms/input.js";
|
|
169
|
+
import { JsonHighlight as Vm, jsonHighlightVariants as zm } from "./ui/atoms/json-highlight.js";
|
|
170
|
+
import { Label as Wm } from "./ui/atoms/label.js";
|
|
171
|
+
import { Loader as Zm } from "./ui/atoms/loader.js";
|
|
172
|
+
import { M as Jm } from "../markdown-D0xxRbwP.js";
|
|
173
|
+
import { MobileTooltip as Xm, MobileTooltipContent as Ym, MobileTooltipProvider as jm, MobileTooltipTrigger as Qm } from "./ui/atoms/mobile-tooltip.js";
|
|
174
|
+
import { Popover as _m, PopoverAnchor as $m, PopoverContent as oi, PopoverTrigger as ri } from "./ui/atoms/popover.js";
|
|
175
|
+
import { ProBadge as ti } from "./ui/atoms/pro-badge.js";
|
|
176
|
+
import { Progress as pi } from "./ui/atoms/progress.js";
|
|
177
|
+
import { RadioGroup as ii, RadioGroupItem as li } from "./ui/atoms/radio-group.js";
|
|
178
|
+
import { ResizableHandle as fi, ResizablePanel as xi, ResizablePanelGroup as di } from "./ui/atoms/resizable.js";
|
|
179
|
+
import { ScrollArea as ui, ScrollBar as gi } from "./ui/atoms/scroll-area.js";
|
|
180
|
+
import { ScrollButton as Ci } from "./ui/atoms/scroll-button.js";
|
|
181
|
+
import { Select as Ti, SelectContent as hi, SelectGroup as bi, SelectItem as Ai, SelectLabel as Di, SelectScrollDownButton as Mi, SelectScrollUpButton as Bi, SelectSeparator as ki, SelectTrigger as Gi, SelectValue as wi } from "./ui/atoms/select.js";
|
|
182
|
+
import { Separator as vi } from "./ui/atoms/separator.js";
|
|
183
|
+
import { Sheet as yi, SheetClose as Li, SheetContent as Hi, SheetDescription as Fi, SheetFooter as Oi, SheetHeader as Ri, SheetTitle as Vi, SheetTrigger as zi } from "./ui/atoms/sheet.js";
|
|
184
|
+
import { Sidebar as Wi, SidebarContent as Ni, SidebarFooter as Zi, SidebarGroup as qi, SidebarGroupAction as Ji, SidebarGroupContent as Ui, SidebarGroupLabel as Xi, SidebarHeader as Yi, SidebarInput as ji, SidebarInset as Qi, SidebarMenu as Ki, SidebarMenuAction as _i, SidebarMenuBadge as $i, SidebarMenuButton as ol, SidebarMenuItem as rl, SidebarMenuSkeleton as el, SidebarMenuSub as tl, SidebarMenuSubButton as al, SidebarMenuSubItem as pl, SidebarProvider as ml, SidebarRail as il, SidebarSeparator as ll, SidebarTrigger as nl, useSidebar as fl } from "./ui/atoms/sidebar.js";
|
|
185
|
+
import { Skeleton as dl } from "./ui/atoms/skeleton.js";
|
|
186
|
+
import { Slider as ul } from "./ui/atoms/slider.js";
|
|
187
|
+
import { StepIndicator as cl, stepIndicatorIconVariants as Cl, stepIndicatorLabelVariants as Sl } from "./ui/atoms/step-indicator.js";
|
|
188
|
+
import { Switch as hl } from "./ui/atoms/switch.js";
|
|
189
|
+
import { Table as Al, TableBody as Dl, TableCaption as Ml, TableCell as Bl, TableFooter as kl, TableHead as Gl, TableHeader as wl, TableRow as Pl } from "./ui/atoms/table.js";
|
|
190
|
+
import { Tabs as Il, TabsContent as yl, TabsList as Ll, TabsTrigger as Hl } from "./ui/atoms/tabs.js";
|
|
191
|
+
import { Textarea as Ol } from "./ui/atoms/textarea.js";
|
|
192
|
+
import { Toggle as Vl, toggleVariants as zl } from "./ui/atoms/toggle.js";
|
|
193
|
+
import { Tooltip as Wl, TooltipContent as Nl, TooltipProvider as Zl, TooltipTrigger as ql } from "./ui/atoms/tooltip.js";
|
|
194
|
+
import { ViewToolsControl as Ul } from "./ui/atoms/view-tools-control.js";
|
|
195
|
+
import { VirtualizedGrid as Yl } from "./ui/atoms/virtualized-grid.js";
|
|
196
|
+
import { ChatAssistantMessage as Ql, ChatMessageList as Kl, ChatStreamingIndicator as _l, ChatUserMessage as $l } from "./ui/molecules/chat-message-list.js";
|
|
197
|
+
import { DateTimePicker as rn } from "./ui/molecules/date-time-picker.js";
|
|
198
|
+
import { EmptyState as tn } from "./ui/molecules/empty-state.js";
|
|
199
|
+
import { Message as pn, MessageAction as mn, MessageActions as ln, MessageAvatar as nn, MessageContent as fn } from "./ui/molecules/message.js";
|
|
200
|
+
import { PromptInput as dn, PromptInputAction as sn, PromptInputActions as un, PromptInputTextarea as gn } from "./ui/molecules/prompt-input.js";
|
|
201
|
+
import { R as Cn, T as Sn } from "../toolkit-card-B97E7TBA.js";
|
|
202
|
+
import { StepsProgress as hn } from "./ui/molecules/steps-progress.js";
|
|
203
|
+
import { SuggestionCard as An } from "./ui/molecules/suggestion-card.js";
|
|
204
|
+
import { Switcher as Mn, SwitcherContent as Bn, SwitcherInput as kn, SwitcherItem as Gn, SwitcherTrigger as wn, useSwitcher as Pn } from "./ui/molecules/switcher.js";
|
|
205
|
+
import { ToolAuthorization as In, ToolAuthorizationArgs as yn, ToolAuthorizationContent as Ln, ToolAuthorizationHeader as Hn, ToolAuthorizationMessage as Fn } from "./ui/molecules/tool-authorization.js";
|
|
206
|
+
import { ToolCallAccordion as Rn, ToolCallAccordionContent as Vn, ToolCallAccordionItem as zn, ToolCallAccordionTrigger as En } from "./ui/molecules/tool-call-accordion.js";
|
|
207
|
+
import { ToolCard as Nn } from "./ui/molecules/tool-card.js";
|
|
208
|
+
import { UserNav as qn } from "./ui/molecules/user-nav.js";
|
|
209
|
+
import { ChatPage as Un } from "./ui/pages/chat-page.js";
|
|
210
|
+
import { LoginPage as Yn } from "./ui/pages/login-page.js";
|
|
211
|
+
import { AuthTemplate as Qn, AuthTemplateCard as Kn, AuthTemplateContent as _n, AuthTemplateDefaultBackground as $n, AuthTemplateDescription as of, AuthTemplateFooter as rf, AuthTemplateGridOverlay as ef, AuthTemplateHeader as tf, AuthTemplateLegal as af, AuthTemplateLegalLink as pf, AuthTemplateLogo as mf, AuthTemplatePrompt as lf, AuthTemplatePromptLink as nf, AuthTemplateTitle as ff, AuthTemplateVideoBackground as xf } from "./ui/templates/auth-template.js";
|
|
212
|
+
import { ChatTemplate as sf, ChatTemplateBody as uf, ChatTemplateFooter as gf, ChatTemplateHeader as cf, ChatTemplateHeaderGroup as Cf, ChatTemplateOverview as Sf, ChatTemplateOverviewSubtitle as Tf, ChatTemplateOverviewTitle as hf, ChatTemplateSuggestions as bf } from "./ui/templates/chat-template.js";
|
|
205
213
|
export {
|
|
206
214
|
e as Accordion,
|
|
207
215
|
t as AccordionContent,
|
|
208
216
|
a as AccordionItem,
|
|
209
217
|
p as AccordionTrigger,
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
218
|
+
ur as Adp,
|
|
219
|
+
cr as Aha,
|
|
220
|
+
Sr as Airtable,
|
|
213
221
|
i as Alert,
|
|
214
222
|
l as AlertDescription,
|
|
215
223
|
x as AlertDialog,
|
|
216
224
|
d as AlertDialogAction,
|
|
217
|
-
|
|
218
|
-
|
|
225
|
+
s as AlertDialogCancel,
|
|
226
|
+
u as AlertDialogContent,
|
|
219
227
|
g as AlertDialogDescription,
|
|
220
|
-
|
|
221
|
-
|
|
228
|
+
c as AlertDialogFooter,
|
|
229
|
+
C as AlertDialogHeader,
|
|
222
230
|
S as AlertDialogOverlay,
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
231
|
+
T as AlertDialogPortal,
|
|
232
|
+
h as AlertDialogTitle,
|
|
233
|
+
b as AlertDialogTrigger,
|
|
234
|
+
n as AlertTitle,
|
|
235
|
+
hr as Amplitude,
|
|
236
|
+
Ar as Arcade,
|
|
237
|
+
Mr as Asana,
|
|
238
|
+
kr as Ashby,
|
|
239
|
+
wr as Atlassian,
|
|
240
|
+
vr as Attio,
|
|
241
|
+
yr as Auth0,
|
|
242
|
+
Qn as AuthTemplate,
|
|
243
|
+
Kn as AuthTemplateCard,
|
|
244
|
+
_n as AuthTemplateContent,
|
|
245
|
+
$n as AuthTemplateDefaultBackground,
|
|
246
|
+
of as AuthTemplateDescription,
|
|
247
|
+
rf as AuthTemplateFooter,
|
|
248
|
+
ef as AuthTemplateGridOverlay,
|
|
249
|
+
tf as AuthTemplateHeader,
|
|
250
|
+
af as AuthTemplateLegal,
|
|
251
|
+
pf as AuthTemplateLegalLink,
|
|
252
|
+
mf as AuthTemplateLogo,
|
|
253
|
+
lf as AuthTemplatePrompt,
|
|
254
|
+
nf as AuthTemplatePromptLink,
|
|
255
|
+
ff as AuthTemplateTitle,
|
|
256
|
+
xf as AuthTemplateVideoBackground,
|
|
249
257
|
D as Avatar,
|
|
250
258
|
M as AvatarFallback,
|
|
251
259
|
B as AvatarImage,
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
Er as
|
|
258
|
-
|
|
259
|
-
qr as
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
Qr as
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
W as
|
|
273
|
-
q as
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
fe as
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
ue as
|
|
317
|
-
|
|
318
|
-
bo as
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
qe as
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
Qe as
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
ft as
|
|
382
|
-
|
|
383
|
-
ut as
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
vt as
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
Et as
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
fr as
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
fa as
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
ha as
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
vp as
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
260
|
+
G as AvatarNotificationBadge,
|
|
261
|
+
Hr as Azure,
|
|
262
|
+
v as Badge,
|
|
263
|
+
Or as Bamboohr,
|
|
264
|
+
Vr as Basecamp,
|
|
265
|
+
Er as Bill,
|
|
266
|
+
Nr as Bitbucket,
|
|
267
|
+
qr as Bluesky,
|
|
268
|
+
Ur as Box,
|
|
269
|
+
Yr as Braze,
|
|
270
|
+
L as Breadcrumb,
|
|
271
|
+
H as BreadcrumbEllipsis,
|
|
272
|
+
F as BreadcrumbItem,
|
|
273
|
+
O as BreadcrumbLink,
|
|
274
|
+
R as BreadcrumbList,
|
|
275
|
+
V as BreadcrumbPage,
|
|
276
|
+
z as BreadcrumbSeparator,
|
|
277
|
+
Qr as Brex,
|
|
278
|
+
_r as Brightdata,
|
|
279
|
+
oe as Buffer,
|
|
280
|
+
W as Button,
|
|
281
|
+
q as ByocBadge,
|
|
282
|
+
U as Calendar,
|
|
283
|
+
X as CalendarDayButton,
|
|
284
|
+
ee as Calendly,
|
|
285
|
+
j as Card,
|
|
286
|
+
Q as CardAction,
|
|
287
|
+
K as CardContent,
|
|
288
|
+
_ as CardDescription,
|
|
289
|
+
$ as CardFooter,
|
|
290
|
+
oo as CardHeader,
|
|
291
|
+
ro as CardTitle,
|
|
292
|
+
to as ChartContainer,
|
|
293
|
+
ao as ChartLegend,
|
|
294
|
+
po as ChartLegendContent,
|
|
295
|
+
mo as ChartStyle,
|
|
296
|
+
io as ChartTooltip,
|
|
297
|
+
lo as ChartTooltipContent,
|
|
298
|
+
Ql as ChatAssistantMessage,
|
|
299
|
+
fo as ChatContainerContent,
|
|
300
|
+
xo as ChatContainerRoot,
|
|
301
|
+
so as ChatContainerScrollAnchor,
|
|
302
|
+
Kl as ChatMessageList,
|
|
303
|
+
Un as ChatPage,
|
|
304
|
+
_l as ChatStreamingIndicator,
|
|
305
|
+
sf as ChatTemplate,
|
|
306
|
+
uf as ChatTemplateBody,
|
|
307
|
+
gf as ChatTemplateFooter,
|
|
308
|
+
cf as ChatTemplateHeader,
|
|
309
|
+
Cf as ChatTemplateHeaderGroup,
|
|
310
|
+
Sf as ChatTemplateOverview,
|
|
311
|
+
Tf as ChatTemplateOverviewSubtitle,
|
|
312
|
+
hf as ChatTemplateOverviewTitle,
|
|
313
|
+
bf as ChatTemplateSuggestions,
|
|
314
|
+
$l as ChatUserMessage,
|
|
315
|
+
go as Checkbox,
|
|
316
|
+
ae as Claude,
|
|
317
|
+
me as Clickhouse,
|
|
318
|
+
le as Clickup,
|
|
319
|
+
fe as Cline,
|
|
320
|
+
de as Closeio,
|
|
321
|
+
Co as CodeBlock,
|
|
322
|
+
So as CodeBlockCode,
|
|
323
|
+
To as CodeBlockGroup,
|
|
324
|
+
ue as Codesandbox,
|
|
325
|
+
ce as Coinbase,
|
|
326
|
+
bo as Collapsible,
|
|
327
|
+
Ao as CollapsibleContent,
|
|
328
|
+
Do as CollapsibleTrigger,
|
|
329
|
+
Bo as Command,
|
|
330
|
+
ko as CommandDialog,
|
|
331
|
+
Go as CommandEmpty,
|
|
332
|
+
wo as CommandGroup,
|
|
333
|
+
Po as CommandInput,
|
|
334
|
+
vo as CommandItem,
|
|
335
|
+
Io as CommandList,
|
|
336
|
+
yo as CommandSeparator,
|
|
337
|
+
Lo as CommandShortcut,
|
|
338
|
+
Se as Confluence,
|
|
339
|
+
Fo as CopyButton,
|
|
340
|
+
he as Cursor,
|
|
341
|
+
Ae as CursorInstallDark,
|
|
342
|
+
Me as CursorInstallLight,
|
|
343
|
+
ke as Customerio,
|
|
344
|
+
we as Datadog,
|
|
345
|
+
rn as DateTimePicker,
|
|
346
|
+
ve as Daytona,
|
|
347
|
+
Ro as Dialog,
|
|
348
|
+
Vo as DialogClose,
|
|
349
|
+
zo as DialogContent,
|
|
350
|
+
Eo as DialogDescription,
|
|
351
|
+
Wo as DialogFooter,
|
|
352
|
+
No as DialogHeader,
|
|
353
|
+
Zo as DialogOverlay,
|
|
354
|
+
qo as DialogPortal,
|
|
355
|
+
Jo as DialogTitle,
|
|
356
|
+
Uo as DialogTrigger,
|
|
357
|
+
ye as DigitalOcean,
|
|
358
|
+
He as Discord,
|
|
359
|
+
Oe as Dropbox,
|
|
360
|
+
Yo as DropdownMenu,
|
|
361
|
+
jo as DropdownMenuCheckboxItem,
|
|
362
|
+
Qo as DropdownMenuContent,
|
|
363
|
+
Ko as DropdownMenuGroup,
|
|
364
|
+
_o as DropdownMenuItem,
|
|
365
|
+
$o as DropdownMenuLabel,
|
|
366
|
+
or as DropdownMenuPortal,
|
|
367
|
+
rr as DropdownMenuRadioGroup,
|
|
368
|
+
er as DropdownMenuRadioItem,
|
|
369
|
+
tr as DropdownMenuSeparator,
|
|
370
|
+
ar as DropdownMenuShortcut,
|
|
371
|
+
pr as DropdownMenuSub,
|
|
372
|
+
mr as DropdownMenuSubContent,
|
|
373
|
+
ir as DropdownMenuSubTrigger,
|
|
374
|
+
lr as DropdownMenuTrigger,
|
|
375
|
+
Ve as E2b,
|
|
376
|
+
Ee as Ebay,
|
|
377
|
+
tn as EmptyState,
|
|
378
|
+
Ne as Evernote,
|
|
379
|
+
qe as Exa,
|
|
380
|
+
Ue as Factorial,
|
|
381
|
+
Ye as Figma,
|
|
382
|
+
Qe as Firecrawl,
|
|
383
|
+
_e as Freshservice,
|
|
384
|
+
ot as Gemini,
|
|
385
|
+
et as Generic,
|
|
386
|
+
at as Github,
|
|
387
|
+
mt as Gitlab,
|
|
388
|
+
lt as Gmail,
|
|
389
|
+
ft as Google,
|
|
390
|
+
dt as GoogleCalendar,
|
|
391
|
+
ut as GoogleContacts,
|
|
392
|
+
ct as GoogleDocs,
|
|
393
|
+
St as GoogleDrive,
|
|
394
|
+
ht as GoogleFinance,
|
|
395
|
+
At as GoogleFlight,
|
|
396
|
+
Mt as GoogleFlights,
|
|
397
|
+
kt as GoogleHotels,
|
|
398
|
+
wt as GoogleJobs,
|
|
399
|
+
vt as GoogleMaps,
|
|
400
|
+
yt as GoogleNews,
|
|
401
|
+
Ht as GoogleSheets,
|
|
402
|
+
Ot as GoogleShopping,
|
|
403
|
+
Vt as GoogleSlides,
|
|
404
|
+
Et as Goose,
|
|
405
|
+
Nt as Granola,
|
|
406
|
+
qt as Heroku,
|
|
407
|
+
Ut as Hootsuite,
|
|
408
|
+
fr as HoverCard,
|
|
409
|
+
xr as HoverCardContent,
|
|
410
|
+
dr as HoverCardTrigger,
|
|
411
|
+
Yt as Hubspot,
|
|
412
|
+
Qt as Imgflip,
|
|
413
|
+
Om as Input,
|
|
414
|
+
_t as Intercom,
|
|
415
|
+
oa as Jira,
|
|
416
|
+
Vm as JsonHighlight,
|
|
417
|
+
Wm as Label,
|
|
418
|
+
ea as Langchain,
|
|
419
|
+
aa as Linear,
|
|
420
|
+
ma as Linkedin,
|
|
421
|
+
Zm as Loader,
|
|
422
|
+
Yn as LoginPage,
|
|
423
|
+
la as Luma,
|
|
424
|
+
fa as Mailchimp,
|
|
425
|
+
Jm as Markdown,
|
|
426
|
+
da as Mastra,
|
|
427
|
+
ua as MathToolkit,
|
|
428
|
+
ca as Mcp,
|
|
429
|
+
pn as Message,
|
|
430
|
+
mn as MessageAction,
|
|
431
|
+
ln as MessageActions,
|
|
432
|
+
nn as MessageAvatar,
|
|
433
|
+
fn as MessageContent,
|
|
434
|
+
Sa as Microsoft,
|
|
435
|
+
ha as MicrosoftDynamics,
|
|
436
|
+
Aa as MicrosoftExcel,
|
|
437
|
+
Ma as MicrosoftOnedrive,
|
|
438
|
+
ka as MicrosoftPowerpoint,
|
|
439
|
+
wa as MicrosoftSharepoint,
|
|
440
|
+
va as MicrosoftTeams,
|
|
441
|
+
ya as MicrosoftWord,
|
|
442
|
+
Ha as Miro,
|
|
443
|
+
Xm as MobileTooltip,
|
|
444
|
+
Ym as MobileTooltipContent,
|
|
445
|
+
jm as MobileTooltipProvider,
|
|
446
|
+
Qm as MobileTooltipTrigger,
|
|
447
|
+
Oa as Monday,
|
|
448
|
+
Va as MongoDB,
|
|
449
|
+
Ea as Netsuite,
|
|
450
|
+
Na as Notion,
|
|
451
|
+
qa as Oauth,
|
|
452
|
+
Ua as Obsidian,
|
|
453
|
+
Ya as Okta,
|
|
454
|
+
Qa as Openai,
|
|
455
|
+
_a as OutlookCalendar,
|
|
456
|
+
op as OutlookMail,
|
|
457
|
+
ep as Pagerduty,
|
|
458
|
+
ap as Pinecone,
|
|
459
|
+
mp as Pinterest,
|
|
460
|
+
lp as Pipedrive,
|
|
461
|
+
fp as Plaid,
|
|
462
|
+
_m as Popover,
|
|
463
|
+
$m as PopoverAnchor,
|
|
464
|
+
oi as PopoverContent,
|
|
465
|
+
ri as PopoverTrigger,
|
|
466
|
+
dp as Postgres,
|
|
467
|
+
up as Posthog,
|
|
468
|
+
ti as ProBadge,
|
|
469
|
+
pi as Progress,
|
|
470
|
+
dn as PromptInput,
|
|
471
|
+
sn as PromptInputAction,
|
|
472
|
+
un as PromptInputActions,
|
|
473
|
+
gn as PromptInputTextarea,
|
|
474
|
+
cp as Pylon,
|
|
475
|
+
Sp as Quickbooks,
|
|
476
|
+
ii as RadioGroup,
|
|
477
|
+
li as RadioGroupItem,
|
|
478
|
+
hp as Railway,
|
|
479
|
+
Ap as Reddit,
|
|
480
|
+
Cn as RequirementBadges,
|
|
481
|
+
fi as ResizableHandle,
|
|
482
|
+
xi as ResizablePanel,
|
|
483
|
+
di as ResizablePanelGroup,
|
|
484
|
+
Mp as Salesforce,
|
|
485
|
+
ui as ScrollArea,
|
|
486
|
+
gi as ScrollBar,
|
|
487
|
+
Ci as ScrollButton,
|
|
488
|
+
Ti as Select,
|
|
489
|
+
hi as SelectContent,
|
|
490
|
+
bi as SelectGroup,
|
|
491
|
+
Ai as SelectItem,
|
|
492
|
+
Di as SelectLabel,
|
|
493
|
+
Mi as SelectScrollDownButton,
|
|
494
|
+
Bi as SelectScrollUpButton,
|
|
495
|
+
ki as SelectSeparator,
|
|
496
|
+
Gi as SelectTrigger,
|
|
497
|
+
wi as SelectValue,
|
|
498
|
+
vi as Separator,
|
|
499
|
+
yi as Sheet,
|
|
500
|
+
Li as SheetClose,
|
|
501
|
+
Hi as SheetContent,
|
|
502
|
+
Fi as SheetDescription,
|
|
503
|
+
Oi as SheetFooter,
|
|
504
|
+
Ri as SheetHeader,
|
|
505
|
+
Vi as SheetTitle,
|
|
506
|
+
zi as SheetTrigger,
|
|
507
|
+
kp as Shopify,
|
|
508
|
+
Wi as Sidebar,
|
|
509
|
+
Ni as SidebarContent,
|
|
510
|
+
Zi as SidebarFooter,
|
|
511
|
+
qi as SidebarGroup,
|
|
512
|
+
Ji as SidebarGroupAction,
|
|
513
|
+
Ui as SidebarGroupContent,
|
|
514
|
+
Xi as SidebarGroupLabel,
|
|
515
|
+
Yi as SidebarHeader,
|
|
516
|
+
ji as SidebarInput,
|
|
517
|
+
Qi as SidebarInset,
|
|
518
|
+
Ki as SidebarMenu,
|
|
519
|
+
_i as SidebarMenuAction,
|
|
520
|
+
$i as SidebarMenuBadge,
|
|
521
|
+
ol as SidebarMenuButton,
|
|
522
|
+
rl as SidebarMenuItem,
|
|
523
|
+
el as SidebarMenuSkeleton,
|
|
524
|
+
tl as SidebarMenuSub,
|
|
525
|
+
al as SidebarMenuSubButton,
|
|
526
|
+
pl as SidebarMenuSubItem,
|
|
527
|
+
ml as SidebarProvider,
|
|
528
|
+
il as SidebarRail,
|
|
529
|
+
ll as SidebarSeparator,
|
|
530
|
+
nl as SidebarTrigger,
|
|
531
|
+
wp as Singlestore,
|
|
532
|
+
dl as Skeleton,
|
|
533
|
+
vp as Slack,
|
|
534
|
+
ul as Slider,
|
|
535
|
+
yp as Snowflake,
|
|
536
|
+
Hp as Splunk,
|
|
537
|
+
Op as Spotify,
|
|
538
|
+
Vp as Square,
|
|
539
|
+
Ep as Squarespace,
|
|
540
|
+
Np as Squareup,
|
|
541
|
+
cl as StepIndicator,
|
|
542
|
+
hn as StepsProgress,
|
|
543
|
+
qp as Stripe,
|
|
544
|
+
An as SuggestionCard,
|
|
545
|
+
hl as Switch,
|
|
546
|
+
Mn as Switcher,
|
|
547
|
+
Bn as SwitcherContent,
|
|
548
|
+
kn as SwitcherInput,
|
|
549
|
+
Gn as SwitcherItem,
|
|
550
|
+
wn as SwitcherTrigger,
|
|
551
|
+
Al as Table,
|
|
552
|
+
Dl as TableBody,
|
|
553
|
+
Ml as TableCaption,
|
|
554
|
+
Bl as TableCell,
|
|
555
|
+
kl as TableFooter,
|
|
556
|
+
Gl as TableHead,
|
|
557
|
+
wl as TableHeader,
|
|
558
|
+
Pl as TableRow,
|
|
559
|
+
Il as Tabs,
|
|
560
|
+
yl as TabsContent,
|
|
561
|
+
Ll as TabsList,
|
|
562
|
+
Hl as TabsTrigger,
|
|
563
|
+
Up as Tesla,
|
|
564
|
+
Ol as Textarea,
|
|
565
|
+
Yp as Ticktick,
|
|
566
|
+
Qp as Tiktok,
|
|
567
|
+
Vl as Toggle,
|
|
568
|
+
In as ToolAuthorization,
|
|
569
|
+
yn as ToolAuthorizationArgs,
|
|
570
|
+
Ln as ToolAuthorizationContent,
|
|
571
|
+
Hn as ToolAuthorizationHeader,
|
|
572
|
+
Fn as ToolAuthorizationMessage,
|
|
573
|
+
Rn as ToolCallAccordion,
|
|
574
|
+
Vn as ToolCallAccordionContent,
|
|
575
|
+
zn as ToolCallAccordionItem,
|
|
576
|
+
En as ToolCallAccordionTrigger,
|
|
577
|
+
Nn as ToolCard,
|
|
578
|
+
Sn as ToolkitCard,
|
|
579
|
+
Wl as Tooltip,
|
|
580
|
+
Nl as TooltipContent,
|
|
581
|
+
Zl as TooltipProvider,
|
|
582
|
+
ql as TooltipTrigger,
|
|
583
|
+
_p as Trello,
|
|
584
|
+
om as Twilio,
|
|
585
|
+
em as Twitch,
|
|
586
|
+
qn as UserNav,
|
|
587
|
+
am as Vercel,
|
|
588
|
+
Ul as ViewToolsControl,
|
|
589
|
+
Yl as VirtualizedGrid,
|
|
590
|
+
mm as Vscode,
|
|
591
|
+
lm as Walmart,
|
|
592
|
+
fm as Weaviate,
|
|
593
|
+
dm as Windsurf,
|
|
594
|
+
um as Workday,
|
|
595
|
+
cm as Wrike,
|
|
596
|
+
Sm as X,
|
|
597
|
+
hm as Xero,
|
|
598
|
+
Am as Youtube,
|
|
599
|
+
Mm as Yugabytedb,
|
|
600
|
+
km as Zendesk,
|
|
601
|
+
wm as Zoho,
|
|
602
|
+
vm as ZohoBooks,
|
|
603
|
+
ym as ZohoCreator,
|
|
604
|
+
Hm as Zoom,
|
|
605
|
+
w as avatarBadgeVariants,
|
|
606
|
+
I as badgeVariants,
|
|
607
|
+
N as buttonVariants,
|
|
608
|
+
zm as jsonHighlightVariants,
|
|
609
|
+
Cl as stepIndicatorIconVariants,
|
|
610
|
+
Sl as stepIndicatorLabelVariants,
|
|
611
|
+
zl as toggleVariants,
|
|
612
|
+
fl as useSidebar,
|
|
613
|
+
Pn as useSwitcher
|
|
584
614
|
};
|