@arcadeai/design-system 2.3.0 → 3.0.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-DzMbb7xi.js → arcade-CHE48l2C.js} +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/ui/atoms/accordion.js +16 -16
- package/dist/components/ui/atoms/alert-dialog.js +25 -25
- package/dist/components/ui/atoms/avatar.js +7 -7
- package/dist/components/ui/atoms/checkbox.js +34 -34
- package/dist/components/ui/atoms/dropdown-menu.js +31 -31
- package/dist/components/ui/atoms/hover-card.js +19 -19
- package/dist/components/ui/atoms/popover.js +9 -9
- package/dist/components/ui/atoms/progress.js +11 -11
- package/dist/components/ui/atoms/radio-group.js +29 -29
- package/dist/components/ui/atoms/resizable.js +1 -1
- package/dist/components/ui/atoms/scroll-area.js +40 -40
- package/dist/components/ui/atoms/select.js +17 -17
- package/dist/components/ui/atoms/sidebar.js +4 -1
- package/dist/components/ui/atoms/slider.js +35 -35
- package/dist/components/ui/atoms/switch.js +15 -15
- package/dist/components/ui/atoms/tabs.js +13 -13
- package/dist/components/ui/atoms/tooltip.js +22 -22
- package/dist/components/ui/index.js +1 -1
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +6 -5
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-picker-trigger.js +20 -23
- package/dist/components/ui/molecules/toolkit-selection-summary.js +16 -19
- package/dist/components/ui/organisms/toolkit-picker/components/action-buttons.js +6 -6
- package/dist/components/ui/organisms/toolkit-picker/components/filter-badges.js +9 -12
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +12 -11
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +5 -4
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +4 -7
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +5 -4
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +21 -21
- 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/mocks/toolkit-collection.js +19 -23
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.test.js +1773 -1729
- package/dist/components/ui/utils/memo.test.js +1 -1
- package/dist/lib/arcade/arcade.js +1 -1
- package/dist/lib/arcade/arcade.test.js +2 -2
- package/dist/lib/utils.test.js +1 -1
- package/dist/main.js +195 -188
- package/dist/metadata/index.d.ts +1 -0
- package/dist/metadata/index.js +23 -16
- package/dist/metadata/toolkit-icons.d.ts +27 -0
- package/dist/metadata/toolkit-icons.js +227 -0
- package/dist/metadata/toolkits.js +341 -643
- package/dist/metadata/types.d.ts +1 -3
- package/dist/metadata/utils.d.ts +15 -0
- package/dist/metadata/utils.js +15 -8
- package/dist/{react-resizable-panels.browser-DggUboAp.js → react-resizable-panels.browser-31wAXhAV.js} +2 -1
- package/dist/{react.esm-DUaR5u-J.js → react.esm-I5_wjDW6.js} +17509 -15389
- package/dist/{toolkit-card-BWuG_NJi.js → toolkit-card-nuE_5OvN.js} +4 -3
- package/dist/{vi.bdSIJ99Y-Bs-viS39.js → vi.bdSIJ99Y-DBnM2VfT.js} +1296 -1315
- package/package.json +34 -34
- package/dist/components/ui/atoms/icons/utils.d.ts +0 -43
- package/dist/components/ui/atoms/icons/utils.js +0 -33
package/dist/main.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
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
|
|
4
|
-
import { Avatar as M, AvatarFallback as
|
|
5
|
-
import { Badge as
|
|
6
|
-
import { Breadcrumb as O, BreadcrumbEllipsis as R, BreadcrumbItem as v, BreadcrumbLink as w, BreadcrumbList as
|
|
7
|
-
import { Button as F, buttonVariants as
|
|
3
|
+
import { AlertDialog as x, AlertDialogAction as d, AlertDialogCancel as g, AlertDialogContent as u, AlertDialogDescription as b, AlertDialogFooter as S, AlertDialogHeader as c, AlertDialogOverlay as T, AlertDialogPortal as s, AlertDialogTitle as C, AlertDialogTrigger as D } from "./components/ui/atoms/alert-dialog.js";
|
|
4
|
+
import { Avatar as M, AvatarFallback as P, AvatarImage as h } from "./components/ui/atoms/avatar.js";
|
|
5
|
+
import { Badge as I, badgeVariants as k } from "./components/ui/atoms/badge.js";
|
|
6
|
+
import { Breadcrumb as O, BreadcrumbEllipsis as R, BreadcrumbItem as v, BreadcrumbLink as w, BreadcrumbList as y, BreadcrumbPage as H, BreadcrumbSeparator as L } from "./components/ui/atoms/breadcrumb.js";
|
|
7
|
+
import { Button as F, buttonVariants as _ } from "./components/ui/atoms/button.js";
|
|
8
8
|
import { ByocBadge as V } from "./components/ui/atoms/byoc-badge.js";
|
|
9
|
-
import { Card as
|
|
9
|
+
import { Card as z, CardAction as K, CardContent as W, CardDescription as q, CardFooter as J, CardHeader as X, CardTitle as Z } from "./components/ui/atoms/card.js";
|
|
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
|
|
14
|
-
import { Dialog as Do, DialogClose as Ao, DialogContent as Mo, DialogDescription as
|
|
15
|
-
import { DropdownMenu as vo, DropdownMenuCheckboxItem as wo, DropdownMenuContent as
|
|
13
|
+
import { Command as no, CommandDialog as xo, CommandEmpty as go, CommandGroup as uo, CommandInput as bo, CommandItem as So, CommandList as co, CommandSeparator as To, CommandShortcut as so } from "./components/ui/atoms/command.js";
|
|
14
|
+
import { Dialog as Do, DialogClose as Ao, DialogContent as Mo, DialogDescription as Po, DialogFooter as ho, DialogHeader as Bo, DialogOverlay as Io, DialogPortal as ko, DialogTitle as Go, DialogTrigger as Oo } from "./components/ui/atoms/dialog.js";
|
|
15
|
+
import { DropdownMenu as vo, DropdownMenuCheckboxItem as wo, DropdownMenuContent as yo, DropdownMenuGroup as Ho, DropdownMenuItem as Lo, DropdownMenuLabel as Eo, DropdownMenuPortal as Fo, DropdownMenuRadioGroup as _o, DropdownMenuRadioItem as Uo, DropdownMenuSeparator as Vo, DropdownMenuShortcut as No, DropdownMenuSub as zo, DropdownMenuSubContent as Ko, DropdownMenuSubTrigger as Wo, DropdownMenuTrigger as qo } 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";
|
|
18
18
|
import { Aha as or } from "./components/ui/atoms/icons/aha.js";
|
|
@@ -20,25 +20,25 @@ import { Airtable as er } from "./components/ui/atoms/icons/airtable.js";
|
|
|
20
20
|
import { Amplitude as pr } from "./components/ui/atoms/icons/amplitude.js";
|
|
21
21
|
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
|
-
import { Ashby as
|
|
23
|
+
import { Ashby as nr } from "./components/ui/atoms/icons/ashby.js";
|
|
24
24
|
import { Atlassian as dr } from "./components/ui/atoms/icons/atlassian.js";
|
|
25
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
|
-
import { Bamboohr as
|
|
28
|
-
import { Basecamp as
|
|
27
|
+
import { Bamboohr as Tr } from "./components/ui/atoms/icons/bamboohr.js";
|
|
28
|
+
import { Basecamp as Cr } from "./components/ui/atoms/icons/basecamp.js";
|
|
29
29
|
import { Bill as Ar } from "./components/ui/atoms/icons/bill.js";
|
|
30
|
-
import { Bitbucket as
|
|
30
|
+
import { Bitbucket as Pr } 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 kr } 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
|
-
import { Buffer as
|
|
35
|
+
import { Buffer as yr } from "./components/ui/atoms/icons/buffer.js";
|
|
36
36
|
import { Calendly as Lr } from "./components/ui/atoms/icons/calendly.js";
|
|
37
37
|
import { Clickhouse as Fr } from "./components/ui/atoms/icons/clickhouse.js";
|
|
38
|
-
import { Clickup as
|
|
39
|
-
import { Closeio as
|
|
40
|
-
import { Codesandbox as
|
|
41
|
-
import { Coinbase as
|
|
38
|
+
import { Clickup as Ur } from "./components/ui/atoms/icons/clickup.js";
|
|
39
|
+
import { Closeio as Nr } from "./components/ui/atoms/icons/closeio.js";
|
|
40
|
+
import { Codesandbox as Kr } from "./components/ui/atoms/icons/codesandbox.js";
|
|
41
|
+
import { Coinbase as qr } from "./components/ui/atoms/icons/coinbase.js";
|
|
42
42
|
import { Confluence as Xr } from "./components/ui/atoms/icons/confluence.js";
|
|
43
43
|
import { Datadog as Qr } from "./components/ui/atoms/icons/datadog.js";
|
|
44
44
|
import { DigitalOcean as jr } from "./components/ui/atoms/icons/digital-ocean.js";
|
|
@@ -47,25 +47,25 @@ import { Dropbox as ee } from "./components/ui/atoms/icons/dropbox.js";
|
|
|
47
47
|
import { E2b as pe } from "./components/ui/atoms/icons/e2b.js";
|
|
48
48
|
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
|
-
import { Factorial as
|
|
50
|
+
import { Factorial as ne } from "./components/ui/atoms/icons/factorial.js";
|
|
51
51
|
import { Figma as de } from "./components/ui/atoms/icons/figma.js";
|
|
52
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
|
-
import { Github as
|
|
55
|
-
import { Gitlab as
|
|
54
|
+
import { Github as Te } from "./components/ui/atoms/icons/github.js";
|
|
55
|
+
import { Gitlab as Ce } from "./components/ui/atoms/icons/gitlab.js";
|
|
56
56
|
import { Gmail as Ae } from "./components/ui/atoms/icons/gmail.js";
|
|
57
|
-
import { Google as
|
|
57
|
+
import { Google as Pe } 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 ke } 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
|
-
import { GoogleFinance as
|
|
62
|
+
import { GoogleFinance as ye } from "./components/ui/atoms/icons/google-finance.js";
|
|
63
63
|
import { GoogleFlight as Le } from "./components/ui/atoms/icons/google-flight.js";
|
|
64
64
|
import { GoogleFlights as Fe } from "./components/ui/atoms/icons/google-flights.js";
|
|
65
|
-
import { GoogleHotels as
|
|
66
|
-
import { GoogleJobs as
|
|
67
|
-
import { GoogleMaps as
|
|
68
|
-
import { GoogleNews as
|
|
65
|
+
import { GoogleHotels as Ue } from "./components/ui/atoms/icons/google-hotels.js";
|
|
66
|
+
import { GoogleJobs as Ne } from "./components/ui/atoms/icons/google-jobs.js";
|
|
67
|
+
import { GoogleMaps as Ke } from "./components/ui/atoms/icons/google-maps.js";
|
|
68
|
+
import { GoogleNews as qe } from "./components/ui/atoms/icons/google-news.js";
|
|
69
69
|
import { GoogleSheets as Xe } from "./components/ui/atoms/icons/google-sheets.js";
|
|
70
70
|
import { GoogleShopping as Qe } from "./components/ui/atoms/icons/google-shopping.js";
|
|
71
71
|
import { GoogleSlides as je } from "./components/ui/atoms/icons/google-slides.js";
|
|
@@ -74,25 +74,25 @@ 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
75
|
import { Imgflip as mt } from "./components/ui/atoms/icons/imgflip.js";
|
|
76
76
|
import { Intercom as lt } from "./components/ui/atoms/icons/intercom.js";
|
|
77
|
-
import { Jira as
|
|
77
|
+
import { Jira as nt } from "./components/ui/atoms/icons/jira.js";
|
|
78
78
|
import { Linear as dt } from "./components/ui/atoms/icons/linear.js";
|
|
79
79
|
import { Linkedin as ut } from "./components/ui/atoms/icons/linkedin.js";
|
|
80
80
|
import { Mailchimp as St } from "./components/ui/atoms/icons/mailchimp.js";
|
|
81
|
-
import { Mcp as
|
|
82
|
-
import { Microsoft as
|
|
81
|
+
import { Mcp as Tt } from "./components/ui/atoms/icons/mcp.js";
|
|
82
|
+
import { Microsoft as Ct } from "./components/ui/atoms/icons/microsoft.js";
|
|
83
83
|
import { MicrosoftDynamics as At } from "./components/ui/atoms/icons/microsoft-dynamics.js";
|
|
84
|
-
import { MicrosoftSharepoint as
|
|
84
|
+
import { MicrosoftSharepoint as Pt } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
85
85
|
import { MicrosoftTeams as Bt } from "./components/ui/atoms/icons/microsoft-teams.js";
|
|
86
|
-
import { Miro as
|
|
86
|
+
import { Miro as kt } from "./components/ui/atoms/icons/miro.js";
|
|
87
87
|
import { Monday as Ot } from "./components/ui/atoms/icons/monday.js";
|
|
88
88
|
import { MongoDB as vt } from "./components/ui/atoms/icons/mongodb.js";
|
|
89
|
-
import { Netsuite as
|
|
89
|
+
import { Netsuite as yt } from "./components/ui/atoms/icons/netsuite.js";
|
|
90
90
|
import { Notion as Lt } from "./components/ui/atoms/icons/notion.js";
|
|
91
91
|
import { Oauth as Ft } from "./components/ui/atoms/icons/oauth.js";
|
|
92
|
-
import { Obsidian as
|
|
93
|
-
import { Okta as
|
|
94
|
-
import { OneDrive as
|
|
95
|
-
import { OutlookCalendar as
|
|
92
|
+
import { Obsidian as Ut } from "./components/ui/atoms/icons/obsidian.js";
|
|
93
|
+
import { Okta as Nt } from "./components/ui/atoms/icons/okta.js";
|
|
94
|
+
import { OneDrive as Kt } from "./components/ui/atoms/icons/one-drive.js";
|
|
95
|
+
import { OutlookCalendar as qt } from "./components/ui/atoms/icons/outlook-calendar.js";
|
|
96
96
|
import { OutlookMail as Xt } from "./components/ui/atoms/icons/outlook-mail.js";
|
|
97
97
|
import { Pinecone as Qt } from "./components/ui/atoms/icons/pinecone.js";
|
|
98
98
|
import { Pinterest as jt } from "./components/ui/atoms/icons/pinterest.js";
|
|
@@ -101,25 +101,25 @@ import { Plaid as ep } from "./components/ui/atoms/icons/plaid.js";
|
|
|
101
101
|
import { Postgres as pp } from "./components/ui/atoms/icons/postgres.js";
|
|
102
102
|
import { Quickbooks as mp } from "./components/ui/atoms/icons/quickbooks.js";
|
|
103
103
|
import { Reddit as lp } from "./components/ui/atoms/icons/reddit.js";
|
|
104
|
-
import { Salesforce as
|
|
104
|
+
import { Salesforce as np } from "./components/ui/atoms/icons/salesforce.js";
|
|
105
105
|
import { Shopify as dp } from "./components/ui/atoms/icons/shopify.js";
|
|
106
106
|
import { Singlestore as up } from "./components/ui/atoms/icons/singlestore.js";
|
|
107
107
|
import { Slack as Sp } from "./components/ui/atoms/icons/slack.js";
|
|
108
|
-
import { Snowflake as
|
|
109
|
-
import { Splunk as
|
|
108
|
+
import { Snowflake as Tp } from "./components/ui/atoms/icons/snowflake.js";
|
|
109
|
+
import { Splunk as Cp } from "./components/ui/atoms/icons/splunk.js";
|
|
110
110
|
import { Spotify as Ap } from "./components/ui/atoms/icons/spotify.js";
|
|
111
|
-
import { Square as
|
|
111
|
+
import { Square as Pp } from "./components/ui/atoms/icons/square.js";
|
|
112
112
|
import { Squarespace as Bp } from "./components/ui/atoms/icons/squarespace.js";
|
|
113
|
-
import { Stripe as
|
|
113
|
+
import { Stripe as kp } from "./components/ui/atoms/icons/stripe.js";
|
|
114
114
|
import { Tesla as Op } from "./components/ui/atoms/icons/tesla.js";
|
|
115
115
|
import { Tiktok as vp } from "./components/ui/atoms/icons/tiktok.js";
|
|
116
|
-
import { Trello as
|
|
116
|
+
import { Trello as yp } from "./components/ui/atoms/icons/trello.js";
|
|
117
117
|
import { Twilio as Lp } from "./components/ui/atoms/icons/twilio.js";
|
|
118
118
|
import { Twitch as Fp } from "./components/ui/atoms/icons/twitch.js";
|
|
119
|
-
import { Vercel as
|
|
120
|
-
import { Walmart as
|
|
121
|
-
import { Weaviate as
|
|
122
|
-
import { Workday as
|
|
119
|
+
import { Vercel as Up } from "./components/ui/atoms/icons/vercel.js";
|
|
120
|
+
import { Walmart as Np } from "./components/ui/atoms/icons/walmart.js";
|
|
121
|
+
import { Weaviate as Kp } from "./components/ui/atoms/icons/weaviate.js";
|
|
122
|
+
import { Workday as qp } from "./components/ui/atoms/icons/workday.js";
|
|
123
123
|
import { Wrike as Xp } from "./components/ui/atoms/icons/wrike.js";
|
|
124
124
|
import { X as Qp } from "./components/ui/atoms/icons/x.js";
|
|
125
125
|
import { Xero as jp } from "./components/ui/atoms/icons/xero.js";
|
|
@@ -128,35 +128,36 @@ import { Zendesk as ea } from "./components/ui/atoms/icons/zendesk.js";
|
|
|
128
128
|
import { Zoom as pa } from "./components/ui/atoms/icons/zoom.js";
|
|
129
129
|
import { Input as ma } from "./components/ui/atoms/input.js";
|
|
130
130
|
import { Label as la } from "./components/ui/atoms/label.js";
|
|
131
|
-
import { MobileTooltip as
|
|
132
|
-
import { Popover as ba, PopoverAnchor as Sa, PopoverContent as ca, PopoverTrigger as
|
|
133
|
-
import { ProBadge as
|
|
131
|
+
import { MobileTooltip as na, MobileTooltipContent as xa, 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 Ta } from "./components/ui/atoms/popover.js";
|
|
133
|
+
import { ProBadge as Ca } from "./components/ui/atoms/pro-badge.js";
|
|
134
134
|
import { Progress as Aa } from "./components/ui/atoms/progress.js";
|
|
135
|
-
import { RadioGroup as
|
|
136
|
-
import { ResizableHandle as
|
|
135
|
+
import { RadioGroup as Pa, RadioGroupItem as ha } from "./components/ui/atoms/radio-group.js";
|
|
136
|
+
import { ResizableHandle as Ia, ResizablePanel as ka, ResizablePanelGroup as Ga } from "./components/ui/atoms/resizable.js";
|
|
137
137
|
import { ScrollArea as Ra, ScrollBar as va } from "./components/ui/atoms/scroll-area.js";
|
|
138
|
-
import { Select as
|
|
139
|
-
import { Separator as
|
|
140
|
-
import { Sheet as
|
|
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
|
|
142
|
-
import { Skeleton as
|
|
143
|
-
import { Slider as
|
|
138
|
+
import { Select as ya, SelectContent as Ha, SelectGroup as La, SelectItem as Ea, SelectLabel as Fa, SelectScrollDownButton as _a, SelectScrollUpButton as Ua, SelectSeparator as Va, SelectTrigger as Na, SelectValue as za } from "./components/ui/atoms/select.js";
|
|
139
|
+
import { Separator as Wa } from "./components/ui/atoms/separator.js";
|
|
140
|
+
import { Sheet as Ja, 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 nm, SidebarInset as xm, SidebarMenu as dm, SidebarMenuAction as gm, SidebarMenuBadge as um, SidebarMenuButton as bm, SidebarMenuItem as Sm, SidebarMenuSkeleton as cm, SidebarMenuSub as Tm, SidebarMenuSubButton as sm, SidebarMenuSubItem as Cm, SidebarProvider as Dm, SidebarRail as Am, SidebarSeparator as Mm, SidebarTrigger as Pm, useSidebar as hm } from "./components/ui/atoms/sidebar.js";
|
|
142
|
+
import { Skeleton as Im } from "./components/ui/atoms/skeleton.js";
|
|
143
|
+
import { Slider as Gm } from "./components/ui/atoms/slider.js";
|
|
144
144
|
import { Switch as Rm } from "./components/ui/atoms/switch.js";
|
|
145
|
-
import { Table as wm, TableBody as
|
|
146
|
-
import { Tabs as
|
|
147
|
-
import { Textarea as
|
|
145
|
+
import { Table as wm, TableBody as ym, TableCaption as Hm, TableCell as Lm, TableFooter as Em, TableHead as Fm, TableHeader as _m, TableRow as Um } from "./components/ui/atoms/table.js";
|
|
146
|
+
import { Tabs as Nm, TabsContent as zm, TabsList as Km, TabsTrigger as Wm } from "./components/ui/atoms/tabs.js";
|
|
147
|
+
import { Textarea as Jm } from "./components/ui/atoms/textarea.js";
|
|
148
148
|
import { Toggle as Zm, toggleVariants as Qm } from "./components/ui/atoms/toggle.js";
|
|
149
149
|
import { Tooltip as jm, TooltipContent as $m, TooltipProvider as oi, TooltipTrigger as ri } from "./components/ui/atoms/tooltip.js";
|
|
150
150
|
import { EmptyState as ti } from "./components/ui/molecules/empty-state.js";
|
|
151
|
-
import { R as ai, T as mi } from "./toolkit-card-
|
|
151
|
+
import { R as ai, T as mi } from "./toolkit-card-nuE_5OvN.js";
|
|
152
152
|
import { ToolCard as li } from "./components/ui/molecules/tool-card.js";
|
|
153
|
-
import { ToolkitPickerTrigger as
|
|
153
|
+
import { ToolkitPickerTrigger as ni } from "./components/ui/molecules/toolkit-picker-trigger.js";
|
|
154
154
|
import { ToolkitSelectionSummary as di } from "./components/ui/molecules/toolkit-selection-summary.js";
|
|
155
155
|
import { ToolkitPicker as ui } from "./components/ui/organisms/toolkit-picker/index.js";
|
|
156
156
|
import { PUBLIC_ICON_URL as Si } from "./metadata/constants.js";
|
|
157
|
-
import { OAUTH2_PROVIDER as
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
157
|
+
import { OAUTH2_PROVIDER as Ti, OAUTH_PROVIDERS as si, OAUTH_PROVIDER_CATALOGUE as Ci, OAuthId as Di, OAuthProviderId as Ai, OTHER_OAUTH_PROVIDERS as Mi, PREBUILT_OAUTH_PROVIDERS as Pi } from "./metadata/oauth-providers.js";
|
|
158
|
+
import { TOOLKIT_ICON_MAP as Bi, getToolIconByToolkitName as Ii, getToolkitIcon as ki, getToolkitIconByName as Gi } from "./metadata/toolkit-icons.js";
|
|
159
|
+
import { CATEGORIES as Ri, TOOLKITS as vi, TOOLKIT_CATALOGUE as wi } from "./metadata/toolkits.js";
|
|
160
|
+
import { findPrebuiltProviderById as Hi, findPrebuiltProviderByProviderId as Li, findToolkitByName as Ei, isKnownToolkit as Fi, isPrebuiltProvider as _i } from "./metadata/utils.js";
|
|
160
161
|
export {
|
|
161
162
|
e as Accordion,
|
|
162
163
|
t as AccordionContent,
|
|
@@ -167,54 +168,54 @@ export {
|
|
|
167
168
|
er as Airtable,
|
|
168
169
|
i as Alert,
|
|
169
170
|
l as AlertDescription,
|
|
170
|
-
|
|
171
|
+
x as AlertDialog,
|
|
171
172
|
d as AlertDialogAction,
|
|
172
173
|
g as AlertDialogCancel,
|
|
173
174
|
u as AlertDialogContent,
|
|
174
175
|
b as AlertDialogDescription,
|
|
175
176
|
S as AlertDialogFooter,
|
|
176
177
|
c as AlertDialogHeader,
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
178
|
+
T as AlertDialogOverlay,
|
|
179
|
+
s as AlertDialogPortal,
|
|
180
|
+
C as AlertDialogTitle,
|
|
180
181
|
D as AlertDialogTrigger,
|
|
181
182
|
f as AlertTitle,
|
|
182
183
|
pr as Amplitude,
|
|
183
184
|
mr as Arcade,
|
|
184
185
|
lr as Asana,
|
|
185
|
-
|
|
186
|
+
nr as Ashby,
|
|
186
187
|
dr as Atlassian,
|
|
187
188
|
ur as Auth0,
|
|
188
189
|
M as Avatar,
|
|
189
|
-
|
|
190
|
-
|
|
190
|
+
P as AvatarFallback,
|
|
191
|
+
h as AvatarImage,
|
|
191
192
|
Sr as Azure,
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
193
|
+
I as Badge,
|
|
194
|
+
Tr as Bamboohr,
|
|
195
|
+
Cr as Basecamp,
|
|
195
196
|
Ar as Bill,
|
|
196
|
-
|
|
197
|
+
Pr as Bitbucket,
|
|
197
198
|
Br as Bluesky,
|
|
198
|
-
|
|
199
|
+
kr as Box,
|
|
199
200
|
Or as Braze,
|
|
200
201
|
O as Breadcrumb,
|
|
201
202
|
R as BreadcrumbEllipsis,
|
|
202
203
|
v as BreadcrumbItem,
|
|
203
204
|
w as BreadcrumbLink,
|
|
204
|
-
|
|
205
|
-
|
|
205
|
+
y as BreadcrumbList,
|
|
206
|
+
H as BreadcrumbPage,
|
|
206
207
|
L as BreadcrumbSeparator,
|
|
207
208
|
vr as Brex,
|
|
208
|
-
|
|
209
|
+
yr as Buffer,
|
|
209
210
|
F as Button,
|
|
210
211
|
V as ByocBadge,
|
|
211
|
-
|
|
212
|
+
Ri as CATEGORIES,
|
|
212
213
|
Lr as Calendly,
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
214
|
+
z as Card,
|
|
215
|
+
K as CardAction,
|
|
216
|
+
W as CardContent,
|
|
217
|
+
q as CardDescription,
|
|
218
|
+
J as CardFooter,
|
|
218
219
|
X as CardHeader,
|
|
219
220
|
Z as CardTitle,
|
|
220
221
|
Y as ChartContainer,
|
|
@@ -225,75 +226,75 @@ export {
|
|
|
225
226
|
eo as ChartTooltipContent,
|
|
226
227
|
po as Checkbox,
|
|
227
228
|
Fr as Clickhouse,
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
229
|
+
Ur as Clickup,
|
|
230
|
+
Nr as Closeio,
|
|
231
|
+
Kr as Codesandbox,
|
|
232
|
+
qr as Coinbase,
|
|
232
233
|
mo as Collapsible,
|
|
233
234
|
io as CollapsibleContent,
|
|
234
235
|
lo as CollapsibleTrigger,
|
|
235
|
-
|
|
236
|
-
|
|
236
|
+
no as Command,
|
|
237
|
+
xo as CommandDialog,
|
|
237
238
|
go as CommandEmpty,
|
|
238
239
|
uo as CommandGroup,
|
|
239
240
|
bo as CommandInput,
|
|
240
241
|
So as CommandItem,
|
|
241
242
|
co as CommandList,
|
|
242
|
-
|
|
243
|
-
|
|
243
|
+
To as CommandSeparator,
|
|
244
|
+
so as CommandShortcut,
|
|
244
245
|
Xr as Confluence,
|
|
245
246
|
Qr as Datadog,
|
|
246
247
|
Do as Dialog,
|
|
247
248
|
Ao as DialogClose,
|
|
248
249
|
Mo as DialogContent,
|
|
249
|
-
|
|
250
|
-
|
|
250
|
+
Po as DialogDescription,
|
|
251
|
+
ho as DialogFooter,
|
|
251
252
|
Bo as DialogHeader,
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
253
|
+
Io as DialogOverlay,
|
|
254
|
+
ko as DialogPortal,
|
|
255
|
+
Go as DialogTitle,
|
|
255
256
|
Oo as DialogTrigger,
|
|
256
257
|
jr as DigitalOcean,
|
|
257
258
|
oe as Discord,
|
|
258
259
|
ee as Dropbox,
|
|
259
260
|
vo as DropdownMenu,
|
|
260
261
|
wo as DropdownMenuCheckboxItem,
|
|
261
|
-
|
|
262
|
-
|
|
262
|
+
yo as DropdownMenuContent,
|
|
263
|
+
Ho as DropdownMenuGroup,
|
|
263
264
|
Lo as DropdownMenuItem,
|
|
264
265
|
Eo as DropdownMenuLabel,
|
|
265
266
|
Fo as DropdownMenuPortal,
|
|
266
|
-
|
|
267
|
-
|
|
267
|
+
_o as DropdownMenuRadioGroup,
|
|
268
|
+
Uo as DropdownMenuRadioItem,
|
|
268
269
|
Vo as DropdownMenuSeparator,
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
270
|
+
No as DropdownMenuShortcut,
|
|
271
|
+
zo as DropdownMenuSub,
|
|
272
|
+
Ko as DropdownMenuSubContent,
|
|
273
|
+
Wo as DropdownMenuSubTrigger,
|
|
274
|
+
qo as DropdownMenuTrigger,
|
|
274
275
|
pe as E2b,
|
|
275
276
|
me as Ebay,
|
|
276
277
|
ti as EmptyState,
|
|
277
278
|
le as Evernote,
|
|
278
|
-
|
|
279
|
+
ne as Factorial,
|
|
279
280
|
de as Figma,
|
|
280
281
|
ue as Firecrawl,
|
|
281
282
|
Se as Generic,
|
|
282
|
-
|
|
283
|
-
|
|
283
|
+
Te as Github,
|
|
284
|
+
Ce as Gitlab,
|
|
284
285
|
Ae as Gmail,
|
|
285
|
-
|
|
286
|
+
Pe as Google,
|
|
286
287
|
Be as GoogleCalendar,
|
|
287
|
-
|
|
288
|
+
ke as GoogleContacts,
|
|
288
289
|
Oe as GoogleDocs,
|
|
289
290
|
ve as GoogleDrive,
|
|
290
|
-
|
|
291
|
+
ye as GoogleFinance,
|
|
291
292
|
Le as GoogleFlight,
|
|
292
293
|
Fe as GoogleFlights,
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
294
|
+
Ue as GoogleHotels,
|
|
295
|
+
Ne as GoogleJobs,
|
|
296
|
+
Ke as GoogleMaps,
|
|
297
|
+
qe as GoogleNews,
|
|
297
298
|
Xe as GoogleSheets,
|
|
298
299
|
Qe as GoogleShopping,
|
|
299
300
|
je as GoogleSlides,
|
|
@@ -306,38 +307,38 @@ export {
|
|
|
306
307
|
mt as Imgflip,
|
|
307
308
|
ma as Input,
|
|
308
309
|
lt as Intercom,
|
|
309
|
-
|
|
310
|
+
nt as Jira,
|
|
310
311
|
la as Label,
|
|
311
312
|
dt as Linear,
|
|
312
313
|
ut as Linkedin,
|
|
313
314
|
St as Mailchimp,
|
|
314
|
-
|
|
315
|
-
|
|
315
|
+
Tt as Mcp,
|
|
316
|
+
Ct as Microsoft,
|
|
316
317
|
At as MicrosoftDynamics,
|
|
317
|
-
|
|
318
|
+
Pt as MicrosoftSharepoint,
|
|
318
319
|
Bt as MicrosoftTeams,
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
320
|
+
kt as Miro,
|
|
321
|
+
na as MobileTooltip,
|
|
322
|
+
xa as MobileTooltipContent,
|
|
322
323
|
da as MobileTooltipProvider,
|
|
323
324
|
ga as MobileTooltipTrigger,
|
|
324
325
|
Ot as Monday,
|
|
325
326
|
vt as MongoDB,
|
|
326
|
-
|
|
327
|
+
yt as Netsuite,
|
|
327
328
|
Lt as Notion,
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
329
|
+
Ti as OAUTH2_PROVIDER,
|
|
330
|
+
si as OAUTH_PROVIDERS,
|
|
331
|
+
Ci as OAUTH_PROVIDER_CATALOGUE,
|
|
331
332
|
Di as OAuthId,
|
|
332
333
|
Ai as OAuthProviderId,
|
|
333
334
|
Mi as OTHER_OAUTH_PROVIDERS,
|
|
334
335
|
Ft as Oauth,
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
336
|
+
Ut as Obsidian,
|
|
337
|
+
Nt as Okta,
|
|
338
|
+
Kt as OneDrive,
|
|
339
|
+
qt as OutlookCalendar,
|
|
339
340
|
Xt as OutlookMail,
|
|
340
|
-
|
|
341
|
+
Pi as PREBUILT_OAUTH_PROVIDERS,
|
|
341
342
|
Si as PUBLIC_ICON_URL,
|
|
342
343
|
Qt as Pinecone,
|
|
343
344
|
jt as Pinterest,
|
|
@@ -346,33 +347,33 @@ export {
|
|
|
346
347
|
ba as Popover,
|
|
347
348
|
Sa as PopoverAnchor,
|
|
348
349
|
ca as PopoverContent,
|
|
349
|
-
|
|
350
|
+
Ta as PopoverTrigger,
|
|
350
351
|
pp as Postgres,
|
|
351
|
-
|
|
352
|
+
Ca as ProBadge,
|
|
352
353
|
Aa as Progress,
|
|
353
354
|
mp as Quickbooks,
|
|
354
|
-
|
|
355
|
-
|
|
355
|
+
Pa as RadioGroup,
|
|
356
|
+
ha as RadioGroupItem,
|
|
356
357
|
lp as Reddit,
|
|
357
358
|
ai as RequirementBadges,
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
359
|
+
Ia as ResizableHandle,
|
|
360
|
+
ka as ResizablePanel,
|
|
361
|
+
Ga as ResizablePanelGroup,
|
|
362
|
+
np as Salesforce,
|
|
362
363
|
Ra as ScrollArea,
|
|
363
364
|
va as ScrollBar,
|
|
364
|
-
|
|
365
|
-
|
|
365
|
+
ya as Select,
|
|
366
|
+
Ha as SelectContent,
|
|
366
367
|
La as SelectGroup,
|
|
367
368
|
Ea as SelectItem,
|
|
368
369
|
Fa as SelectLabel,
|
|
369
|
-
|
|
370
|
-
|
|
370
|
+
_a as SelectScrollDownButton,
|
|
371
|
+
Ua as SelectScrollUpButton,
|
|
371
372
|
Va as SelectSeparator,
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
373
|
+
Na as SelectTrigger,
|
|
374
|
+
za as SelectValue,
|
|
375
|
+
Wa as Separator,
|
|
376
|
+
Ja as Sheet,
|
|
376
377
|
Xa as SheetClose,
|
|
377
378
|
Za as SheetContent,
|
|
378
379
|
Qa as SheetDescription,
|
|
@@ -389,77 +390,83 @@ export {
|
|
|
389
390
|
im as SidebarGroupContent,
|
|
390
391
|
lm as SidebarGroupLabel,
|
|
391
392
|
fm as SidebarHeader,
|
|
392
|
-
|
|
393
|
-
|
|
393
|
+
nm as SidebarInput,
|
|
394
|
+
xm as SidebarInset,
|
|
394
395
|
dm as SidebarMenu,
|
|
395
396
|
gm as SidebarMenuAction,
|
|
396
397
|
um as SidebarMenuBadge,
|
|
397
398
|
bm as SidebarMenuButton,
|
|
398
399
|
Sm as SidebarMenuItem,
|
|
399
400
|
cm as SidebarMenuSkeleton,
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
401
|
+
Tm as SidebarMenuSub,
|
|
402
|
+
sm as SidebarMenuSubButton,
|
|
403
|
+
Cm as SidebarMenuSubItem,
|
|
403
404
|
Dm as SidebarProvider,
|
|
404
405
|
Am as SidebarRail,
|
|
405
406
|
Mm as SidebarSeparator,
|
|
406
|
-
|
|
407
|
+
Pm as SidebarTrigger,
|
|
407
408
|
up as Singlestore,
|
|
408
|
-
|
|
409
|
+
Im as Skeleton,
|
|
409
410
|
Sp as Slack,
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
411
|
+
Gm as Slider,
|
|
412
|
+
Tp as Snowflake,
|
|
413
|
+
Cp as Splunk,
|
|
413
414
|
Ap as Spotify,
|
|
414
|
-
|
|
415
|
+
Pp as Square,
|
|
415
416
|
Bp as Squarespace,
|
|
416
|
-
|
|
417
|
+
kp as Stripe,
|
|
417
418
|
Rm as Switch,
|
|
418
|
-
|
|
419
|
-
|
|
419
|
+
vi as TOOLKITS,
|
|
420
|
+
wi as TOOLKIT_CATALOGUE,
|
|
421
|
+
Bi as TOOLKIT_ICON_MAP,
|
|
420
422
|
wm as Table,
|
|
421
|
-
|
|
422
|
-
|
|
423
|
+
ym as TableBody,
|
|
424
|
+
Hm as TableCaption,
|
|
423
425
|
Lm as TableCell,
|
|
424
426
|
Em as TableFooter,
|
|
425
427
|
Fm as TableHead,
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
428
|
+
_m as TableHeader,
|
|
429
|
+
Um as TableRow,
|
|
430
|
+
Nm as Tabs,
|
|
431
|
+
zm as TabsContent,
|
|
432
|
+
Km as TabsList,
|
|
433
|
+
Wm as TabsTrigger,
|
|
432
434
|
Op as Tesla,
|
|
433
|
-
|
|
435
|
+
Jm as Textarea,
|
|
434
436
|
vp as Tiktok,
|
|
435
437
|
Zm as Toggle,
|
|
436
438
|
li as ToolCard,
|
|
437
439
|
mi as ToolkitCard,
|
|
438
440
|
ui as ToolkitPicker,
|
|
439
|
-
|
|
441
|
+
ni as ToolkitPickerTrigger,
|
|
440
442
|
di as ToolkitSelectionSummary,
|
|
441
443
|
jm as Tooltip,
|
|
442
444
|
$m as TooltipContent,
|
|
443
445
|
oi as TooltipProvider,
|
|
444
446
|
ri as TooltipTrigger,
|
|
445
|
-
|
|
447
|
+
yp as Trello,
|
|
446
448
|
Lp as Twilio,
|
|
447
449
|
Fp as Twitch,
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
450
|
+
Up as Vercel,
|
|
451
|
+
Np as Walmart,
|
|
452
|
+
Kp as Weaviate,
|
|
453
|
+
qp as Workday,
|
|
452
454
|
Xp as Wrike,
|
|
453
455
|
Qp as X,
|
|
454
456
|
jp as Xero,
|
|
455
457
|
oa as Youtube,
|
|
456
458
|
ea as Zendesk,
|
|
457
459
|
pa as Zoom,
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
460
|
+
k as badgeVariants,
|
|
461
|
+
_ as buttonVariants,
|
|
462
|
+
Hi as findPrebuiltProviderById,
|
|
463
|
+
Li as findPrebuiltProviderByProviderId,
|
|
464
|
+
Ei as findToolkitByName,
|
|
465
|
+
Ii as getToolIconByToolkitName,
|
|
466
|
+
ki as getToolkitIcon,
|
|
467
|
+
Gi as getToolkitIconByName,
|
|
468
|
+
Fi as isKnownToolkit,
|
|
469
|
+
_i as isPrebuiltProvider,
|
|
463
470
|
Qm as toggleVariants,
|
|
464
|
-
|
|
471
|
+
hm as useSidebar
|
|
465
472
|
};
|