@lotte-innovate/ui-component-test 0.0.0 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +163 -154
- package/dist/Typography/Header/index.d.ts +13 -0
- package/dist/Typography/Header/index.jsx +58 -0
- package/dist/Typography/Text/index.d.ts +16 -0
- package/dist/Typography/Text/index.jsx +47 -0
- package/dist/components/Accordion/index.jsx +13 -13
- package/dist/components/AlertDialog/AlertDialogAction.jsx +2 -2
- package/dist/components/AlertDialog/AlertDialogCancel.jsx +2 -2
- package/dist/components/AlertDialog/AlertDialogContent.jsx +5 -5
- package/dist/components/AlertDialog/AlertDialogDescription.jsx +2 -2
- package/dist/components/AlertDialog/AlertDialogTitle.jsx +2 -2
- package/dist/components/AlertDialog/AlertDialogTrigger.jsx +2 -2
- package/dist/components/AspectRatio/index.jsx +2 -2
- package/dist/components/Avatar/index.jsx +5 -5
- package/dist/components/Badge/index.jsx +2 -2
- package/dist/components/BubbleChart/index.d.ts +1 -1
- package/dist/components/BubbleChart/index.jsx +1 -0
- package/dist/components/Button/index.jsx +2 -2
- package/dist/components/Callout/CalloutIcon.jsx +6 -6
- package/dist/components/Callout/CalloutText.jsx +2 -2
- package/dist/components/Callout/index.jsx +4 -4
- package/dist/components/Card/index.jsx +2 -2
- package/dist/components/Checkbox/index.jsx +9 -9
- package/dist/components/CheckboxCard/index.jsx +3 -3
- package/dist/components/CheckboxGroup/CheckboxGroupItem.jsx +4 -4
- package/dist/components/CheckboxGroup/index.jsx +4 -4
- package/dist/components/ContextMenu/ContextMenuCheckboxItem.jsx +5 -5
- package/dist/components/ContextMenu/ContextMenuContent.jsx +4 -4
- package/dist/components/ContextMenu/ContextMenuGroup.jsx +2 -2
- package/dist/components/ContextMenu/ContextMenuItem.jsx +3 -3
- package/dist/components/ContextMenu/ContextMenuItemIndicator.jsx +2 -2
- package/dist/components/ContextMenu/ContextMenuLabel.jsx +2 -2
- package/dist/components/ContextMenu/ContextMenuRadioGroup.jsx +4 -4
- package/dist/components/ContextMenu/ContextMenuRadioItem.jsx +5 -5
- package/dist/components/ContextMenu/ContextMenuSeparator.jsx +2 -2
- package/dist/components/ContextMenu/ContextMenuSubContent.jsx +4 -4
- package/dist/components/ContextMenu/ContextMenuSubTrigger.jsx +7 -7
- package/dist/components/ContextMenu/ContextMenuTrigger.jsx +2 -2
- package/dist/components/ContextMenu/index.jsx +2 -2
- package/dist/components/DataList/DataListItem.jsx +2 -2
- package/dist/components/DataList/DataListLabel.jsx +2 -2
- package/dist/components/DataList/DataListValue.jsx +2 -2
- package/dist/components/DataList/index.jsx +4 -4
- package/dist/components/Dialog/DialogAction.jsx +2 -2
- package/dist/components/Dialog/DialogCancel.jsx +2 -2
- package/dist/components/Dialog/DialogContent.jsx +2 -2
- package/dist/components/Dialog/DialogDescription.jsx +2 -2
- package/dist/components/Dialog/DialogSlot.jsx +2 -2
- package/dist/components/Dialog/DialogTitle.jsx +2 -2
- package/dist/components/Dialog/DialogTrigger.jsx +2 -2
- package/dist/components/Dialog/index.jsx +2 -2
- package/dist/components/DropdownMenu/DropdonMenuRadioGroup.jsx +4 -4
- package/dist/components/DropdownMenu/DropdonMenuSubContent.jsx +4 -4
- package/dist/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +5 -5
- package/dist/components/DropdownMenu/DropdownMenuContent.jsx +4 -4
- package/dist/components/DropdownMenu/DropdownMenuItem.jsx +3 -3
- package/dist/components/DropdownMenu/DropdownMenuItemIndicator.jsx +2 -2
- package/dist/components/DropdownMenu/DropdownMenuLable.jsx +2 -2
- package/dist/components/DropdownMenu/DropdownMenuRadioItem.jsx +5 -5
- package/dist/components/DropdownMenu/DropdownMenuSubTrigger.jsx +5 -5
- package/dist/components/DropdownMenu/DropdownMenuTrigger.jsx +2 -2
- package/dist/components/HoverCard/HoverCardContent.jsx +2 -2
- package/dist/components/HoverCard/HoverCardTrigger.jsx +2 -2
- package/dist/components/HoverCard/index.jsx +2 -2
- package/dist/components/IconButton/index.jsx +2 -2
- package/dist/components/Input/Input.stories.jsx +6 -6
- package/dist/components/Inset/index.jsx +4 -4
- package/dist/components/Label/index.jsx +2 -2
- package/dist/components/Menubar/MenubarCheckboxItem.jsx +5 -5
- package/dist/components/Menubar/MenubarContent.jsx +4 -4
- package/dist/components/Menubar/MenubarItem.jsx +3 -3
- package/dist/components/Menubar/MenubarItemIndicator.jsx +2 -2
- package/dist/components/Menubar/MenubarRadioGroup.jsx +4 -4
- package/dist/components/Menubar/MenubarRadioItem.jsx +5 -5
- package/dist/components/Menubar/MenubarSeparator.jsx +2 -2
- package/dist/components/Menubar/MenubarSubContent.jsx +2 -2
- package/dist/components/Menubar/MenubarSubTrigger.jsx +5 -5
- package/dist/components/Menubar/MenubarTrigger.jsx +2 -2
- package/dist/components/Menubar/index.jsx +4 -4
- package/dist/components/NavigationMenu/NavigationMenuContent.jsx +2 -2
- package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +3 -3
- package/dist/components/NavigationMenu/NavigationMenuItem.jsx +2 -2
- package/dist/components/NavigationMenu/NavigationMenuLink.jsx +2 -2
- package/dist/components/NavigationMenu/NavigationMenuList.jsx +3 -3
- package/dist/components/NavigationMenu/NavigationMenuTrigger.jsx +3 -3
- package/dist/components/NavigationMenu/NavigationMenuViewport.jsx +2 -2
- package/dist/components/NavigationMenu/index.jsx +4 -4
- package/dist/components/Popover/PopoverClose.jsx +2 -2
- package/dist/components/Popover/PopoverContent.jsx +2 -2
- package/dist/components/Popover/PopoverTrigger.jsx +2 -2
- package/dist/components/Popover/index.d.ts +1 -0
- package/dist/components/Popover/index.jsx +3 -2
- package/dist/components/Progress/index.d.ts +1 -1
- package/dist/components/Progress/index.jsx +3 -2
- package/dist/components/RadarChart/index.d.ts +1 -1
- package/dist/components/RadarChart/index.jsx +1 -0
- package/dist/components/Radio/index.d.ts +1 -1
- package/dist/components/Radio/index.jsx +8 -7
- package/dist/components/RadioCards/RadioCardsItem.jsx +2 -2
- package/dist/components/RadioCards/index.d.ts +1 -0
- package/dist/components/RadioCards/index.jsx +5 -4
- package/dist/components/RadioGroup/RadioGroupItem.jsx +2 -2
- package/dist/components/RadioGroup/index.d.ts +1 -0
- package/dist/components/RadioGroup/index.jsx +5 -4
- package/dist/components/ScrollArea/index.d.ts +1 -0
- package/dist/components/ScrollArea/index.jsx +5 -4
- package/dist/components/SegmentedControl/SegmentedControlItem.jsx +2 -2
- package/dist/components/SegmentedControl/index.d.ts +1 -0
- package/dist/components/SegmentedControl/index.jsx +5 -4
- package/dist/components/Select/index.d.ts +1 -1
- package/dist/components/Select/index.jsx +17 -16
- package/dist/components/Separator/index.d.ts +1 -1
- package/dist/components/Separator/index.jsx +5 -4
- package/dist/components/Skeleton/index.d.ts +1 -1
- package/dist/components/Skeleton/index.jsx +5 -4
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/index.jsx +3 -2
- package/dist/components/Spinner/index.d.ts +1 -1
- package/dist/components/Spinner/index.jsx +5 -4
- package/dist/components/TabNav/index.d.ts +1 -1
- package/dist/components/TabNav/index.jsx +7 -6
- package/dist/components/Table/index.d.ts +1 -1
- package/dist/components/Table/index.jsx +17 -16
- package/dist/components/Tabs/index.d.ts +1 -1
- package/dist/components/Tabs/index.jsx +11 -10
- package/dist/components/TextArea/index.d.ts +1 -1
- package/dist/components/TextArea/index.jsx +3 -2
- package/dist/components/TextField/index.d.ts +1 -1
- package/dist/components/TextField/index.jsx +7 -6
- package/dist/components/Toast/ToastActionButton.jsx +2 -2
- package/dist/components/Toast/ToastDescription.jsx +4 -4
- package/dist/components/Toast/ToastTitle.jsx +2 -2
- package/dist/components/Toast/index.d.ts +1 -0
- package/dist/components/Toast/index.jsx +8 -7
- package/dist/components/Toggle/ToggleWithText.jsx +3 -3
- package/dist/components/Toggle/index.d.ts +1 -0
- package/dist/components/Toggle/index.jsx +3 -2
- package/dist/components/ToggleGroup/index.d.ts +1 -0
- package/dist/components/ToggleGroup/index.jsx +5 -4
- package/dist/components/ToggleGroup/toggleGroupItem.jsx +2 -2
- package/dist/components/ToggleSwitch/index.d.ts +1 -1
- package/dist/components/ToggleSwitch/index.jsx +6 -5
- package/dist/components/Tooltip/index.d.ts +1 -1
- package/dist/components/Tooltip/index.jsx +10 -10
- package/dist/components/index.d.ts +0 -22
- package/dist/components/index.js +52 -22
- package/dist/index.js +51 -0
- package/package.json +120 -119
@@ -49,8 +49,8 @@ var buttonVariants = cva("inline-flex items-center transition-colors focus:outli
|
|
49
49
|
export var Button = forwardRef(function (_a, ref) {
|
50
50
|
var className = _a.className, children = _a.children, radius = _a.radius, scaling = _a.scaling, size = _a.size, weight = _a.weight, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'solid' : _c, props = __rest(_a, ["className", "children", "radius", "scaling", "size", "weight", "color", "appearance"]);
|
51
51
|
var buttonClassName = cn(buttonVariants({ radius: radius, scaling: scaling, size: size, weight: weight, color: color }), appearanceStyle(appearance, color, true), className);
|
52
|
-
return (<button ref={ref} className={buttonClassName} {...props}>
|
53
|
-
{children}
|
52
|
+
return (<button ref={ref} className={buttonClassName} {...props}>
|
53
|
+
{children}
|
54
54
|
</button>);
|
55
55
|
});
|
56
56
|
Button.displayName = 'Button';
|
@@ -51,12 +51,12 @@ var calloutIconVariants = cva('flex items-center text-slate-12 dark:text-slateDa
|
|
51
51
|
export var CalloutIcon = forwardRef(function (_a, ref) {
|
52
52
|
var children = _a.children, className = _a.className, iconType = _a.iconType, props = __rest(_a, ["children", "className", "iconType"]);
|
53
53
|
var _b = useCalloutContext(), scaling = _b.scaling, size = _b.size, color = _b.color;
|
54
|
-
return (<CalloutTheme.Icon ref={ref} className={cn(calloutIconVariants({ color: color, size: size, scaling: scaling }), className)} {...props}>
|
55
|
-
{iconType === 'danger' && <ExclamationTriangleIcon />}
|
56
|
-
{iconType === 'warning' && <LockClosedIcon />}
|
57
|
-
{iconType === 'success' && <CheckCircledIcon />}
|
58
|
-
{iconType === 'information' && <InfoCircledIcon />}
|
59
|
-
{children}
|
54
|
+
return (<CalloutTheme.Icon ref={ref} className={cn(calloutIconVariants({ color: color, size: size, scaling: scaling }), className)} {...props}>
|
55
|
+
{iconType === 'danger' && <ExclamationTriangleIcon />}
|
56
|
+
{iconType === 'warning' && <LockClosedIcon />}
|
57
|
+
{iconType === 'success' && <CheckCircledIcon />}
|
58
|
+
{iconType === 'information' && <InfoCircledIcon />}
|
59
|
+
{children}
|
60
60
|
</CalloutTheme.Icon>);
|
61
61
|
});
|
62
62
|
CalloutIcon.displayName = 'CalloutIcon';
|
@@ -35,8 +35,8 @@ export var calloutTextVariants = cva('break-words font-normal text-slate-12 dark
|
|
35
35
|
export var CalloutText = forwardRef(function (_a, ref) {
|
36
36
|
var children = _a.children, className = _a.className, contentText = _a.contentText, props = __rest(_a, ["children", "className", "contentText"]);
|
37
37
|
var _b = useCalloutContext(), size = _b.size, color = _b.color;
|
38
|
-
return (<p ref={ref} className={cn(calloutTextVariants({ size: size, color: color }), className)} {...props}>
|
39
|
-
{contentText !== null && contentText !== void 0 ? contentText : children}
|
38
|
+
return (<p ref={ref} className={cn(calloutTextVariants({ size: size, color: color }), className)} {...props}>
|
39
|
+
{contentText !== null && contentText !== void 0 ? contentText : children}
|
40
40
|
</p>);
|
41
41
|
});
|
42
42
|
CalloutText.displayName = 'CalloutText';
|
@@ -68,10 +68,10 @@ export var Callout = forwardRef(function (_a, ref) {
|
|
68
68
|
};
|
69
69
|
var calloutClassName = cn(calloutVariants({ radius: radius, scaling: scaling, size: size, color: color }), appearanceStyle(appearance, colorMap[color], false), className);
|
70
70
|
var contextValue = { size: size, scaling: scaling, color: color };
|
71
|
-
return (<CalloutContext.Provider value={contextValue}>
|
72
|
-
<CalloutTheme.Root ref={ref} {...props} className={calloutClassName}>
|
73
|
-
{children}
|
74
|
-
</CalloutTheme.Root>
|
71
|
+
return (<CalloutContext.Provider value={contextValue}>
|
72
|
+
<CalloutTheme.Root ref={ref} {...props} className={calloutClassName}>
|
73
|
+
{children}
|
74
|
+
</CalloutTheme.Root>
|
75
75
|
</CalloutContext.Provider>);
|
76
76
|
});
|
77
77
|
Callout.displayName = 'Callout';
|
@@ -57,8 +57,8 @@ var Card = forwardRef(function (_a, ref) {
|
|
57
57
|
if (appearance === 'ghost') {
|
58
58
|
appearanceClassName = 'border-transparent';
|
59
59
|
}
|
60
|
-
return (<div className={cn(cardVariants({ radius: radius, scaling: scaling, size: size }), appearanceClassName, className)} ref={ref} {...props}>
|
61
|
-
{children}
|
60
|
+
return (<div className={cn(cardVariants({ radius: radius, scaling: scaling, size: size }), appearanceClassName, className)} ref={ref} {...props}>
|
61
|
+
{children}
|
62
62
|
</div>);
|
63
63
|
});
|
64
64
|
Card.displayName = 'Card';
|
@@ -82,15 +82,15 @@ var CheckboxLabelVariants = cva('', {
|
|
82
82
|
export var Checkbox = forwardRef(function (_a, ref) {
|
83
83
|
var id = _a.id, className = _a.className, children = _a.children, scaling = _a.scaling, radius = _a.radius, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'surface' : _c, _d = _a.indeterminate, indeterminate = _d === void 0 ? false : _d, props = __rest(_a, ["id", "className", "children", "scaling", "radius", "size", "color", "appearance", "indeterminate"]);
|
84
84
|
var checkboxClassName = cn(CheckboxVariants({ scaling: scaling, size: size, radius: radius }), checkboxAppearanceStyle(appearance, color, indeterminate), className);
|
85
|
-
return (<div className="flex items-center">
|
86
|
-
<CheckboxPrimitive.Root id={id} ref={ref} className={checkboxClassName} {...props}>
|
87
|
-
<CheckboxPrimitive.Indicator className={cn('flex items-center justify-center text-current stroke-[0.5px]')}>
|
88
|
-
{indeterminate ? (<MinusIcon className={cn(CheckboxIndicatorVariants({ scaling: scaling, size: size }), 'w-3')}/>) : (<CheckIcon className={cn(CheckboxIndicatorVariants({ scaling: scaling, size: size }))}/>)}
|
89
|
-
</CheckboxPrimitive.Indicator>
|
90
|
-
</CheckboxPrimitive.Root>
|
91
|
-
{children && (<Label className={cn(CheckboxLabelVariants({ scaling: scaling, size: size }), className)} htmlFor={id}>
|
92
|
-
{children}
|
93
|
-
</Label>)}
|
85
|
+
return (<div className="flex items-center">
|
86
|
+
<CheckboxPrimitive.Root id={id} ref={ref} className={checkboxClassName} {...props}>
|
87
|
+
<CheckboxPrimitive.Indicator className={cn('flex items-center justify-center text-current stroke-[0.5px]')}>
|
88
|
+
{indeterminate ? (<MinusIcon className={cn(CheckboxIndicatorVariants({ scaling: scaling, size: size }), 'w-3')}/>) : (<CheckIcon className={cn(CheckboxIndicatorVariants({ scaling: scaling, size: size }))}/>)}
|
89
|
+
</CheckboxPrimitive.Indicator>
|
90
|
+
</CheckboxPrimitive.Root>
|
91
|
+
{children && (<Label className={cn(CheckboxLabelVariants({ scaling: scaling, size: size }), className)} htmlFor={id}>
|
92
|
+
{children}
|
93
|
+
</Label>)}
|
94
94
|
</div>);
|
95
95
|
});
|
96
96
|
Checkbox.displayName = 'Checkbox';
|
@@ -51,9 +51,9 @@ export var CheckboxCardVariants = cva("flex justify-between space-x-2 min-w-[200
|
|
51
51
|
var CheckboxCard = forwardRef(function (_a, ref) {
|
52
52
|
var className = _a.className, children = _a.children, size = _a.size, scaling = _a.scaling, radius = _a.radius, color = _a.color, _b = _a.appearance, appearance = _b === void 0 ? 'surface' : _b, id = _a.id, disabled = _a.disabled, props = __rest(_a, ["className", "children", "size", "scaling", "radius", "color", "appearance", "id", "disabled"]);
|
53
53
|
var labelClassName = cn(CheckboxCardVariants({ size: size, radius: radius, scaling: scaling }), appearance === 'classic' ? 'shadow-card-classic dark:shadow-card-dark-classic' : '', className);
|
54
|
-
return (<Label htmlFor={id} className={labelClassName} aria-disabled={disabled}>
|
55
|
-
{children}
|
56
|
-
<Checkbox className="mr-0" ref={ref} id={id} size={size} scaling={scaling} radius={radius} color={color} disabled={disabled} appearance={appearance === 'classic' ? 'classic' : 'surface'} {...props}/>
|
54
|
+
return (<Label htmlFor={id} className={labelClassName} aria-disabled={disabled}>
|
55
|
+
{children}
|
56
|
+
<Checkbox className="mr-0" ref={ref} id={id} size={size} scaling={scaling} radius={radius} color={color} disabled={disabled} appearance={appearance === 'classic' ? 'classic' : 'surface'} {...props}/>
|
57
57
|
</Label>);
|
58
58
|
});
|
59
59
|
CheckboxCard.displayName = 'CheckboxCard';
|
@@ -15,10 +15,10 @@ import { useCheckboxGroupContext } from '.';
|
|
15
15
|
export var CheckboxGroupItem = forwardRef(function (_a, ref) {
|
16
16
|
var className = _a.className, children = _a.children, value = _a.value, id = _a.id, defaultValue = _a.defaultValue, props = __rest(_a, ["className", "children", "value", "id", "defaultValue"]);
|
17
17
|
var _b = useCheckboxGroupContext(), scaling = _b.scaling, size = _b.size, color = _b.color, radius = _b.radius, appearance = _b.appearance;
|
18
|
-
return (<div className="flex">
|
19
|
-
<Checkbox className={className} ref={ref} id={id} defaultChecked={defaultValue == id} scaling={scaling} radius={radius} color={color} size={size} appearance={appearance} {...props}>
|
20
|
-
{children}
|
21
|
-
</Checkbox>
|
18
|
+
return (<div className="flex">
|
19
|
+
<Checkbox className={className} ref={ref} id={id} defaultChecked={defaultValue == id} scaling={scaling} radius={radius} color={color} size={size} appearance={appearance} {...props}>
|
20
|
+
{children}
|
21
|
+
</Checkbox>
|
22
22
|
</div>);
|
23
23
|
});
|
24
24
|
CheckboxGroupItem.displayName = 'CheckboxGroupItem';
|
@@ -28,10 +28,10 @@ export var useCheckboxGroupContext = function () {
|
|
28
28
|
export var CheckboxGroup = forwardRef(function (_a, ref) {
|
29
29
|
var className = _a.className, children = _a.children, defaultValue = _a.defaultValue, size = _a.size;
|
30
30
|
var contextValue = { size: size };
|
31
|
-
return (<CheckboxGroupContext.Provider value={contextValue}>
|
32
|
-
<CheckboxGroupTheme.Root defaultValue={defaultValue} ref={ref} className={cn(CheckboxGroupVariants({ size: size }), className)}>
|
33
|
-
{Children.map(children, function (child) { return React.cloneElement(child, { defaultValue: defaultValue }); })}
|
34
|
-
</CheckboxGroupTheme.Root>
|
31
|
+
return (<CheckboxGroupContext.Provider value={contextValue}>
|
32
|
+
<CheckboxGroupTheme.Root defaultValue={defaultValue} ref={ref} className={cn(CheckboxGroupVariants({ size: size }), className)}>
|
33
|
+
{Children.map(children, function (child) { return React.cloneElement(child, { defaultValue: defaultValue }); })}
|
34
|
+
</CheckboxGroupTheme.Root>
|
35
35
|
</CheckboxGroupContext.Provider>);
|
36
36
|
});
|
37
37
|
CheckboxGroup.displayName = 'CheckboxGroup';
|
@@ -23,11 +23,11 @@ export var ContextMenuCheckboxItem = forwardRef(function (_a, ref) {
|
|
23
23
|
scaling: scaling,
|
24
24
|
size: size,
|
25
25
|
}), 'pl-7', menuItemAppearanceStyle(appearance, color), className);
|
26
|
-
return (<ContextMenuPrimitive.CheckboxItem ref={ref} className={itemClassName} {...props}>
|
27
|
-
<ContextMenuItemIndicator forceMount radius={'medium'} size={size}>
|
28
|
-
{checked && <CheckIcon />}
|
29
|
-
</ContextMenuItemIndicator>
|
30
|
-
{children}
|
26
|
+
return (<ContextMenuPrimitive.CheckboxItem ref={ref} className={itemClassName} {...props}>
|
27
|
+
<ContextMenuItemIndicator forceMount radius={'medium'} size={size}>
|
28
|
+
{checked && <CheckIcon />}
|
29
|
+
</ContextMenuItemIndicator>
|
30
|
+
{children}
|
31
31
|
</ContextMenuPrimitive.CheckboxItem>);
|
32
32
|
});
|
33
33
|
ContextMenuCheckboxItem.displayName = 'ContextMenuCheckboxItem';
|
@@ -50,10 +50,10 @@ export var contextMenuContentVariants = cva("p-[5px] bg-white dark:bg-slateDark-
|
|
50
50
|
export var ContextMenuContent = forwardRef(function (_a, ref) {
|
51
51
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
52
52
|
var _b = useContextMenuContext(), radius = _b.radius, scaling = _b.scaling, size = _b.size;
|
53
|
-
return (<ContextMenuPrimitive.Portal>
|
54
|
-
<ContextMenuPrimitive.Content ref={ref} className={cn(contextMenuContentVariants({ radius: radius, scaling: scaling, size: size }), className)} {...props}>
|
55
|
-
{children}
|
56
|
-
</ContextMenuPrimitive.Content>
|
53
|
+
return (<ContextMenuPrimitive.Portal>
|
54
|
+
<ContextMenuPrimitive.Content ref={ref} className={cn(contextMenuContentVariants({ radius: radius, scaling: scaling, size: size }), className)} {...props}>
|
55
|
+
{children}
|
56
|
+
</ContextMenuPrimitive.Content>
|
57
57
|
</ContextMenuPrimitive.Portal>);
|
58
58
|
});
|
59
59
|
ContextMenuContent.displayName = 'ContextMenuContent';
|
@@ -13,8 +13,8 @@ import React, { forwardRef } from 'react';
|
|
13
13
|
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
14
14
|
export var ContextMenuGroup = forwardRef(function (_a, ref) {
|
15
15
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
16
|
-
return (<ContextMenuPrimitive.Group ref={ref} className={className} {...props}>
|
17
|
-
{children}
|
16
|
+
return (<ContextMenuPrimitive.Group ref={ref} className={className} {...props}>
|
17
|
+
{children}
|
18
18
|
</ContextMenuPrimitive.Group>);
|
19
19
|
});
|
20
20
|
ContextMenuGroup.displayName = 'ContextMenuGroup';
|
@@ -53,9 +53,9 @@ export var ContextMenuItem = forwardRef(function (_a, ref) {
|
|
53
53
|
if (appearance === 'solid' && !blackText.includes(color)) {
|
54
54
|
shortcutClassName = 'group-hover:text-white dark:group-hover:text-slateDark-1';
|
55
55
|
}
|
56
|
-
return (<ContextMenuPrimitive.Item ref={ref} className={itemClassName} {...props}>
|
57
|
-
{children}
|
58
|
-
{shortcut && <span className={shortcutClassName}>{shortcut}</span>}
|
56
|
+
return (<ContextMenuPrimitive.Item ref={ref} className={itemClassName} {...props}>
|
57
|
+
{children}
|
58
|
+
{shortcut && <span className={shortcutClassName}>{shortcut}</span>}
|
59
59
|
</ContextMenuPrimitive.Item>);
|
60
60
|
});
|
61
61
|
ContextMenuItem.displayName = 'ContextMenuItem';
|
@@ -44,8 +44,8 @@ export var ContextMenuItemIndicator = forwardRef(function (_a, ref) {
|
|
44
44
|
var className = _a.className, children = _a.children, radius = _a.radius, props = __rest(_a, ["className", "children", "radius"]);
|
45
45
|
var size = useContextMenuContext().size;
|
46
46
|
var indicatorClassName = cn(contextMenuItemIndicatorVariants({ size: size, radius: radius }), className);
|
47
|
-
return (<ContextMenuPrimitive.ItemIndicator ref={ref} className={indicatorClassName} {...props}>
|
48
|
-
{children !== null && children !== void 0 ? children : <CheckIcon />}
|
47
|
+
return (<ContextMenuPrimitive.ItemIndicator ref={ref} className={indicatorClassName} {...props}>
|
48
|
+
{children !== null && children !== void 0 ? children : <CheckIcon />}
|
49
49
|
</ContextMenuPrimitive.ItemIndicator>);
|
50
50
|
});
|
51
51
|
ContextMenuItemIndicator.displayName = 'ContextMenuItemIndicator';
|
@@ -42,8 +42,8 @@ export var contextMenuLabelVariants = cva("flex relative leading-none select-non
|
|
42
42
|
export var ContextMenuLabel = forwardRef(function (_a, ref) {
|
43
43
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
44
44
|
var _b = useContextMenuContext(), size = _b.size, scaling = _b.scaling;
|
45
|
-
return (<ContextMenuPrimitive.Label ref={ref} className={cn(contextMenuLabelVariants({ size: size, scaling: scaling }), className)} {...props}>
|
46
|
-
{children}
|
45
|
+
return (<ContextMenuPrimitive.Label ref={ref} className={cn(contextMenuLabelVariants({ size: size, scaling: scaling }), className)} {...props}>
|
46
|
+
{children}
|
47
47
|
</ContextMenuPrimitive.Label>);
|
48
48
|
});
|
49
49
|
ContextMenuLabel.displayName = 'ContextMenuLabel';
|
@@ -14,10 +14,10 @@ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
|
14
14
|
export var RadioContext = createContext({ selectedValue: '' });
|
15
15
|
export var ContextMenuRadioGroup = forwardRef(function (_a, ref) {
|
16
16
|
var className = _a.className, children = _a.children, value = _a.value, props = __rest(_a, ["className", "children", "value"]);
|
17
|
-
return (<ContextMenuPrimitive.RadioGroup ref={ref} className={className} {...props}>
|
18
|
-
<RadioContext.Provider value={{ selectedValue: value !== null && value !== void 0 ? value : '' }}>
|
19
|
-
{children}
|
20
|
-
</RadioContext.Provider>
|
17
|
+
return (<ContextMenuPrimitive.RadioGroup ref={ref} className={className} {...props}>
|
18
|
+
<RadioContext.Provider value={{ selectedValue: value !== null && value !== void 0 ? value : '' }}>
|
19
|
+
{children}
|
20
|
+
</RadioContext.Provider>
|
21
21
|
</ContextMenuPrimitive.RadioGroup>);
|
22
22
|
});
|
23
23
|
ContextMenuRadioGroup.displayName = 'ContextMenuRadioGroup';
|
@@ -24,11 +24,11 @@ export var ContextMenuRadioItem = forwardRef(function (_a, ref) {
|
|
24
24
|
size: size,
|
25
25
|
}), 'pl-7', menuItemAppearanceStyle(appearance, color), className);
|
26
26
|
var radioGroup = useContext(RadioContext);
|
27
|
-
return (<ContextMenuPrimitive.RadioItem ref={ref} className={itemClassName} {...props}>
|
28
|
-
<ContextMenuItemIndicator forceMount radius={'full'} size={size}>
|
29
|
-
{radioGroup.selectedValue === props.value && <DotFilledIcon />}
|
30
|
-
</ContextMenuItemIndicator>
|
31
|
-
{children}
|
27
|
+
return (<ContextMenuPrimitive.RadioItem ref={ref} className={itemClassName} {...props}>
|
28
|
+
<ContextMenuItemIndicator forceMount radius={'full'} size={size}>
|
29
|
+
{radioGroup.selectedValue === props.value && <DotFilledIcon />}
|
30
|
+
</ContextMenuItemIndicator>
|
31
|
+
{children}
|
32
32
|
</ContextMenuPrimitive.RadioItem>);
|
33
33
|
});
|
34
34
|
ContextMenuRadioItem.displayName = 'ContextMenuRadioItem';
|
@@ -14,8 +14,8 @@ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
|
14
14
|
import { cn } from 'utils/utils';
|
15
15
|
export var ContextMenuSeparator = forwardRef(function (_a, ref) {
|
16
16
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
17
|
-
return (<ContextMenuPrimitive.Separator ref={ref} className={cn('h-[1px] m-[5px] bg-slate-6 dark:bg-slateDark-6', className)} {...props}>
|
18
|
-
{children}
|
17
|
+
return (<ContextMenuPrimitive.Separator ref={ref} className={cn('h-[1px] m-[5px] bg-slate-6 dark:bg-slateDark-6', className)} {...props}>
|
18
|
+
{children}
|
19
19
|
</ContextMenuPrimitive.Separator>);
|
20
20
|
});
|
21
21
|
ContextMenuSeparator.displayName = 'ContextMenuSeparator';
|
@@ -44,13 +44,13 @@ export var contextMenuSubContentVariants = cva("p-[5px] bg-white dark:bg-slateDa
|
|
44
44
|
export var ContextMenuSubContent = forwardRef(function (_a, ref) {
|
45
45
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
46
46
|
var _b = useContextMenuContext(), radius = _b.radius, size = _b.size, scaling = _b.scaling;
|
47
|
-
return (<ContextMenuPrimitive.Portal>
|
47
|
+
return (<ContextMenuPrimitive.Portal>
|
48
48
|
<ContextMenuPrimitive.SubContent ref={ref} className={cn(contextMenuSubContentVariants({
|
49
49
|
radius: radius,
|
50
50
|
size: size,
|
51
|
-
}), className)} sideOffset={2} alignOffset={-5} {...props}>
|
52
|
-
{children}
|
53
|
-
</ContextMenuPrimitive.SubContent>
|
51
|
+
}), className)} sideOffset={2} alignOffset={-5} {...props}>
|
52
|
+
{children}
|
53
|
+
</ContextMenuPrimitive.SubContent>
|
54
54
|
</ContextMenuPrimitive.Portal>);
|
55
55
|
});
|
56
56
|
ContextMenuSubContent.displayName = 'ContextMenuSubContent';
|
@@ -23,13 +23,13 @@ export var ContextMenuSubTrigger = forwardRef(function (_a, ref) {
|
|
23
23
|
var iconClassName = cn('group-data-[disabled]:text-slate-8 ', appearance === 'solid' && blackText.includes(color)
|
24
24
|
? 'hover:fill-slate-12 dark:hover:fill-slateDark-1'
|
25
25
|
: "hover:fill-white dark:hover:fill-slateDark-12 ");
|
26
|
-
return (<ContextMenuPrimitive.Sub>
|
27
|
-
<ContextMenuPrimitive.SubTrigger ref={ref} className={triggerClassName} {...props}>
|
28
|
-
{children}
|
29
|
-
<div className="ml-auto pl-5 ">
|
30
|
-
<ChevronRightIcon className={iconClassName}/>
|
31
|
-
</div>
|
32
|
-
</ContextMenuPrimitive.SubTrigger>
|
26
|
+
return (<ContextMenuPrimitive.Sub>
|
27
|
+
<ContextMenuPrimitive.SubTrigger ref={ref} className={triggerClassName} {...props}>
|
28
|
+
{children}
|
29
|
+
<div className="ml-auto pl-5 ">
|
30
|
+
<ChevronRightIcon className={iconClassName}/>
|
31
|
+
</div>
|
32
|
+
</ContextMenuPrimitive.SubTrigger>
|
33
33
|
</ContextMenuPrimitive.Sub>);
|
34
34
|
});
|
35
35
|
ContextMenuSubTrigger.displayName = 'ContextMenuSubTrigger';
|
@@ -14,8 +14,8 @@ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
|
14
14
|
import { cn } from 'utils/utils';
|
15
15
|
export var ContextMenuTrigger = forwardRef(function (_a, ref) {
|
16
16
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
17
|
-
return (<ContextMenuPrimitive.Trigger ref={ref} className={cn("block border-2 border-dashed text-slate-12 dark:text-slateDark-12 rounded text-base \n select-none py-[45px] w-[300px] text-center", className)} {...props}>
|
18
|
-
{children}
|
17
|
+
return (<ContextMenuPrimitive.Trigger ref={ref} className={cn("block border-2 border-dashed text-slate-12 dark:text-slateDark-12 rounded text-base \n select-none py-[45px] w-[300px] text-center", className)} {...props}>
|
18
|
+
{children}
|
19
19
|
</ContextMenuPrimitive.Trigger>);
|
20
20
|
});
|
21
21
|
ContextMenuTrigger.displayName = 'ContextMenuTrigger';
|
@@ -36,8 +36,8 @@ export var useContextMenuContext = function () {
|
|
36
36
|
export var ContextMenu = forwardRef(function (_a) {
|
37
37
|
var children = _a.children, radius = _a.radius, size = _a.size, scaling = _a.scaling, color = _a.color, appearance = _a.appearance, props = __rest(_a, ["children", "radius", "size", "scaling", "color", "appearance"]);
|
38
38
|
var contextValue = { radius: radius, size: size, scaling: scaling, color: color, appearance: appearance };
|
39
|
-
return (<ContextMenuContext.Provider value={contextValue}>
|
40
|
-
<ContextMenuPrimitive.Root {...props}>{children}</ContextMenuPrimitive.Root>
|
39
|
+
return (<ContextMenuContext.Provider value={contextValue}>
|
40
|
+
<ContextMenuPrimitive.Root {...props}>{children}</ContextMenuPrimitive.Root>
|
41
41
|
</ContextMenuContext.Provider>);
|
42
42
|
});
|
43
43
|
ContextMenu.displayName = 'ContextMenu';
|
@@ -37,8 +37,8 @@ export var dataListItemVariants = cva('flex', {
|
|
37
37
|
export var DataListItem = forwardRef(function (_a, ref) {
|
38
38
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
39
39
|
var scaling = useDataListContext().scaling;
|
40
|
-
return (<DataListTheme.Item ref={ref} {...props} className={cn(dataListItemVariants({ scaling: scaling }), className)}>
|
41
|
-
{children}
|
40
|
+
return (<DataListTheme.Item ref={ref} {...props} className={cn(dataListItemVariants({ scaling: scaling }), className)}>
|
41
|
+
{children}
|
42
42
|
</DataListTheme.Item>);
|
43
43
|
});
|
44
44
|
DataListItem.displayName = 'DataListItem';
|
@@ -43,8 +43,8 @@ export var dataListLabelVariants = cva('text-slateA-11 dark:text-slateDarkA-11 w
|
|
43
43
|
export var DataListLabel = forwardRef(function (_a, ref) {
|
44
44
|
var children = _a.children, className = _a.className, weight = _a.weight, color = _a.color, props = __rest(_a, ["children", "className", "weight", "color"]);
|
45
45
|
var size = useDataListContext().size;
|
46
|
-
return (<DataListTheme.Label ref={ref} {...props}>
|
47
|
-
<p className={cn(dataListLabelVariants({ weight: weight, size: size }), className)}>{children}</p>
|
46
|
+
return (<DataListTheme.Label ref={ref} {...props}>
|
47
|
+
<p className={cn(dataListLabelVariants({ weight: weight, size: size }), className)}>{children}</p>
|
48
48
|
</DataListTheme.Label>);
|
49
49
|
});
|
50
50
|
DataListLabel.displayName = 'DataListLabel';
|
@@ -45,8 +45,8 @@ export var dataListValueVariants = cva('text-slate-12 dark:text-slateDark-12 w-[
|
|
45
45
|
export var DataListValue = forwardRef(function (_a, ref) {
|
46
46
|
var children = _a.children, className = _a.className, weight = _a.weight, props = __rest(_a, ["children", "className", "weight"]);
|
47
47
|
var _b = useDataListContext(), size = _b.size, color = _b.color;
|
48
|
-
return (<DataListTheme.Value ref={ref} className={cn(dataListValueVariants({ weight: weight, size: size, color: color }), className)} {...props}>
|
49
|
-
{children}
|
48
|
+
return (<DataListTheme.Value ref={ref} className={cn(dataListValueVariants({ weight: weight, size: size, color: color }), className)} {...props}>
|
49
|
+
{children}
|
50
50
|
</DataListTheme.Value>);
|
51
51
|
});
|
52
52
|
DataListValue.displayName = 'DataListValue';
|
@@ -39,10 +39,10 @@ export var useDataListContext = function () {
|
|
39
39
|
export var DataList = forwardRef(function (_a, ref) {
|
40
40
|
var children = _a.children, className = _a.className, size = _a.size, scaling = _a.scaling, color = _a.color, props = __rest(_a, ["children", "className", "size", "scaling", "color"]);
|
41
41
|
var contextValue = { size: size, scaling: scaling, color: color };
|
42
|
-
return (<DataListContext.Provider value={contextValue}>
|
43
|
-
<DataListTheme.Root ref={ref} {...props} className={cn(dataListVariants({ size: size }), className)}>
|
44
|
-
{children}
|
45
|
-
</DataListTheme.Root>
|
42
|
+
return (<DataListContext.Provider value={contextValue}>
|
43
|
+
<DataListTheme.Root ref={ref} {...props} className={cn(dataListVariants({ size: size }), className)}>
|
44
|
+
{children}
|
45
|
+
</DataListTheme.Root>
|
46
46
|
</DataListContext.Provider>);
|
47
47
|
});
|
48
48
|
DataList.displayName = 'DataList';
|
@@ -40,8 +40,8 @@ export var dialogActionVariants = cva('rounded-md inline-flex font-medium items-
|
|
40
40
|
export var DialogAction = forwardRef(function (_a, ref) {
|
41
41
|
var children = _a.children, className = _a.className, radius = _a.radius, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'solid' : _c, props = __rest(_a, ["children", "className", "radius", "size", "color", "appearance"]);
|
42
42
|
var buttonClassName = cn(dialogActionVariants({ radius: radius, size: size, color: color }), appearanceStyle(appearance, color), className);
|
43
|
-
return (<DialogTheme.Close ref={ref} className={buttonClassName} {...props}>
|
44
|
-
{children}
|
43
|
+
return (<DialogTheme.Close ref={ref} className={buttonClassName} {...props}>
|
44
|
+
{children}
|
45
45
|
</DialogTheme.Close>);
|
46
46
|
});
|
47
47
|
DialogAction.displayName = 'DialogAction';
|
@@ -36,8 +36,8 @@ export var dialogCancelVariants = cva("rounded-md font-medium inline-flex justif
|
|
36
36
|
});
|
37
37
|
export var DialogCancel = forwardRef(function (_a, ref) {
|
38
38
|
var children = _a.children, className = _a.className, radius = _a.radius, size = _a.size, props = __rest(_a, ["children", "className", "radius", "size"]);
|
39
|
-
return (<DialogTheme.Close ref={ref} className={cn(dialogCancelVariants({ radius: radius, size: size }), className)} {...props}>
|
40
|
-
{children}
|
39
|
+
return (<DialogTheme.Close ref={ref} className={cn(dialogCancelVariants({ radius: radius, size: size }), className)} {...props}>
|
40
|
+
{children}
|
41
41
|
</DialogTheme.Close>);
|
42
42
|
});
|
43
43
|
DialogCancel.displayName = 'DialogCancel';
|
@@ -49,8 +49,8 @@ export var dialogContentVariants = cva("rounded-md focus:outline-none bg-white d
|
|
49
49
|
});
|
50
50
|
export var DialogContent = forwardRef(function (_a, forwardedRef) {
|
51
51
|
var children = _a.children, className = _a.className, radius = _a.radius, size = _a.size, scaling = _a.scaling, props = __rest(_a, ["children", "className", "radius", "size", "scaling"]);
|
52
|
-
return (<DialogTheme.Content ref={forwardedRef} className={cn(dialogContentVariants({ radius: radius, scaling: scaling, size: size }), className)} {...props}>
|
53
|
-
{children}
|
52
|
+
return (<DialogTheme.Content ref={forwardedRef} className={cn(dialogContentVariants({ radius: radius, scaling: scaling, size: size }), className)} {...props}>
|
53
|
+
{children}
|
54
54
|
</DialogTheme.Content>);
|
55
55
|
});
|
56
56
|
DialogContent.displayName = 'DialogContent';
|
@@ -28,8 +28,8 @@ export var dialogDescriptionVariants = cva('font-normal text-slate-12 dark:text-
|
|
28
28
|
});
|
29
29
|
export var DialogDescription = forwardRef(function (_a, ref) {
|
30
30
|
var children = _a.children, className = _a.className, size = _a.size, props = __rest(_a, ["children", "className", "size"]);
|
31
|
-
return (<DialogTheme.Description mb="4" ref={ref} className={cn(dialogDescriptionVariants({ size: size }), className)} {...props}>
|
32
|
-
{children}
|
31
|
+
return (<DialogTheme.Description mb="4" ref={ref} className={cn(dialogDescriptionVariants({ size: size }), className)} {...props}>
|
32
|
+
{children}
|
33
33
|
</DialogTheme.Description>);
|
34
34
|
});
|
35
35
|
DialogDescription.displayName = 'DialogDescription';
|
@@ -27,8 +27,8 @@ export var dialogSlotVariants = cva('flex flex-col gap-2 font-normal text-slate-
|
|
27
27
|
});
|
28
28
|
export var DialogSlot = forwardRef(function (_a, ref) {
|
29
29
|
var children = _a.children, className = _a.className, size = _a.size, props = __rest(_a, ["children", "className", "size"]);
|
30
|
-
return (<div ref={ref} className={cn(dialogSlotVariants({ size: size }), className)} {...props}>
|
31
|
-
{children}
|
30
|
+
return (<div ref={ref} className={cn(dialogSlotVariants({ size: size }), className)} {...props}>
|
31
|
+
{children}
|
32
32
|
</div>);
|
33
33
|
});
|
34
34
|
DialogSlot.displayName = 'DialogSlot';
|
@@ -28,8 +28,8 @@ export var dialogTitleVariants = cva('font-bold text-slate-12 dark:text-slateDar
|
|
28
28
|
});
|
29
29
|
export var DialogTitle = forwardRef(function (_a, ref) {
|
30
30
|
var children = _a.children, className = _a.className, size = _a.size, props = __rest(_a, ["children", "className", "size"]);
|
31
|
-
return (<DialogTheme.Title ref={ref} className={cn(dialogTitleVariants({ size: size }), className)} {...props}>
|
32
|
-
{children}
|
31
|
+
return (<DialogTheme.Title ref={ref} className={cn(dialogTitleVariants({ size: size }), className)} {...props}>
|
32
|
+
{children}
|
33
33
|
</DialogTheme.Title>);
|
34
34
|
});
|
35
35
|
DialogTitle.displayName = 'DialogTitle';
|
@@ -13,8 +13,8 @@ import React, { forwardRef } from 'react';
|
|
13
13
|
import { Dialog as DialogTheme } from '@radix-ui/themes';
|
14
14
|
export var DialogTrigger = forwardRef(function (_a, ref) {
|
15
15
|
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
16
|
-
return (<DialogTheme.Trigger ref={ref} className={className} {...props}>
|
17
|
-
{children}
|
16
|
+
return (<DialogTheme.Trigger ref={ref} className={className} {...props}>
|
17
|
+
{children}
|
18
18
|
</DialogTheme.Trigger>);
|
19
19
|
});
|
20
20
|
DialogTrigger.displayName = 'DialogTrigger';
|
@@ -20,8 +20,8 @@ export * from './DialogCancel';
|
|
20
20
|
export * from './DialogAction';
|
21
21
|
export var Dialog = forwardRef(function (_a, ref) {
|
22
22
|
var children = _a.children, color = _a.color, props = __rest(_a, ["children", "color"]);
|
23
|
-
return (<Theme accentColor={color}>
|
24
|
-
<DialogTheme.Root {...props}>{children}</DialogTheme.Root>
|
23
|
+
return (<Theme accentColor={color}>
|
24
|
+
<DialogTheme.Root {...props}>{children}</DialogTheme.Root>
|
25
25
|
</Theme>);
|
26
26
|
});
|
27
27
|
Dialog.displayName = 'Dialog';
|
@@ -14,10 +14,10 @@ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
14
14
|
export var RadioContext = createContext({ selectedValue: '' });
|
15
15
|
export var DropdownMenuRadioGroup = forwardRef(function (_a, ref) {
|
16
16
|
var className = _a.className, children = _a.children, value = _a.value, props = __rest(_a, ["className", "children", "value"]);
|
17
|
-
return (<DropdownMenuPrimitive.RadioGroup ref={ref} className={className} {...props}>
|
18
|
-
<RadioContext.Provider value={{ selectedValue: value !== null && value !== void 0 ? value : '' }}>
|
19
|
-
{children}
|
20
|
-
</RadioContext.Provider>
|
17
|
+
return (<DropdownMenuPrimitive.RadioGroup ref={ref} className={className} {...props}>
|
18
|
+
<RadioContext.Provider value={{ selectedValue: value !== null && value !== void 0 ? value : '' }}>
|
19
|
+
{children}
|
20
|
+
</RadioContext.Provider>
|
21
21
|
</DropdownMenuPrimitive.RadioGroup>);
|
22
22
|
});
|
23
23
|
DropdownMenuRadioGroup.displayName = 'DropdownMenuRadioGroup';
|
@@ -48,14 +48,14 @@ export var dropdownMenuSubContentVariants = cva("p-[5px] bg-white dark:bg-slateD
|
|
48
48
|
});
|
49
49
|
export var DropdownMenuSubContent = forwardRef(function (_a, ref) {
|
50
50
|
var className = _a.className, children = _a.children, radius = _a.radius, scaling = _a.scaling, size = _a.size, props = __rest(_a, ["className", "children", "radius", "scaling", "size"]);
|
51
|
-
return (<DropdownMenuPrimitive.Portal>
|
51
|
+
return (<DropdownMenuPrimitive.Portal>
|
52
52
|
<DropdownMenuPrimitive.SubContent ref={ref} className={cn(dropdownMenuSubContentVariants({
|
53
53
|
radius: radius,
|
54
54
|
size: size,
|
55
55
|
scaling: scaling,
|
56
|
-
}), className)} sideOffset={2} alignOffset={-5} {...props}>
|
57
|
-
{children}
|
58
|
-
</DropdownMenuPrimitive.SubContent>
|
56
|
+
}), className)} sideOffset={2} alignOffset={-5} {...props}>
|
57
|
+
{children}
|
58
|
+
</DropdownMenuPrimitive.SubContent>
|
59
59
|
</DropdownMenuPrimitive.Portal>);
|
60
60
|
});
|
61
61
|
DropdownMenuSubContent.displayName = 'DropdownMenuSubContent';
|
@@ -21,11 +21,11 @@ export var DropdownMenuCheckboxItem = forwardRef(function (_a, ref) {
|
|
21
21
|
radius: radius,
|
22
22
|
size: size,
|
23
23
|
}), 'pl-7', menuItemAppearanceStyle(appearance, color), className);
|
24
|
-
return (<DropdownMenuPrimitive.CheckboxItem ref={ref} className={itemClassName} {...props}>
|
25
|
-
<DropdownMenuItemIndicator forceMount radius={'medium'} size={size}>
|
26
|
-
{checked && <CheckIcon />}
|
27
|
-
</DropdownMenuItemIndicator>
|
28
|
-
{children}
|
24
|
+
return (<DropdownMenuPrimitive.CheckboxItem ref={ref} className={itemClassName} {...props}>
|
25
|
+
<DropdownMenuItemIndicator forceMount radius={'medium'} size={size}>
|
26
|
+
{checked && <CheckIcon />}
|
27
|
+
</DropdownMenuItemIndicator>
|
28
|
+
{children}
|
29
29
|
</DropdownMenuPrimitive.CheckboxItem>);
|
30
30
|
});
|
31
31
|
DropdownMenuCheckboxItem.displayName = 'DropdownMenuCheckboxItem';
|
@@ -48,10 +48,10 @@ export var dropdownMenuContentVariants = cva("p-[5px] bg-white dark:bg-slateDark
|
|
48
48
|
});
|
49
49
|
export var DropdownMenuContent = forwardRef(function (_a, ref) {
|
50
50
|
var className = _a.className, children = _a.children, size = _a.size, scaling = _a.scaling, radius = _a.radius, props = __rest(_a, ["className", "children", "size", "scaling", "radius"]);
|
51
|
-
return (<DropdownMenuPrimitive.Portal>
|
52
|
-
<DropdownMenuPrimitive.Content ref={ref} sideOffset={5} className={cn(dropdownMenuContentVariants({ radius: radius, scaling: scaling, size: size }), className)} {...props}>
|
53
|
-
{children}
|
54
|
-
</DropdownMenuPrimitive.Content>
|
51
|
+
return (<DropdownMenuPrimitive.Portal>
|
52
|
+
<DropdownMenuPrimitive.Content ref={ref} sideOffset={5} className={cn(dropdownMenuContentVariants({ radius: radius, scaling: scaling, size: size }), className)} {...props}>
|
53
|
+
{children}
|
54
|
+
</DropdownMenuPrimitive.Content>
|
55
55
|
</DropdownMenuPrimitive.Portal>);
|
56
56
|
});
|
57
57
|
DropdownMenuContent.displayName = 'DropdownMenuContent';
|
@@ -50,9 +50,9 @@ export var DropdownMenuItem = forwardRef(function (_a, ref) {
|
|
50
50
|
if (appearance === 'solid' && !blackText.includes(color)) {
|
51
51
|
shortcutClassName = 'group-hover:text-white dark:group-hover:text-white';
|
52
52
|
}
|
53
|
-
return (<DropdownMenuPrimitive.Item ref={ref} {...props} className={itemClassName}>
|
54
|
-
{children}
|
55
|
-
{shortcut && <span className={shortcutClassName}>{shortcut}</span>}
|
53
|
+
return (<DropdownMenuPrimitive.Item ref={ref} {...props} className={itemClassName}>
|
54
|
+
{children}
|
55
|
+
{shortcut && <span className={shortcutClassName}>{shortcut}</span>}
|
56
56
|
</DropdownMenuPrimitive.Item>);
|
57
57
|
});
|
58
58
|
DropdownMenuItem.displayName = 'DropdownMenuItem';
|
@@ -40,8 +40,8 @@ export var dropdownMenuItemIndicatorVariants = cva("absolute left-0 inline-flex
|
|
40
40
|
});
|
41
41
|
export var DropdownMenuItemIndicator = forwardRef(function (_a, ref) {
|
42
42
|
var className = _a.className, children = _a.children, size = _a.size, radius = _a.radius, props = __rest(_a, ["className", "children", "size", "radius"]);
|
43
|
-
return (<DropdownMenuPrimitive.ItemIndicator ref={ref} className={cn(dropdownMenuItemIndicatorVariants({ radius: radius, size: size }), className)} {...props}>
|
44
|
-
{children}
|
43
|
+
return (<DropdownMenuPrimitive.ItemIndicator ref={ref} className={cn(dropdownMenuItemIndicatorVariants({ radius: radius, size: size }), className)} {...props}>
|
44
|
+
{children}
|
45
45
|
</DropdownMenuPrimitive.ItemIndicator>);
|
46
46
|
});
|
47
47
|
DropdownMenuItemIndicator.displayName = 'DropdownMenuItemIndicator';
|