@arcadeai/design-system 3.27.5 → 3.27.7
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/attio.js +10 -0
- package/dist/assets/icons/claude.js +10 -0
- package/dist/assets/icons/cline.js +10 -0
- package/dist/assets/icons/cursor-install-dark.js +12 -0
- package/dist/assets/icons/cursor-install-light.js +12 -0
- package/dist/assets/icons/gemini.js +12 -0
- package/dist/assets/icons/goose.js +13 -0
- package/dist/assets/icons/openai.js +10 -0
- package/dist/assets/icons/vscode.js +12 -0
- package/dist/assets/icons/windsurf.js +10 -0
- package/dist/components/index.js +416 -396
- package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
- package/dist/components/ui/atoms/checkbox.js +100 -100
- package/dist/components/ui/atoms/icons/attio.d.ts +4 -0
- package/dist/components/ui/atoms/icons/attio.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/attio.js +27 -0
- package/dist/components/ui/atoms/icons/claude.d.ts +4 -0
- package/dist/components/ui/atoms/icons/claude.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/claude.js +27 -0
- package/dist/components/ui/atoms/icons/cline.d.ts +4 -0
- package/dist/components/ui/atoms/icons/cline.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/cline.js +23 -0
- package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts +4 -0
- package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/cursor-install-dark.js +79 -0
- package/dist/components/ui/atoms/icons/cursor-install-light.d.ts +4 -0
- package/dist/components/ui/atoms/icons/cursor-install-light.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/cursor-install-light.js +79 -0
- package/dist/components/ui/atoms/icons/gemini.d.ts +4 -0
- package/dist/components/ui/atoms/icons/gemini.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/gemini.js +234 -0
- package/dist/components/ui/atoms/icons/goose.d.ts +4 -0
- package/dist/components/ui/atoms/icons/goose.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/goose.js +22 -0
- package/dist/components/ui/atoms/icons/index.d.ts +10 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +256 -236
- package/dist/components/ui/atoms/icons/openai.d.ts +4 -0
- package/dist/components/ui/atoms/icons/openai.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/openai.js +26 -0
- package/dist/components/ui/atoms/icons/vscode.d.ts +4 -0
- package/dist/components/ui/atoms/icons/vscode.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/vscode.js +187 -0
- package/dist/components/ui/atoms/icons/windsurf.d.ts +4 -0
- package/dist/components/ui/atoms/icons/windsurf.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/windsurf.js +26 -0
- package/dist/components/ui/atoms/index.js +399 -379
- package/dist/components/ui/index.js +416 -396
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.d.ts +6 -3
- package/dist/components/ui/molecules/requirement-badges.d.ts.map +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +1 -1
- package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/tool-card.js +55 -54
- package/dist/components/ui/molecules/toolkit-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-picker-trigger.js +34 -34
- package/dist/components/ui/molecules/toolkit-selection-summary.d.ts.map +1 -1
- package/dist/components/ui/molecules/toolkit-selection-summary.js +5 -5
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +101 -74
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +74 -50
- package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.d.ts +21 -0
- package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.d.ts.map +1 -0
- package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.js +29 -0
- package/dist/components/ui/organisms/toolkit-picker/hooks/featured-toolkits.d.ts +1 -1
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts +8 -0
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js +120 -51
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +55 -24
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +20 -20
- package/dist/hooks/use-is-truncated.d.ts +13 -0
- package/dist/hooks/use-is-truncated.d.ts.map +1 -0
- package/dist/hooks/use-is-truncated.js +20 -0
- package/dist/lib/arcade/arcade.d.ts +0 -24
- package/dist/lib/arcade/arcade.d.ts.map +1 -1
- package/dist/lib/arcade/arcade.js +258 -421
- package/dist/lib/arcade/toolkit-collection.d.ts +15 -0
- package/dist/lib/arcade/toolkit-collection.d.ts.map +1 -0
- package/dist/lib/arcade/toolkit-collection.js +149 -0
- package/dist/main.js +455 -435
- package/dist/metadata/oauth-providers.d.ts +2 -0
- package/dist/metadata/oauth-providers.d.ts.map +1 -1
- package/dist/metadata/oauth-providers.js +84 -72
- package/dist/metadata/toolkits.js +7 -7
- package/dist/metadata/utils.d.ts +4 -7
- package/dist/metadata/utils.d.ts.map +1 -1
- package/dist/metadata/utils.js +16 -13
- package/dist/{toolkit-card-D6Dqff6p.js → toolkit-card-Cmp_yG03.js} +115 -110
- package/package.json +34 -23
package/dist/main.js
CHANGED
|
@@ -1,181 +1,191 @@
|
|
|
1
1
|
import { Accordion as e, AccordionContent as t, AccordionItem as p, AccordionTrigger as a } from "./components/ui/atoms/accordion.js";
|
|
2
|
-
import { Alert as i, AlertDescription as
|
|
3
|
-
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as u, AlertDialogContent as g, AlertDialogDescription as
|
|
4
|
-
import { Avatar as
|
|
2
|
+
import { Alert as i, AlertDescription as f, AlertTitle as l } from "./components/ui/atoms/alert.js";
|
|
3
|
+
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as u, AlertDialogContent as g, AlertDialogDescription as s, AlertDialogFooter as S, AlertDialogHeader as b, AlertDialogOverlay as c, AlertDialogPortal as C, AlertDialogTitle as T, AlertDialogTrigger as D } from "./components/ui/atoms/alert-dialog.js";
|
|
4
|
+
import { Avatar as h, AvatarFallback as P, AvatarImage as k } from "./components/ui/atoms/avatar.js";
|
|
5
5
|
import { Badge as B, badgeVariants as I } from "./components/ui/atoms/badge.js";
|
|
6
|
-
import { Breadcrumb as
|
|
6
|
+
import { Breadcrumb as O, BreadcrumbEllipsis as R, BreadcrumbItem as v, BreadcrumbLink as y, BreadcrumbList as w, BreadcrumbPage as H, BreadcrumbSeparator as L } from "./components/ui/atoms/breadcrumb.js";
|
|
7
7
|
import { Button as _, buttonVariants as F } from "./components/ui/atoms/button.js";
|
|
8
|
-
import { ByocBadge as
|
|
9
|
-
import { C as z, a as
|
|
10
|
-
import { Card as
|
|
8
|
+
import { ByocBadge as U } from "./components/ui/atoms/byoc-badge.js";
|
|
9
|
+
import { C as z, a as W } from "./calendar-w1IATMME.js";
|
|
10
|
+
import { Card as q, CardAction as K, CardContent as J, CardDescription as X, CardFooter as Q, CardHeader as Y, CardTitle as j } from "./components/ui/atoms/card.js";
|
|
11
11
|
import { ChartContainer as oo, ChartLegend as ro, ChartLegendContent as eo, ChartStyle as to, ChartTooltip as po, ChartTooltipContent as ao } from "./components/ui/atoms/chart.js";
|
|
12
12
|
import { Checkbox as io } from "./components/ui/atoms/checkbox.js";
|
|
13
|
-
import { Collapsible as
|
|
14
|
-
import { Command as go, CommandDialog as
|
|
15
|
-
import { Dialog as
|
|
16
|
-
import { DropdownMenu as Ho, DropdownMenuCheckboxItem as Lo, DropdownMenuContent as Eo, DropdownMenuGroup as _o, DropdownMenuItem as Fo, DropdownMenuLabel as
|
|
13
|
+
import { Collapsible as lo, CollapsibleContent as xo, CollapsibleTrigger as no } from "./components/ui/atoms/collapsible.js";
|
|
14
|
+
import { Command as go, CommandDialog as so, CommandEmpty as So, CommandGroup as bo, CommandInput as co, CommandItem as Co, CommandList as To, CommandSeparator as Do, CommandShortcut as Ao } from "./components/ui/atoms/command.js";
|
|
15
|
+
import { Dialog as Po, DialogClose as ko, DialogContent as Mo, DialogDescription as Bo, DialogFooter as Io, DialogHeader as Go, DialogOverlay as Oo, DialogPortal as Ro, DialogTitle as vo, DialogTrigger as yo } from "./components/ui/atoms/dialog.js";
|
|
16
|
+
import { DropdownMenu as Ho, DropdownMenuCheckboxItem as Lo, DropdownMenuContent as Eo, DropdownMenuGroup as _o, DropdownMenuItem as Fo, DropdownMenuLabel as Vo, DropdownMenuPortal as Uo, DropdownMenuRadioGroup as No, DropdownMenuRadioItem as zo, DropdownMenuSeparator as Wo, DropdownMenuShortcut as Zo, DropdownMenuSub as qo, DropdownMenuSubContent as Ko, DropdownMenuSubTrigger as Jo, DropdownMenuTrigger as Xo } from "./components/ui/atoms/dropdown-menu.js";
|
|
17
17
|
import { HoverCard as Yo, HoverCardContent as jo, HoverCardTrigger as $o } from "./components/ui/atoms/hover-card.js";
|
|
18
18
|
import { Adp as rr } from "./components/ui/atoms/icons/adp.js";
|
|
19
19
|
import { Aha as tr } from "./components/ui/atoms/icons/aha.js";
|
|
20
20
|
import { Airtable as ar } from "./components/ui/atoms/icons/airtable.js";
|
|
21
21
|
import { Amplitude as ir } from "./components/ui/atoms/icons/amplitude.js";
|
|
22
|
-
import { Arcade as
|
|
22
|
+
import { Arcade as lr } from "./components/ui/atoms/icons/arcade.js";
|
|
23
23
|
import { Asana as nr } from "./components/ui/atoms/icons/asana.js";
|
|
24
24
|
import { Ashby as ur } from "./components/ui/atoms/icons/ashby.js";
|
|
25
|
-
import { Atlassian as
|
|
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 {
|
|
25
|
+
import { Atlassian as sr } from "./components/ui/atoms/icons/atlassian.js";
|
|
26
|
+
import { Attio as br } from "./components/ui/atoms/icons/attio.js";
|
|
27
|
+
import { Auth0 as Cr } from "./components/ui/atoms/icons/auth0.js";
|
|
28
|
+
import { Azure as Dr } from "./components/ui/atoms/icons/azure.js";
|
|
29
|
+
import { Bamboohr as hr } from "./components/ui/atoms/icons/bamboohr.js";
|
|
30
|
+
import { Basecamp as kr } from "./components/ui/atoms/icons/basecamp.js";
|
|
31
|
+
import { Bill as Br } from "./components/ui/atoms/icons/bill.js";
|
|
32
|
+
import { Bitbucket as Gr } from "./components/ui/atoms/icons/bitbucket.js";
|
|
33
|
+
import { Bluesky as Rr } from "./components/ui/atoms/icons/bluesky.js";
|
|
34
|
+
import { Box as yr } from "./components/ui/atoms/icons/box.js";
|
|
35
|
+
import { Braze as Hr } from "./components/ui/atoms/icons/braze.js";
|
|
36
|
+
import { Brex as Er } from "./components/ui/atoms/icons/brex.js";
|
|
37
|
+
import { Brightdata as Fr } from "./components/ui/atoms/icons/brightdata.js";
|
|
38
|
+
import { Buffer as Ur } from "./components/ui/atoms/icons/buffer.js";
|
|
39
|
+
import { Calendly as zr } from "./components/ui/atoms/icons/calendly.js";
|
|
40
|
+
import { Claude as Zr } from "./components/ui/atoms/icons/claude.js";
|
|
41
|
+
import { Clickhouse as Kr } from "./components/ui/atoms/icons/clickhouse.js";
|
|
42
|
+
import { Clickup as Xr } from "./components/ui/atoms/icons/clickup.js";
|
|
43
|
+
import { Cline as Yr } from "./components/ui/atoms/icons/cline.js";
|
|
44
|
+
import { Closeio as $r } from "./components/ui/atoms/icons/closeio.js";
|
|
45
|
+
import { Codesandbox as re } from "./components/ui/atoms/icons/codesandbox.js";
|
|
46
|
+
import { Coinbase as te } from "./components/ui/atoms/icons/coinbase.js";
|
|
47
|
+
import { Confluence as ae } from "./components/ui/atoms/icons/confluence.js";
|
|
48
|
+
import { Cursor as ie } from "./components/ui/atoms/icons/cursor.js";
|
|
49
|
+
import { CursorInstallDark as le } from "./components/ui/atoms/icons/cursor-install-dark.js";
|
|
50
|
+
import { CursorInstallLight as ne } from "./components/ui/atoms/icons/cursor-install-light.js";
|
|
51
|
+
import { Customerio as ue } from "./components/ui/atoms/icons/customerio.js";
|
|
52
|
+
import { Datadog as se } from "./components/ui/atoms/icons/datadog.js";
|
|
53
|
+
import { DigitalOcean as be } from "./components/ui/atoms/icons/digital-ocean.js";
|
|
54
|
+
import { Discord as Ce } from "./components/ui/atoms/icons/discord.js";
|
|
55
|
+
import { Dropbox as De } from "./components/ui/atoms/icons/dropbox.js";
|
|
56
|
+
import { E2b as he } from "./components/ui/atoms/icons/e2b.js";
|
|
57
|
+
import { Ebay as ke } from "./components/ui/atoms/icons/ebay.js";
|
|
58
|
+
import { Evernote as Be } from "./components/ui/atoms/icons/evernote.js";
|
|
59
|
+
import { Exa as Ge } from "./components/ui/atoms/icons/exa.js";
|
|
60
|
+
import { Factorial as Re } from "./components/ui/atoms/icons/factorial.js";
|
|
61
|
+
import { Figma as ye } from "./components/ui/atoms/icons/figma.js";
|
|
62
|
+
import { Firecrawl as He } from "./components/ui/atoms/icons/firecrawl.js";
|
|
63
|
+
import { Freshservice as Ee } from "./components/ui/atoms/icons/freshservice.js";
|
|
64
|
+
import { Gemini as Fe } from "./components/ui/atoms/icons/gemini.js";
|
|
65
|
+
import { Generic as Ue } from "./components/ui/atoms/icons/generic.js";
|
|
66
|
+
import { Github as ze } from "./components/ui/atoms/icons/github.js";
|
|
67
|
+
import { Gitlab as Ze } from "./components/ui/atoms/icons/gitlab.js";
|
|
68
|
+
import { Gmail as Ke } from "./components/ui/atoms/icons/gmail.js";
|
|
69
|
+
import { Google as Xe } from "./components/ui/atoms/icons/google.js";
|
|
70
|
+
import { GoogleCalendar as Ye } from "./components/ui/atoms/icons/google-calendar.js";
|
|
71
|
+
import { GoogleContacts as $e } from "./components/ui/atoms/icons/google-contacts.js";
|
|
72
|
+
import { GoogleDocs as rt } from "./components/ui/atoms/icons/google-docs.js";
|
|
73
|
+
import { GoogleDrive as tt } from "./components/ui/atoms/icons/google-drive.js";
|
|
74
|
+
import { GoogleFinance as at } from "./components/ui/atoms/icons/google-finance.js";
|
|
75
|
+
import { GoogleFlight as it } from "./components/ui/atoms/icons/google-flight.js";
|
|
76
|
+
import { GoogleFlights as lt } from "./components/ui/atoms/icons/google-flights.js";
|
|
77
|
+
import { GoogleHotels as nt } from "./components/ui/atoms/icons/google-hotels.js";
|
|
78
|
+
import { GoogleJobs as ut } from "./components/ui/atoms/icons/google-jobs.js";
|
|
79
|
+
import { GoogleMaps as st } from "./components/ui/atoms/icons/google-maps.js";
|
|
80
|
+
import { GoogleNews as bt } from "./components/ui/atoms/icons/google-news.js";
|
|
81
|
+
import { GoogleSheets as Ct } from "./components/ui/atoms/icons/google-sheets.js";
|
|
82
|
+
import { GoogleShopping as Dt } from "./components/ui/atoms/icons/google-shopping.js";
|
|
83
|
+
import { GoogleSlides as ht } from "./components/ui/atoms/icons/google-slides.js";
|
|
84
|
+
import { Goose as kt } from "./components/ui/atoms/icons/goose.js";
|
|
85
|
+
import { Heroku as Bt } from "./components/ui/atoms/icons/heroku.js";
|
|
86
|
+
import { Hootsuite as Gt } from "./components/ui/atoms/icons/hootsuite.js";
|
|
87
|
+
import { Hubspot as Rt } from "./components/ui/atoms/icons/hubspot.js";
|
|
88
|
+
import { Imgflip as yt } from "./components/ui/atoms/icons/imgflip.js";
|
|
89
|
+
import { Intercom as Ht } from "./components/ui/atoms/icons/intercom.js";
|
|
90
|
+
import { Jira as Et } from "./components/ui/atoms/icons/jira.js";
|
|
91
|
+
import { Linear as Ft } from "./components/ui/atoms/icons/linear.js";
|
|
92
|
+
import { Linkedin as Ut } from "./components/ui/atoms/icons/linkedin.js";
|
|
93
|
+
import { Luma as zt } from "./components/ui/atoms/icons/luma.js";
|
|
94
|
+
import { Mailchimp as Zt } from "./components/ui/atoms/icons/mailchimp.js";
|
|
95
|
+
import { Mcp as Kt } from "./components/ui/atoms/icons/mcp.js";
|
|
96
|
+
import { Microsoft as Xt } from "./components/ui/atoms/icons/microsoft.js";
|
|
97
|
+
import { MicrosoftDynamics as Yt } from "./components/ui/atoms/icons/microsoft-dynamics.js";
|
|
98
|
+
import { MicrosoftSharepoint as $t } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
99
|
+
import { MicrosoftTeams as rp } from "./components/ui/atoms/icons/microsoft-teams.js";
|
|
100
|
+
import { Miro as tp } from "./components/ui/atoms/icons/miro.js";
|
|
101
|
+
import { Monday as ap } from "./components/ui/atoms/icons/monday.js";
|
|
102
|
+
import { MongoDB as ip } from "./components/ui/atoms/icons/mongodb.js";
|
|
103
|
+
import { Netsuite as lp } from "./components/ui/atoms/icons/netsuite.js";
|
|
104
|
+
import { Notion as np } from "./components/ui/atoms/icons/notion.js";
|
|
105
|
+
import { Oauth as up } from "./components/ui/atoms/icons/oauth.js";
|
|
106
|
+
import { Obsidian as sp } from "./components/ui/atoms/icons/obsidian.js";
|
|
107
|
+
import { Okta as bp } from "./components/ui/atoms/icons/okta.js";
|
|
108
|
+
import { OneDrive as Cp } from "./components/ui/atoms/icons/one-drive.js";
|
|
109
|
+
import { Openai as Dp } from "./components/ui/atoms/icons/openai.js";
|
|
110
|
+
import { OutlookCalendar as hp } from "./components/ui/atoms/icons/outlook-calendar.js";
|
|
111
|
+
import { OutlookMail as kp } from "./components/ui/atoms/icons/outlook-mail.js";
|
|
112
|
+
import { Pagerduty as Bp } from "./components/ui/atoms/icons/pagerduty.js";
|
|
113
|
+
import { Pinecone as Gp } from "./components/ui/atoms/icons/pinecone.js";
|
|
114
|
+
import { Pinterest as Rp } from "./components/ui/atoms/icons/pinterest.js";
|
|
115
|
+
import { Pipedrive as yp } from "./components/ui/atoms/icons/pipedrive.js";
|
|
116
|
+
import { Plaid as Hp } from "./components/ui/atoms/icons/plaid.js";
|
|
117
|
+
import { Postgres as Ep } from "./components/ui/atoms/icons/postgres.js";
|
|
118
|
+
import { Posthog as Fp } from "./components/ui/atoms/icons/posthog.js";
|
|
119
|
+
import { Pylon as Up } from "./components/ui/atoms/icons/pylon.js";
|
|
120
|
+
import { Quickbooks as zp } from "./components/ui/atoms/icons/quickbooks.js";
|
|
121
|
+
import { Railway as Zp } from "./components/ui/atoms/icons/railway.js";
|
|
122
|
+
import { Reddit as Kp } from "./components/ui/atoms/icons/reddit.js";
|
|
123
|
+
import { Salesforce as Xp } from "./components/ui/atoms/icons/salesforce.js";
|
|
124
|
+
import { Shopify as Yp } from "./components/ui/atoms/icons/shopify.js";
|
|
125
|
+
import { Singlestore as $p } from "./components/ui/atoms/icons/singlestore.js";
|
|
126
|
+
import { Slack as ra } from "./components/ui/atoms/icons/slack.js";
|
|
127
|
+
import { Snowflake as ta } from "./components/ui/atoms/icons/snowflake.js";
|
|
128
|
+
import { Splunk as aa } from "./components/ui/atoms/icons/splunk.js";
|
|
129
|
+
import { Spotify as ia } from "./components/ui/atoms/icons/spotify.js";
|
|
130
|
+
import { Square as la } from "./components/ui/atoms/icons/square.js";
|
|
131
|
+
import { Squarespace as na } from "./components/ui/atoms/icons/squarespace.js";
|
|
132
|
+
import { Squareup as ua } from "./components/ui/atoms/icons/squareup.js";
|
|
133
|
+
import { Stripe as sa } from "./components/ui/atoms/icons/stripe.js";
|
|
134
|
+
import { Tesla as ba } from "./components/ui/atoms/icons/tesla.js";
|
|
135
|
+
import { Ticktick as Ca } from "./components/ui/atoms/icons/ticktick.js";
|
|
136
|
+
import { Tiktok as Da } from "./components/ui/atoms/icons/tiktok.js";
|
|
137
|
+
import { Trello as ha } from "./components/ui/atoms/icons/trello.js";
|
|
138
|
+
import { Twilio as ka } from "./components/ui/atoms/icons/twilio.js";
|
|
139
|
+
import { Twitch as Ba } from "./components/ui/atoms/icons/twitch.js";
|
|
140
|
+
import { Vercel as Ga } from "./components/ui/atoms/icons/vercel.js";
|
|
141
|
+
import { Vscode as Ra } from "./components/ui/atoms/icons/vscode.js";
|
|
142
|
+
import { Walmart as ya } from "./components/ui/atoms/icons/walmart.js";
|
|
143
|
+
import { Weaviate as Ha } from "./components/ui/atoms/icons/weaviate.js";
|
|
144
|
+
import { Windsurf as Ea } from "./components/ui/atoms/icons/windsurf.js";
|
|
145
|
+
import { Workday as Fa } from "./components/ui/atoms/icons/workday.js";
|
|
146
|
+
import { Wrike as Ua } from "./components/ui/atoms/icons/wrike.js";
|
|
147
|
+
import { X as za } from "./components/ui/atoms/icons/x.js";
|
|
148
|
+
import { Xero as Za } from "./components/ui/atoms/icons/xero.js";
|
|
149
|
+
import { Youtube as Ka } from "./components/ui/atoms/icons/youtube.js";
|
|
150
|
+
import { Zendesk as Xa } from "./components/ui/atoms/icons/zendesk.js";
|
|
151
|
+
import { Zoho as Ya } from "./components/ui/atoms/icons/zoho.js";
|
|
152
|
+
import { ZohoBooks as $a } from "./components/ui/atoms/icons/zoho-books.js";
|
|
153
|
+
import { ZohoCreator as rm } from "./components/ui/atoms/icons/zoho-creator.js";
|
|
154
|
+
import { Zoom as tm } from "./components/ui/atoms/icons/zoom.js";
|
|
155
|
+
import { Input as am } from "./components/ui/atoms/input.js";
|
|
156
|
+
import { Label as im } from "./components/ui/atoms/label.js";
|
|
157
|
+
import { MobileTooltip as lm, MobileTooltipContent as xm, MobileTooltipProvider as nm, MobileTooltipTrigger as dm } from "./components/ui/atoms/mobile-tooltip.js";
|
|
158
|
+
import { Popover as gm, PopoverAnchor as sm, PopoverContent as Sm, PopoverTrigger as bm } from "./components/ui/atoms/popover.js";
|
|
159
|
+
import { ProBadge as Cm } from "./components/ui/atoms/pro-badge.js";
|
|
160
|
+
import { Progress as Dm } from "./components/ui/atoms/progress.js";
|
|
161
|
+
import { RadioGroup as hm, RadioGroupItem as Pm } from "./components/ui/atoms/radio-group.js";
|
|
162
|
+
import { ResizableHandle as Mm, ResizablePanel as Bm, ResizablePanelGroup as Im } from "./components/ui/atoms/resizable.js";
|
|
163
|
+
import { ScrollArea as Om, ScrollBar as Rm } from "./components/ui/atoms/scroll-area.js";
|
|
164
|
+
import { Select as ym, SelectContent as wm, SelectGroup as Hm, SelectItem as Lm, SelectLabel as Em, SelectScrollDownButton as _m, SelectScrollUpButton as Fm, SelectSeparator as Vm, SelectTrigger as Um, SelectValue as Nm } from "./components/ui/atoms/select.js";
|
|
165
|
+
import { Separator as Wm } from "./components/ui/atoms/separator.js";
|
|
166
|
+
import { Sheet as qm, SheetClose as Km, SheetContent as Jm, SheetDescription as Xm, SheetFooter as Qm, SheetHeader as Ym, SheetTitle as jm, SheetTrigger as $m } from "./components/ui/atoms/sheet.js";
|
|
167
|
+
import { Sidebar as ri, SidebarContent as ei, SidebarFooter as ti, SidebarGroup as pi, SidebarGroupAction as ai, SidebarGroupContent as mi, SidebarGroupLabel as ii, SidebarHeader as fi, SidebarInput as li, SidebarInset as xi, SidebarMenu as ni, SidebarMenuAction as di, SidebarMenuBadge as ui, SidebarMenuButton as gi, SidebarMenuItem as si, SidebarMenuSkeleton as Si, SidebarMenuSub as bi, SidebarMenuSubButton as ci, SidebarMenuSubItem as Ci, SidebarProvider as Ti, SidebarRail as Di, SidebarSeparator as Ai, SidebarTrigger as hi, useSidebar as Pi } from "./components/ui/atoms/sidebar.js";
|
|
168
|
+
import { Skeleton as Mi } from "./components/ui/atoms/skeleton.js";
|
|
169
|
+
import { Slider as Ii } from "./components/ui/atoms/slider.js";
|
|
170
|
+
import { Switch as Oi } from "./components/ui/atoms/switch.js";
|
|
171
|
+
import { Table as vi, TableBody as yi, TableCaption as wi, TableCell as Hi, TableFooter as Li, TableHead as Ei, TableHeader as _i, TableRow as Fi } from "./components/ui/atoms/table.js";
|
|
172
|
+
import { Tabs as Ui, TabsContent as Ni, TabsList as zi, TabsTrigger as Wi } from "./components/ui/atoms/tabs.js";
|
|
173
|
+
import { Textarea as qi } from "./components/ui/atoms/textarea.js";
|
|
174
|
+
import { Toggle as Ji, toggleVariants as Xi } from "./components/ui/atoms/toggle.js";
|
|
175
|
+
import { Tooltip as Yi, TooltipContent as ji, TooltipProvider as $i, TooltipTrigger as of } from "./components/ui/atoms/tooltip.js";
|
|
176
|
+
import { VirtualizedGrid as ef } from "./components/ui/atoms/virtualized-grid.js";
|
|
177
|
+
import { DateTimePicker as pf } from "./components/ui/molecules/date-time-picker.js";
|
|
178
|
+
import { EmptyState as mf } from "./components/ui/molecules/empty-state.js";
|
|
179
|
+
import { R as lf, T as xf } from "./toolkit-card-Cmp_yG03.js";
|
|
180
|
+
import { ToolCard as df } from "./components/ui/molecules/tool-card.js";
|
|
181
|
+
import { ToolkitPickerTrigger as gf } from "./components/ui/molecules/toolkit-picker-trigger.js";
|
|
182
|
+
import { ToolkitSelectionSummary as Sf } from "./components/ui/molecules/toolkit-selection-summary.js";
|
|
183
|
+
import { ToolkitPicker as cf } from "./components/ui/organisms/toolkit-picker/index.js";
|
|
184
|
+
import { PUBLIC_ICON_URL as Tf } from "./metadata/constants.js";
|
|
185
|
+
import { MCP_OAUTH2_PROVIDER as Af, OAUTH2_PROVIDER as hf, OAUTH_PROVIDERS as Pf, OAUTH_PROVIDER_CATALOGUE as kf, OAuthId as Mf, OAuthProviderId as Bf, OTHER_OAUTH_PROVIDERS as If, PREBUILT_OAUTH_PROVIDERS as Gf } from "./metadata/oauth-providers.js";
|
|
186
|
+
import { TOOLKIT_ICON_MAP as Rf, getToolIconByToolkitName as vf, getToolkitIcon as yf, getToolkitIconByName as wf } from "./metadata/toolkit-icons.js";
|
|
187
|
+
import { CATEGORIES as Lf, TOOLKITS as Ef, TOOLKIT_CATALOGUE as _f } from "./metadata/toolkits.js";
|
|
188
|
+
import { findPrebuiltProviderById as Vf, findPrebuiltProviderByProviderId as Uf, findToolkitByName as Nf, isKnownToolkit as zf, isPrebuiltProvider as Wf } from "./metadata/utils.js";
|
|
179
189
|
export {
|
|
180
190
|
e as Accordion,
|
|
181
191
|
t as AccordionContent,
|
|
@@ -185,55 +195,56 @@ export {
|
|
|
185
195
|
tr as Aha,
|
|
186
196
|
ar as Airtable,
|
|
187
197
|
i as Alert,
|
|
188
|
-
|
|
198
|
+
f as AlertDescription,
|
|
189
199
|
n as AlertDialog,
|
|
190
200
|
d as AlertDialogAction,
|
|
191
201
|
u as AlertDialogCancel,
|
|
192
202
|
g as AlertDialogContent,
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
203
|
+
s as AlertDialogDescription,
|
|
204
|
+
S as AlertDialogFooter,
|
|
205
|
+
b as AlertDialogHeader,
|
|
206
|
+
c as AlertDialogOverlay,
|
|
207
|
+
C as AlertDialogPortal,
|
|
208
|
+
T as AlertDialogTitle,
|
|
199
209
|
D as AlertDialogTrigger,
|
|
200
|
-
|
|
210
|
+
l as AlertTitle,
|
|
201
211
|
ir as Amplitude,
|
|
202
|
-
|
|
212
|
+
lr as Arcade,
|
|
203
213
|
nr as Asana,
|
|
204
214
|
ur as Ashby,
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
h as
|
|
209
|
-
|
|
210
|
-
|
|
215
|
+
sr as Atlassian,
|
|
216
|
+
br as Attio,
|
|
217
|
+
Cr as Auth0,
|
|
218
|
+
h as Avatar,
|
|
219
|
+
P as AvatarFallback,
|
|
220
|
+
k as AvatarImage,
|
|
221
|
+
Dr as Azure,
|
|
211
222
|
B as Badge,
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
223
|
+
hr as Bamboohr,
|
|
224
|
+
kr as Basecamp,
|
|
225
|
+
Br as Bill,
|
|
226
|
+
Gr as Bitbucket,
|
|
227
|
+
Rr as Bluesky,
|
|
228
|
+
yr as Box,
|
|
229
|
+
Hr as Braze,
|
|
230
|
+
O as Breadcrumb,
|
|
220
231
|
R as BreadcrumbEllipsis,
|
|
221
232
|
v as BreadcrumbItem,
|
|
222
233
|
y as BreadcrumbLink,
|
|
223
234
|
w as BreadcrumbList,
|
|
224
235
|
H as BreadcrumbPage,
|
|
225
236
|
L as BreadcrumbSeparator,
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
237
|
+
Er as Brex,
|
|
238
|
+
Fr as Brightdata,
|
|
239
|
+
Ur as Buffer,
|
|
229
240
|
_ as Button,
|
|
230
|
-
|
|
231
|
-
|
|
241
|
+
U as ByocBadge,
|
|
242
|
+
Lf as CATEGORIES,
|
|
232
243
|
z as Calendar,
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
244
|
+
W as CalendarDayButton,
|
|
245
|
+
zr as Calendly,
|
|
246
|
+
q as Card,
|
|
247
|
+
K as CardAction,
|
|
237
248
|
J as CardContent,
|
|
238
249
|
X as CardDescription,
|
|
239
250
|
Q as CardFooter,
|
|
@@ -246,265 +257,274 @@ export {
|
|
|
246
257
|
po as ChartTooltip,
|
|
247
258
|
ao as ChartTooltipContent,
|
|
248
259
|
io as Checkbox,
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
260
|
+
Zr as Claude,
|
|
261
|
+
Kr as Clickhouse,
|
|
262
|
+
Xr as Clickup,
|
|
263
|
+
Yr as Cline,
|
|
264
|
+
$r as Closeio,
|
|
265
|
+
re as Codesandbox,
|
|
266
|
+
te as Coinbase,
|
|
267
|
+
lo as Collapsible,
|
|
255
268
|
xo as CollapsibleContent,
|
|
256
269
|
no as CollapsibleTrigger,
|
|
257
270
|
go as Command,
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
271
|
+
so as CommandDialog,
|
|
272
|
+
So as CommandEmpty,
|
|
273
|
+
bo as CommandGroup,
|
|
274
|
+
co as CommandInput,
|
|
275
|
+
Co as CommandItem,
|
|
276
|
+
To as CommandList,
|
|
264
277
|
Do as CommandSeparator,
|
|
265
278
|
Ao as CommandShortcut,
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
279
|
+
ae as Confluence,
|
|
280
|
+
ie as Cursor,
|
|
281
|
+
le as CursorInstallDark,
|
|
282
|
+
ne as CursorInstallLight,
|
|
283
|
+
ue as Customerio,
|
|
284
|
+
se as Datadog,
|
|
285
|
+
pf as DateTimePicker,
|
|
286
|
+
Po as Dialog,
|
|
287
|
+
ko as DialogClose,
|
|
288
|
+
Mo as DialogContent,
|
|
274
289
|
Bo as DialogDescription,
|
|
275
290
|
Io as DialogFooter,
|
|
276
|
-
|
|
277
|
-
|
|
291
|
+
Go as DialogHeader,
|
|
292
|
+
Oo as DialogOverlay,
|
|
278
293
|
Ro as DialogPortal,
|
|
279
294
|
vo as DialogTitle,
|
|
280
295
|
yo as DialogTrigger,
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
296
|
+
be as DigitalOcean,
|
|
297
|
+
Ce as Discord,
|
|
298
|
+
De as Dropbox,
|
|
284
299
|
Ho as DropdownMenu,
|
|
285
300
|
Lo as DropdownMenuCheckboxItem,
|
|
286
301
|
Eo as DropdownMenuContent,
|
|
287
302
|
_o as DropdownMenuGroup,
|
|
288
303
|
Fo as DropdownMenuItem,
|
|
289
|
-
|
|
290
|
-
|
|
304
|
+
Vo as DropdownMenuLabel,
|
|
305
|
+
Uo as DropdownMenuPortal,
|
|
291
306
|
No as DropdownMenuRadioGroup,
|
|
292
307
|
zo as DropdownMenuRadioItem,
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
308
|
+
Wo as DropdownMenuSeparator,
|
|
309
|
+
Zo as DropdownMenuShortcut,
|
|
310
|
+
qo as DropdownMenuSub,
|
|
311
|
+
Ko as DropdownMenuSubContent,
|
|
297
312
|
Jo as DropdownMenuSubTrigger,
|
|
298
313
|
Xo as DropdownMenuTrigger,
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
314
|
+
he as E2b,
|
|
315
|
+
ke as Ebay,
|
|
316
|
+
mf as EmptyState,
|
|
317
|
+
Be as Evernote,
|
|
318
|
+
Ge as Exa,
|
|
319
|
+
Re as Factorial,
|
|
320
|
+
ye as Figma,
|
|
321
|
+
He as Firecrawl,
|
|
322
|
+
Ee as Freshservice,
|
|
323
|
+
Fe as Gemini,
|
|
324
|
+
Ue as Generic,
|
|
325
|
+
ze as Github,
|
|
326
|
+
Ze as Gitlab,
|
|
327
|
+
Ke as Gmail,
|
|
328
|
+
Xe as Google,
|
|
329
|
+
Ye as GoogleCalendar,
|
|
330
|
+
$e as GoogleContacts,
|
|
331
|
+
rt as GoogleDocs,
|
|
332
|
+
tt as GoogleDrive,
|
|
333
|
+
at as GoogleFinance,
|
|
334
|
+
it as GoogleFlight,
|
|
335
|
+
lt as GoogleFlights,
|
|
336
|
+
nt as GoogleHotels,
|
|
337
|
+
ut as GoogleJobs,
|
|
338
|
+
st as GoogleMaps,
|
|
339
|
+
bt as GoogleNews,
|
|
340
|
+
Ct as GoogleSheets,
|
|
341
|
+
Dt as GoogleShopping,
|
|
342
|
+
ht as GoogleSlides,
|
|
343
|
+
kt as Goose,
|
|
344
|
+
Bt as Heroku,
|
|
345
|
+
Gt as Hootsuite,
|
|
329
346
|
Yo as HoverCard,
|
|
330
347
|
jo as HoverCardContent,
|
|
331
348
|
$o as HoverCardTrigger,
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
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
|
-
|
|
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
|
-
|
|
349
|
+
Rt as Hubspot,
|
|
350
|
+
yt as Imgflip,
|
|
351
|
+
am as Input,
|
|
352
|
+
Ht as Intercom,
|
|
353
|
+
Et as Jira,
|
|
354
|
+
im as Label,
|
|
355
|
+
Ft as Linear,
|
|
356
|
+
Ut as Linkedin,
|
|
357
|
+
zt as Luma,
|
|
358
|
+
Af as MCP_OAUTH2_PROVIDER,
|
|
359
|
+
Zt as Mailchimp,
|
|
360
|
+
Kt as Mcp,
|
|
361
|
+
Xt as Microsoft,
|
|
362
|
+
Yt as MicrosoftDynamics,
|
|
363
|
+
$t as MicrosoftSharepoint,
|
|
364
|
+
rp as MicrosoftTeams,
|
|
365
|
+
tp as Miro,
|
|
366
|
+
lm as MobileTooltip,
|
|
367
|
+
xm as MobileTooltipContent,
|
|
368
|
+
nm as MobileTooltipProvider,
|
|
369
|
+
dm as MobileTooltipTrigger,
|
|
370
|
+
ap as Monday,
|
|
371
|
+
ip as MongoDB,
|
|
372
|
+
lp as Netsuite,
|
|
373
|
+
np as Notion,
|
|
374
|
+
hf as OAUTH2_PROVIDER,
|
|
375
|
+
Pf as OAUTH_PROVIDERS,
|
|
376
|
+
kf as OAUTH_PROVIDER_CATALOGUE,
|
|
377
|
+
Mf as OAuthId,
|
|
378
|
+
Bf as OAuthProviderId,
|
|
379
|
+
If as OTHER_OAUTH_PROVIDERS,
|
|
380
|
+
up as Oauth,
|
|
381
|
+
sp as Obsidian,
|
|
382
|
+
bp as Okta,
|
|
383
|
+
Cp as OneDrive,
|
|
384
|
+
Dp as Openai,
|
|
385
|
+
hp as OutlookCalendar,
|
|
386
|
+
kp as OutlookMail,
|
|
387
|
+
Gf as PREBUILT_OAUTH_PROVIDERS,
|
|
388
|
+
Tf as PUBLIC_ICON_URL,
|
|
389
|
+
Bp as Pagerduty,
|
|
390
|
+
Gp as Pinecone,
|
|
391
|
+
Rp as Pinterest,
|
|
392
|
+
yp as Pipedrive,
|
|
393
|
+
Hp as Plaid,
|
|
394
|
+
gm as Popover,
|
|
395
|
+
sm as PopoverAnchor,
|
|
396
|
+
Sm as PopoverContent,
|
|
397
|
+
bm as PopoverTrigger,
|
|
398
|
+
Ep as Postgres,
|
|
399
|
+
Fp as Posthog,
|
|
400
|
+
Cm as ProBadge,
|
|
401
|
+
Dm as Progress,
|
|
402
|
+
Up as Pylon,
|
|
403
|
+
zp as Quickbooks,
|
|
404
|
+
hm as RadioGroup,
|
|
405
|
+
Pm as RadioGroupItem,
|
|
406
|
+
Zp as Railway,
|
|
407
|
+
Kp as Reddit,
|
|
408
|
+
lf as RequirementBadges,
|
|
409
|
+
Mm as ResizableHandle,
|
|
410
|
+
Bm as ResizablePanel,
|
|
411
|
+
Im as ResizablePanelGroup,
|
|
412
|
+
Xp as Salesforce,
|
|
413
|
+
Om as ScrollArea,
|
|
414
|
+
Rm as ScrollBar,
|
|
415
|
+
ym as Select,
|
|
416
|
+
wm as SelectContent,
|
|
417
|
+
Hm as SelectGroup,
|
|
418
|
+
Lm as SelectItem,
|
|
419
|
+
Em as SelectLabel,
|
|
420
|
+
_m as SelectScrollDownButton,
|
|
421
|
+
Fm as SelectScrollUpButton,
|
|
422
|
+
Vm as SelectSeparator,
|
|
423
|
+
Um as SelectTrigger,
|
|
424
|
+
Nm as SelectValue,
|
|
425
|
+
Wm as Separator,
|
|
426
|
+
qm as Sheet,
|
|
427
|
+
Km as SheetClose,
|
|
428
|
+
Jm as SheetContent,
|
|
429
|
+
Xm as SheetDescription,
|
|
430
|
+
Qm as SheetFooter,
|
|
431
|
+
Ym as SheetHeader,
|
|
432
|
+
jm as SheetTitle,
|
|
433
|
+
$m as SheetTrigger,
|
|
434
|
+
Yp as Shopify,
|
|
435
|
+
ri as Sidebar,
|
|
436
|
+
ei as SidebarContent,
|
|
437
|
+
ti as SidebarFooter,
|
|
438
|
+
pi as SidebarGroup,
|
|
439
|
+
ai as SidebarGroupAction,
|
|
440
|
+
mi as SidebarGroupContent,
|
|
441
|
+
ii as SidebarGroupLabel,
|
|
442
|
+
fi as SidebarHeader,
|
|
443
|
+
li as SidebarInput,
|
|
444
|
+
xi as SidebarInset,
|
|
445
|
+
ni as SidebarMenu,
|
|
446
|
+
di as SidebarMenuAction,
|
|
447
|
+
ui as SidebarMenuBadge,
|
|
448
|
+
gi as SidebarMenuButton,
|
|
449
|
+
si as SidebarMenuItem,
|
|
450
|
+
Si as SidebarMenuSkeleton,
|
|
451
|
+
bi as SidebarMenuSub,
|
|
452
|
+
ci as SidebarMenuSubButton,
|
|
453
|
+
Ci as SidebarMenuSubItem,
|
|
454
|
+
Ti as SidebarProvider,
|
|
455
|
+
Di as SidebarRail,
|
|
456
|
+
Ai as SidebarSeparator,
|
|
457
|
+
hi as SidebarTrigger,
|
|
458
|
+
$p as Singlestore,
|
|
459
|
+
Mi as Skeleton,
|
|
460
|
+
ra as Slack,
|
|
461
|
+
Ii as Slider,
|
|
462
|
+
ta as Snowflake,
|
|
463
|
+
aa as Splunk,
|
|
464
|
+
ia as Spotify,
|
|
465
|
+
la as Square,
|
|
466
|
+
na as Squarespace,
|
|
467
|
+
ua as Squareup,
|
|
468
|
+
sa as Stripe,
|
|
469
|
+
Oi as Switch,
|
|
470
|
+
Ef as TOOLKITS,
|
|
471
|
+
_f as TOOLKIT_CATALOGUE,
|
|
472
|
+
Rf as TOOLKIT_ICON_MAP,
|
|
473
|
+
vi as Table,
|
|
474
|
+
yi as TableBody,
|
|
475
|
+
wi as TableCaption,
|
|
476
|
+
Hi as TableCell,
|
|
477
|
+
Li as TableFooter,
|
|
478
|
+
Ei as TableHead,
|
|
479
|
+
_i as TableHeader,
|
|
480
|
+
Fi as TableRow,
|
|
481
|
+
Ui as Tabs,
|
|
482
|
+
Ni as TabsContent,
|
|
483
|
+
zi as TabsList,
|
|
484
|
+
Wi as TabsTrigger,
|
|
485
|
+
ba as Tesla,
|
|
486
|
+
qi as Textarea,
|
|
487
|
+
Ca as Ticktick,
|
|
488
|
+
Da as Tiktok,
|
|
489
|
+
Ji as Toggle,
|
|
490
|
+
df as ToolCard,
|
|
491
|
+
xf as ToolkitCard,
|
|
492
|
+
cf as ToolkitPicker,
|
|
493
|
+
gf as ToolkitPickerTrigger,
|
|
494
|
+
Sf as ToolkitSelectionSummary,
|
|
495
|
+
Yi as Tooltip,
|
|
496
|
+
ji as TooltipContent,
|
|
497
|
+
$i as TooltipProvider,
|
|
498
|
+
of as TooltipTrigger,
|
|
499
|
+
ha as Trello,
|
|
500
|
+
ka as Twilio,
|
|
501
|
+
Ba as Twitch,
|
|
502
|
+
Ga as Vercel,
|
|
503
|
+
ef as VirtualizedGrid,
|
|
504
|
+
Ra as Vscode,
|
|
505
|
+
ya as Walmart,
|
|
506
|
+
Ha as Weaviate,
|
|
507
|
+
Ea as Windsurf,
|
|
508
|
+
Fa as Workday,
|
|
509
|
+
Ua as Wrike,
|
|
510
|
+
za as X,
|
|
511
|
+
Za as Xero,
|
|
512
|
+
Ka as Youtube,
|
|
513
|
+
Xa as Zendesk,
|
|
514
|
+
Ya as Zoho,
|
|
515
|
+
$a as ZohoBooks,
|
|
516
|
+
rm as ZohoCreator,
|
|
517
|
+
tm as Zoom,
|
|
498
518
|
I as badgeVariants,
|
|
499
519
|
F as buttonVariants,
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
520
|
+
Vf as findPrebuiltProviderById,
|
|
521
|
+
Uf as findPrebuiltProviderByProviderId,
|
|
522
|
+
Nf as findToolkitByName,
|
|
523
|
+
vf as getToolIconByToolkitName,
|
|
524
|
+
yf as getToolkitIcon,
|
|
525
|
+
wf as getToolkitIconByName,
|
|
526
|
+
zf as isKnownToolkit,
|
|
527
|
+
Wf as isPrebuiltProvider,
|
|
528
|
+
Xi as toggleVariants,
|
|
529
|
+
Pi as useSidebar
|
|
510
530
|
};
|