@arcadeai/design-system 3.38.1 → 3.39.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/telegram.js +10 -0
- package/dist/components/index.js +287 -283
- 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 +58 -56
- package/dist/components/ui/atoms/icons/telegram.d.ts +4 -0
- package/dist/components/ui/atoms/icons/telegram.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/telegram.js +37 -0
- package/dist/components/ui/atoms/index.js +173 -171
- package/dist/components/ui/index.js +287 -283
- package/dist/components/ui/molecules/client-secret-field.d.ts +10 -0
- package/dist/components/ui/molecules/client-secret-field.d.ts.map +1 -0
- package/dist/components/ui/molecules/client-secret-field.js +48 -0
- package/dist/components/ui/molecules/index.d.ts +2 -0
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +46 -44
- package/dist/main.js +315 -311
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +40 -38
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Accordion as e, AccordionContent as t, AccordionItem as a, AccordionTri
|
|
|
2
2
|
import { Alert as i, AlertDescription as l, AlertTitle as n } from "./components/ui/atoms/alert.js";
|
|
3
3
|
import { AlertDialog as x, AlertDialogAction as d, AlertDialogCancel as s, AlertDialogContent as g, AlertDialogDescription as u, AlertDialogFooter as C, AlertDialogHeader as c, AlertDialogOverlay as T, AlertDialogPortal as S, AlertDialogTitle as h, AlertDialogTrigger as b } from "./components/ui/atoms/alert-dialog.js";
|
|
4
4
|
import { ArcadeGradient as D } from "./components/ui/atoms/arcade-gradient.js";
|
|
5
|
-
import { Avatar as
|
|
5
|
+
import { Avatar as I, AvatarFallback as B, AvatarImage as P } from "./components/ui/atoms/avatar.js";
|
|
6
6
|
import { AvatarNotificationBadge as L, avatarBadgeVariants as O } from "./components/ui/atoms/avatar-notification-badge.js";
|
|
7
7
|
import { Badge as v, badgeVariants as y } from "./components/ui/atoms/badge.js";
|
|
8
8
|
import { BrandChip as w } from "./components/ui/atoms/brand-chip.js";
|
|
@@ -15,7 +15,7 @@ import { ChartContainer as io, ChartLegend as lo, ChartLegendContent as no, Char
|
|
|
15
15
|
import { ChatContainerContent as uo, ChatContainerRoot as Co, ChatContainerScrollAnchor as co } from "./components/ui/atoms/chat-container.js";
|
|
16
16
|
import { Checkbox as So } from "./components/ui/atoms/checkbox.js";
|
|
17
17
|
import { CodeBlock as bo, CodeBlockCode as Ao, CodeBlockGroup as Do } from "./components/ui/atoms/code-block.js";
|
|
18
|
-
import { Collapsible as
|
|
18
|
+
import { Collapsible as Io, CollapsibleContent as Bo, CollapsibleTrigger as Po } from "./components/ui/atoms/collapsible.js";
|
|
19
19
|
import { Command as Lo, CommandDialog as Oo, CommandEmpty as Go, CommandGroup as vo, CommandInput as yo, CommandItem as Ro, CommandList as wo, CommandSeparator as Eo, CommandShortcut as Ho } from "./components/ui/atoms/command.js";
|
|
20
20
|
import { CopyButton as _o } from "./components/ui/atoms/copy-button.js";
|
|
21
21
|
import { Dialog as Fo, DialogClose as zo, DialogContent as No, DialogDescription as Wo, DialogFooter as Ko, DialogHeader as Zo, DialogOverlay as qo, DialogPortal as Jo, DialogTitle as Xo, DialogTrigger as Yo } from "./components/ui/atoms/dialog.js";
|
|
@@ -25,7 +25,7 @@ import { Adp as Tr } from "./components/ui/atoms/icons/adp.js";
|
|
|
25
25
|
import { Aha as hr } from "./components/ui/atoms/icons/aha.js";
|
|
26
26
|
import { Airtable as Ar } from "./components/ui/atoms/icons/airtable.js";
|
|
27
27
|
import { Amplitude as Mr } from "./components/ui/atoms/icons/amplitude.js";
|
|
28
|
-
import { Arcade as
|
|
28
|
+
import { Arcade as Br } from "./components/ui/atoms/icons/arcade.js";
|
|
29
29
|
import { ArcadeLogo as kr } from "./components/ui/atoms/icons/arcade-logo.js";
|
|
30
30
|
import { Asana as Or } from "./components/ui/atoms/icons/asana.js";
|
|
31
31
|
import { Ashby as vr } from "./components/ui/atoms/icons/ashby.js";
|
|
@@ -52,7 +52,7 @@ import { Cline as Te } from "./components/ui/atoms/icons/cline.js";
|
|
|
52
52
|
import { Closeio as he } from "./components/ui/atoms/icons/closeio.js";
|
|
53
53
|
import { Codesandbox as Ae } from "./components/ui/atoms/icons/codesandbox.js";
|
|
54
54
|
import { Coinbase as Me } from "./components/ui/atoms/icons/coinbase.js";
|
|
55
|
-
import { Confluence as
|
|
55
|
+
import { Confluence as Be } from "./components/ui/atoms/icons/confluence.js";
|
|
56
56
|
import { Cursor as ke } from "./components/ui/atoms/icons/cursor.js";
|
|
57
57
|
import { CursorInstallDark as Oe } from "./components/ui/atoms/icons/cursor-install-dark.js";
|
|
58
58
|
import { CursorInstallLight as ve } from "./components/ui/atoms/icons/cursor-install-light.js";
|
|
@@ -79,7 +79,7 @@ import { Gmail as Tt } from "./components/ui/atoms/icons/gmail.js";
|
|
|
79
79
|
import { Google as ht } from "./components/ui/atoms/icons/google.js";
|
|
80
80
|
import { GoogleCalendar as At } from "./components/ui/atoms/icons/google-calendar.js";
|
|
81
81
|
import { GoogleContacts as Mt } from "./components/ui/atoms/icons/google-contacts.js";
|
|
82
|
-
import { GoogleDocs as
|
|
82
|
+
import { GoogleDocs as Bt } from "./components/ui/atoms/icons/google-docs.js";
|
|
83
83
|
import { GoogleDrive as kt } from "./components/ui/atoms/icons/google-drive.js";
|
|
84
84
|
import { GoogleFinance as Ot } from "./components/ui/atoms/icons/google-finance.js";
|
|
85
85
|
import { GoogleFlight as vt } from "./components/ui/atoms/icons/google-flight.js";
|
|
@@ -106,7 +106,7 @@ import { Linkedin as Ta } from "./components/ui/atoms/icons/linkedin.js";
|
|
|
106
106
|
import { Luma as ha } from "./components/ui/atoms/icons/luma.js";
|
|
107
107
|
import { Mailchimp as Aa } from "./components/ui/atoms/icons/mailchimp.js";
|
|
108
108
|
import { Mastra as Ma } from "./components/ui/atoms/icons/mastra.js";
|
|
109
|
-
import { MastraLogotype as
|
|
109
|
+
import { MastraLogotype as Ba } from "./components/ui/atoms/icons/mastra-logotype.js";
|
|
110
110
|
import { MathToolkit as ka } from "./components/ui/atoms/icons/math-toolkit.js";
|
|
111
111
|
import { Mcp as Oa } from "./components/ui/atoms/icons/mcp.js";
|
|
112
112
|
import { Microsoft as va } from "./components/ui/atoms/icons/microsoft.js";
|
|
@@ -133,7 +133,7 @@ import { Pinecone as Tp } from "./components/ui/atoms/icons/pinecone.js";
|
|
|
133
133
|
import { Pinterest as hp } from "./components/ui/atoms/icons/pinterest.js";
|
|
134
134
|
import { Pipedrive as Ap } from "./components/ui/atoms/icons/pipedrive.js";
|
|
135
135
|
import { Plaid as Mp } from "./components/ui/atoms/icons/plaid.js";
|
|
136
|
-
import { Postgres as
|
|
136
|
+
import { Postgres as Bp } from "./components/ui/atoms/icons/postgres.js";
|
|
137
137
|
import { Posthog as kp } from "./components/ui/atoms/icons/posthog.js";
|
|
138
138
|
import { Pylon as Op } from "./components/ui/atoms/icons/pylon.js";
|
|
139
139
|
import { Quickbooks as vp } from "./components/ui/atoms/icons/quickbooks.js";
|
|
@@ -150,85 +150,87 @@ import { Square as Qp } from "./components/ui/atoms/icons/square.js";
|
|
|
150
150
|
import { Squarespace as om } from "./components/ui/atoms/icons/squarespace.js";
|
|
151
151
|
import { Squareup as em } from "./components/ui/atoms/icons/squareup.js";
|
|
152
152
|
import { Stripe as am } from "./components/ui/atoms/icons/stripe.js";
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
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 {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
153
|
+
import { Telegram as mm } from "./components/ui/atoms/icons/telegram.js";
|
|
154
|
+
import { Tesla as lm } from "./components/ui/atoms/icons/tesla.js";
|
|
155
|
+
import { Ticktick as fm } from "./components/ui/atoms/icons/ticktick.js";
|
|
156
|
+
import { Tiktok as dm } from "./components/ui/atoms/icons/tiktok.js";
|
|
157
|
+
import { Trello as gm } from "./components/ui/atoms/icons/trello.js";
|
|
158
|
+
import { Twilio as Cm } from "./components/ui/atoms/icons/twilio.js";
|
|
159
|
+
import { Twitch as Tm } from "./components/ui/atoms/icons/twitch.js";
|
|
160
|
+
import { Vercel as hm } from "./components/ui/atoms/icons/vercel.js";
|
|
161
|
+
import { VercelLogotype as Am } from "./components/ui/atoms/icons/vercel-logotype.js";
|
|
162
|
+
import { Vscode as Mm } from "./components/ui/atoms/icons/vscode.js";
|
|
163
|
+
import { Walmart as Bm } from "./components/ui/atoms/icons/walmart.js";
|
|
164
|
+
import { Weaviate as km } from "./components/ui/atoms/icons/weaviate.js";
|
|
165
|
+
import { Windsurf as Om } from "./components/ui/atoms/icons/windsurf.js";
|
|
166
|
+
import { Workday as vm } from "./components/ui/atoms/icons/workday.js";
|
|
167
|
+
import { Wrike as Rm } from "./components/ui/atoms/icons/wrike.js";
|
|
168
|
+
import { X as Em } from "./components/ui/atoms/icons/x.js";
|
|
169
|
+
import { Xero as Vm } from "./components/ui/atoms/icons/xero.js";
|
|
170
|
+
import { Youtube as Um } from "./components/ui/atoms/icons/youtube.js";
|
|
171
|
+
import { Yugabytedb as zm } from "./components/ui/atoms/icons/yugabytedb.js";
|
|
172
|
+
import { Zendesk as Wm } from "./components/ui/atoms/icons/zendesk.js";
|
|
173
|
+
import { Zoho as Zm } from "./components/ui/atoms/icons/zoho.js";
|
|
174
|
+
import { ZohoBooks as Jm } from "./components/ui/atoms/icons/zoho-books.js";
|
|
175
|
+
import { ZohoCreator as Ym } from "./components/ui/atoms/icons/zoho-creator.js";
|
|
176
|
+
import { Zoom as Qm } from "./components/ui/atoms/icons/zoom.js";
|
|
177
|
+
import { Input as oi } from "./components/ui/atoms/input.js";
|
|
178
|
+
import { JsonHighlight as ei, jsonHighlightVariants as ti } from "./components/ui/atoms/json-highlight.js";
|
|
179
|
+
import { Label as pi } from "./components/ui/atoms/label.js";
|
|
180
|
+
import { Loader as ii } from "./components/ui/atoms/loader.js";
|
|
181
|
+
import { M as ni } from "./markdown-D0xxRbwP.js";
|
|
182
|
+
import { MobileTooltip as xi, MobileTooltipContent as di, MobileTooltipProvider as si, MobileTooltipTrigger as gi } from "./components/ui/atoms/mobile-tooltip.js";
|
|
183
|
+
import { Popover as Ci, PopoverAnchor as ci, PopoverContent as Ti, PopoverTrigger as Si } from "./components/ui/atoms/popover.js";
|
|
184
|
+
import { ProBadge as bi } from "./components/ui/atoms/pro-badge.js";
|
|
185
|
+
import { Progress as Di } from "./components/ui/atoms/progress.js";
|
|
186
|
+
import { RadioGroup as Ii, RadioGroupItem as Bi } from "./components/ui/atoms/radio-group.js";
|
|
187
|
+
import { ResizableHandle as ki, ResizablePanel as Li, ResizablePanelGroup as Oi } from "./components/ui/atoms/resizable.js";
|
|
188
|
+
import { ScrollArea as vi, ScrollBar as yi } from "./components/ui/atoms/scroll-area.js";
|
|
189
|
+
import { ScrollButton as wi } from "./components/ui/atoms/scroll-button.js";
|
|
190
|
+
import { Select as Hi, SelectContent as Vi, SelectGroup as _i, SelectItem as Ui, SelectLabel as Fi, SelectScrollDownButton as zi, SelectScrollUpButton as Ni, SelectSeparator as Wi, SelectTrigger as Ki, SelectValue as Zi } from "./components/ui/atoms/select.js";
|
|
191
|
+
import { Separator as Ji } from "./components/ui/atoms/separator.js";
|
|
192
|
+
import { Sheet as Yi, SheetClose as ji, SheetContent as Qi, SheetDescription as $i, SheetFooter as ol, SheetHeader as rl, SheetTitle as el, SheetTrigger as tl } from "./components/ui/atoms/sheet.js";
|
|
193
|
+
import { Sidebar as pl, SidebarContent as ml, SidebarFooter as il, SidebarGroup as ll, SidebarGroupAction as nl, SidebarGroupContent as fl, SidebarGroupLabel as xl, SidebarHeader as dl, SidebarInput as sl, SidebarInset as gl, SidebarMenu as ul, SidebarMenuAction as Cl, SidebarMenuBadge as cl, SidebarMenuButton as Tl, SidebarMenuItem as Sl, SidebarMenuSkeleton as hl, SidebarMenuSub as bl, SidebarMenuSubButton as Al, SidebarMenuSubItem as Dl, SidebarProvider as Ml, SidebarRail as Il, SidebarSeparator as Bl, SidebarTrigger as Pl, useSidebar as kl } from "./components/ui/atoms/sidebar.js";
|
|
194
|
+
import { Skeleton as Ol } from "./components/ui/atoms/skeleton.js";
|
|
195
|
+
import { Slider as vl } from "./components/ui/atoms/slider.js";
|
|
196
|
+
import { DS_SPARKLE_DURATION_MS as Rl, SparkleBurst as wl } from "./components/ui/atoms/sparkle-burst.js";
|
|
197
|
+
import { StepIndicator as Hl, stepIndicatorIconVariants as Vl, stepIndicatorLabelVariants as _l } from "./components/ui/atoms/step-indicator.js";
|
|
198
|
+
import { Switch as Fl } from "./components/ui/atoms/switch.js";
|
|
199
|
+
import { Table as Nl, TableBody as Wl, TableCaption as Kl, TableCell as Zl, TableFooter as ql, TableHead as Jl, TableHeader as Xl, TableRow as Yl } from "./components/ui/atoms/table.js";
|
|
200
|
+
import { Tabs as Ql, TabsContent as $l, TabsList as on, TabsTrigger as rn } from "./components/ui/atoms/tabs.js";
|
|
201
|
+
import { Textarea as tn } from "./components/ui/atoms/textarea.js";
|
|
202
|
+
import { Toggle as pn, toggleVariants as mn } from "./components/ui/atoms/toggle.js";
|
|
203
|
+
import { Tooltip as nn, TooltipContent as fn, TooltipProvider as xn, TooltipTrigger as dn } from "./components/ui/atoms/tooltip.js";
|
|
204
|
+
import { ViewToolsControl as gn } from "./components/ui/atoms/view-tools-control.js";
|
|
205
|
+
import { VirtualizedGrid as Cn } from "./components/ui/atoms/virtualized-grid.js";
|
|
206
|
+
import { ChatHistoryItem as Tn } from "./components/ui/molecules/chat-history-item.js";
|
|
207
|
+
import { ChatAssistantMessage as hn, ChatMessageList as bn, ChatMessageListSkeleton as An, ChatStreamingIndicator as Dn, ChatUserMessage as Mn } from "./components/ui/molecules/chat-message-list.js";
|
|
208
|
+
import { ClientSecretInput as Bn } from "./components/ui/molecules/client-secret-field.js";
|
|
209
|
+
import { CommandBar as kn } from "./components/ui/molecules/command-bar.js";
|
|
210
|
+
import { ConfirmPopover as On } from "./components/ui/molecules/confirm-popover.js";
|
|
211
|
+
import { DateTimePicker as vn } from "./components/ui/molecules/date-time-picker.js";
|
|
212
|
+
import { EmptyState as Rn } from "./components/ui/molecules/empty-state.js";
|
|
213
|
+
import { ErrorState as En } from "./components/ui/molecules/error-state.js";
|
|
214
|
+
import { Message as Vn, MessageAction as _n, MessageActions as Un, MessageAvatar as Fn, MessageContent as zn } from "./components/ui/molecules/message.js";
|
|
215
|
+
import { PromptInput as Wn, PromptInputAction as Kn, PromptInputActions as Zn, PromptInputTextarea as qn } from "./components/ui/molecules/prompt-input.js";
|
|
216
|
+
import { R as Xn, T as Yn } from "./toolkit-card-CB1oiaei.js";
|
|
217
|
+
import { StepsProgress as Qn } from "./components/ui/molecules/steps-progress.js";
|
|
218
|
+
import { SuggestionCard as of, SuggestionCardSkeleton as rf } from "./components/ui/molecules/suggestion-card.js";
|
|
219
|
+
import { ToolAuthorization as tf, ToolAuthorizationArgs as af, ToolAuthorizationContent as pf, ToolAuthorizationHeader as mf, ToolAuthorizationMessage as lf } from "./components/ui/molecules/tool-authorization.js";
|
|
220
|
+
import { ToolCallAccordion as ff, ToolCallAccordionContent as xf, ToolCallAccordionItem as df, ToolCallAccordionTrigger as sf } from "./components/ui/molecules/tool-call-accordion.js";
|
|
221
|
+
import { ToolCard as uf } from "./components/ui/molecules/tool-card.js";
|
|
222
|
+
import { UserNav as cf } from "./components/ui/molecules/user-nav.js";
|
|
223
|
+
import { ChatPageSkeleton as Sf } from "./components/ui/pages/chat-page-skeleton.js";
|
|
224
|
+
import { LoginPage as bf } from "./components/ui/pages/login-page.js";
|
|
225
|
+
import { AuthTemplate as Df, AuthTemplateCard as Mf, AuthTemplateContent as If, AuthTemplateDefaultBackground as Bf, AuthTemplateDescription as Pf, AuthTemplateFooter as kf, AuthTemplateGridOverlay as Lf, AuthTemplateHeader as Of, AuthTemplateLegal as Gf, AuthTemplateLegalLink as vf, AuthTemplateLogo as yf, AuthTemplatePrompt as Rf, AuthTemplatePromptLink as wf, AuthTemplateTitle as Ef, AuthTemplateVideoBackground as Hf } from "./components/ui/templates/auth-template.js";
|
|
226
|
+
import { ChatTemplate as _f, ChatTemplateBody as Uf, ChatTemplateFooter as Ff, ChatTemplateHeader as zf, ChatTemplateHeaderGroup as Nf, ChatTemplateOverview as Wf, ChatTemplateOverviewSubtitle as Kf, ChatTemplateOverviewTitle as Zf, ChatTemplateSuggestions as qf } from "./components/ui/templates/chat-template.js";
|
|
227
|
+
import { ChatBodySkeleton as Xf, ChatContentSkeleton as Yf, ChatFooterSkeleton as jf, ChatHeaderSkeleton as Qf, ChatSidebarSkeleton as $f } from "./components/ui/templates/chat-template-skeletons.js";
|
|
228
|
+
import { ErrorTemplate as rx, ErrorTemplateActions as ex, ErrorTemplateContent as tx, ErrorTemplateDescription as ax, ErrorTemplateIcon as px, ErrorTemplateLogo as mx, ErrorTemplateTitle as ix, ErrorTemplateUrl as lx } from "./components/ui/templates/error-template.js";
|
|
229
|
+
import { PUBLIC_ICON_URL as fx, PUBLIC_VIDEO_URL as xx } from "./metadata/constants.js";
|
|
230
|
+
import { MCP_OAUTH2_PROVIDER as sx, OAUTH2_PROVIDER as gx, OAUTH_PROVIDERS as ux, OAUTH_PROVIDER_CATALOGUE as Cx, OAuthId as cx, OAuthProviderId as Tx, OTHER_OAUTH_PROVIDERS as Sx, PREBUILT_OAUTH_PROVIDERS as hx } from "./metadata/oauth-providers.js";
|
|
231
|
+
import { TOOLKIT_ICON_MAP as Ax, getToolIconByToolkitName as Dx, getToolkitIcon as Mx, getToolkitIconByName as Ix } from "./metadata/toolkit-icons.js";
|
|
232
|
+
import { CATEGORIES as Px, TOOLKITS as kx, TOOLKIT_CATALOGUE as Lx } from "./metadata/toolkits.js";
|
|
233
|
+
import { findPrebuiltProviderById as Gx, findPrebuiltProviderByProviderId as vx, findToolkitByName as yx, isKnownToolkit as Rx, isPrebuiltProvider as wx } from "./metadata/utils.js";
|
|
232
234
|
export {
|
|
233
235
|
e as Accordion,
|
|
234
236
|
t as AccordionContent,
|
|
@@ -252,7 +254,7 @@ export {
|
|
|
252
254
|
b as AlertDialogTrigger,
|
|
253
255
|
n as AlertTitle,
|
|
254
256
|
Mr as Amplitude,
|
|
255
|
-
|
|
257
|
+
Br as Arcade,
|
|
256
258
|
D as ArcadeGradient,
|
|
257
259
|
kr as ArcadeLogo,
|
|
258
260
|
Or as Asana,
|
|
@@ -260,23 +262,23 @@ export {
|
|
|
260
262
|
Rr as Atlassian,
|
|
261
263
|
Er as Attio,
|
|
262
264
|
Vr as Auth0,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
265
|
+
Df as AuthTemplate,
|
|
266
|
+
Mf as AuthTemplateCard,
|
|
267
|
+
If as AuthTemplateContent,
|
|
268
|
+
Bf as AuthTemplateDefaultBackground,
|
|
269
|
+
Pf as AuthTemplateDescription,
|
|
270
|
+
kf as AuthTemplateFooter,
|
|
271
|
+
Lf as AuthTemplateGridOverlay,
|
|
272
|
+
Of as AuthTemplateHeader,
|
|
273
|
+
Gf as AuthTemplateLegal,
|
|
274
|
+
vf as AuthTemplateLegalLink,
|
|
275
|
+
yf as AuthTemplateLogo,
|
|
276
|
+
Rf as AuthTemplatePrompt,
|
|
277
|
+
wf as AuthTemplatePromptLink,
|
|
278
|
+
Ef as AuthTemplateTitle,
|
|
279
|
+
Hf as AuthTemplateVideoBackground,
|
|
280
|
+
I as Avatar,
|
|
281
|
+
B as AvatarFallback,
|
|
280
282
|
P as AvatarImage,
|
|
281
283
|
L as AvatarNotificationBadge,
|
|
282
284
|
Ur as Azure,
|
|
@@ -301,7 +303,7 @@ export {
|
|
|
301
303
|
me as Buffer,
|
|
302
304
|
K as Button,
|
|
303
305
|
J as ByocBadge,
|
|
304
|
-
|
|
306
|
+
Px as CATEGORIES,
|
|
305
307
|
Y as Calendar,
|
|
306
308
|
j as CalendarDayButton,
|
|
307
309
|
le as Calendly,
|
|
@@ -318,35 +320,36 @@ export {
|
|
|
318
320
|
fo as ChartStyle,
|
|
319
321
|
xo as ChartTooltip,
|
|
320
322
|
so as ChartTooltipContent,
|
|
321
|
-
|
|
322
|
-
|
|
323
|
+
hn as ChatAssistantMessage,
|
|
324
|
+
Xf as ChatBodySkeleton,
|
|
323
325
|
uo as ChatContainerContent,
|
|
324
326
|
Co as ChatContainerRoot,
|
|
325
327
|
co as ChatContainerScrollAnchor,
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
328
|
+
Yf as ChatContentSkeleton,
|
|
329
|
+
jf as ChatFooterSkeleton,
|
|
330
|
+
Qf as ChatHeaderSkeleton,
|
|
331
|
+
Tn as ChatHistoryItem,
|
|
332
|
+
bn as ChatMessageList,
|
|
333
|
+
An as ChatMessageListSkeleton,
|
|
334
|
+
Sf as ChatPageSkeleton,
|
|
335
|
+
$f as ChatSidebarSkeleton,
|
|
336
|
+
Dn as ChatStreamingIndicator,
|
|
337
|
+
_f as ChatTemplate,
|
|
338
|
+
Uf as ChatTemplateBody,
|
|
339
|
+
Ff as ChatTemplateFooter,
|
|
340
|
+
zf as ChatTemplateHeader,
|
|
341
|
+
Nf as ChatTemplateHeaderGroup,
|
|
342
|
+
Wf as ChatTemplateOverview,
|
|
343
|
+
Kf as ChatTemplateOverviewSubtitle,
|
|
344
|
+
Zf as ChatTemplateOverviewTitle,
|
|
345
|
+
qf as ChatTemplateSuggestions,
|
|
346
|
+
Mn as ChatUserMessage,
|
|
345
347
|
So as Checkbox,
|
|
346
348
|
fe as Claude,
|
|
347
349
|
de as ClaudeCodeLogotype,
|
|
348
350
|
ge as Clickhouse,
|
|
349
351
|
Ce as Clickup,
|
|
352
|
+
Bn as ClientSecretInput,
|
|
350
353
|
Te as Cline,
|
|
351
354
|
he as Closeio,
|
|
352
355
|
bo as CodeBlock,
|
|
@@ -354,11 +357,11 @@ export {
|
|
|
354
357
|
Do as CodeBlockGroup,
|
|
355
358
|
Ae as Codesandbox,
|
|
356
359
|
Me as Coinbase,
|
|
357
|
-
|
|
358
|
-
|
|
360
|
+
Io as Collapsible,
|
|
361
|
+
Bo as CollapsibleContent,
|
|
359
362
|
Po as CollapsibleTrigger,
|
|
360
363
|
Lo as Command,
|
|
361
|
-
|
|
364
|
+
kn as CommandBar,
|
|
362
365
|
Oo as CommandDialog,
|
|
363
366
|
Go as CommandEmpty,
|
|
364
367
|
vo as CommandGroup,
|
|
@@ -367,17 +370,17 @@ export {
|
|
|
367
370
|
wo as CommandList,
|
|
368
371
|
Eo as CommandSeparator,
|
|
369
372
|
Ho as CommandShortcut,
|
|
370
|
-
|
|
371
|
-
|
|
373
|
+
On as ConfirmPopover,
|
|
374
|
+
Be as Confluence,
|
|
372
375
|
_o as CopyButton,
|
|
373
376
|
ke as Cursor,
|
|
374
377
|
Oe as CursorInstallDark,
|
|
375
378
|
ve as CursorInstallLight,
|
|
376
379
|
Re as CursorLogotype,
|
|
377
380
|
Ee as Customerio,
|
|
378
|
-
|
|
381
|
+
Rl as DS_SPARKLE_DURATION_MS,
|
|
379
382
|
Ve as Datadog,
|
|
380
|
-
|
|
383
|
+
vn as DateTimePicker,
|
|
381
384
|
Ue as Daytona,
|
|
382
385
|
Fo as Dialog,
|
|
383
386
|
zo as DialogClose,
|
|
@@ -409,16 +412,16 @@ export {
|
|
|
409
412
|
dr as DropdownMenuTrigger,
|
|
410
413
|
Je as E2b,
|
|
411
414
|
Ye as Ebay,
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
415
|
+
Rn as EmptyState,
|
|
416
|
+
En as ErrorState,
|
|
417
|
+
rx as ErrorTemplate,
|
|
418
|
+
ex as ErrorTemplateActions,
|
|
419
|
+
tx as ErrorTemplateContent,
|
|
420
|
+
ax as ErrorTemplateDescription,
|
|
421
|
+
px as ErrorTemplateIcon,
|
|
422
|
+
mx as ErrorTemplateLogo,
|
|
423
|
+
ix as ErrorTemplateTitle,
|
|
424
|
+
lx as ErrorTemplateUrl,
|
|
422
425
|
Qe as Evernote,
|
|
423
426
|
ot as Exa,
|
|
424
427
|
et as Factorial,
|
|
@@ -433,7 +436,7 @@ export {
|
|
|
433
436
|
ht as Google,
|
|
434
437
|
At as GoogleCalendar,
|
|
435
438
|
Mt as GoogleContacts,
|
|
436
|
-
|
|
439
|
+
Bt as GoogleDocs,
|
|
437
440
|
kt as GoogleDrive,
|
|
438
441
|
Ot as GoogleFinance,
|
|
439
442
|
vt as GoogleFlight,
|
|
@@ -454,30 +457,30 @@ export {
|
|
|
454
457
|
Cr as HoverCardTrigger,
|
|
455
458
|
aa as Hubspot,
|
|
456
459
|
ma as Imgflip,
|
|
457
|
-
|
|
460
|
+
oi as Input,
|
|
458
461
|
la as Intercom,
|
|
459
462
|
fa as Jira,
|
|
460
|
-
|
|
461
|
-
|
|
463
|
+
ei as JsonHighlight,
|
|
464
|
+
pi as Label,
|
|
462
465
|
da as Langchain,
|
|
463
466
|
ga as LangchainLogotype,
|
|
464
467
|
Ca as Linear,
|
|
465
468
|
Ta as Linkedin,
|
|
466
|
-
|
|
467
|
-
|
|
469
|
+
ii as Loader,
|
|
470
|
+
bf as LoginPage,
|
|
468
471
|
ha as Luma,
|
|
469
|
-
|
|
472
|
+
sx as MCP_OAUTH2_PROVIDER,
|
|
470
473
|
Aa as Mailchimp,
|
|
471
|
-
|
|
474
|
+
ni as Markdown,
|
|
472
475
|
Ma as Mastra,
|
|
473
|
-
|
|
476
|
+
Ba as MastraLogotype,
|
|
474
477
|
ka as MathToolkit,
|
|
475
478
|
Oa as Mcp,
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
479
|
+
Vn as Message,
|
|
480
|
+
_n as MessageAction,
|
|
481
|
+
Un as MessageActions,
|
|
482
|
+
Fn as MessageAvatar,
|
|
483
|
+
zn as MessageContent,
|
|
481
484
|
va as Microsoft,
|
|
482
485
|
Ra as MicrosoftDynamics,
|
|
483
486
|
Ea as MicrosoftExcel,
|
|
@@ -489,190 +492,191 @@ export {
|
|
|
489
492
|
Ja as MicrosoftTeams,
|
|
490
493
|
Ya as MicrosoftWord,
|
|
491
494
|
Qa as Miro,
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
495
|
+
xi as MobileTooltip,
|
|
496
|
+
di as MobileTooltipContent,
|
|
497
|
+
si as MobileTooltipProvider,
|
|
498
|
+
gi as MobileTooltipTrigger,
|
|
496
499
|
op as Monday,
|
|
497
500
|
ep as MongoDB,
|
|
498
501
|
ap as Netsuite,
|
|
499
502
|
mp as Notion,
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
503
|
+
gx as OAUTH2_PROVIDER,
|
|
504
|
+
ux as OAUTH_PROVIDERS,
|
|
505
|
+
Cx as OAUTH_PROVIDER_CATALOGUE,
|
|
506
|
+
cx as OAuthId,
|
|
507
|
+
Tx as OAuthProviderId,
|
|
508
|
+
Sx as OTHER_OAUTH_PROVIDERS,
|
|
506
509
|
lp as Oauth,
|
|
507
510
|
fp as Obsidian,
|
|
508
511
|
dp as Okta,
|
|
509
512
|
gp as Openai,
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
+
hx as PREBUILT_OAUTH_PROVIDERS,
|
|
514
|
+
fx as PUBLIC_ICON_URL,
|
|
515
|
+
xx as PUBLIC_VIDEO_URL,
|
|
513
516
|
Cp as Pagerduty,
|
|
514
517
|
Tp as Pinecone,
|
|
515
518
|
hp as Pinterest,
|
|
516
519
|
Ap as Pipedrive,
|
|
517
520
|
Mp as Plaid,
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
521
|
+
Ci as Popover,
|
|
522
|
+
ci as PopoverAnchor,
|
|
523
|
+
Ti as PopoverContent,
|
|
524
|
+
Si as PopoverTrigger,
|
|
525
|
+
Bp as Postgres,
|
|
523
526
|
kp as Posthog,
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
527
|
+
bi as ProBadge,
|
|
528
|
+
Di as Progress,
|
|
529
|
+
Wn as PromptInput,
|
|
530
|
+
Kn as PromptInputAction,
|
|
531
|
+
Zn as PromptInputActions,
|
|
532
|
+
qn as PromptInputTextarea,
|
|
530
533
|
Op as Pylon,
|
|
531
534
|
vp as Quickbooks,
|
|
532
|
-
|
|
533
|
-
|
|
535
|
+
Ii as RadioGroup,
|
|
536
|
+
Bi as RadioGroupItem,
|
|
534
537
|
Rp as Railway,
|
|
535
538
|
Ep as Reddit,
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
539
|
+
Xn as RequirementBadges,
|
|
540
|
+
ki as ResizableHandle,
|
|
541
|
+
Li as ResizablePanel,
|
|
542
|
+
Oi as ResizablePanelGroup,
|
|
540
543
|
Vp as Salesforce,
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
544
|
+
vi as ScrollArea,
|
|
545
|
+
yi as ScrollBar,
|
|
546
|
+
wi as ScrollButton,
|
|
547
|
+
Hi as Select,
|
|
548
|
+
Vi as SelectContent,
|
|
549
|
+
_i as SelectGroup,
|
|
550
|
+
Ui as SelectItem,
|
|
551
|
+
Fi as SelectLabel,
|
|
552
|
+
zi as SelectScrollDownButton,
|
|
553
|
+
Ni as SelectScrollUpButton,
|
|
554
|
+
Wi as SelectSeparator,
|
|
555
|
+
Ki as SelectTrigger,
|
|
556
|
+
Zi as SelectValue,
|
|
557
|
+
Ji as Separator,
|
|
558
|
+
Yi as Sheet,
|
|
559
|
+
ji as SheetClose,
|
|
560
|
+
Qi as SheetContent,
|
|
561
|
+
$i as SheetDescription,
|
|
562
|
+
ol as SheetFooter,
|
|
563
|
+
rl as SheetHeader,
|
|
564
|
+
el as SheetTitle,
|
|
565
|
+
tl as SheetTrigger,
|
|
563
566
|
Up as Shopify,
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
567
|
+
pl as Sidebar,
|
|
568
|
+
ml as SidebarContent,
|
|
569
|
+
il as SidebarFooter,
|
|
570
|
+
ll as SidebarGroup,
|
|
571
|
+
nl as SidebarGroupAction,
|
|
572
|
+
fl as SidebarGroupContent,
|
|
573
|
+
xl as SidebarGroupLabel,
|
|
574
|
+
dl as SidebarHeader,
|
|
575
|
+
sl as SidebarInput,
|
|
576
|
+
gl as SidebarInset,
|
|
577
|
+
ul as SidebarMenu,
|
|
578
|
+
Cl as SidebarMenuAction,
|
|
579
|
+
cl as SidebarMenuBadge,
|
|
580
|
+
Tl as SidebarMenuButton,
|
|
581
|
+
Sl as SidebarMenuItem,
|
|
582
|
+
hl as SidebarMenuSkeleton,
|
|
583
|
+
bl as SidebarMenuSub,
|
|
584
|
+
Al as SidebarMenuSubButton,
|
|
585
|
+
Dl as SidebarMenuSubItem,
|
|
586
|
+
Ml as SidebarProvider,
|
|
587
|
+
Il as SidebarRail,
|
|
588
|
+
Bl as SidebarSeparator,
|
|
589
|
+
Pl as SidebarTrigger,
|
|
587
590
|
zp as Singlestore,
|
|
588
|
-
|
|
591
|
+
Ol as Skeleton,
|
|
589
592
|
Wp as Slack,
|
|
590
|
-
|
|
593
|
+
vl as Slider,
|
|
591
594
|
Zp as Snowflake,
|
|
592
|
-
|
|
595
|
+
wl as SparkleBurst,
|
|
593
596
|
Jp as Splunk,
|
|
594
597
|
Yp as Spotify,
|
|
595
598
|
Qp as Square,
|
|
596
599
|
om as Squarespace,
|
|
597
600
|
em as Squareup,
|
|
598
|
-
|
|
599
|
-
|
|
601
|
+
Hl as StepIndicator,
|
|
602
|
+
Qn as StepsProgress,
|
|
600
603
|
am as Stripe,
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
mm as
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
fm as
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
gm as
|
|
641
|
-
Cm as
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
hm as
|
|
645
|
-
|
|
646
|
-
gn as
|
|
647
|
-
|
|
648
|
-
Mm as
|
|
649
|
-
|
|
650
|
-
km as
|
|
651
|
-
Om as
|
|
652
|
-
vm as
|
|
653
|
-
Rm as
|
|
654
|
-
Em as
|
|
655
|
-
Vm as
|
|
656
|
-
Um as
|
|
657
|
-
zm as
|
|
658
|
-
Wm as
|
|
659
|
-
Zm as
|
|
660
|
-
Jm as
|
|
661
|
-
Ym as
|
|
604
|
+
of as SuggestionCard,
|
|
605
|
+
rf as SuggestionCardSkeleton,
|
|
606
|
+
Fl as Switch,
|
|
607
|
+
kx as TOOLKITS,
|
|
608
|
+
Lx as TOOLKIT_CATALOGUE,
|
|
609
|
+
Ax as TOOLKIT_ICON_MAP,
|
|
610
|
+
Nl as Table,
|
|
611
|
+
Wl as TableBody,
|
|
612
|
+
Kl as TableCaption,
|
|
613
|
+
Zl as TableCell,
|
|
614
|
+
ql as TableFooter,
|
|
615
|
+
Jl as TableHead,
|
|
616
|
+
Xl as TableHeader,
|
|
617
|
+
Yl as TableRow,
|
|
618
|
+
Ql as Tabs,
|
|
619
|
+
$l as TabsContent,
|
|
620
|
+
on as TabsList,
|
|
621
|
+
rn as TabsTrigger,
|
|
622
|
+
mm as Telegram,
|
|
623
|
+
lm as Tesla,
|
|
624
|
+
tn as Textarea,
|
|
625
|
+
fm as Ticktick,
|
|
626
|
+
dm as Tiktok,
|
|
627
|
+
pn as Toggle,
|
|
628
|
+
tf as ToolAuthorization,
|
|
629
|
+
af as ToolAuthorizationArgs,
|
|
630
|
+
pf as ToolAuthorizationContent,
|
|
631
|
+
mf as ToolAuthorizationHeader,
|
|
632
|
+
lf as ToolAuthorizationMessage,
|
|
633
|
+
ff as ToolCallAccordion,
|
|
634
|
+
xf as ToolCallAccordionContent,
|
|
635
|
+
df as ToolCallAccordionItem,
|
|
636
|
+
sf as ToolCallAccordionTrigger,
|
|
637
|
+
uf as ToolCard,
|
|
638
|
+
Yn as ToolkitCard,
|
|
639
|
+
nn as Tooltip,
|
|
640
|
+
fn as TooltipContent,
|
|
641
|
+
xn as TooltipProvider,
|
|
642
|
+
dn as TooltipTrigger,
|
|
643
|
+
gm as Trello,
|
|
644
|
+
Cm as Twilio,
|
|
645
|
+
Tm as Twitch,
|
|
646
|
+
cf as UserNav,
|
|
647
|
+
hm as Vercel,
|
|
648
|
+
Am as VercelLogotype,
|
|
649
|
+
gn as ViewToolsControl,
|
|
650
|
+
Cn as VirtualizedGrid,
|
|
651
|
+
Mm as Vscode,
|
|
652
|
+
Bm as Walmart,
|
|
653
|
+
km as Weaviate,
|
|
654
|
+
Om as Windsurf,
|
|
655
|
+
vm as Workday,
|
|
656
|
+
Rm as Wrike,
|
|
657
|
+
Em as X,
|
|
658
|
+
Vm as Xero,
|
|
659
|
+
Um as Youtube,
|
|
660
|
+
zm as Yugabytedb,
|
|
661
|
+
Wm as Zendesk,
|
|
662
|
+
Zm as Zoho,
|
|
663
|
+
Jm as ZohoBooks,
|
|
664
|
+
Ym as ZohoCreator,
|
|
665
|
+
Qm as Zoom,
|
|
662
666
|
O as avatarBadgeVariants,
|
|
663
667
|
y as badgeVariants,
|
|
664
668
|
Z as buttonVariants,
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
669
|
+
Gx as findPrebuiltProviderById,
|
|
670
|
+
vx as findPrebuiltProviderByProviderId,
|
|
671
|
+
yx as findToolkitByName,
|
|
672
|
+
Dx as getToolIconByToolkitName,
|
|
673
|
+
Mx as getToolkitIcon,
|
|
674
|
+
Ix as getToolkitIconByName,
|
|
675
|
+
Rx as isKnownToolkit,
|
|
676
|
+
wx as isPrebuiltProvider,
|
|
677
|
+
ti as jsonHighlightVariants,
|
|
678
|
+
Vl as stepIndicatorIconVariants,
|
|
679
|
+
_l as stepIndicatorLabelVariants,
|
|
680
|
+
mn as toggleVariants,
|
|
681
|
+
kl as useSidebar
|
|
678
682
|
};
|