@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.
- package/README.md +154 -13
- package/dist/assets/fonts.css +1 -1
- package/dist/assets/icons/microsoft-excel.js +35 -0
- package/dist/assets/icons/{one-drive.js → microsoft-onedrive.js} +3 -3
- package/dist/assets/icons/microsoft-powerpoint.js +121 -0
- package/dist/assets/icons/microsoft-word.js +32 -0
- package/dist/assets/index.css +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/variables.css +1 -1
- package/dist/{calendar-w1IATMME.js → calendar-cxv-TTEh.js} +10 -10
- package/dist/components/index.js +264 -258
- package/dist/components/ui/atoms/accordion.d.ts +1 -1
- package/dist/components/ui/atoms/accordion.d.ts.map +1 -1
- package/dist/components/ui/atoms/accordion.js +15 -15
- package/dist/components/ui/atoms/alert-dialog.d.ts +1 -1
- package/dist/components/ui/atoms/alert-dialog.d.ts.map +1 -1
- package/dist/components/ui/atoms/alert.d.ts.map +1 -1
- package/dist/components/ui/atoms/alert.js +1 -1
- package/dist/components/ui/atoms/avatar.d.ts +1 -1
- package/dist/components/ui/atoms/avatar.d.ts.map +1 -1
- package/dist/components/ui/atoms/badge.d.ts.map +1 -1
- package/dist/components/ui/atoms/badge.js +6 -6
- package/dist/components/ui/atoms/breadcrumb.d.ts.map +1 -1
- package/dist/components/ui/atoms/breadcrumb.js +5 -5
- package/dist/components/ui/atoms/button.d.ts.map +1 -1
- package/dist/components/ui/atoms/button.js +6 -6
- package/dist/components/ui/atoms/byoc-badge.d.ts.map +1 -1
- package/dist/components/ui/atoms/byoc-badge.js +6 -6
- package/dist/components/ui/atoms/calendar.d.ts +1 -1
- package/dist/components/ui/atoms/calendar.d.ts.map +1 -1
- package/dist/components/ui/atoms/calendar.js +3 -3
- package/dist/components/ui/atoms/card.d.ts.map +1 -1
- package/dist/components/ui/atoms/chart.d.ts.map +1 -1
- package/dist/components/ui/atoms/chart.js +1 -1
- package/dist/components/ui/atoms/checkbox.d.ts +1 -1
- package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
- package/dist/components/ui/atoms/checkbox.js +13 -13
- package/dist/components/ui/atoms/collapsible.d.ts +1 -1
- package/dist/components/ui/atoms/collapsible.d.ts.map +1 -1
- package/dist/components/ui/atoms/command.d.ts +1 -1
- package/dist/components/ui/atoms/command.d.ts.map +1 -1
- package/dist/components/ui/atoms/command.js +28 -28
- package/dist/components/ui/atoms/dialog.d.ts +1 -1
- package/dist/components/ui/atoms/dialog.d.ts.map +1 -1
- package/dist/components/ui/atoms/dialog.js +10 -10
- package/dist/components/ui/atoms/dropdown-menu.d.ts +1 -1
- package/dist/components/ui/atoms/dropdown-menu.d.ts.map +1 -1
- package/dist/components/ui/atoms/dropdown-menu.js +27 -27
- package/dist/components/ui/atoms/form.d.ts +2 -3
- package/dist/components/ui/atoms/form.d.ts.map +1 -1
- package/dist/components/ui/atoms/form.js +12 -10
- package/dist/components/ui/atoms/hover-card.d.ts +1 -1
- package/dist/components/ui/atoms/hover-card.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.d.ts +4 -1
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +164 -158
- package/dist/components/ui/atoms/icons/microsoft-excel.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-excel.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/microsoft-excel.js +285 -0
- package/dist/components/ui/atoms/icons/microsoft-onedrive.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-onedrive.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/{one-drive.js → microsoft-onedrive.js} +3 -3
- package/dist/components/ui/atoms/icons/microsoft-powerpoint.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-powerpoint.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/microsoft-powerpoint.js +334 -0
- package/dist/components/ui/atoms/icons/microsoft-word.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-word.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/microsoft-word.js +232 -0
- package/dist/components/ui/atoms/index.js +270 -264
- package/dist/components/ui/atoms/input.d.ts.map +1 -1
- package/dist/components/ui/atoms/label.d.ts +1 -1
- package/dist/components/ui/atoms/label.d.ts.map +1 -1
- package/dist/components/ui/atoms/mobile-tooltip.d.ts +7 -6
- package/dist/components/ui/atoms/mobile-tooltip.d.ts.map +1 -1
- package/dist/components/ui/atoms/popover.d.ts +1 -1
- package/dist/components/ui/atoms/popover.d.ts.map +1 -1
- package/dist/components/ui/atoms/pro-badge.d.ts.map +1 -1
- package/dist/components/ui/atoms/pro-badge.js +6 -6
- package/dist/components/ui/atoms/progress.d.ts +1 -1
- package/dist/components/ui/atoms/progress.d.ts.map +1 -1
- package/dist/components/ui/atoms/radio-group.d.ts +1 -1
- package/dist/components/ui/atoms/radio-group.d.ts.map +1 -1
- package/dist/components/ui/atoms/radio-group.js +13 -13
- package/dist/components/ui/atoms/resizable.d.ts.map +1 -1
- package/dist/components/ui/atoms/resizable.js +1 -1
- package/dist/components/ui/atoms/scroll-area.d.ts +1 -1
- package/dist/components/ui/atoms/scroll-area.d.ts.map +1 -1
- package/dist/components/ui/atoms/select.d.ts +1 -1
- package/dist/components/ui/atoms/select.d.ts.map +1 -1
- package/dist/components/ui/atoms/select.js +36 -36
- package/dist/components/ui/atoms/separator.d.ts +1 -1
- package/dist/components/ui/atoms/separator.d.ts.map +1 -1
- package/dist/components/ui/atoms/sheet.d.ts +1 -1
- package/dist/components/ui/atoms/sheet.d.ts.map +1 -1
- package/dist/components/ui/atoms/sheet.js +10 -10
- package/dist/components/ui/atoms/sidebar.d.ts +1 -1
- package/dist/components/ui/atoms/sidebar.d.ts.map +1 -1
- package/dist/components/ui/atoms/sidebar.js +24 -24
- package/dist/components/ui/atoms/slider.d.ts +1 -1
- package/dist/components/ui/atoms/slider.d.ts.map +1 -1
- package/dist/components/ui/atoms/slider.js +1 -1
- package/dist/components/ui/atoms/switch.d.ts +1 -1
- package/dist/components/ui/atoms/switch.d.ts.map +1 -1
- package/dist/components/ui/atoms/table.d.ts.map +1 -1
- package/dist/components/ui/atoms/tabs.d.ts +1 -1
- package/dist/components/ui/atoms/tabs.d.ts.map +1 -1
- package/dist/components/ui/atoms/textarea.d.ts.map +1 -1
- package/dist/components/ui/atoms/toggle.d.ts +1 -1
- package/dist/components/ui/atoms/toggle.d.ts.map +1 -1
- package/dist/components/ui/atoms/toggle.js +12 -12
- package/dist/components/ui/atoms/tooltip.d.ts +1 -1
- package/dist/components/ui/atoms/tooltip.d.ts.map +1 -1
- package/dist/components/ui/atoms/view-tools-control.d.ts.map +1 -1
- package/dist/components/ui/atoms/view-tools-control.js +10 -10
- package/dist/components/ui/blocks/demo.d.ts +2 -0
- package/dist/components/ui/blocks/demo.d.ts.map +1 -0
- package/dist/components/ui/blocks/demo.js +186 -0
- package/dist/components/ui/index.js +264 -258
- package/dist/components/ui/molecules/date-time-picker.d.ts +1 -1
- package/dist/components/ui/molecules/date-time-picker.d.ts.map +1 -1
- package/dist/components/ui/molecules/date-time-picker.js +14 -14
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.d.ts.map +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +3 -3
- package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/tool-card.js +16 -16
- package/dist/components/ui/molecules/toolkit-card.d.ts +1 -1
- package/dist/components/ui/molecules/toolkit-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/toolkit-card.js +4 -4
- package/dist/components/ui/molecules/toolkit-picker-trigger.d.ts.map +1 -1
- package/dist/components/ui/molecules/toolkit-picker-trigger.js +13 -13
- package/dist/components/ui/molecules/toolkit-selection-summary.d.ts.map +1 -1
- package/dist/components/ui/molecules/toolkit-selection-summary.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/action-buttons.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/filter-badges.js +10 -10
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +7 -7
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts +1 -1
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/index.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +34 -34
- package/dist/components/ui/organisms/toolkit-picker/utils/toolkit-grouping.d.ts.map +1 -1
- package/dist/lib/arcade/arcade.d.ts.map +1 -1
- package/dist/main.js +319 -313
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +150 -144
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +45 -6
- package/dist/{toolkit-card-Cmp_yG03.js → toolkit-card-BTFS_2j_.js} +13 -13
- package/package.json +8 -34
- package/dist/components/ui/atoms/icons/one-drive.d.ts +0 -4
- 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
|
|
4
|
-
import { Avatar as
|
|
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
|
|
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-
|
|
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
|
|
15
|
-
import { Dialog as Po, DialogClose as
|
|
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
|
|
26
|
-
import { Attio as
|
|
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
|
|
30
|
-
import { Basecamp as
|
|
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
|
|
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
|
|
53
|
-
import { DigitalOcean as
|
|
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
|
|
57
|
-
import { Ebay as
|
|
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
|
|
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
|
|
80
|
-
import { GoogleNews as
|
|
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
|
|
84
|
-
import { Goose as
|
|
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
|
|
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 {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
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
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
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
|
-
|
|
216
|
-
|
|
218
|
+
cr as Atlassian,
|
|
219
|
+
Sr as Attio,
|
|
217
220
|
Cr as Auth0,
|
|
218
|
-
|
|
221
|
+
M as Avatar,
|
|
219
222
|
P as AvatarFallback,
|
|
220
|
-
|
|
223
|
+
h as AvatarImage,
|
|
221
224
|
Dr as Azure,
|
|
222
225
|
B as Badge,
|
|
223
|
-
|
|
224
|
-
|
|
226
|
+
Mr as Bamboohr,
|
|
227
|
+
hr as Basecamp,
|
|
225
228
|
Br as Bill,
|
|
226
229
|
Gr as Bitbucket,
|
|
227
230
|
Rr as Bluesky,
|
|
228
|
-
|
|
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
|
-
|
|
234
|
-
|
|
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
|
-
|
|
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
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
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
|
-
|
|
285
|
-
|
|
287
|
+
ce as Datadog,
|
|
288
|
+
nf as DateTimePicker,
|
|
286
289
|
Po as Dialog,
|
|
287
|
-
|
|
288
|
-
|
|
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
|
-
|
|
296
|
-
|
|
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
|
-
|
|
315
|
-
|
|
316
|
-
|
|
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
|
-
|
|
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
|
-
|
|
339
|
-
|
|
341
|
+
ct as GoogleMaps,
|
|
342
|
+
St as GoogleNews,
|
|
340
343
|
Ct as GoogleSheets,
|
|
341
344
|
Dt as GoogleShopping,
|
|
342
|
-
|
|
343
|
-
|
|
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
|
-
|
|
351
|
-
|
|
353
|
+
wt as Imgflip,
|
|
354
|
+
nm as Input,
|
|
352
355
|
Ht as Intercom,
|
|
353
356
|
Et as Jira,
|
|
354
|
-
|
|
357
|
+
um as Label,
|
|
355
358
|
Ft as Linear,
|
|
356
359
|
Ut as Linkedin,
|
|
357
360
|
zt as Luma,
|
|
358
|
-
|
|
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
|
|
364
|
-
rp as
|
|
365
|
-
tp as
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
Dp as
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
Hp as
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
la as
|
|
466
|
-
na as
|
|
467
|
-
ua as
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
Ga as
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
Ea as
|
|
508
|
-
Fa as
|
|
509
|
-
Ua as
|
|
510
|
-
za as
|
|
511
|
-
Za as
|
|
512
|
-
Ka as
|
|
513
|
-
Xa as
|
|
514
|
-
Ya as
|
|
515
|
-
$a as
|
|
516
|
-
rm as
|
|
517
|
-
tm as
|
|
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
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
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
|
};
|