@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.
Files changed (137) hide show
  1. package/dist/Typography/index.d.ts +2 -0
  2. package/dist/Typography/index.js +2 -0
  3. package/dist/app/layout.d.ts +7 -0
  4. package/dist/app/layout.jsx +13 -0
  5. package/dist/app/page.d.ts +2 -0
  6. package/dist/app/page.jsx +42 -0
  7. package/dist/app/template/badgeTemplate.d.ts +12 -0
  8. package/dist/app/template/badgeTemplate.jsx +82 -0
  9. package/dist/app/template/buttonTemplate.d.ts +12 -0
  10. package/dist/app/template/buttonTemplate.jsx +82 -0
  11. package/dist/app/template/colorPicker.d.ts +7 -0
  12. package/dist/app/template/colorPicker.jsx +19 -0
  13. package/dist/app/template/textTemplate.d.ts +11 -0
  14. package/dist/app/template/textTemplate.jsx +72 -0
  15. package/dist/app/template/theme.d.ts +12 -0
  16. package/dist/app/template/theme.jsx +44 -0
  17. package/dist/color/alpha.d.ts +784 -0
  18. package/dist/color/alpha.js +784 -0
  19. package/dist/color/constants.d.ts +20 -0
  20. package/dist/color/constants.js +200 -0
  21. package/dist/color/dark.d.ts +392 -0
  22. package/dist/color/dark.js +392 -0
  23. package/dist/color/krdsColors.d.ts +309 -0
  24. package/dist/color/krdsColors.js +309 -0
  25. package/dist/color/light.d.ts +392 -0
  26. package/dist/color/light.js +393 -0
  27. package/dist/components/index.js +0 -3
  28. package/dist/constants.d.ts +185 -0
  29. package/dist/constants.js +569 -0
  30. package/dist/index.d.ts +5 -0
  31. package/dist/index.js +5 -0
  32. package/dist/stories/Welcome.d.ts +3 -0
  33. package/dist/stories/Welcome.jsx +48 -0
  34. package/dist/stories/accordion/Accordion.stories.d.ts +71 -0
  35. package/dist/stories/accordion/Accordion.stories.jsx +79 -0
  36. package/dist/stories/alert-dialog/AlertDialog.stories.d.ts +107 -0
  37. package/dist/stories/alert-dialog/AlertDialog.stories.jsx +73 -0
  38. package/dist/stories/aspect-ratio/AspectRatio.stories.d.ts +68 -0
  39. package/dist/stories/aspect-ratio/AspectRatio.stories.jsx +106 -0
  40. package/dist/stories/avatar/Avatar.stories.d.ts +127 -0
  41. package/dist/stories/avatar/Avatar.stories.jsx +105 -0
  42. package/dist/stories/badge/Badge.stories.d.ts +133 -0
  43. package/dist/stories/badge/Badge.stories.jsx +130 -0
  44. package/dist/stories/bubble-chart/BubbleChart.stories.d.ts +103 -0
  45. package/dist/stories/bubble-chart/BubbleChart.stories.jsx +176 -0
  46. package/dist/stories/button/Button.stories.d.ts +148 -0
  47. package/dist/stories/button/Button.stories.jsx +98 -0
  48. package/dist/stories/button/IconButton.stories.d.ts +125 -0
  49. package/dist/stories/button/IconButton.stories.jsx +93 -0
  50. package/dist/stories/callout/Callout.stories.d.ts +129 -0
  51. package/dist/stories/callout/Callout.stories.jsx +205 -0
  52. package/dist/stories/card/Card.stories.d.ts +100 -0
  53. package/dist/stories/card/Card.stories.jsx +134 -0
  54. package/dist/stories/checkbox/Checkbox.stories.d.ts +147 -0
  55. package/dist/stories/checkbox/Checkbox.stories.jsx +166 -0
  56. package/dist/stories/checkbox/CheckboxCard.stories.d.ts +129 -0
  57. package/dist/stories/checkbox/CheckboxCard.stories.jsx +125 -0
  58. package/dist/stories/checkbox/CheckboxGroup.stories.d.ts +91 -0
  59. package/dist/stories/checkbox/CheckboxGroup.stories.jsx +144 -0
  60. package/dist/stories/context-menu/ContextMenu.stories.d.ts +113 -0
  61. package/dist/stories/context-menu/ContextMenu.stories.jsx +155 -0
  62. package/dist/stories/data-list/DataList.stories.d.ts +97 -0
  63. package/dist/stories/data-list/DataList.stories.jsx +185 -0
  64. package/dist/stories/dialog/Dialog.stories.d.ts +88 -0
  65. package/dist/stories/dialog/Dialog.stories.jsx +82 -0
  66. package/dist/stories/doughnut-chart/DoughnutChart.stories.d.ts +181 -0
  67. package/dist/stories/doughnut-chart/DoughnutChart.stories.jsx +236 -0
  68. package/dist/stories/dropdown-menu/DropdownMenu.stories.d.ts +112 -0
  69. package/dist/stories/dropdown-menu/DropdownMenu.stories.jsx +170 -0
  70. package/dist/stories/header/Header.stories.d.ts +112 -0
  71. package/dist/stories/header/Header.stories.jsx +116 -0
  72. package/dist/stories/hover-card/HoverCard.stories.d.ts +107 -0
  73. package/dist/stories/hover-card/HoverCard.stories.jsx +98 -0
  74. package/dist/stories/inset/Inset.stories.d.ts +58 -0
  75. package/dist/stories/inset/Inset.stories.jsx +79 -0
  76. package/dist/stories/label/Label.stories.d.ts +94 -0
  77. package/dist/stories/label/Label.stories.jsx +112 -0
  78. package/dist/stories/menubar/Menubar.stories.d.ts +119 -0
  79. package/dist/stories/menubar/Menubar.stories.jsx +135 -0
  80. package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +385 -0
  81. package/dist/stories/navigation-menu/NavigationMenu.stories.jsx +144 -0
  82. package/dist/stories/pie-chart/PieChart.stories.d.ts +186 -0
  83. package/dist/stories/pie-chart/PieChart.stories.jsx +300 -0
  84. package/dist/stories/popover/Popover.stories.d.ts +78 -0
  85. package/dist/stories/popover/Popover.stories.jsx +107 -0
  86. package/dist/stories/progress/Progress.stories.d.ts +113 -0
  87. package/dist/stories/progress/Progress.stories.jsx +82 -0
  88. package/dist/stories/radar-chart/RadarChart.stories.d.ts +111 -0
  89. package/dist/stories/radar-chart/RadarChart.stories.jsx +200 -0
  90. package/dist/stories/radio/Radio.stories.d.ts +108 -0
  91. package/dist/stories/radio/Radio.stories.jsx +94 -0
  92. package/dist/stories/radio/RadioCards.stories.d.ts +127 -0
  93. package/dist/stories/radio/RadioCards.stories.jsx +153 -0
  94. package/dist/stories/radio/RadioGroup.stories.d.ts +111 -0
  95. package/dist/stories/radio/RadioGroup.stories.jsx +142 -0
  96. package/dist/stories/scroll-area/ScrollArea.stories.d.ts +59 -0
  97. package/dist/stories/scroll-area/ScrollArea.stories.jsx +123 -0
  98. package/dist/stories/segmented-control/SegmentedControl.stories.d.ts +97 -0
  99. package/dist/stories/segmented-control/SegmentedControl.stories.jsx +101 -0
  100. package/dist/stories/select/Select.stories.d.ts +116 -0
  101. package/dist/stories/select/Select.stories.jsx +149 -0
  102. package/dist/stories/separator/Separator.stories.d.ts +93 -0
  103. package/dist/stories/separator/Separator.stories.jsx +106 -0
  104. package/dist/stories/skeleton/Skeleton.stories.d.ts +88 -0
  105. package/dist/stories/skeleton/Skeleton.stories.jsx +119 -0
  106. package/dist/stories/slider/Slider.stories.d.ts +114 -0
  107. package/dist/stories/slider/Slider.stories.jsx +94 -0
  108. package/dist/stories/spinner/Spinner.stories.d.ts +83 -0
  109. package/dist/stories/spinner/Spinner.stories.jsx +112 -0
  110. package/dist/stories/switch/Switch.stories.d.ts +146 -0
  111. package/dist/stories/switch/Switch.stories.jsx +119 -0
  112. package/dist/stories/tab-nav/TabNav.stories.d.ts +55 -0
  113. package/dist/stories/tab-nav/TabNav.stories.jsx +68 -0
  114. package/dist/stories/table/Table.stories.d.ts +87 -0
  115. package/dist/stories/table/Table.stories.jsx +106 -0
  116. package/dist/stories/tabs/Tabs.stories.d.ts +55 -0
  117. package/dist/stories/tabs/Tabs.stories.jsx +76 -0
  118. package/dist/stories/text/Text.stories.d.ts +74 -0
  119. package/dist/stories/text/Text.stories.jsx +91 -0
  120. package/dist/stories/textArea/TextArea.stories.d.ts +117 -0
  121. package/dist/stories/textArea/TextArea.stories.jsx +112 -0
  122. package/dist/stories/textfield/TextField.stories.d.ts +116 -0
  123. package/dist/stories/textfield/TextField.stories.jsx +120 -0
  124. package/dist/stories/toast/Toast.stories.d.ts +138 -0
  125. package/dist/stories/toast/Toast.stories.jsx +122 -0
  126. package/dist/stories/toggle/Toggle.stories.d.ts +115 -0
  127. package/dist/stories/toggle/Toggle.stories.jsx +106 -0
  128. package/dist/stories/toggle/ToggleGroup.stories.d.ts +103 -0
  129. package/dist/stories/toggle/ToggleGroup.stories.jsx +127 -0
  130. package/dist/stories/tooltip/Tooltip.stories.d.ts +93 -0
  131. package/dist/stories/tooltip/Tooltip.stories.jsx +91 -0
  132. package/dist/tsconfig.tsbuildinfo +1 -0
  133. package/dist/types.d.ts +11 -0
  134. package/dist/types.js +1 -0
  135. package/dist/utils/utils.d.ts +3 -0
  136. package/dist/utils/utils.js +27 -0
  137. package/package.json +4 -6
@@ -0,0 +1,2 @@
1
+ export { default as Header } from './Header';
2
+ export { default as Text } from './Text';
@@ -0,0 +1,2 @@
1
+ export { default as Header } from '../Typography/Header';
2
+ export { default as Text } from '../Typography/Text';
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import type { Metadata } from 'next';
3
+ import './globals.css';
4
+ export declare const metadata: Metadata;
5
+ export default function RootLayout({ children, }: Readonly<{
6
+ children: React.ReactNode;
7
+ }>): import("react").JSX.Element;
@@ -0,0 +1,13 @@
1
+ import { Inter } from 'next/font/google';
2
+ import './globals.css';
3
+ var inter = Inter({ subsets: ['latin'] });
4
+ export var metadata = {
5
+ title: 'Create Next App',
6
+ description: 'Generated by create next app',
7
+ };
8
+ export default function RootLayout(_a) {
9
+ var children = _a.children;
10
+ return (<html lang="en">
11
+ <body className={inter.className}>{children}</body>
12
+ </html>);
13
+ }
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export default function Home(): false | React.JSX.Element;
@@ -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,7 @@
1
+ /// <reference types="react" />
2
+ import { IColor } from 'types';
3
+ declare const ColorPicker: ({ setColorTheme, mode, }: {
4
+ setColorTheme: (color: IColor) => void;
5
+ mode: string;
6
+ }) => import("react").JSX.Element;
7
+ export default ColorPicker;
@@ -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;