@arcadeai/design-system 1.5.1 → 1.6.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/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/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.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/lib/arcade/arcade.js +3 -2
- package/dist/lib/arcade/arcade.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/web-sgv-FK6q.js +84 -0
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Accordion as e, AccordionContent as t, AccordionItem as p, AccordionTrigger as m } from "./ui/atoms/accordion.js";
|
|
2
|
-
import { Alert as i, AlertDescription as f, AlertTitle as
|
|
2
|
+
import { Alert as i, AlertDescription as f, AlertTitle as x } from "./ui/atoms/alert.js";
|
|
3
3
|
import { Avatar as n, AvatarFallback as d, AvatarImage as u } from "./ui/atoms/avatar.js";
|
|
4
4
|
import { Badge as S, badgeVariants as g } from "./ui/atoms/badge.js";
|
|
5
5
|
import { Breadcrumb as s, BreadcrumbEllipsis as C, BreadcrumbItem as T, BreadcrumbLink as D, BreadcrumbList as M, BreadcrumbPage as h, BreadcrumbSeparator as k } from "./ui/atoms/breadcrumb.js";
|
|
@@ -10,7 +10,7 @@ import { ChartContainer as z, ChartLegend as V, ChartLegendContent as W, ChartSt
|
|
|
10
10
|
import { Checkbox as Z } from "./ui/atoms/checkbox.js";
|
|
11
11
|
import { Collapsible as U, CollapsibleContent as Y, CollapsibleTrigger as j } from "./ui/atoms/collapsible.js";
|
|
12
12
|
import { Command as _, CommandDialog as $, CommandEmpty as oo, CommandGroup as ro, CommandInput as eo, CommandItem as to, CommandList as po, CommandSeparator as mo, CommandShortcut as ao } from "./ui/atoms/command.js";
|
|
13
|
-
import { Dialog as fo, DialogClose as
|
|
13
|
+
import { Dialog as fo, DialogClose as xo, DialogContent as lo, DialogDescription as no, DialogFooter as uo, DialogHeader as bo, DialogOverlay as So, DialogPortal as go, DialogTitle as co, DialogTrigger as so } from "./ui/atoms/dialog.js";
|
|
14
14
|
import { DropdownMenu as To, DropdownMenuCheckboxItem as Do, DropdownMenuContent as Mo, DropdownMenuGroup as ho, DropdownMenuItem as ko, DropdownMenuLabel as Go, DropdownMenuPortal as Bo, DropdownMenuRadioGroup as Ao, DropdownMenuRadioItem as Fo, DropdownMenuSeparator as wo, DropdownMenuShortcut as Po, DropdownMenuSub as vo, DropdownMenuSubContent as Io, DropdownMenuSubTrigger as yo, DropdownMenuTrigger as Ho } from "./ui/atoms/dropdown-menu.js";
|
|
15
15
|
import { Form as Ro, FormControl as Oo, FormDescription as Eo, FormField as zo, FormItem as Vo, FormLabel as Wo, FormMessage as qo, useFormField as No } from "./ui/atoms/form.js";
|
|
16
16
|
import { HoverCard as Xo, HoverCardContent as Zo, HoverCardTrigger as Qo } from "./ui/atoms/hover-card.js";
|
|
@@ -21,7 +21,7 @@ import { Amplitude as rr } from "./ui/atoms/icons/amplitude.js";
|
|
|
21
21
|
import { Arcade as tr } from "./ui/atoms/icons/arcade.js";
|
|
22
22
|
import { Asana as mr } from "./ui/atoms/icons/asana.js";
|
|
23
23
|
import { Ashby as ir } from "./ui/atoms/icons/ashby.js";
|
|
24
|
-
import { Atlassian as
|
|
24
|
+
import { Atlassian as xr } from "./ui/atoms/icons/atlassian.js";
|
|
25
25
|
import { Auth0 as nr } from "./ui/atoms/icons/auth0.js";
|
|
26
26
|
import { Azure as ur } from "./ui/atoms/icons/azure.js";
|
|
27
27
|
import { Bamboohr as Sr } from "./ui/atoms/icons/bamboohr.js";
|
|
@@ -37,120 +37,121 @@ import { Calendly as yr } from "./ui/atoms/icons/calendly.js";
|
|
|
37
37
|
import { Clickhouse as Lr } from "./ui/atoms/icons/clickhouse.js";
|
|
38
38
|
import { Clickup as Or } from "./ui/atoms/icons/clickup.js";
|
|
39
39
|
import { Closeio as zr } from "./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 {
|
|
40
|
+
import { Codesandbox as Wr } from "./ui/atoms/icons/codesandbox.js";
|
|
41
|
+
import { Coinbase as Nr } from "./ui/atoms/icons/coinbase.js";
|
|
42
|
+
import { Confluence as Xr } from "./ui/atoms/icons/confluence.js";
|
|
43
|
+
import { Datadog as Qr } from "./ui/atoms/icons/datadog.js";
|
|
44
|
+
import { DigitalOcean as Yr } from "./ui/atoms/icons/digital-ocean.js";
|
|
45
|
+
import { Discord as Kr } from "./ui/atoms/icons/discord.js";
|
|
46
|
+
import { Dropbox as $r } from "./ui/atoms/icons/dropbox.js";
|
|
47
|
+
import { E2b as re } from "./ui/atoms/icons/e2b.js";
|
|
48
|
+
import { Ebay as te } from "./ui/atoms/icons/ebay.js";
|
|
49
|
+
import { Evernote as me } from "./ui/atoms/icons/evernote.js";
|
|
50
|
+
import { Factorial as ie } from "./ui/atoms/icons/factorial.js";
|
|
51
|
+
import { Figma as xe } from "./ui/atoms/icons/figma.js";
|
|
52
|
+
import { Firecrawl as ne } from "./ui/atoms/icons/firecrawl.js";
|
|
53
|
+
import { Generic as ue } from "./ui/atoms/icons/generic.js";
|
|
54
|
+
import { Github as Se } from "./ui/atoms/icons/github.js";
|
|
55
|
+
import { Gitlab as ce } from "./ui/atoms/icons/gitlab.js";
|
|
56
|
+
import { Gmail as Ce } from "./ui/atoms/icons/gmail.js";
|
|
57
|
+
import { Google as De } from "./ui/atoms/icons/google.js";
|
|
58
|
+
import { GoogleCalendar as he } from "./ui/atoms/icons/google-calendar.js";
|
|
59
|
+
import { GoogleContacts as Ge } from "./ui/atoms/icons/google-contacts.js";
|
|
60
|
+
import { GoogleDocs as Ae } from "./ui/atoms/icons/google-docs.js";
|
|
61
|
+
import { GoogleDrive as we } from "./ui/atoms/icons/google-drive.js";
|
|
62
|
+
import { GoogleFinance as ve } from "./ui/atoms/icons/google-finance.js";
|
|
63
|
+
import { GoogleFlight as ye } from "./ui/atoms/icons/google-flight.js";
|
|
64
|
+
import { GoogleFlights as Le } from "./ui/atoms/icons/google-flights.js";
|
|
65
|
+
import { GoogleHotels as Oe } from "./ui/atoms/icons/google-hotels.js";
|
|
66
|
+
import { GoogleJobs as ze } from "./ui/atoms/icons/google-jobs.js";
|
|
67
|
+
import { GoogleMaps as We } from "./ui/atoms/icons/google-maps.js";
|
|
68
|
+
import { GoogleNews as Ne } from "./ui/atoms/icons/google-news.js";
|
|
69
|
+
import { GoogleSheets as Xe } from "./ui/atoms/icons/google-sheets.js";
|
|
70
|
+
import { GoogleShopping as Qe } from "./ui/atoms/icons/google-shopping.js";
|
|
71
|
+
import { GoogleSlides as Ye } from "./ui/atoms/icons/google-slides.js";
|
|
72
|
+
import { Heroku as Ke } from "./ui/atoms/icons/heroku.js";
|
|
73
|
+
import { Hootsuite as $e } from "./ui/atoms/icons/hootsuite.js";
|
|
74
|
+
import { Hubspot as rt } from "./ui/atoms/icons/hubspot.js";
|
|
75
|
+
import { Intercom as tt } from "./ui/atoms/icons/intercom.js";
|
|
76
|
+
import { Jira as mt } from "./ui/atoms/icons/jira.js";
|
|
77
|
+
import { Linear as it } from "./ui/atoms/icons/linear.js";
|
|
78
|
+
import { Linkedin as xt } from "./ui/atoms/icons/linkedin.js";
|
|
79
|
+
import { Mailchimp as nt } from "./ui/atoms/icons/mailchimp.js";
|
|
80
|
+
import { Mcp as ut } from "./ui/atoms/icons/mcp.js";
|
|
81
|
+
import { Microsoft as St } from "./ui/atoms/icons/microsoft.js";
|
|
82
|
+
import { MicrosoftDynamics as ct } from "./ui/atoms/icons/microsoft-dynamics.js";
|
|
83
|
+
import { MicrosoftSharepoint as Ct } from "./ui/atoms/icons/microsoft-sharepoint.js";
|
|
84
|
+
import { MicrosoftTeams as Dt } from "./ui/atoms/icons/microsoft-teams.js";
|
|
85
|
+
import { Miro as ht } from "./ui/atoms/icons/miro.js";
|
|
86
|
+
import { Monday as Gt } from "./ui/atoms/icons/monday.js";
|
|
87
|
+
import { Netsuite as At } from "./ui/atoms/icons/netsuite.js";
|
|
88
|
+
import { Notion as wt } from "./ui/atoms/icons/notion.js";
|
|
89
|
+
import { Oauth as vt } from "./ui/atoms/icons/oauth.js";
|
|
90
|
+
import { Obsidian as yt } from "./ui/atoms/icons/obsidian.js";
|
|
91
|
+
import { Okta as Lt } from "./ui/atoms/icons/okta.js";
|
|
92
|
+
import { OneDrive as Ot } from "./ui/atoms/icons/one-drive.js";
|
|
93
|
+
import { OutlookCalendar as zt } from "./ui/atoms/icons/outlook-calendar.js";
|
|
94
|
+
import { OutlookMail as Wt } from "./ui/atoms/icons/outlook-mail.js";
|
|
95
|
+
import { Pinecone as Nt } from "./ui/atoms/icons/pinecone.js";
|
|
96
|
+
import { Pinterest as Xt } from "./ui/atoms/icons/pinterest.js";
|
|
97
|
+
import { Pipedrive as Qt } from "./ui/atoms/icons/pipedrive.js";
|
|
98
|
+
import { Plaid as Yt } from "./ui/atoms/icons/plaid.js";
|
|
99
|
+
import { Postgres as Kt } from "./ui/atoms/icons/postgres.js";
|
|
100
|
+
import { Quickbooks as $t } from "./ui/atoms/icons/quickbooks.js";
|
|
101
|
+
import { Reddit as rp } from "./ui/atoms/icons/reddit.js";
|
|
102
|
+
import { Salesforce as tp } from "./ui/atoms/icons/salesforce.js";
|
|
103
|
+
import { Shopify as mp } from "./ui/atoms/icons/shopify.js";
|
|
104
|
+
import { Singlestore as ip } from "./ui/atoms/icons/singlestore.js";
|
|
105
|
+
import { Slack as xp } from "./ui/atoms/icons/slack.js";
|
|
106
|
+
import { Snowflake as np } from "./ui/atoms/icons/snowflake.js";
|
|
107
|
+
import { Splunk as up } from "./ui/atoms/icons/splunk.js";
|
|
108
|
+
import { Spotify as Sp } from "./ui/atoms/icons/spotify.js";
|
|
109
|
+
import { Square as cp } from "./ui/atoms/icons/square.js";
|
|
110
|
+
import { Squarespace as Cp } from "./ui/atoms/icons/squarespace.js";
|
|
111
|
+
import { Stripe as Dp } from "./ui/atoms/icons/stripe.js";
|
|
112
|
+
import { Tesla as hp } from "./ui/atoms/icons/tesla.js";
|
|
113
|
+
import { Tiktok as Gp } from "./ui/atoms/icons/tiktok.js";
|
|
114
|
+
import { Trello as Ap } from "./ui/atoms/icons/trello.js";
|
|
115
|
+
import { Twilio as wp } from "./ui/atoms/icons/twilio.js";
|
|
116
|
+
import { Twitch as vp } from "./ui/atoms/icons/twitch.js";
|
|
117
|
+
import { Vercel as yp } from "./ui/atoms/icons/vercel.js";
|
|
118
|
+
import { Walmart as Lp } from "./ui/atoms/icons/walmart.js";
|
|
119
|
+
import { Weaviate as Op } from "./ui/atoms/icons/weaviate.js";
|
|
120
|
+
import { Workday as zp } from "./ui/atoms/icons/workday.js";
|
|
121
|
+
import { Wrike as Wp } from "./ui/atoms/icons/wrike.js";
|
|
122
|
+
import { X as Np } from "./ui/atoms/icons/x.js";
|
|
123
|
+
import { Xero as Xp } from "./ui/atoms/icons/xero.js";
|
|
124
|
+
import { Youtube as Qp } from "./ui/atoms/icons/youtube.js";
|
|
125
|
+
import { Zendesk as Yp } from "./ui/atoms/icons/zendesk.js";
|
|
126
|
+
import { Zoom as Kp } from "./ui/atoms/icons/zoom.js";
|
|
127
|
+
import { Input as $p } from "./ui/atoms/input.js";
|
|
128
|
+
import { Label as rm } from "./ui/atoms/label.js";
|
|
129
|
+
import { MobileTooltip as tm, MobileTooltipContent as pm, MobileTooltipProvider as mm, MobileTooltipTrigger as am } from "./ui/atoms/mobile-tooltip.js";
|
|
130
|
+
import { Popover as fm, PopoverAnchor as xm, PopoverContent as lm, PopoverTrigger as nm } from "./ui/atoms/popover.js";
|
|
131
|
+
import { ProBadge as um } from "./ui/atoms/pro-badge.js";
|
|
132
|
+
import { Progress as Sm } from "./ui/atoms/progress.js";
|
|
133
|
+
import { RadioGroup as cm, RadioGroupItem as sm } from "./ui/atoms/radio-group.js";
|
|
134
|
+
import { ResizableHandle as Tm, ResizablePanel as Dm, ResizablePanelGroup as Mm } from "./ui/atoms/resizable.js";
|
|
135
|
+
import { ScrollArea as km, ScrollBar as Gm } from "./ui/atoms/scroll-area.js";
|
|
136
|
+
import { Select as Am, SelectContent as Fm, SelectGroup as wm, SelectItem as Pm, SelectLabel as vm, SelectScrollDownButton as Im, SelectScrollUpButton as ym, SelectSeparator as Hm, SelectTrigger as Lm, SelectValue as Rm } from "./ui/atoms/select.js";
|
|
137
|
+
import { Separator as Em } from "./ui/atoms/separator.js";
|
|
138
|
+
import { Sheet as Vm, SheetClose as Wm, SheetContent as qm, SheetDescription as Nm, SheetFooter as Jm, SheetHeader as Xm, SheetTitle as Zm, SheetTrigger as Qm } from "./ui/atoms/sheet.js";
|
|
139
|
+
import { Sidebar as Ym, SidebarContent as jm, SidebarFooter as Km, SidebarGroup as _m, 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 "./ui/atoms/sidebar.js";
|
|
140
|
+
import { Skeleton as Ta } from "./ui/atoms/skeleton.js";
|
|
141
|
+
import { Slider as Ma } from "./ui/atoms/slider.js";
|
|
142
|
+
import { Switch as ka } from "./ui/atoms/switch.js";
|
|
143
|
+
import { Table as Ba, TableBody as Aa, TableCaption as Fa, TableCell as wa, TableFooter as Pa, TableHead as va, TableHeader as Ia, TableRow as ya } from "./ui/atoms/table.js";
|
|
144
|
+
import { Tabs as La, TabsContent as Ra, TabsList as Oa, TabsTrigger as Ea } from "./ui/atoms/tabs.js";
|
|
145
|
+
import { Textarea as Va } from "./ui/atoms/textarea.js";
|
|
146
|
+
import { Toggle as qa, toggleVariants as Na } from "./ui/atoms/toggle.js";
|
|
147
|
+
import { Tooltip as Xa, TooltipContent as Za, TooltipProvider as Qa, TooltipTrigger as Ua } from "./ui/atoms/tooltip.js";
|
|
148
|
+
import { EmptyState as ja } from "./ui/molecules/empty-state.js";
|
|
149
|
+
import { R as _a, T as $a } from "../toolkit-card-CHiL03EY.js";
|
|
150
|
+
import { ToolCard as ri } from "./ui/molecules/tool-card.js";
|
|
151
|
+
import { ToolkitPickerTrigger as ti } from "./ui/molecules/toolkit-picker-trigger.js";
|
|
152
|
+
import { ToolkitSelectionSummary as mi } from "./ui/molecules/toolkit-selection-summary.js";
|
|
153
|
+
import { ToolkitPicker as ii } from "./ui/organisms/toolkit-picker/index.js";
|
|
154
|
+
import { FormProvider as xi, useFormContext as li } from "react-hook-form";
|
|
154
155
|
export {
|
|
155
156
|
e as Accordion,
|
|
156
157
|
t as AccordionContent,
|
|
@@ -161,12 +162,12 @@ export {
|
|
|
161
162
|
$o as Airtable,
|
|
162
163
|
i as Alert,
|
|
163
164
|
f as AlertDescription,
|
|
164
|
-
|
|
165
|
+
x as AlertTitle,
|
|
165
166
|
rr as Amplitude,
|
|
166
167
|
tr as Arcade,
|
|
167
168
|
mr as Asana,
|
|
168
169
|
ir as Ashby,
|
|
169
|
-
|
|
170
|
+
xr as Atlassian,
|
|
170
171
|
nr as Auth0,
|
|
171
172
|
n as Avatar,
|
|
172
173
|
d as AvatarFallback,
|
|
@@ -209,7 +210,8 @@ export {
|
|
|
209
210
|
Lr as Clickhouse,
|
|
210
211
|
Or as Clickup,
|
|
211
212
|
zr as Closeio,
|
|
212
|
-
Wr as
|
|
213
|
+
Wr as Codesandbox,
|
|
214
|
+
Nr as Coinbase,
|
|
213
215
|
U as Collapsible,
|
|
214
216
|
Y as CollapsibleContent,
|
|
215
217
|
j as CollapsibleTrigger,
|
|
@@ -222,11 +224,11 @@ export {
|
|
|
222
224
|
po as CommandList,
|
|
223
225
|
mo as CommandSeparator,
|
|
224
226
|
ao as CommandShortcut,
|
|
225
|
-
|
|
226
|
-
|
|
227
|
+
Xr as Confluence,
|
|
228
|
+
Qr as Datadog,
|
|
227
229
|
fo as Dialog,
|
|
228
|
-
|
|
229
|
-
|
|
230
|
+
xo as DialogClose,
|
|
231
|
+
lo as DialogContent,
|
|
230
232
|
no as DialogDescription,
|
|
231
233
|
uo as DialogFooter,
|
|
232
234
|
bo as DialogHeader,
|
|
@@ -234,9 +236,9 @@ export {
|
|
|
234
236
|
go as DialogPortal,
|
|
235
237
|
co as DialogTitle,
|
|
236
238
|
so as DialogTrigger,
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
239
|
+
Yr as DigitalOcean,
|
|
240
|
+
Kr as Discord,
|
|
241
|
+
$r as Dropbox,
|
|
240
242
|
To as DropdownMenu,
|
|
241
243
|
Do as DropdownMenuCheckboxItem,
|
|
242
244
|
Mo as DropdownMenuContent,
|
|
@@ -252,13 +254,13 @@ export {
|
|
|
252
254
|
Io as DropdownMenuSubContent,
|
|
253
255
|
yo as DropdownMenuSubTrigger,
|
|
254
256
|
Ho as DropdownMenuTrigger,
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
257
|
+
re as E2b,
|
|
258
|
+
te as Ebay,
|
|
259
|
+
ja as EmptyState,
|
|
260
|
+
me as Evernote,
|
|
261
|
+
ie as Factorial,
|
|
262
|
+
xe as Figma,
|
|
263
|
+
ne as Firecrawl,
|
|
262
264
|
Ro as Form,
|
|
263
265
|
Oo as FormControl,
|
|
264
266
|
Eo as FormDescription,
|
|
@@ -266,176 +268,176 @@ export {
|
|
|
266
268
|
Vo as FormItem,
|
|
267
269
|
Wo as FormLabel,
|
|
268
270
|
qo as FormMessage,
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
271
|
+
xi as FormProvider,
|
|
272
|
+
ue as Generic,
|
|
273
|
+
Se as Github,
|
|
274
|
+
ce as Gitlab,
|
|
275
|
+
Ce as Gmail,
|
|
276
|
+
De as Google,
|
|
277
|
+
he as GoogleCalendar,
|
|
278
|
+
Ge as GoogleContacts,
|
|
279
|
+
Ae as GoogleDocs,
|
|
280
|
+
we as GoogleDrive,
|
|
281
|
+
ve as GoogleFinance,
|
|
282
|
+
ye as GoogleFlight,
|
|
283
|
+
Le as GoogleFlights,
|
|
284
|
+
Oe as GoogleHotels,
|
|
285
|
+
ze as GoogleJobs,
|
|
286
|
+
We as GoogleMaps,
|
|
287
|
+
Ne as GoogleNews,
|
|
288
|
+
Xe as GoogleSheets,
|
|
289
|
+
Qe as GoogleShopping,
|
|
290
|
+
Ye as GoogleSlides,
|
|
291
|
+
Ke as Heroku,
|
|
292
|
+
$e as Hootsuite,
|
|
291
293
|
Xo as HoverCard,
|
|
292
294
|
Zo as HoverCardContent,
|
|
293
295
|
Qo as HoverCardTrigger,
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
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
|
-
|
|
296
|
+
rt as Hubspot,
|
|
297
|
+
$p as Input,
|
|
298
|
+
tt as Intercom,
|
|
299
|
+
mt as Jira,
|
|
300
|
+
rm as Label,
|
|
301
|
+
it as Linear,
|
|
302
|
+
xt as Linkedin,
|
|
303
|
+
nt as Mailchimp,
|
|
304
|
+
ut as Mcp,
|
|
305
|
+
St as Microsoft,
|
|
306
|
+
ct as MicrosoftDynamics,
|
|
307
|
+
Ct as MicrosoftSharepoint,
|
|
308
|
+
Dt as MicrosoftTeams,
|
|
309
|
+
ht as Miro,
|
|
310
|
+
tm as MobileTooltip,
|
|
311
|
+
pm as MobileTooltipContent,
|
|
312
|
+
mm as MobileTooltipProvider,
|
|
313
|
+
am as MobileTooltipTrigger,
|
|
314
|
+
Gt as Monday,
|
|
315
|
+
At as Netsuite,
|
|
316
|
+
wt as Notion,
|
|
317
|
+
vt as Oauth,
|
|
318
|
+
yt as Obsidian,
|
|
319
|
+
Lt as Okta,
|
|
320
|
+
Ot as OneDrive,
|
|
321
|
+
zt as OutlookCalendar,
|
|
322
|
+
Wt as OutlookMail,
|
|
323
|
+
Nt as Pinecone,
|
|
324
|
+
Xt as Pinterest,
|
|
325
|
+
Qt as Pipedrive,
|
|
326
|
+
Yt as Plaid,
|
|
327
|
+
fm as Popover,
|
|
328
|
+
xm as PopoverAnchor,
|
|
329
|
+
lm as PopoverContent,
|
|
330
|
+
nm as PopoverTrigger,
|
|
331
|
+
Kt as Postgres,
|
|
332
|
+
um as ProBadge,
|
|
333
|
+
Sm as Progress,
|
|
334
|
+
$t as Quickbooks,
|
|
335
|
+
cm as RadioGroup,
|
|
336
|
+
sm as RadioGroupItem,
|
|
337
|
+
rp as Reddit,
|
|
338
|
+
_a as RequirementBadges,
|
|
339
|
+
Tm as ResizableHandle,
|
|
340
|
+
Dm as ResizablePanel,
|
|
341
|
+
Mm as ResizablePanelGroup,
|
|
342
|
+
tp as Salesforce,
|
|
343
|
+
km as ScrollArea,
|
|
344
|
+
Gm as ScrollBar,
|
|
345
|
+
Am as Select,
|
|
346
|
+
Fm as SelectContent,
|
|
347
|
+
wm as SelectGroup,
|
|
348
|
+
Pm as SelectItem,
|
|
349
|
+
vm as SelectLabel,
|
|
350
|
+
Im as SelectScrollDownButton,
|
|
351
|
+
ym as SelectScrollUpButton,
|
|
352
|
+
Hm as SelectSeparator,
|
|
353
|
+
Lm as SelectTrigger,
|
|
354
|
+
Rm as SelectValue,
|
|
355
|
+
Em as Separator,
|
|
356
|
+
Vm as Sheet,
|
|
357
|
+
Wm as SheetClose,
|
|
358
|
+
qm as SheetContent,
|
|
359
|
+
Nm as SheetDescription,
|
|
360
|
+
Jm as SheetFooter,
|
|
361
|
+
Xm as SheetHeader,
|
|
362
|
+
Zm as SheetTitle,
|
|
363
|
+
Qm as SheetTrigger,
|
|
364
|
+
mp as Shopify,
|
|
365
|
+
Ym as Sidebar,
|
|
366
|
+
jm as SidebarContent,
|
|
367
|
+
Km as SidebarFooter,
|
|
368
|
+
_m as SidebarGroup,
|
|
369
|
+
$m as SidebarGroupAction,
|
|
370
|
+
oa as SidebarGroupContent,
|
|
371
|
+
ra as SidebarGroupLabel,
|
|
372
|
+
ea as SidebarHeader,
|
|
373
|
+
ta as SidebarInput,
|
|
374
|
+
pa as SidebarInset,
|
|
375
|
+
ma as SidebarMenu,
|
|
376
|
+
aa as SidebarMenuAction,
|
|
377
|
+
ia as SidebarMenuBadge,
|
|
378
|
+
fa as SidebarMenuButton,
|
|
379
|
+
xa as SidebarMenuItem,
|
|
380
|
+
la as SidebarMenuSkeleton,
|
|
381
|
+
na as SidebarMenuSub,
|
|
382
|
+
da as SidebarMenuSubButton,
|
|
383
|
+
ua as SidebarMenuSubItem,
|
|
384
|
+
ba as SidebarProvider,
|
|
385
|
+
Sa as SidebarRail,
|
|
386
|
+
ga as SidebarSeparator,
|
|
387
|
+
ca as SidebarTrigger,
|
|
388
|
+
ip as Singlestore,
|
|
389
|
+
Ta as Skeleton,
|
|
390
|
+
xp as Slack,
|
|
391
|
+
Ma as Slider,
|
|
392
|
+
np as Snowflake,
|
|
393
|
+
up as Splunk,
|
|
394
|
+
Sp as Spotify,
|
|
395
|
+
cp as Square,
|
|
396
|
+
Cp as Squarespace,
|
|
397
|
+
Dp as Stripe,
|
|
398
|
+
ka as Switch,
|
|
399
|
+
Ba as Table,
|
|
400
|
+
Aa as TableBody,
|
|
401
|
+
Fa as TableCaption,
|
|
402
|
+
wa as TableCell,
|
|
403
|
+
Pa as TableFooter,
|
|
404
|
+
va as TableHead,
|
|
405
|
+
Ia as TableHeader,
|
|
406
|
+
ya as TableRow,
|
|
407
|
+
La as Tabs,
|
|
408
|
+
Ra as TabsContent,
|
|
409
|
+
Oa as TabsList,
|
|
410
|
+
Ea as TabsTrigger,
|
|
411
|
+
hp as Tesla,
|
|
412
|
+
Va as Textarea,
|
|
413
|
+
Gp as Tiktok,
|
|
414
|
+
qa as Toggle,
|
|
415
|
+
ri as ToolCard,
|
|
416
|
+
$a as ToolkitCard,
|
|
417
|
+
ii as ToolkitPicker,
|
|
418
|
+
ti as ToolkitPickerTrigger,
|
|
419
|
+
mi as ToolkitSelectionSummary,
|
|
420
|
+
Xa as Tooltip,
|
|
421
|
+
Za as TooltipContent,
|
|
422
|
+
Qa as TooltipProvider,
|
|
423
|
+
Ua as TooltipTrigger,
|
|
424
|
+
Ap as Trello,
|
|
425
|
+
wp as Twilio,
|
|
426
|
+
vp as Twitch,
|
|
427
|
+
yp as Vercel,
|
|
428
|
+
Lp as Walmart,
|
|
429
|
+
Op as Weaviate,
|
|
430
|
+
zp as Workday,
|
|
431
|
+
Wp as Wrike,
|
|
432
|
+
Np as X,
|
|
433
|
+
Xp as Xero,
|
|
434
|
+
Qp as Youtube,
|
|
435
|
+
Yp as Zendesk,
|
|
436
|
+
Kp as Zoom,
|
|
435
437
|
g as badgeVariants,
|
|
436
438
|
A as buttonVariants,
|
|
437
|
-
|
|
438
|
-
|
|
439
|
+
Na as toggleVariants,
|
|
440
|
+
li as useFormContext,
|
|
439
441
|
No as useFormField,
|
|
440
|
-
|
|
442
|
+
sa as useSidebar
|
|
441
443
|
};
|