@lotte-innovate/ui-component-test 0.1.52 → 0.1.54
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/lib/Typography/Header/index.js +19 -13
- package/dist/cjs/lib/Typography/Text/index.js +16 -13
- package/dist/cjs/lib/Typography/index.js +10 -2
- package/dist/cjs/lib/color/alpha.js +60 -56
- package/dist/cjs/lib/color/constants.js +78 -75
- package/dist/cjs/lib/color/dark.js +31 -28
- package/dist/cjs/lib/color/krdsColors.js +4 -1
- package/dist/cjs/lib/color/light.js +31 -28
- package/dist/cjs/lib/components/Accordion/index.js +55 -26
- package/dist/cjs/lib/components/AlertDialog/AlertDialogAction.js +41 -15
- package/dist/cjs/lib/components/AlertDialog/AlertDialogCancel.js +40 -14
- package/dist/cjs/lib/components/AlertDialog/AlertDialogContent.js +40 -14
- package/dist/cjs/lib/components/AlertDialog/AlertDialogDescription.js +37 -11
- package/dist/cjs/lib/components/AlertDialog/AlertDialogRoot.js +37 -10
- package/dist/cjs/lib/components/AlertDialog/AlertDialogTitle.js +37 -11
- package/dist/cjs/lib/components/AlertDialog/AlertDialogTrigger.js +41 -15
- package/dist/cjs/lib/components/AlertDialog/index.js +17 -15
- package/dist/cjs/lib/components/AspectRatio/index.js +37 -11
- package/dist/cjs/lib/components/Avatar/index.js +38 -13
- package/dist/cjs/lib/components/Badge/index.js +16 -14
- package/dist/cjs/lib/components/BarChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/BarChart/index.js +19 -17
- package/dist/cjs/lib/components/BubbleChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/BubbleChart/index.js +28 -21
- package/dist/cjs/lib/components/Button/index.js +18 -15
- package/dist/cjs/lib/components/Callout/CalloutIcon.js +17 -14
- package/dist/cjs/lib/components/Callout/CalloutRoot.js +21 -17
- package/dist/cjs/lib/components/Callout/CalloutText.js +13 -10
- package/dist/cjs/lib/components/Callout/index.js +9 -7
- package/dist/cjs/lib/components/Card/index.js +13 -11
- package/dist/cjs/lib/components/Checkbox/index.js +46 -20
- package/dist/cjs/lib/components/CheckboxCard/index.js +19 -13
- package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupItem.js +15 -9
- package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupRoot.js +41 -14
- package/dist/cjs/lib/components/CheckboxGroup/index.js +6 -4
- package/dist/cjs/lib/components/ContextMenu/ContextMenuCheckboxItem.js +41 -15
- package/dist/cjs/lib/components/ContextMenu/ContextMenuContent.js +39 -13
- package/dist/cjs/lib/components/ContextMenu/ContextMenuGroup.js +32 -6
- package/dist/cjs/lib/components/ContextMenu/ContextMenuItem.js +43 -17
- package/dist/cjs/lib/components/ContextMenu/ContextMenuItemIndicator.js +41 -15
- package/dist/cjs/lib/components/ContextMenu/ContextMenuLabel.js +39 -13
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioGroup.js +33 -7
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioItem.js +43 -17
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRoot.js +38 -11
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSeparator.js +33 -7
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSubContent.js +40 -14
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSubTrigger.js +40 -14
- package/dist/cjs/lib/components/ContextMenu/ContextMenuTrigger.js +33 -7
- package/dist/cjs/lib/components/ContextMenu/index.js +29 -27
- package/dist/cjs/lib/components/DataList/DataListItem.js +16 -13
- package/dist/cjs/lib/components/DataList/DataListLabel.js +16 -13
- package/dist/cjs/lib/components/DataList/DataListRoot.js +18 -14
- package/dist/cjs/lib/components/DataList/DataListValue.js +17 -14
- package/dist/cjs/lib/components/DataList/index.js +8 -6
- package/dist/cjs/lib/components/Dialog/DialogAction.js +17 -14
- package/dist/cjs/lib/components/Dialog/DialogCancel.js +14 -11
- package/dist/cjs/lib/components/Dialog/DialogContent.js +16 -13
- package/dist/cjs/lib/components/Dialog/DialogDescription.js +14 -11
- package/dist/cjs/lib/components/Dialog/DialogRoot.d.ts +1 -1
- package/dist/cjs/lib/components/Dialog/DialogRoot.js +11 -7
- package/dist/cjs/lib/components/Dialog/DialogSlot.js +13 -10
- package/dist/cjs/lib/components/Dialog/DialogTitle.js +14 -11
- package/dist/cjs/lib/components/Dialog/DialogTrigger.js +9 -6
- package/dist/cjs/lib/components/Dialog/index.d.ts +1 -1
- package/dist/cjs/lib/components/Dialog/index.js +19 -17
- package/dist/cjs/lib/components/DoughnutChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/DoughnutChart/index.js +22 -17
- package/dist/cjs/lib/components/DropdownMenu/DropdonMenuRadioGroup.js +32 -6
- package/dist/cjs/lib/components/DropdownMenu/DropdonMenuSubContent.js +39 -13
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuCheckboxItem.js +41 -15
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuContent.js +39 -13
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItem.js +42 -16
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItemIndicator.js +39 -13
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuLable.js +37 -11
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRadioItem.js +41 -15
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +1 -1
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRoot.js +34 -7
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSeparator.js +33 -7
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSub.js +32 -6
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSubTrigger.js +40 -14
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuTrigger.js +37 -11
- package/dist/cjs/lib/components/DropdownMenu/index.d.ts +1 -1
- package/dist/cjs/lib/components/DropdownMenu/index.js +29 -27
- package/dist/cjs/lib/components/HoverCard/HoverCardContent.js +19 -16
- package/dist/cjs/lib/components/HoverCard/HoverCardRoot.d.ts +1 -1
- package/dist/cjs/lib/components/HoverCard/HoverCardRoot.js +11 -7
- package/dist/cjs/lib/components/HoverCard/HoverCardTrigger.js +9 -6
- package/dist/cjs/lib/components/HoverCard/index.d.ts +1 -1
- package/dist/cjs/lib/components/HoverCard/index.js +9 -7
- package/dist/cjs/lib/components/IconButton/index.js +40 -14
- package/dist/cjs/lib/components/Inset/index.js +15 -12
- package/dist/cjs/lib/components/Label/index.js +43 -14
- package/dist/cjs/lib/components/LineChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/LineChart/index.js +19 -17
- package/dist/cjs/lib/components/Menubar/MenubarCheckboxItem.js +40 -14
- package/dist/cjs/lib/components/Menubar/MenubarContent.js +39 -13
- package/dist/cjs/lib/components/Menubar/MenubarItem.js +42 -16
- package/dist/cjs/lib/components/Menubar/MenubarItemIndicator.js +40 -14
- package/dist/cjs/lib/components/Menubar/MenubarMenu.js +32 -6
- package/dist/cjs/lib/components/Menubar/MenubarRadioGroup.js +33 -7
- package/dist/cjs/lib/components/Menubar/MenubarRadioItem.js +42 -16
- package/dist/cjs/lib/components/Menubar/MenubarRoot.js +45 -18
- package/dist/cjs/lib/components/Menubar/MenubarSeparator.js +33 -7
- package/dist/cjs/lib/components/Menubar/MenubarSub.js +32 -6
- package/dist/cjs/lib/components/Menubar/MenubarSubContent.js +39 -13
- package/dist/cjs/lib/components/Menubar/MenubarSubTrigger.js +40 -14
- package/dist/cjs/lib/components/Menubar/MenubarTrigger.js +40 -14
- package/dist/cjs/lib/components/Menubar/index.js +29 -27
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuContent.js +39 -13
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuIndicator.js +33 -7
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuItem.js +32 -6
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuLink.js +41 -15
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuList.js +42 -16
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuRoot.js +39 -12
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuTrigger.js +41 -15
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuViewport.js +42 -16
- package/dist/cjs/lib/components/NavigationMenu/index.js +12 -10
- package/dist/cjs/lib/components/PieChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/PieChart/index.js +22 -17
- package/dist/cjs/lib/components/Popover/PopoverClose.js +14 -11
- package/dist/cjs/lib/components/Popover/PopoverContent.js +16 -13
- package/dist/cjs/lib/components/Popover/PopoverRoot.d.ts +1 -1
- package/dist/cjs/lib/components/Popover/PopoverRoot.js +11 -7
- package/dist/cjs/lib/components/Popover/PopoverTrigger.js +9 -6
- package/dist/cjs/lib/components/Popover/index.d.ts +1 -1
- package/dist/cjs/lib/components/Popover/index.js +11 -9
- package/dist/cjs/lib/components/Progress/index.js +15 -12
- package/dist/cjs/lib/components/RadarChart/index.d.ts +1 -2
- package/dist/cjs/lib/components/RadarChart/index.js +28 -21
- package/dist/cjs/lib/components/Radio/index.js +17 -11
- package/dist/cjs/lib/components/RadioCards/RadioCardsItem.js +14 -11
- package/dist/cjs/lib/components/RadioCards/RadioCardsRoot.js +15 -12
- package/dist/cjs/lib/components/RadioCards/index.js +7 -5
- package/dist/cjs/lib/components/RadioGroup/RadioGroupItem.js +14 -11
- package/dist/cjs/lib/components/RadioGroup/RadioGroupRoot.js +13 -10
- package/dist/cjs/lib/components/RadioGroup/index.js +7 -5
- package/dist/cjs/lib/components/ScrollArea/index.js +10 -7
- package/dist/cjs/lib/components/SegmentedControl/SegmentedControlItem.js +10 -7
- package/dist/cjs/lib/components/SegmentedControl/SegmentedControlRoot.js +41 -12
- package/dist/cjs/lib/components/SegmentedControl/index.js +7 -5
- package/dist/cjs/lib/components/Select/index.js +43 -37
- package/dist/cjs/lib/components/Separator/index.js +19 -13
- package/dist/cjs/lib/components/Skeleton/index.js +18 -12
- package/dist/cjs/lib/components/Slider/index.js +18 -12
- package/dist/cjs/lib/components/Spinner/index.js +18 -12
- package/dist/cjs/lib/components/TabNav/index.js +21 -15
- package/dist/cjs/lib/components/Table/index.js +45 -39
- package/dist/cjs/lib/components/Tabs/index.js +31 -25
- package/dist/cjs/lib/components/TextArea/index.js +19 -13
- package/dist/cjs/lib/components/TextField/index.js +24 -18
- package/dist/cjs/lib/components/Toast/ToastActionButton.js +47 -18
- package/dist/cjs/lib/components/Toast/ToastDescription.js +37 -11
- package/dist/cjs/lib/components/Toast/ToastRoot.js +45 -18
- package/dist/cjs/lib/components/Toast/ToastTitle.js +37 -11
- package/dist/cjs/lib/components/Toast/index.js +11 -9
- package/dist/cjs/lib/components/Toggle/ToggleWithText.js +42 -16
- package/dist/cjs/lib/components/Toggle/index.js +45 -16
- package/dist/cjs/lib/components/ToggleGroup/ToggleGroupItem.js +40 -14
- package/dist/cjs/lib/components/ToggleGroup/ToggleGroupRoot.js +38 -12
- package/dist/cjs/lib/components/ToggleGroup/index.js +7 -5
- package/dist/cjs/lib/components/ToggleSwitch/index.js +22 -16
- package/dist/cjs/lib/components/Tooltip/index.js +41 -13
- package/dist/cjs/lib/components/index.js +106 -50
- package/dist/cjs/lib/constants.js +90 -54
- package/dist/cjs/lib/index.js +18 -2
- package/dist/cjs/lib/types.js +2 -1
- package/dist/cjs/lib/utils/useDarkMode.js +16 -12
- package/dist/cjs/lib/utils/utils.js +8 -4
- package/dist/esm/{src/lib/Typography/Header/index.jsx → lib/Typography/Header/index.js} +2 -5
- package/dist/esm/{src/lib/Typography/Text/index.jsx → lib/Typography/Text/index.js} +3 -6
- package/dist/esm/{src/lib/components/Accordion/index.jsx → lib/components/Accordion/index.js} +5 -17
- package/dist/esm/{src/lib/components/AlertDialog/AlertDialogAction.jsx → lib/components/AlertDialog/AlertDialogAction.js} +3 -4
- package/dist/esm/{src/lib/components/AlertDialog/AlertDialogCancel.jsx → lib/components/AlertDialog/AlertDialogCancel.js} +3 -4
- package/dist/esm/{src/lib/components/AlertDialog/AlertDialogContent.jsx → lib/components/AlertDialog/AlertDialogContent.js} +3 -7
- package/dist/esm/{src/lib/components/AlertDialog/AlertDialogDescription.jsx → lib/components/AlertDialog/AlertDialogDescription.js} +14 -4
- package/dist/esm/{src/lib/components/AlertDialog/AlertDialogRoot.jsx → lib/components/AlertDialog/AlertDialogRoot.js} +14 -6
- package/dist/esm/{src/lib/components/AlertDialog/AlertDialogTitle.jsx → lib/components/AlertDialog/AlertDialogTitle.js} +14 -4
- package/dist/esm/{src/lib/components/AlertDialog/AlertDialogTrigger.jsx → lib/components/AlertDialog/AlertDialogTrigger.js} +3 -4
- package/dist/esm/{src/lib/components/AspectRatio/index.jsx → lib/components/AspectRatio/index.js} +3 -4
- package/dist/esm/{src/lib/components/Avatar/index.jsx → lib/components/Avatar/index.js} +3 -7
- package/dist/esm/{src/lib/components/Badge/index.jsx → lib/components/Badge/index.js} +3 -4
- package/dist/esm/lib/components/BarChart/index.d.ts +1 -2
- package/dist/esm/{src/lib/components/BarChart/index.jsx → lib/components/BarChart/index.js} +3 -2
- package/dist/esm/lib/components/BubbleChart/index.d.ts +1 -2
- package/dist/esm/{src/lib/components/BubbleChart/index.jsx → lib/components/BubbleChart/index.js} +3 -3
- package/dist/esm/{src/lib/components/Button/index.jsx → lib/components/Button/index.js} +3 -4
- package/dist/esm/{src/lib/components/Callout/CalloutIcon.jsx → lib/components/Callout/CalloutIcon.js} +3 -8
- package/dist/esm/{src/lib/components/Callout/CalloutRoot.jsx → lib/components/Callout/CalloutRoot.js} +3 -6
- package/dist/esm/{src/lib/components/Callout/CalloutText.jsx → lib/components/Callout/CalloutText.js} +14 -4
- package/dist/esm/{src/lib/components/Card/index.jsx → lib/components/Card/index.js} +3 -4
- package/dist/esm/{src/lib/components/Checkbox/index.jsx → lib/components/Checkbox/index.js} +3 -11
- package/dist/esm/{src/lib/components/CheckboxCard/index.jsx → lib/components/CheckboxCard/index.js} +3 -5
- package/dist/esm/{src/lib/components/CheckboxGroup/CheckboxGroupItem.jsx → lib/components/CheckboxGroup/CheckboxGroupItem.js} +14 -6
- package/dist/esm/{src/lib/components/CheckboxGroup/CheckboxGroupRoot.jsx → lib/components/CheckboxGroup/CheckboxGroupRoot.js} +2 -5
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuCheckboxItem.jsx → lib/components/ContextMenu/ContextMenuCheckboxItem.js} +14 -7
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuContent.jsx → lib/components/ContextMenu/ContextMenuContent.js} +3 -6
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuGroup.jsx → lib/components/ContextMenu/ContextMenuGroup.js} +14 -4
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuItem.jsx → lib/components/ContextMenu/ContextMenuItem.js} +3 -5
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuItemIndicator.jsx → lib/components/ContextMenu/ContextMenuItemIndicator.js} +3 -4
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuLabel.jsx → lib/components/ContextMenu/ContextMenuLabel.js} +3 -4
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuRadioGroup.jsx → lib/components/ContextMenu/ContextMenuRadioGroup.js} +14 -6
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuRadioItem.jsx → lib/components/ContextMenu/ContextMenuRadioItem.js} +14 -7
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuRoot.jsx → lib/components/ContextMenu/ContextMenuRoot.js} +14 -6
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuSeparator.jsx → lib/components/ContextMenu/ContextMenuSeparator.js} +14 -4
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuSubContent.jsx → lib/components/ContextMenu/ContextMenuSubContent.js} +7 -10
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuSubTrigger.jsx → lib/components/ContextMenu/ContextMenuSubTrigger.js} +14 -9
- package/dist/esm/{src/lib/components/ContextMenu/ContextMenuTrigger.jsx → lib/components/ContextMenu/ContextMenuTrigger.js} +14 -4
- package/dist/esm/{src/lib/components/DataList/DataListItem.jsx → lib/components/DataList/DataListItem.js} +3 -4
- package/dist/esm/{src/lib/components/DataList/DataListLabel.jsx → lib/components/DataList/DataListLabel.js} +3 -4
- package/dist/esm/{src/lib/components/DataList/DataListRoot.jsx → lib/components/DataList/DataListRoot.js} +14 -6
- package/dist/esm/{src/lib/components/DataList/DataListValue.jsx → lib/components/DataList/DataListValue.js} +3 -4
- package/dist/esm/{src/lib/components/Dialog/DialogAction.jsx → lib/components/Dialog/DialogAction.js} +14 -4
- package/dist/esm/{src/lib/components/Dialog/DialogCancel.jsx → lib/components/Dialog/DialogCancel.js} +14 -4
- package/dist/esm/{src/lib/components/Dialog/DialogContent.jsx → lib/components/Dialog/DialogContent.js} +3 -4
- package/dist/esm/{src/lib/components/Dialog/DialogDescription.jsx → lib/components/Dialog/DialogDescription.js} +14 -4
- package/dist/esm/lib/components/Dialog/DialogRoot.d.ts +1 -1
- package/dist/esm/{src/lib/components/Dialog/DialogRoot.jsx → lib/components/Dialog/DialogRoot.js} +14 -6
- package/dist/esm/{src/lib/components/Dialog/DialogSlot.jsx → lib/components/Dialog/DialogSlot.js} +14 -4
- package/dist/esm/{src/lib/components/Dialog/DialogTitle.jsx → lib/components/Dialog/DialogTitle.js} +14 -4
- package/dist/esm/{src/lib/components/Dialog/DialogTrigger.jsx → lib/components/Dialog/DialogTrigger.js} +14 -4
- package/dist/esm/lib/components/Dialog/index.d.ts +1 -1
- package/dist/esm/lib/components/DoughnutChart/index.d.ts +1 -2
- package/dist/esm/{src/lib/components/DoughnutChart/index.jsx → lib/components/DoughnutChart/index.js} +3 -3
- package/dist/esm/{src/lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx → lib/components/DropdownMenu/DropdonMenuRadioGroup.js} +13 -3
- package/dist/esm/{src/lib/components/DropdownMenu/DropdonMenuSubContent.jsx → lib/components/DropdownMenu/DropdonMenuSubContent.js} +7 -10
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx → lib/components/DropdownMenu/DropdownMenuCheckboxItem.js} +14 -7
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuContent.jsx → lib/components/DropdownMenu/DropdownMenuContent.js} +3 -6
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuItem.jsx → lib/components/DropdownMenu/DropdownMenuItem.js} +3 -5
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx → lib/components/DropdownMenu/DropdownMenuItemIndicator.js} +3 -4
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuLable.jsx → lib/components/DropdownMenu/DropdownMenuLable.js} +14 -4
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuRadioItem.jsx → lib/components/DropdownMenu/DropdownMenuRadioItem.js} +14 -7
- package/dist/esm/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +1 -1
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuRoot.jsx → lib/components/DropdownMenu/DropdownMenuRoot.js} +14 -4
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuSeparator.jsx → lib/components/DropdownMenu/DropdownMenuSeparator.js} +14 -2
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuSub.jsx → lib/components/DropdownMenu/DropdownMenuSub.js} +14 -2
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx → lib/components/DropdownMenu/DropdownMenuSubTrigger.js} +14 -7
- package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuTrigger.jsx → lib/components/DropdownMenu/DropdownMenuTrigger.js} +14 -4
- package/dist/esm/lib/components/DropdownMenu/index.d.ts +1 -1
- package/dist/esm/{src/lib/components/HoverCard/HoverCardContent.jsx → lib/components/HoverCard/HoverCardContent.js} +3 -4
- package/dist/esm/lib/components/HoverCard/HoverCardRoot.d.ts +1 -1
- package/dist/esm/{src/lib/components/HoverCard/HoverCardRoot.jsx → lib/components/HoverCard/HoverCardRoot.js} +14 -6
- package/dist/esm/{src/lib/components/HoverCard/HoverCardTrigger.jsx → lib/components/HoverCard/HoverCardTrigger.js} +14 -4
- package/dist/esm/lib/components/HoverCard/index.d.ts +1 -1
- package/dist/esm/{src/lib/components/IconButton/index.jsx → lib/components/IconButton/index.js} +2 -3
- package/dist/esm/{src/lib/components/Inset/index.jsx → lib/components/Inset/index.js} +3 -6
- package/dist/esm/{src/lib/components/Label/index.jsx → lib/components/Label/index.js} +2 -3
- package/dist/esm/lib/components/LineChart/index.d.ts +1 -2
- package/dist/esm/{src/lib/components/LineChart/index.jsx → lib/components/LineChart/index.js} +3 -2
- package/dist/esm/{src/lib/components/Menubar/MenubarCheckboxItem.jsx → lib/components/Menubar/MenubarCheckboxItem.js} +14 -7
- package/dist/esm/{src/lib/components/Menubar/MenubarContent.jsx → lib/components/Menubar/MenubarContent.js} +7 -10
- package/dist/esm/{src/lib/components/Menubar/MenubarItem.jsx → lib/components/Menubar/MenubarItem.js} +3 -5
- package/dist/esm/{src/lib/components/Menubar/MenubarItemIndicator.jsx → lib/components/Menubar/MenubarItemIndicator.js} +3 -4
- package/dist/esm/{src/lib/components/Menubar/MenubarMenu.jsx → lib/components/Menubar/MenubarMenu.js} +14 -2
- package/dist/esm/{src/lib/components/Menubar/MenubarRadioGroup.jsx → lib/components/Menubar/MenubarRadioGroup.js} +14 -6
- package/dist/esm/{src/lib/components/Menubar/MenubarRadioItem.jsx → lib/components/Menubar/MenubarRadioItem.js} +14 -7
- package/dist/esm/{src/lib/components/Menubar/MenubarRoot.jsx → lib/components/Menubar/MenubarRoot.js} +3 -6
- package/dist/esm/{src/lib/components/Menubar/MenubarSeparator.jsx → lib/components/Menubar/MenubarSeparator.js} +14 -4
- package/dist/esm/{src/lib/components/Menubar/MenubarSub.jsx → lib/components/Menubar/MenubarSub.js} +14 -2
- package/dist/esm/{src/lib/components/Menubar/MenubarSubContent.jsx → lib/components/Menubar/MenubarSubContent.js} +4 -5
- package/dist/esm/{src/lib/components/Menubar/MenubarSubTrigger.jsx → lib/components/Menubar/MenubarSubTrigger.js} +14 -7
- package/dist/esm/{src/lib/components/Menubar/MenubarTrigger.jsx → lib/components/Menubar/MenubarTrigger.js} +3 -4
- package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuContent.jsx → lib/components/NavigationMenu/NavigationMenuContent.js} +3 -4
- package/dist/esm/lib/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
- package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuItem.jsx → lib/components/NavigationMenu/NavigationMenuItem.js} +14 -4
- package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuLink.jsx → lib/components/NavigationMenu/NavigationMenuLink.js} +3 -4
- package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuList.jsx → lib/components/NavigationMenu/NavigationMenuList.js} +3 -5
- package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuRoot.jsx → lib/components/NavigationMenu/NavigationMenuRoot.js} +14 -6
- package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuTrigger.jsx → lib/components/NavigationMenu/NavigationMenuTrigger.js} +3 -5
- package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuViewport.jsx → lib/components/NavigationMenu/NavigationMenuViewport.js} +3 -4
- package/dist/esm/lib/components/PieChart/index.d.ts +1 -2
- package/dist/esm/{src/lib/components/PieChart/index.jsx → lib/components/PieChart/index.js} +3 -3
- package/dist/esm/{src/lib/components/Popover/PopoverClose.jsx → lib/components/Popover/PopoverClose.js} +14 -4
- package/dist/esm/{src/lib/components/Popover/PopoverContent.jsx → lib/components/Popover/PopoverContent.js} +3 -4
- package/dist/esm/lib/components/Popover/PopoverRoot.d.ts +1 -1
- package/dist/esm/{src/lib/components/Popover/PopoverRoot.jsx → lib/components/Popover/PopoverRoot.js} +14 -6
- package/dist/esm/{src/lib/components/Popover/PopoverTrigger.jsx → lib/components/Popover/PopoverTrigger.js} +14 -4
- package/dist/esm/lib/components/Popover/index.d.ts +1 -1
- package/dist/esm/{src/lib/components/Progress/index.jsx → lib/components/Progress/index.js} +3 -4
- package/dist/esm/lib/components/RadarChart/index.d.ts +1 -2
- package/dist/esm/{src/lib/components/RadarChart/index.jsx → lib/components/RadarChart/index.js} +3 -3
- package/dist/esm/{src/lib/components/Radio/index.jsx → lib/components/Radio/index.js} +13 -8
- package/dist/esm/{src/lib/components/RadioCards/RadioCardsItem.jsx → lib/components/RadioCards/RadioCardsItem.js} +14 -4
- package/dist/esm/{src/lib/components/RadioCards/RadioCardsRoot.jsx → lib/components/RadioCards/RadioCardsRoot.js} +3 -8
- package/dist/esm/{src/lib/components/RadioGroup/RadioGroupItem.jsx → lib/components/RadioGroup/RadioGroupItem.js} +14 -4
- package/dist/esm/{src/lib/components/RadioGroup/RadioGroupRoot.jsx → lib/components/RadioGroup/RadioGroupRoot.js} +14 -8
- package/dist/esm/{src/lib/components/ScrollArea/index.jsx → lib/components/ScrollArea/index.js} +14 -6
- package/dist/esm/{src/lib/components/SegmentedControl/SegmentedControlItem.jsx → lib/components/SegmentedControl/SegmentedControlItem.js} +14 -4
- package/dist/esm/{src/lib/components/SegmentedControl/SegmentedControlRoot.jsx → lib/components/SegmentedControl/SegmentedControlRoot.js} +2 -5
- package/dist/esm/{src/lib/components/Select/index.jsx → lib/components/Select/index.js} +8 -25
- package/dist/esm/{src/lib/components/Separator/index.jsx → lib/components/Separator/index.js} +2 -5
- package/dist/esm/{src/lib/components/Skeleton/index.jsx → lib/components/Skeleton/index.js} +2 -5
- package/dist/esm/{src/lib/components/Slider/index.jsx → lib/components/Slider/index.js} +2 -3
- package/dist/esm/{src/lib/components/Spinner/index.jsx → lib/components/Spinner/index.js} +2 -5
- package/dist/esm/{src/lib/components/TabNav/index.jsx → lib/components/TabNav/index.js} +14 -8
- package/dist/esm/{src/lib/components/Table/index.jsx → lib/components/Table/index.js} +8 -23
- package/dist/esm/{src/lib/components/Tabs/index.jsx → lib/components/Tabs/index.js} +5 -14
- package/dist/esm/{src/lib/components/TextArea/index.jsx → lib/components/TextArea/index.js} +2 -3
- package/dist/esm/{src/lib/components/TextField/index.jsx → lib/components/TextField/index.js} +3 -8
- package/dist/esm/{src/lib/components/Toast/ToastActionButton.jsx → lib/components/Toast/ToastActionButton.js} +3 -4
- package/dist/esm/{src/lib/components/Toast/ToastDescription.jsx → lib/components/Toast/ToastDescription.js} +14 -6
- package/dist/esm/{src/lib/components/Toast/ToastRoot.jsx → lib/components/Toast/ToastRoot.js} +3 -9
- package/dist/esm/{src/lib/components/Toast/ToastTitle.jsx → lib/components/Toast/ToastTitle.js} +14 -4
- package/dist/esm/{src/lib/components/Toggle/ToggleWithText.jsx → lib/components/Toggle/ToggleWithText.js} +4 -6
- package/dist/esm/{src/lib/components/Toggle/index.jsx → lib/components/Toggle/index.js} +3 -4
- package/dist/esm/{src/lib/components/ToggleGroup/ToggleGroupItem.jsx → lib/components/ToggleGroup/ToggleGroupItem.js} +14 -4
- package/dist/esm/{src/lib/components/ToggleGroup/ToggleGroupRoot.jsx → lib/components/ToggleGroup/ToggleGroupRoot.js} +3 -8
- package/dist/esm/{src/lib/components/ToggleSwitch/index.jsx → lib/components/ToggleSwitch/index.js} +2 -6
- package/dist/esm/{src/lib/components/Tooltip/index.jsx → lib/components/Tooltip/index.js} +2 -11
- package/package.json +3 -3
- package/dist/cjs/.storybook/main.js +0 -24
- package/dist/cjs/.storybook/manager.js +0 -17
- package/dist/cjs/.storybook/preview.jsx +0 -106
- package/dist/cjs/src/app/layout.jsx +0 -17
- package/dist/cjs/src/app/page.jsx +0 -65
- package/dist/cjs/src/app/template/colorPicker.jsx +0 -21
- package/dist/cjs/src/app/template/theme.jsx +0 -22
- package/dist/cjs/src/lib/Typography/Header/index.jsx +0 -64
- package/dist/cjs/src/lib/Typography/Text/index.jsx +0 -73
- package/dist/cjs/src/lib/Typography/index.js +0 -10
- package/dist/cjs/src/lib/color/alpha.js +0 -788
- package/dist/cjs/src/lib/color/constants.js +0 -299
- package/dist/cjs/src/lib/color/dark.js +0 -395
- package/dist/cjs/src/lib/color/krdsColors.js +0 -312
- package/dist/cjs/src/lib/color/light.js +0 -396
- package/dist/cjs/src/lib/components/Accordion/index.jsx +0 -105
- package/dist/cjs/src/lib/components/AlertDialog/AlertDialogAction.jsx +0 -88
- package/dist/cjs/src/lib/components/AlertDialog/AlertDialogCancel.jsx +0 -87
- package/dist/cjs/src/lib/components/AlertDialog/AlertDialogContent.jsx +0 -81
- package/dist/cjs/src/lib/components/AlertDialog/AlertDialogDescription.jsx +0 -63
- package/dist/cjs/src/lib/components/AlertDialog/AlertDialogRoot.jsx +0 -65
- package/dist/cjs/src/lib/components/AlertDialog/AlertDialogTitle.jsx +0 -63
- package/dist/cjs/src/lib/components/AlertDialog/AlertDialogTrigger.jsx +0 -82
- package/dist/cjs/src/lib/components/AlertDialog/index.jsx +0 -19
- package/dist/cjs/src/lib/components/AspectRatio/index.jsx +0 -69
- package/dist/cjs/src/lib/components/Avatar/index.jsx +0 -87
- package/dist/cjs/src/lib/components/Badge/index.jsx +0 -80
- package/dist/cjs/src/lib/components/BarChart/index.jsx +0 -64
- package/dist/cjs/src/lib/components/BubbleChart/index.jsx +0 -80
- package/dist/cjs/src/lib/components/Button/index.jsx +0 -83
- package/dist/cjs/src/lib/components/Callout/CalloutIcon.jsx +0 -88
- package/dist/cjs/src/lib/components/Callout/CalloutRoot.jsx +0 -102
- package/dist/cjs/src/lib/components/Callout/CalloutText.jsx +0 -68
- package/dist/cjs/src/lib/components/Callout/index.jsx +0 -11
- package/dist/cjs/src/lib/components/Card/index.jsx +0 -90
- package/dist/cjs/src/lib/components/Checkbox/index.jsx +0 -123
- package/dist/cjs/src/lib/components/CheckboxCard/index.jsx +0 -89
- package/dist/cjs/src/lib/components/CheckboxGroup/CheckboxGroupItem.jsx +0 -54
- package/dist/cjs/src/lib/components/CheckboxGroup/CheckboxGroupRoot.jsx +0 -64
- package/dist/cjs/src/lib/components/CheckboxGroup/index.jsx +0 -6
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuCheckboxItem.jsx +0 -61
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuContent.jsx +0 -85
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuGroup.jsx +0 -46
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuItem.jsx +0 -87
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuItemIndicator.jsx +0 -77
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuLabel.jsx +0 -75
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuRadioGroup.jsx +0 -49
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuRadioItem.jsx +0 -63
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuRoot.jsx +0 -61
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuSeparator.jsx +0 -47
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuSubContent.jsx +0 -83
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuSubTrigger.jsx +0 -61
- package/dist/cjs/src/lib/components/ContextMenu/ContextMenuTrigger.jsx +0 -47
- package/dist/cjs/src/lib/components/ContextMenu/index.jsx +0 -31
- package/dist/cjs/src/lib/components/DataList/DataListItem.jsx +0 -70
- package/dist/cjs/src/lib/components/DataList/DataListLabel.jsx +0 -76
- package/dist/cjs/src/lib/components/DataList/DataListRoot.jsx +0 -73
- package/dist/cjs/src/lib/components/DataList/DataListValue.jsx +0 -78
- package/dist/cjs/src/lib/components/DataList/index.jsx +0 -8
- package/dist/cjs/src/lib/components/Dialog/DialogAction.jsx +0 -75
- package/dist/cjs/src/lib/components/Dialog/DialogCancel.jsx +0 -71
- package/dist/cjs/src/lib/components/Dialog/DialogContent.jsx +0 -84
- package/dist/cjs/src/lib/components/Dialog/DialogDescription.jsx +0 -63
- package/dist/cjs/src/lib/components/Dialog/DialogRoot.jsx +0 -56
- package/dist/cjs/src/lib/components/Dialog/DialogSlot.jsx +0 -62
- package/dist/cjs/src/lib/components/Dialog/DialogTitle.jsx +0 -63
- package/dist/cjs/src/lib/components/Dialog/DialogTrigger.jsx +0 -46
- package/dist/cjs/src/lib/components/Dialog/index.jsx +0 -21
- package/dist/cjs/src/lib/components/DoughnutChart/index.jsx +0 -70
- package/dist/cjs/src/lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx +0 -46
- package/dist/cjs/src/lib/components/DropdownMenu/DropdonMenuSubContent.jsx +0 -89
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +0 -60
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuContent.jsx +0 -85
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuItem.jsx +0 -86
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx +0 -75
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuLable.jsx +0 -61
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuRadioItem.jsx +0 -60
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuRoot.jsx +0 -55
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuSeparator.jsx +0 -45
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuSub.jsx +0 -44
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx +0 -59
- package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuTrigger.jsx +0 -69
- package/dist/cjs/src/lib/components/DropdownMenu/index.jsx +0 -31
- package/dist/cjs/src/lib/components/HoverCard/HoverCardContent.jsx +0 -88
- package/dist/cjs/src/lib/components/HoverCard/HoverCardRoot.jsx +0 -57
- package/dist/cjs/src/lib/components/HoverCard/HoverCardTrigger.jsx +0 -46
- package/dist/cjs/src/lib/components/HoverCard/index.jsx +0 -11
- package/dist/cjs/src/lib/components/IconButton/index.jsx +0 -90
- package/dist/cjs/src/lib/components/Inset/index.jsx +0 -79
- package/dist/cjs/src/lib/components/Label/index.jsx +0 -83
- package/dist/cjs/src/lib/components/LineChart/index.jsx +0 -62
- package/dist/cjs/src/lib/components/Menubar/MenubarCheckboxItem.jsx +0 -57
- package/dist/cjs/src/lib/components/Menubar/MenubarContent.jsx +0 -89
- package/dist/cjs/src/lib/components/Menubar/MenubarItem.jsx +0 -82
- package/dist/cjs/src/lib/components/Menubar/MenubarItemIndicator.jsx +0 -76
- package/dist/cjs/src/lib/components/Menubar/MenubarMenu.jsx +0 -44
- package/dist/cjs/src/lib/components/Menubar/MenubarRadioGroup.jsx +0 -49
- package/dist/cjs/src/lib/components/Menubar/MenubarRadioItem.jsx +0 -59
- package/dist/cjs/src/lib/components/Menubar/MenubarRoot.jsx +0 -91
- package/dist/cjs/src/lib/components/Menubar/MenubarSeparator.jsx +0 -47
- package/dist/cjs/src/lib/components/Menubar/MenubarSub.jsx +0 -44
- package/dist/cjs/src/lib/components/Menubar/MenubarSubContent.jsx +0 -78
- package/dist/cjs/src/lib/components/Menubar/MenubarSubTrigger.jsx +0 -60
- package/dist/cjs/src/lib/components/Menubar/MenubarTrigger.jsx +0 -84
- package/dist/cjs/src/lib/components/Menubar/index.jsx +0 -31
- package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuContent.jsx +0 -75
- package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -48
- package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuItem.jsx +0 -46
- package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuLink.jsx +0 -78
- package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuList.jsx +0 -75
- package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuRoot.jsx +0 -62
- package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuTrigger.jsx +0 -86
- package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuViewport.jsx +0 -80
- package/dist/cjs/src/lib/components/NavigationMenu/index.jsx +0 -12
- package/dist/cjs/src/lib/components/PieChart/index.jsx +0 -70
- package/dist/cjs/src/lib/components/Popover/PopoverClose.jsx +0 -64
- package/dist/cjs/src/lib/components/Popover/PopoverContent.jsx +0 -92
- package/dist/cjs/src/lib/components/Popover/PopoverRoot.jsx +0 -55
- package/dist/cjs/src/lib/components/Popover/PopoverTrigger.jsx +0 -46
- package/dist/cjs/src/lib/components/Popover/index.jsx +0 -13
- package/dist/cjs/src/lib/components/Progress/index.jsx +0 -83
- package/dist/cjs/src/lib/components/RadarChart/index.jsx +0 -83
- package/dist/cjs/src/lib/components/Radio/index.jsx +0 -54
- package/dist/cjs/src/lib/components/RadioCards/RadioCardsItem.jsx +0 -70
- package/dist/cjs/src/lib/components/RadioCards/RadioCardsRoot.jsx +0 -77
- package/dist/cjs/src/lib/components/RadioCards/index.jsx +0 -9
- package/dist/cjs/src/lib/components/RadioGroup/RadioGroupItem.jsx +0 -62
- package/dist/cjs/src/lib/components/RadioGroup/RadioGroupRoot.jsx +0 -73
- package/dist/cjs/src/lib/components/RadioGroup/index.jsx +0 -9
- package/dist/cjs/src/lib/components/ScrollArea/index.jsx +0 -54
- package/dist/cjs/src/lib/components/SegmentedControl/SegmentedControlItem.jsx +0 -51
- package/dist/cjs/src/lib/components/SegmentedControl/SegmentedControlRoot.jsx +0 -79
- package/dist/cjs/src/lib/components/SegmentedControl/index.jsx +0 -9
- package/dist/cjs/src/lib/components/Select/index.jsx +0 -115
- package/dist/cjs/src/lib/components/Separator/index.jsx +0 -56
- package/dist/cjs/src/lib/components/Skeleton/index.jsx +0 -51
- package/dist/cjs/src/lib/components/Slider/index.jsx +0 -56
- package/dist/cjs/src/lib/components/Spinner/index.jsx +0 -56
- package/dist/cjs/src/lib/components/TabNav/index.jsx +0 -50
- package/dist/cjs/src/lib/components/Table/index.jsx +0 -119
- package/dist/cjs/src/lib/components/Tabs/index.jsx +0 -80
- package/dist/cjs/src/lib/components/TextArea/index.jsx +0 -65
- package/dist/cjs/src/lib/components/TextField/index.jsx +0 -67
- package/dist/cjs/src/lib/components/Toast/ToastActionButton.jsx +0 -97
- package/dist/cjs/src/lib/components/Toast/ToastDescription.jsx +0 -71
- package/dist/cjs/src/lib/components/Toast/ToastRoot.jsx +0 -123
- package/dist/cjs/src/lib/components/Toast/ToastTitle.jsx +0 -69
- package/dist/cjs/src/lib/components/Toast/index.jsx +0 -13
- package/dist/cjs/src/lib/components/Toggle/ToggleWithText.jsx +0 -86
- package/dist/cjs/src/lib/components/Toggle/index.jsx +0 -88
- package/dist/cjs/src/lib/components/ToggleGroup/ToggleGroupItem.jsx +0 -70
- package/dist/cjs/src/lib/components/ToggleGroup/ToggleGroupRoot.jsx +0 -79
- package/dist/cjs/src/lib/components/ToggleGroup/index.jsx +0 -9
- package/dist/cjs/src/lib/components/ToggleSwitch/index.jsx +0 -81
- package/dist/cjs/src/lib/components/Tooltip/index.jsx +0 -86
- package/dist/cjs/src/lib/components/index.js +0 -108
- package/dist/cjs/src/lib/constants.js +0 -950
- package/dist/cjs/src/lib/index.js +0 -18
- package/dist/cjs/src/lib/types.js +0 -2
- package/dist/cjs/src/lib/utils/useDarkMode.js +0 -53
- package/dist/cjs/src/lib/utils/utils.js +0 -14
- package/dist/cjs/src/stories/ToggleSwitch/ToggleSwitch.stories.jsx +0 -125
- package/dist/cjs/src/stories/Welcome.jsx +0 -96
- package/dist/cjs/src/stories/accordion/Accordion.stories.jsx +0 -88
- package/dist/cjs/src/stories/alert-dialog/AlertDialog.stories.jsx +0 -79
- package/dist/cjs/src/stories/aspect-ratio/AspectRatio.stories.jsx +0 -115
- package/dist/cjs/src/stories/avatar/Avatar.stories.jsx +0 -120
- package/dist/cjs/src/stories/badge/Badge.stories.jsx +0 -148
- package/dist/cjs/src/stories/bar-chart/BarChart.stories.jsx +0 -114
- package/dist/cjs/src/stories/bubble-chart/BubbleChart.stories.jsx +0 -182
- package/dist/cjs/src/stories/button/Button.stories.jsx +0 -119
- package/dist/cjs/src/stories/button/IconButton.stories.jsx +0 -118
- package/dist/cjs/src/stories/callout/Callout.stories.jsx +0 -212
- package/dist/cjs/src/stories/card/Card.stories.jsx +0 -168
- package/dist/cjs/src/stories/checkbox/Checkbox.stories.jsx +0 -187
- package/dist/cjs/src/stories/checkbox/CheckboxCard.stories.jsx +0 -150
- package/dist/cjs/src/stories/checkbox/CheckboxGroup.stories.jsx +0 -150
- package/dist/cjs/src/stories/context-menu/ContextMenu.stories.jsx +0 -163
- package/dist/cjs/src/stories/data-list/DataList.stories.jsx +0 -193
- package/dist/cjs/src/stories/dialog/Dialog.stories.jsx +0 -183
- package/dist/cjs/src/stories/doughnut-chart/DoughnutChart.stories.jsx +0 -130
- package/dist/cjs/src/stories/dropdown-menu/DropdownMenu.stories.jsx +0 -156
- package/dist/cjs/src/stories/header/Header.stories.jsx +0 -127
- package/dist/cjs/src/stories/hover-card/HoverCard.stories.jsx +0 -150
- package/dist/cjs/src/stories/inset/Inset.stories.jsx +0 -105
- package/dist/cjs/src/stories/label/Label.stories.jsx +0 -119
- package/dist/cjs/src/stories/line-chart/LineChart.stories.jsx +0 -245
- package/dist/cjs/src/stories/menubar/Menubar.stories.jsx +0 -282
- package/dist/cjs/src/stories/navigation-menu/NavigationMenu.stories.jsx +0 -249
- package/dist/cjs/src/stories/pie-chart/PieChart.stories.jsx +0 -156
- package/dist/cjs/src/stories/popover/Popover.stories.jsx +0 -137
- package/dist/cjs/src/stories/progress/Progress.stories.jsx +0 -88
- package/dist/cjs/src/stories/radar-chart/RadarChart.stories.jsx +0 -134
- package/dist/cjs/src/stories/radio/Radio.stories.jsx +0 -117
- package/dist/cjs/src/stories/radio/RadioCards.stories.jsx +0 -147
- package/dist/cjs/src/stories/radio/RadioGroup.stories.jsx +0 -132
- package/dist/cjs/src/stories/scroll-area/ScrollArea.stories.jsx +0 -204
- package/dist/cjs/src/stories/segmented-control/SegmentedControl.stories.jsx +0 -107
- package/dist/cjs/src/stories/select/Select.stories.jsx +0 -187
- package/dist/cjs/src/stories/separator/Separator.stories.jsx +0 -112
- package/dist/cjs/src/stories/skeleton/Skeleton.stories.jsx +0 -126
- package/dist/cjs/src/stories/slider/Slider.stories.jsx +0 -100
- package/dist/cjs/src/stories/spinner/Spinner.stories.jsx +0 -122
- package/dist/cjs/src/stories/tab-nav/TabNav.stories.jsx +0 -102
- package/dist/cjs/src/stories/table/Table.stories.jsx +0 -139
- package/dist/cjs/src/stories/tabs/Tabs.stories.jsx +0 -126
- package/dist/cjs/src/stories/text/Text.stories.jsx +0 -123
- package/dist/cjs/src/stories/textArea/TextArea.stories.jsx +0 -119
- package/dist/cjs/src/stories/textfield/TextField.stories.jsx +0 -133
- package/dist/cjs/src/stories/toast/Toast.stories.jsx +0 -230
- package/dist/cjs/src/stories/toggle/Toggle.stories.jsx +0 -114
- package/dist/cjs/src/stories/toggle/ToggleGroup.stories.jsx +0 -158
- package/dist/cjs/src/stories/tooltip/Tooltip.stories.jsx +0 -98
- package/dist/cjs/src/utils/chart.js +0 -582
- package/dist/cjs/src/utils/move-cjs.mjs +0 -26
- package/dist/cjs/src/utils/move-esm.mjs +0 -40
- package/dist/cjs/src/utils/move.mjs +0 -60
- package/dist/cjs/src/utils/post-publish.mjs +0 -28
- package/dist/cjs/tailwind.config.js +0 -169
- package/dist/cjs/tsconfig.tsbuildinfo +0 -1
- package/dist/esm/.storybook/main.js +0 -22
- package/dist/esm/.storybook/manager.js +0 -12
- package/dist/esm/.storybook/preview.jsx +0 -80
- package/dist/esm/src/app/layout.jsx +0 -13
- package/dist/esm/src/app/page.jsx +0 -36
- package/dist/esm/src/app/template/colorPicker.jsx +0 -19
- package/dist/esm/src/app/template/theme.jsx +0 -17
- package/dist/esm/src/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
- package/dist/esm/src/stories/ToggleSwitch/ToggleSwitch.stories.jsx +0 -118
- package/dist/esm/src/stories/Welcome.jsx +0 -68
- package/dist/esm/src/stories/accordion/Accordion.stories.jsx +0 -81
- package/dist/esm/src/stories/alert-dialog/AlertDialog.stories.jsx +0 -72
- package/dist/esm/src/stories/aspect-ratio/AspectRatio.stories.jsx +0 -106
- package/dist/esm/src/stories/avatar/Avatar.stories.jsx +0 -109
- package/dist/esm/src/stories/badge/Badge.stories.jsx +0 -135
- package/dist/esm/src/stories/bar-chart/BarChart.stories.jsx +0 -105
- package/dist/esm/src/stories/bubble-chart/BubbleChart.stories.jsx +0 -175
- package/dist/esm/src/stories/button/Button.stories.jsx +0 -105
- package/dist/esm/src/stories/button/IconButton.stories.jsx +0 -110
- package/dist/esm/src/stories/callout/Callout.stories.jsx +0 -202
- package/dist/esm/src/stories/card/Card.stories.jsx +0 -156
- package/dist/esm/src/stories/checkbox/Checkbox.stories.jsx +0 -174
- package/dist/esm/src/stories/checkbox/CheckboxCard.stories.jsx +0 -138
- package/dist/esm/src/stories/checkbox/CheckboxGroup.stories.jsx +0 -144
- package/dist/esm/src/stories/context-menu/ContextMenu.stories.jsx +0 -156
- package/dist/esm/src/stories/data-list/DataList.stories.jsx +0 -186
- package/dist/esm/src/stories/dialog/Dialog.stories.jsx +0 -173
- package/dist/esm/src/stories/doughnut-chart/DoughnutChart.stories.jsx +0 -118
- package/dist/esm/src/stories/dropdown-menu/DropdownMenu.stories.jsx +0 -146
- package/dist/esm/src/stories/header/Header.stories.jsx +0 -118
- package/dist/esm/src/stories/hover-card/HoverCard.stories.jsx +0 -143
- package/dist/esm/src/stories/inset/Inset.stories.jsx +0 -99
- package/dist/esm/src/stories/label/Label.stories.jsx +0 -112
- package/dist/esm/src/stories/line-chart/LineChart.stories.jsx +0 -234
- package/dist/esm/src/stories/menubar/Menubar.stories.jsx +0 -274
- package/dist/esm/src/stories/navigation-menu/NavigationMenu.stories.jsx +0 -237
- package/dist/esm/src/stories/pie-chart/PieChart.stories.jsx +0 -144
- package/dist/esm/src/stories/popover/Popover.stories.jsx +0 -128
- package/dist/esm/src/stories/progress/Progress.stories.jsx +0 -81
- package/dist/esm/src/stories/radar-chart/RadarChart.stories.jsx +0 -126
- package/dist/esm/src/stories/radio/Radio.stories.jsx +0 -110
- package/dist/esm/src/stories/radio/RadioCards.stories.jsx +0 -136
- package/dist/esm/src/stories/radio/RadioGroup.stories.jsx +0 -125
- package/dist/esm/src/stories/scroll-area/ScrollArea.stories.jsx +0 -197
- package/dist/esm/src/stories/segmented-control/SegmentedControl.stories.jsx +0 -100
- package/dist/esm/src/stories/select/Select.stories.jsx +0 -175
- package/dist/esm/src/stories/separator/Separator.stories.jsx +0 -105
- package/dist/esm/src/stories/skeleton/Skeleton.stories.jsx +0 -118
- package/dist/esm/src/stories/slider/Slider.stories.jsx +0 -93
- package/dist/esm/src/stories/spinner/Spinner.stories.jsx +0 -111
- package/dist/esm/src/stories/tab-nav/TabNav.stories.jsx +0 -94
- package/dist/esm/src/stories/table/Table.stories.jsx +0 -129
- package/dist/esm/src/stories/tabs/Tabs.stories.jsx +0 -118
- package/dist/esm/src/stories/text/Text.stories.jsx +0 -115
- package/dist/esm/src/stories/textArea/TextArea.stories.jsx +0 -111
- package/dist/esm/src/stories/textfield/TextField.stories.jsx +0 -122
- package/dist/esm/src/stories/toast/Toast.stories.jsx +0 -197
- package/dist/esm/src/stories/toggle/Toggle.stories.jsx +0 -106
- package/dist/esm/src/stories/toggle/ToggleGroup.stories.jsx +0 -151
- package/dist/esm/src/stories/tooltip/Tooltip.stories.jsx +0 -89
- package/dist/esm/src/utils/chart.js +0 -572
- package/dist/esm/src/utils/move-cjs.mjs +0 -21
- package/dist/esm/src/utils/move-esm.mjs +0 -35
- package/dist/esm/src/utils/move.mjs +0 -55
- package/dist/esm/src/utils/post-publish.mjs +0 -23
- package/dist/esm/tailwind.config.js +0 -144
- package/dist/esm/tsconfig.tsbuildinfo +0 -1
- /package/dist/esm/{src/lib → lib}/Typography/index.js +0 -0
- /package/dist/esm/{src/lib → lib}/color/alpha.js +0 -0
- /package/dist/esm/{src/lib → lib}/color/constants.js +0 -0
- /package/dist/esm/{src/lib → lib}/color/dark.js +0 -0
- /package/dist/esm/{src/lib → lib}/color/krdsColors.js +0 -0
- /package/dist/esm/{src/lib → lib}/color/light.js +0 -0
- /package/dist/esm/{src/lib/components/AlertDialog/index.jsx → lib/components/AlertDialog/index.js} +0 -0
- /package/dist/esm/{src/lib/components/Callout/index.jsx → lib/components/Callout/index.js} +0 -0
- /package/dist/esm/{src/lib/components/CheckboxGroup/index.jsx → lib/components/CheckboxGroup/index.js} +0 -0
- /package/dist/esm/{src/lib/components/ContextMenu/index.jsx → lib/components/ContextMenu/index.js} +0 -0
- /package/dist/esm/{src/lib/components/DataList/index.jsx → lib/components/DataList/index.js} +0 -0
- /package/dist/esm/{src/lib/components/Dialog/index.jsx → lib/components/Dialog/index.js} +0 -0
- /package/dist/esm/{src/lib/components/DropdownMenu/index.jsx → lib/components/DropdownMenu/index.js} +0 -0
- /package/dist/esm/{src/lib/components/HoverCard/index.jsx → lib/components/HoverCard/index.js} +0 -0
- /package/dist/esm/{src/lib/components/Menubar/index.jsx → lib/components/Menubar/index.js} +0 -0
- /package/dist/esm/{src/lib/components/NavigationMenu/index.jsx → lib/components/NavigationMenu/index.js} +0 -0
- /package/dist/esm/{src/lib/components/Popover/index.jsx → lib/components/Popover/index.js} +0 -0
- /package/dist/esm/{src/lib/components/RadioCards/index.jsx → lib/components/RadioCards/index.js} +0 -0
- /package/dist/esm/{src/lib/components/RadioGroup/index.jsx → lib/components/RadioGroup/index.js} +0 -0
- /package/dist/esm/{src/lib/components/SegmentedControl/index.jsx → lib/components/SegmentedControl/index.js} +0 -0
- /package/dist/esm/{src/lib/components/Toast/index.jsx → lib/components/Toast/index.js} +0 -0
- /package/dist/esm/{src/lib/components/ToggleGroup/index.jsx → lib/components/ToggleGroup/index.js} +0 -0
- /package/dist/esm/{src/lib → lib}/components/index.js +0 -0
- /package/dist/esm/{src/lib → lib}/constants.js +0 -0
- /package/dist/esm/{src/lib → lib}/index.js +0 -0
- /package/dist/esm/{src/lib → lib}/types.js +0 -0
- /package/dist/esm/{src/lib → lib}/utils/useDarkMode.js +0 -0
- /package/dist/esm/{src/lib → lib}/utils/utils.js +0 -0
@@ -1,3 +1,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,31 +21,36 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
21
|
}
|
21
22
|
return t;
|
22
23
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
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.Link = exports.Root = 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 themes_1 = require("@radix-ui/themes");
|
33
|
+
var utils_1 = require("lib/utils/utils");
|
34
|
+
var tabNavVariants = (0, class_variance_authority_1.cva)('', {
|
29
35
|
variants: {},
|
30
36
|
});
|
31
|
-
|
37
|
+
exports.Root = react_1.default.forwardRef(function (_a, ref) {
|
32
38
|
var className = _a.className, children = _a.children, size = _a.size, color = _a.color, rootProps = __rest(_a, ["className", "children", "size", "color"]);
|
33
39
|
if (!color)
|
34
40
|
color = 'red';
|
35
41
|
var sizeTheme = '2';
|
36
42
|
if (size === 'small')
|
37
43
|
sizeTheme = '1';
|
38
|
-
return (
|
44
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.Theme, { accentColor: color, hasBackground: false, children: (0, jsx_runtime_1.jsx)(themes_1.TabNav.Root, __assign({ ref: ref, size: sizeTheme, className: (0, utils_1.cn)('', tabNavVariants({}), className) }, rootProps, { children: children })) }));
|
39
45
|
});
|
40
|
-
Root.displayName = 'TabNav.Root';
|
41
|
-
|
46
|
+
exports.Root.displayName = 'TabNav.Root';
|
47
|
+
exports.Link = react_1.default.forwardRef(function (_a, ref) {
|
42
48
|
var className = _a.className, children = _a.children, href = _a.href, linkProps = __rest(_a, ["className", "children", "href"]);
|
43
|
-
return (
|
49
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.TabNav.Link, __assign({ ref: ref, className: (0, utils_1.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 })));
|
44
50
|
});
|
45
|
-
Link.displayName = 'TabNav.Link';
|
51
|
+
exports.Link.displayName = 'TabNav.Link';
|
46
52
|
var TabNav = {
|
47
|
-
Root: Root,
|
48
|
-
Link: Link,
|
53
|
+
Root: exports.Root,
|
54
|
+
Link: exports.Link,
|
49
55
|
};
|
50
|
-
|
56
|
+
exports.default = TabNav;
|
@@ -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,22 +21,27 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
21
|
}
|
21
22
|
return t;
|
22
23
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
var
|
24
|
+
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.RowHeaderCell = exports.ColumnHeaderCell = exports.Cell = exports.Row = exports.Body = exports.Header = exports.Root = 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 themes_1 = require("@radix-ui/themes");
|
33
|
+
var utils_1 = require("lib/utils/utils");
|
34
|
+
var constants_1 = require("lib/constants");
|
35
|
+
var tableVariants = (0, class_variance_authority_1.cva)('', {
|
30
36
|
variants: {
|
31
|
-
scaling: __assign({}, scalingVariants),
|
32
|
-
radius: __assign({}, radiusVariants['base']),
|
37
|
+
scaling: __assign({}, constants_1.scalingVariants),
|
38
|
+
radius: __assign({}, constants_1.radiusVariants['base']),
|
33
39
|
},
|
34
40
|
defaultVariants: {
|
35
41
|
scaling: '100%',
|
36
42
|
},
|
37
43
|
});
|
38
|
-
var tableRowVariants = cva('', {
|
44
|
+
var tableRowVariants = (0, class_variance_authority_1.cva)('', {
|
39
45
|
variants: {
|
40
46
|
size: {
|
41
47
|
small: 'h-[36px]',
|
@@ -44,7 +50,7 @@ var tableRowVariants = cva('', {
|
|
44
50
|
},
|
45
51
|
},
|
46
52
|
});
|
47
|
-
|
53
|
+
exports.Root = react_1.default.forwardRef(function (_a, ref) {
|
48
54
|
var className = _a.className, children = _a.children, appearance = _a.appearance, scaling = _a.scaling, size = _a.size, radius = _a.radius, tableProps = __rest(_a, ["className", "children", "appearance", "scaling", "size", "radius"]);
|
49
55
|
var sizeTheme = '2';
|
50
56
|
if (size === 'small')
|
@@ -53,46 +59,46 @@ export var Root = React.forwardRef(function (_a, ref) {
|
|
53
59
|
sizeTheme = '3';
|
54
60
|
if (radius === 'full')
|
55
61
|
radius = 'large';
|
56
|
-
return (
|
62
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.Theme, { hasBackground: false, children: (0, jsx_runtime_1.jsx)(themes_1.Table.Root, __assign({ ref: ref, className: (0, utils_1.cn)('', tableVariants({ scaling: scaling, radius: radius }), className), variant: appearance, size: sizeTheme }, tableProps, { children: children })) }));
|
57
63
|
});
|
58
|
-
Root.displayName = 'Table.Root';
|
59
|
-
|
64
|
+
exports.Root.displayName = 'Table.Root';
|
65
|
+
exports.Header = react_1.default.forwardRef(function (_a, forwardedRef) {
|
60
66
|
var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
|
61
|
-
return (
|
67
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.Table.Header, __assign({ ref: forwardedRef, className: (0, utils_1.cn)('', tableVariants({ scaling: scaling }), className) }, props, { children: children })));
|
62
68
|
});
|
63
|
-
Header.displayName = 'Table.Header';
|
64
|
-
|
69
|
+
exports.Header.displayName = 'Table.Header';
|
70
|
+
exports.Body = react_1.default.forwardRef(function (_a, forwardedRef) {
|
65
71
|
var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
|
66
|
-
return (
|
72
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.Table.Body, __assign({ ref: forwardedRef, className: (0, utils_1.cn)('', tableVariants({ scaling: scaling }), className) }, props, { children: children })));
|
67
73
|
});
|
68
|
-
Body.displayName = 'Table.Body';
|
69
|
-
|
74
|
+
exports.Body.displayName = 'Table.Body';
|
75
|
+
exports.Row = react_1.default.forwardRef(function (_a, forwardedRef) {
|
70
76
|
var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
|
71
|
-
return (
|
77
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.Table.Row, __assign({ ref: forwardedRef, className: (0, utils_1.cn)('', tableVariants({ scaling: scaling }), className) }, props, { children: children })));
|
72
78
|
});
|
73
|
-
Row.displayName = 'Table.Row';
|
74
|
-
|
79
|
+
exports.Row.displayName = 'Table.Row';
|
80
|
+
exports.Cell = react_1.default.forwardRef(function (_a, forwardedRef) {
|
75
81
|
var className = _a.className, children = _a.children, scaling = _a.scaling, cellProps = __rest(_a, ["className", "children", "scaling"]);
|
76
|
-
return (
|
82
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.Table.Cell, __assign({ className: (0, utils_1.cn)('', tableVariants({ scaling: scaling }), className) }, cellProps, { ref: forwardedRef, children: children })));
|
77
83
|
});
|
78
|
-
Cell.displayName = 'Table.Cell';
|
79
|
-
|
84
|
+
exports.Cell.displayName = 'Table.Cell';
|
85
|
+
exports.ColumnHeaderCell = react_1.default.forwardRef(function (_a, forwardedRef) {
|
80
86
|
var className = _a.className, children = _a.children, scaling = _a.scaling, size = _a.size, props = __rest(_a, ["className", "children", "scaling", "size"]);
|
81
|
-
return (
|
87
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.Table.ColumnHeaderCell, __assign({ ref: forwardedRef, className: (0, utils_1.cn)('', tableVariants({ scaling: scaling }), tableRowVariants({ size: size }), className) }, props, { children: children })));
|
82
88
|
});
|
83
|
-
ColumnHeaderCell.displayName = 'Table.ColumnHeaderCell';
|
84
|
-
|
89
|
+
exports.ColumnHeaderCell.displayName = 'Table.ColumnHeaderCell';
|
90
|
+
exports.RowHeaderCell = react_1.default.forwardRef(function (_a, forwardedRef) {
|
85
91
|
var className = _a.className, children = _a.children, scaling = _a.scaling, props = __rest(_a, ["className", "children", "scaling"]);
|
86
|
-
return (
|
92
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.Table.RowHeaderCell, __assign({ ref: forwardedRef, className: (0, utils_1.cn)('', tableVariants({ scaling: scaling }), className) }, props, { children: children })));
|
87
93
|
});
|
88
|
-
RowHeaderCell.displayName = 'Table.RowHeaderCell';
|
94
|
+
exports.RowHeaderCell.displayName = 'Table.RowHeaderCell';
|
89
95
|
var Table = {
|
90
|
-
Root: Root,
|
91
|
-
Header: Header,
|
92
|
-
Body: Body,
|
93
|
-
Row: Row,
|
94
|
-
Cell: Cell,
|
95
|
-
ColumnHeaderCell: ColumnHeaderCell,
|
96
|
-
RowHeaderCell: RowHeaderCell,
|
96
|
+
Root: exports.Root,
|
97
|
+
Header: exports.Header,
|
98
|
+
Body: exports.Body,
|
99
|
+
Row: exports.Row,
|
100
|
+
Cell: exports.Cell,
|
101
|
+
ColumnHeaderCell: exports.ColumnHeaderCell,
|
102
|
+
RowHeaderCell: exports.RowHeaderCell,
|
97
103
|
};
|
98
|
-
|
104
|
+
exports.default = Table;
|
@@ -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,46 +21,51 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
21
|
}
|
21
22
|
return t;
|
22
23
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
var
|
24
|
+
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.Content = exports.Trigger = exports.List = exports.Root = void 0;
|
29
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
30
|
+
var themes_1 = require("@radix-ui/themes");
|
31
|
+
var react_1 = __importDefault(require("react"));
|
32
|
+
var utils_1 = require("lib/utils/utils");
|
33
|
+
var class_variance_authority_1 = require("class-variance-authority");
|
34
|
+
var constants_1 = require("lib/constants");
|
35
|
+
var tabsVariants = (0, class_variance_authority_1.cva)('', {
|
30
36
|
variants: {
|
31
|
-
weight: __assign({}, weightVariants),
|
37
|
+
weight: __assign({}, constants_1.weightVariants),
|
32
38
|
},
|
33
39
|
});
|
34
|
-
|
40
|
+
exports.Root = react_1.default.forwardRef(function (_a, forwardedRef) {
|
35
41
|
var className = _a.className, children = _a.children, color = _a.color, rootProps = __rest(_a, ["className", "children", "color"]);
|
36
42
|
if (!color)
|
37
43
|
color = 'red';
|
38
|
-
return (
|
44
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.Theme, { accentColor: color, hasBackground: false, children: (0, jsx_runtime_1.jsx)(themes_1.Tabs.Root, __assign({}, rootProps, { ref: forwardedRef, className: (0, utils_1.cn)('', className), children: children })) }));
|
39
45
|
});
|
40
|
-
Root.displayName = 'Tabs.Root';
|
41
|
-
|
46
|
+
exports.Root.displayName = 'Tabs.Root';
|
47
|
+
exports.List = react_1.default.forwardRef(function (_a, forwardedRef) {
|
42
48
|
var className = _a.className, weight = _a.weight, children = _a.children, size = _a.size, listProps = __rest(_a, ["className", "weight", "children", "size"]);
|
43
49
|
var sizeTheme = '2';
|
44
50
|
if (size === 'small')
|
45
51
|
sizeTheme = '1';
|
46
|
-
return (
|
52
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.Tabs.List, __assign({ ref: forwardedRef, size: sizeTheme }, listProps, { className: (0, utils_1.cn)('', className), children: children })));
|
47
53
|
});
|
48
|
-
List.displayName = 'Tabs.List';
|
49
|
-
|
54
|
+
exports.List.displayName = 'Tabs.List';
|
55
|
+
exports.Trigger = react_1.default.forwardRef(function (_a, forwardedRef) {
|
50
56
|
var className = _a.className, weight = _a.weight, children = _a.children, triggerProps = __rest(_a, ["className", "weight", "children"]);
|
51
|
-
return (
|
57
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.Tabs.Trigger, __assign({ ref: forwardedRef, className: (0, utils_1.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 })));
|
52
58
|
});
|
53
|
-
Trigger.displayName = 'Tabs.Trigger';
|
54
|
-
|
59
|
+
exports.Trigger.displayName = 'Tabs.Trigger';
|
60
|
+
exports.Content = react_1.default.forwardRef(function (_a, forwardedRef) {
|
55
61
|
var className = _a.className, weight = _a.weight, children = _a.children, contentProps = __rest(_a, ["className", "weight", "children"]);
|
56
|
-
return (
|
62
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.Tabs.Content, __assign({ ref: forwardedRef }, contentProps, { className: (0, utils_1.cn)('mt-3', className), children: children })));
|
57
63
|
});
|
58
|
-
Content.displayName = 'Tabs.Content';
|
64
|
+
exports.Content.displayName = 'Tabs.Content';
|
59
65
|
var Tabs = {
|
60
|
-
Root: Root,
|
61
|
-
List: List,
|
62
|
-
Trigger: Trigger,
|
63
|
-
Content: Content,
|
66
|
+
Root: exports.Root,
|
67
|
+
List: exports.List,
|
68
|
+
Trigger: exports.Trigger,
|
69
|
+
Content: exports.Content,
|
64
70
|
};
|
65
|
-
|
71
|
+
exports.default = Tabs;
|
@@ -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,13 +21,18 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
21
|
}
|
21
22
|
return t;
|
22
23
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
var
|
24
|
+
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.TextArea = 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 themes_1 = require("@radix-ui/themes");
|
33
|
+
var utils_1 = require("lib/utils/utils");
|
34
|
+
var constants_1 = require("lib/constants");
|
35
|
+
var textAreaNavVariants = (0, class_variance_authority_1.cva)('w-[250px]', {
|
30
36
|
variants: {
|
31
37
|
size: {
|
32
38
|
small: 'text-xs h-[48px]',
|
@@ -34,8 +40,8 @@ var textAreaNavVariants = cva('w-[250px]', {
|
|
34
40
|
large: 'text-base h-[80px]',
|
35
41
|
'x-large': 'text-lg h-[96px]',
|
36
42
|
},
|
37
|
-
scaling: __assign({}, scalingVariants),
|
38
|
-
radius: __assign({}, radiusVariants['extra-large']),
|
43
|
+
scaling: __assign({}, constants_1.scalingVariants),
|
44
|
+
radius: __assign({}, constants_1.radiusVariants['extra-large']),
|
39
45
|
},
|
40
46
|
defaultVariants: {
|
41
47
|
size: 'medium',
|
@@ -43,7 +49,7 @@ var textAreaNavVariants = cva('w-[250px]', {
|
|
43
49
|
radius: 'medium',
|
44
50
|
},
|
45
51
|
});
|
46
|
-
|
52
|
+
exports.TextArea = react_1.default.forwardRef(function (_a, forwardedRef) {
|
47
53
|
var className = _a.className, children = _a.children, size = _a.size, appearance = _a.appearance, scaling = _a.scaling, radius = _a.radius, color = _a.color, textAreaProps = __rest(_a, ["className", "children", "size", "appearance", "scaling", "radius", "color"]);
|
48
54
|
var sizeTheme = '2';
|
49
55
|
if (size === 'small')
|
@@ -52,7 +58,7 @@ export var TextArea = React.forwardRef(function (_a, forwardedRef) {
|
|
52
58
|
sizeTheme = '3';
|
53
59
|
if (!color)
|
54
60
|
color = 'red';
|
55
|
-
return (
|
61
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.Theme, { hasBackground: false, accentColor: color, children: (0, jsx_runtime_1.jsx)(themes_1.TextArea, __assign({ ref: forwardedRef, variant: appearance, size: sizeTheme, className: (0, utils_1.cn)(textAreaNavVariants({ size: size, scaling: scaling, radius: radius }), size === 'x-large' && 'rt-r-size-4', className) }, textAreaProps)) }));
|
56
62
|
});
|
57
|
-
TextArea.displayName = 'TextArea';
|
58
|
-
|
63
|
+
exports.TextArea.displayName = 'TextArea';
|
64
|
+
exports.default = exports.TextArea;
|
@@ -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,19 +21,24 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
21
|
}
|
21
22
|
return t;
|
22
23
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
var
|
24
|
+
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.Slot = exports.Root = 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 textFieldVariants = (0, class_variance_authority_1.cva)('', {
|
30
36
|
variants: {
|
31
|
-
radius: __assign({}, radiusVariants['base']),
|
32
|
-
color: bgColorStyle(),
|
37
|
+
radius: __assign({}, constants_1.radiusVariants['base']),
|
38
|
+
color: (0, constants_1.bgColorStyle)(),
|
33
39
|
},
|
34
40
|
});
|
35
|
-
|
41
|
+
exports.Root = react_1.default.forwardRef(function (_a, forwardedRef) {
|
36
42
|
var className = _a.className, color = _a.color, size = _a.size, appearance = _a.appearance, _b = _a.scaling, scaling = _b === void 0 ? '100%' : _b, radius = _a.radius, children = _a.children, sliderProps = __rest(_a, ["className", "color", "size", "appearance", "scaling", "radius", "children"]);
|
37
43
|
if (!color)
|
38
44
|
color = 'red';
|
@@ -41,16 +47,16 @@ export var Root = React.forwardRef(function (_a, forwardedRef) {
|
|
41
47
|
sizeTheme = '1';
|
42
48
|
if (size === 'large')
|
43
49
|
sizeTheme = '3';
|
44
|
-
return (
|
50
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.Theme, { scaling: scaling, accentColor: color, hasBackground: false, children: (0, jsx_runtime_1.jsx)(themes_1.TextField.Root, __assign({ ref: forwardedRef, variant: appearance, size: sizeTheme, radius: radius, color: color, className: (0, utils_1.cn)(textFieldVariants({ radius: radius }), className) }, sliderProps, { children: children })) }));
|
45
51
|
});
|
46
|
-
Root.displayName = 'TextField.Root';
|
47
|
-
|
52
|
+
exports.Root.displayName = 'TextField.Root';
|
53
|
+
exports.Slot = react_1.default.forwardRef(function (_a, forwardedRef) {
|
48
54
|
var className = _a.className, color = _a.color, side = _a.side, radius = _a.radius, children = _a.children, sliderProps = __rest(_a, ["className", "color", "side", "radius", "children"]);
|
49
|
-
return (
|
55
|
+
return ((0, jsx_runtime_1.jsx)(themes_1.TextField.Slot, __assign({ ref: forwardedRef, color: color, side: side, className: (0, utils_1.cn)(textFieldVariants({ radius: radius }), className) }, sliderProps, { children: children })));
|
50
56
|
});
|
51
|
-
Slot.displayName = 'TextField.Slot';
|
57
|
+
exports.Slot.displayName = 'TextField.Slot';
|
52
58
|
var TextField = {
|
53
|
-
Root: Root,
|
54
|
-
Slot: Slot,
|
59
|
+
Root: exports.Root,
|
60
|
+
Slot: exports.Slot,
|
55
61
|
};
|
56
|
-
|
62
|
+
exports.default = TextField;
|
@@ -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,24 +44,29 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
44
|
}
|
21
45
|
return t;
|
22
46
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
47
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
48
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
49
|
+
};
|
50
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
51
|
+
exports.ToastActionButton = exports.toastActionButtonVariants = void 0;
|
52
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
53
|
+
var react_1 = require("react");
|
54
|
+
var ToastPrimitive = __importStar(require("@radix-ui/react-toast"));
|
55
|
+
var class_variance_authority_1 = require("class-variance-authority");
|
56
|
+
var utils_1 = require("lib/utils/utils");
|
57
|
+
var Button_1 = __importDefault(require("lib/components/Button"));
|
58
|
+
var constants_1 = require("lib/constants");
|
59
|
+
var ToastRoot_1 = require("./ToastRoot");
|
60
|
+
exports.toastActionButtonVariants = (0, class_variance_authority_1.cva)("absolute items-center justify-center", {
|
32
61
|
variants: {
|
33
|
-
radius: __assign({}, radiusVariants['base']),
|
62
|
+
radius: __assign({}, constants_1.radiusVariants['base']),
|
34
63
|
size: {
|
35
64
|
small: 'text-xs min-w-[56px] h-[25px] font-normal right-3',
|
36
65
|
medium: 'text-xs min-w-[56px] h-[25px] font-normal right-3',
|
37
66
|
large: 'text-[15px] min-w-[76px] h-[35px] font-medium right-4',
|
38
67
|
'x-large': 'text-[15px] min-w-[76px] h-[35px] font-medium right-4',
|
39
68
|
},
|
40
|
-
scaling: __assign({}, scalingVariants),
|
69
|
+
scaling: __assign({}, constants_1.scalingVariants),
|
41
70
|
},
|
42
71
|
defaultVariants: {
|
43
72
|
radius: 'medium',
|
@@ -45,9 +74,9 @@ export var toastActionButtonVariants = cva("absolute items-center justify-center
|
|
45
74
|
size: 'medium',
|
46
75
|
},
|
47
76
|
});
|
48
|
-
|
77
|
+
exports.ToastActionButton = (0, react_1.forwardRef)(function (_a, ref) {
|
49
78
|
var className = _a.className, children = _a.children, radius = _a.radius, _b = _a.appearance, appearance = _b === void 0 ? 'surface' : _b, _c = _a.altText, altText = _c === void 0 ? 'altText' : _c, props = __rest(_a, ["className", "children", "radius", "appearance", "altText"]);
|
50
|
-
var _d = useToastContext(), scaling = _d.scaling, size = _d.size, _e = _d.color, color = _e === void 0 ? 'danger' : _e;
|
79
|
+
var _d = (0, ToastRoot_1.useToastContext)(), scaling = _d.scaling, size = _d.size, _e = _d.color, color = _e === void 0 ? 'danger' : _e;
|
51
80
|
var semantics = ['danger', 'warning', 'success', 'information'];
|
52
81
|
var colorMap = {
|
53
82
|
danger: 'red',
|
@@ -57,11 +86,11 @@ export var ToastActionButton = forwardRef(function (_a, ref) {
|
|
57
86
|
};
|
58
87
|
var getSemanticsStyle = function (color) {
|
59
88
|
var mappedColor = colorMap[color];
|
60
|
-
return mappedColor ? appearanceStyle('outline', mappedColor) : undefined;
|
89
|
+
return mappedColor ? (0, constants_1.appearanceStyle)('outline', mappedColor) : undefined;
|
61
90
|
};
|
62
|
-
var buttonClassName = cn(toastActionButtonVariants({ size: size, radius: radius, scaling: scaling }), color && semantics.includes(color)
|
91
|
+
var buttonClassName = (0, utils_1.cn)((0, exports.toastActionButtonVariants)({ size: size, radius: radius, scaling: scaling }), color && semantics.includes(color)
|
63
92
|
? getSemanticsStyle(color)
|
64
|
-
: appearanceStyle(appearance, color !== null && color !== void 0 ? color : 'red'), className);
|
65
|
-
return (
|
93
|
+
: (0, constants_1.appearanceStyle)(appearance, color !== null && color !== void 0 ? color : 'red'), className);
|
94
|
+
return ((0, jsx_runtime_1.jsx)(ToastPrimitive.Action, __assign({ ref: ref, altText: altText }, props, { className: buttonClassName, asChild: true, children: (0, jsx_runtime_1.jsx)(Button_1.default, { children: children }) })));
|
66
95
|
});
|
67
|
-
ToastActionButton.displayName = 'Toast.ActionButton';
|
96
|
+
exports.ToastActionButton.displayName = 'Toast.ActionButton';
|
@@ -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,13 +44,15 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
44
|
}
|
21
45
|
return t;
|
22
46
|
};
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
48
|
+
exports.ToastDescription = exports.toastDescriptionVariants = void 0;
|
49
|
+
var jsx_runtime_1 = require("react/jsx-runtime");
|
50
|
+
var react_1 = require("react");
|
51
|
+
var ToastPrimitive = __importStar(require("@radix-ui/react-toast"));
|
52
|
+
var class_variance_authority_1 = require("class-variance-authority");
|
53
|
+
var utils_1 = require("lib/utils/utils");
|
54
|
+
var ToastRoot_1 = require("./ToastRoot");
|
55
|
+
exports.toastDescriptionVariants = (0, class_variance_authority_1.cva)('flex m-0 text-wrap text-slate-11 dark:text-slateDark-11', {
|
30
56
|
variants: {
|
31
57
|
size: {
|
32
58
|
small: 'text-xs font-normal w-[220px]',
|
@@ -45,9 +71,9 @@ export var toastDescriptionVariants = cva('flex m-0 text-wrap text-slate-11 dark
|
|
45
71
|
size: 'medium',
|
46
72
|
},
|
47
73
|
});
|
48
|
-
|
74
|
+
exports.ToastDescription = (0, react_1.forwardRef)(function (_a, ref) {
|
49
75
|
var className = _a.className, children = _a.children, contentText = _a.contentText, props = __rest(_a, ["className", "children", "contentText"]);
|
50
|
-
var _b = useToastContext(), size = _b.size, color = _b.color;
|
51
|
-
return (
|
76
|
+
var _b = (0, ToastRoot_1.useToastContext)(), size = _b.size, color = _b.color;
|
77
|
+
return ((0, jsx_runtime_1.jsx)(ToastPrimitive.Description, __assign({ ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("p", { className: (0, utils_1.cn)((0, exports.toastDescriptionVariants)({ size: size, color: color }), className), children: contentText !== null && contentText !== void 0 ? contentText : children }) })));
|
52
78
|
});
|
53
|
-
ToastDescription.displayName = 'Toast.Description';
|
79
|
+
exports.ToastDescription.displayName = 'Toast.Description';
|