@arcadeai/design-system 3.33.2 → 3.35.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 (121) hide show
  1. package/README.md +30 -317
  2. package/dist/arcade-logo-BVV97-cr.js +33 -0
  3. package/dist/assets/icons/granola.js +14 -0
  4. package/dist/assets/images/arcade-grid.d.ts +1 -1
  5. package/dist/assets/images/arcade-grid.d.ts.map +1 -1
  6. package/dist/assets/images/arcade-logo.d.ts +1 -1
  7. package/dist/assets/images/arcade-logo.d.ts.map +1 -1
  8. package/dist/assets/images/arcade-logo.js +10 -31
  9. package/dist/components/index.js +597 -567
  10. package/dist/components/ui/atoms/accordion.d.ts +1 -1
  11. package/dist/components/ui/atoms/accordion.d.ts.map +1 -1
  12. package/dist/components/ui/atoms/alert-dialog.d.ts +1 -1
  13. package/dist/components/ui/atoms/alert-dialog.d.ts.map +1 -1
  14. package/dist/components/ui/atoms/alert.d.ts +1 -1
  15. package/dist/components/ui/atoms/alert.d.ts.map +1 -1
  16. package/dist/components/ui/atoms/avatar-notification-badge.d.ts +34 -0
  17. package/dist/components/ui/atoms/avatar-notification-badge.d.ts.map +1 -0
  18. package/dist/components/ui/atoms/avatar-notification-badge.js +78 -0
  19. package/dist/components/ui/atoms/avatar.d.ts +1 -1
  20. package/dist/components/ui/atoms/avatar.d.ts.map +1 -1
  21. package/dist/components/ui/atoms/breadcrumb.d.ts +1 -1
  22. package/dist/components/ui/atoms/breadcrumb.d.ts.map +1 -1
  23. package/dist/components/ui/atoms/card.d.ts +1 -1
  24. package/dist/components/ui/atoms/card.d.ts.map +1 -1
  25. package/dist/components/ui/atoms/chart.d.ts +1 -1
  26. package/dist/components/ui/atoms/chart.d.ts.map +1 -1
  27. package/dist/components/ui/atoms/chat-container.d.ts +1 -1
  28. package/dist/components/ui/atoms/chat-container.d.ts.map +1 -1
  29. package/dist/components/ui/atoms/code-block.d.ts +1 -1
  30. package/dist/components/ui/atoms/code-block.d.ts.map +1 -1
  31. package/dist/components/ui/atoms/collapsible.d.ts +1 -1
  32. package/dist/components/ui/atoms/command.d.ts +1 -1
  33. package/dist/components/ui/atoms/command.d.ts.map +1 -1
  34. package/dist/components/ui/atoms/command.js +364 -288
  35. package/dist/components/ui/atoms/copy-button.d.ts +1 -1
  36. package/dist/components/ui/atoms/copy-button.d.ts.map +1 -1
  37. package/dist/components/ui/atoms/dropdown-menu.d.ts +1 -1
  38. package/dist/components/ui/atoms/dropdown-menu.d.ts.map +1 -1
  39. package/dist/components/ui/atoms/form.d.ts +1 -1
  40. package/dist/components/ui/atoms/form.d.ts.map +1 -1
  41. package/dist/components/ui/atoms/hover-card.d.ts +1 -1
  42. package/dist/components/ui/atoms/icons/granola.d.ts +4 -0
  43. package/dist/components/ui/atoms/icons/granola.d.ts.map +1 -0
  44. package/dist/components/ui/atoms/icons/granola.js +20 -0
  45. package/dist/components/ui/atoms/icons/index.d.ts +1 -0
  46. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  47. package/dist/components/ui/atoms/icons/index.js +156 -154
  48. package/dist/components/ui/atoms/index.d.ts +3 -0
  49. package/dist/components/ui/atoms/index.d.ts.map +1 -1
  50. package/dist/components/ui/atoms/index.js +514 -504
  51. package/dist/components/ui/atoms/json-highlight.d.ts +60 -0
  52. package/dist/components/ui/atoms/json-highlight.d.ts.map +1 -0
  53. package/dist/components/ui/atoms/json-highlight.js +77 -0
  54. package/dist/components/ui/atoms/loader.d.ts +1 -1
  55. package/dist/components/ui/atoms/loader.d.ts.map +1 -1
  56. package/dist/components/ui/atoms/markdown.js +1 -1
  57. package/dist/components/ui/atoms/popover.d.ts +1 -1
  58. package/dist/components/ui/atoms/popover.d.ts.map +1 -1
  59. package/dist/components/ui/atoms/resizable.d.ts +1 -1
  60. package/dist/components/ui/atoms/resizable.d.ts.map +1 -1
  61. package/dist/components/ui/atoms/scroll-button.d.ts +1 -1
  62. package/dist/components/ui/atoms/scroll-button.d.ts.map +1 -1
  63. package/dist/components/ui/atoms/scroll-button.js +8 -8
  64. package/dist/components/ui/atoms/sheet.d.ts +1 -1
  65. package/dist/components/ui/atoms/sheet.d.ts.map +1 -1
  66. package/dist/components/ui/atoms/table.d.ts +1 -1
  67. package/dist/components/ui/atoms/table.d.ts.map +1 -1
  68. package/dist/components/ui/atoms/tabs.d.ts +1 -1
  69. package/dist/components/ui/atoms/tabs.d.ts.map +1 -1
  70. package/dist/components/ui/atoms/tooltip.d.ts +4 -2
  71. package/dist/components/ui/atoms/tooltip.d.ts.map +1 -1
  72. package/dist/components/ui/atoms/tooltip.js +3 -2
  73. package/dist/components/ui/atoms/view-tools-control.d.ts +1 -1
  74. package/dist/components/ui/atoms/view-tools-control.d.ts.map +1 -1
  75. package/dist/components/ui/atoms/view-tools-control.js +20 -19
  76. package/dist/components/ui/index.js +597 -567
  77. package/dist/components/ui/molecules/chat-message-list.d.ts +5 -2
  78. package/dist/components/ui/molecules/chat-message-list.d.ts.map +1 -1
  79. package/dist/components/ui/molecules/chat-message-list.js +2 -2
  80. package/dist/components/ui/molecules/index.d.ts +8 -0
  81. package/dist/components/ui/molecules/index.d.ts.map +1 -1
  82. package/dist/components/ui/molecules/index.js +48 -28
  83. package/dist/components/ui/molecules/message.d.ts +2 -2
  84. package/dist/components/ui/molecules/message.d.ts.map +1 -1
  85. package/dist/components/ui/molecules/message.js +1 -1
  86. package/dist/components/ui/molecules/prompt-input.d.ts +1 -1
  87. package/dist/components/ui/molecules/prompt-input.d.ts.map +1 -1
  88. package/dist/components/ui/molecules/prompt-input.js +20 -20
  89. package/dist/components/ui/molecules/requirement-badges.js +9 -5
  90. package/dist/components/ui/molecules/switcher.d.ts +83 -0
  91. package/dist/components/ui/molecules/switcher.d.ts.map +1 -0
  92. package/dist/components/ui/molecules/switcher.js +164 -0
  93. package/dist/components/ui/molecules/tool-authorization.d.ts +56 -0
  94. package/dist/components/ui/molecules/tool-authorization.d.ts.map +1 -0
  95. package/dist/components/ui/molecules/tool-authorization.js +160 -0
  96. package/dist/components/ui/molecules/tool-call-accordion.d.ts +36 -0
  97. package/dist/components/ui/molecules/tool-call-accordion.d.ts.map +1 -0
  98. package/dist/components/ui/molecules/tool-call-accordion.js +301 -0
  99. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  100. package/dist/components/ui/molecules/user-nav.d.ts +65 -0
  101. package/dist/components/ui/molecules/user-nav.d.ts.map +1 -0
  102. package/dist/components/ui/molecules/user-nav.js +154 -0
  103. package/dist/components/ui/pages/chat-page.d.ts +18 -10
  104. package/dist/components/ui/pages/chat-page.d.ts.map +1 -1
  105. package/dist/components/ui/pages/chat-page.js +328 -243
  106. package/dist/components/ui/pages/login-page.js +6 -6
  107. package/dist/components/ui/templates/chat-template.d.ts +1 -1
  108. package/dist/components/ui/templates/chat-template.d.ts.map +1 -1
  109. package/dist/components/ui/templates/chat-template.js +11 -11
  110. package/dist/{highlighted-body-TPN3WLV5-DyOGcftJ.js → highlighted-body-TPN3WLV5-D6UnKGod.js} +1 -1
  111. package/dist/lib/utils.js +1 -1
  112. package/dist/main.js +623 -593
  113. package/dist/{markdown-9KGBuupR.js → markdown-D0xxRbwP.js} +2597 -2592
  114. package/dist/mermaid-O7DHMXV3-gUrB-Xs1.js +4 -0
  115. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  116. package/dist/metadata/toolkit-icons.js +130 -128
  117. package/dist/metadata/toolkits.d.ts.map +1 -1
  118. package/dist/metadata/toolkits.js +13 -0
  119. package/dist/{toolkit-card-k8jio69G.js → toolkit-card-B97E7TBA.js} +15 -12
  120. package/package.json +6 -6
  121. package/dist/mermaid-O7DHMXV3-CUp9wvRi.js +0 -4
package/dist/main.js CHANGED
@@ -1,220 +1,228 @@
1
1
  import { Accordion as e, AccordionContent as t, AccordionItem as a, AccordionTrigger as p } 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 x, AlertDialogAction as d, AlertDialogCancel as u, AlertDialogContent as s, AlertDialogDescription as g, AlertDialogFooter as C, AlertDialogHeader as c, AlertDialogOverlay as T, AlertDialogPortal as S, AlertDialogTitle as b, AlertDialogTrigger as h } from "./components/ui/atoms/alert-dialog.js";
4
- import { Avatar as D, AvatarFallback as M, AvatarImage as P } from "./components/ui/atoms/avatar.js";
5
- import { Badge as B, badgeVariants as k } from "./components/ui/atoms/badge.js";
6
- import { Breadcrumb as G, BreadcrumbEllipsis as v, BreadcrumbItem as L, BreadcrumbLink as R, BreadcrumbList as w, BreadcrumbPage as y, BreadcrumbSeparator as H } from "./components/ui/atoms/breadcrumb.js";
7
- import { Button as V, buttonVariants as _ } from "./components/ui/atoms/button.js";
8
- import { ByocBadge as U } from "./components/ui/atoms/byoc-badge.js";
9
- import { C as z, a as W } from "./calendar-DreAgQKY.js";
10
- import { Card as q, CardAction as K, CardContent as J, CardDescription as X, CardFooter as Y, CardHeader as Q, CardTitle as j } from "./components/ui/atoms/card.js";
11
- import { ChartContainer as oo, ChartLegend as ro, ChartLegendContent as eo, ChartStyle as to, ChartTooltip as ao, ChartTooltipContent as po } from "./components/ui/atoms/chart.js";
12
- import { ChatContainerContent as io, ChatContainerRoot as lo, ChatContainerScrollAnchor as fo } from "./components/ui/atoms/chat-container.js";
13
- import { Checkbox as xo } from "./components/ui/atoms/checkbox.js";
14
- import { CodeBlock as so, CodeBlockCode as go, CodeBlockGroup as Co } from "./components/ui/atoms/code-block.js";
15
- import { Collapsible as To, CollapsibleContent as So, CollapsibleTrigger as bo } from "./components/ui/atoms/collapsible.js";
16
- import { Command as Ao, CommandDialog as Do, CommandEmpty as Mo, CommandGroup as Po, CommandInput as Io, CommandItem as Bo, CommandList as ko, CommandSeparator as Oo, CommandShortcut as Go } from "./components/ui/atoms/command.js";
17
- import { CopyButton as Lo } from "./components/ui/atoms/copy-button.js";
18
- import { Dialog as wo, DialogClose as yo, DialogContent as Ho, DialogDescription as Eo, DialogFooter as Vo, DialogHeader as _o, DialogOverlay as Fo, DialogPortal as Uo, DialogTitle as No, DialogTrigger as zo } from "./components/ui/atoms/dialog.js";
19
- import { DropdownMenu as Zo, DropdownMenuCheckboxItem as qo, DropdownMenuContent as Ko, DropdownMenuGroup as Jo, DropdownMenuItem as Xo, DropdownMenuLabel as Yo, DropdownMenuPortal as Qo, DropdownMenuRadioGroup as jo, DropdownMenuRadioItem as $o, DropdownMenuSeparator as or, DropdownMenuShortcut as rr, DropdownMenuSub as er, DropdownMenuSubContent as tr, DropdownMenuSubTrigger as ar, DropdownMenuTrigger as pr } from "./components/ui/atoms/dropdown-menu.js";
20
- import { HoverCard as ir, HoverCardContent as lr, HoverCardTrigger as fr } from "./components/ui/atoms/hover-card.js";
21
- import { Adp as xr } from "./components/ui/atoms/icons/adp.js";
22
- import { Aha as ur } from "./components/ui/atoms/icons/aha.js";
23
- import { Airtable as gr } from "./components/ui/atoms/icons/airtable.js";
24
- import { Amplitude as cr } from "./components/ui/atoms/icons/amplitude.js";
25
- import { Arcade as Sr } from "./components/ui/atoms/icons/arcade.js";
26
- import { Asana as hr } from "./components/ui/atoms/icons/asana.js";
27
- import { Ashby as Dr } from "./components/ui/atoms/icons/ashby.js";
28
- import { Atlassian as Pr } from "./components/ui/atoms/icons/atlassian.js";
29
- import { Attio as Br } from "./components/ui/atoms/icons/attio.js";
30
- import { Auth0 as Or } from "./components/ui/atoms/icons/auth0.js";
31
- import { Azure as vr } from "./components/ui/atoms/icons/azure.js";
32
- import { Bamboohr as Rr } from "./components/ui/atoms/icons/bamboohr.js";
33
- import { Basecamp as yr } from "./components/ui/atoms/icons/basecamp.js";
34
- import { Bill as Er } from "./components/ui/atoms/icons/bill.js";
35
- import { Bitbucket as _r } from "./components/ui/atoms/icons/bitbucket.js";
36
- import { Bluesky as Ur } from "./components/ui/atoms/icons/bluesky.js";
37
- import { Box as zr } from "./components/ui/atoms/icons/box.js";
38
- import { Braze as Zr } from "./components/ui/atoms/icons/braze.js";
39
- import { Brex as Kr } from "./components/ui/atoms/icons/brex.js";
40
- import { Brightdata as Xr } from "./components/ui/atoms/icons/brightdata.js";
41
- import { Buffer as Qr } from "./components/ui/atoms/icons/buffer.js";
42
- import { Calendly as $r } from "./components/ui/atoms/icons/calendly.js";
43
- import { Claude as re } from "./components/ui/atoms/icons/claude.js";
44
- import { Clickhouse as te } from "./components/ui/atoms/icons/clickhouse.js";
45
- import { Clickup as pe } from "./components/ui/atoms/icons/clickup.js";
46
- import { Cline as ie } from "./components/ui/atoms/icons/cline.js";
47
- import { Closeio as fe } from "./components/ui/atoms/icons/closeio.js";
48
- import { Codesandbox as xe } from "./components/ui/atoms/icons/codesandbox.js";
49
- import { Coinbase as ue } from "./components/ui/atoms/icons/coinbase.js";
50
- import { Confluence as ge } from "./components/ui/atoms/icons/confluence.js";
51
- import { Cursor as ce } from "./components/ui/atoms/icons/cursor.js";
52
- import { CursorInstallDark as Se } from "./components/ui/atoms/icons/cursor-install-dark.js";
53
- import { CursorInstallLight as he } from "./components/ui/atoms/icons/cursor-install-light.js";
54
- import { Customerio as De } from "./components/ui/atoms/icons/customerio.js";
55
- import { Datadog as Pe } from "./components/ui/atoms/icons/datadog.js";
56
- import { Daytona as Be } from "./components/ui/atoms/icons/daytona.js";
57
- import { DigitalOcean as Oe } from "./components/ui/atoms/icons/digital-ocean.js";
58
- import { Discord as ve } from "./components/ui/atoms/icons/discord.js";
59
- import { Dropbox as Re } from "./components/ui/atoms/icons/dropbox.js";
60
- import { E2b as ye } from "./components/ui/atoms/icons/e2b.js";
61
- import { Ebay as Ee } from "./components/ui/atoms/icons/ebay.js";
62
- import { Evernote as _e } from "./components/ui/atoms/icons/evernote.js";
63
- import { Exa as Ue } from "./components/ui/atoms/icons/exa.js";
64
- import { Factorial as ze } from "./components/ui/atoms/icons/factorial.js";
65
- import { Figma as Ze } from "./components/ui/atoms/icons/figma.js";
66
- import { Firecrawl as Ke } from "./components/ui/atoms/icons/firecrawl.js";
67
- import { Freshservice as Xe } from "./components/ui/atoms/icons/freshservice.js";
68
- import { Gemini as Qe } from "./components/ui/atoms/icons/gemini.js";
69
- import { Generic as $e } from "./components/ui/atoms/icons/generic.js";
70
- import { Github as rt } from "./components/ui/atoms/icons/github.js";
71
- import { Gitlab as tt } from "./components/ui/atoms/icons/gitlab.js";
72
- import { Gmail as pt } from "./components/ui/atoms/icons/gmail.js";
73
- import { Google as it } from "./components/ui/atoms/icons/google.js";
74
- import { GoogleCalendar as ft } from "./components/ui/atoms/icons/google-calendar.js";
75
- import { GoogleContacts as xt } from "./components/ui/atoms/icons/google-contacts.js";
76
- import { GoogleDocs as ut } from "./components/ui/atoms/icons/google-docs.js";
77
- import { GoogleDrive as gt } from "./components/ui/atoms/icons/google-drive.js";
78
- import { GoogleFinance as ct } from "./components/ui/atoms/icons/google-finance.js";
79
- import { GoogleFlight as St } from "./components/ui/atoms/icons/google-flight.js";
80
- import { GoogleFlights as ht } from "./components/ui/atoms/icons/google-flights.js";
81
- import { GoogleHotels as Dt } from "./components/ui/atoms/icons/google-hotels.js";
82
- import { GoogleJobs as Pt } from "./components/ui/atoms/icons/google-jobs.js";
83
- import { GoogleMaps as Bt } from "./components/ui/atoms/icons/google-maps.js";
84
- import { GoogleNews as Ot } from "./components/ui/atoms/icons/google-news.js";
85
- import { GoogleSheets as vt } from "./components/ui/atoms/icons/google-sheets.js";
86
- import { GoogleShopping as Rt } from "./components/ui/atoms/icons/google-shopping.js";
87
- import { GoogleSlides as yt } from "./components/ui/atoms/icons/google-slides.js";
88
- import { Goose as Et } from "./components/ui/atoms/icons/goose.js";
89
- import { Heroku as _t } from "./components/ui/atoms/icons/heroku.js";
90
- import { Hootsuite as Ut } from "./components/ui/atoms/icons/hootsuite.js";
91
- import { Hubspot as zt } from "./components/ui/atoms/icons/hubspot.js";
92
- import { Imgflip as Zt } from "./components/ui/atoms/icons/imgflip.js";
93
- import { Intercom as Kt } from "./components/ui/atoms/icons/intercom.js";
94
- import { Jira as Xt } from "./components/ui/atoms/icons/jira.js";
95
- import { Langchain as Qt } from "./components/ui/atoms/icons/langchain.js";
96
- import { Linear as $t } from "./components/ui/atoms/icons/linear.js";
97
- import { Linkedin as ra } from "./components/ui/atoms/icons/linkedin.js";
98
- import { Luma as ta } from "./components/ui/atoms/icons/luma.js";
99
- import { Mailchimp as pa } from "./components/ui/atoms/icons/mailchimp.js";
100
- import { Mastra as ia } from "./components/ui/atoms/icons/mastra.js";
101
- import { MathToolkit as fa } from "./components/ui/atoms/icons/math-toolkit.js";
102
- import { Mcp as xa } from "./components/ui/atoms/icons/mcp.js";
103
- import { Microsoft as ua } from "./components/ui/atoms/icons/microsoft.js";
104
- import { MicrosoftDynamics as ga } from "./components/ui/atoms/icons/microsoft-dynamics.js";
105
- import { MicrosoftExcel as ca } from "./components/ui/atoms/icons/microsoft-excel.js";
106
- import { MicrosoftOnedrive as Sa } from "./components/ui/atoms/icons/microsoft-onedrive.js";
107
- import { MicrosoftPowerpoint as ha } from "./components/ui/atoms/icons/microsoft-powerpoint.js";
108
- import { MicrosoftSharepoint as Da } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
109
- import { MicrosoftTeams as Pa } from "./components/ui/atoms/icons/microsoft-teams.js";
110
- import { MicrosoftWord as Ba } from "./components/ui/atoms/icons/microsoft-word.js";
111
- import { Miro as Oa } from "./components/ui/atoms/icons/miro.js";
112
- import { Monday as va } from "./components/ui/atoms/icons/monday.js";
113
- import { MongoDB as Ra } from "./components/ui/atoms/icons/mongodb.js";
114
- import { Netsuite as ya } from "./components/ui/atoms/icons/netsuite.js";
115
- import { Notion as Ea } from "./components/ui/atoms/icons/notion.js";
116
- import { Oauth as _a } from "./components/ui/atoms/icons/oauth.js";
117
- import { Obsidian as Ua } from "./components/ui/atoms/icons/obsidian.js";
118
- import { Okta as za } from "./components/ui/atoms/icons/okta.js";
119
- import { Openai as Za } from "./components/ui/atoms/icons/openai.js";
120
- import { OutlookCalendar as Ka } from "./components/ui/atoms/icons/outlook-calendar.js";
121
- import { OutlookMail as Xa } from "./components/ui/atoms/icons/outlook-mail.js";
122
- import { Pagerduty as Qa } from "./components/ui/atoms/icons/pagerduty.js";
123
- import { Pinecone as $a } from "./components/ui/atoms/icons/pinecone.js";
124
- import { Pinterest as rp } from "./components/ui/atoms/icons/pinterest.js";
125
- import { Pipedrive as tp } from "./components/ui/atoms/icons/pipedrive.js";
126
- import { Plaid as pp } from "./components/ui/atoms/icons/plaid.js";
127
- import { Postgres as ip } from "./components/ui/atoms/icons/postgres.js";
128
- import { Posthog as fp } from "./components/ui/atoms/icons/posthog.js";
129
- import { Pylon as xp } from "./components/ui/atoms/icons/pylon.js";
130
- import { Quickbooks as up } from "./components/ui/atoms/icons/quickbooks.js";
131
- import { Railway as gp } from "./components/ui/atoms/icons/railway.js";
132
- import { Reddit as cp } from "./components/ui/atoms/icons/reddit.js";
133
- import { Salesforce as Sp } from "./components/ui/atoms/icons/salesforce.js";
134
- import { Shopify as hp } from "./components/ui/atoms/icons/shopify.js";
135
- import { Singlestore as Dp } from "./components/ui/atoms/icons/singlestore.js";
136
- import { Slack as Pp } from "./components/ui/atoms/icons/slack.js";
137
- import { Snowflake as Bp } from "./components/ui/atoms/icons/snowflake.js";
138
- import { Splunk as Op } from "./components/ui/atoms/icons/splunk.js";
139
- import { Spotify as vp } from "./components/ui/atoms/icons/spotify.js";
140
- import { Square as Rp } from "./components/ui/atoms/icons/square.js";
141
- import { Squarespace as yp } from "./components/ui/atoms/icons/squarespace.js";
142
- import { Squareup as Ep } from "./components/ui/atoms/icons/squareup.js";
143
- import { Stripe as _p } from "./components/ui/atoms/icons/stripe.js";
144
- import { Tesla as Up } from "./components/ui/atoms/icons/tesla.js";
145
- import { Ticktick as zp } from "./components/ui/atoms/icons/ticktick.js";
146
- import { Tiktok as Zp } from "./components/ui/atoms/icons/tiktok.js";
147
- import { Trello as Kp } from "./components/ui/atoms/icons/trello.js";
148
- import { Twilio as Xp } from "./components/ui/atoms/icons/twilio.js";
149
- import { Twitch as Qp } from "./components/ui/atoms/icons/twitch.js";
150
- import { Vercel as $p } from "./components/ui/atoms/icons/vercel.js";
151
- import { Vscode as rm } from "./components/ui/atoms/icons/vscode.js";
152
- import { Walmart as tm } from "./components/ui/atoms/icons/walmart.js";
153
- import { Weaviate as pm } from "./components/ui/atoms/icons/weaviate.js";
154
- import { Windsurf as im } from "./components/ui/atoms/icons/windsurf.js";
155
- import { Workday as fm } from "./components/ui/atoms/icons/workday.js";
156
- import { Wrike as xm } from "./components/ui/atoms/icons/wrike.js";
157
- import { X as um } from "./components/ui/atoms/icons/x.js";
158
- import { Xero as gm } from "./components/ui/atoms/icons/xero.js";
159
- import { Youtube as cm } from "./components/ui/atoms/icons/youtube.js";
160
- import { Yugabytedb as Sm } from "./components/ui/atoms/icons/yugabytedb.js";
161
- import { Zendesk as hm } from "./components/ui/atoms/icons/zendesk.js";
162
- import { Zoho as Dm } from "./components/ui/atoms/icons/zoho.js";
163
- import { ZohoBooks as Pm } from "./components/ui/atoms/icons/zoho-books.js";
164
- import { ZohoCreator as Bm } from "./components/ui/atoms/icons/zoho-creator.js";
165
- import { Zoom as Om } from "./components/ui/atoms/icons/zoom.js";
166
- import { Input as vm } from "./components/ui/atoms/input.js";
167
- import { Label as Rm } from "./components/ui/atoms/label.js";
168
- import { Loader as ym } from "./components/ui/atoms/loader.js";
169
- import { M as Em } from "./markdown-9KGBuupR.js";
170
- import { MobileTooltip as _m, MobileTooltipContent as Fm, MobileTooltipProvider as Um, MobileTooltipTrigger as Nm } from "./components/ui/atoms/mobile-tooltip.js";
171
- import { Popover as Wm, PopoverAnchor as Zm, PopoverContent as qm, PopoverTrigger as Km } from "./components/ui/atoms/popover.js";
172
- import { ProBadge as Xm } from "./components/ui/atoms/pro-badge.js";
173
- import { Progress as Qm } from "./components/ui/atoms/progress.js";
174
- import { RadioGroup as $m, RadioGroupItem as oi } from "./components/ui/atoms/radio-group.js";
175
- import { ResizableHandle as ei, ResizablePanel as ti, ResizablePanelGroup as ai } from "./components/ui/atoms/resizable.js";
176
- import { ScrollArea as mi, ScrollBar as ii } from "./components/ui/atoms/scroll-area.js";
177
- import { ScrollButton as fi } from "./components/ui/atoms/scroll-button.js";
178
- import { Select as xi, SelectContent as di, SelectGroup as ui, SelectItem as si, SelectLabel as gi, SelectScrollDownButton as Ci, SelectScrollUpButton as ci, SelectSeparator as Ti, SelectTrigger as Si, SelectValue as bi } from "./components/ui/atoms/select.js";
179
- import { Separator as Ai } from "./components/ui/atoms/separator.js";
180
- import { Sheet as Mi, SheetClose as Pi, SheetContent as Ii, SheetDescription as Bi, SheetFooter as ki, SheetHeader as Oi, SheetTitle as Gi, SheetTrigger as vi } from "./components/ui/atoms/sheet.js";
181
- import { Sidebar as Ri, SidebarContent as wi, SidebarFooter as yi, SidebarGroup as Hi, SidebarGroupAction as Ei, SidebarGroupContent as Vi, SidebarGroupLabel as _i, SidebarHeader as Fi, SidebarInput as Ui, SidebarInset as Ni, SidebarMenu as zi, SidebarMenuAction as Wi, SidebarMenuBadge as Zi, SidebarMenuButton as qi, SidebarMenuItem as Ki, SidebarMenuSkeleton as Ji, SidebarMenuSub as Xi, SidebarMenuSubButton as Yi, SidebarMenuSubItem as Qi, SidebarProvider as ji, SidebarRail as $i, SidebarSeparator as ol, SidebarTrigger as rl, useSidebar as el } from "./components/ui/atoms/sidebar.js";
182
- import { Skeleton as al } from "./components/ui/atoms/skeleton.js";
183
- import { Slider as ml } from "./components/ui/atoms/slider.js";
184
- import { StepIndicator as ll, stepIndicatorIconVariants as fl, stepIndicatorLabelVariants as nl } from "./components/ui/atoms/step-indicator.js";
185
- import { Switch as dl } from "./components/ui/atoms/switch.js";
186
- import { Table as sl, TableBody as gl, TableCaption as Cl, TableCell as cl, TableFooter as Tl, TableHead as Sl, TableHeader as bl, TableRow as hl } from "./components/ui/atoms/table.js";
187
- import { Tabs as Dl, TabsContent as Ml, TabsList as Pl, TabsTrigger as Il } from "./components/ui/atoms/tabs.js";
188
- import { Textarea as kl } from "./components/ui/atoms/textarea.js";
189
- import { Toggle as Gl, toggleVariants as vl } from "./components/ui/atoms/toggle.js";
190
- import { Tooltip as Rl, TooltipContent as wl, TooltipProvider as yl, TooltipTrigger as Hl } from "./components/ui/atoms/tooltip.js";
191
- import { VirtualizedGrid as Vl } from "./components/ui/atoms/virtualized-grid.js";
192
- import { ChatAssistantMessage as Fl, ChatMessageList as Ul, ChatStreamingIndicator as Nl, ChatUserMessage as zl } from "./components/ui/molecules/chat-message-list.js";
193
- import { DateTimePicker as Zl } from "./components/ui/molecules/date-time-picker.js";
194
- import { EmptyState as Kl } from "./components/ui/molecules/empty-state.js";
195
- import { Message as Xl, MessageAction as Yl, MessageActions as Ql, MessageAvatar as jl, MessageContent as $l } from "./components/ui/molecules/message.js";
196
- import { PromptInput as rf, PromptInputAction as ef, PromptInputActions as tf, PromptInputTextarea as af } from "./components/ui/molecules/prompt-input.js";
197
- import { R as mf, T as lf } from "./toolkit-card-k8jio69G.js";
198
- import { StepsProgress as nf } from "./components/ui/molecules/steps-progress.js";
199
- import { SuggestionCard as df } from "./components/ui/molecules/suggestion-card.js";
200
- import { ToolCard as sf } from "./components/ui/molecules/tool-card.js";
201
- import { ChatPage as Cf } from "./components/ui/pages/chat-page.js";
202
- import { LoginPage as Tf } from "./components/ui/pages/login-page.js";
203
- import { AuthTemplate as bf, AuthTemplateCard as hf, AuthTemplateContent as Af, AuthTemplateDefaultBackground as Df, AuthTemplateDescription as Mf, AuthTemplateFooter as Pf, AuthTemplateGridOverlay as If, AuthTemplateHeader as Bf, AuthTemplateLegal as kf, AuthTemplateLegalLink as Of, AuthTemplateLogo as Gf, AuthTemplatePrompt as vf, AuthTemplatePromptLink as Lf, AuthTemplateTitle as Rf, AuthTemplateVideoBackground as wf } from "./components/ui/templates/auth-template.js";
204
- import { ChatTemplate as Hf, ChatTemplateBody as Ef, ChatTemplateFooter as Vf, ChatTemplateHeader as _f, ChatTemplateHeaderGroup as Ff, ChatTemplateOverview as Uf, ChatTemplateOverviewSubtitle as Nf, ChatTemplateOverviewTitle as zf, ChatTemplateSuggestions as Wf } from "./components/ui/templates/chat-template.js";
205
- import { PUBLIC_ICON_URL as qf, PUBLIC_VIDEO_URL as Kf } from "./metadata/constants.js";
206
- import { MCP_OAUTH2_PROVIDER as Xf, OAUTH2_PROVIDER as Yf, OAUTH_PROVIDERS as Qf, OAUTH_PROVIDER_CATALOGUE as jf, OAuthId as $f, OAuthProviderId as on, OTHER_OAUTH_PROVIDERS as rn, PREBUILT_OAUTH_PROVIDERS as en } from "./metadata/oauth-providers.js";
207
- import { TOOLKIT_ICON_MAP as an, getToolIconByToolkitName as pn, getToolkitIcon as mn, getToolkitIconByName as ln } from "./metadata/toolkit-icons.js";
208
- import { CATEGORIES as nn, TOOLKITS as xn, TOOLKIT_CATALOGUE as dn } from "./metadata/toolkits.js";
209
- import { findPrebuiltProviderById as sn, findPrebuiltProviderByProviderId as gn, findToolkitByName as Cn, isKnownToolkit as cn, isPrebuiltProvider as Tn } from "./metadata/utils.js";
2
+ import { Alert as i, AlertDescription as l, AlertTitle as n } from "./components/ui/atoms/alert.js";
3
+ import { AlertDialog as x, AlertDialogAction as d, AlertDialogCancel as u, AlertDialogContent as s, AlertDialogDescription as g, AlertDialogFooter as c, AlertDialogHeader as C, AlertDialogOverlay as T, AlertDialogPortal as S, AlertDialogTitle as h, AlertDialogTrigger as b } from "./components/ui/atoms/alert-dialog.js";
4
+ import { Avatar as D, AvatarFallback as M, AvatarImage as I } from "./components/ui/atoms/avatar.js";
5
+ import { AvatarNotificationBadge as B, avatarBadgeVariants as k } from "./components/ui/atoms/avatar-notification-badge.js";
6
+ import { Badge as G, badgeVariants as v } from "./components/ui/atoms/badge.js";
7
+ import { Breadcrumb as L, BreadcrumbEllipsis as R, BreadcrumbItem as y, BreadcrumbLink as H, BreadcrumbList as E, BreadcrumbPage as V, BreadcrumbSeparator as _ } from "./components/ui/atoms/breadcrumb.js";
8
+ import { Button as U, buttonVariants as z } from "./components/ui/atoms/button.js";
9
+ import { ByocBadge as W } from "./components/ui/atoms/byoc-badge.js";
10
+ import { C as q, a as K } from "./calendar-DreAgQKY.js";
11
+ import { Card as X, CardAction as Y, CardContent as j, CardDescription as Q, CardFooter as $, CardHeader as oo, CardTitle as ro } from "./components/ui/atoms/card.js";
12
+ import { ChartContainer as to, ChartLegend as ao, ChartLegendContent as po, ChartStyle as mo, ChartTooltip as io, ChartTooltipContent as lo } from "./components/ui/atoms/chart.js";
13
+ import { ChatContainerContent as fo, ChatContainerRoot as xo, ChatContainerScrollAnchor as uo } from "./components/ui/atoms/chat-container.js";
14
+ import { Checkbox as go } from "./components/ui/atoms/checkbox.js";
15
+ import { CodeBlock as Co, CodeBlockCode as To, CodeBlockGroup as So } from "./components/ui/atoms/code-block.js";
16
+ import { Collapsible as bo, CollapsibleContent as Ao, CollapsibleTrigger as Do } from "./components/ui/atoms/collapsible.js";
17
+ import { Command as Io, CommandDialog as Po, CommandEmpty as Bo, CommandGroup as ko, CommandInput as Oo, CommandItem as Go, CommandList as vo, CommandSeparator as wo, CommandShortcut as Lo } from "./components/ui/atoms/command.js";
18
+ import { CopyButton as yo } from "./components/ui/atoms/copy-button.js";
19
+ import { Dialog as Eo, DialogClose as Vo, DialogContent as _o, DialogDescription as Fo, DialogFooter as Uo, DialogHeader as zo, DialogOverlay as No, DialogPortal as Wo, DialogTitle as Zo, DialogTrigger as qo } from "./components/ui/atoms/dialog.js";
20
+ import { DropdownMenu as Jo, DropdownMenuCheckboxItem as Xo, DropdownMenuContent as Yo, DropdownMenuGroup as jo, DropdownMenuItem as Qo, DropdownMenuLabel as $o, DropdownMenuPortal as or, DropdownMenuRadioGroup as rr, DropdownMenuRadioItem as er, DropdownMenuSeparator as tr, DropdownMenuShortcut as ar, DropdownMenuSub as pr, DropdownMenuSubContent as mr, DropdownMenuSubTrigger as ir, DropdownMenuTrigger as lr } from "./components/ui/atoms/dropdown-menu.js";
21
+ import { HoverCard as fr, HoverCardContent as xr, HoverCardTrigger as dr } from "./components/ui/atoms/hover-card.js";
22
+ import { Adp as sr } from "./components/ui/atoms/icons/adp.js";
23
+ import { Aha as cr } from "./components/ui/atoms/icons/aha.js";
24
+ import { Airtable as Tr } from "./components/ui/atoms/icons/airtable.js";
25
+ import { Amplitude as hr } from "./components/ui/atoms/icons/amplitude.js";
26
+ import { Arcade as Ar } from "./components/ui/atoms/icons/arcade.js";
27
+ import { Asana as Mr } from "./components/ui/atoms/icons/asana.js";
28
+ import { Ashby as Pr } from "./components/ui/atoms/icons/ashby.js";
29
+ import { Atlassian as kr } from "./components/ui/atoms/icons/atlassian.js";
30
+ import { Attio as Gr } from "./components/ui/atoms/icons/attio.js";
31
+ import { Auth0 as wr } from "./components/ui/atoms/icons/auth0.js";
32
+ import { Azure as Rr } from "./components/ui/atoms/icons/azure.js";
33
+ import { Bamboohr as Hr } from "./components/ui/atoms/icons/bamboohr.js";
34
+ import { Basecamp as Vr } from "./components/ui/atoms/icons/basecamp.js";
35
+ import { Bill as Fr } from "./components/ui/atoms/icons/bill.js";
36
+ import { Bitbucket as zr } from "./components/ui/atoms/icons/bitbucket.js";
37
+ import { Bluesky as Wr } from "./components/ui/atoms/icons/bluesky.js";
38
+ import { Box as qr } from "./components/ui/atoms/icons/box.js";
39
+ import { Braze as Jr } from "./components/ui/atoms/icons/braze.js";
40
+ import { Brex as Yr } from "./components/ui/atoms/icons/brex.js";
41
+ import { Brightdata as Qr } from "./components/ui/atoms/icons/brightdata.js";
42
+ import { Buffer as oe } from "./components/ui/atoms/icons/buffer.js";
43
+ import { Calendly as ee } from "./components/ui/atoms/icons/calendly.js";
44
+ import { Claude as ae } from "./components/ui/atoms/icons/claude.js";
45
+ import { Clickhouse as me } from "./components/ui/atoms/icons/clickhouse.js";
46
+ import { Clickup as le } from "./components/ui/atoms/icons/clickup.js";
47
+ import { Cline as fe } from "./components/ui/atoms/icons/cline.js";
48
+ import { Closeio as de } from "./components/ui/atoms/icons/closeio.js";
49
+ import { Codesandbox as se } from "./components/ui/atoms/icons/codesandbox.js";
50
+ import { Coinbase as ce } from "./components/ui/atoms/icons/coinbase.js";
51
+ import { Confluence as Te } from "./components/ui/atoms/icons/confluence.js";
52
+ import { Cursor as he } from "./components/ui/atoms/icons/cursor.js";
53
+ import { CursorInstallDark as Ae } from "./components/ui/atoms/icons/cursor-install-dark.js";
54
+ import { CursorInstallLight as Me } from "./components/ui/atoms/icons/cursor-install-light.js";
55
+ import { Customerio as Pe } from "./components/ui/atoms/icons/customerio.js";
56
+ import { Datadog as ke } from "./components/ui/atoms/icons/datadog.js";
57
+ import { Daytona as Ge } from "./components/ui/atoms/icons/daytona.js";
58
+ import { DigitalOcean as we } from "./components/ui/atoms/icons/digital-ocean.js";
59
+ import { Discord as Re } from "./components/ui/atoms/icons/discord.js";
60
+ import { Dropbox as He } from "./components/ui/atoms/icons/dropbox.js";
61
+ import { E2b as Ve } from "./components/ui/atoms/icons/e2b.js";
62
+ import { Ebay as Fe } from "./components/ui/atoms/icons/ebay.js";
63
+ import { Evernote as ze } from "./components/ui/atoms/icons/evernote.js";
64
+ import { Exa as We } from "./components/ui/atoms/icons/exa.js";
65
+ import { Factorial as qe } from "./components/ui/atoms/icons/factorial.js";
66
+ import { Figma as Je } from "./components/ui/atoms/icons/figma.js";
67
+ import { Firecrawl as Ye } from "./components/ui/atoms/icons/firecrawl.js";
68
+ import { Freshservice as Qe } from "./components/ui/atoms/icons/freshservice.js";
69
+ import { Gemini as ot } from "./components/ui/atoms/icons/gemini.js";
70
+ import { Generic as et } from "./components/ui/atoms/icons/generic.js";
71
+ import { Github as at } from "./components/ui/atoms/icons/github.js";
72
+ import { Gitlab as mt } from "./components/ui/atoms/icons/gitlab.js";
73
+ import { Gmail as lt } from "./components/ui/atoms/icons/gmail.js";
74
+ import { Google as ft } from "./components/ui/atoms/icons/google.js";
75
+ import { GoogleCalendar as dt } from "./components/ui/atoms/icons/google-calendar.js";
76
+ import { GoogleContacts as st } from "./components/ui/atoms/icons/google-contacts.js";
77
+ import { GoogleDocs as ct } from "./components/ui/atoms/icons/google-docs.js";
78
+ import { GoogleDrive as Tt } from "./components/ui/atoms/icons/google-drive.js";
79
+ import { GoogleFinance as ht } from "./components/ui/atoms/icons/google-finance.js";
80
+ import { GoogleFlight as At } from "./components/ui/atoms/icons/google-flight.js";
81
+ import { GoogleFlights as Mt } from "./components/ui/atoms/icons/google-flights.js";
82
+ import { GoogleHotels as Pt } from "./components/ui/atoms/icons/google-hotels.js";
83
+ import { GoogleJobs as kt } from "./components/ui/atoms/icons/google-jobs.js";
84
+ import { GoogleMaps as Gt } from "./components/ui/atoms/icons/google-maps.js";
85
+ import { GoogleNews as wt } from "./components/ui/atoms/icons/google-news.js";
86
+ import { GoogleSheets as Rt } from "./components/ui/atoms/icons/google-sheets.js";
87
+ import { GoogleShopping as Ht } from "./components/ui/atoms/icons/google-shopping.js";
88
+ import { GoogleSlides as Vt } from "./components/ui/atoms/icons/google-slides.js";
89
+ import { Goose as Ft } from "./components/ui/atoms/icons/goose.js";
90
+ import { Granola as zt } from "./components/ui/atoms/icons/granola.js";
91
+ import { Heroku as Wt } from "./components/ui/atoms/icons/heroku.js";
92
+ import { Hootsuite as qt } from "./components/ui/atoms/icons/hootsuite.js";
93
+ import { Hubspot as Jt } from "./components/ui/atoms/icons/hubspot.js";
94
+ import { Imgflip as Yt } from "./components/ui/atoms/icons/imgflip.js";
95
+ import { Intercom as Qt } from "./components/ui/atoms/icons/intercom.js";
96
+ import { Jira as oa } from "./components/ui/atoms/icons/jira.js";
97
+ import { Langchain as ea } from "./components/ui/atoms/icons/langchain.js";
98
+ import { Linear as aa } from "./components/ui/atoms/icons/linear.js";
99
+ import { Linkedin as ma } from "./components/ui/atoms/icons/linkedin.js";
100
+ import { Luma as la } from "./components/ui/atoms/icons/luma.js";
101
+ import { Mailchimp as fa } from "./components/ui/atoms/icons/mailchimp.js";
102
+ import { Mastra as da } from "./components/ui/atoms/icons/mastra.js";
103
+ import { MathToolkit as sa } from "./components/ui/atoms/icons/math-toolkit.js";
104
+ import { Mcp as ca } from "./components/ui/atoms/icons/mcp.js";
105
+ import { Microsoft as Ta } from "./components/ui/atoms/icons/microsoft.js";
106
+ import { MicrosoftDynamics as ha } from "./components/ui/atoms/icons/microsoft-dynamics.js";
107
+ import { MicrosoftExcel as Aa } from "./components/ui/atoms/icons/microsoft-excel.js";
108
+ import { MicrosoftOnedrive as Ma } from "./components/ui/atoms/icons/microsoft-onedrive.js";
109
+ import { MicrosoftPowerpoint as Pa } from "./components/ui/atoms/icons/microsoft-powerpoint.js";
110
+ import { MicrosoftSharepoint as ka } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
111
+ import { MicrosoftTeams as Ga } from "./components/ui/atoms/icons/microsoft-teams.js";
112
+ import { MicrosoftWord as wa } from "./components/ui/atoms/icons/microsoft-word.js";
113
+ import { Miro as Ra } from "./components/ui/atoms/icons/miro.js";
114
+ import { Monday as Ha } from "./components/ui/atoms/icons/monday.js";
115
+ import { MongoDB as Va } from "./components/ui/atoms/icons/mongodb.js";
116
+ import { Netsuite as Fa } from "./components/ui/atoms/icons/netsuite.js";
117
+ import { Notion as za } from "./components/ui/atoms/icons/notion.js";
118
+ import { Oauth as Wa } from "./components/ui/atoms/icons/oauth.js";
119
+ import { Obsidian as qa } from "./components/ui/atoms/icons/obsidian.js";
120
+ import { Okta as Ja } from "./components/ui/atoms/icons/okta.js";
121
+ import { Openai as Ya } from "./components/ui/atoms/icons/openai.js";
122
+ import { OutlookCalendar as Qa } from "./components/ui/atoms/icons/outlook-calendar.js";
123
+ import { OutlookMail as op } from "./components/ui/atoms/icons/outlook-mail.js";
124
+ import { Pagerduty as ep } from "./components/ui/atoms/icons/pagerduty.js";
125
+ import { Pinecone as ap } from "./components/ui/atoms/icons/pinecone.js";
126
+ import { Pinterest as mp } from "./components/ui/atoms/icons/pinterest.js";
127
+ import { Pipedrive as lp } from "./components/ui/atoms/icons/pipedrive.js";
128
+ import { Plaid as fp } from "./components/ui/atoms/icons/plaid.js";
129
+ import { Postgres as dp } from "./components/ui/atoms/icons/postgres.js";
130
+ import { Posthog as sp } from "./components/ui/atoms/icons/posthog.js";
131
+ import { Pylon as cp } from "./components/ui/atoms/icons/pylon.js";
132
+ import { Quickbooks as Tp } from "./components/ui/atoms/icons/quickbooks.js";
133
+ import { Railway as hp } from "./components/ui/atoms/icons/railway.js";
134
+ import { Reddit as Ap } from "./components/ui/atoms/icons/reddit.js";
135
+ import { Salesforce as Mp } from "./components/ui/atoms/icons/salesforce.js";
136
+ import { Shopify as Pp } from "./components/ui/atoms/icons/shopify.js";
137
+ import { Singlestore as kp } from "./components/ui/atoms/icons/singlestore.js";
138
+ import { Slack as Gp } from "./components/ui/atoms/icons/slack.js";
139
+ import { Snowflake as wp } from "./components/ui/atoms/icons/snowflake.js";
140
+ import { Splunk as Rp } from "./components/ui/atoms/icons/splunk.js";
141
+ import { Spotify as Hp } from "./components/ui/atoms/icons/spotify.js";
142
+ import { Square as Vp } from "./components/ui/atoms/icons/square.js";
143
+ import { Squarespace as Fp } from "./components/ui/atoms/icons/squarespace.js";
144
+ import { Squareup as zp } from "./components/ui/atoms/icons/squareup.js";
145
+ import { Stripe as Wp } from "./components/ui/atoms/icons/stripe.js";
146
+ import { Tesla as qp } from "./components/ui/atoms/icons/tesla.js";
147
+ import { Ticktick as Jp } from "./components/ui/atoms/icons/ticktick.js";
148
+ import { Tiktok as Yp } from "./components/ui/atoms/icons/tiktok.js";
149
+ import { Trello as Qp } from "./components/ui/atoms/icons/trello.js";
150
+ import { Twilio as om } from "./components/ui/atoms/icons/twilio.js";
151
+ import { Twitch as em } from "./components/ui/atoms/icons/twitch.js";
152
+ import { Vercel as am } from "./components/ui/atoms/icons/vercel.js";
153
+ import { Vscode as mm } from "./components/ui/atoms/icons/vscode.js";
154
+ import { Walmart as lm } from "./components/ui/atoms/icons/walmart.js";
155
+ import { Weaviate as fm } from "./components/ui/atoms/icons/weaviate.js";
156
+ import { Windsurf as dm } from "./components/ui/atoms/icons/windsurf.js";
157
+ import { Workday as sm } from "./components/ui/atoms/icons/workday.js";
158
+ import { Wrike as cm } from "./components/ui/atoms/icons/wrike.js";
159
+ import { X as Tm } from "./components/ui/atoms/icons/x.js";
160
+ import { Xero as hm } from "./components/ui/atoms/icons/xero.js";
161
+ import { Youtube as Am } from "./components/ui/atoms/icons/youtube.js";
162
+ import { Yugabytedb as Mm } from "./components/ui/atoms/icons/yugabytedb.js";
163
+ import { Zendesk as Pm } from "./components/ui/atoms/icons/zendesk.js";
164
+ import { Zoho as km } from "./components/ui/atoms/icons/zoho.js";
165
+ import { ZohoBooks as Gm } from "./components/ui/atoms/icons/zoho-books.js";
166
+ import { ZohoCreator as wm } from "./components/ui/atoms/icons/zoho-creator.js";
167
+ import { Zoom as Rm } from "./components/ui/atoms/icons/zoom.js";
168
+ import { Input as Hm } from "./components/ui/atoms/input.js";
169
+ import { JsonHighlight as Vm, jsonHighlightVariants as _m } from "./components/ui/atoms/json-highlight.js";
170
+ import { Label as Um } from "./components/ui/atoms/label.js";
171
+ import { Loader as Nm } from "./components/ui/atoms/loader.js";
172
+ import { M as Zm } from "./markdown-D0xxRbwP.js";
173
+ import { MobileTooltip as Km, MobileTooltipContent as Jm, MobileTooltipProvider as Xm, MobileTooltipTrigger as Ym } from "./components/ui/atoms/mobile-tooltip.js";
174
+ import { Popover as Qm, PopoverAnchor as $m, PopoverContent as oi, PopoverTrigger as ri } from "./components/ui/atoms/popover.js";
175
+ import { ProBadge as ti } from "./components/ui/atoms/pro-badge.js";
176
+ import { Progress as pi } from "./components/ui/atoms/progress.js";
177
+ import { RadioGroup as ii, RadioGroupItem as li } from "./components/ui/atoms/radio-group.js";
178
+ import { ResizableHandle as fi, ResizablePanel as xi, ResizablePanelGroup as di } from "./components/ui/atoms/resizable.js";
179
+ import { ScrollArea as si, ScrollBar as gi } from "./components/ui/atoms/scroll-area.js";
180
+ import { ScrollButton as Ci } from "./components/ui/atoms/scroll-button.js";
181
+ import { Select as Si, SelectContent as hi, SelectGroup as bi, SelectItem as Ai, SelectLabel as Di, SelectScrollDownButton as Mi, SelectScrollUpButton as Ii, SelectSeparator as Pi, SelectTrigger as Bi, SelectValue as ki } from "./components/ui/atoms/select.js";
182
+ import { Separator as Gi } from "./components/ui/atoms/separator.js";
183
+ import { Sheet as wi, SheetClose as Li, SheetContent as Ri, SheetDescription as yi, SheetFooter as Hi, SheetHeader as Ei, SheetTitle as Vi, SheetTrigger as _i } from "./components/ui/atoms/sheet.js";
184
+ import { Sidebar as Ui, SidebarContent as zi, SidebarFooter as Ni, SidebarGroup as Wi, SidebarGroupAction as Zi, SidebarGroupContent as qi, SidebarGroupLabel as Ki, SidebarHeader as Ji, SidebarInput as Xi, SidebarInset as Yi, SidebarMenu as ji, SidebarMenuAction as Qi, SidebarMenuBadge as $i, SidebarMenuButton as ol, SidebarMenuItem as rl, SidebarMenuSkeleton as el, SidebarMenuSub as tl, SidebarMenuSubButton as al, SidebarMenuSubItem as pl, SidebarProvider as ml, SidebarRail as il, SidebarSeparator as ll, SidebarTrigger as nl, useSidebar as fl } from "./components/ui/atoms/sidebar.js";
185
+ import { Skeleton as dl } from "./components/ui/atoms/skeleton.js";
186
+ import { Slider as sl } from "./components/ui/atoms/slider.js";
187
+ import { StepIndicator as cl, stepIndicatorIconVariants as Cl, stepIndicatorLabelVariants as Tl } from "./components/ui/atoms/step-indicator.js";
188
+ import { Switch as hl } from "./components/ui/atoms/switch.js";
189
+ import { Table as Al, TableBody as Dl, TableCaption as Ml, TableCell as Il, TableFooter as Pl, TableHead as Bl, TableHeader as kl, TableRow as Ol } from "./components/ui/atoms/table.js";
190
+ import { Tabs as vl, TabsContent as wl, TabsList as Ll, TabsTrigger as Rl } from "./components/ui/atoms/tabs.js";
191
+ import { Textarea as Hl } from "./components/ui/atoms/textarea.js";
192
+ import { Toggle as Vl, toggleVariants as _l } from "./components/ui/atoms/toggle.js";
193
+ import { Tooltip as Ul, TooltipContent as zl, TooltipProvider as Nl, TooltipTrigger as Wl } from "./components/ui/atoms/tooltip.js";
194
+ import { ViewToolsControl as ql } from "./components/ui/atoms/view-tools-control.js";
195
+ import { VirtualizedGrid as Jl } from "./components/ui/atoms/virtualized-grid.js";
196
+ import { ChatAssistantMessage as Yl, ChatMessageList as jl, ChatStreamingIndicator as Ql, ChatUserMessage as $l } from "./components/ui/molecules/chat-message-list.js";
197
+ import { DateTimePicker as rn } from "./components/ui/molecules/date-time-picker.js";
198
+ import { EmptyState as tn } from "./components/ui/molecules/empty-state.js";
199
+ import { Message as pn, MessageAction as mn, MessageActions as ln, MessageAvatar as nn, MessageContent as fn } from "./components/ui/molecules/message.js";
200
+ import { PromptInput as dn, PromptInputAction as un, PromptInputActions as sn, PromptInputTextarea as gn } from "./components/ui/molecules/prompt-input.js";
201
+ import { R as Cn, T as Tn } from "./toolkit-card-B97E7TBA.js";
202
+ import { StepsProgress as hn } from "./components/ui/molecules/steps-progress.js";
203
+ import { SuggestionCard as An } from "./components/ui/molecules/suggestion-card.js";
204
+ import { Switcher as Mn, SwitcherContent as In, SwitcherInput as Pn, SwitcherItem as Bn, SwitcherTrigger as kn, useSwitcher as On } from "./components/ui/molecules/switcher.js";
205
+ import { ToolAuthorization as vn, ToolAuthorizationArgs as wn, ToolAuthorizationContent as Ln, ToolAuthorizationHeader as Rn, ToolAuthorizationMessage as yn } from "./components/ui/molecules/tool-authorization.js";
206
+ import { ToolCallAccordion as En, ToolCallAccordionContent as Vn, ToolCallAccordionItem as _n, ToolCallAccordionTrigger as Fn } from "./components/ui/molecules/tool-call-accordion.js";
207
+ import { ToolCard as zn } from "./components/ui/molecules/tool-card.js";
208
+ import { UserNav as Wn } from "./components/ui/molecules/user-nav.js";
209
+ import { ChatPage as qn } from "./components/ui/pages/chat-page.js";
210
+ import { LoginPage as Jn } from "./components/ui/pages/login-page.js";
211
+ import { AuthTemplate as Yn, AuthTemplateCard as jn, AuthTemplateContent as Qn, AuthTemplateDefaultBackground as $n, AuthTemplateDescription as of, AuthTemplateFooter as rf, AuthTemplateGridOverlay as ef, AuthTemplateHeader as tf, AuthTemplateLegal as af, AuthTemplateLegalLink as pf, AuthTemplateLogo as mf, AuthTemplatePrompt as lf, AuthTemplatePromptLink as nf, AuthTemplateTitle as ff, AuthTemplateVideoBackground as xf } from "./components/ui/templates/auth-template.js";
212
+ import { ChatTemplate as uf, ChatTemplateBody as sf, ChatTemplateFooter as gf, ChatTemplateHeader as cf, ChatTemplateHeaderGroup as Cf, ChatTemplateOverview as Tf, ChatTemplateOverviewSubtitle as Sf, ChatTemplateOverviewTitle as hf, ChatTemplateSuggestions as bf } from "./components/ui/templates/chat-template.js";
213
+ import { PUBLIC_ICON_URL as Df, PUBLIC_VIDEO_URL as Mf } from "./metadata/constants.js";
214
+ import { MCP_OAUTH2_PROVIDER as Pf, OAUTH2_PROVIDER as Bf, OAUTH_PROVIDERS as kf, OAUTH_PROVIDER_CATALOGUE as Of, OAuthId as Gf, OAuthProviderId as vf, OTHER_OAUTH_PROVIDERS as wf, PREBUILT_OAUTH_PROVIDERS as Lf } from "./metadata/oauth-providers.js";
215
+ import { TOOLKIT_ICON_MAP as yf, getToolIconByToolkitName as Hf, getToolkitIcon as Ef, getToolkitIconByName as Vf } from "./metadata/toolkit-icons.js";
216
+ import { CATEGORIES as Ff, TOOLKITS as Uf, TOOLKIT_CATALOGUE as zf } from "./metadata/toolkits.js";
217
+ import { findPrebuiltProviderById as Wf, findPrebuiltProviderByProviderId as Zf, findToolkitByName as qf, isKnownToolkit as Kf, isPrebuiltProvider as Jf } from "./metadata/utils.js";
210
218
  export {
211
219
  e as Accordion,
212
220
  t as AccordionContent,
213
221
  a as AccordionItem,
214
222
  p as AccordionTrigger,
215
- xr as Adp,
216
- ur as Aha,
217
- gr as Airtable,
223
+ sr as Adp,
224
+ cr as Aha,
225
+ Tr as Airtable,
218
226
  i as Alert,
219
227
  l as AlertDescription,
220
228
  x as AlertDialog,
@@ -222,390 +230,412 @@ export {
222
230
  u as AlertDialogCancel,
223
231
  s as AlertDialogContent,
224
232
  g as AlertDialogDescription,
225
- C as AlertDialogFooter,
226
- c as AlertDialogHeader,
233
+ c as AlertDialogFooter,
234
+ C as AlertDialogHeader,
227
235
  T as AlertDialogOverlay,
228
236
  S as AlertDialogPortal,
229
- b as AlertDialogTitle,
230
- h as AlertDialogTrigger,
231
- f as AlertTitle,
232
- cr as Amplitude,
233
- Sr as Arcade,
234
- hr as Asana,
235
- Dr as Ashby,
236
- Pr as Atlassian,
237
- Br as Attio,
238
- Or as Auth0,
239
- bf as AuthTemplate,
240
- hf as AuthTemplateCard,
241
- Af as AuthTemplateContent,
242
- Df as AuthTemplateDefaultBackground,
243
- Mf as AuthTemplateDescription,
244
- Pf as AuthTemplateFooter,
245
- If as AuthTemplateGridOverlay,
246
- Bf as AuthTemplateHeader,
247
- kf as AuthTemplateLegal,
248
- Of as AuthTemplateLegalLink,
249
- Gf as AuthTemplateLogo,
250
- vf as AuthTemplatePrompt,
251
- Lf as AuthTemplatePromptLink,
252
- Rf as AuthTemplateTitle,
253
- wf as AuthTemplateVideoBackground,
237
+ h as AlertDialogTitle,
238
+ b as AlertDialogTrigger,
239
+ n as AlertTitle,
240
+ hr as Amplitude,
241
+ Ar as Arcade,
242
+ Mr as Asana,
243
+ Pr as Ashby,
244
+ kr as Atlassian,
245
+ Gr as Attio,
246
+ wr as Auth0,
247
+ Yn as AuthTemplate,
248
+ jn as AuthTemplateCard,
249
+ Qn as AuthTemplateContent,
250
+ $n as AuthTemplateDefaultBackground,
251
+ of as AuthTemplateDescription,
252
+ rf as AuthTemplateFooter,
253
+ ef as AuthTemplateGridOverlay,
254
+ tf as AuthTemplateHeader,
255
+ af as AuthTemplateLegal,
256
+ pf as AuthTemplateLegalLink,
257
+ mf as AuthTemplateLogo,
258
+ lf as AuthTemplatePrompt,
259
+ nf as AuthTemplatePromptLink,
260
+ ff as AuthTemplateTitle,
261
+ xf as AuthTemplateVideoBackground,
254
262
  D as Avatar,
255
263
  M as AvatarFallback,
256
- P as AvatarImage,
257
- vr as Azure,
258
- B as Badge,
259
- Rr as Bamboohr,
260
- yr as Basecamp,
261
- Er as Bill,
262
- _r as Bitbucket,
263
- Ur as Bluesky,
264
- zr as Box,
265
- Zr as Braze,
266
- G as Breadcrumb,
267
- v as BreadcrumbEllipsis,
268
- L as BreadcrumbItem,
269
- R as BreadcrumbLink,
270
- w as BreadcrumbList,
271
- y as BreadcrumbPage,
272
- H as BreadcrumbSeparator,
273
- Kr as Brex,
274
- Xr as Brightdata,
275
- Qr as Buffer,
276
- V as Button,
277
- U as ByocBadge,
278
- nn as CATEGORIES,
279
- z as Calendar,
280
- W as CalendarDayButton,
281
- $r as Calendly,
282
- q as Card,
283
- K as CardAction,
284
- J as CardContent,
285
- X as CardDescription,
286
- Y as CardFooter,
287
- Q as CardHeader,
288
- j as CardTitle,
289
- oo as ChartContainer,
290
- ro as ChartLegend,
291
- eo as ChartLegendContent,
292
- to as ChartStyle,
293
- ao as ChartTooltip,
294
- po as ChartTooltipContent,
295
- Fl as ChatAssistantMessage,
296
- io as ChatContainerContent,
297
- lo as ChatContainerRoot,
298
- fo as ChatContainerScrollAnchor,
299
- Ul as ChatMessageList,
300
- Cf as ChatPage,
301
- Nl as ChatStreamingIndicator,
302
- Hf as ChatTemplate,
303
- Ef as ChatTemplateBody,
304
- Vf as ChatTemplateFooter,
305
- _f as ChatTemplateHeader,
306
- Ff as ChatTemplateHeaderGroup,
307
- Uf as ChatTemplateOverview,
308
- Nf as ChatTemplateOverviewSubtitle,
309
- zf as ChatTemplateOverviewTitle,
310
- Wf as ChatTemplateSuggestions,
311
- zl as ChatUserMessage,
312
- xo as Checkbox,
313
- re as Claude,
314
- te as Clickhouse,
315
- pe as Clickup,
316
- ie as Cline,
317
- fe as Closeio,
318
- so as CodeBlock,
319
- go as CodeBlockCode,
320
- Co as CodeBlockGroup,
321
- xe as Codesandbox,
322
- ue as Coinbase,
323
- To as Collapsible,
324
- So as CollapsibleContent,
325
- bo as CollapsibleTrigger,
326
- Ao as Command,
327
- Do as CommandDialog,
328
- Mo as CommandEmpty,
329
- Po as CommandGroup,
330
- Io as CommandInput,
331
- Bo as CommandItem,
332
- ko as CommandList,
333
- Oo as CommandSeparator,
334
- Go as CommandShortcut,
335
- ge as Confluence,
336
- Lo as CopyButton,
337
- ce as Cursor,
338
- Se as CursorInstallDark,
339
- he as CursorInstallLight,
340
- De as Customerio,
341
- Pe as Datadog,
342
- Zl as DateTimePicker,
343
- Be as Daytona,
344
- wo as Dialog,
345
- yo as DialogClose,
346
- Ho as DialogContent,
347
- Eo as DialogDescription,
348
- Vo as DialogFooter,
349
- _o as DialogHeader,
350
- Fo as DialogOverlay,
351
- Uo as DialogPortal,
352
- No as DialogTitle,
353
- zo as DialogTrigger,
354
- Oe as DigitalOcean,
355
- ve as Discord,
356
- Re as Dropbox,
357
- Zo as DropdownMenu,
358
- qo as DropdownMenuCheckboxItem,
359
- Ko as DropdownMenuContent,
360
- Jo as DropdownMenuGroup,
361
- Xo as DropdownMenuItem,
362
- Yo as DropdownMenuLabel,
363
- Qo as DropdownMenuPortal,
364
- jo as DropdownMenuRadioGroup,
365
- $o as DropdownMenuRadioItem,
366
- or as DropdownMenuSeparator,
367
- rr as DropdownMenuShortcut,
368
- er as DropdownMenuSub,
369
- tr as DropdownMenuSubContent,
370
- ar as DropdownMenuSubTrigger,
371
- pr as DropdownMenuTrigger,
372
- ye as E2b,
373
- Ee as Ebay,
374
- Kl as EmptyState,
375
- _e as Evernote,
376
- Ue as Exa,
377
- ze as Factorial,
378
- Ze as Figma,
379
- Ke as Firecrawl,
380
- Xe as Freshservice,
381
- Qe as Gemini,
382
- $e as Generic,
383
- rt as Github,
384
- tt as Gitlab,
385
- pt as Gmail,
386
- it as Google,
387
- ft as GoogleCalendar,
388
- xt as GoogleContacts,
389
- ut as GoogleDocs,
390
- gt as GoogleDrive,
391
- ct as GoogleFinance,
392
- St as GoogleFlight,
393
- ht as GoogleFlights,
394
- Dt as GoogleHotels,
395
- Pt as GoogleJobs,
396
- Bt as GoogleMaps,
397
- Ot as GoogleNews,
398
- vt as GoogleSheets,
399
- Rt as GoogleShopping,
400
- yt as GoogleSlides,
401
- Et as Goose,
402
- _t as Heroku,
403
- Ut as Hootsuite,
404
- ir as HoverCard,
405
- lr as HoverCardContent,
406
- fr as HoverCardTrigger,
407
- zt as Hubspot,
408
- Zt as Imgflip,
409
- vm as Input,
410
- Kt as Intercom,
411
- Xt as Jira,
412
- Rm as Label,
413
- Qt as Langchain,
414
- $t as Linear,
415
- ra as Linkedin,
416
- ym as Loader,
417
- Tf as LoginPage,
418
- ta as Luma,
419
- Xf as MCP_OAUTH2_PROVIDER,
420
- pa as Mailchimp,
421
- Em as Markdown,
422
- ia as Mastra,
423
- fa as MathToolkit,
424
- xa as Mcp,
425
- Xl as Message,
426
- Yl as MessageAction,
427
- Ql as MessageActions,
428
- jl as MessageAvatar,
429
- $l as MessageContent,
430
- ua as Microsoft,
431
- ga as MicrosoftDynamics,
432
- ca as MicrosoftExcel,
433
- Sa as MicrosoftOnedrive,
434
- ha as MicrosoftPowerpoint,
435
- Da as MicrosoftSharepoint,
436
- Pa as MicrosoftTeams,
437
- Ba as MicrosoftWord,
438
- Oa as Miro,
439
- _m as MobileTooltip,
440
- Fm as MobileTooltipContent,
441
- Um as MobileTooltipProvider,
442
- Nm as MobileTooltipTrigger,
443
- va as Monday,
444
- Ra as MongoDB,
445
- ya as Netsuite,
446
- Ea as Notion,
447
- Yf as OAUTH2_PROVIDER,
448
- Qf as OAUTH_PROVIDERS,
449
- jf as OAUTH_PROVIDER_CATALOGUE,
450
- $f as OAuthId,
451
- on as OAuthProviderId,
452
- rn as OTHER_OAUTH_PROVIDERS,
453
- _a as Oauth,
454
- Ua as Obsidian,
455
- za as Okta,
456
- Za as Openai,
457
- Ka as OutlookCalendar,
458
- Xa as OutlookMail,
459
- en as PREBUILT_OAUTH_PROVIDERS,
460
- qf as PUBLIC_ICON_URL,
461
- Kf as PUBLIC_VIDEO_URL,
462
- Qa as Pagerduty,
463
- $a as Pinecone,
464
- rp as Pinterest,
465
- tp as Pipedrive,
466
- pp as Plaid,
467
- Wm as Popover,
468
- Zm as PopoverAnchor,
469
- qm as PopoverContent,
470
- Km as PopoverTrigger,
471
- ip as Postgres,
472
- fp as Posthog,
473
- Xm as ProBadge,
474
- Qm as Progress,
475
- rf as PromptInput,
476
- ef as PromptInputAction,
477
- tf as PromptInputActions,
478
- af as PromptInputTextarea,
479
- xp as Pylon,
480
- up as Quickbooks,
481
- $m as RadioGroup,
482
- oi as RadioGroupItem,
483
- gp as Railway,
484
- cp as Reddit,
485
- mf as RequirementBadges,
486
- ei as ResizableHandle,
487
- ti as ResizablePanel,
488
- ai as ResizablePanelGroup,
489
- Sp as Salesforce,
490
- mi as ScrollArea,
491
- ii as ScrollBar,
492
- fi as ScrollButton,
493
- xi as Select,
494
- di as SelectContent,
495
- ui as SelectGroup,
496
- si as SelectItem,
497
- gi as SelectLabel,
498
- Ci as SelectScrollDownButton,
499
- ci as SelectScrollUpButton,
500
- Ti as SelectSeparator,
501
- Si as SelectTrigger,
502
- bi as SelectValue,
503
- Ai as Separator,
504
- Mi as Sheet,
505
- Pi as SheetClose,
506
- Ii as SheetContent,
507
- Bi as SheetDescription,
508
- ki as SheetFooter,
509
- Oi as SheetHeader,
510
- Gi as SheetTitle,
511
- vi as SheetTrigger,
512
- hp as Shopify,
513
- Ri as Sidebar,
514
- wi as SidebarContent,
515
- yi as SidebarFooter,
516
- Hi as SidebarGroup,
517
- Ei as SidebarGroupAction,
518
- Vi as SidebarGroupContent,
519
- _i as SidebarGroupLabel,
520
- Fi as SidebarHeader,
521
- Ui as SidebarInput,
522
- Ni as SidebarInset,
523
- zi as SidebarMenu,
524
- Wi as SidebarMenuAction,
525
- Zi as SidebarMenuBadge,
526
- qi as SidebarMenuButton,
527
- Ki as SidebarMenuItem,
528
- Ji as SidebarMenuSkeleton,
529
- Xi as SidebarMenuSub,
530
- Yi as SidebarMenuSubButton,
531
- Qi as SidebarMenuSubItem,
532
- ji as SidebarProvider,
533
- $i as SidebarRail,
534
- ol as SidebarSeparator,
535
- rl as SidebarTrigger,
536
- Dp as Singlestore,
537
- al as Skeleton,
538
- Pp as Slack,
539
- ml as Slider,
540
- Bp as Snowflake,
541
- Op as Splunk,
542
- vp as Spotify,
543
- Rp as Square,
544
- yp as Squarespace,
545
- Ep as Squareup,
546
- ll as StepIndicator,
547
- nf as StepsProgress,
548
- _p as Stripe,
549
- df as SuggestionCard,
550
- dl as Switch,
551
- xn as TOOLKITS,
552
- dn as TOOLKIT_CATALOGUE,
553
- an as TOOLKIT_ICON_MAP,
554
- sl as Table,
555
- gl as TableBody,
556
- Cl as TableCaption,
557
- cl as TableCell,
558
- Tl as TableFooter,
559
- Sl as TableHead,
560
- bl as TableHeader,
561
- hl as TableRow,
562
- Dl as Tabs,
563
- Ml as TabsContent,
564
- Pl as TabsList,
565
- Il as TabsTrigger,
566
- Up as Tesla,
567
- kl as Textarea,
568
- zp as Ticktick,
569
- Zp as Tiktok,
570
- Gl as Toggle,
571
- sf as ToolCard,
572
- lf as ToolkitCard,
573
- Rl as Tooltip,
574
- wl as TooltipContent,
575
- yl as TooltipProvider,
576
- Hl as TooltipTrigger,
577
- Kp as Trello,
578
- Xp as Twilio,
579
- Qp as Twitch,
580
- $p as Vercel,
581
- Vl as VirtualizedGrid,
582
- rm as Vscode,
583
- tm as Walmart,
584
- pm as Weaviate,
585
- im as Windsurf,
586
- fm as Workday,
587
- xm as Wrike,
588
- um as X,
589
- gm as Xero,
590
- cm as Youtube,
591
- Sm as Yugabytedb,
592
- hm as Zendesk,
593
- Dm as Zoho,
594
- Pm as ZohoBooks,
595
- Bm as ZohoCreator,
596
- Om as Zoom,
597
- k as badgeVariants,
598
- _ as buttonVariants,
599
- sn as findPrebuiltProviderById,
600
- gn as findPrebuiltProviderByProviderId,
601
- Cn as findToolkitByName,
602
- pn as getToolIconByToolkitName,
603
- mn as getToolkitIcon,
604
- ln as getToolkitIconByName,
605
- cn as isKnownToolkit,
606
- Tn as isPrebuiltProvider,
607
- fl as stepIndicatorIconVariants,
608
- nl as stepIndicatorLabelVariants,
609
- vl as toggleVariants,
610
- el as useSidebar
264
+ I as AvatarImage,
265
+ B as AvatarNotificationBadge,
266
+ Rr as Azure,
267
+ G as Badge,
268
+ Hr as Bamboohr,
269
+ Vr as Basecamp,
270
+ Fr as Bill,
271
+ zr as Bitbucket,
272
+ Wr as Bluesky,
273
+ qr as Box,
274
+ Jr as Braze,
275
+ L as Breadcrumb,
276
+ R as BreadcrumbEllipsis,
277
+ y as BreadcrumbItem,
278
+ H as BreadcrumbLink,
279
+ E as BreadcrumbList,
280
+ V as BreadcrumbPage,
281
+ _ as BreadcrumbSeparator,
282
+ Yr as Brex,
283
+ Qr as Brightdata,
284
+ oe as Buffer,
285
+ U as Button,
286
+ W as ByocBadge,
287
+ Ff as CATEGORIES,
288
+ q as Calendar,
289
+ K as CalendarDayButton,
290
+ ee as Calendly,
291
+ X as Card,
292
+ Y as CardAction,
293
+ j as CardContent,
294
+ Q as CardDescription,
295
+ $ as CardFooter,
296
+ oo as CardHeader,
297
+ ro as CardTitle,
298
+ to as ChartContainer,
299
+ ao as ChartLegend,
300
+ po as ChartLegendContent,
301
+ mo as ChartStyle,
302
+ io as ChartTooltip,
303
+ lo as ChartTooltipContent,
304
+ Yl as ChatAssistantMessage,
305
+ fo as ChatContainerContent,
306
+ xo as ChatContainerRoot,
307
+ uo as ChatContainerScrollAnchor,
308
+ jl as ChatMessageList,
309
+ qn as ChatPage,
310
+ Ql as ChatStreamingIndicator,
311
+ uf as ChatTemplate,
312
+ sf as ChatTemplateBody,
313
+ gf as ChatTemplateFooter,
314
+ cf as ChatTemplateHeader,
315
+ Cf as ChatTemplateHeaderGroup,
316
+ Tf as ChatTemplateOverview,
317
+ Sf as ChatTemplateOverviewSubtitle,
318
+ hf as ChatTemplateOverviewTitle,
319
+ bf as ChatTemplateSuggestions,
320
+ $l as ChatUserMessage,
321
+ go as Checkbox,
322
+ ae as Claude,
323
+ me as Clickhouse,
324
+ le as Clickup,
325
+ fe as Cline,
326
+ de as Closeio,
327
+ Co as CodeBlock,
328
+ To as CodeBlockCode,
329
+ So as CodeBlockGroup,
330
+ se as Codesandbox,
331
+ ce as Coinbase,
332
+ bo as Collapsible,
333
+ Ao as CollapsibleContent,
334
+ Do as CollapsibleTrigger,
335
+ Io as Command,
336
+ Po as CommandDialog,
337
+ Bo as CommandEmpty,
338
+ ko as CommandGroup,
339
+ Oo as CommandInput,
340
+ Go as CommandItem,
341
+ vo as CommandList,
342
+ wo as CommandSeparator,
343
+ Lo as CommandShortcut,
344
+ Te as Confluence,
345
+ yo as CopyButton,
346
+ he as Cursor,
347
+ Ae as CursorInstallDark,
348
+ Me as CursorInstallLight,
349
+ Pe as Customerio,
350
+ ke as Datadog,
351
+ rn as DateTimePicker,
352
+ Ge as Daytona,
353
+ Eo as Dialog,
354
+ Vo as DialogClose,
355
+ _o as DialogContent,
356
+ Fo as DialogDescription,
357
+ Uo as DialogFooter,
358
+ zo as DialogHeader,
359
+ No as DialogOverlay,
360
+ Wo as DialogPortal,
361
+ Zo as DialogTitle,
362
+ qo as DialogTrigger,
363
+ we as DigitalOcean,
364
+ Re as Discord,
365
+ He as Dropbox,
366
+ Jo as DropdownMenu,
367
+ Xo as DropdownMenuCheckboxItem,
368
+ Yo as DropdownMenuContent,
369
+ jo as DropdownMenuGroup,
370
+ Qo as DropdownMenuItem,
371
+ $o as DropdownMenuLabel,
372
+ or as DropdownMenuPortal,
373
+ rr as DropdownMenuRadioGroup,
374
+ er as DropdownMenuRadioItem,
375
+ tr as DropdownMenuSeparator,
376
+ ar as DropdownMenuShortcut,
377
+ pr as DropdownMenuSub,
378
+ mr as DropdownMenuSubContent,
379
+ ir as DropdownMenuSubTrigger,
380
+ lr as DropdownMenuTrigger,
381
+ Ve as E2b,
382
+ Fe as Ebay,
383
+ tn as EmptyState,
384
+ ze as Evernote,
385
+ We as Exa,
386
+ qe as Factorial,
387
+ Je as Figma,
388
+ Ye as Firecrawl,
389
+ Qe as Freshservice,
390
+ ot as Gemini,
391
+ et as Generic,
392
+ at as Github,
393
+ mt as Gitlab,
394
+ lt as Gmail,
395
+ ft as Google,
396
+ dt as GoogleCalendar,
397
+ st as GoogleContacts,
398
+ ct as GoogleDocs,
399
+ Tt as GoogleDrive,
400
+ ht as GoogleFinance,
401
+ At as GoogleFlight,
402
+ Mt as GoogleFlights,
403
+ Pt as GoogleHotels,
404
+ kt as GoogleJobs,
405
+ Gt as GoogleMaps,
406
+ wt as GoogleNews,
407
+ Rt as GoogleSheets,
408
+ Ht as GoogleShopping,
409
+ Vt as GoogleSlides,
410
+ Ft as Goose,
411
+ zt as Granola,
412
+ Wt as Heroku,
413
+ qt as Hootsuite,
414
+ fr as HoverCard,
415
+ xr as HoverCardContent,
416
+ dr as HoverCardTrigger,
417
+ Jt as Hubspot,
418
+ Yt as Imgflip,
419
+ Hm as Input,
420
+ Qt as Intercom,
421
+ oa as Jira,
422
+ Vm as JsonHighlight,
423
+ Um as Label,
424
+ ea as Langchain,
425
+ aa as Linear,
426
+ ma as Linkedin,
427
+ Nm as Loader,
428
+ Jn as LoginPage,
429
+ la as Luma,
430
+ Pf as MCP_OAUTH2_PROVIDER,
431
+ fa as Mailchimp,
432
+ Zm as Markdown,
433
+ da as Mastra,
434
+ sa as MathToolkit,
435
+ ca as Mcp,
436
+ pn as Message,
437
+ mn as MessageAction,
438
+ ln as MessageActions,
439
+ nn as MessageAvatar,
440
+ fn as MessageContent,
441
+ Ta as Microsoft,
442
+ ha as MicrosoftDynamics,
443
+ Aa as MicrosoftExcel,
444
+ Ma as MicrosoftOnedrive,
445
+ Pa as MicrosoftPowerpoint,
446
+ ka as MicrosoftSharepoint,
447
+ Ga as MicrosoftTeams,
448
+ wa as MicrosoftWord,
449
+ Ra as Miro,
450
+ Km as MobileTooltip,
451
+ Jm as MobileTooltipContent,
452
+ Xm as MobileTooltipProvider,
453
+ Ym as MobileTooltipTrigger,
454
+ Ha as Monday,
455
+ Va as MongoDB,
456
+ Fa as Netsuite,
457
+ za as Notion,
458
+ Bf as OAUTH2_PROVIDER,
459
+ kf as OAUTH_PROVIDERS,
460
+ Of as OAUTH_PROVIDER_CATALOGUE,
461
+ Gf as OAuthId,
462
+ vf as OAuthProviderId,
463
+ wf as OTHER_OAUTH_PROVIDERS,
464
+ Wa as Oauth,
465
+ qa as Obsidian,
466
+ Ja as Okta,
467
+ Ya as Openai,
468
+ Qa as OutlookCalendar,
469
+ op as OutlookMail,
470
+ Lf as PREBUILT_OAUTH_PROVIDERS,
471
+ Df as PUBLIC_ICON_URL,
472
+ Mf as PUBLIC_VIDEO_URL,
473
+ ep as Pagerduty,
474
+ ap as Pinecone,
475
+ mp as Pinterest,
476
+ lp as Pipedrive,
477
+ fp as Plaid,
478
+ Qm as Popover,
479
+ $m as PopoverAnchor,
480
+ oi as PopoverContent,
481
+ ri as PopoverTrigger,
482
+ dp as Postgres,
483
+ sp as Posthog,
484
+ ti as ProBadge,
485
+ pi as Progress,
486
+ dn as PromptInput,
487
+ un as PromptInputAction,
488
+ sn as PromptInputActions,
489
+ gn as PromptInputTextarea,
490
+ cp as Pylon,
491
+ Tp as Quickbooks,
492
+ ii as RadioGroup,
493
+ li as RadioGroupItem,
494
+ hp as Railway,
495
+ Ap as Reddit,
496
+ Cn as RequirementBadges,
497
+ fi as ResizableHandle,
498
+ xi as ResizablePanel,
499
+ di as ResizablePanelGroup,
500
+ Mp as Salesforce,
501
+ si as ScrollArea,
502
+ gi as ScrollBar,
503
+ Ci as ScrollButton,
504
+ Si as Select,
505
+ hi as SelectContent,
506
+ bi as SelectGroup,
507
+ Ai as SelectItem,
508
+ Di as SelectLabel,
509
+ Mi as SelectScrollDownButton,
510
+ Ii as SelectScrollUpButton,
511
+ Pi as SelectSeparator,
512
+ Bi as SelectTrigger,
513
+ ki as SelectValue,
514
+ Gi as Separator,
515
+ wi as Sheet,
516
+ Li as SheetClose,
517
+ Ri as SheetContent,
518
+ yi as SheetDescription,
519
+ Hi as SheetFooter,
520
+ Ei as SheetHeader,
521
+ Vi as SheetTitle,
522
+ _i as SheetTrigger,
523
+ Pp as Shopify,
524
+ Ui as Sidebar,
525
+ zi as SidebarContent,
526
+ Ni as SidebarFooter,
527
+ Wi as SidebarGroup,
528
+ Zi as SidebarGroupAction,
529
+ qi as SidebarGroupContent,
530
+ Ki as SidebarGroupLabel,
531
+ Ji as SidebarHeader,
532
+ Xi as SidebarInput,
533
+ Yi as SidebarInset,
534
+ ji as SidebarMenu,
535
+ Qi as SidebarMenuAction,
536
+ $i as SidebarMenuBadge,
537
+ ol as SidebarMenuButton,
538
+ rl as SidebarMenuItem,
539
+ el as SidebarMenuSkeleton,
540
+ tl as SidebarMenuSub,
541
+ al as SidebarMenuSubButton,
542
+ pl as SidebarMenuSubItem,
543
+ ml as SidebarProvider,
544
+ il as SidebarRail,
545
+ ll as SidebarSeparator,
546
+ nl as SidebarTrigger,
547
+ kp as Singlestore,
548
+ dl as Skeleton,
549
+ Gp as Slack,
550
+ sl as Slider,
551
+ wp as Snowflake,
552
+ Rp as Splunk,
553
+ Hp as Spotify,
554
+ Vp as Square,
555
+ Fp as Squarespace,
556
+ zp as Squareup,
557
+ cl as StepIndicator,
558
+ hn as StepsProgress,
559
+ Wp as Stripe,
560
+ An as SuggestionCard,
561
+ hl as Switch,
562
+ Mn as Switcher,
563
+ In as SwitcherContent,
564
+ Pn as SwitcherInput,
565
+ Bn as SwitcherItem,
566
+ kn as SwitcherTrigger,
567
+ Uf as TOOLKITS,
568
+ zf as TOOLKIT_CATALOGUE,
569
+ yf as TOOLKIT_ICON_MAP,
570
+ Al as Table,
571
+ Dl as TableBody,
572
+ Ml as TableCaption,
573
+ Il as TableCell,
574
+ Pl as TableFooter,
575
+ Bl as TableHead,
576
+ kl as TableHeader,
577
+ Ol as TableRow,
578
+ vl as Tabs,
579
+ wl as TabsContent,
580
+ Ll as TabsList,
581
+ Rl as TabsTrigger,
582
+ qp as Tesla,
583
+ Hl as Textarea,
584
+ Jp as Ticktick,
585
+ Yp as Tiktok,
586
+ Vl as Toggle,
587
+ vn as ToolAuthorization,
588
+ wn as ToolAuthorizationArgs,
589
+ Ln as ToolAuthorizationContent,
590
+ Rn as ToolAuthorizationHeader,
591
+ yn as ToolAuthorizationMessage,
592
+ En as ToolCallAccordion,
593
+ Vn as ToolCallAccordionContent,
594
+ _n as ToolCallAccordionItem,
595
+ Fn as ToolCallAccordionTrigger,
596
+ zn as ToolCard,
597
+ Tn as ToolkitCard,
598
+ Ul as Tooltip,
599
+ zl as TooltipContent,
600
+ Nl as TooltipProvider,
601
+ Wl as TooltipTrigger,
602
+ Qp as Trello,
603
+ om as Twilio,
604
+ em as Twitch,
605
+ Wn as UserNav,
606
+ am as Vercel,
607
+ ql as ViewToolsControl,
608
+ Jl as VirtualizedGrid,
609
+ mm as Vscode,
610
+ lm as Walmart,
611
+ fm as Weaviate,
612
+ dm as Windsurf,
613
+ sm as Workday,
614
+ cm as Wrike,
615
+ Tm as X,
616
+ hm as Xero,
617
+ Am as Youtube,
618
+ Mm as Yugabytedb,
619
+ Pm as Zendesk,
620
+ km as Zoho,
621
+ Gm as ZohoBooks,
622
+ wm as ZohoCreator,
623
+ Rm as Zoom,
624
+ k as avatarBadgeVariants,
625
+ v as badgeVariants,
626
+ z as buttonVariants,
627
+ Wf as findPrebuiltProviderById,
628
+ Zf as findPrebuiltProviderByProviderId,
629
+ qf as findToolkitByName,
630
+ Hf as getToolIconByToolkitName,
631
+ Ef as getToolkitIcon,
632
+ Vf as getToolkitIconByName,
633
+ Kf as isKnownToolkit,
634
+ Jf as isPrebuiltProvider,
635
+ _m as jsonHighlightVariants,
636
+ Cl as stepIndicatorIconVariants,
637
+ Tl as stepIndicatorLabelVariants,
638
+ _l as toggleVariants,
639
+ fl as useSidebar,
640
+ On as useSwitcher
611
641
  };