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