@lotte-innovate/ui-component-test 0.0.37 → 0.0.41
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +133 -163
- package/dist/globals.css +4 -0
- package/dist/lib/Typography/Header/index.d.ts +2 -2
- package/dist/lib/Typography/Text/index.d.ts +1 -1
- package/dist/lib/color/constants.d.ts +9 -0
- package/dist/lib/components/Accordion/index.d.ts +10 -4
- package/dist/lib/components/AlertDialog/AlertDialogAction.d.ts +2 -2
- package/dist/lib/components/AlertDialog/AlertDialogCancel.d.ts +2 -2
- package/dist/lib/components/AlertDialog/AlertDialogContent.d.ts +1 -1
- package/dist/lib/components/AlertDialog/AlertDialogRoot.d.ts +16 -0
- package/dist/lib/components/AlertDialog/AlertDialogTrigger.d.ts +2 -2
- package/dist/lib/components/AlertDialog/index.d.ts +10 -19
- package/dist/lib/components/Avatar/index.d.ts +5 -1
- package/dist/lib/components/Badge/index.d.ts +2 -2
- package/dist/lib/components/BarChart/index.d.ts +37 -0
- package/dist/lib/components/BubbleChart/index.d.ts +15 -19
- package/dist/lib/components/Button/index.d.ts +2 -2
- package/dist/lib/components/Callout/CalloutIcon.d.ts +2 -1
- package/dist/lib/components/Callout/CalloutRoot.d.ts +18 -0
- package/dist/lib/components/Callout/index.d.ts +6 -19
- package/dist/lib/components/Card/index.d.ts +2 -2
- package/dist/lib/components/Checkbox/index.d.ts +1 -1
- package/dist/lib/components/CheckboxCard/index.d.ts +1 -1
- package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.d.ts +17 -0
- package/dist/lib/components/CheckboxGroup/index.d.ts +5 -16
- package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuContent.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuGroup.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuItem.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuRadioItem.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuRoot.d.ts +13 -0
- package/dist/lib/components/ContextMenu/ContextMenuSubContent.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuTrigger.d.ts +1 -1
- package/dist/lib/components/ContextMenu/index.d.ts +16 -24
- package/dist/lib/components/DataList/DataListLabel.d.ts +1 -1
- package/dist/lib/components/DataList/DataListRoot.d.ts +14 -0
- package/dist/lib/components/DataList/DataListValue.d.ts +1 -1
- package/dist/lib/components/DataList/index.d.ts +7 -16
- package/dist/lib/components/Dialog/DialogAction.d.ts +1 -3
- package/dist/lib/components/Dialog/DialogCancel.d.ts +1 -1
- package/dist/lib/components/Dialog/DialogContent.d.ts +1 -1
- package/dist/lib/components/Dialog/DialogRoot.d.ts +15 -0
- package/dist/lib/components/Dialog/index.d.ts +14 -17
- package/dist/lib/components/DoughnutChart/index.d.ts +12 -14
- package/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.d.ts +0 -5
- package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/DropdownMenuContent.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/DropdownMenuItem.d.ts +3 -1
- package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/DropdownMenuLable.d.ts +0 -1
- package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.d.ts +4 -2
- package/dist/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +15 -0
- package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +3 -2
- package/dist/lib/components/DropdownMenu/index.d.ts +19 -22
- package/dist/lib/components/HoverCard/HoverCardContent.d.ts +2 -2
- package/dist/lib/components/HoverCard/HoverCardRoot.d.ts +11 -0
- package/dist/lib/components/HoverCard/index.d.ts +9 -9
- package/dist/lib/components/IconButton/index.d.ts +1 -1
- package/dist/lib/components/Inset/index.d.ts +1 -1
- package/dist/lib/components/Label/index.d.ts +1 -1
- package/dist/lib/components/LineChart/index.d.ts +43 -0
- package/dist/lib/components/Menubar/MenubarContent.d.ts +1 -1
- package/dist/lib/components/Menubar/MenubarItem.d.ts +1 -1
- package/dist/lib/components/Menubar/MenubarItemIndicator.d.ts +1 -1
- package/dist/lib/components/Menubar/MenubarMenu.d.ts +4 -1
- package/dist/lib/components/Menubar/MenubarRoot.d.ts +19 -0
- package/dist/lib/components/Menubar/MenubarSubContent.d.ts +1 -1
- package/dist/lib/components/Menubar/MenubarTrigger.d.ts +1 -1
- package/dist/lib/components/Menubar/index.d.ts +18 -30
- package/dist/lib/components/NavigationMenu/NavigationMenuContent.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/NavigationMenuLink.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/NavigationMenuList.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/NavigationMenuRoot.d.ts +14 -0
- package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +2 -2
- package/dist/lib/components/NavigationMenu/index.d.ts +11 -20
- package/dist/lib/components/PieChart/index.d.ts +12 -14
- package/dist/lib/components/Popover/PopoverClose.d.ts +1 -1
- package/dist/lib/components/Popover/PopoverContent.d.ts +1 -1
- package/dist/lib/components/Popover/PopoverRoot.d.ts +12 -0
- package/dist/lib/components/Popover/index.d.ts +10 -11
- package/dist/lib/components/Progress/index.d.ts +2 -5
- package/dist/lib/components/RadarChart/index.d.ts +19 -22
- package/dist/lib/components/Radio/index.d.ts +0 -1
- package/dist/lib/components/RadioCards/RadioCardsItem.d.ts +1 -1
- package/dist/lib/components/RadioCards/RadioCardsRoot.d.ts +13 -0
- package/dist/lib/components/RadioCards/index.d.ts +5 -13
- package/dist/lib/components/RadioGroup/RadioGroupRoot.d.ts +15 -0
- package/dist/lib/components/RadioGroup/index.d.ts +5 -15
- package/dist/lib/components/SegmentedControl/SegmentedControlRoot.d.ts +14 -0
- package/dist/lib/components/SegmentedControl/index.d.ts +5 -14
- package/dist/lib/components/Select/index.d.ts +17 -8
- package/dist/lib/components/Skeleton/index.d.ts +1 -2
- package/dist/lib/components/Slider/index.d.ts +1 -2
- package/dist/lib/components/TabNav/index.d.ts +6 -2
- package/dist/lib/components/Table/index.d.ts +17 -8
- package/dist/lib/components/Tabs/index.d.ts +11 -5
- package/dist/lib/components/TextArea/index.d.ts +1 -1
- package/dist/lib/components/TextField/index.d.ts +7 -4
- package/dist/lib/components/Toast/ToastActionButton.d.ts +1 -1
- package/dist/lib/components/Toast/ToastRoot.d.ts +27 -0
- package/dist/lib/components/Toast/index.d.ts +7 -29
- package/dist/lib/components/Toggle/ToggleWithText.d.ts +2 -2
- package/dist/lib/components/Toggle/index.d.ts +1 -1
- package/dist/lib/components/ToggleGroup/ToggleGroupRoot.d.ts +15 -0
- package/dist/lib/components/ToggleGroup/index.d.ts +5 -19
- package/dist/lib/components/ToggleSwitch/index.d.ts +1 -1
- package/dist/lib/components/Tooltip/index.d.ts +4 -5
- package/dist/lib/components/index.d.ts +4 -0
- package/dist/lib/constants.d.ts +470 -0
- package/dist/lib/types.d.ts +70 -0
- package/dist/lib/utils/useDarkMode.d.ts +1 -0
- package/dist/lib/utils/utils.d.ts +0 -1
- package/package.json +137 -125
- package/dist/lib/Typography/Header/index.jsx +0 -58
- package/dist/lib/Typography/Text/index.jsx +0 -47
- package/dist/lib/Typography/index.js +0 -2
- package/dist/lib/color/alpha.js +0 -784
- package/dist/lib/color/constants.js +0 -200
- package/dist/lib/color/dark.js +0 -392
- package/dist/lib/color/krdsColors.js +0 -309
- package/dist/lib/color/light.js +0 -393
- package/dist/lib/components/Accordion/index.jsx +0 -70
- package/dist/lib/components/AlertDialog/AlertDialogAction.jsx +0 -60
- package/dist/lib/components/AlertDialog/AlertDialogCancel.jsx +0 -57
- package/dist/lib/components/AlertDialog/AlertDialogContent.jsx +0 -53
- package/dist/lib/components/AlertDialog/AlertDialogDescription.jsx +0 -35
- package/dist/lib/components/AlertDialog/AlertDialogTitle.jsx +0 -35
- package/dist/lib/components/AlertDialog/AlertDialogTrigger.jsx +0 -56
- package/dist/lib/components/AlertDialog/index.jsx +0 -27
- package/dist/lib/components/AspectRatio/index.jsx +0 -43
- package/dist/lib/components/Avatar/index.jsx +0 -61
- package/dist/lib/components/Badge/index.jsx +0 -55
- package/dist/lib/components/BubbleChart/index.jsx +0 -43
- package/dist/lib/components/Button/index.jsx +0 -57
- package/dist/lib/components/Callout/CalloutIcon.jsx +0 -62
- package/dist/lib/components/Callout/CalloutText.jsx +0 -42
- package/dist/lib/components/Callout/index.jsx +0 -78
- package/dist/lib/components/Card/index.jsx +0 -65
- package/dist/lib/components/Checkbox/index.jsx +0 -97
- package/dist/lib/components/CheckboxCard/index.jsx +0 -60
- package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.jsx +0 -25
- package/dist/lib/components/CheckboxGroup/index.jsx +0 -38
- package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.jsx +0 -33
- package/dist/lib/components/ContextMenu/ContextMenuContent.jsx +0 -59
- package/dist/lib/components/ContextMenu/ContextMenuGroup.jsx +0 -20
- package/dist/lib/components/ContextMenu/ContextMenuItem.jsx +0 -61
- package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.jsx +0 -51
- package/dist/lib/components/ContextMenu/ContextMenuLabel.jsx +0 -49
- package/dist/lib/components/ContextMenu/ContextMenuRadioGroup.jsx +0 -23
- package/dist/lib/components/ContextMenu/ContextMenuRadioItem.jsx +0 -34
- package/dist/lib/components/ContextMenu/ContextMenuSeparator.jsx +0 -21
- package/dist/lib/components/ContextMenu/ContextMenuSubContent.jsx +0 -56
- package/dist/lib/components/ContextMenu/ContextMenuSubTrigger.jsx +0 -35
- package/dist/lib/components/ContextMenu/ContextMenuTrigger.jsx +0 -21
- package/dist/lib/components/ContextMenu/index.jsx +0 -46
- package/dist/lib/components/DataList/DataListItem.jsx +0 -44
- package/dist/lib/components/DataList/DataListLabel.jsx +0 -50
- package/dist/lib/components/DataList/DataListValue.jsx +0 -52
- package/dist/lib/components/DataList/index.jsx +0 -49
- package/dist/lib/components/Dialog/DialogAction.jsx +0 -47
- package/dist/lib/components/Dialog/DialogCancel.jsx +0 -43
- package/dist/lib/components/Dialog/DialogContent.jsx +0 -56
- package/dist/lib/components/Dialog/DialogDescription.jsx +0 -35
- package/dist/lib/components/Dialog/DialogSlot.jsx +0 -34
- package/dist/lib/components/Dialog/DialogTitle.jsx +0 -35
- package/dist/lib/components/Dialog/DialogTrigger.jsx +0 -20
- package/dist/lib/components/Dialog/index.jsx +0 -28
- package/dist/lib/components/DoughnutChart/index.jsx +0 -46
- package/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx +0 -23
- package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.jsx +0 -61
- package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +0 -31
- package/dist/lib/components/DropdownMenu/DropdownMenuContent.jsx +0 -57
- package/dist/lib/components/DropdownMenu/DropdownMenuItem.jsx +0 -58
- package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx +0 -47
- package/dist/lib/components/DropdownMenu/DropdownMenuLable.jsx +0 -47
- package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.jsx +0 -32
- package/dist/lib/components/DropdownMenu/DropdownMenuSeparator.jsx +0 -19
- package/dist/lib/components/DropdownMenu/DropdownMenuSub.jsx +0 -18
- package/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx +0 -31
- package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.jsx +0 -41
- package/dist/lib/components/DropdownMenu/index.jsx +0 -31
- package/dist/lib/components/HoverCard/HoverCardContent.jsx +0 -60
- package/dist/lib/components/HoverCard/HoverCardTrigger.jsx +0 -20
- package/dist/lib/components/HoverCard/index.jsx +0 -23
- package/dist/lib/components/IconButton/index.jsx +0 -64
- package/dist/lib/components/Inset/index.jsx +0 -53
- package/dist/lib/components/Label/index.jsx +0 -54
- package/dist/lib/components/Menubar/MenubarCheckboxItem.jsx +0 -31
- package/dist/lib/components/Menubar/MenubarContent.jsx +0 -63
- package/dist/lib/components/Menubar/MenubarItem.jsx +0 -56
- package/dist/lib/components/Menubar/MenubarItemIndicator.jsx +0 -50
- package/dist/lib/components/Menubar/MenubarMenu.jsx +0 -18
- package/dist/lib/components/Menubar/MenubarRadioGroup.jsx +0 -23
- package/dist/lib/components/Menubar/MenubarRadioItem.jsx +0 -33
- package/dist/lib/components/Menubar/MenubarSeparator.jsx +0 -21
- package/dist/lib/components/Menubar/MenubarSub.jsx +0 -18
- package/dist/lib/components/Menubar/MenubarSubContent.jsx +0 -52
- package/dist/lib/components/Menubar/MenubarSubTrigger.jsx +0 -34
- package/dist/lib/components/Menubar/MenubarTrigger.jsx +0 -58
- package/dist/lib/components/Menubar/index.jsx +0 -76
- package/dist/lib/components/NavigationMenu/NavigationMenuContent.jsx +0 -49
- package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
- package/dist/lib/components/NavigationMenu/NavigationMenuItem.jsx +0 -20
- package/dist/lib/components/NavigationMenu/NavigationMenuLink.jsx +0 -52
- package/dist/lib/components/NavigationMenu/NavigationMenuList.jsx +0 -49
- package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.jsx +0 -60
- package/dist/lib/components/NavigationMenu/NavigationMenuViewport.jsx +0 -54
- package/dist/lib/components/NavigationMenu/index.jsx +0 -42
- package/dist/lib/components/PieChart/index.jsx +0 -46
- package/dist/lib/components/Popover/PopoverClose.jsx +0 -36
- package/dist/lib/components/Popover/PopoverContent.jsx +0 -64
- package/dist/lib/components/Popover/PopoverTrigger.jsx +0 -20
- package/dist/lib/components/Popover/index.jsx +0 -24
- package/dist/lib/components/Progress/index.jsx +0 -58
- package/dist/lib/components/RadarChart/index.jsx +0 -43
- package/dist/lib/components/Radio/index.jsx +0 -46
- package/dist/lib/components/RadioCards/RadioCardsItem.jsx +0 -42
- package/dist/lib/components/RadioCards/index.jsx +0 -46
- package/dist/lib/components/RadioGroup/RadioGroupItem.jsx +0 -34
- package/dist/lib/components/RadioGroup/index.jsx +0 -43
- package/dist/lib/components/ScrollArea/index.jsx +0 -28
- package/dist/lib/components/SegmentedControl/SegmentedControlItem.jsx +0 -25
- package/dist/lib/components/SegmentedControl/index.jsx +0 -51
- package/dist/lib/components/Select/index.jsx +0 -100
- package/dist/lib/components/Separator/index.jsx +0 -50
- package/dist/lib/components/Skeleton/index.jsx +0 -46
- package/dist/lib/components/Slider/index.jsx +0 -51
- package/dist/lib/components/Spinner/index.jsx +0 -50
- package/dist/lib/components/TabNav/index.jsx +0 -40
- package/dist/lib/components/Table/index.jsx +0 -104
- package/dist/lib/components/Tabs/index.jsx +0 -68
- package/dist/lib/components/TextArea/index.jsx +0 -59
- package/dist/lib/components/TextField/index.jsx +0 -58
- package/dist/lib/components/Toast/ToastActionButton.jsx +0 -68
- package/dist/lib/components/Toast/ToastDescription.jsx +0 -45
- package/dist/lib/components/Toast/ToastTitle.jsx +0 -43
- package/dist/lib/components/Toast/index.jsx +0 -100
- package/dist/lib/components/Toggle/ToggleWithText.jsx +0 -59
- package/dist/lib/components/Toggle/index.jsx +0 -59
- package/dist/lib/components/ToggleGroup/index.jsx +0 -46
- package/dist/lib/components/ToggleGroup/toggleGroupItem.jsx +0 -42
- package/dist/lib/components/ToggleSwitch/index.jsx +0 -75
- package/dist/lib/components/Tooltip/index.jsx +0 -58
- package/dist/lib/components/index.js +0 -48
- package/dist/lib/constants.js +0 -569
- package/dist/lib/index.js +0 -2
- package/dist/lib/types.js +0 -1
- package/dist/lib/utils/utils.js +0 -27
- package/dist/styles.css +0 -27469
- package/dist/tailwind.config.js +0 -144
- /package/dist/lib/components/ToggleGroup/{toggleGroupItem.d.ts → ToggleGroupItem.d.ts} +0 -0
@@ -1,57 +0,0 @@
|
|
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 { cn } from '../../../lib/utils/utils';
|
26
|
-
import { radiusVariants, weightVariants, primaryColorStyle, appearanceStyle, scalingVariants, } from '../../../lib/constants';
|
27
|
-
var buttonVariants = cva("inline-flex items-center transition-colors focus:outline-none hover:cursor-pointer\n disabled:cursor-not-allowed disabled:bg-slate-3 disabled:text-slate-8 justify-center", {
|
28
|
-
variants: {
|
29
|
-
radius: __assign({}, radiusVariants['base']),
|
30
|
-
size: {
|
31
|
-
'x-small': 'text-xs min-w-[36px] h-[20px] px-1.5',
|
32
|
-
small: 'text-xs min-w-[40px] h-[24px] px-2',
|
33
|
-
medium: 'text-sm min-w-[50px] h-[32px] px-3',
|
34
|
-
large: 'text-base min-w-[62px] h-[40px] px-4',
|
35
|
-
'x-large': 'text-lg min-w-[82px] h-[48px] px-6',
|
36
|
-
},
|
37
|
-
scaling: __assign({}, scalingVariants),
|
38
|
-
weight: __assign({}, weightVariants),
|
39
|
-
color: primaryColorStyle(),
|
40
|
-
},
|
41
|
-
defaultVariants: {
|
42
|
-
radius: 'medium',
|
43
|
-
scaling: '100%',
|
44
|
-
weight: 'medium',
|
45
|
-
color: 'red',
|
46
|
-
size: 'medium',
|
47
|
-
},
|
48
|
-
});
|
49
|
-
export var Button = forwardRef(function (_a, ref) {
|
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
|
-
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}
|
54
|
-
</button>);
|
55
|
-
});
|
56
|
-
Button.displayName = 'Button';
|
57
|
-
export default Button;
|
@@ -1,62 +0,0 @@
|
|
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 { Callout as CalloutTheme } from '@radix-ui/themes';
|
25
|
-
import { cva } from 'class-variance-authority';
|
26
|
-
import { cn } from '../../../lib/utils/utils';
|
27
|
-
import { ExclamationTriangleIcon, InfoCircledIcon, LockClosedIcon, CheckCircledIcon, } from '@radix-ui/react-icons';
|
28
|
-
import { scalingVariants } from '../../../lib/constants';
|
29
|
-
import { useCalloutContext } from '.';
|
30
|
-
var calloutIconVariants = cva('flex items-center text-slate-12 dark:text-slateDark-12', {
|
31
|
-
variants: {
|
32
|
-
scaling: __assign({}, scalingVariants),
|
33
|
-
size: {
|
34
|
-
small: 'h-5 mr-2',
|
35
|
-
medium: 'h-5 mr-3',
|
36
|
-
large: 'h-6 mr-4',
|
37
|
-
},
|
38
|
-
color: {
|
39
|
-
danger: 'text-red-11 dark:text-redDark-11',
|
40
|
-
warning: 'text-amber-11 dark:text-amberDark-11',
|
41
|
-
success: 'text-green-11 dark:text-greenDark-11',
|
42
|
-
information: 'text-sky-11 dark:text-skyDark-11',
|
43
|
-
},
|
44
|
-
},
|
45
|
-
defaultVariants: {
|
46
|
-
scaling: '100%',
|
47
|
-
size: 'medium',
|
48
|
-
color: 'information',
|
49
|
-
},
|
50
|
-
});
|
51
|
-
export var CalloutIcon = forwardRef(function (_a, ref) {
|
52
|
-
var children = _a.children, className = _a.className, iconType = _a.iconType, props = __rest(_a, ["children", "className", "iconType"]);
|
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}
|
60
|
-
</CalloutTheme.Icon>);
|
61
|
-
});
|
62
|
-
CalloutIcon.displayName = 'CalloutIcon';
|
@@ -1,42 +0,0 @@
|
|
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 { cva } from 'class-variance-authority';
|
14
|
-
import { cn } from '../../../lib/utils/utils';
|
15
|
-
import { useCalloutContext } from '.';
|
16
|
-
export var calloutTextVariants = cva('break-words font-normal text-slate-12 dark:text-slateDark-12 ', {
|
17
|
-
variants: {
|
18
|
-
size: {
|
19
|
-
small: 'text-sm',
|
20
|
-
medium: 'text-sm',
|
21
|
-
large: 'text-base',
|
22
|
-
},
|
23
|
-
color: {
|
24
|
-
danger: 'text-red-11 dark:text-redDark-11',
|
25
|
-
warning: 'text-amber-11 dark:text-amberDark-11',
|
26
|
-
success: 'text-green-11 dark:text-greenDark-11',
|
27
|
-
information: 'text-sky-11 dark:text-skyDark-11',
|
28
|
-
},
|
29
|
-
},
|
30
|
-
defaultVariants: {
|
31
|
-
size: 'medium',
|
32
|
-
color: 'information',
|
33
|
-
},
|
34
|
-
});
|
35
|
-
export var CalloutText = forwardRef(function (_a, ref) {
|
36
|
-
var children = _a.children, className = _a.className, contentText = _a.contentText, props = __rest(_a, ["children", "className", "contentText"]);
|
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}
|
40
|
-
</p>);
|
41
|
-
});
|
42
|
-
CalloutText.displayName = 'CalloutText';
|
@@ -1,78 +0,0 @@
|
|
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, createContext, useContext, } from 'react';
|
24
|
-
import { Callout as CalloutTheme } from '@radix-ui/themes';
|
25
|
-
import { cva } from 'class-variance-authority';
|
26
|
-
import { cn } from '../../../lib/utils/utils';
|
27
|
-
import { appearanceStyle, radiusVariants, scalingVariants } from '../../../lib/constants';
|
28
|
-
export * from './CalloutIcon';
|
29
|
-
export * from './CalloutText';
|
30
|
-
var calloutVariants = cva('flex w-fit max-w-[600px]', {
|
31
|
-
variants: {
|
32
|
-
radius: __assign({}, radiusVariants['large']),
|
33
|
-
size: {
|
34
|
-
small: 'min-h-[44px] p-3',
|
35
|
-
medium: 'min-h-[52px] p-4',
|
36
|
-
large: 'min-h-[72px] p-6',
|
37
|
-
},
|
38
|
-
scaling: __assign({}, scalingVariants),
|
39
|
-
color: {
|
40
|
-
danger: 'bg-red-3 dark:bg-redDark-3',
|
41
|
-
warning: 'bg-amber-3 dark:bg-amberDark-3',
|
42
|
-
success: 'bg-green-3 dark:bg-greenDark-3',
|
43
|
-
information: 'bg-sky-3 dark:bg-skyDark-3',
|
44
|
-
},
|
45
|
-
},
|
46
|
-
defaultVariants: {
|
47
|
-
radius: 'medium',
|
48
|
-
scaling: '100%',
|
49
|
-
color: 'information',
|
50
|
-
size: 'medium',
|
51
|
-
},
|
52
|
-
});
|
53
|
-
var CalloutContext = createContext({
|
54
|
-
size: 'medium',
|
55
|
-
scaling: '100%',
|
56
|
-
color: null,
|
57
|
-
});
|
58
|
-
export var useCalloutContext = function () {
|
59
|
-
return useContext(CalloutContext);
|
60
|
-
};
|
61
|
-
export var Callout = forwardRef(function (_a, ref) {
|
62
|
-
var children = _a.children, className = _a.className, radius = _a.radius, scaling = _a.scaling, size = _a.size, _b = _a.color, color = _b === void 0 ? 'information' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'soft' : _c, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "color", "appearance"]);
|
63
|
-
var colorMap = {
|
64
|
-
danger: 'red',
|
65
|
-
information: 'sky',
|
66
|
-
success: 'green',
|
67
|
-
warning: 'amber',
|
68
|
-
};
|
69
|
-
var calloutClassName = cn(calloutVariants({ radius: radius, scaling: scaling, size: size, color: color }), appearanceStyle(appearance, colorMap[color], false), className);
|
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>
|
75
|
-
</CalloutContext.Provider>);
|
76
|
-
});
|
77
|
-
Callout.displayName = 'Callout';
|
78
|
-
export default Callout;
|
@@ -1,65 +0,0 @@
|
|
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 '../../../lib/constants';
|
26
|
-
import { cn } from '../../../lib/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;
|
@@ -1,97 +0,0 @@
|
|
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 '../../../lib/components/Label';
|
28
|
-
import { cn } from '../../../lib/utils/utils';
|
29
|
-
import { checkboxAppearanceStyle, radiusVariants, scalingVariants, textColorStyle, } from '../../../lib/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;
|
@@ -1,60 +0,0 @@
|
|
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 '../../../lib/components/Checkbox';
|
26
|
-
import { Label } from '../../../lib/components/Label';
|
27
|
-
import { cn } from '../../../lib/utils/utils';
|
28
|
-
import { scalingVariants } from '../../../lib/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;
|
@@ -1,25 +0,0 @@
|
|
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 '../../../lib/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;
|
@@ -1,38 +0,0 @@
|
|
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 '../../../lib/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;
|
@@ -1,33 +0,0 @@
|
|
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 '../../../lib/utils/utils';
|
16
|
-
import { ContextMenuItemIndicator, contextMenuItemVariants, useContextMenuContext, } from '.';
|
17
|
-
import { menuItemAppearanceStyle } from '../../../lib/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';
|
@@ -1,59 +0,0 @@
|
|
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 '../../../lib/utils/utils';
|
26
|
-
import { cva } from 'class-variance-authority';
|
27
|
-
import { scalingVariants } from '../../../lib/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';
|
@@ -1,20 +0,0 @@
|
|
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';
|