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