@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
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime76 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime79 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ui/file-upload.d.ts
5
5
  type Direction = 'ltr' | 'rtl';
@@ -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 };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime86 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime89 from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import * as react_hook_form0 from "react-hook-form";
4
4
  import { ControllerProps, FieldPath, FieldValues } from "react-hook-form";
@@ -9,7 +9,7 @@ import { Slot } from "@radix-ui/react-slot";
9
9
  declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: react_hook_form0.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
10
10
  declare function FormField<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({
11
11
  ...props
12
- }: ControllerProps<TFieldValues, TName>): react_jsx_runtime86.JSX.Element;
12
+ }: ControllerProps<TFieldValues, TName>): react_jsx_runtime89.JSX.Element;
13
13
  declare function useFormField(): {
14
14
  invalid: boolean;
15
15
  isDirty: boolean;
@@ -25,21 +25,21 @@ declare function useFormField(): {
25
25
  declare function FormItem({
26
26
  className,
27
27
  ...props
28
- }: React.ComponentProps<'div'>): react_jsx_runtime86.JSX.Element;
28
+ }: React.ComponentProps<'div'>): react_jsx_runtime89.JSX.Element;
29
29
  declare function FormLabel({
30
30
  className,
31
31
  ...props
32
- }: React.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime86.JSX.Element;
32
+ }: React.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime89.JSX.Element;
33
33
  declare function FormControl({
34
34
  ...props
35
- }: React.ComponentProps<typeof Slot>): react_jsx_runtime86.JSX.Element;
35
+ }: React.ComponentProps<typeof Slot>): react_jsx_runtime89.JSX.Element;
36
36
  declare function FormDescription({
37
37
  className,
38
38
  ...props
39
- }: React.ComponentProps<'p'>): react_jsx_runtime86.JSX.Element;
39
+ }: React.ComponentProps<'p'>): react_jsx_runtime89.JSX.Element;
40
40
  declare function FormMessage({
41
41
  className,
42
42
  ...props
43
- }: React.ComponentProps<'p'>): react_jsx_runtime86.JSX.Element | null;
43
+ }: React.ComponentProps<'p'>): react_jsx_runtime89.JSX.Element | null;
44
44
  //#endregion
45
45
  export { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, useFormField };
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime86 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime89 from "react/jsx-runtime";
3
3
  import { Slot } from "@radix-ui/react-slot";
4
4
  import * as react_hook_form0 from "react-hook-form";
5
5
  import { ControllerProps, FieldPath, FieldValues } from "react-hook-form";
@@ -9,7 +9,7 @@ import * as LabelPrimitive from "@radix-ui/react-label";
9
9
  declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: react_hook_form0.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
10
10
  declare function FormField<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({
11
11
  ...props
12
- }: ControllerProps<TFieldValues, TName>): react_jsx_runtime86.JSX.Element;
12
+ }: ControllerProps<TFieldValues, TName>): react_jsx_runtime89.JSX.Element;
13
13
  declare function useFormField(): {
14
14
  invalid: boolean;
15
15
  isDirty: boolean;
@@ -25,21 +25,21 @@ declare function useFormField(): {
25
25
  declare function FormItem({
26
26
  className,
27
27
  ...props
28
- }: React.ComponentProps<'div'>): react_jsx_runtime86.JSX.Element;
28
+ }: React.ComponentProps<'div'>): react_jsx_runtime89.JSX.Element;
29
29
  declare function FormLabel({
30
30
  className,
31
31
  ...props
32
- }: React.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime86.JSX.Element;
32
+ }: React.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime89.JSX.Element;
33
33
  declare function FormControl({
34
34
  ...props
35
- }: React.ComponentProps<typeof Slot>): react_jsx_runtime86.JSX.Element;
35
+ }: React.ComponentProps<typeof Slot>): react_jsx_runtime89.JSX.Element;
36
36
  declare function FormDescription({
37
37
  className,
38
38
  ...props
39
- }: React.ComponentProps<'p'>): react_jsx_runtime86.JSX.Element;
39
+ }: React.ComponentProps<'p'>): react_jsx_runtime89.JSX.Element;
40
40
  declare function FormMessage({
41
41
  className,
42
42
  ...props
43
- }: React.ComponentProps<'p'>): react_jsx_runtime86.JSX.Element | null;
43
+ }: React.ComponentProps<'p'>): react_jsx_runtime89.JSX.Element | null;
44
44
  //#endregion
45
45
  export { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, useFormField };
@@ -3,6 +3,8 @@ const require_alert_dialog = require('./alert-dialog.cjs');
3
3
  const require_avatar = require('./avatar.cjs');
4
4
  const require_badge = require('./badge.cjs');
5
5
  const require_button = require('./button.cjs');
6
+ const require_separator = require('./separator.cjs');
7
+ const require_button_group = require('./button-group.cjs');
6
8
  const require_calendar = require('./calendar.cjs');
7
9
  const require_card = require('./card.cjs');
8
10
  const require_checkbox = require('./checkbox.cjs');
@@ -18,15 +20,15 @@ const require_label = require('./label.cjs');
18
20
  const require_form = require('./form.cjs');
19
21
  const require_textarea = require('./textarea.cjs');
20
22
  const require_input_group = require('./input-group.cjs');
21
- const require_separator = require('./separator.cjs');
22
23
  const require_OrContinueWithSeparator = require('./OrContinueWithSeparator.cjs');
23
24
  const require_pagination = require('./pagination.cjs');
24
25
  const require_radio_group = require('./radio-group.cjs');
25
- const require_rating = require('./rating.cjs');
26
26
  const require_index = require('./shadcn-io/tags/index.cjs');
27
27
  const require_index$1 = require('./shadcn-io/tags-input-inline/index.cjs');
28
28
  const require_sheet = require('./sheet.cjs');
29
29
  const require_slider = require('./slider.cjs');
30
30
  const require_switch = require('./switch.cjs');
31
31
  const require_tabs = require('./tabs.cjs');
32
+ const require_toggle = require('./toggle.cjs');
33
+ const require_toggle_group = require('./toggle-group.cjs');
32
34
  const require_tooltip = require('./tooltip.cjs');
@@ -3,6 +3,8 @@ import { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent,
3
3
  import { Avatar, AvatarFallback, AvatarImage } from "./avatar.cjs";
4
4
  import { Badge, badgeVariants } from "./badge.cjs";
5
5
  import { Button, buttonVariants } from "./button.cjs";
6
+ import { Separator } from "./separator.cjs";
7
+ import { ButtonGroup, ButtonGroupSeparator, ButtonGroupText, buttonGroupVariants } from "./button-group.cjs";
6
8
  import { Calendar, CalendarDayButton } from "./calendar.cjs";
7
9
  import { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "./card.cjs";
8
10
  import { Checkbox } from "./checkbox.cjs";
@@ -20,8 +22,6 @@ import { Label } from "./label.cjs";
20
22
  import { OrContinueWithSeparator } from "./OrContinueWithSeparator.cjs";
21
23
  import { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from "./pagination.cjs";
22
24
  import { RadioGroup, RadioGroupItem } from "./radio-group.cjs";
23
- import { Rating, RatingButton, RatingButtonProps, RatingProps, useRating } from "./rating.cjs";
24
- import { Separator } from "./separator.cjs";
25
25
  import { Tags, TagsContent, TagsContentProps, TagsEmpty, TagsEmptyProps, TagsGroup, TagsGroupProps, TagsInput, TagsInputProps, TagsItem, TagsItemProps, TagsList, TagsListProps, TagsProps, TagsTrigger, TagsTriggerProps, TagsValue, TagsValueProps } from "./shadcn-io/tags/index.cjs";
26
26
  import { TagsInputInLineClear, TagsInputInLineInput, TagsInputInLineItem, TagsInputInLineLabel, TagsInputInLineList, TagsInputInLineRoot } from "./shadcn-io/tags-input-inline/index.cjs";
27
27
  import { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from "./sheet.cjs";
@@ -29,4 +29,6 @@ import { Slider } from "./slider.cjs";
29
29
  import { Switch } from "./switch.cjs";
30
30
  import { Tabs, TabsContent, TabsList, TabsTrigger } from "./tabs.cjs";
31
31
  import { Textarea } from "./textarea.cjs";
32
+ import { Toggle, toggleVariants } from "./toggle.cjs";
33
+ import { ToggleGroup, ToggleGroupItem, ToggleGroupItemProps, ToggleGroupProps } from "./toggle-group.cjs";
32
34
  import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "./tooltip.cjs";
@@ -3,6 +3,8 @@ import { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent,
3
3
  import { Avatar, AvatarFallback, AvatarImage } from "./avatar.js";
4
4
  import { Badge, badgeVariants } from "./badge.js";
5
5
  import { Button, buttonVariants } from "./button.js";
6
+ import { Separator } from "./separator.js";
7
+ import { ButtonGroup, ButtonGroupSeparator, ButtonGroupText, buttonGroupVariants } from "./button-group.js";
6
8
  import { Calendar, CalendarDayButton } from "./calendar.js";
7
9
  import { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "./card.js";
8
10
  import { Checkbox } from "./checkbox.js";
@@ -20,8 +22,6 @@ import { Label } from "./label.js";
20
22
  import { OrContinueWithSeparator } from "./OrContinueWithSeparator.js";
21
23
  import { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from "./pagination.js";
22
24
  import { RadioGroup, RadioGroupItem } from "./radio-group.js";
23
- import { Rating, RatingButton, RatingButtonProps, RatingProps, useRating } from "./rating.js";
24
- import { Separator } from "./separator.js";
25
25
  import { Tags, TagsContent, TagsContentProps, TagsEmpty, TagsEmptyProps, TagsGroup, TagsGroupProps, TagsInput, TagsInputProps, TagsItem, TagsItemProps, TagsList, TagsListProps, TagsProps, TagsTrigger, TagsTriggerProps, TagsValue, TagsValueProps } from "./shadcn-io/tags/index.js";
26
26
  import { TagsInputInLineClear, TagsInputInLineInput, TagsInputInLineItem, TagsInputInLineLabel, TagsInputInLineList, TagsInputInLineRoot } from "./shadcn-io/tags-input-inline/index.js";
27
27
  import { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from "./sheet.js";
@@ -29,4 +29,6 @@ import { Slider } from "./slider.js";
29
29
  import { Switch } from "./switch.js";
30
30
  import { Tabs, TabsContent, TabsList, TabsTrigger } from "./tabs.js";
31
31
  import { Textarea } from "./textarea.js";
32
+ import { Toggle, toggleVariants } from "./toggle.js";
33
+ import { ToggleGroup, ToggleGroupItem, ToggleGroupItemProps, ToggleGroupProps } from "./toggle-group.js";
32
34
  import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "./tooltip.js";
@@ -3,6 +3,8 @@ import { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent,
3
3
  import { Avatar, AvatarFallback, AvatarImage } from "./avatar.js";
4
4
  import { Badge, badgeVariants } from "./badge.js";
5
5
  import { Button, buttonVariants } from "./button.js";
6
+ import { Separator } from "./separator.js";
7
+ import { ButtonGroup, ButtonGroupSeparator, ButtonGroupText, buttonGroupVariants } from "./button-group.js";
6
8
  import { Calendar, CalendarDayButton } from "./calendar.js";
7
9
  import { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "./card.js";
8
10
  import { Checkbox } from "./checkbox.js";
@@ -18,15 +20,15 @@ import { Label } from "./label.js";
18
20
  import { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, useFormField } from "./form.js";
19
21
  import { Textarea } from "./textarea.js";
20
22
  import { InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea } from "./input-group.js";
21
- import { Separator } from "./separator.js";
22
23
  import { OrContinueWithSeparator } from "./OrContinueWithSeparator.js";
23
24
  import { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from "./pagination.js";
24
25
  import { RadioGroup, RadioGroupItem } from "./radio-group.js";
25
- import { Rating, RatingButton, useRating } from "./rating.js";
26
26
  import { Tags, TagsContent, TagsEmpty, TagsGroup, TagsInput, TagsItem, TagsList, TagsTrigger, TagsValue } from "./shadcn-io/tags/index.js";
27
27
  import { TagsInputInLineClear, TagsInputInLineInput, TagsInputInLineItem, TagsInputInLineLabel, TagsInputInLineList, TagsInputInLineRoot } from "./shadcn-io/tags-input-inline/index.js";
28
28
  import { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from "./sheet.js";
29
29
  import { Slider } from "./slider.js";
30
30
  import { Switch } from "./switch.js";
31
31
  import { Tabs, TabsContent, TabsList, TabsTrigger } from "./tabs.js";
32
+ import { Toggle, toggleVariants } from "./toggle.js";
33
+ import { ToggleGroup, ToggleGroupItem } from "./toggle-group.js";
32
34
  import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "./tooltip.js";
@@ -1,6 +1,6 @@
1
1
  import { Button } from "./button.cjs";
2
- import * as class_variance_authority_types2 from "class-variance-authority/types";
3
- import * as react_jsx_runtime93 from "react/jsx-runtime";
2
+ import * as class_variance_authority_types3 from "class-variance-authority/types";
3
+ import * as react_jsx_runtime96 from "react/jsx-runtime";
4
4
  import { VariantProps } from "class-variance-authority";
5
5
  import * as React from "react";
6
6
 
@@ -8,36 +8,36 @@ import * as React from "react";
8
8
  declare function InputGroup({
9
9
  className,
10
10
  ...props
11
- }: React.ComponentProps<'div'>): react_jsx_runtime93.JSX.Element;
11
+ }: React.ComponentProps<'div'>): react_jsx_runtime96.JSX.Element;
12
12
  declare const inputGroupAddonVariants: (props?: ({
13
13
  align?: "inline-start" | "inline-end" | "block-start" | "block-end" | null | undefined;
14
- } & class_variance_authority_types2.ClassProp) | undefined) => string;
14
+ } & class_variance_authority_types3.ClassProp) | undefined) => string;
15
15
  declare function InputGroupAddon({
16
16
  className,
17
17
  align,
18
18
  ...props
19
- }: React.ComponentProps<'div'> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime93.JSX.Element;
19
+ }: React.ComponentProps<'div'> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime96.JSX.Element;
20
20
  declare const inputGroupButtonVariants: (props?: ({
21
- size?: "sm" | "icon-sm" | "xs" | "icon-xs" | null | undefined;
22
- } & class_variance_authority_types2.ClassProp) | undefined) => string;
21
+ size?: "xs" | "sm" | "icon-xs" | "icon-sm" | null | undefined;
22
+ } & class_variance_authority_types3.ClassProp) | undefined) => string;
23
23
  declare function InputGroupButton({
24
24
  className,
25
25
  type,
26
26
  variant,
27
27
  size,
28
28
  ...props
29
- }: Omit<React.ComponentProps<typeof Button>, 'size'> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime93.JSX.Element;
29
+ }: Omit<React.ComponentProps<typeof Button>, 'size'> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime96.JSX.Element;
30
30
  declare function InputGroupText({
31
31
  className,
32
32
  ...props
33
- }: React.ComponentProps<'span'>): react_jsx_runtime93.JSX.Element;
33
+ }: React.ComponentProps<'span'>): react_jsx_runtime96.JSX.Element;
34
34
  declare function InputGroupInput({
35
35
  className,
36
36
  ...props
37
- }: React.ComponentProps<'input'>): react_jsx_runtime93.JSX.Element;
37
+ }: React.ComponentProps<'input'>): react_jsx_runtime96.JSX.Element;
38
38
  declare function InputGroupTextarea({
39
39
  className,
40
40
  ...props
41
- }: React.ComponentProps<'textarea'>): react_jsx_runtime93.JSX.Element;
41
+ }: React.ComponentProps<'textarea'>): react_jsx_runtime96.JSX.Element;
42
42
  //#endregion
43
43
  export { InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea };
@@ -1,43 +1,43 @@
1
1
  import { Button } from "./button.js";
2
2
  import { VariantProps } from "class-variance-authority";
3
3
  import * as React from "react";
4
- import * as react_jsx_runtime93 from "react/jsx-runtime";
5
- import * as class_variance_authority_types2 from "class-variance-authority/types";
4
+ import * as react_jsx_runtime96 from "react/jsx-runtime";
5
+ import * as class_variance_authority_types3 from "class-variance-authority/types";
6
6
 
7
7
  //#region src/components/ui/input-group.d.ts
8
8
  declare function InputGroup({
9
9
  className,
10
10
  ...props
11
- }: React.ComponentProps<'div'>): react_jsx_runtime93.JSX.Element;
11
+ }: React.ComponentProps<'div'>): react_jsx_runtime96.JSX.Element;
12
12
  declare const inputGroupAddonVariants: (props?: ({
13
13
  align?: "inline-start" | "inline-end" | "block-start" | "block-end" | null | undefined;
14
- } & class_variance_authority_types2.ClassProp) | undefined) => string;
14
+ } & class_variance_authority_types3.ClassProp) | undefined) => string;
15
15
  declare function InputGroupAddon({
16
16
  className,
17
17
  align,
18
18
  ...props
19
- }: React.ComponentProps<'div'> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime93.JSX.Element;
19
+ }: React.ComponentProps<'div'> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime96.JSX.Element;
20
20
  declare const inputGroupButtonVariants: (props?: ({
21
- size?: "sm" | "icon-sm" | "xs" | "icon-xs" | null | undefined;
22
- } & class_variance_authority_types2.ClassProp) | undefined) => string;
21
+ size?: "xs" | "sm" | "icon-xs" | "icon-sm" | null | undefined;
22
+ } & class_variance_authority_types3.ClassProp) | undefined) => string;
23
23
  declare function InputGroupButton({
24
24
  className,
25
25
  type,
26
26
  variant,
27
27
  size,
28
28
  ...props
29
- }: Omit<React.ComponentProps<typeof Button>, 'size'> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime93.JSX.Element;
29
+ }: Omit<React.ComponentProps<typeof Button>, 'size'> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime96.JSX.Element;
30
30
  declare function InputGroupText({
31
31
  className,
32
32
  ...props
33
- }: React.ComponentProps<'span'>): react_jsx_runtime93.JSX.Element;
33
+ }: React.ComponentProps<'span'>): react_jsx_runtime96.JSX.Element;
34
34
  declare function InputGroupInput({
35
35
  className,
36
36
  ...props
37
- }: React.ComponentProps<'input'>): react_jsx_runtime93.JSX.Element;
37
+ }: React.ComponentProps<'input'>): react_jsx_runtime96.JSX.Element;
38
38
  declare function InputGroupTextarea({
39
39
  className,
40
40
  ...props
41
- }: React.ComponentProps<'textarea'>): react_jsx_runtime93.JSX.Element;
41
+ }: React.ComponentProps<'textarea'>): react_jsx_runtime96.JSX.Element;
42
42
  //#endregion
43
43
  export { InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime92 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime95 from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
 
4
4
  //#region src/components/ui/input.d.ts
@@ -7,6 +7,6 @@ declare function Input({
7
7
  className,
8
8
  type,
9
9
  ...props
10
- }: InputProps): react_jsx_runtime92.JSX.Element;
10
+ }: InputProps): react_jsx_runtime95.JSX.Element;
11
11
  //#endregion
12
12
  export { Input, InputProps };
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime92 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime95 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_runtime92.JSX.Element;
10
+ }: InputProps): react_jsx_runtime95.JSX.Element;
11
11
  //#endregion
12
12
  export { Input, InputProps };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime99 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime102 from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import * as LabelPrimitive from "@radix-ui/react-label";
4
4
 
@@ -6,6 +6,6 @@ import * as LabelPrimitive from "@radix-ui/react-label";
6
6
  declare function Label({
7
7
  className,
8
8
  ...props
9
- }: React.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime99.JSX.Element;
9
+ }: React.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime102.JSX.Element;
10
10
  //#endregion
11
11
  export { Label };
@@ -1,11 +1,11 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime99 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime102 from "react/jsx-runtime";
3
3
  import * as LabelPrimitive from "@radix-ui/react-label";
4
4
 
5
5
  //#region src/components/ui/label.d.ts
6
6
  declare function Label({
7
7
  className,
8
8
  ...props
9
- }: React.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime99.JSX.Element;
9
+ }: React.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime102.JSX.Element;
10
10
  //#endregion
11
11
  export { Label };
@@ -1,20 +1,20 @@
1
1
  import { Button } from "./button.cjs";
2
2
  import "../../index.cjs";
3
- import * as react_jsx_runtime101 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime104 from "react/jsx-runtime";
4
4
  import * as React from "react";
5
5
 
6
6
  //#region src/components/ui/pagination.d.ts
7
7
  declare function Pagination({
8
8
  className,
9
9
  ...props
10
- }: React.ComponentProps<'nav'>): react_jsx_runtime101.JSX.Element;
10
+ }: React.ComponentProps<'nav'>): react_jsx_runtime104.JSX.Element;
11
11
  declare function PaginationContent({
12
12
  className,
13
13
  ...props
14
- }: React.ComponentProps<'ul'>): react_jsx_runtime101.JSX.Element;
14
+ }: React.ComponentProps<'ul'>): react_jsx_runtime104.JSX.Element;
15
15
  declare function PaginationItem({
16
16
  ...props
17
- }: React.ComponentProps<'li'>): react_jsx_runtime101.JSX.Element;
17
+ }: React.ComponentProps<'li'>): react_jsx_runtime104.JSX.Element;
18
18
  type PaginationLinkProps = {
19
19
  isActive?: boolean;
20
20
  } & Pick<React.ComponentProps<typeof Button>, 'size'> & React.ComponentProps<'a'>;
@@ -23,18 +23,18 @@ declare function PaginationLink({
23
23
  isActive,
24
24
  size,
25
25
  ...props
26
- }: PaginationLinkProps): react_jsx_runtime101.JSX.Element;
26
+ }: PaginationLinkProps): react_jsx_runtime104.JSX.Element;
27
27
  declare function PaginationPrevious({
28
28
  className,
29
29
  ...props
30
- }: React.ComponentProps<typeof PaginationLink>): react_jsx_runtime101.JSX.Element;
30
+ }: React.ComponentProps<typeof PaginationLink>): react_jsx_runtime104.JSX.Element;
31
31
  declare function PaginationNext({
32
32
  className,
33
33
  ...props
34
- }: React.ComponentProps<typeof PaginationLink>): react_jsx_runtime101.JSX.Element;
34
+ }: React.ComponentProps<typeof PaginationLink>): react_jsx_runtime104.JSX.Element;
35
35
  declare function PaginationEllipsis({
36
36
  className,
37
37
  ...props
38
- }: React.ComponentProps<'span'>): react_jsx_runtime101.JSX.Element;
38
+ }: React.ComponentProps<'span'>): react_jsx_runtime104.JSX.Element;
39
39
  //#endregion
40
40
  export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious };
@@ -1,20 +1,20 @@
1
1
  import { Button } from "./button.js";
2
2
  import "../../index.js";
3
3
  import * as React from "react";
4
- import * as react_jsx_runtime101 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime104 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/ui/pagination.d.ts
7
7
  declare function Pagination({
8
8
  className,
9
9
  ...props
10
- }: React.ComponentProps<'nav'>): react_jsx_runtime101.JSX.Element;
10
+ }: React.ComponentProps<'nav'>): react_jsx_runtime104.JSX.Element;
11
11
  declare function PaginationContent({
12
12
  className,
13
13
  ...props
14
- }: React.ComponentProps<'ul'>): react_jsx_runtime101.JSX.Element;
14
+ }: React.ComponentProps<'ul'>): react_jsx_runtime104.JSX.Element;
15
15
  declare function PaginationItem({
16
16
  ...props
17
- }: React.ComponentProps<'li'>): react_jsx_runtime101.JSX.Element;
17
+ }: React.ComponentProps<'li'>): react_jsx_runtime104.JSX.Element;
18
18
  type PaginationLinkProps = {
19
19
  isActive?: boolean;
20
20
  } & Pick<React.ComponentProps<typeof Button>, 'size'> & React.ComponentProps<'a'>;
@@ -23,18 +23,18 @@ declare function PaginationLink({
23
23
  isActive,
24
24
  size,
25
25
  ...props
26
- }: PaginationLinkProps): react_jsx_runtime101.JSX.Element;
26
+ }: PaginationLinkProps): react_jsx_runtime104.JSX.Element;
27
27
  declare function PaginationPrevious({
28
28
  className,
29
29
  ...props
30
- }: React.ComponentProps<typeof PaginationLink>): react_jsx_runtime101.JSX.Element;
30
+ }: React.ComponentProps<typeof PaginationLink>): react_jsx_runtime104.JSX.Element;
31
31
  declare function PaginationNext({
32
32
  className,
33
33
  ...props
34
- }: React.ComponentProps<typeof PaginationLink>): react_jsx_runtime101.JSX.Element;
34
+ }: React.ComponentProps<typeof PaginationLink>): react_jsx_runtime104.JSX.Element;
35
35
  declare function PaginationEllipsis({
36
36
  className,
37
37
  ...props
38
- }: React.ComponentProps<'span'>): react_jsx_runtime101.JSX.Element;
38
+ }: React.ComponentProps<'span'>): react_jsx_runtime104.JSX.Element;
39
39
  //#endregion
40
40
  export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious };
@@ -1,22 +1,22 @@
1
- import * as react_jsx_runtime108 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime111 from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import * as PopoverPrimitive from "@radix-ui/react-popover";
4
4
 
5
5
  //#region src/components/ui/popover.d.ts
6
6
  declare function Popover({
7
7
  ...props
8
- }: React.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime108.JSX.Element;
8
+ }: React.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime111.JSX.Element;
9
9
  declare function PopoverTrigger({
10
10
  ...props
11
- }: React.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime108.JSX.Element;
11
+ }: React.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime111.JSX.Element;
12
12
  declare function PopoverContent({
13
13
  className,
14
14
  align,
15
15
  sideOffset,
16
16
  ...props
17
- }: React.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime108.JSX.Element;
17
+ }: React.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime111.JSX.Element;
18
18
  declare function PopoverAnchor({
19
19
  ...props
20
- }: React.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime108.JSX.Element;
20
+ }: React.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime111.JSX.Element;
21
21
  //#endregion
22
22
  export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger };
@@ -1,22 +1,22 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime108 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime111 from "react/jsx-runtime";
3
3
  import * as PopoverPrimitive from "@radix-ui/react-popover";
4
4
 
5
5
  //#region src/components/ui/popover.d.ts
6
6
  declare function Popover({
7
7
  ...props
8
- }: React.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime108.JSX.Element;
8
+ }: React.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime111.JSX.Element;
9
9
  declare function PopoverTrigger({
10
10
  ...props
11
- }: React.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime108.JSX.Element;
11
+ }: React.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime111.JSX.Element;
12
12
  declare function PopoverContent({
13
13
  className,
14
14
  align,
15
15
  sideOffset,
16
16
  ...props
17
- }: React.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime108.JSX.Element;
17
+ }: React.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime111.JSX.Element;
18
18
  declare function PopoverAnchor({
19
19
  ...props
20
- }: React.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime108.JSX.Element;
20
+ }: React.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime111.JSX.Element;
21
21
  //#endregion
22
22
  export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime112 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime115 from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
4
4
 
@@ -6,10 +6,10 @@ import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
6
6
  declare function RadioGroup({
7
7
  className,
8
8
  ...props
9
- }: React.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime112.JSX.Element;
9
+ }: React.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime115.JSX.Element;
10
10
  declare function RadioGroupItem({
11
11
  className,
12
12
  ...props
13
- }: React.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime112.JSX.Element;
13
+ }: React.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime115.JSX.Element;
14
14
  //#endregion
15
15
  export { RadioGroup, RadioGroupItem };
@@ -1,15 +1,15 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime112 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime115 from "react/jsx-runtime";
3
3
  import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
4
4
 
5
5
  //#region src/components/ui/radio-group.d.ts
6
6
  declare function RadioGroup({
7
7
  className,
8
8
  ...props
9
- }: React.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime112.JSX.Element;
9
+ }: React.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime115.JSX.Element;
10
10
  declare function RadioGroupItem({
11
11
  className,
12
12
  ...props
13
- }: React.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime112.JSX.Element;
13
+ }: React.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime115.JSX.Element;
14
14
  //#endregion
15
15
  export { RadioGroup, RadioGroupItem };