@arcadeai/design-system 2.0.0 → 2.1.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 (38) hide show
  1. package/dist/assets/index.css +1 -1
  2. package/dist/assets/tokens.css +1 -1
  3. package/dist/assets/variables.css +1 -1
  4. package/dist/components/index.js +235 -231
  5. package/dist/components/ui/atoms/icons/imgflip.d.ts +3 -0
  6. package/dist/components/ui/atoms/icons/imgflip.js +35 -0
  7. package/dist/components/ui/atoms/icons/index.d.ts +2 -0
  8. package/dist/components/ui/atoms/icons/index.js +126 -122
  9. package/dist/components/ui/atoms/icons/mongodb.d.ts +3 -0
  10. package/dist/components/ui/atoms/icons/mongodb.js +39 -0
  11. package/dist/components/ui/atoms/index.js +213 -209
  12. package/dist/components/ui/atoms/resizable.js +1 -1
  13. package/dist/components/ui/atoms/switch.d.ts +5 -1
  14. package/dist/components/ui/atoms/switch.js +98 -73
  15. package/dist/components/ui/index.js +235 -231
  16. package/dist/components/ui/molecules/index.js +1 -1
  17. package/dist/components/ui/molecules/requirement-badges.js +2 -2
  18. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  19. package/dist/components/ui/molecules/toolkit-selection-summary.js +2 -2
  20. package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +2 -2
  21. package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +2 -2
  22. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
  23. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-filter.test.js +2 -2
  24. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-search.test.js +2 -2
  25. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-selection.test.js +2 -2
  26. package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +2 -2
  27. package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.test.js +2 -2
  28. package/dist/components/ui/utils/memo.test.js +1 -1
  29. package/dist/lib/arcade/arcade.test.js +1 -1
  30. package/dist/lib/utils.test.js +1 -1
  31. package/dist/{magic-string.es-QnVUNas7.js → magic-string.es-uPKorP4O.js} +7 -4
  32. package/dist/main.js +263 -259
  33. package/dist/metadata/toolkits.js +138 -106
  34. package/dist/{react-resizable-panels.browser-ZHjTH32c.js → react-resizable-panels.browser-DggUboAp.js} +2 -2
  35. package/dist/{react.esm-CAxz4dXo.js → react.esm-DUaR5u-J.js} +1 -1
  36. package/dist/{toolkit-card-fWmjBnBQ.js → toolkit-card-DgjPGtsJ.js} +1 -1
  37. package/dist/{vi.bdSIJ99Y-hyudrc3R.js → vi.bdSIJ99Y-Bs-viS39.js} +1 -1
  38. package/package.json +35 -34
@@ -2,7 +2,7 @@ import { Accordion as e, AccordionContent as t, AccordionItem as p, AccordionTri
2
2
  import { Alert as i, AlertDescription as l, AlertTitle as f } from "./atoms/alert.js";
3
3
  import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as g, AlertDialogContent as u, AlertDialogDescription as b, AlertDialogFooter as S, AlertDialogHeader as c, AlertDialogOverlay as s, AlertDialogPortal as C, AlertDialogTitle as T, AlertDialogTrigger as D } from "./atoms/alert-dialog.js";
4
4
  import { Avatar as A, AvatarFallback as h, AvatarImage as k } from "./atoms/avatar.js";
5
- import { Badge as B, badgeVariants as w } from "./atoms/badge.js";
5
+ import { Badge as G, badgeVariants as w } from "./atoms/badge.js";
6
6
  import { Breadcrumb as v, BreadcrumbEllipsis as y, BreadcrumbItem as I, BreadcrumbLink as H, BreadcrumbList as F, BreadcrumbPage as L, BreadcrumbSeparator as R } from "./atoms/breadcrumb.js";
7
7
  import { Button as E, buttonVariants as z } from "./atoms/button.js";
8
8
  import { ByocBadge as W } from "./atoms/byoc-badge.js";
@@ -11,7 +11,7 @@ import { ChartContainer as K, ChartLegend as _, ChartLegendContent as $, ChartSt
11
11
  import { Checkbox as po } from "./atoms/checkbox.js";
12
12
  import { Collapsible as mo, CollapsibleContent as io, CollapsibleTrigger as lo } from "./atoms/collapsible.js";
13
13
  import { Command as xo, CommandDialog as no, CommandEmpty as go, CommandGroup as uo, CommandInput as bo, CommandItem as So, CommandList as co, CommandSeparator as so, CommandShortcut as Co } from "./atoms/command.js";
14
- import { Dialog as Do, DialogClose as Mo, DialogContent as Ao, DialogDescription as ho, DialogFooter as ko, DialogHeader as Go, DialogOverlay as Bo, DialogPortal as wo, DialogTitle as Po, DialogTrigger as vo } from "./atoms/dialog.js";
14
+ import { Dialog as Do, DialogClose as Mo, DialogContent as Ao, DialogDescription as ho, DialogFooter as ko, DialogHeader as Bo, DialogOverlay as Go, DialogPortal as wo, DialogTitle as Po, DialogTrigger as vo } from "./atoms/dialog.js";
15
15
  import { DropdownMenu as Io, DropdownMenuCheckboxItem as Ho, DropdownMenuContent as Fo, DropdownMenuGroup as Lo, DropdownMenuItem as Ro, DropdownMenuLabel as Oo, DropdownMenuPortal as Eo, DropdownMenuRadioGroup as zo, DropdownMenuRadioItem as Vo, DropdownMenuSeparator as Wo, DropdownMenuShortcut as qo, DropdownMenuSub as No, DropdownMenuSubContent as Jo, DropdownMenuSubTrigger as Xo, DropdownMenuTrigger as Zo } from "./atoms/dropdown-menu.js";
16
16
  import { HoverCard as Uo, HoverCardContent as Yo, HoverCardTrigger as jo } from "./atoms/hover-card.js";
17
17
  import { Adp as _o } from "./atoms/icons/adp.js";
@@ -28,7 +28,7 @@ import { Bamboohr as sr } from "./atoms/icons/bamboohr.js";
28
28
  import { Basecamp as Tr } from "./atoms/icons/basecamp.js";
29
29
  import { Bill as Mr } from "./atoms/icons/bill.js";
30
30
  import { Bitbucket as hr } from "./atoms/icons/bitbucket.js";
31
- import { Bluesky as Gr } from "./atoms/icons/bluesky.js";
31
+ import { Bluesky as Br } from "./atoms/icons/bluesky.js";
32
32
  import { Box as wr } from "./atoms/icons/box.js";
33
33
  import { Braze as vr } from "./atoms/icons/braze.js";
34
34
  import { Brex as Ir } from "./atoms/icons/brex.js";
@@ -55,7 +55,7 @@ import { Github as se } from "./atoms/icons/github.js";
55
55
  import { Gitlab as Te } from "./atoms/icons/gitlab.js";
56
56
  import { Gmail as Me } from "./atoms/icons/gmail.js";
57
57
  import { Google as he } from "./atoms/icons/google.js";
58
- import { GoogleCalendar as Ge } from "./atoms/icons/google-calendar.js";
58
+ import { GoogleCalendar as Be } from "./atoms/icons/google-calendar.js";
59
59
  import { GoogleContacts as we } from "./atoms/icons/google-contacts.js";
60
60
  import { GoogleDocs as ve } from "./atoms/icons/google-docs.js";
61
61
  import { GoogleDrive as Ie } from "./atoms/icons/google-drive.js";
@@ -72,85 +72,87 @@ import { GoogleSlides as _e } from "./atoms/icons/google-slides.js";
72
72
  import { Heroku as ot } from "./atoms/icons/heroku.js";
73
73
  import { Hootsuite as et } from "./atoms/icons/hootsuite.js";
74
74
  import { Hubspot as pt } from "./atoms/icons/hubspot.js";
75
- import { Intercom as mt } from "./atoms/icons/intercom.js";
76
- import { Jira as lt } from "./atoms/icons/jira.js";
77
- import { Linear as xt } from "./atoms/icons/linear.js";
78
- import { Linkedin as dt } from "./atoms/icons/linkedin.js";
79
- import { Mailchimp as ut } from "./atoms/icons/mailchimp.js";
80
- import { Mcp as St } from "./atoms/icons/mcp.js";
81
- import { Microsoft as st } from "./atoms/icons/microsoft.js";
82
- import { MicrosoftDynamics as Tt } from "./atoms/icons/microsoft-dynamics.js";
83
- import { MicrosoftSharepoint as Mt } from "./atoms/icons/microsoft-sharepoint.js";
84
- import { MicrosoftTeams as ht } from "./atoms/icons/microsoft-teams.js";
85
- import { Miro as Gt } from "./atoms/icons/miro.js";
86
- import { Monday as wt } from "./atoms/icons/monday.js";
87
- import { Netsuite as vt } from "./atoms/icons/netsuite.js";
88
- import { Notion as It } from "./atoms/icons/notion.js";
89
- import { Oauth as Ft } from "./atoms/icons/oauth.js";
90
- import { Obsidian as Rt } from "./atoms/icons/obsidian.js";
91
- import { Okta as Et } from "./atoms/icons/okta.js";
92
- import { OneDrive as Vt } from "./atoms/icons/one-drive.js";
93
- import { OutlookCalendar as qt } from "./atoms/icons/outlook-calendar.js";
94
- import { OutlookMail as Jt } from "./atoms/icons/outlook-mail.js";
95
- import { Pinecone as Zt } from "./atoms/icons/pinecone.js";
96
- import { Pinterest as Ut } from "./atoms/icons/pinterest.js";
97
- import { Pipedrive as jt } from "./atoms/icons/pipedrive.js";
98
- import { Plaid as _t } from "./atoms/icons/plaid.js";
99
- import { Postgres as op } from "./atoms/icons/postgres.js";
100
- import { Quickbooks as ep } from "./atoms/icons/quickbooks.js";
101
- import { Reddit as pp } from "./atoms/icons/reddit.js";
102
- import { Salesforce as mp } from "./atoms/icons/salesforce.js";
103
- import { Shopify as lp } from "./atoms/icons/shopify.js";
104
- import { Singlestore as xp } from "./atoms/icons/singlestore.js";
105
- import { Slack as dp } from "./atoms/icons/slack.js";
106
- import { Snowflake as up } from "./atoms/icons/snowflake.js";
107
- import { Splunk as Sp } from "./atoms/icons/splunk.js";
108
- import { Spotify as sp } from "./atoms/icons/spotify.js";
109
- import { Square as Tp } from "./atoms/icons/square.js";
110
- import { Squarespace as Mp } from "./atoms/icons/squarespace.js";
111
- import { Stripe as hp } from "./atoms/icons/stripe.js";
112
- import { Tesla as Gp } from "./atoms/icons/tesla.js";
113
- import { Tiktok as wp } from "./atoms/icons/tiktok.js";
114
- import { Trello as vp } from "./atoms/icons/trello.js";
115
- import { Twilio as Ip } from "./atoms/icons/twilio.js";
116
- import { Twitch as Fp } from "./atoms/icons/twitch.js";
117
- import { Vercel as Rp } from "./atoms/icons/vercel.js";
118
- import { Walmart as Ep } from "./atoms/icons/walmart.js";
119
- import { Weaviate as Vp } from "./atoms/icons/weaviate.js";
120
- import { Workday as qp } from "./atoms/icons/workday.js";
121
- import { Wrike as Jp } from "./atoms/icons/wrike.js";
122
- import { X as Zp } from "./atoms/icons/x.js";
123
- import { Xero as Up } from "./atoms/icons/xero.js";
124
- import { Youtube as jp } from "./atoms/icons/youtube.js";
125
- import { Zendesk as _p } from "./atoms/icons/zendesk.js";
126
- import { Zoom as oa } from "./atoms/icons/zoom.js";
127
- import { Input as ea } from "./atoms/input.js";
128
- import { Label as pa } from "./atoms/label.js";
129
- import { MobileTooltip as ma, MobileTooltipContent as ia, MobileTooltipProvider as la, MobileTooltipTrigger as fa } from "./atoms/mobile-tooltip.js";
130
- import { Popover as na, PopoverAnchor as da, PopoverContent as ga, PopoverTrigger as ua } from "./atoms/popover.js";
131
- import { ProBadge as Sa } from "./atoms/pro-badge.js";
132
- import { Progress as sa } from "./atoms/progress.js";
133
- import { RadioGroup as Ta, RadioGroupItem as Da } from "./atoms/radio-group.js";
134
- import { ResizableHandle as Aa, ResizablePanel as ha, ResizablePanelGroup as ka } from "./atoms/resizable.js";
135
- import { ScrollArea as Ba, ScrollBar as wa } from "./atoms/scroll-area.js";
136
- import { Select as va, SelectContent as ya, SelectGroup as Ia, SelectItem as Ha, SelectLabel as Fa, SelectScrollDownButton as La, SelectScrollUpButton as Ra, SelectSeparator as Oa, SelectTrigger as Ea, SelectValue as za } from "./atoms/select.js";
137
- import { Separator as Wa } from "./atoms/separator.js";
138
- import { Sheet as Na, SheetClose as Ja, SheetContent as Xa, SheetDescription as Za, SheetFooter as Qa, SheetHeader as Ua, SheetTitle as Ya, SheetTrigger as ja } from "./atoms/sheet.js";
139
- import { Sidebar as _a, SidebarContent as $a, SidebarFooter as om, SidebarGroup as rm, SidebarGroupAction as em, SidebarGroupContent as tm, SidebarGroupLabel as pm, SidebarHeader as am, SidebarInput as mm, SidebarInset as im, SidebarMenu as lm, SidebarMenuAction as fm, SidebarMenuBadge as xm, SidebarMenuButton as nm, SidebarMenuItem as dm, SidebarMenuSkeleton as gm, SidebarMenuSub as um, SidebarMenuSubButton as bm, SidebarMenuSubItem as Sm, SidebarProvider as cm, SidebarRail as sm, SidebarSeparator as Cm, SidebarTrigger as Tm, useSidebar as Dm } from "./atoms/sidebar.js";
140
- import { Skeleton as Am } from "./atoms/skeleton.js";
141
- import { Slider as km } from "./atoms/slider.js";
142
- import { Switch as Bm } from "./atoms/switch.js";
143
- import { Table as Pm, TableBody as vm, TableCaption as ym, TableCell as Im, TableFooter as Hm, TableHead as Fm, TableHeader as Lm, TableRow as Rm } from "./atoms/table.js";
144
- import { Tabs as Em, TabsContent as zm, TabsList as Vm, TabsTrigger as Wm } from "./atoms/tabs.js";
145
- import { Textarea as Nm } from "./atoms/textarea.js";
146
- import { Toggle as Xm, toggleVariants as Zm } from "./atoms/toggle.js";
147
- import { Tooltip as Um, TooltipContent as Ym, TooltipProvider as jm, TooltipTrigger as Km } from "./atoms/tooltip.js";
148
- import { EmptyState as $m } from "./molecules/empty-state.js";
149
- import { R as ri, T as ei } from "../../toolkit-card-fWmjBnBQ.js";
150
- import { ToolCard as pi } from "./molecules/tool-card.js";
151
- import { ToolkitPickerTrigger as mi } from "./molecules/toolkit-picker-trigger.js";
152
- import { ToolkitSelectionSummary as li } from "./molecules/toolkit-selection-summary.js";
153
- import { ToolkitPicker as xi } from "./organisms/toolkit-picker/index.js";
75
+ import { Imgflip as mt } from "./atoms/icons/imgflip.js";
76
+ import { Intercom as lt } from "./atoms/icons/intercom.js";
77
+ import { Jira as xt } from "./atoms/icons/jira.js";
78
+ import { Linear as dt } from "./atoms/icons/linear.js";
79
+ import { Linkedin as ut } from "./atoms/icons/linkedin.js";
80
+ import { Mailchimp as St } from "./atoms/icons/mailchimp.js";
81
+ import { Mcp as st } from "./atoms/icons/mcp.js";
82
+ import { Microsoft as Tt } from "./atoms/icons/microsoft.js";
83
+ import { MicrosoftDynamics as Mt } from "./atoms/icons/microsoft-dynamics.js";
84
+ import { MicrosoftSharepoint as ht } from "./atoms/icons/microsoft-sharepoint.js";
85
+ import { MicrosoftTeams as Bt } from "./atoms/icons/microsoft-teams.js";
86
+ import { Miro as wt } from "./atoms/icons/miro.js";
87
+ import { Monday as vt } from "./atoms/icons/monday.js";
88
+ import { MongoDB as It } from "./atoms/icons/mongodb.js";
89
+ import { Netsuite as Ft } from "./atoms/icons/netsuite.js";
90
+ import { Notion as Rt } from "./atoms/icons/notion.js";
91
+ import { Oauth as Et } from "./atoms/icons/oauth.js";
92
+ import { Obsidian as Vt } from "./atoms/icons/obsidian.js";
93
+ import { Okta as qt } from "./atoms/icons/okta.js";
94
+ import { OneDrive as Jt } from "./atoms/icons/one-drive.js";
95
+ import { OutlookCalendar as Zt } from "./atoms/icons/outlook-calendar.js";
96
+ import { OutlookMail as Ut } from "./atoms/icons/outlook-mail.js";
97
+ import { Pinecone as jt } from "./atoms/icons/pinecone.js";
98
+ import { Pinterest as _t } from "./atoms/icons/pinterest.js";
99
+ import { Pipedrive as op } from "./atoms/icons/pipedrive.js";
100
+ import { Plaid as ep } from "./atoms/icons/plaid.js";
101
+ import { Postgres as pp } from "./atoms/icons/postgres.js";
102
+ import { Quickbooks as mp } from "./atoms/icons/quickbooks.js";
103
+ import { Reddit as lp } from "./atoms/icons/reddit.js";
104
+ import { Salesforce as xp } from "./atoms/icons/salesforce.js";
105
+ import { Shopify as dp } from "./atoms/icons/shopify.js";
106
+ import { Singlestore as up } from "./atoms/icons/singlestore.js";
107
+ import { Slack as Sp } from "./atoms/icons/slack.js";
108
+ import { Snowflake as sp } from "./atoms/icons/snowflake.js";
109
+ import { Splunk as Tp } from "./atoms/icons/splunk.js";
110
+ import { Spotify as Mp } from "./atoms/icons/spotify.js";
111
+ import { Square as hp } from "./atoms/icons/square.js";
112
+ import { Squarespace as Bp } from "./atoms/icons/squarespace.js";
113
+ import { Stripe as wp } from "./atoms/icons/stripe.js";
114
+ import { Tesla as vp } from "./atoms/icons/tesla.js";
115
+ import { Tiktok as Ip } from "./atoms/icons/tiktok.js";
116
+ import { Trello as Fp } from "./atoms/icons/trello.js";
117
+ import { Twilio as Rp } from "./atoms/icons/twilio.js";
118
+ import { Twitch as Ep } from "./atoms/icons/twitch.js";
119
+ import { Vercel as Vp } from "./atoms/icons/vercel.js";
120
+ import { Walmart as qp } from "./atoms/icons/walmart.js";
121
+ import { Weaviate as Jp } from "./atoms/icons/weaviate.js";
122
+ import { Workday as Zp } from "./atoms/icons/workday.js";
123
+ import { Wrike as Up } from "./atoms/icons/wrike.js";
124
+ import { X as jp } from "./atoms/icons/x.js";
125
+ import { Xero as _p } from "./atoms/icons/xero.js";
126
+ import { Youtube as oa } from "./atoms/icons/youtube.js";
127
+ import { Zendesk as ea } from "./atoms/icons/zendesk.js";
128
+ import { Zoom as pa } from "./atoms/icons/zoom.js";
129
+ import { Input as ma } from "./atoms/input.js";
130
+ import { Label as la } from "./atoms/label.js";
131
+ import { MobileTooltip as xa, MobileTooltipContent as na, MobileTooltipProvider as da, MobileTooltipTrigger as ga } from "./atoms/mobile-tooltip.js";
132
+ import { Popover as ba, PopoverAnchor as Sa, PopoverContent as ca, PopoverTrigger as sa } from "./atoms/popover.js";
133
+ import { ProBadge as Ta } from "./atoms/pro-badge.js";
134
+ import { Progress as Ma } from "./atoms/progress.js";
135
+ import { RadioGroup as ha, RadioGroupItem as ka } from "./atoms/radio-group.js";
136
+ import { ResizableHandle as Ga, ResizablePanel as wa, ResizablePanelGroup as Pa } from "./atoms/resizable.js";
137
+ import { ScrollArea as ya, ScrollBar as Ia } from "./atoms/scroll-area.js";
138
+ import { Select as Fa, SelectContent as La, SelectGroup as Ra, SelectItem as Oa, SelectLabel as Ea, SelectScrollDownButton as za, SelectScrollUpButton as Va, SelectSeparator as Wa, SelectTrigger as qa, SelectValue as Na } from "./atoms/select.js";
139
+ import { Separator as Xa } from "./atoms/separator.js";
140
+ import { Sheet as Qa, SheetClose as Ua, SheetContent as Ya, SheetDescription as ja, SheetFooter as Ka, SheetHeader as _a, SheetTitle as $a, SheetTrigger as om } from "./atoms/sheet.js";
141
+ import { Sidebar as em, SidebarContent as tm, SidebarFooter as pm, SidebarGroup as am, SidebarGroupAction as mm, SidebarGroupContent as im, SidebarGroupLabel as lm, SidebarHeader as fm, SidebarInput as xm, SidebarInset as nm, SidebarMenu as dm, SidebarMenuAction as gm, SidebarMenuBadge as um, SidebarMenuButton as bm, SidebarMenuItem as Sm, SidebarMenuSkeleton as cm, SidebarMenuSub as sm, SidebarMenuSubButton as Cm, SidebarMenuSubItem as Tm, SidebarProvider as Dm, SidebarRail as Mm, SidebarSeparator as Am, SidebarTrigger as hm, useSidebar as km } from "./atoms/sidebar.js";
142
+ import { Skeleton as Gm } from "./atoms/skeleton.js";
143
+ import { Slider as Pm } from "./atoms/slider.js";
144
+ import { Switch as ym } from "./atoms/switch.js";
145
+ import { Table as Hm, TableBody as Fm, TableCaption as Lm, TableCell as Rm, TableFooter as Om, TableHead as Em, TableHeader as zm, TableRow as Vm } from "./atoms/table.js";
146
+ import { Tabs as qm, TabsContent as Nm, TabsList as Jm, TabsTrigger as Xm } from "./atoms/tabs.js";
147
+ import { Textarea as Qm } from "./atoms/textarea.js";
148
+ import { Toggle as Ym, toggleVariants as jm } from "./atoms/toggle.js";
149
+ import { Tooltip as _m, TooltipContent as $m, TooltipProvider as oi, TooltipTrigger as ri } from "./atoms/tooltip.js";
150
+ import { EmptyState as ti } from "./molecules/empty-state.js";
151
+ import { R as ai, T as mi } from "../../toolkit-card-DgjPGtsJ.js";
152
+ import { ToolCard as li } from "./molecules/tool-card.js";
153
+ import { ToolkitPickerTrigger as xi } from "./molecules/toolkit-picker-trigger.js";
154
+ import { ToolkitSelectionSummary as di } from "./molecules/toolkit-selection-summary.js";
155
+ import { ToolkitPicker as ui } from "./organisms/toolkit-picker/index.js";
154
156
  export {
155
157
  e as Accordion,
156
158
  t as AccordionContent,
@@ -183,12 +185,12 @@ export {
183
185
  h as AvatarFallback,
184
186
  k as AvatarImage,
185
187
  Sr as Azure,
186
- B as Badge,
188
+ G as Badge,
187
189
  sr as Bamboohr,
188
190
  Tr as Basecamp,
189
191
  Mr as Bill,
190
192
  hr as Bitbucket,
191
- Gr as Bluesky,
193
+ Br as Bluesky,
192
194
  wr as Box,
193
195
  vr as Braze,
194
196
  v as Breadcrumb,
@@ -241,8 +243,8 @@ export {
241
243
  Ao as DialogContent,
242
244
  ho as DialogDescription,
243
245
  ko as DialogFooter,
244
- Go as DialogHeader,
245
- Bo as DialogOverlay,
246
+ Bo as DialogHeader,
247
+ Go as DialogOverlay,
246
248
  wo as DialogPortal,
247
249
  Po as DialogTitle,
248
250
  vo as DialogTrigger,
@@ -266,7 +268,7 @@ export {
266
268
  Zo as DropdownMenuTrigger,
267
269
  pe as E2b,
268
270
  me as Ebay,
269
- $m as EmptyState,
271
+ ti as EmptyState,
270
272
  le as Evernote,
271
273
  xe as Factorial,
272
274
  de as Figma,
@@ -276,7 +278,7 @@ export {
276
278
  Te as Gitlab,
277
279
  Me as Gmail,
278
280
  he as Google,
279
- Ge as GoogleCalendar,
281
+ Be as GoogleCalendar,
280
282
  we as GoogleContacts,
281
283
  ve as GoogleDocs,
282
284
  Ie as GoogleDrive,
@@ -296,148 +298,150 @@ export {
296
298
  Yo as HoverCardContent,
297
299
  jo as HoverCardTrigger,
298
300
  pt as Hubspot,
299
- ea as Input,
300
- mt as Intercom,
301
- lt as Jira,
302
- pa as Label,
303
- xt as Linear,
304
- dt as Linkedin,
305
- ut as Mailchimp,
306
- St as Mcp,
307
- st as Microsoft,
308
- Tt as MicrosoftDynamics,
309
- Mt as MicrosoftSharepoint,
310
- ht as MicrosoftTeams,
311
- Gt as Miro,
312
- ma as MobileTooltip,
313
- ia as MobileTooltipContent,
314
- la as MobileTooltipProvider,
315
- fa as MobileTooltipTrigger,
316
- wt as Monday,
317
- vt as Netsuite,
318
- It as Notion,
319
- Ft as Oauth,
320
- Rt as Obsidian,
321
- Et as Okta,
322
- Vt as OneDrive,
323
- qt as OutlookCalendar,
324
- Jt as OutlookMail,
325
- Zt as Pinecone,
326
- Ut as Pinterest,
327
- jt as Pipedrive,
328
- _t as Plaid,
329
- na as Popover,
330
- da as PopoverAnchor,
331
- ga as PopoverContent,
332
- ua as PopoverTrigger,
333
- op as Postgres,
334
- Sa as ProBadge,
335
- sa as Progress,
336
- ep as Quickbooks,
337
- Ta as RadioGroup,
338
- Da as RadioGroupItem,
339
- pp as Reddit,
340
- ri as RequirementBadges,
341
- Aa as ResizableHandle,
342
- ha as ResizablePanel,
343
- ka as ResizablePanelGroup,
344
- mp as Salesforce,
345
- Ba as ScrollArea,
346
- wa as ScrollBar,
347
- va as Select,
348
- ya as SelectContent,
349
- Ia as SelectGroup,
350
- Ha as SelectItem,
351
- Fa as SelectLabel,
352
- La as SelectScrollDownButton,
353
- Ra as SelectScrollUpButton,
354
- Oa as SelectSeparator,
355
- Ea as SelectTrigger,
356
- za as SelectValue,
357
- Wa as Separator,
358
- Na as Sheet,
359
- Ja as SheetClose,
360
- Xa as SheetContent,
361
- Za as SheetDescription,
362
- Qa as SheetFooter,
363
- Ua as SheetHeader,
364
- Ya as SheetTitle,
365
- ja as SheetTrigger,
366
- lp as Shopify,
367
- _a as Sidebar,
368
- $a as SidebarContent,
369
- om as SidebarFooter,
370
- rm as SidebarGroup,
371
- em as SidebarGroupAction,
372
- tm as SidebarGroupContent,
373
- pm as SidebarGroupLabel,
374
- am as SidebarHeader,
375
- mm as SidebarInput,
376
- im as SidebarInset,
377
- lm as SidebarMenu,
378
- fm as SidebarMenuAction,
379
- xm as SidebarMenuBadge,
380
- nm as SidebarMenuButton,
381
- dm as SidebarMenuItem,
382
- gm as SidebarMenuSkeleton,
383
- um as SidebarMenuSub,
384
- bm as SidebarMenuSubButton,
385
- Sm as SidebarMenuSubItem,
386
- cm as SidebarProvider,
387
- sm as SidebarRail,
388
- Cm as SidebarSeparator,
389
- Tm as SidebarTrigger,
390
- xp as Singlestore,
391
- Am as Skeleton,
392
- dp as Slack,
393
- km as Slider,
394
- up as Snowflake,
395
- Sp as Splunk,
396
- sp as Spotify,
397
- Tp as Square,
398
- Mp as Squarespace,
399
- hp as Stripe,
400
- Bm as Switch,
401
- Pm as Table,
402
- vm as TableBody,
403
- ym as TableCaption,
404
- Im as TableCell,
405
- Hm as TableFooter,
406
- Fm as TableHead,
407
- Lm as TableHeader,
408
- Rm as TableRow,
409
- Em as Tabs,
410
- zm as TabsContent,
411
- Vm as TabsList,
412
- Wm as TabsTrigger,
413
- Gp as Tesla,
414
- Nm as Textarea,
415
- wp as Tiktok,
416
- Xm as Toggle,
417
- pi as ToolCard,
418
- ei as ToolkitCard,
419
- xi as ToolkitPicker,
420
- mi as ToolkitPickerTrigger,
421
- li as ToolkitSelectionSummary,
422
- Um as Tooltip,
423
- Ym as TooltipContent,
424
- jm as TooltipProvider,
425
- Km as TooltipTrigger,
426
- vp as Trello,
427
- Ip as Twilio,
428
- Fp as Twitch,
429
- Rp as Vercel,
430
- Ep as Walmart,
431
- Vp as Weaviate,
432
- qp as Workday,
433
- Jp as Wrike,
434
- Zp as X,
435
- Up as Xero,
436
- jp as Youtube,
437
- _p as Zendesk,
438
- oa as Zoom,
301
+ mt as Imgflip,
302
+ ma as Input,
303
+ lt as Intercom,
304
+ xt as Jira,
305
+ la as Label,
306
+ dt as Linear,
307
+ ut as Linkedin,
308
+ St as Mailchimp,
309
+ st as Mcp,
310
+ Tt as Microsoft,
311
+ Mt as MicrosoftDynamics,
312
+ ht as MicrosoftSharepoint,
313
+ Bt as MicrosoftTeams,
314
+ wt as Miro,
315
+ xa as MobileTooltip,
316
+ na as MobileTooltipContent,
317
+ da as MobileTooltipProvider,
318
+ ga as MobileTooltipTrigger,
319
+ vt as Monday,
320
+ It as MongoDB,
321
+ Ft as Netsuite,
322
+ Rt as Notion,
323
+ Et as Oauth,
324
+ Vt as Obsidian,
325
+ qt as Okta,
326
+ Jt as OneDrive,
327
+ Zt as OutlookCalendar,
328
+ Ut as OutlookMail,
329
+ jt as Pinecone,
330
+ _t as Pinterest,
331
+ op as Pipedrive,
332
+ ep as Plaid,
333
+ ba as Popover,
334
+ Sa as PopoverAnchor,
335
+ ca as PopoverContent,
336
+ sa as PopoverTrigger,
337
+ pp as Postgres,
338
+ Ta as ProBadge,
339
+ Ma as Progress,
340
+ mp as Quickbooks,
341
+ ha as RadioGroup,
342
+ ka as RadioGroupItem,
343
+ lp as Reddit,
344
+ ai as RequirementBadges,
345
+ Ga as ResizableHandle,
346
+ wa as ResizablePanel,
347
+ Pa as ResizablePanelGroup,
348
+ xp as Salesforce,
349
+ ya as ScrollArea,
350
+ Ia as ScrollBar,
351
+ Fa as Select,
352
+ La as SelectContent,
353
+ Ra as SelectGroup,
354
+ Oa as SelectItem,
355
+ Ea as SelectLabel,
356
+ za as SelectScrollDownButton,
357
+ Va as SelectScrollUpButton,
358
+ Wa as SelectSeparator,
359
+ qa as SelectTrigger,
360
+ Na as SelectValue,
361
+ Xa as Separator,
362
+ Qa as Sheet,
363
+ Ua as SheetClose,
364
+ Ya as SheetContent,
365
+ ja as SheetDescription,
366
+ Ka as SheetFooter,
367
+ _a as SheetHeader,
368
+ $a as SheetTitle,
369
+ om as SheetTrigger,
370
+ dp as Shopify,
371
+ em as Sidebar,
372
+ tm as SidebarContent,
373
+ pm as SidebarFooter,
374
+ am as SidebarGroup,
375
+ mm as SidebarGroupAction,
376
+ im as SidebarGroupContent,
377
+ lm as SidebarGroupLabel,
378
+ fm as SidebarHeader,
379
+ xm as SidebarInput,
380
+ nm as SidebarInset,
381
+ dm as SidebarMenu,
382
+ gm as SidebarMenuAction,
383
+ um as SidebarMenuBadge,
384
+ bm as SidebarMenuButton,
385
+ Sm as SidebarMenuItem,
386
+ cm as SidebarMenuSkeleton,
387
+ sm as SidebarMenuSub,
388
+ Cm as SidebarMenuSubButton,
389
+ Tm as SidebarMenuSubItem,
390
+ Dm as SidebarProvider,
391
+ Mm as SidebarRail,
392
+ Am as SidebarSeparator,
393
+ hm as SidebarTrigger,
394
+ up as Singlestore,
395
+ Gm as Skeleton,
396
+ Sp as Slack,
397
+ Pm as Slider,
398
+ sp as Snowflake,
399
+ Tp as Splunk,
400
+ Mp as Spotify,
401
+ hp as Square,
402
+ Bp as Squarespace,
403
+ wp as Stripe,
404
+ ym as Switch,
405
+ Hm as Table,
406
+ Fm as TableBody,
407
+ Lm as TableCaption,
408
+ Rm as TableCell,
409
+ Om as TableFooter,
410
+ Em as TableHead,
411
+ zm as TableHeader,
412
+ Vm as TableRow,
413
+ qm as Tabs,
414
+ Nm as TabsContent,
415
+ Jm as TabsList,
416
+ Xm as TabsTrigger,
417
+ vp as Tesla,
418
+ Qm as Textarea,
419
+ Ip as Tiktok,
420
+ Ym as Toggle,
421
+ li as ToolCard,
422
+ mi as ToolkitCard,
423
+ ui as ToolkitPicker,
424
+ xi as ToolkitPickerTrigger,
425
+ di as ToolkitSelectionSummary,
426
+ _m as Tooltip,
427
+ $m as TooltipContent,
428
+ oi as TooltipProvider,
429
+ ri as TooltipTrigger,
430
+ Fp as Trello,
431
+ Rp as Twilio,
432
+ Ep as Twitch,
433
+ Vp as Vercel,
434
+ qp as Walmart,
435
+ Jp as Weaviate,
436
+ Zp as Workday,
437
+ Up as Wrike,
438
+ jp as X,
439
+ _p as Xero,
440
+ oa as Youtube,
441
+ ea as Zendesk,
442
+ pa as Zoom,
439
443
  w as badgeVariants,
440
444
  z as buttonVariants,
441
- Zm as toggleVariants,
442
- Dm as useSidebar
445
+ jm as toggleVariants,
446
+ km as useSidebar
443
447
  };
@@ -1,5 +1,5 @@
1
1
  import { EmptyState as e } from "./empty-state.js";
2
- import { R as m, T as a } from "../../../toolkit-card-fWmjBnBQ.js";
2
+ import { R as m, T as a } from "../../../toolkit-card-DgjPGtsJ.js";
3
3
  import { ToolCard as p } from "./tool-card.js";
4
4
  import { ToolkitPickerTrigger as f } from "./toolkit-picker-trigger.js";
5
5
  import { ToolkitSelectionSummary as x } from "./toolkit-selection-summary.js";
@@ -7,11 +7,11 @@ import "../atoms/byoc-badge.js";
7
7
  import "../atoms/chart.js";
8
8
  import "../atoms/mobile-tooltip.js";
9
9
  import "../atoms/pro-badge.js";
10
- import "../../../react-resizable-panels.browser-ZHjTH32c.js";
10
+ import "../../../react-resizable-panels.browser-DggUboAp.js";
11
11
  import "../atoms/sidebar.js";
12
12
  import "../atoms/table.js";
13
13
  import "../atoms/tooltip.js";
14
- import { O as n, R as q, S as x } from "../../../toolkit-card-fWmjBnBQ.js";
14
+ import { O as n, R as q, S as x } from "../../../toolkit-card-DgjPGtsJ.js";
15
15
  import "./tool-card.js";
16
16
  import "../../../metadata/toolkits.js";
17
17
  import "../organisms/toolkit-picker/hooks/use-toolkit-picker.js";
@@ -6,7 +6,7 @@ import "../atoms/card.js";
6
6
  import "../atoms/checkbox.js";
7
7
  import "../atoms/view-tools-control.js";
8
8
  import "../../../utils-Db4QWi-E.js";
9
- import { T as k } from "../../../toolkit-card-fWmjBnBQ.js";
9
+ import { T as k } from "../../../toolkit-card-DgjPGtsJ.js";
10
10
  import "../utils/memo.js";
11
11
  export {
12
12
  k as ToolkitCard
@@ -3,11 +3,11 @@ import { Package as u, X as y, CheckSquare as C } from "lucide-react";
3
3
  import { Button as x } from "../atoms/button.js";
4
4
  import { MobileTooltip as p, MobileTooltipTrigger as g, MobileTooltipContent as f } from "../atoms/mobile-tooltip.js";
5
5
  import "../atoms/chart.js";
6
- import "../../../react-resizable-panels.browser-ZHjTH32c.js";
6
+ import "../../../react-resizable-panels.browser-DggUboAp.js";
7
7
  import "../atoms/sidebar.js";
8
8
  import "react";
9
9
  import "../atoms/table.js";
10
- import "../../../toolkit-card-fWmjBnBQ.js";
10
+ import "../../../toolkit-card-DgjPGtsJ.js";
11
11
  import "./tool-card.js";
12
12
  import { getToolkitIcon as z } from "../atoms/icons/utils.js";
13
13
  import "../organisms/toolkit-picker/hooks/use-toolkit-picker.js";
@@ -3,11 +3,11 @@ import { Search as i } from "lucide-react";
3
3
  import "../../../atoms/mobile-tooltip.js";
4
4
  import "../../../atoms/chart.js";
5
5
  import { Input as s } from "../../../atoms/input.js";
6
- import "../../../../../react-resizable-panels.browser-ZHjTH32c.js";
6
+ import "../../../../../react-resizable-panels.browser-DggUboAp.js";
7
7
  import "../../../atoms/sidebar.js";
8
8
  import "react";
9
9
  import "../../../atoms/table.js";
10
- import "../../../../../toolkit-card-fWmjBnBQ.js";
10
+ import "../../../../../toolkit-card-DgjPGtsJ.js";
11
11
  import "../../../molecules/tool-card.js";
12
12
  import "../../../../../metadata/toolkits.js";
13
13
  import { useToolkitPicker as m } from "../hooks/use-toolkit-picker.js";
@@ -3,11 +3,11 @@ import "lucide-react";
3
3
  import { Button as n } from "../../../atoms/button.js";
4
4
  import "../../../atoms/mobile-tooltip.js";
5
5
  import "../../../atoms/chart.js";
6
- import "../../../../../react-resizable-panels.browser-ZHjTH32c.js";
6
+ import "../../../../../react-resizable-panels.browser-DggUboAp.js";
7
7
  import "../../../atoms/sidebar.js";
8
8
  import "react";
9
9
  import "../../../atoms/table.js";
10
- import "../../../../../toolkit-card-fWmjBnBQ.js";
10
+ import "../../../../../toolkit-card-DgjPGtsJ.js";
11
11
  import "../../../molecules/tool-card.js";
12
12
  import "../../../../../metadata/toolkits.js";
13
13
  import "../hooks/use-toolkit-picker.js";