@lotte-innovate/ui-component-test 0.0.4 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- 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/index.js +0 -3
- 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 -0
- 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 +4 -6
@@ -0,0 +1,7 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import type { Metadata } from 'next';
|
3
|
+
import './globals.css';
|
4
|
+
export declare const metadata: Metadata;
|
5
|
+
export default function RootLayout({ children, }: Readonly<{
|
6
|
+
children: React.ReactNode;
|
7
|
+
}>): import("react").JSX.Element;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { Inter } from 'next/font/google';
|
2
|
+
import './globals.css';
|
3
|
+
var inter = Inter({ subsets: ['latin'] });
|
4
|
+
export var metadata = {
|
5
|
+
title: 'Create Next App',
|
6
|
+
description: 'Generated by create next app',
|
7
|
+
};
|
8
|
+
export default function RootLayout(_a) {
|
9
|
+
var children = _a.children;
|
10
|
+
return (<html lang="en">
|
11
|
+
<body className={inter.className}>{children}</body>
|
12
|
+
</html>);
|
13
|
+
}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
'use client';
|
2
|
+
import React, { useEffect, useState } from 'react';
|
3
|
+
import Theme from './template/theme';
|
4
|
+
import BadgeTemplate from './template/badgeTemplate';
|
5
|
+
import ButtonTemplate from './template/buttonTemplate';
|
6
|
+
import TextTemplate from './template/textTemplate';
|
7
|
+
import Button from 'components/Button';
|
8
|
+
import { Toast, ToastActionButton, ToastDescription } from 'components/Toast';
|
9
|
+
export default function Home() {
|
10
|
+
var _a = useState('full'), radiusTheme = _a[0], setRadiusTheme = _a[1];
|
11
|
+
var _b = useState('95%'), scalingTheme = _b[0], setScalingTheme = _b[1];
|
12
|
+
var _c = useState('semibold'), fontWeightTheme = _c[0], setFontWeightTheme = _c[1];
|
13
|
+
var _d = useState('blue'), colorTheme = _d[0], setColorTheme = _d[1];
|
14
|
+
var _e = useState('blue'), fontColorTheme = _e[0], setFontColorTheme = _e[1];
|
15
|
+
var _f = useState('light'), mode = _f[0], setMode = _f[1];
|
16
|
+
var _g = useState(false), mounted = _g[0], setMounted = _g[1];
|
17
|
+
var _h = useState(false), open = _h[0], setOpen = _h[1];
|
18
|
+
useEffect(function () {
|
19
|
+
setMounted(true);
|
20
|
+
}, []);
|
21
|
+
return (mounted && (<div className={"flex flex-col w-full h-auto min-h-screen ".concat(mode == 'light' ? 'bg-white text-black' : 'bg-black text-white', " p-3")}>
|
22
|
+
<div onClick={function () {
|
23
|
+
setMode(mode === 'light' ? 'dark' : 'light');
|
24
|
+
}}>
|
25
|
+
{mode === 'light' ? 'light' : 'dark'}
|
26
|
+
</div>
|
27
|
+
<Button onClick={function () { return setOpen(true); }} className="w-[200px]" scaling={'95%'}>
|
28
|
+
toast
|
29
|
+
</Button>
|
30
|
+
<Toast openToast={open} setOpenToast={setOpen}>
|
31
|
+
<ToastDescription>There was a problem with your request.</ToastDescription>
|
32
|
+
<ToastActionButton altText="액션버튼">버튼</ToastActionButton>
|
33
|
+
</Toast>
|
34
|
+
<Theme setRadiusTheme={setRadiusTheme} setScalingTheme={setScalingTheme} setFontWeightTheme={setFontWeightTheme} setColorTheme={setColorTheme} setFontColorTheme={setFontColorTheme} mode={mode}/>
|
35
|
+
|
36
|
+
<BadgeTemplate radiusTheme={radiusTheme} scalingTheme={scalingTheme} fontWeightTheme={fontWeightTheme} colorTheme={colorTheme} mode={mode}/>
|
37
|
+
|
38
|
+
<ButtonTemplate radiusTheme={radiusTheme} scalingTheme={scalingTheme} fontWeightTheme={fontWeightTheme} colorTheme={colorTheme} mode={mode}/>
|
39
|
+
|
40
|
+
<TextTemplate scalingTheme={scalingTheme} fontWeightTheme={fontWeightTheme} colorTheme={fontColorTheme} mode={mode}/>
|
41
|
+
</div>));
|
42
|
+
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import 'react-tabs/style/react-tabs.css';
|
3
|
+
import { ITheme, IColor, IRadius, IScaling, IWeight } from 'types';
|
4
|
+
type IBadgeTemplate = {
|
5
|
+
radiusTheme: IRadius;
|
6
|
+
scalingTheme: IScaling;
|
7
|
+
fontWeightTheme: IWeight;
|
8
|
+
colorTheme: IColor;
|
9
|
+
mode: ITheme;
|
10
|
+
};
|
11
|
+
declare const BadgeTemplate: ({ radiusTheme, scalingTheme, fontWeightTheme, colorTheme, mode, }: IBadgeTemplate) => React.JSX.Element;
|
12
|
+
export default BadgeTemplate;
|
@@ -0,0 +1,82 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { Tab, Tabs, TabList, TabPanel } from 'react-tabs';
|
3
|
+
import 'react-tabs/style/react-tabs.css';
|
4
|
+
import { radiusOptions, scalingOptions } from '../../constants';
|
5
|
+
import Badge from 'components/Badge';
|
6
|
+
import { colorOptions } from 'color/constants';
|
7
|
+
var BadgeTemplate = function (_a) {
|
8
|
+
var radiusTheme = _a.radiusTheme, scalingTheme = _a.scalingTheme, fontWeightTheme = _a.fontWeightTheme, colorTheme = _a.colorTheme, mode = _a.mode;
|
9
|
+
return (<div className="m-3">
|
10
|
+
<div className=" font-extrabold">Badge</div>
|
11
|
+
<div className="">
|
12
|
+
<div className="border p-2 space-x-2">
|
13
|
+
<Tabs className="">
|
14
|
+
<TabList>
|
15
|
+
<Tab>Theme colors</Tab>
|
16
|
+
<Tab>All colors</Tab>
|
17
|
+
<Tab>All sizes</Tab>
|
18
|
+
</TabList>
|
19
|
+
<TabPanel>
|
20
|
+
<p className="">Main Color 적용 뱃지</p>
|
21
|
+
<Badge radius={radiusTheme} scaling={scalingTheme} color={colorTheme}>
|
22
|
+
Badge
|
23
|
+
</Badge>
|
24
|
+
<Badge radius={radiusTheme} scaling={scalingTheme} color={colorTheme}>
|
25
|
+
outline
|
26
|
+
</Badge>
|
27
|
+
</TabPanel>
|
28
|
+
<TabPanel>
|
29
|
+
<table>
|
30
|
+
<tr>
|
31
|
+
<th></th>
|
32
|
+
<th>default</th>
|
33
|
+
<th>outline</th>
|
34
|
+
</tr>
|
35
|
+
{colorOptions === null || colorOptions === void 0 ? void 0 : colorOptions.map(function (color) { return (<tr key={color}>
|
36
|
+
<th>{color}</th>
|
37
|
+
<td>
|
38
|
+
<Badge radius={radiusTheme} scaling={scalingTheme} color={color}>
|
39
|
+
Badge
|
40
|
+
</Badge>
|
41
|
+
</td>
|
42
|
+
<td>
|
43
|
+
<Badge radius={radiusTheme} scaling={scalingTheme} color={color}>
|
44
|
+
outline
|
45
|
+
</Badge>
|
46
|
+
</td>
|
47
|
+
</tr>); })}
|
48
|
+
</table>
|
49
|
+
</TabPanel>
|
50
|
+
<TabPanel>
|
51
|
+
<table>
|
52
|
+
<tr>
|
53
|
+
<th></th>
|
54
|
+
{radiusOptions.map(function (radius) { return (<th key={radius}>{radius}</th>); })}
|
55
|
+
</tr>
|
56
|
+
{scalingOptions.map(function (scale) { return (<tr key={scale}>
|
57
|
+
<th>{scale}</th>
|
58
|
+
{radiusOptions.map(function (radius) { return (<td key={radius}>
|
59
|
+
<Badge scaling={scale} radius={radius} color={colorTheme}>
|
60
|
+
Badge
|
61
|
+
</Badge>
|
62
|
+
</td>); })}
|
63
|
+
</tr>); })}
|
64
|
+
</table>
|
65
|
+
|
66
|
+
<table>
|
67
|
+
{scalingOptions.map(function (scale) { return (<tr key={scale}>
|
68
|
+
<th>{scale}</th>
|
69
|
+
{radiusOptions.map(function (radius) { return (<td key={radius}>
|
70
|
+
<Badge scaling={scale} radius={radius} color={colorTheme}>
|
71
|
+
outline
|
72
|
+
</Badge>
|
73
|
+
</td>); })}
|
74
|
+
</tr>); })}
|
75
|
+
</table>
|
76
|
+
</TabPanel>
|
77
|
+
</Tabs>
|
78
|
+
</div>
|
79
|
+
</div>
|
80
|
+
</div>);
|
81
|
+
};
|
82
|
+
export default BadgeTemplate;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ITheme, IColor, IRadius, IScaling, IWeight } from 'types';
|
3
|
+
import 'react-tabs/style/react-tabs.css';
|
4
|
+
type IButtonTemplate = {
|
5
|
+
radiusTheme: IRadius;
|
6
|
+
scalingTheme: IScaling;
|
7
|
+
fontWeightTheme: IWeight;
|
8
|
+
colorTheme: IColor;
|
9
|
+
mode: ITheme;
|
10
|
+
};
|
11
|
+
declare const ButtonTemplate: ({ radiusTheme, scalingTheme, fontWeightTheme, colorTheme, mode, }: IButtonTemplate) => React.JSX.Element;
|
12
|
+
export default ButtonTemplate;
|
@@ -0,0 +1,82 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { Tab, Tabs, TabList, TabPanel } from 'react-tabs';
|
3
|
+
import 'react-tabs/style/react-tabs.css';
|
4
|
+
import { radiusOptions, scalingOptions } from '../../constants';
|
5
|
+
import Button from 'components/Button';
|
6
|
+
import { colorOptions } from 'color/constants';
|
7
|
+
var ButtonTemplate = function (_a) {
|
8
|
+
var radiusTheme = _a.radiusTheme, scalingTheme = _a.scalingTheme, fontWeightTheme = _a.fontWeightTheme, colorTheme = _a.colorTheme, mode = _a.mode;
|
9
|
+
return (<div className="m-3">
|
10
|
+
<div className=" font-extrabold">Button</div>
|
11
|
+
<div className="">
|
12
|
+
<div className="border p-2 space-x-2">
|
13
|
+
<Tabs className="">
|
14
|
+
<TabList>
|
15
|
+
<Tab>Theme colors</Tab>
|
16
|
+
<Tab>All colors</Tab>
|
17
|
+
<Tab>All sizes</Tab>
|
18
|
+
</TabList>
|
19
|
+
<TabPanel>
|
20
|
+
<p className="">Main Color 적용 Button</p>
|
21
|
+
<Button radius={radiusTheme} scaling={scalingTheme} weight={fontWeightTheme} color={colorTheme}>
|
22
|
+
Button
|
23
|
+
</Button>
|
24
|
+
<Button radius={radiusTheme} scaling={scalingTheme} weight={fontWeightTheme} color={colorTheme}>
|
25
|
+
outline
|
26
|
+
</Button>
|
27
|
+
</TabPanel>
|
28
|
+
<TabPanel>
|
29
|
+
<table>
|
30
|
+
<tr>
|
31
|
+
<th></th>
|
32
|
+
<th>default</th>
|
33
|
+
<th>outline</th>
|
34
|
+
</tr>
|
35
|
+
{colorOptions === null || colorOptions === void 0 ? void 0 : colorOptions.map(function (color) { return (<tr key={color}>
|
36
|
+
<th>{color}</th>
|
37
|
+
<td>
|
38
|
+
<Button radius={radiusTheme} scaling={scalingTheme} weight={fontWeightTheme} color={color}>
|
39
|
+
Button
|
40
|
+
</Button>
|
41
|
+
</td>
|
42
|
+
<td>
|
43
|
+
<Button radius={radiusTheme} scaling={scalingTheme} weight={fontWeightTheme} color={color}>
|
44
|
+
outline
|
45
|
+
</Button>
|
46
|
+
</td>
|
47
|
+
</tr>); })}
|
48
|
+
</table>
|
49
|
+
</TabPanel>
|
50
|
+
<TabPanel>
|
51
|
+
<table>
|
52
|
+
<tr>
|
53
|
+
<th></th>
|
54
|
+
{radiusOptions.map(function (radius) { return (<th key={radius}>{radius}</th>); })}
|
55
|
+
</tr>
|
56
|
+
{scalingOptions.map(function (scale) { return (<tr key={scale}>
|
57
|
+
<th>{scale}</th>
|
58
|
+
{radiusOptions.map(function (radius) { return (<td key={radius}>
|
59
|
+
<Button scaling={scale} radius={radius} weight={fontWeightTheme} color={colorTheme}>
|
60
|
+
Button
|
61
|
+
</Button>
|
62
|
+
</td>); })}
|
63
|
+
</tr>); })}
|
64
|
+
</table>
|
65
|
+
|
66
|
+
<table>
|
67
|
+
{scalingOptions.map(function (scale) { return (<tr key={scale}>
|
68
|
+
<th>{scale}</th>
|
69
|
+
{radiusOptions.map(function (radius) { return (<td key={radius}>
|
70
|
+
<Button scaling={scale} radius={radius} weight={fontWeightTheme} color={colorTheme}>
|
71
|
+
outline
|
72
|
+
</Button>
|
73
|
+
</td>); })}
|
74
|
+
</tr>); })}
|
75
|
+
</table>
|
76
|
+
</TabPanel>
|
77
|
+
</Tabs>
|
78
|
+
</div>
|
79
|
+
</div>
|
80
|
+
</div>);
|
81
|
+
};
|
82
|
+
export default ButtonTemplate;
|
@@ -0,0 +1,19 @@
|
|
1
|
+
'use client';
|
2
|
+
import { bgColorStyle } from '../../constants';
|
3
|
+
var ColorPicker = function (_a) {
|
4
|
+
var setColorTheme = _a.setColorTheme, mode = _a.mode;
|
5
|
+
var handleColorClick = function (color) {
|
6
|
+
setColorTheme(color);
|
7
|
+
};
|
8
|
+
return (<div>
|
9
|
+
<div className="flex flex-row flex-wrap gap-2">
|
10
|
+
{Object.entries(bgColorStyle).map(function (_a) {
|
11
|
+
var key = _a[0], value = _a[1];
|
12
|
+
return (<button className={"w-12 p-2 rounded-full text-xs cursor-pointer hover:border-gray-900 ".concat(value, " text-white hover:text-black")} key={key}>
|
13
|
+
{key.replace('Dark', '')}
|
14
|
+
</button>);
|
15
|
+
})}
|
16
|
+
</div>
|
17
|
+
</div>);
|
18
|
+
};
|
19
|
+
export default ColorPicker;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ITheme, IScaling, IWeight, IColor } from 'types';
|
3
|
+
import 'react-tabs/style/react-tabs.css';
|
4
|
+
type ITextTemplate = {
|
5
|
+
scalingTheme: IScaling;
|
6
|
+
fontWeightTheme: IWeight;
|
7
|
+
colorTheme: IColor;
|
8
|
+
mode: ITheme;
|
9
|
+
};
|
10
|
+
declare const TextTemplate: ({ scalingTheme, fontWeightTheme, colorTheme, mode }: ITextTemplate) => React.JSX.Element;
|
11
|
+
export default TextTemplate;
|
@@ -0,0 +1,72 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { Tab, Tabs, TabList, TabPanel } from 'react-tabs';
|
3
|
+
import 'react-tabs/style/react-tabs.css';
|
4
|
+
import { scalingOptions, weightOptions } from '../../constants';
|
5
|
+
import { Text } from '../../Typography/Text';
|
6
|
+
import { colorOptions } from 'color/constants';
|
7
|
+
var TextTemplate = function (_a) {
|
8
|
+
var scalingTheme = _a.scalingTheme, fontWeightTheme = _a.fontWeightTheme, colorTheme = _a.colorTheme, mode = _a.mode;
|
9
|
+
return (<div className="m-3">
|
10
|
+
<div className=" font-extrabold">Text</div>
|
11
|
+
<div className="">
|
12
|
+
<div className="border p-2 space-x-2">
|
13
|
+
<Tabs className="">
|
14
|
+
<TabList>
|
15
|
+
<Tab>All colors</Tab>
|
16
|
+
<Tab>All sizes</Tab>
|
17
|
+
<Tab>All weights</Tab>
|
18
|
+
</TabList>
|
19
|
+
<TabPanel>
|
20
|
+
<table>
|
21
|
+
<tbody>
|
22
|
+
{colorOptions === null || colorOptions === void 0 ? void 0 : colorOptions.map(function (color) { return (<tr key={color}>
|
23
|
+
<td>{color}</td>
|
24
|
+
<td>
|
25
|
+
<Text
|
26
|
+
// scaling={scalingTheme}
|
27
|
+
weight={fontWeightTheme} color={color}>
|
28
|
+
The quick brown fox jumps over the lazy dog.
|
29
|
+
</Text>
|
30
|
+
</td>
|
31
|
+
</tr>); })}
|
32
|
+
</tbody>
|
33
|
+
</table>
|
34
|
+
</TabPanel>
|
35
|
+
<TabPanel>
|
36
|
+
<table>
|
37
|
+
<tbody>
|
38
|
+
{scalingOptions === null || scalingOptions === void 0 ? void 0 : scalingOptions.map(function (scale) { return (<tr key={scale}>
|
39
|
+
<td>{scale}</td>
|
40
|
+
<td>
|
41
|
+
<Text
|
42
|
+
// scaling={scale}
|
43
|
+
weight={fontWeightTheme} color={colorTheme}>
|
44
|
+
The quick brown fox jumps over the lazy dog.
|
45
|
+
</Text>
|
46
|
+
</td>
|
47
|
+
</tr>); })}
|
48
|
+
</tbody>
|
49
|
+
</table>
|
50
|
+
</TabPanel>
|
51
|
+
<TabPanel>
|
52
|
+
<table>
|
53
|
+
<tbody>
|
54
|
+
{weightOptions === null || weightOptions === void 0 ? void 0 : weightOptions.map(function (weight) { return (<tr key={weight}>
|
55
|
+
<td>{weight}</td>
|
56
|
+
<td>
|
57
|
+
<Text
|
58
|
+
// scaling={scalingTheme}
|
59
|
+
weight={weight} color={colorTheme}>
|
60
|
+
The quick brown fox jumps over the lazy dog.
|
61
|
+
</Text>
|
62
|
+
</td>
|
63
|
+
</tr>); })}
|
64
|
+
</tbody>
|
65
|
+
</table>
|
66
|
+
</TabPanel>
|
67
|
+
</Tabs>
|
68
|
+
</div>
|
69
|
+
</div>
|
70
|
+
</div>);
|
71
|
+
};
|
72
|
+
export default TextTemplate;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import React, { Dispatch, SetStateAction } from 'react';
|
2
|
+
import { IColor, IRadius, IScaling, IWeight } from 'types';
|
3
|
+
type ITheme = {
|
4
|
+
setRadiusTheme: Dispatch<SetStateAction<IRadius>>;
|
5
|
+
setScalingTheme: Dispatch<SetStateAction<IScaling>>;
|
6
|
+
setFontWeightTheme: Dispatch<SetStateAction<IWeight>>;
|
7
|
+
setColorTheme: Dispatch<SetStateAction<IColor>>;
|
8
|
+
setFontColorTheme: Dispatch<SetStateAction<IColor>>;
|
9
|
+
mode: string;
|
10
|
+
};
|
11
|
+
declare const Theme: ({ setRadiusTheme, setScalingTheme, setFontWeightTheme, setColorTheme, setFontColorTheme, mode, }: ITheme) => React.JSX.Element;
|
12
|
+
export default Theme;
|
@@ -0,0 +1,44 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import ColorPicker from './colorPicker';
|
3
|
+
import { radiusOptions, scalingOptions, weightOptions } from '../../constants';
|
4
|
+
var Theme = function (_a) {
|
5
|
+
var setRadiusTheme = _a.setRadiusTheme, setScalingTheme = _a.setScalingTheme, setFontWeightTheme = _a.setFontWeightTheme, setColorTheme = _a.setColorTheme, setFontColorTheme = _a.setFontColorTheme, mode = _a.mode;
|
6
|
+
var setColor = function (color) {
|
7
|
+
setColorTheme(color);
|
8
|
+
setFontColorTheme(color);
|
9
|
+
};
|
10
|
+
return (<div className="flex flex-col p-3">
|
11
|
+
<p className="text-2xl font-bold">Themes</p>
|
12
|
+
<div className="flex flex-col text-xl gap-2">
|
13
|
+
Accent Color
|
14
|
+
<ColorPicker mode={mode} setColorTheme={setColor}/>
|
15
|
+
</div>
|
16
|
+
<div className="flex gap-4">
|
17
|
+
<div className="flex gap-2">
|
18
|
+
<p>Radius</p>
|
19
|
+
<select className="border border-gray-900" onChange={function (e) { return setRadiusTheme(e.target.value); }} defaultValue={'full'}>
|
20
|
+
{radiusOptions.map(function (item) { return (<option key={item} value={item}>
|
21
|
+
{item}
|
22
|
+
</option>); })}
|
23
|
+
</select>
|
24
|
+
</div>
|
25
|
+
<div className="flex gap-2">
|
26
|
+
<p>Scaling</p>
|
27
|
+
<select className="border border-gray-900" onChange={function (e) { return setScalingTheme(e.target.value); }}>
|
28
|
+
{scalingOptions.map(function (item) { return (<option key={item} value={item}>
|
29
|
+
{item}
|
30
|
+
</option>); })}
|
31
|
+
</select>
|
32
|
+
</div>
|
33
|
+
<div className="flex gap-2">
|
34
|
+
<p>Font Weight</p>
|
35
|
+
<select className="border border-gray-900" onChange={function (e) { return setFontWeightTheme(e.target.value); }} defaultValue={'semibold'}>
|
36
|
+
{weightOptions.map(function (item) { return (<option key={item} value={item}>
|
37
|
+
{item}
|
38
|
+
</option>); })}
|
39
|
+
</select>
|
40
|
+
</div>
|
41
|
+
</div>
|
42
|
+
</div>);
|
43
|
+
};
|
44
|
+
export default Theme;
|