@lotte-innovate/ui-component-test 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +163 -163
- package/dist/Typography/Header/index.d.ts +13 -0
- package/dist/Typography/Header/index.jsx +58 -0
- package/dist/Typography/Text/index.d.ts +16 -0
- package/dist/Typography/Text/index.jsx +47 -0
- 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/Accordion/index.jsx +13 -13
- package/dist/components/AlertDialog/AlertDialogAction.jsx +2 -2
- package/dist/components/AlertDialog/AlertDialogCancel.jsx +2 -2
- package/dist/components/AlertDialog/AlertDialogContent.jsx +5 -5
- package/dist/components/AlertDialog/AlertDialogDescription.jsx +2 -2
- package/dist/components/AlertDialog/AlertDialogTitle.jsx +2 -2
- package/dist/components/AlertDialog/AlertDialogTrigger.jsx +2 -2
- package/dist/components/AspectRatio/index.jsx +2 -2
- package/dist/components/Avatar/index.jsx +5 -5
- package/dist/components/Badge/index.jsx +2 -2
- package/dist/components/BubbleChart/index.d.ts +1 -1
- package/dist/components/Button/index.jsx +2 -2
- package/dist/components/Callout/CalloutIcon.jsx +6 -6
- package/dist/components/Callout/CalloutText.jsx +2 -2
- package/dist/components/Callout/index.jsx +4 -4
- package/dist/components/Card/index.jsx +2 -2
- package/dist/components/Checkbox/index.jsx +9 -9
- package/dist/components/CheckboxCard/index.jsx +3 -3
- package/dist/components/CheckboxGroup/CheckboxGroupItem.jsx +4 -4
- package/dist/components/CheckboxGroup/index.jsx +4 -4
- package/dist/components/ContextMenu/ContextMenuCheckboxItem.jsx +5 -5
- package/dist/components/ContextMenu/ContextMenuContent.jsx +4 -4
- package/dist/components/ContextMenu/ContextMenuGroup.jsx +2 -2
- package/dist/components/ContextMenu/ContextMenuItem.jsx +3 -3
- package/dist/components/ContextMenu/ContextMenuItemIndicator.jsx +2 -2
- package/dist/components/ContextMenu/ContextMenuLabel.jsx +2 -2
- package/dist/components/ContextMenu/ContextMenuRadioGroup.jsx +4 -4
- package/dist/components/ContextMenu/ContextMenuRadioItem.jsx +5 -5
- package/dist/components/ContextMenu/ContextMenuSeparator.jsx +2 -2
- package/dist/components/ContextMenu/ContextMenuSubContent.jsx +4 -4
- package/dist/components/ContextMenu/ContextMenuSubTrigger.jsx +7 -7
- package/dist/components/ContextMenu/ContextMenuTrigger.jsx +2 -2
- package/dist/components/ContextMenu/index.jsx +2 -2
- package/dist/components/DataList/DataListItem.jsx +2 -2
- package/dist/components/DataList/DataListLabel.jsx +2 -2
- package/dist/components/DataList/DataListValue.jsx +2 -2
- package/dist/components/DataList/index.jsx +4 -4
- package/dist/components/Dialog/DialogAction.jsx +2 -2
- package/dist/components/Dialog/DialogCancel.jsx +2 -2
- package/dist/components/Dialog/DialogContent.jsx +2 -2
- package/dist/components/Dialog/DialogDescription.jsx +2 -2
- package/dist/components/Dialog/DialogSlot.jsx +2 -2
- package/dist/components/Dialog/DialogTitle.jsx +2 -2
- package/dist/components/Dialog/DialogTrigger.jsx +2 -2
- package/dist/components/Dialog/index.jsx +2 -2
- package/dist/components/DropdownMenu/DropdonMenuRadioGroup.jsx +4 -4
- package/dist/components/DropdownMenu/DropdonMenuSubContent.jsx +4 -4
- package/dist/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +5 -5
- package/dist/components/DropdownMenu/DropdownMenuContent.jsx +4 -4
- package/dist/components/DropdownMenu/DropdownMenuItem.jsx +3 -3
- package/dist/components/DropdownMenu/DropdownMenuItemIndicator.jsx +2 -2
- package/dist/components/DropdownMenu/DropdownMenuLable.jsx +2 -2
- package/dist/components/DropdownMenu/DropdownMenuRadioItem.jsx +5 -5
- package/dist/components/DropdownMenu/DropdownMenuSubTrigger.jsx +5 -5
- package/dist/components/DropdownMenu/DropdownMenuTrigger.jsx +2 -2
- package/dist/components/HoverCard/HoverCardContent.jsx +2 -2
- package/dist/components/HoverCard/HoverCardTrigger.jsx +2 -2
- package/dist/components/HoverCard/index.jsx +2 -2
- package/dist/components/IconButton/index.jsx +2 -2
- package/dist/components/Input/Input.stories.jsx +6 -6
- package/dist/components/Inset/index.jsx +4 -4
- package/dist/components/Label/index.jsx +2 -2
- package/dist/components/Menubar/MenubarCheckboxItem.jsx +5 -5
- package/dist/components/Menubar/MenubarContent.jsx +4 -4
- package/dist/components/Menubar/MenubarItem.jsx +3 -3
- package/dist/components/Menubar/MenubarItemIndicator.jsx +2 -2
- package/dist/components/Menubar/MenubarRadioGroup.jsx +4 -4
- package/dist/components/Menubar/MenubarRadioItem.jsx +5 -5
- package/dist/components/Menubar/MenubarSeparator.jsx +2 -2
- package/dist/components/Menubar/MenubarSubContent.jsx +2 -2
- package/dist/components/Menubar/MenubarSubTrigger.jsx +5 -5
- package/dist/components/Menubar/MenubarTrigger.jsx +2 -2
- package/dist/components/Menubar/index.jsx +4 -4
- package/dist/components/NavigationMenu/NavigationMenuContent.jsx +2 -2
- package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +3 -3
- package/dist/components/NavigationMenu/NavigationMenuItem.jsx +2 -2
- package/dist/components/NavigationMenu/NavigationMenuLink.jsx +2 -2
- package/dist/components/NavigationMenu/NavigationMenuList.jsx +3 -3
- package/dist/components/NavigationMenu/NavigationMenuTrigger.jsx +3 -3
- package/dist/components/NavigationMenu/NavigationMenuViewport.jsx +2 -2
- package/dist/components/NavigationMenu/index.jsx +4 -4
- package/dist/components/Popover/PopoverClose.jsx +2 -2
- package/dist/components/Popover/PopoverContent.jsx +2 -2
- package/dist/components/Popover/PopoverTrigger.jsx +2 -2
- package/dist/components/Popover/index.jsx +2 -2
- package/dist/components/Progress/index.d.ts +3 -3
- package/dist/components/Progress/index.jsx +2 -2
- package/dist/components/RadarChart/index.d.ts +1 -1
- package/dist/components/Radio/index.d.ts +1 -1
- package/dist/components/Radio/index.jsx +7 -7
- package/dist/components/RadioCards/RadioCardsItem.jsx +2 -2
- package/dist/components/RadioCards/index.d.ts +1 -1
- package/dist/components/RadioCards/index.jsx +4 -4
- package/dist/components/RadioGroup/RadioGroupItem.jsx +2 -2
- package/dist/components/RadioGroup/index.d.ts +1 -1
- package/dist/components/RadioGroup/index.jsx +4 -4
- package/dist/components/ScrollArea/index.jsx +4 -4
- package/dist/components/SegmentedControl/SegmentedControlItem.jsx +2 -2
- package/dist/components/SegmentedControl/index.d.ts +1 -1
- package/dist/components/SegmentedControl/index.jsx +4 -4
- package/dist/components/Select/index.d.ts +1 -1
- package/dist/components/Select/index.jsx +16 -16
- package/dist/components/Separator/index.d.ts +1 -1
- package/dist/components/Separator/index.jsx +4 -4
- package/dist/components/Skeleton/index.d.ts +1 -1
- package/dist/components/Skeleton/index.jsx +4 -4
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/index.jsx +2 -2
- package/dist/components/Spinner/index.d.ts +1 -1
- package/dist/components/Spinner/index.jsx +4 -4
- package/dist/components/TabNav/index.jsx +6 -6
- package/dist/components/Table/index.d.ts +2 -2
- package/dist/components/Table/index.jsx +16 -16
- package/dist/components/Tabs/index.d.ts +1 -1
- package/dist/components/Tabs/index.jsx +10 -10
- package/dist/components/TextArea/index.d.ts +3 -3
- package/dist/components/TextArea/index.jsx +2 -2
- package/dist/components/TextField/index.d.ts +1 -1
- package/dist/components/TextField/index.jsx +6 -6
- package/dist/components/Toast/ToastActionButton.d.ts +3 -3
- package/dist/components/Toast/ToastActionButton.jsx +2 -2
- package/dist/components/Toast/ToastDescription.d.ts +1 -1
- package/dist/components/Toast/ToastDescription.jsx +4 -4
- package/dist/components/Toast/ToastTitle.d.ts +1 -1
- package/dist/components/Toast/ToastTitle.jsx +2 -2
- package/dist/components/Toast/index.d.ts +3 -3
- package/dist/components/Toast/index.jsx +7 -7
- package/dist/components/Toggle/ToggleWithText.jsx +3 -3
- package/dist/components/Toggle/index.d.ts +3 -3
- package/dist/components/Toggle/index.jsx +2 -2
- package/dist/components/ToggleGroup/index.d.ts +1 -1
- package/dist/components/ToggleGroup/index.jsx +4 -4
- package/dist/components/ToggleGroup/toggleGroupItem.jsx +2 -2
- package/dist/components/ToggleSwitch/index.d.ts +3 -3
- package/dist/components/ToggleSwitch/index.jsx +5 -5
- package/dist/components/Tooltip/index.d.ts +1 -1
- package/dist/components/Tooltip/index.jsx +10 -10
- package/dist/components/index.d.ts +48 -0
- package/dist/components/index.js +48 -52
- 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 -51
- 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 +118 -119
@@ -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;
|