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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (263) hide show
  1. package/README.md +163 -163
  2. package/dist/Typography/Header/index.d.ts +1 -1
  3. package/dist/Typography/Header/{index.jsx → index.js} +2 -5
  4. package/dist/Typography/Text/{index.jsx → index.js} +3 -6
  5. package/dist/Typography/index.d.ts +2 -2
  6. package/dist/Typography/index.js +2 -3
  7. package/dist/app/layout.d.ts +1 -1
  8. package/dist/app/{layout.jsx → layout.js} +2 -3
  9. package/dist/app/page.d.ts +1 -2
  10. package/dist/app/page.js +6 -0
  11. package/dist/app/template/colorPicker.d.ts +2 -3
  12. package/dist/app/template/colorPicker.js +14 -0
  13. package/dist/app/template/theme.d.ts +2 -2
  14. package/dist/app/template/theme.js +11 -0
  15. package/dist/components/Accordion/{index.jsx → index.js} +5 -17
  16. package/dist/components/AlertDialog/{AlertDialogAction.jsx → AlertDialogAction.js} +4 -5
  17. package/dist/components/AlertDialog/{AlertDialogCancel.jsx → AlertDialogCancel.js} +4 -5
  18. package/dist/components/AlertDialog/{AlertDialogContent.jsx → AlertDialogContent.js} +4 -8
  19. package/dist/components/AlertDialog/{AlertDialogDescription.jsx → AlertDialogDescription.js} +15 -5
  20. package/dist/components/AlertDialog/{AlertDialogTitle.jsx → AlertDialogTitle.js} +15 -5
  21. package/dist/components/AlertDialog/{AlertDialogTrigger.jsx → AlertDialogTrigger.js} +4 -5
  22. package/dist/components/AlertDialog/{index.jsx → index.js} +15 -3
  23. package/dist/components/AspectRatio/{index.jsx → index.js} +4 -5
  24. package/dist/components/Avatar/{index.jsx → index.js} +4 -8
  25. package/dist/components/Badge/{index.jsx → index.js} +3 -4
  26. package/dist/components/BubbleChart/index.d.ts +1 -2
  27. package/dist/components/BubbleChart/{index.jsx → index.js} +3 -3
  28. package/dist/components/Button/{index.jsx → index.js} +4 -5
  29. package/dist/components/Callout/{CalloutIcon.jsx → CalloutIcon.js} +4 -9
  30. package/dist/components/Callout/{CalloutText.jsx → CalloutText.js} +15 -5
  31. package/dist/components/Callout/{index.jsx → index.js} +4 -7
  32. package/dist/components/Card/{index.jsx → index.js} +4 -5
  33. package/dist/components/Checkbox/{index.jsx → index.js} +4 -12
  34. package/dist/components/CheckboxCard/{index.jsx → index.js} +4 -6
  35. package/dist/components/CheckboxGroup/{CheckboxGroupItem.jsx → CheckboxGroupItem.js} +14 -6
  36. package/dist/components/CheckboxGroup/{index.jsx → index.js} +3 -6
  37. package/dist/components/ContextMenu/{ContextMenuCheckboxItem.jsx → ContextMenuCheckboxItem.js} +15 -8
  38. package/dist/components/ContextMenu/{ContextMenuContent.jsx → ContextMenuContent.js} +4 -7
  39. package/dist/components/ContextMenu/{ContextMenuGroup.jsx → ContextMenuGroup.js} +14 -4
  40. package/dist/components/ContextMenu/{ContextMenuItem.jsx → ContextMenuItem.js} +4 -6
  41. package/dist/components/ContextMenu/{ContextMenuItemIndicator.jsx → ContextMenuItemIndicator.js} +4 -5
  42. package/dist/components/ContextMenu/{ContextMenuLabel.jsx → ContextMenuLabel.js} +4 -5
  43. package/dist/components/ContextMenu/{ContextMenuRadioGroup.jsx → ContextMenuRadioGroup.js} +14 -6
  44. package/dist/components/ContextMenu/{ContextMenuRadioItem.jsx → ContextMenuRadioItem.js} +15 -8
  45. package/dist/components/ContextMenu/{ContextMenuSeparator.jsx → ContextMenuSeparator.js} +15 -5
  46. package/dist/components/ContextMenu/{ContextMenuSubContent.jsx → ContextMenuSubContent.js} +8 -11
  47. package/dist/components/ContextMenu/{ContextMenuSubTrigger.jsx → ContextMenuSubTrigger.js} +15 -10
  48. package/dist/components/ContextMenu/{ContextMenuTrigger.jsx → ContextMenuTrigger.js} +15 -5
  49. package/dist/components/ContextMenu/{index.jsx → index.js} +15 -5
  50. package/dist/components/DataList/{DataListItem.jsx → DataListItem.js} +4 -5
  51. package/dist/components/DataList/{DataListLabel.jsx → DataListLabel.js} +4 -5
  52. package/dist/components/DataList/{DataListValue.jsx → DataListValue.js} +4 -5
  53. package/dist/components/DataList/{index.jsx → index.js} +15 -7
  54. package/dist/components/Dialog/{DialogAction.jsx → DialogAction.js} +15 -5
  55. package/dist/components/Dialog/{DialogCancel.jsx → DialogCancel.js} +15 -5
  56. package/dist/components/Dialog/{DialogContent.jsx → DialogContent.js} +4 -5
  57. package/dist/components/Dialog/{DialogDescription.jsx → DialogDescription.js} +15 -5
  58. package/dist/components/Dialog/{DialogSlot.jsx → DialogSlot.js} +15 -5
  59. package/dist/components/Dialog/{DialogTitle.jsx → DialogTitle.js} +15 -5
  60. package/dist/components/Dialog/{DialogTrigger.jsx → DialogTrigger.js} +14 -4
  61. package/dist/components/Dialog/{index.jsx → index.js} +14 -4
  62. package/dist/components/DoughnutChart/index.d.ts +1 -2
  63. package/dist/components/DoughnutChart/{index.jsx → index.js} +3 -3
  64. package/dist/components/DropdownMenu/{DropdonMenuRadioGroup.jsx → DropdonMenuRadioGroup.js} +14 -6
  65. package/dist/components/DropdownMenu/{DropdonMenuSubContent.jsx → DropdonMenuSubContent.js} +8 -11
  66. package/dist/components/DropdownMenu/{DropdownMenuCheckboxItem.jsx → DropdownMenuCheckboxItem.js} +15 -8
  67. package/dist/components/DropdownMenu/{DropdownMenuContent.jsx → DropdownMenuContent.js} +4 -7
  68. package/dist/components/DropdownMenu/{DropdownMenuItem.jsx → DropdownMenuItem.js} +4 -6
  69. package/dist/components/DropdownMenu/{DropdownMenuItemIndicator.jsx → DropdownMenuItemIndicator.js} +4 -5
  70. package/dist/components/DropdownMenu/{DropdownMenuLable.jsx → DropdownMenuLable.js} +4 -5
  71. package/dist/components/DropdownMenu/{DropdownMenuRadioItem.jsx → DropdownMenuRadioItem.js} +15 -8
  72. package/dist/components/DropdownMenu/{DropdownMenuSeparator.jsx → DropdownMenuSeparator.js} +15 -3
  73. package/dist/components/DropdownMenu/{DropdownMenuSub.jsx → DropdownMenuSub.js} +14 -2
  74. package/dist/components/DropdownMenu/{DropdownMenuSubTrigger.jsx → DropdownMenuSubTrigger.js} +14 -7
  75. package/dist/components/DropdownMenu/{DropdownMenuTrigger.jsx → DropdownMenuTrigger.js} +14 -4
  76. package/dist/components/DropdownMenu/{index.jsx → index.js} +14 -2
  77. package/dist/components/HoverCard/{HoverCardContent.jsx → HoverCardContent.js} +3 -4
  78. package/dist/components/HoverCard/{HoverCardTrigger.jsx → HoverCardTrigger.js} +14 -4
  79. package/dist/components/HoverCard/{index.jsx → index.js} +14 -4
  80. package/dist/components/IconButton/{index.jsx → index.js} +2 -3
  81. package/dist/components/Inset/{index.jsx → index.js} +3 -6
  82. package/dist/components/Label/{index.jsx → index.js} +2 -3
  83. package/dist/components/Menubar/{MenubarCheckboxItem.jsx → MenubarCheckboxItem.js} +15 -8
  84. package/dist/components/Menubar/{MenubarContent.jsx → MenubarContent.js} +8 -11
  85. package/dist/components/Menubar/{MenubarItem.jsx → MenubarItem.js} +4 -6
  86. package/dist/components/Menubar/{MenubarItemIndicator.jsx → MenubarItemIndicator.js} +4 -5
  87. package/dist/components/Menubar/{MenubarMenu.jsx → MenubarMenu.js} +14 -2
  88. package/dist/components/Menubar/{MenubarRadioGroup.jsx → MenubarRadioGroup.js} +14 -6
  89. package/dist/components/Menubar/{MenubarRadioItem.jsx → MenubarRadioItem.js} +15 -8
  90. package/dist/components/Menubar/{MenubarSeparator.jsx → MenubarSeparator.js} +15 -5
  91. package/dist/components/Menubar/{MenubarSub.jsx → MenubarSub.js} +14 -2
  92. package/dist/components/Menubar/{MenubarSubContent.jsx → MenubarSubContent.js} +5 -6
  93. package/dist/components/Menubar/{MenubarSubTrigger.jsx → MenubarSubTrigger.js} +15 -8
  94. package/dist/components/Menubar/{MenubarTrigger.jsx → MenubarTrigger.js} +4 -5
  95. package/dist/components/Menubar/{index.jsx → index.js} +4 -7
  96. package/dist/components/NavigationMenu/{NavigationMenuContent.jsx → NavigationMenuContent.js} +4 -5
  97. package/dist/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
  98. package/dist/components/NavigationMenu/{NavigationMenuItem.jsx → NavigationMenuItem.js} +14 -4
  99. package/dist/components/NavigationMenu/{NavigationMenuLink.jsx → NavigationMenuLink.js} +4 -5
  100. package/dist/components/NavigationMenu/{NavigationMenuList.jsx → NavigationMenuList.js} +4 -6
  101. package/dist/components/NavigationMenu/{NavigationMenuTrigger.jsx → NavigationMenuTrigger.js} +4 -6
  102. package/dist/components/NavigationMenu/{NavigationMenuViewport.jsx → NavigationMenuViewport.js} +4 -5
  103. package/dist/components/NavigationMenu/{index.jsx → index.js} +15 -7
  104. package/dist/components/PieChart/index.d.ts +1 -2
  105. package/dist/components/PieChart/{index.jsx → index.js} +3 -3
  106. package/dist/components/Popover/{PopoverClose.jsx → PopoverClose.js} +14 -4
  107. package/dist/components/Popover/{PopoverContent.jsx → PopoverContent.js} +3 -4
  108. package/dist/components/Popover/{PopoverTrigger.jsx → PopoverTrigger.js} +14 -4
  109. package/dist/components/Popover/{index.jsx → index.js} +14 -4
  110. package/dist/components/Progress/{index.jsx → index.js} +3 -4
  111. package/dist/components/RadarChart/index.d.ts +1 -2
  112. package/dist/components/RadarChart/{index.jsx → index.js} +2 -2
  113. package/dist/components/Radio/{index.jsx → index.js} +13 -8
  114. package/dist/components/RadioCards/{RadioCardsItem.jsx → RadioCardsItem.js} +14 -4
  115. package/dist/components/RadioCards/{index.jsx → index.js} +3 -6
  116. package/dist/components/RadioGroup/{RadioGroupItem.jsx → RadioGroupItem.js} +14 -4
  117. package/dist/components/RadioGroup/{index.jsx → index.js} +14 -6
  118. package/dist/components/ScrollArea/{index.jsx → index.js} +14 -6
  119. package/dist/components/SegmentedControl/{SegmentedControlItem.jsx → SegmentedControlItem.js} +14 -4
  120. package/dist/components/SegmentedControl/{index.jsx → index.js} +2 -5
  121. package/dist/components/Select/{index.jsx → index.js} +10 -25
  122. package/dist/components/Separator/{index.jsx → index.js} +3 -6
  123. package/dist/components/Skeleton/{index.jsx → index.js} +3 -6
  124. package/dist/components/Slider/{index.jsx → index.js} +3 -4
  125. package/dist/components/Spinner/{index.jsx → index.js} +2 -5
  126. package/dist/components/TabNav/{index.jsx → index.js} +14 -8
  127. package/dist/components/Table/index.d.ts +2 -1
  128. package/dist/components/Table/{index.jsx → index.js} +9 -24
  129. package/dist/components/Tabs/{index.jsx → index.js} +5 -14
  130. package/dist/components/TextArea/{index.jsx → index.js} +2 -3
  131. package/dist/components/TextField/{index.jsx → index.js} +4 -9
  132. package/dist/components/Toast/{ToastActionButton.jsx → ToastActionButton.js} +4 -5
  133. package/dist/components/Toast/{ToastDescription.jsx → ToastDescription.js} +15 -7
  134. package/dist/components/Toast/{ToastTitle.jsx → ToastTitle.js} +15 -5
  135. package/dist/components/Toast/{index.jsx → index.js} +4 -10
  136. package/dist/components/Toggle/{ToggleWithText.jsx → ToggleWithText.js} +4 -6
  137. package/dist/components/Toggle/{index.jsx → index.js} +3 -4
  138. package/dist/components/ToggleGroup/{index.jsx → index.js} +3 -6
  139. package/dist/components/ToggleGroup/{toggleGroupItem.jsx → toggleGroupItem.js} +14 -4
  140. package/dist/components/ToggleSwitch/{index.jsx → index.js} +2 -6
  141. package/dist/components/Tooltip/index.d.ts +1 -1
  142. package/dist/components/Tooltip/{index.jsx → index.js} +3 -12
  143. package/dist/components/index.d.ts +0 -2
  144. package/dist/index.d.ts +2 -5
  145. package/dist/index.js +0 -3
  146. package/dist/stories/Welcome.d.ts +1 -2
  147. package/dist/stories/Welcome.js +30 -0
  148. package/dist/stories/accordion/Accordion.stories.d.ts +1 -1
  149. package/dist/stories/accordion/{Accordion.stories.jsx → Accordion.stories.js} +2 -20
  150. package/dist/stories/alert-dialog/AlertDialog.stories.d.ts +1 -1
  151. package/dist/stories/alert-dialog/{AlertDialog.stories.jsx → AlertDialog.stories.js} +2 -15
  152. package/dist/stories/aspect-ratio/AspectRatio.stories.d.ts +3 -3
  153. package/dist/stories/aspect-ratio/AspectRatio.stories.js +78 -0
  154. package/dist/stories/avatar/Avatar.stories.d.ts +5 -5
  155. package/dist/stories/avatar/{Avatar.stories.jsx → Avatar.stories.js} +6 -17
  156. package/dist/stories/badge/Badge.stories.d.ts +6 -6
  157. package/dist/stories/badge/{Badge.stories.jsx → Badge.stories.js} +7 -51
  158. package/dist/stories/bubble-chart/BubbleChart.stories.d.ts +4 -5
  159. package/dist/stories/bubble-chart/{BubbleChart.stories.jsx → BubbleChart.stories.js} +4 -12
  160. package/dist/stories/button/Button.stories.d.ts +7 -7
  161. package/dist/stories/button/{Button.stories.jsx → Button.stories.js} +8 -41
  162. package/dist/stories/button/IconButton.stories.d.ts +4 -4
  163. package/dist/stories/button/{IconButton.stories.jsx → IconButton.stories.js} +5 -18
  164. package/dist/stories/callout/Callout.stories.d.ts +7 -7
  165. package/dist/stories/callout/Callout.stories.js +104 -0
  166. package/dist/stories/card/Card.stories.d.ts +5 -5
  167. package/dist/stories/card/{Card.stories.jsx → Card.stories.js} +6 -56
  168. package/dist/stories/checkbox/Checkbox.stories.d.ts +6 -6
  169. package/dist/stories/checkbox/{Checkbox.stories.jsx → Checkbox.stories.js} +7 -63
  170. package/dist/stories/checkbox/CheckboxCard.stories.d.ts +5 -5
  171. package/dist/stories/checkbox/{CheckboxCard.stories.jsx → CheckboxCard.stories.js} +6 -41
  172. package/dist/stories/checkbox/CheckboxGroup.stories.d.ts +3 -3
  173. package/dist/stories/checkbox/{CheckboxGroup.stories.jsx → CheckboxGroup.stories.js} +4 -76
  174. package/dist/stories/context-menu/ContextMenu.stories.d.ts +4 -4
  175. package/dist/stories/context-menu/{ContextMenu.stories.jsx → ContextMenu.stories.js} +5 -74
  176. package/dist/stories/data-list/DataList.stories.d.ts +4 -4
  177. package/dist/stories/data-list/DataList.stories.js +87 -0
  178. package/dist/stories/dialog/Dialog.stories.d.ts +1 -1
  179. package/dist/stories/dialog/{Dialog.stories.jsx → Dialog.stories.js} +2 -25
  180. package/dist/stories/doughnut-chart/DoughnutChart.stories.d.ts +4 -5
  181. package/dist/stories/doughnut-chart/{DoughnutChart.stories.jsx → DoughnutChart.stories.js} +4 -12
  182. package/dist/stories/dropdown-menu/DropdownMenu.stories.d.ts +4 -4
  183. package/dist/stories/dropdown-menu/DropdownMenu.stories.js +75 -0
  184. package/dist/stories/header/Header.stories.d.ts +6 -6
  185. package/dist/stories/header/{Header.stories.jsx → Header.stories.js} +7 -26
  186. package/dist/stories/hover-card/HoverCard.stories.d.ts +2 -2
  187. package/dist/stories/hover-card/{HoverCard.stories.jsx → HoverCard.stories.js} +3 -30
  188. package/dist/stories/inset/Inset.stories.d.ts +2 -2
  189. package/dist/stories/inset/{Inset.stories.jsx → Inset.stories.js} +12 -27
  190. package/dist/stories/label/Label.stories.d.ts +4 -4
  191. package/dist/stories/label/{Label.stories.jsx → Label.stories.js} +5 -26
  192. package/dist/stories/menubar/Menubar.stories.d.ts +1 -1
  193. package/dist/stories/menubar/{Menubar.stories.jsx → Menubar.stories.js} +8 -45
  194. package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +13 -13
  195. package/dist/stories/navigation-menu/{NavigationMenu.stories.jsx → NavigationMenu.stories.js} +4 -69
  196. package/dist/stories/pie-chart/PieChart.stories.d.ts +5 -6
  197. package/dist/stories/pie-chart/{PieChart.stories.jsx → PieChart.stories.js} +13 -32
  198. package/dist/stories/popover/Popover.stories.d.ts +2 -2
  199. package/dist/stories/popover/{Popover.stories.jsx → Popover.stories.js} +9 -42
  200. package/dist/stories/progress/Progress.stories.d.ts +4 -4
  201. package/dist/stories/progress/{Progress.stories.jsx → Progress.stories.js} +6 -11
  202. package/dist/stories/radar-chart/RadarChart.stories.d.ts +5 -6
  203. package/dist/stories/radar-chart/{RadarChart.stories.jsx → RadarChart.stories.js} +5 -4
  204. package/dist/stories/radio/Radio.stories.d.ts +3 -3
  205. package/dist/stories/radio/{Radio.stories.jsx → Radio.stories.js} +4 -14
  206. package/dist/stories/radio/RadioCards.stories.d.ts +4 -4
  207. package/dist/stories/radio/{RadioCards.stories.jsx → RadioCards.stories.js} +5 -64
  208. package/dist/stories/radio/RadioGroup.stories.d.ts +4 -4
  209. package/dist/stories/radio/{RadioGroup.stories.jsx → RadioGroup.stories.js} +5 -59
  210. package/dist/stories/scroll-area/ScrollArea.stories.d.ts +2 -2
  211. package/dist/stories/scroll-area/ScrollArea.stories.js +63 -0
  212. package/dist/stories/segmented-control/SegmentedControl.stories.d.ts +4 -4
  213. package/dist/stories/segmented-control/{SegmentedControl.stories.jsx → SegmentedControl.stories.js} +5 -26
  214. package/dist/stories/select/Select.stories.d.ts +5 -5
  215. package/dist/stories/select/{Select.stories.jsx → Select.stories.js} +6 -67
  216. package/dist/stories/separator/Separator.stories.d.ts +4 -4
  217. package/dist/stories/separator/{Separator.stories.jsx → Separator.stories.js} +5 -29
  218. package/dist/stories/skeleton/Skeleton.stories.d.ts +5 -5
  219. package/dist/stories/skeleton/{Skeleton.stories.jsx → Skeleton.stories.js} +6 -33
  220. package/dist/stories/slider/Slider.stories.d.ts +4 -4
  221. package/dist/stories/slider/{Slider.stories.jsx → Slider.stories.js} +5 -16
  222. package/dist/stories/spinner/Spinner.stories.d.ts +5 -5
  223. package/dist/stories/spinner/{Spinner.stories.jsx → Spinner.stories.js} +6 -31
  224. package/dist/stories/switch/Switch.stories.d.ts +4 -4
  225. package/dist/stories/switch/{Switch.stories.jsx → Switch.stories.js} +5 -16
  226. package/dist/stories/tab-nav/TabNav.stories.d.ts +1 -1
  227. package/dist/stories/tab-nav/{TabNav.stories.jsx → TabNav.stories.js} +2 -11
  228. package/dist/stories/table/Table.stories.d.ts +1 -1
  229. package/dist/stories/table/{Table.stories.jsx → Table.stories.js} +2 -29
  230. package/dist/stories/tabs/Tabs.stories.d.ts +1 -1
  231. package/dist/stories/tabs/{Tabs.stories.jsx → Tabs.stories.js} +2 -19
  232. package/dist/stories/text/Text.stories.d.ts +5 -5
  233. package/dist/stories/text/{Text.stories.jsx → Text.stories.js} +6 -21
  234. package/dist/stories/textArea/TextArea.stories.d.ts +5 -5
  235. package/dist/stories/textArea/{TextArea.stories.jsx → TextArea.stories.js} +6 -22
  236. package/dist/stories/textfield/TextField.stories.d.ts +5 -5
  237. package/dist/stories/textfield/{TextField.stories.jsx → TextField.stories.js} +6 -38
  238. package/dist/stories/toast/Toast.stories.d.ts +3 -3
  239. package/dist/stories/toast/{Toast.stories.jsx → Toast.stories.js} +4 -22
  240. package/dist/stories/toggle/Toggle.stories.d.ts +5 -5
  241. package/dist/stories/toggle/{Toggle.stories.jsx → Toggle.stories.js} +6 -23
  242. package/dist/stories/toggle/ToggleGroup.stories.d.ts +3 -3
  243. package/dist/stories/toggle/{ToggleGroup.stories.jsx → ToggleGroup.stories.js} +6 -39
  244. package/dist/stories/tooltip/Tooltip.stories.d.ts +3 -3
  245. package/dist/stories/tooltip/{Tooltip.stories.jsx → Tooltip.stories.js} +4 -17
  246. package/dist/tsconfig.tsbuildinfo +1 -1
  247. package/package.json +120 -118
  248. package/dist/app/page.jsx +0 -42
  249. package/dist/app/template/badgeTemplate.d.ts +0 -12
  250. package/dist/app/template/badgeTemplate.jsx +0 -82
  251. package/dist/app/template/buttonTemplate.d.ts +0 -12
  252. package/dist/app/template/buttonTemplate.jsx +0 -82
  253. package/dist/app/template/colorPicker.jsx +0 -19
  254. package/dist/app/template/textTemplate.d.ts +0 -11
  255. package/dist/app/template/textTemplate.jsx +0 -72
  256. package/dist/app/template/theme.jsx +0 -44
  257. package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
  258. package/dist/stories/Welcome.jsx +0 -48
  259. package/dist/stories/aspect-ratio/AspectRatio.stories.jsx +0 -106
  260. package/dist/stories/callout/Callout.stories.jsx +0 -205
  261. package/dist/stories/data-list/DataList.stories.jsx +0 -185
  262. package/dist/stories/dropdown-menu/DropdownMenu.stories.jsx +0 -170
  263. package/dist/stories/scroll-area/ScrollArea.stories.jsx +0 -123
@@ -20,6 +20,7 @@ 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";
23
24
  import { BubbleChart } from 'components/BubbleChart';
24
25
  import { commonArgTypes, labelPositionList } from '../../constants';
25
26
  import { red, blue, yellow } from 'color/light';
@@ -109,9 +110,7 @@ export var Default = function (_a) {
109
110
  },
110
111
  },
111
112
  };
112
- return (<div className="w-[500px] h-[400px]">
113
- <BubbleChart width={400} height={300} datasets={args.datasets} options={options} {...args}/>
114
- </div>);
113
+ return (_jsx("div", { className: "w-[500px] h-[400px]", children: _jsx(BubbleChart, __assign({ width: 400, height: 300, datasets: args.datasets, options: options }, args)) }));
115
114
  };
116
115
  export var MultiDatasets = function (_a) {
117
116
  var args = __rest(_a, []);
@@ -158,19 +157,12 @@ export var MultiDatasets = function (_a) {
158
157
  },
159
158
  },
160
159
  };
161
- return <Default datasets={datasets} options={options}/>;
160
+ return _jsx(Default, { datasets: datasets, options: options });
162
161
  };
163
162
  export var PointStyles = function (_a) {
164
163
  var args = __rest(_a, []);
165
164
  var options = {
166
165
  responsive: false,
167
166
  };
168
- return (<div className="space-y-3">
169
- <div className="flex items-center space-x-3">
170
- {['cross', 'crossRot'].map(function (style, index) { return (<BubbleChart key={index} options={options} width={350} height={250} {...args} datasets={datasets(style, style)}/>); })}
171
- </div>
172
- <div className="flex items-center space-x-3">
173
- {['dash', 'rect'].map(function (style, index) { return (<BubbleChart key={index} options={options} width={350} height={250} {...args} datasets={datasets(style, style)}/>); })}
174
- </div>
175
- </div>);
167
+ return (_jsxs("div", { className: "space-y-3", children: [_jsx("div", { className: "flex items-center space-x-3", children: ['cross', 'crossRot'].map(function (style, index) { return (_jsx(BubbleChart, __assign({ options: options, width: 350, height: 250 }, args, { datasets: datasets(style, style) }), index)); }) }), _jsx("div", { className: "flex items-center space-x-3", children: ['dash', 'rect'].map(function (style, index) { return (_jsx(BubbleChart, __assign({ options: options, width: 350, height: 250 }, args, { datasets: datasets(style, style) }), index)); }) })] }));
176
168
  };
@@ -139,10 +139,10 @@ declare const meta: {
139
139
  };
140
140
  };
141
141
  export default meta;
142
- export declare const Default: (args: ButtonProps) => import("react").JSX.Element;
143
- export declare const Radius: (args: ButtonProps) => import("react").JSX.Element;
144
- export declare const Size: (args: ButtonProps) => import("react").JSX.Element;
145
- export declare const Scaling: (args: ButtonProps) => import("react").JSX.Element;
146
- export declare const Weight: (args: ButtonProps) => import("react").JSX.Element;
147
- export declare const Appearance: (args: ButtonProps) => import("react").JSX.Element;
148
- export declare const WithIcon: (args: ButtonProps) => import("react").JSX.Element;
142
+ export declare const Default: (args: ButtonProps) => import("react/jsx-runtime").JSX.Element;
143
+ export declare const Radius: (args: ButtonProps) => import("react/jsx-runtime").JSX.Element;
144
+ export declare const Size: (args: ButtonProps) => import("react/jsx-runtime").JSX.Element;
145
+ export declare const Scaling: (args: ButtonProps) => import("react/jsx-runtime").JSX.Element;
146
+ export declare const Weight: (args: ButtonProps) => import("react/jsx-runtime").JSX.Element;
147
+ export declare const Appearance: (args: ButtonProps) => import("react/jsx-runtime").JSX.Element;
148
+ export declare const WithIcon: (args: ButtonProps) => import("react/jsx-runtime").JSX.Element;
@@ -9,6 +9,7 @@ var __assign = (this && this.__assign) || function () {
9
9
  };
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
12
13
  import { fn } from '@storybook/test';
13
14
  import { radiusOptions, scalingOptions, weightOptions, commonArgTypes, appearanceOptions, sizeOptions, } from '../../../src/constants';
14
15
  import Button from 'components/Button';
@@ -55,44 +56,10 @@ var meta = {
55
56
  },
56
57
  };
57
58
  export default meta;
58
- export var Default = function (args) { return <Button {...args}>버튼</Button>; };
59
- export var Radius = function (args) { return (<div className="flex space-x-2">
60
- {radiusOptions.map(function (radius) { return (<Button key={radius} {...args} radius={radius}>
61
- {radius}
62
- </Button>); })}
63
- </div>); };
64
- export var Size = function (args) { return (<div className="flex items-center space-x-3">
65
- {sizeOptions.map(function (size) { return (<Button key={"".concat(size, "-size")} {...args} size={size}>
66
- {size}
67
- </Button>); })}
68
- </div>); };
69
- export var Scaling = function (args) { return (<div className="flex items-center space-x-3">
70
- {scalingOptions.map(function (scaling) { return (<Button key={scaling} {...args} scaling={scaling}>
71
- {scaling}
72
- </Button>); })}
73
- </div>); };
74
- export var Weight = function (args) { return (<div className="flex items-center space-x-3">
75
- {weightOptions.map(function (weight) { return (<Button key={weight} {...args} weight={weight}>
76
- {weight}
77
- </Button>); })}
78
- </div>); };
79
- export var Appearance = function (args) { return (<div className="flex items-center space-x-3">
80
- {appearanceOptions.map(function (appearance) { return (<Button key={appearance} {...args} appearance={appearance}>
81
- {appearance}
82
- </Button>); })}
83
- </div>); };
84
- export var WithIcon = function (args) { return (<div className="flex flex-col items-center space-y-3">
85
- <div className="flex items-center space-x-3">
86
- {appearanceOptions.map(function (appearance) { return (<Button key={appearance} {...args} appearance={appearance}>
87
- <BookmarkIcon className="w-4 h-4 mr-2"/>
88
- 북마크
89
- </Button>); })}
90
- </div>
91
-
92
- <div className="flex items-center space-x-3">
93
- {appearanceOptions.map(function (appearance) { return (<Button key={appearance} {...args} appearance={appearance}>
94
- More
95
- <ArrowRightIcon className="w-4 h-4 ml-2"/>
96
- </Button>); })}
97
- </div>
98
- </div>); };
59
+ export var Default = function (args) { return _jsx(Button, __assign({}, args, { children: "\uBC84\uD2BC" })); };
60
+ export var Radius = function (args) { return (_jsx("div", { className: "flex space-x-2", children: radiusOptions.map(function (radius) { return (_jsx(Button, __assign({}, args, { radius: radius, children: radius }), radius)); }) })); };
61
+ export var Size = function (args) { return (_jsx("div", { className: "flex items-center space-x-3", children: sizeOptions.map(function (size) { return (_jsx(Button, __assign({}, args, { size: size, children: size }), "".concat(size, "-size"))); }) })); };
62
+ export var Scaling = function (args) { return (_jsx("div", { className: "flex items-center space-x-3", children: scalingOptions.map(function (scaling) { return (_jsx(Button, __assign({}, args, { scaling: scaling, children: scaling }), scaling)); }) })); };
63
+ export var Weight = function (args) { return (_jsx("div", { className: "flex items-center space-x-3", children: weightOptions.map(function (weight) { return (_jsx(Button, __assign({}, args, { weight: weight, children: weight }), weight)); }) })); };
64
+ export var Appearance = function (args) { return (_jsx("div", { className: "flex items-center space-x-3", children: appearanceOptions.map(function (appearance) { return (_jsx(Button, __assign({}, args, { appearance: appearance, children: appearance }), appearance)); }) })); };
65
+ export var WithIcon = function (args) { return (_jsxs("div", { className: "flex flex-col items-center space-y-3", children: [_jsx("div", { className: "flex items-center space-x-3", children: appearanceOptions.map(function (appearance) { return (_jsxs(Button, __assign({}, args, { appearance: appearance, children: [_jsx(BookmarkIcon, { className: "w-4 h-4 mr-2" }), "\uBD81\uB9C8\uD06C"] }), appearance)); }) }), _jsx("div", { className: "flex items-center space-x-3", children: appearanceOptions.map(function (appearance) { return (_jsxs(Button, __assign({}, args, { appearance: appearance, children: ["More", _jsx(ArrowRightIcon, { className: "w-4 h-4 ml-2" })] }), appearance)); }) })] })); };
@@ -113,13 +113,13 @@ declare const meta: {
113
113
  };
114
114
  };
115
115
  export default meta;
116
- export declare const Default: ({ ...args }: any) => import("react").JSX.Element;
116
+ export declare const Default: ({ ...args }: any) => import("react/jsx-runtime").JSX.Element;
117
117
  export declare const Size: ({ ...args }: {
118
118
  [x: string]: any;
119
- }) => import("react").JSX.Element;
119
+ }) => import("react/jsx-runtime").JSX.Element;
120
120
  export declare const Radius: ({ ...args }: {
121
121
  [x: string]: any;
122
- }) => import("react").JSX.Element;
122
+ }) => import("react/jsx-runtime").JSX.Element;
123
123
  export declare const Appearance: ({ ...args }: {
124
124
  [x: string]: any;
125
- }) => import("react").JSX.Element;
125
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -20,6 +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";
23
24
  import { MagnifyingGlassIcon } from '@radix-ui/react-icons';
24
25
  import { commonArgTypes, radiusOptions, sizeOptions, appearanceOptions } from '../../constants';
25
26
  import { IconButton } from '../../components/IconButton';
@@ -63,31 +64,17 @@ var meta = {
63
64
  export default meta;
64
65
  export var Default = function (_a) {
65
66
  var args = __rest(_a, []);
66
- return (<IconButton {...args}>
67
- <MagnifyingGlassIcon />
68
- </IconButton>);
67
+ return (_jsx(IconButton, __assign({}, args, { children: _jsx(MagnifyingGlassIcon, {}) })));
69
68
  };
70
69
  export var Size = function (_a) {
71
70
  var args = __rest(_a, []);
72
- return (<div className="flex items-center space-x-4">
73
- {sizeOptions.map(function (size) { return (<IconButton key={size} {...args} size={size}>
74
- <MagnifyingGlassIcon />
75
- </IconButton>); })}
76
- </div>);
71
+ return (_jsx("div", { className: "flex items-center space-x-4", children: sizeOptions.map(function (size) { return (_jsx(IconButton, __assign({}, args, { size: size, children: _jsx(MagnifyingGlassIcon, {}) }), size)); }) }));
77
72
  };
78
73
  export var Radius = function (_a) {
79
74
  var args = __rest(_a, []);
80
- return (<div className="flex items-center space-x-4">
81
- {radiusOptions.map(function (radius) { return (<IconButton key={radius} {...args} radius={radius}>
82
- <MagnifyingGlassIcon />
83
- </IconButton>); })}
84
- </div>);
75
+ return (_jsx("div", { className: "flex items-center space-x-4", children: radiusOptions.map(function (radius) { return (_jsx(IconButton, __assign({}, args, { radius: radius, children: _jsx(MagnifyingGlassIcon, {}) }), radius)); }) }));
85
76
  };
86
77
  export var Appearance = function (_a) {
87
78
  var args = __rest(_a, []);
88
- return (<div className="flex items-center space-x-4">
89
- {appearanceOptions.map(function (appearance) { return (<IconButton key={appearance} {...args} appearance={appearance}>
90
- <MagnifyingGlassIcon />
91
- </IconButton>); })}
92
- </div>);
79
+ return (_jsx("div", { className: "flex items-center space-x-4", children: appearanceOptions.map(function (appearance) { return (_jsx(IconButton, __assign({}, args, { appearance: appearance, children: _jsx(MagnifyingGlassIcon, {}) }), appearance)); }) }));
93
80
  };
@@ -108,22 +108,22 @@ declare const meta: {
108
108
  export default meta;
109
109
  export declare const Default: ({ ...args }: {
110
110
  [x: string]: any;
111
- }) => import("react").JSX.Element;
111
+ }) => import("react/jsx-runtime").JSX.Element;
112
112
  export declare const Radius: ({ ...args }: {
113
113
  [x: string]: any;
114
- }) => import("react").JSX.Element;
114
+ }) => import("react/jsx-runtime").JSX.Element;
115
115
  export declare const Size: ({ ...args }: {
116
116
  [x: string]: any;
117
- }) => import("react").JSX.Element;
117
+ }) => import("react/jsx-runtime").JSX.Element;
118
118
  export declare const Color: ({ ...args }: {
119
119
  [x: string]: any;
120
- }) => import("react").JSX.Element;
120
+ }) => import("react/jsx-runtime").JSX.Element;
121
121
  export declare const Appearance: ({ ...args }: {
122
122
  [x: string]: any;
123
- }) => import("react").JSX.Element;
123
+ }) => import("react/jsx-runtime").JSX.Element;
124
124
  export declare const Scaling: ({ ...args }: {
125
125
  [x: string]: any;
126
- }) => import("react").JSX.Element;
126
+ }) => import("react/jsx-runtime").JSX.Element;
127
127
  export declare const IconTypes: ({ ...args }: {
128
128
  [x: string]: any;
129
- }) => import("react").JSX.Element;
129
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,104 @@
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
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import { createElement as _createElement } from "react";
24
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
25
+ import { Callout, CalloutIcon, CalloutText } from 'components/Callout';
26
+ import { Text } from 'Typography/Text';
27
+ import { radiusOptions, scalingOptions, commonArgTypes, sizeOptions, appearanceOptions, } from '../../constants';
28
+ var meta = {
29
+ title: 'Component/Callout',
30
+ component: Callout,
31
+ parameters: {
32
+ layout: 'centered',
33
+ docs: {
34
+ description: {
35
+ component: '중요한 정보나 경고를 강조하기 위해 사용되는 알림 박스 컴포넌트',
36
+ },
37
+ },
38
+ },
39
+ tags: ['autodocs'],
40
+ argTypes: {
41
+ radius: __assign(__assign({}, commonArgTypes.radius), { description: 'Callout border 둥굴기' }),
42
+ size: __assign(__assign({}, commonArgTypes.size), { table: {
43
+ category: 'Props',
44
+ type: {
45
+ summary: sizeOptions
46
+ .filter(function (option) { return option !== 'x-small' && option !== 'x-large'; })
47
+ .join(' | '),
48
+ },
49
+ }, options: sizeOptions.filter(function (option) { return option !== 'x-small' && option !== 'x-large'; }), description: 'Callout 크기' }),
50
+ scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'Callout 비율' }),
51
+ color: {
52
+ table: {
53
+ category: 'Props',
54
+ type: { summary: ['danger', 'warning', 'success', 'information'].join(' | ') },
55
+ },
56
+ options: ['danger', 'warning', 'success', 'information'],
57
+ control: { type: 'select' },
58
+ defaultValue: { summary: 'information' },
59
+ description: 'Toast 색',
60
+ },
61
+ contentText: __assign(__assign({}, commonArgTypes.basicText), { description: 'Callout 안에 들어가는 텍스트' }),
62
+ appearance: __assign(__assign({}, commonArgTypes.appearance), { table: {
63
+ category: 'Props',
64
+ type: {
65
+ summary: appearanceOptions
66
+ .filter(function (option) { return option !== 'classic' && option !== 'ghost' && option !== 'solid'; })
67
+ .join(' | '),
68
+ },
69
+ }, description: 'Callout 스타일', options: appearanceOptions.filter(function (option) { return option !== 'classic' && option !== 'ghost' && option !== 'solid'; }) }),
70
+ },
71
+ };
72
+ export default meta;
73
+ export var Default = function (_a) {
74
+ var args = __rest(_a, []);
75
+ return (_jsxs(Callout, __assign({}, args, { children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC2DC\uC2A4\uD15C \uC810\uAC80\uC774 \uC608\uC815\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4." }))] })));
76
+ };
77
+ export var Radius = function (_a) {
78
+ var args = __rest(_a, []);
79
+ return (_jsx("div", { className: "flex flex-col space-y-3", children: radiusOptions.map(function (radius) { return (_createElement(Callout, __assign({}, args, { radius: radius, key: radius }),
80
+ _jsx(CalloutIcon, __assign({}, args, { iconType: "information" })),
81
+ _jsx(CalloutText, __assign({}, args, { children: "\uC2DC\uC2A4\uD15C \uC810\uAC80\uC774 \uC608\uC815\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4." })))); }) }));
82
+ };
83
+ export var Size = function (_a) {
84
+ var args = __rest(_a, []);
85
+ return (_jsxs("div", { className: "flex flex-col space-y-5", children: [_jsxs(Callout, __assign({}, args, { size: 'small', children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. \uCD5C\uC2E0 \uBC84\uC804\uC744 \uB2E4\uC6B4\uB85C\uB4DC\uD558\uC5EC \uC0AC\uC6A9\uD574 \uC8FC\uC138\uC694." }))] })), _jsxs(Callout, __assign({}, args, { children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. \uCD5C\uC2E0 \uBC84\uC804\uC744 \uB2E4\uC6B4\uB85C\uB4DC\uD558\uC5EC \uC0AC\uC6A9\uD574 \uC8FC\uC138\uC694." }))] })), _jsxs(Callout, __assign({}, args, { size: "large", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. \uCD5C\uC2E0 \uBC84\uC804\uC744 \uB2E4\uC6B4\uB85C\uB4DC\uD558\uC5EC \uC0AC\uC6A9\uD574 \uC8FC\uC138\uC694." }))] }))] }));
86
+ };
87
+ export var Color = function (_a) {
88
+ var args = __rest(_a, []);
89
+ return (_jsxs("div", { className: "flex space-x-5", children: [_jsxs(Callout, __assign({}, args, { color: "information", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC815\uBCF4 \uBA54\uC138\uC9C0" }))] })), _jsxs(Callout, __assign({}, args, { color: "danger", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "danger" })), _jsx(CalloutText, __assign({}, args, { children: "\uC704\uD5D8 \uBA54\uC138\uC9C0" }))] })), _jsxs(Callout, __assign({}, args, { color: "warning", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "warning" })), _jsx(CalloutText, __assign({}, args, { children: "\uACBD\uACE0 \uBA54\uC138\uC9C0" }))] })), _jsxs(Callout, __assign({}, args, { color: "success", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "success" })), _jsx(CalloutText, __assign({}, args, { children: "\uC131\uACF5 \uBA54\uC138\uC9C0" }))] }))] }));
90
+ };
91
+ export var Appearance = function (_a) {
92
+ var args = __rest(_a, []);
93
+ return (_jsxs("div", { className: "flex space-x-5", children: [_jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Soft(\uAE30\uC900)" }), _jsxs(Callout, __assign({}, args, { appearance: "soft", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. " }))] }))] }), _jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Surface" }), _jsxs(Callout, __assign({}, args, { appearance: "surface", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. " }))] }))] }), _jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Outline" }), _jsxs(Callout, __assign({}, args, { appearance: "outline", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. " }))] }))] })] }));
94
+ };
95
+ export var Scaling = function (_a) {
96
+ var args = __rest(_a, []);
97
+ return (_jsx("div", { className: "flex flex-col space-y-5", children: scalingOptions.map(function (scaling) { return (_createElement(Callout, __assign({}, args, { scaling: scaling, key: scaling }),
98
+ _jsx(CalloutIcon, __assign({}, args, { iconType: "information" })),
99
+ _jsx(CalloutText, __assign({}, args, { children: "\uAD00\uB9AC\uC790\uC5D0\uAC8C \uBB38\uC758\uD558\uC138\uC694." })))); }) }));
100
+ };
101
+ export var IconTypes = function (_a) {
102
+ var args = __rest(_a, []);
103
+ return (_jsxs("div", { className: "flex space-x-5", children: [_jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Danger" }), _jsxs(Callout, __assign({}, args, { color: "danger", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "danger", color: "danger" })), _jsx(CalloutText, __assign({}, args, { color: "danger", children: "\uC704\uD5D8 \uC544\uC774\uCF58" }))] }))] }), _jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Warning" }), _jsxs(Callout, __assign({}, args, { color: "warning", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "warning" })), _jsx(CalloutText, __assign({}, args, { children: "\uACBD\uACE0 \uC544\uC774\uCF58" }))] }))] }), _jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Success" }), _jsxs(Callout, __assign({}, args, { color: "success", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "success" })), _jsx(CalloutText, __assign({}, args, { children: "\uC131\uACF5 \uC544\uC774\uCF58" }))] }))] }), _jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Info" }), _jsxs(Callout, __assign({}, args, { color: "information", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC815\uBCF4 \uC544\uC774\uCF58" }))] }))] })] }));
104
+ };
@@ -85,16 +85,16 @@ declare const meta: {
85
85
  export default meta;
86
86
  export declare const Default: ({ ...args }: {
87
87
  [x: string]: any;
88
- }) => import("react").JSX.Element;
88
+ }) => import("react/jsx-runtime").JSX.Element;
89
89
  export declare const NoAvatar: ({ ...args }: {
90
90
  [x: string]: any;
91
- }) => import("react").JSX.Element;
91
+ }) => import("react/jsx-runtime").JSX.Element;
92
92
  export declare const Appearance: ({ ...args }: {
93
93
  [x: string]: any;
94
- }) => import("react").JSX.Element;
94
+ }) => import("react/jsx-runtime").JSX.Element;
95
95
  export declare const Scaling: ({ ...args }: {
96
96
  [x: string]: any;
97
- }) => import("react").JSX.Element;
97
+ }) => import("react/jsx-runtime").JSX.Element;
98
98
  export declare const Radius: ({ ...args }: {
99
99
  [x: string]: any;
100
- }) => import("react").JSX.Element;
100
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -20,6 +20,7 @@ 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";
23
24
  import Card from 'components/Card';
24
25
  import Avatar from 'components/Avatar';
25
26
  import { Text } from 'Typography/Text';
@@ -63,72 +64,21 @@ var meta = {
63
64
  export default meta;
64
65
  export var Default = function (_a) {
65
66
  var args = __rest(_a, []);
66
- return (<Card {...args}>
67
- <Avatar {...args} size={args.size === 'small' ? '3' : args.size === 'large' ? '5' : '4'} appearance="solid" imagePath="https://images.unsplash.com/photo-1502823403499-6ccfcf4fb453?&w=256&h=256&q=70&crop=focalpoint&fp-x=0.5&fp-y=0.3&fp-z=1&fit=crop"/>
68
- <div className="flex flex-col">
69
- <Text {...args} weight={'bold'} size={args.size === 'small' ? '3' : args.size === 'large' ? '5' : '4'}>
70
- Title
71
- </Text>
72
- <Text {...args} size={args.size === 'small' ? '3' : args.size === 'large' ? '5' : '4'}>
73
- Content
74
- </Text>
75
- </div>
76
- </Card>);
67
+ return (_jsxs(Card, __assign({}, args, { children: [_jsx(Avatar, __assign({}, args, { size: args.size === 'small' ? '3' : args.size === 'large' ? '5' : '4', appearance: "solid", imagePath: "https://images.unsplash.com/photo-1502823403499-6ccfcf4fb453?&w=256&h=256&q=70&crop=focalpoint&fp-x=0.5&fp-y=0.3&fp-z=1&fit=crop" })), _jsxs("div", { className: "flex flex-col", children: [_jsx(Text, __assign({}, args, { weight: 'bold', size: args.size === 'small' ? '3' : args.size === 'large' ? '5' : '4', children: "Title" })), _jsx(Text, __assign({}, args, { size: args.size === 'small' ? '3' : args.size === 'large' ? '5' : '4', children: "Content" }))] })] })));
77
68
  };
78
69
  export var NoAvatar = function (_a) {
79
70
  var args = __rest(_a, []);
80
- return (<Card {...args}>
81
- <div className="flex flex-col">
82
- <Text {...args} weight={'bold'}>
83
- Typography
84
- </Text>
85
- <Text {...args}>{"is the art and technique of arranging type to make written language legible, \n readable and appealing when displayed."}</Text>
86
- </div>
87
- </Card>);
71
+ return (_jsx(Card, __assign({}, args, { children: _jsxs("div", { className: "flex flex-col", children: [_jsx(Text, __assign({}, args, { weight: 'bold', children: "Typography" })), _jsx(Text, __assign({}, args, { children: "is the art and technique of arranging type to make written language legible, \n readable and appealing when displayed." }))] }) })));
88
72
  };
89
73
  export var Appearance = function (_a) {
90
74
  var args = __rest(_a, []);
91
- return (<div className="flex flex-col space-y-4">
92
- <Card {...args} appearance="surface">
93
- <Text>surface style card (default)</Text>
94
- </Card>
95
- <Card {...args} appearance="classic">
96
- <Text>classic style card</Text>
97
- </Card>
98
- <Card {...args} appearance="ghost">
99
- <Text> ghost style card</Text>
100
- </Card>
101
- </div>);
75
+ return (_jsxs("div", { className: "flex flex-col space-y-4", children: [_jsx(Card, __assign({}, args, { appearance: "surface", children: _jsx(Text, { children: "surface style card (default)" }) })), _jsx(Card, __assign({}, args, { appearance: "classic", children: _jsx(Text, { children: "classic style card" }) })), _jsx(Card, __assign({}, args, { appearance: "ghost", children: _jsx(Text, { children: " ghost style card" }) }))] }));
102
76
  };
103
77
  export var Scaling = function (_a) {
104
78
  var args = __rest(_a, []);
105
- return (<div className="flex flex-col items-center space-y-4">
106
- {scalingOptions.map(function (scaling) { return (<div key={scaling}>
107
- <Card {...args} scaling={scaling}>
108
- <Avatar {...args} radius={'full'} scaling={scaling} imagePath="https://images.unsplash.com/photo-1502823403499-6ccfcf4fb453?&w=256&h=256&q=70&crop=focalpoint&fp-x=0.5&fp-y=0.3&fp-z=1&fit=crop"/>
109
- <div className="flex flex-col">
110
- <Text {...args} weight={'bold'}>
111
- Title
112
- </Text>
113
- <Text {...args}>Content</Text>
114
- </div>
115
- </Card>
116
- </div>); })}
117
- </div>);
79
+ return (_jsx("div", { className: "flex flex-col items-center space-y-4", children: scalingOptions.map(function (scaling) { return (_jsx("div", { children: _jsxs(Card, __assign({}, args, { scaling: scaling, children: [_jsx(Avatar, __assign({}, args, { radius: 'full', scaling: scaling, imagePath: "https://images.unsplash.com/photo-1502823403499-6ccfcf4fb453?&w=256&h=256&q=70&crop=focalpoint&fp-x=0.5&fp-y=0.3&fp-z=1&fit=crop" })), _jsxs("div", { className: "flex flex-col", children: [_jsx(Text, __assign({}, args, { weight: 'bold', children: "Title" })), _jsx(Text, __assign({}, args, { children: "Content" }))] })] })) }, scaling)); }) }));
118
80
  };
119
81
  export var Radius = function (_a) {
120
82
  var args = __rest(_a, []);
121
- return (<div className="flex flex-col items-center space-y-3">
122
- {radiusOptions.map(function (radius) { return (<div key={radius}>
123
- <Card {...args} radius={radius}>
124
- <Avatar {...args} radius={radius} imagePath="https://images.unsplash.com/photo-1502823403499-6ccfcf4fb453?&w=256&h=256&q=70&crop=focalpoint&fp-x=0.5&fp-y=0.3&fp-z=1&fit=crop"/>
125
- <div className="flex flex-col">
126
- <Text {...args} weight={'bold'}>
127
- Title
128
- </Text>
129
- <Text {...args}>Content</Text>
130
- </div>
131
- </Card>
132
- </div>); })}
133
- </div>);
83
+ return (_jsx("div", { className: "flex flex-col items-center space-y-3", children: radiusOptions.map(function (radius) { return (_jsx("div", { children: _jsxs(Card, __assign({}, args, { radius: radius, children: [_jsx(Avatar, __assign({}, args, { radius: radius, imagePath: "https://images.unsplash.com/photo-1502823403499-6ccfcf4fb453?&w=256&h=256&q=70&crop=focalpoint&fp-x=0.5&fp-y=0.3&fp-z=1&fit=crop" })), _jsxs("div", { className: "flex flex-col", children: [_jsx(Text, __assign({}, args, { weight: 'bold', children: "Title" })), _jsx(Text, __assign({}, args, { children: "Content" }))] })] })) }, radius)); }) }));
134
84
  };
@@ -129,19 +129,19 @@ declare const meta: {
129
129
  export default meta;
130
130
  export declare const Default: ({ ...args }: {
131
131
  [x: string]: any;
132
- }) => import("react").JSX.Element;
132
+ }) => import("react/jsx-runtime").JSX.Element;
133
133
  export declare const Types: ({ ...args }: {
134
134
  [x: string]: any;
135
- }) => import("react").JSX.Element;
135
+ }) => import("react/jsx-runtime").JSX.Element;
136
136
  export declare const Size: ({ ...args }: {
137
137
  [x: string]: any;
138
- }) => import("react").JSX.Element;
138
+ }) => import("react/jsx-runtime").JSX.Element;
139
139
  export declare const Scaling: ({ ...args }: {
140
140
  [x: string]: any;
141
- }) => import("react").JSX.Element;
141
+ }) => import("react/jsx-runtime").JSX.Element;
142
142
  export declare const Radius: ({ ...args }: {
143
143
  [x: string]: any;
144
- }) => import("react").JSX.Element;
144
+ }) => import("react/jsx-runtime").JSX.Element;
145
145
  export declare const Appearance: ({ ...args }: {
146
146
  [x: string]: any;
147
- }) => import("react").JSX.Element;
147
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -20,6 +20,7 @@ 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";
23
24
  import Checkbox from 'components/Checkbox';
24
25
  import { radiusOptions, scalingOptions, commonArgTypes, appearanceOptions, sizeOptions, } from '../../../src/constants';
25
26
  import { Text } from 'Typography/Text';
@@ -85,82 +86,25 @@ var meta = {
85
86
  export default meta;
86
87
  export var Default = function (_a) {
87
88
  var args = __rest(_a, []);
88
- return (<Checkbox id="checkbox" {...args} defaultChecked>
89
- 체크박스
90
- </Checkbox>);
89
+ return (_jsx(Checkbox, __assign({ id: "checkbox" }, args, { defaultChecked: true, children: "\uCCB4\uD06C\uBC15\uC2A4" })));
91
90
  };
92
91
  export var Types = function (_a) {
93
92
  var args = __rest(_a, []);
94
- return (<div className="flex flex-col space-y-3">
95
- <Checkbox id="defaultCheckbox" {...args} defaultChecked>
96
- default
97
- </Checkbox>
98
- <Checkbox id="disabledCheckedCheckbox" {...args} disabled defaultChecked>
99
- disabled
100
- </Checkbox>
101
- <Checkbox id="indeterminate" {...args} indeterminate defaultChecked>
102
- indeterminate
103
- </Checkbox>
104
- </div>);
93
+ return (_jsxs("div", { className: "flex flex-col space-y-3", children: [_jsx(Checkbox, __assign({ id: "defaultCheckbox" }, args, { defaultChecked: true, children: "default" })), _jsx(Checkbox, __assign({ id: "disabledCheckedCheckbox" }, args, { disabled: true, defaultChecked: true, children: "disabled" })), _jsx(Checkbox, __assign({ id: "indeterminate" }, args, { indeterminate: true, defaultChecked: true, children: "indeterminate" }))] }));
105
94
  };
106
95
  export var Size = function (_a) {
107
96
  var args = __rest(_a, []);
108
- return (<div className="flex space-x-5">
109
- <Checkbox id="size-s" {...args} size="small" defaultChecked>
110
- small
111
- </Checkbox>
112
- <Checkbox id="size-m" {...args} size="medium" defaultChecked>
113
- medium
114
- </Checkbox>
115
- <Checkbox id="size-l" {...args} size="large" defaultChecked>
116
- large
117
- </Checkbox>
118
- </div>);
97
+ return (_jsxs("div", { className: "flex space-x-5", children: [_jsx(Checkbox, __assign({ id: "size-s" }, args, { size: "small", defaultChecked: true, children: "small" })), _jsx(Checkbox, __assign({ id: "size-m" }, args, { size: "medium", defaultChecked: true, children: "medium" })), _jsx(Checkbox, __assign({ id: "size-l" }, args, { size: "large", defaultChecked: true, children: "large" }))] }));
119
98
  };
120
99
  export var Scaling = function (_a) {
121
100
  var args = __rest(_a, []);
122
- return (<div className="flex space-x-5">
123
- {scalingOptions.map(function (scaling) { return (<Checkbox key={scaling} id={scaling} {...args} scaling={scaling} defaultChecked>
124
- {scaling}
125
- </Checkbox>); })}
126
- </div>);
101
+ return (_jsx("div", { className: "flex space-x-5", children: scalingOptions.map(function (scaling) { return (_jsx(Checkbox, __assign({ id: scaling }, args, { scaling: scaling, defaultChecked: true, children: scaling }), scaling)); }) }));
127
102
  };
128
103
  export var Radius = function (_a) {
129
104
  var args = __rest(_a, []);
130
- return (<div className="flex space-x-5">
131
- {radiusOptions.map(function (radius) { return (<Checkbox key={radius} id={radius} {...args} radius={radius} defaultChecked>
132
- {radius}
133
- </Checkbox>); })}
134
- </div>);
105
+ return (_jsx("div", { className: "flex space-x-5", children: radiusOptions.map(function (radius) { return (_jsx(Checkbox, __assign({ id: radius }, args, { radius: radius, defaultChecked: true, children: radius }), radius)); }) }));
135
106
  };
136
107
  export var Appearance = function (_a) {
137
108
  var args = __rest(_a, []);
138
- return (<div className="flex flex-col space-y-3">
139
- <div className="flex space-x-3">
140
- <div className="w-[60px]">
141
- <Text>Surface</Text>
142
- </div>
143
- <Checkbox id={'uncheckedSurface'} {...args} appearance={'surface'}/>
144
- <Checkbox id={'checkedSurface'} {...args} appearance={'surface'} defaultChecked/>
145
- <Checkbox id={'checkedIndeterminate'} {...args} appearance={'surface'} indeterminate defaultChecked/>
146
- </div>
147
-
148
- <div className="flex space-x-3">
149
- <div className="w-[60px]">
150
- <Text>Classic</Text>
151
- </div>
152
- <Checkbox id={'uncheckedClassic'} {...args} appearance={'classic'}/>
153
- <Checkbox id={'checkedClassic'} {...args} appearance={'classic'} defaultChecked/>
154
- <Checkbox id={'indeterminateClassic'} {...args} appearance={'classic'} indeterminate defaultChecked/>
155
- </div>
156
-
157
- <div className="flex space-x-3">
158
- <div className="w-[60px]">
159
- <Text>Soft</Text>
160
- </div>
161
- <Checkbox id={'uncheckedSoft'} {...args} appearance={'soft'}/>
162
- <Checkbox id={'checkedSoft'} {...args} appearance={'soft'} defaultChecked/>
163
- <Checkbox id={'indeterminateSoft'} {...args} appearance={'soft'} indeterminate defaultChecked/>
164
- </div>
165
- </div>);
109
+ return (_jsxs("div", { className: "flex flex-col space-y-3", children: [_jsxs("div", { className: "flex space-x-3", children: [_jsx("div", { className: "w-[60px]", children: _jsx(Text, { children: "Surface" }) }), _jsx(Checkbox, __assign({ id: 'uncheckedSurface' }, args, { appearance: 'surface' })), _jsx(Checkbox, __assign({ id: 'checkedSurface' }, args, { appearance: 'surface', defaultChecked: true })), _jsx(Checkbox, __assign({ id: 'checkedIndeterminate' }, args, { appearance: 'surface', indeterminate: true, defaultChecked: true }))] }), _jsxs("div", { className: "flex space-x-3", children: [_jsx("div", { className: "w-[60px]", children: _jsx(Text, { children: "Classic" }) }), _jsx(Checkbox, __assign({ id: 'uncheckedClassic' }, args, { appearance: 'classic' })), _jsx(Checkbox, __assign({ id: 'checkedClassic' }, args, { appearance: 'classic', defaultChecked: true })), _jsx(Checkbox, __assign({ id: 'indeterminateClassic' }, args, { appearance: 'classic', indeterminate: true, defaultChecked: true }))] }), _jsxs("div", { className: "flex space-x-3", children: [_jsx("div", { className: "w-[60px]", children: _jsx(Text, { children: "Soft" }) }), _jsx(Checkbox, __assign({ id: 'uncheckedSoft' }, args, { appearance: 'soft' })), _jsx(Checkbox, __assign({ id: 'checkedSoft' }, args, { appearance: 'soft', defaultChecked: true })), _jsx(Checkbox, __assign({ id: 'indeterminateSoft' }, args, { appearance: 'soft', indeterminate: true, defaultChecked: true }))] })] }));
166
110
  };
@@ -114,16 +114,16 @@ declare const meta: {
114
114
  export default meta;
115
115
  export declare const Default: ({ ...args }: {
116
116
  [x: string]: any;
117
- }) => import("react").JSX.Element;
117
+ }) => import("react/jsx-runtime").JSX.Element;
118
118
  export declare const Scaling: ({ ...args }: {
119
119
  [x: string]: any;
120
- }) => import("react").JSX.Element;
120
+ }) => import("react/jsx-runtime").JSX.Element;
121
121
  export declare const Size: ({ ...args }: {
122
122
  [x: string]: any;
123
- }) => import("react").JSX.Element;
123
+ }) => import("react/jsx-runtime").JSX.Element;
124
124
  export declare const Radius: ({ ...args }: {
125
125
  [x: string]: any;
126
- }) => import("react").JSX.Element;
126
+ }) => import("react/jsx-runtime").JSX.Element;
127
127
  export declare const Appearance: ({ ...args }: {
128
128
  [x: string]: any;
129
- }) => import("react").JSX.Element;
129
+ }) => import("react/jsx-runtime").JSX.Element;