@arcadeai/design-system 1.5.1 → 1.7.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/{arcade-DSu1Vp41.js → arcade-DzMbb7xi.js} +512 -586
- package/dist/components/index.js +302 -300
- package/dist/components/ui/atoms/alert-dialog.d.ts +14 -0
- package/dist/components/ui/atoms/alert-dialog.js +248 -0
- package/dist/components/ui/atoms/command.js +1 -1
- package/dist/components/ui/atoms/dialog.js +1 -1
- package/dist/components/ui/atoms/icons/codesandbox.d.ts +3 -0
- package/dist/components/ui/atoms/icons/codesandbox.js +26 -0
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.js +182 -180
- package/dist/components/ui/atoms/index.js +285 -283
- package/dist/components/ui/atoms/sheet.js +1 -1
- package/dist/components/ui/index.js +302 -300
- package/dist/components/ui/molecules/toolkit-picker-trigger.js +29 -32
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-filter.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-search.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-selection.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts +11 -3
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js +141 -99
- package/dist/components/ui/organisms/toolkit-picker/index.d.ts +2 -0
- package/dist/components/ui/organisms/toolkit-picker/index.js +3 -2
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts +2 -0
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +247 -55
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.test.js +2 -2
- package/dist/components/ui/utils/memo.test.js +1 -1
- package/dist/{index-BzU0xzeS.js → index-Dkey23PG.js} +3 -1
- package/dist/lib/arcade/arcade.js +3 -2
- package/dist/lib/arcade/arcade.test.js +2 -2
- package/dist/lib/utils.test.js +1 -1
- package/dist/main.js +313 -311
- package/dist/metadata/oauth-providers.js +9 -9
- package/dist/metadata/toolkits.js +383 -227
- package/dist/metadata/types.d.ts +2 -1
- package/dist/{react.esm-CFMQn0EI.js → react.esm-CAxz4dXo.js} +1 -1
- package/dist/{vi.bdSIJ99Y-CQ1FdEM8.js → vi.bdSIJ99Y-hyudrc3R.js} +3880 -3436
- package/dist/web-sgv-FK6q.js +84 -0
- package/package.json +2 -1
package/dist/main.js
CHANGED
|
@@ -37,124 +37,125 @@ import { Calendly as Fr } from "./components/ui/atoms/icons/calendly.js";
|
|
|
37
37
|
import { Clickhouse as Hr } from "./components/ui/atoms/icons/clickhouse.js";
|
|
38
38
|
import { Clickup as yr } from "./components/ui/atoms/icons/clickup.js";
|
|
39
39
|
import { Closeio as Ur } from "./components/ui/atoms/icons/closeio.js";
|
|
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 {
|
|
40
|
+
import { Codesandbox as Vr } from "./components/ui/atoms/icons/codesandbox.js";
|
|
41
|
+
import { Coinbase as Nr } from "./components/ui/atoms/icons/coinbase.js";
|
|
42
|
+
import { Confluence as qr } from "./components/ui/atoms/icons/confluence.js";
|
|
43
|
+
import { Datadog as Kr } from "./components/ui/atoms/icons/datadog.js";
|
|
44
|
+
import { DigitalOcean as Zr } from "./components/ui/atoms/icons/digital-ocean.js";
|
|
45
|
+
import { Discord as Yr } from "./components/ui/atoms/icons/discord.js";
|
|
46
|
+
import { Dropbox as $r } from "./components/ui/atoms/icons/dropbox.js";
|
|
47
|
+
import { E2b as re } from "./components/ui/atoms/icons/e2b.js";
|
|
48
|
+
import { Ebay as te } from "./components/ui/atoms/icons/ebay.js";
|
|
49
|
+
import { Evernote as me } from "./components/ui/atoms/icons/evernote.js";
|
|
50
|
+
import { Factorial as ie } from "./components/ui/atoms/icons/factorial.js";
|
|
51
|
+
import { Figma as xe } from "./components/ui/atoms/icons/figma.js";
|
|
52
|
+
import { Firecrawl as ne } from "./components/ui/atoms/icons/firecrawl.js";
|
|
53
|
+
import { Generic as ue } from "./components/ui/atoms/icons/generic.js";
|
|
54
|
+
import { Github as Se } from "./components/ui/atoms/icons/github.js";
|
|
55
|
+
import { Gitlab as ce } from "./components/ui/atoms/icons/gitlab.js";
|
|
56
|
+
import { Gmail as Ce } from "./components/ui/atoms/icons/gmail.js";
|
|
57
|
+
import { Google as De } from "./components/ui/atoms/icons/google.js";
|
|
58
|
+
import { GoogleCalendar as he } from "./components/ui/atoms/icons/google-calendar.js";
|
|
59
|
+
import { GoogleContacts as Pe } from "./components/ui/atoms/icons/google-contacts.js";
|
|
60
|
+
import { GoogleDocs as Ge } from "./components/ui/atoms/icons/google-docs.js";
|
|
61
|
+
import { GoogleDrive as ke } from "./components/ui/atoms/icons/google-drive.js";
|
|
62
|
+
import { GoogleFinance as Re } from "./components/ui/atoms/icons/google-finance.js";
|
|
63
|
+
import { GoogleFlight as Fe } from "./components/ui/atoms/icons/google-flight.js";
|
|
64
|
+
import { GoogleFlights as He } from "./components/ui/atoms/icons/google-flights.js";
|
|
65
|
+
import { GoogleHotels as ye } from "./components/ui/atoms/icons/google-hotels.js";
|
|
66
|
+
import { GoogleJobs as Ue } from "./components/ui/atoms/icons/google-jobs.js";
|
|
67
|
+
import { GoogleMaps as Ve } from "./components/ui/atoms/icons/google-maps.js";
|
|
68
|
+
import { GoogleNews as Ne } from "./components/ui/atoms/icons/google-news.js";
|
|
69
|
+
import { GoogleSheets as qe } from "./components/ui/atoms/icons/google-sheets.js";
|
|
70
|
+
import { GoogleShopping as Ke } from "./components/ui/atoms/icons/google-shopping.js";
|
|
71
|
+
import { GoogleSlides as Ze } from "./components/ui/atoms/icons/google-slides.js";
|
|
72
|
+
import { Heroku as Ye } from "./components/ui/atoms/icons/heroku.js";
|
|
73
|
+
import { Hootsuite as $e } from "./components/ui/atoms/icons/hootsuite.js";
|
|
74
|
+
import { Hubspot as rt } from "./components/ui/atoms/icons/hubspot.js";
|
|
75
|
+
import { Intercom as tt } from "./components/ui/atoms/icons/intercom.js";
|
|
76
|
+
import { Jira as mt } from "./components/ui/atoms/icons/jira.js";
|
|
77
|
+
import { Linear as it } from "./components/ui/atoms/icons/linear.js";
|
|
78
|
+
import { Linkedin as xt } from "./components/ui/atoms/icons/linkedin.js";
|
|
79
|
+
import { Mailchimp as nt } from "./components/ui/atoms/icons/mailchimp.js";
|
|
80
|
+
import { Mcp as ut } from "./components/ui/atoms/icons/mcp.js";
|
|
81
|
+
import { Microsoft as St } from "./components/ui/atoms/icons/microsoft.js";
|
|
82
|
+
import { MicrosoftDynamics as ct } from "./components/ui/atoms/icons/microsoft-dynamics.js";
|
|
83
|
+
import { MicrosoftSharepoint as Ct } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
84
|
+
import { MicrosoftTeams as Dt } from "./components/ui/atoms/icons/microsoft-teams.js";
|
|
85
|
+
import { Miro as ht } from "./components/ui/atoms/icons/miro.js";
|
|
86
|
+
import { Monday as Pt } from "./components/ui/atoms/icons/monday.js";
|
|
87
|
+
import { Netsuite as Gt } from "./components/ui/atoms/icons/netsuite.js";
|
|
88
|
+
import { Notion as kt } from "./components/ui/atoms/icons/notion.js";
|
|
89
|
+
import { Oauth as Rt } from "./components/ui/atoms/icons/oauth.js";
|
|
90
|
+
import { Obsidian as Ft } from "./components/ui/atoms/icons/obsidian.js";
|
|
91
|
+
import { Okta as Ht } from "./components/ui/atoms/icons/okta.js";
|
|
92
|
+
import { OneDrive as yt } from "./components/ui/atoms/icons/one-drive.js";
|
|
93
|
+
import { OutlookCalendar as Ut } from "./components/ui/atoms/icons/outlook-calendar.js";
|
|
94
|
+
import { OutlookMail as Vt } from "./components/ui/atoms/icons/outlook-mail.js";
|
|
95
|
+
import { Pinecone as Nt } from "./components/ui/atoms/icons/pinecone.js";
|
|
96
|
+
import { Pinterest as qt } from "./components/ui/atoms/icons/pinterest.js";
|
|
97
|
+
import { Pipedrive as Kt } from "./components/ui/atoms/icons/pipedrive.js";
|
|
98
|
+
import { Plaid as Zt } from "./components/ui/atoms/icons/plaid.js";
|
|
99
|
+
import { Postgres as Yt } from "./components/ui/atoms/icons/postgres.js";
|
|
100
|
+
import { Quickbooks as $t } from "./components/ui/atoms/icons/quickbooks.js";
|
|
101
|
+
import { Reddit as rp } from "./components/ui/atoms/icons/reddit.js";
|
|
102
|
+
import { Salesforce as tp } from "./components/ui/atoms/icons/salesforce.js";
|
|
103
|
+
import { Shopify as mp } from "./components/ui/atoms/icons/shopify.js";
|
|
104
|
+
import { Singlestore as ip } from "./components/ui/atoms/icons/singlestore.js";
|
|
105
|
+
import { Slack as xp } from "./components/ui/atoms/icons/slack.js";
|
|
106
|
+
import { Snowflake as np } from "./components/ui/atoms/icons/snowflake.js";
|
|
107
|
+
import { Splunk as up } from "./components/ui/atoms/icons/splunk.js";
|
|
108
|
+
import { Spotify as Sp } from "./components/ui/atoms/icons/spotify.js";
|
|
109
|
+
import { Square as cp } from "./components/ui/atoms/icons/square.js";
|
|
110
|
+
import { Squarespace as Cp } from "./components/ui/atoms/icons/squarespace.js";
|
|
111
|
+
import { Stripe as Dp } from "./components/ui/atoms/icons/stripe.js";
|
|
112
|
+
import { Tesla as hp } from "./components/ui/atoms/icons/tesla.js";
|
|
113
|
+
import { Tiktok as Pp } from "./components/ui/atoms/icons/tiktok.js";
|
|
114
|
+
import { Trello as Gp } from "./components/ui/atoms/icons/trello.js";
|
|
115
|
+
import { Twilio as kp } from "./components/ui/atoms/icons/twilio.js";
|
|
116
|
+
import { Twitch as Rp } from "./components/ui/atoms/icons/twitch.js";
|
|
117
|
+
import { Vercel as Fp } from "./components/ui/atoms/icons/vercel.js";
|
|
118
|
+
import { Walmart as Hp } from "./components/ui/atoms/icons/walmart.js";
|
|
119
|
+
import { Weaviate as yp } from "./components/ui/atoms/icons/weaviate.js";
|
|
120
|
+
import { Workday as Up } from "./components/ui/atoms/icons/workday.js";
|
|
121
|
+
import { Wrike as Vp } from "./components/ui/atoms/icons/wrike.js";
|
|
122
|
+
import { X as Np } from "./components/ui/atoms/icons/x.js";
|
|
123
|
+
import { Xero as qp } from "./components/ui/atoms/icons/xero.js";
|
|
124
|
+
import { Youtube as Kp } from "./components/ui/atoms/icons/youtube.js";
|
|
125
|
+
import { Zendesk as Zp } from "./components/ui/atoms/icons/zendesk.js";
|
|
126
|
+
import { Zoom as Yp } from "./components/ui/atoms/icons/zoom.js";
|
|
127
|
+
import { Input as $p } from "./components/ui/atoms/input.js";
|
|
128
|
+
import { Label as rm } from "./components/ui/atoms/label.js";
|
|
129
|
+
import { MobileTooltip as tm, MobileTooltipContent as pm, MobileTooltipProvider as mm, MobileTooltipTrigger as am } from "./components/ui/atoms/mobile-tooltip.js";
|
|
130
|
+
import { Popover as fm, PopoverAnchor as xm, PopoverContent as lm, PopoverTrigger as nm } from "./components/ui/atoms/popover.js";
|
|
131
|
+
import { ProBadge as um } from "./components/ui/atoms/pro-badge.js";
|
|
132
|
+
import { Progress as Sm } from "./components/ui/atoms/progress.js";
|
|
133
|
+
import { RadioGroup as cm, RadioGroupItem as sm } from "./components/ui/atoms/radio-group.js";
|
|
134
|
+
import { ResizableHandle as Tm, ResizablePanel as Dm, ResizablePanelGroup as Mm } from "./components/ui/atoms/resizable.js";
|
|
135
|
+
import { ScrollArea as Am, ScrollBar as Pm } from "./components/ui/atoms/scroll-area.js";
|
|
136
|
+
import { Select as Gm, SelectContent as Im, SelectGroup as km, SelectItem as Om, SelectLabel as Rm, SelectScrollDownButton as vm, SelectScrollUpButton as Fm, SelectSeparator as wm, SelectTrigger as Hm, SelectValue as Lm } from "./components/ui/atoms/select.js";
|
|
137
|
+
import { Separator as Em } from "./components/ui/atoms/separator.js";
|
|
138
|
+
import { Sheet as _m, SheetClose as Vm, SheetContent as zm, SheetDescription as Nm, SheetFooter as Wm, SheetHeader as qm, SheetTitle as Jm, SheetTrigger as Km } from "./components/ui/atoms/sheet.js";
|
|
139
|
+
import { Sidebar as Zm, SidebarContent as Qm, SidebarFooter as Ym, SidebarGroup as jm, SidebarGroupAction as $m, SidebarGroupContent as oa, SidebarGroupLabel as ra, SidebarHeader as ea, SidebarInput as ta, SidebarInset as pa, SidebarMenu as ma, SidebarMenuAction as aa, SidebarMenuBadge as ia, SidebarMenuButton as fa, SidebarMenuItem as xa, SidebarMenuSkeleton as la, SidebarMenuSub as na, SidebarMenuSubButton as da, SidebarMenuSubItem as ua, SidebarProvider as ba, SidebarRail as Sa, SidebarSeparator as ga, SidebarTrigger as ca, useSidebar as sa } from "./components/ui/atoms/sidebar.js";
|
|
140
|
+
import { Skeleton as Ta } from "./components/ui/atoms/skeleton.js";
|
|
141
|
+
import { Slider as Ma } from "./components/ui/atoms/slider.js";
|
|
142
|
+
import { Switch as Aa } from "./components/ui/atoms/switch.js";
|
|
143
|
+
import { Table as Ba, TableBody as Ga, TableCaption as Ia, TableCell as ka, TableFooter as Oa, TableHead as Ra, TableHeader as va, TableRow as Fa } from "./components/ui/atoms/table.js";
|
|
144
|
+
import { Tabs as Ha, TabsContent as La, TabsList as ya, TabsTrigger as Ea } from "./components/ui/atoms/tabs.js";
|
|
145
|
+
import { Textarea as _a } from "./components/ui/atoms/textarea.js";
|
|
146
|
+
import { Toggle as za, toggleVariants as Na } from "./components/ui/atoms/toggle.js";
|
|
147
|
+
import { Tooltip as qa, TooltipContent as Ja, TooltipProvider as Ka, TooltipTrigger as Xa } from "./components/ui/atoms/tooltip.js";
|
|
148
|
+
import { EmptyState as Qa } from "./components/ui/molecules/empty-state.js";
|
|
149
|
+
import { R as ja, T as $a } from "./toolkit-card-CHiL03EY.js";
|
|
150
|
+
import { ToolCard as ri } from "./components/ui/molecules/tool-card.js";
|
|
151
|
+
import { ToolkitPickerTrigger as ti } from "./components/ui/molecules/toolkit-picker-trigger.js";
|
|
152
|
+
import { ToolkitSelectionSummary as mi } from "./components/ui/molecules/toolkit-selection-summary.js";
|
|
153
|
+
import { ToolkitPicker as ii } from "./components/ui/organisms/toolkit-picker/index.js";
|
|
154
|
+
import { PUBLIC_ICON_URL as xi } from "./metadata/constants.js";
|
|
155
|
+
import { OAUTH2_PROVIDER as ni, OAUTH_PROVIDERS as di, OAUTH_PROVIDER_CATALOGUE as ui, OAuthId as bi, OAuthProviderId as Si, OTHER_OAUTH_PROVIDERS as gi, PREBUILT_OAUTH_PROVIDERS as ci } from "./metadata/oauth-providers.js";
|
|
156
|
+
import { CATEGORIES as Ci, TOOLKITS as Ti, TOOLKIT_CATALOGUE as Di } from "./metadata/toolkits.js";
|
|
157
|
+
import { findPrebuiltProviderById as hi, findPrebuiltProviderByProviderId as Ai, isPrebuiltProvider as Pi } from "./metadata/utils.js";
|
|
158
|
+
import { FormProvider as Gi, useFormContext as Ii } from "react-hook-form";
|
|
158
159
|
export {
|
|
159
160
|
e as Accordion,
|
|
160
161
|
t as AccordionContent,
|
|
@@ -195,7 +196,7 @@ export {
|
|
|
195
196
|
Rr as Buffer,
|
|
196
197
|
B as Button,
|
|
197
198
|
k as ByocBadge,
|
|
198
|
-
|
|
199
|
+
Ci as CATEGORIES,
|
|
199
200
|
Fr as Calendly,
|
|
200
201
|
R as Card,
|
|
201
202
|
v as CardAction,
|
|
@@ -214,7 +215,8 @@ export {
|
|
|
214
215
|
Hr as Clickhouse,
|
|
215
216
|
yr as Clickup,
|
|
216
217
|
Ur as Closeio,
|
|
217
|
-
Vr as
|
|
218
|
+
Vr as Codesandbox,
|
|
219
|
+
Nr as Coinbase,
|
|
218
220
|
X as Collapsible,
|
|
219
221
|
Z as CollapsibleContent,
|
|
220
222
|
Q as CollapsibleTrigger,
|
|
@@ -227,8 +229,8 @@ export {
|
|
|
227
229
|
po as CommandList,
|
|
228
230
|
mo as CommandSeparator,
|
|
229
231
|
ao as CommandShortcut,
|
|
230
|
-
|
|
231
|
-
|
|
232
|
+
qr as Confluence,
|
|
233
|
+
Kr as Datadog,
|
|
232
234
|
fo as Dialog,
|
|
233
235
|
xo as DialogClose,
|
|
234
236
|
lo as DialogContent,
|
|
@@ -239,9 +241,9 @@ export {
|
|
|
239
241
|
go as DialogPortal,
|
|
240
242
|
co as DialogTitle,
|
|
241
243
|
so as DialogTrigger,
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
244
|
+
Zr as DigitalOcean,
|
|
245
|
+
Yr as Discord,
|
|
246
|
+
$r as Dropbox,
|
|
245
247
|
To as DropdownMenu,
|
|
246
248
|
Do as DropdownMenuCheckboxItem,
|
|
247
249
|
Mo as DropdownMenuContent,
|
|
@@ -257,13 +259,13 @@ export {
|
|
|
257
259
|
vo as DropdownMenuSubContent,
|
|
258
260
|
Fo as DropdownMenuSubTrigger,
|
|
259
261
|
wo as DropdownMenuTrigger,
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
262
|
+
re as E2b,
|
|
263
|
+
te as Ebay,
|
|
264
|
+
Qa as EmptyState,
|
|
265
|
+
me as Evernote,
|
|
266
|
+
ie as Factorial,
|
|
267
|
+
xe as Figma,
|
|
268
|
+
ne as Firecrawl,
|
|
267
269
|
Lo as Form,
|
|
268
270
|
yo as FormControl,
|
|
269
271
|
Eo as FormDescription,
|
|
@@ -271,189 +273,189 @@ export {
|
|
|
271
273
|
_o as FormItem,
|
|
272
274
|
Vo as FormLabel,
|
|
273
275
|
zo as FormMessage,
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
276
|
+
Gi as FormProvider,
|
|
277
|
+
ue as Generic,
|
|
278
|
+
Se as Github,
|
|
279
|
+
ce as Gitlab,
|
|
280
|
+
Ce as Gmail,
|
|
281
|
+
De as Google,
|
|
282
|
+
he as GoogleCalendar,
|
|
283
|
+
Pe as GoogleContacts,
|
|
284
|
+
Ge as GoogleDocs,
|
|
285
|
+
ke as GoogleDrive,
|
|
286
|
+
Re as GoogleFinance,
|
|
287
|
+
Fe as GoogleFlight,
|
|
288
|
+
He as GoogleFlights,
|
|
289
|
+
ye as GoogleHotels,
|
|
290
|
+
Ue as GoogleJobs,
|
|
291
|
+
Ve as GoogleMaps,
|
|
292
|
+
Ne as GoogleNews,
|
|
293
|
+
qe as GoogleSheets,
|
|
294
|
+
Ke as GoogleShopping,
|
|
295
|
+
Ze as GoogleSlides,
|
|
296
|
+
Ye as Heroku,
|
|
297
|
+
$e as Hootsuite,
|
|
296
298
|
qo as HoverCard,
|
|
297
299
|
Jo as HoverCardContent,
|
|
298
300
|
Ko as HoverCardTrigger,
|
|
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
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
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
|
-
|
|
301
|
+
rt as Hubspot,
|
|
302
|
+
$p as Input,
|
|
303
|
+
tt as Intercom,
|
|
304
|
+
mt as Jira,
|
|
305
|
+
rm as Label,
|
|
306
|
+
it as Linear,
|
|
307
|
+
xt as Linkedin,
|
|
308
|
+
nt as Mailchimp,
|
|
309
|
+
ut as Mcp,
|
|
310
|
+
St as Microsoft,
|
|
311
|
+
ct as MicrosoftDynamics,
|
|
312
|
+
Ct as MicrosoftSharepoint,
|
|
313
|
+
Dt as MicrosoftTeams,
|
|
314
|
+
ht as Miro,
|
|
315
|
+
tm as MobileTooltip,
|
|
316
|
+
pm as MobileTooltipContent,
|
|
317
|
+
mm as MobileTooltipProvider,
|
|
318
|
+
am as MobileTooltipTrigger,
|
|
319
|
+
Pt as Monday,
|
|
320
|
+
Gt as Netsuite,
|
|
321
|
+
kt as Notion,
|
|
322
|
+
ni as OAUTH2_PROVIDER,
|
|
323
|
+
di as OAUTH_PROVIDERS,
|
|
324
|
+
ui as OAUTH_PROVIDER_CATALOGUE,
|
|
325
|
+
bi as OAuthId,
|
|
326
|
+
Si as OAuthProviderId,
|
|
327
|
+
gi as OTHER_OAUTH_PROVIDERS,
|
|
328
|
+
Rt as Oauth,
|
|
329
|
+
Ft as Obsidian,
|
|
330
|
+
Ht as Okta,
|
|
331
|
+
yt as OneDrive,
|
|
332
|
+
Ut as OutlookCalendar,
|
|
333
|
+
Vt as OutlookMail,
|
|
334
|
+
ci as PREBUILT_OAUTH_PROVIDERS,
|
|
335
|
+
xi as PUBLIC_ICON_URL,
|
|
336
|
+
Nt as Pinecone,
|
|
337
|
+
qt as Pinterest,
|
|
338
|
+
Kt as Pipedrive,
|
|
339
|
+
Zt as Plaid,
|
|
340
|
+
fm as Popover,
|
|
341
|
+
xm as PopoverAnchor,
|
|
342
|
+
lm as PopoverContent,
|
|
343
|
+
nm as PopoverTrigger,
|
|
344
|
+
Yt as Postgres,
|
|
345
|
+
um as ProBadge,
|
|
346
|
+
Sm as Progress,
|
|
347
|
+
$t as Quickbooks,
|
|
348
|
+
cm as RadioGroup,
|
|
349
|
+
sm as RadioGroupItem,
|
|
350
|
+
rp as Reddit,
|
|
351
|
+
ja as RequirementBadges,
|
|
352
|
+
Tm as ResizableHandle,
|
|
353
|
+
Dm as ResizablePanel,
|
|
354
|
+
Mm as ResizablePanelGroup,
|
|
355
|
+
tp as Salesforce,
|
|
356
|
+
Am as ScrollArea,
|
|
357
|
+
Pm as ScrollBar,
|
|
358
|
+
Gm as Select,
|
|
359
|
+
Im as SelectContent,
|
|
360
|
+
km as SelectGroup,
|
|
361
|
+
Om as SelectItem,
|
|
362
|
+
Rm as SelectLabel,
|
|
363
|
+
vm as SelectScrollDownButton,
|
|
364
|
+
Fm as SelectScrollUpButton,
|
|
365
|
+
wm as SelectSeparator,
|
|
366
|
+
Hm as SelectTrigger,
|
|
367
|
+
Lm as SelectValue,
|
|
368
|
+
Em as Separator,
|
|
369
|
+
_m as Sheet,
|
|
370
|
+
Vm as SheetClose,
|
|
371
|
+
zm as SheetContent,
|
|
372
|
+
Nm as SheetDescription,
|
|
373
|
+
Wm as SheetFooter,
|
|
374
|
+
qm as SheetHeader,
|
|
375
|
+
Jm as SheetTitle,
|
|
376
|
+
Km as SheetTrigger,
|
|
377
|
+
mp as Shopify,
|
|
378
|
+
Zm as Sidebar,
|
|
379
|
+
Qm as SidebarContent,
|
|
380
|
+
Ym as SidebarFooter,
|
|
381
|
+
jm as SidebarGroup,
|
|
382
|
+
$m as SidebarGroupAction,
|
|
383
|
+
oa as SidebarGroupContent,
|
|
384
|
+
ra as SidebarGroupLabel,
|
|
385
|
+
ea as SidebarHeader,
|
|
386
|
+
ta as SidebarInput,
|
|
387
|
+
pa as SidebarInset,
|
|
388
|
+
ma as SidebarMenu,
|
|
389
|
+
aa as SidebarMenuAction,
|
|
390
|
+
ia as SidebarMenuBadge,
|
|
391
|
+
fa as SidebarMenuButton,
|
|
392
|
+
xa as SidebarMenuItem,
|
|
393
|
+
la as SidebarMenuSkeleton,
|
|
394
|
+
na as SidebarMenuSub,
|
|
395
|
+
da as SidebarMenuSubButton,
|
|
396
|
+
ua as SidebarMenuSubItem,
|
|
397
|
+
ba as SidebarProvider,
|
|
398
|
+
Sa as SidebarRail,
|
|
399
|
+
ga as SidebarSeparator,
|
|
400
|
+
ca as SidebarTrigger,
|
|
401
|
+
ip as Singlestore,
|
|
402
|
+
Ta as Skeleton,
|
|
403
|
+
xp as Slack,
|
|
404
|
+
Ma as Slider,
|
|
405
|
+
np as Snowflake,
|
|
406
|
+
up as Splunk,
|
|
407
|
+
Sp as Spotify,
|
|
408
|
+
cp as Square,
|
|
409
|
+
Cp as Squarespace,
|
|
410
|
+
Dp as Stripe,
|
|
411
|
+
Aa as Switch,
|
|
412
|
+
Ti as TOOLKITS,
|
|
413
|
+
Di as TOOLKIT_CATALOGUE,
|
|
414
|
+
Ba as Table,
|
|
415
|
+
Ga as TableBody,
|
|
416
|
+
Ia as TableCaption,
|
|
417
|
+
ka as TableCell,
|
|
418
|
+
Oa as TableFooter,
|
|
419
|
+
Ra as TableHead,
|
|
420
|
+
va as TableHeader,
|
|
421
|
+
Fa as TableRow,
|
|
422
|
+
Ha as Tabs,
|
|
423
|
+
La as TabsContent,
|
|
424
|
+
ya as TabsList,
|
|
425
|
+
Ea as TabsTrigger,
|
|
426
|
+
hp as Tesla,
|
|
427
|
+
_a as Textarea,
|
|
428
|
+
Pp as Tiktok,
|
|
429
|
+
za as Toggle,
|
|
430
|
+
ri as ToolCard,
|
|
431
|
+
$a as ToolkitCard,
|
|
432
|
+
ii as ToolkitPicker,
|
|
433
|
+
ti as ToolkitPickerTrigger,
|
|
434
|
+
mi as ToolkitSelectionSummary,
|
|
435
|
+
qa as Tooltip,
|
|
436
|
+
Ja as TooltipContent,
|
|
437
|
+
Ka as TooltipProvider,
|
|
438
|
+
Xa as TooltipTrigger,
|
|
439
|
+
Gp as Trello,
|
|
440
|
+
kp as Twilio,
|
|
441
|
+
Rp as Twitch,
|
|
442
|
+
Fp as Vercel,
|
|
443
|
+
Hp as Walmart,
|
|
444
|
+
yp as Weaviate,
|
|
445
|
+
Up as Workday,
|
|
446
|
+
Vp as Wrike,
|
|
447
|
+
Np as X,
|
|
448
|
+
qp as Xero,
|
|
449
|
+
Kp as Youtube,
|
|
450
|
+
Zp as Zendesk,
|
|
451
|
+
Yp as Zoom,
|
|
450
452
|
g as badgeVariants,
|
|
451
453
|
G as buttonVariants,
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
454
|
+
hi as findPrebuiltProviderById,
|
|
455
|
+
Ai as findPrebuiltProviderByProviderId,
|
|
456
|
+
Pi as isPrebuiltProvider,
|
|
457
|
+
Na as toggleVariants,
|
|
458
|
+
Ii as useFormContext,
|
|
457
459
|
No as useFormField,
|
|
458
|
-
|
|
460
|
+
sa as useSidebar
|
|
459
461
|
};
|