@arcadeai/design-system 2.0.0 → 2.1.1
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/index.css +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/variables.css +1 -1
- package/dist/components/index.js +235 -231
- package/dist/components/ui/atoms/icons/imgflip.d.ts +3 -0
- package/dist/components/ui/atoms/icons/imgflip.js +35 -0
- package/dist/components/ui/atoms/icons/index.d.ts +2 -0
- package/dist/components/ui/atoms/icons/index.js +126 -122
- package/dist/components/ui/atoms/icons/mongodb.d.ts +3 -0
- package/dist/components/ui/atoms/icons/mongodb.js +39 -0
- package/dist/components/ui/atoms/index.js +213 -209
- package/dist/components/ui/atoms/resizable.js +1 -1
- package/dist/components/ui/atoms/switch.d.ts +5 -1
- package/dist/components/ui/atoms/switch.js +98 -73
- package/dist/components/ui/index.js +235 -231
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +2 -2
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-selection-summary.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
- 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/toolkit-picker.js +2 -2
- 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/lib/arcade/arcade.test.js +1 -1
- package/dist/lib/utils.test.js +1 -1
- package/dist/{magic-string.es-QnVUNas7.js → magic-string.es-uPKorP4O.js} +7 -4
- package/dist/main.js +263 -259
- package/dist/metadata/toolkits.js +138 -106
- package/dist/{react-resizable-panels.browser-ZHjTH32c.js → react-resizable-panels.browser-DggUboAp.js} +2 -2
- package/dist/{react.esm-CAxz4dXo.js → react.esm-DUaR5u-J.js} +1 -1
- package/dist/{toolkit-card-fWmjBnBQ.js → toolkit-card-DgjPGtsJ.js} +1 -1
- package/dist/{vi.bdSIJ99Y-hyudrc3R.js → vi.bdSIJ99Y-Bs-viS39.js} +1 -1
- package/package.json +35 -34
package/dist/main.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Accordion as e, AccordionContent as t, AccordionItem as p, AccordionTrigger as a } from "./components/ui/atoms/accordion.js";
|
|
2
2
|
import { Alert as i, AlertDescription as l, AlertTitle as f } from "./components/ui/atoms/alert.js";
|
|
3
|
-
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as
|
|
3
|
+
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as g, AlertDialogContent as u, AlertDialogDescription as b, AlertDialogFooter as S, AlertDialogHeader as c, AlertDialogOverlay as s, AlertDialogPortal as C, AlertDialogTitle as T, AlertDialogTrigger as D } from "./components/ui/atoms/alert-dialog.js";
|
|
4
4
|
import { Avatar as M, AvatarFallback as h, AvatarImage as P } from "./components/ui/atoms/avatar.js";
|
|
5
|
-
import { Badge as G, badgeVariants as
|
|
5
|
+
import { Badge as G, badgeVariants as I } from "./components/ui/atoms/badge.js";
|
|
6
6
|
import { Breadcrumb as O, BreadcrumbEllipsis as R, BreadcrumbItem as v, BreadcrumbLink as w, BreadcrumbList as H, BreadcrumbPage as y, BreadcrumbSeparator as L } from "./components/ui/atoms/breadcrumb.js";
|
|
7
7
|
import { Button as F, buttonVariants as U } from "./components/ui/atoms/button.js";
|
|
8
8
|
import { ByocBadge as V } from "./components/ui/atoms/byoc-badge.js";
|
|
@@ -10,8 +10,8 @@ import { Card as N, CardAction as W, CardContent as q, CardDescription as J, Car
|
|
|
10
10
|
import { ChartContainer as Y, ChartLegend as j, ChartLegendContent as $, ChartStyle as oo, ChartTooltip as ro, ChartTooltipContent as eo } from "./components/ui/atoms/chart.js";
|
|
11
11
|
import { Checkbox as po } from "./components/ui/atoms/checkbox.js";
|
|
12
12
|
import { Collapsible as mo, CollapsibleContent as io, CollapsibleTrigger as lo } from "./components/ui/atoms/collapsible.js";
|
|
13
|
-
import { Command as xo, CommandDialog as no, CommandEmpty as
|
|
14
|
-
import { Dialog as Do, DialogClose as Ao, DialogContent as Mo, DialogDescription as ho, DialogFooter as Po, DialogHeader as Bo, DialogOverlay as Go, DialogPortal as
|
|
13
|
+
import { Command as xo, CommandDialog as no, CommandEmpty as go, CommandGroup as uo, CommandInput as bo, CommandItem as So, CommandList as co, CommandSeparator as so, CommandShortcut as Co } from "./components/ui/atoms/command.js";
|
|
14
|
+
import { Dialog as Do, DialogClose as Ao, DialogContent as Mo, DialogDescription as ho, DialogFooter as Po, DialogHeader as Bo, DialogOverlay as Go, DialogPortal as Io, DialogTitle as ko, DialogTrigger as Oo } from "./components/ui/atoms/dialog.js";
|
|
15
15
|
import { DropdownMenu as vo, DropdownMenuCheckboxItem as wo, DropdownMenuContent as Ho, DropdownMenuGroup as yo, DropdownMenuItem as Lo, DropdownMenuLabel as Eo, DropdownMenuPortal as Fo, DropdownMenuRadioGroup as Uo, DropdownMenuRadioItem as _o, DropdownMenuSeparator as Vo, DropdownMenuShortcut as zo, DropdownMenuSub as No, DropdownMenuSubContent as Wo, DropdownMenuSubTrigger as qo, DropdownMenuTrigger as Jo } from "./components/ui/atoms/dropdown-menu.js";
|
|
16
16
|
import { HoverCard as Xo, HoverCardContent as Zo, HoverCardTrigger as Qo } from "./components/ui/atoms/hover-card.js";
|
|
17
17
|
import { Adp as jo } from "./components/ui/atoms/icons/adp.js";
|
|
@@ -22,14 +22,14 @@ import { Arcade as mr } from "./components/ui/atoms/icons/arcade.js";
|
|
|
22
22
|
import { Asana as lr } from "./components/ui/atoms/icons/asana.js";
|
|
23
23
|
import { Ashby as xr } from "./components/ui/atoms/icons/ashby.js";
|
|
24
24
|
import { Atlassian as dr } from "./components/ui/atoms/icons/atlassian.js";
|
|
25
|
-
import { Auth0 as
|
|
25
|
+
import { Auth0 as ur } from "./components/ui/atoms/icons/auth0.js";
|
|
26
26
|
import { Azure as Sr } from "./components/ui/atoms/icons/azure.js";
|
|
27
27
|
import { Bamboohr as sr } from "./components/ui/atoms/icons/bamboohr.js";
|
|
28
28
|
import { Basecamp as Tr } from "./components/ui/atoms/icons/basecamp.js";
|
|
29
29
|
import { Bill as Ar } from "./components/ui/atoms/icons/bill.js";
|
|
30
30
|
import { Bitbucket as hr } from "./components/ui/atoms/icons/bitbucket.js";
|
|
31
31
|
import { Bluesky as Br } from "./components/ui/atoms/icons/bluesky.js";
|
|
32
|
-
import { Box as
|
|
32
|
+
import { Box as Ir } from "./components/ui/atoms/icons/box.js";
|
|
33
33
|
import { Braze as Or } from "./components/ui/atoms/icons/braze.js";
|
|
34
34
|
import { Brex as vr } from "./components/ui/atoms/icons/brex.js";
|
|
35
35
|
import { Buffer as Hr } from "./components/ui/atoms/icons/buffer.js";
|
|
@@ -49,14 +49,14 @@ import { Ebay as me } from "./components/ui/atoms/icons/ebay.js";
|
|
|
49
49
|
import { Evernote as le } from "./components/ui/atoms/icons/evernote.js";
|
|
50
50
|
import { Factorial as xe } from "./components/ui/atoms/icons/factorial.js";
|
|
51
51
|
import { Figma as de } from "./components/ui/atoms/icons/figma.js";
|
|
52
|
-
import { Firecrawl as
|
|
52
|
+
import { Firecrawl as ue } from "./components/ui/atoms/icons/firecrawl.js";
|
|
53
53
|
import { Generic as Se } from "./components/ui/atoms/icons/generic.js";
|
|
54
54
|
import { Github as se } from "./components/ui/atoms/icons/github.js";
|
|
55
55
|
import { Gitlab as Te } from "./components/ui/atoms/icons/gitlab.js";
|
|
56
56
|
import { Gmail as Ae } from "./components/ui/atoms/icons/gmail.js";
|
|
57
57
|
import { Google as he } from "./components/ui/atoms/icons/google.js";
|
|
58
58
|
import { GoogleCalendar as Be } from "./components/ui/atoms/icons/google-calendar.js";
|
|
59
|
-
import { GoogleContacts as
|
|
59
|
+
import { GoogleContacts as Ie } from "./components/ui/atoms/icons/google-contacts.js";
|
|
60
60
|
import { GoogleDocs as Oe } from "./components/ui/atoms/icons/google-docs.js";
|
|
61
61
|
import { GoogleDrive as ve } from "./components/ui/atoms/icons/google-drive.js";
|
|
62
62
|
import { GoogleFinance as He } from "./components/ui/atoms/icons/google-finance.js";
|
|
@@ -72,89 +72,91 @@ import { GoogleSlides as je } from "./components/ui/atoms/icons/google-slides.js
|
|
|
72
72
|
import { Heroku as ot } from "./components/ui/atoms/icons/heroku.js";
|
|
73
73
|
import { Hootsuite as et } from "./components/ui/atoms/icons/hootsuite.js";
|
|
74
74
|
import { Hubspot as pt } from "./components/ui/atoms/icons/hubspot.js";
|
|
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 {
|
|
75
|
+
import { Imgflip as mt } from "./components/ui/atoms/icons/imgflip.js";
|
|
76
|
+
import { Intercom as lt } from "./components/ui/atoms/icons/intercom.js";
|
|
77
|
+
import { Jira as xt } from "./components/ui/atoms/icons/jira.js";
|
|
78
|
+
import { Linear as dt } from "./components/ui/atoms/icons/linear.js";
|
|
79
|
+
import { Linkedin as ut } from "./components/ui/atoms/icons/linkedin.js";
|
|
80
|
+
import { Mailchimp as St } from "./components/ui/atoms/icons/mailchimp.js";
|
|
81
|
+
import { Mcp as st } from "./components/ui/atoms/icons/mcp.js";
|
|
82
|
+
import { Microsoft as Tt } from "./components/ui/atoms/icons/microsoft.js";
|
|
83
|
+
import { MicrosoftDynamics as At } from "./components/ui/atoms/icons/microsoft-dynamics.js";
|
|
84
|
+
import { MicrosoftSharepoint as ht } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
85
|
+
import { MicrosoftTeams as Bt } from "./components/ui/atoms/icons/microsoft-teams.js";
|
|
86
|
+
import { Miro as It } from "./components/ui/atoms/icons/miro.js";
|
|
87
|
+
import { Monday as Ot } from "./components/ui/atoms/icons/monday.js";
|
|
88
|
+
import { MongoDB as vt } from "./components/ui/atoms/icons/mongodb.js";
|
|
89
|
+
import { Netsuite as Ht } from "./components/ui/atoms/icons/netsuite.js";
|
|
90
|
+
import { Notion as Lt } from "./components/ui/atoms/icons/notion.js";
|
|
91
|
+
import { Oauth as Ft } from "./components/ui/atoms/icons/oauth.js";
|
|
92
|
+
import { Obsidian as _t } from "./components/ui/atoms/icons/obsidian.js";
|
|
93
|
+
import { Okta as zt } from "./components/ui/atoms/icons/okta.js";
|
|
94
|
+
import { OneDrive as Wt } from "./components/ui/atoms/icons/one-drive.js";
|
|
95
|
+
import { OutlookCalendar as Jt } from "./components/ui/atoms/icons/outlook-calendar.js";
|
|
96
|
+
import { OutlookMail as Xt } from "./components/ui/atoms/icons/outlook-mail.js";
|
|
97
|
+
import { Pinecone as Qt } from "./components/ui/atoms/icons/pinecone.js";
|
|
98
|
+
import { Pinterest as jt } from "./components/ui/atoms/icons/pinterest.js";
|
|
99
|
+
import { Pipedrive as op } from "./components/ui/atoms/icons/pipedrive.js";
|
|
100
|
+
import { Plaid as ep } from "./components/ui/atoms/icons/plaid.js";
|
|
101
|
+
import { Postgres as pp } from "./components/ui/atoms/icons/postgres.js";
|
|
102
|
+
import { Quickbooks as mp } from "./components/ui/atoms/icons/quickbooks.js";
|
|
103
|
+
import { Reddit as lp } from "./components/ui/atoms/icons/reddit.js";
|
|
104
|
+
import { Salesforce as xp } from "./components/ui/atoms/icons/salesforce.js";
|
|
105
|
+
import { Shopify as dp } from "./components/ui/atoms/icons/shopify.js";
|
|
106
|
+
import { Singlestore as up } from "./components/ui/atoms/icons/singlestore.js";
|
|
107
|
+
import { Slack as Sp } from "./components/ui/atoms/icons/slack.js";
|
|
108
|
+
import { Snowflake as sp } from "./components/ui/atoms/icons/snowflake.js";
|
|
109
|
+
import { Splunk as Tp } from "./components/ui/atoms/icons/splunk.js";
|
|
110
|
+
import { Spotify as Ap } from "./components/ui/atoms/icons/spotify.js";
|
|
111
|
+
import { Square as hp } from "./components/ui/atoms/icons/square.js";
|
|
112
|
+
import { Squarespace as Bp } from "./components/ui/atoms/icons/squarespace.js";
|
|
113
|
+
import { Stripe as Ip } from "./components/ui/atoms/icons/stripe.js";
|
|
114
|
+
import { Tesla as Op } from "./components/ui/atoms/icons/tesla.js";
|
|
115
|
+
import { Tiktok as vp } from "./components/ui/atoms/icons/tiktok.js";
|
|
116
|
+
import { Trello as Hp } from "./components/ui/atoms/icons/trello.js";
|
|
117
|
+
import { Twilio as Lp } from "./components/ui/atoms/icons/twilio.js";
|
|
118
|
+
import { Twitch as Fp } from "./components/ui/atoms/icons/twitch.js";
|
|
119
|
+
import { Vercel as _p } from "./components/ui/atoms/icons/vercel.js";
|
|
120
|
+
import { Walmart as zp } from "./components/ui/atoms/icons/walmart.js";
|
|
121
|
+
import { Weaviate as Wp } from "./components/ui/atoms/icons/weaviate.js";
|
|
122
|
+
import { Workday as Jp } from "./components/ui/atoms/icons/workday.js";
|
|
123
|
+
import { Wrike as Xp } from "./components/ui/atoms/icons/wrike.js";
|
|
124
|
+
import { X as Qp } from "./components/ui/atoms/icons/x.js";
|
|
125
|
+
import { Xero as jp } from "./components/ui/atoms/icons/xero.js";
|
|
126
|
+
import { Youtube as oa } from "./components/ui/atoms/icons/youtube.js";
|
|
127
|
+
import { Zendesk as ea } from "./components/ui/atoms/icons/zendesk.js";
|
|
128
|
+
import { Zoom as pa } from "./components/ui/atoms/icons/zoom.js";
|
|
129
|
+
import { Input as ma } from "./components/ui/atoms/input.js";
|
|
130
|
+
import { Label as la } from "./components/ui/atoms/label.js";
|
|
131
|
+
import { MobileTooltip as xa, MobileTooltipContent as na, MobileTooltipProvider as da, MobileTooltipTrigger as ga } from "./components/ui/atoms/mobile-tooltip.js";
|
|
132
|
+
import { Popover as ba, PopoverAnchor as Sa, PopoverContent as ca, PopoverTrigger as sa } from "./components/ui/atoms/popover.js";
|
|
133
|
+
import { ProBadge as Ta } from "./components/ui/atoms/pro-badge.js";
|
|
134
|
+
import { Progress as Aa } from "./components/ui/atoms/progress.js";
|
|
135
|
+
import { RadioGroup as ha, RadioGroupItem as Pa } from "./components/ui/atoms/radio-group.js";
|
|
136
|
+
import { ResizableHandle as Ga, ResizablePanel as Ia, ResizablePanelGroup as ka } from "./components/ui/atoms/resizable.js";
|
|
137
|
+
import { ScrollArea as Ra, ScrollBar as va } from "./components/ui/atoms/scroll-area.js";
|
|
138
|
+
import { Select as Ha, SelectContent as ya, SelectGroup as La, SelectItem as Ea, SelectLabel as Fa, SelectScrollDownButton as Ua, SelectScrollUpButton as _a, SelectSeparator as Va, SelectTrigger as za, SelectValue as Na } from "./components/ui/atoms/select.js";
|
|
139
|
+
import { Separator as qa } from "./components/ui/atoms/separator.js";
|
|
140
|
+
import { Sheet as Ka, SheetClose as Xa, SheetContent as Za, SheetDescription as Qa, SheetFooter as Ya, SheetHeader as ja, SheetTitle as $a, SheetTrigger as om } from "./components/ui/atoms/sheet.js";
|
|
141
|
+
import { Sidebar as em, SidebarContent as tm, SidebarFooter as pm, SidebarGroup as am, SidebarGroupAction as mm, SidebarGroupContent as im, SidebarGroupLabel as lm, SidebarHeader as fm, SidebarInput as xm, SidebarInset as nm, SidebarMenu as dm, SidebarMenuAction as gm, SidebarMenuBadge as um, SidebarMenuButton as bm, SidebarMenuItem as Sm, SidebarMenuSkeleton as cm, SidebarMenuSub as sm, SidebarMenuSubButton as Cm, SidebarMenuSubItem as Tm, SidebarProvider as Dm, SidebarRail as Am, SidebarSeparator as Mm, SidebarTrigger as hm, useSidebar as Pm } from "./components/ui/atoms/sidebar.js";
|
|
142
|
+
import { Skeleton as Gm } from "./components/ui/atoms/skeleton.js";
|
|
143
|
+
import { Slider as km } from "./components/ui/atoms/slider.js";
|
|
144
|
+
import { Switch as Rm } from "./components/ui/atoms/switch.js";
|
|
145
|
+
import { Table as wm, TableBody as Hm, TableCaption as ym, TableCell as Lm, TableFooter as Em, TableHead as Fm, TableHeader as Um, TableRow as _m } from "./components/ui/atoms/table.js";
|
|
146
|
+
import { Tabs as zm, TabsContent as Nm, TabsList as Wm, TabsTrigger as qm } from "./components/ui/atoms/tabs.js";
|
|
147
|
+
import { Textarea as Km } from "./components/ui/atoms/textarea.js";
|
|
148
|
+
import { Toggle as Zm, toggleVariants as Qm } from "./components/ui/atoms/toggle.js";
|
|
149
|
+
import { Tooltip as jm, TooltipContent as $m, TooltipProvider as oi, TooltipTrigger as ri } from "./components/ui/atoms/tooltip.js";
|
|
150
|
+
import { EmptyState as ti } from "./components/ui/molecules/empty-state.js";
|
|
151
|
+
import { R as ai, T as mi } from "./toolkit-card-DgjPGtsJ.js";
|
|
152
|
+
import { ToolCard as li } from "./components/ui/molecules/tool-card.js";
|
|
153
|
+
import { ToolkitPickerTrigger as xi } from "./components/ui/molecules/toolkit-picker-trigger.js";
|
|
154
|
+
import { ToolkitSelectionSummary as di } from "./components/ui/molecules/toolkit-selection-summary.js";
|
|
155
|
+
import { ToolkitPicker as ui } from "./components/ui/organisms/toolkit-picker/index.js";
|
|
156
|
+
import { PUBLIC_ICON_URL as Si } from "./metadata/constants.js";
|
|
157
|
+
import { OAUTH2_PROVIDER as si, OAUTH_PROVIDERS as Ci, OAUTH_PROVIDER_CATALOGUE as Ti, OAuthId as Di, OAuthProviderId as Ai, OTHER_OAUTH_PROVIDERS as Mi, PREBUILT_OAUTH_PROVIDERS as hi } from "./metadata/oauth-providers.js";
|
|
158
|
+
import { CATEGORIES as Bi, TOOLKITS as Gi, TOOLKIT_CATALOGUE as Ii } from "./metadata/toolkits.js";
|
|
159
|
+
import { findPrebuiltProviderById as Oi, findPrebuiltProviderByProviderId as Ri, isPrebuiltProvider as vi } from "./metadata/utils.js";
|
|
158
160
|
export {
|
|
159
161
|
e as Accordion,
|
|
160
162
|
t as AccordionContent,
|
|
@@ -167,8 +169,8 @@ export {
|
|
|
167
169
|
l as AlertDescription,
|
|
168
170
|
n as AlertDialog,
|
|
169
171
|
d as AlertDialogAction,
|
|
170
|
-
|
|
171
|
-
|
|
172
|
+
g as AlertDialogCancel,
|
|
173
|
+
u as AlertDialogContent,
|
|
172
174
|
b as AlertDialogDescription,
|
|
173
175
|
S as AlertDialogFooter,
|
|
174
176
|
c as AlertDialogHeader,
|
|
@@ -182,7 +184,7 @@ export {
|
|
|
182
184
|
lr as Asana,
|
|
183
185
|
xr as Ashby,
|
|
184
186
|
dr as Atlassian,
|
|
185
|
-
|
|
187
|
+
ur as Auth0,
|
|
186
188
|
M as Avatar,
|
|
187
189
|
h as AvatarFallback,
|
|
188
190
|
P as AvatarImage,
|
|
@@ -193,7 +195,7 @@ export {
|
|
|
193
195
|
Ar as Bill,
|
|
194
196
|
hr as Bitbucket,
|
|
195
197
|
Br as Bluesky,
|
|
196
|
-
|
|
198
|
+
Ir as Box,
|
|
197
199
|
Or as Braze,
|
|
198
200
|
O as Breadcrumb,
|
|
199
201
|
R as BreadcrumbEllipsis,
|
|
@@ -206,7 +208,7 @@ export {
|
|
|
206
208
|
Hr as Buffer,
|
|
207
209
|
F as Button,
|
|
208
210
|
V as ByocBadge,
|
|
209
|
-
|
|
211
|
+
Bi as CATEGORIES,
|
|
210
212
|
Lr as Calendly,
|
|
211
213
|
N as Card,
|
|
212
214
|
W as CardAction,
|
|
@@ -232,8 +234,8 @@ export {
|
|
|
232
234
|
lo as CollapsibleTrigger,
|
|
233
235
|
xo as Command,
|
|
234
236
|
no as CommandDialog,
|
|
235
|
-
|
|
236
|
-
|
|
237
|
+
go as CommandEmpty,
|
|
238
|
+
uo as CommandGroup,
|
|
237
239
|
bo as CommandInput,
|
|
238
240
|
So as CommandItem,
|
|
239
241
|
co as CommandList,
|
|
@@ -248,8 +250,8 @@ export {
|
|
|
248
250
|
Po as DialogFooter,
|
|
249
251
|
Bo as DialogHeader,
|
|
250
252
|
Go as DialogOverlay,
|
|
251
|
-
|
|
252
|
-
|
|
253
|
+
Io as DialogPortal,
|
|
254
|
+
ko as DialogTitle,
|
|
253
255
|
Oo as DialogTrigger,
|
|
254
256
|
jr as DigitalOcean,
|
|
255
257
|
oe as Discord,
|
|
@@ -271,18 +273,18 @@ export {
|
|
|
271
273
|
Jo as DropdownMenuTrigger,
|
|
272
274
|
pe as E2b,
|
|
273
275
|
me as Ebay,
|
|
274
|
-
|
|
276
|
+
ti as EmptyState,
|
|
275
277
|
le as Evernote,
|
|
276
278
|
xe as Factorial,
|
|
277
279
|
de as Figma,
|
|
278
|
-
|
|
280
|
+
ue as Firecrawl,
|
|
279
281
|
Se as Generic,
|
|
280
282
|
se as Github,
|
|
281
283
|
Te as Gitlab,
|
|
282
284
|
Ae as Gmail,
|
|
283
285
|
he as Google,
|
|
284
286
|
Be as GoogleCalendar,
|
|
285
|
-
|
|
287
|
+
Ie as GoogleContacts,
|
|
286
288
|
Oe as GoogleDocs,
|
|
287
289
|
ve as GoogleDrive,
|
|
288
290
|
He as GoogleFinance,
|
|
@@ -301,161 +303,163 @@ export {
|
|
|
301
303
|
Zo as HoverCardContent,
|
|
302
304
|
Qo as HoverCardTrigger,
|
|
303
305
|
pt as Hubspot,
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
lt as
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
dt as
|
|
310
|
-
|
|
311
|
-
St as
|
|
312
|
-
st as
|
|
313
|
-
Tt as
|
|
314
|
-
At as
|
|
315
|
-
ht as
|
|
316
|
-
Bt as
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
Ot as
|
|
323
|
-
vt as
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
Ft as
|
|
333
|
-
_t as
|
|
334
|
-
zt as
|
|
335
|
-
Wt as
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
Qt as
|
|
341
|
-
jt as
|
|
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
|
-
Na as
|
|
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
|
-
sp as
|
|
410
|
-
Tp as
|
|
411
|
-
Ap as
|
|
412
|
-
hp as
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
mi as
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
Hp as
|
|
444
|
-
Lp as
|
|
445
|
-
Fp as
|
|
446
|
-
_p as
|
|
447
|
-
zp as
|
|
448
|
-
Wp as
|
|
449
|
-
Jp as
|
|
450
|
-
Xp as
|
|
451
|
-
Qp as
|
|
452
|
-
jp as
|
|
453
|
-
oa as
|
|
454
|
-
|
|
306
|
+
mt as Imgflip,
|
|
307
|
+
ma as Input,
|
|
308
|
+
lt as Intercom,
|
|
309
|
+
xt as Jira,
|
|
310
|
+
la as Label,
|
|
311
|
+
dt as Linear,
|
|
312
|
+
ut as Linkedin,
|
|
313
|
+
St as Mailchimp,
|
|
314
|
+
st as Mcp,
|
|
315
|
+
Tt as Microsoft,
|
|
316
|
+
At as MicrosoftDynamics,
|
|
317
|
+
ht as MicrosoftSharepoint,
|
|
318
|
+
Bt as MicrosoftTeams,
|
|
319
|
+
It as Miro,
|
|
320
|
+
xa as MobileTooltip,
|
|
321
|
+
na as MobileTooltipContent,
|
|
322
|
+
da as MobileTooltipProvider,
|
|
323
|
+
ga as MobileTooltipTrigger,
|
|
324
|
+
Ot as Monday,
|
|
325
|
+
vt as MongoDB,
|
|
326
|
+
Ht as Netsuite,
|
|
327
|
+
Lt as Notion,
|
|
328
|
+
si as OAUTH2_PROVIDER,
|
|
329
|
+
Ci as OAUTH_PROVIDERS,
|
|
330
|
+
Ti as OAUTH_PROVIDER_CATALOGUE,
|
|
331
|
+
Di as OAuthId,
|
|
332
|
+
Ai as OAuthProviderId,
|
|
333
|
+
Mi as OTHER_OAUTH_PROVIDERS,
|
|
334
|
+
Ft as Oauth,
|
|
335
|
+
_t as Obsidian,
|
|
336
|
+
zt as Okta,
|
|
337
|
+
Wt as OneDrive,
|
|
338
|
+
Jt as OutlookCalendar,
|
|
339
|
+
Xt as OutlookMail,
|
|
340
|
+
hi as PREBUILT_OAUTH_PROVIDERS,
|
|
341
|
+
Si as PUBLIC_ICON_URL,
|
|
342
|
+
Qt as Pinecone,
|
|
343
|
+
jt as Pinterest,
|
|
344
|
+
op as Pipedrive,
|
|
345
|
+
ep as Plaid,
|
|
346
|
+
ba as Popover,
|
|
347
|
+
Sa as PopoverAnchor,
|
|
348
|
+
ca as PopoverContent,
|
|
349
|
+
sa as PopoverTrigger,
|
|
350
|
+
pp as Postgres,
|
|
351
|
+
Ta as ProBadge,
|
|
352
|
+
Aa as Progress,
|
|
353
|
+
mp as Quickbooks,
|
|
354
|
+
ha as RadioGroup,
|
|
355
|
+
Pa as RadioGroupItem,
|
|
356
|
+
lp as Reddit,
|
|
357
|
+
ai as RequirementBadges,
|
|
358
|
+
Ga as ResizableHandle,
|
|
359
|
+
Ia as ResizablePanel,
|
|
360
|
+
ka as ResizablePanelGroup,
|
|
361
|
+
xp as Salesforce,
|
|
362
|
+
Ra as ScrollArea,
|
|
363
|
+
va as ScrollBar,
|
|
364
|
+
Ha as Select,
|
|
365
|
+
ya as SelectContent,
|
|
366
|
+
La as SelectGroup,
|
|
367
|
+
Ea as SelectItem,
|
|
368
|
+
Fa as SelectLabel,
|
|
369
|
+
Ua as SelectScrollDownButton,
|
|
370
|
+
_a as SelectScrollUpButton,
|
|
371
|
+
Va as SelectSeparator,
|
|
372
|
+
za as SelectTrigger,
|
|
373
|
+
Na as SelectValue,
|
|
374
|
+
qa as Separator,
|
|
375
|
+
Ka as Sheet,
|
|
376
|
+
Xa as SheetClose,
|
|
377
|
+
Za as SheetContent,
|
|
378
|
+
Qa as SheetDescription,
|
|
379
|
+
Ya as SheetFooter,
|
|
380
|
+
ja as SheetHeader,
|
|
381
|
+
$a as SheetTitle,
|
|
382
|
+
om as SheetTrigger,
|
|
383
|
+
dp as Shopify,
|
|
384
|
+
em as Sidebar,
|
|
385
|
+
tm as SidebarContent,
|
|
386
|
+
pm as SidebarFooter,
|
|
387
|
+
am as SidebarGroup,
|
|
388
|
+
mm as SidebarGroupAction,
|
|
389
|
+
im as SidebarGroupContent,
|
|
390
|
+
lm as SidebarGroupLabel,
|
|
391
|
+
fm as SidebarHeader,
|
|
392
|
+
xm as SidebarInput,
|
|
393
|
+
nm as SidebarInset,
|
|
394
|
+
dm as SidebarMenu,
|
|
395
|
+
gm as SidebarMenuAction,
|
|
396
|
+
um as SidebarMenuBadge,
|
|
397
|
+
bm as SidebarMenuButton,
|
|
398
|
+
Sm as SidebarMenuItem,
|
|
399
|
+
cm as SidebarMenuSkeleton,
|
|
400
|
+
sm as SidebarMenuSub,
|
|
401
|
+
Cm as SidebarMenuSubButton,
|
|
402
|
+
Tm as SidebarMenuSubItem,
|
|
403
|
+
Dm as SidebarProvider,
|
|
404
|
+
Am as SidebarRail,
|
|
405
|
+
Mm as SidebarSeparator,
|
|
406
|
+
hm as SidebarTrigger,
|
|
407
|
+
up as Singlestore,
|
|
408
|
+
Gm as Skeleton,
|
|
409
|
+
Sp as Slack,
|
|
410
|
+
km as Slider,
|
|
411
|
+
sp as Snowflake,
|
|
412
|
+
Tp as Splunk,
|
|
413
|
+
Ap as Spotify,
|
|
414
|
+
hp as Square,
|
|
415
|
+
Bp as Squarespace,
|
|
416
|
+
Ip as Stripe,
|
|
417
|
+
Rm as Switch,
|
|
418
|
+
Gi as TOOLKITS,
|
|
419
|
+
Ii as TOOLKIT_CATALOGUE,
|
|
420
|
+
wm as Table,
|
|
421
|
+
Hm as TableBody,
|
|
422
|
+
ym as TableCaption,
|
|
423
|
+
Lm as TableCell,
|
|
424
|
+
Em as TableFooter,
|
|
425
|
+
Fm as TableHead,
|
|
426
|
+
Um as TableHeader,
|
|
427
|
+
_m as TableRow,
|
|
428
|
+
zm as Tabs,
|
|
429
|
+
Nm as TabsContent,
|
|
430
|
+
Wm as TabsList,
|
|
431
|
+
qm as TabsTrigger,
|
|
432
|
+
Op as Tesla,
|
|
433
|
+
Km as Textarea,
|
|
434
|
+
vp as Tiktok,
|
|
435
|
+
Zm as Toggle,
|
|
436
|
+
li as ToolCard,
|
|
437
|
+
mi as ToolkitCard,
|
|
438
|
+
ui as ToolkitPicker,
|
|
439
|
+
xi as ToolkitPickerTrigger,
|
|
440
|
+
di as ToolkitSelectionSummary,
|
|
441
|
+
jm as Tooltip,
|
|
442
|
+
$m as TooltipContent,
|
|
443
|
+
oi as TooltipProvider,
|
|
444
|
+
ri as TooltipTrigger,
|
|
445
|
+
Hp as Trello,
|
|
446
|
+
Lp as Twilio,
|
|
447
|
+
Fp as Twitch,
|
|
448
|
+
_p as Vercel,
|
|
449
|
+
zp as Walmart,
|
|
450
|
+
Wp as Weaviate,
|
|
451
|
+
Jp as Workday,
|
|
452
|
+
Xp as Wrike,
|
|
453
|
+
Qp as X,
|
|
454
|
+
jp as Xero,
|
|
455
|
+
oa as Youtube,
|
|
456
|
+
ea as Zendesk,
|
|
457
|
+
pa as Zoom,
|
|
458
|
+
I as badgeVariants,
|
|
455
459
|
U as buttonVariants,
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
460
|
+
Oi as findPrebuiltProviderById,
|
|
461
|
+
Ri as findPrebuiltProviderByProviderId,
|
|
462
|
+
vi as isPrebuiltProvider,
|
|
463
|
+
Qm as toggleVariants,
|
|
464
|
+
Pm as useSidebar
|
|
461
465
|
};
|