@resq-sw/ui 0.2.0 → 0.2.1
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/lib/components/accordion/accordion.d.ts +5 -5
- package/lib/components/accordion/accordion.d.ts.map +1 -1
- package/lib/components/alert/alert.d.ts +5 -5
- package/lib/components/alert/alert.d.ts.map +1 -1
- package/lib/components/alert-dialog/alert-dialog.d.ts +13 -13
- package/lib/components/alert-dialog/alert-dialog.d.ts.map +1 -1
- package/lib/components/aspect-ratio/aspect-ratio.d.ts +2 -2
- package/lib/components/aspect-ratio/aspect-ratio.d.ts.map +1 -1
- package/lib/components/avatar/avatar.d.ts +7 -7
- package/lib/components/badge/badge.d.ts +2 -2
- package/lib/components/breadcrumb/breadcrumb.d.ts +8 -8
- package/lib/components/button/button.d.ts +2 -2
- package/lib/components/button-group/button-group.d.ts +7 -7
- package/lib/components/button-group/button-group.d.ts.map +1 -1
- package/lib/components/calendar/calendar.d.ts +3 -3
- package/lib/components/calendar/calendar.d.ts.map +1 -1
- package/lib/components/card/card.d.ts +8 -8
- package/lib/components/card/card.d.ts.map +1 -1
- package/lib/components/carousel/carousel.d.ts +6 -6
- package/lib/components/carousel/carousel.d.ts.map +1 -1
- package/lib/components/chart/chart.d.ts +4 -4
- package/lib/components/chart/chart.d.ts.map +1 -1
- package/lib/components/checkbox/checkbox.d.ts +2 -2
- package/lib/components/checkbox/checkbox.d.ts.map +1 -1
- package/lib/components/collapsible/collapsible.d.ts +4 -4
- package/lib/components/collapsible/collapsible.d.ts.map +1 -1
- package/lib/components/combobox/combobox.d.ts +15 -15
- package/lib/components/combobox/combobox.d.ts.map +1 -1
- package/lib/components/command/command.d.ts +10 -10
- package/lib/components/command/command.d.ts.map +1 -1
- package/lib/components/context-menu/context-menu.d.ts +16 -16
- package/lib/components/context-menu/context-menu.d.ts.map +1 -1
- package/lib/components/dialog/dialog.d.ts +11 -11
- package/lib/components/direction/direction.d.ts +2 -2
- package/lib/components/direction/direction.d.ts.map +1 -1
- package/lib/components/drawer/drawer.d.ts +11 -11
- package/lib/components/drawer/drawer.d.ts.map +1 -1
- package/lib/components/dropdown-menu/dropdown-menu.d.ts +16 -16
- package/lib/components/dropdown-menu/dropdown-menu.d.ts.map +1 -1
- package/lib/components/empty/empty.d.ts +9 -9
- package/lib/components/empty/empty.d.ts.map +1 -1
- package/lib/components/field/field.d.ts +14 -14
- package/lib/components/field/field.d.ts.map +1 -1
- package/lib/components/hover-card/hover-card.d.ts +4 -4
- package/lib/components/hover-card/hover-card.d.ts.map +1 -1
- package/lib/components/input/input.d.ts +2 -2
- package/lib/components/input-group/input-group.d.ts +10 -10
- package/lib/components/input-otp/input-otp.d.ts +5 -5
- package/lib/components/item/item.d.ts +14 -14
- package/lib/components/item/item.d.ts.map +1 -1
- package/lib/components/kbd/kbd.d.ts +3 -3
- package/lib/components/label/label.d.ts +2 -2
- package/lib/components/menubar/menubar.d.ts +17 -17
- package/lib/components/native-select/native-select.d.ts +4 -4
- package/lib/components/navigation-menu/navigation-menu.d.ts +11 -11
- package/lib/components/pagination/pagination.d.ts +8 -8
- package/lib/components/popover/popover.d.ts +8 -8
- package/lib/components/progress/progress.d.ts +2 -2
- package/lib/components/progress/progress.d.ts.map +1 -1
- package/lib/components/radio-group/radio-group.d.ts +3 -3
- package/lib/components/resizable/resizable.d.ts +4 -4
- package/lib/components/scroll-area/scroll-area.d.ts +3 -3
- package/lib/components/select/select.d.ts +11 -11
- package/lib/components/separator/separator.d.ts +2 -2
- package/lib/components/sheet/sheet.d.ts +9 -9
- package/lib/components/sidebar/sidebar.d.ts +26 -26
- package/lib/components/sidebar/sidebar.d.ts.map +1 -1
- package/lib/components/skeleton/skeleton.d.ts +2 -2
- package/lib/components/slider/slider.d.ts +2 -2
- package/lib/components/sonner/sonner.d.ts +2 -2
- package/lib/components/spinner/spinner.d.ts +2 -2
- package/lib/components/switch/switch.d.ts +2 -2
- package/lib/components/table/table.d.ts +9 -9
- package/lib/components/tabs/tabs.d.ts +7 -7
- package/lib/components/tabs/tabs.d.ts.map +1 -1
- package/lib/components/textarea/textarea.d.ts +2 -2
- package/lib/components/toggle/toggle.d.ts +4 -4
- package/lib/components/toggle/toggle.d.ts.map +1 -1
- package/lib/components/toggle-group/toggle-group.d.ts +3 -3
- package/lib/components/tooltip/tooltip.d.ts +5 -5
- package/lib/components/tooltip/tooltip.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Progress as Progress$1 } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime174 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/progress/progress.d.ts
|
|
@@ -8,7 +8,7 @@ declare function Progress({
|
|
|
8
8
|
className,
|
|
9
9
|
value,
|
|
10
10
|
...props
|
|
11
|
-
}: React.ComponentProps<typeof Progress$1.Root>):
|
|
11
|
+
}: React.ComponentProps<typeof Progress$1.Root>): react_jsx_runtime174.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { Progress };
|
|
14
14
|
//# sourceMappingURL=progress.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progress.d.ts","names":[],"sources":["../../../src/components/progress/progress.tsx"],"sourcesContent":[],"mappings":";;;;;;iBAuBS,QAAA;;;;GAIN,KAAA,CAAM,sBAAsB,UAAA,CAAkB,QAAK,
|
|
1
|
+
{"version":3,"file":"progress.d.ts","names":[],"sources":["../../../src/components/progress/progress.tsx"],"sourcesContent":[],"mappings":";;;;;;iBAuBS,QAAA;;;;GAIN,KAAA,CAAM,sBAAsB,UAAA,CAAkB,QAAK,oBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RadioGroup as RadioGroup$1 } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime175 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/radio-group/radio-group.d.ts
|
|
@@ -7,11 +7,11 @@ import * as React from "react";
|
|
|
7
7
|
declare function RadioGroup({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: React.ComponentProps<typeof RadioGroup$1.Root>):
|
|
10
|
+
}: React.ComponentProps<typeof RadioGroup$1.Root>): react_jsx_runtime175.JSX.Element;
|
|
11
11
|
declare function RadioGroupItem({
|
|
12
12
|
className,
|
|
13
13
|
...props
|
|
14
|
-
}: React.ComponentProps<typeof RadioGroup$1.Item>):
|
|
14
|
+
}: React.ComponentProps<typeof RadioGroup$1.Item>): react_jsx_runtime175.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { RadioGroup, RadioGroupItem };
|
|
17
17
|
//# sourceMappingURL=radio-group.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime177 from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import { Group, Panel, Separator } from "react-resizable-panels";
|
|
4
4
|
|
|
@@ -10,14 +10,14 @@ declare function ResizableHandle({
|
|
|
10
10
|
...props
|
|
11
11
|
}: React.ComponentProps<typeof Separator> & {
|
|
12
12
|
withHandle?: boolean;
|
|
13
|
-
}):
|
|
13
|
+
}): react_jsx_runtime177.JSX.Element;
|
|
14
14
|
declare function ResizablePanel({
|
|
15
15
|
...props
|
|
16
|
-
}: React.ComponentProps<typeof Panel>):
|
|
16
|
+
}: React.ComponentProps<typeof Panel>): react_jsx_runtime177.JSX.Element;
|
|
17
17
|
declare function ResizablePanelGroup({
|
|
18
18
|
className,
|
|
19
19
|
...props
|
|
20
|
-
}: React.ComponentProps<typeof Group>):
|
|
20
|
+
}: React.ComponentProps<typeof Group>): react_jsx_runtime177.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { ResizableHandle, ResizablePanel, ResizablePanelGroup };
|
|
23
23
|
//# sourceMappingURL=resizable.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ScrollArea as ScrollArea$1 } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime180 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/scroll-area/scroll-area.d.ts
|
|
@@ -8,12 +8,12 @@ declare function ScrollArea({
|
|
|
8
8
|
children,
|
|
9
9
|
className,
|
|
10
10
|
...props
|
|
11
|
-
}: React.ComponentProps<typeof ScrollArea$1.Root>):
|
|
11
|
+
}: React.ComponentProps<typeof ScrollArea$1.Root>): react_jsx_runtime180.JSX.Element;
|
|
12
12
|
declare function ScrollBar({
|
|
13
13
|
className,
|
|
14
14
|
orientation,
|
|
15
15
|
...props
|
|
16
|
-
}: React.ComponentProps<typeof ScrollArea$1.ScrollAreaScrollbar>):
|
|
16
|
+
}: React.ComponentProps<typeof ScrollArea$1.ScrollAreaScrollbar>): react_jsx_runtime180.JSX.Element;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { ScrollArea, ScrollBar };
|
|
19
19
|
//# sourceMappingURL=scroll-area.d.ts.map
|
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
import { Select as Select$1 } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime182 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/select/select.d.ts
|
|
6
6
|
|
|
7
7
|
declare function Select({
|
|
8
8
|
...props
|
|
9
|
-
}: React.ComponentProps<typeof Select$1.Root>):
|
|
9
|
+
}: React.ComponentProps<typeof Select$1.Root>): react_jsx_runtime182.JSX.Element;
|
|
10
10
|
declare function SelectContent({
|
|
11
11
|
align,
|
|
12
12
|
children,
|
|
13
13
|
className,
|
|
14
14
|
position,
|
|
15
15
|
...props
|
|
16
|
-
}: React.ComponentProps<typeof Select$1.Content>):
|
|
16
|
+
}: React.ComponentProps<typeof Select$1.Content>): react_jsx_runtime182.JSX.Element;
|
|
17
17
|
declare function SelectGroup({
|
|
18
18
|
className,
|
|
19
19
|
...props
|
|
20
|
-
}: React.ComponentProps<typeof Select$1.Group>):
|
|
20
|
+
}: React.ComponentProps<typeof Select$1.Group>): react_jsx_runtime182.JSX.Element;
|
|
21
21
|
declare function SelectItem({
|
|
22
22
|
children,
|
|
23
23
|
className,
|
|
24
24
|
...props
|
|
25
|
-
}: React.ComponentProps<typeof Select$1.Item>):
|
|
25
|
+
}: React.ComponentProps<typeof Select$1.Item>): react_jsx_runtime182.JSX.Element;
|
|
26
26
|
declare function SelectLabel({
|
|
27
27
|
className,
|
|
28
28
|
...props
|
|
29
|
-
}: React.ComponentProps<typeof Select$1.Label>):
|
|
29
|
+
}: React.ComponentProps<typeof Select$1.Label>): react_jsx_runtime182.JSX.Element;
|
|
30
30
|
declare function SelectScrollDownButton({
|
|
31
31
|
className,
|
|
32
32
|
...props
|
|
33
|
-
}: React.ComponentProps<typeof Select$1.ScrollDownButton>):
|
|
33
|
+
}: React.ComponentProps<typeof Select$1.ScrollDownButton>): react_jsx_runtime182.JSX.Element;
|
|
34
34
|
declare function SelectScrollUpButton({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: React.ComponentProps<typeof Select$1.ScrollUpButton>):
|
|
37
|
+
}: React.ComponentProps<typeof Select$1.ScrollUpButton>): react_jsx_runtime182.JSX.Element;
|
|
38
38
|
declare function SelectSeparator({
|
|
39
39
|
className,
|
|
40
40
|
...props
|
|
41
|
-
}: React.ComponentProps<typeof Select$1.Separator>):
|
|
41
|
+
}: React.ComponentProps<typeof Select$1.Separator>): react_jsx_runtime182.JSX.Element;
|
|
42
42
|
declare function SelectTrigger({
|
|
43
43
|
children,
|
|
44
44
|
className,
|
|
@@ -46,10 +46,10 @@ declare function SelectTrigger({
|
|
|
46
46
|
...props
|
|
47
47
|
}: React.ComponentProps<typeof Select$1.Trigger> & {
|
|
48
48
|
size?: "default" | "sm";
|
|
49
|
-
}):
|
|
49
|
+
}): react_jsx_runtime182.JSX.Element;
|
|
50
50
|
declare function SelectValue({
|
|
51
51
|
...props
|
|
52
|
-
}: React.ComponentProps<typeof Select$1.Value>):
|
|
52
|
+
}: React.ComponentProps<typeof Select$1.Value>): react_jsx_runtime182.JSX.Element;
|
|
53
53
|
//#endregion
|
|
54
54
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
|
55
55
|
//# sourceMappingURL=select.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Separator as Separator$1 } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime192 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/separator/separator.d.ts
|
|
@@ -9,7 +9,7 @@ declare function Separator({
|
|
|
9
9
|
decorative,
|
|
10
10
|
orientation,
|
|
11
11
|
...props
|
|
12
|
-
}: React.ComponentProps<typeof Separator$1.Root>):
|
|
12
|
+
}: React.ComponentProps<typeof Separator$1.Root>): react_jsx_runtime192.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { Separator };
|
|
15
15
|
//# sourceMappingURL=separator.d.ts.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { Dialog } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime193 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/sheet/sheet.d.ts
|
|
6
6
|
|
|
7
7
|
declare function Sheet({
|
|
8
8
|
...props
|
|
9
|
-
}: React.ComponentProps<typeof Dialog.Root>):
|
|
9
|
+
}: React.ComponentProps<typeof Dialog.Root>): react_jsx_runtime193.JSX.Element;
|
|
10
10
|
declare function SheetClose({
|
|
11
11
|
...props
|
|
12
|
-
}: React.ComponentProps<typeof Dialog.Close>):
|
|
12
|
+
}: React.ComponentProps<typeof Dialog.Close>): react_jsx_runtime193.JSX.Element;
|
|
13
13
|
declare function SheetContent({
|
|
14
14
|
children,
|
|
15
15
|
className,
|
|
@@ -19,26 +19,26 @@ declare function SheetContent({
|
|
|
19
19
|
}: React.ComponentProps<typeof Dialog.Content> & {
|
|
20
20
|
showCloseButton?: boolean;
|
|
21
21
|
side?: "bottom" | "left" | "right" | "top";
|
|
22
|
-
}):
|
|
22
|
+
}): react_jsx_runtime193.JSX.Element;
|
|
23
23
|
declare function SheetDescription({
|
|
24
24
|
className,
|
|
25
25
|
...props
|
|
26
|
-
}: React.ComponentProps<typeof Dialog.Description>):
|
|
26
|
+
}: React.ComponentProps<typeof Dialog.Description>): react_jsx_runtime193.JSX.Element;
|
|
27
27
|
declare function SheetFooter({
|
|
28
28
|
className,
|
|
29
29
|
...props
|
|
30
|
-
}: React.ComponentProps<"div">):
|
|
30
|
+
}: React.ComponentProps<"div">): react_jsx_runtime193.JSX.Element;
|
|
31
31
|
declare function SheetHeader({
|
|
32
32
|
className,
|
|
33
33
|
...props
|
|
34
|
-
}: React.ComponentProps<"div">):
|
|
34
|
+
}: React.ComponentProps<"div">): react_jsx_runtime193.JSX.Element;
|
|
35
35
|
declare function SheetTitle({
|
|
36
36
|
className,
|
|
37
37
|
...props
|
|
38
|
-
}: React.ComponentProps<typeof Dialog.Title>):
|
|
38
|
+
}: React.ComponentProps<typeof Dialog.Title>): react_jsx_runtime193.JSX.Element;
|
|
39
39
|
declare function SheetTrigger({
|
|
40
40
|
...props
|
|
41
|
-
}: React.ComponentProps<typeof Dialog.Trigger>):
|
|
41
|
+
}: React.ComponentProps<typeof Dialog.Trigger>): react_jsx_runtime193.JSX.Element;
|
|
42
42
|
//#endregion
|
|
43
43
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger };
|
|
44
44
|
//# sourceMappingURL=sheet.d.ts.map
|
|
@@ -2,10 +2,10 @@ import { Button } from "../button/button.js";
|
|
|
2
2
|
import { Separator } from "../separator/separator.js";
|
|
3
3
|
import { Input } from "../input/input.js";
|
|
4
4
|
import { TooltipContent } from "../tooltip/tooltip.js";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime202 from "react/jsx-runtime";
|
|
6
6
|
import { VariantProps } from "class-variance-authority";
|
|
7
7
|
import * as React from "react";
|
|
8
|
-
import * as
|
|
8
|
+
import * as class_variance_authority_types9 from "class-variance-authority/types";
|
|
9
9
|
|
|
10
10
|
//#region src/components/sidebar/sidebar.d.ts
|
|
11
11
|
|
|
@@ -30,57 +30,57 @@ declare function Sidebar({
|
|
|
30
30
|
collapsible?: "icon" | "none" | "offcanvas";
|
|
31
31
|
side?: "left" | "right";
|
|
32
32
|
variant?: "floating" | "inset" | "sidebar";
|
|
33
|
-
}):
|
|
33
|
+
}): react_jsx_runtime202.JSX.Element;
|
|
34
34
|
declare function SidebarContent({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: React.ComponentProps<"div">):
|
|
37
|
+
}: React.ComponentProps<"div">): react_jsx_runtime202.JSX.Element;
|
|
38
38
|
declare function SidebarFooter({
|
|
39
39
|
className,
|
|
40
40
|
...props
|
|
41
|
-
}: React.ComponentProps<"div">):
|
|
41
|
+
}: React.ComponentProps<"div">): react_jsx_runtime202.JSX.Element;
|
|
42
42
|
declare function SidebarGroup({
|
|
43
43
|
className,
|
|
44
44
|
...props
|
|
45
|
-
}: React.ComponentProps<"div">):
|
|
45
|
+
}: React.ComponentProps<"div">): react_jsx_runtime202.JSX.Element;
|
|
46
46
|
declare function SidebarGroupAction({
|
|
47
47
|
asChild,
|
|
48
48
|
className,
|
|
49
49
|
...props
|
|
50
50
|
}: React.ComponentProps<"button"> & {
|
|
51
51
|
asChild?: boolean;
|
|
52
|
-
}):
|
|
52
|
+
}): react_jsx_runtime202.JSX.Element;
|
|
53
53
|
declare function SidebarGroupContent({
|
|
54
54
|
className,
|
|
55
55
|
...props
|
|
56
|
-
}: React.ComponentProps<"div">):
|
|
56
|
+
}: React.ComponentProps<"div">): react_jsx_runtime202.JSX.Element;
|
|
57
57
|
declare function SidebarGroupLabel({
|
|
58
58
|
asChild,
|
|
59
59
|
className,
|
|
60
60
|
...props
|
|
61
61
|
}: React.ComponentProps<"div"> & {
|
|
62
62
|
asChild?: boolean;
|
|
63
|
-
}):
|
|
63
|
+
}): react_jsx_runtime202.JSX.Element;
|
|
64
64
|
declare function SidebarHeader({
|
|
65
65
|
className,
|
|
66
66
|
...props
|
|
67
|
-
}: React.ComponentProps<"div">):
|
|
67
|
+
}: React.ComponentProps<"div">): react_jsx_runtime202.JSX.Element;
|
|
68
68
|
declare function SidebarInput({
|
|
69
69
|
className,
|
|
70
70
|
...props
|
|
71
|
-
}: React.ComponentProps<typeof Input>):
|
|
71
|
+
}: React.ComponentProps<typeof Input>): react_jsx_runtime202.JSX.Element;
|
|
72
72
|
declare function SidebarInset({
|
|
73
73
|
className,
|
|
74
74
|
...props
|
|
75
|
-
}: React.ComponentProps<"main">):
|
|
75
|
+
}: React.ComponentProps<"main">): react_jsx_runtime202.JSX.Element;
|
|
76
76
|
declare function SidebarMenu({
|
|
77
77
|
className,
|
|
78
78
|
...props
|
|
79
|
-
}: React.ComponentProps<"ul">):
|
|
79
|
+
}: React.ComponentProps<"ul">): react_jsx_runtime202.JSX.Element;
|
|
80
80
|
declare function SidebarMenuItem({
|
|
81
81
|
className,
|
|
82
82
|
...props
|
|
83
|
-
}: React.ComponentProps<"li">):
|
|
83
|
+
}: React.ComponentProps<"li">): react_jsx_runtime202.JSX.Element;
|
|
84
84
|
declare function SidebarProvider({
|
|
85
85
|
children,
|
|
86
86
|
className,
|
|
@@ -93,25 +93,25 @@ declare function SidebarProvider({
|
|
|
93
93
|
defaultOpen?: boolean;
|
|
94
94
|
onOpenChange?: (open: boolean) => void;
|
|
95
95
|
open?: boolean;
|
|
96
|
-
}):
|
|
96
|
+
}): react_jsx_runtime202.JSX.Element;
|
|
97
97
|
declare function SidebarRail({
|
|
98
98
|
className,
|
|
99
99
|
...props
|
|
100
|
-
}: React.ComponentProps<"button">):
|
|
100
|
+
}: React.ComponentProps<"button">): react_jsx_runtime202.JSX.Element;
|
|
101
101
|
declare function SidebarSeparator({
|
|
102
102
|
className,
|
|
103
103
|
...props
|
|
104
|
-
}: React.ComponentProps<typeof Separator>):
|
|
104
|
+
}: React.ComponentProps<typeof Separator>): react_jsx_runtime202.JSX.Element;
|
|
105
105
|
declare function SidebarTrigger({
|
|
106
106
|
className,
|
|
107
107
|
onClick,
|
|
108
108
|
...props
|
|
109
|
-
}: React.ComponentProps<typeof Button>):
|
|
109
|
+
}: React.ComponentProps<typeof Button>): react_jsx_runtime202.JSX.Element;
|
|
110
110
|
declare function useSidebar(): SidebarContextProps;
|
|
111
111
|
declare const sidebarMenuButtonVariants: (props?: ({
|
|
112
112
|
size?: "default" | "lg" | "sm" | null | undefined;
|
|
113
113
|
variant?: "default" | "outline" | null | undefined;
|
|
114
|
-
} &
|
|
114
|
+
} & class_variance_authority_types9.ClassProp) | undefined) => string;
|
|
115
115
|
declare function SidebarMenuAction({
|
|
116
116
|
asChild,
|
|
117
117
|
className,
|
|
@@ -120,11 +120,11 @@ declare function SidebarMenuAction({
|
|
|
120
120
|
}: React.ComponentProps<"button"> & {
|
|
121
121
|
asChild?: boolean;
|
|
122
122
|
showOnHover?: boolean;
|
|
123
|
-
}):
|
|
123
|
+
}): react_jsx_runtime202.JSX.Element;
|
|
124
124
|
declare function SidebarMenuBadge({
|
|
125
125
|
className,
|
|
126
126
|
...props
|
|
127
|
-
}: React.ComponentProps<"div">):
|
|
127
|
+
}: React.ComponentProps<"div">): react_jsx_runtime202.JSX.Element;
|
|
128
128
|
declare function SidebarMenuButton({
|
|
129
129
|
asChild,
|
|
130
130
|
className,
|
|
@@ -137,18 +137,18 @@ declare function SidebarMenuButton({
|
|
|
137
137
|
asChild?: boolean;
|
|
138
138
|
isActive?: boolean;
|
|
139
139
|
tooltip?: React.ComponentProps<typeof TooltipContent> | string;
|
|
140
|
-
}):
|
|
140
|
+
}): react_jsx_runtime202.JSX.Element;
|
|
141
141
|
declare function SidebarMenuSkeleton({
|
|
142
142
|
className,
|
|
143
143
|
showIcon,
|
|
144
144
|
...props
|
|
145
145
|
}: React.ComponentProps<"div"> & {
|
|
146
146
|
showIcon?: boolean;
|
|
147
|
-
}):
|
|
147
|
+
}): react_jsx_runtime202.JSX.Element;
|
|
148
148
|
declare function SidebarMenuSub({
|
|
149
149
|
className,
|
|
150
150
|
...props
|
|
151
|
-
}: React.ComponentProps<"ul">):
|
|
151
|
+
}: React.ComponentProps<"ul">): react_jsx_runtime202.JSX.Element;
|
|
152
152
|
declare function SidebarMenuSubButton({
|
|
153
153
|
asChild,
|
|
154
154
|
className,
|
|
@@ -159,11 +159,11 @@ declare function SidebarMenuSubButton({
|
|
|
159
159
|
asChild?: boolean;
|
|
160
160
|
isActive?: boolean;
|
|
161
161
|
size?: "md" | "sm";
|
|
162
|
-
}):
|
|
162
|
+
}): react_jsx_runtime202.JSX.Element;
|
|
163
163
|
declare function SidebarMenuSubItem({
|
|
164
164
|
className,
|
|
165
165
|
...props
|
|
166
|
-
}: React.ComponentProps<"li">):
|
|
166
|
+
}: React.ComponentProps<"li">): react_jsx_runtime202.JSX.Element;
|
|
167
167
|
//#endregion
|
|
168
168
|
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 };
|
|
169
169
|
//# sourceMappingURL=sidebar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar.d.ts","names":[],"sources":["../../../src/components/sidebar/sidebar.tsx"],"sourcesContent":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"sidebar.d.ts","names":[],"sources":["../../../src/components/sidebar/sidebar.tsx"],"sourcesContent":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime225 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/skeleton/skeleton.d.ts
|
|
4
4
|
|
|
@@ -20,7 +20,7 @@ import * as react_jsx_runtime290 from "react/jsx-runtime";
|
|
|
20
20
|
declare function Skeleton({
|
|
21
21
|
className,
|
|
22
22
|
...props
|
|
23
|
-
}: React.ComponentProps<"div">):
|
|
23
|
+
}: React.ComponentProps<"div">): react_jsx_runtime225.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { Skeleton };
|
|
26
26
|
//# sourceMappingURL=skeleton.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Slider as Slider$1 } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime201 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/slider/slider.d.ts
|
|
@@ -11,7 +11,7 @@ declare function Slider({
|
|
|
11
11
|
min,
|
|
12
12
|
value,
|
|
13
13
|
...props
|
|
14
|
-
}: React.ComponentProps<typeof Slider$1.Root>):
|
|
14
|
+
}: React.ComponentProps<typeof Slider$1.Root>): react_jsx_runtime201.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { Slider };
|
|
17
17
|
//# sourceMappingURL=slider.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime244 from "react/jsx-runtime";
|
|
2
2
|
import { ToasterProps } from "sonner";
|
|
3
3
|
|
|
4
4
|
//#region src/components/sonner/sonner.d.ts
|
|
5
5
|
|
|
6
6
|
declare const Toaster: ({
|
|
7
7
|
...props
|
|
8
|
-
}: ToasterProps) =>
|
|
8
|
+
}: ToasterProps) => react_jsx_runtime244.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Toaster };
|
|
11
11
|
//# sourceMappingURL=sonner.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime226 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/spinner/spinner.d.ts
|
|
4
4
|
|
|
@@ -20,7 +20,7 @@ import * as react_jsx_runtime193 from "react/jsx-runtime";
|
|
|
20
20
|
declare function Spinner({
|
|
21
21
|
className,
|
|
22
22
|
...props
|
|
23
|
-
}: React.ComponentProps<"svg">):
|
|
23
|
+
}: React.ComponentProps<"svg">): react_jsx_runtime226.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { Spinner };
|
|
26
26
|
//# sourceMappingURL=spinner.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Switch as Switch$1 } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime227 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/switch/switch.d.ts
|
|
@@ -10,7 +10,7 @@ declare function Switch({
|
|
|
10
10
|
...props
|
|
11
11
|
}: React.ComponentProps<typeof Switch$1.Root> & {
|
|
12
12
|
size?: "default" | "sm";
|
|
13
|
-
}):
|
|
13
|
+
}): react_jsx_runtime227.JSX.Element;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { Switch };
|
|
16
16
|
//# sourceMappingURL=switch.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime228 from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/table/table.d.ts
|
|
@@ -6,35 +6,35 @@ import * as React from "react";
|
|
|
6
6
|
declare function Table({
|
|
7
7
|
className,
|
|
8
8
|
...props
|
|
9
|
-
}: React.ComponentProps<"table">):
|
|
9
|
+
}: React.ComponentProps<"table">): react_jsx_runtime228.JSX.Element;
|
|
10
10
|
declare function TableBody({
|
|
11
11
|
className,
|
|
12
12
|
...props
|
|
13
|
-
}: React.ComponentProps<"tbody">):
|
|
13
|
+
}: React.ComponentProps<"tbody">): react_jsx_runtime228.JSX.Element;
|
|
14
14
|
declare function TableCaption({
|
|
15
15
|
className,
|
|
16
16
|
...props
|
|
17
|
-
}: React.ComponentProps<"caption">):
|
|
17
|
+
}: React.ComponentProps<"caption">): react_jsx_runtime228.JSX.Element;
|
|
18
18
|
declare function TableCell({
|
|
19
19
|
className,
|
|
20
20
|
...props
|
|
21
|
-
}: React.ComponentProps<"td">):
|
|
21
|
+
}: React.ComponentProps<"td">): react_jsx_runtime228.JSX.Element;
|
|
22
22
|
declare function TableFooter({
|
|
23
23
|
className,
|
|
24
24
|
...props
|
|
25
|
-
}: React.ComponentProps<"tfoot">):
|
|
25
|
+
}: React.ComponentProps<"tfoot">): react_jsx_runtime228.JSX.Element;
|
|
26
26
|
declare function TableHead({
|
|
27
27
|
className,
|
|
28
28
|
...props
|
|
29
|
-
}: React.ComponentProps<"th">):
|
|
29
|
+
}: React.ComponentProps<"th">): react_jsx_runtime228.JSX.Element;
|
|
30
30
|
declare function TableHeader({
|
|
31
31
|
className,
|
|
32
32
|
...props
|
|
33
|
-
}: React.ComponentProps<"thead">):
|
|
33
|
+
}: React.ComponentProps<"thead">): react_jsx_runtime228.JSX.Element;
|
|
34
34
|
declare function TableRow({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: React.ComponentProps<"tr">):
|
|
37
|
+
}: React.ComponentProps<"tr">): react_jsx_runtime228.JSX.Element;
|
|
38
38
|
//#endregion
|
|
39
39
|
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow };
|
|
40
40
|
//# sourceMappingURL=table.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Tabs as Tabs$1 } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime236 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as React from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as class_variance_authority_types10 from "class-variance-authority/types";
|
|
6
6
|
|
|
7
7
|
//#region src/components/tabs/tabs.d.ts
|
|
8
8
|
|
|
@@ -10,23 +10,23 @@ declare function Tabs({
|
|
|
10
10
|
className,
|
|
11
11
|
orientation,
|
|
12
12
|
...props
|
|
13
|
-
}: React.ComponentProps<typeof Tabs$1.Root>):
|
|
13
|
+
}: React.ComponentProps<typeof Tabs$1.Root>): react_jsx_runtime236.JSX.Element;
|
|
14
14
|
declare const tabsListVariants: (props?: ({
|
|
15
15
|
variant?: "default" | "line" | null | undefined;
|
|
16
|
-
} &
|
|
16
|
+
} & class_variance_authority_types10.ClassProp) | undefined) => string;
|
|
17
17
|
declare function TabsContent({
|
|
18
18
|
className,
|
|
19
19
|
...props
|
|
20
|
-
}: React.ComponentProps<typeof Tabs$1.Content>):
|
|
20
|
+
}: React.ComponentProps<typeof Tabs$1.Content>): react_jsx_runtime236.JSX.Element;
|
|
21
21
|
declare function TabsList({
|
|
22
22
|
className,
|
|
23
23
|
variant,
|
|
24
24
|
...props
|
|
25
|
-
}: React.ComponentProps<typeof Tabs$1.List> & VariantProps<typeof tabsListVariants>):
|
|
25
|
+
}: React.ComponentProps<typeof Tabs$1.List> & VariantProps<typeof tabsListVariants>): react_jsx_runtime236.JSX.Element;
|
|
26
26
|
declare function TabsTrigger({
|
|
27
27
|
className,
|
|
28
28
|
...props
|
|
29
|
-
}: React.ComponentProps<typeof Tabs$1.Trigger>):
|
|
29
|
+
}: React.ComponentProps<typeof Tabs$1.Trigger>): react_jsx_runtime236.JSX.Element;
|
|
30
30
|
//#endregion
|
|
31
31
|
export { Tabs, TabsContent, TabsList, TabsTrigger, tabsListVariants };
|
|
32
32
|
//# sourceMappingURL=tabs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabs.d.ts","names":[],"sources":["../../../src/components/tabs/tabs.tsx"],"sourcesContent":[],"mappings":";;;;;;;;iBAwBS,IAAA,CA8B2C;EAAA,SAAA;EAAA,WAAA;EAAA,GAAA;AAAA,CAAA,EA1BjD,KAAA,CAAM,cA0B2C,CAAA,OA1BrB,MAAA,CAAc,IA0BO,CAAA,CAAA,EA1BF,oBAAA,CAAA,GAAA,CAAA,OA0BE;cAf9C,gBAe0F,EAAA,CAAA,KAU/E,CAV+E,EAAA,CAAA;EAAA,OAAA,CAAA,EAAA,SAAA,GAAA,MAAA,GAAA,IAAA,GAAA,SAAA;AAAA,CAAA,GAF/F
|
|
1
|
+
{"version":3,"file":"tabs.d.ts","names":[],"sources":["../../../src/components/tabs/tabs.tsx"],"sourcesContent":[],"mappings":";;;;;;;;iBAwBS,IAAA,CA8B2C;EAAA,SAAA;EAAA,WAAA;EAAA,GAAA;AAAA,CAAA,EA1BjD,KAAA,CAAM,cA0B2C,CAAA,OA1BrB,MAAA,CAAc,IA0BO,CAAA,CAAA,EA1BF,oBAAA,CAAA,GAAA,CAAA,OA0BE;cAf9C,gBAe0F,EAAA,CAAA,KAU/E,CAV+E,EAAA,CAAA;EAAA,OAAA,CAAA,EAAA,SAAA,GAAA,MAAA,GAAA,IAAA,GAAA,SAAA;AAAA,CAAA,GAF/F,gCAAA,CAAA,SAYgB,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA;iBAVR,WAAA,CAWR;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAX6C,KAAA,CAAM,cAWnD,CAAA,OAXyE,MAAA,CAAc,OAWvF,CAAA,CAAA,EAX+F,oBAAA,CAAA,GAAA,CAAA,OAW/F;iBADQ,QAAA,CAER;EAAA,SAAA;EAAA,OAAA;EAAA,GAAA;AAAA,CAAA,EAEE,KAAA,CAAM,cAFR,CAAA,OAE8B,MAAA,CAAc,IAF5C,CAAA,GAEoD,YAFpD,CAAA,OAEwE,gBAFxE,CAAA,CAAA,EAEyF,oBAAA,CAAA,GAAA,CAAA,OAFzF;iBAaQ,WAAA,CAXoC;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAWC,KAAA,CAAM,cAXP,CAAA,OAW6B,MAAA,CAAc,OAX3C,CAAA,CAAA,EAWmD,oBAAA,CAAA,GAAA,CAAA,OAXnD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime240 from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/textarea/textarea.d.ts
|
|
@@ -6,7 +6,7 @@ import * as React from "react";
|
|
|
6
6
|
declare function Textarea({
|
|
7
7
|
className,
|
|
8
8
|
...props
|
|
9
|
-
}: React.ComponentProps<"textarea">):
|
|
9
|
+
}: React.ComponentProps<"textarea">): react_jsx_runtime240.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { Textarea };
|
|
12
12
|
//# sourceMappingURL=textarea.d.ts.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { Toggle as Toggle$1 } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime243 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as React from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as class_variance_authority_types11 from "class-variance-authority/types";
|
|
6
6
|
|
|
7
7
|
//#region src/components/toggle/toggle.d.ts
|
|
8
8
|
|
|
9
9
|
declare const toggleVariants: (props?: ({
|
|
10
10
|
size?: "default" | "lg" | "sm" | null | undefined;
|
|
11
11
|
variant?: "default" | "outline" | null | undefined;
|
|
12
|
-
} &
|
|
12
|
+
} & class_variance_authority_types11.ClassProp) | undefined) => string;
|
|
13
13
|
declare function Toggle({
|
|
14
14
|
className,
|
|
15
15
|
size,
|
|
16
16
|
variant,
|
|
17
17
|
...props
|
|
18
|
-
}: React.ComponentProps<typeof Toggle$1.Root> & VariantProps<typeof toggleVariants>):
|
|
18
|
+
}: React.ComponentProps<typeof Toggle$1.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime243.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { Toggle, toggleVariants };
|
|
21
21
|
//# sourceMappingURL=toggle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toggle.d.ts","names":[],"sources":["../../../src/components/toggle/toggle.tsx"],"sourcesContent":[],"mappings":";;;;;;;;cAwBM;;;IAmBL
|
|
1
|
+
{"version":3,"file":"toggle.d.ts","names":[],"sources":["../../../src/components/toggle/toggle.tsx"],"sourcesContent":[],"mappings":";;;;;;;;cAwBM;;;IAmBL,gCAAA,CAAA;iBAEQ,MAAA;;;;;GAKN,KAAA,CAAM,sBAAsB,QAAA,CAAgB,QAAQ,oBAAoB,kBAAe,oBAAA,CAAA,GAAA,CAAA"}
|