@lotte-innovate/ui-component-test 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +163 -163
- package/dist/Typography/Header/index.d.ts +2 -2
- package/dist/Typography/Header/{index.jsx → index.js} +2 -5
- package/dist/Typography/Text/index.d.ts +1 -1
- package/dist/Typography/Text/{index.jsx → index.js} +3 -6
- package/dist/Typography/index.js +3 -2
- package/dist/components/Accordion/{index.jsx → index.js} +5 -17
- package/dist/components/AlertDialog/{AlertDialogAction.jsx → AlertDialogAction.js} +3 -4
- package/dist/components/AlertDialog/{AlertDialogCancel.jsx → AlertDialogCancel.js} +3 -4
- package/dist/components/AlertDialog/{AlertDialogContent.jsx → AlertDialogContent.js} +3 -7
- package/dist/components/AlertDialog/{AlertDialogDescription.jsx → AlertDialogDescription.js} +14 -4
- package/dist/components/AlertDialog/{AlertDialogTitle.jsx → AlertDialogTitle.js} +14 -4
- package/dist/components/AlertDialog/{AlertDialogTrigger.jsx → AlertDialogTrigger.js} +3 -4
- package/dist/components/AlertDialog/{index.jsx → index.js} +14 -2
- package/dist/components/AspectRatio/{index.jsx → index.js} +3 -4
- package/dist/components/Avatar/{index.jsx → index.js} +3 -7
- package/dist/components/Badge/{index.jsx → index.js} +3 -4
- package/dist/components/BubbleChart/index.d.ts +2 -3
- package/dist/components/BubbleChart/{index.jsx → index.js} +2 -2
- package/dist/components/Button/{index.jsx → index.js} +3 -4
- package/dist/components/Callout/{CalloutIcon.jsx → CalloutIcon.js} +3 -8
- package/dist/components/Callout/{CalloutText.jsx → CalloutText.js} +14 -4
- package/dist/components/Callout/{index.jsx → index.js} +3 -6
- package/dist/components/Card/{index.jsx → index.js} +3 -4
- package/dist/components/Checkbox/{index.jsx → index.js} +3 -11
- package/dist/components/CheckboxCard/{index.jsx → index.js} +3 -5
- package/dist/components/CheckboxGroup/{CheckboxGroupItem.jsx → CheckboxGroupItem.js} +14 -6
- package/dist/components/CheckboxGroup/{index.jsx → index.js} +2 -5
- package/dist/components/ContextMenu/{ContextMenuCheckboxItem.jsx → ContextMenuCheckboxItem.js} +14 -7
- package/dist/components/ContextMenu/{ContextMenuContent.jsx → ContextMenuContent.js} +3 -6
- package/dist/components/ContextMenu/{ContextMenuGroup.jsx → ContextMenuGroup.js} +14 -4
- package/dist/components/ContextMenu/{ContextMenuItem.jsx → ContextMenuItem.js} +3 -5
- package/dist/components/ContextMenu/{ContextMenuItemIndicator.jsx → ContextMenuItemIndicator.js} +3 -4
- package/dist/components/ContextMenu/{ContextMenuLabel.jsx → ContextMenuLabel.js} +3 -4
- package/dist/components/ContextMenu/{ContextMenuRadioGroup.jsx → ContextMenuRadioGroup.js} +14 -6
- package/dist/components/ContextMenu/{ContextMenuRadioItem.jsx → ContextMenuRadioItem.js} +14 -7
- package/dist/components/ContextMenu/{ContextMenuSeparator.jsx → ContextMenuSeparator.js} +14 -4
- package/dist/components/ContextMenu/{ContextMenuSubContent.jsx → ContextMenuSubContent.js} +6 -9
- package/dist/components/ContextMenu/{ContextMenuSubTrigger.jsx → ContextMenuSubTrigger.js} +14 -9
- package/dist/components/ContextMenu/{ContextMenuTrigger.jsx → ContextMenuTrigger.js} +14 -4
- package/dist/components/ContextMenu/{index.jsx → index.js} +14 -4
- package/dist/components/DataList/{DataListItem.jsx → DataListItem.js} +3 -4
- package/dist/components/DataList/{DataListLabel.jsx → DataListLabel.js} +3 -4
- package/dist/components/DataList/{DataListValue.jsx → DataListValue.js} +3 -4
- package/dist/components/DataList/{index.jsx → index.js} +14 -6
- package/dist/components/Dialog/{DialogAction.jsx → DialogAction.js} +14 -4
- package/dist/components/Dialog/{DialogCancel.jsx → DialogCancel.js} +14 -4
- package/dist/components/Dialog/{DialogContent.jsx → DialogContent.js} +3 -4
- package/dist/components/Dialog/{DialogDescription.jsx → DialogDescription.js} +14 -4
- package/dist/components/Dialog/{DialogSlot.jsx → DialogSlot.js} +14 -4
- package/dist/components/Dialog/{DialogTitle.jsx → DialogTitle.js} +14 -4
- package/dist/components/Dialog/{DialogTrigger.jsx → DialogTrigger.js} +14 -4
- package/dist/components/Dialog/{index.jsx → index.js} +14 -4
- package/dist/components/DoughnutChart/index.d.ts +1 -2
- package/dist/components/DoughnutChart/{index.jsx → index.js} +2 -2
- package/dist/components/DropdownMenu/{DropdonMenuRadioGroup.jsx → DropdonMenuRadioGroup.js} +14 -6
- package/dist/components/DropdownMenu/{DropdonMenuSubContent.jsx → DropdonMenuSubContent.js} +7 -10
- package/dist/components/DropdownMenu/{DropdownMenuCheckboxItem.jsx → DropdownMenuCheckboxItem.js} +14 -7
- package/dist/components/DropdownMenu/{DropdownMenuContent.jsx → DropdownMenuContent.js} +3 -6
- package/dist/components/DropdownMenu/{DropdownMenuItem.jsx → DropdownMenuItem.js} +3 -5
- package/dist/components/DropdownMenu/{DropdownMenuItemIndicator.jsx → DropdownMenuItemIndicator.js} +3 -4
- package/dist/components/DropdownMenu/{DropdownMenuLable.jsx → DropdownMenuLable.js} +3 -4
- package/dist/components/DropdownMenu/{DropdownMenuRadioItem.jsx → DropdownMenuRadioItem.js} +14 -7
- package/dist/components/DropdownMenu/{DropdownMenuSeparator.jsx → DropdownMenuSeparator.js} +14 -2
- package/dist/components/DropdownMenu/{DropdownMenuSub.jsx → DropdownMenuSub.js} +14 -2
- package/dist/components/DropdownMenu/{DropdownMenuSubTrigger.jsx → DropdownMenuSubTrigger.js} +14 -7
- package/dist/components/DropdownMenu/{DropdownMenuTrigger.jsx → DropdownMenuTrigger.js} +14 -4
- package/dist/components/DropdownMenu/{index.jsx → index.js} +14 -2
- package/dist/components/HoverCard/{HoverCardContent.jsx → HoverCardContent.js} +3 -4
- package/dist/components/HoverCard/{HoverCardTrigger.jsx → HoverCardTrigger.js} +14 -4
- package/dist/components/HoverCard/{index.jsx → index.js} +14 -4
- package/dist/components/IconButton/{index.jsx → index.js} +2 -3
- package/dist/components/Input/Input.stories.d.ts +4 -4
- package/dist/components/Input/{Input.stories.jsx → Input.stories.js} +15 -9
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/Input/{index.jsx → index.js} +3 -3
- package/dist/components/Inset/{index.jsx → index.js} +3 -6
- package/dist/components/Label/{index.jsx → index.js} +2 -3
- package/dist/components/Menubar/{MenubarCheckboxItem.jsx → MenubarCheckboxItem.js} +14 -7
- package/dist/components/Menubar/{MenubarContent.jsx → MenubarContent.js} +7 -10
- package/dist/components/Menubar/{MenubarItem.jsx → MenubarItem.js} +3 -5
- package/dist/components/Menubar/{MenubarItemIndicator.jsx → MenubarItemIndicator.js} +3 -4
- package/dist/components/Menubar/{MenubarMenu.jsx → MenubarMenu.js} +14 -2
- package/dist/components/Menubar/{MenubarRadioGroup.jsx → MenubarRadioGroup.js} +14 -6
- package/dist/components/Menubar/{MenubarRadioItem.jsx → MenubarRadioItem.js} +14 -7
- package/dist/components/Menubar/{MenubarSeparator.jsx → MenubarSeparator.js} +14 -4
- package/dist/components/Menubar/{MenubarSub.jsx → MenubarSub.js} +14 -2
- package/dist/components/Menubar/{MenubarSubContent.jsx → MenubarSubContent.js} +4 -5
- package/dist/components/Menubar/{MenubarSubTrigger.jsx → MenubarSubTrigger.js} +14 -7
- package/dist/components/Menubar/{MenubarTrigger.jsx → MenubarTrigger.js} +3 -4
- package/dist/components/Menubar/{index.jsx → index.js} +3 -6
- package/dist/components/NavigationMenu/{NavigationMenuContent.jsx → NavigationMenuContent.js} +3 -4
- package/dist/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
- package/dist/components/NavigationMenu/{NavigationMenuItem.jsx → NavigationMenuItem.js} +14 -4
- package/dist/components/NavigationMenu/{NavigationMenuLink.jsx → NavigationMenuLink.js} +3 -4
- package/dist/components/NavigationMenu/{NavigationMenuList.jsx → NavigationMenuList.js} +3 -5
- package/dist/components/NavigationMenu/{NavigationMenuTrigger.jsx → NavigationMenuTrigger.js} +3 -5
- package/dist/components/NavigationMenu/{NavigationMenuViewport.jsx → NavigationMenuViewport.js} +3 -4
- package/dist/components/NavigationMenu/{index.jsx → index.js} +14 -6
- package/dist/components/PieChart/index.d.ts +1 -2
- package/dist/components/PieChart/{index.jsx → index.js} +2 -2
- package/dist/components/Popover/{PopoverClose.jsx → PopoverClose.js} +14 -4
- package/dist/components/Popover/{PopoverContent.jsx → PopoverContent.js} +3 -4
- package/dist/components/Popover/{PopoverTrigger.jsx → PopoverTrigger.js} +14 -4
- package/dist/components/Popover/{index.jsx → index.js} +14 -4
- package/dist/components/Progress/index.d.ts +3 -3
- package/dist/components/Progress/{index.jsx → index.js} +3 -4
- package/dist/components/RadarChart/index.d.ts +2 -3
- package/dist/components/RadarChart/{index.jsx → index.js} +2 -2
- package/dist/components/Radio/index.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +1 -1
- package/dist/components/SegmentedControl/{index.jsx → index.js} +2 -5
- package/dist/components/Select/index.d.ts +1 -1
- package/dist/components/Select/{index.jsx → index.js} +8 -23
- package/dist/components/Separator/index.d.ts +1 -1
- package/dist/components/Separator/{index.jsx → index.js} +2 -5
- package/dist/components/Skeleton/index.d.ts +1 -1
- package/dist/components/Skeleton/{index.jsx → index.js} +2 -5
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/{index.jsx → index.js} +2 -3
- package/dist/components/Spinner/index.d.ts +1 -1
- 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.d.ts +2 -2
- package/dist/components/Table/{index.jsx → index.js} +8 -23
- package/dist/components/Tabs/index.d.ts +1 -1
- package/dist/components/Tabs/{index.jsx → index.js} +5 -14
- package/dist/components/TextArea/index.d.ts +3 -3
- package/dist/components/TextArea/{index.jsx → index.js} +2 -3
- package/dist/components/TextField/index.d.ts +1 -1
- package/dist/components/TextField/{index.jsx → index.js} +3 -8
- package/dist/components/Toast/ToastActionButton.d.ts +3 -3
- package/dist/components/Toast/{ToastActionButton.jsx → ToastActionButton.js} +3 -4
- package/dist/components/Toast/ToastDescription.d.ts +1 -1
- package/dist/components/Toast/{ToastDescription.jsx → ToastDescription.js} +14 -6
- package/dist/components/Toast/ToastTitle.d.ts +1 -1
- package/dist/components/Toast/{ToastTitle.jsx → ToastTitle.js} +14 -4
- package/dist/components/Toast/index.d.ts +3 -3
- 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.d.ts +3 -3
- package/dist/components/Toggle/{index.jsx → index.js} +3 -4
- package/dist/components/ToggleGroup/index.d.ts +1 -1
- 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.d.ts +3 -3
- package/dist/components/ToggleSwitch/{index.jsx → index.js} +2 -6
- package/dist/components/Tooltip/index.d.ts +1 -1
- package/dist/components/Tooltip/{index.jsx → index.js} +2 -11
- package/dist/components/index.d.ts +0 -2
- package/dist/index.js +0 -3
- package/package.json +120 -118
- package/dist/app/layout.d.ts +0 -7
- package/dist/app/layout.jsx +0 -13
- package/dist/app/page.d.ts +0 -2
- package/dist/app/page.jsx +0 -42
- package/dist/app/template/badgeTemplate.d.ts +0 -12
- package/dist/app/template/badgeTemplate.jsx +0 -82
- package/dist/app/template/buttonTemplate.d.ts +0 -12
- package/dist/app/template/buttonTemplate.jsx +0 -82
- package/dist/app/template/colorPicker.d.ts +0 -7
- package/dist/app/template/colorPicker.jsx +0 -19
- package/dist/app/template/textTemplate.d.ts +0 -11
- package/dist/app/template/textTemplate.jsx +0 -72
- package/dist/app/template/theme.d.ts +0 -12
- package/dist/app/template/theme.jsx +0 -44
- package/dist/color/alpha.d.ts +0 -784
- package/dist/color/alpha.js +0 -784
- package/dist/color/constants.d.ts +0 -20
- package/dist/color/constants.js +0 -200
- package/dist/color/dark.d.ts +0 -392
- package/dist/color/dark.js +0 -392
- package/dist/color/krdsColors.d.ts +0 -309
- package/dist/color/krdsColors.js +0 -309
- package/dist/color/light.d.ts +0 -392
- package/dist/color/light.js +0 -393
- package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
- package/dist/constants.d.ts +0 -185
- package/dist/constants.js +0 -569
- package/dist/index.d.ts +0 -5
- package/dist/stories/Welcome.d.ts +0 -3
- package/dist/stories/Welcome.jsx +0 -48
- package/dist/stories/accordion/Accordion.stories.d.ts +0 -71
- package/dist/stories/accordion/Accordion.stories.jsx +0 -79
- package/dist/stories/alert-dialog/AlertDialog.stories.d.ts +0 -107
- package/dist/stories/alert-dialog/AlertDialog.stories.jsx +0 -73
- package/dist/stories/aspect-ratio/AspectRatio.stories.d.ts +0 -68
- package/dist/stories/aspect-ratio/AspectRatio.stories.jsx +0 -106
- package/dist/stories/avatar/Avatar.stories.d.ts +0 -127
- package/dist/stories/avatar/Avatar.stories.jsx +0 -105
- package/dist/stories/badge/Badge.stories.d.ts +0 -133
- package/dist/stories/badge/Badge.stories.jsx +0 -130
- package/dist/stories/bubble-chart/BubbleChart.stories.d.ts +0 -103
- package/dist/stories/bubble-chart/BubbleChart.stories.jsx +0 -176
- package/dist/stories/button/Button.stories.d.ts +0 -148
- package/dist/stories/button/Button.stories.jsx +0 -98
- package/dist/stories/button/IconButton.stories.d.ts +0 -125
- package/dist/stories/button/IconButton.stories.jsx +0 -93
- package/dist/stories/callout/Callout.stories.d.ts +0 -129
- package/dist/stories/callout/Callout.stories.jsx +0 -205
- package/dist/stories/card/Card.stories.d.ts +0 -100
- package/dist/stories/card/Card.stories.jsx +0 -134
- package/dist/stories/checkbox/Checkbox.stories.d.ts +0 -147
- package/dist/stories/checkbox/Checkbox.stories.jsx +0 -166
- package/dist/stories/checkbox/CheckboxCard.stories.d.ts +0 -129
- package/dist/stories/checkbox/CheckboxCard.stories.jsx +0 -125
- package/dist/stories/checkbox/CheckboxGroup.stories.d.ts +0 -91
- package/dist/stories/checkbox/CheckboxGroup.stories.jsx +0 -144
- package/dist/stories/context-menu/ContextMenu.stories.d.ts +0 -113
- package/dist/stories/context-menu/ContextMenu.stories.jsx +0 -155
- package/dist/stories/data-list/DataList.stories.d.ts +0 -97
- package/dist/stories/data-list/DataList.stories.jsx +0 -185
- package/dist/stories/dialog/Dialog.stories.d.ts +0 -88
- package/dist/stories/dialog/Dialog.stories.jsx +0 -82
- package/dist/stories/doughnut-chart/DoughnutChart.stories.d.ts +0 -181
- package/dist/stories/doughnut-chart/DoughnutChart.stories.jsx +0 -236
- package/dist/stories/dropdown-menu/DropdownMenu.stories.d.ts +0 -112
- package/dist/stories/dropdown-menu/DropdownMenu.stories.jsx +0 -170
- package/dist/stories/header/Header.stories.d.ts +0 -112
- package/dist/stories/header/Header.stories.jsx +0 -116
- package/dist/stories/hover-card/HoverCard.stories.d.ts +0 -107
- package/dist/stories/hover-card/HoverCard.stories.jsx +0 -98
- package/dist/stories/inset/Inset.stories.d.ts +0 -58
- package/dist/stories/inset/Inset.stories.jsx +0 -79
- package/dist/stories/label/Label.stories.d.ts +0 -94
- package/dist/stories/label/Label.stories.jsx +0 -112
- package/dist/stories/menubar/Menubar.stories.d.ts +0 -119
- package/dist/stories/menubar/Menubar.stories.jsx +0 -135
- package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +0 -385
- package/dist/stories/navigation-menu/NavigationMenu.stories.jsx +0 -144
- package/dist/stories/pie-chart/PieChart.stories.d.ts +0 -186
- package/dist/stories/pie-chart/PieChart.stories.jsx +0 -300
- package/dist/stories/popover/Popover.stories.d.ts +0 -78
- package/dist/stories/popover/Popover.stories.jsx +0 -107
- package/dist/stories/progress/Progress.stories.d.ts +0 -113
- package/dist/stories/progress/Progress.stories.jsx +0 -82
- package/dist/stories/radar-chart/RadarChart.stories.d.ts +0 -111
- package/dist/stories/radar-chart/RadarChart.stories.jsx +0 -200
- package/dist/stories/radio/Radio.stories.d.ts +0 -108
- package/dist/stories/radio/Radio.stories.jsx +0 -94
- package/dist/stories/radio/RadioCards.stories.d.ts +0 -127
- package/dist/stories/radio/RadioCards.stories.jsx +0 -153
- package/dist/stories/radio/RadioGroup.stories.d.ts +0 -111
- package/dist/stories/radio/RadioGroup.stories.jsx +0 -142
- package/dist/stories/scroll-area/ScrollArea.stories.d.ts +0 -59
- package/dist/stories/scroll-area/ScrollArea.stories.jsx +0 -123
- package/dist/stories/segmented-control/SegmentedControl.stories.d.ts +0 -97
- package/dist/stories/segmented-control/SegmentedControl.stories.jsx +0 -101
- package/dist/stories/select/Select.stories.d.ts +0 -116
- package/dist/stories/select/Select.stories.jsx +0 -149
- package/dist/stories/separator/Separator.stories.d.ts +0 -93
- package/dist/stories/separator/Separator.stories.jsx +0 -106
- package/dist/stories/skeleton/Skeleton.stories.d.ts +0 -88
- package/dist/stories/skeleton/Skeleton.stories.jsx +0 -119
- package/dist/stories/slider/Slider.stories.d.ts +0 -114
- package/dist/stories/slider/Slider.stories.jsx +0 -94
- package/dist/stories/spinner/Spinner.stories.d.ts +0 -83
- package/dist/stories/spinner/Spinner.stories.jsx +0 -112
- package/dist/stories/switch/Switch.stories.d.ts +0 -146
- package/dist/stories/switch/Switch.stories.jsx +0 -119
- package/dist/stories/tab-nav/TabNav.stories.d.ts +0 -55
- package/dist/stories/tab-nav/TabNav.stories.jsx +0 -68
- package/dist/stories/table/Table.stories.d.ts +0 -87
- package/dist/stories/table/Table.stories.jsx +0 -106
- package/dist/stories/tabs/Tabs.stories.d.ts +0 -55
- package/dist/stories/tabs/Tabs.stories.jsx +0 -76
- package/dist/stories/text/Text.stories.d.ts +0 -74
- package/dist/stories/text/Text.stories.jsx +0 -91
- package/dist/stories/textArea/TextArea.stories.d.ts +0 -117
- package/dist/stories/textArea/TextArea.stories.jsx +0 -112
- package/dist/stories/textfield/TextField.stories.d.ts +0 -116
- package/dist/stories/textfield/TextField.stories.jsx +0 -120
- package/dist/stories/toast/Toast.stories.d.ts +0 -138
- package/dist/stories/toast/Toast.stories.jsx +0 -122
- package/dist/stories/toggle/Toggle.stories.d.ts +0 -115
- package/dist/stories/toggle/Toggle.stories.jsx +0 -106
- package/dist/stories/toggle/ToggleGroup.stories.d.ts +0 -103
- package/dist/stories/toggle/ToggleGroup.stories.jsx +0 -127
- package/dist/stories/tooltip/Tooltip.stories.d.ts +0 -93
- package/dist/stories/tooltip/Tooltip.stories.jsx +0 -91
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/dist/types.d.ts +0 -11
- package/dist/types.js +0 -1
- package/dist/utils/utils.d.ts +0 -3
- package/dist/utils/utils.js +0 -27
@@ -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 React from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { cn } from '../../utils/utils';
|
@@ -64,12 +65,7 @@ export var ToggleSwitch = React.forwardRef(function (_a, forwardedRef) {
|
|
64
65
|
sizeTheme = '1';
|
65
66
|
if (size === 'large')
|
66
67
|
sizeTheme = '3';
|
67
|
-
return (
|
68
|
-
<Text as="label" className={cn('flex items-center', SwitchLabelVariants({ size: size, scaling: scaling }))}>
|
69
|
-
<SwitchTheme ref={forwardedRef} {...switchProps} variant={appearance} radius={radius} size={sizeTheme} color={color} className={cn(toggleSwitchVariants({ scaling: scaling, radius: radius, size: size }), className)}></SwitchTheme>
|
70
|
-
{children}
|
71
|
-
</Text>
|
72
|
-
</Theme>);
|
68
|
+
return (_jsx(Theme, { className: "flex", accentColor: color, hasBackground: false, children: _jsxs(Text, { as: "label", className: cn('flex items-center', SwitchLabelVariants({ size: size, scaling: scaling })), children: [_jsx(SwitchTheme, __assign({ ref: forwardedRef }, switchProps, { variant: appearance, radius: radius, size: sizeTheme, color: color, className: cn(toggleSwitchVariants({ scaling: scaling, radius: radius, size: size }), className) })), children] }) }));
|
73
69
|
});
|
74
70
|
ToggleSwitch.displayName = 'ToggleSwitch';
|
75
71
|
export default ToggleSwitch;
|
@@ -11,7 +11,7 @@ export interface TooltipProps extends React.InputHTMLAttributes<HTMLInputElement
|
|
11
11
|
side?: 'top' | 'right' | 'bottom' | 'left';
|
12
12
|
}
|
13
13
|
declare const tooltipVariants: (props?: ({
|
14
|
-
scaling?: number | typeof Symbol.iterator | typeof Symbol.unscopables | "map" | "filter" | "fill" | "values" | "concat" | "indexOf" | "lastIndexOf" | "slice" | "length" | "includes" | "at" | "toLocaleString" | "toString" | "
|
14
|
+
scaling?: number | typeof Symbol.iterator | typeof Symbol.unscopables | "map" | "filter" | "fill" | "values" | "concat" | "indexOf" | "lastIndexOf" | "slice" | "length" | "includes" | "at" | "toLocaleString" | "toString" | "pop" | "push" | "join" | "reverse" | "shift" | "sort" | "splice" | "unshift" | "every" | "some" | "forEach" | "reduce" | "reduceRight" | "find" | "findIndex" | "copyWithin" | "entries" | "keys" | "flatMap" | "flat" | "findLast" | "findLastIndex" | "toReversed" | "toSorted" | "toSpliced" | "with" | null | undefined;
|
15
15
|
weight?: "medium" | "regular" | "semibold" | "bold" | null | undefined;
|
16
16
|
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
17
17
|
color?: string | null | undefined;
|
@@ -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
|
// your-tooltip.jsx
|
24
25
|
import React from 'react';
|
25
26
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
@@ -43,16 +44,6 @@ export var Tooltip = React.forwardRef(function (_a) {
|
|
43
44
|
var arrowColor = color
|
44
45
|
? "fill-".concat(color, "-9 dark:fill-").concat(color, "Dark-9")
|
45
46
|
: 'fill-slate-12 dark:fill-slateDark-12';
|
46
|
-
return (
|
47
|
-
<TooltipPrimitive.Root open={open} defaultOpen={defaultOpen} onOpenChange={onOpenChange}>
|
48
|
-
<TooltipPrimitive.Trigger className="cursor-pointer text-slate-12 dark:text-slateDark-12" asChild>
|
49
|
-
{children}
|
50
|
-
</TooltipPrimitive.Trigger>
|
51
|
-
<TooltipPrimitive.Content align="center" {...props} side={side} className={cn('mr-2', tooltipVariants({ scaling: scaling, weight: weight, radius: radius, color: color }), className)} sideOffset={5}>
|
52
|
-
{content}
|
53
|
-
<TooltipPrimitive.Arrow width={11} height={5} className={arrowColor}/>
|
54
|
-
</TooltipPrimitive.Content>
|
55
|
-
</TooltipPrimitive.Root>
|
56
|
-
</TooltipPrimitive.Provider>);
|
47
|
+
return (_jsx(TooltipPrimitive.Provider, { children: _jsxs(TooltipPrimitive.Root, { open: open, defaultOpen: defaultOpen, onOpenChange: onOpenChange, children: [_jsx(TooltipPrimitive.Trigger, { className: "cursor-pointer text-slate-12 dark:text-slateDark-12", asChild: true, children: children }), _jsxs(TooltipPrimitive.Content, __assign({ align: "center" }, props, { side: side, className: cn('mr-2', tooltipVariants({ scaling: scaling, weight: weight, radius: radius, color: color }), className), sideOffset: 5, children: [content, _jsx(TooltipPrimitive.Arrow, { width: 11, height: 5, className: arrowColor })] }))] }) }));
|
57
48
|
});
|
58
49
|
Tooltip.displayName = TooltipPrimitive.Root.displayName;
|
@@ -40,8 +40,6 @@ export { default as Toast } from './Toast';
|
|
40
40
|
export { default as Toggle } from './Toggle';
|
41
41
|
export { default as ToggleGroup } from './ToggleGroup';
|
42
42
|
export { default as ToggleSwitch } from './ToggleSwitch';
|
43
|
-
export { default as Header } from '../Typography/Header';
|
44
|
-
export { default as Text } from '../Typography/Text';
|
45
43
|
export { default as BubbleChart } from './BubbleChart';
|
46
44
|
export { default as RadarChart } from './RadarChart';
|
47
45
|
export { default as PieChart } from './PieChart';
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -1,118 +1,120 @@
|
|
1
|
-
{
|
2
|
-
"name": "@lotte-innovate/ui-component-test",
|
3
|
-
"description": "Lotte UI Library",
|
4
|
-
"version": "0.0.
|
5
|
-
"private": false,
|
6
|
-
"type": "module",
|
7
|
-
"files": [
|
8
|
-
"dist"
|
9
|
-
|
10
|
-
|
11
|
-
"
|
12
|
-
"
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
"
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
"last 1
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
"
|
37
|
-
"
|
38
|
-
"
|
39
|
-
"
|
40
|
-
"
|
41
|
-
"
|
42
|
-
"
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
"@
|
48
|
-
"@
|
49
|
-
"@radix-ui/
|
50
|
-
"@radix-ui/react-
|
51
|
-
"@radix-ui/react-
|
52
|
-
"@radix-ui/react-
|
53
|
-
"@radix-ui/react-
|
54
|
-
"@radix-ui/react-
|
55
|
-
"@radix-ui/react-
|
56
|
-
"@radix-ui/react-
|
57
|
-
"@radix-ui/react-
|
58
|
-
"@radix-ui/react-
|
59
|
-
"@radix-ui/react-
|
60
|
-
"@radix-ui/react-
|
61
|
-
"@radix-ui/react-
|
62
|
-
"@radix-ui/react-
|
63
|
-
"@radix-ui/react-
|
64
|
-
"@radix-ui/react-
|
65
|
-
"@radix-ui/react-
|
66
|
-
"@radix-ui/
|
67
|
-
"@
|
68
|
-
"@
|
69
|
-
"@
|
70
|
-
"@
|
71
|
-
"
|
72
|
-
"
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
79
|
-
"react": "^
|
80
|
-
"
|
81
|
-
"react
|
82
|
-
"react-
|
83
|
-
"
|
84
|
-
"
|
85
|
-
"
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
"@babel/
|
91
|
-
"@babel/
|
92
|
-
"@babel/
|
93
|
-
"@babel/preset-
|
94
|
-
"@
|
95
|
-
"@
|
96
|
-
"@storybook
|
97
|
-
"@storybook/addon-
|
98
|
-
"@storybook/addon-
|
99
|
-
"@storybook/
|
100
|
-
"@storybook/
|
101
|
-
"@storybook/
|
102
|
-
"@storybook/
|
103
|
-
"@storybook/
|
104
|
-
"@
|
105
|
-
"@
|
106
|
-
"@types/
|
107
|
-
"
|
108
|
-
"
|
109
|
-
"
|
110
|
-
"
|
111
|
-
"eslint
|
112
|
-
"
|
113
|
-
"
|
114
|
-
"
|
115
|
-
"
|
116
|
-
"
|
117
|
-
|
118
|
-
|
1
|
+
{
|
2
|
+
"name": "@lotte-innovate/ui-component-test",
|
3
|
+
"description": "Lotte UI Library",
|
4
|
+
"version": "0.0.7",
|
5
|
+
"private": false,
|
6
|
+
"type": "module",
|
7
|
+
"files": [
|
8
|
+
"dist/components",
|
9
|
+
"dist/Typography"
|
10
|
+
],
|
11
|
+
"main": "dist/index.js",
|
12
|
+
"module": "dist/index.js",
|
13
|
+
"types": "dist/index.d.ts",
|
14
|
+
"publishConfig": {
|
15
|
+
"access": "public"
|
16
|
+
},
|
17
|
+
"browser": "./browser/specific/main.js",
|
18
|
+
"babel": {
|
19
|
+
"presets": [
|
20
|
+
"@babel/preset-react"
|
21
|
+
]
|
22
|
+
},
|
23
|
+
"browserslist": {
|
24
|
+
"production": [
|
25
|
+
">0.2%",
|
26
|
+
"not dead",
|
27
|
+
"not op_mini all"
|
28
|
+
],
|
29
|
+
"development": [
|
30
|
+
"last 1 chrome version",
|
31
|
+
"last 1 firefox version",
|
32
|
+
"last 1 safari version"
|
33
|
+
]
|
34
|
+
},
|
35
|
+
"scripts": {
|
36
|
+
"dev": "next dev",
|
37
|
+
"build": "next build && tsc",
|
38
|
+
"prepare": "next build",
|
39
|
+
"start": "next start",
|
40
|
+
"lint": "next lint",
|
41
|
+
"storybook": "cross-env NODE_OPTIONS='--max-old-space-size=8192' storybook dev -p 6006",
|
42
|
+
"build-storybook": "storybook build",
|
43
|
+
"publish:npm": "rimraf dist && mkdir dist && tsc",
|
44
|
+
"chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
|
45
|
+
},
|
46
|
+
"dependencies": {
|
47
|
+
"@babel/runtime": "^7.24.7",
|
48
|
+
"@babel/runtime-corejs3": "^7.24.7",
|
49
|
+
"@radix-ui/colors": "^3.0.0",
|
50
|
+
"@radix-ui/react-accordion": "^1.2.0",
|
51
|
+
"@radix-ui/react-checkbox": "^1.0.4",
|
52
|
+
"@radix-ui/react-dialog": "^1.1.1",
|
53
|
+
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
54
|
+
"@radix-ui/react-hover-card": "^1.1.1",
|
55
|
+
"@radix-ui/react-icons": "^1.3.0",
|
56
|
+
"@radix-ui/react-label": "^2.1.0",
|
57
|
+
"@radix-ui/react-menubar": "^1.1.1",
|
58
|
+
"@radix-ui/react-navigation-menu": "^1.2.0",
|
59
|
+
"@radix-ui/react-popover": "1.0.7",
|
60
|
+
"@radix-ui/react-radio-group": "^1.1.3",
|
61
|
+
"@radix-ui/react-select": "^2.1.1",
|
62
|
+
"@radix-ui/react-separator": "^1.1.0",
|
63
|
+
"@radix-ui/react-slider": "^1.2.0",
|
64
|
+
"@radix-ui/react-switch": "^1.1.0",
|
65
|
+
"@radix-ui/react-tabs": "^1.1.0",
|
66
|
+
"@radix-ui/react-toast": "^1.2.1",
|
67
|
+
"@radix-ui/react-tooltip": "^1.1.1",
|
68
|
+
"@radix-ui/themes": "^3.1.1",
|
69
|
+
"@stitches/core": "^1.2.8",
|
70
|
+
"@stitches/react": "^1.2.8",
|
71
|
+
"@storybook/addon-a11y": "^8.0.10",
|
72
|
+
"@storybook/addons": "^7.6.17",
|
73
|
+
"chart.js": "^4.4.4",
|
74
|
+
"chartjs-plugin-datalabels": "^2.2.0",
|
75
|
+
"class-variance-authority": "^0.7.0",
|
76
|
+
"clsx": "^2.1.0",
|
77
|
+
"cross-env": "^7.0.3",
|
78
|
+
"dotenv": "^16.4.5",
|
79
|
+
"lucide-react": "^0.364.0",
|
80
|
+
"next": "14.1.4",
|
81
|
+
"react": "^18",
|
82
|
+
"react-chartjs-2": "^5.2.0",
|
83
|
+
"react-dom": "^18",
|
84
|
+
"react-tabs": "^6.0.2",
|
85
|
+
"storybook-addon-deep-controls": "^0.7.1",
|
86
|
+
"storybook-dark-mode": "^4.0.2",
|
87
|
+
"tailwind-merge": "^2.2.2"
|
88
|
+
},
|
89
|
+
"devDependencies": {
|
90
|
+
"@babel/cli": "^7.24.7",
|
91
|
+
"@babel/core": "^7.24.7",
|
92
|
+
"@babel/plugin-transform-runtime": "^7.24.7",
|
93
|
+
"@babel/preset-env": "^7.24.7",
|
94
|
+
"@babel/preset-react": "^7.24.7",
|
95
|
+
"@babel/preset-typescript": "^7.24.7",
|
96
|
+
"@chromatic-com/storybook": "^1.2.25",
|
97
|
+
"@storybook/addon-essentials": "^8.0.4",
|
98
|
+
"@storybook/addon-interactions": "^8.0.4",
|
99
|
+
"@storybook/addon-links": "^8.0.4",
|
100
|
+
"@storybook/addon-styling-webpack": "^1.0.0",
|
101
|
+
"@storybook/blocks": "^8.0.4",
|
102
|
+
"@storybook/nextjs": "^8.0.4",
|
103
|
+
"@storybook/react": "^8.0.4",
|
104
|
+
"@storybook/test": "^8.0.4",
|
105
|
+
"@storybook/theming": "^8.2.4",
|
106
|
+
"@types/node": "^20",
|
107
|
+
"@types/react": "^18",
|
108
|
+
"@types/react-dom": "^18",
|
109
|
+
"autoprefixer": "^10.0.1",
|
110
|
+
"chromatic": "^11.5.4",
|
111
|
+
"eslint": "^8",
|
112
|
+
"eslint-config-next": "14.1.4",
|
113
|
+
"eslint-plugin-storybook": "^0.8.0",
|
114
|
+
"postcss": "^8",
|
115
|
+
"rimraf": "^6.0.1",
|
116
|
+
"storybook": "^8.2.6",
|
117
|
+
"tailwindcss": "^3.3.0",
|
118
|
+
"typescript": "^5"
|
119
|
+
}
|
120
|
+
}
|
package/dist/app/layout.d.ts
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import type { Metadata } from 'next';
|
3
|
-
import './globals.css';
|
4
|
-
export declare const metadata: Metadata;
|
5
|
-
export default function RootLayout({ children, }: Readonly<{
|
6
|
-
children: React.ReactNode;
|
7
|
-
}>): import("react").JSX.Element;
|
package/dist/app/layout.jsx
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
import { Inter } from 'next/font/google';
|
2
|
-
import './globals.css';
|
3
|
-
var inter = Inter({ subsets: ['latin'] });
|
4
|
-
export var metadata = {
|
5
|
-
title: 'Create Next App',
|
6
|
-
description: 'Generated by create next app',
|
7
|
-
};
|
8
|
-
export default function RootLayout(_a) {
|
9
|
-
var children = _a.children;
|
10
|
-
return (<html lang="en">
|
11
|
-
<body className={inter.className}>{children}</body>
|
12
|
-
</html>);
|
13
|
-
}
|
package/dist/app/page.d.ts
DELETED
package/dist/app/page.jsx
DELETED
@@ -1,42 +0,0 @@
|
|
1
|
-
'use client';
|
2
|
-
import React, { useEffect, useState } from 'react';
|
3
|
-
import Theme from './template/theme';
|
4
|
-
import BadgeTemplate from './template/badgeTemplate';
|
5
|
-
import ButtonTemplate from './template/buttonTemplate';
|
6
|
-
import TextTemplate from './template/textTemplate';
|
7
|
-
import Button from 'components/Button';
|
8
|
-
import { Toast, ToastActionButton, ToastDescription } from 'components/Toast';
|
9
|
-
export default function Home() {
|
10
|
-
var _a = useState('full'), radiusTheme = _a[0], setRadiusTheme = _a[1];
|
11
|
-
var _b = useState('95%'), scalingTheme = _b[0], setScalingTheme = _b[1];
|
12
|
-
var _c = useState('semibold'), fontWeightTheme = _c[0], setFontWeightTheme = _c[1];
|
13
|
-
var _d = useState('blue'), colorTheme = _d[0], setColorTheme = _d[1];
|
14
|
-
var _e = useState('blue'), fontColorTheme = _e[0], setFontColorTheme = _e[1];
|
15
|
-
var _f = useState('light'), mode = _f[0], setMode = _f[1];
|
16
|
-
var _g = useState(false), mounted = _g[0], setMounted = _g[1];
|
17
|
-
var _h = useState(false), open = _h[0], setOpen = _h[1];
|
18
|
-
useEffect(function () {
|
19
|
-
setMounted(true);
|
20
|
-
}, []);
|
21
|
-
return (mounted && (<div className={"flex flex-col w-full h-auto min-h-screen ".concat(mode == 'light' ? 'bg-white text-black' : 'bg-black text-white', " p-3")}>
|
22
|
-
<div onClick={function () {
|
23
|
-
setMode(mode === 'light' ? 'dark' : 'light');
|
24
|
-
}}>
|
25
|
-
{mode === 'light' ? 'light' : 'dark'}
|
26
|
-
</div>
|
27
|
-
<Button onClick={function () { return setOpen(true); }} className="w-[200px]" scaling={'95%'}>
|
28
|
-
toast
|
29
|
-
</Button>
|
30
|
-
<Toast openToast={open} setOpenToast={setOpen}>
|
31
|
-
<ToastDescription>There was a problem with your request.</ToastDescription>
|
32
|
-
<ToastActionButton altText="액션버튼">버튼</ToastActionButton>
|
33
|
-
</Toast>
|
34
|
-
<Theme setRadiusTheme={setRadiusTheme} setScalingTheme={setScalingTheme} setFontWeightTheme={setFontWeightTheme} setColorTheme={setColorTheme} setFontColorTheme={setFontColorTheme} mode={mode}/>
|
35
|
-
|
36
|
-
<BadgeTemplate radiusTheme={radiusTheme} scalingTheme={scalingTheme} fontWeightTheme={fontWeightTheme} colorTheme={colorTheme} mode={mode}/>
|
37
|
-
|
38
|
-
<ButtonTemplate radiusTheme={radiusTheme} scalingTheme={scalingTheme} fontWeightTheme={fontWeightTheme} colorTheme={colorTheme} mode={mode}/>
|
39
|
-
|
40
|
-
<TextTemplate scalingTheme={scalingTheme} fontWeightTheme={fontWeightTheme} colorTheme={fontColorTheme} mode={mode}/>
|
41
|
-
</div>));
|
42
|
-
}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import 'react-tabs/style/react-tabs.css';
|
3
|
-
import { ITheme, IColor, IRadius, IScaling, IWeight } from 'types';
|
4
|
-
type IBadgeTemplate = {
|
5
|
-
radiusTheme: IRadius;
|
6
|
-
scalingTheme: IScaling;
|
7
|
-
fontWeightTheme: IWeight;
|
8
|
-
colorTheme: IColor;
|
9
|
-
mode: ITheme;
|
10
|
-
};
|
11
|
-
declare const BadgeTemplate: ({ radiusTheme, scalingTheme, fontWeightTheme, colorTheme, mode, }: IBadgeTemplate) => React.JSX.Element;
|
12
|
-
export default BadgeTemplate;
|
@@ -1,82 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { Tab, Tabs, TabList, TabPanel } from 'react-tabs';
|
3
|
-
import 'react-tabs/style/react-tabs.css';
|
4
|
-
import { radiusOptions, scalingOptions } from '../../constants';
|
5
|
-
import Badge from 'components/Badge';
|
6
|
-
import { colorOptions } from 'color/constants';
|
7
|
-
var BadgeTemplate = function (_a) {
|
8
|
-
var radiusTheme = _a.radiusTheme, scalingTheme = _a.scalingTheme, fontWeightTheme = _a.fontWeightTheme, colorTheme = _a.colorTheme, mode = _a.mode;
|
9
|
-
return (<div className="m-3">
|
10
|
-
<div className=" font-extrabold">Badge</div>
|
11
|
-
<div className="">
|
12
|
-
<div className="border p-2 space-x-2">
|
13
|
-
<Tabs className="">
|
14
|
-
<TabList>
|
15
|
-
<Tab>Theme colors</Tab>
|
16
|
-
<Tab>All colors</Tab>
|
17
|
-
<Tab>All sizes</Tab>
|
18
|
-
</TabList>
|
19
|
-
<TabPanel>
|
20
|
-
<p className="">Main Color 적용 뱃지</p>
|
21
|
-
<Badge radius={radiusTheme} scaling={scalingTheme} color={colorTheme}>
|
22
|
-
Badge
|
23
|
-
</Badge>
|
24
|
-
<Badge radius={radiusTheme} scaling={scalingTheme} color={colorTheme}>
|
25
|
-
outline
|
26
|
-
</Badge>
|
27
|
-
</TabPanel>
|
28
|
-
<TabPanel>
|
29
|
-
<table>
|
30
|
-
<tr>
|
31
|
-
<th></th>
|
32
|
-
<th>default</th>
|
33
|
-
<th>outline</th>
|
34
|
-
</tr>
|
35
|
-
{colorOptions === null || colorOptions === void 0 ? void 0 : colorOptions.map(function (color) { return (<tr key={color}>
|
36
|
-
<th>{color}</th>
|
37
|
-
<td>
|
38
|
-
<Badge radius={radiusTheme} scaling={scalingTheme} color={color}>
|
39
|
-
Badge
|
40
|
-
</Badge>
|
41
|
-
</td>
|
42
|
-
<td>
|
43
|
-
<Badge radius={radiusTheme} scaling={scalingTheme} color={color}>
|
44
|
-
outline
|
45
|
-
</Badge>
|
46
|
-
</td>
|
47
|
-
</tr>); })}
|
48
|
-
</table>
|
49
|
-
</TabPanel>
|
50
|
-
<TabPanel>
|
51
|
-
<table>
|
52
|
-
<tr>
|
53
|
-
<th></th>
|
54
|
-
{radiusOptions.map(function (radius) { return (<th key={radius}>{radius}</th>); })}
|
55
|
-
</tr>
|
56
|
-
{scalingOptions.map(function (scale) { return (<tr key={scale}>
|
57
|
-
<th>{scale}</th>
|
58
|
-
{radiusOptions.map(function (radius) { return (<td key={radius}>
|
59
|
-
<Badge scaling={scale} radius={radius} color={colorTheme}>
|
60
|
-
Badge
|
61
|
-
</Badge>
|
62
|
-
</td>); })}
|
63
|
-
</tr>); })}
|
64
|
-
</table>
|
65
|
-
|
66
|
-
<table>
|
67
|
-
{scalingOptions.map(function (scale) { return (<tr key={scale}>
|
68
|
-
<th>{scale}</th>
|
69
|
-
{radiusOptions.map(function (radius) { return (<td key={radius}>
|
70
|
-
<Badge scaling={scale} radius={radius} color={colorTheme}>
|
71
|
-
outline
|
72
|
-
</Badge>
|
73
|
-
</td>); })}
|
74
|
-
</tr>); })}
|
75
|
-
</table>
|
76
|
-
</TabPanel>
|
77
|
-
</Tabs>
|
78
|
-
</div>
|
79
|
-
</div>
|
80
|
-
</div>);
|
81
|
-
};
|
82
|
-
export default BadgeTemplate;
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { ITheme, IColor, IRadius, IScaling, IWeight } from 'types';
|
3
|
-
import 'react-tabs/style/react-tabs.css';
|
4
|
-
type IButtonTemplate = {
|
5
|
-
radiusTheme: IRadius;
|
6
|
-
scalingTheme: IScaling;
|
7
|
-
fontWeightTheme: IWeight;
|
8
|
-
colorTheme: IColor;
|
9
|
-
mode: ITheme;
|
10
|
-
};
|
11
|
-
declare const ButtonTemplate: ({ radiusTheme, scalingTheme, fontWeightTheme, colorTheme, mode, }: IButtonTemplate) => React.JSX.Element;
|
12
|
-
export default ButtonTemplate;
|
@@ -1,82 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { Tab, Tabs, TabList, TabPanel } from 'react-tabs';
|
3
|
-
import 'react-tabs/style/react-tabs.css';
|
4
|
-
import { radiusOptions, scalingOptions } from '../../constants';
|
5
|
-
import Button from 'components/Button';
|
6
|
-
import { colorOptions } from 'color/constants';
|
7
|
-
var ButtonTemplate = function (_a) {
|
8
|
-
var radiusTheme = _a.radiusTheme, scalingTheme = _a.scalingTheme, fontWeightTheme = _a.fontWeightTheme, colorTheme = _a.colorTheme, mode = _a.mode;
|
9
|
-
return (<div className="m-3">
|
10
|
-
<div className=" font-extrabold">Button</div>
|
11
|
-
<div className="">
|
12
|
-
<div className="border p-2 space-x-2">
|
13
|
-
<Tabs className="">
|
14
|
-
<TabList>
|
15
|
-
<Tab>Theme colors</Tab>
|
16
|
-
<Tab>All colors</Tab>
|
17
|
-
<Tab>All sizes</Tab>
|
18
|
-
</TabList>
|
19
|
-
<TabPanel>
|
20
|
-
<p className="">Main Color 적용 Button</p>
|
21
|
-
<Button radius={radiusTheme} scaling={scalingTheme} weight={fontWeightTheme} color={colorTheme}>
|
22
|
-
Button
|
23
|
-
</Button>
|
24
|
-
<Button radius={radiusTheme} scaling={scalingTheme} weight={fontWeightTheme} color={colorTheme}>
|
25
|
-
outline
|
26
|
-
</Button>
|
27
|
-
</TabPanel>
|
28
|
-
<TabPanel>
|
29
|
-
<table>
|
30
|
-
<tr>
|
31
|
-
<th></th>
|
32
|
-
<th>default</th>
|
33
|
-
<th>outline</th>
|
34
|
-
</tr>
|
35
|
-
{colorOptions === null || colorOptions === void 0 ? void 0 : colorOptions.map(function (color) { return (<tr key={color}>
|
36
|
-
<th>{color}</th>
|
37
|
-
<td>
|
38
|
-
<Button radius={radiusTheme} scaling={scalingTheme} weight={fontWeightTheme} color={color}>
|
39
|
-
Button
|
40
|
-
</Button>
|
41
|
-
</td>
|
42
|
-
<td>
|
43
|
-
<Button radius={radiusTheme} scaling={scalingTheme} weight={fontWeightTheme} color={color}>
|
44
|
-
outline
|
45
|
-
</Button>
|
46
|
-
</td>
|
47
|
-
</tr>); })}
|
48
|
-
</table>
|
49
|
-
</TabPanel>
|
50
|
-
<TabPanel>
|
51
|
-
<table>
|
52
|
-
<tr>
|
53
|
-
<th></th>
|
54
|
-
{radiusOptions.map(function (radius) { return (<th key={radius}>{radius}</th>); })}
|
55
|
-
</tr>
|
56
|
-
{scalingOptions.map(function (scale) { return (<tr key={scale}>
|
57
|
-
<th>{scale}</th>
|
58
|
-
{radiusOptions.map(function (radius) { return (<td key={radius}>
|
59
|
-
<Button scaling={scale} radius={radius} weight={fontWeightTheme} color={colorTheme}>
|
60
|
-
Button
|
61
|
-
</Button>
|
62
|
-
</td>); })}
|
63
|
-
</tr>); })}
|
64
|
-
</table>
|
65
|
-
|
66
|
-
<table>
|
67
|
-
{scalingOptions.map(function (scale) { return (<tr key={scale}>
|
68
|
-
<th>{scale}</th>
|
69
|
-
{radiusOptions.map(function (radius) { return (<td key={radius}>
|
70
|
-
<Button scaling={scale} radius={radius} weight={fontWeightTheme} color={colorTheme}>
|
71
|
-
outline
|
72
|
-
</Button>
|
73
|
-
</td>); })}
|
74
|
-
</tr>); })}
|
75
|
-
</table>
|
76
|
-
</TabPanel>
|
77
|
-
</Tabs>
|
78
|
-
</div>
|
79
|
-
</div>
|
80
|
-
</div>);
|
81
|
-
};
|
82
|
-
export default ButtonTemplate;
|
@@ -1,19 +0,0 @@
|
|
1
|
-
'use client';
|
2
|
-
import { bgColorStyle } from '../../constants';
|
3
|
-
var ColorPicker = function (_a) {
|
4
|
-
var setColorTheme = _a.setColorTheme, mode = _a.mode;
|
5
|
-
var handleColorClick = function (color) {
|
6
|
-
setColorTheme(color);
|
7
|
-
};
|
8
|
-
return (<div>
|
9
|
-
<div className="flex flex-row flex-wrap gap-2">
|
10
|
-
{Object.entries(bgColorStyle).map(function (_a) {
|
11
|
-
var key = _a[0], value = _a[1];
|
12
|
-
return (<button className={"w-12 p-2 rounded-full text-xs cursor-pointer hover:border-gray-900 ".concat(value, " text-white hover:text-black")} key={key}>
|
13
|
-
{key.replace('Dark', '')}
|
14
|
-
</button>);
|
15
|
-
})}
|
16
|
-
</div>
|
17
|
-
</div>);
|
18
|
-
};
|
19
|
-
export default ColorPicker;
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { ITheme, IScaling, IWeight, IColor } from 'types';
|
3
|
-
import 'react-tabs/style/react-tabs.css';
|
4
|
-
type ITextTemplate = {
|
5
|
-
scalingTheme: IScaling;
|
6
|
-
fontWeightTheme: IWeight;
|
7
|
-
colorTheme: IColor;
|
8
|
-
mode: ITheme;
|
9
|
-
};
|
10
|
-
declare const TextTemplate: ({ scalingTheme, fontWeightTheme, colorTheme, mode }: ITextTemplate) => React.JSX.Element;
|
11
|
-
export default TextTemplate;
|