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