@arcadeai/design-system 3.27.6 → 3.28.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.
Files changed (89) hide show
  1. package/dist/assets/icons/attio.js +10 -0
  2. package/dist/assets/icons/microsoft-excel.js +35 -0
  3. package/dist/assets/icons/{one-drive.js → microsoft-onedrive.js} +3 -3
  4. package/dist/assets/icons/microsoft-powerpoint.js +121 -0
  5. package/dist/assets/icons/microsoft-word.js +32 -0
  6. package/dist/components/index.js +390 -384
  7. package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
  8. package/dist/components/ui/atoms/checkbox.js +100 -100
  9. package/dist/components/ui/atoms/icons/attio.d.ts +4 -0
  10. package/dist/components/ui/atoms/icons/attio.d.ts.map +1 -0
  11. package/dist/components/ui/atoms/icons/attio.js +27 -0
  12. package/dist/components/ui/atoms/icons/claude.d.ts.map +1 -1
  13. package/dist/components/ui/atoms/icons/claude.js +22 -4
  14. package/dist/components/ui/atoms/icons/cline.d.ts.map +1 -1
  15. package/dist/components/ui/atoms/icons/cline.js +18 -4
  16. package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts.map +1 -1
  17. package/dist/components/ui/atoms/icons/cursor-install-dark.js +74 -11
  18. package/dist/components/ui/atoms/icons/cursor-install-light.d.ts.map +1 -1
  19. package/dist/components/ui/atoms/icons/cursor-install-light.js +74 -11
  20. package/dist/components/ui/atoms/icons/gemini.d.ts.map +1 -1
  21. package/dist/components/ui/atoms/icons/gemini.js +229 -50
  22. package/dist/components/ui/atoms/icons/goose.d.ts.map +1 -1
  23. package/dist/components/ui/atoms/icons/goose.js +17 -4
  24. package/dist/components/ui/atoms/icons/index.d.ts +5 -2
  25. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  26. package/dist/components/ui/atoms/icons/index.js +264 -258
  27. package/dist/components/ui/atoms/icons/microsoft-excel.d.ts +4 -0
  28. package/dist/components/ui/atoms/icons/microsoft-excel.d.ts.map +1 -0
  29. package/dist/components/ui/atoms/icons/microsoft-excel.js +285 -0
  30. package/dist/components/ui/atoms/icons/microsoft-onedrive.d.ts +4 -0
  31. package/dist/components/ui/atoms/icons/microsoft-onedrive.d.ts.map +1 -0
  32. package/dist/components/ui/atoms/icons/{one-drive.js → microsoft-onedrive.js} +3 -3
  33. package/dist/components/ui/atoms/icons/microsoft-powerpoint.d.ts +4 -0
  34. package/dist/components/ui/atoms/icons/microsoft-powerpoint.d.ts.map +1 -0
  35. package/dist/components/ui/atoms/icons/microsoft-powerpoint.js +334 -0
  36. package/dist/components/ui/atoms/icons/microsoft-word.d.ts +4 -0
  37. package/dist/components/ui/atoms/icons/microsoft-word.d.ts.map +1 -0
  38. package/dist/components/ui/atoms/icons/microsoft-word.js +232 -0
  39. package/dist/components/ui/atoms/icons/openai.d.ts.map +1 -1
  40. package/dist/components/ui/atoms/icons/openai.js +21 -4
  41. package/dist/components/ui/atoms/icons/vscode.d.ts.map +1 -1
  42. package/dist/components/ui/atoms/icons/vscode.js +182 -34
  43. package/dist/components/ui/atoms/icons/windsurf.d.ts.map +1 -1
  44. package/dist/components/ui/atoms/icons/windsurf.js +21 -4
  45. package/dist/components/ui/atoms/index.js +387 -381
  46. package/dist/components/ui/index.js +390 -384
  47. package/dist/components/ui/molecules/index.js +1 -1
  48. package/dist/components/ui/molecules/requirement-badges.d.ts +6 -3
  49. package/dist/components/ui/molecules/requirement-badges.d.ts.map +1 -1
  50. package/dist/components/ui/molecules/requirement-badges.js +1 -1
  51. package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
  52. package/dist/components/ui/molecules/tool-card.js +55 -54
  53. package/dist/components/ui/molecules/toolkit-card.d.ts.map +1 -1
  54. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  55. package/dist/components/ui/molecules/toolkit-selection-summary.js +1 -1
  56. package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +1 -1
  57. package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +1 -1
  58. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
  59. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +1 -1
  60. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +1 -1
  61. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts.map +1 -1
  62. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js +63 -50
  63. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
  64. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +34 -23
  65. package/dist/hooks/use-is-truncated.d.ts +13 -0
  66. package/dist/hooks/use-is-truncated.d.ts.map +1 -0
  67. package/dist/hooks/use-is-truncated.js +20 -0
  68. package/dist/lib/arcade/arcade.d.ts +0 -24
  69. package/dist/lib/arcade/arcade.d.ts.map +1 -1
  70. package/dist/lib/arcade/arcade.js +253 -416
  71. package/dist/lib/arcade/toolkit-collection.d.ts +15 -0
  72. package/dist/lib/arcade/toolkit-collection.d.ts.map +1 -0
  73. package/dist/lib/arcade/toolkit-collection.js +149 -0
  74. package/dist/main.js +416 -410
  75. package/dist/metadata/oauth-providers.d.ts +2 -0
  76. package/dist/metadata/oauth-providers.d.ts.map +1 -1
  77. package/dist/metadata/oauth-providers.js +84 -72
  78. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  79. package/dist/metadata/toolkit-icons.js +150 -144
  80. package/dist/metadata/toolkits.d.ts.map +1 -1
  81. package/dist/metadata/toolkits.js +52 -13
  82. package/dist/{toolkit-card-DaoEIG0R.js → toolkit-card-Cmp_yG03.js} +116 -111
  83. package/package.json +10 -5
  84. package/dist/assets/icons/roocode.js +0 -10
  85. package/dist/components/ui/atoms/icons/one-drive.d.ts +0 -4
  86. package/dist/components/ui/atoms/icons/one-drive.d.ts.map +0 -1
  87. package/dist/components/ui/atoms/icons/roocode.d.ts +0 -4
  88. package/dist/components/ui/atoms/icons/roocode.d.ts.map +0 -1
  89. package/dist/components/ui/atoms/icons/roocode.js +0 -9
@@ -1,276 +1,282 @@
1
1
  import { Adp as e } from "./adp.js";
2
2
  import { Aha as p } from "./aha.js";
3
- import { Airtable as f } from "./airtable.js";
3
+ import { Airtable as m } from "./airtable.js";
4
4
  import { Amplitude as i } from "./amplitude.js";
5
5
  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 C } from "./azure.js";
11
- import { Bamboohr as S } from "./bamboohr.js";
12
- import { Basecamp as B } from "./basecamp.js";
13
- import { Bill as A } from "./bill.js";
14
- import { Bitbucket as O } from "./bitbucket.js";
15
- import { Bluesky as F } from "./bluesky.js";
16
- import { Box as v } from "./box.js";
17
- import { Braze as W } from "./braze.js";
18
- import { Brex as E } from "./brex.js";
19
- import { Brightdata as I } from "./brightdata.js";
20
- import { Buffer as q } from "./buffer.js";
9
+ import { Attio as h } from "./attio.js";
10
+ import { Auth0 as C } from "./auth0.js";
11
+ import { Azure as M } from "./azure.js";
12
+ import { Bamboohr as y } from "./bamboohr.js";
13
+ import { Basecamp as A } from "./basecamp.js";
14
+ import { Bill as P } from "./bill.js";
15
+ import { Bitbucket as w } from "./bitbucket.js";
16
+ import { Bluesky as T } from "./bluesky.js";
17
+ import { Box as W } from "./box.js";
18
+ import { Braze as Z } from "./braze.js";
19
+ import { Brex as I } from "./brex.js";
20
+ import { Brightdata as q } from "./brightdata.js";
21
+ import { Buffer as z } from "./buffer.js";
21
22
  import { Calendly as R } from "./calendly.js";
22
- import { Claude as J } from "./claude.js";
23
- import { Clickhouse as X } from "./clickhouse.js";
24
- import { Clickup as Y } from "./clickup.js";
25
- import { Cline as K } from "./cline.js";
26
- import { Closeio as _ } from "./closeio.js";
27
- import { Codesandbox as oo } from "./codesandbox.js";
28
- import { Coinbase as eo } from "./coinbase.js";
29
- import { Confluence as po } from "./confluence.js";
30
- import { Cursor as fo } from "./cursor.js";
31
- import { CursorInstallDark as io } from "./cursor-install-dark.js";
32
- import { CursorInstallLight as lo } from "./cursor-install-light.js";
33
- import { Customerio as no } from "./customerio.js";
34
- import { Datadog as uo } from "./datadog.js";
35
- import { DigitalOcean as ko } from "./digital-ocean.js";
36
- import { Discord as Go } from "./discord.js";
37
- import { Dropbox as bo } from "./dropbox.js";
38
- import { E2b as yo } from "./e2b.js";
39
- import { Ebay as Mo } from "./ebay.js";
40
- import { Evernote as Do } from "./evernote.js";
41
- import { Exa as Po } from "./exa.js";
42
- import { Factorial as To } from "./factorial.js";
43
- import { Figma as wo } from "./figma.js";
44
- import { Firecrawl as Zo } from "./firecrawl.js";
45
- import { Freshservice as Ho } from "./freshservice.js";
46
- import { Gemini as Lo } from "./gemini.js";
47
- import { Generic as No } from "./generic.js";
48
- import { Github as zo } from "./github.js";
49
- import { Gitlab as Vo } from "./gitlab.js";
50
- import { Gmail as Qo } from "./gmail.js";
51
- import { Google as jo } from "./google.js";
52
- import { GoogleCalendar as Uo } from "./google-calendar.js";
53
- import { GoogleContacts as $o } from "./google-contacts.js";
54
- import { GoogleDocs as rr } from "./google-docs.js";
55
- import { GoogleDrive as tr } from "./google-drive.js";
56
- import { GoogleFinance as mr } from "./google-finance.js";
57
- import { GoogleFlight as xr } from "./google-flight.js";
58
- import { GoogleFlights as ar } from "./google-flights.js";
59
- import { GoogleHotels as sr } from "./google-hotels.js";
60
- import { GoogleJobs as cr } from "./google-jobs.js";
61
- import { GoogleMaps as gr } from "./google-maps.js";
62
- import { GoogleNews as kr } from "./google-news.js";
63
- import { GoogleSheets as Gr } from "./google-sheets.js";
64
- import { GoogleShopping as br } from "./google-shopping.js";
65
- import { GoogleSlides as yr } from "./google-slides.js";
66
- import { Goose as Mr } from "./goose.js";
67
- import { Heroku as Dr } from "./heroku.js";
68
- import { Hootsuite as Pr } from "./hootsuite.js";
69
- import { Hubspot as Tr } from "./hubspot.js";
70
- import { Imgflip as wr } from "./imgflip.js";
71
- import { Intercom as Zr } from "./intercom.js";
72
- import { Jira as Hr } from "./jira.js";
73
- import { Linear as Lr } from "./linear.js";
74
- import { Linkedin as Nr } from "./linkedin.js";
75
- import { Luma as zr } from "./luma.js";
76
- import { Mailchimp as Vr } from "./mailchimp.js";
77
- import { Mcp as Qr } from "./mcp.js";
78
- import { Microsoft as jr } from "./microsoft.js";
79
- import { MicrosoftDynamics as Ur } from "./microsoft-dynamics.js";
80
- import { MicrosoftSharepoint as $r } from "./microsoft-sharepoint.js";
81
- import { MicrosoftTeams as re } from "./microsoft-teams.js";
82
- import { Miro as te } from "./miro.js";
83
- import { Monday as me } from "./monday.js";
84
- import { MongoDB as xe } from "./mongodb.js";
85
- import { Netsuite as ae } from "./netsuite.js";
86
- import { Notion as se } from "./notion.js";
87
- import { Oauth as ce } from "./oauth.js";
88
- import { Obsidian as ge } from "./obsidian.js";
89
- import { Okta as ke } from "./okta.js";
90
- import { OneDrive as Ge } from "./one-drive.js";
91
- import { Openai as be } from "./openai.js";
92
- import { OutlookCalendar as ye } from "./outlook-calendar.js";
93
- import { OutlookMail as Me } from "./outlook-mail.js";
94
- import { Pagerduty as De } from "./pagerduty.js";
95
- import { Pinecone as Pe } from "./pinecone.js";
96
- import { Pinterest as Te } from "./pinterest.js";
97
- import { Pipedrive as we } from "./pipedrive.js";
98
- import { Plaid as Ze } from "./plaid.js";
99
- import { Postgres as He } from "./postgres.js";
100
- import { Posthog as Le } from "./posthog.js";
101
- import { Pylon as Ne } from "./pylon.js";
102
- import { Quickbooks as ze } from "./quickbooks.js";
103
- import { Railway as Ve } from "./railway.js";
104
- import { Reddit as Qe } from "./reddit.js";
105
- import { Roocode as je } from "./roocode.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 Mt } 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 zt } 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";
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 mo } 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 So } from "./dropbox.js";
39
+ import { E2b as Bo } from "./e2b.js";
40
+ import { Ebay as Do } from "./ebay.js";
41
+ import { Evernote as Oo } from "./evernote.js";
42
+ import { Exa as Fo } from "./exa.js";
43
+ import { Factorial as vo } from "./factorial.js";
44
+ import { Figma as Eo } 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 fr } 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 Sr } from "./google-shopping.js";
66
+ import { GoogleSlides as Br } from "./google-slides.js";
67
+ import { Goose as Dr } from "./goose.js";
68
+ import { Heroku as Or } from "./heroku.js";
69
+ import { Hootsuite as Fr } from "./hootsuite.js";
70
+ import { Hubspot as vr } from "./hubspot.js";
71
+ import { Imgflip as Er } 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 { MicrosoftExcel as re } from "./microsoft-excel.js";
82
+ import { MicrosoftOnedrive as te } from "./microsoft-onedrive.js";
83
+ import { MicrosoftPowerpoint as fe } from "./microsoft-powerpoint.js";
84
+ import { MicrosoftSharepoint as xe } from "./microsoft-sharepoint.js";
85
+ import { MicrosoftTeams as ae } from "./microsoft-teams.js";
86
+ import { MicrosoftWord as se } from "./microsoft-word.js";
87
+ import { Miro as ce } from "./miro.js";
88
+ import { Monday as ge } from "./monday.js";
89
+ import { MongoDB as ke } from "./mongodb.js";
90
+ import { Netsuite as Ge } from "./netsuite.js";
91
+ import { Notion as be } from "./notion.js";
92
+ import { Oauth as Se } from "./oauth.js";
93
+ import { Obsidian as Be } from "./obsidian.js";
94
+ import { Okta as De } from "./okta.js";
95
+ import { Openai as Oe } from "./openai.js";
96
+ import { OutlookCalendar as Fe } from "./outlook-calendar.js";
97
+ import { OutlookMail as ve } from "./outlook-mail.js";
98
+ import { Pagerduty as Ee } from "./pagerduty.js";
99
+ import { Pinecone as He } from "./pinecone.js";
100
+ import { Pinterest as Le } from "./pinterest.js";
101
+ import { Pipedrive as Ne } from "./pipedrive.js";
102
+ import { Plaid as Je } from "./plaid.js";
103
+ import { Postgres as Ve } from "./postgres.js";
104
+ import { Posthog as Qe } from "./posthog.js";
105
+ import { Pylon as je } from "./pylon.js";
106
+ import { Quickbooks as Ue } from "./quickbooks.js";
107
+ import { Railway as $e } from "./railway.js";
108
+ import { Reddit as rt } from "./reddit.js";
109
+ import { Salesforce as tt } from "./salesforce.js";
110
+ import { Shopify as ft } from "./shopify.js";
111
+ import { Singlestore as xt } from "./singlestore.js";
112
+ import { Slack as at } from "./slack.js";
113
+ import { Snowflake as st } from "./snowflake.js";
114
+ import { Splunk as ct } from "./splunk.js";
115
+ import { Spotify as gt } from "./spotify.js";
116
+ import { Square as kt } from "./square.js";
117
+ import { Squarespace as Gt } from "./squarespace.js";
118
+ import { Squareup as bt } from "./squareup.js";
119
+ import { Stripe as St } from "./stripe.js";
120
+ import { Tesla as Bt } from "./tesla.js";
121
+ import { Ticktick as Dt } from "./ticktick.js";
122
+ import { Tiktok as Ot } from "./tiktok.js";
123
+ import { Trello as Ft } from "./trello.js";
124
+ import { Twilio as vt } from "./twilio.js";
125
+ import { Twitch as Et } from "./twitch.js";
126
+ import { Vercel as Ht } from "./vercel.js";
127
+ import { Vscode as Lt } from "./vscode.js";
128
+ import { Walmart as Nt } from "./walmart.js";
129
+ import { Weaviate as Jt } from "./weaviate.js";
130
+ import { Windsurf as Vt } from "./windsurf.js";
131
+ import { Workday as Qt } from "./workday.js";
132
+ import { Wrike as jt } from "./wrike.js";
133
+ import { X as Ut } from "./x.js";
134
+ import { Xero as $t } from "./xero.js";
135
+ import { Youtube as rp } from "./youtube.js";
136
+ import { Zendesk as tp } from "./zendesk.js";
137
+ import { Zoho as fp } from "./zoho.js";
138
+ import { ZohoBooks as xp } from "./zoho-books.js";
139
+ import { ZohoCreator as ap } from "./zoho-creator.js";
140
+ import { Zoom as sp } from "./zoom.js";
138
141
  export {
139
142
  e as Adp,
140
143
  p as Aha,
141
- f as Airtable,
144
+ m as Airtable,
142
145
  i as Amplitude,
143
146
  l as Arcade,
144
147
  n as Asana,
145
148
  u as Ashby,
146
149
  d as Atlassian,
147
- h as Auth0,
148
- C as Azure,
149
- S as Bamboohr,
150
- B as Basecamp,
151
- A as Bill,
152
- O as Bitbucket,
153
- F as Bluesky,
154
- v as Box,
155
- W as Braze,
156
- E as Brex,
157
- I as Brightdata,
158
- q as Buffer,
150
+ h as Attio,
151
+ C as Auth0,
152
+ M as Azure,
153
+ y as Bamboohr,
154
+ A as Basecamp,
155
+ P as Bill,
156
+ w as Bitbucket,
157
+ T as Bluesky,
158
+ W as Box,
159
+ Z as Braze,
160
+ I as Brex,
161
+ q as Brightdata,
162
+ z as Buffer,
159
163
  R as Calendly,
160
- J as Claude,
161
- X as Clickhouse,
162
- Y as Clickup,
163
- K as Cline,
164
- _ as Closeio,
165
- oo as Codesandbox,
166
- eo as Coinbase,
167
- po as Confluence,
168
- fo as Cursor,
169
- io as CursorInstallDark,
170
- lo as CursorInstallLight,
171
- no as Customerio,
172
- uo as Datadog,
173
- ko as DigitalOcean,
174
- Go as Discord,
175
- bo as Dropbox,
176
- yo as E2b,
177
- Mo as Ebay,
178
- Do as Evernote,
179
- Po as Exa,
180
- To as Factorial,
181
- wo as Figma,
182
- Zo as Firecrawl,
183
- Ho as Freshservice,
184
- Lo as Gemini,
185
- No as Generic,
186
- zo as Github,
187
- Vo as Gitlab,
188
- Qo as Gmail,
189
- jo as Google,
190
- Uo as GoogleCalendar,
191
- $o as GoogleContacts,
192
- rr as GoogleDocs,
193
- tr as GoogleDrive,
194
- mr as GoogleFinance,
195
- xr as GoogleFlight,
196
- ar as GoogleFlights,
197
- sr as GoogleHotels,
198
- cr as GoogleJobs,
199
- gr as GoogleMaps,
200
- kr as GoogleNews,
201
- Gr as GoogleSheets,
202
- br as GoogleShopping,
203
- yr as GoogleSlides,
204
- Mr as Goose,
205
- Dr as Heroku,
206
- Pr as Hootsuite,
207
- Tr as Hubspot,
208
- wr as Imgflip,
209
- Zr as Intercom,
210
- Hr as Jira,
211
- Lr as Linear,
212
- Nr as Linkedin,
213
- zr as Luma,
214
- Vr as Mailchimp,
215
- Qr as Mcp,
216
- jr as Microsoft,
217
- Ur as MicrosoftDynamics,
218
- $r as MicrosoftSharepoint,
219
- re as MicrosoftTeams,
220
- te as Miro,
221
- me as Monday,
222
- xe as MongoDB,
223
- ae as Netsuite,
224
- se as Notion,
225
- ce as Oauth,
226
- ge as Obsidian,
227
- ke as Okta,
228
- Ge as OneDrive,
229
- be as Openai,
230
- ye as OutlookCalendar,
231
- Me as OutlookMail,
232
- De as Pagerduty,
233
- Pe as Pinecone,
234
- Te as Pinterest,
235
- we as Pipedrive,
236
- Ze as Plaid,
237
- He as Postgres,
238
- Le as Posthog,
239
- Ne as Pylon,
240
- ze as Quickbooks,
241
- Ve as Railway,
242
- Qe as Reddit,
243
- je as Roocode,
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
- Mt 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
- zt 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
164
+ X as Claude,
165
+ Y as Clickhouse,
166
+ K as Clickup,
167
+ _ as Cline,
168
+ oo as Closeio,
169
+ eo as Codesandbox,
170
+ po as Coinbase,
171
+ mo as Confluence,
172
+ io as Cursor,
173
+ lo as CursorInstallDark,
174
+ no as CursorInstallLight,
175
+ uo as Customerio,
176
+ ko as Datadog,
177
+ Go as DigitalOcean,
178
+ bo as Discord,
179
+ So as Dropbox,
180
+ Bo as E2b,
181
+ Do as Ebay,
182
+ Oo as Evernote,
183
+ Fo as Exa,
184
+ vo as Factorial,
185
+ Eo as Figma,
186
+ Ho as Firecrawl,
187
+ Lo as Freshservice,
188
+ No as Gemini,
189
+ Jo as Generic,
190
+ Vo as Github,
191
+ Qo as Gitlab,
192
+ jo as Gmail,
193
+ Uo as Google,
194
+ $o as GoogleCalendar,
195
+ rr as GoogleContacts,
196
+ tr as GoogleDocs,
197
+ fr as GoogleDrive,
198
+ xr as GoogleFinance,
199
+ ar as GoogleFlight,
200
+ sr as GoogleFlights,
201
+ cr as GoogleHotels,
202
+ gr as GoogleJobs,
203
+ kr as GoogleMaps,
204
+ Gr as GoogleNews,
205
+ br as GoogleSheets,
206
+ Sr as GoogleShopping,
207
+ Br as GoogleSlides,
208
+ Dr as Goose,
209
+ Or as Heroku,
210
+ Fr as Hootsuite,
211
+ vr as Hubspot,
212
+ Er as Imgflip,
213
+ Hr as Intercom,
214
+ Lr as Jira,
215
+ Nr as Linear,
216
+ Jr as Linkedin,
217
+ Vr as Luma,
218
+ Qr as Mailchimp,
219
+ jr as Mcp,
220
+ Ur as Microsoft,
221
+ $r as MicrosoftDynamics,
222
+ re as MicrosoftExcel,
223
+ te as MicrosoftOnedrive,
224
+ fe as MicrosoftPowerpoint,
225
+ xe as MicrosoftSharepoint,
226
+ ae as MicrosoftTeams,
227
+ se as MicrosoftWord,
228
+ ce as Miro,
229
+ ge as Monday,
230
+ ke as MongoDB,
231
+ Ge as Netsuite,
232
+ be as Notion,
233
+ Se as Oauth,
234
+ Be as Obsidian,
235
+ De as Okta,
236
+ Oe as Openai,
237
+ Fe as OutlookCalendar,
238
+ ve as OutlookMail,
239
+ Ee as Pagerduty,
240
+ He as Pinecone,
241
+ Le as Pinterest,
242
+ Ne as Pipedrive,
243
+ Je as Plaid,
244
+ Ve as Postgres,
245
+ Qe as Posthog,
246
+ je as Pylon,
247
+ Ue as Quickbooks,
248
+ $e as Railway,
249
+ rt as Reddit,
250
+ tt as Salesforce,
251
+ ft as Shopify,
252
+ xt as Singlestore,
253
+ at as Slack,
254
+ st as Snowflake,
255
+ ct as Splunk,
256
+ gt as Spotify,
257
+ kt as Square,
258
+ Gt as Squarespace,
259
+ bt as Squareup,
260
+ St as Stripe,
261
+ Bt as Tesla,
262
+ Dt as Ticktick,
263
+ Ot as Tiktok,
264
+ Ft as Trello,
265
+ vt as Twilio,
266
+ Et as Twitch,
267
+ Ht as Vercel,
268
+ Lt as Vscode,
269
+ Nt as Walmart,
270
+ Jt as Weaviate,
271
+ Vt as Windsurf,
272
+ Qt as Workday,
273
+ jt as Wrike,
274
+ Ut as X,
275
+ $t as Xero,
276
+ rp as Youtube,
277
+ tp as Zendesk,
278
+ fp as Zoho,
279
+ xp as ZohoBooks,
280
+ ap as ZohoCreator,
281
+ sp as Zoom
276
282
  };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+ export declare const MicrosoftExcel: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default MicrosoftExcel;
4
+ //# sourceMappingURL=microsoft-excel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"microsoft-excel.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/microsoft-excel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,cAAc,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA4M5D,CAAC;AAEF,eAAe,cAAc,CAAC"}