@arcadeai/design-system 3.29.1 → 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 -33
package/dist/components/index.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { Accordion as e, AccordionContent as t, AccordionItem as p, AccordionTrigger as a } from "./ui/atoms/accordion.js";
|
|
2
2
|
import { Alert as i, AlertDescription as f, AlertTitle as x } from "./ui/atoms/alert.js";
|
|
3
|
-
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as u, AlertDialogContent as g, AlertDialogDescription as s, AlertDialogFooter as
|
|
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 "./ui/atoms/alert-dialog.js";
|
|
4
4
|
import { Avatar as h, AvatarFallback as A, AvatarImage as B } from "./ui/atoms/avatar.js";
|
|
5
5
|
import { Badge as k, badgeVariants as w } from "./ui/atoms/badge.js";
|
|
6
|
-
import { Breadcrumb as
|
|
6
|
+
import { Breadcrumb as y, BreadcrumbEllipsis as v, BreadcrumbItem as I, BreadcrumbLink as H, BreadcrumbList as F, BreadcrumbPage as L, BreadcrumbSeparator as R } from "./ui/atoms/breadcrumb.js";
|
|
7
7
|
import { Button as E, buttonVariants as V } from "./ui/atoms/button.js";
|
|
8
8
|
import { ByocBadge as W } from "./ui/atoms/byoc-badge.js";
|
|
9
|
-
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 "./ui/atoms/card.js";
|
|
11
11
|
import { ChartContainer as oo, ChartLegend as ro, ChartLegendContent as eo, ChartStyle as to, ChartTooltip as po, ChartTooltipContent as ao } from "./ui/atoms/chart.js";
|
|
12
12
|
import { Checkbox as io } from "./ui/atoms/checkbox.js";
|
|
13
13
|
import { Collapsible as xo, CollapsibleContent as lo, CollapsibleTrigger as no } from "./ui/atoms/collapsible.js";
|
|
14
|
-
import { Command as go, CommandDialog as so, CommandEmpty as
|
|
15
|
-
import { Dialog as Ao, DialogClose as Bo, DialogContent as Go, DialogDescription as ko, DialogFooter as wo, DialogHeader as Po, DialogOverlay 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
|
|
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 "./ui/atoms/command.js";
|
|
15
|
+
import { Dialog as Ao, DialogClose as Bo, DialogContent as Go, DialogDescription as ko, DialogFooter as wo, DialogHeader as Po, DialogOverlay as yo, DialogPortal as vo, DialogTitle as Io, DialogTrigger as Ho } from "./ui/atoms/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 Yo, DropdownMenuSubTrigger as Qo, DropdownMenuTrigger as Uo } from "./ui/atoms/dropdown-menu.js";
|
|
17
17
|
import { HoverCard as Ko, HoverCardContent as _o, HoverCardTrigger as $o } from "./ui/atoms/hover-card.js";
|
|
18
18
|
import { Adp as rr } from "./ui/atoms/icons/adp.js";
|
|
19
19
|
import { Aha as tr } from "./ui/atoms/icons/aha.js";
|
|
@@ -23,14 +23,14 @@ import { Arcade as xr } from "./ui/atoms/icons/arcade.js";
|
|
|
23
23
|
import { Asana as nr } from "./ui/atoms/icons/asana.js";
|
|
24
24
|
import { Ashby as ur } from "./ui/atoms/icons/ashby.js";
|
|
25
25
|
import { Atlassian as sr } from "./ui/atoms/icons/atlassian.js";
|
|
26
|
-
import { Attio as
|
|
26
|
+
import { Attio as cr } from "./ui/atoms/icons/attio.js";
|
|
27
27
|
import { Auth0 as Cr } from "./ui/atoms/icons/auth0.js";
|
|
28
28
|
import { Azure as Tr } from "./ui/atoms/icons/azure.js";
|
|
29
29
|
import { Bamboohr as hr } from "./ui/atoms/icons/bamboohr.js";
|
|
30
30
|
import { Basecamp as Br } from "./ui/atoms/icons/basecamp.js";
|
|
31
31
|
import { Bill as kr } from "./ui/atoms/icons/bill.js";
|
|
32
32
|
import { Bitbucket as Pr } from "./ui/atoms/icons/bitbucket.js";
|
|
33
|
-
import { Bluesky as
|
|
33
|
+
import { Bluesky as vr } from "./ui/atoms/icons/bluesky.js";
|
|
34
34
|
import { Box as Hr } from "./ui/atoms/icons/box.js";
|
|
35
35
|
import { Braze as Lr } from "./ui/atoms/icons/braze.js";
|
|
36
36
|
import { Brex as Or } from "./ui/atoms/icons/brex.js";
|
|
@@ -38,8 +38,8 @@ import { Brightdata as Vr } from "./ui/atoms/icons/brightdata.js";
|
|
|
38
38
|
import { Buffer as Wr } from "./ui/atoms/icons/buffer.js";
|
|
39
39
|
import { Calendly as qr } from "./ui/atoms/icons/calendly.js";
|
|
40
40
|
import { Claude as Jr } from "./ui/atoms/icons/claude.js";
|
|
41
|
-
import { Clickhouse as
|
|
42
|
-
import { Clickup as
|
|
41
|
+
import { Clickhouse as Yr } from "./ui/atoms/icons/clickhouse.js";
|
|
42
|
+
import { Clickup as Ur } from "./ui/atoms/icons/clickup.js";
|
|
43
43
|
import { Cline as Kr } from "./ui/atoms/icons/cline.js";
|
|
44
44
|
import { Closeio as $r } from "./ui/atoms/icons/closeio.js";
|
|
45
45
|
import { Codesandbox as re } from "./ui/atoms/icons/codesandbox.js";
|
|
@@ -50,14 +50,14 @@ import { CursorInstallDark as xe } from "./ui/atoms/icons/cursor-install-dark.js
|
|
|
50
50
|
import { CursorInstallLight as ne } from "./ui/atoms/icons/cursor-install-light.js";
|
|
51
51
|
import { Customerio as ue } from "./ui/atoms/icons/customerio.js";
|
|
52
52
|
import { Datadog as se } from "./ui/atoms/icons/datadog.js";
|
|
53
|
-
import { Daytona as
|
|
53
|
+
import { Daytona as ce } from "./ui/atoms/icons/daytona.js";
|
|
54
54
|
import { DigitalOcean as Ce } from "./ui/atoms/icons/digital-ocean.js";
|
|
55
55
|
import { Discord as Te } from "./ui/atoms/icons/discord.js";
|
|
56
56
|
import { Dropbox as he } from "./ui/atoms/icons/dropbox.js";
|
|
57
57
|
import { E2b as Be } from "./ui/atoms/icons/e2b.js";
|
|
58
58
|
import { Ebay as ke } from "./ui/atoms/icons/ebay.js";
|
|
59
59
|
import { Evernote as Pe } from "./ui/atoms/icons/evernote.js";
|
|
60
|
-
import { Exa as
|
|
60
|
+
import { Exa as ve } from "./ui/atoms/icons/exa.js";
|
|
61
61
|
import { Factorial as He } from "./ui/atoms/icons/factorial.js";
|
|
62
62
|
import { Figma as Le } from "./ui/atoms/icons/figma.js";
|
|
63
63
|
import { Firecrawl as Oe } from "./ui/atoms/icons/firecrawl.js";
|
|
@@ -65,8 +65,8 @@ import { Freshservice as Ve } from "./ui/atoms/icons/freshservice.js";
|
|
|
65
65
|
import { Gemini as We } from "./ui/atoms/icons/gemini.js";
|
|
66
66
|
import { Generic as qe } from "./ui/atoms/icons/generic.js";
|
|
67
67
|
import { Github as Je } from "./ui/atoms/icons/github.js";
|
|
68
|
-
import { Gitlab as
|
|
69
|
-
import { Gmail as
|
|
68
|
+
import { Gitlab as Ye } from "./ui/atoms/icons/gitlab.js";
|
|
69
|
+
import { Gmail as Ue } from "./ui/atoms/icons/gmail.js";
|
|
70
70
|
import { Google as Ke } from "./ui/atoms/icons/google.js";
|
|
71
71
|
import { GoogleCalendar as $e } from "./ui/atoms/icons/google-calendar.js";
|
|
72
72
|
import { GoogleContacts as rt } from "./ui/atoms/icons/google-contacts.js";
|
|
@@ -77,14 +77,14 @@ import { GoogleFlight as xt } from "./ui/atoms/icons/google-flight.js";
|
|
|
77
77
|
import { GoogleFlights as nt } from "./ui/atoms/icons/google-flights.js";
|
|
78
78
|
import { GoogleHotels as ut } from "./ui/atoms/icons/google-hotels.js";
|
|
79
79
|
import { GoogleJobs as st } from "./ui/atoms/icons/google-jobs.js";
|
|
80
|
-
import { GoogleMaps as
|
|
80
|
+
import { GoogleMaps as ct } from "./ui/atoms/icons/google-maps.js";
|
|
81
81
|
import { GoogleNews as Ct } from "./ui/atoms/icons/google-news.js";
|
|
82
82
|
import { GoogleSheets as Tt } from "./ui/atoms/icons/google-sheets.js";
|
|
83
83
|
import { GoogleShopping as ht } from "./ui/atoms/icons/google-shopping.js";
|
|
84
84
|
import { GoogleSlides as Bt } from "./ui/atoms/icons/google-slides.js";
|
|
85
85
|
import { Goose as kt } from "./ui/atoms/icons/goose.js";
|
|
86
86
|
import { Heroku as Pt } from "./ui/atoms/icons/heroku.js";
|
|
87
|
-
import { Hootsuite as
|
|
87
|
+
import { Hootsuite as vt } from "./ui/atoms/icons/hootsuite.js";
|
|
88
88
|
import { Hubspot as Ht } from "./ui/atoms/icons/hubspot.js";
|
|
89
89
|
import { Imgflip as Lt } from "./ui/atoms/icons/imgflip.js";
|
|
90
90
|
import { Intercom as Ot } from "./ui/atoms/icons/intercom.js";
|
|
@@ -92,8 +92,8 @@ import { Jira as Vt } from "./ui/atoms/icons/jira.js";
|
|
|
92
92
|
import { Linear as Wt } from "./ui/atoms/icons/linear.js";
|
|
93
93
|
import { Linkedin as qt } from "./ui/atoms/icons/linkedin.js";
|
|
94
94
|
import { Luma as Jt } from "./ui/atoms/icons/luma.js";
|
|
95
|
-
import { Mailchimp as
|
|
96
|
-
import { Mcp as
|
|
95
|
+
import { Mailchimp as Yt } from "./ui/atoms/icons/mailchimp.js";
|
|
96
|
+
import { Mcp as Ut } from "./ui/atoms/icons/mcp.js";
|
|
97
97
|
import { Microsoft as Kt } from "./ui/atoms/icons/microsoft.js";
|
|
98
98
|
import { MicrosoftDynamics as $t } from "./ui/atoms/icons/microsoft-dynamics.js";
|
|
99
99
|
import { MicrosoftExcel as rp } from "./ui/atoms/icons/microsoft-excel.js";
|
|
@@ -104,14 +104,14 @@ import { MicrosoftTeams as xp } from "./ui/atoms/icons/microsoft-teams.js";
|
|
|
104
104
|
import { MicrosoftWord as np } from "./ui/atoms/icons/microsoft-word.js";
|
|
105
105
|
import { Miro as up } from "./ui/atoms/icons/miro.js";
|
|
106
106
|
import { Monday as sp } from "./ui/atoms/icons/monday.js";
|
|
107
|
-
import { MongoDB as
|
|
107
|
+
import { MongoDB as cp } from "./ui/atoms/icons/mongodb.js";
|
|
108
108
|
import { Netsuite as Cp } from "./ui/atoms/icons/netsuite.js";
|
|
109
109
|
import { Notion as Tp } from "./ui/atoms/icons/notion.js";
|
|
110
110
|
import { Oauth as hp } from "./ui/atoms/icons/oauth.js";
|
|
111
111
|
import { Obsidian as Bp } from "./ui/atoms/icons/obsidian.js";
|
|
112
112
|
import { Okta as kp } from "./ui/atoms/icons/okta.js";
|
|
113
113
|
import { Openai as Pp } from "./ui/atoms/icons/openai.js";
|
|
114
|
-
import { OutlookCalendar as
|
|
114
|
+
import { OutlookCalendar as vp } from "./ui/atoms/icons/outlook-calendar.js";
|
|
115
115
|
import { OutlookMail as Hp } from "./ui/atoms/icons/outlook-mail.js";
|
|
116
116
|
import { Pagerduty as Lp } from "./ui/atoms/icons/pagerduty.js";
|
|
117
117
|
import { Pinecone as Op } from "./ui/atoms/icons/pinecone.js";
|
|
@@ -119,8 +119,8 @@ import { Pinterest as Vp } from "./ui/atoms/icons/pinterest.js";
|
|
|
119
119
|
import { Pipedrive as Wp } from "./ui/atoms/icons/pipedrive.js";
|
|
120
120
|
import { Plaid as qp } from "./ui/atoms/icons/plaid.js";
|
|
121
121
|
import { Postgres as Jp } from "./ui/atoms/icons/postgres.js";
|
|
122
|
-
import { Posthog as
|
|
123
|
-
import { Pylon as
|
|
122
|
+
import { Posthog as Yp } from "./ui/atoms/icons/posthog.js";
|
|
123
|
+
import { Pylon as Up } from "./ui/atoms/icons/pylon.js";
|
|
124
124
|
import { Quickbooks as Kp } from "./ui/atoms/icons/quickbooks.js";
|
|
125
125
|
import { Railway as $p } from "./ui/atoms/icons/railway.js";
|
|
126
126
|
import { Reddit as ra } from "./ui/atoms/icons/reddit.js";
|
|
@@ -131,14 +131,14 @@ import { Slack as xa } from "./ui/atoms/icons/slack.js";
|
|
|
131
131
|
import { Snowflake as na } from "./ui/atoms/icons/snowflake.js";
|
|
132
132
|
import { Splunk as ua } from "./ui/atoms/icons/splunk.js";
|
|
133
133
|
import { Spotify as sa } from "./ui/atoms/icons/spotify.js";
|
|
134
|
-
import { Square as
|
|
134
|
+
import { Square as ca } from "./ui/atoms/icons/square.js";
|
|
135
135
|
import { Squarespace as Ca } from "./ui/atoms/icons/squarespace.js";
|
|
136
136
|
import { Squareup as Ta } from "./ui/atoms/icons/squareup.js";
|
|
137
137
|
import { Stripe as ha } from "./ui/atoms/icons/stripe.js";
|
|
138
138
|
import { Tesla as Ba } from "./ui/atoms/icons/tesla.js";
|
|
139
139
|
import { Ticktick as ka } from "./ui/atoms/icons/ticktick.js";
|
|
140
140
|
import { Tiktok as Pa } from "./ui/atoms/icons/tiktok.js";
|
|
141
|
-
import { Trello as
|
|
141
|
+
import { Trello as va } from "./ui/atoms/icons/trello.js";
|
|
142
142
|
import { Twilio as Ha } from "./ui/atoms/icons/twilio.js";
|
|
143
143
|
import { Twitch as La } from "./ui/atoms/icons/twitch.js";
|
|
144
144
|
import { Vercel as Oa } from "./ui/atoms/icons/vercel.js";
|
|
@@ -146,42 +146,43 @@ import { Vscode as Va } from "./ui/atoms/icons/vscode.js";
|
|
|
146
146
|
import { Walmart as Wa } from "./ui/atoms/icons/walmart.js";
|
|
147
147
|
import { Weaviate as qa } from "./ui/atoms/icons/weaviate.js";
|
|
148
148
|
import { Windsurf as Ja } from "./ui/atoms/icons/windsurf.js";
|
|
149
|
-
import { Workday as
|
|
150
|
-
import { Wrike as
|
|
149
|
+
import { Workday as Ya } from "./ui/atoms/icons/workday.js";
|
|
150
|
+
import { Wrike as Ua } from "./ui/atoms/icons/wrike.js";
|
|
151
151
|
import { X as Ka } from "./ui/atoms/icons/x.js";
|
|
152
152
|
import { Xero as $a } from "./ui/atoms/icons/xero.js";
|
|
153
153
|
import { Youtube as rm } from "./ui/atoms/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 {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
154
|
+
import { Yugabytedb as tm } from "./ui/atoms/icons/yugabytedb.js";
|
|
155
|
+
import { Zendesk as am } from "./ui/atoms/icons/zendesk.js";
|
|
156
|
+
import { Zoho as im } from "./ui/atoms/icons/zoho.js";
|
|
157
|
+
import { ZohoBooks as xm } from "./ui/atoms/icons/zoho-books.js";
|
|
158
|
+
import { ZohoCreator as nm } from "./ui/atoms/icons/zoho-creator.js";
|
|
159
|
+
import { Zoom as um } from "./ui/atoms/icons/zoom.js";
|
|
160
|
+
import { Input as sm } from "./ui/atoms/input.js";
|
|
161
|
+
import { Label as cm } from "./ui/atoms/label.js";
|
|
162
|
+
import { MobileTooltip as Cm, MobileTooltipContent as Dm, MobileTooltipProvider as Tm, MobileTooltipTrigger as Mm } from "./ui/atoms/mobile-tooltip.js";
|
|
163
|
+
import { Popover as Am, PopoverAnchor as Bm, PopoverContent as Gm, PopoverTrigger as km } from "./ui/atoms/popover.js";
|
|
164
|
+
import { ProBadge as Pm } from "./ui/atoms/pro-badge.js";
|
|
165
|
+
import { Progress as vm } from "./ui/atoms/progress.js";
|
|
166
|
+
import { RadioGroup as Hm, RadioGroupItem as Fm } from "./ui/atoms/radio-group.js";
|
|
167
|
+
import { ResizableHandle as Rm, ResizablePanel as Om, ResizablePanelGroup as Em } from "./ui/atoms/resizable.js";
|
|
168
|
+
import { ScrollArea as zm, ScrollBar as Wm } from "./ui/atoms/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 "./ui/atoms/select.js";
|
|
170
|
+
import { Separator as oi } from "./ui/atoms/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 "./ui/atoms/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 Bi, SidebarMenuSkeleton as Gi, SidebarMenuSub as ki, SidebarMenuSubButton as wi, SidebarMenuSubItem as Pi, SidebarProvider as yi, SidebarRail as vi, SidebarSeparator as Ii, SidebarTrigger as Hi, useSidebar as Fi } from "./ui/atoms/sidebar.js";
|
|
173
|
+
import { Skeleton as Ri } from "./ui/atoms/skeleton.js";
|
|
174
|
+
import { Slider as Ei } from "./ui/atoms/slider.js";
|
|
175
|
+
import { Switch as zi } from "./ui/atoms/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 "./ui/atoms/table.js";
|
|
177
|
+
import { Tabs as Ki, TabsContent as _i, TabsList as $i, TabsTrigger as of } from "./ui/atoms/tabs.js";
|
|
178
|
+
import { Textarea as ef } from "./ui/atoms/textarea.js";
|
|
179
|
+
import { Toggle as pf, toggleVariants as af } from "./ui/atoms/toggle.js";
|
|
180
|
+
import { Tooltip as ff, TooltipContent as xf, TooltipProvider as lf, TooltipTrigger as nf } from "./ui/atoms/tooltip.js";
|
|
181
|
+
import { VirtualizedGrid as uf } from "./ui/atoms/virtualized-grid.js";
|
|
182
|
+
import { DateTimePicker as sf } from "./ui/molecules/date-time-picker.js";
|
|
183
|
+
import { EmptyState as cf } from "./ui/molecules/empty-state.js";
|
|
184
|
+
import { R as Cf, T as Df } from "../toolkit-card-B23qLCqG.js";
|
|
185
|
+
import { ToolCard as Mf } from "./ui/molecules/tool-card.js";
|
|
185
186
|
export {
|
|
186
187
|
e as Accordion,
|
|
187
188
|
t as AccordionContent,
|
|
@@ -197,8 +198,8 @@ export {
|
|
|
197
198
|
u as AlertDialogCancel,
|
|
198
199
|
g as AlertDialogContent,
|
|
199
200
|
s as AlertDialogDescription,
|
|
200
|
-
|
|
201
|
-
|
|
201
|
+
b as AlertDialogFooter,
|
|
202
|
+
c as AlertDialogHeader,
|
|
202
203
|
S as AlertDialogOverlay,
|
|
203
204
|
C as AlertDialogPortal,
|
|
204
205
|
D as AlertDialogTitle,
|
|
@@ -209,7 +210,7 @@ export {
|
|
|
209
210
|
nr as Asana,
|
|
210
211
|
ur as Ashby,
|
|
211
212
|
sr as Atlassian,
|
|
212
|
-
|
|
213
|
+
cr as Attio,
|
|
213
214
|
Cr as Auth0,
|
|
214
215
|
h as Avatar,
|
|
215
216
|
A as AvatarFallback,
|
|
@@ -220,11 +221,11 @@ export {
|
|
|
220
221
|
Br as Basecamp,
|
|
221
222
|
kr as Bill,
|
|
222
223
|
Pr as Bitbucket,
|
|
223
|
-
|
|
224
|
+
vr as Bluesky,
|
|
224
225
|
Hr as Box,
|
|
225
226
|
Lr as Braze,
|
|
226
|
-
|
|
227
|
-
|
|
227
|
+
y as Breadcrumb,
|
|
228
|
+
v as BreadcrumbEllipsis,
|
|
228
229
|
I as BreadcrumbItem,
|
|
229
230
|
H as BreadcrumbLink,
|
|
230
231
|
F as BreadcrumbList,
|
|
@@ -239,9 +240,9 @@ export {
|
|
|
239
240
|
N as CalendarDayButton,
|
|
240
241
|
qr as Calendly,
|
|
241
242
|
X as Card,
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
243
|
+
Y as CardAction,
|
|
244
|
+
Q as CardContent,
|
|
245
|
+
U as CardDescription,
|
|
245
246
|
j as CardFooter,
|
|
246
247
|
K as CardHeader,
|
|
247
248
|
_ as CardTitle,
|
|
@@ -253,8 +254,8 @@ export {
|
|
|
253
254
|
ao as ChartTooltipContent,
|
|
254
255
|
io as Checkbox,
|
|
255
256
|
Jr as Claude,
|
|
256
|
-
|
|
257
|
-
|
|
257
|
+
Yr as Clickhouse,
|
|
258
|
+
Ur as Clickup,
|
|
258
259
|
Kr as Cline,
|
|
259
260
|
$r as Closeio,
|
|
260
261
|
re as Codesandbox,
|
|
@@ -264,8 +265,8 @@ export {
|
|
|
264
265
|
no as CollapsibleTrigger,
|
|
265
266
|
go as Command,
|
|
266
267
|
so as CommandDialog,
|
|
267
|
-
|
|
268
|
-
|
|
268
|
+
bo as CommandEmpty,
|
|
269
|
+
co as CommandGroup,
|
|
269
270
|
So as CommandInput,
|
|
270
271
|
Co as CommandItem,
|
|
271
272
|
Do as CommandList,
|
|
@@ -277,16 +278,16 @@ export {
|
|
|
277
278
|
ne as CursorInstallLight,
|
|
278
279
|
ue as Customerio,
|
|
279
280
|
se as Datadog,
|
|
280
|
-
|
|
281
|
-
|
|
281
|
+
sf as DateTimePicker,
|
|
282
|
+
ce as Daytona,
|
|
282
283
|
Ao as Dialog,
|
|
283
284
|
Bo as DialogClose,
|
|
284
285
|
Go as DialogContent,
|
|
285
286
|
ko as DialogDescription,
|
|
286
287
|
wo as DialogFooter,
|
|
287
288
|
Po as DialogHeader,
|
|
288
|
-
|
|
289
|
-
|
|
289
|
+
yo as DialogOverlay,
|
|
290
|
+
vo as DialogPortal,
|
|
290
291
|
Io as DialogTitle,
|
|
291
292
|
Ho as DialogTrigger,
|
|
292
293
|
Ce as DigitalOcean,
|
|
@@ -304,14 +305,14 @@ export {
|
|
|
304
305
|
No as DropdownMenuSeparator,
|
|
305
306
|
Jo as DropdownMenuShortcut,
|
|
306
307
|
Xo as DropdownMenuSub,
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
308
|
+
Yo as DropdownMenuSubContent,
|
|
309
|
+
Qo as DropdownMenuSubTrigger,
|
|
310
|
+
Uo as DropdownMenuTrigger,
|
|
310
311
|
Be as E2b,
|
|
311
312
|
ke as Ebay,
|
|
312
|
-
|
|
313
|
+
cf as EmptyState,
|
|
313
314
|
Pe as Evernote,
|
|
314
|
-
|
|
315
|
+
ve as Exa,
|
|
315
316
|
He as Factorial,
|
|
316
317
|
Le as Figma,
|
|
317
318
|
Oe as Firecrawl,
|
|
@@ -319,8 +320,8 @@ export {
|
|
|
319
320
|
We as Gemini,
|
|
320
321
|
qe as Generic,
|
|
321
322
|
Je as Github,
|
|
322
|
-
|
|
323
|
-
|
|
323
|
+
Ye as Gitlab,
|
|
324
|
+
Ue as Gmail,
|
|
324
325
|
Ke as Google,
|
|
325
326
|
$e as GoogleCalendar,
|
|
326
327
|
rt as GoogleContacts,
|
|
@@ -331,28 +332,28 @@ export {
|
|
|
331
332
|
nt as GoogleFlights,
|
|
332
333
|
ut as GoogleHotels,
|
|
333
334
|
st as GoogleJobs,
|
|
334
|
-
|
|
335
|
+
ct as GoogleMaps,
|
|
335
336
|
Ct as GoogleNews,
|
|
336
337
|
Tt as GoogleSheets,
|
|
337
338
|
ht as GoogleShopping,
|
|
338
339
|
Bt as GoogleSlides,
|
|
339
340
|
kt as Goose,
|
|
340
341
|
Pt as Heroku,
|
|
341
|
-
|
|
342
|
+
vt as Hootsuite,
|
|
342
343
|
Ko as HoverCard,
|
|
343
344
|
_o as HoverCardContent,
|
|
344
345
|
$o as HoverCardTrigger,
|
|
345
346
|
Ht as Hubspot,
|
|
346
347
|
Lt as Imgflip,
|
|
347
|
-
|
|
348
|
+
sm as Input,
|
|
348
349
|
Ot as Intercom,
|
|
349
350
|
Vt as Jira,
|
|
350
|
-
|
|
351
|
+
cm as Label,
|
|
351
352
|
Wt as Linear,
|
|
352
353
|
qt as Linkedin,
|
|
353
354
|
Jt as Luma,
|
|
354
|
-
|
|
355
|
-
|
|
355
|
+
Yt as Mailchimp,
|
|
356
|
+
Ut as Mcp,
|
|
356
357
|
Kt as Microsoft,
|
|
357
358
|
$t as MicrosoftDynamics,
|
|
358
359
|
rp as MicrosoftExcel,
|
|
@@ -362,145 +363,146 @@ export {
|
|
|
362
363
|
xp as MicrosoftTeams,
|
|
363
364
|
np as MicrosoftWord,
|
|
364
365
|
up as Miro,
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
366
|
+
Cm as MobileTooltip,
|
|
367
|
+
Dm as MobileTooltipContent,
|
|
368
|
+
Tm as MobileTooltipProvider,
|
|
369
|
+
Mm as MobileTooltipTrigger,
|
|
369
370
|
sp as Monday,
|
|
370
|
-
|
|
371
|
+
cp as MongoDB,
|
|
371
372
|
Cp as Netsuite,
|
|
372
373
|
Tp as Notion,
|
|
373
374
|
hp as Oauth,
|
|
374
375
|
Bp as Obsidian,
|
|
375
376
|
kp as Okta,
|
|
376
377
|
Pp as Openai,
|
|
377
|
-
|
|
378
|
+
vp as OutlookCalendar,
|
|
378
379
|
Hp as OutlookMail,
|
|
379
380
|
Lp as Pagerduty,
|
|
380
381
|
Op as Pinecone,
|
|
381
382
|
Vp as Pinterest,
|
|
382
383
|
Wp as Pipedrive,
|
|
383
384
|
qp as Plaid,
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
385
|
+
Am as Popover,
|
|
386
|
+
Bm as PopoverAnchor,
|
|
387
|
+
Gm as PopoverContent,
|
|
388
|
+
km as PopoverTrigger,
|
|
388
389
|
Jp as Postgres,
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
390
|
+
Yp as Posthog,
|
|
391
|
+
Pm as ProBadge,
|
|
392
|
+
vm as Progress,
|
|
393
|
+
Up as Pylon,
|
|
393
394
|
Kp as Quickbooks,
|
|
394
|
-
|
|
395
|
-
|
|
395
|
+
Hm as RadioGroup,
|
|
396
|
+
Fm as RadioGroupItem,
|
|
396
397
|
$p as Railway,
|
|
397
398
|
ra as Reddit,
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
399
|
+
Cf as RequirementBadges,
|
|
400
|
+
Rm as ResizableHandle,
|
|
401
|
+
Om as ResizablePanel,
|
|
402
|
+
Em as ResizablePanelGroup,
|
|
402
403
|
ta as Salesforce,
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
404
|
+
zm as ScrollArea,
|
|
405
|
+
Wm as ScrollBar,
|
|
406
|
+
qm as Select,
|
|
407
|
+
Nm as SelectContent,
|
|
408
|
+
Jm as SelectGroup,
|
|
409
|
+
Xm as SelectItem,
|
|
410
|
+
Ym as SelectLabel,
|
|
411
|
+
Qm as SelectScrollDownButton,
|
|
412
|
+
Um as SelectScrollUpButton,
|
|
413
|
+
jm as SelectSeparator,
|
|
414
|
+
Km as SelectTrigger,
|
|
415
|
+
_m as SelectValue,
|
|
416
|
+
oi as Separator,
|
|
417
|
+
ei as Sheet,
|
|
418
|
+
ti as SheetClose,
|
|
419
|
+
pi as SheetContent,
|
|
420
|
+
ai as SheetDescription,
|
|
421
|
+
mi as SheetFooter,
|
|
422
|
+
ii as SheetHeader,
|
|
423
|
+
fi as SheetTitle,
|
|
424
|
+
xi as SheetTrigger,
|
|
424
425
|
aa as Shopify,
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
426
|
+
ni as Sidebar,
|
|
427
|
+
di as SidebarContent,
|
|
428
|
+
ui as SidebarFooter,
|
|
429
|
+
gi as SidebarGroup,
|
|
430
|
+
si as SidebarGroupAction,
|
|
431
|
+
bi as SidebarGroupContent,
|
|
432
|
+
ci as SidebarGroupLabel,
|
|
433
|
+
Si as SidebarHeader,
|
|
434
|
+
Ci as SidebarInput,
|
|
435
|
+
Di as SidebarInset,
|
|
436
|
+
Ti as SidebarMenu,
|
|
437
|
+
Mi as SidebarMenuAction,
|
|
438
|
+
hi as SidebarMenuBadge,
|
|
439
|
+
Ai as SidebarMenuButton,
|
|
440
|
+
Bi as SidebarMenuItem,
|
|
441
|
+
Gi as SidebarMenuSkeleton,
|
|
442
|
+
ki as SidebarMenuSub,
|
|
443
|
+
wi as SidebarMenuSubButton,
|
|
444
|
+
Pi as SidebarMenuSubItem,
|
|
445
|
+
yi as SidebarProvider,
|
|
446
|
+
vi as SidebarRail,
|
|
447
|
+
Ii as SidebarSeparator,
|
|
448
|
+
Hi as SidebarTrigger,
|
|
448
449
|
ia as Singlestore,
|
|
449
|
-
|
|
450
|
+
Ri as Skeleton,
|
|
450
451
|
xa as Slack,
|
|
451
|
-
|
|
452
|
+
Ei as Slider,
|
|
452
453
|
na as Snowflake,
|
|
453
454
|
ua as Splunk,
|
|
454
455
|
sa as Spotify,
|
|
455
|
-
|
|
456
|
+
ca as Square,
|
|
456
457
|
Ca as Squarespace,
|
|
457
458
|
Ta as Squareup,
|
|
458
459
|
ha as Stripe,
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
460
|
+
zi as Switch,
|
|
461
|
+
Zi as Table,
|
|
462
|
+
qi as TableBody,
|
|
463
|
+
Ni as TableCaption,
|
|
464
|
+
Ji as TableCell,
|
|
465
|
+
Xi as TableFooter,
|
|
466
|
+
Yi as TableHead,
|
|
467
|
+
Qi as TableHeader,
|
|
468
|
+
Ui as TableRow,
|
|
469
|
+
Ki as Tabs,
|
|
470
|
+
_i as TabsContent,
|
|
471
|
+
$i as TabsList,
|
|
472
|
+
of as TabsTrigger,
|
|
472
473
|
Ba as Tesla,
|
|
473
|
-
|
|
474
|
+
ef as Textarea,
|
|
474
475
|
ka as Ticktick,
|
|
475
476
|
Pa as Tiktok,
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
477
|
+
pf as Toggle,
|
|
478
|
+
Mf as ToolCard,
|
|
479
|
+
Df as ToolkitCard,
|
|
480
|
+
ff as Tooltip,
|
|
481
|
+
xf as TooltipContent,
|
|
482
|
+
lf as TooltipProvider,
|
|
483
|
+
nf as TooltipTrigger,
|
|
484
|
+
va as Trello,
|
|
484
485
|
Ha as Twilio,
|
|
485
486
|
La as Twitch,
|
|
486
487
|
Oa as Vercel,
|
|
487
|
-
|
|
488
|
+
uf as VirtualizedGrid,
|
|
488
489
|
Va as Vscode,
|
|
489
490
|
Wa as Walmart,
|
|
490
491
|
qa as Weaviate,
|
|
491
492
|
Ja as Windsurf,
|
|
492
|
-
|
|
493
|
-
|
|
493
|
+
Ya as Workday,
|
|
494
|
+
Ua as Wrike,
|
|
494
495
|
Ka as X,
|
|
495
496
|
$a as Xero,
|
|
496
497
|
rm as Youtube,
|
|
497
|
-
tm as
|
|
498
|
-
am as
|
|
499
|
-
im as
|
|
500
|
-
xm as
|
|
501
|
-
nm as
|
|
498
|
+
tm as Yugabytedb,
|
|
499
|
+
am as Zendesk,
|
|
500
|
+
im as Zoho,
|
|
501
|
+
xm as ZohoBooks,
|
|
502
|
+
nm as ZohoCreator,
|
|
503
|
+
um as Zoom,
|
|
502
504
|
w as badgeVariants,
|
|
503
505
|
V as buttonVariants,
|
|
504
|
-
|
|
505
|
-
|
|
506
|
+
af as toggleVariants,
|
|
507
|
+
Fi as useSidebar
|
|
506
508
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as t, jsxs as Q } from "react/jsx-runtime";
|
|
2
2
|
import { ChevronDownIcon as W } from "lucide-react";
|
|
3
|
-
import { c as E } from "../../../utils-
|
|
3
|
+
import { c as E } from "../../../utils-CVF2pBPP.js";
|
|
4
4
|
import l from "react";
|
|
5
5
|
import { c as X } from "../../../index-DFZozV_h.js";
|
|
6
6
|
import { c as Z } from "../../../index-DJQkmo5O.js";
|