@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.
Files changed (58) hide show
  1. package/dist/{arcade-DzMbb7xi.js → arcade-CHE48l2C.js} +1 -1
  2. package/dist/assets/index.css +1 -1
  3. package/dist/components/index.js +1 -1
  4. package/dist/components/ui/atoms/accordion.js +16 -16
  5. package/dist/components/ui/atoms/alert-dialog.js +25 -25
  6. package/dist/components/ui/atoms/avatar.js +7 -7
  7. package/dist/components/ui/atoms/checkbox.js +34 -34
  8. package/dist/components/ui/atoms/dropdown-menu.js +31 -31
  9. package/dist/components/ui/atoms/hover-card.js +19 -19
  10. package/dist/components/ui/atoms/popover.js +9 -9
  11. package/dist/components/ui/atoms/progress.js +11 -11
  12. package/dist/components/ui/atoms/radio-group.js +29 -29
  13. package/dist/components/ui/atoms/resizable.js +1 -1
  14. package/dist/components/ui/atoms/scroll-area.js +40 -40
  15. package/dist/components/ui/atoms/select.js +17 -17
  16. package/dist/components/ui/atoms/sidebar.js +4 -1
  17. package/dist/components/ui/atoms/slider.js +35 -35
  18. package/dist/components/ui/atoms/switch.js +15 -15
  19. package/dist/components/ui/atoms/tabs.js +13 -13
  20. package/dist/components/ui/atoms/tooltip.js +22 -22
  21. package/dist/components/ui/index.js +1 -1
  22. package/dist/components/ui/molecules/index.js +1 -1
  23. package/dist/components/ui/molecules/requirement-badges.js +6 -5
  24. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  25. package/dist/components/ui/molecules/toolkit-picker-trigger.js +20 -23
  26. package/dist/components/ui/molecules/toolkit-selection-summary.js +16 -19
  27. package/dist/components/ui/organisms/toolkit-picker/components/action-buttons.js +6 -6
  28. package/dist/components/ui/organisms/toolkit-picker/components/filter-badges.js +9 -12
  29. package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +12 -11
  30. package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +5 -4
  31. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +4 -7
  32. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +5 -4
  33. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +21 -21
  34. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-filter.test.js +2 -2
  35. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-search.test.js +2 -2
  36. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-selection.test.js +2 -2
  37. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +19 -23
  38. package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.test.js +1773 -1729
  39. package/dist/components/ui/utils/memo.test.js +1 -1
  40. package/dist/lib/arcade/arcade.js +1 -1
  41. package/dist/lib/arcade/arcade.test.js +2 -2
  42. package/dist/lib/utils.test.js +1 -1
  43. package/dist/main.js +195 -188
  44. package/dist/metadata/index.d.ts +1 -0
  45. package/dist/metadata/index.js +23 -16
  46. package/dist/metadata/toolkit-icons.d.ts +27 -0
  47. package/dist/metadata/toolkit-icons.js +227 -0
  48. package/dist/metadata/toolkits.js +341 -643
  49. package/dist/metadata/types.d.ts +1 -3
  50. package/dist/metadata/utils.d.ts +15 -0
  51. package/dist/metadata/utils.js +15 -8
  52. package/dist/{react-resizable-panels.browser-DggUboAp.js → react-resizable-panels.browser-31wAXhAV.js} +2 -1
  53. package/dist/{react.esm-DUaR5u-J.js → react.esm-I5_wjDW6.js} +17509 -15389
  54. package/dist/{toolkit-card-BWuG_NJi.js → toolkit-card-nuE_5OvN.js} +4 -3
  55. package/dist/{vi.bdSIJ99Y-Bs-viS39.js → vi.bdSIJ99Y-DBnM2VfT.js} +1296 -1315
  56. package/package.json +34 -34
  57. package/dist/components/ui/atoms/icons/utils.d.ts +0 -43
  58. 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 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
- import { Avatar as M, AvatarFallback as h, AvatarImage as P } from "./components/ui/atoms/avatar.js";
5
- import { Badge as G, badgeVariants as I } from "./components/ui/atoms/badge.js";
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
- import { Button as F, buttonVariants as U } from "./components/ui/atoms/button.js";
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 N, CardAction as W, CardContent as q, CardDescription as J, CardFooter as K, CardHeader as X, CardTitle as Z } from "./components/ui/atoms/card.js";
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 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
- 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";
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 xr } from "./components/ui/atoms/icons/ashby.js";
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 sr } from "./components/ui/atoms/icons/bamboohr.js";
28
- import { Basecamp as Tr } from "./components/ui/atoms/icons/basecamp.js";
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 hr } from "./components/ui/atoms/icons/bitbucket.js";
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 Ir } from "./components/ui/atoms/icons/box.js";
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 Hr } from "./components/ui/atoms/icons/buffer.js";
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 _r } from "./components/ui/atoms/icons/clickup.js";
39
- import { Closeio as zr } from "./components/ui/atoms/icons/closeio.js";
40
- import { Codesandbox as Wr } from "./components/ui/atoms/icons/codesandbox.js";
41
- import { Coinbase as Jr } from "./components/ui/atoms/icons/coinbase.js";
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 xe } from "./components/ui/atoms/icons/factorial.js";
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 se } from "./components/ui/atoms/icons/github.js";
55
- import { Gitlab as Te } from "./components/ui/atoms/icons/gitlab.js";
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 he } from "./components/ui/atoms/icons/google.js";
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 Ie } from "./components/ui/atoms/icons/google-contacts.js";
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 He } from "./components/ui/atoms/icons/google-finance.js";
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 _e } from "./components/ui/atoms/icons/google-hotels.js";
66
- import { GoogleJobs as ze } from "./components/ui/atoms/icons/google-jobs.js";
67
- import { GoogleMaps as We } from "./components/ui/atoms/icons/google-maps.js";
68
- import { GoogleNews as Je } from "./components/ui/atoms/icons/google-news.js";
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 xt } from "./components/ui/atoms/icons/jira.js";
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 st } from "./components/ui/atoms/icons/mcp.js";
82
- import { Microsoft as Tt } from "./components/ui/atoms/icons/microsoft.js";
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 ht } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
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 It } from "./components/ui/atoms/icons/miro.js";
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 Ht } from "./components/ui/atoms/icons/netsuite.js";
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 _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";
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 xp } from "./components/ui/atoms/icons/salesforce.js";
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 sp } from "./components/ui/atoms/icons/snowflake.js";
109
- import { Splunk as Tp } from "./components/ui/atoms/icons/splunk.js";
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 hp } from "./components/ui/atoms/icons/square.js";
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 Ip } from "./components/ui/atoms/icons/stripe.js";
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 Hp } from "./components/ui/atoms/icons/trello.js";
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 _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";
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 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";
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 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";
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 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";
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 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";
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-BWuG_NJi.js";
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 xi } from "./components/ui/molecules/toolkit-picker-trigger.js";
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 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";
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
- n as AlertDialog,
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
- s as AlertDialogOverlay,
178
- C as AlertDialogPortal,
179
- T as AlertDialogTitle,
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
- xr as Ashby,
186
+ nr as Ashby,
186
187
  dr as Atlassian,
187
188
  ur as Auth0,
188
189
  M as Avatar,
189
- h as AvatarFallback,
190
- P as AvatarImage,
190
+ P as AvatarFallback,
191
+ h as AvatarImage,
191
192
  Sr as Azure,
192
- G as Badge,
193
- sr as Bamboohr,
194
- Tr as Basecamp,
193
+ I as Badge,
194
+ Tr as Bamboohr,
195
+ Cr as Basecamp,
195
196
  Ar as Bill,
196
- hr as Bitbucket,
197
+ Pr as Bitbucket,
197
198
  Br as Bluesky,
198
- Ir as Box,
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
- H as BreadcrumbList,
205
- y as BreadcrumbPage,
205
+ y as BreadcrumbList,
206
+ H as BreadcrumbPage,
206
207
  L as BreadcrumbSeparator,
207
208
  vr as Brex,
208
- Hr as Buffer,
209
+ yr as Buffer,
209
210
  F as Button,
210
211
  V as ByocBadge,
211
- Bi as CATEGORIES,
212
+ Ri as CATEGORIES,
212
213
  Lr as Calendly,
213
- N as Card,
214
- W as CardAction,
215
- q as CardContent,
216
- J as CardDescription,
217
- K as CardFooter,
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
- _r as Clickup,
229
- zr as Closeio,
230
- Wr as Codesandbox,
231
- Jr as Coinbase,
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
- xo as Command,
236
- no as CommandDialog,
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
- so as CommandSeparator,
243
- Co as CommandShortcut,
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
- ho as DialogDescription,
250
- Po as DialogFooter,
250
+ Po as DialogDescription,
251
+ ho as DialogFooter,
251
252
  Bo as DialogHeader,
252
- Go as DialogOverlay,
253
- Io as DialogPortal,
254
- ko as DialogTitle,
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
- Ho as DropdownMenuContent,
262
- yo as DropdownMenuGroup,
262
+ yo as DropdownMenuContent,
263
+ Ho as DropdownMenuGroup,
263
264
  Lo as DropdownMenuItem,
264
265
  Eo as DropdownMenuLabel,
265
266
  Fo as DropdownMenuPortal,
266
- Uo as DropdownMenuRadioGroup,
267
- _o as DropdownMenuRadioItem,
267
+ _o as DropdownMenuRadioGroup,
268
+ Uo as DropdownMenuRadioItem,
268
269
  Vo as DropdownMenuSeparator,
269
- zo as DropdownMenuShortcut,
270
- No as DropdownMenuSub,
271
- Wo as DropdownMenuSubContent,
272
- qo as DropdownMenuSubTrigger,
273
- Jo as DropdownMenuTrigger,
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
- xe as Factorial,
279
+ ne as Factorial,
279
280
  de as Figma,
280
281
  ue as Firecrawl,
281
282
  Se as Generic,
282
- se as Github,
283
- Te as Gitlab,
283
+ Te as Github,
284
+ Ce as Gitlab,
284
285
  Ae as Gmail,
285
- he as Google,
286
+ Pe as Google,
286
287
  Be as GoogleCalendar,
287
- Ie as GoogleContacts,
288
+ ke as GoogleContacts,
288
289
  Oe as GoogleDocs,
289
290
  ve as GoogleDrive,
290
- He as GoogleFinance,
291
+ ye as GoogleFinance,
291
292
  Le as GoogleFlight,
292
293
  Fe as GoogleFlights,
293
- _e as GoogleHotels,
294
- ze as GoogleJobs,
295
- We as GoogleMaps,
296
- Je as GoogleNews,
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
- xt as Jira,
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
- st as Mcp,
315
- Tt as Microsoft,
315
+ Tt as Mcp,
316
+ Ct as Microsoft,
316
317
  At as MicrosoftDynamics,
317
- ht as MicrosoftSharepoint,
318
+ Pt as MicrosoftSharepoint,
318
319
  Bt as MicrosoftTeams,
319
- It as Miro,
320
- xa as MobileTooltip,
321
- na as MobileTooltipContent,
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
- Ht as Netsuite,
327
+ yt as Netsuite,
327
328
  Lt as Notion,
328
- si as OAUTH2_PROVIDER,
329
- Ci as OAUTH_PROVIDERS,
330
- Ti as OAUTH_PROVIDER_CATALOGUE,
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
- _t as Obsidian,
336
- zt as Okta,
337
- Wt as OneDrive,
338
- Jt as OutlookCalendar,
336
+ Ut as Obsidian,
337
+ Nt as Okta,
338
+ Kt as OneDrive,
339
+ qt as OutlookCalendar,
339
340
  Xt as OutlookMail,
340
- hi as PREBUILT_OAUTH_PROVIDERS,
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
- sa as PopoverTrigger,
350
+ Ta as PopoverTrigger,
350
351
  pp as Postgres,
351
- Ta as ProBadge,
352
+ Ca as ProBadge,
352
353
  Aa as Progress,
353
354
  mp as Quickbooks,
354
- ha as RadioGroup,
355
- Pa as RadioGroupItem,
355
+ Pa as RadioGroup,
356
+ ha as RadioGroupItem,
356
357
  lp as Reddit,
357
358
  ai as RequirementBadges,
358
- Ga as ResizableHandle,
359
- Ia as ResizablePanel,
360
- ka as ResizablePanelGroup,
361
- xp as Salesforce,
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
- Ha as Select,
365
- ya as SelectContent,
365
+ ya as Select,
366
+ Ha as SelectContent,
366
367
  La as SelectGroup,
367
368
  Ea as SelectItem,
368
369
  Fa as SelectLabel,
369
- Ua as SelectScrollDownButton,
370
- _a as SelectScrollUpButton,
370
+ _a as SelectScrollDownButton,
371
+ Ua as SelectScrollUpButton,
371
372
  Va as SelectSeparator,
372
- za as SelectTrigger,
373
- Na as SelectValue,
374
- qa as Separator,
375
- Ka as Sheet,
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
- xm as SidebarInput,
393
- nm as SidebarInset,
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
- sm as SidebarMenuSub,
401
- Cm as SidebarMenuSubButton,
402
- Tm as SidebarMenuSubItem,
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
- hm as SidebarTrigger,
407
+ Pm as SidebarTrigger,
407
408
  up as Singlestore,
408
- Gm as Skeleton,
409
+ Im as Skeleton,
409
410
  Sp as Slack,
410
- km as Slider,
411
- sp as Snowflake,
412
- Tp as Splunk,
411
+ Gm as Slider,
412
+ Tp as Snowflake,
413
+ Cp as Splunk,
413
414
  Ap as Spotify,
414
- hp as Square,
415
+ Pp as Square,
415
416
  Bp as Squarespace,
416
- Ip as Stripe,
417
+ kp as Stripe,
417
418
  Rm as Switch,
418
- Gi as TOOLKITS,
419
- Ii as TOOLKIT_CATALOGUE,
419
+ vi as TOOLKITS,
420
+ wi as TOOLKIT_CATALOGUE,
421
+ Bi as TOOLKIT_ICON_MAP,
420
422
  wm as Table,
421
- Hm as TableBody,
422
- ym as TableCaption,
423
+ ym as TableBody,
424
+ Hm as TableCaption,
423
425
  Lm as TableCell,
424
426
  Em as TableFooter,
425
427
  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,
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
- Km as Textarea,
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
- xi as ToolkitPickerTrigger,
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
- Hp as Trello,
447
+ yp as Trello,
446
448
  Lp as Twilio,
447
449
  Fp as Twitch,
448
- _p as Vercel,
449
- zp as Walmart,
450
- Wp as Weaviate,
451
- Jp as Workday,
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
- I as badgeVariants,
459
- U as buttonVariants,
460
- Oi as findPrebuiltProviderById,
461
- Ri as findPrebuiltProviderByProviderId,
462
- vi as isPrebuiltProvider,
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
- Pm as useSidebar
471
+ hm as useSidebar
465
472
  };