@lotte-innovate/ui-component-test 0.1.52 → 0.1.54
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/lib/Typography/Header/index.js +19 -13
- package/dist/cjs/lib/Typography/Text/index.js +16 -13
- package/dist/cjs/lib/Typography/index.js +10 -2
- package/dist/cjs/lib/color/alpha.js +60 -56
- package/dist/cjs/lib/color/constants.js +78 -75
- package/dist/cjs/lib/color/dark.js +31 -28
- package/dist/cjs/lib/color/krdsColors.js +4 -1
- package/dist/cjs/lib/color/light.js +31 -28
- package/dist/cjs/lib/components/Accordion/index.js +55 -26
- package/dist/cjs/lib/components/AlertDialog/AlertDialogAction.js +41 -15
- package/dist/cjs/lib/components/AlertDialog/AlertDialogCancel.js +40 -14
- package/dist/cjs/lib/components/AlertDialog/AlertDialogContent.js +40 -14
- package/dist/cjs/lib/components/AlertDialog/AlertDialogDescription.js +37 -11
- package/dist/cjs/lib/components/AlertDialog/AlertDialogRoot.js +37 -10
- package/dist/cjs/lib/components/AlertDialog/AlertDialogTitle.js +37 -11
- package/dist/cjs/lib/components/AlertDialog/AlertDialogTrigger.js +41 -15
- package/dist/cjs/lib/components/AlertDialog/index.js +17 -15
- package/dist/cjs/lib/components/AspectRatio/index.js +37 -11
- package/dist/cjs/lib/components/Avatar/index.js +38 -13
- package/dist/cjs/lib/components/Badge/index.js +16 -14
- package/dist/cjs/lib/components/BarChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/BarChart/index.js +19 -17
- package/dist/cjs/lib/components/BubbleChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/BubbleChart/index.js +28 -21
- package/dist/cjs/lib/components/Button/index.js +18 -15
- package/dist/cjs/lib/components/Callout/CalloutIcon.js +17 -14
- package/dist/cjs/lib/components/Callout/CalloutRoot.js +21 -17
- package/dist/cjs/lib/components/Callout/CalloutText.js +13 -10
- package/dist/cjs/lib/components/Callout/index.js +9 -7
- package/dist/cjs/lib/components/Card/index.js +13 -11
- package/dist/cjs/lib/components/Checkbox/index.js +46 -20
- package/dist/cjs/lib/components/CheckboxCard/index.js +19 -13
- package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupItem.js +15 -9
- package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupRoot.js +41 -14
- package/dist/cjs/lib/components/CheckboxGroup/index.js +6 -4
- package/dist/cjs/lib/components/ContextMenu/ContextMenuCheckboxItem.js +41 -15
- package/dist/cjs/lib/components/ContextMenu/ContextMenuContent.js +39 -13
- package/dist/cjs/lib/components/ContextMenu/ContextMenuGroup.js +32 -6
- package/dist/cjs/lib/components/ContextMenu/ContextMenuItem.js +43 -17
- package/dist/cjs/lib/components/ContextMenu/ContextMenuItemIndicator.js +41 -15
- package/dist/cjs/lib/components/ContextMenu/ContextMenuLabel.js +39 -13
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioGroup.js +33 -7
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioItem.js +43 -17
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRoot.js +38 -11
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSeparator.js +33 -7
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSubContent.js +40 -14
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSubTrigger.js +40 -14
- package/dist/cjs/lib/components/ContextMenu/ContextMenuTrigger.js +33 -7
- package/dist/cjs/lib/components/ContextMenu/index.js +29 -27
- package/dist/cjs/lib/components/DataList/DataListItem.js +16 -13
- package/dist/cjs/lib/components/DataList/DataListLabel.js +16 -13
- package/dist/cjs/lib/components/DataList/DataListRoot.js +18 -14
- package/dist/cjs/lib/components/DataList/DataListValue.js +17 -14
- package/dist/cjs/lib/components/DataList/index.js +8 -6
- package/dist/cjs/lib/components/Dialog/DialogAction.js +17 -14
- package/dist/cjs/lib/components/Dialog/DialogCancel.js +14 -11
- package/dist/cjs/lib/components/Dialog/DialogContent.js +16 -13
- package/dist/cjs/lib/components/Dialog/DialogDescription.js +14 -11
- package/dist/cjs/lib/components/Dialog/DialogRoot.d.ts +1 -1
- package/dist/cjs/lib/components/Dialog/DialogRoot.js +11 -7
- package/dist/cjs/lib/components/Dialog/DialogSlot.js +13 -10
- package/dist/cjs/lib/components/Dialog/DialogTitle.js +14 -11
- package/dist/cjs/lib/components/Dialog/DialogTrigger.js +9 -6
- package/dist/cjs/lib/components/Dialog/index.d.ts +1 -1
- package/dist/cjs/lib/components/Dialog/index.js +19 -17
- package/dist/cjs/lib/components/DoughnutChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/DoughnutChart/index.js +22 -17
- package/dist/cjs/lib/components/DropdownMenu/DropdonMenuRadioGroup.js +32 -6
- package/dist/cjs/lib/components/DropdownMenu/DropdonMenuSubContent.js +39 -13
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuCheckboxItem.js +41 -15
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuContent.js +39 -13
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItem.js +42 -16
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItemIndicator.js +39 -13
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuLable.js +37 -11
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRadioItem.js +41 -15
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +1 -1
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRoot.js +34 -7
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSeparator.js +33 -7
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSub.js +32 -6
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSubTrigger.js +40 -14
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuTrigger.js +37 -11
- package/dist/cjs/lib/components/DropdownMenu/index.d.ts +1 -1
- package/dist/cjs/lib/components/DropdownMenu/index.js +29 -27
- package/dist/cjs/lib/components/HoverCard/HoverCardContent.js +19 -16
- package/dist/cjs/lib/components/HoverCard/HoverCardRoot.d.ts +1 -1
- package/dist/cjs/lib/components/HoverCard/HoverCardRoot.js +11 -7
- package/dist/cjs/lib/components/HoverCard/HoverCardTrigger.js +9 -6
- package/dist/cjs/lib/components/HoverCard/index.d.ts +1 -1
- package/dist/cjs/lib/components/HoverCard/index.js +9 -7
- package/dist/cjs/lib/components/IconButton/index.js +40 -14
- package/dist/cjs/lib/components/Inset/index.js +15 -12
- package/dist/cjs/lib/components/Label/index.js +43 -14
- package/dist/cjs/lib/components/LineChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/LineChart/index.js +19 -17
- package/dist/cjs/lib/components/Menubar/MenubarCheckboxItem.js +40 -14
- package/dist/cjs/lib/components/Menubar/MenubarContent.js +39 -13
- package/dist/cjs/lib/components/Menubar/MenubarItem.js +42 -16
- package/dist/cjs/lib/components/Menubar/MenubarItemIndicator.js +40 -14
- package/dist/cjs/lib/components/Menubar/MenubarMenu.js +32 -6
- package/dist/cjs/lib/components/Menubar/MenubarRadioGroup.js +33 -7
- package/dist/cjs/lib/components/Menubar/MenubarRadioItem.js +42 -16
- package/dist/cjs/lib/components/Menubar/MenubarRoot.js +45 -18
- package/dist/cjs/lib/components/Menubar/MenubarSeparator.js +33 -7
- package/dist/cjs/lib/components/Menubar/MenubarSub.js +32 -6
- package/dist/cjs/lib/components/Menubar/MenubarSubContent.js +39 -13
- package/dist/cjs/lib/components/Menubar/MenubarSubTrigger.js +40 -14
- package/dist/cjs/lib/components/Menubar/MenubarTrigger.js +40 -14
- package/dist/cjs/lib/components/Menubar/index.js +29 -27
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuContent.js +39 -13
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuIndicator.js +33 -7
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuItem.js +32 -6
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuLink.js +41 -15
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuList.js +42 -16
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuRoot.js +39 -12
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuTrigger.js +41 -15
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuViewport.js +42 -16
- package/dist/cjs/lib/components/NavigationMenu/index.js +12 -10
- package/dist/cjs/lib/components/PieChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/PieChart/index.js +22 -17
- package/dist/cjs/lib/components/Popover/PopoverClose.js +14 -11
- package/dist/cjs/lib/components/Popover/PopoverContent.js +16 -13
- package/dist/cjs/lib/components/Popover/PopoverRoot.d.ts +1 -1
- package/dist/cjs/lib/components/Popover/PopoverRoot.js +11 -7
- package/dist/cjs/lib/components/Popover/PopoverTrigger.js +9 -6
- package/dist/cjs/lib/components/Popover/index.d.ts +1 -1
- package/dist/cjs/lib/components/Popover/index.js +11 -9
- package/dist/cjs/lib/components/Progress/index.js +15 -12
- package/dist/cjs/lib/components/RadarChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/RadarChart/index.js +28 -21
- package/dist/cjs/lib/components/Radio/index.js +17 -11
- package/dist/cjs/lib/components/RadioCards/RadioCardsItem.js +14 -11
- package/dist/cjs/lib/components/RadioCards/RadioCardsRoot.js +15 -12
- package/dist/cjs/lib/components/RadioCards/index.js +7 -5
- package/dist/cjs/lib/components/RadioGroup/RadioGroupItem.js +14 -11
- package/dist/cjs/lib/components/RadioGroup/RadioGroupRoot.js +13 -10
- package/dist/cjs/lib/components/RadioGroup/index.js +7 -5
- package/dist/cjs/lib/components/ScrollArea/index.js +10 -7
- package/dist/cjs/lib/components/SegmentedControl/SegmentedControlItem.js +10 -7
- package/dist/cjs/lib/components/SegmentedControl/SegmentedControlRoot.js +41 -12
- package/dist/cjs/lib/components/SegmentedControl/index.js +7 -5
- package/dist/cjs/lib/components/Select/index.js +43 -37
- package/dist/cjs/lib/components/Separator/index.js +19 -13
- package/dist/cjs/lib/components/Skeleton/index.js +18 -12
- package/dist/cjs/lib/components/Slider/index.js +18 -12
- package/dist/cjs/lib/components/Spinner/index.js +18 -12
- package/dist/cjs/lib/components/TabNav/index.js +21 -15
- package/dist/cjs/lib/components/Table/index.js +45 -39
- package/dist/cjs/lib/components/Tabs/index.js +31 -25
- package/dist/cjs/lib/components/TextArea/index.js +19 -13
- package/dist/cjs/lib/components/TextField/index.js +24 -18
- package/dist/cjs/lib/components/Toast/ToastActionButton.js +47 -18
- package/dist/cjs/lib/components/Toast/ToastDescription.js +37 -11
- package/dist/cjs/lib/components/Toast/ToastRoot.js +45 -18
- package/dist/cjs/lib/components/Toast/ToastTitle.js +37 -11
- package/dist/cjs/lib/components/Toast/index.js +11 -9
- package/dist/cjs/lib/components/Toggle/ToggleWithText.js +42 -16
- package/dist/cjs/lib/components/Toggle/index.js +45 -16
- package/dist/cjs/lib/components/ToggleGroup/ToggleGroupItem.js +40 -14
- package/dist/cjs/lib/components/ToggleGroup/ToggleGroupRoot.js +38 -12
- package/dist/cjs/lib/components/ToggleGroup/index.js +7 -5
- package/dist/cjs/lib/components/ToggleSwitch/index.js +22 -16
- package/dist/cjs/lib/components/Tooltip/index.js +41 -13
- package/dist/cjs/lib/components/index.js +106 -50
- package/dist/cjs/lib/constants.js +90 -54
- package/dist/cjs/lib/index.js +18 -2
- package/dist/cjs/lib/types.js +2 -1
- package/dist/cjs/lib/utils/useDarkMode.js +16 -12
- package/dist/cjs/lib/utils/utils.js +8 -4
- package/dist/esm/{src/lib/Typography/Header/index.jsx → lib/Typography/Header/index.js} +2 -5
- package/dist/esm/{src/lib/Typography/Text/index.jsx → lib/Typography/Text/index.js} +3 -6
- package/dist/esm/{src/lib/components/Accordion/index.jsx → lib/components/Accordion/index.js} +5 -17
- package/dist/esm/{src/lib/components/AlertDialog/AlertDialogAction.jsx → lib/components/AlertDialog/AlertDialogAction.js} +3 -4
- package/dist/esm/{src/lib/components/AlertDialog/AlertDialogCancel.jsx → lib/components/AlertDialog/AlertDialogCancel.js} +3 -4
- package/dist/esm/{src/lib/components/AlertDialog/AlertDialogContent.jsx → lib/components/AlertDialog/AlertDialogContent.js} +3 -7
- package/dist/esm/{src/lib/components/AlertDialog/AlertDialogDescription.jsx → lib/components/AlertDialog/AlertDialogDescription.js} +14 -4
- package/dist/esm/{src/lib/components/AlertDialog/AlertDialogRoot.jsx → lib/components/AlertDialog/AlertDialogRoot.js} +14 -6
- package/dist/esm/{src/lib/components/AlertDialog/AlertDialogTitle.jsx → lib/components/AlertDialog/AlertDialogTitle.js} +14 -4
- package/dist/esm/{src/lib/components/AlertDialog/AlertDialogTrigger.jsx → lib/components/AlertDialog/AlertDialogTrigger.js} +3 -4
- package/dist/esm/{src/lib/components/AspectRatio/index.jsx → lib/components/AspectRatio/index.js} +3 -4
- package/dist/esm/{src/lib/components/Avatar/index.jsx → lib/components/Avatar/index.js} +3 -7
- package/dist/esm/{src/lib/components/Badge/index.jsx → lib/components/Badge/index.js} +3 -4
- package/dist/esm/lib/components/BarChart/index.d.ts +1 -2
- package/dist/esm/{src/lib/components/BarChart/index.jsx → lib/components/BarChart/index.js} +3 -2
- package/dist/esm/lib/components/BubbleChart/index.d.ts +1 -2
- package/dist/esm/{src/lib/components/BubbleChart/index.jsx → lib/components/BubbleChart/index.js} +3 -3
- package/dist/esm/{src/lib/components/Button/index.jsx → lib/components/Button/index.js} +3 -4
- package/dist/esm/{src/lib/components/Callout/CalloutIcon.jsx → lib/components/Callout/CalloutIcon.js} +3 -8
- package/dist/esm/{src/lib/components/Callout/CalloutRoot.jsx → lib/components/Callout/CalloutRoot.js} +3 -6
- package/dist/esm/{src/lib/components/Callout/CalloutText.jsx → lib/components/Callout/CalloutText.js} +14 -4
- package/dist/esm/{src/lib/components/Card/index.jsx → lib/components/Card/index.js} +3 -4
- package/dist/esm/{src/lib/components/Checkbox/index.jsx → lib/components/Checkbox/index.js} +3 -11
- package/dist/esm/{src/lib/components/CheckboxCard/index.jsx → lib/components/CheckboxCard/index.js} +3 -5
- package/dist/esm/{src/lib/components/CheckboxGroup/CheckboxGroupItem.jsx → lib/components/CheckboxGroup/CheckboxGroupItem.js} +14 -6
- package/dist/esm/{src/lib/components/CheckboxGroup/CheckboxGroupRoot.jsx → lib/components/CheckboxGroup/CheckboxGroupRoot.js} +2 -5
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuCheckboxItem.jsx → lib/components/ContextMenu/ContextMenuCheckboxItem.js} +14 -7
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuContent.jsx → lib/components/ContextMenu/ContextMenuContent.js} +3 -6
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuGroup.jsx → lib/components/ContextMenu/ContextMenuGroup.js} +14 -4
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuItem.jsx → lib/components/ContextMenu/ContextMenuItem.js} +3 -5
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuItemIndicator.jsx → lib/components/ContextMenu/ContextMenuItemIndicator.js} +3 -4
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuLabel.jsx → lib/components/ContextMenu/ContextMenuLabel.js} +3 -4
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuRadioGroup.jsx → lib/components/ContextMenu/ContextMenuRadioGroup.js} +14 -6
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuRadioItem.jsx → lib/components/ContextMenu/ContextMenuRadioItem.js} +14 -7
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuRoot.jsx → lib/components/ContextMenu/ContextMenuRoot.js} +14 -6
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuSeparator.jsx → lib/components/ContextMenu/ContextMenuSeparator.js} +14 -4
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuSubContent.jsx → lib/components/ContextMenu/ContextMenuSubContent.js} +7 -10
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuSubTrigger.jsx → lib/components/ContextMenu/ContextMenuSubTrigger.js} +14 -9
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuTrigger.jsx → lib/components/ContextMenu/ContextMenuTrigger.js} +14 -4
- package/dist/esm/{src/lib/components/DataList/DataListItem.jsx → lib/components/DataList/DataListItem.js} +3 -4
- package/dist/esm/{src/lib/components/DataList/DataListLabel.jsx → lib/components/DataList/DataListLabel.js} +3 -4
- package/dist/esm/{src/lib/components/DataList/DataListRoot.jsx → lib/components/DataList/DataListRoot.js} +14 -6
- package/dist/esm/{src/lib/components/DataList/DataListValue.jsx → lib/components/DataList/DataListValue.js} +3 -4
- package/dist/esm/{src/lib/components/Dialog/DialogAction.jsx → lib/components/Dialog/DialogAction.js} +14 -4
- package/dist/esm/{src/lib/components/Dialog/DialogCancel.jsx → lib/components/Dialog/DialogCancel.js} +14 -4
- package/dist/esm/{src/lib/components/Dialog/DialogContent.jsx → lib/components/Dialog/DialogContent.js} +3 -4
- package/dist/esm/{src/lib/components/Dialog/DialogDescription.jsx → lib/components/Dialog/DialogDescription.js} +14 -4
- package/dist/esm/lib/components/Dialog/DialogRoot.d.ts +1 -1
- package/dist/esm/{src/lib/components/Dialog/DialogRoot.jsx → lib/components/Dialog/DialogRoot.js} +14 -6
- package/dist/esm/{src/lib/components/Dialog/DialogSlot.jsx → lib/components/Dialog/DialogSlot.js} +14 -4
- package/dist/esm/{src/lib/components/Dialog/DialogTitle.jsx → lib/components/Dialog/DialogTitle.js} +14 -4
- package/dist/esm/{src/lib/components/Dialog/DialogTrigger.jsx → lib/components/Dialog/DialogTrigger.js} +14 -4
- package/dist/esm/lib/components/Dialog/index.d.ts +1 -1
- package/dist/esm/lib/components/DoughnutChart/index.d.ts +1 -2
- package/dist/esm/{src/lib/components/DoughnutChart/index.jsx → lib/components/DoughnutChart/index.js} +3 -3
- package/dist/esm/{src/lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx → lib/components/DropdownMenu/DropdonMenuRadioGroup.js} +13 -3
- package/dist/esm/{src/lib/components/DropdownMenu/DropdonMenuSubContent.jsx → lib/components/DropdownMenu/DropdonMenuSubContent.js} +7 -10
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx → lib/components/DropdownMenu/DropdownMenuCheckboxItem.js} +14 -7
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuContent.jsx → lib/components/DropdownMenu/DropdownMenuContent.js} +3 -6
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuItem.jsx → lib/components/DropdownMenu/DropdownMenuItem.js} +3 -5
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx → lib/components/DropdownMenu/DropdownMenuItemIndicator.js} +3 -4
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuLable.jsx → lib/components/DropdownMenu/DropdownMenuLable.js} +14 -4
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuRadioItem.jsx → lib/components/DropdownMenu/DropdownMenuRadioItem.js} +14 -7
- package/dist/esm/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +1 -1
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuRoot.jsx → lib/components/DropdownMenu/DropdownMenuRoot.js} +14 -4
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuSeparator.jsx → lib/components/DropdownMenu/DropdownMenuSeparator.js} +14 -2
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuSub.jsx → lib/components/DropdownMenu/DropdownMenuSub.js} +14 -2
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx → lib/components/DropdownMenu/DropdownMenuSubTrigger.js} +14 -7
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuTrigger.jsx → lib/components/DropdownMenu/DropdownMenuTrigger.js} +14 -4
- package/dist/esm/lib/components/DropdownMenu/index.d.ts +1 -1
- package/dist/esm/{src/lib/components/HoverCard/HoverCardContent.jsx → lib/components/HoverCard/HoverCardContent.js} +3 -4
- package/dist/esm/lib/components/HoverCard/HoverCardRoot.d.ts +1 -1
- package/dist/esm/{src/lib/components/HoverCard/HoverCardRoot.jsx → lib/components/HoverCard/HoverCardRoot.js} +14 -6
- package/dist/esm/{src/lib/components/HoverCard/HoverCardTrigger.jsx → lib/components/HoverCard/HoverCardTrigger.js} +14 -4
- package/dist/esm/lib/components/HoverCard/index.d.ts +1 -1
- package/dist/esm/{src/lib/components/IconButton/index.jsx → lib/components/IconButton/index.js} +2 -3
- package/dist/esm/{src/lib/components/Inset/index.jsx → lib/components/Inset/index.js} +3 -6
- package/dist/esm/{src/lib/components/Label/index.jsx → lib/components/Label/index.js} +2 -3
- package/dist/esm/lib/components/LineChart/index.d.ts +1 -2
- package/dist/esm/{src/lib/components/LineChart/index.jsx → lib/components/LineChart/index.js} +3 -2
- package/dist/esm/{src/lib/components/Menubar/MenubarCheckboxItem.jsx → lib/components/Menubar/MenubarCheckboxItem.js} +14 -7
- package/dist/esm/{src/lib/components/Menubar/MenubarContent.jsx → lib/components/Menubar/MenubarContent.js} +7 -10
- package/dist/esm/{src/lib/components/Menubar/MenubarItem.jsx → lib/components/Menubar/MenubarItem.js} +3 -5
- package/dist/esm/{src/lib/components/Menubar/MenubarItemIndicator.jsx → lib/components/Menubar/MenubarItemIndicator.js} +3 -4
- package/dist/esm/{src/lib/components/Menubar/MenubarMenu.jsx → lib/components/Menubar/MenubarMenu.js} +14 -2
- package/dist/esm/{src/lib/components/Menubar/MenubarRadioGroup.jsx → lib/components/Menubar/MenubarRadioGroup.js} +14 -6
- package/dist/esm/{src/lib/components/Menubar/MenubarRadioItem.jsx → lib/components/Menubar/MenubarRadioItem.js} +14 -7
- package/dist/esm/{src/lib/components/Menubar/MenubarRoot.jsx → lib/components/Menubar/MenubarRoot.js} +3 -6
- package/dist/esm/{src/lib/components/Menubar/MenubarSeparator.jsx → lib/components/Menubar/MenubarSeparator.js} +14 -4
- package/dist/esm/{src/lib/components/Menubar/MenubarSub.jsx → lib/components/Menubar/MenubarSub.js} +14 -2
- package/dist/esm/{src/lib/components/Menubar/MenubarSubContent.jsx → lib/components/Menubar/MenubarSubContent.js} +4 -5
- package/dist/esm/{src/lib/components/Menubar/MenubarSubTrigger.jsx → lib/components/Menubar/MenubarSubTrigger.js} +14 -7
- package/dist/esm/{src/lib/components/Menubar/MenubarTrigger.jsx → lib/components/Menubar/MenubarTrigger.js} +3 -4
- package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuContent.jsx → lib/components/NavigationMenu/NavigationMenuContent.js} +3 -4
- package/dist/esm/lib/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
- package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuItem.jsx → lib/components/NavigationMenu/NavigationMenuItem.js} +14 -4
- package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuLink.jsx → lib/components/NavigationMenu/NavigationMenuLink.js} +3 -4
- package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuList.jsx → lib/components/NavigationMenu/NavigationMenuList.js} +3 -5
- package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuRoot.jsx → lib/components/NavigationMenu/NavigationMenuRoot.js} +14 -6
- package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuTrigger.jsx → lib/components/NavigationMenu/NavigationMenuTrigger.js} +3 -5
- package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuViewport.jsx → lib/components/NavigationMenu/NavigationMenuViewport.js} +3 -4
- package/dist/esm/lib/components/PieChart/index.d.ts +1 -2
- package/dist/esm/{src/lib/components/PieChart/index.jsx → lib/components/PieChart/index.js} +3 -3
- package/dist/esm/{src/lib/components/Popover/PopoverClose.jsx → lib/components/Popover/PopoverClose.js} +14 -4
- package/dist/esm/{src/lib/components/Popover/PopoverContent.jsx → lib/components/Popover/PopoverContent.js} +3 -4
- package/dist/esm/lib/components/Popover/PopoverRoot.d.ts +1 -1
- package/dist/esm/{src/lib/components/Popover/PopoverRoot.jsx → lib/components/Popover/PopoverRoot.js} +14 -6
- package/dist/esm/{src/lib/components/Popover/PopoverTrigger.jsx → lib/components/Popover/PopoverTrigger.js} +14 -4
- package/dist/esm/lib/components/Popover/index.d.ts +1 -1
- package/dist/esm/{src/lib/components/Progress/index.jsx → lib/components/Progress/index.js} +3 -4
- package/dist/esm/lib/components/RadarChart/index.d.ts +1 -2
- package/dist/esm/{src/lib/components/RadarChart/index.jsx → lib/components/RadarChart/index.js} +3 -3
- package/dist/esm/{src/lib/components/Radio/index.jsx → lib/components/Radio/index.js} +13 -8
- package/dist/esm/{src/lib/components/RadioCards/RadioCardsItem.jsx → lib/components/RadioCards/RadioCardsItem.js} +14 -4
- package/dist/esm/{src/lib/components/RadioCards/RadioCardsRoot.jsx → lib/components/RadioCards/RadioCardsRoot.js} +3 -8
- package/dist/esm/{src/lib/components/RadioGroup/RadioGroupItem.jsx → lib/components/RadioGroup/RadioGroupItem.js} +14 -4
- package/dist/esm/{src/lib/components/RadioGroup/RadioGroupRoot.jsx → lib/components/RadioGroup/RadioGroupRoot.js} +14 -8
- package/dist/esm/{src/lib/components/ScrollArea/index.jsx → lib/components/ScrollArea/index.js} +14 -6
- package/dist/esm/{src/lib/components/SegmentedControl/SegmentedControlItem.jsx → lib/components/SegmentedControl/SegmentedControlItem.js} +14 -4
- package/dist/esm/{src/lib/components/SegmentedControl/SegmentedControlRoot.jsx → lib/components/SegmentedControl/SegmentedControlRoot.js} +2 -5
- package/dist/esm/{src/lib/components/Select/index.jsx → lib/components/Select/index.js} +8 -25
- package/dist/esm/{src/lib/components/Separator/index.jsx → lib/components/Separator/index.js} +2 -5
- package/dist/esm/{src/lib/components/Skeleton/index.jsx → lib/components/Skeleton/index.js} +2 -5
- package/dist/esm/{src/lib/components/Slider/index.jsx → lib/components/Slider/index.js} +2 -3
- package/dist/esm/{src/lib/components/Spinner/index.jsx → lib/components/Spinner/index.js} +2 -5
- package/dist/esm/{src/lib/components/TabNav/index.jsx → lib/components/TabNav/index.js} +14 -8
- package/dist/esm/{src/lib/components/Table/index.jsx → lib/components/Table/index.js} +8 -23
- package/dist/esm/{src/lib/components/Tabs/index.jsx → lib/components/Tabs/index.js} +5 -14
- package/dist/esm/{src/lib/components/TextArea/index.jsx → lib/components/TextArea/index.js} +2 -3
- package/dist/esm/{src/lib/components/TextField/index.jsx → lib/components/TextField/index.js} +3 -8
- package/dist/esm/{src/lib/components/Toast/ToastActionButton.jsx → lib/components/Toast/ToastActionButton.js} +3 -4
- package/dist/esm/{src/lib/components/Toast/ToastDescription.jsx → lib/components/Toast/ToastDescription.js} +14 -6
- package/dist/esm/{src/lib/components/Toast/ToastRoot.jsx → lib/components/Toast/ToastRoot.js} +3 -9
- package/dist/esm/{src/lib/components/Toast/ToastTitle.jsx → lib/components/Toast/ToastTitle.js} +14 -4
- package/dist/esm/{src/lib/components/Toggle/ToggleWithText.jsx → lib/components/Toggle/ToggleWithText.js} +4 -6
- package/dist/esm/{src/lib/components/Toggle/index.jsx → lib/components/Toggle/index.js} +3 -4
- package/dist/esm/{src/lib/components/ToggleGroup/ToggleGroupItem.jsx → lib/components/ToggleGroup/ToggleGroupItem.js} +14 -4
- package/dist/esm/{src/lib/components/ToggleGroup/ToggleGroupRoot.jsx → lib/components/ToggleGroup/ToggleGroupRoot.js} +3 -8
- package/dist/esm/{src/lib/components/ToggleSwitch/index.jsx → lib/components/ToggleSwitch/index.js} +2 -6
- package/dist/esm/{src/lib/components/Tooltip/index.jsx → lib/components/Tooltip/index.js} +2 -11
- package/package.json +3 -3
- 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-cjs.mjs +0 -26
- package/dist/cjs/src/utils/move-esm.mjs +0 -40
- package/dist/cjs/src/utils/move.mjs +0 -60
- 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-cjs.mjs +0 -21
- package/dist/esm/src/utils/move-esm.mjs +0 -35
- package/dist/esm/src/utils/move.mjs +0 -55
- 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 → lib}/Typography/index.js +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}/constants.js +0 -0
- /package/dist/esm/{src/lib → lib}/index.js +0 -0
- /package/dist/esm/{src/lib → lib}/types.js +0 -0
- /package/dist/esm/{src/lib → lib}/utils/useDarkMode.js +0 -0
- /package/dist/esm/{src/lib → lib}/utils/utils.js +0 -0
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef, createContext, useContext, useMemo, } from 'react';
|
13
25
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
14
26
|
var AlertDialogContext = createContext({
|
15
27
|
size: 'medium',
|
@@ -29,10 +41,6 @@ export var AlertDialogRoot = forwardRef(function (_a, ref) {
|
|
29
41
|
scaling: scaling,
|
30
42
|
color: color,
|
31
43
|
}); }, [radius, size, scaling, color]);
|
32
|
-
return (
|
33
|
-
<div ref={ref}>
|
34
|
-
<AlertDialogPrimitive.Root {...props}>{children}</AlertDialogPrimitive.Root>
|
35
|
-
</div>
|
36
|
-
</AlertDialogContext.Provider>);
|
44
|
+
return (_jsx(AlertDialogContext.Provider, { value: contextValue, children: _jsx("div", { ref: ref, children: _jsx(AlertDialogPrimitive.Root, __assign({}, props, { children: children })) }) }));
|
37
45
|
});
|
38
46
|
AlertDialogRoot.displayName = 'AlertDialog.Root';
|
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
13
25
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
14
26
|
import { cva } from 'class-variance-authority';
|
15
27
|
import { cn } from 'lib/utils/utils';
|
@@ -30,8 +42,6 @@ export var alertDialogTitleVariants = cva("m-0 text-slate-12 dark:text-slateDark
|
|
30
42
|
export var AlertDialogTitle = forwardRef(function (_a, ref) {
|
31
43
|
var className = _a.className, children = _a.children, titleText = _a.titleText, props = __rest(_a, ["className", "children", "titleText"]);
|
32
44
|
var size = useAlertDialogContext().size;
|
33
|
-
return (
|
34
|
-
{titleText !== null && titleText !== void 0 ? titleText : children}
|
35
|
-
</AlertDialogPrimitive.Title>);
|
45
|
+
return (_jsx(AlertDialogPrimitive.Title, __assign({ className: cn(alertDialogTitleVariants({ size: size }), className), ref: ref }, props, { children: titleText !== null && titleText !== void 0 ? titleText : children })));
|
36
46
|
});
|
37
47
|
AlertDialogTitle.displayName = 'AlertDialog.Title';
|
@@ -20,7 +20,8 @@ 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
27
|
import { cn } from 'lib/utils/utils';
|
@@ -49,8 +50,6 @@ var buttonVariants = cva("inline-flex items-center transition-colors focus:outli
|
|
49
50
|
export var AlertDialogTrigger = forwardRef(function (_a, ref) {
|
50
51
|
var children = _a.children, className = _a.className, radius = _a.radius, scaling = _a.scaling, size = _a.size, weight = _a.weight, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'solid' : _c, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "weight", "color", "appearance"]);
|
51
52
|
var buttonClassName = cn(buttonVariants({ radius: radius, scaling: scaling, size: size, weight: weight, color: color }), appearanceStyle(appearance, color), className);
|
52
|
-
return (
|
53
|
-
{children}
|
54
|
-
</AlertDialogPrimitive.Trigger>);
|
53
|
+
return (_jsx(AlertDialogPrimitive.Trigger, __assign({ asChild: true, ref: ref, className: buttonClassName }, props, { children: children })));
|
55
54
|
});
|
56
55
|
AlertDialogTrigger.displayName = 'AlertDialog.Trigger';
|
package/dist/esm/{src/lib/components/AspectRatio/index.jsx → lib/components/AspectRatio/index.js}
RENAMED
@@ -20,7 +20,8 @@ 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 AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { cn } from 'lib/utils/utils';
|
@@ -35,9 +36,7 @@ export var aspectRatioVariants = cva('', {
|
|
35
36
|
});
|
36
37
|
var AspectRatio = forwardRef(function (_a, ref) {
|
37
38
|
var children = _a.children, className = _a.className, _b = _a.ratio, ratio = _b === void 0 ? 16 / 9 : _b, scaling = _a.scaling, props = __rest(_a, ["children", "className", "ratio", "scaling"]);
|
38
|
-
return (
|
39
|
-
{children}
|
40
|
-
</AspectRatioPrimitive.Root>);
|
39
|
+
return (_jsx(AspectRatioPrimitive.Root, __assign({ ratio: ratio, ref: ref }, props, { className: cn(aspectRatioVariants({ scaling: scaling }), className), children: children })));
|
41
40
|
});
|
42
41
|
AspectRatio.displayName = 'AspectRatio';
|
43
42
|
export default AspectRatio;
|
@@ -20,7 +20,8 @@ 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 AvatarPrimitive from '@radix-ui/react-avatar';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { cn } from 'lib/utils/utils';
|
@@ -51,12 +52,7 @@ var AvatarVariants = cva('font-medium', {
|
|
51
52
|
var Avatar = forwardRef(function (_a, ref) {
|
52
53
|
var className = _a.className, fallbackClassName = _a.fallbackClassName, radius = _a.radius, scaling = _a.scaling, size = _a.size, fallbackText = _a.fallbackText, imagePath = _a.imagePath, alt = _a.alt, _b = _a.appearance, appearance = _b === void 0 ? 'solid' : _b, _c = _a.color, color = _c === void 0 ? 'red' : _c, ariaLabel = _a.ariaLabel, ariaLabelledby = _a.ariaLabelledby, title = _a.title, _d = _a.delayMs, delayMs = _d === void 0 ? 300 : _d, props = __rest(_a, ["className", "fallbackClassName", "radius", "scaling", "size", "fallbackText", "imagePath", "alt", "appearance", "color", "ariaLabel", "ariaLabelledby", "title", "delayMs"]);
|
53
54
|
var imgAltText = alt || ariaLabel || fallbackText || 'Avatar Image';
|
54
|
-
return (
|
55
|
-
<AvatarPrimitive.Image className="h-full w-full border-none object-cover" src={imagePath} alt={imgAltText} title={title || imgAltText}/>
|
56
|
-
<AvatarPrimitive.Fallback className={cn("leading-1 flex h-full w-full items-center justify-center", className)} delayMs={delayMs} aria-hidden="true">
|
57
|
-
{fallbackText}
|
58
|
-
</AvatarPrimitive.Fallback>
|
59
|
-
</AvatarPrimitive.Root>);
|
55
|
+
return (_jsxs(AvatarPrimitive.Root, __assign({ className: cn("inline-flex select-none items-center justify-center overflow-hidden align-middle", AvatarVariants({ radius: radius, scaling: scaling, size: size, color: color }), appearanceStyle(appearance, color, false), className) }, props, { ref: ref, role: "img", "aria-label": ariaLabel || imgAltText, "aria-labelledby": ariaLabelledby, title: title || imgAltText, tabIndex: 0, children: [_jsx(AvatarPrimitive.Image, { className: "h-full w-full border-none object-cover", src: imagePath, alt: imgAltText, title: title || imgAltText }), _jsx(AvatarPrimitive.Fallback, { className: cn("leading-1 flex h-full w-full items-center justify-center", className), delayMs: delayMs, "aria-hidden": "true", children: fallbackText })] })));
|
60
56
|
});
|
61
57
|
Avatar.displayName = 'Avatar';
|
62
58
|
export default Avatar;
|
@@ -20,7 +20,8 @@ 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 { cn } from 'lib/utils/utils';
|
26
27
|
import { appearanceStyle, primaryColorStyle, radiusVariants, scalingVariants, weightVariants, } from 'lib/constants';
|
@@ -47,9 +48,7 @@ var BadgeVariants = cva('inline-flex items-center transition-colors focus:outlin
|
|
47
48
|
var Badge = forwardRef(function (_a, ref) {
|
48
49
|
var className = _a.className, children = _a.children, radius = _a.radius, scaling = _a.scaling, weight = _a.weight, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'solid' : _c, props = __rest(_a, ["className", "children", "radius", "scaling", "weight", "size", "color", "appearance"]);
|
49
50
|
var badgeClassName = cn(BadgeVariants({ radius: radius, scaling: scaling, weight: weight, size: size, color: color }), appearanceStyle(appearance, color, false), className);
|
50
|
-
return (
|
51
|
-
{children}
|
52
|
-
</div>);
|
51
|
+
return (_jsx("div", __assign({ ref: ref, className: badgeClassName }, props, { children: children })));
|
53
52
|
});
|
54
53
|
Badge.displayName = 'Badge';
|
55
54
|
export default Badge;
|
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import { VariantProps } from 'class-variance-authority';
|
3
2
|
import { IChartDatasets, IChartLegend, IChartTitle } from 'lib/types';
|
4
3
|
export interface BorderRadius {
|
@@ -32,7 +31,7 @@ declare const barChartVariants: (props?: ({
|
|
32
31
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
33
32
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
34
33
|
declare const BarChart: {
|
35
|
-
({ className, title, datasets, labels, scaling, legend, width, height, indexAxis, appearance, isColorMixed, ...props }: BarChartProps): import("react").JSX.Element;
|
34
|
+
({ className, title, datasets, labels, scaling, legend, width, height, indexAxis, appearance, isColorMixed, ...props }: BarChartProps): import("react/jsx-runtime").JSX.Element;
|
36
35
|
displayName: string;
|
37
36
|
};
|
38
37
|
export default BarChart;
|
@@ -20,6 +20,7 @@ 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 { Bar } from 'react-chartjs-2';
|
24
25
|
import { Chart as ChartJS, CategoryScale, LinearScale, BarElement, Tooltip, Legend, } from 'chart.js/auto';
|
25
26
|
import { scalingVariants } from 'lib/constants';
|
@@ -49,14 +50,14 @@ var BarChart = function (_a) {
|
|
49
50
|
}
|
50
51
|
}
|
51
52
|
});
|
52
|
-
return (
|
53
|
+
return (_jsx(Bar, __assign({ data: { labels: labels, datasets: datasets }, options: {
|
53
54
|
plugins: {
|
54
55
|
title: title,
|
55
56
|
legend: legend,
|
56
57
|
},
|
57
58
|
indexAxis: indexAxis,
|
58
59
|
scales: __assign({}, defaultScales.linescale),
|
59
|
-
}
|
60
|
+
}, className: cn(barChartVariants({ scaling: scaling }), className), width: width, height: height }, props)));
|
60
61
|
};
|
61
62
|
BarChart.displayName = 'BarChart';
|
62
63
|
export default BarChart;
|
@@ -1,4 +1,3 @@
|
|
1
|
-
import React from 'react';
|
2
1
|
import { VariantProps } from 'class-variance-authority';
|
3
2
|
import { IChartDataLabels, IChartDatasets, IChartLegend, IChartTitle } from 'lib/types';
|
4
3
|
type IBubbleChartDataset = IChartDatasets & {
|
@@ -23,7 +22,7 @@ declare const bubbleChartVariants: (props?: ({
|
|
23
22
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
24
23
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
25
24
|
export declare const BubbleChart: {
|
26
|
-
({ className, title, legend, datalabels, datasets, scaling, width, height, appearance, isColorMixed, ...props }: BubbleChartProps):
|
25
|
+
({ className, title, legend, datalabels, datasets, scaling, width, height, appearance, isColorMixed, ...props }: BubbleChartProps): import("react/jsx-runtime").JSX.Element;
|
27
26
|
displayName: string;
|
28
27
|
};
|
29
28
|
export default BubbleChart;
|
package/dist/esm/{src/lib/components/BubbleChart/index.jsx → lib/components/BubbleChart/index.js}
RENAMED
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
24
|
import { Bubble } from 'react-chartjs-2';
|
25
25
|
import { Chart as ChartJS, LinearScale, PointElement, Tooltip, Legend, plugins, } from 'chart.js/auto';
|
26
26
|
import { scalingVariants } from 'lib/constants';
|
@@ -60,14 +60,14 @@ export var BubbleChart = function (_a) {
|
|
60
60
|
dataset.backgroundColor = ChartColor[index];
|
61
61
|
dataset.borderColor = BorderColor[index];
|
62
62
|
});
|
63
|
-
return (
|
63
|
+
return (_jsx(Bubble, __assign({ data: { datasets: datasets }, options: {
|
64
64
|
plugins: {
|
65
65
|
title: title,
|
66
66
|
legend: legend,
|
67
67
|
datalabels: datalabels,
|
68
68
|
},
|
69
69
|
scales: __assign({}, defaultScales.linescale),
|
70
|
-
}
|
70
|
+
}, className: cn(bubbleChartVariants({ scaling: scaling }), className), width: width, height: height }, props)));
|
71
71
|
};
|
72
72
|
BubbleChart.displayName = 'BubbleChart';
|
73
73
|
export default BubbleChart;
|
@@ -20,7 +20,8 @@ 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 { cn } from 'lib/utils/utils';
|
26
27
|
import { radiusVariants, weightVariants, primaryColorStyle, appearanceStyle, scalingVariants, } from 'lib/constants';
|
@@ -49,9 +50,7 @@ var buttonVariants = cva("inline-flex items-center w-fit transition-colors focus
|
|
49
50
|
export var Button = forwardRef(function (_a, ref) {
|
50
51
|
var className = _a.className, children = _a.children, radius = _a.radius, scaling = _a.scaling, size = _a.size, weight = _a.weight, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'solid' : _c, props = __rest(_a, ["className", "children", "radius", "scaling", "size", "weight", "color", "appearance"]);
|
51
52
|
var buttonClassName = cn(buttonVariants({ radius: radius, scaling: scaling, size: size, weight: weight, color: color }), appearanceStyle(appearance, color, true), className);
|
52
|
-
return (
|
53
|
-
{children}
|
54
|
-
</button>);
|
53
|
+
return (_jsx("button", __assign({ ref: ref, className: buttonClassName }, props, { children: children })));
|
55
54
|
});
|
56
55
|
Button.displayName = 'Button';
|
57
56
|
export default Button;
|
@@ -20,7 +20,8 @@ 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 { Callout as CalloutTheme } from '@radix-ui/themes';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { ExclamationTriangleIcon, InfoCircledIcon, LockClosedIcon, CheckCircledIcon, } from '@radix-ui/react-icons';
|
@@ -51,12 +52,6 @@ var calloutIconVariants = cva('flex items-center text-slate-12 dark:text-slateDa
|
|
51
52
|
export var CalloutIcon = forwardRef(function (_a, ref) {
|
52
53
|
var children = _a.children, className = _a.className, iconType = _a.iconType, props = __rest(_a, ["children", "className", "iconType"]);
|
53
54
|
var _b = useCalloutContext(), scaling = _b.scaling, size = _b.size, color = _b.color;
|
54
|
-
return (
|
55
|
-
{iconType === 'danger' && <ExclamationTriangleIcon />}
|
56
|
-
{iconType === 'warning' && <LockClosedIcon />}
|
57
|
-
{iconType === 'success' && <CheckCircledIcon />}
|
58
|
-
{iconType === 'information' && <InfoCircledIcon />}
|
59
|
-
{children}
|
60
|
-
</CalloutTheme.Icon>);
|
55
|
+
return (_jsxs(CalloutTheme.Icon, __assign({ ref: ref, className: cn(calloutIconVariants({ color: color, size: size, scaling: scaling }), className) }, props, { children: [iconType === 'danger' && _jsx(ExclamationTriangleIcon, {}), iconType === 'warning' && _jsx(LockClosedIcon, {}), iconType === 'success' && _jsx(CheckCircledIcon, {}), iconType === 'information' && _jsx(InfoCircledIcon, {}), children] })));
|
61
56
|
});
|
62
57
|
CalloutIcon.displayName = 'Callout.Icon';
|
@@ -20,7 +20,8 @@ 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, createContext, useContext, useMemo, } from 'react';
|
24
25
|
import { Callout as CalloutTheme } from '@radix-ui/themes';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { cn } from 'lib/utils/utils';
|
@@ -66,10 +67,6 @@ export var CalloutRoot = forwardRef(function (_a, ref) {
|
|
66
67
|
};
|
67
68
|
var calloutClassName = cn(calloutVariants({ radius: radius, scaling: scaling, size: size, color: color }), appearanceStyle(appearance, colorMap[color], false), className);
|
68
69
|
var contextValue = useMemo(function () { return ({ size: size, scaling: scaling, color: color }); }, [size, scaling, color]);
|
69
|
-
return (
|
70
|
-
<CalloutTheme.Root ref={ref} {...props} className={calloutClassName}>
|
71
|
-
{children}
|
72
|
-
</CalloutTheme.Root>
|
73
|
-
</CalloutContext.Provider>);
|
70
|
+
return (_jsx(CalloutContext.Provider, { value: contextValue, children: _jsx(CalloutTheme.Root, __assign({ ref: ref }, props, { className: calloutClassName, children: children })) }));
|
74
71
|
});
|
75
72
|
CalloutRoot.displayName = 'Callout.Root';
|
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
13
25
|
import { cva } from 'class-variance-authority';
|
14
26
|
import { cn } from 'lib/utils/utils';
|
15
27
|
import { useCalloutContext } from './CalloutRoot';
|
@@ -35,8 +47,6 @@ export var calloutTextVariants = cva('break-words font-normal text-slate-12 dark
|
|
35
47
|
export var CalloutText = forwardRef(function (_a, ref) {
|
36
48
|
var children = _a.children, className = _a.className, contentText = _a.contentText, props = __rest(_a, ["children", "className", "contentText"]);
|
37
49
|
var _b = useCalloutContext(), size = _b.size, color = _b.color;
|
38
|
-
return (
|
39
|
-
{contentText !== null && contentText !== void 0 ? contentText : children}
|
40
|
-
</p>);
|
50
|
+
return (_jsx("p", __assign({ ref: ref, className: cn(calloutTextVariants({ size: size, color: color }), className) }, props, { children: contentText !== null && contentText !== void 0 ? contentText : children })));
|
41
51
|
});
|
42
52
|
CalloutText.displayName = 'Callout.Text';
|
@@ -20,7 +20,8 @@ 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 { scalingVariants, weightVariants } from 'lib/constants';
|
26
27
|
import { cn } from 'lib/utils/utils';
|
@@ -57,9 +58,7 @@ var Card = forwardRef(function (_a, ref) {
|
|
57
58
|
if (appearance === 'ghost') {
|
58
59
|
appearanceClassName = 'border-transparent';
|
59
60
|
}
|
60
|
-
return (
|
61
|
-
{children}
|
62
|
-
</div>);
|
61
|
+
return (_jsx("div", __assign({ className: cn(cardVariants({ radius: radius, scaling: scaling, size: size }), appearanceClassName, className), ref: ref }, props, { children: children })));
|
63
62
|
});
|
64
63
|
Card.displayName = 'Card';
|
65
64
|
export default Card;
|
@@ -20,7 +20,8 @@ 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 { cva } from 'class-variance-authority';
|
25
26
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
26
27
|
import { CheckIcon, MinusIcon } from '@radix-ui/react-icons';
|
@@ -82,16 +83,7 @@ var CheckboxLabelVariants = cva('', {
|
|
82
83
|
export var Checkbox = forwardRef(function (_a, ref) {
|
83
84
|
var id = _a.id, className = _a.className, children = _a.children, scaling = _a.scaling, radius = _a.radius, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'surface' : _c, _d = _a.indeterminate, indeterminate = _d === void 0 ? false : _d, props = __rest(_a, ["id", "className", "children", "scaling", "radius", "size", "color", "appearance", "indeterminate"]);
|
84
85
|
var checkboxClassName = cn(CheckboxVariants({ scaling: scaling, size: size, radius: radius }), checkboxAppearanceStyle(appearance, color, indeterminate), className);
|
85
|
-
return (
|
86
|
-
<CheckboxPrimitive.Root id={id} ref={ref} className={checkboxClassName} {...props}>
|
87
|
-
<CheckboxPrimitive.Indicator className={cn('flex items-center justify-center text-current stroke-[0.5px]')}>
|
88
|
-
{indeterminate ? (<MinusIcon className={cn(CheckboxIndicatorVariants({ scaling: scaling, size: size }), 'w-3')}/>) : (<CheckIcon className={cn(CheckboxIndicatorVariants({ scaling: scaling, size: size }))}/>)}
|
89
|
-
</CheckboxPrimitive.Indicator>
|
90
|
-
</CheckboxPrimitive.Root>
|
91
|
-
{children && (<Label className={cn(CheckboxLabelVariants({ scaling: scaling, size: size }), className)} htmlFor={id}>
|
92
|
-
{children}
|
93
|
-
</Label>)}
|
94
|
-
</div>);
|
86
|
+
return (_jsxs("div", { className: "flex items-center", children: [_jsx(CheckboxPrimitive.Root, __assign({ id: id, ref: ref, className: checkboxClassName }, props, { children: _jsx(CheckboxPrimitive.Indicator, { className: cn('flex items-center justify-center text-current stroke-[0.5px]'), children: indeterminate ? (_jsx(MinusIcon, { className: cn(CheckboxIndicatorVariants({ scaling: scaling, size: size }), 'w-3') })) : (_jsx(CheckIcon, { className: cn(CheckboxIndicatorVariants({ scaling: scaling, size: size })) })) }) })), children && (_jsx(Label, { className: cn(CheckboxLabelVariants({ scaling: scaling, size: size }), className), htmlFor: id, children: children }))] }));
|
95
87
|
});
|
96
88
|
Checkbox.displayName = 'Checkbox';
|
97
89
|
export default Checkbox;
|
package/dist/esm/{src/lib/components/CheckboxCard/index.jsx → lib/components/CheckboxCard/index.js}
RENAMED
@@ -20,7 +20,8 @@ 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 { cva } from 'class-variance-authority';
|
25
26
|
import Checkbox from 'lib/components/Checkbox';
|
26
27
|
import { Label } from 'lib/components/Label';
|
@@ -51,10 +52,7 @@ export var CheckboxCardVariants = cva("flex justify-between space-x-2 w-fit min-
|
|
51
52
|
var CheckboxCard = forwardRef(function (_a, ref) {
|
52
53
|
var className = _a.className, children = _a.children, size = _a.size, scaling = _a.scaling, radius = _a.radius, color = _a.color, _b = _a.appearance, appearance = _b === void 0 ? 'surface' : _b, id = _a.id, disabled = _a.disabled, props = __rest(_a, ["className", "children", "size", "scaling", "radius", "color", "appearance", "id", "disabled"]);
|
53
54
|
var labelClassName = cn(CheckboxCardVariants({ size: size, radius: radius, scaling: scaling }), appearance === 'classic' ? 'shadow-card-classic dark:shadow-card-dark-classic' : '', className);
|
54
|
-
return (
|
55
|
-
{children}
|
56
|
-
<Checkbox className="mr-0" ref={ref} id={id} size={size} scaling={scaling} radius={radius} color={color} disabled={disabled} appearance={appearance === 'classic' ? 'classic' : 'surface'} {...props}/>
|
57
|
-
</Label>);
|
55
|
+
return (_jsxs(Label, { htmlFor: id, className: labelClassName, "aria-disabled": disabled, children: [children, _jsx(Checkbox, __assign({ className: "mr-0", ref: ref, id: id, size: size, scaling: scaling, radius: radius, color: color, disabled: disabled, appearance: appearance === 'classic' ? 'classic' : 'surface' }, props))] }));
|
58
56
|
});
|
59
57
|
CheckboxCard.displayName = 'CheckboxCard';
|
60
58
|
export default CheckboxCard;
|
@@ -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,17 +20,14 @@ 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 Checkbox from 'lib/components/Checkbox';
|
14
26
|
import { useCheckboxGroupContext } from './CheckboxGroupRoot';
|
15
27
|
export var CheckboxGroupItem = forwardRef(function (_a, ref) {
|
16
28
|
var className = _a.className, children = _a.children, value = _a.value, id = _a.id, defaultValue = _a.defaultValue, props = __rest(_a, ["className", "children", "value", "id", "defaultValue"]);
|
17
29
|
var _b = useCheckboxGroupContext(), scaling = _b.scaling, size = _b.size, color = _b.color, radius = _b.radius, appearance = _b.appearance;
|
18
|
-
return (
|
19
|
-
<Checkbox className={className} ref={ref} id={id} defaultChecked={defaultValue == id} scaling={scaling} radius={radius} color={color} size={size} appearance={appearance} {...props}>
|
20
|
-
{children}
|
21
|
-
</Checkbox>
|
22
|
-
</div>);
|
30
|
+
return (_jsx("div", { className: "flex", children: _jsx(Checkbox, __assign({ className: className, ref: ref, id: id, defaultChecked: defaultValue == id, scaling: scaling, radius: radius, color: color, size: size, appearance: appearance }, props, { children: children })) }));
|
23
31
|
});
|
24
32
|
CheckboxGroupItem.displayName = 'CheckboxGroup.Item';
|
25
33
|
export default CheckboxGroupItem;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
1
2
|
import React, { Children, createContext, forwardRef, useContext, useMemo, } from 'react';
|
2
3
|
import { CheckboxGroup as CheckboxGroupTheme } from '@radix-ui/themes';
|
3
4
|
import { cva } from 'class-variance-authority';
|
@@ -27,11 +28,7 @@ export var useCheckboxGroupContext = function () {
|
|
27
28
|
export var CheckboxGroupRoot = forwardRef(function (_a, ref) {
|
28
29
|
var className = _a.className, children = _a.children, defaultValue = _a.defaultValue, scaling = _a.scaling, size = _a.size, color = _a.color, radius = _a.radius, appearance = _a.appearance;
|
29
30
|
var contextValue = useMemo(function () { return ({ scaling: scaling, size: size, color: color, radius: radius, appearance: appearance }); }, [scaling, size, color, radius, appearance]);
|
30
|
-
return (
|
31
|
-
<CheckboxGroupTheme.Root ref={ref} defaultValue={defaultValue} className={cn(CheckboxGroupVariants({ size: size }), className)}>
|
32
|
-
{Children.map(children, function (child) { return React.cloneElement(child, { defaultValue: defaultValue }); })}
|
33
|
-
</CheckboxGroupTheme.Root>
|
34
|
-
</CheckboxGroupContext.Provider>);
|
31
|
+
return (_jsx(CheckboxGroupContext.Provider, { value: contextValue, children: _jsx(CheckboxGroupTheme.Root, { ref: ref, defaultValue: defaultValue, className: cn(CheckboxGroupVariants({ size: size }), className), children: Children.map(children, function (child) { return React.cloneElement(child, { defaultValue: defaultValue }); }) }) }));
|
35
32
|
});
|
36
33
|
CheckboxGroupRoot.displayName = 'CheckboxGroup.Root';
|
37
34
|
export default CheckboxGroupRoot;
|
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
13
25
|
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
14
26
|
import { CheckIcon } from '@radix-ui/react-icons';
|
15
27
|
import { cn } from 'lib/utils/utils';
|
@@ -25,11 +37,6 @@ export var ContextMenuCheckboxItem = forwardRef(function (_a, ref) {
|
|
25
37
|
scaling: scaling,
|
26
38
|
size: size,
|
27
39
|
}), 'pl-7', menuItemAppearanceStyle(appearance, color), className);
|
28
|
-
return (
|
29
|
-
<ContextMenuItemIndicator forceMount radius={'medium'} size={size}>
|
30
|
-
{checked && <CheckIcon />}
|
31
|
-
</ContextMenuItemIndicator>
|
32
|
-
{children}
|
33
|
-
</ContextMenuPrimitive.CheckboxItem>);
|
40
|
+
return (_jsxs(ContextMenuPrimitive.CheckboxItem, __assign({ ref: ref, className: itemClassName }, props, { children: [_jsx(ContextMenuItemIndicator, { forceMount: true, radius: 'medium', size: size, children: checked && _jsx(CheckIcon, {}) }), children] })));
|
34
41
|
});
|
35
42
|
ContextMenuCheckboxItem.displayName = 'ContextMenu.CheckboxItem';
|
@@ -20,7 +20,8 @@ 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 ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
25
26
|
import { cn } from 'lib/utils/utils';
|
26
27
|
import { cva } from 'class-variance-authority';
|
@@ -50,10 +51,6 @@ export var contextMenuContentVariants = cva("p-[5px] bg-white dark:bg-slateDark-
|
|
50
51
|
export var ContextMenuContent = forwardRef(function (_a, ref) {
|
51
52
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
52
53
|
var _b = useContextMenuContext(), radius = _b.radius, scaling = _b.scaling, size = _b.size;
|
53
|
-
return (
|
54
|
-
<ContextMenuPrimitive.Content ref={ref} className={cn(contextMenuContentVariants({ radius: radius, scaling: scaling, size: size }), className)} {...props}>
|
55
|
-
{children}
|
56
|
-
</ContextMenuPrimitive.Content>
|
57
|
-
</ContextMenuPrimitive.Portal>);
|
54
|
+
return (_jsx(ContextMenuPrimitive.Portal, { children: _jsx(ContextMenuPrimitive.Content, __assign({ ref: ref, className: cn(contextMenuContentVariants({ radius: radius, scaling: scaling, size: size }), className) }, props, { children: children })) }));
|
58
55
|
});
|
59
56
|
ContextMenuContent.displayName = 'ContextMenu.Content';
|
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,12 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
13
25
|
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
14
26
|
export var ContextMenuGroup = forwardRef(function (_a, ref) {
|
15
27
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
16
|
-
return (
|
17
|
-
{children}
|
18
|
-
</ContextMenuPrimitive.Group>);
|
28
|
+
return (_jsx(ContextMenuPrimitive.Group, __assign({ ref: ref, className: className }, props, { children: children })));
|
19
29
|
});
|
20
30
|
ContextMenuGroup.displayName = 'ContextMenu.Group';
|
@@ -20,7 +20,8 @@ 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 ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
25
26
|
import { cn } from 'lib/utils/utils';
|
26
27
|
import { cva } from 'class-variance-authority';
|
@@ -53,9 +54,6 @@ export var ContextMenuItem = forwardRef(function (_a, ref) {
|
|
53
54
|
if (appearance === 'solid' && !blackText.includes(color)) {
|
54
55
|
shortcutClassName = 'group-hover:text-white dark:group-hover:text-slateDark-1';
|
55
56
|
}
|
56
|
-
return (
|
57
|
-
{children}
|
58
|
-
{shortcut && <span className={shortcutClassName}>{shortcut}</span>}
|
59
|
-
</ContextMenuPrimitive.Item>);
|
57
|
+
return (_jsxs(ContextMenuPrimitive.Item, __assign({ ref: ref, className: itemClassName }, props, { children: [children, shortcut && _jsx("span", { className: shortcutClassName, children: shortcut })] })));
|
60
58
|
});
|
61
59
|
ContextMenuItem.displayName = 'ContextMenu.Item';
|