@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,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 { SegmentedControl as SegmentedControlTheme } from '@radix-ui/themes';
|
14
|
-
import { cn } from '../../../lib/utils/utils';
|
15
|
-
export var SegmentedControlItem = forwardRef(function (_a, ref) {
|
16
|
-
var children = _a.children, className = _a.className, appearance = _a.appearance, props = __rest(_a, ["children", "className", "appearance"]);
|
17
|
-
var appearanceClassName = '';
|
18
|
-
if (appearance === 'classic') {
|
19
|
-
appearanceClassName = 'dark:data-[state=on]:shadow-segmented-control-dark-classic';
|
20
|
-
}
|
21
|
-
return (<SegmentedControlTheme.Item ref={ref} className={cn(appearanceClassName, className)} {...props}>
|
22
|
-
{children}
|
23
|
-
</SegmentedControlTheme.Item>);
|
24
|
-
});
|
25
|
-
SegmentedControlItem.displayName = 'SegmentedControlItem';
|
@@ -1,51 +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, { Children, forwardRef } from 'react';
|
24
|
-
import { cva } from 'class-variance-authority';
|
25
|
-
import { SegmentedControl as SegmentedControlTheme, Theme } from '@radix-ui/themes';
|
26
|
-
import { scalingVariants } from '../../../lib/constants';
|
27
|
-
export * from './SegmentedControlItem';
|
28
|
-
import { cn } from '../../../lib/utils/utils';
|
29
|
-
var segmentedControlVariants = cva('text-slateA-12 dark:text-slateDarkA-12', {
|
30
|
-
variants: {
|
31
|
-
scaling: __assign({}, scalingVariants),
|
32
|
-
},
|
33
|
-
defaultVariants: {
|
34
|
-
scaling: '100%',
|
35
|
-
},
|
36
|
-
});
|
37
|
-
export var SegmentedControl = forwardRef(function (_a, ref) {
|
38
|
-
var children = _a.children, className = _a.className, _b = _a.appearance, appearance = _b === void 0 ? 'surface' : _b, _c = _a.radius, radius = _c === void 0 ? 'medium' : _c, _d = _a.size, size = _d === void 0 ? 'medium' : _d, scaling = _a.scaling, props = __rest(_a, ["children", "className", "appearance", "radius", "size", "scaling"]);
|
39
|
-
var sizeTheme = '2';
|
40
|
-
if (size === 'small')
|
41
|
-
sizeTheme = '1';
|
42
|
-
if (size === 'large')
|
43
|
-
sizeTheme = '3';
|
44
|
-
return (<Theme>
|
45
|
-
<SegmentedControlTheme.Root ref={ref} size={sizeTheme} radius={radius} variant={appearance} className={cn(segmentedControlVariants({ scaling: scaling }), className)} {...props}>
|
46
|
-
{Children.map(children, function (child) { return React.cloneElement(child, { appearance: appearance }); })}
|
47
|
-
</SegmentedControlTheme.Root>
|
48
|
-
</Theme>);
|
49
|
-
});
|
50
|
-
SegmentedControl.displayName = 'SegmentedControl';
|
51
|
-
export default SegmentedControl;
|
@@ -1,100 +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 { Theme, Select as SelectTheme } from '@radix-ui/themes';
|
24
|
-
import React from 'react';
|
25
|
-
import { cva } from 'class-variance-authority';
|
26
|
-
import { cn } from '../../../lib/utils/utils';
|
27
|
-
import { radiusVariants, selectAppearanceStyle } from '../../../lib/constants';
|
28
|
-
var selectVariants = cva('', {
|
29
|
-
variants: {
|
30
|
-
radius: __assign({}, radiusVariants['base']),
|
31
|
-
},
|
32
|
-
defaultVariants: {
|
33
|
-
radius: 'medium',
|
34
|
-
},
|
35
|
-
});
|
36
|
-
export var Select = React.forwardRef(function (_a, ref) {
|
37
|
-
var scaling = _a.scaling, size = _a.size, color = _a.color, children = _a.children, props = __rest(_a, ["scaling", "size", "color", "children"]);
|
38
|
-
var sizeTheme = '2';
|
39
|
-
if (size === 'small')
|
40
|
-
sizeTheme = '1';
|
41
|
-
if (size === 'large')
|
42
|
-
sizeTheme = '3';
|
43
|
-
return (<Theme scaling={scaling} accentColor={color} hasBackground={false}>
|
44
|
-
<div ref={ref}>
|
45
|
-
<SelectTheme.Root size={sizeTheme} {...props}>
|
46
|
-
{children}
|
47
|
-
</SelectTheme.Root>
|
48
|
-
</div>
|
49
|
-
</Theme>);
|
50
|
-
});
|
51
|
-
Select.displayName = 'Select';
|
52
|
-
export var SelectTrigger = React.forwardRef(function (_a, forwardedRef) {
|
53
|
-
var _b = _a.appearance, appearance = _b === void 0 ? 'surface' : _b, color = _a.color, size = _a.size, radius = _a.radius, children = _a.children, className = _a.className, props = __rest(_a, ["appearance", "color", "size", "radius", "children", "className"]);
|
54
|
-
if (!color)
|
55
|
-
color = 'red';
|
56
|
-
return (<SelectTheme.Trigger ref={forwardedRef} variant={appearance} radius={radius} className={cn(selectVariants({ radius: radius }), selectAppearanceStyle(appearance, color), className)} {...props}>
|
57
|
-
{children}
|
58
|
-
</SelectTheme.Trigger>);
|
59
|
-
});
|
60
|
-
SelectTrigger.displayName = 'SelectTrigger';
|
61
|
-
export var SelectContent = React.forwardRef(function (_a, forwardedRef) {
|
62
|
-
var appearance = _a.appearance, color = _a.color, size = _a.size, radius = _a.radius, children = _a.children, className = _a.className, props = __rest(_a, ["appearance", "color", "size", "radius", "children", "className"]);
|
63
|
-
if (!color)
|
64
|
-
color = 'red';
|
65
|
-
if (radius === 'full')
|
66
|
-
radius = 'large';
|
67
|
-
return (<SelectTheme.Content ref={forwardedRef} color={color} {...props} className={cn(selectVariants({ radius: radius }), className)}>
|
68
|
-
{children}
|
69
|
-
</SelectTheme.Content>);
|
70
|
-
});
|
71
|
-
SelectContent.displayName = 'SelectContent';
|
72
|
-
export var SelectItem = React.forwardRef(function (_a, forwardedRef) {
|
73
|
-
var value = _a.value, children = _a.children, className = _a.className, radius = _a.radius, props = __rest(_a, ["value", "children", "className", "radius"]);
|
74
|
-
return (<SelectTheme.Item ref={forwardedRef} value={value} {...props} className={cn(selectVariants({ radius: radius }), className)}>
|
75
|
-
{children}
|
76
|
-
</SelectTheme.Item>);
|
77
|
-
});
|
78
|
-
SelectItem.displayName = 'SelectItem';
|
79
|
-
export var SelectGroup = React.forwardRef(function (_a, forwardedRef) {
|
80
|
-
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
81
|
-
return (<SelectTheme.Group ref={forwardedRef} {...props} className={className}>
|
82
|
-
{children}
|
83
|
-
</SelectTheme.Group>);
|
84
|
-
});
|
85
|
-
SelectGroup.displayName = 'SelectGroup';
|
86
|
-
export var SelectLabel = React.forwardRef(function (_a, forwardedRef) {
|
87
|
-
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
88
|
-
return (<SelectTheme.Label ref={forwardedRef} {...props} className={className}>
|
89
|
-
{children}
|
90
|
-
</SelectTheme.Label>);
|
91
|
-
});
|
92
|
-
SelectLabel.displayName = 'SelectLabel';
|
93
|
-
export var SelectSeparator = React.forwardRef(function (_a, forwardedRef) {
|
94
|
-
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
95
|
-
return (<SelectTheme.Separator ref={forwardedRef} {...props} className={className}>
|
96
|
-
{children}
|
97
|
-
</SelectTheme.Separator>);
|
98
|
-
});
|
99
|
-
SelectSeparator.displayName = 'SelectSeparator';
|
100
|
-
export default Select;
|
@@ -1,50 +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 from 'react';
|
24
|
-
import { cva } from 'class-variance-authority';
|
25
|
-
import { cn } from '../../../lib/utils/utils';
|
26
|
-
import { bgColorStyle, scalingVariants } from '../../../lib/constants';
|
27
|
-
import { Separator as SeparatorTheme, Theme } from '@radix-ui/themes';
|
28
|
-
var separatorVariants = cva('', {
|
29
|
-
variants: {
|
30
|
-
scaling: __assign({}, scalingVariants),
|
31
|
-
color: bgColorStyle(),
|
32
|
-
},
|
33
|
-
});
|
34
|
-
export var Separator = React.forwardRef(function (_a, forwardedRef) {
|
35
|
-
var orientation = _a.orientation, scaling = _a.scaling, size = _a.size, _b = _a.color, color = _b === void 0 ? 'slate' : _b, className = _a.className, children = _a.children, props = __rest(_a, ["orientation", "scaling", "size", "color", "className", "children"]);
|
36
|
-
var sizeTheme = '1';
|
37
|
-
if (size === 'medium')
|
38
|
-
sizeTheme = '2';
|
39
|
-
if (size === 'large')
|
40
|
-
sizeTheme = '3';
|
41
|
-
if (size === 'fill-large')
|
42
|
-
sizeTheme = '4';
|
43
|
-
return (<Theme hasBackground={false} className="flex justify-center items-center">
|
44
|
-
<SeparatorTheme orientation={orientation} size={sizeTheme} className={cn("bg-".concat(color, "A-6 dark:bg-").concat(color, "DarkA-6"), separatorVariants({ scaling: scaling }), className)} {...props}>
|
45
|
-
{children}
|
46
|
-
</SeparatorTheme>
|
47
|
-
</Theme>);
|
48
|
-
});
|
49
|
-
Separator.displayName = 'Separator';
|
50
|
-
export default Separator;
|
@@ -1,46 +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 from 'react';
|
24
|
-
import '@radix-ui/themes/styles.css';
|
25
|
-
import { cva } from 'class-variance-authority';
|
26
|
-
import { Theme, Skeleton as SkeletonTheme } from '@radix-ui/themes';
|
27
|
-
import { cn } from '../../../lib/utils/utils';
|
28
|
-
import { radiusVariants } from '../../../lib/constants';
|
29
|
-
var separatorVariants = cva('', {
|
30
|
-
variants: {
|
31
|
-
radius: __assign({}, radiusVariants['base']),
|
32
|
-
},
|
33
|
-
defaultVariants: {
|
34
|
-
radius: 'medium',
|
35
|
-
},
|
36
|
-
});
|
37
|
-
export var Skeleton = React.forwardRef(function (_a, forwardedRef) {
|
38
|
-
var children = _a.children, className = _a.className, radius = _a.radius, loading = _a.loading, width = _a.width, height = _a.height, skeletonProps = __rest(_a, ["children", "className", "radius", "loading", "width", "height"]);
|
39
|
-
return (<Theme>
|
40
|
-
<SkeletonTheme ref={forwardedRef} loading={loading} width={width} height={height} className={cn('', radius && cn(separatorVariants({ radius: radius }), className))} {...skeletonProps}>
|
41
|
-
{children}
|
42
|
-
</SkeletonTheme>
|
43
|
-
</Theme>);
|
44
|
-
});
|
45
|
-
Skeleton.displayName = 'Skeleton';
|
46
|
-
export default Skeleton;
|
@@ -1,51 +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 from 'react';
|
24
|
-
import '@radix-ui/themes/styles.css';
|
25
|
-
import { cva } from 'class-variance-authority';
|
26
|
-
import { cn } from '../../../lib/utils/utils';
|
27
|
-
import { radiusVariants } from '../../../lib/constants';
|
28
|
-
import { Theme, Slider as SliderTheme } from '@radix-ui/themes';
|
29
|
-
var sliderVariants = cva('relative flex items-center select-none touch-none w-[200px] h-5', {
|
30
|
-
variants: {
|
31
|
-
radius: __assign({}, radiusVariants['base']),
|
32
|
-
// color: bgColorStyle(),
|
33
|
-
},
|
34
|
-
});
|
35
|
-
export var Slider = React.forwardRef(function (_a, forwardedRef) {
|
36
|
-
var className = _a.className, color = _a.color, size = _a.size, appearance = _a.appearance, _b = _a.scaling, scaling = _b === void 0 ? '100%' : _b, radius = _a.radius, tabIndex = _a.tabIndex, sliderProps = __rest(_a, ["className", "color", "size", "appearance", "scaling", "radius", "tabIndex"]);
|
37
|
-
if (!color)
|
38
|
-
color = 'red';
|
39
|
-
if (radius === 'medium' || radius === 'large')
|
40
|
-
radius = 'full';
|
41
|
-
var sizeTheme = '2';
|
42
|
-
if (size === 'small')
|
43
|
-
sizeTheme = '1';
|
44
|
-
if (size === 'large')
|
45
|
-
sizeTheme = '3';
|
46
|
-
return (<Theme accentColor={color} scaling={scaling} hasBackground={false}>
|
47
|
-
<SliderTheme ref={forwardedRef} variant={appearance} size={sizeTheme} radius={radius} color={color} className={cn(sliderVariants({ radius: radius }), className)} {...sliderProps}/>
|
48
|
-
</Theme>);
|
49
|
-
});
|
50
|
-
Slider.displayName = 'Slider';
|
51
|
-
export default Slider;
|
@@ -1,50 +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 from 'react';
|
24
|
-
import { cva } from 'class-variance-authority';
|
25
|
-
import { Spinner as SpinnerTheme, Theme } from '@radix-ui/themes';
|
26
|
-
import { cn } from '../../../lib/utils/utils';
|
27
|
-
import { scalingVariants } from '../../../lib/constants';
|
28
|
-
var spinnerVariants = cva('', {
|
29
|
-
variants: {
|
30
|
-
scaling: __assign({}, scalingVariants),
|
31
|
-
},
|
32
|
-
defaultVariants: {
|
33
|
-
scaling: '100%',
|
34
|
-
},
|
35
|
-
});
|
36
|
-
export var Spinner = React.forwardRef(function (_a, forwardedRef) {
|
37
|
-
var className = _a.className, children = _a.children, size = _a.size, scaling = _a.scaling, loading = _a.loading, spinnerProps = __rest(_a, ["className", "children", "size", "scaling", "loading"]);
|
38
|
-
var sizeTheme = '2';
|
39
|
-
if (size === 'small')
|
40
|
-
sizeTheme = '1';
|
41
|
-
if (size === 'large')
|
42
|
-
sizeTheme = '3';
|
43
|
-
return (<Theme hasBackground={false}>
|
44
|
-
<SpinnerTheme ref={forwardedRef} loading={loading} size={sizeTheme} className={cn('', spinnerVariants({ scaling: scaling }), className)} {...spinnerProps}>
|
45
|
-
{children}
|
46
|
-
</SpinnerTheme>
|
47
|
-
</Theme>);
|
48
|
-
});
|
49
|
-
Spinner.displayName = 'Spinner';
|
50
|
-
export default Spinner;
|
@@ -1,40 +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 from 'react';
|
13
|
-
import { cva } from 'class-variance-authority';
|
14
|
-
import { TabNav as TabNavTheme, Theme } from '@radix-ui/themes';
|
15
|
-
import { cn } from '../../../lib/utils/utils';
|
16
|
-
var tabNavVariants = cva('', {
|
17
|
-
variants: {},
|
18
|
-
});
|
19
|
-
export var TabNav = React.forwardRef(function (_a, ref) {
|
20
|
-
var className = _a.className, children = _a.children, size = _a.size, color = _a.color, rootProps = __rest(_a, ["className", "children", "size", "color"]);
|
21
|
-
if (!color)
|
22
|
-
color = 'red';
|
23
|
-
var sizeTheme = '2';
|
24
|
-
if (size === 'small')
|
25
|
-
sizeTheme = '1';
|
26
|
-
return (<Theme accentColor={color} hasBackground={false}>
|
27
|
-
<TabNavTheme.Root ref={ref} size={sizeTheme} className={cn('', tabNavVariants({}), className)} {...rootProps}>
|
28
|
-
{children}
|
29
|
-
</TabNavTheme.Root>
|
30
|
-
</Theme>);
|
31
|
-
});
|
32
|
-
TabNav.displayName = 'TabNav';
|
33
|
-
export var TabNavLink = React.forwardRef(function (_a, ref) {
|
34
|
-
var className = _a.className, children = _a.children, href = _a.href, linkProps = __rest(_a, ["className", "children", "href"]);
|
35
|
-
return (<TabNavTheme.Link ref={ref} className={cn('text-slateA-11 dark:text-slateDarkA-11 data-[state=active]:text-slateA-12 dark:data-[state=active]:text-slateDarkA-12', tabNavVariants({}), className)} href={href} {...linkProps}>
|
36
|
-
{children}
|
37
|
-
</TabNavTheme.Link>);
|
38
|
-
});
|
39
|
-
TabNavLink.displayName = 'TabNav.Link';
|
40
|
-
export default TabNav;
|
@@ -1,104 +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 from 'react';
|
24
|
-
import { cva } from 'class-variance-authority';
|
25
|
-
import { Table as TableTheme, Theme } from '@radix-ui/themes';
|
26
|
-
import { cn } from '../../../lib/utils/utils';
|
27
|
-
import { radiusVariants, scalingVariants } from '../../../lib/constants';
|
28
|
-
var tableVariants = cva('', {
|
29
|
-
variants: {
|
30
|
-
scaling: __assign({}, scalingVariants),
|
31
|
-
radius: __assign({}, radiusVariants['base']),
|
32
|
-
},
|
33
|
-
defaultVariants: {
|
34
|
-
scaling: '100%',
|
35
|
-
},
|
36
|
-
});
|
37
|
-
var tableRowVariants = cva('', {
|
38
|
-
variants: {
|
39
|
-
size: {
|
40
|
-
small: 'h-[36px]',
|
41
|
-
medium: 'h-[44px]',
|
42
|
-
large: 'h-[48px] p-3',
|
43
|
-
},
|
44
|
-
},
|
45
|
-
});
|
46
|
-
export var Table = React.forwardRef(function (_a, ref) {
|
47
|
-
var className = _a.className, children = _a.children, appearance = _a.appearance, scaling = _a.scaling, size = _a.size, radius = _a.radius, tableProps = __rest(_a, ["className", "children", "appearance", "scaling", "size", "radius"]);
|
48
|
-
var sizeTheme = '2';
|
49
|
-
if (size === 'small')
|
50
|
-
sizeTheme = '1';
|
51
|
-
if (size === 'large')
|
52
|
-
sizeTheme = '3';
|
53
|
-
if (radius === 'full')
|
54
|
-
radius = 'large';
|
55
|
-
return (<Theme hasBackground={false}>
|
56
|
-
<TableTheme.Root ref={ref} className={cn('', tableVariants({ scaling: scaling, radius: radius }), className)} variant={appearance} size={sizeTheme} {...tableProps}>
|
57
|
-
{children}
|
58
|
-
</TableTheme.Root>
|
59
|
-
</Theme>);
|
60
|
-
});
|
61
|
-
Table.displayName = 'Table';
|
62
|
-
export var TableHeader = React.forwardRef(function (_a, forwardedRef) {
|
63
|
-
var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
|
64
|
-
return (<TableTheme.Header ref={forwardedRef} className={cn('', tableVariants({ scaling: scaling }), className)} {...props}>
|
65
|
-
{children}
|
66
|
-
</TableTheme.Header>);
|
67
|
-
});
|
68
|
-
TableHeader.displayName = 'TableHeader';
|
69
|
-
export var TableBody = React.forwardRef(function (_a, forwardedRef) {
|
70
|
-
var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
|
71
|
-
return (<TableTheme.Body ref={forwardedRef} className={cn('', tableVariants({ scaling: scaling }), className)} {...props}>
|
72
|
-
{children}
|
73
|
-
</TableTheme.Body>);
|
74
|
-
});
|
75
|
-
TableBody.displayName = 'TableBody';
|
76
|
-
export var TableRow = React.forwardRef(function (_a, forwardedRef) {
|
77
|
-
var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
|
78
|
-
return (<TableTheme.Row ref={forwardedRef} className={cn('', tableVariants({ scaling: scaling }), className)} {...props}>
|
79
|
-
{children}
|
80
|
-
</TableTheme.Row>);
|
81
|
-
});
|
82
|
-
TableRow.displayName = 'TableRow';
|
83
|
-
export var TableCell = React.forwardRef(function (_a, forwardedRef) {
|
84
|
-
var className = _a.className, children = _a.children, scaling = _a.scaling, cellProps = __rest(_a, ["className", "children", "scaling"]);
|
85
|
-
return (<TableTheme.Cell className={cn('', tableVariants({ scaling: scaling }), className)} {...cellProps} ref={forwardedRef}>
|
86
|
-
{children}
|
87
|
-
</TableTheme.Cell>);
|
88
|
-
});
|
89
|
-
TableCell.displayName = 'TableCell';
|
90
|
-
export var TableColumnHeaderCell = React.forwardRef(function (_a, forwardedRef) {
|
91
|
-
var className = _a.className, children = _a.children, scaling = _a.scaling, size = _a.size, props = __rest(_a, ["className", "children", "scaling", "size"]);
|
92
|
-
return (<TableTheme.ColumnHeaderCell ref={forwardedRef} className={cn('', tableVariants({ scaling: scaling }), tableRowVariants({ size: size }), className)} {...props}>
|
93
|
-
{children}
|
94
|
-
</TableTheme.ColumnHeaderCell>);
|
95
|
-
});
|
96
|
-
TableColumnHeaderCell.displayName = 'TableColumnHeaderCell';
|
97
|
-
export var TableRowHeaderCell = React.forwardRef(function (_a, forwardedRef) {
|
98
|
-
var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
|
99
|
-
return (<TableTheme.RowHeaderCell ref={forwardedRef} className={cn('', tableVariants({ scaling: scaling }), className)} {...props}>
|
100
|
-
{children}
|
101
|
-
</TableTheme.RowHeaderCell>);
|
102
|
-
});
|
103
|
-
TableRowHeaderCell.displayName = 'TableRowHeaderCell';
|
104
|
-
export default Table;
|
@@ -1,68 +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 { Theme, Tabs as TabsTheme } from '@radix-ui/themes';
|
24
|
-
import React from 'react';
|
25
|
-
import { cn } from '../../../lib/utils/utils';
|
26
|
-
import { cva } from 'class-variance-authority';
|
27
|
-
import { weightVariants } from '../../../lib/constants';
|
28
|
-
var tabsVariants = cva('', {
|
29
|
-
variants: {
|
30
|
-
weight: __assign({}, weightVariants),
|
31
|
-
},
|
32
|
-
});
|
33
|
-
export var Tabs = React.forwardRef(function (_a, forwardedRef) {
|
34
|
-
var className = _a.className, children = _a.children, color = _a.color, rootProps = __rest(_a, ["className", "children", "color"]);
|
35
|
-
if (!color)
|
36
|
-
color = 'red';
|
37
|
-
return (<Theme accentColor={color} hasBackground={false}>
|
38
|
-
<TabsTheme.Root {...rootProps} ref={forwardedRef} className={cn('', className)}>
|
39
|
-
{children}
|
40
|
-
</TabsTheme.Root>
|
41
|
-
</Theme>);
|
42
|
-
});
|
43
|
-
Tabs.displayName = 'Tabs';
|
44
|
-
export var TabsList = React.forwardRef(function (_a, forwardedRef) {
|
45
|
-
var className = _a.className, weight = _a.weight, children = _a.children, size = _a.size, listProps = __rest(_a, ["className", "weight", "children", "size"]);
|
46
|
-
var sizeTheme = '2';
|
47
|
-
if (size === 'small')
|
48
|
-
sizeTheme = '1';
|
49
|
-
return (<TabsTheme.List ref={forwardedRef} size={sizeTheme} {...listProps} className={cn('', className)}>
|
50
|
-
{children}
|
51
|
-
</TabsTheme.List>);
|
52
|
-
});
|
53
|
-
TabsList.displayName = 'TabsList';
|
54
|
-
export var TabsTrigger = React.forwardRef(function (_a, forwardedRef) {
|
55
|
-
var className = _a.className, weight = _a.weight, children = _a.children, triggerProps = __rest(_a, ["className", "weight", "children"]);
|
56
|
-
return (<TabsTheme.Trigger ref={forwardedRef} className={cn('text-slateA-11 dark:text-slateDarkA-11 data-[state=active]:text-slateA-12 dark:data-[state=active]:text-slateDarkA-12', className)} {...triggerProps}>
|
57
|
-
{children}
|
58
|
-
</TabsTheme.Trigger>);
|
59
|
-
});
|
60
|
-
TabsTrigger.displayName = 'TabsTrigger';
|
61
|
-
export var TabsContent = React.forwardRef(function (_a, forwardedRef) {
|
62
|
-
var className = _a.className, weight = _a.weight, children = _a.children, contentProps = __rest(_a, ["className", "weight", "children"]);
|
63
|
-
return (<TabsTheme.Content ref={forwardedRef} {...contentProps} className={cn('mt-3', className)}>
|
64
|
-
{children}
|
65
|
-
</TabsTheme.Content>);
|
66
|
-
});
|
67
|
-
TabsContent.displayName = 'TabsTrigger';
|
68
|
-
export default Tabs;
|
@@ -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 from 'react';
|
24
|
-
import { cva } from 'class-variance-authority';
|
25
|
-
import { TextArea as TextAreaTheme, Theme } from '@radix-ui/themes';
|
26
|
-
import { cn } from '../../../lib/utils/utils';
|
27
|
-
import { radiusVariants, scalingVariants } from '../../../lib/constants';
|
28
|
-
var textAreaNavVariants = cva('w-[250px]', {
|
29
|
-
variants: {
|
30
|
-
size: {
|
31
|
-
small: 'text-xs h-[48px]',
|
32
|
-
medium: 'text-sm h-[64px]',
|
33
|
-
large: 'text-base h-[80px]',
|
34
|
-
'x-large': 'text-lg h-[96px]',
|
35
|
-
},
|
36
|
-
scaling: __assign({}, scalingVariants),
|
37
|
-
radius: __assign({}, radiusVariants['extra-large']),
|
38
|
-
},
|
39
|
-
defaultVariants: {
|
40
|
-
size: 'medium',
|
41
|
-
scaling: '100%',
|
42
|
-
radius: 'medium',
|
43
|
-
},
|
44
|
-
});
|
45
|
-
export var TextArea = React.forwardRef(function (_a, forwardedRef) {
|
46
|
-
var className = _a.className, children = _a.children, size = _a.size, appearance = _a.appearance, scaling = _a.scaling, radius = _a.radius, color = _a.color, textAreaProps = __rest(_a, ["className", "children", "size", "appearance", "scaling", "radius", "color"]);
|
47
|
-
var sizeTheme = '2';
|
48
|
-
if (size === 'small')
|
49
|
-
sizeTheme = '1';
|
50
|
-
if (size === 'large')
|
51
|
-
sizeTheme = '3';
|
52
|
-
if (!color)
|
53
|
-
color = 'red';
|
54
|
-
return (<Theme hasBackground={false} accentColor={color}>
|
55
|
-
<TextAreaTheme ref={forwardedRef} variant={appearance} size={sizeTheme} className={cn(textAreaNavVariants({ size: size, scaling: scaling, radius: radius }), size === 'x-large' && 'rt-r-size-4', className)} {...textAreaProps}></TextAreaTheme>
|
56
|
-
</Theme>);
|
57
|
-
});
|
58
|
-
TextArea.displayName = 'TextArea';
|
59
|
-
export default TextArea;
|