@contractspec/lib.ui-kit-web 1.51.0 → 1.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui/button.d.ts +2 -2
- package/dist/ui/button.d.ts.map +1 -1
- package/dist/ui/checkbox.d.ts +2 -2
- package/dist/ui/collapsible.d.ts +4 -4
- package/dist/ui/command.d.ts +10 -10
- package/dist/ui/confirm-dialog.d.ts +2 -2
- package/dist/ui/context-menu.d.ts +2 -2
- package/dist/ui/date-picker.d.ts +2 -2
- package/dist/ui/date-range-picker.d.ts +2 -2
- package/dist/ui/datetime-picker.d.ts +2 -2
- package/dist/ui/datetime-picker.d.ts.map +1 -1
- package/dist/ui/dialog.d.ts +11 -11
- package/dist/ui/dialog.d.ts.map +1 -1
- package/dist/ui/drawer.d.ts +11 -11
- package/dist/ui/drawer.d.ts.map +1 -1
- package/dist/ui/dropdown-menu.d.ts +16 -16
- package/dist/ui/empty-state.d.ts +4 -4
- package/dist/ui/empty.d.ts +9 -9
- package/dist/ui/empty.d.ts.map +1 -1
- package/dist/ui/field.d.ts +13 -13
- package/dist/ui/field.d.ts.map +1 -1
- package/dist/ui/form.d.ts +7 -7
- package/dist/ui/form.d.ts.map +1 -1
- package/dist/ui/hover-card.d.ts +4 -4
- package/dist/ui/input-group.d.ts +10 -10
- package/dist/ui/input-group.d.ts.map +1 -1
- package/dist/ui/input.d.ts +2 -2
- package/dist/ui/label.d.ts +2 -2
- package/dist/ui/label.d.ts.map +1 -1
- package/dist/ui/live-region.d.ts +2 -2
- package/dist/ui/live-region.d.ts.map +1 -1
- package/dist/ui/loading-button.d.ts +2 -2
- package/dist/ui/loading-button.d.ts.map +1 -1
- package/dist/ui/map/MapBase.d.ts +2 -2
- package/dist/ui/map/MapGeoJsonOverlay.d.ts +2 -2
- package/dist/ui/map/MapHeatmapH3.d.ts +2 -2
- package/dist/ui/map/MapMarkers.d.ts +2 -2
- package/dist/ui/marketing/FeatureGrid.d.ts +2 -2
- package/dist/ui/marketing/Hero.d.ts +2 -2
- package/dist/ui/marketing/PricingTable.d.ts +2 -2
- package/dist/ui/menubar.d.ts +17 -17
- package/dist/ui/menubar.d.ts.map +1 -1
- package/dist/ui/molecules/Autocomplete/index.d.ts +2 -2
- package/dist/ui/molecules/SkeletonList.d.ts +2 -2
- package/dist/ui/nav-layout.d.ts +7 -7
- package/dist/ui/nav-layout.d.ts.map +1 -1
- package/dist/ui/navigation-menu.d.ts +11 -11
- package/dist/ui/navigation-menu.d.ts.map +1 -1
- package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts +2 -2
- package/dist/ui/organisms/ListPage/ListPage.d.ts +2 -2
- package/dist/ui/page-header.d.ts +4 -4
- package/dist/ui/page-header.d.ts.map +1 -1
- package/dist/ui/pagination.d.ts +6 -6
- package/dist/ui/pagination.d.ts.map +1 -1
- package/dist/ui/popover.d.ts +5 -5
- package/dist/ui/popover.d.ts.map +1 -1
- package/dist/ui/progress.d.ts +2 -2
- package/dist/ui/radio-group.d.ts +3 -3
- package/dist/ui/resizable.d.ts +4 -4
- package/dist/ui/resizable.d.ts.map +1 -1
- package/dist/ui/route-announcer.d.ts +2 -2
- package/dist/ui/scroll-area.d.ts +3 -3
- package/dist/ui/section.d.ts +3 -3
- package/dist/ui/section.d.ts.map +1 -1
- package/dist/ui/select.d.ts +11 -11
- package/dist/ui/separator.d.ts +2 -2
- package/dist/ui/sheet.d.ts +9 -9
- package/dist/ui/sidebar.d.ts +26 -26
- package/dist/ui/skeleton.d.ts +2 -2
- package/dist/ui/skip-link.d.ts +2 -2
- package/dist/ui/slider.d.ts +2 -2
- package/dist/ui/sonner.d.ts +2 -2
- package/dist/ui/stack.d.ts +6 -6
- package/dist/ui/stat-card-group.d.ts +2 -2
- package/dist/ui/stepper.d.ts +4 -4
- package/dist/ui/switch.d.ts +2 -2
- package/dist/ui/table.d.ts +9 -9
- package/dist/ui/tabs.d.ts +5 -5
- package/dist/ui/text.d.ts +2 -2
- package/dist/ui/text.d.ts.map +1 -1
- package/dist/ui/textarea.d.ts +2 -2
- package/dist/ui/time-picker.d.ts +2 -2
- package/dist/ui/toast.d.ts +2 -2
- package/dist/ui/toaster.d.ts +2 -2
- package/dist/ui/toggle-group.d.ts +3 -3
- package/dist/ui/toggle.d.ts +2 -2
- package/dist/ui/tooltip.d.ts +5 -5
- package/dist/ui/typography.d.ts +12 -12
- package/dist/ui/usecases/UseCaseCard.d.ts +2 -2
- package/dist/ui/usecases/UserStoryCard.d.ts +2 -2
- package/package.json +4 -4
package/dist/ui/button.d.ts
CHANGED
|
@@ -4,14 +4,14 @@ import * as class_variance_authority_types1 from "class-variance-authority/types
|
|
|
4
4
|
|
|
5
5
|
//#region ui/button.d.ts
|
|
6
6
|
declare const buttonVariants: (props?: ({
|
|
7
|
-
variant?: "default" | "
|
|
7
|
+
variant?: "default" | "destructive" | "link" | "secondary" | "outline" | "ghost" | null | undefined;
|
|
8
8
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
9
9
|
} & class_variance_authority_types1.ClassProp) | undefined) => string;
|
|
10
10
|
type ButtonProps = React$1.ComponentPropsWithoutRef<'button'> & VariantProps<typeof buttonVariants> & {
|
|
11
11
|
asChild?: boolean;
|
|
12
12
|
};
|
|
13
13
|
declare const Button: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
14
|
-
variant?: "default" | "
|
|
14
|
+
variant?: "default" | "destructive" | "link" | "secondary" | "outline" | "ghost" | null | undefined;
|
|
15
15
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
16
16
|
} & class_variance_authority_types1.ClassProp) | undefined) => string> & {
|
|
17
17
|
asChild?: boolean;
|
package/dist/ui/button.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","names":[],"sources":["../../ui/button.tsx"],"sourcesContent":[],"mappings":";;;;;cAMM,sBA4BL;;;AAhCiE,CAAA,GAgCjE,+BAAA,CAAA,SAAA,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA;AAEW,KAAA,WAAA,GAAc,OAAA,CAAM,wBAAT,CAAA,QAAA,CAAA,GACrB,YADqB,CAAA,OACD,cADC,CAAA,GAAA;EAAG,OAAM,CAAA,EAAA,OAAA;CACV;cAIhB,MAJJ,EAIU,OAAA,CAAA,yBAJV,CAIU,IAJV,CAIU,OAAA,CAAA,iBAJV,CAIU,OAAA,CAAA,oBAJV,CAIU,iBAJV,CAAA,EAIU,iBAJV,CAAA,EAAA,KAAA,CAAA,GAIU,YAJV,CAAA,CAAA,KAIU,CAJV,EAAA,CAAA;EAAY,OAAA,CAAA,EAAA,SAAA,GAAA,
|
|
1
|
+
{"version":3,"file":"button.d.ts","names":[],"sources":["../../ui/button.tsx"],"sourcesContent":[],"mappings":";;;;;cAMM,sBA4BL;;;AAhCiE,CAAA,GAgCjE,+BAAA,CAAA,SAAA,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA;AAEW,KAAA,WAAA,GAAc,OAAA,CAAM,wBAAT,CAAA,QAAA,CAAA,GACrB,YADqB,CAAA,OACD,cADC,CAAA,GAAA;EAAG,OAAM,CAAA,EAAA,OAAA;CACV;cAIhB,MAJJ,EAIU,OAAA,CAAA,yBAJV,CAIU,IAJV,CAIU,OAAA,CAAA,iBAJV,CAIU,OAAA,CAAA,oBAJV,CAIU,iBAJV,CAAA,EAIU,iBAJV,CAAA,EAAA,KAAA,CAAA,GAIU,YAJV,CAAA,CAAA,KAIU,CAJV,EAAA,CAAA;EAAY,OAAA,CAAA,EAAA,SAAA,GAAA,aAAA,GAAA,MAAA,GAAA,WAAA,GAAA,SAAA,GAAA,OAAA,GAAA,IAAA,GAAA,SAAA;EAIR,IAAA,CAAA,EAAA,SAqBL,GAAA,IAAA,GAAA,IAAA,GAAA,MAAA,GAAA,IAAA,GAAA,SAAA;CArBW,GAAA,+BAAA,CAAA,SAAA,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA,CAAA,GAAA;EAAA,OAAA,CAAA,EAAA,OAAA;CAAA,wBAAA,kBAAA,CAAA,CAAA"}
|
package/dist/ui/checkbox.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime42 from "react/jsx-runtime";
|
|
3
3
|
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
4
4
|
|
|
5
5
|
//#region ui/checkbox.d.ts
|
|
6
6
|
declare function Checkbox({
|
|
7
7
|
className,
|
|
8
8
|
...props
|
|
9
|
-
}: React$1.ComponentProps<typeof CheckboxPrimitive.Root>):
|
|
9
|
+
}: React$1.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime42.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { Checkbox };
|
|
12
12
|
//# sourceMappingURL=checkbox.d.ts.map
|
package/dist/ui/collapsible.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime43 from "react/jsx-runtime";
|
|
2
2
|
import * as CollapsiblePrimitive from "@radix-ui/react-collapsible";
|
|
3
3
|
|
|
4
4
|
//#region ui/collapsible.d.ts
|
|
5
5
|
declare function Collapsible({
|
|
6
6
|
...props
|
|
7
|
-
}: React.ComponentProps<typeof CollapsiblePrimitive.Root>):
|
|
7
|
+
}: React.ComponentProps<typeof CollapsiblePrimitive.Root>): react_jsx_runtime43.JSX.Element;
|
|
8
8
|
declare function CollapsibleTrigger({
|
|
9
9
|
...props
|
|
10
|
-
}: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>):
|
|
10
|
+
}: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): react_jsx_runtime43.JSX.Element;
|
|
11
11
|
declare function CollapsibleContent({
|
|
12
12
|
...props
|
|
13
|
-
}: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>):
|
|
13
|
+
}: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): react_jsx_runtime43.JSX.Element;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger };
|
|
16
16
|
//# sourceMappingURL=collapsible.d.ts.map
|
package/dist/ui/command.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Dialog } from "./dialog.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime62 from "react/jsx-runtime";
|
|
4
4
|
import { Command as Command$1 } from "cmdk";
|
|
5
5
|
|
|
6
6
|
//#region ui/command.d.ts
|
|
7
7
|
declare function Command({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: React$1.ComponentProps<typeof Command$1>):
|
|
10
|
+
}: React$1.ComponentProps<typeof Command$1>): react_jsx_runtime62.JSX.Element;
|
|
11
11
|
declare function CommandDialog({
|
|
12
12
|
title,
|
|
13
13
|
description,
|
|
@@ -20,34 +20,34 @@ declare function CommandDialog({
|
|
|
20
20
|
description?: string;
|
|
21
21
|
className?: string;
|
|
22
22
|
showCloseButton?: boolean;
|
|
23
|
-
}):
|
|
23
|
+
}): react_jsx_runtime62.JSX.Element;
|
|
24
24
|
declare function CommandInput({
|
|
25
25
|
className,
|
|
26
26
|
...props
|
|
27
|
-
}: React$1.ComponentProps<typeof Command$1.Input>):
|
|
27
|
+
}: React$1.ComponentProps<typeof Command$1.Input>): react_jsx_runtime62.JSX.Element;
|
|
28
28
|
declare function CommandList({
|
|
29
29
|
className,
|
|
30
30
|
...props
|
|
31
|
-
}: React$1.ComponentProps<typeof Command$1.List>):
|
|
31
|
+
}: React$1.ComponentProps<typeof Command$1.List>): react_jsx_runtime62.JSX.Element;
|
|
32
32
|
declare function CommandEmpty({
|
|
33
33
|
...props
|
|
34
|
-
}: React$1.ComponentProps<typeof Command$1.Empty>):
|
|
34
|
+
}: React$1.ComponentProps<typeof Command$1.Empty>): react_jsx_runtime62.JSX.Element;
|
|
35
35
|
declare function CommandGroup({
|
|
36
36
|
className,
|
|
37
37
|
...props
|
|
38
|
-
}: React$1.ComponentProps<typeof Command$1.Group>):
|
|
38
|
+
}: React$1.ComponentProps<typeof Command$1.Group>): react_jsx_runtime62.JSX.Element;
|
|
39
39
|
declare function CommandSeparator({
|
|
40
40
|
className,
|
|
41
41
|
...props
|
|
42
|
-
}: React$1.ComponentProps<typeof Command$1.Separator>):
|
|
42
|
+
}: React$1.ComponentProps<typeof Command$1.Separator>): react_jsx_runtime62.JSX.Element;
|
|
43
43
|
declare function CommandItem({
|
|
44
44
|
className,
|
|
45
45
|
...props
|
|
46
|
-
}: React$1.ComponentProps<typeof Command$1.Item>):
|
|
46
|
+
}: React$1.ComponentProps<typeof Command$1.Item>): react_jsx_runtime62.JSX.Element;
|
|
47
47
|
declare function CommandShortcut({
|
|
48
48
|
className,
|
|
49
49
|
...props
|
|
50
|
-
}: React$1.ComponentPropsWithoutRef<'span'>):
|
|
50
|
+
}: React$1.ComponentPropsWithoutRef<'span'>): react_jsx_runtime62.JSX.Element;
|
|
51
51
|
//#endregion
|
|
52
52
|
export { Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut };
|
|
53
53
|
//# sourceMappingURL=command.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime71 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region ui/confirm-dialog.d.ts
|
|
5
5
|
interface ConfirmDialogProps {
|
|
@@ -25,7 +25,7 @@ declare function ConfirmDialog({
|
|
|
25
25
|
isLoading,
|
|
26
26
|
onConfirm,
|
|
27
27
|
trigger
|
|
28
|
-
}: ConfirmDialogProps):
|
|
28
|
+
}: ConfirmDialogProps): react_jsx_runtime71.JSX.Element;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { ConfirmDialog, ConfirmDialogProps };
|
|
31
31
|
//# sourceMappingURL=confirm-dialog.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime72 from "react/jsx-runtime";
|
|
3
3
|
import * as ContextMenuPrimitive from "@radix-ui/react-context-menu";
|
|
4
4
|
|
|
5
5
|
//#region ui/context-menu.d.ts
|
|
@@ -27,7 +27,7 @@ declare const ContextMenuShortcut: {
|
|
|
27
27
|
({
|
|
28
28
|
className,
|
|
29
29
|
...props
|
|
30
|
-
}: React$1.HTMLAttributes<HTMLSpanElement>):
|
|
30
|
+
}: React$1.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime72.JSX.Element;
|
|
31
31
|
displayName: string;
|
|
32
32
|
};
|
|
33
33
|
//#endregion
|
package/dist/ui/date-picker.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime79 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region ui/date-picker.d.ts
|
|
4
4
|
interface DatePickerProps {
|
|
@@ -20,7 +20,7 @@ declare function DatePicker({
|
|
|
20
20
|
placeholder,
|
|
21
21
|
className,
|
|
22
22
|
language
|
|
23
|
-
}: DatePickerProps):
|
|
23
|
+
}: DatePickerProps): react_jsx_runtime79.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { DatePicker, DatePickerProps };
|
|
26
26
|
//# sourceMappingURL=date-picker.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime80 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region ui/date-range-picker.d.ts
|
|
4
4
|
interface DateRange {
|
|
@@ -20,7 +20,7 @@ declare function DateRangePicker({
|
|
|
20
20
|
minDate,
|
|
21
21
|
maxDate,
|
|
22
22
|
className
|
|
23
|
-
}: DateRangePickerProps):
|
|
23
|
+
}: DateRangePickerProps): react_jsx_runtime80.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { DateRange, DateRangePicker, DateRangePickerProps };
|
|
26
26
|
//# sourceMappingURL=date-range-picker.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime81 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region ui/datetime-picker.d.ts
|
|
4
4
|
interface DateTimePickerProps {
|
|
@@ -22,7 +22,7 @@ declare function DateTimePicker({
|
|
|
22
22
|
timePlaceholder,
|
|
23
23
|
is24Hour,
|
|
24
24
|
className
|
|
25
|
-
}: DateTimePickerProps):
|
|
25
|
+
}: DateTimePickerProps): react_jsx_runtime81.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { DateTimePicker, DateTimePickerProps };
|
|
28
28
|
//# sourceMappingURL=datetime-picker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datetime-picker.d.ts","names":[],"sources":["../../ui/datetime-picker.tsx"],"sourcesContent":[],"mappings":";;;UAOiB,mBAAA;SACR;mBACU;EAFF,QAAA,CAAA,EAAA,OAAA;EACR,OAAA,CAAA,EAGG,IAHH;EACU,OAAA,CAAA,EAGP,IAHO;EAEP,eAAA,CAAA,EAAA,MAAA;EACA,eAAA,CAAA,EAAA,MAAA;EAAI,QAAA,CAAA,EAAA,OAAA;EAOA,SAAA,CAAA,EAAA,MAAc;;AAE5B,iBAFc,cAAA,CAEd;EAAA,KAAA;EAAA,QAAA;EAAA,QAAA;EAAA,OAAA;EAAA,OAAA;EAAA,eAAA;EAAA,eAAA;EAAA,QAAA;EAAA;AAAA,CAAA,EAQC,mBARD,CAAA,EAQoB,
|
|
1
|
+
{"version":3,"file":"datetime-picker.d.ts","names":[],"sources":["../../ui/datetime-picker.tsx"],"sourcesContent":[],"mappings":";;;UAOiB,mBAAA;SACR;mBACU;EAFF,QAAA,CAAA,EAAA,OAAA;EACR,OAAA,CAAA,EAGG,IAHH;EACU,OAAA,CAAA,EAGP,IAHO;EAEP,eAAA,CAAA,EAAA,MAAA;EACA,eAAA,CAAA,EAAA,MAAA;EAAI,QAAA,CAAA,EAAA,OAAA;EAOA,SAAA,CAAA,EAAA,MAAc;;AAE5B,iBAFc,cAAA,CAEd;EAAA,KAAA;EAAA,QAAA;EAAA,QAAA;EAAA,OAAA;EAAA,OAAA;EAAA,eAAA;EAAA,eAAA;EAAA,QAAA;EAAA;AAAA,CAAA,EAQC,mBARD,CAAA,EAQoB,mBAAA,CAAA,GAAA,CAAA,OARpB"}
|
package/dist/ui/dialog.d.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime82 from "react/jsx-runtime";
|
|
3
3
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
4
4
|
|
|
5
5
|
//#region ui/dialog.d.ts
|
|
6
6
|
declare function Dialog({
|
|
7
7
|
...props
|
|
8
|
-
}: React$1.ComponentProps<typeof DialogPrimitive.Root>):
|
|
8
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime82.JSX.Element;
|
|
9
9
|
declare function DialogTrigger({
|
|
10
10
|
...props
|
|
11
|
-
}: React$1.ComponentProps<typeof DialogPrimitive.Trigger>):
|
|
11
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime82.JSX.Element;
|
|
12
12
|
declare function DialogPortal({
|
|
13
13
|
...props
|
|
14
|
-
}: React$1.ComponentProps<typeof DialogPrimitive.Portal>):
|
|
14
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime82.JSX.Element;
|
|
15
15
|
declare function DialogClose({
|
|
16
16
|
...props
|
|
17
|
-
}: React$1.ComponentProps<typeof DialogPrimitive.Close>):
|
|
17
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime82.JSX.Element;
|
|
18
18
|
declare function DialogOverlay({
|
|
19
19
|
className,
|
|
20
20
|
...props
|
|
21
|
-
}: React$1.ComponentProps<typeof DialogPrimitive.Overlay>):
|
|
21
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime82.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$1.ComponentProps<typeof DialogPrimitive.Content> & {
|
|
28
28
|
showCloseButton?: boolean;
|
|
29
|
-
}):
|
|
29
|
+
}): react_jsx_runtime82.JSX.Element;
|
|
30
30
|
declare function DialogHeader({
|
|
31
31
|
className,
|
|
32
32
|
...props
|
|
33
|
-
}: React$1.ComponentPropsWithoutRef<'div'>):
|
|
33
|
+
}: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime82.JSX.Element;
|
|
34
34
|
declare function DialogFooter({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: React$1.ComponentPropsWithoutRef<'div'>):
|
|
37
|
+
}: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime82.JSX.Element;
|
|
38
38
|
declare function DialogTitle({
|
|
39
39
|
className,
|
|
40
40
|
...props
|
|
41
|
-
}: React$1.ComponentProps<typeof DialogPrimitive.Title>):
|
|
41
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime82.JSX.Element;
|
|
42
42
|
declare function DialogDescription({
|
|
43
43
|
className,
|
|
44
44
|
...props
|
|
45
|
-
}: React$1.ComponentProps<typeof DialogPrimitive.Description>):
|
|
45
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime82.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
|
package/dist/ui/dialog.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialog.d.ts","names":[],"sources":["../../ui/dialog.tsx"],"sourcesContent":[],"mappings":";;;;;iBAQS,MAAA;;GAEN,OAAA,CAAM,sBAAsB,eAAA,CAAgB,QAAK,
|
|
1
|
+
{"version":3,"file":"dialog.d.ts","names":[],"sources":["../../ui/dialog.tsx"],"sourcesContent":[],"mappings":";;;;;iBAQS,MAAA;;GAEN,OAAA,CAAM,sBAAsB,eAAA,CAAgB,QAAK,mBAAA,CAAA,GAAA,CAAA;iBAI3C,aAAA;;GAEN,OAAA,CAAM,sBAAsB,eAAA,CAAgB,WAAQ,mBAAA,CAAA,GAAA,CAAA;iBAI9C,YAAA;;GAEN,OAAA,CAAM,sBAAsB,eAAA,CAAgB,UAAO,mBAAA,CAAA,GAAA,CAAA;AAnBI,iBAuBjD,WAAA,CAlBM;EAAA,GAAA;AAAA,CAAA,EAoBZ,OAAA,CAAM,cApBM,CAAA,OAoBgB,eAAA,CAAgB,KApBhC,CAAA,CAAA,EAoBsC,mBAAA,CAAA,GAAA,CAAA,OApBtC;iBAwBN,aAAA,CAtBsC;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyB5C,OAAA,CAAM,cAzBsC,CAAA,OAyBhB,eAAA,CAAgB,OAzBA,CAAA,CAAA,EAyBQ,mBAAA,CAAA,GAAA,CAAA,OAzBR;iBAsCtC,aAAA,CAtCA;EAAA,SAAA;EAAA,QAAA;EAAA,eAAA;EAAA,GAAA;CAAA,EA2CN,OAAA,CAAM,cA3CA,CAAA,OA2CsB,eAAA,CAAgB,OA3CtC,CAAA,GAAA;EAA2C,eAAA,CAAA,EAAA,OAAA;CAAA,CAAA,EA6CnD,mBAAA,CAAA,GAAA,CAAA,OA7CmD;AAAA,iBAwE3C,YAAA,CApEa;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAuEnB,OAAA,CAAM,wBAvEa,CAAA,KAAA,CAAA,CAAA,EAuEkB,mBAAA,CAAA,GAAA,CAAA,OAvElB;iBAiFb,YAAA,CA/EsC;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAkF5C,OAAA,CAAM,wBAlFsC,CAAA,KAAA,CAAA,CAAA,EAkFP,mBAAA,CAAA,GAAA,CAAA,OAlFO;iBA+FtC,WAAA,CA/FA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAkGN,OAAA,CAAM,cAlGA,CAAA,OAkGsB,eAAA,CAAgB,KAlGtC,CAAA,CAAA,EAkG4C,mBAAA,CAAA,GAAA,CAAA,OAlG5C;iBA4GA,iBAAA,CA5G8C;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA+GpD,OAAA,CAAM,cA/G8C,CAAA,OA+GxB,eAAA,CAAgB,WA/GQ,CAAA,CAAA,EA+GI,mBAAA,CAAA,GAAA,CAAA,OA/GJ"}
|
package/dist/ui/drawer.d.ts
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime92 from "react/jsx-runtime";
|
|
3
3
|
import { Drawer as Drawer$1 } from "vaul";
|
|
4
4
|
|
|
5
5
|
//#region ui/drawer.d.ts
|
|
6
6
|
declare function Drawer({
|
|
7
7
|
...props
|
|
8
|
-
}: React$1.ComponentProps<typeof Drawer$1.Root>):
|
|
8
|
+
}: React$1.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime92.JSX.Element;
|
|
9
9
|
declare function DrawerTrigger({
|
|
10
10
|
...props
|
|
11
|
-
}: React$1.ComponentProps<typeof Drawer$1.Trigger>):
|
|
11
|
+
}: React$1.ComponentProps<typeof Drawer$1.Trigger>): react_jsx_runtime92.JSX.Element;
|
|
12
12
|
declare function DrawerPortal({
|
|
13
13
|
...props
|
|
14
|
-
}: React$1.ComponentProps<typeof Drawer$1.Portal>):
|
|
14
|
+
}: React$1.ComponentProps<typeof Drawer$1.Portal>): react_jsx_runtime92.JSX.Element;
|
|
15
15
|
declare function DrawerClose({
|
|
16
16
|
...props
|
|
17
|
-
}: React$1.ComponentProps<typeof Drawer$1.Close>):
|
|
17
|
+
}: React$1.ComponentProps<typeof Drawer$1.Close>): react_jsx_runtime92.JSX.Element;
|
|
18
18
|
declare function DrawerOverlay({
|
|
19
19
|
className,
|
|
20
20
|
...props
|
|
21
|
-
}: React$1.ComponentProps<typeof Drawer$1.Overlay>):
|
|
21
|
+
}: React$1.ComponentProps<typeof Drawer$1.Overlay>): react_jsx_runtime92.JSX.Element;
|
|
22
22
|
declare function DrawerContent({
|
|
23
23
|
className,
|
|
24
24
|
children,
|
|
25
25
|
...props
|
|
26
|
-
}: React$1.ComponentProps<typeof Drawer$1.Content>):
|
|
26
|
+
}: React$1.ComponentProps<typeof Drawer$1.Content>): react_jsx_runtime92.JSX.Element;
|
|
27
27
|
declare function DrawerHeader({
|
|
28
28
|
className,
|
|
29
29
|
...props
|
|
30
|
-
}: React$1.ComponentPropsWithoutRef<'div'>):
|
|
30
|
+
}: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime92.JSX.Element;
|
|
31
31
|
declare function DrawerFooter({
|
|
32
32
|
className,
|
|
33
33
|
...props
|
|
34
|
-
}: React$1.ComponentPropsWithoutRef<'div'>):
|
|
34
|
+
}: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime92.JSX.Element;
|
|
35
35
|
declare function DrawerTitle({
|
|
36
36
|
className,
|
|
37
37
|
...props
|
|
38
|
-
}: React$1.ComponentProps<typeof Drawer$1.Title>):
|
|
38
|
+
}: React$1.ComponentProps<typeof Drawer$1.Title>): react_jsx_runtime92.JSX.Element;
|
|
39
39
|
declare function DrawerDescription({
|
|
40
40
|
className,
|
|
41
41
|
...props
|
|
42
|
-
}: React$1.ComponentProps<typeof Drawer$1.Description>):
|
|
42
|
+
}: React$1.ComponentProps<typeof Drawer$1.Description>): react_jsx_runtime92.JSX.Element;
|
|
43
43
|
//#endregion
|
|
44
44
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger };
|
|
45
45
|
//# sourceMappingURL=drawer.d.ts.map
|
package/dist/ui/drawer.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"drawer.d.ts","names":[],"sources":["../../ui/drawer.tsx"],"sourcesContent":[],"mappings":";;;;;iBAOS,MAAA;;GAEN,OAAA,CAAM,sBAAsB,QAAA,CAAgB,QAAK,
|
|
1
|
+
{"version":3,"file":"drawer.d.ts","names":[],"sources":["../../ui/drawer.tsx"],"sourcesContent":[],"mappings":";;;;;iBAOS,MAAA;;GAEN,OAAA,CAAM,sBAAsB,QAAA,CAAgB,QAAK,mBAAA,CAAA,GAAA,CAAA;iBAI3C,aAAA;;GAEN,OAAA,CAAM,sBAAsB,QAAA,CAAgB,WAAQ,mBAAA,CAAA,GAAA,CAAA;iBAI9C,YAAA;;GAEN,OAAA,CAAM,sBAAsB,QAAA,CAAgB,UAAO,mBAAA,CAAA,GAAA,CAAA;AAlBL,iBAsBxC,WAAA,CAlBM;EAAA,GAAA;AAAA,CAAA,EAoBZ,OAAA,CAAM,cApBM,CAAA,OAoBgB,QAAA,CAAgB,KApBhC,CAAA,CAAA,EAoBsC,mBAAA,CAAA,GAAA,CAAA,OApBtC;iBAwBN,aAAA,CAtBsC;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyB5C,OAAA,CAAM,cAzBsC,CAAA,OAyBhB,QAAA,CAAgB,OAzBA,CAAA,CAAA,EAyBQ,mBAAA,CAAA,GAAA,CAAA,OAzBR;iBAsCtC,aAAA,CAtCA;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EA0CN,OAAA,CAAM,cA1CA,CAAA,OA0CsB,QAAA,CAAgB,OA1CtC,CAAA,CAAA,EA0C8C,mBAAA,CAAA,GAAA,CAAA,OA1C9C;iBAiEA,YAAA,CAjE2C;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAoEjD,OAAA,CAAM,wBApE2C,CAAA,KAAA,CAAA,CAAA,EAoEZ,mBAAA,CAAA,GAAA,CAAA,OApEY;iBAiF3C,YAAA,CAjF2C;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAoFjD,OAAA,CAAM,wBApF2C,CAAA,KAAA,CAAA,CAAA,EAoFZ,mBAAA,CAAA,GAAA,CAAA,OApFY;AAAA,iBA8F3C,WAAA,CA1Fa;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA6FnB,OAAA,CAAM,cA7Fa,CAAA,OA6FS,QAAA,CAAgB,KA7FzB,CAAA,CAAA,EA6F+B,mBAAA,CAAA,GAAA,CAAA,OA7F/B;iBAuGb,iBAAA,CArGsC;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAwG5C,OAAA,CAAM,cAxGsC,CAAA,OAwGhB,QAAA,CAAgB,WAxGA,CAAA,CAAA,EAwGY,mBAAA,CAAA,GAAA,CAAA,OAxGZ"}
|
|
@@ -1,25 +1,25 @@
|
|
|
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 ui/dropdown-menu.d.ts
|
|
6
6
|
declare function DropdownMenu({
|
|
7
7
|
...props
|
|
8
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Root>):
|
|
8
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Root>): react_jsx_runtime105.JSX.Element;
|
|
9
9
|
declare function DropdownMenuPortal({
|
|
10
10
|
...props
|
|
11
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Portal>):
|
|
11
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime105.JSX.Element;
|
|
12
12
|
declare function DropdownMenuTrigger({
|
|
13
13
|
...props
|
|
14
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Trigger>):
|
|
14
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime105.JSX.Element;
|
|
15
15
|
declare function DropdownMenuContent({
|
|
16
16
|
className,
|
|
17
17
|
sideOffset,
|
|
18
18
|
...props
|
|
19
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Content>):
|
|
19
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime105.JSX.Element;
|
|
20
20
|
declare function DropdownMenuGroup({
|
|
21
21
|
...props
|
|
22
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Group>):
|
|
22
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime105.JSX.Element;
|
|
23
23
|
declare function DropdownMenuItem({
|
|
24
24
|
className,
|
|
25
25
|
inset,
|
|
@@ -28,39 +28,39 @@ declare function DropdownMenuItem({
|
|
|
28
28
|
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
|
|
29
29
|
inset?: boolean;
|
|
30
30
|
variant?: 'default' | 'destructive';
|
|
31
|
-
}):
|
|
31
|
+
}): react_jsx_runtime105.JSX.Element;
|
|
32
32
|
declare function DropdownMenuCheckboxItem({
|
|
33
33
|
className,
|
|
34
34
|
children,
|
|
35
35
|
checked,
|
|
36
36
|
...props
|
|
37
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>):
|
|
37
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): react_jsx_runtime105.JSX.Element;
|
|
38
38
|
declare function DropdownMenuRadioGroup({
|
|
39
39
|
...props
|
|
40
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>):
|
|
40
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime105.JSX.Element;
|
|
41
41
|
declare function DropdownMenuRadioItem({
|
|
42
42
|
className,
|
|
43
43
|
children,
|
|
44
44
|
...props
|
|
45
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>):
|
|
45
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime105.JSX.Element;
|
|
46
46
|
declare function DropdownMenuLabel({
|
|
47
47
|
className,
|
|
48
48
|
inset,
|
|
49
49
|
...props
|
|
50
50
|
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
|
|
51
51
|
inset?: boolean;
|
|
52
|
-
}):
|
|
52
|
+
}): react_jsx_runtime105.JSX.Element;
|
|
53
53
|
declare function DropdownMenuSeparator({
|
|
54
54
|
className,
|
|
55
55
|
...props
|
|
56
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Separator>):
|
|
56
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime105.JSX.Element;
|
|
57
57
|
declare function DropdownMenuShortcut({
|
|
58
58
|
className,
|
|
59
59
|
...props
|
|
60
|
-
}: React$1.ComponentPropsWithoutRef<'span'>):
|
|
60
|
+
}: React$1.ComponentPropsWithoutRef<'span'>): react_jsx_runtime105.JSX.Element;
|
|
61
61
|
declare function DropdownMenuSub({
|
|
62
62
|
...props
|
|
63
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Sub>):
|
|
63
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime105.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$1.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
|
|
70
70
|
inset?: boolean;
|
|
71
|
-
}):
|
|
71
|
+
}): react_jsx_runtime105.JSX.Element;
|
|
72
72
|
declare function DropdownMenuSubContent({
|
|
73
73
|
className,
|
|
74
74
|
...props
|
|
75
|
-
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubContent>):
|
|
75
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime105.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/ui/empty-state.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime120 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types5 from "class-variance-authority/types";
|
|
5
5
|
|
|
6
6
|
//#region ui/empty-state.d.ts
|
|
7
7
|
declare const containerVariants: (props?: ({
|
|
8
8
|
density?: "default" | "compact" | null | undefined;
|
|
9
|
-
} &
|
|
9
|
+
} & class_variance_authority_types5.ClassProp) | undefined) => string;
|
|
10
10
|
interface EmptyStateProps extends VariantProps<typeof containerVariants> {
|
|
11
11
|
icon?: React$1.ReactNode;
|
|
12
12
|
title: React$1.ReactNode;
|
|
@@ -23,7 +23,7 @@ declare function EmptyState({
|
|
|
23
23
|
secondaryAction,
|
|
24
24
|
className,
|
|
25
25
|
density
|
|
26
|
-
}: EmptyStateProps):
|
|
26
|
+
}: EmptyStateProps): react_jsx_runtime120.JSX.Element;
|
|
27
27
|
//#endregion
|
|
28
28
|
export { EmptyState, EmptyStateProps };
|
|
29
29
|
//# sourceMappingURL=empty-state.d.ts.map
|
package/dist/ui/empty.d.ts
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime46 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types3 from "class-variance-authority/types";
|
|
5
5
|
|
|
6
6
|
//#region ui/empty.d.ts
|
|
7
7
|
declare function Empty({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: React$1.ComponentPropsWithoutRef<'div'>):
|
|
10
|
+
}: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime46.JSX.Element;
|
|
11
11
|
declare function EmptyHeader({
|
|
12
12
|
className,
|
|
13
13
|
...props
|
|
14
|
-
}: React$1.ComponentPropsWithoutRef<'div'>):
|
|
14
|
+
}: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime46.JSX.Element;
|
|
15
15
|
declare const emptyMediaVariants: (props?: ({
|
|
16
16
|
variant?: "default" | "icon" | null | undefined;
|
|
17
|
-
} &
|
|
17
|
+
} & class_variance_authority_types3.ClassProp) | undefined) => string;
|
|
18
18
|
declare function EmptyMedia({
|
|
19
19
|
className,
|
|
20
20
|
variant,
|
|
21
21
|
...props
|
|
22
|
-
}: React$1.ComponentPropsWithoutRef<'div'> & VariantProps<typeof emptyMediaVariants>):
|
|
22
|
+
}: React$1.ComponentPropsWithoutRef<'div'> & VariantProps<typeof emptyMediaVariants>): react_jsx_runtime46.JSX.Element;
|
|
23
23
|
declare function EmptyTitle({
|
|
24
24
|
className,
|
|
25
25
|
...props
|
|
26
|
-
}: React$1.ComponentPropsWithoutRef<'div'>):
|
|
26
|
+
}: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime46.JSX.Element;
|
|
27
27
|
declare function EmptyDescription({
|
|
28
28
|
className,
|
|
29
29
|
...props
|
|
30
|
-
}: React$1.ComponentPropsWithoutRef<'p'>):
|
|
30
|
+
}: React$1.ComponentPropsWithoutRef<'p'>): react_jsx_runtime46.JSX.Element;
|
|
31
31
|
declare function EmptyContent({
|
|
32
32
|
className,
|
|
33
33
|
...props
|
|
34
|
-
}: React$1.ComponentPropsWithoutRef<'div'>):
|
|
34
|
+
}: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime46.JSX.Element;
|
|
35
35
|
//#endregion
|
|
36
36
|
export { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle };
|
|
37
37
|
//# sourceMappingURL=empty.d.ts.map
|
package/dist/ui/empty.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"empty.d.ts","names":[],"sources":["../../ui/empty.tsx"],"sourcesContent":[],"mappings":";;;;;;iBAKS,KAAA;;;GAA+B,OAAA,CAAM,kCAA+B,
|
|
1
|
+
{"version":3,"file":"empty.d.ts","names":[],"sources":["../../ui/empty.tsx"],"sourcesContent":[],"mappings":";;;;;;iBAKS,KAAA;;;GAA+B,OAAA,CAAM,kCAA+B,mBAAA,CAAA,GAAA,CAAA;iBAapE,WAAA;;;GAGN,OAAA,CAAM,kCAA+B,mBAAA,CAAA,GAAA,CAAA;cAalC,0BA7BQ;;AAJoD,CAAA,GA8CjE,+BAAA,CAAA,SA1Ca,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA;iBA4CL,UAAA,CA5CQ;EAAA,SAAA;EAAA,OAAA;EAAA,GAAA;AAAA,CAAA,EAgDd,OAAA,CAAM,wBAhDQ,CAAA,KAAA,CAAA,GAiDf,YAjDe,CAAA,OAiDK,kBAjDL,CAAA,CAAA,EAiDwB,mBAAA,CAAA,GAAA,CAAA,OAjDxB;iBA4DR,UAAA,CA5DqC;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA+D3C,OAAA,CAAM,wBA/DqC,CAAA,KAAA,CAAA,CAAA,EA+DN,mBAAA,CAAA,GAAA,CAAA,OA/DM;iBAyErC,gBAAA,CAzEoE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA4E1E,OAAA,CAAM,wBA5EoE,CAAA,GAAA,CAAA,CAAA,EA4EvC,mBAAA,CAAA,GAAA,CAAA,OA5EuC;iBAyFpE,YAAA,CAzFoE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA4F1E,OAAA,CAAM,wBA5FoE,CAAA,KAAA,CAAA,CAAA,EA4FrC,mBAAA,CAAA,GAAA,CAAA,OA5FqC"}
|
package/dist/ui/field.d.ts
CHANGED
|
@@ -1,56 +1,56 @@
|
|
|
1
1
|
import { Label } from "./label.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime52 from "react/jsx-runtime";
|
|
4
4
|
import { VariantProps } from "class-variance-authority";
|
|
5
|
-
import * as
|
|
5
|
+
import * as class_variance_authority_types4 from "class-variance-authority/types";
|
|
6
6
|
|
|
7
7
|
//#region ui/field.d.ts
|
|
8
8
|
declare function FieldSet({
|
|
9
9
|
className,
|
|
10
10
|
...props
|
|
11
|
-
}: React$1.ComponentPropsWithoutRef<'fieldset'>):
|
|
11
|
+
}: React$1.ComponentPropsWithoutRef<'fieldset'>): react_jsx_runtime52.JSX.Element;
|
|
12
12
|
declare function FieldLegend({
|
|
13
13
|
className,
|
|
14
14
|
variant,
|
|
15
15
|
...props
|
|
16
16
|
}: React$1.ComponentPropsWithoutRef<'legend'> & {
|
|
17
17
|
variant?: 'legend' | 'label';
|
|
18
|
-
}):
|
|
18
|
+
}): react_jsx_runtime52.JSX.Element;
|
|
19
19
|
declare function FieldGroup({
|
|
20
20
|
className,
|
|
21
21
|
...props
|
|
22
|
-
}: React$1.ComponentPropsWithoutRef<'div'>):
|
|
22
|
+
}: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime52.JSX.Element;
|
|
23
23
|
declare const fieldVariants: (props?: ({
|
|
24
24
|
orientation?: "vertical" | "horizontal" | "responsive" | null | undefined;
|
|
25
|
-
} &
|
|
25
|
+
} & class_variance_authority_types4.ClassProp) | undefined) => string;
|
|
26
26
|
declare function Field({
|
|
27
27
|
className,
|
|
28
28
|
orientation,
|
|
29
29
|
...props
|
|
30
|
-
}: React$1.ComponentPropsWithoutRef<'div'> & VariantProps<typeof fieldVariants>):
|
|
30
|
+
}: React$1.ComponentPropsWithoutRef<'div'> & VariantProps<typeof fieldVariants>): react_jsx_runtime52.JSX.Element;
|
|
31
31
|
declare function FieldContent({
|
|
32
32
|
className,
|
|
33
33
|
...props
|
|
34
|
-
}: React$1.ComponentPropsWithoutRef<'div'>):
|
|
34
|
+
}: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime52.JSX.Element;
|
|
35
35
|
declare function FieldLabel({
|
|
36
36
|
className,
|
|
37
37
|
...props
|
|
38
|
-
}: React$1.ComponentPropsWithoutRef<typeof Label>):
|
|
38
|
+
}: React$1.ComponentPropsWithoutRef<typeof Label>): react_jsx_runtime52.JSX.Element;
|
|
39
39
|
declare function FieldTitle({
|
|
40
40
|
className,
|
|
41
41
|
...props
|
|
42
|
-
}: React$1.ComponentPropsWithoutRef<'div'>):
|
|
42
|
+
}: React$1.ComponentPropsWithoutRef<'div'>): react_jsx_runtime52.JSX.Element;
|
|
43
43
|
declare function FieldDescription({
|
|
44
44
|
className,
|
|
45
45
|
...props
|
|
46
|
-
}: React$1.ComponentPropsWithoutRef<'p'>):
|
|
46
|
+
}: React$1.ComponentPropsWithoutRef<'p'>): react_jsx_runtime52.JSX.Element;
|
|
47
47
|
declare function FieldSeparator({
|
|
48
48
|
children,
|
|
49
49
|
className,
|
|
50
50
|
...props
|
|
51
51
|
}: React$1.ComponentPropsWithoutRef<'div'> & {
|
|
52
52
|
children?: React$1.ReactNode;
|
|
53
|
-
}):
|
|
53
|
+
}): react_jsx_runtime52.JSX.Element;
|
|
54
54
|
declare function FieldError({
|
|
55
55
|
className,
|
|
56
56
|
children,
|
|
@@ -60,7 +60,7 @@ declare function FieldError({
|
|
|
60
60
|
errors?: ({
|
|
61
61
|
message?: string;
|
|
62
62
|
} | undefined)[];
|
|
63
|
-
}):
|
|
63
|
+
}): react_jsx_runtime52.JSX.Element | null;
|
|
64
64
|
//#endregion
|
|
65
65
|
export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle };
|
|
66
66
|
//# sourceMappingURL=field.d.ts.map
|
package/dist/ui/field.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field.d.ts","names":[],"sources":["../../ui/field.tsx"],"sourcesContent":[],"mappings":";;;;;;;iBASS,QAAA;;;GAGN,OAAA,CAAM,uCAAoC,
|
|
1
|
+
{"version":3,"file":"field.d.ts","names":[],"sources":["../../ui/field.tsx"],"sourcesContent":[],"mappings":";;;;;;;iBASS,QAAA;;;GAGN,OAAA,CAAM,uCAAoC,mBAAA,CAAA,GAAA,CAAA;iBAcpC,WAAA;;;;GAIN,OAAA,CAAM;;IAER,mBAAA,CAAA,GAAA,CAAA;AA1B+B,iBA0CvB,UAAA,CAvCQ;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0Cd,OAAA,CAAM,wBA1CQ,CAAA,KAAA,CAAA,CAAA,EA0CuB,mBAAA,CAAA,GAAA,CAAA,OA1CvB;cAuDX,aAtDJ,EAAA,CAAA,KAE2C,CAF3C,EAAA,CAAA;EAEC,WAAM,CAAA,EAAA,UAAA,GAAA,YAAA,GAAA,YAAA,GAAA,IAAA,GAAA,SAAA;CAAoC,GA0E5C,+BAAA,CAAA,SA1E4C,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA;iBA4EpC,KAAA,CA5EoC;EAAA,SAAA;EAAA,WAAA;EAAA,GAAA;AAAA,CAAA,EAgF1C,OAAA,CAAM,wBAhFoC,CAAA,KAAA,CAAA,GAgFF,YAhFE,CAAA,OAgFkB,aAhFlB,CAAA,CAAA,EAgFgC,mBAAA,CAAA,GAAA,CAAA,OAhFhC;AAAA,iBA4FpC,YAAA,CA9EW;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAiFjB,OAAA,CAAM,wBAjFW,CAAA,KAAA,CAAA,CAAA,EAiFoB,mBAAA,CAAA,GAAA,CAAA,OAjFpB;iBA8FX,UAAA,CA7FP;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAgGC,OAAA,CAAM,wBAhGP,CAAA,OAgGuC,KAhGvC,CAAA,CAAA,EAgG6C,mBAAA,CAAA,GAAA,CAAA,OAhG7C;iBA+GO,UAAA,CA9GP;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAiHC,OAAA,CAAM,wBAjHP,CAAA,KAAA,CAAA,CAAA,EAiHsC,mBAAA,CAAA,GAAA,CAAA,OAjHtC;iBA8HO,gBAAA,CA5HA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA+HN,OAAA,CAAM,wBA/HA,CAAA,GAAA,CAAA,CAAA,EA+H6B,mBAAA,CAAA,GAAA,CAAA,OA/H7B;iBA8IA,cAAA,CA5IR;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAgJE,OAAA,CAAM,wBAhJR,CAAA,KAAA,CAAA,GAAA;EAAA,QAAA,CAAA,EAiJY,OAAA,CAAM,SAjJlB;AAAA,CAAA,CAAA,EAkJA,mBAAA,CAAA,GAAA,CAAA,OAlIkB;iBA0JV,UAAA,CAzJP;EAAA,SAAA;EAAA,QAAA;EAAA,MAAA;EAAA,GAAA;AAEsC,CAFtC,EA8JC,OAAA,CAAM,wBA9JP,CAAA,KAAA,CAAA,GAAA;EAEC,MAAM,CAAA,EAAA,CAAA;IAA+B,OAAA,CAAA,EAAA,MAAA;EAAA,CAAA,GAAA,SAAA,CAAA,EAAA;AAAA,CAAA,CAAA,EA8JvC,mBAAA,CAAA,GAAA,CAAA,OAAA,GA3HA,IAAA"}
|