@resq-sw/ui 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/accordion/accordion.d.ts +5 -5
- package/lib/components/accordion/accordion.d.ts.map +1 -1
- package/lib/components/alert/alert.d.ts +5 -5
- package/lib/components/alert/alert.d.ts.map +1 -1
- package/lib/components/alert-dialog/alert-dialog.d.ts +13 -13
- package/lib/components/alert-dialog/alert-dialog.d.ts.map +1 -1
- package/lib/components/aspect-ratio/aspect-ratio.d.ts +2 -2
- package/lib/components/aspect-ratio/aspect-ratio.d.ts.map +1 -1
- package/lib/components/avatar/avatar.d.ts +7 -7
- package/lib/components/badge/badge.d.ts +2 -2
- package/lib/components/breadcrumb/breadcrumb.d.ts +8 -8
- package/lib/components/button/button.d.ts +2 -2
- package/lib/components/button-group/button-group.d.ts +7 -7
- package/lib/components/button-group/button-group.d.ts.map +1 -1
- package/lib/components/calendar/calendar.d.ts +3 -3
- package/lib/components/calendar/calendar.d.ts.map +1 -1
- package/lib/components/card/card.d.ts +8 -8
- package/lib/components/card/card.d.ts.map +1 -1
- package/lib/components/carousel/carousel.d.ts +6 -6
- package/lib/components/carousel/carousel.d.ts.map +1 -1
- package/lib/components/chart/chart.d.ts +4 -4
- package/lib/components/chart/chart.d.ts.map +1 -1
- package/lib/components/checkbox/checkbox.d.ts +2 -2
- package/lib/components/checkbox/checkbox.d.ts.map +1 -1
- package/lib/components/collapsible/collapsible.d.ts +4 -4
- package/lib/components/collapsible/collapsible.d.ts.map +1 -1
- package/lib/components/combobox/combobox.d.ts +15 -15
- package/lib/components/combobox/combobox.d.ts.map +1 -1
- package/lib/components/command/command.d.ts +10 -10
- package/lib/components/command/command.d.ts.map +1 -1
- package/lib/components/context-menu/context-menu.d.ts +16 -16
- package/lib/components/context-menu/context-menu.d.ts.map +1 -1
- package/lib/components/dialog/dialog.d.ts +11 -11
- package/lib/components/direction/direction.d.ts +2 -2
- package/lib/components/direction/direction.d.ts.map +1 -1
- package/lib/components/drawer/drawer.d.ts +11 -11
- package/lib/components/drawer/drawer.d.ts.map +1 -1
- package/lib/components/dropdown-menu/dropdown-menu.d.ts +16 -16
- package/lib/components/dropdown-menu/dropdown-menu.d.ts.map +1 -1
- package/lib/components/empty/empty.d.ts +9 -9
- package/lib/components/empty/empty.d.ts.map +1 -1
- package/lib/components/field/field.d.ts +14 -14
- package/lib/components/field/field.d.ts.map +1 -1
- package/lib/components/hover-card/hover-card.d.ts +4 -4
- package/lib/components/hover-card/hover-card.d.ts.map +1 -1
- package/lib/components/input/input.d.ts +2 -2
- package/lib/components/input-group/input-group.d.ts +10 -10
- package/lib/components/input-otp/input-otp.d.ts +5 -5
- package/lib/components/item/item.d.ts +14 -14
- package/lib/components/item/item.d.ts.map +1 -1
- package/lib/components/kbd/kbd.d.ts +3 -3
- package/lib/components/label/label.d.ts +2 -2
- package/lib/components/menubar/menubar.d.ts +17 -17
- package/lib/components/native-select/native-select.d.ts +4 -4
- package/lib/components/navigation-menu/navigation-menu.d.ts +11 -11
- package/lib/components/pagination/pagination.d.ts +8 -8
- package/lib/components/popover/popover.d.ts +8 -8
- package/lib/components/progress/progress.d.ts +2 -2
- package/lib/components/progress/progress.d.ts.map +1 -1
- package/lib/components/radio-group/radio-group.d.ts +3 -3
- package/lib/components/resizable/resizable.d.ts +4 -4
- package/lib/components/scroll-area/scroll-area.d.ts +3 -3
- package/lib/components/select/select.d.ts +11 -11
- package/lib/components/separator/separator.d.ts +2 -2
- package/lib/components/sheet/sheet.d.ts +9 -9
- package/lib/components/sidebar/sidebar.d.ts +26 -26
- package/lib/components/sidebar/sidebar.d.ts.map +1 -1
- package/lib/components/skeleton/skeleton.d.ts +2 -2
- package/lib/components/slider/slider.d.ts +2 -2
- package/lib/components/sonner/sonner.d.ts +2 -2
- package/lib/components/spinner/spinner.d.ts +2 -2
- package/lib/components/switch/switch.d.ts +2 -2
- package/lib/components/table/table.d.ts +9 -9
- package/lib/components/tabs/tabs.d.ts +7 -7
- package/lib/components/tabs/tabs.d.ts.map +1 -1
- package/lib/components/textarea/textarea.d.ts +2 -2
- package/lib/components/toggle/toggle.d.ts +4 -4
- package/lib/components/toggle/toggle.d.ts.map +1 -1
- package/lib/components/toggle-group/toggle-group.d.ts +3 -3
- package/lib/components/tooltip/tooltip.d.ts +5 -5
- package/lib/components/tooltip/tooltip.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
import { Label } from "../label/label.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime80 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 src/components/field/field.d.ts
|
|
7
7
|
|
|
8
8
|
declare function FieldGroup({
|
|
9
9
|
className,
|
|
10
10
|
...props
|
|
11
|
-
}: React.ComponentProps<"div">):
|
|
11
|
+
}: React.ComponentProps<"div">): react_jsx_runtime80.JSX.Element;
|
|
12
12
|
declare function FieldLegend({
|
|
13
13
|
className,
|
|
14
14
|
variant,
|
|
15
15
|
...props
|
|
16
16
|
}: React.ComponentProps<"legend"> & {
|
|
17
17
|
variant?: "label" | "legend";
|
|
18
|
-
}):
|
|
18
|
+
}): react_jsx_runtime80.JSX.Element;
|
|
19
19
|
declare function FieldSet({
|
|
20
20
|
className,
|
|
21
21
|
...props
|
|
22
|
-
}: React.ComponentProps<"fieldset">):
|
|
22
|
+
}: React.ComponentProps<"fieldset">): react_jsx_runtime80.JSX.Element;
|
|
23
23
|
declare const fieldVariants: (props?: ({
|
|
24
|
-
orientation?: "
|
|
25
|
-
} &
|
|
24
|
+
orientation?: "vertical" | "horizontal" | "responsive" | null | undefined;
|
|
25
|
+
} & class_variance_authority_types3.ClassProp) | undefined) => string;
|
|
26
26
|
declare function Field({
|
|
27
27
|
className,
|
|
28
28
|
orientation,
|
|
29
29
|
...props
|
|
30
|
-
}: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>):
|
|
30
|
+
}: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>): react_jsx_runtime80.JSX.Element;
|
|
31
31
|
declare function FieldContent({
|
|
32
32
|
className,
|
|
33
33
|
...props
|
|
34
|
-
}: React.ComponentProps<"div">):
|
|
34
|
+
}: React.ComponentProps<"div">): react_jsx_runtime80.JSX.Element;
|
|
35
35
|
declare function FieldDescription({
|
|
36
36
|
className,
|
|
37
37
|
...props
|
|
38
|
-
}: React.ComponentProps<"p">):
|
|
38
|
+
}: React.ComponentProps<"p">): react_jsx_runtime80.JSX.Element;
|
|
39
39
|
declare function FieldError({
|
|
40
40
|
children,
|
|
41
41
|
className,
|
|
@@ -45,22 +45,22 @@ declare function FieldError({
|
|
|
45
45
|
errors?: (undefined | {
|
|
46
46
|
message?: string;
|
|
47
47
|
})[];
|
|
48
|
-
}):
|
|
48
|
+
}): react_jsx_runtime80.JSX.Element | null;
|
|
49
49
|
declare function FieldLabel({
|
|
50
50
|
className,
|
|
51
51
|
...props
|
|
52
|
-
}: React.ComponentProps<typeof Label>):
|
|
52
|
+
}: React.ComponentProps<typeof Label>): react_jsx_runtime80.JSX.Element;
|
|
53
53
|
declare function FieldSeparator({
|
|
54
54
|
children,
|
|
55
55
|
className,
|
|
56
56
|
...props
|
|
57
57
|
}: React.ComponentProps<"div"> & {
|
|
58
58
|
children?: React.ReactNode;
|
|
59
|
-
}):
|
|
59
|
+
}): react_jsx_runtime80.JSX.Element;
|
|
60
60
|
declare function FieldTitle({
|
|
61
61
|
className,
|
|
62
62
|
...props
|
|
63
|
-
}: React.ComponentProps<"div">):
|
|
63
|
+
}: React.ComponentProps<"div">): react_jsx_runtime80.JSX.Element;
|
|
64
64
|
//#endregion
|
|
65
65
|
export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle };
|
|
66
66
|
//# sourceMappingURL=field.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field.d.ts","names":[],"sources":["../../../src/components/field/field.tsx"],"sourcesContent":[],"mappings":";;;;;;;AA0CoE,iBAjB3D,UAAA,CA+BQ;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA/B4B,KAAA,CAAM,cA+BlC,CAAA,KAAA,CAAA,CAAA,EA/BuD,
|
|
1
|
+
{"version":3,"file":"field.d.ts","names":[],"sources":["../../../src/components/field/field.tsx"],"sourcesContent":[],"mappings":";;;;;;;AA0CoE,iBAjB3D,UAAA,CA+BQ;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA/B4B,KAAA,CAAM,cA+BlC,CAAA,KAAA,CAAA,CAAA,EA/BuD,mBAAA,CAAA,GAAA,CAAA,OA+BvD;iBAlBR,WAAA,CAkBW;EAAA,SAAA;EAAA,OAAA;EAAA,GAAA;CAAA,EAdjB,KAAA,CAAM,cAcW,CAAA,QAAA,CAAA,GAAA;EAAuB,OAAM,CAAA,EAAA,OAAA,GAAA,QAAA;CAA0B,CAAA,EAdP,mBAAA,CAAA,GAAA,CAAA,OAcO;iBAAlE,QAAA,CAAkE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAAhC,KAAA,CAAM,cAA0B,CAAA,UAAA,CAAA,CAAA,EAAA,mBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,cAarE,aAaJ,EAAA,CAAA,KAGD,CAHC,EAAA,CAAA;EAEO,WAAK,CAAA,EAAA,UAAA,GAAA,YAAA,GAAA,YAAA,GAAA,IAAA,GAAA,SAAA;CACb,GAHC,+BAAA,CAAA,SAGD,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA;iBADQ,KAAA,CAER;EAAA,SAAA;EAAA,WAAA;EAAA,GAAA;AAAA,CAAA,EAEE,KAAA,CAAM,cAFR,CAAA,KAAA,CAAA,GAEgC,YAFhC,CAAA,OAEoD,aAFpD,CAAA,CAAA,EAEkE,mBAAA,CAAA,GAAA,CAAA,OAFlE;iBAcQ,YAAA,CAZA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAYsC,KAAA,CAAM,cAZ5C,CAAA,KAAA,CAAA,CAAA,EAYiE,mBAAA,CAAA,GAAA,CAAA,OAZjE;iBAsBA,gBAAA,CAtB4C;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAsBF,KAAA,CAAM,cAtBJ,CAAA,GAAA,CAAA,CAAA,EAsBuB,mBAAA,CAAA,GAAA,CAAA,OAtBvB;iBAqC5C,UAAA,CArCwB;EAAA,QAAA;EAAA,SAAA;EAAA,MAAA;EAAA,GAAA;CAAA,EA0C9B,KAAA,CAAM,cA1CwB,CAAA,KAAA,CAAA,GAAA;EAAkC,MAAA,CAAA,EAAA,CAAA,SAAA,GAAA;IAAA,OAAA,CAAA,EAAA,MAAA;EAY1D,CAAA,CAAA,EAAA;CAAe,CAAA,EAgCvB,mBAAA,CAAA,GAAA,CAAA,OAAA,GAhCuB,IAAA;iBAuEf,UAAA,CAvE4C;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAuER,KAAA,CAAM,cAvEE,CAAA,OAuEoB,KAvEpB,CAAA,CAAA,EAuE0B,mBAAA,CAAA,GAAA,CAAA,OAvE1B;iBAqF5C,cAAA,CArFiE;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyFvE,KAAA,CAAM,cAzFiE,CAAA,KAAA,CAAA,GAAA;EAAA,QAAA,CAAA,EA0F9D,KAAA,CAAM,SA1FwD;AAAA,CAAA,CAAA,EA2FzE,mBAAA,CAAA,GAAA,CAAA,OAjFwB;iBAyGhB,UAAA,CAzGmB;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyGiB,KAAA,CAAM,cAzGvB,CAAA,KAAA,CAAA,CAAA,EAyG4C,mBAAA,CAAA,GAAA,CAAA,OAzG5C"}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { HoverCard as HoverCard$1 } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime77 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/hover-card/hover-card.d.ts
|
|
6
6
|
|
|
7
7
|
declare function HoverCard({
|
|
8
8
|
...props
|
|
9
|
-
}: React.ComponentProps<typeof HoverCard$1.Root>):
|
|
9
|
+
}: React.ComponentProps<typeof HoverCard$1.Root>): react_jsx_runtime77.JSX.Element;
|
|
10
10
|
declare function HoverCardContent({
|
|
11
11
|
align,
|
|
12
12
|
className,
|
|
13
13
|
sideOffset,
|
|
14
14
|
...props
|
|
15
|
-
}: React.ComponentProps<typeof HoverCard$1.Content>):
|
|
15
|
+
}: React.ComponentProps<typeof HoverCard$1.Content>): react_jsx_runtime77.JSX.Element;
|
|
16
16
|
declare function HoverCardTrigger({
|
|
17
17
|
...props
|
|
18
|
-
}: React.ComponentProps<typeof HoverCard$1.Trigger>):
|
|
18
|
+
}: React.ComponentProps<typeof HoverCard$1.Trigger>): react_jsx_runtime77.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { HoverCard, HoverCardContent, HoverCardTrigger };
|
|
21
21
|
//# sourceMappingURL=hover-card.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hover-card.d.ts","names":[],"sources":["../../../src/components/hover-card/hover-card.tsx"],"sourcesContent":[],"mappings":";;;;;;iBAuBS,SAAA,CASiD;EAAA,GAAA;AAAA,CAAA,EATzB,KAAA,CAAM,cASmB,CAAA,OATG,WAAA,CAAmB,IAStB,CAAA,CAAA,EAT2B,
|
|
1
|
+
{"version":3,"file":"hover-card.d.ts","names":[],"sources":["../../../src/components/hover-card/hover-card.tsx"],"sourcesContent":[],"mappings":";;;;;;iBAuBS,SAAA,CASiD;EAAA,GAAA;AAAA,CAAA,EATzB,KAAA,CAAM,cASmB,CAAA,OATG,WAAA,CAAmB,IAStB,CAAA,CAAA,EAT2B,mBAAA,CAAA,GAAA,CAAA,OAS3B;AAAA,iBALjD,gBAAA,CAsBgB;EAAA,KAAA;EAAA,SAAA;EAAA,UAAA;EAAA,GAAA;AAAA,CAAA,EAjBtB,KAAA,CAAM,cAiBgB,CAAA,OAjBM,WAAA,CAAmB,OAiBzB,CAAA,CAAA,EAjBiC,mBAAA,CAAA,GAAA,CAAA,OAiBjC;iBAAhB,gBAAA,CAA8E;EAAA,GAAA;AAAA,CAAA,EAA/C,KAAA,CAAM,cAAyC,CAAA,OAAnB,WAAA,CAAmB,OAAA,CAAA,CAAA,EAAQ,mBAAA,CAAA,GAAA,CAAA,OAAR"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime119 from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/input/input.d.ts
|
|
@@ -7,7 +7,7 @@ declare function Input({
|
|
|
7
7
|
className,
|
|
8
8
|
type,
|
|
9
9
|
...props
|
|
10
|
-
}: React.ComponentProps<"input">):
|
|
10
|
+
}: React.ComponentProps<"input">): react_jsx_runtime119.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { Input };
|
|
13
13
|
//# sourceMappingURL=input.d.ts.map
|
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
import { Button } from "../button/button.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime109 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as React from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as class_variance_authority_types4 from "class-variance-authority/types";
|
|
6
6
|
|
|
7
7
|
//#region src/components/input-group/input-group.d.ts
|
|
8
8
|
|
|
9
9
|
declare function InputGroup({
|
|
10
10
|
className,
|
|
11
11
|
...props
|
|
12
|
-
}: React.ComponentProps<"div">):
|
|
12
|
+
}: React.ComponentProps<"div">): react_jsx_runtime109.JSX.Element;
|
|
13
13
|
declare const inputGroupAddonVariants: (props?: ({
|
|
14
14
|
align?: "inline-start" | "block-end" | "block-start" | "inline-end" | null | undefined;
|
|
15
|
-
} &
|
|
15
|
+
} & class_variance_authority_types4.ClassProp) | undefined) => string;
|
|
16
16
|
declare function InputGroupAddon({
|
|
17
17
|
align,
|
|
18
18
|
className,
|
|
19
19
|
...props
|
|
20
|
-
}: React.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>):
|
|
20
|
+
}: React.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime109.JSX.Element;
|
|
21
21
|
declare const inputGroupButtonVariants: (props?: ({
|
|
22
22
|
size?: "icon-sm" | "icon-xs" | "sm" | "xs" | null | undefined;
|
|
23
|
-
} &
|
|
23
|
+
} & class_variance_authority_types4.ClassProp) | undefined) => string;
|
|
24
24
|
declare function InputGroupButton({
|
|
25
25
|
className,
|
|
26
26
|
size,
|
|
27
27
|
type,
|
|
28
28
|
variant,
|
|
29
29
|
...props
|
|
30
|
-
}: Omit<React.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>):
|
|
30
|
+
}: Omit<React.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime109.JSX.Element;
|
|
31
31
|
declare function InputGroupInput({
|
|
32
32
|
className,
|
|
33
33
|
...props
|
|
34
|
-
}: React.ComponentProps<"input">):
|
|
34
|
+
}: React.ComponentProps<"input">): react_jsx_runtime109.JSX.Element;
|
|
35
35
|
declare function InputGroupText({
|
|
36
36
|
className,
|
|
37
37
|
...props
|
|
38
|
-
}: React.ComponentProps<"span">):
|
|
38
|
+
}: React.ComponentProps<"span">): react_jsx_runtime109.JSX.Element;
|
|
39
39
|
declare function InputGroupTextarea({
|
|
40
40
|
className,
|
|
41
41
|
...props
|
|
42
|
-
}: React.ComponentProps<"textarea">):
|
|
42
|
+
}: React.ComponentProps<"textarea">): react_jsx_runtime109.JSX.Element;
|
|
43
43
|
//#endregion
|
|
44
44
|
export { InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea };
|
|
45
45
|
//# sourceMappingURL=input-group.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime115 from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import { OTPInput } from "input-otp";
|
|
4
4
|
|
|
@@ -10,21 +10,21 @@ declare function InputOTP({
|
|
|
10
10
|
...props
|
|
11
11
|
}: React.ComponentProps<typeof OTPInput> & {
|
|
12
12
|
containerClassName?: string;
|
|
13
|
-
}):
|
|
13
|
+
}): react_jsx_runtime115.JSX.Element;
|
|
14
14
|
declare function InputOTPGroup({
|
|
15
15
|
className,
|
|
16
16
|
...props
|
|
17
|
-
}: React.ComponentProps<"div">):
|
|
17
|
+
}: React.ComponentProps<"div">): react_jsx_runtime115.JSX.Element;
|
|
18
18
|
declare function InputOTPSeparator({
|
|
19
19
|
...props
|
|
20
|
-
}: React.ComponentProps<"div">):
|
|
20
|
+
}: React.ComponentProps<"div">): react_jsx_runtime115.JSX.Element;
|
|
21
21
|
declare function InputOTPSlot({
|
|
22
22
|
className,
|
|
23
23
|
index,
|
|
24
24
|
...props
|
|
25
25
|
}: React.ComponentProps<"div"> & {
|
|
26
26
|
index: number;
|
|
27
|
-
}):
|
|
27
|
+
}): react_jsx_runtime115.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot };
|
|
30
30
|
//# sourceMappingURL=input-otp.d.ts.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { Separator } from "../separator/separator.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime120 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as React from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as class_variance_authority_types6 from "class-variance-authority/types";
|
|
6
6
|
|
|
7
7
|
//#region src/components/item/item.d.ts
|
|
8
8
|
|
|
9
9
|
declare function ItemGroup({
|
|
10
10
|
className,
|
|
11
11
|
...props
|
|
12
|
-
}: React.ComponentProps<"div">):
|
|
12
|
+
}: React.ComponentProps<"div">): react_jsx_runtime120.JSX.Element;
|
|
13
13
|
declare function ItemSeparator({
|
|
14
14
|
className,
|
|
15
15
|
...props
|
|
16
|
-
}: React.ComponentProps<typeof Separator>):
|
|
16
|
+
}: React.ComponentProps<typeof Separator>): react_jsx_runtime120.JSX.Element;
|
|
17
17
|
declare const itemVariants: (props?: ({
|
|
18
18
|
size?: "default" | "sm" | "xs" | null | undefined;
|
|
19
19
|
variant?: "default" | "outline" | "muted" | null | undefined;
|
|
20
|
-
} &
|
|
20
|
+
} & class_variance_authority_types6.ClassProp) | undefined) => string;
|
|
21
21
|
declare function Item({
|
|
22
22
|
asChild,
|
|
23
23
|
className,
|
|
@@ -26,39 +26,39 @@ declare function Item({
|
|
|
26
26
|
...props
|
|
27
27
|
}: React.ComponentProps<"div"> & VariantProps<typeof itemVariants> & {
|
|
28
28
|
asChild?: boolean;
|
|
29
|
-
}):
|
|
29
|
+
}): react_jsx_runtime120.JSX.Element;
|
|
30
30
|
declare const itemMediaVariants: (props?: ({
|
|
31
31
|
variant?: "default" | "icon" | "image" | null | undefined;
|
|
32
|
-
} &
|
|
32
|
+
} & class_variance_authority_types6.ClassProp) | undefined) => string;
|
|
33
33
|
declare function ItemActions({
|
|
34
34
|
className,
|
|
35
35
|
...props
|
|
36
|
-
}: React.ComponentProps<"div">):
|
|
36
|
+
}: React.ComponentProps<"div">): react_jsx_runtime120.JSX.Element;
|
|
37
37
|
declare function ItemContent({
|
|
38
38
|
className,
|
|
39
39
|
...props
|
|
40
|
-
}: React.ComponentProps<"div">):
|
|
40
|
+
}: React.ComponentProps<"div">): react_jsx_runtime120.JSX.Element;
|
|
41
41
|
declare function ItemDescription({
|
|
42
42
|
className,
|
|
43
43
|
...props
|
|
44
|
-
}: React.ComponentProps<"p">):
|
|
44
|
+
}: React.ComponentProps<"p">): react_jsx_runtime120.JSX.Element;
|
|
45
45
|
declare function ItemFooter({
|
|
46
46
|
className,
|
|
47
47
|
...props
|
|
48
|
-
}: React.ComponentProps<"div">):
|
|
48
|
+
}: React.ComponentProps<"div">): react_jsx_runtime120.JSX.Element;
|
|
49
49
|
declare function ItemHeader({
|
|
50
50
|
className,
|
|
51
51
|
...props
|
|
52
|
-
}: React.ComponentProps<"div">):
|
|
52
|
+
}: React.ComponentProps<"div">): react_jsx_runtime120.JSX.Element;
|
|
53
53
|
declare function ItemMedia({
|
|
54
54
|
className,
|
|
55
55
|
variant,
|
|
56
56
|
...props
|
|
57
|
-
}: React.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>):
|
|
57
|
+
}: React.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>): react_jsx_runtime120.JSX.Element;
|
|
58
58
|
declare function ItemTitle({
|
|
59
59
|
className,
|
|
60
60
|
...props
|
|
61
|
-
}: React.ComponentProps<"div">):
|
|
61
|
+
}: React.ComponentProps<"div">): react_jsx_runtime120.JSX.Element;
|
|
62
62
|
//#endregion
|
|
63
63
|
export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle };
|
|
64
64
|
//# sourceMappingURL=item.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"item.d.ts","names":[],"sources":["../../../src/components/item/item.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAqCsF,iBAd7E,SAAA,CA6CR;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA7C2C,KAAA,CAAM,cA6CjD,CAAA,KAAA,CAAA,CAAA,EA7CsE,oBAAA,CAAA,GAAA,CAAA,OA6CtE;iBA/BQ,aAAA,CAiCI;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAjCmC,KAAA,CAAM,cAiCzC,CAAA,OAjC+D,SAiC/D,CAAA,CAAA,EAjCyE,oBAAA,CAAA,GAAA,CAAA,OAiCzE;cAtBP,YAuBL,EAAA,CAAA,KAGA,CAHA,EAAA,CAAA;EACA,IAAA,CAAA,EAAA,SAAA,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,SAAA;EACA,OAAA,CAAA,EAAA,SAAA,GAAA,SAAA,GAAA,OAAA,GAAA,IAAA,GAAA,SAAA;CACA,GANA,
|
|
1
|
+
{"version":3,"file":"item.d.ts","names":[],"sources":["../../../src/components/item/item.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAqCsF,iBAd7E,SAAA,CA6CR;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA7C2C,KAAA,CAAM,cA6CjD,CAAA,KAAA,CAAA,CAAA,EA7CsE,oBAAA,CAAA,GAAA,CAAA,OA6CtE;iBA/BQ,aAAA,CAiCI;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAjCmC,KAAA,CAAM,cAiCzC,CAAA,OAjC+D,SAiC/D,CAAA,CAAA,EAjCyE,oBAAA,CAAA,GAAA,CAAA,OAiCzE;cAtBP,YAuBL,EAAA,CAAA,KAGA,CAHA,EAAA,CAAA;EACA,IAAA,CAAA,EAAA,SAAA,GAAA,IAAA,GAAA,IAAA,GAAA,IAAA,GAAA,SAAA;EACA,OAAA,CAAA,EAAA,SAAA,GAAA,SAAA,GAAA,OAAA,GAAA,IAAA,GAAA,SAAA;CACA,GANA,+BAAA,CAAA,SAMA,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA;iBAJQ,IAAA,CAMA;EAAA,OAAA;EAAA,SAAA;EAAA,IAAA;EAAA,OAAA;EAAA,GAAA;CAAA,EAAN,KAAA,CAAM,cAAA,CAAA,KAAA,CAAA,GAAwB,YAAxB,CAAA,OAA4C,YAA5C,CAAA,GAAA;EAA4C,OAAA,CAAA,EAAA,OAAA;CAApB,CAAA,EAAyD,oBAAA,CAAA,GAAA,CAAA,OAAzD;cAa3B,iBAboF,EAAA,CAAA,KA4BzF,CA5ByF,EAAA,CAAA;EAAA,OAAA,CAAA,EAAA,SAAA,GAAA,MAAA,GAAA,OAAA,GAAA,IAAA,GAAA,SAAA;AAAA,CAAA,GA4BzF,+BAAA,CAAA,SAAA,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA;iBAEQ,WAAA,CAAW;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAA0B,KAAA,CAAM,cAAhC,CAAA,KAAA,CAAA,CAAA,EAAqD,oBAAA,CAAA,GAAA,CAAA,OAArD;iBAMX,WAAA,CANc;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAMuB,KAAA,CAAM,cAN7B,CAAA,KAAA,CAAA,CAAA,EAMkD,oBAAA,CAAA,GAAA,CAAA,OANlD;iBAmBd,eAAA,CAnB2C;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAmBF,KAAA,CAAM,cAnBJ,CAAA,GAAA,CAAA,CAAA,EAmBuB,oBAAA,CAAA,GAAA,CAAA,OAnBvB;iBAgC3C,UAAA,CAhCgE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAgC5B,KAAA,CAAM,cAhCsB,CAAA,KAAA,CAAA,CAAA,EAgCD,oBAAA,CAAA,GAAA,CAAA,OAhCC;iBA0ChE,UAAA,CA1CgE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0C5B,KAAA,CAAM,cA1CsB,CAAA,KAAA,CAAA,CAAA,EA0CD,oBAAA,CAAA,GAAA,CAAA,OA1CC;AAAA,iBAoDhE,SAAA,CA9CW;EAAA,SAAA;EAAA,OAAA;EAAA,GAAA;AAAA,CAAA,EAkDjB,KAAA,CAAM,cAlDW,CAAA,KAAA,CAAA,GAkDa,YAlDb,CAAA,OAkDiC,iBAlDjC,CAAA,CAAA,EAkDmD,oBAAA,CAAA,GAAA,CAAA,OAlDnD;iBA6DX,SAAA,CA7Dc;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA6DqB,KAAA,CAAM,cA7D3B,CAAA,KAAA,CAAA,CAAA,EA6DgD,oBAAA,CAAA,GAAA,CAAA,OA7DhD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime130 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/kbd/kbd.d.ts
|
|
4
4
|
|
|
@@ -20,11 +20,11 @@ import * as react_jsx_runtime261 from "react/jsx-runtime";
|
|
|
20
20
|
declare function Kbd({
|
|
21
21
|
className,
|
|
22
22
|
...props
|
|
23
|
-
}: React.ComponentProps<"kbd">):
|
|
23
|
+
}: React.ComponentProps<"kbd">): react_jsx_runtime130.JSX.Element;
|
|
24
24
|
declare function KbdGroup({
|
|
25
25
|
className,
|
|
26
26
|
...props
|
|
27
|
-
}: React.ComponentProps<"div">):
|
|
27
|
+
}: React.ComponentProps<"div">): react_jsx_runtime130.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { Kbd, KbdGroup };
|
|
30
30
|
//# sourceMappingURL=kbd.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Label as Label$1 } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime132 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/label/label.d.ts
|
|
@@ -7,7 +7,7 @@ import * as React from "react";
|
|
|
7
7
|
declare function Label({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: React.ComponentProps<typeof Label$1.Root>):
|
|
10
|
+
}: React.ComponentProps<typeof Label$1.Root>): react_jsx_runtime132.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { Label };
|
|
13
13
|
//# sourceMappingURL=label.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Menubar as Menubar$1 } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime158 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/menubar/menubar.d.ts
|
|
@@ -7,23 +7,23 @@ import * as React from "react";
|
|
|
7
7
|
declare function Menubar({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: React.ComponentProps<typeof Menubar$1.Root>):
|
|
10
|
+
}: React.ComponentProps<typeof Menubar$1.Root>): react_jsx_runtime158.JSX.Element;
|
|
11
11
|
declare function MenubarCheckboxItem({
|
|
12
12
|
checked,
|
|
13
13
|
children,
|
|
14
14
|
className,
|
|
15
15
|
...props
|
|
16
|
-
}: React.ComponentProps<typeof Menubar$1.CheckboxItem>):
|
|
16
|
+
}: React.ComponentProps<typeof Menubar$1.CheckboxItem>): react_jsx_runtime158.JSX.Element;
|
|
17
17
|
declare function MenubarContent({
|
|
18
18
|
align,
|
|
19
19
|
alignOffset,
|
|
20
20
|
className,
|
|
21
21
|
sideOffset,
|
|
22
22
|
...props
|
|
23
|
-
}: React.ComponentProps<typeof Menubar$1.Content>):
|
|
23
|
+
}: React.ComponentProps<typeof Menubar$1.Content>): react_jsx_runtime158.JSX.Element;
|
|
24
24
|
declare function MenubarGroup({
|
|
25
25
|
...props
|
|
26
|
-
}: React.ComponentProps<typeof Menubar$1.Group>):
|
|
26
|
+
}: React.ComponentProps<typeof Menubar$1.Group>): react_jsx_runtime158.JSX.Element;
|
|
27
27
|
declare function MenubarItem({
|
|
28
28
|
className,
|
|
29
29
|
inset,
|
|
@@ -32,43 +32,43 @@ declare function MenubarItem({
|
|
|
32
32
|
}: React.ComponentProps<typeof Menubar$1.Item> & {
|
|
33
33
|
inset?: boolean;
|
|
34
34
|
variant?: "default" | "destructive";
|
|
35
|
-
}):
|
|
35
|
+
}): react_jsx_runtime158.JSX.Element;
|
|
36
36
|
declare function MenubarLabel({
|
|
37
37
|
className,
|
|
38
38
|
inset,
|
|
39
39
|
...props
|
|
40
40
|
}: React.ComponentProps<typeof Menubar$1.Label> & {
|
|
41
41
|
inset?: boolean;
|
|
42
|
-
}):
|
|
42
|
+
}): react_jsx_runtime158.JSX.Element;
|
|
43
43
|
declare function MenubarMenu({
|
|
44
44
|
...props
|
|
45
|
-
}: React.ComponentProps<typeof Menubar$1.Menu>):
|
|
45
|
+
}: React.ComponentProps<typeof Menubar$1.Menu>): react_jsx_runtime158.JSX.Element;
|
|
46
46
|
declare function MenubarPortal({
|
|
47
47
|
...props
|
|
48
|
-
}: React.ComponentProps<typeof Menubar$1.Portal>):
|
|
48
|
+
}: React.ComponentProps<typeof Menubar$1.Portal>): react_jsx_runtime158.JSX.Element;
|
|
49
49
|
declare function MenubarRadioGroup({
|
|
50
50
|
...props
|
|
51
|
-
}: React.ComponentProps<typeof Menubar$1.RadioGroup>):
|
|
51
|
+
}: React.ComponentProps<typeof Menubar$1.RadioGroup>): react_jsx_runtime158.JSX.Element;
|
|
52
52
|
declare function MenubarRadioItem({
|
|
53
53
|
children,
|
|
54
54
|
className,
|
|
55
55
|
...props
|
|
56
|
-
}: React.ComponentProps<typeof Menubar$1.RadioItem>):
|
|
56
|
+
}: React.ComponentProps<typeof Menubar$1.RadioItem>): react_jsx_runtime158.JSX.Element;
|
|
57
57
|
declare function MenubarSeparator({
|
|
58
58
|
className,
|
|
59
59
|
...props
|
|
60
|
-
}: React.ComponentProps<typeof Menubar$1.Separator>):
|
|
60
|
+
}: React.ComponentProps<typeof Menubar$1.Separator>): react_jsx_runtime158.JSX.Element;
|
|
61
61
|
declare function MenubarShortcut({
|
|
62
62
|
className,
|
|
63
63
|
...props
|
|
64
|
-
}: React.ComponentProps<"span">):
|
|
64
|
+
}: React.ComponentProps<"span">): react_jsx_runtime158.JSX.Element;
|
|
65
65
|
declare function MenubarSub({
|
|
66
66
|
...props
|
|
67
|
-
}: React.ComponentProps<typeof Menubar$1.Sub>):
|
|
67
|
+
}: React.ComponentProps<typeof Menubar$1.Sub>): react_jsx_runtime158.JSX.Element;
|
|
68
68
|
declare function MenubarSubContent({
|
|
69
69
|
className,
|
|
70
70
|
...props
|
|
71
|
-
}: React.ComponentProps<typeof Menubar$1.SubContent>):
|
|
71
|
+
}: React.ComponentProps<typeof Menubar$1.SubContent>): react_jsx_runtime158.JSX.Element;
|
|
72
72
|
declare function MenubarSubTrigger({
|
|
73
73
|
children,
|
|
74
74
|
className,
|
|
@@ -76,11 +76,11 @@ declare function MenubarSubTrigger({
|
|
|
76
76
|
...props
|
|
77
77
|
}: React.ComponentProps<typeof Menubar$1.SubTrigger> & {
|
|
78
78
|
inset?: boolean;
|
|
79
|
-
}):
|
|
79
|
+
}): react_jsx_runtime158.JSX.Element;
|
|
80
80
|
declare function MenubarTrigger({
|
|
81
81
|
className,
|
|
82
82
|
...props
|
|
83
|
-
}: React.ComponentProps<typeof Menubar$1.Trigger>):
|
|
83
|
+
}: React.ComponentProps<typeof Menubar$1.Trigger>): react_jsx_runtime158.JSX.Element;
|
|
84
84
|
//#endregion
|
|
85
85
|
export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger };
|
|
86
86
|
//# sourceMappingURL=menubar.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime133 from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/native-select/native-select.d.ts
|
|
@@ -10,14 +10,14 @@ declare function NativeSelect({
|
|
|
10
10
|
className,
|
|
11
11
|
size,
|
|
12
12
|
...props
|
|
13
|
-
}: NativeSelectProps):
|
|
13
|
+
}: NativeSelectProps): react_jsx_runtime133.JSX.Element;
|
|
14
14
|
declare function NativeSelectOptGroup({
|
|
15
15
|
className,
|
|
16
16
|
...props
|
|
17
|
-
}: React.ComponentProps<"optgroup">):
|
|
17
|
+
}: React.ComponentProps<"optgroup">): react_jsx_runtime133.JSX.Element;
|
|
18
18
|
declare function NativeSelectOption({
|
|
19
19
|
...props
|
|
20
|
-
}: React.ComponentProps<"option">):
|
|
20
|
+
}: React.ComponentProps<"option">): react_jsx_runtime133.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { NativeSelect, NativeSelectOptGroup, NativeSelectOption };
|
|
23
23
|
//# sourceMappingURL=native-select.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { NavigationMenu as NavigationMenu$1 } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime136 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types8 from "class-variance-authority/types";
|
|
5
5
|
|
|
6
6
|
//#region src/components/navigation-menu/navigation-menu.d.ts
|
|
7
7
|
|
|
@@ -12,37 +12,37 @@ declare function NavigationMenu({
|
|
|
12
12
|
...props
|
|
13
13
|
}: React.ComponentProps<typeof NavigationMenu$1.Root> & {
|
|
14
14
|
viewport?: boolean;
|
|
15
|
-
}):
|
|
15
|
+
}): react_jsx_runtime136.JSX.Element;
|
|
16
16
|
declare function NavigationMenuItem({
|
|
17
17
|
className,
|
|
18
18
|
...props
|
|
19
|
-
}: React.ComponentProps<typeof NavigationMenu$1.Item>):
|
|
19
|
+
}: React.ComponentProps<typeof NavigationMenu$1.Item>): react_jsx_runtime136.JSX.Element;
|
|
20
20
|
declare function NavigationMenuList({
|
|
21
21
|
className,
|
|
22
22
|
...props
|
|
23
|
-
}: React.ComponentProps<typeof NavigationMenu$1.List>):
|
|
24
|
-
declare const navigationMenuTriggerStyle: (props?:
|
|
23
|
+
}: React.ComponentProps<typeof NavigationMenu$1.List>): react_jsx_runtime136.JSX.Element;
|
|
24
|
+
declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types8.ClassProp | undefined) => string;
|
|
25
25
|
declare function NavigationMenuContent({
|
|
26
26
|
className,
|
|
27
27
|
...props
|
|
28
|
-
}: React.ComponentProps<typeof NavigationMenu$1.Content>):
|
|
28
|
+
}: React.ComponentProps<typeof NavigationMenu$1.Content>): react_jsx_runtime136.JSX.Element;
|
|
29
29
|
declare function NavigationMenuIndicator({
|
|
30
30
|
className,
|
|
31
31
|
...props
|
|
32
|
-
}: React.ComponentProps<typeof NavigationMenu$1.Indicator>):
|
|
32
|
+
}: React.ComponentProps<typeof NavigationMenu$1.Indicator>): react_jsx_runtime136.JSX.Element;
|
|
33
33
|
declare function NavigationMenuLink({
|
|
34
34
|
className,
|
|
35
35
|
...props
|
|
36
|
-
}: React.ComponentProps<typeof NavigationMenu$1.Link>):
|
|
36
|
+
}: React.ComponentProps<typeof NavigationMenu$1.Link>): react_jsx_runtime136.JSX.Element;
|
|
37
37
|
declare function NavigationMenuTrigger({
|
|
38
38
|
children,
|
|
39
39
|
className,
|
|
40
40
|
...props
|
|
41
|
-
}: React.ComponentProps<typeof NavigationMenu$1.Trigger>):
|
|
41
|
+
}: React.ComponentProps<typeof NavigationMenu$1.Trigger>): react_jsx_runtime136.JSX.Element;
|
|
42
42
|
declare function NavigationMenuViewport({
|
|
43
43
|
className,
|
|
44
44
|
...props
|
|
45
|
-
}: React.ComponentProps<typeof NavigationMenu$1.Viewport>):
|
|
45
|
+
}: React.ComponentProps<typeof NavigationMenu$1.Viewport>): react_jsx_runtime136.JSX.Element;
|
|
46
46
|
//#endregion
|
|
47
47
|
export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle };
|
|
48
48
|
//# sourceMappingURL=navigation-menu.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Button } from "../button/button.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime144 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/pagination/pagination.d.ts
|
|
@@ -10,38 +10,38 @@ type PaginationLinkProps = Pick<React.ComponentProps<typeof Button>, "size"> & R
|
|
|
10
10
|
declare function Pagination({
|
|
11
11
|
className,
|
|
12
12
|
...props
|
|
13
|
-
}: React.ComponentProps<"nav">):
|
|
13
|
+
}: React.ComponentProps<"nav">): react_jsx_runtime144.JSX.Element;
|
|
14
14
|
declare function PaginationContent({
|
|
15
15
|
className,
|
|
16
16
|
...props
|
|
17
|
-
}: React.ComponentProps<"ul">):
|
|
17
|
+
}: React.ComponentProps<"ul">): react_jsx_runtime144.JSX.Element;
|
|
18
18
|
declare function PaginationEllipsis({
|
|
19
19
|
className,
|
|
20
20
|
...props
|
|
21
|
-
}: React.ComponentProps<"span">):
|
|
21
|
+
}: React.ComponentProps<"span">): react_jsx_runtime144.JSX.Element;
|
|
22
22
|
declare function PaginationItem({
|
|
23
23
|
...props
|
|
24
|
-
}: React.ComponentProps<"li">):
|
|
24
|
+
}: React.ComponentProps<"li">): react_jsx_runtime144.JSX.Element;
|
|
25
25
|
declare function PaginationLink({
|
|
26
26
|
className,
|
|
27
27
|
isActive,
|
|
28
28
|
size,
|
|
29
29
|
...props
|
|
30
|
-
}: PaginationLinkProps):
|
|
30
|
+
}: PaginationLinkProps): react_jsx_runtime144.JSX.Element;
|
|
31
31
|
declare function PaginationNext({
|
|
32
32
|
className,
|
|
33
33
|
text,
|
|
34
34
|
...props
|
|
35
35
|
}: React.ComponentProps<typeof PaginationLink> & {
|
|
36
36
|
text?: string;
|
|
37
|
-
}):
|
|
37
|
+
}): react_jsx_runtime144.JSX.Element;
|
|
38
38
|
declare function PaginationPrevious({
|
|
39
39
|
className,
|
|
40
40
|
text,
|
|
41
41
|
...props
|
|
42
42
|
}: React.ComponentProps<typeof PaginationLink> & {
|
|
43
43
|
text?: string;
|
|
44
|
-
}):
|
|
44
|
+
}): react_jsx_runtime144.JSX.Element;
|
|
45
45
|
//#endregion
|
|
46
46
|
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious };
|
|
47
47
|
//# sourceMappingURL=pagination.d.ts.map
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import { Popover as Popover$1 } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime151 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/popover/popover.d.ts
|
|
6
6
|
|
|
7
7
|
declare function Popover({
|
|
8
8
|
...props
|
|
9
|
-
}: React.ComponentProps<typeof Popover$1.Root>):
|
|
9
|
+
}: React.ComponentProps<typeof Popover$1.Root>): react_jsx_runtime151.JSX.Element;
|
|
10
10
|
declare function PopoverAnchor({
|
|
11
11
|
...props
|
|
12
|
-
}: React.ComponentProps<typeof Popover$1.Anchor>):
|
|
12
|
+
}: React.ComponentProps<typeof Popover$1.Anchor>): react_jsx_runtime151.JSX.Element;
|
|
13
13
|
declare function PopoverContent({
|
|
14
14
|
align,
|
|
15
15
|
className,
|
|
16
16
|
sideOffset,
|
|
17
17
|
...props
|
|
18
|
-
}: React.ComponentProps<typeof Popover$1.Content>):
|
|
18
|
+
}: React.ComponentProps<typeof Popover$1.Content>): react_jsx_runtime151.JSX.Element;
|
|
19
19
|
declare function PopoverDescription({
|
|
20
20
|
className,
|
|
21
21
|
...props
|
|
22
|
-
}: React.ComponentProps<"p">):
|
|
22
|
+
}: React.ComponentProps<"p">): react_jsx_runtime151.JSX.Element;
|
|
23
23
|
declare function PopoverHeader({
|
|
24
24
|
className,
|
|
25
25
|
...props
|
|
26
|
-
}: React.ComponentProps<"div">):
|
|
26
|
+
}: React.ComponentProps<"div">): react_jsx_runtime151.JSX.Element;
|
|
27
27
|
declare function PopoverTitle({
|
|
28
28
|
className,
|
|
29
29
|
...props
|
|
30
|
-
}: React.ComponentProps<"h2">):
|
|
30
|
+
}: React.ComponentProps<"h2">): react_jsx_runtime151.JSX.Element;
|
|
31
31
|
declare function PopoverTrigger({
|
|
32
32
|
...props
|
|
33
|
-
}: React.ComponentProps<typeof Popover$1.Trigger>):
|
|
33
|
+
}: React.ComponentProps<typeof Popover$1.Trigger>): react_jsx_runtime151.JSX.Element;
|
|
34
34
|
//#endregion
|
|
35
35
|
export { Popover, PopoverAnchor, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger };
|
|
36
36
|
//# sourceMappingURL=popover.d.ts.map
|