@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,110 +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 Checkbox from 'components/Checkbox';
25
- import { radiusOptions, scalingOptions, commonArgTypes, appearanceOptions, sizeOptions, } from '../../../src/constants';
26
- import { Text } from 'Typography/Text';
27
- var meta = {
28
- title: 'Component/Checkbox',
29
- component: Checkbox,
30
- parameters: {
31
- layout: 'centered',
32
- docs: {
33
- description: {
34
- component: '옵션을 끄거나 켤 수 있는 입력 요소로 선택지 중 다중 선택할 수 있는 기능',
35
- },
36
- },
37
- },
38
- tags: ['autodocs'],
39
- argTypes: {
40
- scaling: __assign(__assign({}, commonArgTypes.scaling), { description: '체크박스 비율' }),
41
- size: __assign(__assign({}, commonArgTypes.size), { table: {
42
- category: 'Props',
43
- type: {
44
- summary: sizeOptions
45
- .filter(function (option) { return option !== 'x-small' && option !== 'x-large'; })
46
- .join(' | '),
47
- },
48
- }, options: sizeOptions.filter(function (option) { return option !== 'x-small' && option !== 'x-large'; }), description: '체크박스 크기' }),
49
- radius: __assign(__assign({}, commonArgTypes.radius), { description: '체크박스 둥글기' }),
50
- color: __assign(__assign({}, commonArgTypes.color), { description: '체크박스 메인 색' }),
51
- appearance: __assign(__assign({}, commonArgTypes.appearance), { description: '체크박스 스타일', table: {
52
- category: 'Props',
53
- type: {
54
- summary: appearanceOptions
55
- .filter(function (option) { return option !== 'ghost' && option !== 'outline' && option !== 'solid'; })
56
- .join(' | '),
57
- },
58
- }, options: appearanceOptions.filter(function (option) { return option !== 'ghost' && option !== 'outline' && option !== 'solid'; }) }),
59
- disabled: {
60
- description: '체크박스 disabled 기본 속성',
61
- defaultValue: { summary: 'false' },
62
- table: {
63
- category: 'Props',
64
- type: { summary: 'boolean' },
65
- },
66
- control: { type: 'boolean' },
67
- },
68
- checked: {
69
- table: {
70
- disable: true,
71
- },
72
- },
73
- defaultChecked: {
74
- table: {
75
- disable: true,
76
- },
77
- },
78
- indeterminate: {
79
- table: {
80
- disable: true,
81
- },
82
- },
83
- },
84
- args: {},
85
- };
86
- export default meta;
87
- export var Default = function (_a) {
88
- var args = __rest(_a, []);
89
- return (_jsx(Checkbox, __assign({ id: "checkbox" }, args, { defaultChecked: true, children: "\uCCB4\uD06C\uBC15\uC2A4" })));
90
- };
91
- export var Types = function (_a) {
92
- var args = __rest(_a, []);
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" }))] }));
94
- };
95
- export var Size = function (_a) {
96
- var args = __rest(_a, []);
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" }))] }));
98
- };
99
- export var Scaling = function (_a) {
100
- var args = __rest(_a, []);
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)); }) }));
102
- };
103
- export var Radius = function (_a) {
104
- var args = __rest(_a, []);
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)); }) }));
106
- };
107
- export var Appearance = function (_a) {
108
- var args = __rest(_a, []);
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 }))] })] }));
110
- };
@@ -1,129 +0,0 @@
1
- /// <reference types="react" />
2
- import { IRadius, IScaling } from '../../types';
3
- declare const meta: {
4
- title: string;
5
- component: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-checkbox").CheckboxProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("components/CheckboxCard").CheckboxCardProps & import("react").RefAttributes<HTMLButtonElement>>;
6
- parameters: {
7
- layout: string;
8
- docs: {
9
- description: {
10
- component: string;
11
- };
12
- };
13
- };
14
- tags: string[];
15
- argTypes: {
16
- scaling: {
17
- description: string;
18
- table: {
19
- category: string;
20
- type: {
21
- summary: string;
22
- };
23
- };
24
- control: {
25
- type: string;
26
- };
27
- options: IScaling[];
28
- defaultValue: {
29
- summary: string;
30
- };
31
- };
32
- radius: {
33
- description: string;
34
- table: {
35
- category: string;
36
- type: {
37
- summary: string;
38
- };
39
- };
40
- options: IRadius[];
41
- control: {
42
- type: string;
43
- };
44
- defaultValue: {
45
- summary: string;
46
- };
47
- };
48
- color: {
49
- description: string;
50
- table: {
51
- category: string;
52
- type: {
53
- summary: string;
54
- };
55
- };
56
- options: import("../../types").IColor[];
57
- control: {
58
- type: string;
59
- };
60
- defaultValue: {
61
- summary: string;
62
- };
63
- };
64
- size: {
65
- table: {
66
- category: string;
67
- type: {
68
- summary: string;
69
- };
70
- };
71
- options: import("../../types").ISize[];
72
- description: string;
73
- control: {
74
- type: string;
75
- };
76
- defaultValue: {
77
- summary: string;
78
- };
79
- };
80
- appearance: {
81
- description: string;
82
- table: {
83
- category: string;
84
- type: {
85
- summary: string;
86
- };
87
- };
88
- options: import("../../types").IAppearance[];
89
- control: {
90
- type: string;
91
- };
92
- defaultValue: {
93
- summary: string;
94
- };
95
- };
96
- disabled: {
97
- description: string;
98
- defaultValue: {
99
- summary: string;
100
- };
101
- table: {
102
- category: string;
103
- type: {
104
- summary: string;
105
- };
106
- };
107
- control: {
108
- type: string;
109
- };
110
- };
111
- };
112
- args: {};
113
- };
114
- export default meta;
115
- export declare const Default: ({ ...args }: {
116
- [x: string]: any;
117
- }) => import("react/jsx-runtime").JSX.Element;
118
- export declare const Scaling: ({ ...args }: {
119
- [x: string]: any;
120
- }) => import("react/jsx-runtime").JSX.Element;
121
- export declare const Size: ({ ...args }: {
122
- [x: string]: any;
123
- }) => import("react/jsx-runtime").JSX.Element;
124
- export declare const Radius: ({ ...args }: {
125
- [x: string]: any;
126
- }) => import("react/jsx-runtime").JSX.Element;
127
- export declare const Appearance: ({ ...args }: {
128
- [x: string]: any;
129
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,90 +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 { scalingOptions, commonArgTypes, appearanceOptions, radiusOptions, sizeOptions, } from '../../../src/constants';
25
- import CheckboxCard from 'components/CheckboxCard';
26
- var meta = {
27
- title: 'Component/CheckboxCard',
28
- component: CheckboxCard,
29
- parameters: {
30
- layout: 'centered',
31
- docs: {
32
- description: {
33
- component: '선택 가능한 Checkbox가 카드 형식으로 구성되어 있는 컴포넌트',
34
- },
35
- },
36
- },
37
- tags: ['autodocs'],
38
- argTypes: {
39
- scaling: __assign(__assign({}, commonArgTypes.scaling), { description: '체크박스카드 크기' }),
40
- radius: __assign(__assign({}, commonArgTypes.radius), { description: '체크박스카드 둥글기' }),
41
- color: __assign(__assign({}, commonArgTypes.color), { description: '체크박스 메인 색' }),
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: '체크박스 크기' }),
50
- appearance: __assign(__assign({}, commonArgTypes.appearance), { description: '체크박스 스타일', table: {
51
- category: 'Props',
52
- type: {
53
- summary: appearanceOptions
54
- .filter(function (option) { return option === 'classic' || option === 'surface'; })
55
- .join(' | '),
56
- },
57
- }, options: appearanceOptions.filter(function (option) { return option === 'classic' || option === 'surface'; }) }),
58
- disabled: {
59
- description: '체크박스 disabled 기본 속성',
60
- defaultValue: { summary: 'false' },
61
- table: {
62
- category: 'Props',
63
- type: { summary: 'boolean' },
64
- },
65
- control: { type: 'boolean' },
66
- },
67
- },
68
- args: {},
69
- };
70
- export default meta;
71
- export var Default = function (_a) {
72
- var args = __rest(_a, []);
73
- return (_jsxs("div", { className: "flex flex-col space-y-3", children: [_jsx(CheckboxCard, __assign({ id: "defaultCheckboxCard" }, args, { defaultChecked: true, children: "default" })), _jsx(CheckboxCard, __assign({ id: "disabledCheckboxCard" }, args, { disabled: true, defaultChecked: true, children: "disabled" }))] }));
74
- };
75
- export var Scaling = function (_a) {
76
- var args = __rest(_a, []);
77
- return (_jsx("div", { className: "flex flex-col space-y-3", children: scalingOptions.map(function (scaling) { return (_jsx("div", { children: _jsx(CheckboxCard, __assign({ id: scaling }, args, { scaling: scaling, children: scaling })) }, scaling)); }) }));
78
- };
79
- export var Size = function (_a) {
80
- var args = __rest(_a, []);
81
- return (_jsxs("div", { className: "flex flex-col space-y-3", children: [_jsx(CheckboxCard, __assign({ id: "size-s" }, args, { size: "small", defaultChecked: true, children: "small" })), _jsx(CheckboxCard, __assign({ id: "size-m" }, args, { size: "medium", defaultChecked: true, children: "medium" })), _jsx(CheckboxCard, __assign({ id: "size-l" }, args, { size: "large", defaultChecked: true, children: "large" }))] }));
82
- };
83
- export var Radius = function (_a) {
84
- var args = __rest(_a, []);
85
- return (_jsx("div", { className: "flex flex-col space-y-3", children: radiusOptions.map(function (radius) { return (_jsx("div", { children: _jsx(CheckboxCard, __assign({ id: radius }, args, { radius: radius, children: radius })) }, radius)); }) }));
86
- };
87
- export var Appearance = function (_a) {
88
- var args = __rest(_a, []);
89
- return (_jsxs("div", { className: "flex space-x-4", children: [_jsx(CheckboxCard, __assign({ id: 'classic' }, args, { appearance: 'classic', children: "classic" })), _jsx(CheckboxCard, __assign({ id: 'surface' }, args, { appearance: 'surface', children: "surface" }))] }));
90
- };
@@ -1,91 +0,0 @@
1
- /// <reference types="react" />
2
- declare const meta: {
3
- title: string;
4
- component: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-checkbox").CheckboxProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("components/Checkbox").CheckboxProps & import("react").RefAttributes<HTMLButtonElement>>;
5
- parameters: {
6
- layout: string;
7
- docs: {
8
- description: {
9
- component: string;
10
- };
11
- };
12
- };
13
- tags: string[];
14
- argTypes: {
15
- size: {
16
- table: {
17
- category: string;
18
- type: {
19
- summary: string;
20
- };
21
- };
22
- options: import("types").ISize[];
23
- description: string;
24
- control: {
25
- type: string;
26
- };
27
- defaultValue: {
28
- summary: string;
29
- };
30
- };
31
- radius: {
32
- description: string;
33
- table: {
34
- category: string;
35
- type: {
36
- summary: string;
37
- };
38
- };
39
- options: import("types").IRadius[];
40
- control: {
41
- type: string;
42
- };
43
- defaultValue: {
44
- summary: string;
45
- };
46
- };
47
- color: {
48
- description: string;
49
- table: {
50
- category: string;
51
- type: {
52
- summary: string;
53
- };
54
- };
55
- options: import("types").IColor[];
56
- control: {
57
- type: string;
58
- };
59
- defaultValue: {
60
- summary: string;
61
- };
62
- };
63
- appearance: {
64
- description: string;
65
- table: {
66
- category: string;
67
- type: {
68
- summary: string;
69
- };
70
- };
71
- options: import("types").IAppearance[];
72
- control: {
73
- type: string;
74
- };
75
- defaultValue: {
76
- summary: string;
77
- };
78
- };
79
- };
80
- args: {};
81
- };
82
- export default meta;
83
- export declare const Default: ({ ...args }: {
84
- [x: string]: any;
85
- }) => import("react/jsx-runtime").JSX.Element;
86
- export declare const Size: ({ ...args }: {
87
- [x: string]: any;
88
- }) => import("react/jsx-runtime").JSX.Element;
89
- export declare const Radius: ({ ...args }: {
90
- [x: string]: any;
91
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,72 +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 { commonArgTypes, appearanceOptions, sizeOptions } from '../../../src/constants';
25
- import { CheckboxGroupItem, CheckboxGroup } from 'components/CheckboxGroup';
26
- var meta = {
27
- title: 'Component/CheckboxGroup',
28
- component: CheckboxGroupItem,
29
- parameters: {
30
- layout: 'centered',
31
- docs: {
32
- description: {
33
- component: '여러 체크박스를 그룹화하여 관련된 옵션을 함께 관리할 수 있는 컴포넌트',
34
- },
35
- },
36
- },
37
- tags: ['autodocs'],
38
- argTypes: {
39
- size: __assign(__assign({}, commonArgTypes.size), { table: {
40
- category: 'Props',
41
- type: {
42
- summary: sizeOptions
43
- .filter(function (option) { return option !== 'x-small' && option !== 'x-large'; })
44
- .join(' | '),
45
- },
46
- }, options: sizeOptions.filter(function (option) { return option !== 'x-small' && option !== 'x-large'; }), description: '체크박스 크기' }),
47
- radius: __assign(__assign({}, commonArgTypes.radius), { description: '체크박스 둥글기' }),
48
- color: __assign(__assign({}, commonArgTypes.color), { description: '체크박스 메인 색' }),
49
- appearance: __assign(__assign({}, commonArgTypes.appearance), { description: '체크박스 스타일', table: {
50
- category: 'Props',
51
- type: {
52
- summary: appearanceOptions
53
- .filter(function (option) { return option !== 'ghost' && option !== 'outline' && option !== 'solid'; })
54
- .join(' | '),
55
- },
56
- }, options: appearanceOptions.filter(function (option) { return option !== 'ghost' && option !== 'outline' && option !== 'solid'; }) }),
57
- },
58
- args: {},
59
- };
60
- export default meta;
61
- export var Default = function (_a) {
62
- var args = __rest(_a, []);
63
- return (_jsxs(CheckboxGroup, { defaultValue: ['apple'], children: [_jsx(CheckboxGroupItem, __assign({ id: 'apple' }, args, { children: "\uC0AC\uACFC\uD83C\uDF4E" })), _jsx(CheckboxGroupItem, __assign({ id: 'orange' }, args, { children: "\uC624\uB80C\uC9C0\uD83C\uDF4A" })), _jsx(CheckboxGroupItem, __assign({ id: 'banana' }, args, { children: "\uBC14\uB098\uB098\uD83C\uDF4C" }))] }));
64
- };
65
- export var Size = function (_a) {
66
- var args = __rest(_a, []);
67
- return (_jsxs("div", { className: "flex flex-col space-y-6", children: [_jsxs(CheckboxGroup, { size: 'small', defaultValue: ['size-s1'], children: [_jsx(CheckboxGroupItem, __assign({ id: "size-s1" }, args, { children: "Agree to Terms and Conditions" })), _jsx(CheckboxGroupItem, __assign({ id: "size-s2" }, args, { children: "Agree to Privacy Policy" }))] }), _jsxs(CheckboxGroup, { size: 'medium', defaultValue: ['size-m1'], children: [_jsx(CheckboxGroupItem, __assign({ id: "size-m1" }, args, { children: "Agree to Terms and Conditions" })), _jsx(CheckboxGroupItem, __assign({ id: "size-m2" }, args, { children: "Agree to Privacy Policy" }))] }), _jsxs(CheckboxGroup, { size: 'large', defaultValue: ['size-l1'], children: [_jsx(CheckboxGroupItem, __assign({ id: "size-l1" }, args, { children: "Agree to Terms and Conditions" })), _jsx(CheckboxGroupItem, __assign({ id: "size-l2" }, args, { children: "Agree to Privacy Policy" }))] })] }));
68
- };
69
- export var Radius = function (_a) {
70
- var args = __rest(_a, []);
71
- return (_jsxs("div", { className: "flex flex-col space-y-6", children: [_jsxs(CheckboxGroup, { defaultValue: ['radius-none-1'], radius: 'none', children: [_jsx(CheckboxGroupItem, __assign({ id: "radius-none-1" }, args, { children: "\uCCB4\uD06C\uBC15\uC2A41" })), _jsx(CheckboxGroupItem, __assign({ id: "radius-none-2" }, args, { children: "\uCCB4\uD06C\uBC15\uC2A42" }))] }), _jsxs(CheckboxGroup, { defaultValue: ['radius-small-1'], radius: 'small', children: [_jsx(CheckboxGroupItem, __assign({ id: "radius-small-1" }, args, { children: "\uCCB4\uD06C\uBC15\uC2A41" })), _jsx(CheckboxGroupItem, __assign({ id: "radius-small-2" }, args, { children: "\uCCB4\uD06C\uBC15\uC2A42" }))] }), _jsxs(CheckboxGroup, { defaultValue: ['radius-medium-1'], radius: 'medium', children: [_jsx(CheckboxGroupItem, __assign({ id: "radius-medium-1" }, args, { children: "\uCCB4\uD06C\uBC15\uC2A41" })), _jsx(CheckboxGroupItem, __assign({ id: "radius-medium-2" }, args, { children: "\uCCB4\uD06C\uBC15\uC2A42" }))] }), _jsxs(CheckboxGroup, { defaultValue: ['radius-large-1'], radius: 'large', children: [_jsx(CheckboxGroupItem, __assign({ id: "radius-large-1" }, args, { children: "\uCCB4\uD06C\uBC15\uC2A41" })), _jsx(CheckboxGroupItem, __assign({ id: "radius-large-2" }, args, { children: "\uCCB4\uD06C\uBC15\uC2A42" }))] })] }));
72
- };
@@ -1,113 +0,0 @@
1
- /// <reference types="react" />
2
- import { IRadius } from 'types';
3
- declare const meta: {
4
- title: string;
5
- component: import("react").ForwardRefExoticComponent<import("@radix-ui/react-context-menu").ContextMenuProps & import("components/ContextMenu").ContextMenuProps & import("react").RefAttributes<never>>;
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
- radius: {
20
- description: string;
21
- table: {
22
- category: string;
23
- type: {
24
- summary: string;
25
- };
26
- };
27
- options: IRadius[];
28
- control: {
29
- type: string;
30
- };
31
- defaultValue: {
32
- summary: string;
33
- };
34
- };
35
- scaling: {
36
- description: string;
37
- table: {
38
- category: string;
39
- type: {
40
- summary: string;
41
- };
42
- };
43
- control: {
44
- type: string;
45
- };
46
- options: import("types").IScaling[];
47
- defaultValue: {
48
- summary: string;
49
- };
50
- };
51
- size: {
52
- table: {
53
- category: string;
54
- type: {
55
- summary: string;
56
- };
57
- };
58
- options: import("types").ISize[];
59
- description: string;
60
- control: {
61
- type: string;
62
- };
63
- defaultValue: {
64
- summary: string;
65
- };
66
- };
67
- color: {
68
- description: string;
69
- table: {
70
- category: string;
71
- type: {
72
- summary: string;
73
- };
74
- };
75
- options: import("types").IColor[];
76
- control: {
77
- type: string;
78
- };
79
- defaultValue: {
80
- summary: string;
81
- };
82
- };
83
- appearance: {
84
- description: string;
85
- table: {
86
- category: string;
87
- type: {
88
- summary: string;
89
- };
90
- };
91
- options: import("types").IAppearance[];
92
- control: {
93
- type: string;
94
- };
95
- defaultValue: {
96
- summary: string;
97
- };
98
- };
99
- };
100
- };
101
- export default meta;
102
- export declare const Default: ({ ...args }: {
103
- [x: string]: any;
104
- }) => import("react/jsx-runtime").JSX.Element;
105
- export declare const Radius: ({ ...args }: {
106
- [x: string]: any;
107
- }) => import("react/jsx-runtime").JSX.Element;
108
- export declare const Size: ({ ...args }: {
109
- [x: string]: any;
110
- }) => import("react/jsx-runtime").JSX.Element;
111
- export declare const Appearance: ({ ...args }: {
112
- [x: string]: any;
113
- }) => import("react/jsx-runtime").JSX.Element;