eai-frontend-components 2.0.5 → 2.0.6
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/package.json +3 -3
- package/src/components/ui/accordion.tsx +0 -48
- package/src/components/ui/alert-dialog.tsx +0 -138
- package/src/components/ui/alert.tsx +0 -36
- package/src/components/ui/avatar.tsx +0 -48
- package/src/components/ui/badge.tsx +0 -35
- package/src/components/ui/breadcrumb.tsx +0 -115
- package/src/components/ui/button.tsx +0 -43
- package/src/components/ui/calendar.tsx +0 -142
- package/src/components/ui/card.tsx +0 -35
- package/src/components/ui/carousel.tsx +0 -257
- package/src/components/ui/chart.tsx +0 -363
- package/src/components/ui/checkbox.tsx +0 -26
- package/src/components/ui/collapsible.tsx +0 -9
- package/src/components/ui/command.tsx +0 -145
- package/src/components/ui/context-menu.tsx +0 -198
- package/src/components/ui/custom/date-picker.tsx +0 -97
- package/src/components/ui/custom/form/checkbox.tsx +0 -53
- package/src/components/ui/custom/form/color.tsx +0 -140
- package/src/components/ui/custom/form/combobox.tsx +0 -259
- package/src/components/ui/custom/form/cpf-cnpj.tsx +0 -85
- package/src/components/ui/custom/form/currency.tsx +0 -51
- package/src/components/ui/custom/form/date-range.tsx +0 -110
- package/src/components/ui/custom/form/date.tsx +0 -109
- package/src/components/ui/custom/form/decimal.tsx +0 -50
- package/src/components/ui/custom/form/file.tsx +0 -65
- package/src/components/ui/custom/form/form-help-text.tsx +0 -20
- package/src/components/ui/custom/form/form-label.tsx +0 -24
- package/src/components/ui/custom/form/form-message.tsx +0 -10
- package/src/components/ui/custom/form/ghost.tsx +0 -28
- package/src/components/ui/custom/form/input.tsx +0 -69
- package/src/components/ui/custom/form/mask.tsx +0 -78
- package/src/components/ui/custom/form/multi-select.tsx +0 -209
- package/src/components/ui/custom/form/password.tsx +0 -70
- package/src/components/ui/custom/form/percent.tsx +0 -52
- package/src/components/ui/custom/form/phone.tsx +0 -79
- package/src/components/ui/custom/form/radio-group.tsx +0 -94
- package/src/components/ui/custom/form/select.tsx +0 -62
- package/src/components/ui/custom/form/step-new-form.tsx +0 -49
- package/src/components/ui/custom/form/switch.tsx +0 -51
- package/src/components/ui/custom/form/text.tsx +0 -71
- package/src/components/ui/custom/form/textarea.tsx +0 -71
- package/src/components/ui/custom/form/utils.ts +0 -100
- package/src/components/ui/custom/header.tsx +0 -128
- package/src/components/ui/custom/label.tsx +0 -79
- package/src/components/ui/custom/not-found.tsx +0 -30
- package/src/components/ui/custom/sidebar/module-switcher.tsx +0 -58
- package/src/components/ui/custom/sidebar/nav-footer.tsx +0 -35
- package/src/components/ui/custom/sidebar/nav-main.tsx +0 -64
- package/src/components/ui/custom/sidebar/nav-submenu-collapsible.tsx +0 -60
- package/src/components/ui/custom/sidebar/nav-submenu-dropdown.tsx +0 -56
- package/src/components/ui/custom/sidebar/nav-user.tsx +0 -77
- package/src/components/ui/custom/sidebar/sidebar-button.tsx +0 -30
- package/src/components/ui/custom/sidebar/sidebar-item-two-lines.tsx +0 -25
- package/src/components/ui/custom/sidebar/sidebar-item.tsx +0 -19
- package/src/components/ui/custom/sidebar/types/sidebar.ts +0 -31
- package/src/components/ui/custom/table/data-table-export.tsx +0 -126
- package/src/components/ui/custom/table/data-table-footer.tsx +0 -148
- package/src/components/ui/custom/table/data-table-header.tsx +0 -58
- package/src/components/ui/custom/table/data-table-rows.tsx +0 -94
- package/src/components/ui/custom/table/data-table.tsx +0 -285
- package/src/components/ui/custom/table/types/data-table.ts +0 -31
- package/src/components/ui/custom/theme-provider.tsx +0 -121
- package/src/components/ui/dateRangePicker.tsx +0 -63
- package/src/components/ui/dialog.tsx +0 -84
- package/src/components/ui/drawer.tsx +0 -116
- package/src/components/ui/dropdown-menu.tsx +0 -173
- package/src/components/ui/form.tsx +0 -114
- package/src/components/ui/hover-card.tsx +0 -27
- package/src/components/ui/input.tsx +0 -265
- package/src/components/ui/label.tsx +0 -15
- package/src/components/ui/masks.ts +0 -35
- package/src/components/ui/pagination.tsx +0 -78
- package/src/components/ui/popover.tsx +0 -32
- package/src/components/ui/progress.tsx +0 -22
- package/src/components/ui/radio-group.tsx +0 -36
- package/src/components/ui/scroll-area.tsx +0 -46
- package/src/components/ui/select.tsx +0 -130
- package/src/components/ui/separator.tsx +0 -29
- package/src/components/ui/sheet.tsx +0 -90
- package/src/components/ui/sidebar.tsx +0 -598
- package/src/components/ui/skeleton.tsx +0 -15
- package/src/components/ui/slider.tsx +0 -18
- package/src/components/ui/switch.tsx +0 -26
- package/src/components/ui/table.tsx +0 -53
- package/src/components/ui/tabs.tsx +0 -47
- package/src/components/ui/textarea.tsx +0 -27
- package/src/components/ui/toast.tsx +0 -88
- package/src/components/ui/toaster.tsx +0 -49
- package/src/components/ui/tooltip.tsx +0 -31
- package/src/components/ui/use-calendar.tsx +0 -61
- package/src/components/ui/use-toast.ts +0 -186
- package/src/hooks/use-mobile.tsx +0 -19
- package/src/index.ts +0 -299
- package/src/lib/help/date-utils.ts +0 -41
- package/src/lib/help/format.ts +0 -171
- package/src/lib/help/theme.ts +0 -346
- package/src/lib/help/uuid.ts +0 -4
- package/src/lib/utils.ts +0 -6
- package/src/styles/globals.css +0 -59
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { ChevronLeft, ChevronRight, MoreHorizontal } from 'lucide-react';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
import { cn } from '../../lib/utils';
|
|
4
|
-
import { ButtonProps, buttonVariants } from './button';
|
|
5
|
-
|
|
6
|
-
const Pagination = ({ className, ...props }: React.ComponentProps<'nav'>) => (
|
|
7
|
-
<nav role='navigation' aria-label='pagination' className={cn('mx-auto flex w-full justify-center', className)} {...props} />
|
|
8
|
-
);
|
|
9
|
-
Pagination.displayName = 'Pagination';
|
|
10
|
-
|
|
11
|
-
const PaginationContent = React.forwardRef<HTMLUListElement, React.ComponentProps<'ul'>>(({ className, ...props }, ref) => (
|
|
12
|
-
<ul ref={ref} className={cn('flex flex-row items-center gap-1', className)} {...props} />
|
|
13
|
-
));
|
|
14
|
-
PaginationContent.displayName = 'PaginationContent';
|
|
15
|
-
|
|
16
|
-
const PaginationItem = React.forwardRef<HTMLLIElement, React.ComponentProps<'li'>>(({ className, ...props }, ref) => (
|
|
17
|
-
<li ref={ref} className={cn('', className)} {...props} />
|
|
18
|
-
));
|
|
19
|
-
PaginationItem.displayName = 'PaginationItem';
|
|
20
|
-
|
|
21
|
-
type PaginationLinkProps = {
|
|
22
|
-
isActive?: boolean;
|
|
23
|
-
disabled?: boolean;
|
|
24
|
-
} & Pick<ButtonProps, 'size'> &
|
|
25
|
-
React.ComponentProps<'a'>;
|
|
26
|
-
|
|
27
|
-
const PaginationLink = ({ className, isActive, size = 'icon', ...props }: PaginationLinkProps) => (
|
|
28
|
-
<a
|
|
29
|
-
aria-current={isActive ? 'page' : undefined}
|
|
30
|
-
className={cn(
|
|
31
|
-
buttonVariants({
|
|
32
|
-
variant: isActive ? 'outline' : 'ghost',
|
|
33
|
-
size,
|
|
34
|
-
}),
|
|
35
|
-
isActive ? '' : 'cursor-pointer',
|
|
36
|
-
className,
|
|
37
|
-
)}
|
|
38
|
-
{...props}
|
|
39
|
-
/>
|
|
40
|
-
);
|
|
41
|
-
PaginationLink.displayName = 'PaginationLink';
|
|
42
|
-
|
|
43
|
-
const PaginationPrevious = ({ className, disabled, ...props }: React.ComponentProps<typeof PaginationLink>) => (
|
|
44
|
-
<PaginationLink
|
|
45
|
-
aria-label='Go to previous page'
|
|
46
|
-
size='default'
|
|
47
|
-
className={cn('gap-1 pl-2.5', disabled ? 'cursor-default text-zinc-500' : 'cursor-pointer', className)}
|
|
48
|
-
{...props}
|
|
49
|
-
>
|
|
50
|
-
<ChevronLeft className='h-4 w-4' />
|
|
51
|
-
<span>Anterior</span>
|
|
52
|
-
</PaginationLink>
|
|
53
|
-
);
|
|
54
|
-
PaginationPrevious.displayName = 'PaginationPrevious';
|
|
55
|
-
|
|
56
|
-
const PaginationNext = ({ className, disabled, ...props }: React.ComponentProps<typeof PaginationLink>) => (
|
|
57
|
-
<PaginationLink
|
|
58
|
-
aria-label='Go to next page'
|
|
59
|
-
size='default'
|
|
60
|
-
className={cn('gap-1 pr-2.5', disabled ? 'cursor-default text-zinc-500' : 'cursor-pointer', className)}
|
|
61
|
-
{...props}
|
|
62
|
-
>
|
|
63
|
-
<span>Próximo</span>
|
|
64
|
-
<ChevronRight className='h-4 w-4' />
|
|
65
|
-
</PaginationLink>
|
|
66
|
-
);
|
|
67
|
-
PaginationNext.displayName = 'PaginationNext';
|
|
68
|
-
|
|
69
|
-
const PaginationEllipsis = ({ className, ...props }: React.ComponentProps<'span'>) => (
|
|
70
|
-
<span aria-hidden className={cn('flex h-9 w-9 items-center justify-center', className)} {...props}>
|
|
71
|
-
<MoreHorizontal className='h-4 w-4' />
|
|
72
|
-
<span className='sr-only'>More pages</span>
|
|
73
|
-
</span>
|
|
74
|
-
);
|
|
75
|
-
PaginationEllipsis.displayName = 'PaginationEllipsis';
|
|
76
|
-
|
|
77
|
-
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious };
|
|
78
|
-
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
import { cn } from '../../lib/utils';
|
|
4
|
-
|
|
5
|
-
const Popover = PopoverPrimitive.Root;
|
|
6
|
-
|
|
7
|
-
const PopoverTrigger = PopoverPrimitive.Trigger;
|
|
8
|
-
|
|
9
|
-
const PopoverContent = React.forwardRef<
|
|
10
|
-
React.ElementRef<typeof PopoverPrimitive.Content>,
|
|
11
|
-
React.ComponentPropsWithoutRef<typeof PopoverPrimitive.Content>
|
|
12
|
-
>(({ className, align = 'center', sideOffset = 4, ...props }, ref) => (
|
|
13
|
-
<PopoverPrimitive.Portal>
|
|
14
|
-
<PopoverPrimitive.Content
|
|
15
|
-
ref={ref}
|
|
16
|
-
align={align}
|
|
17
|
-
sideOffset={sideOffset}
|
|
18
|
-
onWheel={(e) => {
|
|
19
|
-
e.stopPropagation();
|
|
20
|
-
}}
|
|
21
|
-
className={cn(
|
|
22
|
-
'z-50 w-72 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2',
|
|
23
|
-
className,
|
|
24
|
-
)}
|
|
25
|
-
{...props}
|
|
26
|
-
/>
|
|
27
|
-
</PopoverPrimitive.Portal>
|
|
28
|
-
));
|
|
29
|
-
PopoverContent.displayName = PopoverPrimitive.Content.displayName;
|
|
30
|
-
|
|
31
|
-
export { Popover, PopoverContent, PopoverTrigger };
|
|
32
|
-
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as ProgressPrimitive from '@radix-ui/react-progress';
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
import { cn } from '../../lib/utils';
|
|
4
|
-
|
|
5
|
-
const Progress = React.forwardRef<React.ElementRef<typeof ProgressPrimitive.Root>, React.ComponentPropsWithoutRef<typeof ProgressPrimitive.Root>>(
|
|
6
|
-
({ className, value, ...props }, ref) => (
|
|
7
|
-
<ProgressPrimitive.Root
|
|
8
|
-
ref={ref}
|
|
9
|
-
className={cn('relative h-4 w-full overflow-hidden rounded-full bg-background-secondary', className)}
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<ProgressPrimitive.Indicator
|
|
13
|
-
className='h-full w-full flex-1 bg-background-primary transition-all'
|
|
14
|
-
style={{ transform: `translateX(-${100 - (value || 0)}%)` }}
|
|
15
|
-
/>
|
|
16
|
-
</ProgressPrimitive.Root>
|
|
17
|
-
),
|
|
18
|
-
);
|
|
19
|
-
Progress.displayName = ProgressPrimitive.Root.displayName;
|
|
20
|
-
|
|
21
|
-
export { Progress };
|
|
22
|
-
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
2
|
-
import { Circle } from 'lucide-react';
|
|
3
|
-
import * as React from 'react';
|
|
4
|
-
import { cn } from '../../lib/utils';
|
|
5
|
-
|
|
6
|
-
const RadioGroup = React.forwardRef<
|
|
7
|
-
React.ElementRef<typeof RadioGroupPrimitive.Root>,
|
|
8
|
-
React.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Root>
|
|
9
|
-
>(({ className, ...props }, ref) => {
|
|
10
|
-
return <RadioGroupPrimitive.Root className={cn('', className)} {...props} ref={ref} />;
|
|
11
|
-
});
|
|
12
|
-
RadioGroup.displayName = RadioGroupPrimitive.Root.displayName;
|
|
13
|
-
|
|
14
|
-
const RadioGroupItem = React.forwardRef<
|
|
15
|
-
React.ElementRef<typeof RadioGroupPrimitive.Item>,
|
|
16
|
-
React.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Item>
|
|
17
|
-
>(({ className, ...props }, ref) => {
|
|
18
|
-
return (
|
|
19
|
-
<RadioGroupPrimitive.Item
|
|
20
|
-
ref={ref}
|
|
21
|
-
className={cn(
|
|
22
|
-
'aspect-square h-4 w-4 rounded-full border border-primary text-primary ring-offset-background focus:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50',
|
|
23
|
-
className,
|
|
24
|
-
)}
|
|
25
|
-
{...props}
|
|
26
|
-
>
|
|
27
|
-
<RadioGroupPrimitive.Indicator className='flex items-center justify-center'>
|
|
28
|
-
<Circle className='h-2.5 w-2.5 fill-current text-current' />
|
|
29
|
-
</RadioGroupPrimitive.Indicator>
|
|
30
|
-
</RadioGroupPrimitive.Item>
|
|
31
|
-
);
|
|
32
|
-
});
|
|
33
|
-
RadioGroupItem.displayName = RadioGroupPrimitive.Item.displayName;
|
|
34
|
-
|
|
35
|
-
export { RadioGroup, RadioGroupItem };
|
|
36
|
-
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import * as React from "react"
|
|
2
|
-
import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area"
|
|
3
|
-
|
|
4
|
-
import { cn } from "@/lib/utils"
|
|
5
|
-
|
|
6
|
-
const ScrollArea = React.forwardRef<
|
|
7
|
-
React.ElementRef<typeof ScrollAreaPrimitive.Root>,
|
|
8
|
-
React.ComponentPropsWithoutRef<typeof ScrollAreaPrimitive.Root>
|
|
9
|
-
>(({ className, children, ...props }, ref) => (
|
|
10
|
-
<ScrollAreaPrimitive.Root
|
|
11
|
-
ref={ref}
|
|
12
|
-
className={cn("relative overflow-hidden", className)}
|
|
13
|
-
{...props}
|
|
14
|
-
>
|
|
15
|
-
<ScrollAreaPrimitive.Viewport className="h-full w-full rounded-[inherit]">
|
|
16
|
-
{children}
|
|
17
|
-
</ScrollAreaPrimitive.Viewport>
|
|
18
|
-
<ScrollBar />
|
|
19
|
-
<ScrollAreaPrimitive.Corner />
|
|
20
|
-
</ScrollAreaPrimitive.Root>
|
|
21
|
-
))
|
|
22
|
-
ScrollArea.displayName = ScrollAreaPrimitive.Root.displayName
|
|
23
|
-
|
|
24
|
-
const ScrollBar = React.forwardRef<
|
|
25
|
-
React.ElementRef<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>,
|
|
26
|
-
React.ComponentPropsWithoutRef<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>
|
|
27
|
-
>(({ className, orientation = "vertical", ...props }, ref) => (
|
|
28
|
-
<ScrollAreaPrimitive.ScrollAreaScrollbar
|
|
29
|
-
ref={ref}
|
|
30
|
-
orientation={orientation}
|
|
31
|
-
className={cn(
|
|
32
|
-
"flex touch-none select-none transition-colors",
|
|
33
|
-
orientation === "vertical" &&
|
|
34
|
-
"h-full w-2.5 border-l border-l-transparent p-[1px]",
|
|
35
|
-
orientation === "horizontal" &&
|
|
36
|
-
"h-2.5 flex-col border-t border-t-transparent p-[1px]",
|
|
37
|
-
className
|
|
38
|
-
)}
|
|
39
|
-
{...props}
|
|
40
|
-
>
|
|
41
|
-
<ScrollAreaPrimitive.ScrollAreaThumb className="relative flex-1 rounded-full bg-border" />
|
|
42
|
-
</ScrollAreaPrimitive.ScrollAreaScrollbar>
|
|
43
|
-
))
|
|
44
|
-
ScrollBar.displayName = ScrollAreaPrimitive.ScrollAreaScrollbar.displayName
|
|
45
|
-
|
|
46
|
-
export { ScrollArea, ScrollBar }
|
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
2
|
-
import { Check, ChevronDown, ChevronUp } from 'lucide-react';
|
|
3
|
-
import * as React from 'react';
|
|
4
|
-
import { cn } from '../../lib/utils';
|
|
5
|
-
|
|
6
|
-
const Select = SelectPrimitive.Root;
|
|
7
|
-
|
|
8
|
-
const SelectGroup = SelectPrimitive.Group;
|
|
9
|
-
|
|
10
|
-
const SelectValue = SelectPrimitive.Value;
|
|
11
|
-
|
|
12
|
-
const SelectTrigger = React.forwardRef<
|
|
13
|
-
React.ElementRef<typeof SelectPrimitive.Trigger>,
|
|
14
|
-
React.ComponentPropsWithoutRef<typeof SelectPrimitive.Trigger>
|
|
15
|
-
>(({ className, children, ...props }, ref) => (
|
|
16
|
-
<SelectPrimitive.Trigger
|
|
17
|
-
ref={ref}
|
|
18
|
-
className={cn(
|
|
19
|
-
'flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background data-[placeholder]:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1',
|
|
20
|
-
className,
|
|
21
|
-
)}
|
|
22
|
-
{...props}
|
|
23
|
-
>
|
|
24
|
-
{children}
|
|
25
|
-
<SelectPrimitive.Icon asChild>
|
|
26
|
-
<ChevronDown className='h-4 w-4 opacity-50' />
|
|
27
|
-
</SelectPrimitive.Icon>
|
|
28
|
-
</SelectPrimitive.Trigger>
|
|
29
|
-
));
|
|
30
|
-
SelectTrigger.displayName = SelectPrimitive.Trigger.displayName;
|
|
31
|
-
|
|
32
|
-
const SelectScrollUpButton = React.forwardRef<
|
|
33
|
-
React.ElementRef<typeof SelectPrimitive.ScrollUpButton>,
|
|
34
|
-
React.ComponentPropsWithoutRef<typeof SelectPrimitive.ScrollUpButton>
|
|
35
|
-
>(({ className, ...props }, ref) => (
|
|
36
|
-
<SelectPrimitive.ScrollUpButton ref={ref} className={cn('flex cursor-default items-center justify-center py-1', className)} {...props}>
|
|
37
|
-
<ChevronUp className='h-4 w-4' />
|
|
38
|
-
</SelectPrimitive.ScrollUpButton>
|
|
39
|
-
));
|
|
40
|
-
SelectScrollUpButton.displayName = SelectPrimitive.ScrollUpButton.displayName;
|
|
41
|
-
|
|
42
|
-
const SelectScrollDownButton = React.forwardRef<
|
|
43
|
-
React.ElementRef<typeof SelectPrimitive.ScrollDownButton>,
|
|
44
|
-
React.ComponentPropsWithoutRef<typeof SelectPrimitive.ScrollDownButton>
|
|
45
|
-
>(({ className, ...props }, ref) => (
|
|
46
|
-
<SelectPrimitive.ScrollDownButton ref={ref} className={cn('flex cursor-default items-center justify-center py-1', className)} {...props}>
|
|
47
|
-
<ChevronDown className='h-4 w-4' />
|
|
48
|
-
</SelectPrimitive.ScrollDownButton>
|
|
49
|
-
));
|
|
50
|
-
SelectScrollDownButton.displayName = SelectPrimitive.ScrollDownButton.displayName;
|
|
51
|
-
|
|
52
|
-
const SelectContent = React.forwardRef<
|
|
53
|
-
React.ElementRef<typeof SelectPrimitive.Content>,
|
|
54
|
-
React.ComponentPropsWithoutRef<typeof SelectPrimitive.Content>
|
|
55
|
-
>(({ className, children, position = 'popper', ...props }, ref) => (
|
|
56
|
-
<SelectPrimitive.Portal>
|
|
57
|
-
<SelectPrimitive.Content
|
|
58
|
-
ref={ref}
|
|
59
|
-
className={cn(
|
|
60
|
-
'relative z-50 max-h-[--radix-select-content-available-height] min-w-[8rem] overflow-y-auto overflow-x-hidden rounded-md border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-[--radix-select-content-transform-origin]',
|
|
61
|
-
position === 'popper' &&
|
|
62
|
-
'data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1',
|
|
63
|
-
className,
|
|
64
|
-
)}
|
|
65
|
-
position={position}
|
|
66
|
-
{...props}
|
|
67
|
-
>
|
|
68
|
-
<SelectScrollUpButton />
|
|
69
|
-
<SelectPrimitive.Viewport
|
|
70
|
-
className={cn(
|
|
71
|
-
'p-1',
|
|
72
|
-
position === 'popper' && 'h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]',
|
|
73
|
-
)}
|
|
74
|
-
>
|
|
75
|
-
{children}
|
|
76
|
-
</SelectPrimitive.Viewport>
|
|
77
|
-
<SelectScrollDownButton />
|
|
78
|
-
</SelectPrimitive.Content>
|
|
79
|
-
</SelectPrimitive.Portal>
|
|
80
|
-
));
|
|
81
|
-
SelectContent.displayName = SelectPrimitive.Content.displayName;
|
|
82
|
-
|
|
83
|
-
const SelectLabel = React.forwardRef<React.ElementRef<typeof SelectPrimitive.Label>, React.ComponentPropsWithoutRef<typeof SelectPrimitive.Label>>(
|
|
84
|
-
({ className, ...props }, ref) => (
|
|
85
|
-
<SelectPrimitive.Label ref={ref} className={cn('py-1.5 pl-8 pr-2 text-sm font-semibold', className)} {...props} />
|
|
86
|
-
),
|
|
87
|
-
);
|
|
88
|
-
SelectLabel.displayName = SelectPrimitive.Label.displayName;
|
|
89
|
-
|
|
90
|
-
const SelectItem = React.forwardRef<React.ElementRef<typeof SelectPrimitive.Item>, React.ComponentPropsWithoutRef<typeof SelectPrimitive.Item>>(
|
|
91
|
-
({ className, children, ...props }, ref) => (
|
|
92
|
-
<SelectPrimitive.Item
|
|
93
|
-
ref={ref}
|
|
94
|
-
className={cn(
|
|
95
|
-
'relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-3 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50',
|
|
96
|
-
className,
|
|
97
|
-
)}
|
|
98
|
-
{...props}
|
|
99
|
-
>
|
|
100
|
-
<SelectPrimitive.ItemText>{children}</SelectPrimitive.ItemText>
|
|
101
|
-
|
|
102
|
-
<span className='absolute right-2 flex h-3.5 w-3.5 items-center justify-center'>
|
|
103
|
-
<SelectPrimitive.ItemIndicator>
|
|
104
|
-
<Check className='h-4 w-4' />
|
|
105
|
-
</SelectPrimitive.ItemIndicator>
|
|
106
|
-
</span>
|
|
107
|
-
</SelectPrimitive.Item>
|
|
108
|
-
),
|
|
109
|
-
);
|
|
110
|
-
SelectItem.displayName = SelectPrimitive.Item.displayName;
|
|
111
|
-
|
|
112
|
-
const SelectSeparator = React.forwardRef<
|
|
113
|
-
React.ElementRef<typeof SelectPrimitive.Separator>,
|
|
114
|
-
React.ComponentPropsWithoutRef<typeof SelectPrimitive.Separator>
|
|
115
|
-
>(({ className, ...props }, ref) => <SelectPrimitive.Separator ref={ref} className={cn('-mx-1 my-1 h-px bg-muted', className)} {...props} />);
|
|
116
|
-
SelectSeparator.displayName = SelectPrimitive.Separator.displayName;
|
|
117
|
-
|
|
118
|
-
export {
|
|
119
|
-
Select,
|
|
120
|
-
SelectContent,
|
|
121
|
-
SelectGroup,
|
|
122
|
-
SelectItem,
|
|
123
|
-
SelectLabel,
|
|
124
|
-
SelectScrollDownButton,
|
|
125
|
-
SelectScrollUpButton,
|
|
126
|
-
SelectSeparator,
|
|
127
|
-
SelectTrigger,
|
|
128
|
-
SelectValue
|
|
129
|
-
};
|
|
130
|
-
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import * as React from "react"
|
|
2
|
-
import * as SeparatorPrimitive from "@radix-ui/react-separator"
|
|
3
|
-
|
|
4
|
-
import { cn } from "@/lib/utils"
|
|
5
|
-
|
|
6
|
-
const Separator = React.forwardRef<
|
|
7
|
-
React.ElementRef<typeof SeparatorPrimitive.Root>,
|
|
8
|
-
React.ComponentPropsWithoutRef<typeof SeparatorPrimitive.Root>
|
|
9
|
-
>(
|
|
10
|
-
(
|
|
11
|
-
{ className, orientation = "horizontal", decorative = true, ...props },
|
|
12
|
-
ref
|
|
13
|
-
) => (
|
|
14
|
-
<SeparatorPrimitive.Root
|
|
15
|
-
ref={ref}
|
|
16
|
-
decorative={decorative}
|
|
17
|
-
orientation={orientation}
|
|
18
|
-
className={cn(
|
|
19
|
-
"shrink-0 bg-border",
|
|
20
|
-
orientation === "horizontal" ? "h-[1px] w-full" : "h-full w-[1px]",
|
|
21
|
-
className
|
|
22
|
-
)}
|
|
23
|
-
{...props}
|
|
24
|
-
/>
|
|
25
|
-
)
|
|
26
|
-
)
|
|
27
|
-
Separator.displayName = SeparatorPrimitive.Root.displayName
|
|
28
|
-
|
|
29
|
-
export { Separator }
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
|
|
3
|
-
import * as SheetPrimitive from '@radix-ui/react-dialog';
|
|
4
|
-
import { type VariantProps, cva } from 'class-variance-authority';
|
|
5
|
-
import { X } from 'lucide-react';
|
|
6
|
-
import * as React from 'react';
|
|
7
|
-
import { cn } from '../../lib/utils';
|
|
8
|
-
|
|
9
|
-
const Sheet = SheetPrimitive.Root;
|
|
10
|
-
|
|
11
|
-
const SheetTrigger = SheetPrimitive.Trigger;
|
|
12
|
-
|
|
13
|
-
const SheetClose = SheetPrimitive.Close;
|
|
14
|
-
|
|
15
|
-
const SheetPortal = SheetPrimitive.Portal;
|
|
16
|
-
|
|
17
|
-
const SheetOverlay = React.forwardRef<React.ElementRef<typeof SheetPrimitive.Overlay>, React.ComponentPropsWithoutRef<typeof SheetPrimitive.Overlay>>(
|
|
18
|
-
({ className, ...props }, ref) => (
|
|
19
|
-
<SheetPrimitive.Overlay
|
|
20
|
-
className={cn(
|
|
21
|
-
'fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0',
|
|
22
|
-
className,
|
|
23
|
-
)}
|
|
24
|
-
{...props}
|
|
25
|
-
ref={ref}
|
|
26
|
-
/>
|
|
27
|
-
),
|
|
28
|
-
);
|
|
29
|
-
SheetOverlay.displayName = SheetPrimitive.Overlay.displayName;
|
|
30
|
-
|
|
31
|
-
const sheetVariants = cva(
|
|
32
|
-
'fixed z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500',
|
|
33
|
-
{
|
|
34
|
-
variants: {
|
|
35
|
-
side: {
|
|
36
|
-
top: 'inset-x-0 top-0 border-b data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top',
|
|
37
|
-
bottom: 'inset-x-0 bottom-0 border-t data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom',
|
|
38
|
-
left: 'inset-y-0 left-0 h-full w-3/4 border-r data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left sm:max-w-sm',
|
|
39
|
-
right: 'inset-y-0 right-0 h-full w-3/4 border-l data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right sm:max-w-sm',
|
|
40
|
-
},
|
|
41
|
-
},
|
|
42
|
-
defaultVariants: {
|
|
43
|
-
side: 'right',
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
);
|
|
47
|
-
|
|
48
|
-
interface SheetContentProps extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, VariantProps<typeof sheetVariants> {}
|
|
49
|
-
|
|
50
|
-
const SheetContent = React.forwardRef<React.ElementRef<typeof SheetPrimitive.Content>, SheetContentProps>(
|
|
51
|
-
({ side = 'right', className, children, ...props }, ref) => (
|
|
52
|
-
<SheetPortal>
|
|
53
|
-
<SheetOverlay />
|
|
54
|
-
<SheetPrimitive.Content ref={ref} className={cn(sheetVariants({ side }), className)} {...props}>
|
|
55
|
-
{children}
|
|
56
|
-
<SheetPrimitive.Close className='absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-background-secondary'>
|
|
57
|
-
<X className='h-4 w-4' />
|
|
58
|
-
<span className='sr-only'>Close</span>
|
|
59
|
-
</SheetPrimitive.Close>
|
|
60
|
-
</SheetPrimitive.Content>
|
|
61
|
-
</SheetPortal>
|
|
62
|
-
),
|
|
63
|
-
);
|
|
64
|
-
SheetContent.displayName = SheetPrimitive.Content.displayName;
|
|
65
|
-
|
|
66
|
-
const SheetHeader = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (
|
|
67
|
-
<div className={cn('flex flex-col space-y-2 text-center sm:text-left', className)} {...props} />
|
|
68
|
-
);
|
|
69
|
-
SheetHeader.displayName = 'SheetHeader';
|
|
70
|
-
|
|
71
|
-
const SheetFooter = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (
|
|
72
|
-
<div className={cn('flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2', className)} {...props} />
|
|
73
|
-
);
|
|
74
|
-
SheetFooter.displayName = 'SheetFooter';
|
|
75
|
-
|
|
76
|
-
const SheetTitle = React.forwardRef<React.ElementRef<typeof SheetPrimitive.Title>, React.ComponentPropsWithoutRef<typeof SheetPrimitive.Title>>(
|
|
77
|
-
({ className, ...props }, ref) => (
|
|
78
|
-
<SheetPrimitive.Title ref={ref} className={cn('text-lg font-semibold text-foreground', className)} {...props} />
|
|
79
|
-
),
|
|
80
|
-
);
|
|
81
|
-
SheetTitle.displayName = SheetPrimitive.Title.displayName;
|
|
82
|
-
|
|
83
|
-
const SheetDescription = React.forwardRef<
|
|
84
|
-
React.ElementRef<typeof SheetPrimitive.Description>,
|
|
85
|
-
React.ComponentPropsWithoutRef<typeof SheetPrimitive.Description>
|
|
86
|
-
>(({ className, ...props }, ref) => <SheetPrimitive.Description ref={ref} className={cn('text-sm text-muted-foreground', className)} {...props} />);
|
|
87
|
-
SheetDescription.displayName = SheetPrimitive.Description.displayName;
|
|
88
|
-
|
|
89
|
-
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger };
|
|
90
|
-
|