@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,7 +20,6 @@ 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 '@radix-ui/themes/styles.css';
|
26
25
|
import { cva } from 'class-variance-authority';
|
@@ -42,12 +41,18 @@ export var TextField = React.forwardRef(function (_a, forwardedRef) {
|
|
42
41
|
sizeTheme = '1';
|
43
42
|
if (size === 'large')
|
44
43
|
sizeTheme = '3';
|
45
|
-
return (
|
44
|
+
return (<Theme scaling={scaling} accentColor={color} hasBackground={false}>
|
45
|
+
<TextFieldTheme.Root ref={forwardedRef} variant={appearance} size={sizeTheme} radius={radius} color={color} className={cn(textFieldVariants({ radius: radius }), className)} {...sliderProps}>
|
46
|
+
{children}
|
47
|
+
</TextFieldTheme.Root>
|
48
|
+
</Theme>);
|
46
49
|
});
|
47
50
|
TextField.displayName = 'TextField';
|
48
51
|
export var TextFieldSlot = React.forwardRef(function (_a, forwardedRef) {
|
49
52
|
var className = _a.className, color = _a.color, side = _a.side, radius = _a.radius, children = _a.children, sliderProps = __rest(_a, ["className", "color", "side", "radius", "children"]);
|
50
|
-
return (
|
53
|
+
return (<TextFieldTheme.Slot ref={forwardedRef} color={color} side={side} className={cn(textFieldVariants({ radius: radius }), className)} {...sliderProps}>
|
54
|
+
{children}
|
55
|
+
</TextFieldTheme.Slot>);
|
51
56
|
});
|
52
57
|
TextFieldSlot.displayName = 'TextFieldSlot';
|
53
58
|
export default TextField;
|
@@ -7,7 +7,7 @@ export interface ToastActionButtonProps extends VariantProps<typeof toastActionB
|
|
7
7
|
appearance?: IAppearance;
|
8
8
|
}
|
9
9
|
export declare const toastActionButtonVariants: (props?: ({
|
10
|
-
radius?: "
|
10
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
11
11
|
size?: "small" | "medium" | "large" | "x-large" | null | undefined;
|
12
12
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
13
13
|
} & 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 * as ToastPrimitive from '@radix-ui/react-toast';
|
26
25
|
import { cva } from 'class-variance-authority';
|
27
26
|
import { cn } from '../../../lib/utils/utils';
|
@@ -62,6 +61,8 @@ export var ToastActionButton = forwardRef(function (_a, ref) {
|
|
62
61
|
var buttonClassName = cn(toastActionButtonVariants({ size: size, radius: radius, scaling: scaling }), color && semantics.includes(color)
|
63
62
|
? getSemanticsStyle(color)
|
64
63
|
: appearanceStyle(appearance, color !== null && color !== void 0 ? color : 'red'), className);
|
65
|
-
return (
|
64
|
+
return (<ToastPrimitive.Action ref={ref} altText={altText} {...props} className={buttonClassName} asChild>
|
65
|
+
<Button>{children}</Button>
|
66
|
+
</ToastPrimitive.Action>);
|
66
67
|
});
|
67
68
|
ToastActionButton.displayName = 'ToastActionButton';
|
@@ -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 * as ToastPrimitive from '@radix-ui/react-toast';
|
26
14
|
import { cva } from 'class-variance-authority';
|
27
15
|
import { cn } from '../../../lib/utils/utils';
|
@@ -48,6 +36,10 @@ export var toastDescriptionVariants = cva('flex m-0 text-wrap text-slate-11 dark
|
|
48
36
|
export var ToastDescription = forwardRef(function (_a, ref) {
|
49
37
|
var className = _a.className, children = _a.children, contentText = _a.contentText, props = __rest(_a, ["className", "children", "contentText"]);
|
50
38
|
var _b = useToastContext(), size = _b.size, color = _b.color;
|
51
|
-
return (
|
39
|
+
return (<ToastPrimitive.Description ref={ref} {...props}>
|
40
|
+
<p className={cn(toastDescriptionVariants({ size: size, color: color }), className)}>
|
41
|
+
{contentText !== null && contentText !== void 0 ? contentText : children}
|
42
|
+
</p>
|
43
|
+
</ToastPrimitive.Description>);
|
52
44
|
});
|
53
45
|
ToastDescription.displayName = 'ToastDescription';
|
@@ -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 * as ToastPrimitive from '@radix-ui/react-toast';
|
26
14
|
import { cva } from 'class-variance-authority';
|
27
15
|
import { cn } from '../../../lib/utils/utils';
|
@@ -48,6 +36,8 @@ export var toastTitleVariants = cva('flex mb-[5px] text-slate-12 dark:text-slate
|
|
48
36
|
export var ToastTitle = forwardRef(function (_a, ref) {
|
49
37
|
var className = _a.className, children = _a.children, titleText = _a.titleText, props = __rest(_a, ["className", "children", "titleText"]);
|
50
38
|
var _b = useToastContext(), size = _b.size, color = _b.color;
|
51
|
-
return (
|
39
|
+
return (<ToastPrimitive.Title ref={ref} {...props}>
|
40
|
+
<p className={cn(toastTitleVariants({ size: size, color: color }), className)}>{titleText !== null && titleText !== void 0 ? titleText : children}</p>
|
41
|
+
</ToastPrimitive.Title>);
|
52
42
|
});
|
53
43
|
ToastTitle.displayName = 'ToastTitle';
|
@@ -17,7 +17,7 @@ export interface ToastProps extends VariantProps<typeof toastVariants>, VariantP
|
|
17
17
|
setOpenToast?: Dispatch<SetStateAction<boolean>>;
|
18
18
|
}
|
19
19
|
export declare const toastVariants: (props?: ({
|
20
|
-
radius?: "
|
20
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
21
21
|
size?: "small" | "medium" | "large" | "x-large" | null | undefined;
|
22
22
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
23
23
|
color?: "danger" | "warning" | "success" | "information" | 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, createContext, useContext, } from 'react';
|
23
|
+
import React, { forwardRef, createContext, useContext, } from 'react';
|
25
24
|
import ReactDOM from 'react-dom';
|
26
25
|
import { cva } from 'class-variance-authority';
|
27
26
|
import { cn } from '../../../lib/utils/utils';
|
@@ -88,7 +87,14 @@ export var Toast = forwardRef(function (_a, ref) {
|
|
88
87
|
var contextValue = { radius: radius, size: size, scaling: scaling, color: color };
|
89
88
|
var toastRootStyle = "\n shadow-[hsl(206_22%_7%_/_35%)_0px_10px_38px_-10px,_hsl(206_22%_7%_/_20%)_0px_10px_20px_-15px] \n flex flex-col px-[15px] relative justify-center\n data-[state=open]:animate-slideIn \n data-[state=closed]:animate-hide \n data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] \n data-[swipe=cancel]:translate-x-0 \n data-[swipe=cancel]:transition-[transform_200ms_ease-out] \n data-[swipe=end]:animate-swipeOut\n ";
|
90
89
|
var toastClassName = cn(toastVariants({ radius: radius, scaling: scaling, size: size, color: color }), toastRootStyle, className);
|
91
|
-
return ReactDOM.createPortal(
|
90
|
+
return ReactDOM.createPortal(<ToastContext.Provider value={contextValue}>
|
91
|
+
<ToastPrimitive.Provider swipeDirection="right" duration={duration}>
|
92
|
+
<ToastPrimitive.Root ref={ref} className={toastClassName} open={openToast} onOpenChange={setOpenToast} {...props}>
|
93
|
+
{children}
|
94
|
+
</ToastPrimitive.Root>
|
95
|
+
<ToastPrimitive.Viewport className={cn(toastViewportVariants({ toastPosition: toastPosition }))}/>
|
96
|
+
</ToastPrimitive.Provider>
|
97
|
+
</ToastContext.Provider>, document.body);
|
92
98
|
});
|
93
99
|
Toast.displayName = 'Toast';
|
94
100
|
export default Toast;
|
@@ -8,7 +8,7 @@ export interface ToggleWithTextProps extends VariantProps<typeof toggleWithTextV
|
|
8
8
|
size?: 'small' | 'medium' | 'large';
|
9
9
|
}
|
10
10
|
declare const toggleWithTextVariants: (props?: ({
|
11
|
-
radius?: "
|
11
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
12
12
|
size?: "small" | "medium" | "large" | null | undefined;
|
13
13
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
14
14
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
@@ -20,7 +20,6 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
24
23
|
import React, { Children, forwardRef } from 'react';
|
25
24
|
import { cva } from 'class-variance-authority';
|
26
25
|
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
@@ -50,8 +49,11 @@ export var IconScaling = {
|
|
50
49
|
};
|
51
50
|
export var ToggleWithText = forwardRef(function (_a, ref) {
|
52
51
|
var className = _a.className, children = _a.children, radius = _a.radius, _b = _a.size, size = _b === void 0 ? 'medium' : _b, scaling = _a.scaling, _c = _a.color, color = _c === void 0 ? 'red' : _c, _d = _a.appearance, appearance = _d === void 0 ? 'surface' : _d, text = _a.text, props = __rest(_a, ["className", "children", "radius", "size", "scaling", "color", "appearance", "text"]);
|
53
|
-
return (
|
54
|
-
|
55
|
-
|
52
|
+
return (<TogglePrimitive.Root ref={ref} className={cn(toggleWithTextVariants({ radius: radius, size: size, scaling: scaling }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className)} {...props}>
|
53
|
+
{Children.map(children, function (child) {
|
54
|
+
return React.cloneElement(child, { className: IconScaling[size] });
|
55
|
+
})}
|
56
|
+
{text}
|
57
|
+
</TogglePrimitive.Root>);
|
56
58
|
});
|
57
59
|
ToggleWithText.displayName = 'ToggleWithText';
|
@@ -8,7 +8,7 @@ export interface ToggleProps extends VariantProps<typeof toggleVariants> {
|
|
8
8
|
appearance?: IAppearance;
|
9
9
|
}
|
10
10
|
declare const toggleVariants: (props?: ({
|
11
|
-
radius?: "
|
11
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
12
12
|
size?: "small" | "medium" | "large" | null | undefined;
|
13
13
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
14
14
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
@@ -20,7 +20,6 @@ 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 * as TogglePrimitive from '@radix-ui/react-toggle';
|
@@ -50,9 +49,11 @@ export var IconScaling = {
|
|
50
49
|
};
|
51
50
|
export var Toggle = forwardRef(function (_a, ref) {
|
52
51
|
var className = _a.className, children = _a.children, radius = _a.radius, _b = _a.size, size = _b === void 0 ? 'medium' : _b, scaling = _a.scaling, _c = _a.color, color = _c === void 0 ? 'red' : _c, _d = _a.appearance, appearance = _d === void 0 ? 'surface' : _d, props = __rest(_a, ["className", "children", "radius", "size", "scaling", "color", "appearance"]);
|
53
|
-
return (
|
52
|
+
return (<TogglePrimitive.Root ref={ref} className={cn(toggleVariants({ radius: radius, size: size, scaling: scaling }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className)} {...props}>
|
53
|
+
{Children.map(children, function (child) {
|
54
54
|
return React.cloneElement(child, { className: IconScaling[size] });
|
55
|
-
})
|
55
|
+
})}
|
56
|
+
</TogglePrimitive.Root>);
|
56
57
|
});
|
57
58
|
Toggle.displayName = 'Toggle';
|
58
59
|
export default Toggle;
|
@@ -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 ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
26
25
|
import { cva } from 'class-variance-authority';
|
27
26
|
import { scalingVariants } from '../../../lib/constants';
|
@@ -37,7 +36,11 @@ var toggleVariants = cva('inline-flex', {
|
|
37
36
|
});
|
38
37
|
export var ToggleGroup = forwardRef(function (_a, ref) {
|
39
38
|
var className = _a.className, children = _a.children, defaultValue = _a.defaultValue, value = _a.value, type = _a.type, onValueChange = _a.onValueChange, scaling = _a.scaling, props = __rest(_a, ["className", "children", "defaultValue", "value", "type", "onValueChange", "scaling"]);
|
40
|
-
return type === 'single' ? (
|
39
|
+
return type === 'single' ? (<ToggleGroupPrimitive.Root ref={ref} type={type} value={value} defaultValue={defaultValue} className={cn(toggleVariants({ scaling: scaling }), className)} {...props}>
|
40
|
+
{children}
|
41
|
+
</ToggleGroupPrimitive.Root>) : (<ToggleGroupPrimitive.Root ref={ref} type={type} value={value} defaultValue={defaultValue} className={cn(toggleVariants({ scaling: scaling }), className)} {...props}>
|
42
|
+
{children}
|
43
|
+
</ToggleGroupPrimitive.Root>);
|
41
44
|
});
|
42
45
|
ToggleGroup.displayName = 'ToggleGroup';
|
43
46
|
export default ToggleGroup;
|
@@ -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 } from "react/jsx-runtime";
|
24
12
|
import React, { Children, forwardRef } from 'react';
|
25
13
|
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
26
14
|
import { cva } from 'class-variance-authority';
|
@@ -45,8 +33,10 @@ export var IconScaling = {
|
|
45
33
|
};
|
46
34
|
export var ToggleGroupItem = forwardRef(function (_a, ref) {
|
47
35
|
var className = _a.className, children = _a.children, value = _a.value, _b = _a.size, size = _b === void 0 ? 'medium' : _b, _c = _a.color, color = _c === void 0 ? 'red' : _c, _d = _a.appearance, appearance = _d === void 0 ? 'surface' : _d, props = __rest(_a, ["className", "children", "value", "size", "color", "appearance"]);
|
48
|
-
return (
|
36
|
+
return (<ToggleGroupPrimitive.Item ref={ref} value={value} className={cn(toggleGroupItemVariants({ size: size }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className)} {...props}>
|
37
|
+
{Children.map(children, function (child) {
|
49
38
|
return React.cloneElement(child, { className: IconScaling[size] });
|
50
|
-
})
|
39
|
+
})}
|
40
|
+
</ToggleGroupPrimitive.Item>);
|
51
41
|
});
|
52
42
|
ToggleGroupItem.displayName = 'ToggleGroupItem';
|
@@ -6,7 +6,7 @@ export interface ToggleSwitchProps extends VariantProps<typeof toggleSwitchVaria
|
|
6
6
|
}
|
7
7
|
declare const toggleSwitchVariants: (props?: ({
|
8
8
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
9
|
-
radius?: "
|
9
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
10
10
|
size?: "small" | "medium" | "large" | null | undefined;
|
11
11
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
12
12
|
export declare const ToggleSwitch: React.ForwardRefExoticComponent<Omit<import("@radix-ui/themes").SwitchProps & React.RefAttributes<HTMLButtonElement>, "ref"> & ToggleSwitchProps & React.RefAttributes<HTMLButtonElement>>;
|
@@ -20,7 +20,6 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
23
|
import React from 'react';
|
25
24
|
import { cva } from 'class-variance-authority';
|
26
25
|
import { cn } from '../../../lib/utils/utils';
|
@@ -65,7 +64,12 @@ export var ToggleSwitch = React.forwardRef(function (_a, forwardedRef) {
|
|
65
64
|
sizeTheme = '1';
|
66
65
|
if (size === 'large')
|
67
66
|
sizeTheme = '3';
|
68
|
-
return (
|
67
|
+
return (<Theme className="flex" accentColor={color} hasBackground={false}>
|
68
|
+
<Text as="label" className={cn('flex items-center', SwitchLabelVariants({ size: size, scaling: scaling }))}>
|
69
|
+
<SwitchTheme ref={forwardedRef} {...switchProps} variant={appearance} radius={radius} size={sizeTheme} color={color} className={cn(toggleSwitchVariants({ scaling: scaling, radius: radius, size: size }), className)}></SwitchTheme>
|
70
|
+
{children}
|
71
|
+
</Text>
|
72
|
+
</Theme>);
|
69
73
|
});
|
70
74
|
ToggleSwitch.displayName = 'ToggleSwitch';
|
71
75
|
export default ToggleSwitch;
|
@@ -11,9 +11,9 @@ export interface TooltipProps extends React.InputHTMLAttributes<HTMLInputElement
|
|
11
11
|
side?: 'top' | 'right' | 'bottom' | 'left';
|
12
12
|
}
|
13
13
|
declare const tooltipVariants: (props?: ({
|
14
|
-
scaling?: number | typeof Symbol.iterator | typeof Symbol.unscopables | "
|
15
|
-
weight?: "
|
16
|
-
radius?: "
|
14
|
+
scaling?: number | typeof Symbol.iterator | typeof Symbol.unscopables | "length" | "toString" | "toLocaleString" | "pop" | "push" | "concat" | "join" | "reverse" | "shift" | "slice" | "sort" | "splice" | "unshift" | "indexOf" | "lastIndexOf" | "every" | "some" | "forEach" | "map" | "filter" | "reduce" | "reduceRight" | "find" | "findIndex" | "fill" | "copyWithin" | "entries" | "keys" | "values" | "includes" | "flatMap" | "flat" | "at" | "findLast" | "findLastIndex" | "toReversed" | "toSorted" | "toSpliced" | "with" | null | undefined;
|
15
|
+
weight?: "medium" | "regular" | "semibold" | "bold" | null | undefined;
|
16
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
17
17
|
color?: string | null | undefined;
|
18
18
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
19
19
|
export declare const Tooltip: React.ForwardRefExoticComponent<TooltipPrimitive.TooltipProps & TooltipProps & React.RefAttributes<never>>;
|
@@ -20,7 +20,6 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
23
|
// your-tooltip.jsx
|
25
24
|
import React from 'react';
|
26
25
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
@@ -44,6 +43,16 @@ export var Tooltip = React.forwardRef(function (_a) {
|
|
44
43
|
var arrowColor = color
|
45
44
|
? "fill-".concat(color, "-9 dark:fill-").concat(color, "Dark-9")
|
46
45
|
: 'fill-slate-12 dark:fill-slateDark-12';
|
47
|
-
return (
|
46
|
+
return (<TooltipPrimitive.Provider>
|
47
|
+
<TooltipPrimitive.Root open={open} defaultOpen={defaultOpen} onOpenChange={onOpenChange}>
|
48
|
+
<TooltipPrimitive.Trigger className="cursor-pointer text-slate-12 dark:text-slateDark-12" asChild>
|
49
|
+
{children}
|
50
|
+
</TooltipPrimitive.Trigger>
|
51
|
+
<TooltipPrimitive.Content align="center" {...props} side={side} className={cn('mr-2', tooltipVariants({ scaling: scaling, weight: weight, radius: radius, color: color }), className)} sideOffset={5}>
|
52
|
+
{content}
|
53
|
+
<TooltipPrimitive.Arrow width={11} height={5} className={arrowColor}/>
|
54
|
+
</TooltipPrimitive.Content>
|
55
|
+
</TooltipPrimitive.Root>
|
56
|
+
</TooltipPrimitive.Provider>);
|
48
57
|
});
|
49
58
|
Tooltip.displayName = TooltipPrimitive.Root.displayName;
|