@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,148 @@
1
+ /// <reference types="react" />
2
+ import { IAppearance, IRadius, IScaling, IWeight } from '../../types';
3
+ import { ButtonProps } from 'components/Button';
4
+ declare const meta: {
5
+ title: string;
6
+ component: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & ButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
7
+ parameters: {
8
+ layout: string;
9
+ themes: {
10
+ themeOverride: string;
11
+ };
12
+ docs: {
13
+ description: {
14
+ component: string;
15
+ };
16
+ };
17
+ };
18
+ tags: string[];
19
+ argTypes: {
20
+ radius: {
21
+ description: string;
22
+ table: {
23
+ category: string;
24
+ type: {
25
+ summary: string;
26
+ };
27
+ };
28
+ options: IRadius[];
29
+ control: {
30
+ type: string;
31
+ };
32
+ defaultValue: {
33
+ summary: string;
34
+ };
35
+ };
36
+ scaling: {
37
+ description: string;
38
+ table: {
39
+ category: string;
40
+ type: {
41
+ summary: string;
42
+ };
43
+ };
44
+ control: {
45
+ type: string;
46
+ };
47
+ options: IScaling[];
48
+ defaultValue: {
49
+ summary: string;
50
+ };
51
+ };
52
+ size: {
53
+ description: string;
54
+ table: {
55
+ category: string;
56
+ type: {
57
+ summary: string;
58
+ };
59
+ };
60
+ control: {
61
+ type: string;
62
+ };
63
+ options: import("../../types").ISize[];
64
+ defaultValue: {
65
+ summary: string;
66
+ };
67
+ };
68
+ weight: {
69
+ description: string;
70
+ table: {
71
+ category: string;
72
+ type: {
73
+ summary: string;
74
+ };
75
+ };
76
+ options: IWeight[];
77
+ control: {
78
+ type: string;
79
+ };
80
+ defaultValue: {
81
+ summary: string;
82
+ };
83
+ };
84
+ onClick: {
85
+ table: {
86
+ category: string;
87
+ };
88
+ };
89
+ color: {
90
+ description: string;
91
+ table: {
92
+ category: string;
93
+ type: {
94
+ summary: string;
95
+ };
96
+ };
97
+ options: import("../../types").IColor[];
98
+ control: {
99
+ type: string;
100
+ };
101
+ defaultValue: {
102
+ summary: string;
103
+ };
104
+ };
105
+ appearance: {
106
+ description: string;
107
+ options: IAppearance[];
108
+ table: {
109
+ category: string;
110
+ type: {
111
+ summary: string;
112
+ };
113
+ };
114
+ control: {
115
+ type: string;
116
+ };
117
+ defaultValue: {
118
+ summary: string;
119
+ };
120
+ };
121
+ disabled: {
122
+ description: string;
123
+ defaultValue: {
124
+ summary: string;
125
+ };
126
+ table: {
127
+ category: string;
128
+ type: {
129
+ summary: string;
130
+ };
131
+ };
132
+ control: {
133
+ type: string;
134
+ };
135
+ };
136
+ };
137
+ args: {
138
+ onClick: import("@vitest/spy").Mock<[event: import("react").MouseEvent<HTMLButtonElement, MouseEvent>], void>;
139
+ };
140
+ };
141
+ export default meta;
142
+ export declare const Default: (args: ButtonProps) => import("react").JSX.Element;
143
+ export declare const Radius: (args: ButtonProps) => import("react").JSX.Element;
144
+ export declare const Size: (args: ButtonProps) => import("react").JSX.Element;
145
+ export declare const Scaling: (args: ButtonProps) => import("react").JSX.Element;
146
+ export declare const Weight: (args: ButtonProps) => import("react").JSX.Element;
147
+ export declare const Appearance: (args: ButtonProps) => import("react").JSX.Element;
148
+ export declare const WithIcon: (args: ButtonProps) => import("react").JSX.Element;
@@ -0,0 +1,98 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { fn } from '@storybook/test';
13
+ import { radiusOptions, scalingOptions, weightOptions, commonArgTypes, appearanceOptions, sizeOptions, } from '../../../src/constants';
14
+ import Button from 'components/Button';
15
+ import { BookmarkIcon, ArrowRightIcon } from '@radix-ui/react-icons';
16
+ var meta = {
17
+ title: 'Component/Button',
18
+ component: Button,
19
+ parameters: {
20
+ layout: 'centered',
21
+ themes: {
22
+ themeOverride: 'dark',
23
+ },
24
+ docs: {
25
+ description: {
26
+ component: '어떤 기능이나 동작을 실행하거나 기능을 사용하기 위한 상태로 변경하는 요소.',
27
+ },
28
+ },
29
+ },
30
+ tags: ['autodocs'],
31
+ argTypes: {
32
+ radius: __assign(__assign({}, commonArgTypes.radius), { description: '버튼 둥글기' }),
33
+ scaling: __assign(__assign({}, commonArgTypes.scaling), { description: '버튼 비율' }),
34
+ size: __assign(__assign({}, commonArgTypes.size), { description: '버튼 크기' }),
35
+ weight: __assign(__assign({}, commonArgTypes.weight), { description: '버튼 폰트 두께' }),
36
+ onClick: {
37
+ table: {
38
+ category: 'EVENT HANDLER',
39
+ },
40
+ },
41
+ color: __assign(__assign({}, commonArgTypes.color), { description: 'Button 메인 색' }),
42
+ appearance: __assign(__assign({}, commonArgTypes.appearance), { description: 'Button 스타일', options: appearanceOptions }),
43
+ disabled: {
44
+ description: '버튼 disabled 기본 속성',
45
+ defaultValue: { summary: 'false' },
46
+ table: {
47
+ category: 'Props',
48
+ type: { summary: 'boolean' },
49
+ },
50
+ control: { type: 'boolean' },
51
+ },
52
+ },
53
+ args: {
54
+ onClick: fn(),
55
+ },
56
+ };
57
+ export default meta;
58
+ export var Default = function (args) { return <Button {...args}>버튼</Button>; };
59
+ export var Radius = function (args) { return (<div className="flex space-x-2">
60
+ {radiusOptions.map(function (radius) { return (<Button key={radius} {...args} radius={radius}>
61
+ {radius}
62
+ </Button>); })}
63
+ </div>); };
64
+ export var Size = function (args) { return (<div className="flex items-center space-x-3">
65
+ {sizeOptions.map(function (size) { return (<Button key={"".concat(size, "-size")} {...args} size={size}>
66
+ {size}
67
+ </Button>); })}
68
+ </div>); };
69
+ export var Scaling = function (args) { return (<div className="flex items-center space-x-3">
70
+ {scalingOptions.map(function (scaling) { return (<Button key={scaling} {...args} scaling={scaling}>
71
+ {scaling}
72
+ </Button>); })}
73
+ </div>); };
74
+ export var Weight = function (args) { return (<div className="flex items-center space-x-3">
75
+ {weightOptions.map(function (weight) { return (<Button key={weight} {...args} weight={weight}>
76
+ {weight}
77
+ </Button>); })}
78
+ </div>); };
79
+ export var Appearance = function (args) { return (<div className="flex items-center space-x-3">
80
+ {appearanceOptions.map(function (appearance) { return (<Button key={appearance} {...args} appearance={appearance}>
81
+ {appearance}
82
+ </Button>); })}
83
+ </div>); };
84
+ export var WithIcon = function (args) { return (<div className="flex flex-col items-center space-y-3">
85
+ <div className="flex items-center space-x-3">
86
+ {appearanceOptions.map(function (appearance) { return (<Button key={appearance} {...args} appearance={appearance}>
87
+ <BookmarkIcon className="w-4 h-4 mr-2"/>
88
+ 북마크
89
+ </Button>); })}
90
+ </div>
91
+
92
+ <div className="flex items-center space-x-3">
93
+ {appearanceOptions.map(function (appearance) { return (<Button key={appearance} {...args} appearance={appearance}>
94
+ More
95
+ <ArrowRightIcon className="w-4 h-4 ml-2"/>
96
+ </Button>); })}
97
+ </div>
98
+ </div>); };
@@ -0,0 +1,125 @@
1
+ /// <reference types="react" />
2
+ import { ISize, IRadius, IAppearance } from 'types';
3
+ declare const meta: {
4
+ title: string;
5
+ component: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import("../../components/IconButton").IconButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
6
+ parameters: {
7
+ layout: string;
8
+ themes: {
9
+ themeOverride: string;
10
+ };
11
+ docs: {
12
+ description: {
13
+ component: string;
14
+ };
15
+ };
16
+ };
17
+ tags: string[];
18
+ argTypes: {
19
+ disabled: {
20
+ description: string;
21
+ defaultValue: {
22
+ summary: string;
23
+ };
24
+ table: {
25
+ category: string;
26
+ type: {
27
+ summary: string;
28
+ };
29
+ };
30
+ control: {
31
+ type: string;
32
+ };
33
+ };
34
+ radius: {
35
+ description: string;
36
+ table: {
37
+ category: string;
38
+ type: {
39
+ summary: string;
40
+ };
41
+ };
42
+ options: IRadius[];
43
+ control: {
44
+ type: string;
45
+ };
46
+ defaultValue: {
47
+ summary: string;
48
+ };
49
+ };
50
+ size: {
51
+ table: {
52
+ category: string;
53
+ type: {
54
+ summary: string;
55
+ };
56
+ };
57
+ options: ISize[];
58
+ description: string;
59
+ control: {
60
+ type: string;
61
+ };
62
+ defaultValue: {
63
+ summary: string;
64
+ };
65
+ };
66
+ scaling: {
67
+ description: string;
68
+ table: {
69
+ category: string;
70
+ type: {
71
+ summary: string;
72
+ };
73
+ };
74
+ control: {
75
+ type: string;
76
+ };
77
+ options: import("types").IScaling[];
78
+ defaultValue: {
79
+ summary: string;
80
+ };
81
+ };
82
+ color: {
83
+ description: string;
84
+ table: {
85
+ category: string;
86
+ type: {
87
+ summary: string;
88
+ };
89
+ };
90
+ options: import("types").IColor[];
91
+ control: {
92
+ type: string;
93
+ };
94
+ defaultValue: {
95
+ summary: string;
96
+ };
97
+ };
98
+ appearance: {
99
+ options: IAppearance[];
100
+ table: {
101
+ category: string;
102
+ type: {
103
+ summary: string;
104
+ };
105
+ };
106
+ control: {
107
+ type: string;
108
+ };
109
+ defaultValue: {
110
+ summary: string;
111
+ };
112
+ };
113
+ };
114
+ };
115
+ export default meta;
116
+ export declare const Default: ({ ...args }: any) => import("react").JSX.Element;
117
+ export declare const Size: ({ ...args }: {
118
+ [x: string]: any;
119
+ }) => import("react").JSX.Element;
120
+ export declare const Radius: ({ ...args }: {
121
+ [x: string]: any;
122
+ }) => import("react").JSX.Element;
123
+ export declare const Appearance: ({ ...args }: {
124
+ [x: string]: any;
125
+ }) => import("react").JSX.Element;
@@ -0,0 +1,93 @@
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 { MagnifyingGlassIcon } from '@radix-ui/react-icons';
24
+ import { commonArgTypes, radiusOptions, sizeOptions, appearanceOptions } from '../../constants';
25
+ import { IconButton } from '../../components/IconButton';
26
+ var meta = {
27
+ title: 'Component/IconButton',
28
+ component: IconButton,
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
+ disabled: {
43
+ description: 'IconButton disabled',
44
+ defaultValue: { summary: 'false' },
45
+ table: {
46
+ category: 'Props',
47
+ type: { summary: 'boolean' },
48
+ },
49
+ control: { type: 'boolean' },
50
+ },
51
+ radius: __assign(__assign({}, commonArgTypes.radius), { description: 'IconButton 둥글기' }),
52
+ size: __assign(__assign({}, commonArgTypes.size), { table: {
53
+ category: 'Props',
54
+ type: {
55
+ summary: sizeOptions.join(' | '),
56
+ },
57
+ }, options: sizeOptions, description: 'IconButton 크기' }),
58
+ scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'IconButton scaling' }),
59
+ color: __assign(__assign({}, commonArgTypes.color), { description: 'IconButton color' }),
60
+ appearance: __assign(__assign({}, commonArgTypes.appearance), { options: appearanceOptions }),
61
+ },
62
+ };
63
+ export default meta;
64
+ export var Default = function (_a) {
65
+ var args = __rest(_a, []);
66
+ return (<IconButton {...args}>
67
+ <MagnifyingGlassIcon />
68
+ </IconButton>);
69
+ };
70
+ export var Size = function (_a) {
71
+ var args = __rest(_a, []);
72
+ return (<div className="flex items-center space-x-4">
73
+ {sizeOptions.map(function (size) { return (<IconButton key={size} {...args} size={size}>
74
+ <MagnifyingGlassIcon />
75
+ </IconButton>); })}
76
+ </div>);
77
+ };
78
+ export var Radius = function (_a) {
79
+ var args = __rest(_a, []);
80
+ return (<div className="flex items-center space-x-4">
81
+ {radiusOptions.map(function (radius) { return (<IconButton key={radius} {...args} radius={radius}>
82
+ <MagnifyingGlassIcon />
83
+ </IconButton>); })}
84
+ </div>);
85
+ };
86
+ export var Appearance = function (_a) {
87
+ var args = __rest(_a, []);
88
+ return (<div className="flex items-center space-x-4">
89
+ {appearanceOptions.map(function (appearance) { return (<IconButton key={appearance} {...args} appearance={appearance}>
90
+ <MagnifyingGlassIcon />
91
+ </IconButton>); })}
92
+ </div>);
93
+ };
@@ -0,0 +1,129 @@
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/Callout").CalloutProps & import("react").RefAttributes<HTMLDivElement>>;
6
+ parameters: {
7
+ layout: string;
8
+ docs: {
9
+ description: {
10
+ component: string;
11
+ };
12
+ };
13
+ };
14
+ tags: string[];
15
+ argTypes: {
16
+ radius: {
17
+ description: string;
18
+ table: {
19
+ category: string;
20
+ type: {
21
+ summary: string;
22
+ };
23
+ };
24
+ options: IRadius[];
25
+ control: {
26
+ type: string;
27
+ };
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
+ scaling: {
49
+ description: string;
50
+ table: {
51
+ category: string;
52
+ type: {
53
+ summary: string;
54
+ };
55
+ };
56
+ control: {
57
+ type: string;
58
+ };
59
+ options: IScaling[];
60
+ defaultValue: {
61
+ summary: string;
62
+ };
63
+ };
64
+ color: {
65
+ table: {
66
+ category: string;
67
+ type: {
68
+ summary: string;
69
+ };
70
+ };
71
+ options: string[];
72
+ control: {
73
+ type: string;
74
+ };
75
+ defaultValue: {
76
+ summary: string;
77
+ };
78
+ description: string;
79
+ };
80
+ contentText: {
81
+ description: string;
82
+ table: {
83
+ category: string;
84
+ type: {
85
+ summary: string;
86
+ };
87
+ };
88
+ control: string;
89
+ };
90
+ appearance: {
91
+ table: {
92
+ category: string;
93
+ type: {
94
+ summary: string;
95
+ };
96
+ };
97
+ description: string;
98
+ options: import("types").IAppearance[];
99
+ control: {
100
+ type: string;
101
+ };
102
+ defaultValue: {
103
+ summary: string;
104
+ };
105
+ };
106
+ };
107
+ };
108
+ export default meta;
109
+ export declare const Default: ({ ...args }: {
110
+ [x: string]: any;
111
+ }) => import("react").JSX.Element;
112
+ export declare const Radius: ({ ...args }: {
113
+ [x: string]: any;
114
+ }) => import("react").JSX.Element;
115
+ export declare const Size: ({ ...args }: {
116
+ [x: string]: any;
117
+ }) => import("react").JSX.Element;
118
+ export declare const Color: ({ ...args }: {
119
+ [x: string]: any;
120
+ }) => import("react").JSX.Element;
121
+ export declare const Appearance: ({ ...args }: {
122
+ [x: string]: any;
123
+ }) => import("react").JSX.Element;
124
+ export declare const Scaling: ({ ...args }: {
125
+ [x: string]: any;
126
+ }) => import("react").JSX.Element;
127
+ export declare const IconTypes: ({ ...args }: {
128
+ [x: string]: any;
129
+ }) => import("react").JSX.Element;