@arcadeai/design-system 2.0.0 → 2.1.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 +224 -222
- package/dist/components/ui/atoms/icons/imgflip.d.ts +3 -0
- package/dist/components/ui/atoms/icons/imgflip.js +35 -0
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.js +116 -114
- package/dist/components/ui/atoms/index.js +211 -209
- package/dist/components/ui/atoms/resizable.js +1 -1
- package/dist/components/ui/atoms/switch.d.ts +5 -1
- package/dist/components/ui/atoms/switch.js +98 -73
- package/dist/components/ui/index.js +224 -222
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +2 -2
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-selection-summary.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-filter.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-search.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-selection.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.test.js +2 -2
- package/dist/components/ui/utils/memo.test.js +1 -1
- package/dist/lib/arcade/arcade.test.js +1 -1
- package/dist/lib/utils.test.js +1 -1
- package/dist/{magic-string.es-QnVUNas7.js → magic-string.es-uPKorP4O.js} +7 -4
- package/dist/main.js +261 -259
- package/dist/metadata/toolkits.js +118 -102
- package/dist/{react-resizable-panels.browser-ZHjTH32c.js → react-resizable-panels.browser-DggUboAp.js} +2 -2
- package/dist/{react.esm-CAxz4dXo.js → react.esm-DUaR5u-J.js} +1 -1
- package/dist/{toolkit-card-fWmjBnBQ.js → toolkit-card-DgjPGtsJ.js} +1 -1
- package/dist/{vi.bdSIJ99Y-hyudrc3R.js → vi.bdSIJ99Y-Bs-viS39.js} +1 -1
- package/package.json +33 -33
|
@@ -72,79 +72,80 @@ import { GoogleSlides as _e } from "./icons/google-slides.js";
|
|
|
72
72
|
import { Heroku as ot } from "./icons/heroku.js";
|
|
73
73
|
import { Hootsuite as et } from "./icons/hootsuite.js";
|
|
74
74
|
import { Hubspot as pt } from "./icons/hubspot.js";
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
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 {
|
|
75
|
+
import { Imgflip as mt } from "./icons/imgflip.js";
|
|
76
|
+
import { Intercom as lt } from "./icons/intercom.js";
|
|
77
|
+
import { Jira as nt } from "./icons/jira.js";
|
|
78
|
+
import { Linear as dt } from "./icons/linear.js";
|
|
79
|
+
import { Linkedin as bt } from "./icons/linkedin.js";
|
|
80
|
+
import { Mailchimp as St } from "./icons/mailchimp.js";
|
|
81
|
+
import { Mcp as st } from "./icons/mcp.js";
|
|
82
|
+
import { Microsoft as Dt } from "./icons/microsoft.js";
|
|
83
|
+
import { MicrosoftDynamics as Mt } from "./icons/microsoft-dynamics.js";
|
|
84
|
+
import { MicrosoftSharepoint as ht } from "./icons/microsoft-sharepoint.js";
|
|
85
|
+
import { MicrosoftTeams as Bt } from "./icons/microsoft-teams.js";
|
|
86
|
+
import { Miro as wt } from "./icons/miro.js";
|
|
87
|
+
import { Monday as Pt } from "./icons/monday.js";
|
|
88
|
+
import { Netsuite as yt } from "./icons/netsuite.js";
|
|
89
|
+
import { Notion as Ft } from "./icons/notion.js";
|
|
90
|
+
import { Oauth as Rt } from "./icons/oauth.js";
|
|
91
|
+
import { Obsidian as zt } from "./icons/obsidian.js";
|
|
92
|
+
import { Okta as Vt } from "./icons/okta.js";
|
|
93
|
+
import { OneDrive as Nt } from "./icons/one-drive.js";
|
|
94
|
+
import { OutlookCalendar as Jt } from "./icons/outlook-calendar.js";
|
|
95
|
+
import { OutlookMail as Zt } from "./icons/outlook-mail.js";
|
|
96
|
+
import { Pinecone as Ut } from "./icons/pinecone.js";
|
|
97
|
+
import { Pinterest as jt } from "./icons/pinterest.js";
|
|
98
|
+
import { Pipedrive as _t } from "./icons/pipedrive.js";
|
|
99
|
+
import { Plaid as op } from "./icons/plaid.js";
|
|
100
|
+
import { Postgres as ep } from "./icons/postgres.js";
|
|
101
|
+
import { Quickbooks as pp } from "./icons/quickbooks.js";
|
|
102
|
+
import { Reddit as mp } from "./icons/reddit.js";
|
|
103
|
+
import { Salesforce as lp } from "./icons/salesforce.js";
|
|
104
|
+
import { Shopify as np } from "./icons/shopify.js";
|
|
105
|
+
import { Singlestore as dp } from "./icons/singlestore.js";
|
|
106
|
+
import { Slack as bp } from "./icons/slack.js";
|
|
107
|
+
import { Snowflake as Sp } from "./icons/snowflake.js";
|
|
108
|
+
import { Splunk as sp } from "./icons/splunk.js";
|
|
109
|
+
import { Spotify as Dp } from "./icons/spotify.js";
|
|
110
|
+
import { Square as Mp } from "./icons/square.js";
|
|
111
|
+
import { Squarespace as hp } from "./icons/squarespace.js";
|
|
112
|
+
import { Stripe as Bp } from "./icons/stripe.js";
|
|
113
|
+
import { Tesla as wp } from "./icons/tesla.js";
|
|
114
|
+
import { Tiktok as Pp } from "./icons/tiktok.js";
|
|
115
|
+
import { Trello as yp } from "./icons/trello.js";
|
|
116
|
+
import { Twilio as Fp } from "./icons/twilio.js";
|
|
117
|
+
import { Twitch as Rp } from "./icons/twitch.js";
|
|
118
|
+
import { Vercel as zp } from "./icons/vercel.js";
|
|
119
|
+
import { Walmart as Vp } from "./icons/walmart.js";
|
|
120
|
+
import { Weaviate as Np } from "./icons/weaviate.js";
|
|
121
|
+
import { Workday as Jp } from "./icons/workday.js";
|
|
122
|
+
import { Wrike as Zp } from "./icons/wrike.js";
|
|
123
|
+
import { X as Up } from "./icons/x.js";
|
|
124
|
+
import { Xero as jp } from "./icons/xero.js";
|
|
125
|
+
import { Youtube as _p } from "./icons/youtube.js";
|
|
126
|
+
import { Zendesk as oa } from "./icons/zendesk.js";
|
|
127
|
+
import { Zoom as ea } from "./icons/zoom.js";
|
|
128
|
+
import { Input as pa } from "./input.js";
|
|
129
|
+
import { Label as ma } from "./label.js";
|
|
130
|
+
import { MobileTooltip as la, MobileTooltipContent as fa, MobileTooltipProvider as na, MobileTooltipTrigger as xa } from "./mobile-tooltip.js";
|
|
131
|
+
import { Popover as ga, PopoverAnchor as ba, PopoverContent as ua, PopoverTrigger as Sa } from "./popover.js";
|
|
132
|
+
import { ProBadge as sa } from "./pro-badge.js";
|
|
133
|
+
import { Progress as Da } from "./progress.js";
|
|
134
|
+
import { RadioGroup as Ma, RadioGroupItem as Aa } from "./radio-group.js";
|
|
135
|
+
import { ResizableHandle as Ga, ResizablePanel as Ba, ResizablePanelGroup as ka } from "./resizable.js";
|
|
136
|
+
import { ScrollArea as va, ScrollBar as Pa } from "./scroll-area.js";
|
|
137
|
+
import { Select as ya, SelectContent as Ha, SelectGroup as Fa, SelectItem as La, SelectLabel as Ra, SelectScrollDownButton as Oa, SelectScrollUpButton as za, SelectSeparator as Ea, SelectTrigger as Va, SelectValue as Wa } from "./select.js";
|
|
138
|
+
import { Separator as qa } from "./separator.js";
|
|
139
|
+
import { Sheet as Xa, SheetClose as Za, SheetContent as Qa, SheetDescription as Ua, SheetFooter as Ya, SheetHeader as ja, SheetTitle as Ka, SheetTrigger as _a } from "./sheet.js";
|
|
140
|
+
import { Sidebar as om, SidebarContent as rm, SidebarFooter as em, SidebarGroup as tm, SidebarGroupAction as pm, SidebarGroupContent as am, SidebarGroupLabel as mm, SidebarHeader as im, SidebarInput as lm, SidebarInset as fm, SidebarMenu as nm, SidebarMenuAction as xm, SidebarMenuBadge as dm, SidebarMenuButton as gm, SidebarMenuItem as bm, SidebarMenuSkeleton as um, SidebarMenuSub as Sm, SidebarMenuSubButton as cm, SidebarMenuSubItem as sm, SidebarProvider as Cm, SidebarRail as Dm, SidebarSeparator as Tm, SidebarTrigger as Mm, useSidebar as Am } from "./sidebar.js";
|
|
141
|
+
import { Skeleton as Gm } from "./skeleton.js";
|
|
142
|
+
import { Slider as km } from "./slider.js";
|
|
143
|
+
import { Switch as vm } from "./switch.js";
|
|
144
|
+
import { Table as Im, TableBody as ym, TableCaption as Hm, TableCell as Fm, TableFooter as Lm, TableHead as Rm, TableHeader as Om, TableRow as zm } from "./table.js";
|
|
145
|
+
import { Tabs as Vm, TabsContent as Wm, TabsList as Nm, TabsTrigger as qm } from "./tabs.js";
|
|
146
|
+
import { Textarea as Xm } from "./textarea.js";
|
|
147
|
+
import { Toggle as Qm, toggleVariants as Um } from "./toggle.js";
|
|
148
|
+
import { Tooltip as jm, TooltipContent as Km, TooltipProvider as _m, TooltipTrigger as $m } from "./tooltip.js";
|
|
148
149
|
export {
|
|
149
150
|
e as Accordion,
|
|
150
151
|
t as AccordionContent,
|
|
@@ -289,142 +290,143 @@ export {
|
|
|
289
290
|
Yo as HoverCardContent,
|
|
290
291
|
jo as HoverCardTrigger,
|
|
291
292
|
pt as Hubspot,
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
lt as
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
dt as
|
|
298
|
-
bt as
|
|
299
|
-
St as
|
|
300
|
-
st as
|
|
301
|
-
Dt as
|
|
302
|
-
Mt as
|
|
303
|
-
ht as
|
|
304
|
-
Bt as
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
Pt as
|
|
311
|
-
yt as
|
|
312
|
-
Ft as
|
|
313
|
-
Rt as
|
|
314
|
-
zt as
|
|
315
|
-
Vt as
|
|
316
|
-
Nt as
|
|
317
|
-
Jt as
|
|
318
|
-
Zt as
|
|
319
|
-
Ut as
|
|
320
|
-
jt as
|
|
321
|
-
_t as
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
sa as
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
Pa as
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
Wa as
|
|
350
|
-
qa as
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
Sp as
|
|
388
|
-
sp as
|
|
389
|
-
Dp as
|
|
390
|
-
Mp as
|
|
391
|
-
hp as
|
|
392
|
-
|
|
393
|
-
vm as
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
zm as
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
yp as
|
|
415
|
-
Fp as
|
|
416
|
-
Rp as
|
|
417
|
-
zp as
|
|
418
|
-
Vp as
|
|
419
|
-
Np as
|
|
420
|
-
Jp as
|
|
421
|
-
Zp as
|
|
422
|
-
Up as
|
|
423
|
-
jp as
|
|
424
|
-
_p as
|
|
425
|
-
oa as
|
|
293
|
+
mt as Imgflip,
|
|
294
|
+
pa as Input,
|
|
295
|
+
lt as Intercom,
|
|
296
|
+
nt as Jira,
|
|
297
|
+
ma as Label,
|
|
298
|
+
dt as Linear,
|
|
299
|
+
bt as Linkedin,
|
|
300
|
+
St as Mailchimp,
|
|
301
|
+
st as Mcp,
|
|
302
|
+
Dt as Microsoft,
|
|
303
|
+
Mt as MicrosoftDynamics,
|
|
304
|
+
ht as MicrosoftSharepoint,
|
|
305
|
+
Bt as MicrosoftTeams,
|
|
306
|
+
wt as Miro,
|
|
307
|
+
la as MobileTooltip,
|
|
308
|
+
fa as MobileTooltipContent,
|
|
309
|
+
na as MobileTooltipProvider,
|
|
310
|
+
xa as MobileTooltipTrigger,
|
|
311
|
+
Pt as Monday,
|
|
312
|
+
yt as Netsuite,
|
|
313
|
+
Ft as Notion,
|
|
314
|
+
Rt as Oauth,
|
|
315
|
+
zt as Obsidian,
|
|
316
|
+
Vt as Okta,
|
|
317
|
+
Nt as OneDrive,
|
|
318
|
+
Jt as OutlookCalendar,
|
|
319
|
+
Zt as OutlookMail,
|
|
320
|
+
Ut as Pinecone,
|
|
321
|
+
jt as Pinterest,
|
|
322
|
+
_t as Pipedrive,
|
|
323
|
+
op as Plaid,
|
|
324
|
+
ga as Popover,
|
|
325
|
+
ba as PopoverAnchor,
|
|
326
|
+
ua as PopoverContent,
|
|
327
|
+
Sa as PopoverTrigger,
|
|
328
|
+
ep as Postgres,
|
|
329
|
+
sa as ProBadge,
|
|
330
|
+
Da as Progress,
|
|
331
|
+
pp as Quickbooks,
|
|
332
|
+
Ma as RadioGroup,
|
|
333
|
+
Aa as RadioGroupItem,
|
|
334
|
+
mp as Reddit,
|
|
335
|
+
Ga as ResizableHandle,
|
|
336
|
+
Ba as ResizablePanel,
|
|
337
|
+
ka as ResizablePanelGroup,
|
|
338
|
+
lp as Salesforce,
|
|
339
|
+
va as ScrollArea,
|
|
340
|
+
Pa as ScrollBar,
|
|
341
|
+
ya as Select,
|
|
342
|
+
Ha as SelectContent,
|
|
343
|
+
Fa as SelectGroup,
|
|
344
|
+
La as SelectItem,
|
|
345
|
+
Ra as SelectLabel,
|
|
346
|
+
Oa as SelectScrollDownButton,
|
|
347
|
+
za as SelectScrollUpButton,
|
|
348
|
+
Ea as SelectSeparator,
|
|
349
|
+
Va as SelectTrigger,
|
|
350
|
+
Wa as SelectValue,
|
|
351
|
+
qa as Separator,
|
|
352
|
+
Xa as Sheet,
|
|
353
|
+
Za as SheetClose,
|
|
354
|
+
Qa as SheetContent,
|
|
355
|
+
Ua as SheetDescription,
|
|
356
|
+
Ya as SheetFooter,
|
|
357
|
+
ja as SheetHeader,
|
|
358
|
+
Ka as SheetTitle,
|
|
359
|
+
_a as SheetTrigger,
|
|
360
|
+
np as Shopify,
|
|
361
|
+
om as Sidebar,
|
|
362
|
+
rm as SidebarContent,
|
|
363
|
+
em as SidebarFooter,
|
|
364
|
+
tm as SidebarGroup,
|
|
365
|
+
pm as SidebarGroupAction,
|
|
366
|
+
am as SidebarGroupContent,
|
|
367
|
+
mm as SidebarGroupLabel,
|
|
368
|
+
im as SidebarHeader,
|
|
369
|
+
lm as SidebarInput,
|
|
370
|
+
fm as SidebarInset,
|
|
371
|
+
nm as SidebarMenu,
|
|
372
|
+
xm as SidebarMenuAction,
|
|
373
|
+
dm as SidebarMenuBadge,
|
|
374
|
+
gm as SidebarMenuButton,
|
|
375
|
+
bm as SidebarMenuItem,
|
|
376
|
+
um as SidebarMenuSkeleton,
|
|
377
|
+
Sm as SidebarMenuSub,
|
|
378
|
+
cm as SidebarMenuSubButton,
|
|
379
|
+
sm as SidebarMenuSubItem,
|
|
380
|
+
Cm as SidebarProvider,
|
|
381
|
+
Dm as SidebarRail,
|
|
382
|
+
Tm as SidebarSeparator,
|
|
383
|
+
Mm as SidebarTrigger,
|
|
384
|
+
dp as Singlestore,
|
|
385
|
+
Gm as Skeleton,
|
|
386
|
+
bp as Slack,
|
|
387
|
+
km as Slider,
|
|
388
|
+
Sp as Snowflake,
|
|
389
|
+
sp as Splunk,
|
|
390
|
+
Dp as Spotify,
|
|
391
|
+
Mp as Square,
|
|
392
|
+
hp as Squarespace,
|
|
393
|
+
Bp as Stripe,
|
|
394
|
+
vm as Switch,
|
|
395
|
+
Im as Table,
|
|
396
|
+
ym as TableBody,
|
|
397
|
+
Hm as TableCaption,
|
|
398
|
+
Fm as TableCell,
|
|
399
|
+
Lm as TableFooter,
|
|
400
|
+
Rm as TableHead,
|
|
401
|
+
Om as TableHeader,
|
|
402
|
+
zm as TableRow,
|
|
403
|
+
Vm as Tabs,
|
|
404
|
+
Wm as TabsContent,
|
|
405
|
+
Nm as TabsList,
|
|
406
|
+
qm as TabsTrigger,
|
|
407
|
+
wp as Tesla,
|
|
408
|
+
Xm as Textarea,
|
|
409
|
+
Pp as Tiktok,
|
|
410
|
+
Qm as Toggle,
|
|
411
|
+
jm as Tooltip,
|
|
412
|
+
Km as TooltipContent,
|
|
413
|
+
_m as TooltipProvider,
|
|
414
|
+
$m as TooltipTrigger,
|
|
415
|
+
yp as Trello,
|
|
416
|
+
Fp as Twilio,
|
|
417
|
+
Rp as Twitch,
|
|
418
|
+
zp as Vercel,
|
|
419
|
+
Vp as Walmart,
|
|
420
|
+
Np as Weaviate,
|
|
421
|
+
Jp as Workday,
|
|
422
|
+
Zp as Wrike,
|
|
423
|
+
Up as X,
|
|
424
|
+
jp as Xero,
|
|
425
|
+
_p as Youtube,
|
|
426
|
+
oa as Zendesk,
|
|
427
|
+
ea as Zoom,
|
|
426
428
|
w as badgeVariants,
|
|
427
429
|
E as buttonVariants,
|
|
428
|
-
|
|
429
|
-
|
|
430
|
+
Um as toggleVariants,
|
|
431
|
+
Am as useSidebar
|
|
430
432
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { GripVerticalIcon as i } from "lucide-react";
|
|
3
|
-
import { P as n, a as o, b as s } from "../../../react-resizable-panels.browser-
|
|
3
|
+
import { P as n, a as o, b as s } from "../../../react-resizable-panels.browser-DggUboAp.js";
|
|
4
4
|
import { c as t } from "../../../utils-Db4QWi-E.js";
|
|
5
5
|
function u({
|
|
6
6
|
className: e,
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import * as SwitchPrimitive from '@radix-ui/react-switch';
|
|
2
2
|
import type * as React from 'react';
|
|
3
|
-
|
|
3
|
+
type SwitchProps = React.ComponentProps<typeof SwitchPrimitive.Root> & {
|
|
4
|
+
loading?: boolean;
|
|
5
|
+
loadingIndicatorClassName?: string;
|
|
6
|
+
};
|
|
7
|
+
declare function Switch({ className, loading, disabled, loadingIndicatorClassName, ...props }: SwitchProps): import("react/jsx-runtime").JSX.Element;
|
|
4
8
|
export { Switch };
|