@lotte-innovate/ui-component-test 0.0.8 → 0.0.9
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.jsx → index.js} +2 -5
- package/dist/Typography/Text/{index.jsx → index.js} +3 -6
- package/dist/Typography/index.d.ts +2 -2
- package/dist/Typography/index.js +3 -3
- package/dist/app/layout.d.ts +1 -1
- package/dist/app/{layout.jsx → layout.js} +2 -3
- package/dist/app/page.d.ts +1 -2
- package/dist/app/page.js +25 -0
- package/dist/app/template/badgeTemplate.d.ts +1 -2
- package/dist/app/template/badgeTemplate.js +11 -0
- package/dist/app/template/buttonTemplate.d.ts +1 -2
- package/dist/app/template/buttonTemplate.js +11 -0
- package/dist/app/template/colorPicker.d.ts +1 -2
- package/dist/app/template/colorPicker.js +14 -0
- package/dist/app/template/textTemplate.d.ts +1 -2
- package/dist/app/template/textTemplate.js +23 -0
- package/dist/app/template/theme.d.ts +2 -2
- package/dist/app/template/theme.js +12 -0
- package/dist/components/Accordion/{index.jsx → index.js} +5 -17
- package/dist/components/AlertDialog/{AlertDialogAction.jsx → AlertDialogAction.js} +3 -4
- package/dist/components/AlertDialog/{AlertDialogCancel.jsx → AlertDialogCancel.js} +3 -4
- package/dist/components/AlertDialog/{AlertDialogContent.jsx → AlertDialogContent.js} +3 -7
- package/dist/components/AlertDialog/{AlertDialogDescription.jsx → AlertDialogDescription.js} +14 -4
- package/dist/components/AlertDialog/{AlertDialogTitle.jsx → AlertDialogTitle.js} +14 -4
- package/dist/components/AlertDialog/{AlertDialogTrigger.jsx → AlertDialogTrigger.js} +3 -4
- package/dist/components/AlertDialog/{index.jsx → index.js} +14 -2
- package/dist/components/AspectRatio/{index.jsx → index.js} +3 -4
- package/dist/components/Avatar/{index.jsx → index.js} +3 -7
- package/dist/components/Badge/{index.jsx → index.js} +3 -4
- package/dist/components/BubbleChart/index.d.ts +1 -2
- package/dist/components/BubbleChart/{index.jsx → index.js} +2 -2
- package/dist/components/Button/{index.jsx → index.js} +3 -4
- package/dist/components/Callout/{CalloutIcon.jsx → CalloutIcon.js} +3 -8
- package/dist/components/Callout/{CalloutText.jsx → CalloutText.js} +14 -4
- package/dist/components/Callout/{index.jsx → index.js} +3 -6
- package/dist/components/Card/{index.jsx → index.js} +3 -4
- package/dist/components/Checkbox/{index.jsx → index.js} +3 -11
- package/dist/components/CheckboxCard/{index.jsx → index.js} +3 -5
- package/dist/components/CheckboxGroup/{CheckboxGroupItem.jsx → CheckboxGroupItem.js} +14 -6
- package/dist/components/CheckboxGroup/{index.jsx → index.js} +2 -5
- package/dist/components/ContextMenu/{ContextMenuCheckboxItem.jsx → ContextMenuCheckboxItem.js} +14 -7
- package/dist/components/ContextMenu/{ContextMenuContent.jsx → ContextMenuContent.js} +3 -6
- package/dist/components/ContextMenu/{ContextMenuGroup.jsx → ContextMenuGroup.js} +14 -4
- package/dist/components/ContextMenu/{ContextMenuItem.jsx → ContextMenuItem.js} +3 -5
- package/dist/components/ContextMenu/{ContextMenuItemIndicator.jsx → ContextMenuItemIndicator.js} +3 -4
- package/dist/components/ContextMenu/{ContextMenuLabel.jsx → ContextMenuLabel.js} +3 -4
- package/dist/components/ContextMenu/{ContextMenuRadioGroup.jsx → ContextMenuRadioGroup.js} +14 -6
- package/dist/components/ContextMenu/{ContextMenuRadioItem.jsx → ContextMenuRadioItem.js} +14 -7
- package/dist/components/ContextMenu/{ContextMenuSeparator.jsx → ContextMenuSeparator.js} +14 -4
- package/dist/components/ContextMenu/{ContextMenuSubContent.jsx → ContextMenuSubContent.js} +6 -9
- package/dist/components/ContextMenu/{ContextMenuSubTrigger.jsx → ContextMenuSubTrigger.js} +14 -9
- package/dist/components/ContextMenu/{ContextMenuTrigger.jsx → ContextMenuTrigger.js} +14 -4
- package/dist/components/ContextMenu/{index.jsx → index.js} +14 -4
- package/dist/components/DataList/{DataListItem.jsx → DataListItem.js} +3 -4
- package/dist/components/DataList/{DataListLabel.jsx → DataListLabel.js} +3 -4
- package/dist/components/DataList/{DataListValue.jsx → DataListValue.js} +3 -4
- package/dist/components/DataList/{index.jsx → index.js} +14 -6
- package/dist/components/Dialog/{DialogAction.jsx → DialogAction.js} +14 -4
- package/dist/components/Dialog/{DialogCancel.jsx → DialogCancel.js} +14 -4
- package/dist/components/Dialog/{DialogContent.jsx → DialogContent.js} +3 -4
- package/dist/components/Dialog/{DialogDescription.jsx → DialogDescription.js} +14 -4
- package/dist/components/Dialog/{DialogSlot.jsx → DialogSlot.js} +14 -4
- package/dist/components/Dialog/{DialogTitle.jsx → DialogTitle.js} +14 -4
- package/dist/components/Dialog/{DialogTrigger.jsx → DialogTrigger.js} +14 -4
- package/dist/components/Dialog/{index.jsx → index.js} +14 -4
- package/dist/components/DoughnutChart/index.d.ts +1 -2
- package/dist/components/DoughnutChart/{index.jsx → index.js} +2 -2
- package/dist/components/DropdownMenu/{DropdonMenuRadioGroup.jsx → DropdonMenuRadioGroup.js} +14 -6
- package/dist/components/DropdownMenu/{DropdonMenuSubContent.jsx → DropdonMenuSubContent.js} +7 -10
- package/dist/components/DropdownMenu/{DropdownMenuCheckboxItem.jsx → DropdownMenuCheckboxItem.js} +14 -7
- package/dist/components/DropdownMenu/{DropdownMenuContent.jsx → DropdownMenuContent.js} +3 -6
- package/dist/components/DropdownMenu/{DropdownMenuItem.jsx → DropdownMenuItem.js} +3 -5
- package/dist/components/DropdownMenu/{DropdownMenuItemIndicator.jsx → DropdownMenuItemIndicator.js} +3 -4
- package/dist/components/DropdownMenu/{DropdownMenuLable.jsx → DropdownMenuLable.js} +3 -4
- package/dist/components/DropdownMenu/{DropdownMenuRadioItem.jsx → DropdownMenuRadioItem.js} +14 -7
- package/dist/components/DropdownMenu/{DropdownMenuSeparator.jsx → DropdownMenuSeparator.js} +14 -2
- package/dist/components/DropdownMenu/{DropdownMenuSub.jsx → DropdownMenuSub.js} +14 -2
- package/dist/components/DropdownMenu/{DropdownMenuSubTrigger.jsx → DropdownMenuSubTrigger.js} +14 -7
- package/dist/components/DropdownMenu/{DropdownMenuTrigger.jsx → DropdownMenuTrigger.js} +14 -4
- package/dist/components/DropdownMenu/{index.jsx → index.js} +14 -2
- package/dist/components/HoverCard/{HoverCardContent.jsx → HoverCardContent.js} +3 -4
- package/dist/components/HoverCard/{HoverCardTrigger.jsx → HoverCardTrigger.js} +14 -4
- package/dist/components/HoverCard/{index.jsx → index.js} +14 -4
- package/dist/components/IconButton/{index.jsx → index.js} +2 -3
- package/dist/components/Inset/{index.jsx → index.js} +3 -6
- package/dist/components/Label/{index.jsx → index.js} +2 -3
- package/dist/components/Menubar/{MenubarCheckboxItem.jsx → MenubarCheckboxItem.js} +14 -7
- package/dist/components/Menubar/{MenubarContent.jsx → MenubarContent.js} +7 -10
- package/dist/components/Menubar/{MenubarItem.jsx → MenubarItem.js} +3 -5
- package/dist/components/Menubar/{MenubarItemIndicator.jsx → MenubarItemIndicator.js} +3 -4
- package/dist/components/Menubar/{MenubarMenu.jsx → MenubarMenu.js} +14 -2
- package/dist/components/Menubar/{MenubarRadioGroup.jsx → MenubarRadioGroup.js} +14 -6
- package/dist/components/Menubar/{MenubarRadioItem.jsx → MenubarRadioItem.js} +14 -7
- package/dist/components/Menubar/{MenubarSeparator.jsx → MenubarSeparator.js} +14 -4
- package/dist/components/Menubar/{MenubarSub.jsx → MenubarSub.js} +14 -2
- package/dist/components/Menubar/{MenubarSubContent.jsx → MenubarSubContent.js} +4 -5
- package/dist/components/Menubar/{MenubarSubTrigger.jsx → MenubarSubTrigger.js} +14 -7
- package/dist/components/Menubar/{MenubarTrigger.jsx → MenubarTrigger.js} +3 -4
- package/dist/components/Menubar/{index.jsx → index.js} +3 -6
- package/dist/components/NavigationMenu/{NavigationMenuContent.jsx → NavigationMenuContent.js} +3 -4
- package/dist/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
- package/dist/components/NavigationMenu/{NavigationMenuItem.jsx → NavigationMenuItem.js} +14 -4
- package/dist/components/NavigationMenu/{NavigationMenuLink.jsx → NavigationMenuLink.js} +3 -4
- package/dist/components/NavigationMenu/{NavigationMenuList.jsx → NavigationMenuList.js} +3 -5
- package/dist/components/NavigationMenu/{NavigationMenuTrigger.jsx → NavigationMenuTrigger.js} +3 -5
- package/dist/components/NavigationMenu/{NavigationMenuViewport.jsx → NavigationMenuViewport.js} +3 -4
- package/dist/components/NavigationMenu/{index.jsx → index.js} +14 -6
- package/dist/components/PieChart/index.d.ts +1 -2
- package/dist/components/PieChart/{index.jsx → index.js} +2 -2
- package/dist/components/Popover/{PopoverClose.jsx → PopoverClose.js} +14 -4
- package/dist/components/Popover/{PopoverContent.jsx → PopoverContent.js} +3 -4
- package/dist/components/Popover/{PopoverTrigger.jsx → PopoverTrigger.js} +14 -4
- package/dist/components/Popover/{index.jsx → index.js} +14 -4
- package/dist/components/Progress/{index.jsx → index.js} +3 -4
- package/dist/components/RadarChart/index.d.ts +1 -2
- package/dist/components/RadarChart/{index.jsx → index.js} +2 -2
- package/dist/components/Radio/{index.jsx → index.js} +13 -8
- package/dist/components/RadioCards/{RadioCardsItem.jsx → RadioCardsItem.js} +14 -4
- package/dist/components/RadioCards/{index.jsx → index.js} +3 -6
- package/dist/components/RadioGroup/{RadioGroupItem.jsx → RadioGroupItem.js} +14 -4
- package/dist/components/RadioGroup/{index.jsx → index.js} +14 -6
- package/dist/components/ScrollArea/{index.jsx → index.js} +14 -6
- package/dist/components/SegmentedControl/{SegmentedControlItem.jsx → SegmentedControlItem.js} +14 -4
- package/dist/components/SegmentedControl/{index.jsx → index.js} +2 -5
- package/dist/components/Select/{index.jsx → index.js} +8 -23
- package/dist/components/Separator/{index.jsx → index.js} +2 -5
- package/dist/components/Skeleton/{index.jsx → index.js} +2 -5
- package/dist/components/Slider/{index.jsx → index.js} +2 -3
- package/dist/components/Spinner/{index.jsx → index.js} +2 -5
- package/dist/components/TabNav/{index.jsx → index.js} +14 -8
- package/dist/components/Table/{index.jsx → index.js} +8 -23
- package/dist/components/Tabs/{index.jsx → index.js} +5 -14
- package/dist/components/TextArea/{index.jsx → index.js} +2 -3
- package/dist/components/TextField/{index.jsx → index.js} +3 -8
- package/dist/components/Toast/{ToastActionButton.jsx → ToastActionButton.js} +3 -4
- package/dist/components/Toast/{ToastDescription.jsx → ToastDescription.js} +14 -6
- package/dist/components/Toast/{ToastTitle.jsx → ToastTitle.js} +14 -4
- package/dist/components/Toast/{index.jsx → index.js} +3 -9
- package/dist/components/Toggle/{ToggleWithText.jsx → ToggleWithText.js} +4 -6
- package/dist/components/Toggle/{index.jsx → index.js} +3 -4
- package/dist/components/ToggleGroup/{index.jsx → index.js} +3 -6
- package/dist/components/ToggleGroup/{toggleGroupItem.jsx → toggleGroupItem.js} +14 -4
- package/dist/components/ToggleSwitch/{index.jsx → index.js} +2 -6
- package/dist/components/Tooltip/{index.jsx → index.js} +2 -11
- package/dist/components/index.d.ts +2 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +5 -3
- package/dist/stories/Welcome.d.ts +1 -2
- package/dist/stories/Welcome.js +30 -0
- package/dist/stories/accordion/Accordion.stories.d.ts +1 -1
- package/dist/stories/accordion/{Accordion.stories.jsx → Accordion.stories.js} +2 -20
- package/dist/stories/alert-dialog/AlertDialog.stories.d.ts +1 -1
- package/dist/stories/alert-dialog/{AlertDialog.stories.jsx → AlertDialog.stories.js} +2 -15
- package/dist/stories/aspect-ratio/AspectRatio.stories.d.ts +3 -3
- package/dist/stories/aspect-ratio/AspectRatio.stories.js +78 -0
- package/dist/stories/avatar/Avatar.stories.d.ts +5 -5
- package/dist/stories/avatar/{Avatar.stories.jsx → Avatar.stories.js} +6 -17
- package/dist/stories/badge/Badge.stories.d.ts +6 -6
- package/dist/stories/badge/{Badge.stories.jsx → Badge.stories.js} +7 -51
- package/dist/stories/bubble-chart/BubbleChart.stories.d.ts +4 -5
- package/dist/stories/bubble-chart/{BubbleChart.stories.jsx → BubbleChart.stories.js} +4 -12
- package/dist/stories/button/Button.stories.d.ts +7 -7
- package/dist/stories/button/{Button.stories.jsx → Button.stories.js} +8 -41
- package/dist/stories/button/IconButton.stories.d.ts +4 -4
- package/dist/stories/button/{IconButton.stories.jsx → IconButton.stories.js} +5 -18
- package/dist/stories/callout/Callout.stories.d.ts +7 -7
- package/dist/stories/callout/Callout.stories.js +104 -0
- package/dist/stories/card/Card.stories.d.ts +5 -5
- package/dist/stories/card/{Card.stories.jsx → Card.stories.js} +6 -56
- package/dist/stories/checkbox/Checkbox.stories.d.ts +6 -6
- package/dist/stories/checkbox/{Checkbox.stories.jsx → Checkbox.stories.js} +7 -63
- package/dist/stories/checkbox/CheckboxCard.stories.d.ts +5 -5
- package/dist/stories/checkbox/{CheckboxCard.stories.jsx → CheckboxCard.stories.js} +6 -41
- package/dist/stories/checkbox/CheckboxGroup.stories.d.ts +3 -3
- package/dist/stories/checkbox/{CheckboxGroup.stories.jsx → CheckboxGroup.stories.js} +4 -76
- package/dist/stories/context-menu/ContextMenu.stories.d.ts +4 -4
- package/dist/stories/context-menu/{ContextMenu.stories.jsx → ContextMenu.stories.js} +5 -74
- package/dist/stories/data-list/DataList.stories.d.ts +4 -4
- package/dist/stories/data-list/DataList.stories.js +87 -0
- package/dist/stories/dialog/Dialog.stories.d.ts +1 -1
- package/dist/stories/dialog/{Dialog.stories.jsx → Dialog.stories.js} +2 -25
- package/dist/stories/doughnut-chart/DoughnutChart.stories.d.ts +4 -5
- package/dist/stories/doughnut-chart/{DoughnutChart.stories.jsx → DoughnutChart.stories.js} +4 -12
- package/dist/stories/dropdown-menu/DropdownMenu.stories.d.ts +4 -4
- package/dist/stories/dropdown-menu/DropdownMenu.stories.js +75 -0
- package/dist/stories/header/Header.stories.d.ts +6 -6
- package/dist/stories/header/{Header.stories.jsx → Header.stories.js} +7 -26
- package/dist/stories/hover-card/HoverCard.stories.d.ts +2 -2
- package/dist/stories/hover-card/{HoverCard.stories.jsx → HoverCard.stories.js} +3 -30
- package/dist/stories/inset/Inset.stories.d.ts +2 -2
- package/dist/stories/inset/{Inset.stories.jsx → Inset.stories.js} +12 -27
- package/dist/stories/label/Label.stories.d.ts +4 -4
- package/dist/stories/label/{Label.stories.jsx → Label.stories.js} +5 -26
- package/dist/stories/menubar/Menubar.stories.d.ts +1 -1
- package/dist/stories/menubar/{Menubar.stories.jsx → Menubar.stories.js} +8 -45
- package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +2 -2
- package/dist/stories/navigation-menu/{NavigationMenu.stories.jsx → NavigationMenu.stories.js} +4 -69
- package/dist/stories/pie-chart/PieChart.stories.d.ts +5 -6
- package/dist/stories/pie-chart/{PieChart.stories.jsx → PieChart.stories.js} +13 -32
- package/dist/stories/popover/Popover.stories.d.ts +2 -2
- package/dist/stories/popover/{Popover.stories.jsx → Popover.stories.js} +9 -42
- package/dist/stories/progress/Progress.stories.d.ts +4 -4
- package/dist/stories/progress/{Progress.stories.jsx → Progress.stories.js} +6 -11
- package/dist/stories/radar-chart/RadarChart.stories.d.ts +5 -6
- package/dist/stories/radar-chart/{RadarChart.stories.jsx → RadarChart.stories.js} +5 -4
- package/dist/stories/radio/Radio.stories.d.ts +3 -3
- package/dist/stories/radio/{Radio.stories.jsx → Radio.stories.js} +4 -14
- package/dist/stories/radio/RadioCards.stories.d.ts +4 -4
- package/dist/stories/radio/{RadioCards.stories.jsx → RadioCards.stories.js} +5 -64
- package/dist/stories/radio/RadioGroup.stories.d.ts +4 -4
- package/dist/stories/radio/{RadioGroup.stories.jsx → RadioGroup.stories.js} +5 -59
- package/dist/stories/scroll-area/ScrollArea.stories.d.ts +2 -2
- package/dist/stories/scroll-area/ScrollArea.stories.js +63 -0
- package/dist/stories/segmented-control/SegmentedControl.stories.d.ts +4 -4
- package/dist/stories/segmented-control/{SegmentedControl.stories.jsx → SegmentedControl.stories.js} +5 -26
- package/dist/stories/select/Select.stories.d.ts +5 -5
- package/dist/stories/select/{Select.stories.jsx → Select.stories.js} +6 -67
- package/dist/stories/separator/Separator.stories.d.ts +4 -4
- package/dist/stories/separator/{Separator.stories.jsx → Separator.stories.js} +5 -29
- package/dist/stories/skeleton/Skeleton.stories.d.ts +5 -5
- package/dist/stories/skeleton/{Skeleton.stories.jsx → Skeleton.stories.js} +6 -33
- package/dist/stories/slider/Slider.stories.d.ts +4 -4
- package/dist/stories/slider/{Slider.stories.jsx → Slider.stories.js} +5 -16
- package/dist/stories/spinner/Spinner.stories.d.ts +5 -5
- package/dist/stories/spinner/{Spinner.stories.jsx → Spinner.stories.js} +6 -31
- package/dist/stories/switch/Switch.stories.d.ts +4 -4
- package/dist/stories/switch/{Switch.stories.jsx → Switch.stories.js} +5 -16
- package/dist/stories/tab-nav/TabNav.stories.d.ts +1 -1
- package/dist/stories/tab-nav/{TabNav.stories.jsx → TabNav.stories.js} +2 -11
- package/dist/stories/table/Table.stories.d.ts +1 -1
- package/dist/stories/table/{Table.stories.jsx → Table.stories.js} +2 -29
- package/dist/stories/tabs/Tabs.stories.d.ts +1 -1
- package/dist/stories/tabs/{Tabs.stories.jsx → Tabs.stories.js} +2 -19
- package/dist/stories/text/Text.stories.d.ts +5 -5
- package/dist/stories/text/{Text.stories.jsx → Text.stories.js} +6 -21
- package/dist/stories/textArea/TextArea.stories.d.ts +5 -5
- package/dist/stories/textArea/{TextArea.stories.jsx → TextArea.stories.js} +6 -22
- package/dist/stories/textfield/TextField.stories.d.ts +5 -5
- package/dist/stories/textfield/{TextField.stories.jsx → TextField.stories.js} +6 -38
- package/dist/stories/toast/Toast.stories.d.ts +3 -3
- package/dist/stories/toast/{Toast.stories.jsx → Toast.stories.js} +4 -22
- package/dist/stories/toggle/Toggle.stories.d.ts +5 -5
- package/dist/stories/toggle/{Toggle.stories.jsx → Toggle.stories.js} +6 -23
- package/dist/stories/toggle/ToggleGroup.stories.d.ts +3 -3
- package/dist/stories/toggle/{ToggleGroup.stories.jsx → ToggleGroup.stories.js} +6 -39
- package/dist/stories/tooltip/Tooltip.stories.d.ts +3 -3
- package/dist/stories/tooltip/{Tooltip.stories.jsx → Tooltip.stories.js} +4 -17
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +118 -119
- package/dist/app/page.jsx +0 -6
- package/dist/app/template/badgeTemplate.jsx +0 -82
- package/dist/app/template/buttonTemplate.jsx +0 -82
- package/dist/app/template/colorPicker.jsx +0 -19
- package/dist/app/template/textTemplate.jsx +0 -72
- package/dist/app/template/theme.jsx +0 -44
- package/dist/components/Input/Input.stories.d.ts +0 -77
- package/dist/components/Input/Input.stories.jsx +0 -68
- package/dist/components/Input/index.d.ts +0 -14
- package/dist/components/Input/index.jsx +0 -53
- package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
- package/dist/stories/Welcome.jsx +0 -48
- package/dist/stories/aspect-ratio/AspectRatio.stories.jsx +0 -106
- package/dist/stories/callout/Callout.stories.jsx +0 -205
- package/dist/stories/data-list/DataList.stories.jsx +0 -185
- package/dist/stories/dropdown-menu/DropdownMenu.stories.jsx +0 -170
- package/dist/stories/scroll-area/ScrollArea.stories.jsx +0 -123
@@ -1,68 +0,0 @@
|
|
1
|
-
import { fn } from '@storybook/test';
|
2
|
-
import { Input } from './index';
|
3
|
-
import { radiusOptions, scalingOptions, weightOptions } from '../../../src/constants';
|
4
|
-
import { colorOptions } from 'color/constants';
|
5
|
-
var meta = {
|
6
|
-
title: '작업중/Input',
|
7
|
-
component: Input,
|
8
|
-
parameters: {
|
9
|
-
layout: 'centered',
|
10
|
-
themes: {
|
11
|
-
themeOverride: 'dark',
|
12
|
-
},
|
13
|
-
docs: {
|
14
|
-
page: null,
|
15
|
-
description: {
|
16
|
-
component: '',
|
17
|
-
},
|
18
|
-
},
|
19
|
-
},
|
20
|
-
tags: ['autodocs'],
|
21
|
-
argTypes: {
|
22
|
-
radius: {
|
23
|
-
options: radiusOptions,
|
24
|
-
control: { type: 'select' },
|
25
|
-
description: '둥글기',
|
26
|
-
defaultValue: { summary: 'small' },
|
27
|
-
},
|
28
|
-
scaling: {
|
29
|
-
options: scalingOptions,
|
30
|
-
control: { type: 'select' },
|
31
|
-
description: '크기',
|
32
|
-
defaultValue: { summary: '100%' },
|
33
|
-
},
|
34
|
-
weight: {
|
35
|
-
options: weightOptions,
|
36
|
-
control: { type: 'select' },
|
37
|
-
description: '폰트 두께',
|
38
|
-
defaultValue: { summary: 'normal' },
|
39
|
-
},
|
40
|
-
onChange: {
|
41
|
-
table: {
|
42
|
-
category: 'EVENT HANDLER',
|
43
|
-
},
|
44
|
-
},
|
45
|
-
color: {
|
46
|
-
options: colorOptions,
|
47
|
-
description: 'background color',
|
48
|
-
defaultValue: { summary: 'blue' },
|
49
|
-
control: { type: 'select' },
|
50
|
-
},
|
51
|
-
},
|
52
|
-
args: {
|
53
|
-
onClick: fn(),
|
54
|
-
},
|
55
|
-
};
|
56
|
-
export default meta;
|
57
|
-
export var Default = {
|
58
|
-
args: {},
|
59
|
-
};
|
60
|
-
export var Radius = function (args) { return (<div className="flex space-x-2">
|
61
|
-
{radiusOptions.map(function (radius) { return (<Input key={radius} {...args} radius={radius}/>); })}
|
62
|
-
</div>); };
|
63
|
-
export var Scaling = function (args) { return (<div className="flex items-center space-x-2">
|
64
|
-
{scalingOptions.map(function (scaling) { return (<Input key={scaling} {...args} scaling={scaling}></Input>); })}
|
65
|
-
</div>); };
|
66
|
-
export var Weight = function (args) { return (<div className="flex items-center space-x-2">
|
67
|
-
{weightOptions.map(function (weight) { return (<Input key={weight} {...args} weight={weight}></Input>); })}
|
68
|
-
</div>); };
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { VariantProps } from 'class-variance-authority';
|
3
|
-
import { IColor } from '../../types';
|
4
|
-
export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement>, VariantProps<typeof inputVariants> {
|
5
|
-
color?: IColor;
|
6
|
-
}
|
7
|
-
declare const inputVariants: (props?: ({
|
8
|
-
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
9
|
-
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
10
|
-
weight?: "medium" | "regular" | "semibold" | "bold" | null | undefined;
|
11
|
-
color?: string | null | undefined;
|
12
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
13
|
-
export declare const Input: ({ radius, scaling, weight, color, ...props }: InputProps) => React.JSX.Element;
|
14
|
-
export default Input;
|
@@ -1,53 +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 React from 'react';
|
24
|
-
import { cva } from 'class-variance-authority';
|
25
|
-
import { cn } from '../../utils/utils';
|
26
|
-
import { bgColorStyle, radiusVariants, weightVariants } from '../../constants';
|
27
|
-
var inputVariants = cva('inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2', {
|
28
|
-
variants: {
|
29
|
-
radius: __assign({}, radiusVariants['base']),
|
30
|
-
scaling: {
|
31
|
-
'90%': 'text-xs py-1 px-2',
|
32
|
-
'95%': 'text-sm py-1 px-2',
|
33
|
-
'100%': 'text-base py-2 px-6',
|
34
|
-
'105%': 'text-lg py-3 px-6',
|
35
|
-
'110%': 'text-xl py-3 px-6',
|
36
|
-
},
|
37
|
-
weight: __assign({}, weightVariants),
|
38
|
-
color: bgColorStyle(),
|
39
|
-
},
|
40
|
-
defaultVariants: {
|
41
|
-
radius: 'small',
|
42
|
-
},
|
43
|
-
});
|
44
|
-
export var Input = function (_a) {
|
45
|
-
var radius = _a.radius, scaling = _a.scaling, weight = _a.weight, color = _a.color, props = __rest(_a, ["radius", "scaling", "weight", "color"]);
|
46
|
-
return (<input className={cn(inputVariants({
|
47
|
-
radius: radius,
|
48
|
-
scaling: scaling,
|
49
|
-
weight: weight,
|
50
|
-
color: color,
|
51
|
-
}))} {...props}/>);
|
52
|
-
};
|
53
|
-
export default Input;
|
@@ -1,22 +0,0 @@
|
|
1
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
2
|
-
var t = {};
|
3
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
4
|
-
t[p] = s[p];
|
5
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
6
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
7
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
8
|
-
t[p[i]] = s[p[i]];
|
9
|
-
}
|
10
|
-
return t;
|
11
|
-
};
|
12
|
-
import React, { forwardRef } from 'react';
|
13
|
-
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
14
|
-
import { cn } from 'utils/utils';
|
15
|
-
export var NavigationMenuIndicator = forwardRef(function (_a, ref) {
|
16
|
-
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
17
|
-
return (<NavigationMenuPrimitive.Indicator ref={ref} className={"flex z-[1] top-full h-[10px] items-end justify-center overflow-hidden\n data-[state=visible]:animate-fadeIn data-[state=hidden]:animate-fadeOut \n transition-[width,transform_250ms_ease]"} {...props}>
|
18
|
-
<div className={cn("relative top-[70%] h-[10px] w-[10px] rotate-[45deg] rounded-tl-[2px] \n bg-white dark:bg-slateDark-2 shadow-slate-4 shadow dark:shadow-slateDark-4", className)}/>
|
19
|
-
{children}
|
20
|
-
</NavigationMenuPrimitive.Indicator>);
|
21
|
-
});
|
22
|
-
NavigationMenuIndicator.displayName = 'NavigationMenuIndicator';
|
package/dist/stories/Welcome.jsx
DELETED
@@ -1,48 +0,0 @@
|
|
1
|
-
import React, { useEffect } from 'react';
|
2
|
-
import Landing from './assets/landing.svg';
|
3
|
-
import Logo from './assets/logo.svg';
|
4
|
-
import Figma from './assets/figma.svg';
|
5
|
-
import Gitlab from './assets/gitlab.svg';
|
6
|
-
import Image from 'next/image';
|
7
|
-
import Button from 'components/Button';
|
8
|
-
var addParentClass = function () {
|
9
|
-
var elements = document.querySelectorAll('.welcome-wrap');
|
10
|
-
elements.forEach(function (element) {
|
11
|
-
var parent = element.parentElement.parentElement;
|
12
|
-
if (parent) {
|
13
|
-
parent.classList.add('welcome-wrap-layout');
|
14
|
-
}
|
15
|
-
});
|
16
|
-
};
|
17
|
-
var Welcome = function () {
|
18
|
-
useEffect(function () {
|
19
|
-
addParentClass();
|
20
|
-
}, []);
|
21
|
-
var navigateToGitlab = function () {
|
22
|
-
window.open('http://s-gitlab.ldcc.co.kr/l-ui/ui-component', '_blank');
|
23
|
-
};
|
24
|
-
var navigateToFigma = function () {
|
25
|
-
window.open('https://www.figma.com/design/tlcB7UYdvUNzPk5T66FqLf/UI-%EB%9D%BC%EC%9D%B4%EB%B8%8C%EB%9F%AC%EB%A6%AC-%EA%B3%B5%EC%9C%A0%EC%9A%A9?node-id=0-1&t=k7fMSU17MKc42lzy-0', '_blank');
|
26
|
-
};
|
27
|
-
return (<div className="welcome-wrap">
|
28
|
-
<div>
|
29
|
-
<div>
|
30
|
-
<Image className="w-[150px] h-auto" layout="fixed" src={Logo} alt="LOTTE INNOVATE"/>
|
31
|
-
<p className="welcome-sub">Style Guide UI Kit</p>
|
32
|
-
<h1 className="welcome-title">LOTTE UI Library</h1>
|
33
|
-
</div>
|
34
|
-
<div className="flex gap-2 pt-[40px]">
|
35
|
-
<Button color="slate" radius="medium" scaling="100%" weight="medium" size={'x-large'} appearance={'outline'} onClick={navigateToGitlab} className="relative z-10">
|
36
|
-
<Image src={Gitlab} width={0} height={0} alt="Gitlab" className="mr-2"/>
|
37
|
-
GitLab
|
38
|
-
</Button>
|
39
|
-
<Button color="slate" radius="medium" scaling="100%" weight="medium" size={'x-large'} appearance={'outline'} onClick={navigateToFigma} className="relative z-10">
|
40
|
-
<Image src={Figma} width={0} height={0} alt="Figma" className="mr-2"/>
|
41
|
-
Figma
|
42
|
-
</Button>
|
43
|
-
</div>
|
44
|
-
</div>
|
45
|
-
<Image className="absolute bottom-0 w-auto" src={Landing} width={0} height={0} alt="컴포넌트 이미지입니다."/>
|
46
|
-
</div>);
|
47
|
-
};
|
48
|
-
export default Welcome;
|
@@ -1,106 +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 Image from 'next/image';
|
24
|
-
import AspectRatio from 'components/AspectRatio';
|
25
|
-
import { Text } from 'Typography/Text';
|
26
|
-
import { commonArgTypes, scalingOptions } from '../../constants';
|
27
|
-
var aspectOptions = {
|
28
|
-
'1': 1,
|
29
|
-
'5/4': 1.25,
|
30
|
-
'5/3': 1.66,
|
31
|
-
'5/2': 2.5,
|
32
|
-
'5/1': 5,
|
33
|
-
'16/9': 1.77,
|
34
|
-
};
|
35
|
-
var meta = {
|
36
|
-
title: 'Component/AspectRatio',
|
37
|
-
component: AspectRatio,
|
38
|
-
parameters: {
|
39
|
-
layout: 'centered',
|
40
|
-
docs: {
|
41
|
-
description: {
|
42
|
-
component: '원하는 비율로 콘텐츠를 표시하는 컴포넌트',
|
43
|
-
},
|
44
|
-
},
|
45
|
-
},
|
46
|
-
tags: ['autodocs'],
|
47
|
-
argTypes: {
|
48
|
-
ratio: {
|
49
|
-
table: {
|
50
|
-
category: 'Props',
|
51
|
-
type: { summary: 'number' },
|
52
|
-
},
|
53
|
-
options: Object.keys(aspectOptions),
|
54
|
-
mapping: aspectOptions,
|
55
|
-
control: {
|
56
|
-
type: 'select',
|
57
|
-
},
|
58
|
-
description: 'width / height 비율',
|
59
|
-
defaultValue: { summary: '16/9' },
|
60
|
-
},
|
61
|
-
scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'AspectRatio 비율' }),
|
62
|
-
},
|
63
|
-
args: {},
|
64
|
-
};
|
65
|
-
export default meta;
|
66
|
-
export var Default = function (_a) {
|
67
|
-
var args = __rest(_a, []);
|
68
|
-
return (<div className="w-[300px]">
|
69
|
-
<AspectRatio id="defaultAspectRatio" {...args}>
|
70
|
-
<Image className="h-full w-full object-cover" src="https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80" alt="Landscape photograph by Tobias Tullius" width={100} height={100}/>
|
71
|
-
</AspectRatio>
|
72
|
-
</div>);
|
73
|
-
};
|
74
|
-
export var Ratio = function (_a) {
|
75
|
-
var args = __rest(_a, []);
|
76
|
-
return (<div className="flex space-x-2">
|
77
|
-
<div className="flex flex-col w-[200px] items-center">
|
78
|
-
<Text>{'3 / 1'}</Text>
|
79
|
-
<AspectRatio id="defaultAspectRatio" {...args} ratio={3 / 1}>
|
80
|
-
<Image className="h-full w-full object-cover" src="https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80" alt="Landscape photograph by Tobias Tullius" width={100} height={100}/>
|
81
|
-
</AspectRatio>
|
82
|
-
</div>
|
83
|
-
<div className="flex flex-col w-[200px] items-center">
|
84
|
-
<Text>{'3 / 2'}</Text>
|
85
|
-
<AspectRatio id="defaultAspectRatio" {...args} ratio={3 / 2}>
|
86
|
-
<Image className="h-full w-full object-cover" src="https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80" alt="Landscape photograph by Tobias Tullius" width={100} height={100}/>
|
87
|
-
</AspectRatio>
|
88
|
-
</div>
|
89
|
-
<div className="flex flex-col w-[200px] items-center">
|
90
|
-
<Text>{'3 / 3'}</Text>
|
91
|
-
<AspectRatio id="defaultAspectRatio" {...args} ratio={3 / 3}>
|
92
|
-
<Image className="h-full w-full object-cover" src="https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80" alt="Landscape photograph by Tobias Tullius" width={100} height={100}/>
|
93
|
-
</AspectRatio>
|
94
|
-
</div>
|
95
|
-
</div>);
|
96
|
-
};
|
97
|
-
export var Scaling = function (_a) {
|
98
|
-
var args = __rest(_a, []);
|
99
|
-
return (<div className="flex flex-row space-x-5">
|
100
|
-
{scalingOptions.map(function (scaling) { return (<div className="w-[130px] border border-red-9" key={scaling}>
|
101
|
-
<AspectRatio id={scaling} scaling={scaling} {...args}>
|
102
|
-
<Image className="h-full w-full object-cover" src="https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80" alt="Landscape photograph by Tobias Tullius" width={100} height={100}/>
|
103
|
-
</AspectRatio>
|
104
|
-
</div>); })}
|
105
|
-
</div>);
|
106
|
-
};
|
@@ -1,205 +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 { Callout, CalloutIcon, CalloutText } from 'components/Callout';
|
24
|
-
import { Text } from 'Typography/Text';
|
25
|
-
import { radiusOptions, scalingOptions, commonArgTypes, sizeOptions, appearanceOptions, } from '../../constants';
|
26
|
-
var meta = {
|
27
|
-
title: 'Component/Callout',
|
28
|
-
component: Callout,
|
29
|
-
parameters: {
|
30
|
-
layout: 'centered',
|
31
|
-
docs: {
|
32
|
-
description: {
|
33
|
-
component: '중요한 정보나 경고를 강조하기 위해 사용되는 알림 박스 컴포넌트',
|
34
|
-
},
|
35
|
-
},
|
36
|
-
},
|
37
|
-
tags: ['autodocs'],
|
38
|
-
argTypes: {
|
39
|
-
radius: __assign(__assign({}, commonArgTypes.radius), { description: 'Callout border 둥굴기' }),
|
40
|
-
size: __assign(__assign({}, commonArgTypes.size), { table: {
|
41
|
-
category: 'Props',
|
42
|
-
type: {
|
43
|
-
summary: sizeOptions
|
44
|
-
.filter(function (option) { return option !== 'x-small' && option !== 'x-large'; })
|
45
|
-
.join(' | '),
|
46
|
-
},
|
47
|
-
}, options: sizeOptions.filter(function (option) { return option !== 'x-small' && option !== 'x-large'; }), description: 'Callout 크기' }),
|
48
|
-
scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'Callout 비율' }),
|
49
|
-
color: {
|
50
|
-
table: {
|
51
|
-
category: 'Props',
|
52
|
-
type: { summary: ['danger', 'warning', 'success', 'information'].join(' | ') },
|
53
|
-
},
|
54
|
-
options: ['danger', 'warning', 'success', 'information'],
|
55
|
-
control: { type: 'select' },
|
56
|
-
defaultValue: { summary: 'information' },
|
57
|
-
description: 'Toast 색',
|
58
|
-
},
|
59
|
-
contentText: __assign(__assign({}, commonArgTypes.basicText), { description: 'Callout 안에 들어가는 텍스트' }),
|
60
|
-
appearance: __assign(__assign({}, commonArgTypes.appearance), { table: {
|
61
|
-
category: 'Props',
|
62
|
-
type: {
|
63
|
-
summary: appearanceOptions
|
64
|
-
.filter(function (option) { return option !== 'classic' && option !== 'ghost' && option !== 'solid'; })
|
65
|
-
.join(' | '),
|
66
|
-
},
|
67
|
-
}, description: 'Callout 스타일', options: appearanceOptions.filter(function (option) { return option !== 'classic' && option !== 'ghost' && option !== 'solid'; }) }),
|
68
|
-
},
|
69
|
-
};
|
70
|
-
export default meta;
|
71
|
-
export var Default = function (_a) {
|
72
|
-
var args = __rest(_a, []);
|
73
|
-
return (<Callout {...args}>
|
74
|
-
<CalloutIcon {...args} iconType="information"/>
|
75
|
-
<CalloutText {...args}>시스템 점검이 예정되어 있습니다.</CalloutText>
|
76
|
-
</Callout>);
|
77
|
-
};
|
78
|
-
export var Radius = function (_a) {
|
79
|
-
var args = __rest(_a, []);
|
80
|
-
return (<div className="flex flex-col space-y-3">
|
81
|
-
{radiusOptions.map(function (radius) { return (<Callout {...args} radius={radius} key={radius}>
|
82
|
-
<CalloutIcon {...args} iconType="information"/>
|
83
|
-
<CalloutText {...args}>시스템 점검이 예정되어 있습니다.</CalloutText>
|
84
|
-
</Callout>); })}
|
85
|
-
</div>);
|
86
|
-
};
|
87
|
-
export var Size = function (_a) {
|
88
|
-
var args = __rest(_a, []);
|
89
|
-
return (<div className="flex flex-col space-y-5">
|
90
|
-
<Callout {...args} size={'small'}>
|
91
|
-
<CalloutIcon {...args} iconType="information"/>
|
92
|
-
<CalloutText {...args}>
|
93
|
-
새로운 업데이트가 있습니다. 최신 버전을 다운로드하여 사용해 주세요.
|
94
|
-
</CalloutText>
|
95
|
-
</Callout>
|
96
|
-
|
97
|
-
<Callout {...args}>
|
98
|
-
<CalloutIcon {...args} iconType="information"/>
|
99
|
-
<CalloutText {...args}>
|
100
|
-
새로운 업데이트가 있습니다. 최신 버전을 다운로드하여 사용해 주세요.
|
101
|
-
</CalloutText>
|
102
|
-
</Callout>
|
103
|
-
|
104
|
-
<Callout {...args} size="large">
|
105
|
-
<CalloutIcon {...args} iconType="information"/>
|
106
|
-
<CalloutText {...args}>
|
107
|
-
새로운 업데이트가 있습니다. 최신 버전을 다운로드하여 사용해 주세요.
|
108
|
-
</CalloutText>
|
109
|
-
</Callout>
|
110
|
-
</div>);
|
111
|
-
};
|
112
|
-
export var Color = function (_a) {
|
113
|
-
var args = __rest(_a, []);
|
114
|
-
return (<div className="flex space-x-5">
|
115
|
-
<Callout {...args} color="information">
|
116
|
-
<CalloutIcon {...args} iconType="information"/>
|
117
|
-
<CalloutText {...args}>정보 메세지</CalloutText>
|
118
|
-
</Callout>
|
119
|
-
|
120
|
-
<Callout {...args} color="danger">
|
121
|
-
<CalloutIcon {...args} iconType="danger"/>
|
122
|
-
<CalloutText {...args}>위험 메세지</CalloutText>
|
123
|
-
</Callout>
|
124
|
-
|
125
|
-
<Callout {...args} color="warning">
|
126
|
-
<CalloutIcon {...args} iconType="warning"/>
|
127
|
-
<CalloutText {...args}>경고 메세지</CalloutText>
|
128
|
-
</Callout>
|
129
|
-
|
130
|
-
<Callout {...args} color="success">
|
131
|
-
<CalloutIcon {...args} iconType="success"/>
|
132
|
-
<CalloutText {...args}>성공 메세지</CalloutText>
|
133
|
-
</Callout>
|
134
|
-
</div>);
|
135
|
-
};
|
136
|
-
export var Appearance = function (_a) {
|
137
|
-
var args = __rest(_a, []);
|
138
|
-
return (<div className="flex space-x-5">
|
139
|
-
<div className="flex flex-col space-y-1">
|
140
|
-
<Text>Soft(기준)</Text>
|
141
|
-
<Callout {...args} appearance="soft">
|
142
|
-
<CalloutIcon {...args} iconType="information"/>
|
143
|
-
<CalloutText {...args}>새로운 업데이트가 있습니다. </CalloutText>
|
144
|
-
</Callout>
|
145
|
-
</div>
|
146
|
-
<div className="flex flex-col space-y-1">
|
147
|
-
<Text>Surface</Text>
|
148
|
-
<Callout {...args} appearance="surface">
|
149
|
-
<CalloutIcon {...args} iconType="information"/>
|
150
|
-
<CalloutText {...args}>새로운 업데이트가 있습니다. </CalloutText>
|
151
|
-
</Callout>
|
152
|
-
</div>
|
153
|
-
<div className="flex flex-col space-y-1">
|
154
|
-
<Text>Outline</Text>
|
155
|
-
<Callout {...args} appearance="outline">
|
156
|
-
<CalloutIcon {...args} iconType="information"/>
|
157
|
-
<CalloutText {...args}>새로운 업데이트가 있습니다. </CalloutText>
|
158
|
-
</Callout>
|
159
|
-
</div>
|
160
|
-
</div>);
|
161
|
-
};
|
162
|
-
export var Scaling = function (_a) {
|
163
|
-
var args = __rest(_a, []);
|
164
|
-
return (<div className="flex flex-col space-y-5">
|
165
|
-
{scalingOptions.map(function (scaling) { return (<Callout {...args} scaling={scaling} key={scaling}>
|
166
|
-
<CalloutIcon {...args} iconType="information"/>
|
167
|
-
<CalloutText {...args}>관리자에게 문의하세요.</CalloutText>
|
168
|
-
</Callout>); })}
|
169
|
-
</div>);
|
170
|
-
};
|
171
|
-
export var IconTypes = function (_a) {
|
172
|
-
var args = __rest(_a, []);
|
173
|
-
return (<div className="flex space-x-5">
|
174
|
-
<div className="flex flex-col space-y-1">
|
175
|
-
<Text>Danger</Text>
|
176
|
-
<Callout {...args} color="danger">
|
177
|
-
<CalloutIcon {...args} iconType="danger" color="danger"/>
|
178
|
-
<CalloutText {...args} color="danger">
|
179
|
-
위험 아이콘
|
180
|
-
</CalloutText>
|
181
|
-
</Callout>
|
182
|
-
</div>
|
183
|
-
<div className="flex flex-col space-y-1">
|
184
|
-
<Text>Warning</Text>
|
185
|
-
<Callout {...args} color="warning">
|
186
|
-
<CalloutIcon {...args} iconType="warning"/>
|
187
|
-
<CalloutText {...args}>경고 아이콘</CalloutText>
|
188
|
-
</Callout>
|
189
|
-
</div>
|
190
|
-
<div className="flex flex-col space-y-1">
|
191
|
-
<Text>Success</Text>
|
192
|
-
<Callout {...args} color="success">
|
193
|
-
<CalloutIcon {...args} iconType="success"/>
|
194
|
-
<CalloutText {...args}>성공 아이콘</CalloutText>
|
195
|
-
</Callout>
|
196
|
-
</div>
|
197
|
-
<div className="flex flex-col space-y-1">
|
198
|
-
<Text>Info</Text>
|
199
|
-
<Callout {...args} color="information">
|
200
|
-
<CalloutIcon {...args} iconType="information"/>
|
201
|
-
<CalloutText {...args}>정보 아이콘</CalloutText>
|
202
|
-
</Callout>
|
203
|
-
</div>
|
204
|
-
</div>);
|
205
|
-
};
|