@arcadeai/design-system 3.40.0 → 3.42.3

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 (69) hide show
  1. package/dist/assets/icons/cursor.js +6 -9
  2. package/dist/assets/icons/forkable.js +10 -0
  3. package/dist/assets/icons/mcp.js +2 -5
  4. package/dist/assets/icons/resend.js +10 -0
  5. package/dist/assets/index.css +1 -1
  6. package/dist/assets/tokens.css +1 -1
  7. package/dist/assets/variables.css +1 -1
  8. package/dist/components/index.js +504 -494
  9. package/dist/components/ui/atoms/badge.js +5 -5
  10. package/dist/components/ui/atoms/button.js +1 -1
  11. package/dist/components/ui/atoms/compute-flow-paths.d.ts +21 -0
  12. package/dist/components/ui/atoms/compute-flow-paths.d.ts.map +1 -0
  13. package/dist/components/ui/atoms/compute-flow-paths.js +38 -0
  14. package/dist/components/ui/atoms/flow-connector.d.ts +48 -0
  15. package/dist/components/ui/atoms/flow-connector.d.ts.map +1 -0
  16. package/dist/components/ui/atoms/flow-connector.js +153 -0
  17. package/dist/components/ui/atoms/flow-hub.d.ts +26 -0
  18. package/dist/components/ui/atoms/flow-hub.d.ts.map +1 -0
  19. package/dist/components/ui/atoms/flow-hub.js +34 -0
  20. package/dist/components/ui/atoms/flow-tile.d.ts +19 -0
  21. package/dist/components/ui/atoms/flow-tile.d.ts.map +1 -0
  22. package/dist/components/ui/atoms/flow-tile.js +49 -0
  23. package/dist/components/ui/atoms/icons/cursor.d.ts.map +1 -1
  24. package/dist/components/ui/atoms/icons/cursor.js +7 -7
  25. package/dist/components/ui/atoms/icons/forkable.d.ts +4 -0
  26. package/dist/components/ui/atoms/icons/forkable.d.ts.map +1 -0
  27. package/dist/components/ui/atoms/icons/forkable.js +31 -0
  28. package/dist/components/ui/atoms/icons/index.d.ts +2 -0
  29. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  30. package/dist/components/ui/atoms/icons/index.js +230 -226
  31. package/dist/components/ui/atoms/icons/mcp.d.ts.map +1 -1
  32. package/dist/components/ui/atoms/icons/mcp.js +3 -4
  33. package/dist/components/ui/atoms/icons/resend.d.ts +4 -0
  34. package/dist/components/ui/atoms/icons/resend.d.ts.map +1 -0
  35. package/dist/components/ui/atoms/icons/resend.js +24 -0
  36. package/dist/components/ui/atoms/index.js +372 -368
  37. package/dist/components/ui/atoms/switch.js +19 -19
  38. package/dist/components/ui/index.js +504 -494
  39. package/dist/components/ui/molecules/date-time-picker.js +1 -1
  40. package/dist/components/ui/molecules/flow-diagram.d.ts +56 -0
  41. package/dist/components/ui/molecules/flow-diagram.d.ts.map +1 -0
  42. package/dist/components/ui/molecules/flow-diagram.js +232 -0
  43. package/dist/components/ui/molecules/index.d.ts +2 -0
  44. package/dist/components/ui/molecules/index.d.ts.map +1 -1
  45. package/dist/components/ui/molecules/index.js +42 -40
  46. package/dist/components/ui/molecules/requirement-badges.js +6 -4
  47. package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
  48. package/dist/components/ui/molecules/tool-card.js +19 -22
  49. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  50. package/dist/components/ui/pages/login-page.js +13 -13
  51. package/dist/components/ui/templates/gateway-diagram.d.ts +28 -0
  52. package/dist/components/ui/templates/gateway-diagram.d.ts.map +1 -0
  53. package/dist/components/ui/templates/gateway-diagram.js +76 -0
  54. package/dist/components/ui/templates/index.d.ts +2 -0
  55. package/dist/components/ui/templates/index.d.ts.map +1 -1
  56. package/dist/components/ui/templates/index.js +31 -27
  57. package/dist/main.js +534 -522
  58. package/dist/metadata/index.d.ts +1 -0
  59. package/dist/metadata/index.d.ts.map +1 -1
  60. package/dist/metadata/index.js +25 -23
  61. package/dist/metadata/mcp-clients.d.ts +54 -0
  62. package/dist/metadata/mcp-clients.d.ts.map +1 -0
  63. package/dist/metadata/mcp-clients.js +23 -0
  64. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  65. package/dist/metadata/toolkit-icons.js +162 -158
  66. package/dist/metadata/toolkits.d.ts.map +1 -1
  67. package/dist/metadata/toolkits.js +26 -0
  68. package/dist/{toolkit-card-Dc104Z9e.js → toolkit-card-ryIR325K.js} +22 -20
  69. package/package.json +5 -5
@@ -1,25 +1,25 @@
1
1
  import { Accordion as e, AccordionContent as t, AccordionItem as p, AccordionTrigger as a } from "./accordion.js";
2
2
  import { Alert as i, AlertAction as f, AlertDescription as x, AlertTitle as n } from "./alert.js";
3
- import { AlertDialog as d, AlertDialogAction as u, AlertDialogCancel as g, AlertDialogContent as s, AlertDialogDescription as c, AlertDialogFooter as C, AlertDialogHeader as b, AlertDialogMedia as S, AlertDialogOverlay as D, AlertDialogPortal as T, AlertDialogTitle as h, AlertDialogTrigger as M } from "./alert-dialog.js";
3
+ import { AlertDialog as d, AlertDialogAction as u, AlertDialogCancel as s, AlertDialogContent as g, AlertDialogDescription as c, AlertDialogFooter as C, AlertDialogHeader as b, AlertDialogMedia as S, AlertDialogOverlay as D, AlertDialogPortal as T, AlertDialogTitle as h, AlertDialogTrigger as M } from "./alert-dialog.js";
4
4
  import { ArcadeGradient as G } from "./arcade-gradient.js";
5
5
  import { Avatar as k, AvatarBadge as I, AvatarFallback as P, AvatarGroup as v, AvatarGroupCount as w, AvatarImage as y } from "./avatar.js";
6
- import { AvatarNotificationBadge as H, avatarBadgeVariants as V } from "./avatar-notification-badge.js";
7
- import { Badge as R, badgeVariants as O } from "./badge.js";
6
+ import { AvatarNotificationBadge as H, avatarBadgeVariants as F } from "./avatar-notification-badge.js";
7
+ import { Badge as V, badgeVariants as O } from "./badge.js";
8
8
  import { BrandChip as z } from "./brand-chip.js";
9
9
  import { Breadcrumb as N, BreadcrumbEllipsis as Z, BreadcrumbItem as q, BreadcrumbLink as J, BreadcrumbList as _, BreadcrumbPage as U, BreadcrumbSeparator as X } from "./breadcrumb.js";
10
10
  import { Button as j, buttonVariants as K } from "./button.js";
11
11
  import { ByocBadge as $ } from "./byoc-badge.js";
12
12
  import { C as ro, a as eo } from "../../../calendar-CLEnvrbp.js";
13
13
  import { Card as po, CardAction as ao, CardContent as mo, CardDescription as io, CardFooter as fo, CardHeader as xo, CardTitle as no } from "./card.js";
14
- import { ChartContainer as uo, ChartLegend as go, ChartLegendContent as so, ChartStyle as co, ChartTooltip as Co, ChartTooltipContent as bo } from "./chart.js";
14
+ import { ChartContainer as uo, ChartLegend as so, ChartLegendContent as go, ChartStyle as co, ChartTooltip as Co, ChartTooltipContent as bo } from "./chart.js";
15
15
  import { ChatContainerContent as Do, ChatContainerRoot as To, ChatContainerScrollAnchor as ho } from "./chat-container.js";
16
16
  import { Checkbox as Ao } from "./checkbox.js";
17
17
  import { CodeBlock as Bo, CodeBlockCode as ko, CodeBlockGroup as Io } from "./code-block.js";
18
18
  import { Collapsible as vo, CollapsibleContent as wo, CollapsibleTrigger as yo } from "./collapsible.js";
19
- import { Command as Ho, CommandDialog as Vo, CommandEmpty as Fo, CommandGroup as Ro, CommandInput as Oo, CommandItem as Eo, CommandList as zo, CommandSeparator as Wo, CommandShortcut as No } from "./command.js";
19
+ import { Command as Ho, CommandDialog as Fo, CommandEmpty as Ro, CommandGroup as Vo, CommandInput as Oo, CommandItem as Eo, CommandList as zo, CommandSeparator as Wo, CommandShortcut as No } from "./command.js";
20
20
  import { CopyButton as qo } from "./copy-button.js";
21
21
  import { Dialog as _o, DialogClose as Uo, DialogContent as Xo, DialogDescription as Yo, DialogFooter as jo, DialogHeader as Ko, DialogOverlay as Qo, DialogPortal as $o, DialogTitle as or, DialogTrigger as rr } from "./dialog.js";
22
- import { DropdownMenu as tr, DropdownMenuCheckboxItem as pr, DropdownMenuContent as ar, DropdownMenuGroup as mr, DropdownMenuItem as ir, DropdownMenuLabel as fr, DropdownMenuPortal as xr, DropdownMenuRadioGroup as nr, DropdownMenuRadioItem as lr, DropdownMenuSeparator as dr, DropdownMenuShortcut as ur, DropdownMenuSub as gr, DropdownMenuSubContent as sr, DropdownMenuSubTrigger as cr, DropdownMenuTrigger as Cr } from "./dropdown-menu.js";
22
+ import { DropdownMenu as tr, DropdownMenuCheckboxItem as pr, DropdownMenuContent as ar, DropdownMenuGroup as mr, DropdownMenuItem as ir, DropdownMenuLabel as fr, DropdownMenuPortal as xr, DropdownMenuRadioGroup as nr, DropdownMenuRadioItem as lr, DropdownMenuSeparator as dr, DropdownMenuShortcut as ur, DropdownMenuSub as sr, DropdownMenuSubContent as gr, DropdownMenuSubTrigger as cr, DropdownMenuTrigger as Cr } from "./dropdown-menu.js";
23
23
  import { HoverCard as Sr, HoverCardContent as Dr, HoverCardTrigger as Tr } from "./hover-card.js";
24
24
  import { Adp as Mr } from "./icons/adp.js";
25
25
  import { Aha as Gr } from "./icons/aha.js";
@@ -27,8 +27,8 @@ import { Airtable as kr } from "./icons/airtable.js";
27
27
  import { Amplitude as Pr } from "./icons/amplitude.js";
28
28
  import { Arcade as wr } from "./icons/arcade.js";
29
29
  import { ArcadeLogo as Lr } from "./icons/arcade-logo.js";
30
- import { Asana as Vr } from "./icons/asana.js";
31
- import { Ashby as Rr } from "./icons/ashby.js";
30
+ import { Asana as Fr } from "./icons/asana.js";
31
+ import { Ashby as Vr } from "./icons/ashby.js";
32
32
  import { Atlassian as Er } from "./icons/atlassian.js";
33
33
  import { Attio as Wr } from "./icons/attio.js";
34
34
  import { Auth0 as Zr } from "./icons/auth0.js";
@@ -44,7 +44,7 @@ import { Brex as ie } from "./icons/brex.js";
44
44
  import { Brightdata as xe } from "./icons/brightdata.js";
45
45
  import { Buffer as le } from "./icons/buffer.js";
46
46
  import { Calendly as ue } from "./icons/calendly.js";
47
- import { Claude as se } from "./icons/claude.js";
47
+ import { Claude as ge } from "./icons/claude.js";
48
48
  import { ClaudeCodeLogotype as Ce } from "./icons/claude-code-logotype.js";
49
49
  import { Clickhouse as Se } from "./icons/clickhouse.js";
50
50
  import { Clickup as Te } from "./icons/clickup.js";
@@ -54,8 +54,8 @@ import { Codesandbox as ke } from "./icons/codesandbox.js";
54
54
  import { Coinbase as Pe } from "./icons/coinbase.js";
55
55
  import { Confluence as we } from "./icons/confluence.js";
56
56
  import { Cursor as Le } from "./icons/cursor.js";
57
- import { CursorInstallDark as Ve } from "./icons/cursor-install-dark.js";
58
- import { CursorInstallLight as Re } from "./icons/cursor-install-light.js";
57
+ import { CursorInstallDark as Fe } from "./icons/cursor-install-dark.js";
58
+ import { CursorInstallLight as Ve } from "./icons/cursor-install-light.js";
59
59
  import { CursorLogotype as Ee } from "./icons/cursor-logotype.js";
60
60
  import { Customerio as We } from "./icons/customerio.js";
61
61
  import { Datadog as Ze } from "./icons/datadog.js";
@@ -70,140 +70,142 @@ import { Exa as at } from "./icons/exa.js";
70
70
  import { Factorial as it } from "./icons/factorial.js";
71
71
  import { Figma as xt } from "./icons/figma.js";
72
72
  import { Firecrawl as lt } from "./icons/firecrawl.js";
73
- import { Freshservice as ut } from "./icons/freshservice.js";
74
- import { Gemini as st } from "./icons/gemini.js";
75
- import { Generic as Ct } from "./icons/generic.js";
76
- import { Github as St } from "./icons/github.js";
77
- import { Gitlab as Tt } from "./icons/gitlab.js";
78
- import { Gmail as Mt } from "./icons/gmail.js";
79
- import { Google as Gt } from "./icons/google.js";
80
- import { GoogleCalendar as kt } from "./icons/google-calendar.js";
81
- import { GoogleContacts as Pt } from "./icons/google-contacts.js";
82
- import { GoogleDocs as wt } from "./icons/google-docs.js";
83
- import { GoogleDrive as Lt } from "./icons/google-drive.js";
73
+ import { Forkable as ut } from "./icons/forkable.js";
74
+ import { Freshservice as gt } from "./icons/freshservice.js";
75
+ import { Gemini as Ct } from "./icons/gemini.js";
76
+ import { Generic as St } from "./icons/generic.js";
77
+ import { Github as Tt } from "./icons/github.js";
78
+ import { Gitlab as Mt } from "./icons/gitlab.js";
79
+ import { Gmail as Gt } from "./icons/gmail.js";
80
+ import { Google as kt } from "./icons/google.js";
81
+ import { GoogleCalendar as Pt } from "./icons/google-calendar.js";
82
+ import { GoogleContacts as wt } from "./icons/google-contacts.js";
83
+ import { GoogleDocs as Lt } from "./icons/google-docs.js";
84
+ import { GoogleDrive as Ft } from "./icons/google-drive.js";
84
85
  import { GoogleFinance as Vt } from "./icons/google-finance.js";
85
- import { GoogleFlight as Rt } from "./icons/google-flight.js";
86
- import { GoogleFlights as Et } from "./icons/google-flights.js";
87
- import { GoogleHotels as Wt } from "./icons/google-hotels.js";
88
- import { GoogleJobs as Zt } from "./icons/google-jobs.js";
89
- import { GoogleMaps as Jt } from "./icons/google-maps.js";
90
- import { GoogleNews as Ut } from "./icons/google-news.js";
91
- import { GoogleSheets as Yt } from "./icons/google-sheets.js";
92
- import { GoogleShopping as Kt } from "./icons/google-shopping.js";
93
- import { GoogleSlides as $t } from "./icons/google-slides.js";
94
- import { Goose as rp } from "./icons/goose.js";
95
- import { Granola as tp } from "./icons/granola.js";
96
- import { Heroku as ap } from "./icons/heroku.js";
97
- import { Hootsuite as ip } from "./icons/hootsuite.js";
98
- import { Hubspot as xp } from "./icons/hubspot.js";
99
- import { Imgflip as lp } from "./icons/imgflip.js";
100
- import { Intercom as up } from "./icons/intercom.js";
101
- import { Jira as sp } from "./icons/jira.js";
102
- import { Langchain as Cp } from "./icons/langchain.js";
103
- import { LangchainLogotype as Sp } from "./icons/langchain-logotype.js";
104
- import { Linear as Tp } from "./icons/linear.js";
105
- import { Linkedin as Mp } from "./icons/linkedin.js";
106
- import { Luma as Gp } from "./icons/luma.js";
107
- import { Mailchimp as kp } from "./icons/mailchimp.js";
108
- import { Mastra as Pp } from "./icons/mastra.js";
109
- import { MastraLogotype as wp } from "./icons/mastra-logotype.js";
110
- import { MathToolkit as Lp } from "./icons/math-toolkit.js";
86
+ import { GoogleFlight as Et } from "./icons/google-flight.js";
87
+ import { GoogleFlights as Wt } from "./icons/google-flights.js";
88
+ import { GoogleHotels as Zt } from "./icons/google-hotels.js";
89
+ import { GoogleJobs as Jt } from "./icons/google-jobs.js";
90
+ import { GoogleMaps as Ut } from "./icons/google-maps.js";
91
+ import { GoogleNews as Yt } from "./icons/google-news.js";
92
+ import { GoogleSheets as Kt } from "./icons/google-sheets.js";
93
+ import { GoogleShopping as $t } from "./icons/google-shopping.js";
94
+ import { GoogleSlides as rp } from "./icons/google-slides.js";
95
+ import { Goose as tp } from "./icons/goose.js";
96
+ import { Granola as ap } from "./icons/granola.js";
97
+ import { Heroku as ip } from "./icons/heroku.js";
98
+ import { Hootsuite as xp } from "./icons/hootsuite.js";
99
+ import { Hubspot as lp } from "./icons/hubspot.js";
100
+ import { Imgflip as up } from "./icons/imgflip.js";
101
+ import { Intercom as gp } from "./icons/intercom.js";
102
+ import { Jira as Cp } from "./icons/jira.js";
103
+ import { Langchain as Sp } from "./icons/langchain.js";
104
+ import { LangchainLogotype as Tp } from "./icons/langchain-logotype.js";
105
+ import { Linear as Mp } from "./icons/linear.js";
106
+ import { Linkedin as Gp } from "./icons/linkedin.js";
107
+ import { Luma as kp } from "./icons/luma.js";
108
+ import { Mailchimp as Pp } from "./icons/mailchimp.js";
109
+ import { Mastra as wp } from "./icons/mastra.js";
110
+ import { MastraLogotype as Lp } from "./icons/mastra-logotype.js";
111
+ import { MathToolkit as Fp } from "./icons/math-toolkit.js";
111
112
  import { Mcp as Vp } from "./icons/mcp.js";
112
- import { Microsoft as Rp } from "./icons/microsoft.js";
113
- import { MicrosoftDynamics as Ep } from "./icons/microsoft-dynamics.js";
114
- import { MicrosoftExcel as Wp } from "./icons/microsoft-excel.js";
115
- import { MicrosoftOnedrive as Zp } from "./icons/microsoft-onedrive.js";
116
- import { MicrosoftOutlookCalendar as Jp } from "./icons/microsoft-outlook-calendar.js";
117
- import { MicrosoftOutlookMail as Up } from "./icons/microsoft-outlook-mail.js";
118
- import { MicrosoftPowerpoint as Yp } from "./icons/microsoft-powerpoint.js";
119
- import { MicrosoftSharepoint as Kp } from "./icons/microsoft-sharepoint.js";
120
- import { MicrosoftTeams as $p } from "./icons/microsoft-teams.js";
121
- import { MicrosoftWord as ra } from "./icons/microsoft-word.js";
122
- import { Miro as ta } from "./icons/miro.js";
123
- import { Monday as aa } from "./icons/monday.js";
124
- import { MongoDB as ia } from "./icons/mongodb.js";
125
- import { Netsuite as xa } from "./icons/netsuite.js";
126
- import { Notion as la } from "./icons/notion.js";
127
- import { Oauth as ua } from "./icons/oauth.js";
128
- import { Obsidian as sa } from "./icons/obsidian.js";
129
- import { Okta as Ca } from "./icons/okta.js";
130
- import { Openai as Sa } from "./icons/openai.js";
131
- import { Pagerduty as Ta } from "./icons/pagerduty.js";
132
- import { Pinecone as Ma } from "./icons/pinecone.js";
133
- import { Pinterest as Ga } from "./icons/pinterest.js";
134
- import { Pipedrive as ka } from "./icons/pipedrive.js";
135
- import { Plaid as Pa } from "./icons/plaid.js";
136
- import { Postgres as wa } from "./icons/postgres.js";
137
- import { Posthog as La } from "./icons/posthog.js";
113
+ import { Microsoft as Ep } from "./icons/microsoft.js";
114
+ import { MicrosoftDynamics as Wp } from "./icons/microsoft-dynamics.js";
115
+ import { MicrosoftExcel as Zp } from "./icons/microsoft-excel.js";
116
+ import { MicrosoftOnedrive as Jp } from "./icons/microsoft-onedrive.js";
117
+ import { MicrosoftOutlookCalendar as Up } from "./icons/microsoft-outlook-calendar.js";
118
+ import { MicrosoftOutlookMail as Yp } from "./icons/microsoft-outlook-mail.js";
119
+ import { MicrosoftPowerpoint as Kp } from "./icons/microsoft-powerpoint.js";
120
+ import { MicrosoftSharepoint as $p } from "./icons/microsoft-sharepoint.js";
121
+ import { MicrosoftTeams as ra } from "./icons/microsoft-teams.js";
122
+ import { MicrosoftWord as ta } from "./icons/microsoft-word.js";
123
+ import { Miro as aa } from "./icons/miro.js";
124
+ import { Monday as ia } from "./icons/monday.js";
125
+ import { MongoDB as xa } from "./icons/mongodb.js";
126
+ import { Netsuite as la } from "./icons/netsuite.js";
127
+ import { Notion as ua } from "./icons/notion.js";
128
+ import { Oauth as ga } from "./icons/oauth.js";
129
+ import { Obsidian as Ca } from "./icons/obsidian.js";
130
+ import { Okta as Sa } from "./icons/okta.js";
131
+ import { Openai as Ta } from "./icons/openai.js";
132
+ import { Pagerduty as Ma } from "./icons/pagerduty.js";
133
+ import { Pinecone as Ga } from "./icons/pinecone.js";
134
+ import { Pinterest as ka } from "./icons/pinterest.js";
135
+ import { Pipedrive as Pa } from "./icons/pipedrive.js";
136
+ import { Plaid as wa } from "./icons/plaid.js";
137
+ import { Postgres as La } from "./icons/postgres.js";
138
+ import { Posthog as Fa } from "./icons/posthog.js";
138
139
  import { Pylon as Va } from "./icons/pylon.js";
139
- import { Quickbooks as Ra } from "./icons/quickbooks.js";
140
- import { Railway as Ea } from "./icons/railway.js";
141
- import { Reddit as Wa } from "./icons/reddit.js";
142
- import { Salesforce as Za } from "./icons/salesforce.js";
143
- import { Shopify as Ja } from "./icons/shopify.js";
144
- import { Singlestore as Ua } from "./icons/singlestore.js";
145
- import { Slack as Ya } from "./icons/slack.js";
146
- import { Snowflake as Ka } from "./icons/snowflake.js";
147
- import { Splunk as $a } from "./icons/splunk.js";
148
- import { Spotify as rm } from "./icons/spotify.js";
149
- import { Square as tm } from "./icons/square.js";
150
- import { Squarespace as am } from "./icons/squarespace.js";
151
- import { Squareup as im } from "./icons/squareup.js";
152
- import { Stripe as xm } from "./icons/stripe.js";
153
- import { Telegram as lm } from "./icons/telegram.js";
154
- import { Tesla as um } from "./icons/tesla.js";
155
- import { Ticktick as sm } from "./icons/ticktick.js";
156
- import { Tiktok as Cm } from "./icons/tiktok.js";
157
- import { Trello as Sm } from "./icons/trello.js";
158
- import { Twilio as Tm } from "./icons/twilio.js";
159
- import { Twitch as Mm } from "./icons/twitch.js";
160
- import { Vercel as Gm } from "./icons/vercel.js";
161
- import { VercelLogotype as km } from "./icons/vercel-logotype.js";
162
- import { Vscode as Pm } from "./icons/vscode.js";
163
- import { Walmart as wm } from "./icons/walmart.js";
164
- import { Weaviate as Lm } from "./icons/weaviate.js";
165
- import { Windsurf as Vm } from "./icons/windsurf.js";
166
- import { Workday as Rm } from "./icons/workday.js";
167
- import { Wrike as Em } from "./icons/wrike.js";
168
- import { X as Wm } from "./icons/x.js";
169
- import { Xero as Zm } from "./icons/xero.js";
170
- import { Youtube as Jm } from "./icons/youtube.js";
171
- import { Yugabytedb as Um } from "./icons/yugabytedb.js";
172
- import { Zendesk as Ym } from "./icons/zendesk.js";
173
- import { Zoho as Km } from "./icons/zoho.js";
174
- import { ZohoBooks as $m } from "./icons/zoho-books.js";
175
- import { ZohoCreator as ri } from "./icons/zoho-creator.js";
176
- import { Zoom as ti } from "./icons/zoom.js";
177
- import { Input as ai } from "./input.js";
178
- import { InputGroup as ii, InputGroupAddon as fi, InputGroupButton as xi, InputGroupInput as ni, InputGroupText as li, InputGroupTextarea as di } from "./input-group.js";
179
- import { JsonHighlight as gi, jsonHighlightVariants as si } from "./json-highlight.js";
180
- import { Label as Ci } from "./label.js";
181
- import { Loader as Si } from "./loader.js";
182
- import { M as Ti } from "../../../markdown-Cv6uZPhi.js";
183
- import { MobileTooltip as Mi, MobileTooltipContent as Ai, MobileTooltipProvider as Gi, MobileTooltipTrigger as Bi } from "./mobile-tooltip.js";
184
- import { Popover as Ii, PopoverContent as Pi, PopoverDescription as vi, PopoverHeader as wi, PopoverTitle as yi, PopoverTrigger as Li } from "./popover.js";
185
- import { ProBadge as Vi } from "./pro-badge.js";
186
- import { Progress as Ri, ProgressIndicator as Oi, ProgressLabel as Ei, ProgressTrack as zi, ProgressValue as Wi } from "./progress.js";
187
- import { RadioGroup as Zi, RadioGroupItem as qi } from "./radio-group.js";
188
- import { ResizableHandle as _i, ResizablePanel as Ui, ResizablePanelGroup as Xi } from "./resizable.js";
189
- import { ScrollArea as ji, ScrollBar as Ki } from "./scroll-area.js";
190
- import { ScrollButton as $i } from "./scroll-button.js";
191
- import { Select as rf, SelectContent as ef, SelectGroup as tf, SelectItem as pf, SelectLabel as af, SelectScrollDownButton as mf, SelectScrollUpButton as ff, SelectSeparator as xf, SelectTrigger as nf, SelectValue as lf } from "./select.js";
192
- import { Separator as uf } from "./separator.js";
193
- import { Sheet as sf, SheetClose as cf, SheetContent as Cf, SheetDescription as bf, SheetFooter as Sf, SheetHeader as Df, SheetTitle as Tf, SheetTrigger as hf } from "./sheet.js";
194
- import { Sidebar as Af, SidebarContent as Gf, SidebarFooter as Bf, SidebarGroup as kf, SidebarGroupAction as If, SidebarGroupContent as Pf, SidebarGroupLabel as vf, SidebarHeader as wf, SidebarInput as yf, SidebarInset as Lf, SidebarMenu as Hf, SidebarMenuAction as Vf, SidebarMenuBadge as Ff, SidebarMenuButton as Rf, SidebarMenuItem as Of, SidebarMenuSkeleton as Ef, SidebarMenuSub as zf, SidebarMenuSubButton as Wf, SidebarMenuSubItem as Nf, SidebarProvider as Zf, SidebarRail as qf, SidebarSeparator as Jf, SidebarTrigger as _f, useSidebar as Uf } from "./sidebar.js";
195
- import { Skeleton as Yf } from "./skeleton.js";
196
- import { Slider as Kf } from "./slider.js";
197
- import { DS_SPARKLE_DURATION_MS as $f, SparkleBurst as ox } from "./sparkle-burst.js";
198
- import { StepIndicator as ex, stepIndicatorIconVariants as tx, stepIndicatorLabelVariants as px } from "./step-indicator.js";
199
- import { Switch as mx } from "./switch.js";
200
- import { Table as fx, TableBody as xx, TableCaption as nx, TableCell as lx, TableFooter as dx, TableHead as ux, TableHeader as gx, TableRow as sx } from "./table.js";
201
- import { Tabs as Cx, TabsContent as bx, TabsList as Sx, TabsTrigger as Dx, tabsListVariants as Tx } from "./tabs.js";
202
- import { Textarea as Mx } from "./textarea.js";
203
- import { Toggle as Gx, toggleVariants as Bx } from "./toggle.js";
204
- import { Tooltip as Ix, TooltipContent as Px, TooltipProvider as vx, TooltipTrigger as wx } from "./tooltip.js";
205
- import { ViewToolsControl as Lx } from "./view-tools-control.js";
206
- import { VirtualizedGrid as Vx } from "./virtualized-grid.js";
140
+ import { Quickbooks as Ea } from "./icons/quickbooks.js";
141
+ import { Railway as Wa } from "./icons/railway.js";
142
+ import { Reddit as Za } from "./icons/reddit.js";
143
+ import { Resend as Ja } from "./icons/resend.js";
144
+ import { Salesforce as Ua } from "./icons/salesforce.js";
145
+ import { Shopify as Ya } from "./icons/shopify.js";
146
+ import { Singlestore as Ka } from "./icons/singlestore.js";
147
+ import { Slack as $a } from "./icons/slack.js";
148
+ import { Snowflake as rm } from "./icons/snowflake.js";
149
+ import { Splunk as tm } from "./icons/splunk.js";
150
+ import { Spotify as am } from "./icons/spotify.js";
151
+ import { Square as im } from "./icons/square.js";
152
+ import { Squarespace as xm } from "./icons/squarespace.js";
153
+ import { Squareup as lm } from "./icons/squareup.js";
154
+ import { Stripe as um } from "./icons/stripe.js";
155
+ import { Telegram as gm } from "./icons/telegram.js";
156
+ import { Tesla as Cm } from "./icons/tesla.js";
157
+ import { Ticktick as Sm } from "./icons/ticktick.js";
158
+ import { Tiktok as Tm } from "./icons/tiktok.js";
159
+ import { Trello as Mm } from "./icons/trello.js";
160
+ import { Twilio as Gm } from "./icons/twilio.js";
161
+ import { Twitch as km } from "./icons/twitch.js";
162
+ import { Vercel as Pm } from "./icons/vercel.js";
163
+ import { VercelLogotype as wm } from "./icons/vercel-logotype.js";
164
+ import { Vscode as Lm } from "./icons/vscode.js";
165
+ import { Walmart as Fm } from "./icons/walmart.js";
166
+ import { Weaviate as Vm } from "./icons/weaviate.js";
167
+ import { Windsurf as Em } from "./icons/windsurf.js";
168
+ import { Workday as Wm } from "./icons/workday.js";
169
+ import { Wrike as Zm } from "./icons/wrike.js";
170
+ import { X as Jm } from "./icons/x.js";
171
+ import { Xero as Um } from "./icons/xero.js";
172
+ import { Youtube as Ym } from "./icons/youtube.js";
173
+ import { Yugabytedb as Km } from "./icons/yugabytedb.js";
174
+ import { Zendesk as $m } from "./icons/zendesk.js";
175
+ import { Zoho as ri } from "./icons/zoho.js";
176
+ import { ZohoBooks as ti } from "./icons/zoho-books.js";
177
+ import { ZohoCreator as ai } from "./icons/zoho-creator.js";
178
+ import { Zoom as ii } from "./icons/zoom.js";
179
+ import { Input as xi } from "./input.js";
180
+ import { InputGroup as li, InputGroupAddon as di, InputGroupButton as ui, InputGroupInput as si, InputGroupText as gi, InputGroupTextarea as ci } from "./input-group.js";
181
+ import { JsonHighlight as bi, jsonHighlightVariants as Si } from "./json-highlight.js";
182
+ import { Label as Ti } from "./label.js";
183
+ import { Loader as Mi } from "./loader.js";
184
+ import { M as Gi } from "../../../markdown-Cv6uZPhi.js";
185
+ import { MobileTooltip as ki, MobileTooltipContent as Ii, MobileTooltipProvider as Pi, MobileTooltipTrigger as vi } from "./mobile-tooltip.js";
186
+ import { Popover as yi, PopoverContent as Li, PopoverDescription as Hi, PopoverHeader as Fi, PopoverTitle as Ri, PopoverTrigger as Vi } from "./popover.js";
187
+ import { ProBadge as Ei } from "./pro-badge.js";
188
+ import { Progress as Wi, ProgressIndicator as Ni, ProgressLabel as Zi, ProgressTrack as qi, ProgressValue as Ji } from "./progress.js";
189
+ import { RadioGroup as Ui, RadioGroupItem as Xi } from "./radio-group.js";
190
+ import { ResizableHandle as ji, ResizablePanel as Ki, ResizablePanelGroup as Qi } from "./resizable.js";
191
+ import { ScrollArea as of, ScrollBar as rf } from "./scroll-area.js";
192
+ import { ScrollButton as tf } from "./scroll-button.js";
193
+ import { Select as af, SelectContent as mf, SelectGroup as ff, SelectItem as xf, SelectLabel as nf, SelectScrollDownButton as lf, SelectScrollUpButton as df, SelectSeparator as uf, SelectTrigger as sf, SelectValue as gf } from "./select.js";
194
+ import { Separator as Cf } from "./separator.js";
195
+ import { Sheet as Sf, SheetClose as Df, SheetContent as Tf, SheetDescription as hf, SheetFooter as Mf, SheetHeader as Af, SheetTitle as Gf, SheetTrigger as Bf } from "./sheet.js";
196
+ import { Sidebar as If, SidebarContent as Pf, SidebarFooter as vf, SidebarGroup as wf, SidebarGroupAction as yf, SidebarGroupContent as Lf, SidebarGroupLabel as Hf, SidebarHeader as Ff, SidebarInput as Rf, SidebarInset as Vf, SidebarMenu as Of, SidebarMenuAction as Ef, SidebarMenuBadge as zf, SidebarMenuButton as Wf, SidebarMenuItem as Nf, SidebarMenuSkeleton as Zf, SidebarMenuSub as qf, SidebarMenuSubButton as Jf, SidebarMenuSubItem as _f, SidebarProvider as Uf, SidebarRail as Xf, SidebarSeparator as Yf, SidebarTrigger as jf, useSidebar as Kf } from "./sidebar.js";
197
+ import { Skeleton as $f } from "./skeleton.js";
198
+ import { Slider as rx } from "./slider.js";
199
+ import { DS_SPARKLE_DURATION_MS as tx, SparkleBurst as px } from "./sparkle-burst.js";
200
+ import { StepIndicator as mx, stepIndicatorIconVariants as ix, stepIndicatorLabelVariants as fx } from "./step-indicator.js";
201
+ import { Switch as nx } from "./switch.js";
202
+ import { Table as dx, TableBody as ux, TableCaption as sx, TableCell as gx, TableFooter as cx, TableHead as Cx, TableHeader as bx, TableRow as Sx } from "./table.js";
203
+ import { Tabs as Tx, TabsContent as hx, TabsList as Mx, TabsTrigger as Ax, tabsListVariants as Gx } from "./tabs.js";
204
+ import { Textarea as kx } from "./textarea.js";
205
+ import { Toggle as Px, toggleVariants as vx } from "./toggle.js";
206
+ import { Tooltip as yx, TooltipContent as Lx, TooltipProvider as Hx, TooltipTrigger as Fx } from "./tooltip.js";
207
+ import { ViewToolsControl as Vx } from "./view-tools-control.js";
208
+ import { VirtualizedGrid as Ex } from "./virtualized-grid.js";
207
209
  export {
208
210
  e as Accordion,
209
211
  t as AccordionContent,
@@ -217,8 +219,8 @@ export {
217
219
  x as AlertDescription,
218
220
  d as AlertDialog,
219
221
  u as AlertDialogAction,
220
- g as AlertDialogCancel,
221
- s as AlertDialogContent,
222
+ s as AlertDialogCancel,
223
+ g as AlertDialogContent,
222
224
  c as AlertDialogDescription,
223
225
  C as AlertDialogFooter,
224
226
  b as AlertDialogHeader,
@@ -232,8 +234,8 @@ export {
232
234
  wr as Arcade,
233
235
  G as ArcadeGradient,
234
236
  Lr as ArcadeLogo,
235
- Vr as Asana,
236
- Rr as Ashby,
237
+ Fr as Asana,
238
+ Vr as Ashby,
237
239
  Er as Atlassian,
238
240
  Wr as Attio,
239
241
  Zr as Auth0,
@@ -245,7 +247,7 @@ export {
245
247
  y as AvatarImage,
246
248
  H as AvatarNotificationBadge,
247
249
  Jr as Azure,
248
- R as Badge,
250
+ V as Badge,
249
251
  Ur as Bamboohr,
250
252
  Yr as Basecamp,
251
253
  Kr as Bill,
@@ -277,8 +279,8 @@ export {
277
279
  xo as CardHeader,
278
280
  no as CardTitle,
279
281
  uo as ChartContainer,
280
- go as ChartLegend,
281
- so as ChartLegendContent,
282
+ so as ChartLegend,
283
+ go as ChartLegendContent,
282
284
  co as ChartStyle,
283
285
  Co as ChartTooltip,
284
286
  bo as ChartTooltipContent,
@@ -286,7 +288,7 @@ export {
286
288
  To as ChatContainerRoot,
287
289
  ho as ChatContainerScrollAnchor,
288
290
  Ao as Checkbox,
289
- se as Claude,
291
+ ge as Claude,
290
292
  Ce as ClaudeCodeLogotype,
291
293
  Se as Clickhouse,
292
294
  Te as Clickup,
@@ -301,9 +303,9 @@ export {
301
303
  wo as CollapsibleContent,
302
304
  yo as CollapsibleTrigger,
303
305
  Ho as Command,
304
- Vo as CommandDialog,
305
- Fo as CommandEmpty,
306
- Ro as CommandGroup,
306
+ Fo as CommandDialog,
307
+ Ro as CommandEmpty,
308
+ Vo as CommandGroup,
307
309
  Oo as CommandInput,
308
310
  Eo as CommandItem,
309
311
  zo as CommandList,
@@ -312,11 +314,11 @@ export {
312
314
  we as Confluence,
313
315
  qo as CopyButton,
314
316
  Le as Cursor,
315
- Ve as CursorInstallDark,
316
- Re as CursorInstallLight,
317
+ Fe as CursorInstallDark,
318
+ Ve as CursorInstallLight,
317
319
  Ee as CursorLogotype,
318
320
  We as Customerio,
319
- $f as DS_SPARKLE_DURATION_MS,
321
+ tx as DS_SPARKLE_DURATION_MS,
320
322
  Ze as Datadog,
321
323
  Je as Daytona,
322
324
  _o as Dialog,
@@ -343,8 +345,8 @@ export {
343
345
  lr as DropdownMenuRadioItem,
344
346
  dr as DropdownMenuSeparator,
345
347
  ur as DropdownMenuShortcut,
346
- gr as DropdownMenuSub,
347
- sr as DropdownMenuSubContent,
348
+ sr as DropdownMenuSub,
349
+ gr as DropdownMenuSubContent,
348
350
  cr as DropdownMenuSubTrigger,
349
351
  Cr as DropdownMenuTrigger,
350
352
  $e as E2b,
@@ -354,222 +356,224 @@ export {
354
356
  it as Factorial,
355
357
  xt as Figma,
356
358
  lt as Firecrawl,
357
- ut as Freshservice,
358
- st as Gemini,
359
- Ct as Generic,
360
- St as Github,
361
- Tt as Gitlab,
362
- Mt as Gmail,
363
- Gt as Google,
364
- kt as GoogleCalendar,
365
- Pt as GoogleContacts,
366
- wt as GoogleDocs,
367
- Lt as GoogleDrive,
359
+ ut as Forkable,
360
+ gt as Freshservice,
361
+ Ct as Gemini,
362
+ St as Generic,
363
+ Tt as Github,
364
+ Mt as Gitlab,
365
+ Gt as Gmail,
366
+ kt as Google,
367
+ Pt as GoogleCalendar,
368
+ wt as GoogleContacts,
369
+ Lt as GoogleDocs,
370
+ Ft as GoogleDrive,
368
371
  Vt as GoogleFinance,
369
- Rt as GoogleFlight,
370
- Et as GoogleFlights,
371
- Wt as GoogleHotels,
372
- Zt as GoogleJobs,
373
- Jt as GoogleMaps,
374
- Ut as GoogleNews,
375
- Yt as GoogleSheets,
376
- Kt as GoogleShopping,
377
- $t as GoogleSlides,
378
- rp as Goose,
379
- tp as Granola,
380
- ap as Heroku,
381
- ip as Hootsuite,
372
+ Et as GoogleFlight,
373
+ Wt as GoogleFlights,
374
+ Zt as GoogleHotels,
375
+ Jt as GoogleJobs,
376
+ Ut as GoogleMaps,
377
+ Yt as GoogleNews,
378
+ Kt as GoogleSheets,
379
+ $t as GoogleShopping,
380
+ rp as GoogleSlides,
381
+ tp as Goose,
382
+ ap as Granola,
383
+ ip as Heroku,
384
+ xp as Hootsuite,
382
385
  Sr as HoverCard,
383
386
  Dr as HoverCardContent,
384
387
  Tr as HoverCardTrigger,
385
- xp as Hubspot,
386
- lp as Imgflip,
387
- ai as Input,
388
- ii as InputGroup,
389
- fi as InputGroupAddon,
390
- xi as InputGroupButton,
391
- ni as InputGroupInput,
392
- li as InputGroupText,
393
- di as InputGroupTextarea,
394
- up as Intercom,
395
- sp as Jira,
396
- gi as JsonHighlight,
397
- Ci as Label,
398
- Cp as Langchain,
399
- Sp as LangchainLogotype,
400
- Tp as Linear,
401
- Mp as Linkedin,
402
- Si as Loader,
403
- Gp as Luma,
404
- kp as Mailchimp,
405
- Ti as Markdown,
406
- Pp as Mastra,
407
- wp as MastraLogotype,
408
- Lp as MathToolkit,
388
+ lp as Hubspot,
389
+ up as Imgflip,
390
+ xi as Input,
391
+ li as InputGroup,
392
+ di as InputGroupAddon,
393
+ ui as InputGroupButton,
394
+ si as InputGroupInput,
395
+ gi as InputGroupText,
396
+ ci as InputGroupTextarea,
397
+ gp as Intercom,
398
+ Cp as Jira,
399
+ bi as JsonHighlight,
400
+ Ti as Label,
401
+ Sp as Langchain,
402
+ Tp as LangchainLogotype,
403
+ Mp as Linear,
404
+ Gp as Linkedin,
405
+ Mi as Loader,
406
+ kp as Luma,
407
+ Pp as Mailchimp,
408
+ Gi as Markdown,
409
+ wp as Mastra,
410
+ Lp as MastraLogotype,
411
+ Fp as MathToolkit,
409
412
  Vp as Mcp,
410
- Rp as Microsoft,
411
- Ep as MicrosoftDynamics,
412
- Wp as MicrosoftExcel,
413
- Zp as MicrosoftOnedrive,
414
- Jp as MicrosoftOutlookCalendar,
415
- Up as MicrosoftOutlookMail,
416
- Yp as MicrosoftPowerpoint,
417
- Kp as MicrosoftSharepoint,
418
- $p as MicrosoftTeams,
419
- ra as MicrosoftWord,
420
- ta as Miro,
421
- Mi as MobileTooltip,
422
- Ai as MobileTooltipContent,
423
- Gi as MobileTooltipProvider,
424
- Bi as MobileTooltipTrigger,
425
- aa as Monday,
426
- ia as MongoDB,
427
- xa as Netsuite,
428
- la as Notion,
429
- ua as Oauth,
430
- sa as Obsidian,
431
- Ca as Okta,
432
- Sa as Openai,
433
- Ta as Pagerduty,
434
- Ma as Pinecone,
435
- Ga as Pinterest,
436
- ka as Pipedrive,
437
- Pa as Plaid,
438
- Ii as Popover,
439
- Pi as PopoverContent,
440
- vi as PopoverDescription,
441
- wi as PopoverHeader,
442
- yi as PopoverTitle,
443
- Li as PopoverTrigger,
444
- wa as Postgres,
445
- La as Posthog,
446
- Vi as ProBadge,
447
- Ri as Progress,
448
- Oi as ProgressIndicator,
449
- Ei as ProgressLabel,
450
- zi as ProgressTrack,
451
- Wi as ProgressValue,
413
+ Ep as Microsoft,
414
+ Wp as MicrosoftDynamics,
415
+ Zp as MicrosoftExcel,
416
+ Jp as MicrosoftOnedrive,
417
+ Up as MicrosoftOutlookCalendar,
418
+ Yp as MicrosoftOutlookMail,
419
+ Kp as MicrosoftPowerpoint,
420
+ $p as MicrosoftSharepoint,
421
+ ra as MicrosoftTeams,
422
+ ta as MicrosoftWord,
423
+ aa as Miro,
424
+ ki as MobileTooltip,
425
+ Ii as MobileTooltipContent,
426
+ Pi as MobileTooltipProvider,
427
+ vi as MobileTooltipTrigger,
428
+ ia as Monday,
429
+ xa as MongoDB,
430
+ la as Netsuite,
431
+ ua as Notion,
432
+ ga as Oauth,
433
+ Ca as Obsidian,
434
+ Sa as Okta,
435
+ Ta as Openai,
436
+ Ma as Pagerduty,
437
+ Ga as Pinecone,
438
+ ka as Pinterest,
439
+ Pa as Pipedrive,
440
+ wa as Plaid,
441
+ yi as Popover,
442
+ Li as PopoverContent,
443
+ Hi as PopoverDescription,
444
+ Fi as PopoverHeader,
445
+ Ri as PopoverTitle,
446
+ Vi as PopoverTrigger,
447
+ La as Postgres,
448
+ Fa as Posthog,
449
+ Ei as ProBadge,
450
+ Wi as Progress,
451
+ Ni as ProgressIndicator,
452
+ Zi as ProgressLabel,
453
+ qi as ProgressTrack,
454
+ Ji as ProgressValue,
452
455
  Va as Pylon,
453
- Ra as Quickbooks,
454
- Zi as RadioGroup,
455
- qi as RadioGroupItem,
456
- Ea as Railway,
457
- Wa as Reddit,
458
- _i as ResizableHandle,
459
- Ui as ResizablePanel,
460
- Xi as ResizablePanelGroup,
461
- Za as Salesforce,
462
- ji as ScrollArea,
463
- Ki as ScrollBar,
464
- $i as ScrollButton,
465
- rf as Select,
466
- ef as SelectContent,
467
- tf as SelectGroup,
468
- pf as SelectItem,
469
- af as SelectLabel,
470
- mf as SelectScrollDownButton,
471
- ff as SelectScrollUpButton,
472
- xf as SelectSeparator,
473
- nf as SelectTrigger,
474
- lf as SelectValue,
475
- uf as Separator,
476
- sf as Sheet,
477
- cf as SheetClose,
478
- Cf as SheetContent,
479
- bf as SheetDescription,
480
- Sf as SheetFooter,
481
- Df as SheetHeader,
482
- Tf as SheetTitle,
483
- hf as SheetTrigger,
484
- Ja as Shopify,
485
- Af as Sidebar,
486
- Gf as SidebarContent,
487
- Bf as SidebarFooter,
488
- kf as SidebarGroup,
489
- If as SidebarGroupAction,
490
- Pf as SidebarGroupContent,
491
- vf as SidebarGroupLabel,
492
- wf as SidebarHeader,
493
- yf as SidebarInput,
494
- Lf as SidebarInset,
495
- Hf as SidebarMenu,
496
- Vf as SidebarMenuAction,
497
- Ff as SidebarMenuBadge,
498
- Rf as SidebarMenuButton,
499
- Of as SidebarMenuItem,
500
- Ef as SidebarMenuSkeleton,
501
- zf as SidebarMenuSub,
502
- Wf as SidebarMenuSubButton,
503
- Nf as SidebarMenuSubItem,
504
- Zf as SidebarProvider,
505
- qf as SidebarRail,
506
- Jf as SidebarSeparator,
507
- _f as SidebarTrigger,
508
- Ua as Singlestore,
509
- Yf as Skeleton,
510
- Ya as Slack,
511
- Kf as Slider,
512
- Ka as Snowflake,
513
- ox as SparkleBurst,
514
- $a as Splunk,
515
- rm as Spotify,
516
- tm as Square,
517
- am as Squarespace,
518
- im as Squareup,
519
- ex as StepIndicator,
520
- xm as Stripe,
521
- mx as Switch,
522
- fx as Table,
523
- xx as TableBody,
524
- nx as TableCaption,
525
- lx as TableCell,
526
- dx as TableFooter,
527
- ux as TableHead,
528
- gx as TableHeader,
529
- sx as TableRow,
530
- Cx as Tabs,
531
- bx as TabsContent,
532
- Sx as TabsList,
533
- Dx as TabsTrigger,
534
- lm as Telegram,
535
- um as Tesla,
536
- Mx as Textarea,
537
- sm as Ticktick,
538
- Cm as Tiktok,
539
- Gx as Toggle,
540
- Ix as Tooltip,
541
- Px as TooltipContent,
542
- vx as TooltipProvider,
543
- wx as TooltipTrigger,
544
- Sm as Trello,
545
- Tm as Twilio,
546
- Mm as Twitch,
547
- Gm as Vercel,
548
- km as VercelLogotype,
549
- Lx as ViewToolsControl,
550
- Vx as VirtualizedGrid,
551
- Pm as Vscode,
552
- wm as Walmart,
553
- Lm as Weaviate,
554
- Vm as Windsurf,
555
- Rm as Workday,
556
- Em as Wrike,
557
- Wm as X,
558
- Zm as Xero,
559
- Jm as Youtube,
560
- Um as Yugabytedb,
561
- Ym as Zendesk,
562
- Km as Zoho,
563
- $m as ZohoBooks,
564
- ri as ZohoCreator,
565
- ti as Zoom,
566
- V as avatarBadgeVariants,
456
+ Ea as Quickbooks,
457
+ Ui as RadioGroup,
458
+ Xi as RadioGroupItem,
459
+ Wa as Railway,
460
+ Za as Reddit,
461
+ Ja as Resend,
462
+ ji as ResizableHandle,
463
+ Ki as ResizablePanel,
464
+ Qi as ResizablePanelGroup,
465
+ Ua as Salesforce,
466
+ of as ScrollArea,
467
+ rf as ScrollBar,
468
+ tf as ScrollButton,
469
+ af as Select,
470
+ mf as SelectContent,
471
+ ff as SelectGroup,
472
+ xf as SelectItem,
473
+ nf as SelectLabel,
474
+ lf as SelectScrollDownButton,
475
+ df as SelectScrollUpButton,
476
+ uf as SelectSeparator,
477
+ sf as SelectTrigger,
478
+ gf as SelectValue,
479
+ Cf as Separator,
480
+ Sf as Sheet,
481
+ Df as SheetClose,
482
+ Tf as SheetContent,
483
+ hf as SheetDescription,
484
+ Mf as SheetFooter,
485
+ Af as SheetHeader,
486
+ Gf as SheetTitle,
487
+ Bf as SheetTrigger,
488
+ Ya as Shopify,
489
+ If as Sidebar,
490
+ Pf as SidebarContent,
491
+ vf as SidebarFooter,
492
+ wf as SidebarGroup,
493
+ yf as SidebarGroupAction,
494
+ Lf as SidebarGroupContent,
495
+ Hf as SidebarGroupLabel,
496
+ Ff as SidebarHeader,
497
+ Rf as SidebarInput,
498
+ Vf as SidebarInset,
499
+ Of as SidebarMenu,
500
+ Ef as SidebarMenuAction,
501
+ zf as SidebarMenuBadge,
502
+ Wf as SidebarMenuButton,
503
+ Nf as SidebarMenuItem,
504
+ Zf as SidebarMenuSkeleton,
505
+ qf as SidebarMenuSub,
506
+ Jf as SidebarMenuSubButton,
507
+ _f as SidebarMenuSubItem,
508
+ Uf as SidebarProvider,
509
+ Xf as SidebarRail,
510
+ Yf as SidebarSeparator,
511
+ jf as SidebarTrigger,
512
+ Ka as Singlestore,
513
+ $f as Skeleton,
514
+ $a as Slack,
515
+ rx as Slider,
516
+ rm as Snowflake,
517
+ px as SparkleBurst,
518
+ tm as Splunk,
519
+ am as Spotify,
520
+ im as Square,
521
+ xm as Squarespace,
522
+ lm as Squareup,
523
+ mx as StepIndicator,
524
+ um as Stripe,
525
+ nx as Switch,
526
+ dx as Table,
527
+ ux as TableBody,
528
+ sx as TableCaption,
529
+ gx as TableCell,
530
+ cx as TableFooter,
531
+ Cx as TableHead,
532
+ bx as TableHeader,
533
+ Sx as TableRow,
534
+ Tx as Tabs,
535
+ hx as TabsContent,
536
+ Mx as TabsList,
537
+ Ax as TabsTrigger,
538
+ gm as Telegram,
539
+ Cm as Tesla,
540
+ kx as Textarea,
541
+ Sm as Ticktick,
542
+ Tm as Tiktok,
543
+ Px as Toggle,
544
+ yx as Tooltip,
545
+ Lx as TooltipContent,
546
+ Hx as TooltipProvider,
547
+ Fx as TooltipTrigger,
548
+ Mm as Trello,
549
+ Gm as Twilio,
550
+ km as Twitch,
551
+ Pm as Vercel,
552
+ wm as VercelLogotype,
553
+ Vx as ViewToolsControl,
554
+ Ex as VirtualizedGrid,
555
+ Lm as Vscode,
556
+ Fm as Walmart,
557
+ Vm as Weaviate,
558
+ Em as Windsurf,
559
+ Wm as Workday,
560
+ Zm as Wrike,
561
+ Jm as X,
562
+ Um as Xero,
563
+ Ym as Youtube,
564
+ Km as Yugabytedb,
565
+ $m as Zendesk,
566
+ ri as Zoho,
567
+ ti as ZohoBooks,
568
+ ai as ZohoCreator,
569
+ ii as Zoom,
570
+ F as avatarBadgeVariants,
567
571
  O as badgeVariants,
568
572
  K as buttonVariants,
569
- si as jsonHighlightVariants,
570
- tx as stepIndicatorIconVariants,
571
- px as stepIndicatorLabelVariants,
572
- Tx as tabsListVariants,
573
- Bx as toggleVariants,
574
- Uf as useSidebar
573
+ Si as jsonHighlightVariants,
574
+ ix as stepIndicatorIconVariants,
575
+ fx as stepIndicatorLabelVariants,
576
+ Gx as tabsListVariants,
577
+ vx as toggleVariants,
578
+ Kf as useSidebar
575
579
  };