@e-infra/design-system 0.0.3 → 0.0.5
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/index.cjs.js +177 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +179 -5
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -0
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/components/ui/badge.d.ts.map +1 -1
- package/dist/types/components/ui/button.d.ts.map +1 -1
- package/dist/types/components/ui/form.d.ts.map +1 -1
- package/dist/types/components/ui/navigation-menu.d.ts.map +1 -1
- package/dist/types/components/ui/sidebar.d.ts.map +1 -1
- package/dist/types/components/ui/stepper.d.ts +42 -0
- package/dist/types/components/ui/stepper.d.ts.map +1 -0
- package/dist/types/components/ui/toggle.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/index.cjs2.js +0 -251
- package/dist/index.cjs2.js.map +0 -1
- package/dist/index.cjs3.js +0 -251
- package/dist/index.cjs3.js.map +0 -1
- package/dist/index.es2.js +0 -251
- package/dist/index.es2.js.map +0 -1
- package/dist/index.es3.js +0 -251
- package/dist/index.es3.js.map +0 -1
- package/dist/types/components.d.ts +0 -2
- package/dist/types/hooks.d.ts +0 -2
package/dist/index.es3.js
DELETED
|
@@ -1,251 +0,0 @@
|
|
|
1
|
-
import { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarFallback, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, Label, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, badgeVariants, buttonVariants, cn, navigationMenuTriggerStyle, toggleVariants, useFormField, useIsMobile, useSidebar } from "./index.es.js";
|
|
2
|
-
export {
|
|
3
|
-
Accordion,
|
|
4
|
-
AccordionContent,
|
|
5
|
-
AccordionItem,
|
|
6
|
-
AccordionTrigger,
|
|
7
|
-
Alert,
|
|
8
|
-
AlertDescription,
|
|
9
|
-
AlertDialog,
|
|
10
|
-
AlertDialogAction,
|
|
11
|
-
AlertDialogCancel,
|
|
12
|
-
AlertDialogContent,
|
|
13
|
-
AlertDialogDescription,
|
|
14
|
-
AlertDialogFooter,
|
|
15
|
-
AlertDialogHeader,
|
|
16
|
-
AlertDialogOverlay,
|
|
17
|
-
AlertDialogPortal,
|
|
18
|
-
AlertDialogTitle,
|
|
19
|
-
AlertDialogTrigger,
|
|
20
|
-
AlertTitle,
|
|
21
|
-
AspectRatio,
|
|
22
|
-
Avatar,
|
|
23
|
-
AvatarFallback,
|
|
24
|
-
AvatarImage,
|
|
25
|
-
Badge,
|
|
26
|
-
Breadcrumb,
|
|
27
|
-
BreadcrumbEllipsis,
|
|
28
|
-
BreadcrumbItem,
|
|
29
|
-
BreadcrumbLink,
|
|
30
|
-
BreadcrumbList,
|
|
31
|
-
BreadcrumbPage,
|
|
32
|
-
BreadcrumbSeparator,
|
|
33
|
-
Button,
|
|
34
|
-
Calendar,
|
|
35
|
-
CalendarDayButton,
|
|
36
|
-
Card,
|
|
37
|
-
CardAction,
|
|
38
|
-
CardContent,
|
|
39
|
-
CardDescription,
|
|
40
|
-
CardFooter,
|
|
41
|
-
CardHeader,
|
|
42
|
-
CardTitle,
|
|
43
|
-
Carousel,
|
|
44
|
-
CarouselContent,
|
|
45
|
-
CarouselItem,
|
|
46
|
-
CarouselNext,
|
|
47
|
-
CarouselPrevious,
|
|
48
|
-
ChartContainer,
|
|
49
|
-
ChartLegend,
|
|
50
|
-
ChartLegendContent,
|
|
51
|
-
ChartStyle,
|
|
52
|
-
ChartTooltip,
|
|
53
|
-
ChartTooltipContent,
|
|
54
|
-
Checkbox,
|
|
55
|
-
Collapsible,
|
|
56
|
-
CollapsibleContent,
|
|
57
|
-
CollapsibleTrigger,
|
|
58
|
-
Command,
|
|
59
|
-
CommandDialog,
|
|
60
|
-
CommandEmpty,
|
|
61
|
-
CommandGroup,
|
|
62
|
-
CommandInput,
|
|
63
|
-
CommandItem,
|
|
64
|
-
CommandList,
|
|
65
|
-
CommandSeparator,
|
|
66
|
-
CommandShortcut,
|
|
67
|
-
ContextMenu,
|
|
68
|
-
ContextMenuCheckboxItem,
|
|
69
|
-
ContextMenuContent,
|
|
70
|
-
ContextMenuGroup,
|
|
71
|
-
ContextMenuItem,
|
|
72
|
-
ContextMenuLabel,
|
|
73
|
-
ContextMenuPortal,
|
|
74
|
-
ContextMenuRadioGroup,
|
|
75
|
-
ContextMenuRadioItem,
|
|
76
|
-
ContextMenuSeparator,
|
|
77
|
-
ContextMenuShortcut,
|
|
78
|
-
ContextMenuSub,
|
|
79
|
-
ContextMenuSubContent,
|
|
80
|
-
ContextMenuSubTrigger,
|
|
81
|
-
ContextMenuTrigger,
|
|
82
|
-
Dialog,
|
|
83
|
-
DialogClose,
|
|
84
|
-
DialogContent,
|
|
85
|
-
DialogDescription,
|
|
86
|
-
DialogFooter,
|
|
87
|
-
DialogHeader,
|
|
88
|
-
DialogOverlay,
|
|
89
|
-
DialogPortal,
|
|
90
|
-
DialogTitle,
|
|
91
|
-
DialogTrigger,
|
|
92
|
-
Drawer,
|
|
93
|
-
DrawerClose,
|
|
94
|
-
DrawerContent,
|
|
95
|
-
DrawerDescription,
|
|
96
|
-
DrawerFooter,
|
|
97
|
-
DrawerHeader,
|
|
98
|
-
DrawerOverlay,
|
|
99
|
-
DrawerPortal,
|
|
100
|
-
DrawerTitle,
|
|
101
|
-
DrawerTrigger,
|
|
102
|
-
DropdownMenu,
|
|
103
|
-
DropdownMenuCheckboxItem,
|
|
104
|
-
DropdownMenuContent,
|
|
105
|
-
DropdownMenuGroup,
|
|
106
|
-
DropdownMenuItem,
|
|
107
|
-
DropdownMenuLabel,
|
|
108
|
-
DropdownMenuPortal,
|
|
109
|
-
DropdownMenuRadioGroup,
|
|
110
|
-
DropdownMenuRadioItem,
|
|
111
|
-
DropdownMenuSeparator,
|
|
112
|
-
DropdownMenuShortcut,
|
|
113
|
-
DropdownMenuSub,
|
|
114
|
-
DropdownMenuSubContent,
|
|
115
|
-
DropdownMenuSubTrigger,
|
|
116
|
-
DropdownMenuTrigger,
|
|
117
|
-
Form,
|
|
118
|
-
FormControl,
|
|
119
|
-
FormDescription,
|
|
120
|
-
FormField,
|
|
121
|
-
FormItem,
|
|
122
|
-
FormLabel,
|
|
123
|
-
FormMessage,
|
|
124
|
-
HoverCard,
|
|
125
|
-
HoverCardContent,
|
|
126
|
-
HoverCardTrigger,
|
|
127
|
-
Input,
|
|
128
|
-
InputOTP,
|
|
129
|
-
InputOTPGroup,
|
|
130
|
-
InputOTPSeparator,
|
|
131
|
-
InputOTPSlot,
|
|
132
|
-
Label,
|
|
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
|
-
NavigationMenu,
|
|
150
|
-
NavigationMenuContent,
|
|
151
|
-
NavigationMenuIndicator,
|
|
152
|
-
NavigationMenuItem,
|
|
153
|
-
NavigationMenuLink,
|
|
154
|
-
NavigationMenuList,
|
|
155
|
-
NavigationMenuTrigger,
|
|
156
|
-
NavigationMenuViewport,
|
|
157
|
-
Pagination,
|
|
158
|
-
PaginationContent,
|
|
159
|
-
PaginationEllipsis,
|
|
160
|
-
PaginationItem,
|
|
161
|
-
PaginationLink,
|
|
162
|
-
PaginationNext,
|
|
163
|
-
PaginationPrevious,
|
|
164
|
-
Popover,
|
|
165
|
-
PopoverAnchor,
|
|
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
|
-
SheetTitle,
|
|
194
|
-
SheetTrigger,
|
|
195
|
-
Sidebar,
|
|
196
|
-
SidebarContent,
|
|
197
|
-
SidebarFooter,
|
|
198
|
-
SidebarGroup,
|
|
199
|
-
SidebarGroupAction,
|
|
200
|
-
SidebarGroupContent,
|
|
201
|
-
SidebarGroupLabel,
|
|
202
|
-
SidebarHeader,
|
|
203
|
-
SidebarInput,
|
|
204
|
-
SidebarInset,
|
|
205
|
-
SidebarMenu,
|
|
206
|
-
SidebarMenuAction,
|
|
207
|
-
SidebarMenuBadge,
|
|
208
|
-
SidebarMenuButton,
|
|
209
|
-
SidebarMenuItem,
|
|
210
|
-
SidebarMenuSkeleton,
|
|
211
|
-
SidebarMenuSub,
|
|
212
|
-
SidebarMenuSubButton,
|
|
213
|
-
SidebarMenuSubItem,
|
|
214
|
-
SidebarProvider,
|
|
215
|
-
SidebarRail,
|
|
216
|
-
SidebarSeparator,
|
|
217
|
-
SidebarTrigger,
|
|
218
|
-
Skeleton,
|
|
219
|
-
Slider,
|
|
220
|
-
Switch,
|
|
221
|
-
Table,
|
|
222
|
-
TableBody,
|
|
223
|
-
TableCaption,
|
|
224
|
-
TableCell,
|
|
225
|
-
TableFooter,
|
|
226
|
-
TableHead,
|
|
227
|
-
TableHeader,
|
|
228
|
-
TableRow,
|
|
229
|
-
Tabs,
|
|
230
|
-
TabsContent,
|
|
231
|
-
TabsList,
|
|
232
|
-
TabsTrigger,
|
|
233
|
-
Textarea,
|
|
234
|
-
Toaster,
|
|
235
|
-
Toggle,
|
|
236
|
-
ToggleGroup,
|
|
237
|
-
ToggleGroupItem,
|
|
238
|
-
Tooltip,
|
|
239
|
-
TooltipContent,
|
|
240
|
-
TooltipProvider,
|
|
241
|
-
TooltipTrigger,
|
|
242
|
-
badgeVariants,
|
|
243
|
-
buttonVariants,
|
|
244
|
-
cn,
|
|
245
|
-
navigationMenuTriggerStyle,
|
|
246
|
-
toggleVariants,
|
|
247
|
-
useFormField,
|
|
248
|
-
useIsMobile,
|
|
249
|
-
useSidebar
|
|
250
|
-
};
|
|
251
|
-
//# sourceMappingURL=index.es3.js.map
|
package/dist/index.es3.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.es3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
package/dist/types/hooks.d.ts
DELETED