@lotte-innovate/ui-component-test 0.0.13 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Typography/Header/{index.js → index.jsx} +5 -2
- package/dist/Typography/Text/{index.js → index.jsx} +6 -3
- package/dist/components/Accordion/{index.js → index.jsx} +17 -5
- package/dist/components/AlertDialog/{AlertDialogAction.js → AlertDialogAction.jsx} +4 -3
- package/dist/components/AlertDialog/{AlertDialogCancel.js → AlertDialogCancel.jsx} +4 -3
- package/dist/components/AlertDialog/{AlertDialogContent.js → AlertDialogContent.jsx} +7 -3
- package/dist/components/AlertDialog/{AlertDialogDescription.js → AlertDialogDescription.jsx} +4 -14
- package/dist/components/AlertDialog/{AlertDialogTitle.js → AlertDialogTitle.jsx} +4 -14
- package/dist/components/AlertDialog/{AlertDialogTrigger.js → AlertDialogTrigger.jsx} +4 -3
- package/dist/components/AlertDialog/{index.js → index.jsx} +4 -14
- package/dist/components/AspectRatio/{index.js → index.jsx} +4 -3
- package/dist/components/Avatar/{index.js → index.jsx} +7 -3
- package/dist/components/Badge/{index.js → index.jsx} +4 -3
- package/dist/components/BubbleChart/index.d.ts +2 -1
- package/dist/components/BubbleChart/{index.js → index.jsx} +2 -2
- package/dist/components/Button/{index.js → index.jsx} +4 -3
- package/dist/components/Callout/{CalloutIcon.js → CalloutIcon.jsx} +8 -3
- package/dist/components/Callout/{CalloutText.js → CalloutText.jsx} +4 -14
- package/dist/components/Callout/{index.js → index.jsx} +6 -3
- package/dist/components/Card/{index.js → index.jsx} +4 -3
- package/dist/components/Checkbox/{index.js → index.jsx} +11 -3
- package/dist/components/CheckboxCard/{index.js → index.jsx} +5 -3
- package/dist/components/CheckboxGroup/{CheckboxGroupItem.js → CheckboxGroupItem.jsx} +6 -14
- package/dist/components/CheckboxGroup/{index.js → index.jsx} +5 -2
- package/dist/components/ContextMenu/{ContextMenuCheckboxItem.js → ContextMenuCheckboxItem.jsx} +7 -14
- package/dist/components/ContextMenu/{ContextMenuContent.js → ContextMenuContent.jsx} +6 -3
- package/dist/components/ContextMenu/{ContextMenuGroup.js → ContextMenuGroup.jsx} +4 -14
- package/dist/components/ContextMenu/{ContextMenuItem.js → ContextMenuItem.jsx} +5 -3
- package/dist/components/ContextMenu/{ContextMenuItemIndicator.js → ContextMenuItemIndicator.jsx} +4 -3
- package/dist/components/ContextMenu/{ContextMenuLabel.js → ContextMenuLabel.jsx} +4 -3
- package/dist/components/ContextMenu/{ContextMenuRadioGroup.js → ContextMenuRadioGroup.jsx} +6 -14
- package/dist/components/ContextMenu/{ContextMenuRadioItem.js → ContextMenuRadioItem.jsx} +7 -14
- package/dist/components/ContextMenu/{ContextMenuSeparator.js → ContextMenuSeparator.jsx} +4 -14
- package/dist/components/ContextMenu/{ContextMenuSubContent.js → ContextMenuSubContent.jsx} +9 -6
- package/dist/components/ContextMenu/{ContextMenuSubTrigger.js → ContextMenuSubTrigger.jsx} +9 -14
- package/dist/components/ContextMenu/{ContextMenuTrigger.js → ContextMenuTrigger.jsx} +4 -14
- package/dist/components/ContextMenu/{index.js → index.jsx} +6 -14
- package/dist/components/DataList/{DataListItem.js → DataListItem.jsx} +4 -3
- package/dist/components/DataList/{DataListLabel.js → DataListLabel.jsx} +4 -3
- package/dist/components/DataList/{DataListValue.js → DataListValue.jsx} +4 -3
- package/dist/components/DataList/{index.js → index.jsx} +6 -14
- package/dist/components/Dialog/{DialogAction.js → DialogAction.jsx} +4 -14
- package/dist/components/Dialog/{DialogCancel.js → DialogCancel.jsx} +4 -14
- package/dist/components/Dialog/{DialogContent.js → DialogContent.jsx} +4 -3
- package/dist/components/Dialog/{DialogDescription.js → DialogDescription.jsx} +4 -14
- package/dist/components/Dialog/{DialogSlot.js → DialogSlot.jsx} +4 -14
- package/dist/components/Dialog/{DialogTitle.js → DialogTitle.jsx} +4 -14
- package/dist/components/Dialog/{DialogTrigger.js → DialogTrigger.jsx} +4 -14
- package/dist/components/Dialog/{index.js → index.jsx} +4 -14
- package/dist/components/DoughnutChart/index.d.ts +2 -1
- package/dist/components/DoughnutChart/{index.js → index.jsx} +2 -2
- package/dist/components/DropdownMenu/{DropdonMenuRadioGroup.js → DropdonMenuRadioGroup.jsx} +6 -14
- package/dist/components/DropdownMenu/{DropdonMenuSubContent.js → DropdonMenuSubContent.jsx} +10 -7
- package/dist/components/DropdownMenu/{DropdownMenuCheckboxItem.js → DropdownMenuCheckboxItem.jsx} +7 -14
- package/dist/components/DropdownMenu/{DropdownMenuContent.js → DropdownMenuContent.jsx} +6 -3
- package/dist/components/DropdownMenu/{DropdownMenuItem.js → DropdownMenuItem.jsx} +5 -3
- package/dist/components/DropdownMenu/{DropdownMenuItemIndicator.js → DropdownMenuItemIndicator.jsx} +4 -3
- package/dist/components/DropdownMenu/{DropdownMenuLable.js → DropdownMenuLable.jsx} +4 -3
- package/dist/components/DropdownMenu/{DropdownMenuRadioItem.js → DropdownMenuRadioItem.jsx} +7 -14
- package/dist/components/DropdownMenu/{DropdownMenuSeparator.js → DropdownMenuSeparator.jsx} +2 -14
- package/dist/components/DropdownMenu/{DropdownMenuSub.js → DropdownMenuSub.jsx} +2 -14
- package/dist/components/DropdownMenu/{DropdownMenuSubTrigger.js → DropdownMenuSubTrigger.jsx} +7 -14
- package/dist/components/DropdownMenu/{DropdownMenuTrigger.js → DropdownMenuTrigger.jsx} +4 -14
- package/dist/components/DropdownMenu/{index.js → index.jsx} +2 -14
- package/dist/components/HoverCard/{HoverCardContent.js → HoverCardContent.jsx} +4 -3
- package/dist/components/HoverCard/{HoverCardTrigger.js → HoverCardTrigger.jsx} +4 -14
- package/dist/components/HoverCard/{index.js → index.jsx} +4 -14
- package/dist/components/IconButton/{index.js → index.jsx} +3 -2
- package/dist/components/Inset/{index.js → index.jsx} +6 -3
- package/dist/components/Label/{index.js → index.jsx} +3 -2
- package/dist/components/Menubar/{MenubarCheckboxItem.js → MenubarCheckboxItem.jsx} +7 -14
- package/dist/components/Menubar/{MenubarContent.js → MenubarContent.jsx} +10 -7
- package/dist/components/Menubar/{MenubarItem.js → MenubarItem.jsx} +5 -3
- package/dist/components/Menubar/{MenubarItemIndicator.js → MenubarItemIndicator.jsx} +4 -3
- package/dist/components/Menubar/{MenubarMenu.js → MenubarMenu.jsx} +2 -14
- package/dist/components/Menubar/{MenubarRadioGroup.js → MenubarRadioGroup.jsx} +6 -14
- package/dist/components/Menubar/{MenubarRadioItem.js → MenubarRadioItem.jsx} +7 -14
- package/dist/components/Menubar/{MenubarSeparator.js → MenubarSeparator.jsx} +4 -14
- package/dist/components/Menubar/{MenubarSub.js → MenubarSub.jsx} +2 -14
- package/dist/components/Menubar/{MenubarSubContent.js → MenubarSubContent.jsx} +5 -4
- package/dist/components/Menubar/{MenubarSubTrigger.js → MenubarSubTrigger.jsx} +7 -14
- package/dist/components/Menubar/{MenubarTrigger.js → MenubarTrigger.jsx} +4 -3
- package/dist/components/Menubar/{index.js → index.jsx} +6 -3
- package/dist/components/NavigationMenu/{NavigationMenuContent.js → NavigationMenuContent.jsx} +4 -3
- package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +22 -0
- package/dist/components/NavigationMenu/{NavigationMenuItem.js → NavigationMenuItem.jsx} +4 -14
- package/dist/components/NavigationMenu/{NavigationMenuLink.js → NavigationMenuLink.jsx} +4 -3
- package/dist/components/NavigationMenu/{NavigationMenuList.js → NavigationMenuList.jsx} +5 -3
- package/dist/components/NavigationMenu/{NavigationMenuTrigger.js → NavigationMenuTrigger.jsx} +5 -3
- package/dist/components/NavigationMenu/{NavigationMenuViewport.js → NavigationMenuViewport.jsx} +4 -3
- package/dist/components/NavigationMenu/{index.js → index.jsx} +6 -14
- package/dist/components/PieChart/index.d.ts +2 -1
- package/dist/components/PieChart/{index.js → index.jsx} +2 -2
- package/dist/components/Popover/{PopoverClose.js → PopoverClose.jsx} +4 -14
- package/dist/components/Popover/{PopoverContent.js → PopoverContent.jsx} +4 -3
- package/dist/components/Popover/{PopoverTrigger.js → PopoverTrigger.jsx} +4 -14
- package/dist/components/Popover/{index.js → index.jsx} +4 -14
- package/dist/components/Progress/{index.js → index.jsx} +4 -3
- package/dist/components/RadarChart/index.d.ts +2 -1
- package/dist/components/RadarChart/{index.js → index.jsx} +2 -2
- package/dist/components/Radio/{index.js → index.jsx} +8 -13
- package/dist/components/RadioCards/{RadioCardsItem.js → RadioCardsItem.jsx} +4 -14
- package/dist/components/RadioCards/{index.js → index.jsx} +6 -3
- package/dist/components/RadioGroup/{RadioGroupItem.js → RadioGroupItem.jsx} +4 -14
- package/dist/components/RadioGroup/{index.js → index.jsx} +6 -14
- package/dist/components/ScrollArea/{index.js → index.jsx} +6 -14
- package/dist/components/SegmentedControl/{SegmentedControlItem.js → SegmentedControlItem.jsx} +4 -14
- package/dist/components/SegmentedControl/{index.js → index.jsx} +5 -2
- package/dist/components/Select/{index.js → index.jsx} +25 -8
- package/dist/components/Separator/{index.js → index.jsx} +5 -2
- package/dist/components/Skeleton/{index.js → index.jsx} +5 -2
- package/dist/components/Slider/{index.js → index.jsx} +3 -2
- package/dist/components/Spinner/{index.js → index.jsx} +5 -2
- package/dist/components/TabNav/{index.js → index.jsx} +8 -14
- package/dist/components/Table/{index.js → index.jsx} +23 -8
- package/dist/components/Tabs/{index.js → index.jsx} +14 -5
- package/dist/components/TextArea/{index.js → index.jsx} +3 -2
- package/dist/components/TextField/{index.js → index.jsx} +8 -3
- package/dist/components/Toast/{ToastActionButton.js → ToastActionButton.jsx} +4 -3
- package/dist/components/Toast/{ToastDescription.js → ToastDescription.jsx} +6 -14
- package/dist/components/Toast/{ToastTitle.js → ToastTitle.jsx} +4 -14
- package/dist/components/Toast/{index.js → index.jsx} +9 -3
- package/dist/components/Toggle/{ToggleWithText.js → ToggleWithText.jsx} +6 -4
- package/dist/components/Toggle/{index.js → index.jsx} +4 -3
- package/dist/components/ToggleGroup/{index.js → index.jsx} +6 -3
- package/dist/components/ToggleGroup/{toggleGroupItem.js → toggleGroupItem.jsx} +4 -14
- package/dist/components/ToggleSwitch/{index.js → index.jsx} +6 -2
- package/dist/components/Tooltip/{index.js → index.jsx} +11 -2
- package/package.json +11 -2
- package/dist/app/layout.d.ts +0 -7
- package/dist/app/layout.js +0 -12
- package/dist/app/page.d.ts +0 -1
- package/dist/app/page.js +0 -6
- package/dist/app/template/colorPicker.d.ts +0 -6
- package/dist/app/template/colorPicker.js +0 -14
- package/dist/app/template/theme.d.ts +0 -12
- package/dist/app/template/theme.js +0 -11
- package/dist/components/NavigationMenu/NavigationMenuIndicator.js +0 -31
- package/dist/stories/Welcome.d.ts +0 -2
- package/dist/stories/Welcome.js +0 -30
- package/dist/stories/accordion/Accordion.stories.d.ts +0 -71
- package/dist/stories/accordion/Accordion.stories.js +0 -61
- package/dist/stories/alert-dialog/AlertDialog.stories.d.ts +0 -107
- package/dist/stories/alert-dialog/AlertDialog.stories.js +0 -60
- package/dist/stories/aspect-ratio/AspectRatio.stories.d.ts +0 -68
- package/dist/stories/aspect-ratio/AspectRatio.stories.js +0 -78
- package/dist/stories/avatar/Avatar.stories.d.ts +0 -127
- package/dist/stories/avatar/Avatar.stories.js +0 -94
- package/dist/stories/badge/Badge.stories.d.ts +0 -133
- package/dist/stories/badge/Badge.stories.js +0 -86
- package/dist/stories/bubble-chart/BubbleChart.stories.d.ts +0 -102
- package/dist/stories/bubble-chart/BubbleChart.stories.js +0 -168
- package/dist/stories/button/Button.stories.d.ts +0 -148
- package/dist/stories/button/Button.stories.js +0 -65
- package/dist/stories/button/IconButton.stories.d.ts +0 -125
- package/dist/stories/button/IconButton.stories.js +0 -80
- package/dist/stories/callout/Callout.stories.d.ts +0 -129
- package/dist/stories/callout/Callout.stories.js +0 -104
- package/dist/stories/card/Card.stories.d.ts +0 -100
- package/dist/stories/card/Card.stories.js +0 -84
- package/dist/stories/checkbox/Checkbox.stories.d.ts +0 -147
- package/dist/stories/checkbox/Checkbox.stories.js +0 -110
- package/dist/stories/checkbox/CheckboxCard.stories.d.ts +0 -129
- package/dist/stories/checkbox/CheckboxCard.stories.js +0 -90
- package/dist/stories/checkbox/CheckboxGroup.stories.d.ts +0 -91
- package/dist/stories/checkbox/CheckboxGroup.stories.js +0 -72
- package/dist/stories/context-menu/ContextMenu.stories.d.ts +0 -113
- package/dist/stories/context-menu/ContextMenu.stories.js +0 -86
- package/dist/stories/data-list/DataList.stories.d.ts +0 -97
- package/dist/stories/data-list/DataList.stories.js +0 -87
- package/dist/stories/dialog/Dialog.stories.d.ts +0 -88
- package/dist/stories/dialog/Dialog.stories.js +0 -59
- package/dist/stories/doughnut-chart/DoughnutChart.stories.d.ts +0 -180
- package/dist/stories/doughnut-chart/DoughnutChart.stories.js +0 -228
- package/dist/stories/dropdown-menu/DropdownMenu.stories.d.ts +0 -112
- package/dist/stories/dropdown-menu/DropdownMenu.stories.js +0 -75
- package/dist/stories/header/Header.stories.d.ts +0 -112
- package/dist/stories/header/Header.stories.js +0 -97
- package/dist/stories/hover-card/HoverCard.stories.d.ts +0 -107
- package/dist/stories/hover-card/HoverCard.stories.js +0 -71
- package/dist/stories/inset/Inset.stories.d.ts +0 -58
- package/dist/stories/inset/Inset.stories.js +0 -64
- package/dist/stories/label/Label.stories.d.ts +0 -94
- package/dist/stories/label/Label.stories.js +0 -91
- package/dist/stories/menubar/Menubar.stories.d.ts +0 -119
- package/dist/stories/menubar/Menubar.stories.js +0 -98
- package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +0 -385
- package/dist/stories/navigation-menu/NavigationMenu.stories.js +0 -79
- package/dist/stories/pie-chart/PieChart.stories.d.ts +0 -185
- package/dist/stories/pie-chart/PieChart.stories.js +0 -281
- package/dist/stories/popover/Popover.stories.d.ts +0 -78
- package/dist/stories/popover/Popover.stories.js +0 -74
- package/dist/stories/progress/Progress.stories.d.ts +0 -113
- package/dist/stories/progress/Progress.stories.js +0 -77
- package/dist/stories/radar-chart/RadarChart.stories.d.ts +0 -110
- package/dist/stories/radar-chart/RadarChart.stories.js +0 -201
- package/dist/stories/radio/Radio.stories.d.ts +0 -108
- package/dist/stories/radio/Radio.stories.js +0 -84
- package/dist/stories/radio/RadioCards.stories.d.ts +0 -127
- package/dist/stories/radio/RadioCards.stories.js +0 -94
- package/dist/stories/radio/RadioGroup.stories.d.ts +0 -111
- package/dist/stories/radio/RadioGroup.stories.js +0 -88
- package/dist/stories/scroll-area/ScrollArea.stories.d.ts +0 -59
- package/dist/stories/scroll-area/ScrollArea.stories.js +0 -63
- package/dist/stories/segmented-control/SegmentedControl.stories.d.ts +0 -97
- package/dist/stories/segmented-control/SegmentedControl.stories.js +0 -80
- package/dist/stories/select/Select.stories.d.ts +0 -116
- package/dist/stories/select/Select.stories.js +0 -88
- package/dist/stories/separator/Separator.stories.d.ts +0 -93
- package/dist/stories/separator/Separator.stories.js +0 -82
- package/dist/stories/skeleton/Skeleton.stories.d.ts +0 -88
- package/dist/stories/skeleton/Skeleton.stories.js +0 -92
- package/dist/stories/slider/Slider.stories.d.ts +0 -114
- package/dist/stories/slider/Slider.stories.js +0 -83
- package/dist/stories/spinner/Spinner.stories.d.ts +0 -83
- package/dist/stories/spinner/Spinner.stories.js +0 -87
- package/dist/stories/switch/Switch.stories.d.ts +0 -146
- package/dist/stories/switch/Switch.stories.js +0 -108
- package/dist/stories/tab-nav/TabNav.stories.d.ts +0 -55
- package/dist/stories/tab-nav/TabNav.stories.js +0 -59
- package/dist/stories/table/Table.stories.d.ts +0 -87
- package/dist/stories/table/Table.stories.js +0 -79
- package/dist/stories/tabs/Tabs.stories.d.ts +0 -55
- package/dist/stories/tabs/Tabs.stories.js +0 -59
- package/dist/stories/text/Text.stories.d.ts +0 -74
- package/dist/stories/text/Text.stories.js +0 -76
- package/dist/stories/textArea/TextArea.stories.d.ts +0 -117
- package/dist/stories/textArea/TextArea.stories.js +0 -96
- package/dist/stories/textfield/TextField.stories.d.ts +0 -116
- package/dist/stories/textfield/TextField.stories.js +0 -88
- package/dist/stories/toast/Toast.stories.d.ts +0 -138
- package/dist/stories/toast/Toast.stories.js +0 -104
- package/dist/stories/toggle/Toggle.stories.d.ts +0 -115
- package/dist/stories/toggle/Toggle.stories.js +0 -89
- package/dist/stories/toggle/ToggleGroup.stories.d.ts +0 -103
- package/dist/stories/toggle/ToggleGroup.stories.js +0 -94
- package/dist/stories/tooltip/Tooltip.stories.d.ts +0 -93
- package/dist/stories/tooltip/Tooltip.stories.js +0 -78
- package/dist/tsconfig.tsbuildinfo +0 -1
@@ -1,113 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import { IRadius, ISize } from '../../types';
|
3
|
-
declare const meta: {
|
4
|
-
title: string;
|
5
|
-
component: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-progress").ProgressProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("../../components/Progress").ProgressProps & 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
|
-
size: {
|
36
|
-
table: {
|
37
|
-
category: string;
|
38
|
-
type: {
|
39
|
-
summary: string;
|
40
|
-
};
|
41
|
-
};
|
42
|
-
options: ISize[];
|
43
|
-
description: string;
|
44
|
-
control: {
|
45
|
-
type: string;
|
46
|
-
};
|
47
|
-
defaultValue: {
|
48
|
-
summary: string;
|
49
|
-
};
|
50
|
-
};
|
51
|
-
scaling: {
|
52
|
-
description: string;
|
53
|
-
table: {
|
54
|
-
category: string;
|
55
|
-
type: {
|
56
|
-
summary: string;
|
57
|
-
};
|
58
|
-
};
|
59
|
-
control: {
|
60
|
-
type: string;
|
61
|
-
};
|
62
|
-
options: import("../../types").IScaling[];
|
63
|
-
defaultValue: {
|
64
|
-
summary: string;
|
65
|
-
};
|
66
|
-
};
|
67
|
-
color: {
|
68
|
-
description: string;
|
69
|
-
table: {
|
70
|
-
category: string;
|
71
|
-
type: {
|
72
|
-
summary: string;
|
73
|
-
};
|
74
|
-
};
|
75
|
-
options: import("../../types").IColor[];
|
76
|
-
control: {
|
77
|
-
type: string;
|
78
|
-
};
|
79
|
-
defaultValue: {
|
80
|
-
summary: string;
|
81
|
-
};
|
82
|
-
};
|
83
|
-
appearance: {
|
84
|
-
table: {
|
85
|
-
category: string;
|
86
|
-
type: {
|
87
|
-
summary: string;
|
88
|
-
};
|
89
|
-
};
|
90
|
-
description: string;
|
91
|
-
options: string[];
|
92
|
-
defaultValue: {
|
93
|
-
summary: string;
|
94
|
-
};
|
95
|
-
control: {
|
96
|
-
type: string;
|
97
|
-
};
|
98
|
-
};
|
99
|
-
};
|
100
|
-
};
|
101
|
-
export default meta;
|
102
|
-
export declare const Default: ({ ...args }: {
|
103
|
-
[x: string]: any;
|
104
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
105
|
-
export declare const Radius: ({ ...args }: {
|
106
|
-
[x: string]: any;
|
107
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
108
|
-
export declare const Size: ({ ...args }: {
|
109
|
-
[x: string]: any;
|
110
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
111
|
-
export declare const Variant: ({ ...args }: {
|
112
|
-
[x: string]: any;
|
113
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
@@ -1,77 +0,0 @@
|
|
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 { jsx as _jsx } from "react/jsx-runtime";
|
24
|
-
import { commonArgTypes, radiusOptions, sizeOptions } from '../../constants';
|
25
|
-
import { Progress } from '../../components/Progress';
|
26
|
-
var meta = {
|
27
|
-
title: 'Component/Progress',
|
28
|
-
component: Progress,
|
29
|
-
parameters: {
|
30
|
-
layout: 'centered',
|
31
|
-
themes: {
|
32
|
-
themeOverride: 'dark',
|
33
|
-
},
|
34
|
-
docs: {
|
35
|
-
description: {
|
36
|
-
component: '작업의 진행 상황을 시각적으로 표시',
|
37
|
-
},
|
38
|
-
},
|
39
|
-
},
|
40
|
-
tags: ['autodocs'],
|
41
|
-
argTypes: {
|
42
|
-
radius: __assign(__assign({}, commonArgTypes.radius), { description: 'progress 둥글기' }),
|
43
|
-
size: __assign(__assign({}, commonArgTypes.size), { table: {
|
44
|
-
category: 'Props',
|
45
|
-
type: {
|
46
|
-
summary: sizeOptions
|
47
|
-
.filter(function (value) { return value != 'x-small' && value != 'x-large'; })
|
48
|
-
.join(' | '),
|
49
|
-
},
|
50
|
-
}, options: sizeOptions.filter(function (value) { return value != 'x-small' && value != 'x-large'; }), description: 'popover 크기' }),
|
51
|
-
scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'progress 비율' }),
|
52
|
-
color: __assign(__assign({}, commonArgTypes.color), { description: 'progress color' }),
|
53
|
-
appearance: __assign(__assign({}, commonArgTypes.appearance), { table: {
|
54
|
-
category: 'Props',
|
55
|
-
type: { summary: ['classic', 'surface', 'soft'].join(' | ') },
|
56
|
-
}, description: 'progress 스타일', options: ['classic', 'surface', 'soft'], defaultValue: { summary: 'surface' } }),
|
57
|
-
},
|
58
|
-
};
|
59
|
-
export default meta;
|
60
|
-
export var Default = function (_a) {
|
61
|
-
var args = __rest(_a, []);
|
62
|
-
return _jsx(Progress, __assign({ value: 25 }, args));
|
63
|
-
};
|
64
|
-
export var Radius = function (_a) {
|
65
|
-
var args = __rest(_a, []);
|
66
|
-
return (_jsx("div", { className: "flex flex-col space-y-3", children: radiusOptions.map(function (radius) { return (_jsx(Progress, __assign({ value: 25 }, args, { radius: radius }), radius)); }) }));
|
67
|
-
};
|
68
|
-
export var Size = function (_a) {
|
69
|
-
var args = __rest(_a, []);
|
70
|
-
return (_jsx("div", { className: "flex flex-col space-y-3", children: sizeOptions
|
71
|
-
.filter(function (value) { return value != 'x-small' && value != 'x-large'; })
|
72
|
-
.map(function (size) { return (_jsx(Progress, __assign({ value: 25 }, args, { size: size }), size)); }) }));
|
73
|
-
};
|
74
|
-
export var Variant = function (_a) {
|
75
|
-
var args = __rest(_a, []);
|
76
|
-
return (_jsx("div", { className: "flex flex-col space-y-3", children: ['classic', 'surface', 'soft'].map(function (appearance) { return (_jsx(Default, __assign({ value: 25 }, args, { appearance: appearance }), appearance)); }) }));
|
77
|
-
};
|
@@ -1,110 +0,0 @@
|
|
1
|
-
declare const meta: {
|
2
|
-
title: string;
|
3
|
-
component: {
|
4
|
-
({ className, labels, datasets, width, height, scaling, ...props }: import("components/RadarChart").RadarChartProps): import("react/jsx-runtime").JSX.Element;
|
5
|
-
displayName: string;
|
6
|
-
};
|
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
|
-
args: {
|
20
|
-
labels: string[];
|
21
|
-
datasets: {
|
22
|
-
label: string;
|
23
|
-
data: number[];
|
24
|
-
backgroundColor: string;
|
25
|
-
borderColor: string;
|
26
|
-
pointStyle: boolean;
|
27
|
-
}[];
|
28
|
-
};
|
29
|
-
argTypes: {
|
30
|
-
scaling: {
|
31
|
-
description: string;
|
32
|
-
table: {
|
33
|
-
category: string;
|
34
|
-
type: {
|
35
|
-
summary: string;
|
36
|
-
};
|
37
|
-
};
|
38
|
-
control: {
|
39
|
-
type: string;
|
40
|
-
};
|
41
|
-
options: import("types").IScaling[];
|
42
|
-
defaultValue: {
|
43
|
-
summary: string;
|
44
|
-
};
|
45
|
-
};
|
46
|
-
labels: {
|
47
|
-
name: string;
|
48
|
-
description: string;
|
49
|
-
table: {
|
50
|
-
category: string;
|
51
|
-
type: {
|
52
|
-
summary: string;
|
53
|
-
};
|
54
|
-
};
|
55
|
-
};
|
56
|
-
datasets: {
|
57
|
-
description: string;
|
58
|
-
table: {
|
59
|
-
category: string;
|
60
|
-
type: {
|
61
|
-
summary: string;
|
62
|
-
};
|
63
|
-
};
|
64
|
-
};
|
65
|
-
labelPosition: {
|
66
|
-
description: string;
|
67
|
-
table: {
|
68
|
-
category: string;
|
69
|
-
type: {
|
70
|
-
summary: string;
|
71
|
-
};
|
72
|
-
};
|
73
|
-
control: {
|
74
|
-
type: string;
|
75
|
-
};
|
76
|
-
options: string[];
|
77
|
-
defaultValue: {
|
78
|
-
summary: string;
|
79
|
-
};
|
80
|
-
};
|
81
|
-
className: {
|
82
|
-
table: {
|
83
|
-
disable: boolean;
|
84
|
-
};
|
85
|
-
};
|
86
|
-
width: {
|
87
|
-
table: {
|
88
|
-
disable: boolean;
|
89
|
-
};
|
90
|
-
};
|
91
|
-
height: {
|
92
|
-
table: {
|
93
|
-
disable: boolean;
|
94
|
-
};
|
95
|
-
};
|
96
|
-
};
|
97
|
-
};
|
98
|
-
export default meta;
|
99
|
-
export declare const Default: ({ ...args }: {
|
100
|
-
[x: string]: any;
|
101
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
102
|
-
export declare const DotsRadarChart: ({ ...args }: {
|
103
|
-
[x: string]: any;
|
104
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
105
|
-
export declare const MultiDatasets: ({ ...args }: {
|
106
|
-
[x: string]: any;
|
107
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
108
|
-
export declare const LinesOnly: ({ ...args }: {
|
109
|
-
[x: string]: any;
|
110
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
@@ -1,201 +0,0 @@
|
|
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 { jsx as _jsx } from "react/jsx-runtime";
|
24
|
-
import { RadarChart } from 'components/RadarChart';
|
25
|
-
import { commonArgTypes, labelPositionList } from '../../constants';
|
26
|
-
import { red, blue } from 'color/light';
|
27
|
-
import { redA, blueA } from 'color/alpha';
|
28
|
-
var FILL_FALSE = false;
|
29
|
-
var meta = {
|
30
|
-
title: 'Chart/RadarChart',
|
31
|
-
component: RadarChart,
|
32
|
-
parameters: {
|
33
|
-
layout: 'centered',
|
34
|
-
themes: {
|
35
|
-
themeOverride: 'dark',
|
36
|
-
},
|
37
|
-
docs: {
|
38
|
-
description: {
|
39
|
-
component: 'radar 차트 컴포넌트',
|
40
|
-
},
|
41
|
-
},
|
42
|
-
},
|
43
|
-
tags: ['autodocs'],
|
44
|
-
args: {
|
45
|
-
labels: ['January', 'Februar', 'March', 'April', 'May', 'June'],
|
46
|
-
datasets: [
|
47
|
-
{
|
48
|
-
label: 'Desktop',
|
49
|
-
data: [186, 205, 237, 213, 209, 214],
|
50
|
-
backgroundColor: red[3],
|
51
|
-
borderColor: red[6],
|
52
|
-
pointStyle: false,
|
53
|
-
},
|
54
|
-
],
|
55
|
-
},
|
56
|
-
argTypes: {
|
57
|
-
scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'radarChart 비율' }),
|
58
|
-
labels: {
|
59
|
-
name: 'labels',
|
60
|
-
description: '차트 위에 표시될 라벨들',
|
61
|
-
table: {
|
62
|
-
category: 'Props',
|
63
|
-
type: { summary: 'string[]' },
|
64
|
-
},
|
65
|
-
},
|
66
|
-
datasets: {
|
67
|
-
description: '차트에 사용할 데이터 세트',
|
68
|
-
table: {
|
69
|
-
category: 'Props',
|
70
|
-
type: { summary: 'object' },
|
71
|
-
},
|
72
|
-
},
|
73
|
-
labelPosition: {
|
74
|
-
description: '라벨 위치',
|
75
|
-
table: {
|
76
|
-
category: 'Props',
|
77
|
-
type: { summary: labelPositionList.join(' | ') },
|
78
|
-
},
|
79
|
-
control: { type: 'select' },
|
80
|
-
options: labelPositionList,
|
81
|
-
defaultValue: { summary: 'top' },
|
82
|
-
},
|
83
|
-
className: {
|
84
|
-
table: {
|
85
|
-
disable: true,
|
86
|
-
},
|
87
|
-
},
|
88
|
-
width: {
|
89
|
-
table: {
|
90
|
-
disable: true,
|
91
|
-
},
|
92
|
-
},
|
93
|
-
height: {
|
94
|
-
table: {
|
95
|
-
disable: true,
|
96
|
-
},
|
97
|
-
},
|
98
|
-
},
|
99
|
-
};
|
100
|
-
export default meta;
|
101
|
-
export var Default = function (_a) {
|
102
|
-
var args = __rest(_a, []);
|
103
|
-
var options = {
|
104
|
-
plugins: {
|
105
|
-
legend: {
|
106
|
-
position: args.labelPosition,
|
107
|
-
},
|
108
|
-
title: {
|
109
|
-
display: true,
|
110
|
-
text: 'Radar Chart',
|
111
|
-
},
|
112
|
-
},
|
113
|
-
};
|
114
|
-
return (_jsx(RadarChart, __assign({ width: 400, height: 300, labels: args.labels, datasets: args.datasets, options: options }, args)));
|
115
|
-
};
|
116
|
-
export var DotsRadarChart = function (_a) {
|
117
|
-
var args = __rest(_a, []);
|
118
|
-
var datasets = [
|
119
|
-
{
|
120
|
-
label: 'Desktop',
|
121
|
-
data: [186, 205, 237, 213, 209, 214],
|
122
|
-
backgroundColor: red[3],
|
123
|
-
borderColor: red[6],
|
124
|
-
pointBackgroundColor: red[9],
|
125
|
-
pointBorderColor: red[9],
|
126
|
-
pointBorderWidth: 3,
|
127
|
-
},
|
128
|
-
];
|
129
|
-
var options = {
|
130
|
-
plugins: {
|
131
|
-
legend: {
|
132
|
-
display: false,
|
133
|
-
},
|
134
|
-
title: {
|
135
|
-
display: true,
|
136
|
-
text: 'Radar Chart - Dots',
|
137
|
-
},
|
138
|
-
},
|
139
|
-
};
|
140
|
-
return (_jsx(RadarChart, { width: 400, height: 300, labels: args.labels, datasets: datasets, options: options }));
|
141
|
-
};
|
142
|
-
export var MultiDatasets = function (_a) {
|
143
|
-
var args = __rest(_a, []);
|
144
|
-
var datasets = [
|
145
|
-
{
|
146
|
-
label: 'Desktop',
|
147
|
-
data: [186, 305, 237, 73, 209, 214],
|
148
|
-
backgroundColor: redA[3],
|
149
|
-
borderColor: red[6],
|
150
|
-
pointStyle: FILL_FALSE,
|
151
|
-
},
|
152
|
-
{
|
153
|
-
label: 'Mobile',
|
154
|
-
data: [80, 200, 120, 190, 130, 140],
|
155
|
-
backgroundColor: blueA[3],
|
156
|
-
borderColor: blue[6],
|
157
|
-
pointStyle: FILL_FALSE,
|
158
|
-
},
|
159
|
-
];
|
160
|
-
var options = {
|
161
|
-
plugins: {
|
162
|
-
legend: {
|
163
|
-
display: false,
|
164
|
-
},
|
165
|
-
title: {
|
166
|
-
display: true,
|
167
|
-
text: 'Radar Chart - Multiple',
|
168
|
-
},
|
169
|
-
},
|
170
|
-
};
|
171
|
-
return (_jsx(RadarChart, { width: 400, height: 300, labels: args.labels, datasets: datasets, options: options }));
|
172
|
-
};
|
173
|
-
export var LinesOnly = function (_a) {
|
174
|
-
var args = __rest(_a, []);
|
175
|
-
var datasets = [
|
176
|
-
{
|
177
|
-
label: 'Desktop',
|
178
|
-
data: [186, 305, 237, 73, 209, 214],
|
179
|
-
fill: false,
|
180
|
-
pointStyle: FILL_FALSE,
|
181
|
-
},
|
182
|
-
{
|
183
|
-
label: 'Mobile',
|
184
|
-
data: [80, 200, 120, 190, 130, 140],
|
185
|
-
fill: false,
|
186
|
-
pointStyle: FILL_FALSE,
|
187
|
-
},
|
188
|
-
];
|
189
|
-
var options = {
|
190
|
-
plugins: {
|
191
|
-
legend: {
|
192
|
-
display: false,
|
193
|
-
},
|
194
|
-
title: {
|
195
|
-
display: true,
|
196
|
-
text: 'Radar Chart - Lines Only',
|
197
|
-
},
|
198
|
-
},
|
199
|
-
};
|
200
|
-
return (_jsx(RadarChart, { width: 400, height: 300, labels: args.labels, datasets: datasets, options: options }));
|
201
|
-
};
|
@@ -1,108 +0,0 @@
|
|
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").RadioProps & import("react").RefAttributes<HTMLInputElement>, "ref"> & import("../../components/Radio/index").RadioProps & import("react").RefAttributes<HTMLInputElement>>;
|
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-runtime").JSX.Element;
|
103
|
-
export declare const Size: ({ ...args }: {
|
104
|
-
[x: string]: any;
|
105
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
106
|
-
export declare const Appearance: ({ ...args }: {
|
107
|
-
[x: string]: any;
|
108
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
@@ -1,84 +0,0 @@
|
|
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 { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
-
import { commonArgTypes, sizeOptions } from '../../constants';
|
25
|
-
import { Radio } from '../../components/Radio/index';
|
26
|
-
var meta = {
|
27
|
-
title: 'Component/Radio',
|
28
|
-
component: Radio,
|
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: 'radio disabled',
|
44
|
-
defaultValue: { summary: 'false' },
|
45
|
-
table: {
|
46
|
-
category: 'Props',
|
47
|
-
type: { summary: 'boolean' },
|
48
|
-
},
|
49
|
-
control: { type: 'boolean' },
|
50
|
-
},
|
51
|
-
size: __assign(__assign({}, commonArgTypes.size), { table: {
|
52
|
-
category: 'Props',
|
53
|
-
type: {
|
54
|
-
summary: sizeOptions
|
55
|
-
.filter(function (size) { return !['x-small', 'x-large'].includes(size); })
|
56
|
-
.join(' | '),
|
57
|
-
},
|
58
|
-
}, options: sizeOptions.filter(function (size) { return !['x-small', 'x-large'].includes(size); }), description: 'radio 크기' }),
|
59
|
-
scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'radio scaling' }),
|
60
|
-
color: __assign(__assign({}, commonArgTypes.color), { description: 'radio color', defaultValue: { summary: 'red' } }),
|
61
|
-
appearance: {
|
62
|
-
table: {
|
63
|
-
category: 'Props',
|
64
|
-
type: { summary: ['classic', 'soft', 'surface'].join(' | ') },
|
65
|
-
},
|
66
|
-
control: { type: 'select' },
|
67
|
-
options: ['classic', 'soft', 'surface'],
|
68
|
-
defaultValue: { summary: 'surface' },
|
69
|
-
},
|
70
|
-
},
|
71
|
-
};
|
72
|
-
export default meta;
|
73
|
-
export var Default = function (_a) {
|
74
|
-
var args = __rest(_a, []);
|
75
|
-
return (_jsxs(_Fragment, { children: [_jsx(Radio, __assign({ value: '1', name: 'example' }, args, { children: "radio option1" })), _jsx(Radio, __assign({ value: '2', name: 'example' }, args, { children: "radio option2" }))] }));
|
76
|
-
};
|
77
|
-
export var Size = function (_a) {
|
78
|
-
var args = __rest(_a, []);
|
79
|
-
return (_jsx("div", { className: "flex items-center space-x-4", children: ['small', 'medium', 'large'].map(function (size) { return (_jsx(Radio, __assign({ size: size, value: '1', name: 'size', defaultChecked: size === 'small' }, args), size)); }) }));
|
80
|
-
};
|
81
|
-
export var Appearance = function (_a) {
|
82
|
-
var args = __rest(_a, []);
|
83
|
-
return (_jsx("div", { className: "flex items-center space-x-4", children: ['classic', 'soft', 'surface'].map(function (appearance) { return (_jsx(Radio, __assign({ value: appearance, appearance: appearance, name: 'appearance', defaultChecked: appearance === 'classic' }, args), appearance)); }) }));
|
84
|
-
};
|