@arcadeai/design-system 3.27.1 → 3.27.2
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/railway.js +10 -0
- package/dist/components/index.js +186 -184
- package/dist/components/ui/atoms/accordion.js +4 -4
- package/dist/components/ui/atoms/alert-dialog.js +11 -11
- package/dist/components/ui/atoms/breadcrumb.js +3 -3
- package/dist/components/ui/atoms/command.js +1 -1
- package/dist/components/ui/atoms/dialog.js +1 -1
- package/dist/components/ui/atoms/dropdown-menu.js +5 -5
- package/dist/components/ui/atoms/form.js +3 -3
- package/dist/components/ui/atoms/hover-card.js +1 -1
- 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 +80 -78
- package/dist/components/ui/atoms/icons/railway.d.ts +4 -0
- package/dist/components/ui/atoms/icons/railway.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/railway.js +31 -0
- package/dist/components/ui/atoms/index.js +171 -169
- package/dist/components/ui/atoms/popover.js +5 -5
- package/dist/components/ui/atoms/radio-group.js +1 -1
- package/dist/components/ui/atoms/resizable.js +3 -3
- package/dist/components/ui/atoms/select.js +1 -1
- package/dist/components/ui/atoms/sheet.js +4 -4
- package/dist/components/ui/atoms/tabs.js +1 -1
- package/dist/components/ui/atoms/tooltip.js +1 -1
- package/dist/components/ui/index.js +186 -184
- package/dist/components/ui/molecules/index.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/molecules/toolkit-selection-summary.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +2 -2
- package/dist/{index-C8tglJS9.js → index-By-GFSsC.js} +3 -3
- package/dist/{index-8kzT5-zz.js → index-DO05OIM5.js} +385 -380
- package/dist/main.js +212 -210
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +80 -78
- package/dist/metadata/toolkits.js +13 -13
- package/dist/metadata/utils.js +3 -3
- package/dist/{react-resizable-panels.browser-31wAXhAV.js → react-resizable-panels.browser-DYl0LXfw.js} +5 -5
- package/dist/{toolkit-card-Qou74oWg.js → toolkit-card-D6Dqff6p.js} +1 -1
- package/package.json +37 -33
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { forwardRef as r } from "react";
|
|
3
|
+
const c = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: a,
|
|
6
|
+
...t
|
|
7
|
+
}, f) => /* @__PURE__ */ e.createElement("svg", { fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1024 1024", ref: f, "aria-labelledby": a, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M4.8 438.2A520.7 520.7 0 000 489.7h777.8c-2.7-5.3-6.4-10-10-14.7-133-171.8-204.5-157-306.9-161.3-34-1.4-57.2-2-193-2-72.7 0-151.7.2-228.6.4A621 621 0 0015 386.3h398.6v51.9H4.8zm779.1 103.5H.4c.8 13.8 2.1 27.5 4 41h723.4c32.2 0 50.3-18.3 56.1-41zM45 724.3s120 294.5 466.5 299.7c207 0 385-123 465.9-299.7H45z", fill: "#fff" }), /* @__PURE__ */ e.createElement("path", { d: "M511.5 0A512.2 512.2 0 0065.3 260.6l202.7-.2c158.4 0 164.2.6 195.2 2l19.1.6c66.7 2.3 148.7 9.4 213.2 58.2 35 26.5 85.6 85 115.7 126.5 27.9 38.5 35.9 82.8 17 125.2-17.5 39-55 62.2-100.4 62.2H16.7s4.2 18 10.6 37.8h970.6a510.4 510.4 0 0026.1-160.7A512.4 512.4 0 00511.5 0z", fill: "#fff" })), m = r(c);
|
|
8
|
+
export {
|
|
9
|
+
m as default
|
|
10
|
+
};
|
package/dist/components/index.js
CHANGED
|
@@ -110,66 +110,67 @@ import { Postgres as Dp } from "./ui/atoms/icons/postgres.js";
|
|
|
110
110
|
import { Posthog as Mp } from "./ui/atoms/icons/posthog.js";
|
|
111
111
|
import { Pylon as kp } from "./ui/atoms/icons/pylon.js";
|
|
112
112
|
import { Quickbooks as Gp } from "./ui/atoms/icons/quickbooks.js";
|
|
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 {
|
|
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 {
|
|
113
|
+
import { Railway as wp } from "./ui/atoms/icons/railway.js";
|
|
114
|
+
import { Reddit as yp } from "./ui/atoms/icons/reddit.js";
|
|
115
|
+
import { Salesforce as Hp } from "./ui/atoms/icons/salesforce.js";
|
|
116
|
+
import { Shopify as Lp } from "./ui/atoms/icons/shopify.js";
|
|
117
|
+
import { Singlestore as Op } from "./ui/atoms/icons/singlestore.js";
|
|
118
|
+
import { Slack as zp } from "./ui/atoms/icons/slack.js";
|
|
119
|
+
import { Snowflake as Zp } from "./ui/atoms/icons/snowflake.js";
|
|
120
|
+
import { Splunk as Wp } from "./ui/atoms/icons/splunk.js";
|
|
121
|
+
import { Spotify as Jp } from "./ui/atoms/icons/spotify.js";
|
|
122
|
+
import { Square as Qp } from "./ui/atoms/icons/square.js";
|
|
123
|
+
import { Squarespace as Yp } from "./ui/atoms/icons/squarespace.js";
|
|
124
|
+
import { Squareup as Kp } from "./ui/atoms/icons/squareup.js";
|
|
125
|
+
import { Stripe as $p } from "./ui/atoms/icons/stripe.js";
|
|
126
|
+
import { Tesla as ra } from "./ui/atoms/icons/tesla.js";
|
|
127
|
+
import { Ticktick as ta } from "./ui/atoms/icons/ticktick.js";
|
|
128
|
+
import { Tiktok as aa } from "./ui/atoms/icons/tiktok.js";
|
|
129
|
+
import { Trello as ia } from "./ui/atoms/icons/trello.js";
|
|
130
|
+
import { Twilio as fa } from "./ui/atoms/icons/twilio.js";
|
|
131
|
+
import { Twitch as na } from "./ui/atoms/icons/twitch.js";
|
|
132
|
+
import { Vercel as ga } from "./ui/atoms/icons/vercel.js";
|
|
133
|
+
import { Walmart as ba } from "./ui/atoms/icons/walmart.js";
|
|
134
|
+
import { Weaviate as Sa } from "./ui/atoms/icons/weaviate.js";
|
|
135
|
+
import { Workday as Ca } from "./ui/atoms/icons/workday.js";
|
|
136
|
+
import { Wrike as Da } from "./ui/atoms/icons/wrike.js";
|
|
137
|
+
import { X as Ma } from "./ui/atoms/icons/x.js";
|
|
138
|
+
import { Xero as ka } from "./ui/atoms/icons/xero.js";
|
|
139
|
+
import { Youtube as Ga } from "./ui/atoms/icons/youtube.js";
|
|
140
|
+
import { Zendesk as wa } from "./ui/atoms/icons/zendesk.js";
|
|
141
|
+
import { Zoho as ya } from "./ui/atoms/icons/zoho.js";
|
|
142
|
+
import { ZohoBooks as Ha } from "./ui/atoms/icons/zoho-books.js";
|
|
143
|
+
import { ZohoCreator as La } from "./ui/atoms/icons/zoho-creator.js";
|
|
144
|
+
import { Zoom as Oa } from "./ui/atoms/icons/zoom.js";
|
|
145
|
+
import { Input as za } from "./ui/atoms/input.js";
|
|
146
|
+
import { Label as Za } from "./ui/atoms/label.js";
|
|
147
|
+
import { MobileTooltip as Wa, MobileTooltipContent as Na, MobileTooltipProvider as Ja, MobileTooltipTrigger as Xa } from "./ui/atoms/mobile-tooltip.js";
|
|
148
|
+
import { Popover as Ua, PopoverAnchor as Ya, PopoverContent as ja, PopoverTrigger as Ka } from "./ui/atoms/popover.js";
|
|
149
|
+
import { ProBadge as $a } from "./ui/atoms/pro-badge.js";
|
|
150
|
+
import { Progress as rm } from "./ui/atoms/progress.js";
|
|
151
|
+
import { RadioGroup as tm, RadioGroupItem as pm } from "./ui/atoms/radio-group.js";
|
|
152
|
+
import { ResizableHandle as mm, ResizablePanel as im, ResizablePanelGroup as lm } from "./ui/atoms/resizable.js";
|
|
153
|
+
import { ScrollArea as xm, ScrollBar as nm } from "./ui/atoms/scroll-area.js";
|
|
154
|
+
import { Select as gm, SelectContent as um, SelectGroup as bm, SelectItem as cm, SelectLabel as Sm, SelectScrollDownButton as sm, SelectScrollUpButton as Cm, SelectSeparator as Tm, SelectTrigger as Dm, SelectValue as hm } from "./ui/atoms/select.js";
|
|
155
|
+
import { Separator as Am } from "./ui/atoms/separator.js";
|
|
156
|
+
import { Sheet as Bm, SheetClose as Gm, SheetContent as Pm, SheetDescription as wm, SheetFooter as vm, SheetHeader as ym, SheetTitle as Im, SheetTrigger as Hm } from "./ui/atoms/sheet.js";
|
|
157
|
+
import { Sidebar as Lm, SidebarContent as Rm, SidebarFooter as Om, SidebarGroup as Em, SidebarGroupAction as zm, SidebarGroupContent as Vm, SidebarGroupLabel as Zm, SidebarHeader as qm, SidebarInput as Wm, SidebarInset as Nm, SidebarMenu as Jm, SidebarMenuAction as Xm, SidebarMenuBadge as Qm, SidebarMenuButton as Um, SidebarMenuItem as Ym, SidebarMenuSkeleton as jm, SidebarMenuSub as Km, SidebarMenuSubButton as _m, SidebarMenuSubItem as $m, SidebarProvider as oi, SidebarRail as ri, SidebarSeparator as ei, SidebarTrigger as ti, useSidebar as pi } from "./ui/atoms/sidebar.js";
|
|
158
|
+
import { Skeleton as mi } from "./ui/atoms/skeleton.js";
|
|
159
|
+
import { Slider as li } from "./ui/atoms/slider.js";
|
|
160
|
+
import { Switch as xi } from "./ui/atoms/switch.js";
|
|
161
|
+
import { Table as di, TableBody as gi, TableCaption as ui, TableCell as bi, TableFooter as ci, TableHead as Si, TableHeader as si, TableRow as Ci } from "./ui/atoms/table.js";
|
|
162
|
+
import { Tabs as Di, TabsContent as hi, TabsList as Mi, TabsTrigger as Ai } from "./ui/atoms/tabs.js";
|
|
163
|
+
import { Textarea as Bi } from "./ui/atoms/textarea.js";
|
|
164
|
+
import { Toggle as Pi, toggleVariants as wi } from "./ui/atoms/toggle.js";
|
|
165
|
+
import { Tooltip as yi, TooltipContent as Ii, TooltipProvider as Hi, TooltipTrigger as Fi } from "./ui/atoms/tooltip.js";
|
|
166
|
+
import { VirtualizedGrid as Ri } from "./ui/atoms/virtualized-grid.js";
|
|
167
|
+
import { DateTimePicker as Ei } from "./ui/molecules/date-time-picker.js";
|
|
168
|
+
import { EmptyState as Vi } from "./ui/molecules/empty-state.js";
|
|
169
|
+
import { R as qi, T as Wi } from "../toolkit-card-D6Dqff6p.js";
|
|
170
|
+
import { ToolCard as Ji } from "./ui/molecules/tool-card.js";
|
|
171
|
+
import { ToolkitPickerTrigger as Qi } from "./ui/molecules/toolkit-picker-trigger.js";
|
|
172
|
+
import { ToolkitSelectionSummary as Yi } from "./ui/molecules/toolkit-selection-summary.js";
|
|
173
|
+
import { ToolkitPicker as Ki } from "./ui/organisms/toolkit-picker/index.js";
|
|
173
174
|
export {
|
|
174
175
|
e as Accordion,
|
|
175
176
|
t as AccordionContent,
|
|
@@ -260,7 +261,7 @@ export {
|
|
|
260
261
|
re as Cursor,
|
|
261
262
|
te as Customerio,
|
|
262
263
|
ae as Datadog,
|
|
263
|
-
|
|
264
|
+
Ei as DateTimePicker,
|
|
264
265
|
Ao as Dialog,
|
|
265
266
|
ko as DialogClose,
|
|
266
267
|
Bo as DialogContent,
|
|
@@ -291,7 +292,7 @@ export {
|
|
|
291
292
|
Yo as DropdownMenuTrigger,
|
|
292
293
|
ge as E2b,
|
|
293
294
|
be as Ebay,
|
|
294
|
-
|
|
295
|
+
Vi as EmptyState,
|
|
295
296
|
Se as Evernote,
|
|
296
297
|
Ce as Exa,
|
|
297
298
|
De as Factorial,
|
|
@@ -324,10 +325,10 @@ export {
|
|
|
324
325
|
$o as HoverCardTrigger,
|
|
325
326
|
St as Hubspot,
|
|
326
327
|
Ct as Imgflip,
|
|
327
|
-
|
|
328
|
+
za as Input,
|
|
328
329
|
Dt as Intercom,
|
|
329
330
|
Mt as Jira,
|
|
330
|
-
|
|
331
|
+
Za as Label,
|
|
331
332
|
kt as Linear,
|
|
332
333
|
Gt as Linkedin,
|
|
333
334
|
wt as Luma,
|
|
@@ -338,10 +339,10 @@ export {
|
|
|
338
339
|
zt as MicrosoftSharepoint,
|
|
339
340
|
Zt as MicrosoftTeams,
|
|
340
341
|
Wt as Miro,
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
342
|
+
Wa as MobileTooltip,
|
|
343
|
+
Na as MobileTooltipContent,
|
|
344
|
+
Ja as MobileTooltipProvider,
|
|
345
|
+
Xa as MobileTooltipTrigger,
|
|
345
346
|
Jt as Monday,
|
|
346
347
|
Qt as MongoDB,
|
|
347
348
|
Yt as Netsuite,
|
|
@@ -357,126 +358,127 @@ export {
|
|
|
357
358
|
bp as Pinterest,
|
|
358
359
|
Sp as Pipedrive,
|
|
359
360
|
Cp as Plaid,
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
361
|
+
Ua as Popover,
|
|
362
|
+
Ya as PopoverAnchor,
|
|
363
|
+
ja as PopoverContent,
|
|
364
|
+
Ka as PopoverTrigger,
|
|
364
365
|
Dp as Postgres,
|
|
365
366
|
Mp as Posthog,
|
|
366
|
-
|
|
367
|
-
|
|
367
|
+
$a as ProBadge,
|
|
368
|
+
rm as Progress,
|
|
368
369
|
kp as Pylon,
|
|
369
370
|
Gp as Quickbooks,
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
wp as
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
nm as
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
hm as
|
|
391
|
-
Am as
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
Zp as
|
|
429
|
-
Wp as
|
|
430
|
-
Jp as
|
|
431
|
-
Qp as
|
|
432
|
-
Yp as
|
|
433
|
-
Kp as
|
|
434
|
-
|
|
435
|
-
xi as
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
Ci as
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
ta as
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
Qi as
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
ia as
|
|
463
|
-
fa as
|
|
464
|
-
na as
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
ba as
|
|
468
|
-
Sa as
|
|
469
|
-
Ca as
|
|
470
|
-
Da as
|
|
471
|
-
Ma as
|
|
472
|
-
ka as
|
|
473
|
-
Ga as
|
|
474
|
-
wa as
|
|
475
|
-
ya as
|
|
476
|
-
Ha as
|
|
477
|
-
La as
|
|
371
|
+
tm as RadioGroup,
|
|
372
|
+
pm as RadioGroupItem,
|
|
373
|
+
wp as Railway,
|
|
374
|
+
yp as Reddit,
|
|
375
|
+
qi as RequirementBadges,
|
|
376
|
+
mm as ResizableHandle,
|
|
377
|
+
im as ResizablePanel,
|
|
378
|
+
lm as ResizablePanelGroup,
|
|
379
|
+
Hp as Salesforce,
|
|
380
|
+
xm as ScrollArea,
|
|
381
|
+
nm as ScrollBar,
|
|
382
|
+
gm as Select,
|
|
383
|
+
um as SelectContent,
|
|
384
|
+
bm as SelectGroup,
|
|
385
|
+
cm as SelectItem,
|
|
386
|
+
Sm as SelectLabel,
|
|
387
|
+
sm as SelectScrollDownButton,
|
|
388
|
+
Cm as SelectScrollUpButton,
|
|
389
|
+
Tm as SelectSeparator,
|
|
390
|
+
Dm as SelectTrigger,
|
|
391
|
+
hm as SelectValue,
|
|
392
|
+
Am as Separator,
|
|
393
|
+
Bm as Sheet,
|
|
394
|
+
Gm as SheetClose,
|
|
395
|
+
Pm as SheetContent,
|
|
396
|
+
wm as SheetDescription,
|
|
397
|
+
vm as SheetFooter,
|
|
398
|
+
ym as SheetHeader,
|
|
399
|
+
Im as SheetTitle,
|
|
400
|
+
Hm as SheetTrigger,
|
|
401
|
+
Lp as Shopify,
|
|
402
|
+
Lm as Sidebar,
|
|
403
|
+
Rm as SidebarContent,
|
|
404
|
+
Om as SidebarFooter,
|
|
405
|
+
Em as SidebarGroup,
|
|
406
|
+
zm as SidebarGroupAction,
|
|
407
|
+
Vm as SidebarGroupContent,
|
|
408
|
+
Zm as SidebarGroupLabel,
|
|
409
|
+
qm as SidebarHeader,
|
|
410
|
+
Wm as SidebarInput,
|
|
411
|
+
Nm as SidebarInset,
|
|
412
|
+
Jm as SidebarMenu,
|
|
413
|
+
Xm as SidebarMenuAction,
|
|
414
|
+
Qm as SidebarMenuBadge,
|
|
415
|
+
Um as SidebarMenuButton,
|
|
416
|
+
Ym as SidebarMenuItem,
|
|
417
|
+
jm as SidebarMenuSkeleton,
|
|
418
|
+
Km as SidebarMenuSub,
|
|
419
|
+
_m as SidebarMenuSubButton,
|
|
420
|
+
$m as SidebarMenuSubItem,
|
|
421
|
+
oi as SidebarProvider,
|
|
422
|
+
ri as SidebarRail,
|
|
423
|
+
ei as SidebarSeparator,
|
|
424
|
+
ti as SidebarTrigger,
|
|
425
|
+
Op as Singlestore,
|
|
426
|
+
mi as Skeleton,
|
|
427
|
+
zp as Slack,
|
|
428
|
+
li as Slider,
|
|
429
|
+
Zp as Snowflake,
|
|
430
|
+
Wp as Splunk,
|
|
431
|
+
Jp as Spotify,
|
|
432
|
+
Qp as Square,
|
|
433
|
+
Yp as Squarespace,
|
|
434
|
+
Kp as Squareup,
|
|
435
|
+
$p as Stripe,
|
|
436
|
+
xi as Switch,
|
|
437
|
+
di as Table,
|
|
438
|
+
gi as TableBody,
|
|
439
|
+
ui as TableCaption,
|
|
440
|
+
bi as TableCell,
|
|
441
|
+
ci as TableFooter,
|
|
442
|
+
Si as TableHead,
|
|
443
|
+
si as TableHeader,
|
|
444
|
+
Ci as TableRow,
|
|
445
|
+
Di as Tabs,
|
|
446
|
+
hi as TabsContent,
|
|
447
|
+
Mi as TabsList,
|
|
448
|
+
Ai as TabsTrigger,
|
|
449
|
+
ra as Tesla,
|
|
450
|
+
Bi as Textarea,
|
|
451
|
+
ta as Ticktick,
|
|
452
|
+
aa as Tiktok,
|
|
453
|
+
Pi as Toggle,
|
|
454
|
+
Ji as ToolCard,
|
|
455
|
+
Wi as ToolkitCard,
|
|
456
|
+
Ki as ToolkitPicker,
|
|
457
|
+
Qi as ToolkitPickerTrigger,
|
|
458
|
+
Yi as ToolkitSelectionSummary,
|
|
459
|
+
yi as Tooltip,
|
|
460
|
+
Ii as TooltipContent,
|
|
461
|
+
Hi as TooltipProvider,
|
|
462
|
+
Fi as TooltipTrigger,
|
|
463
|
+
ia as Trello,
|
|
464
|
+
fa as Twilio,
|
|
465
|
+
na as Twitch,
|
|
466
|
+
ga as Vercel,
|
|
467
|
+
Ri as VirtualizedGrid,
|
|
468
|
+
ba as Walmart,
|
|
469
|
+
Sa as Weaviate,
|
|
470
|
+
Ca as Workday,
|
|
471
|
+
Da as Wrike,
|
|
472
|
+
Ma as X,
|
|
473
|
+
ka as Xero,
|
|
474
|
+
Ga as Youtube,
|
|
475
|
+
wa as Zendesk,
|
|
476
|
+
ya as Zoho,
|
|
477
|
+
Ha as ZohoBooks,
|
|
478
|
+
La as ZohoCreator,
|
|
479
|
+
Oa as Zoom,
|
|
478
480
|
P as badgeVariants,
|
|
479
481
|
z as buttonVariants,
|
|
480
|
-
|
|
481
|
-
|
|
482
|
+
wi as toggleVariants,
|
|
483
|
+
pi as useSidebar
|
|
482
484
|
};
|
|
@@ -7,7 +7,7 @@ import { u as Z } from "../../../index-D2LZVjSn.js";
|
|
|
7
7
|
import { c as ee } from "../../../index-B695uy69.js";
|
|
8
8
|
import { u as O } from "../../../index-437EL2iq.js";
|
|
9
9
|
import { P as M } from "../../../index-DLohNuco.js";
|
|
10
|
-
import {
|
|
10
|
+
import { b as oe, R as re, T as te, c as V } from "../../../index-DrlYGDRT.js";
|
|
11
11
|
import { u as ne } from "../../../index-Cv867SGx.js";
|
|
12
12
|
import { u as ce } from "../../../index-ByaXH_ih.js";
|
|
13
13
|
import { ChevronDownIcon as ae } from "lucide-react";
|
|
@@ -145,7 +145,7 @@ var [K, de] = b(d), [$, pe] = b(
|
|
|
145
145
|
disabled: v,
|
|
146
146
|
triggerId: p,
|
|
147
147
|
children: /* @__PURE__ */ t(
|
|
148
|
-
|
|
148
|
+
re,
|
|
149
149
|
{
|
|
150
150
|
"data-orientation": r.orientation,
|
|
151
151
|
"data-state": B(m),
|
|
@@ -184,7 +184,7 @@ var y = "AccordionTrigger", U = l.forwardRef(
|
|
|
184
184
|
(e, n) => {
|
|
185
185
|
const { __scopeAccordion: o, ...c } = e, a = h(d, o), r = D(y, o), s = pe(y, o), i = k(o);
|
|
186
186
|
return /* @__PURE__ */ t(S.ItemSlot, { scope: o, children: /* @__PURE__ */ t(
|
|
187
|
-
|
|
187
|
+
te,
|
|
188
188
|
{
|
|
189
189
|
"aria-disabled": r.open && !s.collapsible || void 0,
|
|
190
190
|
"data-orientation": a.orientation,
|
|
@@ -201,7 +201,7 @@ var Y = "AccordionContent", q = l.forwardRef(
|
|
|
201
201
|
(e, n) => {
|
|
202
202
|
const { __scopeAccordion: o, ...c } = e, a = h(d, o), r = D(Y, o), s = k(o);
|
|
203
203
|
return /* @__PURE__ */ t(
|
|
204
|
-
|
|
204
|
+
oe,
|
|
205
205
|
{
|
|
206
206
|
role: "region",
|
|
207
207
|
"aria-labelledby": r.triggerId,
|
|
@@ -4,11 +4,11 @@ import { c as s } from "../../../utils-6KgZuQUR.js";
|
|
|
4
4
|
import * as i from "react";
|
|
5
5
|
import { c as $ } from "../../../index-DFZozV_h.js";
|
|
6
6
|
import { u as A, a as M } from "../../../index-D2LZVjSn.js";
|
|
7
|
-
import {
|
|
7
|
+
import { R as I, C as D, W as z, a as F, D as L, O as j, P as G, T as W, b as k, c as v } from "../../../index-By-GFSsC.js";
|
|
8
8
|
import { c as H } from "../../../index-B695uy69.js";
|
|
9
9
|
var N = "AlertDialog", [V] = $(N, [
|
|
10
|
-
|
|
11
|
-
]), n =
|
|
10
|
+
v
|
|
11
|
+
]), n = v(), y = (e) => {
|
|
12
12
|
const { __scopeAlertDialog: t, ...o } = e, r = n(t);
|
|
13
13
|
return /* @__PURE__ */ a(I, { ...r, ...o, modal: !0 });
|
|
14
14
|
};
|
|
@@ -16,19 +16,19 @@ y.displayName = N;
|
|
|
16
16
|
var Y = "AlertDialogTrigger", _ = i.forwardRef(
|
|
17
17
|
(e, t) => {
|
|
18
18
|
const { __scopeAlertDialog: o, ...r } = e, l = n(o);
|
|
19
|
-
return /* @__PURE__ */ a(
|
|
19
|
+
return /* @__PURE__ */ a(k, { ...l, ...r, ref: t });
|
|
20
20
|
}
|
|
21
21
|
);
|
|
22
22
|
_.displayName = Y;
|
|
23
23
|
var q = "AlertDialogPortal", x = (e) => {
|
|
24
24
|
const { __scopeAlertDialog: t, ...o } = e, r = n(t);
|
|
25
|
-
return /* @__PURE__ */ a(
|
|
25
|
+
return /* @__PURE__ */ a(G, { ...r, ...o });
|
|
26
26
|
};
|
|
27
27
|
x.displayName = q;
|
|
28
28
|
var B = "AlertDialogOverlay", h = i.forwardRef(
|
|
29
29
|
(e, t) => {
|
|
30
30
|
const { __scopeAlertDialog: o, ...r } = e, l = n(o);
|
|
31
|
-
return /* @__PURE__ */ a(
|
|
31
|
+
return /* @__PURE__ */ a(j, { ...l, ...r, ref: t });
|
|
32
32
|
}
|
|
33
33
|
);
|
|
34
34
|
h.displayName = B;
|
|
@@ -36,13 +36,13 @@ var c = "AlertDialogContent", [J, K] = V(c), Q = M("AlertDialogContent"), C = i.
|
|
|
36
36
|
(e, t) => {
|
|
37
37
|
const { __scopeAlertDialog: o, children: r, ...l } = e, p = n(o), g = i.useRef(null), O = A(t, g), u = i.useRef(null);
|
|
38
38
|
return /* @__PURE__ */ a(
|
|
39
|
-
|
|
39
|
+
z,
|
|
40
40
|
{
|
|
41
41
|
contentName: c,
|
|
42
42
|
titleName: R,
|
|
43
43
|
docsSlug: "alert-dialog",
|
|
44
44
|
children: /* @__PURE__ */ a(J, { scope: o, cancelRef: u, children: /* @__PURE__ */ f(
|
|
45
|
-
|
|
45
|
+
F,
|
|
46
46
|
{
|
|
47
47
|
role: "alertdialog",
|
|
48
48
|
...p,
|
|
@@ -73,20 +73,20 @@ var R = "AlertDialogTitle", b = i.forwardRef(
|
|
|
73
73
|
b.displayName = R;
|
|
74
74
|
var E = "AlertDialogDescription", P = i.forwardRef((e, t) => {
|
|
75
75
|
const { __scopeAlertDialog: o, ...r } = e, l = n(o);
|
|
76
|
-
return /* @__PURE__ */ a(
|
|
76
|
+
return /* @__PURE__ */ a(L, { ...l, ...r, ref: t });
|
|
77
77
|
});
|
|
78
78
|
P.displayName = E;
|
|
79
79
|
var U = "AlertDialogAction", T = i.forwardRef(
|
|
80
80
|
(e, t) => {
|
|
81
81
|
const { __scopeAlertDialog: o, ...r } = e, l = n(o);
|
|
82
|
-
return /* @__PURE__ */ a(
|
|
82
|
+
return /* @__PURE__ */ a(D, { ...l, ...r, ref: t });
|
|
83
83
|
}
|
|
84
84
|
);
|
|
85
85
|
T.displayName = U;
|
|
86
86
|
var S = "AlertDialogCancel", w = i.forwardRef(
|
|
87
87
|
(e, t) => {
|
|
88
88
|
const { __scopeAlertDialog: o, ...r } = e, { cancelRef: l } = K(S, o), p = n(o), g = A(t, l);
|
|
89
|
-
return /* @__PURE__ */ a(
|
|
89
|
+
return /* @__PURE__ */ a(D, { ...p, ...r, ref: g });
|
|
90
90
|
}
|
|
91
91
|
);
|
|
92
92
|
w.displayName = S;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a, jsxs as n } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../../utils-6KgZuQUR.js";
|
|
3
3
|
import { S as o } from "../../../index-D2LZVjSn.js";
|
|
4
|
-
import {
|
|
4
|
+
import { MoreHorizontal as i, ChevronRight as c } from "lucide-react";
|
|
5
5
|
function p({ ...r }) {
|
|
6
6
|
return /* @__PURE__ */ a("nav", { "aria-label": "breadcrumb", "data-slot": "breadcrumb", ...r });
|
|
7
7
|
}
|
|
@@ -67,7 +67,7 @@ function N({
|
|
|
67
67
|
"data-slot": "breadcrumb-separator",
|
|
68
68
|
role: "presentation",
|
|
69
69
|
...s,
|
|
70
|
-
children: r ?? /* @__PURE__ */ a(
|
|
70
|
+
children: r ?? /* @__PURE__ */ a(c, {})
|
|
71
71
|
}
|
|
72
72
|
);
|
|
73
73
|
}
|
|
@@ -84,7 +84,7 @@ function B({
|
|
|
84
84
|
role: "presentation",
|
|
85
85
|
...e,
|
|
86
86
|
children: [
|
|
87
|
-
/* @__PURE__ */ a(
|
|
87
|
+
/* @__PURE__ */ a(i, { className: "size-4" }),
|
|
88
88
|
/* @__PURE__ */ a("span", { className: "sr-only", children: "More" })
|
|
89
89
|
]
|
|
90
90
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as C, jsxs as ne } from "react/jsx-runtime";
|
|
2
2
|
import { Dialog as Se, DialogHeader as Ie, DialogTitle as Re, DialogDescription as Ae, DialogContent as De } from "./dialog.js";
|
|
3
3
|
import { c as A } from "../../../utils-6KgZuQUR.js";
|
|
4
|
-
import { R as _e, P as Me, O as $e, a as Ne } from "../../../index-
|
|
4
|
+
import { R as _e, P as Me, O as $e, a as Ne } from "../../../index-By-GFSsC.js";
|
|
5
5
|
import * as l from "react";
|
|
6
6
|
import { P as D } from "../../../index-DLohNuco.js";
|
|
7
7
|
import { u as j } from "../../../index-Cv867SGx.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a, jsxs as n } from "react/jsx-runtime";
|
|
2
2
|
import { c as o } from "../../../utils-6KgZuQUR.js";
|
|
3
|
-
import { R as r, C as s, a as d, D as c, O as g, P as u, T as f, b as m } from "../../../index-
|
|
3
|
+
import { R as r, C as s, a as d, D as c, O as g, P as u, T as f, b as m } from "../../../index-By-GFSsC.js";
|
|
4
4
|
import { XIcon as p } from "lucide-react";
|
|
5
5
|
function N({
|
|
6
6
|
...t
|
|
@@ -11,7 +11,7 @@ import { u as Dn } from "../../../index-ByaXH_ih.js";
|
|
|
11
11
|
import { P as Sn, D as In } from "../../../index-DrFfdHac.js";
|
|
12
12
|
import { h as Pn, u as En, R as yn, F as Nn } from "../../../index-CvA4FcaC.js";
|
|
13
13
|
import { u as V } from "../../../index-Cv867SGx.js";
|
|
14
|
-
import {
|
|
14
|
+
import { R as Ce, A as Tn, c as _e, C as An, a as On } from "../../../index-DO05OIM5.js";
|
|
15
15
|
import { P as Y } from "../../../index-BaLuVb4t.js";
|
|
16
16
|
import { c as Re, I as kn, R as Ln } from "../../../index-Dz8CQngS.js";
|
|
17
17
|
import { u as te } from "../../../index-0ioNhtNM.js";
|
|
@@ -24,9 +24,9 @@ var ee = ["Enter", " "], $n = ["ArrowDown", "PageUp", "Home"], be = ["ArrowUp",
|
|
|
24
24
|
rtl: ["ArrowRight"]
|
|
25
25
|
}, F = "Menu", [k, Vn, jn] = xn(F), [D, xe] = he(F, [
|
|
26
26
|
jn,
|
|
27
|
-
|
|
27
|
+
_e,
|
|
28
28
|
Re
|
|
29
|
-
]), K =
|
|
29
|
+
]), K = _e(), De = Re(), [Se, b] = D(F), [Xn, $] = D(F), Ie = (e) => {
|
|
30
30
|
const { __scopeMenu: t, open: n = !1, children: o, dir: a, onOpenChange: c, modal: i = !0 } = e, d = K(t), [f, m] = s.useState(null), p = s.useRef(!1), u = te(c), v = Dn(a);
|
|
31
31
|
return s.useEffect(() => {
|
|
32
32
|
const C = () => {
|
|
@@ -35,7 +35,7 @@ var ee = ["Enter", " "], $n = ["ArrowDown", "PageUp", "Home"], be = ["ArrowUp",
|
|
|
35
35
|
return document.addEventListener("keydown", C, { capture: !0 }), () => {
|
|
36
36
|
document.removeEventListener("keydown", C, { capture: !0 }), document.removeEventListener("pointerdown", M, { capture: !0 }), document.removeEventListener("pointermove", M, { capture: !0 });
|
|
37
37
|
};
|
|
38
|
-
}, []), /* @__PURE__ */ r(
|
|
38
|
+
}, []), /* @__PURE__ */ r(Ce, { ...d, children: /* @__PURE__ */ r(
|
|
39
39
|
Se,
|
|
40
40
|
{
|
|
41
41
|
scope: t,
|
|
@@ -428,7 +428,7 @@ var st = "MenuArrow", Ue = s.forwardRef(
|
|
|
428
428
|
Ue.displayName = st;
|
|
429
429
|
var ie = "MenuSub", [ct, ze] = D(ie), Be = (e) => {
|
|
430
430
|
const { __scopeMenu: t, children: n, open: o = !1, onOpenChange: a } = e, c = b(ie, t), i = K(t), [d, f] = s.useState(null), [m, p] = s.useState(null), u = te(a);
|
|
431
|
-
return s.useEffect(() => (c.open === !1 && u(!1), () => u(!1)), [c.open, u]), /* @__PURE__ */ r(
|
|
431
|
+
return s.useEffect(() => (c.open === !1 && u(!1), () => u(!1)), [c.open, u]), /* @__PURE__ */ r(Ce, { ...i, children: /* @__PURE__ */ r(
|
|
432
432
|
Se,
|
|
433
433
|
{
|
|
434
434
|
scope: t,
|