@lotte-innovate/ui-component-test 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Typography/Header/index.d.ts +1 -1
 - package/dist/Typography/Header/{index.js → index.jsx} +5 -2
 - package/dist/Typography/Text/{index.js → index.jsx} +6 -3
 - package/dist/app/layout.d.ts +7 -0
 - package/dist/app/layout.jsx +13 -0
 - package/dist/app/page.d.ts +2 -0
 - package/dist/app/page.jsx +6 -0
 - package/dist/app/template/badgeTemplate.d.ts +12 -0
 - package/dist/app/template/badgeTemplate.jsx +82 -0
 - package/dist/app/template/buttonTemplate.d.ts +12 -0
 - package/dist/app/template/buttonTemplate.jsx +82 -0
 - package/dist/app/template/colorPicker.d.ts +7 -0
 - package/dist/app/template/colorPicker.jsx +19 -0
 - package/dist/app/template/textTemplate.d.ts +11 -0
 - package/dist/app/template/textTemplate.jsx +72 -0
 - package/dist/app/template/theme.d.ts +12 -0
 - package/dist/app/template/theme.jsx +44 -0
 - package/dist/color/alpha.d.ts +784 -0
 - package/dist/color/alpha.js +784 -0
 - package/dist/color/constants.d.ts +20 -0
 - package/dist/color/constants.js +200 -0
 - package/dist/color/dark.d.ts +392 -0
 - package/dist/color/dark.js +392 -0
 - package/dist/color/krdsColors.d.ts +309 -0
 - package/dist/color/krdsColors.js +309 -0
 - package/dist/color/light.d.ts +392 -0
 - package/dist/color/light.js +393 -0
 - 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} +2 -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} +4 -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/Input/Input.stories.d.ts +4 -4
 - package/dist/components/Input/{Input.stories.js → Input.stories.jsx} +9 -15
 - package/dist/components/Input/index.d.ts +1 -1
 - package/dist/components/Input/{index.js → index.jsx} +3 -3
 - 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} +23 -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.d.ts +1 -1
 - package/dist/components/Tooltip/{index.js → index.jsx} +11 -2
 - package/dist/constants.d.ts +185 -0
 - package/dist/constants.js +569 -0
 - package/dist/index.d.ts +0 -0
 - package/dist/index.js +3 -2
 - package/dist/stories/Welcome.d.ts +3 -0
 - package/dist/stories/Welcome.jsx +48 -0
 - package/dist/stories/accordion/Accordion.stories.d.ts +71 -0
 - package/dist/stories/accordion/Accordion.stories.jsx +79 -0
 - package/dist/stories/alert-dialog/AlertDialog.stories.d.ts +107 -0
 - package/dist/stories/alert-dialog/AlertDialog.stories.jsx +73 -0
 - package/dist/stories/aspect-ratio/AspectRatio.stories.d.ts +68 -0
 - package/dist/stories/aspect-ratio/AspectRatio.stories.jsx +106 -0
 - package/dist/stories/avatar/Avatar.stories.d.ts +127 -0
 - package/dist/stories/avatar/Avatar.stories.jsx +105 -0
 - package/dist/stories/badge/Badge.stories.d.ts +133 -0
 - package/dist/stories/badge/Badge.stories.jsx +130 -0
 - package/dist/stories/bubble-chart/BubbleChart.stories.d.ts +103 -0
 - package/dist/stories/bubble-chart/BubbleChart.stories.jsx +176 -0
 - package/dist/stories/button/Button.stories.d.ts +148 -0
 - package/dist/stories/button/Button.stories.jsx +98 -0
 - package/dist/stories/button/IconButton.stories.d.ts +125 -0
 - package/dist/stories/button/IconButton.stories.jsx +93 -0
 - package/dist/stories/callout/Callout.stories.d.ts +129 -0
 - package/dist/stories/callout/Callout.stories.jsx +205 -0
 - package/dist/stories/card/Card.stories.d.ts +100 -0
 - package/dist/stories/card/Card.stories.jsx +134 -0
 - package/dist/stories/checkbox/Checkbox.stories.d.ts +147 -0
 - package/dist/stories/checkbox/Checkbox.stories.jsx +166 -0
 - package/dist/stories/checkbox/CheckboxCard.stories.d.ts +129 -0
 - package/dist/stories/checkbox/CheckboxCard.stories.jsx +125 -0
 - package/dist/stories/checkbox/CheckboxGroup.stories.d.ts +91 -0
 - package/dist/stories/checkbox/CheckboxGroup.stories.jsx +144 -0
 - package/dist/stories/context-menu/ContextMenu.stories.d.ts +113 -0
 - package/dist/stories/context-menu/ContextMenu.stories.jsx +155 -0
 - package/dist/stories/data-list/DataList.stories.d.ts +97 -0
 - package/dist/stories/data-list/DataList.stories.jsx +185 -0
 - package/dist/stories/dialog/Dialog.stories.d.ts +88 -0
 - package/dist/stories/dialog/Dialog.stories.jsx +82 -0
 - package/dist/stories/doughnut-chart/DoughnutChart.stories.d.ts +181 -0
 - package/dist/stories/doughnut-chart/DoughnutChart.stories.jsx +236 -0
 - package/dist/stories/dropdown-menu/DropdownMenu.stories.d.ts +112 -0
 - package/dist/stories/dropdown-menu/DropdownMenu.stories.jsx +170 -0
 - package/dist/stories/header/Header.stories.d.ts +112 -0
 - package/dist/stories/header/Header.stories.jsx +116 -0
 - package/dist/stories/hover-card/HoverCard.stories.d.ts +107 -0
 - package/dist/stories/hover-card/HoverCard.stories.jsx +98 -0
 - package/dist/stories/inset/Inset.stories.d.ts +58 -0
 - package/dist/stories/inset/Inset.stories.jsx +79 -0
 - package/dist/stories/label/Label.stories.d.ts +94 -0
 - package/dist/stories/label/Label.stories.jsx +112 -0
 - package/dist/stories/menubar/Menubar.stories.d.ts +119 -0
 - package/dist/stories/menubar/Menubar.stories.jsx +135 -0
 - package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +385 -0
 - package/dist/stories/navigation-menu/NavigationMenu.stories.jsx +144 -0
 - package/dist/stories/pie-chart/PieChart.stories.d.ts +186 -0
 - package/dist/stories/pie-chart/PieChart.stories.jsx +300 -0
 - package/dist/stories/popover/Popover.stories.d.ts +78 -0
 - package/dist/stories/popover/Popover.stories.jsx +107 -0
 - package/dist/stories/progress/Progress.stories.d.ts +113 -0
 - package/dist/stories/progress/Progress.stories.jsx +82 -0
 - package/dist/stories/radar-chart/RadarChart.stories.d.ts +111 -0
 - package/dist/stories/radar-chart/RadarChart.stories.jsx +200 -0
 - package/dist/stories/radio/Radio.stories.d.ts +108 -0
 - package/dist/stories/radio/Radio.stories.jsx +94 -0
 - package/dist/stories/radio/RadioCards.stories.d.ts +127 -0
 - package/dist/stories/radio/RadioCards.stories.jsx +153 -0
 - package/dist/stories/radio/RadioGroup.stories.d.ts +111 -0
 - package/dist/stories/radio/RadioGroup.stories.jsx +142 -0
 - package/dist/stories/scroll-area/ScrollArea.stories.d.ts +59 -0
 - package/dist/stories/scroll-area/ScrollArea.stories.jsx +123 -0
 - package/dist/stories/segmented-control/SegmentedControl.stories.d.ts +97 -0
 - package/dist/stories/segmented-control/SegmentedControl.stories.jsx +101 -0
 - package/dist/stories/select/Select.stories.d.ts +116 -0
 - package/dist/stories/select/Select.stories.jsx +149 -0
 - package/dist/stories/separator/Separator.stories.d.ts +93 -0
 - package/dist/stories/separator/Separator.stories.jsx +106 -0
 - package/dist/stories/skeleton/Skeleton.stories.d.ts +88 -0
 - package/dist/stories/skeleton/Skeleton.stories.jsx +119 -0
 - package/dist/stories/slider/Slider.stories.d.ts +114 -0
 - package/dist/stories/slider/Slider.stories.jsx +94 -0
 - package/dist/stories/spinner/Spinner.stories.d.ts +83 -0
 - package/dist/stories/spinner/Spinner.stories.jsx +112 -0
 - package/dist/stories/switch/Switch.stories.d.ts +146 -0
 - package/dist/stories/switch/Switch.stories.jsx +119 -0
 - package/dist/stories/tab-nav/TabNav.stories.d.ts +55 -0
 - package/dist/stories/tab-nav/TabNav.stories.jsx +68 -0
 - package/dist/stories/table/Table.stories.d.ts +87 -0
 - package/dist/stories/table/Table.stories.jsx +106 -0
 - package/dist/stories/tabs/Tabs.stories.d.ts +55 -0
 - package/dist/stories/tabs/Tabs.stories.jsx +76 -0
 - package/dist/stories/text/Text.stories.d.ts +74 -0
 - package/dist/stories/text/Text.stories.jsx +91 -0
 - package/dist/stories/textArea/TextArea.stories.d.ts +117 -0
 - package/dist/stories/textArea/TextArea.stories.jsx +112 -0
 - package/dist/stories/textfield/TextField.stories.d.ts +116 -0
 - package/dist/stories/textfield/TextField.stories.jsx +120 -0
 - package/dist/stories/toast/Toast.stories.d.ts +138 -0
 - package/dist/stories/toast/Toast.stories.jsx +122 -0
 - package/dist/stories/toggle/Toggle.stories.d.ts +115 -0
 - package/dist/stories/toggle/Toggle.stories.jsx +106 -0
 - package/dist/stories/toggle/ToggleGroup.stories.d.ts +103 -0
 - package/dist/stories/toggle/ToggleGroup.stories.jsx +127 -0
 - package/dist/stories/tooltip/Tooltip.stories.d.ts +93 -0
 - package/dist/stories/tooltip/Tooltip.stories.jsx +91 -0
 - package/dist/tsconfig.tsbuildinfo +1 -0
 - package/dist/types.d.ts +11 -0
 - package/dist/types.js +1 -0
 - package/dist/utils/utils.d.ts +3 -0
 - package/dist/utils/utils.js +27 -0
 - package/package.json +2 -3
 - package/dist/components/NavigationMenu/NavigationMenuIndicator.js +0 -31
 
| 
         @@ -6,7 +6,7 @@ export interface HeaderProps extends VariantProps<typeof headerVariants> { 
     | 
|
| 
       6 
6 
     | 
    
         
             
            }
         
     | 
| 
       7 
7 
     | 
    
         
             
            declare let headerVariants: (props?: ({
         
     | 
| 
       8 
8 
     | 
    
         
             
                weight?: "medium" | "regular" | "semibold" | "bold" | null | undefined;
         
     | 
| 
       9 
     | 
    
         
            -
                headers?: " 
     | 
| 
      
 9 
     | 
    
         
            +
                headers?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | null | undefined;
         
     | 
| 
       10 
10 
     | 
    
         
             
                color?: string | null | undefined;
         
     | 
| 
       11 
11 
     | 
    
         
             
            } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
         
     | 
| 
       12 
12 
     | 
    
         
             
            export declare const Header: React.ForwardRefExoticComponent<Omit<import("@radix-ui/themes").HeadingProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & HeaderProps & React.RefAttributes<HTMLHeadingElement>>;
         
     | 
| 
         @@ -20,7 +20,6 @@ var __rest = (this && this.__rest) || function (s, e) { 
     | 
|
| 
       20 
20 
     | 
    
         
             
                    }
         
     | 
| 
       21 
21 
     | 
    
         
             
                return t;
         
     | 
| 
       22 
22 
     | 
    
         
             
            };
         
     | 
| 
       23 
     | 
    
         
            -
            import { jsx as _jsx } from "react/jsx-runtime";
         
     | 
| 
       24 
23 
     | 
    
         
             
            import { cn } from '../../utils/utils';
         
     | 
| 
       25 
24 
     | 
    
         
             
            import { cva } from 'class-variance-authority';
         
     | 
| 
       26 
25 
     | 
    
         
             
            import { textColorStyle, weightVariants } from '../../constants';
         
     | 
| 
         @@ -49,7 +48,11 @@ export var Header = React.forwardRef(function (_a, ref) { 
     | 
|
| 
       49 
48 
     | 
    
         
             
                var className = _a.className, children = _a.children, size = _a.size, weight = _a.weight, color = _a.color, headers = _a.headers, align = _a.align, rootProps = __rest(_a, ["className", "children", "size", "weight", "color", "headers", "align"]);
         
     | 
| 
       50 
49 
     | 
    
         
             
                if (!headers)
         
     | 
| 
       51 
50 
     | 
    
         
             
                    headers = 'h1';
         
     | 
| 
       52 
     | 
    
         
            -
                return ( 
     | 
| 
      
 51 
     | 
    
         
            +
                return (<Theme>
         
     | 
| 
      
 52 
     | 
    
         
            +
                  <HeadingTheme ref={ref} as={headers} size={size} align={align} className={cn('leading-normal', headerVariants({ weight: weight, color: color }), className)} {...rootProps}>
         
     | 
| 
      
 53 
     | 
    
         
            +
                    {children}
         
     | 
| 
      
 54 
     | 
    
         
            +
                  </HeadingTheme>
         
     | 
| 
      
 55 
     | 
    
         
            +
                </Theme>);
         
     | 
| 
       53 
56 
     | 
    
         
             
            });
         
     | 
| 
       54 
57 
     | 
    
         
             
            Header.displayName = 'Header';
         
     | 
| 
       55 
58 
     | 
    
         
             
            export default Header;
         
     | 
| 
         @@ -20,8 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) { 
     | 
|
| 
       20 
20 
     | 
    
         
             
                    }
         
     | 
| 
       21 
21 
     | 
    
         
             
                return t;
         
     | 
| 
       22 
22 
     | 
    
         
             
            };
         
     | 
| 
       23 
     | 
    
         
            -
            import {  
     | 
| 
       24 
     | 
    
         
            -
            import { forwardRef } from 'react';
         
     | 
| 
      
 23 
     | 
    
         
            +
            import React, { forwardRef } from 'react';
         
     | 
| 
       25 
24 
     | 
    
         
             
            import { cva } from 'class-variance-authority';
         
     | 
| 
       26 
25 
     | 
    
         
             
            import { Text as TextTheme, Theme } from '@radix-ui/themes';
         
     | 
| 
       27 
26 
     | 
    
         
             
            import { textColorStyle, weightVariants } from '../../constants';
         
     | 
| 
         @@ -38,7 +37,11 @@ var textVariants = cva('text', { 
     | 
|
| 
       38 
37 
     | 
    
         
             
            });
         
     | 
| 
       39 
38 
     | 
    
         
             
            export var Text = forwardRef(function (_a, ref) {
         
     | 
| 
       40 
39 
     | 
    
         
             
                var className = _a.className, children = _a.children, as = _a.as, align = _a.align, weight = _a.weight, color = _a.color, size = _a.size, props = __rest(_a, ["className", "children", "as", "align", "weight", "color", "size"]);
         
     | 
| 
       41 
     | 
    
         
            -
                return ( 
     | 
| 
      
 40 
     | 
    
         
            +
                return (<Theme>
         
     | 
| 
      
 41 
     | 
    
         
            +
                    <TextTheme as={as} ref={ref} size={size} align={align} className={cn(textVariants({ weight: weight, color: color }), className)} {...props}>
         
     | 
| 
      
 42 
     | 
    
         
            +
                      {children}
         
     | 
| 
      
 43 
     | 
    
         
            +
                    </TextTheme>
         
     | 
| 
      
 44 
     | 
    
         
            +
                  </Theme>);
         
     | 
| 
       42 
45 
     | 
    
         
             
            });
         
     | 
| 
       43 
46 
     | 
    
         
             
            Text.displayName = 'Text';
         
     | 
| 
       44 
47 
     | 
    
         
             
            export default Text;
         
     | 
| 
         @@ -0,0 +1,7 @@ 
     | 
|
| 
      
 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;
         
     | 
| 
         @@ -0,0 +1,13 @@ 
     | 
|
| 
      
 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 
     | 
    
         
            +
            }
         
     | 
| 
         @@ -0,0 +1,12 @@ 
     | 
|
| 
      
 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;
         
     | 
| 
         @@ -0,0 +1,82 @@ 
     | 
|
| 
      
 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;
         
     | 
| 
         @@ -0,0 +1,12 @@ 
     | 
|
| 
      
 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;
         
     | 
| 
         @@ -0,0 +1,82 @@ 
     | 
|
| 
      
 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;
         
     | 
| 
         @@ -0,0 +1,19 @@ 
     | 
|
| 
      
 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;
         
     | 
| 
         @@ -0,0 +1,11 @@ 
     | 
|
| 
      
 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;
         
     | 
| 
         @@ -0,0 +1,72 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import React from 'react';
         
     | 
| 
      
 2 
     | 
    
         
            +
            import { Tab, Tabs, TabList, TabPanel } from 'react-tabs';
         
     | 
| 
      
 3 
     | 
    
         
            +
            import 'react-tabs/style/react-tabs.css';
         
     | 
| 
      
 4 
     | 
    
         
            +
            import { scalingOptions, weightOptions } from '../../constants';
         
     | 
| 
      
 5 
     | 
    
         
            +
            import { Text } from '../../Typography/Text';
         
     | 
| 
      
 6 
     | 
    
         
            +
            import { colorOptions } from 'color/constants';
         
     | 
| 
      
 7 
     | 
    
         
            +
            var TextTemplate = function (_a) {
         
     | 
| 
      
 8 
     | 
    
         
            +
                var scalingTheme = _a.scalingTheme, fontWeightTheme = _a.fontWeightTheme, colorTheme = _a.colorTheme, mode = _a.mode;
         
     | 
| 
      
 9 
     | 
    
         
            +
                return (<div className="m-3">
         
     | 
| 
      
 10 
     | 
    
         
            +
                  <div className=" font-extrabold">Text</div>
         
     | 
| 
      
 11 
     | 
    
         
            +
                  <div className="">
         
     | 
| 
      
 12 
     | 
    
         
            +
                    <div className="border p-2 space-x-2">
         
     | 
| 
      
 13 
     | 
    
         
            +
                      <Tabs className="">
         
     | 
| 
      
 14 
     | 
    
         
            +
                        <TabList>
         
     | 
| 
      
 15 
     | 
    
         
            +
                          <Tab>All colors</Tab>
         
     | 
| 
      
 16 
     | 
    
         
            +
                          <Tab>All sizes</Tab>
         
     | 
| 
      
 17 
     | 
    
         
            +
                          <Tab>All weights</Tab>
         
     | 
| 
      
 18 
     | 
    
         
            +
                        </TabList>
         
     | 
| 
      
 19 
     | 
    
         
            +
                        <TabPanel>
         
     | 
| 
      
 20 
     | 
    
         
            +
                          <table>
         
     | 
| 
      
 21 
     | 
    
         
            +
                            <tbody>
         
     | 
| 
      
 22 
     | 
    
         
            +
                              {colorOptions === null || colorOptions === void 0 ? void 0 : colorOptions.map(function (color) { return (<tr key={color}>
         
     | 
| 
      
 23 
     | 
    
         
            +
                                  <td>{color}</td>
         
     | 
| 
      
 24 
     | 
    
         
            +
                                  <td>
         
     | 
| 
      
 25 
     | 
    
         
            +
                                    <Text 
         
     | 
| 
      
 26 
     | 
    
         
            +
                    // scaling={scalingTheme}
         
     | 
| 
      
 27 
     | 
    
         
            +
                    weight={fontWeightTheme} color={color}>
         
     | 
| 
      
 28 
     | 
    
         
            +
                                      The quick brown fox jumps over the lazy dog.
         
     | 
| 
      
 29 
     | 
    
         
            +
                                    </Text>
         
     | 
| 
      
 30 
     | 
    
         
            +
                                  </td>
         
     | 
| 
      
 31 
     | 
    
         
            +
                                </tr>); })}
         
     | 
| 
      
 32 
     | 
    
         
            +
                            </tbody>
         
     | 
| 
      
 33 
     | 
    
         
            +
                          </table>
         
     | 
| 
      
 34 
     | 
    
         
            +
                        </TabPanel>
         
     | 
| 
      
 35 
     | 
    
         
            +
                        <TabPanel>
         
     | 
| 
      
 36 
     | 
    
         
            +
                          <table>
         
     | 
| 
      
 37 
     | 
    
         
            +
                            <tbody>
         
     | 
| 
      
 38 
     | 
    
         
            +
                              {scalingOptions === null || scalingOptions === void 0 ? void 0 : scalingOptions.map(function (scale) { return (<tr key={scale}>
         
     | 
| 
      
 39 
     | 
    
         
            +
                                  <td>{scale}</td>
         
     | 
| 
      
 40 
     | 
    
         
            +
                                  <td>
         
     | 
| 
      
 41 
     | 
    
         
            +
                                    <Text 
         
     | 
| 
      
 42 
     | 
    
         
            +
                    // scaling={scale}
         
     | 
| 
      
 43 
     | 
    
         
            +
                    weight={fontWeightTheme} color={colorTheme}>
         
     | 
| 
      
 44 
     | 
    
         
            +
                                      The quick brown fox jumps over the lazy dog.
         
     | 
| 
      
 45 
     | 
    
         
            +
                                    </Text>
         
     | 
| 
      
 46 
     | 
    
         
            +
                                  </td>
         
     | 
| 
      
 47 
     | 
    
         
            +
                                </tr>); })}
         
     | 
| 
      
 48 
     | 
    
         
            +
                            </tbody>
         
     | 
| 
      
 49 
     | 
    
         
            +
                          </table>
         
     | 
| 
      
 50 
     | 
    
         
            +
                        </TabPanel>
         
     | 
| 
      
 51 
     | 
    
         
            +
                        <TabPanel>
         
     | 
| 
      
 52 
     | 
    
         
            +
                          <table>
         
     | 
| 
      
 53 
     | 
    
         
            +
                            <tbody>
         
     | 
| 
      
 54 
     | 
    
         
            +
                              {weightOptions === null || weightOptions === void 0 ? void 0 : weightOptions.map(function (weight) { return (<tr key={weight}>
         
     | 
| 
      
 55 
     | 
    
         
            +
                                  <td>{weight}</td>
         
     | 
| 
      
 56 
     | 
    
         
            +
                                  <td>
         
     | 
| 
      
 57 
     | 
    
         
            +
                                    <Text 
         
     | 
| 
      
 58 
     | 
    
         
            +
                    // scaling={scalingTheme}
         
     | 
| 
      
 59 
     | 
    
         
            +
                    weight={weight} color={colorTheme}>
         
     | 
| 
      
 60 
     | 
    
         
            +
                                      The quick brown fox jumps over the lazy dog.
         
     | 
| 
      
 61 
     | 
    
         
            +
                                    </Text>
         
     | 
| 
      
 62 
     | 
    
         
            +
                                  </td>
         
     | 
| 
      
 63 
     | 
    
         
            +
                                </tr>); })}
         
     | 
| 
      
 64 
     | 
    
         
            +
                            </tbody>
         
     | 
| 
      
 65 
     | 
    
         
            +
                          </table>
         
     | 
| 
      
 66 
     | 
    
         
            +
                        </TabPanel>
         
     | 
| 
      
 67 
     | 
    
         
            +
                      </Tabs>
         
     | 
| 
      
 68 
     | 
    
         
            +
                    </div>
         
     | 
| 
      
 69 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 70 
     | 
    
         
            +
                </div>);
         
     | 
| 
      
 71 
     | 
    
         
            +
            };
         
     | 
| 
      
 72 
     | 
    
         
            +
            export default TextTemplate;
         
     | 
| 
         @@ -0,0 +1,12 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import React, { Dispatch, SetStateAction } from 'react';
         
     | 
| 
      
 2 
     | 
    
         
            +
            import { IColor, IRadius, IScaling, IWeight } from 'types';
         
     | 
| 
      
 3 
     | 
    
         
            +
            type ITheme = {
         
     | 
| 
      
 4 
     | 
    
         
            +
                setRadiusTheme: Dispatch<SetStateAction<IRadius>>;
         
     | 
| 
      
 5 
     | 
    
         
            +
                setScalingTheme: Dispatch<SetStateAction<IScaling>>;
         
     | 
| 
      
 6 
     | 
    
         
            +
                setFontWeightTheme: Dispatch<SetStateAction<IWeight>>;
         
     | 
| 
      
 7 
     | 
    
         
            +
                setColorTheme: Dispatch<SetStateAction<IColor>>;
         
     | 
| 
      
 8 
     | 
    
         
            +
                setFontColorTheme: Dispatch<SetStateAction<IColor>>;
         
     | 
| 
      
 9 
     | 
    
         
            +
                mode: string;
         
     | 
| 
      
 10 
     | 
    
         
            +
            };
         
     | 
| 
      
 11 
     | 
    
         
            +
            declare const Theme: ({ setRadiusTheme, setScalingTheme, setFontWeightTheme, setColorTheme, setFontColorTheme, mode, }: ITheme) => React.JSX.Element;
         
     | 
| 
      
 12 
     | 
    
         
            +
            export default Theme;
         
     | 
| 
         @@ -0,0 +1,44 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import React from 'react';
         
     | 
| 
      
 2 
     | 
    
         
            +
            import ColorPicker from './colorPicker';
         
     | 
| 
      
 3 
     | 
    
         
            +
            import { radiusOptions, scalingOptions, weightOptions } from '../../constants';
         
     | 
| 
      
 4 
     | 
    
         
            +
            var Theme = function (_a) {
         
     | 
| 
      
 5 
     | 
    
         
            +
                var setRadiusTheme = _a.setRadiusTheme, setScalingTheme = _a.setScalingTheme, setFontWeightTheme = _a.setFontWeightTheme, setColorTheme = _a.setColorTheme, setFontColorTheme = _a.setFontColorTheme, mode = _a.mode;
         
     | 
| 
      
 6 
     | 
    
         
            +
                var setColor = function (color) {
         
     | 
| 
      
 7 
     | 
    
         
            +
                    setColorTheme(color);
         
     | 
| 
      
 8 
     | 
    
         
            +
                    setFontColorTheme(color);
         
     | 
| 
      
 9 
     | 
    
         
            +
                };
         
     | 
| 
      
 10 
     | 
    
         
            +
                return (<div className="flex flex-col p-3">
         
     | 
| 
      
 11 
     | 
    
         
            +
                  <p className="text-2xl font-bold">Themes</p>
         
     | 
| 
      
 12 
     | 
    
         
            +
                  <div className="flex flex-col text-xl gap-2">
         
     | 
| 
      
 13 
     | 
    
         
            +
                    Accent Color
         
     | 
| 
      
 14 
     | 
    
         
            +
                    <ColorPicker mode={mode} setColorTheme={setColor}/>
         
     | 
| 
      
 15 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 16 
     | 
    
         
            +
                  <div className="flex gap-4">
         
     | 
| 
      
 17 
     | 
    
         
            +
                    <div className="flex gap-2">
         
     | 
| 
      
 18 
     | 
    
         
            +
                      <p>Radius</p>
         
     | 
| 
      
 19 
     | 
    
         
            +
                      <select className="border border-gray-900" onChange={function (e) { return setRadiusTheme(e.target.value); }} defaultValue={'full'}>
         
     | 
| 
      
 20 
     | 
    
         
            +
                        {radiusOptions.map(function (item) { return (<option key={item} value={item}>
         
     | 
| 
      
 21 
     | 
    
         
            +
                            {item}
         
     | 
| 
      
 22 
     | 
    
         
            +
                          </option>); })}
         
     | 
| 
      
 23 
     | 
    
         
            +
                      </select>
         
     | 
| 
      
 24 
     | 
    
         
            +
                    </div>
         
     | 
| 
      
 25 
     | 
    
         
            +
                    <div className="flex gap-2">
         
     | 
| 
      
 26 
     | 
    
         
            +
                      <p>Scaling</p>
         
     | 
| 
      
 27 
     | 
    
         
            +
                      <select className="border border-gray-900" onChange={function (e) { return setScalingTheme(e.target.value); }}>
         
     | 
| 
      
 28 
     | 
    
         
            +
                        {scalingOptions.map(function (item) { return (<option key={item} value={item}>
         
     | 
| 
      
 29 
     | 
    
         
            +
                            {item}
         
     | 
| 
      
 30 
     | 
    
         
            +
                          </option>); })}
         
     | 
| 
      
 31 
     | 
    
         
            +
                      </select>
         
     | 
| 
      
 32 
     | 
    
         
            +
                    </div>
         
     | 
| 
      
 33 
     | 
    
         
            +
                    <div className="flex gap-2">
         
     | 
| 
      
 34 
     | 
    
         
            +
                      <p>Font Weight</p>
         
     | 
| 
      
 35 
     | 
    
         
            +
                      <select className="border border-gray-900" onChange={function (e) { return setFontWeightTheme(e.target.value); }} defaultValue={'semibold'}>
         
     | 
| 
      
 36 
     | 
    
         
            +
                        {weightOptions.map(function (item) { return (<option key={item} value={item}>
         
     | 
| 
      
 37 
     | 
    
         
            +
                            {item}
         
     | 
| 
      
 38 
     | 
    
         
            +
                          </option>); })}
         
     | 
| 
      
 39 
     | 
    
         
            +
                      </select>
         
     | 
| 
      
 40 
     | 
    
         
            +
                    </div>
         
     | 
| 
      
 41 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 42 
     | 
    
         
            +
                </div>);
         
     | 
| 
      
 43 
     | 
    
         
            +
            };
         
     | 
| 
      
 44 
     | 
    
         
            +
            export default Theme;
         
     |