@lotte-innovate/ui-component-test 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +154 -0
- package/dist/components/Accordion/index.d.ts +16 -0
- package/dist/components/Accordion/index.jsx +70 -0
- package/dist/components/AlertDialog/AlertDialogAction.d.ts +14 -0
- package/dist/components/AlertDialog/AlertDialogAction.jsx +60 -0
- package/dist/components/AlertDialog/AlertDialogCancel.d.ts +13 -0
- package/dist/components/AlertDialog/AlertDialogCancel.jsx +57 -0
- package/dist/components/AlertDialog/AlertDialogContent.d.ts +11 -0
- package/dist/components/AlertDialog/AlertDialogContent.jsx +53 -0
- package/dist/components/AlertDialog/AlertDialogDescription.d.ts +10 -0
- package/dist/components/AlertDialog/AlertDialogDescription.jsx +35 -0
- package/dist/components/AlertDialog/AlertDialogTitle.d.ts +10 -0
- package/dist/components/AlertDialog/AlertDialogTitle.jsx +35 -0
- package/dist/components/AlertDialog/AlertDialogTrigger.d.ts +17 -0
- package/dist/components/AlertDialog/AlertDialogTrigger.jsx +56 -0
- package/dist/components/AlertDialog/index.d.ts +20 -0
- package/dist/components/AlertDialog/index.jsx +25 -0
- package/dist/components/AspectRatio/index.d.ts +10 -0
- package/dist/components/AspectRatio/index.jsx +43 -0
- package/dist/components/Avatar/index.d.ts +17 -0
- package/dist/components/Avatar/index.jsx +61 -0
- package/dist/components/Badge/index.d.ts +18 -0
- package/dist/components/Badge/index.jsx +55 -0
- package/dist/components/BubbleChart/index.d.ts +32 -0
- package/dist/components/BubbleChart/index.jsx +42 -0
- package/dist/components/Button/index.d.ts +16 -0
- package/dist/components/Button/index.jsx +57 -0
- package/dist/components/Callout/CalloutIcon.d.ts +12 -0
- package/dist/components/Callout/CalloutIcon.jsx +62 -0
- package/dist/components/Callout/CalloutText.d.ts +10 -0
- package/dist/components/Callout/CalloutText.jsx +42 -0
- package/dist/components/Callout/index.d.ts +20 -0
- package/dist/components/Callout/index.jsx +78 -0
- package/dist/components/Card/index.d.ts +14 -0
- package/dist/components/Card/index.jsx +65 -0
- package/dist/components/Checkbox/index.d.ts +17 -0
- package/dist/components/Checkbox/index.jsx +97 -0
- package/dist/components/CheckboxCard/index.d.ts +20 -0
- package/dist/components/CheckboxCard/index.jsx +60 -0
- package/dist/components/CheckboxGroup/CheckboxGroupItem.d.ts +5 -0
- package/dist/components/CheckboxGroup/CheckboxGroupItem.jsx +25 -0
- package/dist/components/CheckboxGroup/index.d.ts +17 -0
- package/dist/components/CheckboxGroup/index.jsx +38 -0
- package/dist/components/ContextMenu/ContextMenuCheckboxItem.d.ts +4 -0
- package/dist/components/ContextMenu/ContextMenuCheckboxItem.jsx +33 -0
- package/dist/components/ContextMenu/ContextMenuContent.d.ts +11 -0
- package/dist/components/ContextMenu/ContextMenuContent.jsx +59 -0
- package/dist/components/ContextMenu/ContextMenuGroup.d.ts +4 -0
- package/dist/components/ContextMenu/ContextMenuGroup.jsx +20 -0
- package/dist/components/ContextMenu/ContextMenuItem.d.ts +13 -0
- package/dist/components/ContextMenu/ContextMenuItem.jsx +61 -0
- package/dist/components/ContextMenu/ContextMenuItemIndicator.d.ts +10 -0
- package/dist/components/ContextMenu/ContextMenuItemIndicator.jsx +51 -0
- package/dist/components/ContextMenu/ContextMenuLabel.d.ts +11 -0
- package/dist/components/ContextMenu/ContextMenuLabel.jsx +49 -0
- package/dist/components/ContextMenu/ContextMenuRadioGroup.d.ts +8 -0
- package/dist/components/ContextMenu/ContextMenuRadioGroup.jsx +23 -0
- package/dist/components/ContextMenu/ContextMenuRadioItem.d.ts +4 -0
- package/dist/components/ContextMenu/ContextMenuRadioItem.jsx +34 -0
- package/dist/components/ContextMenu/ContextMenuSeparator.d.ts +3 -0
- package/dist/components/ContextMenu/ContextMenuSeparator.jsx +21 -0
- package/dist/components/ContextMenu/ContextMenuSubContent.d.ts +11 -0
- package/dist/components/ContextMenu/ContextMenuSubContent.jsx +56 -0
- package/dist/components/ContextMenu/ContextMenuSubTrigger.d.ts +4 -0
- package/dist/components/ContextMenu/ContextMenuSubTrigger.jsx +35 -0
- package/dist/components/ContextMenu/ContextMenuTrigger.d.ts +4 -0
- package/dist/components/ContextMenu/ContextMenuTrigger.jsx +21 -0
- package/dist/components/ContextMenu/index.d.ts +25 -0
- package/dist/components/ContextMenu/index.jsx +44 -0
- package/dist/components/DataList/DataListItem.d.ts +9 -0
- package/dist/components/DataList/DataListItem.jsx +44 -0
- package/dist/components/DataList/DataListLabel.d.ts +10 -0
- package/dist/components/DataList/DataListLabel.jsx +50 -0
- package/dist/components/DataList/DataListValue.d.ts +11 -0
- package/dist/components/DataList/DataListValue.jsx +52 -0
- package/dist/components/DataList/index.d.ts +17 -0
- package/dist/components/DataList/index.jsx +49 -0
- package/dist/components/Dialog/DialogAction.d.ts +15 -0
- package/dist/components/Dialog/DialogAction.jsx +47 -0
- package/dist/components/Dialog/DialogCancel.d.ts +11 -0
- package/dist/components/Dialog/DialogCancel.jsx +43 -0
- package/dist/components/Dialog/DialogContent.d.ts +11 -0
- package/dist/components/Dialog/DialogContent.jsx +56 -0
- package/dist/components/Dialog/DialogDescription.d.ts +9 -0
- package/dist/components/Dialog/DialogDescription.jsx +35 -0
- package/dist/components/Dialog/DialogSlot.d.ts +9 -0
- package/dist/components/Dialog/DialogSlot.jsx +34 -0
- package/dist/components/Dialog/DialogTitle.d.ts +11 -0
- package/dist/components/Dialog/DialogTitle.jsx +35 -0
- package/dist/components/Dialog/DialogTrigger.d.ts +3 -0
- package/dist/components/Dialog/DialogTrigger.jsx +20 -0
- package/dist/components/Dialog/index.d.ts +18 -0
- package/dist/components/Dialog/index.jsx +28 -0
- package/dist/components/DoughnutChart/index.d.ts +24 -0
- package/dist/components/DoughnutChart/index.jsx +46 -0
- package/dist/components/DropdownMenu/DropdonMenuRadioGroup.d.ts +8 -0
- package/dist/components/DropdownMenu/DropdonMenuRadioGroup.jsx +23 -0
- package/dist/components/DropdownMenu/DropdonMenuSubContent.d.ts +11 -0
- package/dist/components/DropdownMenu/DropdonMenuSubContent.jsx +61 -0
- package/dist/components/DropdownMenu/DropdownMenuCheckboxItem.d.ts +7 -0
- package/dist/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +31 -0
- package/dist/components/DropdownMenu/DropdownMenuContent.d.ts +11 -0
- package/dist/components/DropdownMenu/DropdownMenuContent.jsx +57 -0
- package/dist/components/DropdownMenu/DropdownMenuItem.d.ts +13 -0
- package/dist/components/DropdownMenu/DropdownMenuItem.jsx +58 -0
- package/dist/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +10 -0
- package/dist/components/DropdownMenu/DropdownMenuItemIndicator.jsx +47 -0
- package/dist/components/DropdownMenu/DropdownMenuLable.d.ts +11 -0
- package/dist/components/DropdownMenu/DropdownMenuLable.jsx +47 -0
- package/dist/components/DropdownMenu/DropdownMenuRadioItem.d.ts +4 -0
- package/dist/components/DropdownMenu/DropdownMenuRadioItem.jsx +32 -0
- package/dist/components/DropdownMenu/DropdownMenuSeparator.d.ts +3 -0
- package/dist/components/DropdownMenu/DropdownMenuSeparator.jsx +19 -0
- package/dist/components/DropdownMenu/DropdownMenuSub.d.ts +3 -0
- package/dist/components/DropdownMenu/DropdownMenuSub.jsx +18 -0
- package/dist/components/DropdownMenu/DropdownMenuSubTrigger.d.ts +4 -0
- package/dist/components/DropdownMenu/DropdownMenuSubTrigger.jsx +31 -0
- package/dist/components/DropdownMenu/DropdownMenuTrigger.d.ts +13 -0
- package/dist/components/DropdownMenu/DropdownMenuTrigger.jsx +41 -0
- package/dist/components/DropdownMenu/index.d.ts +23 -0
- package/dist/components/DropdownMenu/index.jsx +31 -0
- package/dist/components/HoverCard/HoverCardContent.d.ts +14 -0
- package/dist/components/HoverCard/HoverCardContent.jsx +61 -0
- package/dist/components/HoverCard/HoverCardTrigger.d.ts +3 -0
- package/dist/components/HoverCard/HoverCardTrigger.jsx +20 -0
- package/dist/components/HoverCard/index.d.ts +10 -0
- package/dist/components/HoverCard/index.jsx +23 -0
- package/dist/components/IconButton/index.d.ts +15 -0
- package/dist/components/IconButton/index.jsx +64 -0
- package/dist/components/Input/Input.stories.d.ts +77 -0
- package/dist/components/Input/Input.stories.jsx +68 -0
- package/dist/components/Input/index.d.ts +14 -0
- package/dist/components/Input/index.jsx +53 -0
- package/dist/components/Inset/index.d.ts +10 -0
- package/dist/components/Inset/index.jsx +53 -0
- package/dist/components/Label/index.d.ts +17 -0
- package/dist/components/Label/index.jsx +54 -0
- package/dist/components/Menubar/MenubarCheckboxItem.d.ts +4 -0
- package/dist/components/Menubar/MenubarCheckboxItem.jsx +31 -0
- package/dist/components/Menubar/MenubarContent.d.ts +11 -0
- package/dist/components/Menubar/MenubarContent.jsx +63 -0
- package/dist/components/Menubar/MenubarItem.d.ts +13 -0
- package/dist/components/Menubar/MenubarItem.jsx +56 -0
- package/dist/components/Menubar/MenubarItemIndicator.d.ts +10 -0
- package/dist/components/Menubar/MenubarItemIndicator.jsx +50 -0
- package/dist/components/Menubar/MenubarMenu.d.ts +2 -0
- package/dist/components/Menubar/MenubarMenu.jsx +18 -0
- package/dist/components/Menubar/MenubarRadioGroup.d.ts +8 -0
- package/dist/components/Menubar/MenubarRadioGroup.jsx +23 -0
- package/dist/components/Menubar/MenubarRadioItem.d.ts +4 -0
- package/dist/components/Menubar/MenubarRadioItem.jsx +33 -0
- package/dist/components/Menubar/MenubarSeparator.d.ts +3 -0
- package/dist/components/Menubar/MenubarSeparator.jsx +21 -0
- package/dist/components/Menubar/MenubarSub.d.ts +3 -0
- package/dist/components/Menubar/MenubarSub.jsx +18 -0
- package/dist/components/Menubar/MenubarSubContent.d.ts +10 -0
- package/dist/components/Menubar/MenubarSubContent.jsx +52 -0
- package/dist/components/Menubar/MenubarSubTrigger.d.ts +4 -0
- package/dist/components/Menubar/MenubarSubTrigger.jsx +34 -0
- package/dist/components/Menubar/MenubarTrigger.d.ts +12 -0
- package/dist/components/Menubar/MenubarTrigger.jsx +58 -0
- package/dist/components/Menubar/index.d.ts +31 -0
- package/dist/components/Menubar/index.jsx +76 -0
- package/dist/components/NavigationMenu/NavigationMenuContent.d.ts +11 -0
- package/dist/components/NavigationMenu/NavigationMenuContent.jsx +49 -0
- package/dist/components/NavigationMenu/NavigationMenuIndicator.d.ts +3 -0
- package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +22 -0
- package/dist/components/NavigationMenu/NavigationMenuItem.d.ts +3 -0
- package/dist/components/NavigationMenu/NavigationMenuItem.jsx +20 -0
- package/dist/components/NavigationMenu/NavigationMenuLink.d.ts +13 -0
- package/dist/components/NavigationMenu/NavigationMenuLink.jsx +52 -0
- package/dist/components/NavigationMenu/NavigationMenuList.d.ts +12 -0
- package/dist/components/NavigationMenu/NavigationMenuList.jsx +49 -0
- package/dist/components/NavigationMenu/NavigationMenuTrigger.d.ts +13 -0
- package/dist/components/NavigationMenu/NavigationMenuTrigger.jsx +60 -0
- package/dist/components/NavigationMenu/NavigationMenuViewport.d.ts +12 -0
- package/dist/components/NavigationMenu/NavigationMenuViewport.jsx +54 -0
- package/dist/components/NavigationMenu/index.d.ts +21 -0
- package/dist/components/NavigationMenu/index.jsx +42 -0
- package/dist/components/PieChart/index.d.ts +24 -0
- package/dist/components/PieChart/index.jsx +46 -0
- package/dist/components/Popover/PopoverClose.d.ts +9 -0
- package/dist/components/Popover/PopoverClose.jsx +36 -0
- package/dist/components/Popover/PopoverContent.d.ts +11 -0
- package/dist/components/Popover/PopoverContent.jsx +64 -0
- package/dist/components/Popover/PopoverTrigger.d.ts +3 -0
- package/dist/components/Popover/PopoverTrigger.jsx +20 -0
- package/dist/components/Popover/index.d.ts +11 -0
- package/dist/components/Popover/index.jsx +23 -0
- package/dist/components/Progress/index.d.ts +16 -0
- package/dist/components/Progress/index.jsx +57 -0
- package/dist/components/RadarChart/index.d.ts +35 -0
- package/dist/components/RadarChart/index.jsx +42 -0
- package/dist/components/Radio/index.d.ts +14 -0
- package/dist/components/Radio/index.jsx +45 -0
- package/dist/components/RadioCards/RadioCardsItem.d.ts +10 -0
- package/dist/components/RadioCards/RadioCardsItem.jsx +42 -0
- package/dist/components/RadioCards/index.d.ts +13 -0
- package/dist/components/RadioCards/index.jsx +45 -0
- package/dist/components/RadioGroup/RadioGroupItem.d.ts +13 -0
- package/dist/components/RadioGroup/RadioGroupItem.jsx +34 -0
- package/dist/components/RadioGroup/index.d.ts +15 -0
- package/dist/components/RadioGroup/index.jsx +42 -0
- package/dist/components/ScrollArea/index.d.ts +8 -0
- package/dist/components/ScrollArea/index.jsx +27 -0
- package/dist/components/SegmentedControl/SegmentedControlItem.d.ts +6 -0
- package/dist/components/SegmentedControl/SegmentedControlItem.jsx +25 -0
- package/dist/components/SegmentedControl/index.d.ts +14 -0
- package/dist/components/SegmentedControl/index.jsx +50 -0
- package/dist/components/Select/index.d.ts +25 -0
- package/dist/components/Select/index.jsx +97 -0
- package/dist/components/Separator/index.d.ts +11 -0
- package/dist/components/Separator/index.jsx +49 -0
- package/dist/components/Skeleton/index.d.ts +15 -0
- package/dist/components/Skeleton/index.jsx +45 -0
- package/dist/components/Slider/index.d.ts +15 -0
- package/dist/components/Slider/index.jsx +50 -0
- package/dist/components/Spinner/index.d.ts +15 -0
- package/dist/components/Spinner/index.jsx +49 -0
- package/dist/components/TabNav/index.d.ts +11 -0
- package/dist/components/TabNav/index.jsx +39 -0
- package/dist/components/Table/index.d.ts +20 -0
- package/dist/components/Table/index.jsx +103 -0
- package/dist/components/Tabs/index.d.ts +16 -0
- package/dist/components/Tabs/index.jsx +67 -0
- package/dist/components/TextArea/index.d.ts +16 -0
- package/dist/components/TextArea/index.jsx +58 -0
- package/dist/components/TextField/index.d.ts +18 -0
- package/dist/components/TextField/index.jsx +57 -0
- package/dist/components/Toast/ToastActionButton.d.ts +14 -0
- package/dist/components/Toast/ToastActionButton.jsx +68 -0
- package/dist/components/Toast/ToastDescription.d.ts +13 -0
- package/dist/components/Toast/ToastDescription.jsx +45 -0
- package/dist/components/Toast/ToastTitle.d.ts +13 -0
- package/dist/components/Toast/ToastTitle.jsx +43 -0
- package/dist/components/Toast/index.d.ts +29 -0
- package/dist/components/Toast/index.jsx +99 -0
- package/dist/components/Toggle/ToggleWithText.d.ts +21 -0
- package/dist/components/Toggle/ToggleWithText.jsx +59 -0
- package/dist/components/Toggle/index.d.ts +20 -0
- package/dist/components/Toggle/index.jsx +58 -0
- package/dist/components/ToggleGroup/index.d.ts +19 -0
- package/dist/components/ToggleGroup/index.jsx +45 -0
- package/dist/components/ToggleGroup/toggleGroupItem.d.ts +17 -0
- package/dist/components/ToggleGroup/toggleGroupItem.jsx +42 -0
- package/dist/components/ToggleSwitch/index.d.ts +13 -0
- package/dist/components/ToggleSwitch/index.jsx +74 -0
- package/dist/components/Tooltip/index.d.ts +20 -0
- package/dist/components/Tooltip/index.jsx +58 -0
- package/dist/components/index.d.ts +22 -0
- package/dist/components/index.js +22 -0
- package/package.json +119 -0
@@ -0,0 +1,65 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
+
var t = {};
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
+
t[p] = s[p];
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
+
t[p[i]] = s[p[i]];
|
20
|
+
}
|
21
|
+
return t;
|
22
|
+
};
|
23
|
+
import React, { forwardRef } from 'react';
|
24
|
+
import { cva } from 'class-variance-authority';
|
25
|
+
import { scalingVariants, weightVariants } from '../../constants';
|
26
|
+
import { cn } from 'utils/utils';
|
27
|
+
var cardVariants = cva("border border-slate-6 flex items-center text-slate-12\n dark:border-slateDarkA-6 dark:text-slateDarkA-12\n ", {
|
28
|
+
variants: {
|
29
|
+
radius: {
|
30
|
+
none: 'rounded-none',
|
31
|
+
small: 'rounded-[3px]',
|
32
|
+
medium: 'rounded',
|
33
|
+
large: 'rounded-md',
|
34
|
+
full: 'rounded-md',
|
35
|
+
},
|
36
|
+
size: {
|
37
|
+
small: 'text-sm min-h-[64px] w-[300px] p-3 space-x-3',
|
38
|
+
medium: 'text-base min-h-[80px] w-[350px] p-4 space-x-4',
|
39
|
+
large: 'text-lg min-h-[112px] w-[400px] p-8 space-x-8',
|
40
|
+
},
|
41
|
+
scaling: __assign({}, scalingVariants),
|
42
|
+
weight: __assign({}, weightVariants),
|
43
|
+
},
|
44
|
+
defaultVariants: {
|
45
|
+
radius: 'medium',
|
46
|
+
scaling: '100%',
|
47
|
+
size: 'medium',
|
48
|
+
weight: 'medium',
|
49
|
+
},
|
50
|
+
});
|
51
|
+
var Card = forwardRef(function (_a, ref) {
|
52
|
+
var children = _a.children, className = _a.className, radius = _a.radius, scaling = _a.scaling, size = _a.size, color = _a.color, weight = _a.weight, _b = _a.appearance, appearance = _b === void 0 ? 'surface' : _b, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "color", "weight", "appearance"]);
|
53
|
+
var appearanceClassName = '';
|
54
|
+
if (appearance === 'classic') {
|
55
|
+
appearanceClassName = 'shadow-card-classic dark:shadow-card-dark-classic';
|
56
|
+
}
|
57
|
+
if (appearance === 'ghost') {
|
58
|
+
appearanceClassName = 'border-transparent';
|
59
|
+
}
|
60
|
+
return (<div className={cn(cardVariants({ radius: radius, scaling: scaling, size: size }), appearanceClassName, className)} ref={ref} {...props}>
|
61
|
+
{children}
|
62
|
+
</div>);
|
63
|
+
});
|
64
|
+
Card.displayName = 'Card';
|
65
|
+
export default Card;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
4
|
+
import { IAppearance, IColor } from 'types';
|
5
|
+
export interface CheckboxProps extends VariantProps<typeof CheckboxVariants> {
|
6
|
+
id: string;
|
7
|
+
color?: IColor;
|
8
|
+
appearance?: Exclude<IAppearance, 'ghost' | 'outline' | 'solid'>;
|
9
|
+
indeterminate?: boolean;
|
10
|
+
}
|
11
|
+
export declare const CheckboxVariants: (props?: ({
|
12
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
13
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
14
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
15
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
16
|
+
export declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & CheckboxProps & React.RefAttributes<HTMLButtonElement>>;
|
17
|
+
export default Checkbox;
|
@@ -0,0 +1,97 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
+
var t = {};
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
+
t[p] = s[p];
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
+
t[p[i]] = s[p[i]];
|
20
|
+
}
|
21
|
+
return t;
|
22
|
+
};
|
23
|
+
import React, { forwardRef } from 'react';
|
24
|
+
import { cva } from 'class-variance-authority';
|
25
|
+
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
26
|
+
import { CheckIcon, MinusIcon } from '@radix-ui/react-icons';
|
27
|
+
import { Label } from 'components/Label';
|
28
|
+
import { cn } from 'utils/utils';
|
29
|
+
import { checkboxAppearanceStyle, radiusVariants, scalingVariants, textColorStyle, } from '../../constants';
|
30
|
+
export var CheckboxVariants = cva("peer ring-offset-background", {
|
31
|
+
variants: {
|
32
|
+
size: {
|
33
|
+
small: 'h-3.5 w-3.5 mr-2',
|
34
|
+
medium: 'h-4 w-4 mr-2',
|
35
|
+
large: 'h-5 w-5 mr-3',
|
36
|
+
},
|
37
|
+
scaling: {
|
38
|
+
'90%': 'scale-90 mr-1.5',
|
39
|
+
'95%': 'scale-95 mr-2',
|
40
|
+
'100%': 'scale-100 mr-2',
|
41
|
+
'105%': 'scale-105 mr-2.5',
|
42
|
+
'110%': 'scale-110 mr-3',
|
43
|
+
},
|
44
|
+
radius: __assign({}, radiusVariants['small']),
|
45
|
+
},
|
46
|
+
defaultVariants: {
|
47
|
+
radius: 'medium',
|
48
|
+
size: 'medium',
|
49
|
+
scaling: '100%',
|
50
|
+
},
|
51
|
+
});
|
52
|
+
var CheckboxIndicatorVariants = cva('stroke-current', {
|
53
|
+
variants: {
|
54
|
+
size: {
|
55
|
+
small: 'w-3.5',
|
56
|
+
medium: 'w-4',
|
57
|
+
large: 'w-5',
|
58
|
+
},
|
59
|
+
scaling: __assign({}, scalingVariants),
|
60
|
+
},
|
61
|
+
defaultVariants: {
|
62
|
+
size: 'medium',
|
63
|
+
scaling: '100%',
|
64
|
+
},
|
65
|
+
});
|
66
|
+
var CheckboxLabelVariants = cva('', {
|
67
|
+
variants: {
|
68
|
+
size: {
|
69
|
+
small: 'text-xs',
|
70
|
+
medium: 'text-sm',
|
71
|
+
large: 'text-base',
|
72
|
+
},
|
73
|
+
scaling: __assign({}, scalingVariants),
|
74
|
+
color: textColorStyle(),
|
75
|
+
},
|
76
|
+
defaultVariants: {
|
77
|
+
size: 'medium',
|
78
|
+
scaling: '100%',
|
79
|
+
color: 'black',
|
80
|
+
},
|
81
|
+
});
|
82
|
+
export var Checkbox = forwardRef(function (_a, ref) {
|
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
|
+
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>)}
|
94
|
+
</div>);
|
95
|
+
});
|
96
|
+
Checkbox.displayName = 'Checkbox';
|
97
|
+
export default Checkbox;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
import { IColor, IRadius, IScaling } from 'types';
|
5
|
+
import { CheckboxVariants } from 'components/Checkbox';
|
6
|
+
export interface CheckboxCardProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof CheckboxVariants> {
|
7
|
+
id: string;
|
8
|
+
scaling?: IScaling;
|
9
|
+
radius?: IRadius;
|
10
|
+
color?: IColor;
|
11
|
+
appearance?: 'classic' | 'surface' | 'ghost';
|
12
|
+
ariaDisabled?: boolean;
|
13
|
+
}
|
14
|
+
export declare const CheckboxCardVariants: (props?: ({
|
15
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
16
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
17
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
18
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
19
|
+
declare const CheckboxCard: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & CheckboxCardProps & React.RefAttributes<HTMLButtonElement>>;
|
20
|
+
export default CheckboxCard;
|
@@ -0,0 +1,60 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
+
var t = {};
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
+
t[p] = s[p];
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
+
t[p[i]] = s[p[i]];
|
20
|
+
}
|
21
|
+
return t;
|
22
|
+
};
|
23
|
+
import React, { forwardRef } from 'react';
|
24
|
+
import { cva } from 'class-variance-authority';
|
25
|
+
import Checkbox from 'components/Checkbox';
|
26
|
+
import { Label } from 'components/Label';
|
27
|
+
import { cn } from 'utils/utils';
|
28
|
+
import { scalingVariants } from '../../constants';
|
29
|
+
export var CheckboxCardVariants = cva("flex justify-between space-x-2 min-w-[200px] border border-slate-7 text-slate-12\n hover:border-slate-8 hover:cursor-pointer aria-disabled:bg-slate-3 aria-disabled:cursor-not-allowed aria-disabled:text-slateA-9\n dark:border-slateDark-6 dark:text-slateDark-12 dark:hover:border-slateDark-7\n dark:aria-disabled:bg-slateDark-3 dark:aria-disabled:text-slateDarkA-8", {
|
30
|
+
variants: {
|
31
|
+
radius: {
|
32
|
+
none: 'rounded-none',
|
33
|
+
small: 'rounded-[3px]',
|
34
|
+
medium: 'rounded',
|
35
|
+
large: 'rounded-md',
|
36
|
+
full: 'rounded-md',
|
37
|
+
},
|
38
|
+
size: {
|
39
|
+
small: 'text-sm px-3 py-2.5',
|
40
|
+
medium: 'text-sm px-4 py-3.5',
|
41
|
+
large: 'text-base px-6 py-[20px]',
|
42
|
+
},
|
43
|
+
scaling: __assign({}, scalingVariants),
|
44
|
+
},
|
45
|
+
defaultVariants: {
|
46
|
+
radius: 'medium',
|
47
|
+
scaling: '100%',
|
48
|
+
size: 'medium',
|
49
|
+
},
|
50
|
+
});
|
51
|
+
var CheckboxCard = forwardRef(function (_a, ref) {
|
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
|
+
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}/>
|
57
|
+
</Label>);
|
58
|
+
});
|
59
|
+
CheckboxCard.displayName = 'CheckboxCard';
|
60
|
+
export default CheckboxCard;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
3
|
+
import { CheckboxProps } from 'components/Checkbox';
|
4
|
+
export declare const CheckboxGroupItem: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & CheckboxProps & React.RefAttributes<HTMLButtonElement>>;
|
5
|
+
export default CheckboxGroupItem;
|
@@ -0,0 +1,25 @@
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
2
|
+
var t = {};
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
4
|
+
t[p] = s[p];
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
8
|
+
t[p[i]] = s[p[i]];
|
9
|
+
}
|
10
|
+
return t;
|
11
|
+
};
|
12
|
+
import React, { forwardRef } from 'react';
|
13
|
+
import Checkbox from 'components/Checkbox';
|
14
|
+
import { useCheckboxGroupContext } from '.';
|
15
|
+
export var CheckboxGroupItem = forwardRef(function (_a, ref) {
|
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
|
+
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>
|
22
|
+
</div>);
|
23
|
+
});
|
24
|
+
CheckboxGroupItem.displayName = 'CheckboxGroupItem';
|
25
|
+
export default CheckboxGroupItem;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import React, { ReactNode } from 'react';
|
2
|
+
import { CheckboxVariants } from 'components/Checkbox';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
import { IAppearance, IColor } from 'types';
|
5
|
+
export * from './CheckboxGroupItem';
|
6
|
+
export interface CheckboxGroupRootProps extends VariantProps<typeof CheckboxGroupVariants>, VariantProps<typeof CheckboxVariants> {
|
7
|
+
children?: ReactNode;
|
8
|
+
defaultValue?: string[] | undefined;
|
9
|
+
color?: IColor;
|
10
|
+
appearance?: Exclude<IAppearance, 'ghost' | 'outline' | 'solid'>;
|
11
|
+
}
|
12
|
+
export declare const CheckboxGroupVariants: (props?: ({
|
13
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
14
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
15
|
+
export declare const useCheckboxGroupContext: () => CheckboxGroupRootProps;
|
16
|
+
export declare const CheckboxGroup: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & CheckboxGroupRootProps & React.RefAttributes<HTMLDivElement>>;
|
17
|
+
export default CheckboxGroup;
|
@@ -0,0 +1,38 @@
|
|
1
|
+
import React, { Children, createContext, forwardRef, useContext, } from 'react';
|
2
|
+
import { CheckboxGroup as CheckboxGroupTheme } from '@radix-ui/themes';
|
3
|
+
import { cva } from 'class-variance-authority';
|
4
|
+
import { cn } from 'utils/utils';
|
5
|
+
export * from './CheckboxGroupItem';
|
6
|
+
export var CheckboxGroupVariants = cva("", {
|
7
|
+
variants: {
|
8
|
+
size: {
|
9
|
+
small: 'space-y-1',
|
10
|
+
medium: 'space-y-2',
|
11
|
+
large: 'space-y-3',
|
12
|
+
},
|
13
|
+
},
|
14
|
+
defaultVariants: {
|
15
|
+
size: 'medium',
|
16
|
+
},
|
17
|
+
});
|
18
|
+
var CheckboxGroupContext = createContext({
|
19
|
+
size: 'medium',
|
20
|
+
color: 'red',
|
21
|
+
scaling: '100%',
|
22
|
+
radius: 'medium',
|
23
|
+
appearance: 'surface',
|
24
|
+
});
|
25
|
+
export var useCheckboxGroupContext = function () {
|
26
|
+
return useContext(CheckboxGroupContext);
|
27
|
+
};
|
28
|
+
export var CheckboxGroup = forwardRef(function (_a, ref) {
|
29
|
+
var className = _a.className, children = _a.children, defaultValue = _a.defaultValue, size = _a.size;
|
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>
|
35
|
+
</CheckboxGroupContext.Provider>);
|
36
|
+
});
|
37
|
+
CheckboxGroup.displayName = 'CheckboxGroup';
|
38
|
+
export default CheckboxGroup;
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
3
|
+
import { ContextMenuProps } from '.';
|
4
|
+
export declare const ContextMenuCheckboxItem: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuCheckboxItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & ContextMenuProps & React.RefAttributes<HTMLDivElement>>;
|
@@ -0,0 +1,33 @@
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
2
|
+
var t = {};
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
4
|
+
t[p] = s[p];
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
8
|
+
t[p[i]] = s[p[i]];
|
9
|
+
}
|
10
|
+
return t;
|
11
|
+
};
|
12
|
+
import React, { forwardRef } from 'react';
|
13
|
+
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
14
|
+
import { CheckIcon } from '@radix-ui/react-icons';
|
15
|
+
import { cn } from 'utils/utils';
|
16
|
+
import { ContextMenuItemIndicator, contextMenuItemVariants, useContextMenuContext, } from '.';
|
17
|
+
import { menuItemAppearanceStyle } from '../../constants';
|
18
|
+
export var ContextMenuCheckboxItem = forwardRef(function (_a, ref) {
|
19
|
+
var children = _a.children, className = _a.className, checked = _a.checked, props = __rest(_a, ["children", "className", "checked"]);
|
20
|
+
var _b = useContextMenuContext(), radius = _b.radius, scaling = _b.scaling, size = _b.size, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.appearance, appearance = _d === void 0 ? 'solid' : _d;
|
21
|
+
var itemClassName = cn(contextMenuItemVariants({
|
22
|
+
radius: radius,
|
23
|
+
scaling: scaling,
|
24
|
+
size: size,
|
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}
|
31
|
+
</ContextMenuPrimitive.CheckboxItem>);
|
32
|
+
});
|
33
|
+
ContextMenuCheckboxItem.displayName = 'ContextMenuCheckboxItem';
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
export interface ContextMenuContentProps extends VariantProps<typeof contextMenuContentVariants> {
|
5
|
+
}
|
6
|
+
export declare const contextMenuContentVariants: (props?: ({
|
7
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
8
|
+
size?: "small" | "medium" | null | undefined;
|
9
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
10
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
11
|
+
export declare const ContextMenuContent: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & ContextMenuContentProps & React.RefAttributes<HTMLDivElement>>;
|
@@ -0,0 +1,59 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
+
var t = {};
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
+
t[p] = s[p];
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
+
t[p[i]] = s[p[i]];
|
20
|
+
}
|
21
|
+
return t;
|
22
|
+
};
|
23
|
+
import React, { forwardRef } from 'react';
|
24
|
+
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
25
|
+
import { cn } from 'utils/utils';
|
26
|
+
import { cva } from 'class-variance-authority';
|
27
|
+
import { scalingVariants } from '../../constants';
|
28
|
+
import { useContextMenuContext } from '.';
|
29
|
+
export var contextMenuContentVariants = cva("p-[5px] bg-white dark:bg-slateDark-1 will-change-[transform,opacity]\n shadow-[0px_10px_38px_-10px_rgba(22,_23,_24,_0.35),_0px_10px_20px_-15px_rgba(22,_23,_24,_0.2)] \n [animation-duration:_400ms] [animation-timing-function:_cubic-bezier(0.16,_1,_0.3,_1)]", {
|
30
|
+
variants: {
|
31
|
+
radius: {
|
32
|
+
none: 'rounded-none',
|
33
|
+
small: 'rounded-[3px]',
|
34
|
+
medium: 'rounded',
|
35
|
+
large: 'rounded-md',
|
36
|
+
full: 'rounded-md',
|
37
|
+
},
|
38
|
+
size: {
|
39
|
+
small: 'p-1 min-w-[120px] max-w-[300px]',
|
40
|
+
medium: 'p-2 min-w-[136px] max-w-[300px]',
|
41
|
+
},
|
42
|
+
scaling: __assign({}, scalingVariants),
|
43
|
+
},
|
44
|
+
defaultVariants: {
|
45
|
+
radius: 'medium',
|
46
|
+
size: 'medium',
|
47
|
+
scaling: '100%',
|
48
|
+
},
|
49
|
+
});
|
50
|
+
export var ContextMenuContent = forwardRef(function (_a, ref) {
|
51
|
+
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
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>
|
57
|
+
</ContextMenuPrimitive.Portal>);
|
58
|
+
});
|
59
|
+
ContextMenuContent.displayName = 'ContextMenuContent';
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ContextMenuProps } from '.';
|
3
|
+
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
4
|
+
export declare const ContextMenuGroup: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuGroupProps & React.RefAttributes<HTMLDivElement>, "ref"> & ContextMenuProps & React.RefAttributes<HTMLDivElement>>;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
2
|
+
var t = {};
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
4
|
+
t[p] = s[p];
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
8
|
+
t[p[i]] = s[p[i]];
|
9
|
+
}
|
10
|
+
return t;
|
11
|
+
};
|
12
|
+
import React, { forwardRef } from 'react';
|
13
|
+
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
14
|
+
export var ContextMenuGroup = forwardRef(function (_a, ref) {
|
15
|
+
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
16
|
+
return (<ContextMenuPrimitive.Group ref={ref} className={className} {...props}>
|
17
|
+
{children}
|
18
|
+
</ContextMenuPrimitive.Group>);
|
19
|
+
});
|
20
|
+
ContextMenuGroup.displayName = 'ContextMenuGroup';
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
export interface ContextMenuItemProps extends VariantProps<typeof contextMenuItemVariants> {
|
5
|
+
appearance?: 'solid' | 'soft';
|
6
|
+
shortcut?: string;
|
7
|
+
}
|
8
|
+
export declare const contextMenuItemVariants: (props?: ({
|
9
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
10
|
+
size?: "small" | "medium" | null | undefined;
|
11
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
12
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
13
|
+
export declare const ContextMenuItem: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & ContextMenuItemProps & React.RefAttributes<HTMLDivElement>>;
|
@@ -0,0 +1,61 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
+
var t = {};
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
+
t[p] = s[p];
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
+
t[p[i]] = s[p[i]];
|
20
|
+
}
|
21
|
+
return t;
|
22
|
+
};
|
23
|
+
import React, { forwardRef } from 'react';
|
24
|
+
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
25
|
+
import { cn } from 'utils/utils';
|
26
|
+
import { cva } from 'class-variance-authority';
|
27
|
+
import { blackText, menuItemAppearanceStyle, scalingVariants, radiusVariants, } from '../../constants';
|
28
|
+
import { useContextMenuContext } from '.';
|
29
|
+
export var contextMenuItemVariants = cva("flex group relative leading-none select-none outline-none items-center justify-between font-normal\n data-[disabled]:text-slate-8 data-[disabled]:cursor-not-allowed text-slate-12 dark:text-slateDark-12\n data-[disabled]:hover:bg-transparent dark:data-[disabled]:text-slateDark-8 data-[disabled]:dark:hover:bg-transparent", {
|
30
|
+
variants: {
|
31
|
+
radius: __assign({}, radiusVariants['menu-item']),
|
32
|
+
size: {
|
33
|
+
small: 'text-xs h-[24px] px-2',
|
34
|
+
medium: 'text-sm h-[32px] px-3',
|
35
|
+
},
|
36
|
+
scaling: __assign({}, scalingVariants),
|
37
|
+
},
|
38
|
+
defaultVariants: {
|
39
|
+
radius: 'medium',
|
40
|
+
scaling: '100%',
|
41
|
+
size: 'medium',
|
42
|
+
},
|
43
|
+
});
|
44
|
+
export var ContextMenuItem = forwardRef(function (_a, ref) {
|
45
|
+
var children = _a.children, className = _a.className, shortcut = _a.shortcut, props = __rest(_a, ["children", "className", "shortcut"]);
|
46
|
+
var _b = useContextMenuContext(), radius = _b.radius, scaling = _b.scaling, size = _b.size, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.appearance, appearance = _d === void 0 ? 'solid' : _d;
|
47
|
+
var itemClassName = cn(contextMenuItemVariants({
|
48
|
+
radius: radius,
|
49
|
+
scaling: scaling,
|
50
|
+
size: size,
|
51
|
+
}), menuItemAppearanceStyle(appearance, color), className);
|
52
|
+
var shortcutClassName = 'group-hover:text-slateA-11 dark:group-hover:text-slateDarkA-11';
|
53
|
+
if (appearance === 'solid' && !blackText.includes(color)) {
|
54
|
+
shortcutClassName = 'group-hover:text-white dark:group-hover:text-slateDark-1';
|
55
|
+
}
|
56
|
+
return (<ContextMenuPrimitive.Item ref={ref} className={itemClassName} {...props}>
|
57
|
+
{children}
|
58
|
+
{shortcut && <span className={shortcutClassName}>{shortcut}</span>}
|
59
|
+
</ContextMenuPrimitive.Item>);
|
60
|
+
});
|
61
|
+
ContextMenuItem.displayName = 'ContextMenuItem';
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
export interface ContextMenuItemIndicatorProps extends VariantProps<typeof contextMenuItemIndicatorVariants> {
|
5
|
+
}
|
6
|
+
export declare const contextMenuItemIndicatorVariants: (props?: ({
|
7
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
8
|
+
size?: "small" | "medium" | null | undefined;
|
9
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
10
|
+
export declare const ContextMenuItemIndicator: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuItemIndicatorProps & React.RefAttributes<HTMLSpanElement>, "ref"> & ContextMenuItemIndicatorProps & React.RefAttributes<HTMLSpanElement>>;
|
@@ -0,0 +1,51 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
+
var t = {};
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
+
t[p] = s[p];
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
+
t[p[i]] = s[p[i]];
|
20
|
+
}
|
21
|
+
return t;
|
22
|
+
};
|
23
|
+
import React, { forwardRef } from 'react';
|
24
|
+
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
25
|
+
import { cn } from 'utils/utils';
|
26
|
+
import { CheckIcon } from '@radix-ui/react-icons';
|
27
|
+
import { cva } from 'class-variance-authority';
|
28
|
+
import { radiusVariants } from '../../constants';
|
29
|
+
import { useContextMenuContext } from '.';
|
30
|
+
export var contextMenuItemIndicatorVariants = cva("absolute left-0 inline-flex items-center justify-center ml-1 border", {
|
31
|
+
variants: {
|
32
|
+
radius: __assign({}, radiusVariants['base']),
|
33
|
+
size: {
|
34
|
+
small: 'w-3.5 h-3.5',
|
35
|
+
medium: 'w-4 h-4',
|
36
|
+
},
|
37
|
+
},
|
38
|
+
defaultVariants: {
|
39
|
+
size: 'medium',
|
40
|
+
radius: 'medium',
|
41
|
+
},
|
42
|
+
});
|
43
|
+
export var ContextMenuItemIndicator = forwardRef(function (_a, ref) {
|
44
|
+
var className = _a.className, children = _a.children, radius = _a.radius, props = __rest(_a, ["className", "children", "radius"]);
|
45
|
+
var size = useContextMenuContext().size;
|
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 />}
|
49
|
+
</ContextMenuPrimitive.ItemIndicator>);
|
50
|
+
});
|
51
|
+
ContextMenuItemIndicator.displayName = 'ContextMenuItemIndicator';
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
export interface ContextMenuLabelProps extends VariantProps<typeof contextMenuLabelVariants> {
|
5
|
+
appearance?: 'solid' | 'soft';
|
6
|
+
}
|
7
|
+
export declare const contextMenuLabelVariants: (props?: ({
|
8
|
+
size?: "small" | "medium" | null | undefined;
|
9
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
10
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
11
|
+
export declare const ContextMenuLabel: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuLabelProps & React.RefAttributes<HTMLDivElement>, "ref"> & ContextMenuLabelProps & React.RefAttributes<HTMLDivElement>>;
|