@arcadeai/design-system 2.3.0 → 3.0.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/{arcade-DzMbb7xi.js → arcade-CHE48l2C.js} +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/ui/atoms/accordion.js +16 -16
- package/dist/components/ui/atoms/alert-dialog.js +25 -25
- package/dist/components/ui/atoms/avatar.js +7 -7
- package/dist/components/ui/atoms/checkbox.js +34 -34
- package/dist/components/ui/atoms/dropdown-menu.js +31 -31
- package/dist/components/ui/atoms/hover-card.js +19 -19
- package/dist/components/ui/atoms/popover.js +9 -9
- package/dist/components/ui/atoms/progress.js +11 -11
- package/dist/components/ui/atoms/radio-group.js +29 -29
- package/dist/components/ui/atoms/resizable.js +1 -1
- package/dist/components/ui/atoms/scroll-area.js +40 -40
- package/dist/components/ui/atoms/select.js +17 -17
- package/dist/components/ui/atoms/sidebar.js +4 -1
- package/dist/components/ui/atoms/slider.js +35 -35
- package/dist/components/ui/atoms/switch.js +15 -15
- package/dist/components/ui/atoms/tabs.js +13 -13
- package/dist/components/ui/atoms/tooltip.js +22 -22
- package/dist/components/ui/index.js +1 -1
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +6 -5
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-picker-trigger.js +20 -23
- package/dist/components/ui/molecules/toolkit-selection-summary.js +16 -19
- package/dist/components/ui/organisms/toolkit-picker/components/action-buttons.js +6 -6
- package/dist/components/ui/organisms/toolkit-picker/components/filter-badges.js +9 -12
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +12 -11
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +5 -4
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +4 -7
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +5 -4
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +21 -21
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-filter.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-search.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-selection.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +19 -23
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.test.js +1773 -1729
- package/dist/components/ui/utils/memo.test.js +1 -1
- package/dist/lib/arcade/arcade.js +1 -1
- package/dist/lib/arcade/arcade.test.js +2 -2
- package/dist/lib/utils.test.js +1 -1
- package/dist/main.js +195 -188
- package/dist/metadata/index.d.ts +1 -0
- package/dist/metadata/index.js +23 -16
- package/dist/metadata/toolkit-icons.d.ts +27 -0
- package/dist/metadata/toolkit-icons.js +227 -0
- package/dist/metadata/toolkits.js +341 -643
- package/dist/metadata/types.d.ts +1 -3
- package/dist/metadata/utils.d.ts +15 -0
- package/dist/metadata/utils.js +15 -8
- package/dist/{react-resizable-panels.browser-DggUboAp.js → react-resizable-panels.browser-31wAXhAV.js} +2 -1
- package/dist/{react.esm-DUaR5u-J.js → react.esm-I5_wjDW6.js} +17509 -15389
- package/dist/{toolkit-card-BWuG_NJi.js → toolkit-card-nuE_5OvN.js} +4 -3
- package/dist/{vi.bdSIJ99Y-Bs-viS39.js → vi.bdSIJ99Y-DBnM2VfT.js} +1296 -1315
- package/package.json +34 -34
- package/dist/components/ui/atoms/icons/utils.d.ts +0 -43
- package/dist/components/ui/atoms/icons/utils.js +0 -33
package/dist/metadata/index.d.ts
CHANGED
package/dist/metadata/index.js
CHANGED
|
@@ -1,20 +1,27 @@
|
|
|
1
|
-
import { PUBLIC_ICON_URL as
|
|
2
|
-
import { OAUTH2_PROVIDER as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { PUBLIC_ICON_URL as r } from "./constants.js";
|
|
2
|
+
import { OAUTH2_PROVIDER as I, OAUTH_PROVIDERS as e, OAUTH_PROVIDER_CATALOGUE as i, OAuthId as t, OAuthProviderId as P, OTHER_OAUTH_PROVIDERS as R, PREBUILT_OAUTH_PROVIDERS as A } from "./oauth-providers.js";
|
|
3
|
+
import { TOOLKIT_ICON_MAP as d, getToolIconByToolkitName as E, getToolkitIcon as U, getToolkitIconByName as l } from "./toolkit-icons.js";
|
|
4
|
+
import { CATEGORIES as m, TOOLKITS as n, TOOLKIT_CATALOGUE as L } from "./toolkits.js";
|
|
5
|
+
import { findPrebuiltProviderById as C, findPrebuiltProviderByProviderId as H, findToolkitByName as k, isKnownToolkit as p, isPrebuiltProvider as u } from "./utils.js";
|
|
5
6
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
7
|
+
m as CATEGORIES,
|
|
8
|
+
I as OAUTH2_PROVIDER,
|
|
9
|
+
e as OAUTH_PROVIDERS,
|
|
10
|
+
i as OAUTH_PROVIDER_CATALOGUE,
|
|
11
|
+
t as OAuthId,
|
|
12
|
+
P as OAuthProviderId,
|
|
13
|
+
R as OTHER_OAUTH_PROVIDERS,
|
|
14
|
+
A as PREBUILT_OAUTH_PROVIDERS,
|
|
15
|
+
r as PUBLIC_ICON_URL,
|
|
16
|
+
n as TOOLKITS,
|
|
17
|
+
L as TOOLKIT_CATALOGUE,
|
|
18
|
+
d as TOOLKIT_ICON_MAP,
|
|
19
|
+
C as findPrebuiltProviderById,
|
|
18
20
|
H as findPrebuiltProviderByProviderId,
|
|
21
|
+
k as findToolkitByName,
|
|
22
|
+
E as getToolIconByToolkitName,
|
|
23
|
+
U as getToolkitIcon,
|
|
24
|
+
l as getToolkitIconByName,
|
|
25
|
+
p as isKnownToolkit,
|
|
19
26
|
u as isPrebuiltProvider
|
|
20
27
|
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
export type ToolkitCatalogueEntry = {
|
|
3
|
+
label: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const TOOLKIT_ICON_MAP: Record<string, (props: SVGProps<SVGSVGElement>) => React.JSX.Element>;
|
|
6
|
+
/**
|
|
7
|
+
* Get toolkit icon component by toolkit ID
|
|
8
|
+
* @param toolkitId - The toolkit ID (e.g., 'Gmail', 'SlackAPI', 'GoogleCalendar')
|
|
9
|
+
* @returns Icon component function, or Generic icon if not found
|
|
10
|
+
*/
|
|
11
|
+
export declare const getToolkitIcon: (toolkitId: string | undefined) => ((props: SVGProps<SVGSVGElement>) => React.JSX.Element);
|
|
12
|
+
/**
|
|
13
|
+
* Get a toolkit icon component by toolkit name (converts name to ID first)
|
|
14
|
+
* @param toolkitName - The toolkit name (e.g., 'Gmail', 'Slack')
|
|
15
|
+
* @returns Icon component wrapped for className support
|
|
16
|
+
*/
|
|
17
|
+
export declare const getToolkitIconByName: (toolkitName: string) => ((props: {
|
|
18
|
+
className?: string;
|
|
19
|
+
}) => React.ReactElement);
|
|
20
|
+
/**
|
|
21
|
+
* Get a tool icon component by toolkit name (converts name to ID first)
|
|
22
|
+
* @param toolkitName - The toolkit name
|
|
23
|
+
* @returns Icon component wrapped for className support
|
|
24
|
+
*/
|
|
25
|
+
export declare const getToolIconByToolkitName: (toolkitName: string) => ((props: {
|
|
26
|
+
className?: string;
|
|
27
|
+
}) => React.ReactElement);
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
+
import { Adp as n } from "../components/ui/atoms/icons/adp.js";
|
|
3
|
+
import { Aha as s } from "../components/ui/atoms/icons/aha.js";
|
|
4
|
+
import { Airtable as c } from "../components/ui/atoms/icons/airtable.js";
|
|
5
|
+
import { Amplitude as g } from "../components/ui/atoms/icons/amplitude.js";
|
|
6
|
+
import { Asana as k } from "../components/ui/atoms/icons/asana.js";
|
|
7
|
+
import { Ashby as u } from "../components/ui/atoms/icons/ashby.js";
|
|
8
|
+
import { Auth0 as d } from "../components/ui/atoms/icons/auth0.js";
|
|
9
|
+
import { Bamboohr as G } from "../components/ui/atoms/icons/bamboohr.js";
|
|
10
|
+
import { Basecamp as b } from "../components/ui/atoms/icons/basecamp.js";
|
|
11
|
+
import { Bill as S } from "../components/ui/atoms/icons/bill.js";
|
|
12
|
+
import { Bitbucket as h } from "../components/ui/atoms/icons/bitbucket.js";
|
|
13
|
+
import { Bluesky as C } from "../components/ui/atoms/icons/bluesky.js";
|
|
14
|
+
import { Box as B } from "../components/ui/atoms/icons/box.js";
|
|
15
|
+
import { Braze as y } from "../components/ui/atoms/icons/braze.js";
|
|
16
|
+
import { Brex as M } from "../components/ui/atoms/icons/brex.js";
|
|
17
|
+
import { Buffer as D } from "../components/ui/atoms/icons/buffer.js";
|
|
18
|
+
import { Calendly as T } from "../components/ui/atoms/icons/calendly.js";
|
|
19
|
+
import { Clickhouse as A } from "../components/ui/atoms/icons/clickhouse.js";
|
|
20
|
+
import { Clickup as O } from "../components/ui/atoms/icons/clickup.js";
|
|
21
|
+
import { Closeio as P } from "../components/ui/atoms/icons/closeio.js";
|
|
22
|
+
import { Codesandbox as I } from "../components/ui/atoms/icons/codesandbox.js";
|
|
23
|
+
import { Coinbase as N } from "../components/ui/atoms/icons/coinbase.js";
|
|
24
|
+
import { Confluence as w } from "../components/ui/atoms/icons/confluence.js";
|
|
25
|
+
import { Datadog as v } from "../components/ui/atoms/icons/datadog.js";
|
|
26
|
+
import { DigitalOcean as x } from "../components/ui/atoms/icons/digital-ocean.js";
|
|
27
|
+
import { Discord as F } from "../components/ui/atoms/icons/discord.js";
|
|
28
|
+
import { Dropbox as H } from "../components/ui/atoms/icons/dropbox.js";
|
|
29
|
+
import { E2b as W } from "../components/ui/atoms/icons/e2b.js";
|
|
30
|
+
import { Ebay as E } from "../components/ui/atoms/icons/ebay.js";
|
|
31
|
+
import { Evernote as L } from "../components/ui/atoms/icons/evernote.js";
|
|
32
|
+
import { Factorial as q } from "../components/ui/atoms/icons/factorial.js";
|
|
33
|
+
import { Figma as J } from "../components/ui/atoms/icons/figma.js";
|
|
34
|
+
import { Firecrawl as X } from "../components/ui/atoms/icons/firecrawl.js";
|
|
35
|
+
import { Generic as t } from "../components/ui/atoms/icons/generic.js";
|
|
36
|
+
import { Github as Z } from "../components/ui/atoms/icons/github.js";
|
|
37
|
+
import { Gitlab as R } from "../components/ui/atoms/icons/gitlab.js";
|
|
38
|
+
import { Gmail as z } from "../components/ui/atoms/icons/gmail.js";
|
|
39
|
+
import { Google as Q } from "../components/ui/atoms/icons/google.js";
|
|
40
|
+
import { GoogleCalendar as V } from "../components/ui/atoms/icons/google-calendar.js";
|
|
41
|
+
import { GoogleContacts as Y } from "../components/ui/atoms/icons/google-contacts.js";
|
|
42
|
+
import { GoogleDocs as _ } from "../components/ui/atoms/icons/google-docs.js";
|
|
43
|
+
import { GoogleDrive as j } from "../components/ui/atoms/icons/google-drive.js";
|
|
44
|
+
import { GoogleFinance as K } from "../components/ui/atoms/icons/google-finance.js";
|
|
45
|
+
import { GoogleFlights as U } from "../components/ui/atoms/icons/google-flights.js";
|
|
46
|
+
import { GoogleHotels as $ } from "../components/ui/atoms/icons/google-hotels.js";
|
|
47
|
+
import { GoogleJobs as oo } from "../components/ui/atoms/icons/google-jobs.js";
|
|
48
|
+
import { GoogleMaps as ro } from "../components/ui/atoms/icons/google-maps.js";
|
|
49
|
+
import { GoogleNews as mo } from "../components/ui/atoms/icons/google-news.js";
|
|
50
|
+
import { GoogleSheets as io } from "../components/ui/atoms/icons/google-sheets.js";
|
|
51
|
+
import { GoogleShopping as to } from "../components/ui/atoms/icons/google-shopping.js";
|
|
52
|
+
import { GoogleSlides as eo } from "../components/ui/atoms/icons/google-slides.js";
|
|
53
|
+
import { Heroku as po } from "../components/ui/atoms/icons/heroku.js";
|
|
54
|
+
import { Hootsuite as fo } from "../components/ui/atoms/icons/hootsuite.js";
|
|
55
|
+
import { Hubspot as lo } from "../components/ui/atoms/icons/hubspot.js";
|
|
56
|
+
import { Imgflip as ao } from "../components/ui/atoms/icons/imgflip.js";
|
|
57
|
+
import { Intercom as no } from "../components/ui/atoms/icons/intercom.js";
|
|
58
|
+
import { Jira as so } from "../components/ui/atoms/icons/jira.js";
|
|
59
|
+
import { Linear as co } from "../components/ui/atoms/icons/linear.js";
|
|
60
|
+
import { Linkedin as go } from "../components/ui/atoms/icons/linkedin.js";
|
|
61
|
+
import { Mailchimp as ko } from "../components/ui/atoms/icons/mailchimp.js";
|
|
62
|
+
import { Mcp as uo } from "../components/ui/atoms/icons/mcp.js";
|
|
63
|
+
import { MicrosoftDynamics as Go } from "../components/ui/atoms/icons/microsoft-dynamics.js";
|
|
64
|
+
import { MicrosoftSharepoint as bo } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
65
|
+
import { MicrosoftTeams as So } from "../components/ui/atoms/icons/microsoft-teams.js";
|
|
66
|
+
import { Miro as ho } from "../components/ui/atoms/icons/miro.js";
|
|
67
|
+
import { Monday as Co } from "../components/ui/atoms/icons/monday.js";
|
|
68
|
+
import { MongoDB as Bo } from "../components/ui/atoms/icons/mongodb.js";
|
|
69
|
+
import { Netsuite as yo } from "../components/ui/atoms/icons/netsuite.js";
|
|
70
|
+
import { Notion as e } from "../components/ui/atoms/icons/notion.js";
|
|
71
|
+
import { Obsidian as Mo } from "../components/ui/atoms/icons/obsidian.js";
|
|
72
|
+
import { Okta as Do } from "../components/ui/atoms/icons/okta.js";
|
|
73
|
+
import { OneDrive as To } from "../components/ui/atoms/icons/one-drive.js";
|
|
74
|
+
import { OutlookCalendar as Ao } from "../components/ui/atoms/icons/outlook-calendar.js";
|
|
75
|
+
import { OutlookMail as Oo } from "../components/ui/atoms/icons/outlook-mail.js";
|
|
76
|
+
import { Pinecone as Po } from "../components/ui/atoms/icons/pinecone.js";
|
|
77
|
+
import { Pinterest as Io } from "../components/ui/atoms/icons/pinterest.js";
|
|
78
|
+
import { Pipedrive as No } from "../components/ui/atoms/icons/pipedrive.js";
|
|
79
|
+
import { Plaid as wo } from "../components/ui/atoms/icons/plaid.js";
|
|
80
|
+
import { Postgres as vo } from "../components/ui/atoms/icons/postgres.js";
|
|
81
|
+
import { Quickbooks as xo } from "../components/ui/atoms/icons/quickbooks.js";
|
|
82
|
+
import { Reddit as Fo } from "../components/ui/atoms/icons/reddit.js";
|
|
83
|
+
import { Salesforce as Ho } from "../components/ui/atoms/icons/salesforce.js";
|
|
84
|
+
import { Shopify as Wo } from "../components/ui/atoms/icons/shopify.js";
|
|
85
|
+
import { Singlestore as Eo } from "../components/ui/atoms/icons/singlestore.js";
|
|
86
|
+
import { Slack as p } from "../components/ui/atoms/icons/slack.js";
|
|
87
|
+
import { Snowflake as Lo } from "../components/ui/atoms/icons/snowflake.js";
|
|
88
|
+
import { Splunk as qo } from "../components/ui/atoms/icons/splunk.js";
|
|
89
|
+
import { Spotify as Jo } from "../components/ui/atoms/icons/spotify.js";
|
|
90
|
+
import { Square as Xo } from "../components/ui/atoms/icons/square.js";
|
|
91
|
+
import { Squarespace as Zo } from "../components/ui/atoms/icons/squarespace.js";
|
|
92
|
+
import { Stripe as Ro } from "../components/ui/atoms/icons/stripe.js";
|
|
93
|
+
import { Tiktok as zo } from "../components/ui/atoms/icons/tiktok.js";
|
|
94
|
+
import { Trello as Qo } from "../components/ui/atoms/icons/trello.js";
|
|
95
|
+
import { Twilio as Vo } from "../components/ui/atoms/icons/twilio.js";
|
|
96
|
+
import { Twitch as Yo } from "../components/ui/atoms/icons/twitch.js";
|
|
97
|
+
import { Vercel as _o } from "../components/ui/atoms/icons/vercel.js";
|
|
98
|
+
import { Walmart as jo } from "../components/ui/atoms/icons/walmart.js";
|
|
99
|
+
import { Weaviate as Ko } from "../components/ui/atoms/icons/weaviate.js";
|
|
100
|
+
import { Workday as Uo } from "../components/ui/atoms/icons/workday.js";
|
|
101
|
+
import { Wrike as $o } from "../components/ui/atoms/icons/wrike.js";
|
|
102
|
+
import { X as or } from "../components/ui/atoms/icons/x.js";
|
|
103
|
+
import { Xero as rr } from "../components/ui/atoms/icons/xero.js";
|
|
104
|
+
import { Youtube as mr } from "../components/ui/atoms/icons/youtube.js";
|
|
105
|
+
import { Zendesk as ir } from "../components/ui/atoms/icons/zendesk.js";
|
|
106
|
+
import { Zoom as tr } from "../components/ui/atoms/icons/zoom.js";
|
|
107
|
+
import { findToolkitByName as l } from "./utils.js";
|
|
108
|
+
const er = {
|
|
109
|
+
ADPWorkforceNow: n,
|
|
110
|
+
Aha: s,
|
|
111
|
+
Airtable: c,
|
|
112
|
+
Amplitude: g,
|
|
113
|
+
Asana: k,
|
|
114
|
+
Ashby: u,
|
|
115
|
+
Auth0: d,
|
|
116
|
+
BambooHR: G,
|
|
117
|
+
Basecamp: b,
|
|
118
|
+
BillCom: S,
|
|
119
|
+
Bitbucket: h,
|
|
120
|
+
Bluesky: C,
|
|
121
|
+
Box: B,
|
|
122
|
+
Braze: y,
|
|
123
|
+
Brex: M,
|
|
124
|
+
Buffer: D,
|
|
125
|
+
Calendly: T,
|
|
126
|
+
Clickhouse: A,
|
|
127
|
+
ClickUp: O,
|
|
128
|
+
CloseIO: P,
|
|
129
|
+
Codesandbox: I,
|
|
130
|
+
Coinbase: N,
|
|
131
|
+
Confluence: w,
|
|
132
|
+
Datadog: v,
|
|
133
|
+
DigitalOcean: x,
|
|
134
|
+
Discord: F,
|
|
135
|
+
Dropbox: H,
|
|
136
|
+
E2b: W,
|
|
137
|
+
EBay: E,
|
|
138
|
+
Evernote: L,
|
|
139
|
+
Factorial: q,
|
|
140
|
+
Figma: J,
|
|
141
|
+
Firecrawl: X,
|
|
142
|
+
Github: Z,
|
|
143
|
+
GitLab: R,
|
|
144
|
+
Gmail: z,
|
|
145
|
+
GoogleCalendar: V,
|
|
146
|
+
GoogleContacts: Y,
|
|
147
|
+
GoogleDocs: _,
|
|
148
|
+
GoogleDrive: j,
|
|
149
|
+
GoogleFinance: K,
|
|
150
|
+
GoogleFlights: U,
|
|
151
|
+
GoogleHotels: $,
|
|
152
|
+
GoogleJobs: oo,
|
|
153
|
+
GoogleMaps: ro,
|
|
154
|
+
GoogleNews: mo,
|
|
155
|
+
GoogleSearch: Q,
|
|
156
|
+
GoogleSheets: io,
|
|
157
|
+
GoogleShopping: to,
|
|
158
|
+
GoogleSlides: eo,
|
|
159
|
+
Heroku: po,
|
|
160
|
+
Hootsuite: fo,
|
|
161
|
+
Hubspot: lo,
|
|
162
|
+
Imgflip: ao,
|
|
163
|
+
Intercom: no,
|
|
164
|
+
Jira: so,
|
|
165
|
+
Linear: co,
|
|
166
|
+
Linkedin: go,
|
|
167
|
+
Mailchimp: ko,
|
|
168
|
+
MCP: uo,
|
|
169
|
+
MicrosoftDynamics: Go,
|
|
170
|
+
Sharepoint: bo,
|
|
171
|
+
MicrosoftTeams: So,
|
|
172
|
+
Miro: ho,
|
|
173
|
+
Monday: Co,
|
|
174
|
+
MongoDB: Bo,
|
|
175
|
+
Netsuite: yo,
|
|
176
|
+
Notion: e,
|
|
177
|
+
NotionToolkit: e,
|
|
178
|
+
Obsidian: Mo,
|
|
179
|
+
Okta: Do,
|
|
180
|
+
OneDrive: To,
|
|
181
|
+
OutlookCalendar: Ao,
|
|
182
|
+
OutlookMail: Oo,
|
|
183
|
+
Pinecone: Po,
|
|
184
|
+
Pinterest: Io,
|
|
185
|
+
Pipedrive: No,
|
|
186
|
+
Plaid: wo,
|
|
187
|
+
Postgres: vo,
|
|
188
|
+
Quickbooks: xo,
|
|
189
|
+
Reddit: Fo,
|
|
190
|
+
Salesforce: Ho,
|
|
191
|
+
Shopify: Wo,
|
|
192
|
+
Singlestore: Eo,
|
|
193
|
+
Slack: p,
|
|
194
|
+
SlackAPI: p,
|
|
195
|
+
Snowflake: Lo,
|
|
196
|
+
Splunk: qo,
|
|
197
|
+
Spotify: Jo,
|
|
198
|
+
Square: Xo,
|
|
199
|
+
Squarespace: Zo,
|
|
200
|
+
Stripe: Ro,
|
|
201
|
+
Tiktok: zo,
|
|
202
|
+
Trello: Qo,
|
|
203
|
+
Twilio: Vo,
|
|
204
|
+
Twitch: Yo,
|
|
205
|
+
Vercel: _o,
|
|
206
|
+
Walmart: jo,
|
|
207
|
+
Weaviate: Ko,
|
|
208
|
+
Workday: Uo,
|
|
209
|
+
Wrike: $o,
|
|
210
|
+
X: or,
|
|
211
|
+
Xero: rr,
|
|
212
|
+
Youtube: mr,
|
|
213
|
+
Zendesk: ir,
|
|
214
|
+
Zoom: tr
|
|
215
|
+
}, a = (o) => o ? er[o] || t : t, ei = (o) => {
|
|
216
|
+
const r = l(o), m = a(r?.id);
|
|
217
|
+
return ({ className: i }) => /* @__PURE__ */ f(m, { className: i });
|
|
218
|
+
}, pi = (o) => {
|
|
219
|
+
const r = l(o), m = a(r?.id);
|
|
220
|
+
return ({ className: i }) => /* @__PURE__ */ f(m, { className: i });
|
|
221
|
+
};
|
|
222
|
+
export {
|
|
223
|
+
er as TOOLKIT_ICON_MAP,
|
|
224
|
+
pi as getToolIconByToolkitName,
|
|
225
|
+
a as getToolkitIcon,
|
|
226
|
+
ei as getToolkitIconByName
|
|
227
|
+
};
|