@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
@@ -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
26
|
import { Inset as InsetTheme, Theme } from '@radix-ui/themes';
|
26
|
-
import { scalingVariants } from '
|
27
|
-
import { cn } from '
|
27
|
+
import { scalingVariants } from '../../../lib/constants';
|
28
|
+
import { cn } from '../../../lib/utils/utils';
|
28
29
|
var insetVariants = cva('border-[1px] border-slate-6 dark:border-slateDark-6 text-slate-12 dark:text-slateDark-12', {
|
29
30
|
variants: {
|
30
31
|
radius: {
|
@@ -43,11 +44,7 @@ var insetVariants = cva('border-[1px] border-slate-6 dark:border-slateDark-6 tex
|
|
43
44
|
});
|
44
45
|
export var Inset = forwardRef(function (_a, ref) {
|
45
46
|
var children = _a.children, className = _a.className, radius = _a.radius, scaling = _a.scaling, props = __rest(_a, ["children", "className", "radius", "scaling"]);
|
46
|
-
return (
|
47
|
-
<InsetTheme ref={ref} className={cn(insetVariants({ radius: radius, scaling: scaling }), className)} {...props}>
|
48
|
-
{children}
|
49
|
-
</InsetTheme>
|
50
|
-
</Theme>);
|
47
|
+
return (_jsx(Theme, { children: _jsx(InsetTheme, __assign({ ref: ref, className: cn(insetVariants({ radius: radius, scaling: scaling }), className) }, props, { children: children })) }));
|
51
48
|
});
|
52
49
|
Inset.displayName = 'Inset';
|
53
50
|
export default Inset;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import * as LabelPrimitive from '@radix-ui/react-label';
|
2
|
+
import React from 'react';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
import { IColor } from '../../../lib/types';
|
5
|
+
export interface LabelProps extends VariantProps<typeof labeVariants> {
|
6
|
+
defaultValue?: string;
|
7
|
+
color?: IColor;
|
8
|
+
size?: 'small' | 'medium' | 'large';
|
9
|
+
}
|
10
|
+
declare const labeVariants: (props?: ({
|
11
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
12
|
+
weight?: "bold" | "medium" | "regular" | "semibold" | null | undefined;
|
13
|
+
size?: "small" | "medium" | "large" | null | undefined;
|
14
|
+
color?: string | null | undefined;
|
15
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
16
|
+
export declare const Label: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & LabelProps & React.RefAttributes<HTMLLabelElement>>;
|
17
|
+
export default Label;
|
@@ -20,11 +20,12 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
23
24
|
import * as LabelPrimitive from '@radix-ui/react-label';
|
24
25
|
import React from 'react';
|
25
|
-
import { cn } from '
|
26
|
+
import { cn } from '../../../lib/utils/utils';
|
26
27
|
import { cva } from 'class-variance-authority';
|
27
|
-
import { scalingVariants, textColorStyle, weightVariants } from '
|
28
|
+
import { scalingVariants, textColorStyle, weightVariants } from '../../../lib/constants';
|
28
29
|
var labeVariants = cva('text-slate-12', {
|
29
30
|
variants: {
|
30
31
|
scaling: __assign({}, scalingVariants),
|
@@ -46,9 +47,7 @@ export var Label = React.forwardRef(function (_a, forwardedRef) {
|
|
46
47
|
var className = _a.className, scaling = _a.scaling, weight = _a.weight, size = _a.size, color = _a.color, children = _a.children, rootProps = __rest(_a, ["className", "scaling", "weight", "size", "color", "children"]);
|
47
48
|
if (weight === 'medium' || weight === 'semibold')
|
48
49
|
weight = 'bold';
|
49
|
-
return (
|
50
|
-
{children}
|
51
|
-
</LabelPrimitive.Root>);
|
50
|
+
return (_jsx(LabelPrimitive.Root, __assign({}, rootProps, { ref: forwardedRef, className: cn('', labeVariants({ scaling: scaling, size: size, weight: weight, color: color }), className), children: children })));
|
52
51
|
});
|
53
52
|
Label.displayName = 'Label';
|
54
53
|
export default Label;
|
@@ -0,0 +1,43 @@
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
2
|
+
import { IChartDatasets, IChartLegend, IChartTitle } from '../../../lib/types';
|
3
|
+
export interface BorderRadius {
|
4
|
+
topLeft: number;
|
5
|
+
topRight: number;
|
6
|
+
bottomLeft: number;
|
7
|
+
bottomRight: number;
|
8
|
+
}
|
9
|
+
type ILinechartDataset = IChartDatasets & {
|
10
|
+
data: any;
|
11
|
+
barThickness?: number;
|
12
|
+
barPercentage?: number;
|
13
|
+
};
|
14
|
+
export interface LineChartProps extends VariantProps<typeof lineChartVariants> {
|
15
|
+
labels?: string[];
|
16
|
+
isColorMixed?: boolean;
|
17
|
+
appearance?: 'solid' | 'soft';
|
18
|
+
title?: IChartTitle;
|
19
|
+
legend?: IChartLegend;
|
20
|
+
datasets: ILinechartDataset[];
|
21
|
+
scales?: {
|
22
|
+
x?: {
|
23
|
+
min?: number;
|
24
|
+
max?: number;
|
25
|
+
};
|
26
|
+
y?: {
|
27
|
+
min?: number;
|
28
|
+
max?: number;
|
29
|
+
};
|
30
|
+
};
|
31
|
+
indexAxis?: 'x' | 'y';
|
32
|
+
className?: string;
|
33
|
+
width?: string | number;
|
34
|
+
height?: string | number;
|
35
|
+
}
|
36
|
+
declare const lineChartVariants: (props?: ({
|
37
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
38
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
39
|
+
declare const LineChart: {
|
40
|
+
({ className, title, datasets, labels, scaling, legend, width, height, indexAxis, appearance, scales, isColorMixed, ...props }: LineChartProps): import("react/jsx-runtime").JSX.Element;
|
41
|
+
displayName: string;
|
42
|
+
};
|
43
|
+
export default LineChart;
|
package/dist/{esm/src/lib/components/LineChart/index.jsx → lib/components/LineChart/index.js}
RENAMED
@@ -20,13 +20,14 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
23
24
|
import { Line } from 'react-chartjs-2';
|
24
25
|
import { Chart as ChartJS, CategoryScale, LinearScale, Tooltip, Legend, LineElement, PointElement, } from 'chart.js/auto';
|
25
|
-
import { scalingVariants } from '
|
26
|
+
import { scalingVariants } from '../../../lib/constants';
|
26
27
|
import { cva } from 'class-variance-authority';
|
27
|
-
import { cn } from '
|
28
|
-
import { chartAlphaColorList, chartColorList } from '
|
29
|
-
import { useDarkMode } from '
|
28
|
+
import { cn } from '../../../lib/utils/utils';
|
29
|
+
import { chartAlphaColorList, chartColorList } from '../../../lib/color/constants';
|
30
|
+
import { useDarkMode } from '../../../lib/utils/useDarkMode';
|
30
31
|
ChartJS.register(CategoryScale, LinearScale, LineElement, PointElement, Tooltip, Legend);
|
31
32
|
var lineChartVariants = cva('', {
|
32
33
|
variants: {
|
@@ -47,14 +48,14 @@ var LineChart = function (_a) {
|
|
47
48
|
? colorset[index % colorset.length]
|
48
49
|
: colorAlphaset[index % colorset.length] });
|
49
50
|
});
|
50
|
-
return (
|
51
|
+
return (_jsx(Line, __assign({ data: { labels: labels, datasets: datasets }, options: {
|
51
52
|
plugins: {
|
52
53
|
title: title,
|
53
54
|
legend: legend,
|
54
55
|
},
|
55
56
|
indexAxis: indexAxis,
|
56
57
|
scales: __assign(__assign({}, defaultScales.linescale), scales),
|
57
|
-
}
|
58
|
+
}, className: cn(lineChartVariants({ scaling: scaling }), className), width: width, height: height }, props)));
|
58
59
|
};
|
59
60
|
LineChart.displayName = 'LineChart';
|
60
61
|
export default LineChart;
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
3
|
+
import { MenubarItemProps } from './MenubarItem';
|
4
|
+
export declare const MenubarCheckboxItem: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarCheckboxItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & MenubarItemProps & React.RefAttributes<HTMLDivElement>>;
|
@@ -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,23 +20,19 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
13
25
|
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
14
26
|
import { CheckIcon } from '@radix-ui/react-icons';
|
15
|
-
import { cn } from '
|
27
|
+
import { cn } from '../../../lib/utils/utils';
|
16
28
|
import { menubarItemVariants } from './MenubarItem';
|
17
29
|
import { MenubarItemIndicator } from './MenubarItemIndicator';
|
18
|
-
import { menuItemAppearanceStyle } from '
|
30
|
+
import { menuItemAppearanceStyle } from '../../../lib/constants';
|
19
31
|
import { useMenubarContext } from './MenubarRoot';
|
20
32
|
export var MenubarCheckboxItem = forwardRef(function (_a, ref) {
|
21
33
|
var children = _a.children, className = _a.className, checked = _a.checked, props = __rest(_a, ["children", "className", "checked"]);
|
22
34
|
var _b = useMenubarContext(), radius = _b.radius, scaling = _b.scaling, size = _b.size, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.itemAppearance, itemAppearance = _d === void 0 ? 'solid' : _d;
|
23
35
|
var itemClassName = cn(menubarItemVariants({ radius: radius, scaling: scaling, size: size }), 'pl-7', menuItemAppearanceStyle(itemAppearance, color), className);
|
24
|
-
return (
|
25
|
-
<MenubarItemIndicator forceMount radius={'medium'} size={size}>
|
26
|
-
{checked && <CheckIcon />}
|
27
|
-
</MenubarItemIndicator>
|
28
|
-
{children}
|
29
|
-
</MenubarPrimitive.CheckboxItem>);
|
36
|
+
return (_jsxs(MenubarPrimitive.CheckboxItem, __assign({ ref: ref, className: itemClassName }, props, { children: [_jsx(MenubarItemIndicator, { forceMount: true, radius: 'medium', size: size, children: checked && _jsx(CheckIcon, {}) }), children] })));
|
30
37
|
});
|
31
38
|
MenubarCheckboxItem.displayName = 'Menubar.CheckboxItem';
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
export interface MenubarContentProps extends VariantProps<typeof menubarContentVariants> {
|
5
|
+
}
|
6
|
+
export declare const menubarContentVariants: (props?: ({
|
7
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
8
|
+
size?: "small" | "medium" | 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 MenubarContent: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & MenubarContentProps & 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 } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
24
25
|
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
|
-
import { cn } from '
|
27
|
-
import { scalingVariants } from '
|
27
|
+
import { cn } from '../../../lib/utils/utils';
|
28
|
+
import { scalingVariants } from '../../../lib/constants';
|
28
29
|
import { useMenubarContext } from './MenubarRoot';
|
29
30
|
export var menubarContentVariants = cva("p-[5px] w-fit bg-white dark:bg-slateDark-1 will-change-[transform,opacity]\n shadow-[0px_10px_38px_-10px_rgba(22,_23,_24,_0.35),_0px_10px_20px_-15px_rgba(22,_23,_24,_0.2)] \n [animation-duration:_400ms] [animation-timing-function:_cubic-bezier(0.16,_1,_0.3,_1)]", {
|
30
31
|
variants: {
|
@@ -50,14 +51,10 @@ export var menubarContentVariants = cva("p-[5px] w-fit bg-white dark:bg-slateDar
|
|
50
51
|
export var MenubarContent = forwardRef(function (_a, ref) {
|
51
52
|
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
52
53
|
var _b = useMenubarContext(), radius = _b.radius, size = _b.size, scaling = _b.scaling;
|
53
|
-
return (
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
}), className)} align="start" sideOffset={5} alignOffset={-3} {...props}>
|
59
|
-
{children}
|
60
|
-
</MenubarPrimitive.Content>
|
61
|
-
</MenubarPrimitive.Portal>);
|
54
|
+
return (_jsx(MenubarPrimitive.Portal, { children: _jsx(MenubarPrimitive.Content, __assign({ ref: ref, className: cn(menubarContentVariants({
|
55
|
+
radius: radius,
|
56
|
+
size: size,
|
57
|
+
scaling: scaling,
|
58
|
+
}), className), align: "start", sideOffset: 5, alignOffset: -3 }, props, { children: children })) }));
|
62
59
|
});
|
63
60
|
MenubarContent.displayName = 'Menubar.Content';
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
export interface MenubarItemProps extends VariantProps<typeof menubarItemVariants> {
|
5
|
+
appearance?: 'solid' | 'ghost';
|
6
|
+
shortcut?: string;
|
7
|
+
}
|
8
|
+
export declare const menubarItemVariants: (props?: ({
|
9
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
10
|
+
size?: "small" | "medium" | null | undefined;
|
11
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
12
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
13
|
+
export declare const MenubarItem: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & MenubarItemProps & 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 MenubarPrimitive from '@radix-ui/react-menubar';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
|
-
import { cn } from '
|
27
|
-
import { blackText, menuItemAppearanceStyle, radiusVariants, scalingVariants } from '
|
27
|
+
import { cn } from '../../../lib/utils/utils';
|
28
|
+
import { blackText, menuItemAppearanceStyle, radiusVariants, scalingVariants } from '../../../lib/constants';
|
28
29
|
import { useMenubarContext } from './MenubarRoot';
|
29
30
|
export var menubarItemVariants = cva("flex group relative leading-none select-none outline-none items-center justify-between font-normal\n data-[disabled]:text-slate-8 data-[disabled]:cursor-not-allowed text-slate-12 dark:text-slateDark-12\n data-[disabled]:hover:bg-transparent dark:data-[disabled]:text-slateDark-8 data-[disabled]:dark:hover:bg-transparent", {
|
30
31
|
variants: {
|
@@ -48,9 +49,6 @@ export var MenubarItem = forwardRef(function (_a, ref) {
|
|
48
49
|
var shortcutClassName = "text-slateA-11 dark:text-slateDarkA-11 ".concat(itemAppearance === 'solid' && !blackText.includes(color)
|
49
50
|
? 'group-hover:text-white dark:group-hover:text-slateDark-1'
|
50
51
|
: '');
|
51
|
-
return (
|
52
|
-
{children}
|
53
|
-
{shortcut && <span className={shortcutClassName}>{shortcut}</span>}
|
54
|
-
</MenubarPrimitive.Item>);
|
52
|
+
return (_jsxs(MenubarPrimitive.Item, __assign({ ref: ref, className: itemClassName }, props, { children: [children, shortcut && _jsx("span", { className: shortcutClassName, children: shortcut })] })));
|
55
53
|
});
|
56
54
|
MenubarItem.displayName = 'Menubar.Item';
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
export interface MenubarItemIndicatorProps extends VariantProps<typeof menubarItemIndicatorVariants> {
|
5
|
+
}
|
6
|
+
export declare const menubarItemIndicatorVariants: (props?: ({
|
7
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
8
|
+
size?: "small" | "medium" | null | undefined;
|
9
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
10
|
+
export declare const MenubarItemIndicator: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarItemIndicatorProps & React.RefAttributes<HTMLSpanElement>, "ref"> & MenubarItemIndicatorProps & React.RefAttributes<HTMLSpanElement>>;
|
@@ -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 MenubarPrimitive from '@radix-ui/react-menubar';
|
25
|
-
import { cn } from '
|
26
|
+
import { cn } from '../../../lib/utils/utils';
|
26
27
|
import { cva } from 'class-variance-authority';
|
27
|
-
import { radiusVariants } from '
|
28
|
+
import { radiusVariants } from '../../../lib/constants';
|
28
29
|
import { useMenubarContext } from './MenubarRoot';
|
29
30
|
export var menubarItemIndicatorVariants = cva("absolute left-0 inline-flex items-center justify-center ml-1 border", {
|
30
31
|
variants: {
|
@@ -43,8 +44,6 @@ export var MenubarItemIndicator = forwardRef(function (_a, ref) {
|
|
43
44
|
var children = _a.children, className = _a.className, radius = _a.radius, props = __rest(_a, ["children", "className", "radius"]);
|
44
45
|
var size = useMenubarContext().size;
|
45
46
|
var indicatorClassName = cn(menubarItemIndicatorVariants({ size: size, radius: radius }), className);
|
46
|
-
return (
|
47
|
-
{children}
|
48
|
-
</MenubarPrimitive.ItemIndicator>);
|
47
|
+
return (_jsx(MenubarPrimitive.ItemIndicator, __assign({ ref: ref, className: indicatorClassName }, props, { children: children })));
|
49
48
|
});
|
50
49
|
MenubarItemIndicator.displayName = 'Menubar.ItemIndicator';
|
@@ -0,0 +1,5 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
3
|
+
export declare const MenubarMenu: React.ForwardRefExoticComponent<MenubarPrimitive.MenubarMenuProps & {
|
4
|
+
__scopeMenubar?: import("@radix-ui/react-context").Scope;
|
5
|
+
} & React.RefAttributes<never>>;
|
@@ -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 MenubarPrimitive from '@radix-ui/react-menubar';
|
14
26
|
export var MenubarMenu = forwardRef(function (_a, ref) {
|
15
27
|
var children = _a.children, props = __rest(_a, ["children"]);
|
16
|
-
return
|
28
|
+
return _jsx(MenubarPrimitive.Menu, __assign({}, props, { children: children }));
|
17
29
|
});
|
18
30
|
MenubarMenu.displayName = 'Menubar.Menu';
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
3
|
+
type RadioContextType = {
|
4
|
+
selectedValue: string;
|
5
|
+
};
|
6
|
+
export declare const RadioContext: React.Context<RadioContextType>;
|
7
|
+
export declare const MenubarRadioGroup: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarRadioGroupProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
8
|
+
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,15 +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 { createContext, forwardRef } from 'react';
|
13
25
|
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
14
26
|
export var RadioContext = createContext({ selectedValue: '' });
|
15
27
|
export var MenubarRadioGroup = forwardRef(function (_a, ref) {
|
16
28
|
var children = _a.children, className = _a.className, value = _a.value, props = __rest(_a, ["children", "className", "value"]);
|
17
|
-
return (
|
18
|
-
<RadioContext.Provider value={{ selectedValue: value !== null && value !== void 0 ? value : '' }}>
|
19
|
-
{children}
|
20
|
-
</RadioContext.Provider>
|
21
|
-
</MenubarPrimitive.RadioGroup>);
|
29
|
+
return (_jsx(MenubarPrimitive.RadioGroup, __assign({ ref: ref, className: className }, props, { children: _jsx(RadioContext.Provider, { value: { selectedValue: value !== null && value !== void 0 ? value : '' }, children: children }) })));
|
22
30
|
});
|
23
31
|
MenubarRadioGroup.displayName = 'Menubar.RadioGroup';
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
3
|
+
import { MenubarItemProps } from './MenubarItem';
|
4
|
+
export declare const MenubarRadioItem: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarRadioItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & MenubarItemProps & React.RefAttributes<HTMLDivElement>>;
|
@@ -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, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
+
import { forwardRef, useContext } from 'react';
|
13
25
|
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
14
26
|
import { DotFilledIcon } from '@radix-ui/react-icons';
|
15
|
-
import { cn } from '
|
16
|
-
import { menuItemAppearanceStyle } from '
|
27
|
+
import { cn } from '../../../lib/utils/utils';
|
28
|
+
import { menuItemAppearanceStyle } from '../../../lib/constants';
|
17
29
|
import { menubarItemVariants } from './MenubarItem';
|
18
30
|
import { MenubarItemIndicator } from './MenubarItemIndicator';
|
19
31
|
import { RadioContext } from './MenubarRadioGroup';
|
@@ -23,11 +35,6 @@ export var MenubarRadioItem = forwardRef(function (_a, ref) {
|
|
23
35
|
var _b = useMenubarContext(), radius = _b.radius, scaling = _b.scaling, size = _b.size, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.itemAppearance, itemAppearance = _d === void 0 ? 'solid' : _d;
|
24
36
|
var itemClassName = cn(menubarItemVariants({ radius: radius, scaling: scaling, size: size }), 'pl-7', menuItemAppearanceStyle(itemAppearance, color), className);
|
25
37
|
var radioGroup = useContext(RadioContext);
|
26
|
-
return (
|
27
|
-
<MenubarItemIndicator forceMount radius={'full'} size={size}>
|
28
|
-
{radioGroup.selectedValue === props.value && <DotFilledIcon />}
|
29
|
-
</MenubarItemIndicator>
|
30
|
-
{children}
|
31
|
-
</MenubarPrimitive.RadioItem>);
|
38
|
+
return (_jsxs(MenubarPrimitive.RadioItem, __assign({ ref: ref, className: itemClassName }, props, { children: [_jsx(MenubarItemIndicator, { forceMount: true, radius: 'full', size: size, children: radioGroup.selectedValue === props.value && _jsx(DotFilledIcon, {}) }), children] })));
|
32
39
|
});
|
33
40
|
MenubarRadioItem.displayName = 'Menubar.RadioItem';
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
import { IColor } from '../../../lib/types';
|
5
|
+
import { menubarTriggerVariants } from './MenubarTrigger';
|
6
|
+
import { menubarItemVariants } from './MenubarItem';
|
7
|
+
export interface MenubarProps extends VariantProps<typeof menubarVariants>, VariantProps<typeof menubarTriggerVariants>, VariantProps<typeof menubarItemVariants> {
|
8
|
+
appearance?: 'ghost' | 'solid';
|
9
|
+
itemAppearance?: 'ghost' | 'solid';
|
10
|
+
color?: IColor;
|
11
|
+
}
|
12
|
+
export declare const menubarVariants: (props?: ({
|
13
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
14
|
+
size?: "small" | "medium" | null | undefined;
|
15
|
+
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
16
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
17
|
+
export declare const useMenubarContext: () => MenubarProps;
|
18
|
+
export declare const MenubarRoot: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarProps & React.RefAttributes<HTMLDivElement>, "ref"> & MenubarProps & React.RefAttributes<HTMLDivElement>>;
|
19
|
+
export default MenubarRoot;
|
@@ -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, useContext, useMemo, } from 'react';
|
24
25
|
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
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
|
export var menubarVariants = cva('flex p-1 shadow bg-white dark:bg-slateDark-1', {
|
29
30
|
variants: {
|
30
31
|
radius: __assign({}, radiusVariants['base']),
|
@@ -53,12 +54,8 @@ export var useMenubarContext = function () {
|
|
53
54
|
export var MenubarRoot = forwardRef(function (_a, ref) {
|
54
55
|
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 ? 'ghost' : _c, _d = _a.itemAppearance, itemAppearance = _d === void 0 ? 'solid' : _d, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "color", "appearance", "itemAppearance"]);
|
55
56
|
var contextValue = useMemo(function () { return ({ radius: radius, size: size, scaling: scaling, color: color, appearance: appearance, itemAppearance: itemAppearance }); }, [radius, size, scaling, color, appearance, itemAppearance]);
|
56
|
-
var menuClassName = cn(menubarVariants({ radius: radius, scaling: scaling, size: size }), appearance === 'solid' && "bg-".concat(color, "-9 dark:bg-$").concat(color, "Dark-9"),
|
57
|
-
return (
|
58
|
-
<MenubarPrimitive.Root ref={ref} className={menuClassName} {...props}>
|
59
|
-
{children}
|
60
|
-
</MenubarPrimitive.Root>
|
61
|
-
</MenubarContext.Provider>);
|
57
|
+
var menuClassName = cn(menubarVariants({ radius: radius, scaling: scaling, size: size }), appearance === 'solid' && "bg-".concat(color, "-9 dark:bg-$").concat(color, "Dark-9"), className);
|
58
|
+
return (_jsx(MenubarContext.Provider, { value: contextValue, children: _jsx(MenubarPrimitive.Root, __assign({ ref: ref, className: menuClassName }, props, { children: children })) }));
|
62
59
|
});
|
63
60
|
MenubarRoot.displayName = 'Menubar.Root';
|
64
61
|
export default MenubarRoot;
|
@@ -0,0 +1,3 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
3
|
+
export declare const MenubarSeparator: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
@@ -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,13 +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 } from 'react';
|
13
25
|
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
14
|
-
import { cn } from '
|
26
|
+
import { cn } from '../../../lib/utils/utils';
|
15
27
|
export var MenubarSeparator = forwardRef(function (_a, ref) {
|
16
28
|
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
17
|
-
return (
|
18
|
-
{children}
|
19
|
-
</MenubarPrimitive.Separator>);
|
29
|
+
return (_jsx(MenubarPrimitive.Separator, __assign({ ref: ref, className: cn('h-[1px] m-[5px] bg-slate-6 dark:bg-slateDark-6', className) }, props, { children: children })));
|
20
30
|
});
|
21
31
|
MenubarSeparator.displayName = 'Menubar.Separator';
|
package/dist/{esm/src/lib/components/Menubar/MenubarSub.jsx → lib/components/Menubar/MenubarSub.js}
RENAMED
@@ -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 MenubarPrimitive from '@radix-ui/react-menubar';
|
14
26
|
export var MenubarSub = forwardRef(function (_a, ref) {
|
15
27
|
var children = _a.children, props = __rest(_a, ["children"]);
|
16
|
-
return
|
28
|
+
return _jsx(MenubarPrimitive.Sub, __assign({}, props, { children: children }));
|
17
29
|
});
|
18
30
|
MenubarSub.displayName = 'Menubar.Sub';
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
3
|
+
import { VariantProps } from 'class-variance-authority';
|
4
|
+
export interface MenubarSubContentProps extends VariantProps<typeof menubarSubContentVariants> {
|
5
|
+
}
|
6
|
+
export declare const menubarSubContentVariants: (props?: ({
|
7
|
+
radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
|
8
|
+
size?: "small" | "medium" | null | undefined;
|
9
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
10
|
+
export declare const MenubarSubContent: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSubContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & MenubarSubContentProps & React.RefAttributes<HTMLDivElement>>;
|