@lotte-innovate/ui-component-test 0.1.46 → 0.1.70

Sign up to get free protection for your applications and to get access to all the features.
Files changed (595) hide show
  1. package/README.md +133 -133
  2. package/dist/globals.css +4 -4
  3. package/dist/lib/Typography/Header/index.d.ts +13 -0
  4. package/dist/{esm/src/lib/Typography/Header/index.jsx → lib/Typography/Header/index.js} +4 -7
  5. package/dist/lib/Typography/Text/index.d.ts +15 -0
  6. package/dist/{esm/src/lib/Typography/Text/index.jsx → lib/Typography/Text/index.js} +5 -8
  7. package/dist/lib/Typography/index.js +2 -0
  8. package/dist/lib/color/alpha.d.ts +784 -0
  9. package/dist/lib/color/constants.d.ts +29 -0
  10. package/dist/lib/color/dark.d.ts +392 -0
  11. package/dist/lib/color/krdsColors.d.ts +309 -0
  12. package/dist/lib/color/light.d.ts +392 -0
  13. package/dist/lib/components/Accordion/index.d.ts +22 -0
  14. package/dist/{esm/src/lib/components/Accordion/index.jsx → lib/components/Accordion/index.js} +7 -19
  15. package/dist/lib/components/AlertDialog/AlertDialogAction.d.ts +14 -0
  16. package/dist/{esm/src/lib/components/AlertDialog/AlertDialogAction.jsx → lib/components/AlertDialog/AlertDialogAction.js} +5 -6
  17. package/dist/lib/components/AlertDialog/AlertDialogCancel.d.ts +13 -0
  18. package/dist/{esm/src/lib/components/AlertDialog/AlertDialogCancel.jsx → lib/components/AlertDialog/AlertDialogCancel.js} +5 -6
  19. package/dist/lib/components/AlertDialog/AlertDialogContent.d.ts +11 -0
  20. package/dist/{esm/src/lib/components/AlertDialog/AlertDialogContent.jsx → lib/components/AlertDialog/AlertDialogContent.js} +5 -9
  21. package/dist/lib/components/AlertDialog/AlertDialogDescription.d.ts +10 -0
  22. package/dist/{esm/src/lib/components/AlertDialog/AlertDialogDescription.jsx → lib/components/AlertDialog/AlertDialogDescription.js} +15 -5
  23. package/dist/lib/components/AlertDialog/AlertDialogRoot.d.ts +16 -0
  24. package/dist/{esm/src/lib/components/AlertDialog/AlertDialogRoot.jsx → lib/components/AlertDialog/AlertDialogRoot.js} +14 -6
  25. package/dist/lib/components/AlertDialog/AlertDialogTitle.d.ts +10 -0
  26. package/dist/{esm/src/lib/components/AlertDialog/AlertDialogTitle.jsx → lib/components/AlertDialog/AlertDialogTitle.js} +15 -5
  27. package/dist/lib/components/AlertDialog/AlertDialogTrigger.d.ts +17 -0
  28. package/dist/{esm/src/lib/components/AlertDialog/AlertDialogTrigger.jsx → lib/components/AlertDialog/AlertDialogTrigger.js} +5 -6
  29. package/dist/lib/components/AlertDialog/index.d.ts +11 -0
  30. package/dist/lib/components/AspectRatio/index.d.ts +10 -0
  31. package/dist/{esm/src/lib/components/AspectRatio/index.jsx → lib/components/AspectRatio/index.js} +5 -6
  32. package/dist/lib/components/Avatar/index.d.ts +21 -0
  33. package/dist/{esm/src/lib/components/Avatar/index.jsx → lib/components/Avatar/index.js} +5 -9
  34. package/dist/lib/components/Badge/index.d.ts +18 -0
  35. package/dist/{esm/src/lib/components/Badge/index.jsx → lib/components/Badge/index.js} +5 -6
  36. package/dist/lib/components/BarChart/index.d.ts +37 -0
  37. package/dist/{esm/src/lib/components/BarChart/index.jsx → lib/components/BarChart/index.js} +7 -6
  38. package/dist/lib/components/BubbleChart/index.d.ts +28 -0
  39. package/dist/{esm/src/lib/components/BubbleChart/index.jsx → lib/components/BubbleChart/index.js} +7 -7
  40. package/dist/lib/components/Button/index.d.ts +16 -0
  41. package/dist/{esm/src/lib/components/Button/index.jsx → lib/components/Button/index.js} +5 -6
  42. package/dist/lib/components/Callout/CalloutIcon.d.ts +13 -0
  43. package/dist/{esm/src/lib/components/Callout/CalloutIcon.jsx → lib/components/Callout/CalloutIcon.js} +5 -10
  44. package/dist/lib/components/Callout/CalloutRoot.d.ts +18 -0
  45. package/dist/{esm/src/lib/components/Callout/CalloutRoot.jsx → lib/components/Callout/CalloutRoot.js} +5 -8
  46. package/dist/lib/components/Callout/CalloutText.d.ts +10 -0
  47. package/dist/{esm/src/lib/components/Callout/CalloutText.jsx → lib/components/Callout/CalloutText.js} +15 -5
  48. package/dist/lib/components/Callout/index.d.ts +7 -0
  49. package/dist/lib/components/Card/index.d.ts +14 -0
  50. package/dist/{esm/src/lib/components/Card/index.jsx → lib/components/Card/index.js} +5 -6
  51. package/dist/lib/components/Checkbox/index.d.ts +17 -0
  52. package/dist/{esm/src/lib/components/Checkbox/index.jsx → lib/components/Checkbox/index.js} +6 -14
  53. package/dist/lib/components/CheckboxCard/index.d.ts +20 -0
  54. package/dist/{esm/src/lib/components/CheckboxCard/index.jsx → lib/components/CheckboxCard/index.js} +7 -9
  55. package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.d.ts +5 -0
  56. package/dist/{esm/src/lib/components/CheckboxGroup/CheckboxGroupItem.jsx → lib/components/CheckboxGroup/CheckboxGroupItem.js} +15 -7
  57. package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.d.ts +17 -0
  58. package/dist/{esm/src/lib/components/CheckboxGroup/CheckboxGroupRoot.jsx → lib/components/CheckboxGroup/CheckboxGroupRoot.js} +3 -6
  59. package/dist/lib/components/CheckboxGroup/index.d.ts +6 -0
  60. package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.d.ts +4 -0
  61. package/dist/{esm/src/lib/components/ContextMenu/ContextMenuCheckboxItem.jsx → lib/components/ContextMenu/ContextMenuCheckboxItem.js} +16 -9
  62. package/dist/lib/components/ContextMenu/ContextMenuContent.d.ts +11 -0
  63. package/dist/{esm/src/lib/components/ContextMenu/ContextMenuContent.jsx → lib/components/ContextMenu/ContextMenuContent.js} +5 -8
  64. package/dist/lib/components/ContextMenu/ContextMenuGroup.d.ts +4 -0
  65. package/dist/{esm/src/lib/components/ContextMenu/ContextMenuGroup.jsx → lib/components/ContextMenu/ContextMenuGroup.js} +14 -4
  66. package/dist/lib/components/ContextMenu/ContextMenuItem.d.ts +13 -0
  67. package/dist/{esm/src/lib/components/ContextMenu/ContextMenuItem.jsx → lib/components/ContextMenu/ContextMenuItem.js} +5 -7
  68. package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +10 -0
  69. package/dist/{esm/src/lib/components/ContextMenu/ContextMenuItemIndicator.jsx → lib/components/ContextMenu/ContextMenuItemIndicator.js} +5 -6
  70. package/dist/lib/components/ContextMenu/ContextMenuLabel.d.ts +11 -0
  71. package/dist/{esm/src/lib/components/ContextMenu/ContextMenuLabel.jsx → lib/components/ContextMenu/ContextMenuLabel.js} +5 -6
  72. package/dist/lib/components/ContextMenu/ContextMenuRadioGroup.d.ts +8 -0
  73. package/dist/{esm/src/lib/components/ContextMenu/ContextMenuRadioGroup.jsx → lib/components/ContextMenu/ContextMenuRadioGroup.js} +14 -6
  74. package/dist/lib/components/ContextMenu/ContextMenuRadioItem.d.ts +4 -0
  75. package/dist/{esm/src/lib/components/ContextMenu/ContextMenuRadioItem.jsx → lib/components/ContextMenu/ContextMenuRadioItem.js} +16 -9
  76. package/dist/lib/components/ContextMenu/ContextMenuRoot.d.ts +13 -0
  77. package/dist/{esm/src/lib/components/ContextMenu/ContextMenuRoot.jsx → lib/components/ContextMenu/ContextMenuRoot.js} +14 -6
  78. package/dist/lib/components/ContextMenu/ContextMenuSeparator.d.ts +3 -0
  79. package/dist/{esm/src/lib/components/ContextMenu/ContextMenuSeparator.jsx → lib/components/ContextMenu/ContextMenuSeparator.js} +15 -5
  80. package/dist/lib/components/ContextMenu/ContextMenuSubContent.d.ts +11 -0
  81. package/dist/{esm/src/lib/components/ContextMenu/ContextMenuSubContent.jsx → lib/components/ContextMenu/ContextMenuSubContent.js} +9 -12
  82. package/dist/lib/components/ContextMenu/ContextMenuSubTrigger.d.ts +4 -0
  83. package/dist/{esm/src/lib/components/ContextMenu/ContextMenuSubTrigger.jsx → lib/components/ContextMenu/ContextMenuSubTrigger.js} +16 -11
  84. package/dist/lib/components/ContextMenu/ContextMenuTrigger.d.ts +4 -0
  85. package/dist/{esm/src/lib/components/ContextMenu/ContextMenuTrigger.jsx → lib/components/ContextMenu/ContextMenuTrigger.js} +15 -5
  86. package/dist/lib/components/ContextMenu/index.d.ts +17 -0
  87. package/dist/lib/components/DataList/DataListItem.d.ts +9 -0
  88. package/dist/{esm/src/lib/components/DataList/DataListItem.jsx → lib/components/DataList/DataListItem.js} +5 -6
  89. package/dist/lib/components/DataList/DataListLabel.d.ts +10 -0
  90. package/dist/{esm/src/lib/components/DataList/DataListLabel.jsx → lib/components/DataList/DataListLabel.js} +5 -6
  91. package/dist/lib/components/DataList/DataListRoot.d.ts +14 -0
  92. package/dist/{esm/src/lib/components/DataList/DataListRoot.jsx → lib/components/DataList/DataListRoot.js} +15 -7
  93. package/dist/lib/components/DataList/DataListValue.d.ts +11 -0
  94. package/dist/{esm/src/lib/components/DataList/DataListValue.jsx → lib/components/DataList/DataListValue.js} +5 -6
  95. package/dist/lib/components/DataList/index.d.ts +8 -0
  96. package/dist/lib/components/Dialog/DialogAction.d.ts +13 -0
  97. package/dist/{esm/src/lib/components/Dialog/DialogAction.jsx → lib/components/Dialog/DialogAction.js} +16 -6
  98. package/dist/lib/components/Dialog/DialogCancel.d.ts +11 -0
  99. package/dist/{esm/src/lib/components/Dialog/DialogCancel.jsx → lib/components/Dialog/DialogCancel.js} +15 -5
  100. package/dist/lib/components/Dialog/DialogContent.d.ts +11 -0
  101. package/dist/{esm/src/lib/components/Dialog/DialogContent.jsx → lib/components/Dialog/DialogContent.js} +5 -6
  102. package/dist/lib/components/Dialog/DialogDescription.d.ts +9 -0
  103. package/dist/{esm/src/lib/components/Dialog/DialogDescription.jsx → lib/components/Dialog/DialogDescription.js} +15 -5
  104. package/dist/lib/components/Dialog/DialogRoot.d.ts +15 -0
  105. package/dist/{esm/src/lib/components/Dialog/DialogRoot.jsx → lib/components/Dialog/DialogRoot.js} +14 -6
  106. package/dist/lib/components/Dialog/DialogSlot.d.ts +9 -0
  107. package/dist/{esm/src/lib/components/Dialog/DialogSlot.jsx → lib/components/Dialog/DialogSlot.js} +15 -5
  108. package/dist/lib/components/Dialog/DialogTitle.d.ts +11 -0
  109. package/dist/{esm/src/lib/components/Dialog/DialogTitle.jsx → lib/components/Dialog/DialogTitle.js} +15 -5
  110. package/dist/lib/components/Dialog/DialogTrigger.d.ts +3 -0
  111. package/dist/{esm/src/lib/components/Dialog/DialogTrigger.jsx → lib/components/Dialog/DialogTrigger.js} +14 -4
  112. package/dist/lib/components/Dialog/index.d.ts +15 -0
  113. package/dist/lib/components/DoughnutChart/index.d.ts +22 -0
  114. package/dist/{esm/src/lib/components/DoughnutChart/index.jsx → lib/components/DoughnutChart/index.js} +6 -6
  115. package/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.d.ts +3 -0
  116. package/dist/{esm/src/lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx → lib/components/DropdownMenu/DropdonMenuRadioGroup.js} +13 -3
  117. package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.d.ts +11 -0
  118. package/dist/{esm/src/lib/components/DropdownMenu/DropdonMenuSubContent.jsx → lib/components/DropdownMenu/DropdonMenuSubContent.js} +9 -12
  119. package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.d.ts +7 -0
  120. package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx → lib/components/DropdownMenu/DropdownMenuCheckboxItem.js} +16 -9
  121. package/dist/lib/components/DropdownMenu/DropdownMenuContent.d.ts +11 -0
  122. package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuContent.jsx → lib/components/DropdownMenu/DropdownMenuContent.js} +5 -8
  123. package/dist/lib/components/DropdownMenu/DropdownMenuItem.d.ts +15 -0
  124. package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuItem.jsx → lib/components/DropdownMenu/DropdownMenuItem.js} +5 -7
  125. package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +10 -0
  126. package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx → lib/components/DropdownMenu/DropdownMenuItemIndicator.js} +5 -6
  127. package/dist/lib/components/DropdownMenu/DropdownMenuLable.d.ts +10 -0
  128. package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuLable.jsx → lib/components/DropdownMenu/DropdownMenuLable.js} +15 -5
  129. package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.d.ts +6 -0
  130. package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuRadioItem.jsx → lib/components/DropdownMenu/DropdownMenuRadioItem.js} +16 -9
  131. package/dist/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +15 -0
  132. package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuRoot.jsx → lib/components/DropdownMenu/DropdownMenuRoot.js} +14 -4
  133. package/dist/lib/components/DropdownMenu/DropdownMenuSeparator.d.ts +3 -0
  134. package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuSeparator.jsx → lib/components/DropdownMenu/DropdownMenuSeparator.js} +15 -3
  135. package/dist/lib/components/DropdownMenu/DropdownMenuSub.d.ts +3 -0
  136. package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuSub.jsx → lib/components/DropdownMenu/DropdownMenuSub.js} +14 -2
  137. package/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.d.ts +4 -0
  138. package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx → lib/components/DropdownMenu/DropdownMenuSubTrigger.js} +16 -9
  139. package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +14 -0
  140. package/dist/{esm/src/lib/components/DropdownMenu/DropdownMenuTrigger.jsx → lib/components/DropdownMenu/DropdownMenuTrigger.js} +15 -5
  141. package/dist/lib/components/DropdownMenu/index.d.ts +20 -0
  142. package/dist/lib/components/HoverCard/HoverCardContent.d.ts +14 -0
  143. package/dist/{esm/src/lib/components/HoverCard/HoverCardContent.jsx → lib/components/HoverCard/HoverCardContent.js} +5 -6
  144. package/dist/lib/components/HoverCard/HoverCardRoot.d.ts +11 -0
  145. package/dist/{esm/src/lib/components/HoverCard/HoverCardRoot.jsx → lib/components/HoverCard/HoverCardRoot.js} +14 -6
  146. package/dist/lib/components/HoverCard/HoverCardTrigger.d.ts +3 -0
  147. package/dist/{esm/src/lib/components/HoverCard/HoverCardTrigger.jsx → lib/components/HoverCard/HoverCardTrigger.js} +14 -4
  148. package/dist/lib/components/HoverCard/index.d.ts +10 -0
  149. package/dist/lib/components/IconButton/index.d.ts +15 -0
  150. package/dist/{esm/src/lib/components/IconButton/index.jsx → lib/components/IconButton/index.js} +4 -5
  151. package/dist/lib/components/Inset/index.d.ts +10 -0
  152. package/dist/{esm/src/lib/components/Inset/index.jsx → lib/components/Inset/index.js} +5 -8
  153. package/dist/lib/components/Label/index.d.ts +17 -0
  154. package/dist/{esm/src/lib/components/Label/index.jsx → lib/components/Label/index.js} +4 -5
  155. package/dist/lib/components/LineChart/index.d.ts +43 -0
  156. package/dist/{esm/src/lib/components/LineChart/index.jsx → lib/components/LineChart/index.js} +7 -6
  157. package/dist/lib/components/Menubar/MenubarCheckboxItem.d.ts +4 -0
  158. package/dist/{esm/src/lib/components/Menubar/MenubarCheckboxItem.jsx → lib/components/Menubar/MenubarCheckboxItem.js} +16 -9
  159. package/dist/lib/components/Menubar/MenubarContent.d.ts +11 -0
  160. package/dist/{esm/src/lib/components/Menubar/MenubarContent.jsx → lib/components/Menubar/MenubarContent.js} +9 -12
  161. package/dist/lib/components/Menubar/MenubarItem.d.ts +13 -0
  162. package/dist/{esm/src/lib/components/Menubar/MenubarItem.jsx → lib/components/Menubar/MenubarItem.js} +5 -7
  163. package/dist/lib/components/Menubar/MenubarItemIndicator.d.ts +10 -0
  164. package/dist/{esm/src/lib/components/Menubar/MenubarItemIndicator.jsx → lib/components/Menubar/MenubarItemIndicator.js} +5 -6
  165. package/dist/lib/components/Menubar/MenubarMenu.d.ts +5 -0
  166. package/dist/{esm/src/lib/components/Menubar/MenubarMenu.jsx → lib/components/Menubar/MenubarMenu.js} +14 -2
  167. package/dist/lib/components/Menubar/MenubarRadioGroup.d.ts +8 -0
  168. package/dist/{esm/src/lib/components/Menubar/MenubarRadioGroup.jsx → lib/components/Menubar/MenubarRadioGroup.js} +14 -6
  169. package/dist/lib/components/Menubar/MenubarRadioItem.d.ts +4 -0
  170. package/dist/{esm/src/lib/components/Menubar/MenubarRadioItem.jsx → lib/components/Menubar/MenubarRadioItem.js} +16 -9
  171. package/dist/lib/components/Menubar/MenubarRoot.d.ts +19 -0
  172. package/dist/{esm/src/lib/components/Menubar/MenubarRoot.jsx → lib/components/Menubar/MenubarRoot.js} +6 -9
  173. package/dist/lib/components/Menubar/MenubarSeparator.d.ts +3 -0
  174. package/dist/{esm/src/lib/components/Menubar/MenubarSeparator.jsx → lib/components/Menubar/MenubarSeparator.js} +15 -5
  175. package/dist/lib/components/Menubar/MenubarSub.d.ts +3 -0
  176. package/dist/{esm/src/lib/components/Menubar/MenubarSub.jsx → lib/components/Menubar/MenubarSub.js} +14 -2
  177. package/dist/lib/components/Menubar/MenubarSubContent.d.ts +10 -0
  178. package/dist/{esm/src/lib/components/Menubar/MenubarSubContent.jsx → lib/components/Menubar/MenubarSubContent.js} +6 -7
  179. package/dist/lib/components/Menubar/MenubarSubTrigger.d.ts +4 -0
  180. package/dist/{esm/src/lib/components/Menubar/MenubarSubTrigger.jsx → lib/components/Menubar/MenubarSubTrigger.js} +16 -9
  181. package/dist/lib/components/Menubar/MenubarTrigger.d.ts +12 -0
  182. package/dist/{esm/src/lib/components/Menubar/MenubarTrigger.jsx → lib/components/Menubar/MenubarTrigger.js} +6 -7
  183. package/dist/lib/components/Menubar/index.d.ts +19 -0
  184. package/dist/lib/components/NavigationMenu/NavigationMenuContent.d.ts +11 -0
  185. package/dist/{esm/src/lib/components/NavigationMenu/NavigationMenuContent.jsx → lib/components/NavigationMenu/NavigationMenuContent.js} +5 -6
  186. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.d.ts +3 -0
  187. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
  188. package/dist/lib/components/NavigationMenu/NavigationMenuItem.d.ts +3 -0
  189. package/dist/{esm/src/lib/components/NavigationMenu/NavigationMenuItem.jsx → lib/components/NavigationMenu/NavigationMenuItem.js} +14 -4
  190. package/dist/lib/components/NavigationMenu/NavigationMenuLink.d.ts +13 -0
  191. package/dist/{esm/src/lib/components/NavigationMenu/NavigationMenuLink.jsx → lib/components/NavigationMenu/NavigationMenuLink.js} +5 -6
  192. package/dist/lib/components/NavigationMenu/NavigationMenuList.d.ts +12 -0
  193. package/dist/{esm/src/lib/components/NavigationMenu/NavigationMenuList.jsx → lib/components/NavigationMenu/NavigationMenuList.js} +5 -7
  194. package/dist/lib/components/NavigationMenu/NavigationMenuRoot.d.ts +14 -0
  195. package/dist/{esm/src/lib/components/NavigationMenu/NavigationMenuRoot.jsx → lib/components/NavigationMenu/NavigationMenuRoot.js} +15 -7
  196. package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +13 -0
  197. package/dist/{esm/src/lib/components/NavigationMenu/NavigationMenuTrigger.jsx → lib/components/NavigationMenu/NavigationMenuTrigger.js} +5 -7
  198. package/dist/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +12 -0
  199. package/dist/{esm/src/lib/components/NavigationMenu/NavigationMenuViewport.jsx → lib/components/NavigationMenu/NavigationMenuViewport.js} +5 -6
  200. package/dist/lib/components/NavigationMenu/index.d.ts +12 -0
  201. package/dist/lib/components/PieChart/index.d.ts +22 -0
  202. package/dist/{esm/src/lib/components/PieChart/index.jsx → lib/components/PieChart/index.js} +6 -6
  203. package/dist/lib/components/Popover/PopoverClose.d.ts +9 -0
  204. package/dist/{esm/src/lib/components/Popover/PopoverClose.jsx → lib/components/Popover/PopoverClose.js} +15 -5
  205. package/dist/lib/components/Popover/PopoverContent.d.ts +11 -0
  206. package/dist/{esm/src/lib/components/Popover/PopoverContent.jsx → lib/components/Popover/PopoverContent.js} +5 -6
  207. package/dist/lib/components/Popover/PopoverRoot.d.ts +12 -0
  208. package/dist/{esm/src/lib/components/Popover/PopoverRoot.jsx → lib/components/Popover/PopoverRoot.js} +14 -6
  209. package/dist/lib/components/Popover/PopoverTrigger.d.ts +3 -0
  210. package/dist/{esm/src/lib/components/Popover/PopoverTrigger.jsx → lib/components/Popover/PopoverTrigger.js} +14 -4
  211. package/dist/lib/components/Popover/index.d.ts +11 -0
  212. package/dist/lib/components/Progress/index.d.ts +13 -0
  213. package/dist/{esm/src/lib/components/Progress/index.jsx → lib/components/Progress/index.js} +5 -6
  214. package/dist/lib/components/RadarChart/index.d.ts +32 -0
  215. package/dist/{esm/src/lib/components/RadarChart/index.jsx → lib/components/RadarChart/index.js} +7 -7
  216. package/dist/lib/components/Radio/index.d.ts +13 -0
  217. package/dist/{esm/src/lib/components/Radio/index.jsx → lib/components/Radio/index.js} +15 -10
  218. package/dist/lib/components/RadioCards/RadioCardsItem.d.ts +10 -0
  219. package/dist/{esm/src/lib/components/RadioCards/RadioCardsItem.jsx → lib/components/RadioCards/RadioCardsItem.js} +15 -5
  220. package/dist/lib/components/RadioCards/RadioCardsRoot.d.ts +13 -0
  221. package/dist/{esm/src/lib/components/RadioCards/RadioCardsRoot.jsx → lib/components/RadioCards/RadioCardsRoot.js} +5 -10
  222. package/dist/lib/components/RadioCards/index.d.ts +6 -0
  223. package/dist/lib/components/RadioGroup/RadioGroupItem.d.ts +13 -0
  224. package/dist/{esm/src/lib/components/RadioGroup/RadioGroupItem.jsx → lib/components/RadioGroup/RadioGroupItem.js} +15 -5
  225. package/dist/lib/components/RadioGroup/RadioGroupRoot.d.ts +15 -0
  226. package/dist/{esm/src/lib/components/RadioGroup/RadioGroupRoot.jsx → lib/components/RadioGroup/RadioGroupRoot.js} +15 -9
  227. package/dist/lib/components/RadioGroup/index.d.ts +6 -0
  228. package/dist/lib/components/ScrollArea/index.d.ts +9 -0
  229. package/dist/{esm/src/lib/components/ScrollArea/index.jsx → lib/components/ScrollArea/index.js} +14 -6
  230. package/dist/lib/components/SegmentedControl/SegmentedControlItem.d.ts +6 -0
  231. package/dist/{esm/src/lib/components/SegmentedControl/SegmentedControlItem.jsx → lib/components/SegmentedControl/SegmentedControlItem.js} +15 -5
  232. package/dist/lib/components/SegmentedControl/SegmentedControlRoot.d.ts +14 -0
  233. package/dist/{esm/src/lib/components/SegmentedControl/SegmentedControlRoot.jsx → lib/components/SegmentedControl/SegmentedControlRoot.js} +4 -7
  234. package/dist/lib/components/SegmentedControl/index.d.ts +6 -0
  235. package/dist/lib/components/Select/index.d.ts +34 -0
  236. package/dist/{esm/src/lib/components/Select/index.jsx → lib/components/Select/index.js} +10 -27
  237. package/dist/lib/components/Separator/index.d.ts +11 -0
  238. package/dist/{esm/src/lib/components/Separator/index.jsx → lib/components/Separator/index.js} +4 -7
  239. package/dist/lib/components/Skeleton/index.d.ts +14 -0
  240. package/dist/{esm/src/lib/components/Skeleton/index.jsx → lib/components/Skeleton/index.js} +4 -7
  241. package/dist/lib/components/Slider/index.d.ts +14 -0
  242. package/dist/{esm/src/lib/components/Slider/index.jsx → lib/components/Slider/index.js} +4 -5
  243. package/dist/lib/components/Spinner/index.d.ts +15 -0
  244. package/dist/{esm/src/lib/components/Spinner/index.jsx → lib/components/Spinner/index.js} +4 -7
  245. package/dist/lib/components/TabNav/index.d.ts +15 -0
  246. package/dist/{esm/src/lib/components/TabNav/index.jsx → lib/components/TabNav/index.js} +15 -9
  247. package/dist/lib/components/Table/index.d.ts +30 -0
  248. package/dist/{esm/src/lib/components/Table/index.jsx → lib/components/Table/index.js} +10 -25
  249. package/dist/lib/components/Tabs/index.d.ts +22 -0
  250. package/dist/{esm/src/lib/components/Tabs/index.jsx → lib/components/Tabs/index.js} +7 -16
  251. package/dist/lib/components/TextArea/index.d.ts +16 -0
  252. package/dist/{esm/src/lib/components/TextArea/index.jsx → lib/components/TextArea/index.js} +4 -5
  253. package/dist/lib/components/TextField/index.d.ts +21 -0
  254. package/dist/{esm/src/lib/components/TextField/index.jsx → lib/components/TextField/index.js} +5 -10
  255. package/dist/lib/components/Toast/ToastActionButton.d.ts +14 -0
  256. package/dist/{esm/src/lib/components/Toast/ToastActionButton.jsx → lib/components/Toast/ToastActionButton.js} +6 -7
  257. package/dist/lib/components/Toast/ToastDescription.d.ts +13 -0
  258. package/dist/{esm/src/lib/components/Toast/ToastDescription.jsx → lib/components/Toast/ToastDescription.js} +15 -7
  259. package/dist/lib/components/Toast/ToastRoot.d.ts +27 -0
  260. package/dist/{esm/src/lib/components/Toast/ToastRoot.jsx → lib/components/Toast/ToastRoot.js} +5 -11
  261. package/dist/lib/components/Toast/ToastTitle.d.ts +13 -0
  262. package/dist/{esm/src/lib/components/Toast/ToastTitle.jsx → lib/components/Toast/ToastTitle.js} +15 -5
  263. package/dist/lib/components/Toast/index.d.ts +8 -0
  264. package/dist/lib/components/Toggle/ToggleWithText.d.ts +21 -0
  265. package/dist/{esm/src/lib/components/Toggle/ToggleWithText.jsx → lib/components/Toggle/ToggleWithText.js} +7 -9
  266. package/dist/lib/components/Toggle/index.d.ts +21 -0
  267. package/dist/{esm/src/lib/components/Toggle/index.jsx → lib/components/Toggle/index.js} +5 -6
  268. package/dist/lib/components/ToggleGroup/ToggleGroupItem.d.ts +17 -0
  269. package/dist/{esm/src/lib/components/ToggleGroup/ToggleGroupItem.jsx → lib/components/ToggleGroup/ToggleGroupItem.js} +16 -6
  270. package/dist/lib/components/ToggleGroup/ToggleGroupRoot.d.ts +15 -0
  271. package/dist/{esm/src/lib/components/ToggleGroup/ToggleGroupRoot.jsx → lib/components/ToggleGroup/ToggleGroupRoot.js} +5 -10
  272. package/dist/lib/components/ToggleGroup/index.d.ts +6 -0
  273. package/dist/lib/components/ToggleSwitch/index.d.ts +13 -0
  274. package/dist/{esm/src/lib/components/ToggleSwitch/index.jsx → lib/components/ToggleSwitch/index.js} +5 -9
  275. package/dist/lib/components/Tooltip/index.d.ts +19 -0
  276. package/dist/{esm/src/lib/components/Tooltip/index.jsx → lib/components/Tooltip/index.js} +4 -13
  277. package/dist/lib/components/index.d.ts +50 -0
  278. package/dist/lib/constants.d.ts +655 -0
  279. package/dist/{esm/src/lib → lib}/constants.js +2 -2
  280. package/dist/lib/index.js +2 -0
  281. package/dist/lib/types.d.ts +81 -0
  282. package/dist/lib/utils/useDarkMode.d.ts +1 -0
  283. package/dist/{esm/src/lib → lib}/utils/useDarkMode.js +1 -1
  284. package/dist/lib/utils/utils.d.ts +2 -0
  285. package/dist/tailwind.config.js +2 -5
  286. package/package.json +143 -141
  287. package/dist/cjs/.storybook/main.js +0 -24
  288. package/dist/cjs/.storybook/manager.js +0 -17
  289. package/dist/cjs/.storybook/preview.jsx +0 -106
  290. package/dist/cjs/src/app/layout.jsx +0 -17
  291. package/dist/cjs/src/app/page.jsx +0 -65
  292. package/dist/cjs/src/app/template/colorPicker.jsx +0 -21
  293. package/dist/cjs/src/app/template/theme.jsx +0 -22
  294. package/dist/cjs/src/lib/Typography/Header/index.jsx +0 -64
  295. package/dist/cjs/src/lib/Typography/Text/index.jsx +0 -73
  296. package/dist/cjs/src/lib/Typography/index.js +0 -10
  297. package/dist/cjs/src/lib/color/alpha.js +0 -788
  298. package/dist/cjs/src/lib/color/constants.js +0 -299
  299. package/dist/cjs/src/lib/color/dark.js +0 -395
  300. package/dist/cjs/src/lib/color/krdsColors.js +0 -312
  301. package/dist/cjs/src/lib/color/light.js +0 -396
  302. package/dist/cjs/src/lib/components/Accordion/index.jsx +0 -105
  303. package/dist/cjs/src/lib/components/AlertDialog/AlertDialogAction.jsx +0 -88
  304. package/dist/cjs/src/lib/components/AlertDialog/AlertDialogCancel.jsx +0 -87
  305. package/dist/cjs/src/lib/components/AlertDialog/AlertDialogContent.jsx +0 -81
  306. package/dist/cjs/src/lib/components/AlertDialog/AlertDialogDescription.jsx +0 -63
  307. package/dist/cjs/src/lib/components/AlertDialog/AlertDialogRoot.jsx +0 -65
  308. package/dist/cjs/src/lib/components/AlertDialog/AlertDialogTitle.jsx +0 -63
  309. package/dist/cjs/src/lib/components/AlertDialog/AlertDialogTrigger.jsx +0 -82
  310. package/dist/cjs/src/lib/components/AlertDialog/index.jsx +0 -19
  311. package/dist/cjs/src/lib/components/AspectRatio/index.jsx +0 -69
  312. package/dist/cjs/src/lib/components/Avatar/index.jsx +0 -87
  313. package/dist/cjs/src/lib/components/Badge/index.jsx +0 -80
  314. package/dist/cjs/src/lib/components/BarChart/index.jsx +0 -64
  315. package/dist/cjs/src/lib/components/BubbleChart/index.jsx +0 -80
  316. package/dist/cjs/src/lib/components/Button/index.jsx +0 -83
  317. package/dist/cjs/src/lib/components/Callout/CalloutIcon.jsx +0 -88
  318. package/dist/cjs/src/lib/components/Callout/CalloutRoot.jsx +0 -102
  319. package/dist/cjs/src/lib/components/Callout/CalloutText.jsx +0 -68
  320. package/dist/cjs/src/lib/components/Callout/index.jsx +0 -11
  321. package/dist/cjs/src/lib/components/Card/index.jsx +0 -90
  322. package/dist/cjs/src/lib/components/Checkbox/index.jsx +0 -123
  323. package/dist/cjs/src/lib/components/CheckboxCard/index.jsx +0 -89
  324. package/dist/cjs/src/lib/components/CheckboxGroup/CheckboxGroupItem.jsx +0 -54
  325. package/dist/cjs/src/lib/components/CheckboxGroup/CheckboxGroupRoot.jsx +0 -64
  326. package/dist/cjs/src/lib/components/CheckboxGroup/index.jsx +0 -6
  327. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuCheckboxItem.jsx +0 -61
  328. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuContent.jsx +0 -85
  329. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuGroup.jsx +0 -46
  330. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuItem.jsx +0 -87
  331. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuItemIndicator.jsx +0 -77
  332. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuLabel.jsx +0 -75
  333. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuRadioGroup.jsx +0 -49
  334. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuRadioItem.jsx +0 -63
  335. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuRoot.jsx +0 -61
  336. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuSeparator.jsx +0 -47
  337. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuSubContent.jsx +0 -83
  338. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuSubTrigger.jsx +0 -61
  339. package/dist/cjs/src/lib/components/ContextMenu/ContextMenuTrigger.jsx +0 -47
  340. package/dist/cjs/src/lib/components/ContextMenu/index.jsx +0 -31
  341. package/dist/cjs/src/lib/components/DataList/DataListItem.jsx +0 -70
  342. package/dist/cjs/src/lib/components/DataList/DataListLabel.jsx +0 -76
  343. package/dist/cjs/src/lib/components/DataList/DataListRoot.jsx +0 -73
  344. package/dist/cjs/src/lib/components/DataList/DataListValue.jsx +0 -78
  345. package/dist/cjs/src/lib/components/DataList/index.jsx +0 -8
  346. package/dist/cjs/src/lib/components/Dialog/DialogAction.jsx +0 -75
  347. package/dist/cjs/src/lib/components/Dialog/DialogCancel.jsx +0 -71
  348. package/dist/cjs/src/lib/components/Dialog/DialogContent.jsx +0 -84
  349. package/dist/cjs/src/lib/components/Dialog/DialogDescription.jsx +0 -63
  350. package/dist/cjs/src/lib/components/Dialog/DialogRoot.jsx +0 -56
  351. package/dist/cjs/src/lib/components/Dialog/DialogSlot.jsx +0 -62
  352. package/dist/cjs/src/lib/components/Dialog/DialogTitle.jsx +0 -63
  353. package/dist/cjs/src/lib/components/Dialog/DialogTrigger.jsx +0 -46
  354. package/dist/cjs/src/lib/components/Dialog/index.jsx +0 -21
  355. package/dist/cjs/src/lib/components/DoughnutChart/index.jsx +0 -70
  356. package/dist/cjs/src/lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx +0 -46
  357. package/dist/cjs/src/lib/components/DropdownMenu/DropdonMenuSubContent.jsx +0 -89
  358. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +0 -60
  359. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuContent.jsx +0 -85
  360. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuItem.jsx +0 -86
  361. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx +0 -75
  362. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuLable.jsx +0 -61
  363. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuRadioItem.jsx +0 -60
  364. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuRoot.jsx +0 -55
  365. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuSeparator.jsx +0 -45
  366. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuSub.jsx +0 -44
  367. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx +0 -59
  368. package/dist/cjs/src/lib/components/DropdownMenu/DropdownMenuTrigger.jsx +0 -69
  369. package/dist/cjs/src/lib/components/DropdownMenu/index.jsx +0 -31
  370. package/dist/cjs/src/lib/components/HoverCard/HoverCardContent.jsx +0 -88
  371. package/dist/cjs/src/lib/components/HoverCard/HoverCardRoot.jsx +0 -57
  372. package/dist/cjs/src/lib/components/HoverCard/HoverCardTrigger.jsx +0 -46
  373. package/dist/cjs/src/lib/components/HoverCard/index.jsx +0 -11
  374. package/dist/cjs/src/lib/components/IconButton/index.jsx +0 -90
  375. package/dist/cjs/src/lib/components/Inset/index.jsx +0 -79
  376. package/dist/cjs/src/lib/components/Label/index.jsx +0 -83
  377. package/dist/cjs/src/lib/components/LineChart/index.jsx +0 -62
  378. package/dist/cjs/src/lib/components/Menubar/MenubarCheckboxItem.jsx +0 -57
  379. package/dist/cjs/src/lib/components/Menubar/MenubarContent.jsx +0 -89
  380. package/dist/cjs/src/lib/components/Menubar/MenubarItem.jsx +0 -82
  381. package/dist/cjs/src/lib/components/Menubar/MenubarItemIndicator.jsx +0 -76
  382. package/dist/cjs/src/lib/components/Menubar/MenubarMenu.jsx +0 -44
  383. package/dist/cjs/src/lib/components/Menubar/MenubarRadioGroup.jsx +0 -49
  384. package/dist/cjs/src/lib/components/Menubar/MenubarRadioItem.jsx +0 -59
  385. package/dist/cjs/src/lib/components/Menubar/MenubarRoot.jsx +0 -91
  386. package/dist/cjs/src/lib/components/Menubar/MenubarSeparator.jsx +0 -47
  387. package/dist/cjs/src/lib/components/Menubar/MenubarSub.jsx +0 -44
  388. package/dist/cjs/src/lib/components/Menubar/MenubarSubContent.jsx +0 -78
  389. package/dist/cjs/src/lib/components/Menubar/MenubarSubTrigger.jsx +0 -60
  390. package/dist/cjs/src/lib/components/Menubar/MenubarTrigger.jsx +0 -84
  391. package/dist/cjs/src/lib/components/Menubar/index.jsx +0 -31
  392. package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuContent.jsx +0 -75
  393. package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -48
  394. package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuItem.jsx +0 -46
  395. package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuLink.jsx +0 -78
  396. package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuList.jsx +0 -75
  397. package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuRoot.jsx +0 -62
  398. package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuTrigger.jsx +0 -86
  399. package/dist/cjs/src/lib/components/NavigationMenu/NavigationMenuViewport.jsx +0 -80
  400. package/dist/cjs/src/lib/components/NavigationMenu/index.jsx +0 -12
  401. package/dist/cjs/src/lib/components/PieChart/index.jsx +0 -70
  402. package/dist/cjs/src/lib/components/Popover/PopoverClose.jsx +0 -64
  403. package/dist/cjs/src/lib/components/Popover/PopoverContent.jsx +0 -92
  404. package/dist/cjs/src/lib/components/Popover/PopoverRoot.jsx +0 -55
  405. package/dist/cjs/src/lib/components/Popover/PopoverTrigger.jsx +0 -46
  406. package/dist/cjs/src/lib/components/Popover/index.jsx +0 -13
  407. package/dist/cjs/src/lib/components/Progress/index.jsx +0 -83
  408. package/dist/cjs/src/lib/components/RadarChart/index.jsx +0 -83
  409. package/dist/cjs/src/lib/components/Radio/index.jsx +0 -54
  410. package/dist/cjs/src/lib/components/RadioCards/RadioCardsItem.jsx +0 -70
  411. package/dist/cjs/src/lib/components/RadioCards/RadioCardsRoot.jsx +0 -77
  412. package/dist/cjs/src/lib/components/RadioCards/index.jsx +0 -9
  413. package/dist/cjs/src/lib/components/RadioGroup/RadioGroupItem.jsx +0 -62
  414. package/dist/cjs/src/lib/components/RadioGroup/RadioGroupRoot.jsx +0 -73
  415. package/dist/cjs/src/lib/components/RadioGroup/index.jsx +0 -9
  416. package/dist/cjs/src/lib/components/ScrollArea/index.jsx +0 -54
  417. package/dist/cjs/src/lib/components/SegmentedControl/SegmentedControlItem.jsx +0 -51
  418. package/dist/cjs/src/lib/components/SegmentedControl/SegmentedControlRoot.jsx +0 -79
  419. package/dist/cjs/src/lib/components/SegmentedControl/index.jsx +0 -9
  420. package/dist/cjs/src/lib/components/Select/index.jsx +0 -115
  421. package/dist/cjs/src/lib/components/Separator/index.jsx +0 -56
  422. package/dist/cjs/src/lib/components/Skeleton/index.jsx +0 -51
  423. package/dist/cjs/src/lib/components/Slider/index.jsx +0 -56
  424. package/dist/cjs/src/lib/components/Spinner/index.jsx +0 -56
  425. package/dist/cjs/src/lib/components/TabNav/index.jsx +0 -50
  426. package/dist/cjs/src/lib/components/Table/index.jsx +0 -119
  427. package/dist/cjs/src/lib/components/Tabs/index.jsx +0 -80
  428. package/dist/cjs/src/lib/components/TextArea/index.jsx +0 -65
  429. package/dist/cjs/src/lib/components/TextField/index.jsx +0 -67
  430. package/dist/cjs/src/lib/components/Toast/ToastActionButton.jsx +0 -97
  431. package/dist/cjs/src/lib/components/Toast/ToastDescription.jsx +0 -71
  432. package/dist/cjs/src/lib/components/Toast/ToastRoot.jsx +0 -123
  433. package/dist/cjs/src/lib/components/Toast/ToastTitle.jsx +0 -69
  434. package/dist/cjs/src/lib/components/Toast/index.jsx +0 -13
  435. package/dist/cjs/src/lib/components/Toggle/ToggleWithText.jsx +0 -86
  436. package/dist/cjs/src/lib/components/Toggle/index.jsx +0 -88
  437. package/dist/cjs/src/lib/components/ToggleGroup/ToggleGroupItem.jsx +0 -70
  438. package/dist/cjs/src/lib/components/ToggleGroup/ToggleGroupRoot.jsx +0 -79
  439. package/dist/cjs/src/lib/components/ToggleGroup/index.jsx +0 -9
  440. package/dist/cjs/src/lib/components/ToggleSwitch/index.jsx +0 -81
  441. package/dist/cjs/src/lib/components/Tooltip/index.jsx +0 -86
  442. package/dist/cjs/src/lib/components/index.js +0 -108
  443. package/dist/cjs/src/lib/constants.js +0 -950
  444. package/dist/cjs/src/lib/index.js +0 -18
  445. package/dist/cjs/src/lib/types.js +0 -2
  446. package/dist/cjs/src/lib/utils/useDarkMode.js +0 -53
  447. package/dist/cjs/src/lib/utils/utils.js +0 -14
  448. package/dist/cjs/src/stories/ToggleSwitch/ToggleSwitch.stories.jsx +0 -125
  449. package/dist/cjs/src/stories/Welcome.jsx +0 -96
  450. package/dist/cjs/src/stories/accordion/Accordion.stories.jsx +0 -88
  451. package/dist/cjs/src/stories/alert-dialog/AlertDialog.stories.jsx +0 -79
  452. package/dist/cjs/src/stories/aspect-ratio/AspectRatio.stories.jsx +0 -115
  453. package/dist/cjs/src/stories/avatar/Avatar.stories.jsx +0 -120
  454. package/dist/cjs/src/stories/badge/Badge.stories.jsx +0 -148
  455. package/dist/cjs/src/stories/bar-chart/BarChart.stories.jsx +0 -114
  456. package/dist/cjs/src/stories/bubble-chart/BubbleChart.stories.jsx +0 -182
  457. package/dist/cjs/src/stories/button/Button.stories.jsx +0 -119
  458. package/dist/cjs/src/stories/button/IconButton.stories.jsx +0 -118
  459. package/dist/cjs/src/stories/callout/Callout.stories.jsx +0 -212
  460. package/dist/cjs/src/stories/card/Card.stories.jsx +0 -168
  461. package/dist/cjs/src/stories/checkbox/Checkbox.stories.jsx +0 -187
  462. package/dist/cjs/src/stories/checkbox/CheckboxCard.stories.jsx +0 -150
  463. package/dist/cjs/src/stories/checkbox/CheckboxGroup.stories.jsx +0 -150
  464. package/dist/cjs/src/stories/context-menu/ContextMenu.stories.jsx +0 -163
  465. package/dist/cjs/src/stories/data-list/DataList.stories.jsx +0 -193
  466. package/dist/cjs/src/stories/dialog/Dialog.stories.jsx +0 -183
  467. package/dist/cjs/src/stories/doughnut-chart/DoughnutChart.stories.jsx +0 -130
  468. package/dist/cjs/src/stories/dropdown-menu/DropdownMenu.stories.jsx +0 -156
  469. package/dist/cjs/src/stories/header/Header.stories.jsx +0 -127
  470. package/dist/cjs/src/stories/hover-card/HoverCard.stories.jsx +0 -150
  471. package/dist/cjs/src/stories/inset/Inset.stories.jsx +0 -105
  472. package/dist/cjs/src/stories/label/Label.stories.jsx +0 -119
  473. package/dist/cjs/src/stories/line-chart/LineChart.stories.jsx +0 -245
  474. package/dist/cjs/src/stories/menubar/Menubar.stories.jsx +0 -282
  475. package/dist/cjs/src/stories/navigation-menu/NavigationMenu.stories.jsx +0 -249
  476. package/dist/cjs/src/stories/pie-chart/PieChart.stories.jsx +0 -156
  477. package/dist/cjs/src/stories/popover/Popover.stories.jsx +0 -137
  478. package/dist/cjs/src/stories/progress/Progress.stories.jsx +0 -88
  479. package/dist/cjs/src/stories/radar-chart/RadarChart.stories.jsx +0 -134
  480. package/dist/cjs/src/stories/radio/Radio.stories.jsx +0 -117
  481. package/dist/cjs/src/stories/radio/RadioCards.stories.jsx +0 -147
  482. package/dist/cjs/src/stories/radio/RadioGroup.stories.jsx +0 -132
  483. package/dist/cjs/src/stories/scroll-area/ScrollArea.stories.jsx +0 -204
  484. package/dist/cjs/src/stories/segmented-control/SegmentedControl.stories.jsx +0 -107
  485. package/dist/cjs/src/stories/select/Select.stories.jsx +0 -187
  486. package/dist/cjs/src/stories/separator/Separator.stories.jsx +0 -112
  487. package/dist/cjs/src/stories/skeleton/Skeleton.stories.jsx +0 -126
  488. package/dist/cjs/src/stories/slider/Slider.stories.jsx +0 -100
  489. package/dist/cjs/src/stories/spinner/Spinner.stories.jsx +0 -122
  490. package/dist/cjs/src/stories/tab-nav/TabNav.stories.jsx +0 -102
  491. package/dist/cjs/src/stories/table/Table.stories.jsx +0 -139
  492. package/dist/cjs/src/stories/tabs/Tabs.stories.jsx +0 -126
  493. package/dist/cjs/src/stories/text/Text.stories.jsx +0 -123
  494. package/dist/cjs/src/stories/textArea/TextArea.stories.jsx +0 -119
  495. package/dist/cjs/src/stories/textfield/TextField.stories.jsx +0 -133
  496. package/dist/cjs/src/stories/toast/Toast.stories.jsx +0 -230
  497. package/dist/cjs/src/stories/toggle/Toggle.stories.jsx +0 -114
  498. package/dist/cjs/src/stories/toggle/ToggleGroup.stories.jsx +0 -158
  499. package/dist/cjs/src/stories/tooltip/Tooltip.stories.jsx +0 -98
  500. package/dist/cjs/src/utils/chart.js +0 -582
  501. package/dist/cjs/src/utils/move.mjs +0 -40
  502. package/dist/cjs/src/utils/post-publish.mjs +0 -28
  503. package/dist/cjs/tailwind.config.js +0 -169
  504. package/dist/cjs/tsconfig.tsbuildinfo +0 -1
  505. package/dist/esm/.storybook/main.js +0 -22
  506. package/dist/esm/.storybook/manager.js +0 -12
  507. package/dist/esm/.storybook/preview.jsx +0 -80
  508. package/dist/esm/src/app/layout.jsx +0 -13
  509. package/dist/esm/src/app/page.jsx +0 -36
  510. package/dist/esm/src/app/template/colorPicker.jsx +0 -19
  511. package/dist/esm/src/app/template/theme.jsx +0 -17
  512. package/dist/esm/src/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
  513. package/dist/esm/src/stories/ToggleSwitch/ToggleSwitch.stories.jsx +0 -118
  514. package/dist/esm/src/stories/Welcome.jsx +0 -68
  515. package/dist/esm/src/stories/accordion/Accordion.stories.jsx +0 -81
  516. package/dist/esm/src/stories/alert-dialog/AlertDialog.stories.jsx +0 -72
  517. package/dist/esm/src/stories/aspect-ratio/AspectRatio.stories.jsx +0 -106
  518. package/dist/esm/src/stories/avatar/Avatar.stories.jsx +0 -109
  519. package/dist/esm/src/stories/badge/Badge.stories.jsx +0 -135
  520. package/dist/esm/src/stories/bar-chart/BarChart.stories.jsx +0 -105
  521. package/dist/esm/src/stories/bubble-chart/BubbleChart.stories.jsx +0 -175
  522. package/dist/esm/src/stories/button/Button.stories.jsx +0 -105
  523. package/dist/esm/src/stories/button/IconButton.stories.jsx +0 -110
  524. package/dist/esm/src/stories/callout/Callout.stories.jsx +0 -202
  525. package/dist/esm/src/stories/card/Card.stories.jsx +0 -156
  526. package/dist/esm/src/stories/checkbox/Checkbox.stories.jsx +0 -174
  527. package/dist/esm/src/stories/checkbox/CheckboxCard.stories.jsx +0 -138
  528. package/dist/esm/src/stories/checkbox/CheckboxGroup.stories.jsx +0 -144
  529. package/dist/esm/src/stories/context-menu/ContextMenu.stories.jsx +0 -156
  530. package/dist/esm/src/stories/data-list/DataList.stories.jsx +0 -186
  531. package/dist/esm/src/stories/dialog/Dialog.stories.jsx +0 -173
  532. package/dist/esm/src/stories/doughnut-chart/DoughnutChart.stories.jsx +0 -118
  533. package/dist/esm/src/stories/dropdown-menu/DropdownMenu.stories.jsx +0 -146
  534. package/dist/esm/src/stories/header/Header.stories.jsx +0 -118
  535. package/dist/esm/src/stories/hover-card/HoverCard.stories.jsx +0 -143
  536. package/dist/esm/src/stories/inset/Inset.stories.jsx +0 -99
  537. package/dist/esm/src/stories/label/Label.stories.jsx +0 -112
  538. package/dist/esm/src/stories/line-chart/LineChart.stories.jsx +0 -234
  539. package/dist/esm/src/stories/menubar/Menubar.stories.jsx +0 -274
  540. package/dist/esm/src/stories/navigation-menu/NavigationMenu.stories.jsx +0 -237
  541. package/dist/esm/src/stories/pie-chart/PieChart.stories.jsx +0 -144
  542. package/dist/esm/src/stories/popover/Popover.stories.jsx +0 -128
  543. package/dist/esm/src/stories/progress/Progress.stories.jsx +0 -81
  544. package/dist/esm/src/stories/radar-chart/RadarChart.stories.jsx +0 -126
  545. package/dist/esm/src/stories/radio/Radio.stories.jsx +0 -110
  546. package/dist/esm/src/stories/radio/RadioCards.stories.jsx +0 -136
  547. package/dist/esm/src/stories/radio/RadioGroup.stories.jsx +0 -125
  548. package/dist/esm/src/stories/scroll-area/ScrollArea.stories.jsx +0 -197
  549. package/dist/esm/src/stories/segmented-control/SegmentedControl.stories.jsx +0 -100
  550. package/dist/esm/src/stories/select/Select.stories.jsx +0 -175
  551. package/dist/esm/src/stories/separator/Separator.stories.jsx +0 -105
  552. package/dist/esm/src/stories/skeleton/Skeleton.stories.jsx +0 -118
  553. package/dist/esm/src/stories/slider/Slider.stories.jsx +0 -93
  554. package/dist/esm/src/stories/spinner/Spinner.stories.jsx +0 -111
  555. package/dist/esm/src/stories/tab-nav/TabNav.stories.jsx +0 -94
  556. package/dist/esm/src/stories/table/Table.stories.jsx +0 -129
  557. package/dist/esm/src/stories/tabs/Tabs.stories.jsx +0 -118
  558. package/dist/esm/src/stories/text/Text.stories.jsx +0 -115
  559. package/dist/esm/src/stories/textArea/TextArea.stories.jsx +0 -111
  560. package/dist/esm/src/stories/textfield/TextField.stories.jsx +0 -122
  561. package/dist/esm/src/stories/toast/Toast.stories.jsx +0 -197
  562. package/dist/esm/src/stories/toggle/Toggle.stories.jsx +0 -106
  563. package/dist/esm/src/stories/toggle/ToggleGroup.stories.jsx +0 -151
  564. package/dist/esm/src/stories/tooltip/Tooltip.stories.jsx +0 -89
  565. package/dist/esm/src/utils/chart.js +0 -572
  566. package/dist/esm/src/utils/move.mjs +0 -35
  567. package/dist/esm/src/utils/post-publish.mjs +0 -23
  568. package/dist/esm/tailwind.config.js +0 -144
  569. package/dist/esm/tsconfig.tsbuildinfo +0 -1
  570. /package/dist/{esm/src/lib/Typography/index.js → lib/Typography/index.d.ts} +0 -0
  571. /package/dist/{esm/src/lib → lib}/color/alpha.js +0 -0
  572. /package/dist/{esm/src/lib → lib}/color/constants.js +0 -0
  573. /package/dist/{esm/src/lib → lib}/color/dark.js +0 -0
  574. /package/dist/{esm/src/lib → lib}/color/krdsColors.js +0 -0
  575. /package/dist/{esm/src/lib → lib}/color/light.js +0 -0
  576. /package/dist/{esm/src/lib/components/AlertDialog/index.jsx → lib/components/AlertDialog/index.js} +0 -0
  577. /package/dist/{esm/src/lib/components/Callout/index.jsx → lib/components/Callout/index.js} +0 -0
  578. /package/dist/{esm/src/lib/components/CheckboxGroup/index.jsx → lib/components/CheckboxGroup/index.js} +0 -0
  579. /package/dist/{esm/src/lib/components/ContextMenu/index.jsx → lib/components/ContextMenu/index.js} +0 -0
  580. /package/dist/{esm/src/lib/components/DataList/index.jsx → lib/components/DataList/index.js} +0 -0
  581. /package/dist/{esm/src/lib/components/Dialog/index.jsx → lib/components/Dialog/index.js} +0 -0
  582. /package/dist/{esm/src/lib/components/DropdownMenu/index.jsx → lib/components/DropdownMenu/index.js} +0 -0
  583. /package/dist/{esm/src/lib/components/HoverCard/index.jsx → lib/components/HoverCard/index.js} +0 -0
  584. /package/dist/{esm/src/lib/components/Menubar/index.jsx → lib/components/Menubar/index.js} +0 -0
  585. /package/dist/{esm/src/lib/components/NavigationMenu/index.jsx → lib/components/NavigationMenu/index.js} +0 -0
  586. /package/dist/{esm/src/lib/components/Popover/index.jsx → lib/components/Popover/index.js} +0 -0
  587. /package/dist/{esm/src/lib/components/RadioCards/index.jsx → lib/components/RadioCards/index.js} +0 -0
  588. /package/dist/{esm/src/lib/components/RadioGroup/index.jsx → lib/components/RadioGroup/index.js} +0 -0
  589. /package/dist/{esm/src/lib/components/SegmentedControl/index.jsx → lib/components/SegmentedControl/index.js} +0 -0
  590. /package/dist/{esm/src/lib/components/Toast/index.jsx → lib/components/Toast/index.js} +0 -0
  591. /package/dist/{esm/src/lib/components/ToggleGroup/index.jsx → lib/components/ToggleGroup/index.js} +0 -0
  592. /package/dist/{esm/src/lib → lib}/components/index.js +0 -0
  593. /package/dist/{esm/src/lib/index.js → lib/index.d.ts} +0 -0
  594. /package/dist/{esm/src/lib → lib}/types.js +0 -0
  595. /package/dist/{esm/src/lib → lib}/utils/utils.js +0 -0
@@ -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,11 +20,12 @@ 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';
16
- import { cn } from '../../../../../lib/utils/utils';
28
+ import { cn } from '../../../lib/utils/utils';
17
29
  export var popoverCloseVariants = cva('', {
18
30
  variants: {
19
31
  radius: {
@@ -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';
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { Popover as PopoverTheme } from '@radix-ui/themes';
3
+ import { VariantProps } from 'class-variance-authority';
4
+ export interface PopoverContentProps extends VariantProps<typeof popoverContentVariants> {
5
+ }
6
+ export declare const popoverContentVariants: (props?: ({
7
+ radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
8
+ size?: "small" | "medium" | "large" | "x-large" | null | undefined;
9
+ scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
10
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
11
+ export declare const PopoverContent: React.ForwardRefExoticComponent<Omit<PopoverTheme.ContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & PopoverContentProps & React.RefAttributes<HTMLDivElement>>;
@@ -20,12 +20,13 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React, { forwardRef, useContext } from 'react';
24
- import { scalingVariants } from '../../../../../lib/constants';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { forwardRef, useContext } from 'react';
25
+ import { scalingVariants } from '../../../lib/constants';
25
26
  import { Popover as PopoverTheme } from '@radix-ui/themes';
26
27
  import { cva } from 'class-variance-authority';
27
28
  import { PopoverContext } from './PopoverRoot';
28
- import { cn } from '../../../../../lib/utils/utils';
29
+ import { cn } from '../../../lib/utils/utils';
29
30
  export var popoverContentVariants = cva('flex gap-2 bg-white dark:bg-slateDark-1 border-slateA-6 dark:border-slateDarkA-6', {
30
31
  variants: {
31
32
  radius: {
@@ -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';
@@ -0,0 +1,12 @@
1
+ import React, { ComponentPropsWithoutRef } from 'react';
2
+ import { Popover as PopoverTheme } from '@radix-ui/themes';
3
+ import { VariantProps } from 'class-variance-authority';
4
+ import { popoverContentVariants } from './PopoverContent';
5
+ import { popoverCloseVariants } from './PopoverClose';
6
+ export interface PopoverProps extends VariantProps<typeof popoverContentVariants>, VariantProps<typeof popoverCloseVariants> {
7
+ }
8
+ export declare const PopoverContext: React.Context<PopoverProps>;
9
+ export declare const PopoverRoot: {
10
+ ({ children, radius, size, scaling, ...props }: ComponentPropsWithoutRef<typeof PopoverTheme.Root> & PopoverProps): import("react/jsx-runtime").JSX.Element;
11
+ displayName: string;
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';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { Popover as PopoverTheme } from '@radix-ui/themes';
3
+ export declare const PopoverTrigger: React.ForwardRefExoticComponent<Omit<PopoverTheme.TriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
@@ -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';
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ declare const Popover: {
3
+ Root: {
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
+ displayName: string;
6
+ };
7
+ Trigger: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/popover").TriggerProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
8
+ Content: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/popover").ContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("./PopoverContent").PopoverContentProps & import("react").RefAttributes<HTMLDivElement>>;
9
+ Close: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/popover").CloseProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("./PopoverClose").PopoverCloseProps & import("react").RefAttributes<HTMLButtonElement>>;
10
+ };
11
+ export default Popover;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ export interface ProgressProps extends VariantProps<typeof progressVariants> {
4
+ size?: any;
5
+ appearance?: 'classic' | 'surface' | 'soft';
6
+ }
7
+ declare const progressVariants: (props?: ({
8
+ radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
9
+ size?: "small" | "medium" | "large" | null | undefined;
10
+ scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
11
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
12
+ export declare const Progress: React.ForwardRefExoticComponent<Omit<import("@radix-ui/themes").ProgressProps & React.RefAttributes<HTMLDivElement>, "ref"> & ProgressProps & React.RefAttributes<HTMLDivElement>>;
13
+ export default Progress;
@@ -20,11 +20,12 @@ 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
- import { scalingVariants } from '../../../../../lib/constants';
26
+ import { scalingVariants } from '../../../lib/constants';
26
27
  import { Theme, Progress as ProgressTheme } from '@radix-ui/themes';
27
- import { cn } from '../../../../../lib/utils/utils';
28
+ import { cn } from '../../../lib/utils/utils';
28
29
  var progressVariants = cva('w-[300px]', {
29
30
  variants: {
30
31
  radius: {
@@ -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;
@@ -0,0 +1,32 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { IChartDataLabels, IChartDatasets, IChartLegend, IChartTitle } from '../../../lib/types';
3
+ type IRadarChartDataset = IChartDatasets & {
4
+ data: number[];
5
+ pointBackgroundColor?: string;
6
+ pointBorderColor?: string;
7
+ pointBorderWidth?: number;
8
+ pointHoverBackgroundColor?: string;
9
+ pointHoverBorderColor?: string;
10
+ pointHoverBorderWidth?: number;
11
+ fill?: boolean;
12
+ };
13
+ export interface RadarChartProps extends VariantProps<typeof radarChartVariants> {
14
+ appearance?: 'solid' | 'soft';
15
+ isColorMixed?: boolean;
16
+ className?: string;
17
+ datasets: IRadarChartDataset[];
18
+ title?: IChartTitle;
19
+ legend?: IChartLegend;
20
+ labels?: string[];
21
+ datalabels?: IChartDataLabels;
22
+ width?: string | number;
23
+ height?: string | number;
24
+ }
25
+ declare const radarChartVariants: (props?: ({
26
+ scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
27
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
28
+ export declare const RadarChart: {
29
+ ({ className, title, legend, datalabels, datasets, labels, width, height, scaling, appearance, isColorMixed, ...props }: RadarChartProps): import("react/jsx-runtime").JSX.Element;
30
+ displayName: string;
31
+ };
32
+ export default RadarChart;
@@ -20,14 +20,14 @@ 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
- import { scalingVariants } from '../../../../../lib/constants';
25
+ import { scalingVariants } from '../../../lib/constants';
26
26
  import { Radar } from 'react-chartjs-2';
27
- import { cn } from '../../../../../lib/utils/utils';
27
+ import { cn } from '../../../lib/utils/utils';
28
28
  import { Chart as ChartJS, RadialLinearScale, PointElement, LineElement, Filler, Tooltip, Legend, plugins, } from 'chart.js/auto';
29
- import { chartColorList, chartAlphaColorList } from '../../../../../lib/color/constants';
30
- import { useDarkMode } from '../../../../../lib/utils/useDarkMode';
29
+ import { chartColorList, chartAlphaColorList } from '../../../lib/color/constants';
30
+ import { useDarkMode } from '../../../lib/utils/useDarkMode';
31
31
  import ChartDataLabels from 'chartjs-plugin-datalabels';
32
32
  ChartJS.register(RadialLinearScale, PointElement, LineElement, Filler, Tooltip, Legend, plugins, ChartDataLabels);
33
33
  ChartJS.defaults.set('plugins.datalabels', {
@@ -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;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ import { IScaling } from '../../../lib/types';
4
+ export interface RadioProps extends VariantProps<typeof radioVariants> {
5
+ size?: any;
6
+ scaling?: IScaling;
7
+ appearance?: 'classic' | 'surface' | 'soft';
8
+ }
9
+ declare const radioVariants: (props?: ({
10
+ size?: "small" | "medium" | "large" | null | undefined;
11
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
12
+ export declare const Radio: React.ForwardRefExoticComponent<Omit<import("@radix-ui/themes").RadioProps & React.RefAttributes<HTMLInputElement>, "ref"> & RadioProps & React.RefAttributes<HTMLInputElement>>;
13
+ 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,11 +20,12 @@ 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';
15
- import { Text } from '../../../../../lib/Typography/Text';
16
- import { cn } from '../../../../../lib/utils/utils';
27
+ import { Text } from '../../../lib/Typography/Text';
28
+ import { cn } from '../../../lib/utils/utils';
17
29
  var radioVariants = cva('font-normal', {
18
30
  variants: {
19
31
  size: {
@@ -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;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ import { RadioCards as RadioCardsTheme } from '@radix-ui/themes';
4
+ export interface RadioCardsItemProps extends VariantProps<typeof radioCardsItemVariants> {
5
+ }
6
+ export declare const radioCardsItemVariants: (props?: ({
7
+ radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
8
+ size?: "small" | "medium" | "large" | null | undefined;
9
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
10
+ export declare const RadioCardsItem: React.ForwardRefExoticComponent<Omit<RadioCardsTheme.ItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & RadioCardsItemProps & React.RefAttributes<HTMLButtonElement>>;
@@ -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,10 +20,11 @@ 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
- import { cn } from '../../../../../lib/utils/utils';
27
+ import { cn } from '../../../lib/utils/utils';
16
28
  import { RadioCardsContext } from './RadioCardsRoot';
17
29
  export var radioCardsItemVariants = cva('min-w-[200px] bg-white dark:bg-slateDark-1 text-slateA-12 dark:text-slateDarkA-12 border-slateA-6 dark:border-slateDarkA-6 font-normal disabled:text-slateA-9 dark:disabled:text-slateDarkA-9', {
18
30
  variants: {
@@ -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';
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ import { RadioCards as RadioCardsTheme } from '@radix-ui/themes';
4
+ import { radioCardsItemVariants } from './RadioCardsItem';
5
+ export interface RadioCardsProps extends VariantProps<typeof radioCardsVariants>, VariantProps<typeof radioCardsItemVariants> {
6
+ appearance?: 'classic' | 'surface';
7
+ }
8
+ declare const radioCardsVariants: (props?: ({
9
+ scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
10
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
11
+ export declare const RadioCardsContext: React.Context<RadioCardsProps>;
12
+ export declare const RadioCardsRoot: React.ForwardRefExoticComponent<Omit<RadioCardsTheme.RootProps & React.RefAttributes<HTMLDivElement>, "ref"> & RadioCardsProps & React.RefAttributes<HTMLDivElement>>;
13
+ export {};
@@ -20,11 +20,12 @@ 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
- import { scalingVariants } from '../../../../../lib/constants';
26
+ import { scalingVariants } from '../../../lib/constants';
26
27
  import { Theme, RadioCards as RadioCardsTheme } from '@radix-ui/themes';
27
- import { cn } from '../../../../../lib/utils/utils';
28
+ import { cn } from '../../../lib/utils/utils';
28
29
  var radioCardsVariants = cva('flex items-center gap-2', {
29
30
  variants: {
30
31
  scaling: __assign({}, scalingVariants),
@@ -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';
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ declare const RadioCards: {
3
+ Root: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/radio-cards").RootProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("./RadioCardsRoot").RadioCardsProps & import("react").RefAttributes<HTMLDivElement>>;
4
+ Item: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/radio-cards").ItemProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("./RadioCardsItem").RadioCardsItemProps & import("react").RefAttributes<HTMLButtonElement>>;
5
+ };
6
+ export default RadioCards;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ import { RadioGroup as RadioGroupTheme } from '@radix-ui/themes';
4
+ export interface RadioGroupItemProps extends VariantProps<typeof radioGroupItemVariants> {
5
+ size?: any;
6
+ value: string;
7
+ appearance?: 'classic' | 'surface' | 'soft';
8
+ }
9
+ declare const radioGroupItemVariants: (props?: ({
10
+ size?: "small" | "medium" | "large" | null | undefined;
11
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
12
+ export declare const RadioGroupItem: React.ForwardRefExoticComponent<Omit<RadioGroupTheme.ItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & RadioGroupItemProps & React.RefAttributes<HTMLButtonElement>>;
13
+ export {};
@@ -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,11 +20,12 @@ 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';
16
- import { cn } from '../../../../../lib/utils/utils';
28
+ import { cn } from '../../../lib/utils/utils';
17
29
  var radioGroupItemVariants = cva('font-normal text-slate-12 dark:text-slateDark-12', {
18
30
  variants: {
19
31
  size: {
@@ -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';
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { RadioGroup as RadioGroupTheme } from '@radix-ui/themes';
3
+ import { VariantProps } from 'class-variance-authority';
4
+ import { IScaling } from '../../../lib/types';
5
+ export interface RadioGroupProps extends VariantProps<typeof radioGroupVariants> {
6
+ scaling?: IScaling;
7
+ size?: 'small' | 'medium' | 'large';
8
+ appearance?: 'classic' | 'surface' | 'soft';
9
+ }
10
+ declare const radioGroupVariants: (props?: ({
11
+ size?: "small" | "medium" | "large" | null | undefined;
12
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
13
+ export declare const RadioGroupContext: React.Context<RadioGroupProps>;
14
+ export declare const RadioGroupRoot: React.ForwardRefExoticComponent<Omit<RadioGroupTheme.RootProps & React.RefAttributes<HTMLDivElement>, "ref"> & RadioGroupProps & React.RefAttributes<HTMLDivElement>>;
15
+ export {};
@@ -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,10 +20,11 @@ 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
- import { cn } from '../../../../../lib/utils/utils';
27
+ import { cn } from '../../../lib/utils/utils';
16
28
  var radioGroupVariants = cva('', {
17
29
  variants: {
18
30
  size: {
@@ -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';
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ declare const RadioGroup: {
3
+ Root: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/radio-group").RootProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("./RadioGroupRoot").RadioGroupProps & import("react").RefAttributes<HTMLDivElement>>;
4
+ Item: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/radio-group").ItemProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("./RadioGroupItem").RadioGroupItemProps & import("react").RefAttributes<HTMLButtonElement>>;
5
+ };
6
+ export default RadioGroup;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
3
+ export interface ScrollAreaProps {
4
+ size?: any;
5
+ radius?: 'none' | 'small' | 'medium' | 'large' | 'full';
6
+ scrollbars?: 'vertical' | 'horizontal' | 'both';
7
+ }
8
+ export declare const ScrollArea: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React.RefAttributes<HTMLDivElement>, "ref"> & ScrollAreaProps & React.RefAttributes<HTMLDivElement>>;
9
+ export default ScrollArea;