@lotte-innovate/ui-component-test 0.1.53 → 0.1.54

Sign up to get free protection for your applications and to get access to all the features.
Files changed (456) hide show
  1. package/dist/cjs/lib/Typography/Header/index.js +19 -13
  2. package/dist/cjs/lib/Typography/Text/index.js +16 -13
  3. package/dist/cjs/lib/components/Accordion/index.js +55 -26
  4. package/dist/cjs/lib/components/AlertDialog/AlertDialogAction.js +41 -15
  5. package/dist/cjs/lib/components/AlertDialog/AlertDialogCancel.js +40 -14
  6. package/dist/cjs/lib/components/AlertDialog/AlertDialogContent.js +40 -14
  7. package/dist/cjs/lib/components/AlertDialog/AlertDialogDescription.js +37 -11
  8. package/dist/cjs/lib/components/AlertDialog/AlertDialogRoot.js +37 -10
  9. package/dist/cjs/lib/components/AlertDialog/AlertDialogTitle.js +37 -11
  10. package/dist/cjs/lib/components/AlertDialog/AlertDialogTrigger.js +41 -15
  11. package/dist/cjs/lib/components/AlertDialog/index.js +17 -15
  12. package/dist/cjs/lib/components/AspectRatio/index.js +37 -11
  13. package/dist/cjs/lib/components/Avatar/index.js +38 -13
  14. package/dist/cjs/lib/components/Badge/index.js +16 -14
  15. package/dist/cjs/lib/components/BarChart/index.d.ts +1 -2
  16. package/dist/cjs/lib/components/BarChart/index.js +19 -17
  17. package/dist/cjs/lib/components/BubbleChart/index.d.ts +1 -2
  18. package/dist/cjs/lib/components/BubbleChart/index.js +28 -21
  19. package/dist/cjs/lib/components/Button/index.js +18 -15
  20. package/dist/cjs/lib/components/Callout/CalloutIcon.js +17 -14
  21. package/dist/cjs/lib/components/Callout/CalloutRoot.js +21 -17
  22. package/dist/cjs/lib/components/Callout/CalloutText.js +13 -10
  23. package/dist/cjs/lib/components/Callout/index.js +9 -7
  24. package/dist/cjs/lib/components/Card/index.js +13 -11
  25. package/dist/cjs/lib/components/Checkbox/index.js +46 -20
  26. package/dist/cjs/lib/components/CheckboxCard/index.js +19 -13
  27. package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupItem.js +15 -9
  28. package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupRoot.js +41 -14
  29. package/dist/cjs/lib/components/CheckboxGroup/index.js +6 -4
  30. package/dist/cjs/lib/components/ContextMenu/ContextMenuCheckboxItem.js +41 -15
  31. package/dist/cjs/lib/components/ContextMenu/ContextMenuContent.js +39 -13
  32. package/dist/cjs/lib/components/ContextMenu/ContextMenuGroup.js +32 -6
  33. package/dist/cjs/lib/components/ContextMenu/ContextMenuItem.js +43 -17
  34. package/dist/cjs/lib/components/ContextMenu/ContextMenuItemIndicator.js +41 -15
  35. package/dist/cjs/lib/components/ContextMenu/ContextMenuLabel.js +39 -13
  36. package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioGroup.js +33 -7
  37. package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioItem.js +43 -17
  38. package/dist/cjs/lib/components/ContextMenu/ContextMenuRoot.js +38 -11
  39. package/dist/cjs/lib/components/ContextMenu/ContextMenuSeparator.js +33 -7
  40. package/dist/cjs/lib/components/ContextMenu/ContextMenuSubContent.js +40 -14
  41. package/dist/cjs/lib/components/ContextMenu/ContextMenuSubTrigger.js +40 -14
  42. package/dist/cjs/lib/components/ContextMenu/ContextMenuTrigger.js +33 -7
  43. package/dist/cjs/lib/components/ContextMenu/index.js +29 -27
  44. package/dist/cjs/lib/components/DataList/DataListItem.js +16 -13
  45. package/dist/cjs/lib/components/DataList/DataListLabel.js +16 -13
  46. package/dist/cjs/lib/components/DataList/DataListRoot.js +18 -14
  47. package/dist/cjs/lib/components/DataList/DataListValue.js +17 -14
  48. package/dist/cjs/lib/components/DataList/index.js +8 -6
  49. package/dist/cjs/lib/components/Dialog/DialogAction.js +17 -14
  50. package/dist/cjs/lib/components/Dialog/DialogCancel.js +14 -11
  51. package/dist/cjs/lib/components/Dialog/DialogContent.js +16 -13
  52. package/dist/cjs/lib/components/Dialog/DialogDescription.js +14 -11
  53. package/dist/cjs/lib/components/Dialog/DialogRoot.d.ts +1 -1
  54. package/dist/cjs/lib/components/Dialog/DialogRoot.js +11 -7
  55. package/dist/cjs/lib/components/Dialog/DialogSlot.js +13 -10
  56. package/dist/cjs/lib/components/Dialog/DialogTitle.js +14 -11
  57. package/dist/cjs/lib/components/Dialog/DialogTrigger.js +9 -6
  58. package/dist/cjs/lib/components/Dialog/index.d.ts +1 -1
  59. package/dist/cjs/lib/components/Dialog/index.js +19 -17
  60. package/dist/cjs/lib/components/DoughnutChart/index.d.ts +1 -2
  61. package/dist/cjs/lib/components/DoughnutChart/index.js +22 -17
  62. package/dist/cjs/lib/components/DropdownMenu/DropdonMenuRadioGroup.js +32 -6
  63. package/dist/cjs/lib/components/DropdownMenu/DropdonMenuSubContent.js +39 -13
  64. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuCheckboxItem.js +41 -15
  65. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuContent.js +39 -13
  66. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItem.js +42 -16
  67. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItemIndicator.js +39 -13
  68. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuLable.js +37 -11
  69. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRadioItem.js +41 -15
  70. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +1 -1
  71. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRoot.js +34 -7
  72. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSeparator.js +33 -7
  73. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSub.js +32 -6
  74. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSubTrigger.js +40 -14
  75. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuTrigger.js +37 -11
  76. package/dist/cjs/lib/components/DropdownMenu/index.d.ts +1 -1
  77. package/dist/cjs/lib/components/DropdownMenu/index.js +29 -27
  78. package/dist/cjs/lib/components/HoverCard/HoverCardContent.js +19 -16
  79. package/dist/cjs/lib/components/HoverCard/HoverCardRoot.d.ts +1 -1
  80. package/dist/cjs/lib/components/HoverCard/HoverCardRoot.js +11 -7
  81. package/dist/cjs/lib/components/HoverCard/HoverCardTrigger.js +9 -6
  82. package/dist/cjs/lib/components/HoverCard/index.d.ts +1 -1
  83. package/dist/cjs/lib/components/HoverCard/index.js +9 -7
  84. package/dist/cjs/lib/components/IconButton/index.js +40 -14
  85. package/dist/cjs/lib/components/Inset/index.js +15 -12
  86. package/dist/cjs/lib/components/Label/index.js +43 -14
  87. package/dist/cjs/lib/components/LineChart/index.d.ts +1 -2
  88. package/dist/cjs/lib/components/LineChart/index.js +19 -17
  89. package/dist/cjs/lib/components/Menubar/MenubarCheckboxItem.js +40 -14
  90. package/dist/cjs/lib/components/Menubar/MenubarContent.js +39 -13
  91. package/dist/cjs/lib/components/Menubar/MenubarItem.js +42 -16
  92. package/dist/cjs/lib/components/Menubar/MenubarItemIndicator.js +40 -14
  93. package/dist/cjs/lib/components/Menubar/MenubarMenu.js +32 -6
  94. package/dist/cjs/lib/components/Menubar/MenubarRadioGroup.js +33 -7
  95. package/dist/cjs/lib/components/Menubar/MenubarRadioItem.js +42 -16
  96. package/dist/cjs/lib/components/Menubar/MenubarRoot.js +45 -18
  97. package/dist/cjs/lib/components/Menubar/MenubarSeparator.js +33 -7
  98. package/dist/cjs/lib/components/Menubar/MenubarSub.js +32 -6
  99. package/dist/cjs/lib/components/Menubar/MenubarSubContent.js +39 -13
  100. package/dist/cjs/lib/components/Menubar/MenubarSubTrigger.js +40 -14
  101. package/dist/cjs/lib/components/Menubar/MenubarTrigger.js +40 -14
  102. package/dist/cjs/lib/components/Menubar/index.js +29 -27
  103. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuContent.js +39 -13
  104. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuIndicator.js +33 -7
  105. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuItem.js +32 -6
  106. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuLink.js +41 -15
  107. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuList.js +42 -16
  108. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuRoot.js +39 -12
  109. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuTrigger.js +41 -15
  110. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuViewport.js +42 -16
  111. package/dist/cjs/lib/components/NavigationMenu/index.js +12 -10
  112. package/dist/cjs/lib/components/PieChart/index.d.ts +1 -2
  113. package/dist/cjs/lib/components/PieChart/index.js +22 -17
  114. package/dist/cjs/lib/components/Popover/PopoverClose.js +14 -11
  115. package/dist/cjs/lib/components/Popover/PopoverContent.js +16 -13
  116. package/dist/cjs/lib/components/Popover/PopoverRoot.d.ts +1 -1
  117. package/dist/cjs/lib/components/Popover/PopoverRoot.js +11 -7
  118. package/dist/cjs/lib/components/Popover/PopoverTrigger.js +9 -6
  119. package/dist/cjs/lib/components/Popover/index.d.ts +1 -1
  120. package/dist/cjs/lib/components/Popover/index.js +11 -9
  121. package/dist/cjs/lib/components/Progress/index.js +15 -12
  122. package/dist/cjs/lib/components/RadarChart/index.d.ts +1 -2
  123. package/dist/cjs/lib/components/RadarChart/index.js +28 -21
  124. package/dist/cjs/lib/components/Radio/index.js +17 -11
  125. package/dist/cjs/lib/components/RadioCards/RadioCardsItem.js +14 -11
  126. package/dist/cjs/lib/components/RadioCards/RadioCardsRoot.js +15 -12
  127. package/dist/cjs/lib/components/RadioCards/index.js +7 -5
  128. package/dist/cjs/lib/components/RadioGroup/RadioGroupItem.js +14 -11
  129. package/dist/cjs/lib/components/RadioGroup/RadioGroupRoot.js +13 -10
  130. package/dist/cjs/lib/components/RadioGroup/index.js +7 -5
  131. package/dist/cjs/lib/components/ScrollArea/index.js +10 -7
  132. package/dist/cjs/lib/components/SegmentedControl/SegmentedControlItem.js +10 -7
  133. package/dist/cjs/lib/components/SegmentedControl/SegmentedControlRoot.js +41 -12
  134. package/dist/cjs/lib/components/SegmentedControl/index.js +7 -5
  135. package/dist/cjs/lib/components/Select/index.js +43 -37
  136. package/dist/cjs/lib/components/Separator/index.js +19 -13
  137. package/dist/cjs/lib/components/Skeleton/index.js +18 -12
  138. package/dist/cjs/lib/components/Slider/index.js +18 -12
  139. package/dist/cjs/lib/components/Spinner/index.js +18 -12
  140. package/dist/cjs/lib/components/TabNav/index.js +21 -15
  141. package/dist/cjs/lib/components/Table/index.js +45 -39
  142. package/dist/cjs/lib/components/Tabs/index.js +31 -25
  143. package/dist/cjs/lib/components/TextArea/index.js +19 -13
  144. package/dist/cjs/lib/components/TextField/index.js +24 -18
  145. package/dist/cjs/lib/components/Toast/ToastActionButton.js +47 -18
  146. package/dist/cjs/lib/components/Toast/ToastDescription.js +37 -11
  147. package/dist/cjs/lib/components/Toast/ToastRoot.js +45 -18
  148. package/dist/cjs/lib/components/Toast/ToastTitle.js +37 -11
  149. package/dist/cjs/lib/components/Toast/index.js +11 -9
  150. package/dist/cjs/lib/components/Toggle/ToggleWithText.js +42 -16
  151. package/dist/cjs/lib/components/Toggle/index.js +45 -16
  152. package/dist/cjs/lib/components/ToggleGroup/ToggleGroupItem.js +40 -14
  153. package/dist/cjs/lib/components/ToggleGroup/ToggleGroupRoot.js +38 -12
  154. package/dist/cjs/lib/components/ToggleGroup/index.js +7 -5
  155. package/dist/cjs/lib/components/ToggleSwitch/index.js +22 -16
  156. package/dist/cjs/lib/components/Tooltip/index.js +41 -13
  157. package/dist/esm/lib/Typography/Header/{index.jsx → index.js} +2 -5
  158. package/dist/esm/lib/Typography/Text/{index.jsx → index.js} +3 -6
  159. package/dist/esm/lib/components/Accordion/{index.jsx → index.js} +5 -17
  160. package/dist/esm/lib/components/AlertDialog/{AlertDialogAction.jsx → AlertDialogAction.js} +3 -4
  161. package/dist/esm/lib/components/AlertDialog/{AlertDialogCancel.jsx → AlertDialogCancel.js} +3 -4
  162. package/dist/esm/lib/components/AlertDialog/{AlertDialogContent.jsx → AlertDialogContent.js} +3 -7
  163. package/dist/esm/lib/components/AlertDialog/{AlertDialogDescription.jsx → AlertDialogDescription.js} +14 -4
  164. package/dist/esm/lib/components/AlertDialog/{AlertDialogRoot.jsx → AlertDialogRoot.js} +14 -6
  165. package/dist/esm/lib/components/AlertDialog/{AlertDialogTitle.jsx → AlertDialogTitle.js} +14 -4
  166. package/dist/esm/lib/components/AlertDialog/{AlertDialogTrigger.jsx → AlertDialogTrigger.js} +3 -4
  167. package/dist/esm/lib/components/AspectRatio/{index.jsx → index.js} +3 -4
  168. package/dist/esm/lib/components/Avatar/{index.jsx → index.js} +3 -7
  169. package/dist/esm/lib/components/Badge/{index.jsx → index.js} +3 -4
  170. package/dist/esm/lib/components/BarChart/index.d.ts +1 -2
  171. package/dist/esm/lib/components/BarChart/{index.jsx → index.js} +3 -2
  172. package/dist/esm/lib/components/BubbleChart/index.d.ts +1 -2
  173. package/dist/esm/lib/components/BubbleChart/{index.jsx → index.js} +3 -3
  174. package/dist/esm/lib/components/Button/{index.jsx → index.js} +3 -4
  175. package/dist/esm/lib/components/Callout/{CalloutIcon.jsx → CalloutIcon.js} +3 -8
  176. package/dist/esm/lib/components/Callout/{CalloutRoot.jsx → CalloutRoot.js} +3 -6
  177. package/dist/esm/lib/components/Callout/{CalloutText.jsx → CalloutText.js} +14 -4
  178. package/dist/esm/lib/components/Card/{index.jsx → index.js} +3 -4
  179. package/dist/esm/lib/components/Checkbox/{index.jsx → index.js} +3 -11
  180. package/dist/esm/lib/components/CheckboxCard/{index.jsx → index.js} +3 -5
  181. package/dist/esm/lib/components/CheckboxGroup/{CheckboxGroupItem.jsx → CheckboxGroupItem.js} +14 -6
  182. package/dist/esm/lib/components/CheckboxGroup/{CheckboxGroupRoot.jsx → CheckboxGroupRoot.js} +2 -5
  183. package/dist/esm/lib/components/ContextMenu/{ContextMenuCheckboxItem.jsx → ContextMenuCheckboxItem.js} +14 -7
  184. package/dist/esm/lib/components/ContextMenu/{ContextMenuContent.jsx → ContextMenuContent.js} +3 -6
  185. package/dist/esm/lib/components/ContextMenu/{ContextMenuGroup.jsx → ContextMenuGroup.js} +14 -4
  186. package/dist/esm/lib/components/ContextMenu/{ContextMenuItem.jsx → ContextMenuItem.js} +3 -5
  187. package/dist/esm/lib/components/ContextMenu/{ContextMenuItemIndicator.jsx → ContextMenuItemIndicator.js} +3 -4
  188. package/dist/esm/lib/components/ContextMenu/{ContextMenuLabel.jsx → ContextMenuLabel.js} +3 -4
  189. package/dist/esm/lib/components/ContextMenu/{ContextMenuRadioGroup.jsx → ContextMenuRadioGroup.js} +14 -6
  190. package/dist/esm/lib/components/ContextMenu/{ContextMenuRadioItem.jsx → ContextMenuRadioItem.js} +14 -7
  191. package/dist/esm/lib/components/ContextMenu/{ContextMenuRoot.jsx → ContextMenuRoot.js} +14 -6
  192. package/dist/esm/lib/components/ContextMenu/{ContextMenuSeparator.jsx → ContextMenuSeparator.js} +14 -4
  193. package/dist/esm/lib/components/ContextMenu/{ContextMenuSubContent.jsx → ContextMenuSubContent.js} +7 -10
  194. package/dist/esm/lib/components/ContextMenu/{ContextMenuSubTrigger.jsx → ContextMenuSubTrigger.js} +14 -9
  195. package/dist/esm/lib/components/ContextMenu/{ContextMenuTrigger.jsx → ContextMenuTrigger.js} +14 -4
  196. package/dist/esm/lib/components/DataList/{DataListItem.jsx → DataListItem.js} +3 -4
  197. package/dist/esm/lib/components/DataList/{DataListLabel.jsx → DataListLabel.js} +3 -4
  198. package/dist/esm/lib/components/DataList/{DataListRoot.jsx → DataListRoot.js} +14 -6
  199. package/dist/esm/lib/components/DataList/{DataListValue.jsx → DataListValue.js} +3 -4
  200. package/dist/esm/lib/components/Dialog/{DialogAction.jsx → DialogAction.js} +14 -4
  201. package/dist/esm/lib/components/Dialog/{DialogCancel.jsx → DialogCancel.js} +14 -4
  202. package/dist/esm/lib/components/Dialog/{DialogContent.jsx → DialogContent.js} +3 -4
  203. package/dist/esm/lib/components/Dialog/{DialogDescription.jsx → DialogDescription.js} +14 -4
  204. package/dist/esm/lib/components/Dialog/DialogRoot.d.ts +1 -1
  205. package/dist/esm/lib/components/Dialog/{DialogRoot.jsx → DialogRoot.js} +14 -6
  206. package/dist/esm/lib/components/Dialog/{DialogSlot.jsx → DialogSlot.js} +14 -4
  207. package/dist/esm/lib/components/Dialog/{DialogTitle.jsx → DialogTitle.js} +14 -4
  208. package/dist/esm/lib/components/Dialog/{DialogTrigger.jsx → DialogTrigger.js} +14 -4
  209. package/dist/esm/lib/components/Dialog/index.d.ts +1 -1
  210. package/dist/esm/lib/components/DoughnutChart/index.d.ts +1 -2
  211. package/dist/esm/lib/components/DoughnutChart/{index.jsx → index.js} +3 -3
  212. package/dist/esm/lib/components/DropdownMenu/{DropdonMenuRadioGroup.jsx → DropdonMenuRadioGroup.js} +13 -3
  213. package/dist/esm/lib/components/DropdownMenu/{DropdonMenuSubContent.jsx → DropdonMenuSubContent.js} +7 -10
  214. package/dist/esm/lib/components/DropdownMenu/{DropdownMenuCheckboxItem.jsx → DropdownMenuCheckboxItem.js} +14 -7
  215. package/dist/esm/lib/components/DropdownMenu/{DropdownMenuContent.jsx → DropdownMenuContent.js} +3 -6
  216. package/dist/esm/lib/components/DropdownMenu/{DropdownMenuItem.jsx → DropdownMenuItem.js} +3 -5
  217. package/dist/esm/lib/components/DropdownMenu/{DropdownMenuItemIndicator.jsx → DropdownMenuItemIndicator.js} +3 -4
  218. package/dist/esm/lib/components/DropdownMenu/{DropdownMenuLable.jsx → DropdownMenuLable.js} +14 -4
  219. package/dist/esm/lib/components/DropdownMenu/{DropdownMenuRadioItem.jsx → DropdownMenuRadioItem.js} +14 -7
  220. package/dist/esm/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +1 -1
  221. package/dist/esm/lib/components/DropdownMenu/{DropdownMenuRoot.jsx → DropdownMenuRoot.js} +14 -4
  222. package/dist/esm/lib/components/DropdownMenu/{DropdownMenuSeparator.jsx → DropdownMenuSeparator.js} +14 -2
  223. package/dist/esm/lib/components/DropdownMenu/{DropdownMenuSub.jsx → DropdownMenuSub.js} +14 -2
  224. package/dist/esm/lib/components/DropdownMenu/{DropdownMenuSubTrigger.jsx → DropdownMenuSubTrigger.js} +14 -7
  225. package/dist/esm/lib/components/DropdownMenu/{DropdownMenuTrigger.jsx → DropdownMenuTrigger.js} +14 -4
  226. package/dist/esm/lib/components/DropdownMenu/index.d.ts +1 -1
  227. package/dist/esm/lib/components/HoverCard/{HoverCardContent.jsx → HoverCardContent.js} +3 -4
  228. package/dist/esm/lib/components/HoverCard/HoverCardRoot.d.ts +1 -1
  229. package/dist/esm/lib/components/HoverCard/{HoverCardRoot.jsx → HoverCardRoot.js} +14 -6
  230. package/dist/esm/lib/components/HoverCard/{HoverCardTrigger.jsx → HoverCardTrigger.js} +14 -4
  231. package/dist/esm/lib/components/HoverCard/index.d.ts +1 -1
  232. package/dist/esm/lib/components/IconButton/{index.jsx → index.js} +2 -3
  233. package/dist/esm/lib/components/Inset/{index.jsx → index.js} +3 -6
  234. package/dist/esm/lib/components/Label/{index.jsx → index.js} +2 -3
  235. package/dist/esm/lib/components/LineChart/index.d.ts +1 -2
  236. package/dist/esm/lib/components/LineChart/{index.jsx → index.js} +3 -2
  237. package/dist/esm/lib/components/Menubar/{MenubarCheckboxItem.jsx → MenubarCheckboxItem.js} +14 -7
  238. package/dist/esm/lib/components/Menubar/{MenubarContent.jsx → MenubarContent.js} +7 -10
  239. package/dist/esm/lib/components/Menubar/{MenubarItem.jsx → MenubarItem.js} +3 -5
  240. package/dist/esm/lib/components/Menubar/{MenubarItemIndicator.jsx → MenubarItemIndicator.js} +3 -4
  241. package/dist/esm/lib/components/Menubar/{MenubarMenu.jsx → MenubarMenu.js} +14 -2
  242. package/dist/esm/lib/components/Menubar/{MenubarRadioGroup.jsx → MenubarRadioGroup.js} +14 -6
  243. package/dist/esm/lib/components/Menubar/{MenubarRadioItem.jsx → MenubarRadioItem.js} +14 -7
  244. package/dist/esm/lib/components/Menubar/{MenubarRoot.jsx → MenubarRoot.js} +3 -6
  245. package/dist/esm/lib/components/Menubar/{MenubarSeparator.jsx → MenubarSeparator.js} +14 -4
  246. package/dist/esm/lib/components/Menubar/{MenubarSub.jsx → MenubarSub.js} +14 -2
  247. package/dist/esm/lib/components/Menubar/{MenubarSubContent.jsx → MenubarSubContent.js} +4 -5
  248. package/dist/esm/lib/components/Menubar/{MenubarSubTrigger.jsx → MenubarSubTrigger.js} +14 -7
  249. package/dist/esm/lib/components/Menubar/{MenubarTrigger.jsx → MenubarTrigger.js} +3 -4
  250. package/dist/esm/lib/components/NavigationMenu/{NavigationMenuContent.jsx → NavigationMenuContent.js} +3 -4
  251. package/dist/esm/lib/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
  252. package/dist/esm/lib/components/NavigationMenu/{NavigationMenuItem.jsx → NavigationMenuItem.js} +14 -4
  253. package/dist/esm/lib/components/NavigationMenu/{NavigationMenuLink.jsx → NavigationMenuLink.js} +3 -4
  254. package/dist/esm/lib/components/NavigationMenu/{NavigationMenuList.jsx → NavigationMenuList.js} +3 -5
  255. package/dist/esm/lib/components/NavigationMenu/{NavigationMenuRoot.jsx → NavigationMenuRoot.js} +14 -6
  256. package/dist/esm/lib/components/NavigationMenu/{NavigationMenuTrigger.jsx → NavigationMenuTrigger.js} +3 -5
  257. package/dist/esm/lib/components/NavigationMenu/{NavigationMenuViewport.jsx → NavigationMenuViewport.js} +3 -4
  258. package/dist/esm/lib/components/PieChart/index.d.ts +1 -2
  259. package/dist/esm/lib/components/PieChart/{index.jsx → index.js} +3 -3
  260. package/dist/esm/lib/components/Popover/{PopoverClose.jsx → PopoverClose.js} +14 -4
  261. package/dist/esm/lib/components/Popover/{PopoverContent.jsx → PopoverContent.js} +3 -4
  262. package/dist/esm/lib/components/Popover/PopoverRoot.d.ts +1 -1
  263. package/dist/esm/lib/components/Popover/{PopoverRoot.jsx → PopoverRoot.js} +14 -6
  264. package/dist/esm/lib/components/Popover/{PopoverTrigger.jsx → PopoverTrigger.js} +14 -4
  265. package/dist/esm/lib/components/Popover/index.d.ts +1 -1
  266. package/dist/esm/lib/components/Progress/{index.jsx → index.js} +3 -4
  267. package/dist/esm/lib/components/RadarChart/index.d.ts +1 -2
  268. package/dist/esm/lib/components/RadarChart/{index.jsx → index.js} +3 -3
  269. package/dist/esm/lib/components/Radio/{index.jsx → index.js} +13 -8
  270. package/dist/esm/lib/components/RadioCards/{RadioCardsItem.jsx → RadioCardsItem.js} +14 -4
  271. package/dist/esm/lib/components/RadioCards/{RadioCardsRoot.jsx → RadioCardsRoot.js} +3 -8
  272. package/dist/esm/lib/components/RadioGroup/{RadioGroupItem.jsx → RadioGroupItem.js} +14 -4
  273. package/dist/esm/lib/components/RadioGroup/{RadioGroupRoot.jsx → RadioGroupRoot.js} +14 -8
  274. package/dist/esm/lib/components/ScrollArea/{index.jsx → index.js} +14 -6
  275. package/dist/esm/lib/components/SegmentedControl/{SegmentedControlItem.jsx → SegmentedControlItem.js} +14 -4
  276. package/dist/esm/lib/components/SegmentedControl/{SegmentedControlRoot.jsx → SegmentedControlRoot.js} +2 -5
  277. package/dist/esm/lib/components/Select/{index.jsx → index.js} +8 -25
  278. package/dist/esm/lib/components/Separator/{index.jsx → index.js} +2 -5
  279. package/dist/esm/lib/components/Skeleton/{index.jsx → index.js} +2 -5
  280. package/dist/esm/lib/components/Slider/{index.jsx → index.js} +2 -3
  281. package/dist/esm/lib/components/Spinner/{index.jsx → index.js} +2 -5
  282. package/dist/esm/lib/components/TabNav/{index.jsx → index.js} +14 -8
  283. package/dist/esm/lib/components/Table/{index.jsx → index.js} +8 -23
  284. package/dist/esm/lib/components/Tabs/{index.jsx → index.js} +5 -14
  285. package/dist/esm/lib/components/TextArea/{index.jsx → index.js} +2 -3
  286. package/dist/esm/lib/components/TextField/{index.jsx → index.js} +3 -8
  287. package/dist/esm/lib/components/Toast/{ToastActionButton.jsx → ToastActionButton.js} +3 -4
  288. package/dist/esm/lib/components/Toast/{ToastDescription.jsx → ToastDescription.js} +14 -6
  289. package/dist/esm/lib/components/Toast/{ToastRoot.jsx → ToastRoot.js} +3 -9
  290. package/dist/esm/lib/components/Toast/{ToastTitle.jsx → ToastTitle.js} +14 -4
  291. package/dist/esm/lib/components/Toggle/{ToggleWithText.jsx → ToggleWithText.js} +4 -6
  292. package/dist/esm/lib/components/Toggle/{index.jsx → index.js} +3 -4
  293. package/dist/esm/lib/components/ToggleGroup/{ToggleGroupItem.jsx → ToggleGroupItem.js} +14 -4
  294. package/dist/esm/lib/components/ToggleGroup/{ToggleGroupRoot.jsx → ToggleGroupRoot.js} +3 -8
  295. package/dist/esm/lib/components/ToggleSwitch/{index.jsx → index.js} +2 -6
  296. package/dist/esm/lib/components/Tooltip/{index.jsx → index.js} +2 -11
  297. package/package.json +1 -1
  298. package/dist/cjs/lib/Typography/Header/index.jsx +0 -64
  299. package/dist/cjs/lib/Typography/Text/index.jsx +0 -73
  300. package/dist/cjs/lib/components/Accordion/index.jsx +0 -105
  301. package/dist/cjs/lib/components/AlertDialog/AlertDialogAction.jsx +0 -88
  302. package/dist/cjs/lib/components/AlertDialog/AlertDialogCancel.jsx +0 -87
  303. package/dist/cjs/lib/components/AlertDialog/AlertDialogContent.jsx +0 -81
  304. package/dist/cjs/lib/components/AlertDialog/AlertDialogDescription.jsx +0 -63
  305. package/dist/cjs/lib/components/AlertDialog/AlertDialogRoot.jsx +0 -65
  306. package/dist/cjs/lib/components/AlertDialog/AlertDialogTitle.jsx +0 -63
  307. package/dist/cjs/lib/components/AlertDialog/AlertDialogTrigger.jsx +0 -82
  308. package/dist/cjs/lib/components/AlertDialog/index.jsx +0 -19
  309. package/dist/cjs/lib/components/AspectRatio/index.jsx +0 -69
  310. package/dist/cjs/lib/components/Avatar/index.jsx +0 -87
  311. package/dist/cjs/lib/components/Badge/index.jsx +0 -80
  312. package/dist/cjs/lib/components/BarChart/index.jsx +0 -64
  313. package/dist/cjs/lib/components/BubbleChart/index.jsx +0 -80
  314. package/dist/cjs/lib/components/Button/index.jsx +0 -83
  315. package/dist/cjs/lib/components/Callout/CalloutIcon.jsx +0 -88
  316. package/dist/cjs/lib/components/Callout/CalloutRoot.jsx +0 -102
  317. package/dist/cjs/lib/components/Callout/CalloutText.jsx +0 -68
  318. package/dist/cjs/lib/components/Callout/index.jsx +0 -11
  319. package/dist/cjs/lib/components/Card/index.jsx +0 -90
  320. package/dist/cjs/lib/components/Checkbox/index.jsx +0 -123
  321. package/dist/cjs/lib/components/CheckboxCard/index.jsx +0 -89
  322. package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupItem.jsx +0 -54
  323. package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupRoot.jsx +0 -64
  324. package/dist/cjs/lib/components/CheckboxGroup/index.jsx +0 -6
  325. package/dist/cjs/lib/components/ContextMenu/ContextMenuCheckboxItem.jsx +0 -61
  326. package/dist/cjs/lib/components/ContextMenu/ContextMenuContent.jsx +0 -85
  327. package/dist/cjs/lib/components/ContextMenu/ContextMenuGroup.jsx +0 -46
  328. package/dist/cjs/lib/components/ContextMenu/ContextMenuItem.jsx +0 -87
  329. package/dist/cjs/lib/components/ContextMenu/ContextMenuItemIndicator.jsx +0 -77
  330. package/dist/cjs/lib/components/ContextMenu/ContextMenuLabel.jsx +0 -75
  331. package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioGroup.jsx +0 -49
  332. package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioItem.jsx +0 -63
  333. package/dist/cjs/lib/components/ContextMenu/ContextMenuRoot.jsx +0 -61
  334. package/dist/cjs/lib/components/ContextMenu/ContextMenuSeparator.jsx +0 -47
  335. package/dist/cjs/lib/components/ContextMenu/ContextMenuSubContent.jsx +0 -83
  336. package/dist/cjs/lib/components/ContextMenu/ContextMenuSubTrigger.jsx +0 -61
  337. package/dist/cjs/lib/components/ContextMenu/ContextMenuTrigger.jsx +0 -47
  338. package/dist/cjs/lib/components/ContextMenu/index.jsx +0 -31
  339. package/dist/cjs/lib/components/DataList/DataListItem.jsx +0 -70
  340. package/dist/cjs/lib/components/DataList/DataListLabel.jsx +0 -76
  341. package/dist/cjs/lib/components/DataList/DataListRoot.jsx +0 -73
  342. package/dist/cjs/lib/components/DataList/DataListValue.jsx +0 -78
  343. package/dist/cjs/lib/components/DataList/index.jsx +0 -8
  344. package/dist/cjs/lib/components/Dialog/DialogAction.jsx +0 -75
  345. package/dist/cjs/lib/components/Dialog/DialogCancel.jsx +0 -71
  346. package/dist/cjs/lib/components/Dialog/DialogContent.jsx +0 -84
  347. package/dist/cjs/lib/components/Dialog/DialogDescription.jsx +0 -63
  348. package/dist/cjs/lib/components/Dialog/DialogRoot.jsx +0 -56
  349. package/dist/cjs/lib/components/Dialog/DialogSlot.jsx +0 -62
  350. package/dist/cjs/lib/components/Dialog/DialogTitle.jsx +0 -63
  351. package/dist/cjs/lib/components/Dialog/DialogTrigger.jsx +0 -46
  352. package/dist/cjs/lib/components/Dialog/index.jsx +0 -21
  353. package/dist/cjs/lib/components/DoughnutChart/index.jsx +0 -70
  354. package/dist/cjs/lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx +0 -46
  355. package/dist/cjs/lib/components/DropdownMenu/DropdonMenuSubContent.jsx +0 -89
  356. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +0 -60
  357. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuContent.jsx +0 -85
  358. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItem.jsx +0 -86
  359. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx +0 -75
  360. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuLable.jsx +0 -61
  361. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRadioItem.jsx +0 -60
  362. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRoot.jsx +0 -55
  363. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSeparator.jsx +0 -45
  364. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSub.jsx +0 -44
  365. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx +0 -59
  366. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuTrigger.jsx +0 -69
  367. package/dist/cjs/lib/components/DropdownMenu/index.jsx +0 -31
  368. package/dist/cjs/lib/components/HoverCard/HoverCardContent.jsx +0 -88
  369. package/dist/cjs/lib/components/HoverCard/HoverCardRoot.jsx +0 -57
  370. package/dist/cjs/lib/components/HoverCard/HoverCardTrigger.jsx +0 -46
  371. package/dist/cjs/lib/components/HoverCard/index.jsx +0 -11
  372. package/dist/cjs/lib/components/IconButton/index.jsx +0 -90
  373. package/dist/cjs/lib/components/Inset/index.jsx +0 -79
  374. package/dist/cjs/lib/components/Label/index.jsx +0 -83
  375. package/dist/cjs/lib/components/LineChart/index.jsx +0 -62
  376. package/dist/cjs/lib/components/Menubar/MenubarCheckboxItem.jsx +0 -57
  377. package/dist/cjs/lib/components/Menubar/MenubarContent.jsx +0 -89
  378. package/dist/cjs/lib/components/Menubar/MenubarItem.jsx +0 -82
  379. package/dist/cjs/lib/components/Menubar/MenubarItemIndicator.jsx +0 -76
  380. package/dist/cjs/lib/components/Menubar/MenubarMenu.jsx +0 -44
  381. package/dist/cjs/lib/components/Menubar/MenubarRadioGroup.jsx +0 -49
  382. package/dist/cjs/lib/components/Menubar/MenubarRadioItem.jsx +0 -59
  383. package/dist/cjs/lib/components/Menubar/MenubarRoot.jsx +0 -91
  384. package/dist/cjs/lib/components/Menubar/MenubarSeparator.jsx +0 -47
  385. package/dist/cjs/lib/components/Menubar/MenubarSub.jsx +0 -44
  386. package/dist/cjs/lib/components/Menubar/MenubarSubContent.jsx +0 -78
  387. package/dist/cjs/lib/components/Menubar/MenubarSubTrigger.jsx +0 -60
  388. package/dist/cjs/lib/components/Menubar/MenubarTrigger.jsx +0 -84
  389. package/dist/cjs/lib/components/Menubar/index.jsx +0 -31
  390. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuContent.jsx +0 -75
  391. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -48
  392. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuItem.jsx +0 -46
  393. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuLink.jsx +0 -78
  394. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuList.jsx +0 -75
  395. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuRoot.jsx +0 -62
  396. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuTrigger.jsx +0 -86
  397. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuViewport.jsx +0 -80
  398. package/dist/cjs/lib/components/NavigationMenu/index.jsx +0 -12
  399. package/dist/cjs/lib/components/PieChart/index.jsx +0 -70
  400. package/dist/cjs/lib/components/Popover/PopoverClose.jsx +0 -64
  401. package/dist/cjs/lib/components/Popover/PopoverContent.jsx +0 -92
  402. package/dist/cjs/lib/components/Popover/PopoverRoot.jsx +0 -55
  403. package/dist/cjs/lib/components/Popover/PopoverTrigger.jsx +0 -46
  404. package/dist/cjs/lib/components/Popover/index.jsx +0 -13
  405. package/dist/cjs/lib/components/Progress/index.jsx +0 -83
  406. package/dist/cjs/lib/components/RadarChart/index.jsx +0 -83
  407. package/dist/cjs/lib/components/Radio/index.jsx +0 -54
  408. package/dist/cjs/lib/components/RadioCards/RadioCardsItem.jsx +0 -70
  409. package/dist/cjs/lib/components/RadioCards/RadioCardsRoot.jsx +0 -77
  410. package/dist/cjs/lib/components/RadioCards/index.jsx +0 -9
  411. package/dist/cjs/lib/components/RadioGroup/RadioGroupItem.jsx +0 -62
  412. package/dist/cjs/lib/components/RadioGroup/RadioGroupRoot.jsx +0 -73
  413. package/dist/cjs/lib/components/RadioGroup/index.jsx +0 -9
  414. package/dist/cjs/lib/components/ScrollArea/index.jsx +0 -54
  415. package/dist/cjs/lib/components/SegmentedControl/SegmentedControlItem.jsx +0 -51
  416. package/dist/cjs/lib/components/SegmentedControl/SegmentedControlRoot.jsx +0 -79
  417. package/dist/cjs/lib/components/SegmentedControl/index.jsx +0 -9
  418. package/dist/cjs/lib/components/Select/index.jsx +0 -115
  419. package/dist/cjs/lib/components/Separator/index.jsx +0 -56
  420. package/dist/cjs/lib/components/Skeleton/index.jsx +0 -51
  421. package/dist/cjs/lib/components/Slider/index.jsx +0 -56
  422. package/dist/cjs/lib/components/Spinner/index.jsx +0 -56
  423. package/dist/cjs/lib/components/TabNav/index.jsx +0 -50
  424. package/dist/cjs/lib/components/Table/index.jsx +0 -119
  425. package/dist/cjs/lib/components/Tabs/index.jsx +0 -80
  426. package/dist/cjs/lib/components/TextArea/index.jsx +0 -65
  427. package/dist/cjs/lib/components/TextField/index.jsx +0 -67
  428. package/dist/cjs/lib/components/Toast/ToastActionButton.jsx +0 -97
  429. package/dist/cjs/lib/components/Toast/ToastDescription.jsx +0 -71
  430. package/dist/cjs/lib/components/Toast/ToastRoot.jsx +0 -123
  431. package/dist/cjs/lib/components/Toast/ToastTitle.jsx +0 -69
  432. package/dist/cjs/lib/components/Toast/index.jsx +0 -13
  433. package/dist/cjs/lib/components/Toggle/ToggleWithText.jsx +0 -86
  434. package/dist/cjs/lib/components/Toggle/index.jsx +0 -88
  435. package/dist/cjs/lib/components/ToggleGroup/ToggleGroupItem.jsx +0 -70
  436. package/dist/cjs/lib/components/ToggleGroup/ToggleGroupRoot.jsx +0 -79
  437. package/dist/cjs/lib/components/ToggleGroup/index.jsx +0 -9
  438. package/dist/cjs/lib/components/ToggleSwitch/index.jsx +0 -81
  439. package/dist/cjs/lib/components/Tooltip/index.jsx +0 -86
  440. package/dist/esm/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
  441. /package/dist/esm/lib/components/AlertDialog/{index.jsx → index.js} +0 -0
  442. /package/dist/esm/lib/components/Callout/{index.jsx → index.js} +0 -0
  443. /package/dist/esm/lib/components/CheckboxGroup/{index.jsx → index.js} +0 -0
  444. /package/dist/esm/lib/components/ContextMenu/{index.jsx → index.js} +0 -0
  445. /package/dist/esm/lib/components/DataList/{index.jsx → index.js} +0 -0
  446. /package/dist/esm/lib/components/Dialog/{index.jsx → index.js} +0 -0
  447. /package/dist/esm/lib/components/DropdownMenu/{index.jsx → index.js} +0 -0
  448. /package/dist/esm/lib/components/HoverCard/{index.jsx → index.js} +0 -0
  449. /package/dist/esm/lib/components/Menubar/{index.jsx → index.js} +0 -0
  450. /package/dist/esm/lib/components/NavigationMenu/{index.jsx → index.js} +0 -0
  451. /package/dist/esm/lib/components/Popover/{index.jsx → index.js} +0 -0
  452. /package/dist/esm/lib/components/RadioCards/{index.jsx → index.js} +0 -0
  453. /package/dist/esm/lib/components/RadioGroup/{index.jsx → index.js} +0 -0
  454. /package/dist/esm/lib/components/SegmentedControl/{index.jsx → index.js} +0 -0
  455. /package/dist/esm/lib/components/Toast/{index.jsx → index.js} +0 -0
  456. /package/dist/esm/lib/components/ToggleGroup/{index.jsx → index.js} +0 -0
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
24
25
  import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
25
26
  import { cn } from 'lib/utils/utils';
26
27
  import { cva } from 'class-variance-authority';
@@ -45,8 +46,6 @@ export var NavigationMenuLink = forwardRef(function (_a, ref) {
45
46
  var children = _a.children, className = _a.className, href = _a.href, props = __rest(_a, ["children", "className", "href"]);
46
47
  var _b = useNavigationMenuContext(), scaling = _b.scaling, size = _b.size, radius = _b.radius, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.appearance, appearance = _d === void 0 ? 'ghost' : _d;
47
48
  var linkClassName = cn(navigationMenuLinkVariants({ scaling: scaling, size: size, radius: radius }), appearanceStyle(appearance, color), className);
48
- return (<NavigationMenuPrimitive.Link ref={ref} href={href} title={href} className={linkClassName} {...props}>
49
- {children}
50
- </NavigationMenuPrimitive.Link>);
49
+ return (_jsx(NavigationMenuPrimitive.Link, __assign({ ref: ref, href: href, title: href, className: linkClassName }, props, { children: children })));
51
50
  });
52
51
  NavigationMenuLink.displayName = 'NavigationMenu.Link';
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
24
25
  import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
25
26
  import { cn } from 'lib/utils/utils';
26
27
  import { cva } from 'class-variance-authority';
@@ -41,9 +42,6 @@ export var NavigationMenuList = forwardRef(function (_a, ref) {
41
42
  var children = _a.children, className = _a.className, _b = _a.isShowIndicator, isShowIndicator = _b === void 0 ? true : _b, props = __rest(_a, ["children", "className", "isShowIndicator"]);
42
43
  var _c = useNavigationMenuContext(), scaling = _c.scaling, radius = _c.radius, _d = _c.appearance, appearance = _d === void 0 ? 'ghost' : _d, _e = _c.color, color = _e === void 0 ? 'red' : _e;
43
44
  var navigationMenuListClassName = cn(navigationMenuListVariants({ scaling: scaling, radius: radius }), appearanceStyle(appearance, color, false), 'border-none', appearance === 'ghost' && 'bg-white', className);
44
- return (<NavigationMenuPrimitive.List ref={ref} className={navigationMenuListClassName} {...props}>
45
- {children}
46
- {isShowIndicator && <NavigationMenuIndicator />}
47
- </NavigationMenuPrimitive.List>);
45
+ return (_jsxs(NavigationMenuPrimitive.List, __assign({ ref: ref, className: navigationMenuListClassName }, props, { children: [children, isShowIndicator && _jsx(NavigationMenuIndicator, {})] })));
48
46
  });
49
47
  NavigationMenuList.displayName = 'NavigationMenu.List';
@@ -1,3 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
1
12
  var __rest = (this && this.__rest) || function (s, e) {
2
13
  var t = {};
3
14
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
9
20
  }
10
21
  return t;
11
22
  };
12
- import React, { forwardRef, createContext, useContext, useMemo, } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef, createContext, useContext, useMemo, } from 'react';
13
25
  import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
14
26
  import { cn } from 'lib/utils/utils';
15
27
  var NavigationMenuContext = createContext({
@@ -25,11 +37,7 @@ export var useNavigationMenuContext = function () {
25
37
  export var NavigationMenuRoot = forwardRef(function (_a, ref) {
26
38
  var className = _a.className, children = _a.children, radius = _a.radius, size = _a.size, scaling = _a.scaling, color = _a.color, appearance = _a.appearance, props = __rest(_a, ["className", "children", "radius", "size", "scaling", "color", "appearance"]);
27
39
  var contextValue = useMemo(function () { return ({ radius: radius, size: size, scaling: scaling, color: color, appearance: appearance }); }, [radius, size, scaling, color, appearance]);
28
- return (<NavigationMenuContext.Provider value={contextValue}>
29
- <NavigationMenuPrimitive.Root ref={ref} className={cn('relative flex', className)} {...props}>
30
- {children}
31
- </NavigationMenuPrimitive.Root>
32
- </NavigationMenuContext.Provider>);
40
+ return (_jsx(NavigationMenuContext.Provider, { value: contextValue, children: _jsx(NavigationMenuPrimitive.Root, __assign({ ref: ref, className: cn('relative flex', className) }, props, { children: children })) }));
33
41
  });
34
42
  NavigationMenuRoot.displayName = 'NavigationMenu.Root';
35
43
  export default NavigationMenuRoot;
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
24
25
  import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
25
26
  import { cn } from 'lib/utils/utils';
26
27
  import { cva } from 'class-variance-authority';
@@ -52,9 +53,6 @@ export var NavigationMenuTrigger = forwardRef(function (_a, ref) {
52
53
  var children = _a.children, className = _a.className, _b = _a.isShowIcon, isShowIcon = _b === void 0 ? true : _b, props = __rest(_a, ["children", "className", "isShowIcon"]);
53
54
  var _c = useNavigationMenuContext(), scaling = _c.scaling, size = _c.size, radius = _c.radius, _d = _c.color, color = _d === void 0 ? 'red' : _d, _e = _c.appearance, appearance = _e === void 0 ? 'ghost' : _e;
54
55
  var triggerClassName = cn(navigationMenuTriggerVariants({ scaling: scaling, size: size, radius: radius }), appearanceStyle(appearance, color), className);
55
- return (<NavigationMenuPrimitive.Trigger ref={ref} className={triggerClassName} {...props}>
56
- {children}
57
- {isShowIcon && (<CaretDownIcon className={cn("relative top-[1px] transition-transform duration-[250] ease-in group-data-[state=open]:-rotate-180")} aria-hidden/>)}
58
- </NavigationMenuPrimitive.Trigger>);
56
+ return (_jsxs(NavigationMenuPrimitive.Trigger, __assign({ ref: ref, className: triggerClassName }, props, { children: [children, isShowIcon && (_jsx(CaretDownIcon, { className: cn("relative top-[1px] transition-transform duration-[250] ease-in group-data-[state=open]:-rotate-180"), "aria-hidden": true }))] })));
59
57
  });
60
58
  NavigationMenuTrigger.displayName = 'NavigationMenu.Trigger';
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
24
25
  import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
25
26
  import { cn } from 'lib/utils/utils';
26
27
  import { cva } from 'class-variance-authority';
@@ -47,8 +48,6 @@ export var NavigationMenuViewport = forwardRef(function (_a, ref) {
47
48
  var className = _a.className, props = __rest(_a, ["className"]);
48
49
  var _b = useNavigationMenuContext(), size = _b.size, scaling = _b.scaling, radius = _b.radius;
49
50
  var viewportClassName = cn(navigationViewportVariants({ size: size, scaling: scaling, radius: radius }), className);
50
- return (<div className="perspective-[2000px] absolute left-0 top-full flex w-full">
51
- <NavigationMenuPrimitive.Viewport ref={ref} className={viewportClassName} {...props}/>
52
- </div>);
51
+ return (_jsx("div", { className: "perspective-[2000px] absolute left-0 top-full flex w-full", children: _jsx(NavigationMenuPrimitive.Viewport, __assign({ ref: ref, className: viewportClassName }, props)) }));
53
52
  });
54
53
  NavigationMenuViewport.displayName = 'NavigationMenu.Viewport';
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { VariantProps } from 'class-variance-authority';
3
2
  import { IChartDataLabels, IChartDatasets, IChartLegend, IChartTitle } from 'lib/types';
4
3
  export interface PieChartProps extends VariantProps<typeof PieVariants> {
@@ -17,7 +16,7 @@ declare const PieVariants: (props?: ({
17
16
  scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
18
17
  } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
19
18
  declare const PieChart: {
20
- ({ labels, title, legend, datasets, datalabels, scaling, className, appearance, isColorMixed, ...rest }: PieChartProps): React.JSX.Element;
19
+ ({ labels, title, legend, datasets, datalabels, scaling, className, appearance, isColorMixed, ...rest }: PieChartProps): import("react/jsx-runtime").JSX.Element;
21
20
  displayName: string;
22
21
  };
23
22
  export default PieChart;
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
24
  import { Pie } from 'react-chartjs-2';
25
25
  import { Chart as ChartJS, ArcElement, Tooltip, Legend, plugins } from 'chart.js';
26
26
  import ChartDataLabels from 'chartjs-plugin-datalabels';
@@ -53,13 +53,13 @@ var PieChart = function (_a) {
53
53
  datasets.forEach(function (dataset, index) {
54
54
  datasets[index] = __assign(__assign({}, dataset), { backgroundColor: getChartColor(isColorMixed, appearance), borderColor: getChartColor(isColorMixed, 'solid') });
55
55
  });
56
- return (<Pie data={{ labels: labels, datasets: datasets }} options={{
56
+ return (_jsx(Pie, __assign({ data: { labels: labels, datasets: datasets }, options: {
57
57
  plugins: {
58
58
  title: title,
59
59
  legend: legend,
60
60
  datalabels: datalabels,
61
61
  },
62
- }} className={cn(PieVariants({ scaling: scaling }), className)} {...rest}/>);
62
+ }, className: cn(PieVariants({ scaling: scaling }), className) }, rest)));
63
63
  };
64
64
  PieChart.displayName = 'PieChart';
65
65
  export default PieChart;
@@ -1,3 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
1
12
  var __rest = (this && this.__rest) || function (s, e) {
2
13
  var t = {};
3
14
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
9
20
  }
10
21
  return t;
11
22
  };
12
- import React, { forwardRef, useContext } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef, useContext } from 'react';
13
25
  import { cva } from 'class-variance-authority';
14
26
  import { Popover as PopoverTheme } from '@radix-ui/themes';
15
27
  import { PopoverContext } from './PopoverRoot';
@@ -31,8 +43,6 @@ export var popoverCloseVariants = cva('', {
31
43
  export var PopoverClose = forwardRef(function (_a, ref) {
32
44
  var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
33
45
  var radius = useContext(PopoverContext).radius;
34
- return (<PopoverTheme.Close ref={ref} className={cn(popoverCloseVariants({ radius: radius }), className)} {...props}>
35
- {children}
36
- </PopoverTheme.Close>);
46
+ return (_jsx(PopoverTheme.Close, __assign({ ref: ref, className: cn(popoverCloseVariants({ radius: radius }), className) }, props, { children: children })));
37
47
  });
38
48
  PopoverClose.displayName = 'Popover.Close';
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef, useContext } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef, useContext } from 'react';
24
25
  import { scalingVariants } from 'lib/constants';
25
26
  import { Popover as PopoverTheme } from '@radix-ui/themes';
26
27
  import { cva } from 'class-variance-authority';
@@ -59,8 +60,6 @@ export var PopoverContent = forwardRef(function (_a, ref) {
59
60
  sizeTheme = '3';
60
61
  if (size === 'x-large')
61
62
  sizeTheme = '4';
62
- return (<PopoverTheme.Content ref={ref} size={sizeTheme} className={cn(popoverContentVariants({ size: size, radius: radius, scaling: scaling }), className)} {...props}>
63
- {children}
64
- </PopoverTheme.Content>);
63
+ return (_jsx(PopoverTheme.Content, __assign({ ref: ref, size: sizeTheme, className: cn(popoverContentVariants({ size: size, radius: radius, scaling: scaling }), className) }, props, { children: children })));
65
64
  });
66
65
  PopoverContent.displayName = 'Popover.Content';
@@ -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): React.JSX.Element;
10
+ ({ children, radius, size, scaling, ...props }: ComponentPropsWithoutRef<typeof PopoverTheme.Root> & PopoverProps): import("react/jsx-runtime").JSX.Element;
11
11
  displayName: string;
12
12
  };
@@ -1,3 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
1
12
  var __rest = (this && this.__rest) || function (s, e) {
2
13
  var t = {};
3
14
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
9
20
  }
10
21
  return t;
11
22
  };
12
- import React, { createContext } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { createContext } from 'react';
13
25
  import { Theme, Popover as PopoverTheme } from '@radix-ui/themes';
14
26
  export var PopoverContext = createContext({
15
27
  radius: 'medium',
@@ -19,10 +31,6 @@ export var PopoverContext = createContext({
19
31
  export var PopoverRoot = function (_a) {
20
32
  var children = _a.children, radius = _a.radius, size = _a.size, scaling = _a.scaling, props = __rest(_a, ["children", "radius", "size", "scaling"]);
21
33
  var contextValue = { radius: radius, size: size, scaling: scaling };
22
- return (<Theme>
23
- <PopoverContext.Provider value={contextValue}>
24
- <PopoverTheme.Root {...props}>{children}</PopoverTheme.Root>
25
- </PopoverContext.Provider>
26
- </Theme>);
34
+ return (_jsx(Theme, { children: _jsx(PopoverContext.Provider, { value: contextValue, children: _jsx(PopoverTheme.Root, __assign({}, props, { children: children })) }) }));
27
35
  };
28
36
  PopoverRoot.displayName = 'Popover.Root';
@@ -1,3 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
1
12
  var __rest = (this && this.__rest) || function (s, e) {
2
13
  var t = {};
3
14
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -9,12 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
9
20
  }
10
21
  return t;
11
22
  };
12
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
13
25
  import { Popover as PopoverTheme } from '@radix-ui/themes';
14
26
  export var PopoverTrigger = forwardRef(function (_a, ref) {
15
27
  var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
16
- return (<PopoverTheme.Trigger ref={ref} {...props} className={className}>
17
- {children}
18
- </PopoverTheme.Trigger>);
28
+ return (_jsx(PopoverTheme.Trigger, __assign({ ref: ref }, props, { className: className, children: children })));
19
29
  });
20
30
  PopoverTrigger.displayName = 'Popover.Trigger';
@@ -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").JSX.Element;
4
+ ({ children, radius, size, scaling, ...props }: import("@radix-ui/themes/dist/cjs/components/popover").RootProps & import("./PopoverRoot").PopoverProps): import("react/jsx-runtime").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>>;
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
24
25
  import { cva } from 'class-variance-authority';
25
26
  import { scalingVariants } from 'lib/constants';
26
27
  import { Theme, Progress as ProgressTheme } from '@radix-ui/themes';
@@ -49,9 +50,7 @@ var progressVariants = cva('w-[300px]', {
49
50
  });
50
51
  export var Progress = forwardRef(function (_a, ref) {
51
52
  var className = _a.className, radius = _a.radius, size = _a.size, value = _a.value, _b = _a.appearance, appearance = _b === void 0 ? 'surface' : _b, _c = _a.color, color = _c === void 0 ? 'red' : _c, scaling = _a.scaling, props = __rest(_a, ["className", "radius", "size", "value", "appearance", "color", "scaling"]);
52
- return (<Theme accentColor={color}>
53
- <ProgressTheme ref={ref} value={value} variant={appearance} className={cn(progressVariants({ radius: radius, size: size, scaling: scaling }), className)} {...props}/>
54
- </Theme>);
53
+ return (_jsx(Theme, { accentColor: color, children: _jsx(ProgressTheme, __assign({ ref: ref, value: value, variant: appearance, className: cn(progressVariants({ radius: radius, size: size, scaling: scaling }), className) }, props)) }));
55
54
  });
56
55
  Progress.displayName = 'Progress';
57
56
  export default Progress;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { VariantProps } from 'class-variance-authority';
3
2
  import { IChartDataLabels, IChartDatasets, IChartLegend, IChartTitle } from 'lib/types';
4
3
  type IRadarChartDataset = IChartDatasets & {
@@ -27,7 +26,7 @@ declare const radarChartVariants: (props?: ({
27
26
  scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
28
27
  } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
29
28
  export declare const RadarChart: {
30
- ({ className, title, legend, datalabels, datasets, labels, width, height, scaling, appearance, isColorMixed, ...props }: RadarChartProps): React.JSX.Element;
29
+ ({ className, title, legend, datalabels, datasets, labels, width, height, scaling, appearance, isColorMixed, ...props }: RadarChartProps): import("react/jsx-runtime").JSX.Element;
31
30
  displayName: string;
32
31
  };
33
32
  export default RadarChart;
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
24
  import { cva } from 'class-variance-authority';
25
25
  import { scalingVariants } from 'lib/constants';
26
26
  import { Radar } from 'react-chartjs-2';
@@ -60,7 +60,7 @@ export var RadarChart = function (_a) {
60
60
  dataset.backgroundColor = ChartColor[index];
61
61
  dataset.borderColor = BorderColor[index];
62
62
  });
63
- return (<Radar data={{ labels: labels, datasets: datasets }} options={{
63
+ return (_jsx(Radar, __assign({ data: { labels: labels, datasets: datasets }, options: {
64
64
  plugins: {
65
65
  title: title,
66
66
  legend: legend,
@@ -70,7 +70,7 @@ export var RadarChart = function (_a) {
70
70
  suggestedMin: 50,
71
71
  suggestedMax: 100,
72
72
  } }, defaultScales.linescale),
73
- }} className={cn(radarChartVariants({ scaling: scaling }), className)} width={width} height={height} {...props}/>);
73
+ }, className: cn(radarChartVariants({ scaling: scaling }), className), width: width, height: height }, props)));
74
74
  };
75
75
  RadarChart.displayName = 'RadarChart';
76
76
  export default RadarChart;
@@ -1,3 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
1
12
  var __rest = (this && this.__rest) || function (s, e) {
2
13
  var t = {};
3
14
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -9,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
9
20
  }
10
21
  return t;
11
22
  };
23
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
12
24
  import React from 'react';
13
25
  import { cva } from 'class-variance-authority';
14
26
  import { Theme, Radio as RadioTheme, Flex } from '@radix-ui/themes';
@@ -35,14 +47,7 @@ export var Radio = React.forwardRef(function (_a, ref) {
35
47
  sizeTheme = '1';
36
48
  if (size === 'large')
37
49
  sizeTheme = '3';
38
- return (<Theme accentColor={color} scaling={scaling}>
39
- <Flex asChild className={cn(radioVariants({ size: size }), className)}>
40
- <Text as="label" size={sizeTheme}>
41
- <RadioTheme ref={ref} value={value} variant={appearance} size={sizeTheme} {...props}/>
42
- {children}
43
- </Text>
44
- </Flex>
45
- </Theme>);
50
+ return (_jsx(Theme, { accentColor: color, scaling: scaling, children: _jsx(Flex, { asChild: true, className: cn(radioVariants({ size: size }), className), children: _jsxs(Text, { as: "label", size: sizeTheme, children: [_jsx(RadioTheme, __assign({ ref: ref, value: value, variant: appearance, size: sizeTheme }, props)), children] }) }) }));
46
51
  });
47
52
  Radio.displayName = 'Radio';
48
53
  export default Radio;
@@ -1,3 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
1
12
  var __rest = (this && this.__rest) || function (s, e) {
2
13
  var t = {};
3
14
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
9
20
  }
10
21
  return t;
11
22
  };
12
- import React, { forwardRef, useContext } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef, useContext } from 'react';
13
25
  import { cva } from 'class-variance-authority';
14
26
  import { RadioCards as RadioCardsTheme } from '@radix-ui/themes';
15
27
  import { cn } from 'lib/utils/utils';
@@ -37,8 +49,6 @@ export var radioCardsItemVariants = cva('min-w-[200px] bg-white dark:bg-slateDar
37
49
  export var RadioCardsItem = forwardRef(function (_a, ref) {
38
50
  var children = _a.children, className = _a.className, value = _a.value, props = __rest(_a, ["children", "className", "value"]);
39
51
  var _b = useContext(RadioCardsContext), radius = _b.radius, size = _b.size;
40
- return (<RadioCardsTheme.Item ref={ref} value={value} className={cn(radioCardsItemVariants({ radius: radius, size: size }), className)} {...props}>
41
- {children}
42
- </RadioCardsTheme.Item>);
52
+ return (_jsx(RadioCardsTheme.Item, __assign({ ref: ref, value: value, className: cn(radioCardsItemVariants({ radius: radius, size: size }), className) }, props, { children: children })));
43
53
  });
44
54
  RadioCardsItem.displayName = 'RadioCards.Item';
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { createContext, forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { createContext, forwardRef } from 'react';
24
25
  import { cva } from 'class-variance-authority';
25
26
  import { scalingVariants } from 'lib/constants';
26
27
  import { Theme, RadioCards as RadioCardsTheme } from '@radix-ui/themes';
@@ -40,12 +41,6 @@ export var RadioCardsContext = createContext({
40
41
  export var RadioCardsRoot = forwardRef(function (_a, ref) {
41
42
  var children = _a.children, className = _a.className, radius = _a.radius, scaling = _a.scaling, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'surface' : _c, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "color", "appearance"]);
42
43
  var contextValue = { radius: radius, size: size };
43
- return (<Theme accentColor={color}>
44
- <RadioCardsContext.Provider value={contextValue}>
45
- <RadioCardsTheme.Root ref={ref} variant={appearance} className={cn(radioCardsVariants({ scaling: scaling }), className)} {...props}>
46
- {children}
47
- </RadioCardsTheme.Root>
48
- </RadioCardsContext.Provider>
49
- </Theme>);
44
+ return (_jsx(Theme, { accentColor: color, children: _jsx(RadioCardsContext.Provider, { value: contextValue, children: _jsx(RadioCardsTheme.Root, __assign({ ref: ref, variant: appearance, className: cn(radioCardsVariants({ scaling: scaling }), className) }, props, { children: children })) }) }));
50
45
  });
51
46
  RadioCardsRoot.displayName = 'RadioCards.Root';
@@ -1,3 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
1
12
  var __rest = (this && this.__rest) || function (s, e) {
2
13
  var t = {};
3
14
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
9
20
  }
10
21
  return t;
11
22
  };
12
- import React, { forwardRef, useContext } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef, useContext } from 'react';
13
25
  import { cva } from 'class-variance-authority';
14
26
  import { RadioGroup as RadioGroupTheme } from '@radix-ui/themes';
15
27
  import { RadioGroupContext } from './RadioGroupRoot';
@@ -29,8 +41,6 @@ var radioGroupItemVariants = cva('font-normal text-slate-12 dark:text-slateDark-
29
41
  export var RadioGroupItem = forwardRef(function (_a, ref) {
30
42
  var className = _a.className, children = _a.children, value = _a.value, props = __rest(_a, ["className", "children", "value"]);
31
43
  var size = useContext(RadioGroupContext).size;
32
- return (<RadioGroupTheme.Item ref={ref} value={value} className={cn(radioGroupItemVariants({ size: size }), className)} {...props}>
33
- {children}
34
- </RadioGroupTheme.Item>);
44
+ return (_jsx(RadioGroupTheme.Item, __assign({ ref: ref, value: value, className: cn(radioGroupItemVariants({ size: size }), className) }, props, { children: children })));
35
45
  });
36
46
  RadioGroupItem.displayName = 'RadioGroup.Item';
@@ -1,3 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
1
12
  var __rest = (this && this.__rest) || function (s, e) {
2
13
  var t = {};
3
14
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
9
20
  }
10
21
  return t;
11
22
  };
12
- import React, { createContext, forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { createContext, forwardRef } from 'react';
13
25
  import { Theme, RadioGroup as RadioGroupTheme } from '@radix-ui/themes';
14
26
  import { cva } from 'class-variance-authority';
15
27
  import { cn } from 'lib/utils/utils';
@@ -36,12 +48,6 @@ export var RadioGroupRoot = forwardRef(function (_a, ref) {
36
48
  sizeTheme = '1';
37
49
  if (size === 'large')
38
50
  sizeTheme = '3';
39
- return (<Theme accentColor={color} scaling={scaling}>
40
- <RadioGroupContext.Provider value={contextValue}>
41
- <RadioGroupTheme.Root ref={ref} size={sizeTheme} variant={appearance} className={cn(radioGroupVariants({ size: size }), className)} {...props}>
42
- {children}
43
- </RadioGroupTheme.Root>
44
- </RadioGroupContext.Provider>
45
- </Theme>);
51
+ return (_jsx(Theme, { accentColor: color, scaling: scaling, children: _jsx(RadioGroupContext.Provider, { value: contextValue, children: _jsx(RadioGroupTheme.Root, __assign({ ref: ref, size: sizeTheme, variant: appearance, className: cn(radioGroupVariants({ size: size }), className) }, props, { children: children })) }) }));
46
52
  });
47
53
  RadioGroupRoot.displayName = 'RadioGroup.Root';
@@ -1,3 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
1
12
  var __rest = (this && this.__rest) || function (s, e) {
2
13
  var t = {};
3
14
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
9
20
  }
10
21
  return t;
11
22
  };
12
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
13
25
  import { Theme, ScrollArea as ScrollAreaTheme } from '@radix-ui/themes';
14
26
  export var ScrollArea = forwardRef(function (_a, ref) {
15
27
  var className = _a.className, children = _a.children, scrollbars = _a.scrollbars, radius = _a.radius, _b = _a.size, size = _b === void 0 ? 'small' : _b, props = __rest(_a, ["className", "children", "scrollbars", "radius", "size"]);
@@ -18,11 +30,7 @@ export var ScrollArea = forwardRef(function (_a, ref) {
18
30
  sizeTheme = '2';
19
31
  if (size === 'large')
20
32
  sizeTheme = '3';
21
- return (<Theme>
22
- <ScrollAreaTheme ref={ref} scrollbars={scrollbars} radius={radius} size={sizeTheme} className={className} {...props}>
23
- {children}
24
- </ScrollAreaTheme>
25
- </Theme>);
33
+ return (_jsx(Theme, { children: _jsx(ScrollAreaTheme, __assign({ ref: ref, scrollbars: scrollbars, radius: radius, size: sizeTheme, className: className }, props, { children: children })) }));
26
34
  });
27
35
  ScrollArea.displayName = 'ScrollArea';
28
36
  export default ScrollArea;
@@ -1,3 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
1
12
  var __rest = (this && this.__rest) || function (s, e) {
2
13
  var t = {};
3
14
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
9
20
  }
10
21
  return t;
11
22
  };
12
- import React, { forwardRef } from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef } from 'react';
13
25
  import { SegmentedControl as SegmentedControlTheme } from '@radix-ui/themes';
14
26
  import { cn } from 'lib/utils/utils';
15
27
  export var SegmentedControlItem = forwardRef(function (_a, ref) {
@@ -18,8 +30,6 @@ export var SegmentedControlItem = forwardRef(function (_a, ref) {
18
30
  if (appearance === 'classic') {
19
31
  appearanceClassName = 'dark:data-[state=on]:shadow-segmented-control-dark-classic';
20
32
  }
21
- return (<SegmentedControlTheme.Item ref={ref} className={cn(appearanceClassName, className)} {...props}>
22
- {children}
23
- </SegmentedControlTheme.Item>);
33
+ return (_jsx(SegmentedControlTheme.Item, __assign({ ref: ref, className: cn(appearanceClassName, className) }, props, { children: children })));
24
34
  });
25
35
  SegmentedControlItem.displayName = 'SegmentedControl.Item';