@arcadeai/design-system 3.27.5 → 3.27.7

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 (95) hide show
  1. package/dist/assets/icons/attio.js +10 -0
  2. package/dist/assets/icons/claude.js +10 -0
  3. package/dist/assets/icons/cline.js +10 -0
  4. package/dist/assets/icons/cursor-install-dark.js +12 -0
  5. package/dist/assets/icons/cursor-install-light.js +12 -0
  6. package/dist/assets/icons/gemini.js +12 -0
  7. package/dist/assets/icons/goose.js +13 -0
  8. package/dist/assets/icons/openai.js +10 -0
  9. package/dist/assets/icons/vscode.js +12 -0
  10. package/dist/assets/icons/windsurf.js +10 -0
  11. package/dist/components/index.js +416 -396
  12. package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
  13. package/dist/components/ui/atoms/checkbox.js +100 -100
  14. package/dist/components/ui/atoms/icons/attio.d.ts +4 -0
  15. package/dist/components/ui/atoms/icons/attio.d.ts.map +1 -0
  16. package/dist/components/ui/atoms/icons/attio.js +27 -0
  17. package/dist/components/ui/atoms/icons/claude.d.ts +4 -0
  18. package/dist/components/ui/atoms/icons/claude.d.ts.map +1 -0
  19. package/dist/components/ui/atoms/icons/claude.js +27 -0
  20. package/dist/components/ui/atoms/icons/cline.d.ts +4 -0
  21. package/dist/components/ui/atoms/icons/cline.d.ts.map +1 -0
  22. package/dist/components/ui/atoms/icons/cline.js +23 -0
  23. package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts +4 -0
  24. package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts.map +1 -0
  25. package/dist/components/ui/atoms/icons/cursor-install-dark.js +79 -0
  26. package/dist/components/ui/atoms/icons/cursor-install-light.d.ts +4 -0
  27. package/dist/components/ui/atoms/icons/cursor-install-light.d.ts.map +1 -0
  28. package/dist/components/ui/atoms/icons/cursor-install-light.js +79 -0
  29. package/dist/components/ui/atoms/icons/gemini.d.ts +4 -0
  30. package/dist/components/ui/atoms/icons/gemini.d.ts.map +1 -0
  31. package/dist/components/ui/atoms/icons/gemini.js +234 -0
  32. package/dist/components/ui/atoms/icons/goose.d.ts +4 -0
  33. package/dist/components/ui/atoms/icons/goose.d.ts.map +1 -0
  34. package/dist/components/ui/atoms/icons/goose.js +22 -0
  35. package/dist/components/ui/atoms/icons/index.d.ts +10 -0
  36. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  37. package/dist/components/ui/atoms/icons/index.js +256 -236
  38. package/dist/components/ui/atoms/icons/openai.d.ts +4 -0
  39. package/dist/components/ui/atoms/icons/openai.d.ts.map +1 -0
  40. package/dist/components/ui/atoms/icons/openai.js +26 -0
  41. package/dist/components/ui/atoms/icons/vscode.d.ts +4 -0
  42. package/dist/components/ui/atoms/icons/vscode.d.ts.map +1 -0
  43. package/dist/components/ui/atoms/icons/vscode.js +187 -0
  44. package/dist/components/ui/atoms/icons/windsurf.d.ts +4 -0
  45. package/dist/components/ui/atoms/icons/windsurf.d.ts.map +1 -0
  46. package/dist/components/ui/atoms/icons/windsurf.js +26 -0
  47. package/dist/components/ui/atoms/index.js +399 -379
  48. package/dist/components/ui/index.js +416 -396
  49. package/dist/components/ui/molecules/index.js +1 -1
  50. package/dist/components/ui/molecules/requirement-badges.d.ts +6 -3
  51. package/dist/components/ui/molecules/requirement-badges.d.ts.map +1 -1
  52. package/dist/components/ui/molecules/requirement-badges.js +1 -1
  53. package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
  54. package/dist/components/ui/molecules/tool-card.js +55 -54
  55. package/dist/components/ui/molecules/toolkit-card.d.ts.map +1 -1
  56. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  57. package/dist/components/ui/molecules/toolkit-picker-trigger.js +34 -34
  58. package/dist/components/ui/molecules/toolkit-selection-summary.d.ts.map +1 -1
  59. package/dist/components/ui/molecules/toolkit-selection-summary.js +5 -5
  60. package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +1 -1
  61. package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +1 -1
  62. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
  63. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.d.ts.map +1 -1
  64. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +101 -74
  65. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.d.ts.map +1 -1
  66. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +74 -50
  67. package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.d.ts +21 -0
  68. package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.d.ts.map +1 -0
  69. package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.js +29 -0
  70. package/dist/components/ui/organisms/toolkit-picker/hooks/featured-toolkits.d.ts +1 -1
  71. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts +8 -0
  72. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts.map +1 -1
  73. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js +120 -51
  74. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
  75. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +55 -24
  76. package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +20 -20
  77. package/dist/hooks/use-is-truncated.d.ts +13 -0
  78. package/dist/hooks/use-is-truncated.d.ts.map +1 -0
  79. package/dist/hooks/use-is-truncated.js +20 -0
  80. package/dist/lib/arcade/arcade.d.ts +0 -24
  81. package/dist/lib/arcade/arcade.d.ts.map +1 -1
  82. package/dist/lib/arcade/arcade.js +258 -421
  83. package/dist/lib/arcade/toolkit-collection.d.ts +15 -0
  84. package/dist/lib/arcade/toolkit-collection.d.ts.map +1 -0
  85. package/dist/lib/arcade/toolkit-collection.js +149 -0
  86. package/dist/main.js +455 -435
  87. package/dist/metadata/oauth-providers.d.ts +2 -0
  88. package/dist/metadata/oauth-providers.d.ts.map +1 -1
  89. package/dist/metadata/oauth-providers.js +84 -72
  90. package/dist/metadata/toolkits.js +7 -7
  91. package/dist/metadata/utils.d.ts +4 -7
  92. package/dist/metadata/utils.d.ts.map +1 -1
  93. package/dist/metadata/utils.js +16 -13
  94. package/dist/{toolkit-card-D6Dqff6p.js → toolkit-card-Cmp_yG03.js} +115 -110
  95. package/package.json +34 -23
package/dist/main.js CHANGED
@@ -1,181 +1,191 @@
1
1
  import { Accordion as e, AccordionContent as t, AccordionItem as p, AccordionTrigger as a } from "./components/ui/atoms/accordion.js";
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 u, AlertDialogContent as g, AlertDialogDescription as S, AlertDialogFooter as b, AlertDialogHeader as c, AlertDialogOverlay as s, AlertDialogPortal as T, AlertDialogTitle as C, AlertDialogTrigger as D } from "./components/ui/atoms/alert-dialog.js";
4
- import { Avatar as P, AvatarFallback as h, AvatarImage as M } from "./components/ui/atoms/avatar.js";
2
+ import { Alert as i, AlertDescription as f, AlertTitle as l } from "./components/ui/atoms/alert.js";
3
+ import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as u, AlertDialogContent as g, AlertDialogDescription as s, AlertDialogFooter as S, AlertDialogHeader as b, AlertDialogOverlay as c, AlertDialogPortal as C, AlertDialogTitle as T, AlertDialogTrigger as D } from "./components/ui/atoms/alert-dialog.js";
4
+ import { Avatar as h, AvatarFallback as P, AvatarImage as k } from "./components/ui/atoms/avatar.js";
5
5
  import { Badge as B, badgeVariants as I } from "./components/ui/atoms/badge.js";
6
- import { Breadcrumb as G, BreadcrumbEllipsis as R, BreadcrumbItem as v, BreadcrumbLink as y, BreadcrumbList as w, BreadcrumbPage as H, BreadcrumbSeparator as L } from "./components/ui/atoms/breadcrumb.js";
6
+ import { Breadcrumb as O, BreadcrumbEllipsis as R, BreadcrumbItem as v, BreadcrumbLink as y, BreadcrumbList as w, BreadcrumbPage as H, BreadcrumbSeparator as L } from "./components/ui/atoms/breadcrumb.js";
7
7
  import { Button as _, buttonVariants as F } from "./components/ui/atoms/button.js";
8
- import { ByocBadge as V } from "./components/ui/atoms/byoc-badge.js";
9
- import { C as z, a as Z } from "./calendar-w1IATMME.js";
10
- import { Card as K, CardAction as W, CardContent as J, CardDescription as X, CardFooter as Q, CardHeader as Y, CardTitle as j } from "./components/ui/atoms/card.js";
8
+ import { ByocBadge as U } from "./components/ui/atoms/byoc-badge.js";
9
+ import { C as z, a as W } from "./calendar-w1IATMME.js";
10
+ import { Card as q, CardAction as K, CardContent as J, CardDescription as X, CardFooter as Q, CardHeader as Y, CardTitle as j } from "./components/ui/atoms/card.js";
11
11
  import { ChartContainer as oo, ChartLegend as ro, ChartLegendContent as eo, ChartStyle as to, ChartTooltip as po, ChartTooltipContent as ao } from "./components/ui/atoms/chart.js";
12
12
  import { Checkbox as io } from "./components/ui/atoms/checkbox.js";
13
- import { Collapsible as fo, CollapsibleContent as xo, CollapsibleTrigger as no } from "./components/ui/atoms/collapsible.js";
14
- import { Command as go, CommandDialog as So, CommandEmpty as bo, CommandGroup as co, CommandInput as so, CommandItem as To, CommandList as Co, CommandSeparator as Do, CommandShortcut as Ao } from "./components/ui/atoms/command.js";
15
- import { Dialog as ho, DialogClose as Mo, DialogContent as ko, DialogDescription as Bo, DialogFooter as Io, DialogHeader as Oo, DialogOverlay as Go, DialogPortal as Ro, DialogTitle as vo, DialogTrigger as yo } from "./components/ui/atoms/dialog.js";
16
- import { DropdownMenu as Ho, DropdownMenuCheckboxItem as Lo, DropdownMenuContent as Eo, DropdownMenuGroup as _o, DropdownMenuItem as Fo, DropdownMenuLabel as Uo, DropdownMenuPortal as Vo, DropdownMenuRadioGroup as No, DropdownMenuRadioItem as zo, DropdownMenuSeparator as Zo, DropdownMenuShortcut as qo, DropdownMenuSub as Ko, DropdownMenuSubContent as Wo, DropdownMenuSubTrigger as Jo, DropdownMenuTrigger as Xo } from "./components/ui/atoms/dropdown-menu.js";
13
+ import { Collapsible as lo, CollapsibleContent as xo, CollapsibleTrigger as no } from "./components/ui/atoms/collapsible.js";
14
+ import { Command as go, CommandDialog as so, CommandEmpty as So, CommandGroup as bo, CommandInput as co, CommandItem as Co, CommandList as To, CommandSeparator as Do, CommandShortcut as Ao } from "./components/ui/atoms/command.js";
15
+ import { Dialog as Po, DialogClose as ko, DialogContent as Mo, DialogDescription as Bo, DialogFooter as Io, DialogHeader as Go, DialogOverlay as Oo, DialogPortal as Ro, DialogTitle as vo, DialogTrigger as yo } from "./components/ui/atoms/dialog.js";
16
+ import { DropdownMenu as Ho, DropdownMenuCheckboxItem as Lo, DropdownMenuContent as Eo, DropdownMenuGroup as _o, DropdownMenuItem as Fo, DropdownMenuLabel as Vo, DropdownMenuPortal as Uo, DropdownMenuRadioGroup as No, DropdownMenuRadioItem as zo, DropdownMenuSeparator as Wo, DropdownMenuShortcut as Zo, DropdownMenuSub as qo, DropdownMenuSubContent as Ko, DropdownMenuSubTrigger as Jo, DropdownMenuTrigger as Xo } from "./components/ui/atoms/dropdown-menu.js";
17
17
  import { HoverCard as Yo, HoverCardContent as jo, HoverCardTrigger as $o } from "./components/ui/atoms/hover-card.js";
18
18
  import { Adp as rr } from "./components/ui/atoms/icons/adp.js";
19
19
  import { Aha as tr } from "./components/ui/atoms/icons/aha.js";
20
20
  import { Airtable as ar } from "./components/ui/atoms/icons/airtable.js";
21
21
  import { Amplitude as ir } from "./components/ui/atoms/icons/amplitude.js";
22
- import { Arcade as fr } from "./components/ui/atoms/icons/arcade.js";
22
+ import { Arcade as lr } from "./components/ui/atoms/icons/arcade.js";
23
23
  import { Asana as nr } from "./components/ui/atoms/icons/asana.js";
24
24
  import { Ashby as ur } from "./components/ui/atoms/icons/ashby.js";
25
- import { Atlassian as Sr } from "./components/ui/atoms/icons/atlassian.js";
26
- import { Auth0 as cr } from "./components/ui/atoms/icons/auth0.js";
27
- import { Azure as Tr } from "./components/ui/atoms/icons/azure.js";
28
- import { Bamboohr as Dr } from "./components/ui/atoms/icons/bamboohr.js";
29
- import { Basecamp as Pr } from "./components/ui/atoms/icons/basecamp.js";
30
- import { Bill as Mr } from "./components/ui/atoms/icons/bill.js";
31
- import { Bitbucket as Br } from "./components/ui/atoms/icons/bitbucket.js";
32
- import { Bluesky as Or } from "./components/ui/atoms/icons/bluesky.js";
33
- import { Box as Rr } from "./components/ui/atoms/icons/box.js";
34
- import { Braze as yr } from "./components/ui/atoms/icons/braze.js";
35
- import { Brex as Hr } from "./components/ui/atoms/icons/brex.js";
36
- import { Brightdata as Er } from "./components/ui/atoms/icons/brightdata.js";
37
- import { Buffer as Fr } from "./components/ui/atoms/icons/buffer.js";
38
- import { Calendly as Vr } from "./components/ui/atoms/icons/calendly.js";
39
- import { Clickhouse as zr } from "./components/ui/atoms/icons/clickhouse.js";
40
- import { Clickup as qr } from "./components/ui/atoms/icons/clickup.js";
41
- import { Closeio as Wr } from "./components/ui/atoms/icons/closeio.js";
42
- import { Codesandbox as Xr } from "./components/ui/atoms/icons/codesandbox.js";
43
- import { Coinbase as Yr } from "./components/ui/atoms/icons/coinbase.js";
44
- import { Confluence as $r } from "./components/ui/atoms/icons/confluence.js";
45
- import { Cursor as re } from "./components/ui/atoms/icons/cursor.js";
46
- import { Customerio as te } from "./components/ui/atoms/icons/customerio.js";
47
- import { Datadog as ae } from "./components/ui/atoms/icons/datadog.js";
48
- import { DigitalOcean as ie } from "./components/ui/atoms/icons/digital-ocean.js";
49
- import { Discord as fe } from "./components/ui/atoms/icons/discord.js";
50
- import { Dropbox as ne } from "./components/ui/atoms/icons/dropbox.js";
51
- import { E2b as ue } from "./components/ui/atoms/icons/e2b.js";
52
- import { Ebay as Se } from "./components/ui/atoms/icons/ebay.js";
53
- import { Evernote as ce } from "./components/ui/atoms/icons/evernote.js";
54
- import { Exa as Te } from "./components/ui/atoms/icons/exa.js";
55
- import { Factorial as De } from "./components/ui/atoms/icons/factorial.js";
56
- import { Figma as Pe } from "./components/ui/atoms/icons/figma.js";
57
- import { Firecrawl as Me } from "./components/ui/atoms/icons/firecrawl.js";
58
- import { Freshservice as Be } from "./components/ui/atoms/icons/freshservice.js";
59
- import { Generic as Oe } from "./components/ui/atoms/icons/generic.js";
60
- import { Github as Re } from "./components/ui/atoms/icons/github.js";
61
- import { Gitlab as ye } from "./components/ui/atoms/icons/gitlab.js";
62
- import { Gmail as He } from "./components/ui/atoms/icons/gmail.js";
63
- import { Google as Ee } from "./components/ui/atoms/icons/google.js";
64
- import { GoogleCalendar as Fe } from "./components/ui/atoms/icons/google-calendar.js";
65
- import { GoogleContacts as Ve } from "./components/ui/atoms/icons/google-contacts.js";
66
- import { GoogleDocs as ze } from "./components/ui/atoms/icons/google-docs.js";
67
- import { GoogleDrive as qe } from "./components/ui/atoms/icons/google-drive.js";
68
- import { GoogleFinance as We } from "./components/ui/atoms/icons/google-finance.js";
69
- import { GoogleFlight as Xe } from "./components/ui/atoms/icons/google-flight.js";
70
- import { GoogleFlights as Ye } from "./components/ui/atoms/icons/google-flights.js";
71
- import { GoogleHotels as $e } from "./components/ui/atoms/icons/google-hotels.js";
72
- import { GoogleJobs as rt } from "./components/ui/atoms/icons/google-jobs.js";
73
- import { GoogleMaps as tt } from "./components/ui/atoms/icons/google-maps.js";
74
- import { GoogleNews as at } from "./components/ui/atoms/icons/google-news.js";
75
- import { GoogleSheets as it } from "./components/ui/atoms/icons/google-sheets.js";
76
- import { GoogleShopping as ft } from "./components/ui/atoms/icons/google-shopping.js";
77
- import { GoogleSlides as nt } from "./components/ui/atoms/icons/google-slides.js";
78
- import { Heroku as ut } from "./components/ui/atoms/icons/heroku.js";
79
- import { Hootsuite as St } from "./components/ui/atoms/icons/hootsuite.js";
80
- import { Hubspot as ct } from "./components/ui/atoms/icons/hubspot.js";
81
- import { Imgflip as Tt } from "./components/ui/atoms/icons/imgflip.js";
82
- import { Intercom as Dt } from "./components/ui/atoms/icons/intercom.js";
83
- import { Jira as Pt } from "./components/ui/atoms/icons/jira.js";
84
- import { Linear as Mt } from "./components/ui/atoms/icons/linear.js";
85
- import { Linkedin as Bt } from "./components/ui/atoms/icons/linkedin.js";
86
- import { Luma as Ot } from "./components/ui/atoms/icons/luma.js";
87
- import { Mailchimp as Rt } from "./components/ui/atoms/icons/mailchimp.js";
88
- import { Mcp as yt } from "./components/ui/atoms/icons/mcp.js";
89
- import { Microsoft as Ht } from "./components/ui/atoms/icons/microsoft.js";
90
- import { MicrosoftDynamics as Et } from "./components/ui/atoms/icons/microsoft-dynamics.js";
91
- import { MicrosoftSharepoint as Ft } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
92
- import { MicrosoftTeams as Vt } from "./components/ui/atoms/icons/microsoft-teams.js";
93
- import { Miro as zt } from "./components/ui/atoms/icons/miro.js";
94
- import { Monday as qt } from "./components/ui/atoms/icons/monday.js";
95
- import { MongoDB as Wt } from "./components/ui/atoms/icons/mongodb.js";
96
- import { Netsuite as Xt } from "./components/ui/atoms/icons/netsuite.js";
97
- import { Notion as Yt } from "./components/ui/atoms/icons/notion.js";
98
- import { Oauth as $t } from "./components/ui/atoms/icons/oauth.js";
99
- import { Obsidian as rp } from "./components/ui/atoms/icons/obsidian.js";
100
- import { Okta as tp } from "./components/ui/atoms/icons/okta.js";
101
- import { OneDrive as ap } from "./components/ui/atoms/icons/one-drive.js";
102
- import { OutlookCalendar as ip } from "./components/ui/atoms/icons/outlook-calendar.js";
103
- import { OutlookMail as fp } from "./components/ui/atoms/icons/outlook-mail.js";
104
- import { Pagerduty as np } from "./components/ui/atoms/icons/pagerduty.js";
105
- import { Pinecone as up } from "./components/ui/atoms/icons/pinecone.js";
106
- import { Pinterest as Sp } from "./components/ui/atoms/icons/pinterest.js";
107
- import { Pipedrive as cp } from "./components/ui/atoms/icons/pipedrive.js";
108
- import { Plaid as Tp } from "./components/ui/atoms/icons/plaid.js";
109
- import { Postgres as Dp } from "./components/ui/atoms/icons/postgres.js";
110
- import { Posthog as Pp } from "./components/ui/atoms/icons/posthog.js";
111
- import { Pylon as Mp } from "./components/ui/atoms/icons/pylon.js";
112
- import { Quickbooks as Bp } from "./components/ui/atoms/icons/quickbooks.js";
113
- import { Railway as Op } from "./components/ui/atoms/icons/railway.js";
114
- import { Reddit as Rp } from "./components/ui/atoms/icons/reddit.js";
115
- import { Salesforce as yp } from "./components/ui/atoms/icons/salesforce.js";
116
- import { Shopify as Hp } from "./components/ui/atoms/icons/shopify.js";
117
- import { Singlestore as Ep } from "./components/ui/atoms/icons/singlestore.js";
118
- import { Slack as Fp } from "./components/ui/atoms/icons/slack.js";
119
- import { Snowflake as Vp } from "./components/ui/atoms/icons/snowflake.js";
120
- import { Splunk as zp } from "./components/ui/atoms/icons/splunk.js";
121
- import { Spotify as qp } from "./components/ui/atoms/icons/spotify.js";
122
- import { Square as Wp } from "./components/ui/atoms/icons/square.js";
123
- import { Squarespace as Xp } from "./components/ui/atoms/icons/squarespace.js";
124
- import { Squareup as Yp } from "./components/ui/atoms/icons/squareup.js";
125
- import { Stripe as $p } from "./components/ui/atoms/icons/stripe.js";
126
- import { Tesla as ra } from "./components/ui/atoms/icons/tesla.js";
127
- import { Ticktick as ta } from "./components/ui/atoms/icons/ticktick.js";
128
- import { Tiktok as aa } from "./components/ui/atoms/icons/tiktok.js";
129
- import { Trello as ia } from "./components/ui/atoms/icons/trello.js";
130
- import { Twilio as fa } from "./components/ui/atoms/icons/twilio.js";
131
- import { Twitch as na } from "./components/ui/atoms/icons/twitch.js";
132
- import { Vercel as ua } from "./components/ui/atoms/icons/vercel.js";
133
- import { Walmart as Sa } from "./components/ui/atoms/icons/walmart.js";
134
- import { Weaviate as ca } from "./components/ui/atoms/icons/weaviate.js";
135
- import { Workday as Ta } from "./components/ui/atoms/icons/workday.js";
136
- import { Wrike as Da } from "./components/ui/atoms/icons/wrike.js";
137
- import { X as Pa } from "./components/ui/atoms/icons/x.js";
138
- import { Xero as Ma } from "./components/ui/atoms/icons/xero.js";
139
- import { Youtube as Ba } from "./components/ui/atoms/icons/youtube.js";
140
- import { Zendesk as Oa } from "./components/ui/atoms/icons/zendesk.js";
141
- import { Zoho as Ra } from "./components/ui/atoms/icons/zoho.js";
142
- import { ZohoBooks as ya } from "./components/ui/atoms/icons/zoho-books.js";
143
- import { ZohoCreator as Ha } from "./components/ui/atoms/icons/zoho-creator.js";
144
- import { Zoom as Ea } from "./components/ui/atoms/icons/zoom.js";
145
- import { Input as Fa } from "./components/ui/atoms/input.js";
146
- import { Label as Va } from "./components/ui/atoms/label.js";
147
- import { MobileTooltip as za, MobileTooltipContent as Za, MobileTooltipProvider as qa, MobileTooltipTrigger as Ka } from "./components/ui/atoms/mobile-tooltip.js";
148
- import { Popover as Ja, PopoverAnchor as Xa, PopoverContent as Qa, PopoverTrigger as Ya } from "./components/ui/atoms/popover.js";
149
- import { ProBadge as $a } from "./components/ui/atoms/pro-badge.js";
150
- import { Progress as rm } from "./components/ui/atoms/progress.js";
151
- import { RadioGroup as tm, RadioGroupItem as pm } from "./components/ui/atoms/radio-group.js";
152
- import { ResizableHandle as mm, ResizablePanel as im, ResizablePanelGroup as lm } from "./components/ui/atoms/resizable.js";
153
- import { ScrollArea as xm, ScrollBar as nm } from "./components/ui/atoms/scroll-area.js";
154
- import { Select as um, SelectContent as gm, SelectGroup as Sm, SelectItem as bm, SelectLabel as cm, SelectScrollDownButton as sm, SelectScrollUpButton as Tm, SelectSeparator as Cm, SelectTrigger as Dm, SelectValue as Am } from "./components/ui/atoms/select.js";
155
- import { Separator as hm } from "./components/ui/atoms/separator.js";
156
- import { Sheet as km, SheetClose as Bm, SheetContent as Im, SheetDescription as Om, SheetFooter as Gm, SheetHeader as Rm, SheetTitle as vm, SheetTrigger as ym } from "./components/ui/atoms/sheet.js";
157
- import { Sidebar as Hm, SidebarContent as Lm, SidebarFooter as Em, SidebarGroup as _m, SidebarGroupAction as Fm, SidebarGroupContent as Um, SidebarGroupLabel as Vm, SidebarHeader as Nm, SidebarInput as zm, SidebarInset as Zm, SidebarMenu as qm, SidebarMenuAction as Km, SidebarMenuBadge as Wm, SidebarMenuButton as Jm, SidebarMenuItem as Xm, SidebarMenuSkeleton as Qm, SidebarMenuSub as Ym, SidebarMenuSubButton as jm, SidebarMenuSubItem as $m, SidebarProvider as oi, SidebarRail as ri, SidebarSeparator as ei, SidebarTrigger as ti, useSidebar as pi } from "./components/ui/atoms/sidebar.js";
158
- import { Skeleton as mi } from "./components/ui/atoms/skeleton.js";
159
- import { Slider as li } from "./components/ui/atoms/slider.js";
160
- import { Switch as xi } from "./components/ui/atoms/switch.js";
161
- import { Table as di, TableBody as ui, TableCaption as gi, TableCell as Si, TableFooter as bi, TableHead as ci, TableHeader as si, TableRow as Ti } from "./components/ui/atoms/table.js";
162
- import { Tabs as Di, TabsContent as Ai, TabsList as Pi, TabsTrigger as hi } from "./components/ui/atoms/tabs.js";
163
- import { Textarea as ki } from "./components/ui/atoms/textarea.js";
164
- import { Toggle as Ii, toggleVariants as Oi } from "./components/ui/atoms/toggle.js";
165
- import { Tooltip as Ri, TooltipContent as vi, TooltipProvider as yi, TooltipTrigger as wi } from "./components/ui/atoms/tooltip.js";
166
- import { VirtualizedGrid as Li } from "./components/ui/atoms/virtualized-grid.js";
167
- import { DateTimePicker as _i } from "./components/ui/molecules/date-time-picker.js";
168
- import { EmptyState as Ui } from "./components/ui/molecules/empty-state.js";
169
- import { R as Ni, T as zi } from "./toolkit-card-D6Dqff6p.js";
170
- import { ToolCard as qi } from "./components/ui/molecules/tool-card.js";
171
- import { ToolkitPickerTrigger as Wi } from "./components/ui/molecules/toolkit-picker-trigger.js";
172
- import { ToolkitSelectionSummary as Xi } from "./components/ui/molecules/toolkit-selection-summary.js";
173
- import { ToolkitPicker as Yi } from "./components/ui/organisms/toolkit-picker/index.js";
174
- import { PUBLIC_ICON_URL as $i } from "./metadata/constants.js";
175
- import { MCP_OAUTH2_PROVIDER as rl, OAUTH2_PROVIDER as el, OAUTH_PROVIDERS as tl, OAUTH_PROVIDER_CATALOGUE as pl, OAuthId as al, OAuthProviderId as ml, OTHER_OAUTH_PROVIDERS as il, PREBUILT_OAUTH_PROVIDERS as ll } from "./metadata/oauth-providers.js";
176
- import { TOOLKIT_ICON_MAP as xl, getToolIconByToolkitName as nl, getToolkitIcon as dl, getToolkitIconByName as ul } from "./metadata/toolkit-icons.js";
177
- import { CATEGORIES as Sl, TOOLKITS as bl, TOOLKIT_CATALOGUE as cl } from "./metadata/toolkits.js";
178
- import { findPrebuiltProviderById as Tl, findPrebuiltProviderByProviderId as Cl, findToolkitByName as Dl, isKnownToolkit as Al, isPrebuiltProvider as Pl } from "./metadata/utils.js";
25
+ import { Atlassian as sr } from "./components/ui/atoms/icons/atlassian.js";
26
+ import { Attio as br } from "./components/ui/atoms/icons/attio.js";
27
+ import { Auth0 as Cr } from "./components/ui/atoms/icons/auth0.js";
28
+ import { Azure as Dr } from "./components/ui/atoms/icons/azure.js";
29
+ import { Bamboohr as hr } from "./components/ui/atoms/icons/bamboohr.js";
30
+ import { Basecamp as kr } from "./components/ui/atoms/icons/basecamp.js";
31
+ import { Bill as Br } from "./components/ui/atoms/icons/bill.js";
32
+ import { Bitbucket as Gr } from "./components/ui/atoms/icons/bitbucket.js";
33
+ import { Bluesky as Rr } from "./components/ui/atoms/icons/bluesky.js";
34
+ import { Box as yr } from "./components/ui/atoms/icons/box.js";
35
+ import { Braze as Hr } from "./components/ui/atoms/icons/braze.js";
36
+ import { Brex as Er } from "./components/ui/atoms/icons/brex.js";
37
+ import { Brightdata as Fr } from "./components/ui/atoms/icons/brightdata.js";
38
+ import { Buffer as Ur } from "./components/ui/atoms/icons/buffer.js";
39
+ import { Calendly as zr } from "./components/ui/atoms/icons/calendly.js";
40
+ import { Claude as Zr } from "./components/ui/atoms/icons/claude.js";
41
+ import { Clickhouse as Kr } from "./components/ui/atoms/icons/clickhouse.js";
42
+ import { Clickup as Xr } from "./components/ui/atoms/icons/clickup.js";
43
+ import { Cline as Yr } from "./components/ui/atoms/icons/cline.js";
44
+ import { Closeio as $r } from "./components/ui/atoms/icons/closeio.js";
45
+ import { Codesandbox as re } from "./components/ui/atoms/icons/codesandbox.js";
46
+ import { Coinbase as te } from "./components/ui/atoms/icons/coinbase.js";
47
+ import { Confluence as ae } from "./components/ui/atoms/icons/confluence.js";
48
+ import { Cursor as ie } from "./components/ui/atoms/icons/cursor.js";
49
+ import { CursorInstallDark as le } from "./components/ui/atoms/icons/cursor-install-dark.js";
50
+ import { CursorInstallLight as ne } from "./components/ui/atoms/icons/cursor-install-light.js";
51
+ import { Customerio as ue } from "./components/ui/atoms/icons/customerio.js";
52
+ import { Datadog as se } from "./components/ui/atoms/icons/datadog.js";
53
+ import { DigitalOcean as be } from "./components/ui/atoms/icons/digital-ocean.js";
54
+ import { Discord as Ce } from "./components/ui/atoms/icons/discord.js";
55
+ import { Dropbox as De } from "./components/ui/atoms/icons/dropbox.js";
56
+ import { E2b as he } from "./components/ui/atoms/icons/e2b.js";
57
+ import { Ebay as ke } from "./components/ui/atoms/icons/ebay.js";
58
+ import { Evernote as Be } from "./components/ui/atoms/icons/evernote.js";
59
+ import { Exa as Ge } from "./components/ui/atoms/icons/exa.js";
60
+ import { Factorial as Re } from "./components/ui/atoms/icons/factorial.js";
61
+ import { Figma as ye } from "./components/ui/atoms/icons/figma.js";
62
+ import { Firecrawl as He } from "./components/ui/atoms/icons/firecrawl.js";
63
+ import { Freshservice as Ee } from "./components/ui/atoms/icons/freshservice.js";
64
+ import { Gemini as Fe } from "./components/ui/atoms/icons/gemini.js";
65
+ import { Generic as Ue } from "./components/ui/atoms/icons/generic.js";
66
+ import { Github as ze } from "./components/ui/atoms/icons/github.js";
67
+ import { Gitlab as Ze } from "./components/ui/atoms/icons/gitlab.js";
68
+ import { Gmail as Ke } from "./components/ui/atoms/icons/gmail.js";
69
+ import { Google as Xe } from "./components/ui/atoms/icons/google.js";
70
+ import { GoogleCalendar as Ye } from "./components/ui/atoms/icons/google-calendar.js";
71
+ import { GoogleContacts as $e } from "./components/ui/atoms/icons/google-contacts.js";
72
+ import { GoogleDocs as rt } from "./components/ui/atoms/icons/google-docs.js";
73
+ import { GoogleDrive as tt } from "./components/ui/atoms/icons/google-drive.js";
74
+ import { GoogleFinance as at } from "./components/ui/atoms/icons/google-finance.js";
75
+ import { GoogleFlight as it } from "./components/ui/atoms/icons/google-flight.js";
76
+ import { GoogleFlights as lt } from "./components/ui/atoms/icons/google-flights.js";
77
+ import { GoogleHotels as nt } from "./components/ui/atoms/icons/google-hotels.js";
78
+ import { GoogleJobs as ut } from "./components/ui/atoms/icons/google-jobs.js";
79
+ import { GoogleMaps as st } from "./components/ui/atoms/icons/google-maps.js";
80
+ import { GoogleNews as bt } from "./components/ui/atoms/icons/google-news.js";
81
+ import { GoogleSheets as Ct } from "./components/ui/atoms/icons/google-sheets.js";
82
+ import { GoogleShopping as Dt } from "./components/ui/atoms/icons/google-shopping.js";
83
+ import { GoogleSlides as ht } from "./components/ui/atoms/icons/google-slides.js";
84
+ import { Goose as kt } from "./components/ui/atoms/icons/goose.js";
85
+ import { Heroku as Bt } from "./components/ui/atoms/icons/heroku.js";
86
+ import { Hootsuite as Gt } from "./components/ui/atoms/icons/hootsuite.js";
87
+ import { Hubspot as Rt } from "./components/ui/atoms/icons/hubspot.js";
88
+ import { Imgflip as yt } from "./components/ui/atoms/icons/imgflip.js";
89
+ import { Intercom as Ht } from "./components/ui/atoms/icons/intercom.js";
90
+ import { Jira as Et } from "./components/ui/atoms/icons/jira.js";
91
+ import { Linear as Ft } from "./components/ui/atoms/icons/linear.js";
92
+ import { Linkedin as Ut } from "./components/ui/atoms/icons/linkedin.js";
93
+ import { Luma as zt } from "./components/ui/atoms/icons/luma.js";
94
+ import { Mailchimp as Zt } from "./components/ui/atoms/icons/mailchimp.js";
95
+ import { Mcp as Kt } from "./components/ui/atoms/icons/mcp.js";
96
+ import { Microsoft as Xt } from "./components/ui/atoms/icons/microsoft.js";
97
+ import { MicrosoftDynamics as Yt } from "./components/ui/atoms/icons/microsoft-dynamics.js";
98
+ import { MicrosoftSharepoint as $t } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
99
+ import { MicrosoftTeams as rp } from "./components/ui/atoms/icons/microsoft-teams.js";
100
+ import { Miro as tp } from "./components/ui/atoms/icons/miro.js";
101
+ import { Monday as ap } from "./components/ui/atoms/icons/monday.js";
102
+ import { MongoDB as ip } from "./components/ui/atoms/icons/mongodb.js";
103
+ import { Netsuite as lp } from "./components/ui/atoms/icons/netsuite.js";
104
+ import { Notion as np } from "./components/ui/atoms/icons/notion.js";
105
+ import { Oauth as up } from "./components/ui/atoms/icons/oauth.js";
106
+ import { Obsidian as sp } from "./components/ui/atoms/icons/obsidian.js";
107
+ import { Okta as bp } from "./components/ui/atoms/icons/okta.js";
108
+ import { OneDrive as Cp } from "./components/ui/atoms/icons/one-drive.js";
109
+ import { Openai as Dp } from "./components/ui/atoms/icons/openai.js";
110
+ import { OutlookCalendar as hp } from "./components/ui/atoms/icons/outlook-calendar.js";
111
+ import { OutlookMail as kp } from "./components/ui/atoms/icons/outlook-mail.js";
112
+ import { Pagerduty as Bp } from "./components/ui/atoms/icons/pagerduty.js";
113
+ import { Pinecone as Gp } from "./components/ui/atoms/icons/pinecone.js";
114
+ import { Pinterest as Rp } from "./components/ui/atoms/icons/pinterest.js";
115
+ import { Pipedrive as yp } from "./components/ui/atoms/icons/pipedrive.js";
116
+ import { Plaid as Hp } from "./components/ui/atoms/icons/plaid.js";
117
+ import { Postgres as Ep } from "./components/ui/atoms/icons/postgres.js";
118
+ import { Posthog as Fp } from "./components/ui/atoms/icons/posthog.js";
119
+ import { Pylon as Up } from "./components/ui/atoms/icons/pylon.js";
120
+ import { Quickbooks as zp } from "./components/ui/atoms/icons/quickbooks.js";
121
+ import { Railway as Zp } from "./components/ui/atoms/icons/railway.js";
122
+ import { Reddit as Kp } from "./components/ui/atoms/icons/reddit.js";
123
+ import { Salesforce as Xp } from "./components/ui/atoms/icons/salesforce.js";
124
+ import { Shopify as Yp } from "./components/ui/atoms/icons/shopify.js";
125
+ import { Singlestore as $p } from "./components/ui/atoms/icons/singlestore.js";
126
+ import { Slack as ra } from "./components/ui/atoms/icons/slack.js";
127
+ import { Snowflake as ta } from "./components/ui/atoms/icons/snowflake.js";
128
+ import { Splunk as aa } from "./components/ui/atoms/icons/splunk.js";
129
+ import { Spotify as ia } from "./components/ui/atoms/icons/spotify.js";
130
+ import { Square as la } from "./components/ui/atoms/icons/square.js";
131
+ import { Squarespace as na } from "./components/ui/atoms/icons/squarespace.js";
132
+ import { Squareup as ua } from "./components/ui/atoms/icons/squareup.js";
133
+ import { Stripe as sa } from "./components/ui/atoms/icons/stripe.js";
134
+ import { Tesla as ba } from "./components/ui/atoms/icons/tesla.js";
135
+ import { Ticktick as Ca } from "./components/ui/atoms/icons/ticktick.js";
136
+ import { Tiktok as Da } from "./components/ui/atoms/icons/tiktok.js";
137
+ import { Trello as ha } from "./components/ui/atoms/icons/trello.js";
138
+ import { Twilio as ka } from "./components/ui/atoms/icons/twilio.js";
139
+ import { Twitch as Ba } from "./components/ui/atoms/icons/twitch.js";
140
+ import { Vercel as Ga } from "./components/ui/atoms/icons/vercel.js";
141
+ import { Vscode as Ra } from "./components/ui/atoms/icons/vscode.js";
142
+ import { Walmart as ya } from "./components/ui/atoms/icons/walmart.js";
143
+ import { Weaviate as Ha } from "./components/ui/atoms/icons/weaviate.js";
144
+ import { Windsurf as Ea } from "./components/ui/atoms/icons/windsurf.js";
145
+ import { Workday as Fa } from "./components/ui/atoms/icons/workday.js";
146
+ import { Wrike as Ua } from "./components/ui/atoms/icons/wrike.js";
147
+ import { X as za } from "./components/ui/atoms/icons/x.js";
148
+ import { Xero as Za } from "./components/ui/atoms/icons/xero.js";
149
+ import { Youtube as Ka } from "./components/ui/atoms/icons/youtube.js";
150
+ import { Zendesk as Xa } from "./components/ui/atoms/icons/zendesk.js";
151
+ import { Zoho as Ya } from "./components/ui/atoms/icons/zoho.js";
152
+ import { ZohoBooks as $a } from "./components/ui/atoms/icons/zoho-books.js";
153
+ import { ZohoCreator as rm } from "./components/ui/atoms/icons/zoho-creator.js";
154
+ import { Zoom as tm } from "./components/ui/atoms/icons/zoom.js";
155
+ import { Input as am } from "./components/ui/atoms/input.js";
156
+ import { Label as im } from "./components/ui/atoms/label.js";
157
+ import { MobileTooltip as lm, MobileTooltipContent as xm, MobileTooltipProvider as nm, MobileTooltipTrigger as dm } from "./components/ui/atoms/mobile-tooltip.js";
158
+ import { Popover as gm, PopoverAnchor as sm, PopoverContent as Sm, PopoverTrigger as bm } from "./components/ui/atoms/popover.js";
159
+ import { ProBadge as Cm } from "./components/ui/atoms/pro-badge.js";
160
+ import { Progress as Dm } from "./components/ui/atoms/progress.js";
161
+ import { RadioGroup as hm, RadioGroupItem as Pm } from "./components/ui/atoms/radio-group.js";
162
+ import { ResizableHandle as Mm, ResizablePanel as Bm, ResizablePanelGroup as Im } from "./components/ui/atoms/resizable.js";
163
+ import { ScrollArea as Om, ScrollBar as Rm } from "./components/ui/atoms/scroll-area.js";
164
+ import { Select as ym, SelectContent as wm, SelectGroup as Hm, SelectItem as Lm, SelectLabel as Em, SelectScrollDownButton as _m, SelectScrollUpButton as Fm, SelectSeparator as Vm, SelectTrigger as Um, SelectValue as Nm } from "./components/ui/atoms/select.js";
165
+ import { Separator as Wm } from "./components/ui/atoms/separator.js";
166
+ import { Sheet as qm, SheetClose as Km, SheetContent as Jm, SheetDescription as Xm, SheetFooter as Qm, SheetHeader as Ym, SheetTitle as jm, SheetTrigger as $m } from "./components/ui/atoms/sheet.js";
167
+ import { Sidebar as ri, SidebarContent as ei, SidebarFooter as ti, SidebarGroup as pi, SidebarGroupAction as ai, SidebarGroupContent as mi, SidebarGroupLabel as ii, SidebarHeader as fi, SidebarInput as li, SidebarInset as xi, SidebarMenu as ni, SidebarMenuAction as di, SidebarMenuBadge as ui, SidebarMenuButton as gi, SidebarMenuItem as si, SidebarMenuSkeleton as Si, SidebarMenuSub as bi, SidebarMenuSubButton as ci, SidebarMenuSubItem as Ci, SidebarProvider as Ti, SidebarRail as Di, SidebarSeparator as Ai, SidebarTrigger as hi, useSidebar as Pi } from "./components/ui/atoms/sidebar.js";
168
+ import { Skeleton as Mi } from "./components/ui/atoms/skeleton.js";
169
+ import { Slider as Ii } from "./components/ui/atoms/slider.js";
170
+ import { Switch as Oi } from "./components/ui/atoms/switch.js";
171
+ import { Table as vi, TableBody as yi, TableCaption as wi, TableCell as Hi, TableFooter as Li, TableHead as Ei, TableHeader as _i, TableRow as Fi } from "./components/ui/atoms/table.js";
172
+ import { Tabs as Ui, TabsContent as Ni, TabsList as zi, TabsTrigger as Wi } from "./components/ui/atoms/tabs.js";
173
+ import { Textarea as qi } from "./components/ui/atoms/textarea.js";
174
+ import { Toggle as Ji, toggleVariants as Xi } from "./components/ui/atoms/toggle.js";
175
+ import { Tooltip as Yi, TooltipContent as ji, TooltipProvider as $i, TooltipTrigger as of } from "./components/ui/atoms/tooltip.js";
176
+ import { VirtualizedGrid as ef } from "./components/ui/atoms/virtualized-grid.js";
177
+ import { DateTimePicker as pf } from "./components/ui/molecules/date-time-picker.js";
178
+ import { EmptyState as mf } from "./components/ui/molecules/empty-state.js";
179
+ import { R as lf, T as xf } from "./toolkit-card-Cmp_yG03.js";
180
+ import { ToolCard as df } from "./components/ui/molecules/tool-card.js";
181
+ import { ToolkitPickerTrigger as gf } from "./components/ui/molecules/toolkit-picker-trigger.js";
182
+ import { ToolkitSelectionSummary as Sf } from "./components/ui/molecules/toolkit-selection-summary.js";
183
+ import { ToolkitPicker as cf } from "./components/ui/organisms/toolkit-picker/index.js";
184
+ import { PUBLIC_ICON_URL as Tf } from "./metadata/constants.js";
185
+ import { MCP_OAUTH2_PROVIDER as Af, OAUTH2_PROVIDER as hf, OAUTH_PROVIDERS as Pf, OAUTH_PROVIDER_CATALOGUE as kf, OAuthId as Mf, OAuthProviderId as Bf, OTHER_OAUTH_PROVIDERS as If, PREBUILT_OAUTH_PROVIDERS as Gf } from "./metadata/oauth-providers.js";
186
+ import { TOOLKIT_ICON_MAP as Rf, getToolIconByToolkitName as vf, getToolkitIcon as yf, getToolkitIconByName as wf } from "./metadata/toolkit-icons.js";
187
+ import { CATEGORIES as Lf, TOOLKITS as Ef, TOOLKIT_CATALOGUE as _f } from "./metadata/toolkits.js";
188
+ import { findPrebuiltProviderById as Vf, findPrebuiltProviderByProviderId as Uf, findToolkitByName as Nf, isKnownToolkit as zf, isPrebuiltProvider as Wf } from "./metadata/utils.js";
179
189
  export {
180
190
  e as Accordion,
181
191
  t as AccordionContent,
@@ -185,55 +195,56 @@ export {
185
195
  tr as Aha,
186
196
  ar as Airtable,
187
197
  i as Alert,
188
- l as AlertDescription,
198
+ f as AlertDescription,
189
199
  n as AlertDialog,
190
200
  d as AlertDialogAction,
191
201
  u as AlertDialogCancel,
192
202
  g as AlertDialogContent,
193
- S as AlertDialogDescription,
194
- b as AlertDialogFooter,
195
- c as AlertDialogHeader,
196
- s as AlertDialogOverlay,
197
- T as AlertDialogPortal,
198
- C as AlertDialogTitle,
203
+ s as AlertDialogDescription,
204
+ S as AlertDialogFooter,
205
+ b as AlertDialogHeader,
206
+ c as AlertDialogOverlay,
207
+ C as AlertDialogPortal,
208
+ T as AlertDialogTitle,
199
209
  D as AlertDialogTrigger,
200
- f as AlertTitle,
210
+ l as AlertTitle,
201
211
  ir as Amplitude,
202
- fr as Arcade,
212
+ lr as Arcade,
203
213
  nr as Asana,
204
214
  ur as Ashby,
205
- Sr as Atlassian,
206
- cr as Auth0,
207
- P as Avatar,
208
- h as AvatarFallback,
209
- M as AvatarImage,
210
- Tr as Azure,
215
+ sr as Atlassian,
216
+ br as Attio,
217
+ Cr as Auth0,
218
+ h as Avatar,
219
+ P as AvatarFallback,
220
+ k as AvatarImage,
221
+ Dr as Azure,
211
222
  B as Badge,
212
- Dr as Bamboohr,
213
- Pr as Basecamp,
214
- Mr as Bill,
215
- Br as Bitbucket,
216
- Or as Bluesky,
217
- Rr as Box,
218
- yr as Braze,
219
- G as Breadcrumb,
223
+ hr as Bamboohr,
224
+ kr as Basecamp,
225
+ Br as Bill,
226
+ Gr as Bitbucket,
227
+ Rr as Bluesky,
228
+ yr as Box,
229
+ Hr as Braze,
230
+ O as Breadcrumb,
220
231
  R as BreadcrumbEllipsis,
221
232
  v as BreadcrumbItem,
222
233
  y as BreadcrumbLink,
223
234
  w as BreadcrumbList,
224
235
  H as BreadcrumbPage,
225
236
  L as BreadcrumbSeparator,
226
- Hr as Brex,
227
- Er as Brightdata,
228
- Fr as Buffer,
237
+ Er as Brex,
238
+ Fr as Brightdata,
239
+ Ur as Buffer,
229
240
  _ as Button,
230
- V as ByocBadge,
231
- Sl as CATEGORIES,
241
+ U as ByocBadge,
242
+ Lf as CATEGORIES,
232
243
  z as Calendar,
233
- Z as CalendarDayButton,
234
- Vr as Calendly,
235
- K as Card,
236
- W as CardAction,
244
+ W as CalendarDayButton,
245
+ zr as Calendly,
246
+ q as Card,
247
+ K as CardAction,
237
248
  J as CardContent,
238
249
  X as CardDescription,
239
250
  Q as CardFooter,
@@ -246,265 +257,274 @@ export {
246
257
  po as ChartTooltip,
247
258
  ao as ChartTooltipContent,
248
259
  io as Checkbox,
249
- zr as Clickhouse,
250
- qr as Clickup,
251
- Wr as Closeio,
252
- Xr as Codesandbox,
253
- Yr as Coinbase,
254
- fo as Collapsible,
260
+ Zr as Claude,
261
+ Kr as Clickhouse,
262
+ Xr as Clickup,
263
+ Yr as Cline,
264
+ $r as Closeio,
265
+ re as Codesandbox,
266
+ te as Coinbase,
267
+ lo as Collapsible,
255
268
  xo as CollapsibleContent,
256
269
  no as CollapsibleTrigger,
257
270
  go as Command,
258
- So as CommandDialog,
259
- bo as CommandEmpty,
260
- co as CommandGroup,
261
- so as CommandInput,
262
- To as CommandItem,
263
- Co as CommandList,
271
+ so as CommandDialog,
272
+ So as CommandEmpty,
273
+ bo as CommandGroup,
274
+ co as CommandInput,
275
+ Co as CommandItem,
276
+ To as CommandList,
264
277
  Do as CommandSeparator,
265
278
  Ao as CommandShortcut,
266
- $r as Confluence,
267
- re as Cursor,
268
- te as Customerio,
269
- ae as Datadog,
270
- _i as DateTimePicker,
271
- ho as Dialog,
272
- Mo as DialogClose,
273
- ko as DialogContent,
279
+ ae as Confluence,
280
+ ie as Cursor,
281
+ le as CursorInstallDark,
282
+ ne as CursorInstallLight,
283
+ ue as Customerio,
284
+ se as Datadog,
285
+ pf as DateTimePicker,
286
+ Po as Dialog,
287
+ ko as DialogClose,
288
+ Mo as DialogContent,
274
289
  Bo as DialogDescription,
275
290
  Io as DialogFooter,
276
- Oo as DialogHeader,
277
- Go as DialogOverlay,
291
+ Go as DialogHeader,
292
+ Oo as DialogOverlay,
278
293
  Ro as DialogPortal,
279
294
  vo as DialogTitle,
280
295
  yo as DialogTrigger,
281
- ie as DigitalOcean,
282
- fe as Discord,
283
- ne as Dropbox,
296
+ be as DigitalOcean,
297
+ Ce as Discord,
298
+ De as Dropbox,
284
299
  Ho as DropdownMenu,
285
300
  Lo as DropdownMenuCheckboxItem,
286
301
  Eo as DropdownMenuContent,
287
302
  _o as DropdownMenuGroup,
288
303
  Fo as DropdownMenuItem,
289
- Uo as DropdownMenuLabel,
290
- Vo as DropdownMenuPortal,
304
+ Vo as DropdownMenuLabel,
305
+ Uo as DropdownMenuPortal,
291
306
  No as DropdownMenuRadioGroup,
292
307
  zo as DropdownMenuRadioItem,
293
- Zo as DropdownMenuSeparator,
294
- qo as DropdownMenuShortcut,
295
- Ko as DropdownMenuSub,
296
- Wo as DropdownMenuSubContent,
308
+ Wo as DropdownMenuSeparator,
309
+ Zo as DropdownMenuShortcut,
310
+ qo as DropdownMenuSub,
311
+ Ko as DropdownMenuSubContent,
297
312
  Jo as DropdownMenuSubTrigger,
298
313
  Xo as DropdownMenuTrigger,
299
- ue as E2b,
300
- Se as Ebay,
301
- Ui as EmptyState,
302
- ce as Evernote,
303
- Te as Exa,
304
- De as Factorial,
305
- Pe as Figma,
306
- Me as Firecrawl,
307
- Be as Freshservice,
308
- Oe as Generic,
309
- Re as Github,
310
- ye as Gitlab,
311
- He as Gmail,
312
- Ee as Google,
313
- Fe as GoogleCalendar,
314
- Ve as GoogleContacts,
315
- ze as GoogleDocs,
316
- qe as GoogleDrive,
317
- We as GoogleFinance,
318
- Xe as GoogleFlight,
319
- Ye as GoogleFlights,
320
- $e as GoogleHotels,
321
- rt as GoogleJobs,
322
- tt as GoogleMaps,
323
- at as GoogleNews,
324
- it as GoogleSheets,
325
- ft as GoogleShopping,
326
- nt as GoogleSlides,
327
- ut as Heroku,
328
- St as Hootsuite,
314
+ he as E2b,
315
+ ke as Ebay,
316
+ mf as EmptyState,
317
+ Be as Evernote,
318
+ Ge as Exa,
319
+ Re as Factorial,
320
+ ye as Figma,
321
+ He as Firecrawl,
322
+ Ee as Freshservice,
323
+ Fe as Gemini,
324
+ Ue as Generic,
325
+ ze as Github,
326
+ Ze as Gitlab,
327
+ Ke as Gmail,
328
+ Xe as Google,
329
+ Ye as GoogleCalendar,
330
+ $e as GoogleContacts,
331
+ rt as GoogleDocs,
332
+ tt as GoogleDrive,
333
+ at as GoogleFinance,
334
+ it as GoogleFlight,
335
+ lt as GoogleFlights,
336
+ nt as GoogleHotels,
337
+ ut as GoogleJobs,
338
+ st as GoogleMaps,
339
+ bt as GoogleNews,
340
+ Ct as GoogleSheets,
341
+ Dt as GoogleShopping,
342
+ ht as GoogleSlides,
343
+ kt as Goose,
344
+ Bt as Heroku,
345
+ Gt as Hootsuite,
329
346
  Yo as HoverCard,
330
347
  jo as HoverCardContent,
331
348
  $o as HoverCardTrigger,
332
- ct as Hubspot,
333
- Tt as Imgflip,
334
- Fa as Input,
335
- Dt as Intercom,
336
- Pt as Jira,
337
- Va as Label,
338
- Mt as Linear,
339
- Bt as Linkedin,
340
- Ot as Luma,
341
- rl as MCP_OAUTH2_PROVIDER,
342
- Rt as Mailchimp,
343
- yt as Mcp,
344
- Ht as Microsoft,
345
- Et as MicrosoftDynamics,
346
- Ft as MicrosoftSharepoint,
347
- Vt as MicrosoftTeams,
348
- zt as Miro,
349
- za as MobileTooltip,
350
- Za as MobileTooltipContent,
351
- qa as MobileTooltipProvider,
352
- Ka as MobileTooltipTrigger,
353
- qt as Monday,
354
- Wt as MongoDB,
355
- Xt as Netsuite,
356
- Yt as Notion,
357
- el as OAUTH2_PROVIDER,
358
- tl as OAUTH_PROVIDERS,
359
- pl as OAUTH_PROVIDER_CATALOGUE,
360
- al as OAuthId,
361
- ml as OAuthProviderId,
362
- il as OTHER_OAUTH_PROVIDERS,
363
- $t as Oauth,
364
- rp as Obsidian,
365
- tp as Okta,
366
- ap as OneDrive,
367
- ip as OutlookCalendar,
368
- fp as OutlookMail,
369
- ll as PREBUILT_OAUTH_PROVIDERS,
370
- $i as PUBLIC_ICON_URL,
371
- np as Pagerduty,
372
- up as Pinecone,
373
- Sp as Pinterest,
374
- cp as Pipedrive,
375
- Tp as Plaid,
376
- Ja as Popover,
377
- Xa as PopoverAnchor,
378
- Qa as PopoverContent,
379
- Ya as PopoverTrigger,
380
- Dp as Postgres,
381
- Pp as Posthog,
382
- $a as ProBadge,
383
- rm as Progress,
384
- Mp as Pylon,
385
- Bp as Quickbooks,
386
- tm as RadioGroup,
387
- pm as RadioGroupItem,
388
- Op as Railway,
389
- Rp as Reddit,
390
- Ni as RequirementBadges,
391
- mm as ResizableHandle,
392
- im as ResizablePanel,
393
- lm as ResizablePanelGroup,
394
- yp as Salesforce,
395
- xm as ScrollArea,
396
- nm as ScrollBar,
397
- um as Select,
398
- gm as SelectContent,
399
- Sm as SelectGroup,
400
- bm as SelectItem,
401
- cm as SelectLabel,
402
- sm as SelectScrollDownButton,
403
- Tm as SelectScrollUpButton,
404
- Cm as SelectSeparator,
405
- Dm as SelectTrigger,
406
- Am as SelectValue,
407
- hm as Separator,
408
- km as Sheet,
409
- Bm as SheetClose,
410
- Im as SheetContent,
411
- Om as SheetDescription,
412
- Gm as SheetFooter,
413
- Rm as SheetHeader,
414
- vm as SheetTitle,
415
- ym as SheetTrigger,
416
- Hp as Shopify,
417
- Hm as Sidebar,
418
- Lm as SidebarContent,
419
- Em as SidebarFooter,
420
- _m as SidebarGroup,
421
- Fm as SidebarGroupAction,
422
- Um as SidebarGroupContent,
423
- Vm as SidebarGroupLabel,
424
- Nm as SidebarHeader,
425
- zm as SidebarInput,
426
- Zm as SidebarInset,
427
- qm as SidebarMenu,
428
- Km as SidebarMenuAction,
429
- Wm as SidebarMenuBadge,
430
- Jm as SidebarMenuButton,
431
- Xm as SidebarMenuItem,
432
- Qm as SidebarMenuSkeleton,
433
- Ym as SidebarMenuSub,
434
- jm as SidebarMenuSubButton,
435
- $m as SidebarMenuSubItem,
436
- oi as SidebarProvider,
437
- ri as SidebarRail,
438
- ei as SidebarSeparator,
439
- ti as SidebarTrigger,
440
- Ep as Singlestore,
441
- mi as Skeleton,
442
- Fp as Slack,
443
- li as Slider,
444
- Vp as Snowflake,
445
- zp as Splunk,
446
- qp as Spotify,
447
- Wp as Square,
448
- Xp as Squarespace,
449
- Yp as Squareup,
450
- $p as Stripe,
451
- xi as Switch,
452
- bl as TOOLKITS,
453
- cl as TOOLKIT_CATALOGUE,
454
- xl as TOOLKIT_ICON_MAP,
455
- di as Table,
456
- ui as TableBody,
457
- gi as TableCaption,
458
- Si as TableCell,
459
- bi as TableFooter,
460
- ci as TableHead,
461
- si as TableHeader,
462
- Ti as TableRow,
463
- Di as Tabs,
464
- Ai as TabsContent,
465
- Pi as TabsList,
466
- hi as TabsTrigger,
467
- ra as Tesla,
468
- ki as Textarea,
469
- ta as Ticktick,
470
- aa as Tiktok,
471
- Ii as Toggle,
472
- qi as ToolCard,
473
- zi as ToolkitCard,
474
- Yi as ToolkitPicker,
475
- Wi as ToolkitPickerTrigger,
476
- Xi as ToolkitSelectionSummary,
477
- Ri as Tooltip,
478
- vi as TooltipContent,
479
- yi as TooltipProvider,
480
- wi as TooltipTrigger,
481
- ia as Trello,
482
- fa as Twilio,
483
- na as Twitch,
484
- ua as Vercel,
485
- Li as VirtualizedGrid,
486
- Sa as Walmart,
487
- ca as Weaviate,
488
- Ta as Workday,
489
- Da as Wrike,
490
- Pa as X,
491
- Ma as Xero,
492
- Ba as Youtube,
493
- Oa as Zendesk,
494
- Ra as Zoho,
495
- ya as ZohoBooks,
496
- Ha as ZohoCreator,
497
- Ea as Zoom,
349
+ Rt as Hubspot,
350
+ yt as Imgflip,
351
+ am as Input,
352
+ Ht as Intercom,
353
+ Et as Jira,
354
+ im as Label,
355
+ Ft as Linear,
356
+ Ut as Linkedin,
357
+ zt as Luma,
358
+ Af as MCP_OAUTH2_PROVIDER,
359
+ Zt as Mailchimp,
360
+ Kt as Mcp,
361
+ Xt as Microsoft,
362
+ Yt as MicrosoftDynamics,
363
+ $t as MicrosoftSharepoint,
364
+ rp as MicrosoftTeams,
365
+ tp as Miro,
366
+ lm as MobileTooltip,
367
+ xm as MobileTooltipContent,
368
+ nm as MobileTooltipProvider,
369
+ dm as MobileTooltipTrigger,
370
+ ap as Monday,
371
+ ip as MongoDB,
372
+ lp as Netsuite,
373
+ np as Notion,
374
+ hf as OAUTH2_PROVIDER,
375
+ Pf as OAUTH_PROVIDERS,
376
+ kf as OAUTH_PROVIDER_CATALOGUE,
377
+ Mf as OAuthId,
378
+ Bf as OAuthProviderId,
379
+ If as OTHER_OAUTH_PROVIDERS,
380
+ up as Oauth,
381
+ sp as Obsidian,
382
+ bp as Okta,
383
+ Cp as OneDrive,
384
+ Dp as Openai,
385
+ hp as OutlookCalendar,
386
+ kp as OutlookMail,
387
+ Gf as PREBUILT_OAUTH_PROVIDERS,
388
+ Tf as PUBLIC_ICON_URL,
389
+ Bp as Pagerduty,
390
+ Gp as Pinecone,
391
+ Rp as Pinterest,
392
+ yp as Pipedrive,
393
+ Hp as Plaid,
394
+ gm as Popover,
395
+ sm as PopoverAnchor,
396
+ Sm as PopoverContent,
397
+ bm as PopoverTrigger,
398
+ Ep as Postgres,
399
+ Fp as Posthog,
400
+ Cm as ProBadge,
401
+ Dm as Progress,
402
+ Up as Pylon,
403
+ zp as Quickbooks,
404
+ hm as RadioGroup,
405
+ Pm as RadioGroupItem,
406
+ Zp as Railway,
407
+ Kp as Reddit,
408
+ lf as RequirementBadges,
409
+ Mm as ResizableHandle,
410
+ Bm as ResizablePanel,
411
+ Im as ResizablePanelGroup,
412
+ Xp as Salesforce,
413
+ Om as ScrollArea,
414
+ Rm as ScrollBar,
415
+ ym as Select,
416
+ wm as SelectContent,
417
+ Hm as SelectGroup,
418
+ Lm as SelectItem,
419
+ Em as SelectLabel,
420
+ _m as SelectScrollDownButton,
421
+ Fm as SelectScrollUpButton,
422
+ Vm as SelectSeparator,
423
+ Um as SelectTrigger,
424
+ Nm as SelectValue,
425
+ Wm as Separator,
426
+ qm as Sheet,
427
+ Km as SheetClose,
428
+ Jm as SheetContent,
429
+ Xm as SheetDescription,
430
+ Qm as SheetFooter,
431
+ Ym as SheetHeader,
432
+ jm as SheetTitle,
433
+ $m as SheetTrigger,
434
+ Yp as Shopify,
435
+ ri as Sidebar,
436
+ ei as SidebarContent,
437
+ ti as SidebarFooter,
438
+ pi as SidebarGroup,
439
+ ai as SidebarGroupAction,
440
+ mi as SidebarGroupContent,
441
+ ii as SidebarGroupLabel,
442
+ fi as SidebarHeader,
443
+ li as SidebarInput,
444
+ xi as SidebarInset,
445
+ ni as SidebarMenu,
446
+ di as SidebarMenuAction,
447
+ ui as SidebarMenuBadge,
448
+ gi as SidebarMenuButton,
449
+ si as SidebarMenuItem,
450
+ Si as SidebarMenuSkeleton,
451
+ bi as SidebarMenuSub,
452
+ ci as SidebarMenuSubButton,
453
+ Ci as SidebarMenuSubItem,
454
+ Ti as SidebarProvider,
455
+ Di as SidebarRail,
456
+ Ai as SidebarSeparator,
457
+ hi as SidebarTrigger,
458
+ $p as Singlestore,
459
+ Mi as Skeleton,
460
+ ra as Slack,
461
+ Ii as Slider,
462
+ ta as Snowflake,
463
+ aa as Splunk,
464
+ ia as Spotify,
465
+ la as Square,
466
+ na as Squarespace,
467
+ ua as Squareup,
468
+ sa as Stripe,
469
+ Oi as Switch,
470
+ Ef as TOOLKITS,
471
+ _f as TOOLKIT_CATALOGUE,
472
+ Rf as TOOLKIT_ICON_MAP,
473
+ vi as Table,
474
+ yi as TableBody,
475
+ wi as TableCaption,
476
+ Hi as TableCell,
477
+ Li as TableFooter,
478
+ Ei as TableHead,
479
+ _i as TableHeader,
480
+ Fi as TableRow,
481
+ Ui as Tabs,
482
+ Ni as TabsContent,
483
+ zi as TabsList,
484
+ Wi as TabsTrigger,
485
+ ba as Tesla,
486
+ qi as Textarea,
487
+ Ca as Ticktick,
488
+ Da as Tiktok,
489
+ Ji as Toggle,
490
+ df as ToolCard,
491
+ xf as ToolkitCard,
492
+ cf as ToolkitPicker,
493
+ gf as ToolkitPickerTrigger,
494
+ Sf as ToolkitSelectionSummary,
495
+ Yi as Tooltip,
496
+ ji as TooltipContent,
497
+ $i as TooltipProvider,
498
+ of as TooltipTrigger,
499
+ ha as Trello,
500
+ ka as Twilio,
501
+ Ba as Twitch,
502
+ Ga as Vercel,
503
+ ef as VirtualizedGrid,
504
+ Ra as Vscode,
505
+ ya as Walmart,
506
+ Ha as Weaviate,
507
+ Ea as Windsurf,
508
+ Fa as Workday,
509
+ Ua as Wrike,
510
+ za as X,
511
+ Za as Xero,
512
+ Ka as Youtube,
513
+ Xa as Zendesk,
514
+ Ya as Zoho,
515
+ $a as ZohoBooks,
516
+ rm as ZohoCreator,
517
+ tm as Zoom,
498
518
  I as badgeVariants,
499
519
  F as buttonVariants,
500
- Tl as findPrebuiltProviderById,
501
- Cl as findPrebuiltProviderByProviderId,
502
- Dl as findToolkitByName,
503
- nl as getToolIconByToolkitName,
504
- dl as getToolkitIcon,
505
- ul as getToolkitIconByName,
506
- Al as isKnownToolkit,
507
- Pl as isPrebuiltProvider,
508
- Oi as toggleVariants,
509
- pi as useSidebar
520
+ Vf as findPrebuiltProviderById,
521
+ Uf as findPrebuiltProviderByProviderId,
522
+ Nf as findToolkitByName,
523
+ vf as getToolIconByToolkitName,
524
+ yf as getToolkitIcon,
525
+ wf as getToolkitIconByName,
526
+ zf as isKnownToolkit,
527
+ Wf as isPrebuiltProvider,
528
+ Xi as toggleVariants,
529
+ Pi as useSidebar
510
530
  };