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