@lotte-innovate/ui-component-test 0.0.11 → 0.0.12
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 +1 -1
- package/dist/Typography/Header/index.jsx +4 -4
- package/dist/Typography/Text/index.jsx +4 -4
- package/dist/Typography/index.d.ts +2 -2
- package/dist/Typography/index.js +2 -3
- package/dist/app/layout.jsx +2 -2
- package/dist/app/page.d.ts +1 -1
- package/dist/app/page.jsx +6 -39
- package/dist/app/template/colorPicker.d.ts +1 -1
- package/dist/app/template/colorPicker.jsx +7 -7
- package/dist/app/template/theme.jsx +6 -33
- package/dist/components/Accordion/index.jsx +13 -13
- package/dist/components/AlertDialog/AlertDialogAction.jsx +3 -3
- package/dist/components/AlertDialog/AlertDialogCancel.jsx +3 -3
- package/dist/components/AlertDialog/AlertDialogContent.jsx +6 -6
- package/dist/components/AlertDialog/AlertDialogDescription.jsx +3 -3
- package/dist/components/AlertDialog/AlertDialogTitle.jsx +3 -3
- package/dist/components/AlertDialog/AlertDialogTrigger.jsx +3 -3
- package/dist/components/AlertDialog/index.jsx +4 -2
- package/dist/components/AspectRatio/index.jsx +3 -3
- package/dist/components/Avatar/index.jsx +6 -6
- package/dist/components/Badge/index.jsx +2 -2
- package/dist/components/BubbleChart/index.jsx +1 -1
- package/dist/components/Button/index.jsx +3 -3
- package/dist/components/Callout/CalloutIcon.jsx +7 -7
- package/dist/components/Callout/CalloutText.jsx +3 -3
- package/dist/components/Callout/index.jsx +5 -5
- package/dist/components/Card/index.jsx +3 -3
- package/dist/components/Checkbox/index.jsx +10 -10
- package/dist/components/CheckboxCard/index.jsx +4 -4
- package/dist/components/CheckboxGroup/CheckboxGroupItem.jsx +4 -4
- package/dist/components/CheckboxGroup/index.jsx +5 -5
- package/dist/components/ContextMenu/ContextMenuCheckboxItem.jsx +6 -6
- package/dist/components/ContextMenu/ContextMenuContent.jsx +5 -5
- package/dist/components/ContextMenu/ContextMenuGroup.jsx +2 -2
- package/dist/components/ContextMenu/ContextMenuItem.jsx +4 -4
- package/dist/components/ContextMenu/ContextMenuItemIndicator.jsx +3 -3
- package/dist/components/ContextMenu/ContextMenuLabel.jsx +3 -3
- package/dist/components/ContextMenu/ContextMenuRadioGroup.jsx +4 -4
- package/dist/components/ContextMenu/ContextMenuRadioItem.jsx +6 -6
- package/dist/components/ContextMenu/ContextMenuSeparator.jsx +3 -3
- package/dist/components/ContextMenu/ContextMenuSubContent.jsx +6 -6
- package/dist/components/ContextMenu/ContextMenuSubTrigger.jsx +8 -8
- package/dist/components/ContextMenu/ContextMenuTrigger.jsx +3 -3
- package/dist/components/ContextMenu/index.jsx +5 -3
- package/dist/components/DataList/DataListItem.jsx +3 -3
- package/dist/components/DataList/DataListLabel.jsx +3 -3
- package/dist/components/DataList/DataListValue.jsx +3 -3
- package/dist/components/DataList/index.jsx +5 -5
- package/dist/components/Dialog/DialogAction.jsx +3 -3
- package/dist/components/Dialog/DialogCancel.jsx +3 -3
- package/dist/components/Dialog/DialogContent.jsx +3 -3
- package/dist/components/Dialog/DialogDescription.jsx +3 -3
- package/dist/components/Dialog/DialogSlot.jsx +3 -3
- package/dist/components/Dialog/DialogTitle.jsx +3 -3
- package/dist/components/Dialog/DialogTrigger.jsx +2 -2
- package/dist/components/Dialog/index.jsx +2 -2
- package/dist/components/DoughnutChart/index.jsx +1 -1
- package/dist/components/DropdownMenu/DropdonMenuRadioGroup.jsx +4 -4
- package/dist/components/DropdownMenu/DropdonMenuSubContent.jsx +5 -5
- package/dist/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +6 -6
- package/dist/components/DropdownMenu/DropdownMenuContent.jsx +5 -5
- package/dist/components/DropdownMenu/DropdownMenuItem.jsx +4 -4
- package/dist/components/DropdownMenu/DropdownMenuItemIndicator.jsx +3 -3
- package/dist/components/DropdownMenu/DropdownMenuLable.jsx +3 -3
- package/dist/components/DropdownMenu/DropdownMenuRadioItem.jsx +6 -6
- package/dist/components/DropdownMenu/DropdownMenuSeparator.jsx +1 -1
- 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/Inset/index.jsx +4 -4
- package/dist/components/Label/index.jsx +2 -2
- package/dist/components/Menubar/MenubarCheckboxItem.jsx +6 -6
- package/dist/components/Menubar/MenubarContent.jsx +5 -5
- package/dist/components/Menubar/MenubarItem.jsx +4 -4
- package/dist/components/Menubar/MenubarItemIndicator.jsx +3 -3
- package/dist/components/Menubar/MenubarRadioGroup.jsx +4 -4
- package/dist/components/Menubar/MenubarRadioItem.jsx +6 -6
- package/dist/components/Menubar/MenubarSeparator.jsx +3 -3
- package/dist/components/Menubar/MenubarSubContent.jsx +3 -3
- package/dist/components/Menubar/MenubarSubTrigger.jsx +6 -6
- package/dist/components/Menubar/MenubarTrigger.jsx +3 -3
- package/dist/components/Menubar/index.jsx +5 -5
- package/dist/components/NavigationMenu/NavigationMenuContent.jsx +3 -3
- package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +4 -4
- package/dist/components/NavigationMenu/NavigationMenuItem.jsx +2 -2
- package/dist/components/NavigationMenu/NavigationMenuLink.jsx +3 -3
- package/dist/components/NavigationMenu/NavigationMenuList.jsx +4 -4
- package/dist/components/NavigationMenu/NavigationMenuTrigger.jsx +4 -4
- package/dist/components/NavigationMenu/NavigationMenuViewport.jsx +3 -3
- package/dist/components/NavigationMenu/index.jsx +5 -5
- package/dist/components/PieChart/index.jsx +1 -1
- 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.jsx +2 -2
- package/dist/components/Radio/index.jsx +7 -7
- package/dist/components/RadioCards/RadioCardsItem.jsx +2 -2
- package/dist/components/RadioCards/index.jsx +4 -4
- package/dist/components/RadioGroup/RadioGroupItem.jsx +2 -2
- 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.jsx +4 -4
- package/dist/components/Select/index.jsx +20 -18
- package/dist/components/Separator/index.jsx +5 -5
- package/dist/components/Skeleton/index.jsx +5 -5
- package/dist/components/Slider/index.jsx +3 -3
- package/dist/components/Spinner/index.jsx +4 -4
- package/dist/components/TabNav/index.jsx +6 -6
- package/dist/components/Table/index.d.ts +2 -1
- package/dist/components/Table/index.jsx +17 -17
- package/dist/components/Tabs/index.jsx +10 -10
- package/dist/components/TextArea/index.jsx +2 -2
- package/dist/components/TextField/index.jsx +7 -7
- package/dist/components/Toast/ToastActionButton.jsx +3 -3
- package/dist/components/Toast/ToastDescription.jsx +5 -5
- package/dist/components/Toast/ToastTitle.jsx +3 -3
- package/dist/components/Toast/index.jsx +8 -8
- package/dist/components/Toggle/ToggleWithText.jsx +3 -3
- package/dist/components/Toggle/index.jsx +2 -2
- package/dist/components/ToggleGroup/index.jsx +4 -4
- package/dist/components/ToggleGroup/toggleGroupItem.jsx +2 -2
- package/dist/components/ToggleSwitch/index.jsx +5 -5
- package/dist/components/Tooltip/index.d.ts +1 -1
- package/dist/components/Tooltip/index.jsx +11 -11
- package/dist/components/index.d.ts +0 -2
- package/dist/index.d.ts +2 -5
- package/dist/index.js +0 -3
- package/dist/stories/Welcome.jsx +19 -19
- package/dist/stories/accordion/Accordion.stories.jsx +19 -19
- package/dist/stories/alert-dialog/AlertDialog.stories.jsx +14 -14
- package/dist/stories/aspect-ratio/AspectRatio.stories.jsx +29 -29
- package/dist/stories/avatar/Avatar.stories.jsx +12 -12
- package/dist/stories/badge/Badge.stories.jsx +44 -44
- package/dist/stories/bubble-chart/BubbleChart.stories.jsx +9 -9
- package/dist/stories/button/Button.stories.jsx +34 -34
- package/dist/stories/button/IconButton.stories.jsx +14 -14
- package/dist/stories/callout/Callout.stories.jsx +107 -107
- package/dist/stories/card/Card.stories.jsx +51 -51
- package/dist/stories/checkbox/Checkbox.stories.jsx +57 -57
- package/dist/stories/checkbox/CheckboxCard.stories.jsx +36 -36
- package/dist/stories/checkbox/CheckboxGroup.stories.jsx +73 -73
- package/dist/stories/context-menu/ContextMenu.stories.jsx +70 -70
- package/dist/stories/data-list/DataList.stories.jsx +102 -102
- package/dist/stories/dialog/Dialog.stories.jsx +24 -24
- package/dist/stories/doughnut-chart/DoughnutChart.stories.jsx +9 -9
- package/dist/stories/dropdown-menu/DropdownMenu.stories.jsx +96 -96
- package/dist/stories/header/Header.stories.jsx +20 -20
- package/dist/stories/hover-card/HoverCard.stories.jsx +28 -28
- package/dist/stories/inset/Inset.stories.jsx +16 -16
- package/dist/stories/label/Label.stories.jsx +22 -22
- package/dist/stories/menubar/Menubar.stories.jsx +38 -38
- package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +11 -11
- package/dist/stories/navigation-menu/NavigationMenu.stories.jsx +67 -67
- package/dist/stories/pie-chart/PieChart.stories.jsx +20 -20
- package/dist/stories/popover/Popover.stories.jsx +34 -34
- package/dist/stories/progress/Progress.stories.jsx +6 -6
- package/dist/stories/radio/Radio.stories.jsx +11 -11
- package/dist/stories/radio/RadioCards.stories.jsx +60 -60
- package/dist/stories/radio/RadioGroup.stories.jsx +55 -55
- package/dist/stories/scroll-area/ScrollArea.stories.jsx +61 -61
- package/dist/stories/segmented-control/SegmentedControl.stories.jsx +22 -22
- package/dist/stories/select/Select.stories.jsx +62 -62
- package/dist/stories/separator/Separator.stories.jsx +25 -25
- package/dist/stories/skeleton/Skeleton.stories.jsx +28 -28
- package/dist/stories/slider/Slider.stories.jsx +12 -12
- package/dist/stories/spinner/Spinner.stories.jsx +26 -26
- package/dist/stories/switch/Switch.stories.jsx +12 -12
- package/dist/stories/tab-nav/TabNav.stories.jsx +10 -10
- package/dist/stories/table/Table.stories.jsx +28 -28
- package/dist/stories/tabs/Tabs.stories.jsx +18 -18
- package/dist/stories/text/Text.stories.jsx +16 -16
- package/dist/stories/textArea/TextArea.stories.jsx +17 -17
- package/dist/stories/textfield/TextField.stories.jsx +33 -33
- package/dist/stories/toast/Toast.stories.jsx +19 -19
- package/dist/stories/toggle/Toggle.stories.jsx +18 -18
- package/dist/stories/toggle/ToggleGroup.stories.jsx +34 -34
- package/dist/stories/tooltip/Tooltip.stories.jsx +14 -14
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +120 -118
- package/dist/app/template/badgeTemplate.d.ts +0 -12
- package/dist/app/template/badgeTemplate.jsx +0 -82
- package/dist/app/template/buttonTemplate.d.ts +0 -12
- package/dist/app/template/buttonTemplate.jsx +0 -82
- package/dist/app/template/textTemplate.d.ts +0 -11
- package/dist/app/template/textTemplate.jsx +0 -72
package/package.json
CHANGED
@@ -1,118 +1,120 @@
|
|
1
|
-
{
|
2
|
-
"name": "@lotte-innovate/ui-component-test",
|
3
|
-
"description": "Lotte UI Library",
|
4
|
-
"version": "0.0.
|
5
|
-
"private": false,
|
6
|
-
"type": "module",
|
7
|
-
"files": [
|
8
|
-
"dist"
|
9
|
-
],
|
10
|
-
"main": "dist/index.js",
|
11
|
-
"
|
12
|
-
"
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
"
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
"
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
"last 1
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
"
|
37
|
-
"
|
38
|
-
"
|
39
|
-
"
|
40
|
-
"
|
41
|
-
"
|
42
|
-
"
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
"@
|
48
|
-
"@
|
49
|
-
"@radix-ui/
|
50
|
-
"@radix-ui/react-
|
51
|
-
"@radix-ui/react-
|
52
|
-
"@radix-ui/react-
|
53
|
-
"@radix-ui/react-
|
54
|
-
"@radix-ui/react-
|
55
|
-
"@radix-ui/react-
|
56
|
-
"@radix-ui/react-
|
57
|
-
"@radix-ui/react-
|
58
|
-
"@radix-ui/react-
|
59
|
-
"@radix-ui/react-
|
60
|
-
"@radix-ui/react-
|
61
|
-
"@radix-ui/react-
|
62
|
-
"@radix-ui/react-
|
63
|
-
"@radix-ui/react-
|
64
|
-
"@radix-ui/react-
|
65
|
-
"@radix-ui/react-
|
66
|
-
"@radix-ui/
|
67
|
-
"@
|
68
|
-
"@
|
69
|
-
"@
|
70
|
-
"@
|
71
|
-
"
|
72
|
-
"
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
79
|
-
"react": "^
|
80
|
-
"
|
81
|
-
"react
|
82
|
-
"react-
|
83
|
-
"
|
84
|
-
"
|
85
|
-
"
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
"@babel/
|
91
|
-
"@babel/
|
92
|
-
"@babel/
|
93
|
-
"@babel/preset-
|
94
|
-
"@
|
95
|
-
"@
|
96
|
-
"@storybook
|
97
|
-
"@storybook/addon-
|
98
|
-
"@storybook/addon-
|
99
|
-
"@storybook/
|
100
|
-
"@storybook/
|
101
|
-
"@storybook/
|
102
|
-
"@storybook/
|
103
|
-
"@storybook/
|
104
|
-
"@
|
105
|
-
"@
|
106
|
-
"@types/
|
107
|
-
"
|
108
|
-
"
|
109
|
-
"
|
110
|
-
"
|
111
|
-
"eslint
|
112
|
-
"
|
113
|
-
"
|
114
|
-
"
|
115
|
-
"
|
116
|
-
"
|
117
|
-
|
118
|
-
|
1
|
+
{
|
2
|
+
"name": "@lotte-innovate/ui-component-test",
|
3
|
+
"description": "Lotte UI Library",
|
4
|
+
"version": "0.0.12",
|
5
|
+
"private": false,
|
6
|
+
"type": "module",
|
7
|
+
"files": [
|
8
|
+
"dist"
|
9
|
+
],
|
10
|
+
"main": "dist/index.js",
|
11
|
+
"module": "dist/index.js",
|
12
|
+
"types": "dist/index.d.ts",
|
13
|
+
"publishConfig": {
|
14
|
+
"access": "public"
|
15
|
+
},
|
16
|
+
"browser": "./browser/specific/main.js",
|
17
|
+
"babel": {
|
18
|
+
"presets": [
|
19
|
+
"@babel/preset-react",
|
20
|
+
"@babel/preset-env"
|
21
|
+
]
|
22
|
+
},
|
23
|
+
"browserslist": {
|
24
|
+
"production": [
|
25
|
+
">0.2%",
|
26
|
+
"not dead",
|
27
|
+
"not op_mini all"
|
28
|
+
],
|
29
|
+
"development": [
|
30
|
+
"last 1 chrome version",
|
31
|
+
"last 1 firefox version",
|
32
|
+
"last 1 safari version"
|
33
|
+
]
|
34
|
+
},
|
35
|
+
"scripts": {
|
36
|
+
"dev": "next dev",
|
37
|
+
"build": "next build && tsc",
|
38
|
+
"prepare": "next build",
|
39
|
+
"start": "next start",
|
40
|
+
"lint": "next lint",
|
41
|
+
"storybook": "cross-env NODE_OPTIONS='--max-old-space-size=8192' storybook dev -p 6006",
|
42
|
+
"build-storybook": "storybook build",
|
43
|
+
"publish:npm": "rimraf dist && mkdir dist && tsc",
|
44
|
+
"chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
|
45
|
+
},
|
46
|
+
"dependencies": {
|
47
|
+
"@babel/runtime": "^7.24.7",
|
48
|
+
"@babel/runtime-corejs3": "^7.24.7",
|
49
|
+
"@radix-ui/colors": "^3.0.0",
|
50
|
+
"@radix-ui/react-accordion": "^1.2.0",
|
51
|
+
"@radix-ui/react-checkbox": "^1.0.4",
|
52
|
+
"@radix-ui/react-dialog": "^1.1.1",
|
53
|
+
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
54
|
+
"@radix-ui/react-hover-card": "^1.1.1",
|
55
|
+
"@radix-ui/react-icons": "^1.3.0",
|
56
|
+
"@radix-ui/react-label": "^2.1.0",
|
57
|
+
"@radix-ui/react-menubar": "^1.1.1",
|
58
|
+
"@radix-ui/react-navigation-menu": "^1.2.0",
|
59
|
+
"@radix-ui/react-popover": "1.0.7",
|
60
|
+
"@radix-ui/react-radio-group": "^1.1.3",
|
61
|
+
"@radix-ui/react-select": "^2.1.1",
|
62
|
+
"@radix-ui/react-separator": "^1.1.0",
|
63
|
+
"@radix-ui/react-slider": "^1.2.0",
|
64
|
+
"@radix-ui/react-switch": "^1.1.0",
|
65
|
+
"@radix-ui/react-tabs": "^1.1.0",
|
66
|
+
"@radix-ui/react-toast": "^1.2.1",
|
67
|
+
"@radix-ui/react-tooltip": "^1.1.1",
|
68
|
+
"@radix-ui/themes": "^3.1.1",
|
69
|
+
"@stitches/core": "^1.2.8",
|
70
|
+
"@stitches/react": "^1.2.8",
|
71
|
+
"@storybook/addon-a11y": "^8.0.10",
|
72
|
+
"@storybook/addons": "^7.6.17",
|
73
|
+
"chart.js": "^4.4.4",
|
74
|
+
"chartjs-plugin-datalabels": "^2.2.0",
|
75
|
+
"class-variance-authority": "^0.7.0",
|
76
|
+
"clsx": "^2.1.0",
|
77
|
+
"cross-env": "^7.0.3",
|
78
|
+
"dotenv": "^16.4.5",
|
79
|
+
"lucide-react": "^0.364.0",
|
80
|
+
"next": "14.1.4",
|
81
|
+
"react": "^18",
|
82
|
+
"react-chartjs-2": "^5.2.0",
|
83
|
+
"react-dom": "^18",
|
84
|
+
"react-tabs": "^6.0.2",
|
85
|
+
"storybook-addon-deep-controls": "^0.7.1",
|
86
|
+
"storybook-dark-mode": "^4.0.2",
|
87
|
+
"tailwind-merge": "^2.2.2"
|
88
|
+
},
|
89
|
+
"devDependencies": {
|
90
|
+
"@babel/cli": "^7.24.7",
|
91
|
+
"@babel/core": "^7.24.7",
|
92
|
+
"@babel/plugin-transform-runtime": "^7.24.7",
|
93
|
+
"@babel/preset-env": "^7.25.4",
|
94
|
+
"@babel/preset-react": "^7.24.7",
|
95
|
+
"@babel/preset-typescript": "^7.24.7",
|
96
|
+
"@chromatic-com/storybook": "^1.2.25",
|
97
|
+
"@storybook/addon-essentials": "^8.0.4",
|
98
|
+
"@storybook/addon-interactions": "^8.0.4",
|
99
|
+
"@storybook/addon-links": "^8.0.4",
|
100
|
+
"@storybook/addon-styling-webpack": "^1.0.0",
|
101
|
+
"@storybook/blocks": "^8.0.4",
|
102
|
+
"@storybook/nextjs": "^8.0.4",
|
103
|
+
"@storybook/react": "^8.0.4",
|
104
|
+
"@storybook/test": "^8.0.4",
|
105
|
+
"@storybook/theming": "^8.2.4",
|
106
|
+
"@types/node": "^20",
|
107
|
+
"@types/react": "^18",
|
108
|
+
"@types/react-dom": "^18",
|
109
|
+
"autoprefixer": "^10.0.1",
|
110
|
+
"chromatic": "^11.5.4",
|
111
|
+
"eslint": "^8",
|
112
|
+
"eslint-config-next": "14.1.4",
|
113
|
+
"eslint-plugin-storybook": "^0.8.0",
|
114
|
+
"postcss": "^8",
|
115
|
+
"rimraf": "^6.0.1",
|
116
|
+
"storybook": "^8.2.6",
|
117
|
+
"tailwindcss": "^3.3.0",
|
118
|
+
"typescript": "^5"
|
119
|
+
}
|
120
|
+
}
|
@@ -1,12 +0,0 @@
|
|
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;
|
@@ -1,82 +0,0 @@
|
|
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;
|
@@ -1,12 +0,0 @@
|
|
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;
|
@@ -1,82 +0,0 @@
|
|
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;
|
@@ -1,11 +0,0 @@
|
|
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;
|
@@ -1,72 +0,0 @@
|
|
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;
|