@pixpilot/shadcn 0.8.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/dist/components/index.cjs +4 -2
  2. package/dist/components/index.d.cts +4 -2
  3. package/dist/components/index.d.ts +4 -2
  4. package/dist/components/index.js +4 -2
  5. package/dist/components/ui/OrContinueWithSeparator.d.cts +2 -2
  6. package/dist/components/ui/OrContinueWithSeparator.d.ts +2 -2
  7. package/dist/components/ui/alert-dialog.d.cts +12 -12
  8. package/dist/components/ui/avatar.d.cts +4 -4
  9. package/dist/components/ui/badge.d.cts +2 -2
  10. package/dist/components/ui/button-group.cjs +48 -0
  11. package/dist/components/ui/button-group.d.cts +28 -0
  12. package/dist/components/ui/button-group.d.ts +28 -0
  13. package/dist/components/ui/button-group.js +41 -0
  14. package/dist/components/ui/button.cjs +2 -0
  15. package/dist/components/ui/button.d.cts +3 -3
  16. package/dist/components/ui/button.d.ts +1 -1
  17. package/dist/components/ui/button.js +2 -0
  18. package/dist/components/ui/calendar.d.cts +3 -3
  19. package/dist/components/ui/calendar.d.ts +3 -3
  20. package/dist/components/ui/card.d.cts +8 -8
  21. package/dist/components/ui/card.d.ts +8 -8
  22. package/dist/components/ui/checkbox.d.cts +2 -2
  23. package/dist/components/ui/checkbox.d.ts +2 -2
  24. package/dist/components/ui/color-picker.d.cts +11 -11
  25. package/dist/components/ui/color-picker.d.ts +11 -11
  26. package/dist/components/ui/command.d.cts +10 -10
  27. package/dist/components/ui/command.d.ts +10 -10
  28. package/dist/components/ui/dialog.d.cts +11 -11
  29. package/dist/components/ui/dialog.d.ts +11 -11
  30. package/dist/components/ui/dropdown-menu.d.cts +16 -16
  31. package/dist/components/ui/dropdown-menu.d.ts +16 -16
  32. package/dist/components/ui/file-upload.d.cts +11 -11
  33. package/dist/components/ui/file-upload.d.ts +11 -11
  34. package/dist/components/ui/form.d.cts +7 -7
  35. package/dist/components/ui/form.d.ts +7 -7
  36. package/dist/components/ui/index.cjs +4 -2
  37. package/dist/components/ui/index.d.cts +4 -2
  38. package/dist/components/ui/index.d.ts +4 -2
  39. package/dist/components/ui/index.js +4 -2
  40. package/dist/components/ui/input-group.d.cts +11 -11
  41. package/dist/components/ui/input-group.d.ts +11 -11
  42. package/dist/components/ui/input.d.cts +2 -2
  43. package/dist/components/ui/input.d.ts +2 -2
  44. package/dist/components/ui/label.d.cts +2 -2
  45. package/dist/components/ui/label.d.ts +2 -2
  46. package/dist/components/ui/pagination.d.cts +8 -8
  47. package/dist/components/ui/pagination.d.ts +8 -8
  48. package/dist/components/ui/popover.d.cts +5 -5
  49. package/dist/components/ui/popover.d.ts +5 -5
  50. package/dist/components/ui/radio-group.d.cts +3 -3
  51. package/dist/components/ui/radio-group.d.ts +3 -3
  52. package/dist/components/ui/select.d.cts +11 -11
  53. package/dist/components/ui/select.d.ts +11 -11
  54. package/dist/components/ui/separator.d.cts +2 -2
  55. package/dist/components/ui/separator.d.ts +2 -2
  56. package/dist/components/ui/shadcn-io/tags/index.d.cts +9 -9
  57. package/dist/components/ui/shadcn-io/tags/index.d.ts +9 -9
  58. package/dist/components/ui/shadcn-io/tags-input-inline/index.d.cts +7 -7
  59. package/dist/components/ui/shadcn-io/tags-input-inline/index.d.ts +7 -7
  60. package/dist/components/ui/sheet.d.cts +9 -9
  61. package/dist/components/ui/sheet.d.ts +9 -9
  62. package/dist/components/ui/slider.d.cts +2 -2
  63. package/dist/components/ui/slider.d.ts +2 -2
  64. package/dist/components/ui/switch.d.cts +2 -2
  65. package/dist/components/ui/switch.d.ts +2 -2
  66. package/dist/components/ui/tabs.d.cts +5 -5
  67. package/dist/components/ui/tabs.d.ts +5 -5
  68. package/dist/components/ui/textarea.d.cts +2 -2
  69. package/dist/components/ui/textarea.d.ts +2 -2
  70. package/dist/components/ui/toggle-group.cjs +59 -0
  71. package/dist/components/ui/toggle-group.d.cts +30 -0
  72. package/dist/components/ui/toggle-group.d.ts +30 -0
  73. package/dist/components/ui/toggle-group.js +54 -0
  74. package/dist/components/ui/toggle.cjs +45 -0
  75. package/dist/components/ui/toggle.d.cts +19 -0
  76. package/dist/components/ui/toggle.d.ts +19 -0
  77. package/dist/components/ui/toggle.js +39 -0
  78. package/dist/components/ui/tooltip.d.cts +5 -5
  79. package/dist/index.cjs +13 -6
  80. package/dist/index.d.cts +5 -3
  81. package/dist/index.d.ts +5 -3
  82. package/dist/index.js +5 -3
  83. package/package.json +4 -2
  84. package/dist/components/ui/rating.cjs +0 -160
  85. package/dist/components/ui/rating.d.cts +0 -112
  86. package/dist/components/ui/rating.d.ts +0 -112
  87. package/dist/components/ui/rating.js +0 -153
@@ -2,7 +2,7 @@ import { Button, buttonVariants } from "./button.cjs";
2
2
  import { Input } from "./input.cjs";
3
3
  import { Popover, PopoverContent, PopoverTrigger } from "./popover.cjs";
4
4
  import { Select, SelectTrigger } from "./select.cjs";
5
- import * as react_jsx_runtime32 from "react/jsx-runtime";
5
+ import * as react_jsx_runtime31 from "react/jsx-runtime";
6
6
  import { VariantProps } from "class-variance-authority";
7
7
  import * as React from "react";
8
8
  import * as SliderPrimitive from "@radix-ui/react-slider";
@@ -67,25 +67,25 @@ 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_runtime32.JSX.Element;
70
+ declare function ColorPicker(props: ColorPickerProps): react_jsx_runtime31.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_runtime32.JSX.Element;
77
- declare function ColorPickerContent(props: React.ComponentProps<typeof PopoverContent>): react_jsx_runtime32.JSX.Element;
78
- declare function ColorPickerArea(props: DivProps): react_jsx_runtime32.JSX.Element;
79
- declare function ColorPickerHueSlider(props: React.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime32.JSX.Element;
80
- declare function ColorPickerAlphaSlider(props: React.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime32.JSX.Element;
81
- declare function ColorPickerSwatch(props: DivProps): react_jsx_runtime32.JSX.Element;
82
- declare function ColorPickerEyeDropper(props: React.ComponentProps<typeof Button>): react_jsx_runtime32.JSX.Element | null;
76
+ }): react_jsx_runtime31.JSX.Element;
77
+ declare function ColorPickerContent(props: React.ComponentProps<typeof PopoverContent>): react_jsx_runtime31.JSX.Element;
78
+ declare function ColorPickerArea(props: DivProps): react_jsx_runtime31.JSX.Element;
79
+ declare function ColorPickerHueSlider(props: React.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime31.JSX.Element;
80
+ declare function ColorPickerAlphaSlider(props: React.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime31.JSX.Element;
81
+ declare function ColorPickerSwatch(props: DivProps): react_jsx_runtime31.JSX.Element;
82
+ declare function ColorPickerEyeDropper(props: React.ComponentProps<typeof Button>): react_jsx_runtime31.JSX.Element | null;
83
83
  interface ColorPickerFormatSelectProps extends Omit<React.ComponentProps<typeof Select>, 'value' | 'onValueChange'>, Pick<React.ComponentProps<typeof SelectTrigger>, 'size' | 'className'> {}
84
- declare function ColorPickerFormatSelect(props: ColorPickerFormatSelectProps): react_jsx_runtime32.JSX.Element;
84
+ declare function ColorPickerFormatSelect(props: ColorPickerFormatSelectProps): react_jsx_runtime31.JSX.Element;
85
85
  interface ColorPickerInputProps extends Omit<React.ComponentProps<typeof Input>, 'value' | 'onChange' | 'color'> {
86
86
  withoutAlpha?: boolean;
87
87
  }
88
- declare function ColorPickerInput(props: ColorPickerInputProps): react_jsx_runtime32.JSX.Element | undefined;
88
+ declare function ColorPickerInput(props: ColorPickerInputProps): react_jsx_runtime31.JSX.Element | undefined;
89
89
  declare const colorUtils: {
90
90
  colorToString: typeof colorToString;
91
91
  parseColorString: typeof parseColorString;
@@ -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_runtime32 from "react/jsx-runtime";
7
+ import * as react_jsx_runtime35 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,25 +67,25 @@ 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_runtime32.JSX.Element;
70
+ declare function ColorPicker(props: ColorPickerProps): react_jsx_runtime35.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_runtime32.JSX.Element;
77
- declare function ColorPickerContent(props: React.ComponentProps<typeof PopoverContent>): react_jsx_runtime32.JSX.Element;
78
- declare function ColorPickerArea(props: DivProps): react_jsx_runtime32.JSX.Element;
79
- declare function ColorPickerHueSlider(props: React.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime32.JSX.Element;
80
- declare function ColorPickerAlphaSlider(props: React.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime32.JSX.Element;
81
- declare function ColorPickerSwatch(props: DivProps): react_jsx_runtime32.JSX.Element;
82
- declare function ColorPickerEyeDropper(props: React.ComponentProps<typeof Button>): react_jsx_runtime32.JSX.Element | null;
76
+ }): react_jsx_runtime35.JSX.Element;
77
+ declare function ColorPickerContent(props: React.ComponentProps<typeof PopoverContent>): react_jsx_runtime35.JSX.Element;
78
+ declare function ColorPickerArea(props: DivProps): react_jsx_runtime35.JSX.Element;
79
+ declare function ColorPickerHueSlider(props: React.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime35.JSX.Element;
80
+ declare function ColorPickerAlphaSlider(props: React.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime35.JSX.Element;
81
+ declare function ColorPickerSwatch(props: DivProps): react_jsx_runtime35.JSX.Element;
82
+ declare function ColorPickerEyeDropper(props: React.ComponentProps<typeof Button>): react_jsx_runtime35.JSX.Element | null;
83
83
  interface ColorPickerFormatSelectProps extends Omit<React.ComponentProps<typeof Select>, 'value' | 'onValueChange'>, Pick<React.ComponentProps<typeof SelectTrigger>, 'size' | 'className'> {}
84
- declare function ColorPickerFormatSelect(props: ColorPickerFormatSelectProps): react_jsx_runtime32.JSX.Element;
84
+ declare function ColorPickerFormatSelect(props: ColorPickerFormatSelectProps): react_jsx_runtime35.JSX.Element;
85
85
  interface ColorPickerInputProps extends Omit<React.ComponentProps<typeof Input>, 'value' | 'onChange' | 'color'> {
86
86
  withoutAlpha?: boolean;
87
87
  }
88
- declare function ColorPickerInput(props: ColorPickerInputProps): react_jsx_runtime32.JSX.Element | undefined;
88
+ declare function ColorPickerInput(props: ColorPickerInputProps): react_jsx_runtime35.JSX.Element | undefined;
89
89
  declare const colorUtils: {
90
90
  colorToString: typeof colorToString;
91
91
  parseColorString: typeof parseColorString;
@@ -1,5 +1,5 @@
1
1
  import { Dialog } from "./dialog.cjs";
2
- import * as react_jsx_runtime42 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime41 from "react/jsx-runtime";
3
3
  import * as React from "react";
4
4
  import { Command } from "cmdk";
5
5
 
@@ -7,7 +7,7 @@ import { Command } from "cmdk";
7
7
  declare function Command$1({
8
8
  className,
9
9
  ...props
10
- }: React.ComponentProps<typeof Command>): react_jsx_runtime42.JSX.Element;
10
+ }: React.ComponentProps<typeof Command>): react_jsx_runtime41.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_runtime42.JSX.Element;
23
+ }): react_jsx_runtime41.JSX.Element;
24
24
  declare function CommandInput({
25
25
  className,
26
26
  ...props
27
- }: React.ComponentProps<typeof Command.Input>): react_jsx_runtime42.JSX.Element;
27
+ }: React.ComponentProps<typeof Command.Input>): react_jsx_runtime41.JSX.Element;
28
28
  declare function CommandList({
29
29
  className,
30
30
  ...props
31
- }: React.ComponentProps<typeof Command.List>): react_jsx_runtime42.JSX.Element;
31
+ }: React.ComponentProps<typeof Command.List>): react_jsx_runtime41.JSX.Element;
32
32
  declare function CommandEmpty({
33
33
  ...props
34
- }: React.ComponentProps<typeof Command.Empty>): react_jsx_runtime42.JSX.Element;
34
+ }: React.ComponentProps<typeof Command.Empty>): react_jsx_runtime41.JSX.Element;
35
35
  declare function CommandGroup({
36
36
  className,
37
37
  ...props
38
- }: React.ComponentProps<typeof Command.Group>): react_jsx_runtime42.JSX.Element;
38
+ }: React.ComponentProps<typeof Command.Group>): react_jsx_runtime41.JSX.Element;
39
39
  declare function CommandSeparator({
40
40
  className,
41
41
  ...props
42
- }: React.ComponentProps<typeof Command.Separator>): react_jsx_runtime42.JSX.Element;
42
+ }: React.ComponentProps<typeof Command.Separator>): react_jsx_runtime41.JSX.Element;
43
43
  declare function CommandItem({
44
44
  className,
45
45
  ...props
46
- }: React.ComponentProps<typeof Command.Item>): react_jsx_runtime42.JSX.Element;
46
+ }: React.ComponentProps<typeof Command.Item>): react_jsx_runtime41.JSX.Element;
47
47
  declare function CommandShortcut({
48
48
  className,
49
49
  ...props
50
- }: React.ComponentProps<'span'>): react_jsx_runtime42.JSX.Element;
50
+ }: React.ComponentProps<'span'>): react_jsx_runtime41.JSX.Element;
51
51
  //#endregion
52
52
  export { Command$1 as Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut };
@@ -1,13 +1,13 @@
1
1
  import { Dialog } from "./dialog.js";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime42 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime45 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_runtime42.JSX.Element;
10
+ }: React.ComponentProps<typeof Command>): react_jsx_runtime45.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_runtime42.JSX.Element;
23
+ }): react_jsx_runtime45.JSX.Element;
24
24
  declare function CommandInput({
25
25
  className,
26
26
  ...props
27
- }: React.ComponentProps<typeof Command.Input>): react_jsx_runtime42.JSX.Element;
27
+ }: React.ComponentProps<typeof Command.Input>): react_jsx_runtime45.JSX.Element;
28
28
  declare function CommandList({
29
29
  className,
30
30
  ...props
31
- }: React.ComponentProps<typeof Command.List>): react_jsx_runtime42.JSX.Element;
31
+ }: React.ComponentProps<typeof Command.List>): react_jsx_runtime45.JSX.Element;
32
32
  declare function CommandEmpty({
33
33
  ...props
34
- }: React.ComponentProps<typeof Command.Empty>): react_jsx_runtime42.JSX.Element;
34
+ }: React.ComponentProps<typeof Command.Empty>): react_jsx_runtime45.JSX.Element;
35
35
  declare function CommandGroup({
36
36
  className,
37
37
  ...props
38
- }: React.ComponentProps<typeof Command.Group>): react_jsx_runtime42.JSX.Element;
38
+ }: React.ComponentProps<typeof Command.Group>): react_jsx_runtime45.JSX.Element;
39
39
  declare function CommandSeparator({
40
40
  className,
41
41
  ...props
42
- }: React.ComponentProps<typeof Command.Separator>): react_jsx_runtime42.JSX.Element;
42
+ }: React.ComponentProps<typeof Command.Separator>): react_jsx_runtime45.JSX.Element;
43
43
  declare function CommandItem({
44
44
  className,
45
45
  ...props
46
- }: React.ComponentProps<typeof Command.Item>): react_jsx_runtime42.JSX.Element;
46
+ }: React.ComponentProps<typeof Command.Item>): react_jsx_runtime45.JSX.Element;
47
47
  declare function CommandShortcut({
48
48
  className,
49
49
  ...props
50
- }: React.ComponentProps<'span'>): react_jsx_runtime42.JSX.Element;
50
+ }: React.ComponentProps<'span'>): react_jsx_runtime45.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
- import * as react_jsx_runtime51 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime50 from "react/jsx-runtime";
2
2
  import * as React from "react";
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_runtime51.JSX.Element;
8
+ }: React.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime50.JSX.Element;
9
9
  declare function DialogTrigger({
10
10
  ...props
11
- }: React.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime51.JSX.Element;
11
+ }: React.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime50.JSX.Element;
12
12
  declare function DialogPortal({
13
13
  ...props
14
- }: React.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime51.JSX.Element;
14
+ }: React.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime50.JSX.Element;
15
15
  declare function DialogClose({
16
16
  ...props
17
- }: React.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime51.JSX.Element;
17
+ }: React.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime50.JSX.Element;
18
18
  declare function DialogOverlay({
19
19
  className,
20
20
  ...props
21
- }: React.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime51.JSX.Element;
21
+ }: React.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime50.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_runtime51.JSX.Element;
29
+ }): react_jsx_runtime50.JSX.Element;
30
30
  declare function DialogHeader({
31
31
  className,
32
32
  ...props
33
- }: React.ComponentProps<'div'>): react_jsx_runtime51.JSX.Element;
33
+ }: React.ComponentProps<'div'>): react_jsx_runtime50.JSX.Element;
34
34
  declare function DialogFooter({
35
35
  className,
36
36
  ...props
37
- }: React.ComponentProps<'div'>): react_jsx_runtime51.JSX.Element;
37
+ }: React.ComponentProps<'div'>): react_jsx_runtime50.JSX.Element;
38
38
  declare function DialogTitle({
39
39
  className,
40
40
  ...props
41
- }: React.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime51.JSX.Element;
41
+ }: React.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime50.JSX.Element;
42
42
  declare function DialogDescription({
43
43
  className,
44
44
  ...props
45
- }: React.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime51.JSX.Element;
45
+ }: React.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime50.JSX.Element;
46
46
  //#endregion
47
47
  export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger };
@@ -1,24 +1,24 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime51 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime54 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_runtime51.JSX.Element;
8
+ }: React.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime54.JSX.Element;
9
9
  declare function DialogTrigger({
10
10
  ...props
11
- }: React.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime51.JSX.Element;
11
+ }: React.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime54.JSX.Element;
12
12
  declare function DialogPortal({
13
13
  ...props
14
- }: React.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime51.JSX.Element;
14
+ }: React.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime54.JSX.Element;
15
15
  declare function DialogClose({
16
16
  ...props
17
- }: React.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime51.JSX.Element;
17
+ }: React.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime54.JSX.Element;
18
18
  declare function DialogOverlay({
19
19
  className,
20
20
  ...props
21
- }: React.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime51.JSX.Element;
21
+ }: React.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime54.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_runtime51.JSX.Element;
29
+ }): react_jsx_runtime54.JSX.Element;
30
30
  declare function DialogHeader({
31
31
  className,
32
32
  ...props
33
- }: React.ComponentProps<'div'>): react_jsx_runtime51.JSX.Element;
33
+ }: React.ComponentProps<'div'>): react_jsx_runtime54.JSX.Element;
34
34
  declare function DialogFooter({
35
35
  className,
36
36
  ...props
37
- }: React.ComponentProps<'div'>): react_jsx_runtime51.JSX.Element;
37
+ }: React.ComponentProps<'div'>): react_jsx_runtime54.JSX.Element;
38
38
  declare function DialogTitle({
39
39
  className,
40
40
  ...props
41
- }: React.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime51.JSX.Element;
41
+ }: React.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime54.JSX.Element;
42
42
  declare function DialogDescription({
43
43
  className,
44
44
  ...props
45
- }: React.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime51.JSX.Element;
45
+ }: React.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime54.JSX.Element;
46
46
  //#endregion
47
47
  export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger };
@@ -1,25 +1,25 @@
1
- import * as react_jsx_runtime61 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime60 from "react/jsx-runtime";
2
2
  import * as React from "react";
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_runtime61.JSX.Element;
8
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>): react_jsx_runtime60.JSX.Element;
9
9
  declare function DropdownMenuPortal({
10
10
  ...props
11
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime61.JSX.Element;
11
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime60.JSX.Element;
12
12
  declare function DropdownMenuTrigger({
13
13
  ...props
14
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime61.JSX.Element;
14
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime60.JSX.Element;
15
15
  declare function DropdownMenuContent({
16
16
  className,
17
17
  sideOffset,
18
18
  ...props
19
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime61.JSX.Element;
19
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime60.JSX.Element;
20
20
  declare function DropdownMenuGroup({
21
21
  ...props
22
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime61.JSX.Element;
22
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime60.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_runtime61.JSX.Element;
31
+ }): react_jsx_runtime60.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_runtime61.JSX.Element;
37
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): react_jsx_runtime60.JSX.Element;
38
38
  declare function DropdownMenuRadioGroup({
39
39
  ...props
40
- }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime61.JSX.Element;
40
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime60.JSX.Element;
41
41
  declare function DropdownMenuRadioItem({
42
42
  className,
43
43
  children,
44
44
  ...props
45
- }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime61.JSX.Element;
45
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime60.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_runtime61.JSX.Element;
52
+ }): react_jsx_runtime60.JSX.Element;
53
53
  declare function DropdownMenuSeparator({
54
54
  className,
55
55
  ...props
56
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime61.JSX.Element;
56
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime60.JSX.Element;
57
57
  declare function DropdownMenuShortcut({
58
58
  className,
59
59
  ...props
60
- }: React.ComponentProps<'span'>): react_jsx_runtime61.JSX.Element;
60
+ }: React.ComponentProps<'span'>): react_jsx_runtime60.JSX.Element;
61
61
  declare function DropdownMenuSub({
62
62
  ...props
63
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime61.JSX.Element;
63
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime60.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_runtime61.JSX.Element;
71
+ }): react_jsx_runtime60.JSX.Element;
72
72
  declare function DropdownMenuSubContent({
73
73
  className,
74
74
  ...props
75
- }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime61.JSX.Element;
75
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime60.JSX.Element;
76
76
  //#endregion
77
77
  export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger };
@@ -1,25 +1,25 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime61 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime64 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_runtime61.JSX.Element;
8
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>): react_jsx_runtime64.JSX.Element;
9
9
  declare function DropdownMenuPortal({
10
10
  ...props
11
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime61.JSX.Element;
11
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime64.JSX.Element;
12
12
  declare function DropdownMenuTrigger({
13
13
  ...props
14
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime61.JSX.Element;
14
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime64.JSX.Element;
15
15
  declare function DropdownMenuContent({
16
16
  className,
17
17
  sideOffset,
18
18
  ...props
19
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime61.JSX.Element;
19
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime64.JSX.Element;
20
20
  declare function DropdownMenuGroup({
21
21
  ...props
22
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime61.JSX.Element;
22
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime64.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_runtime61.JSX.Element;
31
+ }): react_jsx_runtime64.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_runtime61.JSX.Element;
37
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): react_jsx_runtime64.JSX.Element;
38
38
  declare function DropdownMenuRadioGroup({
39
39
  ...props
40
- }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime61.JSX.Element;
40
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime64.JSX.Element;
41
41
  declare function DropdownMenuRadioItem({
42
42
  className,
43
43
  children,
44
44
  ...props
45
- }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime61.JSX.Element;
45
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime64.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_runtime61.JSX.Element;
52
+ }): react_jsx_runtime64.JSX.Element;
53
53
  declare function DropdownMenuSeparator({
54
54
  className,
55
55
  ...props
56
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime61.JSX.Element;
56
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime64.JSX.Element;
57
57
  declare function DropdownMenuShortcut({
58
58
  className,
59
59
  ...props
60
- }: React.ComponentProps<'span'>): react_jsx_runtime61.JSX.Element;
60
+ }: React.ComponentProps<'span'>): react_jsx_runtime64.JSX.Element;
61
61
  declare function DropdownMenuSub({
62
62
  ...props
63
- }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime61.JSX.Element;
63
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime64.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_runtime61.JSX.Element;
71
+ }): react_jsx_runtime64.JSX.Element;
72
72
  declare function DropdownMenuSubContent({
73
73
  className,
74
74
  ...props
75
- }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime61.JSX.Element;
75
+ }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime64.JSX.Element;
76
76
  //#endregion
77
77
  export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime76 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime79 from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
 
4
4
  //#region src/components/ui/file-upload.d.ts
@@ -44,36 +44,36 @@ interface FileUploadRootProps extends Omit<React.ComponentProps<'div'>, 'default
44
44
  multiple?: boolean;
45
45
  required?: boolean;
46
46
  }
47
- declare function FileUploadRoot(props: FileUploadRootProps): react_jsx_runtime76.JSX.Element;
47
+ declare function FileUploadRoot(props: FileUploadRootProps): react_jsx_runtime79.JSX.Element;
48
48
  interface FileUploadDropzoneProps extends React.ComponentProps<'div'> {
49
49
  asChild?: boolean;
50
50
  }
51
- declare function FileUploadDropzone(props: FileUploadDropzoneProps): react_jsx_runtime76.JSX.Element;
51
+ declare function FileUploadDropzone(props: FileUploadDropzoneProps): react_jsx_runtime79.JSX.Element;
52
52
  interface FileUploadTriggerProps extends React.ComponentProps<'button'> {
53
53
  asChild?: boolean;
54
54
  }
55
- declare function FileUploadTrigger(props: FileUploadTriggerProps): react_jsx_runtime76.JSX.Element;
55
+ declare function FileUploadTrigger(props: FileUploadTriggerProps): react_jsx_runtime79.JSX.Element;
56
56
  interface FileUploadListProps extends React.ComponentProps<'div'> {
57
57
  orientation?: 'horizontal' | 'vertical';
58
58
  asChild?: boolean;
59
59
  forceMount?: boolean;
60
60
  }
61
- declare function FileUploadList(props: FileUploadListProps): react_jsx_runtime76.JSX.Element | null;
61
+ declare function FileUploadList(props: FileUploadListProps): react_jsx_runtime79.JSX.Element | null;
62
62
  interface FileUploadItemProps extends React.ComponentProps<'div'> {
63
63
  value: File;
64
64
  asChild?: boolean;
65
65
  }
66
- declare function FileUploadItem(props: FileUploadItemProps): react_jsx_runtime76.JSX.Element | null;
66
+ declare function FileUploadItem(props: FileUploadItemProps): react_jsx_runtime79.JSX.Element | null;
67
67
  interface FileUploadItemPreviewProps extends React.ComponentProps<'div'> {
68
68
  render?: (file: File, fallback: () => React.ReactNode) => React.ReactNode;
69
69
  asChild?: boolean;
70
70
  }
71
- declare function FileUploadItemPreview(props: FileUploadItemPreviewProps): react_jsx_runtime76.JSX.Element | null;
71
+ declare function FileUploadItemPreview(props: FileUploadItemPreviewProps): react_jsx_runtime79.JSX.Element | null;
72
72
  interface FileUploadItemMetadataProps extends React.ComponentProps<'div'> {
73
73
  asChild?: boolean;
74
74
  size?: 'default' | 'sm';
75
75
  }
76
- declare function FileUploadItemMetadata(props: FileUploadItemMetadataProps): react_jsx_runtime76.JSX.Element | null;
76
+ declare function FileUploadItemMetadata(props: FileUploadItemMetadataProps): react_jsx_runtime79.JSX.Element | null;
77
77
  interface FileUploadItemProgressProps extends React.ComponentProps<'div'> {
78
78
  variant?: 'linear' | 'circular' | 'fill';
79
79
  size?: number;
@@ -81,15 +81,15 @@ interface FileUploadItemProgressProps extends React.ComponentProps<'div'> {
81
81
  asChild?: boolean;
82
82
  forceMount?: boolean;
83
83
  }
84
- declare function FileUploadItemProgress(props: FileUploadItemProgressProps): react_jsx_runtime76.JSX.Element | null;
84
+ declare function FileUploadItemProgress(props: FileUploadItemProgressProps): react_jsx_runtime79.JSX.Element | null;
85
85
  interface FileUploadItemDeleteProps extends React.ComponentProps<'button'> {
86
86
  asChild?: boolean;
87
87
  }
88
- declare function FileUploadItemDelete(props: FileUploadItemDeleteProps): react_jsx_runtime76.JSX.Element | null;
88
+ declare function FileUploadItemDelete(props: FileUploadItemDeleteProps): react_jsx_runtime79.JSX.Element | null;
89
89
  interface FileUploadClearProps extends React.ComponentProps<'button'> {
90
90
  forceMount?: boolean;
91
91
  asChild?: boolean;
92
92
  }
93
- declare function FileUploadClear(props: FileUploadClearProps): react_jsx_runtime76.JSX.Element | null;
93
+ declare function FileUploadClear(props: FileUploadClearProps): react_jsx_runtime79.JSX.Element | null;
94
94
  //#endregion
95
95
  export { FileUploadClear, FileUploadDropzone, FileUploadItem, FileUploadItemDelete, FileUploadItemMetadata, FileUploadItemPreview, FileUploadItemProgress, FileUploadList, FileUploadRoot, FileUploadRootProps, FileUploadTrigger, useStore };