@lotte-innovate/ui-component-test 0.0.14 → 0.0.16

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