@lotte-innovate/ui-component-test 0.1.53 → 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/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/esm/lib/Typography/Header/{index.jsx → index.js} +2 -5
- package/dist/esm/lib/Typography/Text/{index.jsx → index.js} +3 -6
- package/dist/esm/lib/components/Accordion/{index.jsx → index.js} +5 -17
- package/dist/esm/lib/components/AlertDialog/{AlertDialogAction.jsx → AlertDialogAction.js} +3 -4
- package/dist/esm/lib/components/AlertDialog/{AlertDialogCancel.jsx → AlertDialogCancel.js} +3 -4
- package/dist/esm/lib/components/AlertDialog/{AlertDialogContent.jsx → AlertDialogContent.js} +3 -7
- package/dist/esm/lib/components/AlertDialog/{AlertDialogDescription.jsx → AlertDialogDescription.js} +14 -4
- package/dist/esm/lib/components/AlertDialog/{AlertDialogRoot.jsx → AlertDialogRoot.js} +14 -6
- package/dist/esm/lib/components/AlertDialog/{AlertDialogTitle.jsx → AlertDialogTitle.js} +14 -4
- package/dist/esm/lib/components/AlertDialog/{AlertDialogTrigger.jsx → AlertDialogTrigger.js} +3 -4
- package/dist/esm/lib/components/AspectRatio/{index.jsx → index.js} +3 -4
- package/dist/esm/lib/components/Avatar/{index.jsx → index.js} +3 -7
- package/dist/esm/lib/components/Badge/{index.jsx → index.js} +3 -4
- package/dist/esm/lib/components/BarChart/index.d.ts +1 -2
- package/dist/esm/lib/components/BarChart/{index.jsx → index.js} +3 -2
- package/dist/esm/lib/components/BubbleChart/index.d.ts +1 -2
- package/dist/esm/lib/components/BubbleChart/{index.jsx → index.js} +3 -3
- package/dist/esm/lib/components/Button/{index.jsx → index.js} +3 -4
- package/dist/esm/lib/components/Callout/{CalloutIcon.jsx → CalloutIcon.js} +3 -8
- package/dist/esm/lib/components/Callout/{CalloutRoot.jsx → CalloutRoot.js} +3 -6
- package/dist/esm/lib/components/Callout/{CalloutText.jsx → CalloutText.js} +14 -4
- package/dist/esm/lib/components/Card/{index.jsx → index.js} +3 -4
- package/dist/esm/lib/components/Checkbox/{index.jsx → index.js} +3 -11
- package/dist/esm/lib/components/CheckboxCard/{index.jsx → index.js} +3 -5
- package/dist/esm/lib/components/CheckboxGroup/{CheckboxGroupItem.jsx → CheckboxGroupItem.js} +14 -6
- package/dist/esm/lib/components/CheckboxGroup/{CheckboxGroupRoot.jsx → CheckboxGroupRoot.js} +2 -5
- package/dist/esm/lib/components/ContextMenu/{ContextMenuCheckboxItem.jsx → ContextMenuCheckboxItem.js} +14 -7
- package/dist/esm/lib/components/ContextMenu/{ContextMenuContent.jsx → ContextMenuContent.js} +3 -6
- package/dist/esm/lib/components/ContextMenu/{ContextMenuGroup.jsx → ContextMenuGroup.js} +14 -4
- package/dist/esm/lib/components/ContextMenu/{ContextMenuItem.jsx → ContextMenuItem.js} +3 -5
- package/dist/esm/lib/components/ContextMenu/{ContextMenuItemIndicator.jsx → ContextMenuItemIndicator.js} +3 -4
- package/dist/esm/lib/components/ContextMenu/{ContextMenuLabel.jsx → ContextMenuLabel.js} +3 -4
- package/dist/esm/lib/components/ContextMenu/{ContextMenuRadioGroup.jsx → ContextMenuRadioGroup.js} +14 -6
- package/dist/esm/lib/components/ContextMenu/{ContextMenuRadioItem.jsx → ContextMenuRadioItem.js} +14 -7
- package/dist/esm/lib/components/ContextMenu/{ContextMenuRoot.jsx → ContextMenuRoot.js} +14 -6
- package/dist/esm/lib/components/ContextMenu/{ContextMenuSeparator.jsx → ContextMenuSeparator.js} +14 -4
- package/dist/esm/lib/components/ContextMenu/{ContextMenuSubContent.jsx → ContextMenuSubContent.js} +7 -10
- package/dist/esm/lib/components/ContextMenu/{ContextMenuSubTrigger.jsx → ContextMenuSubTrigger.js} +14 -9
- package/dist/esm/lib/components/ContextMenu/{ContextMenuTrigger.jsx → ContextMenuTrigger.js} +14 -4
- package/dist/esm/lib/components/DataList/{DataListItem.jsx → DataListItem.js} +3 -4
- package/dist/esm/lib/components/DataList/{DataListLabel.jsx → DataListLabel.js} +3 -4
- package/dist/esm/lib/components/DataList/{DataListRoot.jsx → DataListRoot.js} +14 -6
- package/dist/esm/lib/components/DataList/{DataListValue.jsx → DataListValue.js} +3 -4
- package/dist/esm/lib/components/Dialog/{DialogAction.jsx → DialogAction.js} +14 -4
- package/dist/esm/lib/components/Dialog/{DialogCancel.jsx → DialogCancel.js} +14 -4
- package/dist/esm/lib/components/Dialog/{DialogContent.jsx → DialogContent.js} +3 -4
- package/dist/esm/lib/components/Dialog/{DialogDescription.jsx → DialogDescription.js} +14 -4
- package/dist/esm/lib/components/Dialog/DialogRoot.d.ts +1 -1
- package/dist/esm/lib/components/Dialog/{DialogRoot.jsx → DialogRoot.js} +14 -6
- package/dist/esm/lib/components/Dialog/{DialogSlot.jsx → DialogSlot.js} +14 -4
- package/dist/esm/lib/components/Dialog/{DialogTitle.jsx → DialogTitle.js} +14 -4
- package/dist/esm/lib/components/Dialog/{DialogTrigger.jsx → 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/lib/components/DoughnutChart/{index.jsx → index.js} +3 -3
- package/dist/esm/lib/components/DropdownMenu/{DropdonMenuRadioGroup.jsx → DropdonMenuRadioGroup.js} +13 -3
- package/dist/esm/lib/components/DropdownMenu/{DropdonMenuSubContent.jsx → DropdonMenuSubContent.js} +7 -10
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuCheckboxItem.jsx → DropdownMenuCheckboxItem.js} +14 -7
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuContent.jsx → DropdownMenuContent.js} +3 -6
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuItem.jsx → DropdownMenuItem.js} +3 -5
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuItemIndicator.jsx → DropdownMenuItemIndicator.js} +3 -4
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuLable.jsx → DropdownMenuLable.js} +14 -4
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuRadioItem.jsx → DropdownMenuRadioItem.js} +14 -7
- package/dist/esm/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +1 -1
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuRoot.jsx → DropdownMenuRoot.js} +14 -4
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuSeparator.jsx → DropdownMenuSeparator.js} +14 -2
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuSub.jsx → DropdownMenuSub.js} +14 -2
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuSubTrigger.jsx → DropdownMenuSubTrigger.js} +14 -7
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuTrigger.jsx → DropdownMenuTrigger.js} +14 -4
- package/dist/esm/lib/components/DropdownMenu/index.d.ts +1 -1
- package/dist/esm/lib/components/HoverCard/{HoverCardContent.jsx → HoverCardContent.js} +3 -4
- package/dist/esm/lib/components/HoverCard/HoverCardRoot.d.ts +1 -1
- package/dist/esm/lib/components/HoverCard/{HoverCardRoot.jsx → HoverCardRoot.js} +14 -6
- package/dist/esm/lib/components/HoverCard/{HoverCardTrigger.jsx → HoverCardTrigger.js} +14 -4
- package/dist/esm/lib/components/HoverCard/index.d.ts +1 -1
- package/dist/esm/lib/components/IconButton/{index.jsx → index.js} +2 -3
- package/dist/esm/lib/components/Inset/{index.jsx → index.js} +3 -6
- package/dist/esm/lib/components/Label/{index.jsx → index.js} +2 -3
- package/dist/esm/lib/components/LineChart/index.d.ts +1 -2
- package/dist/esm/lib/components/LineChart/{index.jsx → index.js} +3 -2
- package/dist/esm/lib/components/Menubar/{MenubarCheckboxItem.jsx → MenubarCheckboxItem.js} +14 -7
- package/dist/esm/lib/components/Menubar/{MenubarContent.jsx → MenubarContent.js} +7 -10
- package/dist/esm/lib/components/Menubar/{MenubarItem.jsx → MenubarItem.js} +3 -5
- package/dist/esm/lib/components/Menubar/{MenubarItemIndicator.jsx → MenubarItemIndicator.js} +3 -4
- package/dist/esm/lib/components/Menubar/{MenubarMenu.jsx → MenubarMenu.js} +14 -2
- package/dist/esm/lib/components/Menubar/{MenubarRadioGroup.jsx → MenubarRadioGroup.js} +14 -6
- package/dist/esm/lib/components/Menubar/{MenubarRadioItem.jsx → MenubarRadioItem.js} +14 -7
- package/dist/esm/lib/components/Menubar/{MenubarRoot.jsx → MenubarRoot.js} +3 -6
- package/dist/esm/lib/components/Menubar/{MenubarSeparator.jsx → MenubarSeparator.js} +14 -4
- package/dist/esm/lib/components/Menubar/{MenubarSub.jsx → MenubarSub.js} +14 -2
- package/dist/esm/lib/components/Menubar/{MenubarSubContent.jsx → MenubarSubContent.js} +4 -5
- package/dist/esm/lib/components/Menubar/{MenubarSubTrigger.jsx → MenubarSubTrigger.js} +14 -7
- package/dist/esm/lib/components/Menubar/{MenubarTrigger.jsx → MenubarTrigger.js} +3 -4
- package/dist/esm/lib/components/NavigationMenu/{NavigationMenuContent.jsx → NavigationMenuContent.js} +3 -4
- package/dist/esm/lib/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
- package/dist/esm/lib/components/NavigationMenu/{NavigationMenuItem.jsx → NavigationMenuItem.js} +14 -4
- package/dist/esm/lib/components/NavigationMenu/{NavigationMenuLink.jsx → NavigationMenuLink.js} +3 -4
- package/dist/esm/lib/components/NavigationMenu/{NavigationMenuList.jsx → NavigationMenuList.js} +3 -5
- package/dist/esm/lib/components/NavigationMenu/{NavigationMenuRoot.jsx → NavigationMenuRoot.js} +14 -6
- package/dist/esm/lib/components/NavigationMenu/{NavigationMenuTrigger.jsx → NavigationMenuTrigger.js} +3 -5
- package/dist/esm/lib/components/NavigationMenu/{NavigationMenuViewport.jsx → NavigationMenuViewport.js} +3 -4
- package/dist/esm/lib/components/PieChart/index.d.ts +1 -2
- package/dist/esm/lib/components/PieChart/{index.jsx → index.js} +3 -3
- package/dist/esm/lib/components/Popover/{PopoverClose.jsx → PopoverClose.js} +14 -4
- package/dist/esm/lib/components/Popover/{PopoverContent.jsx → PopoverContent.js} +3 -4
- package/dist/esm/lib/components/Popover/PopoverRoot.d.ts +1 -1
- package/dist/esm/lib/components/Popover/{PopoverRoot.jsx → PopoverRoot.js} +14 -6
- package/dist/esm/lib/components/Popover/{PopoverTrigger.jsx → PopoverTrigger.js} +14 -4
- package/dist/esm/lib/components/Popover/index.d.ts +1 -1
- package/dist/esm/lib/components/Progress/{index.jsx → index.js} +3 -4
- package/dist/esm/lib/components/RadarChart/index.d.ts +1 -2
- package/dist/esm/lib/components/RadarChart/{index.jsx → index.js} +3 -3
- package/dist/esm/lib/components/Radio/{index.jsx → index.js} +13 -8
- package/dist/esm/lib/components/RadioCards/{RadioCardsItem.jsx → RadioCardsItem.js} +14 -4
- package/dist/esm/lib/components/RadioCards/{RadioCardsRoot.jsx → RadioCardsRoot.js} +3 -8
- package/dist/esm/lib/components/RadioGroup/{RadioGroupItem.jsx → RadioGroupItem.js} +14 -4
- package/dist/esm/lib/components/RadioGroup/{RadioGroupRoot.jsx → RadioGroupRoot.js} +14 -8
- package/dist/esm/lib/components/ScrollArea/{index.jsx → index.js} +14 -6
- package/dist/esm/lib/components/SegmentedControl/{SegmentedControlItem.jsx → SegmentedControlItem.js} +14 -4
- package/dist/esm/lib/components/SegmentedControl/{SegmentedControlRoot.jsx → SegmentedControlRoot.js} +2 -5
- package/dist/esm/lib/components/Select/{index.jsx → index.js} +8 -25
- package/dist/esm/lib/components/Separator/{index.jsx → index.js} +2 -5
- package/dist/esm/lib/components/Skeleton/{index.jsx → index.js} +2 -5
- package/dist/esm/lib/components/Slider/{index.jsx → index.js} +2 -3
- package/dist/esm/lib/components/Spinner/{index.jsx → index.js} +2 -5
- package/dist/esm/lib/components/TabNav/{index.jsx → index.js} +14 -8
- package/dist/esm/lib/components/Table/{index.jsx → index.js} +8 -23
- package/dist/esm/lib/components/Tabs/{index.jsx → index.js} +5 -14
- package/dist/esm/lib/components/TextArea/{index.jsx → index.js} +2 -3
- package/dist/esm/lib/components/TextField/{index.jsx → index.js} +3 -8
- package/dist/esm/lib/components/Toast/{ToastActionButton.jsx → ToastActionButton.js} +3 -4
- package/dist/esm/lib/components/Toast/{ToastDescription.jsx → ToastDescription.js} +14 -6
- package/dist/esm/lib/components/Toast/{ToastRoot.jsx → ToastRoot.js} +3 -9
- package/dist/esm/lib/components/Toast/{ToastTitle.jsx → ToastTitle.js} +14 -4
- package/dist/esm/lib/components/Toggle/{ToggleWithText.jsx → ToggleWithText.js} +4 -6
- package/dist/esm/lib/components/Toggle/{index.jsx → index.js} +3 -4
- package/dist/esm/lib/components/ToggleGroup/{ToggleGroupItem.jsx → ToggleGroupItem.js} +14 -4
- package/dist/esm/lib/components/ToggleGroup/{ToggleGroupRoot.jsx → ToggleGroupRoot.js} +3 -8
- package/dist/esm/lib/components/ToggleSwitch/{index.jsx → index.js} +2 -6
- package/dist/esm/lib/components/Tooltip/{index.jsx → index.js} +2 -11
- package/package.json +1 -1
- package/dist/cjs/lib/Typography/Header/index.jsx +0 -64
- package/dist/cjs/lib/Typography/Text/index.jsx +0 -73
- package/dist/cjs/lib/components/Accordion/index.jsx +0 -105
- package/dist/cjs/lib/components/AlertDialog/AlertDialogAction.jsx +0 -88
- package/dist/cjs/lib/components/AlertDialog/AlertDialogCancel.jsx +0 -87
- package/dist/cjs/lib/components/AlertDialog/AlertDialogContent.jsx +0 -81
- package/dist/cjs/lib/components/AlertDialog/AlertDialogDescription.jsx +0 -63
- package/dist/cjs/lib/components/AlertDialog/AlertDialogRoot.jsx +0 -65
- package/dist/cjs/lib/components/AlertDialog/AlertDialogTitle.jsx +0 -63
- package/dist/cjs/lib/components/AlertDialog/AlertDialogTrigger.jsx +0 -82
- package/dist/cjs/lib/components/AlertDialog/index.jsx +0 -19
- package/dist/cjs/lib/components/AspectRatio/index.jsx +0 -69
- package/dist/cjs/lib/components/Avatar/index.jsx +0 -87
- package/dist/cjs/lib/components/Badge/index.jsx +0 -80
- package/dist/cjs/lib/components/BarChart/index.jsx +0 -64
- package/dist/cjs/lib/components/BubbleChart/index.jsx +0 -80
- package/dist/cjs/lib/components/Button/index.jsx +0 -83
- package/dist/cjs/lib/components/Callout/CalloutIcon.jsx +0 -88
- package/dist/cjs/lib/components/Callout/CalloutRoot.jsx +0 -102
- package/dist/cjs/lib/components/Callout/CalloutText.jsx +0 -68
- package/dist/cjs/lib/components/Callout/index.jsx +0 -11
- package/dist/cjs/lib/components/Card/index.jsx +0 -90
- package/dist/cjs/lib/components/Checkbox/index.jsx +0 -123
- package/dist/cjs/lib/components/CheckboxCard/index.jsx +0 -89
- package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupItem.jsx +0 -54
- package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupRoot.jsx +0 -64
- package/dist/cjs/lib/components/CheckboxGroup/index.jsx +0 -6
- package/dist/cjs/lib/components/ContextMenu/ContextMenuCheckboxItem.jsx +0 -61
- package/dist/cjs/lib/components/ContextMenu/ContextMenuContent.jsx +0 -85
- package/dist/cjs/lib/components/ContextMenu/ContextMenuGroup.jsx +0 -46
- package/dist/cjs/lib/components/ContextMenu/ContextMenuItem.jsx +0 -87
- package/dist/cjs/lib/components/ContextMenu/ContextMenuItemIndicator.jsx +0 -77
- package/dist/cjs/lib/components/ContextMenu/ContextMenuLabel.jsx +0 -75
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioGroup.jsx +0 -49
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioItem.jsx +0 -63
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRoot.jsx +0 -61
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSeparator.jsx +0 -47
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSubContent.jsx +0 -83
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSubTrigger.jsx +0 -61
- package/dist/cjs/lib/components/ContextMenu/ContextMenuTrigger.jsx +0 -47
- package/dist/cjs/lib/components/ContextMenu/index.jsx +0 -31
- package/dist/cjs/lib/components/DataList/DataListItem.jsx +0 -70
- package/dist/cjs/lib/components/DataList/DataListLabel.jsx +0 -76
- package/dist/cjs/lib/components/DataList/DataListRoot.jsx +0 -73
- package/dist/cjs/lib/components/DataList/DataListValue.jsx +0 -78
- package/dist/cjs/lib/components/DataList/index.jsx +0 -8
- package/dist/cjs/lib/components/Dialog/DialogAction.jsx +0 -75
- package/dist/cjs/lib/components/Dialog/DialogCancel.jsx +0 -71
- package/dist/cjs/lib/components/Dialog/DialogContent.jsx +0 -84
- package/dist/cjs/lib/components/Dialog/DialogDescription.jsx +0 -63
- package/dist/cjs/lib/components/Dialog/DialogRoot.jsx +0 -56
- package/dist/cjs/lib/components/Dialog/DialogSlot.jsx +0 -62
- package/dist/cjs/lib/components/Dialog/DialogTitle.jsx +0 -63
- package/dist/cjs/lib/components/Dialog/DialogTrigger.jsx +0 -46
- package/dist/cjs/lib/components/Dialog/index.jsx +0 -21
- package/dist/cjs/lib/components/DoughnutChart/index.jsx +0 -70
- package/dist/cjs/lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx +0 -46
- package/dist/cjs/lib/components/DropdownMenu/DropdonMenuSubContent.jsx +0 -89
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +0 -60
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuContent.jsx +0 -85
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItem.jsx +0 -86
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx +0 -75
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuLable.jsx +0 -61
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRadioItem.jsx +0 -60
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRoot.jsx +0 -55
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSeparator.jsx +0 -45
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSub.jsx +0 -44
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx +0 -59
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuTrigger.jsx +0 -69
- package/dist/cjs/lib/components/DropdownMenu/index.jsx +0 -31
- package/dist/cjs/lib/components/HoverCard/HoverCardContent.jsx +0 -88
- package/dist/cjs/lib/components/HoverCard/HoverCardRoot.jsx +0 -57
- package/dist/cjs/lib/components/HoverCard/HoverCardTrigger.jsx +0 -46
- package/dist/cjs/lib/components/HoverCard/index.jsx +0 -11
- package/dist/cjs/lib/components/IconButton/index.jsx +0 -90
- package/dist/cjs/lib/components/Inset/index.jsx +0 -79
- package/dist/cjs/lib/components/Label/index.jsx +0 -83
- package/dist/cjs/lib/components/LineChart/index.jsx +0 -62
- package/dist/cjs/lib/components/Menubar/MenubarCheckboxItem.jsx +0 -57
- package/dist/cjs/lib/components/Menubar/MenubarContent.jsx +0 -89
- package/dist/cjs/lib/components/Menubar/MenubarItem.jsx +0 -82
- package/dist/cjs/lib/components/Menubar/MenubarItemIndicator.jsx +0 -76
- package/dist/cjs/lib/components/Menubar/MenubarMenu.jsx +0 -44
- package/dist/cjs/lib/components/Menubar/MenubarRadioGroup.jsx +0 -49
- package/dist/cjs/lib/components/Menubar/MenubarRadioItem.jsx +0 -59
- package/dist/cjs/lib/components/Menubar/MenubarRoot.jsx +0 -91
- package/dist/cjs/lib/components/Menubar/MenubarSeparator.jsx +0 -47
- package/dist/cjs/lib/components/Menubar/MenubarSub.jsx +0 -44
- package/dist/cjs/lib/components/Menubar/MenubarSubContent.jsx +0 -78
- package/dist/cjs/lib/components/Menubar/MenubarSubTrigger.jsx +0 -60
- package/dist/cjs/lib/components/Menubar/MenubarTrigger.jsx +0 -84
- package/dist/cjs/lib/components/Menubar/index.jsx +0 -31
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuContent.jsx +0 -75
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -48
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuItem.jsx +0 -46
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuLink.jsx +0 -78
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuList.jsx +0 -75
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuRoot.jsx +0 -62
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuTrigger.jsx +0 -86
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuViewport.jsx +0 -80
- package/dist/cjs/lib/components/NavigationMenu/index.jsx +0 -12
- package/dist/cjs/lib/components/PieChart/index.jsx +0 -70
- package/dist/cjs/lib/components/Popover/PopoverClose.jsx +0 -64
- package/dist/cjs/lib/components/Popover/PopoverContent.jsx +0 -92
- package/dist/cjs/lib/components/Popover/PopoverRoot.jsx +0 -55
- package/dist/cjs/lib/components/Popover/PopoverTrigger.jsx +0 -46
- package/dist/cjs/lib/components/Popover/index.jsx +0 -13
- package/dist/cjs/lib/components/Progress/index.jsx +0 -83
- package/dist/cjs/lib/components/RadarChart/index.jsx +0 -83
- package/dist/cjs/lib/components/Radio/index.jsx +0 -54
- package/dist/cjs/lib/components/RadioCards/RadioCardsItem.jsx +0 -70
- package/dist/cjs/lib/components/RadioCards/RadioCardsRoot.jsx +0 -77
- package/dist/cjs/lib/components/RadioCards/index.jsx +0 -9
- package/dist/cjs/lib/components/RadioGroup/RadioGroupItem.jsx +0 -62
- package/dist/cjs/lib/components/RadioGroup/RadioGroupRoot.jsx +0 -73
- package/dist/cjs/lib/components/RadioGroup/index.jsx +0 -9
- package/dist/cjs/lib/components/ScrollArea/index.jsx +0 -54
- package/dist/cjs/lib/components/SegmentedControl/SegmentedControlItem.jsx +0 -51
- package/dist/cjs/lib/components/SegmentedControl/SegmentedControlRoot.jsx +0 -79
- package/dist/cjs/lib/components/SegmentedControl/index.jsx +0 -9
- package/dist/cjs/lib/components/Select/index.jsx +0 -115
- package/dist/cjs/lib/components/Separator/index.jsx +0 -56
- package/dist/cjs/lib/components/Skeleton/index.jsx +0 -51
- package/dist/cjs/lib/components/Slider/index.jsx +0 -56
- package/dist/cjs/lib/components/Spinner/index.jsx +0 -56
- package/dist/cjs/lib/components/TabNav/index.jsx +0 -50
- package/dist/cjs/lib/components/Table/index.jsx +0 -119
- package/dist/cjs/lib/components/Tabs/index.jsx +0 -80
- package/dist/cjs/lib/components/TextArea/index.jsx +0 -65
- package/dist/cjs/lib/components/TextField/index.jsx +0 -67
- package/dist/cjs/lib/components/Toast/ToastActionButton.jsx +0 -97
- package/dist/cjs/lib/components/Toast/ToastDescription.jsx +0 -71
- package/dist/cjs/lib/components/Toast/ToastRoot.jsx +0 -123
- package/dist/cjs/lib/components/Toast/ToastTitle.jsx +0 -69
- package/dist/cjs/lib/components/Toast/index.jsx +0 -13
- package/dist/cjs/lib/components/Toggle/ToggleWithText.jsx +0 -86
- package/dist/cjs/lib/components/Toggle/index.jsx +0 -88
- package/dist/cjs/lib/components/ToggleGroup/ToggleGroupItem.jsx +0 -70
- package/dist/cjs/lib/components/ToggleGroup/ToggleGroupRoot.jsx +0 -79
- package/dist/cjs/lib/components/ToggleGroup/index.jsx +0 -9
- package/dist/cjs/lib/components/ToggleSwitch/index.jsx +0 -81
- package/dist/cjs/lib/components/Tooltip/index.jsx +0 -86
- package/dist/esm/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
- /package/dist/esm/lib/components/AlertDialog/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/Callout/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/CheckboxGroup/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/ContextMenu/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/DataList/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/Dialog/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/DropdownMenu/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/HoverCard/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/Menubar/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/NavigationMenu/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/Popover/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/RadioCards/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/RadioGroup/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/SegmentedControl/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/Toast/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/ToggleGroup/{index.jsx → index.js} +0 -0
@@ -1,3 +1,4 @@
|
|
1
|
+
"use strict";
|
1
2
|
var __assign = (this && this.__assign) || function () {
|
2
3
|
__assign = Object.assign || function(t) {
|
3
4
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
@@ -20,14 +21,16 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
21
|
}
|
21
22
|
return t;
|
22
23
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
var
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
exports.Button = void 0;
|
26
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
27
|
+
var react_1 = require("react");
|
28
|
+
var class_variance_authority_1 = require("class-variance-authority");
|
29
|
+
var utils_1 = require("lib/utils/utils");
|
30
|
+
var constants_1 = require("lib/constants");
|
31
|
+
var buttonVariants = (0, class_variance_authority_1.cva)("inline-flex items-center w-fit transition-colors focus:outline-none hover:cursor-pointer\n disabled:cursor-not-allowed disabled:bg-slate-3 disabled:text-slate-8 justify-center", {
|
29
32
|
variants: {
|
30
|
-
radius: __assign({}, radiusVariants['base']),
|
33
|
+
radius: __assign({}, constants_1.radiusVariants['base']),
|
31
34
|
size: {
|
32
35
|
'x-small': 'text-xs min-w-[36px] h-[20px] px-1.5',
|
33
36
|
small: 'text-xs min-w-[40px] h-[24px] px-2',
|
@@ -35,9 +38,9 @@ var buttonVariants = cva("inline-flex items-center w-fit transition-colors focus
|
|
35
38
|
large: 'text-base min-w-[62px] h-[40px] px-4',
|
36
39
|
'x-large': 'text-lg min-w-[82px] h-[48px] px-6',
|
37
40
|
},
|
38
|
-
scaling: __assign({}, scalingVariants),
|
39
|
-
weight: __assign({}, weightVariants),
|
40
|
-
color: primaryColorStyle(),
|
41
|
+
scaling: __assign({}, constants_1.scalingVariants),
|
42
|
+
weight: __assign({}, constants_1.weightVariants),
|
43
|
+
color: (0, constants_1.primaryColorStyle)(),
|
41
44
|
},
|
42
45
|
defaultVariants: {
|
43
46
|
radius: 'medium',
|
@@ -47,10 +50,10 @@ var buttonVariants = cva("inline-flex items-center w-fit transition-colors focus
|
|
47
50
|
size: 'medium',
|
48
51
|
},
|
49
52
|
});
|
50
|
-
|
53
|
+
exports.Button = (0, react_1.forwardRef)(function (_a, ref) {
|
51
54
|
var className = _a.className, children = _a.children, radius = _a.radius, scaling = _a.scaling, size = _a.size, weight = _a.weight, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'solid' : _c, props = __rest(_a, ["className", "children", "radius", "scaling", "size", "weight", "color", "appearance"]);
|
52
|
-
var buttonClassName = cn(buttonVariants({ radius: radius, scaling: scaling, size: size, weight: weight, color: color }), appearanceStyle(appearance, color, true), className);
|
53
|
-
return (
|
55
|
+
var buttonClassName = (0, utils_1.cn)(buttonVariants({ radius: radius, scaling: scaling, size: size, weight: weight, color: color }), (0, constants_1.appearanceStyle)(appearance, color, true), className);
|
56
|
+
return ((0, jsx_runtime_1.jsx)("button", __assign({ ref: ref, className: buttonClassName }, props, { children: children })));
|
54
57
|
});
|
55
|
-
Button.displayName = 'Button';
|
56
|
-
|
58
|
+
exports.Button.displayName = 'Button';
|
59
|
+
exports.default = exports.Button;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
"use strict";
|
1
2
|
var __assign = (this && this.__assign) || function () {
|
2
3
|
__assign = Object.assign || function(t) {
|
3
4
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
@@ -20,17 +21,19 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
21
|
}
|
21
22
|
return t;
|
22
23
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
var
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
exports.CalloutIcon = void 0;
|
26
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
27
|
+
var react_1 = require("react");
|
28
|
+
var themes_1 = require("@radix-ui/themes");
|
29
|
+
var class_variance_authority_1 = require("class-variance-authority");
|
30
|
+
var react_icons_1 = require("@radix-ui/react-icons");
|
31
|
+
var constants_1 = require("lib/constants");
|
32
|
+
var utils_1 = require("lib/utils/utils");
|
33
|
+
var CalloutRoot_1 = require("./CalloutRoot");
|
34
|
+
var calloutIconVariants = (0, class_variance_authority_1.cva)('flex items-center text-slate-12 dark:text-slateDark-12', {
|
32
35
|
variants: {
|
33
|
-
scaling: __assign({}, scalingVariants),
|
36
|
+
scaling: __assign({}, constants_1.scalingVariants),
|
34
37
|
size: {
|
35
38
|
small: 'h-5 mr-2',
|
36
39
|
medium: 'h-5 mr-3',
|
@@ -49,9 +52,9 @@ var calloutIconVariants = cva('flex items-center text-slate-12 dark:text-slateDa
|
|
49
52
|
color: 'information',
|
50
53
|
},
|
51
54
|
});
|
52
|
-
|
55
|
+
exports.CalloutIcon = (0, react_1.forwardRef)(function (_a, ref) {
|
53
56
|
var children = _a.children, className = _a.className, iconType = _a.iconType, props = __rest(_a, ["children", "className", "iconType"]);
|
54
|
-
var _b = useCalloutContext(), scaling = _b.scaling, size = _b.size, color = _b.color;
|
55
|
-
return (
|
57
|
+
var _b = (0, CalloutRoot_1.useCalloutContext)(), scaling = _b.scaling, size = _b.size, color = _b.color;
|
58
|
+
return ((0, jsx_runtime_1.jsxs)(themes_1.Callout.Icon, __assign({ ref: ref, className: (0, utils_1.cn)(calloutIconVariants({ color: color, size: size, scaling: scaling }), className) }, props, { children: [iconType === 'danger' && (0, jsx_runtime_1.jsx)(react_icons_1.ExclamationTriangleIcon, {}), iconType === 'warning' && (0, jsx_runtime_1.jsx)(react_icons_1.LockClosedIcon, {}), iconType === 'success' && (0, jsx_runtime_1.jsx)(react_icons_1.CheckCircledIcon, {}), iconType === 'information' && (0, jsx_runtime_1.jsx)(react_icons_1.InfoCircledIcon, {}), children] })));
|
56
59
|
});
|
57
|
-
CalloutIcon.displayName = 'Callout.Icon';
|
60
|
+
exports.CalloutIcon.displayName = 'Callout.Icon';
|
@@ -1,3 +1,4 @@
|
|
1
|
+
"use strict";
|
1
2
|
var __assign = (this && this.__assign) || function () {
|
2
3
|
__assign = Object.assign || function(t) {
|
3
4
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
@@ -20,21 +21,23 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
21
|
}
|
21
22
|
return t;
|
22
23
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
var
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
exports.CalloutRoot = exports.useCalloutContext = void 0;
|
26
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
27
|
+
var react_1 = require("react");
|
28
|
+
var themes_1 = require("@radix-ui/themes");
|
29
|
+
var class_variance_authority_1 = require("class-variance-authority");
|
30
|
+
var utils_1 = require("lib/utils/utils");
|
31
|
+
var constants_1 = require("lib/constants");
|
32
|
+
var calloutVariants = (0, class_variance_authority_1.cva)('flex w-fit max-w-[600px]', {
|
30
33
|
variants: {
|
31
|
-
radius: __assign({}, radiusVariants['large']),
|
34
|
+
radius: __assign({}, constants_1.radiusVariants['large']),
|
32
35
|
size: {
|
33
36
|
small: 'min-h-[44px] p-3',
|
34
37
|
medium: 'min-h-[52px] p-4',
|
35
38
|
large: 'min-h-[72px] p-6',
|
36
39
|
},
|
37
|
-
scaling: __assign({}, scalingVariants),
|
40
|
+
scaling: __assign({}, constants_1.scalingVariants),
|
38
41
|
color: {
|
39
42
|
danger: 'bg-redA-3 dark:bg-redDarkA-3',
|
40
43
|
warning: 'bg-amberA-3 dark:bg-amberDarkA-3',
|
@@ -49,15 +52,16 @@ var calloutVariants = cva('flex w-fit max-w-[600px]', {
|
|
49
52
|
size: 'medium',
|
50
53
|
},
|
51
54
|
});
|
52
|
-
var CalloutContext = createContext({
|
55
|
+
var CalloutContext = (0, react_1.createContext)({
|
53
56
|
size: 'medium',
|
54
57
|
scaling: '100%',
|
55
58
|
color: null,
|
56
59
|
});
|
57
|
-
|
58
|
-
return useContext(CalloutContext);
|
60
|
+
var useCalloutContext = function () {
|
61
|
+
return (0, react_1.useContext)(CalloutContext);
|
59
62
|
};
|
60
|
-
|
63
|
+
exports.useCalloutContext = useCalloutContext;
|
64
|
+
exports.CalloutRoot = (0, react_1.forwardRef)(function (_a, ref) {
|
61
65
|
var children = _a.children, className = _a.className, radius = _a.radius, scaling = _a.scaling, size = _a.size, _b = _a.color, color = _b === void 0 ? 'information' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'soft' : _c, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "color", "appearance"]);
|
62
66
|
var colorMap = {
|
63
67
|
danger: 'red',
|
@@ -65,8 +69,8 @@ export var CalloutRoot = forwardRef(function (_a, ref) {
|
|
65
69
|
success: 'green',
|
66
70
|
warning: 'amber',
|
67
71
|
};
|
68
|
-
var calloutClassName = cn(calloutVariants({ radius: radius, scaling: scaling, size: size, color: color }), appearanceStyle(appearance, colorMap[color], false), className);
|
69
|
-
var contextValue = useMemo(function () { return ({ size: size, scaling: scaling, color: color }); }, [size, scaling, color]);
|
70
|
-
return (
|
72
|
+
var calloutClassName = (0, utils_1.cn)(calloutVariants({ radius: radius, scaling: scaling, size: size, color: color }), (0, constants_1.appearanceStyle)(appearance, colorMap[color], false), className);
|
73
|
+
var contextValue = (0, react_1.useMemo)(function () { return ({ size: size, scaling: scaling, color: color }); }, [size, scaling, color]);
|
74
|
+
return ((0, jsx_runtime_1.jsx)(CalloutContext.Provider, { value: contextValue, children: (0, jsx_runtime_1.jsx)(themes_1.Callout.Root, __assign({ ref: ref }, props, { className: calloutClassName, children: children })) }));
|
71
75
|
});
|
72
|
-
CalloutRoot.displayName = 'Callout.Root';
|
76
|
+
exports.CalloutRoot.displayName = 'Callout.Root';
|
@@ -1,3 +1,4 @@
|
|
1
|
+
"use strict";
|
1
2
|
var __assign = (this && this.__assign) || function () {
|
2
3
|
__assign = Object.assign || function(t) {
|
3
4
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
@@ -20,12 +21,14 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
21
|
}
|
21
22
|
return t;
|
22
23
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
exports.CalloutText = exports.calloutTextVariants = void 0;
|
26
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
27
|
+
var react_1 = require("react");
|
28
|
+
var class_variance_authority_1 = require("class-variance-authority");
|
29
|
+
var utils_1 = require("lib/utils/utils");
|
30
|
+
var CalloutRoot_1 = require("./CalloutRoot");
|
31
|
+
exports.calloutTextVariants = (0, class_variance_authority_1.cva)('break-words font-normal text-slate-12 dark:text-slateDark-12', {
|
29
32
|
variants: {
|
30
33
|
size: {
|
31
34
|
small: 'text-sm',
|
@@ -44,9 +47,9 @@ export var calloutTextVariants = cva('break-words font-normal text-slate-12 dark
|
|
44
47
|
color: 'information',
|
45
48
|
},
|
46
49
|
});
|
47
|
-
|
50
|
+
exports.CalloutText = (0, react_1.forwardRef)(function (_a, ref) {
|
48
51
|
var children = _a.children, className = _a.className, contentText = _a.contentText, props = __rest(_a, ["children", "className", "contentText"]);
|
49
|
-
var _b = useCalloutContext(), size = _b.size, color = _b.color;
|
50
|
-
return (
|
52
|
+
var _b = (0, CalloutRoot_1.useCalloutContext)(), size = _b.size, color = _b.color;
|
53
|
+
return ((0, jsx_runtime_1.jsx)("p", __assign({ ref: ref, className: (0, utils_1.cn)((0, exports.calloutTextVariants)({ size: size, color: color }), className) }, props, { children: contentText !== null && contentText !== void 0 ? contentText : children })));
|
51
54
|
});
|
52
|
-
CalloutText.displayName = 'Callout.Text';
|
55
|
+
exports.CalloutText.displayName = 'Callout.Text';
|
@@ -1,9 +1,11 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
var CalloutRoot_1 = require("./CalloutRoot");
|
4
|
+
var CalloutText_1 = require("./CalloutText");
|
5
|
+
var CalloutIcon_1 = require("./CalloutIcon");
|
4
6
|
var Callout = {
|
5
|
-
Root:
|
6
|
-
Text:
|
7
|
-
Icon:
|
7
|
+
Root: CalloutRoot_1.CalloutRoot,
|
8
|
+
Text: CalloutText_1.CalloutText,
|
9
|
+
Icon: CalloutIcon_1.CalloutIcon
|
8
10
|
};
|
9
|
-
|
11
|
+
exports.default = Callout;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
"use strict";
|
1
2
|
var __assign = (this && this.__assign) || function () {
|
2
3
|
__assign = Object.assign || function(t) {
|
3
4
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
@@ -20,12 +21,13 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
21
|
}
|
21
22
|
return t;
|
22
23
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
var
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
+
var react_1 = require("react");
|
27
|
+
var class_variance_authority_1 = require("class-variance-authority");
|
28
|
+
var constants_1 = require("lib/constants");
|
29
|
+
var utils_1 = require("lib/utils/utils");
|
30
|
+
var cardVariants = (0, class_variance_authority_1.cva)("border border-slate-6 flex items-center text-slate-12\n dark:border-slateDarkA-6 dark:text-slateDarkA-12\n ", {
|
29
31
|
variants: {
|
30
32
|
radius: {
|
31
33
|
none: 'rounded-none',
|
@@ -39,8 +41,8 @@ var cardVariants = cva("border border-slate-6 flex items-center text-slate-12\n
|
|
39
41
|
medium: 'text-base min-h-[80px] w-[350px] p-4 space-x-4',
|
40
42
|
large: 'text-lg min-h-[112px] w-[400px] p-8 space-x-8',
|
41
43
|
},
|
42
|
-
scaling: __assign({}, scalingVariants),
|
43
|
-
weight: __assign({}, weightVariants),
|
44
|
+
scaling: __assign({}, constants_1.scalingVariants),
|
45
|
+
weight: __assign({}, constants_1.weightVariants),
|
44
46
|
},
|
45
47
|
defaultVariants: {
|
46
48
|
radius: 'medium',
|
@@ -49,7 +51,7 @@ var cardVariants = cva("border border-slate-6 flex items-center text-slate-12\n
|
|
49
51
|
weight: 'medium',
|
50
52
|
},
|
51
53
|
});
|
52
|
-
var Card = forwardRef(function (_a, ref) {
|
54
|
+
var Card = (0, react_1.forwardRef)(function (_a, ref) {
|
53
55
|
var children = _a.children, className = _a.className, radius = _a.radius, scaling = _a.scaling, size = _a.size, color = _a.color, weight = _a.weight, _b = _a.appearance, appearance = _b === void 0 ? 'surface' : _b, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "color", "weight", "appearance"]);
|
54
56
|
var appearanceClassName = '';
|
55
57
|
if (appearance === 'classic') {
|
@@ -58,7 +60,7 @@ var Card = forwardRef(function (_a, ref) {
|
|
58
60
|
if (appearance === 'ghost') {
|
59
61
|
appearanceClassName = 'border-transparent';
|
60
62
|
}
|
61
|
-
return (
|
63
|
+
return ((0, jsx_runtime_1.jsx)("div", __assign({ className: (0, utils_1.cn)(cardVariants({ radius: radius, scaling: scaling, size: size }), appearanceClassName, className), ref: ref }, props, { children: children })));
|
62
64
|
});
|
63
65
|
Card.displayName = 'Card';
|
64
|
-
|
66
|
+
exports.default = Card;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
"use strict";
|
1
2
|
var __assign = (this && this.__assign) || function () {
|
2
3
|
__assign = Object.assign || function(t) {
|
3
4
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
@@ -9,6 +10,29 @@ var __assign = (this && this.__assign) || function () {
|
|
9
10
|
};
|
10
11
|
return __assign.apply(this, arguments);
|
11
12
|
};
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
14
|
+
if (k2 === undefined) k2 = k;
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
18
|
+
}
|
19
|
+
Object.defineProperty(o, k2, desc);
|
20
|
+
}) : (function(o, m, k, k2) {
|
21
|
+
if (k2 === undefined) k2 = k;
|
22
|
+
o[k2] = m[k];
|
23
|
+
}));
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
26
|
+
}) : function(o, v) {
|
27
|
+
o["default"] = v;
|
28
|
+
});
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
30
|
+
if (mod && mod.__esModule) return mod;
|
31
|
+
var result = {};
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
33
|
+
__setModuleDefault(result, mod);
|
34
|
+
return result;
|
35
|
+
};
|
12
36
|
var __rest = (this && this.__rest) || function (s, e) {
|
13
37
|
var t = {};
|
14
38
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -20,15 +44,17 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
44
|
}
|
21
45
|
return t;
|
22
46
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
48
|
+
exports.Checkbox = exports.CheckboxVariants = void 0;
|
49
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
50
|
+
var react_1 = require("react");
|
51
|
+
var class_variance_authority_1 = require("class-variance-authority");
|
52
|
+
var CheckboxPrimitive = __importStar(require("@radix-ui/react-checkbox"));
|
53
|
+
var react_icons_1 = require("@radix-ui/react-icons");
|
54
|
+
var Label_1 = require("lib/components/Label");
|
55
|
+
var utils_1 = require("lib/utils/utils");
|
56
|
+
var constants_1 = require("lib/constants");
|
57
|
+
exports.CheckboxVariants = (0, class_variance_authority_1.cva)("peer ring-offset-background", {
|
32
58
|
variants: {
|
33
59
|
size: {
|
34
60
|
small: 'h-3.5 w-3.5 mr-2',
|
@@ -42,7 +68,7 @@ export var CheckboxVariants = cva("peer ring-offset-background", {
|
|
42
68
|
'105%': 'scale-105 mr-2.5',
|
43
69
|
'110%': 'scale-110 mr-3',
|
44
70
|
},
|
45
|
-
radius: __assign({}, radiusVariants['small']),
|
71
|
+
radius: __assign({}, constants_1.radiusVariants['small']),
|
46
72
|
},
|
47
73
|
defaultVariants: {
|
48
74
|
radius: 'medium',
|
@@ -50,29 +76,29 @@ export var CheckboxVariants = cva("peer ring-offset-background", {
|
|
50
76
|
scaling: '100%',
|
51
77
|
},
|
52
78
|
});
|
53
|
-
var CheckboxIndicatorVariants = cva('stroke-current', {
|
79
|
+
var CheckboxIndicatorVariants = (0, class_variance_authority_1.cva)('stroke-current', {
|
54
80
|
variants: {
|
55
81
|
size: {
|
56
82
|
small: 'w-3.5',
|
57
83
|
medium: 'w-4',
|
58
84
|
large: 'w-5',
|
59
85
|
},
|
60
|
-
scaling: __assign({}, scalingVariants),
|
86
|
+
scaling: __assign({}, constants_1.scalingVariants),
|
61
87
|
},
|
62
88
|
defaultVariants: {
|
63
89
|
size: 'medium',
|
64
90
|
scaling: '100%',
|
65
91
|
},
|
66
92
|
});
|
67
|
-
var CheckboxLabelVariants = cva('', {
|
93
|
+
var CheckboxLabelVariants = (0, class_variance_authority_1.cva)('', {
|
68
94
|
variants: {
|
69
95
|
size: {
|
70
96
|
small: 'text-xs',
|
71
97
|
medium: 'text-sm',
|
72
98
|
large: 'text-base',
|
73
99
|
},
|
74
|
-
scaling: __assign({}, scalingVariants),
|
75
|
-
color: textColorStyle(),
|
100
|
+
scaling: __assign({}, constants_1.scalingVariants),
|
101
|
+
color: (0, constants_1.textColorStyle)(),
|
76
102
|
},
|
77
103
|
defaultVariants: {
|
78
104
|
size: 'medium',
|
@@ -80,10 +106,10 @@ var CheckboxLabelVariants = cva('', {
|
|
80
106
|
color: 'black',
|
81
107
|
},
|
82
108
|
});
|
83
|
-
|
109
|
+
exports.Checkbox = (0, react_1.forwardRef)(function (_a, ref) {
|
84
110
|
var id = _a.id, className = _a.className, children = _a.children, scaling = _a.scaling, radius = _a.radius, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'surface' : _c, _d = _a.indeterminate, indeterminate = _d === void 0 ? false : _d, props = __rest(_a, ["id", "className", "children", "scaling", "radius", "size", "color", "appearance", "indeterminate"]);
|
85
|
-
var checkboxClassName = cn(CheckboxVariants({ scaling: scaling, size: size, radius: radius }), checkboxAppearanceStyle(appearance, color, indeterminate), className);
|
86
|
-
return (
|
111
|
+
var checkboxClassName = (0, utils_1.cn)((0, exports.CheckboxVariants)({ scaling: scaling, size: size, radius: radius }), (0, constants_1.checkboxAppearanceStyle)(appearance, color, indeterminate), className);
|
112
|
+
return ((0, jsx_runtime_1.jsxs)("div", { className: "flex items-center", children: [(0, jsx_runtime_1.jsx)(CheckboxPrimitive.Root, __assign({ id: id, ref: ref, className: checkboxClassName }, props, { children: (0, jsx_runtime_1.jsx)(CheckboxPrimitive.Indicator, { className: (0, utils_1.cn)('flex items-center justify-center text-current stroke-[0.5px]'), children: indeterminate ? ((0, jsx_runtime_1.jsx)(react_icons_1.MinusIcon, { className: (0, utils_1.cn)(CheckboxIndicatorVariants({ scaling: scaling, size: size }), 'w-3') })) : ((0, jsx_runtime_1.jsx)(react_icons_1.CheckIcon, { className: (0, utils_1.cn)(CheckboxIndicatorVariants({ scaling: scaling, size: size })) })) }) })), children && ((0, jsx_runtime_1.jsx)(Label_1.Label, { className: (0, utils_1.cn)(CheckboxLabelVariants({ scaling: scaling, size: size }), className), htmlFor: id, children: children }))] }));
|
87
113
|
});
|
88
|
-
Checkbox.displayName = 'Checkbox';
|
89
|
-
|
114
|
+
exports.Checkbox.displayName = 'Checkbox';
|
115
|
+
exports.default = exports.Checkbox;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
"use strict";
|
1
2
|
var __assign = (this && this.__assign) || function () {
|
2
3
|
__assign = Object.assign || function(t) {
|
3
4
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
@@ -20,14 +21,19 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
21
|
}
|
21
22
|
return t;
|
22
23
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
24
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
25
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
26
|
+
};
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
28
|
+
exports.CheckboxCardVariants = void 0;
|
29
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
30
|
+
var react_1 = require("react");
|
31
|
+
var class_variance_authority_1 = require("class-variance-authority");
|
32
|
+
var Checkbox_1 = __importDefault(require("lib/components/Checkbox"));
|
33
|
+
var Label_1 = require("lib/components/Label");
|
34
|
+
var utils_1 = require("lib/utils/utils");
|
35
|
+
var constants_1 = require("lib/constants");
|
36
|
+
exports.CheckboxCardVariants = (0, class_variance_authority_1.cva)("flex justify-between space-x-2 w-fit min-w-[200px] border border-slate-7 text-slate-12\n hover:border-slate-8 hover:cursor-pointer aria-disabled:bg-slate-3 aria-disabled:cursor-not-allowed aria-disabled:text-slateA-9\n dark:border-slateDark-6 dark:text-slateDark-12 dark:hover:border-slateDark-7\n dark:aria-disabled:bg-slateDark-3 dark:aria-disabled:text-slateDarkA-8", {
|
31
37
|
variants: {
|
32
38
|
radius: {
|
33
39
|
none: 'rounded-none',
|
@@ -41,7 +47,7 @@ export var CheckboxCardVariants = cva("flex justify-between space-x-2 w-fit min-
|
|
41
47
|
medium: 'text-sm px-4 py-3.5',
|
42
48
|
large: 'text-base px-6 py-[20px]',
|
43
49
|
},
|
44
|
-
scaling: __assign({}, scalingVariants),
|
50
|
+
scaling: __assign({}, constants_1.scalingVariants),
|
45
51
|
},
|
46
52
|
defaultVariants: {
|
47
53
|
radius: 'medium',
|
@@ -49,10 +55,10 @@ export var CheckboxCardVariants = cva("flex justify-between space-x-2 w-fit min-
|
|
49
55
|
size: 'medium',
|
50
56
|
},
|
51
57
|
});
|
52
|
-
var CheckboxCard = forwardRef(function (_a, ref) {
|
58
|
+
var CheckboxCard = (0, react_1.forwardRef)(function (_a, ref) {
|
53
59
|
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"]);
|
54
|
-
var labelClassName = cn(CheckboxCardVariants({ size: size, radius: radius, scaling: scaling }), appearance === 'classic' ? 'shadow-card-classic dark:shadow-card-dark-classic' : '', className);
|
55
|
-
return (
|
60
|
+
var labelClassName = (0, utils_1.cn)((0, exports.CheckboxCardVariants)({ size: size, radius: radius, scaling: scaling }), appearance === 'classic' ? 'shadow-card-classic dark:shadow-card-dark-classic' : '', className);
|
61
|
+
return ((0, jsx_runtime_1.jsxs)(Label_1.Label, { htmlFor: id, className: labelClassName, "aria-disabled": disabled, children: [children, (0, jsx_runtime_1.jsx)(Checkbox_1.default, __assign({ className: "mr-0", ref: ref, id: id, size: size, scaling: scaling, radius: radius, color: color, disabled: disabled, appearance: appearance === 'classic' ? 'classic' : 'surface' }, props))] }));
|
56
62
|
});
|
57
63
|
CheckboxCard.displayName = 'CheckboxCard';
|
58
|
-
|
64
|
+
exports.default = CheckboxCard;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
"use strict";
|
1
2
|
var __assign = (this && this.__assign) || function () {
|
2
3
|
__assign = Object.assign || function(t) {
|
3
4
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
@@ -20,14 +21,19 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
21
|
}
|
21
22
|
return t;
|
22
23
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
24
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
25
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
26
|
+
};
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
28
|
+
exports.CheckboxGroupItem = void 0;
|
29
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
30
|
+
var react_1 = require("react");
|
31
|
+
var Checkbox_1 = __importDefault(require("lib/components/Checkbox"));
|
32
|
+
var CheckboxGroupRoot_1 = require("./CheckboxGroupRoot");
|
33
|
+
exports.CheckboxGroupItem = (0, react_1.forwardRef)(function (_a, ref) {
|
28
34
|
var className = _a.className, children = _a.children, value = _a.value, id = _a.id, defaultValue = _a.defaultValue, props = __rest(_a, ["className", "children", "value", "id", "defaultValue"]);
|
29
|
-
var _b = useCheckboxGroupContext(), scaling = _b.scaling, size = _b.size, color = _b.color, radius = _b.radius, appearance = _b.appearance;
|
30
|
-
return (
|
35
|
+
var _b = (0, CheckboxGroupRoot_1.useCheckboxGroupContext)(), scaling = _b.scaling, size = _b.size, color = _b.color, radius = _b.radius, appearance = _b.appearance;
|
36
|
+
return ((0, jsx_runtime_1.jsx)("div", { className: "flex", children: (0, jsx_runtime_1.jsx)(Checkbox_1.default, __assign({ className: className, ref: ref, id: id, defaultChecked: defaultValue == id, scaling: scaling, radius: radius, color: color, size: size, appearance: appearance }, props, { children: children })) }));
|
31
37
|
});
|
32
|
-
CheckboxGroupItem.displayName = 'CheckboxGroup.Item';
|
33
|
-
|
38
|
+
exports.CheckboxGroupItem.displayName = 'CheckboxGroup.Item';
|
39
|
+
exports.default = exports.CheckboxGroupItem;
|
@@ -1,9 +1,35 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
19
|
+
if (mod && mod.__esModule) return mod;
|
20
|
+
var result = {};
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
22
|
+
__setModuleDefault(result, mod);
|
23
|
+
return result;
|
24
|
+
};
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
+
exports.CheckboxGroupRoot = exports.useCheckboxGroupContext = exports.CheckboxGroupVariants = void 0;
|
27
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
28
|
+
var react_1 = __importStar(require("react"));
|
29
|
+
var themes_1 = require("@radix-ui/themes");
|
30
|
+
var class_variance_authority_1 = require("class-variance-authority");
|
31
|
+
var utils_1 = require("lib/utils/utils");
|
32
|
+
exports.CheckboxGroupVariants = (0, class_variance_authority_1.cva)("", {
|
7
33
|
variants: {
|
8
34
|
size: {
|
9
35
|
small: 'space-y-1',
|
@@ -15,20 +41,21 @@ export var CheckboxGroupVariants = cva("", {
|
|
15
41
|
size: 'medium',
|
16
42
|
},
|
17
43
|
});
|
18
|
-
var CheckboxGroupContext = createContext({
|
44
|
+
var CheckboxGroupContext = (0, react_1.createContext)({
|
19
45
|
size: 'medium',
|
20
46
|
color: 'red',
|
21
47
|
scaling: '100%',
|
22
48
|
radius: 'medium',
|
23
49
|
appearance: 'surface',
|
24
50
|
});
|
25
|
-
|
26
|
-
return useContext(CheckboxGroupContext);
|
51
|
+
var useCheckboxGroupContext = function () {
|
52
|
+
return (0, react_1.useContext)(CheckboxGroupContext);
|
27
53
|
};
|
28
|
-
|
54
|
+
exports.useCheckboxGroupContext = useCheckboxGroupContext;
|
55
|
+
exports.CheckboxGroupRoot = (0, react_1.forwardRef)(function (_a, ref) {
|
29
56
|
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;
|
30
|
-
var contextValue = useMemo(function () { return ({ scaling: scaling, size: size, color: color, radius: radius, appearance: appearance }); }, [scaling, size, color, radius, appearance]);
|
31
|
-
return (
|
57
|
+
var contextValue = (0, react_1.useMemo)(function () { return ({ scaling: scaling, size: size, color: color, radius: radius, appearance: appearance }); }, [scaling, size, color, radius, appearance]);
|
58
|
+
return ((0, jsx_runtime_1.jsx)(CheckboxGroupContext.Provider, { value: contextValue, children: (0, jsx_runtime_1.jsx)(themes_1.CheckboxGroup.Root, { ref: ref, defaultValue: defaultValue, className: (0, utils_1.cn)((0, exports.CheckboxGroupVariants)({ size: size }), className), children: react_1.Children.map(children, function (child) { return react_1.default.cloneElement(child, { defaultValue: defaultValue }); }) }) }));
|
32
59
|
});
|
33
|
-
CheckboxGroupRoot.displayName = 'CheckboxGroup.Root';
|
34
|
-
|
60
|
+
exports.CheckboxGroupRoot.displayName = 'CheckboxGroup.Root';
|
61
|
+
exports.default = exports.CheckboxGroupRoot;
|
@@ -1,4 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
var
|
4
|
-
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
var CheckboxGroupRoot_1 = require("./CheckboxGroupRoot");
|
4
|
+
var CheckboxGroupItem_1 = require("./CheckboxGroupItem");
|
5
|
+
var CheckboxGroup = { Root: CheckboxGroupRoot_1.CheckboxGroupRoot, Item: CheckboxGroupItem_1.CheckboxGroupItem };
|
6
|
+
exports.default = CheckboxGroup;
|