@lotte-innovate/ui-component-test 0.0.18 → 0.0.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (272) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/index.js +2 -2
  3. package/dist/{Typography → lib/Typography}/Header/index.d.ts +1 -1
  4. package/dist/{Typography/Header/index.js → lib/Typography/Header/index.jsx} +7 -4
  5. package/dist/{Typography → lib/Typography}/Text/index.d.ts +1 -2
  6. package/dist/{Typography/Text/index.js → lib/Typography/Text/index.jsx} +8 -5
  7. package/dist/{color → lib/color}/constants.d.ts +1 -1
  8. package/dist/{components → lib/components}/Accordion/index.d.ts +1 -1
  9. package/dist/{components/Accordion/index.js → lib/components/Accordion/index.jsx} +19 -7
  10. package/dist/{components → lib/components}/AlertDialog/AlertDialogAction.d.ts +1 -1
  11. package/dist/{components/AlertDialog/AlertDialogAction.js → lib/components/AlertDialog/AlertDialogAction.jsx} +6 -5
  12. package/dist/{components → lib/components}/AlertDialog/AlertDialogCancel.d.ts +1 -1
  13. package/dist/{components/AlertDialog/AlertDialogCancel.js → lib/components/AlertDialog/AlertDialogCancel.jsx} +6 -5
  14. package/dist/{components/AlertDialog/AlertDialogContent.js → lib/components/AlertDialog/AlertDialogContent.jsx} +9 -5
  15. package/dist/{components/AlertDialog/AlertDialogDescription.js → lib/components/AlertDialog/AlertDialogDescription.jsx} +5 -15
  16. package/dist/{components/AlertDialog/AlertDialogTitle.js → lib/components/AlertDialog/AlertDialogTitle.jsx} +5 -15
  17. package/dist/{components → lib/components}/AlertDialog/AlertDialogTrigger.d.ts +1 -1
  18. package/dist/{components/AlertDialog/AlertDialogTrigger.js → lib/components/AlertDialog/AlertDialogTrigger.jsx} +6 -5
  19. package/dist/{components → lib/components}/AlertDialog/index.d.ts +1 -1
  20. package/dist/{components/AlertDialog/index.js → lib/components/AlertDialog/index.jsx} +4 -14
  21. package/dist/{components/AspectRatio/index.js → lib/components/AspectRatio/index.jsx} +6 -5
  22. package/dist/{components/Avatar/index.js → lib/components/Avatar/index.jsx} +9 -5
  23. package/dist/{components → lib/components}/Badge/index.d.ts +1 -1
  24. package/dist/{components/Badge/index.js → lib/components/Badge/index.jsx} +6 -5
  25. package/dist/{components → lib/components}/BubbleChart/index.d.ts +3 -2
  26. package/dist/{components/BubbleChart/index.js → lib/components/BubbleChart/index.jsx} +4 -4
  27. package/dist/{components → lib/components}/Button/index.d.ts +1 -1
  28. package/dist/{components/Button/index.js → lib/components/Button/index.jsx} +6 -5
  29. package/dist/{components/Callout/CalloutIcon.js → lib/components/Callout/CalloutIcon.jsx} +10 -5
  30. package/dist/{components/Callout/CalloutText.js → lib/components/Callout/CalloutText.jsx} +5 -15
  31. package/dist/{components → lib/components}/Callout/index.d.ts +1 -1
  32. package/dist/{components/Callout/index.js → lib/components/Callout/index.jsx} +8 -5
  33. package/dist/{components → lib/components}/Card/index.d.ts +1 -1
  34. package/dist/{components/Card/index.js → lib/components/Card/index.jsx} +6 -5
  35. package/dist/{components → lib/components}/Checkbox/index.d.ts +1 -1
  36. package/dist/{components/Checkbox/index.js → lib/components/Checkbox/index.jsx} +14 -6
  37. package/dist/{components → lib/components}/CheckboxCard/index.d.ts +2 -2
  38. package/dist/{components/CheckboxCard/index.js → lib/components/CheckboxCard/index.jsx} +9 -7
  39. package/dist/{components → lib/components}/CheckboxGroup/CheckboxGroupItem.d.ts +1 -1
  40. package/dist/{components/CheckboxGroup/CheckboxGroupItem.js → lib/components/CheckboxGroup/CheckboxGroupItem.jsx} +7 -15
  41. package/dist/{components → lib/components}/CheckboxGroup/index.d.ts +2 -2
  42. package/dist/{components/CheckboxGroup/index.js → lib/components/CheckboxGroup/index.jsx} +6 -3
  43. package/dist/{components/ContextMenu/ContextMenuCheckboxItem.js → lib/components/ContextMenu/ContextMenuCheckboxItem.jsx} +9 -16
  44. package/dist/{components/ContextMenu/ContextMenuContent.js → lib/components/ContextMenu/ContextMenuContent.jsx} +8 -5
  45. package/dist/{components/ContextMenu/ContextMenuGroup.js → lib/components/ContextMenu/ContextMenuGroup.jsx} +4 -14
  46. package/dist/{components/ContextMenu/ContextMenuItem.js → lib/components/ContextMenu/ContextMenuItem.jsx} +7 -5
  47. package/dist/{components/ContextMenu/ContextMenuItemIndicator.js → lib/components/ContextMenu/ContextMenuItemIndicator.jsx} +6 -5
  48. package/dist/{components/ContextMenu/ContextMenuLabel.js → lib/components/ContextMenu/ContextMenuLabel.jsx} +6 -5
  49. package/dist/{components/ContextMenu/ContextMenuRadioGroup.js → lib/components/ContextMenu/ContextMenuRadioGroup.jsx} +6 -14
  50. package/dist/{components/ContextMenu/ContextMenuRadioItem.js → lib/components/ContextMenu/ContextMenuRadioItem.jsx} +9 -16
  51. package/dist/{components/ContextMenu/ContextMenuSeparator.js → lib/components/ContextMenu/ContextMenuSeparator.jsx} +5 -15
  52. package/dist/{components/ContextMenu/ContextMenuSubContent.js → lib/components/ContextMenu/ContextMenuSubContent.jsx} +11 -8
  53. package/dist/{components/ContextMenu/ContextMenuSubTrigger.js → lib/components/ContextMenu/ContextMenuSubTrigger.jsx} +11 -16
  54. package/dist/{components/ContextMenu/ContextMenuTrigger.js → lib/components/ContextMenu/ContextMenuTrigger.jsx} +5 -15
  55. package/dist/{components → lib/components}/ContextMenu/index.d.ts +1 -1
  56. package/dist/{components/ContextMenu/index.js → lib/components/ContextMenu/index.jsx} +6 -14
  57. package/dist/{components/DataList/DataListItem.js → lib/components/DataList/DataListItem.jsx} +6 -5
  58. package/dist/{components/DataList/DataListLabel.js → lib/components/DataList/DataListLabel.jsx} +6 -5
  59. package/dist/{components/DataList/DataListValue.js → lib/components/DataList/DataListValue.jsx} +6 -5
  60. package/dist/{components/DataList/index.js → lib/components/DataList/index.jsx} +7 -15
  61. package/dist/{components → lib/components}/Dialog/DialogAction.d.ts +1 -1
  62. package/dist/{components/Dialog/DialogAction.js → lib/components/Dialog/DialogAction.jsx} +6 -16
  63. package/dist/{components/Dialog/DialogCancel.js → lib/components/Dialog/DialogCancel.jsx} +5 -15
  64. package/dist/{components/Dialog/DialogContent.js → lib/components/Dialog/DialogContent.jsx} +6 -5
  65. package/dist/{components/Dialog/DialogDescription.js → lib/components/Dialog/DialogDescription.jsx} +5 -15
  66. package/dist/{components/Dialog/DialogSlot.js → lib/components/Dialog/DialogSlot.jsx} +5 -15
  67. package/dist/{components/Dialog/DialogTitle.js → lib/components/Dialog/DialogTitle.jsx} +5 -15
  68. package/dist/{components/Dialog/DialogTrigger.js → lib/components/Dialog/DialogTrigger.jsx} +4 -14
  69. package/dist/{components/Dialog/index.js → lib/components/Dialog/index.jsx} +4 -14
  70. package/dist/{components → lib/components}/DoughnutChart/index.d.ts +2 -1
  71. package/dist/{components/DoughnutChart/index.js → lib/components/DoughnutChart/index.jsx} +4 -4
  72. package/dist/{components/DropdownMenu/DropdonMenuRadioGroup.js → lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx} +6 -14
  73. package/dist/{components/DropdownMenu/DropdonMenuSubContent.js → lib/components/DropdownMenu/DropdonMenuSubContent.jsx} +12 -9
  74. package/dist/{components/DropdownMenu/DropdownMenuCheckboxItem.js → lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx} +9 -16
  75. package/dist/{components/DropdownMenu/DropdownMenuContent.js → lib/components/DropdownMenu/DropdownMenuContent.jsx} +8 -5
  76. package/dist/{components/DropdownMenu/DropdownMenuItem.js → lib/components/DropdownMenu/DropdownMenuItem.jsx} +7 -5
  77. package/dist/{components/DropdownMenu/DropdownMenuItemIndicator.js → lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx} +6 -5
  78. package/dist/{components/DropdownMenu/DropdownMenuLable.js → lib/components/DropdownMenu/DropdownMenuLable.jsx} +6 -5
  79. package/dist/{components/DropdownMenu/DropdownMenuRadioItem.js → lib/components/DropdownMenu/DropdownMenuRadioItem.jsx} +9 -16
  80. package/dist/{components/DropdownMenu/DropdownMenuSeparator.js → lib/components/DropdownMenu/DropdownMenuSeparator.jsx} +3 -15
  81. package/dist/{components/DropdownMenu/DropdownMenuSub.js → lib/components/DropdownMenu/DropdownMenuSub.jsx} +2 -14
  82. package/dist/{components/DropdownMenu/DropdownMenuSubTrigger.js → lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx} +9 -16
  83. package/dist/{components/DropdownMenu/DropdownMenuTrigger.js → lib/components/DropdownMenu/DropdownMenuTrigger.jsx} +5 -15
  84. package/dist/{components/DropdownMenu/index.js → lib/components/DropdownMenu/index.jsx} +2 -14
  85. package/dist/{components/HoverCard/HoverCardContent.js → lib/components/HoverCard/HoverCardContent.jsx} +6 -6
  86. package/dist/{components/HoverCard/HoverCardTrigger.js → lib/components/HoverCard/HoverCardTrigger.jsx} +4 -14
  87. package/dist/{components/HoverCard/index.js → lib/components/HoverCard/index.jsx} +4 -14
  88. package/dist/{components → lib/components}/IconButton/index.d.ts +1 -1
  89. package/dist/{components/IconButton/index.js → lib/components/IconButton/index.jsx} +5 -4
  90. package/dist/{components/Inset/index.js → lib/components/Inset/index.jsx} +8 -5
  91. package/dist/{components → lib/components}/Label/index.d.ts +1 -1
  92. package/dist/{components/Label/index.js → lib/components/Label/index.jsx} +5 -4
  93. package/dist/{components/Menubar/MenubarCheckboxItem.js → lib/components/Menubar/MenubarCheckboxItem.jsx} +9 -16
  94. package/dist/{components/Menubar/MenubarContent.js → lib/components/Menubar/MenubarContent.jsx} +12 -9
  95. package/dist/{components/Menubar/MenubarItem.js → lib/components/Menubar/MenubarItem.jsx} +7 -5
  96. package/dist/{components/Menubar/MenubarItemIndicator.js → lib/components/Menubar/MenubarItemIndicator.jsx} +6 -5
  97. package/dist/{components/Menubar/MenubarMenu.js → lib/components/Menubar/MenubarMenu.jsx} +2 -14
  98. package/dist/{components/Menubar/MenubarRadioGroup.js → lib/components/Menubar/MenubarRadioGroup.jsx} +6 -14
  99. package/dist/{components/Menubar/MenubarRadioItem.js → lib/components/Menubar/MenubarRadioItem.jsx} +9 -16
  100. package/dist/{components/Menubar/MenubarSeparator.js → lib/components/Menubar/MenubarSeparator.jsx} +5 -15
  101. package/dist/{components/Menubar/MenubarSub.js → lib/components/Menubar/MenubarSub.jsx} +2 -14
  102. package/dist/{components/Menubar/MenubarSubContent.js → lib/components/Menubar/MenubarSubContent.jsx} +7 -6
  103. package/dist/{components/Menubar/MenubarSubTrigger.js → lib/components/Menubar/MenubarSubTrigger.jsx} +9 -16
  104. package/dist/{components/Menubar/MenubarTrigger.js → lib/components/Menubar/MenubarTrigger.jsx} +6 -5
  105. package/dist/{components → lib/components}/Menubar/index.d.ts +1 -1
  106. package/dist/{components/Menubar/index.js → lib/components/Menubar/index.jsx} +8 -5
  107. package/dist/{components/NavigationMenu/NavigationMenuContent.js → lib/components/NavigationMenu/NavigationMenuContent.jsx} +6 -5
  108. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +22 -0
  109. package/dist/{components/NavigationMenu/NavigationMenuItem.js → lib/components/NavigationMenu/NavigationMenuItem.jsx} +4 -14
  110. package/dist/{components/NavigationMenu/NavigationMenuLink.js → lib/components/NavigationMenu/NavigationMenuLink.jsx} +6 -5
  111. package/dist/{components/NavigationMenu/NavigationMenuList.js → lib/components/NavigationMenu/NavigationMenuList.jsx} +7 -5
  112. package/dist/{components/NavigationMenu/NavigationMenuTrigger.js → lib/components/NavigationMenu/NavigationMenuTrigger.jsx} +7 -5
  113. package/dist/{components/NavigationMenu/NavigationMenuViewport.js → lib/components/NavigationMenu/NavigationMenuViewport.jsx} +6 -5
  114. package/dist/{components → lib/components}/NavigationMenu/index.d.ts +1 -1
  115. package/dist/{components/NavigationMenu/index.js → lib/components/NavigationMenu/index.jsx} +7 -15
  116. package/dist/{components → lib/components}/PieChart/index.d.ts +2 -1
  117. package/dist/{components/PieChart/index.js → lib/components/PieChart/index.jsx} +4 -4
  118. package/dist/{components/Popover/PopoverClose.js → lib/components/Popover/PopoverClose.jsx} +5 -15
  119. package/dist/{components/Popover/PopoverContent.js → lib/components/Popover/PopoverContent.jsx} +6 -5
  120. package/dist/{components/Popover/PopoverTrigger.js → lib/components/Popover/PopoverTrigger.jsx} +4 -14
  121. package/dist/{components/Popover/index.js → lib/components/Popover/index.jsx} +4 -14
  122. package/dist/{components/Progress/index.js → lib/components/Progress/index.jsx} +6 -5
  123. package/dist/{components → lib/components}/RadarChart/index.d.ts +3 -2
  124. package/dist/{components/RadarChart/index.js → lib/components/RadarChart/index.jsx} +4 -4
  125. package/dist/{components → lib/components}/Radio/index.d.ts +1 -1
  126. package/dist/{components/Radio/index.js → lib/components/Radio/index.jsx} +10 -15
  127. package/dist/{components/RadioCards/RadioCardsItem.js → lib/components/RadioCards/RadioCardsItem.jsx} +5 -15
  128. package/dist/{components/RadioCards/index.js → lib/components/RadioCards/index.jsx} +8 -5
  129. package/dist/{components/RadioGroup/RadioGroupItem.js → lib/components/RadioGroup/RadioGroupItem.jsx} +5 -15
  130. package/dist/{components → lib/components}/RadioGroup/index.d.ts +1 -1
  131. package/dist/{components/RadioGroup/index.js → lib/components/RadioGroup/index.jsx} +7 -15
  132. package/dist/{components/ScrollArea/index.js → lib/components/ScrollArea/index.jsx} +6 -14
  133. package/dist/{components/SegmentedControl/SegmentedControlItem.js → lib/components/SegmentedControl/SegmentedControlItem.jsx} +5 -15
  134. package/dist/{components → lib/components}/SegmentedControl/index.d.ts +1 -1
  135. package/dist/{components/SegmentedControl/index.js → lib/components/SegmentedControl/index.jsx} +7 -4
  136. package/dist/{components → lib/components}/Select/index.d.ts +1 -1
  137. package/dist/{components/Select/index.js → lib/components/Select/index.jsx} +27 -10
  138. package/dist/{components/Separator/index.js → lib/components/Separator/index.jsx} +7 -4
  139. package/dist/{components → lib/components}/Skeleton/index.d.ts +1 -1
  140. package/dist/{components/Skeleton/index.js → lib/components/Skeleton/index.jsx} +7 -4
  141. package/dist/{components → lib/components}/Slider/index.d.ts +1 -1
  142. package/dist/{components/Slider/index.js → lib/components/Slider/index.jsx} +5 -4
  143. package/dist/{components → lib/components}/Spinner/index.d.ts +1 -1
  144. package/dist/{components/Spinner/index.js → lib/components/Spinner/index.jsx} +7 -4
  145. package/dist/{components/TabNav/index.js → lib/components/TabNav/index.jsx} +9 -15
  146. package/dist/{components → lib/components}/Table/index.d.ts +1 -1
  147. package/dist/{components/Table/index.js → lib/components/Table/index.jsx} +25 -10
  148. package/dist/{components/Tabs/index.js → lib/components/Tabs/index.jsx} +16 -7
  149. package/dist/{components → lib/components}/TextArea/index.d.ts +1 -1
  150. package/dist/{components/TextArea/index.js → lib/components/TextArea/index.jsx} +5 -4
  151. package/dist/{components → lib/components}/TextField/index.d.ts +1 -1
  152. package/dist/{components/TextField/index.js → lib/components/TextField/index.jsx} +10 -5
  153. package/dist/{components → lib/components}/Toast/ToastActionButton.d.ts +1 -1
  154. package/dist/{components/Toast/ToastActionButton.js → lib/components/Toast/ToastActionButton.jsx} +7 -6
  155. package/dist/{components → lib/components}/Toast/ToastDescription.d.ts +1 -1
  156. package/dist/{components/Toast/ToastDescription.js → lib/components/Toast/ToastDescription.jsx} +7 -15
  157. package/dist/{components → lib/components}/Toast/ToastTitle.d.ts +1 -1
  158. package/dist/{components/Toast/ToastTitle.js → lib/components/Toast/ToastTitle.jsx} +5 -15
  159. package/dist/{components/Toast/index.js → lib/components/Toast/index.jsx} +11 -5
  160. package/dist/{components → lib/components}/Toggle/ToggleWithText.d.ts +1 -1
  161. package/dist/{components/Toggle/ToggleWithText.js → lib/components/Toggle/ToggleWithText.jsx} +9 -7
  162. package/dist/{components → lib/components}/Toggle/index.d.ts +1 -1
  163. package/dist/{components/Toggle/index.js → lib/components/Toggle/index.jsx} +6 -5
  164. package/dist/{components → lib/components}/ToggleGroup/index.d.ts +1 -1
  165. package/dist/{components/ToggleGroup/index.js → lib/components/ToggleGroup/index.jsx} +8 -5
  166. package/dist/{components → lib/components}/ToggleGroup/toggleGroupItem.d.ts +1 -1
  167. package/dist/{components/ToggleGroup/toggleGroupItem.js → lib/components/ToggleGroup/toggleGroupItem.jsx} +6 -16
  168. package/dist/{components/ToggleSwitch/index.js → lib/components/ToggleSwitch/index.jsx} +9 -5
  169. package/dist/{components → lib/components}/Tooltip/index.d.ts +1 -1
  170. package/dist/{components/Tooltip/index.js → lib/components/Tooltip/index.jsx} +13 -4
  171. package/dist/{constants.js → lib/constants.js} +1 -1
  172. package/package.json +3 -20
  173. package/dist/components/NavigationMenu/NavigationMenuIndicator.js +0 -31
  174. /package/dist/{Typography → lib/Typography}/index.d.ts +0 -0
  175. /package/dist/{Typography → lib/Typography}/index.js +0 -0
  176. /package/dist/{color → lib/color}/alpha.d.ts +0 -0
  177. /package/dist/{color → lib/color}/alpha.js +0 -0
  178. /package/dist/{color → lib/color}/constants.js +0 -0
  179. /package/dist/{color → lib/color}/dark.d.ts +0 -0
  180. /package/dist/{color → lib/color}/dark.js +0 -0
  181. /package/dist/{color → lib/color}/krdsColors.d.ts +0 -0
  182. /package/dist/{color → lib/color}/krdsColors.js +0 -0
  183. /package/dist/{color → lib/color}/light.d.ts +0 -0
  184. /package/dist/{color → lib/color}/light.js +0 -0
  185. /package/dist/{components → lib/components}/AlertDialog/AlertDialogContent.d.ts +0 -0
  186. /package/dist/{components → lib/components}/AlertDialog/AlertDialogDescription.d.ts +0 -0
  187. /package/dist/{components → lib/components}/AlertDialog/AlertDialogTitle.d.ts +0 -0
  188. /package/dist/{components → lib/components}/AspectRatio/index.d.ts +0 -0
  189. /package/dist/{components → lib/components}/Avatar/index.d.ts +0 -0
  190. /package/dist/{components → lib/components}/Callout/CalloutIcon.d.ts +0 -0
  191. /package/dist/{components → lib/components}/Callout/CalloutText.d.ts +0 -0
  192. /package/dist/{components → lib/components}/ContextMenu/ContextMenuCheckboxItem.d.ts +0 -0
  193. /package/dist/{components → lib/components}/ContextMenu/ContextMenuContent.d.ts +0 -0
  194. /package/dist/{components → lib/components}/ContextMenu/ContextMenuGroup.d.ts +0 -0
  195. /package/dist/{components → lib/components}/ContextMenu/ContextMenuItem.d.ts +0 -0
  196. /package/dist/{components → lib/components}/ContextMenu/ContextMenuItemIndicator.d.ts +0 -0
  197. /package/dist/{components → lib/components}/ContextMenu/ContextMenuLabel.d.ts +0 -0
  198. /package/dist/{components → lib/components}/ContextMenu/ContextMenuRadioGroup.d.ts +0 -0
  199. /package/dist/{components → lib/components}/ContextMenu/ContextMenuRadioItem.d.ts +0 -0
  200. /package/dist/{components → lib/components}/ContextMenu/ContextMenuSeparator.d.ts +0 -0
  201. /package/dist/{components → lib/components}/ContextMenu/ContextMenuSubContent.d.ts +0 -0
  202. /package/dist/{components → lib/components}/ContextMenu/ContextMenuSubTrigger.d.ts +0 -0
  203. /package/dist/{components → lib/components}/ContextMenu/ContextMenuTrigger.d.ts +0 -0
  204. /package/dist/{components → lib/components}/DataList/DataListItem.d.ts +0 -0
  205. /package/dist/{components → lib/components}/DataList/DataListLabel.d.ts +0 -0
  206. /package/dist/{components → lib/components}/DataList/DataListValue.d.ts +0 -0
  207. /package/dist/{components → lib/components}/DataList/index.d.ts +0 -0
  208. /package/dist/{components → lib/components}/Dialog/DialogCancel.d.ts +0 -0
  209. /package/dist/{components → lib/components}/Dialog/DialogContent.d.ts +0 -0
  210. /package/dist/{components → lib/components}/Dialog/DialogDescription.d.ts +0 -0
  211. /package/dist/{components → lib/components}/Dialog/DialogSlot.d.ts +0 -0
  212. /package/dist/{components → lib/components}/Dialog/DialogTitle.d.ts +0 -0
  213. /package/dist/{components → lib/components}/Dialog/DialogTrigger.d.ts +0 -0
  214. /package/dist/{components → lib/components}/Dialog/index.d.ts +0 -0
  215. /package/dist/{components → lib/components}/DropdownMenu/DropdonMenuRadioGroup.d.ts +0 -0
  216. /package/dist/{components → lib/components}/DropdownMenu/DropdonMenuSubContent.d.ts +0 -0
  217. /package/dist/{components → lib/components}/DropdownMenu/DropdownMenuCheckboxItem.d.ts +0 -0
  218. /package/dist/{components → lib/components}/DropdownMenu/DropdownMenuContent.d.ts +0 -0
  219. /package/dist/{components → lib/components}/DropdownMenu/DropdownMenuItem.d.ts +0 -0
  220. /package/dist/{components → lib/components}/DropdownMenu/DropdownMenuItemIndicator.d.ts +0 -0
  221. /package/dist/{components → lib/components}/DropdownMenu/DropdownMenuLable.d.ts +0 -0
  222. /package/dist/{components → lib/components}/DropdownMenu/DropdownMenuRadioItem.d.ts +0 -0
  223. /package/dist/{components → lib/components}/DropdownMenu/DropdownMenuSeparator.d.ts +0 -0
  224. /package/dist/{components → lib/components}/DropdownMenu/DropdownMenuSub.d.ts +0 -0
  225. /package/dist/{components → lib/components}/DropdownMenu/DropdownMenuSubTrigger.d.ts +0 -0
  226. /package/dist/{components → lib/components}/DropdownMenu/DropdownMenuTrigger.d.ts +0 -0
  227. /package/dist/{components → lib/components}/DropdownMenu/index.d.ts +0 -0
  228. /package/dist/{components → lib/components}/HoverCard/HoverCardContent.d.ts +0 -0
  229. /package/dist/{components → lib/components}/HoverCard/HoverCardTrigger.d.ts +0 -0
  230. /package/dist/{components → lib/components}/HoverCard/index.d.ts +0 -0
  231. /package/dist/{components → lib/components}/Inset/index.d.ts +0 -0
  232. /package/dist/{components → lib/components}/Menubar/MenubarCheckboxItem.d.ts +0 -0
  233. /package/dist/{components → lib/components}/Menubar/MenubarContent.d.ts +0 -0
  234. /package/dist/{components → lib/components}/Menubar/MenubarItem.d.ts +0 -0
  235. /package/dist/{components → lib/components}/Menubar/MenubarItemIndicator.d.ts +0 -0
  236. /package/dist/{components → lib/components}/Menubar/MenubarMenu.d.ts +0 -0
  237. /package/dist/{components → lib/components}/Menubar/MenubarRadioGroup.d.ts +0 -0
  238. /package/dist/{components → lib/components}/Menubar/MenubarRadioItem.d.ts +0 -0
  239. /package/dist/{components → lib/components}/Menubar/MenubarSeparator.d.ts +0 -0
  240. /package/dist/{components → lib/components}/Menubar/MenubarSub.d.ts +0 -0
  241. /package/dist/{components → lib/components}/Menubar/MenubarSubContent.d.ts +0 -0
  242. /package/dist/{components → lib/components}/Menubar/MenubarSubTrigger.d.ts +0 -0
  243. /package/dist/{components → lib/components}/Menubar/MenubarTrigger.d.ts +0 -0
  244. /package/dist/{components → lib/components}/NavigationMenu/NavigationMenuContent.d.ts +0 -0
  245. /package/dist/{components → lib/components}/NavigationMenu/NavigationMenuIndicator.d.ts +0 -0
  246. /package/dist/{components → lib/components}/NavigationMenu/NavigationMenuItem.d.ts +0 -0
  247. /package/dist/{components → lib/components}/NavigationMenu/NavigationMenuLink.d.ts +0 -0
  248. /package/dist/{components → lib/components}/NavigationMenu/NavigationMenuList.d.ts +0 -0
  249. /package/dist/{components → lib/components}/NavigationMenu/NavigationMenuTrigger.d.ts +0 -0
  250. /package/dist/{components → lib/components}/NavigationMenu/NavigationMenuViewport.d.ts +0 -0
  251. /package/dist/{components → lib/components}/Popover/PopoverClose.d.ts +0 -0
  252. /package/dist/{components → lib/components}/Popover/PopoverContent.d.ts +0 -0
  253. /package/dist/{components → lib/components}/Popover/PopoverTrigger.d.ts +0 -0
  254. /package/dist/{components → lib/components}/Popover/index.d.ts +0 -0
  255. /package/dist/{components → lib/components}/Progress/index.d.ts +0 -0
  256. /package/dist/{components → lib/components}/RadioCards/RadioCardsItem.d.ts +0 -0
  257. /package/dist/{components → lib/components}/RadioCards/index.d.ts +0 -0
  258. /package/dist/{components → lib/components}/RadioGroup/RadioGroupItem.d.ts +0 -0
  259. /package/dist/{components → lib/components}/ScrollArea/index.d.ts +0 -0
  260. /package/dist/{components → lib/components}/SegmentedControl/SegmentedControlItem.d.ts +0 -0
  261. /package/dist/{components → lib/components}/Separator/index.d.ts +0 -0
  262. /package/dist/{components → lib/components}/TabNav/index.d.ts +0 -0
  263. /package/dist/{components → lib/components}/Tabs/index.d.ts +0 -0
  264. /package/dist/{components → lib/components}/Toast/index.d.ts +0 -0
  265. /package/dist/{components → lib/components}/ToggleSwitch/index.d.ts +0 -0
  266. /package/dist/{components → lib/components}/index.d.ts +0 -0
  267. /package/dist/{components → lib/components}/index.js +0 -0
  268. /package/dist/{constants.d.ts → lib/constants.d.ts} +0 -0
  269. /package/dist/{types.d.ts → lib/types.d.ts} +0 -0
  270. /package/dist/{types.js → lib/types.js} +0 -0
  271. /package/dist/{utils → lib/utils}/utils.d.ts +0 -0
  272. /package/dist/{utils → lib/utils}/utils.js +0 -0
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,12 +9,13 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
26
- import { cn } from 'utils/utils';
14
+ import { cn } from 'lib/utils/utils';
27
15
  export var ContextMenuSeparator = forwardRef(function (_a, ref) {
28
16
  var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
29
- return (_jsx(ContextMenuPrimitive.Separator, __assign({ ref: ref, className: cn('h-[1px] m-[5px] bg-slate-6 dark:bg-slateDark-6', className) }, props, { children: children })));
17
+ return (<ContextMenuPrimitive.Separator ref={ref} className={cn('h-[1px] m-[5px] bg-slate-6 dark:bg-slateDark-6', className)} {...props}>
18
+ {children}
19
+ </ContextMenuPrimitive.Separator>);
30
20
  });
31
21
  ContextMenuSeparator.displayName = 'ContextMenuSeparator';
@@ -20,12 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
23
+ import React, { forwardRef } from 'react';
25
24
  import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
26
- import { cn } from 'utils/utils';
25
+ import { cn } from 'lib/utils/utils';
27
26
  import { cva } from 'class-variance-authority';
28
- import { radiusVariants, scalingVariants } from '../../constants';
27
+ import { radiusVariants, scalingVariants } from 'lib/constants';
29
28
  import { useContextMenuContext } from '.';
30
29
  export var contextMenuSubContentVariants = cva("p-[5px] bg-white dark:bg-slateDark-1 will-change-[transform,opacity]\n shadow-[0px_10px_38px_-10px_rgba(22,_23,_24,_0.35),_0px_10px_20px_-15px_rgba(22,_23,_24,_0.2)] \n [animation-duration:_400ms] [animation-timing-function:_cubic-bezier(0.16,_1,_0.3,_1)]", {
31
30
  variants: {
@@ -45,9 +44,13 @@ export var contextMenuSubContentVariants = cva("p-[5px] bg-white dark:bg-slateDa
45
44
  export var ContextMenuSubContent = forwardRef(function (_a, ref) {
46
45
  var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
47
46
  var _b = useContextMenuContext(), radius = _b.radius, size = _b.size;
48
- return (_jsx(ContextMenuPrimitive.Portal, { children: _jsx(ContextMenuPrimitive.SubContent, __assign({ ref: ref, className: cn(contextMenuSubContentVariants({
49
- radius: radius,
50
- size: size,
51
- }), className), sideOffset: 2, alignOffset: -5 }, props, { children: children })) }));
47
+ return (<ContextMenuPrimitive.Portal>
48
+ <ContextMenuPrimitive.SubContent ref={ref} className={cn(contextMenuSubContentVariants({
49
+ radius: radius,
50
+ size: size,
51
+ }), className)} sideOffset={2} alignOffset={-5} {...props}>
52
+ {children}
53
+ </ContextMenuPrimitive.SubContent>
54
+ </ContextMenuPrimitive.Portal>);
52
55
  });
53
56
  ContextMenuSubContent.displayName = 'ContextMenuSubContent';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,13 +9,12 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
26
14
  import { ChevronRightIcon } from '@radix-ui/react-icons';
27
- import { cn } from 'utils/utils';
15
+ import { cn } from 'lib/utils/utils';
28
16
  import { contextMenuItemVariants } from './ContextMenuItem';
29
- import { blackText, menuItemAppearanceStyle } from '../../constants';
17
+ import { blackText, menuItemAppearanceStyle } from 'lib/constants';
30
18
  import { useContextMenuContext } from '.';
31
19
  export var ContextMenuSubTrigger = forwardRef(function (_a, ref) {
32
20
  var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
@@ -35,6 +23,13 @@ export var ContextMenuSubTrigger = forwardRef(function (_a, ref) {
35
23
  var iconClassName = cn('group-data-[disabled]:text-slate-8 ', appearance === 'solid' && blackText.includes(color)
36
24
  ? 'hover:fill-slate-12 dark:hover:fill-slateDark-1'
37
25
  : "hover:fill-white dark:hover:fill-slateDark-12 ");
38
- return (_jsx(ContextMenuPrimitive.Sub, { children: _jsxs(ContextMenuPrimitive.SubTrigger, __assign({ ref: ref, className: triggerClassName }, props, { children: [children, _jsx("div", { className: "ml-auto pl-5 ", children: _jsx(ChevronRightIcon, { className: iconClassName }) })] })) }));
26
+ return (<ContextMenuPrimitive.Sub>
27
+ <ContextMenuPrimitive.SubTrigger ref={ref} className={triggerClassName} {...props}>
28
+ {children}
29
+ <div className="ml-auto pl-5 ">
30
+ <ChevronRightIcon className={iconClassName}/>
31
+ </div>
32
+ </ContextMenuPrimitive.SubTrigger>
33
+ </ContextMenuPrimitive.Sub>);
39
34
  });
40
35
  ContextMenuSubTrigger.displayName = 'ContextMenuSubTrigger';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,12 +9,13 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
26
- import { cn } from 'utils/utils';
14
+ import { cn } from 'lib/utils/utils';
27
15
  export var ContextMenuTrigger = forwardRef(function (_a, ref) {
28
16
  var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
29
- return (_jsx(ContextMenuPrimitive.Trigger, __assign({ ref: ref, className: cn("block border-2 border-dashed text-slate-12 dark:text-slateDark-12 rounded text-base \n select-none py-[45px] w-[300px] text-center", className) }, props, { children: children })));
17
+ return (<ContextMenuPrimitive.Trigger ref={ref} className={cn("block border-2 border-dashed text-slate-12 dark:text-slateDark-12 rounded text-base \n select-none py-[45px] w-[300px] text-center", className)} {...props}>
18
+ {children}
19
+ </ContextMenuPrimitive.Trigger>);
30
20
  });
31
21
  ContextMenuTrigger.displayName = 'ContextMenuTrigger';
@@ -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 'types';
4
+ import { IColor } from 'lib/types';
5
5
  import { contextMenuContentVariants } from './ContextMenuContent';
6
6
  import { contextMenuItemVariants } from './ContextMenuItem';
7
7
  export * from './ContextMenuContent';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,8 +9,7 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { createContext, forwardRef, useContext, } from 'react';
12
+ import React, { createContext, forwardRef, useContext, } from 'react';
25
13
  import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
26
14
  export * from './ContextMenuContent';
27
15
  export * from './ContextMenuCheckboxItem';
@@ -48,7 +36,11 @@ export var useContextMenuContext = function () {
48
36
  export var ContextMenu = forwardRef(function (_a, ref) {
49
37
  var children = _a.children, radius = _a.radius, size = _a.size, scaling = _a.scaling, color = _a.color, appearance = _a.appearance, props = __rest(_a, ["children", "radius", "size", "scaling", "color", "appearance"]);
50
38
  var contextValue = { radius: radius, size: size, scaling: scaling, color: color, appearance: appearance };
51
- return (_jsx(ContextMenuContext.Provider, { value: contextValue, children: _jsx("div", { ref: ref, children: _jsx(ContextMenuPrimitive.Root, __assign({}, props, { children: children })) }) }));
39
+ return (<ContextMenuContext.Provider value={contextValue}>
40
+ <div ref={ref}>
41
+ <ContextMenuPrimitive.Root {...props}>{children}</ContextMenuPrimitive.Root>
42
+ </div>
43
+ </ContextMenuContext.Provider>);
52
44
  });
53
45
  ContextMenu.displayName = 'ContextMenu';
54
46
  export default ContextMenu;
@@ -20,12 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
23
+ import React, { forwardRef } from 'react';
25
24
  import { DataList as DataListTheme } from '@radix-ui/themes';
26
25
  import { cva } from 'class-variance-authority';
27
- import { cn } from 'utils/utils';
28
- import { scalingVariants } from '../../constants';
26
+ import { cn } from 'lib/utils/utils';
27
+ import { scalingVariants } from 'lib/constants';
29
28
  import { useDataListContext } from '.';
30
29
  export var dataListItemVariants = cva('flex', {
31
30
  variants: {
@@ -38,6 +37,8 @@ export var dataListItemVariants = cva('flex', {
38
37
  export var DataListItem = forwardRef(function (_a, ref) {
39
38
  var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
40
39
  var scaling = useDataListContext().scaling;
41
- return (_jsx(DataListTheme.Item, __assign({ ref: ref }, props, { className: cn(dataListItemVariants({ scaling: scaling }), className), children: children })));
40
+ return (<DataListTheme.Item ref={ref} {...props} className={cn(dataListItemVariants({ scaling: scaling }), className)}>
41
+ {children}
42
+ </DataListTheme.Item>);
42
43
  });
43
44
  DataListItem.displayName = 'DataListItem';
@@ -20,12 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
23
+ import React, { forwardRef } from 'react';
25
24
  import { DataList as DataListTheme } from '@radix-ui/themes';
26
25
  import { cva } from 'class-variance-authority';
27
- import { cn } from 'utils/utils';
28
- import { weightVariants } from '../../constants';
26
+ import { cn } from 'lib/utils/utils';
27
+ import { weightVariants } from 'lib/constants';
29
28
  import { useDataListContext } from '.';
30
29
  export var dataListLabelVariants = cva('text-slateA-11 dark:text-slateDarkA-11 w-[120px] mb-1', {
31
30
  variants: {
@@ -44,6 +43,8 @@ export var dataListLabelVariants = cva('text-slateA-11 dark:text-slateDarkA-11 w
44
43
  export var DataListLabel = forwardRef(function (_a, ref) {
45
44
  var children = _a.children, className = _a.className, weight = _a.weight, color = _a.color, props = __rest(_a, ["children", "className", "weight", "color"]);
46
45
  var size = useDataListContext().size;
47
- return (_jsx(DataListTheme.Label, __assign({ ref: ref }, props, { children: _jsx("p", { className: cn(dataListLabelVariants({ weight: weight, size: size }), className), children: children }) })));
46
+ return (<DataListTheme.Label ref={ref} {...props}>
47
+ <p className={cn(dataListLabelVariants({ weight: weight, size: size }), className)}>{children}</p>
48
+ </DataListTheme.Label>);
48
49
  });
49
50
  DataListLabel.displayName = 'DataListLabel';
@@ -20,12 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
23
+ import React, { forwardRef } from 'react';
25
24
  import { DataList as DataListTheme } from '@radix-ui/themes';
26
- import { textColorStyle, weightVariants } from '../../constants';
25
+ import { textColorStyle, weightVariants } from 'lib/constants';
27
26
  import { cva } from 'class-variance-authority';
28
- import { cn } from 'utils/utils';
27
+ import { cn } from 'lib/utils/utils';
29
28
  import { useDataListContext } from '.';
30
29
  export var dataListValueVariants = cva('text-slate-12 dark:text-slateDark-12 w-[200px]', {
31
30
  variants: {
@@ -46,6 +45,8 @@ export var dataListValueVariants = cva('text-slate-12 dark:text-slateDark-12 w-[
46
45
  export var DataListValue = forwardRef(function (_a, ref) {
47
46
  var children = _a.children, className = _a.className, weight = _a.weight, props = __rest(_a, ["children", "className", "weight"]);
48
47
  var _b = useDataListContext(), size = _b.size, color = _b.color;
49
- return (_jsx(DataListTheme.Value, __assign({ ref: ref, className: cn(dataListValueVariants({ weight: weight, size: size, color: color }), className) }, props, { children: children })));
48
+ return (<DataListTheme.Value ref={ref} className={cn(dataListValueVariants({ weight: weight, size: size, color: color }), className)} {...props}>
49
+ {children}
50
+ </DataListTheme.Value>);
50
51
  });
51
52
  DataListValue.displayName = 'DataListValue';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,11 +9,10 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { createContext, forwardRef, useContext, } from 'react';
12
+ import React, { createContext, forwardRef, useContext, } from 'react';
25
13
  import { DataList as DataListTheme } from '@radix-ui/themes';
26
14
  import { cva } from 'class-variance-authority';
27
- import { cn } from 'utils/utils';
15
+ import { cn } from 'lib/utils/utils';
28
16
  export * from './DataListItem';
29
17
  export * from './DataListLabel';
30
18
  export * from './DataListValue';
@@ -51,7 +39,11 @@ export var useDataListContext = function () {
51
39
  export var DataList = forwardRef(function (_a, ref) {
52
40
  var children = _a.children, className = _a.className, size = _a.size, scaling = _a.scaling, color = _a.color, props = __rest(_a, ["children", "className", "size", "scaling", "color"]);
53
41
  var contextValue = { size: size, scaling: scaling, color: color };
54
- return (_jsx(DataListContext.Provider, { value: contextValue, children: _jsx(DataListTheme.Root, __assign({ ref: ref }, props, { className: cn(dataListVariants({ size: size }), className), children: children })) }));
42
+ return (<DataListContext.Provider value={contextValue}>
43
+ <DataListTheme.Root ref={ref} {...props} className={cn(dataListVariants({ size: size }), className)}>
44
+ {children}
45
+ </DataListTheme.Root>
46
+ </DataListContext.Provider>);
55
47
  });
56
48
  DataList.displayName = 'DataList';
57
49
  export default DataList;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { Dialog as DialogTheme } from '@radix-ui/themes';
3
3
  import { VariantProps } from 'class-variance-authority';
4
- import { IAppearance } from 'types';
4
+ import { IAppearance } from 'lib/types';
5
5
  export interface DialogActionProps extends VariantProps<typeof dialogActionVariants> {
6
6
  color?: any;
7
7
  size?: any;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,12 +9,11 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import { Dialog as DialogTheme } from '@radix-ui/themes';
26
14
  import { cva } from 'class-variance-authority';
27
- import { appearanceStyle, primaryColorStyle } from '../../constants';
28
- import { cn } from 'utils/utils';
15
+ import { appearanceStyle, primaryColorStyle } from 'lib/constants';
16
+ import { cn } from 'lib/utils/utils';
29
17
  export var dialogActionVariants = cva('rounded-md inline-flex font-medium items-center justify-center px-[15px] hover:cursor-pointer', {
30
18
  variants: {
31
19
  radius: {
@@ -52,6 +40,8 @@ export var dialogActionVariants = cva('rounded-md inline-flex font-medium items-
52
40
  export var DialogAction = forwardRef(function (_a, ref) {
53
41
  var children = _a.children, className = _a.className, radius = _a.radius, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'solid' : _c, props = __rest(_a, ["children", "className", "radius", "size", "color", "appearance"]);
54
42
  var buttonClassName = cn(dialogActionVariants({ radius: radius, size: size, color: color }), appearanceStyle(appearance, color), className);
55
- return (_jsx(DialogTheme.Close, __assign({ ref: ref, className: buttonClassName }, props, { children: children })));
43
+ return (<DialogTheme.Close ref={ref} className={buttonClassName} {...props}>
44
+ {children}
45
+ </DialogTheme.Close>);
56
46
  });
57
47
  DialogAction.displayName = 'DialogAction';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,11 +9,10 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import { Dialog as DialogTheme } from '@radix-ui/themes';
26
14
  import { cva } from 'class-variance-authority';
27
- import { cn } from 'utils/utils';
15
+ import { cn } from 'lib/utils/utils';
28
16
  export var dialogCancelVariants = cva("rounded-md font-medium inline-flex justify-center items-center text-slate-11 bg-slate-3 outline-none border-none\n dark:text-slateDark-11 dark:bg-slateDark-3 dark:hover:bg-slateDarkA-4\n active:border-none hover:cursor-pointer hover:bg-slateA-4", {
29
17
  variants: {
30
18
  radius: {
@@ -48,6 +36,8 @@ export var dialogCancelVariants = cva("rounded-md font-medium inline-flex justif
48
36
  });
49
37
  export var DialogCancel = forwardRef(function (_a, ref) {
50
38
  var children = _a.children, className = _a.className, radius = _a.radius, size = _a.size, props = __rest(_a, ["children", "className", "radius", "size"]);
51
- return (_jsx(DialogTheme.Close, __assign({ ref: ref, className: cn(dialogCancelVariants({ radius: radius, size: size }), className) }, props, { children: children })));
39
+ return (<DialogTheme.Close ref={ref} className={cn(dialogCancelVariants({ radius: radius, size: size }), className)} {...props}>
40
+ {children}
41
+ </DialogTheme.Close>);
52
42
  });
53
43
  DialogCancel.displayName = 'DialogCancel';
@@ -20,12 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
23
+ import React, { forwardRef } from 'react';
25
24
  import { cva } from 'class-variance-authority';
26
25
  import { Dialog as DialogTheme } from '@radix-ui/themes';
27
- import { scalingVariants } from '../../constants';
28
- import { cn } from 'utils/utils';
26
+ import { scalingVariants } from 'lib/constants';
27
+ import { cn } from 'lib/utils/utils';
29
28
  export var dialogContentVariants = cva("rounded-md focus:outline-none bg-white dark:bg-slateDark-1 \n shadow-[hsl(206_22%_7%_/_35%)_0px_10px_38px_-10px,_hsl(206_22%_7%_/_20%)_0px_10px_20px_-15px]", {
30
29
  variants: {
31
30
  radius: {
@@ -50,6 +49,8 @@ export var dialogContentVariants = cva("rounded-md focus:outline-none bg-white d
50
49
  });
51
50
  export var DialogContent = forwardRef(function (_a, forwardedRef) {
52
51
  var children = _a.children, className = _a.className, radius = _a.radius, size = _a.size, scaling = _a.scaling, props = __rest(_a, ["children", "className", "radius", "size", "scaling"]);
53
- return (_jsx(DialogTheme.Content, __assign({ ref: forwardedRef, className: cn(dialogContentVariants({ radius: radius, scaling: scaling, size: size }), className) }, props, { children: children })));
52
+ return (<DialogTheme.Content ref={forwardedRef} className={cn(dialogContentVariants({ radius: radius, scaling: scaling, size: size }), className)} {...props}>
53
+ {children}
54
+ </DialogTheme.Content>);
54
55
  });
55
56
  DialogContent.displayName = 'DialogContent';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,11 +9,10 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import { cva } from 'class-variance-authority';
26
14
  import { Dialog as DialogTheme } from '@radix-ui/themes';
27
- import { cn } from 'utils/utils';
15
+ import { cn } from 'lib/utils/utils';
28
16
  export var dialogDescriptionVariants = cva('font-normal text-slate-12 dark:text-slateDark-12', {
29
17
  variants: {
30
18
  size: {
@@ -40,6 +28,8 @@ export var dialogDescriptionVariants = cva('font-normal text-slate-12 dark:text-
40
28
  });
41
29
  export var DialogDescription = forwardRef(function (_a, ref) {
42
30
  var children = _a.children, className = _a.className, size = _a.size, props = __rest(_a, ["children", "className", "size"]);
43
- return (_jsx(DialogTheme.Description, __assign({ mb: "4", ref: ref, className: cn(dialogDescriptionVariants({ size: size }), className) }, props, { children: children })));
31
+ return (<DialogTheme.Description mb="4" ref={ref} className={cn(dialogDescriptionVariants({ size: size }), className)} {...props}>
32
+ {children}
33
+ </DialogTheme.Description>);
44
34
  });
45
35
  DialogDescription.displayName = 'DialogDescription';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,10 +9,9 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import { cva } from 'class-variance-authority';
26
- import { cn } from 'utils/utils';
14
+ import { cn } from 'lib/utils/utils';
27
15
  export var dialogSlotVariants = cva('flex flex-col gap-2 font-normal text-slate-12 dark:text-slateDark-12', {
28
16
  variants: {
29
17
  size: {
@@ -39,6 +27,8 @@ export var dialogSlotVariants = cva('flex flex-col gap-2 font-normal text-slate-
39
27
  });
40
28
  export var DialogSlot = forwardRef(function (_a, ref) {
41
29
  var children = _a.children, className = _a.className, size = _a.size, props = __rest(_a, ["children", "className", "size"]);
42
- return (_jsx("div", __assign({ ref: ref, className: cn(dialogSlotVariants({ size: size }), className) }, props, { children: children })));
30
+ return (<div ref={ref} className={cn(dialogSlotVariants({ size: size }), className)} {...props}>
31
+ {children}
32
+ </div>);
43
33
  });
44
34
  DialogSlot.displayName = 'DialogSlot';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,11 +9,10 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import { cva } from 'class-variance-authority';
26
14
  import { Dialog as DialogTheme } from '@radix-ui/themes';
27
- import { cn } from 'utils/utils';
15
+ import { cn } from 'lib/utils/utils';
28
16
  export var dialogTitleVariants = cva('font-bold text-slate-12 dark:text-slateDark-12', {
29
17
  variants: {
30
18
  size: {
@@ -40,6 +28,8 @@ export var dialogTitleVariants = cva('font-bold text-slate-12 dark:text-slateDar
40
28
  });
41
29
  export var DialogTitle = forwardRef(function (_a, ref) {
42
30
  var children = _a.children, className = _a.className, size = _a.size, props = __rest(_a, ["children", "className", "size"]);
43
- return (_jsx(DialogTheme.Title, __assign({ ref: ref, className: cn(dialogTitleVariants({ size: size }), className) }, props, { children: children })));
31
+ return (<DialogTheme.Title ref={ref} className={cn(dialogTitleVariants({ size: size }), className)} {...props}>
32
+ {children}
33
+ </DialogTheme.Title>);
44
34
  });
45
35
  DialogTitle.displayName = 'DialogTitle';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,11 +9,12 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import { Dialog as DialogTheme } from '@radix-ui/themes';
26
14
  export var DialogTrigger = forwardRef(function (_a, ref) {
27
15
  var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
28
- return (_jsx(DialogTheme.Trigger, __assign({ ref: ref, className: className }, props, { children: children })));
16
+ return (<DialogTheme.Trigger ref={ref} className={className} {...props}>
17
+ {children}
18
+ </DialogTheme.Trigger>);
29
19
  });
30
20
  DialogTrigger.displayName = 'DialogTrigger';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,8 +9,7 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import { Theme, Dialog as DialogTheme } from '@radix-ui/themes';
26
14
  export * from './DialogContent';
27
15
  export * from './DialogTitle';
@@ -32,7 +20,9 @@ export * from './DialogCancel';
32
20
  export * from './DialogAction';
33
21
  export var Dialog = forwardRef(function (_a, ref) {
34
22
  var children = _a.children, color = _a.color, props = __rest(_a, ["children", "color"]);
35
- return (_jsx(Theme, { accentColor: color, children: _jsx(DialogTheme.Root, __assign({}, props, { children: children })) }));
23
+ return (<Theme accentColor={color}>
24
+ <DialogTheme.Root {...props}>{children}</DialogTheme.Root>
25
+ </Theme>);
36
26
  });
37
27
  Dialog.displayName = 'Dialog';
38
28
  export default Dialog;
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import { VariantProps } from 'class-variance-authority';
2
3
  export interface DoughnutChartProps extends VariantProps<typeof doughnutVariants> {
3
4
  labels?: string[];
@@ -19,5 +20,5 @@ export interface DoughnutChartProps extends VariantProps<typeof doughnutVariants
19
20
  declare const doughnutVariants: (props?: ({
20
21
  scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
21
22
  } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
22
- declare const DoughnutChart: ({ labels, datasets, scaling, className, ...rest }: DoughnutChartProps) => import("react/jsx-runtime").JSX.Element;
23
+ declare const DoughnutChart: ({ labels, datasets, scaling, className, ...rest }: DoughnutChartProps) => React.JSX.Element;
23
24
  export default DoughnutChart;