@lotte-innovate/ui-component-test 0.0.13 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Typography/Header/{index.js → index.jsx} +5 -2
- package/dist/Typography/Text/{index.js → index.jsx} +6 -3
- package/dist/app/layout.d.ts +1 -1
- package/dist/app/{layout.js → layout.jsx} +3 -2
- package/dist/app/page.d.ts +2 -1
- package/dist/app/page.jsx +9 -0
- package/dist/app/template/colorPicker.d.ts +2 -1
- package/dist/app/template/colorPicker.jsx +19 -0
- package/dist/app/template/theme.d.ts +2 -2
- package/dist/app/template/{theme.js → theme.jsx} +8 -2
- package/dist/components/Accordion/{index.js → index.jsx} +17 -5
- package/dist/components/AlertDialog/{AlertDialogAction.js → AlertDialogAction.jsx} +4 -3
- package/dist/components/AlertDialog/{AlertDialogCancel.js → AlertDialogCancel.jsx} +4 -3
- package/dist/components/AlertDialog/{AlertDialogContent.js → AlertDialogContent.jsx} +7 -3
- package/dist/components/AlertDialog/{AlertDialogDescription.js → AlertDialogDescription.jsx} +4 -14
- package/dist/components/AlertDialog/{AlertDialogTitle.js → AlertDialogTitle.jsx} +4 -14
- package/dist/components/AlertDialog/{AlertDialogTrigger.js → AlertDialogTrigger.jsx} +4 -3
- package/dist/components/AlertDialog/{index.js → index.jsx} +4 -14
- package/dist/components/AspectRatio/{index.js → index.jsx} +4 -3
- package/dist/components/Avatar/{index.js → index.jsx} +7 -3
- package/dist/components/Badge/{index.js → index.jsx} +4 -3
- package/dist/components/BubbleChart/index.d.ts +2 -1
- package/dist/components/BubbleChart/{index.js → index.jsx} +2 -2
- package/dist/components/Button/{index.js → index.jsx} +4 -3
- package/dist/components/Callout/{CalloutIcon.js → CalloutIcon.jsx} +8 -3
- package/dist/components/Callout/{CalloutText.js → CalloutText.jsx} +4 -14
- package/dist/components/Callout/{index.js → index.jsx} +6 -3
- package/dist/components/Card/{index.js → index.jsx} +4 -3
- package/dist/components/Checkbox/{index.js → index.jsx} +11 -3
- package/dist/components/CheckboxCard/{index.js → index.jsx} +5 -3
- package/dist/components/CheckboxGroup/{CheckboxGroupItem.js → CheckboxGroupItem.jsx} +6 -14
- package/dist/components/CheckboxGroup/{index.js → index.jsx} +5 -2
- package/dist/components/ContextMenu/{ContextMenuCheckboxItem.js → ContextMenuCheckboxItem.jsx} +7 -14
- package/dist/components/ContextMenu/{ContextMenuContent.js → ContextMenuContent.jsx} +6 -3
- package/dist/components/ContextMenu/{ContextMenuGroup.js → ContextMenuGroup.jsx} +4 -14
- package/dist/components/ContextMenu/{ContextMenuItem.js → ContextMenuItem.jsx} +5 -3
- package/dist/components/ContextMenu/{ContextMenuItemIndicator.js → ContextMenuItemIndicator.jsx} +4 -3
- package/dist/components/ContextMenu/{ContextMenuLabel.js → ContextMenuLabel.jsx} +4 -3
- package/dist/components/ContextMenu/{ContextMenuRadioGroup.js → ContextMenuRadioGroup.jsx} +6 -14
- package/dist/components/ContextMenu/{ContextMenuRadioItem.js → ContextMenuRadioItem.jsx} +7 -14
- package/dist/components/ContextMenu/{ContextMenuSeparator.js → ContextMenuSeparator.jsx} +4 -14
- package/dist/components/ContextMenu/{ContextMenuSubContent.js → ContextMenuSubContent.jsx} +9 -6
- package/dist/components/ContextMenu/{ContextMenuSubTrigger.js → ContextMenuSubTrigger.jsx} +9 -14
- package/dist/components/ContextMenu/{ContextMenuTrigger.js → ContextMenuTrigger.jsx} +4 -14
- package/dist/components/ContextMenu/{index.js → index.jsx} +6 -14
- package/dist/components/DataList/{DataListItem.js → DataListItem.jsx} +4 -3
- package/dist/components/DataList/{DataListLabel.js → DataListLabel.jsx} +4 -3
- package/dist/components/DataList/{DataListValue.js → DataListValue.jsx} +4 -3
- package/dist/components/DataList/{index.js → index.jsx} +6 -14
- package/dist/components/Dialog/{DialogAction.js → DialogAction.jsx} +4 -14
- package/dist/components/Dialog/{DialogCancel.js → DialogCancel.jsx} +4 -14
- package/dist/components/Dialog/{DialogContent.js → DialogContent.jsx} +4 -3
- package/dist/components/Dialog/{DialogDescription.js → DialogDescription.jsx} +4 -14
- package/dist/components/Dialog/{DialogSlot.js → DialogSlot.jsx} +4 -14
- package/dist/components/Dialog/{DialogTitle.js → DialogTitle.jsx} +4 -14
- package/dist/components/Dialog/{DialogTrigger.js → DialogTrigger.jsx} +4 -14
- package/dist/components/Dialog/{index.js → index.jsx} +4 -14
- package/dist/components/DoughnutChart/index.d.ts +2 -1
- package/dist/components/DoughnutChart/{index.js → index.jsx} +2 -2
- package/dist/components/DropdownMenu/{DropdonMenuRadioGroup.js → DropdonMenuRadioGroup.jsx} +6 -14
- package/dist/components/DropdownMenu/{DropdonMenuSubContent.js → DropdonMenuSubContent.jsx} +10 -7
- package/dist/components/DropdownMenu/{DropdownMenuCheckboxItem.js → DropdownMenuCheckboxItem.jsx} +7 -14
- package/dist/components/DropdownMenu/{DropdownMenuContent.js → DropdownMenuContent.jsx} +6 -3
- package/dist/components/DropdownMenu/{DropdownMenuItem.js → DropdownMenuItem.jsx} +5 -3
- package/dist/components/DropdownMenu/{DropdownMenuItemIndicator.js → DropdownMenuItemIndicator.jsx} +4 -3
- package/dist/components/DropdownMenu/{DropdownMenuLable.js → DropdownMenuLable.jsx} +4 -3
- package/dist/components/DropdownMenu/{DropdownMenuRadioItem.js → DropdownMenuRadioItem.jsx} +7 -14
- package/dist/components/DropdownMenu/{DropdownMenuSeparator.js → DropdownMenuSeparator.jsx} +2 -14
- package/dist/components/DropdownMenu/{DropdownMenuSub.js → DropdownMenuSub.jsx} +2 -14
- package/dist/components/DropdownMenu/{DropdownMenuSubTrigger.js → DropdownMenuSubTrigger.jsx} +7 -14
- package/dist/components/DropdownMenu/{DropdownMenuTrigger.js → DropdownMenuTrigger.jsx} +4 -14
- package/dist/components/DropdownMenu/{index.js → index.jsx} +2 -14
- package/dist/components/HoverCard/{HoverCardContent.js → HoverCardContent.jsx} +4 -3
- package/dist/components/HoverCard/{HoverCardTrigger.js → HoverCardTrigger.jsx} +4 -14
- package/dist/components/HoverCard/{index.js → index.jsx} +4 -14
- package/dist/components/IconButton/{index.js → index.jsx} +3 -2
- package/dist/components/Inset/{index.js → index.jsx} +6 -3
- package/dist/components/Label/{index.js → index.jsx} +3 -2
- package/dist/components/Menubar/{MenubarCheckboxItem.js → MenubarCheckboxItem.jsx} +7 -14
- package/dist/components/Menubar/{MenubarContent.js → MenubarContent.jsx} +10 -7
- package/dist/components/Menubar/{MenubarItem.js → MenubarItem.jsx} +5 -3
- package/dist/components/Menubar/{MenubarItemIndicator.js → MenubarItemIndicator.jsx} +4 -3
- package/dist/components/Menubar/{MenubarMenu.js → MenubarMenu.jsx} +2 -14
- package/dist/components/Menubar/{MenubarRadioGroup.js → MenubarRadioGroup.jsx} +6 -14
- package/dist/components/Menubar/{MenubarRadioItem.js → MenubarRadioItem.jsx} +7 -14
- package/dist/components/Menubar/{MenubarSeparator.js → MenubarSeparator.jsx} +4 -14
- package/dist/components/Menubar/{MenubarSub.js → MenubarSub.jsx} +2 -14
- package/dist/components/Menubar/{MenubarSubContent.js → MenubarSubContent.jsx} +5 -4
- package/dist/components/Menubar/{MenubarSubTrigger.js → MenubarSubTrigger.jsx} +7 -14
- package/dist/components/Menubar/{MenubarTrigger.js → MenubarTrigger.jsx} +4 -3
- package/dist/components/Menubar/{index.js → index.jsx} +6 -3
- package/dist/components/NavigationMenu/{NavigationMenuContent.js → NavigationMenuContent.jsx} +4 -3
- package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +22 -0
- package/dist/components/NavigationMenu/{NavigationMenuItem.js → NavigationMenuItem.jsx} +4 -14
- package/dist/components/NavigationMenu/{NavigationMenuLink.js → NavigationMenuLink.jsx} +4 -3
- package/dist/components/NavigationMenu/{NavigationMenuList.js → NavigationMenuList.jsx} +5 -3
- package/dist/components/NavigationMenu/{NavigationMenuTrigger.js → NavigationMenuTrigger.jsx} +5 -3
- package/dist/components/NavigationMenu/{NavigationMenuViewport.js → NavigationMenuViewport.jsx} +4 -3
- package/dist/components/NavigationMenu/{index.js → index.jsx} +6 -14
- package/dist/components/PieChart/index.d.ts +2 -1
- package/dist/components/PieChart/{index.js → index.jsx} +2 -2
- package/dist/components/Popover/{PopoverClose.js → PopoverClose.jsx} +4 -14
- package/dist/components/Popover/{PopoverContent.js → PopoverContent.jsx} +4 -3
- package/dist/components/Popover/{PopoverTrigger.js → PopoverTrigger.jsx} +4 -14
- package/dist/components/Popover/{index.js → index.jsx} +4 -14
- package/dist/components/Progress/{index.js → index.jsx} +4 -3
- package/dist/components/RadarChart/index.d.ts +2 -1
- package/dist/components/RadarChart/{index.js → index.jsx} +2 -2
- package/dist/components/Radio/{index.js → index.jsx} +8 -13
- package/dist/components/RadioCards/{RadioCardsItem.js → RadioCardsItem.jsx} +4 -14
- package/dist/components/RadioCards/{index.js → index.jsx} +6 -3
- package/dist/components/RadioGroup/{RadioGroupItem.js → RadioGroupItem.jsx} +4 -14
- package/dist/components/RadioGroup/{index.js → index.jsx} +6 -14
- package/dist/components/ScrollArea/{index.js → index.jsx} +6 -14
- package/dist/components/SegmentedControl/{SegmentedControlItem.js → SegmentedControlItem.jsx} +4 -14
- package/dist/components/SegmentedControl/{index.js → index.jsx} +5 -2
- package/dist/components/Select/{index.js → index.jsx} +25 -8
- package/dist/components/Separator/{index.js → index.jsx} +5 -2
- package/dist/components/Skeleton/{index.js → index.jsx} +5 -2
- package/dist/components/Slider/{index.js → index.jsx} +3 -2
- package/dist/components/Spinner/{index.js → index.jsx} +5 -2
- package/dist/components/TabNav/{index.js → index.jsx} +8 -14
- package/dist/components/Table/{index.js → index.jsx} +23 -8
- package/dist/components/Tabs/{index.js → index.jsx} +14 -5
- package/dist/components/TextArea/{index.js → index.jsx} +3 -2
- package/dist/components/TextField/{index.js → index.jsx} +8 -3
- package/dist/components/Toast/{ToastActionButton.js → ToastActionButton.jsx} +4 -3
- package/dist/components/Toast/{ToastDescription.js → ToastDescription.jsx} +6 -14
- package/dist/components/Toast/{ToastTitle.js → ToastTitle.jsx} +4 -14
- package/dist/components/Toast/{index.js → index.jsx} +9 -3
- package/dist/components/Toggle/{ToggleWithText.js → ToggleWithText.jsx} +6 -4
- package/dist/components/Toggle/{index.js → index.jsx} +4 -3
- package/dist/components/ToggleGroup/{index.js → index.jsx} +6 -3
- package/dist/components/ToggleGroup/{toggleGroupItem.js → toggleGroupItem.jsx} +4 -14
- package/dist/components/ToggleSwitch/{index.js → index.jsx} +6 -2
- package/dist/components/Tooltip/{index.js → index.jsx} +11 -2
- package/dist/stories/Welcome.d.ts +2 -1
- package/dist/stories/Welcome.jsx +48 -0
- package/dist/stories/accordion/Accordion.stories.d.ts +1 -1
- package/dist/stories/accordion/{Accordion.stories.js → Accordion.stories.jsx} +20 -2
- package/dist/stories/alert-dialog/AlertDialog.stories.d.ts +1 -1
- package/dist/stories/alert-dialog/{AlertDialog.stories.js → AlertDialog.stories.jsx} +15 -2
- package/dist/stories/aspect-ratio/AspectRatio.stories.d.ts +3 -3
- package/dist/stories/aspect-ratio/AspectRatio.stories.jsx +106 -0
- package/dist/stories/avatar/Avatar.stories.d.ts +5 -5
- package/dist/stories/avatar/{Avatar.stories.js → Avatar.stories.jsx} +17 -6
- package/dist/stories/badge/Badge.stories.d.ts +6 -6
- package/dist/stories/badge/{Badge.stories.js → Badge.stories.jsx} +51 -7
- package/dist/stories/bubble-chart/BubbleChart.stories.d.ts +5 -4
- package/dist/stories/bubble-chart/{BubbleChart.stories.js → BubbleChart.stories.jsx} +12 -4
- package/dist/stories/button/Button.stories.d.ts +7 -7
- package/dist/stories/button/{Button.stories.js → Button.stories.jsx} +41 -8
- package/dist/stories/button/IconButton.stories.d.ts +4 -4
- package/dist/stories/button/{IconButton.stories.js → IconButton.stories.jsx} +18 -5
- package/dist/stories/callout/Callout.stories.d.ts +7 -7
- package/dist/stories/callout/Callout.stories.jsx +205 -0
- package/dist/stories/card/Card.stories.d.ts +5 -5
- package/dist/stories/card/{Card.stories.js → Card.stories.jsx} +56 -6
- package/dist/stories/checkbox/Checkbox.stories.d.ts +6 -6
- package/dist/stories/checkbox/{Checkbox.stories.js → Checkbox.stories.jsx} +63 -7
- package/dist/stories/checkbox/CheckboxCard.stories.d.ts +5 -5
- package/dist/stories/checkbox/{CheckboxCard.stories.js → CheckboxCard.stories.jsx} +41 -6
- package/dist/stories/checkbox/CheckboxGroup.stories.d.ts +3 -3
- package/dist/stories/checkbox/{CheckboxGroup.stories.js → CheckboxGroup.stories.jsx} +76 -4
- package/dist/stories/context-menu/ContextMenu.stories.d.ts +4 -4
- package/dist/stories/context-menu/{ContextMenu.stories.js → ContextMenu.stories.jsx} +74 -5
- package/dist/stories/data-list/DataList.stories.d.ts +4 -4
- package/dist/stories/data-list/DataList.stories.jsx +185 -0
- package/dist/stories/dialog/Dialog.stories.d.ts +1 -1
- package/dist/stories/dialog/{Dialog.stories.js → Dialog.stories.jsx} +25 -2
- package/dist/stories/doughnut-chart/DoughnutChart.stories.d.ts +5 -4
- package/dist/stories/doughnut-chart/{DoughnutChart.stories.js → DoughnutChart.stories.jsx} +12 -4
- package/dist/stories/dropdown-menu/DropdownMenu.stories.d.ts +4 -4
- package/dist/stories/dropdown-menu/DropdownMenu.stories.jsx +170 -0
- package/dist/stories/header/Header.stories.d.ts +6 -6
- package/dist/stories/header/{Header.stories.js → Header.stories.jsx} +26 -7
- package/dist/stories/hover-card/HoverCard.stories.d.ts +2 -2
- package/dist/stories/hover-card/{HoverCard.stories.js → HoverCard.stories.jsx} +30 -3
- package/dist/stories/inset/Inset.stories.d.ts +2 -2
- package/dist/stories/inset/{Inset.stories.js → Inset.stories.jsx} +27 -12
- package/dist/stories/label/Label.stories.d.ts +4 -4
- package/dist/stories/label/{Label.stories.js → Label.stories.jsx} +26 -5
- package/dist/stories/menubar/Menubar.stories.d.ts +1 -1
- package/dist/stories/menubar/{Menubar.stories.js → Menubar.stories.jsx} +45 -8
- package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +2 -2
- package/dist/stories/navigation-menu/{NavigationMenu.stories.js → NavigationMenu.stories.jsx} +68 -3
- package/dist/stories/pie-chart/PieChart.stories.d.ts +6 -5
- package/dist/stories/pie-chart/{PieChart.stories.js → PieChart.stories.jsx} +32 -13
- package/dist/stories/popover/Popover.stories.d.ts +2 -2
- package/dist/stories/popover/{Popover.stories.js → Popover.stories.jsx} +42 -9
- package/dist/stories/progress/Progress.stories.d.ts +4 -4
- package/dist/stories/progress/{Progress.stories.js → Progress.stories.jsx} +11 -6
- package/dist/stories/radar-chart/RadarChart.stories.d.ts +6 -5
- package/dist/stories/radar-chart/{RadarChart.stories.js → RadarChart.stories.jsx} +4 -5
- package/dist/stories/radio/Radio.stories.d.ts +3 -3
- package/dist/stories/radio/{Radio.stories.js → Radio.stories.jsx} +14 -4
- package/dist/stories/radio/RadioCards.stories.d.ts +4 -4
- package/dist/stories/radio/{RadioCards.stories.js → RadioCards.stories.jsx} +64 -5
- package/dist/stories/radio/RadioGroup.stories.d.ts +4 -4
- package/dist/stories/radio/{RadioGroup.stories.js → RadioGroup.stories.jsx} +59 -5
- package/dist/stories/scroll-area/ScrollArea.stories.d.ts +2 -2
- package/dist/stories/scroll-area/ScrollArea.stories.jsx +123 -0
- package/dist/stories/segmented-control/SegmentedControl.stories.d.ts +4 -4
- package/dist/stories/segmented-control/{SegmentedControl.stories.js → SegmentedControl.stories.jsx} +26 -5
- package/dist/stories/select/Select.stories.d.ts +5 -5
- package/dist/stories/select/{Select.stories.js → Select.stories.jsx} +67 -6
- package/dist/stories/separator/Separator.stories.d.ts +4 -4
- package/dist/stories/separator/{Separator.stories.js → Separator.stories.jsx} +29 -5
- package/dist/stories/skeleton/Skeleton.stories.d.ts +5 -5
- package/dist/stories/skeleton/{Skeleton.stories.js → Skeleton.stories.jsx} +33 -6
- package/dist/stories/slider/Slider.stories.d.ts +4 -4
- package/dist/stories/slider/{Slider.stories.js → Slider.stories.jsx} +16 -5
- package/dist/stories/spinner/Spinner.stories.d.ts +5 -5
- package/dist/stories/spinner/{Spinner.stories.js → Spinner.stories.jsx} +31 -6
- package/dist/stories/switch/Switch.stories.d.ts +4 -4
- package/dist/stories/switch/{Switch.stories.js → Switch.stories.jsx} +16 -5
- package/dist/stories/tab-nav/TabNav.stories.d.ts +1 -1
- package/dist/stories/tab-nav/{TabNav.stories.js → TabNav.stories.jsx} +11 -2
- package/dist/stories/table/Table.stories.d.ts +1 -1
- package/dist/stories/table/{Table.stories.js → Table.stories.jsx} +29 -2
- package/dist/stories/tabs/Tabs.stories.d.ts +1 -1
- package/dist/stories/tabs/{Tabs.stories.js → Tabs.stories.jsx} +19 -2
- package/dist/stories/text/Text.stories.d.ts +5 -5
- package/dist/stories/text/{Text.stories.js → Text.stories.jsx} +21 -6
- package/dist/stories/textArea/TextArea.stories.d.ts +5 -5
- package/dist/stories/textArea/{TextArea.stories.js → TextArea.stories.jsx} +22 -6
- package/dist/stories/textfield/TextField.stories.d.ts +5 -5
- package/dist/stories/textfield/{TextField.stories.js → TextField.stories.jsx} +38 -6
- package/dist/stories/toast/Toast.stories.d.ts +3 -3
- package/dist/stories/toast/{Toast.stories.js → Toast.stories.jsx} +22 -4
- package/dist/stories/toggle/Toggle.stories.d.ts +5 -5
- package/dist/stories/toggle/{Toggle.stories.js → Toggle.stories.jsx} +23 -6
- package/dist/stories/toggle/ToggleGroup.stories.d.ts +3 -3
- package/dist/stories/toggle/{ToggleGroup.stories.js → ToggleGroup.stories.jsx} +39 -6
- package/dist/stories/tooltip/Tooltip.stories.d.ts +3 -3
- package/dist/stories/tooltip/{Tooltip.stories.js → Tooltip.stories.jsx} +17 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/app/page.js +0 -6
- package/dist/app/template/colorPicker.js +0 -14
- package/dist/components/NavigationMenu/NavigationMenuIndicator.js +0 -31
- package/dist/stories/Welcome.js +0 -30
- package/dist/stories/aspect-ratio/AspectRatio.stories.js +0 -78
- package/dist/stories/callout/Callout.stories.js +0 -104
- package/dist/stories/data-list/DataList.stories.js +0 -87
- package/dist/stories/dropdown-menu/DropdownMenu.stories.js +0 -75
- package/dist/stories/scroll-area/ScrollArea.stories.js +0 -63
package/package.json
CHANGED
package/dist/app/page.js
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
'use client';
|
2
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
3
|
-
import { bgColorStyle } from '../../constants';
|
4
|
-
var ColorPicker = function (_a) {
|
5
|
-
var setColorTheme = _a.setColorTheme;
|
6
|
-
var handleColorClick = function (color) {
|
7
|
-
setColorTheme(color);
|
8
|
-
};
|
9
|
-
return (_jsx("div", { children: _jsx("div", { className: "flex flex-row flex-wrap gap-2", children: Object.entries(bgColorStyle).map(function (_a) {
|
10
|
-
var key = _a[0], value = _a[1];
|
11
|
-
return (_jsx("button", { className: "w-12 p-2 rounded-full text-xs cursor-pointer hover:border-gray-900 ".concat(value, " text-white hover:text-black"), children: key.replace('Dark', '') }, key));
|
12
|
-
}) }) }));
|
13
|
-
};
|
14
|
-
export default ColorPicker;
|
@@ -1,31 +0,0 @@
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
2
|
-
__assign = Object.assign || function(t) {
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
-
s = arguments[i];
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
-
t[p] = s[p];
|
7
|
-
}
|
8
|
-
return t;
|
9
|
-
};
|
10
|
-
return __assign.apply(this, arguments);
|
11
|
-
};
|
12
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
-
var t = {};
|
14
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
-
t[p] = s[p];
|
16
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
-
t[p[i]] = s[p[i]];
|
20
|
-
}
|
21
|
-
return t;
|
22
|
-
};
|
23
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
-
import { forwardRef } from 'react';
|
25
|
-
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
26
|
-
import { cn } from 'utils/utils';
|
27
|
-
export var NavigationMenuIndicator = forwardRef(function (_a, ref) {
|
28
|
-
var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
|
29
|
-
return (_jsxs(NavigationMenuPrimitive.Indicator, __assign({ ref: ref, className: "flex z-[1] top-full h-[10px] items-end justify-center overflow-hidden\n data-[state=visible]:animate-fadeIn data-[state=hidden]:animate-fadeOut \n transition-[width,transform_250ms_ease]" }, props, { children: [_jsx("div", { className: cn("relative top-[70%] h-[10px] w-[10px] rotate-[45deg] rounded-tl-[2px] \n bg-white dark:bg-slateDark-2 shadow-slate-4 shadow dark:shadow-slateDark-4", className) }), children] })));
|
30
|
-
});
|
31
|
-
NavigationMenuIndicator.displayName = 'NavigationMenuIndicator';
|
package/dist/stories/Welcome.js
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
-
import { useEffect } from 'react';
|
3
|
-
import Landing from './assets/landing.svg';
|
4
|
-
import Logo from './assets/logo.svg';
|
5
|
-
import Figma from './assets/figma.svg';
|
6
|
-
import Gitlab from './assets/gitlab.svg';
|
7
|
-
import Image from 'next/image';
|
8
|
-
import Button from 'components/Button';
|
9
|
-
var addParentClass = function () {
|
10
|
-
var elements = document.querySelectorAll('.welcome-wrap');
|
11
|
-
elements.forEach(function (element) {
|
12
|
-
var parent = element.parentElement.parentElement;
|
13
|
-
if (parent) {
|
14
|
-
parent.classList.add('welcome-wrap-layout');
|
15
|
-
}
|
16
|
-
});
|
17
|
-
};
|
18
|
-
var Welcome = function () {
|
19
|
-
useEffect(function () {
|
20
|
-
addParentClass();
|
21
|
-
}, []);
|
22
|
-
var navigateToGitlab = function () {
|
23
|
-
window.open('http://s-gitlab.ldcc.co.kr/l-ui/ui-component', '_blank');
|
24
|
-
};
|
25
|
-
var navigateToFigma = function () {
|
26
|
-
window.open('https://www.figma.com/design/tlcB7UYdvUNzPk5T66FqLf/UI-%EB%9D%BC%EC%9D%B4%EB%B8%8C%EB%9F%AC%EB%A6%AC-%EA%B3%B5%EC%9C%A0%EC%9A%A9?node-id=0-1&t=k7fMSU17MKc42lzy-0', '_blank');
|
27
|
-
};
|
28
|
-
return (_jsxs("div", { className: "welcome-wrap", children: [_jsxs("div", { children: [_jsxs("div", { children: [_jsx(Image, { className: "w-[150px] h-auto", layout: "fixed", src: Logo, alt: "LOTTE INNOVATE" }), _jsx("p", { className: "welcome-sub", children: "Style Guide UI Kit" }), _jsx("h1", { className: "welcome-title", children: "LOTTE UI Library" })] }), _jsxs("div", { className: "flex gap-2 pt-[40px]", children: [_jsxs(Button, { color: "slate", radius: "medium", scaling: "100%", weight: "medium", size: 'x-large', appearance: 'outline', onClick: navigateToGitlab, className: "relative z-10", children: [_jsx(Image, { src: Gitlab, width: 0, height: 0, alt: "Gitlab", className: "mr-2" }), "GitLab"] }), _jsxs(Button, { color: "slate", radius: "medium", scaling: "100%", weight: "medium", size: 'x-large', appearance: 'outline', onClick: navigateToFigma, className: "relative z-10", children: [_jsx(Image, { src: Figma, width: 0, height: 0, alt: "Figma", className: "mr-2" }), "Figma"] })] })] }), _jsx(Image, { className: "absolute bottom-0 w-auto", src: Landing, width: 0, height: 0, alt: "\uCEF4\uD3EC\uB10C\uD2B8 \uC774\uBBF8\uC9C0\uC785\uB2C8\uB2E4." })] }));
|
29
|
-
};
|
30
|
-
export default Welcome;
|
@@ -1,78 +0,0 @@
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
2
|
-
__assign = Object.assign || function(t) {
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
-
s = arguments[i];
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
-
t[p] = s[p];
|
7
|
-
}
|
8
|
-
return t;
|
9
|
-
};
|
10
|
-
return __assign.apply(this, arguments);
|
11
|
-
};
|
12
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
-
var t = {};
|
14
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
-
t[p] = s[p];
|
16
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
-
t[p[i]] = s[p[i]];
|
20
|
-
}
|
21
|
-
return t;
|
22
|
-
};
|
23
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
-
import Image from 'next/image';
|
25
|
-
import AspectRatio from 'components/AspectRatio';
|
26
|
-
import { Text } from 'Typography/Text';
|
27
|
-
import { commonArgTypes, scalingOptions } from '../../constants';
|
28
|
-
var aspectOptions = {
|
29
|
-
'1': 1,
|
30
|
-
'5/4': 1.25,
|
31
|
-
'5/3': 1.66,
|
32
|
-
'5/2': 2.5,
|
33
|
-
'5/1': 5,
|
34
|
-
'16/9': 1.77,
|
35
|
-
};
|
36
|
-
var meta = {
|
37
|
-
title: 'Component/AspectRatio',
|
38
|
-
component: AspectRatio,
|
39
|
-
parameters: {
|
40
|
-
layout: 'centered',
|
41
|
-
docs: {
|
42
|
-
description: {
|
43
|
-
component: '원하는 비율로 콘텐츠를 표시하는 컴포넌트',
|
44
|
-
},
|
45
|
-
},
|
46
|
-
},
|
47
|
-
tags: ['autodocs'],
|
48
|
-
argTypes: {
|
49
|
-
ratio: {
|
50
|
-
table: {
|
51
|
-
category: 'Props',
|
52
|
-
type: { summary: 'number' },
|
53
|
-
},
|
54
|
-
options: Object.keys(aspectOptions),
|
55
|
-
mapping: aspectOptions,
|
56
|
-
control: {
|
57
|
-
type: 'select',
|
58
|
-
},
|
59
|
-
description: 'width / height 비율',
|
60
|
-
defaultValue: { summary: '16/9' },
|
61
|
-
},
|
62
|
-
scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'AspectRatio 비율' }),
|
63
|
-
},
|
64
|
-
args: {},
|
65
|
-
};
|
66
|
-
export default meta;
|
67
|
-
export var Default = function (_a) {
|
68
|
-
var args = __rest(_a, []);
|
69
|
-
return (_jsx("div", { className: "w-[300px]", children: _jsx(AspectRatio, __assign({ id: "defaultAspectRatio" }, args, { children: _jsx(Image, { className: "h-full w-full object-cover", src: "https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80", alt: "Landscape photograph by Tobias Tullius", width: 100, height: 100 }) })) }));
|
70
|
-
};
|
71
|
-
export var Ratio = function (_a) {
|
72
|
-
var args = __rest(_a, []);
|
73
|
-
return (_jsxs("div", { className: "flex space-x-2", children: [_jsxs("div", { className: "flex flex-col w-[200px] items-center", children: [_jsx(Text, { children: '3 / 1' }), _jsx(AspectRatio, __assign({ id: "defaultAspectRatio" }, args, { ratio: 3 / 1, children: _jsx(Image, { className: "h-full w-full object-cover", src: "https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80", alt: "Landscape photograph by Tobias Tullius", width: 100, height: 100 }) }))] }), _jsxs("div", { className: "flex flex-col w-[200px] items-center", children: [_jsx(Text, { children: '3 / 2' }), _jsx(AspectRatio, __assign({ id: "defaultAspectRatio" }, args, { ratio: 3 / 2, children: _jsx(Image, { className: "h-full w-full object-cover", src: "https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80", alt: "Landscape photograph by Tobias Tullius", width: 100, height: 100 }) }))] }), _jsxs("div", { className: "flex flex-col w-[200px] items-center", children: [_jsx(Text, { children: '3 / 3' }), _jsx(AspectRatio, __assign({ id: "defaultAspectRatio" }, args, { ratio: 3 / 3, children: _jsx(Image, { className: "h-full w-full object-cover", src: "https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80", alt: "Landscape photograph by Tobias Tullius", width: 100, height: 100 }) }))] })] }));
|
74
|
-
};
|
75
|
-
export var Scaling = function (_a) {
|
76
|
-
var args = __rest(_a, []);
|
77
|
-
return (_jsx("div", { className: "flex flex-row space-x-5", children: scalingOptions.map(function (scaling) { return (_jsx("div", { className: "w-[130px] border border-red-9", children: _jsx(AspectRatio, __assign({ id: scaling, scaling: scaling }, args, { children: _jsx(Image, { className: "h-full w-full object-cover", src: "https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80", alt: "Landscape photograph by Tobias Tullius", width: 100, height: 100 }) })) }, scaling)); }) }));
|
78
|
-
};
|
@@ -1,104 +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 { createElement as _createElement } from "react";
|
24
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
25
|
-
import { Callout, CalloutIcon, CalloutText } from 'components/Callout';
|
26
|
-
import { Text } from 'Typography/Text';
|
27
|
-
import { radiusOptions, scalingOptions, commonArgTypes, sizeOptions, appearanceOptions, } from '../../constants';
|
28
|
-
var meta = {
|
29
|
-
title: 'Component/Callout',
|
30
|
-
component: Callout,
|
31
|
-
parameters: {
|
32
|
-
layout: 'centered',
|
33
|
-
docs: {
|
34
|
-
description: {
|
35
|
-
component: '중요한 정보나 경고를 강조하기 위해 사용되는 알림 박스 컴포넌트',
|
36
|
-
},
|
37
|
-
},
|
38
|
-
},
|
39
|
-
tags: ['autodocs'],
|
40
|
-
argTypes: {
|
41
|
-
radius: __assign(__assign({}, commonArgTypes.radius), { description: 'Callout border 둥굴기' }),
|
42
|
-
size: __assign(__assign({}, commonArgTypes.size), { table: {
|
43
|
-
category: 'Props',
|
44
|
-
type: {
|
45
|
-
summary: sizeOptions
|
46
|
-
.filter(function (option) { return option !== 'x-small' && option !== 'x-large'; })
|
47
|
-
.join(' | '),
|
48
|
-
},
|
49
|
-
}, options: sizeOptions.filter(function (option) { return option !== 'x-small' && option !== 'x-large'; }), description: 'Callout 크기' }),
|
50
|
-
scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'Callout 비율' }),
|
51
|
-
color: {
|
52
|
-
table: {
|
53
|
-
category: 'Props',
|
54
|
-
type: { summary: ['danger', 'warning', 'success', 'information'].join(' | ') },
|
55
|
-
},
|
56
|
-
options: ['danger', 'warning', 'success', 'information'],
|
57
|
-
control: { type: 'select' },
|
58
|
-
defaultValue: { summary: 'information' },
|
59
|
-
description: 'Toast 색',
|
60
|
-
},
|
61
|
-
contentText: __assign(__assign({}, commonArgTypes.basicText), { description: 'Callout 안에 들어가는 텍스트' }),
|
62
|
-
appearance: __assign(__assign({}, commonArgTypes.appearance), { table: {
|
63
|
-
category: 'Props',
|
64
|
-
type: {
|
65
|
-
summary: appearanceOptions
|
66
|
-
.filter(function (option) { return option !== 'classic' && option !== 'ghost' && option !== 'solid'; })
|
67
|
-
.join(' | '),
|
68
|
-
},
|
69
|
-
}, description: 'Callout 스타일', options: appearanceOptions.filter(function (option) { return option !== 'classic' && option !== 'ghost' && option !== 'solid'; }) }),
|
70
|
-
},
|
71
|
-
};
|
72
|
-
export default meta;
|
73
|
-
export var Default = function (_a) {
|
74
|
-
var args = __rest(_a, []);
|
75
|
-
return (_jsxs(Callout, __assign({}, args, { children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC2DC\uC2A4\uD15C \uC810\uAC80\uC774 \uC608\uC815\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4." }))] })));
|
76
|
-
};
|
77
|
-
export var Radius = function (_a) {
|
78
|
-
var args = __rest(_a, []);
|
79
|
-
return (_jsx("div", { className: "flex flex-col space-y-3", children: radiusOptions.map(function (radius) { return (_createElement(Callout, __assign({}, args, { radius: radius, key: radius }),
|
80
|
-
_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })),
|
81
|
-
_jsx(CalloutText, __assign({}, args, { children: "\uC2DC\uC2A4\uD15C \uC810\uAC80\uC774 \uC608\uC815\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4." })))); }) }));
|
82
|
-
};
|
83
|
-
export var Size = function (_a) {
|
84
|
-
var args = __rest(_a, []);
|
85
|
-
return (_jsxs("div", { className: "flex flex-col space-y-5", children: [_jsxs(Callout, __assign({}, args, { size: 'small', children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. \uCD5C\uC2E0 \uBC84\uC804\uC744 \uB2E4\uC6B4\uB85C\uB4DC\uD558\uC5EC \uC0AC\uC6A9\uD574 \uC8FC\uC138\uC694." }))] })), _jsxs(Callout, __assign({}, args, { children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. \uCD5C\uC2E0 \uBC84\uC804\uC744 \uB2E4\uC6B4\uB85C\uB4DC\uD558\uC5EC \uC0AC\uC6A9\uD574 \uC8FC\uC138\uC694." }))] })), _jsxs(Callout, __assign({}, args, { size: "large", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. \uCD5C\uC2E0 \uBC84\uC804\uC744 \uB2E4\uC6B4\uB85C\uB4DC\uD558\uC5EC \uC0AC\uC6A9\uD574 \uC8FC\uC138\uC694." }))] }))] }));
|
86
|
-
};
|
87
|
-
export var Color = function (_a) {
|
88
|
-
var args = __rest(_a, []);
|
89
|
-
return (_jsxs("div", { className: "flex space-x-5", children: [_jsxs(Callout, __assign({}, args, { color: "information", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC815\uBCF4 \uBA54\uC138\uC9C0" }))] })), _jsxs(Callout, __assign({}, args, { color: "danger", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "danger" })), _jsx(CalloutText, __assign({}, args, { children: "\uC704\uD5D8 \uBA54\uC138\uC9C0" }))] })), _jsxs(Callout, __assign({}, args, { color: "warning", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "warning" })), _jsx(CalloutText, __assign({}, args, { children: "\uACBD\uACE0 \uBA54\uC138\uC9C0" }))] })), _jsxs(Callout, __assign({}, args, { color: "success", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "success" })), _jsx(CalloutText, __assign({}, args, { children: "\uC131\uACF5 \uBA54\uC138\uC9C0" }))] }))] }));
|
90
|
-
};
|
91
|
-
export var Appearance = function (_a) {
|
92
|
-
var args = __rest(_a, []);
|
93
|
-
return (_jsxs("div", { className: "flex space-x-5", children: [_jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Soft(\uAE30\uC900)" }), _jsxs(Callout, __assign({}, args, { appearance: "soft", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. " }))] }))] }), _jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Surface" }), _jsxs(Callout, __assign({}, args, { appearance: "surface", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. " }))] }))] }), _jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Outline" }), _jsxs(Callout, __assign({}, args, { appearance: "outline", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. " }))] }))] })] }));
|
94
|
-
};
|
95
|
-
export var Scaling = function (_a) {
|
96
|
-
var args = __rest(_a, []);
|
97
|
-
return (_jsx("div", { className: "flex flex-col space-y-5", children: scalingOptions.map(function (scaling) { return (_createElement(Callout, __assign({}, args, { scaling: scaling, key: scaling }),
|
98
|
-
_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })),
|
99
|
-
_jsx(CalloutText, __assign({}, args, { children: "\uAD00\uB9AC\uC790\uC5D0\uAC8C \uBB38\uC758\uD558\uC138\uC694." })))); }) }));
|
100
|
-
};
|
101
|
-
export var IconTypes = function (_a) {
|
102
|
-
var args = __rest(_a, []);
|
103
|
-
return (_jsxs("div", { className: "flex space-x-5", children: [_jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Danger" }), _jsxs(Callout, __assign({}, args, { color: "danger", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "danger", color: "danger" })), _jsx(CalloutText, __assign({}, args, { color: "danger", children: "\uC704\uD5D8 \uC544\uC774\uCF58" }))] }))] }), _jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Warning" }), _jsxs(Callout, __assign({}, args, { color: "warning", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "warning" })), _jsx(CalloutText, __assign({}, args, { children: "\uACBD\uACE0 \uC544\uC774\uCF58" }))] }))] }), _jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Success" }), _jsxs(Callout, __assign({}, args, { color: "success", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "success" })), _jsx(CalloutText, __assign({}, args, { children: "\uC131\uACF5 \uC544\uC774\uCF58" }))] }))] }), _jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Info" }), _jsxs(Callout, __assign({}, args, { color: "information", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC815\uBCF4 \uC544\uC774\uCF58" }))] }))] })] }));
|
104
|
-
};
|
@@ -1,87 +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 { createElement as _createElement } from "react";
|
24
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
25
|
-
import { DataList, DataListItem, DataListLabel, DataListValue } from 'components/DataList';
|
26
|
-
import Badge from 'components/Badge';
|
27
|
-
import { scalingOptions, commonArgTypes, sizeOptions } from '../../constants';
|
28
|
-
import Button from 'components/Button';
|
29
|
-
var meta = {
|
30
|
-
title: 'Component/DataList',
|
31
|
-
component: DataList,
|
32
|
-
parameters: {
|
33
|
-
layout: 'centered',
|
34
|
-
themes: {
|
35
|
-
themeOverride: 'dark',
|
36
|
-
},
|
37
|
-
docs: {
|
38
|
-
description: {
|
39
|
-
component: '목록 형태로 메타 데이터 표시하는 컴포넌트',
|
40
|
-
},
|
41
|
-
},
|
42
|
-
},
|
43
|
-
tags: ['autodocs'],
|
44
|
-
argTypes: {
|
45
|
-
scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'DataList 비율' }),
|
46
|
-
size: __assign(__assign({}, commonArgTypes.size), { table: {
|
47
|
-
category: 'Props',
|
48
|
-
type: {
|
49
|
-
summary: sizeOptions
|
50
|
-
.filter(function (option) { return option !== 'x-small' && option !== 'x-large'; })
|
51
|
-
.join(' | '),
|
52
|
-
},
|
53
|
-
}, options: sizeOptions.filter(function (option) { return option !== 'x-small' && option !== 'x-large'; }), description: 'DataList 크기' }),
|
54
|
-
color: __assign(__assign({}, commonArgTypes.color), { description: 'DataList 값 매인색', defaultValue: { summary: 'black' } }),
|
55
|
-
orientation: {
|
56
|
-
table: {
|
57
|
-
category: 'Props',
|
58
|
-
type: {
|
59
|
-
summary: ['horizontal', 'vertical'].join(' | '),
|
60
|
-
},
|
61
|
-
},
|
62
|
-
options: ['horizontal', 'vertical'],
|
63
|
-
control: { type: 'select' },
|
64
|
-
defaultValue: { summary: 'horizontal' },
|
65
|
-
description: 'DataList 방향',
|
66
|
-
},
|
67
|
-
},
|
68
|
-
};
|
69
|
-
export default meta;
|
70
|
-
export var Default = function (_a) {
|
71
|
-
var args = __rest(_a, []);
|
72
|
-
return (_jsxs(DataList, __assign({}, args, { children: [_jsxs(DataListItem, __assign({}, args, { children: [_jsx(DataListLabel, __assign({}, args, { children: "\uC0C1\uD0DC" })), _jsx(DataListValue, __assign({}, args, { children: _jsx(Badge, __assign({ appearance: "soft" }, args, { children: "\uBC30\uC9C0" })) }))] })), _jsxs(DataListItem, __assign({}, args, { children: [_jsx(DataListLabel, __assign({}, args, { children: "\uB77C\uBCA8" })), _jsx(DataListValue, __assign({}, args, { children: "\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4.\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4." }))] })), _jsxs(DataListItem, __assign({}, args, { children: [_jsx(DataListLabel, __assign({}, args, { children: "\uB77C\uBCA8" })), _jsx(DataListValue, __assign({}, args, { children: _jsx(Button, __assign({}, args, { children: "\uBC84\uD2BC" })) }))] }))] })));
|
73
|
-
};
|
74
|
-
export var Orientation = function (_a) {
|
75
|
-
var args = __rest(_a, []);
|
76
|
-
return (_jsxs(DataList, __assign({}, args, { orientation: 'vertical', children: [_jsxs(DataListItem, __assign({}, args, { children: [_jsx(DataListLabel, __assign({}, args, { children: "\uC0C1\uD0DC" })), _jsx(DataListValue, __assign({}, args, { children: _jsx(Badge, __assign({ appearance: "soft" }, args, { children: "\uBC30\uC9C0" })) }))] })), _jsxs(DataListItem, __assign({}, args, { children: [_jsx(DataListLabel, __assign({}, args, { children: "\uB77C\uBCA8" })), _jsx(DataListValue, __assign({}, args, { children: "\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4.\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4." }))] })), _jsxs(DataListItem, __assign({}, args, { children: [_jsx(DataListLabel, __assign({}, args, { children: "\uB77C\uBCA8" })), _jsx(DataListValue, __assign({}, args, { children: _jsx(Button, __assign({}, args, { children: "\uBC84\uD2BC" })) }))] }))] })));
|
77
|
-
};
|
78
|
-
export var Scaling = function (_a) {
|
79
|
-
var args = __rest(_a, []);
|
80
|
-
return (_jsx("div", { className: "flex flex-col space-y-7", children: scalingOptions.map(function (scaling) { return (_createElement(DataList, __assign({}, args, { key: scaling, scaling: scaling }),
|
81
|
-
_jsxs(DataListItem, __assign({}, args, { children: [_jsx(DataListLabel, __assign({}, args, { children: scaling })), _jsx(DataListValue, __assign({}, args, { children: "\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4.\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4." }))] })),
|
82
|
-
_jsxs(DataListItem, __assign({}, args, { children: [_jsx(DataListLabel, __assign({}, args, { children: scaling })), _jsx(DataListValue, __assign({}, args, { children: "\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4.\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4." }))] })))); }) }));
|
83
|
-
};
|
84
|
-
export var Size = function (_a) {
|
85
|
-
var args = __rest(_a, []);
|
86
|
-
return (_jsxs("div", { className: "flex flex-col space-y-7", children: [_jsxs(DataList, { size: 'small', children: [_jsxs(DataListItem, __assign({}, args, { children: [_jsx(DataListLabel, __assign({}, args, { children: "small" })), _jsx(DataListValue, __assign({}, args, { children: "\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4.\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4." }))] })), _jsxs(DataListItem, __assign({}, args, { children: [_jsx(DataListLabel, __assign({}, args, { children: "small" })), _jsx(DataListValue, __assign({}, args, { children: "\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4.\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4." }))] }))] }), _jsxs(DataList, { size: 'medium', children: [_jsxs(DataListItem, __assign({}, args, { children: [_jsx(DataListLabel, __assign({}, args, { children: "medium" })), _jsx(DataListValue, __assign({}, args, { children: "\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4.\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4." }))] })), _jsxs(DataListItem, __assign({}, args, { children: [_jsx(DataListLabel, __assign({}, args, { children: "medium" })), _jsx(DataListValue, __assign({}, args, { children: "\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4.\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4." }))] }))] }), _jsxs(DataList, { size: 'large', children: [_jsxs(DataListItem, __assign({}, args, { children: [_jsx(DataListLabel, __assign({}, args, { children: "large" })), _jsx(DataListValue, __assign({}, args, { children: "\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4.\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4." }))] })), _jsxs(DataListItem, __assign({}, args, { children: [_jsx(DataListLabel, __assign({}, args, { children: "large" })), _jsx(DataListValue, __assign({}, args, { children: "\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4.\uD14D\uC2A4\uD2B8\uAC00 \uAE38\uC5B4\uC9C8 \uACBD\uC6B0 \uC904\uBC14\uAFC8\uC73C\uB85C \uCC98\uB9AC\uB429\uB2C8\uB2E4." }))] }))] })] }));
|
87
|
-
};
|
@@ -1,75 +0,0 @@
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
2
|
-
__assign = Object.assign || function(t) {
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
-
s = arguments[i];
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
-
t[p] = s[p];
|
7
|
-
}
|
8
|
-
return t;
|
9
|
-
};
|
10
|
-
return __assign.apply(this, arguments);
|
11
|
-
};
|
12
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
-
var t = {};
|
14
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
-
t[p] = s[p];
|
16
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
-
t[p[i]] = s[p[i]];
|
20
|
-
}
|
21
|
-
return t;
|
22
|
-
};
|
23
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
-
import { commonArgTypes, radiusOptions } from '../../constants';
|
25
|
-
import { ChevronDownIcon } from '@radix-ui/react-icons';
|
26
|
-
import { DropdownMenu, DropdownMenuItem, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuSeparator, DropdownMenuSubTrigger, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuLabel, DropdownMenuCheckboxItem, DropdownMenuRadioGroup, DropdownMenuRadioItem, } from '../../components/DropdownMenu/index';
|
27
|
-
import Button from 'components/Button';
|
28
|
-
var meta = {
|
29
|
-
title: 'Component/DropdownMenu',
|
30
|
-
component: DropdownMenu,
|
31
|
-
parameters: {
|
32
|
-
layout: 'centered',
|
33
|
-
themes: {
|
34
|
-
themeOverride: 'dark',
|
35
|
-
},
|
36
|
-
docs: {
|
37
|
-
description: {
|
38
|
-
component: '버튼을 클릭하여 세부항목을 확인하고 하나의 항목을 선택하는 기능',
|
39
|
-
},
|
40
|
-
},
|
41
|
-
},
|
42
|
-
tags: ['autodocs'],
|
43
|
-
argTypes: {
|
44
|
-
radius: __assign(__assign({}, commonArgTypes.radius), { description: 'dropdownMenu 둥글기' }),
|
45
|
-
size: __assign(__assign({}, commonArgTypes.size), { table: {
|
46
|
-
category: 'Props',
|
47
|
-
type: {
|
48
|
-
summary: ['small', 'medium'].join(' | '),
|
49
|
-
},
|
50
|
-
}, options: ['small', 'medium'], description: 'dropdownMenu 크기' }),
|
51
|
-
scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'dropdownMenu scaling' }),
|
52
|
-
color: __assign(__assign({}, commonArgTypes.color), { description: 'dropdownMenu color' }),
|
53
|
-
appearance: __assign(__assign({}, commonArgTypes.appearance), { table: {
|
54
|
-
category: 'Props',
|
55
|
-
type: { summary: ['solid', 'soft'].join(' | ') },
|
56
|
-
}, options: ['solid', 'soft'] }),
|
57
|
-
},
|
58
|
-
};
|
59
|
-
export default meta;
|
60
|
-
export var Default = function (_a) {
|
61
|
-
var args = __rest(_a, []);
|
62
|
-
return (_jsxs(DropdownMenu, { children: [_jsx(DropdownMenuTrigger, __assign({}, args, { children: _jsxs(Button, { children: ["Options", _jsx(ChevronDownIcon, {})] }) })), _jsxs(DropdownMenuContent, __assign({}, args, { children: [_jsx(DropdownMenuLabel, __assign({}, args, { children: "\uB77C\uBCA8" })), _jsx(DropdownMenuItem, __assign({}, args, { shortcut: "\u2318 E", children: "\uAE30\uBCF8 \uC544\uC774\uD15C" })), _jsx(DropdownMenuItem, __assign({}, args, { disabled: true, children: "\uC0AC\uC6A9\uBD88\uAC00 \uC544\uC774\uD15C" })), _jsx(DropdownMenuSeparator, {}), _jsx(DropdownMenuCheckboxItem, __assign({ checked: true }, args, { children: "\uCCB4\uD06C\uBC15\uC2A41" })), _jsx(DropdownMenuCheckboxItem, __assign({ checked: false }, args, { children: "\uCCB4\uD06C\uBC15\uC2A42" })), _jsx(DropdownMenuSeparator, {}), _jsxs(DropdownMenuRadioGroup, { value: "option1", children: [_jsx(DropdownMenuRadioItem, __assign({ value: "option1" }, args, { children: "\uB77C\uB514\uC6241" })), _jsx(DropdownMenuRadioItem, __assign({ value: "option2" }, args, { children: "\uB77C\uB514\uC6242" }))] }), _jsx(DropdownMenuSeparator, {}), _jsxs(DropdownMenuSub, { children: [_jsx(DropdownMenuSubTrigger, __assign({}, args, { children: "More Menu" })), _jsxs(DropdownMenuSubContent, __assign({}, args, { children: [_jsx(DropdownMenuItem, __assign({}, args, { children: "project" })), _jsx(DropdownMenuItem, __assign({}, args, { children: "folder" })), _jsx(DropdownMenuSeparator, {}), _jsx(DropdownMenuItem, __assign({}, args, { children: "options" }))] }))] })] }))] }));
|
63
|
-
};
|
64
|
-
export var Radius = function (_a) {
|
65
|
-
var args = __rest(_a, []);
|
66
|
-
return (_jsx("div", { className: "flex items-center space-x-4", children: radiusOptions.map(function (radius) { return (_jsxs(DropdownMenu, { children: [_jsx(DropdownMenuTrigger, __assign({}, args, { radius: radius, children: _jsxs(Button, { children: [radius, _jsx(ChevronDownIcon, {})] }) })), _jsxs(DropdownMenuContent, __assign({}, args, { radius: radius, children: [_jsx(DropdownMenuItem, __assign({}, args, { radius: radius, children: "\uBA54\uB2741" })), _jsx(DropdownMenuItem, __assign({}, args, { radius: radius, children: "\uBA54\uB2742" }))] }))] }, radius)); }) }));
|
67
|
-
};
|
68
|
-
export var Size = function (_a) {
|
69
|
-
var args = __rest(_a, []);
|
70
|
-
return (_jsx("div", { className: "flex items-center space-x-4", children: ['small', 'medium'].map(function (size) { return (_jsxs(DropdownMenu, { children: [_jsx(DropdownMenuTrigger, __assign({}, args, { size: size, children: _jsxs(Button, { children: [size, _jsx(ChevronDownIcon, {})] }) })), _jsxs(DropdownMenuContent, __assign({}, args, { size: size, children: [_jsx(DropdownMenuItem, __assign({}, args, { size: size, children: "\uBA54\uB2741" })), _jsx(DropdownMenuItem, __assign({}, args, { size: size, children: "\uBA54\uB2742" }))] }))] }, size)); }) }));
|
71
|
-
};
|
72
|
-
export var Appearance = function (_a) {
|
73
|
-
var args = __rest(_a, []);
|
74
|
-
return (_jsx("div", { className: "flex items-center space-x-4", children: ['solid', 'soft'].map(function (appearance) { return (_jsxs(DropdownMenu, { children: [_jsx(DropdownMenuTrigger, __assign({}, args, { appearance: appearance, children: _jsxs(Button, { children: [appearance, _jsx(ChevronDownIcon, {})] }) })), _jsxs(DropdownMenuContent, __assign({}, args, { children: [_jsx(DropdownMenuItem, __assign({}, args, { appearance: appearance, children: "\uBA54\uB2741" })), _jsx(DropdownMenuItem, __assign({}, args, { appearance: appearance, children: "\uBA54\uB2742" }))] }))] }, appearance)); }) }));
|
75
|
-
};
|
@@ -1,63 +0,0 @@
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
2
|
-
__assign = Object.assign || function(t) {
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
-
s = arguments[i];
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
-
t[p] = s[p];
|
7
|
-
}
|
8
|
-
return t;
|
9
|
-
};
|
10
|
-
return __assign.apply(this, arguments);
|
11
|
-
};
|
12
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
-
var t = {};
|
14
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
-
t[p] = s[p];
|
16
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
-
t[p[i]] = s[p[i]];
|
20
|
-
}
|
21
|
-
return t;
|
22
|
-
};
|
23
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
-
import { commonArgTypes, sizeOptions } from '../../constants';
|
25
|
-
import { ScrollArea } from '../../components/ScrollArea';
|
26
|
-
import { Header } from 'Typography/Header';
|
27
|
-
import { Text } from 'Typography/Text';
|
28
|
-
var meta = {
|
29
|
-
title: 'Component/ScrollArea',
|
30
|
-
component: ScrollArea,
|
31
|
-
parameters: {
|
32
|
-
layout: 'centered',
|
33
|
-
themes: {
|
34
|
-
themeOverride: 'dark',
|
35
|
-
},
|
36
|
-
docs: {
|
37
|
-
description: {
|
38
|
-
component: '스크롤 가능 영역',
|
39
|
-
},
|
40
|
-
},
|
41
|
-
},
|
42
|
-
tags: ['autodocs'],
|
43
|
-
argTypes: {
|
44
|
-
radius: __assign(__assign({}, commonArgTypes.radius), { description: 'scrollArea 둥글기' }),
|
45
|
-
size: __assign(__assign({}, commonArgTypes.size), { table: {
|
46
|
-
category: 'Props',
|
47
|
-
type: {
|
48
|
-
summary: sizeOptions
|
49
|
-
.filter(function (value) { return value != 'x-small' && value != 'x-large'; })
|
50
|
-
.join(' | '),
|
51
|
-
},
|
52
|
-
}, options: sizeOptions.filter(function (value) { return value != 'x-small' && value != 'x-large'; }), description: 'scrollArea 크기' }),
|
53
|
-
},
|
54
|
-
};
|
55
|
-
export default meta;
|
56
|
-
export var Default = function (_a) {
|
57
|
-
var args = __rest(_a, []);
|
58
|
-
return (_jsx(ScrollArea, __assign({ type: "always", scrollbars: "vertical", className: "h-[180px]" }, args, { children: _jsxs("div", { className: "p-2 pr-8", children: [_jsx(Header, { size: '4', mb: '2', trim: 'start', children: "Principles of the typographic craft" }), _jsxs("div", { className: "flex flex-col gap-4", children: [_jsx(Text, { as: "p", children: "Three fundamental aspects of typography are legibility, readability, and aesthetics. Although in a non-technical sense \u201Clegible\u201D and \u201Creadable\u201D are often used synonymously, typographically they are separate but related concepts." }), _jsx(Text, { as: "p", children: "Legibility describes how easily individual characters can be distinguished from one another. It is described by Walter Tracy as \u201Cthe quality of being decipherable and recognisable\u201D. For instance, if a \u201Cb\u201D and an \u201Ch\u201D, or a \u201C3\u201D and an \u201C8\u201D, are difficult to distinguish at small sizes, this is a problem of legibility." }), _jsx(Text, { as: "p", children: "Typographers are concerned with legibility insofar as it is their job to select the correct font to use. Brush Script is an example of a font containing many characters that might be difficult to distinguish. The selection of cases influences the legibility of typography because using only uppercase letters (all-caps) reduces legibility." })] })] }) })));
|
59
|
-
};
|
60
|
-
export var Type = function (_a) {
|
61
|
-
var args = __rest(_a, []);
|
62
|
-
return (_jsxs("div", { className: "grid grid-cols-2 gap-2", children: [_jsx(ScrollArea, __assign({ type: "always", scrollbars: "vertical", className: "h-[150px]" }, args, { children: _jsxs("div", { className: "flex flex-col p-2 pr-8 gap-4", children: [_jsx(Text, { size: "2", children: "Three fundamental aspects of typography are legibility, readability, and aesthetics. Although in a non-technical sense legible and readable are often used synonymously, typographically they are separate but related concepts." }), _jsx(Text, { size: "2", children: "Legibility describes how easily individual characters can be distinguished from one another. It is described by Walter Tracy as the quality of being decipherable and recognisable. For instance, if a b and an h, or a 3 and an 8, are difficult to distinguish at small sizes, this is a problem of legibility." })] }) })), _jsx(ScrollArea, __assign({ type: "always", scrollbars: "horizontal", className: "h-[150px]" }, args, { children: _jsxs("div", { className: "gap-4 p-2 w-[700px]", children: [_jsx(Text, { size: "2", children: "Three fundamental aspects of typography are legibility, readability, and aesthetics. Although in a non-technical sense legible and readable are often used synonymously, typographically they are separate but related concepts." }), _jsx(Text, { size: "2", children: "Legibility describes how easily individual characters can be distinguished from one another. It is described by Walter Tracy as the quality of being decipherable and recognisable. For instance, if a b and an h, or a 3 and an 8, are difficult to distinguish at small sizes, this is a problem of legibility." })] }) }))] }));
|
63
|
-
};
|