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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (624) 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/Typography/index.js +10 -2
  4. package/dist/cjs/lib/color/alpha.js +60 -56
  5. package/dist/cjs/lib/color/constants.js +78 -75
  6. package/dist/cjs/lib/color/dark.js +31 -28
  7. package/dist/cjs/lib/color/krdsColors.js +4 -1
  8. package/dist/cjs/lib/color/light.js +31 -28
  9. package/dist/cjs/lib/components/Accordion/index.js +55 -26
  10. package/dist/cjs/lib/components/AlertDialog/AlertDialogAction.js +41 -15
  11. package/dist/cjs/lib/components/AlertDialog/AlertDialogCancel.js +40 -14
  12. package/dist/cjs/lib/components/AlertDialog/AlertDialogContent.js +40 -14
  13. package/dist/cjs/lib/components/AlertDialog/AlertDialogDescription.js +37 -11
  14. package/dist/cjs/lib/components/AlertDialog/AlertDialogRoot.js +37 -10
  15. package/dist/cjs/lib/components/AlertDialog/AlertDialogTitle.js +37 -11
  16. package/dist/cjs/lib/components/AlertDialog/AlertDialogTrigger.js +41 -15
  17. package/dist/cjs/lib/components/AlertDialog/index.js +17 -15
  18. package/dist/cjs/lib/components/AspectRatio/index.js +37 -11
  19. package/dist/cjs/lib/components/Avatar/index.js +38 -13
  20. package/dist/cjs/lib/components/Badge/index.js +16 -14
  21. package/dist/cjs/lib/components/BarChart/index.d.ts +1 -2
  22. package/dist/cjs/lib/components/BarChart/index.js +19 -17
  23. package/dist/cjs/lib/components/BubbleChart/index.d.ts +1 -2
  24. package/dist/cjs/lib/components/BubbleChart/index.js +28 -21
  25. package/dist/cjs/lib/components/Button/index.js +18 -15
  26. package/dist/cjs/lib/components/Callout/CalloutIcon.js +17 -14
  27. package/dist/cjs/lib/components/Callout/CalloutRoot.js +21 -17
  28. package/dist/cjs/lib/components/Callout/CalloutText.js +13 -10
  29. package/dist/cjs/lib/components/Callout/index.js +9 -7
  30. package/dist/cjs/lib/components/Card/index.js +13 -11
  31. package/dist/cjs/lib/components/Checkbox/index.js +46 -20
  32. package/dist/cjs/lib/components/CheckboxCard/index.js +19 -13
  33. package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupItem.js +15 -9
  34. package/dist/cjs/lib/components/CheckboxGroup/CheckboxGroupRoot.js +41 -14
  35. package/dist/cjs/lib/components/CheckboxGroup/index.js +6 -4
  36. package/dist/cjs/lib/components/ContextMenu/ContextMenuCheckboxItem.js +41 -15
  37. package/dist/cjs/lib/components/ContextMenu/ContextMenuContent.js +39 -13
  38. package/dist/cjs/lib/components/ContextMenu/ContextMenuGroup.js +32 -6
  39. package/dist/cjs/lib/components/ContextMenu/ContextMenuItem.js +43 -17
  40. package/dist/cjs/lib/components/ContextMenu/ContextMenuItemIndicator.js +41 -15
  41. package/dist/cjs/lib/components/ContextMenu/ContextMenuLabel.js +39 -13
  42. package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioGroup.js +33 -7
  43. package/dist/cjs/lib/components/ContextMenu/ContextMenuRadioItem.js +43 -17
  44. package/dist/cjs/lib/components/ContextMenu/ContextMenuRoot.js +38 -11
  45. package/dist/cjs/lib/components/ContextMenu/ContextMenuSeparator.js +33 -7
  46. package/dist/cjs/lib/components/ContextMenu/ContextMenuSubContent.js +40 -14
  47. package/dist/cjs/lib/components/ContextMenu/ContextMenuSubTrigger.js +40 -14
  48. package/dist/cjs/lib/components/ContextMenu/ContextMenuTrigger.js +33 -7
  49. package/dist/cjs/lib/components/ContextMenu/index.js +29 -27
  50. package/dist/cjs/lib/components/DataList/DataListItem.js +16 -13
  51. package/dist/cjs/lib/components/DataList/DataListLabel.js +16 -13
  52. package/dist/cjs/lib/components/DataList/DataListRoot.js +18 -14
  53. package/dist/cjs/lib/components/DataList/DataListValue.js +17 -14
  54. package/dist/cjs/lib/components/DataList/index.js +8 -6
  55. package/dist/cjs/lib/components/Dialog/DialogAction.js +17 -14
  56. package/dist/cjs/lib/components/Dialog/DialogCancel.js +14 -11
  57. package/dist/cjs/lib/components/Dialog/DialogContent.js +16 -13
  58. package/dist/cjs/lib/components/Dialog/DialogDescription.js +14 -11
  59. package/dist/cjs/lib/components/Dialog/DialogRoot.d.ts +1 -1
  60. package/dist/cjs/lib/components/Dialog/DialogRoot.js +11 -7
  61. package/dist/cjs/lib/components/Dialog/DialogSlot.js +13 -10
  62. package/dist/cjs/lib/components/Dialog/DialogTitle.js +14 -11
  63. package/dist/cjs/lib/components/Dialog/DialogTrigger.js +9 -6
  64. package/dist/cjs/lib/components/Dialog/index.d.ts +1 -1
  65. package/dist/cjs/lib/components/Dialog/index.js +19 -17
  66. package/dist/cjs/lib/components/DoughnutChart/index.d.ts +1 -2
  67. package/dist/cjs/lib/components/DoughnutChart/index.js +22 -17
  68. package/dist/cjs/lib/components/DropdownMenu/DropdonMenuRadioGroup.js +32 -6
  69. package/dist/cjs/lib/components/DropdownMenu/DropdonMenuSubContent.js +39 -13
  70. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuCheckboxItem.js +41 -15
  71. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuContent.js +39 -13
  72. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItem.js +42 -16
  73. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuItemIndicator.js +39 -13
  74. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuLable.js +37 -11
  75. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRadioItem.js +41 -15
  76. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +1 -1
  77. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuRoot.js +34 -7
  78. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSeparator.js +33 -7
  79. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSub.js +32 -6
  80. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuSubTrigger.js +40 -14
  81. package/dist/cjs/lib/components/DropdownMenu/DropdownMenuTrigger.js +37 -11
  82. package/dist/cjs/lib/components/DropdownMenu/index.d.ts +1 -1
  83. package/dist/cjs/lib/components/DropdownMenu/index.js +29 -27
  84. package/dist/cjs/lib/components/HoverCard/HoverCardContent.js +19 -16
  85. package/dist/cjs/lib/components/HoverCard/HoverCardRoot.d.ts +1 -1
  86. package/dist/cjs/lib/components/HoverCard/HoverCardRoot.js +11 -7
  87. package/dist/cjs/lib/components/HoverCard/HoverCardTrigger.js +9 -6
  88. package/dist/cjs/lib/components/HoverCard/index.d.ts +1 -1
  89. package/dist/cjs/lib/components/HoverCard/index.js +9 -7
  90. package/dist/cjs/lib/components/IconButton/index.js +40 -14
  91. package/dist/cjs/lib/components/Inset/index.js +15 -12
  92. package/dist/cjs/lib/components/Label/index.js +43 -14
  93. package/dist/cjs/lib/components/LineChart/index.d.ts +1 -2
  94. package/dist/cjs/lib/components/LineChart/index.js +19 -17
  95. package/dist/cjs/lib/components/Menubar/MenubarCheckboxItem.js +40 -14
  96. package/dist/cjs/lib/components/Menubar/MenubarContent.js +39 -13
  97. package/dist/cjs/lib/components/Menubar/MenubarItem.js +42 -16
  98. package/dist/cjs/lib/components/Menubar/MenubarItemIndicator.js +40 -14
  99. package/dist/cjs/lib/components/Menubar/MenubarMenu.js +32 -6
  100. package/dist/cjs/lib/components/Menubar/MenubarRadioGroup.js +33 -7
  101. package/dist/cjs/lib/components/Menubar/MenubarRadioItem.js +42 -16
  102. package/dist/cjs/lib/components/Menubar/MenubarRoot.js +45 -18
  103. package/dist/cjs/lib/components/Menubar/MenubarSeparator.js +33 -7
  104. package/dist/cjs/lib/components/Menubar/MenubarSub.js +32 -6
  105. package/dist/cjs/lib/components/Menubar/MenubarSubContent.js +39 -13
  106. package/dist/cjs/lib/components/Menubar/MenubarSubTrigger.js +40 -14
  107. package/dist/cjs/lib/components/Menubar/MenubarTrigger.js +40 -14
  108. package/dist/cjs/lib/components/Menubar/index.js +29 -27
  109. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuContent.js +39 -13
  110. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuIndicator.js +33 -7
  111. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuItem.js +32 -6
  112. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuLink.js +41 -15
  113. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuList.js +42 -16
  114. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuRoot.js +39 -12
  115. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuTrigger.js +41 -15
  116. package/dist/cjs/lib/components/NavigationMenu/NavigationMenuViewport.js +42 -16
  117. package/dist/cjs/lib/components/NavigationMenu/index.js +12 -10
  118. package/dist/cjs/lib/components/PieChart/index.d.ts +1 -2
  119. package/dist/cjs/lib/components/PieChart/index.js +22 -17
  120. package/dist/cjs/lib/components/Popover/PopoverClose.js +14 -11
  121. package/dist/cjs/lib/components/Popover/PopoverContent.js +16 -13
  122. package/dist/cjs/lib/components/Popover/PopoverRoot.d.ts +1 -1
  123. package/dist/cjs/lib/components/Popover/PopoverRoot.js +11 -7
  124. package/dist/cjs/lib/components/Popover/PopoverTrigger.js +9 -6
  125. package/dist/cjs/lib/components/Popover/index.d.ts +1 -1
  126. package/dist/cjs/lib/components/Popover/index.js +11 -9
  127. package/dist/cjs/lib/components/Progress/index.js +15 -12
  128. package/dist/cjs/lib/components/RadarChart/index.d.ts +1 -2
  129. package/dist/cjs/lib/components/RadarChart/index.js +28 -21
  130. package/dist/cjs/lib/components/Radio/index.js +17 -11
  131. package/dist/cjs/lib/components/RadioCards/RadioCardsItem.js +14 -11
  132. package/dist/cjs/lib/components/RadioCards/RadioCardsRoot.js +15 -12
  133. package/dist/cjs/lib/components/RadioCards/index.js +7 -5
  134. package/dist/cjs/lib/components/RadioGroup/RadioGroupItem.js +14 -11
  135. package/dist/cjs/lib/components/RadioGroup/RadioGroupRoot.js +13 -10
  136. package/dist/cjs/lib/components/RadioGroup/index.js +7 -5
  137. package/dist/cjs/lib/components/ScrollArea/index.js +10 -7
  138. package/dist/cjs/lib/components/SegmentedControl/SegmentedControlItem.js +10 -7
  139. package/dist/cjs/lib/components/SegmentedControl/SegmentedControlRoot.js +41 -12
  140. package/dist/cjs/lib/components/SegmentedControl/index.js +7 -5
  141. package/dist/cjs/lib/components/Select/index.js +43 -37
  142. package/dist/cjs/lib/components/Separator/index.js +19 -13
  143. package/dist/cjs/lib/components/Skeleton/index.js +18 -12
  144. package/dist/cjs/lib/components/Slider/index.js +18 -12
  145. package/dist/cjs/lib/components/Spinner/index.js +18 -12
  146. package/dist/cjs/lib/components/TabNav/index.js +21 -15
  147. package/dist/cjs/lib/components/Table/index.js +45 -39
  148. package/dist/cjs/lib/components/Tabs/index.js +31 -25
  149. package/dist/cjs/lib/components/TextArea/index.js +19 -13
  150. package/dist/cjs/lib/components/TextField/index.js +24 -18
  151. package/dist/cjs/lib/components/Toast/ToastActionButton.js +47 -18
  152. package/dist/cjs/lib/components/Toast/ToastDescription.js +37 -11
  153. package/dist/cjs/lib/components/Toast/ToastRoot.js +45 -18
  154. package/dist/cjs/lib/components/Toast/ToastTitle.js +37 -11
  155. package/dist/cjs/lib/components/Toast/index.js +11 -9
  156. package/dist/cjs/lib/components/Toggle/ToggleWithText.js +42 -16
  157. package/dist/cjs/lib/components/Toggle/index.js +45 -16
  158. package/dist/cjs/lib/components/ToggleGroup/ToggleGroupItem.js +40 -14
  159. package/dist/cjs/lib/components/ToggleGroup/ToggleGroupRoot.js +38 -12
  160. package/dist/cjs/lib/components/ToggleGroup/index.js +7 -5
  161. package/dist/cjs/lib/components/ToggleSwitch/index.js +22 -16
  162. package/dist/cjs/lib/components/Tooltip/index.js +41 -13
  163. package/dist/cjs/lib/components/index.js +106 -50
  164. package/dist/cjs/lib/constants.js +90 -54
  165. package/dist/cjs/lib/index.js +18 -2
  166. package/dist/cjs/lib/types.js +2 -1
  167. package/dist/cjs/lib/utils/useDarkMode.js +16 -12
  168. package/dist/cjs/lib/utils/utils.js +8 -4
  169. package/dist/esm/{src/lib/Typography/Header/index.jsx → lib/Typography/Header/index.js} +2 -5
  170. package/dist/esm/{src/lib/Typography/Text/index.jsx → lib/Typography/Text/index.js} +3 -6
  171. package/dist/esm/{src/lib/components/Accordion/index.jsx → lib/components/Accordion/index.js} +5 -17
  172. package/dist/esm/{src/lib/components/AlertDialog/AlertDialogAction.jsx → lib/components/AlertDialog/AlertDialogAction.js} +3 -4
  173. package/dist/esm/{src/lib/components/AlertDialog/AlertDialogCancel.jsx → lib/components/AlertDialog/AlertDialogCancel.js} +3 -4
  174. package/dist/esm/{src/lib/components/AlertDialog/AlertDialogContent.jsx → lib/components/AlertDialog/AlertDialogContent.js} +3 -7
  175. package/dist/esm/{src/lib/components/AlertDialog/AlertDialogDescription.jsx → lib/components/AlertDialog/AlertDialogDescription.js} +14 -4
  176. package/dist/esm/{src/lib/components/AlertDialog/AlertDialogRoot.jsx → lib/components/AlertDialog/AlertDialogRoot.js} +14 -6
  177. package/dist/esm/{src/lib/components/AlertDialog/AlertDialogTitle.jsx → lib/components/AlertDialog/AlertDialogTitle.js} +14 -4
  178. package/dist/esm/{src/lib/components/AlertDialog/AlertDialogTrigger.jsx → lib/components/AlertDialog/AlertDialogTrigger.js} +3 -4
  179. package/dist/esm/{src/lib/components/AspectRatio/index.jsx → lib/components/AspectRatio/index.js} +3 -4
  180. package/dist/esm/{src/lib/components/Avatar/index.jsx → lib/components/Avatar/index.js} +3 -7
  181. package/dist/esm/{src/lib/components/Badge/index.jsx → lib/components/Badge/index.js} +3 -4
  182. package/dist/esm/lib/components/BarChart/index.d.ts +1 -2
  183. package/dist/esm/{src/lib/components/BarChart/index.jsx → lib/components/BarChart/index.js} +3 -2
  184. package/dist/esm/lib/components/BubbleChart/index.d.ts +1 -2
  185. package/dist/esm/{src/lib/components/BubbleChart/index.jsx → lib/components/BubbleChart/index.js} +3 -3
  186. package/dist/esm/{src/lib/components/Button/index.jsx → lib/components/Button/index.js} +3 -4
  187. package/dist/esm/{src/lib/components/Callout/CalloutIcon.jsx → lib/components/Callout/CalloutIcon.js} +3 -8
  188. package/dist/esm/{src/lib/components/Callout/CalloutRoot.jsx → lib/components/Callout/CalloutRoot.js} +3 -6
  189. package/dist/esm/{src/lib/components/Callout/CalloutText.jsx → lib/components/Callout/CalloutText.js} +14 -4
  190. package/dist/esm/{src/lib/components/Card/index.jsx → lib/components/Card/index.js} +3 -4
  191. package/dist/esm/{src/lib/components/Checkbox/index.jsx → lib/components/Checkbox/index.js} +3 -11
  192. package/dist/esm/{src/lib/components/CheckboxCard/index.jsx → lib/components/CheckboxCard/index.js} +3 -5
  193. package/dist/esm/{src/lib/components/CheckboxGroup/CheckboxGroupItem.jsx → lib/components/CheckboxGroup/CheckboxGroupItem.js} +14 -6
  194. package/dist/esm/{src/lib/components/CheckboxGroup/CheckboxGroupRoot.jsx → lib/components/CheckboxGroup/CheckboxGroupRoot.js} +2 -5
  195. package/dist/esm/{src/lib/components/ContextMenu/ContextMenuCheckboxItem.jsx → lib/components/ContextMenu/ContextMenuCheckboxItem.js} +14 -7
  196. package/dist/esm/{src/lib/components/ContextMenu/ContextMenuContent.jsx → lib/components/ContextMenu/ContextMenuContent.js} +3 -6
  197. package/dist/esm/{src/lib/components/ContextMenu/ContextMenuGroup.jsx → lib/components/ContextMenu/ContextMenuGroup.js} +14 -4
  198. package/dist/esm/{src/lib/components/ContextMenu/ContextMenuItem.jsx → lib/components/ContextMenu/ContextMenuItem.js} +3 -5
  199. package/dist/esm/{src/lib/components/ContextMenu/ContextMenuItemIndicator.jsx → lib/components/ContextMenu/ContextMenuItemIndicator.js} +3 -4
  200. package/dist/esm/{src/lib/components/ContextMenu/ContextMenuLabel.jsx → lib/components/ContextMenu/ContextMenuLabel.js} +3 -4
  201. package/dist/esm/{src/lib/components/ContextMenu/ContextMenuRadioGroup.jsx → lib/components/ContextMenu/ContextMenuRadioGroup.js} +14 -6
  202. package/dist/esm/{src/lib/components/ContextMenu/ContextMenuRadioItem.jsx → lib/components/ContextMenu/ContextMenuRadioItem.js} +14 -7
  203. package/dist/esm/{src/lib/components/ContextMenu/ContextMenuRoot.jsx → lib/components/ContextMenu/ContextMenuRoot.js} +14 -6
  204. package/dist/esm/{src/lib/components/ContextMenu/ContextMenuSeparator.jsx → lib/components/ContextMenu/ContextMenuSeparator.js} +14 -4
  205. package/dist/esm/{src/lib/components/ContextMenu/ContextMenuSubContent.jsx → lib/components/ContextMenu/ContextMenuSubContent.js} +7 -10
  206. package/dist/esm/{src/lib/components/ContextMenu/ContextMenuSubTrigger.jsx → lib/components/ContextMenu/ContextMenuSubTrigger.js} +14 -9
  207. package/dist/esm/{src/lib/components/ContextMenu/ContextMenuTrigger.jsx → lib/components/ContextMenu/ContextMenuTrigger.js} +14 -4
  208. package/dist/esm/{src/lib/components/DataList/DataListItem.jsx → lib/components/DataList/DataListItem.js} +3 -4
  209. package/dist/esm/{src/lib/components/DataList/DataListLabel.jsx → lib/components/DataList/DataListLabel.js} +3 -4
  210. package/dist/esm/{src/lib/components/DataList/DataListRoot.jsx → lib/components/DataList/DataListRoot.js} +14 -6
  211. package/dist/esm/{src/lib/components/DataList/DataListValue.jsx → lib/components/DataList/DataListValue.js} +3 -4
  212. package/dist/esm/{src/lib/components/Dialog/DialogAction.jsx → lib/components/Dialog/DialogAction.js} +14 -4
  213. package/dist/esm/{src/lib/components/Dialog/DialogCancel.jsx → lib/components/Dialog/DialogCancel.js} +14 -4
  214. package/dist/esm/{src/lib/components/Dialog/DialogContent.jsx → lib/components/Dialog/DialogContent.js} +3 -4
  215. package/dist/esm/{src/lib/components/Dialog/DialogDescription.jsx → lib/components/Dialog/DialogDescription.js} +14 -4
  216. package/dist/esm/lib/components/Dialog/DialogRoot.d.ts +1 -1
  217. package/dist/esm/{src/lib/components/Dialog/DialogRoot.jsx → lib/components/Dialog/DialogRoot.js} +14 -6
  218. package/dist/esm/{src/lib/components/Dialog/DialogSlot.jsx → lib/components/Dialog/DialogSlot.js} +14 -4
  219. package/dist/esm/{src/lib/components/Dialog/DialogTitle.jsx → lib/components/Dialog/DialogTitle.js} +14 -4
  220. package/dist/esm/{src/lib/components/Dialog/DialogTrigger.jsx → lib/components/Dialog/DialogTrigger.js} +14 -4
  221. package/dist/esm/lib/components/Dialog/index.d.ts +1 -1
  222. package/dist/esm/lib/components/DoughnutChart/index.d.ts +1 -2
  223. package/dist/esm/{src/lib/components/DoughnutChart/index.jsx → lib/components/DoughnutChart/index.js} +3 -3
  224. package/dist/esm/{src/lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx → lib/components/DropdownMenu/DropdonMenuRadioGroup.js} +13 -3
  225. package/dist/esm/{src/lib/components/DropdownMenu/DropdonMenuSubContent.jsx → lib/components/DropdownMenu/DropdonMenuSubContent.js} +7 -10
  226. package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx → lib/components/DropdownMenu/DropdownMenuCheckboxItem.js} +14 -7
  227. package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuContent.jsx → lib/components/DropdownMenu/DropdownMenuContent.js} +3 -6
  228. package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuItem.jsx → lib/components/DropdownMenu/DropdownMenuItem.js} +3 -5
  229. package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx → lib/components/DropdownMenu/DropdownMenuItemIndicator.js} +3 -4
  230. package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuLable.jsx → lib/components/DropdownMenu/DropdownMenuLable.js} +14 -4
  231. package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuRadioItem.jsx → lib/components/DropdownMenu/DropdownMenuRadioItem.js} +14 -7
  232. package/dist/esm/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +1 -1
  233. package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuRoot.jsx → lib/components/DropdownMenu/DropdownMenuRoot.js} +14 -4
  234. package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuSeparator.jsx → lib/components/DropdownMenu/DropdownMenuSeparator.js} +14 -2
  235. package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuSub.jsx → lib/components/DropdownMenu/DropdownMenuSub.js} +14 -2
  236. package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx → lib/components/DropdownMenu/DropdownMenuSubTrigger.js} +14 -7
  237. package/dist/esm/{src/lib/components/DropdownMenu/DropdownMenuTrigger.jsx → lib/components/DropdownMenu/DropdownMenuTrigger.js} +14 -4
  238. package/dist/esm/lib/components/DropdownMenu/index.d.ts +1 -1
  239. package/dist/esm/{src/lib/components/HoverCard/HoverCardContent.jsx → lib/components/HoverCard/HoverCardContent.js} +3 -4
  240. package/dist/esm/lib/components/HoverCard/HoverCardRoot.d.ts +1 -1
  241. package/dist/esm/{src/lib/components/HoverCard/HoverCardRoot.jsx → lib/components/HoverCard/HoverCardRoot.js} +14 -6
  242. package/dist/esm/{src/lib/components/HoverCard/HoverCardTrigger.jsx → lib/components/HoverCard/HoverCardTrigger.js} +14 -4
  243. package/dist/esm/lib/components/HoverCard/index.d.ts +1 -1
  244. package/dist/esm/{src/lib/components/IconButton/index.jsx → lib/components/IconButton/index.js} +2 -3
  245. package/dist/esm/{src/lib/components/Inset/index.jsx → lib/components/Inset/index.js} +3 -6
  246. package/dist/esm/{src/lib/components/Label/index.jsx → lib/components/Label/index.js} +2 -3
  247. package/dist/esm/lib/components/LineChart/index.d.ts +1 -2
  248. package/dist/esm/{src/lib/components/LineChart/index.jsx → lib/components/LineChart/index.js} +3 -2
  249. package/dist/esm/{src/lib/components/Menubar/MenubarCheckboxItem.jsx → lib/components/Menubar/MenubarCheckboxItem.js} +14 -7
  250. package/dist/esm/{src/lib/components/Menubar/MenubarContent.jsx → lib/components/Menubar/MenubarContent.js} +7 -10
  251. package/dist/esm/{src/lib/components/Menubar/MenubarItem.jsx → lib/components/Menubar/MenubarItem.js} +3 -5
  252. package/dist/esm/{src/lib/components/Menubar/MenubarItemIndicator.jsx → lib/components/Menubar/MenubarItemIndicator.js} +3 -4
  253. package/dist/esm/{src/lib/components/Menubar/MenubarMenu.jsx → lib/components/Menubar/MenubarMenu.js} +14 -2
  254. package/dist/esm/{src/lib/components/Menubar/MenubarRadioGroup.jsx → lib/components/Menubar/MenubarRadioGroup.js} +14 -6
  255. package/dist/esm/{src/lib/components/Menubar/MenubarRadioItem.jsx → lib/components/Menubar/MenubarRadioItem.js} +14 -7
  256. package/dist/esm/{src/lib/components/Menubar/MenubarRoot.jsx → lib/components/Menubar/MenubarRoot.js} +3 -6
  257. package/dist/esm/{src/lib/components/Menubar/MenubarSeparator.jsx → lib/components/Menubar/MenubarSeparator.js} +14 -4
  258. package/dist/esm/{src/lib/components/Menubar/MenubarSub.jsx → lib/components/Menubar/MenubarSub.js} +14 -2
  259. package/dist/esm/{src/lib/components/Menubar/MenubarSubContent.jsx → lib/components/Menubar/MenubarSubContent.js} +4 -5
  260. package/dist/esm/{src/lib/components/Menubar/MenubarSubTrigger.jsx → lib/components/Menubar/MenubarSubTrigger.js} +14 -7
  261. package/dist/esm/{src/lib/components/Menubar/MenubarTrigger.jsx → lib/components/Menubar/MenubarTrigger.js} +3 -4
  262. package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuContent.jsx → lib/components/NavigationMenu/NavigationMenuContent.js} +3 -4
  263. package/dist/esm/lib/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
  264. package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuItem.jsx → lib/components/NavigationMenu/NavigationMenuItem.js} +14 -4
  265. package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuLink.jsx → lib/components/NavigationMenu/NavigationMenuLink.js} +3 -4
  266. package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuList.jsx → lib/components/NavigationMenu/NavigationMenuList.js} +3 -5
  267. package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuRoot.jsx → lib/components/NavigationMenu/NavigationMenuRoot.js} +14 -6
  268. package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuTrigger.jsx → lib/components/NavigationMenu/NavigationMenuTrigger.js} +3 -5
  269. package/dist/esm/{src/lib/components/NavigationMenu/NavigationMenuViewport.jsx → lib/components/NavigationMenu/NavigationMenuViewport.js} +3 -4
  270. package/dist/esm/lib/components/PieChart/index.d.ts +1 -2
  271. package/dist/esm/{src/lib/components/PieChart/index.jsx → lib/components/PieChart/index.js} +3 -3
  272. package/dist/esm/{src/lib/components/Popover/PopoverClose.jsx → lib/components/Popover/PopoverClose.js} +14 -4
  273. package/dist/esm/{src/lib/components/Popover/PopoverContent.jsx → lib/components/Popover/PopoverContent.js} +3 -4
  274. package/dist/esm/lib/components/Popover/PopoverRoot.d.ts +1 -1
  275. package/dist/esm/{src/lib/components/Popover/PopoverRoot.jsx → lib/components/Popover/PopoverRoot.js} +14 -6
  276. package/dist/esm/{src/lib/components/Popover/PopoverTrigger.jsx → lib/components/Popover/PopoverTrigger.js} +14 -4
  277. package/dist/esm/lib/components/Popover/index.d.ts +1 -1
  278. package/dist/esm/{src/lib/components/Progress/index.jsx → lib/components/Progress/index.js} +3 -4
  279. package/dist/esm/lib/components/RadarChart/index.d.ts +1 -2
  280. package/dist/esm/{src/lib/components/RadarChart/index.jsx → lib/components/RadarChart/index.js} +3 -3
  281. package/dist/esm/{src/lib/components/Radio/index.jsx → lib/components/Radio/index.js} +13 -8
  282. package/dist/esm/{src/lib/components/RadioCards/RadioCardsItem.jsx → lib/components/RadioCards/RadioCardsItem.js} +14 -4
  283. package/dist/esm/{src/lib/components/RadioCards/RadioCardsRoot.jsx → lib/components/RadioCards/RadioCardsRoot.js} +3 -8
  284. package/dist/esm/{src/lib/components/RadioGroup/RadioGroupItem.jsx → lib/components/RadioGroup/RadioGroupItem.js} +14 -4
  285. package/dist/esm/{src/lib/components/RadioGroup/RadioGroupRoot.jsx → lib/components/RadioGroup/RadioGroupRoot.js} +14 -8
  286. package/dist/esm/{src/lib/components/ScrollArea/index.jsx → lib/components/ScrollArea/index.js} +14 -6
  287. package/dist/esm/{src/lib/components/SegmentedControl/SegmentedControlItem.jsx → lib/components/SegmentedControl/SegmentedControlItem.js} +14 -4
  288. package/dist/esm/{src/lib/components/SegmentedControl/SegmentedControlRoot.jsx → lib/components/SegmentedControl/SegmentedControlRoot.js} +2 -5
  289. package/dist/esm/{src/lib/components/Select/index.jsx → lib/components/Select/index.js} +8 -25
  290. package/dist/esm/{src/lib/components/Separator/index.jsx → lib/components/Separator/index.js} +2 -5
  291. package/dist/esm/{src/lib/components/Skeleton/index.jsx → lib/components/Skeleton/index.js} +2 -5
  292. package/dist/esm/{src/lib/components/Slider/index.jsx → lib/components/Slider/index.js} +2 -3
  293. package/dist/esm/{src/lib/components/Spinner/index.jsx → lib/components/Spinner/index.js} +2 -5
  294. package/dist/esm/{src/lib/components/TabNav/index.jsx → lib/components/TabNav/index.js} +14 -8
  295. package/dist/esm/{src/lib/components/Table/index.jsx → lib/components/Table/index.js} +8 -23
  296. package/dist/esm/{src/lib/components/Tabs/index.jsx → lib/components/Tabs/index.js} +5 -14
  297. package/dist/esm/{src/lib/components/TextArea/index.jsx → lib/components/TextArea/index.js} +2 -3
  298. package/dist/esm/{src/lib/components/TextField/index.jsx → lib/components/TextField/index.js} +3 -8
  299. package/dist/esm/{src/lib/components/Toast/ToastActionButton.jsx → lib/components/Toast/ToastActionButton.js} +3 -4
  300. package/dist/esm/{src/lib/components/Toast/ToastDescription.jsx → lib/components/Toast/ToastDescription.js} +14 -6
  301. package/dist/esm/{src/lib/components/Toast/ToastRoot.jsx → lib/components/Toast/ToastRoot.js} +3 -9
  302. package/dist/esm/{src/lib/components/Toast/ToastTitle.jsx → lib/components/Toast/ToastTitle.js} +14 -4
  303. package/dist/esm/{src/lib/components/Toggle/ToggleWithText.jsx → lib/components/Toggle/ToggleWithText.js} +4 -6
  304. package/dist/esm/{src/lib/components/Toggle/index.jsx → lib/components/Toggle/index.js} +3 -4
  305. package/dist/esm/{src/lib/components/ToggleGroup/ToggleGroupItem.jsx → lib/components/ToggleGroup/ToggleGroupItem.js} +14 -4
  306. package/dist/esm/{src/lib/components/ToggleGroup/ToggleGroupRoot.jsx → lib/components/ToggleGroup/ToggleGroupRoot.js} +3 -8
  307. package/dist/esm/{src/lib/components/ToggleSwitch/index.jsx → lib/components/ToggleSwitch/index.js} +2 -6
  308. package/dist/esm/{src/lib/components/Tooltip/index.jsx → lib/components/Tooltip/index.js} +2 -11
  309. package/package.json +3 -3
  310. package/dist/cjs/.storybook/main.js +0 -24
  311. package/dist/cjs/.storybook/manager.js +0 -17
  312. package/dist/cjs/.storybook/preview.jsx +0 -106
  313. package/dist/cjs/src/app/layout.jsx +0 -17
  314. package/dist/cjs/src/app/page.jsx +0 -65
  315. package/dist/cjs/src/app/template/colorPicker.jsx +0 -21
  316. package/dist/cjs/src/app/template/theme.jsx +0 -22
  317. package/dist/cjs/src/lib/Typography/Header/index.jsx +0 -64
  318. package/dist/cjs/src/lib/Typography/Text/index.jsx +0 -73
  319. package/dist/cjs/src/lib/Typography/index.js +0 -10
  320. package/dist/cjs/src/lib/color/alpha.js +0 -788
  321. package/dist/cjs/src/lib/color/constants.js +0 -299
  322. package/dist/cjs/src/lib/color/dark.js +0 -395
  323. package/dist/cjs/src/lib/color/krdsColors.js +0 -312
  324. package/dist/cjs/src/lib/color/light.js +0 -396
  325. package/dist/cjs/src/lib/components/Accordion/index.jsx +0 -105
  326. package/dist/cjs/src/lib/components/AlertDialog/AlertDialogAction.jsx +0 -88
  327. package/dist/cjs/src/lib/components/AlertDialog/AlertDialogCancel.jsx +0 -87
  328. package/dist/cjs/src/lib/components/AlertDialog/AlertDialogContent.jsx +0 -81
  329. package/dist/cjs/src/lib/components/AlertDialog/AlertDialogDescription.jsx +0 -63
  330. package/dist/cjs/src/lib/components/AlertDialog/AlertDialogRoot.jsx +0 -65
  331. package/dist/cjs/src/lib/components/AlertDialog/AlertDialogTitle.jsx +0 -63
  332. package/dist/cjs/src/lib/components/AlertDialog/AlertDialogTrigger.jsx +0 -82
  333. package/dist/cjs/src/lib/components/AlertDialog/index.jsx +0 -19
  334. package/dist/cjs/src/lib/components/AspectRatio/index.jsx +0 -69
  335. package/dist/cjs/src/lib/components/Avatar/index.jsx +0 -87
  336. package/dist/cjs/src/lib/components/Badge/index.jsx +0 -80
  337. package/dist/cjs/src/lib/components/BarChart/index.jsx +0 -64
  338. package/dist/cjs/src/lib/components/BubbleChart/index.jsx +0 -80
  339. package/dist/cjs/src/lib/components/Button/index.jsx +0 -83
  340. package/dist/cjs/src/lib/components/Callout/CalloutIcon.jsx +0 -88
  341. package/dist/cjs/src/lib/components/Callout/CalloutRoot.jsx +0 -102
  342. package/dist/cjs/src/lib/components/Callout/CalloutText.jsx +0 -68
  343. package/dist/cjs/src/lib/components/Callout/index.jsx +0 -11
  344. package/dist/cjs/src/lib/components/Card/index.jsx +0 -90
  345. package/dist/cjs/src/lib/components/Checkbox/index.jsx +0 -123
  346. package/dist/cjs/src/lib/components/CheckboxCard/index.jsx +0 -89
  347. package/dist/cjs/src/lib/components/CheckboxGroup/CheckboxGroupItem.jsx +0 -54
  348. package/dist/cjs/src/lib/components/CheckboxGroup/CheckboxGroupRoot.jsx +0 -64
  349. package/dist/cjs/src/lib/components/CheckboxGroup/index.jsx +0 -6
  350. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuCheckboxItem.jsx +0 -61
  351. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuContent.jsx +0 -85
  352. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuGroup.jsx +0 -46
  353. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuItem.jsx +0 -87
  354. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuItemIndicator.jsx +0 -77
  355. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuLabel.jsx +0 -75
  356. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuRadioGroup.jsx +0 -49
  357. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuRadioItem.jsx +0 -63
  358. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuRoot.jsx +0 -61
  359. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuSeparator.jsx +0 -47
  360. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuSubContent.jsx +0 -83
  361. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuSubTrigger.jsx +0 -61
  362. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuTrigger.jsx +0 -47
  363. package/dist/cjs/src/lib/components/ContextMenu/index.jsx +0 -31
  364. package/dist/cjs/src/lib/components/DataList/DataListItem.jsx +0 -70
  365. package/dist/cjs/src/lib/components/DataList/DataListLabel.jsx +0 -76
  366. package/dist/cjs/src/lib/components/DataList/DataListRoot.jsx +0 -73
  367. package/dist/cjs/src/lib/components/DataList/DataListValue.jsx +0 -78
  368. package/dist/cjs/src/lib/components/DataList/index.jsx +0 -8
  369. package/dist/cjs/src/lib/components/Dialog/DialogAction.jsx +0 -75
  370. package/dist/cjs/src/lib/components/Dialog/DialogCancel.jsx +0 -71
  371. package/dist/cjs/src/lib/components/Dialog/DialogContent.jsx +0 -84
  372. package/dist/cjs/src/lib/components/Dialog/DialogDescription.jsx +0 -63
  373. package/dist/cjs/src/lib/components/Dialog/DialogRoot.jsx +0 -56
  374. package/dist/cjs/src/lib/components/Dialog/DialogSlot.jsx +0 -62
  375. package/dist/cjs/src/lib/components/Dialog/DialogTitle.jsx +0 -63
  376. package/dist/cjs/src/lib/components/Dialog/DialogTrigger.jsx +0 -46
  377. package/dist/cjs/src/lib/components/Dialog/index.jsx +0 -21
  378. package/dist/cjs/src/lib/components/DoughnutChart/index.jsx +0 -70
  379. package/dist/cjs/src/lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx +0 -46
  380. package/dist/cjs/src/lib/components/DropdownMenu/DropdonMenuSubContent.jsx +0 -89
  381. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +0 -60
  382. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuContent.jsx +0 -85
  383. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuItem.jsx +0 -86
  384. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx +0 -75
  385. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuLable.jsx +0 -61
  386. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuRadioItem.jsx +0 -60
  387. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuRoot.jsx +0 -55
  388. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuSeparator.jsx +0 -45
  389. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuSub.jsx +0 -44
  390. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx +0 -59
  391. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuTrigger.jsx +0 -69
  392. package/dist/cjs/src/lib/components/DropdownMenu/index.jsx +0 -31
  393. package/dist/cjs/src/lib/components/HoverCard/HoverCardContent.jsx +0 -88
  394. package/dist/cjs/src/lib/components/HoverCard/HoverCardRoot.jsx +0 -57
  395. package/dist/cjs/src/lib/components/HoverCard/HoverCardTrigger.jsx +0 -46
  396. package/dist/cjs/src/lib/components/HoverCard/index.jsx +0 -11
  397. package/dist/cjs/src/lib/components/IconButton/index.jsx +0 -90
  398. package/dist/cjs/src/lib/components/Inset/index.jsx +0 -79
  399. package/dist/cjs/src/lib/components/Label/index.jsx +0 -83
  400. package/dist/cjs/src/lib/components/LineChart/index.jsx +0 -62
  401. package/dist/cjs/src/lib/components/Menubar/MenubarCheckboxItem.jsx +0 -57
  402. package/dist/cjs/src/lib/components/Menubar/MenubarContent.jsx +0 -89
  403. package/dist/cjs/src/lib/components/Menubar/MenubarItem.jsx +0 -82
  404. package/dist/cjs/src/lib/components/Menubar/MenubarItemIndicator.jsx +0 -76
  405. package/dist/cjs/src/lib/components/Menubar/MenubarMenu.jsx +0 -44
  406. package/dist/cjs/src/lib/components/Menubar/MenubarRadioGroup.jsx +0 -49
  407. package/dist/cjs/src/lib/components/Menubar/MenubarRadioItem.jsx +0 -59
  408. package/dist/cjs/src/lib/components/Menubar/MenubarRoot.jsx +0 -91
  409. package/dist/cjs/src/lib/components/Menubar/MenubarSeparator.jsx +0 -47
  410. package/dist/cjs/src/lib/components/Menubar/MenubarSub.jsx +0 -44
  411. package/dist/cjs/src/lib/components/Menubar/MenubarSubContent.jsx +0 -78
  412. package/dist/cjs/src/lib/components/Menubar/MenubarSubTrigger.jsx +0 -60
  413. package/dist/cjs/src/lib/components/Menubar/MenubarTrigger.jsx +0 -84
  414. package/dist/cjs/src/lib/components/Menubar/index.jsx +0 -31
  415. package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuContent.jsx +0 -75
  416. package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -48
  417. package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuItem.jsx +0 -46
  418. package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuLink.jsx +0 -78
  419. package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuList.jsx +0 -75
  420. package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuRoot.jsx +0 -62
  421. package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuTrigger.jsx +0 -86
  422. package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuViewport.jsx +0 -80
  423. package/dist/cjs/src/lib/components/NavigationMenu/index.jsx +0 -12
  424. package/dist/cjs/src/lib/components/PieChart/index.jsx +0 -70
  425. package/dist/cjs/src/lib/components/Popover/PopoverClose.jsx +0 -64
  426. package/dist/cjs/src/lib/components/Popover/PopoverContent.jsx +0 -92
  427. package/dist/cjs/src/lib/components/Popover/PopoverRoot.jsx +0 -55
  428. package/dist/cjs/src/lib/components/Popover/PopoverTrigger.jsx +0 -46
  429. package/dist/cjs/src/lib/components/Popover/index.jsx +0 -13
  430. package/dist/cjs/src/lib/components/Progress/index.jsx +0 -83
  431. package/dist/cjs/src/lib/components/RadarChart/index.jsx +0 -83
  432. package/dist/cjs/src/lib/components/Radio/index.jsx +0 -54
  433. package/dist/cjs/src/lib/components/RadioCards/RadioCardsItem.jsx +0 -70
  434. package/dist/cjs/src/lib/components/RadioCards/RadioCardsRoot.jsx +0 -77
  435. package/dist/cjs/src/lib/components/RadioCards/index.jsx +0 -9
  436. package/dist/cjs/src/lib/components/RadioGroup/RadioGroupItem.jsx +0 -62
  437. package/dist/cjs/src/lib/components/RadioGroup/RadioGroupRoot.jsx +0 -73
  438. package/dist/cjs/src/lib/components/RadioGroup/index.jsx +0 -9
  439. package/dist/cjs/src/lib/components/ScrollArea/index.jsx +0 -54
  440. package/dist/cjs/src/lib/components/SegmentedControl/SegmentedControlItem.jsx +0 -51
  441. package/dist/cjs/src/lib/components/SegmentedControl/SegmentedControlRoot.jsx +0 -79
  442. package/dist/cjs/src/lib/components/SegmentedControl/index.jsx +0 -9
  443. package/dist/cjs/src/lib/components/Select/index.jsx +0 -115
  444. package/dist/cjs/src/lib/components/Separator/index.jsx +0 -56
  445. package/dist/cjs/src/lib/components/Skeleton/index.jsx +0 -51
  446. package/dist/cjs/src/lib/components/Slider/index.jsx +0 -56
  447. package/dist/cjs/src/lib/components/Spinner/index.jsx +0 -56
  448. package/dist/cjs/src/lib/components/TabNav/index.jsx +0 -50
  449. package/dist/cjs/src/lib/components/Table/index.jsx +0 -119
  450. package/dist/cjs/src/lib/components/Tabs/index.jsx +0 -80
  451. package/dist/cjs/src/lib/components/TextArea/index.jsx +0 -65
  452. package/dist/cjs/src/lib/components/TextField/index.jsx +0 -67
  453. package/dist/cjs/src/lib/components/Toast/ToastActionButton.jsx +0 -97
  454. package/dist/cjs/src/lib/components/Toast/ToastDescription.jsx +0 -71
  455. package/dist/cjs/src/lib/components/Toast/ToastRoot.jsx +0 -123
  456. package/dist/cjs/src/lib/components/Toast/ToastTitle.jsx +0 -69
  457. package/dist/cjs/src/lib/components/Toast/index.jsx +0 -13
  458. package/dist/cjs/src/lib/components/Toggle/ToggleWithText.jsx +0 -86
  459. package/dist/cjs/src/lib/components/Toggle/index.jsx +0 -88
  460. package/dist/cjs/src/lib/components/ToggleGroup/ToggleGroupItem.jsx +0 -70
  461. package/dist/cjs/src/lib/components/ToggleGroup/ToggleGroupRoot.jsx +0 -79
  462. package/dist/cjs/src/lib/components/ToggleGroup/index.jsx +0 -9
  463. package/dist/cjs/src/lib/components/ToggleSwitch/index.jsx +0 -81
  464. package/dist/cjs/src/lib/components/Tooltip/index.jsx +0 -86
  465. package/dist/cjs/src/lib/components/index.js +0 -108
  466. package/dist/cjs/src/lib/constants.js +0 -950
  467. package/dist/cjs/src/lib/index.js +0 -18
  468. package/dist/cjs/src/lib/types.js +0 -2
  469. package/dist/cjs/src/lib/utils/useDarkMode.js +0 -53
  470. package/dist/cjs/src/lib/utils/utils.js +0 -14
  471. package/dist/cjs/src/stories/ToggleSwitch/ToggleSwitch.stories.jsx +0 -125
  472. package/dist/cjs/src/stories/Welcome.jsx +0 -96
  473. package/dist/cjs/src/stories/accordion/Accordion.stories.jsx +0 -88
  474. package/dist/cjs/src/stories/alert-dialog/AlertDialog.stories.jsx +0 -79
  475. package/dist/cjs/src/stories/aspect-ratio/AspectRatio.stories.jsx +0 -115
  476. package/dist/cjs/src/stories/avatar/Avatar.stories.jsx +0 -120
  477. package/dist/cjs/src/stories/badge/Badge.stories.jsx +0 -148
  478. package/dist/cjs/src/stories/bar-chart/BarChart.stories.jsx +0 -114
  479. package/dist/cjs/src/stories/bubble-chart/BubbleChart.stories.jsx +0 -182
  480. package/dist/cjs/src/stories/button/Button.stories.jsx +0 -119
  481. package/dist/cjs/src/stories/button/IconButton.stories.jsx +0 -118
  482. package/dist/cjs/src/stories/callout/Callout.stories.jsx +0 -212
  483. package/dist/cjs/src/stories/card/Card.stories.jsx +0 -168
  484. package/dist/cjs/src/stories/checkbox/Checkbox.stories.jsx +0 -187
  485. package/dist/cjs/src/stories/checkbox/CheckboxCard.stories.jsx +0 -150
  486. package/dist/cjs/src/stories/checkbox/CheckboxGroup.stories.jsx +0 -150
  487. package/dist/cjs/src/stories/context-menu/ContextMenu.stories.jsx +0 -163
  488. package/dist/cjs/src/stories/data-list/DataList.stories.jsx +0 -193
  489. package/dist/cjs/src/stories/dialog/Dialog.stories.jsx +0 -183
  490. package/dist/cjs/src/stories/doughnut-chart/DoughnutChart.stories.jsx +0 -130
  491. package/dist/cjs/src/stories/dropdown-menu/DropdownMenu.stories.jsx +0 -156
  492. package/dist/cjs/src/stories/header/Header.stories.jsx +0 -127
  493. package/dist/cjs/src/stories/hover-card/HoverCard.stories.jsx +0 -150
  494. package/dist/cjs/src/stories/inset/Inset.stories.jsx +0 -105
  495. package/dist/cjs/src/stories/label/Label.stories.jsx +0 -119
  496. package/dist/cjs/src/stories/line-chart/LineChart.stories.jsx +0 -245
  497. package/dist/cjs/src/stories/menubar/Menubar.stories.jsx +0 -282
  498. package/dist/cjs/src/stories/navigation-menu/NavigationMenu.stories.jsx +0 -249
  499. package/dist/cjs/src/stories/pie-chart/PieChart.stories.jsx +0 -156
  500. package/dist/cjs/src/stories/popover/Popover.stories.jsx +0 -137
  501. package/dist/cjs/src/stories/progress/Progress.stories.jsx +0 -88
  502. package/dist/cjs/src/stories/radar-chart/RadarChart.stories.jsx +0 -134
  503. package/dist/cjs/src/stories/radio/Radio.stories.jsx +0 -117
  504. package/dist/cjs/src/stories/radio/RadioCards.stories.jsx +0 -147
  505. package/dist/cjs/src/stories/radio/RadioGroup.stories.jsx +0 -132
  506. package/dist/cjs/src/stories/scroll-area/ScrollArea.stories.jsx +0 -204
  507. package/dist/cjs/src/stories/segmented-control/SegmentedControl.stories.jsx +0 -107
  508. package/dist/cjs/src/stories/select/Select.stories.jsx +0 -187
  509. package/dist/cjs/src/stories/separator/Separator.stories.jsx +0 -112
  510. package/dist/cjs/src/stories/skeleton/Skeleton.stories.jsx +0 -126
  511. package/dist/cjs/src/stories/slider/Slider.stories.jsx +0 -100
  512. package/dist/cjs/src/stories/spinner/Spinner.stories.jsx +0 -122
  513. package/dist/cjs/src/stories/tab-nav/TabNav.stories.jsx +0 -102
  514. package/dist/cjs/src/stories/table/Table.stories.jsx +0 -139
  515. package/dist/cjs/src/stories/tabs/Tabs.stories.jsx +0 -126
  516. package/dist/cjs/src/stories/text/Text.stories.jsx +0 -123
  517. package/dist/cjs/src/stories/textArea/TextArea.stories.jsx +0 -119
  518. package/dist/cjs/src/stories/textfield/TextField.stories.jsx +0 -133
  519. package/dist/cjs/src/stories/toast/Toast.stories.jsx +0 -230
  520. package/dist/cjs/src/stories/toggle/Toggle.stories.jsx +0 -114
  521. package/dist/cjs/src/stories/toggle/ToggleGroup.stories.jsx +0 -158
  522. package/dist/cjs/src/stories/tooltip/Tooltip.stories.jsx +0 -98
  523. package/dist/cjs/src/utils/chart.js +0 -582
  524. package/dist/cjs/src/utils/move-cjs.mjs +0 -26
  525. package/dist/cjs/src/utils/move-esm.mjs +0 -40
  526. package/dist/cjs/src/utils/move.mjs +0 -60
  527. package/dist/cjs/src/utils/post-publish.mjs +0 -28
  528. package/dist/cjs/tailwind.config.js +0 -169
  529. package/dist/cjs/tsconfig.tsbuildinfo +0 -1
  530. package/dist/esm/.storybook/main.js +0 -22
  531. package/dist/esm/.storybook/manager.js +0 -12
  532. package/dist/esm/.storybook/preview.jsx +0 -80
  533. package/dist/esm/src/app/layout.jsx +0 -13
  534. package/dist/esm/src/app/page.jsx +0 -36
  535. package/dist/esm/src/app/template/colorPicker.jsx +0 -19
  536. package/dist/esm/src/app/template/theme.jsx +0 -17
  537. package/dist/esm/src/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
  538. package/dist/esm/src/stories/ToggleSwitch/ToggleSwitch.stories.jsx +0 -118
  539. package/dist/esm/src/stories/Welcome.jsx +0 -68
  540. package/dist/esm/src/stories/accordion/Accordion.stories.jsx +0 -81
  541. package/dist/esm/src/stories/alert-dialog/AlertDialog.stories.jsx +0 -72
  542. package/dist/esm/src/stories/aspect-ratio/AspectRatio.stories.jsx +0 -106
  543. package/dist/esm/src/stories/avatar/Avatar.stories.jsx +0 -109
  544. package/dist/esm/src/stories/badge/Badge.stories.jsx +0 -135
  545. package/dist/esm/src/stories/bar-chart/BarChart.stories.jsx +0 -105
  546. package/dist/esm/src/stories/bubble-chart/BubbleChart.stories.jsx +0 -175
  547. package/dist/esm/src/stories/button/Button.stories.jsx +0 -105
  548. package/dist/esm/src/stories/button/IconButton.stories.jsx +0 -110
  549. package/dist/esm/src/stories/callout/Callout.stories.jsx +0 -202
  550. package/dist/esm/src/stories/card/Card.stories.jsx +0 -156
  551. package/dist/esm/src/stories/checkbox/Checkbox.stories.jsx +0 -174
  552. package/dist/esm/src/stories/checkbox/CheckboxCard.stories.jsx +0 -138
  553. package/dist/esm/src/stories/checkbox/CheckboxGroup.stories.jsx +0 -144
  554. package/dist/esm/src/stories/context-menu/ContextMenu.stories.jsx +0 -156
  555. package/dist/esm/src/stories/data-list/DataList.stories.jsx +0 -186
  556. package/dist/esm/src/stories/dialog/Dialog.stories.jsx +0 -173
  557. package/dist/esm/src/stories/doughnut-chart/DoughnutChart.stories.jsx +0 -118
  558. package/dist/esm/src/stories/dropdown-menu/DropdownMenu.stories.jsx +0 -146
  559. package/dist/esm/src/stories/header/Header.stories.jsx +0 -118
  560. package/dist/esm/src/stories/hover-card/HoverCard.stories.jsx +0 -143
  561. package/dist/esm/src/stories/inset/Inset.stories.jsx +0 -99
  562. package/dist/esm/src/stories/label/Label.stories.jsx +0 -112
  563. package/dist/esm/src/stories/line-chart/LineChart.stories.jsx +0 -234
  564. package/dist/esm/src/stories/menubar/Menubar.stories.jsx +0 -274
  565. package/dist/esm/src/stories/navigation-menu/NavigationMenu.stories.jsx +0 -237
  566. package/dist/esm/src/stories/pie-chart/PieChart.stories.jsx +0 -144
  567. package/dist/esm/src/stories/popover/Popover.stories.jsx +0 -128
  568. package/dist/esm/src/stories/progress/Progress.stories.jsx +0 -81
  569. package/dist/esm/src/stories/radar-chart/RadarChart.stories.jsx +0 -126
  570. package/dist/esm/src/stories/radio/Radio.stories.jsx +0 -110
  571. package/dist/esm/src/stories/radio/RadioCards.stories.jsx +0 -136
  572. package/dist/esm/src/stories/radio/RadioGroup.stories.jsx +0 -125
  573. package/dist/esm/src/stories/scroll-area/ScrollArea.stories.jsx +0 -197
  574. package/dist/esm/src/stories/segmented-control/SegmentedControl.stories.jsx +0 -100
  575. package/dist/esm/src/stories/select/Select.stories.jsx +0 -175
  576. package/dist/esm/src/stories/separator/Separator.stories.jsx +0 -105
  577. package/dist/esm/src/stories/skeleton/Skeleton.stories.jsx +0 -118
  578. package/dist/esm/src/stories/slider/Slider.stories.jsx +0 -93
  579. package/dist/esm/src/stories/spinner/Spinner.stories.jsx +0 -111
  580. package/dist/esm/src/stories/tab-nav/TabNav.stories.jsx +0 -94
  581. package/dist/esm/src/stories/table/Table.stories.jsx +0 -129
  582. package/dist/esm/src/stories/tabs/Tabs.stories.jsx +0 -118
  583. package/dist/esm/src/stories/text/Text.stories.jsx +0 -115
  584. package/dist/esm/src/stories/textArea/TextArea.stories.jsx +0 -111
  585. package/dist/esm/src/stories/textfield/TextField.stories.jsx +0 -122
  586. package/dist/esm/src/stories/toast/Toast.stories.jsx +0 -197
  587. package/dist/esm/src/stories/toggle/Toggle.stories.jsx +0 -106
  588. package/dist/esm/src/stories/toggle/ToggleGroup.stories.jsx +0 -151
  589. package/dist/esm/src/stories/tooltip/Tooltip.stories.jsx +0 -89
  590. package/dist/esm/src/utils/chart.js +0 -572
  591. package/dist/esm/src/utils/move-cjs.mjs +0 -21
  592. package/dist/esm/src/utils/move-esm.mjs +0 -35
  593. package/dist/esm/src/utils/move.mjs +0 -55
  594. package/dist/esm/src/utils/post-publish.mjs +0 -23
  595. package/dist/esm/tailwind.config.js +0 -144
  596. package/dist/esm/tsconfig.tsbuildinfo +0 -1
  597. /package/dist/esm/{src/lib → lib}/Typography/index.js +0 -0
  598. /package/dist/esm/{src/lib → lib}/color/alpha.js +0 -0
  599. /package/dist/esm/{src/lib → lib}/color/constants.js +0 -0
  600. /package/dist/esm/{src/lib → lib}/color/dark.js +0 -0
  601. /package/dist/esm/{src/lib → lib}/color/krdsColors.js +0 -0
  602. /package/dist/esm/{src/lib → lib}/color/light.js +0 -0
  603. /package/dist/esm/{src/lib/components/AlertDialog/index.jsx → lib/components/AlertDialog/index.js} +0 -0
  604. /package/dist/esm/{src/lib/components/Callout/index.jsx → lib/components/Callout/index.js} +0 -0
  605. /package/dist/esm/{src/lib/components/CheckboxGroup/index.jsx → lib/components/CheckboxGroup/index.js} +0 -0
  606. /package/dist/esm/{src/lib/components/ContextMenu/index.jsx → lib/components/ContextMenu/index.js} +0 -0
  607. /package/dist/esm/{src/lib/components/DataList/index.jsx → lib/components/DataList/index.js} +0 -0
  608. /package/dist/esm/{src/lib/components/Dialog/index.jsx → lib/components/Dialog/index.js} +0 -0
  609. /package/dist/esm/{src/lib/components/DropdownMenu/index.jsx → lib/components/DropdownMenu/index.js} +0 -0
  610. /package/dist/esm/{src/lib/components/HoverCard/index.jsx → lib/components/HoverCard/index.js} +0 -0
  611. /package/dist/esm/{src/lib/components/Menubar/index.jsx → lib/components/Menubar/index.js} +0 -0
  612. /package/dist/esm/{src/lib/components/NavigationMenu/index.jsx → lib/components/NavigationMenu/index.js} +0 -0
  613. /package/dist/esm/{src/lib/components/Popover/index.jsx → lib/components/Popover/index.js} +0 -0
  614. /package/dist/esm/{src/lib/components/RadioCards/index.jsx → lib/components/RadioCards/index.js} +0 -0
  615. /package/dist/esm/{src/lib/components/RadioGroup/index.jsx → lib/components/RadioGroup/index.js} +0 -0
  616. /package/dist/esm/{src/lib/components/SegmentedControl/index.jsx → lib/components/SegmentedControl/index.js} +0 -0
  617. /package/dist/esm/{src/lib/components/Toast/index.jsx → lib/components/Toast/index.js} +0 -0
  618. /package/dist/esm/{src/lib/components/ToggleGroup/index.jsx → lib/components/ToggleGroup/index.js} +0 -0
  619. /package/dist/esm/{src/lib → lib}/components/index.js +0 -0
  620. /package/dist/esm/{src/lib → lib}/constants.js +0 -0
  621. /package/dist/esm/{src/lib → lib}/index.js +0 -0
  622. /package/dist/esm/{src/lib → lib}/types.js +0 -0
  623. /package/dist/esm/{src/lib → lib}/utils/useDarkMode.js +0 -0
  624. /package/dist/esm/{src/lib → lib}/utils/utils.js +0 -0
@@ -1,7 +1,9 @@
1
- import { RadioCardsRoot } from './RadioCardsRoot';
2
- import { RadioCardsItem } from './RadioCardsItem';
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var RadioCardsRoot_1 = require("./RadioCardsRoot");
4
+ var RadioCardsItem_1 = require("./RadioCardsItem");
3
5
  var RadioCards = {
4
- Root: RadioCardsRoot,
5
- Item: RadioCardsItem,
6
+ Root: RadioCardsRoot_1.RadioCardsRoot,
7
+ Item: RadioCardsItem_1.RadioCardsItem,
6
8
  };
7
- export default RadioCards;
9
+ exports.default = RadioCards;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __assign = (this && this.__assign) || function () {
2
3
  __assign = Object.assign || function(t) {
3
4
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -20,13 +21,15 @@ var __rest = (this && this.__rest) || function (s, e) {
20
21
  }
21
22
  return t;
22
23
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef, useContext } from 'react';
25
- import { cva } from 'class-variance-authority';
26
- import { RadioGroup as RadioGroupTheme } from '@radix-ui/themes';
27
- import { RadioGroupContext } from './RadioGroupRoot';
28
- import { cn } from 'lib/utils/utils';
29
- var radioGroupItemVariants = cva('font-normal text-slate-12 dark:text-slateDark-12', {
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ exports.RadioGroupItem = void 0;
26
+ var jsx_runtime_1 = require("react/jsx-runtime");
27
+ var react_1 = require("react");
28
+ var class_variance_authority_1 = require("class-variance-authority");
29
+ var themes_1 = require("@radix-ui/themes");
30
+ var RadioGroupRoot_1 = require("./RadioGroupRoot");
31
+ var utils_1 = require("lib/utils/utils");
32
+ var radioGroupItemVariants = (0, class_variance_authority_1.cva)('font-normal text-slate-12 dark:text-slateDark-12', {
30
33
  variants: {
31
34
  size: {
32
35
  small: 'text-xs gap-2',
@@ -38,9 +41,9 @@ var radioGroupItemVariants = cva('font-normal text-slate-12 dark:text-slateDark-
38
41
  size: 'medium',
39
42
  },
40
43
  });
41
- export var RadioGroupItem = forwardRef(function (_a, ref) {
44
+ exports.RadioGroupItem = (0, react_1.forwardRef)(function (_a, ref) {
42
45
  var className = _a.className, children = _a.children, value = _a.value, props = __rest(_a, ["className", "children", "value"]);
43
- var size = useContext(RadioGroupContext).size;
44
- return (_jsx(RadioGroupTheme.Item, __assign({ ref: ref, value: value, className: cn(radioGroupItemVariants({ size: size }), className) }, props, { children: children })));
46
+ var size = (0, react_1.useContext)(RadioGroupRoot_1.RadioGroupContext).size;
47
+ return ((0, jsx_runtime_1.jsx)(themes_1.RadioGroup.Item, __assign({ ref: ref, value: value, className: (0, utils_1.cn)(radioGroupItemVariants({ size: size }), className) }, props, { children: children })));
45
48
  });
46
- RadioGroupItem.displayName = 'RadioGroup.Item';
49
+ exports.RadioGroupItem.displayName = 'RadioGroup.Item';
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __assign = (this && this.__assign) || function () {
2
3
  __assign = Object.assign || function(t) {
3
4
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -20,12 +21,14 @@ var __rest = (this && this.__rest) || function (s, e) {
20
21
  }
21
22
  return t;
22
23
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { createContext, forwardRef } from 'react';
25
- import { Theme, RadioGroup as RadioGroupTheme } from '@radix-ui/themes';
26
- import { cva } from 'class-variance-authority';
27
- import { cn } from 'lib/utils/utils';
28
- var radioGroupVariants = cva('', {
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ exports.RadioGroupRoot = exports.RadioGroupContext = void 0;
26
+ var jsx_runtime_1 = require("react/jsx-runtime");
27
+ var react_1 = require("react");
28
+ var themes_1 = require("@radix-ui/themes");
29
+ var class_variance_authority_1 = require("class-variance-authority");
30
+ var utils_1 = require("lib/utils/utils");
31
+ var radioGroupVariants = (0, class_variance_authority_1.cva)('', {
29
32
  variants: {
30
33
  size: {
31
34
  small: 'gap-1',
@@ -37,10 +40,10 @@ var radioGroupVariants = cva('', {
37
40
  size: 'medium',
38
41
  },
39
42
  });
40
- export var RadioGroupContext = createContext({
43
+ exports.RadioGroupContext = (0, react_1.createContext)({
41
44
  size: 'medium',
42
45
  });
43
- export var RadioGroupRoot = forwardRef(function (_a, ref) {
46
+ exports.RadioGroupRoot = (0, react_1.forwardRef)(function (_a, ref) {
44
47
  var className = _a.className, children = _a.children, 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, ["className", "children", "scaling", "size", "color", "appearance"]);
45
48
  var contextValue = { size: size };
46
49
  var sizeTheme = '2';
@@ -48,6 +51,6 @@ export var RadioGroupRoot = forwardRef(function (_a, ref) {
48
51
  sizeTheme = '1';
49
52
  if (size === 'large')
50
53
  sizeTheme = '3';
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 })) }) }));
54
+ return ((0, jsx_runtime_1.jsx)(themes_1.Theme, { accentColor: color, scaling: scaling, children: (0, jsx_runtime_1.jsx)(exports.RadioGroupContext.Provider, { value: contextValue, children: (0, jsx_runtime_1.jsx)(themes_1.RadioGroup.Root, __assign({ ref: ref, size: sizeTheme, variant: appearance, className: (0, utils_1.cn)(radioGroupVariants({ size: size }), className) }, props, { children: children })) }) }));
52
55
  });
53
- RadioGroupRoot.displayName = 'RadioGroup.Root';
56
+ exports.RadioGroupRoot.displayName = 'RadioGroup.Root';
@@ -1,7 +1,9 @@
1
- import { RadioGroupRoot } from './RadioGroupRoot';
2
- import { RadioGroupItem } from './RadioGroupItem';
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var RadioGroupRoot_1 = require("./RadioGroupRoot");
4
+ var RadioGroupItem_1 = require("./RadioGroupItem");
3
5
  var RadioGroup = {
4
- Root: RadioGroupRoot,
5
- Item: RadioGroupItem,
6
+ Root: RadioGroupRoot_1.RadioGroupRoot,
7
+ Item: RadioGroupItem_1.RadioGroupItem,
6
8
  };
7
- export default RadioGroup;
9
+ exports.default = RadioGroup;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __assign = (this && this.__assign) || function () {
2
3
  __assign = Object.assign || function(t) {
3
4
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -20,17 +21,19 @@ var __rest = (this && this.__rest) || function (s, e) {
20
21
  }
21
22
  return t;
22
23
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
25
- import { Theme, ScrollArea as ScrollAreaTheme } from '@radix-ui/themes';
26
- export var ScrollArea = forwardRef(function (_a, ref) {
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ exports.ScrollArea = void 0;
26
+ var jsx_runtime_1 = require("react/jsx-runtime");
27
+ var react_1 = require("react");
28
+ var themes_1 = require("@radix-ui/themes");
29
+ exports.ScrollArea = (0, react_1.forwardRef)(function (_a, ref) {
27
30
  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"]);
28
31
  var sizeTheme = '1';
29
32
  if (size === 'medium')
30
33
  sizeTheme = '2';
31
34
  if (size === 'large')
32
35
  sizeTheme = '3';
33
- return (_jsx(Theme, { children: _jsx(ScrollAreaTheme, __assign({ ref: ref, scrollbars: scrollbars, radius: radius, size: sizeTheme, className: className }, props, { children: children })) }));
36
+ return ((0, jsx_runtime_1.jsx)(themes_1.Theme, { children: (0, jsx_runtime_1.jsx)(themes_1.ScrollArea, __assign({ ref: ref, scrollbars: scrollbars, radius: radius, size: sizeTheme, className: className }, props, { children: children })) }));
34
37
  });
35
- ScrollArea.displayName = 'ScrollArea';
36
- export default ScrollArea;
38
+ exports.ScrollArea.displayName = 'ScrollArea';
39
+ exports.default = exports.ScrollArea;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __assign = (this && this.__assign) || function () {
2
3
  __assign = Object.assign || function(t) {
3
4
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -20,16 +21,18 @@ var __rest = (this && this.__rest) || function (s, e) {
20
21
  }
21
22
  return t;
22
23
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
25
- import { SegmentedControl as SegmentedControlTheme } from '@radix-ui/themes';
26
- import { cn } from 'lib/utils/utils';
27
- export var SegmentedControlItem = forwardRef(function (_a, ref) {
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ exports.SegmentedControlItem = void 0;
26
+ var jsx_runtime_1 = require("react/jsx-runtime");
27
+ var react_1 = require("react");
28
+ var themes_1 = require("@radix-ui/themes");
29
+ var utils_1 = require("lib/utils/utils");
30
+ exports.SegmentedControlItem = (0, react_1.forwardRef)(function (_a, ref) {
28
31
  var children = _a.children, className = _a.className, appearance = _a.appearance, props = __rest(_a, ["children", "className", "appearance"]);
29
32
  var appearanceClassName = '';
30
33
  if (appearance === 'classic') {
31
34
  appearanceClassName = 'dark:data-[state=on]:shadow-segmented-control-dark-classic';
32
35
  }
33
- return (_jsx(SegmentedControlTheme.Item, __assign({ ref: ref, className: cn(appearanceClassName, className) }, props, { children: children })));
36
+ return ((0, jsx_runtime_1.jsx)(themes_1.SegmentedControl.Item, __assign({ ref: ref, className: (0, utils_1.cn)(appearanceClassName, className) }, props, { children: children })));
34
37
  });
35
- SegmentedControlItem.displayName = 'SegmentedControl.Item';
38
+ exports.SegmentedControlItem.displayName = 'SegmentedControl.Item';
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __assign = (this && this.__assign) || function () {
2
3
  __assign = Object.assign || function(t) {
3
4
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -9,6 +10,32 @@ var __assign = (this && this.__assign) || function () {
9
10
  };
10
11
  return __assign.apply(this, arguments);
11
12
  };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
37
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
38
+ };
12
39
  var __rest = (this && this.__rest) || function (s, e) {
13
40
  var t = {};
14
41
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,28 +47,30 @@ var __rest = (this && this.__rest) || function (s, e) {
20
47
  }
21
48
  return t;
22
49
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import React, { Children, forwardRef } from 'react';
25
- import { cva } from 'class-variance-authority';
26
- import { SegmentedControl as SegmentedControlTheme, Theme } from '@radix-ui/themes';
27
- import { scalingVariants } from 'lib/constants';
28
- export * from './SegmentedControlItem';
29
- import { cn } from 'lib/utils/utils';
30
- var segmentedControlVariants = cva('text-slateA-12 dark:text-slateDarkA-12', {
50
+ Object.defineProperty(exports, "__esModule", { value: true });
51
+ exports.SegmentedControlRoot = void 0;
52
+ var jsx_runtime_1 = require("react/jsx-runtime");
53
+ var react_1 = __importStar(require("react"));
54
+ var class_variance_authority_1 = require("class-variance-authority");
55
+ var themes_1 = require("@radix-ui/themes");
56
+ var constants_1 = require("lib/constants");
57
+ __exportStar(require("./SegmentedControlItem"), exports);
58
+ var utils_1 = require("lib/utils/utils");
59
+ var segmentedControlVariants = (0, class_variance_authority_1.cva)('text-slateA-12 dark:text-slateDarkA-12', {
31
60
  variants: {
32
- scaling: __assign({}, scalingVariants),
61
+ scaling: __assign({}, constants_1.scalingVariants),
33
62
  },
34
63
  defaultVariants: {
35
64
  scaling: '100%',
36
65
  },
37
66
  });
38
- export var SegmentedControlRoot = forwardRef(function (_a, ref) {
67
+ exports.SegmentedControlRoot = (0, react_1.forwardRef)(function (_a, ref) {
39
68
  var children = _a.children, className = _a.className, _b = _a.appearance, appearance = _b === void 0 ? 'surface' : _b, _c = _a.radius, radius = _c === void 0 ? 'medium' : _c, _d = _a.size, size = _d === void 0 ? 'medium' : _d, scaling = _a.scaling, props = __rest(_a, ["children", "className", "appearance", "radius", "size", "scaling"]);
40
69
  var sizeTheme = '2';
41
70
  if (size === 'small')
42
71
  sizeTheme = '1';
43
72
  if (size === 'large')
44
73
  sizeTheme = '3';
45
- return (_jsx(Theme, { children: _jsx(SegmentedControlTheme.Root, __assign({ ref: ref, size: sizeTheme, radius: radius, variant: appearance, className: cn(segmentedControlVariants({ scaling: scaling }), className) }, props, { children: Children.map(children, function (child) { return React.cloneElement(child, { appearance: appearance }); }) })) }));
74
+ return ((0, jsx_runtime_1.jsx)(themes_1.Theme, { children: (0, jsx_runtime_1.jsx)(themes_1.SegmentedControl.Root, __assign({ ref: ref, size: sizeTheme, radius: radius, variant: appearance, className: (0, utils_1.cn)(segmentedControlVariants({ scaling: scaling }), className) }, props, { children: react_1.Children.map(children, function (child) { return react_1.default.cloneElement(child, { appearance: appearance }); }) })) }));
46
75
  });
47
- SegmentedControlRoot.displayName = 'SegmentedControl.Root';
76
+ exports.SegmentedControlRoot.displayName = 'SegmentedControl.Root';
@@ -1,7 +1,9 @@
1
- import { SegmentedControlRoot } from './SegmentedControlRoot';
2
- import { SegmentedControlItem } from './SegmentedControlRoot';
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var SegmentedControlRoot_1 = require("./SegmentedControlRoot");
4
+ var SegmentedControlRoot_2 = require("./SegmentedControlRoot");
3
5
  var SegmentedControl = {
4
- Root: SegmentedControlRoot,
5
- Item: SegmentedControlItem,
6
+ Root: SegmentedControlRoot_1.SegmentedControlRoot,
7
+ Item: SegmentedControlRoot_2.SegmentedControlItem,
6
8
  };
7
- export default SegmentedControl;
9
+ exports.default = SegmentedControl;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __assign = (this && this.__assign) || function () {
2
3
  __assign = Object.assign || function(t) {
3
4
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -20,73 +21,78 @@ var __rest = (this && this.__rest) || function (s, e) {
20
21
  }
21
22
  return t;
22
23
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { Theme, Select as SelectTheme } from '@radix-ui/themes';
25
- import React from 'react';
26
- import { cva } from 'class-variance-authority';
27
- import { cn } from 'lib/utils/utils';
28
- import { radiusVariants, selectAppearanceStyle } from 'lib/constants';
29
- var selectVariants = cva('', {
24
+ var __importDefault = (this && this.__importDefault) || function (mod) {
25
+ return (mod && mod.__esModule) ? mod : { "default": mod };
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.Separator = exports.Label = exports.Group = exports.Item = exports.Content = exports.Trigger = exports.Root = void 0;
29
+ var jsx_runtime_1 = require("react/jsx-runtime");
30
+ var themes_1 = require("@radix-ui/themes");
31
+ var react_1 = __importDefault(require("react"));
32
+ var class_variance_authority_1 = require("class-variance-authority");
33
+ var utils_1 = require("lib/utils/utils");
34
+ var constants_1 = require("lib/constants");
35
+ var selectVariants = (0, class_variance_authority_1.cva)('', {
30
36
  variants: {
31
- radius: __assign({}, radiusVariants['base']),
37
+ radius: __assign({}, constants_1.radiusVariants['base']),
32
38
  },
33
39
  defaultVariants: {
34
40
  radius: 'medium',
35
41
  },
36
42
  });
37
- export var Root = React.forwardRef(function (_a, ref) {
43
+ exports.Root = react_1.default.forwardRef(function (_a, ref) {
38
44
  var scaling = _a.scaling, size = _a.size, color = _a.color, children = _a.children, props = __rest(_a, ["scaling", "size", "color", "children"]);
39
45
  var sizeTheme = '2';
40
46
  if (size === 'small')
41
47
  sizeTheme = '1';
42
48
  if (size === 'large')
43
49
  sizeTheme = '3';
44
- return (_jsx(Theme, { scaling: scaling, accentColor: color, hasBackground: false, children: _jsx("div", { ref: ref, children: _jsx(SelectTheme.Root, __assign({ size: sizeTheme }, props, { children: children })) }) }));
50
+ return ((0, jsx_runtime_1.jsx)(themes_1.Theme, { scaling: scaling, accentColor: color, hasBackground: false, children: (0, jsx_runtime_1.jsx)("div", { ref: ref, children: (0, jsx_runtime_1.jsx)(themes_1.Select.Root, __assign({ size: sizeTheme }, props, { children: children })) }) }));
45
51
  });
46
- Root.displayName = 'Select.Root';
47
- export var Trigger = React.forwardRef(function (_a, forwardedRef) {
52
+ exports.Root.displayName = 'Select.Root';
53
+ exports.Trigger = react_1.default.forwardRef(function (_a, forwardedRef) {
48
54
  var _b = _a.appearance, appearance = _b === void 0 ? 'classic' : _b, color = _a.color, size = _a.size, radius = _a.radius, children = _a.children, className = _a.className, props = __rest(_a, ["appearance", "color", "size", "radius", "children", "className"]);
49
55
  if (!color)
50
56
  color = 'red';
51
- return (_jsx(SelectTheme.Trigger, __assign({ ref: forwardedRef, variant: appearance, radius: radius, className: cn(selectVariants({ radius: radius }), selectAppearanceStyle(appearance, color), className) }, props, { children: children })));
57
+ return ((0, jsx_runtime_1.jsx)(themes_1.Select.Trigger, __assign({ ref: forwardedRef, variant: appearance, radius: radius, className: (0, utils_1.cn)(selectVariants({ radius: radius }), (0, constants_1.selectAppearanceStyle)(appearance, color), className) }, props, { children: children })));
52
58
  });
53
- Trigger.displayName = 'Select.Trigger';
54
- export var Content = React.forwardRef(function (_a, forwardedRef) {
59
+ exports.Trigger.displayName = 'Select.Trigger';
60
+ exports.Content = react_1.default.forwardRef(function (_a, forwardedRef) {
55
61
  var appearance = _a.appearance, color = _a.color, size = _a.size, radius = _a.radius, children = _a.children, className = _a.className, props = __rest(_a, ["appearance", "color", "size", "radius", "children", "className"]);
56
62
  if (!color)
57
63
  color = 'red';
58
64
  if (radius === 'full')
59
65
  radius = 'large';
60
- return (_jsx(SelectTheme.Content, __assign({ ref: forwardedRef, color: color }, props, { className: cn(selectVariants({ radius: radius }), className), children: children })));
66
+ return ((0, jsx_runtime_1.jsx)(themes_1.Select.Content, __assign({ ref: forwardedRef, color: color }, props, { className: (0, utils_1.cn)(selectVariants({ radius: radius }), className), children: children })));
61
67
  });
62
- Content.displayName = 'Select.Content';
63
- export var Item = React.forwardRef(function (_a, forwardedRef) {
68
+ exports.Content.displayName = 'Select.Content';
69
+ exports.Item = react_1.default.forwardRef(function (_a, forwardedRef) {
64
70
  var value = _a.value, children = _a.children, className = _a.className, radius = _a.radius, props = __rest(_a, ["value", "children", "className", "radius"]);
65
- return (_jsx(SelectTheme.Item, __assign({ ref: forwardedRef, value: value }, props, { className: cn(selectVariants({ radius: radius }), className), children: children })));
71
+ return ((0, jsx_runtime_1.jsx)(themes_1.Select.Item, __assign({ ref: forwardedRef, value: value }, props, { className: (0, utils_1.cn)(selectVariants({ radius: radius }), className), children: children })));
66
72
  });
67
- Item.displayName = 'Select.Item';
68
- export var Group = React.forwardRef(function (_a, forwardedRef) {
73
+ exports.Item.displayName = 'Select.Item';
74
+ exports.Group = react_1.default.forwardRef(function (_a, forwardedRef) {
69
75
  var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
70
- return (_jsx(SelectTheme.Group, __assign({ ref: forwardedRef }, props, { className: className, children: children })));
76
+ return ((0, jsx_runtime_1.jsx)(themes_1.Select.Group, __assign({ ref: forwardedRef }, props, { className: className, children: children })));
71
77
  });
72
- Group.displayName = 'Select.Group';
73
- export var Label = React.forwardRef(function (_a, forwardedRef) {
78
+ exports.Group.displayName = 'Select.Group';
79
+ exports.Label = react_1.default.forwardRef(function (_a, forwardedRef) {
74
80
  var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
75
- return (_jsx(SelectTheme.Label, __assign({ ref: forwardedRef }, props, { className: className, children: children })));
81
+ return ((0, jsx_runtime_1.jsx)(themes_1.Select.Label, __assign({ ref: forwardedRef }, props, { className: className, children: children })));
76
82
  });
77
- Label.displayName = 'Select.Label';
78
- export var Separator = React.forwardRef(function (_a, forwardedRef) {
83
+ exports.Label.displayName = 'Select.Label';
84
+ exports.Separator = react_1.default.forwardRef(function (_a, forwardedRef) {
79
85
  var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
80
- return (_jsx(SelectTheme.Separator, __assign({ ref: forwardedRef }, props, { className: className, children: children })));
86
+ return ((0, jsx_runtime_1.jsx)(themes_1.Select.Separator, __assign({ ref: forwardedRef }, props, { className: className, children: children })));
81
87
  });
82
- Separator.displayName = 'Select.Separator';
88
+ exports.Separator.displayName = 'Select.Separator';
83
89
  var Select = {
84
- Root: Root,
85
- Trigger: Trigger,
86
- Content: Content,
87
- Item: Item,
88
- Group: Group,
89
- Label: Label,
90
- Separator: Separator,
90
+ Root: exports.Root,
91
+ Trigger: exports.Trigger,
92
+ Content: exports.Content,
93
+ Item: exports.Item,
94
+ Group: exports.Group,
95
+ Label: exports.Label,
96
+ Separator: exports.Separator,
91
97
  };
92
- export default Select;
98
+ exports.default = Select;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __assign = (this && this.__assign) || function () {
2
3
  __assign = Object.assign || function(t) {
3
4
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -20,19 +21,24 @@ var __rest = (this && this.__rest) || function (s, e) {
20
21
  }
21
22
  return t;
22
23
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import React from 'react';
25
- import { cva } from 'class-variance-authority';
26
- import { cn } from 'lib/utils/utils';
27
- import { bgColorStyle, scalingVariants } from 'lib/constants';
28
- import { Separator as SeparatorTheme, Theme } from '@radix-ui/themes';
29
- var separatorVariants = cva('', {
24
+ var __importDefault = (this && this.__importDefault) || function (mod) {
25
+ return (mod && mod.__esModule) ? mod : { "default": mod };
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.Separator = void 0;
29
+ var jsx_runtime_1 = require("react/jsx-runtime");
30
+ var react_1 = __importDefault(require("react"));
31
+ var class_variance_authority_1 = require("class-variance-authority");
32
+ var utils_1 = require("lib/utils/utils");
33
+ var constants_1 = require("lib/constants");
34
+ var themes_1 = require("@radix-ui/themes");
35
+ var separatorVariants = (0, class_variance_authority_1.cva)('', {
30
36
  variants: {
31
- scaling: __assign({}, scalingVariants),
32
- color: bgColorStyle(),
37
+ scaling: __assign({}, constants_1.scalingVariants),
38
+ color: (0, constants_1.bgColorStyle)(),
33
39
  },
34
40
  });
35
- export var Separator = React.forwardRef(function (_a, forwardedRef) {
41
+ exports.Separator = react_1.default.forwardRef(function (_a, forwardedRef) {
36
42
  var orientation = _a.orientation, scaling = _a.scaling, size = _a.size, _b = _a.color, color = _b === void 0 ? 'slate' : _b, className = _a.className, children = _a.children, props = __rest(_a, ["orientation", "scaling", "size", "color", "className", "children"]);
37
43
  var sizeTheme = '1';
38
44
  if (size === 'medium')
@@ -41,7 +47,7 @@ export var Separator = React.forwardRef(function (_a, forwardedRef) {
41
47
  sizeTheme = '3';
42
48
  if (size === 'fill-large')
43
49
  sizeTheme = '4';
44
- return (_jsx(Theme, { hasBackground: false, className: "flex justify-center items-center", children: _jsx(SeparatorTheme, __assign({ orientation: orientation, size: sizeTheme, className: cn("bg-".concat(color, "A-6 dark:bg-").concat(color, "DarkA-6"), separatorVariants({ scaling: scaling }), className) }, props, { children: children })) }));
50
+ return ((0, jsx_runtime_1.jsx)(themes_1.Theme, { hasBackground: false, className: "flex justify-center items-center", children: (0, jsx_runtime_1.jsx)(themes_1.Separator, __assign({ orientation: orientation, size: sizeTheme, className: (0, utils_1.cn)("bg-".concat(color, "A-6 dark:bg-").concat(color, "DarkA-6"), separatorVariants({ scaling: scaling }), className) }, props, { children: children })) }));
45
51
  });
46
- Separator.displayName = 'Separator';
47
- export default Separator;
52
+ exports.Separator.displayName = 'Separator';
53
+ exports.default = exports.Separator;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __assign = (this && this.__assign) || function () {
2
3
  __assign = Object.assign || function(t) {
3
4
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -20,23 +21,28 @@ var __rest = (this && this.__rest) || function (s, e) {
20
21
  }
21
22
  return t;
22
23
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import React from 'react';
25
- import { cva } from 'class-variance-authority';
26
- import { Theme, Skeleton as SkeletonTheme } from '@radix-ui/themes';
27
- import { cn } from 'lib/utils/utils';
28
- import { radiusVariants } from 'lib/constants';
29
- var separatorVariants = cva('', {
24
+ var __importDefault = (this && this.__importDefault) || function (mod) {
25
+ return (mod && mod.__esModule) ? mod : { "default": mod };
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.Skeleton = void 0;
29
+ var jsx_runtime_1 = require("react/jsx-runtime");
30
+ var react_1 = __importDefault(require("react"));
31
+ var class_variance_authority_1 = require("class-variance-authority");
32
+ var themes_1 = require("@radix-ui/themes");
33
+ var utils_1 = require("lib/utils/utils");
34
+ var constants_1 = require("lib/constants");
35
+ var separatorVariants = (0, class_variance_authority_1.cva)('', {
30
36
  variants: {
31
- radius: __assign({}, radiusVariants['base']),
37
+ radius: __assign({}, constants_1.radiusVariants['base']),
32
38
  },
33
39
  defaultVariants: {
34
40
  radius: 'medium',
35
41
  },
36
42
  });
37
- export var Skeleton = React.forwardRef(function (_a, forwardedRef) {
43
+ exports.Skeleton = react_1.default.forwardRef(function (_a, forwardedRef) {
38
44
  var children = _a.children, className = _a.className, radius = _a.radius, loading = _a.loading, width = _a.width, height = _a.height, skeletonProps = __rest(_a, ["children", "className", "radius", "loading", "width", "height"]);
39
- return (_jsx(Theme, { children: _jsx(SkeletonTheme, __assign({ ref: forwardedRef, loading: loading, width: width, height: height, className: cn('', radius && cn(separatorVariants({ radius: radius }), className)) }, skeletonProps, { children: children })) }));
45
+ return ((0, jsx_runtime_1.jsx)(themes_1.Theme, { children: (0, jsx_runtime_1.jsx)(themes_1.Skeleton, __assign({ ref: forwardedRef, loading: loading, width: width, height: height, className: (0, utils_1.cn)('', radius && (0, utils_1.cn)(separatorVariants({ radius: radius }), className)) }, skeletonProps, { children: children })) }));
40
46
  });
41
- Skeleton.displayName = 'Skeleton';
42
- export default Skeleton;
47
+ exports.Skeleton.displayName = 'Skeleton';
48
+ exports.default = exports.Skeleton;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __assign = (this && this.__assign) || function () {
2
3
  __assign = Object.assign || function(t) {
3
4
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -20,19 +21,24 @@ var __rest = (this && this.__rest) || function (s, e) {
20
21
  }
21
22
  return t;
22
23
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import React from 'react';
25
- import { cva } from 'class-variance-authority';
26
- import { cn } from 'lib/utils/utils';
27
- import { radiusVariants } from 'lib/constants';
28
- import { Theme, Slider as SliderTheme } from '@radix-ui/themes';
29
- var sliderVariants = cva('relative flex items-center select-none touch-none w-[200px] h-5', {
24
+ var __importDefault = (this && this.__importDefault) || function (mod) {
25
+ return (mod && mod.__esModule) ? mod : { "default": mod };
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.Slider = void 0;
29
+ var jsx_runtime_1 = require("react/jsx-runtime");
30
+ var react_1 = __importDefault(require("react"));
31
+ var class_variance_authority_1 = require("class-variance-authority");
32
+ var utils_1 = require("lib/utils/utils");
33
+ var constants_1 = require("lib/constants");
34
+ var themes_1 = require("@radix-ui/themes");
35
+ var sliderVariants = (0, class_variance_authority_1.cva)('relative flex items-center select-none touch-none w-[200px] h-5', {
30
36
  variants: {
31
- radius: __assign({}, radiusVariants['base']),
37
+ radius: __assign({}, constants_1.radiusVariants['base']),
32
38
  // color: bgColorStyle(),
33
39
  },
34
40
  });
35
- export var Slider = React.forwardRef(function (_a, forwardedRef) {
41
+ exports.Slider = react_1.default.forwardRef(function (_a, forwardedRef) {
36
42
  var className = _a.className, color = _a.color, size = _a.size, appearance = _a.appearance, _b = _a.scaling, scaling = _b === void 0 ? '100%' : _b, radius = _a.radius, tabIndex = _a.tabIndex, sliderProps = __rest(_a, ["className", "color", "size", "appearance", "scaling", "radius", "tabIndex"]);
37
43
  if (!color)
38
44
  color = 'red';
@@ -43,7 +49,7 @@ export var Slider = React.forwardRef(function (_a, forwardedRef) {
43
49
  sizeTheme = '1';
44
50
  if (size === 'large')
45
51
  sizeTheme = '3';
46
- return (_jsx(Theme, { accentColor: color, scaling: scaling, hasBackground: false, children: _jsx(SliderTheme, __assign({ ref: forwardedRef, variant: appearance, size: sizeTheme, radius: radius, color: color, className: cn(sliderVariants({ radius: radius }), className) }, sliderProps)) }));
52
+ return ((0, jsx_runtime_1.jsx)(themes_1.Theme, { accentColor: color, scaling: scaling, hasBackground: false, children: (0, jsx_runtime_1.jsx)(themes_1.Slider, __assign({ ref: forwardedRef, variant: appearance, size: sizeTheme, radius: radius, color: color, className: (0, utils_1.cn)(sliderVariants({ radius: radius }), className) }, sliderProps)) }));
47
53
  });
48
- Slider.displayName = 'Slider';
49
- export default Slider;
54
+ exports.Slider.displayName = 'Slider';
55
+ exports.default = exports.Slider;
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var __assign = (this && this.__assign) || function () {
2
3
  __assign = Object.assign || function(t) {
3
4
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -20,28 +21,33 @@ var __rest = (this && this.__rest) || function (s, e) {
20
21
  }
21
22
  return t;
22
23
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import React from 'react';
25
- import { cva } from 'class-variance-authority';
26
- import { Spinner as SpinnerTheme, Theme } from '@radix-ui/themes';
27
- import { cn } from 'lib/utils/utils';
28
- import { scalingVariants } from 'lib/constants';
29
- var spinnerVariants = cva('', {
24
+ var __importDefault = (this && this.__importDefault) || function (mod) {
25
+ return (mod && mod.__esModule) ? mod : { "default": mod };
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.Spinner = void 0;
29
+ var jsx_runtime_1 = require("react/jsx-runtime");
30
+ var react_1 = __importDefault(require("react"));
31
+ var class_variance_authority_1 = require("class-variance-authority");
32
+ var themes_1 = require("@radix-ui/themes");
33
+ var utils_1 = require("lib/utils/utils");
34
+ var constants_1 = require("lib/constants");
35
+ var spinnerVariants = (0, class_variance_authority_1.cva)('', {
30
36
  variants: {
31
- scaling: __assign({}, scalingVariants),
37
+ scaling: __assign({}, constants_1.scalingVariants),
32
38
  },
33
39
  defaultVariants: {
34
40
  scaling: '100%',
35
41
  },
36
42
  });
37
- export var Spinner = React.forwardRef(function (_a, forwardedRef) {
43
+ exports.Spinner = react_1.default.forwardRef(function (_a, forwardedRef) {
38
44
  var className = _a.className, children = _a.children, size = _a.size, scaling = _a.scaling, loading = _a.loading, spinnerProps = __rest(_a, ["className", "children", "size", "scaling", "loading"]);
39
45
  var sizeTheme = '2';
40
46
  if (size === 'small')
41
47
  sizeTheme = '1';
42
48
  if (size === 'large')
43
49
  sizeTheme = '3';
44
- return (_jsx(Theme, { hasBackground: false, children: _jsx(SpinnerTheme, __assign({ ref: forwardedRef, loading: loading, size: sizeTheme, className: cn('', spinnerVariants({ scaling: scaling }), className) }, spinnerProps, { children: children })) }));
50
+ return ((0, jsx_runtime_1.jsx)(themes_1.Theme, { hasBackground: false, children: (0, jsx_runtime_1.jsx)(themes_1.Spinner, __assign({ ref: forwardedRef, loading: loading, size: sizeTheme, className: (0, utils_1.cn)('', spinnerVariants({ scaling: scaling }), className) }, spinnerProps, { children: children })) }));
45
51
  });
46
- Spinner.displayName = 'Spinner';
47
- export default Spinner;
52
+ exports.Spinner.displayName = 'Spinner';
53
+ exports.default = exports.Spinner;