@arcadeai/design-system 3.31.0 → 3.32.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 +284 -280
- package/dist/components/ui/atoms/icons/index.d.ts +2 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +158 -154
- package/dist/components/ui/atoms/icons/langchain.d.ts +4 -0
- package/dist/components/ui/atoms/icons/langchain.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/langchain.js +28 -0
- package/dist/components/ui/atoms/icons/mastra.d.ts +4 -0
- package/dist/components/ui/atoms/icons/mastra.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/mastra.js +26 -0
- package/dist/components/ui/atoms/icons/vercel.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/vercel.js +5 -5
- package/dist/components/ui/atoms/index.js +274 -270
- package/dist/components/ui/index.js +284 -280
- package/dist/main.js +299 -295
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { Alert as i, AlertDescription as f, AlertTitle as x } from "./ui/atoms/a
|
|
|
3
3
|
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as u, AlertDialogContent as s, AlertDialogDescription as g, AlertDialogFooter as c, AlertDialogHeader as C, AlertDialogOverlay as b, AlertDialogPortal as S, AlertDialogTitle as D, AlertDialogTrigger as T } from "./ui/atoms/alert-dialog.js";
|
|
4
4
|
import { Avatar as h, AvatarFallback as A, AvatarImage as B } from "./ui/atoms/avatar.js";
|
|
5
5
|
import { Badge as G, badgeVariants as P } from "./ui/atoms/badge.js";
|
|
6
|
-
import { Breadcrumb as y, BreadcrumbEllipsis as I, BreadcrumbItem as v, BreadcrumbLink as
|
|
6
|
+
import { Breadcrumb as y, BreadcrumbEllipsis as I, BreadcrumbItem as v, BreadcrumbLink as L, BreadcrumbList as H, BreadcrumbPage as F, BreadcrumbSeparator as R } from "./ui/atoms/breadcrumb.js";
|
|
7
7
|
import { Button as E, buttonVariants as V } from "./ui/atoms/button.js";
|
|
8
8
|
import { ByocBadge as W } from "./ui/atoms/byoc-badge.js";
|
|
9
9
|
import { C as q, a as N } from "../calendar-DreAgQKY.js";
|
|
@@ -15,7 +15,7 @@ import { CodeBlock as so, CodeBlockCode as go, CodeBlockGroup as co } from "./ui
|
|
|
15
15
|
import { Collapsible as bo, CollapsibleContent as So, CollapsibleTrigger as Do } from "./ui/atoms/collapsible.js";
|
|
16
16
|
import { Command as Mo, CommandDialog as ho, CommandEmpty as Ao, CommandGroup as Bo, CommandInput as ko, CommandItem as Go, CommandList as Po, CommandSeparator as wo, CommandShortcut as yo } from "./ui/atoms/command.js";
|
|
17
17
|
import { CopyButton as vo } from "./ui/atoms/copy-button.js";
|
|
18
|
-
import { Dialog as
|
|
18
|
+
import { Dialog as Ho, DialogClose as Fo, DialogContent as Ro, DialogDescription as Oo, DialogFooter as Eo, DialogHeader as Vo, DialogOverlay as zo, DialogPortal as Wo, DialogTitle as Zo, DialogTrigger as qo } from "./ui/atoms/dialog.js";
|
|
19
19
|
import { DropdownMenu as Jo, DropdownMenuCheckboxItem as Xo, DropdownMenuContent as Yo, DropdownMenuGroup as Qo, DropdownMenuItem as Uo, DropdownMenuLabel as jo, DropdownMenuPortal as Ko, DropdownMenuRadioGroup as _o, DropdownMenuRadioItem as $o, DropdownMenuSeparator as or, DropdownMenuShortcut as rr, DropdownMenuSub as er, DropdownMenuSubContent as tr, DropdownMenuSubTrigger as pr, DropdownMenuTrigger as ar } from "./ui/atoms/dropdown-menu.js";
|
|
20
20
|
import { HoverCard as ir, HoverCardContent as fr, HoverCardTrigger as xr } from "./ui/atoms/hover-card.js";
|
|
21
21
|
import { Adp as nr } from "./ui/atoms/icons/adp.js";
|
|
@@ -29,7 +29,7 @@ import { Atlassian as Br } from "./ui/atoms/icons/atlassian.js";
|
|
|
29
29
|
import { Attio as Gr } from "./ui/atoms/icons/attio.js";
|
|
30
30
|
import { Auth0 as wr } from "./ui/atoms/icons/auth0.js";
|
|
31
31
|
import { Azure as Ir } from "./ui/atoms/icons/azure.js";
|
|
32
|
-
import { Bamboohr as
|
|
32
|
+
import { Bamboohr as Lr } from "./ui/atoms/icons/bamboohr.js";
|
|
33
33
|
import { Basecamp as Fr } from "./ui/atoms/icons/basecamp.js";
|
|
34
34
|
import { Bill as Or } from "./ui/atoms/icons/bill.js";
|
|
35
35
|
import { Bitbucket as Vr } from "./ui/atoms/icons/bitbucket.js";
|
|
@@ -56,7 +56,7 @@ import { Datadog as Be } from "./ui/atoms/icons/datadog.js";
|
|
|
56
56
|
import { Daytona as Ge } from "./ui/atoms/icons/daytona.js";
|
|
57
57
|
import { DigitalOcean as we } from "./ui/atoms/icons/digital-ocean.js";
|
|
58
58
|
import { Discord as Ie } from "./ui/atoms/icons/discord.js";
|
|
59
|
-
import { Dropbox as
|
|
59
|
+
import { Dropbox as Le } from "./ui/atoms/icons/dropbox.js";
|
|
60
60
|
import { E2b as Fe } from "./ui/atoms/icons/e2b.js";
|
|
61
61
|
import { Ebay as Oe } from "./ui/atoms/icons/ebay.js";
|
|
62
62
|
import { Evernote as Ve } from "./ui/atoms/icons/evernote.js";
|
|
@@ -83,7 +83,7 @@ import { GoogleJobs as Bt } from "./ui/atoms/icons/google-jobs.js";
|
|
|
83
83
|
import { GoogleMaps as Gt } from "./ui/atoms/icons/google-maps.js";
|
|
84
84
|
import { GoogleNews as wt } from "./ui/atoms/icons/google-news.js";
|
|
85
85
|
import { GoogleSheets as It } from "./ui/atoms/icons/google-sheets.js";
|
|
86
|
-
import { GoogleShopping as
|
|
86
|
+
import { GoogleShopping as Lt } from "./ui/atoms/icons/google-shopping.js";
|
|
87
87
|
import { GoogleSlides as Ft } from "./ui/atoms/icons/google-slides.js";
|
|
88
88
|
import { Goose as Ot } from "./ui/atoms/icons/goose.js";
|
|
89
89
|
import { Heroku as Vt } from "./ui/atoms/icons/heroku.js";
|
|
@@ -92,105 +92,107 @@ import { Hubspot as qt } from "./ui/atoms/icons/hubspot.js";
|
|
|
92
92
|
import { Imgflip as Jt } from "./ui/atoms/icons/imgflip.js";
|
|
93
93
|
import { Intercom as Yt } from "./ui/atoms/icons/intercom.js";
|
|
94
94
|
import { Jira as Ut } from "./ui/atoms/icons/jira.js";
|
|
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 {
|
|
95
|
+
import { Langchain as Kt } from "./ui/atoms/icons/langchain.js";
|
|
96
|
+
import { Linear as $t } from "./ui/atoms/icons/linear.js";
|
|
97
|
+
import { Linkedin as rp } from "./ui/atoms/icons/linkedin.js";
|
|
98
|
+
import { Luma as tp } from "./ui/atoms/icons/luma.js";
|
|
99
|
+
import { Mailchimp as ap } from "./ui/atoms/icons/mailchimp.js";
|
|
100
|
+
import { Mastra as ip } from "./ui/atoms/icons/mastra.js";
|
|
101
|
+
import { Mcp as xp } from "./ui/atoms/icons/mcp.js";
|
|
102
|
+
import { Microsoft as np } from "./ui/atoms/icons/microsoft.js";
|
|
103
|
+
import { MicrosoftDynamics as up } from "./ui/atoms/icons/microsoft-dynamics.js";
|
|
104
|
+
import { MicrosoftExcel as gp } from "./ui/atoms/icons/microsoft-excel.js";
|
|
105
|
+
import { MicrosoftOnedrive as Cp } from "./ui/atoms/icons/microsoft-onedrive.js";
|
|
106
|
+
import { MicrosoftPowerpoint as Sp } from "./ui/atoms/icons/microsoft-powerpoint.js";
|
|
107
|
+
import { MicrosoftSharepoint as Tp } from "./ui/atoms/icons/microsoft-sharepoint.js";
|
|
108
|
+
import { MicrosoftTeams as hp } from "./ui/atoms/icons/microsoft-teams.js";
|
|
109
|
+
import { MicrosoftWord as Bp } from "./ui/atoms/icons/microsoft-word.js";
|
|
110
|
+
import { Miro as Gp } from "./ui/atoms/icons/miro.js";
|
|
111
|
+
import { Monday as wp } from "./ui/atoms/icons/monday.js";
|
|
112
|
+
import { MongoDB as Ip } from "./ui/atoms/icons/mongodb.js";
|
|
113
|
+
import { Netsuite as Lp } from "./ui/atoms/icons/netsuite.js";
|
|
114
|
+
import { Notion as Fp } from "./ui/atoms/icons/notion.js";
|
|
115
|
+
import { Oauth as Op } from "./ui/atoms/icons/oauth.js";
|
|
116
|
+
import { Obsidian as Vp } from "./ui/atoms/icons/obsidian.js";
|
|
117
|
+
import { Okta as Wp } from "./ui/atoms/icons/okta.js";
|
|
118
|
+
import { Openai as qp } from "./ui/atoms/icons/openai.js";
|
|
119
|
+
import { OutlookCalendar as Jp } from "./ui/atoms/icons/outlook-calendar.js";
|
|
120
|
+
import { OutlookMail as Yp } from "./ui/atoms/icons/outlook-mail.js";
|
|
121
|
+
import { Pagerduty as Up } from "./ui/atoms/icons/pagerduty.js";
|
|
122
|
+
import { Pinecone as Kp } from "./ui/atoms/icons/pinecone.js";
|
|
123
|
+
import { Pinterest as $p } from "./ui/atoms/icons/pinterest.js";
|
|
124
|
+
import { Pipedrive as ra } from "./ui/atoms/icons/pipedrive.js";
|
|
125
|
+
import { Plaid as ta } from "./ui/atoms/icons/plaid.js";
|
|
126
|
+
import { Postgres as aa } from "./ui/atoms/icons/postgres.js";
|
|
127
|
+
import { Posthog as ia } from "./ui/atoms/icons/posthog.js";
|
|
128
|
+
import { Pylon as xa } from "./ui/atoms/icons/pylon.js";
|
|
129
|
+
import { Quickbooks as na } from "./ui/atoms/icons/quickbooks.js";
|
|
130
|
+
import { Railway as ua } from "./ui/atoms/icons/railway.js";
|
|
131
|
+
import { Reddit as ga } from "./ui/atoms/icons/reddit.js";
|
|
132
|
+
import { Salesforce as Ca } from "./ui/atoms/icons/salesforce.js";
|
|
133
|
+
import { Shopify as Sa } from "./ui/atoms/icons/shopify.js";
|
|
134
|
+
import { Singlestore as Ta } from "./ui/atoms/icons/singlestore.js";
|
|
135
|
+
import { Slack as ha } from "./ui/atoms/icons/slack.js";
|
|
136
|
+
import { Snowflake as Ba } from "./ui/atoms/icons/snowflake.js";
|
|
137
|
+
import { Splunk as Ga } from "./ui/atoms/icons/splunk.js";
|
|
138
|
+
import { Spotify as wa } from "./ui/atoms/icons/spotify.js";
|
|
139
|
+
import { Square as Ia } from "./ui/atoms/icons/square.js";
|
|
140
|
+
import { Squarespace as La } from "./ui/atoms/icons/squarespace.js";
|
|
141
|
+
import { Squareup as Fa } from "./ui/atoms/icons/squareup.js";
|
|
142
|
+
import { Stripe as Oa } from "./ui/atoms/icons/stripe.js";
|
|
143
|
+
import { Tesla as Va } from "./ui/atoms/icons/tesla.js";
|
|
144
|
+
import { Ticktick as Wa } from "./ui/atoms/icons/ticktick.js";
|
|
145
|
+
import { Tiktok as qa } from "./ui/atoms/icons/tiktok.js";
|
|
146
|
+
import { Trello as Ja } from "./ui/atoms/icons/trello.js";
|
|
147
|
+
import { Twilio as Ya } from "./ui/atoms/icons/twilio.js";
|
|
148
|
+
import { Twitch as Ua } from "./ui/atoms/icons/twitch.js";
|
|
149
|
+
import { Vercel as Ka } from "./ui/atoms/icons/vercel.js";
|
|
150
|
+
import { Vscode as $a } from "./ui/atoms/icons/vscode.js";
|
|
151
|
+
import { Walmart as rm } from "./ui/atoms/icons/walmart.js";
|
|
152
|
+
import { Weaviate as tm } from "./ui/atoms/icons/weaviate.js";
|
|
153
|
+
import { Windsurf as am } from "./ui/atoms/icons/windsurf.js";
|
|
154
|
+
import { Workday as im } from "./ui/atoms/icons/workday.js";
|
|
155
|
+
import { Wrike as xm } from "./ui/atoms/icons/wrike.js";
|
|
156
|
+
import { X as nm } from "./ui/atoms/icons/x.js";
|
|
157
|
+
import { Xero as um } from "./ui/atoms/icons/xero.js";
|
|
158
|
+
import { Youtube as gm } from "./ui/atoms/icons/youtube.js";
|
|
159
|
+
import { Yugabytedb as Cm } from "./ui/atoms/icons/yugabytedb.js";
|
|
160
|
+
import { Zendesk as Sm } from "./ui/atoms/icons/zendesk.js";
|
|
161
|
+
import { Zoho as Tm } from "./ui/atoms/icons/zoho.js";
|
|
162
|
+
import { ZohoBooks as hm } from "./ui/atoms/icons/zoho-books.js";
|
|
163
|
+
import { ZohoCreator as Bm } from "./ui/atoms/icons/zoho-creator.js";
|
|
164
|
+
import { Zoom as Gm } from "./ui/atoms/icons/zoom.js";
|
|
165
|
+
import { Input as wm } from "./ui/atoms/input.js";
|
|
166
|
+
import { Label as Im } from "./ui/atoms/label.js";
|
|
167
|
+
import { Loader as Lm } from "./ui/atoms/loader.js";
|
|
168
|
+
import { M as Fm } from "../markdown-CSrGIfKB.js";
|
|
169
|
+
import { MobileTooltip as Om, MobileTooltipContent as Em, MobileTooltipProvider as Vm, MobileTooltipTrigger as zm } from "./ui/atoms/mobile-tooltip.js";
|
|
170
|
+
import { Popover as Zm, PopoverAnchor as qm, PopoverContent as Nm, PopoverTrigger as Jm } from "./ui/atoms/popover.js";
|
|
171
|
+
import { ProBadge as Ym } from "./ui/atoms/pro-badge.js";
|
|
172
|
+
import { Progress as Um } from "./ui/atoms/progress.js";
|
|
173
|
+
import { RadioGroup as Km, RadioGroupItem as _m } from "./ui/atoms/radio-group.js";
|
|
174
|
+
import { ResizableHandle as oi, ResizablePanel as ri, ResizablePanelGroup as ei } from "./ui/atoms/resizable.js";
|
|
175
|
+
import { ScrollArea as pi, ScrollBar as ai } from "./ui/atoms/scroll-area.js";
|
|
176
|
+
import { ScrollButton as ii } from "./ui/atoms/scroll-button.js";
|
|
177
|
+
import { Select as xi, SelectContent as li, SelectGroup as ni, SelectItem as di, SelectLabel as ui, SelectScrollDownButton as si, SelectScrollUpButton as gi, SelectSeparator as ci, SelectTrigger as Ci, SelectValue as bi } from "./ui/atoms/select.js";
|
|
178
|
+
import { Separator as Di } from "./ui/atoms/separator.js";
|
|
179
|
+
import { Sheet as Mi, SheetClose as hi, SheetContent as Ai, SheetDescription as Bi, SheetFooter as ki, SheetHeader as Gi, SheetTitle as Pi, SheetTrigger as wi } from "./ui/atoms/sheet.js";
|
|
180
|
+
import { Sidebar as Ii, SidebarContent as vi, SidebarFooter as Li, SidebarGroup as Hi, SidebarGroupAction as Fi, SidebarGroupContent as Ri, SidebarGroupLabel as Oi, SidebarHeader as Ei, SidebarInput as Vi, SidebarInset as zi, SidebarMenu as Wi, SidebarMenuAction as Zi, SidebarMenuBadge as qi, SidebarMenuButton as Ni, SidebarMenuItem as Ji, SidebarMenuSkeleton as Xi, SidebarMenuSub as Yi, SidebarMenuSubButton as Qi, SidebarMenuSubItem as Ui, SidebarProvider as ji, SidebarRail as Ki, SidebarSeparator as _i, SidebarTrigger as $i, useSidebar as of } from "./ui/atoms/sidebar.js";
|
|
181
|
+
import { Skeleton as ef } from "./ui/atoms/skeleton.js";
|
|
182
|
+
import { Slider as pf } from "./ui/atoms/slider.js";
|
|
183
|
+
import { Switch as mf } from "./ui/atoms/switch.js";
|
|
184
|
+
import { Table as xf, TableBody as lf, TableCaption as nf, TableCell as df, TableFooter as uf, TableHead as sf, TableHeader as gf, TableRow as cf } from "./ui/atoms/table.js";
|
|
185
|
+
import { Tabs as bf, TabsContent as Sf, TabsList as Df, TabsTrigger as Tf } from "./ui/atoms/tabs.js";
|
|
186
|
+
import { Textarea as hf } from "./ui/atoms/textarea.js";
|
|
187
|
+
import { Toggle as Bf, toggleVariants as kf } from "./ui/atoms/toggle.js";
|
|
188
|
+
import { Tooltip as Pf, TooltipContent as wf, TooltipProvider as yf, TooltipTrigger as If } from "./ui/atoms/tooltip.js";
|
|
189
|
+
import { VirtualizedGrid as Lf } from "./ui/atoms/virtualized-grid.js";
|
|
190
|
+
import { DateTimePicker as Ff } from "./ui/molecules/date-time-picker.js";
|
|
191
|
+
import { EmptyState as Of } from "./ui/molecules/empty-state.js";
|
|
192
|
+
import { Message as Vf, MessageAction as zf, MessageActions as Wf, MessageAvatar as Zf, MessageContent as qf } from "./ui/molecules/message.js";
|
|
193
|
+
import { PromptInput as Jf, PromptInputAction as Xf, PromptInputActions as Yf, PromptInputTextarea as Qf } from "./ui/molecules/prompt-input.js";
|
|
194
|
+
import { R as jf, T as Kf } from "../toolkit-card-Birn0MUI.js";
|
|
195
|
+
import { ToolCard as $f } from "./ui/molecules/tool-card.js";
|
|
194
196
|
export {
|
|
195
197
|
e as Accordion,
|
|
196
198
|
t as AccordionContent,
|
|
@@ -225,7 +227,7 @@ export {
|
|
|
225
227
|
B as AvatarImage,
|
|
226
228
|
Ir as Azure,
|
|
227
229
|
G as Badge,
|
|
228
|
-
|
|
230
|
+
Lr as Bamboohr,
|
|
229
231
|
Fr as Basecamp,
|
|
230
232
|
Or as Bill,
|
|
231
233
|
Vr as Bitbucket,
|
|
@@ -235,8 +237,8 @@ export {
|
|
|
235
237
|
y as Breadcrumb,
|
|
236
238
|
I as BreadcrumbEllipsis,
|
|
237
239
|
v as BreadcrumbItem,
|
|
238
|
-
|
|
239
|
-
|
|
240
|
+
L as BreadcrumbLink,
|
|
241
|
+
H as BreadcrumbList,
|
|
240
242
|
F as BreadcrumbPage,
|
|
241
243
|
R as BreadcrumbSeparator,
|
|
242
244
|
Yr as Brex,
|
|
@@ -293,9 +295,9 @@ export {
|
|
|
293
295
|
Te as CursorInstallLight,
|
|
294
296
|
he as Customerio,
|
|
295
297
|
Be as Datadog,
|
|
296
|
-
|
|
298
|
+
Ff as DateTimePicker,
|
|
297
299
|
Ge as Daytona,
|
|
298
|
-
|
|
300
|
+
Ho as Dialog,
|
|
299
301
|
Fo as DialogClose,
|
|
300
302
|
Ro as DialogContent,
|
|
301
303
|
Oo as DialogDescription,
|
|
@@ -307,7 +309,7 @@ export {
|
|
|
307
309
|
qo as DialogTrigger,
|
|
308
310
|
we as DigitalOcean,
|
|
309
311
|
Ie as Discord,
|
|
310
|
-
|
|
312
|
+
Le as Dropbox,
|
|
311
313
|
Jo as DropdownMenu,
|
|
312
314
|
Xo as DropdownMenuCheckboxItem,
|
|
313
315
|
Yo as DropdownMenuContent,
|
|
@@ -325,7 +327,7 @@ export {
|
|
|
325
327
|
ar as DropdownMenuTrigger,
|
|
326
328
|
Fe as E2b,
|
|
327
329
|
Oe as Ebay,
|
|
328
|
-
|
|
330
|
+
Of as EmptyState,
|
|
329
331
|
Ve as Evernote,
|
|
330
332
|
We as Exa,
|
|
331
333
|
qe as Factorial,
|
|
@@ -350,7 +352,7 @@ export {
|
|
|
350
352
|
Gt as GoogleMaps,
|
|
351
353
|
wt as GoogleNews,
|
|
352
354
|
It as GoogleSheets,
|
|
353
|
-
|
|
355
|
+
Lt as GoogleShopping,
|
|
354
356
|
Ft as GoogleSlides,
|
|
355
357
|
Ot as Goose,
|
|
356
358
|
Vt as Heroku,
|
|
@@ -360,176 +362,178 @@ export {
|
|
|
360
362
|
xr as HoverCardTrigger,
|
|
361
363
|
qt as Hubspot,
|
|
362
364
|
Jt as Imgflip,
|
|
363
|
-
|
|
365
|
+
wm as Input,
|
|
364
366
|
Yt as Intercom,
|
|
365
367
|
Ut as Jira,
|
|
366
|
-
|
|
367
|
-
Kt as
|
|
368
|
-
$t as
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
tp as
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
np as
|
|
382
|
-
up as
|
|
383
|
-
gp as
|
|
384
|
-
Cp as
|
|
385
|
-
Sp as
|
|
386
|
-
Tp as
|
|
387
|
-
hp as
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
wp as
|
|
395
|
-
Ip as
|
|
396
|
-
|
|
397
|
-
Fp as
|
|
398
|
-
Op as
|
|
399
|
-
Vp as
|
|
400
|
-
Wp as
|
|
401
|
-
qp as
|
|
402
|
-
Jp as
|
|
403
|
-
Yp as
|
|
404
|
-
Up as
|
|
405
|
-
Kp as
|
|
406
|
-
$p as
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
ai as
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
bi as
|
|
445
|
-
|
|
446
|
-
|
|
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
|
-
Ba as
|
|
483
|
-
Ga as
|
|
484
|
-
wa as
|
|
485
|
-
Ia as
|
|
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
|
-
Ja as
|
|
514
|
-
Ya as
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
$a as
|
|
519
|
-
rm as
|
|
520
|
-
tm as
|
|
521
|
-
am as
|
|
522
|
-
im as
|
|
523
|
-
xm as
|
|
524
|
-
nm as
|
|
525
|
-
um as
|
|
526
|
-
gm as
|
|
527
|
-
Cm as
|
|
528
|
-
Sm as
|
|
529
|
-
Tm as
|
|
530
|
-
hm as
|
|
368
|
+
Im as Label,
|
|
369
|
+
Kt as Langchain,
|
|
370
|
+
$t as Linear,
|
|
371
|
+
rp as Linkedin,
|
|
372
|
+
Lm as Loader,
|
|
373
|
+
tp as Luma,
|
|
374
|
+
ap as Mailchimp,
|
|
375
|
+
Fm as Markdown,
|
|
376
|
+
ip as Mastra,
|
|
377
|
+
xp as Mcp,
|
|
378
|
+
Vf as Message,
|
|
379
|
+
zf as MessageAction,
|
|
380
|
+
Wf as MessageActions,
|
|
381
|
+
Zf as MessageAvatar,
|
|
382
|
+
qf as MessageContent,
|
|
383
|
+
np as Microsoft,
|
|
384
|
+
up as MicrosoftDynamics,
|
|
385
|
+
gp as MicrosoftExcel,
|
|
386
|
+
Cp as MicrosoftOnedrive,
|
|
387
|
+
Sp as MicrosoftPowerpoint,
|
|
388
|
+
Tp as MicrosoftSharepoint,
|
|
389
|
+
hp as MicrosoftTeams,
|
|
390
|
+
Bp as MicrosoftWord,
|
|
391
|
+
Gp as Miro,
|
|
392
|
+
Om as MobileTooltip,
|
|
393
|
+
Em as MobileTooltipContent,
|
|
394
|
+
Vm as MobileTooltipProvider,
|
|
395
|
+
zm as MobileTooltipTrigger,
|
|
396
|
+
wp as Monday,
|
|
397
|
+
Ip as MongoDB,
|
|
398
|
+
Lp as Netsuite,
|
|
399
|
+
Fp as Notion,
|
|
400
|
+
Op as Oauth,
|
|
401
|
+
Vp as Obsidian,
|
|
402
|
+
Wp as Okta,
|
|
403
|
+
qp as Openai,
|
|
404
|
+
Jp as OutlookCalendar,
|
|
405
|
+
Yp as OutlookMail,
|
|
406
|
+
Up as Pagerduty,
|
|
407
|
+
Kp as Pinecone,
|
|
408
|
+
$p as Pinterest,
|
|
409
|
+
ra as Pipedrive,
|
|
410
|
+
ta as Plaid,
|
|
411
|
+
Zm as Popover,
|
|
412
|
+
qm as PopoverAnchor,
|
|
413
|
+
Nm as PopoverContent,
|
|
414
|
+
Jm as PopoverTrigger,
|
|
415
|
+
aa as Postgres,
|
|
416
|
+
ia as Posthog,
|
|
417
|
+
Ym as ProBadge,
|
|
418
|
+
Um as Progress,
|
|
419
|
+
Jf as PromptInput,
|
|
420
|
+
Xf as PromptInputAction,
|
|
421
|
+
Yf as PromptInputActions,
|
|
422
|
+
Qf as PromptInputTextarea,
|
|
423
|
+
xa as Pylon,
|
|
424
|
+
na as Quickbooks,
|
|
425
|
+
Km as RadioGroup,
|
|
426
|
+
_m as RadioGroupItem,
|
|
427
|
+
ua as Railway,
|
|
428
|
+
ga as Reddit,
|
|
429
|
+
jf as RequirementBadges,
|
|
430
|
+
oi as ResizableHandle,
|
|
431
|
+
ri as ResizablePanel,
|
|
432
|
+
ei as ResizablePanelGroup,
|
|
433
|
+
Ca as Salesforce,
|
|
434
|
+
pi as ScrollArea,
|
|
435
|
+
ai as ScrollBar,
|
|
436
|
+
ii as ScrollButton,
|
|
437
|
+
xi as Select,
|
|
438
|
+
li as SelectContent,
|
|
439
|
+
ni as SelectGroup,
|
|
440
|
+
di as SelectItem,
|
|
441
|
+
ui as SelectLabel,
|
|
442
|
+
si as SelectScrollDownButton,
|
|
443
|
+
gi as SelectScrollUpButton,
|
|
444
|
+
ci as SelectSeparator,
|
|
445
|
+
Ci as SelectTrigger,
|
|
446
|
+
bi as SelectValue,
|
|
447
|
+
Di as Separator,
|
|
448
|
+
Mi as Sheet,
|
|
449
|
+
hi as SheetClose,
|
|
450
|
+
Ai as SheetContent,
|
|
451
|
+
Bi as SheetDescription,
|
|
452
|
+
ki as SheetFooter,
|
|
453
|
+
Gi as SheetHeader,
|
|
454
|
+
Pi as SheetTitle,
|
|
455
|
+
wi as SheetTrigger,
|
|
456
|
+
Sa as Shopify,
|
|
457
|
+
Ii as Sidebar,
|
|
458
|
+
vi as SidebarContent,
|
|
459
|
+
Li as SidebarFooter,
|
|
460
|
+
Hi as SidebarGroup,
|
|
461
|
+
Fi as SidebarGroupAction,
|
|
462
|
+
Ri as SidebarGroupContent,
|
|
463
|
+
Oi as SidebarGroupLabel,
|
|
464
|
+
Ei as SidebarHeader,
|
|
465
|
+
Vi as SidebarInput,
|
|
466
|
+
zi as SidebarInset,
|
|
467
|
+
Wi as SidebarMenu,
|
|
468
|
+
Zi as SidebarMenuAction,
|
|
469
|
+
qi as SidebarMenuBadge,
|
|
470
|
+
Ni as SidebarMenuButton,
|
|
471
|
+
Ji as SidebarMenuItem,
|
|
472
|
+
Xi as SidebarMenuSkeleton,
|
|
473
|
+
Yi as SidebarMenuSub,
|
|
474
|
+
Qi as SidebarMenuSubButton,
|
|
475
|
+
Ui as SidebarMenuSubItem,
|
|
476
|
+
ji as SidebarProvider,
|
|
477
|
+
Ki as SidebarRail,
|
|
478
|
+
_i as SidebarSeparator,
|
|
479
|
+
$i as SidebarTrigger,
|
|
480
|
+
Ta as Singlestore,
|
|
481
|
+
ef as Skeleton,
|
|
482
|
+
ha as Slack,
|
|
483
|
+
pf as Slider,
|
|
484
|
+
Ba as Snowflake,
|
|
485
|
+
Ga as Splunk,
|
|
486
|
+
wa as Spotify,
|
|
487
|
+
Ia as Square,
|
|
488
|
+
La as Squarespace,
|
|
489
|
+
Fa as Squareup,
|
|
490
|
+
Oa as Stripe,
|
|
491
|
+
mf as Switch,
|
|
492
|
+
xf as Table,
|
|
493
|
+
lf as TableBody,
|
|
494
|
+
nf as TableCaption,
|
|
495
|
+
df as TableCell,
|
|
496
|
+
uf as TableFooter,
|
|
497
|
+
sf as TableHead,
|
|
498
|
+
gf as TableHeader,
|
|
499
|
+
cf as TableRow,
|
|
500
|
+
bf as Tabs,
|
|
501
|
+
Sf as TabsContent,
|
|
502
|
+
Df as TabsList,
|
|
503
|
+
Tf as TabsTrigger,
|
|
504
|
+
Va as Tesla,
|
|
505
|
+
hf as Textarea,
|
|
506
|
+
Wa as Ticktick,
|
|
507
|
+
qa as Tiktok,
|
|
508
|
+
Bf as Toggle,
|
|
509
|
+
$f as ToolCard,
|
|
510
|
+
Kf as ToolkitCard,
|
|
511
|
+
Pf as Tooltip,
|
|
512
|
+
wf as TooltipContent,
|
|
513
|
+
yf as TooltipProvider,
|
|
514
|
+
If as TooltipTrigger,
|
|
515
|
+
Ja as Trello,
|
|
516
|
+
Ya as Twilio,
|
|
517
|
+
Ua as Twitch,
|
|
518
|
+
Ka as Vercel,
|
|
519
|
+
Lf as VirtualizedGrid,
|
|
520
|
+
$a as Vscode,
|
|
521
|
+
rm as Walmart,
|
|
522
|
+
tm as Weaviate,
|
|
523
|
+
am as Windsurf,
|
|
524
|
+
im as Workday,
|
|
525
|
+
xm as Wrike,
|
|
526
|
+
nm as X,
|
|
527
|
+
um as Xero,
|
|
528
|
+
gm as Youtube,
|
|
529
|
+
Cm as Yugabytedb,
|
|
530
|
+
Sm as Zendesk,
|
|
531
|
+
Tm as Zoho,
|
|
532
|
+
hm as ZohoBooks,
|
|
533
|
+
Bm as ZohoCreator,
|
|
534
|
+
Gm as Zoom,
|
|
531
535
|
P as badgeVariants,
|
|
532
536
|
V as buttonVariants,
|
|
533
|
-
|
|
534
|
-
|
|
537
|
+
kf as toggleVariants,
|
|
538
|
+
of as useSidebar
|
|
535
539
|
};
|