@arcadeai/design-system 3.39.0 → 3.39.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/telegram.js +10 -0
- package/dist/components/index.js +272 -270
- 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 +58 -56
- package/dist/components/ui/atoms/icons/telegram.d.ts +4 -0
- package/dist/components/ui/atoms/icons/telegram.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/telegram.js +37 -0
- package/dist/components/ui/atoms/index.js +173 -171
- package/dist/components/ui/index.js +272 -270
- package/dist/main.js +299 -297
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +40 -38
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -150,81 +150,82 @@ import { Square as Qp } from "./ui/atoms/icons/square.js";
|
|
|
150
150
|
import { Squarespace as om } from "./ui/atoms/icons/squarespace.js";
|
|
151
151
|
import { Squareup as em } from "./ui/atoms/icons/squareup.js";
|
|
152
152
|
import { Stripe as am } from "./ui/atoms/icons/stripe.js";
|
|
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 {
|
|
153
|
+
import { Telegram as mm } from "./ui/atoms/icons/telegram.js";
|
|
154
|
+
import { Tesla as lm } from "./ui/atoms/icons/tesla.js";
|
|
155
|
+
import { Ticktick as fm } from "./ui/atoms/icons/ticktick.js";
|
|
156
|
+
import { Tiktok as dm } from "./ui/atoms/icons/tiktok.js";
|
|
157
|
+
import { Trello as gm } from "./ui/atoms/icons/trello.js";
|
|
158
|
+
import { Twilio as Cm } from "./ui/atoms/icons/twilio.js";
|
|
159
|
+
import { Twitch as Sm } from "./ui/atoms/icons/twitch.js";
|
|
160
|
+
import { Vercel as hm } from "./ui/atoms/icons/vercel.js";
|
|
161
|
+
import { VercelLogotype as Am } from "./ui/atoms/icons/vercel-logotype.js";
|
|
162
|
+
import { Vscode as Dm } from "./ui/atoms/icons/vscode.js";
|
|
163
|
+
import { Walmart as Bm } from "./ui/atoms/icons/walmart.js";
|
|
164
|
+
import { Weaviate as Pm } from "./ui/atoms/icons/weaviate.js";
|
|
165
|
+
import { Windsurf as vm } from "./ui/atoms/icons/windsurf.js";
|
|
166
|
+
import { Workday as ym } from "./ui/atoms/icons/workday.js";
|
|
167
|
+
import { Wrike as Hm } from "./ui/atoms/icons/wrike.js";
|
|
168
|
+
import { X as Fm } from "./ui/atoms/icons/x.js";
|
|
169
|
+
import { Xero as Om } from "./ui/atoms/icons/xero.js";
|
|
170
|
+
import { Youtube as zm } from "./ui/atoms/icons/youtube.js";
|
|
171
|
+
import { Yugabytedb as Wm } from "./ui/atoms/icons/yugabytedb.js";
|
|
172
|
+
import { Zendesk as Zm } from "./ui/atoms/icons/zendesk.js";
|
|
173
|
+
import { Zoho as Jm } from "./ui/atoms/icons/zoho.js";
|
|
174
|
+
import { ZohoBooks as Xm } from "./ui/atoms/icons/zoho-books.js";
|
|
175
|
+
import { ZohoCreator as jm } from "./ui/atoms/icons/zoho-creator.js";
|
|
176
|
+
import { Zoom as Qm } from "./ui/atoms/icons/zoom.js";
|
|
177
|
+
import { Input as oi } from "./ui/atoms/input.js";
|
|
178
|
+
import { JsonHighlight as ei, jsonHighlightVariants as ti } from "./ui/atoms/json-highlight.js";
|
|
179
|
+
import { Label as pi } from "./ui/atoms/label.js";
|
|
180
|
+
import { Loader as ii } from "./ui/atoms/loader.js";
|
|
181
|
+
import { M as ni } from "../markdown-D0xxRbwP.js";
|
|
182
|
+
import { MobileTooltip as xi, MobileTooltipContent as di, MobileTooltipProvider as si, MobileTooltipTrigger as gi } from "./ui/atoms/mobile-tooltip.js";
|
|
183
|
+
import { Popover as Ci, PopoverAnchor as ci, PopoverContent as Si, PopoverTrigger as Ti } from "./ui/atoms/popover.js";
|
|
184
|
+
import { ProBadge as bi } from "./ui/atoms/pro-badge.js";
|
|
185
|
+
import { Progress as Mi } from "./ui/atoms/progress.js";
|
|
186
|
+
import { RadioGroup as ki, RadioGroupItem as Bi } from "./ui/atoms/radio-group.js";
|
|
187
|
+
import { ResizableHandle as Pi, ResizablePanel as Li, ResizablePanelGroup as vi } from "./ui/atoms/resizable.js";
|
|
188
|
+
import { ScrollArea as yi, ScrollBar as wi } from "./ui/atoms/scroll-area.js";
|
|
189
|
+
import { ScrollButton as Ei } from "./ui/atoms/scroll-button.js";
|
|
190
|
+
import { Select as Ri, SelectContent as Oi, SelectGroup as Vi, SelectItem as zi, SelectLabel as Ni, SelectScrollDownButton as Wi, SelectScrollUpButton as Ui, SelectSeparator as Zi, SelectTrigger as qi, SelectValue as Ji } from "./ui/atoms/select.js";
|
|
191
|
+
import { Separator as Xi } from "./ui/atoms/separator.js";
|
|
192
|
+
import { Sheet as ji, SheetClose as Ki, SheetContent as Qi, SheetDescription as $i, SheetFooter as ol, SheetHeader as rl, SheetTitle as el, SheetTrigger as tl } from "./ui/atoms/sheet.js";
|
|
193
|
+
import { Sidebar as pl, SidebarContent as ml, SidebarFooter as il, SidebarGroup as ll, SidebarGroupAction as nl, SidebarGroupContent as fl, SidebarGroupLabel as xl, SidebarHeader as dl, SidebarInput as sl, SidebarInset as gl, SidebarMenu as ul, SidebarMenuAction as Cl, SidebarMenuBadge as cl, SidebarMenuButton as Sl, SidebarMenuItem as Tl, SidebarMenuSkeleton as hl, SidebarMenuSub as bl, SidebarMenuSubButton as Al, SidebarMenuSubItem as Ml, SidebarProvider as Dl, SidebarRail as kl, SidebarSeparator as Bl, SidebarTrigger as Gl, useSidebar as Pl } from "./ui/atoms/sidebar.js";
|
|
194
|
+
import { Skeleton as vl } from "./ui/atoms/skeleton.js";
|
|
195
|
+
import { Slider as yl } from "./ui/atoms/slider.js";
|
|
196
|
+
import { DS_SPARKLE_DURATION_MS as Hl, SparkleBurst as El } from "./ui/atoms/sparkle-burst.js";
|
|
197
|
+
import { StepIndicator as Rl, stepIndicatorIconVariants as Ol, stepIndicatorLabelVariants as Vl } from "./ui/atoms/step-indicator.js";
|
|
198
|
+
import { Switch as Nl } from "./ui/atoms/switch.js";
|
|
199
|
+
import { Table as Ul, TableBody as Zl, TableCaption as ql, TableCell as Jl, TableFooter as _l, TableHead as Xl, TableHeader as Yl, TableRow as jl } from "./ui/atoms/table.js";
|
|
200
|
+
import { Tabs as Ql, TabsContent as $l, TabsList as on, TabsTrigger as rn } from "./ui/atoms/tabs.js";
|
|
201
|
+
import { Textarea as tn } from "./ui/atoms/textarea.js";
|
|
202
|
+
import { Toggle as pn, toggleVariants as mn } from "./ui/atoms/toggle.js";
|
|
203
|
+
import { Tooltip as nn, TooltipContent as fn, TooltipProvider as xn, TooltipTrigger as dn } from "./ui/atoms/tooltip.js";
|
|
204
|
+
import { ViewToolsControl as gn } from "./ui/atoms/view-tools-control.js";
|
|
205
|
+
import { VirtualizedGrid as Cn } from "./ui/atoms/virtualized-grid.js";
|
|
206
|
+
import { ChatHistoryItem as Sn } from "./ui/molecules/chat-history-item.js";
|
|
207
|
+
import { ChatAssistantMessage as hn, ChatMessageList as bn, ChatMessageListSkeleton as An, ChatStreamingIndicator as Mn, ChatUserMessage as Dn } from "./ui/molecules/chat-message-list.js";
|
|
208
|
+
import { ClientSecretInput as Bn } from "./ui/molecules/client-secret-field.js";
|
|
209
|
+
import { CommandBar as Pn } from "./ui/molecules/command-bar.js";
|
|
210
|
+
import { ConfirmPopover as vn } from "./ui/molecules/confirm-popover.js";
|
|
211
|
+
import { DateTimePicker as yn } from "./ui/molecules/date-time-picker.js";
|
|
212
|
+
import { EmptyState as Hn } from "./ui/molecules/empty-state.js";
|
|
213
|
+
import { ErrorState as Fn } from "./ui/molecules/error-state.js";
|
|
214
|
+
import { Message as On, MessageAction as Vn, MessageActions as zn, MessageAvatar as Nn, MessageContent as Wn } from "./ui/molecules/message.js";
|
|
215
|
+
import { PromptInput as Zn, PromptInputAction as qn, PromptInputActions as Jn, PromptInputTextarea as _n } from "./ui/molecules/prompt-input.js";
|
|
216
|
+
import { R as Yn, T as jn } from "../toolkit-card-CB1oiaei.js";
|
|
217
|
+
import { StepsProgress as Qn } from "./ui/molecules/steps-progress.js";
|
|
218
|
+
import { SuggestionCard as of, SuggestionCardSkeleton as rf } from "./ui/molecules/suggestion-card.js";
|
|
219
|
+
import { ToolAuthorization as tf, ToolAuthorizationArgs as af, ToolAuthorizationContent as pf, ToolAuthorizationHeader as mf, ToolAuthorizationMessage as lf } from "./ui/molecules/tool-authorization.js";
|
|
220
|
+
import { ToolCallAccordion as ff, ToolCallAccordionContent as xf, ToolCallAccordionItem as df, ToolCallAccordionTrigger as sf } from "./ui/molecules/tool-call-accordion.js";
|
|
221
|
+
import { ToolCard as uf } from "./ui/molecules/tool-card.js";
|
|
222
|
+
import { UserNav as cf } from "./ui/molecules/user-nav.js";
|
|
223
|
+
import { ChatPageSkeleton as Tf } from "./ui/pages/chat-page-skeleton.js";
|
|
224
|
+
import { LoginPage as bf } from "./ui/pages/login-page.js";
|
|
225
|
+
import { AuthTemplate as Mf, AuthTemplateCard as Df, AuthTemplateContent as kf, AuthTemplateDefaultBackground as Bf, AuthTemplateDescription as Gf, AuthTemplateFooter as Pf, AuthTemplateGridOverlay as Lf, AuthTemplateHeader as vf, AuthTemplateLegal as If, AuthTemplateLegalLink as yf, AuthTemplateLogo as wf, AuthTemplatePrompt as Hf, AuthTemplatePromptLink as Ef, AuthTemplateTitle as Ff, AuthTemplateVideoBackground as Rf } from "./ui/templates/auth-template.js";
|
|
226
|
+
import { ChatTemplate as Vf, ChatTemplateBody as zf, ChatTemplateFooter as Nf, ChatTemplateHeader as Wf, ChatTemplateHeaderGroup as Uf, ChatTemplateOverview as Zf, ChatTemplateOverviewSubtitle as qf, ChatTemplateOverviewTitle as Jf, ChatTemplateSuggestions as _f } from "./ui/templates/chat-template.js";
|
|
227
|
+
import { ChatBodySkeleton as Yf, ChatContentSkeleton as jf, ChatFooterSkeleton as Kf, ChatHeaderSkeleton as Qf, ChatSidebarSkeleton as $f } from "./ui/templates/chat-template-skeletons.js";
|
|
228
|
+
import { ErrorTemplate as rx, ErrorTemplateActions as ex, ErrorTemplateContent as tx, ErrorTemplateDescription as ax, ErrorTemplateIcon as px, ErrorTemplateLogo as mx, ErrorTemplateTitle as ix, ErrorTemplateUrl as lx } from "./ui/templates/error-template.js";
|
|
228
229
|
export {
|
|
229
230
|
e as Accordion,
|
|
230
231
|
t as AccordionContent,
|
|
@@ -256,21 +257,21 @@ export {
|
|
|
256
257
|
Hr as Atlassian,
|
|
257
258
|
Fr as Attio,
|
|
258
259
|
Or as Auth0,
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
260
|
+
Mf as AuthTemplate,
|
|
261
|
+
Df as AuthTemplateCard,
|
|
262
|
+
kf as AuthTemplateContent,
|
|
263
|
+
Bf as AuthTemplateDefaultBackground,
|
|
264
|
+
Gf as AuthTemplateDescription,
|
|
265
|
+
Pf as AuthTemplateFooter,
|
|
266
|
+
Lf as AuthTemplateGridOverlay,
|
|
267
|
+
vf as AuthTemplateHeader,
|
|
268
|
+
If as AuthTemplateLegal,
|
|
269
|
+
yf as AuthTemplateLegalLink,
|
|
270
|
+
wf as AuthTemplateLogo,
|
|
271
|
+
Hf as AuthTemplatePrompt,
|
|
272
|
+
Ef as AuthTemplatePromptLink,
|
|
273
|
+
Ff as AuthTemplateTitle,
|
|
274
|
+
Rf as AuthTemplateVideoBackground,
|
|
274
275
|
k as Avatar,
|
|
275
276
|
B as AvatarFallback,
|
|
276
277
|
G as AvatarImage,
|
|
@@ -313,36 +314,36 @@ export {
|
|
|
313
314
|
fo as ChartStyle,
|
|
314
315
|
xo as ChartTooltip,
|
|
315
316
|
so as ChartTooltipContent,
|
|
316
|
-
|
|
317
|
-
|
|
317
|
+
hn as ChatAssistantMessage,
|
|
318
|
+
Yf as ChatBodySkeleton,
|
|
318
319
|
uo as ChatContainerContent,
|
|
319
320
|
Co as ChatContainerRoot,
|
|
320
321
|
co as ChatContainerScrollAnchor,
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
322
|
+
jf as ChatContentSkeleton,
|
|
323
|
+
Kf as ChatFooterSkeleton,
|
|
324
|
+
Qf as ChatHeaderSkeleton,
|
|
325
|
+
Sn as ChatHistoryItem,
|
|
326
|
+
bn as ChatMessageList,
|
|
327
|
+
An as ChatMessageListSkeleton,
|
|
328
|
+
Tf as ChatPageSkeleton,
|
|
329
|
+
$f as ChatSidebarSkeleton,
|
|
330
|
+
Mn as ChatStreamingIndicator,
|
|
331
|
+
Vf as ChatTemplate,
|
|
332
|
+
zf as ChatTemplateBody,
|
|
333
|
+
Nf as ChatTemplateFooter,
|
|
334
|
+
Wf as ChatTemplateHeader,
|
|
335
|
+
Uf as ChatTemplateHeaderGroup,
|
|
336
|
+
Zf as ChatTemplateOverview,
|
|
337
|
+
qf as ChatTemplateOverviewSubtitle,
|
|
338
|
+
Jf as ChatTemplateOverviewTitle,
|
|
339
|
+
_f as ChatTemplateSuggestions,
|
|
340
|
+
Dn as ChatUserMessage,
|
|
340
341
|
To as Checkbox,
|
|
341
342
|
fe as Claude,
|
|
342
343
|
de as ClaudeCodeLogotype,
|
|
343
344
|
ge as Clickhouse,
|
|
344
345
|
Ce as Clickup,
|
|
345
|
-
|
|
346
|
+
Bn as ClientSecretInput,
|
|
346
347
|
Se as Cline,
|
|
347
348
|
he as Closeio,
|
|
348
349
|
bo as CodeBlock,
|
|
@@ -354,7 +355,7 @@ export {
|
|
|
354
355
|
Bo as CollapsibleContent,
|
|
355
356
|
Go as CollapsibleTrigger,
|
|
356
357
|
Lo as Command,
|
|
357
|
-
|
|
358
|
+
Pn as CommandBar,
|
|
358
359
|
vo as CommandDialog,
|
|
359
360
|
Io as CommandEmpty,
|
|
360
361
|
yo as CommandGroup,
|
|
@@ -363,7 +364,7 @@ export {
|
|
|
363
364
|
Eo as CommandList,
|
|
364
365
|
Fo as CommandSeparator,
|
|
365
366
|
Ro as CommandShortcut,
|
|
366
|
-
|
|
367
|
+
vn as ConfirmPopover,
|
|
367
368
|
Be as Confluence,
|
|
368
369
|
Vo as CopyButton,
|
|
369
370
|
Pe as Cursor,
|
|
@@ -371,9 +372,9 @@ export {
|
|
|
371
372
|
ye as CursorInstallLight,
|
|
372
373
|
He as CursorLogotype,
|
|
373
374
|
Fe as Customerio,
|
|
374
|
-
|
|
375
|
+
Hl as DS_SPARKLE_DURATION_MS,
|
|
375
376
|
Oe as Datadog,
|
|
376
|
-
|
|
377
|
+
yn as DateTimePicker,
|
|
377
378
|
ze as Daytona,
|
|
378
379
|
No as Dialog,
|
|
379
380
|
Wo as DialogClose,
|
|
@@ -405,16 +406,16 @@ export {
|
|
|
405
406
|
dr as DropdownMenuTrigger,
|
|
406
407
|
Xe as E2b,
|
|
407
408
|
je as Ebay,
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
409
|
+
Hn as EmptyState,
|
|
410
|
+
Fn as ErrorState,
|
|
411
|
+
rx as ErrorTemplate,
|
|
412
|
+
ex as ErrorTemplateActions,
|
|
413
|
+
tx as ErrorTemplateContent,
|
|
414
|
+
ax as ErrorTemplateDescription,
|
|
415
|
+
px as ErrorTemplateIcon,
|
|
416
|
+
mx as ErrorTemplateLogo,
|
|
417
|
+
ix as ErrorTemplateTitle,
|
|
418
|
+
lx as ErrorTemplateUrl,
|
|
418
419
|
Qe as Evernote,
|
|
419
420
|
ot as Exa,
|
|
420
421
|
et as Factorial,
|
|
@@ -450,29 +451,29 @@ export {
|
|
|
450
451
|
Cr as HoverCardTrigger,
|
|
451
452
|
aa as Hubspot,
|
|
452
453
|
ma as Imgflip,
|
|
453
|
-
|
|
454
|
+
oi as Input,
|
|
454
455
|
la as Intercom,
|
|
455
456
|
fa as Jira,
|
|
456
|
-
|
|
457
|
-
|
|
457
|
+
ei as JsonHighlight,
|
|
458
|
+
pi as Label,
|
|
458
459
|
da as Langchain,
|
|
459
460
|
ga as LangchainLogotype,
|
|
460
461
|
Ca as Linear,
|
|
461
462
|
Sa as Linkedin,
|
|
462
|
-
|
|
463
|
-
|
|
463
|
+
ii as Loader,
|
|
464
|
+
bf as LoginPage,
|
|
464
465
|
ha as Luma,
|
|
465
466
|
Aa as Mailchimp,
|
|
466
|
-
|
|
467
|
+
ni as Markdown,
|
|
467
468
|
Da as Mastra,
|
|
468
469
|
Ba as MastraLogotype,
|
|
469
470
|
Pa as MathToolkit,
|
|
470
471
|
va as Mcp,
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
472
|
+
On as Message,
|
|
473
|
+
Vn as MessageAction,
|
|
474
|
+
zn as MessageActions,
|
|
475
|
+
Nn as MessageAvatar,
|
|
476
|
+
Wn as MessageContent,
|
|
476
477
|
ya as Microsoft,
|
|
477
478
|
Ha as MicrosoftDynamics,
|
|
478
479
|
Fa as MicrosoftExcel,
|
|
@@ -484,10 +485,10 @@ export {
|
|
|
484
485
|
Xa as MicrosoftTeams,
|
|
485
486
|
ja as MicrosoftWord,
|
|
486
487
|
Qa as Miro,
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
488
|
+
xi as MobileTooltip,
|
|
489
|
+
di as MobileTooltipContent,
|
|
490
|
+
si as MobileTooltipProvider,
|
|
491
|
+
gi as MobileTooltipTrigger,
|
|
491
492
|
op as Monday,
|
|
492
493
|
ep as MongoDB,
|
|
493
494
|
ap as Netsuite,
|
|
@@ -501,153 +502,154 @@ export {
|
|
|
501
502
|
hp as Pinterest,
|
|
502
503
|
Ap as Pipedrive,
|
|
503
504
|
Dp as Plaid,
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
505
|
+
Ci as Popover,
|
|
506
|
+
ci as PopoverAnchor,
|
|
507
|
+
Si as PopoverContent,
|
|
508
|
+
Ti as PopoverTrigger,
|
|
508
509
|
Bp as Postgres,
|
|
509
510
|
Pp as Posthog,
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
511
|
+
bi as ProBadge,
|
|
512
|
+
Mi as Progress,
|
|
513
|
+
Zn as PromptInput,
|
|
514
|
+
qn as PromptInputAction,
|
|
515
|
+
Jn as PromptInputActions,
|
|
516
|
+
_n as PromptInputTextarea,
|
|
516
517
|
vp as Pylon,
|
|
517
518
|
yp as Quickbooks,
|
|
518
|
-
|
|
519
|
-
|
|
519
|
+
ki as RadioGroup,
|
|
520
|
+
Bi as RadioGroupItem,
|
|
520
521
|
Hp as Railway,
|
|
521
522
|
Fp as Reddit,
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
523
|
+
Yn as RequirementBadges,
|
|
524
|
+
Pi as ResizableHandle,
|
|
525
|
+
Li as ResizablePanel,
|
|
526
|
+
vi as ResizablePanelGroup,
|
|
526
527
|
Op as Salesforce,
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
528
|
+
yi as ScrollArea,
|
|
529
|
+
wi as ScrollBar,
|
|
530
|
+
Ei as ScrollButton,
|
|
531
|
+
Ri as Select,
|
|
532
|
+
Oi as SelectContent,
|
|
533
|
+
Vi as SelectGroup,
|
|
534
|
+
zi as SelectItem,
|
|
535
|
+
Ni as SelectLabel,
|
|
536
|
+
Wi as SelectScrollDownButton,
|
|
537
|
+
Ui as SelectScrollUpButton,
|
|
538
|
+
Zi as SelectSeparator,
|
|
539
|
+
qi as SelectTrigger,
|
|
540
|
+
Ji as SelectValue,
|
|
541
|
+
Xi as Separator,
|
|
542
|
+
ji as Sheet,
|
|
543
|
+
Ki as SheetClose,
|
|
544
|
+
Qi as SheetContent,
|
|
545
|
+
$i as SheetDescription,
|
|
546
|
+
ol as SheetFooter,
|
|
547
|
+
rl as SheetHeader,
|
|
548
|
+
el as SheetTitle,
|
|
549
|
+
tl as SheetTrigger,
|
|
549
550
|
zp as Shopify,
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
551
|
+
pl as Sidebar,
|
|
552
|
+
ml as SidebarContent,
|
|
553
|
+
il as SidebarFooter,
|
|
554
|
+
ll as SidebarGroup,
|
|
555
|
+
nl as SidebarGroupAction,
|
|
556
|
+
fl as SidebarGroupContent,
|
|
557
|
+
xl as SidebarGroupLabel,
|
|
558
|
+
dl as SidebarHeader,
|
|
559
|
+
sl as SidebarInput,
|
|
560
|
+
gl as SidebarInset,
|
|
561
|
+
ul as SidebarMenu,
|
|
562
|
+
Cl as SidebarMenuAction,
|
|
563
|
+
cl as SidebarMenuBadge,
|
|
564
|
+
Sl as SidebarMenuButton,
|
|
565
|
+
Tl as SidebarMenuItem,
|
|
566
|
+
hl as SidebarMenuSkeleton,
|
|
567
|
+
bl as SidebarMenuSub,
|
|
568
|
+
Al as SidebarMenuSubButton,
|
|
569
|
+
Ml as SidebarMenuSubItem,
|
|
570
|
+
Dl as SidebarProvider,
|
|
571
|
+
kl as SidebarRail,
|
|
572
|
+
Bl as SidebarSeparator,
|
|
573
|
+
Gl as SidebarTrigger,
|
|
573
574
|
Wp as Singlestore,
|
|
574
|
-
|
|
575
|
+
vl as Skeleton,
|
|
575
576
|
Zp as Slack,
|
|
576
|
-
|
|
577
|
+
yl as Slider,
|
|
577
578
|
Jp as Snowflake,
|
|
578
|
-
|
|
579
|
+
El as SparkleBurst,
|
|
579
580
|
Xp as Splunk,
|
|
580
581
|
jp as Spotify,
|
|
581
582
|
Qp as Square,
|
|
582
583
|
om as Squarespace,
|
|
583
584
|
em as Squareup,
|
|
584
|
-
|
|
585
|
-
|
|
585
|
+
Rl as StepIndicator,
|
|
586
|
+
Qn as StepsProgress,
|
|
586
587
|
am as Stripe,
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
mm as
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
fm as
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
lf as
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
sf as
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
gm as
|
|
624
|
-
Cm as
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
hm as
|
|
628
|
-
|
|
629
|
-
gn as
|
|
630
|
-
|
|
631
|
-
Dm as
|
|
632
|
-
Bm as
|
|
633
|
-
Pm as
|
|
634
|
-
vm as
|
|
635
|
-
ym as
|
|
636
|
-
Hm as
|
|
637
|
-
Fm as
|
|
638
|
-
Om as
|
|
639
|
-
zm as
|
|
640
|
-
Wm as
|
|
641
|
-
Zm as
|
|
642
|
-
Jm as
|
|
643
|
-
Xm as
|
|
644
|
-
jm as
|
|
588
|
+
of as SuggestionCard,
|
|
589
|
+
rf as SuggestionCardSkeleton,
|
|
590
|
+
Nl as Switch,
|
|
591
|
+
Ul as Table,
|
|
592
|
+
Zl as TableBody,
|
|
593
|
+
ql as TableCaption,
|
|
594
|
+
Jl as TableCell,
|
|
595
|
+
_l as TableFooter,
|
|
596
|
+
Xl as TableHead,
|
|
597
|
+
Yl as TableHeader,
|
|
598
|
+
jl as TableRow,
|
|
599
|
+
Ql as Tabs,
|
|
600
|
+
$l as TabsContent,
|
|
601
|
+
on as TabsList,
|
|
602
|
+
rn as TabsTrigger,
|
|
603
|
+
mm as Telegram,
|
|
604
|
+
lm as Tesla,
|
|
605
|
+
tn as Textarea,
|
|
606
|
+
fm as Ticktick,
|
|
607
|
+
dm as Tiktok,
|
|
608
|
+
pn as Toggle,
|
|
609
|
+
tf as ToolAuthorization,
|
|
610
|
+
af as ToolAuthorizationArgs,
|
|
611
|
+
pf as ToolAuthorizationContent,
|
|
612
|
+
mf as ToolAuthorizationHeader,
|
|
613
|
+
lf as ToolAuthorizationMessage,
|
|
614
|
+
ff as ToolCallAccordion,
|
|
615
|
+
xf as ToolCallAccordionContent,
|
|
616
|
+
df as ToolCallAccordionItem,
|
|
617
|
+
sf as ToolCallAccordionTrigger,
|
|
618
|
+
uf as ToolCard,
|
|
619
|
+
jn as ToolkitCard,
|
|
620
|
+
nn as Tooltip,
|
|
621
|
+
fn as TooltipContent,
|
|
622
|
+
xn as TooltipProvider,
|
|
623
|
+
dn as TooltipTrigger,
|
|
624
|
+
gm as Trello,
|
|
625
|
+
Cm as Twilio,
|
|
626
|
+
Sm as Twitch,
|
|
627
|
+
cf as UserNav,
|
|
628
|
+
hm as Vercel,
|
|
629
|
+
Am as VercelLogotype,
|
|
630
|
+
gn as ViewToolsControl,
|
|
631
|
+
Cn as VirtualizedGrid,
|
|
632
|
+
Dm as Vscode,
|
|
633
|
+
Bm as Walmart,
|
|
634
|
+
Pm as Weaviate,
|
|
635
|
+
vm as Windsurf,
|
|
636
|
+
ym as Workday,
|
|
637
|
+
Hm as Wrike,
|
|
638
|
+
Fm as X,
|
|
639
|
+
Om as Xero,
|
|
640
|
+
zm as Youtube,
|
|
641
|
+
Wm as Yugabytedb,
|
|
642
|
+
Zm as Zendesk,
|
|
643
|
+
Jm as Zoho,
|
|
644
|
+
Xm as ZohoBooks,
|
|
645
|
+
jm as ZohoCreator,
|
|
646
|
+
Qm as Zoom,
|
|
645
647
|
v as avatarBadgeVariants,
|
|
646
648
|
w as badgeVariants,
|
|
647
649
|
J as buttonVariants,
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
650
|
+
ti as jsonHighlightVariants,
|
|
651
|
+
Ol as stepIndicatorIconVariants,
|
|
652
|
+
Vl as stepIndicatorLabelVariants,
|
|
653
|
+
mn as toggleVariants,
|
|
654
|
+
Pl as useSidebar
|
|
653
655
|
};
|