@resq-sw/ui 0.2.2 → 0.2.3
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/README.md +141 -118
- package/lib/components/accordion/accordion.d.ts +0 -1
- package/lib/components/accordion/accordion.d.ts.map +1 -1
- package/lib/components/alert/alert.d.ts +5 -6
- 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 -3
- package/lib/components/aspect-ratio/aspect-ratio.d.ts.map +1 -1
- package/lib/components/avatar/avatar.d.ts +7 -8
- package/lib/components/avatar/avatar.d.ts.map +1 -1
- package/lib/components/badge/badge.d.ts +2 -3
- package/lib/components/badge/badge.d.ts.map +1 -1
- package/lib/components/breadcrumb/breadcrumb.d.ts +8 -9
- package/lib/components/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/lib/components/button/button.d.ts +5 -6
- package/lib/components/button/button.d.ts.map +1 -1
- package/lib/components/button-group/button-group.d.ts +6 -7
- package/lib/components/button-group/button-group.d.ts.map +1 -1
- package/lib/components/calendar/calendar.d.ts +3 -4
- package/lib/components/calendar/calendar.d.ts.map +1 -1
- package/lib/components/card/card.d.ts +8 -9
- package/lib/components/card/card.d.ts.map +1 -1
- package/lib/components/carousel/carousel.d.ts +6 -7
- package/lib/components/carousel/carousel.d.ts.map +1 -1
- package/lib/components/chart/chart.d.ts +5 -6
- package/lib/components/chart/chart.d.ts.map +1 -1
- package/lib/components/checkbox/checkbox.d.ts +2 -3
- package/lib/components/checkbox/checkbox.d.ts.map +1 -1
- package/lib/components/collapsible/collapsible.d.ts +4 -5
- package/lib/components/collapsible/collapsible.d.ts.map +1 -1
- package/lib/components/combobox/combobox.d.ts +15 -16
- package/lib/components/combobox/combobox.d.ts.map +1 -1
- package/lib/components/command/command.d.ts +10 -11
- package/lib/components/command/command.d.ts.map +1 -1
- package/lib/components/context-menu/context-menu.d.ts +16 -17
- package/lib/components/context-menu/context-menu.d.ts.map +1 -1
- package/lib/components/dialog/dialog.d.ts +11 -11
- package/lib/components/dialog/dialog.d.ts.map +1 -1
- package/lib/components/direction/direction.d.ts +2 -3
- package/lib/components/direction/direction.d.ts.map +1 -1
- package/lib/components/drawer/drawer.d.ts +11 -12
- package/lib/components/drawer/drawer.d.ts.map +1 -1
- package/lib/components/dropdown-menu/dropdown-menu.d.ts +16 -17
- package/lib/components/dropdown-menu/dropdown-menu.d.ts.map +1 -1
- package/lib/components/empty/empty.d.ts +9 -10
- package/lib/components/empty/empty.d.ts.map +1 -1
- package/lib/components/field/field.d.ts +13 -14
- package/lib/components/field/field.d.ts.map +1 -1
- package/lib/components/hover-card/hover-card.d.ts +4 -5
- package/lib/components/hover-card/hover-card.d.ts.map +1 -1
- package/lib/components/input/input.d.ts +2 -3
- package/lib/components/input/input.d.ts.map +1 -1
- package/lib/components/input-group/input-group.d.ts +11 -12
- package/lib/components/input-group/input-group.d.ts.map +1 -1
- package/lib/components/input-otp/input-otp.d.ts +5 -6
- package/lib/components/input-otp/input-otp.d.ts.map +1 -1
- package/lib/components/item/item.d.ts +15 -16
- package/lib/components/item/item.d.ts.map +1 -1
- package/lib/components/kbd/kbd.d.ts +3 -4
- package/lib/components/kbd/kbd.d.ts.map +1 -1
- package/lib/components/label/label.d.ts +2 -3
- package/lib/components/label/label.d.ts.map +1 -1
- package/lib/components/menubar/menubar.d.ts +17 -18
- package/lib/components/menubar/menubar.d.ts.map +1 -1
- package/lib/components/native-select/native-select.d.ts +4 -5
- package/lib/components/native-select/native-select.d.ts.map +1 -1
- package/lib/components/navigation-menu/navigation-menu.d.ts +11 -12
- package/lib/components/navigation-menu/navigation-menu.d.ts.map +1 -1
- package/lib/components/pagination/pagination.d.ts +8 -9
- package/lib/components/pagination/pagination.d.ts.map +1 -1
- package/lib/components/picture/index.d.ts +3 -0
- package/lib/components/picture/index.js +2 -0
- package/lib/components/picture/picture.d.ts +86 -0
- package/lib/components/picture/picture.d.ts.map +1 -0
- package/lib/components/picture/picture.js +139 -0
- package/lib/components/picture/picture.js.map +1 -0
- package/lib/components/picture/types.d.ts +21 -0
- package/lib/components/picture/types.d.ts.map +1 -0
- package/lib/components/picture/types.js +0 -0
- package/lib/components/popover/popover.d.ts +8 -9
- package/lib/components/popover/popover.d.ts.map +1 -1
- package/lib/components/progress/progress.d.ts +2 -3
- package/lib/components/progress/progress.d.ts.map +1 -1
- package/lib/components/radio-group/radio-group.d.ts +3 -4
- package/lib/components/radio-group/radio-group.d.ts.map +1 -1
- package/lib/components/resizable/resizable.d.ts +4 -5
- package/lib/components/resizable/resizable.d.ts.map +1 -1
- package/lib/components/scroll-area/scroll-area.d.ts +3 -4
- package/lib/components/scroll-area/scroll-area.d.ts.map +1 -1
- package/lib/components/select/select.d.ts +11 -12
- package/lib/components/select/select.d.ts.map +1 -1
- package/lib/components/separator/separator.d.ts +2 -3
- package/lib/components/separator/separator.d.ts.map +1 -1
- package/lib/components/sheet/sheet.d.ts +9 -10
- package/lib/components/sheet/sheet.d.ts.map +1 -1
- package/lib/components/sidebar/sidebar.d.ts +27 -28
- package/lib/components/sidebar/sidebar.d.ts.map +1 -1
- package/lib/components/skeleton/skeleton.d.ts +2 -3
- package/lib/components/skeleton/skeleton.d.ts.map +1 -1
- package/lib/components/slider/slider.d.ts +2 -3
- package/lib/components/slider/slider.d.ts.map +1 -1
- package/lib/components/sonner/sonner.d.ts +2 -3
- package/lib/components/sonner/sonner.d.ts.map +1 -1
- package/lib/components/spinner/spinner.d.ts +2 -3
- package/lib/components/spinner/spinner.d.ts.map +1 -1
- package/lib/components/switch/switch.d.ts +2 -3
- package/lib/components/switch/switch.d.ts.map +1 -1
- package/lib/components/table/table.d.ts +9 -10
- package/lib/components/table/table.d.ts.map +1 -1
- package/lib/components/tabs/tabs.d.ts +7 -8
- package/lib/components/tabs/tabs.d.ts.map +1 -1
- package/lib/components/textarea/textarea.d.ts +2 -3
- package/lib/components/textarea/textarea.d.ts.map +1 -1
- package/lib/components/toggle/toggle.d.ts +5 -6
- package/lib/components/toggle/toggle.d.ts.map +1 -1
- package/lib/components/toggle-group/toggle-group.d.ts +3 -4
- package/lib/components/toggle-group/toggle-group.d.ts.map +1 -1
- package/lib/components/tooltip/tooltip.d.ts +5 -6
- package/lib/components/tooltip/tooltip.d.ts.map +1 -1
- package/lib/hooks/use-mobile.d.ts.map +1 -1
- package/lib/index.d.ts +3 -1
- package/lib/index.js +3 -1
- package/lib/lib/utils.d.ts.map +1 -1
- package/package.json +400 -394
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
2
|
import { VariantProps } from "class-variance-authority";
|
|
3
3
|
import * as React from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types0 from "class-variance-authority/types";
|
|
5
5
|
|
|
6
6
|
//#region src/components/button/button.d.ts
|
|
7
|
-
|
|
8
7
|
declare const buttonVariants: (props?: ({
|
|
9
|
-
size?: "default" | "
|
|
8
|
+
size?: "default" | "icon" | "icon-lg" | "icon-sm" | "icon-xs" | "lg" | "sm" | "xs" | null | undefined;
|
|
10
9
|
variant?: "default" | "destructive" | "ghost" | "link" | "outline" | "secondary" | null | undefined;
|
|
11
|
-
} &
|
|
10
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
12
11
|
declare function Button({
|
|
13
12
|
asChild,
|
|
14
13
|
className,
|
|
@@ -17,7 +16,7 @@ declare function Button({
|
|
|
17
16
|
...props
|
|
18
17
|
}: React.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
|
|
19
18
|
asChild?: boolean;
|
|
20
|
-
}):
|
|
19
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
21
20
|
//#endregion
|
|
22
21
|
export { Button, buttonVariants };
|
|
23
22
|
//# sourceMappingURL=button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","names":[],"sources":["../../../src/components/button/button.tsx"],"
|
|
1
|
+
{"version":3,"file":"button.d.ts","names":[],"sources":["../../../src/components/button/button.tsx"],"mappings":";;;;;;cAsBM,cAAA,GAAc,KAAA;;;IAmCnB,+BAAA,CAAA,SAAA;AAAA,iBAEQ,MAAA,CAAA;EACR,OAAA;EACA,SAAA;EACA,IAAA;EACA,OAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,aACR,YAAA,QAAoB,cAAA;EACnB,OAAA;AAAA,IACA,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,30 +1,29 @@
|
|
|
1
1
|
import { Separator } from "../separator/separator.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types0 from "class-variance-authority/types";
|
|
5
5
|
|
|
6
6
|
//#region src/components/button-group/button-group.d.ts
|
|
7
|
-
|
|
8
7
|
declare const buttonGroupVariants: (props?: ({
|
|
9
8
|
orientation?: "horizontal" | "vertical" | null | undefined;
|
|
10
|
-
} &
|
|
9
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
11
10
|
declare function ButtonGroup({
|
|
12
11
|
className,
|
|
13
12
|
orientation,
|
|
14
13
|
...props
|
|
15
|
-
}: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>):
|
|
14
|
+
}: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>): react_jsx_runtime0.JSX.Element;
|
|
16
15
|
declare function ButtonGroupSeparator({
|
|
17
16
|
className,
|
|
18
17
|
orientation,
|
|
19
18
|
...props
|
|
20
|
-
}: React.ComponentProps<typeof Separator>):
|
|
19
|
+
}: React.ComponentProps<typeof Separator>): react_jsx_runtime0.JSX.Element;
|
|
21
20
|
declare function ButtonGroupText({
|
|
22
21
|
asChild,
|
|
23
22
|
className,
|
|
24
23
|
...props
|
|
25
24
|
}: React.ComponentProps<"div"> & {
|
|
26
25
|
asChild?: boolean;
|
|
27
|
-
}):
|
|
26
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
28
27
|
//#endregion
|
|
29
28
|
export { ButtonGroup, ButtonGroupSeparator, ButtonGroupText, buttonGroupVariants };
|
|
30
29
|
//# sourceMappingURL=button-group.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button-group.d.ts","names":[],"sources":["../../../src/components/button-group/button-group.tsx"],"
|
|
1
|
+
{"version":3,"file":"button-group.d.ts","names":[],"sources":["../../../src/components/button-group/button-group.tsx"],"mappings":";;;;;;cAsBM,mBAAA,GAAmB,KAAA;;IAexB,+BAAA,CAAA,SAAA;AAAA,iBAEQ,WAAA,CAAA;EACR,SAAA;EACA,WAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,UAAwB,YAAA,QAAoB,mBAAA,IAAoB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAYhE,oBAAA,CAAA;EACR,SAAA;EACA,WAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,SAAA,IAAU,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAchC,eAAA,CAAA;EACR,OAAA;EACA,SAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA;EACR,OAAA;AAAA,IACA,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { Button } from "../button/button.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import { DayButton, DayPicker, Locale } from "react-day-picker";
|
|
5
5
|
|
|
6
6
|
//#region src/components/calendar/calendar.d.ts
|
|
7
|
-
|
|
8
7
|
declare function Calendar({
|
|
9
8
|
buttonVariant,
|
|
10
9
|
captionLayout,
|
|
@@ -17,7 +16,7 @@ declare function Calendar({
|
|
|
17
16
|
...props
|
|
18
17
|
}: React.ComponentProps<typeof DayPicker> & {
|
|
19
18
|
buttonVariant?: React.ComponentProps<typeof Button>["variant"];
|
|
20
|
-
}):
|
|
19
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
21
20
|
declare function CalendarDayButton({
|
|
22
21
|
className,
|
|
23
22
|
day,
|
|
@@ -26,7 +25,7 @@ declare function CalendarDayButton({
|
|
|
26
25
|
...props
|
|
27
26
|
}: React.ComponentProps<typeof DayButton> & {
|
|
28
27
|
locale?: Partial<Locale>;
|
|
29
|
-
}):
|
|
28
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
30
29
|
//#endregion
|
|
31
30
|
export { Calendar, CalendarDayButton };
|
|
32
31
|
//# sourceMappingURL=calendar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"calendar.d.ts","names":[],"sources":["../../../src/components/calendar/calendar.tsx"],"
|
|
1
|
+
{"version":3,"file":"calendar.d.ts","names":[],"sources":["../../../src/components/calendar/calendar.tsx"],"mappings":";;;;;;iBAyBS,QAAA,CAAA;EACR,aAAA;EACA,aAAA;EACA,SAAA;EACA,UAAA;EACA,UAAA;EACA,UAAA;EACA,MAAA;EACA,eAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,SAAA;EAC9B,aAAA,GAAgB,KAAA,CAAM,cAAA,QAAsB,MAAA;AAAA,IAC5C,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBA6HQ,iBAAA,CAAA;EACR,SAAA;EACA,GAAA;EACA,MAAA;EACA,SAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,SAAA;EAAe,MAAA,GAAS,OAAA,CAAQ,MAAA;AAAA,IAAS,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,39 +1,38 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/card/card.d.ts
|
|
5
|
-
|
|
6
5
|
declare function Card({
|
|
7
6
|
className,
|
|
8
7
|
size,
|
|
9
8
|
...props
|
|
10
9
|
}: React.ComponentProps<"div"> & {
|
|
11
10
|
size?: "default" | "sm";
|
|
12
|
-
}):
|
|
11
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
13
12
|
declare function CardAction({
|
|
14
13
|
className,
|
|
15
14
|
...props
|
|
16
|
-
}: React.ComponentProps<"div">):
|
|
15
|
+
}: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
|
|
17
16
|
declare function CardContent({
|
|
18
17
|
className,
|
|
19
18
|
...props
|
|
20
|
-
}: React.ComponentProps<"div">):
|
|
19
|
+
}: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
|
|
21
20
|
declare function CardDescription({
|
|
22
21
|
className,
|
|
23
22
|
...props
|
|
24
|
-
}: React.ComponentProps<"div">):
|
|
23
|
+
}: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
|
|
25
24
|
declare function CardFooter({
|
|
26
25
|
className,
|
|
27
26
|
...props
|
|
28
|
-
}: React.ComponentProps<"div">):
|
|
27
|
+
}: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
|
|
29
28
|
declare function CardHeader({
|
|
30
29
|
className,
|
|
31
30
|
...props
|
|
32
|
-
}: React.ComponentProps<"div">):
|
|
31
|
+
}: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
|
|
33
32
|
declare function CardTitle({
|
|
34
33
|
className,
|
|
35
34
|
...props
|
|
36
|
-
}: React.ComponentProps<"div">):
|
|
35
|
+
}: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
|
|
37
36
|
//#endregion
|
|
38
37
|
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };
|
|
39
38
|
//# sourceMappingURL=card.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.d.ts","names":[],"sources":["../../../src/components/card/card.tsx"],"
|
|
1
|
+
{"version":3,"file":"card.d.ts","names":[],"sources":["../../../src/components/card/card.tsx"],"mappings":";;;;iBAoBS,IAAA,CAAA;EACR,SAAA;EACA,IAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA;EAA0B,IAAA;AAAA,IAAyB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAcnD,UAAA,CAAA;EAAa,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAU/D,WAAA,CAAA;EAAc,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAUhE,eAAA,CAAA;EAAkB,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAUpE,UAAA,CAAA;EAAa,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAa/D,UAAA,CAAA;EAAa,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAa/D,SAAA,CAAA;EAAY,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { Button } from "../button/button.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import useEmblaCarousel, { UseEmblaCarouselType } from "embla-carousel-react";
|
|
5
5
|
|
|
6
6
|
//#region src/components/carousel/carousel.d.ts
|
|
7
|
-
|
|
8
7
|
type CarouselApi = UseEmblaCarouselType[1];
|
|
9
8
|
type CarouselContextProps = CarouselProps & {
|
|
10
9
|
api: ReturnType<typeof useEmblaCarousel>[1];
|
|
@@ -31,27 +30,27 @@ declare function Carousel({
|
|
|
31
30
|
plugins,
|
|
32
31
|
setApi,
|
|
33
32
|
...props
|
|
34
|
-
}: CarouselProps & React.ComponentProps<"div">):
|
|
33
|
+
}: CarouselProps & React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
|
|
35
34
|
declare function CarouselContent({
|
|
36
35
|
className,
|
|
37
36
|
...props
|
|
38
|
-
}: React.ComponentProps<"div">):
|
|
37
|
+
}: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
|
|
39
38
|
declare function CarouselItem({
|
|
40
39
|
className,
|
|
41
40
|
...props
|
|
42
|
-
}: React.ComponentProps<"div">):
|
|
41
|
+
}: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
|
|
43
42
|
declare function CarouselNext({
|
|
44
43
|
className,
|
|
45
44
|
size,
|
|
46
45
|
variant,
|
|
47
46
|
...props
|
|
48
|
-
}: React.ComponentProps<typeof Button>):
|
|
47
|
+
}: React.ComponentProps<typeof Button>): react_jsx_runtime0.JSX.Element;
|
|
49
48
|
declare function CarouselPrevious({
|
|
50
49
|
className,
|
|
51
50
|
size,
|
|
52
51
|
variant,
|
|
53
52
|
...props
|
|
54
|
-
}: React.ComponentProps<typeof Button>):
|
|
53
|
+
}: React.ComponentProps<typeof Button>): react_jsx_runtime0.JSX.Element;
|
|
55
54
|
declare function useCarousel(): CarouselContextProps;
|
|
56
55
|
//#endregion
|
|
57
56
|
export { Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, useCarousel };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel.d.ts","names":[],"sources":["../../../src/components/carousel/carousel.tsx"],"
|
|
1
|
+
{"version":3,"file":"carousel.d.ts","names":[],"sources":["../../../src/components/carousel/carousel.tsx"],"mappings":";;;;;;KAyBK,WAAA,GAAc,oBAAA;AAAA,KACd,oBAAA,GAAuB,aAAA;EAC3B,GAAA,EAAK,UAAA,QAAkB,gBAAA;EACvB,aAAA;EACA,aAAA;EACA,WAAA,EAAa,UAAA,QAAkB,gBAAA;EAC/B,UAAA;EACA,UAAA;AAAA;AAAA,KAEI,eAAA,GAAkB,qBAAA;AAAA,KAClB,cAAA,GAAiB,qBAAA;AAAA,UAEZ,aAAA;EACT,IAAA,GAAO,eAAA;EACP,WAAA;EACA,OAAA,GAAU,cAAA;EACV,MAAA,IAAU,GAAA,EAAK,WAAA;AAAA;AAAA,KAGX,qBAAA,GAAwB,UAAA,QAAkB,gBAAA;AAAA,iBAItC,QAAA,CAAA;EACR,QAAA;EACA,SAAA;EACA,IAAA;EACA,WAAA;EACA,OAAA;EACA,MAAA;EAAA,GACG;AAAA,GACD,aAAA,GAAgB,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAwFrC,eAAA,CAAA;EAAkB,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAapE,YAAA,CAAA;EAAe,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,UAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAkBjE,YAAA,CAAA;EACR,SAAA;EACA,IAAA;EACA,OAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,MAAA,IAAO,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAyB7B,gBAAA,CAAA;EACR,SAAA;EACA,IAAA;EACA,OAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,MAAA,IAAO,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAyB7B,WAAA,CAAA,GAAW,oBAAA"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import * as RechartsPrimitive from "recharts";
|
|
4
4
|
|
|
5
5
|
//#region src/components/chart/chart.d.ts
|
|
6
|
-
|
|
7
6
|
declare const THEMES: {
|
|
8
7
|
readonly dark: ".dark";
|
|
9
8
|
readonly light: "";
|
|
@@ -27,7 +26,7 @@ declare function ChartContainer({
|
|
|
27
26
|
}: React.ComponentProps<"div"> & {
|
|
28
27
|
children: React.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
|
|
29
28
|
config: ChartConfig;
|
|
30
|
-
}):
|
|
29
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
31
30
|
declare const ChartStyle: React.NamedExoticComponent<{
|
|
32
31
|
config: ChartConfig;
|
|
33
32
|
id: string;
|
|
@@ -53,8 +52,8 @@ declare function ChartTooltipContent({
|
|
|
53
52
|
indicator?: "dashed" | "dot" | "line";
|
|
54
53
|
labelKey?: string;
|
|
55
54
|
nameKey?: string;
|
|
56
|
-
}):
|
|
57
|
-
declare const ChartLegend:
|
|
55
|
+
}): react_jsx_runtime0.JSX.Element | null;
|
|
56
|
+
declare const ChartLegend: React.MemoExoticComponent<(outsideProps: RechartsPrimitive.LegendProps) => React.ReactPortal | null>;
|
|
58
57
|
declare function ChartLegendContent({
|
|
59
58
|
className,
|
|
60
59
|
hideIcon,
|
|
@@ -64,7 +63,7 @@ declare function ChartLegendContent({
|
|
|
64
63
|
}: Pick<RechartsPrimitive.LegendProps, "payload" | "verticalAlign"> & React.ComponentProps<"div"> & {
|
|
65
64
|
hideIcon?: boolean;
|
|
66
65
|
nameKey?: string;
|
|
67
|
-
}):
|
|
66
|
+
}): react_jsx_runtime0.JSX.Element | null;
|
|
68
67
|
//#endregion
|
|
69
68
|
export { ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent };
|
|
70
69
|
//# sourceMappingURL=chart.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chart.d.ts","names":[],"sources":["../../../src/components/chart/chart.tsx"],"
|
|
1
|
+
{"version":3,"file":"chart.d.ts","names":[],"sources":["../../../src/components/chart/chart.tsx"],"mappings":";;;;;cA0BM,MAAA;EAAA,SAA8C,IAAA;EAAA,SAAA,KAAA;AAAA;AAAA,KAOxC,WAAA;EAEV,IAAA,GAAO,KAAA,CAAM,aAAA;EACb,KAAA,GAAQ,KAAA,CAAM,SAAA;AAAA;EAEV,KAAA;EAAe,KAAA,EAAO,MAAA,cAAoB,MAAA;AAAA;EAC1C,KAAA;EAAgB,KAAA;AAAA;AAAA,iBA6Bb,cAAA,CAAA;EACR,QAAA;EACA,SAAA;EACA,MAAA;EACA,EAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA;EACR,QAAA,EAAU,KAAA,CAAM,cAAA,QAAsB,iBAAA,CAAkB,mBAAA;EACxD,MAAA,EAAQ,WAAA;AAAA,IACR,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,cAgCK,UAAA,EAAU,KAAA,CAAA,oBAAA;UAIP,WAAA;;;cAsBH,YAAA,SAAY,iBAAA,CAAA,OAAA;AAAA,iBAET,mBAAA,CAAA;EACR,MAAA;EACA,SAAA;EACA,KAAA;EACA,SAAA;EACA,aAAA;EACA,SAAA;EACA,SAAA;EACA,KAAA;EACA,cAAA;EACA,cAAA;EACA,QAAA;EACA,OAAA;EACA;AAAA,GACE,KAAA,CAAM,cAAA,UACR,KAAA,CAAM,cAAA,QAAsB,iBAAA,CAAkB,OAAA;EAC7C,aAAA;EACA,SAAA;EACA,SAAA;EACA,QAAA;EACA,OAAA;AAAA,IACA,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,cAmHI,WAAA,EAAW,KAAA,CAAA,mBAAA,EAAA,YAAA,EAAA,iBAAA,CAAA,WAAA,KAAA,KAAA,CAAA,WAAA;AAAA,iBAER,kBAAA,CAAA;EACR,SAAA;EACA,QAAA;EACA,OAAA;EACA,OAAA;EACA;AAAA,GACE,IAAA,CAAK,iBAAA,CAAkB,WAAA,iCACzB,KAAA,CAAM,cAAA;EACL,QAAA;EACA,OAAA;AAAA,IACA,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { Checkbox as Checkbox$1 } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/checkbox/checkbox.d.ts
|
|
6
|
-
|
|
7
6
|
declare function Checkbox({
|
|
8
7
|
className,
|
|
9
8
|
...props
|
|
10
|
-
}: React.ComponentProps<typeof Checkbox$1.Root>):
|
|
9
|
+
}: React.ComponentProps<typeof Checkbox$1.Root>): react_jsx_runtime0.JSX.Element;
|
|
11
10
|
//#endregion
|
|
12
11
|
export { Checkbox };
|
|
13
12
|
//# sourceMappingURL=checkbox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.d.ts","names":[],"sources":["../../../src/components/checkbox/checkbox.tsx"],"
|
|
1
|
+
{"version":3,"file":"checkbox.d.ts","names":[],"sources":["../../../src/components/checkbox/checkbox.tsx"],"mappings":";;;;;iBAwBS,QAAA,CAAA;EAAW,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,QAAsB,UAAA,CAAkB,IAAA,IAAK,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import { Collapsible as Collapsible$1 } from "radix-ui";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/collapsible/collapsible.d.ts
|
|
5
|
-
|
|
6
5
|
declare function Collapsible({
|
|
7
6
|
...props
|
|
8
|
-
}: React.ComponentProps<typeof Collapsible$1.Root>):
|
|
7
|
+
}: React.ComponentProps<typeof Collapsible$1.Root>): react_jsx_runtime0.JSX.Element;
|
|
9
8
|
declare function CollapsibleContent({
|
|
10
9
|
...props
|
|
11
|
-
}: React.ComponentProps<typeof Collapsible$1.CollapsibleContent>):
|
|
10
|
+
}: React.ComponentProps<typeof Collapsible$1.CollapsibleContent>): react_jsx_runtime0.JSX.Element;
|
|
12
11
|
declare function CollapsibleTrigger({
|
|
13
12
|
...props
|
|
14
|
-
}: React.ComponentProps<typeof Collapsible$1.CollapsibleTrigger>):
|
|
13
|
+
}: React.ComponentProps<typeof Collapsible$1.CollapsibleTrigger>): react_jsx_runtime0.JSX.Element;
|
|
15
14
|
//#endregion
|
|
16
15
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger };
|
|
17
16
|
//# sourceMappingURL=collapsible.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collapsible.d.ts","names":[],"sources":["../../../src/components/collapsible/collapsible.tsx"],"
|
|
1
|
+
{"version":3,"file":"collapsible.d.ts","names":[],"sources":["../../../src/components/collapsible/collapsible.tsx"],"mappings":";;;;iBAoBS,WAAA,CAAA;EAAA,GAAiB;AAAA,GAAS,KAAA,CAAM,cAAA,QAAsB,aAAA,CAAqB,IAAA,IAAK,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAIhF,kBAAA,CAAA;EAAA,GACL;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,aAAA,CAAqB,kBAAA,IAAmB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAI9D,kBAAA,CAAA;EAAA,GACL;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,aAAA,CAAqB,kBAAA,IAAmB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import { Combobox as Combobox$1 } from "@base-ui/react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/combobox/combobox.d.ts
|
|
6
|
-
|
|
7
6
|
declare const Combobox: typeof Combobox$1.Root;
|
|
8
7
|
declare function ComboboxChip({
|
|
9
8
|
children,
|
|
@@ -12,18 +11,18 @@ declare function ComboboxChip({
|
|
|
12
11
|
...props
|
|
13
12
|
}: Combobox$1.Chip.Props & {
|
|
14
13
|
showRemove?: boolean;
|
|
15
|
-
}):
|
|
14
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
16
15
|
declare function ComboboxChips({
|
|
17
16
|
className,
|
|
18
17
|
...props
|
|
19
|
-
}: Combobox$1.Chips.Props & React.ComponentPropsWithRef<typeof Combobox$1.Chips>):
|
|
18
|
+
}: Combobox$1.Chips.Props & React.ComponentPropsWithRef<typeof Combobox$1.Chips>): react_jsx_runtime0.JSX.Element;
|
|
20
19
|
declare function ComboboxChipsInput({
|
|
21
20
|
className,
|
|
22
21
|
...props
|
|
23
|
-
}: Combobox$1.Input.Props):
|
|
22
|
+
}: Combobox$1.Input.Props): react_jsx_runtime0.JSX.Element;
|
|
24
23
|
declare function ComboboxCollection({
|
|
25
24
|
...props
|
|
26
|
-
}: Combobox$1.Collection.Props):
|
|
25
|
+
}: Combobox$1.Collection.Props): react_jsx_runtime0.JSX.Element;
|
|
27
26
|
declare function ComboboxContent({
|
|
28
27
|
align,
|
|
29
28
|
alignOffset,
|
|
@@ -32,15 +31,15 @@ declare function ComboboxContent({
|
|
|
32
31
|
side,
|
|
33
32
|
sideOffset,
|
|
34
33
|
...props
|
|
35
|
-
}: Combobox$1.Popup.Props & Pick<Combobox$1.Positioner.Props, "align" | "alignOffset" | "anchor" | "side" | "sideOffset">):
|
|
34
|
+
}: Combobox$1.Popup.Props & Pick<Combobox$1.Positioner.Props, "align" | "alignOffset" | "anchor" | "side" | "sideOffset">): react_jsx_runtime0.JSX.Element;
|
|
36
35
|
declare function ComboboxEmpty({
|
|
37
36
|
className,
|
|
38
37
|
...props
|
|
39
|
-
}: Combobox$1.Empty.Props):
|
|
38
|
+
}: Combobox$1.Empty.Props): react_jsx_runtime0.JSX.Element;
|
|
40
39
|
declare function ComboboxGroup({
|
|
41
40
|
className,
|
|
42
41
|
...props
|
|
43
|
-
}: Combobox$1.Group.Props):
|
|
42
|
+
}: Combobox$1.Group.Props): react_jsx_runtime0.JSX.Element;
|
|
44
43
|
declare function ComboboxInput({
|
|
45
44
|
children,
|
|
46
45
|
className,
|
|
@@ -51,32 +50,32 @@ declare function ComboboxInput({
|
|
|
51
50
|
}: Combobox$1.Input.Props & {
|
|
52
51
|
showClear?: boolean;
|
|
53
52
|
showTrigger?: boolean;
|
|
54
|
-
}):
|
|
53
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
55
54
|
declare function ComboboxItem({
|
|
56
55
|
children,
|
|
57
56
|
className,
|
|
58
57
|
...props
|
|
59
|
-
}: Combobox$1.Item.Props):
|
|
58
|
+
}: Combobox$1.Item.Props): react_jsx_runtime0.JSX.Element;
|
|
60
59
|
declare function ComboboxLabel({
|
|
61
60
|
className,
|
|
62
61
|
...props
|
|
63
|
-
}: Combobox$1.GroupLabel.Props):
|
|
62
|
+
}: Combobox$1.GroupLabel.Props): react_jsx_runtime0.JSX.Element;
|
|
64
63
|
declare function ComboboxList({
|
|
65
64
|
className,
|
|
66
65
|
...props
|
|
67
|
-
}: Combobox$1.List.Props):
|
|
66
|
+
}: Combobox$1.List.Props): react_jsx_runtime0.JSX.Element;
|
|
68
67
|
declare function ComboboxSeparator({
|
|
69
68
|
className,
|
|
70
69
|
...props
|
|
71
|
-
}: Combobox$1.Separator.Props):
|
|
70
|
+
}: Combobox$1.Separator.Props): react_jsx_runtime0.JSX.Element;
|
|
72
71
|
declare function ComboboxTrigger({
|
|
73
72
|
children,
|
|
74
73
|
className,
|
|
75
74
|
...props
|
|
76
|
-
}: Combobox$1.Trigger.Props):
|
|
75
|
+
}: Combobox$1.Trigger.Props): react_jsx_runtime0.JSX.Element;
|
|
77
76
|
declare function ComboboxValue({
|
|
78
77
|
...props
|
|
79
|
-
}: Combobox$1.Value.Props):
|
|
78
|
+
}: Combobox$1.Value.Props): react_jsx_runtime0.JSX.Element;
|
|
80
79
|
declare function useComboboxAnchor(): React.RefObject<HTMLDivElement | null>;
|
|
81
80
|
//#endregion
|
|
82
81
|
export { Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, useComboboxAnchor };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combobox.d.ts","names":[],"sources":["../../../src/components/combobox/combobox.tsx"],"
|
|
1
|
+
{"version":3,"file":"combobox.d.ts","names":[],"sources":["../../../src/components/combobox/combobox.tsx"],"mappings":";;;;;cA+BM,QAAA,SAAQ,UAAA,CAAA,IAAA;AAAA,iBAEL,YAAA,CAAA;EACR,QAAA;EACA,SAAA;EACA,UAAA;EAAA,GACG;AAAA,GACD,UAAA,CAAkB,IAAA,CAAK,KAAA;EACzB,UAAA;AAAA,IACA,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAwBQ,aAAA,CAAA;EACR,SAAA;EAAA,GACG;AAAA,GACD,UAAA,CAAkB,KAAA,CAAM,KAAA,GAAQ,KAAA,CAAM,qBAAA,QAA6B,UAAA,CAAkB,KAAA,IAAM,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAarF,kBAAA,CAAA;EAAqB,SAAA;EAAA,GAAc;AAAA,GAAS,UAAA,CAAkB,KAAA,CAAM,KAAA,GAAK,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAuBzE,kBAAA,CAAA;EAAA,GAAwB;AAAA,GAAS,UAAA,CAAkB,UAAA,CAAW,KAAA,GAAK,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAInE,eAAA,CAAA;EACR,KAAA;EACA,WAAA;EACA,MAAA;EACA,SAAA;EACA,IAAA;EACA,UAAA;EAAA,GACG;AAAA,GACD,UAAA,CAAkB,KAAA,CAAM,KAAA,GAC1B,IAAA,CACC,UAAA,CAAkB,UAAA,CAAW,KAAA,gEAE7B,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAyBO,aAAA,CAAA;EAAgB,SAAA;EAAA,GAAc;AAAA,GAAS,UAAA,CAAkB,KAAA,CAAM,KAAA,GAAK,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAapE,aAAA,CAAA;EAAgB,SAAA;EAAA,GAAc;AAAA,GAAS,UAAA,CAAkB,KAAA,CAAM,KAAA,GAAK,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAIpE,aAAA,CAAA;EACR,QAAA;EACA,SAAA;EACA,QAAA;EACA,SAAA;EACA,WAAA;EAAA,GACG;AAAA,GACD,UAAA,CAAkB,KAAA,CAAM,KAAA;EAC1B,SAAA;EACA,WAAA;AAAA,IACA,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAwBQ,YAAA,CAAA;EAAe,QAAA;EAAU,SAAA;EAAA,GAAc;AAAA,GAAS,UAAA,CAAkB,IAAA,CAAK,KAAA,GAAK,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAsB5E,aAAA,CAAA;EAAgB,SAAA;EAAA,GAAc;AAAA,GAAS,UAAA,CAAkB,UAAA,CAAW,KAAA,GAAK,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAUzE,YAAA,CAAA;EAAe,SAAA;EAAA,GAAc;AAAA,GAAS,UAAA,CAAkB,IAAA,CAAK,KAAA,GAAK,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAalE,iBAAA,CAAA;EAAoB,SAAA;EAAA,GAAc;AAAA,GAAS,UAAA,CAAkB,SAAA,CAAU,KAAA,GAAK,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAU5E,eAAA,CAAA;EAAkB,QAAA;EAAU,SAAA;EAAA,GAAc;AAAA,GAAS,UAAA,CAAkB,OAAA,CAAQ,KAAA,GAAK,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAalF,aAAA,CAAA;EAAA,GAAmB;AAAA,GAAS,UAAA,CAAkB,KAAA,CAAM,KAAA,GAAK,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAIzD,iBAAA,CAAA,GAAiB,KAAA,CAAA,SAAA,CAAA,cAAA"}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { Dialog } from "../dialog/dialog.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import { Command as Command$1 } from "cmdk";
|
|
5
5
|
|
|
6
6
|
//#region src/components/command/command.d.ts
|
|
7
|
-
|
|
8
7
|
declare function Command({
|
|
9
8
|
className,
|
|
10
9
|
...props
|
|
11
|
-
}: React.ComponentProps<typeof Command$1>):
|
|
10
|
+
}: React.ComponentProps<typeof Command$1>): react_jsx_runtime0.JSX.Element;
|
|
12
11
|
declare function CommandDialog({
|
|
13
12
|
children,
|
|
14
13
|
className,
|
|
@@ -21,36 +20,36 @@ declare function CommandDialog({
|
|
|
21
20
|
description?: string;
|
|
22
21
|
showCloseButton?: boolean;
|
|
23
22
|
title?: string;
|
|
24
|
-
}):
|
|
23
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
25
24
|
declare function CommandEmpty({
|
|
26
25
|
className,
|
|
27
26
|
...props
|
|
28
|
-
}: React.ComponentProps<typeof Command$1.Empty>):
|
|
27
|
+
}: React.ComponentProps<typeof Command$1.Empty>): react_jsx_runtime0.JSX.Element;
|
|
29
28
|
declare function CommandGroup({
|
|
30
29
|
className,
|
|
31
30
|
...props
|
|
32
|
-
}: React.ComponentProps<typeof Command$1.Group>):
|
|
31
|
+
}: React.ComponentProps<typeof Command$1.Group>): react_jsx_runtime0.JSX.Element;
|
|
33
32
|
declare function CommandInput({
|
|
34
33
|
className,
|
|
35
34
|
...props
|
|
36
|
-
}: React.ComponentProps<typeof Command$1.Input>):
|
|
35
|
+
}: React.ComponentProps<typeof Command$1.Input>): react_jsx_runtime0.JSX.Element;
|
|
37
36
|
declare function CommandItem({
|
|
38
37
|
children,
|
|
39
38
|
className,
|
|
40
39
|
...props
|
|
41
|
-
}: React.ComponentProps<typeof Command$1.Item>):
|
|
40
|
+
}: React.ComponentProps<typeof Command$1.Item>): react_jsx_runtime0.JSX.Element;
|
|
42
41
|
declare function CommandList({
|
|
43
42
|
className,
|
|
44
43
|
...props
|
|
45
|
-
}: React.ComponentProps<typeof Command$1.List>):
|
|
44
|
+
}: React.ComponentProps<typeof Command$1.List>): react_jsx_runtime0.JSX.Element;
|
|
46
45
|
declare function CommandSeparator({
|
|
47
46
|
className,
|
|
48
47
|
...props
|
|
49
|
-
}: React.ComponentProps<typeof Command$1.Separator>):
|
|
48
|
+
}: React.ComponentProps<typeof Command$1.Separator>): react_jsx_runtime0.JSX.Element;
|
|
50
49
|
declare function CommandShortcut({
|
|
51
50
|
className,
|
|
52
51
|
...props
|
|
53
|
-
}: React.ComponentProps<"span">):
|
|
52
|
+
}: React.ComponentProps<"span">): react_jsx_runtime0.JSX.Element;
|
|
54
53
|
//#endregion
|
|
55
54
|
export { Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut };
|
|
56
55
|
//# sourceMappingURL=command.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command.d.ts","names":[],"sources":["../../../src/components/command/command.tsx"],"
|
|
1
|
+
{"version":3,"file":"command.d.ts","names":[],"sources":["../../../src/components/command/command.tsx"],"mappings":";;;;;;iBAgCS,OAAA,CAAA;EAAU,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,QAAsB,SAAA,IAAiB,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAa9E,aAAA,CAAA;EACR,QAAA;EACA,SAAA;EACA,WAAA;EACA,eAAA;EACA,KAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,MAAA;EAC9B,SAAA;EACA,WAAA;EACA,eAAA;EACA,KAAA;AAAA,IACA,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAiBQ,YAAA,CAAA;EACR,SAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,SAAA,CAAiB,KAAA,IAAM,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAU7C,YAAA,CAAA;EACR,SAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,SAAA,CAAiB,KAAA,IAAM,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAa7C,YAAA,CAAA;EACR,SAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,SAAA,CAAiB,KAAA,IAAM,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAoB7C,WAAA,CAAA;EACR,QAAA;EACA,SAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,SAAA,CAAiB,IAAA,IAAK,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAgB5C,WAAA,CAAA;EAAc,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,QAAsB,SAAA,CAAiB,IAAA,IAAK,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAavF,gBAAA,CAAA;EACR,SAAA;EAAA,GACG;AAAA,GACD,KAAA,CAAM,cAAA,QAAsB,SAAA,CAAiB,SAAA,IAAU,kBAAA,CAAA,GAAA,CAAA,OAAA;AAAA,iBAUjD,eAAA,CAAA;EAAkB,SAAA;EAAA,GAAc;AAAA,GAAS,KAAA,CAAM,cAAA,WAAsB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|