@arcadeai/design-system 3.35.0 → 3.35.2
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/{outlook-mail.js → microsoft-outlook-mail.js} +4 -4
- package/dist/assets/images/arcade-logo.d.ts +10 -5
- package/dist/components/index.js +490 -488
- package/dist/components/ui/atoms/icons/arcade-logo.d.ts +4 -0
- package/dist/components/ui/atoms/icons/arcade-logo.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/arcade-logo.js +33 -0
- package/dist/components/ui/atoms/icons/index.d.ts +3 -2
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +284 -282
- package/dist/components/ui/atoms/icons/microsoft-outlook-calendar.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-outlook-calendar.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/{outlook-calendar.js → microsoft-outlook-calendar.js} +1 -1
- package/dist/components/ui/atoms/icons/microsoft-outlook-mail.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-outlook-mail.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/{outlook-mail.js → microsoft-outlook-mail.js} +3 -3
- package/dist/components/ui/atoms/index.js +407 -405
- package/dist/components/ui/index.js +490 -488
- package/dist/components/ui/pages/chat-page.js +13 -13
- package/dist/components/ui/pages/login-page.js +9 -9
- package/dist/main.js +519 -517
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +209 -206
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +45 -6
- package/dist/metadata/utils.d.ts.map +1 -1
- package/dist/metadata/utils.js +18 -17
- package/package.json +1 -1
- package/dist/arcade-logo-BVV97-cr.js +0 -33
- package/dist/assets/images/arcade-logo.d.ts.map +0 -1
- package/dist/components/ui/atoms/icons/outlook-calendar.d.ts +0 -4
- package/dist/components/ui/atoms/icons/outlook-calendar.d.ts.map +0 -1
- package/dist/components/ui/atoms/icons/outlook-mail.d.ts +0 -4
- package/dist/components/ui/atoms/icons/outlook-mail.d.ts.map +0 -1
- /package/dist/assets/icons/{outlook-calendar.js → microsoft-outlook-calendar.js} +0 -0
package/dist/components/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Accordion as e, AccordionContent as t, AccordionItem as a, AccordionTrigger as p } from "./ui/atoms/accordion.js";
|
|
2
2
|
import { Alert as i, AlertDescription as l, AlertTitle as n } from "./ui/atoms/alert.js";
|
|
3
3
|
import { AlertDialog as x, AlertDialogAction as d, AlertDialogCancel as s, AlertDialogContent as u, AlertDialogDescription as g, AlertDialogFooter as c, AlertDialogHeader as C, AlertDialogOverlay as S, AlertDialogPortal as T, AlertDialogTitle as h, AlertDialogTrigger as b } from "./ui/atoms/alert-dialog.js";
|
|
4
|
-
import { Avatar as
|
|
4
|
+
import { Avatar as M, AvatarFallback as D, AvatarImage as B } from "./ui/atoms/avatar.js";
|
|
5
5
|
import { AvatarNotificationBadge as G, avatarBadgeVariants as w } from "./ui/atoms/avatar-notification-badge.js";
|
|
6
6
|
import { Badge as v, badgeVariants as I } from "./ui/atoms/badge.js";
|
|
7
7
|
import { Breadcrumb as L, BreadcrumbEllipsis as H, BreadcrumbItem as F, BreadcrumbLink as O, BreadcrumbList as R, BreadcrumbPage as V, BreadcrumbSeparator as z } from "./ui/atoms/breadcrumb.js";
|
|
@@ -13,7 +13,7 @@ import { ChartContainer as to, ChartLegend as ao, ChartLegendContent as po, Char
|
|
|
13
13
|
import { ChatContainerContent as fo, ChatContainerRoot as xo, ChatContainerScrollAnchor as so } from "./ui/atoms/chat-container.js";
|
|
14
14
|
import { Checkbox as go } from "./ui/atoms/checkbox.js";
|
|
15
15
|
import { CodeBlock as Co, CodeBlockCode as So, CodeBlockGroup as To } from "./ui/atoms/code-block.js";
|
|
16
|
-
import { Collapsible as bo, CollapsibleContent as Ao, CollapsibleTrigger as
|
|
16
|
+
import { Collapsible as bo, CollapsibleContent as Ao, CollapsibleTrigger as Mo } from "./ui/atoms/collapsible.js";
|
|
17
17
|
import { Command as Bo, CommandDialog as ko, CommandEmpty as Go, CommandGroup as wo, CommandInput as Po, CommandItem as vo, CommandList as Io, CommandSeparator as yo, CommandShortcut as Lo } from "./ui/atoms/command.js";
|
|
18
18
|
import { CopyButton as Fo } from "./ui/atoms/copy-button.js";
|
|
19
19
|
import { Dialog as Ro, DialogClose as Vo, DialogContent as zo, DialogDescription as Eo, DialogFooter as Wo, DialogHeader as No, DialogOverlay as Zo, DialogPortal as qo, DialogTitle as Jo, DialogTrigger as Uo } from "./ui/atoms/dialog.js";
|
|
@@ -24,192 +24,193 @@ import { Aha as cr } from "./ui/atoms/icons/aha.js";
|
|
|
24
24
|
import { Airtable as Sr } from "./ui/atoms/icons/airtable.js";
|
|
25
25
|
import { Amplitude as hr } from "./ui/atoms/icons/amplitude.js";
|
|
26
26
|
import { Arcade as Ar } from "./ui/atoms/icons/arcade.js";
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
27
|
+
import { ArcadeLogo as Dr } from "./ui/atoms/icons/arcade-logo.js";
|
|
28
|
+
import { Asana as kr } from "./ui/atoms/icons/asana.js";
|
|
29
|
+
import { Ashby as wr } from "./ui/atoms/icons/ashby.js";
|
|
30
|
+
import { Atlassian as vr } from "./ui/atoms/icons/atlassian.js";
|
|
31
|
+
import { Attio as yr } from "./ui/atoms/icons/attio.js";
|
|
32
|
+
import { Auth0 as Hr } from "./ui/atoms/icons/auth0.js";
|
|
33
|
+
import { Azure as Or } from "./ui/atoms/icons/azure.js";
|
|
34
|
+
import { Bamboohr as Vr } from "./ui/atoms/icons/bamboohr.js";
|
|
35
|
+
import { Basecamp as Er } from "./ui/atoms/icons/basecamp.js";
|
|
36
|
+
import { Bill as Nr } from "./ui/atoms/icons/bill.js";
|
|
37
|
+
import { Bitbucket as qr } from "./ui/atoms/icons/bitbucket.js";
|
|
38
|
+
import { Bluesky as Ur } from "./ui/atoms/icons/bluesky.js";
|
|
39
|
+
import { Box as Yr } from "./ui/atoms/icons/box.js";
|
|
40
|
+
import { Braze as Qr } from "./ui/atoms/icons/braze.js";
|
|
41
|
+
import { Brex as _r } from "./ui/atoms/icons/brex.js";
|
|
42
|
+
import { Brightdata as oe } from "./ui/atoms/icons/brightdata.js";
|
|
43
|
+
import { Buffer as ee } from "./ui/atoms/icons/buffer.js";
|
|
44
|
+
import { Calendly as ae } from "./ui/atoms/icons/calendly.js";
|
|
45
|
+
import { Claude as me } from "./ui/atoms/icons/claude.js";
|
|
46
|
+
import { Clickhouse as le } from "./ui/atoms/icons/clickhouse.js";
|
|
47
|
+
import { Clickup as fe } from "./ui/atoms/icons/clickup.js";
|
|
48
|
+
import { Cline as de } from "./ui/atoms/icons/cline.js";
|
|
49
|
+
import { Closeio as ue } from "./ui/atoms/icons/closeio.js";
|
|
50
|
+
import { Codesandbox as ce } from "./ui/atoms/icons/codesandbox.js";
|
|
51
|
+
import { Coinbase as Se } from "./ui/atoms/icons/coinbase.js";
|
|
52
|
+
import { Confluence as he } from "./ui/atoms/icons/confluence.js";
|
|
53
|
+
import { Cursor as Ae } from "./ui/atoms/icons/cursor.js";
|
|
54
|
+
import { CursorInstallDark as De } from "./ui/atoms/icons/cursor-install-dark.js";
|
|
55
|
+
import { CursorInstallLight as ke } from "./ui/atoms/icons/cursor-install-light.js";
|
|
56
|
+
import { Customerio as we } from "./ui/atoms/icons/customerio.js";
|
|
57
|
+
import { Datadog as ve } from "./ui/atoms/icons/datadog.js";
|
|
58
|
+
import { Daytona as ye } from "./ui/atoms/icons/daytona.js";
|
|
59
|
+
import { DigitalOcean as He } from "./ui/atoms/icons/digital-ocean.js";
|
|
60
|
+
import { Discord as Oe } from "./ui/atoms/icons/discord.js";
|
|
61
|
+
import { Dropbox as Ve } from "./ui/atoms/icons/dropbox.js";
|
|
62
|
+
import { E2b as Ee } from "./ui/atoms/icons/e2b.js";
|
|
63
|
+
import { Ebay as Ne } from "./ui/atoms/icons/ebay.js";
|
|
64
|
+
import { Evernote as qe } from "./ui/atoms/icons/evernote.js";
|
|
65
|
+
import { Exa as Ue } from "./ui/atoms/icons/exa.js";
|
|
66
|
+
import { Factorial as Ye } from "./ui/atoms/icons/factorial.js";
|
|
67
|
+
import { Figma as Qe } from "./ui/atoms/icons/figma.js";
|
|
68
|
+
import { Firecrawl as _e } from "./ui/atoms/icons/firecrawl.js";
|
|
69
|
+
import { Freshservice as ot } from "./ui/atoms/icons/freshservice.js";
|
|
70
|
+
import { Gemini as et } from "./ui/atoms/icons/gemini.js";
|
|
71
|
+
import { Generic as at } from "./ui/atoms/icons/generic.js";
|
|
72
|
+
import { Github as mt } from "./ui/atoms/icons/github.js";
|
|
73
|
+
import { Gitlab as lt } from "./ui/atoms/icons/gitlab.js";
|
|
74
|
+
import { Gmail as ft } from "./ui/atoms/icons/gmail.js";
|
|
75
|
+
import { Google as dt } from "./ui/atoms/icons/google.js";
|
|
76
|
+
import { GoogleCalendar as ut } from "./ui/atoms/icons/google-calendar.js";
|
|
77
|
+
import { GoogleContacts as ct } from "./ui/atoms/icons/google-contacts.js";
|
|
78
|
+
import { GoogleDocs as St } from "./ui/atoms/icons/google-docs.js";
|
|
79
|
+
import { GoogleDrive as ht } from "./ui/atoms/icons/google-drive.js";
|
|
80
|
+
import { GoogleFinance as At } from "./ui/atoms/icons/google-finance.js";
|
|
81
|
+
import { GoogleFlight as Dt } from "./ui/atoms/icons/google-flight.js";
|
|
82
|
+
import { GoogleFlights as kt } from "./ui/atoms/icons/google-flights.js";
|
|
83
|
+
import { GoogleHotels as wt } from "./ui/atoms/icons/google-hotels.js";
|
|
84
|
+
import { GoogleJobs as vt } from "./ui/atoms/icons/google-jobs.js";
|
|
85
|
+
import { GoogleMaps as yt } from "./ui/atoms/icons/google-maps.js";
|
|
86
|
+
import { GoogleNews as Ht } from "./ui/atoms/icons/google-news.js";
|
|
87
|
+
import { GoogleSheets as Ot } from "./ui/atoms/icons/google-sheets.js";
|
|
88
|
+
import { GoogleShopping as Vt } from "./ui/atoms/icons/google-shopping.js";
|
|
89
|
+
import { GoogleSlides as Et } from "./ui/atoms/icons/google-slides.js";
|
|
90
|
+
import { Goose as Nt } from "./ui/atoms/icons/goose.js";
|
|
91
|
+
import { Granola as qt } from "./ui/atoms/icons/granola.js";
|
|
92
|
+
import { Heroku as Ut } from "./ui/atoms/icons/heroku.js";
|
|
93
|
+
import { Hootsuite as Yt } from "./ui/atoms/icons/hootsuite.js";
|
|
94
|
+
import { Hubspot as Qt } from "./ui/atoms/icons/hubspot.js";
|
|
95
|
+
import { Imgflip as _t } from "./ui/atoms/icons/imgflip.js";
|
|
96
|
+
import { Intercom as oa } from "./ui/atoms/icons/intercom.js";
|
|
97
|
+
import { Jira as ea } from "./ui/atoms/icons/jira.js";
|
|
98
|
+
import { Langchain as aa } from "./ui/atoms/icons/langchain.js";
|
|
99
|
+
import { Linear as ma } from "./ui/atoms/icons/linear.js";
|
|
100
|
+
import { Linkedin as la } from "./ui/atoms/icons/linkedin.js";
|
|
101
|
+
import { Luma as fa } from "./ui/atoms/icons/luma.js";
|
|
102
|
+
import { Mailchimp as da } from "./ui/atoms/icons/mailchimp.js";
|
|
103
|
+
import { Mastra as ua } from "./ui/atoms/icons/mastra.js";
|
|
104
|
+
import { MathToolkit as ca } from "./ui/atoms/icons/math-toolkit.js";
|
|
105
|
+
import { Mcp as Sa } from "./ui/atoms/icons/mcp.js";
|
|
106
|
+
import { Microsoft as ha } from "./ui/atoms/icons/microsoft.js";
|
|
107
|
+
import { MicrosoftDynamics as Aa } from "./ui/atoms/icons/microsoft-dynamics.js";
|
|
108
|
+
import { MicrosoftExcel as Da } from "./ui/atoms/icons/microsoft-excel.js";
|
|
109
|
+
import { MicrosoftOnedrive as ka } from "./ui/atoms/icons/microsoft-onedrive.js";
|
|
110
|
+
import { MicrosoftOutlookCalendar as wa } from "./ui/atoms/icons/microsoft-outlook-calendar.js";
|
|
111
|
+
import { MicrosoftOutlookMail as va } from "./ui/atoms/icons/microsoft-outlook-mail.js";
|
|
112
|
+
import { MicrosoftPowerpoint as ya } from "./ui/atoms/icons/microsoft-powerpoint.js";
|
|
113
|
+
import { MicrosoftSharepoint as Ha } from "./ui/atoms/icons/microsoft-sharepoint.js";
|
|
114
|
+
import { MicrosoftTeams as Oa } from "./ui/atoms/icons/microsoft-teams.js";
|
|
115
|
+
import { MicrosoftWord as Va } from "./ui/atoms/icons/microsoft-word.js";
|
|
116
|
+
import { Miro as Ea } from "./ui/atoms/icons/miro.js";
|
|
117
|
+
import { Monday as Na } from "./ui/atoms/icons/monday.js";
|
|
118
|
+
import { MongoDB as qa } from "./ui/atoms/icons/mongodb.js";
|
|
119
|
+
import { Netsuite as Ua } from "./ui/atoms/icons/netsuite.js";
|
|
120
|
+
import { Notion as Ya } from "./ui/atoms/icons/notion.js";
|
|
121
|
+
import { Oauth as Qa } from "./ui/atoms/icons/oauth.js";
|
|
122
|
+
import { Obsidian as _a } from "./ui/atoms/icons/obsidian.js";
|
|
123
|
+
import { Okta as op } from "./ui/atoms/icons/okta.js";
|
|
124
|
+
import { Openai as ep } from "./ui/atoms/icons/openai.js";
|
|
125
|
+
import { Pagerduty as ap } from "./ui/atoms/icons/pagerduty.js";
|
|
126
|
+
import { Pinecone as mp } from "./ui/atoms/icons/pinecone.js";
|
|
127
|
+
import { Pinterest as lp } from "./ui/atoms/icons/pinterest.js";
|
|
128
|
+
import { Pipedrive as fp } from "./ui/atoms/icons/pipedrive.js";
|
|
129
|
+
import { Plaid as dp } from "./ui/atoms/icons/plaid.js";
|
|
130
|
+
import { Postgres as up } from "./ui/atoms/icons/postgres.js";
|
|
131
|
+
import { Posthog as cp } from "./ui/atoms/icons/posthog.js";
|
|
132
|
+
import { Pylon as Sp } from "./ui/atoms/icons/pylon.js";
|
|
133
|
+
import { Quickbooks as hp } from "./ui/atoms/icons/quickbooks.js";
|
|
134
|
+
import { Railway as Ap } from "./ui/atoms/icons/railway.js";
|
|
135
|
+
import { Reddit as Dp } from "./ui/atoms/icons/reddit.js";
|
|
136
|
+
import { Salesforce as kp } from "./ui/atoms/icons/salesforce.js";
|
|
137
|
+
import { Shopify as wp } from "./ui/atoms/icons/shopify.js";
|
|
138
|
+
import { Singlestore as vp } from "./ui/atoms/icons/singlestore.js";
|
|
139
|
+
import { Slack as yp } from "./ui/atoms/icons/slack.js";
|
|
140
|
+
import { Snowflake as Hp } from "./ui/atoms/icons/snowflake.js";
|
|
141
|
+
import { Splunk as Op } from "./ui/atoms/icons/splunk.js";
|
|
142
|
+
import { Spotify as Vp } from "./ui/atoms/icons/spotify.js";
|
|
143
|
+
import { Square as Ep } from "./ui/atoms/icons/square.js";
|
|
144
|
+
import { Squarespace as Np } from "./ui/atoms/icons/squarespace.js";
|
|
145
|
+
import { Squareup as qp } from "./ui/atoms/icons/squareup.js";
|
|
146
|
+
import { Stripe as Up } from "./ui/atoms/icons/stripe.js";
|
|
147
|
+
import { Tesla as Yp } from "./ui/atoms/icons/tesla.js";
|
|
148
|
+
import { Ticktick as Qp } from "./ui/atoms/icons/ticktick.js";
|
|
149
|
+
import { Tiktok as _p } from "./ui/atoms/icons/tiktok.js";
|
|
150
|
+
import { Trello as om } from "./ui/atoms/icons/trello.js";
|
|
151
|
+
import { Twilio as em } from "./ui/atoms/icons/twilio.js";
|
|
152
|
+
import { Twitch as am } from "./ui/atoms/icons/twitch.js";
|
|
153
|
+
import { Vercel as mm } from "./ui/atoms/icons/vercel.js";
|
|
154
|
+
import { Vscode as lm } from "./ui/atoms/icons/vscode.js";
|
|
155
|
+
import { Walmart as fm } from "./ui/atoms/icons/walmart.js";
|
|
156
|
+
import { Weaviate as dm } from "./ui/atoms/icons/weaviate.js";
|
|
157
|
+
import { Windsurf as um } from "./ui/atoms/icons/windsurf.js";
|
|
158
|
+
import { Workday as cm } from "./ui/atoms/icons/workday.js";
|
|
159
|
+
import { Wrike as Sm } from "./ui/atoms/icons/wrike.js";
|
|
160
|
+
import { X as hm } from "./ui/atoms/icons/x.js";
|
|
161
|
+
import { Xero as Am } from "./ui/atoms/icons/xero.js";
|
|
162
|
+
import { Youtube as Dm } from "./ui/atoms/icons/youtube.js";
|
|
163
|
+
import { Yugabytedb as km } from "./ui/atoms/icons/yugabytedb.js";
|
|
164
|
+
import { Zendesk as wm } from "./ui/atoms/icons/zendesk.js";
|
|
165
|
+
import { Zoho as vm } from "./ui/atoms/icons/zoho.js";
|
|
166
|
+
import { ZohoBooks as ym } from "./ui/atoms/icons/zoho-books.js";
|
|
167
|
+
import { ZohoCreator as Hm } from "./ui/atoms/icons/zoho-creator.js";
|
|
168
|
+
import { Zoom as Om } from "./ui/atoms/icons/zoom.js";
|
|
169
|
+
import { Input as Vm } from "./ui/atoms/input.js";
|
|
170
|
+
import { JsonHighlight as Em, jsonHighlightVariants as Wm } from "./ui/atoms/json-highlight.js";
|
|
171
|
+
import { Label as Zm } from "./ui/atoms/label.js";
|
|
172
|
+
import { Loader as Jm } from "./ui/atoms/loader.js";
|
|
173
|
+
import { M as Xm } from "../markdown-D0xxRbwP.js";
|
|
174
|
+
import { MobileTooltip as jm, MobileTooltipContent as Qm, MobileTooltipProvider as Km, MobileTooltipTrigger as _m } from "./ui/atoms/mobile-tooltip.js";
|
|
175
|
+
import { Popover as oi, PopoverAnchor as ri, PopoverContent as ei, PopoverTrigger as ti } from "./ui/atoms/popover.js";
|
|
176
|
+
import { ProBadge as pi } from "./ui/atoms/pro-badge.js";
|
|
177
|
+
import { Progress as ii } from "./ui/atoms/progress.js";
|
|
178
|
+
import { RadioGroup as ni, RadioGroupItem as fi } from "./ui/atoms/radio-group.js";
|
|
179
|
+
import { ResizableHandle as di, ResizablePanel as si, ResizablePanelGroup as ui } from "./ui/atoms/resizable.js";
|
|
180
|
+
import { ScrollArea as ci, ScrollBar as Ci } from "./ui/atoms/scroll-area.js";
|
|
181
|
+
import { ScrollButton as Ti } from "./ui/atoms/scroll-button.js";
|
|
182
|
+
import { Select as bi, SelectContent as Ai, SelectGroup as Mi, SelectItem as Di, SelectLabel as Bi, SelectScrollDownButton as ki, SelectScrollUpButton as Gi, SelectSeparator as wi, SelectTrigger as Pi, SelectValue as vi } from "./ui/atoms/select.js";
|
|
183
|
+
import { Separator as yi } from "./ui/atoms/separator.js";
|
|
184
|
+
import { Sheet as Hi, SheetClose as Fi, SheetContent as Oi, SheetDescription as Ri, SheetFooter as Vi, SheetHeader as zi, SheetTitle as Ei, SheetTrigger as Wi } from "./ui/atoms/sheet.js";
|
|
185
|
+
import { Sidebar as Zi, SidebarContent as qi, SidebarFooter as Ji, SidebarGroup as Ui, SidebarGroupAction as Xi, SidebarGroupContent as Yi, SidebarGroupLabel as ji, SidebarHeader as Qi, SidebarInput as Ki, SidebarInset as _i, SidebarMenu as $i, SidebarMenuAction as ol, SidebarMenuBadge as rl, SidebarMenuButton as el, SidebarMenuItem as tl, SidebarMenuSkeleton as al, SidebarMenuSub as pl, SidebarMenuSubButton as ml, SidebarMenuSubItem as il, SidebarProvider as ll, SidebarRail as nl, SidebarSeparator as fl, SidebarTrigger as xl, useSidebar as dl } from "./ui/atoms/sidebar.js";
|
|
186
|
+
import { Skeleton as ul } from "./ui/atoms/skeleton.js";
|
|
187
|
+
import { Slider as cl } from "./ui/atoms/slider.js";
|
|
188
|
+
import { StepIndicator as Sl, stepIndicatorIconVariants as Tl, stepIndicatorLabelVariants as hl } from "./ui/atoms/step-indicator.js";
|
|
189
|
+
import { Switch as Al } from "./ui/atoms/switch.js";
|
|
190
|
+
import { Table as Dl, TableBody as Bl, TableCaption as kl, TableCell as Gl, TableFooter as wl, TableHead as Pl, TableHeader as vl, TableRow as Il } from "./ui/atoms/table.js";
|
|
191
|
+
import { Tabs as Ll, TabsContent as Hl, TabsList as Fl, TabsTrigger as Ol } from "./ui/atoms/tabs.js";
|
|
192
|
+
import { Textarea as Vl } from "./ui/atoms/textarea.js";
|
|
193
|
+
import { Toggle as El, toggleVariants as Wl } from "./ui/atoms/toggle.js";
|
|
194
|
+
import { Tooltip as Zl, TooltipContent as ql, TooltipProvider as Jl, TooltipTrigger as Ul } from "./ui/atoms/tooltip.js";
|
|
195
|
+
import { ViewToolsControl as Yl } from "./ui/atoms/view-tools-control.js";
|
|
196
|
+
import { VirtualizedGrid as Ql } from "./ui/atoms/virtualized-grid.js";
|
|
197
|
+
import { ChatAssistantMessage as _l, ChatMessageList as $l, ChatStreamingIndicator as on, ChatUserMessage as rn } from "./ui/molecules/chat-message-list.js";
|
|
198
|
+
import { DateTimePicker as tn } from "./ui/molecules/date-time-picker.js";
|
|
199
|
+
import { EmptyState as pn } from "./ui/molecules/empty-state.js";
|
|
200
|
+
import { Message as ln, MessageAction as nn, MessageActions as fn, MessageAvatar as xn, MessageContent as dn } from "./ui/molecules/message.js";
|
|
201
|
+
import { PromptInput as un, PromptInputAction as gn, PromptInputActions as cn, PromptInputTextarea as Cn } from "./ui/molecules/prompt-input.js";
|
|
202
|
+
import { R as Tn, T as hn } from "../toolkit-card-B97E7TBA.js";
|
|
203
|
+
import { StepsProgress as An } from "./ui/molecules/steps-progress.js";
|
|
204
|
+
import { SuggestionCard as Dn } from "./ui/molecules/suggestion-card.js";
|
|
205
|
+
import { Switcher as kn, SwitcherContent as Gn, SwitcherInput as wn, SwitcherItem as Pn, SwitcherTrigger as vn, useSwitcher as In } from "./ui/molecules/switcher.js";
|
|
206
|
+
import { ToolAuthorization as Ln, ToolAuthorizationArgs as Hn, ToolAuthorizationContent as Fn, ToolAuthorizationHeader as On, ToolAuthorizationMessage as Rn } from "./ui/molecules/tool-authorization.js";
|
|
207
|
+
import { ToolCallAccordion as zn, ToolCallAccordionContent as En, ToolCallAccordionItem as Wn, ToolCallAccordionTrigger as Nn } from "./ui/molecules/tool-call-accordion.js";
|
|
208
|
+
import { ToolCard as qn } from "./ui/molecules/tool-card.js";
|
|
209
|
+
import { UserNav as Un } from "./ui/molecules/user-nav.js";
|
|
210
|
+
import { ChatPage as Yn } from "./ui/pages/chat-page.js";
|
|
211
|
+
import { LoginPage as Qn } from "./ui/pages/login-page.js";
|
|
212
|
+
import { AuthTemplate as _n, AuthTemplateCard as $n, AuthTemplateContent as of, AuthTemplateDefaultBackground as rf, AuthTemplateDescription as ef, AuthTemplateFooter as tf, AuthTemplateGridOverlay as af, AuthTemplateHeader as pf, AuthTemplateLegal as mf, AuthTemplateLegalLink as lf, AuthTemplateLogo as nf, AuthTemplatePrompt as ff, AuthTemplatePromptLink as xf, AuthTemplateTitle as df, AuthTemplateVideoBackground as sf } from "./ui/templates/auth-template.js";
|
|
213
|
+
import { ChatTemplate as gf, ChatTemplateBody as cf, ChatTemplateFooter as Cf, ChatTemplateHeader as Sf, ChatTemplateHeaderGroup as Tf, ChatTemplateOverview as hf, ChatTemplateOverviewSubtitle as bf, ChatTemplateOverviewTitle as Af, ChatTemplateSuggestions as Mf } from "./ui/templates/chat-template.js";
|
|
213
214
|
export {
|
|
214
215
|
e as Accordion,
|
|
215
216
|
t as AccordionContent,
|
|
@@ -234,39 +235,40 @@ export {
|
|
|
234
235
|
n as AlertTitle,
|
|
235
236
|
hr as Amplitude,
|
|
236
237
|
Ar as Arcade,
|
|
237
|
-
|
|
238
|
-
kr as
|
|
239
|
-
wr as
|
|
240
|
-
vr as
|
|
241
|
-
yr as
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
M as
|
|
238
|
+
Dr as ArcadeLogo,
|
|
239
|
+
kr as Asana,
|
|
240
|
+
wr as Ashby,
|
|
241
|
+
vr as Atlassian,
|
|
242
|
+
yr as Attio,
|
|
243
|
+
Hr as Auth0,
|
|
244
|
+
_n as AuthTemplate,
|
|
245
|
+
$n as AuthTemplateCard,
|
|
246
|
+
of as AuthTemplateContent,
|
|
247
|
+
rf as AuthTemplateDefaultBackground,
|
|
248
|
+
ef as AuthTemplateDescription,
|
|
249
|
+
tf as AuthTemplateFooter,
|
|
250
|
+
af as AuthTemplateGridOverlay,
|
|
251
|
+
pf as AuthTemplateHeader,
|
|
252
|
+
mf as AuthTemplateLegal,
|
|
253
|
+
lf as AuthTemplateLegalLink,
|
|
254
|
+
nf as AuthTemplateLogo,
|
|
255
|
+
ff as AuthTemplatePrompt,
|
|
256
|
+
xf as AuthTemplatePromptLink,
|
|
257
|
+
df as AuthTemplateTitle,
|
|
258
|
+
sf as AuthTemplateVideoBackground,
|
|
259
|
+
M as Avatar,
|
|
260
|
+
D as AvatarFallback,
|
|
259
261
|
B as AvatarImage,
|
|
260
262
|
G as AvatarNotificationBadge,
|
|
261
|
-
|
|
263
|
+
Or as Azure,
|
|
262
264
|
v as Badge,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
265
|
+
Vr as Bamboohr,
|
|
266
|
+
Er as Basecamp,
|
|
267
|
+
Nr as Bill,
|
|
268
|
+
qr as Bitbucket,
|
|
269
|
+
Ur as Bluesky,
|
|
270
|
+
Yr as Box,
|
|
271
|
+
Qr as Braze,
|
|
270
272
|
L as Breadcrumb,
|
|
271
273
|
H as BreadcrumbEllipsis,
|
|
272
274
|
F as BreadcrumbItem,
|
|
@@ -274,14 +276,14 @@ export {
|
|
|
274
276
|
R as BreadcrumbList,
|
|
275
277
|
V as BreadcrumbPage,
|
|
276
278
|
z as BreadcrumbSeparator,
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
279
|
+
_r as Brex,
|
|
280
|
+
oe as Brightdata,
|
|
281
|
+
ee as Buffer,
|
|
280
282
|
W as Button,
|
|
281
283
|
q as ByocBadge,
|
|
282
284
|
U as Calendar,
|
|
283
285
|
X as CalendarDayButton,
|
|
284
|
-
|
|
286
|
+
ae as Calendly,
|
|
285
287
|
j as Card,
|
|
286
288
|
Q as CardAction,
|
|
287
289
|
K as CardContent,
|
|
@@ -295,37 +297,37 @@ export {
|
|
|
295
297
|
mo as ChartStyle,
|
|
296
298
|
io as ChartTooltip,
|
|
297
299
|
lo as ChartTooltipContent,
|
|
298
|
-
|
|
300
|
+
_l as ChatAssistantMessage,
|
|
299
301
|
fo as ChatContainerContent,
|
|
300
302
|
xo as ChatContainerRoot,
|
|
301
303
|
so as ChatContainerScrollAnchor,
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
304
|
+
$l as ChatMessageList,
|
|
305
|
+
Yn as ChatPage,
|
|
306
|
+
on as ChatStreamingIndicator,
|
|
307
|
+
gf as ChatTemplate,
|
|
308
|
+
cf as ChatTemplateBody,
|
|
309
|
+
Cf as ChatTemplateFooter,
|
|
310
|
+
Sf as ChatTemplateHeader,
|
|
311
|
+
Tf as ChatTemplateHeaderGroup,
|
|
312
|
+
hf as ChatTemplateOverview,
|
|
313
|
+
bf as ChatTemplateOverviewSubtitle,
|
|
314
|
+
Af as ChatTemplateOverviewTitle,
|
|
315
|
+
Mf as ChatTemplateSuggestions,
|
|
316
|
+
rn as ChatUserMessage,
|
|
315
317
|
go as Checkbox,
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
318
|
+
me as Claude,
|
|
319
|
+
le as Clickhouse,
|
|
320
|
+
fe as Clickup,
|
|
321
|
+
de as Cline,
|
|
322
|
+
ue as Closeio,
|
|
321
323
|
Co as CodeBlock,
|
|
322
324
|
So as CodeBlockCode,
|
|
323
325
|
To as CodeBlockGroup,
|
|
324
|
-
|
|
325
|
-
|
|
326
|
+
ce as Codesandbox,
|
|
327
|
+
Se as Coinbase,
|
|
326
328
|
bo as Collapsible,
|
|
327
329
|
Ao as CollapsibleContent,
|
|
328
|
-
|
|
330
|
+
Mo as CollapsibleTrigger,
|
|
329
331
|
Bo as Command,
|
|
330
332
|
ko as CommandDialog,
|
|
331
333
|
Go as CommandEmpty,
|
|
@@ -335,15 +337,15 @@ export {
|
|
|
335
337
|
Io as CommandList,
|
|
336
338
|
yo as CommandSeparator,
|
|
337
339
|
Lo as CommandShortcut,
|
|
338
|
-
|
|
340
|
+
he as Confluence,
|
|
339
341
|
Fo as CopyButton,
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
342
|
+
Ae as Cursor,
|
|
343
|
+
De as CursorInstallDark,
|
|
344
|
+
ke as CursorInstallLight,
|
|
345
|
+
we as Customerio,
|
|
346
|
+
ve as Datadog,
|
|
347
|
+
tn as DateTimePicker,
|
|
348
|
+
ye as Daytona,
|
|
347
349
|
Ro as Dialog,
|
|
348
350
|
Vo as DialogClose,
|
|
349
351
|
zo as DialogContent,
|
|
@@ -354,9 +356,9 @@ export {
|
|
|
354
356
|
qo as DialogPortal,
|
|
355
357
|
Jo as DialogTitle,
|
|
356
358
|
Uo as DialogTrigger,
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
359
|
+
He as DigitalOcean,
|
|
360
|
+
Oe as Discord,
|
|
361
|
+
Ve as Dropbox,
|
|
360
362
|
Yo as DropdownMenu,
|
|
361
363
|
jo as DropdownMenuCheckboxItem,
|
|
362
364
|
Qo as DropdownMenuContent,
|
|
@@ -372,243 +374,243 @@ export {
|
|
|
372
374
|
mr as DropdownMenuSubContent,
|
|
373
375
|
ir as DropdownMenuSubTrigger,
|
|
374
376
|
lr as DropdownMenuTrigger,
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
377
|
+
Ee as E2b,
|
|
378
|
+
Ne as Ebay,
|
|
379
|
+
pn as EmptyState,
|
|
380
|
+
qe as Evernote,
|
|
381
|
+
Ue as Exa,
|
|
382
|
+
Ye as Factorial,
|
|
383
|
+
Qe as Figma,
|
|
384
|
+
_e as Firecrawl,
|
|
385
|
+
ot as Freshservice,
|
|
386
|
+
et as Gemini,
|
|
387
|
+
at as Generic,
|
|
388
|
+
mt as Github,
|
|
389
|
+
lt as Gitlab,
|
|
390
|
+
ft as Gmail,
|
|
391
|
+
dt as Google,
|
|
392
|
+
ut as GoogleCalendar,
|
|
393
|
+
ct as GoogleContacts,
|
|
394
|
+
St as GoogleDocs,
|
|
395
|
+
ht as GoogleDrive,
|
|
396
|
+
At as GoogleFinance,
|
|
397
|
+
Dt as GoogleFlight,
|
|
398
|
+
kt as GoogleFlights,
|
|
399
|
+
wt as GoogleHotels,
|
|
400
|
+
vt as GoogleJobs,
|
|
401
|
+
yt as GoogleMaps,
|
|
402
|
+
Ht as GoogleNews,
|
|
403
|
+
Ot as GoogleSheets,
|
|
404
|
+
Vt as GoogleShopping,
|
|
405
|
+
Et as GoogleSlides,
|
|
406
|
+
Nt as Goose,
|
|
407
|
+
qt as Granola,
|
|
408
|
+
Ut as Heroku,
|
|
409
|
+
Yt as Hootsuite,
|
|
408
410
|
fr as HoverCard,
|
|
409
411
|
xr as HoverCardContent,
|
|
410
412
|
dr as HoverCardTrigger,
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
jm as
|
|
446
|
-
Qm as
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
413
|
+
Qt as Hubspot,
|
|
414
|
+
_t as Imgflip,
|
|
415
|
+
Vm as Input,
|
|
416
|
+
oa as Intercom,
|
|
417
|
+
ea as Jira,
|
|
418
|
+
Em as JsonHighlight,
|
|
419
|
+
Zm as Label,
|
|
420
|
+
aa as Langchain,
|
|
421
|
+
ma as Linear,
|
|
422
|
+
la as Linkedin,
|
|
423
|
+
Jm as Loader,
|
|
424
|
+
Qn as LoginPage,
|
|
425
|
+
fa as Luma,
|
|
426
|
+
da as Mailchimp,
|
|
427
|
+
Xm as Markdown,
|
|
428
|
+
ua as Mastra,
|
|
429
|
+
ca as MathToolkit,
|
|
430
|
+
Sa as Mcp,
|
|
431
|
+
ln as Message,
|
|
432
|
+
nn as MessageAction,
|
|
433
|
+
fn as MessageActions,
|
|
434
|
+
xn as MessageAvatar,
|
|
435
|
+
dn as MessageContent,
|
|
436
|
+
ha as Microsoft,
|
|
437
|
+
Aa as MicrosoftDynamics,
|
|
438
|
+
Da as MicrosoftExcel,
|
|
439
|
+
ka as MicrosoftOnedrive,
|
|
440
|
+
wa as MicrosoftOutlookCalendar,
|
|
441
|
+
va as MicrosoftOutlookMail,
|
|
442
|
+
ya as MicrosoftPowerpoint,
|
|
443
|
+
Ha as MicrosoftSharepoint,
|
|
444
|
+
Oa as MicrosoftTeams,
|
|
445
|
+
Va as MicrosoftWord,
|
|
446
|
+
Ea as Miro,
|
|
447
|
+
jm as MobileTooltip,
|
|
448
|
+
Qm as MobileTooltipContent,
|
|
449
|
+
Km as MobileTooltipProvider,
|
|
450
|
+
_m as MobileTooltipTrigger,
|
|
451
|
+
Na as Monday,
|
|
452
|
+
qa as MongoDB,
|
|
453
|
+
Ua as Netsuite,
|
|
454
|
+
Ya as Notion,
|
|
455
|
+
Qa as Oauth,
|
|
456
|
+
_a as Obsidian,
|
|
457
|
+
op as Okta,
|
|
458
|
+
ep as Openai,
|
|
459
|
+
ap as Pagerduty,
|
|
460
|
+
mp as Pinecone,
|
|
461
|
+
lp as Pinterest,
|
|
462
|
+
fp as Pipedrive,
|
|
463
|
+
dp as Plaid,
|
|
464
|
+
oi as Popover,
|
|
465
|
+
ri as PopoverAnchor,
|
|
466
|
+
ei as PopoverContent,
|
|
467
|
+
ti as PopoverTrigger,
|
|
468
|
+
up as Postgres,
|
|
469
|
+
cp as Posthog,
|
|
470
|
+
pi as ProBadge,
|
|
471
|
+
ii as Progress,
|
|
472
|
+
un as PromptInput,
|
|
473
|
+
gn as PromptInputAction,
|
|
474
|
+
cn as PromptInputActions,
|
|
475
|
+
Cn as PromptInputTextarea,
|
|
476
|
+
Sp as Pylon,
|
|
477
|
+
hp as Quickbooks,
|
|
478
|
+
ni as RadioGroup,
|
|
479
|
+
fi as RadioGroupItem,
|
|
480
|
+
Ap as Railway,
|
|
481
|
+
Dp as Reddit,
|
|
482
|
+
Tn as RequirementBadges,
|
|
483
|
+
di as ResizableHandle,
|
|
484
|
+
si as ResizablePanel,
|
|
485
|
+
ui as ResizablePanelGroup,
|
|
486
|
+
kp as Salesforce,
|
|
487
|
+
ci as ScrollArea,
|
|
488
|
+
Ci as ScrollBar,
|
|
489
|
+
Ti as ScrollButton,
|
|
490
|
+
bi as Select,
|
|
491
|
+
Ai as SelectContent,
|
|
492
|
+
Mi as SelectGroup,
|
|
493
|
+
Di as SelectItem,
|
|
494
|
+
Bi as SelectLabel,
|
|
495
|
+
ki as SelectScrollDownButton,
|
|
496
|
+
Gi as SelectScrollUpButton,
|
|
497
|
+
wi as SelectSeparator,
|
|
498
|
+
Pi as SelectTrigger,
|
|
499
|
+
vi as SelectValue,
|
|
500
|
+
yi as Separator,
|
|
501
|
+
Hi as Sheet,
|
|
502
|
+
Fi as SheetClose,
|
|
503
|
+
Oi as SheetContent,
|
|
504
|
+
Ri as SheetDescription,
|
|
505
|
+
Vi as SheetFooter,
|
|
506
|
+
zi as SheetHeader,
|
|
507
|
+
Ei as SheetTitle,
|
|
508
|
+
Wi as SheetTrigger,
|
|
509
|
+
wp as Shopify,
|
|
510
|
+
Zi as Sidebar,
|
|
511
|
+
qi as SidebarContent,
|
|
512
|
+
Ji as SidebarFooter,
|
|
513
|
+
Ui as SidebarGroup,
|
|
514
|
+
Xi as SidebarGroupAction,
|
|
515
|
+
Yi as SidebarGroupContent,
|
|
516
|
+
ji as SidebarGroupLabel,
|
|
517
|
+
Qi as SidebarHeader,
|
|
518
|
+
Ki as SidebarInput,
|
|
519
|
+
_i as SidebarInset,
|
|
520
|
+
$i as SidebarMenu,
|
|
521
|
+
ol as SidebarMenuAction,
|
|
522
|
+
rl as SidebarMenuBadge,
|
|
523
|
+
el as SidebarMenuButton,
|
|
524
|
+
tl as SidebarMenuItem,
|
|
525
|
+
al as SidebarMenuSkeleton,
|
|
526
|
+
pl as SidebarMenuSub,
|
|
527
|
+
ml as SidebarMenuSubButton,
|
|
528
|
+
il as SidebarMenuSubItem,
|
|
529
|
+
ll as SidebarProvider,
|
|
530
|
+
nl as SidebarRail,
|
|
531
|
+
fl as SidebarSeparator,
|
|
532
|
+
xl as SidebarTrigger,
|
|
533
|
+
vp as Singlestore,
|
|
534
|
+
ul as Skeleton,
|
|
535
|
+
yp as Slack,
|
|
536
|
+
cl as Slider,
|
|
537
|
+
Hp as Snowflake,
|
|
538
|
+
Op as Splunk,
|
|
539
|
+
Vp as Spotify,
|
|
540
|
+
Ep as Square,
|
|
541
|
+
Np as Squarespace,
|
|
542
|
+
qp as Squareup,
|
|
543
|
+
Sl as StepIndicator,
|
|
544
|
+
An as StepsProgress,
|
|
545
|
+
Up as Stripe,
|
|
546
|
+
Dn as SuggestionCard,
|
|
547
|
+
Al as Switch,
|
|
548
|
+
kn as Switcher,
|
|
549
|
+
Gn as SwitcherContent,
|
|
550
|
+
wn as SwitcherInput,
|
|
551
|
+
Pn as SwitcherItem,
|
|
552
|
+
vn as SwitcherTrigger,
|
|
553
|
+
Dl as Table,
|
|
554
|
+
Bl as TableBody,
|
|
555
|
+
kl as TableCaption,
|
|
556
|
+
Gl as TableCell,
|
|
557
|
+
wl as TableFooter,
|
|
558
|
+
Pl as TableHead,
|
|
559
|
+
vl as TableHeader,
|
|
560
|
+
Il as TableRow,
|
|
561
|
+
Ll as Tabs,
|
|
562
|
+
Hl as TabsContent,
|
|
563
|
+
Fl as TabsList,
|
|
564
|
+
Ol as TabsTrigger,
|
|
565
|
+
Yp as Tesla,
|
|
566
|
+
Vl as Textarea,
|
|
567
|
+
Qp as Ticktick,
|
|
568
|
+
_p as Tiktok,
|
|
569
|
+
El as Toggle,
|
|
570
|
+
Ln as ToolAuthorization,
|
|
571
|
+
Hn as ToolAuthorizationArgs,
|
|
572
|
+
Fn as ToolAuthorizationContent,
|
|
573
|
+
On as ToolAuthorizationHeader,
|
|
574
|
+
Rn as ToolAuthorizationMessage,
|
|
575
|
+
zn as ToolCallAccordion,
|
|
576
|
+
En as ToolCallAccordionContent,
|
|
577
|
+
Wn as ToolCallAccordionItem,
|
|
578
|
+
Nn as ToolCallAccordionTrigger,
|
|
579
|
+
qn as ToolCard,
|
|
580
|
+
hn as ToolkitCard,
|
|
581
|
+
Zl as Tooltip,
|
|
582
|
+
ql as TooltipContent,
|
|
583
|
+
Jl as TooltipProvider,
|
|
584
|
+
Ul as TooltipTrigger,
|
|
585
|
+
om as Trello,
|
|
586
|
+
em as Twilio,
|
|
587
|
+
am as Twitch,
|
|
588
|
+
Un as UserNav,
|
|
589
|
+
mm as Vercel,
|
|
590
|
+
Yl as ViewToolsControl,
|
|
591
|
+
Ql as VirtualizedGrid,
|
|
592
|
+
lm as Vscode,
|
|
593
|
+
fm as Walmart,
|
|
594
|
+
dm as Weaviate,
|
|
595
|
+
um as Windsurf,
|
|
596
|
+
cm as Workday,
|
|
597
|
+
Sm as Wrike,
|
|
598
|
+
hm as X,
|
|
599
|
+
Am as Xero,
|
|
600
|
+
Dm as Youtube,
|
|
601
|
+
km as Yugabytedb,
|
|
602
|
+
wm as Zendesk,
|
|
603
|
+
vm as Zoho,
|
|
604
|
+
ym as ZohoBooks,
|
|
605
|
+
Hm as ZohoCreator,
|
|
606
|
+
Om as Zoom,
|
|
605
607
|
w as avatarBadgeVariants,
|
|
606
608
|
I as badgeVariants,
|
|
607
609
|
N as buttonVariants,
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
610
|
+
Wm as jsonHighlightVariants,
|
|
611
|
+
Tl as stepIndicatorIconVariants,
|
|
612
|
+
hl as stepIndicatorLabelVariants,
|
|
613
|
+
Wl as toggleVariants,
|
|
614
|
+
dl as useSidebar,
|
|
615
|
+
In as useSwitcher
|
|
614
616
|
};
|