@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.
- package/dist/Typography/index.d.ts +2 -0
- package/dist/Typography/index.js +2 -0
- package/dist/app/layout.d.ts +7 -0
- package/dist/app/layout.jsx +13 -0
- package/dist/app/page.d.ts +2 -0
- package/dist/app/page.jsx +42 -0
- package/dist/app/template/badgeTemplate.d.ts +12 -0
- package/dist/app/template/badgeTemplate.jsx +82 -0
- package/dist/app/template/buttonTemplate.d.ts +12 -0
- package/dist/app/template/buttonTemplate.jsx +82 -0
- package/dist/app/template/colorPicker.d.ts +7 -0
- package/dist/app/template/colorPicker.jsx +19 -0
- package/dist/app/template/textTemplate.d.ts +11 -0
- package/dist/app/template/textTemplate.jsx +72 -0
- package/dist/app/template/theme.d.ts +12 -0
- package/dist/app/template/theme.jsx +44 -0
- package/dist/color/alpha.d.ts +784 -0
- package/dist/color/alpha.js +784 -0
- package/dist/color/constants.d.ts +20 -0
- package/dist/color/constants.js +200 -0
- package/dist/color/dark.d.ts +392 -0
- package/dist/color/dark.js +392 -0
- package/dist/color/krdsColors.d.ts +309 -0
- package/dist/color/krdsColors.js +309 -0
- package/dist/color/light.d.ts +392 -0
- package/dist/color/light.js +393 -0
- package/dist/components/index.js +0 -3
- package/dist/constants.d.ts +185 -0
- package/dist/constants.js +569 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +5 -0
- package/dist/stories/Welcome.d.ts +3 -0
- package/dist/stories/Welcome.jsx +48 -0
- package/dist/stories/accordion/Accordion.stories.d.ts +71 -0
- package/dist/stories/accordion/Accordion.stories.jsx +79 -0
- package/dist/stories/alert-dialog/AlertDialog.stories.d.ts +107 -0
- package/dist/stories/alert-dialog/AlertDialog.stories.jsx +73 -0
- package/dist/stories/aspect-ratio/AspectRatio.stories.d.ts +68 -0
- package/dist/stories/aspect-ratio/AspectRatio.stories.jsx +106 -0
- package/dist/stories/avatar/Avatar.stories.d.ts +127 -0
- package/dist/stories/avatar/Avatar.stories.jsx +105 -0
- package/dist/stories/badge/Badge.stories.d.ts +133 -0
- package/dist/stories/badge/Badge.stories.jsx +130 -0
- package/dist/stories/bubble-chart/BubbleChart.stories.d.ts +103 -0
- package/dist/stories/bubble-chart/BubbleChart.stories.jsx +176 -0
- package/dist/stories/button/Button.stories.d.ts +148 -0
- package/dist/stories/button/Button.stories.jsx +98 -0
- package/dist/stories/button/IconButton.stories.d.ts +125 -0
- package/dist/stories/button/IconButton.stories.jsx +93 -0
- package/dist/stories/callout/Callout.stories.d.ts +129 -0
- package/dist/stories/callout/Callout.stories.jsx +205 -0
- package/dist/stories/card/Card.stories.d.ts +100 -0
- package/dist/stories/card/Card.stories.jsx +134 -0
- package/dist/stories/checkbox/Checkbox.stories.d.ts +147 -0
- package/dist/stories/checkbox/Checkbox.stories.jsx +166 -0
- package/dist/stories/checkbox/CheckboxCard.stories.d.ts +129 -0
- package/dist/stories/checkbox/CheckboxCard.stories.jsx +125 -0
- package/dist/stories/checkbox/CheckboxGroup.stories.d.ts +91 -0
- package/dist/stories/checkbox/CheckboxGroup.stories.jsx +144 -0
- package/dist/stories/context-menu/ContextMenu.stories.d.ts +113 -0
- package/dist/stories/context-menu/ContextMenu.stories.jsx +155 -0
- package/dist/stories/data-list/DataList.stories.d.ts +97 -0
- package/dist/stories/data-list/DataList.stories.jsx +185 -0
- package/dist/stories/dialog/Dialog.stories.d.ts +88 -0
- package/dist/stories/dialog/Dialog.stories.jsx +82 -0
- package/dist/stories/doughnut-chart/DoughnutChart.stories.d.ts +181 -0
- package/dist/stories/doughnut-chart/DoughnutChart.stories.jsx +236 -0
- package/dist/stories/dropdown-menu/DropdownMenu.stories.d.ts +112 -0
- package/dist/stories/dropdown-menu/DropdownMenu.stories.jsx +170 -0
- package/dist/stories/header/Header.stories.d.ts +112 -0
- package/dist/stories/header/Header.stories.jsx +116 -0
- package/dist/stories/hover-card/HoverCard.stories.d.ts +107 -0
- package/dist/stories/hover-card/HoverCard.stories.jsx +98 -0
- package/dist/stories/inset/Inset.stories.d.ts +58 -0
- package/dist/stories/inset/Inset.stories.jsx +79 -0
- package/dist/stories/label/Label.stories.d.ts +94 -0
- package/dist/stories/label/Label.stories.jsx +112 -0
- package/dist/stories/menubar/Menubar.stories.d.ts +119 -0
- package/dist/stories/menubar/Menubar.stories.jsx +135 -0
- package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +385 -0
- package/dist/stories/navigation-menu/NavigationMenu.stories.jsx +144 -0
- package/dist/stories/pie-chart/PieChart.stories.d.ts +186 -0
- package/dist/stories/pie-chart/PieChart.stories.jsx +300 -0
- package/dist/stories/popover/Popover.stories.d.ts +78 -0
- package/dist/stories/popover/Popover.stories.jsx +107 -0
- package/dist/stories/progress/Progress.stories.d.ts +113 -0
- package/dist/stories/progress/Progress.stories.jsx +82 -0
- package/dist/stories/radar-chart/RadarChart.stories.d.ts +111 -0
- package/dist/stories/radar-chart/RadarChart.stories.jsx +200 -0
- package/dist/stories/radio/Radio.stories.d.ts +108 -0
- package/dist/stories/radio/Radio.stories.jsx +94 -0
- package/dist/stories/radio/RadioCards.stories.d.ts +127 -0
- package/dist/stories/radio/RadioCards.stories.jsx +153 -0
- package/dist/stories/radio/RadioGroup.stories.d.ts +111 -0
- package/dist/stories/radio/RadioGroup.stories.jsx +142 -0
- package/dist/stories/scroll-area/ScrollArea.stories.d.ts +59 -0
- package/dist/stories/scroll-area/ScrollArea.stories.jsx +123 -0
- package/dist/stories/segmented-control/SegmentedControl.stories.d.ts +97 -0
- package/dist/stories/segmented-control/SegmentedControl.stories.jsx +101 -0
- package/dist/stories/select/Select.stories.d.ts +116 -0
- package/dist/stories/select/Select.stories.jsx +149 -0
- package/dist/stories/separator/Separator.stories.d.ts +93 -0
- package/dist/stories/separator/Separator.stories.jsx +106 -0
- package/dist/stories/skeleton/Skeleton.stories.d.ts +88 -0
- package/dist/stories/skeleton/Skeleton.stories.jsx +119 -0
- package/dist/stories/slider/Slider.stories.d.ts +114 -0
- package/dist/stories/slider/Slider.stories.jsx +94 -0
- package/dist/stories/spinner/Spinner.stories.d.ts +83 -0
- package/dist/stories/spinner/Spinner.stories.jsx +112 -0
- package/dist/stories/switch/Switch.stories.d.ts +146 -0
- package/dist/stories/switch/Switch.stories.jsx +119 -0
- package/dist/stories/tab-nav/TabNav.stories.d.ts +55 -0
- package/dist/stories/tab-nav/TabNav.stories.jsx +68 -0
- package/dist/stories/table/Table.stories.d.ts +87 -0
- package/dist/stories/table/Table.stories.jsx +106 -0
- package/dist/stories/tabs/Tabs.stories.d.ts +55 -0
- package/dist/stories/tabs/Tabs.stories.jsx +76 -0
- package/dist/stories/text/Text.stories.d.ts +74 -0
- package/dist/stories/text/Text.stories.jsx +91 -0
- package/dist/stories/textArea/TextArea.stories.d.ts +117 -0
- package/dist/stories/textArea/TextArea.stories.jsx +112 -0
- package/dist/stories/textfield/TextField.stories.d.ts +116 -0
- package/dist/stories/textfield/TextField.stories.jsx +120 -0
- package/dist/stories/toast/Toast.stories.d.ts +138 -0
- package/dist/stories/toast/Toast.stories.jsx +122 -0
- package/dist/stories/toggle/Toggle.stories.d.ts +115 -0
- package/dist/stories/toggle/Toggle.stories.jsx +106 -0
- package/dist/stories/toggle/ToggleGroup.stories.d.ts +103 -0
- package/dist/stories/toggle/ToggleGroup.stories.jsx +127 -0
- package/dist/stories/tooltip/Tooltip.stories.d.ts +93 -0
- package/dist/stories/tooltip/Tooltip.stories.jsx +91 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/types.d.ts +11 -0
- package/dist/types.js +1 -0
- package/dist/utils/utils.d.ts +3 -0
- package/dist/utils/utils.js +27 -0
- package/package.json +4 -6
@@ -0,0 +1,205 @@
|
|
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 { Callout, CalloutIcon, CalloutText } from 'components/Callout';
|
24
|
+
import { Text } from 'Typography/Text';
|
25
|
+
import { radiusOptions, scalingOptions, commonArgTypes, sizeOptions, appearanceOptions, } from '../../constants';
|
26
|
+
var meta = {
|
27
|
+
title: 'Component/Callout',
|
28
|
+
component: Callout,
|
29
|
+
parameters: {
|
30
|
+
layout: 'centered',
|
31
|
+
docs: {
|
32
|
+
description: {
|
33
|
+
component: '중요한 정보나 경고를 강조하기 위해 사용되는 알림 박스 컴포넌트',
|
34
|
+
},
|
35
|
+
},
|
36
|
+
},
|
37
|
+
tags: ['autodocs'],
|
38
|
+
argTypes: {
|
39
|
+
radius: __assign(__assign({}, commonArgTypes.radius), { description: 'Callout border 둥굴기' }),
|
40
|
+
size: __assign(__assign({}, commonArgTypes.size), { table: {
|
41
|
+
category: 'Props',
|
42
|
+
type: {
|
43
|
+
summary: sizeOptions
|
44
|
+
.filter(function (option) { return option !== 'x-small' && option !== 'x-large'; })
|
45
|
+
.join(' | '),
|
46
|
+
},
|
47
|
+
}, options: sizeOptions.filter(function (option) { return option !== 'x-small' && option !== 'x-large'; }), description: 'Callout 크기' }),
|
48
|
+
scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'Callout 비율' }),
|
49
|
+
color: {
|
50
|
+
table: {
|
51
|
+
category: 'Props',
|
52
|
+
type: { summary: ['danger', 'warning', 'success', 'information'].join(' | ') },
|
53
|
+
},
|
54
|
+
options: ['danger', 'warning', 'success', 'information'],
|
55
|
+
control: { type: 'select' },
|
56
|
+
defaultValue: { summary: 'information' },
|
57
|
+
description: 'Toast 색',
|
58
|
+
},
|
59
|
+
contentText: __assign(__assign({}, commonArgTypes.basicText), { description: 'Callout 안에 들어가는 텍스트' }),
|
60
|
+
appearance: __assign(__assign({}, commonArgTypes.appearance), { table: {
|
61
|
+
category: 'Props',
|
62
|
+
type: {
|
63
|
+
summary: appearanceOptions
|
64
|
+
.filter(function (option) { return option !== 'classic' && option !== 'ghost' && option !== 'solid'; })
|
65
|
+
.join(' | '),
|
66
|
+
},
|
67
|
+
}, description: 'Callout 스타일', options: appearanceOptions.filter(function (option) { return option !== 'classic' && option !== 'ghost' && option !== 'solid'; }) }),
|
68
|
+
},
|
69
|
+
};
|
70
|
+
export default meta;
|
71
|
+
export var Default = function (_a) {
|
72
|
+
var args = __rest(_a, []);
|
73
|
+
return (<Callout {...args}>
|
74
|
+
<CalloutIcon {...args} iconType="information"/>
|
75
|
+
<CalloutText {...args}>시스템 점검이 예정되어 있습니다.</CalloutText>
|
76
|
+
</Callout>);
|
77
|
+
};
|
78
|
+
export var Radius = function (_a) {
|
79
|
+
var args = __rest(_a, []);
|
80
|
+
return (<div className="flex flex-col space-y-3">
|
81
|
+
{radiusOptions.map(function (radius) { return (<Callout {...args} radius={radius} key={radius}>
|
82
|
+
<CalloutIcon {...args} iconType="information"/>
|
83
|
+
<CalloutText {...args}>시스템 점검이 예정되어 있습니다.</CalloutText>
|
84
|
+
</Callout>); })}
|
85
|
+
</div>);
|
86
|
+
};
|
87
|
+
export var Size = function (_a) {
|
88
|
+
var args = __rest(_a, []);
|
89
|
+
return (<div className="flex flex-col space-y-5">
|
90
|
+
<Callout {...args} size={'small'}>
|
91
|
+
<CalloutIcon {...args} iconType="information"/>
|
92
|
+
<CalloutText {...args}>
|
93
|
+
새로운 업데이트가 있습니다. 최신 버전을 다운로드하여 사용해 주세요.
|
94
|
+
</CalloutText>
|
95
|
+
</Callout>
|
96
|
+
|
97
|
+
<Callout {...args}>
|
98
|
+
<CalloutIcon {...args} iconType="information"/>
|
99
|
+
<CalloutText {...args}>
|
100
|
+
새로운 업데이트가 있습니다. 최신 버전을 다운로드하여 사용해 주세요.
|
101
|
+
</CalloutText>
|
102
|
+
</Callout>
|
103
|
+
|
104
|
+
<Callout {...args} size="large">
|
105
|
+
<CalloutIcon {...args} iconType="information"/>
|
106
|
+
<CalloutText {...args}>
|
107
|
+
새로운 업데이트가 있습니다. 최신 버전을 다운로드하여 사용해 주세요.
|
108
|
+
</CalloutText>
|
109
|
+
</Callout>
|
110
|
+
</div>);
|
111
|
+
};
|
112
|
+
export var Color = function (_a) {
|
113
|
+
var args = __rest(_a, []);
|
114
|
+
return (<div className="flex space-x-5">
|
115
|
+
<Callout {...args} color="information">
|
116
|
+
<CalloutIcon {...args} iconType="information"/>
|
117
|
+
<CalloutText {...args}>정보 메세지</CalloutText>
|
118
|
+
</Callout>
|
119
|
+
|
120
|
+
<Callout {...args} color="danger">
|
121
|
+
<CalloutIcon {...args} iconType="danger"/>
|
122
|
+
<CalloutText {...args}>위험 메세지</CalloutText>
|
123
|
+
</Callout>
|
124
|
+
|
125
|
+
<Callout {...args} color="warning">
|
126
|
+
<CalloutIcon {...args} iconType="warning"/>
|
127
|
+
<CalloutText {...args}>경고 메세지</CalloutText>
|
128
|
+
</Callout>
|
129
|
+
|
130
|
+
<Callout {...args} color="success">
|
131
|
+
<CalloutIcon {...args} iconType="success"/>
|
132
|
+
<CalloutText {...args}>성공 메세지</CalloutText>
|
133
|
+
</Callout>
|
134
|
+
</div>);
|
135
|
+
};
|
136
|
+
export var Appearance = function (_a) {
|
137
|
+
var args = __rest(_a, []);
|
138
|
+
return (<div className="flex space-x-5">
|
139
|
+
<div className="flex flex-col space-y-1">
|
140
|
+
<Text>Soft(기준)</Text>
|
141
|
+
<Callout {...args} appearance="soft">
|
142
|
+
<CalloutIcon {...args} iconType="information"/>
|
143
|
+
<CalloutText {...args}>새로운 업데이트가 있습니다. </CalloutText>
|
144
|
+
</Callout>
|
145
|
+
</div>
|
146
|
+
<div className="flex flex-col space-y-1">
|
147
|
+
<Text>Surface</Text>
|
148
|
+
<Callout {...args} appearance="surface">
|
149
|
+
<CalloutIcon {...args} iconType="information"/>
|
150
|
+
<CalloutText {...args}>새로운 업데이트가 있습니다. </CalloutText>
|
151
|
+
</Callout>
|
152
|
+
</div>
|
153
|
+
<div className="flex flex-col space-y-1">
|
154
|
+
<Text>Outline</Text>
|
155
|
+
<Callout {...args} appearance="outline">
|
156
|
+
<CalloutIcon {...args} iconType="information"/>
|
157
|
+
<CalloutText {...args}>새로운 업데이트가 있습니다. </CalloutText>
|
158
|
+
</Callout>
|
159
|
+
</div>
|
160
|
+
</div>);
|
161
|
+
};
|
162
|
+
export var Scaling = function (_a) {
|
163
|
+
var args = __rest(_a, []);
|
164
|
+
return (<div className="flex flex-col space-y-5">
|
165
|
+
{scalingOptions.map(function (scaling) { return (<Callout {...args} scaling={scaling} key={scaling}>
|
166
|
+
<CalloutIcon {...args} iconType="information"/>
|
167
|
+
<CalloutText {...args}>관리자에게 문의하세요.</CalloutText>
|
168
|
+
</Callout>); })}
|
169
|
+
</div>);
|
170
|
+
};
|
171
|
+
export var IconTypes = function (_a) {
|
172
|
+
var args = __rest(_a, []);
|
173
|
+
return (<div className="flex space-x-5">
|
174
|
+
<div className="flex flex-col space-y-1">
|
175
|
+
<Text>Danger</Text>
|
176
|
+
<Callout {...args} color="danger">
|
177
|
+
<CalloutIcon {...args} iconType="danger" color="danger"/>
|
178
|
+
<CalloutText {...args} color="danger">
|
179
|
+
위험 아이콘
|
180
|
+
</CalloutText>
|
181
|
+
</Callout>
|
182
|
+
</div>
|
183
|
+
<div className="flex flex-col space-y-1">
|
184
|
+
<Text>Warning</Text>
|
185
|
+
<Callout {...args} color="warning">
|
186
|
+
<CalloutIcon {...args} iconType="warning"/>
|
187
|
+
<CalloutText {...args}>경고 아이콘</CalloutText>
|
188
|
+
</Callout>
|
189
|
+
</div>
|
190
|
+
<div className="flex flex-col space-y-1">
|
191
|
+
<Text>Success</Text>
|
192
|
+
<Callout {...args} color="success">
|
193
|
+
<CalloutIcon {...args} iconType="success"/>
|
194
|
+
<CalloutText {...args}>성공 아이콘</CalloutText>
|
195
|
+
</Callout>
|
196
|
+
</div>
|
197
|
+
<div className="flex flex-col space-y-1">
|
198
|
+
<Text>Info</Text>
|
199
|
+
<Callout {...args} color="information">
|
200
|
+
<CalloutIcon {...args} iconType="information"/>
|
201
|
+
<CalloutText {...args}>정보 아이콘</CalloutText>
|
202
|
+
</Callout>
|
203
|
+
</div>
|
204
|
+
</div>);
|
205
|
+
};
|
@@ -0,0 +1,100 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { IRadius, IScaling } from 'types';
|
3
|
+
declare const meta: {
|
4
|
+
title: string;
|
5
|
+
component: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("components/Card").CardProps & import("react").RefAttributes<HTMLDivElement>>;
|
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: 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
|
+
appearance: {
|
68
|
+
table: {
|
69
|
+
category: string;
|
70
|
+
type: {
|
71
|
+
summary: string;
|
72
|
+
};
|
73
|
+
};
|
74
|
+
description: string;
|
75
|
+
options: import("types").IAppearance[];
|
76
|
+
defaultValue: {
|
77
|
+
summary: string;
|
78
|
+
};
|
79
|
+
control: {
|
80
|
+
type: string;
|
81
|
+
};
|
82
|
+
};
|
83
|
+
};
|
84
|
+
};
|
85
|
+
export default meta;
|
86
|
+
export declare const Default: ({ ...args }: {
|
87
|
+
[x: string]: any;
|
88
|
+
}) => import("react").JSX.Element;
|
89
|
+
export declare const NoAvatar: ({ ...args }: {
|
90
|
+
[x: string]: any;
|
91
|
+
}) => import("react").JSX.Element;
|
92
|
+
export declare const Appearance: ({ ...args }: {
|
93
|
+
[x: string]: any;
|
94
|
+
}) => import("react").JSX.Element;
|
95
|
+
export declare const Scaling: ({ ...args }: {
|
96
|
+
[x: string]: any;
|
97
|
+
}) => import("react").JSX.Element;
|
98
|
+
export declare const Radius: ({ ...args }: {
|
99
|
+
[x: string]: any;
|
100
|
+
}) => import("react").JSX.Element;
|
@@ -0,0 +1,134 @@
|
|
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 Card from 'components/Card';
|
24
|
+
import Avatar from 'components/Avatar';
|
25
|
+
import { Text } from 'Typography/Text';
|
26
|
+
import { radiusOptions, scalingOptions, commonArgTypes, sizeOptions, appearanceOptions, } from '../../constants';
|
27
|
+
var meta = {
|
28
|
+
title: 'Component/Card',
|
29
|
+
component: Card,
|
30
|
+
parameters: {
|
31
|
+
layout: 'centered',
|
32
|
+
themes: {
|
33
|
+
themeOverride: 'dark',
|
34
|
+
},
|
35
|
+
docs: {
|
36
|
+
description: {
|
37
|
+
component: '관련된 컨텐츠를 그룹화하여 담은 요소 컨테이너',
|
38
|
+
},
|
39
|
+
},
|
40
|
+
},
|
41
|
+
tags: ['autodocs'],
|
42
|
+
argTypes: {
|
43
|
+
radius: __assign(__assign({}, commonArgTypes.radius), { description: 'Card border 둥굴기' }),
|
44
|
+
scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'Card 비율' }),
|
45
|
+
size: __assign(__assign({}, commonArgTypes.size), { table: {
|
46
|
+
category: 'Props',
|
47
|
+
type: {
|
48
|
+
summary: sizeOptions
|
49
|
+
.filter(function (option) { return option !== 'x-small' && option !== 'x-large'; })
|
50
|
+
.join(' | '),
|
51
|
+
},
|
52
|
+
}, options: sizeOptions.filter(function (option) { return option !== 'x-small' && option !== 'x-large'; }), description: 'Card 크기' }),
|
53
|
+
appearance: __assign(__assign({}, commonArgTypes.appearance), { table: {
|
54
|
+
category: 'Props',
|
55
|
+
type: {
|
56
|
+
summary: appearanceOptions
|
57
|
+
.filter(function (option) { return option !== 'solid' && option !== 'outline' && option !== 'soft'; })
|
58
|
+
.join(' | '),
|
59
|
+
},
|
60
|
+
}, description: 'Card 스타일', options: appearanceOptions.filter(function (option) { return option !== 'solid' && option !== 'outline' && option !== 'soft'; }), defaultValue: { summary: 'surface' } }),
|
61
|
+
},
|
62
|
+
};
|
63
|
+
export default meta;
|
64
|
+
export var Default = function (_a) {
|
65
|
+
var args = __rest(_a, []);
|
66
|
+
return (<Card {...args}>
|
67
|
+
<Avatar {...args} size={args.size === 'small' ? '3' : args.size === 'large' ? '5' : '4'} appearance="solid" imagePath="https://images.unsplash.com/photo-1502823403499-6ccfcf4fb453?&w=256&h=256&q=70&crop=focalpoint&fp-x=0.5&fp-y=0.3&fp-z=1&fit=crop"/>
|
68
|
+
<div className="flex flex-col">
|
69
|
+
<Text {...args} weight={'bold'} size={args.size === 'small' ? '3' : args.size === 'large' ? '5' : '4'}>
|
70
|
+
Title
|
71
|
+
</Text>
|
72
|
+
<Text {...args} size={args.size === 'small' ? '3' : args.size === 'large' ? '5' : '4'}>
|
73
|
+
Content
|
74
|
+
</Text>
|
75
|
+
</div>
|
76
|
+
</Card>);
|
77
|
+
};
|
78
|
+
export var NoAvatar = function (_a) {
|
79
|
+
var args = __rest(_a, []);
|
80
|
+
return (<Card {...args}>
|
81
|
+
<div className="flex flex-col">
|
82
|
+
<Text {...args} weight={'bold'}>
|
83
|
+
Typography
|
84
|
+
</Text>
|
85
|
+
<Text {...args}>{"is the art and technique of arranging type to make written language legible, \n readable and appealing when displayed."}</Text>
|
86
|
+
</div>
|
87
|
+
</Card>);
|
88
|
+
};
|
89
|
+
export var Appearance = function (_a) {
|
90
|
+
var args = __rest(_a, []);
|
91
|
+
return (<div className="flex flex-col space-y-4">
|
92
|
+
<Card {...args} appearance="surface">
|
93
|
+
<Text>surface style card (default)</Text>
|
94
|
+
</Card>
|
95
|
+
<Card {...args} appearance="classic">
|
96
|
+
<Text>classic style card</Text>
|
97
|
+
</Card>
|
98
|
+
<Card {...args} appearance="ghost">
|
99
|
+
<Text> ghost style card</Text>
|
100
|
+
</Card>
|
101
|
+
</div>);
|
102
|
+
};
|
103
|
+
export var Scaling = function (_a) {
|
104
|
+
var args = __rest(_a, []);
|
105
|
+
return (<div className="flex flex-col items-center space-y-4">
|
106
|
+
{scalingOptions.map(function (scaling) { return (<div key={scaling}>
|
107
|
+
<Card {...args} scaling={scaling}>
|
108
|
+
<Avatar {...args} radius={'full'} scaling={scaling} imagePath="https://images.unsplash.com/photo-1502823403499-6ccfcf4fb453?&w=256&h=256&q=70&crop=focalpoint&fp-x=0.5&fp-y=0.3&fp-z=1&fit=crop"/>
|
109
|
+
<div className="flex flex-col">
|
110
|
+
<Text {...args} weight={'bold'}>
|
111
|
+
Title
|
112
|
+
</Text>
|
113
|
+
<Text {...args}>Content</Text>
|
114
|
+
</div>
|
115
|
+
</Card>
|
116
|
+
</div>); })}
|
117
|
+
</div>);
|
118
|
+
};
|
119
|
+
export var Radius = function (_a) {
|
120
|
+
var args = __rest(_a, []);
|
121
|
+
return (<div className="flex flex-col items-center space-y-3">
|
122
|
+
{radiusOptions.map(function (radius) { return (<div key={radius}>
|
123
|
+
<Card {...args} radius={radius}>
|
124
|
+
<Avatar {...args} radius={radius} imagePath="https://images.unsplash.com/photo-1502823403499-6ccfcf4fb453?&w=256&h=256&q=70&crop=focalpoint&fp-x=0.5&fp-y=0.3&fp-z=1&fit=crop"/>
|
125
|
+
<div className="flex flex-col">
|
126
|
+
<Text {...args} weight={'bold'}>
|
127
|
+
Title
|
128
|
+
</Text>
|
129
|
+
<Text {...args}>Content</Text>
|
130
|
+
</div>
|
131
|
+
</Card>
|
132
|
+
</div>); })}
|
133
|
+
</div>);
|
134
|
+
};
|
@@ -0,0 +1,147 @@
|
|
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/Checkbox").CheckboxProps & 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
|
+
size: {
|
33
|
+
table: {
|
34
|
+
category: string;
|
35
|
+
type: {
|
36
|
+
summary: string;
|
37
|
+
};
|
38
|
+
};
|
39
|
+
options: import("../../types").ISize[];
|
40
|
+
description: string;
|
41
|
+
control: {
|
42
|
+
type: string;
|
43
|
+
};
|
44
|
+
defaultValue: {
|
45
|
+
summary: string;
|
46
|
+
};
|
47
|
+
};
|
48
|
+
radius: {
|
49
|
+
description: string;
|
50
|
+
table: {
|
51
|
+
category: string;
|
52
|
+
type: {
|
53
|
+
summary: string;
|
54
|
+
};
|
55
|
+
};
|
56
|
+
options: IRadius[];
|
57
|
+
control: {
|
58
|
+
type: string;
|
59
|
+
};
|
60
|
+
defaultValue: {
|
61
|
+
summary: string;
|
62
|
+
};
|
63
|
+
};
|
64
|
+
color: {
|
65
|
+
description: string;
|
66
|
+
table: {
|
67
|
+
category: string;
|
68
|
+
type: {
|
69
|
+
summary: string;
|
70
|
+
};
|
71
|
+
};
|
72
|
+
options: import("../../types").IColor[];
|
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
|
+
checked: {
|
112
|
+
table: {
|
113
|
+
disable: boolean;
|
114
|
+
};
|
115
|
+
};
|
116
|
+
defaultChecked: {
|
117
|
+
table: {
|
118
|
+
disable: boolean;
|
119
|
+
};
|
120
|
+
};
|
121
|
+
indeterminate: {
|
122
|
+
table: {
|
123
|
+
disable: boolean;
|
124
|
+
};
|
125
|
+
};
|
126
|
+
};
|
127
|
+
args: {};
|
128
|
+
};
|
129
|
+
export default meta;
|
130
|
+
export declare const Default: ({ ...args }: {
|
131
|
+
[x: string]: any;
|
132
|
+
}) => import("react").JSX.Element;
|
133
|
+
export declare const Types: ({ ...args }: {
|
134
|
+
[x: string]: any;
|
135
|
+
}) => import("react").JSX.Element;
|
136
|
+
export declare const Size: ({ ...args }: {
|
137
|
+
[x: string]: any;
|
138
|
+
}) => import("react").JSX.Element;
|
139
|
+
export declare const Scaling: ({ ...args }: {
|
140
|
+
[x: string]: any;
|
141
|
+
}) => import("react").JSX.Element;
|
142
|
+
export declare const Radius: ({ ...args }: {
|
143
|
+
[x: string]: any;
|
144
|
+
}) => import("react").JSX.Element;
|
145
|
+
export declare const Appearance: ({ ...args }: {
|
146
|
+
[x: string]: any;
|
147
|
+
}) => import("react").JSX.Element;
|