@lotte-innovate/ui-component-test 0.1.35 → 0.1.37
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/lib/Typography/Header/index.jsx +64 -0
- package/dist/cjs/lib/Typography/Text/index.jsx +73 -0
- package/dist/cjs/lib/Typography/index.js +10 -0
- package/dist/cjs/lib/color/alpha.js +788 -0
- package/dist/cjs/lib/color/constants.js +299 -0
- package/dist/cjs/lib/color/dark.js +395 -0
- package/dist/cjs/lib/color/krdsColors.js +312 -0
- package/dist/cjs/lib/color/light.js +396 -0
- package/dist/cjs/lib/components/Accordion/index.jsx +105 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogAction.jsx +88 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogCancel.jsx +87 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogContent.jsx +81 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogDescription.jsx +63 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogRoot.jsx +65 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogTitle.jsx +63 -0
- package/dist/cjs/lib/components/AlertDialog/AlertDialogTrigger.jsx +82 -0
- package/dist/cjs/lib/components/AlertDialog/index.jsx +19 -0
- package/dist/cjs/lib/components/AspectRatio/index.jsx +69 -0
- package/dist/cjs/lib/components/Avatar/index.jsx +87 -0
- package/dist/cjs/lib/components/Badge/index.jsx +80 -0
- package/dist/cjs/lib/components/BarChart/index.jsx +64 -0
- package/dist/cjs/lib/components/BubbleChart/index.jsx +80 -0
- package/dist/cjs/lib/components/Button/index.jsx +83 -0
- package/dist/cjs/lib/components/Callout/CalloutIcon.jsx +88 -0
- package/dist/cjs/lib/components/Callout/CalloutRoot.jsx +102 -0
- package/dist/cjs/lib/components/Callout/CalloutText.jsx +68 -0
- package/dist/cjs/lib/components/Callout/index.jsx +11 -0
- package/dist/cjs/lib/components/Card/index.jsx +90 -0
- package/dist/cjs/lib/components/Checkbox/index.jsx +123 -0
- package/dist/cjs/lib/components/CheckboxCard/index.jsx +89 -0
- package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupItem.jsx +54 -0
- package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupRoot.jsx +64 -0
- package/dist/cjs/lib/components/CheckboxGroup/index.jsx +6 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuCheckboxItem.jsx +61 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuContent.jsx +85 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuGroup.jsx +46 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuItem.jsx +87 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuItemIndicator.jsx +77 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuLabel.jsx +75 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioGroup.jsx +49 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioItem.jsx +63 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuRoot.jsx +61 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSeparator.jsx +47 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSubContent.jsx +83 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuSubTrigger.jsx +61 -0
- package/dist/cjs/lib/components/ContextMenu/ContextMenuTrigger.jsx +47 -0
- package/dist/cjs/lib/components/ContextMenu/index.jsx +31 -0
- package/dist/cjs/lib/components/DataList/DataListItem.jsx +70 -0
- package/dist/cjs/lib/components/DataList/DataListLabel.jsx +76 -0
- package/dist/cjs/lib/components/DataList/DataListRoot.jsx +73 -0
- package/dist/cjs/lib/components/DataList/DataListValue.jsx +78 -0
- package/dist/cjs/lib/components/DataList/index.jsx +8 -0
- package/dist/cjs/lib/components/Dialog/DialogAction.jsx +75 -0
- package/dist/cjs/lib/components/Dialog/DialogCancel.jsx +71 -0
- package/dist/cjs/lib/components/Dialog/DialogContent.jsx +84 -0
- package/dist/cjs/lib/components/Dialog/DialogDescription.jsx +63 -0
- package/dist/cjs/lib/components/Dialog/DialogRoot.jsx +56 -0
- package/dist/cjs/lib/components/Dialog/DialogSlot.jsx +62 -0
- package/dist/cjs/lib/components/Dialog/DialogTitle.jsx +63 -0
- package/dist/cjs/lib/components/Dialog/DialogTrigger.jsx +46 -0
- package/dist/cjs/lib/components/Dialog/index.jsx +21 -0
- package/dist/cjs/lib/components/DoughnutChart/index.jsx +70 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx +46 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdonMenuSubContent.jsx +89 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +60 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuContent.jsx +85 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItem.jsx +86 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx +75 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuLable.jsx +61 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRadioItem.jsx +60 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRoot.jsx +55 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSeparator.jsx +45 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSub.jsx +44 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx +59 -0
- package/dist/cjs/lib/components/DropdownMenu/DropdownMenuTrigger.jsx +69 -0
- package/dist/cjs/lib/components/DropdownMenu/index.jsx +31 -0
- package/dist/cjs/lib/components/HoverCard/HoverCardContent.jsx +88 -0
- package/dist/cjs/lib/components/HoverCard/HoverCardRoot.jsx +57 -0
- package/dist/cjs/lib/components/HoverCard/HoverCardTrigger.jsx +46 -0
- package/dist/cjs/lib/components/HoverCard/index.jsx +11 -0
- package/dist/cjs/lib/components/IconButton/index.jsx +90 -0
- package/dist/cjs/lib/components/Inset/index.jsx +79 -0
- package/dist/cjs/lib/components/Label/index.jsx +83 -0
- package/dist/cjs/lib/components/LineChart/index.jsx +62 -0
- package/dist/cjs/lib/components/Menubar/MenubarCheckboxItem.jsx +57 -0
- package/dist/cjs/lib/components/Menubar/MenubarContent.jsx +89 -0
- package/dist/cjs/lib/components/Menubar/MenubarItem.jsx +82 -0
- package/dist/cjs/lib/components/Menubar/MenubarItemIndicator.jsx +76 -0
- package/dist/cjs/lib/components/Menubar/MenubarMenu.jsx +44 -0
- package/dist/cjs/lib/components/Menubar/MenubarRadioGroup.jsx +49 -0
- package/dist/cjs/lib/components/Menubar/MenubarRadioItem.jsx +59 -0
- package/dist/cjs/lib/components/Menubar/MenubarRoot.jsx +91 -0
- package/dist/cjs/lib/components/Menubar/MenubarSeparator.jsx +47 -0
- package/dist/cjs/lib/components/Menubar/MenubarSub.jsx +44 -0
- package/dist/cjs/lib/components/Menubar/MenubarSubContent.jsx +78 -0
- package/dist/cjs/lib/components/Menubar/MenubarSubTrigger.jsx +60 -0
- package/dist/cjs/lib/components/Menubar/MenubarTrigger.jsx +84 -0
- package/dist/cjs/lib/components/Menubar/index.jsx +31 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuContent.jsx +75 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +48 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuItem.jsx +46 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuLink.jsx +78 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuList.jsx +75 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuRoot.jsx +62 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuTrigger.jsx +86 -0
- package/dist/cjs/lib/components/NavigationMenu/NavigationMenuViewport.jsx +80 -0
- package/dist/cjs/lib/components/NavigationMenu/index.jsx +12 -0
- package/dist/cjs/lib/components/PieChart/index.jsx +70 -0
- package/dist/cjs/lib/components/Popover/PopoverClose.jsx +64 -0
- package/dist/cjs/lib/components/Popover/PopoverContent.jsx +92 -0
- package/dist/cjs/lib/components/Popover/PopoverRoot.jsx +55 -0
- package/dist/cjs/lib/components/Popover/PopoverTrigger.jsx +46 -0
- package/dist/cjs/lib/components/Popover/index.jsx +13 -0
- package/dist/cjs/lib/components/Progress/index.jsx +83 -0
- package/dist/cjs/lib/components/RadarChart/index.jsx +83 -0
- package/dist/cjs/lib/components/Radio/index.jsx +54 -0
- package/dist/cjs/lib/components/RadioCards/RadioCardsItem.jsx +70 -0
- package/dist/cjs/lib/components/RadioCards/RadioCardsRoot.jsx +77 -0
- package/dist/cjs/lib/components/RadioCards/index.jsx +9 -0
- package/dist/cjs/lib/components/RadioGroup/RadioGroupItem.jsx +62 -0
- package/dist/cjs/lib/components/RadioGroup/RadioGroupRoot.jsx +73 -0
- package/dist/cjs/lib/components/RadioGroup/index.jsx +9 -0
- package/dist/cjs/lib/components/ScrollArea/index.jsx +54 -0
- package/dist/cjs/lib/components/SegmentedControl/SegmentedControlItem.jsx +51 -0
- package/dist/cjs/lib/components/SegmentedControl/SegmentedControlRoot.jsx +79 -0
- package/dist/cjs/lib/components/SegmentedControl/index.jsx +9 -0
- package/dist/cjs/lib/components/Select/index.jsx +115 -0
- package/dist/cjs/lib/components/Separator/index.jsx +56 -0
- package/dist/cjs/lib/components/Skeleton/index.jsx +51 -0
- package/dist/cjs/lib/components/Slider/index.jsx +56 -0
- package/dist/cjs/lib/components/Spinner/index.jsx +56 -0
- package/dist/cjs/lib/components/TabNav/index.jsx +50 -0
- package/dist/cjs/lib/components/Table/index.jsx +119 -0
- package/dist/cjs/lib/components/Tabs/index.jsx +80 -0
- package/dist/cjs/lib/components/TextArea/index.jsx +65 -0
- package/dist/cjs/lib/components/TextField/index.jsx +67 -0
- package/dist/cjs/lib/components/Toast/ToastActionButton.jsx +97 -0
- package/dist/cjs/lib/components/Toast/ToastDescription.jsx +71 -0
- package/dist/cjs/lib/components/Toast/ToastRoot.jsx +123 -0
- package/dist/cjs/lib/components/Toast/ToastTitle.jsx +69 -0
- package/dist/cjs/lib/components/Toast/index.jsx +13 -0
- package/dist/cjs/lib/components/Toggle/ToggleWithText.jsx +86 -0
- package/dist/cjs/lib/components/Toggle/index.jsx +88 -0
- package/dist/cjs/lib/components/ToggleGroup/ToggleGroupItem.jsx +70 -0
- package/dist/cjs/lib/components/ToggleGroup/ToggleGroupRoot.jsx +79 -0
- package/dist/cjs/lib/components/ToggleGroup/index.jsx +9 -0
- package/dist/cjs/lib/components/ToggleSwitch/index.jsx +81 -0
- package/dist/cjs/lib/components/Tooltip/index.jsx +86 -0
- package/dist/cjs/lib/components/index.js +108 -0
- package/dist/cjs/lib/constants.js +950 -0
- package/dist/cjs/lib/index.js +18 -0
- package/dist/cjs/lib/types.js +2 -0
- package/dist/cjs/lib/utils/useDarkMode.js +53 -0
- package/dist/cjs/lib/utils/utils.js +14 -0
- package/dist/cjs/tailwind.config.js +166 -0
- package/dist/cjs/tsconfig.cjs.tsbuildinfo +1 -0
- package/dist/{lib → esm/lib}/Typography/Header/index.js +2 -2
- package/dist/{lib → esm/lib}/Typography/Text/index.js +2 -2
- package/dist/{lib → esm/lib}/components/Accordion/index.js +2 -2
- package/dist/{lib → esm/lib}/components/AlertDialog/AlertDialogAction.js +2 -2
- package/dist/{lib → esm/lib}/components/AlertDialog/AlertDialogCancel.js +2 -2
- package/dist/{lib → esm/lib}/components/AlertDialog/AlertDialogContent.js +2 -2
- package/dist/{lib → esm/lib}/components/AlertDialog/AlertDialogDescription.js +1 -1
- package/dist/{lib → esm/lib}/components/AlertDialog/AlertDialogTitle.js +1 -1
- package/dist/{lib → esm/lib}/components/AlertDialog/AlertDialogTrigger.js +2 -2
- package/dist/{lib → esm/lib}/components/AspectRatio/index.js +2 -2
- package/dist/{lib → esm/lib}/components/Avatar/index.js +2 -2
- package/dist/{lib → esm/lib}/components/Badge/index.js +2 -2
- package/dist/{lib → esm/lib}/components/BarChart/index.js +4 -4
- package/dist/{lib → esm/lib}/components/BubbleChart/index.js +4 -4
- package/dist/{lib → esm/lib}/components/Button/index.js +2 -2
- package/dist/{lib → esm/lib}/components/Callout/CalloutIcon.js +2 -2
- package/dist/{lib → esm/lib}/components/Callout/CalloutRoot.js +2 -2
- package/dist/{lib → esm/lib}/components/Callout/CalloutText.js +1 -1
- package/dist/{lib → esm/lib}/components/Card/index.js +2 -2
- package/dist/{lib → esm/lib}/components/Checkbox/index.js +3 -3
- package/dist/{lib → esm/lib}/components/CheckboxCard/index.js +4 -4
- package/dist/{lib → esm/lib}/components/CheckboxGroup/CheckboxGroupItem.js +1 -1
- package/dist/{lib → esm/lib}/components/CheckboxGroup/CheckboxGroupRoot.js +1 -1
- package/dist/{lib → esm/lib}/components/ContextMenu/ContextMenuCheckboxItem.js +2 -2
- package/dist/{lib → esm/lib}/components/ContextMenu/ContextMenuContent.js +2 -2
- package/dist/{lib → esm/lib}/components/ContextMenu/ContextMenuItem.js +2 -2
- package/dist/{lib → esm/lib}/components/ContextMenu/ContextMenuItemIndicator.js +2 -2
- package/dist/{lib → esm/lib}/components/ContextMenu/ContextMenuLabel.js +2 -2
- package/dist/{lib → esm/lib}/components/ContextMenu/ContextMenuRadioItem.js +2 -2
- package/dist/{lib → esm/lib}/components/ContextMenu/ContextMenuSeparator.js +1 -1
- package/dist/{lib → esm/lib}/components/ContextMenu/ContextMenuSubContent.js +2 -2
- package/dist/{lib → esm/lib}/components/ContextMenu/ContextMenuSubTrigger.js +2 -2
- package/dist/{lib → esm/lib}/components/ContextMenu/ContextMenuTrigger.js +1 -1
- package/dist/{lib → esm/lib}/components/DataList/DataListItem.js +2 -2
- package/dist/{lib → esm/lib}/components/DataList/DataListLabel.js +2 -2
- package/dist/{lib → esm/lib}/components/DataList/DataListRoot.js +1 -1
- package/dist/{lib → esm/lib}/components/DataList/DataListValue.js +2 -2
- package/dist/{lib → esm/lib}/components/Dialog/DialogAction.js +2 -2
- package/dist/{lib → esm/lib}/components/Dialog/DialogCancel.js +1 -1
- package/dist/{lib → esm/lib}/components/Dialog/DialogContent.js +2 -2
- package/dist/{lib → esm/lib}/components/Dialog/DialogDescription.js +1 -1
- package/dist/{lib → esm/lib}/components/Dialog/DialogSlot.js +1 -1
- package/dist/{lib → esm/lib}/components/Dialog/DialogTitle.js +1 -1
- package/dist/{lib → esm/lib}/components/DoughnutChart/index.js +3 -3
- package/dist/{lib → esm/lib}/components/DropdownMenu/DropdonMenuSubContent.js +2 -2
- package/dist/{lib → esm/lib}/components/DropdownMenu/DropdownMenuCheckboxItem.js +2 -2
- package/dist/{lib → esm/lib}/components/DropdownMenu/DropdownMenuContent.js +2 -2
- package/dist/{lib → esm/lib}/components/DropdownMenu/DropdownMenuItem.js +2 -2
- package/dist/{lib → esm/lib}/components/DropdownMenu/DropdownMenuItemIndicator.js +2 -2
- package/dist/{lib → esm/lib}/components/DropdownMenu/DropdownMenuLable.js +1 -1
- package/dist/{lib → esm/lib}/components/DropdownMenu/DropdownMenuRadioItem.js +2 -2
- package/dist/{lib → esm/lib}/components/DropdownMenu/DropdownMenuSeparator.js +1 -1
- package/dist/{lib → esm/lib}/components/DropdownMenu/DropdownMenuSubTrigger.js +2 -2
- package/dist/{lib → esm/lib}/components/DropdownMenu/DropdownMenuTrigger.js +1 -1
- package/dist/{lib → esm/lib}/components/HoverCard/HoverCardContent.js +2 -2
- package/dist/{lib → esm/lib}/components/IconButton/index.js +2 -2
- package/dist/{lib → esm/lib}/components/Inset/index.js +2 -2
- package/dist/{lib → esm/lib}/components/Label/index.js +2 -2
- package/dist/{lib → esm/lib}/components/LineChart/index.js +4 -4
- package/dist/{lib → esm/lib}/components/Menubar/MenubarCheckboxItem.js +2 -2
- package/dist/{lib → esm/lib}/components/Menubar/MenubarContent.js +2 -2
- package/dist/{lib → esm/lib}/components/Menubar/MenubarItem.js +2 -2
- package/dist/{lib → esm/lib}/components/Menubar/MenubarItemIndicator.js +2 -2
- package/dist/{lib → esm/lib}/components/Menubar/MenubarRadioItem.js +2 -2
- package/dist/{lib → esm/lib}/components/Menubar/MenubarRoot.js +2 -2
- package/dist/{lib → esm/lib}/components/Menubar/MenubarSeparator.js +1 -1
- package/dist/{lib → esm/lib}/components/Menubar/MenubarSubContent.js +2 -2
- package/dist/{lib → esm/lib}/components/Menubar/MenubarSubTrigger.js +2 -2
- package/dist/{lib → esm/lib}/components/Menubar/MenubarTrigger.js +2 -2
- package/dist/{lib → esm/lib}/components/NavigationMenu/NavigationMenuContent.js +2 -2
- package/dist/{lib → esm/lib}/components/NavigationMenu/NavigationMenuIndicator.js +1 -1
- package/dist/{lib → esm/lib}/components/NavigationMenu/NavigationMenuLink.js +2 -2
- package/dist/{lib → esm/lib}/components/NavigationMenu/NavigationMenuList.js +2 -2
- package/dist/{lib → esm/lib}/components/NavigationMenu/NavigationMenuRoot.js +1 -1
- package/dist/{lib → esm/lib}/components/NavigationMenu/NavigationMenuTrigger.js +2 -2
- package/dist/{lib → esm/lib}/components/NavigationMenu/NavigationMenuViewport.js +2 -2
- package/dist/{lib → esm/lib}/components/PieChart/index.js +3 -3
- package/dist/{lib → esm/lib}/components/Popover/PopoverClose.js +1 -1
- package/dist/{lib → esm/lib}/components/Popover/PopoverContent.js +2 -2
- package/dist/{lib → esm/lib}/components/Progress/index.js +2 -2
- package/dist/{lib → esm/lib}/components/RadarChart/index.js +4 -4
- package/dist/{lib → esm/lib}/components/Radio/index.js +2 -2
- package/dist/{lib → esm/lib}/components/RadioCards/RadioCardsItem.js +1 -1
- package/dist/{lib → esm/lib}/components/RadioCards/RadioCardsRoot.js +2 -2
- package/dist/{lib → esm/lib}/components/RadioGroup/RadioGroupItem.js +1 -1
- package/dist/{lib → esm/lib}/components/RadioGroup/RadioGroupRoot.js +1 -1
- package/dist/{lib → esm/lib}/components/SegmentedControl/SegmentedControlItem.js +1 -1
- package/dist/{lib → esm/lib}/components/SegmentedControl/SegmentedControlRoot.js +2 -2
- package/dist/{lib → esm/lib}/components/Select/index.js +2 -2
- package/dist/{lib → esm/lib}/components/Separator/index.js +2 -2
- package/dist/{lib → esm/lib}/components/Skeleton/index.js +2 -2
- package/dist/{lib → esm/lib}/components/Slider/index.js +2 -2
- package/dist/{lib → esm/lib}/components/Spinner/index.js +2 -2
- package/dist/{lib → esm/lib}/components/TabNav/index.js +1 -1
- package/dist/{lib → esm/lib}/components/Table/index.js +2 -2
- package/dist/{lib → esm/lib}/components/Tabs/index.js +2 -2
- package/dist/{lib → esm/lib}/components/TextArea/index.js +2 -2
- package/dist/{lib → esm/lib}/components/TextField/index.js +2 -2
- package/dist/{lib → esm/lib}/components/Toast/ToastActionButton.js +3 -3
- package/dist/{lib → esm/lib}/components/Toast/ToastDescription.js +1 -1
- package/dist/{lib → esm/lib}/components/Toast/ToastRoot.js +2 -2
- package/dist/{lib → esm/lib}/components/Toast/ToastTitle.js +1 -1
- package/dist/{lib → esm/lib}/components/Toggle/ToggleWithText.js +3 -3
- package/dist/{lib → esm/lib}/components/Toggle/index.js +2 -2
- package/dist/{lib → esm/lib}/components/ToggleGroup/ToggleGroupItem.js +2 -2
- package/dist/{lib → esm/lib}/components/ToggleGroup/ToggleGroupRoot.js +2 -2
- package/dist/{lib → esm/lib}/components/ToggleSwitch/index.js +3 -3
- package/dist/{lib → esm/lib}/components/Tooltip/index.js +2 -2
- package/dist/{lib → esm/lib}/constants.js +2 -2
- package/dist/{lib → esm/lib}/utils/useDarkMode.js +1 -1
- package/dist/{tailwind.config.js → esm/tailwind.config.js} +33 -0
- package/dist/esm/tsconfig.esm.tsbuildinfo +1 -0
- package/dist/{lib → types/lib}/Typography/Header/index.d.ts +1 -1
- package/dist/{lib → types/lib}/Typography/Text/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Accordion/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/AlertDialog/AlertDialogAction.d.ts +1 -1
- package/dist/{lib → types/lib}/components/AlertDialog/AlertDialogCancel.d.ts +1 -1
- package/dist/{lib → types/lib}/components/AlertDialog/AlertDialogRoot.d.ts +1 -1
- package/dist/{lib → types/lib}/components/AlertDialog/AlertDialogTrigger.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Badge/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/BarChart/index.d.ts +3 -2
- package/dist/{lib → types/lib}/components/BubbleChart/index.d.ts +3 -2
- package/dist/{lib → types/lib}/components/Button/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Callout/CalloutRoot.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Card/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Checkbox/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/CheckboxCard/index.d.ts +2 -2
- package/dist/{lib → types/lib}/components/CheckboxGroup/CheckboxGroupItem.d.ts +1 -1
- package/dist/{lib → types/lib}/components/CheckboxGroup/CheckboxGroupRoot.d.ts +2 -2
- package/dist/{lib → types/lib}/components/CheckboxGroup/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/ContextMenu/ContextMenuRoot.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Dialog/DialogRoot.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Dialog/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/DoughnutChart/index.d.ts +3 -2
- package/dist/{lib → types/lib}/components/DropdownMenu/DropdownMenuItem.d.ts +1 -1
- package/dist/{lib → types/lib}/components/DropdownMenu/DropdownMenuRoot.d.ts +2 -2
- package/dist/{lib → types/lib}/components/DropdownMenu/DropdownMenuTrigger.d.ts +1 -1
- package/dist/{lib → types/lib}/components/DropdownMenu/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/HoverCard/HoverCardRoot.d.ts +1 -1
- package/dist/{lib → types/lib}/components/HoverCard/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/IconButton/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Label/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/LineChart/index.d.ts +3 -2
- package/dist/{lib → types/lib}/components/Menubar/MenubarRoot.d.ts +1 -1
- package/dist/{lib → types/lib}/components/NavigationMenu/NavigationMenuRoot.d.ts +1 -1
- package/dist/{lib → types/lib}/components/PieChart/index.d.ts +3 -2
- package/dist/{lib → types/lib}/components/Popover/PopoverRoot.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Popover/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/RadarChart/index.d.ts +3 -2
- package/dist/{lib → types/lib}/components/Radio/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/RadioGroup/RadioGroupRoot.d.ts +1 -1
- package/dist/{lib → types/lib}/components/SegmentedControl/SegmentedControlRoot.d.ts +1 -1
- package/dist/{lib → types/lib}/components/SegmentedControl/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Select/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Skeleton/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Slider/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Spinner/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Table/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/TextArea/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/TextField/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Toast/ToastActionButton.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Toast/ToastDescription.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Toast/ToastTitle.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Toggle/ToggleWithText.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Toggle/index.d.ts +1 -1
- package/dist/{lib → types/lib}/components/ToggleGroup/ToggleGroupItem.d.ts +1 -1
- package/dist/{lib → types/lib}/components/ToggleGroup/ToggleGroupRoot.d.ts +1 -1
- package/dist/{lib → types/lib}/components/Tooltip/index.d.ts +1 -1
- package/package.json +13 -9
- /package/dist/{lib → esm/lib}/Typography/index.js +0 -0
- /package/dist/{lib → esm/lib}/color/alpha.js +0 -0
- /package/dist/{lib → esm/lib}/color/constants.js +0 -0
- /package/dist/{lib → esm/lib}/color/dark.js +0 -0
- /package/dist/{lib → esm/lib}/color/krdsColors.js +0 -0
- /package/dist/{lib → esm/lib}/color/light.js +0 -0
- /package/dist/{lib → esm/lib}/components/AlertDialog/AlertDialogRoot.js +0 -0
- /package/dist/{lib → esm/lib}/components/AlertDialog/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/Callout/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/CheckboxGroup/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/ContextMenu/ContextMenuGroup.js +0 -0
- /package/dist/{lib → esm/lib}/components/ContextMenu/ContextMenuRadioGroup.js +0 -0
- /package/dist/{lib → esm/lib}/components/ContextMenu/ContextMenuRoot.js +0 -0
- /package/dist/{lib → esm/lib}/components/ContextMenu/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/DataList/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/Dialog/DialogRoot.js +0 -0
- /package/dist/{lib → esm/lib}/components/Dialog/DialogTrigger.js +0 -0
- /package/dist/{lib → esm/lib}/components/Dialog/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/DropdownMenu/DropdonMenuRadioGroup.js +0 -0
- /package/dist/{lib → esm/lib}/components/DropdownMenu/DropdownMenuRoot.js +0 -0
- /package/dist/{lib → esm/lib}/components/DropdownMenu/DropdownMenuSub.js +0 -0
- /package/dist/{lib → esm/lib}/components/DropdownMenu/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/HoverCard/HoverCardRoot.js +0 -0
- /package/dist/{lib → esm/lib}/components/HoverCard/HoverCardTrigger.js +0 -0
- /package/dist/{lib → esm/lib}/components/HoverCard/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/Menubar/MenubarMenu.js +0 -0
- /package/dist/{lib → esm/lib}/components/Menubar/MenubarRadioGroup.js +0 -0
- /package/dist/{lib → esm/lib}/components/Menubar/MenubarSub.js +0 -0
- /package/dist/{lib → esm/lib}/components/Menubar/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/NavigationMenu/NavigationMenuItem.js +0 -0
- /package/dist/{lib → esm/lib}/components/NavigationMenu/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/Popover/PopoverRoot.js +0 -0
- /package/dist/{lib → esm/lib}/components/Popover/PopoverTrigger.js +0 -0
- /package/dist/{lib → esm/lib}/components/Popover/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/RadioCards/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/RadioGroup/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/ScrollArea/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/SegmentedControl/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/Toast/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/ToggleGroup/index.js +0 -0
- /package/dist/{lib → esm/lib}/components/index.js +0 -0
- /package/dist/{lib → esm/lib}/index.js +0 -0
- /package/dist/{lib → esm/lib}/types.js +0 -0
- /package/dist/{lib → esm/lib}/utils/utils.js +0 -0
- /package/dist/{lib → types/lib}/Typography/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/color/alpha.d.ts +0 -0
- /package/dist/{lib → types/lib}/color/constants.d.ts +0 -0
- /package/dist/{lib → types/lib}/color/dark.d.ts +0 -0
- /package/dist/{lib → types/lib}/color/krdsColors.d.ts +0 -0
- /package/dist/{lib → types/lib}/color/light.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/AlertDialog/AlertDialogContent.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/AlertDialog/AlertDialogDescription.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/AlertDialog/AlertDialogTitle.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/AlertDialog/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/AspectRatio/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Avatar/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Callout/CalloutIcon.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Callout/CalloutText.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Callout/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/ContextMenu/ContextMenuCheckboxItem.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/ContextMenu/ContextMenuContent.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/ContextMenu/ContextMenuGroup.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/ContextMenu/ContextMenuItem.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/ContextMenu/ContextMenuItemIndicator.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/ContextMenu/ContextMenuLabel.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/ContextMenu/ContextMenuRadioGroup.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/ContextMenu/ContextMenuRadioItem.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/ContextMenu/ContextMenuSeparator.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/ContextMenu/ContextMenuSubContent.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/ContextMenu/ContextMenuSubTrigger.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/ContextMenu/ContextMenuTrigger.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/ContextMenu/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/DataList/DataListItem.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/DataList/DataListLabel.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/DataList/DataListRoot.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/DataList/DataListValue.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/DataList/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Dialog/DialogAction.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Dialog/DialogCancel.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Dialog/DialogContent.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Dialog/DialogDescription.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Dialog/DialogSlot.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Dialog/DialogTitle.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Dialog/DialogTrigger.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/DropdownMenu/DropdonMenuRadioGroup.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/DropdownMenu/DropdonMenuSubContent.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/DropdownMenu/DropdownMenuCheckboxItem.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/DropdownMenu/DropdownMenuContent.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/DropdownMenu/DropdownMenuLable.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/DropdownMenu/DropdownMenuRadioItem.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/DropdownMenu/DropdownMenuSeparator.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/DropdownMenu/DropdownMenuSub.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/DropdownMenu/DropdownMenuSubTrigger.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/HoverCard/HoverCardContent.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/HoverCard/HoverCardTrigger.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Inset/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Menubar/MenubarCheckboxItem.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Menubar/MenubarContent.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Menubar/MenubarItem.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Menubar/MenubarItemIndicator.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Menubar/MenubarMenu.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Menubar/MenubarRadioGroup.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Menubar/MenubarRadioItem.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Menubar/MenubarSeparator.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Menubar/MenubarSub.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Menubar/MenubarSubContent.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Menubar/MenubarSubTrigger.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Menubar/MenubarTrigger.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Menubar/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/NavigationMenu/NavigationMenuContent.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/NavigationMenu/NavigationMenuIndicator.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/NavigationMenu/NavigationMenuItem.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/NavigationMenu/NavigationMenuLink.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/NavigationMenu/NavigationMenuList.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/NavigationMenu/NavigationMenuTrigger.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/NavigationMenu/NavigationMenuViewport.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/NavigationMenu/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Popover/PopoverClose.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Popover/PopoverContent.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Popover/PopoverTrigger.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Progress/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/RadioCards/RadioCardsItem.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/RadioCards/RadioCardsRoot.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/RadioCards/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/RadioGroup/RadioGroupItem.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/RadioGroup/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/ScrollArea/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/SegmentedControl/SegmentedControlItem.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Separator/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/TabNav/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Tabs/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Toast/ToastRoot.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/Toast/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/ToggleGroup/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/ToggleSwitch/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/components/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/constants.d.ts +0 -0
- /package/dist/{lib → types/lib}/index.d.ts +0 -0
- /package/dist/{lib → types/lib}/types.d.ts +0 -0
- /package/dist/{lib → types/lib}/utils/useDarkMode.d.ts +0 -0
- /package/dist/{lib → types/lib}/utils/utils.d.ts +0 -0
- /package/dist/{tailwind.config.d.ts → types/tailwind.config.d.ts} +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
2
2
|
import React from 'react';
|
3
|
-
import { IColor } from '
|
3
|
+
import { IColor } from 'lib/types';
|
4
4
|
export interface HeaderProps extends VariantProps<typeof headerVariants> {
|
5
5
|
color?: IColor;
|
6
6
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IColor, ITypoSize } from '
|
3
|
+
import { IColor, ITypoSize } from 'lib/types';
|
4
4
|
export interface TextProps extends VariantProps<typeof textVariants> {
|
5
5
|
color?: IColor;
|
6
6
|
size?: ITypoSize;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IColor } from '
|
4
|
+
import { IColor } from 'lib/types';
|
5
5
|
export interface AccordionProps extends React.InputHTMLAttributes<HTMLInputElement>, VariantProps<typeof accoridanVariants> {
|
6
6
|
defaultValue?: string;
|
7
7
|
color?: IColor;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IAppearance } from '
|
4
|
+
import { IAppearance } from 'lib/types';
|
5
5
|
export interface AlertDialogActionProps extends VariantProps<typeof alertDialogActionVariants> {
|
6
6
|
appearance?: IAppearance;
|
7
7
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IAppearance } from '
|
4
|
+
import { IAppearance } from 'lib/types';
|
5
5
|
export interface AlertDialogCancelProps extends VariantProps<typeof alertDialogCancelVariants> {
|
6
6
|
appearance?: IAppearance;
|
7
7
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IAppearance, IColor } from '
|
4
|
+
import { IAppearance, IColor } from 'lib/types';
|
5
5
|
import { alertDialogContentVariants } from './AlertDialogContent';
|
6
6
|
import { alertDialogTitleVariants } from './AlertDialogTitle';
|
7
7
|
import { alertDialogDescriptionVariants } from './AlertDialogDescription';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IAppearance, IColor } from '
|
4
|
+
import { IAppearance, IColor } from 'lib/types';
|
5
5
|
export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
6
6
|
color?: IColor;
|
7
7
|
appearance?: IAppearance;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React, { HTMLAttributes } from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IColor, IAppearance, ISize, IWeight } from '
|
3
|
+
import { IColor, IAppearance, ISize, IWeight } from 'lib/types';
|
4
4
|
export interface BadgeProps extends HTMLAttributes<HTMLDivElement>, VariantProps<typeof BadgeVariants> {
|
5
5
|
color?: IColor;
|
6
6
|
appearance?: Exclude<IAppearance, 'classic' | 'ghost'>;
|
@@ -1,5 +1,6 @@
|
|
1
|
+
/// <reference types="react" />
|
1
2
|
import { VariantProps } from 'class-variance-authority';
|
2
|
-
import { IChartDatasets, IChartLegend, IChartTitle } from '
|
3
|
+
import { IChartDatasets, IChartLegend, IChartTitle } from 'lib/types';
|
3
4
|
export interface BorderRadius {
|
4
5
|
topLeft: number;
|
5
6
|
topRight: number;
|
@@ -31,7 +32,7 @@ declare const barChartVariants: (props?: ({
|
|
31
32
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
32
33
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
33
34
|
declare const BarChart: {
|
34
|
-
({ className, title, datasets, labels, scaling, legend, width, height, indexAxis, appearance, isColorMixed, ...props }: BarChartProps): import("react
|
35
|
+
({ className, title, datasets, labels, scaling, legend, width, height, indexAxis, appearance, isColorMixed, ...props }: BarChartProps): import("react").JSX.Element;
|
35
36
|
displayName: string;
|
36
37
|
};
|
37
38
|
export default BarChart;
|
@@ -1,5 +1,6 @@
|
|
1
|
+
import React from 'react';
|
1
2
|
import { VariantProps } from 'class-variance-authority';
|
2
|
-
import { IChartDataLabels, IChartDatasets, IChartLegend, IChartTitle } from '
|
3
|
+
import { IChartDataLabels, IChartDatasets, IChartLegend, IChartTitle } from 'lib/types';
|
3
4
|
type IBubbleChartDataset = IChartDatasets & {
|
4
5
|
data: {
|
5
6
|
x: number;
|
@@ -22,7 +23,7 @@ declare const bubbleChartVariants: (props?: ({
|
|
22
23
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
23
24
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
24
25
|
export declare const BubbleChart: {
|
25
|
-
({ className, title, legend, datalabels, datasets, scaling, width, height, appearance, isColorMixed, ...props }: BubbleChartProps):
|
26
|
+
({ className, title, legend, datalabels, datasets, scaling, width, height, appearance, isColorMixed, ...props }: BubbleChartProps): React.JSX.Element;
|
26
27
|
displayName: string;
|
27
28
|
};
|
28
29
|
export default BubbleChart;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IAppearance, IColor } from '
|
3
|
+
import { IAppearance, IColor } from 'lib/types';
|
4
4
|
export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
5
5
|
color?: IColor;
|
6
6
|
appearance?: IAppearance;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
3
|
import { calloutTextVariants } from './CalloutText';
|
4
|
-
import { IAppearance } from '
|
4
|
+
import { IAppearance } from 'lib/types';
|
5
5
|
export interface CalloutProps extends VariantProps<typeof calloutVariants>, VariantProps<typeof calloutTextVariants> {
|
6
6
|
contentText?: string;
|
7
7
|
appearance?: Exclude<IAppearance, 'classic' | 'ghost' | 'solid'>;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IAppearance } from '
|
3
|
+
import { IAppearance } from 'lib/types';
|
4
4
|
export interface CardProps extends VariantProps<typeof cardVariants> {
|
5
5
|
appearance?: Exclude<IAppearance, 'solid' | 'outline'>;
|
6
6
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
3
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
4
|
-
import { IAppearance, IColor } from '
|
4
|
+
import { IAppearance, IColor } from 'lib/types';
|
5
5
|
export interface CheckboxProps extends VariantProps<typeof CheckboxVariants> {
|
6
6
|
id: string;
|
7
7
|
color?: IColor;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IColor, IRadius, IScaling } from '
|
5
|
-
import { CheckboxVariants } from '
|
4
|
+
import { IColor, IRadius, IScaling } from 'lib/types';
|
5
|
+
import { CheckboxVariants } from 'lib/components/Checkbox';
|
6
6
|
export interface CheckboxCardProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof CheckboxVariants> {
|
7
7
|
id: string;
|
8
8
|
scaling?: IScaling;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
3
|
-
import { CheckboxProps } from '
|
3
|
+
import { CheckboxProps } from 'lib/components/Checkbox';
|
4
4
|
export declare const CheckboxGroupItem: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & CheckboxProps & React.RefAttributes<HTMLButtonElement>>;
|
5
5
|
export default CheckboxGroupItem;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import React, { ReactNode } from 'react';
|
2
2
|
import { CheckboxGroup as CheckboxGroupTheme } from '@radix-ui/themes';
|
3
|
-
import { CheckboxVariants } from '
|
3
|
+
import { CheckboxVariants } from 'lib/components/Checkbox';
|
4
4
|
import { VariantProps } from 'class-variance-authority';
|
5
|
-
import { IAppearance, IColor } from '
|
5
|
+
import { IAppearance, IColor } from 'lib/types';
|
6
6
|
export interface CheckboxGroupRootProps extends VariantProps<typeof CheckboxGroupVariants>, VariantProps<typeof CheckboxVariants> {
|
7
7
|
children?: ReactNode;
|
8
8
|
defaultValue?: string[];
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
declare const CheckboxGroup: {
|
3
3
|
Root: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/checkbox-group").RootProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("./CheckboxGroupRoot").CheckboxGroupRootProps & import("react").RefAttributes<HTMLDivElement>>;
|
4
|
-
Item: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-checkbox").CheckboxProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("
|
4
|
+
Item: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-checkbox").CheckboxProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("lib/components/Checkbox").CheckboxProps & import("react").RefAttributes<HTMLButtonElement>>;
|
5
5
|
};
|
6
6
|
export default CheckboxGroup;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IColor } from '
|
4
|
+
import { IColor } from 'lib/types';
|
5
5
|
import { contextMenuContentVariants } from './ContextMenuContent';
|
6
6
|
import { contextMenuItemVariants } from './ContextMenuItem';
|
7
7
|
export interface ContextMenuProps extends VariantProps<typeof contextMenuContentVariants>, VariantProps<typeof contextMenuItemVariants> {
|
@@ -10,6 +10,6 @@ export interface DialogProps extends VariantProps<typeof dialogContentVariants>,
|
|
10
10
|
}
|
11
11
|
export declare const DialogContext: React.Context<DialogProps>;
|
12
12
|
export declare const DialogRoot: {
|
13
|
-
({ children, radius, size, scaling, color, ...props }: ComponentPropsWithoutRef<typeof DialogTheme.Root> & DialogProps):
|
13
|
+
({ children, radius, size, scaling, color, ...props }: ComponentPropsWithoutRef<typeof DialogTheme.Root> & DialogProps): React.JSX.Element;
|
14
14
|
displayName: string;
|
15
15
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
declare const Dialog: {
|
3
3
|
Root: {
|
4
|
-
({ children, radius, size, scaling, color, ...props }: import("@radix-ui/themes/dist/cjs/components/dialog").RootProps & import("./DialogRoot").DialogProps): import("react
|
4
|
+
({ children, radius, size, scaling, color, ...props }: import("@radix-ui/themes/dist/cjs/components/dialog").RootProps & import("./DialogRoot").DialogProps): import("react").JSX.Element;
|
5
5
|
displayName: string;
|
6
6
|
};
|
7
7
|
Trigger: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/dialog").TriggerProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
@@ -1,5 +1,6 @@
|
|
1
|
+
import React from 'react';
|
1
2
|
import { VariantProps } from 'class-variance-authority';
|
2
|
-
import { IChartDataLabels, IChartDatasets, IChartLegend, IChartTitle } from '
|
3
|
+
import { IChartDataLabels, IChartDatasets, IChartLegend, IChartTitle } from 'lib/types';
|
3
4
|
export interface DoughnutChartProps extends VariantProps<typeof doughnutVariants> {
|
4
5
|
labels?: string[];
|
5
6
|
appearance?: 'solid' | 'soft';
|
@@ -16,7 +17,7 @@ declare const doughnutVariants: (props?: ({
|
|
16
17
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
17
18
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
18
19
|
declare const DoughnutChart: {
|
19
|
-
({ labels, title, legend, datasets, datalabels, scaling, className, appearance, isColorMixed, ...rest }: DoughnutChartProps):
|
20
|
+
({ labels, title, legend, datasets, datalabels, scaling, className, appearance, isColorMixed, ...rest }: DoughnutChartProps): React.JSX.Element;
|
20
21
|
displayName: string;
|
21
22
|
};
|
22
23
|
export default DoughnutChart;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IColor } from '
|
4
|
+
import { IColor } from 'lib/types';
|
5
5
|
export interface DropdownMenuItemProps extends VariantProps<typeof dropdownMenuItemVariants> {
|
6
6
|
color?: IColor;
|
7
7
|
shortcut?: string;
|
@@ -3,13 +3,13 @@ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
4
|
import { dropdownMenuContentVariants } from './DropdownMenuContent';
|
5
5
|
import { dropdownMenuItemVariants } from './DropdownMenuItem';
|
6
|
-
import { IColor } from '
|
6
|
+
import { IColor } from 'lib/types';
|
7
7
|
export interface DropdownMenuProps extends VariantProps<typeof dropdownMenuContentVariants>, VariantProps<typeof dropdownMenuItemVariants> {
|
8
8
|
color?: IColor;
|
9
9
|
appearance?: 'solid' | 'soft';
|
10
10
|
}
|
11
11
|
export declare const DropdownMenuContext: React.Context<DropdownMenuProps>;
|
12
12
|
export declare const DropdownMenuRoot: {
|
13
|
-
({ children, radius, size, scaling, color, appearance, ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Root> & DropdownMenuProps):
|
13
|
+
({ children, radius, size, scaling, color, appearance, ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Root> & DropdownMenuProps): React.JSX.Element;
|
14
14
|
displayName: string;
|
15
15
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
3
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
4
|
-
import { IColor } from '
|
4
|
+
import { IColor } from 'lib/types';
|
5
5
|
export interface DropdownMenuTriggerProps extends VariantProps<typeof dropdownMenuTriggerVariants> {
|
6
6
|
color?: IColor;
|
7
7
|
appearance?: 'classic' | 'surface';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
declare const DropdownMenu: {
|
3
3
|
Root: {
|
4
|
-
({ children, radius, size, scaling, color, appearance, ...props }: import("@radix-ui/react-dropdown-menu").DropdownMenuProps & import("./DropdownMenuRoot").DropdownMenuProps): import("react
|
4
|
+
({ children, radius, size, scaling, color, appearance, ...props }: import("@radix-ui/react-dropdown-menu").DropdownMenuProps & import("./DropdownMenuRoot").DropdownMenuProps): import("react").JSX.Element;
|
5
5
|
displayName: string;
|
6
6
|
};
|
7
7
|
Trigger: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-dropdown-menu").DropdownMenuTriggerProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("./DropdownMenuTrigger").DropdownMenuTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
@@ -6,6 +6,6 @@ export interface HoverCardProps extends VariantProps<typeof hoverCardContentVari
|
|
6
6
|
}
|
7
7
|
export declare const HoverCardContext: React.Context<HoverCardProps>;
|
8
8
|
export declare const HoverCardRoot: {
|
9
|
-
({ children, radius, size, scaling, weight, color, ...props }: ComponentPropsWithoutRef<typeof HoverCardTheme.Root> & HoverCardProps):
|
9
|
+
({ children, radius, size, scaling, weight, color, ...props }: ComponentPropsWithoutRef<typeof HoverCardTheme.Root> & HoverCardProps): React.JSX.Element;
|
10
10
|
displayName: string;
|
11
11
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
declare const HoverCard: {
|
3
3
|
Root: {
|
4
|
-
({ children, radius, size, scaling, weight, color, ...props }: import("@radix-ui/themes/dist/cjs/components/hover-card").RootProps & import("./HoverCardRoot").HoverCardProps): import("react
|
4
|
+
({ children, radius, size, scaling, weight, color, ...props }: import("@radix-ui/themes/dist/cjs/components/hover-card").RootProps & import("./HoverCardRoot").HoverCardProps): import("react").JSX.Element;
|
5
5
|
displayName: string;
|
6
6
|
};
|
7
7
|
Trigger: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/hover-card").TriggerProps & import("react").RefAttributes<HTMLAnchorElement>, "ref"> & import("react").RefAttributes<HTMLAnchorElement>>;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IAppearance } from '
|
3
|
+
import { IAppearance } from 'lib/types';
|
4
4
|
export interface IconButtonProps extends VariantProps<typeof iconButtonVariants> {
|
5
5
|
appearance?: IAppearance;
|
6
6
|
size?: 'x-small' | 'small' | 'medium' | 'large' | 'x-large';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as LabelPrimitive from '@radix-ui/react-label';
|
2
2
|
import React from 'react';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IColor } from '
|
4
|
+
import { IColor } from 'lib/types';
|
5
5
|
export interface LabelProps extends VariantProps<typeof labeVariants> {
|
6
6
|
defaultValue?: string;
|
7
7
|
color?: IColor;
|
@@ -1,5 +1,6 @@
|
|
1
|
+
/// <reference types="react" />
|
1
2
|
import { VariantProps } from 'class-variance-authority';
|
2
|
-
import { IChartDatasets, IChartLegend, IChartTitle } from '
|
3
|
+
import { IChartDatasets, IChartLegend, IChartTitle } from 'lib/types';
|
3
4
|
export interface BorderRadius {
|
4
5
|
topLeft: number;
|
5
6
|
topRight: number;
|
@@ -37,7 +38,7 @@ declare const lineChartVariants: (props?: ({
|
|
37
38
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
38
39
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
39
40
|
declare const LineChart: {
|
40
|
-
({ className, title, datasets, labels, scaling, legend, width, height, indexAxis, appearance, scales, isColorMixed, ...props }: LineChartProps): import("react
|
41
|
+
({ className, title, datasets, labels, scaling, legend, width, height, indexAxis, appearance, scales, isColorMixed, ...props }: LineChartProps): import("react").JSX.Element;
|
41
42
|
displayName: string;
|
42
43
|
};
|
43
44
|
export default LineChart;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IColor } from '
|
4
|
+
import { IColor } from 'lib/types';
|
5
5
|
import { menubarTriggerVariants } from './MenubarTrigger';
|
6
6
|
import { menubarItemVariants } from './MenubarItem';
|
7
7
|
export interface MenubarProps extends VariantProps<typeof menubarVariants>, VariantProps<typeof menubarTriggerVariants>, VariantProps<typeof menubarItemVariants> {
|
@@ -4,7 +4,7 @@ import { VariantProps } from 'class-variance-authority';
|
|
4
4
|
import { navigationMenuListVariants } from './NavigationMenuList';
|
5
5
|
import { navigationMenuTriggerVariants } from './NavigationMenuTrigger';
|
6
6
|
import { navigationMenuLinkVariants } from './NavigationMenuLink';
|
7
|
-
import { IColor } from '
|
7
|
+
import { IColor } from 'lib/types';
|
8
8
|
export interface NavigationMenuProps extends VariantProps<typeof navigationMenuListVariants>, VariantProps<typeof navigationMenuTriggerVariants>, VariantProps<typeof navigationMenuLinkVariants> {
|
9
9
|
appearance?: 'ghost' | 'solid';
|
10
10
|
color?: IColor;
|
@@ -1,5 +1,6 @@
|
|
1
|
+
import React from 'react';
|
1
2
|
import { VariantProps } from 'class-variance-authority';
|
2
|
-
import { IChartDataLabels, IChartDatasets, IChartLegend, IChartTitle } from '
|
3
|
+
import { IChartDataLabels, IChartDatasets, IChartLegend, IChartTitle } from 'lib/types';
|
3
4
|
export interface PieChartProps extends VariantProps<typeof PieVariants> {
|
4
5
|
labels?: string[];
|
5
6
|
appearance?: 'solid' | 'soft';
|
@@ -16,7 +17,7 @@ declare const PieVariants: (props?: ({
|
|
16
17
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
17
18
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
18
19
|
declare const PieChart: {
|
19
|
-
({ labels, title, legend, datasets, datalabels, scaling, className, appearance, isColorMixed, ...rest }: PieChartProps):
|
20
|
+
({ labels, title, legend, datasets, datalabels, scaling, className, appearance, isColorMixed, ...rest }: PieChartProps): React.JSX.Element;
|
20
21
|
displayName: string;
|
21
22
|
};
|
22
23
|
export default PieChart;
|
@@ -7,6 +7,6 @@ export interface PopoverProps extends VariantProps<typeof popoverContentVariants
|
|
7
7
|
}
|
8
8
|
export declare const PopoverContext: React.Context<PopoverProps>;
|
9
9
|
export declare const PopoverRoot: {
|
10
|
-
({ children, radius, size, scaling, ...props }: ComponentPropsWithoutRef<typeof PopoverTheme.Root> & PopoverProps):
|
10
|
+
({ children, radius, size, scaling, ...props }: ComponentPropsWithoutRef<typeof PopoverTheme.Root> & PopoverProps): React.JSX.Element;
|
11
11
|
displayName: string;
|
12
12
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
declare const Popover: {
|
3
3
|
Root: {
|
4
|
-
({ children, radius, size, scaling, ...props }: import("@radix-ui/themes/dist/cjs/components/popover").RootProps & import("./PopoverRoot").PopoverProps): import("react
|
4
|
+
({ children, radius, size, scaling, ...props }: import("@radix-ui/themes/dist/cjs/components/popover").RootProps & import("./PopoverRoot").PopoverProps): import("react").JSX.Element;
|
5
5
|
displayName: string;
|
6
6
|
};
|
7
7
|
Trigger: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/popover").TriggerProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
@@ -1,5 +1,6 @@
|
|
1
|
+
import React from 'react';
|
1
2
|
import { VariantProps } from 'class-variance-authority';
|
2
|
-
import { IChartDataLabels, IChartDatasets, IChartLegend, IChartTitle } from '
|
3
|
+
import { IChartDataLabels, IChartDatasets, IChartLegend, IChartTitle } from 'lib/types';
|
3
4
|
type IRadarChartDataset = IChartDatasets & {
|
4
5
|
data: number[];
|
5
6
|
pointBackgroundColor?: string;
|
@@ -26,7 +27,7 @@ declare const radarChartVariants: (props?: ({
|
|
26
27
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
27
28
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
28
29
|
export declare const RadarChart: {
|
29
|
-
({ className, title, legend, datalabels, datasets, labels, width, height, scaling, appearance, isColorMixed, ...props }: RadarChartProps):
|
30
|
+
({ className, title, legend, datalabels, datasets, labels, width, height, scaling, appearance, isColorMixed, ...props }: RadarChartProps): React.JSX.Element;
|
30
31
|
displayName: string;
|
31
32
|
};
|
32
33
|
export default RadarChart;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IScaling } from '
|
3
|
+
import { IScaling } from 'lib/types';
|
4
4
|
export interface RadioProps extends VariantProps<typeof radioVariants> {
|
5
5
|
size?: any;
|
6
6
|
scaling?: IScaling;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { RadioGroup as RadioGroupTheme } from '@radix-ui/themes';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IScaling } from '
|
4
|
+
import { IScaling } from 'lib/types';
|
5
5
|
export interface RadioGroupProps extends VariantProps<typeof radioGroupVariants> {
|
6
6
|
scaling?: IScaling;
|
7
7
|
size?: 'small' | 'medium' | 'large';
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
3
|
import { SegmentedControl as SegmentedControlTheme } from '@radix-ui/themes';
|
4
4
|
export * from './SegmentedControlItem';
|
5
|
-
import { ISize } from '
|
5
|
+
import { ISize } from 'lib/types';
|
6
6
|
export interface SegmentedControlProps extends VariantProps<typeof segmentedControlVariants> {
|
7
7
|
appearance?: 'surface' | 'classic';
|
8
8
|
size?: Exclude<ISize, 'x-small' | 'x-large'>;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
declare const SegmentedControl: {
|
3
3
|
Root: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/segmented-control").RootProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("./SegmentedControlRoot").SegmentedControlProps & import("react").RefAttributes<HTMLDivElement>>;
|
4
|
-
Item: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/segmented-control").ItemProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("
|
4
|
+
Item: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/segmented-control").ItemProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("lib/components/SegmentedControl/SegmentedControlItem").SegmentedControlItemProps & import("react").RefAttributes<HTMLButtonElement>>;
|
5
5
|
};
|
6
6
|
export default SegmentedControl;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Select as SelectTheme } from '@radix-ui/themes';
|
2
2
|
import React from 'react';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IScaling } from '
|
4
|
+
import { IScaling } from 'lib/types';
|
5
5
|
export interface SelectProps extends VariantProps<typeof selectVariants> {
|
6
6
|
label?: string;
|
7
7
|
defaultValue?: string;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IColor } from '
|
3
|
+
import { IColor } from 'lib/types';
|
4
4
|
export interface SkeletonProps extends VariantProps<typeof separatorVariants> {
|
5
5
|
color?: IColor;
|
6
6
|
loading?: boolean;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IScaling } from '
|
3
|
+
import { IScaling } from 'lib/types';
|
4
4
|
export interface SliderProps extends VariantProps<typeof sliderVariants> {
|
5
5
|
appearance?: 'classic' | 'soft' | 'surface';
|
6
6
|
label?: string;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IColor } from '
|
3
|
+
import { IColor } from 'lib/types';
|
4
4
|
export interface SpinnerProps extends VariantProps<typeof spinnerVariants> {
|
5
5
|
color?: IColor;
|
6
6
|
loading?: boolean;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IColor } from '
|
3
|
+
import { IColor } from 'lib/types';
|
4
4
|
import { Table as TableTheme } from '@radix-ui/themes';
|
5
5
|
export interface TableProps extends VariantProps<typeof tableVariants> {
|
6
6
|
color?: IColor;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IColor } from '
|
3
|
+
import { IColor } from 'lib/types';
|
4
4
|
export interface TextAreaProps extends VariantProps<typeof textAreaNavVariants> {
|
5
5
|
color?: IColor;
|
6
6
|
href?: string;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
3
|
import { TextField as TextFieldTheme } from '@radix-ui/themes';
|
4
|
-
import { IScaling } from '
|
4
|
+
import { IScaling } from 'lib/types';
|
5
5
|
export interface TextFieldProps extends VariantProps<typeof textFieldVariants> {
|
6
6
|
appearance?: 'classic' | 'soft' | 'surface';
|
7
7
|
label?: string;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import * as ToastPrimitive from '@radix-ui/react-toast';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IAppearance } from '
|
4
|
+
import { IAppearance } from 'lib/types';
|
5
5
|
export interface ToastActionButtonProps extends VariantProps<typeof toastActionButtonVariants> {
|
6
6
|
altText?: string;
|
7
7
|
appearance?: IAppearance;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import * as ToastPrimitive from '@radix-ui/react-toast';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IAppearance } from '
|
4
|
+
import { IAppearance } from 'lib/types';
|
5
5
|
export interface ToastDescriptionProps extends VariantProps<typeof toastDescriptionVariants> {
|
6
6
|
contentText?: string;
|
7
7
|
appearance?: IAppearance;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import * as ToastPrimitive from '@radix-ui/react-toast';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IAppearance } from '
|
4
|
+
import { IAppearance } from 'lib/types';
|
5
5
|
export interface ToastTitleProps extends VariantProps<typeof toastTitleVariants> {
|
6
6
|
titleText?: string;
|
7
7
|
appearance?: IAppearance;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
3
|
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
4
|
-
import { IAppearance } from '
|
4
|
+
import { IAppearance } from 'lib/types';
|
5
5
|
export interface ToggleWithTextProps extends VariantProps<typeof toggleWithTextVariants> {
|
6
6
|
text?: string;
|
7
7
|
appearance?: IAppearance;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
3
3
|
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
4
|
-
import { IAppearance } from '
|
4
|
+
import { IAppearance } from 'lib/types';
|
5
5
|
export * from './ToggleWithText';
|
6
6
|
export interface ToggleProps extends VariantProps<typeof toggleVariants> {
|
7
7
|
size?: 'small' | 'medium' | 'large';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
4
|
-
import { IAppearance } from '
|
4
|
+
import { IAppearance } from 'lib/types';
|
5
5
|
export interface ToggleGroupItemProps extends VariantProps<typeof toggleGroupItemVariants> {
|
6
6
|
appearance?: IAppearance;
|
7
7
|
size?: 'small' | 'medium' | 'large';
|