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