@lotte-innovate/ui-component-test 0.0.8 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Typography/Header/index.d.ts +1 -1
- package/dist/Typography/Header/{index.jsx → index.js} +2 -5
- package/dist/Typography/Text/{index.jsx → index.js} +3 -6
- 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.jsx → page.js} +2 -2
- 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/Input/Input.stories.d.ts +4 -4
- package/dist/components/Input/{Input.stories.jsx → Input.stories.js} +15 -9
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/Input/{index.jsx → index.js} +3 -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.d.ts +1 -1
- package/dist/components/Tooltip/{index.jsx → index.js} +2 -11
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -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 +13 -13
- package/dist/stories/navigation-menu/{NavigationMenu.stories.jsx → NavigationMenu.stories.js} +3 -68
- 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 +4 -3
- 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/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,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
|
-
};
|
@@ -1,185 +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 { DataList, DataListItem, DataListLabel, DataListValue } from 'components/DataList';
|
24
|
-
import Badge from 'components/Badge';
|
25
|
-
import { scalingOptions, commonArgTypes, sizeOptions } from '../../constants';
|
26
|
-
import Button from 'components/Button';
|
27
|
-
var meta = {
|
28
|
-
title: 'Component/DataList',
|
29
|
-
component: DataList,
|
30
|
-
parameters: {
|
31
|
-
layout: 'centered',
|
32
|
-
themes: {
|
33
|
-
themeOverride: 'dark',
|
34
|
-
},
|
35
|
-
docs: {
|
36
|
-
description: {
|
37
|
-
component: '목록 형태로 메타 데이터 표시하는 컴포넌트',
|
38
|
-
},
|
39
|
-
},
|
40
|
-
},
|
41
|
-
tags: ['autodocs'],
|
42
|
-
argTypes: {
|
43
|
-
scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'DataList 비율' }),
|
44
|
-
size: __assign(__assign({}, commonArgTypes.size), { table: {
|
45
|
-
category: 'Props',
|
46
|
-
type: {
|
47
|
-
summary: sizeOptions
|
48
|
-
.filter(function (option) { return option !== 'x-small' && option !== 'x-large'; })
|
49
|
-
.join(' | '),
|
50
|
-
},
|
51
|
-
}, options: sizeOptions.filter(function (option) { return option !== 'x-small' && option !== 'x-large'; }), description: 'DataList 크기' }),
|
52
|
-
color: __assign(__assign({}, commonArgTypes.color), { description: 'DataList 값 매인색', defaultValue: { summary: 'black' } }),
|
53
|
-
orientation: {
|
54
|
-
table: {
|
55
|
-
category: 'Props',
|
56
|
-
type: {
|
57
|
-
summary: ['horizontal', 'vertical'].join(' | '),
|
58
|
-
},
|
59
|
-
},
|
60
|
-
options: ['horizontal', 'vertical'],
|
61
|
-
control: { type: 'select' },
|
62
|
-
defaultValue: { summary: 'horizontal' },
|
63
|
-
description: 'DataList 방향',
|
64
|
-
},
|
65
|
-
},
|
66
|
-
};
|
67
|
-
export default meta;
|
68
|
-
export var Default = function (_a) {
|
69
|
-
var args = __rest(_a, []);
|
70
|
-
return (<DataList {...args}>
|
71
|
-
<DataListItem {...args}>
|
72
|
-
<DataListLabel {...args}>상태</DataListLabel>
|
73
|
-
<DataListValue {...args}>
|
74
|
-
<Badge appearance="soft" {...args}>
|
75
|
-
배지
|
76
|
-
</Badge>
|
77
|
-
</DataListValue>
|
78
|
-
</DataListItem>
|
79
|
-
<DataListItem {...args}>
|
80
|
-
<DataListLabel {...args}>라벨</DataListLabel>
|
81
|
-
<DataListValue {...args}>
|
82
|
-
텍스트가 길어질 경우 줄바꿈으로 처리됩니다.텍스트가 길어질 경우 줄바꿈으로 처리됩니다.
|
83
|
-
</DataListValue>
|
84
|
-
</DataListItem>
|
85
|
-
<DataListItem {...args}>
|
86
|
-
<DataListLabel {...args}>라벨</DataListLabel>
|
87
|
-
<DataListValue {...args}>
|
88
|
-
<Button {...args}>버튼</Button>
|
89
|
-
</DataListValue>
|
90
|
-
</DataListItem>
|
91
|
-
</DataList>);
|
92
|
-
};
|
93
|
-
export var Orientation = function (_a) {
|
94
|
-
var args = __rest(_a, []);
|
95
|
-
return (<DataList {...args} orientation={'vertical'}>
|
96
|
-
<DataListItem {...args}>
|
97
|
-
<DataListLabel {...args}>상태</DataListLabel>
|
98
|
-
<DataListValue {...args}>
|
99
|
-
<Badge appearance="soft" {...args}>
|
100
|
-
배지
|
101
|
-
</Badge>
|
102
|
-
</DataListValue>
|
103
|
-
</DataListItem>
|
104
|
-
<DataListItem {...args}>
|
105
|
-
<DataListLabel {...args}>라벨</DataListLabel>
|
106
|
-
<DataListValue {...args}>
|
107
|
-
텍스트가 길어질 경우 줄바꿈으로 처리됩니다.텍스트가 길어질 경우 줄바꿈으로 처리됩니다.
|
108
|
-
</DataListValue>
|
109
|
-
</DataListItem>
|
110
|
-
<DataListItem {...args}>
|
111
|
-
<DataListLabel {...args}>라벨</DataListLabel>
|
112
|
-
<DataListValue {...args}>
|
113
|
-
<Button {...args}>버튼</Button>
|
114
|
-
</DataListValue>
|
115
|
-
</DataListItem>
|
116
|
-
</DataList>);
|
117
|
-
};
|
118
|
-
export var Scaling = function (_a) {
|
119
|
-
var args = __rest(_a, []);
|
120
|
-
return (<div className="flex flex-col space-y-7">
|
121
|
-
{scalingOptions.map(function (scaling) { return (<DataList {...args} key={scaling} scaling={scaling}>
|
122
|
-
<DataListItem {...args}>
|
123
|
-
<DataListLabel {...args}>{scaling}</DataListLabel>
|
124
|
-
<DataListValue {...args}>
|
125
|
-
텍스트가 길어질 경우 줄바꿈으로 처리됩니다.텍스트가 길어질 경우 줄바꿈으로 처리됩니다.
|
126
|
-
</DataListValue>
|
127
|
-
</DataListItem>
|
128
|
-
<DataListItem {...args}>
|
129
|
-
<DataListLabel {...args}>{scaling}</DataListLabel>
|
130
|
-
<DataListValue {...args}>
|
131
|
-
텍스트가 길어질 경우 줄바꿈으로 처리됩니다.텍스트가 길어질 경우 줄바꿈으로 처리됩니다.
|
132
|
-
</DataListValue>
|
133
|
-
</DataListItem>
|
134
|
-
</DataList>); })}
|
135
|
-
</div>);
|
136
|
-
};
|
137
|
-
export var Size = function (_a) {
|
138
|
-
var args = __rest(_a, []);
|
139
|
-
return (<div className="flex flex-col space-y-7">
|
140
|
-
<DataList size={'small'}>
|
141
|
-
<DataListItem {...args}>
|
142
|
-
<DataListLabel {...args}>small</DataListLabel>
|
143
|
-
<DataListValue {...args}>
|
144
|
-
텍스트가 길어질 경우 줄바꿈으로 처리됩니다.텍스트가 길어질 경우 줄바꿈으로 처리됩니다.
|
145
|
-
</DataListValue>
|
146
|
-
</DataListItem>
|
147
|
-
<DataListItem {...args}>
|
148
|
-
<DataListLabel {...args}>small</DataListLabel>
|
149
|
-
<DataListValue {...args}>
|
150
|
-
텍스트가 길어질 경우 줄바꿈으로 처리됩니다.텍스트가 길어질 경우 줄바꿈으로 처리됩니다.
|
151
|
-
</DataListValue>
|
152
|
-
</DataListItem>
|
153
|
-
</DataList>
|
154
|
-
|
155
|
-
<DataList size={'medium'}>
|
156
|
-
<DataListItem {...args}>
|
157
|
-
<DataListLabel {...args}>medium</DataListLabel>
|
158
|
-
<DataListValue {...args}>
|
159
|
-
텍스트가 길어질 경우 줄바꿈으로 처리됩니다.텍스트가 길어질 경우 줄바꿈으로 처리됩니다.
|
160
|
-
</DataListValue>
|
161
|
-
</DataListItem>
|
162
|
-
<DataListItem {...args}>
|
163
|
-
<DataListLabel {...args}>medium</DataListLabel>
|
164
|
-
<DataListValue {...args}>
|
165
|
-
텍스트가 길어질 경우 줄바꿈으로 처리됩니다.텍스트가 길어질 경우 줄바꿈으로 처리됩니다.
|
166
|
-
</DataListValue>
|
167
|
-
</DataListItem>
|
168
|
-
</DataList>
|
169
|
-
|
170
|
-
<DataList size={'large'}>
|
171
|
-
<DataListItem {...args}>
|
172
|
-
<DataListLabel {...args}>large</DataListLabel>
|
173
|
-
<DataListValue {...args}>
|
174
|
-
텍스트가 길어질 경우 줄바꿈으로 처리됩니다.텍스트가 길어질 경우 줄바꿈으로 처리됩니다.
|
175
|
-
</DataListValue>
|
176
|
-
</DataListItem>
|
177
|
-
<DataListItem {...args}>
|
178
|
-
<DataListLabel {...args}>large</DataListLabel>
|
179
|
-
<DataListValue {...args}>
|
180
|
-
텍스트가 길어질 경우 줄바꿈으로 처리됩니다.텍스트가 길어질 경우 줄바꿈으로 처리됩니다.
|
181
|
-
</DataListValue>
|
182
|
-
</DataListItem>
|
183
|
-
</DataList>
|
184
|
-
</div>);
|
185
|
-
};
|
@@ -1,170 +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 { commonArgTypes, radiusOptions } from '../../constants';
|
24
|
-
import { ChevronDownIcon } from '@radix-ui/react-icons';
|
25
|
-
import { DropdownMenu, DropdownMenuItem, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuSeparator, DropdownMenuSubTrigger, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuLabel, DropdownMenuCheckboxItem, DropdownMenuRadioGroup, DropdownMenuRadioItem, } from '../../components/DropdownMenu/index';
|
26
|
-
import Button from 'components/Button';
|
27
|
-
var meta = {
|
28
|
-
title: 'Component/DropdownMenu',
|
29
|
-
component: DropdownMenu,
|
30
|
-
parameters: {
|
31
|
-
layout: 'centered',
|
32
|
-
themes: {
|
33
|
-
themeOverride: 'dark',
|
34
|
-
},
|
35
|
-
docs: {
|
36
|
-
description: {
|
37
|
-
component: '버튼을 클릭하여 세부항목을 확인하고 하나의 항목을 선택하는 기능',
|
38
|
-
},
|
39
|
-
},
|
40
|
-
},
|
41
|
-
tags: ['autodocs'],
|
42
|
-
argTypes: {
|
43
|
-
radius: __assign(__assign({}, commonArgTypes.radius), { description: 'dropdownMenu 둥글기' }),
|
44
|
-
size: __assign(__assign({}, commonArgTypes.size), { table: {
|
45
|
-
category: 'Props',
|
46
|
-
type: {
|
47
|
-
summary: ['small', 'medium'].join(' | '),
|
48
|
-
},
|
49
|
-
}, options: ['small', 'medium'], description: 'dropdownMenu 크기' }),
|
50
|
-
scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'dropdownMenu scaling' }),
|
51
|
-
color: __assign(__assign({}, commonArgTypes.color), { description: 'dropdownMenu color' }),
|
52
|
-
appearance: __assign(__assign({}, commonArgTypes.appearance), { table: {
|
53
|
-
category: 'Props',
|
54
|
-
type: { summary: ['solid', 'soft'].join(' | ') },
|
55
|
-
}, options: ['solid', 'soft'] }),
|
56
|
-
},
|
57
|
-
};
|
58
|
-
export default meta;
|
59
|
-
export var Default = function (_a) {
|
60
|
-
var args = __rest(_a, []);
|
61
|
-
return (<DropdownMenu>
|
62
|
-
<DropdownMenuTrigger {...args}>
|
63
|
-
<Button>
|
64
|
-
Options
|
65
|
-
<ChevronDownIcon />
|
66
|
-
</Button>
|
67
|
-
</DropdownMenuTrigger>
|
68
|
-
<DropdownMenuContent {...args}>
|
69
|
-
<DropdownMenuLabel {...args}>라벨</DropdownMenuLabel>
|
70
|
-
<DropdownMenuItem {...args} shortcut="⌘ E">
|
71
|
-
기본 아이템
|
72
|
-
</DropdownMenuItem>
|
73
|
-
<DropdownMenuItem {...args} disabled>
|
74
|
-
사용불가 아이템
|
75
|
-
</DropdownMenuItem>
|
76
|
-
<DropdownMenuSeparator />
|
77
|
-
<DropdownMenuCheckboxItem checked {...args}>
|
78
|
-
체크박스1
|
79
|
-
</DropdownMenuCheckboxItem>
|
80
|
-
<DropdownMenuCheckboxItem checked={false} {...args}>
|
81
|
-
체크박스2
|
82
|
-
</DropdownMenuCheckboxItem>
|
83
|
-
<DropdownMenuSeparator />
|
84
|
-
|
85
|
-
<DropdownMenuRadioGroup value="option1">
|
86
|
-
<DropdownMenuRadioItem value="option1" {...args}>
|
87
|
-
라디오1
|
88
|
-
</DropdownMenuRadioItem>
|
89
|
-
<DropdownMenuRadioItem value="option2" {...args}>
|
90
|
-
라디오2
|
91
|
-
</DropdownMenuRadioItem>
|
92
|
-
</DropdownMenuRadioGroup>
|
93
|
-
<DropdownMenuSeparator />
|
94
|
-
|
95
|
-
<DropdownMenuSub>
|
96
|
-
<DropdownMenuSubTrigger {...args}>More Menu</DropdownMenuSubTrigger>
|
97
|
-
<DropdownMenuSubContent {...args}>
|
98
|
-
<DropdownMenuItem {...args}>project</DropdownMenuItem>
|
99
|
-
<DropdownMenuItem {...args}>folder</DropdownMenuItem>
|
100
|
-
|
101
|
-
<DropdownMenuSeparator />
|
102
|
-
<DropdownMenuItem {...args}>options</DropdownMenuItem>
|
103
|
-
</DropdownMenuSubContent>
|
104
|
-
</DropdownMenuSub>
|
105
|
-
</DropdownMenuContent>
|
106
|
-
</DropdownMenu>);
|
107
|
-
};
|
108
|
-
export var Radius = function (_a) {
|
109
|
-
var args = __rest(_a, []);
|
110
|
-
return (<div className="flex items-center space-x-4">
|
111
|
-
{radiusOptions.map(function (radius) { return (<DropdownMenu key={radius}>
|
112
|
-
<DropdownMenuTrigger {...args} radius={radius}>
|
113
|
-
<Button>
|
114
|
-
{radius}
|
115
|
-
<ChevronDownIcon />
|
116
|
-
</Button>
|
117
|
-
</DropdownMenuTrigger>
|
118
|
-
<DropdownMenuContent {...args} radius={radius}>
|
119
|
-
<DropdownMenuItem {...args} radius={radius}>
|
120
|
-
메뉴1
|
121
|
-
</DropdownMenuItem>
|
122
|
-
<DropdownMenuItem {...args} radius={radius}>
|
123
|
-
메뉴2
|
124
|
-
</DropdownMenuItem>
|
125
|
-
</DropdownMenuContent>
|
126
|
-
</DropdownMenu>); })}
|
127
|
-
</div>);
|
128
|
-
};
|
129
|
-
export var Size = function (_a) {
|
130
|
-
var args = __rest(_a, []);
|
131
|
-
return (<div className="flex items-center space-x-4">
|
132
|
-
{['small', 'medium'].map(function (size) { return (<DropdownMenu key={size}>
|
133
|
-
<DropdownMenuTrigger {...args} size={size}>
|
134
|
-
<Button>
|
135
|
-
{size}
|
136
|
-
<ChevronDownIcon />
|
137
|
-
</Button>
|
138
|
-
</DropdownMenuTrigger>
|
139
|
-
<DropdownMenuContent {...args} size={size}>
|
140
|
-
<DropdownMenuItem {...args} size={size}>
|
141
|
-
메뉴1
|
142
|
-
</DropdownMenuItem>
|
143
|
-
<DropdownMenuItem {...args} size={size}>
|
144
|
-
메뉴2
|
145
|
-
</DropdownMenuItem>
|
146
|
-
</DropdownMenuContent>
|
147
|
-
</DropdownMenu>); })}
|
148
|
-
</div>);
|
149
|
-
};
|
150
|
-
export var Appearance = function (_a) {
|
151
|
-
var args = __rest(_a, []);
|
152
|
-
return (<div className="flex items-center space-x-4">
|
153
|
-
{['solid', 'soft'].map(function (appearance) { return (<DropdownMenu key={appearance}>
|
154
|
-
<DropdownMenuTrigger {...args} appearance={appearance}>
|
155
|
-
<Button>
|
156
|
-
{appearance}
|
157
|
-
<ChevronDownIcon />
|
158
|
-
</Button>
|
159
|
-
</DropdownMenuTrigger>
|
160
|
-
<DropdownMenuContent {...args}>
|
161
|
-
<DropdownMenuItem {...args} appearance={appearance}>
|
162
|
-
메뉴1
|
163
|
-
</DropdownMenuItem>
|
164
|
-
<DropdownMenuItem {...args} appearance={appearance}>
|
165
|
-
메뉴2
|
166
|
-
</DropdownMenuItem>
|
167
|
-
</DropdownMenuContent>
|
168
|
-
</DropdownMenu>); })}
|
169
|
-
</div>);
|
170
|
-
};
|
@@ -1,123 +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 { commonArgTypes, sizeOptions } from '../../constants';
|
24
|
-
import { ScrollArea } from '../../components/ScrollArea';
|
25
|
-
import { Header } from 'Typography/Header';
|
26
|
-
import { Text } from 'Typography/Text';
|
27
|
-
var meta = {
|
28
|
-
title: 'Component/ScrollArea',
|
29
|
-
component: ScrollArea,
|
30
|
-
parameters: {
|
31
|
-
layout: 'centered',
|
32
|
-
themes: {
|
33
|
-
themeOverride: 'dark',
|
34
|
-
},
|
35
|
-
docs: {
|
36
|
-
description: {
|
37
|
-
component: '스크롤 가능 영역',
|
38
|
-
},
|
39
|
-
},
|
40
|
-
},
|
41
|
-
tags: ['autodocs'],
|
42
|
-
argTypes: {
|
43
|
-
radius: __assign(__assign({}, commonArgTypes.radius), { description: 'scrollArea 둥글기' }),
|
44
|
-
size: __assign(__assign({}, commonArgTypes.size), { table: {
|
45
|
-
category: 'Props',
|
46
|
-
type: {
|
47
|
-
summary: sizeOptions
|
48
|
-
.filter(function (value) { return value != 'x-small' && value != 'x-large'; })
|
49
|
-
.join(' | '),
|
50
|
-
},
|
51
|
-
}, options: sizeOptions.filter(function (value) { return value != 'x-small' && value != 'x-large'; }), description: 'scrollArea 크기' }),
|
52
|
-
},
|
53
|
-
};
|
54
|
-
export default meta;
|
55
|
-
export var Default = function (_a) {
|
56
|
-
var args = __rest(_a, []);
|
57
|
-
return (<ScrollArea type="always" scrollbars="vertical" className="h-[180px]" {...args}>
|
58
|
-
<div className="p-2 pr-8">
|
59
|
-
<Header size={'4'} mb={'2'} trim={'start'}>
|
60
|
-
Principles of the typographic craft
|
61
|
-
</Header>
|
62
|
-
<div className="flex flex-col gap-4">
|
63
|
-
<Text as="p">
|
64
|
-
Three fundamental aspects of typography are legibility, readability, and aesthetics.
|
65
|
-
Although in a non-technical sense “legible” and “readable” are often used synonymously,
|
66
|
-
typographically they are separate but related concepts.
|
67
|
-
</Text>
|
68
|
-
|
69
|
-
<Text as="p">
|
70
|
-
Legibility describes how easily individual characters can be distinguished from one
|
71
|
-
another. It is described by Walter Tracy as “the quality of being decipherable and
|
72
|
-
recognisable”. For instance, if a “b” and an “h”, or a “3” and an “8”, are difficult to
|
73
|
-
distinguish at small sizes, this is a problem of legibility.
|
74
|
-
</Text>
|
75
|
-
|
76
|
-
<Text as="p">
|
77
|
-
Typographers are concerned with legibility insofar as it is their job to select the
|
78
|
-
correct font to use. Brush Script is an example of a font containing many characters that
|
79
|
-
might be difficult to distinguish. The selection of cases influences the legibility of
|
80
|
-
typography because using only uppercase letters (all-caps) reduces legibility.
|
81
|
-
</Text>
|
82
|
-
</div>
|
83
|
-
</div>
|
84
|
-
</ScrollArea>);
|
85
|
-
};
|
86
|
-
export var Type = function (_a) {
|
87
|
-
var args = __rest(_a, []);
|
88
|
-
return (<div className="grid grid-cols-2 gap-2">
|
89
|
-
<ScrollArea type="always" scrollbars="vertical" className="h-[150px]" {...args}>
|
90
|
-
<div className="flex flex-col p-2 pr-8 gap-4">
|
91
|
-
<Text size="2">
|
92
|
-
Three fundamental aspects of typography are legibility, readability, and aesthetics.
|
93
|
-
Although in a non-technical sense legible and readable are often used synonymously,
|
94
|
-
typographically they are separate but related concepts.
|
95
|
-
</Text>
|
96
|
-
|
97
|
-
<Text size="2">
|
98
|
-
Legibility describes how easily individual characters can be distinguished from one
|
99
|
-
another. It is described by Walter Tracy as the quality of being decipherable and
|
100
|
-
recognisable. For instance, if a b and an h, or a 3 and an 8, are difficult to distinguish
|
101
|
-
at small sizes, this is a problem of legibility.
|
102
|
-
</Text>
|
103
|
-
</div>
|
104
|
-
</ScrollArea>
|
105
|
-
|
106
|
-
<ScrollArea type="always" scrollbars="horizontal" className="h-[150px]" {...args}>
|
107
|
-
<div className="gap-4 p-2 w-[700px]">
|
108
|
-
<Text size="2">
|
109
|
-
Three fundamental aspects of typography are legibility, readability, and aesthetics.
|
110
|
-
Although in a non-technical sense legible and readable are often used synonymously,
|
111
|
-
typographically they are separate but related concepts.
|
112
|
-
</Text>
|
113
|
-
|
114
|
-
<Text size="2">
|
115
|
-
Legibility describes how easily individual characters can be distinguished from one
|
116
|
-
another. It is described by Walter Tracy as the quality of being decipherable and
|
117
|
-
recognisable. For instance, if a b and an h, or a 3 and an 8, are difficult to distinguish
|
118
|
-
at small sizes, this is a problem of legibility.
|
119
|
-
</Text>
|
120
|
-
</div>
|
121
|
-
</ScrollArea>
|
122
|
-
</div>);
|
123
|
-
};
|