@lotte-innovate/ui-component-test 0.1.46 → 0.1.71
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.d.ts +2 -0
- 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/lib/index.js +0 -2
- 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 → lib}/types.js +0 -0
- /package/dist/{esm/src/lib → lib}/utils/utils.js +0 -0
@@ -0,0 +1,392 @@
|
|
1
|
+
export declare const slate: {
|
2
|
+
1: string;
|
3
|
+
2: string;
|
4
|
+
3: string;
|
5
|
+
4: string;
|
6
|
+
5: string;
|
7
|
+
6: string;
|
8
|
+
7: string;
|
9
|
+
8: string;
|
10
|
+
9: string;
|
11
|
+
10: string;
|
12
|
+
11: string;
|
13
|
+
12: string;
|
14
|
+
};
|
15
|
+
export declare const olive: {
|
16
|
+
1: string;
|
17
|
+
2: string;
|
18
|
+
3: string;
|
19
|
+
4: string;
|
20
|
+
5: string;
|
21
|
+
6: string;
|
22
|
+
7: string;
|
23
|
+
8: string;
|
24
|
+
9: string;
|
25
|
+
10: string;
|
26
|
+
11: string;
|
27
|
+
12: string;
|
28
|
+
};
|
29
|
+
export declare const sand: {
|
30
|
+
1: string;
|
31
|
+
2: string;
|
32
|
+
3: string;
|
33
|
+
4: string;
|
34
|
+
5: string;
|
35
|
+
6: string;
|
36
|
+
7: string;
|
37
|
+
8: string;
|
38
|
+
9: string;
|
39
|
+
10: string;
|
40
|
+
11: string;
|
41
|
+
12: string;
|
42
|
+
};
|
43
|
+
export declare const tomato: {
|
44
|
+
1: string;
|
45
|
+
2: string;
|
46
|
+
3: string;
|
47
|
+
4: string;
|
48
|
+
5: string;
|
49
|
+
6: string;
|
50
|
+
7: string;
|
51
|
+
8: string;
|
52
|
+
9: string;
|
53
|
+
10: string;
|
54
|
+
11: string;
|
55
|
+
12: string;
|
56
|
+
};
|
57
|
+
export declare const red: {
|
58
|
+
1: string;
|
59
|
+
2: string;
|
60
|
+
3: string;
|
61
|
+
4: string;
|
62
|
+
5: string;
|
63
|
+
6: string;
|
64
|
+
7: string;
|
65
|
+
8: string;
|
66
|
+
9: string;
|
67
|
+
10: string;
|
68
|
+
11: string;
|
69
|
+
12: string;
|
70
|
+
};
|
71
|
+
export declare const ruby: {
|
72
|
+
1: string;
|
73
|
+
2: string;
|
74
|
+
3: string;
|
75
|
+
4: string;
|
76
|
+
5: string;
|
77
|
+
6: string;
|
78
|
+
7: string;
|
79
|
+
8: string;
|
80
|
+
9: string;
|
81
|
+
10: string;
|
82
|
+
11: string;
|
83
|
+
12: string;
|
84
|
+
};
|
85
|
+
export declare const crimson: {
|
86
|
+
1: string;
|
87
|
+
2: string;
|
88
|
+
3: string;
|
89
|
+
4: string;
|
90
|
+
5: string;
|
91
|
+
6: string;
|
92
|
+
7: string;
|
93
|
+
8: string;
|
94
|
+
9: string;
|
95
|
+
10: string;
|
96
|
+
11: string;
|
97
|
+
12: string;
|
98
|
+
};
|
99
|
+
export declare const pink: {
|
100
|
+
1: string;
|
101
|
+
2: string;
|
102
|
+
3: string;
|
103
|
+
4: string;
|
104
|
+
5: string;
|
105
|
+
6: string;
|
106
|
+
7: string;
|
107
|
+
8: string;
|
108
|
+
9: string;
|
109
|
+
10: string;
|
110
|
+
11: string;
|
111
|
+
12: string;
|
112
|
+
};
|
113
|
+
export declare const plum: {
|
114
|
+
1: string;
|
115
|
+
2: string;
|
116
|
+
3: string;
|
117
|
+
4: string;
|
118
|
+
5: string;
|
119
|
+
6: string;
|
120
|
+
7: string;
|
121
|
+
8: string;
|
122
|
+
9: string;
|
123
|
+
10: string;
|
124
|
+
11: string;
|
125
|
+
12: string;
|
126
|
+
};
|
127
|
+
export declare const purple: {
|
128
|
+
1: string;
|
129
|
+
2: string;
|
130
|
+
3: string;
|
131
|
+
4: string;
|
132
|
+
5: string;
|
133
|
+
6: string;
|
134
|
+
7: string;
|
135
|
+
8: string;
|
136
|
+
9: string;
|
137
|
+
10: string;
|
138
|
+
11: string;
|
139
|
+
12: string;
|
140
|
+
};
|
141
|
+
export declare const violet: {
|
142
|
+
1: string;
|
143
|
+
2: string;
|
144
|
+
3: string;
|
145
|
+
4: string;
|
146
|
+
5: string;
|
147
|
+
6: string;
|
148
|
+
7: string;
|
149
|
+
8: string;
|
150
|
+
9: string;
|
151
|
+
10: string;
|
152
|
+
11: string;
|
153
|
+
12: string;
|
154
|
+
};
|
155
|
+
export declare const iris: {
|
156
|
+
1: string;
|
157
|
+
2: string;
|
158
|
+
3: string;
|
159
|
+
4: string;
|
160
|
+
5: string;
|
161
|
+
6: string;
|
162
|
+
7: string;
|
163
|
+
8: string;
|
164
|
+
9: string;
|
165
|
+
10: string;
|
166
|
+
11: string;
|
167
|
+
12: string;
|
168
|
+
};
|
169
|
+
export declare const indigo: {
|
170
|
+
1: string;
|
171
|
+
2: string;
|
172
|
+
3: string;
|
173
|
+
4: string;
|
174
|
+
5: string;
|
175
|
+
6: string;
|
176
|
+
7: string;
|
177
|
+
8: string;
|
178
|
+
9: string;
|
179
|
+
10: string;
|
180
|
+
11: string;
|
181
|
+
12: string;
|
182
|
+
};
|
183
|
+
export declare const blue: {
|
184
|
+
1: string;
|
185
|
+
2: string;
|
186
|
+
3: string;
|
187
|
+
4: string;
|
188
|
+
5: string;
|
189
|
+
6: string;
|
190
|
+
7: string;
|
191
|
+
8: string;
|
192
|
+
9: string;
|
193
|
+
10: string;
|
194
|
+
11: string;
|
195
|
+
12: string;
|
196
|
+
};
|
197
|
+
export declare const cyan: {
|
198
|
+
1: string;
|
199
|
+
2: string;
|
200
|
+
3: string;
|
201
|
+
4: string;
|
202
|
+
5: string;
|
203
|
+
6: string;
|
204
|
+
7: string;
|
205
|
+
8: string;
|
206
|
+
9: string;
|
207
|
+
10: string;
|
208
|
+
11: string;
|
209
|
+
12: string;
|
210
|
+
};
|
211
|
+
export declare const teal: {
|
212
|
+
1: string;
|
213
|
+
2: string;
|
214
|
+
3: string;
|
215
|
+
4: string;
|
216
|
+
5: string;
|
217
|
+
6: string;
|
218
|
+
7: string;
|
219
|
+
8: string;
|
220
|
+
9: string;
|
221
|
+
10: string;
|
222
|
+
11: string;
|
223
|
+
12: string;
|
224
|
+
};
|
225
|
+
export declare const jade: {
|
226
|
+
1: string;
|
227
|
+
2: string;
|
228
|
+
3: string;
|
229
|
+
4: string;
|
230
|
+
5: string;
|
231
|
+
6: string;
|
232
|
+
7: string;
|
233
|
+
8: string;
|
234
|
+
9: string;
|
235
|
+
10: string;
|
236
|
+
11: string;
|
237
|
+
12: string;
|
238
|
+
};
|
239
|
+
export declare const green: {
|
240
|
+
1: string;
|
241
|
+
2: string;
|
242
|
+
3: string;
|
243
|
+
4: string;
|
244
|
+
5: string;
|
245
|
+
6: string;
|
246
|
+
7: string;
|
247
|
+
8: string;
|
248
|
+
9: string;
|
249
|
+
10: string;
|
250
|
+
11: string;
|
251
|
+
12: string;
|
252
|
+
};
|
253
|
+
export declare const grass: {
|
254
|
+
1: string;
|
255
|
+
2: string;
|
256
|
+
3: string;
|
257
|
+
4: string;
|
258
|
+
5: string;
|
259
|
+
6: string;
|
260
|
+
7: string;
|
261
|
+
8: string;
|
262
|
+
9: string;
|
263
|
+
10: string;
|
264
|
+
11: string;
|
265
|
+
12: string;
|
266
|
+
};
|
267
|
+
export declare const brown: {
|
268
|
+
1: string;
|
269
|
+
2: string;
|
270
|
+
3: string;
|
271
|
+
4: string;
|
272
|
+
5: string;
|
273
|
+
6: string;
|
274
|
+
7: string;
|
275
|
+
8: string;
|
276
|
+
9: string;
|
277
|
+
10: string;
|
278
|
+
11: string;
|
279
|
+
12: string;
|
280
|
+
};
|
281
|
+
export declare const bronze: {
|
282
|
+
1: string;
|
283
|
+
2: string;
|
284
|
+
3: string;
|
285
|
+
4: string;
|
286
|
+
5: string;
|
287
|
+
6: string;
|
288
|
+
7: string;
|
289
|
+
8: string;
|
290
|
+
9: string;
|
291
|
+
10: string;
|
292
|
+
11: string;
|
293
|
+
12: string;
|
294
|
+
};
|
295
|
+
export declare const gold: {
|
296
|
+
1: string;
|
297
|
+
2: string;
|
298
|
+
3: string;
|
299
|
+
4: string;
|
300
|
+
5: string;
|
301
|
+
6: string;
|
302
|
+
7: string;
|
303
|
+
8: string;
|
304
|
+
9: string;
|
305
|
+
10: string;
|
306
|
+
11: string;
|
307
|
+
12: string;
|
308
|
+
};
|
309
|
+
export declare const sky: {
|
310
|
+
1: string;
|
311
|
+
2: string;
|
312
|
+
3: string;
|
313
|
+
4: string;
|
314
|
+
5: string;
|
315
|
+
6: string;
|
316
|
+
7: string;
|
317
|
+
8: string;
|
318
|
+
9: string;
|
319
|
+
10: string;
|
320
|
+
11: string;
|
321
|
+
12: string;
|
322
|
+
};
|
323
|
+
export declare const mint: {
|
324
|
+
1: string;
|
325
|
+
2: string;
|
326
|
+
3: string;
|
327
|
+
4: string;
|
328
|
+
5: string;
|
329
|
+
6: string;
|
330
|
+
7: string;
|
331
|
+
8: string;
|
332
|
+
9: string;
|
333
|
+
10: string;
|
334
|
+
11: string;
|
335
|
+
12: string;
|
336
|
+
};
|
337
|
+
export declare const lime: {
|
338
|
+
1: string;
|
339
|
+
2: string;
|
340
|
+
3: string;
|
341
|
+
4: string;
|
342
|
+
5: string;
|
343
|
+
6: string;
|
344
|
+
7: string;
|
345
|
+
8: string;
|
346
|
+
9: string;
|
347
|
+
10: string;
|
348
|
+
11: string;
|
349
|
+
12: string;
|
350
|
+
};
|
351
|
+
export declare const yellow: {
|
352
|
+
1: string;
|
353
|
+
2: string;
|
354
|
+
3: string;
|
355
|
+
4: string;
|
356
|
+
5: string;
|
357
|
+
6: string;
|
358
|
+
7: string;
|
359
|
+
8: string;
|
360
|
+
9: string;
|
361
|
+
10: string;
|
362
|
+
11: string;
|
363
|
+
12: string;
|
364
|
+
};
|
365
|
+
export declare const amber: {
|
366
|
+
1: string;
|
367
|
+
2: string;
|
368
|
+
3: string;
|
369
|
+
4: string;
|
370
|
+
5: string;
|
371
|
+
6: string;
|
372
|
+
7: string;
|
373
|
+
8: string;
|
374
|
+
9: string;
|
375
|
+
10: string;
|
376
|
+
11: string;
|
377
|
+
12: string;
|
378
|
+
};
|
379
|
+
export declare const orange: {
|
380
|
+
1: string;
|
381
|
+
2: string;
|
382
|
+
3: string;
|
383
|
+
4: string;
|
384
|
+
5: string;
|
385
|
+
6: string;
|
386
|
+
7: string;
|
387
|
+
8: string;
|
388
|
+
9: string;
|
389
|
+
10: string;
|
390
|
+
11: string;
|
391
|
+
12: string;
|
392
|
+
};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
import { IColor } from '../../../lib/types';
|
5
|
+
export interface AccordionProps extends React.InputHTMLAttributes<HTMLInputElement>, VariantProps<typeof accoridanVariants> {
|
6
|
+
defaultValue?: string;
|
7
|
+
color?: IColor;
|
8
|
+
}
|
9
|
+
declare const accoridanVariants: (props?: ({
|
10
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
11
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
12
|
+
export declare const Root: React.ForwardRefExoticComponent<((Omit<AccordionPrimitive.AccordionSingleProps & React.RefAttributes<HTMLDivElement>, "ref"> | Omit<AccordionPrimitive.AccordionMultipleProps & React.RefAttributes<HTMLDivElement>, "ref">) & AccordionProps) & React.RefAttributes<HTMLDivElement>>;
|
13
|
+
export declare const Item: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & AccordionProps & React.RefAttributes<HTMLDivElement>>;
|
14
|
+
export declare const Trigger: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & AccordionProps & React.RefAttributes<HTMLButtonElement>>;
|
15
|
+
export declare const Content: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & AccordionProps & React.RefAttributes<HTMLDivElement>>;
|
16
|
+
declare const Accordion: {
|
17
|
+
Root: React.ForwardRefExoticComponent<((Omit<AccordionPrimitive.AccordionSingleProps & React.RefAttributes<HTMLDivElement>, "ref"> | Omit<AccordionPrimitive.AccordionMultipleProps & React.RefAttributes<HTMLDivElement>, "ref">) & AccordionProps) & React.RefAttributes<HTMLDivElement>>;
|
18
|
+
Item: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & AccordionProps & React.RefAttributes<HTMLDivElement>>;
|
19
|
+
Trigger: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & AccordionProps & React.RefAttributes<HTMLButtonElement>>;
|
20
|
+
Content: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & AccordionProps & React.RefAttributes<HTMLDivElement>>;
|
21
|
+
};
|
22
|
+
export default Accordion;
|
package/dist/{esm/src/lib/components/Accordion/index.jsx → lib/components/Accordion/index.js}
RENAMED
@@ -20,12 +20,13 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
23
24
|
import React from 'react';
|
24
25
|
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
25
26
|
import { ChevronDownIcon } from '@radix-ui/react-icons';
|
26
|
-
import { cn } from '
|
27
|
+
import { cn } from '../../../lib/utils/utils';
|
27
28
|
import { cva } from 'class-variance-authority';
|
28
|
-
import { scalingVariants } from '
|
29
|
+
import { scalingVariants } from '../../../lib/constants';
|
29
30
|
var accoridanVariants = cva('', {
|
30
31
|
variants: {
|
31
32
|
scaling: __assign({}, scalingVariants),
|
@@ -36,35 +37,22 @@ var accoridanVariants = cva('', {
|
|
36
37
|
});
|
37
38
|
export var Root = React.forwardRef(function (_a, forwardedRef) {
|
38
39
|
var className = _a.className, children = _a.children, scaling = _a.scaling, rootProps = __rest(_a, ["className", "children", "scaling"]);
|
39
|
-
return (
|
40
|
-
{children}
|
41
|
-
</AccordionPrimitive.Root>);
|
40
|
+
return (_jsx(AccordionPrimitive.Root, __assign({ className: cn('w-[280px] rounded-md border border-slateA-4 dark:border-slateDarkA-4', accoridanVariants({ scaling: scaling }), className) }, rootProps, { ref: forwardedRef, children: children })));
|
42
41
|
});
|
43
42
|
Root.displayName = 'Accordion.Root';
|
44
43
|
export var Item = React.forwardRef(function (_a, forwardedRef) {
|
45
44
|
var className = _a.className, children = _a.children, rootProps = __rest(_a, ["className", "children"]);
|
46
|
-
return (
|
47
|
-
{children}
|
48
|
-
</AccordionPrimitive.Item>);
|
45
|
+
return (_jsx(AccordionPrimitive.Item, __assign({}, rootProps, { ref: forwardedRef, className: cn('mt-px w-[278px] overflow-hidden first:mt-0 first:rounded-t last:rounded-b', className), children: children })));
|
49
46
|
});
|
50
47
|
Item.displayName = 'Accordion.Item';
|
51
48
|
export var Trigger = React.forwardRef(function (_a, forwardedRef) {
|
52
49
|
var className = _a.className, children = _a.children, _b = _a.color, color = _b === void 0 ? 'red' : _b, rootProps = __rest(_a, ["className", "children", "color"]);
|
53
|
-
return (
|
54
|
-
<AccordionPrimitive.Trigger {...rootProps} ref={forwardedRef} className={cn("group flex h-[44px] w-[278px] cursor-default items-center justify-between px-[20px] py-[10px] text-base font-normal", "dark:bg-[#111113] text-".concat(color, "A-11 dark:text-").concat(color, "Dark-11 "), "hover:bg-".concat(color, "A-4 dark:hover:bg-").concat(color, "Dark-4 hover:text-").concat(color, "A-11 dark:hover:text-").concat(color, "DarkA-11"), "data-[state=open]:bg-".concat(color, "A-5 dark:data-[state=open]:bg-").concat(color, "DarkA-5"), "disabled:bg-slateA-3 disabled:text-slateA-8 disabled:dark:bg-slateDarkA-3 disabled:dark:text-slateDarkA-8", className)}>
|
55
|
-
{children}
|
56
|
-
<ChevronDownIcon className="transition-transform duration-300 ease-[cubic-bezier(0.87,_0,_0.13,_1)] group-data-[state=open]:rotate-180" aria-hidden/>
|
57
|
-
</AccordionPrimitive.Trigger>
|
58
|
-
</AccordionPrimitive.Header>);
|
50
|
+
return (_jsx(AccordionPrimitive.Header, __assign({}, rootProps, { className: cn('flex', className), children: _jsxs(AccordionPrimitive.Trigger, __assign({}, rootProps, { ref: forwardedRef, className: cn("group flex h-[44px] w-[278px] cursor-default items-center justify-between px-[20px] py-[10px] text-base font-normal", "dark:bg-[#111113] text-".concat(color, "A-11 dark:text-").concat(color, "Dark-11 "), "hover:bg-".concat(color, "A-4 dark:hover:bg-").concat(color, "Dark-4 hover:text-").concat(color, "A-11 dark:hover:text-").concat(color, "DarkA-11"), "data-[state=open]:bg-".concat(color, "A-5 dark:data-[state=open]:bg-").concat(color, "DarkA-5"), "disabled:bg-slateA-3 disabled:text-slateA-8 disabled:dark:bg-slateDarkA-3 disabled:dark:text-slateDarkA-8", className), children: [children, _jsx(ChevronDownIcon, { className: "transition-transform duration-300 ease-[cubic-bezier(0.87,_0,_0.13,_1)] group-data-[state=open]:rotate-180", "aria-hidden": true })] })) })));
|
59
51
|
});
|
60
52
|
Trigger.displayName = 'Accordion.Trigger';
|
61
53
|
export var Content = React.forwardRef(function (_a, forwardedRef) {
|
62
54
|
var className = _a.className, children = _a.children, rootProps = __rest(_a, ["className", "children"]);
|
63
|
-
return (
|
64
|
-
<div className="h-auto max-h-[1000px] overflow-y-auto px-[20px] py-[15px] text-base font-normal">
|
65
|
-
{children}
|
66
|
-
</div>
|
67
|
-
</AccordionPrimitive.Content>);
|
55
|
+
return (_jsx(AccordionPrimitive.Content, __assign({}, rootProps, { ref: forwardedRef, className: cn('max-h-[800px] w-[278px] overflow-hidden border-t border-t-slateA-4 bg-slateA-2 text-[16px] text-slateA-11 data-[state=closed]:animate-slideUp data-[state=open]:animate-slideDown dark:border-t-slateDarkA-4 dark:bg-slateDarkA-2 dark:text-slateDarkA-11', className), children: _jsx("div", { className: "h-auto max-h-[1000px] overflow-y-auto px-[20px] py-[15px] text-base font-normal", children: children }) })));
|
68
56
|
});
|
69
57
|
Content.displayName = 'Accordion.Content';
|
70
58
|
var Accordion = {
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
import { IAppearance } from '../../../lib/types';
|
5
|
+
export interface AlertDialogActionProps extends VariantProps<typeof alertDialogActionVariants> {
|
6
|
+
appearance?: IAppearance;
|
7
|
+
}
|
8
|
+
export declare const alertDialogActionVariants: (props?: ({
|
9
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
10
|
+
size?: "small" | "medium" | "large" | "x-large" | null | undefined;
|
11
|
+
weight?: "bold" | "medium" | "regular" | "semibold" | null | undefined;
|
12
|
+
color?: string | null | undefined;
|
13
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
14
|
+
export declare const AlertDialogAction: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogActionProps & React.RefAttributes<HTMLButtonElement>, "ref"> & AlertDialogActionProps & React.RefAttributes<HTMLButtonElement>>;
|
@@ -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 * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
|
-
import { cn } from '
|
27
|
-
import { appearanceStyle, primaryColorStyle, weightVariants } from '
|
27
|
+
import { cn } from '../../../lib/utils/utils';
|
28
|
+
import { appearanceStyle, primaryColorStyle, weightVariants } from '../../../lib/constants';
|
28
29
|
import { useAlertDialogContext } from './AlertDialogRoot';
|
29
30
|
export var alertDialogActionVariants = cva("inline-flex items-center justify-center px-[15px] outline-none focus:shadow-[0_0_0_2px] font-normal w-fit", {
|
30
31
|
variants: {
|
@@ -55,8 +56,6 @@ export var AlertDialogAction = forwardRef(function (_a, ref) {
|
|
55
56
|
var className = _a.className, children = _a.children, weight = _a.weight, props = __rest(_a, ["className", "children", "weight"]);
|
56
57
|
var _b = useAlertDialogContext(), radius = _b.radius, size = _b.size, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.appearance, appearance = _d === void 0 ? 'solid' : _d;
|
57
58
|
var buttonClassName = cn(alertDialogActionVariants({ radius: radius, size: size, weight: weight, color: color }), appearanceStyle(appearance, color), className);
|
58
|
-
return (
|
59
|
-
{children}
|
60
|
-
</AlertDialogPrimitive.Action>);
|
59
|
+
return (_jsx(AlertDialogPrimitive.Action, __assign({ ref: ref, className: buttonClassName }, props, { children: children })));
|
61
60
|
});
|
62
61
|
AlertDialogAction.displayName = 'AlertDialog.Action';
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
import { IAppearance } from '../../../lib/types';
|
5
|
+
export interface AlertDialogCancelProps extends VariantProps<typeof alertDialogCancelVariants> {
|
6
|
+
appearance?: IAppearance;
|
7
|
+
}
|
8
|
+
export declare const alertDialogCancelVariants: (props?: ({
|
9
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
10
|
+
size?: "small" | "medium" | "large" | "x-large" | null | undefined;
|
11
|
+
weight?: "bold" | "medium" | "regular" | "semibold" | null | undefined;
|
12
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
13
|
+
export declare const AlertDialogCancel: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogCancelProps & React.RefAttributes<HTMLButtonElement>, "ref"> & AlertDialogCancelProps & React.RefAttributes<HTMLButtonElement>>;
|
@@ -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 * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
|
-
import { cn } from '
|
27
|
-
import { appearanceStyle, weightVariants } from '
|
27
|
+
import { cn } from '../../../lib/utils/utils';
|
28
|
+
import { appearanceStyle, weightVariants } from '../../../lib/constants';
|
28
29
|
import { useAlertDialogContext } from './AlertDialogRoot';
|
29
30
|
export var alertDialogCancelVariants = cva("inline-flex justify-center items-center outline-none w-fit", {
|
30
31
|
variants: {
|
@@ -54,8 +55,6 @@ export var AlertDialogCancel = forwardRef(function (_a, ref) {
|
|
54
55
|
var _b = useAlertDialogContext(), radius = _b.radius, size = _b.size, _c = _b.appearance, appearance = _c === void 0 ? 'solid' : _c;
|
55
56
|
var disabledButtonStyle = "border-none text-slate-11 bg-slate-3 \n active:bg-slate-4 active:border-none hover:cursor-pointer hover:bg-slateA-4\n dark:text-slateDark-11 dark:bg-slateDark-3 dark:hover:bg-slateDarkA-4";
|
56
57
|
var buttonClassName = cn(alertDialogCancelVariants({ radius: radius, size: size, weight: weight }), appearanceStyle(appearance, 'slate'), disabledButtonStyle, className);
|
57
|
-
return (
|
58
|
-
{children}
|
59
|
-
</AlertDialogPrimitive.Cancel>);
|
58
|
+
return (_jsx(AlertDialogPrimitive.Cancel, __assign({ ref: ref }, props, { className: buttonClassName, children: children })));
|
60
59
|
});
|
61
60
|
AlertDialogCancel.displayName = 'AlertDialog.Cancel';
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
export interface AlertDialogContentProps extends VariantProps<typeof alertDialogContentVariants> {
|
5
|
+
}
|
6
|
+
export declare const alertDialogContentVariants: (props?: ({
|
7
|
+
size?: "small" | "medium" | "large" | "x-large" | null | undefined;
|
8
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
9
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
10
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
11
|
+
export declare const AlertDialogContent: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & AlertDialogContentProps & React.RefAttributes<HTMLDivElement>>;
|
@@ -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, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
24
25
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
|
-
import { cn } from '
|
27
|
-
import { radiusVariants, scalingVariants } from '
|
27
|
+
import { cn } from '../../../lib/utils/utils';
|
28
|
+
import { radiusVariants, scalingVariants } from '../../../lib/constants';
|
28
29
|
import { useAlertDialogContext } from './AlertDialogRoot';
|
29
30
|
export var alertDialogContentVariants = cva("fixed max-h-[85vh] top-[50%] left-[50%] focus:outline-none\n translate-x-[-50%] translate-y-[-50%] data-[state=open]:animate-contentShow bg-white dark:bg-slateDark-1 \n shadow-[hsl(206_22%_7%_/_35%)_0px_10px_38px_-10px,_hsl(206_22%_7%_/_20%)_0px_10px_20px_-15px]", {
|
30
31
|
variants: {
|
@@ -45,11 +46,6 @@ export var alertDialogContentVariants = cva("fixed max-h-[85vh] top-[50%] left-[
|
|
45
46
|
export var AlertDialogContent = forwardRef(function (_a, ref) {
|
46
47
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
47
48
|
var _b = useAlertDialogContext(), radius = _b.radius, size = _b.size, scaling = _b.scaling;
|
48
|
-
return (
|
49
|
-
<AlertDialogPrimitive.Overlay className="fixed data-[state=open]:animate-overlayShow inset-0"/>
|
50
|
-
<AlertDialogPrimitive.Content className={cn(alertDialogContentVariants({ radius: radius, size: size, scaling: scaling }), className)} ref={ref} {...props}>
|
51
|
-
{children}
|
52
|
-
</AlertDialogPrimitive.Content>
|
53
|
-
</AlertDialogPrimitive.Portal>);
|
49
|
+
return (_jsxs(AlertDialogPrimitive.Portal, { children: [_jsx(AlertDialogPrimitive.Overlay, { className: "fixed data-[state=open]:animate-overlayShow inset-0" }), _jsx(AlertDialogPrimitive.Content, __assign({ className: cn(alertDialogContentVariants({ radius: radius, size: size, scaling: scaling }), className), ref: ref }, props, { children: children }))] }));
|
54
50
|
});
|
55
51
|
AlertDialogContent.displayName = 'AlertDialog.Content';
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
export interface AlertDialogDescriptionProps extends VariantProps<typeof alertDialogDescriptionVariants> {
|
5
|
+
contentText?: string;
|
6
|
+
}
|
7
|
+
export declare const alertDialogDescriptionVariants: (props?: ({
|
8
|
+
size?: "small" | "medium" | "large" | "x-large" | null | undefined;
|
9
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
10
|
+
export declare const AlertDialogDescription: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & AlertDialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>>;
|
@@ -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 } from 'react';
|
13
25
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
14
26
|
import { cva } from 'class-variance-authority';
|
15
|
-
import { cn } from '
|
27
|
+
import { cn } from '../../../lib/utils/utils';
|
16
28
|
import { useAlertDialogContext } from './AlertDialogRoot';
|
17
29
|
export var alertDialogDescriptionVariants = cva("text-slate-12 dark:text-slateDark-12 font-normal", {
|
18
30
|
variants: {
|
@@ -30,8 +42,6 @@ export var alertDialogDescriptionVariants = cva("text-slate-12 dark:text-slateDa
|
|
30
42
|
export var AlertDialogDescription = forwardRef(function (_a, ref) {
|
31
43
|
var className = _a.className, children = _a.children, contentText = _a.contentText, props = __rest(_a, ["className", "children", "contentText"]);
|
32
44
|
var size = useAlertDialogContext().size;
|
33
|
-
return (
|
34
|
-
{contentText !== null && contentText !== void 0 ? contentText : children}
|
35
|
-
</AlertDialogPrimitive.Description>);
|
45
|
+
return (_jsx(AlertDialogPrimitive.Description, __assign({ className: cn(alertDialogDescriptionVariants({ size: size }), className), ref: ref }, props, { children: contentText !== null && contentText !== void 0 ? contentText : children })));
|
36
46
|
});
|
37
47
|
AlertDialogDescription.displayName = 'AlertDialog.Description';
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
import { IAppearance, IColor } from '../../../lib/types';
|
5
|
+
import { alertDialogContentVariants } from './AlertDialogContent';
|
6
|
+
import { alertDialogTitleVariants } from './AlertDialogTitle';
|
7
|
+
import { alertDialogDescriptionVariants } from './AlertDialogDescription';
|
8
|
+
import { alertDialogActionVariants } from './AlertDialogAction';
|
9
|
+
export interface AlertDialogProps extends VariantProps<typeof alertDialogContentVariants>, VariantProps<typeof alertDialogTitleVariants>, VariantProps<typeof alertDialogDescriptionVariants>, VariantProps<typeof alertDialogActionVariants> {
|
10
|
+
titleText?: string;
|
11
|
+
contentText?: string;
|
12
|
+
color?: IColor;
|
13
|
+
appearance?: IAppearance;
|
14
|
+
}
|
15
|
+
export declare const useAlertDialogContext: () => AlertDialogProps;
|
16
|
+
export declare const AlertDialogRoot: React.ForwardRefExoticComponent<AlertDialogPrimitive.AlertDialogProps & AlertDialogProps & React.RefAttributes<never>>;
|