@lotte-innovate/ui-component-test 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (269) hide show
  1. package/README.md +163 -163
  2. package/dist/Typography/Header/index.d.ts +1 -1
  3. package/dist/Typography/Header/{index.js → index.jsx} +5 -2
  4. package/dist/Typography/Text/{index.js → index.jsx} +6 -3
  5. package/dist/Typography/index.d.ts +2 -2
  6. package/dist/Typography/index.js +3 -3
  7. package/dist/app/layout.d.ts +1 -1
  8. package/dist/app/{layout.js → layout.jsx} +3 -2
  9. package/dist/app/page.d.ts +2 -1
  10. package/dist/app/page.jsx +42 -0
  11. package/dist/app/template/badgeTemplate.d.ts +2 -1
  12. package/dist/app/template/badgeTemplate.jsx +82 -0
  13. package/dist/app/template/buttonTemplate.d.ts +2 -1
  14. package/dist/app/template/buttonTemplate.jsx +82 -0
  15. package/dist/app/template/colorPicker.d.ts +2 -1
  16. package/dist/app/template/colorPicker.jsx +19 -0
  17. package/dist/app/template/textTemplate.d.ts +2 -1
  18. package/dist/app/template/textTemplate.jsx +72 -0
  19. package/dist/app/template/theme.d.ts +2 -2
  20. package/dist/app/template/theme.jsx +44 -0
  21. package/dist/components/Accordion/{index.js → index.jsx} +17 -5
  22. package/dist/components/AlertDialog/{AlertDialogAction.js → AlertDialogAction.jsx} +5 -4
  23. package/dist/components/AlertDialog/{AlertDialogCancel.js → AlertDialogCancel.jsx} +5 -4
  24. package/dist/components/AlertDialog/{AlertDialogContent.js → AlertDialogContent.jsx} +8 -4
  25. package/dist/components/AlertDialog/{AlertDialogDescription.js → AlertDialogDescription.jsx} +5 -15
  26. package/dist/components/AlertDialog/{AlertDialogTitle.js → AlertDialogTitle.jsx} +5 -15
  27. package/dist/components/AlertDialog/{AlertDialogTrigger.js → AlertDialogTrigger.jsx} +5 -4
  28. package/dist/components/AlertDialog/{index.js → index.jsx} +2 -14
  29. package/dist/components/AspectRatio/{index.js → index.jsx} +5 -4
  30. package/dist/components/Avatar/{index.js → index.jsx} +8 -4
  31. package/dist/components/Badge/{index.js → index.jsx} +4 -3
  32. package/dist/components/BubbleChart/index.d.ts +2 -1
  33. package/dist/components/BubbleChart/{index.js → index.jsx} +3 -3
  34. package/dist/components/Button/{index.js → index.jsx} +5 -4
  35. package/dist/components/Callout/{CalloutIcon.js → CalloutIcon.jsx} +9 -4
  36. package/dist/components/Callout/{CalloutText.js → CalloutText.jsx} +5 -15
  37. package/dist/components/Callout/{index.js → index.jsx} +7 -4
  38. package/dist/components/Card/{index.js → index.jsx} +5 -4
  39. package/dist/components/Checkbox/{index.js → index.jsx} +12 -4
  40. package/dist/components/CheckboxCard/{index.js → index.jsx} +6 -4
  41. package/dist/components/CheckboxGroup/{CheckboxGroupItem.js → CheckboxGroupItem.jsx} +6 -14
  42. package/dist/components/CheckboxGroup/{index.js → index.jsx} +6 -3
  43. package/dist/components/ContextMenu/{ContextMenuCheckboxItem.js → ContextMenuCheckboxItem.jsx} +8 -15
  44. package/dist/components/ContextMenu/{ContextMenuContent.js → ContextMenuContent.jsx} +7 -4
  45. package/dist/components/ContextMenu/{ContextMenuGroup.js → ContextMenuGroup.jsx} +4 -14
  46. package/dist/components/ContextMenu/{ContextMenuItem.js → ContextMenuItem.jsx} +6 -4
  47. package/dist/components/ContextMenu/{ContextMenuItemIndicator.js → ContextMenuItemIndicator.jsx} +5 -4
  48. package/dist/components/ContextMenu/{ContextMenuLabel.js → ContextMenuLabel.jsx} +5 -4
  49. package/dist/components/ContextMenu/{ContextMenuRadioGroup.js → ContextMenuRadioGroup.jsx} +6 -14
  50. package/dist/components/ContextMenu/{ContextMenuRadioItem.js → ContextMenuRadioItem.jsx} +8 -15
  51. package/dist/components/ContextMenu/{ContextMenuSeparator.js → ContextMenuSeparator.jsx} +5 -15
  52. package/dist/components/ContextMenu/{ContextMenuSubContent.js → ContextMenuSubContent.jsx} +10 -7
  53. package/dist/components/ContextMenu/{ContextMenuSubTrigger.js → ContextMenuSubTrigger.jsx} +10 -15
  54. package/dist/components/ContextMenu/{ContextMenuTrigger.js → ContextMenuTrigger.jsx} +5 -15
  55. package/dist/components/ContextMenu/{index.js → index.jsx} +4 -14
  56. package/dist/components/DataList/{DataListItem.js → DataListItem.jsx} +5 -4
  57. package/dist/components/DataList/{DataListLabel.js → DataListLabel.jsx} +5 -4
  58. package/dist/components/DataList/{DataListValue.js → DataListValue.jsx} +5 -4
  59. package/dist/components/DataList/{index.js → index.jsx} +7 -15
  60. package/dist/components/Dialog/{DialogAction.js → DialogAction.jsx} +5 -15
  61. package/dist/components/Dialog/{DialogCancel.js → DialogCancel.jsx} +5 -15
  62. package/dist/components/Dialog/{DialogContent.js → DialogContent.jsx} +5 -4
  63. package/dist/components/Dialog/{DialogDescription.js → DialogDescription.jsx} +5 -15
  64. package/dist/components/Dialog/{DialogSlot.js → DialogSlot.jsx} +5 -15
  65. package/dist/components/Dialog/{DialogTitle.js → DialogTitle.jsx} +5 -15
  66. package/dist/components/Dialog/{DialogTrigger.js → DialogTrigger.jsx} +4 -14
  67. package/dist/components/Dialog/{index.js → index.jsx} +4 -14
  68. package/dist/components/DoughnutChart/index.d.ts +2 -1
  69. package/dist/components/DoughnutChart/{index.js → index.jsx} +3 -3
  70. package/dist/components/DropdownMenu/{DropdonMenuRadioGroup.js → DropdonMenuRadioGroup.jsx} +6 -14
  71. package/dist/components/DropdownMenu/{DropdonMenuSubContent.js → DropdonMenuSubContent.jsx} +11 -8
  72. package/dist/components/DropdownMenu/{DropdownMenuCheckboxItem.js → DropdownMenuCheckboxItem.jsx} +8 -15
  73. package/dist/components/DropdownMenu/{DropdownMenuContent.js → DropdownMenuContent.jsx} +7 -4
  74. package/dist/components/DropdownMenu/{DropdownMenuItem.js → DropdownMenuItem.jsx} +6 -4
  75. package/dist/components/DropdownMenu/{DropdownMenuItemIndicator.js → DropdownMenuItemIndicator.jsx} +5 -4
  76. package/dist/components/DropdownMenu/{DropdownMenuLable.js → DropdownMenuLable.jsx} +5 -4
  77. package/dist/components/DropdownMenu/{DropdownMenuRadioItem.js → DropdownMenuRadioItem.jsx} +8 -15
  78. package/dist/components/DropdownMenu/{DropdownMenuSeparator.js → DropdownMenuSeparator.jsx} +3 -15
  79. package/dist/components/DropdownMenu/{DropdownMenuSub.js → DropdownMenuSub.jsx} +2 -14
  80. package/dist/components/DropdownMenu/{DropdownMenuSubTrigger.js → DropdownMenuSubTrigger.jsx} +7 -14
  81. package/dist/components/DropdownMenu/{DropdownMenuTrigger.js → DropdownMenuTrigger.jsx} +4 -14
  82. package/dist/components/DropdownMenu/{index.js → index.jsx} +2 -14
  83. package/dist/components/HoverCard/{HoverCardContent.js → HoverCardContent.jsx} +4 -3
  84. package/dist/components/HoverCard/{HoverCardTrigger.js → HoverCardTrigger.jsx} +4 -14
  85. package/dist/components/HoverCard/{index.js → index.jsx} +4 -14
  86. package/dist/components/IconButton/{index.js → index.jsx} +3 -2
  87. package/dist/components/Inset/{index.js → index.jsx} +6 -3
  88. package/dist/components/Label/{index.js → index.jsx} +3 -2
  89. package/dist/components/Menubar/{MenubarCheckboxItem.js → MenubarCheckboxItem.jsx} +8 -15
  90. package/dist/components/Menubar/{MenubarContent.js → MenubarContent.jsx} +11 -8
  91. package/dist/components/Menubar/{MenubarItem.js → MenubarItem.jsx} +6 -4
  92. package/dist/components/Menubar/{MenubarItemIndicator.js → MenubarItemIndicator.jsx} +5 -4
  93. package/dist/components/Menubar/{MenubarMenu.js → MenubarMenu.jsx} +2 -14
  94. package/dist/components/Menubar/{MenubarRadioGroup.js → MenubarRadioGroup.jsx} +6 -14
  95. package/dist/components/Menubar/{MenubarRadioItem.js → MenubarRadioItem.jsx} +8 -15
  96. package/dist/components/Menubar/{MenubarSeparator.js → MenubarSeparator.jsx} +5 -15
  97. package/dist/components/Menubar/{MenubarSub.js → MenubarSub.jsx} +2 -14
  98. package/dist/components/Menubar/{MenubarSubContent.js → MenubarSubContent.jsx} +6 -5
  99. package/dist/components/Menubar/{MenubarSubTrigger.js → MenubarSubTrigger.jsx} +8 -15
  100. package/dist/components/Menubar/{MenubarTrigger.js → MenubarTrigger.jsx} +5 -4
  101. package/dist/components/Menubar/{index.js → index.jsx} +7 -4
  102. package/dist/components/NavigationMenu/{NavigationMenuContent.js → NavigationMenuContent.jsx} +5 -4
  103. package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +22 -0
  104. package/dist/components/NavigationMenu/{NavigationMenuItem.js → NavigationMenuItem.jsx} +4 -14
  105. package/dist/components/NavigationMenu/{NavigationMenuLink.js → NavigationMenuLink.jsx} +5 -4
  106. package/dist/components/NavigationMenu/{NavigationMenuList.js → NavigationMenuList.jsx} +6 -4
  107. package/dist/components/NavigationMenu/{NavigationMenuTrigger.js → NavigationMenuTrigger.jsx} +6 -4
  108. package/dist/components/NavigationMenu/{NavigationMenuViewport.js → NavigationMenuViewport.jsx} +5 -4
  109. package/dist/components/NavigationMenu/{index.js → index.jsx} +7 -15
  110. package/dist/components/PieChart/index.d.ts +2 -1
  111. package/dist/components/PieChart/{index.js → index.jsx} +3 -3
  112. package/dist/components/Popover/{PopoverClose.js → PopoverClose.jsx} +4 -14
  113. package/dist/components/Popover/{PopoverContent.js → PopoverContent.jsx} +4 -3
  114. package/dist/components/Popover/{PopoverTrigger.js → PopoverTrigger.jsx} +4 -14
  115. package/dist/components/Popover/{index.js → index.jsx} +4 -14
  116. package/dist/components/Progress/{index.js → index.jsx} +4 -3
  117. package/dist/components/RadarChart/index.d.ts +2 -1
  118. package/dist/components/RadarChart/{index.js → index.jsx} +2 -2
  119. package/dist/components/Radio/{index.js → index.jsx} +8 -13
  120. package/dist/components/RadioCards/{RadioCardsItem.js → RadioCardsItem.jsx} +4 -14
  121. package/dist/components/RadioCards/{index.js → index.jsx} +6 -3
  122. package/dist/components/RadioGroup/{RadioGroupItem.js → RadioGroupItem.jsx} +4 -14
  123. package/dist/components/RadioGroup/{index.js → index.jsx} +6 -14
  124. package/dist/components/ScrollArea/{index.js → index.jsx} +6 -14
  125. package/dist/components/SegmentedControl/{SegmentedControlItem.js → SegmentedControlItem.jsx} +4 -14
  126. package/dist/components/SegmentedControl/{index.js → index.jsx} +5 -2
  127. package/dist/components/Select/{index.js → index.jsx} +24 -9
  128. package/dist/components/Separator/{index.js → index.jsx} +6 -3
  129. package/dist/components/Skeleton/{index.js → index.jsx} +6 -3
  130. package/dist/components/Slider/{index.js → index.jsx} +4 -3
  131. package/dist/components/Spinner/{index.js → index.jsx} +5 -2
  132. package/dist/components/TabNav/{index.js → index.jsx} +8 -14
  133. package/dist/components/Table/{index.js → index.jsx} +23 -8
  134. package/dist/components/Tabs/{index.js → index.jsx} +14 -5
  135. package/dist/components/TextArea/{index.js → index.jsx} +3 -2
  136. package/dist/components/TextField/{index.js → index.jsx} +9 -4
  137. package/dist/components/Toast/{ToastActionButton.js → ToastActionButton.jsx} +5 -4
  138. package/dist/components/Toast/{ToastDescription.js → ToastDescription.jsx} +7 -15
  139. package/dist/components/Toast/{ToastTitle.js → ToastTitle.jsx} +5 -15
  140. package/dist/components/Toast/{index.js → index.jsx} +10 -4
  141. package/dist/components/Toggle/{ToggleWithText.js → ToggleWithText.jsx} +6 -4
  142. package/dist/components/Toggle/{index.js → index.jsx} +4 -3
  143. package/dist/components/ToggleGroup/{index.js → index.jsx} +6 -3
  144. package/dist/components/ToggleGroup/{toggleGroupItem.js → toggleGroupItem.jsx} +4 -14
  145. package/dist/components/ToggleSwitch/{index.js → index.jsx} +6 -2
  146. package/dist/components/Tooltip/index.d.ts +1 -1
  147. package/dist/components/Tooltip/{index.js → index.jsx} +12 -3
  148. package/dist/components/index.d.ts +2 -0
  149. package/dist/index.d.ts +5 -2
  150. package/dist/index.js +3 -0
  151. package/dist/stories/Welcome.d.ts +2 -1
  152. package/dist/stories/Welcome.jsx +48 -0
  153. package/dist/stories/accordion/Accordion.stories.d.ts +1 -1
  154. package/dist/stories/accordion/{Accordion.stories.js → Accordion.stories.jsx} +20 -2
  155. package/dist/stories/alert-dialog/AlertDialog.stories.d.ts +1 -1
  156. package/dist/stories/alert-dialog/{AlertDialog.stories.js → AlertDialog.stories.jsx} +15 -2
  157. package/dist/stories/aspect-ratio/AspectRatio.stories.d.ts +3 -3
  158. package/dist/stories/aspect-ratio/AspectRatio.stories.jsx +106 -0
  159. package/dist/stories/avatar/Avatar.stories.d.ts +5 -5
  160. package/dist/stories/avatar/{Avatar.stories.js → Avatar.stories.jsx} +17 -6
  161. package/dist/stories/badge/Badge.stories.d.ts +6 -6
  162. package/dist/stories/badge/{Badge.stories.js → Badge.stories.jsx} +51 -7
  163. package/dist/stories/bubble-chart/BubbleChart.stories.d.ts +5 -4
  164. package/dist/stories/bubble-chart/{BubbleChart.stories.js → BubbleChart.stories.jsx} +12 -4
  165. package/dist/stories/button/Button.stories.d.ts +7 -7
  166. package/dist/stories/button/{Button.stories.js → Button.stories.jsx} +41 -8
  167. package/dist/stories/button/IconButton.stories.d.ts +4 -4
  168. package/dist/stories/button/{IconButton.stories.js → IconButton.stories.jsx} +18 -5
  169. package/dist/stories/callout/Callout.stories.d.ts +7 -7
  170. package/dist/stories/callout/Callout.stories.jsx +205 -0
  171. package/dist/stories/card/Card.stories.d.ts +5 -5
  172. package/dist/stories/card/{Card.stories.js → Card.stories.jsx} +56 -6
  173. package/dist/stories/checkbox/Checkbox.stories.d.ts +6 -6
  174. package/dist/stories/checkbox/{Checkbox.stories.js → Checkbox.stories.jsx} +63 -7
  175. package/dist/stories/checkbox/CheckboxCard.stories.d.ts +5 -5
  176. package/dist/stories/checkbox/{CheckboxCard.stories.js → CheckboxCard.stories.jsx} +41 -6
  177. package/dist/stories/checkbox/CheckboxGroup.stories.d.ts +3 -3
  178. package/dist/stories/checkbox/{CheckboxGroup.stories.js → CheckboxGroup.stories.jsx} +76 -4
  179. package/dist/stories/context-menu/ContextMenu.stories.d.ts +4 -4
  180. package/dist/stories/context-menu/{ContextMenu.stories.js → ContextMenu.stories.jsx} +74 -5
  181. package/dist/stories/data-list/DataList.stories.d.ts +4 -4
  182. package/dist/stories/data-list/DataList.stories.jsx +185 -0
  183. package/dist/stories/dialog/Dialog.stories.d.ts +1 -1
  184. package/dist/stories/dialog/{Dialog.stories.js → Dialog.stories.jsx} +25 -2
  185. package/dist/stories/doughnut-chart/DoughnutChart.stories.d.ts +5 -4
  186. package/dist/stories/doughnut-chart/{DoughnutChart.stories.js → DoughnutChart.stories.jsx} +12 -4
  187. package/dist/stories/dropdown-menu/DropdownMenu.stories.d.ts +4 -4
  188. package/dist/stories/dropdown-menu/DropdownMenu.stories.jsx +170 -0
  189. package/dist/stories/header/Header.stories.d.ts +6 -6
  190. package/dist/stories/header/{Header.stories.js → Header.stories.jsx} +26 -7
  191. package/dist/stories/hover-card/HoverCard.stories.d.ts +2 -2
  192. package/dist/stories/hover-card/{HoverCard.stories.js → HoverCard.stories.jsx} +30 -3
  193. package/dist/stories/inset/Inset.stories.d.ts +2 -2
  194. package/dist/stories/inset/{Inset.stories.js → Inset.stories.jsx} +27 -12
  195. package/dist/stories/label/Label.stories.d.ts +4 -4
  196. package/dist/stories/label/{Label.stories.js → Label.stories.jsx} +26 -5
  197. package/dist/stories/menubar/Menubar.stories.d.ts +1 -1
  198. package/dist/stories/menubar/{Menubar.stories.js → Menubar.stories.jsx} +45 -8
  199. package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +13 -13
  200. package/dist/stories/navigation-menu/{NavigationMenu.stories.js → NavigationMenu.stories.jsx} +69 -4
  201. package/dist/stories/pie-chart/PieChart.stories.d.ts +6 -5
  202. package/dist/stories/pie-chart/{PieChart.stories.js → PieChart.stories.jsx} +32 -13
  203. package/dist/stories/popover/Popover.stories.d.ts +2 -2
  204. package/dist/stories/popover/{Popover.stories.js → Popover.stories.jsx} +42 -9
  205. package/dist/stories/progress/Progress.stories.d.ts +4 -4
  206. package/dist/stories/progress/{Progress.stories.js → Progress.stories.jsx} +11 -6
  207. package/dist/stories/radar-chart/RadarChart.stories.d.ts +6 -5
  208. package/dist/stories/radar-chart/{RadarChart.stories.js → RadarChart.stories.jsx} +4 -5
  209. package/dist/stories/radio/Radio.stories.d.ts +3 -3
  210. package/dist/stories/radio/{Radio.stories.js → Radio.stories.jsx} +14 -4
  211. package/dist/stories/radio/RadioCards.stories.d.ts +4 -4
  212. package/dist/stories/radio/{RadioCards.stories.js → RadioCards.stories.jsx} +64 -5
  213. package/dist/stories/radio/RadioGroup.stories.d.ts +4 -4
  214. package/dist/stories/radio/{RadioGroup.stories.js → RadioGroup.stories.jsx} +59 -5
  215. package/dist/stories/scroll-area/ScrollArea.stories.d.ts +2 -2
  216. package/dist/stories/scroll-area/ScrollArea.stories.jsx +123 -0
  217. package/dist/stories/segmented-control/SegmentedControl.stories.d.ts +4 -4
  218. package/dist/stories/segmented-control/{SegmentedControl.stories.js → SegmentedControl.stories.jsx} +26 -5
  219. package/dist/stories/select/Select.stories.d.ts +5 -5
  220. package/dist/stories/select/{Select.stories.js → Select.stories.jsx} +67 -6
  221. package/dist/stories/separator/Separator.stories.d.ts +4 -4
  222. package/dist/stories/separator/{Separator.stories.js → Separator.stories.jsx} +29 -5
  223. package/dist/stories/skeleton/Skeleton.stories.d.ts +5 -5
  224. package/dist/stories/skeleton/{Skeleton.stories.js → Skeleton.stories.jsx} +33 -6
  225. package/dist/stories/slider/Slider.stories.d.ts +4 -4
  226. package/dist/stories/slider/{Slider.stories.js → Slider.stories.jsx} +16 -5
  227. package/dist/stories/spinner/Spinner.stories.d.ts +5 -5
  228. package/dist/stories/spinner/{Spinner.stories.js → Spinner.stories.jsx} +31 -6
  229. package/dist/stories/switch/Switch.stories.d.ts +4 -4
  230. package/dist/stories/switch/{Switch.stories.js → Switch.stories.jsx} +16 -5
  231. package/dist/stories/tab-nav/TabNav.stories.d.ts +1 -1
  232. package/dist/stories/tab-nav/{TabNav.stories.js → TabNav.stories.jsx} +11 -2
  233. package/dist/stories/table/Table.stories.d.ts +1 -1
  234. package/dist/stories/table/{Table.stories.js → Table.stories.jsx} +29 -2
  235. package/dist/stories/tabs/Tabs.stories.d.ts +1 -1
  236. package/dist/stories/tabs/{Tabs.stories.js → Tabs.stories.jsx} +19 -2
  237. package/dist/stories/text/Text.stories.d.ts +5 -5
  238. package/dist/stories/text/{Text.stories.js → Text.stories.jsx} +21 -6
  239. package/dist/stories/textArea/TextArea.stories.d.ts +5 -5
  240. package/dist/stories/textArea/{TextArea.stories.js → TextArea.stories.jsx} +22 -6
  241. package/dist/stories/textfield/TextField.stories.d.ts +5 -5
  242. package/dist/stories/textfield/{TextField.stories.js → TextField.stories.jsx} +38 -6
  243. package/dist/stories/toast/Toast.stories.d.ts +3 -3
  244. package/dist/stories/toast/{Toast.stories.js → Toast.stories.jsx} +22 -4
  245. package/dist/stories/toggle/Toggle.stories.d.ts +5 -5
  246. package/dist/stories/toggle/{Toggle.stories.js → Toggle.stories.jsx} +23 -6
  247. package/dist/stories/toggle/ToggleGroup.stories.d.ts +3 -3
  248. package/dist/stories/toggle/{ToggleGroup.stories.js → ToggleGroup.stories.jsx} +39 -6
  249. package/dist/stories/tooltip/Tooltip.stories.d.ts +3 -3
  250. package/dist/stories/tooltip/{Tooltip.stories.js → Tooltip.stories.jsx} +17 -4
  251. package/dist/tsconfig.tsbuildinfo +1 -1
  252. package/package.json +118 -120
  253. package/dist/app/page.js +0 -6
  254. package/dist/app/template/badgeTemplate.js +0 -11
  255. package/dist/app/template/buttonTemplate.js +0 -11
  256. package/dist/app/template/colorPicker.js +0 -14
  257. package/dist/app/template/textTemplate.js +0 -23
  258. package/dist/app/template/theme.js +0 -12
  259. package/dist/components/Input/Input.stories.d.ts +0 -77
  260. package/dist/components/Input/Input.stories.js +0 -74
  261. package/dist/components/Input/index.d.ts +0 -14
  262. package/dist/components/Input/index.js +0 -53
  263. package/dist/components/NavigationMenu/NavigationMenuIndicator.js +0 -31
  264. package/dist/stories/Welcome.js +0 -30
  265. package/dist/stories/aspect-ratio/AspectRatio.stories.js +0 -78
  266. package/dist/stories/callout/Callout.stories.js +0 -104
  267. package/dist/stories/data-list/DataList.stories.js +0 -87
  268. package/dist/stories/dropdown-menu/DropdownMenu.stories.js +0 -75
  269. package/dist/stories/scroll-area/ScrollArea.stories.js +0 -63
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,11 +9,10 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
- import { forwardRef, useContext } from 'react';
12
+ import React, { forwardRef, useContext } from 'react';
25
13
  import * as MenubarPrimitive from '@radix-ui/react-menubar';
26
14
  import { DotFilledIcon } from '@radix-ui/react-icons';
27
- import { cn } from 'utils/utils';
15
+ import { cn } from '../../utils/utils';
28
16
  import { menuItemAppearanceStyle } from '../../constants';
29
17
  import { menubarItemVariants } from './MenubarItem';
30
18
  import { MenubarItemIndicator } from './MenubarItemIndicator';
@@ -35,6 +23,11 @@ export var MenubarRadioItem = forwardRef(function (_a, ref) {
35
23
  var _b = useMenubarContext(), radius = _b.radius, scaling = _b.scaling, size = _b.size, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.itemAppearance, itemAppearance = _d === void 0 ? 'solid' : _d;
36
24
  var itemClassName = cn(menubarItemVariants({ radius: radius, scaling: scaling, size: size }), 'pl-7', menuItemAppearanceStyle(itemAppearance, color), className);
37
25
  var radioGroup = useContext(RadioContext);
38
- return (_jsxs(MenubarPrimitive.RadioItem, __assign({ ref: ref, className: itemClassName }, props, { children: [_jsx(MenubarItemIndicator, { forceMount: true, radius: 'full', size: size, children: radioGroup.selectedValue === props.value && _jsx(DotFilledIcon, {}) }), children] })));
26
+ return (<MenubarPrimitive.RadioItem ref={ref} className={itemClassName} {...props}>
27
+ <MenubarItemIndicator forceMount radius={'full'} size={size}>
28
+ {radioGroup.selectedValue === props.value && <DotFilledIcon />}
29
+ </MenubarItemIndicator>
30
+ {children}
31
+ </MenubarPrimitive.RadioItem>);
39
32
  });
40
33
  MenubarRadioItem.displayName = 'MenubarRadioItem';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,12 +9,13 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import * as MenubarPrimitive from '@radix-ui/react-menubar';
26
- import { cn } from 'utils/utils';
14
+ import { cn } from '../../utils/utils';
27
15
  export var MenubarSeparator = forwardRef(function (_a, ref) {
28
16
  var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
29
- return (_jsx(MenubarPrimitive.Separator, __assign({ ref: ref, className: cn('h-[1px] m-[5px] bg-slate-6 dark:bg-slateDark-6', className) }, props, { children: children })));
17
+ return (<MenubarPrimitive.Separator ref={ref} className={cn('h-[1px] m-[5px] bg-slate-6 dark:bg-slateDark-6', className)} {...props}>
18
+ {children}
19
+ </MenubarPrimitive.Separator>);
30
20
  });
31
21
  MenubarSeparator.displayName = 'MenubarSeparator';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,11 +9,10 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import * as MenubarPrimitive from '@radix-ui/react-menubar';
26
14
  export var MenubarSub = forwardRef(function (_a, ref) {
27
15
  var children = _a.children, props = __rest(_a, ["children"]);
28
- return _jsx(MenubarPrimitive.Sub, __assign({}, props, { children: children }));
16
+ return <MenubarPrimitive.Sub {...props}>{children}</MenubarPrimitive.Sub>;
29
17
  });
30
18
  MenubarSub.displayName = 'MenubarSub';
@@ -20,11 +20,10 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
23
+ import React, { forwardRef } from 'react';
25
24
  import * as MenubarPrimitive from '@radix-ui/react-menubar';
26
25
  import { cva } from 'class-variance-authority';
27
- import { cn } from 'utils/utils';
26
+ import { cn } from '../../utils/utils';
28
27
  import { radiusVariants } from '../../constants';
29
28
  import { useMenubarContext } from '.';
30
29
  export var menubarSubContentVariants = cva("p-[5px] bg-white dark:bg-slateDark-1 will-change-[transform,opacity]\n shadow-[0px_10px_38px_-10px_rgba(22,_23,_24,_0.35),_0px_10px_20px_-15px_rgba(22,_23,_24,_0.2)] \n [animation-duration:_400ms] [animation-timing-function:_cubic-bezier(0.16,_1,_0.3,_1)]", {
@@ -43,9 +42,11 @@ export var menubarSubContentVariants = cva("p-[5px] bg-white dark:bg-slateDark-1
43
42
  export var MenubarSubContent = forwardRef(function (_a, ref) {
44
43
  var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
45
44
  var _b = useMenubarContext(), radius = _b.radius, size = _b.size;
46
- return (_jsx(MenubarPrimitive.SubContent, __assign({ ref: ref, className: cn(menubarSubContentVariants({
45
+ return (<MenubarPrimitive.SubContent ref={ref} className={cn(menubarSubContentVariants({
47
46
  radius: radius,
48
47
  size: size,
49
- }), className), alignOffset: -5 }, props, { children: children })));
48
+ }), className)} alignOffset={-5} {...props}>
49
+ {children}
50
+ </MenubarPrimitive.SubContent>);
50
51
  });
51
52
  MenubarSubContent.displayName = 'MenubarSubContent';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,11 +9,10 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import * as MenubarPrimitive from '@radix-ui/react-menubar';
26
14
  import { ChevronRightIcon } from '@radix-ui/react-icons';
27
- import { cn } from 'utils/utils';
15
+ import { cn } from '../../utils/utils';
28
16
  import { blackText, menuItemAppearanceStyle } from '../../constants';
29
17
  import { menubarItemVariants } from './MenubarItem';
30
18
  import { useMenubarContext } from '.';
@@ -36,6 +24,11 @@ export var MenubarSubTrigger = forwardRef(function (_a, ref) {
36
24
  if (itemAppearance === 'solid' && !blackText.includes(color)) {
37
25
  iconClassName = 'group-hover:text-white dark:group-hover:text-slateDark-1';
38
26
  }
39
- return (_jsxs(MenubarPrimitive.SubTrigger, __assign({ ref: ref, className: triggerClassName }, props, { children: [children, _jsx("div", { className: iconClassName, children: _jsx(ChevronRightIcon, {}) })] })));
27
+ return (<MenubarPrimitive.SubTrigger ref={ref} className={triggerClassName} {...props}>
28
+ {children}
29
+ <div className={iconClassName}>
30
+ <ChevronRightIcon />
31
+ </div>
32
+ </MenubarPrimitive.SubTrigger>);
40
33
  });
41
34
  MenubarSubTrigger.displayName = 'MenubarSubTrigger';
@@ -20,11 +20,10 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
23
+ import React, { forwardRef } from 'react';
25
24
  import * as MenubarPrimitive from '@radix-ui/react-menubar';
26
25
  import { cva } from 'class-variance-authority';
27
- import { cn } from 'utils/utils';
26
+ import { cn } from '../../utils/utils';
28
27
  import { appearanceStyle, scalingVariants } from '../../constants';
29
28
  import { useMenubarContext } from '.';
30
29
  export var menubarTriggerVariants = cva("flex items-center justify-between gap-[2px] outline-none select-none leading-none py-1 px-3 font-medium", {
@@ -52,6 +51,8 @@ export var MenubarTrigger = forwardRef(function (_a, ref) {
52
51
  var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
53
52
  var _b = useMenubarContext(), scaling = _b.scaling, size = _b.size, radius = _b.radius, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.appearance, appearance = _d === void 0 ? 'ghost' : _d;
54
53
  var triggerClassName = cn(menubarTriggerVariants({ scaling: scaling, size: size, radius: radius }), appearanceStyle(appearance, color), className);
55
- return (_jsx(MenubarPrimitive.Trigger, __assign({ ref: ref, className: triggerClassName }, props, { children: children })));
54
+ return (<MenubarPrimitive.Trigger ref={ref} className={triggerClassName} {...props}>
55
+ {children}
56
+ </MenubarPrimitive.Trigger>);
56
57
  });
57
58
  MenubarTrigger.displayName = 'MenubarTrigger';
@@ -20,11 +20,10 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { createContext, forwardRef, useContext, } from 'react';
23
+ import React, { createContext, forwardRef, useContext, } from 'react';
25
24
  import * as MenubarPrimitive from '@radix-ui/react-menubar';
26
25
  import { cva } from 'class-variance-authority';
27
- import { cn } from 'utils/utils';
26
+ import { cn } from '../../utils/utils';
28
27
  import { radiusVariants, scalingVariants } from '../../constants';
29
28
  export * from './MenubarMenu';
30
29
  export * from './MenubarTrigger';
@@ -67,7 +66,11 @@ export var Menubar = forwardRef(function (_a, ref) {
67
66
  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 ? 'ghost' : _c, _d = _a.itemAppearance, itemAppearance = _d === void 0 ? 'solid' : _d, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "color", "appearance", "itemAppearance"]);
68
67
  var contextValue = { radius: radius, size: size, scaling: scaling, color: color, appearance: appearance, itemAppearance: itemAppearance };
69
68
  var menuClassName = cn(menubarVariants({ radius: radius, scaling: scaling, size: size }), appearance === 'solid' && "bg-".concat(color, "-9 dark:bg-$").concat(color, "Dark-9"), className);
70
- return (_jsx(MenubarContext.Provider, { value: contextValue, children: _jsx(MenubarPrimitive.Root, __assign({ ref: ref, className: menuClassName }, props, { children: children })) }));
69
+ return (<MenubarContext.Provider value={contextValue}>
70
+ <MenubarPrimitive.Root ref={ref} className={menuClassName} {...props}>
71
+ {children}
72
+ </MenubarPrimitive.Root>
73
+ </MenubarContext.Provider>);
71
74
  });
72
75
  Menubar.displayName = 'Menubar';
73
76
  export default Menubar;
@@ -20,10 +20,9 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
23
+ import React, { forwardRef } from 'react';
25
24
  import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
26
- import { cn } from 'utils/utils';
25
+ import { cn } from '../../utils/utils';
27
26
  import { cva } from 'class-variance-authority';
28
27
  import { radiusVariants } from '../../constants';
29
28
  import { useNavigationMenuContext } from '.';
@@ -43,6 +42,8 @@ export var navigationMenuContentVariants = cva("text-slate-12 dark:text-slateDar
43
42
  export var NavigationMenuContent = forwardRef(function (_a, ref) {
44
43
  var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
45
44
  var _b = useNavigationMenuContext(), radius = _b.radius, size = _b.size;
46
- return (_jsx(NavigationMenuPrimitive.Content, __assign({ ref: ref, className: cn("absolute top-0 left-0 w-full sm:w-auto\n data-[motion=from-start]:animate-enterFromLeft \n data-[motion=from-end]:animate-enterFromRight \n data-[motion=to-start]:animate-exitToLeft \n data-[motion=to-end]:animate-exitToRight", navigationMenuContentVariants({ radius: radius, size: size }), className) }, props, { children: children })));
45
+ return (<NavigationMenuPrimitive.Content ref={ref} className={cn("absolute top-0 left-0 w-full sm:w-auto\n data-[motion=from-start]:animate-enterFromLeft \n data-[motion=from-end]:animate-enterFromRight \n data-[motion=to-start]:animate-exitToLeft \n data-[motion=to-end]:animate-exitToRight", navigationMenuContentVariants({ radius: radius, size: size }), className)} {...props}>
46
+ {children}
47
+ </NavigationMenuPrimitive.Content>);
47
48
  });
48
49
  NavigationMenuContent.displayName = 'NavigationMenuContent';
@@ -0,0 +1,22 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import React, { forwardRef } from 'react';
13
+ import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
14
+ import { cn } from '../../utils/utils';
15
+ export var NavigationMenuIndicator = forwardRef(function (_a, ref) {
16
+ var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
17
+ return (<NavigationMenuPrimitive.Indicator ref={ref} className={"flex z-[1] top-full h-[10px] items-end justify-center overflow-hidden\n data-[state=visible]:animate-fadeIn data-[state=hidden]:animate-fadeOut \n transition-[width,transform_250ms_ease]"} {...props}>
18
+ <div className={cn("relative top-[70%] h-[10px] w-[10px] rotate-[45deg] rounded-tl-[2px] \n bg-white dark:bg-slateDark-2 shadow-slate-4 shadow dark:shadow-slateDark-4", className)}/>
19
+ {children}
20
+ </NavigationMenuPrimitive.Indicator>);
21
+ });
22
+ NavigationMenuIndicator.displayName = 'NavigationMenuIndicator';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,11 +9,12 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
26
14
  export var NavigationMenuItem = forwardRef(function (_a, ref) {
27
15
  var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
28
- return (_jsx(NavigationMenuPrimitive.Item, __assign({ ref: ref, className: className }, props, { children: children })));
16
+ return (<NavigationMenuPrimitive.Item ref={ref} className={className} {...props}>
17
+ {children}
18
+ </NavigationMenuPrimitive.Item>);
29
19
  });
30
20
  NavigationMenuItem.displayName = 'NavigationMenuItem';
@@ -20,10 +20,9 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
23
+ import React, { forwardRef } from 'react';
25
24
  import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
26
- import { cn } from 'utils/utils';
25
+ import { cn } from '../../utils/utils';
27
26
  import { cva } from 'class-variance-authority';
28
27
  import { appearanceStyle, radiusVariants, scalingVariants } from '../../constants';
29
28
  import { useNavigationMenuContext } from '.';
@@ -46,6 +45,8 @@ export var NavigationMenuLink = forwardRef(function (_a, ref) {
46
45
  var children = _a.children, className = _a.className, href = _a.href, props = __rest(_a, ["children", "className", "href"]);
47
46
  var _b = useNavigationMenuContext(), scaling = _b.scaling, size = _b.size, radius = _b.radius, _c = _b.color, color = _c === void 0 ? 'red' : _c, _d = _b.appearance, appearance = _d === void 0 ? 'ghost' : _d;
48
47
  var linkClassName = cn(navigationMenuLinkVariants({ scaling: scaling, size: size, radius: radius }), appearanceStyle(appearance, color), className);
49
- return (_jsx(NavigationMenuPrimitive.Link, __assign({ ref: ref, href: href, title: href, className: linkClassName }, props, { children: children })));
48
+ return (<NavigationMenuPrimitive.Link ref={ref} href={href} title={href} className={linkClassName} {...props}>
49
+ {children}
50
+ </NavigationMenuPrimitive.Link>);
50
51
  });
51
52
  NavigationMenuLink.displayName = 'NavigationMenuLink';
@@ -20,10 +20,9 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
23
+ import React, { forwardRef } from 'react';
25
24
  import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
26
- import { cn } from 'utils/utils';
25
+ import { cn } from '../../utils/utils';
27
26
  import { cva } from 'class-variance-authority';
28
27
  import { appearanceStyle, radiusVariants, scalingVariants } from '../../constants';
29
28
  import { NavigationMenuIndicator } from './NavigationMenuIndicator';
@@ -42,6 +41,9 @@ export var NavigationMenuList = forwardRef(function (_a, ref) {
42
41
  var children = _a.children, className = _a.className, _b = _a.isShowIndicator, isShowIndicator = _b === void 0 ? true : _b, props = __rest(_a, ["children", "className", "isShowIndicator"]);
43
42
  var _c = useNavigationMenuContext(), scaling = _c.scaling, radius = _c.radius, _d = _c.appearance, appearance = _d === void 0 ? 'ghost' : _d, _e = _c.color, color = _e === void 0 ? 'red' : _e;
44
43
  var navigationMenuListClassName = cn(navigationMenuListVariants({ scaling: scaling, radius: radius }), appearanceStyle(appearance, color, false), 'border-none', appearance === 'ghost' && 'bg-white', className);
45
- return (_jsxs(NavigationMenuPrimitive.List, __assign({ ref: ref, className: navigationMenuListClassName }, props, { children: [children, isShowIndicator && _jsx(NavigationMenuIndicator, {})] })));
44
+ return (<NavigationMenuPrimitive.List ref={ref} className={navigationMenuListClassName} {...props}>
45
+ {children}
46
+ {isShowIndicator && <NavigationMenuIndicator />}
47
+ </NavigationMenuPrimitive.List>);
46
48
  });
47
49
  NavigationMenuList.displayName = 'NavigationMenuList';
@@ -20,10 +20,9 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
23
+ import React, { forwardRef } from 'react';
25
24
  import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
26
- import { cn } from 'utils/utils';
25
+ import { cn } from '../../utils/utils';
27
26
  import { cva } from 'class-variance-authority';
28
27
  import { appearanceStyle, scalingVariants } from '../../constants';
29
28
  import { CaretDownIcon } from '@radix-ui/react-icons';
@@ -53,6 +52,9 @@ export var NavigationMenuTrigger = forwardRef(function (_a, ref) {
53
52
  var children = _a.children, className = _a.className, _b = _a.isShowIcon, isShowIcon = _b === void 0 ? true : _b, props = __rest(_a, ["children", "className", "isShowIcon"]);
54
53
  var _c = useNavigationMenuContext(), scaling = _c.scaling, size = _c.size, radius = _c.radius, _d = _c.color, color = _d === void 0 ? 'red' : _d, _e = _c.appearance, appearance = _e === void 0 ? 'ghost' : _e;
55
54
  var triggerClassName = cn(navigationMenuTriggerVariants({ scaling: scaling, size: size, radius: radius }), appearanceStyle(appearance, color), className);
56
- return (_jsxs(NavigationMenuPrimitive.Trigger, __assign({ ref: ref, className: triggerClassName }, props, { children: [children, isShowIcon && (_jsx(CaretDownIcon, { className: cn("relative top-[1px] transition-transform duration-[250] ease-in group-data-[state=open]:-rotate-180"), "aria-hidden": true }))] })));
55
+ return (<NavigationMenuPrimitive.Trigger ref={ref} className={triggerClassName} {...props}>
56
+ {children}
57
+ {isShowIcon && (<CaretDownIcon className={cn("relative top-[1px] transition-transform duration-[250] ease-in group-data-[state=open]:-rotate-180")} aria-hidden/>)}
58
+ </NavigationMenuPrimitive.Trigger>);
57
59
  });
58
60
  NavigationMenuTrigger.displayName = 'NavigationMenuTrigger';
@@ -20,10 +20,9 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
23
+ import React, { forwardRef } from 'react';
25
24
  import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
26
- import { cn } from 'utils/utils';
25
+ import { cn } from '../../utils/utils';
27
26
  import { cva } from 'class-variance-authority';
28
27
  import { radiusVariants, scalingVariants, weightVariants } from '../../constants';
29
28
  import { useNavigationMenuContext } from '.';
@@ -48,6 +47,8 @@ export var NavigationMenuViewport = forwardRef(function (_a, ref) {
48
47
  var className = _a.className, props = __rest(_a, ["className"]);
49
48
  var _b = useNavigationMenuContext(), size = _b.size, scaling = _b.scaling, radius = _b.radius;
50
49
  var viewportClassName = cn(navigationViewportVariants({ size: size, scaling: scaling, radius: radius }), className);
51
- return (_jsx("div", { className: "perspective-[2000px] absolute top-full left-0 flex w-full justify-center ", children: _jsx(NavigationMenuPrimitive.Viewport, __assign({ ref: ref, className: viewportClassName }, props)) }));
50
+ return (<div className="perspective-[2000px] absolute top-full left-0 flex w-full justify-center ">
51
+ <NavigationMenuPrimitive.Viewport ref={ref} className={viewportClassName} {...props}/>
52
+ </div>);
52
53
  });
53
54
  NavigationMenuViewport.displayName = 'NavigationMenuViewport';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,10 +9,9 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef, createContext, useContext, } from 'react';
12
+ import React, { forwardRef, createContext, useContext, } from 'react';
25
13
  import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
26
- import { cn } from 'utils/utils';
14
+ import { cn } from '../../utils/utils';
27
15
  export * from './NavigationMenuList';
28
16
  export * from './NavigationMenuItem';
29
17
  export * from './NavigationMenuTrigger';
@@ -44,7 +32,11 @@ export var useNavigationMenuContext = function () {
44
32
  export var NavigationMenu = forwardRef(function (_a, ref) {
45
33
  var className = _a.className, children = _a.children, radius = _a.radius, size = _a.size, scaling = _a.scaling, color = _a.color, appearance = _a.appearance, props = __rest(_a, ["className", "children", "radius", "size", "scaling", "color", "appearance"]);
46
34
  var contextValue = { radius: radius, size: size, scaling: scaling, color: color, appearance: appearance };
47
- return (_jsx(NavigationMenuContext.Provider, { value: contextValue, children: _jsx(NavigationMenuPrimitive.Root, __assign({ ref: ref, className: cn('flex relative z-[1] w-screen justify-center', className) }, props, { children: children })) }));
35
+ return (<NavigationMenuContext.Provider value={contextValue}>
36
+ <NavigationMenuPrimitive.Root ref={ref} className={cn('flex relative z-[1] w-screen justify-center', className)} {...props}>
37
+ {children}
38
+ </NavigationMenuPrimitive.Root>
39
+ </NavigationMenuContext.Provider>);
48
40
  });
49
41
  NavigationMenu.displayName = 'NavigationMenu';
50
42
  export default NavigationMenu;
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import { VariantProps } from 'class-variance-authority';
2
3
  export interface PieChartProps extends VariantProps<typeof PieVariants> {
3
4
  labels?: string[];
@@ -19,5 +20,5 @@ export interface PieChartProps extends VariantProps<typeof PieVariants> {
19
20
  declare const PieVariants: (props?: ({
20
21
  scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
21
22
  } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
22
- declare const PieChart: ({ labels, datasets, scaling, className, ...rest }: PieChartProps) => import("react/jsx-runtime").JSX.Element;
23
+ declare const PieChart: ({ labels, datasets, scaling, className, ...rest }: PieChartProps) => React.JSX.Element;
23
24
  export default PieChart;
@@ -20,11 +20,11 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
23
+ import React from 'react';
24
24
  import { Pie } from 'react-chartjs-2';
25
25
  import { Chart as ChartJS, ArcElement, Tooltip, Legend, plugins } from 'chart.js';
26
26
  import ChartDataLabels from 'chartjs-plugin-datalabels';
27
- import { cn } from 'utils/utils';
27
+ import { cn } from '../../utils/utils';
28
28
  import { cva } from 'class-variance-authority';
29
29
  import { scalingVariants } from '../../constants';
30
30
  ChartJS.register(ArcElement, Tooltip, Legend, plugins, ChartDataLabels);
@@ -41,6 +41,6 @@ var PieVariants = cva('', {
41
41
  });
42
42
  var PieChart = function (_a) {
43
43
  var labels = _a.labels, datasets = _a.datasets, scaling = _a.scaling, className = _a.className, rest = __rest(_a, ["labels", "datasets", "scaling", "className"]);
44
- return (_jsx(Pie, __assign({ data: { labels: labels, datasets: datasets }, className: cn(PieVariants({ scaling: scaling }), className) }, rest)));
44
+ return (<Pie data={{ labels: labels, datasets: datasets }} className={cn(PieVariants({ scaling: scaling }), className)} {...rest}/>);
45
45
  };
46
46
  export default PieChart;
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,8 +9,7 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import { cva } from 'class-variance-authority';
26
14
  import { Popover as PopoverTheme } from '@radix-ui/themes';
27
15
  import { cn } from '../../utils/utils';
@@ -41,6 +29,8 @@ export var popoverCloseVariants = cva('', {
41
29
  });
42
30
  export var PopoverClose = forwardRef(function (_a, ref) {
43
31
  var className = _a.className, children = _a.children, radius = _a.radius, props = __rest(_a, ["className", "children", "radius"]);
44
- return (_jsx(PopoverTheme.Close, __assign({ ref: ref, className: cn(popoverCloseVariants({ radius: radius }), className) }, props, { children: children })));
32
+ return (<PopoverTheme.Close ref={ref} className={cn(popoverCloseVariants({ radius: radius }), className)} {...props}>
33
+ {children}
34
+ </PopoverTheme.Close>);
45
35
  });
46
36
  PopoverClose.displayName = 'PopoverClose';
@@ -20,8 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
23
+ import React, { forwardRef } from 'react';
25
24
  import { scalingVariants } from '../../constants';
26
25
  import { Popover as PopoverTheme } from '@radix-ui/themes';
27
26
  import { cva } from 'class-variance-authority';
@@ -58,6 +57,8 @@ export var PopoverContent = forwardRef(function (_a, ref) {
58
57
  sizeTheme = '3';
59
58
  if (size === 'x-large')
60
59
  sizeTheme = '4';
61
- return (_jsx(PopoverTheme.Content, __assign({ ref: ref, size: sizeTheme, className: cn(popoverContentVariants({ size: size, radius: radius, scaling: scaling }), className) }, props, { children: children })));
60
+ return (<PopoverTheme.Content ref={ref} size={sizeTheme} className={cn(popoverContentVariants({ size: size, radius: radius, scaling: scaling }), className)} {...props}>
61
+ {children}
62
+ </PopoverTheme.Content>);
62
63
  });
63
64
  PopoverContent.displayName = 'PopoverContent';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,11 +9,12 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import { Popover as PopoverTheme } from '@radix-ui/themes';
26
14
  export var PopoverTrigger = forwardRef(function (_a, ref) {
27
15
  var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
28
- return (_jsx(PopoverTheme.Trigger, __assign({ ref: ref }, props, { className: className, children: children })));
16
+ return (<PopoverTheme.Trigger ref={ref} {...props} className={className}>
17
+ {children}
18
+ </PopoverTheme.Trigger>);
29
19
  });
30
20
  PopoverTrigger.displayName = 'PopoverTrigger';
@@ -1,14 +1,3 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
1
  var __rest = (this && this.__rest) || function (s, e) {
13
2
  var t = {};
14
3
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -20,15 +9,16 @@ var __rest = (this && this.__rest) || function (s, e) {
20
9
  }
21
10
  return t;
22
11
  };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
12
+ import React, { forwardRef } from 'react';
25
13
  import { Theme, Popover as PopoverTheme } from '@radix-ui/themes';
26
14
  export * from './PopoverTrigger';
27
15
  export * from './PopoverContent';
28
16
  export * from './PopoverClose';
29
17
  export var Popover = forwardRef(function (_a, ref) {
30
18
  var children = _a.children, props = __rest(_a, ["children"]);
31
- return (_jsx(Theme, { children: _jsx(PopoverTheme.Root, __assign({}, props, { children: children })) }));
19
+ return (<Theme>
20
+ <PopoverTheme.Root {...props}>{children}</PopoverTheme.Root>
21
+ </Theme>);
32
22
  });
33
23
  Popover.displayName = 'Popover';
34
24
  export default Popover;