@arcadeai/design-system 3.38.0 → 3.39.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/index.css +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/variables.css +1 -1
- package/dist/components/index.js +306 -301
- package/dist/components/ui/atoms/index.d.ts +1 -0
- package/dist/components/ui/atoms/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/index.js +184 -181
- package/dist/components/ui/atoms/sparkle-burst.d.ts +21 -0
- package/dist/components/ui/atoms/sparkle-burst.d.ts.map +1 -0
- package/dist/components/ui/atoms/sparkle-burst.js +29 -0
- package/dist/components/ui/index.js +306 -301
- package/dist/components/ui/molecules/client-secret-field.d.ts +10 -0
- package/dist/components/ui/molecules/client-secret-field.d.ts.map +1 -0
- package/dist/components/ui/molecules/client-secret-field.js +48 -0
- package/dist/components/ui/molecules/index.d.ts +2 -0
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +46 -44
- package/dist/components/ui/molecules/steps-progress.d.ts +14 -1
- package/dist/components/ui/molecules/steps-progress.d.ts.map +1 -1
- package/dist/components/ui/molecules/steps-progress.js +137 -91
- package/dist/main.js +255 -250
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -2,12 +2,12 @@ import { Accordion as e, AccordionContent as t, AccordionItem as a, AccordionTri
|
|
|
2
2
|
import { Alert as i, AlertDescription as l, AlertTitle as n } from "./components/ui/atoms/alert.js";
|
|
3
3
|
import { AlertDialog as x, AlertDialogAction as d, AlertDialogCancel as s, AlertDialogContent as g, AlertDialogDescription as u, 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
4
|
import { ArcadeGradient as D } from "./components/ui/atoms/arcade-gradient.js";
|
|
5
|
-
import { Avatar as
|
|
6
|
-
import { AvatarNotificationBadge as L, avatarBadgeVariants as
|
|
5
|
+
import { Avatar as I, AvatarFallback as B, AvatarImage as P } from "./components/ui/atoms/avatar.js";
|
|
6
|
+
import { AvatarNotificationBadge as L, avatarBadgeVariants as O } from "./components/ui/atoms/avatar-notification-badge.js";
|
|
7
7
|
import { Badge as v, badgeVariants as y } from "./components/ui/atoms/badge.js";
|
|
8
|
-
import { BrandChip as
|
|
9
|
-
import { Breadcrumb as H, BreadcrumbEllipsis as V, BreadcrumbItem as
|
|
10
|
-
import { Button as
|
|
8
|
+
import { BrandChip as w } from "./components/ui/atoms/brand-chip.js";
|
|
9
|
+
import { Breadcrumb as H, BreadcrumbEllipsis as V, BreadcrumbItem as _, BreadcrumbLink as U, BreadcrumbList as F, BreadcrumbPage as z, BreadcrumbSeparator as N } from "./components/ui/atoms/breadcrumb.js";
|
|
10
|
+
import { Button as K, buttonVariants as Z } from "./components/ui/atoms/button.js";
|
|
11
11
|
import { ByocBadge as J } from "./components/ui/atoms/byoc-badge.js";
|
|
12
12
|
import { C as Y, a as j } from "./calendar-DreAgQKY.js";
|
|
13
13
|
import { Card as $, CardAction as oo, CardContent as ro, CardDescription as eo, CardFooter as to, CardHeader as ao, CardTitle as po } from "./components/ui/atoms/card.js";
|
|
@@ -15,27 +15,27 @@ import { ChartContainer as io, ChartLegend as lo, ChartLegendContent as no, Char
|
|
|
15
15
|
import { ChatContainerContent as uo, ChatContainerRoot as Co, ChatContainerScrollAnchor as co } from "./components/ui/atoms/chat-container.js";
|
|
16
16
|
import { Checkbox as So } from "./components/ui/atoms/checkbox.js";
|
|
17
17
|
import { CodeBlock as bo, CodeBlockCode as Ao, CodeBlockGroup as Do } from "./components/ui/atoms/code-block.js";
|
|
18
|
-
import { Collapsible as
|
|
19
|
-
import { Command as Lo, CommandDialog as
|
|
20
|
-
import { CopyButton as
|
|
21
|
-
import { Dialog as
|
|
18
|
+
import { Collapsible as Io, CollapsibleContent as Bo, CollapsibleTrigger as Po } from "./components/ui/atoms/collapsible.js";
|
|
19
|
+
import { Command as Lo, CommandDialog as Oo, CommandEmpty as Go, CommandGroup as vo, CommandInput as yo, CommandItem as Ro, CommandList as wo, CommandSeparator as Eo, CommandShortcut as Ho } from "./components/ui/atoms/command.js";
|
|
20
|
+
import { CopyButton as _o } from "./components/ui/atoms/copy-button.js";
|
|
21
|
+
import { Dialog as Fo, DialogClose as zo, DialogContent as No, DialogDescription as Wo, DialogFooter as Ko, DialogHeader as Zo, DialogOverlay as qo, DialogPortal as Jo, DialogTitle as Xo, DialogTrigger as Yo } from "./components/ui/atoms/dialog.js";
|
|
22
22
|
import { DropdownMenu as Qo, DropdownMenuCheckboxItem as $o, DropdownMenuContent as or, DropdownMenuGroup as rr, DropdownMenuItem as er, DropdownMenuLabel as tr, DropdownMenuPortal as ar, DropdownMenuRadioGroup as pr, DropdownMenuRadioItem as mr, DropdownMenuSeparator as ir, DropdownMenuShortcut as lr, DropdownMenuSub as nr, DropdownMenuSubContent as fr, DropdownMenuSubTrigger as xr, DropdownMenuTrigger as dr } from "./components/ui/atoms/dropdown-menu.js";
|
|
23
23
|
import { HoverCard as gr, HoverCardContent as ur, HoverCardTrigger as Cr } from "./components/ui/atoms/hover-card.js";
|
|
24
24
|
import { Adp as Tr } from "./components/ui/atoms/icons/adp.js";
|
|
25
25
|
import { Aha as hr } from "./components/ui/atoms/icons/aha.js";
|
|
26
26
|
import { Airtable as Ar } from "./components/ui/atoms/icons/airtable.js";
|
|
27
27
|
import { Amplitude as Mr } from "./components/ui/atoms/icons/amplitude.js";
|
|
28
|
-
import { Arcade as
|
|
28
|
+
import { Arcade as Br } from "./components/ui/atoms/icons/arcade.js";
|
|
29
29
|
import { ArcadeLogo as kr } from "./components/ui/atoms/icons/arcade-logo.js";
|
|
30
|
-
import { Asana as
|
|
30
|
+
import { Asana as Or } from "./components/ui/atoms/icons/asana.js";
|
|
31
31
|
import { Ashby as vr } from "./components/ui/atoms/icons/ashby.js";
|
|
32
|
-
import { Atlassian as
|
|
32
|
+
import { Atlassian as Rr } from "./components/ui/atoms/icons/atlassian.js";
|
|
33
33
|
import { Attio as Er } from "./components/ui/atoms/icons/attio.js";
|
|
34
34
|
import { Auth0 as Vr } from "./components/ui/atoms/icons/auth0.js";
|
|
35
35
|
import { Azure as Ur } from "./components/ui/atoms/icons/azure.js";
|
|
36
36
|
import { Bamboohr as zr } from "./components/ui/atoms/icons/bamboohr.js";
|
|
37
37
|
import { Basecamp as Wr } from "./components/ui/atoms/icons/basecamp.js";
|
|
38
|
-
import { Bill as
|
|
38
|
+
import { Bill as Zr } from "./components/ui/atoms/icons/bill.js";
|
|
39
39
|
import { Bitbucket as Jr } from "./components/ui/atoms/icons/bitbucket.js";
|
|
40
40
|
import { Bluesky as Yr } from "./components/ui/atoms/icons/bluesky.js";
|
|
41
41
|
import { Box as Qr } from "./components/ui/atoms/icons/box.js";
|
|
@@ -52,17 +52,17 @@ import { Cline as Te } from "./components/ui/atoms/icons/cline.js";
|
|
|
52
52
|
import { Closeio as he } from "./components/ui/atoms/icons/closeio.js";
|
|
53
53
|
import { Codesandbox as Ae } from "./components/ui/atoms/icons/codesandbox.js";
|
|
54
54
|
import { Coinbase as Me } from "./components/ui/atoms/icons/coinbase.js";
|
|
55
|
-
import { Confluence as
|
|
55
|
+
import { Confluence as Be } from "./components/ui/atoms/icons/confluence.js";
|
|
56
56
|
import { Cursor as ke } from "./components/ui/atoms/icons/cursor.js";
|
|
57
|
-
import { CursorInstallDark as
|
|
57
|
+
import { CursorInstallDark as Oe } from "./components/ui/atoms/icons/cursor-install-dark.js";
|
|
58
58
|
import { CursorInstallLight as ve } from "./components/ui/atoms/icons/cursor-install-light.js";
|
|
59
|
-
import { CursorLogotype as
|
|
59
|
+
import { CursorLogotype as Re } from "./components/ui/atoms/icons/cursor-logotype.js";
|
|
60
60
|
import { Customerio as Ee } from "./components/ui/atoms/icons/customerio.js";
|
|
61
61
|
import { Datadog as Ve } from "./components/ui/atoms/icons/datadog.js";
|
|
62
62
|
import { Daytona as Ue } from "./components/ui/atoms/icons/daytona.js";
|
|
63
63
|
import { DigitalOcean as ze } from "./components/ui/atoms/icons/digital-ocean.js";
|
|
64
64
|
import { Discord as We } from "./components/ui/atoms/icons/discord.js";
|
|
65
|
-
import { Dropbox as
|
|
65
|
+
import { Dropbox as Ze } from "./components/ui/atoms/icons/dropbox.js";
|
|
66
66
|
import { E2b as Je } from "./components/ui/atoms/icons/e2b.js";
|
|
67
67
|
import { Ebay as Ye } from "./components/ui/atoms/icons/ebay.js";
|
|
68
68
|
import { Evernote as Qe } from "./components/ui/atoms/icons/evernote.js";
|
|
@@ -79,17 +79,17 @@ import { Gmail as Tt } from "./components/ui/atoms/icons/gmail.js";
|
|
|
79
79
|
import { Google as ht } from "./components/ui/atoms/icons/google.js";
|
|
80
80
|
import { GoogleCalendar as At } from "./components/ui/atoms/icons/google-calendar.js";
|
|
81
81
|
import { GoogleContacts as Mt } from "./components/ui/atoms/icons/google-contacts.js";
|
|
82
|
-
import { GoogleDocs as
|
|
82
|
+
import { GoogleDocs as Bt } from "./components/ui/atoms/icons/google-docs.js";
|
|
83
83
|
import { GoogleDrive as kt } from "./components/ui/atoms/icons/google-drive.js";
|
|
84
|
-
import { GoogleFinance as
|
|
84
|
+
import { GoogleFinance as Ot } from "./components/ui/atoms/icons/google-finance.js";
|
|
85
85
|
import { GoogleFlight as vt } from "./components/ui/atoms/icons/google-flight.js";
|
|
86
|
-
import { GoogleFlights as
|
|
86
|
+
import { GoogleFlights as Rt } from "./components/ui/atoms/icons/google-flights.js";
|
|
87
87
|
import { GoogleHotels as Et } from "./components/ui/atoms/icons/google-hotels.js";
|
|
88
88
|
import { GoogleJobs as Vt } from "./components/ui/atoms/icons/google-jobs.js";
|
|
89
89
|
import { GoogleMaps as Ut } from "./components/ui/atoms/icons/google-maps.js";
|
|
90
90
|
import { GoogleNews as zt } from "./components/ui/atoms/icons/google-news.js";
|
|
91
91
|
import { GoogleSheets as Wt } from "./components/ui/atoms/icons/google-sheets.js";
|
|
92
|
-
import { GoogleShopping as
|
|
92
|
+
import { GoogleShopping as Zt } from "./components/ui/atoms/icons/google-shopping.js";
|
|
93
93
|
import { GoogleSlides as Jt } from "./components/ui/atoms/icons/google-slides.js";
|
|
94
94
|
import { Goose as Yt } from "./components/ui/atoms/icons/goose.js";
|
|
95
95
|
import { Granola as Qt } from "./components/ui/atoms/icons/granola.js";
|
|
@@ -106,17 +106,17 @@ import { Linkedin as Ta } from "./components/ui/atoms/icons/linkedin.js";
|
|
|
106
106
|
import { Luma as ha } from "./components/ui/atoms/icons/luma.js";
|
|
107
107
|
import { Mailchimp as Aa } from "./components/ui/atoms/icons/mailchimp.js";
|
|
108
108
|
import { Mastra as Ma } from "./components/ui/atoms/icons/mastra.js";
|
|
109
|
-
import { MastraLogotype as
|
|
109
|
+
import { MastraLogotype as Ba } from "./components/ui/atoms/icons/mastra-logotype.js";
|
|
110
110
|
import { MathToolkit as ka } from "./components/ui/atoms/icons/math-toolkit.js";
|
|
111
|
-
import { Mcp as
|
|
111
|
+
import { Mcp as Oa } from "./components/ui/atoms/icons/mcp.js";
|
|
112
112
|
import { Microsoft as va } from "./components/ui/atoms/icons/microsoft.js";
|
|
113
|
-
import { MicrosoftDynamics as
|
|
113
|
+
import { MicrosoftDynamics as Ra } from "./components/ui/atoms/icons/microsoft-dynamics.js";
|
|
114
114
|
import { MicrosoftExcel as Ea } from "./components/ui/atoms/icons/microsoft-excel.js";
|
|
115
115
|
import { MicrosoftOnedrive as Va } from "./components/ui/atoms/icons/microsoft-onedrive.js";
|
|
116
116
|
import { MicrosoftOutlookCalendar as Ua } from "./components/ui/atoms/icons/microsoft-outlook-calendar.js";
|
|
117
117
|
import { MicrosoftOutlookMail as za } from "./components/ui/atoms/icons/microsoft-outlook-mail.js";
|
|
118
118
|
import { MicrosoftPowerpoint as Wa } from "./components/ui/atoms/icons/microsoft-powerpoint.js";
|
|
119
|
-
import { MicrosoftSharepoint as
|
|
119
|
+
import { MicrosoftSharepoint as Za } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
120
120
|
import { MicrosoftTeams as Ja } from "./components/ui/atoms/icons/microsoft-teams.js";
|
|
121
121
|
import { MicrosoftWord as Ya } from "./components/ui/atoms/icons/microsoft-word.js";
|
|
122
122
|
import { Miro as Qa } from "./components/ui/atoms/icons/miro.js";
|
|
@@ -133,17 +133,17 @@ import { Pinecone as Tp } from "./components/ui/atoms/icons/pinecone.js";
|
|
|
133
133
|
import { Pinterest as hp } from "./components/ui/atoms/icons/pinterest.js";
|
|
134
134
|
import { Pipedrive as Ap } from "./components/ui/atoms/icons/pipedrive.js";
|
|
135
135
|
import { Plaid as Mp } from "./components/ui/atoms/icons/plaid.js";
|
|
136
|
-
import { Postgres as
|
|
136
|
+
import { Postgres as Bp } from "./components/ui/atoms/icons/postgres.js";
|
|
137
137
|
import { Posthog as kp } from "./components/ui/atoms/icons/posthog.js";
|
|
138
|
-
import { Pylon as
|
|
138
|
+
import { Pylon as Op } from "./components/ui/atoms/icons/pylon.js";
|
|
139
139
|
import { Quickbooks as vp } from "./components/ui/atoms/icons/quickbooks.js";
|
|
140
|
-
import { Railway as
|
|
140
|
+
import { Railway as Rp } from "./components/ui/atoms/icons/railway.js";
|
|
141
141
|
import { Reddit as Ep } from "./components/ui/atoms/icons/reddit.js";
|
|
142
142
|
import { Salesforce as Vp } from "./components/ui/atoms/icons/salesforce.js";
|
|
143
143
|
import { Shopify as Up } from "./components/ui/atoms/icons/shopify.js";
|
|
144
144
|
import { Singlestore as zp } from "./components/ui/atoms/icons/singlestore.js";
|
|
145
145
|
import { Slack as Wp } from "./components/ui/atoms/icons/slack.js";
|
|
146
|
-
import { Snowflake as
|
|
146
|
+
import { Snowflake as Zp } from "./components/ui/atoms/icons/snowflake.js";
|
|
147
147
|
import { Splunk as Jp } from "./components/ui/atoms/icons/splunk.js";
|
|
148
148
|
import { Spotify as Yp } from "./components/ui/atoms/icons/spotify.js";
|
|
149
149
|
import { Square as Qp } from "./components/ui/atoms/icons/square.js";
|
|
@@ -160,17 +160,17 @@ import { Vercel as Tm } from "./components/ui/atoms/icons/vercel.js";
|
|
|
160
160
|
import { VercelLogotype as hm } from "./components/ui/atoms/icons/vercel-logotype.js";
|
|
161
161
|
import { Vscode as Am } from "./components/ui/atoms/icons/vscode.js";
|
|
162
162
|
import { Walmart as Mm } from "./components/ui/atoms/icons/walmart.js";
|
|
163
|
-
import { Weaviate as
|
|
163
|
+
import { Weaviate as Bm } from "./components/ui/atoms/icons/weaviate.js";
|
|
164
164
|
import { Windsurf as km } from "./components/ui/atoms/icons/windsurf.js";
|
|
165
|
-
import { Workday as
|
|
165
|
+
import { Workday as Om } from "./components/ui/atoms/icons/workday.js";
|
|
166
166
|
import { Wrike as vm } from "./components/ui/atoms/icons/wrike.js";
|
|
167
|
-
import { X as
|
|
167
|
+
import { X as Rm } from "./components/ui/atoms/icons/x.js";
|
|
168
168
|
import { Xero as Em } from "./components/ui/atoms/icons/xero.js";
|
|
169
169
|
import { Youtube as Vm } from "./components/ui/atoms/icons/youtube.js";
|
|
170
170
|
import { Yugabytedb as Um } from "./components/ui/atoms/icons/yugabytedb.js";
|
|
171
171
|
import { Zendesk as zm } from "./components/ui/atoms/icons/zendesk.js";
|
|
172
172
|
import { Zoho as Wm } from "./components/ui/atoms/icons/zoho.js";
|
|
173
|
-
import { ZohoBooks as
|
|
173
|
+
import { ZohoBooks as Zm } from "./components/ui/atoms/icons/zoho-books.js";
|
|
174
174
|
import { ZohoCreator as Jm } from "./components/ui/atoms/icons/zoho-creator.js";
|
|
175
175
|
import { Zoom as Ym } from "./components/ui/atoms/icons/zoom.js";
|
|
176
176
|
import { Input as Qm } from "./components/ui/atoms/input.js";
|
|
@@ -183,51 +183,53 @@ import { Popover as gi, PopoverAnchor as ui, PopoverContent as Ci, PopoverTrigge
|
|
|
183
183
|
import { ProBadge as Si } from "./components/ui/atoms/pro-badge.js";
|
|
184
184
|
import { Progress as bi } from "./components/ui/atoms/progress.js";
|
|
185
185
|
import { RadioGroup as Di, RadioGroupItem as Mi } from "./components/ui/atoms/radio-group.js";
|
|
186
|
-
import { ResizableHandle as
|
|
187
|
-
import { ScrollArea as
|
|
186
|
+
import { ResizableHandle as Bi, ResizablePanel as Pi, ResizablePanelGroup as ki } from "./components/ui/atoms/resizable.js";
|
|
187
|
+
import { ScrollArea as Oi, ScrollBar as Gi } from "./components/ui/atoms/scroll-area.js";
|
|
188
188
|
import { ScrollButton as yi } from "./components/ui/atoms/scroll-button.js";
|
|
189
|
-
import { Select as
|
|
190
|
-
import { Separator as
|
|
189
|
+
import { Select as wi, SelectContent as Ei, SelectGroup as Hi, SelectItem as Vi, SelectLabel as _i, SelectScrollDownButton as Ui, SelectScrollUpButton as Fi, SelectSeparator as zi, SelectTrigger as Ni, SelectValue as Wi } from "./components/ui/atoms/select.js";
|
|
190
|
+
import { Separator as Zi } from "./components/ui/atoms/separator.js";
|
|
191
191
|
import { Sheet as Ji, SheetClose as Xi, SheetContent as Yi, SheetDescription as ji, SheetFooter as Qi, SheetHeader as $i, SheetTitle as ol, SheetTrigger as rl } from "./components/ui/atoms/sheet.js";
|
|
192
|
-
import { Sidebar as tl, SidebarContent as al, SidebarFooter as pl, SidebarGroup as ml, SidebarGroupAction as il, SidebarGroupContent as ll, SidebarGroupLabel as nl, SidebarHeader as fl, SidebarInput as xl, SidebarInset as dl, SidebarMenu as sl, SidebarMenuAction as gl, SidebarMenuBadge as ul, SidebarMenuButton as Cl, SidebarMenuItem as cl, SidebarMenuSkeleton as Tl, SidebarMenuSub as Sl, SidebarMenuSubButton as hl, SidebarMenuSubItem as bl, SidebarProvider as Al, SidebarRail as Dl, SidebarSeparator as Ml, SidebarTrigger as
|
|
192
|
+
import { Sidebar as tl, SidebarContent as al, SidebarFooter as pl, SidebarGroup as ml, SidebarGroupAction as il, SidebarGroupContent as ll, SidebarGroupLabel as nl, SidebarHeader as fl, SidebarInput as xl, SidebarInset as dl, SidebarMenu as sl, SidebarMenuAction as gl, SidebarMenuBadge as ul, SidebarMenuButton as Cl, SidebarMenuItem as cl, SidebarMenuSkeleton as Tl, SidebarMenuSub as Sl, SidebarMenuSubButton as hl, SidebarMenuSubItem as bl, SidebarProvider as Al, SidebarRail as Dl, SidebarSeparator as Ml, SidebarTrigger as Il, useSidebar as Bl } from "./components/ui/atoms/sidebar.js";
|
|
193
193
|
import { Skeleton as kl } from "./components/ui/atoms/skeleton.js";
|
|
194
|
-
import { Slider as
|
|
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 {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
194
|
+
import { Slider as Ol } from "./components/ui/atoms/slider.js";
|
|
195
|
+
import { DS_SPARKLE_DURATION_MS as vl, SparkleBurst as yl } from "./components/ui/atoms/sparkle-burst.js";
|
|
196
|
+
import { StepIndicator as wl, stepIndicatorIconVariants as El, stepIndicatorLabelVariants as Hl } from "./components/ui/atoms/step-indicator.js";
|
|
197
|
+
import { Switch as _l } from "./components/ui/atoms/switch.js";
|
|
198
|
+
import { Table as Fl, TableBody as zl, TableCaption as Nl, TableCell as Wl, TableFooter as Kl, TableHead as Zl, TableHeader as ql, TableRow as Jl } from "./components/ui/atoms/table.js";
|
|
199
|
+
import { Tabs as Yl, TabsContent as jl, TabsList as Ql, TabsTrigger as $l } from "./components/ui/atoms/tabs.js";
|
|
200
|
+
import { Textarea as rn } from "./components/ui/atoms/textarea.js";
|
|
201
|
+
import { Toggle as tn, toggleVariants as an } from "./components/ui/atoms/toggle.js";
|
|
202
|
+
import { Tooltip as mn, TooltipContent as ln, TooltipProvider as nn, TooltipTrigger as fn } from "./components/ui/atoms/tooltip.js";
|
|
203
|
+
import { ViewToolsControl as dn } from "./components/ui/atoms/view-tools-control.js";
|
|
204
|
+
import { VirtualizedGrid as gn } from "./components/ui/atoms/virtualized-grid.js";
|
|
205
|
+
import { ChatHistoryItem as Cn } from "./components/ui/molecules/chat-history-item.js";
|
|
206
|
+
import { ChatAssistantMessage as Tn, ChatMessageList as Sn, ChatMessageListSkeleton as hn, ChatStreamingIndicator as bn, ChatUserMessage as An } from "./components/ui/molecules/chat-message-list.js";
|
|
207
|
+
import { ClientSecretInput as Mn } from "./components/ui/molecules/client-secret-field.js";
|
|
208
|
+
import { CommandBar as Bn } from "./components/ui/molecules/command-bar.js";
|
|
209
|
+
import { ConfirmPopover as kn } from "./components/ui/molecules/confirm-popover.js";
|
|
210
|
+
import { DateTimePicker as On } from "./components/ui/molecules/date-time-picker.js";
|
|
211
|
+
import { EmptyState as vn } from "./components/ui/molecules/empty-state.js";
|
|
212
|
+
import { ErrorState as Rn } from "./components/ui/molecules/error-state.js";
|
|
213
|
+
import { Message as En, MessageAction as Hn, MessageActions as Vn, MessageAvatar as _n, MessageContent as Un } from "./components/ui/molecules/message.js";
|
|
214
|
+
import { PromptInput as zn, PromptInputAction as Nn, PromptInputActions as Wn, PromptInputTextarea as Kn } from "./components/ui/molecules/prompt-input.js";
|
|
215
|
+
import { R as qn, T as Jn } from "./toolkit-card-CB1oiaei.js";
|
|
216
|
+
import { StepsProgress as Yn } from "./components/ui/molecules/steps-progress.js";
|
|
217
|
+
import { SuggestionCard as Qn, SuggestionCardSkeleton as $n } from "./components/ui/molecules/suggestion-card.js";
|
|
218
|
+
import { ToolAuthorization as rf, ToolAuthorizationArgs as ef, ToolAuthorizationContent as tf, ToolAuthorizationHeader as af, ToolAuthorizationMessage as pf } from "./components/ui/molecules/tool-authorization.js";
|
|
219
|
+
import { ToolCallAccordion as lf, ToolCallAccordionContent as nf, ToolCallAccordionItem as ff, ToolCallAccordionTrigger as xf } from "./components/ui/molecules/tool-call-accordion.js";
|
|
220
|
+
import { ToolCard as sf } from "./components/ui/molecules/tool-card.js";
|
|
221
|
+
import { UserNav as uf } from "./components/ui/molecules/user-nav.js";
|
|
222
|
+
import { ChatPageSkeleton as cf } from "./components/ui/pages/chat-page-skeleton.js";
|
|
223
|
+
import { LoginPage as Sf } from "./components/ui/pages/login-page.js";
|
|
224
|
+
import { AuthTemplate as bf, AuthTemplateCard as Af, AuthTemplateContent as Df, AuthTemplateDefaultBackground as Mf, AuthTemplateDescription as If, AuthTemplateFooter as Bf, AuthTemplateGridOverlay as Pf, AuthTemplateHeader as kf, AuthTemplateLegal as Lf, AuthTemplateLegalLink as Of, AuthTemplateLogo as Gf, AuthTemplatePrompt as vf, AuthTemplatePromptLink as yf, AuthTemplateTitle as Rf, AuthTemplateVideoBackground as wf } from "./components/ui/templates/auth-template.js";
|
|
225
|
+
import { ChatTemplate as Hf, ChatTemplateBody as Vf, ChatTemplateFooter as _f, ChatTemplateHeader as Uf, ChatTemplateHeaderGroup as Ff, ChatTemplateOverview as zf, ChatTemplateOverviewSubtitle as Nf, ChatTemplateOverviewTitle as Wf, ChatTemplateSuggestions as Kf } from "./components/ui/templates/chat-template.js";
|
|
226
|
+
import { ChatBodySkeleton as qf, ChatContentSkeleton as Jf, ChatFooterSkeleton as Xf, ChatHeaderSkeleton as Yf, ChatSidebarSkeleton as jf } from "./components/ui/templates/chat-template-skeletons.js";
|
|
227
|
+
import { ErrorTemplate as $f, ErrorTemplateActions as ox, ErrorTemplateContent as rx, ErrorTemplateDescription as ex, ErrorTemplateIcon as tx, ErrorTemplateLogo as ax, ErrorTemplateTitle as px, ErrorTemplateUrl as mx } from "./components/ui/templates/error-template.js";
|
|
228
|
+
import { PUBLIC_ICON_URL as lx, PUBLIC_VIDEO_URL as nx } from "./metadata/constants.js";
|
|
229
|
+
import { MCP_OAUTH2_PROVIDER as xx, OAUTH2_PROVIDER as dx, OAUTH_PROVIDERS as sx, OAUTH_PROVIDER_CATALOGUE as gx, OAuthId as ux, OAuthProviderId as Cx, OTHER_OAUTH_PROVIDERS as cx, PREBUILT_OAUTH_PROVIDERS as Tx } from "./metadata/oauth-providers.js";
|
|
230
|
+
import { TOOLKIT_ICON_MAP as hx, getToolIconByToolkitName as bx, getToolkitIcon as Ax, getToolkitIconByName as Dx } from "./metadata/toolkit-icons.js";
|
|
231
|
+
import { CATEGORIES as Ix, TOOLKITS as Bx, TOOLKIT_CATALOGUE as Px } from "./metadata/toolkits.js";
|
|
232
|
+
import { findPrebuiltProviderById as Lx, findPrebuiltProviderByProviderId as Ox, findToolkitByName as Gx, isKnownToolkit as vx, isPrebuiltProvider as yx } from "./metadata/utils.js";
|
|
231
233
|
export {
|
|
232
234
|
e as Accordion,
|
|
233
235
|
t as AccordionContent,
|
|
@@ -251,56 +253,56 @@ export {
|
|
|
251
253
|
b as AlertDialogTrigger,
|
|
252
254
|
n as AlertTitle,
|
|
253
255
|
Mr as Amplitude,
|
|
254
|
-
|
|
256
|
+
Br as Arcade,
|
|
255
257
|
D as ArcadeGradient,
|
|
256
258
|
kr as ArcadeLogo,
|
|
257
|
-
|
|
259
|
+
Or as Asana,
|
|
258
260
|
vr as Ashby,
|
|
259
|
-
|
|
261
|
+
Rr as Atlassian,
|
|
260
262
|
Er as Attio,
|
|
261
263
|
Vr as Auth0,
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
264
|
+
bf as AuthTemplate,
|
|
265
|
+
Af as AuthTemplateCard,
|
|
266
|
+
Df as AuthTemplateContent,
|
|
267
|
+
Mf as AuthTemplateDefaultBackground,
|
|
268
|
+
If as AuthTemplateDescription,
|
|
269
|
+
Bf as AuthTemplateFooter,
|
|
270
|
+
Pf as AuthTemplateGridOverlay,
|
|
271
|
+
kf as AuthTemplateHeader,
|
|
272
|
+
Lf as AuthTemplateLegal,
|
|
273
|
+
Of as AuthTemplateLegalLink,
|
|
274
|
+
Gf as AuthTemplateLogo,
|
|
275
|
+
vf as AuthTemplatePrompt,
|
|
276
|
+
yf as AuthTemplatePromptLink,
|
|
277
|
+
Rf as AuthTemplateTitle,
|
|
278
|
+
wf as AuthTemplateVideoBackground,
|
|
279
|
+
I as Avatar,
|
|
280
|
+
B as AvatarFallback,
|
|
279
281
|
P as AvatarImage,
|
|
280
282
|
L as AvatarNotificationBadge,
|
|
281
283
|
Ur as Azure,
|
|
282
284
|
v as Badge,
|
|
283
285
|
zr as Bamboohr,
|
|
284
286
|
Wr as Basecamp,
|
|
285
|
-
|
|
287
|
+
Zr as Bill,
|
|
286
288
|
Jr as Bitbucket,
|
|
287
289
|
Yr as Bluesky,
|
|
288
290
|
Qr as Box,
|
|
289
|
-
|
|
291
|
+
w as BrandChip,
|
|
290
292
|
oe as Braze,
|
|
291
293
|
H as Breadcrumb,
|
|
292
294
|
V as BreadcrumbEllipsis,
|
|
293
|
-
|
|
295
|
+
_ as BreadcrumbItem,
|
|
294
296
|
U as BreadcrumbLink,
|
|
295
|
-
|
|
297
|
+
F as BreadcrumbList,
|
|
296
298
|
z as BreadcrumbPage,
|
|
297
299
|
N as BreadcrumbSeparator,
|
|
298
300
|
ee as Brex,
|
|
299
301
|
ae as Brightdata,
|
|
300
302
|
me as Buffer,
|
|
301
|
-
|
|
303
|
+
K as Button,
|
|
302
304
|
J as ByocBadge,
|
|
303
|
-
|
|
305
|
+
Ix as CATEGORIES,
|
|
304
306
|
Y as Calendar,
|
|
305
307
|
j as CalendarDayButton,
|
|
306
308
|
le as Calendly,
|
|
@@ -317,35 +319,36 @@ export {
|
|
|
317
319
|
fo as ChartStyle,
|
|
318
320
|
xo as ChartTooltip,
|
|
319
321
|
so as ChartTooltipContent,
|
|
320
|
-
|
|
321
|
-
|
|
322
|
+
Tn as ChatAssistantMessage,
|
|
323
|
+
qf as ChatBodySkeleton,
|
|
322
324
|
uo as ChatContainerContent,
|
|
323
325
|
Co as ChatContainerRoot,
|
|
324
326
|
co as ChatContainerScrollAnchor,
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
327
|
+
Jf as ChatContentSkeleton,
|
|
328
|
+
Xf as ChatFooterSkeleton,
|
|
329
|
+
Yf as ChatHeaderSkeleton,
|
|
330
|
+
Cn as ChatHistoryItem,
|
|
331
|
+
Sn as ChatMessageList,
|
|
332
|
+
hn as ChatMessageListSkeleton,
|
|
333
|
+
cf as ChatPageSkeleton,
|
|
334
|
+
jf as ChatSidebarSkeleton,
|
|
335
|
+
bn as ChatStreamingIndicator,
|
|
336
|
+
Hf as ChatTemplate,
|
|
337
|
+
Vf as ChatTemplateBody,
|
|
338
|
+
_f as ChatTemplateFooter,
|
|
339
|
+
Uf as ChatTemplateHeader,
|
|
340
|
+
Ff as ChatTemplateHeaderGroup,
|
|
341
|
+
zf as ChatTemplateOverview,
|
|
342
|
+
Nf as ChatTemplateOverviewSubtitle,
|
|
343
|
+
Wf as ChatTemplateOverviewTitle,
|
|
344
|
+
Kf as ChatTemplateSuggestions,
|
|
345
|
+
An as ChatUserMessage,
|
|
344
346
|
So as Checkbox,
|
|
345
347
|
fe as Claude,
|
|
346
348
|
de as ClaudeCodeLogotype,
|
|
347
349
|
ge as Clickhouse,
|
|
348
350
|
Ce as Clickup,
|
|
351
|
+
Mn as ClientSecretInput,
|
|
349
352
|
Te as Cline,
|
|
350
353
|
he as Closeio,
|
|
351
354
|
bo as CodeBlock,
|
|
@@ -353,43 +356,44 @@ export {
|
|
|
353
356
|
Do as CodeBlockGroup,
|
|
354
357
|
Ae as Codesandbox,
|
|
355
358
|
Me as Coinbase,
|
|
356
|
-
|
|
357
|
-
|
|
359
|
+
Io as Collapsible,
|
|
360
|
+
Bo as CollapsibleContent,
|
|
358
361
|
Po as CollapsibleTrigger,
|
|
359
362
|
Lo as Command,
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
+
Bn as CommandBar,
|
|
364
|
+
Oo as CommandDialog,
|
|
365
|
+
Go as CommandEmpty,
|
|
363
366
|
vo as CommandGroup,
|
|
364
367
|
yo as CommandInput,
|
|
365
|
-
|
|
366
|
-
|
|
368
|
+
Ro as CommandItem,
|
|
369
|
+
wo as CommandList,
|
|
367
370
|
Eo as CommandSeparator,
|
|
368
371
|
Ho as CommandShortcut,
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
+
kn as ConfirmPopover,
|
|
373
|
+
Be as Confluence,
|
|
374
|
+
_o as CopyButton,
|
|
372
375
|
ke as Cursor,
|
|
373
|
-
|
|
376
|
+
Oe as CursorInstallDark,
|
|
374
377
|
ve as CursorInstallLight,
|
|
375
|
-
|
|
378
|
+
Re as CursorLogotype,
|
|
376
379
|
Ee as Customerio,
|
|
380
|
+
vl as DS_SPARKLE_DURATION_MS,
|
|
377
381
|
Ve as Datadog,
|
|
378
|
-
|
|
382
|
+
On as DateTimePicker,
|
|
379
383
|
Ue as Daytona,
|
|
380
|
-
|
|
384
|
+
Fo as Dialog,
|
|
381
385
|
zo as DialogClose,
|
|
382
386
|
No as DialogContent,
|
|
383
387
|
Wo as DialogDescription,
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
388
|
+
Ko as DialogFooter,
|
|
389
|
+
Zo as DialogHeader,
|
|
390
|
+
qo as DialogOverlay,
|
|
387
391
|
Jo as DialogPortal,
|
|
388
392
|
Xo as DialogTitle,
|
|
389
393
|
Yo as DialogTrigger,
|
|
390
394
|
ze as DigitalOcean,
|
|
391
395
|
We as Discord,
|
|
392
|
-
|
|
396
|
+
Ze as Dropbox,
|
|
393
397
|
Qo as DropdownMenu,
|
|
394
398
|
$o as DropdownMenuCheckboxItem,
|
|
395
399
|
or as DropdownMenuContent,
|
|
@@ -407,16 +411,16 @@ export {
|
|
|
407
411
|
dr as DropdownMenuTrigger,
|
|
408
412
|
Je as E2b,
|
|
409
413
|
Ye as Ebay,
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
414
|
+
vn as EmptyState,
|
|
415
|
+
Rn as ErrorState,
|
|
416
|
+
$f as ErrorTemplate,
|
|
417
|
+
ox as ErrorTemplateActions,
|
|
418
|
+
rx as ErrorTemplateContent,
|
|
419
|
+
ex as ErrorTemplateDescription,
|
|
420
|
+
tx as ErrorTemplateIcon,
|
|
421
|
+
ax as ErrorTemplateLogo,
|
|
422
|
+
px as ErrorTemplateTitle,
|
|
423
|
+
mx as ErrorTemplateUrl,
|
|
420
424
|
Qe as Evernote,
|
|
421
425
|
ot as Exa,
|
|
422
426
|
et as Factorial,
|
|
@@ -431,17 +435,17 @@ export {
|
|
|
431
435
|
ht as Google,
|
|
432
436
|
At as GoogleCalendar,
|
|
433
437
|
Mt as GoogleContacts,
|
|
434
|
-
|
|
438
|
+
Bt as GoogleDocs,
|
|
435
439
|
kt as GoogleDrive,
|
|
436
|
-
|
|
440
|
+
Ot as GoogleFinance,
|
|
437
441
|
vt as GoogleFlight,
|
|
438
|
-
|
|
442
|
+
Rt as GoogleFlights,
|
|
439
443
|
Et as GoogleHotels,
|
|
440
444
|
Vt as GoogleJobs,
|
|
441
445
|
Ut as GoogleMaps,
|
|
442
446
|
zt as GoogleNews,
|
|
443
447
|
Wt as GoogleSheets,
|
|
444
|
-
|
|
448
|
+
Zt as GoogleShopping,
|
|
445
449
|
Jt as GoogleSlides,
|
|
446
450
|
Yt as Goose,
|
|
447
451
|
Qt as Granola,
|
|
@@ -462,28 +466,28 @@ export {
|
|
|
462
466
|
Ca as Linear,
|
|
463
467
|
Ta as Linkedin,
|
|
464
468
|
pi as Loader,
|
|
465
|
-
|
|
469
|
+
Sf as LoginPage,
|
|
466
470
|
ha as Luma,
|
|
467
|
-
|
|
471
|
+
xx as MCP_OAUTH2_PROVIDER,
|
|
468
472
|
Aa as Mailchimp,
|
|
469
473
|
ii as Markdown,
|
|
470
474
|
Ma as Mastra,
|
|
471
|
-
|
|
475
|
+
Ba as MastraLogotype,
|
|
472
476
|
ka as MathToolkit,
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
477
|
+
Oa as Mcp,
|
|
478
|
+
En as Message,
|
|
479
|
+
Hn as MessageAction,
|
|
480
|
+
Vn as MessageActions,
|
|
481
|
+
_n as MessageAvatar,
|
|
482
|
+
Un as MessageContent,
|
|
479
483
|
va as Microsoft,
|
|
480
|
-
|
|
484
|
+
Ra as MicrosoftDynamics,
|
|
481
485
|
Ea as MicrosoftExcel,
|
|
482
486
|
Va as MicrosoftOnedrive,
|
|
483
487
|
Ua as MicrosoftOutlookCalendar,
|
|
484
488
|
za as MicrosoftOutlookMail,
|
|
485
489
|
Wa as MicrosoftPowerpoint,
|
|
486
|
-
|
|
490
|
+
Za as MicrosoftSharepoint,
|
|
487
491
|
Ja as MicrosoftTeams,
|
|
488
492
|
Ya as MicrosoftWord,
|
|
489
493
|
Qa as Miro,
|
|
@@ -495,19 +499,19 @@ export {
|
|
|
495
499
|
ep as MongoDB,
|
|
496
500
|
ap as Netsuite,
|
|
497
501
|
mp as Notion,
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
502
|
+
dx as OAUTH2_PROVIDER,
|
|
503
|
+
sx as OAUTH_PROVIDERS,
|
|
504
|
+
gx as OAUTH_PROVIDER_CATALOGUE,
|
|
505
|
+
ux as OAuthId,
|
|
506
|
+
Cx as OAuthProviderId,
|
|
507
|
+
cx as OTHER_OAUTH_PROVIDERS,
|
|
504
508
|
lp as Oauth,
|
|
505
509
|
fp as Obsidian,
|
|
506
510
|
dp as Okta,
|
|
507
511
|
gp as Openai,
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
512
|
+
Tx as PREBUILT_OAUTH_PROVIDERS,
|
|
513
|
+
lx as PUBLIC_ICON_URL,
|
|
514
|
+
nx as PUBLIC_VIDEO_URL,
|
|
511
515
|
Cp as Pagerduty,
|
|
512
516
|
Tp as Pinecone,
|
|
513
517
|
hp as Pinterest,
|
|
@@ -517,39 +521,39 @@ export {
|
|
|
517
521
|
ui as PopoverAnchor,
|
|
518
522
|
Ci as PopoverContent,
|
|
519
523
|
ci as PopoverTrigger,
|
|
520
|
-
|
|
524
|
+
Bp as Postgres,
|
|
521
525
|
kp as Posthog,
|
|
522
526
|
Si as ProBadge,
|
|
523
527
|
bi as Progress,
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
528
|
+
zn as PromptInput,
|
|
529
|
+
Nn as PromptInputAction,
|
|
530
|
+
Wn as PromptInputActions,
|
|
531
|
+
Kn as PromptInputTextarea,
|
|
532
|
+
Op as Pylon,
|
|
529
533
|
vp as Quickbooks,
|
|
530
534
|
Di as RadioGroup,
|
|
531
535
|
Mi as RadioGroupItem,
|
|
532
|
-
|
|
536
|
+
Rp as Railway,
|
|
533
537
|
Ep as Reddit,
|
|
534
|
-
|
|
535
|
-
|
|
538
|
+
qn as RequirementBadges,
|
|
539
|
+
Bi as ResizableHandle,
|
|
536
540
|
Pi as ResizablePanel,
|
|
537
541
|
ki as ResizablePanelGroup,
|
|
538
542
|
Vp as Salesforce,
|
|
539
|
-
|
|
540
|
-
|
|
543
|
+
Oi as ScrollArea,
|
|
544
|
+
Gi as ScrollBar,
|
|
541
545
|
yi as ScrollButton,
|
|
542
|
-
|
|
546
|
+
wi as Select,
|
|
543
547
|
Ei as SelectContent,
|
|
544
548
|
Hi as SelectGroup,
|
|
545
549
|
Vi as SelectItem,
|
|
546
|
-
|
|
550
|
+
_i as SelectLabel,
|
|
547
551
|
Ui as SelectScrollDownButton,
|
|
548
|
-
|
|
552
|
+
Fi as SelectScrollUpButton,
|
|
549
553
|
zi as SelectSeparator,
|
|
550
554
|
Ni as SelectTrigger,
|
|
551
555
|
Wi as SelectValue,
|
|
552
|
-
|
|
556
|
+
Zi as Separator,
|
|
553
557
|
Ji as Sheet,
|
|
554
558
|
Xi as SheetClose,
|
|
555
559
|
Yi as SheetContent,
|
|
@@ -581,95 +585,96 @@ export {
|
|
|
581
585
|
Al as SidebarProvider,
|
|
582
586
|
Dl as SidebarRail,
|
|
583
587
|
Ml as SidebarSeparator,
|
|
584
|
-
|
|
588
|
+
Il as SidebarTrigger,
|
|
585
589
|
zp as Singlestore,
|
|
586
590
|
kl as Skeleton,
|
|
587
591
|
Wp as Slack,
|
|
588
|
-
|
|
589
|
-
|
|
592
|
+
Ol as Slider,
|
|
593
|
+
Zp as Snowflake,
|
|
594
|
+
yl as SparkleBurst,
|
|
590
595
|
Jp as Splunk,
|
|
591
596
|
Yp as Spotify,
|
|
592
597
|
Qp as Square,
|
|
593
598
|
om as Squarespace,
|
|
594
599
|
em as Squareup,
|
|
595
|
-
|
|
596
|
-
|
|
600
|
+
wl as StepIndicator,
|
|
601
|
+
Yn as StepsProgress,
|
|
597
602
|
am as Stripe,
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
603
|
+
Qn as SuggestionCard,
|
|
604
|
+
$n as SuggestionCardSkeleton,
|
|
605
|
+
_l as Switch,
|
|
606
|
+
Bx as TOOLKITS,
|
|
607
|
+
Px as TOOLKIT_CATALOGUE,
|
|
608
|
+
hx as TOOLKIT_ICON_MAP,
|
|
609
|
+
Fl as Table,
|
|
610
|
+
zl as TableBody,
|
|
611
|
+
Nl as TableCaption,
|
|
612
|
+
Wl as TableCell,
|
|
613
|
+
Kl as TableFooter,
|
|
614
|
+
Zl as TableHead,
|
|
615
|
+
ql as TableHeader,
|
|
616
|
+
Jl as TableRow,
|
|
617
|
+
Yl as Tabs,
|
|
618
|
+
jl as TabsContent,
|
|
619
|
+
Ql as TabsList,
|
|
620
|
+
$l as TabsTrigger,
|
|
616
621
|
mm as Tesla,
|
|
617
|
-
|
|
622
|
+
rn as Textarea,
|
|
618
623
|
lm as Ticktick,
|
|
619
624
|
fm as Tiktok,
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
625
|
+
tn as Toggle,
|
|
626
|
+
rf as ToolAuthorization,
|
|
627
|
+
ef as ToolAuthorizationArgs,
|
|
628
|
+
tf as ToolAuthorizationContent,
|
|
629
|
+
af as ToolAuthorizationHeader,
|
|
630
|
+
pf as ToolAuthorizationMessage,
|
|
631
|
+
lf as ToolCallAccordion,
|
|
632
|
+
nf as ToolCallAccordionContent,
|
|
633
|
+
ff as ToolCallAccordionItem,
|
|
634
|
+
xf as ToolCallAccordionTrigger,
|
|
635
|
+
sf as ToolCard,
|
|
636
|
+
Jn as ToolkitCard,
|
|
637
|
+
mn as Tooltip,
|
|
638
|
+
ln as TooltipContent,
|
|
639
|
+
nn as TooltipProvider,
|
|
640
|
+
fn as TooltipTrigger,
|
|
636
641
|
dm as Trello,
|
|
637
642
|
gm as Twilio,
|
|
638
643
|
Cm as Twitch,
|
|
639
|
-
|
|
644
|
+
uf as UserNav,
|
|
640
645
|
Tm as Vercel,
|
|
641
646
|
hm as VercelLogotype,
|
|
642
|
-
|
|
643
|
-
|
|
647
|
+
dn as ViewToolsControl,
|
|
648
|
+
gn as VirtualizedGrid,
|
|
644
649
|
Am as Vscode,
|
|
645
650
|
Mm as Walmart,
|
|
646
|
-
|
|
651
|
+
Bm as Weaviate,
|
|
647
652
|
km as Windsurf,
|
|
648
|
-
|
|
653
|
+
Om as Workday,
|
|
649
654
|
vm as Wrike,
|
|
650
|
-
|
|
655
|
+
Rm as X,
|
|
651
656
|
Em as Xero,
|
|
652
657
|
Vm as Youtube,
|
|
653
658
|
Um as Yugabytedb,
|
|
654
659
|
zm as Zendesk,
|
|
655
660
|
Wm as Zoho,
|
|
656
|
-
|
|
661
|
+
Zm as ZohoBooks,
|
|
657
662
|
Jm as ZohoCreator,
|
|
658
663
|
Ym as Zoom,
|
|
659
|
-
|
|
664
|
+
O as avatarBadgeVariants,
|
|
660
665
|
y as badgeVariants,
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
666
|
+
Z as buttonVariants,
|
|
667
|
+
Lx as findPrebuiltProviderById,
|
|
668
|
+
Ox as findPrebuiltProviderByProviderId,
|
|
669
|
+
Gx as findToolkitByName,
|
|
670
|
+
bx as getToolIconByToolkitName,
|
|
671
|
+
Ax as getToolkitIcon,
|
|
672
|
+
Dx as getToolkitIconByName,
|
|
673
|
+
vx as isKnownToolkit,
|
|
674
|
+
yx as isPrebuiltProvider,
|
|
670
675
|
ri as jsonHighlightVariants,
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
676
|
+
El as stepIndicatorIconVariants,
|
|
677
|
+
Hl as stepIndicatorLabelVariants,
|
|
678
|
+
an as toggleVariants,
|
|
679
|
+
Bl as useSidebar
|
|
675
680
|
};
|