@lotte-innovate/ui-component-test 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +163 -163
- package/dist/Typography/Header/index.d.ts +13 -0
- package/dist/Typography/Header/index.jsx +58 -0
- package/dist/Typography/Text/index.d.ts +16 -0
- package/dist/Typography/Text/index.jsx +47 -0
- package/dist/Typography/index.d.ts +2 -0
- package/dist/Typography/index.js +2 -0
- 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 +42 -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.jsx +13 -13
- package/dist/components/AlertDialog/AlertDialogAction.jsx +2 -2
- package/dist/components/AlertDialog/AlertDialogCancel.jsx +2 -2
- package/dist/components/AlertDialog/AlertDialogContent.jsx +5 -5
- package/dist/components/AlertDialog/AlertDialogDescription.jsx +2 -2
- package/dist/components/AlertDialog/AlertDialogTitle.jsx +2 -2
- package/dist/components/AlertDialog/AlertDialogTrigger.jsx +2 -2
- package/dist/components/AspectRatio/index.jsx +2 -2
- package/dist/components/Avatar/index.jsx +5 -5
- package/dist/components/Badge/index.jsx +2 -2
- package/dist/components/BubbleChart/index.d.ts +1 -1
- package/dist/components/Button/index.jsx +2 -2
- package/dist/components/Callout/CalloutIcon.jsx +6 -6
- package/dist/components/Callout/CalloutText.jsx +2 -2
- package/dist/components/Callout/index.jsx +4 -4
- package/dist/components/Card/index.jsx +2 -2
- package/dist/components/Checkbox/index.jsx +9 -9
- package/dist/components/CheckboxCard/index.jsx +3 -3
- package/dist/components/CheckboxGroup/CheckboxGroupItem.jsx +4 -4
- package/dist/components/CheckboxGroup/index.jsx +4 -4
- package/dist/components/ContextMenu/ContextMenuCheckboxItem.jsx +5 -5
- package/dist/components/ContextMenu/ContextMenuContent.jsx +4 -4
- package/dist/components/ContextMenu/ContextMenuGroup.jsx +2 -2
- package/dist/components/ContextMenu/ContextMenuItem.jsx +3 -3
- package/dist/components/ContextMenu/ContextMenuItemIndicator.jsx +2 -2
- package/dist/components/ContextMenu/ContextMenuLabel.jsx +2 -2
- package/dist/components/ContextMenu/ContextMenuRadioGroup.jsx +4 -4
- package/dist/components/ContextMenu/ContextMenuRadioItem.jsx +5 -5
- package/dist/components/ContextMenu/ContextMenuSeparator.jsx +2 -2
- package/dist/components/ContextMenu/ContextMenuSubContent.jsx +4 -4
- package/dist/components/ContextMenu/ContextMenuSubTrigger.jsx +7 -7
- package/dist/components/ContextMenu/ContextMenuTrigger.jsx +2 -2
- package/dist/components/ContextMenu/index.jsx +2 -2
- package/dist/components/DataList/DataListItem.jsx +2 -2
- package/dist/components/DataList/DataListLabel.jsx +2 -2
- package/dist/components/DataList/DataListValue.jsx +2 -2
- package/dist/components/DataList/index.jsx +4 -4
- package/dist/components/Dialog/DialogAction.jsx +2 -2
- package/dist/components/Dialog/DialogCancel.jsx +2 -2
- package/dist/components/Dialog/DialogContent.jsx +2 -2
- package/dist/components/Dialog/DialogDescription.jsx +2 -2
- package/dist/components/Dialog/DialogSlot.jsx +2 -2
- package/dist/components/Dialog/DialogTitle.jsx +2 -2
- package/dist/components/Dialog/DialogTrigger.jsx +2 -2
- package/dist/components/Dialog/index.jsx +2 -2
- package/dist/components/DropdownMenu/DropdonMenuRadioGroup.jsx +4 -4
- package/dist/components/DropdownMenu/DropdonMenuSubContent.jsx +4 -4
- package/dist/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +5 -5
- package/dist/components/DropdownMenu/DropdownMenuContent.jsx +4 -4
- package/dist/components/DropdownMenu/DropdownMenuItem.jsx +3 -3
- package/dist/components/DropdownMenu/DropdownMenuItemIndicator.jsx +2 -2
- package/dist/components/DropdownMenu/DropdownMenuLable.jsx +2 -2
- package/dist/components/DropdownMenu/DropdownMenuRadioItem.jsx +5 -5
- package/dist/components/DropdownMenu/DropdownMenuSubTrigger.jsx +5 -5
- package/dist/components/DropdownMenu/DropdownMenuTrigger.jsx +2 -2
- package/dist/components/HoverCard/HoverCardContent.jsx +2 -2
- package/dist/components/HoverCard/HoverCardTrigger.jsx +2 -2
- package/dist/components/HoverCard/index.jsx +2 -2
- package/dist/components/IconButton/index.jsx +2 -2
- package/dist/components/Input/Input.stories.jsx +6 -6
- package/dist/components/Inset/index.jsx +4 -4
- package/dist/components/Label/index.jsx +2 -2
- package/dist/components/Menubar/MenubarCheckboxItem.jsx +5 -5
- package/dist/components/Menubar/MenubarContent.jsx +4 -4
- package/dist/components/Menubar/MenubarItem.jsx +3 -3
- package/dist/components/Menubar/MenubarItemIndicator.jsx +2 -2
- package/dist/components/Menubar/MenubarRadioGroup.jsx +4 -4
- package/dist/components/Menubar/MenubarRadioItem.jsx +5 -5
- package/dist/components/Menubar/MenubarSeparator.jsx +2 -2
- package/dist/components/Menubar/MenubarSubContent.jsx +2 -2
- package/dist/components/Menubar/MenubarSubTrigger.jsx +5 -5
- package/dist/components/Menubar/MenubarTrigger.jsx +2 -2
- package/dist/components/Menubar/index.jsx +4 -4
- package/dist/components/NavigationMenu/NavigationMenuContent.jsx +2 -2
- package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +3 -3
- package/dist/components/NavigationMenu/NavigationMenuItem.jsx +2 -2
- package/dist/components/NavigationMenu/NavigationMenuLink.jsx +2 -2
- package/dist/components/NavigationMenu/NavigationMenuList.jsx +3 -3
- package/dist/components/NavigationMenu/NavigationMenuTrigger.jsx +3 -3
- package/dist/components/NavigationMenu/NavigationMenuViewport.jsx +2 -2
- package/dist/components/NavigationMenu/index.jsx +4 -4
- package/dist/components/Popover/PopoverClose.jsx +2 -2
- package/dist/components/Popover/PopoverContent.jsx +2 -2
- package/dist/components/Popover/PopoverTrigger.jsx +2 -2
- package/dist/components/Popover/index.jsx +2 -2
- package/dist/components/Progress/index.d.ts +3 -3
- package/dist/components/Progress/index.jsx +2 -2
- package/dist/components/RadarChart/index.d.ts +1 -1
- package/dist/components/Radio/index.d.ts +1 -1
- package/dist/components/Radio/index.jsx +7 -7
- package/dist/components/RadioCards/RadioCardsItem.jsx +2 -2
- package/dist/components/RadioCards/index.d.ts +1 -1
- package/dist/components/RadioCards/index.jsx +4 -4
- package/dist/components/RadioGroup/RadioGroupItem.jsx +2 -2
- package/dist/components/RadioGroup/index.d.ts +1 -1
- package/dist/components/RadioGroup/index.jsx +4 -4
- package/dist/components/ScrollArea/index.jsx +4 -4
- package/dist/components/SegmentedControl/SegmentedControlItem.jsx +2 -2
- package/dist/components/SegmentedControl/index.d.ts +1 -1
- package/dist/components/SegmentedControl/index.jsx +4 -4
- package/dist/components/Select/index.d.ts +1 -1
- package/dist/components/Select/index.jsx +16 -16
- package/dist/components/Separator/index.d.ts +1 -1
- package/dist/components/Separator/index.jsx +4 -4
- package/dist/components/Skeleton/index.d.ts +1 -1
- package/dist/components/Skeleton/index.jsx +4 -4
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/index.jsx +2 -2
- package/dist/components/Spinner/index.d.ts +1 -1
- package/dist/components/Spinner/index.jsx +4 -4
- package/dist/components/TabNav/index.jsx +6 -6
- package/dist/components/Table/index.d.ts +2 -2
- package/dist/components/Table/index.jsx +16 -16
- package/dist/components/Tabs/index.d.ts +1 -1
- package/dist/components/Tabs/index.jsx +10 -10
- package/dist/components/TextArea/index.d.ts +3 -3
- package/dist/components/TextArea/index.jsx +2 -2
- package/dist/components/TextField/index.d.ts +1 -1
- package/dist/components/TextField/index.jsx +6 -6
- package/dist/components/Toast/ToastActionButton.d.ts +3 -3
- package/dist/components/Toast/ToastActionButton.jsx +2 -2
- package/dist/components/Toast/ToastDescription.d.ts +1 -1
- package/dist/components/Toast/ToastDescription.jsx +4 -4
- package/dist/components/Toast/ToastTitle.d.ts +1 -1
- package/dist/components/Toast/ToastTitle.jsx +2 -2
- package/dist/components/Toast/index.d.ts +3 -3
- package/dist/components/Toast/index.jsx +7 -7
- package/dist/components/Toggle/ToggleWithText.jsx +3 -3
- package/dist/components/Toggle/index.d.ts +3 -3
- package/dist/components/Toggle/index.jsx +2 -2
- package/dist/components/ToggleGroup/index.d.ts +1 -1
- package/dist/components/ToggleGroup/index.jsx +4 -4
- package/dist/components/ToggleGroup/toggleGroupItem.jsx +2 -2
- package/dist/components/ToggleSwitch/index.d.ts +3 -3
- package/dist/components/ToggleSwitch/index.jsx +5 -5
- package/dist/components/Tooltip/index.d.ts +1 -1
- package/dist/components/Tooltip/index.jsx +10 -10
- package/dist/components/index.d.ts +48 -0
- package/dist/components/index.js +48 -52
- package/dist/constants.d.ts +185 -0
- package/dist/constants.js +569 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +5 -51
- 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 +118 -119
@@ -14,7 +14,7 @@ export interface ToggleGroupMultipleProps extends VariantProps<typeof toggleVari
|
|
14
14
|
value?: string[];
|
15
15
|
}
|
16
16
|
declare const toggleVariants: (props?: ({
|
17
|
-
scaling?: "
|
17
|
+
scaling?: "100%" | "90%" | "95%" | "105%" | "110%" | null | undefined;
|
18
18
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
19
19
|
export declare const ToggleGroup: React.ForwardRefExoticComponent<(React.ComponentPropsWithoutRef<React.ForwardRefExoticComponent<(ToggleGroupPrimitive.ToggleGroupSingleProps | ToggleGroupPrimitive.ToggleGroupMultipleProps) & React.RefAttributes<HTMLDivElement>>> & ToggleGroupSingleProps & ToggleGroupMultipleProps) & React.RefAttributes<HTMLDivElement>>;
|
20
20
|
export default ToggleGroup;
|
@@ -36,10 +36,10 @@ var toggleVariants = cva('inline-flex', {
|
|
36
36
|
});
|
37
37
|
export var ToggleGroup = forwardRef(function (_a, ref) {
|
38
38
|
var className = _a.className, children = _a.children, defaultValue = _a.defaultValue, value = _a.value, type = _a.type, onValueChange = _a.onValueChange, scaling = _a.scaling, props = __rest(_a, ["className", "children", "defaultValue", "value", "type", "onValueChange", "scaling"]);
|
39
|
-
return type === 'single' ? (<ToggleGroupPrimitive.Root ref={ref} type={type} value={value} defaultValue={defaultValue} className={cn(toggleVariants({ scaling: scaling }), className)} {...props}>
|
40
|
-
{children}
|
41
|
-
</ToggleGroupPrimitive.Root>) : (<ToggleGroupPrimitive.Root ref={ref} type={type} value={value} defaultValue={defaultValue} className={cn(toggleVariants({ scaling: scaling }), className)} {...props}>
|
42
|
-
{children}
|
39
|
+
return type === 'single' ? (<ToggleGroupPrimitive.Root ref={ref} type={type} value={value} defaultValue={defaultValue} className={cn(toggleVariants({ scaling: scaling }), className)} {...props}>
|
40
|
+
{children}
|
41
|
+
</ToggleGroupPrimitive.Root>) : (<ToggleGroupPrimitive.Root ref={ref} type={type} value={value} defaultValue={defaultValue} className={cn(toggleVariants({ scaling: scaling }), className)} {...props}>
|
42
|
+
{children}
|
43
43
|
</ToggleGroupPrimitive.Root>);
|
44
44
|
});
|
45
45
|
ToggleGroup.displayName = 'ToggleGroup';
|
@@ -33,10 +33,10 @@ export var IconScaling = {
|
|
33
33
|
};
|
34
34
|
export var ToggleGroupItem = forwardRef(function (_a, ref) {
|
35
35
|
var className = _a.className, children = _a.children, value = _a.value, _b = _a.size, size = _b === void 0 ? 'medium' : _b, _c = _a.color, color = _c === void 0 ? 'red' : _c, _d = _a.appearance, appearance = _d === void 0 ? 'surface' : _d, props = __rest(_a, ["className", "children", "value", "size", "color", "appearance"]);
|
36
|
-
return (<ToggleGroupPrimitive.Item ref={ref} value={value} className={cn(toggleGroupItemVariants({ size: size }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className)} {...props}>
|
36
|
+
return (<ToggleGroupPrimitive.Item ref={ref} value={value} className={cn(toggleGroupItemVariants({ size: size }), toggleAppearanceStyle(appearance, color, true, 'data-[state=on]:'), className)} {...props}>
|
37
37
|
{Children.map(children, function (child) {
|
38
38
|
return React.cloneElement(child, { className: IconScaling[size] });
|
39
|
-
})}
|
39
|
+
})}
|
40
40
|
</ToggleGroupPrimitive.Item>);
|
41
41
|
});
|
42
42
|
ToggleGroupItem.displayName = 'ToggleGroupItem';
|
@@ -5,9 +5,9 @@ export interface ToggleSwitchProps extends VariantProps<typeof toggleSwitchVaria
|
|
5
5
|
children?: any;
|
6
6
|
}
|
7
7
|
declare const toggleSwitchVariants: (props?: ({
|
8
|
-
scaling?: "
|
9
|
-
radius?: "
|
10
|
-
size?: "
|
8
|
+
scaling?: "100%" | "90%" | "95%" | "105%" | "110%" | null | undefined;
|
9
|
+
radius?: "medium" | "small" | "none" | "large" | "full" | null | undefined;
|
10
|
+
size?: "medium" | "small" | "large" | null | undefined;
|
11
11
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
12
12
|
export declare const ToggleSwitch: React.ForwardRefExoticComponent<Omit<import("@radix-ui/themes").SwitchProps & React.RefAttributes<HTMLButtonElement>, "ref"> & ToggleSwitchProps & React.RefAttributes<HTMLButtonElement>>;
|
13
13
|
export default ToggleSwitch;
|
@@ -64,11 +64,11 @@ export var ToggleSwitch = React.forwardRef(function (_a, forwardedRef) {
|
|
64
64
|
sizeTheme = '1';
|
65
65
|
if (size === 'large')
|
66
66
|
sizeTheme = '3';
|
67
|
-
return (<Theme className="flex" accentColor={color} hasBackground={false}>
|
68
|
-
<Text as="label" className={cn('flex items-center', SwitchLabelVariants({ size: size, scaling: scaling }))}>
|
69
|
-
<SwitchTheme ref={forwardedRef} {...switchProps} variant={appearance} radius={radius} size={sizeTheme} color={color} className={cn(toggleSwitchVariants({ scaling: scaling, radius: radius, size: size }), className)}></SwitchTheme>
|
70
|
-
{children}
|
71
|
-
</Text>
|
67
|
+
return (<Theme className="flex" accentColor={color} hasBackground={false}>
|
68
|
+
<Text as="label" className={cn('flex items-center', SwitchLabelVariants({ size: size, scaling: scaling }))}>
|
69
|
+
<SwitchTheme ref={forwardedRef} {...switchProps} variant={appearance} radius={radius} size={sizeTheme} color={color} className={cn(toggleSwitchVariants({ scaling: scaling, radius: radius, size: size }), className)}></SwitchTheme>
|
70
|
+
{children}
|
71
|
+
</Text>
|
72
72
|
</Theme>);
|
73
73
|
});
|
74
74
|
ToggleSwitch.displayName = 'ToggleSwitch';
|
@@ -11,7 +11,7 @@ export interface TooltipProps extends React.InputHTMLAttributes<HTMLInputElement
|
|
11
11
|
side?: 'top' | 'right' | 'bottom' | 'left';
|
12
12
|
}
|
13
13
|
declare const tooltipVariants: (props?: ({
|
14
|
-
scaling?: number | typeof Symbol.iterator | typeof Symbol.unscopables | "map" | "filter" | "fill" | "values" | "concat" | "indexOf" | "lastIndexOf" | "slice" | "length" | "includes" | "at" | "toLocaleString" | "toString" | "
|
14
|
+
scaling?: number | typeof Symbol.iterator | typeof Symbol.unscopables | "map" | "filter" | "fill" | "values" | "concat" | "indexOf" | "lastIndexOf" | "slice" | "length" | "includes" | "at" | "toLocaleString" | "toString" | "join" | "every" | "some" | "forEach" | "reduce" | "reduceRight" | "find" | "findIndex" | "entries" | "keys" | "flatMap" | "flat" | "findLast" | "findLastIndex" | "toReversed" | "toSorted" | "toSpliced" | "with" | "pop" | "push" | "reverse" | "shift" | "sort" | "splice" | "unshift" | "copyWithin" | null | undefined;
|
15
15
|
weight?: "medium" | "regular" | "semibold" | "bold" | null | undefined;
|
16
16
|
radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
|
17
17
|
color?: string | null | undefined;
|
@@ -43,16 +43,16 @@ export var Tooltip = React.forwardRef(function (_a) {
|
|
43
43
|
var arrowColor = color
|
44
44
|
? "fill-".concat(color, "-9 dark:fill-").concat(color, "Dark-9")
|
45
45
|
: 'fill-slate-12 dark:fill-slateDark-12';
|
46
|
-
return (<TooltipPrimitive.Provider>
|
47
|
-
<TooltipPrimitive.Root open={open} defaultOpen={defaultOpen} onOpenChange={onOpenChange}>
|
48
|
-
<TooltipPrimitive.Trigger className="cursor-pointer text-slate-12 dark:text-slateDark-12" asChild>
|
49
|
-
{children}
|
50
|
-
</TooltipPrimitive.Trigger>
|
51
|
-
<TooltipPrimitive.Content align="center" {...props} side={side} className={cn('mr-2', tooltipVariants({ scaling: scaling, weight: weight, radius: radius, color: color }), className)} sideOffset={5}>
|
52
|
-
{content}
|
53
|
-
<TooltipPrimitive.Arrow width={11} height={5} className={arrowColor}/>
|
54
|
-
</TooltipPrimitive.Content>
|
55
|
-
</TooltipPrimitive.Root>
|
46
|
+
return (<TooltipPrimitive.Provider>
|
47
|
+
<TooltipPrimitive.Root open={open} defaultOpen={defaultOpen} onOpenChange={onOpenChange}>
|
48
|
+
<TooltipPrimitive.Trigger className="cursor-pointer text-slate-12 dark:text-slateDark-12" asChild>
|
49
|
+
{children}
|
50
|
+
</TooltipPrimitive.Trigger>
|
51
|
+
<TooltipPrimitive.Content align="center" {...props} side={side} className={cn('mr-2', tooltipVariants({ scaling: scaling, weight: weight, radius: radius, color: color }), className)} sideOffset={5}>
|
52
|
+
{content}
|
53
|
+
<TooltipPrimitive.Arrow width={11} height={5} className={arrowColor}/>
|
54
|
+
</TooltipPrimitive.Content>
|
55
|
+
</TooltipPrimitive.Root>
|
56
56
|
</TooltipPrimitive.Provider>);
|
57
57
|
});
|
58
58
|
Tooltip.displayName = TooltipPrimitive.Root.displayName;
|
@@ -0,0 +1,48 @@
|
|
1
|
+
export { default as Accordion } from './Accordion';
|
2
|
+
export { default as AlertDialog } from './AlertDialog';
|
3
|
+
export { default as AspectRatio } from './AspectRatio';
|
4
|
+
export { default as Avatar } from './Avatar';
|
5
|
+
export { default as Badge } from './Badge';
|
6
|
+
export { default as Button } from './Button';
|
7
|
+
export { default as Callout } from './Callout';
|
8
|
+
export { default as Card } from './Card';
|
9
|
+
export { default as Checkbox } from './Checkbox';
|
10
|
+
export { default as CheckboxCard } from './CheckboxCard';
|
11
|
+
export { default as CheckboxGroup } from './CheckboxGroup';
|
12
|
+
export { default as ContextMenu } from './ContextMenu';
|
13
|
+
export { default as DataList } from './DataList';
|
14
|
+
export { default as Dialog } from './Dialog';
|
15
|
+
export { default as DropdownMenu } from './DropdownMenu';
|
16
|
+
export { default as HoverCard } from './HoverCard';
|
17
|
+
export { default as IconButton } from './IconButton';
|
18
|
+
export { default as Inset } from './Inset';
|
19
|
+
export { default as Label } from './Label';
|
20
|
+
export { default as Menubar } from './Menubar';
|
21
|
+
export { default as NavigationMenu } from './NavigationMenu';
|
22
|
+
export { default as Popover } from './Popover';
|
23
|
+
export { default as Progress } from './Progress';
|
24
|
+
export { default as Radio } from './Radio';
|
25
|
+
export { default as RadioCards } from './RadioCards';
|
26
|
+
export { default as RadioGroup } from './RadioGroup';
|
27
|
+
export { default as ScrollArea } from './ScrollArea';
|
28
|
+
export { default as SegmentedControl } from './SegmentedControl';
|
29
|
+
export { default as Select } from './Select';
|
30
|
+
export { default as Separator } from './Separator';
|
31
|
+
export { default as Skeleton } from './Skeleton';
|
32
|
+
export { default as Slider } from './Slider';
|
33
|
+
export { default as Spinner } from './Spinner';
|
34
|
+
export { default as Table } from './Table';
|
35
|
+
export { default as TabNav } from './TabNav';
|
36
|
+
export { default as Tabs } from './Tabs';
|
37
|
+
export { default as TextArea } from './TextArea';
|
38
|
+
export { default as TextField } from './TextField';
|
39
|
+
export { default as Toast } from './Toast';
|
40
|
+
export { default as Toggle } from './Toggle';
|
41
|
+
export { default as ToggleGroup } from './ToggleGroup';
|
42
|
+
export { default as ToggleSwitch } from './ToggleSwitch';
|
43
|
+
export { default as Header } from '../Typography/Header';
|
44
|
+
export { default as Text } from '../Typography/Text';
|
45
|
+
export { default as BubbleChart } from './BubbleChart';
|
46
|
+
export { default as RadarChart } from './RadarChart';
|
47
|
+
export { default as PieChart } from './PieChart';
|
48
|
+
export { default as DoughnutChart } from './DoughnutChart';
|
package/dist/components/index.js
CHANGED
@@ -1,52 +1,48 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
//
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
// export { default as BubbleChart } from './BubbleChart';
|
50
|
-
// export { default as RadarChart } from './RadarChart';
|
51
|
-
// export { default as PieChart } from './PieChart';
|
52
|
-
// export { default as DoughnutChart } from './DoughnutChart';
|
1
|
+
// Component
|
2
|
+
export { default as Accordion } from './Accordion';
|
3
|
+
export { default as AlertDialog } from './AlertDialog';
|
4
|
+
export { default as AspectRatio } from './AspectRatio';
|
5
|
+
export { default as Avatar } from './Avatar';
|
6
|
+
export { default as Badge } from './Badge';
|
7
|
+
export { default as Button } from './Button';
|
8
|
+
export { default as Callout } from './Callout';
|
9
|
+
export { default as Card } from './Card';
|
10
|
+
export { default as Checkbox } from './Checkbox';
|
11
|
+
export { default as CheckboxCard } from './CheckboxCard';
|
12
|
+
export { default as CheckboxGroup } from './CheckboxGroup';
|
13
|
+
export { default as ContextMenu } from './ContextMenu';
|
14
|
+
export { default as DataList } from './DataList';
|
15
|
+
export { default as Dialog } from './Dialog';
|
16
|
+
export { default as DropdownMenu } from './DropdownMenu';
|
17
|
+
export { default as HoverCard } from './HoverCard';
|
18
|
+
export { default as IconButton } from './IconButton';
|
19
|
+
export { default as Inset } from './Inset';
|
20
|
+
export { default as Label } from './Label';
|
21
|
+
export { default as Menubar } from './Menubar';
|
22
|
+
export { default as NavigationMenu } from './NavigationMenu';
|
23
|
+
export { default as Popover } from './Popover';
|
24
|
+
export { default as Progress } from './Progress';
|
25
|
+
export { default as Radio } from './Radio';
|
26
|
+
export { default as RadioCards } from './RadioCards';
|
27
|
+
export { default as RadioGroup } from './RadioGroup';
|
28
|
+
export { default as ScrollArea } from './ScrollArea';
|
29
|
+
export { default as SegmentedControl } from './SegmentedControl';
|
30
|
+
export { default as Select } from './Select';
|
31
|
+
export { default as Separator } from './Separator';
|
32
|
+
export { default as Skeleton } from './Skeleton';
|
33
|
+
export { default as Slider } from './Slider';
|
34
|
+
export { default as Spinner } from './Spinner';
|
35
|
+
export { default as Table } from './Table';
|
36
|
+
export { default as TabNav } from './TabNav';
|
37
|
+
export { default as Tabs } from './Tabs';
|
38
|
+
export { default as TextArea } from './TextArea';
|
39
|
+
export { default as TextField } from './TextField';
|
40
|
+
export { default as Toast } from './Toast';
|
41
|
+
export { default as Toggle } from './Toggle';
|
42
|
+
export { default as ToggleGroup } from './ToggleGroup';
|
43
|
+
export { default as ToggleSwitch } from './ToggleSwitch';
|
44
|
+
// Chart
|
45
|
+
export { default as BubbleChart } from './BubbleChart';
|
46
|
+
export { default as RadarChart } from './RadarChart';
|
47
|
+
export { default as PieChart } from './PieChart';
|
48
|
+
export { default as DoughnutChart } from './DoughnutChart';
|
@@ -0,0 +1,185 @@
|
|
1
|
+
import { IAppearance, IRadius, IScaling, IWeight, ISize, ITheme, ITypoSize } from './types';
|
2
|
+
export declare const radiusOptions: IRadius[];
|
3
|
+
export declare const typoSizeOptions: ITypoSize[];
|
4
|
+
export declare const scalingOptions: IScaling[];
|
5
|
+
export declare const sizeOptions: ISize[];
|
6
|
+
export declare const weightOptions: IWeight[];
|
7
|
+
export declare const themeOptions: ITheme[];
|
8
|
+
export declare const appearanceOptions: IAppearance[];
|
9
|
+
export declare const labelPositionList: string[];
|
10
|
+
export declare const radiusVariants: {
|
11
|
+
small: {
|
12
|
+
none: string;
|
13
|
+
small: string;
|
14
|
+
medium: string;
|
15
|
+
large: string;
|
16
|
+
full: string;
|
17
|
+
};
|
18
|
+
base: {
|
19
|
+
none: string;
|
20
|
+
small: string;
|
21
|
+
medium: string;
|
22
|
+
large: string;
|
23
|
+
full: string;
|
24
|
+
};
|
25
|
+
large: {
|
26
|
+
none: string;
|
27
|
+
small: string;
|
28
|
+
medium: string;
|
29
|
+
large: string;
|
30
|
+
full: string;
|
31
|
+
};
|
32
|
+
'extra-large': {
|
33
|
+
none: string;
|
34
|
+
small: string;
|
35
|
+
medium: string;
|
36
|
+
large: string;
|
37
|
+
full: string;
|
38
|
+
};
|
39
|
+
'menu-item': {
|
40
|
+
none: string;
|
41
|
+
small: string;
|
42
|
+
medium: string;
|
43
|
+
large: string;
|
44
|
+
full: string;
|
45
|
+
};
|
46
|
+
};
|
47
|
+
export declare const weightVariants: {
|
48
|
+
regular: string;
|
49
|
+
medium: string;
|
50
|
+
semibold: string;
|
51
|
+
bold: string;
|
52
|
+
};
|
53
|
+
export declare const scalingVariants: {
|
54
|
+
'90%': string;
|
55
|
+
'95%': string;
|
56
|
+
'100%': string;
|
57
|
+
'105%': string;
|
58
|
+
'110%': string;
|
59
|
+
};
|
60
|
+
export declare const commonArgTypes: {
|
61
|
+
typoSize: {
|
62
|
+
table: {
|
63
|
+
category: string;
|
64
|
+
type: {
|
65
|
+
summary: string;
|
66
|
+
};
|
67
|
+
};
|
68
|
+
control: {
|
69
|
+
type: string;
|
70
|
+
};
|
71
|
+
options: ITypoSize[];
|
72
|
+
defaultValue: {
|
73
|
+
summary: string;
|
74
|
+
};
|
75
|
+
};
|
76
|
+
scaling: {
|
77
|
+
table: {
|
78
|
+
category: string;
|
79
|
+
type: {
|
80
|
+
summary: string;
|
81
|
+
};
|
82
|
+
};
|
83
|
+
control: {
|
84
|
+
type: string;
|
85
|
+
};
|
86
|
+
options: IScaling[];
|
87
|
+
defaultValue: {
|
88
|
+
summary: string;
|
89
|
+
};
|
90
|
+
};
|
91
|
+
weight: {
|
92
|
+
table: {
|
93
|
+
category: string;
|
94
|
+
type: {
|
95
|
+
summary: string;
|
96
|
+
};
|
97
|
+
};
|
98
|
+
options: IWeight[];
|
99
|
+
control: {
|
100
|
+
type: string;
|
101
|
+
};
|
102
|
+
defaultValue: {
|
103
|
+
summary: string;
|
104
|
+
};
|
105
|
+
};
|
106
|
+
radius: {
|
107
|
+
table: {
|
108
|
+
category: string;
|
109
|
+
type: {
|
110
|
+
summary: string;
|
111
|
+
};
|
112
|
+
};
|
113
|
+
options: IRadius[];
|
114
|
+
control: {
|
115
|
+
type: string;
|
116
|
+
};
|
117
|
+
defaultValue: {
|
118
|
+
summary: string;
|
119
|
+
};
|
120
|
+
};
|
121
|
+
color: {
|
122
|
+
table: {
|
123
|
+
category: string;
|
124
|
+
type: {
|
125
|
+
summary: string;
|
126
|
+
};
|
127
|
+
};
|
128
|
+
options: import("./types").IColor[];
|
129
|
+
control: {
|
130
|
+
type: string;
|
131
|
+
};
|
132
|
+
defaultValue: {
|
133
|
+
summary: string;
|
134
|
+
};
|
135
|
+
};
|
136
|
+
basicText: {
|
137
|
+
table: {
|
138
|
+
category: string;
|
139
|
+
type: {
|
140
|
+
summary: string;
|
141
|
+
};
|
142
|
+
};
|
143
|
+
control: string;
|
144
|
+
};
|
145
|
+
appearance: {
|
146
|
+
table: {
|
147
|
+
category: string;
|
148
|
+
type: {
|
149
|
+
summary: string;
|
150
|
+
};
|
151
|
+
};
|
152
|
+
options: IAppearance[];
|
153
|
+
control: {
|
154
|
+
type: string;
|
155
|
+
};
|
156
|
+
defaultValue: {
|
157
|
+
summary: string;
|
158
|
+
};
|
159
|
+
};
|
160
|
+
size: {
|
161
|
+
table: {
|
162
|
+
category: string;
|
163
|
+
type: {
|
164
|
+
summary: string;
|
165
|
+
};
|
166
|
+
};
|
167
|
+
control: {
|
168
|
+
type: string;
|
169
|
+
};
|
170
|
+
options: ISize[];
|
171
|
+
defaultValue: {
|
172
|
+
summary: string;
|
173
|
+
};
|
174
|
+
};
|
175
|
+
};
|
176
|
+
export declare const blackText: string[];
|
177
|
+
export declare const primaryColorStyle: () => Record<string, string>;
|
178
|
+
export declare const bgColorStyle: () => Record<string, string>;
|
179
|
+
export declare const textColorStyle: () => Record<string, string>;
|
180
|
+
export declare const appearanceStyle: (type: string, color: string, isClickable?: boolean) => string;
|
181
|
+
export declare const toggleAppearanceStyle: (type: string, color: string, isClickable?: boolean, stateOn?: string) => string;
|
182
|
+
export declare const menuItemAppearanceStyle: (type: 'solid' | 'soft' | 'ghost', color: string) => string;
|
183
|
+
export declare const switchCheckedApperanceStyle: (type: string, color: string) => string;
|
184
|
+
export declare const checkboxAppearanceStyle: (type: string, color: string, indeterminate: boolean) => string;
|
185
|
+
export declare const selectAppearanceStyle: (type: 'classic' | 'surface' | 'soft' | 'ghost', color: string) => string;
|