@arcadeai/design-system 3.29.2 → 3.30.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/yugabytedb.js +10 -0
- package/dist/{calendar-cxv-TTEh.js → calendar-CjLXktko.js} +1 -1
- package/dist/components/index.js +189 -187
- package/dist/components/ui/atoms/accordion.js +1 -1
- package/dist/components/ui/atoms/alert-dialog.js +1 -1
- package/dist/components/ui/atoms/alert.js +2 -2
- package/dist/components/ui/atoms/avatar.js +1 -1
- package/dist/components/ui/atoms/badge.js +2 -2
- package/dist/components/ui/atoms/breadcrumb.js +1 -1
- package/dist/components/ui/atoms/button.js +2 -2
- package/dist/components/ui/atoms/byoc-badge.d.ts +1 -1
- package/dist/components/ui/atoms/byoc-badge.d.ts.map +1 -1
- package/dist/components/ui/atoms/byoc-badge.js +2 -2
- package/dist/components/ui/atoms/calendar.js +2 -2
- package/dist/components/ui/atoms/card.js +1 -1
- package/dist/components/ui/atoms/chart.d.ts.map +1 -1
- package/dist/components/ui/atoms/chart.js +1 -1
- package/dist/components/ui/atoms/checkbox.js +1 -1
- package/dist/components/ui/atoms/command.js +364 -288
- package/dist/components/ui/atoms/dialog.js +1 -1
- package/dist/components/ui/atoms/dropdown-menu.js +1 -1
- package/dist/components/ui/atoms/form.js +1 -1
- package/dist/components/ui/atoms/hover-card.js +1 -1
- package/dist/components/ui/atoms/icons/adp.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 +32 -30
- package/dist/components/ui/atoms/icons/workday.js +1 -1
- package/dist/components/ui/atoms/icons/yugabytedb.d.ts +4 -0
- package/dist/components/ui/atoms/icons/yugabytedb.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/yugabytedb.js +20 -0
- package/dist/components/ui/atoms/index.js +179 -177
- package/dist/components/ui/atoms/input.js +1 -1
- package/dist/components/ui/atoms/label.js +1 -1
- package/dist/components/ui/atoms/popover.js +1 -1
- package/dist/components/ui/atoms/pro-badge.js +2 -2
- package/dist/components/ui/atoms/progress.js +1 -1
- package/dist/components/ui/atoms/radio-group.js +1 -1
- package/dist/components/ui/atoms/resizable.js +1 -1
- package/dist/components/ui/atoms/scroll-area.js +1 -1
- package/dist/components/ui/atoms/select.js +1 -1
- package/dist/components/ui/atoms/separator.js +1 -1
- package/dist/components/ui/atoms/sheet.js +1 -1
- package/dist/components/ui/atoms/sidebar.js +2 -2
- package/dist/components/ui/atoms/skeleton.js +1 -1
- package/dist/components/ui/atoms/slider.js +1 -1
- package/dist/components/ui/atoms/switch.js +1 -1
- package/dist/components/ui/atoms/table.js +1 -1
- package/dist/components/ui/atoms/tabs.js +1 -1
- package/dist/components/ui/atoms/textarea.js +1 -1
- package/dist/components/ui/atoms/toggle.js +2 -2
- package/dist/components/ui/atoms/tooltip.js +1 -1
- package/dist/components/ui/atoms/view-tools-control.js +1 -1
- package/dist/components/ui/atoms/virtualized-grid.js +7 -6
- package/dist/components/ui/index.js +189 -187
- package/dist/components/ui/molecules/date-time-picker.js +1 -1
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +2 -2
- package/dist/components/ui/molecules/tool-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-card.js +3 -3
- package/dist/{index-r7CUvu2m.js → index-DBUvnhgM.js} +1 -1
- package/dist/lib/utils.js +1 -1
- package/dist/main.js +203 -201
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +48 -46
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/dist/{toolkit-card-DE-5B2dS.js → toolkit-card-B23qLCqG.js} +2 -2
- package/dist/{utils-6KgZuQUR.js → utils-CVF2pBPP.js} +555 -396
- package/package.json +32 -32
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import { Accordion as e, AccordionContent as t, AccordionItem as p, AccordionTrigger as a } from "./accordion.js";
|
|
2
|
-
import { Alert as i, AlertDescription as f, AlertTitle as
|
|
3
|
-
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as u, AlertDialogContent as g, AlertDialogDescription as s, AlertDialogFooter as
|
|
2
|
+
import { Alert as i, AlertDescription as f, AlertTitle as x } from "./alert.js";
|
|
3
|
+
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as u, AlertDialogContent as g, AlertDialogDescription as s, AlertDialogFooter as b, AlertDialogHeader as c, AlertDialogOverlay as S, AlertDialogPortal as C, AlertDialogTitle as D, AlertDialogTrigger as T } from "./alert-dialog.js";
|
|
4
4
|
import { Avatar as h, AvatarFallback as A, AvatarImage as G } from "./avatar.js";
|
|
5
5
|
import { Badge as k, badgeVariants as w } from "./badge.js";
|
|
6
6
|
import { Breadcrumb as v, BreadcrumbEllipsis as y, BreadcrumbItem as I, BreadcrumbLink as H, BreadcrumbList as F, BreadcrumbPage as L, BreadcrumbSeparator as R } from "./breadcrumb.js";
|
|
7
7
|
import { Button as E, buttonVariants as V } from "./button.js";
|
|
8
8
|
import { ByocBadge as W } from "./byoc-badge.js";
|
|
9
|
-
import { C as q, a as N } from "../../../calendar-
|
|
10
|
-
import { Card as X, CardAction as
|
|
9
|
+
import { C as q, a as N } from "../../../calendar-CjLXktko.js";
|
|
10
|
+
import { Card as X, CardAction as Y, CardContent as Q, CardDescription as U, CardFooter as j, CardHeader as K, CardTitle as _ } from "./card.js";
|
|
11
11
|
import { ChartContainer as oo, ChartLegend as ro, ChartLegendContent as eo, ChartStyle as to, ChartTooltip as po, ChartTooltipContent as ao } from "./chart.js";
|
|
12
12
|
import { Checkbox as io } from "./checkbox.js";
|
|
13
|
-
import { Collapsible as
|
|
14
|
-
import { Command as go, CommandDialog as so, CommandEmpty as
|
|
13
|
+
import { Collapsible as xo, CollapsibleContent as lo, CollapsibleTrigger as no } from "./collapsible.js";
|
|
14
|
+
import { Command as go, CommandDialog as so, CommandEmpty as bo, CommandGroup as co, CommandInput as So, CommandItem as Co, CommandList as Do, CommandSeparator as To, CommandShortcut as Mo } from "./command.js";
|
|
15
15
|
import { Dialog as Ao, DialogClose as Go, DialogContent as Bo, DialogDescription as ko, DialogFooter as wo, DialogHeader as Po, DialogOverlay as vo, DialogPortal as yo, DialogTitle as Io, DialogTrigger as Ho } from "./dialog.js";
|
|
16
|
-
import { DropdownMenu as Lo, DropdownMenuCheckboxItem as Ro, DropdownMenuContent as Oo, DropdownMenuGroup as Eo, DropdownMenuItem as Vo, DropdownMenuLabel as zo, DropdownMenuPortal as Wo, DropdownMenuRadioGroup as Zo, DropdownMenuRadioItem as qo, DropdownMenuSeparator as No, DropdownMenuShortcut as Jo, DropdownMenuSub as Xo, DropdownMenuSubContent as
|
|
16
|
+
import { DropdownMenu as Lo, DropdownMenuCheckboxItem as Ro, DropdownMenuContent as Oo, DropdownMenuGroup as Eo, DropdownMenuItem as Vo, DropdownMenuLabel as zo, DropdownMenuPortal as Wo, DropdownMenuRadioGroup as Zo, DropdownMenuRadioItem as qo, DropdownMenuSeparator as No, DropdownMenuShortcut as Jo, DropdownMenuSub as Xo, DropdownMenuSubContent as Yo, DropdownMenuSubTrigger as Qo, DropdownMenuTrigger as Uo } from "./dropdown-menu.js";
|
|
17
17
|
import { HoverCard as Ko, HoverCardContent as _o, HoverCardTrigger as $o } from "./hover-card.js";
|
|
18
18
|
import { Adp as rr } from "./icons/adp.js";
|
|
19
19
|
import { Aha as tr } from "./icons/aha.js";
|
|
20
20
|
import { Airtable as ar } from "./icons/airtable.js";
|
|
21
21
|
import { Amplitude as ir } from "./icons/amplitude.js";
|
|
22
|
-
import { Arcade as
|
|
22
|
+
import { Arcade as xr } from "./icons/arcade.js";
|
|
23
23
|
import { Asana as nr } from "./icons/asana.js";
|
|
24
24
|
import { Ashby as ur } from "./icons/ashby.js";
|
|
25
25
|
import { Atlassian as sr } from "./icons/atlassian.js";
|
|
26
|
-
import { Attio as
|
|
26
|
+
import { Attio as cr } from "./icons/attio.js";
|
|
27
27
|
import { Auth0 as Cr } from "./icons/auth0.js";
|
|
28
28
|
import { Azure as Tr } from "./icons/azure.js";
|
|
29
29
|
import { Bamboohr as hr } from "./icons/bamboohr.js";
|
|
@@ -38,19 +38,19 @@ import { Brightdata as Vr } from "./icons/brightdata.js";
|
|
|
38
38
|
import { Buffer as Wr } from "./icons/buffer.js";
|
|
39
39
|
import { Calendly as qr } from "./icons/calendly.js";
|
|
40
40
|
import { Claude as Jr } from "./icons/claude.js";
|
|
41
|
-
import { Clickhouse as
|
|
42
|
-
import { Clickup as
|
|
41
|
+
import { Clickhouse as Yr } from "./icons/clickhouse.js";
|
|
42
|
+
import { Clickup as Ur } from "./icons/clickup.js";
|
|
43
43
|
import { Cline as Kr } from "./icons/cline.js";
|
|
44
44
|
import { Closeio as $r } from "./icons/closeio.js";
|
|
45
45
|
import { Codesandbox as re } from "./icons/codesandbox.js";
|
|
46
46
|
import { Coinbase as te } from "./icons/coinbase.js";
|
|
47
47
|
import { Confluence as ae } from "./icons/confluence.js";
|
|
48
48
|
import { Cursor as ie } from "./icons/cursor.js";
|
|
49
|
-
import { CursorInstallDark as
|
|
49
|
+
import { CursorInstallDark as xe } from "./icons/cursor-install-dark.js";
|
|
50
50
|
import { CursorInstallLight as ne } from "./icons/cursor-install-light.js";
|
|
51
51
|
import { Customerio as ue } from "./icons/customerio.js";
|
|
52
52
|
import { Datadog as se } from "./icons/datadog.js";
|
|
53
|
-
import { Daytona as
|
|
53
|
+
import { Daytona as ce } from "./icons/daytona.js";
|
|
54
54
|
import { DigitalOcean as Ce } from "./icons/digital-ocean.js";
|
|
55
55
|
import { Discord as Te } from "./icons/discord.js";
|
|
56
56
|
import { Dropbox as he } from "./icons/dropbox.js";
|
|
@@ -65,19 +65,19 @@ import { Freshservice as Ve } from "./icons/freshservice.js";
|
|
|
65
65
|
import { Gemini as We } from "./icons/gemini.js";
|
|
66
66
|
import { Generic as qe } from "./icons/generic.js";
|
|
67
67
|
import { Github as Je } from "./icons/github.js";
|
|
68
|
-
import { Gitlab as
|
|
69
|
-
import { Gmail as
|
|
68
|
+
import { Gitlab as Ye } from "./icons/gitlab.js";
|
|
69
|
+
import { Gmail as Ue } from "./icons/gmail.js";
|
|
70
70
|
import { Google as Ke } from "./icons/google.js";
|
|
71
71
|
import { GoogleCalendar as $e } from "./icons/google-calendar.js";
|
|
72
72
|
import { GoogleContacts as rt } from "./icons/google-contacts.js";
|
|
73
73
|
import { GoogleDocs as tt } from "./icons/google-docs.js";
|
|
74
74
|
import { GoogleDrive as at } from "./icons/google-drive.js";
|
|
75
75
|
import { GoogleFinance as it } from "./icons/google-finance.js";
|
|
76
|
-
import { GoogleFlight as
|
|
76
|
+
import { GoogleFlight as xt } from "./icons/google-flight.js";
|
|
77
77
|
import { GoogleFlights as nt } from "./icons/google-flights.js";
|
|
78
78
|
import { GoogleHotels as ut } from "./icons/google-hotels.js";
|
|
79
79
|
import { GoogleJobs as st } from "./icons/google-jobs.js";
|
|
80
|
-
import { GoogleMaps as
|
|
80
|
+
import { GoogleMaps as ct } from "./icons/google-maps.js";
|
|
81
81
|
import { GoogleNews as Ct } from "./icons/google-news.js";
|
|
82
82
|
import { GoogleSheets as Tt } from "./icons/google-sheets.js";
|
|
83
83
|
import { GoogleShopping as ht } from "./icons/google-shopping.js";
|
|
@@ -92,19 +92,19 @@ import { Jira as Vt } from "./icons/jira.js";
|
|
|
92
92
|
import { Linear as Wt } from "./icons/linear.js";
|
|
93
93
|
import { Linkedin as qt } from "./icons/linkedin.js";
|
|
94
94
|
import { Luma as Jt } from "./icons/luma.js";
|
|
95
|
-
import { Mailchimp as
|
|
96
|
-
import { Mcp as
|
|
95
|
+
import { Mailchimp as Yt } from "./icons/mailchimp.js";
|
|
96
|
+
import { Mcp as Ut } from "./icons/mcp.js";
|
|
97
97
|
import { Microsoft as Kt } from "./icons/microsoft.js";
|
|
98
98
|
import { MicrosoftDynamics as $t } from "./icons/microsoft-dynamics.js";
|
|
99
99
|
import { MicrosoftExcel as rp } from "./icons/microsoft-excel.js";
|
|
100
100
|
import { MicrosoftOnedrive as tp } from "./icons/microsoft-onedrive.js";
|
|
101
101
|
import { MicrosoftPowerpoint as ap } from "./icons/microsoft-powerpoint.js";
|
|
102
102
|
import { MicrosoftSharepoint as ip } from "./icons/microsoft-sharepoint.js";
|
|
103
|
-
import { MicrosoftTeams as
|
|
103
|
+
import { MicrosoftTeams as xp } from "./icons/microsoft-teams.js";
|
|
104
104
|
import { MicrosoftWord as np } from "./icons/microsoft-word.js";
|
|
105
105
|
import { Miro as up } from "./icons/miro.js";
|
|
106
106
|
import { Monday as sp } from "./icons/monday.js";
|
|
107
|
-
import { MongoDB as
|
|
107
|
+
import { MongoDB as cp } from "./icons/mongodb.js";
|
|
108
108
|
import { Netsuite as Cp } from "./icons/netsuite.js";
|
|
109
109
|
import { Notion as Tp } from "./icons/notion.js";
|
|
110
110
|
import { Oauth as hp } from "./icons/oauth.js";
|
|
@@ -119,19 +119,19 @@ import { Pinterest as Vp } from "./icons/pinterest.js";
|
|
|
119
119
|
import { Pipedrive as Wp } from "./icons/pipedrive.js";
|
|
120
120
|
import { Plaid as qp } from "./icons/plaid.js";
|
|
121
121
|
import { Postgres as Jp } from "./icons/postgres.js";
|
|
122
|
-
import { Posthog as
|
|
123
|
-
import { Pylon as
|
|
122
|
+
import { Posthog as Yp } from "./icons/posthog.js";
|
|
123
|
+
import { Pylon as Up } from "./icons/pylon.js";
|
|
124
124
|
import { Quickbooks as Kp } from "./icons/quickbooks.js";
|
|
125
125
|
import { Railway as $p } from "./icons/railway.js";
|
|
126
126
|
import { Reddit as ra } from "./icons/reddit.js";
|
|
127
127
|
import { Salesforce as ta } from "./icons/salesforce.js";
|
|
128
128
|
import { Shopify as aa } from "./icons/shopify.js";
|
|
129
129
|
import { Singlestore as ia } from "./icons/singlestore.js";
|
|
130
|
-
import { Slack as
|
|
130
|
+
import { Slack as xa } from "./icons/slack.js";
|
|
131
131
|
import { Snowflake as na } from "./icons/snowflake.js";
|
|
132
132
|
import { Splunk as ua } from "./icons/splunk.js";
|
|
133
133
|
import { Spotify as sa } from "./icons/spotify.js";
|
|
134
|
-
import { Square as
|
|
134
|
+
import { Square as ca } from "./icons/square.js";
|
|
135
135
|
import { Squarespace as Ca } from "./icons/squarespace.js";
|
|
136
136
|
import { Squareup as Ta } from "./icons/squareup.js";
|
|
137
137
|
import { Stripe as ha } from "./icons/stripe.js";
|
|
@@ -146,38 +146,39 @@ import { Vscode as Va } from "./icons/vscode.js";
|
|
|
146
146
|
import { Walmart as Wa } from "./icons/walmart.js";
|
|
147
147
|
import { Weaviate as qa } from "./icons/weaviate.js";
|
|
148
148
|
import { Windsurf as Ja } from "./icons/windsurf.js";
|
|
149
|
-
import { Workday as
|
|
150
|
-
import { Wrike as
|
|
149
|
+
import { Workday as Ya } from "./icons/workday.js";
|
|
150
|
+
import { Wrike as Ua } from "./icons/wrike.js";
|
|
151
151
|
import { X as Ka } from "./icons/x.js";
|
|
152
152
|
import { Xero as $a } from "./icons/xero.js";
|
|
153
153
|
import { Youtube as rm } from "./icons/youtube.js";
|
|
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 {
|
|
154
|
+
import { Yugabytedb as tm } from "./icons/yugabytedb.js";
|
|
155
|
+
import { Zendesk as am } from "./icons/zendesk.js";
|
|
156
|
+
import { Zoho as im } from "./icons/zoho.js";
|
|
157
|
+
import { ZohoBooks as xm } from "./icons/zoho-books.js";
|
|
158
|
+
import { ZohoCreator as nm } from "./icons/zoho-creator.js";
|
|
159
|
+
import { Zoom as um } from "./icons/zoom.js";
|
|
160
|
+
import { Input as sm } from "./input.js";
|
|
161
|
+
import { Label as cm } from "./label.js";
|
|
162
|
+
import { MobileTooltip as Cm, MobileTooltipContent as Dm, MobileTooltipProvider as Tm, MobileTooltipTrigger as Mm } from "./mobile-tooltip.js";
|
|
163
|
+
import { Popover as Am, PopoverAnchor as Gm, PopoverContent as Bm, PopoverTrigger as km } from "./popover.js";
|
|
164
|
+
import { ProBadge as Pm } from "./pro-badge.js";
|
|
165
|
+
import { Progress as ym } from "./progress.js";
|
|
166
|
+
import { RadioGroup as Hm, RadioGroupItem as Fm } from "./radio-group.js";
|
|
167
|
+
import { ResizableHandle as Rm, ResizablePanel as Om, ResizablePanelGroup as Em } from "./resizable.js";
|
|
168
|
+
import { ScrollArea as zm, ScrollBar as Wm } from "./scroll-area.js";
|
|
169
|
+
import { Select as qm, SelectContent as Nm, SelectGroup as Jm, SelectItem as Xm, SelectLabel as Ym, SelectScrollDownButton as Qm, SelectScrollUpButton as Um, SelectSeparator as jm, SelectTrigger as Km, SelectValue as _m } from "./select.js";
|
|
170
|
+
import { Separator as oi } from "./separator.js";
|
|
171
|
+
import { Sheet as ei, SheetClose as ti, SheetContent as pi, SheetDescription as ai, SheetFooter as mi, SheetHeader as ii, SheetTitle as fi, SheetTrigger as xi } from "./sheet.js";
|
|
172
|
+
import { Sidebar as ni, SidebarContent as di, SidebarFooter as ui, SidebarGroup as gi, SidebarGroupAction as si, SidebarGroupContent as bi, SidebarGroupLabel as ci, SidebarHeader as Si, SidebarInput as Ci, SidebarInset as Di, SidebarMenu as Ti, SidebarMenuAction as Mi, SidebarMenuBadge as hi, SidebarMenuButton as Ai, SidebarMenuItem as Gi, SidebarMenuSkeleton as Bi, SidebarMenuSub as ki, SidebarMenuSubButton as wi, SidebarMenuSubItem as Pi, SidebarProvider as vi, SidebarRail as yi, SidebarSeparator as Ii, SidebarTrigger as Hi, useSidebar as Fi } from "./sidebar.js";
|
|
173
|
+
import { Skeleton as Ri } from "./skeleton.js";
|
|
174
|
+
import { Slider as Ei } from "./slider.js";
|
|
175
|
+
import { Switch as zi } from "./switch.js";
|
|
176
|
+
import { Table as Zi, TableBody as qi, TableCaption as Ni, TableCell as Ji, TableFooter as Xi, TableHead as Yi, TableHeader as Qi, TableRow as Ui } from "./table.js";
|
|
177
|
+
import { Tabs as Ki, TabsContent as _i, TabsList as $i, TabsTrigger as of } from "./tabs.js";
|
|
178
|
+
import { Textarea as ef } from "./textarea.js";
|
|
179
|
+
import { Toggle as pf, toggleVariants as af } from "./toggle.js";
|
|
180
|
+
import { Tooltip as ff, TooltipContent as xf, TooltipProvider as lf, TooltipTrigger as nf } from "./tooltip.js";
|
|
181
|
+
import { VirtualizedGrid as uf } from "./virtualized-grid.js";
|
|
181
182
|
export {
|
|
182
183
|
e as Accordion,
|
|
183
184
|
t as AccordionContent,
|
|
@@ -193,19 +194,19 @@ export {
|
|
|
193
194
|
u as AlertDialogCancel,
|
|
194
195
|
g as AlertDialogContent,
|
|
195
196
|
s as AlertDialogDescription,
|
|
196
|
-
|
|
197
|
-
|
|
197
|
+
b as AlertDialogFooter,
|
|
198
|
+
c as AlertDialogHeader,
|
|
198
199
|
S as AlertDialogOverlay,
|
|
199
200
|
C as AlertDialogPortal,
|
|
200
201
|
D as AlertDialogTitle,
|
|
201
202
|
T as AlertDialogTrigger,
|
|
202
|
-
|
|
203
|
+
x as AlertTitle,
|
|
203
204
|
ir as Amplitude,
|
|
204
|
-
|
|
205
|
+
xr as Arcade,
|
|
205
206
|
nr as Asana,
|
|
206
207
|
ur as Ashby,
|
|
207
208
|
sr as Atlassian,
|
|
208
|
-
|
|
209
|
+
cr as Attio,
|
|
209
210
|
Cr as Auth0,
|
|
210
211
|
h as Avatar,
|
|
211
212
|
A as AvatarFallback,
|
|
@@ -235,9 +236,9 @@ export {
|
|
|
235
236
|
N as CalendarDayButton,
|
|
236
237
|
qr as Calendly,
|
|
237
238
|
X as Card,
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
239
|
+
Y as CardAction,
|
|
240
|
+
Q as CardContent,
|
|
241
|
+
U as CardDescription,
|
|
241
242
|
j as CardFooter,
|
|
242
243
|
K as CardHeader,
|
|
243
244
|
_ as CardTitle,
|
|
@@ -249,19 +250,19 @@ export {
|
|
|
249
250
|
ao as ChartTooltipContent,
|
|
250
251
|
io as Checkbox,
|
|
251
252
|
Jr as Claude,
|
|
252
|
-
|
|
253
|
-
|
|
253
|
+
Yr as Clickhouse,
|
|
254
|
+
Ur as Clickup,
|
|
254
255
|
Kr as Cline,
|
|
255
256
|
$r as Closeio,
|
|
256
257
|
re as Codesandbox,
|
|
257
258
|
te as Coinbase,
|
|
258
|
-
|
|
259
|
-
|
|
259
|
+
xo as Collapsible,
|
|
260
|
+
lo as CollapsibleContent,
|
|
260
261
|
no as CollapsibleTrigger,
|
|
261
262
|
go as Command,
|
|
262
263
|
so as CommandDialog,
|
|
263
|
-
|
|
264
|
-
|
|
264
|
+
bo as CommandEmpty,
|
|
265
|
+
co as CommandGroup,
|
|
265
266
|
So as CommandInput,
|
|
266
267
|
Co as CommandItem,
|
|
267
268
|
Do as CommandList,
|
|
@@ -269,11 +270,11 @@ export {
|
|
|
269
270
|
Mo as CommandShortcut,
|
|
270
271
|
ae as Confluence,
|
|
271
272
|
ie as Cursor,
|
|
272
|
-
|
|
273
|
+
xe as CursorInstallDark,
|
|
273
274
|
ne as CursorInstallLight,
|
|
274
275
|
ue as Customerio,
|
|
275
276
|
se as Datadog,
|
|
276
|
-
|
|
277
|
+
ce as Daytona,
|
|
277
278
|
Ao as Dialog,
|
|
278
279
|
Go as DialogClose,
|
|
279
280
|
Bo as DialogContent,
|
|
@@ -299,9 +300,9 @@ export {
|
|
|
299
300
|
No as DropdownMenuSeparator,
|
|
300
301
|
Jo as DropdownMenuShortcut,
|
|
301
302
|
Xo as DropdownMenuSub,
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
303
|
+
Yo as DropdownMenuSubContent,
|
|
304
|
+
Qo as DropdownMenuSubTrigger,
|
|
305
|
+
Uo as DropdownMenuTrigger,
|
|
305
306
|
Ge as E2b,
|
|
306
307
|
ke as Ebay,
|
|
307
308
|
Pe as Evernote,
|
|
@@ -313,19 +314,19 @@ export {
|
|
|
313
314
|
We as Gemini,
|
|
314
315
|
qe as Generic,
|
|
315
316
|
Je as Github,
|
|
316
|
-
|
|
317
|
-
|
|
317
|
+
Ye as Gitlab,
|
|
318
|
+
Ue as Gmail,
|
|
318
319
|
Ke as Google,
|
|
319
320
|
$e as GoogleCalendar,
|
|
320
321
|
rt as GoogleContacts,
|
|
321
322
|
tt as GoogleDocs,
|
|
322
323
|
at as GoogleDrive,
|
|
323
324
|
it as GoogleFinance,
|
|
324
|
-
|
|
325
|
+
xt as GoogleFlight,
|
|
325
326
|
nt as GoogleFlights,
|
|
326
327
|
ut as GoogleHotels,
|
|
327
328
|
st as GoogleJobs,
|
|
328
|
-
|
|
329
|
+
ct as GoogleMaps,
|
|
329
330
|
Ct as GoogleNews,
|
|
330
331
|
Tt as GoogleSheets,
|
|
331
332
|
ht as GoogleShopping,
|
|
@@ -338,30 +339,30 @@ export {
|
|
|
338
339
|
$o as HoverCardTrigger,
|
|
339
340
|
Ht as Hubspot,
|
|
340
341
|
Lt as Imgflip,
|
|
341
|
-
|
|
342
|
+
sm as Input,
|
|
342
343
|
Ot as Intercom,
|
|
343
344
|
Vt as Jira,
|
|
344
|
-
|
|
345
|
+
cm as Label,
|
|
345
346
|
Wt as Linear,
|
|
346
347
|
qt as Linkedin,
|
|
347
348
|
Jt as Luma,
|
|
348
|
-
|
|
349
|
-
|
|
349
|
+
Yt as Mailchimp,
|
|
350
|
+
Ut as Mcp,
|
|
350
351
|
Kt as Microsoft,
|
|
351
352
|
$t as MicrosoftDynamics,
|
|
352
353
|
rp as MicrosoftExcel,
|
|
353
354
|
tp as MicrosoftOnedrive,
|
|
354
355
|
ap as MicrosoftPowerpoint,
|
|
355
356
|
ip as MicrosoftSharepoint,
|
|
356
|
-
|
|
357
|
+
xp as MicrosoftTeams,
|
|
357
358
|
np as MicrosoftWord,
|
|
358
359
|
up as Miro,
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
360
|
+
Cm as MobileTooltip,
|
|
361
|
+
Dm as MobileTooltipContent,
|
|
362
|
+
Tm as MobileTooltipProvider,
|
|
363
|
+
Mm as MobileTooltipTrigger,
|
|
363
364
|
sp as Monday,
|
|
364
|
-
|
|
365
|
+
cp as MongoDB,
|
|
365
366
|
Cp as Netsuite,
|
|
366
367
|
Tp as Notion,
|
|
367
368
|
hp as Oauth,
|
|
@@ -375,123 +376,124 @@ export {
|
|
|
375
376
|
Vp as Pinterest,
|
|
376
377
|
Wp as Pipedrive,
|
|
377
378
|
qp as Plaid,
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
379
|
+
Am as Popover,
|
|
380
|
+
Gm as PopoverAnchor,
|
|
381
|
+
Bm as PopoverContent,
|
|
382
|
+
km as PopoverTrigger,
|
|
382
383
|
Jp as Postgres,
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
384
|
+
Yp as Posthog,
|
|
385
|
+
Pm as ProBadge,
|
|
386
|
+
ym as Progress,
|
|
387
|
+
Up as Pylon,
|
|
387
388
|
Kp as Quickbooks,
|
|
388
|
-
|
|
389
|
-
|
|
389
|
+
Hm as RadioGroup,
|
|
390
|
+
Fm as RadioGroupItem,
|
|
390
391
|
$p as Railway,
|
|
391
392
|
ra as Reddit,
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
393
|
+
Rm as ResizableHandle,
|
|
394
|
+
Om as ResizablePanel,
|
|
395
|
+
Em as ResizablePanelGroup,
|
|
395
396
|
ta as Salesforce,
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
397
|
+
zm as ScrollArea,
|
|
398
|
+
Wm as ScrollBar,
|
|
399
|
+
qm as Select,
|
|
400
|
+
Nm as SelectContent,
|
|
401
|
+
Jm as SelectGroup,
|
|
402
|
+
Xm as SelectItem,
|
|
403
|
+
Ym as SelectLabel,
|
|
404
|
+
Qm as SelectScrollDownButton,
|
|
405
|
+
Um as SelectScrollUpButton,
|
|
406
|
+
jm as SelectSeparator,
|
|
407
|
+
Km as SelectTrigger,
|
|
408
|
+
_m as SelectValue,
|
|
409
|
+
oi as Separator,
|
|
410
|
+
ei as Sheet,
|
|
411
|
+
ti as SheetClose,
|
|
412
|
+
pi as SheetContent,
|
|
413
|
+
ai as SheetDescription,
|
|
414
|
+
mi as SheetFooter,
|
|
415
|
+
ii as SheetHeader,
|
|
416
|
+
fi as SheetTitle,
|
|
417
|
+
xi as SheetTrigger,
|
|
417
418
|
aa as Shopify,
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
419
|
+
ni as Sidebar,
|
|
420
|
+
di as SidebarContent,
|
|
421
|
+
ui as SidebarFooter,
|
|
422
|
+
gi as SidebarGroup,
|
|
423
|
+
si as SidebarGroupAction,
|
|
424
|
+
bi as SidebarGroupContent,
|
|
425
|
+
ci as SidebarGroupLabel,
|
|
426
|
+
Si as SidebarHeader,
|
|
427
|
+
Ci as SidebarInput,
|
|
428
|
+
Di as SidebarInset,
|
|
429
|
+
Ti as SidebarMenu,
|
|
430
|
+
Mi as SidebarMenuAction,
|
|
431
|
+
hi as SidebarMenuBadge,
|
|
432
|
+
Ai as SidebarMenuButton,
|
|
433
|
+
Gi as SidebarMenuItem,
|
|
434
|
+
Bi as SidebarMenuSkeleton,
|
|
435
|
+
ki as SidebarMenuSub,
|
|
436
|
+
wi as SidebarMenuSubButton,
|
|
437
|
+
Pi as SidebarMenuSubItem,
|
|
438
|
+
vi as SidebarProvider,
|
|
439
|
+
yi as SidebarRail,
|
|
440
|
+
Ii as SidebarSeparator,
|
|
441
|
+
Hi as SidebarTrigger,
|
|
441
442
|
ia as Singlestore,
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
443
|
+
Ri as Skeleton,
|
|
444
|
+
xa as Slack,
|
|
445
|
+
Ei as Slider,
|
|
445
446
|
na as Snowflake,
|
|
446
447
|
ua as Splunk,
|
|
447
448
|
sa as Spotify,
|
|
448
|
-
|
|
449
|
+
ca as Square,
|
|
449
450
|
Ca as Squarespace,
|
|
450
451
|
Ta as Squareup,
|
|
451
452
|
ha as Stripe,
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
453
|
+
zi as Switch,
|
|
454
|
+
Zi as Table,
|
|
455
|
+
qi as TableBody,
|
|
456
|
+
Ni as TableCaption,
|
|
457
|
+
Ji as TableCell,
|
|
458
|
+
Xi as TableFooter,
|
|
459
|
+
Yi as TableHead,
|
|
460
|
+
Qi as TableHeader,
|
|
461
|
+
Ui as TableRow,
|
|
462
|
+
Ki as Tabs,
|
|
463
|
+
_i as TabsContent,
|
|
464
|
+
$i as TabsList,
|
|
465
|
+
of as TabsTrigger,
|
|
465
466
|
Ga as Tesla,
|
|
466
|
-
|
|
467
|
+
ef as Textarea,
|
|
467
468
|
ka as Ticktick,
|
|
468
469
|
Pa as Tiktok,
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
470
|
+
pf as Toggle,
|
|
471
|
+
ff as Tooltip,
|
|
472
|
+
xf as TooltipContent,
|
|
473
|
+
lf as TooltipProvider,
|
|
474
|
+
nf as TooltipTrigger,
|
|
474
475
|
ya as Trello,
|
|
475
476
|
Ha as Twilio,
|
|
476
477
|
La as Twitch,
|
|
477
478
|
Oa as Vercel,
|
|
478
|
-
|
|
479
|
+
uf as VirtualizedGrid,
|
|
479
480
|
Va as Vscode,
|
|
480
481
|
Wa as Walmart,
|
|
481
482
|
qa as Weaviate,
|
|
482
483
|
Ja as Windsurf,
|
|
483
|
-
|
|
484
|
-
|
|
484
|
+
Ya as Workday,
|
|
485
|
+
Ua as Wrike,
|
|
485
486
|
Ka as X,
|
|
486
487
|
$a as Xero,
|
|
487
488
|
rm as Youtube,
|
|
488
|
-
tm as
|
|
489
|
-
am as
|
|
490
|
-
im as
|
|
491
|
-
|
|
492
|
-
nm as
|
|
489
|
+
tm as Yugabytedb,
|
|
490
|
+
am as Zendesk,
|
|
491
|
+
im as Zoho,
|
|
492
|
+
xm as ZohoBooks,
|
|
493
|
+
nm as ZohoCreator,
|
|
494
|
+
um as Zoom,
|
|
493
495
|
w as badgeVariants,
|
|
494
496
|
V as buttonVariants,
|
|
495
|
-
|
|
496
|
-
|
|
497
|
+
af as toggleVariants,
|
|
498
|
+
Fi as useSidebar
|
|
497
499
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as l } from "../../../utils-
|
|
2
|
+
import { c as l } from "../../../utils-CVF2pBPP.js";
|
|
3
3
|
import * as i from "react";
|
|
4
4
|
import { P as n } from "../../../index-DLohNuco.js";
|
|
5
5
|
var s = "Label", o = i.forwardRef((t, a) => /* @__PURE__ */ r(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as L } from "../../../utils-
|
|
2
|
+
import { c as L } from "../../../utils-CVF2pBPP.js";
|
|
3
3
|
import * as i from "react";
|
|
4
4
|
import { c as P } from "../../../index-B695uy69.js";
|
|
5
5
|
import { u as O, c as z } from "../../../index-D2LZVjSn.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as a, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as o } from "../../../index-
|
|
2
|
+
import { c as o } from "../../../index-DBUvnhgM.js";
|
|
3
3
|
import { StarIcon as s } from "lucide-react";
|
|
4
|
-
import { c as i } from "../../../utils-
|
|
4
|
+
import { c as i } from "../../../utils-CVF2pBPP.js";
|
|
5
5
|
import { Badge as n } from "./badge.js";
|
|
6
6
|
const d = o(
|
|
7
7
|
"gap-1.5 rounded-full border-0 bg-gradient-to-br from-yellow-600 to-yellow-800 font-semibold text-white uppercase tracking-wide shadow-md",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { c as $ } from "../../../utils-
|
|
2
|
+
import { c as $ } from "../../../utils-CVF2pBPP.js";
|
|
3
3
|
import * as v from "react";
|
|
4
4
|
import { c as I } from "../../../index-DFZozV_h.js";
|
|
5
5
|
import { P as c } from "../../../index-DLohNuco.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as i, jsxs as B } from "react/jsx-runtime";
|
|
2
2
|
import { CircleIcon as K } from "lucide-react";
|
|
3
|
-
import { c as k } from "../../../utils-
|
|
3
|
+
import { c as k } from "../../../utils-CVF2pBPP.js";
|
|
4
4
|
import * as s from "react";
|
|
5
5
|
import { c as C } from "../../../index-B695uy69.js";
|
|
6
6
|
import { u as I } from "../../../index-D2LZVjSn.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { GripVerticalIcon as i } from "lucide-react";
|
|
3
3
|
import { P as n, a as o, b as s } from "../../../react-resizable-panels.browser-DYl0LXfw.js";
|
|
4
|
-
import { c as t } from "../../../utils-
|
|
4
|
+
import { c as t } from "../../../utils-CVF2pBPP.js";
|
|
5
5
|
function u({
|
|
6
6
|
className: e,
|
|
7
7
|
...r
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as h, jsxs as j, Fragment as se } from "react/jsx-runtime";
|
|
2
|
-
import { c as V } from "../../../utils-
|
|
2
|
+
import { c as V } from "../../../utils-CVF2pBPP.js";
|
|
3
3
|
import * as c from "react";
|
|
4
4
|
import { P as L } from "../../../index-DLohNuco.js";
|
|
5
5
|
import { P as I } from "../../../index-BaLuVb4t.js";
|