@arcadeai/design-system 3.39.4 → 3.41.1
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/forkable.js +10 -0
- 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 +470 -465
- package/dist/components/ui/atoms/badge.js +5 -5
- package/dist/components/ui/atoms/button.js +1 -1
- package/dist/components/ui/atoms/icons/forkable.d.ts +4 -0
- package/dist/components/ui/atoms/icons/forkable.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/forkable.js +31 -0
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +220 -218
- package/dist/components/ui/atoms/index.js +369 -367
- package/dist/components/ui/atoms/switch.js +19 -19
- package/dist/components/ui/index.js +470 -465
- package/dist/components/ui/molecules/date-time-picker.js +1 -1
- 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 +30 -27
- package/dist/components/ui/molecules/steps-progress.d.ts +3 -1
- package/dist/components/ui/molecules/steps-progress.d.ts.map +1 -1
- package/dist/components/ui/molecules/steps-progress.js +153 -112
- package/dist/components/ui/molecules/tags-input.d.ts +44 -0
- package/dist/components/ui/molecules/tags-input.d.ts.map +1 -0
- package/dist/components/ui/molecules/tags-input.js +139 -0
- package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/tool-card.js +19 -22
- package/dist/components/ui/pages/login-page.js +13 -13
- package/dist/main.js +487 -482
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +158 -156
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/package.json +7 -7
package/dist/main.js
CHANGED
|
@@ -5,7 +5,7 @@ import { ArcadeGradient as M } from "./components/ui/atoms/arcade-gradient.js";
|
|
|
5
5
|
import { Avatar as B, AvatarBadge as k, AvatarFallback as G, AvatarGroup as L, AvatarGroupCount as v, AvatarImage as O } from "./components/ui/atoms/avatar.js";
|
|
6
6
|
import { AvatarNotificationBadge as R, avatarBadgeVariants as w } from "./components/ui/atoms/avatar-notification-badge.js";
|
|
7
7
|
import { Badge as H, badgeVariants as V } from "./components/ui/atoms/badge.js";
|
|
8
|
-
import { BrandChip as
|
|
8
|
+
import { BrandChip as F } from "./components/ui/atoms/brand-chip.js";
|
|
9
9
|
import { Breadcrumb as z, BreadcrumbEllipsis as N, BreadcrumbItem as W, BreadcrumbLink as K, BreadcrumbList as Z, BreadcrumbPage as q, BreadcrumbSeparator as J } from "./components/ui/atoms/breadcrumb.js";
|
|
10
10
|
import { Button as Y, buttonVariants as j } from "./components/ui/atoms/button.js";
|
|
11
11
|
import { ByocBadge as $ } from "./components/ui/atoms/byoc-badge.js";
|
|
@@ -16,7 +16,7 @@ import { ChatContainerContent as ho, ChatContainerRoot as Ao, ChatContainerScrol
|
|
|
16
16
|
import { Checkbox as Io } from "./components/ui/atoms/checkbox.js";
|
|
17
17
|
import { CodeBlock as Po, CodeBlockCode as Bo, CodeBlockGroup as ko } from "./components/ui/atoms/code-block.js";
|
|
18
18
|
import { Collapsible as Lo, CollapsibleContent as vo, CollapsibleTrigger as Oo } from "./components/ui/atoms/collapsible.js";
|
|
19
|
-
import { Command as Ro, CommandDialog as wo, CommandEmpty as Eo, CommandGroup as Ho, CommandInput as Vo, CommandItem as _o, CommandList as
|
|
19
|
+
import { Command as Ro, CommandDialog as wo, CommandEmpty as Eo, CommandGroup as Ho, CommandInput as Vo, CommandItem as _o, CommandList as Fo, CommandSeparator as Uo, CommandShortcut as zo } from "./components/ui/atoms/command.js";
|
|
20
20
|
import { CopyButton as Wo } from "./components/ui/atoms/copy-button.js";
|
|
21
21
|
import { Dialog as Zo, DialogClose as qo, DialogContent as Jo, DialogDescription as Xo, DialogFooter as Yo, DialogHeader as jo, DialogOverlay as Qo, DialogPortal as $o, DialogTitle as or, DialogTrigger as rr } from "./components/ui/atoms/dialog.js";
|
|
22
22
|
import { DropdownMenu as tr, DropdownMenuCheckboxItem as ar, DropdownMenuContent as pr, DropdownMenuGroup as mr, DropdownMenuItem as ir, DropdownMenuLabel as lr, DropdownMenuPortal as nr, DropdownMenuRadioGroup as fr, DropdownMenuRadioItem as xr, DropdownMenuSeparator as dr, DropdownMenuShortcut as sr, DropdownMenuSub as ur, DropdownMenuSubContent as gr, DropdownMenuSubTrigger as Cr, DropdownMenuTrigger as Tr } from "./components/ui/atoms/dropdown-menu.js";
|
|
@@ -30,7 +30,7 @@ import { ArcadeLogo as yr } from "./components/ui/atoms/icons/arcade-logo.js";
|
|
|
30
30
|
import { Asana as wr } from "./components/ui/atoms/icons/asana.js";
|
|
31
31
|
import { Ashby as Hr } from "./components/ui/atoms/icons/ashby.js";
|
|
32
32
|
import { Atlassian as _r } from "./components/ui/atoms/icons/atlassian.js";
|
|
33
|
-
import { Attio as
|
|
33
|
+
import { Attio as Ur } from "./components/ui/atoms/icons/attio.js";
|
|
34
34
|
import { Auth0 as Nr } from "./components/ui/atoms/icons/auth0.js";
|
|
35
35
|
import { Azure as Kr } from "./components/ui/atoms/icons/azure.js";
|
|
36
36
|
import { Bamboohr as qr } from "./components/ui/atoms/icons/bamboohr.js";
|
|
@@ -57,7 +57,7 @@ import { Cursor as ye } from "./components/ui/atoms/icons/cursor.js";
|
|
|
57
57
|
import { CursorInstallDark as we } from "./components/ui/atoms/icons/cursor-install-dark.js";
|
|
58
58
|
import { CursorInstallLight as He } from "./components/ui/atoms/icons/cursor-install-light.js";
|
|
59
59
|
import { CursorLogotype as _e } from "./components/ui/atoms/icons/cursor-logotype.js";
|
|
60
|
-
import { Customerio as
|
|
60
|
+
import { Customerio as Ue } from "./components/ui/atoms/icons/customerio.js";
|
|
61
61
|
import { Datadog as Ne } from "./components/ui/atoms/icons/datadog.js";
|
|
62
62
|
import { Daytona as Ke } from "./components/ui/atoms/icons/daytona.js";
|
|
63
63
|
import { DigitalOcean as qe } from "./components/ui/atoms/icons/digital-ocean.js";
|
|
@@ -70,168 +70,170 @@ import { Exa as pt } from "./components/ui/atoms/icons/exa.js";
|
|
|
70
70
|
import { Factorial as it } from "./components/ui/atoms/icons/factorial.js";
|
|
71
71
|
import { Figma as nt } from "./components/ui/atoms/icons/figma.js";
|
|
72
72
|
import { Firecrawl as xt } from "./components/ui/atoms/icons/firecrawl.js";
|
|
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 {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
232
|
-
import {
|
|
233
|
-
import {
|
|
234
|
-
import {
|
|
73
|
+
import { Forkable as st } from "./components/ui/atoms/icons/forkable.js";
|
|
74
|
+
import { Freshservice as gt } from "./components/ui/atoms/icons/freshservice.js";
|
|
75
|
+
import { Gemini as Tt } from "./components/ui/atoms/icons/gemini.js";
|
|
76
|
+
import { Generic as St } from "./components/ui/atoms/icons/generic.js";
|
|
77
|
+
import { Github as At } from "./components/ui/atoms/icons/github.js";
|
|
78
|
+
import { Gitlab as Dt } from "./components/ui/atoms/icons/gitlab.js";
|
|
79
|
+
import { Gmail as Mt } from "./components/ui/atoms/icons/gmail.js";
|
|
80
|
+
import { Google as Bt } from "./components/ui/atoms/icons/google.js";
|
|
81
|
+
import { GoogleCalendar as Gt } from "./components/ui/atoms/icons/google-calendar.js";
|
|
82
|
+
import { GoogleContacts as vt } from "./components/ui/atoms/icons/google-contacts.js";
|
|
83
|
+
import { GoogleDocs as yt } from "./components/ui/atoms/icons/google-docs.js";
|
|
84
|
+
import { GoogleDrive as wt } from "./components/ui/atoms/icons/google-drive.js";
|
|
85
|
+
import { GoogleFinance as Ht } from "./components/ui/atoms/icons/google-finance.js";
|
|
86
|
+
import { GoogleFlight as _t } from "./components/ui/atoms/icons/google-flight.js";
|
|
87
|
+
import { GoogleFlights as Ut } from "./components/ui/atoms/icons/google-flights.js";
|
|
88
|
+
import { GoogleHotels as Nt } from "./components/ui/atoms/icons/google-hotels.js";
|
|
89
|
+
import { GoogleJobs as Kt } from "./components/ui/atoms/icons/google-jobs.js";
|
|
90
|
+
import { GoogleMaps as qt } from "./components/ui/atoms/icons/google-maps.js";
|
|
91
|
+
import { GoogleNews as Xt } from "./components/ui/atoms/icons/google-news.js";
|
|
92
|
+
import { GoogleSheets as jt } from "./components/ui/atoms/icons/google-sheets.js";
|
|
93
|
+
import { GoogleShopping as $t } from "./components/ui/atoms/icons/google-shopping.js";
|
|
94
|
+
import { GoogleSlides as ra } from "./components/ui/atoms/icons/google-slides.js";
|
|
95
|
+
import { Goose as ta } from "./components/ui/atoms/icons/goose.js";
|
|
96
|
+
import { Granola as pa } from "./components/ui/atoms/icons/granola.js";
|
|
97
|
+
import { Heroku as ia } from "./components/ui/atoms/icons/heroku.js";
|
|
98
|
+
import { Hootsuite as na } from "./components/ui/atoms/icons/hootsuite.js";
|
|
99
|
+
import { Hubspot as xa } from "./components/ui/atoms/icons/hubspot.js";
|
|
100
|
+
import { Imgflip as sa } from "./components/ui/atoms/icons/imgflip.js";
|
|
101
|
+
import { Intercom as ga } from "./components/ui/atoms/icons/intercom.js";
|
|
102
|
+
import { Jira as Ta } from "./components/ui/atoms/icons/jira.js";
|
|
103
|
+
import { Langchain as Sa } from "./components/ui/atoms/icons/langchain.js";
|
|
104
|
+
import { LangchainLogotype as Aa } from "./components/ui/atoms/icons/langchain-logotype.js";
|
|
105
|
+
import { Linear as Da } from "./components/ui/atoms/icons/linear.js";
|
|
106
|
+
import { Linkedin as Ma } from "./components/ui/atoms/icons/linkedin.js";
|
|
107
|
+
import { Luma as Ba } from "./components/ui/atoms/icons/luma.js";
|
|
108
|
+
import { Mailchimp as Ga } from "./components/ui/atoms/icons/mailchimp.js";
|
|
109
|
+
import { Mastra as va } from "./components/ui/atoms/icons/mastra.js";
|
|
110
|
+
import { MastraLogotype as ya } from "./components/ui/atoms/icons/mastra-logotype.js";
|
|
111
|
+
import { MathToolkit as wa } from "./components/ui/atoms/icons/math-toolkit.js";
|
|
112
|
+
import { Mcp as Ha } from "./components/ui/atoms/icons/mcp.js";
|
|
113
|
+
import { Microsoft as _a } from "./components/ui/atoms/icons/microsoft.js";
|
|
114
|
+
import { MicrosoftDynamics as Ua } from "./components/ui/atoms/icons/microsoft-dynamics.js";
|
|
115
|
+
import { MicrosoftExcel as Na } from "./components/ui/atoms/icons/microsoft-excel.js";
|
|
116
|
+
import { MicrosoftOnedrive as Ka } from "./components/ui/atoms/icons/microsoft-onedrive.js";
|
|
117
|
+
import { MicrosoftOutlookCalendar as qa } from "./components/ui/atoms/icons/microsoft-outlook-calendar.js";
|
|
118
|
+
import { MicrosoftOutlookMail as Xa } from "./components/ui/atoms/icons/microsoft-outlook-mail.js";
|
|
119
|
+
import { MicrosoftPowerpoint as ja } from "./components/ui/atoms/icons/microsoft-powerpoint.js";
|
|
120
|
+
import { MicrosoftSharepoint as $a } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
121
|
+
import { MicrosoftTeams as rp } from "./components/ui/atoms/icons/microsoft-teams.js";
|
|
122
|
+
import { MicrosoftWord as tp } from "./components/ui/atoms/icons/microsoft-word.js";
|
|
123
|
+
import { Miro as pp } from "./components/ui/atoms/icons/miro.js";
|
|
124
|
+
import { Monday as ip } from "./components/ui/atoms/icons/monday.js";
|
|
125
|
+
import { MongoDB as np } from "./components/ui/atoms/icons/mongodb.js";
|
|
126
|
+
import { Netsuite as xp } from "./components/ui/atoms/icons/netsuite.js";
|
|
127
|
+
import { Notion as sp } from "./components/ui/atoms/icons/notion.js";
|
|
128
|
+
import { Oauth as gp } from "./components/ui/atoms/icons/oauth.js";
|
|
129
|
+
import { Obsidian as Tp } from "./components/ui/atoms/icons/obsidian.js";
|
|
130
|
+
import { Okta as Sp } from "./components/ui/atoms/icons/okta.js";
|
|
131
|
+
import { Openai as Ap } from "./components/ui/atoms/icons/openai.js";
|
|
132
|
+
import { Pagerduty as Dp } from "./components/ui/atoms/icons/pagerduty.js";
|
|
133
|
+
import { Pinecone as Mp } from "./components/ui/atoms/icons/pinecone.js";
|
|
134
|
+
import { Pinterest as Bp } from "./components/ui/atoms/icons/pinterest.js";
|
|
135
|
+
import { Pipedrive as Gp } from "./components/ui/atoms/icons/pipedrive.js";
|
|
136
|
+
import { Plaid as vp } from "./components/ui/atoms/icons/plaid.js";
|
|
137
|
+
import { Postgres as yp } from "./components/ui/atoms/icons/postgres.js";
|
|
138
|
+
import { Posthog as wp } from "./components/ui/atoms/icons/posthog.js";
|
|
139
|
+
import { Pylon as Hp } from "./components/ui/atoms/icons/pylon.js";
|
|
140
|
+
import { Quickbooks as _p } from "./components/ui/atoms/icons/quickbooks.js";
|
|
141
|
+
import { Railway as Up } from "./components/ui/atoms/icons/railway.js";
|
|
142
|
+
import { Reddit as Np } from "./components/ui/atoms/icons/reddit.js";
|
|
143
|
+
import { Salesforce as Kp } from "./components/ui/atoms/icons/salesforce.js";
|
|
144
|
+
import { Shopify as qp } from "./components/ui/atoms/icons/shopify.js";
|
|
145
|
+
import { Singlestore as Xp } from "./components/ui/atoms/icons/singlestore.js";
|
|
146
|
+
import { Slack as jp } from "./components/ui/atoms/icons/slack.js";
|
|
147
|
+
import { Snowflake as $p } from "./components/ui/atoms/icons/snowflake.js";
|
|
148
|
+
import { Splunk as rm } from "./components/ui/atoms/icons/splunk.js";
|
|
149
|
+
import { Spotify as tm } from "./components/ui/atoms/icons/spotify.js";
|
|
150
|
+
import { Square as pm } from "./components/ui/atoms/icons/square.js";
|
|
151
|
+
import { Squarespace as im } from "./components/ui/atoms/icons/squarespace.js";
|
|
152
|
+
import { Squareup as nm } from "./components/ui/atoms/icons/squareup.js";
|
|
153
|
+
import { Stripe as xm } from "./components/ui/atoms/icons/stripe.js";
|
|
154
|
+
import { Telegram as sm } from "./components/ui/atoms/icons/telegram.js";
|
|
155
|
+
import { Tesla as gm } from "./components/ui/atoms/icons/tesla.js";
|
|
156
|
+
import { Ticktick as Tm } from "./components/ui/atoms/icons/ticktick.js";
|
|
157
|
+
import { Tiktok as Sm } from "./components/ui/atoms/icons/tiktok.js";
|
|
158
|
+
import { Trello as Am } from "./components/ui/atoms/icons/trello.js";
|
|
159
|
+
import { Twilio as Dm } from "./components/ui/atoms/icons/twilio.js";
|
|
160
|
+
import { Twitch as Mm } from "./components/ui/atoms/icons/twitch.js";
|
|
161
|
+
import { Vercel as Bm } from "./components/ui/atoms/icons/vercel.js";
|
|
162
|
+
import { VercelLogotype as Gm } from "./components/ui/atoms/icons/vercel-logotype.js";
|
|
163
|
+
import { Vscode as vm } from "./components/ui/atoms/icons/vscode.js";
|
|
164
|
+
import { Walmart as ym } from "./components/ui/atoms/icons/walmart.js";
|
|
165
|
+
import { Weaviate as wm } from "./components/ui/atoms/icons/weaviate.js";
|
|
166
|
+
import { Windsurf as Hm } from "./components/ui/atoms/icons/windsurf.js";
|
|
167
|
+
import { Workday as _m } from "./components/ui/atoms/icons/workday.js";
|
|
168
|
+
import { Wrike as Um } from "./components/ui/atoms/icons/wrike.js";
|
|
169
|
+
import { X as Nm } from "./components/ui/atoms/icons/x.js";
|
|
170
|
+
import { Xero as Km } from "./components/ui/atoms/icons/xero.js";
|
|
171
|
+
import { Youtube as qm } from "./components/ui/atoms/icons/youtube.js";
|
|
172
|
+
import { Yugabytedb as Xm } from "./components/ui/atoms/icons/yugabytedb.js";
|
|
173
|
+
import { Zendesk as jm } from "./components/ui/atoms/icons/zendesk.js";
|
|
174
|
+
import { Zoho as $m } from "./components/ui/atoms/icons/zoho.js";
|
|
175
|
+
import { ZohoBooks as ri } from "./components/ui/atoms/icons/zoho-books.js";
|
|
176
|
+
import { ZohoCreator as ti } from "./components/ui/atoms/icons/zoho-creator.js";
|
|
177
|
+
import { Zoom as pi } from "./components/ui/atoms/icons/zoom.js";
|
|
178
|
+
import { Input as ii } from "./components/ui/atoms/input.js";
|
|
179
|
+
import { InputGroup as ni, InputGroupAddon as fi, InputGroupButton as xi, InputGroupInput as di, InputGroupText as si, InputGroupTextarea as ui } from "./components/ui/atoms/input-group.js";
|
|
180
|
+
import { JsonHighlight as Ci, jsonHighlightVariants as Ti } from "./components/ui/atoms/json-highlight.js";
|
|
181
|
+
import { Label as Si } from "./components/ui/atoms/label.js";
|
|
182
|
+
import { Loader as Ai } from "./components/ui/atoms/loader.js";
|
|
183
|
+
import { M as Di } from "./markdown-Cv6uZPhi.js";
|
|
184
|
+
import { MobileTooltip as Mi, MobileTooltipContent as Pi, MobileTooltipProvider as Bi, MobileTooltipTrigger as ki } from "./components/ui/atoms/mobile-tooltip.js";
|
|
185
|
+
import { Popover as Li, PopoverContent as vi, PopoverDescription as Oi, PopoverHeader as yi, PopoverTitle as Ri, PopoverTrigger as wi } from "./components/ui/atoms/popover.js";
|
|
186
|
+
import { ProBadge as Hi } from "./components/ui/atoms/pro-badge.js";
|
|
187
|
+
import { Progress as _i, ProgressIndicator as Fi, ProgressLabel as Ui, ProgressTrack as zi, ProgressValue as Ni } from "./components/ui/atoms/progress.js";
|
|
188
|
+
import { RadioGroup as Ki, RadioGroupItem as Zi } from "./components/ui/atoms/radio-group.js";
|
|
189
|
+
import { ResizableHandle as Ji, ResizablePanel as Xi, ResizablePanelGroup as Yi } from "./components/ui/atoms/resizable.js";
|
|
190
|
+
import { ScrollArea as Qi, ScrollBar as $i } from "./components/ui/atoms/scroll-area.js";
|
|
191
|
+
import { ScrollButton as rl } from "./components/ui/atoms/scroll-button.js";
|
|
192
|
+
import { Select as tl, SelectContent as al, SelectGroup as pl, SelectItem as ml, SelectLabel as il, SelectScrollDownButton as ll, SelectScrollUpButton as nl, SelectSeparator as fl, SelectTrigger as xl, SelectValue as dl } from "./components/ui/atoms/select.js";
|
|
193
|
+
import { Separator as ul } from "./components/ui/atoms/separator.js";
|
|
194
|
+
import { Sheet as Cl, SheetClose as Tl, SheetContent as cl, SheetDescription as Sl, SheetFooter as hl, SheetHeader as Al, SheetTitle as bl, SheetTrigger as Dl } from "./components/ui/atoms/sheet.js";
|
|
195
|
+
import { Sidebar as Ml, SidebarContent as Pl, SidebarFooter as Bl, SidebarGroup as kl, SidebarGroupAction as Gl, SidebarGroupContent as Ll, SidebarGroupLabel as vl, SidebarHeader as Ol, SidebarInput as yl, SidebarInset as Rl, SidebarMenu as wl, SidebarMenuAction as El, SidebarMenuBadge as Hl, SidebarMenuButton as Vl, SidebarMenuItem as _l, SidebarMenuSkeleton as Fl, SidebarMenuSub as Ul, SidebarMenuSubButton as zl, SidebarMenuSubItem as Nl, SidebarProvider as Wl, SidebarRail as Kl, SidebarSeparator as Zl, SidebarTrigger as ql, useSidebar as Jl } from "./components/ui/atoms/sidebar.js";
|
|
196
|
+
import { Skeleton as Yl } from "./components/ui/atoms/skeleton.js";
|
|
197
|
+
import { Slider as Ql } from "./components/ui/atoms/slider.js";
|
|
198
|
+
import { DS_SPARKLE_DURATION_MS as on, SparkleBurst as rn } from "./components/ui/atoms/sparkle-burst.js";
|
|
199
|
+
import { StepIndicator as tn, stepIndicatorIconVariants as an, stepIndicatorLabelVariants as pn } from "./components/ui/atoms/step-indicator.js";
|
|
200
|
+
import { Switch as ln } from "./components/ui/atoms/switch.js";
|
|
201
|
+
import { Table as fn, TableBody as xn, TableCaption as dn, TableCell as sn, TableFooter as un, TableHead as gn, TableHeader as Cn, TableRow as Tn } from "./components/ui/atoms/table.js";
|
|
202
|
+
import { Tabs as Sn, TabsContent as hn, TabsList as An, TabsTrigger as bn, tabsListVariants as Dn } from "./components/ui/atoms/tabs.js";
|
|
203
|
+
import { Textarea as Mn } from "./components/ui/atoms/textarea.js";
|
|
204
|
+
import { Toggle as Bn, toggleVariants as kn } from "./components/ui/atoms/toggle.js";
|
|
205
|
+
import { Tooltip as Ln, TooltipContent as vn, TooltipProvider as On, TooltipTrigger as yn } from "./components/ui/atoms/tooltip.js";
|
|
206
|
+
import { ViewToolsControl as wn } from "./components/ui/atoms/view-tools-control.js";
|
|
207
|
+
import { VirtualizedGrid as Hn } from "./components/ui/atoms/virtualized-grid.js";
|
|
208
|
+
import { ChatHistoryItem as _n } from "./components/ui/molecules/chat-history-item.js";
|
|
209
|
+
import { ChatAssistantMessage as Un, ChatMessageList as zn, ChatMessageListSkeleton as Nn, ChatStreamingIndicator as Wn, ChatUserMessage as Kn } from "./components/ui/molecules/chat-message-list.js";
|
|
210
|
+
import { ClientSecretInput as qn } from "./components/ui/molecules/client-secret-field.js";
|
|
211
|
+
import { CommandBar as Xn } from "./components/ui/molecules/command-bar.js";
|
|
212
|
+
import { ConfirmPopover as jn } from "./components/ui/molecules/confirm-popover.js";
|
|
213
|
+
import { DateTimePicker as $n } from "./components/ui/molecules/date-time-picker.js";
|
|
214
|
+
import { EmptyState as rf } from "./components/ui/molecules/empty-state.js";
|
|
215
|
+
import { ErrorState as tf } from "./components/ui/molecules/error-state.js";
|
|
216
|
+
import { Message as pf, MessageAction as mf, MessageActions as lf, MessageAvatar as nf, MessageContent as ff } from "./components/ui/molecules/message.js";
|
|
217
|
+
import { PromptInput as df, PromptInputAction as sf, PromptInputActions as uf, PromptInputTextarea as gf } from "./components/ui/molecules/prompt-input.js";
|
|
218
|
+
import { R as Tf, T as cf } from "./toolkit-card-Dc104Z9e.js";
|
|
219
|
+
import { StepsProgress as hf } from "./components/ui/molecules/steps-progress.js";
|
|
220
|
+
import { SuggestionCard as bf, SuggestionCardSkeleton as Df } from "./components/ui/molecules/suggestion-card.js";
|
|
221
|
+
import { TagsInput as Mf, TagsInputValue as Pf } from "./components/ui/molecules/tags-input.js";
|
|
222
|
+
import { ToolAuthorization as kf, ToolAuthorizationArgs as Gf, ToolAuthorizationContent as Lf, ToolAuthorizationHeader as vf, ToolAuthorizationMessage as Of } from "./components/ui/molecules/tool-authorization.js";
|
|
223
|
+
import { ToolCallAccordion as Rf, ToolCallAccordionContent as wf, ToolCallAccordionItem as Ef, ToolCallAccordionTrigger as Hf } from "./components/ui/molecules/tool-call-accordion.js";
|
|
224
|
+
import { ToolCard as _f } from "./components/ui/molecules/tool-card.js";
|
|
225
|
+
import { UserNav as Uf } from "./components/ui/molecules/user-nav.js";
|
|
226
|
+
import { ChatPageSkeleton as Nf } from "./components/ui/pages/chat-page-skeleton.js";
|
|
227
|
+
import { LoginPage as Kf } from "./components/ui/pages/login-page.js";
|
|
228
|
+
import { AuthTemplate as qf, AuthTemplateCard as Jf, AuthTemplateContent as Xf, AuthTemplateDefaultBackground as Yf, AuthTemplateDescription as jf, AuthTemplateFooter as Qf, AuthTemplateGridOverlay as $f, AuthTemplateHeader as ox, AuthTemplateLegal as rx, AuthTemplateLegalLink as ex, AuthTemplateLogo as tx, AuthTemplatePrompt as ax, AuthTemplatePromptLink as px, AuthTemplateTitle as mx, AuthTemplateVideoBackground as ix } from "./components/ui/templates/auth-template.js";
|
|
229
|
+
import { ChatTemplate as nx, ChatTemplateBody as fx, ChatTemplateFooter as xx, ChatTemplateHeader as dx, ChatTemplateHeaderGroup as sx, ChatTemplateOverview as ux, ChatTemplateOverviewSubtitle as gx, ChatTemplateOverviewTitle as Cx, ChatTemplateSuggestions as Tx } from "./components/ui/templates/chat-template.js";
|
|
230
|
+
import { ChatBodySkeleton as Sx, ChatContentSkeleton as hx, ChatFooterSkeleton as Ax, ChatHeaderSkeleton as bx, ChatSidebarSkeleton as Dx } from "./components/ui/templates/chat-template-skeletons.js";
|
|
231
|
+
import { ErrorTemplate as Mx, ErrorTemplateActions as Px, ErrorTemplateContent as Bx, ErrorTemplateDescription as kx, ErrorTemplateIcon as Gx, ErrorTemplateLogo as Lx, ErrorTemplateTitle as vx, ErrorTemplateUrl as Ox } from "./components/ui/templates/error-template.js";
|
|
232
|
+
import { PUBLIC_ICON_URL as Rx, PUBLIC_VIDEO_URL as wx } from "./metadata/constants.js";
|
|
233
|
+
import { MCP_OAUTH2_PROVIDER as Hx, OAUTH2_PROVIDER as Vx, OAUTH_PROVIDERS as _x, OAUTH_PROVIDER_CATALOGUE as Fx, OAuthId as Ux, OAuthProviderId as zx, OTHER_OAUTH_PROVIDERS as Nx, PREBUILT_OAUTH_PROVIDERS as Wx } from "./metadata/oauth-providers.js";
|
|
234
|
+
import { TOOLKIT_ICON_MAP as Zx, getToolIconByToolkitName as qx, getToolkitIcon as Jx, getToolkitIconByName as Xx } from "./metadata/toolkit-icons.js";
|
|
235
|
+
import { CATEGORIES as jx, TOOLKITS as Qx, TOOLKIT_CATALOGUE as $x } from "./metadata/toolkits.js";
|
|
236
|
+
import { findPrebuiltProviderById as rd, findPrebuiltProviderByProviderId as ed, findToolkitByName as td, isKnownToolkit as ad, isPrebuiltProvider as pd } from "./metadata/utils.js";
|
|
235
237
|
export {
|
|
236
238
|
e as Accordion,
|
|
237
239
|
t as AccordionContent,
|
|
@@ -263,23 +265,23 @@ export {
|
|
|
263
265
|
wr as Asana,
|
|
264
266
|
Hr as Ashby,
|
|
265
267
|
_r as Atlassian,
|
|
266
|
-
|
|
268
|
+
Ur as Attio,
|
|
267
269
|
Nr as Auth0,
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
270
|
+
qf as AuthTemplate,
|
|
271
|
+
Jf as AuthTemplateCard,
|
|
272
|
+
Xf as AuthTemplateContent,
|
|
273
|
+
Yf as AuthTemplateDefaultBackground,
|
|
274
|
+
jf as AuthTemplateDescription,
|
|
275
|
+
Qf as AuthTemplateFooter,
|
|
276
|
+
$f as AuthTemplateGridOverlay,
|
|
277
|
+
ox as AuthTemplateHeader,
|
|
278
|
+
rx as AuthTemplateLegal,
|
|
279
|
+
ex as AuthTemplateLegalLink,
|
|
280
|
+
tx as AuthTemplateLogo,
|
|
281
|
+
ax as AuthTemplatePrompt,
|
|
282
|
+
px as AuthTemplatePromptLink,
|
|
283
|
+
mx as AuthTemplateTitle,
|
|
284
|
+
ix as AuthTemplateVideoBackground,
|
|
283
285
|
B as Avatar,
|
|
284
286
|
k as AvatarBadge,
|
|
285
287
|
G as AvatarFallback,
|
|
@@ -295,7 +297,7 @@ export {
|
|
|
295
297
|
$r as Bitbucket,
|
|
296
298
|
re as Bluesky,
|
|
297
299
|
te as Box,
|
|
298
|
-
|
|
300
|
+
F as BrandChip,
|
|
299
301
|
pe as Braze,
|
|
300
302
|
z as Breadcrumb,
|
|
301
303
|
N as BreadcrumbEllipsis,
|
|
@@ -309,7 +311,7 @@ export {
|
|
|
309
311
|
xe as Buffer,
|
|
310
312
|
Y as Button,
|
|
311
313
|
$ as ByocBadge,
|
|
312
|
-
|
|
314
|
+
jx as CATEGORIES,
|
|
313
315
|
ro as Calendar,
|
|
314
316
|
eo as CalendarDayButton,
|
|
315
317
|
se as Calendly,
|
|
@@ -326,36 +328,36 @@ export {
|
|
|
326
328
|
Co as ChartStyle,
|
|
327
329
|
To as ChartTooltip,
|
|
328
330
|
co as ChartTooltipContent,
|
|
329
|
-
|
|
330
|
-
|
|
331
|
+
Un as ChatAssistantMessage,
|
|
332
|
+
Sx as ChatBodySkeleton,
|
|
331
333
|
ho as ChatContainerContent,
|
|
332
334
|
Ao as ChatContainerRoot,
|
|
333
335
|
bo as ChatContainerScrollAnchor,
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
336
|
+
hx as ChatContentSkeleton,
|
|
337
|
+
Ax as ChatFooterSkeleton,
|
|
338
|
+
bx as ChatHeaderSkeleton,
|
|
339
|
+
_n as ChatHistoryItem,
|
|
340
|
+
zn as ChatMessageList,
|
|
341
|
+
Nn as ChatMessageListSkeleton,
|
|
342
|
+
Nf as ChatPageSkeleton,
|
|
343
|
+
Dx as ChatSidebarSkeleton,
|
|
344
|
+
Wn as ChatStreamingIndicator,
|
|
345
|
+
nx as ChatTemplate,
|
|
346
|
+
fx as ChatTemplateBody,
|
|
347
|
+
xx as ChatTemplateFooter,
|
|
348
|
+
dx as ChatTemplateHeader,
|
|
349
|
+
sx as ChatTemplateHeaderGroup,
|
|
350
|
+
ux as ChatTemplateOverview,
|
|
351
|
+
gx as ChatTemplateOverviewSubtitle,
|
|
352
|
+
Cx as ChatTemplateOverviewTitle,
|
|
353
|
+
Tx as ChatTemplateSuggestions,
|
|
354
|
+
Kn as ChatUserMessage,
|
|
353
355
|
Io as Checkbox,
|
|
354
356
|
ge as Claude,
|
|
355
357
|
Te as ClaudeCodeLogotype,
|
|
356
358
|
Se as Clickhouse,
|
|
357
359
|
Ae as Clickup,
|
|
358
|
-
|
|
360
|
+
qn as ClientSecretInput,
|
|
359
361
|
De as Cline,
|
|
360
362
|
Me as Closeio,
|
|
361
363
|
Po as CodeBlock,
|
|
@@ -367,26 +369,26 @@ export {
|
|
|
367
369
|
vo as CollapsibleContent,
|
|
368
370
|
Oo as CollapsibleTrigger,
|
|
369
371
|
Ro as Command,
|
|
370
|
-
|
|
372
|
+
Xn as CommandBar,
|
|
371
373
|
wo as CommandDialog,
|
|
372
374
|
Eo as CommandEmpty,
|
|
373
375
|
Ho as CommandGroup,
|
|
374
376
|
Vo as CommandInput,
|
|
375
377
|
_o as CommandItem,
|
|
376
|
-
|
|
377
|
-
|
|
378
|
+
Fo as CommandList,
|
|
379
|
+
Uo as CommandSeparator,
|
|
378
380
|
zo as CommandShortcut,
|
|
379
|
-
|
|
381
|
+
jn as ConfirmPopover,
|
|
380
382
|
ve as Confluence,
|
|
381
383
|
Wo as CopyButton,
|
|
382
384
|
ye as Cursor,
|
|
383
385
|
we as CursorInstallDark,
|
|
384
386
|
He as CursorInstallLight,
|
|
385
387
|
_e as CursorLogotype,
|
|
386
|
-
|
|
387
|
-
|
|
388
|
+
Ue as Customerio,
|
|
389
|
+
on as DS_SPARKLE_DURATION_MS,
|
|
388
390
|
Ne as Datadog,
|
|
389
|
-
|
|
391
|
+
$n as DateTimePicker,
|
|
390
392
|
Ke as Daytona,
|
|
391
393
|
Zo as Dialog,
|
|
392
394
|
qo as DialogClose,
|
|
@@ -418,284 +420,287 @@ export {
|
|
|
418
420
|
Tr as DropdownMenuTrigger,
|
|
419
421
|
$e as E2b,
|
|
420
422
|
rt as Ebay,
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
423
|
+
rf as EmptyState,
|
|
424
|
+
tf as ErrorState,
|
|
425
|
+
Mx as ErrorTemplate,
|
|
426
|
+
Px as ErrorTemplateActions,
|
|
427
|
+
Bx as ErrorTemplateContent,
|
|
428
|
+
kx as ErrorTemplateDescription,
|
|
429
|
+
Gx as ErrorTemplateIcon,
|
|
430
|
+
Lx as ErrorTemplateLogo,
|
|
431
|
+
vx as ErrorTemplateTitle,
|
|
432
|
+
Ox as ErrorTemplateUrl,
|
|
431
433
|
tt as Evernote,
|
|
432
434
|
pt as Exa,
|
|
433
435
|
it as Factorial,
|
|
434
436
|
nt as Figma,
|
|
435
437
|
xt as Firecrawl,
|
|
436
|
-
st as
|
|
437
|
-
gt as
|
|
438
|
-
Tt as
|
|
439
|
-
St as
|
|
440
|
-
At as
|
|
441
|
-
Dt as
|
|
442
|
-
Mt as
|
|
443
|
-
Bt as
|
|
444
|
-
Gt as
|
|
445
|
-
vt as
|
|
446
|
-
yt as
|
|
447
|
-
wt as
|
|
448
|
-
Ht as
|
|
449
|
-
_t as
|
|
450
|
-
|
|
451
|
-
Nt as
|
|
452
|
-
Kt as
|
|
453
|
-
qt as
|
|
454
|
-
Xt as
|
|
455
|
-
jt as
|
|
456
|
-
$t as
|
|
457
|
-
ra as
|
|
458
|
-
ta as
|
|
459
|
-
pa as
|
|
460
|
-
ia as
|
|
438
|
+
st as Forkable,
|
|
439
|
+
gt as Freshservice,
|
|
440
|
+
Tt as Gemini,
|
|
441
|
+
St as Generic,
|
|
442
|
+
At as Github,
|
|
443
|
+
Dt as Gitlab,
|
|
444
|
+
Mt as Gmail,
|
|
445
|
+
Bt as Google,
|
|
446
|
+
Gt as GoogleCalendar,
|
|
447
|
+
vt as GoogleContacts,
|
|
448
|
+
yt as GoogleDocs,
|
|
449
|
+
wt as GoogleDrive,
|
|
450
|
+
Ht as GoogleFinance,
|
|
451
|
+
_t as GoogleFlight,
|
|
452
|
+
Ut as GoogleFlights,
|
|
453
|
+
Nt as GoogleHotels,
|
|
454
|
+
Kt as GoogleJobs,
|
|
455
|
+
qt as GoogleMaps,
|
|
456
|
+
Xt as GoogleNews,
|
|
457
|
+
jt as GoogleSheets,
|
|
458
|
+
$t as GoogleShopping,
|
|
459
|
+
ra as GoogleSlides,
|
|
460
|
+
ta as Goose,
|
|
461
|
+
pa as Granola,
|
|
462
|
+
ia as Heroku,
|
|
463
|
+
na as Hootsuite,
|
|
461
464
|
Sr as HoverCard,
|
|
462
465
|
hr as HoverCardContent,
|
|
463
466
|
Ar as HoverCardTrigger,
|
|
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
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
gm as
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
Ln as
|
|
660
|
-
vn as
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
Mm as
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
467
|
+
xa as Hubspot,
|
|
468
|
+
sa as Imgflip,
|
|
469
|
+
ii as Input,
|
|
470
|
+
ni as InputGroup,
|
|
471
|
+
fi as InputGroupAddon,
|
|
472
|
+
xi as InputGroupButton,
|
|
473
|
+
di as InputGroupInput,
|
|
474
|
+
si as InputGroupText,
|
|
475
|
+
ui as InputGroupTextarea,
|
|
476
|
+
ga as Intercom,
|
|
477
|
+
Ta as Jira,
|
|
478
|
+
Ci as JsonHighlight,
|
|
479
|
+
Si as Label,
|
|
480
|
+
Sa as Langchain,
|
|
481
|
+
Aa as LangchainLogotype,
|
|
482
|
+
Da as Linear,
|
|
483
|
+
Ma as Linkedin,
|
|
484
|
+
Ai as Loader,
|
|
485
|
+
Kf as LoginPage,
|
|
486
|
+
Ba as Luma,
|
|
487
|
+
Hx as MCP_OAUTH2_PROVIDER,
|
|
488
|
+
Ga as Mailchimp,
|
|
489
|
+
Di as Markdown,
|
|
490
|
+
va as Mastra,
|
|
491
|
+
ya as MastraLogotype,
|
|
492
|
+
wa as MathToolkit,
|
|
493
|
+
Ha as Mcp,
|
|
494
|
+
pf as Message,
|
|
495
|
+
mf as MessageAction,
|
|
496
|
+
lf as MessageActions,
|
|
497
|
+
nf as MessageAvatar,
|
|
498
|
+
ff as MessageContent,
|
|
499
|
+
_a as Microsoft,
|
|
500
|
+
Ua as MicrosoftDynamics,
|
|
501
|
+
Na as MicrosoftExcel,
|
|
502
|
+
Ka as MicrosoftOnedrive,
|
|
503
|
+
qa as MicrosoftOutlookCalendar,
|
|
504
|
+
Xa as MicrosoftOutlookMail,
|
|
505
|
+
ja as MicrosoftPowerpoint,
|
|
506
|
+
$a as MicrosoftSharepoint,
|
|
507
|
+
rp as MicrosoftTeams,
|
|
508
|
+
tp as MicrosoftWord,
|
|
509
|
+
pp as Miro,
|
|
510
|
+
Mi as MobileTooltip,
|
|
511
|
+
Pi as MobileTooltipContent,
|
|
512
|
+
Bi as MobileTooltipProvider,
|
|
513
|
+
ki as MobileTooltipTrigger,
|
|
514
|
+
ip as Monday,
|
|
515
|
+
np as MongoDB,
|
|
516
|
+
xp as Netsuite,
|
|
517
|
+
sp as Notion,
|
|
518
|
+
Vx as OAUTH2_PROVIDER,
|
|
519
|
+
_x as OAUTH_PROVIDERS,
|
|
520
|
+
Fx as OAUTH_PROVIDER_CATALOGUE,
|
|
521
|
+
Ux as OAuthId,
|
|
522
|
+
zx as OAuthProviderId,
|
|
523
|
+
Nx as OTHER_OAUTH_PROVIDERS,
|
|
524
|
+
gp as Oauth,
|
|
525
|
+
Tp as Obsidian,
|
|
526
|
+
Sp as Okta,
|
|
527
|
+
Ap as Openai,
|
|
528
|
+
Wx as PREBUILT_OAUTH_PROVIDERS,
|
|
529
|
+
Rx as PUBLIC_ICON_URL,
|
|
530
|
+
wx as PUBLIC_VIDEO_URL,
|
|
531
|
+
Dp as Pagerduty,
|
|
532
|
+
Mp as Pinecone,
|
|
533
|
+
Bp as Pinterest,
|
|
534
|
+
Gp as Pipedrive,
|
|
535
|
+
vp as Plaid,
|
|
536
|
+
Li as Popover,
|
|
537
|
+
vi as PopoverContent,
|
|
538
|
+
Oi as PopoverDescription,
|
|
539
|
+
yi as PopoverHeader,
|
|
540
|
+
Ri as PopoverTitle,
|
|
541
|
+
wi as PopoverTrigger,
|
|
542
|
+
yp as Postgres,
|
|
543
|
+
wp as Posthog,
|
|
544
|
+
Hi as ProBadge,
|
|
545
|
+
_i as Progress,
|
|
546
|
+
Fi as ProgressIndicator,
|
|
547
|
+
Ui as ProgressLabel,
|
|
548
|
+
zi as ProgressTrack,
|
|
549
|
+
Ni as ProgressValue,
|
|
550
|
+
df as PromptInput,
|
|
551
|
+
sf as PromptInputAction,
|
|
552
|
+
uf as PromptInputActions,
|
|
553
|
+
gf as PromptInputTextarea,
|
|
554
|
+
Hp as Pylon,
|
|
555
|
+
_p as Quickbooks,
|
|
556
|
+
Ki as RadioGroup,
|
|
557
|
+
Zi as RadioGroupItem,
|
|
558
|
+
Up as Railway,
|
|
559
|
+
Np as Reddit,
|
|
560
|
+
Tf as RequirementBadges,
|
|
561
|
+
Ji as ResizableHandle,
|
|
562
|
+
Xi as ResizablePanel,
|
|
563
|
+
Yi as ResizablePanelGroup,
|
|
564
|
+
Kp as Salesforce,
|
|
565
|
+
Qi as ScrollArea,
|
|
566
|
+
$i as ScrollBar,
|
|
567
|
+
rl as ScrollButton,
|
|
568
|
+
tl as Select,
|
|
569
|
+
al as SelectContent,
|
|
570
|
+
pl as SelectGroup,
|
|
571
|
+
ml as SelectItem,
|
|
572
|
+
il as SelectLabel,
|
|
573
|
+
ll as SelectScrollDownButton,
|
|
574
|
+
nl as SelectScrollUpButton,
|
|
575
|
+
fl as SelectSeparator,
|
|
576
|
+
xl as SelectTrigger,
|
|
577
|
+
dl as SelectValue,
|
|
578
|
+
ul as Separator,
|
|
579
|
+
Cl as Sheet,
|
|
580
|
+
Tl as SheetClose,
|
|
581
|
+
cl as SheetContent,
|
|
582
|
+
Sl as SheetDescription,
|
|
583
|
+
hl as SheetFooter,
|
|
584
|
+
Al as SheetHeader,
|
|
585
|
+
bl as SheetTitle,
|
|
586
|
+
Dl as SheetTrigger,
|
|
587
|
+
qp as Shopify,
|
|
588
|
+
Ml as Sidebar,
|
|
589
|
+
Pl as SidebarContent,
|
|
590
|
+
Bl as SidebarFooter,
|
|
591
|
+
kl as SidebarGroup,
|
|
592
|
+
Gl as SidebarGroupAction,
|
|
593
|
+
Ll as SidebarGroupContent,
|
|
594
|
+
vl as SidebarGroupLabel,
|
|
595
|
+
Ol as SidebarHeader,
|
|
596
|
+
yl as SidebarInput,
|
|
597
|
+
Rl as SidebarInset,
|
|
598
|
+
wl as SidebarMenu,
|
|
599
|
+
El as SidebarMenuAction,
|
|
600
|
+
Hl as SidebarMenuBadge,
|
|
601
|
+
Vl as SidebarMenuButton,
|
|
602
|
+
_l as SidebarMenuItem,
|
|
603
|
+
Fl as SidebarMenuSkeleton,
|
|
604
|
+
Ul as SidebarMenuSub,
|
|
605
|
+
zl as SidebarMenuSubButton,
|
|
606
|
+
Nl as SidebarMenuSubItem,
|
|
607
|
+
Wl as SidebarProvider,
|
|
608
|
+
Kl as SidebarRail,
|
|
609
|
+
Zl as SidebarSeparator,
|
|
610
|
+
ql as SidebarTrigger,
|
|
611
|
+
Xp as Singlestore,
|
|
612
|
+
Yl as Skeleton,
|
|
613
|
+
jp as Slack,
|
|
614
|
+
Ql as Slider,
|
|
615
|
+
$p as Snowflake,
|
|
616
|
+
rn as SparkleBurst,
|
|
617
|
+
rm as Splunk,
|
|
618
|
+
tm as Spotify,
|
|
619
|
+
pm as Square,
|
|
620
|
+
im as Squarespace,
|
|
621
|
+
nm as Squareup,
|
|
622
|
+
tn as StepIndicator,
|
|
623
|
+
hf as StepsProgress,
|
|
624
|
+
xm as Stripe,
|
|
625
|
+
bf as SuggestionCard,
|
|
626
|
+
Df as SuggestionCardSkeleton,
|
|
627
|
+
ln as Switch,
|
|
628
|
+
Qx as TOOLKITS,
|
|
629
|
+
$x as TOOLKIT_CATALOGUE,
|
|
630
|
+
Zx as TOOLKIT_ICON_MAP,
|
|
631
|
+
fn as Table,
|
|
632
|
+
xn as TableBody,
|
|
633
|
+
dn as TableCaption,
|
|
634
|
+
sn as TableCell,
|
|
635
|
+
un as TableFooter,
|
|
636
|
+
gn as TableHead,
|
|
637
|
+
Cn as TableHeader,
|
|
638
|
+
Tn as TableRow,
|
|
639
|
+
Sn as Tabs,
|
|
640
|
+
hn as TabsContent,
|
|
641
|
+
An as TabsList,
|
|
642
|
+
bn as TabsTrigger,
|
|
643
|
+
Mf as TagsInput,
|
|
644
|
+
Pf as TagsInputValue,
|
|
645
|
+
sm as Telegram,
|
|
646
|
+
gm as Tesla,
|
|
647
|
+
Mn as Textarea,
|
|
648
|
+
Tm as Ticktick,
|
|
649
|
+
Sm as Tiktok,
|
|
650
|
+
Bn as Toggle,
|
|
651
|
+
kf as ToolAuthorization,
|
|
652
|
+
Gf as ToolAuthorizationArgs,
|
|
653
|
+
Lf as ToolAuthorizationContent,
|
|
654
|
+
vf as ToolAuthorizationHeader,
|
|
655
|
+
Of as ToolAuthorizationMessage,
|
|
656
|
+
Rf as ToolCallAccordion,
|
|
657
|
+
wf as ToolCallAccordionContent,
|
|
658
|
+
Ef as ToolCallAccordionItem,
|
|
659
|
+
Hf as ToolCallAccordionTrigger,
|
|
660
|
+
_f as ToolCard,
|
|
661
|
+
cf as ToolkitCard,
|
|
662
|
+
Ln as Tooltip,
|
|
663
|
+
vn as TooltipContent,
|
|
664
|
+
On as TooltipProvider,
|
|
665
|
+
yn as TooltipTrigger,
|
|
666
|
+
Am as Trello,
|
|
667
|
+
Dm as Twilio,
|
|
668
|
+
Mm as Twitch,
|
|
669
|
+
Uf as UserNav,
|
|
670
|
+
Bm as Vercel,
|
|
671
|
+
Gm as VercelLogotype,
|
|
672
|
+
wn as ViewToolsControl,
|
|
673
|
+
Hn as VirtualizedGrid,
|
|
674
|
+
vm as Vscode,
|
|
675
|
+
ym as Walmart,
|
|
676
|
+
wm as Weaviate,
|
|
677
|
+
Hm as Windsurf,
|
|
678
|
+
_m as Workday,
|
|
679
|
+
Um as Wrike,
|
|
680
|
+
Nm as X,
|
|
681
|
+
Km as Xero,
|
|
682
|
+
qm as Youtube,
|
|
683
|
+
Xm as Yugabytedb,
|
|
684
|
+
jm as Zendesk,
|
|
685
|
+
$m as Zoho,
|
|
686
|
+
ri as ZohoBooks,
|
|
687
|
+
ti as ZohoCreator,
|
|
688
|
+
pi as Zoom,
|
|
684
689
|
w as avatarBadgeVariants,
|
|
685
690
|
V as badgeVariants,
|
|
686
691
|
j as buttonVariants,
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
692
|
+
rd as findPrebuiltProviderById,
|
|
693
|
+
ed as findPrebuiltProviderByProviderId,
|
|
694
|
+
td as findToolkitByName,
|
|
695
|
+
qx as getToolIconByToolkitName,
|
|
696
|
+
Jx as getToolkitIcon,
|
|
697
|
+
Xx as getToolkitIconByName,
|
|
698
|
+
ad as isKnownToolkit,
|
|
699
|
+
pd as isPrebuiltProvider,
|
|
700
|
+
Ti as jsonHighlightVariants,
|
|
701
|
+
an as stepIndicatorIconVariants,
|
|
702
|
+
pn as stepIndicatorLabelVariants,
|
|
703
|
+
Dn as tabsListVariants,
|
|
704
|
+
kn as toggleVariants,
|
|
705
|
+
Jl as useSidebar
|
|
701
706
|
};
|