@lotte-innovate/ui-component-test 0.1.46 → 0.1.70
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +133 -133
- package/dist/globals.css +4 -4
- package/dist/lib/Typography/Header/index.d.ts +13 -0
- package/dist/{esm/src/lib/Typography/Header/index.jsx → lib/Typography/Header/index.js} +4 -7
- package/dist/lib/Typography/Text/index.d.ts +15 -0
- package/dist/{esm/src/lib/Typography/Text/index.jsx → lib/Typography/Text/index.js} +5 -8
- package/dist/lib/Typography/index.js +2 -0
- package/dist/lib/color/alpha.d.ts +784 -0
- package/dist/lib/color/constants.d.ts +29 -0
- package/dist/lib/color/dark.d.ts +392 -0
- package/dist/lib/color/krdsColors.d.ts +309 -0
- package/dist/lib/color/light.d.ts +392 -0
- package/dist/lib/components/Accordion/index.d.ts +22 -0
- package/dist/{esm/src/lib/components/Accordion/index.jsx → lib/components/Accordion/index.js} +7 -19
- package/dist/lib/components/AlertDialog/AlertDialogAction.d.ts +14 -0
- package/dist/{esm/src/lib/components/AlertDialog/AlertDialogAction.jsx → lib/components/AlertDialog/AlertDialogAction.js} +5 -6
- package/dist/lib/components/AlertDialog/AlertDialogCancel.d.ts +13 -0
- package/dist/{esm/src/lib/components/AlertDialog/AlertDialogCancel.jsx → lib/components/AlertDialog/AlertDialogCancel.js} +5 -6
- package/dist/lib/components/AlertDialog/AlertDialogContent.d.ts +11 -0
- package/dist/{esm/src/lib/components/AlertDialog/AlertDialogContent.jsx → lib/components/AlertDialog/AlertDialogContent.js} +5 -9
- package/dist/lib/components/AlertDialog/AlertDialogDescription.d.ts +10 -0
- package/dist/{esm/src/lib/components/AlertDialog/AlertDialogDescription.jsx → lib/components/AlertDialog/AlertDialogDescription.js} +15 -5
- package/dist/lib/components/AlertDialog/AlertDialogRoot.d.ts +16 -0
- package/dist/{esm/src/lib/components/AlertDialog/AlertDialogRoot.jsx → lib/components/AlertDialog/AlertDialogRoot.js} +14 -6
- package/dist/lib/components/AlertDialog/AlertDialogTitle.d.ts +10 -0
- package/dist/{esm/src/lib/components/AlertDialog/AlertDialogTitle.jsx → lib/components/AlertDialog/AlertDialogTitle.js} +15 -5
- package/dist/lib/components/AlertDialog/AlertDialogTrigger.d.ts +17 -0
- package/dist/{esm/src/lib/components/AlertDialog/AlertDialogTrigger.jsx → lib/components/AlertDialog/AlertDialogTrigger.js} +5 -6
- package/dist/lib/components/AlertDialog/index.d.ts +11 -0
- package/dist/lib/components/AspectRatio/index.d.ts +10 -0
- package/dist/{esm/src/lib/components/AspectRatio/index.jsx → lib/components/AspectRatio/index.js} +5 -6
- package/dist/lib/components/Avatar/index.d.ts +21 -0
- package/dist/{esm/src/lib/components/Avatar/index.jsx → lib/components/Avatar/index.js} +5 -9
- package/dist/lib/components/Badge/index.d.ts +18 -0
- package/dist/{esm/src/lib/components/Badge/index.jsx → lib/components/Badge/index.js} +5 -6
- package/dist/lib/components/BarChart/index.d.ts +37 -0
- package/dist/{esm/src/lib/components/BarChart/index.jsx → lib/components/BarChart/index.js} +7 -6
- package/dist/lib/components/BubbleChart/index.d.ts +28 -0
- package/dist/{esm/src/lib/components/BubbleChart/index.jsx → lib/components/BubbleChart/index.js} +7 -7
- package/dist/lib/components/Button/index.d.ts +16 -0
- package/dist/{esm/src/lib/components/Button/index.jsx → lib/components/Button/index.js} +5 -6
- package/dist/lib/components/Callout/CalloutIcon.d.ts +13 -0
- package/dist/{esm/src/lib/components/Callout/CalloutIcon.jsx → lib/components/Callout/CalloutIcon.js} +5 -10
- package/dist/lib/components/Callout/CalloutRoot.d.ts +18 -0
- package/dist/{esm/src/lib/components/Callout/CalloutRoot.jsx → lib/components/Callout/CalloutRoot.js} +5 -8
- package/dist/lib/components/Callout/CalloutText.d.ts +10 -0
- package/dist/{esm/src/lib/components/Callout/CalloutText.jsx → lib/components/Callout/CalloutText.js} +15 -5
- package/dist/lib/components/Callout/index.d.ts +7 -0
- package/dist/lib/components/Card/index.d.ts +14 -0
- package/dist/{esm/src/lib/components/Card/index.jsx → lib/components/Card/index.js} +5 -6
- package/dist/lib/components/Checkbox/index.d.ts +17 -0
- package/dist/{esm/src/lib/components/Checkbox/index.jsx → lib/components/Checkbox/index.js} +6 -14
- package/dist/lib/components/CheckboxCard/index.d.ts +20 -0
- package/dist/{esm/src/lib/components/CheckboxCard/index.jsx → lib/components/CheckboxCard/index.js} +7 -9
- package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.d.ts +5 -0
- package/dist/{esm/src/lib/components/CheckboxGroup/CheckboxGroupItem.jsx → lib/components/CheckboxGroup/CheckboxGroupItem.js} +15 -7
- package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.d.ts +17 -0
- package/dist/{esm/src/lib/components/CheckboxGroup/CheckboxGroupRoot.jsx → lib/components/CheckboxGroup/CheckboxGroupRoot.js} +3 -6
- package/dist/lib/components/CheckboxGroup/index.d.ts +6 -0
- package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.d.ts +4 -0
- package/dist/{esm/src/lib/components/ContextMenu/ContextMenuCheckboxItem.jsx → lib/components/ContextMenu/ContextMenuCheckboxItem.js} +16 -9
- package/dist/lib/components/ContextMenu/ContextMenuContent.d.ts +11 -0
- package/dist/{esm/src/lib/components/ContextMenu/ContextMenuContent.jsx → lib/components/ContextMenu/ContextMenuContent.js} +5 -8
- package/dist/lib/components/ContextMenu/ContextMenuGroup.d.ts +4 -0
- package/dist/{esm/src/lib/components/ContextMenu/ContextMenuGroup.jsx → lib/components/ContextMenu/ContextMenuGroup.js} +14 -4
- package/dist/lib/components/ContextMenu/ContextMenuItem.d.ts +13 -0
- package/dist/{esm/src/lib/components/ContextMenu/ContextMenuItem.jsx → lib/components/ContextMenu/ContextMenuItem.js} +5 -7
- package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +10 -0
- package/dist/{esm/src/lib/components/ContextMenu/ContextMenuItemIndicator.jsx → lib/components/ContextMenu/ContextMenuItemIndicator.js} +5 -6
- package/dist/lib/components/ContextMenu/ContextMenuLabel.d.ts +11 -0
- package/dist/{esm/src/lib/components/ContextMenu/ContextMenuLabel.jsx → lib/components/ContextMenu/ContextMenuLabel.js} +5 -6
- package/dist/lib/components/ContextMenu/ContextMenuRadioGroup.d.ts +8 -0
- package/dist/{esm/src/lib/components/ContextMenu/ContextMenuRadioGroup.jsx → lib/components/ContextMenu/ContextMenuRadioGroup.js} +14 -6
- package/dist/lib/components/ContextMenu/ContextMenuRadioItem.d.ts +4 -0
- package/dist/{esm/src/lib/components/ContextMenu/ContextMenuRadioItem.jsx → lib/components/ContextMenu/ContextMenuRadioItem.js} +16 -9
- package/dist/lib/components/ContextMenu/ContextMenuRoot.d.ts +13 -0
- package/dist/{esm/src/lib/components/ContextMenu/ContextMenuRoot.jsx → lib/components/ContextMenu/ContextMenuRoot.js} +14 -6
- package/dist/lib/components/ContextMenu/ContextMenuSeparator.d.ts +3 -0
- package/dist/{esm/src/lib/components/ContextMenu/ContextMenuSeparator.jsx → lib/components/ContextMenu/ContextMenuSeparator.js} +15 -5
- package/dist/lib/components/ContextMenu/ContextMenuSubContent.d.ts +11 -0
- package/dist/{esm/src/lib/components/ContextMenu/ContextMenuSubContent.jsx → lib/components/ContextMenu/ContextMenuSubContent.js} +9 -12
- package/dist/lib/components/ContextMenu/ContextMenuSubTrigger.d.ts +4 -0
- package/dist/{esm/src/lib/components/ContextMenu/ContextMenuSubTrigger.jsx → lib/components/ContextMenu/ContextMenuSubTrigger.js} +16 -11
- package/dist/lib/components/ContextMenu/ContextMenuTrigger.d.ts +4 -0
- package/dist/{esm/src/lib/components/ContextMenu/ContextMenuTrigger.jsx → lib/components/ContextMenu/ContextMenuTrigger.js} +15 -5
- package/dist/lib/components/ContextMenu/index.d.ts +17 -0
- package/dist/lib/components/DataList/DataListItem.d.ts +9 -0
- package/dist/{esm/src/lib/components/DataList/DataListItem.jsx → lib/components/DataList/DataListItem.js} +5 -6
- package/dist/lib/components/DataList/DataListLabel.d.ts +10 -0
- package/dist/{esm/src/lib/components/DataList/DataListLabel.jsx → lib/components/DataList/DataListLabel.js} +5 -6
- package/dist/lib/components/DataList/DataListRoot.d.ts +14 -0
- package/dist/{esm/src/lib/components/DataList/DataListRoot.jsx → lib/components/DataList/DataListRoot.js} +15 -7
- package/dist/lib/components/DataList/DataListValue.d.ts +11 -0
- package/dist/{esm/src/lib/components/DataList/DataListValue.jsx → lib/components/DataList/DataListValue.js} +5 -6
- package/dist/lib/components/DataList/index.d.ts +8 -0
- package/dist/lib/components/Dialog/DialogAction.d.ts +13 -0
- package/dist/{esm/src/lib/components/Dialog/DialogAction.jsx → lib/components/Dialog/DialogAction.js} +16 -6
- package/dist/lib/components/Dialog/DialogCancel.d.ts +11 -0
- package/dist/{esm/src/lib/components/Dialog/DialogCancel.jsx → lib/components/Dialog/DialogCancel.js} +15 -5
- package/dist/lib/components/Dialog/DialogContent.d.ts +11 -0
- package/dist/{esm/src/lib/components/Dialog/DialogContent.jsx → lib/components/Dialog/DialogContent.js} +5 -6
- package/dist/lib/components/Dialog/DialogDescription.d.ts +9 -0
- package/dist/{esm/src/lib/components/Dialog/DialogDescription.jsx → lib/components/Dialog/DialogDescription.js} +15 -5
- package/dist/lib/components/Dialog/DialogRoot.d.ts +15 -0
- package/dist/{esm/src/lib/components/Dialog/DialogRoot.jsx → lib/components/Dialog/DialogRoot.js} +14 -6
- package/dist/lib/components/Dialog/DialogSlot.d.ts +9 -0
- package/dist/{esm/src/lib/components/Dialog/DialogSlot.jsx → lib/components/Dialog/DialogSlot.js} +15 -5
- package/dist/lib/components/Dialog/DialogTitle.d.ts +11 -0
- package/dist/{esm/src/lib/components/Dialog/DialogTitle.jsx → lib/components/Dialog/DialogTitle.js} +15 -5
- package/dist/lib/components/Dialog/DialogTrigger.d.ts +3 -0
- package/dist/{esm/src/lib/components/Dialog/DialogTrigger.jsx → lib/components/Dialog/DialogTrigger.js} +14 -4
- package/dist/lib/components/Dialog/index.d.ts +15 -0
- package/dist/lib/components/DoughnutChart/index.d.ts +22 -0
- package/dist/{esm/src/lib/components/DoughnutChart/index.jsx → lib/components/DoughnutChart/index.js} +6 -6
- package/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.d.ts +3 -0
- package/dist/{esm/src/lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx → lib/components/DropdownMenu/DropdonMenuRadioGroup.js} +13 -3
- package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.d.ts +11 -0
- package/dist/{esm/src/lib/components/DropdownMenu/DropdonMenuSubContent.jsx → lib/components/DropdownMenu/DropdonMenuSubContent.js} +9 -12
- package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.d.ts +7 -0
- package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx → lib/components/DropdownMenu/DropdownMenuCheckboxItem.js} +16 -9
- package/dist/lib/components/DropdownMenu/DropdownMenuContent.d.ts +11 -0
- package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuContent.jsx → lib/components/DropdownMenu/DropdownMenuContent.js} +5 -8
- package/dist/lib/components/DropdownMenu/DropdownMenuItem.d.ts +15 -0
- package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuItem.jsx → lib/components/DropdownMenu/DropdownMenuItem.js} +5 -7
- package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +10 -0
- package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx → lib/components/DropdownMenu/DropdownMenuItemIndicator.js} +5 -6
- package/dist/lib/components/DropdownMenu/DropdownMenuLable.d.ts +10 -0
- package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuLable.jsx → lib/components/DropdownMenu/DropdownMenuLable.js} +15 -5
- package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.d.ts +6 -0
- package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuRadioItem.jsx → lib/components/DropdownMenu/DropdownMenuRadioItem.js} +16 -9
- package/dist/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +15 -0
- package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuRoot.jsx → lib/components/DropdownMenu/DropdownMenuRoot.js} +14 -4
- package/dist/lib/components/DropdownMenu/DropdownMenuSeparator.d.ts +3 -0
- package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuSeparator.jsx → lib/components/DropdownMenu/DropdownMenuSeparator.js} +15 -3
- package/dist/lib/components/DropdownMenu/DropdownMenuSub.d.ts +3 -0
- package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuSub.jsx → lib/components/DropdownMenu/DropdownMenuSub.js} +14 -2
- package/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.d.ts +4 -0
- package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx → lib/components/DropdownMenu/DropdownMenuSubTrigger.js} +16 -9
- package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +14 -0
- package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuTrigger.jsx → lib/components/DropdownMenu/DropdownMenuTrigger.js} +15 -5
- package/dist/lib/components/DropdownMenu/index.d.ts +20 -0
- package/dist/lib/components/HoverCard/HoverCardContent.d.ts +14 -0
- package/dist/{esm/src/lib/components/HoverCard/HoverCardContent.jsx → lib/components/HoverCard/HoverCardContent.js} +5 -6
- package/dist/lib/components/HoverCard/HoverCardRoot.d.ts +11 -0
- package/dist/{esm/src/lib/components/HoverCard/HoverCardRoot.jsx → lib/components/HoverCard/HoverCardRoot.js} +14 -6
- package/dist/lib/components/HoverCard/HoverCardTrigger.d.ts +3 -0
- package/dist/{esm/src/lib/components/HoverCard/HoverCardTrigger.jsx → lib/components/HoverCard/HoverCardTrigger.js} +14 -4
- package/dist/lib/components/HoverCard/index.d.ts +10 -0
- package/dist/lib/components/IconButton/index.d.ts +15 -0
- package/dist/{esm/src/lib/components/IconButton/index.jsx → lib/components/IconButton/index.js} +4 -5
- package/dist/lib/components/Inset/index.d.ts +10 -0
- package/dist/{esm/src/lib/components/Inset/index.jsx → lib/components/Inset/index.js} +5 -8
- package/dist/lib/components/Label/index.d.ts +17 -0
- package/dist/{esm/src/lib/components/Label/index.jsx → lib/components/Label/index.js} +4 -5
- package/dist/lib/components/LineChart/index.d.ts +43 -0
- package/dist/{esm/src/lib/components/LineChart/index.jsx → lib/components/LineChart/index.js} +7 -6
- package/dist/lib/components/Menubar/MenubarCheckboxItem.d.ts +4 -0
- package/dist/{esm/src/lib/components/Menubar/MenubarCheckboxItem.jsx → lib/components/Menubar/MenubarCheckboxItem.js} +16 -9
- package/dist/lib/components/Menubar/MenubarContent.d.ts +11 -0
- package/dist/{esm/src/lib/components/Menubar/MenubarContent.jsx → lib/components/Menubar/MenubarContent.js} +9 -12
- package/dist/lib/components/Menubar/MenubarItem.d.ts +13 -0
- package/dist/{esm/src/lib/components/Menubar/MenubarItem.jsx → lib/components/Menubar/MenubarItem.js} +5 -7
- package/dist/lib/components/Menubar/MenubarItemIndicator.d.ts +10 -0
- package/dist/{esm/src/lib/components/Menubar/MenubarItemIndicator.jsx → lib/components/Menubar/MenubarItemIndicator.js} +5 -6
- package/dist/lib/components/Menubar/MenubarMenu.d.ts +5 -0
- package/dist/{esm/src/lib/components/Menubar/MenubarMenu.jsx → lib/components/Menubar/MenubarMenu.js} +14 -2
- package/dist/lib/components/Menubar/MenubarRadioGroup.d.ts +8 -0
- package/dist/{esm/src/lib/components/Menubar/MenubarRadioGroup.jsx → lib/components/Menubar/MenubarRadioGroup.js} +14 -6
- package/dist/lib/components/Menubar/MenubarRadioItem.d.ts +4 -0
- package/dist/{esm/src/lib/components/Menubar/MenubarRadioItem.jsx → lib/components/Menubar/MenubarRadioItem.js} +16 -9
- package/dist/lib/components/Menubar/MenubarRoot.d.ts +19 -0
- package/dist/{esm/src/lib/components/Menubar/MenubarRoot.jsx → lib/components/Menubar/MenubarRoot.js} +6 -9
- package/dist/lib/components/Menubar/MenubarSeparator.d.ts +3 -0
- package/dist/{esm/src/lib/components/Menubar/MenubarSeparator.jsx → lib/components/Menubar/MenubarSeparator.js} +15 -5
- package/dist/lib/components/Menubar/MenubarSub.d.ts +3 -0
- package/dist/{esm/src/lib/components/Menubar/MenubarSub.jsx → lib/components/Menubar/MenubarSub.js} +14 -2
- package/dist/lib/components/Menubar/MenubarSubContent.d.ts +10 -0
- package/dist/{esm/src/lib/components/Menubar/MenubarSubContent.jsx → lib/components/Menubar/MenubarSubContent.js} +6 -7
- package/dist/lib/components/Menubar/MenubarSubTrigger.d.ts +4 -0
- package/dist/{esm/src/lib/components/Menubar/MenubarSubTrigger.jsx → lib/components/Menubar/MenubarSubTrigger.js} +16 -9
- package/dist/lib/components/Menubar/MenubarTrigger.d.ts +12 -0
- package/dist/{esm/src/lib/components/Menubar/MenubarTrigger.jsx → lib/components/Menubar/MenubarTrigger.js} +6 -7
- package/dist/lib/components/Menubar/index.d.ts +19 -0
- package/dist/lib/components/NavigationMenu/NavigationMenuContent.d.ts +11 -0
- package/dist/{esm/src/lib/components/NavigationMenu/NavigationMenuContent.jsx → lib/components/NavigationMenu/NavigationMenuContent.js} +5 -6
- package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.d.ts +3 -0
- package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
- package/dist/lib/components/NavigationMenu/NavigationMenuItem.d.ts +3 -0
- package/dist/{esm/src/lib/components/NavigationMenu/NavigationMenuItem.jsx → lib/components/NavigationMenu/NavigationMenuItem.js} +14 -4
- package/dist/lib/components/NavigationMenu/NavigationMenuLink.d.ts +13 -0
- package/dist/{esm/src/lib/components/NavigationMenu/NavigationMenuLink.jsx → lib/components/NavigationMenu/NavigationMenuLink.js} +5 -6
- package/dist/lib/components/NavigationMenu/NavigationMenuList.d.ts +12 -0
- package/dist/{esm/src/lib/components/NavigationMenu/NavigationMenuList.jsx → lib/components/NavigationMenu/NavigationMenuList.js} +5 -7
- package/dist/lib/components/NavigationMenu/NavigationMenuRoot.d.ts +14 -0
- package/dist/{esm/src/lib/components/NavigationMenu/NavigationMenuRoot.jsx → lib/components/NavigationMenu/NavigationMenuRoot.js} +15 -7
- package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +13 -0
- package/dist/{esm/src/lib/components/NavigationMenu/NavigationMenuTrigger.jsx → lib/components/NavigationMenu/NavigationMenuTrigger.js} +5 -7
- package/dist/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +12 -0
- package/dist/{esm/src/lib/components/NavigationMenu/NavigationMenuViewport.jsx → lib/components/NavigationMenu/NavigationMenuViewport.js} +5 -6
- package/dist/lib/components/NavigationMenu/index.d.ts +12 -0
- package/dist/lib/components/PieChart/index.d.ts +22 -0
- package/dist/{esm/src/lib/components/PieChart/index.jsx → lib/components/PieChart/index.js} +6 -6
- package/dist/lib/components/Popover/PopoverClose.d.ts +9 -0
- package/dist/{esm/src/lib/components/Popover/PopoverClose.jsx → lib/components/Popover/PopoverClose.js} +15 -5
- package/dist/lib/components/Popover/PopoverContent.d.ts +11 -0
- package/dist/{esm/src/lib/components/Popover/PopoverContent.jsx → lib/components/Popover/PopoverContent.js} +5 -6
- package/dist/lib/components/Popover/PopoverRoot.d.ts +12 -0
- package/dist/{esm/src/lib/components/Popover/PopoverRoot.jsx → lib/components/Popover/PopoverRoot.js} +14 -6
- package/dist/lib/components/Popover/PopoverTrigger.d.ts +3 -0
- package/dist/{esm/src/lib/components/Popover/PopoverTrigger.jsx → lib/components/Popover/PopoverTrigger.js} +14 -4
- package/dist/lib/components/Popover/index.d.ts +11 -0
- package/dist/lib/components/Progress/index.d.ts +13 -0
- package/dist/{esm/src/lib/components/Progress/index.jsx → lib/components/Progress/index.js} +5 -6
- package/dist/lib/components/RadarChart/index.d.ts +32 -0
- package/dist/{esm/src/lib/components/RadarChart/index.jsx → lib/components/RadarChart/index.js} +7 -7
- package/dist/lib/components/Radio/index.d.ts +13 -0
- package/dist/{esm/src/lib/components/Radio/index.jsx → lib/components/Radio/index.js} +15 -10
- package/dist/lib/components/RadioCards/RadioCardsItem.d.ts +10 -0
- package/dist/{esm/src/lib/components/RadioCards/RadioCardsItem.jsx → lib/components/RadioCards/RadioCardsItem.js} +15 -5
- package/dist/lib/components/RadioCards/RadioCardsRoot.d.ts +13 -0
- package/dist/{esm/src/lib/components/RadioCards/RadioCardsRoot.jsx → lib/components/RadioCards/RadioCardsRoot.js} +5 -10
- package/dist/lib/components/RadioCards/index.d.ts +6 -0
- package/dist/lib/components/RadioGroup/RadioGroupItem.d.ts +13 -0
- package/dist/{esm/src/lib/components/RadioGroup/RadioGroupItem.jsx → lib/components/RadioGroup/RadioGroupItem.js} +15 -5
- package/dist/lib/components/RadioGroup/RadioGroupRoot.d.ts +15 -0
- package/dist/{esm/src/lib/components/RadioGroup/RadioGroupRoot.jsx → lib/components/RadioGroup/RadioGroupRoot.js} +15 -9
- package/dist/lib/components/RadioGroup/index.d.ts +6 -0
- package/dist/lib/components/ScrollArea/index.d.ts +9 -0
- package/dist/{esm/src/lib/components/ScrollArea/index.jsx → lib/components/ScrollArea/index.js} +14 -6
- package/dist/lib/components/SegmentedControl/SegmentedControlItem.d.ts +6 -0
- package/dist/{esm/src/lib/components/SegmentedControl/SegmentedControlItem.jsx → lib/components/SegmentedControl/SegmentedControlItem.js} +15 -5
- package/dist/lib/components/SegmentedControl/SegmentedControlRoot.d.ts +14 -0
- package/dist/{esm/src/lib/components/SegmentedControl/SegmentedControlRoot.jsx → lib/components/SegmentedControl/SegmentedControlRoot.js} +4 -7
- package/dist/lib/components/SegmentedControl/index.d.ts +6 -0
- package/dist/lib/components/Select/index.d.ts +34 -0
- package/dist/{esm/src/lib/components/Select/index.jsx → lib/components/Select/index.js} +10 -27
- package/dist/lib/components/Separator/index.d.ts +11 -0
- package/dist/{esm/src/lib/components/Separator/index.jsx → lib/components/Separator/index.js} +4 -7
- package/dist/lib/components/Skeleton/index.d.ts +14 -0
- package/dist/{esm/src/lib/components/Skeleton/index.jsx → lib/components/Skeleton/index.js} +4 -7
- package/dist/lib/components/Slider/index.d.ts +14 -0
- package/dist/{esm/src/lib/components/Slider/index.jsx → lib/components/Slider/index.js} +4 -5
- package/dist/lib/components/Spinner/index.d.ts +15 -0
- package/dist/{esm/src/lib/components/Spinner/index.jsx → lib/components/Spinner/index.js} +4 -7
- package/dist/lib/components/TabNav/index.d.ts +15 -0
- package/dist/{esm/src/lib/components/TabNav/index.jsx → lib/components/TabNav/index.js} +15 -9
- package/dist/lib/components/Table/index.d.ts +30 -0
- package/dist/{esm/src/lib/components/Table/index.jsx → lib/components/Table/index.js} +10 -25
- package/dist/lib/components/Tabs/index.d.ts +22 -0
- package/dist/{esm/src/lib/components/Tabs/index.jsx → lib/components/Tabs/index.js} +7 -16
- package/dist/lib/components/TextArea/index.d.ts +16 -0
- package/dist/{esm/src/lib/components/TextArea/index.jsx → lib/components/TextArea/index.js} +4 -5
- package/dist/lib/components/TextField/index.d.ts +21 -0
- package/dist/{esm/src/lib/components/TextField/index.jsx → lib/components/TextField/index.js} +5 -10
- package/dist/lib/components/Toast/ToastActionButton.d.ts +14 -0
- package/dist/{esm/src/lib/components/Toast/ToastActionButton.jsx → lib/components/Toast/ToastActionButton.js} +6 -7
- package/dist/lib/components/Toast/ToastDescription.d.ts +13 -0
- package/dist/{esm/src/lib/components/Toast/ToastDescription.jsx → lib/components/Toast/ToastDescription.js} +15 -7
- package/dist/lib/components/Toast/ToastRoot.d.ts +27 -0
- package/dist/{esm/src/lib/components/Toast/ToastRoot.jsx → lib/components/Toast/ToastRoot.js} +5 -11
- package/dist/lib/components/Toast/ToastTitle.d.ts +13 -0
- package/dist/{esm/src/lib/components/Toast/ToastTitle.jsx → lib/components/Toast/ToastTitle.js} +15 -5
- package/dist/lib/components/Toast/index.d.ts +8 -0
- package/dist/lib/components/Toggle/ToggleWithText.d.ts +21 -0
- package/dist/{esm/src/lib/components/Toggle/ToggleWithText.jsx → lib/components/Toggle/ToggleWithText.js} +7 -9
- package/dist/lib/components/Toggle/index.d.ts +21 -0
- package/dist/{esm/src/lib/components/Toggle/index.jsx → lib/components/Toggle/index.js} +5 -6
- package/dist/lib/components/ToggleGroup/ToggleGroupItem.d.ts +17 -0
- package/dist/{esm/src/lib/components/ToggleGroup/ToggleGroupItem.jsx → lib/components/ToggleGroup/ToggleGroupItem.js} +16 -6
- package/dist/lib/components/ToggleGroup/ToggleGroupRoot.d.ts +15 -0
- package/dist/{esm/src/lib/components/ToggleGroup/ToggleGroupRoot.jsx → lib/components/ToggleGroup/ToggleGroupRoot.js} +5 -10
- package/dist/lib/components/ToggleGroup/index.d.ts +6 -0
- package/dist/lib/components/ToggleSwitch/index.d.ts +13 -0
- package/dist/{esm/src/lib/components/ToggleSwitch/index.jsx → lib/components/ToggleSwitch/index.js} +5 -9
- package/dist/lib/components/Tooltip/index.d.ts +19 -0
- package/dist/{esm/src/lib/components/Tooltip/index.jsx → lib/components/Tooltip/index.js} +4 -13
- package/dist/lib/components/index.d.ts +50 -0
- package/dist/lib/constants.d.ts +655 -0
- package/dist/{esm/src/lib → lib}/constants.js +2 -2
- package/dist/lib/index.js +2 -0
- package/dist/lib/types.d.ts +81 -0
- package/dist/lib/utils/useDarkMode.d.ts +1 -0
- package/dist/{esm/src/lib → lib}/utils/useDarkMode.js +1 -1
- package/dist/lib/utils/utils.d.ts +2 -0
- package/dist/tailwind.config.js +2 -5
- package/package.json +143 -141
- 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/src/app/layout.jsx +0 -17
- package/dist/cjs/src/app/page.jsx +0 -65
- package/dist/cjs/src/app/template/colorPicker.jsx +0 -21
- package/dist/cjs/src/app/template/theme.jsx +0 -22
- package/dist/cjs/src/lib/Typography/Header/index.jsx +0 -64
- package/dist/cjs/src/lib/Typography/Text/index.jsx +0 -73
- package/dist/cjs/src/lib/Typography/index.js +0 -10
- package/dist/cjs/src/lib/color/alpha.js +0 -788
- package/dist/cjs/src/lib/color/constants.js +0 -299
- package/dist/cjs/src/lib/color/dark.js +0 -395
- package/dist/cjs/src/lib/color/krdsColors.js +0 -312
- package/dist/cjs/src/lib/color/light.js +0 -396
- package/dist/cjs/src/lib/components/Accordion/index.jsx +0 -105
- package/dist/cjs/src/lib/components/AlertDialog/AlertDialogAction.jsx +0 -88
- package/dist/cjs/src/lib/components/AlertDialog/AlertDialogCancel.jsx +0 -87
- package/dist/cjs/src/lib/components/AlertDialog/AlertDialogContent.jsx +0 -81
- package/dist/cjs/src/lib/components/AlertDialog/AlertDialogDescription.jsx +0 -63
- package/dist/cjs/src/lib/components/AlertDialog/AlertDialogRoot.jsx +0 -65
- package/dist/cjs/src/lib/components/AlertDialog/AlertDialogTitle.jsx +0 -63
- package/dist/cjs/src/lib/components/AlertDialog/AlertDialogTrigger.jsx +0 -82
- package/dist/cjs/src/lib/components/AlertDialog/index.jsx +0 -19
- package/dist/cjs/src/lib/components/AspectRatio/index.jsx +0 -69
- package/dist/cjs/src/lib/components/Avatar/index.jsx +0 -87
- package/dist/cjs/src/lib/components/Badge/index.jsx +0 -80
- package/dist/cjs/src/lib/components/BarChart/index.jsx +0 -64
- package/dist/cjs/src/lib/components/BubbleChart/index.jsx +0 -80
- package/dist/cjs/src/lib/components/Button/index.jsx +0 -83
- package/dist/cjs/src/lib/components/Callout/CalloutIcon.jsx +0 -88
- package/dist/cjs/src/lib/components/Callout/CalloutRoot.jsx +0 -102
- package/dist/cjs/src/lib/components/Callout/CalloutText.jsx +0 -68
- package/dist/cjs/src/lib/components/Callout/index.jsx +0 -11
- package/dist/cjs/src/lib/components/Card/index.jsx +0 -90
- package/dist/cjs/src/lib/components/Checkbox/index.jsx +0 -123
- package/dist/cjs/src/lib/components/CheckboxCard/index.jsx +0 -89
- package/dist/cjs/src/lib/components/CheckboxGroup/CheckboxGroupItem.jsx +0 -54
- package/dist/cjs/src/lib/components/CheckboxGroup/CheckboxGroupRoot.jsx +0 -64
- package/dist/cjs/src/lib/components/CheckboxGroup/index.jsx +0 -6
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuCheckboxItem.jsx +0 -61
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuContent.jsx +0 -85
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuGroup.jsx +0 -46
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuItem.jsx +0 -87
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuItemIndicator.jsx +0 -77
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuLabel.jsx +0 -75
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuRadioGroup.jsx +0 -49
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuRadioItem.jsx +0 -63
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuRoot.jsx +0 -61
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuSeparator.jsx +0 -47
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuSubContent.jsx +0 -83
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuSubTrigger.jsx +0 -61
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuTrigger.jsx +0 -47
- package/dist/cjs/src/lib/components/ContextMenu/index.jsx +0 -31
- package/dist/cjs/src/lib/components/DataList/DataListItem.jsx +0 -70
- package/dist/cjs/src/lib/components/DataList/DataListLabel.jsx +0 -76
- package/dist/cjs/src/lib/components/DataList/DataListRoot.jsx +0 -73
- package/dist/cjs/src/lib/components/DataList/DataListValue.jsx +0 -78
- package/dist/cjs/src/lib/components/DataList/index.jsx +0 -8
- package/dist/cjs/src/lib/components/Dialog/DialogAction.jsx +0 -75
- package/dist/cjs/src/lib/components/Dialog/DialogCancel.jsx +0 -71
- package/dist/cjs/src/lib/components/Dialog/DialogContent.jsx +0 -84
- package/dist/cjs/src/lib/components/Dialog/DialogDescription.jsx +0 -63
- package/dist/cjs/src/lib/components/Dialog/DialogRoot.jsx +0 -56
- package/dist/cjs/src/lib/components/Dialog/DialogSlot.jsx +0 -62
- package/dist/cjs/src/lib/components/Dialog/DialogTitle.jsx +0 -63
- package/dist/cjs/src/lib/components/Dialog/DialogTrigger.jsx +0 -46
- package/dist/cjs/src/lib/components/Dialog/index.jsx +0 -21
- package/dist/cjs/src/lib/components/DoughnutChart/index.jsx +0 -70
- package/dist/cjs/src/lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx +0 -46
- package/dist/cjs/src/lib/components/DropdownMenu/DropdonMenuSubContent.jsx +0 -89
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +0 -60
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuContent.jsx +0 -85
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuItem.jsx +0 -86
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx +0 -75
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuLable.jsx +0 -61
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuRadioItem.jsx +0 -60
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuRoot.jsx +0 -55
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuSeparator.jsx +0 -45
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuSub.jsx +0 -44
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx +0 -59
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuTrigger.jsx +0 -69
- package/dist/cjs/src/lib/components/DropdownMenu/index.jsx +0 -31
- package/dist/cjs/src/lib/components/HoverCard/HoverCardContent.jsx +0 -88
- package/dist/cjs/src/lib/components/HoverCard/HoverCardRoot.jsx +0 -57
- package/dist/cjs/src/lib/components/HoverCard/HoverCardTrigger.jsx +0 -46
- package/dist/cjs/src/lib/components/HoverCard/index.jsx +0 -11
- package/dist/cjs/src/lib/components/IconButton/index.jsx +0 -90
- package/dist/cjs/src/lib/components/Inset/index.jsx +0 -79
- package/dist/cjs/src/lib/components/Label/index.jsx +0 -83
- package/dist/cjs/src/lib/components/LineChart/index.jsx +0 -62
- package/dist/cjs/src/lib/components/Menubar/MenubarCheckboxItem.jsx +0 -57
- package/dist/cjs/src/lib/components/Menubar/MenubarContent.jsx +0 -89
- package/dist/cjs/src/lib/components/Menubar/MenubarItem.jsx +0 -82
- package/dist/cjs/src/lib/components/Menubar/MenubarItemIndicator.jsx +0 -76
- package/dist/cjs/src/lib/components/Menubar/MenubarMenu.jsx +0 -44
- package/dist/cjs/src/lib/components/Menubar/MenubarRadioGroup.jsx +0 -49
- package/dist/cjs/src/lib/components/Menubar/MenubarRadioItem.jsx +0 -59
- package/dist/cjs/src/lib/components/Menubar/MenubarRoot.jsx +0 -91
- package/dist/cjs/src/lib/components/Menubar/MenubarSeparator.jsx +0 -47
- package/dist/cjs/src/lib/components/Menubar/MenubarSub.jsx +0 -44
- package/dist/cjs/src/lib/components/Menubar/MenubarSubContent.jsx +0 -78
- package/dist/cjs/src/lib/components/Menubar/MenubarSubTrigger.jsx +0 -60
- package/dist/cjs/src/lib/components/Menubar/MenubarTrigger.jsx +0 -84
- package/dist/cjs/src/lib/components/Menubar/index.jsx +0 -31
- package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuContent.jsx +0 -75
- package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -48
- package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuItem.jsx +0 -46
- package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuLink.jsx +0 -78
- package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuList.jsx +0 -75
- package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuRoot.jsx +0 -62
- package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuTrigger.jsx +0 -86
- package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuViewport.jsx +0 -80
- package/dist/cjs/src/lib/components/NavigationMenu/index.jsx +0 -12
- package/dist/cjs/src/lib/components/PieChart/index.jsx +0 -70
- package/dist/cjs/src/lib/components/Popover/PopoverClose.jsx +0 -64
- package/dist/cjs/src/lib/components/Popover/PopoverContent.jsx +0 -92
- package/dist/cjs/src/lib/components/Popover/PopoverRoot.jsx +0 -55
- package/dist/cjs/src/lib/components/Popover/PopoverTrigger.jsx +0 -46
- package/dist/cjs/src/lib/components/Popover/index.jsx +0 -13
- package/dist/cjs/src/lib/components/Progress/index.jsx +0 -83
- package/dist/cjs/src/lib/components/RadarChart/index.jsx +0 -83
- package/dist/cjs/src/lib/components/Radio/index.jsx +0 -54
- package/dist/cjs/src/lib/components/RadioCards/RadioCardsItem.jsx +0 -70
- package/dist/cjs/src/lib/components/RadioCards/RadioCardsRoot.jsx +0 -77
- package/dist/cjs/src/lib/components/RadioCards/index.jsx +0 -9
- package/dist/cjs/src/lib/components/RadioGroup/RadioGroupItem.jsx +0 -62
- package/dist/cjs/src/lib/components/RadioGroup/RadioGroupRoot.jsx +0 -73
- package/dist/cjs/src/lib/components/RadioGroup/index.jsx +0 -9
- package/dist/cjs/src/lib/components/ScrollArea/index.jsx +0 -54
- package/dist/cjs/src/lib/components/SegmentedControl/SegmentedControlItem.jsx +0 -51
- package/dist/cjs/src/lib/components/SegmentedControl/SegmentedControlRoot.jsx +0 -79
- package/dist/cjs/src/lib/components/SegmentedControl/index.jsx +0 -9
- package/dist/cjs/src/lib/components/Select/index.jsx +0 -115
- package/dist/cjs/src/lib/components/Separator/index.jsx +0 -56
- package/dist/cjs/src/lib/components/Skeleton/index.jsx +0 -51
- package/dist/cjs/src/lib/components/Slider/index.jsx +0 -56
- package/dist/cjs/src/lib/components/Spinner/index.jsx +0 -56
- package/dist/cjs/src/lib/components/TabNav/index.jsx +0 -50
- package/dist/cjs/src/lib/components/Table/index.jsx +0 -119
- package/dist/cjs/src/lib/components/Tabs/index.jsx +0 -80
- package/dist/cjs/src/lib/components/TextArea/index.jsx +0 -65
- package/dist/cjs/src/lib/components/TextField/index.jsx +0 -67
- package/dist/cjs/src/lib/components/Toast/ToastActionButton.jsx +0 -97
- package/dist/cjs/src/lib/components/Toast/ToastDescription.jsx +0 -71
- package/dist/cjs/src/lib/components/Toast/ToastRoot.jsx +0 -123
- package/dist/cjs/src/lib/components/Toast/ToastTitle.jsx +0 -69
- package/dist/cjs/src/lib/components/Toast/index.jsx +0 -13
- package/dist/cjs/src/lib/components/Toggle/ToggleWithText.jsx +0 -86
- package/dist/cjs/src/lib/components/Toggle/index.jsx +0 -88
- package/dist/cjs/src/lib/components/ToggleGroup/ToggleGroupItem.jsx +0 -70
- package/dist/cjs/src/lib/components/ToggleGroup/ToggleGroupRoot.jsx +0 -79
- package/dist/cjs/src/lib/components/ToggleGroup/index.jsx +0 -9
- package/dist/cjs/src/lib/components/ToggleSwitch/index.jsx +0 -81
- package/dist/cjs/src/lib/components/Tooltip/index.jsx +0 -86
- package/dist/cjs/src/lib/components/index.js +0 -108
- package/dist/cjs/src/lib/constants.js +0 -950
- package/dist/cjs/src/lib/index.js +0 -18
- package/dist/cjs/src/lib/types.js +0 -2
- package/dist/cjs/src/lib/utils/useDarkMode.js +0 -53
- package/dist/cjs/src/lib/utils/utils.js +0 -14
- package/dist/cjs/src/stories/ToggleSwitch/ToggleSwitch.stories.jsx +0 -125
- package/dist/cjs/src/stories/Welcome.jsx +0 -96
- package/dist/cjs/src/stories/accordion/Accordion.stories.jsx +0 -88
- package/dist/cjs/src/stories/alert-dialog/AlertDialog.stories.jsx +0 -79
- package/dist/cjs/src/stories/aspect-ratio/AspectRatio.stories.jsx +0 -115
- package/dist/cjs/src/stories/avatar/Avatar.stories.jsx +0 -120
- package/dist/cjs/src/stories/badge/Badge.stories.jsx +0 -148
- package/dist/cjs/src/stories/bar-chart/BarChart.stories.jsx +0 -114
- package/dist/cjs/src/stories/bubble-chart/BubbleChart.stories.jsx +0 -182
- package/dist/cjs/src/stories/button/Button.stories.jsx +0 -119
- package/dist/cjs/src/stories/button/IconButton.stories.jsx +0 -118
- package/dist/cjs/src/stories/callout/Callout.stories.jsx +0 -212
- package/dist/cjs/src/stories/card/Card.stories.jsx +0 -168
- package/dist/cjs/src/stories/checkbox/Checkbox.stories.jsx +0 -187
- package/dist/cjs/src/stories/checkbox/CheckboxCard.stories.jsx +0 -150
- package/dist/cjs/src/stories/checkbox/CheckboxGroup.stories.jsx +0 -150
- package/dist/cjs/src/stories/context-menu/ContextMenu.stories.jsx +0 -163
- package/dist/cjs/src/stories/data-list/DataList.stories.jsx +0 -193
- package/dist/cjs/src/stories/dialog/Dialog.stories.jsx +0 -183
- package/dist/cjs/src/stories/doughnut-chart/DoughnutChart.stories.jsx +0 -130
- package/dist/cjs/src/stories/dropdown-menu/DropdownMenu.stories.jsx +0 -156
- package/dist/cjs/src/stories/header/Header.stories.jsx +0 -127
- package/dist/cjs/src/stories/hover-card/HoverCard.stories.jsx +0 -150
- package/dist/cjs/src/stories/inset/Inset.stories.jsx +0 -105
- package/dist/cjs/src/stories/label/Label.stories.jsx +0 -119
- package/dist/cjs/src/stories/line-chart/LineChart.stories.jsx +0 -245
- package/dist/cjs/src/stories/menubar/Menubar.stories.jsx +0 -282
- package/dist/cjs/src/stories/navigation-menu/NavigationMenu.stories.jsx +0 -249
- package/dist/cjs/src/stories/pie-chart/PieChart.stories.jsx +0 -156
- package/dist/cjs/src/stories/popover/Popover.stories.jsx +0 -137
- package/dist/cjs/src/stories/progress/Progress.stories.jsx +0 -88
- package/dist/cjs/src/stories/radar-chart/RadarChart.stories.jsx +0 -134
- package/dist/cjs/src/stories/radio/Radio.stories.jsx +0 -117
- package/dist/cjs/src/stories/radio/RadioCards.stories.jsx +0 -147
- package/dist/cjs/src/stories/radio/RadioGroup.stories.jsx +0 -132
- package/dist/cjs/src/stories/scroll-area/ScrollArea.stories.jsx +0 -204
- package/dist/cjs/src/stories/segmented-control/SegmentedControl.stories.jsx +0 -107
- package/dist/cjs/src/stories/select/Select.stories.jsx +0 -187
- package/dist/cjs/src/stories/separator/Separator.stories.jsx +0 -112
- package/dist/cjs/src/stories/skeleton/Skeleton.stories.jsx +0 -126
- package/dist/cjs/src/stories/slider/Slider.stories.jsx +0 -100
- package/dist/cjs/src/stories/spinner/Spinner.stories.jsx +0 -122
- package/dist/cjs/src/stories/tab-nav/TabNav.stories.jsx +0 -102
- package/dist/cjs/src/stories/table/Table.stories.jsx +0 -139
- package/dist/cjs/src/stories/tabs/Tabs.stories.jsx +0 -126
- package/dist/cjs/src/stories/text/Text.stories.jsx +0 -123
- package/dist/cjs/src/stories/textArea/TextArea.stories.jsx +0 -119
- package/dist/cjs/src/stories/textfield/TextField.stories.jsx +0 -133
- package/dist/cjs/src/stories/toast/Toast.stories.jsx +0 -230
- package/dist/cjs/src/stories/toggle/Toggle.stories.jsx +0 -114
- package/dist/cjs/src/stories/toggle/ToggleGroup.stories.jsx +0 -158
- package/dist/cjs/src/stories/tooltip/Tooltip.stories.jsx +0 -98
- package/dist/cjs/src/utils/chart.js +0 -582
- package/dist/cjs/src/utils/move.mjs +0 -40
- package/dist/cjs/src/utils/post-publish.mjs +0 -28
- 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/src/app/layout.jsx +0 -13
- package/dist/esm/src/app/page.jsx +0 -36
- package/dist/esm/src/app/template/colorPicker.jsx +0 -19
- package/dist/esm/src/app/template/theme.jsx +0 -17
- package/dist/esm/src/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
- package/dist/esm/src/stories/ToggleSwitch/ToggleSwitch.stories.jsx +0 -118
- package/dist/esm/src/stories/Welcome.jsx +0 -68
- package/dist/esm/src/stories/accordion/Accordion.stories.jsx +0 -81
- package/dist/esm/src/stories/alert-dialog/AlertDialog.stories.jsx +0 -72
- package/dist/esm/src/stories/aspect-ratio/AspectRatio.stories.jsx +0 -106
- package/dist/esm/src/stories/avatar/Avatar.stories.jsx +0 -109
- package/dist/esm/src/stories/badge/Badge.stories.jsx +0 -135
- package/dist/esm/src/stories/bar-chart/BarChart.stories.jsx +0 -105
- package/dist/esm/src/stories/bubble-chart/BubbleChart.stories.jsx +0 -175
- package/dist/esm/src/stories/button/Button.stories.jsx +0 -105
- package/dist/esm/src/stories/button/IconButton.stories.jsx +0 -110
- package/dist/esm/src/stories/callout/Callout.stories.jsx +0 -202
- package/dist/esm/src/stories/card/Card.stories.jsx +0 -156
- package/dist/esm/src/stories/checkbox/Checkbox.stories.jsx +0 -174
- package/dist/esm/src/stories/checkbox/CheckboxCard.stories.jsx +0 -138
- package/dist/esm/src/stories/checkbox/CheckboxGroup.stories.jsx +0 -144
- package/dist/esm/src/stories/context-menu/ContextMenu.stories.jsx +0 -156
- package/dist/esm/src/stories/data-list/DataList.stories.jsx +0 -186
- package/dist/esm/src/stories/dialog/Dialog.stories.jsx +0 -173
- package/dist/esm/src/stories/doughnut-chart/DoughnutChart.stories.jsx +0 -118
- package/dist/esm/src/stories/dropdown-menu/DropdownMenu.stories.jsx +0 -146
- package/dist/esm/src/stories/header/Header.stories.jsx +0 -118
- package/dist/esm/src/stories/hover-card/HoverCard.stories.jsx +0 -143
- package/dist/esm/src/stories/inset/Inset.stories.jsx +0 -99
- package/dist/esm/src/stories/label/Label.stories.jsx +0 -112
- package/dist/esm/src/stories/line-chart/LineChart.stories.jsx +0 -234
- package/dist/esm/src/stories/menubar/Menubar.stories.jsx +0 -274
- package/dist/esm/src/stories/navigation-menu/NavigationMenu.stories.jsx +0 -237
- package/dist/esm/src/stories/pie-chart/PieChart.stories.jsx +0 -144
- package/dist/esm/src/stories/popover/Popover.stories.jsx +0 -128
- package/dist/esm/src/stories/progress/Progress.stories.jsx +0 -81
- package/dist/esm/src/stories/radar-chart/RadarChart.stories.jsx +0 -126
- package/dist/esm/src/stories/radio/Radio.stories.jsx +0 -110
- package/dist/esm/src/stories/radio/RadioCards.stories.jsx +0 -136
- package/dist/esm/src/stories/radio/RadioGroup.stories.jsx +0 -125
- package/dist/esm/src/stories/scroll-area/ScrollArea.stories.jsx +0 -197
- package/dist/esm/src/stories/segmented-control/SegmentedControl.stories.jsx +0 -100
- package/dist/esm/src/stories/select/Select.stories.jsx +0 -175
- package/dist/esm/src/stories/separator/Separator.stories.jsx +0 -105
- package/dist/esm/src/stories/skeleton/Skeleton.stories.jsx +0 -118
- package/dist/esm/src/stories/slider/Slider.stories.jsx +0 -93
- package/dist/esm/src/stories/spinner/Spinner.stories.jsx +0 -111
- package/dist/esm/src/stories/tab-nav/TabNav.stories.jsx +0 -94
- package/dist/esm/src/stories/table/Table.stories.jsx +0 -129
- package/dist/esm/src/stories/tabs/Tabs.stories.jsx +0 -118
- package/dist/esm/src/stories/text/Text.stories.jsx +0 -115
- package/dist/esm/src/stories/textArea/TextArea.stories.jsx +0 -111
- package/dist/esm/src/stories/textfield/TextField.stories.jsx +0 -122
- package/dist/esm/src/stories/toast/Toast.stories.jsx +0 -197
- package/dist/esm/src/stories/toggle/Toggle.stories.jsx +0 -106
- package/dist/esm/src/stories/toggle/ToggleGroup.stories.jsx +0 -151
- package/dist/esm/src/stories/tooltip/Tooltip.stories.jsx +0 -89
- package/dist/esm/src/utils/chart.js +0 -572
- package/dist/esm/src/utils/move.mjs +0 -35
- package/dist/esm/src/utils/post-publish.mjs +0 -23
- package/dist/esm/tailwind.config.js +0 -144
- package/dist/esm/tsconfig.tsbuildinfo +0 -1
- /package/dist/{esm/src/lib/Typography/index.js → lib/Typography/index.d.ts} +0 -0
- /package/dist/{esm/src/lib → lib}/color/alpha.js +0 -0
- /package/dist/{esm/src/lib → lib}/color/constants.js +0 -0
- /package/dist/{esm/src/lib → lib}/color/dark.js +0 -0
- /package/dist/{esm/src/lib → lib}/color/krdsColors.js +0 -0
- /package/dist/{esm/src/lib → lib}/color/light.js +0 -0
- /package/dist/{esm/src/lib/components/AlertDialog/index.jsx → lib/components/AlertDialog/index.js} +0 -0
- /package/dist/{esm/src/lib/components/Callout/index.jsx → lib/components/Callout/index.js} +0 -0
- /package/dist/{esm/src/lib/components/CheckboxGroup/index.jsx → lib/components/CheckboxGroup/index.js} +0 -0
- /package/dist/{esm/src/lib/components/ContextMenu/index.jsx → lib/components/ContextMenu/index.js} +0 -0
- /package/dist/{esm/src/lib/components/DataList/index.jsx → lib/components/DataList/index.js} +0 -0
- /package/dist/{esm/src/lib/components/Dialog/index.jsx → lib/components/Dialog/index.js} +0 -0
- /package/dist/{esm/src/lib/components/DropdownMenu/index.jsx → lib/components/DropdownMenu/index.js} +0 -0
- /package/dist/{esm/src/lib/components/HoverCard/index.jsx → lib/components/HoverCard/index.js} +0 -0
- /package/dist/{esm/src/lib/components/Menubar/index.jsx → lib/components/Menubar/index.js} +0 -0
- /package/dist/{esm/src/lib/components/NavigationMenu/index.jsx → lib/components/NavigationMenu/index.js} +0 -0
- /package/dist/{esm/src/lib/components/Popover/index.jsx → lib/components/Popover/index.js} +0 -0
- /package/dist/{esm/src/lib/components/RadioCards/index.jsx → lib/components/RadioCards/index.js} +0 -0
- /package/dist/{esm/src/lib/components/RadioGroup/index.jsx → lib/components/RadioGroup/index.js} +0 -0
- /package/dist/{esm/src/lib/components/SegmentedControl/index.jsx → lib/components/SegmentedControl/index.js} +0 -0
- /package/dist/{esm/src/lib/components/Toast/index.jsx → lib/components/Toast/index.js} +0 -0
- /package/dist/{esm/src/lib/components/ToggleGroup/index.jsx → lib/components/ToggleGroup/index.js} +0 -0
- /package/dist/{esm/src/lib → lib}/components/index.js +0 -0
- /package/dist/{esm/src/lib/index.js → lib/index.d.ts} +0 -0
- /package/dist/{esm/src/lib → lib}/types.js +0 -0
- /package/dist/{esm/src/lib → lib}/utils/utils.js +0 -0
@@ -1,3 +1,14 @@
|
|
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
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,11 +20,12 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef, useContext } from 'react';
|
13
25
|
import { cva } from 'class-variance-authority';
|
14
26
|
import { Popover as PopoverTheme } from '@radix-ui/themes';
|
15
27
|
import { PopoverContext } from './PopoverRoot';
|
16
|
-
import { cn } from '
|
28
|
+
import { cn } from '../../../lib/utils/utils';
|
17
29
|
export var popoverCloseVariants = cva('', {
|
18
30
|
variants: {
|
19
31
|
radius: {
|
@@ -31,8 +43,6 @@ export var popoverCloseVariants = cva('', {
|
|
31
43
|
export var PopoverClose = forwardRef(function (_a, ref) {
|
32
44
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
33
45
|
var radius = useContext(PopoverContext).radius;
|
34
|
-
return (
|
35
|
-
{children}
|
36
|
-
</PopoverTheme.Close>);
|
46
|
+
return (_jsx(PopoverTheme.Close, __assign({ ref: ref, className: cn(popoverCloseVariants({ radius: radius }), className) }, props, { children: children })));
|
37
47
|
});
|
38
48
|
PopoverClose.displayName = 'Popover.Close';
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { Popover as PopoverTheme } from '@radix-ui/themes';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
export interface PopoverContentProps extends VariantProps<typeof popoverContentVariants> {
|
5
|
+
}
|
6
|
+
export declare const popoverContentVariants: (props?: ({
|
7
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
8
|
+
size?: "small" | "medium" | "large" | "x-large" | null | undefined;
|
9
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
10
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
11
|
+
export declare const PopoverContent: React.ForwardRefExoticComponent<Omit<PopoverTheme.ContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & PopoverContentProps & React.RefAttributes<HTMLDivElement>>;
|
@@ -20,12 +20,13 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
24
|
-
import {
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef, useContext } from 'react';
|
25
|
+
import { scalingVariants } from '../../../lib/constants';
|
25
26
|
import { Popover as PopoverTheme } from '@radix-ui/themes';
|
26
27
|
import { cva } from 'class-variance-authority';
|
27
28
|
import { PopoverContext } from './PopoverRoot';
|
28
|
-
import { cn } from '
|
29
|
+
import { cn } from '../../../lib/utils/utils';
|
29
30
|
export var popoverContentVariants = cva('flex gap-2 bg-white dark:bg-slateDark-1 border-slateA-6 dark:border-slateDarkA-6', {
|
30
31
|
variants: {
|
31
32
|
radius: {
|
@@ -59,8 +60,6 @@ export var PopoverContent = forwardRef(function (_a, ref) {
|
|
59
60
|
sizeTheme = '3';
|
60
61
|
if (size === 'x-large')
|
61
62
|
sizeTheme = '4';
|
62
|
-
return (
|
63
|
-
{children}
|
64
|
-
</PopoverTheme.Content>);
|
63
|
+
return (_jsx(PopoverTheme.Content, __assign({ ref: ref, size: sizeTheme, className: cn(popoverContentVariants({ size: size, radius: radius, scaling: scaling }), className) }, props, { children: children })));
|
65
64
|
});
|
66
65
|
PopoverContent.displayName = 'Popover.Content';
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
2
|
+
import { Popover as PopoverTheme } from '@radix-ui/themes';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
import { popoverContentVariants } from './PopoverContent';
|
5
|
+
import { popoverCloseVariants } from './PopoverClose';
|
6
|
+
export interface PopoverProps extends VariantProps<typeof popoverContentVariants>, VariantProps<typeof popoverCloseVariants> {
|
7
|
+
}
|
8
|
+
export declare const PopoverContext: React.Context<PopoverProps>;
|
9
|
+
export declare const PopoverRoot: {
|
10
|
+
({ children, radius, size, scaling, ...props }: ComponentPropsWithoutRef<typeof PopoverTheme.Root> & PopoverProps): import("react/jsx-runtime").JSX.Element;
|
11
|
+
displayName: string;
|
12
|
+
};
|
@@ -1,3 +1,14 @@
|
|
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
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { createContext } from 'react';
|
13
25
|
import { Theme, Popover as PopoverTheme } from '@radix-ui/themes';
|
14
26
|
export var PopoverContext = createContext({
|
15
27
|
radius: 'medium',
|
@@ -19,10 +31,6 @@ export var PopoverContext = createContext({
|
|
19
31
|
export var PopoverRoot = function (_a) {
|
20
32
|
var children = _a.children, radius = _a.radius, size = _a.size, scaling = _a.scaling, props = __rest(_a, ["children", "radius", "size", "scaling"]);
|
21
33
|
var contextValue = { radius: radius, size: size, scaling: scaling };
|
22
|
-
return (
|
23
|
-
<PopoverContext.Provider value={contextValue}>
|
24
|
-
<PopoverTheme.Root {...props}>{children}</PopoverTheme.Root>
|
25
|
-
</PopoverContext.Provider>
|
26
|
-
</Theme>);
|
34
|
+
return (_jsx(Theme, { children: _jsx(PopoverContext.Provider, { value: contextValue, children: _jsx(PopoverTheme.Root, __assign({}, props, { children: children })) }) }));
|
27
35
|
};
|
28
36
|
PopoverRoot.displayName = 'Popover.Root';
|
@@ -0,0 +1,3 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { Popover as PopoverTheme } from '@radix-ui/themes';
|
3
|
+
export declare const PopoverTrigger: React.ForwardRefExoticComponent<Omit<PopoverTheme.TriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
@@ -1,3 +1,14 @@
|
|
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
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,12 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
13
25
|
import { Popover as PopoverTheme } from '@radix-ui/themes';
|
14
26
|
export var PopoverTrigger = forwardRef(function (_a, ref) {
|
15
27
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
16
|
-
return (
|
17
|
-
{children}
|
18
|
-
</PopoverTheme.Trigger>);
|
28
|
+
return (_jsx(PopoverTheme.Trigger, __assign({ ref: ref }, props, { className: className, children: children })));
|
19
29
|
});
|
20
30
|
PopoverTrigger.displayName = 'Popover.Trigger';
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
declare const Popover: {
|
3
|
+
Root: {
|
4
|
+
({ children, radius, size, scaling, ...props }: import("@radix-ui/themes/dist/cjs/components/popover").RootProps & import("./PopoverRoot").PopoverProps): import("react/jsx-runtime").JSX.Element;
|
5
|
+
displayName: string;
|
6
|
+
};
|
7
|
+
Trigger: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/popover").TriggerProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
8
|
+
Content: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/popover").ContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("./PopoverContent").PopoverContentProps & import("react").RefAttributes<HTMLDivElement>>;
|
9
|
+
Close: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/popover").CloseProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("./PopoverClose").PopoverCloseProps & import("react").RefAttributes<HTMLButtonElement>>;
|
10
|
+
};
|
11
|
+
export default Popover;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
export interface ProgressProps extends VariantProps<typeof progressVariants> {
|
4
|
+
size?: any;
|
5
|
+
appearance?: 'classic' | 'surface' | 'soft';
|
6
|
+
}
|
7
|
+
declare const progressVariants: (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
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
12
|
+
export declare const Progress: React.ForwardRefExoticComponent<Omit<import("@radix-ui/themes").ProgressProps & React.RefAttributes<HTMLDivElement>, "ref"> & ProgressProps & React.RefAttributes<HTMLDivElement>>;
|
13
|
+
export default Progress;
|
@@ -20,11 +20,12 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
|
-
import { scalingVariants } from '
|
26
|
+
import { scalingVariants } from '../../../lib/constants';
|
26
27
|
import { Theme, Progress as ProgressTheme } from '@radix-ui/themes';
|
27
|
-
import { cn } from '
|
28
|
+
import { cn } from '../../../lib/utils/utils';
|
28
29
|
var progressVariants = cva('w-[300px]', {
|
29
30
|
variants: {
|
30
31
|
radius: {
|
@@ -49,9 +50,7 @@ var progressVariants = cva('w-[300px]', {
|
|
49
50
|
});
|
50
51
|
export var Progress = forwardRef(function (_a, ref) {
|
51
52
|
var className = _a.className, radius = _a.radius, size = _a.size, value = _a.value, _b = _a.appearance, appearance = _b === void 0 ? 'surface' : _b, _c = _a.color, color = _c === void 0 ? 'red' : _c, scaling = _a.scaling, props = __rest(_a, ["className", "radius", "size", "value", "appearance", "color", "scaling"]);
|
52
|
-
return (
|
53
|
-
<ProgressTheme ref={ref} value={value} variant={appearance} className={cn(progressVariants({ radius: radius, size: size, scaling: scaling }), className)} {...props}/>
|
54
|
-
</Theme>);
|
53
|
+
return (_jsx(Theme, { accentColor: color, children: _jsx(ProgressTheme, __assign({ ref: ref, value: value, variant: appearance, className: cn(progressVariants({ radius: radius, size: size, scaling: scaling }), className) }, props)) }));
|
55
54
|
});
|
56
55
|
Progress.displayName = 'Progress';
|
57
56
|
export default Progress;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
2
|
+
import { IChartDataLabels, IChartDatasets, IChartLegend, IChartTitle } from '../../../lib/types';
|
3
|
+
type IRadarChartDataset = IChartDatasets & {
|
4
|
+
data: number[];
|
5
|
+
pointBackgroundColor?: string;
|
6
|
+
pointBorderColor?: string;
|
7
|
+
pointBorderWidth?: number;
|
8
|
+
pointHoverBackgroundColor?: string;
|
9
|
+
pointHoverBorderColor?: string;
|
10
|
+
pointHoverBorderWidth?: number;
|
11
|
+
fill?: boolean;
|
12
|
+
};
|
13
|
+
export interface RadarChartProps extends VariantProps<typeof radarChartVariants> {
|
14
|
+
appearance?: 'solid' | 'soft';
|
15
|
+
isColorMixed?: boolean;
|
16
|
+
className?: string;
|
17
|
+
datasets: IRadarChartDataset[];
|
18
|
+
title?: IChartTitle;
|
19
|
+
legend?: IChartLegend;
|
20
|
+
labels?: string[];
|
21
|
+
datalabels?: IChartDataLabels;
|
22
|
+
width?: string | number;
|
23
|
+
height?: string | number;
|
24
|
+
}
|
25
|
+
declare const radarChartVariants: (props?: ({
|
26
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
27
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
28
|
+
export declare const RadarChart: {
|
29
|
+
({ className, title, legend, datalabels, datasets, labels, width, height, scaling, appearance, isColorMixed, ...props }: RadarChartProps): import("react/jsx-runtime").JSX.Element;
|
30
|
+
displayName: string;
|
31
|
+
};
|
32
|
+
export default RadarChart;
|
package/dist/{esm/src/lib/components/RadarChart/index.jsx → lib/components/RadarChart/index.js}
RENAMED
@@ -20,14 +20,14 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
24
|
import { cva } from 'class-variance-authority';
|
25
|
-
import { scalingVariants } from '
|
25
|
+
import { scalingVariants } from '../../../lib/constants';
|
26
26
|
import { Radar } from 'react-chartjs-2';
|
27
|
-
import { cn } from '
|
27
|
+
import { cn } from '../../../lib/utils/utils';
|
28
28
|
import { Chart as ChartJS, RadialLinearScale, PointElement, LineElement, Filler, Tooltip, Legend, plugins, } from 'chart.js/auto';
|
29
|
-
import { chartColorList, chartAlphaColorList } from '
|
30
|
-
import { useDarkMode } from '
|
29
|
+
import { chartColorList, chartAlphaColorList } from '../../../lib/color/constants';
|
30
|
+
import { useDarkMode } from '../../../lib/utils/useDarkMode';
|
31
31
|
import ChartDataLabels from 'chartjs-plugin-datalabels';
|
32
32
|
ChartJS.register(RadialLinearScale, PointElement, LineElement, Filler, Tooltip, Legend, plugins, ChartDataLabels);
|
33
33
|
ChartJS.defaults.set('plugins.datalabels', {
|
@@ -60,7 +60,7 @@ export var RadarChart = function (_a) {
|
|
60
60
|
dataset.backgroundColor = ChartColor[index];
|
61
61
|
dataset.borderColor = BorderColor[index];
|
62
62
|
});
|
63
|
-
return (
|
63
|
+
return (_jsx(Radar, __assign({ data: { labels: labels, datasets: datasets }, options: {
|
64
64
|
plugins: {
|
65
65
|
title: title,
|
66
66
|
legend: legend,
|
@@ -70,7 +70,7 @@ export var RadarChart = function (_a) {
|
|
70
70
|
suggestedMin: 50,
|
71
71
|
suggestedMax: 100,
|
72
72
|
} }, defaultScales.linescale),
|
73
|
-
}
|
73
|
+
}, className: cn(radarChartVariants({ scaling: scaling }), className), width: width, height: height }, props)));
|
74
74
|
};
|
75
75
|
RadarChart.displayName = 'RadarChart';
|
76
76
|
export default RadarChart;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
import { IScaling } from '../../../lib/types';
|
4
|
+
export interface RadioProps extends VariantProps<typeof radioVariants> {
|
5
|
+
size?: any;
|
6
|
+
scaling?: IScaling;
|
7
|
+
appearance?: 'classic' | 'surface' | 'soft';
|
8
|
+
}
|
9
|
+
declare const radioVariants: (props?: ({
|
10
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
11
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
12
|
+
export declare const Radio: React.ForwardRefExoticComponent<Omit<import("@radix-ui/themes").RadioProps & React.RefAttributes<HTMLInputElement>, "ref"> & RadioProps & React.RefAttributes<HTMLInputElement>>;
|
13
|
+
export default Radio;
|
@@ -1,3 +1,14 @@
|
|
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
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,11 +20,12 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
12
24
|
import React from 'react';
|
13
25
|
import { cva } from 'class-variance-authority';
|
14
26
|
import { Theme, Radio as RadioTheme, Flex } from '@radix-ui/themes';
|
15
|
-
import { Text } from '
|
16
|
-
import { cn } from '
|
27
|
+
import { Text } from '../../../lib/Typography/Text';
|
28
|
+
import { cn } from '../../../lib/utils/utils';
|
17
29
|
var radioVariants = cva('font-normal', {
|
18
30
|
variants: {
|
19
31
|
size: {
|
@@ -35,14 +47,7 @@ export var Radio = React.forwardRef(function (_a, ref) {
|
|
35
47
|
sizeTheme = '1';
|
36
48
|
if (size === 'large')
|
37
49
|
sizeTheme = '3';
|
38
|
-
return (
|
39
|
-
<Flex asChild className={cn(radioVariants({ size: size }), className)}>
|
40
|
-
<Text as="label" size={sizeTheme}>
|
41
|
-
<RadioTheme ref={ref} value={value} variant={appearance} size={sizeTheme} {...props}/>
|
42
|
-
{children}
|
43
|
-
</Text>
|
44
|
-
</Flex>
|
45
|
-
</Theme>);
|
50
|
+
return (_jsx(Theme, { accentColor: color, scaling: scaling, children: _jsx(Flex, { asChild: true, className: cn(radioVariants({ size: size }), className), children: _jsxs(Text, { as: "label", size: sizeTheme, children: [_jsx(RadioTheme, __assign({ ref: ref, value: value, variant: appearance, size: sizeTheme }, props)), children] }) }) }));
|
46
51
|
});
|
47
52
|
Radio.displayName = 'Radio';
|
48
53
|
export default Radio;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
import { RadioCards as RadioCardsTheme } from '@radix-ui/themes';
|
4
|
+
export interface RadioCardsItemProps extends VariantProps<typeof radioCardsItemVariants> {
|
5
|
+
}
|
6
|
+
export declare const radioCardsItemVariants: (props?: ({
|
7
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
8
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
9
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
10
|
+
export declare const RadioCardsItem: React.ForwardRefExoticComponent<Omit<RadioCardsTheme.ItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & RadioCardsItemProps & React.RefAttributes<HTMLButtonElement>>;
|
@@ -1,3 +1,14 @@
|
|
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
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,10 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef, useContext } from 'react';
|
13
25
|
import { cva } from 'class-variance-authority';
|
14
26
|
import { RadioCards as RadioCardsTheme } from '@radix-ui/themes';
|
15
|
-
import { cn } from '
|
27
|
+
import { cn } from '../../../lib/utils/utils';
|
16
28
|
import { RadioCardsContext } from './RadioCardsRoot';
|
17
29
|
export var radioCardsItemVariants = cva('min-w-[200px] bg-white dark:bg-slateDark-1 text-slateA-12 dark:text-slateDarkA-12 border-slateA-6 dark:border-slateDarkA-6 font-normal disabled:text-slateA-9 dark:disabled:text-slateDarkA-9', {
|
18
30
|
variants: {
|
@@ -37,8 +49,6 @@ export var radioCardsItemVariants = cva('min-w-[200px] bg-white dark:bg-slateDar
|
|
37
49
|
export var RadioCardsItem = forwardRef(function (_a, ref) {
|
38
50
|
var children = _a.children, className = _a.className, value = _a.value, props = __rest(_a, ["children", "className", "value"]);
|
39
51
|
var _b = useContext(RadioCardsContext), radius = _b.radius, size = _b.size;
|
40
|
-
return (
|
41
|
-
{children}
|
42
|
-
</RadioCardsTheme.Item>);
|
52
|
+
return (_jsx(RadioCardsTheme.Item, __assign({ ref: ref, value: value, className: cn(radioCardsItemVariants({ radius: radius, size: size }), className) }, props, { children: children })));
|
43
53
|
});
|
44
54
|
RadioCardsItem.displayName = 'RadioCards.Item';
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
import { RadioCards as RadioCardsTheme } from '@radix-ui/themes';
|
4
|
+
import { radioCardsItemVariants } from './RadioCardsItem';
|
5
|
+
export interface RadioCardsProps extends VariantProps<typeof radioCardsVariants>, VariantProps<typeof radioCardsItemVariants> {
|
6
|
+
appearance?: 'classic' | 'surface';
|
7
|
+
}
|
8
|
+
declare const radioCardsVariants: (props?: ({
|
9
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
10
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
11
|
+
export declare const RadioCardsContext: React.Context<RadioCardsProps>;
|
12
|
+
export declare const RadioCardsRoot: React.ForwardRefExoticComponent<Omit<RadioCardsTheme.RootProps & React.RefAttributes<HTMLDivElement>, "ref"> & RadioCardsProps & React.RefAttributes<HTMLDivElement>>;
|
13
|
+
export {};
|
@@ -20,11 +20,12 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { createContext, forwardRef } from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
|
-
import { scalingVariants } from '
|
26
|
+
import { scalingVariants } from '../../../lib/constants';
|
26
27
|
import { Theme, RadioCards as RadioCardsTheme } from '@radix-ui/themes';
|
27
|
-
import { cn } from '
|
28
|
+
import { cn } from '../../../lib/utils/utils';
|
28
29
|
var radioCardsVariants = cva('flex items-center gap-2', {
|
29
30
|
variants: {
|
30
31
|
scaling: __assign({}, scalingVariants),
|
@@ -40,12 +41,6 @@ export var RadioCardsContext = createContext({
|
|
40
41
|
export var RadioCardsRoot = forwardRef(function (_a, ref) {
|
41
42
|
var children = _a.children, className = _a.className, radius = _a.radius, scaling = _a.scaling, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'surface' : _c, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "color", "appearance"]);
|
42
43
|
var contextValue = { radius: radius, size: size };
|
43
|
-
return (
|
44
|
-
<RadioCardsContext.Provider value={contextValue}>
|
45
|
-
<RadioCardsTheme.Root ref={ref} variant={appearance} className={cn(radioCardsVariants({ scaling: scaling }), className)} {...props}>
|
46
|
-
{children}
|
47
|
-
</RadioCardsTheme.Root>
|
48
|
-
</RadioCardsContext.Provider>
|
49
|
-
</Theme>);
|
44
|
+
return (_jsx(Theme, { accentColor: color, children: _jsx(RadioCardsContext.Provider, { value: contextValue, children: _jsx(RadioCardsTheme.Root, __assign({ ref: ref, variant: appearance, className: cn(radioCardsVariants({ scaling: scaling }), className) }, props, { children: children })) }) }));
|
50
45
|
});
|
51
46
|
RadioCardsRoot.displayName = 'RadioCards.Root';
|
@@ -0,0 +1,6 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
declare const RadioCards: {
|
3
|
+
Root: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/radio-cards").RootProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("./RadioCardsRoot").RadioCardsProps & import("react").RefAttributes<HTMLDivElement>>;
|
4
|
+
Item: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/radio-cards").ItemProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("./RadioCardsItem").RadioCardsItemProps & import("react").RefAttributes<HTMLButtonElement>>;
|
5
|
+
};
|
6
|
+
export default RadioCards;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { VariantProps } from 'class-variance-authority';
|
3
|
+
import { RadioGroup as RadioGroupTheme } from '@radix-ui/themes';
|
4
|
+
export interface RadioGroupItemProps extends VariantProps<typeof radioGroupItemVariants> {
|
5
|
+
size?: any;
|
6
|
+
value: string;
|
7
|
+
appearance?: 'classic' | 'surface' | 'soft';
|
8
|
+
}
|
9
|
+
declare const radioGroupItemVariants: (props?: ({
|
10
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
11
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
12
|
+
export declare const RadioGroupItem: React.ForwardRefExoticComponent<Omit<RadioGroupTheme.ItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & RadioGroupItemProps & React.RefAttributes<HTMLButtonElement>>;
|
13
|
+
export {};
|
@@ -1,3 +1,14 @@
|
|
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
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,11 +20,12 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef, useContext } from 'react';
|
13
25
|
import { cva } from 'class-variance-authority';
|
14
26
|
import { RadioGroup as RadioGroupTheme } from '@radix-ui/themes';
|
15
27
|
import { RadioGroupContext } from './RadioGroupRoot';
|
16
|
-
import { cn } from '
|
28
|
+
import { cn } from '../../../lib/utils/utils';
|
17
29
|
var radioGroupItemVariants = cva('font-normal text-slate-12 dark:text-slateDark-12', {
|
18
30
|
variants: {
|
19
31
|
size: {
|
@@ -29,8 +41,6 @@ var radioGroupItemVariants = cva('font-normal text-slate-12 dark:text-slateDark-
|
|
29
41
|
export var RadioGroupItem = forwardRef(function (_a, ref) {
|
30
42
|
var className = _a.className, children = _a.children, value = _a.value, props = __rest(_a, ["className", "children", "value"]);
|
31
43
|
var size = useContext(RadioGroupContext).size;
|
32
|
-
return (
|
33
|
-
{children}
|
34
|
-
</RadioGroupTheme.Item>);
|
44
|
+
return (_jsx(RadioGroupTheme.Item, __assign({ ref: ref, value: value, className: cn(radioGroupItemVariants({ size: size }), className) }, props, { children: children })));
|
35
45
|
});
|
36
46
|
RadioGroupItem.displayName = 'RadioGroup.Item';
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { RadioGroup as RadioGroupTheme } from '@radix-ui/themes';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
import { IScaling } from '../../../lib/types';
|
5
|
+
export interface RadioGroupProps extends VariantProps<typeof radioGroupVariants> {
|
6
|
+
scaling?: IScaling;
|
7
|
+
size?: 'small' | 'medium' | 'large';
|
8
|
+
appearance?: 'classic' | 'surface' | 'soft';
|
9
|
+
}
|
10
|
+
declare const radioGroupVariants: (props?: ({
|
11
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
12
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
13
|
+
export declare const RadioGroupContext: React.Context<RadioGroupProps>;
|
14
|
+
export declare const RadioGroupRoot: React.ForwardRefExoticComponent<Omit<RadioGroupTheme.RootProps & React.RefAttributes<HTMLDivElement>, "ref"> & RadioGroupProps & React.RefAttributes<HTMLDivElement>>;
|
15
|
+
export {};
|
@@ -1,3 +1,14 @@
|
|
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
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,10 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { createContext, forwardRef } from 'react';
|
13
25
|
import { Theme, RadioGroup as RadioGroupTheme } from '@radix-ui/themes';
|
14
26
|
import { cva } from 'class-variance-authority';
|
15
|
-
import { cn } from '
|
27
|
+
import { cn } from '../../../lib/utils/utils';
|
16
28
|
var radioGroupVariants = cva('', {
|
17
29
|
variants: {
|
18
30
|
size: {
|
@@ -36,12 +48,6 @@ export var RadioGroupRoot = forwardRef(function (_a, ref) {
|
|
36
48
|
sizeTheme = '1';
|
37
49
|
if (size === 'large')
|
38
50
|
sizeTheme = '3';
|
39
|
-
return (
|
40
|
-
<RadioGroupContext.Provider value={contextValue}>
|
41
|
-
<RadioGroupTheme.Root ref={ref} size={sizeTheme} variant={appearance} className={cn(radioGroupVariants({ size: size }), className)} {...props}>
|
42
|
-
{children}
|
43
|
-
</RadioGroupTheme.Root>
|
44
|
-
</RadioGroupContext.Provider>
|
45
|
-
</Theme>);
|
51
|
+
return (_jsx(Theme, { accentColor: color, scaling: scaling, children: _jsx(RadioGroupContext.Provider, { value: contextValue, children: _jsx(RadioGroupTheme.Root, __assign({ ref: ref, size: sizeTheme, variant: appearance, className: cn(radioGroupVariants({ size: size }), className) }, props, { children: children })) }) }));
|
46
52
|
});
|
47
53
|
RadioGroupRoot.displayName = 'RadioGroup.Root';
|
@@ -0,0 +1,6 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
declare const RadioGroup: {
|
3
|
+
Root: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/radio-group").RootProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("./RadioGroupRoot").RadioGroupProps & import("react").RefAttributes<HTMLDivElement>>;
|
4
|
+
Item: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/radio-group").ItemProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("./RadioGroupItem").RadioGroupItemProps & import("react").RefAttributes<HTMLButtonElement>>;
|
5
|
+
};
|
6
|
+
export default RadioGroup;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
3
|
+
export interface ScrollAreaProps {
|
4
|
+
size?: any;
|
5
|
+
radius?: 'none' | 'small' | 'medium' | 'large' | 'full';
|
6
|
+
scrollbars?: 'vertical' | 'horizontal' | 'both';
|
7
|
+
}
|
8
|
+
export declare const ScrollArea: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React.RefAttributes<HTMLDivElement>, "ref"> & ScrollAreaProps & React.RefAttributes<HTMLDivElement>>;
|
9
|
+
export default ScrollArea;
|