@dilipod/ui 0.3.1 → 0.3.3
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.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/sidebar.tsx +6 -6
- package/src/index.ts +2 -5
package/dist/index.mjs
CHANGED
|
@@ -145,7 +145,6 @@ __export(index_exports, {
|
|
|
145
145
|
SheetTitle: () => SheetTitle,
|
|
146
146
|
SheetTrigger: () => SheetTrigger,
|
|
147
147
|
Sidebar: () => Sidebar,
|
|
148
|
-
SidebarNavItem: () => SidebarNavItem,
|
|
149
148
|
SimplePagination: () => SimplePagination,
|
|
150
149
|
SimpleTooltip: () => SimpleTooltip,
|
|
151
150
|
Skeleton: () => Skeleton,
|
|
@@ -1768,7 +1767,7 @@ var SidebarNavItem = React27.forwardRef(
|
|
|
1768
1767
|
({ item, isActive, className, LinkComponent, ...props }, ref) => {
|
|
1769
1768
|
const Icon = item.icon;
|
|
1770
1769
|
const baseClassName = cn(
|
|
1771
|
-
"flex items-center gap-3 rounded-
|
|
1770
|
+
"flex items-center gap-3 rounded-md px-3 py-2.5 text-sm transition-colors focus-visible:outline-none",
|
|
1772
1771
|
isActive ? "bg-muted text-foreground font-medium" : "text-muted-foreground hover:text-foreground hover:bg-muted/50",
|
|
1773
1772
|
className
|
|
1774
1773
|
);
|
|
@@ -1782,8 +1781,8 @@ var SidebarNavItem = React27.forwardRef(
|
|
|
1782
1781
|
className: baseClassName,
|
|
1783
1782
|
...props,
|
|
1784
1783
|
children: [
|
|
1785
|
-
/* @__PURE__ */ jsx(Icon, { className: "h-
|
|
1786
|
-
item.name
|
|
1784
|
+
/* @__PURE__ */ jsx(Icon, { className: "h-5 w-5 shrink-0", weight: isActive ? "fill" : "regular" }),
|
|
1785
|
+
/* @__PURE__ */ jsx("span", { children: item.name })
|
|
1787
1786
|
]
|
|
1788
1787
|
}
|
|
1789
1788
|
);
|
|
@@ -1796,8 +1795,8 @@ var SidebarNavItem = React27.forwardRef(
|
|
|
1796
1795
|
className: baseClassName,
|
|
1797
1796
|
...props,
|
|
1798
1797
|
children: [
|
|
1799
|
-
/* @__PURE__ */ jsx(Icon, { className: "h-
|
|
1800
|
-
item.name
|
|
1798
|
+
/* @__PURE__ */ jsx(Icon, { className: "h-5 w-5 shrink-0", weight: isActive ? "fill" : "regular" }),
|
|
1799
|
+
/* @__PURE__ */ jsx("span", { children: item.name })
|
|
1801
1800
|
]
|
|
1802
1801
|
}
|
|
1803
1802
|
);
|
|
@@ -1847,7 +1846,7 @@ var Sidebar = React27.forwardRef(
|
|
|
1847
1846
|
]
|
|
1848
1847
|
}
|
|
1849
1848
|
) }),
|
|
1850
|
-
mainNav.length > 0 && /* @__PURE__ */ jsx("nav", { className: "flex-1 px-3 space-y-1", children: mainNav.map((item) => /* @__PURE__ */ jsx(
|
|
1849
|
+
mainNav.length > 0 && /* @__PURE__ */ jsx("nav", { className: "flex-1 px-3 pt-4 space-y-1", children: mainNav.map((item) => /* @__PURE__ */ jsx(
|
|
1851
1850
|
SidebarNavItem,
|
|
1852
1851
|
{
|
|
1853
1852
|
item,
|
|
@@ -3378,6 +3377,6 @@ SettingsNavLink.displayName = "SettingsNavLink";
|
|
|
3378
3377
|
// src/index.ts
|
|
3379
3378
|
__reExport(index_exports, icons_exports);
|
|
3380
3379
|
|
|
3381
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Avatar, AvatarFallback, AvatarImage, Badge, BreadcrumbLink, Breadcrumbs, Button, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, CodeBlock, ConfirmDialog, DateRangePicker, DateRangeSelect, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Divider, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, FormField, IconBox, Input, Label2 as Label, LabeledSwitch, Logo, MetricCard, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, Pagination, Popover, PopoverAnchor, PopoverArrow, PopoverClose, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupCard, RadioGroupItem, RadioGroupOption, Select, Separator2 as Separator, SettingsNav, SettingsNavLink, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar,
|
|
3380
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Avatar, AvatarFallback, AvatarImage, Badge, BreadcrumbLink, Breadcrumbs, Button, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, CodeBlock, ConfirmDialog, DateRangePicker, DateRangeSelect, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Divider, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, FormField, IconBox, Input, Label2 as Label, LabeledSwitch, Logo, MetricCard, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, Pagination, Popover, PopoverAnchor, PopoverArrow, PopoverClose, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupCard, RadioGroupItem, RadioGroupOption, Select, Separator2 as Separator, SettingsNav, SettingsNavLink, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar, SimplePagination, SimpleTooltip, Skeleton, SkeletonCard, SkeletonText, Stat, StepDots, StepProgress, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsListUnderline, TabsTrigger, TabsTriggerUnderline, Tag, Textarea, Toast, ToastAction, ToastClose, ToastDescription, ToastIcon, ToastProvider, ToastTitle, ToastViewport, Toaster, Tooltip, TooltipArrow, TooltipContent, TooltipProvider, TooltipTrigger, UsageBar, UsageChart, alertVariants, badgeVariants, buttonVariants, cn, getDateRangeFromPreset, iconBoxVariants, metricCardVariants, navigationMenuTriggerStyle, progressVariants, statVariants, tagVariants, toast, usageBarVariants, useToast, valueVariants };
|
|
3382
3381
|
//# sourceMappingURL=index.mjs.map
|
|
3383
3382
|
//# sourceMappingURL=index.mjs.map
|