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