@arcadeai/design-system 3.27.5 → 3.27.7
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/attio.js +10 -0
- package/dist/assets/icons/claude.js +10 -0
- package/dist/assets/icons/cline.js +10 -0
- package/dist/assets/icons/cursor-install-dark.js +12 -0
- package/dist/assets/icons/cursor-install-light.js +12 -0
- package/dist/assets/icons/gemini.js +12 -0
- package/dist/assets/icons/goose.js +13 -0
- package/dist/assets/icons/openai.js +10 -0
- package/dist/assets/icons/vscode.js +12 -0
- package/dist/assets/icons/windsurf.js +10 -0
- package/dist/components/index.js +416 -396
- package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
- package/dist/components/ui/atoms/checkbox.js +100 -100
- package/dist/components/ui/atoms/icons/attio.d.ts +4 -0
- package/dist/components/ui/atoms/icons/attio.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/attio.js +27 -0
- package/dist/components/ui/atoms/icons/claude.d.ts +4 -0
- package/dist/components/ui/atoms/icons/claude.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/claude.js +27 -0
- package/dist/components/ui/atoms/icons/cline.d.ts +4 -0
- package/dist/components/ui/atoms/icons/cline.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/cline.js +23 -0
- package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts +4 -0
- package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/cursor-install-dark.js +79 -0
- package/dist/components/ui/atoms/icons/cursor-install-light.d.ts +4 -0
- package/dist/components/ui/atoms/icons/cursor-install-light.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/cursor-install-light.js +79 -0
- package/dist/components/ui/atoms/icons/gemini.d.ts +4 -0
- package/dist/components/ui/atoms/icons/gemini.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/gemini.js +234 -0
- package/dist/components/ui/atoms/icons/goose.d.ts +4 -0
- package/dist/components/ui/atoms/icons/goose.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/goose.js +22 -0
- package/dist/components/ui/atoms/icons/index.d.ts +10 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +256 -236
- package/dist/components/ui/atoms/icons/openai.d.ts +4 -0
- package/dist/components/ui/atoms/icons/openai.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/openai.js +26 -0
- package/dist/components/ui/atoms/icons/vscode.d.ts +4 -0
- package/dist/components/ui/atoms/icons/vscode.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/vscode.js +187 -0
- package/dist/components/ui/atoms/icons/windsurf.d.ts +4 -0
- package/dist/components/ui/atoms/icons/windsurf.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/windsurf.js +26 -0
- package/dist/components/ui/atoms/index.js +399 -379
- package/dist/components/ui/index.js +416 -396
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.d.ts +6 -3
- package/dist/components/ui/molecules/requirement-badges.d.ts.map +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +1 -1
- package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/tool-card.js +55 -54
- package/dist/components/ui/molecules/toolkit-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-picker-trigger.js +34 -34
- package/dist/components/ui/molecules/toolkit-selection-summary.d.ts.map +1 -1
- package/dist/components/ui/molecules/toolkit-selection-summary.js +5 -5
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +101 -74
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +74 -50
- package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.d.ts +21 -0
- package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.d.ts.map +1 -0
- package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.js +29 -0
- package/dist/components/ui/organisms/toolkit-picker/hooks/featured-toolkits.d.ts +1 -1
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts +8 -0
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js +120 -51
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +55 -24
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +20 -20
- package/dist/hooks/use-is-truncated.d.ts +13 -0
- package/dist/hooks/use-is-truncated.d.ts.map +1 -0
- package/dist/hooks/use-is-truncated.js +20 -0
- package/dist/lib/arcade/arcade.d.ts +0 -24
- package/dist/lib/arcade/arcade.d.ts.map +1 -1
- package/dist/lib/arcade/arcade.js +258 -421
- package/dist/lib/arcade/toolkit-collection.d.ts +15 -0
- package/dist/lib/arcade/toolkit-collection.d.ts.map +1 -0
- package/dist/lib/arcade/toolkit-collection.js +149 -0
- package/dist/main.js +455 -435
- package/dist/metadata/oauth-providers.d.ts +2 -0
- package/dist/metadata/oauth-providers.d.ts.map +1 -1
- package/dist/metadata/oauth-providers.js +84 -72
- package/dist/metadata/toolkits.js +7 -7
- package/dist/metadata/utils.d.ts +4 -7
- package/dist/metadata/utils.d.ts.map +1 -1
- package/dist/metadata/utils.js +16 -13
- package/dist/{toolkit-card-D6Dqff6p.js → toolkit-card-Cmp_yG03.js} +115 -110
- package/package.json +34 -23
|
@@ -6,125 +6,135 @@ import { Arcade as l } from "./arcade.js";
|
|
|
6
6
|
import { Asana as n } from "./asana.js";
|
|
7
7
|
import { Ashby as u } from "./ashby.js";
|
|
8
8
|
import { Atlassian as d } from "./atlassian.js";
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
9
|
+
import { Attio as h } from "./attio.js";
|
|
10
|
+
import { Auth0 as C } from "./auth0.js";
|
|
11
|
+
import { Azure as S } from "./azure.js";
|
|
12
|
+
import { Bamboohr as B } from "./bamboohr.js";
|
|
13
|
+
import { Basecamp as M } from "./basecamp.js";
|
|
14
|
+
import { Bill as O } from "./bill.js";
|
|
15
|
+
import { Bitbucket as F } from "./bitbucket.js";
|
|
16
|
+
import { Bluesky as v } from "./bluesky.js";
|
|
17
|
+
import { Box as W } from "./box.js";
|
|
18
|
+
import { Braze as E } from "./braze.js";
|
|
19
|
+
import { Brex as I } from "./brex.js";
|
|
19
20
|
import { Brightdata as q } from "./brightdata.js";
|
|
20
|
-
import { Buffer as
|
|
21
|
-
import { Calendly as
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
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 {
|
|
21
|
+
import { Buffer as z } from "./buffer.js";
|
|
22
|
+
import { Calendly as R } from "./calendly.js";
|
|
23
|
+
import { Claude as X } from "./claude.js";
|
|
24
|
+
import { Clickhouse as Y } from "./clickhouse.js";
|
|
25
|
+
import { Clickup as K } from "./clickup.js";
|
|
26
|
+
import { Cline as _ } from "./cline.js";
|
|
27
|
+
import { Closeio as oo } from "./closeio.js";
|
|
28
|
+
import { Codesandbox as eo } from "./codesandbox.js";
|
|
29
|
+
import { Coinbase as po } from "./coinbase.js";
|
|
30
|
+
import { Confluence as fo } from "./confluence.js";
|
|
31
|
+
import { Cursor as io } from "./cursor.js";
|
|
32
|
+
import { CursorInstallDark as lo } from "./cursor-install-dark.js";
|
|
33
|
+
import { CursorInstallLight as no } from "./cursor-install-light.js";
|
|
34
|
+
import { Customerio as uo } from "./customerio.js";
|
|
35
|
+
import { Datadog as ko } from "./datadog.js";
|
|
36
|
+
import { DigitalOcean as Go } from "./digital-ocean.js";
|
|
37
|
+
import { Discord as bo } from "./discord.js";
|
|
38
|
+
import { Dropbox as yo } from "./dropbox.js";
|
|
39
|
+
import { E2b as Ao } from "./e2b.js";
|
|
40
|
+
import { Ebay as Do } from "./ebay.js";
|
|
41
|
+
import { Evernote as Po } from "./evernote.js";
|
|
42
|
+
import { Exa as To } from "./exa.js";
|
|
43
|
+
import { Factorial as wo } from "./factorial.js";
|
|
44
|
+
import { Figma as Zo } from "./figma.js";
|
|
45
|
+
import { Firecrawl as Ho } from "./firecrawl.js";
|
|
46
|
+
import { Freshservice as Lo } from "./freshservice.js";
|
|
47
|
+
import { Gemini as No } from "./gemini.js";
|
|
48
|
+
import { Generic as Jo } from "./generic.js";
|
|
49
|
+
import { Github as Vo } from "./github.js";
|
|
50
|
+
import { Gitlab as Qo } from "./gitlab.js";
|
|
51
|
+
import { Gmail as jo } from "./gmail.js";
|
|
52
|
+
import { Google as Uo } from "./google.js";
|
|
53
|
+
import { GoogleCalendar as $o } from "./google-calendar.js";
|
|
54
|
+
import { GoogleContacts as rr } from "./google-contacts.js";
|
|
55
|
+
import { GoogleDocs as tr } from "./google-docs.js";
|
|
56
|
+
import { GoogleDrive as mr } from "./google-drive.js";
|
|
57
|
+
import { GoogleFinance as xr } from "./google-finance.js";
|
|
58
|
+
import { GoogleFlight as ar } from "./google-flight.js";
|
|
59
|
+
import { GoogleFlights as sr } from "./google-flights.js";
|
|
60
|
+
import { GoogleHotels as cr } from "./google-hotels.js";
|
|
61
|
+
import { GoogleJobs as gr } from "./google-jobs.js";
|
|
62
|
+
import { GoogleMaps as kr } from "./google-maps.js";
|
|
63
|
+
import { GoogleNews as Gr } from "./google-news.js";
|
|
64
|
+
import { GoogleSheets as br } from "./google-sheets.js";
|
|
65
|
+
import { GoogleShopping as yr } from "./google-shopping.js";
|
|
66
|
+
import { GoogleSlides as Ar } from "./google-slides.js";
|
|
67
|
+
import { Goose as Dr } from "./goose.js";
|
|
68
|
+
import { Heroku as Pr } from "./heroku.js";
|
|
69
|
+
import { Hootsuite as Tr } from "./hootsuite.js";
|
|
70
|
+
import { Hubspot as wr } from "./hubspot.js";
|
|
71
|
+
import { Imgflip as Zr } from "./imgflip.js";
|
|
72
|
+
import { Intercom as Hr } from "./intercom.js";
|
|
73
|
+
import { Jira as Lr } from "./jira.js";
|
|
74
|
+
import { Linear as Nr } from "./linear.js";
|
|
75
|
+
import { Linkedin as Jr } from "./linkedin.js";
|
|
76
|
+
import { Luma as Vr } from "./luma.js";
|
|
77
|
+
import { Mailchimp as Qr } from "./mailchimp.js";
|
|
78
|
+
import { Mcp as jr } from "./mcp.js";
|
|
79
|
+
import { Microsoft as Ur } from "./microsoft.js";
|
|
80
|
+
import { MicrosoftDynamics as $r } from "./microsoft-dynamics.js";
|
|
81
|
+
import { MicrosoftSharepoint as re } from "./microsoft-sharepoint.js";
|
|
82
|
+
import { MicrosoftTeams as te } from "./microsoft-teams.js";
|
|
83
|
+
import { Miro as me } from "./miro.js";
|
|
84
|
+
import { Monday as xe } from "./monday.js";
|
|
85
|
+
import { MongoDB as ae } from "./mongodb.js";
|
|
86
|
+
import { Netsuite as se } from "./netsuite.js";
|
|
87
|
+
import { Notion as ce } from "./notion.js";
|
|
88
|
+
import { Oauth as ge } from "./oauth.js";
|
|
89
|
+
import { Obsidian as ke } from "./obsidian.js";
|
|
90
|
+
import { Okta as Ge } from "./okta.js";
|
|
91
|
+
import { OneDrive as be } from "./one-drive.js";
|
|
92
|
+
import { Openai as ye } from "./openai.js";
|
|
93
|
+
import { OutlookCalendar as Ae } from "./outlook-calendar.js";
|
|
94
|
+
import { OutlookMail as De } from "./outlook-mail.js";
|
|
95
|
+
import { Pagerduty as Pe } from "./pagerduty.js";
|
|
96
|
+
import { Pinecone as Te } from "./pinecone.js";
|
|
97
|
+
import { Pinterest as we } from "./pinterest.js";
|
|
98
|
+
import { Pipedrive as Ze } from "./pipedrive.js";
|
|
99
|
+
import { Plaid as He } from "./plaid.js";
|
|
100
|
+
import { Postgres as Le } from "./postgres.js";
|
|
101
|
+
import { Posthog as Ne } from "./posthog.js";
|
|
102
|
+
import { Pylon as Je } from "./pylon.js";
|
|
103
|
+
import { Quickbooks as Ve } from "./quickbooks.js";
|
|
104
|
+
import { Railway as Qe } from "./railway.js";
|
|
105
|
+
import { Reddit as je } from "./reddit.js";
|
|
106
|
+
import { Salesforce as Ue } from "./salesforce.js";
|
|
107
|
+
import { Shopify as $e } from "./shopify.js";
|
|
108
|
+
import { Singlestore as rt } from "./singlestore.js";
|
|
109
|
+
import { Slack as tt } from "./slack.js";
|
|
110
|
+
import { Snowflake as mt } from "./snowflake.js";
|
|
111
|
+
import { Splunk as xt } from "./splunk.js";
|
|
112
|
+
import { Spotify as at } from "./spotify.js";
|
|
113
|
+
import { Square as st } from "./square.js";
|
|
114
|
+
import { Squarespace as ct } from "./squarespace.js";
|
|
115
|
+
import { Squareup as gt } from "./squareup.js";
|
|
116
|
+
import { Stripe as kt } from "./stripe.js";
|
|
117
|
+
import { Tesla as Gt } from "./tesla.js";
|
|
118
|
+
import { Ticktick as bt } from "./ticktick.js";
|
|
119
|
+
import { Tiktok as yt } from "./tiktok.js";
|
|
120
|
+
import { Trello as At } from "./trello.js";
|
|
121
|
+
import { Twilio as Dt } from "./twilio.js";
|
|
122
|
+
import { Twitch as Pt } from "./twitch.js";
|
|
123
|
+
import { Vercel as Tt } from "./vercel.js";
|
|
124
|
+
import { Vscode as wt } from "./vscode.js";
|
|
125
|
+
import { Walmart as Zt } from "./walmart.js";
|
|
126
|
+
import { Weaviate as Ht } from "./weaviate.js";
|
|
127
|
+
import { Windsurf as Lt } from "./windsurf.js";
|
|
128
|
+
import { Workday as Nt } from "./workday.js";
|
|
129
|
+
import { Wrike as Jt } from "./wrike.js";
|
|
130
|
+
import { X as Vt } from "./x.js";
|
|
131
|
+
import { Xero as Qt } from "./xero.js";
|
|
132
|
+
import { Youtube as jt } from "./youtube.js";
|
|
133
|
+
import { Zendesk as Ut } from "./zendesk.js";
|
|
134
|
+
import { Zoho as $t } from "./zoho.js";
|
|
135
|
+
import { ZohoBooks as rp } from "./zoho-books.js";
|
|
136
|
+
import { ZohoCreator as tp } from "./zoho-creator.js";
|
|
137
|
+
import { Zoom as mp } from "./zoom.js";
|
|
128
138
|
export {
|
|
129
139
|
e as Adp,
|
|
130
140
|
p as Aha,
|
|
@@ -134,123 +144,133 @@ export {
|
|
|
134
144
|
n as Asana,
|
|
135
145
|
u as Ashby,
|
|
136
146
|
d as Atlassian,
|
|
137
|
-
h as
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
B as
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
v as
|
|
145
|
-
|
|
146
|
-
|
|
147
|
+
h as Attio,
|
|
148
|
+
C as Auth0,
|
|
149
|
+
S as Azure,
|
|
150
|
+
B as Bamboohr,
|
|
151
|
+
M as Basecamp,
|
|
152
|
+
O as Bill,
|
|
153
|
+
F as Bitbucket,
|
|
154
|
+
v as Bluesky,
|
|
155
|
+
W as Box,
|
|
156
|
+
E as Braze,
|
|
157
|
+
I as Brex,
|
|
147
158
|
q as Brightdata,
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
159
|
+
z as Buffer,
|
|
160
|
+
R as Calendly,
|
|
161
|
+
X as Claude,
|
|
162
|
+
Y as Clickhouse,
|
|
163
|
+
K as Clickup,
|
|
164
|
+
_ as Cline,
|
|
165
|
+
oo as Closeio,
|
|
166
|
+
eo as Codesandbox,
|
|
167
|
+
po as Coinbase,
|
|
168
|
+
fo as Confluence,
|
|
169
|
+
io as Cursor,
|
|
170
|
+
lo as CursorInstallDark,
|
|
171
|
+
no as CursorInstallLight,
|
|
172
|
+
uo as Customerio,
|
|
173
|
+
ko as Datadog,
|
|
174
|
+
Go as DigitalOcean,
|
|
175
|
+
bo as Discord,
|
|
176
|
+
yo as Dropbox,
|
|
177
|
+
Ao as E2b,
|
|
178
|
+
Do as Ebay,
|
|
179
|
+
Po as Evernote,
|
|
180
|
+
To as Exa,
|
|
181
|
+
wo as Factorial,
|
|
182
|
+
Zo as Figma,
|
|
183
|
+
Ho as Firecrawl,
|
|
184
|
+
Lo as Freshservice,
|
|
185
|
+
No as Gemini,
|
|
186
|
+
Jo as Generic,
|
|
187
|
+
Vo as Github,
|
|
188
|
+
Qo as Gitlab,
|
|
189
|
+
jo as Gmail,
|
|
190
|
+
Uo as Google,
|
|
191
|
+
$o as GoogleCalendar,
|
|
192
|
+
rr as GoogleContacts,
|
|
193
|
+
tr as GoogleDocs,
|
|
194
|
+
mr as GoogleDrive,
|
|
195
|
+
xr as GoogleFinance,
|
|
196
|
+
ar as GoogleFlight,
|
|
197
|
+
sr as GoogleFlights,
|
|
198
|
+
cr as GoogleHotels,
|
|
199
|
+
gr as GoogleJobs,
|
|
200
|
+
kr as GoogleMaps,
|
|
201
|
+
Gr as GoogleNews,
|
|
202
|
+
br as GoogleSheets,
|
|
203
|
+
yr as GoogleShopping,
|
|
204
|
+
Ar as GoogleSlides,
|
|
205
|
+
Dr as Goose,
|
|
206
|
+
Pr as Heroku,
|
|
207
|
+
Tr as Hootsuite,
|
|
208
|
+
wr as Hubspot,
|
|
209
|
+
Zr as Imgflip,
|
|
210
|
+
Hr as Intercom,
|
|
211
|
+
Lr as Jira,
|
|
212
|
+
Nr as Linear,
|
|
213
|
+
Jr as Linkedin,
|
|
214
|
+
Vr as Luma,
|
|
215
|
+
Qr as Mailchimp,
|
|
216
|
+
jr as Mcp,
|
|
217
|
+
Ur as Microsoft,
|
|
218
|
+
$r as MicrosoftDynamics,
|
|
219
|
+
re as MicrosoftSharepoint,
|
|
220
|
+
te as MicrosoftTeams,
|
|
221
|
+
me as Miro,
|
|
222
|
+
xe as Monday,
|
|
223
|
+
ae as MongoDB,
|
|
224
|
+
se as Netsuite,
|
|
225
|
+
ce as Notion,
|
|
226
|
+
ge as Oauth,
|
|
227
|
+
ke as Obsidian,
|
|
228
|
+
Ge as Okta,
|
|
229
|
+
be as OneDrive,
|
|
230
|
+
ye as Openai,
|
|
231
|
+
Ae as OutlookCalendar,
|
|
232
|
+
De as OutlookMail,
|
|
233
|
+
Pe as Pagerduty,
|
|
234
|
+
Te as Pinecone,
|
|
235
|
+
we as Pinterest,
|
|
236
|
+
Ze as Pipedrive,
|
|
237
|
+
He as Plaid,
|
|
238
|
+
Le as Postgres,
|
|
239
|
+
Ne as Posthog,
|
|
240
|
+
Je as Pylon,
|
|
241
|
+
Ve as Quickbooks,
|
|
242
|
+
Qe as Railway,
|
|
243
|
+
je as Reddit,
|
|
244
|
+
Ue as Salesforce,
|
|
245
|
+
$e as Shopify,
|
|
246
|
+
rt as Singlestore,
|
|
247
|
+
tt as Slack,
|
|
248
|
+
mt as Snowflake,
|
|
249
|
+
xt as Splunk,
|
|
250
|
+
at as Spotify,
|
|
251
|
+
st as Square,
|
|
252
|
+
ct as Squarespace,
|
|
253
|
+
gt as Squareup,
|
|
254
|
+
kt as Stripe,
|
|
255
|
+
Gt as Tesla,
|
|
256
|
+
bt as Ticktick,
|
|
257
|
+
yt as Tiktok,
|
|
258
|
+
At as Trello,
|
|
259
|
+
Dt as Twilio,
|
|
260
|
+
Pt as Twitch,
|
|
261
|
+
Tt as Vercel,
|
|
262
|
+
wt as Vscode,
|
|
263
|
+
Zt as Walmart,
|
|
264
|
+
Ht as Weaviate,
|
|
265
|
+
Lt as Windsurf,
|
|
266
|
+
Nt as Workday,
|
|
267
|
+
Jt as Wrike,
|
|
268
|
+
Vt as X,
|
|
269
|
+
Qt as Xero,
|
|
270
|
+
jt as Youtube,
|
|
271
|
+
Ut as Zendesk,
|
|
272
|
+
$t as Zoho,
|
|
273
|
+
rp as ZohoBooks,
|
|
274
|
+
tp as ZohoCreator,
|
|
275
|
+
mp as Zoom
|
|
256
276
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"openai.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/openai.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,MAAM,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAepD,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs as e, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const i = (L) => /* @__PURE__ */ e(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
height: "260",
|
|
6
|
+
preserveAspectRatio: "xMidYMid",
|
|
7
|
+
viewBox: "0 0 256 260",
|
|
8
|
+
width: "256",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...L,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C("title", { children: "OpenAI" }),
|
|
13
|
+
/* @__PURE__ */ C(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
d: "M239.183914,106.202783 C245.054304,88.5242096 243.02228,69.1733805 233.607599,53.0998864 C219.451678,28.4588021 190.999703,15.7836129 163.213007,21.739505 C147.554077,4.32145883 123.794909,-3.42398554 100.87901,1.41873898 C77.9631105,6.26146349 59.3690093,22.9572536 52.0959621,45.2214219 C33.8436494,48.9644867 18.0901721,60.392749 8.86672513,76.5818033 C-5.443491,101.182962 -2.19544431,132.215255 16.8986662,153.320094 C11.0060865,170.990656 13.0197283,190.343991 22.4238231,206.422991 C36.5975553,231.072344 65.0680342,243.746566 92.8695738,237.783372 C105.235639,251.708249 123.001113,259.630942 141.623968,259.52692 C170.105359,259.552169 195.337611,241.165718 204.037777,214.045661 C222.28734,210.296356 238.038489,198.869783 247.267014,182.68528 C261.404453,158.127515 258.142494,127.262775 239.183914,106.202783 L239.183914,106.202783 Z M141.623968,242.541207 C130.255682,242.559177 119.243876,238.574642 110.519381,231.286197 L112.054146,230.416496 L163.724595,200.590881 C166.340648,199.056444 167.954321,196.256818 167.970781,193.224005 L167.970781,120.373788 L189.815614,133.010026 C190.034132,133.121423 190.186235,133.330564 190.224885,133.572774 L190.224885,193.940229 C190.168603,220.758427 168.442166,242.484864 141.623968,242.541207 Z M37.1575749,197.93062 C31.456498,188.086359 29.4094818,176.546984 31.3766237,165.342426 L32.9113895,166.263285 L84.6329973,196.088901 C87.2389349,197.618207 90.4682717,197.618207 93.0742093,196.088901 L156.255402,159.663793 L156.255402,184.885111 C156.243557,185.149771 156.111725,185.394602 155.89729,185.550176 L103.561776,215.733903 C80.3054953,229.131632 50.5924954,221.165435 37.1575749,197.93062 Z M23.5493181,85.3811273 C29.2899861,75.4733097 38.3511911,67.9162648 49.1287482,64.0478825 L49.1287482,125.438515 C49.0891492,128.459425 50.6965386,131.262556 53.3237748,132.754232 L116.198014,169.025864 L94.3531808,181.662102 C94.1132325,181.789434 93.8257461,181.789434 93.5857979,181.662102 L41.3526015,151.529534 C18.1419426,138.076098 10.1817681,108.385562 23.5493181,85.125333 L23.5493181,85.3811273 Z M203.0146,127.075598 L139.935725,90.4458545 L161.7294,77.8607748 C161.969348,77.7334434 162.256834,77.7334434 162.496783,77.8607748 L214.729979,108.044502 C231.032329,117.451747 240.437294,135.426109 238.871504,154.182739 C237.305714,172.939368 225.050719,189.105572 207.414262,195.67963 L207.414262,134.288998 C207.322521,131.276867 205.650697,128.535853 203.0146,127.075598 Z M224.757116,94.3850867 L223.22235,93.4642272 L171.60306,63.3828173 C168.981293,61.8443751 165.732456,61.8443751 163.110689,63.3828173 L99.9806554,99.8079259 L99.9806554,74.5866077 C99.9533004,74.3254088 100.071095,74.0701869 100.287609,73.9215426 L152.520805,43.7889738 C168.863098,34.3743518 189.174256,35.2529043 204.642579,46.0434841 C220.110903,56.8340638 227.949269,75.5923959 224.757116,94.1804513 L224.757116,94.3850867 Z M88.0606409,139.097931 L66.2158076,126.512851 C65.9950399,126.379091 65.8450965,126.154176 65.8065367,125.898945 L65.8065367,65.684966 C65.8314495,46.8285367 76.7500605,29.6846032 93.8270852,21.6883055 C110.90411,13.6920079 131.063833,16.2835462 145.5632,28.338998 L144.028434,29.2086986 L92.3579852,59.0343142 C89.7419327,60.5687513 88.1282597,63.3683767 88.1117998,66.4011901 L88.0606409,139.097931 Z M99.9294965,113.5185 L128.06687,97.3011417 L156.255402,113.5185 L156.255402,145.953218 L128.169187,162.170577 L99.9806554,145.953218 L99.9294965,113.5185 Z",
|
|
17
|
+
fill: "currentColor"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
i as Openai,
|
|
25
|
+
i as default
|
|
26
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vscode.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/vscode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,MAAM,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAoIpD,CAAC;AAEF,eAAe,MAAM,CAAC"}
|