@arcadeai/design-system 3.27.7 → 3.28.1

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 (159) hide show
  1. package/README.md +154 -13
  2. package/dist/assets/fonts.css +1 -1
  3. package/dist/assets/icons/microsoft-excel.js +35 -0
  4. package/dist/assets/icons/{one-drive.js → microsoft-onedrive.js} +3 -3
  5. package/dist/assets/icons/microsoft-powerpoint.js +121 -0
  6. package/dist/assets/icons/microsoft-word.js +32 -0
  7. package/dist/assets/index.css +1 -1
  8. package/dist/assets/tokens.css +1 -1
  9. package/dist/assets/variables.css +1 -1
  10. package/dist/{calendar-w1IATMME.js → calendar-cxv-TTEh.js} +10 -10
  11. package/dist/components/index.js +264 -258
  12. package/dist/components/ui/atoms/accordion.d.ts +1 -1
  13. package/dist/components/ui/atoms/accordion.d.ts.map +1 -1
  14. package/dist/components/ui/atoms/accordion.js +15 -15
  15. package/dist/components/ui/atoms/alert-dialog.d.ts +1 -1
  16. package/dist/components/ui/atoms/alert-dialog.d.ts.map +1 -1
  17. package/dist/components/ui/atoms/alert.d.ts.map +1 -1
  18. package/dist/components/ui/atoms/alert.js +1 -1
  19. package/dist/components/ui/atoms/avatar.d.ts +1 -1
  20. package/dist/components/ui/atoms/avatar.d.ts.map +1 -1
  21. package/dist/components/ui/atoms/badge.d.ts.map +1 -1
  22. package/dist/components/ui/atoms/badge.js +6 -6
  23. package/dist/components/ui/atoms/breadcrumb.d.ts.map +1 -1
  24. package/dist/components/ui/atoms/breadcrumb.js +5 -5
  25. package/dist/components/ui/atoms/button.d.ts.map +1 -1
  26. package/dist/components/ui/atoms/button.js +6 -6
  27. package/dist/components/ui/atoms/byoc-badge.d.ts.map +1 -1
  28. package/dist/components/ui/atoms/byoc-badge.js +6 -6
  29. package/dist/components/ui/atoms/calendar.d.ts +1 -1
  30. package/dist/components/ui/atoms/calendar.d.ts.map +1 -1
  31. package/dist/components/ui/atoms/calendar.js +3 -3
  32. package/dist/components/ui/atoms/card.d.ts.map +1 -1
  33. package/dist/components/ui/atoms/chart.d.ts.map +1 -1
  34. package/dist/components/ui/atoms/chart.js +1 -1
  35. package/dist/components/ui/atoms/checkbox.d.ts +1 -1
  36. package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
  37. package/dist/components/ui/atoms/checkbox.js +13 -13
  38. package/dist/components/ui/atoms/collapsible.d.ts +1 -1
  39. package/dist/components/ui/atoms/collapsible.d.ts.map +1 -1
  40. package/dist/components/ui/atoms/command.d.ts +1 -1
  41. package/dist/components/ui/atoms/command.d.ts.map +1 -1
  42. package/dist/components/ui/atoms/command.js +28 -28
  43. package/dist/components/ui/atoms/dialog.d.ts +1 -1
  44. package/dist/components/ui/atoms/dialog.d.ts.map +1 -1
  45. package/dist/components/ui/atoms/dialog.js +10 -10
  46. package/dist/components/ui/atoms/dropdown-menu.d.ts +1 -1
  47. package/dist/components/ui/atoms/dropdown-menu.d.ts.map +1 -1
  48. package/dist/components/ui/atoms/dropdown-menu.js +27 -27
  49. package/dist/components/ui/atoms/form.d.ts +2 -3
  50. package/dist/components/ui/atoms/form.d.ts.map +1 -1
  51. package/dist/components/ui/atoms/form.js +12 -10
  52. package/dist/components/ui/atoms/hover-card.d.ts +1 -1
  53. package/dist/components/ui/atoms/hover-card.d.ts.map +1 -1
  54. package/dist/components/ui/atoms/icons/index.d.ts +4 -1
  55. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  56. package/dist/components/ui/atoms/icons/index.js +164 -158
  57. package/dist/components/ui/atoms/icons/microsoft-excel.d.ts +4 -0
  58. package/dist/components/ui/atoms/icons/microsoft-excel.d.ts.map +1 -0
  59. package/dist/components/ui/atoms/icons/microsoft-excel.js +285 -0
  60. package/dist/components/ui/atoms/icons/microsoft-onedrive.d.ts +4 -0
  61. package/dist/components/ui/atoms/icons/microsoft-onedrive.d.ts.map +1 -0
  62. package/dist/components/ui/atoms/icons/{one-drive.js → microsoft-onedrive.js} +3 -3
  63. package/dist/components/ui/atoms/icons/microsoft-powerpoint.d.ts +4 -0
  64. package/dist/components/ui/atoms/icons/microsoft-powerpoint.d.ts.map +1 -0
  65. package/dist/components/ui/atoms/icons/microsoft-powerpoint.js +334 -0
  66. package/dist/components/ui/atoms/icons/microsoft-word.d.ts +4 -0
  67. package/dist/components/ui/atoms/icons/microsoft-word.d.ts.map +1 -0
  68. package/dist/components/ui/atoms/icons/microsoft-word.js +232 -0
  69. package/dist/components/ui/atoms/index.js +270 -264
  70. package/dist/components/ui/atoms/input.d.ts.map +1 -1
  71. package/dist/components/ui/atoms/label.d.ts +1 -1
  72. package/dist/components/ui/atoms/label.d.ts.map +1 -1
  73. package/dist/components/ui/atoms/mobile-tooltip.d.ts +7 -6
  74. package/dist/components/ui/atoms/mobile-tooltip.d.ts.map +1 -1
  75. package/dist/components/ui/atoms/popover.d.ts +1 -1
  76. package/dist/components/ui/atoms/popover.d.ts.map +1 -1
  77. package/dist/components/ui/atoms/pro-badge.d.ts.map +1 -1
  78. package/dist/components/ui/atoms/pro-badge.js +6 -6
  79. package/dist/components/ui/atoms/progress.d.ts +1 -1
  80. package/dist/components/ui/atoms/progress.d.ts.map +1 -1
  81. package/dist/components/ui/atoms/radio-group.d.ts +1 -1
  82. package/dist/components/ui/atoms/radio-group.d.ts.map +1 -1
  83. package/dist/components/ui/atoms/radio-group.js +13 -13
  84. package/dist/components/ui/atoms/resizable.d.ts.map +1 -1
  85. package/dist/components/ui/atoms/resizable.js +1 -1
  86. package/dist/components/ui/atoms/scroll-area.d.ts +1 -1
  87. package/dist/components/ui/atoms/scroll-area.d.ts.map +1 -1
  88. package/dist/components/ui/atoms/select.d.ts +1 -1
  89. package/dist/components/ui/atoms/select.d.ts.map +1 -1
  90. package/dist/components/ui/atoms/select.js +36 -36
  91. package/dist/components/ui/atoms/separator.d.ts +1 -1
  92. package/dist/components/ui/atoms/separator.d.ts.map +1 -1
  93. package/dist/components/ui/atoms/sheet.d.ts +1 -1
  94. package/dist/components/ui/atoms/sheet.d.ts.map +1 -1
  95. package/dist/components/ui/atoms/sheet.js +10 -10
  96. package/dist/components/ui/atoms/sidebar.d.ts +1 -1
  97. package/dist/components/ui/atoms/sidebar.d.ts.map +1 -1
  98. package/dist/components/ui/atoms/sidebar.js +24 -24
  99. package/dist/components/ui/atoms/slider.d.ts +1 -1
  100. package/dist/components/ui/atoms/slider.d.ts.map +1 -1
  101. package/dist/components/ui/atoms/slider.js +1 -1
  102. package/dist/components/ui/atoms/switch.d.ts +1 -1
  103. package/dist/components/ui/atoms/switch.d.ts.map +1 -1
  104. package/dist/components/ui/atoms/table.d.ts.map +1 -1
  105. package/dist/components/ui/atoms/tabs.d.ts +1 -1
  106. package/dist/components/ui/atoms/tabs.d.ts.map +1 -1
  107. package/dist/components/ui/atoms/textarea.d.ts.map +1 -1
  108. package/dist/components/ui/atoms/toggle.d.ts +1 -1
  109. package/dist/components/ui/atoms/toggle.d.ts.map +1 -1
  110. package/dist/components/ui/atoms/toggle.js +12 -12
  111. package/dist/components/ui/atoms/tooltip.d.ts +1 -1
  112. package/dist/components/ui/atoms/tooltip.d.ts.map +1 -1
  113. package/dist/components/ui/atoms/view-tools-control.d.ts.map +1 -1
  114. package/dist/components/ui/atoms/view-tools-control.js +10 -10
  115. package/dist/components/ui/blocks/demo.d.ts +2 -0
  116. package/dist/components/ui/blocks/demo.d.ts.map +1 -0
  117. package/dist/components/ui/blocks/demo.js +186 -0
  118. package/dist/components/ui/index.js +264 -258
  119. package/dist/components/ui/molecules/date-time-picker.d.ts +1 -1
  120. package/dist/components/ui/molecules/date-time-picker.d.ts.map +1 -1
  121. package/dist/components/ui/molecules/date-time-picker.js +14 -14
  122. package/dist/components/ui/molecules/index.js +1 -1
  123. package/dist/components/ui/molecules/requirement-badges.d.ts.map +1 -1
  124. package/dist/components/ui/molecules/requirement-badges.js +3 -3
  125. package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
  126. package/dist/components/ui/molecules/tool-card.js +16 -16
  127. package/dist/components/ui/molecules/toolkit-card.d.ts +1 -1
  128. package/dist/components/ui/molecules/toolkit-card.d.ts.map +1 -1
  129. package/dist/components/ui/molecules/toolkit-card.js +4 -4
  130. package/dist/components/ui/molecules/toolkit-picker-trigger.d.ts.map +1 -1
  131. package/dist/components/ui/molecules/toolkit-picker-trigger.js +13 -13
  132. package/dist/components/ui/molecules/toolkit-selection-summary.d.ts.map +1 -1
  133. package/dist/components/ui/molecules/toolkit-selection-summary.js +1 -1
  134. package/dist/components/ui/organisms/toolkit-picker/components/action-buttons.js +1 -1
  135. package/dist/components/ui/organisms/toolkit-picker/components/filter-badges.js +10 -10
  136. package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +2 -2
  137. package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +1 -1
  138. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.d.ts.map +1 -1
  139. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
  140. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.d.ts.map +1 -1
  141. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +7 -7
  142. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.d.ts.map +1 -1
  143. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +2 -2
  144. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts +1 -1
  145. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts.map +1 -1
  146. package/dist/components/ui/organisms/toolkit-picker/index.d.ts.map +1 -1
  147. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
  148. package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +34 -34
  149. package/dist/components/ui/organisms/toolkit-picker/utils/toolkit-grouping.d.ts.map +1 -1
  150. package/dist/lib/arcade/arcade.d.ts.map +1 -1
  151. package/dist/main.js +319 -313
  152. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  153. package/dist/metadata/toolkit-icons.js +150 -144
  154. package/dist/metadata/toolkits.d.ts.map +1 -1
  155. package/dist/metadata/toolkits.js +45 -6
  156. package/dist/{toolkit-card-Cmp_yG03.js → toolkit-card-BTFS_2j_.js} +13 -13
  157. package/package.json +8 -34
  158. package/dist/components/ui/atoms/icons/one-drive.d.ts +0 -4
  159. package/dist/components/ui/atoms/icons/one-drive.d.ts.map +0 -1
package/dist/main.js CHANGED
@@ -1,18 +1,18 @@
1
1
  import { Accordion as e, AccordionContent as t, AccordionItem as p, AccordionTrigger as a } from "./components/ui/atoms/accordion.js";
2
2
  import { Alert as i, AlertDescription as f, AlertTitle as l } from "./components/ui/atoms/alert.js";
3
- import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as u, AlertDialogContent as g, AlertDialogDescription as s, AlertDialogFooter as S, AlertDialogHeader as b, AlertDialogOverlay as c, AlertDialogPortal as C, AlertDialogTitle as T, AlertDialogTrigger as D } from "./components/ui/atoms/alert-dialog.js";
4
- import { Avatar as h, AvatarFallback as P, AvatarImage as k } from "./components/ui/atoms/avatar.js";
3
+ import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as u, AlertDialogContent as g, AlertDialogDescription as c, AlertDialogFooter as s, AlertDialogHeader as S, AlertDialogOverlay as b, AlertDialogPortal as C, AlertDialogTitle as T, AlertDialogTrigger as D } from "./components/ui/atoms/alert-dialog.js";
4
+ import { Avatar as M, AvatarFallback as P, AvatarImage as h } from "./components/ui/atoms/avatar.js";
5
5
  import { Badge as B, badgeVariants as I } from "./components/ui/atoms/badge.js";
6
- import { Breadcrumb as O, BreadcrumbEllipsis as R, BreadcrumbItem as v, BreadcrumbLink as y, BreadcrumbList as w, BreadcrumbPage as H, BreadcrumbSeparator as L } from "./components/ui/atoms/breadcrumb.js";
6
+ import { Breadcrumb as O, BreadcrumbEllipsis as R, BreadcrumbItem as v, BreadcrumbLink as w, BreadcrumbList as y, BreadcrumbPage as H, BreadcrumbSeparator as L } from "./components/ui/atoms/breadcrumb.js";
7
7
  import { Button as _, buttonVariants as F } from "./components/ui/atoms/button.js";
8
8
  import { ByocBadge as U } from "./components/ui/atoms/byoc-badge.js";
9
- import { C as z, a as W } from "./calendar-w1IATMME.js";
9
+ import { C as z, a as W } from "./calendar-cxv-TTEh.js";
10
10
  import { Card as q, CardAction as K, CardContent as J, CardDescription as X, CardFooter as Q, CardHeader as Y, CardTitle as j } from "./components/ui/atoms/card.js";
11
11
  import { ChartContainer as oo, ChartLegend as ro, ChartLegendContent as eo, ChartStyle as to, ChartTooltip as po, ChartTooltipContent as ao } from "./components/ui/atoms/chart.js";
12
12
  import { Checkbox as io } from "./components/ui/atoms/checkbox.js";
13
13
  import { Collapsible as lo, CollapsibleContent as xo, CollapsibleTrigger as no } from "./components/ui/atoms/collapsible.js";
14
- import { Command as go, CommandDialog as so, CommandEmpty as So, CommandGroup as bo, CommandInput as co, CommandItem as Co, CommandList as To, CommandSeparator as Do, CommandShortcut as Ao } from "./components/ui/atoms/command.js";
15
- import { Dialog as Po, DialogClose as ko, DialogContent as Mo, DialogDescription as Bo, DialogFooter as Io, DialogHeader as Go, DialogOverlay as Oo, DialogPortal as Ro, DialogTitle as vo, DialogTrigger as yo } from "./components/ui/atoms/dialog.js";
14
+ import { Command as go, CommandDialog as co, CommandEmpty as so, CommandGroup as So, CommandInput as bo, CommandItem as Co, CommandList as To, CommandSeparator as Do, CommandShortcut as Ao } from "./components/ui/atoms/command.js";
15
+ import { Dialog as Po, DialogClose as ho, DialogContent as ko, DialogDescription as Bo, DialogFooter as Io, DialogHeader as Go, DialogOverlay as Oo, DialogPortal as Ro, DialogTitle as vo, DialogTrigger as wo } from "./components/ui/atoms/dialog.js";
16
16
  import { DropdownMenu as Ho, DropdownMenuCheckboxItem as Lo, DropdownMenuContent as Eo, DropdownMenuGroup as _o, DropdownMenuItem as Fo, DropdownMenuLabel as Vo, DropdownMenuPortal as Uo, DropdownMenuRadioGroup as No, DropdownMenuRadioItem as zo, DropdownMenuSeparator as Wo, DropdownMenuShortcut as Zo, DropdownMenuSub as qo, DropdownMenuSubContent as Ko, DropdownMenuSubTrigger as Jo, DropdownMenuTrigger as Xo } from "./components/ui/atoms/dropdown-menu.js";
17
17
  import { HoverCard as Yo, HoverCardContent as jo, HoverCardTrigger as $o } from "./components/ui/atoms/hover-card.js";
18
18
  import { Adp as rr } from "./components/ui/atoms/icons/adp.js";
@@ -22,16 +22,16 @@ import { Amplitude as ir } from "./components/ui/atoms/icons/amplitude.js";
22
22
  import { Arcade as lr } from "./components/ui/atoms/icons/arcade.js";
23
23
  import { Asana as nr } from "./components/ui/atoms/icons/asana.js";
24
24
  import { Ashby as ur } from "./components/ui/atoms/icons/ashby.js";
25
- import { Atlassian as sr } from "./components/ui/atoms/icons/atlassian.js";
26
- import { Attio as br } from "./components/ui/atoms/icons/attio.js";
25
+ import { Atlassian as cr } from "./components/ui/atoms/icons/atlassian.js";
26
+ import { Attio as Sr } from "./components/ui/atoms/icons/attio.js";
27
27
  import { Auth0 as Cr } from "./components/ui/atoms/icons/auth0.js";
28
28
  import { Azure as Dr } from "./components/ui/atoms/icons/azure.js";
29
- import { Bamboohr as hr } from "./components/ui/atoms/icons/bamboohr.js";
30
- import { Basecamp as kr } from "./components/ui/atoms/icons/basecamp.js";
29
+ import { Bamboohr as Mr } from "./components/ui/atoms/icons/bamboohr.js";
30
+ import { Basecamp as hr } from "./components/ui/atoms/icons/basecamp.js";
31
31
  import { Bill as Br } from "./components/ui/atoms/icons/bill.js";
32
32
  import { Bitbucket as Gr } from "./components/ui/atoms/icons/bitbucket.js";
33
33
  import { Bluesky as Rr } from "./components/ui/atoms/icons/bluesky.js";
34
- import { Box as yr } from "./components/ui/atoms/icons/box.js";
34
+ import { Box as wr } from "./components/ui/atoms/icons/box.js";
35
35
  import { Braze as Hr } from "./components/ui/atoms/icons/braze.js";
36
36
  import { Brex as Er } from "./components/ui/atoms/icons/brex.js";
37
37
  import { Brightdata as Fr } from "./components/ui/atoms/icons/brightdata.js";
@@ -49,16 +49,16 @@ import { Cursor as ie } from "./components/ui/atoms/icons/cursor.js";
49
49
  import { CursorInstallDark as le } from "./components/ui/atoms/icons/cursor-install-dark.js";
50
50
  import { CursorInstallLight as ne } from "./components/ui/atoms/icons/cursor-install-light.js";
51
51
  import { Customerio as ue } from "./components/ui/atoms/icons/customerio.js";
52
- import { Datadog as se } from "./components/ui/atoms/icons/datadog.js";
53
- import { DigitalOcean as be } from "./components/ui/atoms/icons/digital-ocean.js";
52
+ import { Datadog as ce } from "./components/ui/atoms/icons/datadog.js";
53
+ import { DigitalOcean as Se } from "./components/ui/atoms/icons/digital-ocean.js";
54
54
  import { Discord as Ce } from "./components/ui/atoms/icons/discord.js";
55
55
  import { Dropbox as De } from "./components/ui/atoms/icons/dropbox.js";
56
- import { E2b as he } from "./components/ui/atoms/icons/e2b.js";
57
- import { Ebay as ke } from "./components/ui/atoms/icons/ebay.js";
56
+ import { E2b as Me } from "./components/ui/atoms/icons/e2b.js";
57
+ import { Ebay as he } from "./components/ui/atoms/icons/ebay.js";
58
58
  import { Evernote as Be } from "./components/ui/atoms/icons/evernote.js";
59
59
  import { Exa as Ge } from "./components/ui/atoms/icons/exa.js";
60
60
  import { Factorial as Re } from "./components/ui/atoms/icons/factorial.js";
61
- import { Figma as ye } from "./components/ui/atoms/icons/figma.js";
61
+ import { Figma as we } from "./components/ui/atoms/icons/figma.js";
62
62
  import { Firecrawl as He } from "./components/ui/atoms/icons/firecrawl.js";
63
63
  import { Freshservice as Ee } from "./components/ui/atoms/icons/freshservice.js";
64
64
  import { Gemini as Fe } from "./components/ui/atoms/icons/gemini.js";
@@ -76,16 +76,16 @@ import { GoogleFlight as it } from "./components/ui/atoms/icons/google-flight.js
76
76
  import { GoogleFlights as lt } from "./components/ui/atoms/icons/google-flights.js";
77
77
  import { GoogleHotels as nt } from "./components/ui/atoms/icons/google-hotels.js";
78
78
  import { GoogleJobs as ut } from "./components/ui/atoms/icons/google-jobs.js";
79
- import { GoogleMaps as st } from "./components/ui/atoms/icons/google-maps.js";
80
- import { GoogleNews as bt } from "./components/ui/atoms/icons/google-news.js";
79
+ import { GoogleMaps as ct } from "./components/ui/atoms/icons/google-maps.js";
80
+ import { GoogleNews as St } from "./components/ui/atoms/icons/google-news.js";
81
81
  import { GoogleSheets as Ct } from "./components/ui/atoms/icons/google-sheets.js";
82
82
  import { GoogleShopping as Dt } from "./components/ui/atoms/icons/google-shopping.js";
83
- import { GoogleSlides as ht } from "./components/ui/atoms/icons/google-slides.js";
84
- import { Goose as kt } from "./components/ui/atoms/icons/goose.js";
83
+ import { GoogleSlides as Mt } from "./components/ui/atoms/icons/google-slides.js";
84
+ import { Goose as ht } from "./components/ui/atoms/icons/goose.js";
85
85
  import { Heroku as Bt } from "./components/ui/atoms/icons/heroku.js";
86
86
  import { Hootsuite as Gt } from "./components/ui/atoms/icons/hootsuite.js";
87
87
  import { Hubspot as Rt } from "./components/ui/atoms/icons/hubspot.js";
88
- import { Imgflip as yt } from "./components/ui/atoms/icons/imgflip.js";
88
+ import { Imgflip as wt } from "./components/ui/atoms/icons/imgflip.js";
89
89
  import { Intercom as Ht } from "./components/ui/atoms/icons/intercom.js";
90
90
  import { Jira as Et } from "./components/ui/atoms/icons/jira.js";
91
91
  import { Linear as Ft } from "./components/ui/atoms/icons/linear.js";
@@ -95,97 +95,100 @@ import { Mailchimp as Zt } from "./components/ui/atoms/icons/mailchimp.js";
95
95
  import { Mcp as Kt } from "./components/ui/atoms/icons/mcp.js";
96
96
  import { Microsoft as Xt } from "./components/ui/atoms/icons/microsoft.js";
97
97
  import { MicrosoftDynamics as Yt } from "./components/ui/atoms/icons/microsoft-dynamics.js";
98
- import { MicrosoftSharepoint as $t } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
99
- import { MicrosoftTeams as rp } from "./components/ui/atoms/icons/microsoft-teams.js";
100
- import { Miro as tp } from "./components/ui/atoms/icons/miro.js";
101
- import { Monday as ap } from "./components/ui/atoms/icons/monday.js";
102
- import { MongoDB as ip } from "./components/ui/atoms/icons/mongodb.js";
103
- import { Netsuite as lp } from "./components/ui/atoms/icons/netsuite.js";
104
- import { Notion as np } from "./components/ui/atoms/icons/notion.js";
105
- import { Oauth as up } from "./components/ui/atoms/icons/oauth.js";
106
- import { Obsidian as sp } from "./components/ui/atoms/icons/obsidian.js";
107
- import { Okta as bp } from "./components/ui/atoms/icons/okta.js";
108
- import { OneDrive as Cp } from "./components/ui/atoms/icons/one-drive.js";
109
- import { Openai as Dp } from "./components/ui/atoms/icons/openai.js";
110
- import { OutlookCalendar as hp } from "./components/ui/atoms/icons/outlook-calendar.js";
111
- import { OutlookMail as kp } from "./components/ui/atoms/icons/outlook-mail.js";
112
- import { Pagerduty as Bp } from "./components/ui/atoms/icons/pagerduty.js";
113
- import { Pinecone as Gp } from "./components/ui/atoms/icons/pinecone.js";
114
- import { Pinterest as Rp } from "./components/ui/atoms/icons/pinterest.js";
115
- import { Pipedrive as yp } from "./components/ui/atoms/icons/pipedrive.js";
116
- import { Plaid as Hp } from "./components/ui/atoms/icons/plaid.js";
117
- import { Postgres as Ep } from "./components/ui/atoms/icons/postgres.js";
118
- import { Posthog as Fp } from "./components/ui/atoms/icons/posthog.js";
119
- import { Pylon as Up } from "./components/ui/atoms/icons/pylon.js";
120
- import { Quickbooks as zp } from "./components/ui/atoms/icons/quickbooks.js";
121
- import { Railway as Zp } from "./components/ui/atoms/icons/railway.js";
122
- import { Reddit as Kp } from "./components/ui/atoms/icons/reddit.js";
123
- import { Salesforce as Xp } from "./components/ui/atoms/icons/salesforce.js";
124
- import { Shopify as Yp } from "./components/ui/atoms/icons/shopify.js";
125
- import { Singlestore as $p } from "./components/ui/atoms/icons/singlestore.js";
126
- import { Slack as ra } from "./components/ui/atoms/icons/slack.js";
127
- import { Snowflake as ta } from "./components/ui/atoms/icons/snowflake.js";
128
- import { Splunk as aa } from "./components/ui/atoms/icons/splunk.js";
129
- import { Spotify as ia } from "./components/ui/atoms/icons/spotify.js";
130
- import { Square as la } from "./components/ui/atoms/icons/square.js";
131
- import { Squarespace as na } from "./components/ui/atoms/icons/squarespace.js";
132
- import { Squareup as ua } from "./components/ui/atoms/icons/squareup.js";
133
- import { Stripe as sa } from "./components/ui/atoms/icons/stripe.js";
134
- import { Tesla as ba } from "./components/ui/atoms/icons/tesla.js";
135
- import { Ticktick as Ca } from "./components/ui/atoms/icons/ticktick.js";
136
- import { Tiktok as Da } from "./components/ui/atoms/icons/tiktok.js";
137
- import { Trello as ha } from "./components/ui/atoms/icons/trello.js";
138
- import { Twilio as ka } from "./components/ui/atoms/icons/twilio.js";
139
- import { Twitch as Ba } from "./components/ui/atoms/icons/twitch.js";
140
- import { Vercel as Ga } from "./components/ui/atoms/icons/vercel.js";
141
- import { Vscode as Ra } from "./components/ui/atoms/icons/vscode.js";
142
- import { Walmart as ya } from "./components/ui/atoms/icons/walmart.js";
143
- import { Weaviate as Ha } from "./components/ui/atoms/icons/weaviate.js";
144
- import { Windsurf as Ea } from "./components/ui/atoms/icons/windsurf.js";
145
- import { Workday as Fa } from "./components/ui/atoms/icons/workday.js";
146
- import { Wrike as Ua } from "./components/ui/atoms/icons/wrike.js";
147
- import { X as za } from "./components/ui/atoms/icons/x.js";
148
- import { Xero as Za } from "./components/ui/atoms/icons/xero.js";
149
- import { Youtube as Ka } from "./components/ui/atoms/icons/youtube.js";
150
- import { Zendesk as Xa } from "./components/ui/atoms/icons/zendesk.js";
151
- import { Zoho as Ya } from "./components/ui/atoms/icons/zoho.js";
152
- import { ZohoBooks as $a } from "./components/ui/atoms/icons/zoho-books.js";
153
- import { ZohoCreator as rm } from "./components/ui/atoms/icons/zoho-creator.js";
154
- import { Zoom as tm } from "./components/ui/atoms/icons/zoom.js";
155
- import { Input as am } from "./components/ui/atoms/input.js";
156
- import { Label as im } from "./components/ui/atoms/label.js";
157
- import { MobileTooltip as lm, MobileTooltipContent as xm, MobileTooltipProvider as nm, MobileTooltipTrigger as dm } from "./components/ui/atoms/mobile-tooltip.js";
158
- import { Popover as gm, PopoverAnchor as sm, PopoverContent as Sm, PopoverTrigger as bm } from "./components/ui/atoms/popover.js";
159
- import { ProBadge as Cm } from "./components/ui/atoms/pro-badge.js";
160
- import { Progress as Dm } from "./components/ui/atoms/progress.js";
161
- import { RadioGroup as hm, RadioGroupItem as Pm } from "./components/ui/atoms/radio-group.js";
162
- import { ResizableHandle as Mm, ResizablePanel as Bm, ResizablePanelGroup as Im } from "./components/ui/atoms/resizable.js";
163
- import { ScrollArea as Om, ScrollBar as Rm } from "./components/ui/atoms/scroll-area.js";
164
- import { Select as ym, SelectContent as wm, SelectGroup as Hm, SelectItem as Lm, SelectLabel as Em, SelectScrollDownButton as _m, SelectScrollUpButton as Fm, SelectSeparator as Vm, SelectTrigger as Um, SelectValue as Nm } from "./components/ui/atoms/select.js";
165
- import { Separator as Wm } from "./components/ui/atoms/separator.js";
166
- import { Sheet as qm, SheetClose as Km, SheetContent as Jm, SheetDescription as Xm, SheetFooter as Qm, SheetHeader as Ym, SheetTitle as jm, SheetTrigger as $m } from "./components/ui/atoms/sheet.js";
167
- import { Sidebar as ri, SidebarContent as ei, SidebarFooter as ti, SidebarGroup as pi, SidebarGroupAction as ai, SidebarGroupContent as mi, SidebarGroupLabel as ii, SidebarHeader as fi, SidebarInput as li, SidebarInset as xi, SidebarMenu as ni, SidebarMenuAction as di, SidebarMenuBadge as ui, SidebarMenuButton as gi, SidebarMenuItem as si, SidebarMenuSkeleton as Si, SidebarMenuSub as bi, SidebarMenuSubButton as ci, SidebarMenuSubItem as Ci, SidebarProvider as Ti, SidebarRail as Di, SidebarSeparator as Ai, SidebarTrigger as hi, useSidebar as Pi } from "./components/ui/atoms/sidebar.js";
168
- import { Skeleton as Mi } from "./components/ui/atoms/skeleton.js";
169
- import { Slider as Ii } from "./components/ui/atoms/slider.js";
170
- import { Switch as Oi } from "./components/ui/atoms/switch.js";
171
- import { Table as vi, TableBody as yi, TableCaption as wi, TableCell as Hi, TableFooter as Li, TableHead as Ei, TableHeader as _i, TableRow as Fi } from "./components/ui/atoms/table.js";
172
- import { Tabs as Ui, TabsContent as Ni, TabsList as zi, TabsTrigger as Wi } from "./components/ui/atoms/tabs.js";
173
- import { Textarea as qi } from "./components/ui/atoms/textarea.js";
174
- import { Toggle as Ji, toggleVariants as Xi } from "./components/ui/atoms/toggle.js";
175
- import { Tooltip as Yi, TooltipContent as ji, TooltipProvider as $i, TooltipTrigger as of } from "./components/ui/atoms/tooltip.js";
176
- import { VirtualizedGrid as ef } from "./components/ui/atoms/virtualized-grid.js";
177
- import { DateTimePicker as pf } from "./components/ui/molecules/date-time-picker.js";
178
- import { EmptyState as mf } from "./components/ui/molecules/empty-state.js";
179
- import { R as lf, T as xf } from "./toolkit-card-Cmp_yG03.js";
180
- import { ToolCard as df } from "./components/ui/molecules/tool-card.js";
181
- import { ToolkitPickerTrigger as gf } from "./components/ui/molecules/toolkit-picker-trigger.js";
182
- import { ToolkitSelectionSummary as Sf } from "./components/ui/molecules/toolkit-selection-summary.js";
183
- import { ToolkitPicker as cf } from "./components/ui/organisms/toolkit-picker/index.js";
184
- import { PUBLIC_ICON_URL as Tf } from "./metadata/constants.js";
185
- import { MCP_OAUTH2_PROVIDER as Af, OAUTH2_PROVIDER as hf, OAUTH_PROVIDERS as Pf, OAUTH_PROVIDER_CATALOGUE as kf, OAuthId as Mf, OAuthProviderId as Bf, OTHER_OAUTH_PROVIDERS as If, PREBUILT_OAUTH_PROVIDERS as Gf } from "./metadata/oauth-providers.js";
186
- import { TOOLKIT_ICON_MAP as Rf, getToolIconByToolkitName as vf, getToolkitIcon as yf, getToolkitIconByName as wf } from "./metadata/toolkit-icons.js";
187
- import { CATEGORIES as Lf, TOOLKITS as Ef, TOOLKIT_CATALOGUE as _f } from "./metadata/toolkits.js";
188
- import { findPrebuiltProviderById as Vf, findPrebuiltProviderByProviderId as Uf, findToolkitByName as Nf, isKnownToolkit as zf, isPrebuiltProvider as Wf } from "./metadata/utils.js";
98
+ import { MicrosoftExcel as $t } from "./components/ui/atoms/icons/microsoft-excel.js";
99
+ import { MicrosoftOnedrive as rp } from "./components/ui/atoms/icons/microsoft-onedrive.js";
100
+ import { MicrosoftPowerpoint as tp } from "./components/ui/atoms/icons/microsoft-powerpoint.js";
101
+ import { MicrosoftSharepoint as ap } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
102
+ import { MicrosoftTeams as ip } from "./components/ui/atoms/icons/microsoft-teams.js";
103
+ import { MicrosoftWord as lp } from "./components/ui/atoms/icons/microsoft-word.js";
104
+ import { Miro as np } from "./components/ui/atoms/icons/miro.js";
105
+ import { Monday as up } from "./components/ui/atoms/icons/monday.js";
106
+ import { MongoDB as cp } from "./components/ui/atoms/icons/mongodb.js";
107
+ import { Netsuite as Sp } from "./components/ui/atoms/icons/netsuite.js";
108
+ import { Notion as Cp } from "./components/ui/atoms/icons/notion.js";
109
+ import { Oauth as Dp } from "./components/ui/atoms/icons/oauth.js";
110
+ import { Obsidian as Mp } from "./components/ui/atoms/icons/obsidian.js";
111
+ import { Okta as hp } from "./components/ui/atoms/icons/okta.js";
112
+ import { Openai as Bp } from "./components/ui/atoms/icons/openai.js";
113
+ import { OutlookCalendar as Gp } from "./components/ui/atoms/icons/outlook-calendar.js";
114
+ import { OutlookMail as Rp } from "./components/ui/atoms/icons/outlook-mail.js";
115
+ import { Pagerduty as wp } from "./components/ui/atoms/icons/pagerduty.js";
116
+ import { Pinecone as Hp } from "./components/ui/atoms/icons/pinecone.js";
117
+ import { Pinterest as Ep } from "./components/ui/atoms/icons/pinterest.js";
118
+ import { Pipedrive as Fp } from "./components/ui/atoms/icons/pipedrive.js";
119
+ import { Plaid as Up } from "./components/ui/atoms/icons/plaid.js";
120
+ import { Postgres as zp } from "./components/ui/atoms/icons/postgres.js";
121
+ import { Posthog as Zp } from "./components/ui/atoms/icons/posthog.js";
122
+ import { Pylon as Kp } from "./components/ui/atoms/icons/pylon.js";
123
+ import { Quickbooks as Xp } from "./components/ui/atoms/icons/quickbooks.js";
124
+ import { Railway as Yp } from "./components/ui/atoms/icons/railway.js";
125
+ import { Reddit as $p } from "./components/ui/atoms/icons/reddit.js";
126
+ import { Salesforce as ra } from "./components/ui/atoms/icons/salesforce.js";
127
+ import { Shopify as ta } from "./components/ui/atoms/icons/shopify.js";
128
+ import { Singlestore as aa } from "./components/ui/atoms/icons/singlestore.js";
129
+ import { Slack as ia } from "./components/ui/atoms/icons/slack.js";
130
+ import { Snowflake as la } from "./components/ui/atoms/icons/snowflake.js";
131
+ import { Splunk as na } from "./components/ui/atoms/icons/splunk.js";
132
+ import { Spotify as ua } from "./components/ui/atoms/icons/spotify.js";
133
+ import { Square as ca } from "./components/ui/atoms/icons/square.js";
134
+ import { Squarespace as Sa } from "./components/ui/atoms/icons/squarespace.js";
135
+ import { Squareup as Ca } from "./components/ui/atoms/icons/squareup.js";
136
+ import { Stripe as Da } from "./components/ui/atoms/icons/stripe.js";
137
+ import { Tesla as Ma } from "./components/ui/atoms/icons/tesla.js";
138
+ import { Ticktick as ha } from "./components/ui/atoms/icons/ticktick.js";
139
+ import { Tiktok as Ba } from "./components/ui/atoms/icons/tiktok.js";
140
+ import { Trello as Ga } from "./components/ui/atoms/icons/trello.js";
141
+ import { Twilio as Ra } from "./components/ui/atoms/icons/twilio.js";
142
+ import { Twitch as wa } from "./components/ui/atoms/icons/twitch.js";
143
+ import { Vercel as Ha } from "./components/ui/atoms/icons/vercel.js";
144
+ import { Vscode as Ea } from "./components/ui/atoms/icons/vscode.js";
145
+ import { Walmart as Fa } from "./components/ui/atoms/icons/walmart.js";
146
+ import { Weaviate as Ua } from "./components/ui/atoms/icons/weaviate.js";
147
+ import { Windsurf as za } from "./components/ui/atoms/icons/windsurf.js";
148
+ import { Workday as Za } from "./components/ui/atoms/icons/workday.js";
149
+ import { Wrike as Ka } from "./components/ui/atoms/icons/wrike.js";
150
+ import { X as Xa } from "./components/ui/atoms/icons/x.js";
151
+ import { Xero as Ya } from "./components/ui/atoms/icons/xero.js";
152
+ import { Youtube as $a } from "./components/ui/atoms/icons/youtube.js";
153
+ import { Zendesk as rm } from "./components/ui/atoms/icons/zendesk.js";
154
+ import { Zoho as tm } from "./components/ui/atoms/icons/zoho.js";
155
+ import { ZohoBooks as am } from "./components/ui/atoms/icons/zoho-books.js";
156
+ import { ZohoCreator as im } from "./components/ui/atoms/icons/zoho-creator.js";
157
+ import { Zoom as lm } from "./components/ui/atoms/icons/zoom.js";
158
+ import { Input as nm } from "./components/ui/atoms/input.js";
159
+ import { Label as um } from "./components/ui/atoms/label.js";
160
+ import { MobileTooltip as cm, MobileTooltipContent as sm, MobileTooltipProvider as Sm, MobileTooltipTrigger as bm } from "./components/ui/atoms/mobile-tooltip.js";
161
+ import { Popover as Tm, PopoverAnchor as Dm, PopoverContent as Am, PopoverTrigger as Mm } from "./components/ui/atoms/popover.js";
162
+ import { ProBadge as hm } from "./components/ui/atoms/pro-badge.js";
163
+ import { Progress as Bm } from "./components/ui/atoms/progress.js";
164
+ import { RadioGroup as Gm, RadioGroupItem as Om } from "./components/ui/atoms/radio-group.js";
165
+ import { ResizableHandle as vm, ResizablePanel as wm, ResizablePanelGroup as ym } from "./components/ui/atoms/resizable.js";
166
+ import { ScrollArea as Lm, ScrollBar as Em } from "./components/ui/atoms/scroll-area.js";
167
+ import { Select as Fm, SelectContent as Vm, SelectGroup as Um, SelectItem as Nm, SelectLabel as zm, SelectScrollDownButton as Wm, SelectScrollUpButton as Zm, SelectSeparator as qm, SelectTrigger as Km, SelectValue as Jm } from "./components/ui/atoms/select.js";
168
+ import { Separator as Qm } from "./components/ui/atoms/separator.js";
169
+ import { Sheet as jm, SheetClose as $m, SheetContent as oi, SheetDescription as ri, SheetFooter as ei, SheetHeader as ti, SheetTitle as pi, SheetTrigger as ai } from "./components/ui/atoms/sheet.js";
170
+ import { Sidebar as ii, SidebarContent as fi, SidebarFooter as li, SidebarGroup as xi, SidebarGroupAction as ni, SidebarGroupContent as di, SidebarGroupLabel as ui, SidebarHeader as gi, SidebarInput as ci, SidebarInset as si, SidebarMenu as Si, SidebarMenuAction as bi, SidebarMenuBadge as Ci, SidebarMenuButton as Ti, SidebarMenuItem as Di, SidebarMenuSkeleton as Ai, SidebarMenuSub as Mi, SidebarMenuSubButton as Pi, SidebarMenuSubItem as hi, SidebarProvider as ki, SidebarRail as Bi, SidebarSeparator as Ii, SidebarTrigger as Gi, useSidebar as Oi } from "./components/ui/atoms/sidebar.js";
171
+ import { Skeleton as vi } from "./components/ui/atoms/skeleton.js";
172
+ import { Slider as yi } from "./components/ui/atoms/slider.js";
173
+ import { Switch as Li } from "./components/ui/atoms/switch.js";
174
+ import { Table as _i, TableBody as Fi, TableCaption as Vi, TableCell as Ui, TableFooter as Ni, TableHead as zi, TableHeader as Wi, TableRow as Zi } from "./components/ui/atoms/table.js";
175
+ import { Tabs as Ki, TabsContent as Ji, TabsList as Xi, TabsTrigger as Qi } from "./components/ui/atoms/tabs.js";
176
+ import { Textarea as ji } from "./components/ui/atoms/textarea.js";
177
+ import { Toggle as of, toggleVariants as rf } from "./components/ui/atoms/toggle.js";
178
+ import { Tooltip as tf, TooltipContent as pf, TooltipProvider as af, TooltipTrigger as mf } from "./components/ui/atoms/tooltip.js";
179
+ import { VirtualizedGrid as lf } from "./components/ui/atoms/virtualized-grid.js";
180
+ import { DateTimePicker as nf } from "./components/ui/molecules/date-time-picker.js";
181
+ import { EmptyState as uf } from "./components/ui/molecules/empty-state.js";
182
+ import { R as cf, T as sf } from "./toolkit-card-BTFS_2j_.js";
183
+ import { ToolCard as bf } from "./components/ui/molecules/tool-card.js";
184
+ import { ToolkitPickerTrigger as Tf } from "./components/ui/molecules/toolkit-picker-trigger.js";
185
+ import { ToolkitSelectionSummary as Af } from "./components/ui/molecules/toolkit-selection-summary.js";
186
+ import { ToolkitPicker as Pf } from "./components/ui/organisms/toolkit-picker/index.js";
187
+ import { PUBLIC_ICON_URL as kf } from "./metadata/constants.js";
188
+ import { MCP_OAUTH2_PROVIDER as If, OAUTH2_PROVIDER as Gf, OAUTH_PROVIDERS as Of, OAUTH_PROVIDER_CATALOGUE as Rf, OAuthId as vf, OAuthProviderId as wf, OTHER_OAUTH_PROVIDERS as yf, PREBUILT_OAUTH_PROVIDERS as Hf } from "./metadata/oauth-providers.js";
189
+ import { TOOLKIT_ICON_MAP as Ef, getToolIconByToolkitName as _f, getToolkitIcon as Ff, getToolkitIconByName as Vf } from "./metadata/toolkit-icons.js";
190
+ import { CATEGORIES as Nf, TOOLKITS as zf, TOOLKIT_CATALOGUE as Wf } from "./metadata/toolkits.js";
191
+ import { findPrebuiltProviderById as qf, findPrebuiltProviderByProviderId as Kf, findToolkitByName as Jf, isKnownToolkit as Xf, isPrebuiltProvider as Qf } from "./metadata/utils.js";
189
192
  export {
190
193
  e as Accordion,
191
194
  t as AccordionContent,
@@ -200,10 +203,10 @@ export {
200
203
  d as AlertDialogAction,
201
204
  u as AlertDialogCancel,
202
205
  g as AlertDialogContent,
203
- s as AlertDialogDescription,
204
- S as AlertDialogFooter,
205
- b as AlertDialogHeader,
206
- c as AlertDialogOverlay,
206
+ c as AlertDialogDescription,
207
+ s as AlertDialogFooter,
208
+ S as AlertDialogHeader,
209
+ b as AlertDialogOverlay,
207
210
  C as AlertDialogPortal,
208
211
  T as AlertDialogTitle,
209
212
  D as AlertDialogTrigger,
@@ -212,26 +215,26 @@ export {
212
215
  lr as Arcade,
213
216
  nr as Asana,
214
217
  ur as Ashby,
215
- sr as Atlassian,
216
- br as Attio,
218
+ cr as Atlassian,
219
+ Sr as Attio,
217
220
  Cr as Auth0,
218
- h as Avatar,
221
+ M as Avatar,
219
222
  P as AvatarFallback,
220
- k as AvatarImage,
223
+ h as AvatarImage,
221
224
  Dr as Azure,
222
225
  B as Badge,
223
- hr as Bamboohr,
224
- kr as Basecamp,
226
+ Mr as Bamboohr,
227
+ hr as Basecamp,
225
228
  Br as Bill,
226
229
  Gr as Bitbucket,
227
230
  Rr as Bluesky,
228
- yr as Box,
231
+ wr as Box,
229
232
  Hr as Braze,
230
233
  O as Breadcrumb,
231
234
  R as BreadcrumbEllipsis,
232
235
  v as BreadcrumbItem,
233
- y as BreadcrumbLink,
234
- w as BreadcrumbList,
236
+ w as BreadcrumbLink,
237
+ y as BreadcrumbList,
235
238
  H as BreadcrumbPage,
236
239
  L as BreadcrumbSeparator,
237
240
  Er as Brex,
@@ -239,7 +242,7 @@ export {
239
242
  Ur as Buffer,
240
243
  _ as Button,
241
244
  U as ByocBadge,
242
- Lf as CATEGORIES,
245
+ Nf as CATEGORIES,
243
246
  z as Calendar,
244
247
  W as CalendarDayButton,
245
248
  zr as Calendly,
@@ -268,10 +271,10 @@ export {
268
271
  xo as CollapsibleContent,
269
272
  no as CollapsibleTrigger,
270
273
  go as Command,
271
- so as CommandDialog,
272
- So as CommandEmpty,
273
- bo as CommandGroup,
274
- co as CommandInput,
274
+ co as CommandDialog,
275
+ so as CommandEmpty,
276
+ So as CommandGroup,
277
+ bo as CommandInput,
275
278
  Co as CommandItem,
276
279
  To as CommandList,
277
280
  Do as CommandSeparator,
@@ -281,19 +284,19 @@ export {
281
284
  le as CursorInstallDark,
282
285
  ne as CursorInstallLight,
283
286
  ue as Customerio,
284
- se as Datadog,
285
- pf as DateTimePicker,
287
+ ce as Datadog,
288
+ nf as DateTimePicker,
286
289
  Po as Dialog,
287
- ko as DialogClose,
288
- Mo as DialogContent,
290
+ ho as DialogClose,
291
+ ko as DialogContent,
289
292
  Bo as DialogDescription,
290
293
  Io as DialogFooter,
291
294
  Go as DialogHeader,
292
295
  Oo as DialogOverlay,
293
296
  Ro as DialogPortal,
294
297
  vo as DialogTitle,
295
- yo as DialogTrigger,
296
- be as DigitalOcean,
298
+ wo as DialogTrigger,
299
+ Se as DigitalOcean,
297
300
  Ce as Discord,
298
301
  De as Dropbox,
299
302
  Ho as DropdownMenu,
@@ -311,13 +314,13 @@ export {
311
314
  Ko as DropdownMenuSubContent,
312
315
  Jo as DropdownMenuSubTrigger,
313
316
  Xo as DropdownMenuTrigger,
314
- he as E2b,
315
- ke as Ebay,
316
- mf as EmptyState,
317
+ Me as E2b,
318
+ he as Ebay,
319
+ uf as EmptyState,
317
320
  Be as Evernote,
318
321
  Ge as Exa,
319
322
  Re as Factorial,
320
- ye as Figma,
323
+ we as Figma,
321
324
  He as Firecrawl,
322
325
  Ee as Freshservice,
323
326
  Fe as Gemini,
@@ -335,196 +338,199 @@ export {
335
338
  lt as GoogleFlights,
336
339
  nt as GoogleHotels,
337
340
  ut as GoogleJobs,
338
- st as GoogleMaps,
339
- bt as GoogleNews,
341
+ ct as GoogleMaps,
342
+ St as GoogleNews,
340
343
  Ct as GoogleSheets,
341
344
  Dt as GoogleShopping,
342
- ht as GoogleSlides,
343
- kt as Goose,
345
+ Mt as GoogleSlides,
346
+ ht as Goose,
344
347
  Bt as Heroku,
345
348
  Gt as Hootsuite,
346
349
  Yo as HoverCard,
347
350
  jo as HoverCardContent,
348
351
  $o as HoverCardTrigger,
349
352
  Rt as Hubspot,
350
- yt as Imgflip,
351
- am as Input,
353
+ wt as Imgflip,
354
+ nm as Input,
352
355
  Ht as Intercom,
353
356
  Et as Jira,
354
- im as Label,
357
+ um as Label,
355
358
  Ft as Linear,
356
359
  Ut as Linkedin,
357
360
  zt as Luma,
358
- Af as MCP_OAUTH2_PROVIDER,
361
+ If as MCP_OAUTH2_PROVIDER,
359
362
  Zt as Mailchimp,
360
363
  Kt as Mcp,
361
364
  Xt as Microsoft,
362
365
  Yt as MicrosoftDynamics,
363
- $t as MicrosoftSharepoint,
364
- rp as MicrosoftTeams,
365
- tp as Miro,
366
- lm as MobileTooltip,
367
- xm as MobileTooltipContent,
368
- nm as MobileTooltipProvider,
369
- dm as MobileTooltipTrigger,
370
- ap as Monday,
371
- ip as MongoDB,
372
- lp as Netsuite,
373
- np as Notion,
374
- hf as OAUTH2_PROVIDER,
375
- Pf as OAUTH_PROVIDERS,
376
- kf as OAUTH_PROVIDER_CATALOGUE,
377
- Mf as OAuthId,
378
- Bf as OAuthProviderId,
379
- If as OTHER_OAUTH_PROVIDERS,
380
- up as Oauth,
381
- sp as Obsidian,
382
- bp as Okta,
383
- Cp as OneDrive,
384
- Dp as Openai,
385
- hp as OutlookCalendar,
386
- kp as OutlookMail,
387
- Gf as PREBUILT_OAUTH_PROVIDERS,
388
- Tf as PUBLIC_ICON_URL,
389
- Bp as Pagerduty,
390
- Gp as Pinecone,
391
- Rp as Pinterest,
392
- yp as Pipedrive,
393
- Hp as Plaid,
394
- gm as Popover,
395
- sm as PopoverAnchor,
396
- Sm as PopoverContent,
397
- bm as PopoverTrigger,
398
- Ep as Postgres,
399
- Fp as Posthog,
400
- Cm as ProBadge,
401
- Dm as Progress,
402
- Up as Pylon,
403
- zp as Quickbooks,
404
- hm as RadioGroup,
405
- Pm as RadioGroupItem,
406
- Zp as Railway,
407
- Kp as Reddit,
408
- lf as RequirementBadges,
409
- Mm as ResizableHandle,
410
- Bm as ResizablePanel,
411
- Im as ResizablePanelGroup,
412
- Xp as Salesforce,
413
- Om as ScrollArea,
414
- Rm as ScrollBar,
415
- ym as Select,
416
- wm as SelectContent,
417
- Hm as SelectGroup,
418
- Lm as SelectItem,
419
- Em as SelectLabel,
420
- _m as SelectScrollDownButton,
421
- Fm as SelectScrollUpButton,
422
- Vm as SelectSeparator,
423
- Um as SelectTrigger,
424
- Nm as SelectValue,
425
- Wm as Separator,
426
- qm as Sheet,
427
- Km as SheetClose,
428
- Jm as SheetContent,
429
- Xm as SheetDescription,
430
- Qm as SheetFooter,
431
- Ym as SheetHeader,
432
- jm as SheetTitle,
433
- $m as SheetTrigger,
434
- Yp as Shopify,
435
- ri as Sidebar,
436
- ei as SidebarContent,
437
- ti as SidebarFooter,
438
- pi as SidebarGroup,
439
- ai as SidebarGroupAction,
440
- mi as SidebarGroupContent,
441
- ii as SidebarGroupLabel,
442
- fi as SidebarHeader,
443
- li as SidebarInput,
444
- xi as SidebarInset,
445
- ni as SidebarMenu,
446
- di as SidebarMenuAction,
447
- ui as SidebarMenuBadge,
448
- gi as SidebarMenuButton,
449
- si as SidebarMenuItem,
450
- Si as SidebarMenuSkeleton,
451
- bi as SidebarMenuSub,
452
- ci as SidebarMenuSubButton,
453
- Ci as SidebarMenuSubItem,
454
- Ti as SidebarProvider,
455
- Di as SidebarRail,
456
- Ai as SidebarSeparator,
457
- hi as SidebarTrigger,
458
- $p as Singlestore,
459
- Mi as Skeleton,
460
- ra as Slack,
461
- Ii as Slider,
462
- ta as Snowflake,
463
- aa as Splunk,
464
- ia as Spotify,
465
- la as Square,
466
- na as Squarespace,
467
- ua as Squareup,
468
- sa as Stripe,
469
- Oi as Switch,
470
- Ef as TOOLKITS,
471
- _f as TOOLKIT_CATALOGUE,
472
- Rf as TOOLKIT_ICON_MAP,
473
- vi as Table,
474
- yi as TableBody,
475
- wi as TableCaption,
476
- Hi as TableCell,
477
- Li as TableFooter,
478
- Ei as TableHead,
479
- _i as TableHeader,
480
- Fi as TableRow,
481
- Ui as Tabs,
482
- Ni as TabsContent,
483
- zi as TabsList,
484
- Wi as TabsTrigger,
485
- ba as Tesla,
486
- qi as Textarea,
487
- Ca as Ticktick,
488
- Da as Tiktok,
489
- Ji as Toggle,
490
- df as ToolCard,
491
- xf as ToolkitCard,
492
- cf as ToolkitPicker,
493
- gf as ToolkitPickerTrigger,
494
- Sf as ToolkitSelectionSummary,
495
- Yi as Tooltip,
496
- ji as TooltipContent,
497
- $i as TooltipProvider,
498
- of as TooltipTrigger,
499
- ha as Trello,
500
- ka as Twilio,
501
- Ba as Twitch,
502
- Ga as Vercel,
503
- ef as VirtualizedGrid,
504
- Ra as Vscode,
505
- ya as Walmart,
506
- Ha as Weaviate,
507
- Ea as Windsurf,
508
- Fa as Workday,
509
- Ua as Wrike,
510
- za as X,
511
- Za as Xero,
512
- Ka as Youtube,
513
- Xa as Zendesk,
514
- Ya as Zoho,
515
- $a as ZohoBooks,
516
- rm as ZohoCreator,
517
- tm as Zoom,
366
+ $t as MicrosoftExcel,
367
+ rp as MicrosoftOnedrive,
368
+ tp as MicrosoftPowerpoint,
369
+ ap as MicrosoftSharepoint,
370
+ ip as MicrosoftTeams,
371
+ lp as MicrosoftWord,
372
+ np as Miro,
373
+ cm as MobileTooltip,
374
+ sm as MobileTooltipContent,
375
+ Sm as MobileTooltipProvider,
376
+ bm as MobileTooltipTrigger,
377
+ up as Monday,
378
+ cp as MongoDB,
379
+ Sp as Netsuite,
380
+ Cp as Notion,
381
+ Gf as OAUTH2_PROVIDER,
382
+ Of as OAUTH_PROVIDERS,
383
+ Rf as OAUTH_PROVIDER_CATALOGUE,
384
+ vf as OAuthId,
385
+ wf as OAuthProviderId,
386
+ yf as OTHER_OAUTH_PROVIDERS,
387
+ Dp as Oauth,
388
+ Mp as Obsidian,
389
+ hp as Okta,
390
+ Bp as Openai,
391
+ Gp as OutlookCalendar,
392
+ Rp as OutlookMail,
393
+ Hf as PREBUILT_OAUTH_PROVIDERS,
394
+ kf as PUBLIC_ICON_URL,
395
+ wp as Pagerduty,
396
+ Hp as Pinecone,
397
+ Ep as Pinterest,
398
+ Fp as Pipedrive,
399
+ Up as Plaid,
400
+ Tm as Popover,
401
+ Dm as PopoverAnchor,
402
+ Am as PopoverContent,
403
+ Mm as PopoverTrigger,
404
+ zp as Postgres,
405
+ Zp as Posthog,
406
+ hm as ProBadge,
407
+ Bm as Progress,
408
+ Kp as Pylon,
409
+ Xp as Quickbooks,
410
+ Gm as RadioGroup,
411
+ Om as RadioGroupItem,
412
+ Yp as Railway,
413
+ $p as Reddit,
414
+ cf as RequirementBadges,
415
+ vm as ResizableHandle,
416
+ wm as ResizablePanel,
417
+ ym as ResizablePanelGroup,
418
+ ra as Salesforce,
419
+ Lm as ScrollArea,
420
+ Em as ScrollBar,
421
+ Fm as Select,
422
+ Vm as SelectContent,
423
+ Um as SelectGroup,
424
+ Nm as SelectItem,
425
+ zm as SelectLabel,
426
+ Wm as SelectScrollDownButton,
427
+ Zm as SelectScrollUpButton,
428
+ qm as SelectSeparator,
429
+ Km as SelectTrigger,
430
+ Jm as SelectValue,
431
+ Qm as Separator,
432
+ jm as Sheet,
433
+ $m as SheetClose,
434
+ oi as SheetContent,
435
+ ri as SheetDescription,
436
+ ei as SheetFooter,
437
+ ti as SheetHeader,
438
+ pi as SheetTitle,
439
+ ai as SheetTrigger,
440
+ ta as Shopify,
441
+ ii as Sidebar,
442
+ fi as SidebarContent,
443
+ li as SidebarFooter,
444
+ xi as SidebarGroup,
445
+ ni as SidebarGroupAction,
446
+ di as SidebarGroupContent,
447
+ ui as SidebarGroupLabel,
448
+ gi as SidebarHeader,
449
+ ci as SidebarInput,
450
+ si as SidebarInset,
451
+ Si as SidebarMenu,
452
+ bi as SidebarMenuAction,
453
+ Ci as SidebarMenuBadge,
454
+ Ti as SidebarMenuButton,
455
+ Di as SidebarMenuItem,
456
+ Ai as SidebarMenuSkeleton,
457
+ Mi as SidebarMenuSub,
458
+ Pi as SidebarMenuSubButton,
459
+ hi as SidebarMenuSubItem,
460
+ ki as SidebarProvider,
461
+ Bi as SidebarRail,
462
+ Ii as SidebarSeparator,
463
+ Gi as SidebarTrigger,
464
+ aa as Singlestore,
465
+ vi as Skeleton,
466
+ ia as Slack,
467
+ yi as Slider,
468
+ la as Snowflake,
469
+ na as Splunk,
470
+ ua as Spotify,
471
+ ca as Square,
472
+ Sa as Squarespace,
473
+ Ca as Squareup,
474
+ Da as Stripe,
475
+ Li as Switch,
476
+ zf as TOOLKITS,
477
+ Wf as TOOLKIT_CATALOGUE,
478
+ Ef as TOOLKIT_ICON_MAP,
479
+ _i as Table,
480
+ Fi as TableBody,
481
+ Vi as TableCaption,
482
+ Ui as TableCell,
483
+ Ni as TableFooter,
484
+ zi as TableHead,
485
+ Wi as TableHeader,
486
+ Zi as TableRow,
487
+ Ki as Tabs,
488
+ Ji as TabsContent,
489
+ Xi as TabsList,
490
+ Qi as TabsTrigger,
491
+ Ma as Tesla,
492
+ ji as Textarea,
493
+ ha as Ticktick,
494
+ Ba as Tiktok,
495
+ of as Toggle,
496
+ bf as ToolCard,
497
+ sf as ToolkitCard,
498
+ Pf as ToolkitPicker,
499
+ Tf as ToolkitPickerTrigger,
500
+ Af as ToolkitSelectionSummary,
501
+ tf as Tooltip,
502
+ pf as TooltipContent,
503
+ af as TooltipProvider,
504
+ mf as TooltipTrigger,
505
+ Ga as Trello,
506
+ Ra as Twilio,
507
+ wa as Twitch,
508
+ Ha as Vercel,
509
+ lf as VirtualizedGrid,
510
+ Ea as Vscode,
511
+ Fa as Walmart,
512
+ Ua as Weaviate,
513
+ za as Windsurf,
514
+ Za as Workday,
515
+ Ka as Wrike,
516
+ Xa as X,
517
+ Ya as Xero,
518
+ $a as Youtube,
519
+ rm as Zendesk,
520
+ tm as Zoho,
521
+ am as ZohoBooks,
522
+ im as ZohoCreator,
523
+ lm as Zoom,
518
524
  I as badgeVariants,
519
525
  F as buttonVariants,
520
- Vf as findPrebuiltProviderById,
521
- Uf as findPrebuiltProviderByProviderId,
522
- Nf as findToolkitByName,
523
- vf as getToolIconByToolkitName,
524
- yf as getToolkitIcon,
525
- wf as getToolkitIconByName,
526
- zf as isKnownToolkit,
527
- Wf as isPrebuiltProvider,
528
- Xi as toggleVariants,
529
- Pi as useSidebar
526
+ qf as findPrebuiltProviderById,
527
+ Kf as findPrebuiltProviderByProviderId,
528
+ Jf as findToolkitByName,
529
+ _f as getToolIconByToolkitName,
530
+ Ff as getToolkitIcon,
531
+ Vf as getToolkitIconByName,
532
+ Xf as isKnownToolkit,
533
+ Qf as isPrebuiltProvider,
534
+ rf as toggleVariants,
535
+ Oi as useSidebar
530
536
  };