@togo-framework/ui 0.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/LICENSE +5 -0
- package/README.md +45 -0
- package/dist/chunk-KD4MPGYQ.js +211 -0
- package/dist/chunk-KD4MPGYQ.js.map +1 -0
- package/dist/chunk-XXP2ZYPY.js +2192 -0
- package/dist/chunk-XXP2ZYPY.js.map +1 -0
- package/dist/index.d.ts +3872 -0
- package/dist/index.js +16145 -0
- package/dist/index.js.map +1 -0
- package/dist/shadcn.css +527 -0
- package/dist/shadcn.d.ts +757 -0
- package/dist/shadcn.js +505 -0
- package/dist/shadcn.js.map +1 -0
- package/dist/styles.css +527 -0
- package/dist/theme/index.d.ts +184 -0
- package/dist/theme/index.js +36 -0
- package/dist/theme/index.js.map +1 -0
- package/dist/theme/tokens.primitive.css +63 -0
- package/dist/theme/tokens.semantic.css +45 -0
- package/package.json +123 -0
- package/public/fonts/ibm-plex-sans/ibm-plex-sans.woff2 +0 -0
- package/public/fonts/jetbrains-mono/jetbrains-mono.woff2 +0 -0
- package/public/fonts/lusail/Lusail-Bold.woff2 +0 -0
- package/public/fonts/lusail/Lusail-Light.woff2 +0 -0
- package/public/fonts/lusail/Lusail-Medium.woff2 +0 -0
- package/public/fonts/lusail/Lusail-Regular.woff2 +0 -0
- package/public/fonts/sora/sora.woff2 +0 -0
package/dist/shadcn.js
ADDED
|
@@ -0,0 +1,505 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Accordion,
|
|
3
|
+
AccordionContent,
|
|
4
|
+
AccordionItem,
|
|
5
|
+
AccordionTrigger,
|
|
6
|
+
Alert,
|
|
7
|
+
AlertDescription,
|
|
8
|
+
AlertDialog,
|
|
9
|
+
AlertDialogAction,
|
|
10
|
+
AlertDialogCancel,
|
|
11
|
+
AlertDialogContent,
|
|
12
|
+
AlertDialogDescription,
|
|
13
|
+
AlertDialogFooter,
|
|
14
|
+
AlertDialogHeader,
|
|
15
|
+
AlertDialogOverlay,
|
|
16
|
+
AlertDialogPortal,
|
|
17
|
+
AlertDialogTitle,
|
|
18
|
+
AlertDialogTrigger,
|
|
19
|
+
AlertTitle,
|
|
20
|
+
AspectRatio,
|
|
21
|
+
Avatar,
|
|
22
|
+
AvatarFallback,
|
|
23
|
+
AvatarImage,
|
|
24
|
+
Badge,
|
|
25
|
+
Breadcrumb,
|
|
26
|
+
BreadcrumbEllipsis,
|
|
27
|
+
BreadcrumbItem,
|
|
28
|
+
BreadcrumbLink,
|
|
29
|
+
BreadcrumbList,
|
|
30
|
+
BreadcrumbPage,
|
|
31
|
+
BreadcrumbSeparator,
|
|
32
|
+
Button,
|
|
33
|
+
Calendar,
|
|
34
|
+
Card,
|
|
35
|
+
CardContent,
|
|
36
|
+
CardDescription,
|
|
37
|
+
CardFooter,
|
|
38
|
+
CardHeader,
|
|
39
|
+
CardTitle,
|
|
40
|
+
Carousel,
|
|
41
|
+
CarouselContent,
|
|
42
|
+
CarouselItem,
|
|
43
|
+
CarouselNext,
|
|
44
|
+
CarouselPrevious,
|
|
45
|
+
ChartContainer,
|
|
46
|
+
ChartLegend,
|
|
47
|
+
ChartLegendContent,
|
|
48
|
+
ChartStyle,
|
|
49
|
+
ChartTooltip,
|
|
50
|
+
ChartTooltipContent,
|
|
51
|
+
Checkbox,
|
|
52
|
+
Collapsible,
|
|
53
|
+
CollapsibleContent,
|
|
54
|
+
CollapsibleTrigger,
|
|
55
|
+
Command,
|
|
56
|
+
CommandDialog,
|
|
57
|
+
CommandEmpty,
|
|
58
|
+
CommandGroup,
|
|
59
|
+
CommandInput,
|
|
60
|
+
CommandInputPrimitive,
|
|
61
|
+
CommandItem,
|
|
62
|
+
CommandList,
|
|
63
|
+
CommandSeparator,
|
|
64
|
+
CommandShortcut,
|
|
65
|
+
ContextMenu,
|
|
66
|
+
ContextMenuCheckboxItem,
|
|
67
|
+
ContextMenuContent,
|
|
68
|
+
ContextMenuGroup,
|
|
69
|
+
ContextMenuItem,
|
|
70
|
+
ContextMenuLabel,
|
|
71
|
+
ContextMenuPortal,
|
|
72
|
+
ContextMenuRadioGroup,
|
|
73
|
+
ContextMenuRadioItem,
|
|
74
|
+
ContextMenuSeparator,
|
|
75
|
+
ContextMenuShortcut,
|
|
76
|
+
ContextMenuSub,
|
|
77
|
+
ContextMenuSubContent,
|
|
78
|
+
ContextMenuSubTrigger,
|
|
79
|
+
ContextMenuTrigger,
|
|
80
|
+
Dialog,
|
|
81
|
+
DialogClose,
|
|
82
|
+
DialogContent,
|
|
83
|
+
DialogDescription,
|
|
84
|
+
DialogFooter,
|
|
85
|
+
DialogHeader,
|
|
86
|
+
DialogOverlay,
|
|
87
|
+
DialogPortal,
|
|
88
|
+
DialogTitle,
|
|
89
|
+
DialogTrigger,
|
|
90
|
+
DirectionalArrow,
|
|
91
|
+
Drawer,
|
|
92
|
+
DrawerClose,
|
|
93
|
+
DrawerContent,
|
|
94
|
+
DrawerDescription,
|
|
95
|
+
DrawerFooter,
|
|
96
|
+
DrawerHeader,
|
|
97
|
+
DrawerOverlay,
|
|
98
|
+
DrawerPortal,
|
|
99
|
+
DrawerTitle,
|
|
100
|
+
DrawerTrigger,
|
|
101
|
+
DropdownMenu,
|
|
102
|
+
DropdownMenuCheckboxItem,
|
|
103
|
+
DropdownMenuContent,
|
|
104
|
+
DropdownMenuGroup,
|
|
105
|
+
DropdownMenuItem,
|
|
106
|
+
DropdownMenuLabel,
|
|
107
|
+
DropdownMenuPortal,
|
|
108
|
+
DropdownMenuRadioGroup,
|
|
109
|
+
DropdownMenuRadioItem,
|
|
110
|
+
DropdownMenuSeparator,
|
|
111
|
+
DropdownMenuShortcut,
|
|
112
|
+
DropdownMenuSub,
|
|
113
|
+
DropdownMenuSubContent,
|
|
114
|
+
DropdownMenuSubTrigger,
|
|
115
|
+
DropdownMenuTrigger,
|
|
116
|
+
Form,
|
|
117
|
+
FormControl,
|
|
118
|
+
FormDescription,
|
|
119
|
+
FormField,
|
|
120
|
+
FormItem,
|
|
121
|
+
FormLabel,
|
|
122
|
+
FormMessage,
|
|
123
|
+
HoverCard,
|
|
124
|
+
HoverCardContent,
|
|
125
|
+
HoverCardTrigger,
|
|
126
|
+
Input,
|
|
127
|
+
InputOTP,
|
|
128
|
+
InputOTPGroup,
|
|
129
|
+
InputOTPSeparator,
|
|
130
|
+
InputOTPSlot,
|
|
131
|
+
Label,
|
|
132
|
+
LinkifyText,
|
|
133
|
+
Menubar,
|
|
134
|
+
MenubarCheckboxItem,
|
|
135
|
+
MenubarContent,
|
|
136
|
+
MenubarGroup,
|
|
137
|
+
MenubarItem,
|
|
138
|
+
MenubarLabel,
|
|
139
|
+
MenubarMenu,
|
|
140
|
+
MenubarPortal,
|
|
141
|
+
MenubarRadioGroup,
|
|
142
|
+
MenubarRadioItem,
|
|
143
|
+
MenubarSeparator,
|
|
144
|
+
MenubarShortcut,
|
|
145
|
+
MenubarSub,
|
|
146
|
+
MenubarSubContent,
|
|
147
|
+
MenubarSubTrigger,
|
|
148
|
+
MenubarTrigger,
|
|
149
|
+
NativeSelect,
|
|
150
|
+
NavigationMenu,
|
|
151
|
+
NavigationMenuContent,
|
|
152
|
+
NavigationMenuIndicator,
|
|
153
|
+
NavigationMenuItem,
|
|
154
|
+
NavigationMenuLink,
|
|
155
|
+
NavigationMenuList,
|
|
156
|
+
NavigationMenuTrigger,
|
|
157
|
+
NavigationMenuViewport,
|
|
158
|
+
Pagination,
|
|
159
|
+
PaginationContent,
|
|
160
|
+
PaginationEllipsis,
|
|
161
|
+
PaginationItem,
|
|
162
|
+
PaginationLink,
|
|
163
|
+
PaginationNext,
|
|
164
|
+
PaginationPrevious,
|
|
165
|
+
Popover,
|
|
166
|
+
PopoverContent,
|
|
167
|
+
PopoverTrigger,
|
|
168
|
+
Progress,
|
|
169
|
+
RadioGroup,
|
|
170
|
+
RadioGroupItem,
|
|
171
|
+
ResizableHandle,
|
|
172
|
+
ResizablePanel,
|
|
173
|
+
ResizablePanelGroup,
|
|
174
|
+
ScrollArea,
|
|
175
|
+
ScrollBar,
|
|
176
|
+
Select,
|
|
177
|
+
SelectContent,
|
|
178
|
+
SelectGroup,
|
|
179
|
+
SelectItem,
|
|
180
|
+
SelectLabel,
|
|
181
|
+
SelectScrollDownButton,
|
|
182
|
+
SelectScrollUpButton,
|
|
183
|
+
SelectSeparator,
|
|
184
|
+
SelectTrigger,
|
|
185
|
+
SelectValue,
|
|
186
|
+
Separator,
|
|
187
|
+
Sheet,
|
|
188
|
+
SheetClose,
|
|
189
|
+
SheetContent,
|
|
190
|
+
SheetDescription,
|
|
191
|
+
SheetFooter,
|
|
192
|
+
SheetHeader,
|
|
193
|
+
SheetOverlay,
|
|
194
|
+
SheetPortal,
|
|
195
|
+
SheetTitle,
|
|
196
|
+
SheetTrigger,
|
|
197
|
+
Sidebar,
|
|
198
|
+
SidebarContent,
|
|
199
|
+
SidebarFooter,
|
|
200
|
+
SidebarGroup,
|
|
201
|
+
SidebarGroupAction,
|
|
202
|
+
SidebarGroupContent,
|
|
203
|
+
SidebarGroupLabel,
|
|
204
|
+
SidebarHeader,
|
|
205
|
+
SidebarInput,
|
|
206
|
+
SidebarInset,
|
|
207
|
+
SidebarMenu,
|
|
208
|
+
SidebarMenuAction,
|
|
209
|
+
SidebarMenuBadge,
|
|
210
|
+
SidebarMenuButton,
|
|
211
|
+
SidebarMenuItem,
|
|
212
|
+
SidebarMenuSkeleton,
|
|
213
|
+
SidebarMenuSub,
|
|
214
|
+
SidebarMenuSubButton,
|
|
215
|
+
SidebarMenuSubItem,
|
|
216
|
+
SidebarProvider,
|
|
217
|
+
SidebarRail,
|
|
218
|
+
SidebarSeparator,
|
|
219
|
+
SidebarTrigger,
|
|
220
|
+
Skeleton,
|
|
221
|
+
Slider,
|
|
222
|
+
Switch,
|
|
223
|
+
Table,
|
|
224
|
+
TableBody,
|
|
225
|
+
TableCaption,
|
|
226
|
+
TableCell,
|
|
227
|
+
TableFooter,
|
|
228
|
+
TableHead,
|
|
229
|
+
TableHeader,
|
|
230
|
+
TableRow,
|
|
231
|
+
Tabs,
|
|
232
|
+
TabsContent,
|
|
233
|
+
TabsList,
|
|
234
|
+
TabsTrigger,
|
|
235
|
+
Textarea,
|
|
236
|
+
Toaster,
|
|
237
|
+
Toggle,
|
|
238
|
+
ToggleGroup,
|
|
239
|
+
ToggleGroupItem,
|
|
240
|
+
Tooltip,
|
|
241
|
+
TooltipContent,
|
|
242
|
+
TooltipProvider,
|
|
243
|
+
TooltipTrigger,
|
|
244
|
+
badgeVariants,
|
|
245
|
+
buttonVariants,
|
|
246
|
+
navigationMenuTriggerStyle,
|
|
247
|
+
toast,
|
|
248
|
+
toggleVariants,
|
|
249
|
+
useFormField,
|
|
250
|
+
useOptionalSidebar,
|
|
251
|
+
useSidebar
|
|
252
|
+
} from "./chunk-XXP2ZYPY.js";
|
|
253
|
+
export {
|
|
254
|
+
Accordion,
|
|
255
|
+
AccordionContent,
|
|
256
|
+
AccordionItem,
|
|
257
|
+
AccordionTrigger,
|
|
258
|
+
Alert,
|
|
259
|
+
AlertDescription,
|
|
260
|
+
AlertDialog,
|
|
261
|
+
AlertDialogAction,
|
|
262
|
+
AlertDialogCancel,
|
|
263
|
+
AlertDialogContent,
|
|
264
|
+
AlertDialogDescription,
|
|
265
|
+
AlertDialogFooter,
|
|
266
|
+
AlertDialogHeader,
|
|
267
|
+
AlertDialogOverlay,
|
|
268
|
+
AlertDialogPortal,
|
|
269
|
+
AlertDialogTitle,
|
|
270
|
+
AlertDialogTrigger,
|
|
271
|
+
AlertTitle,
|
|
272
|
+
AspectRatio,
|
|
273
|
+
Avatar,
|
|
274
|
+
AvatarFallback,
|
|
275
|
+
AvatarImage,
|
|
276
|
+
Badge,
|
|
277
|
+
Breadcrumb,
|
|
278
|
+
BreadcrumbEllipsis,
|
|
279
|
+
BreadcrumbItem,
|
|
280
|
+
BreadcrumbLink,
|
|
281
|
+
BreadcrumbList,
|
|
282
|
+
BreadcrumbPage,
|
|
283
|
+
BreadcrumbSeparator,
|
|
284
|
+
Button,
|
|
285
|
+
Calendar,
|
|
286
|
+
Card,
|
|
287
|
+
CardContent,
|
|
288
|
+
CardDescription,
|
|
289
|
+
CardFooter,
|
|
290
|
+
CardHeader,
|
|
291
|
+
CardTitle,
|
|
292
|
+
Carousel,
|
|
293
|
+
CarouselContent,
|
|
294
|
+
CarouselItem,
|
|
295
|
+
CarouselNext,
|
|
296
|
+
CarouselPrevious,
|
|
297
|
+
ChartContainer,
|
|
298
|
+
ChartLegend,
|
|
299
|
+
ChartLegendContent,
|
|
300
|
+
ChartStyle,
|
|
301
|
+
ChartTooltip,
|
|
302
|
+
ChartTooltipContent,
|
|
303
|
+
Checkbox,
|
|
304
|
+
Collapsible,
|
|
305
|
+
CollapsibleContent,
|
|
306
|
+
CollapsibleTrigger,
|
|
307
|
+
Command,
|
|
308
|
+
CommandDialog,
|
|
309
|
+
CommandEmpty,
|
|
310
|
+
CommandGroup,
|
|
311
|
+
CommandInput,
|
|
312
|
+
CommandInputPrimitive,
|
|
313
|
+
CommandItem,
|
|
314
|
+
CommandList,
|
|
315
|
+
CommandSeparator,
|
|
316
|
+
CommandShortcut,
|
|
317
|
+
ContextMenu,
|
|
318
|
+
ContextMenuCheckboxItem,
|
|
319
|
+
ContextMenuContent,
|
|
320
|
+
ContextMenuGroup,
|
|
321
|
+
ContextMenuItem,
|
|
322
|
+
ContextMenuLabel,
|
|
323
|
+
ContextMenuPortal,
|
|
324
|
+
ContextMenuRadioGroup,
|
|
325
|
+
ContextMenuRadioItem,
|
|
326
|
+
ContextMenuSeparator,
|
|
327
|
+
ContextMenuShortcut,
|
|
328
|
+
ContextMenuSub,
|
|
329
|
+
ContextMenuSubContent,
|
|
330
|
+
ContextMenuSubTrigger,
|
|
331
|
+
ContextMenuTrigger,
|
|
332
|
+
Dialog,
|
|
333
|
+
DialogClose,
|
|
334
|
+
DialogContent,
|
|
335
|
+
DialogDescription,
|
|
336
|
+
DialogFooter,
|
|
337
|
+
DialogHeader,
|
|
338
|
+
DialogOverlay,
|
|
339
|
+
DialogPortal,
|
|
340
|
+
DialogTitle,
|
|
341
|
+
DialogTrigger,
|
|
342
|
+
DirectionalArrow,
|
|
343
|
+
Drawer,
|
|
344
|
+
DrawerClose,
|
|
345
|
+
DrawerContent,
|
|
346
|
+
DrawerDescription,
|
|
347
|
+
DrawerFooter,
|
|
348
|
+
DrawerHeader,
|
|
349
|
+
DrawerOverlay,
|
|
350
|
+
DrawerPortal,
|
|
351
|
+
DrawerTitle,
|
|
352
|
+
DrawerTrigger,
|
|
353
|
+
DropdownMenu,
|
|
354
|
+
DropdownMenuCheckboxItem,
|
|
355
|
+
DropdownMenuContent,
|
|
356
|
+
DropdownMenuGroup,
|
|
357
|
+
DropdownMenuItem,
|
|
358
|
+
DropdownMenuLabel,
|
|
359
|
+
DropdownMenuPortal,
|
|
360
|
+
DropdownMenuRadioGroup,
|
|
361
|
+
DropdownMenuRadioItem,
|
|
362
|
+
DropdownMenuSeparator,
|
|
363
|
+
DropdownMenuShortcut,
|
|
364
|
+
DropdownMenuSub,
|
|
365
|
+
DropdownMenuSubContent,
|
|
366
|
+
DropdownMenuSubTrigger,
|
|
367
|
+
DropdownMenuTrigger,
|
|
368
|
+
Form,
|
|
369
|
+
FormControl,
|
|
370
|
+
FormDescription,
|
|
371
|
+
FormField,
|
|
372
|
+
FormItem,
|
|
373
|
+
FormLabel,
|
|
374
|
+
FormMessage,
|
|
375
|
+
HoverCard,
|
|
376
|
+
HoverCardContent,
|
|
377
|
+
HoverCardTrigger,
|
|
378
|
+
Input,
|
|
379
|
+
InputOTP,
|
|
380
|
+
InputOTPGroup,
|
|
381
|
+
InputOTPSeparator,
|
|
382
|
+
InputOTPSlot,
|
|
383
|
+
Label,
|
|
384
|
+
LinkifyText,
|
|
385
|
+
Menubar,
|
|
386
|
+
MenubarCheckboxItem,
|
|
387
|
+
MenubarContent,
|
|
388
|
+
MenubarGroup,
|
|
389
|
+
MenubarItem,
|
|
390
|
+
MenubarLabel,
|
|
391
|
+
MenubarMenu,
|
|
392
|
+
MenubarPortal,
|
|
393
|
+
MenubarRadioGroup,
|
|
394
|
+
MenubarRadioItem,
|
|
395
|
+
MenubarSeparator,
|
|
396
|
+
MenubarShortcut,
|
|
397
|
+
MenubarSub,
|
|
398
|
+
MenubarSubContent,
|
|
399
|
+
MenubarSubTrigger,
|
|
400
|
+
MenubarTrigger,
|
|
401
|
+
NativeSelect,
|
|
402
|
+
NavigationMenu,
|
|
403
|
+
NavigationMenuContent,
|
|
404
|
+
NavigationMenuIndicator,
|
|
405
|
+
NavigationMenuItem,
|
|
406
|
+
NavigationMenuLink,
|
|
407
|
+
NavigationMenuList,
|
|
408
|
+
NavigationMenuTrigger,
|
|
409
|
+
NavigationMenuViewport,
|
|
410
|
+
Pagination,
|
|
411
|
+
PaginationContent,
|
|
412
|
+
PaginationEllipsis,
|
|
413
|
+
PaginationItem,
|
|
414
|
+
PaginationLink,
|
|
415
|
+
PaginationNext,
|
|
416
|
+
PaginationPrevious,
|
|
417
|
+
Popover,
|
|
418
|
+
PopoverContent,
|
|
419
|
+
PopoverTrigger,
|
|
420
|
+
Progress,
|
|
421
|
+
RadioGroup,
|
|
422
|
+
RadioGroupItem,
|
|
423
|
+
ResizableHandle,
|
|
424
|
+
ResizablePanel,
|
|
425
|
+
ResizablePanelGroup,
|
|
426
|
+
ScrollArea,
|
|
427
|
+
ScrollBar,
|
|
428
|
+
Select,
|
|
429
|
+
SelectContent,
|
|
430
|
+
SelectGroup,
|
|
431
|
+
SelectItem,
|
|
432
|
+
SelectLabel,
|
|
433
|
+
SelectScrollDownButton,
|
|
434
|
+
SelectScrollUpButton,
|
|
435
|
+
SelectSeparator,
|
|
436
|
+
SelectTrigger,
|
|
437
|
+
SelectValue,
|
|
438
|
+
Separator,
|
|
439
|
+
Sheet,
|
|
440
|
+
SheetClose,
|
|
441
|
+
SheetContent,
|
|
442
|
+
SheetDescription,
|
|
443
|
+
SheetFooter,
|
|
444
|
+
SheetHeader,
|
|
445
|
+
SheetOverlay,
|
|
446
|
+
SheetPortal,
|
|
447
|
+
SheetTitle,
|
|
448
|
+
SheetTrigger,
|
|
449
|
+
Sidebar,
|
|
450
|
+
SidebarContent,
|
|
451
|
+
SidebarFooter,
|
|
452
|
+
SidebarGroup,
|
|
453
|
+
SidebarGroupAction,
|
|
454
|
+
SidebarGroupContent,
|
|
455
|
+
SidebarGroupLabel,
|
|
456
|
+
SidebarHeader,
|
|
457
|
+
SidebarInput,
|
|
458
|
+
SidebarInset,
|
|
459
|
+
SidebarMenu,
|
|
460
|
+
SidebarMenuAction,
|
|
461
|
+
SidebarMenuBadge,
|
|
462
|
+
SidebarMenuButton,
|
|
463
|
+
SidebarMenuItem,
|
|
464
|
+
SidebarMenuSkeleton,
|
|
465
|
+
SidebarMenuSub,
|
|
466
|
+
SidebarMenuSubButton,
|
|
467
|
+
SidebarMenuSubItem,
|
|
468
|
+
SidebarProvider,
|
|
469
|
+
SidebarRail,
|
|
470
|
+
SidebarSeparator,
|
|
471
|
+
SidebarTrigger,
|
|
472
|
+
Skeleton,
|
|
473
|
+
Slider,
|
|
474
|
+
Switch,
|
|
475
|
+
Table,
|
|
476
|
+
TableBody,
|
|
477
|
+
TableCaption,
|
|
478
|
+
TableCell,
|
|
479
|
+
TableFooter,
|
|
480
|
+
TableHead,
|
|
481
|
+
TableHeader,
|
|
482
|
+
TableRow,
|
|
483
|
+
Tabs,
|
|
484
|
+
TabsContent,
|
|
485
|
+
TabsList,
|
|
486
|
+
TabsTrigger,
|
|
487
|
+
Textarea,
|
|
488
|
+
Toaster,
|
|
489
|
+
Toggle,
|
|
490
|
+
ToggleGroup,
|
|
491
|
+
ToggleGroupItem,
|
|
492
|
+
Tooltip,
|
|
493
|
+
TooltipContent,
|
|
494
|
+
TooltipProvider,
|
|
495
|
+
TooltipTrigger,
|
|
496
|
+
badgeVariants,
|
|
497
|
+
buttonVariants,
|
|
498
|
+
navigationMenuTriggerStyle,
|
|
499
|
+
toast,
|
|
500
|
+
toggleVariants,
|
|
501
|
+
useFormField,
|
|
502
|
+
useOptionalSidebar,
|
|
503
|
+
useSidebar
|
|
504
|
+
};
|
|
505
|
+
//# sourceMappingURL=shadcn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|