@arcadeai/design-system 3.39.4 → 3.40.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/components/index.js +114 -111
- package/dist/components/ui/index.js +114 -111
- 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/main.js +90 -87
- package/package.json +3 -3
package/dist/main.js
CHANGED
|
@@ -217,21 +217,22 @@ import { PromptInput as ff, PromptInputAction as xf, PromptInputActions as df, P
|
|
|
217
217
|
import { R as gf, T as Cf } from "./toolkit-card-Dc104Z9e.js";
|
|
218
218
|
import { StepsProgress as cf } from "./components/ui/molecules/steps-progress.js";
|
|
219
219
|
import { SuggestionCard as hf, SuggestionCardSkeleton as Af } from "./components/ui/molecules/suggestion-card.js";
|
|
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 {
|
|
220
|
+
import { TagsInput as Df, TagsInputValue as If } from "./components/ui/molecules/tags-input.js";
|
|
221
|
+
import { ToolAuthorization as Pf, ToolAuthorizationArgs as Bf, ToolAuthorizationContent as kf, ToolAuthorizationHeader as Gf, ToolAuthorizationMessage as Lf } from "./components/ui/molecules/tool-authorization.js";
|
|
222
|
+
import { ToolCallAccordion as Of, ToolCallAccordionContent as yf, ToolCallAccordionItem as Rf, ToolCallAccordionTrigger as wf } from "./components/ui/molecules/tool-call-accordion.js";
|
|
223
|
+
import { ToolCard as Hf } from "./components/ui/molecules/tool-card.js";
|
|
224
|
+
import { UserNav as _f } from "./components/ui/molecules/user-nav.js";
|
|
225
|
+
import { ChatPageSkeleton as Ff } from "./components/ui/pages/chat-page-skeleton.js";
|
|
226
|
+
import { LoginPage as Nf } from "./components/ui/pages/login-page.js";
|
|
227
|
+
import { AuthTemplate as Kf, AuthTemplateCard as Zf, AuthTemplateContent as qf, AuthTemplateDefaultBackground as Jf, AuthTemplateDescription as Xf, AuthTemplateFooter as Yf, AuthTemplateGridOverlay as jf, AuthTemplateHeader as Qf, AuthTemplateLegal as $f, AuthTemplateLegalLink as ox, AuthTemplateLogo as rx, AuthTemplatePrompt as ex, AuthTemplatePromptLink as tx, AuthTemplateTitle as ax, AuthTemplateVideoBackground as px } from "./components/ui/templates/auth-template.js";
|
|
228
|
+
import { ChatTemplate as ix, ChatTemplateBody as lx, ChatTemplateFooter as nx, ChatTemplateHeader as fx, ChatTemplateHeaderGroup as xx, ChatTemplateOverview as dx, ChatTemplateOverviewSubtitle as sx, ChatTemplateOverviewTitle as ux, ChatTemplateSuggestions as gx } from "./components/ui/templates/chat-template.js";
|
|
229
|
+
import { ChatBodySkeleton as Tx, ChatContentSkeleton as cx, ChatFooterSkeleton as Sx, ChatHeaderSkeleton as hx, ChatSidebarSkeleton as Ax } from "./components/ui/templates/chat-template-skeletons.js";
|
|
230
|
+
import { ErrorTemplate as Dx, ErrorTemplateActions as Ix, ErrorTemplateContent as Mx, ErrorTemplateDescription as Px, ErrorTemplateIcon as Bx, ErrorTemplateLogo as kx, ErrorTemplateTitle as Gx, ErrorTemplateUrl as Lx } from "./components/ui/templates/error-template.js";
|
|
231
|
+
import { PUBLIC_ICON_URL as Ox, PUBLIC_VIDEO_URL as yx } from "./metadata/constants.js";
|
|
232
|
+
import { MCP_OAUTH2_PROVIDER as wx, OAUTH2_PROVIDER as Ex, OAUTH_PROVIDERS as Hx, OAUTH_PROVIDER_CATALOGUE as Vx, OAuthId as _x, OAuthProviderId as Ux, OTHER_OAUTH_PROVIDERS as Fx, PREBUILT_OAUTH_PROVIDERS as zx } from "./metadata/oauth-providers.js";
|
|
233
|
+
import { TOOLKIT_ICON_MAP as Wx, getToolIconByToolkitName as Kx, getToolkitIcon as Zx, getToolkitIconByName as qx } from "./metadata/toolkit-icons.js";
|
|
234
|
+
import { CATEGORIES as Xx, TOOLKITS as Yx, TOOLKIT_CATALOGUE as jx } from "./metadata/toolkits.js";
|
|
235
|
+
import { findPrebuiltProviderById as $x, findPrebuiltProviderByProviderId as od, findToolkitByName as rd, isKnownToolkit as ed, isPrebuiltProvider as td } from "./metadata/utils.js";
|
|
235
236
|
export {
|
|
236
237
|
e as Accordion,
|
|
237
238
|
t as AccordionContent,
|
|
@@ -265,21 +266,21 @@ export {
|
|
|
265
266
|
_r as Atlassian,
|
|
266
267
|
Fr as Attio,
|
|
267
268
|
Nr as Auth0,
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
269
|
+
Kf as AuthTemplate,
|
|
270
|
+
Zf as AuthTemplateCard,
|
|
271
|
+
qf as AuthTemplateContent,
|
|
272
|
+
Jf as AuthTemplateDefaultBackground,
|
|
273
|
+
Xf as AuthTemplateDescription,
|
|
274
|
+
Yf as AuthTemplateFooter,
|
|
275
|
+
jf as AuthTemplateGridOverlay,
|
|
276
|
+
Qf as AuthTemplateHeader,
|
|
277
|
+
$f as AuthTemplateLegal,
|
|
278
|
+
ox as AuthTemplateLegalLink,
|
|
279
|
+
rx as AuthTemplateLogo,
|
|
280
|
+
ex as AuthTemplatePrompt,
|
|
281
|
+
tx as AuthTemplatePromptLink,
|
|
282
|
+
ax as AuthTemplateTitle,
|
|
283
|
+
px as AuthTemplateVideoBackground,
|
|
283
284
|
B as Avatar,
|
|
284
285
|
k as AvatarBadge,
|
|
285
286
|
G as AvatarFallback,
|
|
@@ -309,7 +310,7 @@ export {
|
|
|
309
310
|
xe as Buffer,
|
|
310
311
|
Y as Button,
|
|
311
312
|
$ as ByocBadge,
|
|
312
|
-
|
|
313
|
+
Xx as CATEGORIES,
|
|
313
314
|
ro as Calendar,
|
|
314
315
|
eo as CalendarDayButton,
|
|
315
316
|
se as Calendly,
|
|
@@ -327,28 +328,28 @@ export {
|
|
|
327
328
|
To as ChartTooltip,
|
|
328
329
|
co as ChartTooltipContent,
|
|
329
330
|
_n as ChatAssistantMessage,
|
|
330
|
-
|
|
331
|
+
Tx as ChatBodySkeleton,
|
|
331
332
|
ho as ChatContainerContent,
|
|
332
333
|
Ao as ChatContainerRoot,
|
|
333
334
|
bo as ChatContainerScrollAnchor,
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
335
|
+
cx as ChatContentSkeleton,
|
|
336
|
+
Sx as ChatFooterSkeleton,
|
|
337
|
+
hx as ChatHeaderSkeleton,
|
|
337
338
|
Hn as ChatHistoryItem,
|
|
338
339
|
Un as ChatMessageList,
|
|
339
340
|
Fn as ChatMessageListSkeleton,
|
|
340
|
-
|
|
341
|
-
|
|
341
|
+
Ff as ChatPageSkeleton,
|
|
342
|
+
Ax as ChatSidebarSkeleton,
|
|
342
343
|
zn as ChatStreamingIndicator,
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
344
|
+
ix as ChatTemplate,
|
|
345
|
+
lx as ChatTemplateBody,
|
|
346
|
+
nx as ChatTemplateFooter,
|
|
347
|
+
fx as ChatTemplateHeader,
|
|
348
|
+
xx as ChatTemplateHeaderGroup,
|
|
349
|
+
dx as ChatTemplateOverview,
|
|
350
|
+
sx as ChatTemplateOverviewSubtitle,
|
|
351
|
+
ux as ChatTemplateOverviewTitle,
|
|
352
|
+
gx as ChatTemplateSuggestions,
|
|
352
353
|
Nn as ChatUserMessage,
|
|
353
354
|
Io as Checkbox,
|
|
354
355
|
ge as Claude,
|
|
@@ -420,14 +421,14 @@ export {
|
|
|
420
421
|
rt as Ebay,
|
|
421
422
|
$n as EmptyState,
|
|
422
423
|
rf as ErrorState,
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
424
|
+
Dx as ErrorTemplate,
|
|
425
|
+
Ix as ErrorTemplateActions,
|
|
426
|
+
Mx as ErrorTemplateContent,
|
|
427
|
+
Px as ErrorTemplateDescription,
|
|
428
|
+
Bx as ErrorTemplateIcon,
|
|
429
|
+
kx as ErrorTemplateLogo,
|
|
430
|
+
Gx as ErrorTemplateTitle,
|
|
431
|
+
Lx as ErrorTemplateUrl,
|
|
431
432
|
tt as Evernote,
|
|
432
433
|
pt as Exa,
|
|
433
434
|
it as Factorial,
|
|
@@ -479,9 +480,9 @@ export {
|
|
|
479
480
|
Aa as Linear,
|
|
480
481
|
Da as Linkedin,
|
|
481
482
|
Si as Loader,
|
|
482
|
-
|
|
483
|
+
Nf as LoginPage,
|
|
483
484
|
Ma as Luma,
|
|
484
|
-
|
|
485
|
+
wx as MCP_OAUTH2_PROVIDER,
|
|
485
486
|
Ba as Mailchimp,
|
|
486
487
|
Ai as Markdown,
|
|
487
488
|
Ga as Mastra,
|
|
@@ -512,19 +513,19 @@ export {
|
|
|
512
513
|
ip as MongoDB,
|
|
513
514
|
np as Netsuite,
|
|
514
515
|
xp as Notion,
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
516
|
+
Ex as OAUTH2_PROVIDER,
|
|
517
|
+
Hx as OAUTH_PROVIDERS,
|
|
518
|
+
Vx as OAUTH_PROVIDER_CATALOGUE,
|
|
519
|
+
_x as OAuthId,
|
|
520
|
+
Ux as OAuthProviderId,
|
|
521
|
+
Fx as OTHER_OAUTH_PROVIDERS,
|
|
521
522
|
sp as Oauth,
|
|
522
523
|
gp as Obsidian,
|
|
523
524
|
Tp as Okta,
|
|
524
525
|
Sp as Openai,
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
526
|
+
zx as PREBUILT_OAUTH_PROVIDERS,
|
|
527
|
+
Ox as PUBLIC_ICON_URL,
|
|
528
|
+
yx as PUBLIC_VIDEO_URL,
|
|
528
529
|
Ap as Pagerduty,
|
|
529
530
|
Dp as Pinecone,
|
|
530
531
|
Mp as Pinterest,
|
|
@@ -622,9 +623,9 @@ export {
|
|
|
622
623
|
hf as SuggestionCard,
|
|
623
624
|
Af as SuggestionCardSkeleton,
|
|
624
625
|
pn as Switch,
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
626
|
+
Yx as TOOLKITS,
|
|
627
|
+
jx as TOOLKIT_CATALOGUE,
|
|
628
|
+
Wx as TOOLKIT_ICON_MAP,
|
|
628
629
|
ln as Table,
|
|
629
630
|
nn as TableBody,
|
|
630
631
|
fn as TableCaption,
|
|
@@ -637,22 +638,24 @@ export {
|
|
|
637
638
|
cn as TabsContent,
|
|
638
639
|
Sn as TabsList,
|
|
639
640
|
hn as TabsTrigger,
|
|
641
|
+
Df as TagsInput,
|
|
642
|
+
If as TagsInputValue,
|
|
640
643
|
xm as Telegram,
|
|
641
644
|
sm as Tesla,
|
|
642
645
|
Dn as Textarea,
|
|
643
646
|
gm as Ticktick,
|
|
644
647
|
Tm as Tiktok,
|
|
645
648
|
Mn as Toggle,
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
649
|
+
Pf as ToolAuthorization,
|
|
650
|
+
Bf as ToolAuthorizationArgs,
|
|
651
|
+
kf as ToolAuthorizationContent,
|
|
652
|
+
Gf as ToolAuthorizationHeader,
|
|
653
|
+
Lf as ToolAuthorizationMessage,
|
|
654
|
+
Of as ToolCallAccordion,
|
|
655
|
+
yf as ToolCallAccordionContent,
|
|
656
|
+
Rf as ToolCallAccordionItem,
|
|
657
|
+
wf as ToolCallAccordionTrigger,
|
|
658
|
+
Hf as ToolCard,
|
|
656
659
|
Cf as ToolkitCard,
|
|
657
660
|
kn as Tooltip,
|
|
658
661
|
Gn as TooltipContent,
|
|
@@ -661,7 +664,7 @@ export {
|
|
|
661
664
|
Sm as Trello,
|
|
662
665
|
Am as Twilio,
|
|
663
666
|
Dm as Twitch,
|
|
664
|
-
|
|
667
|
+
_f as UserNav,
|
|
665
668
|
Mm as Vercel,
|
|
666
669
|
Bm as VercelLogotype,
|
|
667
670
|
yn as ViewToolsControl,
|
|
@@ -684,14 +687,14 @@ export {
|
|
|
684
687
|
w as avatarBadgeVariants,
|
|
685
688
|
V as badgeVariants,
|
|
686
689
|
j as buttonVariants,
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
690
|
+
$x as findPrebuiltProviderById,
|
|
691
|
+
od as findPrebuiltProviderByProviderId,
|
|
692
|
+
rd as findToolkitByName,
|
|
693
|
+
Kx as getToolIconByToolkitName,
|
|
694
|
+
Zx as getToolkitIcon,
|
|
695
|
+
qx as getToolkitIconByName,
|
|
696
|
+
ed as isKnownToolkit,
|
|
697
|
+
td as isPrebuiltProvider,
|
|
695
698
|
gi as jsonHighlightVariants,
|
|
696
699
|
en as stepIndicatorIconVariants,
|
|
697
700
|
tn as stepIndicatorLabelVariants,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcadeai/design-system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.40.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/main.js",
|
|
7
7
|
"types": "./dist/main.d.ts",
|
|
@@ -96,12 +96,12 @@
|
|
|
96
96
|
"react": "19.2.5",
|
|
97
97
|
"react-dom": "19.2.5",
|
|
98
98
|
"react-hook-form": "7.72.1",
|
|
99
|
-
"recharts": "3.8.
|
|
99
|
+
"recharts": "3.8.1",
|
|
100
100
|
"storybook": "10.3.5",
|
|
101
101
|
"tailwindcss": "4.2.2",
|
|
102
102
|
"tw-animate-css": "1.4.0",
|
|
103
103
|
"typescript": "5.9.3",
|
|
104
|
-
"vite": "7.3.
|
|
104
|
+
"vite": "7.3.2",
|
|
105
105
|
"vite-plugin-dts": "4.5.4",
|
|
106
106
|
"vite-plugin-svgr": "4.5.0",
|
|
107
107
|
"vite-tsconfig-paths": "6.1.1",
|