@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,127 @@
1
+ /// <reference types="react" />
2
+ import { ISize } from '../../types';
3
+ declare const meta: {
4
+ title: string;
5
+ component: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/radio-cards").RootProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("../../components/RadioCards").RadioCardsProps & 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
+ table: {
21
+ category: string;
22
+ type: {
23
+ summary: string;
24
+ };
25
+ };
26
+ options: import("../../types").IRadius[];
27
+ description: string;
28
+ control: {
29
+ type: string;
30
+ };
31
+ defaultValue: {
32
+ summary: string;
33
+ };
34
+ };
35
+ disabled: {
36
+ description: string;
37
+ defaultValue: {
38
+ summary: string;
39
+ };
40
+ table: {
41
+ category: string;
42
+ type: {
43
+ summary: string;
44
+ };
45
+ };
46
+ control: {
47
+ type: string;
48
+ };
49
+ };
50
+ size: {
51
+ table: {
52
+ category: string;
53
+ type: {
54
+ summary: string;
55
+ };
56
+ };
57
+ options: ISize[];
58
+ description: string;
59
+ control: {
60
+ type: string;
61
+ };
62
+ defaultValue: {
63
+ summary: string;
64
+ };
65
+ };
66
+ scaling: {
67
+ description: string;
68
+ table: {
69
+ category: string;
70
+ type: {
71
+ summary: string;
72
+ };
73
+ };
74
+ control: {
75
+ type: string;
76
+ };
77
+ options: import("../../types").IScaling[];
78
+ defaultValue: {
79
+ summary: string;
80
+ };
81
+ };
82
+ color: {
83
+ description: string;
84
+ defaultValue: {
85
+ summary: string;
86
+ };
87
+ table: {
88
+ category: string;
89
+ type: {
90
+ summary: string;
91
+ };
92
+ };
93
+ options: import("../../types").IColor[];
94
+ control: {
95
+ type: string;
96
+ };
97
+ };
98
+ appearance: {
99
+ table: {
100
+ category: string;
101
+ type: {
102
+ summary: string;
103
+ };
104
+ };
105
+ control: {
106
+ type: string;
107
+ };
108
+ options: string[];
109
+ defaultValue: {
110
+ summary: string;
111
+ };
112
+ };
113
+ };
114
+ };
115
+ export default meta;
116
+ export declare const Default: ({ ...args }: {
117
+ [x: string]: any;
118
+ }) => import("react").JSX.Element;
119
+ export declare const Radius: ({ ...args }: {
120
+ [x: string]: any;
121
+ }) => import("react").JSX.Element;
122
+ export declare const Size: ({ ...args }: {
123
+ [x: string]: any;
124
+ }) => import("react").JSX.Element;
125
+ export declare const States: ({ ...args }: {
126
+ [x: string]: any;
127
+ }) => import("react").JSX.Element;
@@ -0,0 +1,153 @@
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 } from '../../constants';
24
+ import { RadioCards, RadioCardsItem } from '../../components/RadioCards';
25
+ var meta = {
26
+ title: 'Component/RadioCards',
27
+ component: RadioCards,
28
+ parameters: {
29
+ layout: 'centered',
30
+ themes: {
31
+ themeOverride: 'dark',
32
+ },
33
+ docs: {
34
+ description: {
35
+ component: '선택 가능한 Radio가 카드 형식으로 구성되어 있다.',
36
+ },
37
+ },
38
+ },
39
+ tags: ['autodocs'],
40
+ argTypes: {
41
+ radius: __assign(__assign({}, commonArgTypes.radius), { table: {
42
+ category: 'Theme Props',
43
+ type: {
44
+ summary: radiusOptions.join(' | '),
45
+ },
46
+ }, options: radiusOptions, description: 'radioCards 둥글기' }),
47
+ disabled: {
48
+ description: 'radioCards disabled',
49
+ defaultValue: { summary: 'false' },
50
+ table: {
51
+ category: 'Props',
52
+ type: { summary: 'boolean' },
53
+ },
54
+ control: { type: 'boolean' },
55
+ },
56
+ size: __assign(__assign({}, commonArgTypes.size), { table: {
57
+ category: 'Props',
58
+ type: {
59
+ summary: sizeOptions
60
+ .filter(function (size) { return !['x-small', 'x-large'].includes(size); })
61
+ .join(' | '),
62
+ },
63
+ }, options: sizeOptions.filter(function (size) { return !['x-small', 'x-large'].includes(size); }), description: 'radioCards 크기' }),
64
+ scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'radioCards scaling' }),
65
+ color: __assign(__assign({}, commonArgTypes.color), { description: 'radioCards 테두리 color', defaultValue: { summary: 'red' } }),
66
+ appearance: {
67
+ table: {
68
+ category: 'Props',
69
+ type: { summary: ['classic', 'surface'].join(' | ') },
70
+ },
71
+ control: { type: 'select' },
72
+ options: ['classic', 'surface'],
73
+ defaultValue: { summary: 'surface' },
74
+ },
75
+ },
76
+ };
77
+ export default meta;
78
+ export var Default = function (_a) {
79
+ var args = __rest(_a, []);
80
+ return (<RadioCards {...args} defaultValue="1">
81
+ <RadioCardsItem value="1" {...args}>
82
+ radioCard 1
83
+ </RadioCardsItem>
84
+ <RadioCardsItem value="2" {...args}>
85
+ radioCard 2
86
+ </RadioCardsItem>
87
+ <RadioCardsItem value="3" {...args}>
88
+ radioCard 3
89
+ </RadioCardsItem>
90
+ </RadioCards>);
91
+ };
92
+ export var Radius = function (_a) {
93
+ var args = __rest(_a, []);
94
+ return (<div className="flex items-center space-x-4">
95
+ <div className="flex space-x-1">
96
+ <RadioCards {...args} defaultValue="none">
97
+ <RadioCardsItem value="none" {...args} radius={'none'}>
98
+ none
99
+ </RadioCardsItem>
100
+ <RadioCardsItem value="small" {...args} radius={'small'}>
101
+ small
102
+ </RadioCardsItem>
103
+ <RadioCardsItem value="medium" {...args} radius={'medium'}>
104
+ medium
105
+ </RadioCardsItem>
106
+ <RadioCardsItem value="large" {...args} radius={'large'}>
107
+ large
108
+ </RadioCardsItem>
109
+ </RadioCards>
110
+ </div>
111
+ </div>);
112
+ };
113
+ export var Size = function (_a) {
114
+ var args = __rest(_a, []);
115
+ return (<div className="flex items-center space-x-4">
116
+ <RadioCards defaultValue="small" {...args}>
117
+ <RadioCardsItem value={'small'} {...args} size={'small'}>
118
+ small
119
+ </RadioCardsItem>
120
+ <RadioCardsItem value={'medium'} {...args} size={'medium'}>
121
+ medium
122
+ </RadioCardsItem>
123
+ <RadioCardsItem value={'large'} {...args} size={'large'}>
124
+ large
125
+ </RadioCardsItem>
126
+ </RadioCards>
127
+ </div>);
128
+ };
129
+ export var States = function (_a) {
130
+ var args = __rest(_a, []);
131
+ return (<div className="space-y-2">
132
+ <div className="flex items-center space-x-4">
133
+ <RadioCards {...args} defaultValue="On">
134
+ <RadioCardsItem value="Off" {...args}>
135
+ Off
136
+ </RadioCardsItem>
137
+ <RadioCardsItem value="On" {...args}>
138
+ On
139
+ </RadioCardsItem>
140
+ </RadioCards>
141
+ </div>
142
+ <div className="flex items-center space-x-4">
143
+ <RadioCards {...args} defaultValue="On">
144
+ <RadioCardsItem value="Off" {...args} disabled>
145
+ Off
146
+ </RadioCardsItem>
147
+ <RadioCardsItem value="On" {...args} disabled>
148
+ On
149
+ </RadioCardsItem>
150
+ </RadioCards>
151
+ </div>
152
+ </div>);
153
+ };
@@ -0,0 +1,111 @@
1
+ /// <reference types="react" />
2
+ import { ISize } from '../../types';
3
+ declare const meta: {
4
+ title: string;
5
+ component: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/themes/dist/cjs/components/radio-group").RootProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("../../components/RadioGroup").RadioGroupProps & 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
+ disabled: {
20
+ description: string;
21
+ defaultValue: {
22
+ summary: string;
23
+ };
24
+ table: {
25
+ category: string;
26
+ type: {
27
+ summary: string;
28
+ };
29
+ };
30
+ control: {
31
+ type: string;
32
+ };
33
+ };
34
+ size: {
35
+ table: {
36
+ category: string;
37
+ type: {
38
+ summary: string;
39
+ };
40
+ };
41
+ options: ISize[];
42
+ description: string;
43
+ control: {
44
+ type: string;
45
+ };
46
+ defaultValue: {
47
+ summary: string;
48
+ };
49
+ };
50
+ scaling: {
51
+ description: string;
52
+ table: {
53
+ category: string;
54
+ type: {
55
+ summary: string;
56
+ };
57
+ };
58
+ control: {
59
+ type: string;
60
+ };
61
+ options: import("../../types").IScaling[];
62
+ defaultValue: {
63
+ summary: string;
64
+ };
65
+ };
66
+ color: {
67
+ description: string;
68
+ defaultValue: {
69
+ summary: string;
70
+ };
71
+ table: {
72
+ category: string;
73
+ type: {
74
+ summary: string;
75
+ };
76
+ };
77
+ options: import("../../types").IColor[];
78
+ control: {
79
+ type: string;
80
+ };
81
+ };
82
+ appearance: {
83
+ table: {
84
+ category: string;
85
+ type: {
86
+ summary: string;
87
+ };
88
+ };
89
+ control: {
90
+ type: string;
91
+ };
92
+ options: string[];
93
+ defaultValue: {
94
+ summary: string;
95
+ };
96
+ };
97
+ };
98
+ };
99
+ export default meta;
100
+ export declare const Default: ({ ...args }: {
101
+ [x: string]: any;
102
+ }) => import("react").JSX.Element;
103
+ export declare const Size: ({ ...args }: {
104
+ [x: string]: any;
105
+ }) => import("react").JSX.Element;
106
+ export declare const Appearance: ({ ...args }: {
107
+ [x: string]: any;
108
+ }) => import("react").JSX.Element;
109
+ export declare const Disabled: ({ ...args }: {
110
+ [x: string]: any;
111
+ }) => import("react").JSX.Element;
@@ -0,0 +1,142 @@
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, sizeOptions } from '../../constants';
24
+ import { RadioGroup, RadioGroupItem } from '../../components/RadioGroup';
25
+ var meta = {
26
+ title: 'Component/RadioGroup',
27
+ component: RadioGroup,
28
+ parameters: {
29
+ layout: 'centered',
30
+ themes: {
31
+ themeOverride: 'dark',
32
+ },
33
+ docs: {
34
+ description: {
35
+ component: '선택 가능한 Radio가 그룹으로 구성되어 있다.',
36
+ },
37
+ },
38
+ },
39
+ tags: ['autodocs'],
40
+ argTypes: {
41
+ disabled: {
42
+ description: 'radioGroup disabled',
43
+ defaultValue: { summary: 'false' },
44
+ table: {
45
+ category: 'Props',
46
+ type: { summary: 'boolean' },
47
+ },
48
+ control: { type: 'boolean' },
49
+ },
50
+ size: __assign(__assign({}, commonArgTypes.size), { table: {
51
+ category: 'Props',
52
+ type: {
53
+ summary: sizeOptions
54
+ .filter(function (size) { return !['x-small', 'x-large'].includes(size); })
55
+ .join(' | '),
56
+ },
57
+ }, options: sizeOptions.filter(function (size) { return !['x-small', 'x-large'].includes(size); }), description: 'radioGroup 크기' }),
58
+ scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'radioGroup scaling' }),
59
+ color: __assign(__assign({}, commonArgTypes.color), { description: 'radioGroup color', defaultValue: { summary: 'red' } }),
60
+ appearance: {
61
+ table: {
62
+ category: 'Props',
63
+ type: { summary: ['classic', 'soft', 'surface'].join(' | ') },
64
+ },
65
+ control: { type: 'select' },
66
+ options: ['classic', 'soft', 'surface'],
67
+ defaultValue: { summary: 'surface' },
68
+ },
69
+ },
70
+ };
71
+ export default meta;
72
+ export var Default = function (_a) {
73
+ var args = __rest(_a, []);
74
+ return (<RadioGroup defaultValue={'1'} name="example" {...args}>
75
+ <RadioGroupItem value="1" {...args}>
76
+ Default
77
+ </RadioGroupItem>
78
+ <RadioGroupItem value="2" {...args}>
79
+ Comfortable
80
+ </RadioGroupItem>
81
+ <RadioGroupItem value="3" {...args}>
82
+ Compact
83
+ </RadioGroupItem>
84
+ </RadioGroup>);
85
+ };
86
+ export var Size = function (_a) {
87
+ var args = __rest(_a, []);
88
+ return (<div className="flex items-center space-x-4">
89
+ {['small', 'medium', 'large'].map(function (size) { return (<RadioGroup key={size} defaultValue={'1'} name={size} {...args} size={size}>
90
+ <RadioGroupItem value="1" {...args}>
91
+ Default
92
+ </RadioGroupItem>
93
+ <RadioGroupItem value="2" {...args}>
94
+ Comfortable
95
+ </RadioGroupItem>
96
+ <RadioGroupItem value="3" {...args}>
97
+ Compact
98
+ </RadioGroupItem>
99
+ </RadioGroup>); })}
100
+ </div>);
101
+ };
102
+ export var Appearance = function (_a) {
103
+ var args = __rest(_a, []);
104
+ return (<div className="flex items-center space-x-4">
105
+ {['classic', 'soft', 'surface'].map(function (appearance) { return (<RadioGroup key={appearance} defaultValue={'1'} name={appearance} {...args} appearance={appearance}>
106
+ <RadioGroupItem value="1" {...args}>
107
+ Default
108
+ </RadioGroupItem>
109
+ <RadioGroupItem value="2" {...args}>
110
+ Comfortable
111
+ </RadioGroupItem>
112
+ <RadioGroupItem value="3" {...args}>
113
+ Compact
114
+ </RadioGroupItem>
115
+ </RadioGroup>); })}
116
+ </div>);
117
+ };
118
+ export var Disabled = function (_a) {
119
+ var args = __rest(_a, []);
120
+ return (<div className="flex items-center space-x-4">
121
+ <div>
122
+ <RadioGroup defaultValue={'On'} {...args}>
123
+ <RadioGroupItem value="Off" {...args}>
124
+ Off
125
+ </RadioGroupItem>
126
+ <RadioGroupItem value="On" {...args}>
127
+ On
128
+ </RadioGroupItem>
129
+ </RadioGroup>
130
+ </div>
131
+ <div>
132
+ <RadioGroup defaultValue={'On'} {...args}>
133
+ <RadioGroupItem value="Off" {...args} disabled>
134
+ Off
135
+ </RadioGroupItem>
136
+ <RadioGroupItem value="On" {...args} disabled>
137
+ On
138
+ </RadioGroupItem>
139
+ </RadioGroup>
140
+ </div>
141
+ </div>);
142
+ };
@@ -0,0 +1,59 @@
1
+ /// <reference types="react" />
2
+ import { ISize } from '../../types';
3
+ declare const meta: {
4
+ title: string;
5
+ component: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-scroll-area").ScrollAreaProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("../../components/ScrollArea").ScrollAreaProps & 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: import("../../types").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
+ };
52
+ };
53
+ export default meta;
54
+ export declare const Default: ({ ...args }: {
55
+ [x: string]: any;
56
+ }) => import("react").JSX.Element;
57
+ export declare const Type: ({ ...args }: {
58
+ [x: string]: any;
59
+ }) => import("react").JSX.Element;