@pixpilot/shadcn 0.1.9 → 0.1.11

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.
Files changed (47) hide show
  1. package/dist/components/ui/OrContinueWithSeparator.d.cts +2 -2
  2. package/dist/components/ui/OrContinueWithSeparator.d.ts +2 -2
  3. package/dist/components/ui/alert-dialog.d.cts +12 -12
  4. package/dist/components/ui/alert-dialog.d.ts +12 -12
  5. package/dist/components/ui/alert.d.cts +6 -6
  6. package/dist/components/ui/avatar.d.cts +4 -4
  7. package/dist/components/ui/badge.d.cts +2 -2
  8. package/dist/components/ui/badge.d.ts +2 -2
  9. package/dist/components/ui/button.d.cts +4 -4
  10. package/dist/components/ui/button.d.ts +2 -2
  11. package/dist/components/ui/calendar.d.cts +3 -3
  12. package/dist/components/ui/calendar.d.ts +3 -3
  13. package/dist/components/ui/card.d.cts +8 -8
  14. package/dist/components/ui/card.d.ts +8 -8
  15. package/dist/components/ui/checkbox.d.ts +2 -2
  16. package/dist/components/ui/command.d.ts +10 -10
  17. package/dist/components/ui/dialog.d.ts +11 -11
  18. package/dist/components/ui/dropdown-menu.d.ts +16 -16
  19. package/dist/components/ui/file-upload.d.ts +11 -11
  20. package/dist/components/ui/form.d.cts +7 -7
  21. package/dist/components/ui/form.d.ts +7 -7
  22. package/dist/components/ui/input.d.cts +2 -2
  23. package/dist/components/ui/input.d.ts +2 -2
  24. package/dist/components/ui/label.d.cts +2 -2
  25. package/dist/components/ui/label.d.ts +2 -2
  26. package/dist/components/ui/pagination.d.cts +8 -8
  27. package/dist/components/ui/pagination.d.ts +8 -8
  28. package/dist/components/ui/popover.d.cts +5 -5
  29. package/dist/components/ui/popover.d.ts +5 -5
  30. package/dist/components/ui/radio-group.d.cts +3 -3
  31. package/dist/components/ui/radio-group.d.ts +3 -3
  32. package/dist/components/ui/select.d.cts +11 -11
  33. package/dist/components/ui/select.d.ts +11 -11
  34. package/dist/components/ui/separator.d.cts +2 -2
  35. package/dist/components/ui/shadcn-io/tags/index.d.cts +9 -9
  36. package/dist/components/ui/shadcn-io/tags/index.d.ts +9 -9
  37. package/dist/components/ui/shadcn-io/tags-input-inline/index.d.cts +7 -7
  38. package/dist/components/ui/shadcn-io/tags-input-inline/index.d.ts +7 -7
  39. package/dist/components/ui/sheet.d.cts +9 -9
  40. package/dist/components/ui/slider.d.cts +2 -2
  41. package/dist/components/ui/slider.d.ts +2 -2
  42. package/dist/components/ui/switch.d.cts +2 -2
  43. package/dist/components/ui/switch.d.ts +2 -2
  44. package/dist/components/ui/textarea.d.ts +2 -2
  45. package/dist/components/ui/tooltip.d.ts +5 -5
  46. package/dist/dist/components/ui/button.d.cts +2 -2
  47. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime79 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime80 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/ui/OrContinueWithSeparator.d.ts
4
4
 
@@ -6,6 +6,6 @@ import * as react_jsx_runtime79 from "react/jsx-runtime";
6
6
  * A separator with a label for alternative sign-in methods.
7
7
  * Used in authentication forms to visually separate sections.
8
8
  */
9
- declare function OrContinueWithSeparator(): react_jsx_runtime79.JSX.Element;
9
+ declare function OrContinueWithSeparator(): react_jsx_runtime80.JSX.Element;
10
10
  //#endregion
11
11
  export { OrContinueWithSeparator };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime79 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime69 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/ui/OrContinueWithSeparator.d.ts
4
4
 
@@ -6,6 +6,6 @@ import * as react_jsx_runtime79 from "react/jsx-runtime";
6
6
  * A separator with a label for alternative sign-in methods.
7
7
  * Used in authentication forms to visually separate sections.
8
8
  */
9
- declare function OrContinueWithSeparator(): react_jsx_runtime79.JSX.Element;
9
+ declare function OrContinueWithSeparator(): react_jsx_runtime69.JSX.Element;
10
10
  //#endregion
11
11
  export { OrContinueWithSeparator };
@@ -1,48 +1,48 @@
1
- import * as react_jsx_runtime0 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog";
4
4
 
5
5
  //#region src/components/ui/alert-dialog.d.ts
6
6
  declare function AlertDialog({
7
7
  ...props
8
- }: React.ComponentProps<typeof AlertDialogPrimitive.Root>): react_jsx_runtime0.JSX.Element;
8
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Root>): react_jsx_runtime2.JSX.Element;
9
9
  declare function AlertDialogTrigger({
10
10
  ...props
11
- }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime0.JSX.Element;
11
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime2.JSX.Element;
12
12
  declare function AlertDialogPortal({
13
13
  ...props
14
- }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime0.JSX.Element;
14
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime2.JSX.Element;
15
15
  declare function AlertDialogOverlay({
16
16
  className,
17
17
  ...props
18
- }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime0.JSX.Element;
18
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime2.JSX.Element;
19
19
  declare function AlertDialogContent({
20
20
  className,
21
21
  ...props
22
- }: React.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime0.JSX.Element;
22
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime2.JSX.Element;
23
23
  declare function AlertDialogHeader({
24
24
  className,
25
25
  ...props
26
- }: React.ComponentProps<'div'>): react_jsx_runtime0.JSX.Element;
26
+ }: React.ComponentProps<'div'>): react_jsx_runtime2.JSX.Element;
27
27
  declare function AlertDialogFooter({
28
28
  className,
29
29
  ...props
30
- }: React.ComponentProps<'div'>): react_jsx_runtime0.JSX.Element;
30
+ }: React.ComponentProps<'div'>): react_jsx_runtime2.JSX.Element;
31
31
  declare function AlertDialogTitle({
32
32
  className,
33
33
  ...props
34
- }: React.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime0.JSX.Element;
34
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime2.JSX.Element;
35
35
  declare function AlertDialogDescription({
36
36
  className,
37
37
  ...props
38
- }: React.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime0.JSX.Element;
38
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime2.JSX.Element;
39
39
  declare function AlertDialogAction({
40
40
  className,
41
41
  ...props
42
- }: React.ComponentProps<typeof AlertDialogPrimitive.Action>): react_jsx_runtime0.JSX.Element;
42
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Action>): react_jsx_runtime2.JSX.Element;
43
43
  declare function AlertDialogCancel({
44
44
  className,
45
45
  ...props
46
- }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime0.JSX.Element;
46
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime2.JSX.Element;
47
47
  //#endregion
48
48
  export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
@@ -1,48 +1,48 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime6 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime7 from "react/jsx-runtime";
3
3
  import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog";
4
4
 
5
5
  //#region src/components/ui/alert-dialog.d.ts
6
6
  declare function AlertDialog({
7
7
  ...props
8
- }: React.ComponentProps<typeof AlertDialogPrimitive.Root>): react_jsx_runtime6.JSX.Element;
8
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Root>): react_jsx_runtime7.JSX.Element;
9
9
  declare function AlertDialogTrigger({
10
10
  ...props
11
- }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime6.JSX.Element;
11
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime7.JSX.Element;
12
12
  declare function AlertDialogPortal({
13
13
  ...props
14
- }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime6.JSX.Element;
14
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime7.JSX.Element;
15
15
  declare function AlertDialogOverlay({
16
16
  className,
17
17
  ...props
18
- }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime6.JSX.Element;
18
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime7.JSX.Element;
19
19
  declare function AlertDialogContent({
20
20
  className,
21
21
  ...props
22
- }: React.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime6.JSX.Element;
22
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime7.JSX.Element;
23
23
  declare function AlertDialogHeader({
24
24
  className,
25
25
  ...props
26
- }: React.ComponentProps<'div'>): react_jsx_runtime6.JSX.Element;
26
+ }: React.ComponentProps<'div'>): react_jsx_runtime7.JSX.Element;
27
27
  declare function AlertDialogFooter({
28
28
  className,
29
29
  ...props
30
- }: React.ComponentProps<'div'>): react_jsx_runtime6.JSX.Element;
30
+ }: React.ComponentProps<'div'>): react_jsx_runtime7.JSX.Element;
31
31
  declare function AlertDialogTitle({
32
32
  className,
33
33
  ...props
34
- }: React.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime6.JSX.Element;
34
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime7.JSX.Element;
35
35
  declare function AlertDialogDescription({
36
36
  className,
37
37
  ...props
38
- }: React.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime6.JSX.Element;
38
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime7.JSX.Element;
39
39
  declare function AlertDialogAction({
40
40
  className,
41
41
  ...props
42
- }: React.ComponentProps<typeof AlertDialogPrimitive.Action>): react_jsx_runtime6.JSX.Element;
42
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Action>): react_jsx_runtime7.JSX.Element;
43
43
  declare function AlertDialogCancel({
44
44
  className,
45
45
  ...props
46
- }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime6.JSX.Element;
46
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime7.JSX.Element;
47
47
  //#endregion
48
48
  export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
@@ -1,24 +1,24 @@
1
- import * as class_variance_authority_types1 from "class-variance-authority/types";
2
- import * as react_jsx_runtime24 from "react/jsx-runtime";
1
+ import * as class_variance_authority_types0 from "class-variance-authority/types";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import * as React from "react";
5
5
 
6
6
  //#region src/components/ui/alert.d.ts
7
7
  declare const alertVariants: (props?: ({
8
8
  variant?: "default" | "destructive" | null | undefined;
9
- } & class_variance_authority_types1.ClassProp) | undefined) => string;
9
+ } & class_variance_authority_types0.ClassProp) | undefined) => string;
10
10
  declare function Alert({
11
11
  className,
12
12
  variant,
13
13
  ...props
14
- }: React.ComponentProps<'div'> & VariantProps<typeof alertVariants>): react_jsx_runtime24.JSX.Element;
14
+ }: React.ComponentProps<'div'> & VariantProps<typeof alertVariants>): react_jsx_runtime0.JSX.Element;
15
15
  declare function AlertTitle({
16
16
  className,
17
17
  ...props
18
- }: React.ComponentProps<'div'>): react_jsx_runtime24.JSX.Element;
18
+ }: React.ComponentProps<'div'>): react_jsx_runtime0.JSX.Element;
19
19
  declare function AlertDescription({
20
20
  className,
21
21
  ...props
22
- }: React.ComponentProps<'div'>): react_jsx_runtime24.JSX.Element;
22
+ }: React.ComponentProps<'div'>): react_jsx_runtime0.JSX.Element;
23
23
  //#endregion
24
24
  export { Alert, AlertDescription, AlertTitle };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime18 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime16 from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import * as AvatarPrimitive from "@radix-ui/react-avatar";
4
4
 
@@ -6,14 +6,14 @@ import * as AvatarPrimitive from "@radix-ui/react-avatar";
6
6
  declare function Avatar({
7
7
  className,
8
8
  ...props
9
- }: React.ComponentProps<typeof AvatarPrimitive.Root>): react_jsx_runtime18.JSX.Element;
9
+ }: React.ComponentProps<typeof AvatarPrimitive.Root>): react_jsx_runtime16.JSX.Element;
10
10
  declare function AvatarImage({
11
11
  className,
12
12
  ...props
13
- }: React.ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime18.JSX.Element;
13
+ }: React.ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime16.JSX.Element;
14
14
  declare function AvatarFallback({
15
15
  className,
16
16
  ...props
17
- }: React.ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime18.JSX.Element;
17
+ }: React.ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime16.JSX.Element;
18
18
  //#endregion
19
19
  export { Avatar, AvatarFallback, AvatarImage };
@@ -1,5 +1,5 @@
1
1
  import * as class_variance_authority_types0 from "class-variance-authority/types";
2
- import * as react_jsx_runtime23 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime15 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import * as React from "react";
5
5
 
@@ -14,6 +14,6 @@ declare function Badge({
14
14
  ...props
15
15
  }: React.ComponentProps<'span'> & VariantProps<typeof badgeVariants> & {
16
16
  asChild?: boolean;
17
- }): react_jsx_runtime23.JSX.Element;
17
+ }): react_jsx_runtime15.JSX.Element;
18
18
  //#endregion
19
19
  export { Badge, badgeVariants };
@@ -1,6 +1,6 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime5 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
4
4
  import * as class_variance_authority_types0 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/ui/badge.d.ts
@@ -14,6 +14,6 @@ declare function Badge({
14
14
  ...props
15
15
  }: React.ComponentProps<'span'> & VariantProps<typeof badgeVariants> & {
16
16
  asChild?: boolean;
17
- }): react_jsx_runtime5.JSX.Element;
17
+ }): react_jsx_runtime18.JSX.Element;
18
18
  //#endregion
19
19
  export { Badge, badgeVariants };
@@ -1,5 +1,5 @@
1
- import * as class_variance_authority_types0 from "class-variance-authority/types";
2
- import * as react_jsx_runtime10 from "react/jsx-runtime";
1
+ import * as class_variance_authority_types1 from "class-variance-authority/types";
2
+ import * as react_jsx_runtime19 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import * as React from "react";
5
5
 
@@ -7,7 +7,7 @@ import * as React from "react";
7
7
  declare const buttonVariants: (props?: ({
8
8
  variant?: "default" | "destructive" | "secondary" | "outline" | "ghost" | "link" | null | undefined;
9
9
  size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
10
- } & class_variance_authority_types0.ClassProp) | undefined) => string;
10
+ } & class_variance_authority_types1.ClassProp) | undefined) => string;
11
11
  declare function Button({
12
12
  className,
13
13
  variant,
@@ -16,6 +16,6 @@ declare function Button({
16
16
  ...props
17
17
  }: React.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & {
18
18
  asChild?: boolean;
19
- }): react_jsx_runtime10.JSX.Element;
19
+ }): react_jsx_runtime19.JSX.Element;
20
20
  //#endregion
21
21
  export { Button, buttonVariants };
@@ -1,6 +1,6 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime19 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime45 from "react/jsx-runtime";
4
4
  import * as class_variance_authority_types1 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/ui/button.d.ts
@@ -16,6 +16,6 @@ declare function Button({
16
16
  ...props
17
17
  }: React.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & {
18
18
  asChild?: boolean;
19
- }): react_jsx_runtime19.JSX.Element;
19
+ }): react_jsx_runtime45.JSX.Element;
20
20
  //#endregion
21
21
  export { Button, buttonVariants };
@@ -1,5 +1,5 @@
1
1
  import { Button } from "./button.cjs";
2
- import * as react_jsx_runtime21 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime13 from "react/jsx-runtime";
3
3
  import * as React from "react";
4
4
  import { DayButton, DayPicker } from "react-day-picker";
5
5
 
@@ -15,12 +15,12 @@ declare function Calendar({
15
15
  ...props
16
16
  }: React.ComponentProps<typeof DayPicker> & {
17
17
  buttonVariant?: React.ComponentProps<typeof Button>['variant'];
18
- }): react_jsx_runtime21.JSX.Element;
18
+ }): react_jsx_runtime13.JSX.Element;
19
19
  declare function CalendarDayButton({
20
20
  className,
21
21
  day,
22
22
  modifiers,
23
23
  ...props
24
- }: React.ComponentProps<typeof DayButton>): react_jsx_runtime21.JSX.Element;
24
+ }: React.ComponentProps<typeof DayButton>): react_jsx_runtime13.JSX.Element;
25
25
  //#endregion
26
26
  export { Calendar, CalendarDayButton };
@@ -1,6 +1,6 @@
1
1
  import { Button } from "./button.js";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime17 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
4
4
  import { DayButton, DayPicker } from "react-day-picker";
5
5
 
6
6
  //#region src/components/ui/calendar.d.ts
@@ -15,12 +15,12 @@ declare function Calendar({
15
15
  ...props
16
16
  }: React.ComponentProps<typeof DayPicker> & {
17
17
  buttonVariant?: React.ComponentProps<typeof Button>['variant'];
18
- }): react_jsx_runtime17.JSX.Element;
18
+ }): react_jsx_runtime5.JSX.Element;
19
19
  declare function CalendarDayButton({
20
20
  className,
21
21
  day,
22
22
  modifiers,
23
23
  ...props
24
- }: React.ComponentProps<typeof DayButton>): react_jsx_runtime17.JSX.Element;
24
+ }: React.ComponentProps<typeof DayButton>): react_jsx_runtime5.JSX.Element;
25
25
  //#endregion
26
26
  export { Calendar, CalendarDayButton };
@@ -1,34 +1,34 @@
1
- import * as react_jsx_runtime11 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime20 from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
 
4
4
  //#region src/components/ui/card.d.ts
5
5
  declare function Card({
6
6
  className,
7
7
  ...props
8
- }: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
8
+ }: React.ComponentProps<'div'>): react_jsx_runtime20.JSX.Element;
9
9
  declare function CardHeader({
10
10
  className,
11
11
  ...props
12
- }: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
12
+ }: React.ComponentProps<'div'>): react_jsx_runtime20.JSX.Element;
13
13
  declare function CardTitle({
14
14
  className,
15
15
  ...props
16
- }: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
16
+ }: React.ComponentProps<'div'>): react_jsx_runtime20.JSX.Element;
17
17
  declare function CardDescription({
18
18
  className,
19
19
  ...props
20
- }: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
20
+ }: React.ComponentProps<'div'>): react_jsx_runtime20.JSX.Element;
21
21
  declare function CardAction({
22
22
  className,
23
23
  ...props
24
- }: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
24
+ }: React.ComponentProps<'div'>): react_jsx_runtime20.JSX.Element;
25
25
  declare function CardContent({
26
26
  className,
27
27
  ...props
28
- }: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
28
+ }: React.ComponentProps<'div'>): react_jsx_runtime20.JSX.Element;
29
29
  declare function CardFooter({
30
30
  className,
31
31
  ...props
32
- }: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
32
+ }: React.ComponentProps<'div'>): react_jsx_runtime20.JSX.Element;
33
33
  //#endregion
34
34
  export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };
@@ -1,34 +1,34 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime20 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime29 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ui/card.d.ts
5
5
  declare function Card({
6
6
  className,
7
7
  ...props
8
- }: React.ComponentProps<'div'>): react_jsx_runtime20.JSX.Element;
8
+ }: React.ComponentProps<'div'>): react_jsx_runtime29.JSX.Element;
9
9
  declare function CardHeader({
10
10
  className,
11
11
  ...props
12
- }: React.ComponentProps<'div'>): react_jsx_runtime20.JSX.Element;
12
+ }: React.ComponentProps<'div'>): react_jsx_runtime29.JSX.Element;
13
13
  declare function CardTitle({
14
14
  className,
15
15
  ...props
16
- }: React.ComponentProps<'div'>): react_jsx_runtime20.JSX.Element;
16
+ }: React.ComponentProps<'div'>): react_jsx_runtime29.JSX.Element;
17
17
  declare function CardDescription({
18
18
  className,
19
19
  ...props
20
- }: React.ComponentProps<'div'>): react_jsx_runtime20.JSX.Element;
20
+ }: React.ComponentProps<'div'>): react_jsx_runtime29.JSX.Element;
21
21
  declare function CardAction({
22
22
  className,
23
23
  ...props
24
- }: React.ComponentProps<'div'>): react_jsx_runtime20.JSX.Element;
24
+ }: React.ComponentProps<'div'>): react_jsx_runtime29.JSX.Element;
25
25
  declare function CardContent({
26
26
  className,
27
27
  ...props
28
- }: React.ComponentProps<'div'>): react_jsx_runtime20.JSX.Element;
28
+ }: React.ComponentProps<'div'>): react_jsx_runtime29.JSX.Element;
29
29
  declare function CardFooter({
30
30
  className,
31
31
  ...props
32
- }: React.ComponentProps<'div'>): react_jsx_runtime20.JSX.Element;
32
+ }: React.ComponentProps<'div'>): react_jsx_runtime29.JSX.Element;
33
33
  //#endregion
34
34
  export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };
@@ -1,11 +1,11 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime27 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime70 from "react/jsx-runtime";
3
3
  import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
4
4
 
5
5
  //#region src/components/ui/checkbox.d.ts
6
6
  declare function Checkbox({
7
7
  className,
8
8
  ...props
9
- }: React.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime27.JSX.Element;
9
+ }: React.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime70.JSX.Element;
10
10
  //#endregion
11
11
  export { Checkbox };
@@ -1,13 +1,13 @@
1
1
  import { Dialog } from "./dialog.js";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime28 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime36 from "react/jsx-runtime";
4
4
  import { Command } from "cmdk";
5
5
 
6
6
  //#region src/components/ui/command.d.ts
7
7
  declare function Command$1({
8
8
  className,
9
9
  ...props
10
- }: React.ComponentProps<typeof Command>): react_jsx_runtime28.JSX.Element;
10
+ }: React.ComponentProps<typeof Command>): react_jsx_runtime36.JSX.Element;
11
11
  declare function CommandDialog({
12
12
  title,
13
13
  description,
@@ -20,33 +20,33 @@ declare function CommandDialog({
20
20
  description?: string;
21
21
  className?: string;
22
22
  showCloseButton?: boolean;
23
- }): react_jsx_runtime28.JSX.Element;
23
+ }): react_jsx_runtime36.JSX.Element;
24
24
  declare function CommandInput({
25
25
  className,
26
26
  ...props
27
- }: React.ComponentProps<typeof Command.Input>): react_jsx_runtime28.JSX.Element;
27
+ }: React.ComponentProps<typeof Command.Input>): react_jsx_runtime36.JSX.Element;
28
28
  declare function CommandList({
29
29
  className,
30
30
  ...props
31
- }: React.ComponentProps<typeof Command.List>): react_jsx_runtime28.JSX.Element;
31
+ }: React.ComponentProps<typeof Command.List>): react_jsx_runtime36.JSX.Element;
32
32
  declare function CommandEmpty({
33
33
  ...props
34
- }: React.ComponentProps<typeof Command.Empty>): react_jsx_runtime28.JSX.Element;
34
+ }: React.ComponentProps<typeof Command.Empty>): react_jsx_runtime36.JSX.Element;
35
35
  declare function CommandGroup({
36
36
  className,
37
37
  ...props
38
- }: React.ComponentProps<typeof Command.Group>): react_jsx_runtime28.JSX.Element;
38
+ }: React.ComponentProps<typeof Command.Group>): react_jsx_runtime36.JSX.Element;
39
39
  declare function CommandSeparator({
40
40
  className,
41
41
  ...props
42
- }: React.ComponentProps<typeof Command.Separator>): react_jsx_runtime28.JSX.Element;
42
+ }: React.ComponentProps<typeof Command.Separator>): react_jsx_runtime36.JSX.Element;
43
43
  declare function CommandItem({
44
44
  className,
45
45
  ...props
46
- }: React.ComponentProps<typeof Command.Item>): react_jsx_runtime28.JSX.Element;
46
+ }: React.ComponentProps<typeof Command.Item>): react_jsx_runtime36.JSX.Element;
47
47
  declare function CommandShortcut({
48
48
  className,
49
49
  ...props
50
- }: React.ComponentProps<'span'>): react_jsx_runtime28.JSX.Element;
50
+ }: React.ComponentProps<'span'>): react_jsx_runtime36.JSX.Element;
51
51
  //#endregion
52
52
  export { Command$1 as Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut };
@@ -1,24 +1,24 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime37 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime19 from "react/jsx-runtime";
3
3
  import * as DialogPrimitive from "@radix-ui/react-dialog";
4
4
 
5
5
  //#region src/components/ui/dialog.d.ts
6
6
  declare function Dialog({
7
7
  ...props
8
- }: React.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime37.JSX.Element;
8
+ }: React.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime19.JSX.Element;
9
9
  declare function DialogTrigger({
10
10
  ...props
11
- }: React.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime37.JSX.Element;
11
+ }: React.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime19.JSX.Element;
12
12
  declare function DialogPortal({
13
13
  ...props
14
- }: React.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime37.JSX.Element;
14
+ }: React.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime19.JSX.Element;
15
15
  declare function DialogClose({
16
16
  ...props
17
- }: React.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime37.JSX.Element;
17
+ }: React.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime19.JSX.Element;
18
18
  declare function DialogOverlay({
19
19
  className,
20
20
  ...props
21
- }: React.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime37.JSX.Element;
21
+ }: React.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime19.JSX.Element;
22
22
  declare function DialogContent({
23
23
  className,
24
24
  children,
@@ -26,22 +26,22 @@ declare function DialogContent({
26
26
  ...props
27
27
  }: React.ComponentProps<typeof DialogPrimitive.Content> & {
28
28
  showCloseButton?: boolean;
29
- }): react_jsx_runtime37.JSX.Element;
29
+ }): react_jsx_runtime19.JSX.Element;
30
30
  declare function DialogHeader({
31
31
  className,
32
32
  ...props
33
- }: React.ComponentProps<'div'>): react_jsx_runtime37.JSX.Element;
33
+ }: React.ComponentProps<'div'>): react_jsx_runtime19.JSX.Element;
34
34
  declare function DialogFooter({
35
35
  className,
36
36
  ...props
37
- }: React.ComponentProps<'div'>): react_jsx_runtime37.JSX.Element;
37
+ }: React.ComponentProps<'div'>): react_jsx_runtime19.JSX.Element;
38
38
  declare function DialogTitle({
39
39
  className,
40
40
  ...props
41
- }: React.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime37.JSX.Element;
41
+ }: React.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime19.JSX.Element;
42
42
  declare function DialogDescription({
43
43
  className,
44
44
  ...props
45
- }: React.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime37.JSX.Element;
45
+ }: React.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime19.JSX.Element;
46
46
  //#endregion
47
47
  export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger };
@@ -1,25 +1,25 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime63 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime46 from "react/jsx-runtime";
3
3
  import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
4
4
 
5
5
  //#region src/components/ui/dropdown-menu.d.ts
6
6
  declare function DropdownMenu({
7
7
  ...props
8
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>): react_jsx_runtime63.JSX.Element;
8
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>): react_jsx_runtime46.JSX.Element;
9
9
  declare function DropdownMenuPortal({
10
10
  ...props
11
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime63.JSX.Element;
11
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime46.JSX.Element;
12
12
  declare function DropdownMenuTrigger({
13
13
  ...props
14
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime63.JSX.Element;
14
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime46.JSX.Element;
15
15
  declare function DropdownMenuContent({
16
16
  className,
17
17
  sideOffset,
18
18
  ...props
19
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime63.JSX.Element;
19
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime46.JSX.Element;
20
20
  declare function DropdownMenuGroup({
21
21
  ...props
22
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime63.JSX.Element;
22
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime46.JSX.Element;
23
23
  declare function DropdownMenuItem({
24
24
  className,
25
25
  inset,
@@ -28,39 +28,39 @@ declare function DropdownMenuItem({
28
28
  }: React.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
29
29
  inset?: boolean;
30
30
  variant?: 'default' | 'destructive';
31
- }): react_jsx_runtime63.JSX.Element;
31
+ }): react_jsx_runtime46.JSX.Element;
32
32
  declare function DropdownMenuCheckboxItem({
33
33
  className,
34
34
  children,
35
35
  checked,
36
36
  ...props
37
- }: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): react_jsx_runtime63.JSX.Element;
37
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): react_jsx_runtime46.JSX.Element;
38
38
  declare function DropdownMenuRadioGroup({
39
39
  ...props
40
- }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime63.JSX.Element;
40
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime46.JSX.Element;
41
41
  declare function DropdownMenuRadioItem({
42
42
  className,
43
43
  children,
44
44
  ...props
45
- }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime63.JSX.Element;
45
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime46.JSX.Element;
46
46
  declare function DropdownMenuLabel({
47
47
  className,
48
48
  inset,
49
49
  ...props
50
50
  }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
51
51
  inset?: boolean;
52
- }): react_jsx_runtime63.JSX.Element;
52
+ }): react_jsx_runtime46.JSX.Element;
53
53
  declare function DropdownMenuSeparator({
54
54
  className,
55
55
  ...props
56
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime63.JSX.Element;
56
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime46.JSX.Element;
57
57
  declare function DropdownMenuShortcut({
58
58
  className,
59
59
  ...props
60
- }: React.ComponentProps<'span'>): react_jsx_runtime63.JSX.Element;
60
+ }: React.ComponentProps<'span'>): react_jsx_runtime46.JSX.Element;
61
61
  declare function DropdownMenuSub({
62
62
  ...props
63
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime63.JSX.Element;
63
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime46.JSX.Element;
64
64
  declare function DropdownMenuSubTrigger({
65
65
  className,
66
66
  inset,
@@ -68,10 +68,10 @@ declare function DropdownMenuSubTrigger({
68
68
  ...props
69
69
  }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
70
70
  inset?: boolean;
71
- }): react_jsx_runtime63.JSX.Element;
71
+ }): react_jsx_runtime46.JSX.Element;
72
72
  declare function DropdownMenuSubContent({
73
73
  className,
74
74
  ...props
75
- }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime63.JSX.Element;
75
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime46.JSX.Element;
76
76
  //#endregion
77
77
  export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger };