@lotte-innovate/ui-component-test 0.0.8 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Typography/Header/index.d.ts +1 -1
- package/dist/Typography/Header/{index.jsx → index.js} +2 -5
- package/dist/Typography/Text/{index.jsx → index.js} +3 -6
- package/dist/app/layout.d.ts +1 -1
- package/dist/app/{layout.jsx → layout.js} +2 -3
- package/dist/app/page.d.ts +1 -2
- package/dist/app/{page.jsx → page.js} +2 -2
- package/dist/app/template/badgeTemplate.d.ts +1 -2
- package/dist/app/template/badgeTemplate.js +11 -0
- package/dist/app/template/buttonTemplate.d.ts +1 -2
- package/dist/app/template/buttonTemplate.js +11 -0
- package/dist/app/template/colorPicker.d.ts +1 -2
- package/dist/app/template/colorPicker.js +14 -0
- package/dist/app/template/textTemplate.d.ts +1 -2
- package/dist/app/template/textTemplate.js +23 -0
- package/dist/app/template/theme.d.ts +2 -2
- package/dist/app/template/theme.js +12 -0
- package/dist/components/Accordion/{index.jsx → index.js} +5 -17
- package/dist/components/AlertDialog/{AlertDialogAction.jsx → AlertDialogAction.js} +3 -4
- package/dist/components/AlertDialog/{AlertDialogCancel.jsx → AlertDialogCancel.js} +3 -4
- package/dist/components/AlertDialog/{AlertDialogContent.jsx → AlertDialogContent.js} +3 -7
- package/dist/components/AlertDialog/{AlertDialogDescription.jsx → AlertDialogDescription.js} +14 -4
- package/dist/components/AlertDialog/{AlertDialogTitle.jsx → AlertDialogTitle.js} +14 -4
- package/dist/components/AlertDialog/{AlertDialogTrigger.jsx → AlertDialogTrigger.js} +3 -4
- package/dist/components/AlertDialog/{index.jsx → index.js} +14 -2
- package/dist/components/AspectRatio/{index.jsx → index.js} +3 -4
- package/dist/components/Avatar/{index.jsx → index.js} +3 -7
- package/dist/components/Badge/{index.jsx → index.js} +3 -4
- package/dist/components/BubbleChart/index.d.ts +1 -2
- package/dist/components/BubbleChart/{index.jsx → index.js} +2 -2
- package/dist/components/Button/{index.jsx → index.js} +3 -4
- package/dist/components/Callout/{CalloutIcon.jsx → CalloutIcon.js} +3 -8
- package/dist/components/Callout/{CalloutText.jsx → CalloutText.js} +14 -4
- package/dist/components/Callout/{index.jsx → index.js} +3 -6
- package/dist/components/Card/{index.jsx → index.js} +3 -4
- package/dist/components/Checkbox/{index.jsx → index.js} +3 -11
- package/dist/components/CheckboxCard/{index.jsx → index.js} +3 -5
- package/dist/components/CheckboxGroup/{CheckboxGroupItem.jsx → CheckboxGroupItem.js} +14 -6
- package/dist/components/CheckboxGroup/{index.jsx → index.js} +2 -5
- package/dist/components/ContextMenu/{ContextMenuCheckboxItem.jsx → ContextMenuCheckboxItem.js} +14 -7
- package/dist/components/ContextMenu/{ContextMenuContent.jsx → ContextMenuContent.js} +3 -6
- package/dist/components/ContextMenu/{ContextMenuGroup.jsx → ContextMenuGroup.js} +14 -4
- package/dist/components/ContextMenu/{ContextMenuItem.jsx → ContextMenuItem.js} +3 -5
- package/dist/components/ContextMenu/{ContextMenuItemIndicator.jsx → ContextMenuItemIndicator.js} +3 -4
- package/dist/components/ContextMenu/{ContextMenuLabel.jsx → ContextMenuLabel.js} +3 -4
- package/dist/components/ContextMenu/{ContextMenuRadioGroup.jsx → ContextMenuRadioGroup.js} +14 -6
- package/dist/components/ContextMenu/{ContextMenuRadioItem.jsx → ContextMenuRadioItem.js} +14 -7
- package/dist/components/ContextMenu/{ContextMenuSeparator.jsx → ContextMenuSeparator.js} +14 -4
- package/dist/components/ContextMenu/{ContextMenuSubContent.jsx → ContextMenuSubContent.js} +6 -9
- package/dist/components/ContextMenu/{ContextMenuSubTrigger.jsx → ContextMenuSubTrigger.js} +14 -9
- package/dist/components/ContextMenu/{ContextMenuTrigger.jsx → ContextMenuTrigger.js} +14 -4
- package/dist/components/ContextMenu/{index.jsx → index.js} +14 -4
- package/dist/components/DataList/{DataListItem.jsx → DataListItem.js} +3 -4
- package/dist/components/DataList/{DataListLabel.jsx → DataListLabel.js} +3 -4
- package/dist/components/DataList/{DataListValue.jsx → DataListValue.js} +3 -4
- package/dist/components/DataList/{index.jsx → index.js} +14 -6
- package/dist/components/Dialog/{DialogAction.jsx → DialogAction.js} +14 -4
- package/dist/components/Dialog/{DialogCancel.jsx → DialogCancel.js} +14 -4
- package/dist/components/Dialog/{DialogContent.jsx → DialogContent.js} +3 -4
- package/dist/components/Dialog/{DialogDescription.jsx → DialogDescription.js} +14 -4
- package/dist/components/Dialog/{DialogSlot.jsx → DialogSlot.js} +14 -4
- package/dist/components/Dialog/{DialogTitle.jsx → DialogTitle.js} +14 -4
- package/dist/components/Dialog/{DialogTrigger.jsx → DialogTrigger.js} +14 -4
- package/dist/components/Dialog/{index.jsx → index.js} +14 -4
- package/dist/components/DoughnutChart/index.d.ts +1 -2
- package/dist/components/DoughnutChart/{index.jsx → index.js} +2 -2
- package/dist/components/DropdownMenu/{DropdonMenuRadioGroup.jsx → DropdonMenuRadioGroup.js} +14 -6
- package/dist/components/DropdownMenu/{DropdonMenuSubContent.jsx → DropdonMenuSubContent.js} +7 -10
- package/dist/components/DropdownMenu/{DropdownMenuCheckboxItem.jsx → DropdownMenuCheckboxItem.js} +14 -7
- package/dist/components/DropdownMenu/{DropdownMenuContent.jsx → DropdownMenuContent.js} +3 -6
- package/dist/components/DropdownMenu/{DropdownMenuItem.jsx → DropdownMenuItem.js} +3 -5
- package/dist/components/DropdownMenu/{DropdownMenuItemIndicator.jsx → DropdownMenuItemIndicator.js} +3 -4
- package/dist/components/DropdownMenu/{DropdownMenuLable.jsx → DropdownMenuLable.js} +3 -4
- package/dist/components/DropdownMenu/{DropdownMenuRadioItem.jsx → DropdownMenuRadioItem.js} +14 -7
- package/dist/components/DropdownMenu/{DropdownMenuSeparator.jsx → DropdownMenuSeparator.js} +14 -2
- package/dist/components/DropdownMenu/{DropdownMenuSub.jsx → DropdownMenuSub.js} +14 -2
- package/dist/components/DropdownMenu/{DropdownMenuSubTrigger.jsx → DropdownMenuSubTrigger.js} +14 -7
- package/dist/components/DropdownMenu/{DropdownMenuTrigger.jsx → DropdownMenuTrigger.js} +14 -4
- package/dist/components/DropdownMenu/{index.jsx → index.js} +14 -2
- package/dist/components/HoverCard/{HoverCardContent.jsx → HoverCardContent.js} +3 -4
- package/dist/components/HoverCard/{HoverCardTrigger.jsx → HoverCardTrigger.js} +14 -4
- package/dist/components/HoverCard/{index.jsx → index.js} +14 -4
- package/dist/components/IconButton/{index.jsx → index.js} +2 -3
- package/dist/components/Input/Input.stories.d.ts +4 -4
- package/dist/components/Input/{Input.stories.jsx → Input.stories.js} +15 -9
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/Input/{index.jsx → index.js} +3 -3
- package/dist/components/Inset/{index.jsx → index.js} +3 -6
- package/dist/components/Label/{index.jsx → index.js} +2 -3
- package/dist/components/Menubar/{MenubarCheckboxItem.jsx → MenubarCheckboxItem.js} +14 -7
- package/dist/components/Menubar/{MenubarContent.jsx → MenubarContent.js} +7 -10
- package/dist/components/Menubar/{MenubarItem.jsx → MenubarItem.js} +3 -5
- package/dist/components/Menubar/{MenubarItemIndicator.jsx → MenubarItemIndicator.js} +3 -4
- package/dist/components/Menubar/{MenubarMenu.jsx → MenubarMenu.js} +14 -2
- package/dist/components/Menubar/{MenubarRadioGroup.jsx → MenubarRadioGroup.js} +14 -6
- package/dist/components/Menubar/{MenubarRadioItem.jsx → MenubarRadioItem.js} +14 -7
- package/dist/components/Menubar/{MenubarSeparator.jsx → MenubarSeparator.js} +14 -4
- package/dist/components/Menubar/{MenubarSub.jsx → MenubarSub.js} +14 -2
- package/dist/components/Menubar/{MenubarSubContent.jsx → MenubarSubContent.js} +4 -5
- package/dist/components/Menubar/{MenubarSubTrigger.jsx → MenubarSubTrigger.js} +14 -7
- package/dist/components/Menubar/{MenubarTrigger.jsx → MenubarTrigger.js} +3 -4
- package/dist/components/Menubar/{index.jsx → index.js} +3 -6
- package/dist/components/NavigationMenu/{NavigationMenuContent.jsx → NavigationMenuContent.js} +3 -4
- package/dist/components/NavigationMenu/NavigationMenuIndicator.js +31 -0
- package/dist/components/NavigationMenu/{NavigationMenuItem.jsx → NavigationMenuItem.js} +14 -4
- package/dist/components/NavigationMenu/{NavigationMenuLink.jsx → NavigationMenuLink.js} +3 -4
- package/dist/components/NavigationMenu/{NavigationMenuList.jsx → NavigationMenuList.js} +3 -5
- package/dist/components/NavigationMenu/{NavigationMenuTrigger.jsx → NavigationMenuTrigger.js} +3 -5
- package/dist/components/NavigationMenu/{NavigationMenuViewport.jsx → NavigationMenuViewport.js} +3 -4
- package/dist/components/NavigationMenu/{index.jsx → index.js} +14 -6
- package/dist/components/PieChart/index.d.ts +1 -2
- package/dist/components/PieChart/{index.jsx → index.js} +2 -2
- package/dist/components/Popover/{PopoverClose.jsx → PopoverClose.js} +14 -4
- package/dist/components/Popover/{PopoverContent.jsx → PopoverContent.js} +3 -4
- package/dist/components/Popover/{PopoverTrigger.jsx → PopoverTrigger.js} +14 -4
- package/dist/components/Popover/{index.jsx → index.js} +14 -4
- package/dist/components/Progress/{index.jsx → index.js} +3 -4
- package/dist/components/RadarChart/index.d.ts +1 -2
- package/dist/components/RadarChart/{index.jsx → index.js} +2 -2
- package/dist/components/Radio/{index.jsx → index.js} +13 -8
- package/dist/components/RadioCards/{RadioCardsItem.jsx → RadioCardsItem.js} +14 -4
- package/dist/components/RadioCards/{index.jsx → index.js} +3 -6
- package/dist/components/RadioGroup/{RadioGroupItem.jsx → RadioGroupItem.js} +14 -4
- package/dist/components/RadioGroup/{index.jsx → index.js} +14 -6
- package/dist/components/ScrollArea/{index.jsx → index.js} +14 -6
- package/dist/components/SegmentedControl/{SegmentedControlItem.jsx → SegmentedControlItem.js} +14 -4
- package/dist/components/SegmentedControl/{index.jsx → index.js} +2 -5
- package/dist/components/Select/{index.jsx → index.js} +8 -23
- package/dist/components/Separator/{index.jsx → index.js} +2 -5
- package/dist/components/Skeleton/{index.jsx → index.js} +2 -5
- package/dist/components/Slider/{index.jsx → index.js} +2 -3
- package/dist/components/Spinner/{index.jsx → index.js} +2 -5
- package/dist/components/TabNav/{index.jsx → index.js} +14 -8
- package/dist/components/Table/{index.jsx → index.js} +8 -23
- package/dist/components/Tabs/{index.jsx → index.js} +5 -14
- package/dist/components/TextArea/{index.jsx → index.js} +2 -3
- package/dist/components/TextField/{index.jsx → index.js} +3 -8
- package/dist/components/Toast/{ToastActionButton.jsx → ToastActionButton.js} +3 -4
- package/dist/components/Toast/{ToastDescription.jsx → ToastDescription.js} +14 -6
- package/dist/components/Toast/{ToastTitle.jsx → ToastTitle.js} +14 -4
- package/dist/components/Toast/{index.jsx → index.js} +3 -9
- package/dist/components/Toggle/{ToggleWithText.jsx → ToggleWithText.js} +4 -6
- package/dist/components/Toggle/{index.jsx → index.js} +3 -4
- package/dist/components/ToggleGroup/{index.jsx → index.js} +3 -6
- package/dist/components/ToggleGroup/{toggleGroupItem.jsx → toggleGroupItem.js} +14 -4
- package/dist/components/ToggleSwitch/{index.jsx → index.js} +2 -6
- package/dist/components/Tooltip/index.d.ts +1 -1
- package/dist/components/Tooltip/{index.jsx → index.js} +2 -11
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -3
- package/dist/stories/Welcome.d.ts +1 -2
- package/dist/stories/Welcome.js +30 -0
- package/dist/stories/accordion/Accordion.stories.d.ts +1 -1
- package/dist/stories/accordion/{Accordion.stories.jsx → Accordion.stories.js} +2 -20
- package/dist/stories/alert-dialog/AlertDialog.stories.d.ts +1 -1
- package/dist/stories/alert-dialog/{AlertDialog.stories.jsx → AlertDialog.stories.js} +2 -15
- package/dist/stories/aspect-ratio/AspectRatio.stories.d.ts +3 -3
- package/dist/stories/aspect-ratio/AspectRatio.stories.js +78 -0
- package/dist/stories/avatar/Avatar.stories.d.ts +5 -5
- package/dist/stories/avatar/{Avatar.stories.jsx → Avatar.stories.js} +6 -17
- package/dist/stories/badge/Badge.stories.d.ts +6 -6
- package/dist/stories/badge/{Badge.stories.jsx → Badge.stories.js} +7 -51
- package/dist/stories/bubble-chart/BubbleChart.stories.d.ts +4 -5
- package/dist/stories/bubble-chart/{BubbleChart.stories.jsx → BubbleChart.stories.js} +4 -12
- package/dist/stories/button/Button.stories.d.ts +7 -7
- package/dist/stories/button/{Button.stories.jsx → Button.stories.js} +8 -41
- package/dist/stories/button/IconButton.stories.d.ts +4 -4
- package/dist/stories/button/{IconButton.stories.jsx → IconButton.stories.js} +5 -18
- package/dist/stories/callout/Callout.stories.d.ts +7 -7
- package/dist/stories/callout/Callout.stories.js +104 -0
- package/dist/stories/card/Card.stories.d.ts +5 -5
- package/dist/stories/card/{Card.stories.jsx → Card.stories.js} +6 -56
- package/dist/stories/checkbox/Checkbox.stories.d.ts +6 -6
- package/dist/stories/checkbox/{Checkbox.stories.jsx → Checkbox.stories.js} +7 -63
- package/dist/stories/checkbox/CheckboxCard.stories.d.ts +5 -5
- package/dist/stories/checkbox/{CheckboxCard.stories.jsx → CheckboxCard.stories.js} +6 -41
- package/dist/stories/checkbox/CheckboxGroup.stories.d.ts +3 -3
- package/dist/stories/checkbox/{CheckboxGroup.stories.jsx → CheckboxGroup.stories.js} +4 -76
- package/dist/stories/context-menu/ContextMenu.stories.d.ts +4 -4
- package/dist/stories/context-menu/{ContextMenu.stories.jsx → ContextMenu.stories.js} +5 -74
- package/dist/stories/data-list/DataList.stories.d.ts +4 -4
- package/dist/stories/data-list/DataList.stories.js +87 -0
- package/dist/stories/dialog/Dialog.stories.d.ts +1 -1
- package/dist/stories/dialog/{Dialog.stories.jsx → Dialog.stories.js} +2 -25
- package/dist/stories/doughnut-chart/DoughnutChart.stories.d.ts +4 -5
- package/dist/stories/doughnut-chart/{DoughnutChart.stories.jsx → DoughnutChart.stories.js} +4 -12
- package/dist/stories/dropdown-menu/DropdownMenu.stories.d.ts +4 -4
- package/dist/stories/dropdown-menu/DropdownMenu.stories.js +75 -0
- package/dist/stories/header/Header.stories.d.ts +6 -6
- package/dist/stories/header/{Header.stories.jsx → Header.stories.js} +7 -26
- package/dist/stories/hover-card/HoverCard.stories.d.ts +2 -2
- package/dist/stories/hover-card/{HoverCard.stories.jsx → HoverCard.stories.js} +3 -30
- package/dist/stories/inset/Inset.stories.d.ts +2 -2
- package/dist/stories/inset/{Inset.stories.jsx → Inset.stories.js} +12 -27
- package/dist/stories/label/Label.stories.d.ts +4 -4
- package/dist/stories/label/{Label.stories.jsx → Label.stories.js} +5 -26
- package/dist/stories/menubar/Menubar.stories.d.ts +1 -1
- package/dist/stories/menubar/{Menubar.stories.jsx → Menubar.stories.js} +8 -45
- package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +13 -13
- package/dist/stories/navigation-menu/{NavigationMenu.stories.jsx → NavigationMenu.stories.js} +3 -68
- package/dist/stories/pie-chart/PieChart.stories.d.ts +5 -6
- package/dist/stories/pie-chart/{PieChart.stories.jsx → PieChart.stories.js} +13 -32
- package/dist/stories/popover/Popover.stories.d.ts +2 -2
- package/dist/stories/popover/{Popover.stories.jsx → Popover.stories.js} +9 -42
- package/dist/stories/progress/Progress.stories.d.ts +4 -4
- package/dist/stories/progress/{Progress.stories.jsx → Progress.stories.js} +6 -11
- package/dist/stories/radar-chart/RadarChart.stories.d.ts +5 -6
- package/dist/stories/radar-chart/{RadarChart.stories.jsx → RadarChart.stories.js} +5 -4
- package/dist/stories/radio/Radio.stories.d.ts +3 -3
- package/dist/stories/radio/{Radio.stories.jsx → Radio.stories.js} +4 -14
- package/dist/stories/radio/RadioCards.stories.d.ts +4 -4
- package/dist/stories/radio/{RadioCards.stories.jsx → RadioCards.stories.js} +5 -64
- package/dist/stories/radio/RadioGroup.stories.d.ts +4 -4
- package/dist/stories/radio/{RadioGroup.stories.jsx → RadioGroup.stories.js} +5 -59
- package/dist/stories/scroll-area/ScrollArea.stories.d.ts +2 -2
- package/dist/stories/scroll-area/ScrollArea.stories.js +63 -0
- package/dist/stories/segmented-control/SegmentedControl.stories.d.ts +4 -4
- package/dist/stories/segmented-control/{SegmentedControl.stories.jsx → SegmentedControl.stories.js} +5 -26
- package/dist/stories/select/Select.stories.d.ts +5 -5
- package/dist/stories/select/{Select.stories.jsx → Select.stories.js} +6 -67
- package/dist/stories/separator/Separator.stories.d.ts +4 -4
- package/dist/stories/separator/{Separator.stories.jsx → Separator.stories.js} +5 -29
- package/dist/stories/skeleton/Skeleton.stories.d.ts +5 -5
- package/dist/stories/skeleton/{Skeleton.stories.jsx → Skeleton.stories.js} +6 -33
- package/dist/stories/slider/Slider.stories.d.ts +4 -4
- package/dist/stories/slider/{Slider.stories.jsx → Slider.stories.js} +5 -16
- package/dist/stories/spinner/Spinner.stories.d.ts +5 -5
- package/dist/stories/spinner/{Spinner.stories.jsx → Spinner.stories.js} +6 -31
- package/dist/stories/switch/Switch.stories.d.ts +4 -4
- package/dist/stories/switch/{Switch.stories.jsx → Switch.stories.js} +5 -16
- package/dist/stories/tab-nav/TabNav.stories.d.ts +1 -1
- package/dist/stories/tab-nav/{TabNav.stories.jsx → TabNav.stories.js} +2 -11
- package/dist/stories/table/Table.stories.d.ts +1 -1
- package/dist/stories/table/{Table.stories.jsx → Table.stories.js} +2 -29
- package/dist/stories/tabs/Tabs.stories.d.ts +1 -1
- package/dist/stories/tabs/{Tabs.stories.jsx → Tabs.stories.js} +2 -19
- package/dist/stories/text/Text.stories.d.ts +5 -5
- package/dist/stories/text/{Text.stories.jsx → Text.stories.js} +6 -21
- package/dist/stories/textArea/TextArea.stories.d.ts +5 -5
- package/dist/stories/textArea/{TextArea.stories.jsx → TextArea.stories.js} +6 -22
- package/dist/stories/textfield/TextField.stories.d.ts +5 -5
- package/dist/stories/textfield/{TextField.stories.jsx → TextField.stories.js} +6 -38
- package/dist/stories/toast/Toast.stories.d.ts +3 -3
- package/dist/stories/toast/{Toast.stories.jsx → Toast.stories.js} +4 -22
- package/dist/stories/toggle/Toggle.stories.d.ts +5 -5
- package/dist/stories/toggle/{Toggle.stories.jsx → Toggle.stories.js} +6 -23
- package/dist/stories/toggle/ToggleGroup.stories.d.ts +3 -3
- package/dist/stories/toggle/{ToggleGroup.stories.jsx → ToggleGroup.stories.js} +6 -39
- package/dist/stories/tooltip/Tooltip.stories.d.ts +3 -3
- package/dist/stories/tooltip/{Tooltip.stories.jsx → Tooltip.stories.js} +4 -17
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -3
- package/dist/app/template/badgeTemplate.jsx +0 -82
- package/dist/app/template/buttonTemplate.jsx +0 -82
- package/dist/app/template/colorPicker.jsx +0 -19
- package/dist/app/template/textTemplate.jsx +0 -72
- package/dist/app/template/theme.jsx +0 -44
- package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
- package/dist/stories/Welcome.jsx +0 -48
- package/dist/stories/aspect-ratio/AspectRatio.stories.jsx +0 -106
- package/dist/stories/callout/Callout.stories.jsx +0 -205
- package/dist/stories/data-list/DataList.stories.jsx +0 -185
- package/dist/stories/dropdown-menu/DropdownMenu.stories.jsx +0 -170
- package/dist/stories/scroll-area/ScrollArea.stories.jsx +0 -123
@@ -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?: "h2" | "h3" | "h1" | "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,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
23
24
|
import { cn } from '../../utils/utils';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { textColorStyle, weightVariants } from '../../constants';
|
@@ -48,11 +49,7 @@ export var Header = React.forwardRef(function (_a, ref) {
|
|
48
49
|
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"]);
|
49
50
|
if (!headers)
|
50
51
|
headers = 'h1';
|
51
|
-
return (
|
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>);
|
52
|
+
return (_jsx(Theme, { children: _jsx(HeadingTheme, __assign({ ref: ref, as: headers, size: size, align: align, className: cn('leading-normal', headerVariants({ weight: weight, color: color }), className) }, rootProps, { children: children })) }));
|
56
53
|
});
|
57
54
|
Header.displayName = 'Header';
|
58
55
|
export default Header;
|
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { Text as TextTheme, Theme } from '@radix-ui/themes';
|
26
27
|
import { textColorStyle, weightVariants } from '../../constants';
|
@@ -37,11 +38,7 @@ var textVariants = cva('text', {
|
|
37
38
|
});
|
38
39
|
export var Text = forwardRef(function (_a, ref) {
|
39
40
|
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"]);
|
40
|
-
return (
|
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>);
|
41
|
+
return (_jsx(Theme, { children: _jsx(TextTheme, __assign({ as: as, ref: ref, size: size, align: align, className: cn(textVariants({ weight: weight, color: color }), className) }, props, { children: children })) }));
|
45
42
|
});
|
46
43
|
Text.displayName = 'Text';
|
47
44
|
export default Text;
|
package/dist/app/layout.d.ts
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
1
2
|
import { Inter } from 'next/font/google';
|
2
3
|
import './globals.css';
|
3
4
|
var inter = Inter({ subsets: ['latin'] });
|
@@ -7,7 +8,5 @@ export var metadata = {
|
|
7
8
|
};
|
8
9
|
export default function RootLayout(_a) {
|
9
10
|
var children = _a.children;
|
10
|
-
return (
|
11
|
-
<body className={inter.className}>{children}</body>
|
12
|
-
</html>);
|
11
|
+
return (_jsx("html", { lang: "en", children: _jsx("body", { className: inter.className, children: children }) }));
|
13
12
|
}
|
package/dist/app/page.d.ts
CHANGED
@@ -1,2 +1 @@
|
|
1
|
-
|
2
|
-
export default function Home(): React.JSX.Element;
|
1
|
+
export default function Home(): import("react/jsx-runtime").JSX.Element;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
'use client';
|
2
|
-
import
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
3
3
|
// import { Button } from '@lotte-innovate/ui-component-test';
|
4
4
|
export default function Home() {
|
5
|
-
return
|
5
|
+
return _jsx("div", {});
|
6
6
|
}
|
@@ -1,4 +1,3 @@
|
|
1
|
-
import React from 'react';
|
2
1
|
import 'react-tabs/style/react-tabs.css';
|
3
2
|
import { ITheme, IColor, IRadius, IScaling, IWeight } from 'types';
|
4
3
|
type IBadgeTemplate = {
|
@@ -8,5 +7,5 @@ type IBadgeTemplate = {
|
|
8
7
|
colorTheme: IColor;
|
9
8
|
mode: ITheme;
|
10
9
|
};
|
11
|
-
declare const BadgeTemplate: ({ radiusTheme, scalingTheme, fontWeightTheme, colorTheme, mode, }: IBadgeTemplate) =>
|
10
|
+
declare const BadgeTemplate: ({ radiusTheme, scalingTheme, fontWeightTheme, colorTheme, mode, }: IBadgeTemplate) => import("react/jsx-runtime").JSX.Element;
|
12
11
|
export default BadgeTemplate;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
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 (_jsxs("div", { className: "m-3", children: [_jsx("div", { className: " font-extrabold", children: "Badge" }), _jsx("div", { className: "", children: _jsx("div", { className: "border p-2 space-x-2", children: _jsxs(Tabs, { className: "", children: [_jsxs(TabList, { children: [_jsx(Tab, { children: "Theme colors" }), _jsx(Tab, { children: "All colors" }), _jsx(Tab, { children: "All sizes" })] }), _jsxs(TabPanel, { children: [_jsx("p", { className: "", children: "Main Color \uC801\uC6A9 \uBC43\uC9C0" }), _jsx(Badge, { radius: radiusTheme, scaling: scalingTheme, color: colorTheme, children: "Badge" }), _jsx(Badge, { radius: radiusTheme, scaling: scalingTheme, color: colorTheme, children: "outline" })] }), _jsx(TabPanel, { children: _jsxs("table", { children: [_jsxs("tr", { children: [_jsx("th", {}), _jsx("th", { children: "default" }), _jsx("th", { children: "outline" })] }), colorOptions === null || colorOptions === void 0 ? void 0 : colorOptions.map(function (color) { return (_jsxs("tr", { children: [_jsx("th", { children: color }), _jsx("td", { children: _jsx(Badge, { radius: radiusTheme, scaling: scalingTheme, color: color, children: "Badge" }) }), _jsx("td", { children: _jsx(Badge, { radius: radiusTheme, scaling: scalingTheme, color: color, children: "outline" }) })] }, color)); })] }) }), _jsxs(TabPanel, { children: [_jsxs("table", { children: [_jsxs("tr", { children: [_jsx("th", {}), radiusOptions.map(function (radius) { return (_jsx("th", { children: radius }, radius)); })] }), scalingOptions.map(function (scale) { return (_jsxs("tr", { children: [_jsx("th", { children: scale }), radiusOptions.map(function (radius) { return (_jsx("td", { children: _jsx(Badge, { scaling: scale, radius: radius, color: colorTheme, children: "Badge" }) }, radius)); })] }, scale)); })] }), _jsx("table", { children: scalingOptions.map(function (scale) { return (_jsxs("tr", { children: [_jsx("th", { children: scale }), radiusOptions.map(function (radius) { return (_jsx("td", { children: _jsx(Badge, { scaling: scale, radius: radius, color: colorTheme, children: "outline" }) }, radius)); })] }, scale)); }) })] })] }) }) })] }));
|
10
|
+
};
|
11
|
+
export default BadgeTemplate;
|
@@ -1,4 +1,3 @@
|
|
1
|
-
import React from 'react';
|
2
1
|
import { ITheme, IColor, IRadius, IScaling, IWeight } from 'types';
|
3
2
|
import 'react-tabs/style/react-tabs.css';
|
4
3
|
type IButtonTemplate = {
|
@@ -8,5 +7,5 @@ type IButtonTemplate = {
|
|
8
7
|
colorTheme: IColor;
|
9
8
|
mode: ITheme;
|
10
9
|
};
|
11
|
-
declare const ButtonTemplate: ({ radiusTheme, scalingTheme, fontWeightTheme, colorTheme, mode, }: IButtonTemplate) =>
|
10
|
+
declare const ButtonTemplate: ({ radiusTheme, scalingTheme, fontWeightTheme, colorTheme, mode, }: IButtonTemplate) => import("react/jsx-runtime").JSX.Element;
|
12
11
|
export default ButtonTemplate;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
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 (_jsxs("div", { className: "m-3", children: [_jsx("div", { className: " font-extrabold", children: "Button" }), _jsx("div", { className: "", children: _jsx("div", { className: "border p-2 space-x-2", children: _jsxs(Tabs, { className: "", children: [_jsxs(TabList, { children: [_jsx(Tab, { children: "Theme colors" }), _jsx(Tab, { children: "All colors" }), _jsx(Tab, { children: "All sizes" })] }), _jsxs(TabPanel, { children: [_jsx("p", { className: "", children: "Main Color \uC801\uC6A9 Button" }), _jsx(Button, { radius: radiusTheme, scaling: scalingTheme, weight: fontWeightTheme, color: colorTheme, children: "Button" }), _jsx(Button, { radius: radiusTheme, scaling: scalingTheme, weight: fontWeightTheme, color: colorTheme, children: "outline" })] }), _jsx(TabPanel, { children: _jsxs("table", { children: [_jsxs("tr", { children: [_jsx("th", {}), _jsx("th", { children: "default" }), _jsx("th", { children: "outline" })] }), colorOptions === null || colorOptions === void 0 ? void 0 : colorOptions.map(function (color) { return (_jsxs("tr", { children: [_jsx("th", { children: color }), _jsx("td", { children: _jsx(Button, { radius: radiusTheme, scaling: scalingTheme, weight: fontWeightTheme, color: color, children: "Button" }) }), _jsx("td", { children: _jsx(Button, { radius: radiusTheme, scaling: scalingTheme, weight: fontWeightTheme, color: color, children: "outline" }) })] }, color)); })] }) }), _jsxs(TabPanel, { children: [_jsxs("table", { children: [_jsxs("tr", { children: [_jsx("th", {}), radiusOptions.map(function (radius) { return (_jsx("th", { children: radius }, radius)); })] }), scalingOptions.map(function (scale) { return (_jsxs("tr", { children: [_jsx("th", { children: scale }), radiusOptions.map(function (radius) { return (_jsx("td", { children: _jsx(Button, { scaling: scale, radius: radius, weight: fontWeightTheme, color: colorTheme, children: "Button" }) }, radius)); })] }, scale)); })] }), _jsx("table", { children: scalingOptions.map(function (scale) { return (_jsxs("tr", { children: [_jsx("th", { children: scale }), radiusOptions.map(function (radius) { return (_jsx("td", { children: _jsx(Button, { scaling: scale, radius: radius, weight: fontWeightTheme, color: colorTheme, children: "outline" }) }, radius)); })] }, scale)); }) })] })] }) }) })] }));
|
10
|
+
};
|
11
|
+
export default ButtonTemplate;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
/// <reference types="react" />
|
2
1
|
import { IColor } from 'types';
|
3
2
|
declare const ColorPicker: ({ setColorTheme, mode, }: {
|
4
3
|
setColorTheme: (color: IColor) => void;
|
5
4
|
mode: string;
|
6
|
-
}) => import("react").JSX.Element;
|
5
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
7
6
|
export default ColorPicker;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
'use client';
|
2
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
3
|
+
import { bgColorStyle } from '../../constants';
|
4
|
+
var ColorPicker = function (_a) {
|
5
|
+
var setColorTheme = _a.setColorTheme, mode = _a.mode;
|
6
|
+
var handleColorClick = function (color) {
|
7
|
+
setColorTheme(color);
|
8
|
+
};
|
9
|
+
return (_jsx("div", { children: _jsx("div", { className: "flex flex-row flex-wrap gap-2", children: Object.entries(bgColorStyle).map(function (_a) {
|
10
|
+
var key = _a[0], value = _a[1];
|
11
|
+
return (_jsx("button", { className: "w-12 p-2 rounded-full text-xs cursor-pointer hover:border-gray-900 ".concat(value, " text-white hover:text-black"), children: key.replace('Dark', '') }, key));
|
12
|
+
}) }) }));
|
13
|
+
};
|
14
|
+
export default ColorPicker;
|
@@ -1,4 +1,3 @@
|
|
1
|
-
import React from 'react';
|
2
1
|
import { ITheme, IScaling, IWeight, IColor } from 'types';
|
3
2
|
import 'react-tabs/style/react-tabs.css';
|
4
3
|
type ITextTemplate = {
|
@@ -7,5 +6,5 @@ type ITextTemplate = {
|
|
7
6
|
colorTheme: IColor;
|
8
7
|
mode: ITheme;
|
9
8
|
};
|
10
|
-
declare const TextTemplate: ({ scalingTheme, fontWeightTheme, colorTheme, mode }: ITextTemplate) =>
|
9
|
+
declare const TextTemplate: ({ scalingTheme, fontWeightTheme, colorTheme, mode }: ITextTemplate) => import("react/jsx-runtime").JSX.Element;
|
11
10
|
export default TextTemplate;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
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 (_jsxs("div", { className: "m-3", children: [_jsx("div", { className: " font-extrabold", children: "Text" }), _jsx("div", { className: "", children: _jsx("div", { className: "border p-2 space-x-2", children: _jsxs(Tabs, { className: "", children: [_jsxs(TabList, { children: [_jsx(Tab, { children: "All colors" }), _jsx(Tab, { children: "All sizes" }), _jsx(Tab, { children: "All weights" })] }), _jsx(TabPanel, { children: _jsx("table", { children: _jsx("tbody", { children: colorOptions === null || colorOptions === void 0 ? void 0 : colorOptions.map(function (color) { return (_jsxs("tr", { children: [_jsx("td", { children: color }), _jsx("td", { children: _jsx(Text
|
10
|
+
// scaling={scalingTheme}
|
11
|
+
, {
|
12
|
+
// scaling={scalingTheme}
|
13
|
+
weight: fontWeightTheme, color: color, children: "The quick brown fox jumps over the lazy dog." }) })] }, color)); }) }) }) }), _jsx(TabPanel, { children: _jsx("table", { children: _jsx("tbody", { children: scalingOptions === null || scalingOptions === void 0 ? void 0 : scalingOptions.map(function (scale) { return (_jsxs("tr", { children: [_jsx("td", { children: scale }), _jsx("td", { children: _jsx(Text
|
14
|
+
// scaling={scale}
|
15
|
+
, {
|
16
|
+
// scaling={scale}
|
17
|
+
weight: fontWeightTheme, color: colorTheme, children: "The quick brown fox jumps over the lazy dog." }) })] }, scale)); }) }) }) }), _jsx(TabPanel, { children: _jsx("table", { children: _jsx("tbody", { children: weightOptions === null || weightOptions === void 0 ? void 0 : weightOptions.map(function (weight) { return (_jsxs("tr", { children: [_jsx("td", { children: weight }), _jsx("td", { children: _jsx(Text
|
18
|
+
// scaling={scalingTheme}
|
19
|
+
, {
|
20
|
+
// scaling={scalingTheme}
|
21
|
+
weight: weight, color: colorTheme, children: "The quick brown fox jumps over the lazy dog." }) })] }, weight)); }) }) }) })] }) }) })] }));
|
22
|
+
};
|
23
|
+
export default TextTemplate;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import
|
1
|
+
import { Dispatch, SetStateAction } from 'react';
|
2
2
|
import { IColor, IRadius, IScaling, IWeight } from 'types';
|
3
3
|
type ITheme = {
|
4
4
|
setRadiusTheme: Dispatch<SetStateAction<IRadius>>;
|
@@ -8,5 +8,5 @@ type ITheme = {
|
|
8
8
|
setFontColorTheme: Dispatch<SetStateAction<IColor>>;
|
9
9
|
mode: string;
|
10
10
|
};
|
11
|
-
declare const Theme: ({ setRadiusTheme, setScalingTheme, setFontWeightTheme, setColorTheme, setFontColorTheme, mode, }: ITheme) =>
|
11
|
+
declare const Theme: ({ setRadiusTheme, setScalingTheme, setFontWeightTheme, setColorTheme, setFontColorTheme, mode, }: ITheme) => import("react/jsx-runtime").JSX.Element;
|
12
12
|
export default Theme;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
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 (_jsxs("div", { className: "flex flex-col p-3", children: [_jsx("p", { className: "text-2xl font-bold", children: "Themes" }), _jsxs("div", { className: "flex flex-col text-xl gap-2", children: ["Accent Color", _jsx(ColorPicker, { mode: mode, setColorTheme: setColor })] }), _jsxs("div", { className: "flex gap-4", children: [_jsxs("div", { className: "flex gap-2", children: [_jsx("p", { children: "Radius" }), _jsx("select", { className: "border border-gray-900", onChange: function (e) { return setRadiusTheme(e.target.value); }, defaultValue: 'full', children: radiusOptions.map(function (item) { return (_jsx("option", { value: item, children: item }, item)); }) })] }), _jsxs("div", { className: "flex gap-2", children: [_jsx("p", { children: "Scaling" }), _jsx("select", { className: "border border-gray-900", onChange: function (e) { return setScalingTheme(e.target.value); }, children: scalingOptions.map(function (item) { return (_jsx("option", { value: item, children: item }, item)); }) })] }), _jsxs("div", { className: "flex gap-2", children: [_jsx("p", { children: "Font Weight" }), _jsx("select", { className: "border border-gray-900", onChange: function (e) { return setFontWeightTheme(e.target.value); }, defaultValue: 'semibold', children: weightOptions.map(function (item) { return (_jsx("option", { value: item, children: item }, item)); }) })] })] })] }));
|
11
|
+
};
|
12
|
+
export default Theme;
|
@@ -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 * as AccordionPrimitive from '@radix-ui/react-accordion';
|
25
26
|
import { ChevronDownIcon } from '@radix-ui/react-icons';
|
@@ -36,35 +37,22 @@ var accoridanVariants = cva('', {
|
|
36
37
|
});
|
37
38
|
export var Accordion = React.forwardRef(function (_a, forwardedRef) {
|
38
39
|
var className = _a.className, children = _a.children, scaling = _a.scaling, rootProps = __rest(_a, ["className", "children", "scaling"]);
|
39
|
-
return (
|
40
|
-
{children}
|
41
|
-
</AccordionPrimitive.Root>);
|
40
|
+
return (_jsx(AccordionPrimitive.Root, __assign({ className: cn('w-[280px] rounded-md border border-slateA-4 dark:border-slateDarkA-4', accoridanVariants({ scaling: scaling }), className) }, rootProps, { ref: forwardedRef, children: children })));
|
42
41
|
});
|
43
42
|
Accordion.displayName = 'AccordionRoot';
|
44
43
|
export var AccordionItem = React.forwardRef(function (_a, forwardedRef) {
|
45
44
|
var className = _a.className, children = _a.children, rootProps = __rest(_a, ["className", "children"]);
|
46
|
-
return (
|
47
|
-
{children}
|
48
|
-
</AccordionPrimitive.Item>);
|
45
|
+
return (_jsx(AccordionPrimitive.Item, __assign({}, rootProps, { ref: forwardedRef, className: cn('w-[278px] mt-px overflow-hidden first:mt-0 first:rounded-t last:rounded-b ', className), children: children })));
|
49
46
|
});
|
50
47
|
AccordionItem.displayName = 'AccordionItem';
|
51
48
|
export var AccordionTrigger = React.forwardRef(function (_a, forwardedRef) {
|
52
49
|
var className = _a.className, children = _a.children, _b = _a.color, color = _b === void 0 ? 'red' : _b, rootProps = __rest(_a, ["className", "children", "color"]);
|
53
|
-
return (
|
54
|
-
<AccordionPrimitive.Trigger {...rootProps} ref={forwardedRef} className={cn(" w-[278px] group flex h-[44px] cursor-default items-center justify-between py-[10px] px-[20px] text-base font-normal ", "dark:bg-[#111113] text-".concat(color, "A-11 dark:text-").concat(color, "Dark-11 "), "hover:bg-".concat(color, "A-4 dark:hover:bg-").concat(color, "Dark-4 hover:text-").concat(color, "A-11 dark:hover:text-").concat(color, "DarkA-11"), "data-[state=open]:bg-".concat(color, "A-5 dark:data-[state=open]:bg-").concat(color, "DarkA-5"), "disabled:bg-slateA-3 disabled:dark:bg-slateDarkA-3 disabled:text-slateA-3 disabled:dark:text-slateDarkA-8", className)}>
|
55
|
-
{children}
|
56
|
-
<ChevronDownIcon className="ease-[cubic-bezier(0.87,_0,_0.13,_1)] transition-transform duration-300 group-data-[state=open]:rotate-180" aria-hidden/>
|
57
|
-
</AccordionPrimitive.Trigger>
|
58
|
-
</AccordionPrimitive.Header>);
|
50
|
+
return (_jsx(AccordionPrimitive.Header, __assign({}, rootProps, { className: cn('flex', className), children: _jsxs(AccordionPrimitive.Trigger, __assign({}, rootProps, { ref: forwardedRef, className: cn(" w-[278px] group flex h-[44px] cursor-default items-center justify-between py-[10px] px-[20px] text-base font-normal ", "dark:bg-[#111113] text-".concat(color, "A-11 dark:text-").concat(color, "Dark-11 "), "hover:bg-".concat(color, "A-4 dark:hover:bg-").concat(color, "Dark-4 hover:text-").concat(color, "A-11 dark:hover:text-").concat(color, "DarkA-11"), "data-[state=open]:bg-".concat(color, "A-5 dark:data-[state=open]:bg-").concat(color, "DarkA-5"), "disabled:bg-slateA-3 disabled:dark:bg-slateDarkA-3 disabled:text-slateA-3 disabled:dark:text-slateDarkA-8", className), children: [children, _jsx(ChevronDownIcon, { className: "ease-[cubic-bezier(0.87,_0,_0.13,_1)] transition-transform duration-300 group-data-[state=open]:rotate-180", "aria-hidden": true })] })) })));
|
59
51
|
});
|
60
52
|
AccordionTrigger.displayName = 'AccordionTrigger';
|
61
53
|
export var AccordionContent = React.forwardRef(function (_a, forwardedRef) {
|
62
54
|
var className = _a.className, children = _a.children, rootProps = __rest(_a, ["className", "children"]);
|
63
|
-
return (
|
64
|
-
<div className="px-[20px] py-[15px] text-base font-normal h-auto max-h-[1000px] overflow-y-auto">
|
65
|
-
{children}
|
66
|
-
</div>
|
67
|
-
</AccordionPrimitive.Content>);
|
55
|
+
return (_jsx(AccordionPrimitive.Content, __assign({}, rootProps, { ref: forwardedRef, className: cn('w-[278px] max-h-[800px] bg-slateA-2 dark:bg-slateDarkA-2 border-t border-t-slateA-4 dark:border-t-slateDarkA-4 text-slateA-11 dark:text-slateDarkA-11 data-[state=open]:animate-slideDown data-[state=closed]:animate-slideUp overflow-hidden text-[16px]', className), children: _jsx("div", { className: "px-[20px] py-[15px] text-base font-normal h-auto max-h-[1000px] overflow-y-auto", children: children }) })));
|
68
56
|
});
|
69
57
|
AccordionContent.displayName = 'AccordionContent';
|
70
58
|
export default Accordion;
|
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
24
25
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { cn } from 'utils/utils';
|
@@ -53,8 +54,6 @@ export var alertDialogActionVariants = cva("inline-flex items-center justify-cen
|
|
53
54
|
export var AlertDialogAction = forwardRef(function (_a, ref) {
|
54
55
|
var className = _a.className, children = _a.children, radius = _a.radius, weight = _a.weight, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'solid' : _c, props = __rest(_a, ["className", "children", "radius", "weight", "size", "color", "appearance"]);
|
55
56
|
var buttonClassName = cn(alertDialogActionVariants({ radius: radius, size: size, weight: weight, color: color }), appearanceStyle(appearance, color), className);
|
56
|
-
return (
|
57
|
-
{children}
|
58
|
-
</AlertDialogPrimitive.Action>);
|
57
|
+
return (_jsx(AlertDialogPrimitive.Action, __assign({ ref: ref, className: buttonClassName }, props, { children: children })));
|
59
58
|
});
|
60
59
|
AlertDialogAction.displayName = 'AlertDialogAction';
|
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
24
25
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { cn } from 'utils/utils';
|
@@ -50,8 +51,6 @@ export var alertDialogCancelVariants = cva("inline-flex justify-center items-cen
|
|
50
51
|
});
|
51
52
|
export var AlertDialogCancel = forwardRef(function (_a, ref) {
|
52
53
|
var className = _a.className, children = _a.children, radius = _a.radius, size = _a.size, weight = _a.weight, _b = _a.appearance, appearance = _b === void 0 ? 'solid' : _b, props = __rest(_a, ["className", "children", "radius", "size", "weight", "appearance"]);
|
53
|
-
return (
|
54
|
-
{children}
|
55
|
-
</AlertDialogPrimitive.Cancel>);
|
54
|
+
return (_jsx(AlertDialogPrimitive.Cancel, __assign({ ref: ref }, props, { className: cn(alertDialogCancelVariants({ radius: radius, size: size, weight: weight }), className), children: children })));
|
56
55
|
});
|
57
56
|
AlertDialogCancel.displayName = 'AlertDialogCancel';
|
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
24
25
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { cn } from 'utils/utils';
|
@@ -43,11 +44,6 @@ export var alertDialogContentVariants = cva("fixed max-h-[85vh] top-[50%] left-[
|
|
43
44
|
});
|
44
45
|
export var AlertDialogContent = forwardRef(function (_a, ref) {
|
45
46
|
var className = _a.className, children = _a.children, radius = _a.radius, size = _a.size, scaling = _a.scaling, props = __rest(_a, ["className", "children", "radius", "size", "scaling"]);
|
46
|
-
return (
|
47
|
-
<AlertDialogPrimitive.Overlay className="fixed data-[state=open]:animate-overlayShow inset-0"/>
|
48
|
-
<AlertDialogPrimitive.Content className={cn(alertDialogContentVariants({ radius: radius, size: size, scaling: scaling }), className)} ref={ref} {...props}>
|
49
|
-
{children}
|
50
|
-
</AlertDialogPrimitive.Content>
|
51
|
-
</AlertDialogPrimitive.Portal>);
|
47
|
+
return (_jsxs(AlertDialogPrimitive.Portal, { children: [_jsx(AlertDialogPrimitive.Overlay, { className: "fixed data-[state=open]:animate-overlayShow inset-0" }), _jsx(AlertDialogPrimitive.Content, __assign({ className: cn(alertDialogContentVariants({ radius: radius, size: size, scaling: scaling }), className), ref: ref }, props, { children: children }))] }));
|
52
48
|
});
|
53
49
|
AlertDialogContent.displayName = 'AlertDialogContent';
|
package/dist/components/AlertDialog/{AlertDialogDescription.jsx → AlertDialogDescription.js}
RENAMED
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
13
25
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
14
26
|
import { cva } from 'class-variance-authority';
|
15
27
|
import { cn } from 'utils/utils';
|
@@ -28,8 +40,6 @@ export var alertDialogDescriptionVariants = cva("text-slate-12 dark:text-slateDa
|
|
28
40
|
});
|
29
41
|
export var AlertDialogDescription = forwardRef(function (_a, ref) {
|
30
42
|
var className = _a.className, children = _a.children, size = _a.size, contentText = _a.contentText, props = __rest(_a, ["className", "children", "size", "contentText"]);
|
31
|
-
return (
|
32
|
-
{contentText !== null && contentText !== void 0 ? contentText : children}
|
33
|
-
</AlertDialogPrimitive.Description>);
|
43
|
+
return (_jsx(AlertDialogPrimitive.Description, __assign({ className: cn(alertDialogDescriptionVariants({ size: size }), className), ref: ref }, props, { children: contentText !== null && contentText !== void 0 ? contentText : children })));
|
34
44
|
});
|
35
45
|
AlertDialogDescription.displayName = 'AlertDialogDescription';
|
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
13
25
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
14
26
|
import { cva } from 'class-variance-authority';
|
15
27
|
import { cn } from 'utils/utils';
|
@@ -28,8 +40,6 @@ export var alertDialogTitleVariants = cva("m-0 text-slate-12 dark:text-slateDark
|
|
28
40
|
});
|
29
41
|
export var AlertDialogTitle = forwardRef(function (_a, ref) {
|
30
42
|
var className = _a.className, children = _a.children, size = _a.size, titleText = _a.titleText, props = __rest(_a, ["className", "children", "size", "titleText"]);
|
31
|
-
return (
|
32
|
-
{titleText !== null && titleText !== void 0 ? titleText : children}
|
33
|
-
</AlertDialogPrimitive.Title>);
|
43
|
+
return (_jsx(AlertDialogPrimitive.Title, __assign({ className: cn(alertDialogTitleVariants({ size: size }), className), ref: ref }, props, { children: titleText !== null && titleText !== void 0 ? titleText : children })));
|
34
44
|
});
|
35
45
|
AlertDialogTitle.displayName = 'AlertDialogTitle';
|
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
24
25
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { radiusVariants, scalingVariants, weightVariants, primaryColorStyle, appearanceStyle, } from '../../constants';
|
@@ -49,8 +50,6 @@ var buttonVariants = cva("inline-flex items-center transition-colors focus:outli
|
|
49
50
|
export var AlertDialogTrigger = forwardRef(function (_a, ref) {
|
50
51
|
var children = _a.children, className = _a.className, radius = _a.radius, scaling = _a.scaling, size = _a.size, weight = _a.weight, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'solid' : _c, props = __rest(_a, ["children", "className", "radius", "scaling", "size", "weight", "color", "appearance"]);
|
51
52
|
var buttonClassName = cn(buttonVariants({ radius: radius, scaling: scaling, size: size, weight: weight, color: color }), appearanceStyle(appearance, color), className);
|
52
|
-
return (
|
53
|
-
{children}
|
54
|
-
</AlertDialogPrimitive.Trigger>);
|
53
|
+
return (_jsx(AlertDialogPrimitive.Trigger, __assign({ asChild: true, ref: ref, className: buttonClassName }, props, { children: children })));
|
55
54
|
});
|
56
55
|
AlertDialogTrigger.displayName = 'AlertDialogTrigger';
|
@@ -1,3 +1,14 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
1
12
|
var __rest = (this && this.__rest) || function (s, e) {
|
2
13
|
var t = {};
|
3
14
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
@@ -9,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
9
20
|
}
|
10
21
|
return t;
|
11
22
|
};
|
12
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
13
25
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
14
26
|
export * from './AlertDialogTrigger';
|
15
27
|
export * from './AlertDialogContent';
|
@@ -19,7 +31,7 @@ export * from './AlertDialogCancel';
|
|
19
31
|
export * from './AlertDialogAction';
|
20
32
|
export var AlertDialog = forwardRef(function (_a) {
|
21
33
|
var children = _a.children, props = __rest(_a, ["children"]);
|
22
|
-
return
|
34
|
+
return _jsx(AlertDialogPrimitive.Root, __assign({}, props, { children: children }));
|
23
35
|
});
|
24
36
|
AlertDialog.displayName = 'AlertDialog';
|
25
37
|
export default AlertDialog;
|
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
24
25
|
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { cn } from 'utils/utils';
|
@@ -35,9 +36,7 @@ export var aspectRatioVariants = cva('', {
|
|
35
36
|
});
|
36
37
|
var AspectRatio = forwardRef(function (_a, ref) {
|
37
38
|
var children = _a.children, className = _a.className, _b = _a.ratio, ratio = _b === void 0 ? 16 / 9 : _b, scaling = _a.scaling, props = __rest(_a, ["children", "className", "ratio", "scaling"]);
|
38
|
-
return (
|
39
|
-
{children}
|
40
|
-
</AspectRatioPrimitive.Root>);
|
39
|
+
return (_jsx(AspectRatioPrimitive.Root, __assign({ ratio: ratio, ref: ref }, props, { className: cn(aspectRatioVariants({ scaling: scaling }), className), children: children })));
|
41
40
|
});
|
42
41
|
AspectRatio.displayName = 'AspectRatio';
|
43
42
|
export default AspectRatio;
|
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
24
25
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
25
26
|
import { cva } from 'class-variance-authority';
|
26
27
|
import { cn } from 'utils/utils';
|
@@ -50,12 +51,7 @@ var AvatarVariants = cva('font-medium', {
|
|
50
51
|
});
|
51
52
|
var Avatar = forwardRef(function (_a, ref) {
|
52
53
|
var className = _a.className, fallbackClassName = _a.fallbackClassName, radius = _a.radius, scaling = _a.scaling, size = _a.size, fallbackText = _a.fallbackText, imagePath = _a.imagePath, alt = _a.alt, _b = _a.appearance, appearance = _b === void 0 ? 'solid' : _b, _c = _a.color, color = _c === void 0 ? 'red' : _c, props = __rest(_a, ["className", "fallbackClassName", "radius", "scaling", "size", "fallbackText", "imagePath", "alt", "appearance", "color"]);
|
53
|
-
return (
|
54
|
-
<AvatarPrimitive.Image className="h-full w-full object-cover border-none" src={imagePath} alt={alt}/>
|
55
|
-
<AvatarPrimitive.Fallback className={cn("leading-1 flex h-full w-full items-center justify-center", className)} delayMs={300}>
|
56
|
-
{fallbackText}
|
57
|
-
</AvatarPrimitive.Fallback>
|
58
|
-
</AvatarPrimitive.Root>);
|
54
|
+
return (_jsxs(AvatarPrimitive.Root, __assign({ className: cn("inline-flex select-none items-center justify-center overflow-hidden align-middle", AvatarVariants({ radius: radius, scaling: scaling, size: size, color: color }), appearanceStyle(appearance, color, false), className) }, props, { ref: ref, children: [_jsx(AvatarPrimitive.Image, { className: "h-full w-full object-cover border-none", src: imagePath, alt: alt }), _jsx(AvatarPrimitive.Fallback, { className: cn("leading-1 flex h-full w-full items-center justify-center", className), delayMs: 300, children: fallbackText })] })));
|
59
55
|
});
|
60
56
|
Avatar.displayName = 'Avatar';
|
61
57
|
export default Avatar;
|
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
|
+
import { forwardRef } from 'react';
|
24
25
|
import { cva } from 'class-variance-authority';
|
25
26
|
import { cn } from 'utils/utils';
|
26
27
|
import { appearanceStyle, primaryColorStyle, radiusVariants, scalingVariants, weightVariants, } from '../../constants';
|
@@ -47,9 +48,7 @@ var BadgeVariants = cva('inline-flex items-center transition-colors focus:outlin
|
|
47
48
|
var Badge = forwardRef(function (_a, ref) {
|
48
49
|
var className = _a.className, children = _a.children, radius = _a.radius, scaling = _a.scaling, weight = _a.weight, size = _a.size, _b = _a.color, color = _b === void 0 ? 'red' : _b, _c = _a.appearance, appearance = _c === void 0 ? 'solid' : _c, props = __rest(_a, ["className", "children", "radius", "scaling", "weight", "size", "color", "appearance"]);
|
49
50
|
var badgeClassName = cn(BadgeVariants({ radius: radius, scaling: scaling, weight: weight, size: size, color: color }), appearanceStyle(appearance, color, false), className);
|
50
|
-
return (
|
51
|
-
{children}
|
52
|
-
</div>);
|
51
|
+
return (_jsx("div", __assign({ ref: ref, className: badgeClassName }, props, { children: children })));
|
53
52
|
});
|
54
53
|
Badge.displayName = 'Badge';
|
55
54
|
export default Badge;
|
@@ -1,4 +1,3 @@
|
|
1
|
-
import React from 'react';
|
2
1
|
import { PointStyle } from 'types';
|
3
2
|
import { VariantProps } from 'class-variance-authority';
|
4
3
|
export interface BubbleChartProps extends VariantProps<typeof bubbleChartVariants> {
|
@@ -26,7 +25,7 @@ declare const bubbleChartVariants: (props?: ({
|
|
26
25
|
scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
|
27
26
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
28
27
|
export declare const BubbleChart: {
|
29
|
-
({ className, datasets, scaling, width, height, ...props }: BubbleChartProps):
|
28
|
+
({ className, datasets, scaling, width, height, ...props }: BubbleChartProps): import("react/jsx-runtime").JSX.Element;
|
30
29
|
displayName: string;
|
31
30
|
};
|
32
31
|
export default BubbleChart;
|
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import
|
23
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
24
24
|
import { Bubble } from 'react-chartjs-2';
|
25
25
|
import { Chart as ChartJS, LinearScale, PointElement, Tooltip, Legend } from 'chart.js/auto';
|
26
26
|
import { scalingVariants } from '../../constants';
|
@@ -37,7 +37,7 @@ var bubbleChartVariants = cva('', {
|
|
37
37
|
});
|
38
38
|
export var BubbleChart = function (_a) {
|
39
39
|
var className = _a.className, datasets = _a.datasets, scaling = _a.scaling, width = _a.width, height = _a.height, props = __rest(_a, ["className", "datasets", "scaling", "width", "height"]);
|
40
|
-
return (
|
40
|
+
return (_jsx(Bubble, __assign({ data: { datasets: datasets }, className: cn(bubbleChartVariants({ scaling: scaling }), className), width: width, height: height }, props)));
|
41
41
|
};
|
42
42
|
BubbleChart.displayName = 'BubbleChart';
|
43
43
|
export default BubbleChart;
|