@arcadeai/design-system 3.34.0 → 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 (95) 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 +369 -367
  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.d.ts +1 -1
  17. package/dist/components/ui/atoms/avatar.d.ts.map +1 -1
  18. package/dist/components/ui/atoms/breadcrumb.d.ts +1 -1
  19. package/dist/components/ui/atoms/breadcrumb.d.ts.map +1 -1
  20. package/dist/components/ui/atoms/card.d.ts +1 -1
  21. package/dist/components/ui/atoms/card.d.ts.map +1 -1
  22. package/dist/components/ui/atoms/chart.d.ts +1 -1
  23. package/dist/components/ui/atoms/chart.d.ts.map +1 -1
  24. package/dist/components/ui/atoms/chat-container.d.ts +1 -1
  25. package/dist/components/ui/atoms/chat-container.d.ts.map +1 -1
  26. package/dist/components/ui/atoms/code-block.d.ts +1 -1
  27. package/dist/components/ui/atoms/code-block.d.ts.map +1 -1
  28. package/dist/components/ui/atoms/collapsible.d.ts +1 -1
  29. package/dist/components/ui/atoms/command.d.ts +1 -1
  30. package/dist/components/ui/atoms/command.d.ts.map +1 -1
  31. package/dist/components/ui/atoms/command.js +364 -288
  32. package/dist/components/ui/atoms/copy-button.d.ts +1 -1
  33. package/dist/components/ui/atoms/copy-button.d.ts.map +1 -1
  34. package/dist/components/ui/atoms/dropdown-menu.d.ts +1 -1
  35. package/dist/components/ui/atoms/dropdown-menu.d.ts.map +1 -1
  36. package/dist/components/ui/atoms/form.d.ts +1 -1
  37. package/dist/components/ui/atoms/form.d.ts.map +1 -1
  38. package/dist/components/ui/atoms/hover-card.d.ts +1 -1
  39. package/dist/components/ui/atoms/icons/granola.d.ts +4 -0
  40. package/dist/components/ui/atoms/icons/granola.d.ts.map +1 -0
  41. package/dist/components/ui/atoms/icons/granola.js +20 -0
  42. package/dist/components/ui/atoms/icons/index.d.ts +1 -0
  43. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  44. package/dist/components/ui/atoms/icons/index.js +156 -154
  45. package/dist/components/ui/atoms/index.js +289 -287
  46. package/dist/components/ui/atoms/json-highlight.d.ts +1 -1
  47. package/dist/components/ui/atoms/json-highlight.d.ts.map +1 -1
  48. package/dist/components/ui/atoms/loader.d.ts +1 -1
  49. package/dist/components/ui/atoms/loader.d.ts.map +1 -1
  50. package/dist/components/ui/atoms/markdown.js +1 -1
  51. package/dist/components/ui/atoms/popover.d.ts +1 -1
  52. package/dist/components/ui/atoms/popover.d.ts.map +1 -1
  53. package/dist/components/ui/atoms/resizable.d.ts +1 -1
  54. package/dist/components/ui/atoms/resizable.d.ts.map +1 -1
  55. package/dist/components/ui/atoms/scroll-button.d.ts +1 -1
  56. package/dist/components/ui/atoms/scroll-button.d.ts.map +1 -1
  57. package/dist/components/ui/atoms/sheet.d.ts +1 -1
  58. package/dist/components/ui/atoms/sheet.d.ts.map +1 -1
  59. package/dist/components/ui/atoms/table.d.ts +1 -1
  60. package/dist/components/ui/atoms/table.d.ts.map +1 -1
  61. package/dist/components/ui/atoms/tabs.d.ts +1 -1
  62. package/dist/components/ui/atoms/tabs.d.ts.map +1 -1
  63. package/dist/components/ui/atoms/tooltip.d.ts +4 -2
  64. package/dist/components/ui/atoms/tooltip.d.ts.map +1 -1
  65. package/dist/components/ui/atoms/tooltip.js +3 -2
  66. package/dist/components/ui/index.js +369 -367
  67. package/dist/components/ui/molecules/index.js +1 -1
  68. package/dist/components/ui/molecules/message.d.ts +2 -2
  69. package/dist/components/ui/molecules/message.d.ts.map +1 -1
  70. package/dist/components/ui/molecules/message.js +1 -1
  71. package/dist/components/ui/molecules/prompt-input.d.ts +1 -1
  72. package/dist/components/ui/molecules/prompt-input.d.ts.map +1 -1
  73. package/dist/components/ui/molecules/requirement-badges.js +2 -2
  74. package/dist/components/ui/molecules/switcher.d.ts +1 -1
  75. package/dist/components/ui/molecules/switcher.d.ts.map +1 -1
  76. package/dist/components/ui/molecules/tool-authorization.d.ts +1 -1
  77. package/dist/components/ui/molecules/tool-authorization.d.ts.map +1 -1
  78. package/dist/components/ui/molecules/tool-call-accordion.d.ts +1 -1
  79. package/dist/components/ui/molecules/tool-call-accordion.d.ts.map +1 -1
  80. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  81. package/dist/components/ui/molecules/user-nav.js +1 -1
  82. package/dist/components/ui/pages/chat-page.js +1 -1
  83. package/dist/components/ui/pages/login-page.js +6 -6
  84. package/dist/{highlighted-body-TPN3WLV5-DyOGcftJ.js → highlighted-body-TPN3WLV5-D6UnKGod.js} +1 -1
  85. package/dist/lib/utils.js +1 -1
  86. package/dist/main.js +384 -382
  87. package/dist/{markdown-9KGBuupR.js → markdown-D0xxRbwP.js} +2597 -2592
  88. package/dist/mermaid-O7DHMXV3-gUrB-Xs1.js +4 -0
  89. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  90. package/dist/metadata/toolkit-icons.js +130 -128
  91. package/dist/metadata/toolkits.d.ts.map +1 -1
  92. package/dist/metadata/toolkits.js +13 -0
  93. package/dist/{toolkit-card-DAgQXF93.js → toolkit-card-B97E7TBA.js} +2 -2
  94. package/package.json +6 -6
  95. package/dist/mermaid-O7DHMXV3-CUp9wvRi.js +0 -4
@@ -2,7 +2,7 @@ import { Accordion as e, AccordionContent as t, AccordionItem as a, AccordionTri
2
2
  import { Alert as i, AlertDescription as l, AlertTitle as n } from "./ui/atoms/alert.js";
3
3
  import { AlertDialog as x, AlertDialogAction as d, AlertDialogCancel as s, AlertDialogContent as u, AlertDialogDescription as g, AlertDialogFooter as c, AlertDialogHeader as C, AlertDialogOverlay as S, AlertDialogPortal as T, AlertDialogTitle as h, AlertDialogTrigger as b } from "./ui/atoms/alert-dialog.js";
4
4
  import { Avatar as D, AvatarFallback as M, AvatarImage as B } from "./ui/atoms/avatar.js";
5
- import { AvatarNotificationBadge as w, avatarBadgeVariants as G } from "./ui/atoms/avatar-notification-badge.js";
5
+ import { AvatarNotificationBadge as G, avatarBadgeVariants as w } from "./ui/atoms/avatar-notification-badge.js";
6
6
  import { Badge as v, badgeVariants as I } from "./ui/atoms/badge.js";
7
7
  import { Breadcrumb as L, BreadcrumbEllipsis as H, BreadcrumbItem as F, BreadcrumbLink as O, BreadcrumbList as R, BreadcrumbPage as V, BreadcrumbSeparator as z } from "./ui/atoms/breadcrumb.js";
8
8
  import { Button as W, buttonVariants as N } from "./ui/atoms/button.js";
@@ -14,7 +14,7 @@ import { ChatContainerContent as fo, ChatContainerRoot as xo, ChatContainerScrol
14
14
  import { Checkbox as go } from "./ui/atoms/checkbox.js";
15
15
  import { CodeBlock as Co, CodeBlockCode as So, CodeBlockGroup as To } from "./ui/atoms/code-block.js";
16
16
  import { Collapsible as bo, CollapsibleContent as Ao, CollapsibleTrigger as Do } from "./ui/atoms/collapsible.js";
17
- import { Command as Bo, CommandDialog as ko, CommandEmpty as wo, CommandGroup as Go, CommandInput as Po, CommandItem as vo, CommandList as Io, CommandSeparator as yo, CommandShortcut as Lo } from "./ui/atoms/command.js";
17
+ import { Command as Bo, CommandDialog as ko, CommandEmpty as Go, CommandGroup as wo, CommandInput as Po, CommandItem as vo, CommandList as Io, CommandSeparator as yo, CommandShortcut as Lo } from "./ui/atoms/command.js";
18
18
  import { CopyButton as Fo } from "./ui/atoms/copy-button.js";
19
19
  import { Dialog as Ro, DialogClose as Vo, DialogContent as zo, DialogDescription as Eo, DialogFooter as Wo, DialogHeader as No, DialogOverlay as Zo, DialogPortal as qo, DialogTitle as Jo, DialogTrigger as Uo } from "./ui/atoms/dialog.js";
20
20
  import { DropdownMenu as Yo, DropdownMenuCheckboxItem as jo, DropdownMenuContent as Qo, DropdownMenuGroup as Ko, DropdownMenuItem as _o, 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 "./ui/atoms/dropdown-menu.js";
@@ -26,7 +26,7 @@ import { Amplitude as hr } from "./ui/atoms/icons/amplitude.js";
26
26
  import { Arcade as Ar } from "./ui/atoms/icons/arcade.js";
27
27
  import { Asana as Mr } from "./ui/atoms/icons/asana.js";
28
28
  import { Ashby as kr } from "./ui/atoms/icons/ashby.js";
29
- import { Atlassian as Gr } from "./ui/atoms/icons/atlassian.js";
29
+ import { Atlassian as wr } from "./ui/atoms/icons/atlassian.js";
30
30
  import { Attio as vr } from "./ui/atoms/icons/attio.js";
31
31
  import { Auth0 as yr } from "./ui/atoms/icons/auth0.js";
32
32
  import { Azure as Hr } from "./ui/atoms/icons/azure.js";
@@ -53,7 +53,7 @@ import { Cursor as he } from "./ui/atoms/icons/cursor.js";
53
53
  import { CursorInstallDark as Ae } from "./ui/atoms/icons/cursor-install-dark.js";
54
54
  import { CursorInstallLight as Me } from "./ui/atoms/icons/cursor-install-light.js";
55
55
  import { Customerio as ke } from "./ui/atoms/icons/customerio.js";
56
- import { Datadog as Ge } from "./ui/atoms/icons/datadog.js";
56
+ import { Datadog as we } from "./ui/atoms/icons/datadog.js";
57
57
  import { Daytona as ve } from "./ui/atoms/icons/daytona.js";
58
58
  import { DigitalOcean as ye } from "./ui/atoms/icons/digital-ocean.js";
59
59
  import { Discord as He } from "./ui/atoms/icons/discord.js";
@@ -80,135 +80,136 @@ import { GoogleFinance as ht } from "./ui/atoms/icons/google-finance.js";
80
80
  import { GoogleFlight as At } from "./ui/atoms/icons/google-flight.js";
81
81
  import { GoogleFlights as Mt } from "./ui/atoms/icons/google-flights.js";
82
82
  import { GoogleHotels as kt } from "./ui/atoms/icons/google-hotels.js";
83
- import { GoogleJobs as Gt } from "./ui/atoms/icons/google-jobs.js";
83
+ import { GoogleJobs as wt } from "./ui/atoms/icons/google-jobs.js";
84
84
  import { GoogleMaps as vt } from "./ui/atoms/icons/google-maps.js";
85
85
  import { GoogleNews as yt } from "./ui/atoms/icons/google-news.js";
86
86
  import { GoogleSheets as Ht } from "./ui/atoms/icons/google-sheets.js";
87
87
  import { GoogleShopping as Ot } from "./ui/atoms/icons/google-shopping.js";
88
88
  import { GoogleSlides as Vt } from "./ui/atoms/icons/google-slides.js";
89
89
  import { Goose as Et } from "./ui/atoms/icons/goose.js";
90
- import { Heroku as Nt } from "./ui/atoms/icons/heroku.js";
91
- import { Hootsuite as qt } from "./ui/atoms/icons/hootsuite.js";
92
- import { Hubspot as Ut } from "./ui/atoms/icons/hubspot.js";
93
- import { Imgflip as Yt } from "./ui/atoms/icons/imgflip.js";
94
- import { Intercom as Qt } from "./ui/atoms/icons/intercom.js";
95
- import { Jira as _t } from "./ui/atoms/icons/jira.js";
96
- import { Langchain as oa } from "./ui/atoms/icons/langchain.js";
97
- import { Linear as ea } from "./ui/atoms/icons/linear.js";
98
- import { Linkedin as aa } from "./ui/atoms/icons/linkedin.js";
99
- import { Luma as ma } from "./ui/atoms/icons/luma.js";
100
- import { Mailchimp as la } from "./ui/atoms/icons/mailchimp.js";
101
- import { Mastra as fa } from "./ui/atoms/icons/mastra.js";
102
- import { MathToolkit as da } from "./ui/atoms/icons/math-toolkit.js";
103
- import { Mcp as ua } from "./ui/atoms/icons/mcp.js";
104
- import { Microsoft as ca } from "./ui/atoms/icons/microsoft.js";
105
- import { MicrosoftDynamics as Sa } from "./ui/atoms/icons/microsoft-dynamics.js";
106
- import { MicrosoftExcel as ha } from "./ui/atoms/icons/microsoft-excel.js";
107
- import { MicrosoftOnedrive as Aa } from "./ui/atoms/icons/microsoft-onedrive.js";
108
- import { MicrosoftPowerpoint as Ma } from "./ui/atoms/icons/microsoft-powerpoint.js";
109
- import { MicrosoftSharepoint as ka } from "./ui/atoms/icons/microsoft-sharepoint.js";
110
- import { MicrosoftTeams as Ga } from "./ui/atoms/icons/microsoft-teams.js";
111
- import { MicrosoftWord as va } from "./ui/atoms/icons/microsoft-word.js";
112
- import { Miro as ya } from "./ui/atoms/icons/miro.js";
113
- import { Monday as Ha } from "./ui/atoms/icons/monday.js";
114
- import { MongoDB as Oa } from "./ui/atoms/icons/mongodb.js";
115
- import { Netsuite as Va } from "./ui/atoms/icons/netsuite.js";
116
- import { Notion as Ea } from "./ui/atoms/icons/notion.js";
117
- import { Oauth as Na } from "./ui/atoms/icons/oauth.js";
118
- import { Obsidian as qa } from "./ui/atoms/icons/obsidian.js";
119
- import { Okta as Ua } from "./ui/atoms/icons/okta.js";
120
- import { Openai as Ya } from "./ui/atoms/icons/openai.js";
121
- import { OutlookCalendar as Qa } from "./ui/atoms/icons/outlook-calendar.js";
122
- import { OutlookMail as _a } from "./ui/atoms/icons/outlook-mail.js";
123
- import { Pagerduty as op } from "./ui/atoms/icons/pagerduty.js";
124
- import { Pinecone as ep } from "./ui/atoms/icons/pinecone.js";
125
- import { Pinterest as ap } from "./ui/atoms/icons/pinterest.js";
126
- import { Pipedrive as mp } from "./ui/atoms/icons/pipedrive.js";
127
- import { Plaid as lp } from "./ui/atoms/icons/plaid.js";
128
- import { Postgres as fp } from "./ui/atoms/icons/postgres.js";
129
- import { Posthog as dp } from "./ui/atoms/icons/posthog.js";
130
- import { Pylon as up } from "./ui/atoms/icons/pylon.js";
131
- import { Quickbooks as cp } from "./ui/atoms/icons/quickbooks.js";
132
- import { Railway as Sp } from "./ui/atoms/icons/railway.js";
133
- import { Reddit as hp } from "./ui/atoms/icons/reddit.js";
134
- import { Salesforce as Ap } from "./ui/atoms/icons/salesforce.js";
135
- import { Shopify as Mp } from "./ui/atoms/icons/shopify.js";
136
- import { Singlestore as kp } from "./ui/atoms/icons/singlestore.js";
137
- import { Slack as Gp } from "./ui/atoms/icons/slack.js";
138
- import { Snowflake as vp } from "./ui/atoms/icons/snowflake.js";
139
- import { Splunk as yp } from "./ui/atoms/icons/splunk.js";
140
- import { Spotify as Hp } from "./ui/atoms/icons/spotify.js";
141
- import { Square as Op } from "./ui/atoms/icons/square.js";
142
- import { Squarespace as Vp } from "./ui/atoms/icons/squarespace.js";
143
- import { Squareup as Ep } from "./ui/atoms/icons/squareup.js";
144
- import { Stripe as Np } from "./ui/atoms/icons/stripe.js";
145
- import { Tesla as qp } from "./ui/atoms/icons/tesla.js";
146
- import { Ticktick as Up } from "./ui/atoms/icons/ticktick.js";
147
- import { Tiktok as Yp } from "./ui/atoms/icons/tiktok.js";
148
- import { Trello as Qp } from "./ui/atoms/icons/trello.js";
149
- import { Twilio as _p } from "./ui/atoms/icons/twilio.js";
150
- import { Twitch as om } from "./ui/atoms/icons/twitch.js";
151
- import { Vercel as em } from "./ui/atoms/icons/vercel.js";
152
- import { Vscode as am } from "./ui/atoms/icons/vscode.js";
153
- import { Walmart as mm } from "./ui/atoms/icons/walmart.js";
154
- import { Weaviate as lm } from "./ui/atoms/icons/weaviate.js";
155
- import { Windsurf as fm } from "./ui/atoms/icons/windsurf.js";
156
- import { Workday as dm } from "./ui/atoms/icons/workday.js";
157
- import { Wrike as um } from "./ui/atoms/icons/wrike.js";
158
- import { X as cm } from "./ui/atoms/icons/x.js";
159
- import { Xero as Sm } from "./ui/atoms/icons/xero.js";
160
- import { Youtube as hm } from "./ui/atoms/icons/youtube.js";
161
- import { Yugabytedb as Am } from "./ui/atoms/icons/yugabytedb.js";
162
- import { Zendesk as Mm } from "./ui/atoms/icons/zendesk.js";
163
- import { Zoho as km } from "./ui/atoms/icons/zoho.js";
164
- import { ZohoBooks as Gm } from "./ui/atoms/icons/zoho-books.js";
165
- import { ZohoCreator as vm } from "./ui/atoms/icons/zoho-creator.js";
166
- import { Zoom as ym } from "./ui/atoms/icons/zoom.js";
167
- import { Input as Hm } from "./ui/atoms/input.js";
168
- import { JsonHighlight as Om, jsonHighlightVariants as Rm } from "./ui/atoms/json-highlight.js";
169
- import { Label as zm } from "./ui/atoms/label.js";
170
- import { Loader as Wm } from "./ui/atoms/loader.js";
171
- import { M as Zm } from "../markdown-9KGBuupR.js";
172
- import { MobileTooltip as Jm, MobileTooltipContent as Um, MobileTooltipProvider as Xm, MobileTooltipTrigger as Ym } from "./ui/atoms/mobile-tooltip.js";
173
- import { Popover as Qm, PopoverAnchor as Km, PopoverContent as _m, PopoverTrigger as $m } from "./ui/atoms/popover.js";
174
- import { ProBadge as ri } from "./ui/atoms/pro-badge.js";
175
- import { Progress as ti } from "./ui/atoms/progress.js";
176
- import { RadioGroup as pi, RadioGroupItem as mi } from "./ui/atoms/radio-group.js";
177
- import { ResizableHandle as li, ResizablePanel as ni, ResizablePanelGroup as fi } from "./ui/atoms/resizable.js";
178
- import { ScrollArea as di, ScrollBar as si } from "./ui/atoms/scroll-area.js";
179
- import { ScrollButton as gi } from "./ui/atoms/scroll-button.js";
180
- import { Select as Ci, SelectContent as Si, SelectGroup as Ti, SelectItem as hi, SelectLabel as bi, SelectScrollDownButton as Ai, SelectScrollUpButton as Di, SelectSeparator as Mi, SelectTrigger as Bi, SelectValue as ki } from "./ui/atoms/select.js";
181
- import { Separator as Gi } from "./ui/atoms/separator.js";
182
- import { Sheet as vi, SheetClose as Ii, SheetContent as yi, SheetDescription as Li, SheetFooter as Hi, SheetHeader as Fi, SheetTitle as Oi, SheetTrigger as Ri } from "./ui/atoms/sheet.js";
183
- import { Sidebar as zi, SidebarContent as Ei, SidebarFooter as Wi, SidebarGroup as Ni, SidebarGroupAction as Zi, SidebarGroupContent as qi, SidebarGroupLabel as Ji, SidebarHeader as Ui, SidebarInput as Xi, SidebarInset as Yi, SidebarMenu as ji, SidebarMenuAction as Qi, SidebarMenuBadge as Ki, SidebarMenuButton as _i, SidebarMenuItem as $i, SidebarMenuSkeleton as ol, SidebarMenuSub as rl, SidebarMenuSubButton as el, SidebarMenuSubItem as tl, SidebarProvider as al, SidebarRail as pl, SidebarSeparator as ml, SidebarTrigger as il, useSidebar as ll } from "./ui/atoms/sidebar.js";
184
- import { Skeleton as fl } from "./ui/atoms/skeleton.js";
185
- import { Slider as dl } from "./ui/atoms/slider.js";
186
- import { StepIndicator as ul, stepIndicatorIconVariants as gl, stepIndicatorLabelVariants as cl } from "./ui/atoms/step-indicator.js";
187
- import { Switch as Sl } from "./ui/atoms/switch.js";
188
- import { Table as hl, TableBody as bl, TableCaption as Al, TableCell as Dl, TableFooter as Ml, TableHead as Bl, TableHeader as kl, TableRow as wl } from "./ui/atoms/table.js";
189
- import { Tabs as Pl, TabsContent as vl, TabsList as Il, TabsTrigger as yl } from "./ui/atoms/tabs.js";
190
- import { Textarea as Hl } from "./ui/atoms/textarea.js";
191
- import { Toggle as Ol, toggleVariants as Rl } from "./ui/atoms/toggle.js";
192
- import { Tooltip as zl, TooltipContent as El, TooltipProvider as Wl, TooltipTrigger as Nl } from "./ui/atoms/tooltip.js";
193
- import { ViewToolsControl as ql } from "./ui/atoms/view-tools-control.js";
194
- import { VirtualizedGrid as Ul } from "./ui/atoms/virtualized-grid.js";
195
- import { ChatAssistantMessage as Yl, ChatMessageList as jl, ChatStreamingIndicator as Ql, ChatUserMessage as Kl } from "./ui/molecules/chat-message-list.js";
196
- import { DateTimePicker as $l } from "./ui/molecules/date-time-picker.js";
197
- import { EmptyState as rn } from "./ui/molecules/empty-state.js";
198
- import { Message as tn, MessageAction as an, MessageActions as pn, MessageAvatar as mn, MessageContent as ln } from "./ui/molecules/message.js";
199
- import { PromptInput as fn, PromptInputAction as xn, PromptInputActions as dn, PromptInputTextarea as sn } from "./ui/molecules/prompt-input.js";
200
- import { R as gn, T as cn } from "../toolkit-card-DAgQXF93.js";
201
- import { StepsProgress as Sn } from "./ui/molecules/steps-progress.js";
202
- import { SuggestionCard as hn } from "./ui/molecules/suggestion-card.js";
203
- import { Switcher as An, SwitcherContent as Dn, SwitcherInput as Mn, SwitcherItem as Bn, SwitcherTrigger as kn, useSwitcher as wn } from "./ui/molecules/switcher.js";
204
- import { ToolAuthorization as Pn, ToolAuthorizationArgs as vn, ToolAuthorizationContent as In, ToolAuthorizationHeader as yn, ToolAuthorizationMessage as Ln } from "./ui/molecules/tool-authorization.js";
205
- import { ToolCallAccordion as Fn, ToolCallAccordionContent as On, ToolCallAccordionItem as Rn, ToolCallAccordionTrigger as Vn } from "./ui/molecules/tool-call-accordion.js";
206
- import { ToolCard as En } from "./ui/molecules/tool-card.js";
207
- import { UserNav as Nn } from "./ui/molecules/user-nav.js";
208
- import { ChatPage as qn } from "./ui/pages/chat-page.js";
209
- import { LoginPage as Un } from "./ui/pages/login-page.js";
210
- import { AuthTemplate as Yn, AuthTemplateCard as jn, AuthTemplateContent as Qn, AuthTemplateDefaultBackground as Kn, AuthTemplateDescription as _n, AuthTemplateFooter as $n, AuthTemplateGridOverlay as of, AuthTemplateHeader as rf, AuthTemplateLegal as ef, AuthTemplateLegalLink as tf, AuthTemplateLogo as af, AuthTemplatePrompt as pf, AuthTemplatePromptLink as mf, AuthTemplateTitle as lf, AuthTemplateVideoBackground as nf } from "./ui/templates/auth-template.js";
211
- import { ChatTemplate as xf, ChatTemplateBody as df, ChatTemplateFooter as sf, ChatTemplateHeader as uf, ChatTemplateHeaderGroup as gf, ChatTemplateOverview as cf, ChatTemplateOverviewSubtitle as Cf, ChatTemplateOverviewTitle as Sf, ChatTemplateSuggestions as Tf } from "./ui/templates/chat-template.js";
90
+ import { Granola as Nt } from "./ui/atoms/icons/granola.js";
91
+ import { Heroku as qt } from "./ui/atoms/icons/heroku.js";
92
+ import { Hootsuite as Ut } from "./ui/atoms/icons/hootsuite.js";
93
+ import { Hubspot as Yt } from "./ui/atoms/icons/hubspot.js";
94
+ import { Imgflip as Qt } from "./ui/atoms/icons/imgflip.js";
95
+ import { Intercom as _t } from "./ui/atoms/icons/intercom.js";
96
+ import { Jira as oa } from "./ui/atoms/icons/jira.js";
97
+ import { Langchain as ea } from "./ui/atoms/icons/langchain.js";
98
+ import { Linear as aa } from "./ui/atoms/icons/linear.js";
99
+ import { Linkedin as ma } from "./ui/atoms/icons/linkedin.js";
100
+ import { Luma as la } from "./ui/atoms/icons/luma.js";
101
+ import { Mailchimp as fa } from "./ui/atoms/icons/mailchimp.js";
102
+ import { Mastra as da } from "./ui/atoms/icons/mastra.js";
103
+ import { MathToolkit as ua } from "./ui/atoms/icons/math-toolkit.js";
104
+ import { Mcp as ca } from "./ui/atoms/icons/mcp.js";
105
+ import { Microsoft as Sa } from "./ui/atoms/icons/microsoft.js";
106
+ import { MicrosoftDynamics as ha } from "./ui/atoms/icons/microsoft-dynamics.js";
107
+ import { MicrosoftExcel as Aa } from "./ui/atoms/icons/microsoft-excel.js";
108
+ import { MicrosoftOnedrive as Ma } from "./ui/atoms/icons/microsoft-onedrive.js";
109
+ import { MicrosoftPowerpoint as ka } from "./ui/atoms/icons/microsoft-powerpoint.js";
110
+ import { MicrosoftSharepoint as wa } from "./ui/atoms/icons/microsoft-sharepoint.js";
111
+ import { MicrosoftTeams as va } from "./ui/atoms/icons/microsoft-teams.js";
112
+ import { MicrosoftWord as ya } from "./ui/atoms/icons/microsoft-word.js";
113
+ import { Miro as Ha } from "./ui/atoms/icons/miro.js";
114
+ import { Monday as Oa } from "./ui/atoms/icons/monday.js";
115
+ import { MongoDB as Va } from "./ui/atoms/icons/mongodb.js";
116
+ import { Netsuite as Ea } from "./ui/atoms/icons/netsuite.js";
117
+ import { Notion as Na } from "./ui/atoms/icons/notion.js";
118
+ import { Oauth as qa } from "./ui/atoms/icons/oauth.js";
119
+ import { Obsidian as Ua } from "./ui/atoms/icons/obsidian.js";
120
+ import { Okta as Ya } from "./ui/atoms/icons/okta.js";
121
+ import { Openai as Qa } from "./ui/atoms/icons/openai.js";
122
+ import { OutlookCalendar as _a } from "./ui/atoms/icons/outlook-calendar.js";
123
+ import { OutlookMail as op } from "./ui/atoms/icons/outlook-mail.js";
124
+ import { Pagerduty as ep } from "./ui/atoms/icons/pagerduty.js";
125
+ import { Pinecone as ap } from "./ui/atoms/icons/pinecone.js";
126
+ import { Pinterest as mp } from "./ui/atoms/icons/pinterest.js";
127
+ import { Pipedrive as lp } from "./ui/atoms/icons/pipedrive.js";
128
+ import { Plaid as fp } from "./ui/atoms/icons/plaid.js";
129
+ import { Postgres as dp } from "./ui/atoms/icons/postgres.js";
130
+ import { Posthog as up } from "./ui/atoms/icons/posthog.js";
131
+ import { Pylon as cp } from "./ui/atoms/icons/pylon.js";
132
+ import { Quickbooks as Sp } from "./ui/atoms/icons/quickbooks.js";
133
+ import { Railway as hp } from "./ui/atoms/icons/railway.js";
134
+ import { Reddit as Ap } from "./ui/atoms/icons/reddit.js";
135
+ import { Salesforce as Mp } from "./ui/atoms/icons/salesforce.js";
136
+ import { Shopify as kp } from "./ui/atoms/icons/shopify.js";
137
+ import { Singlestore as wp } from "./ui/atoms/icons/singlestore.js";
138
+ import { Slack as vp } from "./ui/atoms/icons/slack.js";
139
+ import { Snowflake as yp } from "./ui/atoms/icons/snowflake.js";
140
+ import { Splunk as Hp } from "./ui/atoms/icons/splunk.js";
141
+ import { Spotify as Op } from "./ui/atoms/icons/spotify.js";
142
+ import { Square as Vp } from "./ui/atoms/icons/square.js";
143
+ import { Squarespace as Ep } from "./ui/atoms/icons/squarespace.js";
144
+ import { Squareup as Np } from "./ui/atoms/icons/squareup.js";
145
+ import { Stripe as qp } from "./ui/atoms/icons/stripe.js";
146
+ import { Tesla as Up } from "./ui/atoms/icons/tesla.js";
147
+ import { Ticktick as Yp } from "./ui/atoms/icons/ticktick.js";
148
+ import { Tiktok as Qp } from "./ui/atoms/icons/tiktok.js";
149
+ import { Trello as _p } from "./ui/atoms/icons/trello.js";
150
+ import { Twilio as om } from "./ui/atoms/icons/twilio.js";
151
+ import { Twitch as em } from "./ui/atoms/icons/twitch.js";
152
+ import { Vercel as am } from "./ui/atoms/icons/vercel.js";
153
+ import { Vscode as mm } from "./ui/atoms/icons/vscode.js";
154
+ import { Walmart as lm } from "./ui/atoms/icons/walmart.js";
155
+ import { Weaviate as fm } from "./ui/atoms/icons/weaviate.js";
156
+ import { Windsurf as dm } from "./ui/atoms/icons/windsurf.js";
157
+ import { Workday as um } from "./ui/atoms/icons/workday.js";
158
+ import { Wrike as cm } from "./ui/atoms/icons/wrike.js";
159
+ import { X as Sm } from "./ui/atoms/icons/x.js";
160
+ import { Xero as hm } from "./ui/atoms/icons/xero.js";
161
+ import { Youtube as Am } from "./ui/atoms/icons/youtube.js";
162
+ import { Yugabytedb as Mm } from "./ui/atoms/icons/yugabytedb.js";
163
+ import { Zendesk as km } from "./ui/atoms/icons/zendesk.js";
164
+ import { Zoho as wm } from "./ui/atoms/icons/zoho.js";
165
+ import { ZohoBooks as vm } from "./ui/atoms/icons/zoho-books.js";
166
+ import { ZohoCreator as ym } from "./ui/atoms/icons/zoho-creator.js";
167
+ import { Zoom as Hm } from "./ui/atoms/icons/zoom.js";
168
+ import { Input as Om } from "./ui/atoms/input.js";
169
+ import { JsonHighlight as Vm, jsonHighlightVariants as zm } from "./ui/atoms/json-highlight.js";
170
+ import { Label as Wm } from "./ui/atoms/label.js";
171
+ import { Loader as Zm } from "./ui/atoms/loader.js";
172
+ import { M as Jm } from "../markdown-D0xxRbwP.js";
173
+ import { MobileTooltip as Xm, MobileTooltipContent as Ym, MobileTooltipProvider as jm, MobileTooltipTrigger as Qm } from "./ui/atoms/mobile-tooltip.js";
174
+ import { Popover as _m, PopoverAnchor as $m, PopoverContent as oi, PopoverTrigger as ri } from "./ui/atoms/popover.js";
175
+ import { ProBadge as ti } from "./ui/atoms/pro-badge.js";
176
+ import { Progress as pi } from "./ui/atoms/progress.js";
177
+ import { RadioGroup as ii, RadioGroupItem as li } from "./ui/atoms/radio-group.js";
178
+ import { ResizableHandle as fi, ResizablePanel as xi, ResizablePanelGroup as di } from "./ui/atoms/resizable.js";
179
+ import { ScrollArea as ui, ScrollBar as gi } from "./ui/atoms/scroll-area.js";
180
+ import { ScrollButton as Ci } from "./ui/atoms/scroll-button.js";
181
+ import { Select as Ti, SelectContent as hi, SelectGroup as bi, SelectItem as Ai, SelectLabel as Di, SelectScrollDownButton as Mi, SelectScrollUpButton as Bi, SelectSeparator as ki, SelectTrigger as Gi, SelectValue as wi } from "./ui/atoms/select.js";
182
+ import { Separator as vi } from "./ui/atoms/separator.js";
183
+ import { Sheet as yi, SheetClose as Li, SheetContent as Hi, SheetDescription as Fi, SheetFooter as Oi, SheetHeader as Ri, SheetTitle as Vi, SheetTrigger as zi } from "./ui/atoms/sheet.js";
184
+ import { Sidebar as Wi, SidebarContent as Ni, SidebarFooter as Zi, SidebarGroup as qi, SidebarGroupAction as Ji, SidebarGroupContent as Ui, SidebarGroupLabel as Xi, SidebarHeader as Yi, SidebarInput as ji, SidebarInset as Qi, SidebarMenu as Ki, SidebarMenuAction as _i, 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 "./ui/atoms/sidebar.js";
185
+ import { Skeleton as dl } from "./ui/atoms/skeleton.js";
186
+ import { Slider as ul } from "./ui/atoms/slider.js";
187
+ import { StepIndicator as cl, stepIndicatorIconVariants as Cl, stepIndicatorLabelVariants as Sl } from "./ui/atoms/step-indicator.js";
188
+ import { Switch as hl } from "./ui/atoms/switch.js";
189
+ import { Table as Al, TableBody as Dl, TableCaption as Ml, TableCell as Bl, TableFooter as kl, TableHead as Gl, TableHeader as wl, TableRow as Pl } from "./ui/atoms/table.js";
190
+ import { Tabs as Il, TabsContent as yl, TabsList as Ll, TabsTrigger as Hl } from "./ui/atoms/tabs.js";
191
+ import { Textarea as Ol } from "./ui/atoms/textarea.js";
192
+ import { Toggle as Vl, toggleVariants as zl } from "./ui/atoms/toggle.js";
193
+ import { Tooltip as Wl, TooltipContent as Nl, TooltipProvider as Zl, TooltipTrigger as ql } from "./ui/atoms/tooltip.js";
194
+ import { ViewToolsControl as Ul } from "./ui/atoms/view-tools-control.js";
195
+ import { VirtualizedGrid as Yl } from "./ui/atoms/virtualized-grid.js";
196
+ import { ChatAssistantMessage as Ql, ChatMessageList as Kl, ChatStreamingIndicator as _l, ChatUserMessage as $l } from "./ui/molecules/chat-message-list.js";
197
+ import { DateTimePicker as rn } from "./ui/molecules/date-time-picker.js";
198
+ import { EmptyState as tn } from "./ui/molecules/empty-state.js";
199
+ import { Message as pn, MessageAction as mn, MessageActions as ln, MessageAvatar as nn, MessageContent as fn } from "./ui/molecules/message.js";
200
+ import { PromptInput as dn, PromptInputAction as sn, PromptInputActions as un, PromptInputTextarea as gn } from "./ui/molecules/prompt-input.js";
201
+ import { R as Cn, T as Sn } from "../toolkit-card-B97E7TBA.js";
202
+ import { StepsProgress as hn } from "./ui/molecules/steps-progress.js";
203
+ import { SuggestionCard as An } from "./ui/molecules/suggestion-card.js";
204
+ import { Switcher as Mn, SwitcherContent as Bn, SwitcherInput as kn, SwitcherItem as Gn, SwitcherTrigger as wn, useSwitcher as Pn } from "./ui/molecules/switcher.js";
205
+ import { ToolAuthorization as In, ToolAuthorizationArgs as yn, ToolAuthorizationContent as Ln, ToolAuthorizationHeader as Hn, ToolAuthorizationMessage as Fn } from "./ui/molecules/tool-authorization.js";
206
+ import { ToolCallAccordion as Rn, ToolCallAccordionContent as Vn, ToolCallAccordionItem as zn, ToolCallAccordionTrigger as En } from "./ui/molecules/tool-call-accordion.js";
207
+ import { ToolCard as Nn } from "./ui/molecules/tool-card.js";
208
+ import { UserNav as qn } from "./ui/molecules/user-nav.js";
209
+ import { ChatPage as Un } from "./ui/pages/chat-page.js";
210
+ import { LoginPage as Yn } from "./ui/pages/login-page.js";
211
+ import { AuthTemplate as Qn, AuthTemplateCard as Kn, AuthTemplateContent as _n, 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 "./ui/templates/auth-template.js";
212
+ import { ChatTemplate as sf, ChatTemplateBody as uf, ChatTemplateFooter as gf, ChatTemplateHeader as cf, ChatTemplateHeaderGroup as Cf, ChatTemplateOverview as Sf, ChatTemplateOverviewSubtitle as Tf, ChatTemplateOverviewTitle as hf, ChatTemplateSuggestions as bf } from "./ui/templates/chat-template.js";
212
213
  export {
213
214
  e as Accordion,
214
215
  t as AccordionContent,
@@ -235,28 +236,28 @@ export {
235
236
  Ar as Arcade,
236
237
  Mr as Asana,
237
238
  kr as Ashby,
238
- Gr as Atlassian,
239
+ wr as Atlassian,
239
240
  vr as Attio,
240
241
  yr as Auth0,
241
- Yn as AuthTemplate,
242
- jn as AuthTemplateCard,
243
- Qn as AuthTemplateContent,
244
- Kn as AuthTemplateDefaultBackground,
245
- _n as AuthTemplateDescription,
246
- $n as AuthTemplateFooter,
247
- of as AuthTemplateGridOverlay,
248
- rf as AuthTemplateHeader,
249
- ef as AuthTemplateLegal,
250
- tf as AuthTemplateLegalLink,
251
- af as AuthTemplateLogo,
252
- pf as AuthTemplatePrompt,
253
- mf as AuthTemplatePromptLink,
254
- lf as AuthTemplateTitle,
255
- nf as AuthTemplateVideoBackground,
242
+ Qn as AuthTemplate,
243
+ Kn as AuthTemplateCard,
244
+ _n as AuthTemplateContent,
245
+ $n as AuthTemplateDefaultBackground,
246
+ of as AuthTemplateDescription,
247
+ rf as AuthTemplateFooter,
248
+ ef as AuthTemplateGridOverlay,
249
+ tf as AuthTemplateHeader,
250
+ af as AuthTemplateLegal,
251
+ pf as AuthTemplateLegalLink,
252
+ mf as AuthTemplateLogo,
253
+ lf as AuthTemplatePrompt,
254
+ nf as AuthTemplatePromptLink,
255
+ ff as AuthTemplateTitle,
256
+ xf as AuthTemplateVideoBackground,
256
257
  D as Avatar,
257
258
  M as AvatarFallback,
258
259
  B as AvatarImage,
259
- w as AvatarNotificationBadge,
260
+ G as AvatarNotificationBadge,
260
261
  Hr as Azure,
261
262
  v as Badge,
262
263
  Or as Bamboohr,
@@ -294,23 +295,23 @@ export {
294
295
  mo as ChartStyle,
295
296
  io as ChartTooltip,
296
297
  lo as ChartTooltipContent,
297
- Yl as ChatAssistantMessage,
298
+ Ql as ChatAssistantMessage,
298
299
  fo as ChatContainerContent,
299
300
  xo as ChatContainerRoot,
300
301
  so as ChatContainerScrollAnchor,
301
- jl as ChatMessageList,
302
- qn as ChatPage,
303
- Ql as ChatStreamingIndicator,
304
- xf as ChatTemplate,
305
- df as ChatTemplateBody,
306
- sf as ChatTemplateFooter,
307
- uf as ChatTemplateHeader,
308
- gf as ChatTemplateHeaderGroup,
309
- cf as ChatTemplateOverview,
310
- Cf as ChatTemplateOverviewSubtitle,
311
- Sf as ChatTemplateOverviewTitle,
312
- Tf as ChatTemplateSuggestions,
313
- Kl as ChatUserMessage,
302
+ Kl as ChatMessageList,
303
+ Un as ChatPage,
304
+ _l as ChatStreamingIndicator,
305
+ sf as ChatTemplate,
306
+ uf as ChatTemplateBody,
307
+ gf as ChatTemplateFooter,
308
+ cf as ChatTemplateHeader,
309
+ Cf as ChatTemplateHeaderGroup,
310
+ Sf as ChatTemplateOverview,
311
+ Tf as ChatTemplateOverviewSubtitle,
312
+ hf as ChatTemplateOverviewTitle,
313
+ bf as ChatTemplateSuggestions,
314
+ $l as ChatUserMessage,
314
315
  go as Checkbox,
315
316
  ae as Claude,
316
317
  me as Clickhouse,
@@ -327,8 +328,8 @@ export {
327
328
  Do as CollapsibleTrigger,
328
329
  Bo as Command,
329
330
  ko as CommandDialog,
330
- wo as CommandEmpty,
331
- Go as CommandGroup,
331
+ Go as CommandEmpty,
332
+ wo as CommandGroup,
332
333
  Po as CommandInput,
333
334
  vo as CommandItem,
334
335
  Io as CommandList,
@@ -340,8 +341,8 @@ export {
340
341
  Ae as CursorInstallDark,
341
342
  Me as CursorInstallLight,
342
343
  ke as Customerio,
343
- Ge as Datadog,
344
- $l as DateTimePicker,
344
+ we as Datadog,
345
+ rn as DateTimePicker,
345
346
  ve as Daytona,
346
347
  Ro as Dialog,
347
348
  Vo as DialogClose,
@@ -373,7 +374,7 @@ export {
373
374
  lr as DropdownMenuTrigger,
374
375
  Ve as E2b,
375
376
  Ee as Ebay,
376
- rn as EmptyState,
377
+ tn as EmptyState,
377
378
  Ne as Evernote,
378
379
  qe as Exa,
379
380
  Ue as Factorial,
@@ -394,219 +395,220 @@ export {
394
395
  At as GoogleFlight,
395
396
  Mt as GoogleFlights,
396
397
  kt as GoogleHotels,
397
- Gt as GoogleJobs,
398
+ wt as GoogleJobs,
398
399
  vt as GoogleMaps,
399
400
  yt as GoogleNews,
400
401
  Ht as GoogleSheets,
401
402
  Ot as GoogleShopping,
402
403
  Vt as GoogleSlides,
403
404
  Et as Goose,
404
- Nt as Heroku,
405
- qt as Hootsuite,
405
+ Nt as Granola,
406
+ qt as Heroku,
407
+ Ut as Hootsuite,
406
408
  fr as HoverCard,
407
409
  xr as HoverCardContent,
408
410
  dr as HoverCardTrigger,
409
- Ut as Hubspot,
410
- Yt as Imgflip,
411
- Hm as Input,
412
- Qt as Intercom,
413
- _t as Jira,
414
- Om as JsonHighlight,
415
- zm as Label,
416
- oa as Langchain,
417
- ea as Linear,
418
- aa as Linkedin,
419
- Wm as Loader,
420
- Un as LoginPage,
421
- ma as Luma,
422
- la as Mailchimp,
423
- Zm as Markdown,
424
- fa as Mastra,
425
- da as MathToolkit,
426
- ua as Mcp,
427
- tn as Message,
428
- an as MessageAction,
429
- pn as MessageActions,
430
- mn as MessageAvatar,
431
- ln as MessageContent,
432
- ca as Microsoft,
433
- Sa as MicrosoftDynamics,
434
- ha as MicrosoftExcel,
435
- Aa as MicrosoftOnedrive,
436
- Ma as MicrosoftPowerpoint,
437
- ka as MicrosoftSharepoint,
438
- Ga as MicrosoftTeams,
439
- va as MicrosoftWord,
440
- ya as Miro,
441
- Jm as MobileTooltip,
442
- Um as MobileTooltipContent,
443
- Xm as MobileTooltipProvider,
444
- Ym as MobileTooltipTrigger,
445
- Ha as Monday,
446
- Oa as MongoDB,
447
- Va as Netsuite,
448
- Ea as Notion,
449
- Na as Oauth,
450
- qa as Obsidian,
451
- Ua as Okta,
452
- Ya as Openai,
453
- Qa as OutlookCalendar,
454
- _a as OutlookMail,
455
- op as Pagerduty,
456
- ep as Pinecone,
457
- ap as Pinterest,
458
- mp as Pipedrive,
459
- lp as Plaid,
460
- Qm as Popover,
461
- Km as PopoverAnchor,
462
- _m as PopoverContent,
463
- $m as PopoverTrigger,
464
- fp as Postgres,
465
- dp as Posthog,
466
- ri as ProBadge,
467
- ti as Progress,
468
- fn as PromptInput,
469
- xn as PromptInputAction,
470
- dn as PromptInputActions,
471
- sn as PromptInputTextarea,
472
- up as Pylon,
473
- cp as Quickbooks,
474
- pi as RadioGroup,
475
- mi as RadioGroupItem,
476
- Sp as Railway,
477
- hp as Reddit,
478
- gn as RequirementBadges,
479
- li as ResizableHandle,
480
- ni as ResizablePanel,
481
- fi as ResizablePanelGroup,
482
- Ap as Salesforce,
483
- di as ScrollArea,
484
- si as ScrollBar,
485
- gi as ScrollButton,
486
- Ci as Select,
487
- Si as SelectContent,
488
- Ti as SelectGroup,
489
- hi as SelectItem,
490
- bi as SelectLabel,
491
- Ai as SelectScrollDownButton,
492
- Di as SelectScrollUpButton,
493
- Mi as SelectSeparator,
494
- Bi as SelectTrigger,
495
- ki as SelectValue,
496
- Gi as Separator,
497
- vi as Sheet,
498
- Ii as SheetClose,
499
- yi as SheetContent,
500
- Li as SheetDescription,
501
- Hi as SheetFooter,
502
- Fi as SheetHeader,
503
- Oi as SheetTitle,
504
- Ri as SheetTrigger,
505
- Mp as Shopify,
506
- zi as Sidebar,
507
- Ei as SidebarContent,
508
- Wi as SidebarFooter,
509
- Ni as SidebarGroup,
510
- Zi as SidebarGroupAction,
511
- qi as SidebarGroupContent,
512
- Ji as SidebarGroupLabel,
513
- Ui as SidebarHeader,
514
- Xi as SidebarInput,
515
- Yi as SidebarInset,
516
- ji as SidebarMenu,
517
- Qi as SidebarMenuAction,
518
- Ki as SidebarMenuBadge,
519
- _i as SidebarMenuButton,
520
- $i as SidebarMenuItem,
521
- ol as SidebarMenuSkeleton,
522
- rl as SidebarMenuSub,
523
- el as SidebarMenuSubButton,
524
- tl as SidebarMenuSubItem,
525
- al as SidebarProvider,
526
- pl as SidebarRail,
527
- ml as SidebarSeparator,
528
- il as SidebarTrigger,
529
- kp as Singlestore,
530
- fl as Skeleton,
531
- Gp as Slack,
532
- dl as Slider,
533
- vp as Snowflake,
534
- yp as Splunk,
535
- Hp as Spotify,
536
- Op as Square,
537
- Vp as Squarespace,
538
- Ep as Squareup,
539
- ul as StepIndicator,
540
- Sn as StepsProgress,
541
- Np as Stripe,
542
- hn as SuggestionCard,
543
- Sl as Switch,
544
- An as Switcher,
545
- Dn as SwitcherContent,
546
- Mn as SwitcherInput,
547
- Bn as SwitcherItem,
548
- kn as SwitcherTrigger,
549
- hl as Table,
550
- bl as TableBody,
551
- Al as TableCaption,
552
- Dl as TableCell,
553
- Ml as TableFooter,
554
- Bl as TableHead,
555
- kl as TableHeader,
556
- wl as TableRow,
557
- Pl as Tabs,
558
- vl as TabsContent,
559
- Il as TabsList,
560
- yl as TabsTrigger,
561
- qp as Tesla,
562
- Hl as Textarea,
563
- Up as Ticktick,
564
- Yp as Tiktok,
565
- Ol as Toggle,
566
- Pn as ToolAuthorization,
567
- vn as ToolAuthorizationArgs,
568
- In as ToolAuthorizationContent,
569
- yn as ToolAuthorizationHeader,
570
- Ln as ToolAuthorizationMessage,
571
- Fn as ToolCallAccordion,
572
- On as ToolCallAccordionContent,
573
- Rn as ToolCallAccordionItem,
574
- Vn as ToolCallAccordionTrigger,
575
- En as ToolCard,
576
- cn as ToolkitCard,
577
- zl as Tooltip,
578
- El as TooltipContent,
579
- Wl as TooltipProvider,
580
- Nl as TooltipTrigger,
581
- Qp as Trello,
582
- _p as Twilio,
583
- om as Twitch,
584
- Nn as UserNav,
585
- em as Vercel,
586
- ql as ViewToolsControl,
587
- Ul as VirtualizedGrid,
588
- am as Vscode,
589
- mm as Walmart,
590
- lm as Weaviate,
591
- fm as Windsurf,
592
- dm as Workday,
593
- um as Wrike,
594
- cm as X,
595
- Sm as Xero,
596
- hm as Youtube,
597
- Am as Yugabytedb,
598
- Mm as Zendesk,
599
- km as Zoho,
600
- Gm as ZohoBooks,
601
- vm as ZohoCreator,
602
- ym as Zoom,
603
- G as avatarBadgeVariants,
411
+ Yt as Hubspot,
412
+ Qt as Imgflip,
413
+ Om as Input,
414
+ _t as Intercom,
415
+ oa as Jira,
416
+ Vm as JsonHighlight,
417
+ Wm as Label,
418
+ ea as Langchain,
419
+ aa as Linear,
420
+ ma as Linkedin,
421
+ Zm as Loader,
422
+ Yn as LoginPage,
423
+ la as Luma,
424
+ fa as Mailchimp,
425
+ Jm as Markdown,
426
+ da as Mastra,
427
+ ua as MathToolkit,
428
+ ca as Mcp,
429
+ pn as Message,
430
+ mn as MessageAction,
431
+ ln as MessageActions,
432
+ nn as MessageAvatar,
433
+ fn as MessageContent,
434
+ Sa as Microsoft,
435
+ ha as MicrosoftDynamics,
436
+ Aa as MicrosoftExcel,
437
+ Ma as MicrosoftOnedrive,
438
+ ka as MicrosoftPowerpoint,
439
+ wa as MicrosoftSharepoint,
440
+ va as MicrosoftTeams,
441
+ ya as MicrosoftWord,
442
+ Ha as Miro,
443
+ Xm as MobileTooltip,
444
+ Ym as MobileTooltipContent,
445
+ jm as MobileTooltipProvider,
446
+ Qm as MobileTooltipTrigger,
447
+ Oa as Monday,
448
+ Va as MongoDB,
449
+ Ea as Netsuite,
450
+ Na as Notion,
451
+ qa as Oauth,
452
+ Ua as Obsidian,
453
+ Ya as Okta,
454
+ Qa as Openai,
455
+ _a as OutlookCalendar,
456
+ op as OutlookMail,
457
+ ep as Pagerduty,
458
+ ap as Pinecone,
459
+ mp as Pinterest,
460
+ lp as Pipedrive,
461
+ fp as Plaid,
462
+ _m as Popover,
463
+ $m as PopoverAnchor,
464
+ oi as PopoverContent,
465
+ ri as PopoverTrigger,
466
+ dp as Postgres,
467
+ up as Posthog,
468
+ ti as ProBadge,
469
+ pi as Progress,
470
+ dn as PromptInput,
471
+ sn as PromptInputAction,
472
+ un as PromptInputActions,
473
+ gn as PromptInputTextarea,
474
+ cp as Pylon,
475
+ Sp as Quickbooks,
476
+ ii as RadioGroup,
477
+ li as RadioGroupItem,
478
+ hp as Railway,
479
+ Ap as Reddit,
480
+ Cn as RequirementBadges,
481
+ fi as ResizableHandle,
482
+ xi as ResizablePanel,
483
+ di as ResizablePanelGroup,
484
+ Mp as Salesforce,
485
+ ui as ScrollArea,
486
+ gi as ScrollBar,
487
+ Ci as ScrollButton,
488
+ Ti as Select,
489
+ hi as SelectContent,
490
+ bi as SelectGroup,
491
+ Ai as SelectItem,
492
+ Di as SelectLabel,
493
+ Mi as SelectScrollDownButton,
494
+ Bi as SelectScrollUpButton,
495
+ ki as SelectSeparator,
496
+ Gi as SelectTrigger,
497
+ wi as SelectValue,
498
+ vi as Separator,
499
+ yi as Sheet,
500
+ Li as SheetClose,
501
+ Hi as SheetContent,
502
+ Fi as SheetDescription,
503
+ Oi as SheetFooter,
504
+ Ri as SheetHeader,
505
+ Vi as SheetTitle,
506
+ zi as SheetTrigger,
507
+ kp as Shopify,
508
+ Wi as Sidebar,
509
+ Ni as SidebarContent,
510
+ Zi as SidebarFooter,
511
+ qi as SidebarGroup,
512
+ Ji as SidebarGroupAction,
513
+ Ui as SidebarGroupContent,
514
+ Xi as SidebarGroupLabel,
515
+ Yi as SidebarHeader,
516
+ ji as SidebarInput,
517
+ Qi as SidebarInset,
518
+ Ki as SidebarMenu,
519
+ _i as SidebarMenuAction,
520
+ $i as SidebarMenuBadge,
521
+ ol as SidebarMenuButton,
522
+ rl as SidebarMenuItem,
523
+ el as SidebarMenuSkeleton,
524
+ tl as SidebarMenuSub,
525
+ al as SidebarMenuSubButton,
526
+ pl as SidebarMenuSubItem,
527
+ ml as SidebarProvider,
528
+ il as SidebarRail,
529
+ ll as SidebarSeparator,
530
+ nl as SidebarTrigger,
531
+ wp as Singlestore,
532
+ dl as Skeleton,
533
+ vp as Slack,
534
+ ul as Slider,
535
+ yp as Snowflake,
536
+ Hp as Splunk,
537
+ Op as Spotify,
538
+ Vp as Square,
539
+ Ep as Squarespace,
540
+ Np as Squareup,
541
+ cl as StepIndicator,
542
+ hn as StepsProgress,
543
+ qp as Stripe,
544
+ An as SuggestionCard,
545
+ hl as Switch,
546
+ Mn as Switcher,
547
+ Bn as SwitcherContent,
548
+ kn as SwitcherInput,
549
+ Gn as SwitcherItem,
550
+ wn as SwitcherTrigger,
551
+ Al as Table,
552
+ Dl as TableBody,
553
+ Ml as TableCaption,
554
+ Bl as TableCell,
555
+ kl as TableFooter,
556
+ Gl as TableHead,
557
+ wl as TableHeader,
558
+ Pl as TableRow,
559
+ Il as Tabs,
560
+ yl as TabsContent,
561
+ Ll as TabsList,
562
+ Hl as TabsTrigger,
563
+ Up as Tesla,
564
+ Ol as Textarea,
565
+ Yp as Ticktick,
566
+ Qp as Tiktok,
567
+ Vl as Toggle,
568
+ In as ToolAuthorization,
569
+ yn as ToolAuthorizationArgs,
570
+ Ln as ToolAuthorizationContent,
571
+ Hn as ToolAuthorizationHeader,
572
+ Fn as ToolAuthorizationMessage,
573
+ Rn as ToolCallAccordion,
574
+ Vn as ToolCallAccordionContent,
575
+ zn as ToolCallAccordionItem,
576
+ En as ToolCallAccordionTrigger,
577
+ Nn as ToolCard,
578
+ Sn as ToolkitCard,
579
+ Wl as Tooltip,
580
+ Nl as TooltipContent,
581
+ Zl as TooltipProvider,
582
+ ql as TooltipTrigger,
583
+ _p as Trello,
584
+ om as Twilio,
585
+ em as Twitch,
586
+ qn as UserNav,
587
+ am as Vercel,
588
+ Ul as ViewToolsControl,
589
+ Yl as VirtualizedGrid,
590
+ mm as Vscode,
591
+ lm as Walmart,
592
+ fm as Weaviate,
593
+ dm as Windsurf,
594
+ um as Workday,
595
+ cm as Wrike,
596
+ Sm as X,
597
+ hm as Xero,
598
+ Am as Youtube,
599
+ Mm as Yugabytedb,
600
+ km as Zendesk,
601
+ wm as Zoho,
602
+ vm as ZohoBooks,
603
+ ym as ZohoCreator,
604
+ Hm as Zoom,
605
+ w as avatarBadgeVariants,
604
606
  I as badgeVariants,
605
607
  N as buttonVariants,
606
- Rm as jsonHighlightVariants,
607
- gl as stepIndicatorIconVariants,
608
- cl as stepIndicatorLabelVariants,
609
- Rl as toggleVariants,
610
- ll as useSidebar,
611
- wn as useSwitcher
608
+ zm as jsonHighlightVariants,
609
+ Cl as stepIndicatorIconVariants,
610
+ Sl as stepIndicatorLabelVariants,
611
+ zl as toggleVariants,
612
+ fl as useSidebar,
613
+ Pn as useSwitcher
612
614
  };