@databricks/appkit-ui 0.5.0 → 0.5.2
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/cli/commands/docs.js +1 -1
- package/dist/cli/commands/docs.js.map +1 -1
- package/dist/cli/commands/generate-types.js +5 -0
- package/dist/cli/commands/generate-types.js.map +1 -1
- package/dist/cli/commands/lint.js.map +1 -1
- package/dist/cli/commands/setup.js.map +1 -1
- package/dist/cli/index.js +3 -3
- package/dist/cli/index.js.map +1 -1
- package/dist/js/arrow/arrow-client.js.map +1 -1
- package/dist/js/arrow/lazy-arrow.js.map +1 -1
- package/dist/react/charts/area/index.d.ts +2 -2
- package/dist/react/charts/bar/index.d.ts +2 -2
- package/dist/react/charts/base.d.ts +2 -2
- package/dist/react/charts/base.d.ts.map +1 -1
- package/dist/react/charts/create-chart.d.ts +2 -2
- package/dist/react/charts/create-chart.d.ts.map +1 -1
- package/dist/react/charts/heatmap/index.d.ts +2 -2
- package/dist/react/charts/line/index.d.ts +2 -2
- package/dist/react/charts/normalize.js.map +1 -1
- package/dist/react/charts/options.d.ts.map +1 -1
- package/dist/react/charts/pie/index.d.ts +3 -3
- package/dist/react/charts/radar/index.d.ts +2 -2
- package/dist/react/charts/scatter/index.d.ts +2 -2
- package/dist/react/charts/wrapper.d.ts +2 -2
- package/dist/react/charts/wrapper.d.ts.map +1 -1
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +1 -1
- 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/accordion.d.ts.map +1 -1
- package/dist/react/ui/alert-dialog.d.ts +12 -12
- package/dist/react/ui/alert-dialog.js +1 -1
- package/dist/react/ui/alert.d.ts +4 -4
- package/dist/react/ui/alert.d.ts.map +1 -1
- package/dist/react/ui/aspect-ratio.d.ts +2 -2
- 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 +4 -4
- 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/context-menu.js +1 -1
- package/dist/react/ui/dialog.d.ts +11 -11
- package/dist/react/ui/dialog.js +1 -1
- package/dist/react/ui/drawer.d.ts +11 -11
- package/dist/react/ui/drawer.d.ts.map +1 -1
- package/dist/react/ui/drawer.js +1 -1
- package/dist/react/ui/dropdown-menu.d.ts +16 -16
- package/dist/react/ui/dropdown-menu.js +1 -1
- package/dist/react/ui/empty.d.ts +7 -7
- package/dist/react/ui/field.d.ts +11 -11
- package/dist/react/ui/form.d.ts +7 -7
- package/dist/react/ui/hover-card.d.ts +4 -4
- package/dist/react/ui/hover-card.js +1 -1
- 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 +11 -11
- 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/menubar.js +1 -1
- package/dist/react/ui/navigation-menu.d.ts +9 -9
- package/dist/react/ui/pagination.d.ts +8 -8
- package/dist/react/ui/popover.d.ts +5 -5
- package/dist/react/ui/popover.js +1 -1
- 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/select.js +1 -1
- package/dist/react/ui/separator.d.ts +2 -2
- package/dist/react/ui/sheet.d.ts +9 -9
- package/dist/react/ui/sheet.js +1 -1
- package/dist/react/ui/sidebar.d.ts +26 -26
- 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 +4 -4
- package/dist/react/ui/tooltip.d.ts +5 -5
- package/dist/react/ui/tooltip.d.ts.map +1 -1
- package/dist/react/ui/tooltip.js +1 -1
- package/docs/docs/api/appkit/Class.AppKitError/index.html +3 -3
- package/docs/docs/api/appkit/Class.AuthenticationError/index.html +3 -3
- package/docs/docs/api/appkit/Class.ConfigurationError/index.html +3 -3
- package/docs/docs/api/appkit/Class.ConnectionError/index.html +3 -3
- package/docs/docs/api/appkit/Class.ExecutionError/index.html +3 -3
- package/docs/docs/api/appkit/Class.InitializationError/index.html +3 -3
- package/docs/docs/api/appkit/Class.Plugin/index.html +3 -3
- package/docs/docs/api/appkit/Class.ServerError/index.html +3 -3
- package/docs/docs/api/appkit/Class.TunnelError/index.html +3 -3
- package/docs/docs/api/appkit/Class.ValidationError/index.html +3 -3
- package/docs/docs/api/appkit/Function.appKitTypesPlugin/index.html +3 -3
- package/docs/docs/api/appkit/Function.createApp/index.html +3 -3
- package/docs/docs/api/appkit/Function.getExecutionContext/index.html +3 -3
- package/docs/docs/api/appkit/Function.isSQLTypeMarker/index.html +3 -3
- package/docs/docs/api/appkit/Interface.BasePluginConfig/index.html +3 -3
- package/docs/docs/api/appkit/Interface.CacheConfig/index.html +3 -3
- package/docs/docs/api/appkit/Interface.ITelemetry/index.html +3 -3
- package/docs/docs/api/appkit/Interface.StreamExecutionSettings/index.html +3 -3
- package/docs/docs/api/appkit/Interface.TelemetryConfig/index.html +3 -3
- package/docs/docs/api/appkit/TypeAlias.IAppRouter/index.html +3 -3
- package/docs/docs/api/appkit/Variable.sql/index.html +3 -3
- package/docs/docs/api/appkit/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/AreaChart/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/BarChart/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/DataTable/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/DonutChart/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/HeatmapChart/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/LineChart/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/PieChart/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/RadarChart/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/ScatterChart/index.html +3 -3
- package/docs/docs/api/appkit-ui/index.html +3 -3
- package/docs/docs/api/appkit-ui/styling/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Accordion/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Alert/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/AlertDialog/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/AspectRatio/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Avatar/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Badge/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Breadcrumb/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Button/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/ButtonGroup/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Calendar/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Card/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Carousel/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/ChartContainer/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Checkbox/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Collapsible/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Command/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/ContextMenu/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Dialog/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Drawer/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/DropdownMenu/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Empty/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Field/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/FormControl/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/HoverCard/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Input/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/InputGroup/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/InputOTP/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Item/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Kbd/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Label/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Menubar/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/NavigationMenu/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Pagination/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Popover/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Progress/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/RadioGroup/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/ResizableHandle/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/ScrollArea/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Select/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Separator/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Sheet/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Sidebar/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Skeleton/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Slider/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Spinner/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Switch/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Table/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Tabs/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Textarea/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Toaster/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Toggle/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/ToggleGroup/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Tooltip/index.html +3 -3
- package/docs/docs/api/index.html +3 -3
- package/docs/docs/app-management/index.html +5 -5
- package/docs/docs/app-management.md +2 -2
- package/docs/docs/architecture/index.html +3 -3
- package/docs/docs/category/development/index.html +3 -3
- package/docs/docs/configuration/index.html +3 -3
- package/docs/docs/core-principles/index.html +3 -3
- package/docs/docs/development/index.html +5 -5
- package/docs/docs/development/llm-guide/index.html +3 -3
- package/docs/docs/development/local-development/index.html +5 -5
- package/docs/docs/development/local-development.md +2 -2
- package/docs/docs/development/project-setup/index.html +3 -3
- package/docs/docs/development/remote-bridge/index.html +5 -5
- package/docs/docs/development/remote-bridge.md +2 -2
- package/docs/docs/development/type-generation/index.html +3 -3
- package/docs/docs/development.md +2 -2
- package/docs/docs/index.html +5 -5
- package/docs/docs/plugins/index.html +3 -3
- package/docs/docs.md +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Dialog } from "./dialog.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime61 from "react/jsx-runtime";
|
|
4
4
|
import { Command } from "cmdk";
|
|
5
5
|
|
|
6
6
|
//#region src/react/ui/command.d.ts
|
|
@@ -8,7 +8,7 @@ import { Command } from "cmdk";
|
|
|
8
8
|
declare function Command$1({
|
|
9
9
|
className,
|
|
10
10
|
...props
|
|
11
|
-
}: React$1.ComponentProps<typeof Command>):
|
|
11
|
+
}: React$1.ComponentProps<typeof Command>): react_jsx_runtime61.JSX.Element;
|
|
12
12
|
/** Dialog wrapper for the command palette */
|
|
13
13
|
declare function CommandDialog({
|
|
14
14
|
title,
|
|
@@ -22,41 +22,41 @@ declare function CommandDialog({
|
|
|
22
22
|
description?: string;
|
|
23
23
|
className?: string;
|
|
24
24
|
showCloseButton?: boolean;
|
|
25
|
-
}):
|
|
25
|
+
}): react_jsx_runtime61.JSX.Element;
|
|
26
26
|
/** Search input field for filtering command items */
|
|
27
27
|
declare function CommandInput({
|
|
28
28
|
className,
|
|
29
29
|
...props
|
|
30
|
-
}: React$1.ComponentProps<typeof Command.Input>):
|
|
30
|
+
}: React$1.ComponentProps<typeof Command.Input>): react_jsx_runtime61.JSX.Element;
|
|
31
31
|
/** Scrollable list container for command items */
|
|
32
32
|
declare function CommandList({
|
|
33
33
|
className,
|
|
34
34
|
...props
|
|
35
|
-
}: React$1.ComponentProps<typeof Command.List>):
|
|
35
|
+
}: React$1.ComponentProps<typeof Command.List>): react_jsx_runtime61.JSX.Element;
|
|
36
36
|
/** Empty state displayed when no commands match the search */
|
|
37
37
|
declare function CommandEmpty({
|
|
38
38
|
...props
|
|
39
|
-
}: React$1.ComponentProps<typeof Command.Empty>):
|
|
39
|
+
}: React$1.ComponentProps<typeof Command.Empty>): react_jsx_runtime61.JSX.Element;
|
|
40
40
|
/** Group of related command items with an optional heading */
|
|
41
41
|
declare function CommandGroup({
|
|
42
42
|
className,
|
|
43
43
|
...props
|
|
44
|
-
}: React$1.ComponentProps<typeof Command.Group>):
|
|
44
|
+
}: React$1.ComponentProps<typeof Command.Group>): react_jsx_runtime61.JSX.Element;
|
|
45
45
|
/** Visual separator between command groups */
|
|
46
46
|
declare function CommandSeparator({
|
|
47
47
|
className,
|
|
48
48
|
...props
|
|
49
|
-
}: React$1.ComponentProps<typeof Command.Separator>):
|
|
49
|
+
}: React$1.ComponentProps<typeof Command.Separator>): react_jsx_runtime61.JSX.Element;
|
|
50
50
|
/** Individual selectable command item */
|
|
51
51
|
declare function CommandItem({
|
|
52
52
|
className,
|
|
53
53
|
...props
|
|
54
|
-
}: React$1.ComponentProps<typeof Command.Item>):
|
|
54
|
+
}: React$1.ComponentProps<typeof Command.Item>): react_jsx_runtime61.JSX.Element;
|
|
55
55
|
/** Keyboard shortcut indicator displayed next to command items */
|
|
56
56
|
declare function CommandShortcut({
|
|
57
57
|
className,
|
|
58
58
|
...props
|
|
59
|
-
}: React$1.ComponentProps<"span">):
|
|
59
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime61.JSX.Element;
|
|
60
60
|
//#endregion
|
|
61
61
|
export { Command$1 as Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut };
|
|
62
62
|
//# sourceMappingURL=command.d.ts.map
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime70 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
|
/** Menu triggered by right-clicking an element */
|
|
7
7
|
declare function ContextMenu({
|
|
8
8
|
...props
|
|
9
|
-
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Root>):
|
|
9
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Root>): react_jsx_runtime70.JSX.Element;
|
|
10
10
|
declare function ContextMenuTrigger({
|
|
11
11
|
...props
|
|
12
|
-
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Trigger>):
|
|
12
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Trigger>): react_jsx_runtime70.JSX.Element;
|
|
13
13
|
declare function ContextMenuGroup({
|
|
14
14
|
...props
|
|
15
|
-
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Group>):
|
|
15
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Group>): react_jsx_runtime70.JSX.Element;
|
|
16
16
|
declare function ContextMenuPortal({
|
|
17
17
|
container,
|
|
18
18
|
...props
|
|
19
|
-
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Portal>):
|
|
19
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Portal>): react_jsx_runtime70.JSX.Element;
|
|
20
20
|
declare function ContextMenuSub({
|
|
21
21
|
...props
|
|
22
|
-
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Sub>):
|
|
22
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Sub>): react_jsx_runtime70.JSX.Element;
|
|
23
23
|
declare function ContextMenuRadioGroup({
|
|
24
24
|
...props
|
|
25
|
-
}: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>):
|
|
25
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): react_jsx_runtime70.JSX.Element;
|
|
26
26
|
declare function ContextMenuSubTrigger({
|
|
27
27
|
className,
|
|
28
28
|
inset,
|
|
@@ -30,15 +30,15 @@ declare function ContextMenuSubTrigger({
|
|
|
30
30
|
...props
|
|
31
31
|
}: React$1.ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
|
|
32
32
|
inset?: boolean;
|
|
33
|
-
}):
|
|
33
|
+
}): react_jsx_runtime70.JSX.Element;
|
|
34
34
|
declare function ContextMenuSubContent({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: React$1.ComponentProps<typeof ContextMenuPrimitive.SubContent>):
|
|
37
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.SubContent>): react_jsx_runtime70.JSX.Element;
|
|
38
38
|
declare function ContextMenuContent({
|
|
39
39
|
className,
|
|
40
40
|
...props
|
|
41
|
-
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Content>):
|
|
41
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Content>): react_jsx_runtime70.JSX.Element;
|
|
42
42
|
declare function ContextMenuItem({
|
|
43
43
|
className,
|
|
44
44
|
inset,
|
|
@@ -47,33 +47,33 @@ declare function ContextMenuItem({
|
|
|
47
47
|
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Item> & {
|
|
48
48
|
inset?: boolean;
|
|
49
49
|
variant?: "default" | "destructive";
|
|
50
|
-
}):
|
|
50
|
+
}): react_jsx_runtime70.JSX.Element;
|
|
51
51
|
declare function ContextMenuCheckboxItem({
|
|
52
52
|
className,
|
|
53
53
|
children,
|
|
54
54
|
checked,
|
|
55
55
|
...props
|
|
56
|
-
}: React$1.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>):
|
|
56
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): react_jsx_runtime70.JSX.Element;
|
|
57
57
|
declare function ContextMenuRadioItem({
|
|
58
58
|
className,
|
|
59
59
|
children,
|
|
60
60
|
...props
|
|
61
|
-
}: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioItem>):
|
|
61
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioItem>): react_jsx_runtime70.JSX.Element;
|
|
62
62
|
declare function ContextMenuLabel({
|
|
63
63
|
className,
|
|
64
64
|
inset,
|
|
65
65
|
...props
|
|
66
66
|
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Label> & {
|
|
67
67
|
inset?: boolean;
|
|
68
|
-
}):
|
|
68
|
+
}): react_jsx_runtime70.JSX.Element;
|
|
69
69
|
declare function ContextMenuSeparator({
|
|
70
70
|
className,
|
|
71
71
|
...props
|
|
72
|
-
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Separator>):
|
|
72
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Separator>): react_jsx_runtime70.JSX.Element;
|
|
73
73
|
declare function ContextMenuShortcut({
|
|
74
74
|
className,
|
|
75
75
|
...props
|
|
76
|
-
}: React$1.ComponentProps<"span">):
|
|
76
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime70.JSX.Element;
|
|
77
77
|
//#endregion
|
|
78
78
|
export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger };
|
|
79
79
|
//# sourceMappingURL=context-menu.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
import { useResolvedPortalContainer } from "../portal-container-context.js";
|
|
4
3
|
import { cn } from "../lib/utils.js";
|
|
4
|
+
import { useResolvedPortalContainer } from "../portal-container-context.js";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
import { CheckIcon, ChevronRightIcon, CircleIcon } from "lucide-react";
|
|
7
7
|
import * as ContextMenuPrimitive from "@radix-ui/react-context-menu";
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime85 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
|
/** Modal dialog that overlays the page content */
|
|
7
7
|
declare function Dialog({
|
|
8
8
|
...props
|
|
9
|
-
}: React$1.ComponentProps<typeof DialogPrimitive.Root>):
|
|
9
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime85.JSX.Element;
|
|
10
10
|
/** Button that opens the dialog */
|
|
11
11
|
declare function DialogTrigger({
|
|
12
12
|
...props
|
|
13
|
-
}: React$1.ComponentProps<typeof DialogPrimitive.Trigger>):
|
|
13
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime85.JSX.Element;
|
|
14
14
|
/** Portal container for dialog content */
|
|
15
15
|
declare function DialogPortal({
|
|
16
16
|
container,
|
|
17
17
|
...props
|
|
18
|
-
}: React$1.ComponentProps<typeof DialogPrimitive.Portal>):
|
|
18
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime85.JSX.Element;
|
|
19
19
|
/** Button that closes the dialog */
|
|
20
20
|
declare function DialogClose({
|
|
21
21
|
...props
|
|
22
|
-
}: React$1.ComponentProps<typeof DialogPrimitive.Close>):
|
|
22
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime85.JSX.Element;
|
|
23
23
|
/** Dimmed overlay behind the dialog */
|
|
24
24
|
declare function DialogOverlay({
|
|
25
25
|
className,
|
|
26
26
|
...props
|
|
27
|
-
}: React$1.ComponentProps<typeof DialogPrimitive.Overlay>):
|
|
27
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime85.JSX.Element;
|
|
28
28
|
/** Main content area of the dialog */
|
|
29
29
|
declare function DialogContent({
|
|
30
30
|
className,
|
|
@@ -33,27 +33,27 @@ declare function DialogContent({
|
|
|
33
33
|
...props
|
|
34
34
|
}: React$1.ComponentProps<typeof DialogPrimitive.Content> & {
|
|
35
35
|
showCloseButton?: boolean;
|
|
36
|
-
}):
|
|
36
|
+
}): react_jsx_runtime85.JSX.Element;
|
|
37
37
|
/** Header section of the dialog */
|
|
38
38
|
declare function DialogHeader({
|
|
39
39
|
className,
|
|
40
40
|
...props
|
|
41
|
-
}: React$1.ComponentProps<"div">):
|
|
41
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime85.JSX.Element;
|
|
42
42
|
/** Footer section of the dialog */
|
|
43
43
|
declare function DialogFooter({
|
|
44
44
|
className,
|
|
45
45
|
...props
|
|
46
|
-
}: React$1.ComponentProps<"div">):
|
|
46
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime85.JSX.Element;
|
|
47
47
|
/** Title text for the dialog */
|
|
48
48
|
declare function DialogTitle({
|
|
49
49
|
className,
|
|
50
50
|
...props
|
|
51
|
-
}: React$1.ComponentProps<typeof DialogPrimitive.Title>):
|
|
51
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime85.JSX.Element;
|
|
52
52
|
/** Description text for the dialog */
|
|
53
53
|
declare function DialogDescription({
|
|
54
54
|
className,
|
|
55
55
|
...props
|
|
56
|
-
}: React$1.ComponentProps<typeof DialogPrimitive.Description>):
|
|
56
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime85.JSX.Element;
|
|
57
57
|
//#endregion
|
|
58
58
|
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger };
|
|
59
59
|
//# sourceMappingURL=dialog.d.ts.map
|
package/dist/react/ui/dialog.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useResolvedPortalContainer } from "../portal-container-context.js";
|
|
2
1
|
import { cn } from "../lib/utils.js";
|
|
2
|
+
import { useResolvedPortalContainer } from "../portal-container-context.js";
|
|
3
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
4
|
import { XIcon } from "lucide-react";
|
|
5
5
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
@@ -1,56 +1,56 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime95 from "react/jsx-runtime";
|
|
3
3
|
import { Drawer } from "vaul";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/drawer.d.ts
|
|
6
6
|
/** Draggable panel that slides in from screen edges */
|
|
7
7
|
declare function Drawer$1({
|
|
8
8
|
...props
|
|
9
|
-
}: React$1.ComponentProps<typeof Drawer.Root>):
|
|
9
|
+
}: React$1.ComponentProps<typeof Drawer.Root>): react_jsx_runtime95.JSX.Element;
|
|
10
10
|
/** Button that opens the drawer */
|
|
11
11
|
declare function DrawerTrigger({
|
|
12
12
|
...props
|
|
13
|
-
}: React$1.ComponentProps<typeof Drawer.Trigger>):
|
|
13
|
+
}: React$1.ComponentProps<typeof Drawer.Trigger>): react_jsx_runtime95.JSX.Element;
|
|
14
14
|
/** Portal container for drawer content */
|
|
15
15
|
declare function DrawerPortal({
|
|
16
16
|
container,
|
|
17
17
|
...props
|
|
18
|
-
}: React$1.ComponentProps<typeof Drawer.Portal>):
|
|
18
|
+
}: React$1.ComponentProps<typeof Drawer.Portal>): react_jsx_runtime95.JSX.Element;
|
|
19
19
|
/** Button that closes the drawer */
|
|
20
20
|
declare function DrawerClose({
|
|
21
21
|
...props
|
|
22
|
-
}: React$1.ComponentProps<typeof Drawer.Close>):
|
|
22
|
+
}: React$1.ComponentProps<typeof Drawer.Close>): react_jsx_runtime95.JSX.Element;
|
|
23
23
|
/** Dimmed overlay behind the drawer */
|
|
24
24
|
declare function DrawerOverlay({
|
|
25
25
|
className,
|
|
26
26
|
...props
|
|
27
|
-
}: React$1.ComponentProps<typeof Drawer.Overlay>):
|
|
27
|
+
}: React$1.ComponentProps<typeof Drawer.Overlay>): react_jsx_runtime95.JSX.Element;
|
|
28
28
|
/** Main content area of the drawer */
|
|
29
29
|
declare function DrawerContent({
|
|
30
30
|
className,
|
|
31
31
|
children,
|
|
32
32
|
...props
|
|
33
|
-
}: React$1.ComponentProps<typeof Drawer.Content>):
|
|
33
|
+
}: React$1.ComponentProps<typeof Drawer.Content>): react_jsx_runtime95.JSX.Element;
|
|
34
34
|
/** Header section of the drawer */
|
|
35
35
|
declare function DrawerHeader({
|
|
36
36
|
className,
|
|
37
37
|
...props
|
|
38
|
-
}: React$1.ComponentProps<"div">):
|
|
38
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime95.JSX.Element;
|
|
39
39
|
/** Footer section of the drawer */
|
|
40
40
|
declare function DrawerFooter({
|
|
41
41
|
className,
|
|
42
42
|
...props
|
|
43
|
-
}: React$1.ComponentProps<"div">):
|
|
43
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime95.JSX.Element;
|
|
44
44
|
/** Title text for the drawer */
|
|
45
45
|
declare function DrawerTitle({
|
|
46
46
|
className,
|
|
47
47
|
...props
|
|
48
|
-
}: React$1.ComponentProps<typeof Drawer.Title>):
|
|
48
|
+
}: React$1.ComponentProps<typeof Drawer.Title>): react_jsx_runtime95.JSX.Element;
|
|
49
49
|
/** Description text for the drawer */
|
|
50
50
|
declare function DrawerDescription({
|
|
51
51
|
className,
|
|
52
52
|
...props
|
|
53
|
-
}: React$1.ComponentProps<typeof Drawer.Description>):
|
|
53
|
+
}: React$1.ComponentProps<typeof Drawer.Description>): react_jsx_runtime95.JSX.Element;
|
|
54
54
|
//#endregion
|
|
55
55
|
export { Drawer$1 as Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger };
|
|
56
56
|
//# sourceMappingURL=drawer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"drawer.d.ts","names":[],"sources":["../../../src/react/ui/drawer.tsx"],"sourcesContent":[],"mappings":";;;;;;iBASS,QAAA;;GAEN,OAAA,CAAM,sBAAsB,MAAA,CAAgB,QAAK,
|
|
1
|
+
{"version":3,"file":"drawer.d.ts","names":[],"sources":["../../../src/react/ui/drawer.tsx"],"sourcesContent":[],"mappings":";;;;;;iBASS,QAAA;;GAEN,OAAA,CAAM,sBAAsB,MAAA,CAAgB,QAAK,mBAAA,CAAA,GAAA,CAAA;;AARH,iBAaxC,aAAA,CAPM;EAAA,GAAA;AAAA,CAAA,EASZ,OAAA,CAAM,cATM,CAAA,OASgB,MAAA,CAAgB,OAThC,CAAA,CAAA,EASwC,mBAAA,CAAA,GAAA,CAAA,OATxC;;iBAcN,YAAA,CAZsC;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAe5C,OAAA,CAAM,cAfsC,CAAA,OAehB,MAAA,CAAgB,MAfA,CAAA,CAAA,EAeO,mBAAA,CAAA,GAAA,CAAA,OAfP;;iBA0BtC,WAAA,CA1B2C;EAAA,GAAA;AAAA,CAAA,EA4BjD,OAAA,CAAM,cA5B2C,CAAA,OA4BrB,MAAA,CAAgB,KA5BK,CAAA,CAAA,EA4BC,mBAAA,CAAA,GAAA,CAAA,OA5BD;;AAAA,iBAiC3C,aAAA,CA5Ba;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA+BnB,OAAA,CAAM,cA/Ba,CAAA,OA+BS,MAAA,CAAgB,OA/BzB,CAAA,CAAA,EA+BiC,mBAAA,CAAA,GAAA,CAAA,OA/BjC;;iBA6Cb,aAAA,CA3CsC;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EA+C5C,OAAA,CAAM,cA/CsC,CAAA,OA+ChB,MAAA,CAAgB,OA/CA,CAAA,CAAA,EA+CQ,mBAAA,CAAA,GAAA,CAAA,OA/CR;;iBAuEtC,YAAA,CAvE8C;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAuER,OAAA,CAAM,cAvEE,CAAA,KAAA,CAAA,CAAA,EAuEmB,mBAAA,CAAA,GAAA,CAAA,OAvEnB;;AAAA,iBAqF9C,YAAA,CAhFY;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAgF0B,OAAA,CAAM,cAhFhC,CAAA,KAAA,CAAA,CAAA,EAgFqD,mBAAA,CAAA,GAAA,CAAA,OAhFrD;;iBA2FZ,WAAA,CA1FP;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA6FC,OAAA,CAAM,cA7FP,CAAA,OA6F6B,MAAA,CAAgB,KA7F7C,CAAA,CAAA,EA6FmD,mBAAA,CAAA,GAAA,CAAA,OA7FnD;;iBAwGO,iBAAA,CAtGA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyGN,OAAA,CAAM,cAzGA,CAAA,OAyGsB,MAAA,CAAgB,WAzGtC,CAAA,CAAA,EAyGkD,mBAAA,CAAA,GAAA,CAAA,OAzGlD"}
|
package/dist/react/ui/drawer.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
import { useResolvedPortalContainer } from "../portal-container-context.js";
|
|
4
3
|
import { cn } from "../lib/utils.js";
|
|
4
|
+
import { useResolvedPortalContainer } from "../portal-container-context.js";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
import { Drawer } from "vaul";
|
|
7
7
|
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime105 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
|
/** Menu that displays when triggered by a button or element */
|
|
7
7
|
declare function DropdownMenu({
|
|
8
8
|
...props
|
|
9
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Root>):
|
|
9
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Root>): react_jsx_runtime105.JSX.Element;
|
|
10
10
|
declare function DropdownMenuPortal({
|
|
11
11
|
container,
|
|
12
12
|
...props
|
|
13
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Portal>):
|
|
13
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime105.JSX.Element;
|
|
14
14
|
declare function DropdownMenuTrigger({
|
|
15
15
|
...props
|
|
16
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Trigger>):
|
|
16
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime105.JSX.Element;
|
|
17
17
|
declare function DropdownMenuContent({
|
|
18
18
|
className,
|
|
19
19
|
sideOffset,
|
|
20
20
|
...props
|
|
21
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Content>):
|
|
21
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime105.JSX.Element;
|
|
22
22
|
declare function DropdownMenuGroup({
|
|
23
23
|
...props
|
|
24
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Group>):
|
|
24
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime105.JSX.Element;
|
|
25
25
|
declare function DropdownMenuItem({
|
|
26
26
|
className,
|
|
27
27
|
inset,
|
|
@@ -30,39 +30,39 @@ declare function DropdownMenuItem({
|
|
|
30
30
|
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
|
|
31
31
|
inset?: boolean;
|
|
32
32
|
variant?: "default" | "destructive";
|
|
33
|
-
}):
|
|
33
|
+
}): react_jsx_runtime105.JSX.Element;
|
|
34
34
|
declare function DropdownMenuCheckboxItem({
|
|
35
35
|
className,
|
|
36
36
|
children,
|
|
37
37
|
checked,
|
|
38
38
|
...props
|
|
39
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>):
|
|
39
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): react_jsx_runtime105.JSX.Element;
|
|
40
40
|
declare function DropdownMenuRadioGroup({
|
|
41
41
|
...props
|
|
42
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>):
|
|
42
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime105.JSX.Element;
|
|
43
43
|
declare function DropdownMenuRadioItem({
|
|
44
44
|
className,
|
|
45
45
|
children,
|
|
46
46
|
...props
|
|
47
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>):
|
|
47
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime105.JSX.Element;
|
|
48
48
|
declare function DropdownMenuLabel({
|
|
49
49
|
className,
|
|
50
50
|
inset,
|
|
51
51
|
...props
|
|
52
52
|
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
|
|
53
53
|
inset?: boolean;
|
|
54
|
-
}):
|
|
54
|
+
}): react_jsx_runtime105.JSX.Element;
|
|
55
55
|
declare function DropdownMenuSeparator({
|
|
56
56
|
className,
|
|
57
57
|
...props
|
|
58
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Separator>):
|
|
58
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime105.JSX.Element;
|
|
59
59
|
declare function DropdownMenuShortcut({
|
|
60
60
|
className,
|
|
61
61
|
...props
|
|
62
|
-
}: React$1.ComponentProps<"span">):
|
|
62
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime105.JSX.Element;
|
|
63
63
|
declare function DropdownMenuSub({
|
|
64
64
|
...props
|
|
65
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Sub>):
|
|
65
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime105.JSX.Element;
|
|
66
66
|
declare function DropdownMenuSubTrigger({
|
|
67
67
|
className,
|
|
68
68
|
inset,
|
|
@@ -70,11 +70,11 @@ declare function DropdownMenuSubTrigger({
|
|
|
70
70
|
...props
|
|
71
71
|
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
|
|
72
72
|
inset?: boolean;
|
|
73
|
-
}):
|
|
73
|
+
}): react_jsx_runtime105.JSX.Element;
|
|
74
74
|
declare function DropdownMenuSubContent({
|
|
75
75
|
className,
|
|
76
76
|
...props
|
|
77
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubContent>):
|
|
77
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime105.JSX.Element;
|
|
78
78
|
//#endregion
|
|
79
79
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger };
|
|
80
80
|
//# sourceMappingURL=dropdown-menu.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useResolvedPortalContainer } from "../portal-container-context.js";
|
|
2
1
|
import { cn } from "../lib/utils.js";
|
|
2
|
+
import { useResolvedPortalContainer } from "../portal-container-context.js";
|
|
3
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
4
|
import { CheckIcon, ChevronRightIcon, CircleIcon } from "lucide-react";
|
|
5
5
|
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
package/dist/react/ui/empty.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime120 from "react/jsx-runtime";
|
|
2
2
|
import { VariantProps } from "class-variance-authority";
|
|
3
3
|
import * as class_variance_authority_types3 from "class-variance-authority/types";
|
|
4
4
|
|
|
@@ -7,11 +7,11 @@ import * as class_variance_authority_types3 from "class-variance-authority/types
|
|
|
7
7
|
declare function Empty({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: React.ComponentProps<"div">):
|
|
10
|
+
}: React.ComponentProps<"div">): react_jsx_runtime120.JSX.Element;
|
|
11
11
|
declare function EmptyHeader({
|
|
12
12
|
className,
|
|
13
13
|
...props
|
|
14
|
-
}: React.ComponentProps<"div">):
|
|
14
|
+
}: React.ComponentProps<"div">): react_jsx_runtime120.JSX.Element;
|
|
15
15
|
declare const emptyMediaVariants: (props?: ({
|
|
16
16
|
variant?: "default" | "icon" | null | undefined;
|
|
17
17
|
} & class_variance_authority_types3.ClassProp) | undefined) => string;
|
|
@@ -19,19 +19,19 @@ declare function EmptyMedia({
|
|
|
19
19
|
className,
|
|
20
20
|
variant,
|
|
21
21
|
...props
|
|
22
|
-
}: React.ComponentProps<"div"> & VariantProps<typeof emptyMediaVariants>):
|
|
22
|
+
}: React.ComponentProps<"div"> & VariantProps<typeof emptyMediaVariants>): react_jsx_runtime120.JSX.Element;
|
|
23
23
|
declare function EmptyTitle({
|
|
24
24
|
className,
|
|
25
25
|
...props
|
|
26
|
-
}: React.ComponentProps<"div">):
|
|
26
|
+
}: React.ComponentProps<"div">): react_jsx_runtime120.JSX.Element;
|
|
27
27
|
declare function EmptyDescription({
|
|
28
28
|
className,
|
|
29
29
|
...props
|
|
30
|
-
}: React.ComponentProps<"p">):
|
|
30
|
+
}: React.ComponentProps<"p">): react_jsx_runtime120.JSX.Element;
|
|
31
31
|
declare function EmptyContent({
|
|
32
32
|
className,
|
|
33
33
|
...props
|
|
34
|
-
}: React.ComponentProps<"div">):
|
|
34
|
+
}: React.ComponentProps<"div">): react_jsx_runtime120.JSX.Element;
|
|
35
35
|
//#endregion
|
|
36
36
|
export { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle };
|
|
37
37
|
//# sourceMappingURL=empty.d.ts.map
|
package/dist/react/ui/field.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Label } from "./label.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime126 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as class_variance_authority_types4 from "class-variance-authority/types";
|
|
5
5
|
|
|
@@ -8,7 +8,7 @@ import * as class_variance_authority_types4 from "class-variance-authority/types
|
|
|
8
8
|
declare function FieldSet({
|
|
9
9
|
className,
|
|
10
10
|
...props
|
|
11
|
-
}: React.ComponentProps<"fieldset">):
|
|
11
|
+
}: React.ComponentProps<"fieldset">): react_jsx_runtime126.JSX.Element;
|
|
12
12
|
/** Title or caption for a fieldset */
|
|
13
13
|
declare function FieldLegend({
|
|
14
14
|
className,
|
|
@@ -16,12 +16,12 @@ declare function FieldLegend({
|
|
|
16
16
|
...props
|
|
17
17
|
}: React.ComponentProps<"legend"> & {
|
|
18
18
|
variant?: "legend" | "label";
|
|
19
|
-
}):
|
|
19
|
+
}): react_jsx_runtime126.JSX.Element;
|
|
20
20
|
/** Container for organizing multiple fields */
|
|
21
21
|
declare function FieldGroup({
|
|
22
22
|
className,
|
|
23
23
|
...props
|
|
24
|
-
}: React.ComponentProps<"div">):
|
|
24
|
+
}: React.ComponentProps<"div">): react_jsx_runtime126.JSX.Element;
|
|
25
25
|
declare const fieldVariants: (props?: ({
|
|
26
26
|
orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
|
|
27
27
|
} & class_variance_authority_types4.ClassProp) | undefined) => string;
|
|
@@ -30,27 +30,27 @@ declare function Field({
|
|
|
30
30
|
className,
|
|
31
31
|
orientation,
|
|
32
32
|
...props
|
|
33
|
-
}: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>):
|
|
33
|
+
}: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>): react_jsx_runtime126.JSX.Element;
|
|
34
34
|
/** Container for field label, description, and error messages */
|
|
35
35
|
declare function FieldContent({
|
|
36
36
|
className,
|
|
37
37
|
...props
|
|
38
|
-
}: React.ComponentProps<"div">):
|
|
38
|
+
}: React.ComponentProps<"div">): react_jsx_runtime126.JSX.Element;
|
|
39
39
|
/** Label for a form field */
|
|
40
40
|
declare function FieldLabel({
|
|
41
41
|
className,
|
|
42
42
|
...props
|
|
43
|
-
}: React.ComponentProps<typeof Label>):
|
|
43
|
+
}: React.ComponentProps<typeof Label>): react_jsx_runtime126.JSX.Element;
|
|
44
44
|
/** Title text for a field */
|
|
45
45
|
declare function FieldTitle({
|
|
46
46
|
className,
|
|
47
47
|
...props
|
|
48
|
-
}: React.ComponentProps<"div">):
|
|
48
|
+
}: React.ComponentProps<"div">): react_jsx_runtime126.JSX.Element;
|
|
49
49
|
/** Helper text providing additional context for a field */
|
|
50
50
|
declare function FieldDescription({
|
|
51
51
|
className,
|
|
52
52
|
...props
|
|
53
|
-
}: React.ComponentProps<"p">):
|
|
53
|
+
}: React.ComponentProps<"p">): react_jsx_runtime126.JSX.Element;
|
|
54
54
|
/** Visual separator between fields with optional label */
|
|
55
55
|
declare function FieldSeparator({
|
|
56
56
|
children,
|
|
@@ -58,7 +58,7 @@ declare function FieldSeparator({
|
|
|
58
58
|
...props
|
|
59
59
|
}: React.ComponentProps<"div"> & {
|
|
60
60
|
children?: React.ReactNode;
|
|
61
|
-
}):
|
|
61
|
+
}): react_jsx_runtime126.JSX.Element;
|
|
62
62
|
/** Error message display for invalid field values */
|
|
63
63
|
declare function FieldError({
|
|
64
64
|
className,
|
|
@@ -69,7 +69,7 @@ declare function FieldError({
|
|
|
69
69
|
errors?: Array<{
|
|
70
70
|
message?: string;
|
|
71
71
|
} | undefined>;
|
|
72
|
-
}):
|
|
72
|
+
}): react_jsx_runtime126.JSX.Element | null;
|
|
73
73
|
//#endregion
|
|
74
74
|
export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle };
|
|
75
75
|
//# sourceMappingURL=field.d.ts.map
|
package/dist/react/ui/form.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react2 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime136 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";
|
|
@@ -11,7 +11,7 @@ declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransfor
|
|
|
11
11
|
/** Controlled field component for react-hook-form integration */
|
|
12
12
|
declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({
|
|
13
13
|
...props
|
|
14
|
-
}: ControllerProps<TFieldValues, TName>) =>
|
|
14
|
+
}: ControllerProps<TFieldValues, TName>) => react_jsx_runtime136.JSX.Element;
|
|
15
15
|
declare const useFormField: () => {
|
|
16
16
|
invalid: boolean;
|
|
17
17
|
isDirty: boolean;
|
|
@@ -28,26 +28,26 @@ declare const useFormField: () => {
|
|
|
28
28
|
declare function FormItem({
|
|
29
29
|
className,
|
|
30
30
|
...props
|
|
31
|
-
}: react2.ComponentProps<"div">):
|
|
31
|
+
}: react2.ComponentProps<"div">): react_jsx_runtime136.JSX.Element;
|
|
32
32
|
/** Label for a form field with error state styling */
|
|
33
33
|
declare function FormLabel({
|
|
34
34
|
className,
|
|
35
35
|
...props
|
|
36
|
-
}: react2.ComponentProps<typeof LabelPrimitive.Root>):
|
|
36
|
+
}: react2.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime136.JSX.Element;
|
|
37
37
|
/** Wrapper for form control elements with accessibility attributes */
|
|
38
38
|
declare function FormControl({
|
|
39
39
|
...props
|
|
40
|
-
}: react2.ComponentProps<typeof Slot>):
|
|
40
|
+
}: react2.ComponentProps<typeof Slot>): react_jsx_runtime136.JSX.Element;
|
|
41
41
|
/** Helper text providing guidance for a form field */
|
|
42
42
|
declare function FormDescription({
|
|
43
43
|
className,
|
|
44
44
|
...props
|
|
45
|
-
}: react2.ComponentProps<"p">):
|
|
45
|
+
}: react2.ComponentProps<"p">): react_jsx_runtime136.JSX.Element;
|
|
46
46
|
/** Validation error message for a form field */
|
|
47
47
|
declare function FormMessage({
|
|
48
48
|
className,
|
|
49
49
|
...props
|
|
50
|
-
}: react2.ComponentProps<"p">):
|
|
50
|
+
}: react2.ComponentProps<"p">): react_jsx_runtime136.JSX.Element | null;
|
|
51
51
|
//#endregion
|
|
52
52
|
export { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, useFormField };
|
|
53
53
|
//# sourceMappingURL=form.d.ts.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime142 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
|
/** Content card that appears when hovering over an element */
|
|
7
7
|
declare function HoverCard({
|
|
8
8
|
...props
|
|
9
|
-
}: React$1.ComponentProps<typeof HoverCardPrimitive.Root>):
|
|
9
|
+
}: React$1.ComponentProps<typeof HoverCardPrimitive.Root>): react_jsx_runtime142.JSX.Element;
|
|
10
10
|
declare function HoverCardTrigger({
|
|
11
11
|
...props
|
|
12
|
-
}: React$1.ComponentProps<typeof HoverCardPrimitive.Trigger>):
|
|
12
|
+
}: React$1.ComponentProps<typeof HoverCardPrimitive.Trigger>): react_jsx_runtime142.JSX.Element;
|
|
13
13
|
declare function HoverCardContent({
|
|
14
14
|
className,
|
|
15
15
|
align,
|
|
16
16
|
sideOffset,
|
|
17
17
|
...props
|
|
18
|
-
}: React$1.ComponentProps<typeof HoverCardPrimitive.Content>):
|
|
18
|
+
}: React$1.ComponentProps<typeof HoverCardPrimitive.Content>): react_jsx_runtime142.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { HoverCard, HoverCardContent, HoverCardTrigger };
|
|
21
21
|
//# sourceMappingURL=hover-card.d.ts.map
|