@szum-tech/design-system 3.14.0 → 3.16.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.
Files changed (75) hide show
  1. package/dist/{chunk-K5QSMTKJ.js → chunk-3DP3VMPN.js} +1 -1
  2. package/dist/{chunk-XJIUGEPN.js → chunk-A72LE53B.js} +1 -1
  3. package/dist/chunk-BUJO4FB6.js +252 -0
  4. package/dist/chunk-CL2C6STG.cjs +278 -0
  5. package/dist/{chunk-UIOBJSKZ.cjs → chunk-DUAM4RTP.cjs} +1 -1
  6. package/dist/{chunk-XY3ZNUWR.cjs → chunk-F7NFSDOD.cjs} +17 -4
  7. package/dist/{chunk-GAZLMZBH.cjs → chunk-HPICKLBZ.cjs} +2 -2
  8. package/dist/chunk-KTAIBRTH.cjs +10 -0
  9. package/dist/{chunk-KGGCA634.js → chunk-L2TRMQNN.js} +1 -1
  10. package/dist/{chunk-EZCWHR56.cjs → chunk-MFTNHVPZ.cjs} +557 -6
  11. package/dist/chunk-NXEZE7LG.js +15 -0
  12. package/dist/{chunk-VL3TPVSB.js → chunk-OIM2X2NK.js} +532 -6
  13. package/dist/chunk-OXZQGDTR.js +208 -0
  14. package/dist/{chunk-4IGU5SVP.js → chunk-P4IL77YC.js} +16 -4
  15. package/dist/{chunk-CAIAZGSW.cjs → chunk-RKFU4DS3.cjs} +2 -2
  16. package/dist/chunk-SHPJGB2L.cjs +19 -0
  17. package/dist/{chunk-CFJ44JVK.cjs → chunk-UNOMGKAZ.cjs} +2 -2
  18. package/dist/{chunk-Q2MJKFIE.js → chunk-WCQ5WKCQ.js} +1 -1
  19. package/dist/chunk-X7WREEFD.js +8 -0
  20. package/dist/chunk-YBFG2IRJ.cjs +225 -0
  21. package/dist/components/badge-overflow/index.cjs +2 -2
  22. package/dist/components/badge-overflow/index.js +1 -1
  23. package/dist/components/button/index.cjs +21 -17
  24. package/dist/components/button/index.js +20 -16
  25. package/dist/components/carousel/index.cjs +22 -18
  26. package/dist/components/carousel/index.js +20 -16
  27. package/dist/components/collapsible/index.cjs +18 -0
  28. package/dist/components/collapsible/index.d.cts +12 -0
  29. package/dist/components/collapsible/index.d.ts +12 -0
  30. package/dist/components/collapsible/index.js +1 -0
  31. package/dist/components/color-picker/index.cjs +31 -27
  32. package/dist/components/color-picker/index.js +20 -16
  33. package/dist/components/dropdown-menu/index.cjs +71 -0
  34. package/dist/components/dropdown-menu/index.d.cts +67 -0
  35. package/dist/components/dropdown-menu/index.d.ts +67 -0
  36. package/dist/components/dropdown-menu/index.js +2 -0
  37. package/dist/components/field/index.cjs +12 -12
  38. package/dist/components/field/index.js +2 -2
  39. package/dist/components/index.cjs +384 -180
  40. package/dist/components/index.d.cts +8 -1
  41. package/dist/components/index.d.ts +8 -1
  42. package/dist/components/index.js +20 -16
  43. package/dist/components/item/index.cjs +12 -12
  44. package/dist/components/item/index.js +2 -2
  45. package/dist/components/masonry/index.cjs +4 -4
  46. package/dist/components/masonry/index.js +2 -2
  47. package/dist/components/separator/index.cjs +2 -2
  48. package/dist/components/separator/index.js +1 -1
  49. package/dist/components/sidebar/index.cjs +148 -0
  50. package/dist/components/sidebar/index.d.cts +135 -0
  51. package/dist/components/sidebar/index.d.ts +135 -0
  52. package/dist/components/sidebar/index.js +43 -0
  53. package/dist/components/skeleton/index.cjs +11 -0
  54. package/dist/components/skeleton/index.d.cts +7 -0
  55. package/dist/components/skeleton/index.d.ts +7 -0
  56. package/dist/components/skeleton/index.js +2 -0
  57. package/dist/components/sortable/index.cjs +27 -0
  58. package/dist/components/sortable/index.d.cts +50 -0
  59. package/dist/components/sortable/index.d.ts +50 -0
  60. package/dist/components/sortable/index.js +2 -0
  61. package/dist/components/stepper/index.cjs +39 -35
  62. package/dist/components/stepper/index.js +20 -16
  63. package/dist/components/timeline/index.cjs +1 -1
  64. package/dist/components/timeline/index.js +1 -1
  65. package/dist/components/toaster/index.cjs +22 -18
  66. package/dist/components/toaster/index.js +20 -16
  67. package/dist/components/tooltip/index.d.cts +2 -4
  68. package/dist/components/tooltip/index.d.ts +2 -4
  69. package/dist/hooks/index.cjs +8 -4
  70. package/dist/hooks/index.d.cts +3 -1
  71. package/dist/hooks/index.d.ts +3 -1
  72. package/dist/hooks/index.js +1 -1
  73. package/dist/tooltip-content-DqtogPBq.d.cts +8 -0
  74. package/dist/tooltip-content-DqtogPBq.d.ts +8 -0
  75. package/package.json +4 -1
@@ -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.js';
4
+ import '../../color-picker.types-GI7dq2Ig.js';
5
+ import { Input } from '../input/index.js';
6
+ import { Separator } from '../separator/index.js';
7
+ import { T as TooltipContent } from '../../tooltip-content-DqtogPBq.js';
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 };
@@ -0,0 +1,43 @@
1
+ export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar, useSidebarContext } from '../../chunk-OIM2X2NK.js';
2
+ import '../../chunk-WMGJCB7O.js';
3
+ import '../../chunk-K5AURCK5.js';
4
+ import '../../chunk-IWF52DDE.js';
5
+ import '../../chunk-X5O7GP4S.js';
6
+ import '../../chunk-OCOCENE6.js';
7
+ import '../../chunk-OQCNPNPS.js';
8
+ import '../../chunk-VK2FJ65F.js';
9
+ import '../../chunk-U7XZJQ4O.js';
10
+ import '../../chunk-M7NIRB3U.js';
11
+ import '../../chunk-XKCLVPUC.js';
12
+ import '../../chunk-H5NHGMSQ.js';
13
+ import '../../chunk-X7WREEFD.js';
14
+ import '../../chunk-BUJO4FB6.js';
15
+ import '../../chunk-P5IUC7HJ.js';
16
+ import '../../chunk-S3ZUFD6U.js';
17
+ import '../../chunk-L2TRMQNN.js';
18
+ import '../../chunk-YUMKV5TH.js';
19
+ import '../../chunk-WCQ5WKCQ.js';
20
+ import '../../chunk-IZU3KULT.js';
21
+ import '../../chunk-PBEZZMAB.js';
22
+ import '../../chunk-4TRADSTP.js';
23
+ import '../../chunk-P4JIMFSL.js';
24
+ import '../../chunk-BTSHACKG.js';
25
+ import '../../chunk-OXZQGDTR.js';
26
+ import '../../chunk-HNRVLRMN.js';
27
+ import '../../chunk-3DP3VMPN.js';
28
+ import '../../chunk-A72LE53B.js';
29
+ import '../../chunk-I3RSTJP6.js';
30
+ import '../../chunk-VT5GDGZJ.js';
31
+ import '../../chunk-EOTQVIA5.js';
32
+ import '../../chunk-U3QKV7I4.js';
33
+ import '../../chunk-6BSR3O2J.js';
34
+ import '../../chunk-5F2Y65JH.js';
35
+ import '../../chunk-NXEZE7LG.js';
36
+ import '../../chunk-3RK5PCIC.js';
37
+ import '../../chunk-P4IL77YC.js';
38
+ import '../../chunk-G24PWQKG.js';
39
+ import '../../chunk-B7RHEMZH.js';
40
+ import '../../chunk-5MV54MWS.js';
41
+ import '../../chunk-5MJPZUTO.js';
42
+ import '../../chunk-XTKD76O5.js';
43
+ import '../../chunk-ZD2QRAOX.js';
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var chunkKTAIBRTH_cjs = require('../../chunk-KTAIBRTH.cjs');
4
+ require('../../chunk-H2BWO3SI.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "Skeleton", {
9
+ enumerable: true,
10
+ get: function () { return chunkKTAIBRTH_cjs.Skeleton; }
11
+ });
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ type SkeletonProps = React.ComponentProps<"div">;
5
+ declare function Skeleton({ className, ...props }: SkeletonProps): react_jsx_runtime.JSX.Element;
6
+
7
+ export { Skeleton, type SkeletonProps };
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ type SkeletonProps = React.ComponentProps<"div">;
5
+ declare function Skeleton({ className, ...props }: SkeletonProps): react_jsx_runtime.JSX.Element;
6
+
7
+ export { Skeleton, type SkeletonProps };
@@ -0,0 +1,2 @@
1
+ export { Skeleton } from '../../chunk-X7WREEFD.js';
2
+ import '../../chunk-ZD2QRAOX.js';
@@ -0,0 +1,27 @@
1
+ 'use strict';
2
+
3
+ var chunkCL2C6STG_cjs = require('../../chunk-CL2C6STG.cjs');
4
+ require('../../chunk-H2BWO3SI.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "Sortable", {
9
+ enumerable: true,
10
+ get: function () { return chunkCL2C6STG_cjs.Sortable; }
11
+ });
12
+ Object.defineProperty(exports, "SortableItem", {
13
+ enumerable: true,
14
+ get: function () { return chunkCL2C6STG_cjs.SortableItem; }
15
+ });
16
+ Object.defineProperty(exports, "SortableItemHandle", {
17
+ enumerable: true,
18
+ get: function () { return chunkCL2C6STG_cjs.SortableItemHandle; }
19
+ });
20
+ Object.defineProperty(exports, "SortableOverlay", {
21
+ enumerable: true,
22
+ get: function () { return chunkCL2C6STG_cjs.SortableOverlay; }
23
+ });
24
+ Object.defineProperty(exports, "useSortableItemContext", {
25
+ enumerable: true,
26
+ get: function () { return chunkCL2C6STG_cjs.useSortableItemContext; }
27
+ });
@@ -0,0 +1,50 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+ import { DragEndEvent, DragStartEvent, Modifiers, DraggableSyntheticListeners, DragOverlay, UniqueIdentifier } from '@dnd-kit/core';
4
+
5
+ type SortableProps<T> = Omit<React.ComponentProps<"div">, "onDragStart" | "onDragEnd"> & {
6
+ value: T[];
7
+ onValueChange: (value: T[]) => void;
8
+ getItemValue: (item: T) => string;
9
+ children: React.ReactNode;
10
+ onMove?: (event: {
11
+ event: DragEndEvent;
12
+ activeIndex: number;
13
+ overIndex: number;
14
+ }) => void;
15
+ strategy?: "horizontal" | "vertical" | "grid";
16
+ onDragStart?: (event: DragStartEvent) => void;
17
+ onDragEnd?: (event: DragEndEvent) => void;
18
+ modifiers?: Modifiers;
19
+ asChild?: boolean;
20
+ };
21
+ declare function Sortable<T>({ value, onValueChange, getItemValue, className, asChild, onMove, strategy, onDragStart, onDragEnd, modifiers, children, ...props }: SortableProps<T>): react_jsx_runtime.JSX.Element;
22
+
23
+ type SortableItemProps = React.ComponentProps<"div"> & {
24
+ value: string;
25
+ disabled?: boolean;
26
+ asChild?: boolean;
27
+ };
28
+ declare function SortableItem({ value, className, asChild, disabled, children, ...props }: SortableItemProps): react_jsx_runtime.JSX.Element;
29
+
30
+ interface SortableItemContextValue {
31
+ listeners: DraggableSyntheticListeners | undefined;
32
+ isDragging?: boolean;
33
+ disabled?: boolean;
34
+ }
35
+ declare function useSortableItemContext(consumerName: string): SortableItemContextValue;
36
+
37
+ type SortableItemHandleProps = React.ComponentProps<"div"> & {
38
+ cursor?: boolean;
39
+ asChild?: boolean;
40
+ };
41
+ declare function SortableItemHandle({ className, asChild, cursor, children, ...props }: SortableItemHandleProps): react_jsx_runtime.JSX.Element;
42
+
43
+ type SortableOverlayProps = Omit<React.ComponentProps<typeof DragOverlay>, "children"> & {
44
+ children?: React.ReactNode | ((params: {
45
+ value: UniqueIdentifier;
46
+ }) => React.ReactNode);
47
+ };
48
+ declare function SortableOverlay({ children, className, ...props }: SortableOverlayProps): React.ReactPortal;
49
+
50
+ export { Sortable, SortableItem, SortableItemHandle, type SortableItemHandleProps, type SortableItemProps, SortableOverlay, type SortableOverlayProps, type SortableProps, useSortableItemContext };
@@ -0,0 +1,50 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+ import { DragEndEvent, DragStartEvent, Modifiers, DraggableSyntheticListeners, DragOverlay, UniqueIdentifier } from '@dnd-kit/core';
4
+
5
+ type SortableProps<T> = Omit<React.ComponentProps<"div">, "onDragStart" | "onDragEnd"> & {
6
+ value: T[];
7
+ onValueChange: (value: T[]) => void;
8
+ getItemValue: (item: T) => string;
9
+ children: React.ReactNode;
10
+ onMove?: (event: {
11
+ event: DragEndEvent;
12
+ activeIndex: number;
13
+ overIndex: number;
14
+ }) => void;
15
+ strategy?: "horizontal" | "vertical" | "grid";
16
+ onDragStart?: (event: DragStartEvent) => void;
17
+ onDragEnd?: (event: DragEndEvent) => void;
18
+ modifiers?: Modifiers;
19
+ asChild?: boolean;
20
+ };
21
+ declare function Sortable<T>({ value, onValueChange, getItemValue, className, asChild, onMove, strategy, onDragStart, onDragEnd, modifiers, children, ...props }: SortableProps<T>): react_jsx_runtime.JSX.Element;
22
+
23
+ type SortableItemProps = React.ComponentProps<"div"> & {
24
+ value: string;
25
+ disabled?: boolean;
26
+ asChild?: boolean;
27
+ };
28
+ declare function SortableItem({ value, className, asChild, disabled, children, ...props }: SortableItemProps): react_jsx_runtime.JSX.Element;
29
+
30
+ interface SortableItemContextValue {
31
+ listeners: DraggableSyntheticListeners | undefined;
32
+ isDragging?: boolean;
33
+ disabled?: boolean;
34
+ }
35
+ declare function useSortableItemContext(consumerName: string): SortableItemContextValue;
36
+
37
+ type SortableItemHandleProps = React.ComponentProps<"div"> & {
38
+ cursor?: boolean;
39
+ asChild?: boolean;
40
+ };
41
+ declare function SortableItemHandle({ className, asChild, cursor, children, ...props }: SortableItemHandleProps): react_jsx_runtime.JSX.Element;
42
+
43
+ type SortableOverlayProps = Omit<React.ComponentProps<typeof DragOverlay>, "children"> & {
44
+ children?: React.ReactNode | ((params: {
45
+ value: UniqueIdentifier;
46
+ }) => React.ReactNode);
47
+ };
48
+ declare function SortableOverlay({ children, className, ...props }: SortableOverlayProps): React.ReactPortal;
49
+
50
+ export { Sortable, SortableItem, SortableItemHandle, type SortableItemHandleProps, type SortableItemProps, SortableOverlay, type SortableOverlayProps, type SortableProps, useSortableItemContext };
@@ -0,0 +1,2 @@
1
+ export { Sortable, SortableItem, SortableItemHandle, SortableOverlay, useSortableItemContext } from '../../chunk-BUJO4FB6.js';
2
+ import '../../chunk-ZD2QRAOX.js';
@@ -1,38 +1,42 @@
1
1
  'use strict';
2
2
 
3
- var chunkEZCWHR56_cjs = require('../../chunk-EZCWHR56.cjs');
4
- require('../../chunk-A7SBXO2Y.cjs');
3
+ var chunkMFTNHVPZ_cjs = require('../../chunk-MFTNHVPZ.cjs');
5
4
  require('../../chunk-EUH466AL.cjs');
6
5
  require('../../chunk-DGWBE2Y3.cjs');
7
- require('../../chunk-B4M7Q5KX.cjs');
8
- require('../../chunk-3WSQRFUY.cjs');
9
6
  require('../../chunk-GYXQUTWZ.cjs');
10
7
  require('../../chunk-7OD2NBSV.cjs');
11
- require('../../chunk-NU5UQPBX.cjs');
12
8
  require('../../chunk-YEFLGE3L.cjs');
9
+ require('../../chunk-NU5UQPBX.cjs');
13
10
  require('../../chunk-MNDQXDV4.cjs');
14
- require('../../chunk-CAIAZGSW.cjs');
15
- require('../../chunk-GEDBA3JU.cjs');
16
- require('../../chunk-TH44JYXB.cjs');
17
- require('../../chunk-XENOUBSI.cjs');
11
+ require('../../chunk-A7SBXO2Y.cjs');
18
12
  require('../../chunk-UJX74PFK.cjs');
19
13
  require('../../chunk-6HX7ETL3.cjs');
20
14
  require('../../chunk-375QAB65.cjs');
15
+ require('../../chunk-KTAIBRTH.cjs');
16
+ require('../../chunk-CL2C6STG.cjs');
17
+ require('../../chunk-3WSQRFUY.cjs');
18
+ require('../../chunk-B4M7Q5KX.cjs');
19
+ require('../../chunk-UNOMGKAZ.cjs');
20
+ require('../../chunk-2WQJ36RD.cjs');
21
+ require('../../chunk-RKFU4DS3.cjs');
22
+ require('../../chunk-GEDBA3JU.cjs');
23
+ require('../../chunk-TH44JYXB.cjs');
24
+ require('../../chunk-XENOUBSI.cjs');
25
+ require('../../chunk-USIW3VT5.cjs');
21
26
  require('../../chunk-VK5EX3OG.cjs');
27
+ require('../../chunk-YBFG2IRJ.cjs');
22
28
  require('../../chunk-CXHDWIGF.cjs');
23
- require('../../chunk-GAZLMZBH.cjs');
29
+ require('../../chunk-HPICKLBZ.cjs');
30
+ require('../../chunk-DUAM4RTP.cjs');
24
31
  require('../../chunk-S3ANEJJ7.cjs');
25
- require('../../chunk-OZSNSRLV.cjs');
26
32
  require('../../chunk-6X26XC6P.cjs');
27
- require('../../chunk-CFJ44JVK.cjs');
28
- require('../../chunk-UIOBJSKZ.cjs');
29
- require('../../chunk-2WQJ36RD.cjs');
33
+ require('../../chunk-OZSNSRLV.cjs');
30
34
  require('../../chunk-ZVF7J4EI.cjs');
31
35
  require('../../chunk-2Y2ZCPNV.cjs');
32
36
  require('../../chunk-HCHVDUI6.cjs');
37
+ require('../../chunk-SHPJGB2L.cjs');
33
38
  require('../../chunk-ULEEQ723.cjs');
34
- require('../../chunk-USIW3VT5.cjs');
35
- require('../../chunk-XY3ZNUWR.cjs');
39
+ require('../../chunk-F7NFSDOD.cjs');
36
40
  require('../../chunk-N4TYSZSU.cjs');
37
41
  require('../../chunk-X3ZT3KGX.cjs');
38
42
  require('../../chunk-3GNVQFCK.cjs');
@@ -44,77 +48,77 @@ require('../../chunk-H2BWO3SI.cjs');
44
48
 
45
49
  Object.defineProperty(exports, "Stepper", {
46
50
  enumerable: true,
47
- get: function () { return chunkEZCWHR56_cjs.Stepper; }
51
+ get: function () { return chunkMFTNHVPZ_cjs.Stepper; }
48
52
  });
49
53
  Object.defineProperty(exports, "StepperActivationMode", {
50
54
  enumerable: true,
51
- get: function () { return chunkEZCWHR56_cjs.StepperActivationMode; }
55
+ get: function () { return chunkMFTNHVPZ_cjs.StepperActivationMode; }
52
56
  });
53
57
  Object.defineProperty(exports, "StepperContent", {
54
58
  enumerable: true,
55
- get: function () { return chunkEZCWHR56_cjs.StepperContent; }
59
+ get: function () { return chunkMFTNHVPZ_cjs.StepperContent; }
56
60
  });
57
61
  Object.defineProperty(exports, "StepperDataState", {
58
62
  enumerable: true,
59
- get: function () { return chunkEZCWHR56_cjs.StepperDataState; }
63
+ get: function () { return chunkMFTNHVPZ_cjs.StepperDataState; }
60
64
  });
61
65
  Object.defineProperty(exports, "StepperDescription", {
62
66
  enumerable: true,
63
- get: function () { return chunkEZCWHR56_cjs.StepperDescription; }
67
+ get: function () { return chunkMFTNHVPZ_cjs.StepperDescription; }
64
68
  });
65
69
  Object.defineProperty(exports, "StepperFocusIntent", {
66
70
  enumerable: true,
67
- get: function () { return chunkEZCWHR56_cjs.StepperFocusIntent; }
71
+ get: function () { return chunkMFTNHVPZ_cjs.StepperFocusIntent; }
68
72
  });
69
73
  Object.defineProperty(exports, "StepperIndicator", {
70
74
  enumerable: true,
71
- get: function () { return chunkEZCWHR56_cjs.StepperIndicator; }
75
+ get: function () { return chunkMFTNHVPZ_cjs.StepperIndicator; }
72
76
  });
73
77
  Object.defineProperty(exports, "StepperItem", {
74
78
  enumerable: true,
75
- get: function () { return chunkEZCWHR56_cjs.StepperItem; }
79
+ get: function () { return chunkMFTNHVPZ_cjs.StepperItem; }
76
80
  });
77
81
  Object.defineProperty(exports, "StepperNav", {
78
82
  enumerable: true,
79
- get: function () { return chunkEZCWHR56_cjs.StepperNav; }
83
+ get: function () { return chunkMFTNHVPZ_cjs.StepperNav; }
80
84
  });
81
85
  Object.defineProperty(exports, "StepperNavigationDirection", {
82
86
  enumerable: true,
83
- get: function () { return chunkEZCWHR56_cjs.StepperNavigationDirection; }
87
+ get: function () { return chunkMFTNHVPZ_cjs.StepperNavigationDirection; }
84
88
  });
85
89
  Object.defineProperty(exports, "StepperNextTrigger", {
86
90
  enumerable: true,
87
- get: function () { return chunkEZCWHR56_cjs.StepperNextTrigger; }
91
+ get: function () { return chunkMFTNHVPZ_cjs.StepperNextTrigger; }
88
92
  });
89
93
  Object.defineProperty(exports, "StepperOrientation", {
90
94
  enumerable: true,
91
- get: function () { return chunkEZCWHR56_cjs.StepperOrientation; }
95
+ get: function () { return chunkMFTNHVPZ_cjs.StepperOrientation; }
92
96
  });
93
97
  Object.defineProperty(exports, "StepperPanel", {
94
98
  enumerable: true,
95
- get: function () { return chunkEZCWHR56_cjs.StepperPanel; }
99
+ get: function () { return chunkMFTNHVPZ_cjs.StepperPanel; }
96
100
  });
97
101
  Object.defineProperty(exports, "StepperPrevTrigger", {
98
102
  enumerable: true,
99
- get: function () { return chunkEZCWHR56_cjs.StepperPrevTrigger; }
103
+ get: function () { return chunkMFTNHVPZ_cjs.StepperPrevTrigger; }
100
104
  });
101
105
  Object.defineProperty(exports, "StepperTitle", {
102
106
  enumerable: true,
103
- get: function () { return chunkEZCWHR56_cjs.StepperTitle; }
107
+ get: function () { return chunkMFTNHVPZ_cjs.StepperTitle; }
104
108
  });
105
109
  Object.defineProperty(exports, "StepperTrigger", {
106
110
  enumerable: true,
107
- get: function () { return chunkEZCWHR56_cjs.StepperTrigger; }
111
+ get: function () { return chunkMFTNHVPZ_cjs.StepperTrigger; }
108
112
  });
109
113
  Object.defineProperty(exports, "useStepperContext", {
110
114
  enumerable: true,
111
- get: function () { return chunkEZCWHR56_cjs.useStepperContext; }
115
+ get: function () { return chunkMFTNHVPZ_cjs.useStepperContext; }
112
116
  });
113
117
  Object.defineProperty(exports, "useStepperFocusContext", {
114
118
  enumerable: true,
115
- get: function () { return chunkEZCWHR56_cjs.useStepperFocusContext; }
119
+ get: function () { return chunkMFTNHVPZ_cjs.useStepperFocusContext; }
116
120
  });
117
121
  Object.defineProperty(exports, "useStepperItemContext", {
118
122
  enumerable: true,
119
- get: function () { return chunkEZCWHR56_cjs.useStepperItemContext; }
123
+ get: function () { return chunkMFTNHVPZ_cjs.useStepperItemContext; }
120
124
  });
@@ -1,36 +1,40 @@
1
- export { Stepper, StepperActivationMode, StepperContent, StepperDataState, StepperDescription, StepperFocusIntent, StepperIndicator, StepperItem, StepperNav, StepperNavigationDirection, StepperNextTrigger, StepperOrientation, StepperPanel, StepperPrevTrigger, StepperTitle, StepperTrigger, useStepperContext, useStepperFocusContext, useStepperItemContext } from '../../chunk-VL3TPVSB.js';
2
- import '../../chunk-U7XZJQ4O.js';
1
+ export { Stepper, StepperActivationMode, StepperContent, StepperDataState, StepperDescription, StepperFocusIntent, StepperIndicator, StepperItem, StepperNav, StepperNavigationDirection, StepperNextTrigger, StepperOrientation, StepperPanel, StepperPrevTrigger, StepperTitle, StepperTrigger, useStepperContext, useStepperFocusContext, useStepperItemContext } from '../../chunk-OIM2X2NK.js';
3
2
  import '../../chunk-WMGJCB7O.js';
4
3
  import '../../chunk-K5AURCK5.js';
5
- import '../../chunk-S3ZUFD6U.js';
6
- import '../../chunk-P5IUC7HJ.js';
7
4
  import '../../chunk-IWF52DDE.js';
8
5
  import '../../chunk-X5O7GP4S.js';
9
- import '../../chunk-OQCNPNPS.js';
10
6
  import '../../chunk-OCOCENE6.js';
7
+ import '../../chunk-OQCNPNPS.js';
11
8
  import '../../chunk-VK2FJ65F.js';
12
- import '../../chunk-Q2MJKFIE.js';
13
- import '../../chunk-IZU3KULT.js';
14
- import '../../chunk-PBEZZMAB.js';
15
- import '../../chunk-4TRADSTP.js';
9
+ import '../../chunk-U7XZJQ4O.js';
16
10
  import '../../chunk-M7NIRB3U.js';
17
11
  import '../../chunk-XKCLVPUC.js';
18
12
  import '../../chunk-H5NHGMSQ.js';
13
+ import '../../chunk-X7WREEFD.js';
14
+ import '../../chunk-BUJO4FB6.js';
15
+ import '../../chunk-P5IUC7HJ.js';
16
+ import '../../chunk-S3ZUFD6U.js';
17
+ import '../../chunk-L2TRMQNN.js';
18
+ import '../../chunk-YUMKV5TH.js';
19
+ import '../../chunk-WCQ5WKCQ.js';
20
+ import '../../chunk-IZU3KULT.js';
21
+ import '../../chunk-PBEZZMAB.js';
22
+ import '../../chunk-4TRADSTP.js';
23
+ import '../../chunk-P4JIMFSL.js';
19
24
  import '../../chunk-BTSHACKG.js';
25
+ import '../../chunk-OXZQGDTR.js';
20
26
  import '../../chunk-HNRVLRMN.js';
21
- import '../../chunk-K5QSMTKJ.js';
27
+ import '../../chunk-3DP3VMPN.js';
28
+ import '../../chunk-A72LE53B.js';
22
29
  import '../../chunk-I3RSTJP6.js';
23
- import '../../chunk-EOTQVIA5.js';
24
30
  import '../../chunk-VT5GDGZJ.js';
25
- import '../../chunk-KGGCA634.js';
26
- import '../../chunk-XJIUGEPN.js';
27
- import '../../chunk-YUMKV5TH.js';
31
+ import '../../chunk-EOTQVIA5.js';
28
32
  import '../../chunk-U3QKV7I4.js';
29
33
  import '../../chunk-6BSR3O2J.js';
30
34
  import '../../chunk-5F2Y65JH.js';
35
+ import '../../chunk-NXEZE7LG.js';
31
36
  import '../../chunk-3RK5PCIC.js';
32
- import '../../chunk-P4JIMFSL.js';
33
- import '../../chunk-4IGU5SVP.js';
37
+ import '../../chunk-P4IL77YC.js';
34
38
  import '../../chunk-G24PWQKG.js';
35
39
  import '../../chunk-B7RHEMZH.js';
36
40
  import '../../chunk-5MV54MWS.js';
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var chunkMNDQXDV4_cjs = require('../../chunk-MNDQXDV4.cjs');
4
- require('../../chunk-XY3ZNUWR.cjs');
4
+ require('../../chunk-F7NFSDOD.cjs');
5
5
  require('../../chunk-N4TYSZSU.cjs');
6
6
  require('../../chunk-H2BWO3SI.cjs');
7
7
 
@@ -1,4 +1,4 @@
1
1
  export { Timeline, TimelineConnector, TimelineContent, TimelineDescription, TimelineDot, TimelineHeader, TimelineItem, TimelineTime, TimelineTitle } from '../../chunk-VK2FJ65F.js';
2
- import '../../chunk-4IGU5SVP.js';
2
+ import '../../chunk-P4IL77YC.js';
3
3
  import '../../chunk-G24PWQKG.js';
4
4
  import '../../chunk-ZD2QRAOX.js';
@@ -1,38 +1,42 @@
1
1
  'use strict';
2
2
 
3
- var chunkEZCWHR56_cjs = require('../../chunk-EZCWHR56.cjs');
4
- require('../../chunk-A7SBXO2Y.cjs');
3
+ var chunkMFTNHVPZ_cjs = require('../../chunk-MFTNHVPZ.cjs');
5
4
  require('../../chunk-EUH466AL.cjs');
6
5
  require('../../chunk-DGWBE2Y3.cjs');
7
- require('../../chunk-B4M7Q5KX.cjs');
8
- require('../../chunk-3WSQRFUY.cjs');
9
6
  require('../../chunk-GYXQUTWZ.cjs');
10
7
  require('../../chunk-7OD2NBSV.cjs');
11
- require('../../chunk-NU5UQPBX.cjs');
12
8
  require('../../chunk-YEFLGE3L.cjs');
9
+ require('../../chunk-NU5UQPBX.cjs');
13
10
  require('../../chunk-MNDQXDV4.cjs');
14
- require('../../chunk-CAIAZGSW.cjs');
15
- require('../../chunk-GEDBA3JU.cjs');
16
- require('../../chunk-TH44JYXB.cjs');
17
- require('../../chunk-XENOUBSI.cjs');
11
+ require('../../chunk-A7SBXO2Y.cjs');
18
12
  require('../../chunk-UJX74PFK.cjs');
19
13
  require('../../chunk-6HX7ETL3.cjs');
20
14
  require('../../chunk-375QAB65.cjs');
15
+ require('../../chunk-KTAIBRTH.cjs');
16
+ require('../../chunk-CL2C6STG.cjs');
17
+ require('../../chunk-3WSQRFUY.cjs');
18
+ require('../../chunk-B4M7Q5KX.cjs');
19
+ require('../../chunk-UNOMGKAZ.cjs');
20
+ require('../../chunk-2WQJ36RD.cjs');
21
+ require('../../chunk-RKFU4DS3.cjs');
22
+ require('../../chunk-GEDBA3JU.cjs');
23
+ require('../../chunk-TH44JYXB.cjs');
24
+ require('../../chunk-XENOUBSI.cjs');
25
+ require('../../chunk-USIW3VT5.cjs');
21
26
  require('../../chunk-VK5EX3OG.cjs');
27
+ require('../../chunk-YBFG2IRJ.cjs');
22
28
  require('../../chunk-CXHDWIGF.cjs');
23
- require('../../chunk-GAZLMZBH.cjs');
29
+ require('../../chunk-HPICKLBZ.cjs');
30
+ require('../../chunk-DUAM4RTP.cjs');
24
31
  require('../../chunk-S3ANEJJ7.cjs');
25
- require('../../chunk-OZSNSRLV.cjs');
26
32
  require('../../chunk-6X26XC6P.cjs');
27
- require('../../chunk-CFJ44JVK.cjs');
28
- require('../../chunk-UIOBJSKZ.cjs');
29
- require('../../chunk-2WQJ36RD.cjs');
33
+ require('../../chunk-OZSNSRLV.cjs');
30
34
  require('../../chunk-ZVF7J4EI.cjs');
31
35
  require('../../chunk-2Y2ZCPNV.cjs');
32
36
  require('../../chunk-HCHVDUI6.cjs');
37
+ require('../../chunk-SHPJGB2L.cjs');
33
38
  require('../../chunk-ULEEQ723.cjs');
34
- require('../../chunk-USIW3VT5.cjs');
35
- require('../../chunk-XY3ZNUWR.cjs');
39
+ require('../../chunk-F7NFSDOD.cjs');
36
40
  require('../../chunk-N4TYSZSU.cjs');
37
41
  require('../../chunk-X3ZT3KGX.cjs');
38
42
  require('../../chunk-3GNVQFCK.cjs');
@@ -44,9 +48,9 @@ require('../../chunk-H2BWO3SI.cjs');
44
48
 
45
49
  Object.defineProperty(exports, "Toaster", {
46
50
  enumerable: true,
47
- get: function () { return chunkEZCWHR56_cjs.Toaster; }
51
+ get: function () { return chunkMFTNHVPZ_cjs.Toaster; }
48
52
  });
49
53
  Object.defineProperty(exports, "toast", {
50
54
  enumerable: true,
51
- get: function () { return chunkEZCWHR56_cjs.toast; }
55
+ get: function () { return chunkMFTNHVPZ_cjs.toast; }
52
56
  });