@szum-tech/design-system 3.14.0 → 3.15.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-BUJO4FB6.js +252 -0
- package/dist/chunk-CL2C6STG.cjs +278 -0
- package/dist/components/button/index.cjs +15 -14
- package/dist/components/button/index.js +14 -13
- package/dist/components/carousel/index.cjs +16 -15
- package/dist/components/carousel/index.js +14 -13
- package/dist/components/color-picker/index.cjs +25 -24
- package/dist/components/color-picker/index.js +14 -13
- package/dist/components/field/index.cjs +12 -12
- package/dist/components/field/index.js +2 -2
- package/dist/components/index.cjs +205 -184
- package/dist/components/index.d.cts +2 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +14 -13
- package/dist/components/sortable/index.cjs +27 -0
- package/dist/components/sortable/index.d.cts +50 -0
- package/dist/components/sortable/index.d.ts +50 -0
- package/dist/components/sortable/index.js +2 -0
- package/dist/components/stepper/index.cjs +33 -32
- package/dist/components/stepper/index.js +14 -13
- package/dist/components/toaster/index.cjs +16 -15
- package/dist/components/toaster/index.js +14 -13
- package/package.json +4 -1
- package/dist/{chunk-K5QSMTKJ.js → chunk-3MH6P44N.js} +1 -1
- package/dist/{chunk-GAZLMZBH.cjs → chunk-DTYX7CYN.cjs} +1 -1
- package/dist/{chunk-VL3TPVSB.js → chunk-OH323B3O.js} +2 -2
- package/dist/{chunk-EZCWHR56.cjs → chunk-PTZVUZNQ.cjs} +2 -2
package/dist/components/index.js
CHANGED
|
@@ -1,37 +1,38 @@
|
|
|
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 {
|
|
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-OH323B3O.js';
|
|
4
|
+
export { Textarea } from '../chunk-OQCNPNPS.js';
|
|
5
|
+
export { Timeline, TimelineConnector, TimelineContent, TimelineDescription, TimelineDot, TimelineHeader, TimelineItem, TimelineTime, TimelineTitle } from '../chunk-VK2FJ65F.js';
|
|
5
6
|
export { TypingText } from '../chunk-WMGJCB7O.js';
|
|
7
|
+
export { Tooltip, TooltipContent, TooltipTrigger } from '../chunk-U7XZJQ4O.js';
|
|
6
8
|
export { WordRotate } from '../chunk-K5AURCK5.js';
|
|
7
|
-
export {
|
|
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';
|
|
8
11
|
export { Spinner } from '../chunk-P5IUC7HJ.js';
|
|
9
12
|
export { Status, StatusIndicator, StatusLabel } from '../chunk-IWF52DDE.js';
|
|
10
13
|
export { Switch } from '../chunk-X5O7GP4S.js';
|
|
11
|
-
export { Textarea } from '../chunk-OQCNPNPS.js';
|
|
12
14
|
export { Tabs, TabsContent, TabsList, TabsTrigger } from '../chunk-OCOCENE6.js';
|
|
13
|
-
export {
|
|
15
|
+
export { Marquee } from '../chunk-YUMKV5TH.js';
|
|
14
16
|
export { Masonry, MasonryItem } from '../chunk-Q2MJKFIE.js';
|
|
15
17
|
export { Popover, PopoverAnchor, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger } from '../chunk-IZU3KULT.js';
|
|
16
18
|
export { Progress } from '../chunk-PBEZZMAB.js';
|
|
17
19
|
export { RadioGroup, RadioGroupItem } from '../chunk-4TRADSTP.js';
|
|
20
|
+
export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle } from '../chunk-KGGCA634.js';
|
|
18
21
|
export { ScrollArea, ScrollBar } from '../chunk-M7NIRB3U.js';
|
|
19
22
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator } from '../chunk-XKCLVPUC.js';
|
|
20
|
-
export {
|
|
23
|
+
export { CountingNumber } from '../chunk-P4JIMFSL.js';
|
|
21
24
|
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from '../chunk-BTSHACKG.js';
|
|
22
25
|
export { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle } from '../chunk-HNRVLRMN.js';
|
|
23
|
-
export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle } from '../chunk-
|
|
24
|
-
export { Label } from '../chunk-I3RSTJP6.js';
|
|
25
|
-
export { FileUpload, FileUploadClear, FileUploadDropzone, FileUploadItem, FileUploadItemDelete, FileUploadItemMetadata, FileUploadItemPreview, FileUploadItemProgress, FileUploadList, FileUploadTrigger, useFileUploadContext, useFileUploadItemContext, useFileUploadStore } from '../chunk-EOTQVIA5.js';
|
|
26
|
-
export { Header } from '../chunk-VT5GDGZJ.js';
|
|
27
|
-
export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle } from '../chunk-KGGCA634.js';
|
|
26
|
+
export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle } from '../chunk-3MH6P44N.js';
|
|
28
27
|
export { Separator } from '../chunk-XJIUGEPN.js';
|
|
29
|
-
export {
|
|
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';
|
|
31
|
+
export { Label } from '../chunk-I3RSTJP6.js';
|
|
30
32
|
export { Badge, BadgeButton, BadgeDot } from '../chunk-U3QKV7I4.js';
|
|
31
33
|
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '../chunk-6BSR3O2J.js';
|
|
32
34
|
export { Checkbox } from '../chunk-5F2Y65JH.js';
|
|
33
35
|
export { ColorSwatch } from '../chunk-3RK5PCIC.js';
|
|
34
|
-
export { CountingNumber } from '../chunk-P4JIMFSL.js';
|
|
35
36
|
import '../chunk-4IGU5SVP.js';
|
|
36
37
|
import '../chunk-G24PWQKG.js';
|
|
37
38
|
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from '../chunk-B7RHEMZH.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 };
|
|
@@ -1,37 +1,38 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var chunkPTZVUZNQ_cjs = require('../../chunk-PTZVUZNQ.cjs');
|
|
4
|
+
require('../../chunk-NU5UQPBX.cjs');
|
|
5
|
+
require('../../chunk-MNDQXDV4.cjs');
|
|
5
6
|
require('../../chunk-EUH466AL.cjs');
|
|
7
|
+
require('../../chunk-A7SBXO2Y.cjs');
|
|
6
8
|
require('../../chunk-DGWBE2Y3.cjs');
|
|
7
|
-
require('../../chunk-
|
|
9
|
+
require('../../chunk-375QAB65.cjs');
|
|
10
|
+
require('../../chunk-CL2C6STG.cjs');
|
|
8
11
|
require('../../chunk-3WSQRFUY.cjs');
|
|
9
12
|
require('../../chunk-GYXQUTWZ.cjs');
|
|
10
13
|
require('../../chunk-7OD2NBSV.cjs');
|
|
11
|
-
require('../../chunk-NU5UQPBX.cjs');
|
|
12
14
|
require('../../chunk-YEFLGE3L.cjs');
|
|
13
|
-
require('../../chunk-
|
|
15
|
+
require('../../chunk-2WQJ36RD.cjs');
|
|
14
16
|
require('../../chunk-CAIAZGSW.cjs');
|
|
15
17
|
require('../../chunk-GEDBA3JU.cjs');
|
|
16
18
|
require('../../chunk-TH44JYXB.cjs');
|
|
17
19
|
require('../../chunk-XENOUBSI.cjs');
|
|
20
|
+
require('../../chunk-CFJ44JVK.cjs');
|
|
18
21
|
require('../../chunk-UJX74PFK.cjs');
|
|
19
22
|
require('../../chunk-6HX7ETL3.cjs');
|
|
20
|
-
require('../../chunk-
|
|
23
|
+
require('../../chunk-USIW3VT5.cjs');
|
|
21
24
|
require('../../chunk-VK5EX3OG.cjs');
|
|
22
25
|
require('../../chunk-CXHDWIGF.cjs');
|
|
23
|
-
require('../../chunk-
|
|
24
|
-
require('../../chunk-S3ANEJJ7.cjs');
|
|
25
|
-
require('../../chunk-OZSNSRLV.cjs');
|
|
26
|
-
require('../../chunk-6X26XC6P.cjs');
|
|
27
|
-
require('../../chunk-CFJ44JVK.cjs');
|
|
26
|
+
require('../../chunk-DTYX7CYN.cjs');
|
|
28
27
|
require('../../chunk-UIOBJSKZ.cjs');
|
|
29
|
-
require('../../chunk-
|
|
28
|
+
require('../../chunk-6X26XC6P.cjs');
|
|
29
|
+
require('../../chunk-OZSNSRLV.cjs');
|
|
30
|
+
require('../../chunk-B4M7Q5KX.cjs');
|
|
31
|
+
require('../../chunk-S3ANEJJ7.cjs');
|
|
30
32
|
require('../../chunk-ZVF7J4EI.cjs');
|
|
31
33
|
require('../../chunk-2Y2ZCPNV.cjs');
|
|
32
34
|
require('../../chunk-HCHVDUI6.cjs');
|
|
33
35
|
require('../../chunk-ULEEQ723.cjs');
|
|
34
|
-
require('../../chunk-USIW3VT5.cjs');
|
|
35
36
|
require('../../chunk-XY3ZNUWR.cjs');
|
|
36
37
|
require('../../chunk-N4TYSZSU.cjs');
|
|
37
38
|
require('../../chunk-X3ZT3KGX.cjs');
|
|
@@ -44,77 +45,77 @@ require('../../chunk-H2BWO3SI.cjs');
|
|
|
44
45
|
|
|
45
46
|
Object.defineProperty(exports, "Stepper", {
|
|
46
47
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkPTZVUZNQ_cjs.Stepper; }
|
|
48
49
|
});
|
|
49
50
|
Object.defineProperty(exports, "StepperActivationMode", {
|
|
50
51
|
enumerable: true,
|
|
51
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkPTZVUZNQ_cjs.StepperActivationMode; }
|
|
52
53
|
});
|
|
53
54
|
Object.defineProperty(exports, "StepperContent", {
|
|
54
55
|
enumerable: true,
|
|
55
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkPTZVUZNQ_cjs.StepperContent; }
|
|
56
57
|
});
|
|
57
58
|
Object.defineProperty(exports, "StepperDataState", {
|
|
58
59
|
enumerable: true,
|
|
59
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkPTZVUZNQ_cjs.StepperDataState; }
|
|
60
61
|
});
|
|
61
62
|
Object.defineProperty(exports, "StepperDescription", {
|
|
62
63
|
enumerable: true,
|
|
63
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkPTZVUZNQ_cjs.StepperDescription; }
|
|
64
65
|
});
|
|
65
66
|
Object.defineProperty(exports, "StepperFocusIntent", {
|
|
66
67
|
enumerable: true,
|
|
67
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkPTZVUZNQ_cjs.StepperFocusIntent; }
|
|
68
69
|
});
|
|
69
70
|
Object.defineProperty(exports, "StepperIndicator", {
|
|
70
71
|
enumerable: true,
|
|
71
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkPTZVUZNQ_cjs.StepperIndicator; }
|
|
72
73
|
});
|
|
73
74
|
Object.defineProperty(exports, "StepperItem", {
|
|
74
75
|
enumerable: true,
|
|
75
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkPTZVUZNQ_cjs.StepperItem; }
|
|
76
77
|
});
|
|
77
78
|
Object.defineProperty(exports, "StepperNav", {
|
|
78
79
|
enumerable: true,
|
|
79
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunkPTZVUZNQ_cjs.StepperNav; }
|
|
80
81
|
});
|
|
81
82
|
Object.defineProperty(exports, "StepperNavigationDirection", {
|
|
82
83
|
enumerable: true,
|
|
83
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunkPTZVUZNQ_cjs.StepperNavigationDirection; }
|
|
84
85
|
});
|
|
85
86
|
Object.defineProperty(exports, "StepperNextTrigger", {
|
|
86
87
|
enumerable: true,
|
|
87
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunkPTZVUZNQ_cjs.StepperNextTrigger; }
|
|
88
89
|
});
|
|
89
90
|
Object.defineProperty(exports, "StepperOrientation", {
|
|
90
91
|
enumerable: true,
|
|
91
|
-
get: function () { return
|
|
92
|
+
get: function () { return chunkPTZVUZNQ_cjs.StepperOrientation; }
|
|
92
93
|
});
|
|
93
94
|
Object.defineProperty(exports, "StepperPanel", {
|
|
94
95
|
enumerable: true,
|
|
95
|
-
get: function () { return
|
|
96
|
+
get: function () { return chunkPTZVUZNQ_cjs.StepperPanel; }
|
|
96
97
|
});
|
|
97
98
|
Object.defineProperty(exports, "StepperPrevTrigger", {
|
|
98
99
|
enumerable: true,
|
|
99
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunkPTZVUZNQ_cjs.StepperPrevTrigger; }
|
|
100
101
|
});
|
|
101
102
|
Object.defineProperty(exports, "StepperTitle", {
|
|
102
103
|
enumerable: true,
|
|
103
|
-
get: function () { return
|
|
104
|
+
get: function () { return chunkPTZVUZNQ_cjs.StepperTitle; }
|
|
104
105
|
});
|
|
105
106
|
Object.defineProperty(exports, "StepperTrigger", {
|
|
106
107
|
enumerable: true,
|
|
107
|
-
get: function () { return
|
|
108
|
+
get: function () { return chunkPTZVUZNQ_cjs.StepperTrigger; }
|
|
108
109
|
});
|
|
109
110
|
Object.defineProperty(exports, "useStepperContext", {
|
|
110
111
|
enumerable: true,
|
|
111
|
-
get: function () { return
|
|
112
|
+
get: function () { return chunkPTZVUZNQ_cjs.useStepperContext; }
|
|
112
113
|
});
|
|
113
114
|
Object.defineProperty(exports, "useStepperFocusContext", {
|
|
114
115
|
enumerable: true,
|
|
115
|
-
get: function () { return
|
|
116
|
+
get: function () { return chunkPTZVUZNQ_cjs.useStepperFocusContext; }
|
|
116
117
|
});
|
|
117
118
|
Object.defineProperty(exports, "useStepperItemContext", {
|
|
118
119
|
enumerable: true,
|
|
119
|
-
get: function () { return
|
|
120
|
+
get: function () { return chunkPTZVUZNQ_cjs.useStepperItemContext; }
|
|
120
121
|
});
|
|
@@ -1,35 +1,36 @@
|
|
|
1
|
-
export { Stepper, StepperActivationMode, StepperContent, StepperDataState, StepperDescription, StepperFocusIntent, StepperIndicator, StepperItem, StepperNav, StepperNavigationDirection, StepperNextTrigger, StepperOrientation, StepperPanel, StepperPrevTrigger, StepperTitle, StepperTrigger, useStepperContext, useStepperFocusContext, useStepperItemContext } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { Stepper, StepperActivationMode, StepperContent, StepperDataState, StepperDescription, StepperFocusIntent, StepperIndicator, StepperItem, StepperNav, StepperNavigationDirection, StepperNextTrigger, StepperOrientation, StepperPanel, StepperPrevTrigger, StepperTitle, StepperTrigger, useStepperContext, useStepperFocusContext, useStepperItemContext } from '../../chunk-OH323B3O.js';
|
|
2
|
+
import '../../chunk-OQCNPNPS.js';
|
|
3
|
+
import '../../chunk-VK2FJ65F.js';
|
|
3
4
|
import '../../chunk-WMGJCB7O.js';
|
|
5
|
+
import '../../chunk-U7XZJQ4O.js';
|
|
4
6
|
import '../../chunk-K5AURCK5.js';
|
|
5
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-H5NHGMSQ.js';
|
|
8
|
+
import '../../chunk-BUJO4FB6.js';
|
|
6
9
|
import '../../chunk-P5IUC7HJ.js';
|
|
7
10
|
import '../../chunk-IWF52DDE.js';
|
|
8
11
|
import '../../chunk-X5O7GP4S.js';
|
|
9
|
-
import '../../chunk-OQCNPNPS.js';
|
|
10
12
|
import '../../chunk-OCOCENE6.js';
|
|
11
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-YUMKV5TH.js';
|
|
12
14
|
import '../../chunk-Q2MJKFIE.js';
|
|
13
15
|
import '../../chunk-IZU3KULT.js';
|
|
14
16
|
import '../../chunk-PBEZZMAB.js';
|
|
15
17
|
import '../../chunk-4TRADSTP.js';
|
|
18
|
+
import '../../chunk-KGGCA634.js';
|
|
16
19
|
import '../../chunk-M7NIRB3U.js';
|
|
17
20
|
import '../../chunk-XKCLVPUC.js';
|
|
18
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-P4JIMFSL.js';
|
|
19
22
|
import '../../chunk-BTSHACKG.js';
|
|
20
23
|
import '../../chunk-HNRVLRMN.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-I3RSTJP6.js';
|
|
23
|
-
import '../../chunk-EOTQVIA5.js';
|
|
24
|
-
import '../../chunk-VT5GDGZJ.js';
|
|
25
|
-
import '../../chunk-KGGCA634.js';
|
|
24
|
+
import '../../chunk-3MH6P44N.js';
|
|
26
25
|
import '../../chunk-XJIUGEPN.js';
|
|
27
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-VT5GDGZJ.js';
|
|
27
|
+
import '../../chunk-EOTQVIA5.js';
|
|
28
|
+
import '../../chunk-S3ZUFD6U.js';
|
|
29
|
+
import '../../chunk-I3RSTJP6.js';
|
|
28
30
|
import '../../chunk-U3QKV7I4.js';
|
|
29
31
|
import '../../chunk-6BSR3O2J.js';
|
|
30
32
|
import '../../chunk-5F2Y65JH.js';
|
|
31
33
|
import '../../chunk-3RK5PCIC.js';
|
|
32
|
-
import '../../chunk-P4JIMFSL.js';
|
|
33
34
|
import '../../chunk-4IGU5SVP.js';
|
|
34
35
|
import '../../chunk-G24PWQKG.js';
|
|
35
36
|
import '../../chunk-B7RHEMZH.js';
|
|
@@ -1,37 +1,38 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var chunkPTZVUZNQ_cjs = require('../../chunk-PTZVUZNQ.cjs');
|
|
4
|
+
require('../../chunk-NU5UQPBX.cjs');
|
|
5
|
+
require('../../chunk-MNDQXDV4.cjs');
|
|
5
6
|
require('../../chunk-EUH466AL.cjs');
|
|
7
|
+
require('../../chunk-A7SBXO2Y.cjs');
|
|
6
8
|
require('../../chunk-DGWBE2Y3.cjs');
|
|
7
|
-
require('../../chunk-
|
|
9
|
+
require('../../chunk-375QAB65.cjs');
|
|
10
|
+
require('../../chunk-CL2C6STG.cjs');
|
|
8
11
|
require('../../chunk-3WSQRFUY.cjs');
|
|
9
12
|
require('../../chunk-GYXQUTWZ.cjs');
|
|
10
13
|
require('../../chunk-7OD2NBSV.cjs');
|
|
11
|
-
require('../../chunk-NU5UQPBX.cjs');
|
|
12
14
|
require('../../chunk-YEFLGE3L.cjs');
|
|
13
|
-
require('../../chunk-
|
|
15
|
+
require('../../chunk-2WQJ36RD.cjs');
|
|
14
16
|
require('../../chunk-CAIAZGSW.cjs');
|
|
15
17
|
require('../../chunk-GEDBA3JU.cjs');
|
|
16
18
|
require('../../chunk-TH44JYXB.cjs');
|
|
17
19
|
require('../../chunk-XENOUBSI.cjs');
|
|
20
|
+
require('../../chunk-CFJ44JVK.cjs');
|
|
18
21
|
require('../../chunk-UJX74PFK.cjs');
|
|
19
22
|
require('../../chunk-6HX7ETL3.cjs');
|
|
20
|
-
require('../../chunk-
|
|
23
|
+
require('../../chunk-USIW3VT5.cjs');
|
|
21
24
|
require('../../chunk-VK5EX3OG.cjs');
|
|
22
25
|
require('../../chunk-CXHDWIGF.cjs');
|
|
23
|
-
require('../../chunk-
|
|
24
|
-
require('../../chunk-S3ANEJJ7.cjs');
|
|
25
|
-
require('../../chunk-OZSNSRLV.cjs');
|
|
26
|
-
require('../../chunk-6X26XC6P.cjs');
|
|
27
|
-
require('../../chunk-CFJ44JVK.cjs');
|
|
26
|
+
require('../../chunk-DTYX7CYN.cjs');
|
|
28
27
|
require('../../chunk-UIOBJSKZ.cjs');
|
|
29
|
-
require('../../chunk-
|
|
28
|
+
require('../../chunk-6X26XC6P.cjs');
|
|
29
|
+
require('../../chunk-OZSNSRLV.cjs');
|
|
30
|
+
require('../../chunk-B4M7Q5KX.cjs');
|
|
31
|
+
require('../../chunk-S3ANEJJ7.cjs');
|
|
30
32
|
require('../../chunk-ZVF7J4EI.cjs');
|
|
31
33
|
require('../../chunk-2Y2ZCPNV.cjs');
|
|
32
34
|
require('../../chunk-HCHVDUI6.cjs');
|
|
33
35
|
require('../../chunk-ULEEQ723.cjs');
|
|
34
|
-
require('../../chunk-USIW3VT5.cjs');
|
|
35
36
|
require('../../chunk-XY3ZNUWR.cjs');
|
|
36
37
|
require('../../chunk-N4TYSZSU.cjs');
|
|
37
38
|
require('../../chunk-X3ZT3KGX.cjs');
|
|
@@ -44,9 +45,9 @@ require('../../chunk-H2BWO3SI.cjs');
|
|
|
44
45
|
|
|
45
46
|
Object.defineProperty(exports, "Toaster", {
|
|
46
47
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkPTZVUZNQ_cjs.Toaster; }
|
|
48
49
|
});
|
|
49
50
|
Object.defineProperty(exports, "toast", {
|
|
50
51
|
enumerable: true,
|
|
51
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkPTZVUZNQ_cjs.toast; }
|
|
52
53
|
});
|
|
@@ -1,35 +1,36 @@
|
|
|
1
|
-
export { Toaster, toast } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { Toaster, toast } from '../../chunk-OH323B3O.js';
|
|
2
|
+
import '../../chunk-OQCNPNPS.js';
|
|
3
|
+
import '../../chunk-VK2FJ65F.js';
|
|
3
4
|
import '../../chunk-WMGJCB7O.js';
|
|
5
|
+
import '../../chunk-U7XZJQ4O.js';
|
|
4
6
|
import '../../chunk-K5AURCK5.js';
|
|
5
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-H5NHGMSQ.js';
|
|
8
|
+
import '../../chunk-BUJO4FB6.js';
|
|
6
9
|
import '../../chunk-P5IUC7HJ.js';
|
|
7
10
|
import '../../chunk-IWF52DDE.js';
|
|
8
11
|
import '../../chunk-X5O7GP4S.js';
|
|
9
|
-
import '../../chunk-OQCNPNPS.js';
|
|
10
12
|
import '../../chunk-OCOCENE6.js';
|
|
11
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-YUMKV5TH.js';
|
|
12
14
|
import '../../chunk-Q2MJKFIE.js';
|
|
13
15
|
import '../../chunk-IZU3KULT.js';
|
|
14
16
|
import '../../chunk-PBEZZMAB.js';
|
|
15
17
|
import '../../chunk-4TRADSTP.js';
|
|
18
|
+
import '../../chunk-KGGCA634.js';
|
|
16
19
|
import '../../chunk-M7NIRB3U.js';
|
|
17
20
|
import '../../chunk-XKCLVPUC.js';
|
|
18
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-P4JIMFSL.js';
|
|
19
22
|
import '../../chunk-BTSHACKG.js';
|
|
20
23
|
import '../../chunk-HNRVLRMN.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-I3RSTJP6.js';
|
|
23
|
-
import '../../chunk-EOTQVIA5.js';
|
|
24
|
-
import '../../chunk-VT5GDGZJ.js';
|
|
25
|
-
import '../../chunk-KGGCA634.js';
|
|
24
|
+
import '../../chunk-3MH6P44N.js';
|
|
26
25
|
import '../../chunk-XJIUGEPN.js';
|
|
27
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-VT5GDGZJ.js';
|
|
27
|
+
import '../../chunk-EOTQVIA5.js';
|
|
28
|
+
import '../../chunk-S3ZUFD6U.js';
|
|
29
|
+
import '../../chunk-I3RSTJP6.js';
|
|
28
30
|
import '../../chunk-U3QKV7I4.js';
|
|
29
31
|
import '../../chunk-6BSR3O2J.js';
|
|
30
32
|
import '../../chunk-5F2Y65JH.js';
|
|
31
33
|
import '../../chunk-3RK5PCIC.js';
|
|
32
|
-
import '../../chunk-P4JIMFSL.js';
|
|
33
34
|
import '../../chunk-4IGU5SVP.js';
|
|
34
35
|
import '../../chunk-G24PWQKG.js';
|
|
35
36
|
import '../../chunk-B7RHEMZH.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@szum-tech/design-system",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.15.0",
|
|
4
4
|
"description": "Szum-Tech design system with tailwindcss support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"szum-tech",
|
|
@@ -110,6 +110,9 @@
|
|
|
110
110
|
"type-check": "tsc --noEmit"
|
|
111
111
|
},
|
|
112
112
|
"dependencies": {
|
|
113
|
+
"@dnd-kit/core": "^6.3.1",
|
|
114
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
115
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
113
116
|
"class-variance-authority": "^0.7.1",
|
|
114
117
|
"clsx": "^2.1.1",
|
|
115
118
|
"embla-carousel-react": "^8.6.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Label } from './chunk-I3RSTJP6.js';
|
|
2
1
|
import { Separator } from './chunk-XJIUGEPN.js';
|
|
2
|
+
import { Label } from './chunk-I3RSTJP6.js';
|
|
3
3
|
import { cn } from './chunk-ZD2QRAOX.js';
|
|
4
4
|
import { cva } from 'class-variance-authority';
|
|
5
5
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var chunkS3ANEJJ7_cjs = require('./chunk-S3ANEJJ7.cjs');
|
|
4
3
|
var chunkUIOBJSKZ_cjs = require('./chunk-UIOBJSKZ.cjs');
|
|
4
|
+
var chunkS3ANEJJ7_cjs = require('./chunk-S3ANEJJ7.cjs');
|
|
5
5
|
var chunkH2BWO3SI_cjs = require('./chunk-H2BWO3SI.cjs');
|
|
6
6
|
var classVarianceAuthority = require('class-variance-authority');
|
|
7
7
|
var jsxRuntime = require('react/jsx-runtime');
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Input } from './chunk-S3ZUFD6U.js';
|
|
2
|
-
import { Spinner } from './chunk-P5IUC7HJ.js';
|
|
3
1
|
import { useDirection, useComposedRefs as useComposedRefs$1 } from './chunk-VK2FJ65F.js';
|
|
2
|
+
import { Spinner } from './chunk-P5IUC7HJ.js';
|
|
4
3
|
import { Popover, PopoverTrigger, PopoverContent } from './chunk-IZU3KULT.js';
|
|
5
4
|
import { Select, SelectContent, SelectItem } from './chunk-XKCLVPUC.js';
|
|
5
|
+
import { Input } from './chunk-S3ZUFD6U.js';
|
|
6
6
|
import { useComposedRefs } from './chunk-4IGU5SVP.js';
|
|
7
7
|
import { useLazyRef, useAsRef, useIsomorphicLayoutEffect } from './chunk-G24PWQKG.js';
|
|
8
8
|
import { cn } from './chunk-ZD2QRAOX.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var chunkB4M7Q5KX_cjs = require('./chunk-B4M7Q5KX.cjs');
|
|
4
|
-
var chunk3WSQRFUY_cjs = require('./chunk-3WSQRFUY.cjs');
|
|
5
3
|
var chunkMNDQXDV4_cjs = require('./chunk-MNDQXDV4.cjs');
|
|
4
|
+
var chunk3WSQRFUY_cjs = require('./chunk-3WSQRFUY.cjs');
|
|
6
5
|
var chunkGEDBA3JU_cjs = require('./chunk-GEDBA3JU.cjs');
|
|
7
6
|
var chunk6HX7ETL3_cjs = require('./chunk-6HX7ETL3.cjs');
|
|
7
|
+
var chunkB4M7Q5KX_cjs = require('./chunk-B4M7Q5KX.cjs');
|
|
8
8
|
var chunkXY3ZNUWR_cjs = require('./chunk-XY3ZNUWR.cjs');
|
|
9
9
|
var chunkN4TYSZSU_cjs = require('./chunk-N4TYSZSU.cjs');
|
|
10
10
|
var chunkH2BWO3SI_cjs = require('./chunk-H2BWO3SI.cjs');
|