@lotte-innovate/ui-component-test 0.0.31 → 0.0.33
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/src/lib/Typography/Header/index.d.ts +13 -0
- package/dist/src/lib/Typography/Header/index.js +55 -0
- package/dist/src/lib/Typography/Text/index.d.ts +15 -0
- package/dist/src/lib/Typography/Text/index.js +44 -0
- package/dist/src/lib/Typography/index.d.ts +2 -0
- package/dist/src/lib/Typography/index.js +2 -0
- package/dist/src/lib/color/alpha.d.ts +784 -0
- package/dist/src/lib/color/alpha.js +784 -0
- package/dist/src/lib/color/constants.d.ts +20 -0
- package/dist/src/lib/color/constants.js +200 -0
- package/dist/src/lib/color/dark.d.ts +392 -0
- package/dist/src/lib/color/dark.js +392 -0
- package/dist/src/lib/color/krdsColors.d.ts +309 -0
- package/dist/src/lib/color/krdsColors.js +309 -0
- package/dist/src/lib/color/light.d.ts +392 -0
- package/dist/src/lib/color/light.js +393 -0
- package/dist/src/lib/components/Accordion/index.d.ts +16 -0
- package/dist/src/lib/components/Accordion/index.js +58 -0
- package/dist/src/lib/components/AlertDialog/AlertDialogAction.d.ts +14 -0
- package/dist/src/lib/components/AlertDialog/AlertDialogAction.js +59 -0
- package/dist/src/lib/components/AlertDialog/AlertDialogCancel.d.ts +13 -0
- package/dist/src/lib/components/AlertDialog/AlertDialogCancel.js +56 -0
- package/dist/src/lib/components/AlertDialog/AlertDialogContent.d.ts +11 -0
- package/dist/src/lib/components/AlertDialog/AlertDialogContent.js +49 -0
- package/dist/src/lib/components/AlertDialog/AlertDialogDescription.d.ts +10 -0
- package/dist/src/lib/components/AlertDialog/AlertDialogDescription.js +45 -0
- package/dist/src/lib/components/AlertDialog/AlertDialogTitle.d.ts +10 -0
- package/dist/src/lib/components/AlertDialog/AlertDialogTitle.js +45 -0
- package/dist/src/lib/components/AlertDialog/AlertDialogTrigger.d.ts +17 -0
- package/dist/src/lib/components/AlertDialog/AlertDialogTrigger.js +55 -0
- package/dist/src/lib/components/AlertDialog/index.d.ts +20 -0
- package/dist/src/lib/components/AlertDialog/index.js +37 -0
- package/dist/src/lib/components/AspectRatio/index.d.ts +10 -0
- package/dist/src/lib/components/AspectRatio/index.js +42 -0
- package/dist/src/lib/components/Avatar/index.d.ts +17 -0
- package/dist/src/lib/components/Avatar/index.js +57 -0
- package/dist/src/lib/components/Badge/index.d.ts +18 -0
- package/dist/src/lib/components/Badge/index.js +54 -0
- package/dist/src/lib/components/BubbleChart/index.d.ts +31 -0
- package/dist/src/lib/components/BubbleChart/index.js +43 -0
- package/dist/src/lib/components/Button/index.d.ts +16 -0
- package/dist/src/lib/components/Button/index.js +56 -0
- package/dist/src/lib/components/Callout/CalloutIcon.d.ts +12 -0
- package/dist/src/lib/components/Callout/CalloutIcon.js +57 -0
- package/dist/src/lib/components/Callout/CalloutText.d.ts +10 -0
- package/dist/src/lib/components/Callout/CalloutText.js +52 -0
- package/dist/src/lib/components/Callout/index.d.ts +20 -0
- package/dist/src/lib/components/Callout/index.js +75 -0
- package/dist/src/lib/components/Card/index.d.ts +14 -0
- package/dist/src/lib/components/Card/index.js +64 -0
- package/dist/src/lib/components/Checkbox/index.d.ts +17 -0
- package/dist/src/lib/components/Checkbox/index.js +89 -0
- package/dist/src/lib/components/CheckboxCard/index.d.ts +20 -0
- package/dist/src/lib/components/CheckboxCard/index.js +58 -0
- package/dist/src/lib/components/CheckboxGroup/CheckboxGroupItem.d.ts +5 -0
- package/dist/src/lib/components/CheckboxGroup/CheckboxGroupItem.js +33 -0
- package/dist/src/lib/components/CheckboxGroup/index.d.ts +17 -0
- package/dist/src/lib/components/CheckboxGroup/index.js +35 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuCheckboxItem.d.ts +4 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuCheckboxItem.js +40 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuContent.d.ts +11 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuContent.js +56 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuGroup.d.ts +4 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuGroup.js +30 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuItem.d.ts +13 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuItem.js +59 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +10 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuItemIndicator.js +50 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuLabel.d.ts +11 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuLabel.js +48 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuRadioGroup.d.ts +8 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuRadioGroup.js +31 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuRadioItem.d.ts +4 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuRadioItem.js +41 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuSeparator.d.ts +3 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuSeparator.js +31 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuSubContent.d.ts +11 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuSubContent.js +53 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuSubTrigger.d.ts +4 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuSubTrigger.js +40 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuTrigger.d.ts +4 -0
- package/dist/src/lib/components/ContextMenu/ContextMenuTrigger.js +31 -0
- package/dist/src/lib/components/ContextMenu/index.d.ts +25 -0
- package/dist/src/lib/components/ContextMenu/index.js +54 -0
- package/dist/src/lib/components/DataList/DataListItem.d.ts +9 -0
- package/dist/src/lib/components/DataList/DataListItem.js +43 -0
- package/dist/src/lib/components/DataList/DataListLabel.d.ts +10 -0
- package/dist/src/lib/components/DataList/DataListLabel.js +49 -0
- package/dist/src/lib/components/DataList/DataListValue.d.ts +11 -0
- package/dist/src/lib/components/DataList/DataListValue.js +51 -0
- package/dist/src/lib/components/DataList/index.d.ts +17 -0
- package/dist/src/lib/components/DataList/index.js +57 -0
- package/dist/src/lib/components/Dialog/DialogAction.d.ts +15 -0
- package/dist/src/lib/components/Dialog/DialogAction.js +57 -0
- package/dist/src/lib/components/Dialog/DialogCancel.d.ts +11 -0
- package/dist/src/lib/components/Dialog/DialogCancel.js +53 -0
- package/dist/src/lib/components/Dialog/DialogContent.d.ts +11 -0
- package/dist/src/lib/components/Dialog/DialogContent.js +55 -0
- package/dist/src/lib/components/Dialog/DialogDescription.d.ts +9 -0
- package/dist/src/lib/components/Dialog/DialogDescription.js +45 -0
- package/dist/src/lib/components/Dialog/DialogSlot.d.ts +9 -0
- package/dist/src/lib/components/Dialog/DialogSlot.js +44 -0
- package/dist/src/lib/components/Dialog/DialogTitle.d.ts +11 -0
- package/dist/src/lib/components/Dialog/DialogTitle.js +45 -0
- package/dist/src/lib/components/Dialog/DialogTrigger.d.ts +3 -0
- package/dist/src/lib/components/Dialog/DialogTrigger.js +30 -0
- package/dist/src/lib/components/Dialog/index.d.ts +18 -0
- package/dist/src/lib/components/Dialog/index.js +38 -0
- package/dist/src/lib/components/DoughnutChart/index.d.ts +23 -0
- package/dist/src/lib/components/DoughnutChart/index.js +46 -0
- package/dist/src/lib/components/DropdownMenu/DropdonMenuRadioGroup.d.ts +8 -0
- package/dist/src/lib/components/DropdownMenu/DropdonMenuRadioGroup.js +31 -0
- package/dist/src/lib/components/DropdownMenu/DropdonMenuSubContent.d.ts +11 -0
- package/dist/src/lib/components/DropdownMenu/DropdonMenuSubContent.js +58 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuCheckboxItem.d.ts +7 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuCheckboxItem.js +38 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuContent.d.ts +11 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuContent.js +54 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuItem.d.ts +13 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuItem.js +56 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +10 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuItemIndicator.js +46 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuLable.d.ts +11 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuLable.js +46 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuRadioItem.d.ts +4 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuRadioItem.js +39 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuSeparator.d.ts +3 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuSeparator.js +31 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuSub.d.ts +3 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuSub.js +30 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuSubTrigger.d.ts +4 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuSubTrigger.js +38 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +13 -0
- package/dist/src/lib/components/DropdownMenu/DropdownMenuTrigger.js +51 -0
- package/dist/src/lib/components/DropdownMenu/index.d.ts +23 -0
- package/dist/src/lib/components/DropdownMenu/index.js +43 -0
- package/dist/src/lib/components/HoverCard/HoverCardContent.d.ts +14 -0
- package/dist/src/lib/components/HoverCard/HoverCardContent.js +59 -0
- package/dist/src/lib/components/HoverCard/HoverCardTrigger.d.ts +3 -0
- package/dist/src/lib/components/HoverCard/HoverCardTrigger.js +30 -0
- package/dist/src/lib/components/HoverCard/index.d.ts +10 -0
- package/dist/src/lib/components/HoverCard/index.js +33 -0
- package/dist/src/lib/components/IconButton/index.d.ts +15 -0
- package/dist/src/lib/components/IconButton/index.js +63 -0
- package/dist/src/lib/components/Inset/index.d.ts +10 -0
- package/dist/src/lib/components/Inset/index.js +50 -0
- package/dist/src/lib/components/Label/index.d.ts +17 -0
- package/dist/src/lib/components/Label/index.js +53 -0
- package/dist/src/lib/components/Menubar/MenubarCheckboxItem.d.ts +4 -0
- package/dist/src/lib/components/Menubar/MenubarCheckboxItem.js +38 -0
- package/dist/src/lib/components/Menubar/MenubarContent.d.ts +11 -0
- package/dist/src/lib/components/Menubar/MenubarContent.js +60 -0
- package/dist/src/lib/components/Menubar/MenubarItem.d.ts +13 -0
- package/dist/src/lib/components/Menubar/MenubarItem.js +54 -0
- package/dist/src/lib/components/Menubar/MenubarItemIndicator.d.ts +10 -0
- package/dist/src/lib/components/Menubar/MenubarItemIndicator.js +49 -0
- package/dist/src/lib/components/Menubar/MenubarMenu.d.ts +2 -0
- package/dist/src/lib/components/Menubar/MenubarMenu.js +30 -0
- package/dist/src/lib/components/Menubar/MenubarRadioGroup.d.ts +8 -0
- package/dist/src/lib/components/Menubar/MenubarRadioGroup.js +31 -0
- package/dist/src/lib/components/Menubar/MenubarRadioItem.d.ts +4 -0
- package/dist/src/lib/components/Menubar/MenubarRadioItem.js +40 -0
- package/dist/src/lib/components/Menubar/MenubarSeparator.d.ts +3 -0
- package/dist/src/lib/components/Menubar/MenubarSeparator.js +31 -0
- package/dist/src/lib/components/Menubar/MenubarSub.d.ts +3 -0
- package/dist/src/lib/components/Menubar/MenubarSub.js +30 -0
- package/dist/src/lib/components/Menubar/MenubarSubContent.d.ts +10 -0
- package/dist/src/lib/components/Menubar/MenubarSubContent.js +51 -0
- package/dist/src/lib/components/Menubar/MenubarSubTrigger.d.ts +4 -0
- package/dist/src/lib/components/Menubar/MenubarSubTrigger.js +41 -0
- package/dist/src/lib/components/Menubar/MenubarTrigger.d.ts +12 -0
- package/dist/src/lib/components/Menubar/MenubarTrigger.js +57 -0
- package/dist/src/lib/components/Menubar/index.d.ts +31 -0
- package/dist/src/lib/components/Menubar/index.js +73 -0
- package/dist/src/lib/components/NavigationMenu/NavigationMenuContent.d.ts +11 -0
- package/dist/src/lib/components/NavigationMenu/NavigationMenuContent.js +48 -0
- package/dist/src/lib/components/NavigationMenu/NavigationMenuIndicator.d.ts +3 -0
- package/dist/src/lib/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
- package/dist/src/lib/components/NavigationMenu/NavigationMenuItem.d.ts +3 -0
- package/dist/src/lib/components/NavigationMenu/NavigationMenuItem.js +30 -0
- package/dist/src/lib/components/NavigationMenu/NavigationMenuLink.d.ts +13 -0
- package/dist/src/lib/components/NavigationMenu/NavigationMenuLink.js +51 -0
- package/dist/src/lib/components/NavigationMenu/NavigationMenuList.d.ts +12 -0
- package/dist/src/lib/components/NavigationMenu/NavigationMenuList.js +47 -0
- package/dist/src/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +13 -0
- package/dist/src/lib/components/NavigationMenu/NavigationMenuTrigger.js +58 -0
- package/dist/src/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +12 -0
- package/dist/src/lib/components/NavigationMenu/NavigationMenuViewport.js +53 -0
- package/dist/src/lib/components/NavigationMenu/index.d.ts +21 -0
- package/dist/src/lib/components/NavigationMenu/index.js +50 -0
- package/dist/src/lib/components/PieChart/index.d.ts +23 -0
- package/dist/src/lib/components/PieChart/index.js +46 -0
- package/dist/src/lib/components/Popover/PopoverClose.d.ts +9 -0
- package/dist/src/lib/components/Popover/PopoverClose.js +46 -0
- package/dist/src/lib/components/Popover/PopoverContent.d.ts +11 -0
- package/dist/src/lib/components/Popover/PopoverContent.js +63 -0
- package/dist/src/lib/components/Popover/PopoverTrigger.d.ts +3 -0
- package/dist/src/lib/components/Popover/PopoverTrigger.js +30 -0
- package/dist/src/lib/components/Popover/index.d.ts +12 -0
- package/dist/src/lib/components/Popover/index.js +34 -0
- package/dist/src/lib/components/Progress/index.d.ts +16 -0
- package/dist/src/lib/components/Progress/index.js +57 -0
- package/dist/src/lib/components/RadarChart/index.d.ts +34 -0
- package/dist/src/lib/components/RadarChart/index.js +43 -0
- package/dist/src/lib/components/Radio/index.d.ts +14 -0
- package/dist/src/lib/components/Radio/index.js +51 -0
- package/dist/src/lib/components/RadioCards/RadioCardsItem.d.ts +10 -0
- package/dist/src/lib/components/RadioCards/RadioCardsItem.js +52 -0
- package/dist/src/lib/components/RadioCards/index.d.ts +14 -0
- package/dist/src/lib/components/RadioCards/index.js +43 -0
- package/dist/src/lib/components/RadioGroup/RadioGroupItem.d.ts +13 -0
- package/dist/src/lib/components/RadioGroup/RadioGroupItem.js +44 -0
- package/dist/src/lib/components/RadioGroup/index.d.ts +16 -0
- package/dist/src/lib/components/RadioGroup/index.js +51 -0
- package/dist/src/lib/components/ScrollArea/index.d.ts +9 -0
- package/dist/src/lib/components/ScrollArea/index.js +36 -0
- package/dist/src/lib/components/SegmentedControl/SegmentedControlItem.d.ts +6 -0
- package/dist/src/lib/components/SegmentedControl/SegmentedControlItem.js +35 -0
- package/dist/src/lib/components/SegmentedControl/index.d.ts +15 -0
- package/dist/src/lib/components/SegmentedControl/index.js +48 -0
- package/dist/src/lib/components/Select/index.d.ts +25 -0
- package/dist/src/lib/components/Select/index.js +83 -0
- package/dist/src/lib/components/Separator/index.d.ts +11 -0
- package/dist/src/lib/components/Separator/index.js +47 -0
- package/dist/src/lib/components/Skeleton/index.d.ts +15 -0
- package/dist/src/lib/components/Skeleton/index.js +43 -0
- package/dist/src/lib/components/Slider/index.d.ts +15 -0
- package/dist/src/lib/components/Slider/index.js +50 -0
- package/dist/src/lib/components/Spinner/index.d.ts +15 -0
- package/dist/src/lib/components/Spinner/index.js +47 -0
- package/dist/src/lib/components/TabNav/index.d.ts +11 -0
- package/dist/src/lib/components/TabNav/index.js +46 -0
- package/dist/src/lib/components/Table/index.d.ts +21 -0
- package/dist/src/lib/components/Table/index.js +89 -0
- package/dist/src/lib/components/Tabs/index.d.ts +16 -0
- package/dist/src/lib/components/Tabs/index.js +59 -0
- package/dist/src/lib/components/TextArea/index.d.ts +16 -0
- package/dist/src/lib/components/TextArea/index.js +58 -0
- package/dist/src/lib/components/TextField/index.d.ts +18 -0
- package/dist/src/lib/components/TextField/index.js +53 -0
- package/dist/src/lib/components/Toast/ToastActionButton.d.ts +14 -0
- package/dist/src/lib/components/Toast/ToastActionButton.js +67 -0
- package/dist/src/lib/components/Toast/ToastDescription.d.ts +13 -0
- package/dist/src/lib/components/Toast/ToastDescription.js +53 -0
- package/dist/src/lib/components/Toast/ToastTitle.d.ts +13 -0
- package/dist/src/lib/components/Toast/ToastTitle.js +53 -0
- package/dist/src/lib/components/Toast/index.d.ts +30 -0
- package/dist/src/lib/components/Toast/index.js +94 -0
- package/dist/src/lib/components/Toggle/ToggleWithText.d.ts +21 -0
- package/dist/src/lib/components/Toggle/ToggleWithText.js +57 -0
- package/dist/src/lib/components/Toggle/index.d.ts +21 -0
- package/dist/src/lib/components/Toggle/index.js +58 -0
- package/dist/src/lib/components/ToggleGroup/index.d.ts +20 -0
- package/dist/src/lib/components/ToggleGroup/index.js +43 -0
- package/dist/src/lib/components/ToggleGroup/toggleGroupItem.d.ts +17 -0
- package/dist/src/lib/components/ToggleGroup/toggleGroupItem.js +52 -0
- package/dist/src/lib/components/ToggleSwitch/index.d.ts +13 -0
- package/dist/src/lib/components/ToggleSwitch/index.js +71 -0
- package/dist/src/lib/components/Tooltip/index.d.ts +20 -0
- package/dist/src/lib/components/Tooltip/index.js +49 -0
- package/dist/src/lib/components/index.d.ts +46 -0
- package/dist/src/lib/components/index.js +48 -0
- package/dist/src/lib/constants.d.ts +185 -0
- package/dist/src/lib/constants.js +569 -0
- package/dist/src/lib/index.d.ts +2 -0
- package/dist/src/lib/index.js +2 -0
- package/dist/src/lib/types.d.ts +11 -0
- package/dist/src/lib/types.js +1 -0
- package/dist/src/lib/utils/utils.d.ts +3 -0
- package/dist/src/lib/utils/utils.js +27 -0
- package/package.json +5 -5
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
export interface AlertDialogDescriptionProps extends VariantProps<typeof alertDialogDescriptionVariants> {
|
5
|
+
contentText?: string;
|
6
|
+
}
|
7
|
+
export declare const alertDialogDescriptionVariants: (props?: ({
|
8
|
+
size?: "small" | "medium" | "large" | "x-large" | null | undefined;
|
9
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
10
|
+
export declare const AlertDialogDescription: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & AlertDialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>>;
|
@@ -0,0 +1,45 @@
|
|
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 { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
25
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
26
|
+
import { cva } from 'class-variance-authority';
|
27
|
+
import { cn } from 'lib/utils/utils';
|
28
|
+
export var alertDialogDescriptionVariants = cva("text-slate-12 dark:text-slateDark-12 font-normal", {
|
29
|
+
variants: {
|
30
|
+
size: {
|
31
|
+
small: 'text-xs mb-3',
|
32
|
+
medium: 'text-sm mb-4',
|
33
|
+
large: 'text-base mb-5',
|
34
|
+
'x-large': 'text-lg mb-6',
|
35
|
+
},
|
36
|
+
},
|
37
|
+
defaultVariants: {
|
38
|
+
size: 'medium',
|
39
|
+
},
|
40
|
+
});
|
41
|
+
export var AlertDialogDescription = forwardRef(function (_a, ref) {
|
42
|
+
var className = _a.className, children = _a.children, size = _a.size, contentText = _a.contentText, props = __rest(_a, ["className", "children", "size", "contentText"]);
|
43
|
+
return (_jsx(AlertDialogPrimitive.Description, __assign({ className: cn(alertDialogDescriptionVariants({ size: size }), className), ref: ref }, props, { children: contentText !== null && contentText !== void 0 ? contentText : children })));
|
44
|
+
});
|
45
|
+
AlertDialogDescription.displayName = 'AlertDialogDescription';
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
export interface AlertDialogTitleProps extends VariantProps<typeof alertDialogTitleVariants> {
|
5
|
+
titleText?: string;
|
6
|
+
}
|
7
|
+
export declare const alertDialogTitleVariants: (props?: ({
|
8
|
+
size?: "small" | "medium" | "large" | "x-large" | null | undefined;
|
9
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
10
|
+
export declare const AlertDialogTitle: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & AlertDialogTitleProps & React.RefAttributes<HTMLHeadingElement>>;
|
@@ -0,0 +1,45 @@
|
|
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 { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
25
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
26
|
+
import { cva } from 'class-variance-authority';
|
27
|
+
import { cn } from 'lib/utils/utils';
|
28
|
+
export var alertDialogTitleVariants = cva("m-0 text-slate-12 dark:text-slateDark-12 font-bold", {
|
29
|
+
variants: {
|
30
|
+
size: {
|
31
|
+
small: 'text-sm mb-1',
|
32
|
+
medium: 'text-lg mb-2',
|
33
|
+
large: 'text-xl mb-3',
|
34
|
+
'x-large': 'text-2xl mb-4',
|
35
|
+
},
|
36
|
+
},
|
37
|
+
defaultVariants: {
|
38
|
+
size: 'large',
|
39
|
+
},
|
40
|
+
});
|
41
|
+
export var AlertDialogTitle = forwardRef(function (_a, ref) {
|
42
|
+
var className = _a.className, children = _a.children, size = _a.size, titleText = _a.titleText, props = __rest(_a, ["className", "children", "size", "titleText"]);
|
43
|
+
return (_jsx(AlertDialogPrimitive.Title, __assign({ className: cn(alertDialogTitleVariants({ size: size }), className), ref: ref }, props, { children: titleText !== null && titleText !== void 0 ? titleText : children })));
|
44
|
+
});
|
45
|
+
AlertDialogTitle.displayName = 'AlertDialogTitle';
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
import { IAppearance, IColor } from 'lib/types';
|
5
|
+
export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
6
|
+
color?: IColor;
|
7
|
+
appearance?: IAppearance;
|
8
|
+
}
|
9
|
+
declare const buttonVariants: (props?: ({
|
10
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
11
|
+
size?: "small" | "medium" | "large" | "x-large" | null | undefined;
|
12
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
13
|
+
weight?: "bold" | "medium" | "regular" | "semibold" | null | undefined;
|
14
|
+
color?: string | null | undefined;
|
15
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
16
|
+
export declare const AlertDialogTrigger: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & ButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
17
|
+
export {};
|
@@ -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 { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
25
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
26
|
+
import { cva } from 'class-variance-authority';
|
27
|
+
import { radiusVariants, scalingVariants, weightVariants, primaryColorStyle, appearanceStyle, } from 'lib/constants';
|
28
|
+
import { cn } from 'lib/utils/utils';
|
29
|
+
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", {
|
30
|
+
variants: {
|
31
|
+
radius: __assign({}, radiusVariants['base']),
|
32
|
+
size: {
|
33
|
+
small: 'text-xs h-[24px] px-2',
|
34
|
+
medium: 'text-sm h-[32px] px-3',
|
35
|
+
large: 'text-base h-[40px] px-4',
|
36
|
+
'x-large': 'text-lg h-[48px] px-6',
|
37
|
+
},
|
38
|
+
scaling: __assign({}, scalingVariants),
|
39
|
+
weight: __assign({}, weightVariants),
|
40
|
+
color: primaryColorStyle(),
|
41
|
+
},
|
42
|
+
defaultVariants: {
|
43
|
+
radius: 'large',
|
44
|
+
scaling: '100%',
|
45
|
+
weight: 'medium',
|
46
|
+
color: 'red',
|
47
|
+
size: 'large',
|
48
|
+
},
|
49
|
+
});
|
50
|
+
export var AlertDialogTrigger = forwardRef(function (_a, ref) {
|
51
|
+
var children = _a.children, className = _a.className, 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, ["children", "className", "radius", "scaling", "size", "weight", "color", "appearance"]);
|
52
|
+
var buttonClassName = cn(buttonVariants({ radius: radius, scaling: scaling, size: size, weight: weight, color: color }), appearanceStyle(appearance, color), className);
|
53
|
+
return (_jsx(AlertDialogPrimitive.Trigger, __assign({ asChild: true, ref: ref, className: buttonClassName }, props, { children: children })));
|
54
|
+
});
|
55
|
+
AlertDialogTrigger.displayName = 'AlertDialogTrigger';
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
import { alertDialogContentVariants } from './AlertDialogContent';
|
5
|
+
import { alertDialogTitleVariants } from './AlertDialogTitle';
|
6
|
+
import { alertDialogDescriptionVariants } from './AlertDialogDescription';
|
7
|
+
import { IColor } from 'lib/types';
|
8
|
+
export * from './AlertDialogTrigger';
|
9
|
+
export * from './AlertDialogContent';
|
10
|
+
export * from './AlertDialogTitle';
|
11
|
+
export * from './AlertDialogDescription';
|
12
|
+
export * from './AlertDialogCancel';
|
13
|
+
export * from './AlertDialogAction';
|
14
|
+
export interface AlertDialogProps extends VariantProps<typeof alertDialogContentVariants>, VariantProps<typeof alertDialogTitleVariants>, VariantProps<typeof alertDialogDescriptionVariants> {
|
15
|
+
titleText?: string;
|
16
|
+
contentText?: string;
|
17
|
+
color?: IColor;
|
18
|
+
}
|
19
|
+
export declare const AlertDialog: React.ForwardRefExoticComponent<AlertDialogPrimitive.AlertDialogProps & AlertDialogProps & React.RefAttributes<never>>;
|
20
|
+
export default AlertDialog;
|
@@ -0,0 +1,37 @@
|
|
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 { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
25
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
26
|
+
export * from './AlertDialogTrigger';
|
27
|
+
export * from './AlertDialogContent';
|
28
|
+
export * from './AlertDialogTitle';
|
29
|
+
export * from './AlertDialogDescription';
|
30
|
+
export * from './AlertDialogCancel';
|
31
|
+
export * from './AlertDialogAction';
|
32
|
+
export var AlertDialog = forwardRef(function (_a, ref) {
|
33
|
+
var children = _a.children, props = __rest(_a, ["children"]);
|
34
|
+
return (_jsx("div", { ref: ref, children: _jsx(AlertDialogPrimitive.Root, __assign({}, props, { children: children })) }));
|
35
|
+
});
|
36
|
+
AlertDialog.displayName = 'AlertDialog';
|
37
|
+
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,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 { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
25
|
+
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
26
|
+
import { cva } from 'class-variance-authority';
|
27
|
+
import { cn } from 'lib/utils/utils';
|
28
|
+
import { scalingVariants } from 'lib/constants';
|
29
|
+
export var aspectRatioVariants = cva('', {
|
30
|
+
variants: {
|
31
|
+
scaling: __assign({}, scalingVariants),
|
32
|
+
},
|
33
|
+
defaultVariants: {
|
34
|
+
scaling: '100%',
|
35
|
+
},
|
36
|
+
});
|
37
|
+
var AspectRatio = forwardRef(function (_a, ref) {
|
38
|
+
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"]);
|
39
|
+
return (_jsx(AspectRatioPrimitive.Root, __assign({ ratio: ratio, ref: ref }, props, { className: cn(aspectRatioVariants({ scaling: scaling }), className), children: children })));
|
40
|
+
});
|
41
|
+
AspectRatio.displayName = 'AspectRatio';
|
42
|
+
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?: "small" | "none" | "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,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 { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
25
|
+
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
26
|
+
import { cva } from 'class-variance-authority';
|
27
|
+
import { cn } from 'lib/utils/utils';
|
28
|
+
import { appearanceStyle, primaryColorStyle, radiusVariants, scalingVariants } from 'lib/constants';
|
29
|
+
var AvatarVariants = cva('font-medium', {
|
30
|
+
variants: {
|
31
|
+
radius: __assign({}, radiusVariants['base']),
|
32
|
+
size: {
|
33
|
+
'1': 'h-[24px] w-[24px] text-[12px]',
|
34
|
+
'2': 'h-[32px] w-[32px] text-[14px]',
|
35
|
+
'3': 'h-[40px] w-[40px] text-[16px]',
|
36
|
+
'4': 'h-[48px] w-[48px] text-[18px]',
|
37
|
+
'5': 'h-[64px] w-[64px] text-[24px]',
|
38
|
+
'6': 'h-[80px] w-[80px] text-[28px]',
|
39
|
+
'7': 'h-[96px] w-[96px] text-[28px]',
|
40
|
+
'8': 'h-[128px] w-[128px] text-[35px]',
|
41
|
+
'9': 'h-[160px] w-[160px] text-[60px]',
|
42
|
+
},
|
43
|
+
scaling: __assign({}, scalingVariants),
|
44
|
+
color: primaryColorStyle(),
|
45
|
+
},
|
46
|
+
defaultVariants: {
|
47
|
+
radius: 'full',
|
48
|
+
color: 'red',
|
49
|
+
size: '3',
|
50
|
+
},
|
51
|
+
});
|
52
|
+
var Avatar = forwardRef(function (_a, ref) {
|
53
|
+
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"]);
|
54
|
+
return (_jsxs(AvatarPrimitive.Root, __assign({ 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, children: [_jsx(AvatarPrimitive.Image, { className: "h-full w-full object-cover border-none", src: imagePath, alt: alt }), _jsx(AvatarPrimitive.Fallback, { className: cn("leading-1 flex h-full w-full items-center justify-center", className), delayMs: 300, children: fallbackText })] })));
|
55
|
+
});
|
56
|
+
Avatar.displayName = 'Avatar';
|
57
|
+
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 'lib/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?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
12
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
13
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
14
|
+
weight?: "bold" | "medium" | "regular" | "semibold" | 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,54 @@
|
|
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 { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
25
|
+
import { cva } from 'class-variance-authority';
|
26
|
+
import { cn } from 'lib/utils/utils';
|
27
|
+
import { appearanceStyle, primaryColorStyle, radiusVariants, scalingVariants, weightVariants, } from 'lib/constants';
|
28
|
+
var BadgeVariants = cva('inline-flex items-center transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2', {
|
29
|
+
variants: {
|
30
|
+
radius: __assign({}, radiusVariants['base']),
|
31
|
+
size: {
|
32
|
+
small: 'text-xs h-[20px] px-1.5 py-0.5',
|
33
|
+
medium: 'text-xs h-[24px] px-2 py-1',
|
34
|
+
large: 'text-sm h-[28px] px-2.5 py-1',
|
35
|
+
},
|
36
|
+
scaling: __assign({}, scalingVariants),
|
37
|
+
weight: __assign({}, weightVariants),
|
38
|
+
color: primaryColorStyle(),
|
39
|
+
},
|
40
|
+
defaultVariants: {
|
41
|
+
radius: 'medium',
|
42
|
+
size: 'medium',
|
43
|
+
scaling: '100%',
|
44
|
+
weight: 'medium',
|
45
|
+
color: 'red',
|
46
|
+
},
|
47
|
+
});
|
48
|
+
var Badge = forwardRef(function (_a, ref) {
|
49
|
+
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"]);
|
50
|
+
var badgeClassName = cn(BadgeVariants({ radius: radius, scaling: scaling, weight: weight, size: size, color: color }), appearanceStyle(appearance, color, false), className);
|
51
|
+
return (_jsx("div", __assign({ ref: ref, className: badgeClassName }, props, { children: children })));
|
52
|
+
});
|
53
|
+
Badge.displayName = 'Badge';
|
54
|
+
export default Badge;
|
@@ -0,0 +1,31 @@
|
|
1
|
+
import { PointStyle } from 'lib/types';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
export interface BubbleChartProps extends VariantProps<typeof bubbleChartVariants> {
|
4
|
+
datasets: {
|
5
|
+
label: string;
|
6
|
+
data: {
|
7
|
+
x: number;
|
8
|
+
y: number;
|
9
|
+
r: number;
|
10
|
+
}[];
|
11
|
+
backgroundColor?: string;
|
12
|
+
borderColor?: string;
|
13
|
+
borderWidth?: number;
|
14
|
+
hoverBackgroundColor?: string;
|
15
|
+
hoverBorderColor?: string;
|
16
|
+
hoverBorderWidth?: number;
|
17
|
+
pointStyle?: PointStyle;
|
18
|
+
}[];
|
19
|
+
options?: {};
|
20
|
+
className?: string;
|
21
|
+
width?: string | number;
|
22
|
+
height?: string | number;
|
23
|
+
}
|
24
|
+
declare const bubbleChartVariants: (props?: ({
|
25
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
26
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
27
|
+
export declare const BubbleChart: {
|
28
|
+
({ className, datasets, scaling, width, height, ...props }: BubbleChartProps): import("react/jsx-runtime").JSX.Element;
|
29
|
+
displayName: string;
|
30
|
+
};
|
31
|
+
export default BubbleChart;
|
@@ -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 { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { Bubble } from 'react-chartjs-2';
|
25
|
+
import { Chart as ChartJS, LinearScale, PointElement, Tooltip, Legend } from 'chart.js/auto';
|
26
|
+
import { scalingVariants } from 'lib/constants';
|
27
|
+
import { cva } from 'class-variance-authority';
|
28
|
+
import { cn } from 'lib/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 (_jsx(Bubble, __assign({ data: { datasets: datasets }, className: cn(bubbleChartVariants({ scaling: scaling }), className), width: width, height: height }, props)));
|
41
|
+
};
|
42
|
+
BubbleChart.displayName = 'BubbleChart';
|
43
|
+
export default BubbleChart;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
import { IAppearance, IColor } from 'lib/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?: "small" | "none" | "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?: "bold" | "medium" | "regular" | "semibold" | 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,56 @@
|
|
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 { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
25
|
+
import { cva } from 'class-variance-authority';
|
26
|
+
import { cn } from 'lib/utils/utils';
|
27
|
+
import { radiusVariants, weightVariants, primaryColorStyle, appearanceStyle, scalingVariants, } from 'lib/constants';
|
28
|
+
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", {
|
29
|
+
variants: {
|
30
|
+
radius: __assign({}, radiusVariants['base']),
|
31
|
+
size: {
|
32
|
+
'x-small': 'text-xs min-w-[36px] h-[20px] px-1.5',
|
33
|
+
small: 'text-xs min-w-[40px] h-[24px] px-2',
|
34
|
+
medium: 'text-sm min-w-[50px] h-[32px] px-3',
|
35
|
+
large: 'text-base min-w-[62px] h-[40px] px-4',
|
36
|
+
'x-large': 'text-lg min-w-[82px] h-[48px] px-6',
|
37
|
+
},
|
38
|
+
scaling: __assign({}, scalingVariants),
|
39
|
+
weight: __assign({}, weightVariants),
|
40
|
+
color: primaryColorStyle(),
|
41
|
+
},
|
42
|
+
defaultVariants: {
|
43
|
+
radius: 'medium',
|
44
|
+
scaling: '100%',
|
45
|
+
weight: 'medium',
|
46
|
+
color: 'red',
|
47
|
+
size: 'medium',
|
48
|
+
},
|
49
|
+
});
|
50
|
+
export var Button = forwardRef(function (_a, ref) {
|
51
|
+
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"]);
|
52
|
+
var buttonClassName = cn(buttonVariants({ radius: radius, scaling: scaling, size: size, weight: weight, color: color }), appearanceStyle(appearance, color, true), className);
|
53
|
+
return (_jsx("button", __assign({ ref: ref, className: buttonClassName }, props, { children: children })));
|
54
|
+
});
|
55
|
+
Button.displayName = 'Button';
|
56
|
+
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 {};
|