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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (239) hide show
  1. package/dist/Typography/Header/{index.js → index.jsx} +5 -2
  2. package/dist/Typography/Text/{index.js → index.jsx} +6 -3
  3. package/dist/components/Accordion/{index.js → index.jsx} +17 -5
  4. package/dist/components/AlertDialog/{AlertDialogAction.js → AlertDialogAction.jsx} +4 -3
  5. package/dist/components/AlertDialog/{AlertDialogCancel.js → AlertDialogCancel.jsx} +4 -3
  6. package/dist/components/AlertDialog/{AlertDialogContent.js → AlertDialogContent.jsx} +7 -3
  7. package/dist/components/AlertDialog/{AlertDialogDescription.js → AlertDialogDescription.jsx} +4 -14
  8. package/dist/components/AlertDialog/{AlertDialogTitle.js → AlertDialogTitle.jsx} +4 -14
  9. package/dist/components/AlertDialog/{AlertDialogTrigger.js → AlertDialogTrigger.jsx} +4 -3
  10. package/dist/components/AlertDialog/{index.js → index.jsx} +4 -14
  11. package/dist/components/AspectRatio/{index.js → index.jsx} +4 -3
  12. package/dist/components/Avatar/{index.js → index.jsx} +7 -3
  13. package/dist/components/Badge/{index.js → index.jsx} +4 -3
  14. package/dist/components/BubbleChart/index.d.ts +2 -1
  15. package/dist/components/BubbleChart/{index.js → index.jsx} +2 -2
  16. package/dist/components/Button/{index.js → index.jsx} +4 -3
  17. package/dist/components/Callout/{CalloutIcon.js → CalloutIcon.jsx} +8 -3
  18. package/dist/components/Callout/{CalloutText.js → CalloutText.jsx} +4 -14
  19. package/dist/components/Callout/{index.js → index.jsx} +6 -3
  20. package/dist/components/Card/{index.js → index.jsx} +4 -3
  21. package/dist/components/Checkbox/{index.js → index.jsx} +11 -3
  22. package/dist/components/CheckboxCard/{index.js → index.jsx} +5 -3
  23. package/dist/components/CheckboxGroup/{CheckboxGroupItem.js → CheckboxGroupItem.jsx} +6 -14
  24. package/dist/components/CheckboxGroup/{index.js → index.jsx} +5 -2
  25. package/dist/components/ContextMenu/{ContextMenuCheckboxItem.js → ContextMenuCheckboxItem.jsx} +7 -14
  26. package/dist/components/ContextMenu/{ContextMenuContent.js → ContextMenuContent.jsx} +6 -3
  27. package/dist/components/ContextMenu/{ContextMenuGroup.js → ContextMenuGroup.jsx} +4 -14
  28. package/dist/components/ContextMenu/{ContextMenuItem.js → ContextMenuItem.jsx} +5 -3
  29. package/dist/components/ContextMenu/{ContextMenuItemIndicator.js → ContextMenuItemIndicator.jsx} +4 -3
  30. package/dist/components/ContextMenu/{ContextMenuLabel.js → ContextMenuLabel.jsx} +4 -3
  31. package/dist/components/ContextMenu/{ContextMenuRadioGroup.js → ContextMenuRadioGroup.jsx} +6 -14
  32. package/dist/components/ContextMenu/{ContextMenuRadioItem.js → ContextMenuRadioItem.jsx} +7 -14
  33. package/dist/components/ContextMenu/{ContextMenuSeparator.js → ContextMenuSeparator.jsx} +4 -14
  34. package/dist/components/ContextMenu/{ContextMenuSubContent.js → ContextMenuSubContent.jsx} +9 -6
  35. package/dist/components/ContextMenu/{ContextMenuSubTrigger.js → ContextMenuSubTrigger.jsx} +9 -14
  36. package/dist/components/ContextMenu/{ContextMenuTrigger.js → ContextMenuTrigger.jsx} +4 -14
  37. package/dist/components/ContextMenu/{index.js → index.jsx} +6 -14
  38. package/dist/components/DataList/{DataListItem.js → DataListItem.jsx} +4 -3
  39. package/dist/components/DataList/{DataListLabel.js → DataListLabel.jsx} +4 -3
  40. package/dist/components/DataList/{DataListValue.js → DataListValue.jsx} +4 -3
  41. package/dist/components/DataList/{index.js → index.jsx} +6 -14
  42. package/dist/components/Dialog/{DialogAction.js → DialogAction.jsx} +4 -14
  43. package/dist/components/Dialog/{DialogCancel.js → DialogCancel.jsx} +4 -14
  44. package/dist/components/Dialog/{DialogContent.js → DialogContent.jsx} +4 -3
  45. package/dist/components/Dialog/{DialogDescription.js → DialogDescription.jsx} +4 -14
  46. package/dist/components/Dialog/{DialogSlot.js → DialogSlot.jsx} +4 -14
  47. package/dist/components/Dialog/{DialogTitle.js → DialogTitle.jsx} +4 -14
  48. package/dist/components/Dialog/{DialogTrigger.js → DialogTrigger.jsx} +4 -14
  49. package/dist/components/Dialog/{index.js → index.jsx} +4 -14
  50. package/dist/components/DoughnutChart/index.d.ts +2 -1
  51. package/dist/components/DoughnutChart/{index.js → index.jsx} +2 -2
  52. package/dist/components/DropdownMenu/{DropdonMenuRadioGroup.js → DropdonMenuRadioGroup.jsx} +6 -14
  53. package/dist/components/DropdownMenu/{DropdonMenuSubContent.js → DropdonMenuSubContent.jsx} +10 -7
  54. package/dist/components/DropdownMenu/{DropdownMenuCheckboxItem.js → DropdownMenuCheckboxItem.jsx} +7 -14
  55. package/dist/components/DropdownMenu/{DropdownMenuContent.js → DropdownMenuContent.jsx} +6 -3
  56. package/dist/components/DropdownMenu/{DropdownMenuItem.js → DropdownMenuItem.jsx} +5 -3
  57. package/dist/components/DropdownMenu/{DropdownMenuItemIndicator.js → DropdownMenuItemIndicator.jsx} +4 -3
  58. package/dist/components/DropdownMenu/{DropdownMenuLable.js → DropdownMenuLable.jsx} +4 -3
  59. package/dist/components/DropdownMenu/{DropdownMenuRadioItem.js → DropdownMenuRadioItem.jsx} +7 -14
  60. package/dist/components/DropdownMenu/{DropdownMenuSeparator.js → DropdownMenuSeparator.jsx} +2 -14
  61. package/dist/components/DropdownMenu/{DropdownMenuSub.js → DropdownMenuSub.jsx} +2 -14
  62. package/dist/components/DropdownMenu/{DropdownMenuSubTrigger.js → DropdownMenuSubTrigger.jsx} +7 -14
  63. package/dist/components/DropdownMenu/{DropdownMenuTrigger.js → DropdownMenuTrigger.jsx} +4 -14
  64. package/dist/components/DropdownMenu/{index.js → index.jsx} +2 -14
  65. package/dist/components/HoverCard/{HoverCardContent.js → HoverCardContent.jsx} +4 -3
  66. package/dist/components/HoverCard/{HoverCardTrigger.js → HoverCardTrigger.jsx} +4 -14
  67. package/dist/components/HoverCard/{index.js → index.jsx} +4 -14
  68. package/dist/components/IconButton/{index.js → index.jsx} +3 -2
  69. package/dist/components/Inset/{index.js → index.jsx} +6 -3
  70. package/dist/components/Label/{index.js → index.jsx} +3 -2
  71. package/dist/components/Menubar/{MenubarCheckboxItem.js → MenubarCheckboxItem.jsx} +7 -14
  72. package/dist/components/Menubar/{MenubarContent.js → MenubarContent.jsx} +10 -7
  73. package/dist/components/Menubar/{MenubarItem.js → MenubarItem.jsx} +5 -3
  74. package/dist/components/Menubar/{MenubarItemIndicator.js → MenubarItemIndicator.jsx} +4 -3
  75. package/dist/components/Menubar/{MenubarMenu.js → MenubarMenu.jsx} +2 -14
  76. package/dist/components/Menubar/{MenubarRadioGroup.js → MenubarRadioGroup.jsx} +6 -14
  77. package/dist/components/Menubar/{MenubarRadioItem.js → MenubarRadioItem.jsx} +7 -14
  78. package/dist/components/Menubar/{MenubarSeparator.js → MenubarSeparator.jsx} +4 -14
  79. package/dist/components/Menubar/{MenubarSub.js → MenubarSub.jsx} +2 -14
  80. package/dist/components/Menubar/{MenubarSubContent.js → MenubarSubContent.jsx} +5 -4
  81. package/dist/components/Menubar/{MenubarSubTrigger.js → MenubarSubTrigger.jsx} +7 -14
  82. package/dist/components/Menubar/{MenubarTrigger.js → MenubarTrigger.jsx} +4 -3
  83. package/dist/components/Menubar/{index.js → index.jsx} +6 -3
  84. package/dist/components/NavigationMenu/{NavigationMenuContent.js → NavigationMenuContent.jsx} +4 -3
  85. package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +22 -0
  86. package/dist/components/NavigationMenu/{NavigationMenuItem.js → NavigationMenuItem.jsx} +4 -14
  87. package/dist/components/NavigationMenu/{NavigationMenuLink.js → NavigationMenuLink.jsx} +4 -3
  88. package/dist/components/NavigationMenu/{NavigationMenuList.js → NavigationMenuList.jsx} +5 -3
  89. package/dist/components/NavigationMenu/{NavigationMenuTrigger.js → NavigationMenuTrigger.jsx} +5 -3
  90. package/dist/components/NavigationMenu/{NavigationMenuViewport.js → NavigationMenuViewport.jsx} +4 -3
  91. package/dist/components/NavigationMenu/{index.js → index.jsx} +6 -14
  92. package/dist/components/PieChart/index.d.ts +2 -1
  93. package/dist/components/PieChart/{index.js → index.jsx} +2 -2
  94. package/dist/components/Popover/{PopoverClose.js → PopoverClose.jsx} +4 -14
  95. package/dist/components/Popover/{PopoverContent.js → PopoverContent.jsx} +4 -3
  96. package/dist/components/Popover/{PopoverTrigger.js → PopoverTrigger.jsx} +4 -14
  97. package/dist/components/Popover/{index.js → index.jsx} +4 -14
  98. package/dist/components/Progress/{index.js → index.jsx} +4 -3
  99. package/dist/components/RadarChart/index.d.ts +2 -1
  100. package/dist/components/RadarChart/{index.js → index.jsx} +2 -2
  101. package/dist/components/Radio/{index.js → index.jsx} +8 -13
  102. package/dist/components/RadioCards/{RadioCardsItem.js → RadioCardsItem.jsx} +4 -14
  103. package/dist/components/RadioCards/{index.js → index.jsx} +6 -3
  104. package/dist/components/RadioGroup/{RadioGroupItem.js → RadioGroupItem.jsx} +4 -14
  105. package/dist/components/RadioGroup/{index.js → index.jsx} +6 -14
  106. package/dist/components/ScrollArea/{index.js → index.jsx} +6 -14
  107. package/dist/components/SegmentedControl/{SegmentedControlItem.js → SegmentedControlItem.jsx} +4 -14
  108. package/dist/components/SegmentedControl/{index.js → index.jsx} +5 -2
  109. package/dist/components/Select/{index.js → index.jsx} +25 -8
  110. package/dist/components/Separator/{index.js → index.jsx} +5 -2
  111. package/dist/components/Skeleton/{index.js → index.jsx} +5 -2
  112. package/dist/components/Slider/{index.js → index.jsx} +3 -2
  113. package/dist/components/Spinner/{index.js → index.jsx} +5 -2
  114. package/dist/components/TabNav/{index.js → index.jsx} +8 -14
  115. package/dist/components/Table/{index.js → index.jsx} +23 -8
  116. package/dist/components/Tabs/{index.js → index.jsx} +14 -5
  117. package/dist/components/TextArea/{index.js → index.jsx} +3 -2
  118. package/dist/components/TextField/{index.js → index.jsx} +8 -3
  119. package/dist/components/Toast/{ToastActionButton.js → ToastActionButton.jsx} +4 -3
  120. package/dist/components/Toast/{ToastDescription.js → ToastDescription.jsx} +6 -14
  121. package/dist/components/Toast/{ToastTitle.js → ToastTitle.jsx} +4 -14
  122. package/dist/components/Toast/{index.js → index.jsx} +9 -3
  123. package/dist/components/Toggle/{ToggleWithText.js → ToggleWithText.jsx} +6 -4
  124. package/dist/components/Toggle/{index.js → index.jsx} +4 -3
  125. package/dist/components/ToggleGroup/{index.js → index.jsx} +6 -3
  126. package/dist/components/ToggleGroup/{toggleGroupItem.js → toggleGroupItem.jsx} +4 -14
  127. package/dist/components/ToggleSwitch/{index.js → index.jsx} +6 -2
  128. package/dist/components/Tooltip/{index.js → index.jsx} +11 -2
  129. package/package.json +11 -2
  130. package/dist/app/layout.d.ts +0 -7
  131. package/dist/app/layout.js +0 -12
  132. package/dist/app/page.d.ts +0 -1
  133. package/dist/app/page.js +0 -6
  134. package/dist/app/template/colorPicker.d.ts +0 -6
  135. package/dist/app/template/colorPicker.js +0 -14
  136. package/dist/app/template/theme.d.ts +0 -12
  137. package/dist/app/template/theme.js +0 -11
  138. package/dist/components/NavigationMenu/NavigationMenuIndicator.js +0 -31
  139. package/dist/stories/Welcome.d.ts +0 -2
  140. package/dist/stories/Welcome.js +0 -30
  141. package/dist/stories/accordion/Accordion.stories.d.ts +0 -71
  142. package/dist/stories/accordion/Accordion.stories.js +0 -61
  143. package/dist/stories/alert-dialog/AlertDialog.stories.d.ts +0 -107
  144. package/dist/stories/alert-dialog/AlertDialog.stories.js +0 -60
  145. package/dist/stories/aspect-ratio/AspectRatio.stories.d.ts +0 -68
  146. package/dist/stories/aspect-ratio/AspectRatio.stories.js +0 -78
  147. package/dist/stories/avatar/Avatar.stories.d.ts +0 -127
  148. package/dist/stories/avatar/Avatar.stories.js +0 -94
  149. package/dist/stories/badge/Badge.stories.d.ts +0 -133
  150. package/dist/stories/badge/Badge.stories.js +0 -86
  151. package/dist/stories/bubble-chart/BubbleChart.stories.d.ts +0 -102
  152. package/dist/stories/bubble-chart/BubbleChart.stories.js +0 -168
  153. package/dist/stories/button/Button.stories.d.ts +0 -148
  154. package/dist/stories/button/Button.stories.js +0 -65
  155. package/dist/stories/button/IconButton.stories.d.ts +0 -125
  156. package/dist/stories/button/IconButton.stories.js +0 -80
  157. package/dist/stories/callout/Callout.stories.d.ts +0 -129
  158. package/dist/stories/callout/Callout.stories.js +0 -104
  159. package/dist/stories/card/Card.stories.d.ts +0 -100
  160. package/dist/stories/card/Card.stories.js +0 -84
  161. package/dist/stories/checkbox/Checkbox.stories.d.ts +0 -147
  162. package/dist/stories/checkbox/Checkbox.stories.js +0 -110
  163. package/dist/stories/checkbox/CheckboxCard.stories.d.ts +0 -129
  164. package/dist/stories/checkbox/CheckboxCard.stories.js +0 -90
  165. package/dist/stories/checkbox/CheckboxGroup.stories.d.ts +0 -91
  166. package/dist/stories/checkbox/CheckboxGroup.stories.js +0 -72
  167. package/dist/stories/context-menu/ContextMenu.stories.d.ts +0 -113
  168. package/dist/stories/context-menu/ContextMenu.stories.js +0 -86
  169. package/dist/stories/data-list/DataList.stories.d.ts +0 -97
  170. package/dist/stories/data-list/DataList.stories.js +0 -87
  171. package/dist/stories/dialog/Dialog.stories.d.ts +0 -88
  172. package/dist/stories/dialog/Dialog.stories.js +0 -59
  173. package/dist/stories/doughnut-chart/DoughnutChart.stories.d.ts +0 -180
  174. package/dist/stories/doughnut-chart/DoughnutChart.stories.js +0 -228
  175. package/dist/stories/dropdown-menu/DropdownMenu.stories.d.ts +0 -112
  176. package/dist/stories/dropdown-menu/DropdownMenu.stories.js +0 -75
  177. package/dist/stories/header/Header.stories.d.ts +0 -112
  178. package/dist/stories/header/Header.stories.js +0 -97
  179. package/dist/stories/hover-card/HoverCard.stories.d.ts +0 -107
  180. package/dist/stories/hover-card/HoverCard.stories.js +0 -71
  181. package/dist/stories/inset/Inset.stories.d.ts +0 -58
  182. package/dist/stories/inset/Inset.stories.js +0 -64
  183. package/dist/stories/label/Label.stories.d.ts +0 -94
  184. package/dist/stories/label/Label.stories.js +0 -91
  185. package/dist/stories/menubar/Menubar.stories.d.ts +0 -119
  186. package/dist/stories/menubar/Menubar.stories.js +0 -98
  187. package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +0 -385
  188. package/dist/stories/navigation-menu/NavigationMenu.stories.js +0 -79
  189. package/dist/stories/pie-chart/PieChart.stories.d.ts +0 -185
  190. package/dist/stories/pie-chart/PieChart.stories.js +0 -281
  191. package/dist/stories/popover/Popover.stories.d.ts +0 -78
  192. package/dist/stories/popover/Popover.stories.js +0 -74
  193. package/dist/stories/progress/Progress.stories.d.ts +0 -113
  194. package/dist/stories/progress/Progress.stories.js +0 -77
  195. package/dist/stories/radar-chart/RadarChart.stories.d.ts +0 -110
  196. package/dist/stories/radar-chart/RadarChart.stories.js +0 -201
  197. package/dist/stories/radio/Radio.stories.d.ts +0 -108
  198. package/dist/stories/radio/Radio.stories.js +0 -84
  199. package/dist/stories/radio/RadioCards.stories.d.ts +0 -127
  200. package/dist/stories/radio/RadioCards.stories.js +0 -94
  201. package/dist/stories/radio/RadioGroup.stories.d.ts +0 -111
  202. package/dist/stories/radio/RadioGroup.stories.js +0 -88
  203. package/dist/stories/scroll-area/ScrollArea.stories.d.ts +0 -59
  204. package/dist/stories/scroll-area/ScrollArea.stories.js +0 -63
  205. package/dist/stories/segmented-control/SegmentedControl.stories.d.ts +0 -97
  206. package/dist/stories/segmented-control/SegmentedControl.stories.js +0 -80
  207. package/dist/stories/select/Select.stories.d.ts +0 -116
  208. package/dist/stories/select/Select.stories.js +0 -88
  209. package/dist/stories/separator/Separator.stories.d.ts +0 -93
  210. package/dist/stories/separator/Separator.stories.js +0 -82
  211. package/dist/stories/skeleton/Skeleton.stories.d.ts +0 -88
  212. package/dist/stories/skeleton/Skeleton.stories.js +0 -92
  213. package/dist/stories/slider/Slider.stories.d.ts +0 -114
  214. package/dist/stories/slider/Slider.stories.js +0 -83
  215. package/dist/stories/spinner/Spinner.stories.d.ts +0 -83
  216. package/dist/stories/spinner/Spinner.stories.js +0 -87
  217. package/dist/stories/switch/Switch.stories.d.ts +0 -146
  218. package/dist/stories/switch/Switch.stories.js +0 -108
  219. package/dist/stories/tab-nav/TabNav.stories.d.ts +0 -55
  220. package/dist/stories/tab-nav/TabNav.stories.js +0 -59
  221. package/dist/stories/table/Table.stories.d.ts +0 -87
  222. package/dist/stories/table/Table.stories.js +0 -79
  223. package/dist/stories/tabs/Tabs.stories.d.ts +0 -55
  224. package/dist/stories/tabs/Tabs.stories.js +0 -59
  225. package/dist/stories/text/Text.stories.d.ts +0 -74
  226. package/dist/stories/text/Text.stories.js +0 -76
  227. package/dist/stories/textArea/TextArea.stories.d.ts +0 -117
  228. package/dist/stories/textArea/TextArea.stories.js +0 -96
  229. package/dist/stories/textfield/TextField.stories.d.ts +0 -116
  230. package/dist/stories/textfield/TextField.stories.js +0 -88
  231. package/dist/stories/toast/Toast.stories.d.ts +0 -138
  232. package/dist/stories/toast/Toast.stories.js +0 -104
  233. package/dist/stories/toggle/Toggle.stories.d.ts +0 -115
  234. package/dist/stories/toggle/Toggle.stories.js +0 -89
  235. package/dist/stories/toggle/ToggleGroup.stories.d.ts +0 -103
  236. package/dist/stories/toggle/ToggleGroup.stories.js +0 -94
  237. package/dist/stories/tooltip/Tooltip.stories.d.ts +0 -93
  238. package/dist/stories/tooltip/Tooltip.stories.js +0 -78
  239. package/dist/tsconfig.tsbuildinfo +0 -1
@@ -1,168 +0,0 @@
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 { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
- import { BubbleChart } from 'components/BubbleChart';
25
- import { commonArgTypes, labelPositionList } from '../../constants';
26
- import { red, blue, yellow } from 'color/light';
27
- var datasets = function (label, pointStyle) {
28
- return [
29
- {
30
- label: label,
31
- data: [
32
- { x: 20, y: 30, r: 15 },
33
- { x: 25, y: 50, r: 10 },
34
- { x: 35, y: 25, r: 25 },
35
- { x: 40, y: 10, r: 10 },
36
- ],
37
- backgroundColor: red[3],
38
- borderColor: red[9],
39
- borderWidth: 1,
40
- pointStyle: pointStyle,
41
- },
42
- ];
43
- };
44
- var meta = {
45
- title: 'Chart/BubbleChart',
46
- component: BubbleChart,
47
- parameters: {
48
- layout: 'centered',
49
- themes: {
50
- themeOverride: 'dark',
51
- },
52
- docs: {
53
- description: {
54
- component: '버블 차트 컴포넌트',
55
- },
56
- },
57
- },
58
- tags: ['autodocs'],
59
- args: {
60
- datasets: datasets('example', 'circle'),
61
- },
62
- argTypes: {
63
- scaling: __assign(__assign({}, commonArgTypes.scaling), { description: '차트 크기 비율' }),
64
- datasets: {
65
- description: '차트에 사용할 데이터 세트',
66
- table: {
67
- category: 'Props',
68
- type: { summary: 'object' },
69
- },
70
- },
71
- labelPosition: {
72
- description: '라벨 위치',
73
- table: {
74
- category: 'Props',
75
- type: { summary: labelPositionList.join(' | ') },
76
- },
77
- control: { type: 'select' },
78
- options: labelPositionList,
79
- defaultValue: { summary: 'top' },
80
- },
81
- className: {
82
- table: {
83
- disable: true,
84
- },
85
- },
86
- width: {
87
- table: {
88
- disable: true,
89
- },
90
- },
91
- height: {
92
- table: {
93
- disable: true,
94
- },
95
- },
96
- },
97
- };
98
- export default meta;
99
- export var Default = function (_a) {
100
- var args = __rest(_a, []);
101
- var options = {
102
- plugins: {
103
- legend: {
104
- position: args.labelPosition,
105
- },
106
- title: {
107
- display: true,
108
- text: 'Bubble Chart',
109
- align: 'center',
110
- },
111
- },
112
- };
113
- return (_jsx("div", { className: "w-[500px] h-[400px]", children: _jsx(BubbleChart, __assign({ width: 400, height: 300, datasets: args.datasets, options: options }, args)) }));
114
- };
115
- export var MultiDatasets = function (_a) {
116
- var args = __rest(_a, []);
117
- var datasets = [
118
- {
119
- label: 'first',
120
- data: [
121
- { x: 20, y: 30, r: 15 },
122
- { x: 25, y: 50, r: 10 },
123
- { x: 35, y: 25, r: 25 },
124
- { x: 40, y: 10, r: 10 },
125
- ],
126
- backgroundColor: red[3],
127
- borderColor: red[9],
128
- },
129
- {
130
- label: 'second',
131
- data: [
132
- { x: 10, y: 10, r: 15 },
133
- { x: 35, y: 50, r: 10 },
134
- { x: 25, y: 25, r: 21 },
135
- { x: 30, y: 15, r: 10 },
136
- ],
137
- backgroundColor: blue[3],
138
- borderColor: blue[9],
139
- },
140
- {
141
- label: 'third',
142
- data: [
143
- { x: 5, y: 5, r: 12 },
144
- { x: 25, y: 10, r: 8 },
145
- { x: 12, y: 28, r: 13 },
146
- { x: 22, y: 5, r: 10 },
147
- ],
148
- backgroundColor: yellow[3],
149
- borderColor: yellow[9],
150
- },
151
- ];
152
- var options = {
153
- plugins: {
154
- title: {
155
- display: true,
156
- text: 'Radar Chart - Multiple',
157
- },
158
- },
159
- };
160
- return _jsx(Default, { datasets: datasets, options: options });
161
- };
162
- export var PointStyles = function (_a) {
163
- var args = __rest(_a, []);
164
- var options = {
165
- responsive: false,
166
- };
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)); }) })] }));
168
- };
@@ -1,148 +0,0 @@
1
- /// <reference types="react" />
2
- import { IAppearance, IRadius, IScaling, IWeight } from '../../types';
3
- import { ButtonProps } from 'components/Button';
4
- declare const meta: {
5
- title: string;
6
- component: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & ButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
7
- parameters: {
8
- layout: string;
9
- themes: {
10
- themeOverride: string;
11
- };
12
- docs: {
13
- description: {
14
- component: string;
15
- };
16
- };
17
- };
18
- tags: string[];
19
- argTypes: {
20
- radius: {
21
- description: string;
22
- table: {
23
- category: string;
24
- type: {
25
- summary: string;
26
- };
27
- };
28
- options: IRadius[];
29
- control: {
30
- type: string;
31
- };
32
- defaultValue: {
33
- summary: string;
34
- };
35
- };
36
- scaling: {
37
- description: string;
38
- table: {
39
- category: string;
40
- type: {
41
- summary: string;
42
- };
43
- };
44
- control: {
45
- type: string;
46
- };
47
- options: IScaling[];
48
- defaultValue: {
49
- summary: string;
50
- };
51
- };
52
- size: {
53
- description: string;
54
- table: {
55
- category: string;
56
- type: {
57
- summary: string;
58
- };
59
- };
60
- control: {
61
- type: string;
62
- };
63
- options: import("../../types").ISize[];
64
- defaultValue: {
65
- summary: string;
66
- };
67
- };
68
- weight: {
69
- description: string;
70
- table: {
71
- category: string;
72
- type: {
73
- summary: string;
74
- };
75
- };
76
- options: IWeight[];
77
- control: {
78
- type: string;
79
- };
80
- defaultValue: {
81
- summary: string;
82
- };
83
- };
84
- onClick: {
85
- table: {
86
- category: string;
87
- };
88
- };
89
- color: {
90
- description: string;
91
- table: {
92
- category: string;
93
- type: {
94
- summary: string;
95
- };
96
- };
97
- options: import("../../types").IColor[];
98
- control: {
99
- type: string;
100
- };
101
- defaultValue: {
102
- summary: string;
103
- };
104
- };
105
- appearance: {
106
- description: string;
107
- options: IAppearance[];
108
- table: {
109
- category: string;
110
- type: {
111
- summary: string;
112
- };
113
- };
114
- control: {
115
- type: string;
116
- };
117
- defaultValue: {
118
- summary: string;
119
- };
120
- };
121
- disabled: {
122
- description: string;
123
- defaultValue: {
124
- summary: string;
125
- };
126
- table: {
127
- category: string;
128
- type: {
129
- summary: string;
130
- };
131
- };
132
- control: {
133
- type: string;
134
- };
135
- };
136
- };
137
- args: {
138
- onClick: import("@vitest/spy").Mock<[event: import("react").MouseEvent<HTMLButtonElement, MouseEvent>], void>;
139
- };
140
- };
141
- export default meta;
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;
@@ -1,65 +0,0 @@
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
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
- import { fn } from '@storybook/test';
14
- import { radiusOptions, scalingOptions, weightOptions, commonArgTypes, appearanceOptions, sizeOptions, } from '../../../src/constants';
15
- import Button from 'components/Button';
16
- import { BookmarkIcon, ArrowRightIcon } from '@radix-ui/react-icons';
17
- var meta = {
18
- title: 'Component/Button',
19
- component: Button,
20
- parameters: {
21
- layout: 'centered',
22
- themes: {
23
- themeOverride: 'dark',
24
- },
25
- docs: {
26
- description: {
27
- component: '어떤 기능이나 동작을 실행하거나 기능을 사용하기 위한 상태로 변경하는 요소.',
28
- },
29
- },
30
- },
31
- tags: ['autodocs'],
32
- argTypes: {
33
- radius: __assign(__assign({}, commonArgTypes.radius), { description: '버튼 둥글기' }),
34
- scaling: __assign(__assign({}, commonArgTypes.scaling), { description: '버튼 비율' }),
35
- size: __assign(__assign({}, commonArgTypes.size), { description: '버튼 크기' }),
36
- weight: __assign(__assign({}, commonArgTypes.weight), { description: '버튼 폰트 두께' }),
37
- onClick: {
38
- table: {
39
- category: 'EVENT HANDLER',
40
- },
41
- },
42
- color: __assign(__assign({}, commonArgTypes.color), { description: 'Button 메인 색' }),
43
- appearance: __assign(__assign({}, commonArgTypes.appearance), { description: 'Button 스타일', options: appearanceOptions }),
44
- disabled: {
45
- description: '버튼 disabled 기본 속성',
46
- defaultValue: { summary: 'false' },
47
- table: {
48
- category: 'Props',
49
- type: { summary: 'boolean' },
50
- },
51
- control: { type: 'boolean' },
52
- },
53
- },
54
- args: {
55
- onClick: fn(),
56
- },
57
- };
58
- export default meta;
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)); }) })] })); };
@@ -1,125 +0,0 @@
1
- /// <reference types="react" />
2
- import { ISize, IRadius, IAppearance } from 'types';
3
- declare const meta: {
4
- title: string;
5
- component: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import("../../components/IconButton").IconButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
6
- parameters: {
7
- layout: string;
8
- themes: {
9
- themeOverride: string;
10
- };
11
- docs: {
12
- description: {
13
- component: string;
14
- };
15
- };
16
- };
17
- tags: string[];
18
- argTypes: {
19
- disabled: {
20
- description: string;
21
- defaultValue: {
22
- summary: string;
23
- };
24
- table: {
25
- category: string;
26
- type: {
27
- summary: string;
28
- };
29
- };
30
- control: {
31
- type: string;
32
- };
33
- };
34
- radius: {
35
- description: string;
36
- table: {
37
- category: string;
38
- type: {
39
- summary: string;
40
- };
41
- };
42
- options: IRadius[];
43
- control: {
44
- type: string;
45
- };
46
- defaultValue: {
47
- summary: string;
48
- };
49
- };
50
- size: {
51
- table: {
52
- category: string;
53
- type: {
54
- summary: string;
55
- };
56
- };
57
- options: ISize[];
58
- description: string;
59
- control: {
60
- type: string;
61
- };
62
- defaultValue: {
63
- summary: string;
64
- };
65
- };
66
- scaling: {
67
- description: string;
68
- table: {
69
- category: string;
70
- type: {
71
- summary: string;
72
- };
73
- };
74
- control: {
75
- type: string;
76
- };
77
- options: import("types").IScaling[];
78
- defaultValue: {
79
- summary: string;
80
- };
81
- };
82
- color: {
83
- description: string;
84
- table: {
85
- category: string;
86
- type: {
87
- summary: string;
88
- };
89
- };
90
- options: import("types").IColor[];
91
- control: {
92
- type: string;
93
- };
94
- defaultValue: {
95
- summary: string;
96
- };
97
- };
98
- appearance: {
99
- options: IAppearance[];
100
- table: {
101
- category: string;
102
- type: {
103
- summary: string;
104
- };
105
- };
106
- control: {
107
- type: string;
108
- };
109
- defaultValue: {
110
- summary: string;
111
- };
112
- };
113
- };
114
- };
115
- export default meta;
116
- export declare const Default: ({ ...args }: any) => import("react/jsx-runtime").JSX.Element;
117
- export declare const Size: ({ ...args }: {
118
- [x: string]: any;
119
- }) => import("react/jsx-runtime").JSX.Element;
120
- export declare const Radius: ({ ...args }: {
121
- [x: string]: any;
122
- }) => import("react/jsx-runtime").JSX.Element;
123
- export declare const Appearance: ({ ...args }: {
124
- [x: string]: any;
125
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,80 +0,0 @@
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 { jsx as _jsx } from "react/jsx-runtime";
24
- import { MagnifyingGlassIcon } from '@radix-ui/react-icons';
25
- import { commonArgTypes, radiusOptions, sizeOptions, appearanceOptions } from '../../constants';
26
- import { IconButton } from '../../components/IconButton';
27
- var meta = {
28
- title: 'Component/IconButton',
29
- component: IconButton,
30
- parameters: {
31
- layout: 'centered',
32
- themes: {
33
- themeOverride: 'dark',
34
- },
35
- docs: {
36
- description: {
37
- component: '기호로 만든 시각 언어로 이루어진 형태로 기능이나 동작실행, 상태를 변경하는 요소로 사용',
38
- },
39
- },
40
- },
41
- tags: ['autodocs'],
42
- argTypes: {
43
- disabled: {
44
- description: 'IconButton disabled',
45
- defaultValue: { summary: 'false' },
46
- table: {
47
- category: 'Props',
48
- type: { summary: 'boolean' },
49
- },
50
- control: { type: 'boolean' },
51
- },
52
- radius: __assign(__assign({}, commonArgTypes.radius), { description: 'IconButton 둥글기' }),
53
- size: __assign(__assign({}, commonArgTypes.size), { table: {
54
- category: 'Props',
55
- type: {
56
- summary: sizeOptions.join(' | '),
57
- },
58
- }, options: sizeOptions, description: 'IconButton 크기' }),
59
- scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'IconButton scaling' }),
60
- color: __assign(__assign({}, commonArgTypes.color), { description: 'IconButton color' }),
61
- appearance: __assign(__assign({}, commonArgTypes.appearance), { options: appearanceOptions }),
62
- },
63
- };
64
- export default meta;
65
- export var Default = function (_a) {
66
- var args = __rest(_a, []);
67
- return (_jsx(IconButton, __assign({}, args, { children: _jsx(MagnifyingGlassIcon, {}) })));
68
- };
69
- export var Size = function (_a) {
70
- var args = __rest(_a, []);
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)); }) }));
72
- };
73
- export var Radius = function (_a) {
74
- var args = __rest(_a, []);
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)); }) }));
76
- };
77
- export var Appearance = function (_a) {
78
- var args = __rest(_a, []);
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)); }) }));
80
- };