@lotte-innovate/ui-component-test 0.1.53 → 0.1.54
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/lib/Typography/Header/index.js +19 -13
- package/dist/cjs/lib/Typography/Text/index.js +16 -13
- package/dist/cjs/lib/components/Accordion/index.js +55 -26
- package/dist/cjs/lib/components/AlertDialog/AlertDialogAction.js +41 -15
- package/dist/cjs/lib/components/AlertDialog/AlertDialogCancel.js +40 -14
- package/dist/cjs/lib/components/AlertDialog/AlertDialogContent.js +40 -14
- package/dist/cjs/lib/components/AlertDialog/AlertDialogDescription.js +37 -11
- package/dist/cjs/lib/components/AlertDialog/AlertDialogRoot.js +37 -10
- package/dist/cjs/lib/components/AlertDialog/AlertDialogTitle.js +37 -11
- package/dist/cjs/lib/components/AlertDialog/AlertDialogTrigger.js +41 -15
- package/dist/cjs/lib/components/AlertDialog/index.js +17 -15
- package/dist/cjs/lib/components/AspectRatio/index.js +37 -11
- package/dist/cjs/lib/components/Avatar/index.js +38 -13
- package/dist/cjs/lib/components/Badge/index.js +16 -14
- package/dist/cjs/lib/components/BarChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/BarChart/index.js +19 -17
- package/dist/cjs/lib/components/BubbleChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/BubbleChart/index.js +28 -21
- package/dist/cjs/lib/components/Button/index.js +18 -15
- package/dist/cjs/lib/components/Callout/CalloutIcon.js +17 -14
- package/dist/cjs/lib/components/Callout/CalloutRoot.js +21 -17
- package/dist/cjs/lib/components/Callout/CalloutText.js +13 -10
- package/dist/cjs/lib/components/Callout/index.js +9 -7
- package/dist/cjs/lib/components/Card/index.js +13 -11
- package/dist/cjs/lib/components/Checkbox/index.js +46 -20
- package/dist/cjs/lib/components/CheckboxCard/index.js +19 -13
- package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupItem.js +15 -9
- package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupRoot.js +41 -14
- package/dist/cjs/lib/components/CheckboxGroup/index.js +6 -4
- package/dist/cjs/lib/components/ContextMenu/ContextMenuCheckboxItem.js +41 -15
- package/dist/cjs/lib/components/ContextMenu/ContextMenuContent.js +39 -13
- package/dist/cjs/lib/components/ContextMenu/ContextMenuGroup.js +32 -6
- package/dist/cjs/lib/components/ContextMenu/ContextMenuItem.js +43 -17
- package/dist/cjs/lib/components/ContextMenu/ContextMenuItemIndicator.js +41 -15
- package/dist/cjs/lib/components/ContextMenu/ContextMenuLabel.js +39 -13
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioGroup.js +33 -7
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioItem.js +43 -17
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRoot.js +38 -11
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSeparator.js +33 -7
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSubContent.js +40 -14
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSubTrigger.js +40 -14
- package/dist/cjs/lib/components/ContextMenu/ContextMenuTrigger.js +33 -7
- package/dist/cjs/lib/components/ContextMenu/index.js +29 -27
- package/dist/cjs/lib/components/DataList/DataListItem.js +16 -13
- package/dist/cjs/lib/components/DataList/DataListLabel.js +16 -13
- package/dist/cjs/lib/components/DataList/DataListRoot.js +18 -14
- package/dist/cjs/lib/components/DataList/DataListValue.js +17 -14
- package/dist/cjs/lib/components/DataList/index.js +8 -6
- package/dist/cjs/lib/components/Dialog/DialogAction.js +17 -14
- package/dist/cjs/lib/components/Dialog/DialogCancel.js +14 -11
- package/dist/cjs/lib/components/Dialog/DialogContent.js +16 -13
- package/dist/cjs/lib/components/Dialog/DialogDescription.js +14 -11
- package/dist/cjs/lib/components/Dialog/DialogRoot.d.ts +1 -1
- package/dist/cjs/lib/components/Dialog/DialogRoot.js +11 -7
- package/dist/cjs/lib/components/Dialog/DialogSlot.js +13 -10
- package/dist/cjs/lib/components/Dialog/DialogTitle.js +14 -11
- package/dist/cjs/lib/components/Dialog/DialogTrigger.js +9 -6
- package/dist/cjs/lib/components/Dialog/index.d.ts +1 -1
- package/dist/cjs/lib/components/Dialog/index.js +19 -17
- package/dist/cjs/lib/components/DoughnutChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/DoughnutChart/index.js +22 -17
- package/dist/cjs/lib/components/DropdownMenu/DropdonMenuRadioGroup.js +32 -6
- package/dist/cjs/lib/components/DropdownMenu/DropdonMenuSubContent.js +39 -13
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuCheckboxItem.js +41 -15
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuContent.js +39 -13
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItem.js +42 -16
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItemIndicator.js +39 -13
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuLable.js +37 -11
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRadioItem.js +41 -15
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +1 -1
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRoot.js +34 -7
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSeparator.js +33 -7
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSub.js +32 -6
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSubTrigger.js +40 -14
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuTrigger.js +37 -11
- package/dist/cjs/lib/components/DropdownMenu/index.d.ts +1 -1
- package/dist/cjs/lib/components/DropdownMenu/index.js +29 -27
- package/dist/cjs/lib/components/HoverCard/HoverCardContent.js +19 -16
- package/dist/cjs/lib/components/HoverCard/HoverCardRoot.d.ts +1 -1
- package/dist/cjs/lib/components/HoverCard/HoverCardRoot.js +11 -7
- package/dist/cjs/lib/components/HoverCard/HoverCardTrigger.js +9 -6
- package/dist/cjs/lib/components/HoverCard/index.d.ts +1 -1
- package/dist/cjs/lib/components/HoverCard/index.js +9 -7
- package/dist/cjs/lib/components/IconButton/index.js +40 -14
- package/dist/cjs/lib/components/Inset/index.js +15 -12
- package/dist/cjs/lib/components/Label/index.js +43 -14
- package/dist/cjs/lib/components/LineChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/LineChart/index.js +19 -17
- package/dist/cjs/lib/components/Menubar/MenubarCheckboxItem.js +40 -14
- package/dist/cjs/lib/components/Menubar/MenubarContent.js +39 -13
- package/dist/cjs/lib/components/Menubar/MenubarItem.js +42 -16
- package/dist/cjs/lib/components/Menubar/MenubarItemIndicator.js +40 -14
- package/dist/cjs/lib/components/Menubar/MenubarMenu.js +32 -6
- package/dist/cjs/lib/components/Menubar/MenubarRadioGroup.js +33 -7
- package/dist/cjs/lib/components/Menubar/MenubarRadioItem.js +42 -16
- package/dist/cjs/lib/components/Menubar/MenubarRoot.js +45 -18
- package/dist/cjs/lib/components/Menubar/MenubarSeparator.js +33 -7
- package/dist/cjs/lib/components/Menubar/MenubarSub.js +32 -6
- package/dist/cjs/lib/components/Menubar/MenubarSubContent.js +39 -13
- package/dist/cjs/lib/components/Menubar/MenubarSubTrigger.js +40 -14
- package/dist/cjs/lib/components/Menubar/MenubarTrigger.js +40 -14
- package/dist/cjs/lib/components/Menubar/index.js +29 -27
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuContent.js +39 -13
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuIndicator.js +33 -7
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuItem.js +32 -6
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuLink.js +41 -15
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuList.js +42 -16
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuRoot.js +39 -12
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuTrigger.js +41 -15
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuViewport.js +42 -16
- package/dist/cjs/lib/components/NavigationMenu/index.js +12 -10
- package/dist/cjs/lib/components/PieChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/PieChart/index.js +22 -17
- package/dist/cjs/lib/components/Popover/PopoverClose.js +14 -11
- package/dist/cjs/lib/components/Popover/PopoverContent.js +16 -13
- package/dist/cjs/lib/components/Popover/PopoverRoot.d.ts +1 -1
- package/dist/cjs/lib/components/Popover/PopoverRoot.js +11 -7
- package/dist/cjs/lib/components/Popover/PopoverTrigger.js +9 -6
- package/dist/cjs/lib/components/Popover/index.d.ts +1 -1
- package/dist/cjs/lib/components/Popover/index.js +11 -9
- package/dist/cjs/lib/components/Progress/index.js +15 -12
- package/dist/cjs/lib/components/RadarChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/RadarChart/index.js +28 -21
- package/dist/cjs/lib/components/Radio/index.js +17 -11
- package/dist/cjs/lib/components/RadioCards/RadioCardsItem.js +14 -11
- package/dist/cjs/lib/components/RadioCards/RadioCardsRoot.js +15 -12
- package/dist/cjs/lib/components/RadioCards/index.js +7 -5
- package/dist/cjs/lib/components/RadioGroup/RadioGroupItem.js +14 -11
- package/dist/cjs/lib/components/RadioGroup/RadioGroupRoot.js +13 -10
- package/dist/cjs/lib/components/RadioGroup/index.js +7 -5
- package/dist/cjs/lib/components/ScrollArea/index.js +10 -7
- package/dist/cjs/lib/components/SegmentedControl/SegmentedControlItem.js +10 -7
- package/dist/cjs/lib/components/SegmentedControl/SegmentedControlRoot.js +41 -12
- package/dist/cjs/lib/components/SegmentedControl/index.js +7 -5
- package/dist/cjs/lib/components/Select/index.js +43 -37
- package/dist/cjs/lib/components/Separator/index.js +19 -13
- package/dist/cjs/lib/components/Skeleton/index.js +18 -12
- package/dist/cjs/lib/components/Slider/index.js +18 -12
- package/dist/cjs/lib/components/Spinner/index.js +18 -12
- package/dist/cjs/lib/components/TabNav/index.js +21 -15
- package/dist/cjs/lib/components/Table/index.js +45 -39
- package/dist/cjs/lib/components/Tabs/index.js +31 -25
- package/dist/cjs/lib/components/TextArea/index.js +19 -13
- package/dist/cjs/lib/components/TextField/index.js +24 -18
- package/dist/cjs/lib/components/Toast/ToastActionButton.js +47 -18
- package/dist/cjs/lib/components/Toast/ToastDescription.js +37 -11
- package/dist/cjs/lib/components/Toast/ToastRoot.js +45 -18
- package/dist/cjs/lib/components/Toast/ToastTitle.js +37 -11
- package/dist/cjs/lib/components/Toast/index.js +11 -9
- package/dist/cjs/lib/components/Toggle/ToggleWithText.js +42 -16
- package/dist/cjs/lib/components/Toggle/index.js +45 -16
- package/dist/cjs/lib/components/ToggleGroup/ToggleGroupItem.js +40 -14
- package/dist/cjs/lib/components/ToggleGroup/ToggleGroupRoot.js +38 -12
- package/dist/cjs/lib/components/ToggleGroup/index.js +7 -5
- package/dist/cjs/lib/components/ToggleSwitch/index.js +22 -16
- package/dist/cjs/lib/components/Tooltip/index.js +41 -13
- package/dist/esm/lib/Typography/Header/{index.jsx → index.js} +2 -5
- package/dist/esm/lib/Typography/Text/{index.jsx → index.js} +3 -6
- package/dist/esm/lib/components/Accordion/{index.jsx → index.js} +5 -17
- package/dist/esm/lib/components/AlertDialog/{AlertDialogAction.jsx → AlertDialogAction.js} +3 -4
- package/dist/esm/lib/components/AlertDialog/{AlertDialogCancel.jsx → AlertDialogCancel.js} +3 -4
- package/dist/esm/lib/components/AlertDialog/{AlertDialogContent.jsx → AlertDialogContent.js} +3 -7
- package/dist/esm/lib/components/AlertDialog/{AlertDialogDescription.jsx → AlertDialogDescription.js} +14 -4
- package/dist/esm/lib/components/AlertDialog/{AlertDialogRoot.jsx → AlertDialogRoot.js} +14 -6
- package/dist/esm/lib/components/AlertDialog/{AlertDialogTitle.jsx → AlertDialogTitle.js} +14 -4
- package/dist/esm/lib/components/AlertDialog/{AlertDialogTrigger.jsx → AlertDialogTrigger.js} +3 -4
- package/dist/esm/lib/components/AspectRatio/{index.jsx → index.js} +3 -4
- package/dist/esm/lib/components/Avatar/{index.jsx → index.js} +3 -7
- package/dist/esm/lib/components/Badge/{index.jsx → index.js} +3 -4
- package/dist/esm/lib/components/BarChart/index.d.ts +1 -2
- package/dist/esm/lib/components/BarChart/{index.jsx → index.js} +3 -2
- package/dist/esm/lib/components/BubbleChart/index.d.ts +1 -2
- package/dist/esm/lib/components/BubbleChart/{index.jsx → index.js} +3 -3
- package/dist/esm/lib/components/Button/{index.jsx → index.js} +3 -4
- package/dist/esm/lib/components/Callout/{CalloutIcon.jsx → CalloutIcon.js} +3 -8
- package/dist/esm/lib/components/Callout/{CalloutRoot.jsx → CalloutRoot.js} +3 -6
- package/dist/esm/lib/components/Callout/{CalloutText.jsx → CalloutText.js} +14 -4
- package/dist/esm/lib/components/Card/{index.jsx → index.js} +3 -4
- package/dist/esm/lib/components/Checkbox/{index.jsx → index.js} +3 -11
- package/dist/esm/lib/components/CheckboxCard/{index.jsx → index.js} +3 -5
- package/dist/esm/lib/components/CheckboxGroup/{CheckboxGroupItem.jsx → CheckboxGroupItem.js} +14 -6
- package/dist/esm/lib/components/CheckboxGroup/{CheckboxGroupRoot.jsx → CheckboxGroupRoot.js} +2 -5
- package/dist/esm/lib/components/ContextMenu/{ContextMenuCheckboxItem.jsx → ContextMenuCheckboxItem.js} +14 -7
- package/dist/esm/lib/components/ContextMenu/{ContextMenuContent.jsx → ContextMenuContent.js} +3 -6
- package/dist/esm/lib/components/ContextMenu/{ContextMenuGroup.jsx → ContextMenuGroup.js} +14 -4
- package/dist/esm/lib/components/ContextMenu/{ContextMenuItem.jsx → ContextMenuItem.js} +3 -5
- package/dist/esm/lib/components/ContextMenu/{ContextMenuItemIndicator.jsx → ContextMenuItemIndicator.js} +3 -4
- package/dist/esm/lib/components/ContextMenu/{ContextMenuLabel.jsx → ContextMenuLabel.js} +3 -4
- package/dist/esm/lib/components/ContextMenu/{ContextMenuRadioGroup.jsx → ContextMenuRadioGroup.js} +14 -6
- package/dist/esm/lib/components/ContextMenu/{ContextMenuRadioItem.jsx → ContextMenuRadioItem.js} +14 -7
- package/dist/esm/lib/components/ContextMenu/{ContextMenuRoot.jsx → ContextMenuRoot.js} +14 -6
- package/dist/esm/lib/components/ContextMenu/{ContextMenuSeparator.jsx → ContextMenuSeparator.js} +14 -4
- package/dist/esm/lib/components/ContextMenu/{ContextMenuSubContent.jsx → ContextMenuSubContent.js} +7 -10
- package/dist/esm/lib/components/ContextMenu/{ContextMenuSubTrigger.jsx → ContextMenuSubTrigger.js} +14 -9
- package/dist/esm/lib/components/ContextMenu/{ContextMenuTrigger.jsx → ContextMenuTrigger.js} +14 -4
- package/dist/esm/lib/components/DataList/{DataListItem.jsx → DataListItem.js} +3 -4
- package/dist/esm/lib/components/DataList/{DataListLabel.jsx → DataListLabel.js} +3 -4
- package/dist/esm/lib/components/DataList/{DataListRoot.jsx → DataListRoot.js} +14 -6
- package/dist/esm/lib/components/DataList/{DataListValue.jsx → DataListValue.js} +3 -4
- package/dist/esm/lib/components/Dialog/{DialogAction.jsx → DialogAction.js} +14 -4
- package/dist/esm/lib/components/Dialog/{DialogCancel.jsx → DialogCancel.js} +14 -4
- package/dist/esm/lib/components/Dialog/{DialogContent.jsx → DialogContent.js} +3 -4
- package/dist/esm/lib/components/Dialog/{DialogDescription.jsx → DialogDescription.js} +14 -4
- package/dist/esm/lib/components/Dialog/DialogRoot.d.ts +1 -1
- package/dist/esm/lib/components/Dialog/{DialogRoot.jsx → DialogRoot.js} +14 -6
- package/dist/esm/lib/components/Dialog/{DialogSlot.jsx → DialogSlot.js} +14 -4
- package/dist/esm/lib/components/Dialog/{DialogTitle.jsx → DialogTitle.js} +14 -4
- package/dist/esm/lib/components/Dialog/{DialogTrigger.jsx → DialogTrigger.js} +14 -4
- package/dist/esm/lib/components/Dialog/index.d.ts +1 -1
- package/dist/esm/lib/components/DoughnutChart/index.d.ts +1 -2
- package/dist/esm/lib/components/DoughnutChart/{index.jsx → index.js} +3 -3
- package/dist/esm/lib/components/DropdownMenu/{DropdonMenuRadioGroup.jsx → DropdonMenuRadioGroup.js} +13 -3
- package/dist/esm/lib/components/DropdownMenu/{DropdonMenuSubContent.jsx → DropdonMenuSubContent.js} +7 -10
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuCheckboxItem.jsx → DropdownMenuCheckboxItem.js} +14 -7
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuContent.jsx → DropdownMenuContent.js} +3 -6
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuItem.jsx → DropdownMenuItem.js} +3 -5
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuItemIndicator.jsx → DropdownMenuItemIndicator.js} +3 -4
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuLable.jsx → DropdownMenuLable.js} +14 -4
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuRadioItem.jsx → DropdownMenuRadioItem.js} +14 -7
- package/dist/esm/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +1 -1
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuRoot.jsx → DropdownMenuRoot.js} +14 -4
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuSeparator.jsx → DropdownMenuSeparator.js} +14 -2
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuSub.jsx → DropdownMenuSub.js} +14 -2
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuSubTrigger.jsx → DropdownMenuSubTrigger.js} +14 -7
- package/dist/esm/lib/components/DropdownMenu/{DropdownMenuTrigger.jsx → DropdownMenuTrigger.js} +14 -4
- package/dist/esm/lib/components/DropdownMenu/index.d.ts +1 -1
- package/dist/esm/lib/components/HoverCard/{HoverCardContent.jsx → HoverCardContent.js} +3 -4
- package/dist/esm/lib/components/HoverCard/HoverCardRoot.d.ts +1 -1
- package/dist/esm/lib/components/HoverCard/{HoverCardRoot.jsx → HoverCardRoot.js} +14 -6
- package/dist/esm/lib/components/HoverCard/{HoverCardTrigger.jsx → HoverCardTrigger.js} +14 -4
- package/dist/esm/lib/components/HoverCard/index.d.ts +1 -1
- package/dist/esm/lib/components/IconButton/{index.jsx → index.js} +2 -3
- package/dist/esm/lib/components/Inset/{index.jsx → index.js} +3 -6
- package/dist/esm/lib/components/Label/{index.jsx → index.js} +2 -3
- package/dist/esm/lib/components/LineChart/index.d.ts +1 -2
- package/dist/esm/lib/components/LineChart/{index.jsx → index.js} +3 -2
- package/dist/esm/lib/components/Menubar/{MenubarCheckboxItem.jsx → MenubarCheckboxItem.js} +14 -7
- package/dist/esm/lib/components/Menubar/{MenubarContent.jsx → MenubarContent.js} +7 -10
- package/dist/esm/lib/components/Menubar/{MenubarItem.jsx → MenubarItem.js} +3 -5
- package/dist/esm/lib/components/Menubar/{MenubarItemIndicator.jsx → MenubarItemIndicator.js} +3 -4
- package/dist/esm/lib/components/Menubar/{MenubarMenu.jsx → MenubarMenu.js} +14 -2
- package/dist/esm/lib/components/Menubar/{MenubarRadioGroup.jsx → MenubarRadioGroup.js} +14 -6
- package/dist/esm/lib/components/Menubar/{MenubarRadioItem.jsx → MenubarRadioItem.js} +14 -7
- package/dist/esm/lib/components/Menubar/{MenubarRoot.jsx → MenubarRoot.js} +3 -6
- package/dist/esm/lib/components/Menubar/{MenubarSeparator.jsx → MenubarSeparator.js} +14 -4
- package/dist/esm/lib/components/Menubar/{MenubarSub.jsx → MenubarSub.js} +14 -2
- package/dist/esm/lib/components/Menubar/{MenubarSubContent.jsx → MenubarSubContent.js} +4 -5
- package/dist/esm/lib/components/Menubar/{MenubarSubTrigger.jsx → MenubarSubTrigger.js} +14 -7
- package/dist/esm/lib/components/Menubar/{MenubarTrigger.jsx → MenubarTrigger.js} +3 -4
- package/dist/esm/lib/components/NavigationMenu/{NavigationMenuContent.jsx → NavigationMenuContent.js} +3 -4
- package/dist/esm/lib/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
- package/dist/esm/lib/components/NavigationMenu/{NavigationMenuItem.jsx → NavigationMenuItem.js} +14 -4
- package/dist/esm/lib/components/NavigationMenu/{NavigationMenuLink.jsx → NavigationMenuLink.js} +3 -4
- package/dist/esm/lib/components/NavigationMenu/{NavigationMenuList.jsx → NavigationMenuList.js} +3 -5
- package/dist/esm/lib/components/NavigationMenu/{NavigationMenuRoot.jsx → NavigationMenuRoot.js} +14 -6
- package/dist/esm/lib/components/NavigationMenu/{NavigationMenuTrigger.jsx → NavigationMenuTrigger.js} +3 -5
- package/dist/esm/lib/components/NavigationMenu/{NavigationMenuViewport.jsx → NavigationMenuViewport.js} +3 -4
- package/dist/esm/lib/components/PieChart/index.d.ts +1 -2
- package/dist/esm/lib/components/PieChart/{index.jsx → index.js} +3 -3
- package/dist/esm/lib/components/Popover/{PopoverClose.jsx → PopoverClose.js} +14 -4
- package/dist/esm/lib/components/Popover/{PopoverContent.jsx → PopoverContent.js} +3 -4
- package/dist/esm/lib/components/Popover/PopoverRoot.d.ts +1 -1
- package/dist/esm/lib/components/Popover/{PopoverRoot.jsx → PopoverRoot.js} +14 -6
- package/dist/esm/lib/components/Popover/{PopoverTrigger.jsx → PopoverTrigger.js} +14 -4
- package/dist/esm/lib/components/Popover/index.d.ts +1 -1
- package/dist/esm/lib/components/Progress/{index.jsx → index.js} +3 -4
- package/dist/esm/lib/components/RadarChart/index.d.ts +1 -2
- package/dist/esm/lib/components/RadarChart/{index.jsx → index.js} +3 -3
- package/dist/esm/lib/components/Radio/{index.jsx → index.js} +13 -8
- package/dist/esm/lib/components/RadioCards/{RadioCardsItem.jsx → RadioCardsItem.js} +14 -4
- package/dist/esm/lib/components/RadioCards/{RadioCardsRoot.jsx → RadioCardsRoot.js} +3 -8
- package/dist/esm/lib/components/RadioGroup/{RadioGroupItem.jsx → RadioGroupItem.js} +14 -4
- package/dist/esm/lib/components/RadioGroup/{RadioGroupRoot.jsx → RadioGroupRoot.js} +14 -8
- package/dist/esm/lib/components/ScrollArea/{index.jsx → index.js} +14 -6
- package/dist/esm/lib/components/SegmentedControl/{SegmentedControlItem.jsx → SegmentedControlItem.js} +14 -4
- package/dist/esm/lib/components/SegmentedControl/{SegmentedControlRoot.jsx → SegmentedControlRoot.js} +2 -5
- package/dist/esm/lib/components/Select/{index.jsx → index.js} +8 -25
- package/dist/esm/lib/components/Separator/{index.jsx → index.js} +2 -5
- package/dist/esm/lib/components/Skeleton/{index.jsx → index.js} +2 -5
- package/dist/esm/lib/components/Slider/{index.jsx → index.js} +2 -3
- package/dist/esm/lib/components/Spinner/{index.jsx → index.js} +2 -5
- package/dist/esm/lib/components/TabNav/{index.jsx → index.js} +14 -8
- package/dist/esm/lib/components/Table/{index.jsx → index.js} +8 -23
- package/dist/esm/lib/components/Tabs/{index.jsx → index.js} +5 -14
- package/dist/esm/lib/components/TextArea/{index.jsx → index.js} +2 -3
- package/dist/esm/lib/components/TextField/{index.jsx → index.js} +3 -8
- package/dist/esm/lib/components/Toast/{ToastActionButton.jsx → ToastActionButton.js} +3 -4
- package/dist/esm/lib/components/Toast/{ToastDescription.jsx → ToastDescription.js} +14 -6
- package/dist/esm/lib/components/Toast/{ToastRoot.jsx → ToastRoot.js} +3 -9
- package/dist/esm/lib/components/Toast/{ToastTitle.jsx → ToastTitle.js} +14 -4
- package/dist/esm/lib/components/Toggle/{ToggleWithText.jsx → ToggleWithText.js} +4 -6
- package/dist/esm/lib/components/Toggle/{index.jsx → index.js} +3 -4
- package/dist/esm/lib/components/ToggleGroup/{ToggleGroupItem.jsx → ToggleGroupItem.js} +14 -4
- package/dist/esm/lib/components/ToggleGroup/{ToggleGroupRoot.jsx → ToggleGroupRoot.js} +3 -8
- package/dist/esm/lib/components/ToggleSwitch/{index.jsx → index.js} +2 -6
- package/dist/esm/lib/components/Tooltip/{index.jsx → index.js} +2 -11
- package/package.json +1 -1
- package/dist/cjs/lib/Typography/Header/index.jsx +0 -64
- package/dist/cjs/lib/Typography/Text/index.jsx +0 -73
- package/dist/cjs/lib/components/Accordion/index.jsx +0 -105
- package/dist/cjs/lib/components/AlertDialog/AlertDialogAction.jsx +0 -88
- package/dist/cjs/lib/components/AlertDialog/AlertDialogCancel.jsx +0 -87
- package/dist/cjs/lib/components/AlertDialog/AlertDialogContent.jsx +0 -81
- package/dist/cjs/lib/components/AlertDialog/AlertDialogDescription.jsx +0 -63
- package/dist/cjs/lib/components/AlertDialog/AlertDialogRoot.jsx +0 -65
- package/dist/cjs/lib/components/AlertDialog/AlertDialogTitle.jsx +0 -63
- package/dist/cjs/lib/components/AlertDialog/AlertDialogTrigger.jsx +0 -82
- package/dist/cjs/lib/components/AlertDialog/index.jsx +0 -19
- package/dist/cjs/lib/components/AspectRatio/index.jsx +0 -69
- package/dist/cjs/lib/components/Avatar/index.jsx +0 -87
- package/dist/cjs/lib/components/Badge/index.jsx +0 -80
- package/dist/cjs/lib/components/BarChart/index.jsx +0 -64
- package/dist/cjs/lib/components/BubbleChart/index.jsx +0 -80
- package/dist/cjs/lib/components/Button/index.jsx +0 -83
- package/dist/cjs/lib/components/Callout/CalloutIcon.jsx +0 -88
- package/dist/cjs/lib/components/Callout/CalloutRoot.jsx +0 -102
- package/dist/cjs/lib/components/Callout/CalloutText.jsx +0 -68
- package/dist/cjs/lib/components/Callout/index.jsx +0 -11
- package/dist/cjs/lib/components/Card/index.jsx +0 -90
- package/dist/cjs/lib/components/Checkbox/index.jsx +0 -123
- package/dist/cjs/lib/components/CheckboxCard/index.jsx +0 -89
- package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupItem.jsx +0 -54
- package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupRoot.jsx +0 -64
- package/dist/cjs/lib/components/CheckboxGroup/index.jsx +0 -6
- package/dist/cjs/lib/components/ContextMenu/ContextMenuCheckboxItem.jsx +0 -61
- package/dist/cjs/lib/components/ContextMenu/ContextMenuContent.jsx +0 -85
- package/dist/cjs/lib/components/ContextMenu/ContextMenuGroup.jsx +0 -46
- package/dist/cjs/lib/components/ContextMenu/ContextMenuItem.jsx +0 -87
- package/dist/cjs/lib/components/ContextMenu/ContextMenuItemIndicator.jsx +0 -77
- package/dist/cjs/lib/components/ContextMenu/ContextMenuLabel.jsx +0 -75
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioGroup.jsx +0 -49
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioItem.jsx +0 -63
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRoot.jsx +0 -61
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSeparator.jsx +0 -47
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSubContent.jsx +0 -83
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSubTrigger.jsx +0 -61
- package/dist/cjs/lib/components/ContextMenu/ContextMenuTrigger.jsx +0 -47
- package/dist/cjs/lib/components/ContextMenu/index.jsx +0 -31
- package/dist/cjs/lib/components/DataList/DataListItem.jsx +0 -70
- package/dist/cjs/lib/components/DataList/DataListLabel.jsx +0 -76
- package/dist/cjs/lib/components/DataList/DataListRoot.jsx +0 -73
- package/dist/cjs/lib/components/DataList/DataListValue.jsx +0 -78
- package/dist/cjs/lib/components/DataList/index.jsx +0 -8
- package/dist/cjs/lib/components/Dialog/DialogAction.jsx +0 -75
- package/dist/cjs/lib/components/Dialog/DialogCancel.jsx +0 -71
- package/dist/cjs/lib/components/Dialog/DialogContent.jsx +0 -84
- package/dist/cjs/lib/components/Dialog/DialogDescription.jsx +0 -63
- package/dist/cjs/lib/components/Dialog/DialogRoot.jsx +0 -56
- package/dist/cjs/lib/components/Dialog/DialogSlot.jsx +0 -62
- package/dist/cjs/lib/components/Dialog/DialogTitle.jsx +0 -63
- package/dist/cjs/lib/components/Dialog/DialogTrigger.jsx +0 -46
- package/dist/cjs/lib/components/Dialog/index.jsx +0 -21
- package/dist/cjs/lib/components/DoughnutChart/index.jsx +0 -70
- package/dist/cjs/lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx +0 -46
- package/dist/cjs/lib/components/DropdownMenu/DropdonMenuSubContent.jsx +0 -89
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +0 -60
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuContent.jsx +0 -85
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItem.jsx +0 -86
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx +0 -75
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuLable.jsx +0 -61
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRadioItem.jsx +0 -60
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRoot.jsx +0 -55
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSeparator.jsx +0 -45
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSub.jsx +0 -44
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx +0 -59
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuTrigger.jsx +0 -69
- package/dist/cjs/lib/components/DropdownMenu/index.jsx +0 -31
- package/dist/cjs/lib/components/HoverCard/HoverCardContent.jsx +0 -88
- package/dist/cjs/lib/components/HoverCard/HoverCardRoot.jsx +0 -57
- package/dist/cjs/lib/components/HoverCard/HoverCardTrigger.jsx +0 -46
- package/dist/cjs/lib/components/HoverCard/index.jsx +0 -11
- package/dist/cjs/lib/components/IconButton/index.jsx +0 -90
- package/dist/cjs/lib/components/Inset/index.jsx +0 -79
- package/dist/cjs/lib/components/Label/index.jsx +0 -83
- package/dist/cjs/lib/components/LineChart/index.jsx +0 -62
- package/dist/cjs/lib/components/Menubar/MenubarCheckboxItem.jsx +0 -57
- package/dist/cjs/lib/components/Menubar/MenubarContent.jsx +0 -89
- package/dist/cjs/lib/components/Menubar/MenubarItem.jsx +0 -82
- package/dist/cjs/lib/components/Menubar/MenubarItemIndicator.jsx +0 -76
- package/dist/cjs/lib/components/Menubar/MenubarMenu.jsx +0 -44
- package/dist/cjs/lib/components/Menubar/MenubarRadioGroup.jsx +0 -49
- package/dist/cjs/lib/components/Menubar/MenubarRadioItem.jsx +0 -59
- package/dist/cjs/lib/components/Menubar/MenubarRoot.jsx +0 -91
- package/dist/cjs/lib/components/Menubar/MenubarSeparator.jsx +0 -47
- package/dist/cjs/lib/components/Menubar/MenubarSub.jsx +0 -44
- package/dist/cjs/lib/components/Menubar/MenubarSubContent.jsx +0 -78
- package/dist/cjs/lib/components/Menubar/MenubarSubTrigger.jsx +0 -60
- package/dist/cjs/lib/components/Menubar/MenubarTrigger.jsx +0 -84
- package/dist/cjs/lib/components/Menubar/index.jsx +0 -31
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuContent.jsx +0 -75
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -48
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuItem.jsx +0 -46
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuLink.jsx +0 -78
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuList.jsx +0 -75
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuRoot.jsx +0 -62
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuTrigger.jsx +0 -86
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuViewport.jsx +0 -80
- package/dist/cjs/lib/components/NavigationMenu/index.jsx +0 -12
- package/dist/cjs/lib/components/PieChart/index.jsx +0 -70
- package/dist/cjs/lib/components/Popover/PopoverClose.jsx +0 -64
- package/dist/cjs/lib/components/Popover/PopoverContent.jsx +0 -92
- package/dist/cjs/lib/components/Popover/PopoverRoot.jsx +0 -55
- package/dist/cjs/lib/components/Popover/PopoverTrigger.jsx +0 -46
- package/dist/cjs/lib/components/Popover/index.jsx +0 -13
- package/dist/cjs/lib/components/Progress/index.jsx +0 -83
- package/dist/cjs/lib/components/RadarChart/index.jsx +0 -83
- package/dist/cjs/lib/components/Radio/index.jsx +0 -54
- package/dist/cjs/lib/components/RadioCards/RadioCardsItem.jsx +0 -70
- package/dist/cjs/lib/components/RadioCards/RadioCardsRoot.jsx +0 -77
- package/dist/cjs/lib/components/RadioCards/index.jsx +0 -9
- package/dist/cjs/lib/components/RadioGroup/RadioGroupItem.jsx +0 -62
- package/dist/cjs/lib/components/RadioGroup/RadioGroupRoot.jsx +0 -73
- package/dist/cjs/lib/components/RadioGroup/index.jsx +0 -9
- package/dist/cjs/lib/components/ScrollArea/index.jsx +0 -54
- package/dist/cjs/lib/components/SegmentedControl/SegmentedControlItem.jsx +0 -51
- package/dist/cjs/lib/components/SegmentedControl/SegmentedControlRoot.jsx +0 -79
- package/dist/cjs/lib/components/SegmentedControl/index.jsx +0 -9
- package/dist/cjs/lib/components/Select/index.jsx +0 -115
- package/dist/cjs/lib/components/Separator/index.jsx +0 -56
- package/dist/cjs/lib/components/Skeleton/index.jsx +0 -51
- package/dist/cjs/lib/components/Slider/index.jsx +0 -56
- package/dist/cjs/lib/components/Spinner/index.jsx +0 -56
- package/dist/cjs/lib/components/TabNav/index.jsx +0 -50
- package/dist/cjs/lib/components/Table/index.jsx +0 -119
- package/dist/cjs/lib/components/Tabs/index.jsx +0 -80
- package/dist/cjs/lib/components/TextArea/index.jsx +0 -65
- package/dist/cjs/lib/components/TextField/index.jsx +0 -67
- package/dist/cjs/lib/components/Toast/ToastActionButton.jsx +0 -97
- package/dist/cjs/lib/components/Toast/ToastDescription.jsx +0 -71
- package/dist/cjs/lib/components/Toast/ToastRoot.jsx +0 -123
- package/dist/cjs/lib/components/Toast/ToastTitle.jsx +0 -69
- package/dist/cjs/lib/components/Toast/index.jsx +0 -13
- package/dist/cjs/lib/components/Toggle/ToggleWithText.jsx +0 -86
- package/dist/cjs/lib/components/Toggle/index.jsx +0 -88
- package/dist/cjs/lib/components/ToggleGroup/ToggleGroupItem.jsx +0 -70
- package/dist/cjs/lib/components/ToggleGroup/ToggleGroupRoot.jsx +0 -79
- package/dist/cjs/lib/components/ToggleGroup/index.jsx +0 -9
- package/dist/cjs/lib/components/ToggleSwitch/index.jsx +0 -81
- package/dist/cjs/lib/components/Tooltip/index.jsx +0 -86
- package/dist/esm/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
- /package/dist/esm/lib/components/AlertDialog/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/Callout/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/CheckboxGroup/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/ContextMenu/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/DataList/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/Dialog/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/DropdownMenu/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/HoverCard/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/Menubar/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/NavigationMenu/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/Popover/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/RadioCards/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/RadioGroup/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/SegmentedControl/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/Toast/{index.jsx → index.js} +0 -0
- /package/dist/esm/lib/components/ToggleGroup/{index.jsx → index.js} +0 -0
@@ -1,3 +1,4 @@
|
|
1
|
+
"use strict";
|
1
2
|
var __assign = (this && this.__assign) || function () {
|
2
3
|
__assign = Object.assign || function(t) {
|
3
4
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
@@ -9,6 +10,32 @@ var __assign = (this && this.__assign) || function () {
|
|
9
10
|
};
|
10
11
|
return __assign.apply(this, arguments);
|
11
12
|
};
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
14
|
+
if (k2 === undefined) k2 = k;
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
18
|
+
}
|
19
|
+
Object.defineProperty(o, k2, desc);
|
20
|
+
}) : (function(o, m, k, k2) {
|
21
|
+
if (k2 === undefined) k2 = k;
|
22
|
+
o[k2] = m[k];
|
23
|
+
}));
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
26
|
+
}) : function(o, v) {
|
27
|
+
o["default"] = v;
|
28
|
+
});
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
30
|
+
if (mod && mod.__esModule) return mod;
|
31
|
+
var result = {};
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
33
|
+
__setModuleDefault(result, mod);
|
34
|
+
return result;
|
35
|
+
};
|
36
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
37
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
38
|
+
};
|
12
39
|
var __rest = (this && this.__rest) || function (s, e) {
|
13
40
|
var t = {};
|
14
41
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -20,22 +47,24 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
47
|
}
|
21
48
|
return t;
|
22
49
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
var
|
50
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
51
|
+
exports.Toggle = exports.IconScaling = void 0;
|
52
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
53
|
+
var react_1 = __importStar(require("react"));
|
54
|
+
var class_variance_authority_1 = require("class-variance-authority");
|
55
|
+
var TogglePrimitive = __importStar(require("@radix-ui/react-toggle"));
|
56
|
+
var constants_1 = require("lib/constants");
|
57
|
+
var utils_1 = require("lib/utils/utils");
|
58
|
+
__exportStar(require("./ToggleWithText"), exports);
|
59
|
+
var toggleVariants = (0, class_variance_authority_1.cva)('grid place-content-center items-center justify-center box-border"', {
|
31
60
|
variants: {
|
32
|
-
radius: __assign({}, radiusVariants['base']),
|
61
|
+
radius: __assign({}, constants_1.radiusVariants['base']),
|
33
62
|
size: {
|
34
63
|
small: 'w-6 h-6 p-[6px]',
|
35
64
|
medium: 'w-8 h-8 p-2',
|
36
65
|
large: 'w-10 h-10 p-[11px]',
|
37
66
|
},
|
38
|
-
scaling: __assign({}, scalingVariants),
|
67
|
+
scaling: __assign({}, constants_1.scalingVariants),
|
39
68
|
},
|
40
69
|
defaultVariants: {
|
41
70
|
radius: 'medium',
|
@@ -43,16 +72,16 @@ var toggleVariants = cva('grid place-content-center items-center justify-center
|
|
43
72
|
scaling: '100%',
|
44
73
|
},
|
45
74
|
});
|
46
|
-
|
75
|
+
exports.IconScaling = {
|
47
76
|
small: 'w-[14px]',
|
48
77
|
medium: 'w-4',
|
49
78
|
large: 'w-[18px]',
|
50
79
|
};
|
51
|
-
|
80
|
+
exports.Toggle = (0, react_1.forwardRef)(function (_a, ref) {
|
52
81
|
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"]);
|
53
|
-
return (
|
54
|
-
return
|
82
|
+
return ((0, jsx_runtime_1.jsx)(TogglePrimitive.Root, __assign({ ref: ref, className: (0, utils_1.cn)(toggleVariants({ radius: radius, size: size, scaling: scaling }), (0, constants_1.toggleAppearanceStyle)(appearance, color, true, 'data-[state=on]:'), className) }, props, { children: react_1.Children.map(children, function (child) {
|
83
|
+
return react_1.default.cloneElement(child, { className: exports.IconScaling[size] });
|
55
84
|
}) })));
|
56
85
|
});
|
57
|
-
Toggle.displayName = 'Toggle';
|
58
|
-
|
86
|
+
exports.Toggle.displayName = 'Toggle';
|
87
|
+
exports.default = exports.Toggle;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
"use strict";
|
1
2
|
var __assign = (this && this.__assign) || function () {
|
2
3
|
__assign = Object.assign || function(t) {
|
3
4
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
@@ -9,6 +10,29 @@ var __assign = (this && this.__assign) || function () {
|
|
9
10
|
};
|
10
11
|
return __assign.apply(this, arguments);
|
11
12
|
};
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
14
|
+
if (k2 === undefined) k2 = k;
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
18
|
+
}
|
19
|
+
Object.defineProperty(o, k2, desc);
|
20
|
+
}) : (function(o, m, k, k2) {
|
21
|
+
if (k2 === undefined) k2 = k;
|
22
|
+
o[k2] = m[k];
|
23
|
+
}));
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
26
|
+
}) : function(o, v) {
|
27
|
+
o["default"] = v;
|
28
|
+
});
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
30
|
+
if (mod && mod.__esModule) return mod;
|
31
|
+
var result = {};
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
33
|
+
__setModuleDefault(result, mod);
|
34
|
+
return result;
|
35
|
+
};
|
12
36
|
var __rest = (this && this.__rest) || function (s, e) {
|
13
37
|
var t = {};
|
14
38
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -20,14 +44,16 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
44
|
}
|
21
45
|
return t;
|
22
46
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
48
|
+
exports.ToggleGroupItem = exports.IconScaling = exports.toggleGroupItemVariants = void 0;
|
49
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
50
|
+
var react_1 = __importStar(require("react"));
|
51
|
+
var ToggleGroupPrimitive = __importStar(require("@radix-ui/react-toggle-group"));
|
52
|
+
var class_variance_authority_1 = require("class-variance-authority");
|
53
|
+
var constants_1 = require("lib/constants");
|
54
|
+
var ToggleGroupRoot_1 = require("./ToggleGroupRoot");
|
55
|
+
var utils_1 = require("lib/utils/utils");
|
56
|
+
exports.toggleGroupItemVariants = (0, class_variance_authority_1.cva)('grid place-content-center mr-[-1px] first:rounded-l last:rounded-r', {
|
31
57
|
variants: {
|
32
58
|
size: {
|
33
59
|
small: 'w-6 h-6 p-[6px]',
|
@@ -39,16 +65,16 @@ export var toggleGroupItemVariants = cva('grid place-content-center mr-[-1px] fi
|
|
39
65
|
size: 'medium',
|
40
66
|
},
|
41
67
|
});
|
42
|
-
|
68
|
+
exports.IconScaling = {
|
43
69
|
small: 'w-[14px]',
|
44
70
|
medium: 'w-4',
|
45
71
|
large: 'w-[18px]',
|
46
72
|
};
|
47
|
-
|
73
|
+
exports.ToggleGroupItem = (0, react_1.forwardRef)(function (_a, ref) {
|
48
74
|
var className = _a.className, children = _a.children, value = _a.value, props = __rest(_a, ["className", "children", "value"]);
|
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;
|
50
|
-
return (
|
51
|
-
return
|
75
|
+
var _b = (0, react_1.useContext)(ToggleGroupRoot_1.ToggleGroupContext), size = _b.size, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.appearance, appearance = _d === void 0 ? 'surface' : _d;
|
76
|
+
return ((0, jsx_runtime_1.jsx)(ToggleGroupPrimitive.Item, __assign({ ref: ref, value: value, className: (0, utils_1.cn)((0, exports.toggleGroupItemVariants)({ size: size }), (0, constants_1.toggleAppearanceStyle)(appearance, color, true, 'data-[state=on]:'), className) }, props, { children: react_1.Children.map(children, function (child) {
|
77
|
+
return react_1.default.cloneElement(child, { className: exports.IconScaling[size !== null && size !== void 0 ? size : 'medium'] });
|
52
78
|
}) })));
|
53
79
|
});
|
54
|
-
ToggleGroupItem.displayName = 'ToggleGroup.Item';
|
80
|
+
exports.ToggleGroupItem.displayName = 'ToggleGroup.Item';
|
@@ -1,3 +1,4 @@
|
|
1
|
+
"use strict";
|
1
2
|
var __assign = (this && this.__assign) || function () {
|
2
3
|
__assign = Object.assign || function(t) {
|
3
4
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
@@ -9,6 +10,29 @@ var __assign = (this && this.__assign) || function () {
|
|
9
10
|
};
|
10
11
|
return __assign.apply(this, arguments);
|
11
12
|
};
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
14
|
+
if (k2 === undefined) k2 = k;
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
18
|
+
}
|
19
|
+
Object.defineProperty(o, k2, desc);
|
20
|
+
}) : (function(o, m, k, k2) {
|
21
|
+
if (k2 === undefined) k2 = k;
|
22
|
+
o[k2] = m[k];
|
23
|
+
}));
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
26
|
+
}) : function(o, v) {
|
27
|
+
o["default"] = v;
|
28
|
+
});
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
30
|
+
if (mod && mod.__esModule) return mod;
|
31
|
+
var result = {};
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
33
|
+
__setModuleDefault(result, mod);
|
34
|
+
return result;
|
35
|
+
};
|
12
36
|
var __rest = (this && this.__rest) || function (s, e) {
|
13
37
|
var t = {};
|
14
38
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -20,29 +44,31 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
44
|
}
|
21
45
|
return t;
|
22
46
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
var
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
48
|
+
exports.ToggleGroupRoot = exports.ToggleGroupContext = void 0;
|
49
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
50
|
+
var react_1 = require("react");
|
51
|
+
var ToggleGroupPrimitive = __importStar(require("@radix-ui/react-toggle-group"));
|
52
|
+
var class_variance_authority_1 = require("class-variance-authority");
|
53
|
+
var constants_1 = require("lib/constants");
|
54
|
+
var utils_1 = require("lib/utils/utils");
|
55
|
+
var toggleVariants = (0, class_variance_authority_1.cva)('inline-flex', {
|
30
56
|
variants: {
|
31
|
-
scaling: __assign({}, scalingVariants),
|
57
|
+
scaling: __assign({}, constants_1.scalingVariants),
|
32
58
|
},
|
33
59
|
defaultVariants: {
|
34
60
|
scaling: '100%',
|
35
61
|
},
|
36
62
|
});
|
37
|
-
|
63
|
+
exports.ToggleGroupContext = (0, react_1.createContext)({
|
38
64
|
size: 'medium',
|
39
65
|
color: 'red',
|
40
66
|
appearance: 'surface',
|
41
67
|
});
|
42
|
-
|
68
|
+
exports.ToggleGroupRoot = (0, react_1.forwardRef)(function (_a, ref) {
|
43
69
|
var className = _a.className, children = _a.children, scaling = _a.scaling, size = _a.size, color = _a.color, appearance = _a.appearance, props = __rest(_a, ["className", "children", "scaling", "size", "color", "appearance"]);
|
44
70
|
var type = __assign({}, props).type;
|
45
71
|
var contextValue = { size: size, color: color, appearance: appearance };
|
46
|
-
return (
|
72
|
+
return ((0, jsx_runtime_1.jsx)(exports.ToggleGroupContext.Provider, { value: contextValue, children: type === 'single' ? ((0, jsx_runtime_1.jsx)(ToggleGroupPrimitive.Root, __assign({ className: (0, utils_1.cn)(toggleVariants({ scaling: scaling }), className) }, props, { ref: ref, children: children }))) : ((0, jsx_runtime_1.jsx)(ToggleGroupPrimitive.Root, __assign({ className: (0, utils_1.cn)(toggleVariants({ scaling: scaling }), className) }, props, { ref: ref, children: children }))) }));
|
47
73
|
});
|
48
|
-
ToggleGroupRoot.displayName = 'ToggleGroup.Root';
|
74
|
+
exports.ToggleGroupRoot.displayName = 'ToggleGroup.Root';
|
@@ -1,7 +1,9 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
var ToggleGroupRoot_1 = require("./ToggleGroupRoot");
|
4
|
+
var ToggleGroupItem_1 = require("./ToggleGroupItem");
|
3
5
|
var ToggleGroup = {
|
4
|
-
Root: ToggleGroupRoot,
|
5
|
-
Item: ToggleGroupItem,
|
6
|
+
Root: ToggleGroupRoot_1.ToggleGroupRoot,
|
7
|
+
Item: ToggleGroupItem_1.ToggleGroupItem,
|
6
8
|
};
|
7
|
-
|
9
|
+
exports.default = ToggleGroup;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
"use strict";
|
1
2
|
var __assign = (this && this.__assign) || function () {
|
2
3
|
__assign = Object.assign || function(t) {
|
3
4
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
@@ -20,17 +21,22 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
21
|
}
|
21
22
|
return t;
|
22
23
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
var
|
24
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
25
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
26
|
+
};
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
28
|
+
exports.ToggleSwitch = void 0;
|
29
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
30
|
+
var react_1 = __importDefault(require("react"));
|
31
|
+
var class_variance_authority_1 = require("class-variance-authority");
|
32
|
+
var utils_1 = require("lib/utils/utils");
|
33
|
+
var constants_1 = require("lib/constants");
|
34
|
+
var themes_1 = require("@radix-ui/themes");
|
35
|
+
var Text_1 = require("lib/Typography/Text");
|
36
|
+
var toggleSwitchVariants = (0, class_variance_authority_1.cva)('', {
|
31
37
|
variants: {
|
32
|
-
scaling: __assign({}, scalingVariants),
|
33
|
-
radius: __assign({}, radiusVariants['base']),
|
38
|
+
scaling: __assign({}, constants_1.scalingVariants),
|
39
|
+
radius: __assign({}, constants_1.radiusVariants['base']),
|
34
40
|
size: {
|
35
41
|
small: 'w-[28px] h-[16px]',
|
36
42
|
medium: 'w-[35px] h-[20px]',
|
@@ -42,21 +48,21 @@ var toggleSwitchVariants = cva('', {
|
|
42
48
|
size: 'medium',
|
43
49
|
},
|
44
50
|
});
|
45
|
-
var SwitchLabelVariants = cva('flex items-center justify-start text-slate-12 font-normal dark:text-white', {
|
51
|
+
var SwitchLabelVariants = (0, class_variance_authority_1.cva)('flex items-center justify-start text-slate-12 font-normal dark:text-white', {
|
46
52
|
variants: {
|
47
53
|
size: {
|
48
54
|
small: 'text-xs gap-2',
|
49
55
|
medium: 'text-sm gap-2',
|
50
56
|
large: 'text-base gap-3',
|
51
57
|
},
|
52
|
-
scaling: __assign({}, scalingVariants),
|
58
|
+
scaling: __assign({}, constants_1.scalingVariants),
|
53
59
|
},
|
54
60
|
defaultVariants: {
|
55
61
|
size: 'medium',
|
56
62
|
scaling: '100%',
|
57
63
|
},
|
58
64
|
});
|
59
|
-
|
65
|
+
exports.ToggleSwitch = react_1.default.forwardRef(function (_a, forwardedRef) {
|
60
66
|
var className = _a.className, _b = _a.color, color = _b === void 0 ? 'red' : _b, scaling = _a.scaling, size = _a.size, _c = _a.appearance, appearance = _c === void 0 ? 'surface' : _c, radius = _a.radius, tabIndex = _a.tabIndex, children = _a.children, switchProps = __rest(_a, ["className", "color", "scaling", "size", "appearance", "radius", "tabIndex", "children"]);
|
61
67
|
if (radius === 'medium' || radius === 'large')
|
62
68
|
radius = 'full';
|
@@ -65,7 +71,7 @@ export var ToggleSwitch = React.forwardRef(function (_a, forwardedRef) {
|
|
65
71
|
sizeTheme = '1';
|
66
72
|
if (size === 'large')
|
67
73
|
sizeTheme = '3';
|
68
|
-
return (
|
74
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.Theme, { className: "flex", accentColor: color, hasBackground: false, children: (0, jsx_runtime_1.jsxs)(Text_1.Text, { as: "label", className: (0, utils_1.cn)('flex items-center', SwitchLabelVariants({ size: size, scaling: scaling })), children: [(0, jsx_runtime_1.jsx)(themes_1.Switch, __assign({ ref: forwardedRef }, switchProps, { variant: appearance, radius: radius, size: sizeTheme, color: color, className: (0, utils_1.cn)(toggleSwitchVariants({ scaling: scaling, radius: radius, size: size }), className), "aria-label": "Switch" })), children] }) }));
|
69
75
|
});
|
70
|
-
ToggleSwitch.displayName = 'ToggleSwitch';
|
71
|
-
|
76
|
+
exports.ToggleSwitch.displayName = 'ToggleSwitch';
|
77
|
+
exports.default = exports.ToggleSwitch;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
"use strict";
|
1
2
|
var __assign = (this && this.__assign) || function () {
|
2
3
|
__assign = Object.assign || function(t) {
|
3
4
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
@@ -9,6 +10,29 @@ var __assign = (this && this.__assign) || function () {
|
|
9
10
|
};
|
10
11
|
return __assign.apply(this, arguments);
|
11
12
|
};
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
14
|
+
if (k2 === undefined) k2 = k;
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
18
|
+
}
|
19
|
+
Object.defineProperty(o, k2, desc);
|
20
|
+
}) : (function(o, m, k, k2) {
|
21
|
+
if (k2 === undefined) k2 = k;
|
22
|
+
o[k2] = m[k];
|
23
|
+
}));
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
26
|
+
}) : function(o, v) {
|
27
|
+
o["default"] = v;
|
28
|
+
});
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
30
|
+
if (mod && mod.__esModule) return mod;
|
31
|
+
var result = {};
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
33
|
+
__setModuleDefault(result, mod);
|
34
|
+
return result;
|
35
|
+
};
|
12
36
|
var __rest = (this && this.__rest) || function (s, e) {
|
13
37
|
var t = {};
|
14
38
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -20,21 +44,25 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
44
|
}
|
21
45
|
return t;
|
22
46
|
};
|
23
|
-
|
47
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
48
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
49
|
+
};
|
50
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
51
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
24
52
|
// your-tooltip.jsx
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
var tooltipVariants = cva('bg-slate-12 text-slate-1 dark:bg-slateDark-12 dark:text-slateDark-1 data-[state=delayed-open]:data-[side=top]:animate-slideDownAndFade data-[state=delayed-open]:data-[side=right]:animate-slideLeftAndFade data-[state=delayed-open]:data-[side=left]:animate-slideRightAndFade data-[state=delayed-open]:data-[side=bottom]:animate-slideUpAndFade select-none rounded-[4px] px-[9px] py-[6px] text-[12px] leading-none shadow-[hsl(206_22%_7%_/_35%)_0px_10px_38px_-10px,_hsl(206_22%_7%_/_20%)_0px_10px_20px_-15px] will-change-[transform,opacity]', {
|
53
|
+
var react_1 = __importDefault(require("react"));
|
54
|
+
var TooltipPrimitive = __importStar(require("@radix-ui/react-tooltip"));
|
55
|
+
var class_variance_authority_1 = require("class-variance-authority");
|
56
|
+
var utils_1 = require("lib/utils/utils");
|
57
|
+
var constants_1 = require("lib/constants");
|
58
|
+
var tooltipVariants = (0, class_variance_authority_1.cva)('bg-slate-12 text-slate-1 dark:bg-slateDark-12 dark:text-slateDark-1 data-[state=delayed-open]:data-[side=top]:animate-slideDownAndFade data-[state=delayed-open]:data-[side=right]:animate-slideLeftAndFade data-[state=delayed-open]:data-[side=left]:animate-slideRightAndFade data-[state=delayed-open]:data-[side=bottom]:animate-slideUpAndFade select-none rounded-[4px] px-[9px] py-[6px] text-[12px] leading-none shadow-[hsl(206_22%_7%_/_35%)_0px_10px_38px_-10px,_hsl(206_22%_7%_/_20%)_0px_10px_20px_-15px] will-change-[transform,opacity]', {
|
31
59
|
variants: {
|
32
|
-
weight: __assign({}, weightVariants),
|
33
|
-
radius: __assign({}, radiusVariants['extra-large']),
|
34
|
-
color: primaryColorStyle(),
|
60
|
+
weight: __assign({}, constants_1.weightVariants),
|
61
|
+
radius: __assign({}, constants_1.radiusVariants['extra-large']),
|
62
|
+
color: (0, constants_1.primaryColorStyle)(),
|
35
63
|
},
|
36
64
|
});
|
37
|
-
var Tooltip =
|
65
|
+
var Tooltip = react_1.default.forwardRef(function (_a, ref) {
|
38
66
|
var content = _a.content, weight = _a.weight, color = _a.color, radius = _a.radius, children = _a.children, defaultOpen = _a.defaultOpen, open = _a.open, className = _a.className, side = _a.side, onOpenChange = _a.onOpenChange, props = __rest(_a, ["content", "weight", "color", "radius", "children", "defaultOpen", "open", "className", "side", "onOpenChange"]);
|
39
67
|
if (!side)
|
40
68
|
side = 'top';
|
@@ -43,7 +71,7 @@ var Tooltip = React.forwardRef(function (_a, ref) {
|
|
43
71
|
var arrowColor = color
|
44
72
|
? "fill-".concat(color, "-9 dark:fill-").concat(color, "Dark-9")
|
45
73
|
: 'fill-slate-12 dark:fill-slateDark-12';
|
46
|
-
return (
|
74
|
+
return ((0, jsx_runtime_1.jsx)(TooltipPrimitive.Provider, { children: (0, jsx_runtime_1.jsxs)(TooltipPrimitive.Root, { open: open, defaultOpen: defaultOpen, onOpenChange: onOpenChange, children: [(0, jsx_runtime_1.jsx)(TooltipPrimitive.Trigger, { className: "cursor-pointer text-slate-12 dark:text-slateDark-12", asChild: true, children: children }), (0, jsx_runtime_1.jsxs)(TooltipPrimitive.Content, __assign({ align: "center" }, props, { side: side, className: (0, utils_1.cn)('mr-2', tooltipVariants({ weight: weight, radius: radius, color: color }), className), sideOffset: 5, children: [content, (0, jsx_runtime_1.jsx)(TooltipPrimitive.Arrow, { width: 11, height: 5, className: arrowColor })] }))] }) }));
|
47
75
|
});
|
48
76
|
Tooltip.displayName = 'Tooltip';
|
49
|
-
|
77
|
+
exports.default = Tooltip;
|
@@ -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 { cn } from 'lib/utils/utils';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { textColorStyle, weightVariants } from 'lib/constants';
|
@@ -48,11 +49,7 @@ export var Header = React.forwardRef(function (_a, ref) {
|
|
48
49
|
var className = _a.className, children = _a.children, size = _a.size, weight = _a.weight, color = _a.color, headers = _a.headers, align = _a.align, rootProps = __rest(_a, ["className", "children", "size", "weight", "color", "headers", "align"]);
|
49
50
|
if (!headers)
|
50
51
|
headers = 'h1';
|
51
|
-
return (
|
52
|
-
<HeadingTheme ref={ref} as={headers} size={size} align={align} className={cn('leading-normal', headerVariants({ weight: weight, color: color }), className)} {...rootProps}>
|
53
|
-
{children}
|
54
|
-
</HeadingTheme>
|
55
|
-
</Theme>);
|
52
|
+
return (_jsx(Theme, { children: _jsx(HeadingTheme, __assign({ ref: ref, as: headers, size: size, align: align, className: cn('leading-normal', headerVariants({ weight: weight, color: color }), className) }, rootProps, { children: children })) }));
|
56
53
|
});
|
57
54
|
Header.displayName = 'Header';
|
58
55
|
export default Header;
|
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { Text as TextTheme, Theme } from '@radix-ui/themes';
|
26
27
|
import { textColorStyle, weightVariants } from 'lib/constants';
|
@@ -37,11 +38,7 @@ var textVariants = cva('', {
|
|
37
38
|
});
|
38
39
|
export var Text = forwardRef(function (_a, ref) {
|
39
40
|
var className = _a.className, children = _a.children, as = _a.as, align = _a.align, weight = _a.weight, color = _a.color, size = _a.size, props = __rest(_a, ["className", "children", "as", "align", "weight", "color", "size"]);
|
40
|
-
return (
|
41
|
-
<TextTheme as={as} ref={ref} size={size} align={align} className={cn(textVariants({ weight: weight, color: color }), className)} {...props}>
|
42
|
-
{children}
|
43
|
-
</TextTheme>
|
44
|
-
</Theme>);
|
41
|
+
return (_jsx(Theme, { children: _jsx(TextTheme, __assign({ as: as, ref: ref, size: size, align: align, className: cn(textVariants({ weight: weight, color: color }), className) }, props, { children: children })) }));
|
45
42
|
});
|
46
43
|
Text.displayName = 'Text';
|
47
44
|
export default Text;
|
@@ -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, jsxs as _jsxs } from "react/jsx-runtime";
|
23
24
|
import React from 'react';
|
24
25
|
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
25
26
|
import { ChevronDownIcon } from '@radix-ui/react-icons';
|
@@ -36,35 +37,22 @@ var accoridanVariants = cva('', {
|
|
36
37
|
});
|
37
38
|
export var Root = React.forwardRef(function (_a, forwardedRef) {
|
38
39
|
var className = _a.className, children = _a.children, scaling = _a.scaling, rootProps = __rest(_a, ["className", "children", "scaling"]);
|
39
|
-
return (
|
40
|
-
{children}
|
41
|
-
</AccordionPrimitive.Root>);
|
40
|
+
return (_jsx(AccordionPrimitive.Root, __assign({ className: cn('w-[280px] rounded-md border border-slateA-4 dark:border-slateDarkA-4', accoridanVariants({ scaling: scaling }), className) }, rootProps, { ref: forwardedRef, children: children })));
|
42
41
|
});
|
43
42
|
Root.displayName = 'Accordion.Root';
|
44
43
|
export var Item = React.forwardRef(function (_a, forwardedRef) {
|
45
44
|
var className = _a.className, children = _a.children, rootProps = __rest(_a, ["className", "children"]);
|
46
|
-
return (
|
47
|
-
{children}
|
48
|
-
</AccordionPrimitive.Item>);
|
45
|
+
return (_jsx(AccordionPrimitive.Item, __assign({}, rootProps, { ref: forwardedRef, className: cn('mt-px w-[278px] overflow-hidden first:mt-0 first:rounded-t last:rounded-b', className), children: children })));
|
49
46
|
});
|
50
47
|
Item.displayName = 'Accordion.Item';
|
51
48
|
export var Trigger = React.forwardRef(function (_a, forwardedRef) {
|
52
49
|
var className = _a.className, children = _a.children, _b = _a.color, color = _b === void 0 ? 'red' : _b, rootProps = __rest(_a, ["className", "children", "color"]);
|
53
|
-
return (
|
54
|
-
<AccordionPrimitive.Trigger {...rootProps} ref={forwardedRef} className={cn("group flex h-[44px] w-[278px] cursor-default items-center justify-between px-[20px] py-[10px] text-base font-normal", "dark:bg-[#111113] text-".concat(color, "A-11 dark:text-").concat(color, "Dark-11 "), "hover:bg-".concat(color, "A-4 dark:hover:bg-").concat(color, "Dark-4 hover:text-").concat(color, "A-11 dark:hover:text-").concat(color, "DarkA-11"), "data-[state=open]:bg-".concat(color, "A-5 dark:data-[state=open]:bg-").concat(color, "DarkA-5"), "disabled:bg-slateA-3 disabled:text-slateA-8 disabled:dark:bg-slateDarkA-3 disabled:dark:text-slateDarkA-8", className)}>
|
55
|
-
{children}
|
56
|
-
<ChevronDownIcon className="transition-transform duration-300 ease-[cubic-bezier(0.87,_0,_0.13,_1)] group-data-[state=open]:rotate-180" aria-hidden/>
|
57
|
-
</AccordionPrimitive.Trigger>
|
58
|
-
</AccordionPrimitive.Header>);
|
50
|
+
return (_jsx(AccordionPrimitive.Header, __assign({}, rootProps, { className: cn('flex', className), children: _jsxs(AccordionPrimitive.Trigger, __assign({}, rootProps, { ref: forwardedRef, className: cn("group flex h-[44px] w-[278px] cursor-default items-center justify-between px-[20px] py-[10px] text-base font-normal", "dark:bg-[#111113] text-".concat(color, "A-11 dark:text-").concat(color, "Dark-11 "), "hover:bg-".concat(color, "A-4 dark:hover:bg-").concat(color, "Dark-4 hover:text-").concat(color, "A-11 dark:hover:text-").concat(color, "DarkA-11"), "data-[state=open]:bg-".concat(color, "A-5 dark:data-[state=open]:bg-").concat(color, "DarkA-5"), "disabled:bg-slateA-3 disabled:text-slateA-8 disabled:dark:bg-slateDarkA-3 disabled:dark:text-slateDarkA-8", className), children: [children, _jsx(ChevronDownIcon, { className: "transition-transform duration-300 ease-[cubic-bezier(0.87,_0,_0.13,_1)] group-data-[state=open]:rotate-180", "aria-hidden": true })] })) })));
|
59
51
|
});
|
60
52
|
Trigger.displayName = 'Accordion.Trigger';
|
61
53
|
export var Content = React.forwardRef(function (_a, forwardedRef) {
|
62
54
|
var className = _a.className, children = _a.children, rootProps = __rest(_a, ["className", "children"]);
|
63
|
-
return (
|
64
|
-
<div className="h-auto max-h-[1000px] overflow-y-auto px-[20px] py-[15px] text-base font-normal">
|
65
|
-
{children}
|
66
|
-
</div>
|
67
|
-
</AccordionPrimitive.Content>);
|
55
|
+
return (_jsx(AccordionPrimitive.Content, __assign({}, rootProps, { ref: forwardedRef, className: cn('max-h-[800px] w-[278px] overflow-hidden border-t border-t-slateA-4 bg-slateA-2 text-[16px] text-slateA-11 data-[state=closed]:animate-slideUp data-[state=open]:animate-slideDown dark:border-t-slateDarkA-4 dark:bg-slateDarkA-2 dark:text-slateDarkA-11', className), children: _jsx("div", { className: "h-auto max-h-[1000px] overflow-y-auto px-[20px] py-[15px] text-base font-normal", children: children }) })));
|
68
56
|
});
|
69
57
|
Content.displayName = 'Accordion.Content';
|
70
58
|
var Accordion = {
|
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
24
25
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { cn } from 'lib/utils/utils';
|
@@ -55,8 +56,6 @@ export var AlertDialogAction = forwardRef(function (_a, ref) {
|
|
55
56
|
var className = _a.className, children = _a.children, weight = _a.weight, props = __rest(_a, ["className", "children", "weight"]);
|
56
57
|
var _b = useAlertDialogContext(), radius = _b.radius, size = _b.size, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.appearance, appearance = _d === void 0 ? 'solid' : _d;
|
57
58
|
var buttonClassName = cn(alertDialogActionVariants({ radius: radius, size: size, weight: weight, color: color }), appearanceStyle(appearance, color), className);
|
58
|
-
return (
|
59
|
-
{children}
|
60
|
-
</AlertDialogPrimitive.Action>);
|
59
|
+
return (_jsx(AlertDialogPrimitive.Action, __assign({ ref: ref, className: buttonClassName }, props, { children: children })));
|
61
60
|
});
|
62
61
|
AlertDialogAction.displayName = 'AlertDialog.Action';
|
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
24
25
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { cn } from 'lib/utils/utils';
|
@@ -54,8 +55,6 @@ export var AlertDialogCancel = forwardRef(function (_a, ref) {
|
|
54
55
|
var _b = useAlertDialogContext(), radius = _b.radius, size = _b.size, _c = _b.appearance, appearance = _c === void 0 ? 'solid' : _c;
|
55
56
|
var disabledButtonStyle = "border-none text-slate-11 bg-slate-3 \n active:bg-slate-4 active:border-none hover:cursor-pointer hover:bg-slateA-4\n dark:text-slateDark-11 dark:bg-slateDark-3 dark:hover:bg-slateDarkA-4";
|
56
57
|
var buttonClassName = cn(alertDialogCancelVariants({ radius: radius, size: size, weight: weight }), appearanceStyle(appearance, 'slate'), disabledButtonStyle, className);
|
57
|
-
return (
|
58
|
-
{children}
|
59
|
-
</AlertDialogPrimitive.Cancel>);
|
58
|
+
return (_jsx(AlertDialogPrimitive.Cancel, __assign({ ref: ref }, props, { className: buttonClassName, children: children })));
|
60
59
|
});
|
61
60
|
AlertDialogCancel.displayName = 'AlertDialog.Cancel';
|
package/dist/esm/lib/components/AlertDialog/{AlertDialogContent.jsx → AlertDialogContent.js}
RENAMED
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
24
25
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { cn } from 'lib/utils/utils';
|
@@ -45,11 +46,6 @@ export var alertDialogContentVariants = cva("fixed max-h-[85vh] top-[50%] left-[
|
|
45
46
|
export var AlertDialogContent = forwardRef(function (_a, ref) {
|
46
47
|
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
47
48
|
var _b = useAlertDialogContext(), radius = _b.radius, size = _b.size, scaling = _b.scaling;
|
48
|
-
return (
|
49
|
-
<AlertDialogPrimitive.Overlay className="fixed data-[state=open]:animate-overlayShow inset-0"/>
|
50
|
-
<AlertDialogPrimitive.Content className={cn(alertDialogContentVariants({ radius: radius, size: size, scaling: scaling }), className)} ref={ref} {...props}>
|
51
|
-
{children}
|
52
|
-
</AlertDialogPrimitive.Content>
|
53
|
-
</AlertDialogPrimitive.Portal>);
|
49
|
+
return (_jsxs(AlertDialogPrimitive.Portal, { children: [_jsx(AlertDialogPrimitive.Overlay, { className: "fixed data-[state=open]:animate-overlayShow inset-0" }), _jsx(AlertDialogPrimitive.Content, __assign({ className: cn(alertDialogContentVariants({ radius: radius, size: size, scaling: scaling }), className), ref: ref }, props, { children: children }))] }));
|
54
50
|
});
|
55
51
|
AlertDialogContent.displayName = 'AlertDialog.Content';
|