@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
@@ -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';
|
@@ -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 { CheckIcon } from '@radix-ui/react-icons';
|
@@ -44,8 +45,6 @@ export var ContextMenuItemIndicator = forwardRef(function (_a, ref) {
|
|
44
45
|
var className = _a.className, children = _a.children, radius = _a.radius, props = __rest(_a, ["className", "children", "radius"]);
|
45
46
|
var size = useContextMenuContext().size;
|
46
47
|
var indicatorClassName = cn(contextMenuItemIndicatorVariants({ size: size, radius: radius }), className);
|
47
|
-
return (
|
48
|
-
{children !== null && children !== void 0 ? children : <CheckIcon />}
|
49
|
-
</ContextMenuPrimitive.ItemIndicator>);
|
48
|
+
return (_jsx(ContextMenuPrimitive.ItemIndicator, __assign({ ref: ref, className: indicatorClassName }, props, { children: children !== null && children !== void 0 ? children : _jsx(CheckIcon, {}) })));
|
50
49
|
});
|
51
50
|
ContextMenuItemIndicator.displayName = 'ContextMenu.ItemIndicator';
|
@@ -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';
|
@@ -42,8 +43,6 @@ export var contextMenuLabelVariants = cva("flex relative leading-none select-non
|
|
42
43
|
export var ContextMenuLabel = forwardRef(function (_a, ref) {
|
43
44
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
44
45
|
var _b = useContextMenuContext(), size = _b.size, scaling = _b.scaling;
|
45
|
-
return (
|
46
|
-
{children}
|
47
|
-
</ContextMenuPrimitive.Label>);
|
46
|
+
return (_jsx(ContextMenuPrimitive.Label, __assign({ ref: ref, className: cn(contextMenuLabelVariants({ size: size, scaling: scaling }), className) }, props, { children: children })));
|
48
47
|
});
|
49
48
|
ContextMenuLabel.displayName = 'ContextMenu.Label';
|
package/dist/esm/lib/components/ContextMenu/{ContextMenuRadioGroup.jsx → ContextMenuRadioGroup.js}
RENAMED
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,15 +20,12 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { createContext, forwardRef } from 'react';
|
13
25
|
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
14
26
|
export var RadioContext = createContext({ selectedValue: '' });
|
15
27
|
export var ContextMenuRadioGroup = forwardRef(function (_a, ref) {
|
16
28
|
var className = _a.className, children = _a.children, value = _a.value, props = __rest(_a, ["className", "children", "value"]);
|
17
|
-
return (
|
18
|
-
<RadioContext.Provider value={{ selectedValue: value !== null && value !== void 0 ? value : '' }}>
|
19
|
-
{children}
|
20
|
-
</RadioContext.Provider>
|
21
|
-
</ContextMenuPrimitive.RadioGroup>);
|
29
|
+
return (_jsx(ContextMenuPrimitive.RadioGroup, __assign({ ref: ref, className: className }, props, { children: _jsx(RadioContext.Provider, { value: { selectedValue: value !== null && value !== void 0 ? value : '' }, children: children }) })));
|
22
30
|
});
|
23
31
|
ContextMenuRadioGroup.displayName = 'ContextMenu.RadioGroup';
|
package/dist/esm/lib/components/ContextMenu/{ContextMenuRadioItem.jsx → ContextMenuRadioItem.js}
RENAMED
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,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, useContext } from 'react';
|
13
25
|
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
14
26
|
import { cn } from 'lib/utils/utils';
|
15
27
|
import { DotFilledIcon } from '@radix-ui/react-icons';
|
@@ -27,11 +39,6 @@ export var ContextMenuRadioItem = forwardRef(function (_a, ref) {
|
|
27
39
|
size: size,
|
28
40
|
}), 'pl-7', menuItemAppearanceStyle(appearance, color), className);
|
29
41
|
var radioGroup = useContext(RadioContext);
|
30
|
-
return (
|
31
|
-
<ContextMenuItemIndicator forceMount radius={'full'} size={size}>
|
32
|
-
{radioGroup.selectedValue === props.value && <DotFilledIcon />}
|
33
|
-
</ContextMenuItemIndicator>
|
34
|
-
{children}
|
35
|
-
</ContextMenuPrimitive.RadioItem>);
|
42
|
+
return (_jsxs(ContextMenuPrimitive.RadioItem, __assign({ ref: ref, className: itemClassName }, props, { children: [_jsx(ContextMenuItemIndicator, { forceMount: true, radius: 'full', size: size, children: radioGroup.selectedValue === props.value && _jsx(DotFilledIcon, {}) }), children] })));
|
36
43
|
});
|
37
44
|
ContextMenuRadioItem.displayName = 'ContextMenu.RadioItem';
|
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { createContext, forwardRef, useContext, useMemo, } from 'react';
|
13
25
|
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
14
26
|
var ContextMenuContext = createContext({
|
15
27
|
radius: 'medium',
|
@@ -24,11 +36,7 @@ export var useContextMenuContext = function () {
|
|
24
36
|
export var ContextMenuRoot = forwardRef(function (_a, ref) {
|
25
37
|
var children = _a.children, radius = _a.radius, size = _a.size, scaling = _a.scaling, color = _a.color, appearance = _a.appearance, props = __rest(_a, ["children", "radius", "size", "scaling", "color", "appearance"]);
|
26
38
|
var contextValue = useMemo(function () { return ({ radius: radius, size: size, scaling: scaling, color: color, appearance: appearance }); }, [radius, size, scaling, color, appearance]);
|
27
|
-
return (
|
28
|
-
<div ref={ref}>
|
29
|
-
<ContextMenuPrimitive.Root {...props}>{children}</ContextMenuPrimitive.Root>
|
30
|
-
</div>
|
31
|
-
</ContextMenuContext.Provider>);
|
39
|
+
return (_jsx(ContextMenuContext.Provider, { value: contextValue, children: _jsx("div", { ref: ref, children: _jsx(ContextMenuPrimitive.Root, __assign({}, props, { children: children })) }) }));
|
32
40
|
});
|
33
41
|
ContextMenuRoot.displayName = 'ContextMenu.Root';
|
34
42
|
export default ContextMenuRoot;
|
package/dist/esm/lib/components/ContextMenu/{ContextMenuSeparator.jsx → ContextMenuSeparator.js}
RENAMED
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,13 +20,12 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
13
25
|
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
14
26
|
import { cn } from 'lib/utils/utils';
|
15
27
|
export var ContextMenuSeparator = forwardRef(function (_a, ref) {
|
16
28
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
17
|
-
return (
|
18
|
-
{children}
|
19
|
-
</ContextMenuPrimitive.Separator>);
|
29
|
+
return (_jsx(ContextMenuPrimitive.Separator, __assign({ ref: ref, className: cn('h-[1px] m-[5px] bg-slate-6 dark:bg-slateDark-6', className) }, props, { children: children })));
|
20
30
|
});
|
21
31
|
ContextMenuSeparator.displayName = 'ContextMenu.Separator';
|
package/dist/esm/lib/components/ContextMenu/{ContextMenuSubContent.jsx → ContextMenuSubContent.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 ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
25
26
|
import { cn } from 'lib/utils/utils';
|
26
27
|
import { cva } from 'class-variance-authority';
|
@@ -44,14 +45,10 @@ export var contextMenuSubContentVariants = cva("p-[5px] bg-white dark:bg-slateDa
|
|
44
45
|
export var ContextMenuSubContent = forwardRef(function (_a, ref) {
|
45
46
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
46
47
|
var _b = useContextMenuContext(), radius = _b.radius, size = _b.size, scaling = _b.scaling;
|
47
|
-
return (
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
}), className)} sideOffset={2} alignOffset={-5} {...props}>
|
53
|
-
{children}
|
54
|
-
</ContextMenuPrimitive.SubContent>
|
55
|
-
</ContextMenuPrimitive.Portal>);
|
48
|
+
return (_jsx(ContextMenuPrimitive.Portal, { children: _jsx(ContextMenuPrimitive.SubContent, __assign({ ref: ref, className: cn(contextMenuSubContentVariants({
|
49
|
+
radius: radius,
|
50
|
+
size: size,
|
51
|
+
scaling: scaling,
|
52
|
+
}), className), sideOffset: 2, alignOffset: -5 }, props, { children: children })) }));
|
56
53
|
});
|
57
54
|
ContextMenuSubContent.displayName = 'ContextMenu.SubContent';
|
package/dist/esm/lib/components/ContextMenu/{ContextMenuSubTrigger.jsx → ContextMenuSubTrigger.js}
RENAMED
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,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 { ChevronRightIcon } from '@radix-ui/react-icons';
|
15
27
|
import { cn } from 'lib/utils/utils';
|
@@ -23,13 +35,6 @@ export var ContextMenuSubTrigger = forwardRef(function (_a, ref) {
|
|
23
35
|
var iconClassName = cn('group-data-[disabled]:text-slate-8 ', appearance === 'solid' && blackText.includes(color)
|
24
36
|
? 'hover:fill-slate-12 dark:hover:fill-slateDark-1'
|
25
37
|
: "hover:fill-white dark:hover:fill-slateDark-12 ");
|
26
|
-
return (
|
27
|
-
<ContextMenuPrimitive.SubTrigger ref={ref} className={triggerClassName} {...props}>
|
28
|
-
{children}
|
29
|
-
<div className="ml-auto pl-5 ">
|
30
|
-
<ChevronRightIcon className={iconClassName}/>
|
31
|
-
</div>
|
32
|
-
</ContextMenuPrimitive.SubTrigger>
|
33
|
-
</ContextMenuPrimitive.Sub>);
|
38
|
+
return (_jsx(ContextMenuPrimitive.Sub, { children: _jsxs(ContextMenuPrimitive.SubTrigger, __assign({ ref: ref, className: triggerClassName }, props, { children: [children, _jsx("div", { className: "ml-auto pl-5 ", children: _jsx(ChevronRightIcon, { className: iconClassName }) })] })) }));
|
34
39
|
});
|
35
40
|
ContextMenuSubTrigger.displayName = 'ContextMenu.SubTrigger';
|
package/dist/esm/lib/components/ContextMenu/{ContextMenuTrigger.jsx → ContextMenuTrigger.js}
RENAMED
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,13 +20,12 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
13
25
|
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
14
26
|
import { cn } from 'lib/utils/utils';
|
15
27
|
export var ContextMenuTrigger = forwardRef(function (_a, ref) {
|
16
28
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
17
|
-
return (
|
18
|
-
{children}
|
19
|
-
</ContextMenuPrimitive.Trigger>);
|
29
|
+
return (_jsx(ContextMenuPrimitive.Trigger, __assign({ ref: ref, className: cn("flex text-slate-12 dark:text-slateDark-12 text-base text-center justify-center", className) }, props, { children: children })));
|
20
30
|
});
|
21
31
|
ContextMenuTrigger.displayName = 'ContextMenu.Trigger';
|
@@ -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 { DataList as DataListTheme } from '@radix-ui/themes';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { cn } from 'lib/utils/utils';
|
@@ -37,8 +38,6 @@ export var dataListItemVariants = cva('flex', {
|
|
37
38
|
export var DataListItem = forwardRef(function (_a, ref) {
|
38
39
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
39
40
|
var scaling = useDataListContext().scaling;
|
40
|
-
return (
|
41
|
-
{children}
|
42
|
-
</DataListTheme.Item>);
|
41
|
+
return (_jsx(DataListTheme.Item, __assign({ ref: ref }, props, { className: cn(dataListItemVariants({ scaling: scaling }), className), children: children })));
|
43
42
|
});
|
44
43
|
DataListItem.displayName = 'DataList.Item';
|
@@ -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 { DataList as DataListTheme } from '@radix-ui/themes';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { cn } from 'lib/utils/utils';
|
@@ -43,8 +44,6 @@ export var dataListLabelVariants = cva('text-slateA-11 dark:text-slateDarkA-11 w
|
|
43
44
|
export var DataListLabel = forwardRef(function (_a, ref) {
|
44
45
|
var children = _a.children, className = _a.className, weight = _a.weight, color = _a.color, props = __rest(_a, ["children", "className", "weight", "color"]);
|
45
46
|
var size = useDataListContext().size;
|
46
|
-
return (
|
47
|
-
<p className={cn(dataListLabelVariants({ weight: weight, size: size }), className)}>{children}</p>
|
48
|
-
</DataListTheme.Label>);
|
47
|
+
return (_jsx(DataListTheme.Label, __assign({ ref: ref }, props, { children: _jsx("p", { className: cn(dataListLabelVariants({ weight: weight, size: size }), className), children: children }) })));
|
49
48
|
});
|
50
49
|
DataListLabel.displayName = 'DataList.Label';
|
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { createContext, forwardRef, useContext, useMemo, } from 'react';
|
13
25
|
import { DataList as DataListTheme } from '@radix-ui/themes';
|
14
26
|
import { cva } from 'class-variance-authority';
|
15
27
|
import { cn } from 'lib/utils/utils';
|
@@ -36,11 +48,7 @@ export var useDataListContext = function () {
|
|
36
48
|
export var DataListRoot = forwardRef(function (_a, ref) {
|
37
49
|
var children = _a.children, className = _a.className, size = _a.size, scaling = _a.scaling, color = _a.color, props = __rest(_a, ["children", "className", "size", "scaling", "color"]);
|
38
50
|
var contextValue = useMemo(function () { return ({ size: size, scaling: scaling, color: color }); }, [size, scaling, color]);
|
39
|
-
return (
|
40
|
-
<DataListTheme.Root ref={ref} {...props} className={cn(dataListVariants({ size: size }), className)}>
|
41
|
-
{children}
|
42
|
-
</DataListTheme.Root>
|
43
|
-
</DataListContext.Provider>);
|
51
|
+
return (_jsx(DataListContext.Provider, { value: contextValue, children: _jsx(DataListTheme.Root, __assign({ ref: ref }, props, { className: cn(dataListVariants({ size: size }), className), children: children })) }));
|
44
52
|
});
|
45
53
|
DataListRoot.displayName = 'DataList.Root';
|
46
54
|
export default DataListRoot;
|
@@ -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 { DataList as DataListTheme } from '@radix-ui/themes';
|
25
26
|
import { textColorStyle, weightVariants } from 'lib/constants';
|
26
27
|
import { cva } from 'class-variance-authority';
|
@@ -45,8 +46,6 @@ export var dataListValueVariants = cva('text-slate-12 dark:text-slateDark-12 w-[
|
|
45
46
|
export var DataListValue = forwardRef(function (_a, ref) {
|
46
47
|
var children = _a.children, className = _a.className, weight = _a.weight, props = __rest(_a, ["children", "className", "weight"]);
|
47
48
|
var _b = useDataListContext(), size = _b.size, color = _b.color;
|
48
|
-
return (
|
49
|
-
{children}
|
50
|
-
</DataListTheme.Value>);
|
49
|
+
return (_jsx(DataListTheme.Value, __assign({ ref: ref, className: cn(dataListValueVariants({ weight: weight, size: size, color: color }), className) }, props, { children: children })));
|
51
50
|
});
|
52
51
|
DataListValue.displayName = 'DataList.Value';
|
@@ -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, useContext } from 'react';
|
13
25
|
import { Dialog as DialogTheme } from '@radix-ui/themes';
|
14
26
|
import { cva } from 'class-variance-authority';
|
15
27
|
import { primaryColorStyle } from 'lib/constants';
|
@@ -42,8 +54,6 @@ export var DialogAction = forwardRef(function (_a, ref) {
|
|
42
54
|
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
43
55
|
var _b = useContext(DialogContext), radius = _b.radius, size = _b.size, color = _b.color;
|
44
56
|
var buttonClassName = cn(dialogActionVariants({ radius: radius, size: size, color: color }), className);
|
45
|
-
return (
|
46
|
-
{children}
|
47
|
-
</DialogTheme.Close>);
|
57
|
+
return (_jsx(DialogTheme.Close, __assign({ ref: ref, className: buttonClassName }, props, { children: children })));
|
48
58
|
});
|
49
59
|
DialogAction.displayName = 'Dialog.Action';
|
@@ -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, useContext } from 'react';
|
13
25
|
import { Dialog as DialogTheme } from '@radix-ui/themes';
|
14
26
|
import { cva } from 'class-variance-authority';
|
15
27
|
import { DialogContext } from './DialogRoot';
|
@@ -38,8 +50,6 @@ export var dialogCancelVariants = cva("rounded-md font-medium inline-flex justif
|
|
38
50
|
export var DialogCancel = forwardRef(function (_a, ref) {
|
39
51
|
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
40
52
|
var _b = useContext(DialogContext), radius = _b.radius, size = _b.size;
|
41
|
-
return (
|
42
|
-
{children}
|
43
|
-
</DialogTheme.Close>);
|
53
|
+
return (_jsx(DialogTheme.Close, __assign({ ref: ref, className: cn(dialogCancelVariants({ radius: radius, size: size }), className) }, props, { children: children })));
|
44
54
|
});
|
45
55
|
DialogCancel.displayName = 'Dialog.Cancel';
|
@@ -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, useContext } from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { Dialog as DialogTheme } from '@radix-ui/themes';
|
26
27
|
import { scalingVariants } from 'lib/constants';
|
@@ -51,8 +52,6 @@ export var dialogContentVariants = cva("rounded-md focus:outline-none bg-white d
|
|
51
52
|
export var DialogContent = forwardRef(function (_a, forwardedRef) {
|
52
53
|
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
53
54
|
var _b = useContext(DialogContext), radius = _b.radius, size = _b.size, scaling = _b.scaling;
|
54
|
-
return (
|
55
|
-
{children}
|
56
|
-
</DialogTheme.Content>);
|
55
|
+
return (_jsx(DialogTheme.Content, __assign({ ref: forwardedRef, className: cn(dialogContentVariants({ radius: radius, scaling: scaling, size: size }), className) }, props, { children: children })));
|
57
56
|
});
|
58
57
|
DialogContent.displayName = 'Dialog.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,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, useContext } from 'react';
|
13
25
|
import { cva } from 'class-variance-authority';
|
14
26
|
import { Dialog as DialogTheme } from '@radix-ui/themes';
|
15
27
|
import { DialogContext } from './DialogRoot';
|
@@ -30,8 +42,6 @@ export var dialogDescriptionVariants = cva('font-normal text-slate-12 dark:text-
|
|
30
42
|
export var DialogDescription = forwardRef(function (_a, ref) {
|
31
43
|
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
32
44
|
var size = useContext(DialogContext).size;
|
33
|
-
return (
|
34
|
-
{children}
|
35
|
-
</DialogTheme.Description>);
|
45
|
+
return (_jsx(DialogTheme.Description, __assign({ mb: "4", ref: ref, className: cn(dialogDescriptionVariants({ size: size }), className) }, props, { children: children })));
|
36
46
|
});
|
37
47
|
DialogDescription.displayName = 'Dialog.Description';
|
@@ -10,6 +10,6 @@ export interface DialogProps extends VariantProps<typeof dialogContentVariants>,
|
|
10
10
|
}
|
11
11
|
export declare const DialogContext: React.Context<DialogProps>;
|
12
12
|
export declare const DialogRoot: {
|
13
|
-
({ children, radius, size, scaling, color, ...props }: ComponentPropsWithoutRef<typeof DialogTheme.Root> & DialogProps):
|
13
|
+
({ children, radius, size, scaling, color, ...props }: ComponentPropsWithoutRef<typeof DialogTheme.Root> & DialogProps): import("react/jsx-runtime").JSX.Element;
|
14
14
|
displayName: string;
|
15
15
|
};
|
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { createContext } from 'react';
|
13
25
|
import { Theme, Dialog as DialogTheme } from '@radix-ui/themes';
|
14
26
|
export var DialogContext = createContext({
|
15
27
|
size: 'medium',
|
@@ -20,10 +32,6 @@ export var DialogContext = createContext({
|
|
20
32
|
export var DialogRoot = function (_a) {
|
21
33
|
var children = _a.children, radius = _a.radius, size = _a.size, scaling = _a.scaling, color = _a.color, props = __rest(_a, ["children", "radius", "size", "scaling", "color"]);
|
22
34
|
var contextValue = { radius: radius, size: size, scaling: scaling, color: color };
|
23
|
-
return (
|
24
|
-
<DialogContext.Provider value={contextValue}>
|
25
|
-
<DialogTheme.Root {...props}>{children}</DialogTheme.Root>
|
26
|
-
</DialogContext.Provider>
|
27
|
-
</Theme>);
|
35
|
+
return (_jsx(Theme, { accentColor: color, children: _jsx(DialogContext.Provider, { value: contextValue, children: _jsx(DialogTheme.Root, __assign({}, props, { children: children })) }) }));
|
28
36
|
};
|
29
37
|
DialogRoot.displayName = 'Dialog.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, useContext } from 'react';
|
13
25
|
import { cva } from 'class-variance-authority';
|
14
26
|
import { DialogContext } from './DialogRoot';
|
15
27
|
import { cn } from 'lib/utils/utils';
|
@@ -29,8 +41,6 @@ export var dialogSlotVariants = cva('flex flex-col gap-2 font-normal text-slate-
|
|
29
41
|
export var DialogSlot = forwardRef(function (_a, ref) {
|
30
42
|
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
31
43
|
var size = useContext(DialogContext).size;
|
32
|
-
return (
|
33
|
-
{children}
|
34
|
-
</div>);
|
44
|
+
return (_jsx("div", __assign({ ref: ref, className: cn(dialogSlotVariants({ size: size }), className) }, props, { children: children })));
|
35
45
|
});
|
36
46
|
DialogSlot.displayName = 'Dialog.Slot';
|