@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.
Files changed (95) hide show
  1. package/dist/assets/icons/attio.js +10 -0
  2. package/dist/assets/icons/claude.js +10 -0
  3. package/dist/assets/icons/cline.js +10 -0
  4. package/dist/assets/icons/cursor-install-dark.js +12 -0
  5. package/dist/assets/icons/cursor-install-light.js +12 -0
  6. package/dist/assets/icons/gemini.js +12 -0
  7. package/dist/assets/icons/goose.js +13 -0
  8. package/dist/assets/icons/openai.js +10 -0
  9. package/dist/assets/icons/vscode.js +12 -0
  10. package/dist/assets/icons/windsurf.js +10 -0
  11. package/dist/components/index.js +416 -396
  12. package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
  13. package/dist/components/ui/atoms/checkbox.js +100 -100
  14. package/dist/components/ui/atoms/icons/attio.d.ts +4 -0
  15. package/dist/components/ui/atoms/icons/attio.d.ts.map +1 -0
  16. package/dist/components/ui/atoms/icons/attio.js +27 -0
  17. package/dist/components/ui/atoms/icons/claude.d.ts +4 -0
  18. package/dist/components/ui/atoms/icons/claude.d.ts.map +1 -0
  19. package/dist/components/ui/atoms/icons/claude.js +27 -0
  20. package/dist/components/ui/atoms/icons/cline.d.ts +4 -0
  21. package/dist/components/ui/atoms/icons/cline.d.ts.map +1 -0
  22. package/dist/components/ui/atoms/icons/cline.js +23 -0
  23. package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts +4 -0
  24. package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts.map +1 -0
  25. package/dist/components/ui/atoms/icons/cursor-install-dark.js +79 -0
  26. package/dist/components/ui/atoms/icons/cursor-install-light.d.ts +4 -0
  27. package/dist/components/ui/atoms/icons/cursor-install-light.d.ts.map +1 -0
  28. package/dist/components/ui/atoms/icons/cursor-install-light.js +79 -0
  29. package/dist/components/ui/atoms/icons/gemini.d.ts +4 -0
  30. package/dist/components/ui/atoms/icons/gemini.d.ts.map +1 -0
  31. package/dist/components/ui/atoms/icons/gemini.js +234 -0
  32. package/dist/components/ui/atoms/icons/goose.d.ts +4 -0
  33. package/dist/components/ui/atoms/icons/goose.d.ts.map +1 -0
  34. package/dist/components/ui/atoms/icons/goose.js +22 -0
  35. package/dist/components/ui/atoms/icons/index.d.ts +10 -0
  36. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  37. package/dist/components/ui/atoms/icons/index.js +256 -236
  38. package/dist/components/ui/atoms/icons/openai.d.ts +4 -0
  39. package/dist/components/ui/atoms/icons/openai.d.ts.map +1 -0
  40. package/dist/components/ui/atoms/icons/openai.js +26 -0
  41. package/dist/components/ui/atoms/icons/vscode.d.ts +4 -0
  42. package/dist/components/ui/atoms/icons/vscode.d.ts.map +1 -0
  43. package/dist/components/ui/atoms/icons/vscode.js +187 -0
  44. package/dist/components/ui/atoms/icons/windsurf.d.ts +4 -0
  45. package/dist/components/ui/atoms/icons/windsurf.d.ts.map +1 -0
  46. package/dist/components/ui/atoms/icons/windsurf.js +26 -0
  47. package/dist/components/ui/atoms/index.js +399 -379
  48. package/dist/components/ui/index.js +416 -396
  49. package/dist/components/ui/molecules/index.js +1 -1
  50. package/dist/components/ui/molecules/requirement-badges.d.ts +6 -3
  51. package/dist/components/ui/molecules/requirement-badges.d.ts.map +1 -1
  52. package/dist/components/ui/molecules/requirement-badges.js +1 -1
  53. package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
  54. package/dist/components/ui/molecules/tool-card.js +55 -54
  55. package/dist/components/ui/molecules/toolkit-card.d.ts.map +1 -1
  56. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  57. package/dist/components/ui/molecules/toolkit-picker-trigger.js +34 -34
  58. package/dist/components/ui/molecules/toolkit-selection-summary.d.ts.map +1 -1
  59. package/dist/components/ui/molecules/toolkit-selection-summary.js +5 -5
  60. package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +1 -1
  61. package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +1 -1
  62. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
  63. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.d.ts.map +1 -1
  64. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +101 -74
  65. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.d.ts.map +1 -1
  66. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +74 -50
  67. package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.d.ts +21 -0
  68. package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.d.ts.map +1 -0
  69. package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.js +29 -0
  70. package/dist/components/ui/organisms/toolkit-picker/hooks/featured-toolkits.d.ts +1 -1
  71. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts +8 -0
  72. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts.map +1 -1
  73. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js +120 -51
  74. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
  75. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +55 -24
  76. package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +20 -20
  77. package/dist/hooks/use-is-truncated.d.ts +13 -0
  78. package/dist/hooks/use-is-truncated.d.ts.map +1 -0
  79. package/dist/hooks/use-is-truncated.js +20 -0
  80. package/dist/lib/arcade/arcade.d.ts +0 -24
  81. package/dist/lib/arcade/arcade.d.ts.map +1 -1
  82. package/dist/lib/arcade/arcade.js +258 -421
  83. package/dist/lib/arcade/toolkit-collection.d.ts +15 -0
  84. package/dist/lib/arcade/toolkit-collection.d.ts.map +1 -0
  85. package/dist/lib/arcade/toolkit-collection.js +149 -0
  86. package/dist/main.js +455 -435
  87. package/dist/metadata/oauth-providers.d.ts +2 -0
  88. package/dist/metadata/oauth-providers.d.ts.map +1 -1
  89. package/dist/metadata/oauth-providers.js +84 -72
  90. package/dist/metadata/toolkits.js +7 -7
  91. package/dist/metadata/utils.d.ts +4 -7
  92. package/dist/metadata/utils.d.ts.map +1 -1
  93. package/dist/metadata/utils.js +16 -13
  94. package/dist/{toolkit-card-D6Dqff6p.js → toolkit-card-Cmp_yG03.js} +115 -110
  95. 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 { Auth0 as h } from "./auth0.js";
10
- import { Azure as b } from "./azure.js";
11
- import { Bamboohr as C } from "./bamboohr.js";
12
- import { Basecamp as B } from "./basecamp.js";
13
- import { Bill as A } from "./bill.js";
14
- import { Bitbucket as P } from "./bitbucket.js";
15
- import { Bluesky as O } from "./bluesky.js";
16
- import { Box as v } from "./box.js";
17
- import { Braze as Z } from "./braze.js";
18
- import { Brex as H } from "./brex.js";
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 N } from "./buffer.js";
21
- import { Calendly as I } from "./calendly.js";
22
- import { Clickhouse as R } from "./clickhouse.js";
23
- import { Clickup as Q } from "./clickup.js";
24
- import { Closeio as Y } from "./closeio.js";
25
- import { Codesandbox as K } from "./codesandbox.js";
26
- import { Coinbase as _ } from "./coinbase.js";
27
- import { Confluence as oo } from "./confluence.js";
28
- import { Cursor as eo } from "./cursor.js";
29
- import { Customerio as po } from "./customerio.js";
30
- import { Datadog as fo } from "./datadog.js";
31
- import { DigitalOcean as io } from "./digital-ocean.js";
32
- import { Discord as lo } from "./discord.js";
33
- import { Dropbox as no } from "./dropbox.js";
34
- import { E2b as uo } from "./e2b.js";
35
- import { Ebay as ko } from "./ebay.js";
36
- import { Evernote as Go } from "./evernote.js";
37
- import { Exa as So } from "./exa.js";
38
- import { Factorial as yo } from "./factorial.js";
39
- import { Figma as Mo } from "./figma.js";
40
- import { Firecrawl as Do } from "./firecrawl.js";
41
- import { Freshservice as Fo } from "./freshservice.js";
42
- import { Generic as To } from "./generic.js";
43
- import { Github as wo } from "./github.js";
44
- import { Gitlab as Eo } from "./gitlab.js";
45
- import { Gmail as Wo } from "./gmail.js";
46
- import { Google as Lo } from "./google.js";
47
- import { GoogleCalendar as zo } from "./google-calendar.js";
48
- import { GoogleContacts as Jo } from "./google-contacts.js";
49
- import { GoogleDocs as Xo } from "./google-docs.js";
50
- import { GoogleDrive as Vo } from "./google-drive.js";
51
- import { GoogleFinance as jo } from "./google-finance.js";
52
- import { GoogleFlight as Uo } from "./google-flight.js";
53
- import { GoogleFlights as $o } from "./google-flights.js";
54
- import { GoogleHotels as rr } from "./google-hotels.js";
55
- import { GoogleJobs as tr } from "./google-jobs.js";
56
- import { GoogleMaps as mr } from "./google-maps.js";
57
- import { GoogleNews as xr } from "./google-news.js";
58
- import { GoogleSheets as ar } from "./google-sheets.js";
59
- import { GoogleShopping as sr } from "./google-shopping.js";
60
- import { GoogleSlides as cr } from "./google-slides.js";
61
- import { Heroku as gr } from "./heroku.js";
62
- import { Hootsuite as kr } from "./hootsuite.js";
63
- import { Hubspot as Gr } from "./hubspot.js";
64
- import { Imgflip as Sr } from "./imgflip.js";
65
- import { Intercom as yr } from "./intercom.js";
66
- import { Jira as Mr } from "./jira.js";
67
- import { Linear as Dr } from "./linear.js";
68
- import { Linkedin as Fr } from "./linkedin.js";
69
- import { Luma as Tr } from "./luma.js";
70
- import { Mailchimp as wr } from "./mailchimp.js";
71
- import { Mcp as Er } from "./mcp.js";
72
- import { Microsoft as Wr } from "./microsoft.js";
73
- import { MicrosoftDynamics as Lr } from "./microsoft-dynamics.js";
74
- import { MicrosoftSharepoint as zr } from "./microsoft-sharepoint.js";
75
- import { MicrosoftTeams as Jr } from "./microsoft-teams.js";
76
- import { Miro as Xr } from "./miro.js";
77
- import { Monday as Vr } from "./monday.js";
78
- import { MongoDB as jr } from "./mongodb.js";
79
- import { Netsuite as Ur } from "./netsuite.js";
80
- import { Notion as $r } from "./notion.js";
81
- import { Oauth as re } from "./oauth.js";
82
- import { Obsidian as te } from "./obsidian.js";
83
- import { Okta as me } from "./okta.js";
84
- import { OneDrive as xe } from "./one-drive.js";
85
- import { OutlookCalendar as ae } from "./outlook-calendar.js";
86
- import { OutlookMail as se } from "./outlook-mail.js";
87
- import { Pagerduty as ce } from "./pagerduty.js";
88
- import { Pinecone as ge } from "./pinecone.js";
89
- import { Pinterest as ke } from "./pinterest.js";
90
- import { Pipedrive as Ge } from "./pipedrive.js";
91
- import { Plaid as Se } from "./plaid.js";
92
- import { Postgres as ye } from "./postgres.js";
93
- import { Posthog as Me } from "./posthog.js";
94
- import { Pylon as De } from "./pylon.js";
95
- import { Quickbooks as Fe } from "./quickbooks.js";
96
- import { Railway as Te } from "./railway.js";
97
- import { Reddit as we } from "./reddit.js";
98
- import { Salesforce as Ee } from "./salesforce.js";
99
- import { Shopify as We } from "./shopify.js";
100
- import { Singlestore as Le } from "./singlestore.js";
101
- import { Slack as ze } from "./slack.js";
102
- import { Snowflake as Je } from "./snowflake.js";
103
- import { Splunk as Xe } from "./splunk.js";
104
- import { Spotify as Ve } from "./spotify.js";
105
- import { Square as je } from "./square.js";
106
- import { Squarespace as Ue } from "./squarespace.js";
107
- import { Squareup as $e } from "./squareup.js";
108
- import { Stripe as rt } from "./stripe.js";
109
- import { Tesla as tt } from "./tesla.js";
110
- import { Ticktick as mt } from "./ticktick.js";
111
- import { Tiktok as xt } from "./tiktok.js";
112
- import { Trello as at } from "./trello.js";
113
- import { Twilio as st } from "./twilio.js";
114
- import { Twitch as ct } from "./twitch.js";
115
- import { Vercel as gt } from "./vercel.js";
116
- import { Walmart as kt } from "./walmart.js";
117
- import { Weaviate as Gt } from "./weaviate.js";
118
- import { Workday as St } from "./workday.js";
119
- import { Wrike as yt } from "./wrike.js";
120
- import { X as Mt } from "./x.js";
121
- import { Xero as Dt } from "./xero.js";
122
- import { Youtube as Ft } from "./youtube.js";
123
- import { Zendesk as Tt } from "./zendesk.js";
124
- import { Zoho as wt } from "./zoho.js";
125
- import { ZohoBooks as Et } from "./zoho-books.js";
126
- import { ZohoCreator as Wt } from "./zoho-creator.js";
127
- import { Zoom as Lt } from "./zoom.js";
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 Auth0,
138
- b as Azure,
139
- C as Bamboohr,
140
- B as Basecamp,
141
- A as Bill,
142
- P as Bitbucket,
143
- O as Bluesky,
144
- v as Box,
145
- Z as Braze,
146
- H as Brex,
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
- N as Buffer,
149
- I as Calendly,
150
- R as Clickhouse,
151
- Q as Clickup,
152
- Y as Closeio,
153
- K as Codesandbox,
154
- _ as Coinbase,
155
- oo as Confluence,
156
- eo as Cursor,
157
- po as Customerio,
158
- fo as Datadog,
159
- io as DigitalOcean,
160
- lo as Discord,
161
- no as Dropbox,
162
- uo as E2b,
163
- ko as Ebay,
164
- Go as Evernote,
165
- So as Exa,
166
- yo as Factorial,
167
- Mo as Figma,
168
- Do as Firecrawl,
169
- Fo as Freshservice,
170
- To as Generic,
171
- wo as Github,
172
- Eo as Gitlab,
173
- Wo as Gmail,
174
- Lo as Google,
175
- zo as GoogleCalendar,
176
- Jo as GoogleContacts,
177
- Xo as GoogleDocs,
178
- Vo as GoogleDrive,
179
- jo as GoogleFinance,
180
- Uo as GoogleFlight,
181
- $o as GoogleFlights,
182
- rr as GoogleHotels,
183
- tr as GoogleJobs,
184
- mr as GoogleMaps,
185
- xr as GoogleNews,
186
- ar as GoogleSheets,
187
- sr as GoogleShopping,
188
- cr as GoogleSlides,
189
- gr as Heroku,
190
- kr as Hootsuite,
191
- Gr as Hubspot,
192
- Sr as Imgflip,
193
- yr as Intercom,
194
- Mr as Jira,
195
- Dr as Linear,
196
- Fr as Linkedin,
197
- Tr as Luma,
198
- wr as Mailchimp,
199
- Er as Mcp,
200
- Wr as Microsoft,
201
- Lr as MicrosoftDynamics,
202
- zr as MicrosoftSharepoint,
203
- Jr as MicrosoftTeams,
204
- Xr as Miro,
205
- Vr as Monday,
206
- jr as MongoDB,
207
- Ur as Netsuite,
208
- $r as Notion,
209
- re as Oauth,
210
- te as Obsidian,
211
- me as Okta,
212
- xe as OneDrive,
213
- ae as OutlookCalendar,
214
- se as OutlookMail,
215
- ce as Pagerduty,
216
- ge as Pinecone,
217
- ke as Pinterest,
218
- Ge as Pipedrive,
219
- Se as Plaid,
220
- ye as Postgres,
221
- Me as Posthog,
222
- De as Pylon,
223
- Fe as Quickbooks,
224
- Te as Railway,
225
- we as Reddit,
226
- Ee as Salesforce,
227
- We as Shopify,
228
- Le as Singlestore,
229
- ze as Slack,
230
- Je as Snowflake,
231
- Xe as Splunk,
232
- Ve as Spotify,
233
- je as Square,
234
- Ue as Squarespace,
235
- $e as Squareup,
236
- rt as Stripe,
237
- tt as Tesla,
238
- mt as Ticktick,
239
- xt as Tiktok,
240
- at as Trello,
241
- st as Twilio,
242
- ct as Twitch,
243
- gt as Vercel,
244
- kt as Walmart,
245
- Gt as Weaviate,
246
- St as Workday,
247
- yt as Wrike,
248
- Mt as X,
249
- Dt as Xero,
250
- Ft as Youtube,
251
- Tt as Zendesk,
252
- wt as Zoho,
253
- Et as ZohoBooks,
254
- Wt as ZohoCreator,
255
- Lt as Zoom
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,4 @@
1
+ import { SVGProps } from 'react';
2
+ export declare const Openai: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Openai;
4
+ //# sourceMappingURL=openai.d.ts.map
@@ -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,4 @@
1
+ import { SVGProps } from 'react';
2
+ export declare const Vscode: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Vscode;
4
+ //# sourceMappingURL=vscode.d.ts.map
@@ -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"}