@pixpilot/shadcn 2.3.0 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1 @@
1
- # @internal/ui
2
-
3
- ## Usage Add usage instructions here.
1
+ # @pixpilot/ui
@@ -1,48 +1,48 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime12 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime8 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_runtime12.JSX.Element;
8
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Root>): react_jsx_runtime8.JSX.Element;
9
9
  declare function AlertDialogTrigger({
10
10
  ...props
11
- }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime12.JSX.Element;
11
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime8.JSX.Element;
12
12
  declare function AlertDialogPortal({
13
13
  ...props
14
- }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime12.JSX.Element;
14
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime8.JSX.Element;
15
15
  declare function AlertDialogOverlay({
16
16
  className,
17
17
  ...props
18
- }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime12.JSX.Element;
18
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime8.JSX.Element;
19
19
  declare function AlertDialogContent({
20
20
  className,
21
21
  ...props
22
- }: React.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime12.JSX.Element;
22
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime8.JSX.Element;
23
23
  declare function AlertDialogHeader({
24
24
  className,
25
25
  ...props
26
- }: React.ComponentProps<'div'>): react_jsx_runtime12.JSX.Element;
26
+ }: React.ComponentProps<'div'>): react_jsx_runtime8.JSX.Element;
27
27
  declare function AlertDialogFooter({
28
28
  className,
29
29
  ...props
30
- }: React.ComponentProps<'div'>): react_jsx_runtime12.JSX.Element;
30
+ }: React.ComponentProps<'div'>): react_jsx_runtime8.JSX.Element;
31
31
  declare function AlertDialogTitle({
32
32
  className,
33
33
  ...props
34
- }: React.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime12.JSX.Element;
34
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime8.JSX.Element;
35
35
  declare function AlertDialogDescription({
36
36
  className,
37
37
  ...props
38
- }: React.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime12.JSX.Element;
38
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime8.JSX.Element;
39
39
  declare function AlertDialogAction({
40
40
  className,
41
41
  ...props
42
- }: React.ComponentProps<typeof AlertDialogPrimitive.Action>): react_jsx_runtime12.JSX.Element;
42
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Action>): react_jsx_runtime8.JSX.Element;
43
43
  declare function AlertDialogCancel({
44
44
  className,
45
45
  ...props
46
- }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime12.JSX.Element;
46
+ }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime8.JSX.Element;
47
47
  //#endregion
48
48
  export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
@@ -1,6 +1,6 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime9 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime5 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/alert.d.ts
@@ -11,14 +11,14 @@ declare function Alert({
11
11
  className,
12
12
  variant,
13
13
  ...props
14
- }: React.ComponentProps<'div'> & VariantProps<typeof alertVariants>): react_jsx_runtime9.JSX.Element;
14
+ }: React.ComponentProps<'div'> & VariantProps<typeof alertVariants>): react_jsx_runtime5.JSX.Element;
15
15
  declare function AlertTitle({
16
16
  className,
17
17
  ...props
18
- }: React.ComponentProps<'div'>): react_jsx_runtime9.JSX.Element;
18
+ }: React.ComponentProps<'div'>): react_jsx_runtime5.JSX.Element;
19
19
  declare function AlertDescription({
20
20
  className,
21
21
  ...props
22
- }: React.ComponentProps<'div'>): react_jsx_runtime9.JSX.Element;
22
+ }: React.ComponentProps<'div'>): react_jsx_runtime5.JSX.Element;
23
23
  //#endregion
24
24
  export { Alert, AlertDescription, AlertTitle };
@@ -1,19 +1,19 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime23 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime19 from "react/jsx-runtime";
3
3
  import * as AvatarPrimitive from "@radix-ui/react-avatar";
4
4
 
5
5
  //#region src/components/ui/avatar.d.ts
6
6
  declare function Avatar({
7
7
  className,
8
8
  ...props
9
- }: React.ComponentProps<typeof AvatarPrimitive.Root>): react_jsx_runtime23.JSX.Element;
9
+ }: React.ComponentProps<typeof AvatarPrimitive.Root>): react_jsx_runtime19.JSX.Element;
10
10
  declare function AvatarImage({
11
11
  className,
12
12
  ...props
13
- }: React.ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime23.JSX.Element;
13
+ }: React.ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime19.JSX.Element;
14
14
  declare function AvatarFallback({
15
15
  className,
16
16
  ...props
17
- }: React.ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime23.JSX.Element;
17
+ }: React.ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime19.JSX.Element;
18
18
  //#endregion
19
19
  export { Avatar, AvatarFallback, AvatarImage };
@@ -1,6 +1,6 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime26 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime22 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_runtime26.JSX.Element;
17
+ }): react_jsx_runtime22.JSX.Element;
18
18
  //#endregion
19
19
  export { Badge, badgeVariants };
@@ -1,6 +1,6 @@
1
1
  import { Separator } from "./separator.js";
2
2
  import { VariantProps } from "class-variance-authority";
3
- import * as react_jsx_runtime28 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime24 from "react/jsx-runtime";
4
4
  import * as class_variance_authority_types2 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/ui/button-group.d.ts
@@ -11,18 +11,18 @@ declare function ButtonGroup({
11
11
  className,
12
12
  orientation,
13
13
  ...props
14
- }: React.ComponentProps<'div'> & VariantProps<typeof buttonGroupVariants>): react_jsx_runtime28.JSX.Element;
14
+ }: React.ComponentProps<'div'> & VariantProps<typeof buttonGroupVariants>): react_jsx_runtime24.JSX.Element;
15
15
  declare function ButtonGroupText({
16
16
  className,
17
17
  asChild,
18
18
  ...props
19
19
  }: React.ComponentProps<'div'> & {
20
20
  asChild?: boolean;
21
- }): react_jsx_runtime28.JSX.Element;
21
+ }): react_jsx_runtime24.JSX.Element;
22
22
  declare function ButtonGroupSeparator({
23
23
  className,
24
24
  orientation,
25
25
  ...props
26
- }: React.ComponentProps<typeof Separator>): react_jsx_runtime28.JSX.Element;
26
+ }: React.ComponentProps<typeof Separator>): react_jsx_runtime24.JSX.Element;
27
27
  //#endregion
28
28
  export { ButtonGroup, ButtonGroupSeparator, ButtonGroupText, buttonGroupVariants };
@@ -1,6 +1,6 @@
1
1
  import { VariantProps } from "class-variance-authority";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime27 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime23 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_runtime27.JSX.Element;
19
+ }): react_jsx_runtime23.JSX.Element;
20
20
  //#endregion
21
21
  export { Button, buttonVariants };
@@ -1,6 +1,6 @@
1
1
  import { Button } from "./button.js";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime31 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime27 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_runtime31.JSX.Element;
18
+ }): react_jsx_runtime27.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_runtime31.JSX.Element;
24
+ }: React.ComponentProps<typeof DayButton>): react_jsx_runtime27.JSX.Element;
25
25
  //#endregion
26
26
  export { Calendar, CalendarDayButton };
@@ -1,34 +1,34 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime33 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_runtime33.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_runtime33.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_runtime33.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_runtime33.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_runtime33.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_runtime33.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_runtime33.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_runtime40 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime36 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_runtime40.JSX.Element;
9
+ }: React.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime36.JSX.Element;
10
10
  //#endregion
11
11
  export { Checkbox };
@@ -4,7 +4,7 @@ import { Popover, PopoverContent, PopoverTrigger } from "./popover.js";
4
4
  import { Select, SelectTrigger } from "./select.js";
5
5
  import { VariantProps } from "class-variance-authority";
6
6
  import * as React from "react";
7
- import * as react_jsx_runtime41 from "react/jsx-runtime";
7
+ import * as react_jsx_runtime37 from "react/jsx-runtime";
8
8
  import * as SliderPrimitive from "@radix-ui/react-slider";
9
9
 
10
10
  //#region src/components/ui/color-picker.d.ts
@@ -67,30 +67,30 @@ interface ColorPickerProps extends Omit<DivProps, 'onValueChange'>, Pick<React.C
67
67
  readOnly?: boolean;
68
68
  required?: boolean;
69
69
  }
70
- declare function ColorPicker(props: ColorPickerProps): react_jsx_runtime41.JSX.Element;
70
+ declare function ColorPicker(props: ColorPickerProps): react_jsx_runtime37.JSX.Element;
71
71
  declare function ColorPickerTrigger({
72
72
  variant,
73
73
  ...props
74
74
  }: React.ComponentProps<typeof PopoverTrigger> & {
75
75
  variant?: VariantProps<typeof buttonVariants>['variant'];
76
- }): react_jsx_runtime41.JSX.Element;
77
- declare function ColorPickerContent(props: React.ComponentProps<typeof PopoverContent>): react_jsx_runtime41.JSX.Element;
78
- declare function ColorPickerArea(props: DivProps): react_jsx_runtime41.JSX.Element;
79
- declare function ColorPickerHueSlider(props: React.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime41.JSX.Element;
80
- declare function ColorPickerAlphaSlider(props: React.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime41.JSX.Element;
76
+ }): react_jsx_runtime37.JSX.Element;
77
+ declare function ColorPickerContent(props: React.ComponentProps<typeof PopoverContent>): react_jsx_runtime37.JSX.Element;
78
+ declare function ColorPickerArea(props: DivProps): react_jsx_runtime37.JSX.Element;
79
+ declare function ColorPickerHueSlider(props: React.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime37.JSX.Element;
80
+ declare function ColorPickerAlphaSlider(props: React.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime37.JSX.Element;
81
81
  interface ColorPickerSwatchProps extends Omit<DivProps, 'color'> {
82
82
  color?: string;
83
83
  }
84
- declare function ColorPickerSwatch(props: ColorPickerSwatchProps): react_jsx_runtime41.JSX.Element;
85
- declare function ColorPickerEyeDropper(props: React.ComponentProps<typeof Button>): react_jsx_runtime41.JSX.Element | null;
84
+ declare function ColorPickerSwatch(props: ColorPickerSwatchProps): react_jsx_runtime37.JSX.Element;
85
+ declare function ColorPickerEyeDropper(props: React.ComponentProps<typeof Button>): react_jsx_runtime37.JSX.Element | null;
86
86
  interface ColorPickerFormatSelectProps extends Omit<React.ComponentProps<typeof Select>, 'value' | 'onValueChange'>, Pick<React.ComponentProps<typeof SelectTrigger>, 'size' | 'className'> {
87
87
  id?: string;
88
88
  }
89
- declare function ColorPickerFormatSelect(props: ColorPickerFormatSelectProps): react_jsx_runtime41.JSX.Element;
89
+ declare function ColorPickerFormatSelect(props: ColorPickerFormatSelectProps): react_jsx_runtime37.JSX.Element;
90
90
  interface ColorPickerInputProps extends Omit<React.ComponentProps<typeof Input>, 'value' | 'onChange' | 'color'> {
91
91
  withoutAlpha?: boolean;
92
92
  }
93
- declare function ColorPickerInput(props: ColorPickerInputProps): react_jsx_runtime41.JSX.Element | undefined;
93
+ declare function ColorPickerInput(props: ColorPickerInputProps): react_jsx_runtime37.JSX.Element | undefined;
94
94
  declare const colorUtils: {
95
95
  colorToString: typeof colorToString;
96
96
  parseColorString: typeof parseColorString;
@@ -1,13 +1,13 @@
1
1
  import { Dialog } from "./dialog.js";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime51 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime47 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_runtime51.JSX.Element;
10
+ }: React.ComponentProps<typeof Command>): react_jsx_runtime47.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_runtime51.JSX.Element;
23
+ }): react_jsx_runtime47.JSX.Element;
24
24
  declare function CommandInput({
25
25
  className,
26
26
  ...props
27
- }: React.ComponentProps<typeof Command.Input>): react_jsx_runtime51.JSX.Element;
27
+ }: React.ComponentProps<typeof Command.Input>): react_jsx_runtime47.JSX.Element;
28
28
  declare function CommandList({
29
29
  className,
30
30
  ...props
31
- }: React.ComponentProps<typeof Command.List>): react_jsx_runtime51.JSX.Element;
31
+ }: React.ComponentProps<typeof Command.List>): react_jsx_runtime47.JSX.Element;
32
32
  declare function CommandEmpty({
33
33
  ...props
34
- }: React.ComponentProps<typeof Command.Empty>): react_jsx_runtime51.JSX.Element;
34
+ }: React.ComponentProps<typeof Command.Empty>): react_jsx_runtime47.JSX.Element;
35
35
  declare function CommandGroup({
36
36
  className,
37
37
  ...props
38
- }: React.ComponentProps<typeof Command.Group>): react_jsx_runtime51.JSX.Element;
38
+ }: React.ComponentProps<typeof Command.Group>): react_jsx_runtime47.JSX.Element;
39
39
  declare function CommandSeparator({
40
40
  className,
41
41
  ...props
42
- }: React.ComponentProps<typeof Command.Separator>): react_jsx_runtime51.JSX.Element;
42
+ }: React.ComponentProps<typeof Command.Separator>): react_jsx_runtime47.JSX.Element;
43
43
  declare function CommandItem({
44
44
  className,
45
45
  ...props
46
- }: React.ComponentProps<typeof Command.Item>): react_jsx_runtime51.JSX.Element;
46
+ }: React.ComponentProps<typeof Command.Item>): react_jsx_runtime47.JSX.Element;
47
47
  declare function CommandShortcut({
48
48
  className,
49
49
  ...props
50
- }: React.ComponentProps<'span'>): react_jsx_runtime51.JSX.Element;
50
+ }: React.ComponentProps<'span'>): react_jsx_runtime47.JSX.Element;
51
51
  //#endregion
52
52
  export { Command$1 as Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut };
@@ -1,26 +1,26 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime60 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime56 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
  modal,
8
8
  ...props
9
- }: React.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime60.JSX.Element;
9
+ }: React.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime56.JSX.Element;
10
10
  declare function DialogTrigger({
11
11
  ...props
12
- }: React.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime60.JSX.Element;
12
+ }: React.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime56.JSX.Element;
13
13
  declare function DialogPortal({
14
14
  container,
15
15
  ...props
16
- }: React.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime60.JSX.Element;
16
+ }: React.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime56.JSX.Element;
17
17
  declare function DialogClose({
18
18
  ...props
19
- }: React.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime60.JSX.Element;
19
+ }: React.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime56.JSX.Element;
20
20
  declare function DialogOverlay({
21
21
  className,
22
22
  ...props
23
- }: React.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime60.JSX.Element;
23
+ }: React.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime56.JSX.Element;
24
24
  declare function DialogContent({
25
25
  className,
26
26
  children,
@@ -33,22 +33,22 @@ declare function DialogContent({
33
33
  showCloseButton?: boolean;
34
34
  disableOutsideClick?: boolean;
35
35
  container?: HTMLElement | null;
36
- }): react_jsx_runtime60.JSX.Element;
36
+ }): react_jsx_runtime56.JSX.Element;
37
37
  declare function DialogHeader({
38
38
  className,
39
39
  ...props
40
- }: React.ComponentProps<'div'>): react_jsx_runtime60.JSX.Element;
40
+ }: React.ComponentProps<'div'>): react_jsx_runtime56.JSX.Element;
41
41
  declare function DialogFooter({
42
42
  className,
43
43
  ...props
44
- }: React.ComponentProps<'div'>): react_jsx_runtime60.JSX.Element;
44
+ }: React.ComponentProps<'div'>): react_jsx_runtime56.JSX.Element;
45
45
  declare function DialogTitle({
46
46
  className,
47
47
  ...props
48
- }: React.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime60.JSX.Element;
48
+ }: React.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime56.JSX.Element;
49
49
  declare function DialogDescription({
50
50
  className,
51
51
  ...props
52
- }: React.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime60.JSX.Element;
52
+ }: React.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime56.JSX.Element;
53
53
  //#endregion
54
54
  export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger };
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime70 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime66 from "react/jsx-runtime";
3
3
  import { Drawer } from "vaul";
4
4
 
5
5
  //#region src/components/ui/drawer.d.ts
@@ -15,41 +15,41 @@ import { Drawer } from "vaul";
15
15
  declare function Drawer$1({
16
16
  direction,
17
17
  ...props
18
- }: React.ComponentProps<typeof Drawer.Root>): react_jsx_runtime70.JSX.Element;
18
+ }: React.ComponentProps<typeof Drawer.Root>): react_jsx_runtime66.JSX.Element;
19
19
  declare function DrawerTrigger({
20
20
  ...props
21
- }: React.ComponentProps<typeof Drawer.Trigger>): react_jsx_runtime70.JSX.Element;
21
+ }: React.ComponentProps<typeof Drawer.Trigger>): react_jsx_runtime66.JSX.Element;
22
22
  declare function DrawerPortal({
23
23
  container,
24
24
  ...props
25
- }: React.ComponentProps<typeof Drawer.Portal>): react_jsx_runtime70.JSX.Element;
25
+ }: React.ComponentProps<typeof Drawer.Portal>): react_jsx_runtime66.JSX.Element;
26
26
  declare function DrawerClose({
27
27
  ...props
28
- }: React.ComponentProps<typeof Drawer.Close>): react_jsx_runtime70.JSX.Element;
28
+ }: React.ComponentProps<typeof Drawer.Close>): react_jsx_runtime66.JSX.Element;
29
29
  declare function DrawerOverlay({
30
30
  className,
31
31
  ...props
32
- }: React.ComponentProps<typeof Drawer.Overlay>): react_jsx_runtime70.JSX.Element;
32
+ }: React.ComponentProps<typeof Drawer.Overlay>): react_jsx_runtime66.JSX.Element;
33
33
  declare function DrawerContent({
34
34
  className,
35
35
  children,
36
36
  ...props
37
- }: React.ComponentProps<typeof Drawer.Content>): react_jsx_runtime70.JSX.Element;
37
+ }: React.ComponentProps<typeof Drawer.Content>): react_jsx_runtime66.JSX.Element;
38
38
  declare function DrawerHeader({
39
39
  className,
40
40
  ...props
41
- }: React.ComponentProps<'div'>): react_jsx_runtime70.JSX.Element;
41
+ }: React.ComponentProps<'div'>): react_jsx_runtime66.JSX.Element;
42
42
  declare function DrawerFooter({
43
43
  className,
44
44
  ...props
45
- }: React.ComponentProps<'div'>): react_jsx_runtime70.JSX.Element;
45
+ }: React.ComponentProps<'div'>): react_jsx_runtime66.JSX.Element;
46
46
  declare function DrawerTitle({
47
47
  className,
48
48
  ...props
49
- }: React.ComponentProps<typeof Drawer.Title>): react_jsx_runtime70.JSX.Element;
49
+ }: React.ComponentProps<typeof Drawer.Title>): react_jsx_runtime66.JSX.Element;
50
50
  declare function DrawerDescription({
51
51
  className,
52
52
  ...props
53
- }: React.ComponentProps<typeof Drawer.Description>): react_jsx_runtime70.JSX.Element;
53
+ }: React.ComponentProps<typeof Drawer.Description>): react_jsx_runtime66.JSX.Element;
54
54
  //#endregion
55
55
  export { Drawer$1 as Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger };
@@ -1,25 +1,25 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime80 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime76 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_runtime80.JSX.Element;
8
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>): react_jsx_runtime76.JSX.Element;
9
9
  declare function DropdownMenuPortal({
10
10
  ...props
11
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime80.JSX.Element;
11
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime76.JSX.Element;
12
12
  declare function DropdownMenuTrigger({
13
13
  ...props
14
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime80.JSX.Element;
14
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime76.JSX.Element;
15
15
  declare function DropdownMenuContent({
16
16
  className,
17
17
  sideOffset,
18
18
  ...props
19
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime80.JSX.Element;
19
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime76.JSX.Element;
20
20
  declare function DropdownMenuGroup({
21
21
  ...props
22
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime80.JSX.Element;
22
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime76.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_runtime80.JSX.Element;
31
+ }): react_jsx_runtime76.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_runtime80.JSX.Element;
37
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): react_jsx_runtime76.JSX.Element;
38
38
  declare function DropdownMenuRadioGroup({
39
39
  ...props
40
- }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime80.JSX.Element;
40
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime76.JSX.Element;
41
41
  declare function DropdownMenuRadioItem({
42
42
  className,
43
43
  children,
44
44
  ...props
45
- }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime80.JSX.Element;
45
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime76.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_runtime80.JSX.Element;
52
+ }): react_jsx_runtime76.JSX.Element;
53
53
  declare function DropdownMenuSeparator({
54
54
  className,
55
55
  ...props
56
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime80.JSX.Element;
56
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime76.JSX.Element;
57
57
  declare function DropdownMenuShortcut({
58
58
  className,
59
59
  ...props
60
- }: React.ComponentProps<'span'>): react_jsx_runtime80.JSX.Element;
60
+ }: React.ComponentProps<'span'>): react_jsx_runtime76.JSX.Element;
61
61
  declare function DropdownMenuSub({
62
62
  ...props
63
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime80.JSX.Element;
63
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime76.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_runtime80.JSX.Element;
71
+ }): react_jsx_runtime76.JSX.Element;
72
72
  declare function DropdownMenuSubContent({
73
73
  className,
74
74
  ...props
75
- }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime80.JSX.Element;
75
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime76.JSX.Element;
76
76
  //#endregion
77
77
  export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger };
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime95 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime91 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ui/file-upload.d.ts
5
5
  type Direction = 'ltr' | 'rtl';
@@ -52,36 +52,36 @@ interface FileUploadRootProps extends Omit<React.ComponentProps<'div'>, 'default
52
52
  multiple?: boolean;
53
53
  required?: boolean;
54
54
  }
55
- declare function FileUploadRoot(props: FileUploadRootProps): react_jsx_runtime95.JSX.Element;
55
+ declare function FileUploadRoot(props: FileUploadRootProps): react_jsx_runtime91.JSX.Element;
56
56
  interface FileUploadDropzoneProps extends React.ComponentProps<'div'> {
57
57
  asChild?: boolean;
58
58
  }
59
- declare function FileUploadDropzone(props: FileUploadDropzoneProps): react_jsx_runtime95.JSX.Element;
59
+ declare function FileUploadDropzone(props: FileUploadDropzoneProps): react_jsx_runtime91.JSX.Element;
60
60
  interface FileUploadTriggerProps extends React.ComponentProps<'button'> {
61
61
  asChild?: boolean;
62
62
  }
63
- declare function FileUploadTrigger(props: FileUploadTriggerProps): react_jsx_runtime95.JSX.Element;
63
+ declare function FileUploadTrigger(props: FileUploadTriggerProps): react_jsx_runtime91.JSX.Element;
64
64
  interface FileUploadListProps extends React.ComponentProps<'div'> {
65
65
  orientation?: 'horizontal' | 'vertical';
66
66
  asChild?: boolean;
67
67
  forceMount?: boolean;
68
68
  }
69
- declare function FileUploadList(props: FileUploadListProps): react_jsx_runtime95.JSX.Element | null;
69
+ declare function FileUploadList(props: FileUploadListProps): react_jsx_runtime91.JSX.Element | null;
70
70
  interface FileUploadItemProps extends React.ComponentProps<'div'> {
71
71
  value: File;
72
72
  asChild?: boolean;
73
73
  }
74
- declare function FileUploadItem(props: FileUploadItemProps): react_jsx_runtime95.JSX.Element | null;
74
+ declare function FileUploadItem(props: FileUploadItemProps): react_jsx_runtime91.JSX.Element | null;
75
75
  interface FileUploadItemPreviewProps extends React.ComponentProps<'div'> {
76
76
  render?: (file: File, fallback: () => React.ReactNode) => React.ReactNode;
77
77
  asChild?: boolean;
78
78
  }
79
- declare function FileUploadItemPreview(props: FileUploadItemPreviewProps): react_jsx_runtime95.JSX.Element | null;
79
+ declare function FileUploadItemPreview(props: FileUploadItemPreviewProps): react_jsx_runtime91.JSX.Element | null;
80
80
  interface FileUploadItemMetadataProps extends React.ComponentProps<'div'> {
81
81
  asChild?: boolean;
82
82
  size?: 'default' | 'sm';
83
83
  }
84
- declare function FileUploadItemMetadata(props: FileUploadItemMetadataProps): react_jsx_runtime95.JSX.Element | null;
84
+ declare function FileUploadItemMetadata(props: FileUploadItemMetadataProps): react_jsx_runtime91.JSX.Element | null;
85
85
  interface FileUploadItemProgressProps extends React.ComponentProps<'div'> {
86
86
  variant?: 'linear' | 'circular' | 'fill';
87
87
  size?: number;
@@ -89,15 +89,15 @@ interface FileUploadItemProgressProps extends React.ComponentProps<'div'> {
89
89
  asChild?: boolean;
90
90
  forceMount?: boolean;
91
91
  }
92
- declare function FileUploadItemProgress(props: FileUploadItemProgressProps): react_jsx_runtime95.JSX.Element | null;
92
+ declare function FileUploadItemProgress(props: FileUploadItemProgressProps): react_jsx_runtime91.JSX.Element | null;
93
93
  interface FileUploadItemDeleteProps extends React.ComponentProps<'button'> {
94
94
  asChild?: boolean;
95
95
  }
96
- declare function FileUploadItemDelete(props: FileUploadItemDeleteProps): react_jsx_runtime95.JSX.Element | null;
96
+ declare function FileUploadItemDelete(props: FileUploadItemDeleteProps): react_jsx_runtime91.JSX.Element | null;
97
97
  interface FileUploadClearProps extends React.ComponentProps<'button'> {
98
98
  forceMount?: boolean;
99
99
  asChild?: boolean;
100
100
  }
101
- declare function FileUploadClear(props: FileUploadClearProps): react_jsx_runtime95.JSX.Element | null;
101
+ declare function FileUploadClear(props: FileUploadClearProps): react_jsx_runtime91.JSX.Element | null;
102
102
  //#endregion
103
103
  export { FileUploadClear, FileUploadDropzone, FileUploadItem, FileUploadItemDelete, FileUploadItemMetadata, FileUploadItemPreview, FileUploadItemProgress, FileUploadList, FileUploadRoot, FileUploadRootProps, FileUploadTrigger, useStore };
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime105 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime101 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ui/input.d.ts
5
5
  type InputProps = React.ComponentProps<'input'>;
@@ -7,6 +7,6 @@ declare function Input({
7
7
  className,
8
8
  type,
9
9
  ...props
10
- }: InputProps): react_jsx_runtime105.JSX.Element;
10
+ }: InputProps): react_jsx_runtime101.JSX.Element;
11
11
  //#endregion
12
12
  export { Input, InputProps };
@@ -1,23 +1,23 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime5 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime102 from "react/jsx-runtime";
3
3
  import * as TooltipPrimitive from "@radix-ui/react-tooltip";
4
4
 
5
5
  //#region src/components/ui/tooltip.d.ts
6
6
  declare function TooltipProvider({
7
7
  delayDuration,
8
8
  ...props
9
- }: React.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime5.JSX.Element;
9
+ }: React.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime102.JSX.Element;
10
10
  declare function Tooltip({
11
11
  ...props
12
- }: React.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime5.JSX.Element;
12
+ }: React.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime102.JSX.Element;
13
13
  declare function TooltipTrigger({
14
14
  ...props
15
- }: React.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime5.JSX.Element;
15
+ }: React.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime102.JSX.Element;
16
16
  declare function TooltipContent({
17
17
  className,
18
18
  sideOffset,
19
19
  children,
20
20
  ...props
21
- }: React.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime5.JSX.Element;
21
+ }: React.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime102.JSX.Element;
22
22
  //#endregion
23
23
  export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixpilot/shadcn",
3
3
  "type": "module",
4
- "version": "2.3.0",
4
+ "version": "2.3.2",
5
5
  "description": "A collection of reusable UI components built with shadcn/ui and Radix UI primitives.",
6
6
  "author": "m.doaie <m.doaie@hotmail.com>",
7
7
  "license": "MIT",
@@ -10,6 +10,9 @@
10
10
  "url": "https://github.com/pixpilot/shadcn-components.git",
11
11
  "directory": "packages/ui"
12
12
  },
13
+ "bugs": {
14
+ "url": "https://github.com/pixpilot/shadcn-components/issues"
15
+ },
13
16
  "sideEffects": false,
14
17
  "exports": {
15
18
  ".": {
@@ -37,7 +40,7 @@
37
40
  "react-dom": "^18.0.0 || ^19.0.0"
38
41
  },
39
42
  "dependencies": {
40
- "@diceui/tags-input": "^0.7.2",
43
+ "@diceui/tags-input": "0.7.2",
41
44
  "@hookform/resolvers": "^5.5.7",
42
45
  "@pixpilot/hash": "^0.2.1",
43
46
  "@radix-ui/react-alert-dialog": "^1.1.23",