@lotte-innovate/ui-component-test 0.1.49 → 0.1.50
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/lib/Typography/Header/index.d.ts +13 -0
- package/dist/cjs/lib/Typography/Header/index.js +55 -0
- package/dist/cjs/lib/Typography/Text/index.d.ts +15 -0
- package/dist/cjs/lib/Typography/Text/index.js +44 -0
- package/dist/cjs/lib/Typography/index.d.ts +2 -0
- package/dist/cjs/lib/color/alpha.d.ts +784 -0
- package/dist/cjs/lib/color/constants.d.ts +29 -0
- package/dist/cjs/lib/color/dark.d.ts +392 -0
- package/dist/cjs/lib/color/krdsColors.d.ts +309 -0
- package/dist/cjs/lib/color/light.d.ts +392 -0
- package/dist/cjs/lib/components/Accordion/index.d.ts +22 -0
- package/dist/cjs/lib/components/Accordion/index.js +64 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogAction.d.ts +14 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogAction.js +61 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogCancel.d.ts +13 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogCancel.js +60 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogContent.d.ts +11 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogContent.js +51 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogDescription.d.ts +10 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogDescription.js +47 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogRoot.d.ts +16 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogRoot.js +46 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogTitle.d.ts +10 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogTitle.js +47 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogTrigger.d.ts +17 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogTrigger.js +55 -0
- package/dist/cjs/lib/components/AlertDialog/index.d.ts +11 -0
- package/dist/cjs/lib/components/AlertDialog/index.js +17 -0
- package/dist/cjs/lib/components/AspectRatio/index.d.ts +10 -0
- package/dist/cjs/lib/components/AspectRatio/index.js +42 -0
- package/dist/cjs/lib/components/Avatar/index.d.ts +21 -0
- package/dist/cjs/lib/components/Avatar/index.js +58 -0
- package/dist/cjs/lib/components/Badge/index.d.ts +18 -0
- package/dist/cjs/lib/components/Badge/index.js +54 -0
- package/dist/cjs/lib/components/BarChart/index.d.ts +38 -0
- package/dist/cjs/lib/components/BarChart/index.js +63 -0
- package/dist/cjs/lib/components/BubbleChart/index.d.ts +29 -0
- package/dist/cjs/lib/components/BubbleChart/index.js +73 -0
- package/dist/cjs/lib/components/Button/index.d.ts +16 -0
- package/dist/cjs/lib/components/Button/index.js +56 -0
- package/dist/cjs/lib/components/Callout/CalloutIcon.d.ts +13 -0
- package/dist/cjs/lib/components/Callout/CalloutIcon.js +57 -0
- package/dist/cjs/lib/components/Callout/CalloutRoot.d.ts +18 -0
- package/dist/cjs/lib/components/Callout/CalloutRoot.js +72 -0
- package/dist/cjs/lib/components/Callout/CalloutText.d.ts +10 -0
- package/dist/cjs/lib/components/Callout/CalloutText.js +52 -0
- package/dist/cjs/lib/components/Callout/index.d.ts +7 -0
- package/dist/cjs/lib/components/Callout/index.js +9 -0
- package/dist/cjs/lib/components/Card/index.d.ts +14 -0
- package/dist/cjs/lib/components/Card/index.js +64 -0
- package/dist/cjs/lib/components/Checkbox/index.d.ts +17 -0
- package/dist/cjs/lib/components/Checkbox/index.js +89 -0
- package/dist/cjs/lib/components/CheckboxCard/index.d.ts +20 -0
- package/dist/cjs/lib/components/CheckboxCard/index.js +58 -0
- package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupItem.d.ts +5 -0
- package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupItem.js +33 -0
- package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupRoot.d.ts +17 -0
- package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupRoot.js +34 -0
- package/dist/cjs/lib/components/CheckboxGroup/index.d.ts +6 -0
- package/dist/cjs/lib/components/CheckboxGroup/index.js +4 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuCheckboxItem.d.ts +4 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuCheckboxItem.js +42 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuContent.d.ts +11 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuContent.js +56 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuGroup.d.ts +4 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuGroup.js +30 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuItem.d.ts +13 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuItem.js +59 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +10 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuItemIndicator.js +50 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuLabel.d.ts +11 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuLabel.js +48 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioGroup.d.ts +8 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioGroup.js +31 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioItem.d.ts +4 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioItem.js +44 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRoot.d.ts +13 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRoot.js +42 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSeparator.d.ts +3 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSeparator.js +31 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSubContent.d.ts +11 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSubContent.js +54 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSubTrigger.d.ts +4 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSubTrigger.js +40 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuTrigger.d.ts +4 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuTrigger.js +31 -0
- package/dist/cjs/lib/components/ContextMenu/index.d.ts +17 -0
- package/dist/cjs/lib/components/ContextMenu/index.js +29 -0
- package/dist/cjs/lib/components/DataList/DataListItem.d.ts +9 -0
- package/dist/cjs/lib/components/DataList/DataListItem.js +43 -0
- package/dist/cjs/lib/components/DataList/DataListLabel.d.ts +10 -0
- package/dist/cjs/lib/components/DataList/DataListLabel.js +49 -0
- package/dist/cjs/lib/components/DataList/DataListRoot.d.ts +14 -0
- package/dist/cjs/lib/components/DataList/DataListRoot.js +54 -0
- package/dist/cjs/lib/components/DataList/DataListValue.d.ts +11 -0
- package/dist/cjs/lib/components/DataList/DataListValue.js +51 -0
- package/dist/cjs/lib/components/DataList/index.d.ts +8 -0
- package/dist/cjs/lib/components/DataList/index.js +6 -0
- package/dist/cjs/lib/components/Dialog/DialogAction.d.ts +13 -0
- package/dist/cjs/lib/components/Dialog/DialogAction.js +59 -0
- package/dist/cjs/lib/components/Dialog/DialogCancel.d.ts +11 -0
- package/dist/cjs/lib/components/Dialog/DialogCancel.js +55 -0
- package/dist/cjs/lib/components/Dialog/DialogContent.d.ts +11 -0
- package/dist/cjs/lib/components/Dialog/DialogContent.js +57 -0
- package/dist/cjs/lib/components/Dialog/DialogDescription.d.ts +9 -0
- package/dist/cjs/lib/components/Dialog/DialogDescription.js +47 -0
- package/dist/cjs/lib/components/Dialog/DialogRoot.d.ts +15 -0
- package/dist/cjs/lib/components/Dialog/DialogRoot.js +37 -0
- package/dist/cjs/lib/components/Dialog/DialogSlot.d.ts +9 -0
- package/dist/cjs/lib/components/Dialog/DialogSlot.js +46 -0
- package/dist/cjs/lib/components/Dialog/DialogTitle.d.ts +11 -0
- package/dist/cjs/lib/components/Dialog/DialogTitle.js +47 -0
- package/dist/cjs/lib/components/Dialog/DialogTrigger.d.ts +3 -0
- package/dist/cjs/lib/components/Dialog/DialogTrigger.js +30 -0
- package/dist/cjs/lib/components/Dialog/index.d.ts +15 -0
- package/dist/cjs/lib/components/Dialog/index.js +19 -0
- package/dist/cjs/lib/components/DoughnutChart/index.d.ts +23 -0
- package/dist/cjs/lib/components/DoughnutChart/index.js +65 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdonMenuRadioGroup.d.ts +3 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdonMenuRadioGroup.js +30 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdonMenuSubContent.d.ts +11 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdonMenuSubContent.js +60 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuCheckboxItem.d.ts +7 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuCheckboxItem.js +41 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuContent.d.ts +11 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuContent.js +56 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItem.d.ts +15 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItem.js +58 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +10 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItemIndicator.js +48 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuLable.d.ts +10 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuLable.js +45 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRadioItem.d.ts +6 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRadioItem.js +41 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +15 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRoot.js +38 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSeparator.d.ts +3 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSeparator.js +31 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSub.d.ts +3 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSub.js +30 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSubTrigger.d.ts +4 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSubTrigger.js +40 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +14 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuTrigger.js +53 -0
- package/dist/cjs/lib/components/DropdownMenu/index.d.ts +20 -0
- package/dist/cjs/lib/components/DropdownMenu/index.js +29 -0
- package/dist/cjs/lib/components/HoverCard/HoverCardContent.d.ts +14 -0
- package/dist/cjs/lib/components/HoverCard/HoverCardContent.js +61 -0
- package/dist/cjs/lib/components/HoverCard/HoverCardRoot.d.ts +11 -0
- package/dist/cjs/lib/components/HoverCard/HoverCardRoot.js +38 -0
- package/dist/cjs/lib/components/HoverCard/HoverCardTrigger.d.ts +3 -0
- package/dist/cjs/lib/components/HoverCard/HoverCardTrigger.js +30 -0
- package/dist/cjs/lib/components/HoverCard/index.d.ts +10 -0
- package/dist/cjs/lib/components/HoverCard/index.js +9 -0
- package/dist/cjs/lib/components/IconButton/index.d.ts +15 -0
- package/dist/cjs/lib/components/IconButton/index.js +63 -0
- package/dist/cjs/lib/components/Inset/index.d.ts +10 -0
- package/dist/cjs/lib/components/Inset/index.js +50 -0
- package/dist/cjs/lib/components/Label/index.d.ts +17 -0
- package/dist/cjs/lib/components/Label/index.js +53 -0
- package/dist/cjs/lib/components/LineChart/index.d.ts +44 -0
- package/dist/cjs/lib/components/LineChart/index.js +61 -0
- package/dist/cjs/lib/components/Menubar/MenubarCheckboxItem.d.ts +4 -0
- package/dist/cjs/lib/components/Menubar/MenubarCheckboxItem.js +38 -0
- package/dist/cjs/lib/components/Menubar/MenubarContent.d.ts +11 -0
- package/dist/cjs/lib/components/Menubar/MenubarContent.js +60 -0
- package/dist/cjs/lib/components/Menubar/MenubarItem.d.ts +13 -0
- package/dist/cjs/lib/components/Menubar/MenubarItem.js +54 -0
- package/dist/cjs/lib/components/Menubar/MenubarItemIndicator.d.ts +10 -0
- package/dist/cjs/lib/components/Menubar/MenubarItemIndicator.js +49 -0
- package/dist/cjs/lib/components/Menubar/MenubarMenu.d.ts +5 -0
- package/dist/cjs/lib/components/Menubar/MenubarMenu.js +30 -0
- package/dist/cjs/lib/components/Menubar/MenubarRadioGroup.d.ts +8 -0
- package/dist/cjs/lib/components/Menubar/MenubarRadioGroup.js +31 -0
- package/dist/cjs/lib/components/Menubar/MenubarRadioItem.d.ts +4 -0
- package/dist/cjs/lib/components/Menubar/MenubarRadioItem.js +40 -0
- package/dist/cjs/lib/components/Menubar/MenubarRoot.d.ts +19 -0
- package/dist/cjs/lib/components/Menubar/MenubarRoot.js +61 -0
- package/dist/cjs/lib/components/Menubar/MenubarSeparator.d.ts +3 -0
- package/dist/cjs/lib/components/Menubar/MenubarSeparator.js +31 -0
- package/dist/cjs/lib/components/Menubar/MenubarSub.d.ts +3 -0
- package/dist/cjs/lib/components/Menubar/MenubarSub.js +30 -0
- package/dist/cjs/lib/components/Menubar/MenubarSubContent.d.ts +10 -0
- package/dist/cjs/lib/components/Menubar/MenubarSubContent.js +51 -0
- package/dist/cjs/lib/components/Menubar/MenubarSubTrigger.d.ts +4 -0
- package/dist/cjs/lib/components/Menubar/MenubarSubTrigger.js +41 -0
- package/dist/cjs/lib/components/Menubar/MenubarTrigger.d.ts +12 -0
- package/dist/cjs/lib/components/Menubar/MenubarTrigger.js +57 -0
- package/dist/cjs/lib/components/Menubar/index.d.ts +19 -0
- package/dist/cjs/lib/components/Menubar/index.js +29 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuContent.d.ts +11 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuContent.js +48 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuIndicator.d.ts +3 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuItem.d.ts +3 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuItem.js +30 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuLink.d.ts +13 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuLink.js +51 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuList.d.ts +12 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuList.js +47 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuRoot.d.ts +14 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuRoot.js +43 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +13 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuTrigger.js +58 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +12 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuViewport.js +53 -0
- package/dist/cjs/lib/components/NavigationMenu/index.d.ts +12 -0
- package/dist/cjs/lib/components/NavigationMenu/index.js +10 -0
- package/dist/cjs/lib/components/PieChart/index.d.ts +23 -0
- package/dist/cjs/lib/components/PieChart/index.js +65 -0
- package/dist/cjs/lib/components/Popover/PopoverClose.d.ts +9 -0
- package/dist/cjs/lib/components/Popover/PopoverClose.js +48 -0
- package/dist/cjs/lib/components/Popover/PopoverContent.d.ts +11 -0
- package/dist/cjs/lib/components/Popover/PopoverContent.js +65 -0
- package/dist/cjs/lib/components/Popover/PopoverRoot.d.ts +12 -0
- package/dist/cjs/lib/components/Popover/PopoverRoot.js +36 -0
- package/dist/cjs/lib/components/Popover/PopoverTrigger.d.ts +3 -0
- package/dist/cjs/lib/components/Popover/PopoverTrigger.js +30 -0
- package/dist/cjs/lib/components/Popover/index.d.ts +11 -0
- package/dist/cjs/lib/components/Popover/index.js +11 -0
- package/dist/cjs/lib/components/Progress/index.d.ts +13 -0
- package/dist/cjs/lib/components/Progress/index.js +56 -0
- package/dist/cjs/lib/components/RadarChart/index.d.ts +33 -0
- package/dist/cjs/lib/components/RadarChart/index.js +76 -0
- package/dist/cjs/lib/components/Radio/index.d.ts +13 -0
- package/dist/cjs/lib/components/Radio/index.js +53 -0
- package/dist/cjs/lib/components/RadioCards/RadioCardsItem.d.ts +10 -0
- package/dist/cjs/lib/components/RadioCards/RadioCardsItem.js +54 -0
- package/dist/cjs/lib/components/RadioCards/RadioCardsRoot.d.ts +13 -0
- package/dist/cjs/lib/components/RadioCards/RadioCardsRoot.js +46 -0
- package/dist/cjs/lib/components/RadioCards/index.d.ts +6 -0
- package/dist/cjs/lib/components/RadioCards/index.js +7 -0
- package/dist/cjs/lib/components/RadioGroup/RadioGroupItem.d.ts +13 -0
- package/dist/cjs/lib/components/RadioGroup/RadioGroupItem.js +46 -0
- package/dist/cjs/lib/components/RadioGroup/RadioGroupRoot.d.ts +15 -0
- package/dist/cjs/lib/components/RadioGroup/RadioGroupRoot.js +53 -0
- package/dist/cjs/lib/components/RadioGroup/index.d.ts +6 -0
- package/dist/cjs/lib/components/RadioGroup/index.js +7 -0
- package/dist/cjs/lib/components/ScrollArea/index.d.ts +9 -0
- package/dist/cjs/lib/components/ScrollArea/index.js +36 -0
- package/dist/cjs/lib/components/SegmentedControl/SegmentedControlItem.d.ts +6 -0
- package/dist/cjs/lib/components/SegmentedControl/SegmentedControlItem.js +35 -0
- package/dist/cjs/lib/components/SegmentedControl/SegmentedControlRoot.d.ts +14 -0
- package/dist/cjs/lib/components/SegmentedControl/SegmentedControlRoot.js +47 -0
- package/dist/cjs/lib/components/SegmentedControl/index.d.ts +6 -0
- package/dist/cjs/lib/components/SegmentedControl/index.js +7 -0
- package/dist/cjs/lib/components/Select/index.d.ts +34 -0
- package/dist/cjs/lib/components/Select/index.js +92 -0
- package/dist/cjs/lib/components/Separator/index.d.ts +11 -0
- package/dist/cjs/lib/components/Separator/index.js +47 -0
- package/dist/cjs/lib/components/Skeleton/index.d.ts +14 -0
- package/dist/cjs/lib/components/Skeleton/index.js +42 -0
- package/dist/cjs/lib/components/Slider/index.d.ts +14 -0
- package/dist/cjs/lib/components/Slider/index.js +49 -0
- package/dist/cjs/lib/components/Spinner/index.d.ts +15 -0
- package/dist/cjs/lib/components/Spinner/index.js +47 -0
- package/dist/cjs/lib/components/TabNav/index.d.ts +15 -0
- package/dist/cjs/lib/components/TabNav/index.js +50 -0
- package/dist/cjs/lib/components/Table/index.d.ts +30 -0
- package/dist/cjs/lib/components/Table/index.js +98 -0
- package/dist/cjs/lib/components/Tabs/index.d.ts +22 -0
- package/dist/cjs/lib/components/Tabs/index.js +65 -0
- package/dist/cjs/lib/components/TextArea/index.d.ts +16 -0
- package/dist/cjs/lib/components/TextArea/index.js +58 -0
- package/dist/cjs/lib/components/TextField/index.d.ts +21 -0
- package/dist/cjs/lib/components/TextField/index.js +56 -0
- package/dist/cjs/lib/components/Toast/ToastActionButton.d.ts +14 -0
- package/dist/cjs/lib/components/Toast/ToastActionButton.js +67 -0
- package/dist/cjs/lib/components/Toast/ToastDescription.d.ts +13 -0
- package/dist/cjs/lib/components/Toast/ToastDescription.js +53 -0
- package/dist/cjs/lib/components/Toast/ToastRoot.d.ts +27 -0
- package/dist/cjs/lib/components/Toast/ToastRoot.js +90 -0
- package/dist/cjs/lib/components/Toast/ToastTitle.d.ts +13 -0
- package/dist/cjs/lib/components/Toast/ToastTitle.js +53 -0
- package/dist/cjs/lib/components/Toast/index.d.ts +8 -0
- package/dist/cjs/lib/components/Toast/index.js +11 -0
- package/dist/cjs/lib/components/Toggle/ToggleWithText.d.ts +21 -0
- package/dist/cjs/lib/components/Toggle/ToggleWithText.js +58 -0
- package/dist/cjs/lib/components/Toggle/index.d.ts +21 -0
- package/dist/cjs/lib/components/Toggle/index.js +58 -0
- package/dist/cjs/lib/components/ToggleGroup/ToggleGroupItem.d.ts +17 -0
- package/dist/cjs/lib/components/ToggleGroup/ToggleGroupItem.js +54 -0
- package/dist/cjs/lib/components/ToggleGroup/ToggleGroupRoot.d.ts +15 -0
- package/dist/cjs/lib/components/ToggleGroup/ToggleGroupRoot.js +48 -0
- package/dist/cjs/lib/components/ToggleGroup/index.d.ts +6 -0
- package/dist/cjs/lib/components/ToggleGroup/index.js +7 -0
- package/dist/cjs/lib/components/ToggleSwitch/index.d.ts +13 -0
- package/dist/cjs/lib/components/ToggleSwitch/index.js +71 -0
- package/dist/cjs/lib/components/Tooltip/index.d.ts +19 -0
- package/dist/cjs/lib/components/Tooltip/index.js +49 -0
- package/dist/cjs/lib/components/index.d.ts +50 -0
- package/dist/cjs/lib/constants.d.ts +655 -0
- package/dist/cjs/lib/index.d.ts +2 -0
- package/dist/cjs/lib/types.d.ts +81 -0
- package/dist/cjs/lib/utils/useDarkMode.d.ts +1 -0
- package/dist/cjs/lib/utils/utils.d.ts +2 -0
- package/dist/esm/lib/Typography/Header/index.d.ts +13 -0
- package/dist/esm/lib/Typography/Text/index.d.ts +15 -0
- package/dist/esm/lib/Typography/index.d.ts +2 -0
- package/dist/esm/lib/color/alpha.d.ts +784 -0
- package/dist/esm/lib/color/constants.d.ts +29 -0
- package/dist/esm/lib/color/dark.d.ts +392 -0
- package/dist/esm/lib/color/krdsColors.d.ts +309 -0
- package/dist/esm/lib/color/light.d.ts +392 -0
- package/dist/esm/lib/components/Accordion/index.d.ts +22 -0
- package/dist/esm/lib/components/AlertDialog/AlertDialogAction.d.ts +14 -0
- package/dist/esm/lib/components/AlertDialog/AlertDialogCancel.d.ts +13 -0
- package/dist/esm/lib/components/AlertDialog/AlertDialogContent.d.ts +11 -0
- package/dist/esm/lib/components/AlertDialog/AlertDialogDescription.d.ts +10 -0
- package/dist/esm/lib/components/AlertDialog/AlertDialogRoot.d.ts +16 -0
- package/dist/esm/lib/components/AlertDialog/AlertDialogTitle.d.ts +10 -0
- package/dist/esm/lib/components/AlertDialog/AlertDialogTrigger.d.ts +17 -0
- package/dist/esm/lib/components/AlertDialog/index.d.ts +11 -0
- package/dist/esm/lib/components/AspectRatio/index.d.ts +10 -0
- package/dist/esm/lib/components/Avatar/index.d.ts +21 -0
- package/dist/esm/lib/components/Badge/index.d.ts +18 -0
- package/dist/esm/lib/components/BarChart/index.d.ts +38 -0
- package/dist/esm/lib/components/BubbleChart/index.d.ts +29 -0
- package/dist/esm/lib/components/Button/index.d.ts +16 -0
- package/dist/esm/lib/components/Callout/CalloutIcon.d.ts +13 -0
- package/dist/esm/lib/components/Callout/CalloutRoot.d.ts +18 -0
- package/dist/esm/lib/components/Callout/CalloutText.d.ts +10 -0
- package/dist/esm/lib/components/Callout/index.d.ts +7 -0
- package/dist/esm/lib/components/Card/index.d.ts +14 -0
- package/dist/esm/lib/components/Checkbox/index.d.ts +17 -0
- package/dist/esm/lib/components/CheckboxCard/index.d.ts +20 -0
- package/dist/esm/lib/components/CheckboxGroup/CheckboxGroupItem.d.ts +5 -0
- package/dist/esm/lib/components/CheckboxGroup/CheckboxGroupRoot.d.ts +17 -0
- package/dist/esm/lib/components/CheckboxGroup/index.d.ts +6 -0
- package/dist/esm/lib/components/ContextMenu/ContextMenuCheckboxItem.d.ts +4 -0
- package/dist/esm/lib/components/ContextMenu/ContextMenuContent.d.ts +11 -0
- package/dist/esm/lib/components/ContextMenu/ContextMenuGroup.d.ts +4 -0
- package/dist/esm/lib/components/ContextMenu/ContextMenuItem.d.ts +13 -0
- package/dist/esm/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +10 -0
- package/dist/esm/lib/components/ContextMenu/ContextMenuLabel.d.ts +11 -0
- package/dist/esm/lib/components/ContextMenu/ContextMenuRadioGroup.d.ts +8 -0
- package/dist/esm/lib/components/ContextMenu/ContextMenuRadioItem.d.ts +4 -0
- package/dist/esm/lib/components/ContextMenu/ContextMenuRoot.d.ts +13 -0
- package/dist/esm/lib/components/ContextMenu/ContextMenuSeparator.d.ts +3 -0
- package/dist/esm/lib/components/ContextMenu/ContextMenuSubContent.d.ts +11 -0
- package/dist/esm/lib/components/ContextMenu/ContextMenuSubTrigger.d.ts +4 -0
- package/dist/esm/lib/components/ContextMenu/ContextMenuTrigger.d.ts +4 -0
- package/dist/esm/lib/components/ContextMenu/index.d.ts +17 -0
- package/dist/esm/lib/components/DataList/DataListItem.d.ts +9 -0
- package/dist/esm/lib/components/DataList/DataListLabel.d.ts +10 -0
- package/dist/esm/lib/components/DataList/DataListRoot.d.ts +14 -0
- package/dist/esm/lib/components/DataList/DataListValue.d.ts +11 -0
- package/dist/esm/lib/components/DataList/index.d.ts +8 -0
- package/dist/esm/lib/components/Dialog/DialogAction.d.ts +13 -0
- package/dist/esm/lib/components/Dialog/DialogCancel.d.ts +11 -0
- package/dist/esm/lib/components/Dialog/DialogContent.d.ts +11 -0
- package/dist/esm/lib/components/Dialog/DialogDescription.d.ts +9 -0
- package/dist/esm/lib/components/Dialog/DialogRoot.d.ts +15 -0
- package/dist/esm/lib/components/Dialog/DialogSlot.d.ts +9 -0
- package/dist/esm/lib/components/Dialog/DialogTitle.d.ts +11 -0
- package/dist/esm/lib/components/Dialog/DialogTrigger.d.ts +3 -0
- package/dist/esm/lib/components/Dialog/index.d.ts +15 -0
- package/dist/esm/lib/components/DoughnutChart/index.d.ts +23 -0
- package/dist/esm/lib/components/DropdownMenu/DropdonMenuRadioGroup.d.ts +3 -0
- package/dist/esm/lib/components/DropdownMenu/DropdonMenuSubContent.d.ts +11 -0
- package/dist/esm/lib/components/DropdownMenu/DropdownMenuCheckboxItem.d.ts +7 -0
- package/dist/esm/lib/components/DropdownMenu/DropdownMenuContent.d.ts +11 -0
- package/dist/esm/lib/components/DropdownMenu/DropdownMenuItem.d.ts +15 -0
- package/dist/esm/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +10 -0
- package/dist/esm/lib/components/DropdownMenu/DropdownMenuLable.d.ts +10 -0
- package/dist/esm/lib/components/DropdownMenu/DropdownMenuRadioItem.d.ts +6 -0
- package/dist/esm/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +15 -0
- package/dist/esm/lib/components/DropdownMenu/DropdownMenuSeparator.d.ts +3 -0
- package/dist/esm/lib/components/DropdownMenu/DropdownMenuSub.d.ts +3 -0
- package/dist/esm/lib/components/DropdownMenu/DropdownMenuSubTrigger.d.ts +4 -0
- package/dist/esm/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +14 -0
- package/dist/esm/lib/components/DropdownMenu/index.d.ts +20 -0
- package/dist/esm/lib/components/HoverCard/HoverCardContent.d.ts +14 -0
- package/dist/esm/lib/components/HoverCard/HoverCardRoot.d.ts +11 -0
- package/dist/esm/lib/components/HoverCard/HoverCardTrigger.d.ts +3 -0
- package/dist/esm/lib/components/HoverCard/index.d.ts +10 -0
- package/dist/esm/lib/components/IconButton/index.d.ts +15 -0
- package/dist/esm/lib/components/Inset/index.d.ts +10 -0
- package/dist/esm/lib/components/Label/index.d.ts +17 -0
- package/dist/esm/lib/components/LineChart/index.d.ts +44 -0
- package/dist/esm/lib/components/Menubar/MenubarCheckboxItem.d.ts +4 -0
- package/dist/esm/lib/components/Menubar/MenubarContent.d.ts +11 -0
- package/dist/esm/lib/components/Menubar/MenubarItem.d.ts +13 -0
- package/dist/esm/lib/components/Menubar/MenubarItemIndicator.d.ts +10 -0
- package/dist/esm/lib/components/Menubar/MenubarMenu.d.ts +5 -0
- package/dist/esm/lib/components/Menubar/MenubarRadioGroup.d.ts +8 -0
- package/dist/esm/lib/components/Menubar/MenubarRadioItem.d.ts +4 -0
- package/dist/esm/lib/components/Menubar/MenubarRoot.d.ts +19 -0
- package/dist/esm/lib/components/Menubar/MenubarSeparator.d.ts +3 -0
- package/dist/esm/lib/components/Menubar/MenubarSub.d.ts +3 -0
- package/dist/esm/lib/components/Menubar/MenubarSubContent.d.ts +10 -0
- package/dist/esm/lib/components/Menubar/MenubarSubTrigger.d.ts +4 -0
- package/dist/esm/lib/components/Menubar/MenubarTrigger.d.ts +12 -0
- package/dist/esm/lib/components/Menubar/index.d.ts +19 -0
- package/dist/esm/lib/components/NavigationMenu/NavigationMenuContent.d.ts +11 -0
- package/dist/esm/lib/components/NavigationMenu/NavigationMenuIndicator.d.ts +3 -0
- package/dist/esm/lib/components/NavigationMenu/NavigationMenuItem.d.ts +3 -0
- package/dist/esm/lib/components/NavigationMenu/NavigationMenuLink.d.ts +13 -0
- package/dist/esm/lib/components/NavigationMenu/NavigationMenuList.d.ts +12 -0
- package/dist/esm/lib/components/NavigationMenu/NavigationMenuRoot.d.ts +14 -0
- package/dist/esm/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +13 -0
- package/dist/esm/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +12 -0
- package/dist/esm/lib/components/NavigationMenu/index.d.ts +12 -0
- package/dist/esm/lib/components/PieChart/index.d.ts +23 -0
- package/dist/esm/lib/components/Popover/PopoverClose.d.ts +9 -0
- package/dist/esm/lib/components/Popover/PopoverContent.d.ts +11 -0
- package/dist/esm/lib/components/Popover/PopoverRoot.d.ts +12 -0
- package/dist/esm/lib/components/Popover/PopoverTrigger.d.ts +3 -0
- package/dist/esm/lib/components/Popover/index.d.ts +11 -0
- package/dist/esm/lib/components/Progress/index.d.ts +13 -0
- package/dist/esm/lib/components/RadarChart/index.d.ts +33 -0
- package/dist/esm/lib/components/Radio/index.d.ts +13 -0
- package/dist/esm/lib/components/RadioCards/RadioCardsItem.d.ts +10 -0
- package/dist/esm/lib/components/RadioCards/RadioCardsRoot.d.ts +13 -0
- package/dist/esm/lib/components/RadioCards/index.d.ts +6 -0
- package/dist/esm/lib/components/RadioGroup/RadioGroupItem.d.ts +13 -0
- package/dist/esm/lib/components/RadioGroup/RadioGroupRoot.d.ts +15 -0
- package/dist/esm/lib/components/RadioGroup/index.d.ts +6 -0
- package/dist/esm/lib/components/ScrollArea/index.d.ts +9 -0
- package/dist/esm/lib/components/SegmentedControl/SegmentedControlItem.d.ts +6 -0
- package/dist/esm/lib/components/SegmentedControl/SegmentedControlRoot.d.ts +14 -0
- package/dist/esm/lib/components/SegmentedControl/index.d.ts +6 -0
- package/dist/esm/lib/components/Select/index.d.ts +34 -0
- package/dist/esm/lib/components/Separator/index.d.ts +11 -0
- package/dist/esm/lib/components/Skeleton/index.d.ts +14 -0
- package/dist/esm/lib/components/Slider/index.d.ts +14 -0
- package/dist/esm/lib/components/Spinner/index.d.ts +15 -0
- package/dist/esm/lib/components/TabNav/index.d.ts +15 -0
- package/dist/esm/lib/components/Table/index.d.ts +30 -0
- package/dist/esm/lib/components/Tabs/index.d.ts +22 -0
- package/dist/esm/lib/components/TextArea/index.d.ts +16 -0
- package/dist/esm/lib/components/TextField/index.d.ts +21 -0
- package/dist/esm/lib/components/Toast/ToastActionButton.d.ts +14 -0
- package/dist/esm/lib/components/Toast/ToastDescription.d.ts +13 -0
- package/dist/esm/lib/components/Toast/ToastRoot.d.ts +27 -0
- package/dist/esm/lib/components/Toast/ToastTitle.d.ts +13 -0
- package/dist/esm/lib/components/Toast/index.d.ts +8 -0
- package/dist/esm/lib/components/Toggle/ToggleWithText.d.ts +21 -0
- package/dist/esm/lib/components/Toggle/index.d.ts +21 -0
- package/dist/esm/lib/components/ToggleGroup/ToggleGroupItem.d.ts +17 -0
- package/dist/esm/lib/components/ToggleGroup/ToggleGroupRoot.d.ts +15 -0
- package/dist/esm/lib/components/ToggleGroup/index.d.ts +6 -0
- package/dist/esm/lib/components/ToggleSwitch/index.d.ts +13 -0
- package/dist/esm/lib/components/Tooltip/index.d.ts +19 -0
- package/dist/esm/lib/components/index.d.ts +50 -0
- package/dist/esm/lib/constants.d.ts +655 -0
- package/dist/esm/lib/index.d.ts +2 -0
- package/dist/esm/lib/types.d.ts +81 -0
- package/dist/esm/lib/utils/useDarkMode.d.ts +1 -0
- package/dist/esm/lib/utils/utils.d.ts +2 -0
- package/package.json +7 -5
- package/dist/cjs/.storybook/main.js +0 -24
- package/dist/cjs/.storybook/manager.js +0 -17
- package/dist/cjs/.storybook/preview.jsx +0 -106
- package/dist/cjs/tailwind.config.js +0 -169
- package/dist/cjs/tsconfig.tsbuildinfo +0 -1
- package/dist/esm/.storybook/main.js +0 -22
- package/dist/esm/.storybook/manager.js +0 -12
- package/dist/esm/.storybook/preview.jsx +0 -80
- package/dist/esm/tailwind.config.js +0 -144
- package/dist/esm/tsconfig.tsbuildinfo +0 -1
@@ -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,47 @@
|
|
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
|
+
import { useAlertDialogContext } from './AlertDialogRoot';
|
29
|
+
export var alertDialogDescriptionVariants = cva("text-slate-12 dark:text-slateDark-12 font-normal", {
|
30
|
+
variants: {
|
31
|
+
size: {
|
32
|
+
small: 'text-xs mb-3',
|
33
|
+
medium: 'text-sm mb-4',
|
34
|
+
large: 'text-base mb-5',
|
35
|
+
'x-large': 'text-lg mb-6',
|
36
|
+
},
|
37
|
+
},
|
38
|
+
defaultVariants: {
|
39
|
+
size: 'medium',
|
40
|
+
},
|
41
|
+
});
|
42
|
+
export var AlertDialogDescription = forwardRef(function (_a, ref) {
|
43
|
+
var className = _a.className, children = _a.children, contentText = _a.contentText, props = __rest(_a, ["className", "children", "contentText"]);
|
44
|
+
var size = useAlertDialogContext().size;
|
45
|
+
return (_jsx(AlertDialogPrimitive.Description, __assign({ className: cn(alertDialogDescriptionVariants({ size: size }), className), ref: ref }, props, { children: contentText !== null && contentText !== void 0 ? contentText : children })));
|
46
|
+
});
|
47
|
+
AlertDialogDescription.displayName = 'AlertDialog.Description';
|
@@ -0,0 +1,16 @@
|
|
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
|
+
import { alertDialogContentVariants } from './AlertDialogContent';
|
6
|
+
import { alertDialogTitleVariants } from './AlertDialogTitle';
|
7
|
+
import { alertDialogDescriptionVariants } from './AlertDialogDescription';
|
8
|
+
import { alertDialogActionVariants } from './AlertDialogAction';
|
9
|
+
export interface AlertDialogProps extends VariantProps<typeof alertDialogContentVariants>, VariantProps<typeof alertDialogTitleVariants>, VariantProps<typeof alertDialogDescriptionVariants>, VariantProps<typeof alertDialogActionVariants> {
|
10
|
+
titleText?: string;
|
11
|
+
contentText?: string;
|
12
|
+
color?: IColor;
|
13
|
+
appearance?: IAppearance;
|
14
|
+
}
|
15
|
+
export declare const useAlertDialogContext: () => AlertDialogProps;
|
16
|
+
export declare const AlertDialogRoot: React.ForwardRefExoticComponent<AlertDialogPrimitive.AlertDialogProps & AlertDialogProps & React.RefAttributes<never>>;
|
@@ -0,0 +1,46 @@
|
|
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, createContext, useContext, useMemo, } from 'react';
|
25
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
26
|
+
var AlertDialogContext = createContext({
|
27
|
+
size: 'medium',
|
28
|
+
scaling: '100%',
|
29
|
+
color: 'red',
|
30
|
+
radius: 'medium',
|
31
|
+
appearance: 'solid',
|
32
|
+
});
|
33
|
+
export var useAlertDialogContext = function () {
|
34
|
+
return useContext(AlertDialogContext);
|
35
|
+
};
|
36
|
+
export var AlertDialogRoot = forwardRef(function (_a, ref) {
|
37
|
+
var children = _a.children, radius = _a.radius, size = _a.size, scaling = _a.scaling, color = _a.color, props = __rest(_a, ["children", "radius", "size", "scaling", "color"]);
|
38
|
+
var contextValue = useMemo(function () { return ({
|
39
|
+
radius: radius,
|
40
|
+
size: size,
|
41
|
+
scaling: scaling,
|
42
|
+
color: color,
|
43
|
+
}); }, [radius, size, scaling, color]);
|
44
|
+
return (_jsx(AlertDialogContext.Provider, { value: contextValue, children: _jsx("div", { ref: ref, children: _jsx(AlertDialogPrimitive.Root, __assign({}, props, { children: children })) }) }));
|
45
|
+
});
|
46
|
+
AlertDialogRoot.displayName = 'AlertDialog.Root';
|
@@ -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,47 @@
|
|
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
|
+
import { useAlertDialogContext } from './AlertDialogRoot';
|
29
|
+
export var alertDialogTitleVariants = cva("m-0 text-slate-12 dark:text-slateDark-12 font-bold", {
|
30
|
+
variants: {
|
31
|
+
size: {
|
32
|
+
small: 'text-sm mb-1',
|
33
|
+
medium: 'text-lg mb-2',
|
34
|
+
large: 'text-xl mb-3',
|
35
|
+
'x-large': 'text-2xl mb-4',
|
36
|
+
},
|
37
|
+
},
|
38
|
+
defaultVariants: {
|
39
|
+
size: 'large',
|
40
|
+
},
|
41
|
+
});
|
42
|
+
export var AlertDialogTitle = forwardRef(function (_a, ref) {
|
43
|
+
var className = _a.className, children = _a.children, titleText = _a.titleText, props = __rest(_a, ["className", "children", "titleText"]);
|
44
|
+
var size = useAlertDialogContext().size;
|
45
|
+
return (_jsx(AlertDialogPrimitive.Title, __assign({ className: cn(alertDialogTitleVariants({ size: size }), className), ref: ref }, props, { children: titleText !== null && titleText !== void 0 ? titleText : children })));
|
46
|
+
});
|
47
|
+
AlertDialogTitle.displayName = 'AlertDialog.Title';
|
@@ -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 { cn } from 'lib/utils/utils';
|
28
|
+
import { radiusVariants, scalingVariants, weightVariants, primaryColorStyle, appearanceStyle, } from 'lib/constants';
|
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: 'medium',
|
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 = 'AlertDialog.Trigger';
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
declare const AlertDialog: {
|
3
|
+
Root: import("react").ForwardRefExoticComponent<import("@radix-ui/react-alert-dialog").AlertDialogProps & import("./AlertDialogRoot").AlertDialogProps & import("react").RefAttributes<never>>;
|
4
|
+
Trigger: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-alert-dialog").AlertDialogTriggerProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("./AlertDialogTrigger").ButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
|
5
|
+
Content: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-alert-dialog").AlertDialogContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("./AlertDialogContent").AlertDialogContentProps & import("react").RefAttributes<HTMLDivElement>>;
|
6
|
+
Title: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-alert-dialog").AlertDialogTitleProps & import("react").RefAttributes<HTMLHeadingElement>, "ref"> & import("./AlertDialogTitle").AlertDialogTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
|
7
|
+
Description: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-alert-dialog").AlertDialogDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>, "ref"> & import("./AlertDialogDescription").AlertDialogDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
|
8
|
+
Cancel: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-alert-dialog").AlertDialogCancelProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("./AlertDialogCancel").AlertDialogCancelProps & import("react").RefAttributes<HTMLButtonElement>>;
|
9
|
+
Action: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-alert-dialog").AlertDialogActionProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("./AlertDialogAction").AlertDialogActionProps & import("react").RefAttributes<HTMLButtonElement>>;
|
10
|
+
};
|
11
|
+
export default AlertDialog;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { AlertDialogRoot as Root } from './AlertDialogRoot';
|
2
|
+
import { AlertDialogTrigger as Trigger } from './AlertDialogTrigger';
|
3
|
+
import { AlertDialogContent as Content } from './AlertDialogContent';
|
4
|
+
import { AlertDialogTitle as Title } from './AlertDialogTitle';
|
5
|
+
import { AlertDialogDescription as Description } from './AlertDialogDescription';
|
6
|
+
import { AlertDialogCancel as Cancel } from './AlertDialogCancel';
|
7
|
+
import { AlertDialogAction as Action } from './AlertDialogAction';
|
8
|
+
var AlertDialog = {
|
9
|
+
Root: Root,
|
10
|
+
Trigger: Trigger,
|
11
|
+
Content: Content,
|
12
|
+
Title: Title,
|
13
|
+
Description: Description,
|
14
|
+
Cancel: Cancel,
|
15
|
+
Action: Action
|
16
|
+
};
|
17
|
+
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,21 @@
|
|
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
|
+
ariaLabel?: string;
|
10
|
+
ariaLabelledby?: string;
|
11
|
+
title?: string;
|
12
|
+
delayMs?: number;
|
13
|
+
}
|
14
|
+
declare const AvatarVariants: (props?: ({
|
15
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
16
|
+
size?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | null | undefined;
|
17
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
18
|
+
color?: string | null | undefined;
|
19
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
20
|
+
declare const Avatar: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & AvatarProps & React.RefAttributes<HTMLSpanElement>>;
|
21
|
+
export default Avatar;
|
@@ -0,0 +1,58 @@
|
|
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, ariaLabel = _a.ariaLabel, ariaLabelledby = _a.ariaLabelledby, title = _a.title, _d = _a.delayMs, delayMs = _d === void 0 ? 300 : _d, props = __rest(_a, ["className", "fallbackClassName", "radius", "scaling", "size", "fallbackText", "imagePath", "alt", "appearance", "color", "ariaLabel", "ariaLabelledby", "title", "delayMs"]);
|
54
|
+
var imgAltText = alt || ariaLabel || fallbackText || 'Avatar Image';
|
55
|
+
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, role: "img", "aria-label": ariaLabel || imgAltText, "aria-labelledby": ariaLabelledby, title: title || imgAltText, tabIndex: 0, children: [_jsx(AvatarPrimitive.Image, { className: "h-full w-full border-none object-cover", src: imagePath, alt: imgAltText, title: title || imgAltText }), _jsx(AvatarPrimitive.Fallback, { className: cn("leading-1 flex h-full w-full items-center justify-center", className), delayMs: delayMs, "aria-hidden": "true", children: fallbackText })] })));
|
56
|
+
});
|
57
|
+
Avatar.displayName = 'Avatar';
|
58
|
+
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 w-fit', {
|
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,38 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
import { IChartDatasets, IChartLegend, IChartTitle } from 'lib/types';
|
4
|
+
export interface BorderRadius {
|
5
|
+
topLeft: number;
|
6
|
+
topRight: number;
|
7
|
+
bottomLeft: number;
|
8
|
+
bottomRight: number;
|
9
|
+
}
|
10
|
+
type IBarchartDataset = IChartDatasets & {
|
11
|
+
data: {
|
12
|
+
x: number;
|
13
|
+
y: number;
|
14
|
+
r: number;
|
15
|
+
}[];
|
16
|
+
barThickness?: number;
|
17
|
+
barPercentage?: number;
|
18
|
+
};
|
19
|
+
export interface BarChartProps extends VariantProps<typeof barChartVariants> {
|
20
|
+
labels?: string[];
|
21
|
+
isColorMixed?: boolean;
|
22
|
+
appearance?: 'solid' | 'soft';
|
23
|
+
title?: IChartTitle;
|
24
|
+
legend?: IChartLegend;
|
25
|
+
datasets: IBarchartDataset[];
|
26
|
+
indexAxis?: 'x' | 'y';
|
27
|
+
className?: string;
|
28
|
+
width?: string | number;
|
29
|
+
height?: string | number;
|
30
|
+
}
|
31
|
+
declare const barChartVariants: (props?: ({
|
32
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
33
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
34
|
+
declare const BarChart: {
|
35
|
+
({ className, title, datasets, labels, scaling, legend, width, height, indexAxis, appearance, isColorMixed, ...props }: BarChartProps): import("react").JSX.Element;
|
36
|
+
displayName: string;
|
37
|
+
};
|
38
|
+
export default BarChart;
|
@@ -0,0 +1,63 @@
|
|
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 { Bar } from 'react-chartjs-2';
|
25
|
+
import { Chart as ChartJS, CategoryScale, LinearScale, BarElement, 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
|
+
import { chartAlphaColorList, chartColorList } from 'lib/color/constants';
|
30
|
+
import { useDarkMode } from 'lib/utils/useDarkMode';
|
31
|
+
ChartJS.register(CategoryScale, LinearScale, BarElement, Tooltip, Legend);
|
32
|
+
var barChartVariants = cva('', {
|
33
|
+
variants: {
|
34
|
+
scaling: __assign({}, scalingVariants),
|
35
|
+
},
|
36
|
+
defaultVariants: {
|
37
|
+
scaling: '100%',
|
38
|
+
},
|
39
|
+
});
|
40
|
+
var BarChart = function (_a) {
|
41
|
+
var className = _a.className, title = _a.title, datasets = _a.datasets, labels = _a.labels, scaling = _a.scaling, legend = _a.legend, width = _a.width, height = _a.height, indexAxis = _a.indexAxis, _b = _a.appearance, appearance = _b === void 0 ? 'solid' : _b, _c = _a.isColorMixed, isColorMixed = _c === void 0 ? true : _c, props = __rest(_a, ["className", "title", "datasets", "labels", "scaling", "legend", "width", "height", "indexAxis", "appearance", "isColorMixed"]);
|
42
|
+
var _d = useDarkMode(), isDark = _d[0], defaultScales = _d[1];
|
43
|
+
datasets.forEach(function (dataset, index) {
|
44
|
+
if (!dataset.backgroundColor) {
|
45
|
+
if (isColorMixed) {
|
46
|
+
datasets[index] = __assign(__assign({}, dataset), { backgroundColor: appearance === 'solid' ? chartColorList.mixed : chartAlphaColorList.mixed, borderColor: chartColorList.mixed });
|
47
|
+
}
|
48
|
+
else {
|
49
|
+
datasets[index] = __assign(__assign({}, dataset), { backgroundColor: appearance === 'solid' ? chartColorList.sorting : chartAlphaColorList.sorting, borderColor: chartColorList.sorting });
|
50
|
+
}
|
51
|
+
}
|
52
|
+
});
|
53
|
+
return (_jsx(Bar, __assign({ data: { labels: labels, datasets: datasets }, options: {
|
54
|
+
plugins: {
|
55
|
+
title: title,
|
56
|
+
legend: legend,
|
57
|
+
},
|
58
|
+
indexAxis: indexAxis,
|
59
|
+
scales: __assign({}, defaultScales.linescale),
|
60
|
+
}, className: cn(barChartVariants({ scaling: scaling }), className), width: width, height: height }, props)));
|
61
|
+
};
|
62
|
+
BarChart.displayName = 'BarChart';
|
63
|
+
export default BarChart;
|
@@ -0,0 +1,29 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
import { IChartDataLabels, IChartDatasets, IChartLegend, IChartTitle } from 'lib/types';
|
4
|
+
type IBubbleChartDataset = IChartDatasets & {
|
5
|
+
data: {
|
6
|
+
x: number;
|
7
|
+
y: number;
|
8
|
+
r: number;
|
9
|
+
}[];
|
10
|
+
};
|
11
|
+
export interface BubbleChartProps extends VariantProps<typeof bubbleChartVariants> {
|
12
|
+
appearance?: 'solid' | 'soft';
|
13
|
+
isColorMixed?: boolean;
|
14
|
+
className?: string;
|
15
|
+
title?: IChartTitle;
|
16
|
+
legend?: IChartLegend;
|
17
|
+
datasets: IBubbleChartDataset[];
|
18
|
+
datalabels?: IChartDataLabels;
|
19
|
+
width?: string | number;
|
20
|
+
height?: string | number;
|
21
|
+
}
|
22
|
+
declare const bubbleChartVariants: (props?: ({
|
23
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
24
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
25
|
+
export declare const BubbleChart: {
|
26
|
+
({ className, title, legend, datalabels, datasets, scaling, width, height, appearance, isColorMixed, ...props }: BubbleChartProps): React.JSX.Element;
|
27
|
+
displayName: string;
|
28
|
+
};
|
29
|
+
export default BubbleChart;
|