@databricks/appkit-ui 0.0.2 → 0.1.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/NOTICE.md +3 -1
- package/dist/react/charts/area/index.d.ts +2 -2
- package/dist/react/charts/bar/index.d.ts +2 -2
- package/dist/react/table/data-table.d.ts +2 -2
- package/dist/react/table/data-table.d.ts.map +1 -1
- package/dist/react/ui/accordion.d.ts +5 -5
- package/dist/react/ui/alert-dialog.d.ts +12 -12
- package/dist/react/ui/alert-dialog.d.ts.map +1 -1
- package/dist/react/ui/alert.d.ts +4 -4
- package/dist/react/ui/aspect-ratio.d.ts +2 -2
- package/dist/react/ui/aspect-ratio.d.ts.map +1 -1
- package/dist/react/ui/avatar.d.ts +4 -4
- package/dist/react/ui/badge.d.ts +2 -2
- package/dist/react/ui/breadcrumb.d.ts +8 -8
- package/dist/react/ui/button-group.d.ts +6 -6
- package/dist/react/ui/button.d.ts +2 -2
- package/dist/react/ui/calendar.d.ts +3 -3
- package/dist/react/ui/card.d.ts +8 -8
- package/dist/react/ui/carousel.d.ts +6 -6
- package/dist/react/ui/chart.d.ts +5 -5
- package/dist/react/ui/checkbox.d.ts +2 -2
- package/dist/react/ui/collapsible.d.ts +4 -4
- package/dist/react/ui/command.d.ts +10 -10
- package/dist/react/ui/context-menu.d.ts +16 -16
- package/dist/react/ui/dialog.d.ts +11 -11
- package/dist/react/ui/drawer.d.ts +11 -11
- package/dist/react/ui/dropdown-menu.d.ts +16 -16
- package/dist/react/ui/empty.d.ts +9 -9
- package/dist/react/ui/field.d.ts +13 -13
- package/dist/react/ui/form.d.ts +7 -7
- package/dist/react/ui/hover-card.d.ts +4 -4
- package/dist/react/ui/input-group.d.ts +7 -7
- package/dist/react/ui/input-otp.d.ts +5 -5
- package/dist/react/ui/input.d.ts +2 -2
- package/dist/react/ui/item.d.ts +14 -14
- package/dist/react/ui/kbd.d.ts +3 -3
- package/dist/react/ui/label.d.ts +2 -2
- package/dist/react/ui/menubar.d.ts +17 -17
- package/dist/react/ui/navigation-menu.d.ts +11 -11
- package/dist/react/ui/pagination.d.ts +8 -8
- package/dist/react/ui/popover.d.ts +5 -5
- package/dist/react/ui/progress.d.ts +2 -2
- package/dist/react/ui/radio-group.d.ts +3 -3
- package/dist/react/ui/resizable.d.ts +4 -4
- package/dist/react/ui/scroll-area.d.ts +3 -3
- package/dist/react/ui/select.d.ts +11 -11
- package/dist/react/ui/separator.d.ts +2 -2
- package/dist/react/ui/sheet.d.ts +9 -9
- package/dist/react/ui/sidebar.d.ts +24 -24
- package/dist/react/ui/skeleton.d.ts +2 -2
- package/dist/react/ui/slider.d.ts +2 -2
- package/dist/react/ui/sonner.d.ts +2 -2
- package/dist/react/ui/spinner.d.ts +2 -2
- package/dist/react/ui/switch.d.ts +2 -2
- package/dist/react/ui/table.d.ts +9 -9
- package/dist/react/ui/tabs.d.ts +5 -5
- package/dist/react/ui/textarea.d.ts +2 -2
- package/dist/react/ui/toggle-group.d.ts +3 -3
- package/dist/react/ui/toggle.d.ts +2 -2
- package/dist/react/ui/tooltip.d.ts +5 -5
- package/dist/react/ui/tooltip.d.ts.map +1 -1
- package/llms.txt +1027 -143
- package/package.json +5 -1
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime68 from "react/jsx-runtime";
|
|
3
3
|
import * as ContextMenuPrimitive from "@radix-ui/react-context-menu";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/context-menu.d.ts
|
|
6
6
|
declare function ContextMenu({
|
|
7
7
|
...props
|
|
8
|
-
}: React.ComponentProps<typeof ContextMenuPrimitive.Root>):
|
|
8
|
+
}: React.ComponentProps<typeof ContextMenuPrimitive.Root>): react_jsx_runtime68.JSX.Element;
|
|
9
9
|
declare function ContextMenuTrigger({
|
|
10
10
|
...props
|
|
11
|
-
}: React.ComponentProps<typeof ContextMenuPrimitive.Trigger>):
|
|
11
|
+
}: React.ComponentProps<typeof ContextMenuPrimitive.Trigger>): react_jsx_runtime68.JSX.Element;
|
|
12
12
|
declare function ContextMenuGroup({
|
|
13
13
|
...props
|
|
14
|
-
}: React.ComponentProps<typeof ContextMenuPrimitive.Group>):
|
|
14
|
+
}: React.ComponentProps<typeof ContextMenuPrimitive.Group>): react_jsx_runtime68.JSX.Element;
|
|
15
15
|
declare function ContextMenuPortal({
|
|
16
16
|
...props
|
|
17
|
-
}: React.ComponentProps<typeof ContextMenuPrimitive.Portal>):
|
|
17
|
+
}: React.ComponentProps<typeof ContextMenuPrimitive.Portal>): react_jsx_runtime68.JSX.Element;
|
|
18
18
|
declare function ContextMenuSub({
|
|
19
19
|
...props
|
|
20
|
-
}: React.ComponentProps<typeof ContextMenuPrimitive.Sub>):
|
|
20
|
+
}: React.ComponentProps<typeof ContextMenuPrimitive.Sub>): react_jsx_runtime68.JSX.Element;
|
|
21
21
|
declare function ContextMenuRadioGroup({
|
|
22
22
|
...props
|
|
23
|
-
}: React.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>):
|
|
23
|
+
}: React.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): react_jsx_runtime68.JSX.Element;
|
|
24
24
|
declare function ContextMenuSubTrigger({
|
|
25
25
|
className,
|
|
26
26
|
inset,
|
|
@@ -28,15 +28,15 @@ declare function ContextMenuSubTrigger({
|
|
|
28
28
|
...props
|
|
29
29
|
}: React.ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
|
|
30
30
|
inset?: boolean;
|
|
31
|
-
}):
|
|
31
|
+
}): react_jsx_runtime68.JSX.Element;
|
|
32
32
|
declare function ContextMenuSubContent({
|
|
33
33
|
className,
|
|
34
34
|
...props
|
|
35
|
-
}: React.ComponentProps<typeof ContextMenuPrimitive.SubContent>):
|
|
35
|
+
}: React.ComponentProps<typeof ContextMenuPrimitive.SubContent>): react_jsx_runtime68.JSX.Element;
|
|
36
36
|
declare function ContextMenuContent({
|
|
37
37
|
className,
|
|
38
38
|
...props
|
|
39
|
-
}: React.ComponentProps<typeof ContextMenuPrimitive.Content>):
|
|
39
|
+
}: React.ComponentProps<typeof ContextMenuPrimitive.Content>): react_jsx_runtime68.JSX.Element;
|
|
40
40
|
declare function ContextMenuItem({
|
|
41
41
|
className,
|
|
42
42
|
inset,
|
|
@@ -45,33 +45,33 @@ declare function ContextMenuItem({
|
|
|
45
45
|
}: React.ComponentProps<typeof ContextMenuPrimitive.Item> & {
|
|
46
46
|
inset?: boolean;
|
|
47
47
|
variant?: "default" | "destructive";
|
|
48
|
-
}):
|
|
48
|
+
}): react_jsx_runtime68.JSX.Element;
|
|
49
49
|
declare function ContextMenuCheckboxItem({
|
|
50
50
|
className,
|
|
51
51
|
children,
|
|
52
52
|
checked,
|
|
53
53
|
...props
|
|
54
|
-
}: React.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>):
|
|
54
|
+
}: React.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): react_jsx_runtime68.JSX.Element;
|
|
55
55
|
declare function ContextMenuRadioItem({
|
|
56
56
|
className,
|
|
57
57
|
children,
|
|
58
58
|
...props
|
|
59
|
-
}: React.ComponentProps<typeof ContextMenuPrimitive.RadioItem>):
|
|
59
|
+
}: React.ComponentProps<typeof ContextMenuPrimitive.RadioItem>): react_jsx_runtime68.JSX.Element;
|
|
60
60
|
declare function ContextMenuLabel({
|
|
61
61
|
className,
|
|
62
62
|
inset,
|
|
63
63
|
...props
|
|
64
64
|
}: React.ComponentProps<typeof ContextMenuPrimitive.Label> & {
|
|
65
65
|
inset?: boolean;
|
|
66
|
-
}):
|
|
66
|
+
}): react_jsx_runtime68.JSX.Element;
|
|
67
67
|
declare function ContextMenuSeparator({
|
|
68
68
|
className,
|
|
69
69
|
...props
|
|
70
|
-
}: React.ComponentProps<typeof ContextMenuPrimitive.Separator>):
|
|
70
|
+
}: React.ComponentProps<typeof ContextMenuPrimitive.Separator>): react_jsx_runtime68.JSX.Element;
|
|
71
71
|
declare function ContextMenuShortcut({
|
|
72
72
|
className,
|
|
73
73
|
...props
|
|
74
|
-
}: React.ComponentProps<"span">):
|
|
74
|
+
}: React.ComponentProps<"span">): react_jsx_runtime68.JSX.Element;
|
|
75
75
|
//#endregion
|
|
76
76
|
export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger };
|
|
77
77
|
//# sourceMappingURL=context-menu.d.ts.map
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime83 from "react/jsx-runtime";
|
|
3
3
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/dialog.d.ts
|
|
6
6
|
declare function Dialog({
|
|
7
7
|
...props
|
|
8
|
-
}: React.ComponentProps<typeof DialogPrimitive.Root>):
|
|
8
|
+
}: React.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime83.JSX.Element;
|
|
9
9
|
declare function DialogTrigger({
|
|
10
10
|
...props
|
|
11
|
-
}: React.ComponentProps<typeof DialogPrimitive.Trigger>):
|
|
11
|
+
}: React.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime83.JSX.Element;
|
|
12
12
|
declare function DialogPortal({
|
|
13
13
|
...props
|
|
14
|
-
}: React.ComponentProps<typeof DialogPrimitive.Portal>):
|
|
14
|
+
}: React.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime83.JSX.Element;
|
|
15
15
|
declare function DialogClose({
|
|
16
16
|
...props
|
|
17
|
-
}: React.ComponentProps<typeof DialogPrimitive.Close>):
|
|
17
|
+
}: React.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime83.JSX.Element;
|
|
18
18
|
declare function DialogOverlay({
|
|
19
19
|
className,
|
|
20
20
|
...props
|
|
21
|
-
}: React.ComponentProps<typeof DialogPrimitive.Overlay>):
|
|
21
|
+
}: React.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime83.JSX.Element;
|
|
22
22
|
declare function DialogContent({
|
|
23
23
|
className,
|
|
24
24
|
children,
|
|
@@ -26,23 +26,23 @@ declare function DialogContent({
|
|
|
26
26
|
...props
|
|
27
27
|
}: React.ComponentProps<typeof DialogPrimitive.Content> & {
|
|
28
28
|
showCloseButton?: boolean;
|
|
29
|
-
}):
|
|
29
|
+
}): react_jsx_runtime83.JSX.Element;
|
|
30
30
|
declare function DialogHeader({
|
|
31
31
|
className,
|
|
32
32
|
...props
|
|
33
|
-
}: React.ComponentProps<"div">):
|
|
33
|
+
}: React.ComponentProps<"div">): react_jsx_runtime83.JSX.Element;
|
|
34
34
|
declare function DialogFooter({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: React.ComponentProps<"div">):
|
|
37
|
+
}: React.ComponentProps<"div">): react_jsx_runtime83.JSX.Element;
|
|
38
38
|
declare function DialogTitle({
|
|
39
39
|
className,
|
|
40
40
|
...props
|
|
41
|
-
}: React.ComponentProps<typeof DialogPrimitive.Title>):
|
|
41
|
+
}: React.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime83.JSX.Element;
|
|
42
42
|
declare function DialogDescription({
|
|
43
43
|
className,
|
|
44
44
|
...props
|
|
45
|
-
}: React.ComponentProps<typeof DialogPrimitive.Description>):
|
|
45
|
+
}: React.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime83.JSX.Element;
|
|
46
46
|
//#endregion
|
|
47
47
|
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger };
|
|
48
48
|
//# sourceMappingURL=dialog.d.ts.map
|
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime93 from "react/jsx-runtime";
|
|
3
3
|
import { Drawer } from "vaul";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/drawer.d.ts
|
|
6
6
|
declare function Drawer$1({
|
|
7
7
|
...props
|
|
8
|
-
}: React.ComponentProps<typeof Drawer.Root>):
|
|
8
|
+
}: React.ComponentProps<typeof Drawer.Root>): react_jsx_runtime93.JSX.Element;
|
|
9
9
|
declare function DrawerTrigger({
|
|
10
10
|
...props
|
|
11
|
-
}: React.ComponentProps<typeof Drawer.Trigger>):
|
|
11
|
+
}: React.ComponentProps<typeof Drawer.Trigger>): react_jsx_runtime93.JSX.Element;
|
|
12
12
|
declare function DrawerPortal({
|
|
13
13
|
...props
|
|
14
|
-
}: React.ComponentProps<typeof Drawer.Portal>):
|
|
14
|
+
}: React.ComponentProps<typeof Drawer.Portal>): react_jsx_runtime93.JSX.Element;
|
|
15
15
|
declare function DrawerClose({
|
|
16
16
|
...props
|
|
17
|
-
}: React.ComponentProps<typeof Drawer.Close>):
|
|
17
|
+
}: React.ComponentProps<typeof Drawer.Close>): react_jsx_runtime93.JSX.Element;
|
|
18
18
|
declare function DrawerOverlay({
|
|
19
19
|
className,
|
|
20
20
|
...props
|
|
21
|
-
}: React.ComponentProps<typeof Drawer.Overlay>):
|
|
21
|
+
}: React.ComponentProps<typeof Drawer.Overlay>): react_jsx_runtime93.JSX.Element;
|
|
22
22
|
declare function DrawerContent({
|
|
23
23
|
className,
|
|
24
24
|
children,
|
|
25
25
|
...props
|
|
26
|
-
}: React.ComponentProps<typeof Drawer.Content>):
|
|
26
|
+
}: React.ComponentProps<typeof Drawer.Content>): react_jsx_runtime93.JSX.Element;
|
|
27
27
|
declare function DrawerHeader({
|
|
28
28
|
className,
|
|
29
29
|
...props
|
|
30
|
-
}: React.ComponentProps<"div">):
|
|
30
|
+
}: React.ComponentProps<"div">): react_jsx_runtime93.JSX.Element;
|
|
31
31
|
declare function DrawerFooter({
|
|
32
32
|
className,
|
|
33
33
|
...props
|
|
34
|
-
}: React.ComponentProps<"div">):
|
|
34
|
+
}: React.ComponentProps<"div">): react_jsx_runtime93.JSX.Element;
|
|
35
35
|
declare function DrawerTitle({
|
|
36
36
|
className,
|
|
37
37
|
...props
|
|
38
|
-
}: React.ComponentProps<typeof Drawer.Title>):
|
|
38
|
+
}: React.ComponentProps<typeof Drawer.Title>): react_jsx_runtime93.JSX.Element;
|
|
39
39
|
declare function DrawerDescription({
|
|
40
40
|
className,
|
|
41
41
|
...props
|
|
42
|
-
}: React.ComponentProps<typeof Drawer.Description>):
|
|
42
|
+
}: React.ComponentProps<typeof Drawer.Description>): react_jsx_runtime93.JSX.Element;
|
|
43
43
|
//#endregion
|
|
44
44
|
export { Drawer$1 as Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger };
|
|
45
45
|
//# sourceMappingURL=drawer.d.ts.map
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime103 from "react/jsx-runtime";
|
|
3
3
|
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/dropdown-menu.d.ts
|
|
6
6
|
declare function DropdownMenu({
|
|
7
7
|
...props
|
|
8
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.Root>):
|
|
8
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.Root>): react_jsx_runtime103.JSX.Element;
|
|
9
9
|
declare function DropdownMenuPortal({
|
|
10
10
|
...props
|
|
11
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>):
|
|
11
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime103.JSX.Element;
|
|
12
12
|
declare function DropdownMenuTrigger({
|
|
13
13
|
...props
|
|
14
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>):
|
|
14
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime103.JSX.Element;
|
|
15
15
|
declare function DropdownMenuContent({
|
|
16
16
|
className,
|
|
17
17
|
sideOffset,
|
|
18
18
|
...props
|
|
19
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.Content>):
|
|
19
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime103.JSX.Element;
|
|
20
20
|
declare function DropdownMenuGroup({
|
|
21
21
|
...props
|
|
22
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.Group>):
|
|
22
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime103.JSX.Element;
|
|
23
23
|
declare function DropdownMenuItem({
|
|
24
24
|
className,
|
|
25
25
|
inset,
|
|
@@ -28,39 +28,39 @@ declare function DropdownMenuItem({
|
|
|
28
28
|
}: React.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
|
|
29
29
|
inset?: boolean;
|
|
30
30
|
variant?: "default" | "destructive";
|
|
31
|
-
}):
|
|
31
|
+
}): react_jsx_runtime103.JSX.Element;
|
|
32
32
|
declare function DropdownMenuCheckboxItem({
|
|
33
33
|
className,
|
|
34
34
|
children,
|
|
35
35
|
checked,
|
|
36
36
|
...props
|
|
37
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>):
|
|
37
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): react_jsx_runtime103.JSX.Element;
|
|
38
38
|
declare function DropdownMenuRadioGroup({
|
|
39
39
|
...props
|
|
40
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>):
|
|
40
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime103.JSX.Element;
|
|
41
41
|
declare function DropdownMenuRadioItem({
|
|
42
42
|
className,
|
|
43
43
|
children,
|
|
44
44
|
...props
|
|
45
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>):
|
|
45
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime103.JSX.Element;
|
|
46
46
|
declare function DropdownMenuLabel({
|
|
47
47
|
className,
|
|
48
48
|
inset,
|
|
49
49
|
...props
|
|
50
50
|
}: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
|
|
51
51
|
inset?: boolean;
|
|
52
|
-
}):
|
|
52
|
+
}): react_jsx_runtime103.JSX.Element;
|
|
53
53
|
declare function DropdownMenuSeparator({
|
|
54
54
|
className,
|
|
55
55
|
...props
|
|
56
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>):
|
|
56
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime103.JSX.Element;
|
|
57
57
|
declare function DropdownMenuShortcut({
|
|
58
58
|
className,
|
|
59
59
|
...props
|
|
60
|
-
}: React.ComponentProps<"span">):
|
|
60
|
+
}: React.ComponentProps<"span">): react_jsx_runtime103.JSX.Element;
|
|
61
61
|
declare function DropdownMenuSub({
|
|
62
62
|
...props
|
|
63
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>):
|
|
63
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime103.JSX.Element;
|
|
64
64
|
declare function DropdownMenuSubTrigger({
|
|
65
65
|
className,
|
|
66
66
|
inset,
|
|
@@ -68,11 +68,11 @@ declare function DropdownMenuSubTrigger({
|
|
|
68
68
|
...props
|
|
69
69
|
}: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
|
|
70
70
|
inset?: boolean;
|
|
71
|
-
}):
|
|
71
|
+
}): react_jsx_runtime103.JSX.Element;
|
|
72
72
|
declare function DropdownMenuSubContent({
|
|
73
73
|
className,
|
|
74
74
|
...props
|
|
75
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>):
|
|
75
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime103.JSX.Element;
|
|
76
76
|
//#endregion
|
|
77
77
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger };
|
|
78
78
|
//# sourceMappingURL=dropdown-menu.d.ts.map
|
package/dist/react/ui/empty.d.ts
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime118 from "react/jsx-runtime";
|
|
2
2
|
import { VariantProps } from "class-variance-authority";
|
|
3
|
-
import * as
|
|
3
|
+
import * as class_variance_authority_types3 from "class-variance-authority/types";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/empty.d.ts
|
|
6
6
|
declare function Empty({
|
|
7
7
|
className,
|
|
8
8
|
...props
|
|
9
|
-
}: React.ComponentProps<"div">):
|
|
9
|
+
}: React.ComponentProps<"div">): react_jsx_runtime118.JSX.Element;
|
|
10
10
|
declare function EmptyHeader({
|
|
11
11
|
className,
|
|
12
12
|
...props
|
|
13
|
-
}: React.ComponentProps<"div">):
|
|
13
|
+
}: React.ComponentProps<"div">): react_jsx_runtime118.JSX.Element;
|
|
14
14
|
declare const emptyMediaVariants: (props?: ({
|
|
15
15
|
variant?: "default" | "icon" | null | undefined;
|
|
16
|
-
} &
|
|
16
|
+
} & class_variance_authority_types3.ClassProp) | undefined) => string;
|
|
17
17
|
declare function EmptyMedia({
|
|
18
18
|
className,
|
|
19
19
|
variant,
|
|
20
20
|
...props
|
|
21
|
-
}: React.ComponentProps<"div"> & VariantProps<typeof emptyMediaVariants>):
|
|
21
|
+
}: React.ComponentProps<"div"> & VariantProps<typeof emptyMediaVariants>): react_jsx_runtime118.JSX.Element;
|
|
22
22
|
declare function EmptyTitle({
|
|
23
23
|
className,
|
|
24
24
|
...props
|
|
25
|
-
}: React.ComponentProps<"div">):
|
|
25
|
+
}: React.ComponentProps<"div">): react_jsx_runtime118.JSX.Element;
|
|
26
26
|
declare function EmptyDescription({
|
|
27
27
|
className,
|
|
28
28
|
...props
|
|
29
|
-
}: React.ComponentProps<"p">):
|
|
29
|
+
}: React.ComponentProps<"p">): react_jsx_runtime118.JSX.Element;
|
|
30
30
|
declare function EmptyContent({
|
|
31
31
|
className,
|
|
32
32
|
...props
|
|
33
|
-
}: React.ComponentProps<"div">):
|
|
33
|
+
}: React.ComponentProps<"div">): react_jsx_runtime118.JSX.Element;
|
|
34
34
|
//#endregion
|
|
35
35
|
export { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle };
|
|
36
36
|
//# sourceMappingURL=empty.d.ts.map
|
package/dist/react/ui/field.d.ts
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
import { Label } from "./label.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime124 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types4 from "class-variance-authority/types";
|
|
5
5
|
|
|
6
6
|
//#region src/react/ui/field.d.ts
|
|
7
7
|
declare function FieldSet({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: React.ComponentProps<"fieldset">):
|
|
10
|
+
}: React.ComponentProps<"fieldset">): react_jsx_runtime124.JSX.Element;
|
|
11
11
|
declare function FieldLegend({
|
|
12
12
|
className,
|
|
13
13
|
variant,
|
|
14
14
|
...props
|
|
15
15
|
}: React.ComponentProps<"legend"> & {
|
|
16
16
|
variant?: "legend" | "label";
|
|
17
|
-
}):
|
|
17
|
+
}): react_jsx_runtime124.JSX.Element;
|
|
18
18
|
declare function FieldGroup({
|
|
19
19
|
className,
|
|
20
20
|
...props
|
|
21
|
-
}: React.ComponentProps<"div">):
|
|
21
|
+
}: React.ComponentProps<"div">): react_jsx_runtime124.JSX.Element;
|
|
22
22
|
declare const fieldVariants: (props?: ({
|
|
23
23
|
orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
|
|
24
|
-
} &
|
|
24
|
+
} & class_variance_authority_types4.ClassProp) | undefined) => string;
|
|
25
25
|
declare function Field({
|
|
26
26
|
className,
|
|
27
27
|
orientation,
|
|
28
28
|
...props
|
|
29
|
-
}: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>):
|
|
29
|
+
}: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>): react_jsx_runtime124.JSX.Element;
|
|
30
30
|
declare function FieldContent({
|
|
31
31
|
className,
|
|
32
32
|
...props
|
|
33
|
-
}: React.ComponentProps<"div">):
|
|
33
|
+
}: React.ComponentProps<"div">): react_jsx_runtime124.JSX.Element;
|
|
34
34
|
declare function FieldLabel({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: React.ComponentProps<typeof Label>):
|
|
37
|
+
}: React.ComponentProps<typeof Label>): react_jsx_runtime124.JSX.Element;
|
|
38
38
|
declare function FieldTitle({
|
|
39
39
|
className,
|
|
40
40
|
...props
|
|
41
|
-
}: React.ComponentProps<"div">):
|
|
41
|
+
}: React.ComponentProps<"div">): react_jsx_runtime124.JSX.Element;
|
|
42
42
|
declare function FieldDescription({
|
|
43
43
|
className,
|
|
44
44
|
...props
|
|
45
|
-
}: React.ComponentProps<"p">):
|
|
45
|
+
}: React.ComponentProps<"p">): react_jsx_runtime124.JSX.Element;
|
|
46
46
|
declare function FieldSeparator({
|
|
47
47
|
children,
|
|
48
48
|
className,
|
|
49
49
|
...props
|
|
50
50
|
}: React.ComponentProps<"div"> & {
|
|
51
51
|
children?: React.ReactNode;
|
|
52
|
-
}):
|
|
52
|
+
}): react_jsx_runtime124.JSX.Element;
|
|
53
53
|
declare function FieldError({
|
|
54
54
|
className,
|
|
55
55
|
children,
|
|
@@ -59,7 +59,7 @@ declare function FieldError({
|
|
|
59
59
|
errors?: Array<{
|
|
60
60
|
message?: string;
|
|
61
61
|
} | undefined>;
|
|
62
|
-
}):
|
|
62
|
+
}): react_jsx_runtime124.JSX.Element | null;
|
|
63
63
|
//#endregion
|
|
64
64
|
export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle };
|
|
65
65
|
//# sourceMappingURL=field.d.ts.map
|
package/dist/react/ui/form.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react0 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime134 from "react/jsx-runtime";
|
|
3
3
|
import { Slot } from "@radix-ui/react-slot";
|
|
4
4
|
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
5
5
|
import * as react_hook_form0 from "react-hook-form";
|
|
@@ -9,7 +9,7 @@ import { ControllerProps, FieldPath, FieldValues } from "react-hook-form";
|
|
|
9
9
|
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: react_hook_form0.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => react0.JSX.Element;
|
|
10
10
|
declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({
|
|
11
11
|
...props
|
|
12
|
-
}: ControllerProps<TFieldValues, TName>) =>
|
|
12
|
+
}: ControllerProps<TFieldValues, TName>) => react_jsx_runtime134.JSX.Element;
|
|
13
13
|
declare const useFormField: () => {
|
|
14
14
|
invalid: boolean;
|
|
15
15
|
isDirty: boolean;
|
|
@@ -25,22 +25,22 @@ declare const useFormField: () => {
|
|
|
25
25
|
declare function FormItem({
|
|
26
26
|
className,
|
|
27
27
|
...props
|
|
28
|
-
}: react0.ComponentProps<"div">):
|
|
28
|
+
}: react0.ComponentProps<"div">): react_jsx_runtime134.JSX.Element;
|
|
29
29
|
declare function FormLabel({
|
|
30
30
|
className,
|
|
31
31
|
...props
|
|
32
|
-
}: react0.ComponentProps<typeof LabelPrimitive.Root>):
|
|
32
|
+
}: react0.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime134.JSX.Element;
|
|
33
33
|
declare function FormControl({
|
|
34
34
|
...props
|
|
35
|
-
}: react0.ComponentProps<typeof Slot>):
|
|
35
|
+
}: react0.ComponentProps<typeof Slot>): react_jsx_runtime134.JSX.Element;
|
|
36
36
|
declare function FormDescription({
|
|
37
37
|
className,
|
|
38
38
|
...props
|
|
39
|
-
}: react0.ComponentProps<"p">):
|
|
39
|
+
}: react0.ComponentProps<"p">): react_jsx_runtime134.JSX.Element;
|
|
40
40
|
declare function FormMessage({
|
|
41
41
|
className,
|
|
42
42
|
...props
|
|
43
|
-
}: react0.ComponentProps<"p">):
|
|
43
|
+
}: react0.ComponentProps<"p">): react_jsx_runtime134.JSX.Element | null;
|
|
44
44
|
//#endregion
|
|
45
45
|
export { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, useFormField };
|
|
46
46
|
//# sourceMappingURL=form.d.ts.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime140 from "react/jsx-runtime";
|
|
3
3
|
import * as HoverCardPrimitive from "@radix-ui/react-hover-card";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/hover-card.d.ts
|
|
6
6
|
declare function HoverCard({
|
|
7
7
|
...props
|
|
8
|
-
}: React.ComponentProps<typeof HoverCardPrimitive.Root>):
|
|
8
|
+
}: React.ComponentProps<typeof HoverCardPrimitive.Root>): react_jsx_runtime140.JSX.Element;
|
|
9
9
|
declare function HoverCardTrigger({
|
|
10
10
|
...props
|
|
11
|
-
}: React.ComponentProps<typeof HoverCardPrimitive.Trigger>):
|
|
11
|
+
}: React.ComponentProps<typeof HoverCardPrimitive.Trigger>): react_jsx_runtime140.JSX.Element;
|
|
12
12
|
declare function HoverCardContent({
|
|
13
13
|
className,
|
|
14
14
|
align,
|
|
15
15
|
sideOffset,
|
|
16
16
|
...props
|
|
17
|
-
}: React.ComponentProps<typeof HoverCardPrimitive.Content>):
|
|
17
|
+
}: React.ComponentProps<typeof HoverCardPrimitive.Content>): react_jsx_runtime140.JSX.Element;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { HoverCard, HoverCardContent, HoverCardTrigger };
|
|
20
20
|
//# sourceMappingURL=hover-card.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Button } from "./button.js";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime144 from "react/jsx-runtime";
|
|
4
4
|
import { VariantProps } from "class-variance-authority";
|
|
5
5
|
import * as class_variance_authority_types5 from "class-variance-authority/types";
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@ import * as class_variance_authority_types5 from "class-variance-authority/types
|
|
|
8
8
|
declare function InputGroup({
|
|
9
9
|
className,
|
|
10
10
|
...props
|
|
11
|
-
}: React.ComponentProps<"div">):
|
|
11
|
+
}: React.ComponentProps<"div">): react_jsx_runtime144.JSX.Element;
|
|
12
12
|
declare const inputGroupAddonVariants: (props?: ({
|
|
13
13
|
align?: "inline-start" | "inline-end" | "block-start" | "block-end" | null | undefined;
|
|
14
14
|
} & class_variance_authority_types5.ClassProp) | undefined) => string;
|
|
@@ -16,7 +16,7 @@ declare function InputGroupAddon({
|
|
|
16
16
|
className,
|
|
17
17
|
align,
|
|
18
18
|
...props
|
|
19
|
-
}: React.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>):
|
|
19
|
+
}: React.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime144.JSX.Element;
|
|
20
20
|
declare const inputGroupButtonVariants: (props?: ({
|
|
21
21
|
size?: "sm" | "icon-sm" | "xs" | "icon-xs" | null | undefined;
|
|
22
22
|
} & class_variance_authority_types5.ClassProp) | undefined) => string;
|
|
@@ -26,19 +26,19 @@ declare function InputGroupButton({
|
|
|
26
26
|
variant,
|
|
27
27
|
size,
|
|
28
28
|
...props
|
|
29
|
-
}: Omit<React.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>):
|
|
29
|
+
}: Omit<React.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime144.JSX.Element;
|
|
30
30
|
declare function InputGroupText({
|
|
31
31
|
className,
|
|
32
32
|
...props
|
|
33
|
-
}: React.ComponentProps<"span">):
|
|
33
|
+
}: React.ComponentProps<"span">): react_jsx_runtime144.JSX.Element;
|
|
34
34
|
declare function InputGroupInput({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: React.ComponentProps<"input">):
|
|
37
|
+
}: React.ComponentProps<"input">): react_jsx_runtime144.JSX.Element;
|
|
38
38
|
declare function InputGroupTextarea({
|
|
39
39
|
className,
|
|
40
40
|
...props
|
|
41
|
-
}: React.ComponentProps<"textarea">):
|
|
41
|
+
}: React.ComponentProps<"textarea">): react_jsx_runtime144.JSX.Element;
|
|
42
42
|
//#endregion
|
|
43
43
|
export { InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea };
|
|
44
44
|
//# sourceMappingURL=input-group.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime150 from "react/jsx-runtime";
|
|
3
3
|
import { OTPInput } from "input-otp";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/input-otp.d.ts
|
|
@@ -9,21 +9,21 @@ declare function InputOTP({
|
|
|
9
9
|
...props
|
|
10
10
|
}: React.ComponentProps<typeof OTPInput> & {
|
|
11
11
|
containerClassName?: string;
|
|
12
|
-
}):
|
|
12
|
+
}): react_jsx_runtime150.JSX.Element;
|
|
13
13
|
declare function InputOTPGroup({
|
|
14
14
|
className,
|
|
15
15
|
...props
|
|
16
|
-
}: React.ComponentProps<"div">):
|
|
16
|
+
}: React.ComponentProps<"div">): react_jsx_runtime150.JSX.Element;
|
|
17
17
|
declare function InputOTPSlot({
|
|
18
18
|
index,
|
|
19
19
|
className,
|
|
20
20
|
...props
|
|
21
21
|
}: React.ComponentProps<"div"> & {
|
|
22
22
|
index: number;
|
|
23
|
-
}):
|
|
23
|
+
}): react_jsx_runtime150.JSX.Element;
|
|
24
24
|
declare function InputOTPSeparator({
|
|
25
25
|
...props
|
|
26
|
-
}: React.ComponentProps<"div">):
|
|
26
|
+
}: React.ComponentProps<"div">): react_jsx_runtime150.JSX.Element;
|
|
27
27
|
//#endregion
|
|
28
28
|
export { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot };
|
|
29
29
|
//# sourceMappingURL=input-otp.d.ts.map
|
package/dist/react/ui/input.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime143 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/react/ui/input.d.ts
|
|
5
5
|
declare function Input({
|
|
6
6
|
className,
|
|
7
7
|
type,
|
|
8
8
|
...props
|
|
9
|
-
}: React.ComponentProps<"input">):
|
|
9
|
+
}: React.ComponentProps<"input">): react_jsx_runtime143.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { Input };
|
|
12
12
|
//# sourceMappingURL=input.d.ts.map
|