@lotte-innovate/ui-component-test 0.0.47 → 0.0.49
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +281 -78
- package/dist/lib/Typography/Header/index.d.ts +1 -1
- package/dist/lib/Typography/Header/{index.js → index.jsx} +7 -4
- package/dist/lib/Typography/Text/index.d.ts +1 -1
- package/dist/lib/Typography/Text/{index.js → index.jsx} +8 -5
- package/dist/lib/components/Accordion/index.d.ts +1 -1
- package/dist/lib/components/Accordion/{index.js → index.jsx} +19 -7
- package/dist/lib/components/AlertDialog/AlertDialogAction.d.ts +1 -1
- package/dist/lib/components/AlertDialog/{AlertDialogAction.js → AlertDialogAction.jsx} +6 -5
- package/dist/lib/components/AlertDialog/AlertDialogCancel.d.ts +1 -1
- package/dist/lib/components/AlertDialog/{AlertDialogCancel.js → AlertDialogCancel.jsx} +6 -5
- package/dist/lib/components/AlertDialog/{AlertDialogContent.js → AlertDialogContent.jsx} +9 -5
- package/dist/lib/components/AlertDialog/{AlertDialogDescription.js → AlertDialogDescription.jsx} +5 -15
- package/dist/lib/components/AlertDialog/AlertDialogRoot.d.ts +1 -1
- package/dist/lib/components/AlertDialog/{AlertDialogRoot.js → AlertDialogRoot.jsx} +6 -14
- package/dist/lib/components/AlertDialog/{AlertDialogTitle.js → AlertDialogTitle.jsx} +5 -15
- package/dist/lib/components/AlertDialog/AlertDialogTrigger.d.ts +1 -1
- package/dist/lib/components/AlertDialog/{AlertDialogTrigger.js → AlertDialogTrigger.jsx} +6 -5
- package/dist/lib/components/AspectRatio/{index.js → index.jsx} +6 -5
- package/dist/lib/components/Avatar/{index.js → index.jsx} +9 -5
- package/dist/lib/components/Badge/index.d.ts +1 -1
- package/dist/lib/components/Badge/{index.js → index.jsx} +6 -5
- package/dist/lib/components/BarChart/index.d.ts +3 -2
- package/dist/lib/components/BarChart/{index.js → index.jsx} +6 -7
- package/dist/lib/components/BubbleChart/index.d.ts +3 -2
- package/dist/lib/components/BubbleChart/{index.js → index.jsx} +7 -7
- package/dist/lib/components/Button/index.d.ts +1 -1
- package/dist/lib/components/Button/{index.js → index.jsx} +6 -5
- package/dist/lib/components/Callout/{CalloutIcon.js → CalloutIcon.jsx} +10 -5
- package/dist/lib/components/Callout/CalloutRoot.d.ts +1 -1
- package/dist/lib/components/Callout/{CalloutRoot.js → CalloutRoot.jsx} +8 -5
- package/dist/lib/components/Callout/{CalloutText.js → CalloutText.jsx} +5 -15
- package/dist/lib/components/Card/index.d.ts +1 -1
- package/dist/lib/components/Card/{index.js → index.jsx} +6 -5
- package/dist/lib/components/Checkbox/index.d.ts +1 -1
- package/dist/lib/components/Checkbox/{index.js → index.jsx} +14 -6
- package/dist/lib/components/CheckboxCard/index.d.ts +2 -2
- package/dist/lib/components/CheckboxCard/{index.js → index.jsx} +9 -7
- package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.d.ts +1 -1
- package/dist/lib/components/CheckboxGroup/{CheckboxGroupItem.js → CheckboxGroupItem.jsx} +7 -15
- package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.d.ts +2 -2
- package/dist/lib/components/CheckboxGroup/{CheckboxGroupRoot.js → CheckboxGroupRoot.jsx} +6 -3
- package/dist/lib/components/CheckboxGroup/index.d.ts +1 -1
- package/dist/lib/components/ContextMenu/{ContextMenuCheckboxItem.js → ContextMenuCheckboxItem.jsx} +9 -16
- package/dist/lib/components/ContextMenu/{ContextMenuContent.js → ContextMenuContent.jsx} +8 -5
- package/dist/lib/components/ContextMenu/{ContextMenuGroup.js → ContextMenuGroup.jsx} +4 -14
- package/dist/lib/components/ContextMenu/{ContextMenuItem.js → ContextMenuItem.jsx} +7 -5
- package/dist/lib/components/ContextMenu/{ContextMenuItemIndicator.js → ContextMenuItemIndicator.jsx} +6 -5
- package/dist/lib/components/ContextMenu/{ContextMenuLabel.js → ContextMenuLabel.jsx} +6 -5
- package/dist/lib/components/ContextMenu/{ContextMenuRadioGroup.js → ContextMenuRadioGroup.jsx} +6 -14
- package/dist/lib/components/ContextMenu/{ContextMenuRadioItem.js → ContextMenuRadioItem.jsx} +9 -16
- package/dist/lib/components/ContextMenu/ContextMenuRoot.d.ts +1 -1
- package/dist/lib/components/ContextMenu/{ContextMenuRoot.js → ContextMenuRoot.jsx} +6 -14
- package/dist/lib/components/ContextMenu/{ContextMenuSeparator.js → ContextMenuSeparator.jsx} +5 -15
- package/dist/lib/components/ContextMenu/{ContextMenuSubContent.js → ContextMenuSubContent.jsx} +12 -9
- package/dist/lib/components/ContextMenu/{ContextMenuSubTrigger.js → ContextMenuSubTrigger.jsx} +11 -16
- package/dist/lib/components/ContextMenu/{ContextMenuTrigger.js → ContextMenuTrigger.jsx} +5 -15
- package/dist/lib/components/DataList/{DataListItem.js → DataListItem.jsx} +6 -5
- package/dist/lib/components/DataList/{DataListLabel.js → DataListLabel.jsx} +6 -5
- package/dist/lib/components/DataList/{DataListRoot.js → DataListRoot.jsx} +7 -15
- package/dist/lib/components/DataList/{DataListValue.js → DataListValue.jsx} +6 -5
- package/dist/lib/components/Dialog/{DialogAction.js → DialogAction.jsx} +6 -16
- package/dist/lib/components/Dialog/{DialogCancel.js → DialogCancel.jsx} +5 -15
- package/dist/lib/components/Dialog/{DialogContent.js → DialogContent.jsx} +6 -5
- package/dist/lib/components/Dialog/{DialogDescription.js → DialogDescription.jsx} +5 -15
- package/dist/lib/components/Dialog/DialogRoot.d.ts +1 -1
- package/dist/lib/components/Dialog/{DialogRoot.js → DialogRoot.jsx} +6 -14
- package/dist/lib/components/Dialog/{DialogSlot.js → DialogSlot.jsx} +5 -15
- package/dist/lib/components/Dialog/{DialogTitle.js → DialogTitle.jsx} +5 -15
- package/dist/lib/components/Dialog/{DialogTrigger.js → DialogTrigger.jsx} +4 -14
- package/dist/lib/components/Dialog/index.d.ts +1 -1
- package/dist/lib/components/DoughnutChart/index.d.ts +3 -2
- package/dist/lib/components/DoughnutChart/{index.js → index.jsx} +6 -6
- package/dist/lib/components/DropdownMenu/{DropdonMenuRadioGroup.js → DropdonMenuRadioGroup.jsx} +3 -13
- package/dist/lib/components/DropdownMenu/{DropdonMenuSubContent.js → DropdonMenuSubContent.jsx} +12 -9
- package/dist/lib/components/DropdownMenu/{DropdownMenuCheckboxItem.js → DropdownMenuCheckboxItem.jsx} +9 -16
- package/dist/lib/components/DropdownMenu/{DropdownMenuContent.js → DropdownMenuContent.jsx} +8 -5
- package/dist/lib/components/DropdownMenu/DropdownMenuItem.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/{DropdownMenuItem.js → DropdownMenuItem.jsx} +7 -5
- package/dist/lib/components/DropdownMenu/{DropdownMenuItemIndicator.js → DropdownMenuItemIndicator.jsx} +6 -5
- package/dist/lib/components/DropdownMenu/{DropdownMenuLable.js → DropdownMenuLable.jsx} +5 -15
- package/dist/lib/components/DropdownMenu/{DropdownMenuRadioItem.js → DropdownMenuRadioItem.jsx} +9 -16
- package/dist/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +2 -2
- package/dist/lib/components/DropdownMenu/{DropdownMenuRoot.js → DropdownMenuRoot.jsx} +4 -14
- package/dist/lib/components/DropdownMenu/{DropdownMenuSeparator.js → DropdownMenuSeparator.jsx} +3 -15
- package/dist/lib/components/DropdownMenu/{DropdownMenuSub.js → DropdownMenuSub.jsx} +2 -14
- package/dist/lib/components/DropdownMenu/{DropdownMenuSubTrigger.js → DropdownMenuSubTrigger.jsx} +9 -16
- package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/{DropdownMenuTrigger.js → DropdownMenuTrigger.jsx} +5 -15
- package/dist/lib/components/DropdownMenu/index.d.ts +1 -1
- package/dist/lib/components/HoverCard/{HoverCardContent.js → HoverCardContent.jsx} +6 -5
- package/dist/lib/components/HoverCard/HoverCardRoot.d.ts +1 -1
- package/dist/lib/components/HoverCard/{HoverCardRoot.js → HoverCardRoot.jsx} +6 -14
- package/dist/lib/components/HoverCard/{HoverCardTrigger.js → HoverCardTrigger.jsx} +4 -14
- package/dist/lib/components/HoverCard/index.d.ts +1 -1
- package/dist/lib/components/IconButton/index.d.ts +1 -1
- package/dist/lib/components/IconButton/{index.js → index.jsx} +5 -4
- package/dist/lib/components/Inset/{index.js → index.jsx} +8 -5
- package/dist/lib/components/Label/index.d.ts +1 -1
- package/dist/lib/components/Label/{index.js → index.jsx} +5 -4
- package/dist/lib/components/LineChart/index.d.ts +3 -2
- package/dist/lib/components/LineChart/{index.js → index.jsx} +6 -7
- package/dist/lib/components/Menubar/{MenubarCheckboxItem.js → MenubarCheckboxItem.jsx} +9 -16
- package/dist/lib/components/Menubar/{MenubarContent.js → MenubarContent.jsx} +12 -9
- package/dist/lib/components/Menubar/{MenubarItem.js → MenubarItem.jsx} +7 -5
- package/dist/lib/components/Menubar/{MenubarItemIndicator.js → MenubarItemIndicator.jsx} +6 -5
- package/dist/lib/components/Menubar/{MenubarMenu.js → MenubarMenu.jsx} +2 -14
- package/dist/lib/components/Menubar/{MenubarRadioGroup.js → MenubarRadioGroup.jsx} +6 -14
- package/dist/lib/components/Menubar/{MenubarRadioItem.js → MenubarRadioItem.jsx} +9 -16
- package/dist/lib/components/Menubar/MenubarRoot.d.ts +1 -1
- package/dist/lib/components/Menubar/{MenubarRoot.js → MenubarRoot.jsx} +8 -5
- package/dist/lib/components/Menubar/{MenubarSeparator.js → MenubarSeparator.jsx} +5 -15
- package/dist/lib/components/Menubar/{MenubarSub.js → MenubarSub.jsx} +2 -14
- package/dist/lib/components/Menubar/{MenubarSubContent.js → MenubarSubContent.jsx} +7 -6
- package/dist/lib/components/Menubar/{MenubarSubTrigger.js → MenubarSubTrigger.jsx} +9 -16
- package/dist/lib/components/Menubar/{MenubarTrigger.js → MenubarTrigger.jsx} +6 -5
- package/dist/lib/components/NavigationMenu/{NavigationMenuContent.js → NavigationMenuContent.jsx} +6 -5
- package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +22 -0
- package/dist/lib/components/NavigationMenu/{NavigationMenuItem.js → NavigationMenuItem.jsx} +4 -14
- package/dist/lib/components/NavigationMenu/{NavigationMenuLink.js → NavigationMenuLink.jsx} +6 -5
- package/dist/lib/components/NavigationMenu/{NavigationMenuList.js → NavigationMenuList.jsx} +7 -5
- package/dist/lib/components/NavigationMenu/NavigationMenuRoot.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/{NavigationMenuRoot.js → NavigationMenuRoot.jsx} +7 -15
- package/dist/lib/components/NavigationMenu/{NavigationMenuTrigger.js → NavigationMenuTrigger.jsx} +7 -5
- package/dist/lib/components/NavigationMenu/{NavigationMenuViewport.js → NavigationMenuViewport.jsx} +6 -5
- package/dist/lib/components/PieChart/index.d.ts +3 -2
- package/dist/lib/components/PieChart/{index.js → index.jsx} +6 -6
- package/dist/lib/components/Popover/{PopoverClose.js → PopoverClose.jsx} +5 -15
- package/dist/lib/components/Popover/{PopoverContent.js → PopoverContent.jsx} +6 -5
- package/dist/lib/components/Popover/PopoverRoot.d.ts +1 -1
- package/dist/lib/components/Popover/{PopoverRoot.js → PopoverRoot.jsx} +6 -14
- package/dist/lib/components/Popover/{PopoverTrigger.js → PopoverTrigger.jsx} +4 -14
- package/dist/lib/components/Popover/index.d.ts +1 -1
- package/dist/lib/components/Progress/{index.js → index.jsx} +6 -5
- package/dist/lib/components/RadarChart/index.d.ts +3 -2
- package/dist/lib/components/RadarChart/{index.js → index.jsx} +7 -7
- package/dist/lib/components/Radio/index.d.ts +1 -1
- package/dist/lib/components/Radio/{index.js → index.jsx} +10 -15
- package/dist/lib/components/RadioCards/{RadioCardsItem.js → RadioCardsItem.jsx} +5 -15
- package/dist/lib/components/RadioCards/{RadioCardsRoot.js → RadioCardsRoot.jsx} +10 -5
- package/dist/lib/components/RadioGroup/{RadioGroupItem.js → RadioGroupItem.jsx} +5 -15
- package/dist/lib/components/RadioGroup/RadioGroupRoot.d.ts +1 -1
- package/dist/lib/components/RadioGroup/{RadioGroupRoot.js → RadioGroupRoot.jsx} +9 -15
- package/dist/lib/components/ScrollArea/{index.js → index.jsx} +6 -14
- package/dist/lib/components/SegmentedControl/{SegmentedControlItem.js → SegmentedControlItem.jsx} +5 -15
- package/dist/lib/components/SegmentedControl/SegmentedControlRoot.d.ts +1 -1
- package/dist/lib/components/SegmentedControl/{SegmentedControlRoot.js → SegmentedControlRoot.jsx} +7 -4
- package/dist/lib/components/SegmentedControl/index.d.ts +1 -1
- package/dist/lib/components/Select/index.d.ts +1 -1
- package/dist/lib/components/Select/{index.js → index.jsx} +27 -10
- package/dist/lib/components/Separator/{index.js → index.jsx} +7 -4
- package/dist/lib/components/Skeleton/index.d.ts +1 -1
- package/dist/lib/components/Skeleton/{index.js → index.jsx} +7 -4
- package/dist/lib/components/Slider/index.d.ts +1 -1
- package/dist/lib/components/Slider/{index.js → index.jsx} +5 -4
- package/dist/lib/components/Spinner/index.d.ts +1 -1
- package/dist/lib/components/Spinner/{index.js → index.jsx} +7 -4
- package/dist/lib/components/TabNav/{index.js → index.jsx} +9 -15
- package/dist/lib/components/Table/index.d.ts +1 -1
- package/dist/lib/components/Table/{index.js → index.jsx} +25 -10
- package/dist/lib/components/Tabs/{index.js → index.jsx} +16 -7
- package/dist/lib/components/TextArea/index.d.ts +1 -1
- package/dist/lib/components/TextArea/{index.js → index.jsx} +5 -4
- package/dist/lib/components/TextField/index.d.ts +1 -1
- package/dist/lib/components/TextField/{index.js → index.jsx} +10 -5
- package/dist/lib/components/Toast/ToastActionButton.d.ts +1 -1
- package/dist/lib/components/Toast/{ToastActionButton.js → ToastActionButton.jsx} +7 -6
- package/dist/lib/components/Toast/ToastDescription.d.ts +1 -1
- package/dist/lib/components/Toast/{ToastDescription.js → ToastDescription.jsx} +7 -15
- package/dist/lib/components/Toast/{ToastRoot.js → ToastRoot.jsx} +11 -5
- package/dist/lib/components/Toast/ToastTitle.d.ts +1 -1
- package/dist/lib/components/Toast/{ToastTitle.js → ToastTitle.jsx} +5 -15
- package/dist/lib/components/Toggle/ToggleWithText.d.ts +1 -1
- package/dist/lib/components/Toggle/{ToggleWithText.js → ToggleWithText.jsx} +9 -7
- package/dist/lib/components/Toggle/index.d.ts +1 -1
- package/dist/lib/components/Toggle/{index.js → index.jsx} +6 -5
- package/dist/lib/components/ToggleGroup/ToggleGroupItem.d.ts +1 -1
- package/dist/lib/components/ToggleGroup/{ToggleGroupItem.js → ToggleGroupItem.jsx} +6 -16
- package/dist/lib/components/ToggleGroup/ToggleGroupRoot.d.ts +1 -1
- package/dist/lib/components/ToggleGroup/{ToggleGroupRoot.js → ToggleGroupRoot.jsx} +10 -5
- package/dist/lib/components/ToggleSwitch/{index.js → index.jsx} +9 -5
- package/dist/lib/components/Tooltip/index.d.ts +1 -1
- package/dist/lib/components/Tooltip/{index.js → index.jsx} +13 -4
- package/dist/lib/constants.js +2 -2
- package/dist/lib/index.d.ts +2 -2
- package/dist/lib/index.js +2 -2
- package/dist/lib/utils/useDarkMode.js +1 -1
- package/package.json +2 -4
- package/dist/globals.css +0 -4
- package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.js +0 -31
- package/dist/tailwind.config.d.ts +0 -3
- package/dist/tailwind.config.js +0 -141
- /package/dist/lib/components/AlertDialog/{index.js → index.jsx} +0 -0
- /package/dist/lib/components/Callout/{index.js → index.jsx} +0 -0
- /package/dist/lib/components/CheckboxGroup/{index.js → index.jsx} +0 -0
- /package/dist/lib/components/ContextMenu/{index.js → index.jsx} +0 -0
- /package/dist/lib/components/DataList/{index.js → index.jsx} +0 -0
- /package/dist/lib/components/Dialog/{index.js → index.jsx} +0 -0
- /package/dist/lib/components/DropdownMenu/{index.js → index.jsx} +0 -0
- /package/dist/lib/components/HoverCard/{index.js → index.jsx} +0 -0
- /package/dist/lib/components/Menubar/{index.js → index.jsx} +0 -0
- /package/dist/lib/components/NavigationMenu/{index.js → index.jsx} +0 -0
- /package/dist/lib/components/Popover/{index.js → index.jsx} +0 -0
- /package/dist/lib/components/RadioCards/{index.js → index.jsx} +0 -0
- /package/dist/lib/components/RadioGroup/{index.js → index.jsx} +0 -0
- /package/dist/lib/components/SegmentedControl/{index.js → index.jsx} +0 -0
- /package/dist/lib/components/Toast/{index.js → index.jsx} +0 -0
- /package/dist/lib/components/ToggleGroup/{index.js → index.jsx} +0 -0
@@ -1,14 +1,3 @@
|
|
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
1
|
var __rest = (this && this.__rest) || function (s, e) {
|
13
2
|
var t = {};
|
14
3
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -20,11 +9,10 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
9
|
}
|
21
10
|
return t;
|
22
11
|
};
|
23
|
-
import {
|
24
|
-
import { createContext, forwardRef } from 'react';
|
12
|
+
import React, { createContext, forwardRef } from 'react';
|
25
13
|
import { Theme, RadioGroup as RadioGroupTheme } from '@radix-ui/themes';
|
26
14
|
import { cva } from 'class-variance-authority';
|
27
|
-
import { cn } from '
|
15
|
+
import { cn } from 'lib/utils/utils';
|
28
16
|
var radioGroupVariants = cva('', {
|
29
17
|
variants: {
|
30
18
|
size: {
|
@@ -48,6 +36,12 @@ export var RadioGroupRoot = forwardRef(function (_a, ref) {
|
|
48
36
|
sizeTheme = '1';
|
49
37
|
if (size === 'large')
|
50
38
|
sizeTheme = '3';
|
51
|
-
return (
|
39
|
+
return (<Theme accentColor={color} scaling={scaling}>
|
40
|
+
<RadioGroupContext.Provider value={contextValue}>
|
41
|
+
<RadioGroupTheme.Root ref={ref} size={sizeTheme} variant={appearance} className={cn(radioGroupVariants({ size: size }), className)} {...props}>
|
42
|
+
{children}
|
43
|
+
</RadioGroupTheme.Root>
|
44
|
+
</RadioGroupContext.Provider>
|
45
|
+
</Theme>);
|
52
46
|
});
|
53
47
|
RadioGroupRoot.displayName = 'RadioGroup.Root';
|
@@ -1,14 +1,3 @@
|
|
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
1
|
var __rest = (this && this.__rest) || function (s, e) {
|
13
2
|
var t = {};
|
14
3
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -20,8 +9,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
9
|
}
|
21
10
|
return t;
|
22
11
|
};
|
23
|
-
import {
|
24
|
-
import { forwardRef } from 'react';
|
12
|
+
import React, { forwardRef } from 'react';
|
25
13
|
import { Theme, ScrollArea as ScrollAreaTheme } from '@radix-ui/themes';
|
26
14
|
export var ScrollArea = forwardRef(function (_a, ref) {
|
27
15
|
var className = _a.className, children = _a.children, scrollbars = _a.scrollbars, radius = _a.radius, _b = _a.size, size = _b === void 0 ? 'small' : _b, props = __rest(_a, ["className", "children", "scrollbars", "radius", "size"]);
|
@@ -30,7 +18,11 @@ export var ScrollArea = forwardRef(function (_a, ref) {
|
|
30
18
|
sizeTheme = '2';
|
31
19
|
if (size === 'large')
|
32
20
|
sizeTheme = '3';
|
33
|
-
return (
|
21
|
+
return (<Theme>
|
22
|
+
<ScrollAreaTheme ref={ref} scrollbars={scrollbars} radius={radius} size={sizeTheme} className={className} {...props}>
|
23
|
+
{children}
|
24
|
+
</ScrollAreaTheme>
|
25
|
+
</Theme>);
|
34
26
|
});
|
35
27
|
ScrollArea.displayName = 'ScrollArea';
|
36
28
|
export default ScrollArea;
|
package/dist/lib/components/SegmentedControl/{SegmentedControlItem.js → SegmentedControlItem.jsx}
RENAMED
@@ -1,14 +1,3 @@
|
|
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
1
|
var __rest = (this && this.__rest) || function (s, e) {
|
13
2
|
var t = {};
|
14
3
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -20,16 +9,17 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
9
|
}
|
21
10
|
return t;
|
22
11
|
};
|
23
|
-
import {
|
24
|
-
import { forwardRef } from 'react';
|
12
|
+
import React, { forwardRef } from 'react';
|
25
13
|
import { SegmentedControl as SegmentedControlTheme } from '@radix-ui/themes';
|
26
|
-
import { cn } from '
|
14
|
+
import { cn } from 'lib/utils/utils';
|
27
15
|
export var SegmentedControlItem = forwardRef(function (_a, ref) {
|
28
16
|
var children = _a.children, className = _a.className, appearance = _a.appearance, props = __rest(_a, ["children", "className", "appearance"]);
|
29
17
|
var appearanceClassName = '';
|
30
18
|
if (appearance === 'classic') {
|
31
19
|
appearanceClassName = 'dark:data-[state=on]:shadow-segmented-control-dark-classic';
|
32
20
|
}
|
33
|
-
return (
|
21
|
+
return (<SegmentedControlTheme.Item ref={ref} className={cn(appearanceClassName, className)} {...props}>
|
22
|
+
{children}
|
23
|
+
</SegmentedControlTheme.Item>);
|
34
24
|
});
|
35
25
|
SegmentedControlItem.displayName = 'SegmentedControl.Item';
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
3
|
import { SegmentedControl as SegmentedControlTheme } from '@radix-ui/themes';
|
4
4
|
export * from './SegmentedControlItem';
|
5
|
-
import { ISize } from '
|
5
|
+
import { ISize } from 'lib/types';
|
6
6
|
export interface SegmentedControlProps extends VariantProps<typeof segmentedControlVariants> {
|
7
7
|
appearance?: 'surface' | 'classic';
|
8
8
|
size?: Exclude<ISize, 'x-small' | 'x-large'>;
|
package/dist/lib/components/SegmentedControl/{SegmentedControlRoot.js → SegmentedControlRoot.jsx}
RENAMED
@@ -20,13 +20,12 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
24
23
|
import React, { Children, forwardRef } from 'react';
|
25
24
|
import { cva } from 'class-variance-authority';
|
26
25
|
import { SegmentedControl as SegmentedControlTheme, Theme } from '@radix-ui/themes';
|
27
|
-
import { scalingVariants } from '
|
26
|
+
import { scalingVariants } from 'lib/constants';
|
28
27
|
export * from './SegmentedControlItem';
|
29
|
-
import { cn } from '
|
28
|
+
import { cn } from 'lib/utils/utils';
|
30
29
|
var segmentedControlVariants = cva('text-slateA-12 dark:text-slateDarkA-12', {
|
31
30
|
variants: {
|
32
31
|
scaling: __assign({}, scalingVariants),
|
@@ -42,6 +41,10 @@ export var SegmentedControlRoot = forwardRef(function (_a, ref) {
|
|
42
41
|
sizeTheme = '1';
|
43
42
|
if (size === 'large')
|
44
43
|
sizeTheme = '3';
|
45
|
-
return (
|
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>);
|
46
49
|
});
|
47
50
|
SegmentedControlRoot.displayName = 'SegmentedControl.Root';
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
declare const SegmentedControl: {
|
3
3
|
Root: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/segmented-control").RootProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("./SegmentedControlRoot").SegmentedControlProps & import("react").RefAttributes<HTMLDivElement>>;
|
4
|
-
Item: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/segmented-control").ItemProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("
|
4
|
+
Item: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/segmented-control").ItemProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("lib/components/SegmentedControl/SegmentedControlItem").SegmentedControlItemProps & import("react").RefAttributes<HTMLButtonElement>>;
|
5
5
|
};
|
6
6
|
export default SegmentedControl;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Select as SelectTheme } from '@radix-ui/themes';
|
2
2
|
import React from 'react';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IScaling } from '
|
4
|
+
import { IScaling } from 'lib/types';
|
5
5
|
export interface SelectProps extends VariantProps<typeof selectVariants> {
|
6
6
|
label?: string;
|
7
7
|
defaultValue?: string;
|
@@ -20,12 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
24
23
|
import { Theme, Select as SelectTheme } from '@radix-ui/themes';
|
25
24
|
import React from 'react';
|
26
25
|
import { cva } from 'class-variance-authority';
|
27
|
-
import { cn } from '
|
28
|
-
import { radiusVariants, selectAppearanceStyle } from '
|
26
|
+
import { cn } from 'lib/utils/utils';
|
27
|
+
import { radiusVariants, selectAppearanceStyle } from 'lib/constants';
|
29
28
|
var selectVariants = cva('', {
|
30
29
|
variants: {
|
31
30
|
radius: __assign({}, radiusVariants['base']),
|
@@ -41,14 +40,22 @@ export var Root = React.forwardRef(function (_a, ref) {
|
|
41
40
|
sizeTheme = '1';
|
42
41
|
if (size === 'large')
|
43
42
|
sizeTheme = '3';
|
44
|
-
return (
|
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>);
|
45
50
|
});
|
46
51
|
Root.displayName = 'Select.Root';
|
47
52
|
export var Trigger = React.forwardRef(function (_a, forwardedRef) {
|
48
53
|
var _b = _a.appearance, appearance = _b === void 0 ? 'classic' : _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"]);
|
49
54
|
if (!color)
|
50
55
|
color = 'red';
|
51
|
-
return (
|
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>);
|
52
59
|
});
|
53
60
|
Trigger.displayName = 'Select.Trigger';
|
54
61
|
export var Content = React.forwardRef(function (_a, forwardedRef) {
|
@@ -57,27 +64,37 @@ export var Content = React.forwardRef(function (_a, forwardedRef) {
|
|
57
64
|
color = 'red';
|
58
65
|
if (radius === 'full')
|
59
66
|
radius = 'large';
|
60
|
-
return (
|
67
|
+
return (<SelectTheme.Content ref={forwardedRef} color={color} {...props} className={cn(selectVariants({ radius: radius }), className)}>
|
68
|
+
{children}
|
69
|
+
</SelectTheme.Content>);
|
61
70
|
});
|
62
71
|
Content.displayName = 'Select.Content';
|
63
72
|
export var Item = React.forwardRef(function (_a, forwardedRef) {
|
64
73
|
var value = _a.value, children = _a.children, className = _a.className, radius = _a.radius, props = __rest(_a, ["value", "children", "className", "radius"]);
|
65
|
-
return (
|
74
|
+
return (<SelectTheme.Item ref={forwardedRef} value={value} {...props} className={cn(selectVariants({ radius: radius }), className)}>
|
75
|
+
{children}
|
76
|
+
</SelectTheme.Item>);
|
66
77
|
});
|
67
78
|
Item.displayName = 'Select.Item';
|
68
79
|
export var Group = React.forwardRef(function (_a, forwardedRef) {
|
69
80
|
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
70
|
-
return (
|
81
|
+
return (<SelectTheme.Group ref={forwardedRef} {...props} className={className}>
|
82
|
+
{children}
|
83
|
+
</SelectTheme.Group>);
|
71
84
|
});
|
72
85
|
Group.displayName = 'Select.Group';
|
73
86
|
export var Label = React.forwardRef(function (_a, forwardedRef) {
|
74
87
|
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
75
|
-
return (
|
88
|
+
return (<SelectTheme.Label ref={forwardedRef} {...props} className={className}>
|
89
|
+
{children}
|
90
|
+
</SelectTheme.Label>);
|
76
91
|
});
|
77
92
|
Label.displayName = 'Select.Label';
|
78
93
|
export var Separator = React.forwardRef(function (_a, forwardedRef) {
|
79
94
|
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
80
|
-
return (
|
95
|
+
return (<SelectTheme.Separator ref={forwardedRef} {...props} className={className}>
|
96
|
+
{children}
|
97
|
+
</SelectTheme.Separator>);
|
81
98
|
});
|
82
99
|
Separator.displayName = 'Select.Separator';
|
83
100
|
var Select = {
|
@@ -20,11 +20,10 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
24
23
|
import React from 'react';
|
25
24
|
import { cva } from 'class-variance-authority';
|
26
|
-
import { cn } from '
|
27
|
-
import { bgColorStyle, scalingVariants } from '
|
25
|
+
import { cn } from 'lib/utils/utils';
|
26
|
+
import { bgColorStyle, scalingVariants } from 'lib/constants';
|
28
27
|
import { Separator as SeparatorTheme, Theme } from '@radix-ui/themes';
|
29
28
|
var separatorVariants = cva('', {
|
30
29
|
variants: {
|
@@ -41,7 +40,11 @@ export var Separator = React.forwardRef(function (_a, forwardedRef) {
|
|
41
40
|
sizeTheme = '3';
|
42
41
|
if (size === 'fill-large')
|
43
42
|
sizeTheme = '4';
|
44
|
-
return (
|
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>);
|
45
48
|
});
|
46
49
|
Separator.displayName = 'Separator';
|
47
50
|
export default Separator;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IColor } from '
|
3
|
+
import { IColor } from 'lib/types';
|
4
4
|
export interface SkeletonProps extends VariantProps<typeof separatorVariants> {
|
5
5
|
color?: IColor;
|
6
6
|
loading?: boolean;
|
@@ -20,12 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
24
23
|
import React from 'react';
|
25
24
|
import { cva } from 'class-variance-authority';
|
26
25
|
import { Theme, Skeleton as SkeletonTheme } from '@radix-ui/themes';
|
27
|
-
import { cn } from '
|
28
|
-
import { radiusVariants } from '
|
26
|
+
import { cn } from 'lib/utils/utils';
|
27
|
+
import { radiusVariants } from 'lib/constants';
|
29
28
|
var separatorVariants = cva('', {
|
30
29
|
variants: {
|
31
30
|
radius: __assign({}, radiusVariants['base']),
|
@@ -36,7 +35,11 @@ var separatorVariants = cva('', {
|
|
36
35
|
});
|
37
36
|
export var Skeleton = React.forwardRef(function (_a, forwardedRef) {
|
38
37
|
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 (
|
38
|
+
return (<Theme>
|
39
|
+
<SkeletonTheme ref={forwardedRef} loading={loading} width={width} height={height} className={cn('', radius && cn(separatorVariants({ radius: radius }), className))} {...skeletonProps}>
|
40
|
+
{children}
|
41
|
+
</SkeletonTheme>
|
42
|
+
</Theme>);
|
40
43
|
});
|
41
44
|
Skeleton.displayName = 'Skeleton';
|
42
45
|
export default Skeleton;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IScaling } from '
|
3
|
+
import { IScaling } from 'lib/types';
|
4
4
|
export interface SliderProps extends VariantProps<typeof sliderVariants> {
|
5
5
|
appearance?: 'classic' | 'soft' | 'surface';
|
6
6
|
label?: string;
|
@@ -20,11 +20,10 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
24
23
|
import React from 'react';
|
25
24
|
import { cva } from 'class-variance-authority';
|
26
|
-
import { cn } from '
|
27
|
-
import { radiusVariants } from '
|
25
|
+
import { cn } from 'lib/utils/utils';
|
26
|
+
import { radiusVariants } from 'lib/constants';
|
28
27
|
import { Theme, Slider as SliderTheme } from '@radix-ui/themes';
|
29
28
|
var sliderVariants = cva('relative flex items-center select-none touch-none w-[200px] h-5', {
|
30
29
|
variants: {
|
@@ -43,7 +42,9 @@ export var Slider = React.forwardRef(function (_a, forwardedRef) {
|
|
43
42
|
sizeTheme = '1';
|
44
43
|
if (size === 'large')
|
45
44
|
sizeTheme = '3';
|
46
|
-
return (
|
45
|
+
return (<Theme accentColor={color} scaling={scaling} hasBackground={false}>
|
46
|
+
<SliderTheme ref={forwardedRef} variant={appearance} size={sizeTheme} radius={radius} color={color} className={cn(sliderVariants({ radius: radius }), className)} {...sliderProps}/>
|
47
|
+
</Theme>);
|
47
48
|
});
|
48
49
|
Slider.displayName = 'Slider';
|
49
50
|
export default Slider;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IColor } from '
|
3
|
+
import { IColor } from 'lib/types';
|
4
4
|
export interface SpinnerProps extends VariantProps<typeof spinnerVariants> {
|
5
5
|
color?: IColor;
|
6
6
|
loading?: boolean;
|
@@ -20,12 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
24
23
|
import React from 'react';
|
25
24
|
import { cva } from 'class-variance-authority';
|
26
25
|
import { Spinner as SpinnerTheme, Theme } from '@radix-ui/themes';
|
27
|
-
import { cn } from '
|
28
|
-
import { scalingVariants } from '
|
26
|
+
import { cn } from 'lib/utils/utils';
|
27
|
+
import { scalingVariants } from 'lib/constants';
|
29
28
|
var spinnerVariants = cva('', {
|
30
29
|
variants: {
|
31
30
|
scaling: __assign({}, scalingVariants),
|
@@ -41,7 +40,11 @@ export var Spinner = React.forwardRef(function (_a, forwardedRef) {
|
|
41
40
|
sizeTheme = '1';
|
42
41
|
if (size === 'large')
|
43
42
|
sizeTheme = '3';
|
44
|
-
return (
|
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>);
|
45
48
|
});
|
46
49
|
Spinner.displayName = 'Spinner';
|
47
50
|
export default Spinner;
|
@@ -1,14 +1,3 @@
|
|
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
1
|
var __rest = (this && this.__rest) || function (s, e) {
|
13
2
|
var t = {};
|
14
3
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -20,11 +9,10 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
9
|
}
|
21
10
|
return t;
|
22
11
|
};
|
23
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
24
12
|
import React from 'react';
|
25
13
|
import { cva } from 'class-variance-authority';
|
26
14
|
import { TabNav as TabNavTheme, Theme } from '@radix-ui/themes';
|
27
|
-
import { cn } from '
|
15
|
+
import { cn } from 'lib/utils/utils';
|
28
16
|
var tabNavVariants = cva('', {
|
29
17
|
variants: {},
|
30
18
|
});
|
@@ -35,12 +23,18 @@ export var Root = React.forwardRef(function (_a, ref) {
|
|
35
23
|
var sizeTheme = '2';
|
36
24
|
if (size === 'small')
|
37
25
|
sizeTheme = '1';
|
38
|
-
return (
|
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>);
|
39
31
|
});
|
40
32
|
Root.displayName = 'TabNav.Root';
|
41
33
|
export var Link = React.forwardRef(function (_a, ref) {
|
42
34
|
var className = _a.className, children = _a.children, href = _a.href, linkProps = __rest(_a, ["className", "children", "href"]);
|
43
|
-
return (
|
35
|
+
return (<TabNavTheme.Link ref={ref} className={cn('text-slateA-11 data-[state=active]:text-slateA-12 dark:text-slateDarkA-11 dark:data-[state=active]:text-slateDarkA-12', tabNavVariants({}), className)} href={href} {...linkProps}>
|
36
|
+
{children}
|
37
|
+
</TabNavTheme.Link>);
|
44
38
|
});
|
45
39
|
Link.displayName = 'TabNav.Link';
|
46
40
|
var TabNav = {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IColor } from '
|
3
|
+
import { IColor } from 'lib/types';
|
4
4
|
import { Table as TableTheme } from '@radix-ui/themes';
|
5
5
|
export interface TableProps extends VariantProps<typeof tableVariants> {
|
6
6
|
color?: IColor;
|
@@ -20,12 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
24
23
|
import React from 'react';
|
25
24
|
import { cva } from 'class-variance-authority';
|
26
25
|
import { Table as TableTheme, Theme } from '@radix-ui/themes';
|
27
|
-
import { cn } from '
|
28
|
-
import { radiusVariants, scalingVariants } from '
|
26
|
+
import { cn } from 'lib/utils/utils';
|
27
|
+
import { radiusVariants, scalingVariants } from 'lib/constants';
|
29
28
|
var tableVariants = cva('', {
|
30
29
|
variants: {
|
31
30
|
scaling: __assign({}, scalingVariants),
|
@@ -53,37 +52,53 @@ export var Root = React.forwardRef(function (_a, ref) {
|
|
53
52
|
sizeTheme = '3';
|
54
53
|
if (radius === 'full')
|
55
54
|
radius = 'large';
|
56
|
-
return (
|
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>);
|
57
60
|
});
|
58
61
|
Root.displayName = 'Table.Root';
|
59
62
|
export var Header = React.forwardRef(function (_a, forwardedRef) {
|
60
63
|
var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
|
61
|
-
return (
|
64
|
+
return (<TableTheme.Header ref={forwardedRef} className={cn('', tableVariants({ scaling: scaling }), className)} {...props}>
|
65
|
+
{children}
|
66
|
+
</TableTheme.Header>);
|
62
67
|
});
|
63
68
|
Header.displayName = 'Table.Header';
|
64
69
|
export var Body = React.forwardRef(function (_a, forwardedRef) {
|
65
70
|
var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
|
66
|
-
return (
|
71
|
+
return (<TableTheme.Body ref={forwardedRef} className={cn('', tableVariants({ scaling: scaling }), className)} {...props}>
|
72
|
+
{children}
|
73
|
+
</TableTheme.Body>);
|
67
74
|
});
|
68
75
|
Body.displayName = 'Table.Body';
|
69
76
|
export var Row = React.forwardRef(function (_a, forwardedRef) {
|
70
77
|
var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
|
71
|
-
return (
|
78
|
+
return (<TableTheme.Row ref={forwardedRef} className={cn('', tableVariants({ scaling: scaling }), className)} {...props}>
|
79
|
+
{children}
|
80
|
+
</TableTheme.Row>);
|
72
81
|
});
|
73
82
|
Row.displayName = 'Table.Row';
|
74
83
|
export var Cell = React.forwardRef(function (_a, forwardedRef) {
|
75
84
|
var className = _a.className, children = _a.children, scaling = _a.scaling, cellProps = __rest(_a, ["className", "children", "scaling"]);
|
76
|
-
return (
|
85
|
+
return (<TableTheme.Cell className={cn('', tableVariants({ scaling: scaling }), className)} {...cellProps} ref={forwardedRef}>
|
86
|
+
{children}
|
87
|
+
</TableTheme.Cell>);
|
77
88
|
});
|
78
89
|
Cell.displayName = 'Table.Cell';
|
79
90
|
export var ColumnHeaderCell = React.forwardRef(function (_a, forwardedRef) {
|
80
91
|
var className = _a.className, children = _a.children, scaling = _a.scaling, size = _a.size, props = __rest(_a, ["className", "children", "scaling", "size"]);
|
81
|
-
return (
|
92
|
+
return (<TableTheme.ColumnHeaderCell ref={forwardedRef} className={cn('', tableVariants({ scaling: scaling }), tableRowVariants({ size: size }), className)} {...props}>
|
93
|
+
{children}
|
94
|
+
</TableTheme.ColumnHeaderCell>);
|
82
95
|
});
|
83
96
|
ColumnHeaderCell.displayName = 'Table.ColumnHeaderCell';
|
84
97
|
export var RowHeaderCell = React.forwardRef(function (_a, forwardedRef) {
|
85
98
|
var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
|
86
|
-
return (
|
99
|
+
return (<TableTheme.RowHeaderCell ref={forwardedRef} className={cn('', tableVariants({ scaling: scaling }), className)} {...props}>
|
100
|
+
{children}
|
101
|
+
</TableTheme.RowHeaderCell>);
|
87
102
|
});
|
88
103
|
RowHeaderCell.displayName = 'Table.RowHeaderCell';
|
89
104
|
var Table = {
|
@@ -20,12 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
24
23
|
import { Theme, Tabs as TabsTheme } from '@radix-ui/themes';
|
25
24
|
import React from 'react';
|
26
|
-
import { cn } from '
|
25
|
+
import { cn } from 'lib/utils/utils';
|
27
26
|
import { cva } from 'class-variance-authority';
|
28
|
-
import { weightVariants } from '
|
27
|
+
import { weightVariants } from 'lib/constants';
|
29
28
|
var tabsVariants = cva('', {
|
30
29
|
variants: {
|
31
30
|
weight: __assign({}, weightVariants),
|
@@ -35,7 +34,11 @@ export var Root = React.forwardRef(function (_a, forwardedRef) {
|
|
35
34
|
var className = _a.className, children = _a.children, color = _a.color, rootProps = __rest(_a, ["className", "children", "color"]);
|
36
35
|
if (!color)
|
37
36
|
color = 'red';
|
38
|
-
return (
|
37
|
+
return (<Theme accentColor={color} hasBackground={false}>
|
38
|
+
<TabsTheme.Root {...rootProps} ref={forwardedRef} className={cn('', className)}>
|
39
|
+
{children}
|
40
|
+
</TabsTheme.Root>
|
41
|
+
</Theme>);
|
39
42
|
});
|
40
43
|
Root.displayName = 'Tabs.Root';
|
41
44
|
export var List = React.forwardRef(function (_a, forwardedRef) {
|
@@ -43,17 +46,23 @@ export var List = React.forwardRef(function (_a, forwardedRef) {
|
|
43
46
|
var sizeTheme = '2';
|
44
47
|
if (size === 'small')
|
45
48
|
sizeTheme = '1';
|
46
|
-
return (
|
49
|
+
return (<TabsTheme.List ref={forwardedRef} size={sizeTheme} {...listProps} className={cn('', className)}>
|
50
|
+
{children}
|
51
|
+
</TabsTheme.List>);
|
47
52
|
});
|
48
53
|
List.displayName = 'Tabs.List';
|
49
54
|
export var Trigger = React.forwardRef(function (_a, forwardedRef) {
|
50
55
|
var className = _a.className, weight = _a.weight, children = _a.children, triggerProps = __rest(_a, ["className", "weight", "children"]);
|
51
|
-
return (
|
56
|
+
return (<TabsTheme.Trigger ref={forwardedRef} className={cn('text-slateA-11 data-[state=active]:text-slateA-12 dark:text-slateDarkA-11 dark:data-[state=active]:text-slateDarkA-12', className)} {...triggerProps}>
|
57
|
+
{children}
|
58
|
+
</TabsTheme.Trigger>);
|
52
59
|
});
|
53
60
|
Trigger.displayName = 'Tabs.Trigger';
|
54
61
|
export var Content = React.forwardRef(function (_a, forwardedRef) {
|
55
62
|
var className = _a.className, weight = _a.weight, children = _a.children, contentProps = __rest(_a, ["className", "weight", "children"]);
|
56
|
-
return (
|
63
|
+
return (<TabsTheme.Content ref={forwardedRef} {...contentProps} className={cn('mt-3', className)}>
|
64
|
+
{children}
|
65
|
+
</TabsTheme.Content>);
|
57
66
|
});
|
58
67
|
Content.displayName = 'Tabs.Content';
|
59
68
|
var Tabs = {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IColor } from '
|
3
|
+
import { IColor } from 'lib/types';
|
4
4
|
export interface TextAreaProps extends VariantProps<typeof textAreaNavVariants> {
|
5
5
|
color?: IColor;
|
6
6
|
href?: string;
|