@lotte-innovate/ui-component-test 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +154 -0
- package/dist/components/Accordion/index.d.ts +16 -0
- package/dist/components/Accordion/index.jsx +70 -0
- package/dist/components/AlertDialog/AlertDialogAction.d.ts +14 -0
- package/dist/components/AlertDialog/AlertDialogAction.jsx +60 -0
- package/dist/components/AlertDialog/AlertDialogCancel.d.ts +13 -0
- package/dist/components/AlertDialog/AlertDialogCancel.jsx +57 -0
- package/dist/components/AlertDialog/AlertDialogContent.d.ts +11 -0
- package/dist/components/AlertDialog/AlertDialogContent.jsx +53 -0
- package/dist/components/AlertDialog/AlertDialogDescription.d.ts +10 -0
- package/dist/components/AlertDialog/AlertDialogDescription.jsx +35 -0
- package/dist/components/AlertDialog/AlertDialogTitle.d.ts +10 -0
- package/dist/components/AlertDialog/AlertDialogTitle.jsx +35 -0
- package/dist/components/AlertDialog/AlertDialogTrigger.d.ts +17 -0
- package/dist/components/AlertDialog/AlertDialogTrigger.jsx +56 -0
- package/dist/components/AlertDialog/index.d.ts +20 -0
- package/dist/components/AlertDialog/index.jsx +25 -0
- package/dist/components/AspectRatio/index.d.ts +10 -0
- package/dist/components/AspectRatio/index.jsx +43 -0
- package/dist/components/Avatar/index.d.ts +17 -0
- package/dist/components/Avatar/index.jsx +61 -0
- package/dist/components/Badge/index.d.ts +18 -0
- package/dist/components/Badge/index.jsx +55 -0
- package/dist/components/BubbleChart/index.d.ts +32 -0
- package/dist/components/BubbleChart/index.jsx +42 -0
- package/dist/components/Button/index.d.ts +16 -0
- package/dist/components/Button/index.jsx +57 -0
- package/dist/components/Callout/CalloutIcon.d.ts +12 -0
- package/dist/components/Callout/CalloutIcon.jsx +62 -0
- package/dist/components/Callout/CalloutText.d.ts +10 -0
- package/dist/components/Callout/CalloutText.jsx +42 -0
- package/dist/components/Callout/index.d.ts +20 -0
- package/dist/components/Callout/index.jsx +78 -0
- package/dist/components/Card/index.d.ts +14 -0
- package/dist/components/Card/index.jsx +65 -0
- package/dist/components/Checkbox/index.d.ts +17 -0
- package/dist/components/Checkbox/index.jsx +97 -0
- package/dist/components/CheckboxCard/index.d.ts +20 -0
- package/dist/components/CheckboxCard/index.jsx +60 -0
- package/dist/components/CheckboxGroup/CheckboxGroupItem.d.ts +5 -0
- package/dist/components/CheckboxGroup/CheckboxGroupItem.jsx +25 -0
- package/dist/components/CheckboxGroup/index.d.ts +17 -0
- package/dist/components/CheckboxGroup/index.jsx +38 -0
- package/dist/components/ContextMenu/ContextMenuCheckboxItem.d.ts +4 -0
- package/dist/components/ContextMenu/ContextMenuCheckboxItem.jsx +33 -0
- package/dist/components/ContextMenu/ContextMenuContent.d.ts +11 -0
- package/dist/components/ContextMenu/ContextMenuContent.jsx +59 -0
- package/dist/components/ContextMenu/ContextMenuGroup.d.ts +4 -0
- package/dist/components/ContextMenu/ContextMenuGroup.jsx +20 -0
- package/dist/components/ContextMenu/ContextMenuItem.d.ts +13 -0
- package/dist/components/ContextMenu/ContextMenuItem.jsx +61 -0
- package/dist/components/ContextMenu/ContextMenuItemIndicator.d.ts +10 -0
- package/dist/components/ContextMenu/ContextMenuItemIndicator.jsx +51 -0
- package/dist/components/ContextMenu/ContextMenuLabel.d.ts +11 -0
- package/dist/components/ContextMenu/ContextMenuLabel.jsx +49 -0
- package/dist/components/ContextMenu/ContextMenuRadioGroup.d.ts +8 -0
- package/dist/components/ContextMenu/ContextMenuRadioGroup.jsx +23 -0
- package/dist/components/ContextMenu/ContextMenuRadioItem.d.ts +4 -0
- package/dist/components/ContextMenu/ContextMenuRadioItem.jsx +34 -0
- package/dist/components/ContextMenu/ContextMenuSeparator.d.ts +3 -0
- package/dist/components/ContextMenu/ContextMenuSeparator.jsx +21 -0
- package/dist/components/ContextMenu/ContextMenuSubContent.d.ts +11 -0
- package/dist/components/ContextMenu/ContextMenuSubContent.jsx +56 -0
- package/dist/components/ContextMenu/ContextMenuSubTrigger.d.ts +4 -0
- package/dist/components/ContextMenu/ContextMenuSubTrigger.jsx +35 -0
- package/dist/components/ContextMenu/ContextMenuTrigger.d.ts +4 -0
- package/dist/components/ContextMenu/ContextMenuTrigger.jsx +21 -0
- package/dist/components/ContextMenu/index.d.ts +25 -0
- package/dist/components/ContextMenu/index.jsx +44 -0
- package/dist/components/DataList/DataListItem.d.ts +9 -0
- package/dist/components/DataList/DataListItem.jsx +44 -0
- package/dist/components/DataList/DataListLabel.d.ts +10 -0
- package/dist/components/DataList/DataListLabel.jsx +50 -0
- package/dist/components/DataList/DataListValue.d.ts +11 -0
- package/dist/components/DataList/DataListValue.jsx +52 -0
- package/dist/components/DataList/index.d.ts +17 -0
- package/dist/components/DataList/index.jsx +49 -0
- package/dist/components/Dialog/DialogAction.d.ts +15 -0
- package/dist/components/Dialog/DialogAction.jsx +47 -0
- package/dist/components/Dialog/DialogCancel.d.ts +11 -0
- package/dist/components/Dialog/DialogCancel.jsx +43 -0
- package/dist/components/Dialog/DialogContent.d.ts +11 -0
- package/dist/components/Dialog/DialogContent.jsx +56 -0
- package/dist/components/Dialog/DialogDescription.d.ts +9 -0
- package/dist/components/Dialog/DialogDescription.jsx +35 -0
- package/dist/components/Dialog/DialogSlot.d.ts +9 -0
- package/dist/components/Dialog/DialogSlot.jsx +34 -0
- package/dist/components/Dialog/DialogTitle.d.ts +11 -0
- package/dist/components/Dialog/DialogTitle.jsx +35 -0
- package/dist/components/Dialog/DialogTrigger.d.ts +3 -0
- package/dist/components/Dialog/DialogTrigger.jsx +20 -0
- package/dist/components/Dialog/index.d.ts +18 -0
- package/dist/components/Dialog/index.jsx +28 -0
- package/dist/components/DoughnutChart/index.d.ts +24 -0
- package/dist/components/DoughnutChart/index.jsx +46 -0
- package/dist/components/DropdownMenu/DropdonMenuRadioGroup.d.ts +8 -0
- package/dist/components/DropdownMenu/DropdonMenuRadioGroup.jsx +23 -0
- package/dist/components/DropdownMenu/DropdonMenuSubContent.d.ts +11 -0
- package/dist/components/DropdownMenu/DropdonMenuSubContent.jsx +61 -0
- package/dist/components/DropdownMenu/DropdownMenuCheckboxItem.d.ts +7 -0
- package/dist/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +31 -0
- package/dist/components/DropdownMenu/DropdownMenuContent.d.ts +11 -0
- package/dist/components/DropdownMenu/DropdownMenuContent.jsx +57 -0
- package/dist/components/DropdownMenu/DropdownMenuItem.d.ts +13 -0
- package/dist/components/DropdownMenu/DropdownMenuItem.jsx +58 -0
- package/dist/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +10 -0
- package/dist/components/DropdownMenu/DropdownMenuItemIndicator.jsx +47 -0
- package/dist/components/DropdownMenu/DropdownMenuLable.d.ts +11 -0
- package/dist/components/DropdownMenu/DropdownMenuLable.jsx +47 -0
- package/dist/components/DropdownMenu/DropdownMenuRadioItem.d.ts +4 -0
- package/dist/components/DropdownMenu/DropdownMenuRadioItem.jsx +32 -0
- package/dist/components/DropdownMenu/DropdownMenuSeparator.d.ts +3 -0
- package/dist/components/DropdownMenu/DropdownMenuSeparator.jsx +19 -0
- package/dist/components/DropdownMenu/DropdownMenuSub.d.ts +3 -0
- package/dist/components/DropdownMenu/DropdownMenuSub.jsx +18 -0
- package/dist/components/DropdownMenu/DropdownMenuSubTrigger.d.ts +4 -0
- package/dist/components/DropdownMenu/DropdownMenuSubTrigger.jsx +31 -0
- package/dist/components/DropdownMenu/DropdownMenuTrigger.d.ts +13 -0
- package/dist/components/DropdownMenu/DropdownMenuTrigger.jsx +41 -0
- package/dist/components/DropdownMenu/index.d.ts +23 -0
- package/dist/components/DropdownMenu/index.jsx +31 -0
- package/dist/components/HoverCard/HoverCardContent.d.ts +14 -0
- package/dist/components/HoverCard/HoverCardContent.jsx +61 -0
- package/dist/components/HoverCard/HoverCardTrigger.d.ts +3 -0
- package/dist/components/HoverCard/HoverCardTrigger.jsx +20 -0
- package/dist/components/HoverCard/index.d.ts +10 -0
- package/dist/components/HoverCard/index.jsx +23 -0
- package/dist/components/IconButton/index.d.ts +15 -0
- package/dist/components/IconButton/index.jsx +64 -0
- package/dist/components/Input/Input.stories.d.ts +77 -0
- package/dist/components/Input/Input.stories.jsx +68 -0
- package/dist/components/Input/index.d.ts +14 -0
- package/dist/components/Input/index.jsx +53 -0
- package/dist/components/Inset/index.d.ts +10 -0
- package/dist/components/Inset/index.jsx +53 -0
- package/dist/components/Label/index.d.ts +17 -0
- package/dist/components/Label/index.jsx +54 -0
- package/dist/components/Menubar/MenubarCheckboxItem.d.ts +4 -0
- package/dist/components/Menubar/MenubarCheckboxItem.jsx +31 -0
- package/dist/components/Menubar/MenubarContent.d.ts +11 -0
- package/dist/components/Menubar/MenubarContent.jsx +63 -0
- package/dist/components/Menubar/MenubarItem.d.ts +13 -0
- package/dist/components/Menubar/MenubarItem.jsx +56 -0
- package/dist/components/Menubar/MenubarItemIndicator.d.ts +10 -0
- package/dist/components/Menubar/MenubarItemIndicator.jsx +50 -0
- package/dist/components/Menubar/MenubarMenu.d.ts +2 -0
- package/dist/components/Menubar/MenubarMenu.jsx +18 -0
- package/dist/components/Menubar/MenubarRadioGroup.d.ts +8 -0
- package/dist/components/Menubar/MenubarRadioGroup.jsx +23 -0
- package/dist/components/Menubar/MenubarRadioItem.d.ts +4 -0
- package/dist/components/Menubar/MenubarRadioItem.jsx +33 -0
- package/dist/components/Menubar/MenubarSeparator.d.ts +3 -0
- package/dist/components/Menubar/MenubarSeparator.jsx +21 -0
- package/dist/components/Menubar/MenubarSub.d.ts +3 -0
- package/dist/components/Menubar/MenubarSub.jsx +18 -0
- package/dist/components/Menubar/MenubarSubContent.d.ts +10 -0
- package/dist/components/Menubar/MenubarSubContent.jsx +52 -0
- package/dist/components/Menubar/MenubarSubTrigger.d.ts +4 -0
- package/dist/components/Menubar/MenubarSubTrigger.jsx +34 -0
- package/dist/components/Menubar/MenubarTrigger.d.ts +12 -0
- package/dist/components/Menubar/MenubarTrigger.jsx +58 -0
- package/dist/components/Menubar/index.d.ts +31 -0
- package/dist/components/Menubar/index.jsx +76 -0
- package/dist/components/NavigationMenu/NavigationMenuContent.d.ts +11 -0
- package/dist/components/NavigationMenu/NavigationMenuContent.jsx +49 -0
- package/dist/components/NavigationMenu/NavigationMenuIndicator.d.ts +3 -0
- package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +22 -0
- package/dist/components/NavigationMenu/NavigationMenuItem.d.ts +3 -0
- package/dist/components/NavigationMenu/NavigationMenuItem.jsx +20 -0
- package/dist/components/NavigationMenu/NavigationMenuLink.d.ts +13 -0
- package/dist/components/NavigationMenu/NavigationMenuLink.jsx +52 -0
- package/dist/components/NavigationMenu/NavigationMenuList.d.ts +12 -0
- package/dist/components/NavigationMenu/NavigationMenuList.jsx +49 -0
- package/dist/components/NavigationMenu/NavigationMenuTrigger.d.ts +13 -0
- package/dist/components/NavigationMenu/NavigationMenuTrigger.jsx +60 -0
- package/dist/components/NavigationMenu/NavigationMenuViewport.d.ts +12 -0
- package/dist/components/NavigationMenu/NavigationMenuViewport.jsx +54 -0
- package/dist/components/NavigationMenu/index.d.ts +21 -0
- package/dist/components/NavigationMenu/index.jsx +42 -0
- package/dist/components/PieChart/index.d.ts +24 -0
- package/dist/components/PieChart/index.jsx +46 -0
- package/dist/components/Popover/PopoverClose.d.ts +9 -0
- package/dist/components/Popover/PopoverClose.jsx +36 -0
- package/dist/components/Popover/PopoverContent.d.ts +11 -0
- package/dist/components/Popover/PopoverContent.jsx +64 -0
- package/dist/components/Popover/PopoverTrigger.d.ts +3 -0
- package/dist/components/Popover/PopoverTrigger.jsx +20 -0
- package/dist/components/Popover/index.d.ts +11 -0
- package/dist/components/Popover/index.jsx +23 -0
- package/dist/components/Progress/index.d.ts +16 -0
- package/dist/components/Progress/index.jsx +57 -0
- package/dist/components/RadarChart/index.d.ts +35 -0
- package/dist/components/RadarChart/index.jsx +42 -0
- package/dist/components/Radio/index.d.ts +14 -0
- package/dist/components/Radio/index.jsx +45 -0
- package/dist/components/RadioCards/RadioCardsItem.d.ts +10 -0
- package/dist/components/RadioCards/RadioCardsItem.jsx +42 -0
- package/dist/components/RadioCards/index.d.ts +13 -0
- package/dist/components/RadioCards/index.jsx +45 -0
- package/dist/components/RadioGroup/RadioGroupItem.d.ts +13 -0
- package/dist/components/RadioGroup/RadioGroupItem.jsx +34 -0
- package/dist/components/RadioGroup/index.d.ts +15 -0
- package/dist/components/RadioGroup/index.jsx +42 -0
- package/dist/components/ScrollArea/index.d.ts +8 -0
- package/dist/components/ScrollArea/index.jsx +27 -0
- package/dist/components/SegmentedControl/SegmentedControlItem.d.ts +6 -0
- package/dist/components/SegmentedControl/SegmentedControlItem.jsx +25 -0
- package/dist/components/SegmentedControl/index.d.ts +14 -0
- package/dist/components/SegmentedControl/index.jsx +50 -0
- package/dist/components/Select/index.d.ts +25 -0
- package/dist/components/Select/index.jsx +97 -0
- package/dist/components/Separator/index.d.ts +11 -0
- package/dist/components/Separator/index.jsx +49 -0
- package/dist/components/Skeleton/index.d.ts +15 -0
- package/dist/components/Skeleton/index.jsx +45 -0
- package/dist/components/Slider/index.d.ts +15 -0
- package/dist/components/Slider/index.jsx +50 -0
- package/dist/components/Spinner/index.d.ts +15 -0
- package/dist/components/Spinner/index.jsx +49 -0
- package/dist/components/TabNav/index.d.ts +11 -0
- package/dist/components/TabNav/index.jsx +39 -0
- package/dist/components/Table/index.d.ts +20 -0
- package/dist/components/Table/index.jsx +103 -0
- package/dist/components/Tabs/index.d.ts +16 -0
- package/dist/components/Tabs/index.jsx +67 -0
- package/dist/components/TextArea/index.d.ts +16 -0
- package/dist/components/TextArea/index.jsx +58 -0
- package/dist/components/TextField/index.d.ts +18 -0
- package/dist/components/TextField/index.jsx +57 -0
- package/dist/components/Toast/ToastActionButton.d.ts +14 -0
- package/dist/components/Toast/ToastActionButton.jsx +68 -0
- package/dist/components/Toast/ToastDescription.d.ts +13 -0
- package/dist/components/Toast/ToastDescription.jsx +45 -0
- package/dist/components/Toast/ToastTitle.d.ts +13 -0
- package/dist/components/Toast/ToastTitle.jsx +43 -0
- package/dist/components/Toast/index.d.ts +29 -0
- package/dist/components/Toast/index.jsx +99 -0
- package/dist/components/Toggle/ToggleWithText.d.ts +21 -0
- package/dist/components/Toggle/ToggleWithText.jsx +59 -0
- package/dist/components/Toggle/index.d.ts +20 -0
- package/dist/components/Toggle/index.jsx +58 -0
- package/dist/components/ToggleGroup/index.d.ts +19 -0
- package/dist/components/ToggleGroup/index.jsx +45 -0
- package/dist/components/ToggleGroup/toggleGroupItem.d.ts +17 -0
- package/dist/components/ToggleGroup/toggleGroupItem.jsx +42 -0
- package/dist/components/ToggleSwitch/index.d.ts +13 -0
- package/dist/components/ToggleSwitch/index.jsx +74 -0
- package/dist/components/Tooltip/index.d.ts +20 -0
- package/dist/components/Tooltip/index.jsx +58 -0
- package/dist/components/index.d.ts +22 -0
- package/dist/components/index.js +22 -0
- package/package.json +119 -0
@@ -0,0 +1,25 @@
|
|
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 AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
14
|
+
export * from './AlertDialogTrigger';
|
15
|
+
export * from './AlertDialogContent';
|
16
|
+
export * from './AlertDialogTitle';
|
17
|
+
export * from './AlertDialogDescription';
|
18
|
+
export * from './AlertDialogCancel';
|
19
|
+
export * from './AlertDialogAction';
|
20
|
+
export var AlertDialog = forwardRef(function (_a) {
|
21
|
+
var children = _a.children, props = __rest(_a, ["children"]);
|
22
|
+
return <AlertDialogPrimitive.Root {...props}>{children}</AlertDialogPrimitive.Root>;
|
23
|
+
});
|
24
|
+
AlertDialog.displayName = 'AlertDialog';
|
25
|
+
export default AlertDialog;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
export interface AspectRatioProps extends VariantProps<typeof aspectRatioVariants> {
|
5
|
+
}
|
6
|
+
export declare const aspectRatioVariants: (props?: ({
|
7
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
8
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
9
|
+
declare const AspectRatio: React.ForwardRefExoticComponent<Omit<AspectRatioPrimitive.AspectRatioProps & React.RefAttributes<HTMLDivElement>, "ref"> & AspectRatioProps & React.RefAttributes<HTMLDivElement>>;
|
10
|
+
export default AspectRatio;
|
@@ -0,0 +1,43 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
+
var t = {};
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
+
t[p] = s[p];
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
+
t[p[i]] = s[p[i]];
|
20
|
+
}
|
21
|
+
return t;
|
22
|
+
};
|
23
|
+
import React, { forwardRef } from 'react';
|
24
|
+
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
25
|
+
import { cva } from 'class-variance-authority';
|
26
|
+
import { cn } from 'utils/utils';
|
27
|
+
import { scalingVariants } from '../../constants';
|
28
|
+
export var aspectRatioVariants = cva('', {
|
29
|
+
variants: {
|
30
|
+
scaling: __assign({}, scalingVariants),
|
31
|
+
},
|
32
|
+
defaultVariants: {
|
33
|
+
scaling: '100%',
|
34
|
+
},
|
35
|
+
});
|
36
|
+
var AspectRatio = forwardRef(function (_a, ref) {
|
37
|
+
var children = _a.children, className = _a.className, _b = _a.ratio, ratio = _b === void 0 ? 16 / 9 : _b, scaling = _a.scaling, props = __rest(_a, ["children", "className", "ratio", "scaling"]);
|
38
|
+
return (<AspectRatioPrimitive.Root ratio={ratio} ref={ref} {...props} className={cn(aspectRatioVariants({ scaling: scaling }), className)}>
|
39
|
+
{children}
|
40
|
+
</AspectRatioPrimitive.Root>);
|
41
|
+
});
|
42
|
+
AspectRatio.displayName = 'AspectRatio';
|
43
|
+
export default AspectRatio;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
export interface AvatarProps extends VariantProps<typeof AvatarVariants> {
|
4
|
+
imagePath?: string;
|
5
|
+
alt?: string;
|
6
|
+
fallbackText?: string;
|
7
|
+
appearance?: 'solid' | 'soft';
|
8
|
+
fallbackClassName?: string;
|
9
|
+
}
|
10
|
+
declare const AvatarVariants: (props?: ({
|
11
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
12
|
+
size?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | null | undefined;
|
13
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
14
|
+
color?: string | null | undefined;
|
15
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
16
|
+
declare const Avatar: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & AvatarProps & React.RefAttributes<HTMLSpanElement>>;
|
17
|
+
export default Avatar;
|
@@ -0,0 +1,61 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
+
var t = {};
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
+
t[p] = s[p];
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
+
t[p[i]] = s[p[i]];
|
20
|
+
}
|
21
|
+
return t;
|
22
|
+
};
|
23
|
+
import React, { forwardRef } from 'react';
|
24
|
+
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
25
|
+
import { cva } from 'class-variance-authority';
|
26
|
+
import { cn } from 'utils/utils';
|
27
|
+
import { appearanceStyle, primaryColorStyle, radiusVariants, scalingVariants, } from '../../constants';
|
28
|
+
var AvatarVariants = cva('font-medium', {
|
29
|
+
variants: {
|
30
|
+
radius: __assign({}, radiusVariants['base']),
|
31
|
+
size: {
|
32
|
+
'1': 'h-[24px] w-[24px] text-[12px]',
|
33
|
+
'2': 'h-[32px] w-[32px] text-[14px]',
|
34
|
+
'3': 'h-[40px] w-[40px] text-[16px]',
|
35
|
+
'4': 'h-[48px] w-[48px] text-[18px]',
|
36
|
+
'5': 'h-[64px] w-[64px] text-[24px]',
|
37
|
+
'6': 'h-[80px] w-[80px] text-[28px]',
|
38
|
+
'7': 'h-[96px] w-[96px] text-[28px]',
|
39
|
+
'8': 'h-[128px] w-[128px] text-[35px]',
|
40
|
+
'9': 'h-[160px] w-[160px] text-[60px]',
|
41
|
+
},
|
42
|
+
scaling: __assign({}, scalingVariants),
|
43
|
+
color: primaryColorStyle(),
|
44
|
+
},
|
45
|
+
defaultVariants: {
|
46
|
+
radius: 'full',
|
47
|
+
color: 'red',
|
48
|
+
size: '3',
|
49
|
+
},
|
50
|
+
});
|
51
|
+
var Avatar = forwardRef(function (_a, ref) {
|
52
|
+
var className = _a.className, fallbackClassName = _a.fallbackClassName, radius = _a.radius, scaling = _a.scaling, size = _a.size, fallbackText = _a.fallbackText, imagePath = _a.imagePath, alt = _a.alt, _b = _a.appearance, appearance = _b === void 0 ? 'solid' : _b, _c = _a.color, color = _c === void 0 ? 'red' : _c, props = __rest(_a, ["className", "fallbackClassName", "radius", "scaling", "size", "fallbackText", "imagePath", "alt", "appearance", "color"]);
|
53
|
+
return (<AvatarPrimitive.Root className={cn("inline-flex select-none items-center justify-center overflow-hidden align-middle", AvatarVariants({ radius: radius, scaling: scaling, size: size, color: color }), appearanceStyle(appearance, color, false), className)} {...props} ref={ref}>
|
54
|
+
<AvatarPrimitive.Image className="h-full w-full object-cover border-none" src={imagePath} alt={alt}/>
|
55
|
+
<AvatarPrimitive.Fallback className={cn("leading-1 flex h-full w-full items-center justify-center", className)} delayMs={300}>
|
56
|
+
{fallbackText}
|
57
|
+
</AvatarPrimitive.Fallback>
|
58
|
+
</AvatarPrimitive.Root>);
|
59
|
+
});
|
60
|
+
Avatar.displayName = 'Avatar';
|
61
|
+
export default Avatar;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import React, { HTMLAttributes } from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
import { IColor, IAppearance, ISize, IWeight } from 'types';
|
4
|
+
export interface BadgeProps extends HTMLAttributes<HTMLDivElement>, VariantProps<typeof BadgeVariants> {
|
5
|
+
color?: IColor;
|
6
|
+
appearance?: Exclude<IAppearance, 'classic' | 'ghost'>;
|
7
|
+
size?: Exclude<ISize, 'x-small' | 'x-large'>;
|
8
|
+
weight?: IWeight;
|
9
|
+
}
|
10
|
+
declare const BadgeVariants: (props?: ({
|
11
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
12
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
13
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
14
|
+
weight?: "medium" | "regular" | "semibold" | "bold" | null | undefined;
|
15
|
+
color?: string | null | undefined;
|
16
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
17
|
+
declare const Badge: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & BadgeProps & React.RefAttributes<HTMLDivElement>>;
|
18
|
+
export default Badge;
|
@@ -0,0 +1,55 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
+
var t = {};
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
+
t[p] = s[p];
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
+
t[p[i]] = s[p[i]];
|
20
|
+
}
|
21
|
+
return t;
|
22
|
+
};
|
23
|
+
import React, { forwardRef } from 'react';
|
24
|
+
import { cva } from 'class-variance-authority';
|
25
|
+
import { cn } from 'utils/utils';
|
26
|
+
import { appearanceStyle, primaryColorStyle, radiusVariants, scalingVariants, weightVariants, } from '../../constants';
|
27
|
+
var BadgeVariants = cva('inline-flex items-center transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2', {
|
28
|
+
variants: {
|
29
|
+
radius: __assign({}, radiusVariants['base']),
|
30
|
+
size: {
|
31
|
+
small: 'text-xs h-[20px] px-1.5 py-0.5',
|
32
|
+
medium: 'text-xs h-[24px] px-2 py-1',
|
33
|
+
large: 'text-sm h-[28px] px-2.5 py-1',
|
34
|
+
},
|
35
|
+
scaling: __assign({}, scalingVariants),
|
36
|
+
weight: __assign({}, weightVariants),
|
37
|
+
color: primaryColorStyle(),
|
38
|
+
},
|
39
|
+
defaultVariants: {
|
40
|
+
radius: 'medium',
|
41
|
+
size: 'medium',
|
42
|
+
scaling: '100%',
|
43
|
+
weight: 'medium',
|
44
|
+
color: 'red',
|
45
|
+
},
|
46
|
+
});
|
47
|
+
var Badge = forwardRef(function (_a, ref) {
|
48
|
+
var className = _a.className, children = _a.children, radius = _a.radius, scaling = _a.scaling, weight = _a.weight, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'solid' : _c, props = __rest(_a, ["className", "children", "radius", "scaling", "weight", "size", "color", "appearance"]);
|
49
|
+
var badgeClassName = cn(BadgeVariants({ radius: radius, scaling: scaling, weight: weight, size: size, color: color }), appearanceStyle(appearance, color, false), className);
|
50
|
+
return (<div ref={ref} className={badgeClassName} {...props}>
|
51
|
+
{children}
|
52
|
+
</div>);
|
53
|
+
});
|
54
|
+
Badge.displayName = 'Badge';
|
55
|
+
export default Badge;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { PointStyle } from 'types';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
export interface BubbleChartProps extends VariantProps<typeof bubbleChartVariants> {
|
5
|
+
datasets: {
|
6
|
+
label: string;
|
7
|
+
data: {
|
8
|
+
x: number;
|
9
|
+
y: number;
|
10
|
+
r: number;
|
11
|
+
}[];
|
12
|
+
backgroundColor?: string;
|
13
|
+
borderColor?: string;
|
14
|
+
borderWidth?: number;
|
15
|
+
hoverBackgroundColor?: string;
|
16
|
+
hoverBorderColor?: string;
|
17
|
+
hoverBorderWidth?: number;
|
18
|
+
pointStyle?: PointStyle;
|
19
|
+
}[];
|
20
|
+
options?: {};
|
21
|
+
className?: string;
|
22
|
+
width?: string | number;
|
23
|
+
height?: string | number;
|
24
|
+
}
|
25
|
+
declare const bubbleChartVariants: (props?: ({
|
26
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
27
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
28
|
+
export declare const BubbleChart: {
|
29
|
+
({ className, datasets, scaling, width, height, ...props }: BubbleChartProps): React.JSX.Element;
|
30
|
+
displayName: string;
|
31
|
+
};
|
32
|
+
export {};
|
@@ -0,0 +1,42 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
+
var t = {};
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
+
t[p] = s[p];
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
+
t[p[i]] = s[p[i]];
|
20
|
+
}
|
21
|
+
return t;
|
22
|
+
};
|
23
|
+
import React from 'react';
|
24
|
+
import { Bubble } from 'react-chartjs-2';
|
25
|
+
import { Chart as ChartJS, LinearScale, PointElement, Tooltip, Legend } from 'chart.js/auto';
|
26
|
+
import { scalingVariants } from '../../constants';
|
27
|
+
import { cva } from 'class-variance-authority';
|
28
|
+
import { cn } from 'utils/utils';
|
29
|
+
ChartJS.register(LinearScale, PointElement, Tooltip, Legend);
|
30
|
+
var bubbleChartVariants = cva('', {
|
31
|
+
variants: {
|
32
|
+
scaling: __assign({}, scalingVariants),
|
33
|
+
},
|
34
|
+
defaultVariants: {
|
35
|
+
scaling: '100%',
|
36
|
+
},
|
37
|
+
});
|
38
|
+
export var BubbleChart = function (_a) {
|
39
|
+
var className = _a.className, datasets = _a.datasets, scaling = _a.scaling, width = _a.width, height = _a.height, props = __rest(_a, ["className", "datasets", "scaling", "width", "height"]);
|
40
|
+
return (<Bubble data={{ datasets: datasets }} className={cn(bubbleChartVariants({ scaling: scaling }), className)} width={width} height={height} {...props}/>);
|
41
|
+
};
|
42
|
+
BubbleChart.displayName = 'BubbleChart';
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
import { IAppearance, IColor } from 'types';
|
4
|
+
export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
5
|
+
color?: IColor;
|
6
|
+
appearance?: IAppearance;
|
7
|
+
}
|
8
|
+
declare const buttonVariants: (props?: ({
|
9
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
10
|
+
size?: "small" | "medium" | "large" | "x-small" | "x-large" | null | undefined;
|
11
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
12
|
+
weight?: "medium" | "regular" | "semibold" | "bold" | null | undefined;
|
13
|
+
color?: string | null | undefined;
|
14
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
15
|
+
export declare const Button: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & ButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
16
|
+
export default Button;
|
@@ -0,0 +1,57 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
+
var t = {};
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
+
t[p] = s[p];
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
+
t[p[i]] = s[p[i]];
|
20
|
+
}
|
21
|
+
return t;
|
22
|
+
};
|
23
|
+
import React, { forwardRef } from 'react';
|
24
|
+
import { cva } from 'class-variance-authority';
|
25
|
+
import { cn } from 'utils/utils';
|
26
|
+
import { radiusVariants, weightVariants, primaryColorStyle, appearanceStyle, scalingVariants, } from '../../constants';
|
27
|
+
var buttonVariants = cva("inline-flex items-center transition-colors focus:outline-none hover:cursor-pointer\n disabled:cursor-not-allowed disabled:bg-slate-3 disabled:text-slate-8 justify-center", {
|
28
|
+
variants: {
|
29
|
+
radius: __assign({}, radiusVariants['base']),
|
30
|
+
size: {
|
31
|
+
'x-small': 'text-xs min-w-[36px] h-[20px] px-1.5',
|
32
|
+
small: 'text-xs min-w-[40px] h-[24px] px-2',
|
33
|
+
medium: 'text-sm min-w-[50px] h-[32px] px-3',
|
34
|
+
large: 'text-base min-w-[62px] h-[40px] px-4',
|
35
|
+
'x-large': 'text-lg min-w-[82px] h-[48px] px-6',
|
36
|
+
},
|
37
|
+
scaling: __assign({}, scalingVariants),
|
38
|
+
weight: __assign({}, weightVariants),
|
39
|
+
color: primaryColorStyle(),
|
40
|
+
},
|
41
|
+
defaultVariants: {
|
42
|
+
radius: 'medium',
|
43
|
+
scaling: '100%',
|
44
|
+
weight: 'medium',
|
45
|
+
color: 'red',
|
46
|
+
size: 'medium',
|
47
|
+
},
|
48
|
+
});
|
49
|
+
export var Button = forwardRef(function (_a, ref) {
|
50
|
+
var className = _a.className, children = _a.children, radius = _a.radius, scaling = _a.scaling, size = _a.size, weight = _a.weight, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'solid' : _c, props = __rest(_a, ["className", "children", "radius", "scaling", "size", "weight", "color", "appearance"]);
|
51
|
+
var buttonClassName = cn(buttonVariants({ radius: radius, scaling: scaling, size: size, weight: weight, color: color }), appearanceStyle(appearance, color, true), className);
|
52
|
+
return (<button ref={ref} className={buttonClassName} {...props}>
|
53
|
+
{children}
|
54
|
+
</button>);
|
55
|
+
});
|
56
|
+
Button.displayName = 'Button';
|
57
|
+
export default Button;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
export interface CalloutIconProps extends VariantProps<typeof calloutIconVariants> {
|
4
|
+
iconType?: 'danger' | 'success' | 'warning' | 'information';
|
5
|
+
}
|
6
|
+
declare const calloutIconVariants: (props?: ({
|
7
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
8
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
9
|
+
color?: "danger" | "warning" | "success" | "information" | null | undefined;
|
10
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
11
|
+
export declare const CalloutIcon: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & CalloutIconProps & React.RefAttributes<HTMLDivElement>>;
|
12
|
+
export {};
|
@@ -0,0 +1,62 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
+
var t = {};
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
+
t[p] = s[p];
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
+
t[p[i]] = s[p[i]];
|
20
|
+
}
|
21
|
+
return t;
|
22
|
+
};
|
23
|
+
import React, { forwardRef } from 'react';
|
24
|
+
import { Callout as CalloutTheme } from '@radix-ui/themes';
|
25
|
+
import { cva } from 'class-variance-authority';
|
26
|
+
import { cn } from 'utils/utils';
|
27
|
+
import { ExclamationTriangleIcon, InfoCircledIcon, LockClosedIcon, CheckCircledIcon, } from '@radix-ui/react-icons';
|
28
|
+
import { scalingVariants } from '../../constants';
|
29
|
+
import { useCalloutContext } from '.';
|
30
|
+
var calloutIconVariants = cva('flex items-center text-slate-12 dark:text-slateDark-12', {
|
31
|
+
variants: {
|
32
|
+
scaling: __assign({}, scalingVariants),
|
33
|
+
size: {
|
34
|
+
small: 'h-5 mr-2',
|
35
|
+
medium: 'h-5 mr-3',
|
36
|
+
large: 'h-6 mr-4',
|
37
|
+
},
|
38
|
+
color: {
|
39
|
+
danger: 'text-red-11 dark:text-redDark-11',
|
40
|
+
warning: 'text-amber-11 dark:text-amberDark-11',
|
41
|
+
success: 'text-green-11 dark:text-greenDark-11',
|
42
|
+
information: 'text-sky-11 dark:text-skyDark-11',
|
43
|
+
},
|
44
|
+
},
|
45
|
+
defaultVariants: {
|
46
|
+
scaling: '100%',
|
47
|
+
size: 'medium',
|
48
|
+
color: 'information',
|
49
|
+
},
|
50
|
+
});
|
51
|
+
export var CalloutIcon = forwardRef(function (_a, ref) {
|
52
|
+
var children = _a.children, className = _a.className, iconType = _a.iconType, props = __rest(_a, ["children", "className", "iconType"]);
|
53
|
+
var _b = useCalloutContext(), scaling = _b.scaling, size = _b.size, color = _b.color;
|
54
|
+
return (<CalloutTheme.Icon ref={ref} className={cn(calloutIconVariants({ color: color, size: size, scaling: scaling }), className)} {...props}>
|
55
|
+
{iconType === 'danger' && <ExclamationTriangleIcon />}
|
56
|
+
{iconType === 'warning' && <LockClosedIcon />}
|
57
|
+
{iconType === 'success' && <CheckCircledIcon />}
|
58
|
+
{iconType === 'information' && <InfoCircledIcon />}
|
59
|
+
{children}
|
60
|
+
</CalloutTheme.Icon>);
|
61
|
+
});
|
62
|
+
CalloutIcon.displayName = 'CalloutIcon';
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
export interface CalloutTextProps extends VariantProps<typeof calloutTextVariants> {
|
4
|
+
contentText?: string;
|
5
|
+
}
|
6
|
+
export declare const calloutTextVariants: (props?: ({
|
7
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
8
|
+
color?: "danger" | "warning" | "success" | "information" | null | undefined;
|
9
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
10
|
+
export declare const CalloutText: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & CalloutTextProps & React.RefAttributes<HTMLParagraphElement>>;
|
@@ -0,0 +1,42 @@
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
2
|
+
var t = {};
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
4
|
+
t[p] = s[p];
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
8
|
+
t[p[i]] = s[p[i]];
|
9
|
+
}
|
10
|
+
return t;
|
11
|
+
};
|
12
|
+
import React, { forwardRef } from 'react';
|
13
|
+
import { cva } from 'class-variance-authority';
|
14
|
+
import { cn } from 'utils/utils';
|
15
|
+
import { useCalloutContext } from '.';
|
16
|
+
export var calloutTextVariants = cva('break-words font-normal text-slate-12 dark:text-slateDark-12 ', {
|
17
|
+
variants: {
|
18
|
+
size: {
|
19
|
+
small: 'text-sm',
|
20
|
+
medium: 'text-sm',
|
21
|
+
large: 'text-base',
|
22
|
+
},
|
23
|
+
color: {
|
24
|
+
danger: 'text-red-11 dark:text-redDark-11',
|
25
|
+
warning: 'text-amber-11 dark:text-amberDark-11',
|
26
|
+
success: 'text-green-11 dark:text-greenDark-11',
|
27
|
+
information: 'text-sky-11 dark:text-skyDark-11',
|
28
|
+
},
|
29
|
+
},
|
30
|
+
defaultVariants: {
|
31
|
+
size: 'medium',
|
32
|
+
color: 'information',
|
33
|
+
},
|
34
|
+
});
|
35
|
+
export var CalloutText = forwardRef(function (_a, ref) {
|
36
|
+
var children = _a.children, className = _a.className, contentText = _a.contentText, props = __rest(_a, ["children", "className", "contentText"]);
|
37
|
+
var _b = useCalloutContext(), size = _b.size, color = _b.color;
|
38
|
+
return (<p ref={ref} className={cn(calloutTextVariants({ size: size, color: color }), className)} {...props}>
|
39
|
+
{contentText !== null && contentText !== void 0 ? contentText : children}
|
40
|
+
</p>);
|
41
|
+
});
|
42
|
+
CalloutText.displayName = 'CalloutText';
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
import { calloutTextVariants } from './CalloutText';
|
4
|
+
import { IAppearance } from 'types';
|
5
|
+
export * from './CalloutIcon';
|
6
|
+
export * from './CalloutText';
|
7
|
+
export interface CalloutProps extends VariantProps<typeof calloutVariants>, VariantProps<typeof calloutTextVariants> {
|
8
|
+
contentText?: string;
|
9
|
+
appearance?: Exclude<IAppearance, 'classic' | 'ghost' | 'solid'>;
|
10
|
+
color?: 'danger' | 'warning' | 'success' | 'information' | null;
|
11
|
+
}
|
12
|
+
declare const calloutVariants: (props?: ({
|
13
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
14
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
15
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
16
|
+
color?: "danger" | "warning" | "success" | "information" | null | undefined;
|
17
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
18
|
+
export declare const useCalloutContext: () => CalloutProps;
|
19
|
+
export declare const Callout: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & CalloutProps & React.RefAttributes<HTMLDivElement>>;
|
20
|
+
export default Callout;
|
@@ -0,0 +1,78 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
+
var t = {};
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
+
t[p] = s[p];
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
+
t[p[i]] = s[p[i]];
|
20
|
+
}
|
21
|
+
return t;
|
22
|
+
};
|
23
|
+
import React, { forwardRef, createContext, useContext, } from 'react';
|
24
|
+
import { Callout as CalloutTheme } from '@radix-ui/themes';
|
25
|
+
import { cva } from 'class-variance-authority';
|
26
|
+
import { cn } from 'utils/utils';
|
27
|
+
import { appearanceStyle, radiusVariants, scalingVariants } from '../../constants';
|
28
|
+
export * from './CalloutIcon';
|
29
|
+
export * from './CalloutText';
|
30
|
+
var calloutVariants = cva('flex w-fit max-w-[600px]', {
|
31
|
+
variants: {
|
32
|
+
radius: __assign({}, radiusVariants['large']),
|
33
|
+
size: {
|
34
|
+
small: 'min-h-[44px] p-3',
|
35
|
+
medium: 'min-h-[52px] p-4',
|
36
|
+
large: 'min-h-[72px] p-6',
|
37
|
+
},
|
38
|
+
scaling: __assign({}, scalingVariants),
|
39
|
+
color: {
|
40
|
+
danger: 'bg-red-3 dark:bg-redDark-3',
|
41
|
+
warning: 'bg-amber-3 dark:bg-amberDark-3',
|
42
|
+
success: 'bg-green-3 dark:bg-greenDark-3',
|
43
|
+
information: 'bg-sky-3 dark:bg-skyDark-3',
|
44
|
+
},
|
45
|
+
},
|
46
|
+
defaultVariants: {
|
47
|
+
radius: 'medium',
|
48
|
+
scaling: '100%',
|
49
|
+
color: 'information',
|
50
|
+
size: 'medium',
|
51
|
+
},
|
52
|
+
});
|
53
|
+
var CalloutContext = createContext({
|
54
|
+
size: 'medium',
|
55
|
+
scaling: '100%',
|
56
|
+
color: null,
|
57
|
+
});
|
58
|
+
export var useCalloutContext = function () {
|
59
|
+
return useContext(CalloutContext);
|
60
|
+
};
|
61
|
+
export var Callout = forwardRef(function (_a, ref) {
|
62
|
+
var children = _a.children, className = _a.className, radius = _a.radius, scaling = _a.scaling, size = _a.size, _b = _a.color, color = _b === void 0 ? 'information' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'soft' : _c, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "color", "appearance"]);
|
63
|
+
var colorMap = {
|
64
|
+
danger: 'red',
|
65
|
+
information: 'sky',
|
66
|
+
success: 'green',
|
67
|
+
warning: 'amber',
|
68
|
+
};
|
69
|
+
var calloutClassName = cn(calloutVariants({ radius: radius, scaling: scaling, size: size, color: color }), appearanceStyle(appearance, colorMap[color], false), className);
|
70
|
+
var contextValue = { size: size, scaling: scaling, color: color };
|
71
|
+
return (<CalloutContext.Provider value={contextValue}>
|
72
|
+
<CalloutTheme.Root ref={ref} {...props} className={calloutClassName}>
|
73
|
+
{children}
|
74
|
+
</CalloutTheme.Root>
|
75
|
+
</CalloutContext.Provider>);
|
76
|
+
});
|
77
|
+
Callout.displayName = 'Callout';
|
78
|
+
export default Callout;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
import { IAppearance } from 'types';
|
4
|
+
export interface CardProps extends VariantProps<typeof cardVariants> {
|
5
|
+
appearance?: Exclude<IAppearance, 'solid' | 'outline'>;
|
6
|
+
}
|
7
|
+
declare const cardVariants: (props?: ({
|
8
|
+
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
9
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
10
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
11
|
+
weight?: "medium" | "regular" | "semibold" | "bold" | null | undefined;
|
12
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
13
|
+
declare const Card: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & CardProps & React.RefAttributes<HTMLDivElement>>;
|
14
|
+
export default Card;
|