@arcadeai/design-system 2.1.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/index.css +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/variables.css +1 -1
- package/dist/components/index.js +211 -209
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.js +94 -92
- package/dist/components/ui/atoms/icons/mongodb.d.ts +3 -0
- package/dist/components/ui/atoms/icons/mongodb.js +39 -0
- package/dist/components/ui/atoms/index.js +187 -185
- package/dist/components/ui/index.js +211 -209
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +1 -1
- package/dist/components/ui/molecules/tool-card.js +24 -24
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-selection-summary.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/action-buttons.d.ts +6 -0
- package/dist/components/ui/organisms/toolkit-picker/components/action-buttons.js +54 -0
- package/dist/components/ui/organisms/toolkit-picker/components/filter-badges.d.ts +1 -0
- package/dist/components/ui/organisms/toolkit-picker/components/filter-badges.js +92 -0
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +52 -18
- 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.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.d.ts +6 -0
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +90 -0
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.d.ts +6 -0
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +97 -0
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +105 -302
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.test.js +642 -622
- package/dist/main.js +218 -216
- package/dist/metadata/toolkits.js +98 -82
- package/dist/{toolkit-card-DgjPGtsJ.js → toolkit-card-BWuG_NJi.js} +27 -27
- package/package.json +4 -3
package/dist/main.js
CHANGED
|
@@ -85,77 +85,78 @@ import { MicrosoftSharepoint as ht } from "./components/ui/atoms/icons/microsoft
|
|
|
85
85
|
import { MicrosoftTeams as Bt } from "./components/ui/atoms/icons/microsoft-teams.js";
|
|
86
86
|
import { Miro as It } from "./components/ui/atoms/icons/miro.js";
|
|
87
87
|
import { Monday as Ot } from "./components/ui/atoms/icons/monday.js";
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
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 {
|
|
88
|
+
import { MongoDB as vt } from "./components/ui/atoms/icons/mongodb.js";
|
|
89
|
+
import { Netsuite as Ht } from "./components/ui/atoms/icons/netsuite.js";
|
|
90
|
+
import { Notion as Lt } from "./components/ui/atoms/icons/notion.js";
|
|
91
|
+
import { Oauth as Ft } from "./components/ui/atoms/icons/oauth.js";
|
|
92
|
+
import { Obsidian as _t } from "./components/ui/atoms/icons/obsidian.js";
|
|
93
|
+
import { Okta as zt } from "./components/ui/atoms/icons/okta.js";
|
|
94
|
+
import { OneDrive as Wt } from "./components/ui/atoms/icons/one-drive.js";
|
|
95
|
+
import { OutlookCalendar as Jt } from "./components/ui/atoms/icons/outlook-calendar.js";
|
|
96
|
+
import { OutlookMail as Xt } from "./components/ui/atoms/icons/outlook-mail.js";
|
|
97
|
+
import { Pinecone as Qt } from "./components/ui/atoms/icons/pinecone.js";
|
|
98
|
+
import { Pinterest as jt } from "./components/ui/atoms/icons/pinterest.js";
|
|
99
|
+
import { Pipedrive as op } from "./components/ui/atoms/icons/pipedrive.js";
|
|
100
|
+
import { Plaid as ep } from "./components/ui/atoms/icons/plaid.js";
|
|
101
|
+
import { Postgres as pp } from "./components/ui/atoms/icons/postgres.js";
|
|
102
|
+
import { Quickbooks as mp } from "./components/ui/atoms/icons/quickbooks.js";
|
|
103
|
+
import { Reddit as lp } from "./components/ui/atoms/icons/reddit.js";
|
|
104
|
+
import { Salesforce as xp } from "./components/ui/atoms/icons/salesforce.js";
|
|
105
|
+
import { Shopify as dp } from "./components/ui/atoms/icons/shopify.js";
|
|
106
|
+
import { Singlestore as up } from "./components/ui/atoms/icons/singlestore.js";
|
|
107
|
+
import { Slack as Sp } from "./components/ui/atoms/icons/slack.js";
|
|
108
|
+
import { Snowflake as sp } from "./components/ui/atoms/icons/snowflake.js";
|
|
109
|
+
import { Splunk as Tp } from "./components/ui/atoms/icons/splunk.js";
|
|
110
|
+
import { Spotify as Ap } from "./components/ui/atoms/icons/spotify.js";
|
|
111
|
+
import { Square as hp } from "./components/ui/atoms/icons/square.js";
|
|
112
|
+
import { Squarespace as Bp } from "./components/ui/atoms/icons/squarespace.js";
|
|
113
|
+
import { Stripe as Ip } from "./components/ui/atoms/icons/stripe.js";
|
|
114
|
+
import { Tesla as Op } from "./components/ui/atoms/icons/tesla.js";
|
|
115
|
+
import { Tiktok as vp } from "./components/ui/atoms/icons/tiktok.js";
|
|
116
|
+
import { Trello as Hp } from "./components/ui/atoms/icons/trello.js";
|
|
117
|
+
import { Twilio as Lp } from "./components/ui/atoms/icons/twilio.js";
|
|
118
|
+
import { Twitch as Fp } from "./components/ui/atoms/icons/twitch.js";
|
|
119
|
+
import { Vercel as _p } from "./components/ui/atoms/icons/vercel.js";
|
|
120
|
+
import { Walmart as zp } from "./components/ui/atoms/icons/walmart.js";
|
|
121
|
+
import { Weaviate as Wp } from "./components/ui/atoms/icons/weaviate.js";
|
|
122
|
+
import { Workday as Jp } from "./components/ui/atoms/icons/workday.js";
|
|
123
|
+
import { Wrike as Xp } from "./components/ui/atoms/icons/wrike.js";
|
|
124
|
+
import { X as Qp } from "./components/ui/atoms/icons/x.js";
|
|
125
|
+
import { Xero as jp } from "./components/ui/atoms/icons/xero.js";
|
|
126
|
+
import { Youtube as oa } from "./components/ui/atoms/icons/youtube.js";
|
|
127
|
+
import { Zendesk as ea } from "./components/ui/atoms/icons/zendesk.js";
|
|
128
|
+
import { Zoom as pa } from "./components/ui/atoms/icons/zoom.js";
|
|
129
|
+
import { Input as ma } from "./components/ui/atoms/input.js";
|
|
130
|
+
import { Label as la } from "./components/ui/atoms/label.js";
|
|
131
|
+
import { MobileTooltip as xa, MobileTooltipContent as na, MobileTooltipProvider as da, MobileTooltipTrigger as ga } from "./components/ui/atoms/mobile-tooltip.js";
|
|
132
|
+
import { Popover as ba, PopoverAnchor as Sa, PopoverContent as ca, PopoverTrigger as sa } from "./components/ui/atoms/popover.js";
|
|
133
|
+
import { ProBadge as Ta } from "./components/ui/atoms/pro-badge.js";
|
|
134
|
+
import { Progress as Aa } from "./components/ui/atoms/progress.js";
|
|
135
|
+
import { RadioGroup as ha, RadioGroupItem as Pa } from "./components/ui/atoms/radio-group.js";
|
|
136
|
+
import { ResizableHandle as Ga, ResizablePanel as Ia, ResizablePanelGroup as ka } from "./components/ui/atoms/resizable.js";
|
|
137
|
+
import { ScrollArea as Ra, ScrollBar as va } from "./components/ui/atoms/scroll-area.js";
|
|
138
|
+
import { Select as Ha, SelectContent as ya, SelectGroup as La, SelectItem as Ea, SelectLabel as Fa, SelectScrollDownButton as Ua, SelectScrollUpButton as _a, SelectSeparator as Va, SelectTrigger as za, SelectValue as Na } from "./components/ui/atoms/select.js";
|
|
139
|
+
import { Separator as qa } from "./components/ui/atoms/separator.js";
|
|
140
|
+
import { Sheet as Ka, SheetClose as Xa, SheetContent as Za, SheetDescription as Qa, SheetFooter as Ya, SheetHeader as ja, SheetTitle as $a, SheetTrigger as om } from "./components/ui/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 Am, SidebarSeparator as Mm, SidebarTrigger as hm, useSidebar as Pm } from "./components/ui/atoms/sidebar.js";
|
|
142
|
+
import { Skeleton as Gm } from "./components/ui/atoms/skeleton.js";
|
|
143
|
+
import { Slider as km } from "./components/ui/atoms/slider.js";
|
|
144
|
+
import { Switch as Rm } from "./components/ui/atoms/switch.js";
|
|
145
|
+
import { Table as wm, TableBody as Hm, TableCaption as ym, TableCell as Lm, TableFooter as Em, TableHead as Fm, TableHeader as Um, TableRow as _m } from "./components/ui/atoms/table.js";
|
|
146
|
+
import { Tabs as zm, TabsContent as Nm, TabsList as Wm, TabsTrigger as qm } from "./components/ui/atoms/tabs.js";
|
|
147
|
+
import { Textarea as Km } from "./components/ui/atoms/textarea.js";
|
|
148
|
+
import { Toggle as Zm, toggleVariants as Qm } from "./components/ui/atoms/toggle.js";
|
|
149
|
+
import { Tooltip as jm, TooltipContent as $m, TooltipProvider as oi, TooltipTrigger as ri } from "./components/ui/atoms/tooltip.js";
|
|
150
|
+
import { EmptyState as ti } from "./components/ui/molecules/empty-state.js";
|
|
151
|
+
import { R as ai, T as mi } from "./toolkit-card-BWuG_NJi.js";
|
|
152
|
+
import { ToolCard as li } from "./components/ui/molecules/tool-card.js";
|
|
153
|
+
import { ToolkitPickerTrigger as xi } from "./components/ui/molecules/toolkit-picker-trigger.js";
|
|
154
|
+
import { ToolkitSelectionSummary as di } from "./components/ui/molecules/toolkit-selection-summary.js";
|
|
155
|
+
import { ToolkitPicker as ui } from "./components/ui/organisms/toolkit-picker/index.js";
|
|
156
|
+
import { PUBLIC_ICON_URL as Si } from "./metadata/constants.js";
|
|
157
|
+
import { OAUTH2_PROVIDER as si, OAUTH_PROVIDERS as Ci, OAUTH_PROVIDER_CATALOGUE as Ti, OAuthId as Di, OAuthProviderId as Ai, OTHER_OAUTH_PROVIDERS as Mi, PREBUILT_OAUTH_PROVIDERS as hi } from "./metadata/oauth-providers.js";
|
|
158
|
+
import { CATEGORIES as Bi, TOOLKITS as Gi, TOOLKIT_CATALOGUE as Ii } from "./metadata/toolkits.js";
|
|
159
|
+
import { findPrebuiltProviderById as Oi, findPrebuiltProviderByProviderId as Ri, isPrebuiltProvider as vi } from "./metadata/utils.js";
|
|
159
160
|
export {
|
|
160
161
|
e as Accordion,
|
|
161
162
|
t as AccordionContent,
|
|
@@ -207,7 +208,7 @@ export {
|
|
|
207
208
|
Hr as Buffer,
|
|
208
209
|
F as Button,
|
|
209
210
|
V as ByocBadge,
|
|
210
|
-
|
|
211
|
+
Bi as CATEGORIES,
|
|
211
212
|
Lr as Calendly,
|
|
212
213
|
N as Card,
|
|
213
214
|
W as CardAction,
|
|
@@ -272,7 +273,7 @@ export {
|
|
|
272
273
|
Jo as DropdownMenuTrigger,
|
|
273
274
|
pe as E2b,
|
|
274
275
|
me as Ebay,
|
|
275
|
-
|
|
276
|
+
ti as EmptyState,
|
|
276
277
|
le as Evernote,
|
|
277
278
|
xe as Factorial,
|
|
278
279
|
de as Figma,
|
|
@@ -303,10 +304,10 @@ export {
|
|
|
303
304
|
Qo as HoverCardTrigger,
|
|
304
305
|
pt as Hubspot,
|
|
305
306
|
mt as Imgflip,
|
|
306
|
-
|
|
307
|
+
ma as Input,
|
|
307
308
|
lt as Intercom,
|
|
308
309
|
xt as Jira,
|
|
309
|
-
|
|
310
|
+
la as Label,
|
|
310
311
|
dt as Linear,
|
|
311
312
|
ut as Linkedin,
|
|
312
313
|
St as Mailchimp,
|
|
@@ -316,148 +317,149 @@ export {
|
|
|
316
317
|
ht as MicrosoftSharepoint,
|
|
317
318
|
Bt as MicrosoftTeams,
|
|
318
319
|
It as Miro,
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
320
|
+
xa as MobileTooltip,
|
|
321
|
+
na as MobileTooltipContent,
|
|
322
|
+
da as MobileTooltipProvider,
|
|
323
|
+
ga as MobileTooltipTrigger,
|
|
323
324
|
Ot as Monday,
|
|
324
|
-
vt as
|
|
325
|
-
Ht as
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
Ft as
|
|
334
|
-
_t as
|
|
335
|
-
zt as
|
|
336
|
-
Wt as
|
|
337
|
-
Jt as
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
Qt as
|
|
342
|
-
jt as
|
|
343
|
-
op as
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
Ta as
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
va as
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
Na as
|
|
373
|
-
qa as
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
sp as
|
|
411
|
-
Tp as
|
|
412
|
-
Ap as
|
|
413
|
-
hp as
|
|
414
|
-
Bp as
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
_m as
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
xi as
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
Hp as
|
|
445
|
-
Lp as
|
|
446
|
-
Fp as
|
|
447
|
-
_p as
|
|
448
|
-
zp as
|
|
449
|
-
Wp as
|
|
450
|
-
Jp as
|
|
451
|
-
Xp as
|
|
452
|
-
Qp as
|
|
453
|
-
jp as
|
|
454
|
-
oa as
|
|
455
|
-
ea as
|
|
325
|
+
vt as MongoDB,
|
|
326
|
+
Ht as Netsuite,
|
|
327
|
+
Lt as Notion,
|
|
328
|
+
si as OAUTH2_PROVIDER,
|
|
329
|
+
Ci as OAUTH_PROVIDERS,
|
|
330
|
+
Ti as OAUTH_PROVIDER_CATALOGUE,
|
|
331
|
+
Di as OAuthId,
|
|
332
|
+
Ai as OAuthProviderId,
|
|
333
|
+
Mi as OTHER_OAUTH_PROVIDERS,
|
|
334
|
+
Ft as Oauth,
|
|
335
|
+
_t as Obsidian,
|
|
336
|
+
zt as Okta,
|
|
337
|
+
Wt as OneDrive,
|
|
338
|
+
Jt as OutlookCalendar,
|
|
339
|
+
Xt as OutlookMail,
|
|
340
|
+
hi as PREBUILT_OAUTH_PROVIDERS,
|
|
341
|
+
Si as PUBLIC_ICON_URL,
|
|
342
|
+
Qt as Pinecone,
|
|
343
|
+
jt as Pinterest,
|
|
344
|
+
op as Pipedrive,
|
|
345
|
+
ep as Plaid,
|
|
346
|
+
ba as Popover,
|
|
347
|
+
Sa as PopoverAnchor,
|
|
348
|
+
ca as PopoverContent,
|
|
349
|
+
sa as PopoverTrigger,
|
|
350
|
+
pp as Postgres,
|
|
351
|
+
Ta as ProBadge,
|
|
352
|
+
Aa as Progress,
|
|
353
|
+
mp as Quickbooks,
|
|
354
|
+
ha as RadioGroup,
|
|
355
|
+
Pa as RadioGroupItem,
|
|
356
|
+
lp as Reddit,
|
|
357
|
+
ai as RequirementBadges,
|
|
358
|
+
Ga as ResizableHandle,
|
|
359
|
+
Ia as ResizablePanel,
|
|
360
|
+
ka as ResizablePanelGroup,
|
|
361
|
+
xp as Salesforce,
|
|
362
|
+
Ra as ScrollArea,
|
|
363
|
+
va as ScrollBar,
|
|
364
|
+
Ha as Select,
|
|
365
|
+
ya as SelectContent,
|
|
366
|
+
La as SelectGroup,
|
|
367
|
+
Ea as SelectItem,
|
|
368
|
+
Fa as SelectLabel,
|
|
369
|
+
Ua as SelectScrollDownButton,
|
|
370
|
+
_a as SelectScrollUpButton,
|
|
371
|
+
Va as SelectSeparator,
|
|
372
|
+
za as SelectTrigger,
|
|
373
|
+
Na as SelectValue,
|
|
374
|
+
qa as Separator,
|
|
375
|
+
Ka as Sheet,
|
|
376
|
+
Xa as SheetClose,
|
|
377
|
+
Za as SheetContent,
|
|
378
|
+
Qa as SheetDescription,
|
|
379
|
+
Ya as SheetFooter,
|
|
380
|
+
ja as SheetHeader,
|
|
381
|
+
$a as SheetTitle,
|
|
382
|
+
om as SheetTrigger,
|
|
383
|
+
dp as Shopify,
|
|
384
|
+
em as Sidebar,
|
|
385
|
+
tm as SidebarContent,
|
|
386
|
+
pm as SidebarFooter,
|
|
387
|
+
am as SidebarGroup,
|
|
388
|
+
mm as SidebarGroupAction,
|
|
389
|
+
im as SidebarGroupContent,
|
|
390
|
+
lm as SidebarGroupLabel,
|
|
391
|
+
fm as SidebarHeader,
|
|
392
|
+
xm as SidebarInput,
|
|
393
|
+
nm as SidebarInset,
|
|
394
|
+
dm as SidebarMenu,
|
|
395
|
+
gm as SidebarMenuAction,
|
|
396
|
+
um as SidebarMenuBadge,
|
|
397
|
+
bm as SidebarMenuButton,
|
|
398
|
+
Sm as SidebarMenuItem,
|
|
399
|
+
cm as SidebarMenuSkeleton,
|
|
400
|
+
sm as SidebarMenuSub,
|
|
401
|
+
Cm as SidebarMenuSubButton,
|
|
402
|
+
Tm as SidebarMenuSubItem,
|
|
403
|
+
Dm as SidebarProvider,
|
|
404
|
+
Am as SidebarRail,
|
|
405
|
+
Mm as SidebarSeparator,
|
|
406
|
+
hm as SidebarTrigger,
|
|
407
|
+
up as Singlestore,
|
|
408
|
+
Gm as Skeleton,
|
|
409
|
+
Sp as Slack,
|
|
410
|
+
km as Slider,
|
|
411
|
+
sp as Snowflake,
|
|
412
|
+
Tp as Splunk,
|
|
413
|
+
Ap as Spotify,
|
|
414
|
+
hp as Square,
|
|
415
|
+
Bp as Squarespace,
|
|
416
|
+
Ip as Stripe,
|
|
417
|
+
Rm as Switch,
|
|
418
|
+
Gi as TOOLKITS,
|
|
419
|
+
Ii as TOOLKIT_CATALOGUE,
|
|
420
|
+
wm as Table,
|
|
421
|
+
Hm as TableBody,
|
|
422
|
+
ym as TableCaption,
|
|
423
|
+
Lm as TableCell,
|
|
424
|
+
Em as TableFooter,
|
|
425
|
+
Fm as TableHead,
|
|
426
|
+
Um as TableHeader,
|
|
427
|
+
_m as TableRow,
|
|
428
|
+
zm as Tabs,
|
|
429
|
+
Nm as TabsContent,
|
|
430
|
+
Wm as TabsList,
|
|
431
|
+
qm as TabsTrigger,
|
|
432
|
+
Op as Tesla,
|
|
433
|
+
Km as Textarea,
|
|
434
|
+
vp as Tiktok,
|
|
435
|
+
Zm as Toggle,
|
|
436
|
+
li as ToolCard,
|
|
437
|
+
mi as ToolkitCard,
|
|
438
|
+
ui as ToolkitPicker,
|
|
439
|
+
xi as ToolkitPickerTrigger,
|
|
440
|
+
di as ToolkitSelectionSummary,
|
|
441
|
+
jm as Tooltip,
|
|
442
|
+
$m as TooltipContent,
|
|
443
|
+
oi as TooltipProvider,
|
|
444
|
+
ri as TooltipTrigger,
|
|
445
|
+
Hp as Trello,
|
|
446
|
+
Lp as Twilio,
|
|
447
|
+
Fp as Twitch,
|
|
448
|
+
_p as Vercel,
|
|
449
|
+
zp as Walmart,
|
|
450
|
+
Wp as Weaviate,
|
|
451
|
+
Jp as Workday,
|
|
452
|
+
Xp as Wrike,
|
|
453
|
+
Qp as X,
|
|
454
|
+
jp as Xero,
|
|
455
|
+
oa as Youtube,
|
|
456
|
+
ea as Zendesk,
|
|
457
|
+
pa as Zoom,
|
|
456
458
|
I as badgeVariants,
|
|
457
459
|
U as buttonVariants,
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
460
|
+
Oi as findPrebuiltProviderById,
|
|
461
|
+
Ri as findPrebuiltProviderByProviderId,
|
|
462
|
+
vi as isPrebuiltProvider,
|
|
463
|
+
Qm as toggleVariants,
|
|
464
|
+
Pm as useSidebar
|
|
463
465
|
};
|