@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,73 @@
|
|
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, plugins, } from 'chart.js/auto';
|
26
|
+
import { scalingVariants } from 'lib/constants';
|
27
|
+
import { cva } from 'class-variance-authority';
|
28
|
+
import { chartColorList, chartAlphaColorList } from 'lib/color/constants';
|
29
|
+
import ChartDataLabels from 'chartjs-plugin-datalabels';
|
30
|
+
import { useDarkMode } from 'lib/utils/useDarkMode';
|
31
|
+
import { cn } from 'lib/utils/utils';
|
32
|
+
ChartJS.register(LinearScale, PointElement, Tooltip, Legend, plugins, ChartDataLabels);
|
33
|
+
ChartJS.defaults.set('plugins.datalabels', {
|
34
|
+
display: false,
|
35
|
+
});
|
36
|
+
var bubbleChartVariants = cva('', {
|
37
|
+
variants: {
|
38
|
+
scaling: __assign({}, scalingVariants),
|
39
|
+
},
|
40
|
+
defaultVariants: {
|
41
|
+
scaling: '100%',
|
42
|
+
},
|
43
|
+
});
|
44
|
+
export var BubbleChart = function (_a) {
|
45
|
+
var className = _a.className, title = _a.title, legend = _a.legend, datalabels = _a.datalabels, datasets = _a.datasets, scaling = _a.scaling, width = _a.width, height = _a.height, _b = _a.appearance, appearance = _b === void 0 ? 'solid' : _b, _c = _a.isColorMixed, isColorMixed = _c === void 0 ? true : _c, props = __rest(_a, ["className", "title", "legend", "datalabels", "datasets", "scaling", "width", "height", "appearance", "isColorMixed"]);
|
46
|
+
var _d = useDarkMode(), isDark = _d[0], defaultScales = _d[1];
|
47
|
+
var getChartColor = function (isColorMixed, appearance) {
|
48
|
+
if (appearance === 'solid') {
|
49
|
+
return isColorMixed ? chartColorList.mixed : chartColorList.sorting;
|
50
|
+
}
|
51
|
+
if (appearance === 'soft') {
|
52
|
+
return isColorMixed ? chartAlphaColorList.mixed : chartAlphaColorList.sorting;
|
53
|
+
}
|
54
|
+
};
|
55
|
+
datasets.forEach(function (dataset, index) {
|
56
|
+
var ChartColor = getChartColor(isColorMixed, appearance);
|
57
|
+
var BorderColor = getChartColor(isColorMixed, 'solid');
|
58
|
+
if (!ChartColor || !BorderColor)
|
59
|
+
return;
|
60
|
+
dataset.backgroundColor = ChartColor[index];
|
61
|
+
dataset.borderColor = BorderColor[index];
|
62
|
+
});
|
63
|
+
return (_jsx(Bubble, __assign({ data: { datasets: datasets }, options: {
|
64
|
+
plugins: {
|
65
|
+
title: title,
|
66
|
+
legend: legend,
|
67
|
+
datalabels: datalabels,
|
68
|
+
},
|
69
|
+
scales: __assign({}, defaultScales.linescale),
|
70
|
+
}, className: cn(bubbleChartVariants({ scaling: scaling }), className), width: width, height: height }, props)));
|
71
|
+
};
|
72
|
+
BubbleChart.displayName = 'BubbleChart';
|
73
|
+
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 w-fit 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,13 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { Callout as CalloutTheme } from '@radix-ui/themes';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
export interface CalloutIconProps extends VariantProps<typeof calloutIconVariants> {
|
5
|
+
iconType?: 'danger' | 'success' | 'warning' | 'information';
|
6
|
+
}
|
7
|
+
declare const calloutIconVariants: (props?: ({
|
8
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
9
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
10
|
+
color?: "danger" | "warning" | "success" | "information" | null | undefined;
|
11
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
12
|
+
export declare const CalloutIcon: React.ForwardRefExoticComponent<Omit<CalloutTheme.IconProps & React.RefAttributes<HTMLDivElement>, "ref"> & CalloutIconProps & React.RefAttributes<HTMLDivElement>>;
|
13
|
+
export {};
|
@@ -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 { Callout as CalloutTheme } from '@radix-ui/themes';
|
26
|
+
import { cva } from 'class-variance-authority';
|
27
|
+
import { ExclamationTriangleIcon, InfoCircledIcon, LockClosedIcon, CheckCircledIcon, } from '@radix-ui/react-icons';
|
28
|
+
import { scalingVariants } from 'lib/constants';
|
29
|
+
import { cn } from 'lib/utils/utils';
|
30
|
+
import { useCalloutContext } from './CalloutRoot';
|
31
|
+
var calloutIconVariants = cva('flex items-center text-slate-12 dark:text-slateDark-12', {
|
32
|
+
variants: {
|
33
|
+
scaling: __assign({}, scalingVariants),
|
34
|
+
size: {
|
35
|
+
small: 'h-5 mr-2',
|
36
|
+
medium: 'h-5 mr-3',
|
37
|
+
large: 'h-6 mr-4',
|
38
|
+
},
|
39
|
+
color: {
|
40
|
+
danger: 'text-red-11 dark:text-redDark-11',
|
41
|
+
warning: 'text-amber-11 dark:text-amberDark-11',
|
42
|
+
success: 'text-green-11 dark:text-greenDark-11',
|
43
|
+
information: 'text-sky-11 dark:text-skyDark-11',
|
44
|
+
},
|
45
|
+
},
|
46
|
+
defaultVariants: {
|
47
|
+
scaling: '100%',
|
48
|
+
size: 'medium',
|
49
|
+
color: 'information',
|
50
|
+
},
|
51
|
+
});
|
52
|
+
export var CalloutIcon = forwardRef(function (_a, ref) {
|
53
|
+
var children = _a.children, className = _a.className, iconType = _a.iconType, props = __rest(_a, ["children", "className", "iconType"]);
|
54
|
+
var _b = useCalloutContext(), scaling = _b.scaling, size = _b.size, color = _b.color;
|
55
|
+
return (_jsxs(CalloutTheme.Icon, __assign({ ref: ref, className: cn(calloutIconVariants({ color: color, size: size, scaling: scaling }), className) }, props, { children: [iconType === 'danger' && _jsx(ExclamationTriangleIcon, {}), iconType === 'warning' && _jsx(LockClosedIcon, {}), iconType === 'success' && _jsx(CheckCircledIcon, {}), iconType === 'information' && _jsx(InfoCircledIcon, {}), children] })));
|
56
|
+
});
|
57
|
+
CalloutIcon.displayName = 'Callout.Icon';
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
import { calloutTextVariants } from './CalloutText';
|
4
|
+
import { IAppearance } from 'lib/types';
|
5
|
+
export interface CalloutProps extends VariantProps<typeof calloutVariants>, VariantProps<typeof calloutTextVariants> {
|
6
|
+
contentText?: string;
|
7
|
+
appearance?: Exclude<IAppearance, 'classic' | 'ghost' | 'solid'>;
|
8
|
+
color?: 'danger' | 'warning' | 'success' | 'information' | null;
|
9
|
+
}
|
10
|
+
declare const calloutVariants: (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
|
+
color?: "danger" | "warning" | "success" | "information" | null | undefined;
|
15
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
16
|
+
export declare const useCalloutContext: () => CalloutProps;
|
17
|
+
export declare const CalloutRoot: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & CalloutProps & React.RefAttributes<HTMLDivElement>>;
|
18
|
+
export {};
|
@@ -0,0 +1,72 @@
|
|
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 { Callout as CalloutTheme } from '@radix-ui/themes';
|
26
|
+
import { cva } from 'class-variance-authority';
|
27
|
+
import { cn } from 'lib/utils/utils';
|
28
|
+
import { appearanceStyle, radiusVariants, scalingVariants } from 'lib/constants';
|
29
|
+
var calloutVariants = cva('flex w-fit max-w-[600px]', {
|
30
|
+
variants: {
|
31
|
+
radius: __assign({}, radiusVariants['large']),
|
32
|
+
size: {
|
33
|
+
small: 'min-h-[44px] p-3',
|
34
|
+
medium: 'min-h-[52px] p-4',
|
35
|
+
large: 'min-h-[72px] p-6',
|
36
|
+
},
|
37
|
+
scaling: __assign({}, scalingVariants),
|
38
|
+
color: {
|
39
|
+
danger: 'bg-redA-3 dark:bg-redDarkA-3',
|
40
|
+
warning: 'bg-amberA-3 dark:bg-amberDarkA-3',
|
41
|
+
success: 'bg-greenA-3 dark:bg-greenDarkA-3',
|
42
|
+
information: 'bg-skyA-3 dark:bg-skyDarkA-3',
|
43
|
+
},
|
44
|
+
},
|
45
|
+
defaultVariants: {
|
46
|
+
radius: 'medium',
|
47
|
+
scaling: '100%',
|
48
|
+
color: 'information',
|
49
|
+
size: 'medium',
|
50
|
+
},
|
51
|
+
});
|
52
|
+
var CalloutContext = createContext({
|
53
|
+
size: 'medium',
|
54
|
+
scaling: '100%',
|
55
|
+
color: null,
|
56
|
+
});
|
57
|
+
export var useCalloutContext = function () {
|
58
|
+
return useContext(CalloutContext);
|
59
|
+
};
|
60
|
+
export var CalloutRoot = forwardRef(function (_a, ref) {
|
61
|
+
var children = _a.children, className = _a.className, radius = _a.radius, scaling = _a.scaling, size = _a.size, _b = _a.color, color = _b === void 0 ? 'information' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'soft' : _c, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "color", "appearance"]);
|
62
|
+
var colorMap = {
|
63
|
+
danger: 'red',
|
64
|
+
information: 'sky',
|
65
|
+
success: 'green',
|
66
|
+
warning: 'amber',
|
67
|
+
};
|
68
|
+
var calloutClassName = cn(calloutVariants({ radius: radius, scaling: scaling, size: size, color: color }), appearanceStyle(appearance, colorMap[color], false), className);
|
69
|
+
var contextValue = useMemo(function () { return ({ size: size, scaling: scaling, color: color }); }, [size, scaling, color]);
|
70
|
+
return (_jsx(CalloutContext.Provider, { value: contextValue, children: _jsx(CalloutTheme.Root, __assign({ ref: ref }, props, { className: calloutClassName, children: children })) }));
|
71
|
+
});
|
72
|
+
CalloutRoot.displayName = 'Callout.Root';
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
export interface CalloutTextProps extends VariantProps<typeof calloutTextVariants> {
|
4
|
+
contentText?: string;
|
5
|
+
}
|
6
|
+
export declare const calloutTextVariants: (props?: ({
|
7
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
8
|
+
color?: "danger" | "warning" | "success" | "information" | null | undefined;
|
9
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
10
|
+
export declare const CalloutText: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & CalloutTextProps & React.RefAttributes<HTMLParagraphElement>>;
|
@@ -0,0 +1,52 @@
|
|
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 { useCalloutContext } from './CalloutRoot';
|
28
|
+
export var calloutTextVariants = cva('break-words font-normal text-slate-12 dark:text-slateDark-12', {
|
29
|
+
variants: {
|
30
|
+
size: {
|
31
|
+
small: 'text-sm',
|
32
|
+
medium: 'text-sm',
|
33
|
+
large: 'text-base',
|
34
|
+
},
|
35
|
+
color: {
|
36
|
+
danger: 'text-red-11 dark:text-redDark-11',
|
37
|
+
warning: 'text-amber-11 dark:text-amberDark-11',
|
38
|
+
success: 'text-green-11 dark:text-greenDark-11',
|
39
|
+
information: 'text-sky-11 dark:text-skyDark-11',
|
40
|
+
},
|
41
|
+
},
|
42
|
+
defaultVariants: {
|
43
|
+
size: 'medium',
|
44
|
+
color: 'information',
|
45
|
+
},
|
46
|
+
});
|
47
|
+
export var CalloutText = forwardRef(function (_a, ref) {
|
48
|
+
var children = _a.children, className = _a.className, contentText = _a.contentText, props = __rest(_a, ["children", "className", "contentText"]);
|
49
|
+
var _b = useCalloutContext(), size = _b.size, color = _b.color;
|
50
|
+
return (_jsx("p", __assign({ ref: ref, className: cn(calloutTextVariants({ size: size, color: color }), className) }, props, { children: contentText !== null && contentText !== void 0 ? contentText : children })));
|
51
|
+
});
|
52
|
+
CalloutText.displayName = 'Callout.Text';
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
declare const Callout: {
|
3
|
+
Root: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("./CalloutRoot").CalloutProps & import("react").RefAttributes<HTMLDivElement>>;
|
4
|
+
Text: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & import("./CalloutText").CalloutTextProps & import("react").RefAttributes<HTMLParagraphElement>>;
|
5
|
+
Icon: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/callout").IconProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("./CalloutIcon").CalloutIconProps & import("react").RefAttributes<HTMLDivElement>>;
|
6
|
+
};
|
7
|
+
export default Callout;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
import { IAppearance } from 'lib/types';
|
4
|
+
export interface CardProps extends VariantProps<typeof cardVariants> {
|
5
|
+
appearance?: Exclude<IAppearance, 'solid' | 'outline'>;
|
6
|
+
}
|
7
|
+
declare const cardVariants: (props?: ({
|
8
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
9
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
10
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
11
|
+
weight?: "bold" | "medium" | "regular" | "semibold" | null | undefined;
|
12
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
13
|
+
declare const Card: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & CardProps & React.RefAttributes<HTMLDivElement>>;
|
14
|
+
export default Card;
|
@@ -0,0 +1,64 @@
|
|
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 { scalingVariants, weightVariants } from 'lib/constants';
|
27
|
+
import { cn } from 'lib/utils/utils';
|
28
|
+
var cardVariants = cva("border border-slate-6 flex items-center text-slate-12\n dark:border-slateDarkA-6 dark:text-slateDarkA-12\n ", {
|
29
|
+
variants: {
|
30
|
+
radius: {
|
31
|
+
none: 'rounded-none',
|
32
|
+
small: 'rounded-[3px]',
|
33
|
+
medium: 'rounded',
|
34
|
+
large: 'rounded-md',
|
35
|
+
full: 'rounded-md',
|
36
|
+
},
|
37
|
+
size: {
|
38
|
+
small: 'text-sm min-h-[64px] w-[300px] p-3 space-x-3',
|
39
|
+
medium: 'text-base min-h-[80px] w-[350px] p-4 space-x-4',
|
40
|
+
large: 'text-lg min-h-[112px] w-[400px] p-8 space-x-8',
|
41
|
+
},
|
42
|
+
scaling: __assign({}, scalingVariants),
|
43
|
+
weight: __assign({}, weightVariants),
|
44
|
+
},
|
45
|
+
defaultVariants: {
|
46
|
+
radius: 'medium',
|
47
|
+
scaling: '100%',
|
48
|
+
size: 'medium',
|
49
|
+
weight: 'medium',
|
50
|
+
},
|
51
|
+
});
|
52
|
+
var Card = forwardRef(function (_a, ref) {
|
53
|
+
var children = _a.children, className = _a.className, radius = _a.radius, scaling = _a.scaling, size = _a.size, color = _a.color, weight = _a.weight, _b = _a.appearance, appearance = _b === void 0 ? 'surface' : _b, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "color", "weight", "appearance"]);
|
54
|
+
var appearanceClassName = '';
|
55
|
+
if (appearance === 'classic') {
|
56
|
+
appearanceClassName = 'shadow-card-classic dark:shadow-card-dark-classic';
|
57
|
+
}
|
58
|
+
if (appearance === 'ghost') {
|
59
|
+
appearanceClassName = 'border-transparent';
|
60
|
+
}
|
61
|
+
return (_jsx("div", __assign({ className: cn(cardVariants({ radius: radius, scaling: scaling, size: size }), appearanceClassName, className), ref: ref }, props, { children: children })));
|
62
|
+
});
|
63
|
+
Card.displayName = 'Card';
|
64
|
+
export default Card;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
4
|
+
import { IAppearance, IColor } from 'lib/types';
|
5
|
+
export interface CheckboxProps extends VariantProps<typeof CheckboxVariants> {
|
6
|
+
id: string;
|
7
|
+
color?: IColor;
|
8
|
+
appearance?: Exclude<IAppearance, 'ghost' | 'outline' | 'solid'>;
|
9
|
+
indeterminate?: boolean;
|
10
|
+
}
|
11
|
+
export declare const CheckboxVariants: (props?: ({
|
12
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
13
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
14
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
15
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
16
|
+
export declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & CheckboxProps & React.RefAttributes<HTMLButtonElement>>;
|
17
|
+
export default Checkbox;
|
@@ -0,0 +1,89 @@
|
|
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 { cva } from 'class-variance-authority';
|
26
|
+
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
27
|
+
import { CheckIcon, MinusIcon } from '@radix-ui/react-icons';
|
28
|
+
import { Label } from 'lib/components/Label';
|
29
|
+
import { cn } from 'lib/utils/utils';
|
30
|
+
import { checkboxAppearanceStyle, radiusVariants, scalingVariants, textColorStyle, } from 'lib/constants';
|
31
|
+
export var CheckboxVariants = cva("peer ring-offset-background", {
|
32
|
+
variants: {
|
33
|
+
size: {
|
34
|
+
small: 'h-3.5 w-3.5 mr-2',
|
35
|
+
medium: 'h-4 w-4 mr-2',
|
36
|
+
large: 'h-5 w-5 mr-3',
|
37
|
+
},
|
38
|
+
scaling: {
|
39
|
+
'90%': 'scale-90 mr-1.5',
|
40
|
+
'95%': 'scale-95 mr-2',
|
41
|
+
'100%': 'scale-100 mr-2',
|
42
|
+
'105%': 'scale-105 mr-2.5',
|
43
|
+
'110%': 'scale-110 mr-3',
|
44
|
+
},
|
45
|
+
radius: __assign({}, radiusVariants['small']),
|
46
|
+
},
|
47
|
+
defaultVariants: {
|
48
|
+
radius: 'medium',
|
49
|
+
size: 'medium',
|
50
|
+
scaling: '100%',
|
51
|
+
},
|
52
|
+
});
|
53
|
+
var CheckboxIndicatorVariants = cva('stroke-current', {
|
54
|
+
variants: {
|
55
|
+
size: {
|
56
|
+
small: 'w-3.5',
|
57
|
+
medium: 'w-4',
|
58
|
+
large: 'w-5',
|
59
|
+
},
|
60
|
+
scaling: __assign({}, scalingVariants),
|
61
|
+
},
|
62
|
+
defaultVariants: {
|
63
|
+
size: 'medium',
|
64
|
+
scaling: '100%',
|
65
|
+
},
|
66
|
+
});
|
67
|
+
var CheckboxLabelVariants = cva('', {
|
68
|
+
variants: {
|
69
|
+
size: {
|
70
|
+
small: 'text-xs',
|
71
|
+
medium: 'text-sm',
|
72
|
+
large: 'text-base',
|
73
|
+
},
|
74
|
+
scaling: __assign({}, scalingVariants),
|
75
|
+
color: textColorStyle(),
|
76
|
+
},
|
77
|
+
defaultVariants: {
|
78
|
+
size: 'medium',
|
79
|
+
scaling: '100%',
|
80
|
+
color: 'black',
|
81
|
+
},
|
82
|
+
});
|
83
|
+
export var Checkbox = forwardRef(function (_a, ref) {
|
84
|
+
var id = _a.id, className = _a.className, children = _a.children, scaling = _a.scaling, radius = _a.radius, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'surface' : _c, _d = _a.indeterminate, indeterminate = _d === void 0 ? false : _d, props = __rest(_a, ["id", "className", "children", "scaling", "radius", "size", "color", "appearance", "indeterminate"]);
|
85
|
+
var checkboxClassName = cn(CheckboxVariants({ scaling: scaling, size: size, radius: radius }), checkboxAppearanceStyle(appearance, color, indeterminate), className);
|
86
|
+
return (_jsxs("div", { className: "flex items-center", children: [_jsx(CheckboxPrimitive.Root, __assign({ id: id, ref: ref, className: checkboxClassName }, props, { children: _jsx(CheckboxPrimitive.Indicator, { className: cn('flex items-center justify-center text-current stroke-[0.5px]'), children: indeterminate ? (_jsx(MinusIcon, { className: cn(CheckboxIndicatorVariants({ scaling: scaling, size: size }), 'w-3') })) : (_jsx(CheckIcon, { className: cn(CheckboxIndicatorVariants({ scaling: scaling, size: size })) })) }) })), children && (_jsx(Label, { className: cn(CheckboxLabelVariants({ scaling: scaling, size: size }), className), htmlFor: id, children: children }))] }));
|
87
|
+
});
|
88
|
+
Checkbox.displayName = 'Checkbox';
|
89
|
+
export default Checkbox;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
import { IColor, IRadius, IScaling } from 'lib/types';
|
5
|
+
import { CheckboxVariants } from 'lib/components/Checkbox';
|
6
|
+
export interface CheckboxCardProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof CheckboxVariants> {
|
7
|
+
id: string;
|
8
|
+
scaling?: IScaling;
|
9
|
+
radius?: IRadius;
|
10
|
+
color?: IColor;
|
11
|
+
appearance?: 'classic' | 'surface' | 'ghost';
|
12
|
+
ariaDisabled?: boolean;
|
13
|
+
}
|
14
|
+
export declare const CheckboxCardVariants: (props?: ({
|
15
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
16
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
17
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
18
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
19
|
+
declare const CheckboxCard: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & CheckboxCardProps & React.RefAttributes<HTMLButtonElement>>;
|
20
|
+
export default CheckboxCard;
|