@arcadeai/design-system 3.33.2 → 3.35.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/README.md +30 -317
- package/dist/arcade-logo-BVV97-cr.js +33 -0
- package/dist/assets/icons/granola.js +14 -0
- package/dist/assets/images/arcade-grid.d.ts +1 -1
- package/dist/assets/images/arcade-grid.d.ts.map +1 -1
- package/dist/assets/images/arcade-logo.d.ts +1 -1
- package/dist/assets/images/arcade-logo.d.ts.map +1 -1
- package/dist/assets/images/arcade-logo.js +10 -31
- package/dist/components/index.js +597 -567
- package/dist/components/ui/atoms/accordion.d.ts +1 -1
- package/dist/components/ui/atoms/accordion.d.ts.map +1 -1
- package/dist/components/ui/atoms/alert-dialog.d.ts +1 -1
- package/dist/components/ui/atoms/alert-dialog.d.ts.map +1 -1
- package/dist/components/ui/atoms/alert.d.ts +1 -1
- package/dist/components/ui/atoms/alert.d.ts.map +1 -1
- package/dist/components/ui/atoms/avatar-notification-badge.d.ts +34 -0
- package/dist/components/ui/atoms/avatar-notification-badge.d.ts.map +1 -0
- package/dist/components/ui/atoms/avatar-notification-badge.js +78 -0
- package/dist/components/ui/atoms/avatar.d.ts +1 -1
- package/dist/components/ui/atoms/avatar.d.ts.map +1 -1
- package/dist/components/ui/atoms/breadcrumb.d.ts +1 -1
- package/dist/components/ui/atoms/breadcrumb.d.ts.map +1 -1
- package/dist/components/ui/atoms/card.d.ts +1 -1
- package/dist/components/ui/atoms/card.d.ts.map +1 -1
- package/dist/components/ui/atoms/chart.d.ts +1 -1
- package/dist/components/ui/atoms/chart.d.ts.map +1 -1
- package/dist/components/ui/atoms/chat-container.d.ts +1 -1
- package/dist/components/ui/atoms/chat-container.d.ts.map +1 -1
- package/dist/components/ui/atoms/code-block.d.ts +1 -1
- package/dist/components/ui/atoms/code-block.d.ts.map +1 -1
- package/dist/components/ui/atoms/collapsible.d.ts +1 -1
- package/dist/components/ui/atoms/command.d.ts +1 -1
- package/dist/components/ui/atoms/command.d.ts.map +1 -1
- package/dist/components/ui/atoms/command.js +364 -288
- package/dist/components/ui/atoms/copy-button.d.ts +1 -1
- package/dist/components/ui/atoms/copy-button.d.ts.map +1 -1
- package/dist/components/ui/atoms/dropdown-menu.d.ts +1 -1
- package/dist/components/ui/atoms/dropdown-menu.d.ts.map +1 -1
- package/dist/components/ui/atoms/form.d.ts +1 -1
- package/dist/components/ui/atoms/form.d.ts.map +1 -1
- package/dist/components/ui/atoms/hover-card.d.ts +1 -1
- package/dist/components/ui/atoms/icons/granola.d.ts +4 -0
- package/dist/components/ui/atoms/icons/granola.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/granola.js +20 -0
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +156 -154
- package/dist/components/ui/atoms/index.d.ts +3 -0
- package/dist/components/ui/atoms/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/index.js +514 -504
- package/dist/components/ui/atoms/json-highlight.d.ts +60 -0
- package/dist/components/ui/atoms/json-highlight.d.ts.map +1 -0
- package/dist/components/ui/atoms/json-highlight.js +77 -0
- 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/markdown.js +1 -1
- package/dist/components/ui/atoms/popover.d.ts +1 -1
- package/dist/components/ui/atoms/popover.d.ts.map +1 -1
- package/dist/components/ui/atoms/resizable.d.ts +1 -1
- package/dist/components/ui/atoms/resizable.d.ts.map +1 -1
- package/dist/components/ui/atoms/scroll-button.d.ts +1 -1
- package/dist/components/ui/atoms/scroll-button.d.ts.map +1 -1
- package/dist/components/ui/atoms/scroll-button.js +8 -8
- package/dist/components/ui/atoms/sheet.d.ts +1 -1
- package/dist/components/ui/atoms/sheet.d.ts.map +1 -1
- package/dist/components/ui/atoms/table.d.ts +1 -1
- package/dist/components/ui/atoms/table.d.ts.map +1 -1
- package/dist/components/ui/atoms/tabs.d.ts +1 -1
- package/dist/components/ui/atoms/tabs.d.ts.map +1 -1
- package/dist/components/ui/atoms/tooltip.d.ts +4 -2
- package/dist/components/ui/atoms/tooltip.d.ts.map +1 -1
- package/dist/components/ui/atoms/tooltip.js +3 -2
- package/dist/components/ui/atoms/view-tools-control.d.ts +1 -1
- package/dist/components/ui/atoms/view-tools-control.d.ts.map +1 -1
- package/dist/components/ui/atoms/view-tools-control.js +20 -19
- package/dist/components/ui/index.js +597 -567
- package/dist/components/ui/molecules/chat-message-list.d.ts +5 -2
- package/dist/components/ui/molecules/chat-message-list.d.ts.map +1 -1
- package/dist/components/ui/molecules/chat-message-list.js +2 -2
- package/dist/components/ui/molecules/index.d.ts +8 -0
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +48 -28
- package/dist/components/ui/molecules/message.d.ts +2 -2
- package/dist/components/ui/molecules/message.d.ts.map +1 -1
- package/dist/components/ui/molecules/message.js +1 -1
- package/dist/components/ui/molecules/prompt-input.d.ts +1 -1
- package/dist/components/ui/molecules/prompt-input.d.ts.map +1 -1
- package/dist/components/ui/molecules/prompt-input.js +20 -20
- package/dist/components/ui/molecules/requirement-badges.js +9 -5
- package/dist/components/ui/molecules/switcher.d.ts +83 -0
- package/dist/components/ui/molecules/switcher.d.ts.map +1 -0
- package/dist/components/ui/molecules/switcher.js +164 -0
- package/dist/components/ui/molecules/tool-authorization.d.ts +56 -0
- package/dist/components/ui/molecules/tool-authorization.d.ts.map +1 -0
- package/dist/components/ui/molecules/tool-authorization.js +160 -0
- package/dist/components/ui/molecules/tool-call-accordion.d.ts +36 -0
- package/dist/components/ui/molecules/tool-call-accordion.d.ts.map +1 -0
- package/dist/components/ui/molecules/tool-call-accordion.js +301 -0
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/user-nav.d.ts +65 -0
- package/dist/components/ui/molecules/user-nav.d.ts.map +1 -0
- package/dist/components/ui/molecules/user-nav.js +154 -0
- package/dist/components/ui/pages/chat-page.d.ts +18 -10
- package/dist/components/ui/pages/chat-page.d.ts.map +1 -1
- package/dist/components/ui/pages/chat-page.js +328 -243
- package/dist/components/ui/pages/login-page.js +6 -6
- package/dist/components/ui/templates/chat-template.d.ts +1 -1
- package/dist/components/ui/templates/chat-template.d.ts.map +1 -1
- package/dist/components/ui/templates/chat-template.js +11 -11
- package/dist/{highlighted-body-TPN3WLV5-DyOGcftJ.js → highlighted-body-TPN3WLV5-D6UnKGod.js} +1 -1
- package/dist/lib/utils.js +1 -1
- package/dist/main.js +623 -593
- package/dist/{markdown-9KGBuupR.js → markdown-D0xxRbwP.js} +2597 -2592
- package/dist/mermaid-O7DHMXV3-gUrB-Xs1.js +4 -0
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +130 -128
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/dist/{toolkit-card-k8jio69G.js → toolkit-card-B97E7TBA.js} +15 -12
- package/package.json +6 -6
- package/dist/mermaid-O7DHMXV3-CUp9wvRi.js +0 -4
|
@@ -1,525 +1,535 @@
|
|
|
1
1
|
import { Accordion as e, AccordionContent as t, AccordionItem as p, AccordionTrigger as a } from "./accordion.js";
|
|
2
2
|
import { Alert as i, AlertDescription as f, AlertTitle as x } from "./alert.js";
|
|
3
|
-
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as
|
|
3
|
+
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as g, AlertDialogContent as u, AlertDialogDescription as s, AlertDialogFooter as c, AlertDialogHeader as b, AlertDialogOverlay as C, AlertDialogPortal as S, AlertDialogTitle as D, AlertDialogTrigger as h } from "./alert-dialog.js";
|
|
4
4
|
import { Avatar as M, AvatarFallback as A, AvatarImage as B } from "./avatar.js";
|
|
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 {
|
|
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 {
|
|
5
|
+
import { AvatarNotificationBadge as k, avatarBadgeVariants as w } from "./avatar-notification-badge.js";
|
|
6
|
+
import { Badge as v, badgeVariants as I } from "./badge.js";
|
|
7
|
+
import { Breadcrumb as H, BreadcrumbEllipsis as L, BreadcrumbItem as F, BreadcrumbLink as R, BreadcrumbList as V, BreadcrumbPage as O, BreadcrumbSeparator as E } from "./breadcrumb.js";
|
|
8
|
+
import { Button as W, buttonVariants as Z } from "./button.js";
|
|
9
|
+
import { ByocBadge as q } from "./byoc-badge.js";
|
|
10
|
+
import { C as X, a as Y } from "../../../calendar-DreAgQKY.js";
|
|
11
|
+
import { Card as Q, CardAction as U, CardContent as K, CardDescription as _, CardFooter as $, CardHeader as oo, CardTitle as ro } from "./card.js";
|
|
12
|
+
import { ChartContainer as to, ChartLegend as po, ChartLegendContent as ao, ChartStyle as mo, ChartTooltip as io, ChartTooltipContent as fo } from "./chart.js";
|
|
13
|
+
import { ChatContainerContent as lo, ChatContainerRoot as no, ChatContainerScrollAnchor as go } from "./chat-container.js";
|
|
14
|
+
import { Checkbox as so } from "./checkbox.js";
|
|
15
|
+
import { CodeBlock as bo, CodeBlockCode as Co, CodeBlockGroup as So } from "./code-block.js";
|
|
16
|
+
import { Collapsible as ho, CollapsibleContent as To, CollapsibleTrigger as Mo } from "./collapsible.js";
|
|
17
|
+
import { Command as Bo, CommandDialog as Go, CommandEmpty as ko, CommandGroup as wo, CommandInput as Po, CommandItem as vo, CommandList as Io, CommandSeparator as yo, CommandShortcut as Ho } from "./command.js";
|
|
18
|
+
import { CopyButton as Fo } from "./copy-button.js";
|
|
19
|
+
import { Dialog as Vo, DialogClose as Oo, DialogContent as Eo, DialogDescription as zo, DialogFooter as Wo, DialogHeader as Zo, DialogOverlay as No, DialogPortal as qo, DialogTitle as Jo, DialogTrigger as Xo } from "./dialog.js";
|
|
20
|
+
import { DropdownMenu as jo, DropdownMenuCheckboxItem as Qo, DropdownMenuContent as Uo, DropdownMenuGroup as Ko, DropdownMenuItem as _o, DropdownMenuLabel as $o, DropdownMenuPortal as or, DropdownMenuRadioGroup as rr, DropdownMenuRadioItem as er, DropdownMenuSeparator as tr, DropdownMenuShortcut as pr, DropdownMenuSub as ar, DropdownMenuSubContent as mr, DropdownMenuSubTrigger as ir, DropdownMenuTrigger as fr } from "./dropdown-menu.js";
|
|
21
|
+
import { HoverCard as lr, HoverCardContent as nr, HoverCardTrigger as dr } from "./hover-card.js";
|
|
22
|
+
import { Adp as ur } from "./icons/adp.js";
|
|
23
|
+
import { Aha as cr } from "./icons/aha.js";
|
|
24
|
+
import { Airtable as Cr } from "./icons/airtable.js";
|
|
25
|
+
import { Amplitude as Dr } from "./icons/amplitude.js";
|
|
26
|
+
import { Arcade as Tr } from "./icons/arcade.js";
|
|
27
|
+
import { Asana as Ar } from "./icons/asana.js";
|
|
28
|
+
import { Ashby as Gr } from "./icons/ashby.js";
|
|
29
|
+
import { Atlassian as wr } from "./icons/atlassian.js";
|
|
30
|
+
import { Attio as vr } from "./icons/attio.js";
|
|
31
|
+
import { Auth0 as yr } from "./icons/auth0.js";
|
|
32
|
+
import { Azure as Lr } from "./icons/azure.js";
|
|
33
|
+
import { Bamboohr as Rr } from "./icons/bamboohr.js";
|
|
34
|
+
import { Basecamp as Or } from "./icons/basecamp.js";
|
|
35
|
+
import { Bill as zr } from "./icons/bill.js";
|
|
36
|
+
import { Bitbucket as Zr } from "./icons/bitbucket.js";
|
|
37
|
+
import { Bluesky as qr } from "./icons/bluesky.js";
|
|
38
|
+
import { Box as Xr } from "./icons/box.js";
|
|
39
|
+
import { Braze as jr } from "./icons/braze.js";
|
|
40
|
+
import { Brex as Ur } from "./icons/brex.js";
|
|
41
|
+
import { Brightdata as _r } from "./icons/brightdata.js";
|
|
42
|
+
import { Buffer as oe } from "./icons/buffer.js";
|
|
43
|
+
import { Calendly as ee } from "./icons/calendly.js";
|
|
44
|
+
import { Claude as pe } from "./icons/claude.js";
|
|
45
|
+
import { Clickhouse as me } from "./icons/clickhouse.js";
|
|
46
|
+
import { Clickup as fe } from "./icons/clickup.js";
|
|
47
|
+
import { Cline as le } from "./icons/cline.js";
|
|
48
|
+
import { Closeio as de } from "./icons/closeio.js";
|
|
49
|
+
import { Codesandbox as ue } from "./icons/codesandbox.js";
|
|
50
|
+
import { Coinbase as ce } from "./icons/coinbase.js";
|
|
51
|
+
import { Confluence as Ce } from "./icons/confluence.js";
|
|
52
|
+
import { Cursor as De } from "./icons/cursor.js";
|
|
53
|
+
import { CursorInstallDark as Te } from "./icons/cursor-install-dark.js";
|
|
54
|
+
import { CursorInstallLight as Ae } from "./icons/cursor-install-light.js";
|
|
55
|
+
import { Customerio as Ge } from "./icons/customerio.js";
|
|
56
|
+
import { Datadog as we } from "./icons/datadog.js";
|
|
57
|
+
import { Daytona as ve } from "./icons/daytona.js";
|
|
58
|
+
import { DigitalOcean as ye } from "./icons/digital-ocean.js";
|
|
59
|
+
import { Discord as Le } from "./icons/discord.js";
|
|
60
|
+
import { Dropbox as Re } from "./icons/dropbox.js";
|
|
61
|
+
import { E2b as Oe } from "./icons/e2b.js";
|
|
62
|
+
import { Ebay as ze } from "./icons/ebay.js";
|
|
63
|
+
import { Evernote as Ze } from "./icons/evernote.js";
|
|
64
|
+
import { Exa as qe } from "./icons/exa.js";
|
|
65
|
+
import { Factorial as Xe } from "./icons/factorial.js";
|
|
66
|
+
import { Figma as je } from "./icons/figma.js";
|
|
67
|
+
import { Firecrawl as Ue } from "./icons/firecrawl.js";
|
|
68
|
+
import { Freshservice as _e } from "./icons/freshservice.js";
|
|
69
|
+
import { Gemini as ot } from "./icons/gemini.js";
|
|
70
|
+
import { Generic as et } from "./icons/generic.js";
|
|
71
|
+
import { Github as pt } from "./icons/github.js";
|
|
72
|
+
import { Gitlab as mt } from "./icons/gitlab.js";
|
|
73
|
+
import { Gmail as ft } from "./icons/gmail.js";
|
|
74
|
+
import { Google as lt } from "./icons/google.js";
|
|
75
|
+
import { GoogleCalendar as dt } from "./icons/google-calendar.js";
|
|
76
|
+
import { GoogleContacts as ut } from "./icons/google-contacts.js";
|
|
77
|
+
import { GoogleDocs as ct } from "./icons/google-docs.js";
|
|
78
|
+
import { GoogleDrive as Ct } from "./icons/google-drive.js";
|
|
79
|
+
import { GoogleFinance as Dt } from "./icons/google-finance.js";
|
|
80
|
+
import { GoogleFlight as Tt } from "./icons/google-flight.js";
|
|
81
|
+
import { GoogleFlights as At } from "./icons/google-flights.js";
|
|
82
|
+
import { GoogleHotels as Gt } from "./icons/google-hotels.js";
|
|
83
|
+
import { GoogleJobs as wt } from "./icons/google-jobs.js";
|
|
84
|
+
import { GoogleMaps as vt } from "./icons/google-maps.js";
|
|
85
|
+
import { GoogleNews as yt } from "./icons/google-news.js";
|
|
86
|
+
import { GoogleSheets as Lt } from "./icons/google-sheets.js";
|
|
87
|
+
import { GoogleShopping as Rt } from "./icons/google-shopping.js";
|
|
88
|
+
import { GoogleSlides as Ot } from "./icons/google-slides.js";
|
|
89
|
+
import { Goose as zt } from "./icons/goose.js";
|
|
90
|
+
import { Granola as Zt } from "./icons/granola.js";
|
|
91
|
+
import { Heroku as qt } from "./icons/heroku.js";
|
|
92
|
+
import { Hootsuite as Xt } from "./icons/hootsuite.js";
|
|
93
|
+
import { Hubspot as jt } from "./icons/hubspot.js";
|
|
94
|
+
import { Imgflip as Ut } from "./icons/imgflip.js";
|
|
95
|
+
import { Intercom as _t } from "./icons/intercom.js";
|
|
96
|
+
import { Jira as op } from "./icons/jira.js";
|
|
97
|
+
import { Langchain as ep } from "./icons/langchain.js";
|
|
98
|
+
import { Linear as pp } from "./icons/linear.js";
|
|
99
|
+
import { Linkedin as mp } from "./icons/linkedin.js";
|
|
100
|
+
import { Luma as fp } from "./icons/luma.js";
|
|
101
|
+
import { Mailchimp as lp } from "./icons/mailchimp.js";
|
|
102
|
+
import { Mastra as dp } from "./icons/mastra.js";
|
|
103
|
+
import { MathToolkit as up } from "./icons/math-toolkit.js";
|
|
104
|
+
import { Mcp as cp } from "./icons/mcp.js";
|
|
105
|
+
import { Microsoft as Cp } from "./icons/microsoft.js";
|
|
106
|
+
import { MicrosoftDynamics as Dp } from "./icons/microsoft-dynamics.js";
|
|
107
|
+
import { MicrosoftExcel as Tp } from "./icons/microsoft-excel.js";
|
|
108
|
+
import { MicrosoftOnedrive as Ap } from "./icons/microsoft-onedrive.js";
|
|
109
|
+
import { MicrosoftPowerpoint as Gp } from "./icons/microsoft-powerpoint.js";
|
|
110
|
+
import { MicrosoftSharepoint as wp } from "./icons/microsoft-sharepoint.js";
|
|
111
|
+
import { MicrosoftTeams as vp } from "./icons/microsoft-teams.js";
|
|
112
|
+
import { MicrosoftWord as yp } from "./icons/microsoft-word.js";
|
|
113
|
+
import { Miro as Lp } from "./icons/miro.js";
|
|
114
|
+
import { Monday as Rp } from "./icons/monday.js";
|
|
115
|
+
import { MongoDB as Op } from "./icons/mongodb.js";
|
|
116
|
+
import { Netsuite as zp } from "./icons/netsuite.js";
|
|
117
|
+
import { Notion as Zp } from "./icons/notion.js";
|
|
118
|
+
import { Oauth as qp } from "./icons/oauth.js";
|
|
119
|
+
import { Obsidian as Xp } from "./icons/obsidian.js";
|
|
120
|
+
import { Okta as jp } from "./icons/okta.js";
|
|
121
|
+
import { Openai as Up } from "./icons/openai.js";
|
|
122
|
+
import { OutlookCalendar as _p } from "./icons/outlook-calendar.js";
|
|
123
|
+
import { OutlookMail as oa } from "./icons/outlook-mail.js";
|
|
124
|
+
import { Pagerduty as ea } from "./icons/pagerduty.js";
|
|
125
|
+
import { Pinecone as pa } from "./icons/pinecone.js";
|
|
126
|
+
import { Pinterest as ma } from "./icons/pinterest.js";
|
|
127
|
+
import { Pipedrive as fa } from "./icons/pipedrive.js";
|
|
128
|
+
import { Plaid as la } from "./icons/plaid.js";
|
|
129
|
+
import { Postgres as da } from "./icons/postgres.js";
|
|
130
|
+
import { Posthog as ua } from "./icons/posthog.js";
|
|
131
|
+
import { Pylon as ca } from "./icons/pylon.js";
|
|
132
|
+
import { Quickbooks as Ca } from "./icons/quickbooks.js";
|
|
133
|
+
import { Railway as Da } from "./icons/railway.js";
|
|
134
|
+
import { Reddit as Ta } from "./icons/reddit.js";
|
|
135
|
+
import { Salesforce as Aa } from "./icons/salesforce.js";
|
|
136
|
+
import { Shopify as Ga } from "./icons/shopify.js";
|
|
137
|
+
import { Singlestore as wa } from "./icons/singlestore.js";
|
|
138
|
+
import { Slack as va } from "./icons/slack.js";
|
|
139
|
+
import { Snowflake as ya } from "./icons/snowflake.js";
|
|
140
|
+
import { Splunk as La } from "./icons/splunk.js";
|
|
141
|
+
import { Spotify as Ra } from "./icons/spotify.js";
|
|
142
|
+
import { Square as Oa } from "./icons/square.js";
|
|
143
|
+
import { Squarespace as za } from "./icons/squarespace.js";
|
|
144
|
+
import { Squareup as Za } from "./icons/squareup.js";
|
|
145
|
+
import { Stripe as qa } from "./icons/stripe.js";
|
|
146
|
+
import { Tesla as Xa } from "./icons/tesla.js";
|
|
147
|
+
import { Ticktick as ja } from "./icons/ticktick.js";
|
|
148
|
+
import { Tiktok as Ua } from "./icons/tiktok.js";
|
|
149
|
+
import { Trello as _a } from "./icons/trello.js";
|
|
150
|
+
import { Twilio as om } from "./icons/twilio.js";
|
|
151
|
+
import { Twitch as em } from "./icons/twitch.js";
|
|
152
|
+
import { Vercel as pm } from "./icons/vercel.js";
|
|
153
|
+
import { Vscode as mm } from "./icons/vscode.js";
|
|
154
|
+
import { Walmart as fm } from "./icons/walmart.js";
|
|
155
|
+
import { Weaviate as lm } from "./icons/weaviate.js";
|
|
156
|
+
import { Windsurf as dm } from "./icons/windsurf.js";
|
|
157
|
+
import { Workday as um } from "./icons/workday.js";
|
|
158
|
+
import { Wrike as cm } from "./icons/wrike.js";
|
|
159
|
+
import { X as Cm } from "./icons/x.js";
|
|
160
|
+
import { Xero as Dm } from "./icons/xero.js";
|
|
161
|
+
import { Youtube as Tm } from "./icons/youtube.js";
|
|
162
|
+
import { Yugabytedb as Am } from "./icons/yugabytedb.js";
|
|
163
|
+
import { Zendesk as Gm } from "./icons/zendesk.js";
|
|
164
|
+
import { Zoho as wm } from "./icons/zoho.js";
|
|
165
|
+
import { ZohoBooks as vm } from "./icons/zoho-books.js";
|
|
166
|
+
import { ZohoCreator as ym } from "./icons/zoho-creator.js";
|
|
167
|
+
import { Zoom as Lm } from "./icons/zoom.js";
|
|
168
|
+
import { Input as Rm } from "./input.js";
|
|
169
|
+
import { JsonHighlight as Om, jsonHighlightVariants as Em } from "./json-highlight.js";
|
|
170
|
+
import { Label as Wm } from "./label.js";
|
|
171
|
+
import { Loader as Nm } from "./loader.js";
|
|
172
|
+
import { M as Jm } from "../../../markdown-D0xxRbwP.js";
|
|
173
|
+
import { MobileTooltip as Ym, MobileTooltipContent as jm, MobileTooltipProvider as Qm, MobileTooltipTrigger as Um } from "./mobile-tooltip.js";
|
|
174
|
+
import { Popover as _m, PopoverAnchor as $m, PopoverContent as oi, PopoverTrigger as ri } from "./popover.js";
|
|
175
|
+
import { ProBadge as ti } from "./pro-badge.js";
|
|
176
|
+
import { Progress as ai } from "./progress.js";
|
|
177
|
+
import { RadioGroup as ii, RadioGroupItem as fi } from "./radio-group.js";
|
|
178
|
+
import { ResizableHandle as li, ResizablePanel as ni, ResizablePanelGroup as di } from "./resizable.js";
|
|
179
|
+
import { ScrollArea as ui, ScrollBar as si } from "./scroll-area.js";
|
|
180
|
+
import { ScrollButton as bi } from "./scroll-button.js";
|
|
181
|
+
import { Select as Si, SelectContent as Di, SelectGroup as hi, SelectItem as Ti, SelectLabel as Mi, SelectScrollDownButton as Ai, SelectScrollUpButton as Bi, SelectSeparator as Gi, SelectTrigger as ki, SelectValue as wi } from "./select.js";
|
|
182
|
+
import { Separator as vi } from "./separator.js";
|
|
183
|
+
import { Sheet as yi, SheetClose as Hi, SheetContent as Li, SheetDescription as Fi, SheetFooter as Ri, SheetHeader as Vi, SheetTitle as Oi, SheetTrigger as Ei } from "./sheet.js";
|
|
184
|
+
import { Sidebar as Wi, SidebarContent as Zi, SidebarFooter as Ni, SidebarGroup as qi, SidebarGroupAction as Ji, SidebarGroupContent as Xi, SidebarGroupLabel as Yi, SidebarHeader as ji, SidebarInput as Qi, SidebarInset as Ui, SidebarMenu as Ki, SidebarMenuAction as _i, SidebarMenuBadge as $i, SidebarMenuButton as of, SidebarMenuItem as rf, SidebarMenuSkeleton as ef, SidebarMenuSub as tf, SidebarMenuSubButton as pf, SidebarMenuSubItem as af, SidebarProvider as mf, SidebarRail as ff, SidebarSeparator as xf, SidebarTrigger as lf, useSidebar as nf } from "./sidebar.js";
|
|
185
|
+
import { Skeleton as gf } from "./skeleton.js";
|
|
186
|
+
import { Slider as sf } from "./slider.js";
|
|
187
|
+
import { StepIndicator as bf, stepIndicatorIconVariants as Cf, stepIndicatorLabelVariants as Sf } from "./step-indicator.js";
|
|
188
|
+
import { Switch as hf } from "./switch.js";
|
|
189
|
+
import { Table as Mf, TableBody as Af, TableCaption as Bf, TableCell as Gf, TableFooter as kf, TableHead as wf, TableHeader as Pf, TableRow as vf } from "./table.js";
|
|
190
|
+
import { Tabs as yf, TabsContent as Hf, TabsList as Lf, TabsTrigger as Ff } from "./tabs.js";
|
|
191
|
+
import { Textarea as Vf } from "./textarea.js";
|
|
192
|
+
import { Toggle as Ef, toggleVariants as zf } from "./toggle.js";
|
|
193
|
+
import { Tooltip as Zf, TooltipContent as Nf, TooltipProvider as qf, TooltipTrigger as Jf } from "./tooltip.js";
|
|
194
|
+
import { ViewToolsControl as Yf } from "./view-tools-control.js";
|
|
195
|
+
import { VirtualizedGrid as Qf } from "./virtualized-grid.js";
|
|
192
196
|
export {
|
|
193
197
|
e as Accordion,
|
|
194
198
|
t as AccordionContent,
|
|
195
199
|
p as AccordionItem,
|
|
196
200
|
a as AccordionTrigger,
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
201
|
+
ur as Adp,
|
|
202
|
+
cr as Aha,
|
|
203
|
+
Cr as Airtable,
|
|
200
204
|
i as Alert,
|
|
201
205
|
f as AlertDescription,
|
|
202
206
|
n as AlertDialog,
|
|
203
207
|
d as AlertDialogAction,
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
+
g as AlertDialogCancel,
|
|
209
|
+
u as AlertDialogContent,
|
|
210
|
+
s as AlertDialogDescription,
|
|
211
|
+
c as AlertDialogFooter,
|
|
208
212
|
b as AlertDialogHeader,
|
|
209
213
|
C as AlertDialogOverlay,
|
|
210
214
|
S as AlertDialogPortal,
|
|
211
215
|
D as AlertDialogTitle,
|
|
212
|
-
|
|
216
|
+
h as AlertDialogTrigger,
|
|
213
217
|
x as AlertTitle,
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
218
|
+
Dr as Amplitude,
|
|
219
|
+
Tr as Arcade,
|
|
220
|
+
Ar as Asana,
|
|
221
|
+
Gr as Ashby,
|
|
222
|
+
wr as Atlassian,
|
|
223
|
+
vr as Attio,
|
|
224
|
+
yr as Auth0,
|
|
221
225
|
M as Avatar,
|
|
222
226
|
A as AvatarFallback,
|
|
223
227
|
B as AvatarImage,
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
Or as
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
qr as
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
Ur as
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
W as
|
|
245
|
-
q as
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
ue as
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
Te as
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
ye as
|
|
307
|
-
Le as
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
Oe as
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
qe as
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
Ue as
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
ut as
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
Tt as
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
yt as
|
|
349
|
-
Lt as
|
|
350
|
-
|
|
351
|
-
Ot as
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
Gp as
|
|
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
|
-
|
|
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
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
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
|
-
|
|
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
|
-
|
|
228
|
+
k as AvatarNotificationBadge,
|
|
229
|
+
Lr as Azure,
|
|
230
|
+
v as Badge,
|
|
231
|
+
Rr as Bamboohr,
|
|
232
|
+
Or as Basecamp,
|
|
233
|
+
zr as Bill,
|
|
234
|
+
Zr as Bitbucket,
|
|
235
|
+
qr as Bluesky,
|
|
236
|
+
Xr as Box,
|
|
237
|
+
jr as Braze,
|
|
238
|
+
H as Breadcrumb,
|
|
239
|
+
L as BreadcrumbEllipsis,
|
|
240
|
+
F as BreadcrumbItem,
|
|
241
|
+
R as BreadcrumbLink,
|
|
242
|
+
V as BreadcrumbList,
|
|
243
|
+
O as BreadcrumbPage,
|
|
244
|
+
E as BreadcrumbSeparator,
|
|
245
|
+
Ur as Brex,
|
|
246
|
+
_r as Brightdata,
|
|
247
|
+
oe as Buffer,
|
|
248
|
+
W as Button,
|
|
249
|
+
q as ByocBadge,
|
|
250
|
+
X as Calendar,
|
|
251
|
+
Y as CalendarDayButton,
|
|
252
|
+
ee as Calendly,
|
|
253
|
+
Q as Card,
|
|
254
|
+
U as CardAction,
|
|
255
|
+
K as CardContent,
|
|
256
|
+
_ as CardDescription,
|
|
257
|
+
$ as CardFooter,
|
|
258
|
+
oo as CardHeader,
|
|
259
|
+
ro as CardTitle,
|
|
260
|
+
to as ChartContainer,
|
|
261
|
+
po as ChartLegend,
|
|
262
|
+
ao as ChartLegendContent,
|
|
263
|
+
mo as ChartStyle,
|
|
264
|
+
io as ChartTooltip,
|
|
265
|
+
fo as ChartTooltipContent,
|
|
266
|
+
lo as ChatContainerContent,
|
|
267
|
+
no as ChatContainerRoot,
|
|
268
|
+
go as ChatContainerScrollAnchor,
|
|
269
|
+
so as Checkbox,
|
|
270
|
+
pe as Claude,
|
|
271
|
+
me as Clickhouse,
|
|
272
|
+
fe as Clickup,
|
|
273
|
+
le as Cline,
|
|
274
|
+
de as Closeio,
|
|
275
|
+
bo as CodeBlock,
|
|
276
|
+
Co as CodeBlockCode,
|
|
277
|
+
So as CodeBlockGroup,
|
|
278
|
+
ue as Codesandbox,
|
|
279
|
+
ce as Coinbase,
|
|
280
|
+
ho as Collapsible,
|
|
281
|
+
To as CollapsibleContent,
|
|
282
|
+
Mo as CollapsibleTrigger,
|
|
283
|
+
Bo as Command,
|
|
284
|
+
Go as CommandDialog,
|
|
285
|
+
ko as CommandEmpty,
|
|
286
|
+
wo as CommandGroup,
|
|
287
|
+
Po as CommandInput,
|
|
288
|
+
vo as CommandItem,
|
|
289
|
+
Io as CommandList,
|
|
290
|
+
yo as CommandSeparator,
|
|
291
|
+
Ho as CommandShortcut,
|
|
292
|
+
Ce as Confluence,
|
|
293
|
+
Fo as CopyButton,
|
|
294
|
+
De as Cursor,
|
|
295
|
+
Te as CursorInstallDark,
|
|
296
|
+
Ae as CursorInstallLight,
|
|
297
|
+
Ge as Customerio,
|
|
298
|
+
we as Datadog,
|
|
299
|
+
ve as Daytona,
|
|
300
|
+
Vo as Dialog,
|
|
301
|
+
Oo as DialogClose,
|
|
302
|
+
Eo as DialogContent,
|
|
303
|
+
zo as DialogDescription,
|
|
304
|
+
Wo as DialogFooter,
|
|
305
|
+
Zo as DialogHeader,
|
|
306
|
+
No as DialogOverlay,
|
|
307
|
+
qo as DialogPortal,
|
|
308
|
+
Jo as DialogTitle,
|
|
309
|
+
Xo as DialogTrigger,
|
|
310
|
+
ye as DigitalOcean,
|
|
311
|
+
Le as Discord,
|
|
312
|
+
Re as Dropbox,
|
|
313
|
+
jo as DropdownMenu,
|
|
314
|
+
Qo as DropdownMenuCheckboxItem,
|
|
315
|
+
Uo as DropdownMenuContent,
|
|
316
|
+
Ko as DropdownMenuGroup,
|
|
317
|
+
_o as DropdownMenuItem,
|
|
318
|
+
$o as DropdownMenuLabel,
|
|
319
|
+
or as DropdownMenuPortal,
|
|
320
|
+
rr as DropdownMenuRadioGroup,
|
|
321
|
+
er as DropdownMenuRadioItem,
|
|
322
|
+
tr as DropdownMenuSeparator,
|
|
323
|
+
pr as DropdownMenuShortcut,
|
|
324
|
+
ar as DropdownMenuSub,
|
|
325
|
+
mr as DropdownMenuSubContent,
|
|
326
|
+
ir as DropdownMenuSubTrigger,
|
|
327
|
+
fr as DropdownMenuTrigger,
|
|
328
|
+
Oe as E2b,
|
|
329
|
+
ze as Ebay,
|
|
330
|
+
Ze as Evernote,
|
|
331
|
+
qe as Exa,
|
|
332
|
+
Xe as Factorial,
|
|
333
|
+
je as Figma,
|
|
334
|
+
Ue as Firecrawl,
|
|
335
|
+
_e as Freshservice,
|
|
336
|
+
ot as Gemini,
|
|
337
|
+
et as Generic,
|
|
338
|
+
pt as Github,
|
|
339
|
+
mt as Gitlab,
|
|
340
|
+
ft as Gmail,
|
|
341
|
+
lt as Google,
|
|
342
|
+
dt as GoogleCalendar,
|
|
343
|
+
ut as GoogleContacts,
|
|
344
|
+
ct as GoogleDocs,
|
|
345
|
+
Ct as GoogleDrive,
|
|
346
|
+
Dt as GoogleFinance,
|
|
347
|
+
Tt as GoogleFlight,
|
|
348
|
+
At as GoogleFlights,
|
|
349
|
+
Gt as GoogleHotels,
|
|
350
|
+
wt as GoogleJobs,
|
|
351
|
+
vt as GoogleMaps,
|
|
352
|
+
yt as GoogleNews,
|
|
353
|
+
Lt as GoogleSheets,
|
|
354
|
+
Rt as GoogleShopping,
|
|
355
|
+
Ot as GoogleSlides,
|
|
356
|
+
zt as Goose,
|
|
357
|
+
Zt as Granola,
|
|
358
|
+
qt as Heroku,
|
|
359
|
+
Xt as Hootsuite,
|
|
360
|
+
lr as HoverCard,
|
|
361
|
+
nr as HoverCardContent,
|
|
362
|
+
dr as HoverCardTrigger,
|
|
363
|
+
jt as Hubspot,
|
|
364
|
+
Ut as Imgflip,
|
|
365
|
+
Rm as Input,
|
|
366
|
+
_t as Intercom,
|
|
367
|
+
op as Jira,
|
|
368
|
+
Om as JsonHighlight,
|
|
369
|
+
Wm as Label,
|
|
370
|
+
ep as Langchain,
|
|
371
|
+
pp as Linear,
|
|
372
|
+
mp as Linkedin,
|
|
373
|
+
Nm as Loader,
|
|
374
|
+
fp as Luma,
|
|
375
|
+
lp as Mailchimp,
|
|
376
|
+
Jm as Markdown,
|
|
377
|
+
dp as Mastra,
|
|
378
|
+
up as MathToolkit,
|
|
379
|
+
cp as Mcp,
|
|
380
|
+
Cp as Microsoft,
|
|
381
|
+
Dp as MicrosoftDynamics,
|
|
382
|
+
Tp as MicrosoftExcel,
|
|
383
|
+
Ap as MicrosoftOnedrive,
|
|
384
|
+
Gp as MicrosoftPowerpoint,
|
|
385
|
+
wp as MicrosoftSharepoint,
|
|
386
|
+
vp as MicrosoftTeams,
|
|
387
|
+
yp as MicrosoftWord,
|
|
388
|
+
Lp as Miro,
|
|
389
|
+
Ym as MobileTooltip,
|
|
390
|
+
jm as MobileTooltipContent,
|
|
391
|
+
Qm as MobileTooltipProvider,
|
|
392
|
+
Um as MobileTooltipTrigger,
|
|
393
|
+
Rp as Monday,
|
|
394
|
+
Op as MongoDB,
|
|
395
|
+
zp as Netsuite,
|
|
396
|
+
Zp as Notion,
|
|
397
|
+
qp as Oauth,
|
|
398
|
+
Xp as Obsidian,
|
|
399
|
+
jp as Okta,
|
|
400
|
+
Up as Openai,
|
|
401
|
+
_p as OutlookCalendar,
|
|
402
|
+
oa as OutlookMail,
|
|
403
|
+
ea as Pagerduty,
|
|
404
|
+
pa as Pinecone,
|
|
405
|
+
ma as Pinterest,
|
|
406
|
+
fa as Pipedrive,
|
|
407
|
+
la as Plaid,
|
|
408
|
+
_m as Popover,
|
|
409
|
+
$m as PopoverAnchor,
|
|
410
|
+
oi as PopoverContent,
|
|
411
|
+
ri as PopoverTrigger,
|
|
412
|
+
da as Postgres,
|
|
413
|
+
ua as Posthog,
|
|
414
|
+
ti as ProBadge,
|
|
415
|
+
ai as Progress,
|
|
416
|
+
ca as Pylon,
|
|
417
|
+
Ca as Quickbooks,
|
|
418
|
+
ii as RadioGroup,
|
|
419
|
+
fi as RadioGroupItem,
|
|
420
|
+
Da as Railway,
|
|
421
|
+
Ta as Reddit,
|
|
422
|
+
li as ResizableHandle,
|
|
423
|
+
ni as ResizablePanel,
|
|
424
|
+
di as ResizablePanelGroup,
|
|
425
|
+
Aa as Salesforce,
|
|
426
|
+
ui as ScrollArea,
|
|
427
|
+
si as ScrollBar,
|
|
428
|
+
bi as ScrollButton,
|
|
429
|
+
Si as Select,
|
|
430
|
+
Di as SelectContent,
|
|
431
|
+
hi as SelectGroup,
|
|
432
|
+
Ti as SelectItem,
|
|
433
|
+
Mi as SelectLabel,
|
|
434
|
+
Ai as SelectScrollDownButton,
|
|
435
|
+
Bi as SelectScrollUpButton,
|
|
436
|
+
Gi as SelectSeparator,
|
|
437
|
+
ki as SelectTrigger,
|
|
438
|
+
wi as SelectValue,
|
|
439
|
+
vi as Separator,
|
|
440
|
+
yi as Sheet,
|
|
441
|
+
Hi as SheetClose,
|
|
442
|
+
Li as SheetContent,
|
|
443
|
+
Fi as SheetDescription,
|
|
444
|
+
Ri as SheetFooter,
|
|
445
|
+
Vi as SheetHeader,
|
|
446
|
+
Oi as SheetTitle,
|
|
447
|
+
Ei as SheetTrigger,
|
|
448
|
+
Ga as Shopify,
|
|
449
|
+
Wi as Sidebar,
|
|
450
|
+
Zi as SidebarContent,
|
|
451
|
+
Ni as SidebarFooter,
|
|
452
|
+
qi as SidebarGroup,
|
|
453
|
+
Ji as SidebarGroupAction,
|
|
454
|
+
Xi as SidebarGroupContent,
|
|
455
|
+
Yi as SidebarGroupLabel,
|
|
456
|
+
ji as SidebarHeader,
|
|
457
|
+
Qi as SidebarInput,
|
|
458
|
+
Ui as SidebarInset,
|
|
459
|
+
Ki as SidebarMenu,
|
|
460
|
+
_i as SidebarMenuAction,
|
|
461
|
+
$i as SidebarMenuBadge,
|
|
462
|
+
of as SidebarMenuButton,
|
|
463
|
+
rf as SidebarMenuItem,
|
|
464
|
+
ef as SidebarMenuSkeleton,
|
|
465
|
+
tf as SidebarMenuSub,
|
|
466
|
+
pf as SidebarMenuSubButton,
|
|
467
|
+
af as SidebarMenuSubItem,
|
|
468
|
+
mf as SidebarProvider,
|
|
469
|
+
ff as SidebarRail,
|
|
470
|
+
xf as SidebarSeparator,
|
|
471
|
+
lf as SidebarTrigger,
|
|
472
|
+
wa as Singlestore,
|
|
473
|
+
gf as Skeleton,
|
|
474
|
+
va as Slack,
|
|
475
|
+
sf as Slider,
|
|
476
|
+
ya as Snowflake,
|
|
477
|
+
La as Splunk,
|
|
478
|
+
Ra as Spotify,
|
|
479
|
+
Oa as Square,
|
|
480
|
+
za as Squarespace,
|
|
481
|
+
Za as Squareup,
|
|
482
|
+
bf as StepIndicator,
|
|
483
|
+
qa as Stripe,
|
|
484
|
+
hf as Switch,
|
|
485
|
+
Mf as Table,
|
|
486
|
+
Af as TableBody,
|
|
487
|
+
Bf as TableCaption,
|
|
488
|
+
Gf as TableCell,
|
|
489
|
+
kf as TableFooter,
|
|
490
|
+
wf as TableHead,
|
|
491
|
+
Pf as TableHeader,
|
|
492
|
+
vf as TableRow,
|
|
493
|
+
yf as Tabs,
|
|
494
|
+
Hf as TabsContent,
|
|
495
|
+
Lf as TabsList,
|
|
496
|
+
Ff as TabsTrigger,
|
|
497
|
+
Xa as Tesla,
|
|
498
|
+
Vf as Textarea,
|
|
499
|
+
ja as Ticktick,
|
|
500
|
+
Ua as Tiktok,
|
|
501
|
+
Ef as Toggle,
|
|
502
|
+
Zf as Tooltip,
|
|
503
|
+
Nf as TooltipContent,
|
|
504
|
+
qf as TooltipProvider,
|
|
505
|
+
Jf as TooltipTrigger,
|
|
506
|
+
_a as Trello,
|
|
507
|
+
om as Twilio,
|
|
508
|
+
em as Twitch,
|
|
509
|
+
pm as Vercel,
|
|
510
|
+
Yf as ViewToolsControl,
|
|
511
|
+
Qf as VirtualizedGrid,
|
|
512
|
+
mm as Vscode,
|
|
513
|
+
fm as Walmart,
|
|
514
|
+
lm as Weaviate,
|
|
515
|
+
dm as Windsurf,
|
|
516
|
+
um as Workday,
|
|
517
|
+
cm as Wrike,
|
|
518
|
+
Cm as X,
|
|
519
|
+
Dm as Xero,
|
|
520
|
+
Tm as Youtube,
|
|
521
|
+
Am as Yugabytedb,
|
|
522
|
+
Gm as Zendesk,
|
|
523
|
+
wm as Zoho,
|
|
524
|
+
vm as ZohoBooks,
|
|
525
|
+
ym as ZohoCreator,
|
|
526
|
+
Lm as Zoom,
|
|
527
|
+
w as avatarBadgeVariants,
|
|
528
|
+
I as badgeVariants,
|
|
529
|
+
Z as buttonVariants,
|
|
530
|
+
Em as jsonHighlightVariants,
|
|
531
|
+
Cf as stepIndicatorIconVariants,
|
|
532
|
+
Sf as stepIndicatorLabelVariants,
|
|
533
|
+
zf as toggleVariants,
|
|
534
|
+
nf as useSidebar
|
|
525
535
|
};
|