@lotte-innovate/ui-component-test 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. package/dist/Typography/index.d.ts +2 -0
  2. package/dist/Typography/index.js +2 -0
  3. package/dist/app/layout.d.ts +7 -0
  4. package/dist/app/layout.jsx +13 -0
  5. package/dist/app/page.d.ts +2 -0
  6. package/dist/app/page.jsx +42 -0
  7. package/dist/app/template/badgeTemplate.d.ts +12 -0
  8. package/dist/app/template/badgeTemplate.jsx +82 -0
  9. package/dist/app/template/buttonTemplate.d.ts +12 -0
  10. package/dist/app/template/buttonTemplate.jsx +82 -0
  11. package/dist/app/template/colorPicker.d.ts +7 -0
  12. package/dist/app/template/colorPicker.jsx +19 -0
  13. package/dist/app/template/textTemplate.d.ts +11 -0
  14. package/dist/app/template/textTemplate.jsx +72 -0
  15. package/dist/app/template/theme.d.ts +12 -0
  16. package/dist/app/template/theme.jsx +44 -0
  17. package/dist/color/alpha.d.ts +784 -0
  18. package/dist/color/alpha.js +784 -0
  19. package/dist/color/constants.d.ts +20 -0
  20. package/dist/color/constants.js +200 -0
  21. package/dist/color/dark.d.ts +392 -0
  22. package/dist/color/dark.js +392 -0
  23. package/dist/color/krdsColors.d.ts +309 -0
  24. package/dist/color/krdsColors.js +309 -0
  25. package/dist/color/light.d.ts +392 -0
  26. package/dist/color/light.js +393 -0
  27. package/dist/components/index.js +0 -3
  28. package/dist/constants.d.ts +185 -0
  29. package/dist/constants.js +569 -0
  30. package/dist/index.d.ts +5 -0
  31. package/dist/index.js +5 -0
  32. package/dist/stories/Welcome.d.ts +3 -0
  33. package/dist/stories/Welcome.jsx +48 -0
  34. package/dist/stories/accordion/Accordion.stories.d.ts +71 -0
  35. package/dist/stories/accordion/Accordion.stories.jsx +79 -0
  36. package/dist/stories/alert-dialog/AlertDialog.stories.d.ts +107 -0
  37. package/dist/stories/alert-dialog/AlertDialog.stories.jsx +73 -0
  38. package/dist/stories/aspect-ratio/AspectRatio.stories.d.ts +68 -0
  39. package/dist/stories/aspect-ratio/AspectRatio.stories.jsx +106 -0
  40. package/dist/stories/avatar/Avatar.stories.d.ts +127 -0
  41. package/dist/stories/avatar/Avatar.stories.jsx +105 -0
  42. package/dist/stories/badge/Badge.stories.d.ts +133 -0
  43. package/dist/stories/badge/Badge.stories.jsx +130 -0
  44. package/dist/stories/bubble-chart/BubbleChart.stories.d.ts +103 -0
  45. package/dist/stories/bubble-chart/BubbleChart.stories.jsx +176 -0
  46. package/dist/stories/button/Button.stories.d.ts +148 -0
  47. package/dist/stories/button/Button.stories.jsx +98 -0
  48. package/dist/stories/button/IconButton.stories.d.ts +125 -0
  49. package/dist/stories/button/IconButton.stories.jsx +93 -0
  50. package/dist/stories/callout/Callout.stories.d.ts +129 -0
  51. package/dist/stories/callout/Callout.stories.jsx +205 -0
  52. package/dist/stories/card/Card.stories.d.ts +100 -0
  53. package/dist/stories/card/Card.stories.jsx +134 -0
  54. package/dist/stories/checkbox/Checkbox.stories.d.ts +147 -0
  55. package/dist/stories/checkbox/Checkbox.stories.jsx +166 -0
  56. package/dist/stories/checkbox/CheckboxCard.stories.d.ts +129 -0
  57. package/dist/stories/checkbox/CheckboxCard.stories.jsx +125 -0
  58. package/dist/stories/checkbox/CheckboxGroup.stories.d.ts +91 -0
  59. package/dist/stories/checkbox/CheckboxGroup.stories.jsx +144 -0
  60. package/dist/stories/context-menu/ContextMenu.stories.d.ts +113 -0
  61. package/dist/stories/context-menu/ContextMenu.stories.jsx +155 -0
  62. package/dist/stories/data-list/DataList.stories.d.ts +97 -0
  63. package/dist/stories/data-list/DataList.stories.jsx +185 -0
  64. package/dist/stories/dialog/Dialog.stories.d.ts +88 -0
  65. package/dist/stories/dialog/Dialog.stories.jsx +82 -0
  66. package/dist/stories/doughnut-chart/DoughnutChart.stories.d.ts +181 -0
  67. package/dist/stories/doughnut-chart/DoughnutChart.stories.jsx +236 -0
  68. package/dist/stories/dropdown-menu/DropdownMenu.stories.d.ts +112 -0
  69. package/dist/stories/dropdown-menu/DropdownMenu.stories.jsx +170 -0
  70. package/dist/stories/header/Header.stories.d.ts +112 -0
  71. package/dist/stories/header/Header.stories.jsx +116 -0
  72. package/dist/stories/hover-card/HoverCard.stories.d.ts +107 -0
  73. package/dist/stories/hover-card/HoverCard.stories.jsx +98 -0
  74. package/dist/stories/inset/Inset.stories.d.ts +58 -0
  75. package/dist/stories/inset/Inset.stories.jsx +79 -0
  76. package/dist/stories/label/Label.stories.d.ts +94 -0
  77. package/dist/stories/label/Label.stories.jsx +112 -0
  78. package/dist/stories/menubar/Menubar.stories.d.ts +119 -0
  79. package/dist/stories/menubar/Menubar.stories.jsx +135 -0
  80. package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +385 -0
  81. package/dist/stories/navigation-menu/NavigationMenu.stories.jsx +144 -0
  82. package/dist/stories/pie-chart/PieChart.stories.d.ts +186 -0
  83. package/dist/stories/pie-chart/PieChart.stories.jsx +300 -0
  84. package/dist/stories/popover/Popover.stories.d.ts +78 -0
  85. package/dist/stories/popover/Popover.stories.jsx +107 -0
  86. package/dist/stories/progress/Progress.stories.d.ts +113 -0
  87. package/dist/stories/progress/Progress.stories.jsx +82 -0
  88. package/dist/stories/radar-chart/RadarChart.stories.d.ts +111 -0
  89. package/dist/stories/radar-chart/RadarChart.stories.jsx +200 -0
  90. package/dist/stories/radio/Radio.stories.d.ts +108 -0
  91. package/dist/stories/radio/Radio.stories.jsx +94 -0
  92. package/dist/stories/radio/RadioCards.stories.d.ts +127 -0
  93. package/dist/stories/radio/RadioCards.stories.jsx +153 -0
  94. package/dist/stories/radio/RadioGroup.stories.d.ts +111 -0
  95. package/dist/stories/radio/RadioGroup.stories.jsx +142 -0
  96. package/dist/stories/scroll-area/ScrollArea.stories.d.ts +59 -0
  97. package/dist/stories/scroll-area/ScrollArea.stories.jsx +123 -0
  98. package/dist/stories/segmented-control/SegmentedControl.stories.d.ts +97 -0
  99. package/dist/stories/segmented-control/SegmentedControl.stories.jsx +101 -0
  100. package/dist/stories/select/Select.stories.d.ts +116 -0
  101. package/dist/stories/select/Select.stories.jsx +149 -0
  102. package/dist/stories/separator/Separator.stories.d.ts +93 -0
  103. package/dist/stories/separator/Separator.stories.jsx +106 -0
  104. package/dist/stories/skeleton/Skeleton.stories.d.ts +88 -0
  105. package/dist/stories/skeleton/Skeleton.stories.jsx +119 -0
  106. package/dist/stories/slider/Slider.stories.d.ts +114 -0
  107. package/dist/stories/slider/Slider.stories.jsx +94 -0
  108. package/dist/stories/spinner/Spinner.stories.d.ts +83 -0
  109. package/dist/stories/spinner/Spinner.stories.jsx +112 -0
  110. package/dist/stories/switch/Switch.stories.d.ts +146 -0
  111. package/dist/stories/switch/Switch.stories.jsx +119 -0
  112. package/dist/stories/tab-nav/TabNav.stories.d.ts +55 -0
  113. package/dist/stories/tab-nav/TabNav.stories.jsx +68 -0
  114. package/dist/stories/table/Table.stories.d.ts +87 -0
  115. package/dist/stories/table/Table.stories.jsx +106 -0
  116. package/dist/stories/tabs/Tabs.stories.d.ts +55 -0
  117. package/dist/stories/tabs/Tabs.stories.jsx +76 -0
  118. package/dist/stories/text/Text.stories.d.ts +74 -0
  119. package/dist/stories/text/Text.stories.jsx +91 -0
  120. package/dist/stories/textArea/TextArea.stories.d.ts +117 -0
  121. package/dist/stories/textArea/TextArea.stories.jsx +112 -0
  122. package/dist/stories/textfield/TextField.stories.d.ts +116 -0
  123. package/dist/stories/textfield/TextField.stories.jsx +120 -0
  124. package/dist/stories/toast/Toast.stories.d.ts +138 -0
  125. package/dist/stories/toast/Toast.stories.jsx +122 -0
  126. package/dist/stories/toggle/Toggle.stories.d.ts +115 -0
  127. package/dist/stories/toggle/Toggle.stories.jsx +106 -0
  128. package/dist/stories/toggle/ToggleGroup.stories.d.ts +103 -0
  129. package/dist/stories/toggle/ToggleGroup.stories.jsx +127 -0
  130. package/dist/stories/tooltip/Tooltip.stories.d.ts +93 -0
  131. package/dist/stories/tooltip/Tooltip.stories.jsx +91 -0
  132. package/dist/tsconfig.tsbuildinfo +1 -0
  133. package/dist/types.d.ts +11 -0
  134. package/dist/types.js +1 -0
  135. package/dist/utils/utils.d.ts +3 -0
  136. package/dist/utils/utils.js +27 -0
  137. package/package.json +4 -6
@@ -0,0 +1,120 @@
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 { TextField, TextFieldSlot } from '../../components/TextField/index';
24
+ import { commonArgTypes, radiusOptions } from '../../constants';
25
+ import { DotsHorizontalIcon, MagnifyingGlassIcon } from '@radix-ui/react-icons';
26
+ var meta = {
27
+ title: 'Component/TextField',
28
+ component: TextField,
29
+ parameters: {
30
+ layout: 'centered',
31
+ themes: {
32
+ themeOverride: 'dark',
33
+ },
34
+ docs: {
35
+ description: {
36
+ component: '텍스트를 직접 입력할 수 있는 필드',
37
+ },
38
+ },
39
+ },
40
+ tags: ['autodocs'],
41
+ argTypes: {
42
+ scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'TextField 길이' }),
43
+ radius: __assign(__assign({}, commonArgTypes.radius), { description: 'TextField 둥글기' }),
44
+ color: __assign(__assign({}, commonArgTypes.color), { description: 'TextField 색상' }),
45
+ appearance: {
46
+ table: {
47
+ category: 'Props',
48
+ type: { summary: ['classic', 'soft', 'surface'].join(' | ') },
49
+ },
50
+ control: { type: 'select' },
51
+ defaultValue: { summary: 'surface' },
52
+ description: 'TextField 스타일',
53
+ options: ['classic', 'soft', 'surface'],
54
+ },
55
+ size: {
56
+ table: {
57
+ category: 'Props',
58
+ type: { summary: ['small', 'medium', 'large'].join(' | ') },
59
+ },
60
+ control: { type: 'select' },
61
+ options: ['small', 'medium', 'large'],
62
+ defaultValue: { summary: 'medium' },
63
+ description: 'TextField 크기',
64
+ },
65
+ },
66
+ };
67
+ export default meta;
68
+ export var Default = function (_a) {
69
+ var args = __rest(_a, []);
70
+ return <TextField placeholder="Search the docs..." {...args}/>;
71
+ };
72
+ export var Size = function (_a) {
73
+ var args = __rest(_a, []);
74
+ return (<div className="flex items-center gap-3">
75
+ <TextField placeholder="Search the docs..." {...args} size={'small'}></TextField>
76
+ <TextField placeholder="Search the docs..." {...args} size={'medium'}></TextField>
77
+ <TextField placeholder="Search the docs..." {...args} size={'large'}></TextField>
78
+ </div>);
79
+ };
80
+ export var Radius = function (_a) {
81
+ var args = __rest(_a, []);
82
+ return (<div>
83
+ {radiusOptions.map(function (radius) { return (<div key={radius} className="pb-1">
84
+ <TextField placeholder="Search the docs..." key={radius} radius={radius} {...args}/>
85
+ </div>); })}
86
+ </div>);
87
+ };
88
+ export var Appearance = function (_a) {
89
+ var args = __rest(_a, []);
90
+ return (<div>
91
+ {['classic', 'soft', 'surface'].map(function (appearance) { return (<div key={appearance} className="pb-1">
92
+ <TextField placeholder="Search the docs..." key={appearance} appearance={appearance} {...args}/>
93
+ </div>); })}
94
+ </div>);
95
+ };
96
+ export var States = function (_a) {
97
+ var args = __rest(_a, []);
98
+ return (<div className="flex items-center gap-3">
99
+ <TextField placeholder="Search the docs..." {...args}>
100
+ <TextFieldSlot>
101
+ <MagnifyingGlassIcon height="16" width="16"/>
102
+ </TextFieldSlot>
103
+ </TextField>
104
+
105
+ <TextField placeholder="Search the docs..." {...args}>
106
+ <TextFieldSlot side={'right'}>
107
+ <DotsHorizontalIcon height="14" width="14"/>
108
+ </TextFieldSlot>
109
+ </TextField>
110
+
111
+ <TextField {...args}>
112
+ <TextFieldSlot>
113
+ <MagnifyingGlassIcon height="16" width="16"/>
114
+ </TextFieldSlot>
115
+ <TextFieldSlot>
116
+ <DotsHorizontalIcon height="14" width="14"/>
117
+ </TextFieldSlot>
118
+ </TextField>
119
+ </div>);
120
+ };
@@ -0,0 +1,138 @@
1
+ /// <reference types="react" />
2
+ declare const meta: {
3
+ title: string;
4
+ component: import("react").ForwardRefExoticComponent<import("@radix-ui/react-toast").ToastProviderProps & import("components/Toast").ToastProps & import("react").RefAttributes<never>>;
5
+ parameters: {
6
+ layout: string;
7
+ docs: {
8
+ description: {
9
+ component: string;
10
+ };
11
+ };
12
+ };
13
+ tags: string[];
14
+ argTypes: {
15
+ radius: {
16
+ description: string;
17
+ table: {
18
+ category: string;
19
+ type: {
20
+ summary: string;
21
+ };
22
+ };
23
+ options: import("types").IRadius[];
24
+ control: {
25
+ type: string;
26
+ };
27
+ defaultValue: {
28
+ summary: string;
29
+ };
30
+ };
31
+ scaling: {
32
+ description: string;
33
+ table: {
34
+ category: string;
35
+ type: {
36
+ summary: string;
37
+ };
38
+ };
39
+ control: {
40
+ type: string;
41
+ };
42
+ options: import("types").IScaling[];
43
+ defaultValue: {
44
+ summary: string;
45
+ };
46
+ };
47
+ size: {
48
+ table: {
49
+ category: string;
50
+ type: {
51
+ summary: string;
52
+ };
53
+ };
54
+ options: import("types").ISize[];
55
+ description: string;
56
+ control: {
57
+ type: string;
58
+ };
59
+ defaultValue: {
60
+ summary: string;
61
+ };
62
+ };
63
+ color: {
64
+ table: {
65
+ category: string;
66
+ type: {
67
+ summary: string;
68
+ };
69
+ };
70
+ options: string[];
71
+ control: {
72
+ type: string;
73
+ };
74
+ defaultValue: {
75
+ summary: string;
76
+ };
77
+ description: string;
78
+ };
79
+ titleText: {
80
+ description: string;
81
+ table: {
82
+ category: string;
83
+ type: {
84
+ summary: string;
85
+ };
86
+ };
87
+ control: string;
88
+ };
89
+ contentText: {
90
+ description: string;
91
+ table: {
92
+ category: string;
93
+ type: {
94
+ summary: string;
95
+ };
96
+ };
97
+ control: string;
98
+ };
99
+ duration: {
100
+ table: {
101
+ category: string;
102
+ type: {
103
+ summary: string;
104
+ };
105
+ };
106
+ control: string;
107
+ description: string;
108
+ defaultValue: {
109
+ summary: number;
110
+ };
111
+ };
112
+ toastPosition: {
113
+ table: {
114
+ category: string;
115
+ type: {
116
+ summary: string;
117
+ };
118
+ };
119
+ options: string[];
120
+ control: {
121
+ type: string;
122
+ };
123
+ defaultValue: {
124
+ summary: string;
125
+ };
126
+ };
127
+ };
128
+ };
129
+ export default meta;
130
+ export declare const Default: ({ ...args }: {
131
+ [x: string]: any;
132
+ }) => import("react").JSX.Element;
133
+ export declare const NoTitleToast: ({ ...args }: {
134
+ [x: string]: any;
135
+ }) => import("react").JSX.Element;
136
+ export declare const NoButtonToast: ({ ...args }: {
137
+ [x: string]: any;
138
+ }) => import("react").JSX.Element;
@@ -0,0 +1,122 @@
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 { useState } from 'react';
24
+ import { commonArgTypes, sizeOptions } from '../../constants';
25
+ import { Toast, ToastDescription, ToastTitle, ToastActionButton } from 'components/Toast';
26
+ import Button from 'components/Button';
27
+ var toastPositionOption = [
28
+ 'top_center',
29
+ 'top_left',
30
+ 'top_right',
31
+ 'bottom_center',
32
+ 'bottom_left',
33
+ 'bottom_right',
34
+ ];
35
+ var meta = {
36
+ title: 'Component/Toast',
37
+ component: Toast,
38
+ parameters: {
39
+ layout: 'centered',
40
+ docs: {
41
+ description: {
42
+ component: '팝업 UI형태로 화면 하단에 일시적으로 노출되는 메시지 창',
43
+ },
44
+ },
45
+ },
46
+ tags: ['autodocs'],
47
+ argTypes: {
48
+ radius: __assign(__assign({}, commonArgTypes.radius), { description: 'Toast border 둥굴기' }),
49
+ scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'Toast 비율' }),
50
+ size: __assign(__assign({}, commonArgTypes.size), { table: {
51
+ category: 'Props',
52
+ type: {
53
+ summary: sizeOptions.filter(function (option) { return option !== 'x-small'; }).join(' | '),
54
+ },
55
+ }, options: sizeOptions.filter(function (option) { return option !== 'x-small'; }), description: 'Toast 크기' }),
56
+ color: {
57
+ table: {
58
+ category: 'Props',
59
+ type: { summary: ['danger', 'warning', 'success', 'information'].join(' | ') },
60
+ },
61
+ options: ['danger', 'warning', 'success', 'information'],
62
+ control: { type: 'select' },
63
+ defaultValue: { summary: 'none' },
64
+ description: 'Toast 색',
65
+ },
66
+ titleText: __assign(__assign({}, commonArgTypes.basicText), { description: 'Toast 타이틀 text' }),
67
+ contentText: __assign(__assign({}, commonArgTypes.basicText), { description: 'Toast 내용 text' }),
68
+ duration: {
69
+ table: {
70
+ category: 'Props',
71
+ type: { summary: 'number' },
72
+ },
73
+ control: 'number',
74
+ description: 'Toast duration (ms)',
75
+ defaultValue: { summary: 3000 },
76
+ },
77
+ toastPosition: {
78
+ table: {
79
+ category: 'Props',
80
+ type: { summary: toastPositionOption.join(' | ') },
81
+ },
82
+ options: toastPositionOption,
83
+ control: { type: 'select' },
84
+ defaultValue: { summary: 'top_right' },
85
+ },
86
+ },
87
+ };
88
+ export default meta;
89
+ export var Default = function (_a) {
90
+ var args = __rest(_a, []);
91
+ var _b = useState(false), open = _b[0], setOpen = _b[1];
92
+ return (<div>
93
+ <Button onClick={function () { return setOpen(true); }}>토스트 메세지 호출</Button>
94
+ <Toast openToast={open} setOpenToast={setOpen} {...args}>
95
+ <ToastTitle titleText={args.titleText}>토스트 타이틀</ToastTitle>
96
+ <ToastDescription contentText={args.contentText}>토스트 내용이 위치합니다</ToastDescription>
97
+ <ToastActionButton altText="액션버튼">Action</ToastActionButton>
98
+ </Toast>
99
+ </div>);
100
+ };
101
+ export var NoTitleToast = function (_a) {
102
+ var args = __rest(_a, []);
103
+ var _b = useState(false), open = _b[0], setOpen = _b[1];
104
+ return (<div>
105
+ <Button onClick={function () { return setOpen(true); }}>타이틀 없음</Button>
106
+ <Toast openToast={open} setOpenToast={setOpen} {...args}>
107
+ <ToastDescription>토스트 내용이 위치합니다</ToastDescription>
108
+ <ToastActionButton altText="액션버튼">닫기</ToastActionButton>
109
+ </Toast>
110
+ </div>);
111
+ };
112
+ export var NoButtonToast = function (_a) {
113
+ var args = __rest(_a, []);
114
+ var _b = useState(false), open = _b[0], setOpen = _b[1];
115
+ return (<div>
116
+ <Button onClick={function () { return setOpen(true); }}>버튼 없음</Button>
117
+ <Toast openToast={open} setOpenToast={setOpen} {...args}>
118
+ <ToastTitle>토스트 타이틀</ToastTitle>
119
+ <ToastDescription>토스트 내용이 위치합니다</ToastDescription>
120
+ </Toast>
121
+ </div>);
122
+ };
@@ -0,0 +1,115 @@
1
+ /// <reference types="react" />
2
+ import { IRadius, ISize, IAppearance } from '../../types';
3
+ declare const meta: {
4
+ title: string;
5
+ component: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-toggle").ToggleProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("../../components/Toggle").ToggleProps & 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
+ 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
+ size: {
36
+ table: {
37
+ category: string;
38
+ type: {
39
+ summary: string;
40
+ };
41
+ };
42
+ options: ISize[];
43
+ description: string;
44
+ control: {
45
+ type: string;
46
+ };
47
+ defaultValue: {
48
+ summary: string;
49
+ };
50
+ };
51
+ scaling: {
52
+ description: string;
53
+ table: {
54
+ category: string;
55
+ type: {
56
+ summary: string;
57
+ };
58
+ };
59
+ control: {
60
+ type: string;
61
+ };
62
+ options: import("../../types").IScaling[];
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
+ table: {
85
+ category: string;
86
+ type: {
87
+ summary: string;
88
+ };
89
+ };
90
+ control: {
91
+ type: string;
92
+ };
93
+ options: IAppearance[];
94
+ defaultValue: {
95
+ summary: string;
96
+ };
97
+ };
98
+ };
99
+ };
100
+ export default meta;
101
+ export declare const Default: ({ ...args }: {
102
+ [x: string]: any;
103
+ }) => import("react").JSX.Element;
104
+ export declare const Radius: ({ ...args }: {
105
+ [x: string]: any;
106
+ }) => import("react").JSX.Element;
107
+ export declare const Size: ({ ...args }: {
108
+ [x: string]: any;
109
+ }) => import("react").JSX.Element;
110
+ export declare const WithText: ({ ...args }: {
111
+ [x: string]: any;
112
+ }) => import("react").JSX.Element;
113
+ export declare const Appearance: ({ ...args }: {
114
+ [x: string]: any;
115
+ }) => import("react").JSX.Element;
@@ -0,0 +1,106 @@
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 { commonArgTypes, radiusOptions, sizeOptions, appearanceOptions } from '../../constants';
24
+ import { FontBoldIcon } from '@radix-ui/react-icons';
25
+ import { Toggle, ToggleWithText } from '../../components/Toggle';
26
+ var meta = {
27
+ title: 'Component/Toggle',
28
+ component: Toggle,
29
+ parameters: {
30
+ layout: 'centered',
31
+ themes: {
32
+ themeOverride: 'dark',
33
+ },
34
+ docs: {
35
+ description: {
36
+ component: '두 가지 상태값 중 하나를 선택, 전환을 목적으로 사용하는 버튼',
37
+ },
38
+ },
39
+ },
40
+ tags: ['autodocs'],
41
+ argTypes: {
42
+ radius: __assign(__assign({}, commonArgTypes.radius), { description: 'toggle 둥글기' }),
43
+ size: __assign(__assign({}, commonArgTypes.size), { table: {
44
+ category: 'Props',
45
+ type: {
46
+ summary: sizeOptions
47
+ .filter(function (size) { return !['x-small', 'x-large'].includes(size); })
48
+ .join(' | '),
49
+ },
50
+ }, options: sizeOptions.filter(function (size) { return !['x-small', 'x-large'].includes(size); }), description: 'toggle 크기' }),
51
+ scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'toggle scaling' }),
52
+ color: __assign(__assign({}, commonArgTypes.color), { description: 'toggle color' }),
53
+ appearance: {
54
+ table: {
55
+ category: 'Props',
56
+ type: {
57
+ summary: appearanceOptions
58
+ .filter(function (appearance) { return !['classic', 'solid'].includes(appearance); })
59
+ .join(' | '),
60
+ },
61
+ },
62
+ control: { type: 'select' },
63
+ options: appearanceOptions.filter(function (appearance) { return !['classic', 'solid'].includes(appearance); }),
64
+ defaultValue: { summary: 'surface' },
65
+ },
66
+ },
67
+ };
68
+ export default meta;
69
+ export var Default = function (_a) {
70
+ var args = __rest(_a, []);
71
+ return (<div className="flex items-center space-x-4">
72
+ <Toggle {...args} aria-label="Toggle italic">
73
+ <FontBoldIcon />
74
+ </Toggle>
75
+ </div>);
76
+ };
77
+ export var Radius = function (_a) {
78
+ var args = __rest(_a, []);
79
+ return (<div className="flex items-center space-x-4">
80
+ {radiusOptions.map(function (radius) { return (<Toggle key={radius} aria-label="Toggle italic" {...args} radius={radius}>
81
+ <FontBoldIcon />
82
+ </Toggle>); })}
83
+ </div>);
84
+ };
85
+ export var Size = function (_a) {
86
+ var args = __rest(_a, []);
87
+ return (<div className="flex items-center space-x-4">
88
+ {['small', 'medium', 'large'].map(function (size) { return (<Toggle key={size} aria-label="Toggle italic" {...args} size={size}>
89
+ <FontBoldIcon />
90
+ </Toggle>); })}
91
+ </div>);
92
+ };
93
+ export var WithText = function (_a) {
94
+ var args = __rest(_a, []);
95
+ return (<ToggleWithText {...args} aria-label="Toggle italic" text={'Bold'}>
96
+ <FontBoldIcon />
97
+ </ToggleWithText>);
98
+ };
99
+ export var Appearance = function (_a) {
100
+ var args = __rest(_a, []);
101
+ return (<div className="flex items-center space-x-4">
102
+ {['ghost', 'soft', 'surface', 'outline'].map(function (appearance) { return (<Toggle key={appearance} aria-label="Toggle italic" {...args} appearance={appearance}>
103
+ <FontBoldIcon />
104
+ </Toggle>); })}
105
+ </div>);
106
+ };