@arcadeai/design-system 3.8.1 → 3.9.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/brightdata.js +10 -0
- package/dist/assets/icons/pagerduty.js +10 -0
- package/dist/assets/icons/squareup.js +14 -0
- package/dist/assets/icons/zoho-books.js +10 -0
- package/dist/assets/icons/zoho-creator.js +15 -0
- package/dist/assets/icons/zoho.js +17 -0
- package/dist/components/index.js +346 -334
- package/dist/components/ui/atoms/icons/brightdata.d.ts +3 -0
- package/dist/components/ui/atoms/icons/brightdata.js +25 -0
- package/dist/components/ui/atoms/icons/index.d.ts +6 -0
- package/dist/components/ui/atoms/icons/index.js +216 -204
- package/dist/components/ui/atoms/icons/pagerduty.d.ts +3 -0
- package/dist/components/ui/atoms/icons/pagerduty.js +44 -0
- package/dist/components/ui/atoms/icons/squareup.d.ts +3 -0
- package/dist/components/ui/atoms/icons/squareup.js +56 -0
- package/dist/components/ui/atoms/icons/zoho-books.d.ts +3 -0
- package/dist/components/ui/atoms/icons/zoho-books.js +33 -0
- package/dist/components/ui/atoms/icons/zoho-creator.d.ts +3 -0
- package/dist/components/ui/atoms/icons/zoho-creator.js +44 -0
- package/dist/components/ui/atoms/icons/zoho.d.ts +3 -0
- package/dist/components/ui/atoms/icons/zoho.js +108 -0
- package/dist/components/ui/atoms/index.js +338 -326
- package/dist/components/ui/index.js +346 -334
- package/dist/main.js +383 -371
- package/dist/metadata/oauth-providers.d.ts +12 -0
- package/dist/metadata/oauth-providers.js +128 -56
- package/dist/metadata/toolkit-icons.js +243 -227
- package/dist/metadata/toolkits.js +84 -19
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { Accordion as e, AccordionContent as t, AccordionItem as p, AccordionTrigger as a } from "./components/ui/atoms/accordion.js";
|
|
2
2
|
import { Alert as i, AlertDescription as l, AlertTitle as f } from "./components/ui/atoms/alert.js";
|
|
3
|
-
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as g, AlertDialogContent as u, AlertDialogDescription as
|
|
4
|
-
import { Avatar as
|
|
5
|
-
import { Badge as
|
|
3
|
+
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as g, AlertDialogContent as u, AlertDialogDescription as S, AlertDialogFooter as b, AlertDialogHeader as c, AlertDialogOverlay as T, AlertDialogPortal as s, AlertDialogTitle as C, AlertDialogTrigger as D } from "./components/ui/atoms/alert-dialog.js";
|
|
4
|
+
import { Avatar as h, AvatarFallback as M, AvatarImage as B } from "./components/ui/atoms/avatar.js";
|
|
5
|
+
import { Badge as k, badgeVariants as I } from "./components/ui/atoms/badge.js";
|
|
6
6
|
import { Breadcrumb as O, BreadcrumbEllipsis as v, BreadcrumbItem as R, BreadcrumbLink as w, BreadcrumbList as y, BreadcrumbPage as H, BreadcrumbSeparator as L } from "./components/ui/atoms/breadcrumb.js";
|
|
7
7
|
import { Button as F, buttonVariants as _ } from "./components/ui/atoms/button.js";
|
|
8
8
|
import { ByocBadge as V } from "./components/ui/atoms/byoc-badge.js";
|
|
9
|
-
import { Card as z, CardAction as
|
|
9
|
+
import { Card as z, CardAction as Z, CardContent as q, CardDescription as K, CardFooter as W, CardHeader as J, CardTitle as X } from "./components/ui/atoms/card.js";
|
|
10
10
|
import { ChartContainer as Y, ChartLegend as j, ChartLegendContent as $, ChartStyle as oo, ChartTooltip as ro, ChartTooltipContent as eo } from "./components/ui/atoms/chart.js";
|
|
11
11
|
import { Checkbox as po } from "./components/ui/atoms/checkbox.js";
|
|
12
12
|
import { Collapsible as mo, CollapsibleContent as io, CollapsibleTrigger as lo } from "./components/ui/atoms/collapsible.js";
|
|
13
|
-
import { Command as xo, CommandDialog as no, CommandEmpty as go, CommandGroup as uo, CommandInput as
|
|
14
|
-
import { Dialog as Do, DialogClose as Ao, DialogContent as
|
|
15
|
-
import { DropdownMenu as Ro, DropdownMenuCheckboxItem as wo, DropdownMenuContent as yo, DropdownMenuGroup as Ho, DropdownMenuItem as Lo, DropdownMenuLabel as Eo, DropdownMenuPortal as Fo, DropdownMenuRadioGroup as _o, DropdownMenuRadioItem as Uo, DropdownMenuSeparator as Vo, DropdownMenuShortcut as No, DropdownMenuSub as zo, DropdownMenuSubContent as
|
|
16
|
-
import { HoverCard as
|
|
13
|
+
import { Command as xo, CommandDialog as no, CommandEmpty as go, CommandGroup as uo, CommandInput as So, CommandItem as bo, CommandList as co, CommandSeparator as To, CommandShortcut as so } from "./components/ui/atoms/command.js";
|
|
14
|
+
import { Dialog as Do, DialogClose as Ao, DialogContent as ho, DialogDescription as Mo, DialogFooter as Bo, DialogHeader as Po, DialogOverlay as ko, DialogPortal as Io, DialogTitle as Go, DialogTrigger as Oo } from "./components/ui/atoms/dialog.js";
|
|
15
|
+
import { DropdownMenu as Ro, DropdownMenuCheckboxItem as wo, DropdownMenuContent as yo, DropdownMenuGroup as Ho, DropdownMenuItem as Lo, DropdownMenuLabel as Eo, DropdownMenuPortal as Fo, DropdownMenuRadioGroup as _o, DropdownMenuRadioItem as Uo, DropdownMenuSeparator as Vo, DropdownMenuShortcut as No, DropdownMenuSub as zo, DropdownMenuSubContent as Zo, DropdownMenuSubTrigger as qo, DropdownMenuTrigger as Ko } from "./components/ui/atoms/dropdown-menu.js";
|
|
16
|
+
import { HoverCard as Jo, HoverCardContent as Xo, HoverCardTrigger as Qo } from "./components/ui/atoms/hover-card.js";
|
|
17
17
|
import { Adp as jo } from "./components/ui/atoms/icons/adp.js";
|
|
18
18
|
import { Aha as or } from "./components/ui/atoms/icons/aha.js";
|
|
19
19
|
import { Airtable as er } from "./components/ui/atoms/icons/airtable.js";
|
|
@@ -23,143 +23,149 @@ import { Asana as lr } from "./components/ui/atoms/icons/asana.js";
|
|
|
23
23
|
import { Ashby as xr } from "./components/ui/atoms/icons/ashby.js";
|
|
24
24
|
import { Atlassian as dr } from "./components/ui/atoms/icons/atlassian.js";
|
|
25
25
|
import { Auth0 as ur } from "./components/ui/atoms/icons/auth0.js";
|
|
26
|
-
import { Azure as
|
|
26
|
+
import { Azure as br } from "./components/ui/atoms/icons/azure.js";
|
|
27
27
|
import { Bamboohr as Tr } from "./components/ui/atoms/icons/bamboohr.js";
|
|
28
28
|
import { Basecamp as Cr } from "./components/ui/atoms/icons/basecamp.js";
|
|
29
29
|
import { Bill as Ar } from "./components/ui/atoms/icons/bill.js";
|
|
30
|
-
import { Bitbucket as
|
|
31
|
-
import { Bluesky as
|
|
32
|
-
import { Box as
|
|
30
|
+
import { Bitbucket as Mr } from "./components/ui/atoms/icons/bitbucket.js";
|
|
31
|
+
import { Bluesky as Pr } from "./components/ui/atoms/icons/bluesky.js";
|
|
32
|
+
import { Box as Ir } from "./components/ui/atoms/icons/box.js";
|
|
33
33
|
import { Braze as Or } from "./components/ui/atoms/icons/braze.js";
|
|
34
34
|
import { Brex as Rr } from "./components/ui/atoms/icons/brex.js";
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
35
|
+
import { Brightdata as yr } from "./components/ui/atoms/icons/brightdata.js";
|
|
36
|
+
import { Buffer as Lr } from "./components/ui/atoms/icons/buffer.js";
|
|
37
|
+
import { Calendly as Fr } from "./components/ui/atoms/icons/calendly.js";
|
|
38
|
+
import { Clickhouse as Ur } from "./components/ui/atoms/icons/clickhouse.js";
|
|
39
|
+
import { Clickup as Nr } from "./components/ui/atoms/icons/clickup.js";
|
|
40
|
+
import { Closeio as Zr } from "./components/ui/atoms/icons/closeio.js";
|
|
40
41
|
import { Codesandbox as Kr } from "./components/ui/atoms/icons/codesandbox.js";
|
|
41
|
-
import { Coinbase as
|
|
42
|
-
import { Confluence as
|
|
43
|
-
import { Cursor as
|
|
44
|
-
import { Datadog as
|
|
45
|
-
import { DigitalOcean as
|
|
46
|
-
import { Discord as
|
|
47
|
-
import { Dropbox as
|
|
48
|
-
import { E2b as
|
|
49
|
-
import { Ebay as
|
|
50
|
-
import { Evernote as
|
|
51
|
-
import { Factorial as
|
|
52
|
-
import { Figma as
|
|
53
|
-
import { Firecrawl as
|
|
54
|
-
import { Freshservice as
|
|
55
|
-
import { Generic as
|
|
56
|
-
import { Github as
|
|
57
|
-
import { Gitlab as
|
|
58
|
-
import { Gmail as
|
|
59
|
-
import { Google as
|
|
60
|
-
import { GoogleCalendar as
|
|
61
|
-
import { GoogleContacts as
|
|
62
|
-
import { GoogleDocs as
|
|
63
|
-
import { GoogleDrive as
|
|
64
|
-
import { GoogleFinance as
|
|
65
|
-
import { GoogleFlight as
|
|
66
|
-
import { GoogleFlights as
|
|
42
|
+
import { Coinbase as Jr } from "./components/ui/atoms/icons/coinbase.js";
|
|
43
|
+
import { Confluence as Qr } from "./components/ui/atoms/icons/confluence.js";
|
|
44
|
+
import { Cursor as jr } from "./components/ui/atoms/icons/cursor.js";
|
|
45
|
+
import { Datadog as oe } from "./components/ui/atoms/icons/datadog.js";
|
|
46
|
+
import { DigitalOcean as ee } from "./components/ui/atoms/icons/digital-ocean.js";
|
|
47
|
+
import { Discord as pe } from "./components/ui/atoms/icons/discord.js";
|
|
48
|
+
import { Dropbox as me } from "./components/ui/atoms/icons/dropbox.js";
|
|
49
|
+
import { E2b as le } from "./components/ui/atoms/icons/e2b.js";
|
|
50
|
+
import { Ebay as xe } from "./components/ui/atoms/icons/ebay.js";
|
|
51
|
+
import { Evernote as de } from "./components/ui/atoms/icons/evernote.js";
|
|
52
|
+
import { Factorial as ue } from "./components/ui/atoms/icons/factorial.js";
|
|
53
|
+
import { Figma as be } from "./components/ui/atoms/icons/figma.js";
|
|
54
|
+
import { Firecrawl as Te } from "./components/ui/atoms/icons/firecrawl.js";
|
|
55
|
+
import { Freshservice as Ce } from "./components/ui/atoms/icons/freshservice.js";
|
|
56
|
+
import { Generic as Ae } from "./components/ui/atoms/icons/generic.js";
|
|
57
|
+
import { Github as Me } from "./components/ui/atoms/icons/github.js";
|
|
58
|
+
import { Gitlab as Pe } from "./components/ui/atoms/icons/gitlab.js";
|
|
59
|
+
import { Gmail as Ie } from "./components/ui/atoms/icons/gmail.js";
|
|
60
|
+
import { Google as Oe } from "./components/ui/atoms/icons/google.js";
|
|
61
|
+
import { GoogleCalendar as Re } from "./components/ui/atoms/icons/google-calendar.js";
|
|
62
|
+
import { GoogleContacts as ye } from "./components/ui/atoms/icons/google-contacts.js";
|
|
63
|
+
import { GoogleDocs as Le } from "./components/ui/atoms/icons/google-docs.js";
|
|
64
|
+
import { GoogleDrive as Fe } from "./components/ui/atoms/icons/google-drive.js";
|
|
65
|
+
import { GoogleFinance as Ue } from "./components/ui/atoms/icons/google-finance.js";
|
|
66
|
+
import { GoogleFlight as Ne } from "./components/ui/atoms/icons/google-flight.js";
|
|
67
|
+
import { GoogleFlights as Ze } from "./components/ui/atoms/icons/google-flights.js";
|
|
67
68
|
import { GoogleHotels as Ke } from "./components/ui/atoms/icons/google-hotels.js";
|
|
68
|
-
import { GoogleJobs as
|
|
69
|
-
import { GoogleMaps as
|
|
70
|
-
import { GoogleNews as
|
|
71
|
-
import { GoogleSheets as
|
|
72
|
-
import { GoogleShopping as
|
|
73
|
-
import { GoogleSlides as
|
|
74
|
-
import { Heroku as
|
|
75
|
-
import { Hootsuite as
|
|
76
|
-
import { Hubspot as
|
|
77
|
-
import { Imgflip as
|
|
78
|
-
import { Intercom as
|
|
79
|
-
import { Jira as
|
|
80
|
-
import { Linear as
|
|
81
|
-
import { Linkedin as
|
|
82
|
-
import { Mailchimp as
|
|
83
|
-
import { Mcp as
|
|
84
|
-
import { Microsoft as
|
|
85
|
-
import { MicrosoftDynamics as
|
|
86
|
-
import { MicrosoftSharepoint as
|
|
87
|
-
import { MicrosoftTeams as
|
|
88
|
-
import { Miro as
|
|
89
|
-
import { Monday as
|
|
90
|
-
import { MongoDB as
|
|
91
|
-
import { Netsuite as
|
|
92
|
-
import { Notion as
|
|
93
|
-
import { Oauth as
|
|
69
|
+
import { GoogleJobs as Je } from "./components/ui/atoms/icons/google-jobs.js";
|
|
70
|
+
import { GoogleMaps as Qe } from "./components/ui/atoms/icons/google-maps.js";
|
|
71
|
+
import { GoogleNews as je } from "./components/ui/atoms/icons/google-news.js";
|
|
72
|
+
import { GoogleSheets as ot } from "./components/ui/atoms/icons/google-sheets.js";
|
|
73
|
+
import { GoogleShopping as et } from "./components/ui/atoms/icons/google-shopping.js";
|
|
74
|
+
import { GoogleSlides as pt } from "./components/ui/atoms/icons/google-slides.js";
|
|
75
|
+
import { Heroku as mt } from "./components/ui/atoms/icons/heroku.js";
|
|
76
|
+
import { Hootsuite as lt } from "./components/ui/atoms/icons/hootsuite.js";
|
|
77
|
+
import { Hubspot as xt } from "./components/ui/atoms/icons/hubspot.js";
|
|
78
|
+
import { Imgflip as dt } from "./components/ui/atoms/icons/imgflip.js";
|
|
79
|
+
import { Intercom as ut } from "./components/ui/atoms/icons/intercom.js";
|
|
80
|
+
import { Jira as bt } from "./components/ui/atoms/icons/jira.js";
|
|
81
|
+
import { Linear as Tt } from "./components/ui/atoms/icons/linear.js";
|
|
82
|
+
import { Linkedin as Ct } from "./components/ui/atoms/icons/linkedin.js";
|
|
83
|
+
import { Mailchimp as At } from "./components/ui/atoms/icons/mailchimp.js";
|
|
84
|
+
import { Mcp as Mt } from "./components/ui/atoms/icons/mcp.js";
|
|
85
|
+
import { Microsoft as Pt } from "./components/ui/atoms/icons/microsoft.js";
|
|
86
|
+
import { MicrosoftDynamics as It } from "./components/ui/atoms/icons/microsoft-dynamics.js";
|
|
87
|
+
import { MicrosoftSharepoint as Ot } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
88
|
+
import { MicrosoftTeams as Rt } from "./components/ui/atoms/icons/microsoft-teams.js";
|
|
89
|
+
import { Miro as yt } from "./components/ui/atoms/icons/miro.js";
|
|
90
|
+
import { Monday as Lt } from "./components/ui/atoms/icons/monday.js";
|
|
91
|
+
import { MongoDB as Ft } from "./components/ui/atoms/icons/mongodb.js";
|
|
92
|
+
import { Netsuite as Ut } from "./components/ui/atoms/icons/netsuite.js";
|
|
93
|
+
import { Notion as Nt } from "./components/ui/atoms/icons/notion.js";
|
|
94
|
+
import { Oauth as Zt } from "./components/ui/atoms/icons/oauth.js";
|
|
94
95
|
import { Obsidian as Kt } from "./components/ui/atoms/icons/obsidian.js";
|
|
95
|
-
import { Okta as
|
|
96
|
-
import { OneDrive as
|
|
97
|
-
import { OutlookCalendar as
|
|
98
|
-
import { OutlookMail as
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
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 {
|
|
96
|
+
import { Okta as Jt } from "./components/ui/atoms/icons/okta.js";
|
|
97
|
+
import { OneDrive as Qt } from "./components/ui/atoms/icons/one-drive.js";
|
|
98
|
+
import { OutlookCalendar as jt } from "./components/ui/atoms/icons/outlook-calendar.js";
|
|
99
|
+
import { OutlookMail as op } from "./components/ui/atoms/icons/outlook-mail.js";
|
|
100
|
+
import { Pagerduty as ep } from "./components/ui/atoms/icons/pagerduty.js";
|
|
101
|
+
import { Pinecone as pp } from "./components/ui/atoms/icons/pinecone.js";
|
|
102
|
+
import { Pinterest as mp } from "./components/ui/atoms/icons/pinterest.js";
|
|
103
|
+
import { Pipedrive as lp } from "./components/ui/atoms/icons/pipedrive.js";
|
|
104
|
+
import { Plaid as xp } from "./components/ui/atoms/icons/plaid.js";
|
|
105
|
+
import { Postgres as dp } from "./components/ui/atoms/icons/postgres.js";
|
|
106
|
+
import { Quickbooks as up } from "./components/ui/atoms/icons/quickbooks.js";
|
|
107
|
+
import { Reddit as bp } from "./components/ui/atoms/icons/reddit.js";
|
|
108
|
+
import { Salesforce as Tp } from "./components/ui/atoms/icons/salesforce.js";
|
|
109
|
+
import { Shopify as Cp } from "./components/ui/atoms/icons/shopify.js";
|
|
110
|
+
import { Singlestore as Ap } from "./components/ui/atoms/icons/singlestore.js";
|
|
111
|
+
import { Slack as Mp } from "./components/ui/atoms/icons/slack.js";
|
|
112
|
+
import { Snowflake as Pp } from "./components/ui/atoms/icons/snowflake.js";
|
|
113
|
+
import { Splunk as Ip } from "./components/ui/atoms/icons/splunk.js";
|
|
114
|
+
import { Spotify as Op } from "./components/ui/atoms/icons/spotify.js";
|
|
115
|
+
import { Square as Rp } from "./components/ui/atoms/icons/square.js";
|
|
116
|
+
import { Squarespace as yp } from "./components/ui/atoms/icons/squarespace.js";
|
|
117
|
+
import { Squareup as Lp } from "./components/ui/atoms/icons/squareup.js";
|
|
118
|
+
import { Stripe as Fp } from "./components/ui/atoms/icons/stripe.js";
|
|
119
|
+
import { Tesla as Up } from "./components/ui/atoms/icons/tesla.js";
|
|
120
|
+
import { Tiktok as Np } from "./components/ui/atoms/icons/tiktok.js";
|
|
121
|
+
import { Trello as Zp } from "./components/ui/atoms/icons/trello.js";
|
|
122
|
+
import { Twilio as Kp } from "./components/ui/atoms/icons/twilio.js";
|
|
123
|
+
import { Twitch as Jp } from "./components/ui/atoms/icons/twitch.js";
|
|
124
|
+
import { Vercel as Qp } from "./components/ui/atoms/icons/vercel.js";
|
|
125
|
+
import { Walmart as jp } from "./components/ui/atoms/icons/walmart.js";
|
|
126
|
+
import { Weaviate as oa } from "./components/ui/atoms/icons/weaviate.js";
|
|
127
|
+
import { Workday as ea } from "./components/ui/atoms/icons/workday.js";
|
|
128
|
+
import { Wrike as pa } from "./components/ui/atoms/icons/wrike.js";
|
|
129
|
+
import { X as ma } from "./components/ui/atoms/icons/x.js";
|
|
130
|
+
import { Xero as la } from "./components/ui/atoms/icons/xero.js";
|
|
131
|
+
import { Youtube as xa } from "./components/ui/atoms/icons/youtube.js";
|
|
132
|
+
import { Zendesk as da } from "./components/ui/atoms/icons/zendesk.js";
|
|
133
|
+
import { Zoho as ua } from "./components/ui/atoms/icons/zoho.js";
|
|
134
|
+
import { ZohoBooks as ba } from "./components/ui/atoms/icons/zoho-books.js";
|
|
135
|
+
import { ZohoCreator as Ta } from "./components/ui/atoms/icons/zoho-creator.js";
|
|
136
|
+
import { Zoom as Ca } from "./components/ui/atoms/icons/zoom.js";
|
|
137
|
+
import { Input as Aa } from "./components/ui/atoms/input.js";
|
|
138
|
+
import { Label as Ma } from "./components/ui/atoms/label.js";
|
|
139
|
+
import { MobileTooltip as Pa, MobileTooltipContent as ka, MobileTooltipProvider as Ia, MobileTooltipTrigger as Ga } from "./components/ui/atoms/mobile-tooltip.js";
|
|
140
|
+
import { Popover as va, PopoverAnchor as Ra, PopoverContent as wa, PopoverTrigger as ya } from "./components/ui/atoms/popover.js";
|
|
141
|
+
import { ProBadge as La } from "./components/ui/atoms/pro-badge.js";
|
|
142
|
+
import { Progress as Fa } from "./components/ui/atoms/progress.js";
|
|
143
|
+
import { RadioGroup as Ua, RadioGroupItem as Va } from "./components/ui/atoms/radio-group.js";
|
|
144
|
+
import { ResizableHandle as za, ResizablePanel as Za, ResizablePanelGroup as qa } from "./components/ui/atoms/resizable.js";
|
|
145
|
+
import { ScrollArea as Wa, ScrollBar as Ja } from "./components/ui/atoms/scroll-area.js";
|
|
146
|
+
import { Select as Qa, SelectContent as Ya, SelectGroup as ja, SelectItem as $a, SelectLabel as om, SelectScrollDownButton as rm, SelectScrollUpButton as em, SelectSeparator as tm, SelectTrigger as pm, SelectValue as am } from "./components/ui/atoms/select.js";
|
|
147
|
+
import { Separator as im } from "./components/ui/atoms/separator.js";
|
|
148
|
+
import { Sheet as fm, SheetClose as xm, SheetContent as nm, SheetDescription as dm, SheetFooter as gm, SheetHeader as um, SheetTitle as Sm, SheetTrigger as bm } from "./components/ui/atoms/sheet.js";
|
|
149
|
+
import { Sidebar as Tm, SidebarContent as sm, SidebarFooter as Cm, SidebarGroup as Dm, SidebarGroupAction as Am, SidebarGroupContent as hm, SidebarGroupLabel as Mm, SidebarHeader as Bm, SidebarInput as Pm, SidebarInset as km, SidebarMenu as Im, SidebarMenuAction as Gm, SidebarMenuBadge as Om, SidebarMenuButton as vm, SidebarMenuItem as Rm, SidebarMenuSkeleton as wm, SidebarMenuSub as ym, SidebarMenuSubButton as Hm, SidebarMenuSubItem as Lm, SidebarProvider as Em, SidebarRail as Fm, SidebarSeparator as _m, SidebarTrigger as Um, useSidebar as Vm } from "./components/ui/atoms/sidebar.js";
|
|
150
|
+
import { Skeleton as zm } from "./components/ui/atoms/skeleton.js";
|
|
151
|
+
import { Slider as qm } from "./components/ui/atoms/slider.js";
|
|
152
|
+
import { Switch as Wm } from "./components/ui/atoms/switch.js";
|
|
153
|
+
import { Table as Xm, TableBody as Qm, TableCaption as Ym, TableCell as jm, TableFooter as $m, TableHead as oi, TableHeader as ri, TableRow as ei } from "./components/ui/atoms/table.js";
|
|
154
|
+
import { Tabs as pi, TabsContent as ai, TabsList as mi, TabsTrigger as ii } from "./components/ui/atoms/tabs.js";
|
|
155
|
+
import { Textarea as fi } from "./components/ui/atoms/textarea.js";
|
|
156
|
+
import { Toggle as ni, toggleVariants as di } from "./components/ui/atoms/toggle.js";
|
|
157
|
+
import { Tooltip as ui, TooltipContent as Si, TooltipProvider as bi, TooltipTrigger as ci } from "./components/ui/atoms/tooltip.js";
|
|
158
|
+
import { EmptyState as si } from "./components/ui/molecules/empty-state.js";
|
|
159
|
+
import { R as Di, T as Ai } from "./toolkit-card-BzIa8ZXI.js";
|
|
160
|
+
import { ToolCard as Mi } from "./components/ui/molecules/tool-card.js";
|
|
161
|
+
import { ToolkitPickerTrigger as Pi } from "./components/ui/molecules/toolkit-picker-trigger.js";
|
|
162
|
+
import { ToolkitSelectionSummary as Ii } from "./components/ui/molecules/toolkit-selection-summary.js";
|
|
163
|
+
import { ToolkitPicker as Oi } from "./components/ui/organisms/toolkit-picker/index.js";
|
|
164
|
+
import { PUBLIC_ICON_URL as Ri } from "./metadata/constants.js";
|
|
165
|
+
import { OAUTH2_PROVIDER as yi, OAUTH_PROVIDERS as Hi, OAUTH_PROVIDER_CATALOGUE as Li, OAuthId as Ei, OAuthProviderId as Fi, OTHER_OAUTH_PROVIDERS as _i, PREBUILT_OAUTH_PROVIDERS as Ui } from "./metadata/oauth-providers.js";
|
|
166
|
+
import { TOOLKIT_ICON_MAP as Ni, getToolIconByToolkitName as zi, getToolkitIcon as Zi, getToolkitIconByName as qi } from "./metadata/toolkit-icons.js";
|
|
167
|
+
import { CATEGORIES as Wi, TOOLKITS as Ji, TOOLKIT_CATALOGUE as Xi } from "./metadata/toolkits.js";
|
|
168
|
+
import { findPrebuiltProviderById as Yi, findPrebuiltProviderByProviderId as ji, findToolkitByName as $i, isKnownToolkit as ol, isPrebuiltProvider as rl } from "./metadata/utils.js";
|
|
163
169
|
export {
|
|
164
170
|
e as Accordion,
|
|
165
171
|
t as AccordionContent,
|
|
@@ -174,8 +180,8 @@ export {
|
|
|
174
180
|
d as AlertDialogAction,
|
|
175
181
|
g as AlertDialogCancel,
|
|
176
182
|
u as AlertDialogContent,
|
|
177
|
-
|
|
178
|
-
|
|
183
|
+
S as AlertDialogDescription,
|
|
184
|
+
b as AlertDialogFooter,
|
|
179
185
|
c as AlertDialogHeader,
|
|
180
186
|
T as AlertDialogOverlay,
|
|
181
187
|
s as AlertDialogPortal,
|
|
@@ -188,17 +194,17 @@ export {
|
|
|
188
194
|
xr as Ashby,
|
|
189
195
|
dr as Atlassian,
|
|
190
196
|
ur as Auth0,
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
197
|
+
h as Avatar,
|
|
198
|
+
M as AvatarFallback,
|
|
199
|
+
B as AvatarImage,
|
|
200
|
+
br as Azure,
|
|
201
|
+
k as Badge,
|
|
196
202
|
Tr as Bamboohr,
|
|
197
203
|
Cr as Basecamp,
|
|
198
204
|
Ar as Bill,
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
205
|
+
Mr as Bitbucket,
|
|
206
|
+
Pr as Bluesky,
|
|
207
|
+
Ir as Box,
|
|
202
208
|
Or as Braze,
|
|
203
209
|
O as Breadcrumb,
|
|
204
210
|
v as BreadcrumbEllipsis,
|
|
@@ -208,18 +214,19 @@ export {
|
|
|
208
214
|
H as BreadcrumbPage,
|
|
209
215
|
L as BreadcrumbSeparator,
|
|
210
216
|
Rr as Brex,
|
|
211
|
-
yr as
|
|
217
|
+
yr as Brightdata,
|
|
218
|
+
Lr as Buffer,
|
|
212
219
|
F as Button,
|
|
213
220
|
V as ByocBadge,
|
|
214
|
-
|
|
215
|
-
|
|
221
|
+
Wi as CATEGORIES,
|
|
222
|
+
Fr as Calendly,
|
|
216
223
|
z as Card,
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
224
|
+
Z as CardAction,
|
|
225
|
+
q as CardContent,
|
|
226
|
+
K as CardDescription,
|
|
227
|
+
W as CardFooter,
|
|
228
|
+
J as CardHeader,
|
|
229
|
+
X as CardTitle,
|
|
223
230
|
Y as ChartContainer,
|
|
224
231
|
j as ChartLegend,
|
|
225
232
|
$ as ChartLegendContent,
|
|
@@ -227,11 +234,11 @@ export {
|
|
|
227
234
|
ro as ChartTooltip,
|
|
228
235
|
eo as ChartTooltipContent,
|
|
229
236
|
po as Checkbox,
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
237
|
+
Ur as Clickhouse,
|
|
238
|
+
Nr as Clickup,
|
|
239
|
+
Zr as Closeio,
|
|
233
240
|
Kr as Codesandbox,
|
|
234
|
-
|
|
241
|
+
Jr as Coinbase,
|
|
235
242
|
mo as Collapsible,
|
|
236
243
|
io as CollapsibleContent,
|
|
237
244
|
lo as CollapsibleTrigger,
|
|
@@ -239,27 +246,27 @@ export {
|
|
|
239
246
|
no as CommandDialog,
|
|
240
247
|
go as CommandEmpty,
|
|
241
248
|
uo as CommandGroup,
|
|
242
|
-
|
|
243
|
-
|
|
249
|
+
So as CommandInput,
|
|
250
|
+
bo as CommandItem,
|
|
244
251
|
co as CommandList,
|
|
245
252
|
To as CommandSeparator,
|
|
246
253
|
so as CommandShortcut,
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
254
|
+
Qr as Confluence,
|
|
255
|
+
jr as Cursor,
|
|
256
|
+
oe as Datadog,
|
|
250
257
|
Do as Dialog,
|
|
251
258
|
Ao as DialogClose,
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
259
|
+
ho as DialogContent,
|
|
260
|
+
Mo as DialogDescription,
|
|
261
|
+
Bo as DialogFooter,
|
|
262
|
+
Po as DialogHeader,
|
|
263
|
+
ko as DialogOverlay,
|
|
264
|
+
Io as DialogPortal,
|
|
258
265
|
Go as DialogTitle,
|
|
259
266
|
Oo as DialogTrigger,
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
267
|
+
ee as DigitalOcean,
|
|
268
|
+
pe as Discord,
|
|
269
|
+
me as Dropbox,
|
|
263
270
|
Ro as DropdownMenu,
|
|
264
271
|
wo as DropdownMenuCheckboxItem,
|
|
265
272
|
yo as DropdownMenuContent,
|
|
@@ -272,205 +279,210 @@ export {
|
|
|
272
279
|
Vo as DropdownMenuSeparator,
|
|
273
280
|
No as DropdownMenuShortcut,
|
|
274
281
|
zo as DropdownMenuSub,
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
282
|
+
Zo as DropdownMenuSubContent,
|
|
283
|
+
qo as DropdownMenuSubTrigger,
|
|
284
|
+
Ko as DropdownMenuTrigger,
|
|
285
|
+
le as E2b,
|
|
286
|
+
xe as Ebay,
|
|
287
|
+
si as EmptyState,
|
|
288
|
+
de as Evernote,
|
|
289
|
+
ue as Factorial,
|
|
290
|
+
be as Figma,
|
|
291
|
+
Te as Firecrawl,
|
|
292
|
+
Ce as Freshservice,
|
|
293
|
+
Ae as Generic,
|
|
294
|
+
Me as Github,
|
|
295
|
+
Pe as Gitlab,
|
|
296
|
+
Ie as Gmail,
|
|
297
|
+
Oe as Google,
|
|
298
|
+
Re as GoogleCalendar,
|
|
299
|
+
ye as GoogleContacts,
|
|
300
|
+
Le as GoogleDocs,
|
|
301
|
+
Fe as GoogleDrive,
|
|
302
|
+
Ue as GoogleFinance,
|
|
303
|
+
Ne as GoogleFlight,
|
|
304
|
+
Ze as GoogleFlights,
|
|
298
305
|
Ke as GoogleHotels,
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
306
|
+
Je as GoogleJobs,
|
|
307
|
+
Qe as GoogleMaps,
|
|
308
|
+
je as GoogleNews,
|
|
309
|
+
ot as GoogleSheets,
|
|
310
|
+
et as GoogleShopping,
|
|
311
|
+
pt as GoogleSlides,
|
|
312
|
+
mt as Heroku,
|
|
313
|
+
lt as Hootsuite,
|
|
314
|
+
Jo as HoverCard,
|
|
315
|
+
Xo as HoverCardContent,
|
|
309
316
|
Qo as HoverCardTrigger,
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
317
|
+
xt as Hubspot,
|
|
318
|
+
dt as Imgflip,
|
|
319
|
+
Aa as Input,
|
|
320
|
+
ut as Intercom,
|
|
321
|
+
bt as Jira,
|
|
322
|
+
Ma as Label,
|
|
323
|
+
Tt as Linear,
|
|
324
|
+
Ct as Linkedin,
|
|
325
|
+
At as Mailchimp,
|
|
326
|
+
Mt as Mcp,
|
|
327
|
+
Pt as Microsoft,
|
|
328
|
+
It as MicrosoftDynamics,
|
|
329
|
+
Ot as MicrosoftSharepoint,
|
|
330
|
+
Rt as MicrosoftTeams,
|
|
331
|
+
yt as Miro,
|
|
332
|
+
Pa as MobileTooltip,
|
|
333
|
+
ka as MobileTooltipContent,
|
|
334
|
+
Ia as MobileTooltipProvider,
|
|
335
|
+
Ga as MobileTooltipTrigger,
|
|
336
|
+
Lt as Monday,
|
|
337
|
+
Ft as MongoDB,
|
|
338
|
+
Ut as Netsuite,
|
|
339
|
+
Nt as Notion,
|
|
340
|
+
yi as OAUTH2_PROVIDER,
|
|
341
|
+
Hi as OAUTH_PROVIDERS,
|
|
342
|
+
Li as OAUTH_PROVIDER_CATALOGUE,
|
|
343
|
+
Ei as OAuthId,
|
|
344
|
+
Fi as OAuthProviderId,
|
|
345
|
+
_i as OTHER_OAUTH_PROVIDERS,
|
|
346
|
+
Zt as Oauth,
|
|
340
347
|
Kt as Obsidian,
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
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
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
Kp as
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
348
|
+
Jt as Okta,
|
|
349
|
+
Qt as OneDrive,
|
|
350
|
+
jt as OutlookCalendar,
|
|
351
|
+
op as OutlookMail,
|
|
352
|
+
Ui as PREBUILT_OAUTH_PROVIDERS,
|
|
353
|
+
Ri as PUBLIC_ICON_URL,
|
|
354
|
+
ep as Pagerduty,
|
|
355
|
+
pp as Pinecone,
|
|
356
|
+
mp as Pinterest,
|
|
357
|
+
lp as Pipedrive,
|
|
358
|
+
xp as Plaid,
|
|
359
|
+
va as Popover,
|
|
360
|
+
Ra as PopoverAnchor,
|
|
361
|
+
wa as PopoverContent,
|
|
362
|
+
ya as PopoverTrigger,
|
|
363
|
+
dp as Postgres,
|
|
364
|
+
La as ProBadge,
|
|
365
|
+
Fa as Progress,
|
|
366
|
+
up as Quickbooks,
|
|
367
|
+
Ua as RadioGroup,
|
|
368
|
+
Va as RadioGroupItem,
|
|
369
|
+
bp as Reddit,
|
|
370
|
+
Di as RequirementBadges,
|
|
371
|
+
za as ResizableHandle,
|
|
372
|
+
Za as ResizablePanel,
|
|
373
|
+
qa as ResizablePanelGroup,
|
|
374
|
+
Tp as Salesforce,
|
|
375
|
+
Wa as ScrollArea,
|
|
376
|
+
Ja as ScrollBar,
|
|
377
|
+
Qa as Select,
|
|
378
|
+
Ya as SelectContent,
|
|
379
|
+
ja as SelectGroup,
|
|
380
|
+
$a as SelectItem,
|
|
381
|
+
om as SelectLabel,
|
|
382
|
+
rm as SelectScrollDownButton,
|
|
383
|
+
em as SelectScrollUpButton,
|
|
384
|
+
tm as SelectSeparator,
|
|
385
|
+
pm as SelectTrigger,
|
|
386
|
+
am as SelectValue,
|
|
387
|
+
im as Separator,
|
|
388
|
+
fm as Sheet,
|
|
389
|
+
xm as SheetClose,
|
|
390
|
+
nm as SheetContent,
|
|
391
|
+
dm as SheetDescription,
|
|
392
|
+
gm as SheetFooter,
|
|
393
|
+
um as SheetHeader,
|
|
394
|
+
Sm as SheetTitle,
|
|
395
|
+
bm as SheetTrigger,
|
|
396
|
+
Cp as Shopify,
|
|
397
|
+
Tm as Sidebar,
|
|
398
|
+
sm as SidebarContent,
|
|
399
|
+
Cm as SidebarFooter,
|
|
400
|
+
Dm as SidebarGroup,
|
|
401
|
+
Am as SidebarGroupAction,
|
|
402
|
+
hm as SidebarGroupContent,
|
|
403
|
+
Mm as SidebarGroupLabel,
|
|
404
|
+
Bm as SidebarHeader,
|
|
405
|
+
Pm as SidebarInput,
|
|
406
|
+
km as SidebarInset,
|
|
407
|
+
Im as SidebarMenu,
|
|
408
|
+
Gm as SidebarMenuAction,
|
|
409
|
+
Om as SidebarMenuBadge,
|
|
410
|
+
vm as SidebarMenuButton,
|
|
411
|
+
Rm as SidebarMenuItem,
|
|
412
|
+
wm as SidebarMenuSkeleton,
|
|
413
|
+
ym as SidebarMenuSub,
|
|
414
|
+
Hm as SidebarMenuSubButton,
|
|
415
|
+
Lm as SidebarMenuSubItem,
|
|
416
|
+
Em as SidebarProvider,
|
|
417
|
+
Fm as SidebarRail,
|
|
418
|
+
_m as SidebarSeparator,
|
|
419
|
+
Um as SidebarTrigger,
|
|
420
|
+
Ap as Singlestore,
|
|
421
|
+
zm as Skeleton,
|
|
422
|
+
Mp as Slack,
|
|
423
|
+
qm as Slider,
|
|
424
|
+
Pp as Snowflake,
|
|
425
|
+
Ip as Splunk,
|
|
426
|
+
Op as Spotify,
|
|
427
|
+
Rp as Square,
|
|
428
|
+
yp as Squarespace,
|
|
429
|
+
Lp as Squareup,
|
|
430
|
+
Fp as Stripe,
|
|
431
|
+
Wm as Switch,
|
|
432
|
+
Ji as TOOLKITS,
|
|
433
|
+
Xi as TOOLKIT_CATALOGUE,
|
|
434
|
+
Ni as TOOLKIT_ICON_MAP,
|
|
435
|
+
Xm as Table,
|
|
436
|
+
Qm as TableBody,
|
|
437
|
+
Ym as TableCaption,
|
|
438
|
+
jm as TableCell,
|
|
439
|
+
$m as TableFooter,
|
|
440
|
+
oi as TableHead,
|
|
441
|
+
ri as TableHeader,
|
|
442
|
+
ei as TableRow,
|
|
443
|
+
pi as Tabs,
|
|
444
|
+
ai as TabsContent,
|
|
445
|
+
mi as TabsList,
|
|
446
|
+
ii as TabsTrigger,
|
|
447
|
+
Up as Tesla,
|
|
448
|
+
fi as Textarea,
|
|
449
|
+
Np as Tiktok,
|
|
450
|
+
ni as Toggle,
|
|
451
|
+
Mi as ToolCard,
|
|
452
|
+
Ai as ToolkitCard,
|
|
453
|
+
Oi as ToolkitPicker,
|
|
454
|
+
Pi as ToolkitPickerTrigger,
|
|
455
|
+
Ii as ToolkitSelectionSummary,
|
|
456
|
+
ui as Tooltip,
|
|
457
|
+
Si as TooltipContent,
|
|
458
|
+
bi as TooltipProvider,
|
|
459
|
+
ci as TooltipTrigger,
|
|
460
|
+
Zp as Trello,
|
|
461
|
+
Kp as Twilio,
|
|
462
|
+
Jp as Twitch,
|
|
463
|
+
Qp as Vercel,
|
|
464
|
+
jp as Walmart,
|
|
465
|
+
oa as Weaviate,
|
|
466
|
+
ea as Workday,
|
|
467
|
+
pa as Wrike,
|
|
468
|
+
ma as X,
|
|
469
|
+
la as Xero,
|
|
470
|
+
xa as Youtube,
|
|
471
|
+
da as Zendesk,
|
|
472
|
+
ua as Zoho,
|
|
473
|
+
ba as ZohoBooks,
|
|
474
|
+
Ta as ZohoCreator,
|
|
475
|
+
Ca as Zoom,
|
|
476
|
+
I as badgeVariants,
|
|
465
477
|
_ as buttonVariants,
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
478
|
+
Yi as findPrebuiltProviderById,
|
|
479
|
+
ji as findPrebuiltProviderByProviderId,
|
|
480
|
+
$i as findToolkitByName,
|
|
481
|
+
zi as getToolIconByToolkitName,
|
|
482
|
+
Zi as getToolkitIcon,
|
|
483
|
+
qi as getToolkitIconByName,
|
|
484
|
+
ol as isKnownToolkit,
|
|
485
|
+
rl as isPrebuiltProvider,
|
|
486
|
+
di as toggleVariants,
|
|
487
|
+
Vm as useSidebar
|
|
476
488
|
};
|