@lotte-innovate/ui-component-test 0.0.12 → 0.0.13
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.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.js +6 -0
- package/dist/app/template/colorPicker.d.ts +1 -2
- package/dist/app/template/colorPicker.js +14 -0
- package/dist/app/template/theme.d.ts +2 -2
- package/dist/app/template/{theme.jsx → theme.js} +2 -8
- 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 -4
- 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 -6
- 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 -25
- 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/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} +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 +1 -1
- package/dist/app/page.jsx +0 -9
- package/dist/app/template/colorPicker.jsx +0 -19
- 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
@@ -101,7 +101,7 @@ declare const meta: {
|
|
101
101
|
export default meta;
|
102
102
|
export declare const Default: ({ ...args }: {
|
103
103
|
[x: string]: any;
|
104
|
-
}) => import("react").JSX.Element;
|
104
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
105
105
|
export declare const WithInset: ({ ...args }: {
|
106
106
|
[x: string]: any;
|
107
|
-
}) => import("react").JSX.Element;
|
107
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
23
24
|
import { commonArgTypes } from '../../constants';
|
24
25
|
import { HoverCard, HoverCardTrigger, HoverCardContent } from '../../components/HoverCard';
|
25
26
|
import { Inset } from '@radix-ui/themes';
|
@@ -62,37 +63,9 @@ var meta = {
|
|
62
63
|
export default meta;
|
63
64
|
export var Default = function (_a) {
|
64
65
|
var args = __rest(_a, []);
|
65
|
-
return (
|
66
|
-
<HoverCardTrigger>
|
67
|
-
<Link href="#" target="_blank" className="text-indigo-9 dark:text-indigoDark-9 hover:underline">
|
68
|
-
@radix_ui
|
69
|
-
</Link>
|
70
|
-
</HoverCardTrigger>
|
71
|
-
<HoverCardContent {...args}>
|
72
|
-
<div>
|
73
|
-
<strong>Typography</strong> is the art and technique of arranging type to make written
|
74
|
-
language legible, readable and appealing when displayed.
|
75
|
-
</div>
|
76
|
-
</HoverCardContent>
|
77
|
-
</HoverCard>);
|
66
|
+
return (_jsxs(HoverCard, { children: [_jsx(HoverCardTrigger, { children: _jsx(Link, { href: "#", target: "_blank", className: "text-indigo-9 dark:text-indigoDark-9 hover:underline", children: "@radix_ui" }) }), _jsx(HoverCardContent, __assign({}, args, { children: _jsxs("div", { children: [_jsx("strong", { children: "Typography" }), " is the art and technique of arranging type to make written language legible, readable and appealing when displayed."] }) }))] }));
|
78
67
|
};
|
79
68
|
export var WithInset = function (_a) {
|
80
69
|
var args = __rest(_a, []);
|
81
|
-
return (
|
82
|
-
<HoverCardTrigger>
|
83
|
-
<Link href="https://twitter.com/radix_ui" target="_blank" className="text-indigo-9 dark:text-indigoDark-9 hover:underline">
|
84
|
-
@radix_ui
|
85
|
-
</Link>
|
86
|
-
</HoverCardTrigger>
|
87
|
-
<HoverCardContent {...args}>
|
88
|
-
<div className="flex">
|
89
|
-
<Inset side="left" pr="current">
|
90
|
-
<Image src="https://images.unsplash.com/photo-1617050318658-a9a3175e34cb?&auto=format&fit=crop&w=300&q=90" alt="Bold typography" width={150} height={150} className="h-full block object-cover"/>
|
91
|
-
</Inset>
|
92
|
-
<span>
|
93
|
-
<strong>Typography</strong> is the art and technique.
|
94
|
-
</span>
|
95
|
-
</div>
|
96
|
-
</HoverCardContent>
|
97
|
-
</HoverCard>);
|
70
|
+
return (_jsxs(HoverCard, { children: [_jsx(HoverCardTrigger, { children: _jsx(Link, { href: "https://twitter.com/radix_ui", target: "_blank", className: "text-indigo-9 dark:text-indigoDark-9 hover:underline", children: "@radix_ui" }) }), _jsx(HoverCardContent, __assign({}, args, { children: _jsxs("div", { className: "flex", children: [_jsx(Inset, { side: "left", pr: "current", children: _jsx(Image, { src: "https://images.unsplash.com/photo-1617050318658-a9a3175e34cb?&auto=format&fit=crop&w=300&q=90", alt: "Bold typography", width: 150, height: 150, className: "h-full block object-cover" }) }), _jsxs("span", { children: [_jsx("strong", { children: "Typography" }), " is the art and technique."] })] }) }))] }));
|
98
71
|
};
|
@@ -52,7 +52,7 @@ declare const meta: {
|
|
52
52
|
export default meta;
|
53
53
|
export declare const Default: ({ ...args }: {
|
54
54
|
[x: string]: any;
|
55
|
-
}) => import("react").JSX.Element;
|
55
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
56
56
|
export declare const Horizontal: ({ ...args }: {
|
57
57
|
[x: string]: any;
|
58
|
-
}) => import("react").JSX.Element;
|
58
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
23
24
|
import { commonArgTypes } from '../../../src/constants';
|
24
25
|
import Image from 'next/image';
|
25
26
|
import { Inset } from '../../components/Inset';
|
@@ -46,34 +47,18 @@ var meta = {
|
|
46
47
|
export default meta;
|
47
48
|
export var Default = function (_a) {
|
48
49
|
var args = __rest(_a, []);
|
49
|
-
return (
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
}}/>
|
56
|
-
<div className="p-4">
|
57
|
-
<span>
|
58
|
-
Typography is the art and technique of arranging type to make written language legible.
|
59
|
-
</span>
|
60
|
-
</div>
|
61
|
-
</Inset>);
|
50
|
+
return (_jsxs(Inset, __assign({ clip: "padding-box", side: "top", pb: "current", className: "w-[290px]" }, args, { children: [_jsx(Image, { src: "https://images.unsplash.com/photo-1617050318658-a9a3175e34cb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&q=80", alt: "Bold typography", width: 100, height: 200, style: {
|
51
|
+
display: 'block',
|
52
|
+
objectFit: 'cover',
|
53
|
+
width: '100%',
|
54
|
+
backgroundColor: 'var(--gray-5)',
|
55
|
+
} }), _jsx("div", { className: "p-4", children: _jsx("span", { children: "Typography is the art and technique of arranging type to make written language legible." }) })] })));
|
62
56
|
};
|
63
57
|
export var Horizontal = function (_a) {
|
64
58
|
var args = __rest(_a, []);
|
65
|
-
return (
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
backgroundColor: 'var(--gray-5)',
|
71
|
-
}}/>
|
72
|
-
<div className="p-4">
|
73
|
-
<span>
|
74
|
-
Typography is the art and technique of arranging type to make written language legible.
|
75
|
-
</span>
|
76
|
-
</div>
|
77
|
-
</div>
|
78
|
-
</Inset>);
|
59
|
+
return (_jsx(Inset, __assign({ side: "left", pr: "current", className: "w-[400px]" }, args, { children: _jsxs("div", { className: "flex", children: [_jsx(Image, { src: "https://images.unsplash.com/photo-1617050318658-a9a3175e34cb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&q=80", alt: "Bold typography", width: 150, height: 140, style: {
|
60
|
+
display: 'block',
|
61
|
+
objectFit: 'cover',
|
62
|
+
backgroundColor: 'var(--gray-5)',
|
63
|
+
} }), _jsx("div", { className: "p-4", children: _jsx("span", { children: "Typography is the art and technique of arranging type to make written language legible." }) })] }) })));
|
79
64
|
};
|
@@ -82,13 +82,13 @@ declare const meta: {
|
|
82
82
|
export default meta;
|
83
83
|
export declare const Default: ({ ...args }: {
|
84
84
|
[x: string]: any;
|
85
|
-
}) => import("react").JSX.Element;
|
85
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
86
86
|
export declare const Scaling: ({ ...args }: {
|
87
87
|
[x: string]: any;
|
88
|
-
}) => import("react").JSX.Element;
|
88
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
89
89
|
export declare const Size: ({ ...args }: {
|
90
90
|
[x: string]: any;
|
91
|
-
}) => import("react").JSX.Element;
|
91
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
92
92
|
export declare const Weight: ({ ...args }: {
|
93
93
|
[x: string]: any;
|
94
|
-
}) => import("react").JSX.Element;
|
94
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
23
24
|
import { Label } from '../../components/Label/index';
|
24
25
|
import { commonArgTypes, scalingOptions } from '../../constants';
|
25
26
|
import { colorOptions } from 'color/constants';
|
@@ -74,39 +75,17 @@ var meta = {
|
|
74
75
|
export default meta;
|
75
76
|
export var Default = function (_a) {
|
76
77
|
var args = __rest(_a, []);
|
77
|
-
return
|
78
|
+
return _jsx(Label, __assign({}, args, { children: "Label component" }));
|
78
79
|
};
|
79
80
|
export var Scaling = function (_a) {
|
80
81
|
var args = __rest(_a, []);
|
81
|
-
return (
|
82
|
-
{scalingOptions.map(function (scaling, index) { return (<div key={scaling} className="flex pt-3 items-center space-x-2">
|
83
|
-
<Label scaling={scaling} {...args}>
|
84
|
-
Label component
|
85
|
-
</Label>
|
86
|
-
</div>); })}
|
87
|
-
</div>);
|
82
|
+
return (_jsx("div", { className: "", children: scalingOptions.map(function (scaling, index) { return (_jsx("div", { className: "flex pt-3 items-center space-x-2", children: _jsx(Label, __assign({ scaling: scaling }, args, { children: "Label component" })) }, scaling)); }) }));
|
88
83
|
};
|
89
84
|
export var Size = function (_a) {
|
90
85
|
var args = __rest(_a, []);
|
91
|
-
return (
|
92
|
-
<Label size={'small'} {...args}>
|
93
|
-
Label component
|
94
|
-
</Label>
|
95
|
-
<Label size={'medium'} {...args}>
|
96
|
-
Label component
|
97
|
-
</Label>
|
98
|
-
<Label size={'large'} {...args}>
|
99
|
-
Label component
|
100
|
-
</Label>
|
101
|
-
</div>);
|
86
|
+
return (_jsxs("div", { className: "flex flex-wrap items-center gap-[15px] px-5", children: [_jsx(Label, __assign({ size: 'small' }, args, { children: "Label component" })), _jsx(Label, __assign({ size: 'medium' }, args, { children: "Label component" })), _jsx(Label, __assign({ size: 'large' }, args, { children: "Label component" }))] }));
|
102
87
|
};
|
103
88
|
export var Weight = function (_a) {
|
104
89
|
var args = __rest(_a, []);
|
105
|
-
return (
|
106
|
-
{['regular', 'bold'].map(function (weight, index) { return (<div key={weight} className="flex pt-3 items-center space-x-2">
|
107
|
-
<Label weight={weight} {...args}>
|
108
|
-
Label component
|
109
|
-
</Label>
|
110
|
-
</div>); })}
|
111
|
-
</div>);
|
90
|
+
return (_jsx("div", { className: "", children: ['regular', 'bold'].map(function (weight, index) { return (_jsx("div", { className: "flex pt-3 items-center space-x-2", children: _jsx(Label, __assign({ weight: weight }, args, { children: "Label component" })) }, weight)); }) }));
|
112
91
|
};
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
23
24
|
import { useState } from 'react';
|
24
25
|
import { appearanceOptions, commonArgTypes, sizeOptions } from '../../constants';
|
25
26
|
import { Menubar, MenubarMenu, MenubarTrigger, MenubarContent, MenubarItem, MenubarSeparator, MenubarSub, MenubarSubTrigger, MenubarSubContent, MenubarCheckboxItem, MenubarRadioGroup, MenubarRadioItem, } from 'components/Menubar';
|
@@ -87,49 +88,11 @@ export var Default = function (_a) {
|
|
87
88
|
var RADIO_ITEMS = ['구글', '네이버', '인트라넷'];
|
88
89
|
var _b = useState([CHECK_ITEMS[0]]), checkedSelection = _b[0], setCheckedSelection = _b[1];
|
89
90
|
var _c = useState(RADIO_ITEMS[0]), radioSelection = _c[0], setRadioSelection = _c[1];
|
90
|
-
return (
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
<MenubarItem disabled>사용불가</MenubarItem>
|
98
|
-
<MenubarSeparator />
|
99
|
-
<MenubarSub>
|
100
|
-
<MenubarSubTrigger>공유하기</MenubarSubTrigger>
|
101
|
-
<MenubarSubContent>
|
102
|
-
<MenubarItem>이메일</MenubarItem>
|
103
|
-
<MenubarItem>메신저</MenubarItem>
|
104
|
-
</MenubarSubContent>
|
105
|
-
</MenubarSub>
|
106
|
-
</MenubarContent>
|
107
|
-
</MenubarMenu>
|
108
|
-
{/* 메뉴-체크 */}
|
109
|
-
<MenubarMenu>
|
110
|
-
<MenubarTrigger>보기</MenubarTrigger>
|
111
|
-
<MenubarContent>
|
112
|
-
{CHECK_ITEMS.map(function (item) { return (<MenubarCheckboxItem key={item} checked={checkedSelection.includes(item)} onCheckedChange={function () {
|
113
|
-
return setCheckedSelection(function (current) {
|
114
|
-
return current.includes(item)
|
115
|
-
? current.filter(function (el) { return el !== item; })
|
116
|
-
: current.concat(item);
|
117
|
-
});
|
118
|
-
}}>
|
119
|
-
{item}
|
120
|
-
</MenubarCheckboxItem>); })}
|
121
|
-
</MenubarContent>
|
122
|
-
</MenubarMenu>
|
123
|
-
{/* 메뉴-라디오 */}
|
124
|
-
<MenubarMenu>
|
125
|
-
<MenubarTrigger>프로필</MenubarTrigger>
|
126
|
-
<MenubarContent>
|
127
|
-
<MenubarRadioGroup value={radioSelection} onValueChange={setRadioSelection}>
|
128
|
-
{RADIO_ITEMS.map(function (item) { return (<MenubarRadioItem key={item} value={item}>
|
129
|
-
{item}
|
130
|
-
</MenubarRadioItem>); })}
|
131
|
-
</MenubarRadioGroup>
|
132
|
-
</MenubarContent>
|
133
|
-
</MenubarMenu>
|
134
|
-
</Menubar>);
|
91
|
+
return (_jsxs(Menubar, __assign({}, args, { children: [_jsxs(MenubarMenu, { children: [_jsx(MenubarTrigger, { children: "\uD30C\uC77C" }), _jsxs(MenubarContent, { children: [_jsx(MenubarItem, { shortcut: "\u2318 T", children: "\uC0C8 \uD0ED" }), _jsx(MenubarItem, { shortcut: "\u2318 N", children: "\uC0C8 \uCC3D" }), _jsx(MenubarItem, { disabled: true, children: "\uC0AC\uC6A9\uBD88\uAC00" }), _jsx(MenubarSeparator, {}), _jsxs(MenubarSub, { children: [_jsx(MenubarSubTrigger, { children: "\uACF5\uC720\uD558\uAE30" }), _jsxs(MenubarSubContent, { children: [_jsx(MenubarItem, { children: "\uC774\uBA54\uC77C" }), _jsx(MenubarItem, { children: "\uBA54\uC2E0\uC800" })] })] })] })] }), _jsxs(MenubarMenu, { children: [_jsx(MenubarTrigger, { children: "\uBCF4\uAE30" }), _jsx(MenubarContent, { children: CHECK_ITEMS.map(function (item) { return (_jsx(MenubarCheckboxItem, { checked: checkedSelection.includes(item), onCheckedChange: function () {
|
92
|
+
return setCheckedSelection(function (current) {
|
93
|
+
return current.includes(item)
|
94
|
+
? current.filter(function (el) { return el !== item; })
|
95
|
+
: current.concat(item);
|
96
|
+
});
|
97
|
+
}, children: item }, item)); }) })] }), _jsxs(MenubarMenu, { children: [_jsx(MenubarTrigger, { children: "\uD504\uB85C\uD544" }), _jsx(MenubarContent, { children: _jsx(MenubarRadioGroup, { value: radioSelection, onValueChange: setRadioSelection, children: RADIO_ITEMS.map(function (item) { return (_jsx(MenubarRadioItem, { value: item, children: item }, item)); }) }) })] })] })));
|
135
98
|
};
|
@@ -294,7 +294,7 @@ declare const meta: {
|
|
294
294
|
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
295
295
|
size?: "small" | "medium" | null | undefined;
|
296
296
|
ref?: import("react").LegacyRef<HTMLElement> | undefined;
|
297
|
-
}>) => import("react").JSX.Element)[];
|
297
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
298
298
|
tags: string[];
|
299
299
|
argTypes: {
|
300
300
|
radius: {
|
@@ -382,4 +382,4 @@ declare const meta: {
|
|
382
382
|
export default meta;
|
383
383
|
export declare const Default: ({ ...args }: {
|
384
384
|
[x: string]: any;
|
385
|
-
}) => import("react").JSX.Element;
|
385
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
package/dist/stories/navigation-menu/{NavigationMenu.stories.jsx → NavigationMenu.stories.js}
RENAMED
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
23
24
|
import { appearanceOptions, commonArgTypes, sizeOptions } from '../../constants';
|
24
25
|
import { NavigationMenu, NavigationMenuContent, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, } from 'components/NavigationMenu';
|
25
26
|
import Image from 'next/image';
|
@@ -40,9 +41,7 @@ var meta = {
|
|
40
41
|
},
|
41
42
|
},
|
42
43
|
decorators: [
|
43
|
-
function (Story) { return (
|
44
|
-
<Story />
|
45
|
-
</div>); },
|
44
|
+
function (Story) { return (_jsx("div", { className: "h-[300px] p-2", children: _jsx(Story, {}) })); },
|
46
45
|
],
|
47
46
|
tags: ['autodocs'],
|
48
47
|
argTypes: {
|
@@ -76,69 +75,5 @@ var meta = {
|
|
76
75
|
export default meta;
|
77
76
|
export var Default = function (_a) {
|
78
77
|
var args = __rest(_a, []);
|
79
|
-
return (
|
80
|
-
<NavigationMenuList>
|
81
|
-
<NavigationMenuItem>
|
82
|
-
<NavigationMenuTrigger>홈페이지</NavigationMenuTrigger>
|
83
|
-
<NavigationMenuContent>
|
84
|
-
<div className="flex space-x-2">
|
85
|
-
<Image className="rounded" src="https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80" alt="Landscape photograph by Tobias Tullius" width={120} height={200}/>
|
86
|
-
<div className="space-y-2">
|
87
|
-
<Card size={'small'} className="w-[150px] hover:bg-red-3 dark:hover:bg-redDark-3">
|
88
|
-
<Text weight={'bold'}>타이틀</Text>
|
89
|
-
<Text>내용</Text>
|
90
|
-
</Card>
|
91
|
-
<Card size={'small'} className="w-[150px] hover:bg-red-3 dark:hover:bg-redDark-3">
|
92
|
-
<Text weight={'bold'}>타이틀</Text>
|
93
|
-
<Text>내용</Text>
|
94
|
-
</Card>
|
95
|
-
<Card size={'small'} className="w-[150px] hover:bg-red-3 dark:hover:bg-redDark-3">
|
96
|
-
<Text weight={'bold'}>타이틀</Text>
|
97
|
-
<Text>내용</Text>
|
98
|
-
</Card>
|
99
|
-
</div>
|
100
|
-
</div>
|
101
|
-
</NavigationMenuContent>
|
102
|
-
</NavigationMenuItem>
|
103
|
-
|
104
|
-
<NavigationMenuItem>
|
105
|
-
<NavigationMenuTrigger>개요</NavigationMenuTrigger>
|
106
|
-
<NavigationMenuContent>
|
107
|
-
<div className="flex flex-col space-y-3">
|
108
|
-
<Card className="hover:bg-red-3 dark:hover:bg-redDark-3" appearance="ghost">
|
109
|
-
<div className="flex flex-col">
|
110
|
-
<Text weight={'bold'} color="red">
|
111
|
-
타이틀이 들어가는 자리입니다.
|
112
|
-
</Text>
|
113
|
-
<Text>내용이 들어가는 자리입니다.</Text>
|
114
|
-
</div>
|
115
|
-
</Card>
|
116
|
-
<Card className="hover:bg-red-3 dark:hover:bg-redDark-3" appearance="ghost">
|
117
|
-
<div className="flex flex-col">
|
118
|
-
<Text weight={'bold'} color="red">
|
119
|
-
타이틀이 들어가는 자리입니다.
|
120
|
-
</Text>
|
121
|
-
<Text>내용이 들어가는 자리입니다.</Text>
|
122
|
-
</div>
|
123
|
-
</Card>
|
124
|
-
<Card className="hover:bg-red-3 dark:hover:bg-redDark-3" appearance="ghost">
|
125
|
-
<div className="flex flex-col">
|
126
|
-
<Text weight={'bold'} color="red">
|
127
|
-
타이틀이 들어가는 자리입니다.
|
128
|
-
</Text>
|
129
|
-
<Text>내용이 들어가는 자리입니다.</Text>
|
130
|
-
</div>
|
131
|
-
</Card>
|
132
|
-
</div>
|
133
|
-
</NavigationMenuContent>
|
134
|
-
</NavigationMenuItem>
|
135
|
-
|
136
|
-
<NavigationMenuItem>
|
137
|
-
<NavigationMenuLink href="https://tailwindcss.com/docs/border-radius">
|
138
|
-
tailwind 바로가기
|
139
|
-
</NavigationMenuLink>
|
140
|
-
</NavigationMenuItem>
|
141
|
-
</NavigationMenuList>
|
142
|
-
<NavigationMenuViewport />
|
143
|
-
</NavigationMenu>);
|
78
|
+
return (_jsxs(NavigationMenu, __assign({}, args, { children: [_jsxs(NavigationMenuList, { children: [_jsxs(NavigationMenuItem, { children: [_jsx(NavigationMenuTrigger, { children: "\uD648\uD398\uC774\uC9C0" }), _jsx(NavigationMenuContent, { children: _jsxs("div", { className: "flex space-x-2", children: [_jsx(Image, { className: "rounded", src: "https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80", alt: "Landscape photograph by Tobias Tullius", width: 120, height: 200 }), _jsxs("div", { className: "space-y-2", children: [_jsxs(Card, { size: 'small', className: "w-[150px] hover:bg-red-3 dark:hover:bg-redDark-3", children: [_jsx(Text, { weight: 'bold', children: "\uD0C0\uC774\uD2C0" }), _jsx(Text, { children: "\uB0B4\uC6A9" })] }), _jsxs(Card, { size: 'small', className: "w-[150px] hover:bg-red-3 dark:hover:bg-redDark-3", children: [_jsx(Text, { weight: 'bold', children: "\uD0C0\uC774\uD2C0" }), _jsx(Text, { children: "\uB0B4\uC6A9" })] }), _jsxs(Card, { size: 'small', className: "w-[150px] hover:bg-red-3 dark:hover:bg-redDark-3", children: [_jsx(Text, { weight: 'bold', children: "\uD0C0\uC774\uD2C0" }), _jsx(Text, { children: "\uB0B4\uC6A9" })] })] })] }) })] }), _jsxs(NavigationMenuItem, { children: [_jsx(NavigationMenuTrigger, { children: "\uAC1C\uC694" }), _jsx(NavigationMenuContent, { children: _jsxs("div", { className: "flex flex-col space-y-3", children: [_jsx(Card, { className: "hover:bg-red-3 dark:hover:bg-redDark-3", appearance: "ghost", children: _jsxs("div", { className: "flex flex-col", children: [_jsx(Text, { weight: 'bold', color: "red", children: "\uD0C0\uC774\uD2C0\uC774 \uB4E4\uC5B4\uAC00\uB294 \uC790\uB9AC\uC785\uB2C8\uB2E4." }), _jsx(Text, { children: "\uB0B4\uC6A9\uC774 \uB4E4\uC5B4\uAC00\uB294 \uC790\uB9AC\uC785\uB2C8\uB2E4." })] }) }), _jsx(Card, { className: "hover:bg-red-3 dark:hover:bg-redDark-3", appearance: "ghost", children: _jsxs("div", { className: "flex flex-col", children: [_jsx(Text, { weight: 'bold', color: "red", children: "\uD0C0\uC774\uD2C0\uC774 \uB4E4\uC5B4\uAC00\uB294 \uC790\uB9AC\uC785\uB2C8\uB2E4." }), _jsx(Text, { children: "\uB0B4\uC6A9\uC774 \uB4E4\uC5B4\uAC00\uB294 \uC790\uB9AC\uC785\uB2C8\uB2E4." })] }) }), _jsx(Card, { className: "hover:bg-red-3 dark:hover:bg-redDark-3", appearance: "ghost", children: _jsxs("div", { className: "flex flex-col", children: [_jsx(Text, { weight: 'bold', color: "red", children: "\uD0C0\uC774\uD2C0\uC774 \uB4E4\uC5B4\uAC00\uB294 \uC790\uB9AC\uC785\uB2C8\uB2E4." }), _jsx(Text, { children: "\uB0B4\uC6A9\uC774 \uB4E4\uC5B4\uAC00\uB294 \uC790\uB9AC\uC785\uB2C8\uB2E4." })] }) })] }) })] }), _jsx(NavigationMenuItem, { children: _jsx(NavigationMenuLink, { href: "https://tailwindcss.com/docs/border-radius", children: "tailwind \uBC14\uB85C\uAC00\uAE30" }) })] }), _jsx(NavigationMenuViewport, {})] })));
|
144
79
|
};
|
@@ -1,7 +1,6 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
declare const meta: {
|
3
2
|
title: string;
|
4
|
-
component: ({ labels, datasets, scaling, className, ...rest }: import("components/PieChart").PieChartProps) => import("react").JSX.Element;
|
3
|
+
component: ({ labels, datasets, scaling, className, ...rest }: import("components/PieChart").PieChartProps) => import("react/jsx-runtime").JSX.Element;
|
5
4
|
parameters: {
|
6
5
|
layout: string;
|
7
6
|
docs: {
|
@@ -180,7 +179,7 @@ declare const meta: {
|
|
180
179
|
export default meta;
|
181
180
|
export declare const Default: ({ ...args }: {
|
182
181
|
[x: string]: any;
|
183
|
-
}) => import("react").JSX.Element;
|
184
|
-
export declare const LabelsStyle: () => import("react").JSX.Element;
|
185
|
-
export declare const BorderStyles: () => import("react").JSX.Element;
|
186
|
-
export declare const DataLabels: () => import("react").JSX.Element;
|
182
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
183
|
+
export declare const LabelsStyle: () => import("react/jsx-runtime").JSX.Element;
|
184
|
+
export declare const BorderStyles: () => import("react/jsx-runtime").JSX.Element;
|
185
|
+
export declare const DataLabels: () => import("react/jsx-runtime").JSX.Element;
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
23
24
|
import PieChart from 'components/PieChart';
|
24
25
|
import { amber, blue, green, orange, purple, red, ruby, violet, yellow } from 'color/light';
|
25
26
|
import { commonArgTypes } from '../../constants';
|
@@ -174,9 +175,7 @@ var meta = {
|
|
174
175
|
export default meta;
|
175
176
|
export var Default = function (_a) {
|
176
177
|
var args = __rest(_a, []);
|
177
|
-
return (
|
178
|
-
<PieChart labels={args.label} datasets={args.datasets} {...args}/>
|
179
|
-
</div>);
|
178
|
+
return (_jsx("div", { className: "w-[300px]", children: _jsx(PieChart, __assign({ labels: args.label, datasets: args.datasets }, args)) }));
|
180
179
|
};
|
181
180
|
export var LabelsStyle = function () {
|
182
181
|
var labelStyleList = ['star', 'line', 'rect', 'circle'];
|
@@ -188,21 +187,17 @@ export var LabelsStyle = function () {
|
|
188
187
|
borderColor: [ruby[9], violet[9], amber[9], green[9]],
|
189
188
|
},
|
190
189
|
];
|
191
|
-
return (
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
190
|
+
return (_jsx("div", { className: "flex", children: labelStyleList.map(function (labelOption) { return (_jsx("div", { className: "w-[200px]", children: _jsx(PieChart, { labels: labels, datasets: datasets, options: {
|
191
|
+
plugins: {
|
192
|
+
legend: {
|
193
|
+
labels: {
|
194
|
+
pointStyle: labelOption,
|
195
|
+
usePointStyle: true,
|
196
|
+
},
|
197
|
+
position: 'top',
|
199
198
|
},
|
200
|
-
position: 'top',
|
201
199
|
},
|
202
|
-
},
|
203
|
-
}}/>
|
204
|
-
</div>); })}
|
205
|
-
</div>);
|
200
|
+
} }) }, labelOption)); }) }));
|
206
201
|
};
|
207
202
|
export var BorderStyles = function () {
|
208
203
|
var exampleData = [2, 4, 7, 3];
|
@@ -236,14 +231,7 @@ export var BorderStyles = function () {
|
|
236
231
|
},
|
237
232
|
},
|
238
233
|
};
|
239
|
-
return (
|
240
|
-
<div className="w-[200px]">
|
241
|
-
<PieChart datasets={datasets} options={options}/>
|
242
|
-
</div>
|
243
|
-
<div className="w-[200px]">
|
244
|
-
<PieChart datasets={dashDatasets} options={dashOptions}/>
|
245
|
-
</div>
|
246
|
-
</div>);
|
234
|
+
return (_jsxs("div", { className: "flex", children: [_jsx("div", { className: "w-[200px]", children: _jsx(PieChart, { datasets: datasets, options: options }) }), _jsx("div", { className: "w-[200px]", children: _jsx(PieChart, { datasets: dashDatasets, options: dashOptions }) })] }));
|
247
235
|
};
|
248
236
|
export var DataLabels = function () {
|
249
237
|
var datasets = [
|
@@ -289,12 +277,5 @@ export var DataLabels = function () {
|
|
289
277
|
},
|
290
278
|
},
|
291
279
|
};
|
292
|
-
return (
|
293
|
-
<div className="w-[200px]">
|
294
|
-
<PieChart datasets={datasets} options={options}/>
|
295
|
-
</div>
|
296
|
-
<div className="w-[200px]">
|
297
|
-
<PieChart datasets={datasets} options={customOptions}/>
|
298
|
-
</div>
|
299
|
-
</div>);
|
280
|
+
return (_jsxs("div", { className: "flex", children: [_jsx("div", { className: "w-[200px]", children: _jsx(PieChart, { datasets: datasets, options: options }) }), _jsx("div", { className: "w-[200px]", children: _jsx(PieChart, { datasets: datasets, options: customOptions }) })] }));
|
300
281
|
};
|
@@ -72,7 +72,7 @@ declare const meta: {
|
|
72
72
|
export default meta;
|
73
73
|
export declare const Default: ({ ...args }: {
|
74
74
|
[x: string]: any;
|
75
|
-
}) => import("react").JSX.Element;
|
75
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
76
76
|
export declare const WithInset: ({ ...args }: {
|
77
77
|
[x: string]: any;
|
78
|
-
}) => import("react").JSX.Element;
|
78
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
23
24
|
import { commonArgTypes, sizeOptions } from '../../constants';
|
24
25
|
import { Inset } from '@radix-ui/themes';
|
25
26
|
import { Popover, PopoverTrigger, PopoverContent, PopoverClose } from '../../components/Popover';
|
@@ -59,49 +60,15 @@ var meta = {
|
|
59
60
|
export default meta;
|
60
61
|
export var Default = function (_a) {
|
61
62
|
var args = __rest(_a, []);
|
62
|
-
return (
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
: args.size === 'large'
|
70
|
-
? '4'
|
71
|
-
: args.size === 'x-large'
|
72
|
-
? '5'
|
73
|
-
: '3'}/>
|
74
|
-
<div className="grow">
|
75
|
-
<TextArea placeholder="Write a comment…" {...args} className="w-full"/>
|
76
|
-
<div className="flex mt-3 justify-end">
|
77
|
-
<PopoverClose {...args}>
|
78
|
-
<Button>Comment</Button>
|
79
|
-
</PopoverClose>
|
80
|
-
</div>
|
81
|
-
</div>
|
82
|
-
</PopoverContent>
|
83
|
-
</Popover>);
|
63
|
+
return (_jsxs(Popover, __assign({}, args, { children: [_jsx(PopoverTrigger, { children: _jsx(Button, { children: "Comment" }) }), _jsxs(PopoverContent, __assign({}, args, { children: [_jsx(Avatar, __assign({ imagePath: "https://images.unsplash.com/photo-1607346256330-dee7af15f7c5?&w=64&h=64&dpr=2&q=70&crop=focalpoint&fp-x=0.67&fp-y=0.5&fp-z=1.4&fit=crop" }, args, { size: args.size === 'small'
|
64
|
+
? '2'
|
65
|
+
: args.size === 'large'
|
66
|
+
? '4'
|
67
|
+
: args.size === 'x-large'
|
68
|
+
? '5'
|
69
|
+
: '3' })), _jsxs("div", { className: "grow", children: [_jsx(TextArea, __assign({ placeholder: "Write a comment\u2026" }, args, { className: "w-full" })), _jsx("div", { className: "flex mt-3 justify-end", children: _jsx(PopoverClose, __assign({}, args, { children: _jsx(Button, { children: "Comment" }) })) })] })] }))] })));
|
84
70
|
};
|
85
71
|
export var WithInset = function (_a) {
|
86
72
|
var args = __rest(_a, []);
|
87
|
-
return (
|
88
|
-
<PopoverTrigger>
|
89
|
-
<Button>Share image</Button>
|
90
|
-
</PopoverTrigger>
|
91
|
-
<PopoverContent {...args}>
|
92
|
-
<div className="grid grid-cols-[130px_1fr]">
|
93
|
-
<Inset side="left" pr="current">
|
94
|
-
<Image src="https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe?&auto=format&fit=crop&w=400&q=80" alt="toggle with inset" width={150} height={150} style={{ objectFit: 'cover', width: '100%', height: '100%' }}/>
|
95
|
-
</Inset>
|
96
|
-
<div>
|
97
|
-
<span>Minimalistic 3D rendering wallpaper.</span>
|
98
|
-
<div className="mt-2 flex-col items-stretch">
|
99
|
-
<PopoverClose {...args}>
|
100
|
-
<Button>Copy link</Button>
|
101
|
-
</PopoverClose>
|
102
|
-
</div>
|
103
|
-
</div>
|
104
|
-
</div>
|
105
|
-
</PopoverContent>
|
106
|
-
</Popover>);
|
73
|
+
return (_jsxs(Popover, __assign({}, args, { children: [_jsx(PopoverTrigger, { children: _jsx(Button, { children: "Share image" }) }), _jsx(PopoverContent, __assign({}, args, { children: _jsxs("div", { className: "grid grid-cols-[130px_1fr]", children: [_jsx(Inset, { side: "left", pr: "current", children: _jsx(Image, { src: "https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe?&auto=format&fit=crop&w=400&q=80", alt: "toggle with inset", width: 150, height: 150, style: { objectFit: 'cover', width: '100%', height: '100%' } }) }), _jsxs("div", { children: [_jsx("span", { children: "Minimalistic 3D rendering wallpaper." }), _jsx("div", { className: "mt-2 flex-col items-stretch", children: _jsx(PopoverClose, __assign({}, args, { children: _jsx(Button, { children: "Copy link" }) })) })] })] }) }))] })));
|
107
74
|
};
|
@@ -101,13 +101,13 @@ declare const meta: {
|
|
101
101
|
export default meta;
|
102
102
|
export declare const Default: ({ ...args }: {
|
103
103
|
[x: string]: any;
|
104
|
-
}) => import("react").JSX.Element;
|
104
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
105
105
|
export declare const Radius: ({ ...args }: {
|
106
106
|
[x: string]: any;
|
107
|
-
}) => import("react").JSX.Element;
|
107
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
108
108
|
export declare const Size: ({ ...args }: {
|
109
109
|
[x: string]: any;
|
110
|
-
}) => import("react").JSX.Element;
|
110
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
111
111
|
export declare const Variant: ({ ...args }: {
|
112
112
|
[x: string]: any;
|
113
|
-
}) => import("react").JSX.Element;
|
113
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
23
24
|
import { commonArgTypes, radiusOptions, sizeOptions } from '../../constants';
|
24
25
|
import { Progress } from '../../components/Progress';
|
25
26
|
var meta = {
|
@@ -58,25 +59,19 @@ var meta = {
|
|
58
59
|
export default meta;
|
59
60
|
export var Default = function (_a) {
|
60
61
|
var args = __rest(_a, []);
|
61
|
-
return
|
62
|
+
return _jsx(Progress, __assign({ value: 25 }, args));
|
62
63
|
};
|
63
64
|
export var Radius = function (_a) {
|
64
65
|
var args = __rest(_a, []);
|
65
|
-
return (
|
66
|
-
{radiusOptions.map(function (radius) { return (<Progress key={radius} value={25} {...args} radius={radius}/>); })}
|
67
|
-
</div>);
|
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)); }) }));
|
68
67
|
};
|
69
68
|
export var Size = function (_a) {
|
70
69
|
var args = __rest(_a, []);
|
71
|
-
return (
|
72
|
-
{sizeOptions
|
70
|
+
return (_jsx("div", { className: "flex flex-col space-y-3", children: sizeOptions
|
73
71
|
.filter(function (value) { return value != 'x-small' && value != 'x-large'; })
|
74
|
-
.map(function (size) { return (
|
75
|
-
</div>);
|
72
|
+
.map(function (size) { return (_jsx(Progress, __assign({ value: 25 }, args, { size: size }), size)); }) }));
|
76
73
|
};
|
77
74
|
export var Variant = function (_a) {
|
78
75
|
var args = __rest(_a, []);
|
79
|
-
return (
|
80
|
-
{['classic', 'surface', 'soft'].map(function (appearance) { return (<Default key={appearance} value={25} {...args} appearance={appearance}/>); })}
|
81
|
-
</div>);
|
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)); }) }));
|
82
77
|
};
|