@lotte-innovate/ui-component-test 0.0.34 → 0.0.37
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +163 -163
- package/dist/lib/Typography/Header/index.d.ts +2 -2
- package/dist/lib/Typography/Header/{index.js → index.jsx} +5 -2
- package/dist/lib/Typography/Text/index.d.ts +1 -1
- package/dist/lib/Typography/Text/{index.js → index.jsx} +6 -3
- package/dist/lib/components/Accordion/{index.js → index.jsx} +17 -5
- package/dist/lib/components/AlertDialog/AlertDialogAction.d.ts +2 -2
- package/dist/lib/components/AlertDialog/{AlertDialogAction.js → AlertDialogAction.jsx} +4 -3
- package/dist/lib/components/AlertDialog/AlertDialogCancel.d.ts +2 -2
- package/dist/lib/components/AlertDialog/{AlertDialogCancel.js → AlertDialogCancel.jsx} +4 -3
- package/dist/lib/components/AlertDialog/AlertDialogContent.d.ts +1 -1
- package/dist/lib/components/AlertDialog/{AlertDialogContent.js → AlertDialogContent.jsx} +7 -3
- package/dist/lib/components/AlertDialog/{AlertDialogDescription.js → AlertDialogDescription.jsx} +4 -14
- package/dist/lib/components/AlertDialog/{AlertDialogTitle.js → AlertDialogTitle.jsx} +4 -14
- package/dist/lib/components/AlertDialog/AlertDialogTrigger.d.ts +2 -2
- package/dist/lib/components/AlertDialog/{AlertDialogTrigger.js → AlertDialogTrigger.jsx} +4 -3
- package/dist/lib/components/AlertDialog/{index.js → index.jsx} +4 -14
- package/dist/lib/components/AspectRatio/{index.js → index.jsx} +4 -3
- package/dist/lib/components/Avatar/index.d.ts +1 -1
- package/dist/lib/components/Avatar/{index.js → index.jsx} +7 -3
- package/dist/lib/components/Badge/index.d.ts +2 -2
- package/dist/lib/components/Badge/{index.js → index.jsx} +4 -3
- package/dist/lib/components/BubbleChart/index.d.ts +2 -1
- package/dist/lib/components/BubbleChart/{index.js → index.jsx} +2 -2
- package/dist/lib/components/Button/index.d.ts +2 -2
- package/dist/lib/components/Button/{index.js → index.jsx} +4 -3
- package/dist/lib/components/Callout/{CalloutIcon.js → CalloutIcon.jsx} +8 -3
- package/dist/lib/components/Callout/{CalloutText.js → CalloutText.jsx} +4 -14
- package/dist/lib/components/Callout/index.d.ts +1 -1
- package/dist/lib/components/Callout/{index.js → index.jsx} +6 -3
- package/dist/lib/components/Card/index.d.ts +2 -2
- package/dist/lib/components/Card/{index.js → index.jsx} +4 -3
- package/dist/lib/components/Checkbox/index.d.ts +1 -1
- package/dist/lib/components/Checkbox/{index.js → index.jsx} +11 -3
- package/dist/lib/components/CheckboxCard/index.d.ts +1 -1
- package/dist/lib/components/CheckboxCard/{index.js → index.jsx} +5 -3
- package/dist/lib/components/CheckboxGroup/{CheckboxGroupItem.js → CheckboxGroupItem.jsx} +6 -14
- package/dist/lib/components/CheckboxGroup/{index.js → index.jsx} +5 -2
- package/dist/lib/components/ContextMenu/{ContextMenuCheckboxItem.js → ContextMenuCheckboxItem.jsx} +7 -14
- package/dist/lib/components/ContextMenu/ContextMenuContent.d.ts +1 -1
- package/dist/lib/components/ContextMenu/{ContextMenuContent.js → ContextMenuContent.jsx} +6 -3
- package/dist/lib/components/ContextMenu/{ContextMenuGroup.js → ContextMenuGroup.jsx} +4 -14
- package/dist/lib/components/ContextMenu/ContextMenuItem.d.ts +1 -1
- package/dist/lib/components/ContextMenu/{ContextMenuItem.js → ContextMenuItem.jsx} +5 -3
- package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +1 -1
- package/dist/lib/components/ContextMenu/{ContextMenuItemIndicator.js → ContextMenuItemIndicator.jsx} +4 -3
- package/dist/lib/components/ContextMenu/{ContextMenuLabel.js → ContextMenuLabel.jsx} +4 -3
- package/dist/lib/components/ContextMenu/{ContextMenuRadioGroup.js → ContextMenuRadioGroup.jsx} +6 -14
- package/dist/lib/components/ContextMenu/{ContextMenuRadioItem.js → ContextMenuRadioItem.jsx} +7 -14
- package/dist/lib/components/ContextMenu/{ContextMenuSeparator.js → ContextMenuSeparator.jsx} +4 -14
- package/dist/lib/components/ContextMenu/ContextMenuSubContent.d.ts +1 -1
- package/dist/lib/components/ContextMenu/{ContextMenuSubContent.js → ContextMenuSubContent.jsx} +9 -6
- package/dist/lib/components/ContextMenu/{ContextMenuSubTrigger.js → ContextMenuSubTrigger.jsx} +9 -14
- package/dist/lib/components/ContextMenu/{ContextMenuTrigger.js → ContextMenuTrigger.jsx} +4 -14
- package/dist/lib/components/ContextMenu/{index.js → index.jsx} +6 -14
- package/dist/lib/components/DataList/{DataListItem.js → DataListItem.jsx} +4 -3
- package/dist/lib/components/DataList/DataListLabel.d.ts +1 -1
- package/dist/lib/components/DataList/{DataListLabel.js → DataListLabel.jsx} +4 -3
- package/dist/lib/components/DataList/DataListValue.d.ts +1 -1
- package/dist/lib/components/DataList/{DataListValue.js → DataListValue.jsx} +4 -3
- package/dist/lib/components/DataList/{index.js → index.jsx} +6 -14
- package/dist/lib/components/Dialog/DialogAction.d.ts +1 -1
- package/dist/lib/components/Dialog/{DialogAction.js → DialogAction.jsx} +4 -14
- package/dist/lib/components/Dialog/DialogCancel.d.ts +1 -1
- package/dist/lib/components/Dialog/{DialogCancel.js → DialogCancel.jsx} +4 -14
- package/dist/lib/components/Dialog/DialogContent.d.ts +1 -1
- package/dist/lib/components/Dialog/{DialogContent.js → DialogContent.jsx} +4 -3
- package/dist/lib/components/Dialog/{DialogDescription.js → DialogDescription.jsx} +4 -14
- package/dist/lib/components/Dialog/{DialogSlot.js → DialogSlot.jsx} +4 -14
- package/dist/lib/components/Dialog/{DialogTitle.js → DialogTitle.jsx} +4 -14
- package/dist/lib/components/Dialog/{DialogTrigger.js → DialogTrigger.jsx} +4 -14
- package/dist/lib/components/Dialog/{index.js → index.jsx} +4 -14
- package/dist/lib/components/DoughnutChart/index.d.ts +2 -1
- package/dist/lib/components/DoughnutChart/{index.js → index.jsx} +2 -2
- package/dist/lib/components/DropdownMenu/{DropdonMenuRadioGroup.js → DropdonMenuRadioGroup.jsx} +6 -14
- package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/{DropdonMenuSubContent.js → DropdonMenuSubContent.jsx} +10 -7
- package/dist/lib/components/DropdownMenu/{DropdownMenuCheckboxItem.js → DropdownMenuCheckboxItem.jsx} +7 -14
- package/dist/lib/components/DropdownMenu/DropdownMenuContent.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/{DropdownMenuContent.js → DropdownMenuContent.jsx} +6 -3
- package/dist/lib/components/DropdownMenu/DropdownMenuItem.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/{DropdownMenuItem.js → DropdownMenuItem.jsx} +5 -3
- package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/{DropdownMenuItemIndicator.js → DropdownMenuItemIndicator.jsx} +4 -3
- package/dist/lib/components/DropdownMenu/{DropdownMenuLable.js → DropdownMenuLable.jsx} +4 -3
- package/dist/lib/components/DropdownMenu/{DropdownMenuRadioItem.js → DropdownMenuRadioItem.jsx} +7 -14
- package/dist/lib/components/DropdownMenu/{DropdownMenuSeparator.js → DropdownMenuSeparator.jsx} +2 -14
- package/dist/lib/components/DropdownMenu/{DropdownMenuSub.js → DropdownMenuSub.jsx} +2 -14
- package/dist/lib/components/DropdownMenu/{DropdownMenuSubTrigger.js → DropdownMenuSubTrigger.jsx} +7 -14
- package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/{DropdownMenuTrigger.js → DropdownMenuTrigger.jsx} +4 -14
- package/dist/lib/components/DropdownMenu/{index.js → index.jsx} +2 -14
- package/dist/lib/components/HoverCard/HoverCardContent.d.ts +2 -2
- package/dist/lib/components/HoverCard/{HoverCardContent.js → HoverCardContent.jsx} +4 -3
- package/dist/lib/components/HoverCard/{HoverCardTrigger.js → HoverCardTrigger.jsx} +4 -14
- package/dist/lib/components/HoverCard/{index.js → index.jsx} +4 -14
- package/dist/lib/components/IconButton/index.d.ts +1 -1
- package/dist/lib/components/IconButton/{index.js → index.jsx} +3 -2
- package/dist/lib/components/Inset/index.d.ts +1 -1
- package/dist/lib/components/Inset/{index.js → index.jsx} +6 -3
- package/dist/lib/components/Label/index.d.ts +1 -1
- package/dist/lib/components/Label/{index.js → index.jsx} +3 -2
- package/dist/lib/components/Menubar/{MenubarCheckboxItem.js → MenubarCheckboxItem.jsx} +7 -14
- package/dist/lib/components/Menubar/MenubarContent.d.ts +1 -1
- package/dist/lib/components/Menubar/{MenubarContent.js → MenubarContent.jsx} +10 -7
- package/dist/lib/components/Menubar/MenubarItem.d.ts +1 -1
- package/dist/lib/components/Menubar/{MenubarItem.js → MenubarItem.jsx} +5 -3
- package/dist/lib/components/Menubar/MenubarItemIndicator.d.ts +1 -1
- package/dist/lib/components/Menubar/{MenubarItemIndicator.js → MenubarItemIndicator.jsx} +4 -3
- 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} +7 -14
- package/dist/lib/components/Menubar/{MenubarSeparator.js → MenubarSeparator.jsx} +4 -14
- package/dist/lib/components/Menubar/{MenubarSub.js → MenubarSub.jsx} +2 -14
- package/dist/lib/components/Menubar/MenubarSubContent.d.ts +1 -1
- package/dist/lib/components/Menubar/{MenubarSubContent.js → MenubarSubContent.jsx} +5 -4
- package/dist/lib/components/Menubar/{MenubarSubTrigger.js → MenubarSubTrigger.jsx} +7 -14
- package/dist/lib/components/Menubar/MenubarTrigger.d.ts +1 -1
- package/dist/lib/components/Menubar/{MenubarTrigger.js → MenubarTrigger.jsx} +4 -3
- package/dist/lib/components/Menubar/index.d.ts +1 -1
- package/dist/lib/components/Menubar/{index.js → index.jsx} +6 -3
- package/dist/lib/components/NavigationMenu/NavigationMenuContent.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/{NavigationMenuContent.js → NavigationMenuContent.jsx} +4 -3
- 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.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/{NavigationMenuLink.js → NavigationMenuLink.jsx} +4 -3
- package/dist/lib/components/NavigationMenu/NavigationMenuList.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/{NavigationMenuList.js → NavigationMenuList.jsx} +5 -3
- package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/{NavigationMenuTrigger.js → NavigationMenuTrigger.jsx} +5 -3
- package/dist/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +2 -2
- package/dist/lib/components/NavigationMenu/{NavigationMenuViewport.js → NavigationMenuViewport.jsx} +4 -3
- package/dist/lib/components/NavigationMenu/{index.js → index.jsx} +6 -14
- package/dist/lib/components/PieChart/index.d.ts +2 -1
- package/dist/lib/components/PieChart/{index.js → index.jsx} +2 -2
- package/dist/lib/components/Popover/PopoverClose.d.ts +1 -1
- package/dist/lib/components/Popover/{PopoverClose.js → PopoverClose.jsx} +4 -14
- package/dist/lib/components/Popover/PopoverContent.d.ts +1 -1
- package/dist/lib/components/Popover/{PopoverContent.js → PopoverContent.jsx} +4 -3
- package/dist/lib/components/Popover/{PopoverTrigger.js → PopoverTrigger.jsx} +4 -14
- package/dist/lib/components/Popover/{index.js → index.jsx} +4 -14
- package/dist/lib/components/Progress/index.d.ts +1 -1
- package/dist/lib/components/Progress/{index.js → index.jsx} +4 -3
- package/dist/lib/components/RadarChart/index.d.ts +2 -1
- package/dist/lib/components/RadarChart/{index.js → index.jsx} +2 -2
- package/dist/lib/components/Radio/{index.js → index.jsx} +8 -13
- package/dist/lib/components/RadioCards/RadioCardsItem.d.ts +1 -1
- package/dist/lib/components/RadioCards/{RadioCardsItem.js → RadioCardsItem.jsx} +4 -14
- package/dist/lib/components/RadioCards/{index.js → index.jsx} +6 -3
- package/dist/lib/components/RadioGroup/{RadioGroupItem.js → RadioGroupItem.jsx} +4 -14
- package/dist/lib/components/RadioGroup/{index.js → index.jsx} +6 -14
- package/dist/lib/components/ScrollArea/{index.js → index.jsx} +6 -14
- package/dist/lib/components/SegmentedControl/{SegmentedControlItem.js → SegmentedControlItem.jsx} +4 -14
- package/dist/lib/components/SegmentedControl/{index.js → index.jsx} +5 -2
- package/dist/lib/components/Select/index.d.ts +1 -1
- package/dist/lib/components/Select/{index.js → index.jsx} +25 -8
- package/dist/lib/components/Separator/{index.js → index.jsx} +5 -2
- package/dist/lib/components/Skeleton/index.d.ts +1 -1
- package/dist/lib/components/Skeleton/{index.js → index.jsx} +5 -2
- package/dist/lib/components/Slider/index.d.ts +1 -1
- package/dist/lib/components/Slider/{index.js → index.jsx} +3 -2
- package/dist/lib/components/Spinner/{index.js → index.jsx} +5 -2
- package/dist/lib/components/TabNav/{index.js → index.jsx} +8 -14
- package/dist/lib/components/Table/index.d.ts +1 -1
- package/dist/lib/components/Table/{index.js → index.jsx} +23 -8
- package/dist/lib/components/Tabs/index.d.ts +1 -1
- package/dist/lib/components/Tabs/{index.js → index.jsx} +14 -5
- package/dist/lib/components/TextArea/index.d.ts +1 -1
- package/dist/lib/components/TextArea/{index.js → index.jsx} +3 -2
- package/dist/lib/components/TextField/index.d.ts +1 -1
- package/dist/lib/components/TextField/{index.js → index.jsx} +8 -3
- package/dist/lib/components/Toast/ToastActionButton.d.ts +1 -1
- package/dist/lib/components/Toast/{ToastActionButton.js → ToastActionButton.jsx} +4 -3
- package/dist/lib/components/Toast/{ToastDescription.js → ToastDescription.jsx} +6 -14
- package/dist/lib/components/Toast/{ToastTitle.js → ToastTitle.jsx} +4 -14
- package/dist/lib/components/Toast/index.d.ts +1 -1
- package/dist/lib/components/Toast/{index.js → index.jsx} +9 -3
- package/dist/lib/components/Toggle/ToggleWithText.d.ts +1 -1
- package/dist/lib/components/Toggle/{ToggleWithText.js → ToggleWithText.jsx} +6 -4
- package/dist/lib/components/Toggle/index.d.ts +1 -1
- package/dist/lib/components/Toggle/{index.js → index.jsx} +4 -3
- package/dist/lib/components/ToggleGroup/{index.js → index.jsx} +6 -3
- package/dist/lib/components/ToggleGroup/{toggleGroupItem.js → toggleGroupItem.jsx} +4 -14
- package/dist/lib/components/ToggleSwitch/index.d.ts +1 -1
- package/dist/lib/components/ToggleSwitch/{index.js → index.jsx} +6 -2
- package/dist/lib/components/Tooltip/index.d.ts +3 -3
- package/dist/lib/components/Tooltip/{index.js → index.jsx} +11 -2
- package/dist/styles.css +27469 -0
- package/dist/tailwind.config.js +6 -6
- package/package.json +125 -125
- package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.js +0 -31
@@ -20,8 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import {
|
24
|
-
import { createContext, forwardRef, useContext, } from 'react';
|
23
|
+
import React, { createContext, forwardRef, useContext, } from 'react';
|
25
24
|
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
26
25
|
import { cva } from 'class-variance-authority';
|
27
26
|
import { cn } from '../../../lib/utils/utils';
|
@@ -67,7 +66,11 @@ export var Menubar = forwardRef(function (_a, ref) {
|
|
67
66
|
var children = _a.children, className = _a.className, radius = _a.radius, scaling = _a.scaling, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'ghost' : _c, _d = _a.itemAppearance, itemAppearance = _d === void 0 ? 'solid' : _d, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "color", "appearance", "itemAppearance"]);
|
68
67
|
var contextValue = { radius: radius, size: size, scaling: scaling, color: color, appearance: appearance, itemAppearance: itemAppearance };
|
69
68
|
var menuClassName = cn(menubarVariants({ radius: radius, scaling: scaling, size: size }), appearance === 'solid' && "bg-".concat(color, "-9 dark:bg-$").concat(color, "Dark-9"), className);
|
70
|
-
return (
|
69
|
+
return (<MenubarContext.Provider value={contextValue}>
|
70
|
+
<MenubarPrimitive.Root ref={ref} className={menuClassName} {...props}>
|
71
|
+
{children}
|
72
|
+
</MenubarPrimitive.Root>
|
73
|
+
</MenubarContext.Provider>);
|
71
74
|
});
|
72
75
|
Menubar.displayName = 'Menubar';
|
73
76
|
export default Menubar;
|
@@ -5,7 +5,7 @@ export interface NavigationMenuContentProps extends VariantProps<typeof navigati
|
|
5
5
|
isShowIcon?: boolean;
|
6
6
|
}
|
7
7
|
export declare const navigationMenuContentVariants: (props?: ({
|
8
|
-
radius?: "
|
8
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
9
9
|
size?: "small" | "medium" | null | undefined;
|
10
10
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
11
11
|
export declare const NavigationMenuContent: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & NavigationMenuContentProps & React.RefAttributes<HTMLDivElement>>;
|
package/dist/lib/components/NavigationMenu/{NavigationMenuContent.js → NavigationMenuContent.jsx}
RENAMED
@@ -20,8 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import {
|
24
|
-
import { forwardRef } from 'react';
|
23
|
+
import React, { forwardRef } from 'react';
|
25
24
|
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
26
25
|
import { cn } from '../../../lib/utils/utils';
|
27
26
|
import { cva } from 'class-variance-authority';
|
@@ -43,6 +42,8 @@ export var navigationMenuContentVariants = cva("text-slate-12 dark:text-slateDar
|
|
43
42
|
export var NavigationMenuContent = forwardRef(function (_a, ref) {
|
44
43
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
45
44
|
var _b = useNavigationMenuContext(), radius = _b.radius, size = _b.size;
|
46
|
-
return (
|
45
|
+
return (<NavigationMenuPrimitive.Content ref={ref} className={cn("absolute top-0 left-0 w-full sm:w-auto\n data-[motion=from-start]:animate-enterFromLeft \n data-[motion=from-end]:animate-enterFromRight \n data-[motion=to-start]:animate-exitToLeft \n data-[motion=to-end]:animate-exitToRight", navigationMenuContentVariants({ radius: radius, size: size }), className)} {...props}>
|
46
|
+
{children}
|
47
|
+
</NavigationMenuPrimitive.Content>);
|
47
48
|
});
|
48
49
|
NavigationMenuContent.displayName = 'NavigationMenuContent';
|
@@ -0,0 +1,22 @@
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
2
|
+
var t = {};
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
4
|
+
t[p] = s[p];
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
8
|
+
t[p[i]] = s[p[i]];
|
9
|
+
}
|
10
|
+
return t;
|
11
|
+
};
|
12
|
+
import React, { forwardRef } from 'react';
|
13
|
+
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
14
|
+
import { cn } from '../../../lib/utils/utils';
|
15
|
+
export var NavigationMenuIndicator = forwardRef(function (_a, ref) {
|
16
|
+
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
17
|
+
return (<NavigationMenuPrimitive.Indicator ref={ref} className={"flex z-[1] top-full h-[10px] items-end justify-center overflow-hidden\n data-[state=visible]:animate-fadeIn data-[state=hidden]:animate-fadeOut \n transition-[width,transform_250ms_ease]"} {...props}>
|
18
|
+
<div className={cn("relative top-[70%] h-[10px] w-[10px] rotate-[45deg] rounded-tl-[2px] \n bg-white dark:bg-slateDark-2 shadow-slate-4 shadow dark:shadow-slateDark-4", className)}/>
|
19
|
+
{children}
|
20
|
+
</NavigationMenuPrimitive.Indicator>);
|
21
|
+
});
|
22
|
+
NavigationMenuIndicator.displayName = 'NavigationMenuIndicator';
|
@@ -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,12 @@ 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 * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
26
14
|
export var NavigationMenuItem = forwardRef(function (_a, ref) {
|
27
15
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
28
|
-
return (
|
16
|
+
return (<NavigationMenuPrimitive.Item ref={ref} className={className} {...props}>
|
17
|
+
{children}
|
18
|
+
</NavigationMenuPrimitive.Item>);
|
29
19
|
});
|
30
20
|
NavigationMenuItem.displayName = 'NavigationMenuItem';
|
@@ -7,7 +7,7 @@ export interface NavigationMenuLinkProps extends VariantProps<typeof navigationM
|
|
7
7
|
}
|
8
8
|
export declare const navigationMenuLinkVariants: (props?: ({
|
9
9
|
size?: "small" | "medium" | null | undefined;
|
10
|
-
radius?: "
|
10
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
11
11
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
12
12
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
13
13
|
export declare const NavigationMenuLink: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuLinkProps & React.RefAttributes<HTMLAnchorElement>, "ref"> & NavigationMenuLinkProps & React.RefAttributes<HTMLAnchorElement>>;
|
@@ -20,8 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import {
|
24
|
-
import { forwardRef } from 'react';
|
23
|
+
import React, { forwardRef } from 'react';
|
25
24
|
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
26
25
|
import { cn } from '../../../lib/utils/utils';
|
27
26
|
import { cva } from 'class-variance-authority';
|
@@ -46,6 +45,8 @@ export var NavigationMenuLink = forwardRef(function (_a, ref) {
|
|
46
45
|
var children = _a.children, className = _a.className, href = _a.href, props = __rest(_a, ["children", "className", "href"]);
|
47
46
|
var _b = useNavigationMenuContext(), scaling = _b.scaling, size = _b.size, radius = _b.radius, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.appearance, appearance = _d === void 0 ? 'ghost' : _d;
|
48
47
|
var linkClassName = cn(navigationMenuLinkVariants({ scaling: scaling, size: size, radius: radius }), appearanceStyle(appearance, color), className);
|
49
|
-
return (
|
48
|
+
return (<NavigationMenuPrimitive.Link ref={ref} href={href} title={href} className={linkClassName} {...props}>
|
49
|
+
{children}
|
50
|
+
</NavigationMenuPrimitive.Link>);
|
50
51
|
});
|
51
52
|
NavigationMenuLink.displayName = 'NavigationMenuLink';
|
@@ -6,7 +6,7 @@ export interface NavigationMenuListProps extends VariantProps<typeof navigationM
|
|
6
6
|
appearance?: 'ghost' | 'solid';
|
7
7
|
}
|
8
8
|
export declare const navigationMenuListVariants: (props?: ({
|
9
|
-
radius?: "
|
9
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
10
10
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
11
11
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
12
12
|
export declare const NavigationMenuList: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuListProps & React.RefAttributes<HTMLUListElement>, "ref"> & NavigationMenuListProps & React.RefAttributes<HTMLUListElement>>;
|
@@ -20,8 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
24
|
-
import { forwardRef } from 'react';
|
23
|
+
import React, { forwardRef } from 'react';
|
25
24
|
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
26
25
|
import { cn } from '../../../lib/utils/utils';
|
27
26
|
import { cva } from 'class-variance-authority';
|
@@ -42,6 +41,9 @@ export var NavigationMenuList = forwardRef(function (_a, ref) {
|
|
42
41
|
var children = _a.children, className = _a.className, _b = _a.isShowIndicator, isShowIndicator = _b === void 0 ? true : _b, props = __rest(_a, ["children", "className", "isShowIndicator"]);
|
43
42
|
var _c = useNavigationMenuContext(), scaling = _c.scaling, radius = _c.radius, _d = _c.appearance, appearance = _d === void 0 ? 'ghost' : _d, _e = _c.color, color = _e === void 0 ? 'red' : _e;
|
44
43
|
var navigationMenuListClassName = cn(navigationMenuListVariants({ scaling: scaling, radius: radius }), appearanceStyle(appearance, color, false), 'border-none', appearance === 'ghost' && 'bg-white', className);
|
45
|
-
return (
|
44
|
+
return (<NavigationMenuPrimitive.List ref={ref} className={navigationMenuListClassName} {...props}>
|
45
|
+
{children}
|
46
|
+
{isShowIndicator && <NavigationMenuIndicator />}
|
47
|
+
</NavigationMenuPrimitive.List>);
|
46
48
|
});
|
47
49
|
NavigationMenuList.displayName = 'NavigationMenuList';
|
@@ -7,7 +7,7 @@ export interface NavigationMenuTriggerProps extends VariantProps<typeof navigati
|
|
7
7
|
}
|
8
8
|
export declare const navigationMenuTriggerVariants: (props?: ({
|
9
9
|
size?: "small" | "medium" | null | undefined;
|
10
|
-
radius?: "
|
10
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
11
11
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
12
12
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
13
13
|
export declare const NavigationMenuTrigger: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & NavigationMenuTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
package/dist/lib/components/NavigationMenu/{NavigationMenuTrigger.js → NavigationMenuTrigger.jsx}
RENAMED
@@ -20,8 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
24
|
-
import { forwardRef } from 'react';
|
23
|
+
import React, { forwardRef } from 'react';
|
25
24
|
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
26
25
|
import { cn } from '../../../lib/utils/utils';
|
27
26
|
import { cva } from 'class-variance-authority';
|
@@ -53,6 +52,9 @@ export var NavigationMenuTrigger = forwardRef(function (_a, ref) {
|
|
53
52
|
var children = _a.children, className = _a.className, _b = _a.isShowIcon, isShowIcon = _b === void 0 ? true : _b, props = __rest(_a, ["children", "className", "isShowIcon"]);
|
54
53
|
var _c = useNavigationMenuContext(), scaling = _c.scaling, size = _c.size, radius = _c.radius, _d = _c.color, color = _d === void 0 ? 'red' : _d, _e = _c.appearance, appearance = _e === void 0 ? 'ghost' : _e;
|
55
54
|
var triggerClassName = cn(navigationMenuTriggerVariants({ scaling: scaling, size: size, radius: radius }), appearanceStyle(appearance, color), className);
|
56
|
-
return (
|
55
|
+
return (<NavigationMenuPrimitive.Trigger ref={ref} className={triggerClassName} {...props}>
|
56
|
+
{children}
|
57
|
+
{isShowIcon && (<CaretDownIcon className={cn("relative top-[1px] transition-transform duration-[250] ease-in group-data-[state=open]:-rotate-180")} aria-hidden/>)}
|
58
|
+
</NavigationMenuPrimitive.Trigger>);
|
57
59
|
});
|
58
60
|
NavigationMenuTrigger.displayName = 'NavigationMenuTrigger';
|
@@ -4,8 +4,8 @@ import { VariantProps } from 'class-variance-authority';
|
|
4
4
|
export interface NavigationViewportProps extends VariantProps<typeof navigationViewportVariants> {
|
5
5
|
}
|
6
6
|
export declare const navigationViewportVariants: (props?: ({
|
7
|
-
radius?: "
|
8
|
-
weight?: "
|
7
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
8
|
+
weight?: "medium" | "regular" | "semibold" | "bold" | null | undefined;
|
9
9
|
size?: "small" | "medium" | null | undefined;
|
10
10
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
11
11
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
package/dist/lib/components/NavigationMenu/{NavigationMenuViewport.js → NavigationMenuViewport.jsx}
RENAMED
@@ -20,8 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import {
|
24
|
-
import { forwardRef } from 'react';
|
23
|
+
import React, { forwardRef } from 'react';
|
25
24
|
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
26
25
|
import { cn } from '../../../lib/utils/utils';
|
27
26
|
import { cva } from 'class-variance-authority';
|
@@ -48,6 +47,8 @@ export var NavigationMenuViewport = forwardRef(function (_a, ref) {
|
|
48
47
|
var className = _a.className, props = __rest(_a, ["className"]);
|
49
48
|
var _b = useNavigationMenuContext(), size = _b.size, scaling = _b.scaling, radius = _b.radius;
|
50
49
|
var viewportClassName = cn(navigationViewportVariants({ size: size, scaling: scaling, radius: radius }), className);
|
51
|
-
return (
|
50
|
+
return (<div className="perspective-[2000px] absolute top-full left-0 flex w-full justify-center ">
|
51
|
+
<NavigationMenuPrimitive.Viewport ref={ref} className={viewportClassName} {...props}/>
|
52
|
+
</div>);
|
52
53
|
});
|
53
54
|
NavigationMenuViewport.displayName = 'NavigationMenuViewport';
|
@@ -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, createContext, useContext, } from 'react';
|
12
|
+
import React, { forwardRef, createContext, useContext, } from 'react';
|
25
13
|
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
26
14
|
import { cn } from '../../../lib/utils/utils';
|
27
15
|
export * from './NavigationMenuList';
|
@@ -44,7 +32,11 @@ export var useNavigationMenuContext = function () {
|
|
44
32
|
export var NavigationMenu = forwardRef(function (_a, ref) {
|
45
33
|
var className = _a.className, children = _a.children, radius = _a.radius, size = _a.size, scaling = _a.scaling, color = _a.color, appearance = _a.appearance, props = __rest(_a, ["className", "children", "radius", "size", "scaling", "color", "appearance"]);
|
46
34
|
var contextValue = { radius: radius, size: size, scaling: scaling, color: color, appearance: appearance };
|
47
|
-
return (
|
35
|
+
return (<NavigationMenuContext.Provider value={contextValue}>
|
36
|
+
<NavigationMenuPrimitive.Root ref={ref} className={cn('flex relative z-[1] w-screen justify-center', className)} {...props}>
|
37
|
+
{children}
|
38
|
+
</NavigationMenuPrimitive.Root>
|
39
|
+
</NavigationMenuContext.Provider>);
|
48
40
|
});
|
49
41
|
NavigationMenu.displayName = 'NavigationMenu';
|
50
42
|
export default NavigationMenu;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import React from 'react';
|
1
2
|
import { VariantProps } from 'class-variance-authority';
|
2
3
|
export interface PieChartProps extends VariantProps<typeof PieVariants> {
|
3
4
|
labels?: string[];
|
@@ -19,5 +20,5 @@ export interface PieChartProps extends VariantProps<typeof PieVariants> {
|
|
19
20
|
declare const PieVariants: (props?: ({
|
20
21
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
21
22
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
22
|
-
declare const PieChart: ({ labels, datasets, scaling, className, ...rest }: PieChartProps) =>
|
23
|
+
declare const PieChart: ({ labels, datasets, scaling, className, ...rest }: PieChartProps) => React.JSX.Element;
|
23
24
|
export default PieChart;
|
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import React from 'react';
|
24
24
|
import { Pie } from 'react-chartjs-2';
|
25
25
|
import { Chart as ChartJS, ArcElement, Tooltip, Legend, plugins } from 'chart.js';
|
26
26
|
import ChartDataLabels from 'chartjs-plugin-datalabels';
|
@@ -41,6 +41,6 @@ var PieVariants = cva('', {
|
|
41
41
|
});
|
42
42
|
var PieChart = function (_a) {
|
43
43
|
var labels = _a.labels, datasets = _a.datasets, scaling = _a.scaling, className = _a.className, rest = __rest(_a, ["labels", "datasets", "scaling", "className"]);
|
44
|
-
return (
|
44
|
+
return (<Pie data={{ labels: labels, datasets: datasets }} className={cn(PieVariants({ scaling: scaling }), className)} {...rest}/>);
|
45
45
|
};
|
46
46
|
export default PieChart;
|
@@ -4,6 +4,6 @@ import { Popover as PopoverTheme } from '@radix-ui/themes';
|
|
4
4
|
export interface PopoverCloseProps extends VariantProps<typeof popoverCloseVariants> {
|
5
5
|
}
|
6
6
|
export declare const popoverCloseVariants: (props?: ({
|
7
|
-
radius?: "
|
7
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
8
8
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
9
9
|
export declare const PopoverClose: React.ForwardRefExoticComponent<Omit<PopoverTheme.CloseProps & React.RefAttributes<HTMLButtonElement>, "ref"> & PopoverCloseProps & React.RefAttributes<HTMLButtonElement>>;
|
@@ -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 { cva } from 'class-variance-authority';
|
26
14
|
import { Popover as PopoverTheme } from '@radix-ui/themes';
|
27
15
|
import { cn } from '../../../lib/utils/utils';
|
@@ -41,6 +29,8 @@ export var popoverCloseVariants = cva('', {
|
|
41
29
|
});
|
42
30
|
export var PopoverClose = forwardRef(function (_a, ref) {
|
43
31
|
var className = _a.className, children = _a.children, radius = _a.radius, props = __rest(_a, ["className", "children", "radius"]);
|
44
|
-
return (
|
32
|
+
return (<PopoverTheme.Close ref={ref} className={cn(popoverCloseVariants({ radius: radius }), className)} {...props}>
|
33
|
+
{children}
|
34
|
+
</PopoverTheme.Close>);
|
45
35
|
});
|
46
36
|
PopoverClose.displayName = 'PopoverClose';
|
@@ -4,7 +4,7 @@ import { VariantProps } from 'class-variance-authority';
|
|
4
4
|
export interface PopoverContentProps extends VariantProps<typeof popoverContentVariants> {
|
5
5
|
}
|
6
6
|
export declare const popoverContentVariants: (props?: ({
|
7
|
-
radius?: "
|
7
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
8
8
|
size?: "small" | "medium" | "large" | "x-large" | null | undefined;
|
9
9
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
10
10
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
@@ -20,8 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import {
|
24
|
-
import { forwardRef } from 'react';
|
23
|
+
import React, { forwardRef } from 'react';
|
25
24
|
import { scalingVariants } from '../../../lib/constants';
|
26
25
|
import { Popover as PopoverTheme } from '@radix-ui/themes';
|
27
26
|
import { cva } from 'class-variance-authority';
|
@@ -58,6 +57,8 @@ export var PopoverContent = forwardRef(function (_a, ref) {
|
|
58
57
|
sizeTheme = '3';
|
59
58
|
if (size === 'x-large')
|
60
59
|
sizeTheme = '4';
|
61
|
-
return (
|
60
|
+
return (<PopoverTheme.Content ref={ref} size={sizeTheme} className={cn(popoverContentVariants({ size: size, radius: radius, scaling: scaling }), className)} {...props}>
|
61
|
+
{children}
|
62
|
+
</PopoverTheme.Content>);
|
62
63
|
});
|
63
64
|
PopoverContent.displayName = 'PopoverContent';
|
@@ -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,12 @@ 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 { Popover as PopoverTheme } from '@radix-ui/themes';
|
26
14
|
export var PopoverTrigger = forwardRef(function (_a, ref) {
|
27
15
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
28
|
-
return (
|
16
|
+
return (<PopoverTheme.Trigger ref={ref} {...props} className={className}>
|
17
|
+
{children}
|
18
|
+
</PopoverTheme.Trigger>);
|
29
19
|
});
|
30
20
|
PopoverTrigger.displayName = 'PopoverTrigger';
|
@@ -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,15 +9,16 @@ 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, Popover as PopoverTheme } from '@radix-ui/themes';
|
26
14
|
export * from './PopoverTrigger';
|
27
15
|
export * from './PopoverContent';
|
28
16
|
export * from './PopoverClose';
|
29
17
|
export var Popover = forwardRef(function (_a, ref) {
|
30
18
|
var children = _a.children, props = __rest(_a, ["children"]);
|
31
|
-
return (
|
19
|
+
return (<Theme>
|
20
|
+
<PopoverTheme.Root {...props}>{children}</PopoverTheme.Root>
|
21
|
+
</Theme>);
|
32
22
|
});
|
33
23
|
Popover.displayName = 'Popover';
|
34
24
|
export default Popover;
|
@@ -7,7 +7,7 @@ export interface ProgressProps extends VariantProps<typeof progressVariants> {
|
|
7
7
|
appearance?: 'classic' | 'surface' | 'soft';
|
8
8
|
}
|
9
9
|
declare const progressVariants: (props?: ({
|
10
|
-
radius?: "
|
10
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
11
11
|
size?: "small" | "medium" | "large" | null | undefined;
|
12
12
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
13
13
|
color?: string | null | undefined;
|
@@ -20,8 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import {
|
24
|
-
import { forwardRef } from 'react';
|
23
|
+
import React, { forwardRef } from 'react';
|
25
24
|
import { cva } from 'class-variance-authority';
|
26
25
|
import { scalingVariants, bgColorStyle } from '../../../lib/constants';
|
27
26
|
import { Theme, Progress as ProgressTheme } from '@radix-ui/themes';
|
@@ -51,7 +50,9 @@ var progressVariants = cva('w-[300px]', {
|
|
51
50
|
});
|
52
51
|
export var Progress = forwardRef(function (_a, ref) {
|
53
52
|
var className = _a.className, children = _a.children, radius = _a.radius, size = _a.size, value = _a.value, _b = _a.appearance, appearance = _b === void 0 ? 'surface' : _b, _c = _a.color, color = _c === void 0 ? 'red' : _c, scaling = _a.scaling, props = __rest(_a, ["className", "children", "radius", "size", "value", "appearance", "color", "scaling"]);
|
54
|
-
return (
|
53
|
+
return (<Theme accentColor={color}>
|
54
|
+
<ProgressTheme ref={ref} value={value} variant={appearance} className={cn(progressVariants({ radius: radius, size: size, scaling: scaling }), className)} {...props}/>
|
55
|
+
</Theme>);
|
55
56
|
});
|
56
57
|
Progress.displayName = 'Progress';
|
57
58
|
export default Progress;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import React from 'react';
|
1
2
|
import { VariantProps } from 'class-variance-authority';
|
2
3
|
import { PointStyle } from '../../../lib/types';
|
3
4
|
export interface RadarChartProps extends VariantProps<typeof radarChartVariants> {
|
@@ -28,7 +29,7 @@ declare const radarChartVariants: (props?: ({
|
|
28
29
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
29
30
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
30
31
|
export declare const RadarChart: {
|
31
|
-
({ className, labels, datasets, width, height, scaling, ...props }: RadarChartProps):
|
32
|
+
({ className, labels, datasets, width, height, scaling, ...props }: RadarChartProps): React.JSX.Element;
|
32
33
|
displayName: string;
|
33
34
|
};
|
34
35
|
export default RadarChart;
|
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import React from 'react';
|
24
24
|
import { cva } from 'class-variance-authority';
|
25
25
|
import { scalingVariants } from '../../../lib/constants';
|
26
26
|
import { Radar } from 'react-chartjs-2';
|
@@ -37,7 +37,7 @@ var radarChartVariants = cva('', {
|
|
37
37
|
});
|
38
38
|
export var RadarChart = function (_a) {
|
39
39
|
var className = _a.className, labels = _a.labels, datasets = _a.datasets, width = _a.width, height = _a.height, scaling = _a.scaling, props = __rest(_a, ["className", "labels", "datasets", "width", "height", "scaling"]);
|
40
|
-
return (
|
40
|
+
return (<Radar data={{ labels: labels, datasets: datasets }} className={cn(radarChartVariants({ scaling: scaling }), className)} width={width} height={height} {...props}/>);
|
41
41
|
};
|
42
42
|
RadarChart.displayName = 'RadarChart';
|
43
43
|
export default RadarChart;
|
@@ -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,7 +9,6 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
9
|
}
|
21
10
|
return t;
|
22
11
|
};
|
23
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
12
|
import React from 'react';
|
25
13
|
import { cva } from 'class-variance-authority';
|
26
14
|
import { Theme, Radio as RadioTheme, Flex } from '@radix-ui/themes';
|
@@ -45,7 +33,14 @@ export var Radio = React.forwardRef(function (_a, ref) {
|
|
45
33
|
sizeTheme = '1';
|
46
34
|
if (size === 'large')
|
47
35
|
sizeTheme = '3';
|
48
|
-
return (
|
36
|
+
return (<Theme accentColor={color} scaling={scaling}>
|
37
|
+
<Flex asChild className={cn(radioVariants({ size: size }), className)}>
|
38
|
+
<Text as="label" size={sizeTheme}>
|
39
|
+
<RadioTheme ref={ref} value={value} variant={appearance} size={sizeTheme} {...props}/>
|
40
|
+
{children}
|
41
|
+
</Text>
|
42
|
+
</Flex>
|
43
|
+
</Theme>);
|
49
44
|
});
|
50
45
|
Radio.displayName = 'Radio';
|
51
46
|
export default Radio;
|
@@ -4,7 +4,7 @@ import { RadioCards as RadioCardsTheme } from '@radix-ui/themes';
|
|
4
4
|
export interface RadioCardsItemProps extends VariantProps<typeof radioCardsItemVariants> {
|
5
5
|
}
|
6
6
|
export declare const radioCardsItemVariants: (props?: ({
|
7
|
-
radius?: "
|
7
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
8
8
|
size?: "small" | "medium" | "large" | null | undefined;
|
9
9
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
10
10
|
export declare const RadioCardsItem: React.ForwardRefExoticComponent<Omit<RadioCardsTheme.ItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & RadioCardsItemProps & React.RefAttributes<HTMLButtonElement>>;
|
@@ -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 { cva } from 'class-variance-authority';
|
26
14
|
import { RadioCards as RadioCardsTheme } from '@radix-ui/themes';
|
27
15
|
import { cn } from '../../../lib/utils/utils';
|
@@ -47,6 +35,8 @@ export var radioCardsItemVariants = cva('bg-white dark:bg-slateDark-1 text-slate
|
|
47
35
|
});
|
48
36
|
export var RadioCardsItem = forwardRef(function (_a, ref) {
|
49
37
|
var children = _a.children, className = _a.className, radius = _a.radius, size = _a.size, value = _a.value, props = __rest(_a, ["children", "className", "radius", "size", "value"]);
|
50
|
-
return (
|
38
|
+
return (<RadioCardsTheme.Item ref={ref} value={value} className={cn(radioCardsItemVariants({ radius: radius, size: size }), className)} {...props}>
|
39
|
+
{children}
|
40
|
+
</RadioCardsTheme.Item>);
|
51
41
|
});
|
52
42
|
RadioCardsItem.displayName = 'RadioCardsItem';
|