@szum-tech/design-system 3.15.0 → 3.17.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/{chunk-PTZVUZNQ.cjs → chunk-35H6T7OQ.cjs} +562 -5
- package/dist/{chunk-3MH6P44N.js → chunk-3DP3VMPN.js} +1 -1
- package/dist/{chunk-6X26XC6P.cjs → chunk-5B37TQYT.cjs} +4 -3
- package/dist/{chunk-XJIUGEPN.js → chunk-A72LE53B.js} +1 -1
- package/dist/{chunk-OH323B3O.js → chunk-AAPMLWYK.js} +537 -5
- package/dist/{chunk-UIOBJSKZ.cjs → chunk-DUAM4RTP.cjs} +1 -1
- package/dist/{chunk-XY3ZNUWR.cjs → chunk-F7NFSDOD.cjs} +17 -4
- package/dist/{chunk-DTYX7CYN.cjs → chunk-HPICKLBZ.cjs} +2 -2
- package/dist/chunk-I3E75OQX.js +16 -0
- package/dist/chunk-KTAIBRTH.cjs +10 -0
- package/dist/{chunk-KGGCA634.js → chunk-L2TRMQNN.js} +1 -1
- package/dist/chunk-NXEZE7LG.js +15 -0
- package/dist/chunk-OXZQGDTR.js +208 -0
- package/dist/{chunk-4IGU5SVP.js → chunk-P4IL77YC.js} +16 -4
- package/dist/{chunk-CAIAZGSW.cjs → chunk-RKFU4DS3.cjs} +2 -2
- package/dist/chunk-SHPJGB2L.cjs +19 -0
- package/dist/{chunk-CFJ44JVK.cjs → chunk-UNOMGKAZ.cjs} +2 -2
- package/dist/{chunk-Q2MJKFIE.js → chunk-WCQ5WKCQ.js} +1 -1
- package/dist/chunk-X7WREEFD.js +8 -0
- package/dist/chunk-YBFG2IRJ.cjs +225 -0
- package/dist/components/badge-overflow/index.cjs +2 -2
- package/dist/components/badge-overflow/index.js +1 -1
- package/dist/components/breadcrump/index.cjs +80 -0
- package/dist/components/breadcrump/index.d.cts +21 -0
- package/dist/components/breadcrump/index.d.ts +21 -0
- package/dist/components/breadcrump/index.js +72 -0
- package/dist/components/button/index.cjs +22 -19
- package/dist/components/button/index.js +21 -18
- package/dist/components/carousel/index.cjs +23 -20
- package/dist/components/carousel/index.js +21 -18
- package/dist/components/collapsible/index.cjs +18 -0
- package/dist/components/collapsible/index.d.cts +12 -0
- package/dist/components/collapsible/index.d.ts +12 -0
- package/dist/components/collapsible/index.js +1 -0
- package/dist/components/color-picker/index.cjs +32 -29
- package/dist/components/color-picker/index.js +21 -18
- package/dist/components/dropdown-menu/index.cjs +71 -0
- package/dist/components/dropdown-menu/index.d.cts +67 -0
- package/dist/components/dropdown-menu/index.d.ts +67 -0
- package/dist/components/dropdown-menu/index.js +2 -0
- package/dist/components/field/index.cjs +12 -12
- package/dist/components/field/index.js +2 -2
- package/dist/components/header/index.cjs +3 -2
- package/dist/components/header/index.d.cts +11 -2
- package/dist/components/header/index.d.ts +11 -2
- package/dist/components/header/index.js +2 -1
- package/dist/components/index.cjs +346 -163
- package/dist/components/index.d.cts +6 -1
- package/dist/components/index.d.ts +6 -1
- package/dist/components/index.js +21 -18
- package/dist/components/item/index.cjs +12 -12
- package/dist/components/item/index.js +2 -2
- package/dist/components/masonry/index.cjs +4 -4
- package/dist/components/masonry/index.js +2 -2
- package/dist/components/separator/index.cjs +2 -2
- package/dist/components/separator/index.js +1 -1
- package/dist/components/sidebar/index.cjs +148 -0
- package/dist/components/sidebar/index.d.cts +135 -0
- package/dist/components/sidebar/index.d.ts +135 -0
- package/dist/components/sidebar/index.js +43 -0
- package/dist/components/skeleton/index.cjs +11 -0
- package/dist/components/skeleton/index.d.cts +7 -0
- package/dist/components/skeleton/index.d.ts +7 -0
- package/dist/components/skeleton/index.js +2 -0
- package/dist/components/stepper/index.cjs +40 -37
- package/dist/components/stepper/index.js +21 -18
- package/dist/components/timeline/index.cjs +1 -1
- package/dist/components/timeline/index.js +1 -1
- package/dist/components/toaster/index.cjs +23 -20
- package/dist/components/toaster/index.js +21 -18
- package/dist/components/tooltip/index.d.cts +2 -4
- package/dist/components/tooltip/index.d.ts +2 -4
- package/dist/hooks/index.cjs +8 -4
- package/dist/hooks/index.d.cts +3 -1
- package/dist/hooks/index.d.ts +3 -1
- package/dist/hooks/index.js +1 -1
- package/dist/tooltip-content-DqtogPBq.d.cts +8 -0
- package/dist/tooltip-content-DqtogPBq.d.ts +8 -0
- package/package.json +1 -1
- package/dist/chunk-VT5GDGZJ.js +0 -15
|
@@ -26,7 +26,8 @@ export { Tabs, TabsContent, TabsContentProps, TabsList, TabsListProps, TabsProps
|
|
|
26
26
|
export { Textarea, TextareaProps } from './textarea/index.cjs';
|
|
27
27
|
export { Timeline, TimelineConnector, TimelineConnectorProps, TimelineContent, TimelineContentProps, TimelineDescription, TimelineDescriptionProps, TimelineDirection, TimelineDot, TimelineDotProps, TimelineHeader, TimelineHeaderProps, TimelineItem, TimelineItemElement, TimelineItemProps, TimelineOrientation, TimelineProps, TimelineStatus, TimelineTime, TimelineTimeProps, TimelineTitle, TimelineTitleProps, TimelineVariant } from './timeline/index.cjs';
|
|
28
28
|
export { Toaster, ToasterProps } from './toaster/index.cjs';
|
|
29
|
-
export { Tooltip,
|
|
29
|
+
export { Tooltip, TooltipProps, TooltipTrigger, TooltipTriggerProps } from './tooltip/index.cjs';
|
|
30
|
+
export { T as TooltipContent, a as TooltipContentProps } from '../tooltip-content-DqtogPBq.cjs';
|
|
30
31
|
export { RadioGroup, RadioGroupItem, RadioGroupItemProps, RadioGroupProps } from './radio-group/index.cjs';
|
|
31
32
|
export { ColorSwatch, ColorSwatchProps, ColorSwatchSize } from './color-swatch/index.cjs';
|
|
32
33
|
export { ScrollArea, ScrollAreaProps, ScrollBar, ScrollBarProps } from './scroll-area/index.cjs';
|
|
@@ -40,7 +41,11 @@ export { ItemElement, Masonry, MasonryCache, MasonryCacheConstructor, MasonryCac
|
|
|
40
41
|
export { P as Popover, a as PopoverContent, b as PopoverContentProps, c as PopoverProps, d as PopoverTrigger, e as PopoverTriggerProps } from '../popover-trigger-Cf4PPj0z.cjs';
|
|
41
42
|
export { PopoverAnchor, PopoverAnchorProps, PopoverDescription, PopoverDescriptionProps, PopoverHeader, PopoverHeaderProps, PopoverTitle, PopoverTitleProps } from './popover/index.cjs';
|
|
42
43
|
export { FileState, FileUpload, FileUploadClear, FileUploadClearProps, FileUploadContextValue, FileUploadDropzone, FileUploadDropzoneProps, FileUploadItem, FileUploadItemContextValue, FileUploadItemDelete, FileUploadItemDeleteProps, FileUploadItemMetadata, FileUploadItemMetadataProps, FileUploadItemPreview, FileUploadItemPreviewProps, FileUploadItemProgress, FileUploadItemProgressProps, FileUploadItemProps, FileUploadList, FileUploadListOrientationType, FileUploadListProps, FileUploadProps, FileUploadStoreState, FileUploadTrigger, FileUploadTriggerProps, FileUploadUploadOptions, useFileUploadContext, useFileUploadItemContext, useFileUploadStore } from './file-upload/index.cjs';
|
|
44
|
+
export { Skeleton, SkeletonProps } from './skeleton/index.cjs';
|
|
43
45
|
export { Sortable, SortableItem, SortableItemHandle, SortableItemHandleProps, SortableItemProps, SortableOverlay, SortableOverlayProps, SortableProps, useSortableItemContext } from './sortable/index.cjs';
|
|
46
|
+
export { Sidebar, SidebarCollapsible, SidebarContent, SidebarContentProps, SidebarFooter, SidebarFooterProps, SidebarGroup, SidebarGroupAction, SidebarGroupActionProps, SidebarGroupContent, SidebarGroupContentProps, SidebarGroupLabel, SidebarGroupLabelProps, SidebarGroupProps, SidebarHeader, SidebarHeaderProps, SidebarInput, SidebarInputProps, SidebarInset, SidebarInsetProps, SidebarMenu, SidebarMenuAction, SidebarMenuActionProps, SidebarMenuBadge, SidebarMenuBadgeProps, SidebarMenuButton, SidebarMenuButtonProps, SidebarMenuButtonSizeType, SidebarMenuButtonVariantType, SidebarMenuItem, SidebarMenuItemProps, SidebarMenuProps, SidebarMenuSkeleton, SidebarMenuSkeletonProps, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubButtonProps, SidebarMenuSubButtonSize, SidebarMenuSubItem, SidebarMenuSubItemProps, SidebarMenuSubProps, SidebarProps, SidebarProvider, SidebarProviderProps, SidebarRail, SidebarRailProps, SidebarSeparator, SidebarSeparatorProps, SidebarSide, SidebarTrigger, SidebarTriggerProps, SidebarVariant, useSidebar, useSidebarContext } from './sidebar/index.cjs';
|
|
47
|
+
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuCheckboxItemProps, DropdownMenuContent, DropdownMenuContentProps, DropdownMenuGroup, DropdownMenuGroupProps, DropdownMenuItem, DropdownMenuItemProps, DropdownMenuItemVariant, DropdownMenuItemVariantType, DropdownMenuLabel, DropdownMenuLabelProps, DropdownMenuPortal, DropdownMenuPortalProps, DropdownMenuProps, DropdownMenuRadioGroup, DropdownMenuRadioGroupProps, DropdownMenuRadioItem, DropdownMenuRadioItemProps, DropdownMenuSeparator, DropdownMenuSeparatorProps, DropdownMenuShortcut, DropdownMenuShortcutProps, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubContentProps, DropdownMenuSubProps, DropdownMenuSubTrigger, DropdownMenuSubTriggerProps, DropdownMenuTrigger, DropdownMenuTriggerProps } from './dropdown-menu/index.cjs';
|
|
48
|
+
export { Collapsible, CollapsibleContent, CollapsibleContentProps, CollapsibleProps, CollapsibleTrigger, CollapsibleTriggerProps } from './collapsible/index.cjs';
|
|
44
49
|
export { toast } from 'sonner';
|
|
45
50
|
import 'react';
|
|
46
51
|
import 'radix-ui';
|
|
@@ -26,7 +26,8 @@ export { Tabs, TabsContent, TabsContentProps, TabsList, TabsListProps, TabsProps
|
|
|
26
26
|
export { Textarea, TextareaProps } from './textarea/index.js';
|
|
27
27
|
export { Timeline, TimelineConnector, TimelineConnectorProps, TimelineContent, TimelineContentProps, TimelineDescription, TimelineDescriptionProps, TimelineDirection, TimelineDot, TimelineDotProps, TimelineHeader, TimelineHeaderProps, TimelineItem, TimelineItemElement, TimelineItemProps, TimelineOrientation, TimelineProps, TimelineStatus, TimelineTime, TimelineTimeProps, TimelineTitle, TimelineTitleProps, TimelineVariant } from './timeline/index.js';
|
|
28
28
|
export { Toaster, ToasterProps } from './toaster/index.js';
|
|
29
|
-
export { Tooltip,
|
|
29
|
+
export { Tooltip, TooltipProps, TooltipTrigger, TooltipTriggerProps } from './tooltip/index.js';
|
|
30
|
+
export { T as TooltipContent, a as TooltipContentProps } from '../tooltip-content-DqtogPBq.js';
|
|
30
31
|
export { RadioGroup, RadioGroupItem, RadioGroupItemProps, RadioGroupProps } from './radio-group/index.js';
|
|
31
32
|
export { ColorSwatch, ColorSwatchProps, ColorSwatchSize } from './color-swatch/index.js';
|
|
32
33
|
export { ScrollArea, ScrollAreaProps, ScrollBar, ScrollBarProps } from './scroll-area/index.js';
|
|
@@ -40,7 +41,11 @@ export { ItemElement, Masonry, MasonryCache, MasonryCacheConstructor, MasonryCac
|
|
|
40
41
|
export { P as Popover, a as PopoverContent, b as PopoverContentProps, c as PopoverProps, d as PopoverTrigger, e as PopoverTriggerProps } from '../popover-trigger-Cf4PPj0z.js';
|
|
41
42
|
export { PopoverAnchor, PopoverAnchorProps, PopoverDescription, PopoverDescriptionProps, PopoverHeader, PopoverHeaderProps, PopoverTitle, PopoverTitleProps } from './popover/index.js';
|
|
42
43
|
export { FileState, FileUpload, FileUploadClear, FileUploadClearProps, FileUploadContextValue, FileUploadDropzone, FileUploadDropzoneProps, FileUploadItem, FileUploadItemContextValue, FileUploadItemDelete, FileUploadItemDeleteProps, FileUploadItemMetadata, FileUploadItemMetadataProps, FileUploadItemPreview, FileUploadItemPreviewProps, FileUploadItemProgress, FileUploadItemProgressProps, FileUploadItemProps, FileUploadList, FileUploadListOrientationType, FileUploadListProps, FileUploadProps, FileUploadStoreState, FileUploadTrigger, FileUploadTriggerProps, FileUploadUploadOptions, useFileUploadContext, useFileUploadItemContext, useFileUploadStore } from './file-upload/index.js';
|
|
44
|
+
export { Skeleton, SkeletonProps } from './skeleton/index.js';
|
|
43
45
|
export { Sortable, SortableItem, SortableItemHandle, SortableItemHandleProps, SortableItemProps, SortableOverlay, SortableOverlayProps, SortableProps, useSortableItemContext } from './sortable/index.js';
|
|
46
|
+
export { Sidebar, SidebarCollapsible, SidebarContent, SidebarContentProps, SidebarFooter, SidebarFooterProps, SidebarGroup, SidebarGroupAction, SidebarGroupActionProps, SidebarGroupContent, SidebarGroupContentProps, SidebarGroupLabel, SidebarGroupLabelProps, SidebarGroupProps, SidebarHeader, SidebarHeaderProps, SidebarInput, SidebarInputProps, SidebarInset, SidebarInsetProps, SidebarMenu, SidebarMenuAction, SidebarMenuActionProps, SidebarMenuBadge, SidebarMenuBadgeProps, SidebarMenuButton, SidebarMenuButtonProps, SidebarMenuButtonSizeType, SidebarMenuButtonVariantType, SidebarMenuItem, SidebarMenuItemProps, SidebarMenuProps, SidebarMenuSkeleton, SidebarMenuSkeletonProps, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubButtonProps, SidebarMenuSubButtonSize, SidebarMenuSubItem, SidebarMenuSubItemProps, SidebarMenuSubProps, SidebarProps, SidebarProvider, SidebarProviderProps, SidebarRail, SidebarRailProps, SidebarSeparator, SidebarSeparatorProps, SidebarSide, SidebarTrigger, SidebarTriggerProps, SidebarVariant, useSidebar, useSidebarContext } from './sidebar/index.js';
|
|
47
|
+
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuCheckboxItemProps, DropdownMenuContent, DropdownMenuContentProps, DropdownMenuGroup, DropdownMenuGroupProps, DropdownMenuItem, DropdownMenuItemProps, DropdownMenuItemVariant, DropdownMenuItemVariantType, DropdownMenuLabel, DropdownMenuLabelProps, DropdownMenuPortal, DropdownMenuPortalProps, DropdownMenuProps, DropdownMenuRadioGroup, DropdownMenuRadioGroupProps, DropdownMenuRadioItem, DropdownMenuRadioItemProps, DropdownMenuSeparator, DropdownMenuSeparatorProps, DropdownMenuShortcut, DropdownMenuShortcutProps, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubContentProps, DropdownMenuSubProps, DropdownMenuSubTrigger, DropdownMenuSubTriggerProps, DropdownMenuTrigger, DropdownMenuTriggerProps } from './dropdown-menu/index.js';
|
|
48
|
+
export { Collapsible, CollapsibleContent, CollapsibleContentProps, CollapsibleProps, CollapsibleTrigger, CollapsibleTriggerProps } from './collapsible/index.js';
|
|
44
49
|
export { toast } from 'sonner';
|
|
45
50
|
import 'react';
|
|
46
51
|
import 'radix-ui';
|
package/dist/components/index.js
CHANGED
|
@@ -1,39 +1,42 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
export { Button, ColorPicker, ColorPickerAlphaSlider, ColorPickerArea, ColorPickerContent, ColorPickerEyeDropper, ColorPickerFormatSelect, ColorPickerHueSlider, ColorPickerInput, ColorPickerSwatch, ColorPickerTrigger, Stepper, StepperActivationMode, StepperContent, StepperDataState, StepperDescription, StepperFocusIntent, StepperIndicator, StepperItem, StepperNav, StepperNavigationDirection, StepperNextTrigger, StepperOrientation, StepperPanel, StepperPrevTrigger, StepperTitle, StepperTrigger, Toaster, toast, useColorPickerStore, useStepperContext, useStepperFocusContext, useStepperItemContext } from '../chunk-
|
|
4
|
-
export { Textarea } from '../chunk-OQCNPNPS.js';
|
|
5
|
-
export { Timeline, TimelineConnector, TimelineContent, TimelineDescription, TimelineDot, TimelineHeader, TimelineItem, TimelineTime, TimelineTitle } from '../chunk-VK2FJ65F.js';
|
|
6
|
-
export { TypingText } from '../chunk-WMGJCB7O.js';
|
|
3
|
+
export { Button, ColorPicker, ColorPickerAlphaSlider, ColorPickerArea, ColorPickerContent, ColorPickerEyeDropper, ColorPickerFormatSelect, ColorPickerHueSlider, ColorPickerInput, ColorPickerSwatch, ColorPickerTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Stepper, StepperActivationMode, StepperContent, StepperDataState, StepperDescription, StepperFocusIntent, StepperIndicator, StepperItem, StepperNav, StepperNavigationDirection, StepperNextTrigger, StepperOrientation, StepperPanel, StepperPrevTrigger, StepperTitle, StepperTrigger, Toaster, toast, useColorPickerStore, useSidebar, useSidebarContext, useStepperContext, useStepperFocusContext, useStepperItemContext } from '../chunk-AAPMLWYK.js';
|
|
7
4
|
export { Tooltip, TooltipContent, TooltipTrigger } from '../chunk-U7XZJQ4O.js';
|
|
5
|
+
export { TypingText } from '../chunk-WMGJCB7O.js';
|
|
8
6
|
export { WordRotate } from '../chunk-K5AURCK5.js';
|
|
9
|
-
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from '../chunk-H5NHGMSQ.js';
|
|
10
|
-
export { Sortable, SortableItem, SortableItemHandle, SortableOverlay, useSortableItemContext } from '../chunk-BUJO4FB6.js';
|
|
11
7
|
export { Spinner } from '../chunk-P5IUC7HJ.js';
|
|
12
8
|
export { Status, StatusIndicator, StatusLabel } from '../chunk-IWF52DDE.js';
|
|
13
9
|
export { Switch } from '../chunk-X5O7GP4S.js';
|
|
14
10
|
export { Tabs, TabsContent, TabsList, TabsTrigger } from '../chunk-OCOCENE6.js';
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
17
|
-
export { Popover, PopoverAnchor, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger } from '../chunk-IZU3KULT.js';
|
|
18
|
-
export { Progress } from '../chunk-PBEZZMAB.js';
|
|
11
|
+
export { Textarea } from '../chunk-OQCNPNPS.js';
|
|
12
|
+
export { Timeline, TimelineConnector, TimelineContent, TimelineDescription, TimelineDot, TimelineHeader, TimelineItem, TimelineTime, TimelineTitle } from '../chunk-VK2FJ65F.js';
|
|
19
13
|
export { RadioGroup, RadioGroupItem } from '../chunk-4TRADSTP.js';
|
|
20
|
-
export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle } from '../chunk-KGGCA634.js';
|
|
21
14
|
export { ScrollArea, ScrollBar } from '../chunk-M7NIRB3U.js';
|
|
22
15
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator } from '../chunk-XKCLVPUC.js';
|
|
16
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from '../chunk-H5NHGMSQ.js';
|
|
17
|
+
export { Skeleton } from '../chunk-X7WREEFD.js';
|
|
18
|
+
export { Sortable, SortableItem, SortableItemHandle, SortableOverlay, useSortableItemContext } from '../chunk-BUJO4FB6.js';
|
|
19
|
+
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuItemVariant, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from '../chunk-OXZQGDTR.js';
|
|
20
|
+
export { Input } from '../chunk-S3ZUFD6U.js';
|
|
21
|
+
export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle } from '../chunk-L2TRMQNN.js';
|
|
22
|
+
export { Marquee } from '../chunk-YUMKV5TH.js';
|
|
23
|
+
export { Masonry, MasonryItem } from '../chunk-WCQ5WKCQ.js';
|
|
24
|
+
export { Popover, PopoverAnchor, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger } from '../chunk-IZU3KULT.js';
|
|
25
|
+
export { Progress } from '../chunk-PBEZZMAB.js';
|
|
26
|
+
export { ColorSwatch } from '../chunk-3RK5PCIC.js';
|
|
23
27
|
export { CountingNumber } from '../chunk-P4JIMFSL.js';
|
|
24
28
|
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from '../chunk-BTSHACKG.js';
|
|
25
29
|
export { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle } from '../chunk-HNRVLRMN.js';
|
|
26
|
-
export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle } from '../chunk-
|
|
27
|
-
export { Separator } from '../chunk-
|
|
28
|
-
export { Header } from '../chunk-VT5GDGZJ.js';
|
|
29
|
-
export { FileUpload, FileUploadClear, FileUploadDropzone, FileUploadItem, FileUploadItemDelete, FileUploadItemMetadata, FileUploadItemPreview, FileUploadItemProgress, FileUploadList, FileUploadTrigger, useFileUploadContext, useFileUploadItemContext, useFileUploadStore } from '../chunk-EOTQVIA5.js';
|
|
30
|
-
export { Input } from '../chunk-S3ZUFD6U.js';
|
|
30
|
+
export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle } from '../chunk-3DP3VMPN.js';
|
|
31
|
+
export { Separator } from '../chunk-A72LE53B.js';
|
|
31
32
|
export { Label } from '../chunk-I3RSTJP6.js';
|
|
33
|
+
export { Header } from '../chunk-I3E75OQX.js';
|
|
34
|
+
export { FileUpload, FileUploadClear, FileUploadDropzone, FileUploadItem, FileUploadItemDelete, FileUploadItemMetadata, FileUploadItemPreview, FileUploadItemProgress, FileUploadList, FileUploadTrigger, useFileUploadContext, useFileUploadItemContext, useFileUploadStore } from '../chunk-EOTQVIA5.js';
|
|
32
35
|
export { Badge, BadgeButton, BadgeDot } from '../chunk-U3QKV7I4.js';
|
|
33
36
|
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '../chunk-6BSR3O2J.js';
|
|
34
37
|
export { Checkbox } from '../chunk-5F2Y65JH.js';
|
|
35
|
-
export {
|
|
36
|
-
import '../chunk-
|
|
38
|
+
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from '../chunk-NXEZE7LG.js';
|
|
39
|
+
import '../chunk-P4IL77YC.js';
|
|
37
40
|
import '../chunk-G24PWQKG.js';
|
|
38
41
|
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from '../chunk-B7RHEMZH.js';
|
|
39
42
|
export { Alert, AlertDescription, AlertTitle } from '../chunk-5MV54MWS.js';
|
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var chunkUNOMGKAZ_cjs = require('../../chunk-UNOMGKAZ.cjs');
|
|
4
|
+
require('../../chunk-DUAM4RTP.cjs');
|
|
5
5
|
require('../../chunk-H2BWO3SI.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "Item", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkUNOMGKAZ_cjs.Item; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "ItemActions", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkUNOMGKAZ_cjs.ItemActions; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "ItemContent", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkUNOMGKAZ_cjs.ItemContent; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "ItemDescription", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkUNOMGKAZ_cjs.ItemDescription; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "ItemFooter", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkUNOMGKAZ_cjs.ItemFooter; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "ItemGroup", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkUNOMGKAZ_cjs.ItemGroup; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "ItemHeader", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkUNOMGKAZ_cjs.ItemHeader; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "ItemMedia", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkUNOMGKAZ_cjs.ItemMedia; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "ItemSeparator", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkUNOMGKAZ_cjs.ItemSeparator; }
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(exports, "ItemTitle", {
|
|
46
46
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkUNOMGKAZ_cjs.ItemTitle; }
|
|
48
48
|
});
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle } from '../../chunk-L2TRMQNN.js';
|
|
2
|
+
import '../../chunk-A72LE53B.js';
|
|
3
3
|
import '../../chunk-ZD2QRAOX.js';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var chunkRKFU4DS3_cjs = require('../../chunk-RKFU4DS3.cjs');
|
|
4
|
+
require('../../chunk-F7NFSDOD.cjs');
|
|
5
5
|
require('../../chunk-N4TYSZSU.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "Masonry", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkRKFU4DS3_cjs.Masonry; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "MasonryItem", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkRKFU4DS3_cjs.MasonryItem; }
|
|
16
16
|
});
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { Masonry, MasonryItem } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { Masonry, MasonryItem } from '../../chunk-WCQ5WKCQ.js';
|
|
2
|
+
import '../../chunk-P4IL77YC.js';
|
|
3
3
|
import '../../chunk-G24PWQKG.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkDUAM4RTP_cjs = require('../../chunk-DUAM4RTP.cjs');
|
|
4
4
|
require('../../chunk-H2BWO3SI.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "Separator", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkDUAM4RTP_cjs.Separator; }
|
|
11
11
|
});
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Separator } from '../../chunk-
|
|
1
|
+
export { Separator } from '../../chunk-A72LE53B.js';
|
|
2
2
|
import '../../chunk-ZD2QRAOX.js';
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunk35H6T7OQ_cjs = require('../../chunk-35H6T7OQ.cjs');
|
|
4
|
+
require('../../chunk-A7SBXO2Y.cjs');
|
|
5
|
+
require('../../chunk-EUH466AL.cjs');
|
|
6
|
+
require('../../chunk-DGWBE2Y3.cjs');
|
|
7
|
+
require('../../chunk-3WSQRFUY.cjs');
|
|
8
|
+
require('../../chunk-GYXQUTWZ.cjs');
|
|
9
|
+
require('../../chunk-7OD2NBSV.cjs');
|
|
10
|
+
require('../../chunk-YEFLGE3L.cjs');
|
|
11
|
+
require('../../chunk-NU5UQPBX.cjs');
|
|
12
|
+
require('../../chunk-MNDQXDV4.cjs');
|
|
13
|
+
require('../../chunk-XENOUBSI.cjs');
|
|
14
|
+
require('../../chunk-UJX74PFK.cjs');
|
|
15
|
+
require('../../chunk-6HX7ETL3.cjs');
|
|
16
|
+
require('../../chunk-375QAB65.cjs');
|
|
17
|
+
require('../../chunk-KTAIBRTH.cjs');
|
|
18
|
+
require('../../chunk-CL2C6STG.cjs');
|
|
19
|
+
require('../../chunk-YBFG2IRJ.cjs');
|
|
20
|
+
require('../../chunk-B4M7Q5KX.cjs');
|
|
21
|
+
require('../../chunk-UNOMGKAZ.cjs');
|
|
22
|
+
require('../../chunk-2WQJ36RD.cjs');
|
|
23
|
+
require('../../chunk-RKFU4DS3.cjs');
|
|
24
|
+
require('../../chunk-GEDBA3JU.cjs');
|
|
25
|
+
require('../../chunk-TH44JYXB.cjs');
|
|
26
|
+
require('../../chunk-ULEEQ723.cjs');
|
|
27
|
+
require('../../chunk-USIW3VT5.cjs');
|
|
28
|
+
require('../../chunk-VK5EX3OG.cjs');
|
|
29
|
+
require('../../chunk-CXHDWIGF.cjs');
|
|
30
|
+
require('../../chunk-HPICKLBZ.cjs');
|
|
31
|
+
require('../../chunk-DUAM4RTP.cjs');
|
|
32
|
+
require('../../chunk-S3ANEJJ7.cjs');
|
|
33
|
+
require('../../chunk-5B37TQYT.cjs');
|
|
34
|
+
require('../../chunk-OZSNSRLV.cjs');
|
|
35
|
+
require('../../chunk-ZVF7J4EI.cjs');
|
|
36
|
+
require('../../chunk-2Y2ZCPNV.cjs');
|
|
37
|
+
require('../../chunk-HCHVDUI6.cjs');
|
|
38
|
+
require('../../chunk-SHPJGB2L.cjs');
|
|
39
|
+
require('../../chunk-F7NFSDOD.cjs');
|
|
40
|
+
require('../../chunk-N4TYSZSU.cjs');
|
|
41
|
+
require('../../chunk-X3ZT3KGX.cjs');
|
|
42
|
+
require('../../chunk-3GNVQFCK.cjs');
|
|
43
|
+
require('../../chunk-TMXVL5CV.cjs');
|
|
44
|
+
require('../../chunk-4LNGZHF2.cjs');
|
|
45
|
+
require('../../chunk-H2BWO3SI.cjs');
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
Object.defineProperty(exports, "Sidebar", {
|
|
50
|
+
enumerable: true,
|
|
51
|
+
get: function () { return chunk35H6T7OQ_cjs.Sidebar; }
|
|
52
|
+
});
|
|
53
|
+
Object.defineProperty(exports, "SidebarContent", {
|
|
54
|
+
enumerable: true,
|
|
55
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarContent; }
|
|
56
|
+
});
|
|
57
|
+
Object.defineProperty(exports, "SidebarFooter", {
|
|
58
|
+
enumerable: true,
|
|
59
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarFooter; }
|
|
60
|
+
});
|
|
61
|
+
Object.defineProperty(exports, "SidebarGroup", {
|
|
62
|
+
enumerable: true,
|
|
63
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarGroup; }
|
|
64
|
+
});
|
|
65
|
+
Object.defineProperty(exports, "SidebarGroupAction", {
|
|
66
|
+
enumerable: true,
|
|
67
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarGroupAction; }
|
|
68
|
+
});
|
|
69
|
+
Object.defineProperty(exports, "SidebarGroupContent", {
|
|
70
|
+
enumerable: true,
|
|
71
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarGroupContent; }
|
|
72
|
+
});
|
|
73
|
+
Object.defineProperty(exports, "SidebarGroupLabel", {
|
|
74
|
+
enumerable: true,
|
|
75
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarGroupLabel; }
|
|
76
|
+
});
|
|
77
|
+
Object.defineProperty(exports, "SidebarHeader", {
|
|
78
|
+
enumerable: true,
|
|
79
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarHeader; }
|
|
80
|
+
});
|
|
81
|
+
Object.defineProperty(exports, "SidebarInput", {
|
|
82
|
+
enumerable: true,
|
|
83
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarInput; }
|
|
84
|
+
});
|
|
85
|
+
Object.defineProperty(exports, "SidebarInset", {
|
|
86
|
+
enumerable: true,
|
|
87
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarInset; }
|
|
88
|
+
});
|
|
89
|
+
Object.defineProperty(exports, "SidebarMenu", {
|
|
90
|
+
enumerable: true,
|
|
91
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarMenu; }
|
|
92
|
+
});
|
|
93
|
+
Object.defineProperty(exports, "SidebarMenuAction", {
|
|
94
|
+
enumerable: true,
|
|
95
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarMenuAction; }
|
|
96
|
+
});
|
|
97
|
+
Object.defineProperty(exports, "SidebarMenuBadge", {
|
|
98
|
+
enumerable: true,
|
|
99
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarMenuBadge; }
|
|
100
|
+
});
|
|
101
|
+
Object.defineProperty(exports, "SidebarMenuButton", {
|
|
102
|
+
enumerable: true,
|
|
103
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarMenuButton; }
|
|
104
|
+
});
|
|
105
|
+
Object.defineProperty(exports, "SidebarMenuItem", {
|
|
106
|
+
enumerable: true,
|
|
107
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarMenuItem; }
|
|
108
|
+
});
|
|
109
|
+
Object.defineProperty(exports, "SidebarMenuSkeleton", {
|
|
110
|
+
enumerable: true,
|
|
111
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarMenuSkeleton; }
|
|
112
|
+
});
|
|
113
|
+
Object.defineProperty(exports, "SidebarMenuSub", {
|
|
114
|
+
enumerable: true,
|
|
115
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarMenuSub; }
|
|
116
|
+
});
|
|
117
|
+
Object.defineProperty(exports, "SidebarMenuSubButton", {
|
|
118
|
+
enumerable: true,
|
|
119
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarMenuSubButton; }
|
|
120
|
+
});
|
|
121
|
+
Object.defineProperty(exports, "SidebarMenuSubItem", {
|
|
122
|
+
enumerable: true,
|
|
123
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarMenuSubItem; }
|
|
124
|
+
});
|
|
125
|
+
Object.defineProperty(exports, "SidebarProvider", {
|
|
126
|
+
enumerable: true,
|
|
127
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarProvider; }
|
|
128
|
+
});
|
|
129
|
+
Object.defineProperty(exports, "SidebarRail", {
|
|
130
|
+
enumerable: true,
|
|
131
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarRail; }
|
|
132
|
+
});
|
|
133
|
+
Object.defineProperty(exports, "SidebarSeparator", {
|
|
134
|
+
enumerable: true,
|
|
135
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarSeparator; }
|
|
136
|
+
});
|
|
137
|
+
Object.defineProperty(exports, "SidebarTrigger", {
|
|
138
|
+
enumerable: true,
|
|
139
|
+
get: function () { return chunk35H6T7OQ_cjs.SidebarTrigger; }
|
|
140
|
+
});
|
|
141
|
+
Object.defineProperty(exports, "useSidebar", {
|
|
142
|
+
enumerable: true,
|
|
143
|
+
get: function () { return chunk35H6T7OQ_cjs.useSidebar; }
|
|
144
|
+
});
|
|
145
|
+
Object.defineProperty(exports, "useSidebarContext", {
|
|
146
|
+
enumerable: true,
|
|
147
|
+
get: function () { return chunk35H6T7OQ_cjs.useSidebarContext; }
|
|
148
|
+
});
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { Button } from '../button/index.cjs';
|
|
4
|
+
import '../../color-picker.types-GI7dq2Ig.cjs';
|
|
5
|
+
import { Input } from '../input/index.cjs';
|
|
6
|
+
import { Separator } from '../separator/index.cjs';
|
|
7
|
+
import { T as TooltipContent } from '../../tooltip-content-DqtogPBq.cjs';
|
|
8
|
+
import { VariantProps } from 'class-variance-authority';
|
|
9
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
10
|
+
import 'radix-ui';
|
|
11
|
+
|
|
12
|
+
type SidebarProviderProps = React.ComponentProps<"div"> & {
|
|
13
|
+
defaultOpen?: boolean;
|
|
14
|
+
open?: boolean;
|
|
15
|
+
onOpenChange?: (open: boolean) => void;
|
|
16
|
+
};
|
|
17
|
+
declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: SidebarProviderProps): react_jsx_runtime.JSX.Element;
|
|
18
|
+
|
|
19
|
+
type SidebarSide = "left" | "right";
|
|
20
|
+
type SidebarVariant = "sidebar" | "floating" | "inset";
|
|
21
|
+
type SidebarCollapsible = "offcanvas" | "icon" | "none";
|
|
22
|
+
|
|
23
|
+
type SidebarProps = React.ComponentProps<"div"> & {
|
|
24
|
+
side?: SidebarSide;
|
|
25
|
+
variant?: SidebarVariant;
|
|
26
|
+
collapsible?: SidebarCollapsible;
|
|
27
|
+
};
|
|
28
|
+
declare function Sidebar({ side, variant, collapsible, className, children, dir, ...props }: SidebarProps): react_jsx_runtime.JSX.Element;
|
|
29
|
+
|
|
30
|
+
type SidebarTriggerProps = React.ComponentProps<typeof Button>;
|
|
31
|
+
declare function SidebarTrigger({ className, onClick, ...props }: SidebarTriggerProps): react_jsx_runtime.JSX.Element;
|
|
32
|
+
|
|
33
|
+
type SidebarRailProps = React.ComponentProps<"button">;
|
|
34
|
+
declare function SidebarRail({ className, ...props }: SidebarRailProps): react_jsx_runtime.JSX.Element;
|
|
35
|
+
|
|
36
|
+
type SidebarInsetProps = React.ComponentProps<"main">;
|
|
37
|
+
declare function SidebarInset({ className, ...props }: SidebarInsetProps): react_jsx_runtime.JSX.Element;
|
|
38
|
+
|
|
39
|
+
type SidebarInputProps = React.ComponentProps<typeof Input>;
|
|
40
|
+
declare function SidebarInput({ className, ...props }: SidebarInputProps): react_jsx_runtime.JSX.Element;
|
|
41
|
+
|
|
42
|
+
type SidebarHeaderProps = React.ComponentProps<"div">;
|
|
43
|
+
declare function SidebarHeader({ className, ...props }: SidebarHeaderProps): react_jsx_runtime.JSX.Element;
|
|
44
|
+
|
|
45
|
+
type SidebarFooterProps = React.ComponentProps<"div">;
|
|
46
|
+
declare function SidebarFooter({ className, ...props }: SidebarFooterProps): react_jsx_runtime.JSX.Element;
|
|
47
|
+
|
|
48
|
+
type SidebarSeparatorProps = React.ComponentProps<typeof Separator>;
|
|
49
|
+
declare function SidebarSeparator({ className, ...props }: SidebarSeparatorProps): react_jsx_runtime.JSX.Element;
|
|
50
|
+
|
|
51
|
+
type SidebarContentProps = React.ComponentProps<"div">;
|
|
52
|
+
declare function SidebarContent({ className, ...props }: SidebarContentProps): react_jsx_runtime.JSX.Element;
|
|
53
|
+
|
|
54
|
+
type SidebarGroupProps = React.ComponentProps<"div">;
|
|
55
|
+
declare function SidebarGroup({ className, ...props }: SidebarGroupProps): react_jsx_runtime.JSX.Element;
|
|
56
|
+
|
|
57
|
+
type SidebarGroupLabelProps = React.ComponentProps<"div"> & {
|
|
58
|
+
asChild?: boolean;
|
|
59
|
+
};
|
|
60
|
+
declare function SidebarGroupLabel({ className, asChild, ...props }: SidebarGroupLabelProps): react_jsx_runtime.JSX.Element;
|
|
61
|
+
|
|
62
|
+
type SidebarGroupActionProps = React.ComponentProps<"button"> & {
|
|
63
|
+
asChild?: boolean;
|
|
64
|
+
};
|
|
65
|
+
declare function SidebarGroupAction({ className, asChild, ...props }: SidebarGroupActionProps): react_jsx_runtime.JSX.Element;
|
|
66
|
+
|
|
67
|
+
type SidebarGroupContentProps = React.ComponentProps<"div">;
|
|
68
|
+
declare function SidebarGroupContent({ className, ...props }: SidebarGroupContentProps): react_jsx_runtime.JSX.Element;
|
|
69
|
+
|
|
70
|
+
type SidebarMenuProps = React.ComponentProps<"ul">;
|
|
71
|
+
declare function SidebarMenu({ className, ...props }: SidebarMenuProps): react_jsx_runtime.JSX.Element;
|
|
72
|
+
|
|
73
|
+
type SidebarMenuItemProps = React.ComponentProps<"li">;
|
|
74
|
+
declare function SidebarMenuItem({ className, ...props }: SidebarMenuItemProps): react_jsx_runtime.JSX.Element;
|
|
75
|
+
|
|
76
|
+
declare const sidebarMenuButtonVariants: (props?: {
|
|
77
|
+
variant?: "outline" | "default";
|
|
78
|
+
size?: "default" | "sm" | "lg";
|
|
79
|
+
} & class_variance_authority_types.ClassProp) => string;
|
|
80
|
+
|
|
81
|
+
type SidebarMenuButtonCvaProps = VariantProps<typeof sidebarMenuButtonVariants>;
|
|
82
|
+
type SidebarMenuButtonVariantType = NonNullable<SidebarMenuButtonCvaProps["variant"]>;
|
|
83
|
+
type SidebarMenuButtonSizeType = NonNullable<SidebarMenuButtonCvaProps["size"]>;
|
|
84
|
+
|
|
85
|
+
type SidebarMenuButtonProps = React.ComponentProps<"button"> & {
|
|
86
|
+
asChild?: boolean;
|
|
87
|
+
isActive?: boolean;
|
|
88
|
+
variant?: SidebarMenuButtonVariantType;
|
|
89
|
+
size?: SidebarMenuButtonSizeType;
|
|
90
|
+
tooltip?: string | React.ComponentProps<typeof TooltipContent>;
|
|
91
|
+
};
|
|
92
|
+
declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: SidebarMenuButtonProps): react_jsx_runtime.JSX.Element;
|
|
93
|
+
|
|
94
|
+
type SidebarMenuActionProps = React.ComponentProps<"button"> & {
|
|
95
|
+
asChild?: boolean;
|
|
96
|
+
showOnHover?: boolean;
|
|
97
|
+
};
|
|
98
|
+
declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: SidebarMenuActionProps): react_jsx_runtime.JSX.Element;
|
|
99
|
+
|
|
100
|
+
type SidebarMenuBadgeProps = React.ComponentProps<"div">;
|
|
101
|
+
declare function SidebarMenuBadge({ className, ...props }: SidebarMenuBadgeProps): react_jsx_runtime.JSX.Element;
|
|
102
|
+
|
|
103
|
+
type SidebarMenuSkeletonProps = React.ComponentProps<"div"> & {
|
|
104
|
+
showIcon?: boolean;
|
|
105
|
+
};
|
|
106
|
+
declare function SidebarMenuSkeleton({ className, showIcon, ...props }: SidebarMenuSkeletonProps): react_jsx_runtime.JSX.Element;
|
|
107
|
+
|
|
108
|
+
type SidebarMenuSubProps = React.ComponentProps<"ul">;
|
|
109
|
+
declare function SidebarMenuSub({ className, ...props }: SidebarMenuSubProps): react_jsx_runtime.JSX.Element;
|
|
110
|
+
|
|
111
|
+
type SidebarMenuSubItemProps = React.ComponentProps<"li">;
|
|
112
|
+
declare function SidebarMenuSubItem({ className, ...props }: SidebarMenuSubItemProps): react_jsx_runtime.JSX.Element;
|
|
113
|
+
|
|
114
|
+
type SidebarMenuSubButtonSize = "sm" | "md";
|
|
115
|
+
|
|
116
|
+
type SidebarMenuSubButtonProps = React.ComponentProps<"a"> & {
|
|
117
|
+
asChild?: boolean;
|
|
118
|
+
size?: SidebarMenuSubButtonSize;
|
|
119
|
+
isActive?: boolean;
|
|
120
|
+
};
|
|
121
|
+
declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: SidebarMenuSubButtonProps): react_jsx_runtime.JSX.Element;
|
|
122
|
+
|
|
123
|
+
type SidebarContextValue = {
|
|
124
|
+
state: "expanded" | "collapsed";
|
|
125
|
+
open: boolean;
|
|
126
|
+
setOpen: (open: boolean | ((value: boolean) => boolean)) => void;
|
|
127
|
+
openMobile: boolean;
|
|
128
|
+
setOpenMobile: (open: boolean) => void;
|
|
129
|
+
isMobile: boolean;
|
|
130
|
+
toggleSidebar: () => void;
|
|
131
|
+
};
|
|
132
|
+
declare function useSidebarContext(consumerName: string): SidebarContextValue;
|
|
133
|
+
declare function useSidebar(): SidebarContextValue;
|
|
134
|
+
|
|
135
|
+
export { Sidebar, type SidebarCollapsible, SidebarContent, type SidebarContentProps, SidebarFooter, type SidebarFooterProps, SidebarGroup, SidebarGroupAction, type SidebarGroupActionProps, SidebarGroupContent, type SidebarGroupContentProps, SidebarGroupLabel, type SidebarGroupLabelProps, type SidebarGroupProps, SidebarHeader, type SidebarHeaderProps, SidebarInput, type SidebarInputProps, SidebarInset, type SidebarInsetProps, SidebarMenu, SidebarMenuAction, type SidebarMenuActionProps, SidebarMenuBadge, type SidebarMenuBadgeProps, SidebarMenuButton, type SidebarMenuButtonProps, type SidebarMenuButtonSizeType, type SidebarMenuButtonVariantType, SidebarMenuItem, type SidebarMenuItemProps, type SidebarMenuProps, SidebarMenuSkeleton, type SidebarMenuSkeletonProps, SidebarMenuSub, SidebarMenuSubButton, type SidebarMenuSubButtonProps, type SidebarMenuSubButtonSize, SidebarMenuSubItem, type SidebarMenuSubItemProps, type SidebarMenuSubProps, type SidebarProps, SidebarProvider, type SidebarProviderProps, SidebarRail, type SidebarRailProps, SidebarSeparator, type SidebarSeparatorProps, type SidebarSide, SidebarTrigger, type SidebarTriggerProps, type SidebarVariant, useSidebar, useSidebarContext };
|