@arcadeai/design-system 3.32.0 → 3.33.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.
- package/dist/assets/icons/exa.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 +175 -157
- 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/exa.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/exa.js +11 -12
- package/dist/components/ui/atoms/index.js +1 -1
- 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/index.d.ts +2 -0
- package/dist/components/ui/index.d.ts.map +1 -1
- package/dist/components/ui/index.js +175 -157
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/message.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +2 -2
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/pages/index.d.ts +4 -0
- package/dist/components/ui/pages/index.d.ts.map +1 -0
- package/dist/components/ui/pages/index.js +4 -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/index.d.ts +4 -0
- package/dist/components/ui/templates/index.d.ts.map +1 -0
- package/dist/components/ui/templates/index.js +18 -0
- package/dist/{highlighted-body-B3W2YXNL-Dg7ybfUq.js → highlighted-body-B3W2YXNL-D6XBJnwx.js} +1 -1
- package/dist/main.js +251 -232
- 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/{toolkit-card-Birn0MUI.js → toolkit-card-B0syFJQ6.js} +1 -1
- package/package.json +1 -1
- package/dist/mermaid-3ZIDBTTL-Co7GHGDL.js +0 -4
package/dist/components/index.js
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import { Accordion as e, AccordionContent as t, AccordionItem as p, AccordionTrigger as a } from "./ui/atoms/accordion.js";
|
|
2
|
-
import { Alert as i, AlertDescription as
|
|
3
|
-
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as u, AlertDialogContent as
|
|
4
|
-
import { Avatar as
|
|
2
|
+
import { Alert as i, AlertDescription as l, AlertTitle as f } from "./ui/atoms/alert.js";
|
|
3
|
+
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as u, AlertDialogContent as g, AlertDialogDescription as s, AlertDialogFooter as c, AlertDialogHeader as C, AlertDialogOverlay as b, AlertDialogPortal as S, 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 y, BreadcrumbEllipsis as
|
|
6
|
+
import { Breadcrumb as y, BreadcrumbEllipsis as v, BreadcrumbItem as I, BreadcrumbLink as L, BreadcrumbList as H, BreadcrumbPage as F, BreadcrumbSeparator as R } from "./ui/atoms/breadcrumb.js";
|
|
7
7
|
import { Button as E, buttonVariants as V } 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
10
|
import { Card as X, CardAction as Y, CardContent as Q, CardDescription as U, CardFooter as j, CardHeader as K, CardTitle as _ } from "./ui/atoms/card.js";
|
|
11
11
|
import { ChartContainer as oo, ChartLegend as ro, ChartLegendContent as eo, ChartStyle as to, ChartTooltip as po, ChartTooltipContent as ao } from "./ui/atoms/chart.js";
|
|
12
|
-
import { ChatContainerContent as io, ChatContainerRoot as
|
|
12
|
+
import { ChatContainerContent as io, ChatContainerRoot as lo, ChatContainerScrollAnchor as fo } from "./ui/atoms/chat-container.js";
|
|
13
13
|
import { Checkbox as no } from "./ui/atoms/checkbox.js";
|
|
14
|
-
import { CodeBlock as
|
|
15
|
-
import { Collapsible as bo, CollapsibleContent as So, CollapsibleTrigger as
|
|
16
|
-
import { Command as
|
|
17
|
-
import { CopyButton as
|
|
14
|
+
import { CodeBlock as go, CodeBlockCode as so, CodeBlockGroup as co } from "./ui/atoms/code-block.js";
|
|
15
|
+
import { Collapsible as bo, CollapsibleContent as So, 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 wo, CommandShortcut as yo } from "./ui/atoms/command.js";
|
|
17
|
+
import { CopyButton as Io } from "./ui/atoms/copy-button.js";
|
|
18
18
|
import { Dialog as Ho, DialogClose as Fo, DialogContent as Ro, DialogDescription as Oo, DialogFooter as Eo, DialogHeader as Vo, DialogOverlay as zo, DialogPortal as Wo, DialogTitle as Zo, DialogTrigger as qo } from "./ui/atoms/dialog.js";
|
|
19
19
|
import { DropdownMenu as Jo, DropdownMenuCheckboxItem as Xo, DropdownMenuContent as Yo, DropdownMenuGroup as Qo, DropdownMenuItem as Uo, 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 pr, DropdownMenuTrigger as ar } from "./ui/atoms/dropdown-menu.js";
|
|
20
|
-
import { HoverCard as ir, HoverCardContent as
|
|
20
|
+
import { HoverCard as ir, HoverCardContent as lr, HoverCardTrigger as fr } from "./ui/atoms/hover-card.js";
|
|
21
21
|
import { Adp as nr } from "./ui/atoms/icons/adp.js";
|
|
22
22
|
import { Aha as ur } from "./ui/atoms/icons/aha.js";
|
|
23
|
-
import { Airtable as
|
|
23
|
+
import { Airtable as sr } from "./ui/atoms/icons/airtable.js";
|
|
24
24
|
import { Amplitude as Cr } from "./ui/atoms/icons/amplitude.js";
|
|
25
25
|
import { Arcade as Sr } from "./ui/atoms/icons/arcade.js";
|
|
26
|
-
import { Asana as
|
|
27
|
-
import { Ashby as
|
|
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
30
|
import { Auth0 as wr } from "./ui/atoms/icons/auth0.js";
|
|
31
|
-
import { Azure as
|
|
31
|
+
import { Azure as vr } 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
34
|
import { Bill as Or } from "./ui/atoms/icons/bill.js";
|
|
@@ -44,18 +44,18 @@ import { Claude as re } from "./ui/atoms/icons/claude.js";
|
|
|
44
44
|
import { Clickhouse as te } from "./ui/atoms/icons/clickhouse.js";
|
|
45
45
|
import { Clickup as ae } from "./ui/atoms/icons/clickup.js";
|
|
46
46
|
import { Cline as ie } from "./ui/atoms/icons/cline.js";
|
|
47
|
-
import { Closeio as
|
|
47
|
+
import { Closeio as fe } from "./ui/atoms/icons/closeio.js";
|
|
48
48
|
import { Codesandbox as ne } from "./ui/atoms/icons/codesandbox.js";
|
|
49
49
|
import { Coinbase as ue } from "./ui/atoms/icons/coinbase.js";
|
|
50
|
-
import { Confluence as
|
|
50
|
+
import { Confluence as se } from "./ui/atoms/icons/confluence.js";
|
|
51
51
|
import { Cursor as Ce } from "./ui/atoms/icons/cursor.js";
|
|
52
52
|
import { CursorInstallDark as Se } from "./ui/atoms/icons/cursor-install-dark.js";
|
|
53
|
-
import { CursorInstallLight as
|
|
54
|
-
import { Customerio as
|
|
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
57
|
import { DigitalOcean as we } from "./ui/atoms/icons/digital-ocean.js";
|
|
58
|
-
import { Discord as
|
|
58
|
+
import { Discord as ve } 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
61
|
import { Ebay as Oe } from "./ui/atoms/icons/ebay.js";
|
|
@@ -71,18 +71,18 @@ import { Github as rt } from "./ui/atoms/icons/github.js";
|
|
|
71
71
|
import { Gitlab as tt } from "./ui/atoms/icons/gitlab.js";
|
|
72
72
|
import { Gmail as at } from "./ui/atoms/icons/gmail.js";
|
|
73
73
|
import { Google as it } from "./ui/atoms/icons/google.js";
|
|
74
|
-
import { GoogleCalendar as
|
|
74
|
+
import { GoogleCalendar as ft } from "./ui/atoms/icons/google-calendar.js";
|
|
75
75
|
import { GoogleContacts as nt } from "./ui/atoms/icons/google-contacts.js";
|
|
76
76
|
import { GoogleDocs as ut } from "./ui/atoms/icons/google-docs.js";
|
|
77
|
-
import { GoogleDrive as
|
|
77
|
+
import { GoogleDrive as st } from "./ui/atoms/icons/google-drive.js";
|
|
78
78
|
import { GoogleFinance as Ct } from "./ui/atoms/icons/google-finance.js";
|
|
79
79
|
import { GoogleFlight as St } from "./ui/atoms/icons/google-flight.js";
|
|
80
|
-
import { GoogleFlights as
|
|
81
|
-
import { GoogleHotels as
|
|
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
84
|
import { GoogleNews as wt } from "./ui/atoms/icons/google-news.js";
|
|
85
|
-
import { GoogleSheets as
|
|
85
|
+
import { GoogleSheets as vt } 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
88
|
import { Goose as Ot } from "./ui/atoms/icons/goose.js";
|
|
@@ -98,18 +98,18 @@ import { Linkedin as rp } from "./ui/atoms/icons/linkedin.js";
|
|
|
98
98
|
import { Luma as tp } from "./ui/atoms/icons/luma.js";
|
|
99
99
|
import { Mailchimp as ap } from "./ui/atoms/icons/mailchimp.js";
|
|
100
100
|
import { Mastra as ip } from "./ui/atoms/icons/mastra.js";
|
|
101
|
-
import { Mcp as
|
|
101
|
+
import { Mcp as fp } from "./ui/atoms/icons/mcp.js";
|
|
102
102
|
import { Microsoft as np } from "./ui/atoms/icons/microsoft.js";
|
|
103
103
|
import { MicrosoftDynamics as up } from "./ui/atoms/icons/microsoft-dynamics.js";
|
|
104
|
-
import { MicrosoftExcel as
|
|
104
|
+
import { MicrosoftExcel as sp } from "./ui/atoms/icons/microsoft-excel.js";
|
|
105
105
|
import { MicrosoftOnedrive as Cp } from "./ui/atoms/icons/microsoft-onedrive.js";
|
|
106
106
|
import { MicrosoftPowerpoint as Sp } from "./ui/atoms/icons/microsoft-powerpoint.js";
|
|
107
|
-
import { MicrosoftSharepoint as
|
|
108
|
-
import { MicrosoftTeams as
|
|
107
|
+
import { MicrosoftSharepoint as hp } from "./ui/atoms/icons/microsoft-sharepoint.js";
|
|
108
|
+
import { MicrosoftTeams as Dp } from "./ui/atoms/icons/microsoft-teams.js";
|
|
109
109
|
import { MicrosoftWord as Bp } from "./ui/atoms/icons/microsoft-word.js";
|
|
110
110
|
import { Miro as Gp } from "./ui/atoms/icons/miro.js";
|
|
111
111
|
import { Monday as wp } from "./ui/atoms/icons/monday.js";
|
|
112
|
-
import { MongoDB as
|
|
112
|
+
import { MongoDB as vp } from "./ui/atoms/icons/mongodb.js";
|
|
113
113
|
import { Netsuite as Lp } from "./ui/atoms/icons/netsuite.js";
|
|
114
114
|
import { Notion as Fp } from "./ui/atoms/icons/notion.js";
|
|
115
115
|
import { Oauth as Op } from "./ui/atoms/icons/oauth.js";
|
|
@@ -125,18 +125,18 @@ import { Pipedrive as ra } from "./ui/atoms/icons/pipedrive.js";
|
|
|
125
125
|
import { Plaid as ta } from "./ui/atoms/icons/plaid.js";
|
|
126
126
|
import { Postgres as aa } from "./ui/atoms/icons/postgres.js";
|
|
127
127
|
import { Posthog as ia } from "./ui/atoms/icons/posthog.js";
|
|
128
|
-
import { Pylon as
|
|
128
|
+
import { Pylon as fa } from "./ui/atoms/icons/pylon.js";
|
|
129
129
|
import { Quickbooks as na } from "./ui/atoms/icons/quickbooks.js";
|
|
130
130
|
import { Railway as ua } from "./ui/atoms/icons/railway.js";
|
|
131
|
-
import { Reddit as
|
|
131
|
+
import { Reddit as sa } from "./ui/atoms/icons/reddit.js";
|
|
132
132
|
import { Salesforce as Ca } from "./ui/atoms/icons/salesforce.js";
|
|
133
133
|
import { Shopify as Sa } from "./ui/atoms/icons/shopify.js";
|
|
134
|
-
import { Singlestore as
|
|
135
|
-
import { Slack as
|
|
134
|
+
import { Singlestore as ha } from "./ui/atoms/icons/singlestore.js";
|
|
135
|
+
import { Slack as Da } from "./ui/atoms/icons/slack.js";
|
|
136
136
|
import { Snowflake as Ba } from "./ui/atoms/icons/snowflake.js";
|
|
137
137
|
import { Splunk as Ga } from "./ui/atoms/icons/splunk.js";
|
|
138
138
|
import { Spotify as wa } from "./ui/atoms/icons/spotify.js";
|
|
139
|
-
import { Square as
|
|
139
|
+
import { Square as va } from "./ui/atoms/icons/square.js";
|
|
140
140
|
import { Squarespace as La } from "./ui/atoms/icons/squarespace.js";
|
|
141
141
|
import { Squareup as Fa } from "./ui/atoms/icons/squareup.js";
|
|
142
142
|
import { Stripe as Oa } from "./ui/atoms/icons/stripe.js";
|
|
@@ -152,20 +152,20 @@ import { Walmart as rm } from "./ui/atoms/icons/walmart.js";
|
|
|
152
152
|
import { Weaviate as tm } from "./ui/atoms/icons/weaviate.js";
|
|
153
153
|
import { Windsurf as am } from "./ui/atoms/icons/windsurf.js";
|
|
154
154
|
import { Workday as im } from "./ui/atoms/icons/workday.js";
|
|
155
|
-
import { Wrike as
|
|
155
|
+
import { Wrike as fm } from "./ui/atoms/icons/wrike.js";
|
|
156
156
|
import { X as nm } from "./ui/atoms/icons/x.js";
|
|
157
157
|
import { Xero as um } from "./ui/atoms/icons/xero.js";
|
|
158
|
-
import { Youtube as
|
|
158
|
+
import { Youtube as sm } from "./ui/atoms/icons/youtube.js";
|
|
159
159
|
import { Yugabytedb as Cm } from "./ui/atoms/icons/yugabytedb.js";
|
|
160
160
|
import { Zendesk as Sm } from "./ui/atoms/icons/zendesk.js";
|
|
161
|
-
import { Zoho as
|
|
162
|
-
import { ZohoBooks as
|
|
161
|
+
import { Zoho as hm } from "./ui/atoms/icons/zoho.js";
|
|
162
|
+
import { ZohoBooks as Dm } from "./ui/atoms/icons/zoho-books.js";
|
|
163
163
|
import { ZohoCreator as Bm } from "./ui/atoms/icons/zoho-creator.js";
|
|
164
164
|
import { Zoom as Gm } from "./ui/atoms/icons/zoom.js";
|
|
165
165
|
import { Input as wm } from "./ui/atoms/input.js";
|
|
166
|
-
import { Label as
|
|
166
|
+
import { Label as vm } from "./ui/atoms/label.js";
|
|
167
167
|
import { Loader as Lm } from "./ui/atoms/loader.js";
|
|
168
|
-
import { M as Fm } from "../markdown-
|
|
168
|
+
import { M as Fm } from "../markdown-ChximrBv.js";
|
|
169
169
|
import { MobileTooltip as Om, MobileTooltipContent as Em, MobileTooltipProvider as Vm, MobileTooltipTrigger as zm } from "./ui/atoms/mobile-tooltip.js";
|
|
170
170
|
import { Popover as Zm, PopoverAnchor as qm, PopoverContent as Nm, PopoverTrigger as Jm } from "./ui/atoms/popover.js";
|
|
171
171
|
import { ProBadge as Ym } from "./ui/atoms/pro-badge.js";
|
|
@@ -174,25 +174,27 @@ import { RadioGroup as Km, RadioGroupItem as _m } from "./ui/atoms/radio-group.j
|
|
|
174
174
|
import { ResizableHandle as oi, ResizablePanel as ri, ResizablePanelGroup as ei } from "./ui/atoms/resizable.js";
|
|
175
175
|
import { ScrollArea as pi, ScrollBar as ai } from "./ui/atoms/scroll-area.js";
|
|
176
176
|
import { ScrollButton as ii } from "./ui/atoms/scroll-button.js";
|
|
177
|
-
import { Select as
|
|
178
|
-
import { Separator as
|
|
179
|
-
import { Sheet as
|
|
180
|
-
import { Sidebar as
|
|
181
|
-
import { Skeleton as
|
|
182
|
-
import { Slider as
|
|
183
|
-
import { Switch as
|
|
184
|
-
import { Table as
|
|
185
|
-
import { Tabs as
|
|
186
|
-
import { Textarea as
|
|
187
|
-
import { Toggle as
|
|
188
|
-
import { Tooltip as
|
|
189
|
-
import { VirtualizedGrid as
|
|
190
|
-
import { DateTimePicker as
|
|
191
|
-
import { EmptyState as
|
|
192
|
-
import { Message as
|
|
193
|
-
import { PromptInput as
|
|
194
|
-
import { R as
|
|
195
|
-
import { ToolCard as
|
|
177
|
+
import { Select as fi, SelectContent as xi, SelectGroup as ni, SelectItem as di, SelectLabel as ui, SelectScrollDownButton as gi, SelectScrollUpButton as si, SelectSeparator as ci, SelectTrigger as Ci, SelectValue as bi } from "./ui/atoms/select.js";
|
|
178
|
+
import { Separator as Ti } from "./ui/atoms/separator.js";
|
|
179
|
+
import { Sheet as Ai, SheetClose as Di, SheetContent as Mi, SheetDescription as Bi, SheetFooter as ki, SheetHeader as Gi, SheetTitle as Pi, SheetTrigger as wi } from "./ui/atoms/sheet.js";
|
|
180
|
+
import { Sidebar as vi, SidebarContent as Ii, SidebarFooter as Li, SidebarGroup as Hi, SidebarGroupAction as Fi, SidebarGroupContent as Ri, SidebarGroupLabel as Oi, SidebarHeader as Ei, SidebarInput as Vi, SidebarInset as zi, SidebarMenu as Wi, SidebarMenuAction as Zi, SidebarMenuBadge as qi, SidebarMenuButton as Ni, SidebarMenuItem as Ji, SidebarMenuSkeleton as Xi, SidebarMenuSub as Yi, SidebarMenuSubButton as Qi, SidebarMenuSubItem as Ui, SidebarProvider as ji, SidebarRail as Ki, SidebarSeparator as _i, SidebarTrigger as $i, useSidebar as ol } from "./ui/atoms/sidebar.js";
|
|
181
|
+
import { Skeleton as el } from "./ui/atoms/skeleton.js";
|
|
182
|
+
import { Slider as pl } from "./ui/atoms/slider.js";
|
|
183
|
+
import { Switch as ml } from "./ui/atoms/switch.js";
|
|
184
|
+
import { Table as ll, TableBody as fl, TableCaption as xl, TableCell as nl, TableFooter as dl, TableHead as ul, TableHeader as gl, TableRow as sl } from "./ui/atoms/table.js";
|
|
185
|
+
import { Tabs as Cl, TabsContent as bl, TabsList as Sl, TabsTrigger as Tl } from "./ui/atoms/tabs.js";
|
|
186
|
+
import { Textarea as Al } from "./ui/atoms/textarea.js";
|
|
187
|
+
import { Toggle as Ml, toggleVariants as Bl } from "./ui/atoms/toggle.js";
|
|
188
|
+
import { Tooltip as Gl, TooltipContent as Pl, TooltipProvider as wl, TooltipTrigger as yl } from "./ui/atoms/tooltip.js";
|
|
189
|
+
import { VirtualizedGrid as Il } from "./ui/atoms/virtualized-grid.js";
|
|
190
|
+
import { DateTimePicker as Hl } from "./ui/molecules/date-time-picker.js";
|
|
191
|
+
import { EmptyState as Rl } from "./ui/molecules/empty-state.js";
|
|
192
|
+
import { Message as El, MessageAction as Vl, MessageActions as zl, MessageAvatar as Wl, MessageContent as Zl } from "./ui/molecules/message.js";
|
|
193
|
+
import { PromptInput as Nl, PromptInputAction as Jl, PromptInputActions as Xl, PromptInputTextarea as Yl } from "./ui/molecules/prompt-input.js";
|
|
194
|
+
import { R as Ul, T as jl } from "../toolkit-card-B0syFJQ6.js";
|
|
195
|
+
import { ToolCard as _l } from "./ui/molecules/tool-card.js";
|
|
196
|
+
import { LoginPage as of } from "./ui/pages/login-page.js";
|
|
197
|
+
import { AuthTemplate as ef, AuthTemplateCard as tf, AuthTemplateContent as pf, AuthTemplateDefaultBackground as af, AuthTemplateDescription as mf, AuthTemplateFooter as lf, AuthTemplateGridOverlay as ff, AuthTemplateHeader as xf, AuthTemplateLegal as nf, AuthTemplateLegalLink as df, AuthTemplateLogo as uf, AuthTemplatePrompt as gf, AuthTemplatePromptLink as sf, AuthTemplateTitle as cf, AuthTemplateVideoBackground as Cf } from "./ui/templates/auth-template.js";
|
|
196
198
|
export {
|
|
197
199
|
e as Accordion,
|
|
198
200
|
t as AccordionContent,
|
|
@@ -200,32 +202,47 @@ export {
|
|
|
200
202
|
a as AccordionTrigger,
|
|
201
203
|
nr as Adp,
|
|
202
204
|
ur as Aha,
|
|
203
|
-
|
|
205
|
+
sr as Airtable,
|
|
204
206
|
i as Alert,
|
|
205
|
-
|
|
207
|
+
l as AlertDescription,
|
|
206
208
|
n as AlertDialog,
|
|
207
209
|
d as AlertDialogAction,
|
|
208
210
|
u as AlertDialogCancel,
|
|
209
|
-
|
|
210
|
-
|
|
211
|
+
g as AlertDialogContent,
|
|
212
|
+
s as AlertDialogDescription,
|
|
211
213
|
c as AlertDialogFooter,
|
|
212
214
|
C as AlertDialogHeader,
|
|
213
215
|
b as AlertDialogOverlay,
|
|
214
216
|
S as AlertDialogPortal,
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
217
|
+
T as AlertDialogTitle,
|
|
218
|
+
h as AlertDialogTrigger,
|
|
219
|
+
f as AlertTitle,
|
|
218
220
|
Cr as Amplitude,
|
|
219
221
|
Sr as Arcade,
|
|
220
|
-
|
|
221
|
-
|
|
222
|
+
hr as Asana,
|
|
223
|
+
Dr as Ashby,
|
|
222
224
|
Br as Atlassian,
|
|
223
225
|
Gr as Attio,
|
|
224
226
|
wr as Auth0,
|
|
225
|
-
|
|
226
|
-
|
|
227
|
+
ef as AuthTemplate,
|
|
228
|
+
tf as AuthTemplateCard,
|
|
229
|
+
pf as AuthTemplateContent,
|
|
230
|
+
af as AuthTemplateDefaultBackground,
|
|
231
|
+
mf as AuthTemplateDescription,
|
|
232
|
+
lf as AuthTemplateFooter,
|
|
233
|
+
ff as AuthTemplateGridOverlay,
|
|
234
|
+
xf as AuthTemplateHeader,
|
|
235
|
+
nf as AuthTemplateLegal,
|
|
236
|
+
df as AuthTemplateLegalLink,
|
|
237
|
+
uf as AuthTemplateLogo,
|
|
238
|
+
gf as AuthTemplatePrompt,
|
|
239
|
+
sf as AuthTemplatePromptLink,
|
|
240
|
+
cf as AuthTemplateTitle,
|
|
241
|
+
Cf as AuthTemplateVideoBackground,
|
|
242
|
+
D as Avatar,
|
|
243
|
+
M as AvatarFallback,
|
|
227
244
|
B as AvatarImage,
|
|
228
|
-
|
|
245
|
+
vr as Azure,
|
|
229
246
|
G as Badge,
|
|
230
247
|
Lr as Bamboohr,
|
|
231
248
|
Fr as Basecamp,
|
|
@@ -235,8 +252,8 @@ export {
|
|
|
235
252
|
qr as Box,
|
|
236
253
|
Jr as Braze,
|
|
237
254
|
y as Breadcrumb,
|
|
238
|
-
|
|
239
|
-
|
|
255
|
+
v as BreadcrumbEllipsis,
|
|
256
|
+
I as BreadcrumbItem,
|
|
240
257
|
L as BreadcrumbLink,
|
|
241
258
|
H as BreadcrumbList,
|
|
242
259
|
F as BreadcrumbPage,
|
|
@@ -263,39 +280,39 @@ export {
|
|
|
263
280
|
po as ChartTooltip,
|
|
264
281
|
ao as ChartTooltipContent,
|
|
265
282
|
io as ChatContainerContent,
|
|
266
|
-
|
|
267
|
-
|
|
283
|
+
lo as ChatContainerRoot,
|
|
284
|
+
fo as ChatContainerScrollAnchor,
|
|
268
285
|
no as Checkbox,
|
|
269
286
|
re as Claude,
|
|
270
287
|
te as Clickhouse,
|
|
271
288
|
ae as Clickup,
|
|
272
289
|
ie as Cline,
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
290
|
+
fe as Closeio,
|
|
291
|
+
go as CodeBlock,
|
|
292
|
+
so as CodeBlockCode,
|
|
276
293
|
co as CodeBlockGroup,
|
|
277
294
|
ne as Codesandbox,
|
|
278
295
|
ue as Coinbase,
|
|
279
296
|
bo as Collapsible,
|
|
280
297
|
So as CollapsibleContent,
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
298
|
+
To as CollapsibleTrigger,
|
|
299
|
+
Ao as Command,
|
|
300
|
+
Do as CommandDialog,
|
|
301
|
+
Mo as CommandEmpty,
|
|
285
302
|
Bo as CommandGroup,
|
|
286
303
|
ko as CommandInput,
|
|
287
304
|
Go as CommandItem,
|
|
288
305
|
Po as CommandList,
|
|
289
306
|
wo as CommandSeparator,
|
|
290
307
|
yo as CommandShortcut,
|
|
291
|
-
|
|
292
|
-
|
|
308
|
+
se as Confluence,
|
|
309
|
+
Io as CopyButton,
|
|
293
310
|
Ce as Cursor,
|
|
294
311
|
Se as CursorInstallDark,
|
|
295
|
-
|
|
296
|
-
|
|
312
|
+
he as CursorInstallLight,
|
|
313
|
+
De as Customerio,
|
|
297
314
|
Be as Datadog,
|
|
298
|
-
|
|
315
|
+
Hl as DateTimePicker,
|
|
299
316
|
Ge as Daytona,
|
|
300
317
|
Ho as Dialog,
|
|
301
318
|
Fo as DialogClose,
|
|
@@ -308,7 +325,7 @@ export {
|
|
|
308
325
|
Zo as DialogTitle,
|
|
309
326
|
qo as DialogTrigger,
|
|
310
327
|
we as DigitalOcean,
|
|
311
|
-
|
|
328
|
+
ve as Discord,
|
|
312
329
|
Le as Dropbox,
|
|
313
330
|
Jo as DropdownMenu,
|
|
314
331
|
Xo as DropdownMenuCheckboxItem,
|
|
@@ -327,7 +344,7 @@ export {
|
|
|
327
344
|
ar as DropdownMenuTrigger,
|
|
328
345
|
Fe as E2b,
|
|
329
346
|
Oe as Ebay,
|
|
330
|
-
|
|
347
|
+
Rl as EmptyState,
|
|
331
348
|
Ve as Evernote,
|
|
332
349
|
We as Exa,
|
|
333
350
|
qe as Factorial,
|
|
@@ -340,53 +357,54 @@ export {
|
|
|
340
357
|
tt as Gitlab,
|
|
341
358
|
at as Gmail,
|
|
342
359
|
it as Google,
|
|
343
|
-
|
|
360
|
+
ft as GoogleCalendar,
|
|
344
361
|
nt as GoogleContacts,
|
|
345
362
|
ut as GoogleDocs,
|
|
346
|
-
|
|
363
|
+
st as GoogleDrive,
|
|
347
364
|
Ct as GoogleFinance,
|
|
348
365
|
St as GoogleFlight,
|
|
349
|
-
|
|
350
|
-
|
|
366
|
+
ht as GoogleFlights,
|
|
367
|
+
Dt as GoogleHotels,
|
|
351
368
|
Bt as GoogleJobs,
|
|
352
369
|
Gt as GoogleMaps,
|
|
353
370
|
wt as GoogleNews,
|
|
354
|
-
|
|
371
|
+
vt as GoogleSheets,
|
|
355
372
|
Lt as GoogleShopping,
|
|
356
373
|
Ft as GoogleSlides,
|
|
357
374
|
Ot as Goose,
|
|
358
375
|
Vt as Heroku,
|
|
359
376
|
Wt as Hootsuite,
|
|
360
377
|
ir as HoverCard,
|
|
361
|
-
|
|
362
|
-
|
|
378
|
+
lr as HoverCardContent,
|
|
379
|
+
fr as HoverCardTrigger,
|
|
363
380
|
qt as Hubspot,
|
|
364
381
|
Jt as Imgflip,
|
|
365
382
|
wm as Input,
|
|
366
383
|
Yt as Intercom,
|
|
367
384
|
Ut as Jira,
|
|
368
|
-
|
|
385
|
+
vm as Label,
|
|
369
386
|
Kt as Langchain,
|
|
370
387
|
$t as Linear,
|
|
371
388
|
rp as Linkedin,
|
|
372
389
|
Lm as Loader,
|
|
390
|
+
of as LoginPage,
|
|
373
391
|
tp as Luma,
|
|
374
392
|
ap as Mailchimp,
|
|
375
393
|
Fm as Markdown,
|
|
376
394
|
ip as Mastra,
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
395
|
+
fp as Mcp,
|
|
396
|
+
El as Message,
|
|
397
|
+
Vl as MessageAction,
|
|
398
|
+
zl as MessageActions,
|
|
399
|
+
Wl as MessageAvatar,
|
|
400
|
+
Zl as MessageContent,
|
|
383
401
|
np as Microsoft,
|
|
384
402
|
up as MicrosoftDynamics,
|
|
385
|
-
|
|
403
|
+
sp as MicrosoftExcel,
|
|
386
404
|
Cp as MicrosoftOnedrive,
|
|
387
405
|
Sp as MicrosoftPowerpoint,
|
|
388
|
-
|
|
389
|
-
|
|
406
|
+
hp as MicrosoftSharepoint,
|
|
407
|
+
Dp as MicrosoftTeams,
|
|
390
408
|
Bp as MicrosoftWord,
|
|
391
409
|
Gp as Miro,
|
|
392
410
|
Om as MobileTooltip,
|
|
@@ -394,7 +412,7 @@ export {
|
|
|
394
412
|
Vm as MobileTooltipProvider,
|
|
395
413
|
zm as MobileTooltipTrigger,
|
|
396
414
|
wp as Monday,
|
|
397
|
-
|
|
415
|
+
vp as MongoDB,
|
|
398
416
|
Lp as Netsuite,
|
|
399
417
|
Fp as Notion,
|
|
400
418
|
Op as Oauth,
|
|
@@ -416,17 +434,17 @@ export {
|
|
|
416
434
|
ia as Posthog,
|
|
417
435
|
Ym as ProBadge,
|
|
418
436
|
Um as Progress,
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
437
|
+
Nl as PromptInput,
|
|
438
|
+
Jl as PromptInputAction,
|
|
439
|
+
Xl as PromptInputActions,
|
|
440
|
+
Yl as PromptInputTextarea,
|
|
441
|
+
fa as Pylon,
|
|
424
442
|
na as Quickbooks,
|
|
425
443
|
Km as RadioGroup,
|
|
426
444
|
_m as RadioGroupItem,
|
|
427
445
|
ua as Railway,
|
|
428
|
-
|
|
429
|
-
|
|
446
|
+
sa as Reddit,
|
|
447
|
+
Ul as RequirementBadges,
|
|
430
448
|
oi as ResizableHandle,
|
|
431
449
|
ri as ResizablePanel,
|
|
432
450
|
ei as ResizablePanelGroup,
|
|
@@ -434,28 +452,28 @@ export {
|
|
|
434
452
|
pi as ScrollArea,
|
|
435
453
|
ai as ScrollBar,
|
|
436
454
|
ii as ScrollButton,
|
|
437
|
-
|
|
438
|
-
|
|
455
|
+
fi as Select,
|
|
456
|
+
xi as SelectContent,
|
|
439
457
|
ni as SelectGroup,
|
|
440
458
|
di as SelectItem,
|
|
441
459
|
ui as SelectLabel,
|
|
442
|
-
|
|
443
|
-
|
|
460
|
+
gi as SelectScrollDownButton,
|
|
461
|
+
si as SelectScrollUpButton,
|
|
444
462
|
ci as SelectSeparator,
|
|
445
463
|
Ci as SelectTrigger,
|
|
446
464
|
bi as SelectValue,
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
465
|
+
Ti as Separator,
|
|
466
|
+
Ai as Sheet,
|
|
467
|
+
Di as SheetClose,
|
|
468
|
+
Mi as SheetContent,
|
|
451
469
|
Bi as SheetDescription,
|
|
452
470
|
ki as SheetFooter,
|
|
453
471
|
Gi as SheetHeader,
|
|
454
472
|
Pi as SheetTitle,
|
|
455
473
|
wi as SheetTrigger,
|
|
456
474
|
Sa as Shopify,
|
|
457
|
-
|
|
458
|
-
|
|
475
|
+
vi as Sidebar,
|
|
476
|
+
Ii as SidebarContent,
|
|
459
477
|
Li as SidebarFooter,
|
|
460
478
|
Hi as SidebarGroup,
|
|
461
479
|
Fi as SidebarGroupAction,
|
|
@@ -477,63 +495,63 @@ export {
|
|
|
477
495
|
Ki as SidebarRail,
|
|
478
496
|
_i as SidebarSeparator,
|
|
479
497
|
$i as SidebarTrigger,
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
498
|
+
ha as Singlestore,
|
|
499
|
+
el as Skeleton,
|
|
500
|
+
Da as Slack,
|
|
501
|
+
pl as Slider,
|
|
484
502
|
Ba as Snowflake,
|
|
485
503
|
Ga as Splunk,
|
|
486
504
|
wa as Spotify,
|
|
487
|
-
|
|
505
|
+
va as Square,
|
|
488
506
|
La as Squarespace,
|
|
489
507
|
Fa as Squareup,
|
|
490
508
|
Oa as Stripe,
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
509
|
+
ml as Switch,
|
|
510
|
+
ll as Table,
|
|
511
|
+
fl as TableBody,
|
|
512
|
+
xl as TableCaption,
|
|
513
|
+
nl as TableCell,
|
|
514
|
+
dl as TableFooter,
|
|
515
|
+
ul as TableHead,
|
|
516
|
+
gl as TableHeader,
|
|
517
|
+
sl as TableRow,
|
|
518
|
+
Cl as Tabs,
|
|
519
|
+
bl as TabsContent,
|
|
520
|
+
Sl as TabsList,
|
|
521
|
+
Tl as TabsTrigger,
|
|
504
522
|
Va as Tesla,
|
|
505
|
-
|
|
523
|
+
Al as Textarea,
|
|
506
524
|
Wa as Ticktick,
|
|
507
525
|
qa as Tiktok,
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
526
|
+
Ml as Toggle,
|
|
527
|
+
_l as ToolCard,
|
|
528
|
+
jl as ToolkitCard,
|
|
529
|
+
Gl as Tooltip,
|
|
530
|
+
Pl as TooltipContent,
|
|
531
|
+
wl as TooltipProvider,
|
|
532
|
+
yl as TooltipTrigger,
|
|
515
533
|
Ja as Trello,
|
|
516
534
|
Ya as Twilio,
|
|
517
535
|
Ua as Twitch,
|
|
518
536
|
Ka as Vercel,
|
|
519
|
-
|
|
537
|
+
Il as VirtualizedGrid,
|
|
520
538
|
$a as Vscode,
|
|
521
539
|
rm as Walmart,
|
|
522
540
|
tm as Weaviate,
|
|
523
541
|
am as Windsurf,
|
|
524
542
|
im as Workday,
|
|
525
|
-
|
|
543
|
+
fm as Wrike,
|
|
526
544
|
nm as X,
|
|
527
545
|
um as Xero,
|
|
528
|
-
|
|
546
|
+
sm as Youtube,
|
|
529
547
|
Cm as Yugabytedb,
|
|
530
548
|
Sm as Zendesk,
|
|
531
|
-
|
|
532
|
-
|
|
549
|
+
hm as Zoho,
|
|
550
|
+
Dm as ZohoBooks,
|
|
533
551
|
Bm as ZohoCreator,
|
|
534
552
|
Gm as Zoom,
|
|
535
553
|
P as badgeVariants,
|
|
536
554
|
V as buttonVariants,
|
|
537
|
-
|
|
538
|
-
|
|
555
|
+
Bl as toggleVariants,
|
|
556
|
+
ol as useSidebar
|
|
539
557
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"copy-button.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/atoms/copy-button.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAyB,MAAM,OAAO,CAAC;AACnE,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AAKtD,KAAK,eAAe,GAAG;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAElC,iBAAS,UAAU,CAAC,EAClB,OAAO,EACP,MAAM,EACN,SAAS,EACT,OAAiB,EACjB,IAAa,EACb,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,eAAe,
|
|
1
|
+
{"version":3,"file":"copy-button.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/atoms/copy-button.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAyB,MAAM,OAAO,CAAC;AACnE,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AAKtD,KAAK,eAAe,GAAG;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAElC,iBAAS,UAAU,CAAC,EAClB,OAAO,EACP,MAAM,EACN,SAAS,EACT,OAAiB,EACjB,IAAa,EACb,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,eAAe,2CAsCjB;AAED,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,YAAY,EAAE,eAAe,EAAE,CAAC"}
|