@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,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
23
24
|
import React, { Children, forwardRef } from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { SegmentedControl as SegmentedControlTheme, Theme } from '@radix-ui/themes';
|
@@ -41,10 +42,6 @@ export var SegmentedControlRoot = forwardRef(function (_a, ref) {
|
|
41
42
|
sizeTheme = '1';
|
42
43
|
if (size === 'large')
|
43
44
|
sizeTheme = '3';
|
44
|
-
return (
|
45
|
-
<SegmentedControlTheme.Root ref={ref} size={sizeTheme} radius={radius} variant={appearance} className={cn(segmentedControlVariants({ scaling: scaling }), className)} {...props}>
|
46
|
-
{Children.map(children, function (child) { return React.cloneElement(child, { appearance: appearance }); })}
|
47
|
-
</SegmentedControlTheme.Root>
|
48
|
-
</Theme>);
|
45
|
+
return (_jsx(Theme, { children: _jsx(SegmentedControlTheme.Root, __assign({ ref: ref, size: sizeTheme, radius: radius, variant: appearance, className: cn(segmentedControlVariants({ scaling: scaling }), className) }, props, { children: Children.map(children, function (child) { return React.cloneElement(child, { appearance: appearance }); }) })) }));
|
49
46
|
});
|
50
47
|
SegmentedControlRoot.displayName = 'SegmentedControl.Root';
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
23
24
|
import { Theme, Select as SelectTheme } from '@radix-ui/themes';
|
24
25
|
import React from 'react';
|
25
26
|
import { cva } from 'class-variance-authority';
|
@@ -40,22 +41,14 @@ export var Root = React.forwardRef(function (_a, ref) {
|
|
40
41
|
sizeTheme = '1';
|
41
42
|
if (size === 'large')
|
42
43
|
sizeTheme = '3';
|
43
|
-
return (
|
44
|
-
<div ref={ref}>
|
45
|
-
<SelectTheme.Root size={sizeTheme} {...props}>
|
46
|
-
{children}
|
47
|
-
</SelectTheme.Root>
|
48
|
-
</div>
|
49
|
-
</Theme>);
|
44
|
+
return (_jsx(Theme, { scaling: scaling, accentColor: color, hasBackground: false, children: _jsx("div", { ref: ref, children: _jsx(SelectTheme.Root, __assign({ size: sizeTheme }, props, { children: children })) }) }));
|
50
45
|
});
|
51
46
|
Root.displayName = 'Select.Root';
|
52
47
|
export var Trigger = React.forwardRef(function (_a, forwardedRef) {
|
53
48
|
var _b = _a.appearance, appearance = _b === void 0 ? 'classic' : _b, color = _a.color, size = _a.size, radius = _a.radius, children = _a.children, className = _a.className, props = __rest(_a, ["appearance", "color", "size", "radius", "children", "className"]);
|
54
49
|
if (!color)
|
55
50
|
color = 'red';
|
56
|
-
return (
|
57
|
-
{children}
|
58
|
-
</SelectTheme.Trigger>);
|
51
|
+
return (_jsx(SelectTheme.Trigger, __assign({ ref: forwardedRef, variant: appearance, radius: radius, className: cn(selectVariants({ radius: radius }), selectAppearanceStyle(appearance, color), className) }, props, { children: children })));
|
59
52
|
});
|
60
53
|
Trigger.displayName = 'Select.Trigger';
|
61
54
|
export var Content = React.forwardRef(function (_a, forwardedRef) {
|
@@ -64,37 +57,27 @@ export var Content = React.forwardRef(function (_a, forwardedRef) {
|
|
64
57
|
color = 'red';
|
65
58
|
if (radius === 'full')
|
66
59
|
radius = 'large';
|
67
|
-
return (
|
68
|
-
{children}
|
69
|
-
</SelectTheme.Content>);
|
60
|
+
return (_jsx(SelectTheme.Content, __assign({ ref: forwardedRef, color: color }, props, { className: cn(selectVariants({ radius: radius }), className), children: children })));
|
70
61
|
});
|
71
62
|
Content.displayName = 'Select.Content';
|
72
63
|
export var Item = React.forwardRef(function (_a, forwardedRef) {
|
73
64
|
var value = _a.value, children = _a.children, className = _a.className, radius = _a.radius, props = __rest(_a, ["value", "children", "className", "radius"]);
|
74
|
-
return (
|
75
|
-
{children}
|
76
|
-
</SelectTheme.Item>);
|
65
|
+
return (_jsx(SelectTheme.Item, __assign({ ref: forwardedRef, value: value }, props, { className: cn(selectVariants({ radius: radius }), className), children: children })));
|
77
66
|
});
|
78
67
|
Item.displayName = 'Select.Item';
|
79
68
|
export var Group = React.forwardRef(function (_a, forwardedRef) {
|
80
69
|
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
81
|
-
return (
|
82
|
-
{children}
|
83
|
-
</SelectTheme.Group>);
|
70
|
+
return (_jsx(SelectTheme.Group, __assign({ ref: forwardedRef }, props, { className: className, children: children })));
|
84
71
|
});
|
85
72
|
Group.displayName = 'Select.Group';
|
86
73
|
export var Label = React.forwardRef(function (_a, forwardedRef) {
|
87
74
|
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
88
|
-
return (
|
89
|
-
{children}
|
90
|
-
</SelectTheme.Label>);
|
75
|
+
return (_jsx(SelectTheme.Label, __assign({ ref: forwardedRef }, props, { className: className, children: children })));
|
91
76
|
});
|
92
77
|
Label.displayName = 'Select.Label';
|
93
78
|
export var Separator = React.forwardRef(function (_a, forwardedRef) {
|
94
79
|
var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
|
95
|
-
return (
|
96
|
-
{children}
|
97
|
-
</SelectTheme.Separator>);
|
80
|
+
return (_jsx(SelectTheme.Separator, __assign({ ref: forwardedRef }, props, { className: className, children: children })));
|
98
81
|
});
|
99
82
|
Separator.displayName = 'Select.Separator';
|
100
83
|
var Select = {
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
23
24
|
import React from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { cn } from 'lib/utils/utils';
|
@@ -40,11 +41,7 @@ export var Separator = React.forwardRef(function (_a, forwardedRef) {
|
|
40
41
|
sizeTheme = '3';
|
41
42
|
if (size === 'fill-large')
|
42
43
|
sizeTheme = '4';
|
43
|
-
return (
|
44
|
-
<SeparatorTheme orientation={orientation} size={sizeTheme} className={cn("bg-".concat(color, "A-6 dark:bg-").concat(color, "DarkA-6"), separatorVariants({ scaling: scaling }), className)} {...props}>
|
45
|
-
{children}
|
46
|
-
</SeparatorTheme>
|
47
|
-
</Theme>);
|
44
|
+
return (_jsx(Theme, { hasBackground: false, className: "flex justify-center items-center", children: _jsx(SeparatorTheme, __assign({ orientation: orientation, size: sizeTheme, className: cn("bg-".concat(color, "A-6 dark:bg-").concat(color, "DarkA-6"), separatorVariants({ scaling: scaling }), className) }, props, { children: children })) }));
|
48
45
|
});
|
49
46
|
Separator.displayName = 'Separator';
|
50
47
|
export default Separator;
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
23
24
|
import React from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { Theme, Skeleton as SkeletonTheme } from '@radix-ui/themes';
|
@@ -35,11 +36,7 @@ var separatorVariants = cva('', {
|
|
35
36
|
});
|
36
37
|
export var Skeleton = React.forwardRef(function (_a, forwardedRef) {
|
37
38
|
var children = _a.children, className = _a.className, radius = _a.radius, loading = _a.loading, width = _a.width, height = _a.height, skeletonProps = __rest(_a, ["children", "className", "radius", "loading", "width", "height"]);
|
38
|
-
return (
|
39
|
-
<SkeletonTheme ref={forwardedRef} loading={loading} width={width} height={height} className={cn('', radius && cn(separatorVariants({ radius: radius }), className))} {...skeletonProps}>
|
40
|
-
{children}
|
41
|
-
</SkeletonTheme>
|
42
|
-
</Theme>);
|
39
|
+
return (_jsx(Theme, { children: _jsx(SkeletonTheme, __assign({ ref: forwardedRef, loading: loading, width: width, height: height, className: cn('', radius && cn(separatorVariants({ radius: radius }), className)) }, skeletonProps, { children: children })) }));
|
43
40
|
});
|
44
41
|
Skeleton.displayName = 'Skeleton';
|
45
42
|
export default Skeleton;
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
23
24
|
import React from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { cn } from 'lib/utils/utils';
|
@@ -42,9 +43,7 @@ export var Slider = React.forwardRef(function (_a, forwardedRef) {
|
|
42
43
|
sizeTheme = '1';
|
43
44
|
if (size === 'large')
|
44
45
|
sizeTheme = '3';
|
45
|
-
return (
|
46
|
-
<SliderTheme ref={forwardedRef} variant={appearance} size={sizeTheme} radius={radius} color={color} className={cn(sliderVariants({ radius: radius }), className)} {...sliderProps}/>
|
47
|
-
</Theme>);
|
46
|
+
return (_jsx(Theme, { accentColor: color, scaling: scaling, hasBackground: false, children: _jsx(SliderTheme, __assign({ ref: forwardedRef, variant: appearance, size: sizeTheme, radius: radius, color: color, className: cn(sliderVariants({ radius: radius }), className) }, sliderProps)) }));
|
48
47
|
});
|
49
48
|
Slider.displayName = 'Slider';
|
50
49
|
export default Slider;
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
23
24
|
import React from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { Spinner as SpinnerTheme, Theme } from '@radix-ui/themes';
|
@@ -40,11 +41,7 @@ export var Spinner = React.forwardRef(function (_a, forwardedRef) {
|
|
40
41
|
sizeTheme = '1';
|
41
42
|
if (size === 'large')
|
42
43
|
sizeTheme = '3';
|
43
|
-
return (
|
44
|
-
<SpinnerTheme ref={forwardedRef} loading={loading} size={sizeTheme} className={cn('', spinnerVariants({ scaling: scaling }), className)} {...spinnerProps}>
|
45
|
-
{children}
|
46
|
-
</SpinnerTheme>
|
47
|
-
</Theme>);
|
44
|
+
return (_jsx(Theme, { hasBackground: false, children: _jsx(SpinnerTheme, __assign({ ref: forwardedRef, loading: loading, size: sizeTheme, className: cn('', spinnerVariants({ scaling: scaling }), className) }, spinnerProps, { children: children })) }));
|
48
45
|
});
|
49
46
|
Spinner.displayName = 'Spinner';
|
50
47
|
export default Spinner;
|
@@ -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,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
12
24
|
import React from 'react';
|
13
25
|
import { cva } from 'class-variance-authority';
|
14
26
|
import { TabNav as TabNavTheme, Theme } from '@radix-ui/themes';
|
@@ -23,18 +35,12 @@ export var Root = React.forwardRef(function (_a, ref) {
|
|
23
35
|
var sizeTheme = '2';
|
24
36
|
if (size === 'small')
|
25
37
|
sizeTheme = '1';
|
26
|
-
return (
|
27
|
-
<TabNavTheme.Root ref={ref} size={sizeTheme} className={cn('', tabNavVariants({}), className)} {...rootProps}>
|
28
|
-
{children}
|
29
|
-
</TabNavTheme.Root>
|
30
|
-
</Theme>);
|
38
|
+
return (_jsx(Theme, { accentColor: color, hasBackground: false, children: _jsx(TabNavTheme.Root, __assign({ ref: ref, size: sizeTheme, className: cn('', tabNavVariants({}), className) }, rootProps, { children: children })) }));
|
31
39
|
});
|
32
40
|
Root.displayName = 'TabNav.Root';
|
33
41
|
export var Link = React.forwardRef(function (_a, ref) {
|
34
42
|
var className = _a.className, children = _a.children, href = _a.href, linkProps = __rest(_a, ["className", "children", "href"]);
|
35
|
-
return (
|
36
|
-
{children}
|
37
|
-
</TabNavTheme.Link>);
|
43
|
+
return (_jsx(TabNavTheme.Link, __assign({ ref: ref, className: cn('text-slateA-11 data-[state=active]:text-slateA-12 dark:text-slateDarkA-11 dark:data-[state=active]:text-slateDarkA-12', tabNavVariants({}), className), href: href }, linkProps, { children: children })));
|
38
44
|
});
|
39
45
|
Link.displayName = 'TabNav.Link';
|
40
46
|
var TabNav = {
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
23
24
|
import React from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { Table as TableTheme, Theme } from '@radix-ui/themes';
|
@@ -52,53 +53,37 @@ export var Root = React.forwardRef(function (_a, ref) {
|
|
52
53
|
sizeTheme = '3';
|
53
54
|
if (radius === 'full')
|
54
55
|
radius = 'large';
|
55
|
-
return (
|
56
|
-
<TableTheme.Root ref={ref} className={cn('', tableVariants({ scaling: scaling, radius: radius }), className)} variant={appearance} size={sizeTheme} {...tableProps}>
|
57
|
-
{children}
|
58
|
-
</TableTheme.Root>
|
59
|
-
</Theme>);
|
56
|
+
return (_jsx(Theme, { hasBackground: false, children: _jsx(TableTheme.Root, __assign({ ref: ref, className: cn('', tableVariants({ scaling: scaling, radius: radius }), className), variant: appearance, size: sizeTheme }, tableProps, { children: children })) }));
|
60
57
|
});
|
61
58
|
Root.displayName = 'Table.Root';
|
62
59
|
export var Header = React.forwardRef(function (_a, forwardedRef) {
|
63
60
|
var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
|
64
|
-
return (
|
65
|
-
{children}
|
66
|
-
</TableTheme.Header>);
|
61
|
+
return (_jsx(TableTheme.Header, __assign({ ref: forwardedRef, className: cn('', tableVariants({ scaling: scaling }), className) }, props, { children: children })));
|
67
62
|
});
|
68
63
|
Header.displayName = 'Table.Header';
|
69
64
|
export var Body = React.forwardRef(function (_a, forwardedRef) {
|
70
65
|
var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
|
71
|
-
return (
|
72
|
-
{children}
|
73
|
-
</TableTheme.Body>);
|
66
|
+
return (_jsx(TableTheme.Body, __assign({ ref: forwardedRef, className: cn('', tableVariants({ scaling: scaling }), className) }, props, { children: children })));
|
74
67
|
});
|
75
68
|
Body.displayName = 'Table.Body';
|
76
69
|
export var Row = React.forwardRef(function (_a, forwardedRef) {
|
77
70
|
var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
|
78
|
-
return (
|
79
|
-
{children}
|
80
|
-
</TableTheme.Row>);
|
71
|
+
return (_jsx(TableTheme.Row, __assign({ ref: forwardedRef, className: cn('', tableVariants({ scaling: scaling }), className) }, props, { children: children })));
|
81
72
|
});
|
82
73
|
Row.displayName = 'Table.Row';
|
83
74
|
export var Cell = React.forwardRef(function (_a, forwardedRef) {
|
84
75
|
var className = _a.className, children = _a.children, scaling = _a.scaling, cellProps = __rest(_a, ["className", "children", "scaling"]);
|
85
|
-
return (
|
86
|
-
{children}
|
87
|
-
</TableTheme.Cell>);
|
76
|
+
return (_jsx(TableTheme.Cell, __assign({ className: cn('', tableVariants({ scaling: scaling }), className) }, cellProps, { ref: forwardedRef, children: children })));
|
88
77
|
});
|
89
78
|
Cell.displayName = 'Table.Cell';
|
90
79
|
export var ColumnHeaderCell = React.forwardRef(function (_a, forwardedRef) {
|
91
80
|
var className = _a.className, children = _a.children, scaling = _a.scaling, size = _a.size, props = __rest(_a, ["className", "children", "scaling", "size"]);
|
92
|
-
return (
|
93
|
-
{children}
|
94
|
-
</TableTheme.ColumnHeaderCell>);
|
81
|
+
return (_jsx(TableTheme.ColumnHeaderCell, __assign({ ref: forwardedRef, className: cn('', tableVariants({ scaling: scaling }), tableRowVariants({ size: size }), className) }, props, { children: children })));
|
95
82
|
});
|
96
83
|
ColumnHeaderCell.displayName = 'Table.ColumnHeaderCell';
|
97
84
|
export var RowHeaderCell = React.forwardRef(function (_a, forwardedRef) {
|
98
85
|
var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
|
99
|
-
return (
|
100
|
-
{children}
|
101
|
-
</TableTheme.RowHeaderCell>);
|
86
|
+
return (_jsx(TableTheme.RowHeaderCell, __assign({ ref: forwardedRef, className: cn('', tableVariants({ scaling: scaling }), className) }, props, { children: children })));
|
102
87
|
});
|
103
88
|
RowHeaderCell.displayName = 'Table.RowHeaderCell';
|
104
89
|
var Table = {
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
23
24
|
import { Theme, Tabs as TabsTheme } from '@radix-ui/themes';
|
24
25
|
import React from 'react';
|
25
26
|
import { cn } from 'lib/utils/utils';
|
@@ -34,11 +35,7 @@ export var Root = React.forwardRef(function (_a, forwardedRef) {
|
|
34
35
|
var className = _a.className, children = _a.children, color = _a.color, rootProps = __rest(_a, ["className", "children", "color"]);
|
35
36
|
if (!color)
|
36
37
|
color = 'red';
|
37
|
-
return (
|
38
|
-
<TabsTheme.Root {...rootProps} ref={forwardedRef} className={cn('', className)}>
|
39
|
-
{children}
|
40
|
-
</TabsTheme.Root>
|
41
|
-
</Theme>);
|
38
|
+
return (_jsx(Theme, { accentColor: color, hasBackground: false, children: _jsx(TabsTheme.Root, __assign({}, rootProps, { ref: forwardedRef, className: cn('', className), children: children })) }));
|
42
39
|
});
|
43
40
|
Root.displayName = 'Tabs.Root';
|
44
41
|
export var List = React.forwardRef(function (_a, forwardedRef) {
|
@@ -46,23 +43,17 @@ export var List = React.forwardRef(function (_a, forwardedRef) {
|
|
46
43
|
var sizeTheme = '2';
|
47
44
|
if (size === 'small')
|
48
45
|
sizeTheme = '1';
|
49
|
-
return (
|
50
|
-
{children}
|
51
|
-
</TabsTheme.List>);
|
46
|
+
return (_jsx(TabsTheme.List, __assign({ ref: forwardedRef, size: sizeTheme }, listProps, { className: cn('', className), children: children })));
|
52
47
|
});
|
53
48
|
List.displayName = 'Tabs.List';
|
54
49
|
export var Trigger = React.forwardRef(function (_a, forwardedRef) {
|
55
50
|
var className = _a.className, weight = _a.weight, children = _a.children, triggerProps = __rest(_a, ["className", "weight", "children"]);
|
56
|
-
return (
|
57
|
-
{children}
|
58
|
-
</TabsTheme.Trigger>);
|
51
|
+
return (_jsx(TabsTheme.Trigger, __assign({ ref: forwardedRef, className: cn('text-slateA-11 data-[state=active]:text-slateA-12 dark:text-slateDarkA-11 dark:data-[state=active]:text-slateDarkA-12', className) }, triggerProps, { children: children })));
|
59
52
|
});
|
60
53
|
Trigger.displayName = 'Tabs.Trigger';
|
61
54
|
export var Content = React.forwardRef(function (_a, forwardedRef) {
|
62
55
|
var className = _a.className, weight = _a.weight, children = _a.children, contentProps = __rest(_a, ["className", "weight", "children"]);
|
63
|
-
return (
|
64
|
-
{children}
|
65
|
-
</TabsTheme.Content>);
|
56
|
+
return (_jsx(TabsTheme.Content, __assign({ ref: forwardedRef }, contentProps, { className: cn('mt-3', className), children: children })));
|
66
57
|
});
|
67
58
|
Content.displayName = 'Tabs.Content';
|
68
59
|
var Tabs = {
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
23
24
|
import React from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { TextArea as TextAreaTheme, Theme } from '@radix-ui/themes';
|
@@ -51,9 +52,7 @@ export var TextArea = React.forwardRef(function (_a, forwardedRef) {
|
|
51
52
|
sizeTheme = '3';
|
52
53
|
if (!color)
|
53
54
|
color = 'red';
|
54
|
-
return (
|
55
|
-
<TextAreaTheme ref={forwardedRef} variant={appearance} size={sizeTheme} className={cn(textAreaNavVariants({ size: size, scaling: scaling, radius: radius }), size === 'x-large' && 'rt-r-size-4', className)} {...textAreaProps}></TextAreaTheme>
|
56
|
-
</Theme>);
|
55
|
+
return (_jsx(Theme, { hasBackground: false, accentColor: color, children: _jsx(TextAreaTheme, __assign({ ref: forwardedRef, variant: appearance, size: sizeTheme, className: cn(textAreaNavVariants({ size: size, scaling: scaling, radius: radius }), size === 'x-large' && 'rt-r-size-4', className) }, textAreaProps)) }));
|
57
56
|
});
|
58
57
|
TextArea.displayName = 'TextArea';
|
59
58
|
export default TextArea;
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
23
24
|
import React from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { cn } from 'lib/utils/utils';
|
@@ -40,18 +41,12 @@ export var Root = React.forwardRef(function (_a, forwardedRef) {
|
|
40
41
|
sizeTheme = '1';
|
41
42
|
if (size === 'large')
|
42
43
|
sizeTheme = '3';
|
43
|
-
return (
|
44
|
-
<TextFieldTheme.Root ref={forwardedRef} variant={appearance} size={sizeTheme} radius={radius} color={color} className={cn(textFieldVariants({ radius: radius }), className)} {...sliderProps}>
|
45
|
-
{children}
|
46
|
-
</TextFieldTheme.Root>
|
47
|
-
</Theme>);
|
44
|
+
return (_jsx(Theme, { scaling: scaling, accentColor: color, hasBackground: false, children: _jsx(TextFieldTheme.Root, __assign({ ref: forwardedRef, variant: appearance, size: sizeTheme, radius: radius, color: color, className: cn(textFieldVariants({ radius: radius }), className) }, sliderProps, { children: children })) }));
|
48
45
|
});
|
49
46
|
Root.displayName = 'TextField.Root';
|
50
47
|
export var Slot = React.forwardRef(function (_a, forwardedRef) {
|
51
48
|
var className = _a.className, color = _a.color, side = _a.side, radius = _a.radius, children = _a.children, sliderProps = __rest(_a, ["className", "color", "side", "radius", "children"]);
|
52
|
-
return (
|
53
|
-
{children}
|
54
|
-
</TextFieldTheme.Slot>);
|
49
|
+
return (_jsx(TextFieldTheme.Slot, __assign({ ref: forwardedRef, color: color, side: side, className: cn(textFieldVariants({ radius: radius }), className) }, sliderProps, { children: children })));
|
55
50
|
});
|
56
51
|
Slot.displayName = 'TextField.Slot';
|
57
52
|
var TextField = {
|
@@ -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 ToastPrimitive from '@radix-ui/react-toast';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { cn } from 'lib/utils/utils';
|
@@ -61,8 +62,6 @@ export var ToastActionButton = forwardRef(function (_a, ref) {
|
|
61
62
|
var buttonClassName = cn(toastActionButtonVariants({ size: size, radius: radius, scaling: scaling }), color && semantics.includes(color)
|
62
63
|
? getSemanticsStyle(color)
|
63
64
|
: appearanceStyle(appearance, color !== null && color !== void 0 ? color : 'red'), className);
|
64
|
-
return (
|
65
|
-
<Button>{children}</Button>
|
66
|
-
</ToastPrimitive.Action>);
|
65
|
+
return (_jsx(ToastPrimitive.Action, __assign({ ref: ref, altText: altText }, props, { className: buttonClassName, asChild: true, children: _jsx(Button, { children: children }) })));
|
67
66
|
});
|
68
67
|
ToastActionButton.displayName = 'Toast.ActionButton';
|
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
13
25
|
import * as ToastPrimitive from '@radix-ui/react-toast';
|
14
26
|
import { cva } from 'class-variance-authority';
|
15
27
|
import { cn } from 'lib/utils/utils';
|
@@ -36,10 +48,6 @@ export var toastDescriptionVariants = cva('flex m-0 text-wrap text-slate-11 dark
|
|
36
48
|
export var ToastDescription = forwardRef(function (_a, ref) {
|
37
49
|
var className = _a.className, children = _a.children, contentText = _a.contentText, props = __rest(_a, ["className", "children", "contentText"]);
|
38
50
|
var _b = useToastContext(), size = _b.size, color = _b.color;
|
39
|
-
return (
|
40
|
-
<p className={cn(toastDescriptionVariants({ size: size, color: color }), className)}>
|
41
|
-
{contentText !== null && contentText !== void 0 ? contentText : children}
|
42
|
-
</p>
|
43
|
-
</ToastPrimitive.Description>);
|
51
|
+
return (_jsx(ToastPrimitive.Description, __assign({ ref: ref }, props, { children: _jsx("p", { className: cn(toastDescriptionVariants({ size: size, color: color }), className), children: contentText !== null && contentText !== void 0 ? contentText : children }) })));
|
44
52
|
});
|
45
53
|
ToastDescription.displayName = 'Toast.Description';
|
@@ -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, createContext, useContext, useMemo, } from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { cn } from 'lib/utils/utils';
|
26
27
|
import { scalingVariants } from 'lib/constants';
|
@@ -83,14 +84,7 @@ export var ToastRoot = forwardRef(function (_a, ref) {
|
|
83
84
|
var contextValue = useMemo(function () { return ({ radius: radius, size: size, scaling: scaling, color: color }); }, [radius, size, scaling, color]);
|
84
85
|
var toastRootStyle = "\n shadow-[hsl(206_22%_7%_/_35%)_0px_10px_38px_-10px,_hsl(206_22%_7%_/_20%)_0px_10px_20px_-15px] \n flex flex-col px-[15px] relative justify-center\n data-[state=open]:animate-slideIn \n data-[state=closed]:animate-hide \n data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] \n data-[swipe=cancel]:translate-x-0 \n data-[swipe=cancel]:transition-[transform_200ms_ease-out] \n data-[swipe=end]:animate-swipeOut\n ";
|
85
86
|
var toastClassName = cn(toastVariants({ radius: radius, scaling: scaling, size: size, color: color }), toastRootStyle, className);
|
86
|
-
return (
|
87
|
-
<ToastPrimitive.Provider swipeDirection="right" duration={duration}>
|
88
|
-
<ToastPrimitive.Root ref={ref} className={toastClassName} open={openToast} onOpenChange={setOpenToast} {...props}>
|
89
|
-
{children}
|
90
|
-
</ToastPrimitive.Root>
|
91
|
-
<ToastPrimitive.Viewport className={cn(toastViewportVariants({ toastPosition: toastPosition }))}/>
|
92
|
-
</ToastPrimitive.Provider>
|
93
|
-
</ToastContext.Provider>);
|
87
|
+
return (_jsx(ToastContext.Provider, { value: contextValue, children: _jsxs(ToastPrimitive.Provider, { swipeDirection: "right", duration: duration, children: [_jsx(ToastPrimitive.Root, __assign({ ref: ref, className: toastClassName, open: openToast, onOpenChange: setOpenToast }, props, { children: children })), _jsx(ToastPrimitive.Viewport, { className: cn(toastViewportVariants({ toastPosition: toastPosition })) })] }) }));
|
94
88
|
});
|
95
89
|
ToastRoot.displayName = 'Toast.Root';
|
96
90
|
export default ToastRoot;
|
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
13
25
|
import * as ToastPrimitive from '@radix-ui/react-toast';
|
14
26
|
import { cva } from 'class-variance-authority';
|
15
27
|
import { cn } from 'lib/utils/utils';
|
@@ -36,8 +48,6 @@ export var toastTitleVariants = cva('flex mb-[5px] text-slate-12 dark:text-slate
|
|
36
48
|
export var ToastTitle = forwardRef(function (_a, ref) {
|
37
49
|
var className = _a.className, children = _a.children, titleText = _a.titleText, props = __rest(_a, ["className", "children", "titleText"]);
|
38
50
|
var _b = useToastContext(), size = _b.size, color = _b.color;
|
39
|
-
return (
|
40
|
-
<p className={cn(toastTitleVariants({ size: size, color: color }), className)}>{titleText !== null && titleText !== void 0 ? titleText : children}</p>
|
41
|
-
</ToastPrimitive.Title>);
|
51
|
+
return (_jsx(ToastPrimitive.Title, __assign({ ref: ref }, props, { children: _jsx("p", { className: cn(toastTitleVariants({ size: size, color: color }), className), children: titleText !== null && titleText !== void 0 ? titleText : children }) })));
|
42
52
|
});
|
43
53
|
ToastTitle.displayName = 'Toast.Title';
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
23
24
|
import React, { Children, forwardRef } from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
@@ -49,12 +50,9 @@ export var IconScaling = {
|
|
49
50
|
};
|
50
51
|
export var ToggleWithText = forwardRef(function (_a, ref) {
|
51
52
|
var className = _a.className, children = _a.children, radius = _a.radius, _b = _a.size, size = _b === void 0 ? 'medium' : _b, scaling = _a.scaling, _c = _a.color, color = _c === void 0 ? 'red' : _c, _d = _a.appearance, appearance = _d === void 0 ? 'surface' : _d, text = _a.text, props = __rest(_a, ["className", "children", "radius", "size", "scaling", "color", "appearance", "text"]);
|
52
|
-
return (
|
53
|
-
|
54
|
-
|
55
|
-
})}
|
56
|
-
{text}
|
57
|
-
</TogglePrimitive.Root>);
|
53
|
+
return (_jsxs(TogglePrimitive.Root, __assign({ ref: ref, className: cn(toggleWithTextVariants({ radius: radius, size: size, scaling: scaling }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className) }, props, { children: [Children.map(children, function (child) {
|
54
|
+
return React.cloneElement(child, { className: IconScaling[size] });
|
55
|
+
}), text] })));
|
58
56
|
});
|
59
57
|
ToggleWithText.displayName = 'ToggleWithText';
|
60
58
|
export default ToggleWithText;
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
23
24
|
import React, { Children, forwardRef } from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
@@ -49,11 +50,9 @@ export var IconScaling = {
|
|
49
50
|
};
|
50
51
|
export var Toggle = forwardRef(function (_a, ref) {
|
51
52
|
var className = _a.className, children = _a.children, radius = _a.radius, _b = _a.size, size = _b === void 0 ? 'medium' : _b, scaling = _a.scaling, _c = _a.color, color = _c === void 0 ? 'red' : _c, _d = _a.appearance, appearance = _d === void 0 ? 'surface' : _d, props = __rest(_a, ["className", "children", "radius", "size", "scaling", "color", "appearance"]);
|
52
|
-
return (
|
53
|
-
{Children.map(children, function (child) {
|
53
|
+
return (_jsx(TogglePrimitive.Root, __assign({ ref: ref, className: cn(toggleVariants({ radius: radius, size: size, scaling: scaling }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className) }, props, { children: Children.map(children, function (child) {
|
54
54
|
return React.cloneElement(child, { className: IconScaling[size] });
|
55
|
-
})}
|
56
|
-
</TogglePrimitive.Root>);
|
55
|
+
}) })));
|
57
56
|
});
|
58
57
|
Toggle.displayName = 'Toggle';
|
59
58
|
export default Toggle;
|
@@ -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,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
12
24
|
import React, { Children, forwardRef, useContext, } from 'react';
|
13
25
|
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
14
26
|
import { cva } from 'class-variance-authority';
|
@@ -35,10 +47,8 @@ export var IconScaling = {
|
|
35
47
|
export var ToggleGroupItem = forwardRef(function (_a, ref) {
|
36
48
|
var className = _a.className, children = _a.children, value = _a.value, props = __rest(_a, ["className", "children", "value"]);
|
37
49
|
var _b = useContext(ToggleGroupContext), size = _b.size, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.appearance, appearance = _d === void 0 ? 'surface' : _d;
|
38
|
-
return (
|
39
|
-
{Children.map(children, function (child) {
|
50
|
+
return (_jsx(ToggleGroupPrimitive.Item, __assign({ ref: ref, value: value, className: cn(toggleGroupItemVariants({ size: size }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className) }, props, { children: Children.map(children, function (child) {
|
40
51
|
return React.cloneElement(child, { className: IconScaling[size !== null && size !== void 0 ? size : 'medium'] });
|
41
|
-
})}
|
42
|
-
</ToggleGroupPrimitive.Item>);
|
52
|
+
}) })));
|
43
53
|
});
|
44
54
|
ToggleGroupItem.displayName = 'ToggleGroup.Item';
|