@lotte-innovate/ui-component-test 0.0.10 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (260) hide show
  1. package/dist/Typography/Header/{index.js → index.jsx} +5 -2
  2. package/dist/Typography/Text/{index.js → index.jsx} +6 -3
  3. package/dist/Typography/index.js +0 -1
  4. package/dist/app/layout.d.ts +1 -1
  5. package/dist/app/{layout.js → layout.jsx} +3 -2
  6. package/dist/app/page.d.ts +2 -1
  7. package/dist/app/page.jsx +9 -0
  8. package/dist/app/template/colorPicker.d.ts +3 -2
  9. package/dist/app/template/colorPicker.jsx +19 -0
  10. package/dist/app/template/theme.d.ts +2 -2
  11. package/dist/app/template/theme.jsx +17 -0
  12. package/dist/components/Accordion/{index.js → index.jsx} +17 -5
  13. package/dist/components/AlertDialog/{AlertDialogAction.js → AlertDialogAction.jsx} +4 -3
  14. package/dist/components/AlertDialog/{AlertDialogCancel.js → AlertDialogCancel.jsx} +4 -3
  15. package/dist/components/AlertDialog/{AlertDialogContent.js → AlertDialogContent.jsx} +7 -3
  16. package/dist/components/AlertDialog/{AlertDialogDescription.js → AlertDialogDescription.jsx} +4 -14
  17. package/dist/components/AlertDialog/{AlertDialogTitle.js → AlertDialogTitle.jsx} +4 -14
  18. package/dist/components/AlertDialog/{AlertDialogTrigger.js → AlertDialogTrigger.jsx} +4 -3
  19. package/dist/components/AlertDialog/{index.js → index.jsx} +5 -15
  20. package/dist/components/AspectRatio/{index.js → index.jsx} +4 -3
  21. package/dist/components/Avatar/{index.js → index.jsx} +7 -3
  22. package/dist/components/Badge/{index.js → index.jsx} +4 -3
  23. package/dist/components/BubbleChart/index.d.ts +2 -1
  24. package/dist/components/BubbleChart/{index.js → index.jsx} +2 -2
  25. package/dist/components/Button/{index.js → index.jsx} +4 -3
  26. package/dist/components/Callout/{CalloutIcon.js → CalloutIcon.jsx} +8 -3
  27. package/dist/components/Callout/{CalloutText.js → CalloutText.jsx} +4 -14
  28. package/dist/components/Callout/{index.js → index.jsx} +6 -3
  29. package/dist/components/Card/{index.js → index.jsx} +4 -3
  30. package/dist/components/Checkbox/{index.js → index.jsx} +11 -3
  31. package/dist/components/CheckboxCard/{index.js → index.jsx} +5 -3
  32. package/dist/components/CheckboxGroup/{CheckboxGroupItem.js → CheckboxGroupItem.jsx} +6 -14
  33. package/dist/components/CheckboxGroup/{index.js → index.jsx} +5 -2
  34. package/dist/components/ContextMenu/{ContextMenuCheckboxItem.js → ContextMenuCheckboxItem.jsx} +7 -14
  35. package/dist/components/ContextMenu/{ContextMenuContent.js → ContextMenuContent.jsx} +6 -3
  36. package/dist/components/ContextMenu/{ContextMenuGroup.js → ContextMenuGroup.jsx} +4 -14
  37. package/dist/components/ContextMenu/{ContextMenuItem.js → ContextMenuItem.jsx} +5 -3
  38. package/dist/components/ContextMenu/{ContextMenuItemIndicator.js → ContextMenuItemIndicator.jsx} +4 -3
  39. package/dist/components/ContextMenu/{ContextMenuLabel.js → ContextMenuLabel.jsx} +4 -3
  40. package/dist/components/ContextMenu/{ContextMenuRadioGroup.js → ContextMenuRadioGroup.jsx} +6 -14
  41. package/dist/components/ContextMenu/{ContextMenuRadioItem.js → ContextMenuRadioItem.jsx} +7 -14
  42. package/dist/components/ContextMenu/{ContextMenuSeparator.js → ContextMenuSeparator.jsx} +4 -14
  43. package/dist/components/ContextMenu/{ContextMenuSubContent.js → ContextMenuSubContent.jsx} +10 -7
  44. package/dist/components/ContextMenu/{ContextMenuSubTrigger.js → ContextMenuSubTrigger.jsx} +9 -14
  45. package/dist/components/ContextMenu/{ContextMenuTrigger.js → ContextMenuTrigger.jsx} +4 -14
  46. package/dist/components/ContextMenu/{index.js → index.jsx} +7 -15
  47. package/dist/components/DataList/{DataListItem.js → DataListItem.jsx} +4 -3
  48. package/dist/components/DataList/{DataListLabel.js → DataListLabel.jsx} +4 -3
  49. package/dist/components/DataList/{DataListValue.js → DataListValue.jsx} +4 -3
  50. package/dist/components/DataList/{index.js → index.jsx} +6 -14
  51. package/dist/components/Dialog/{DialogAction.js → DialogAction.jsx} +4 -14
  52. package/dist/components/Dialog/{DialogCancel.js → DialogCancel.jsx} +4 -14
  53. package/dist/components/Dialog/{DialogContent.js → DialogContent.jsx} +4 -3
  54. package/dist/components/Dialog/{DialogDescription.js → DialogDescription.jsx} +4 -14
  55. package/dist/components/Dialog/{DialogSlot.js → DialogSlot.jsx} +4 -14
  56. package/dist/components/Dialog/{DialogTitle.js → DialogTitle.jsx} +4 -14
  57. package/dist/components/Dialog/{DialogTrigger.js → DialogTrigger.jsx} +4 -14
  58. package/dist/components/Dialog/{index.js → index.jsx} +4 -14
  59. package/dist/components/DoughnutChart/index.d.ts +2 -1
  60. package/dist/components/DoughnutChart/{index.js → index.jsx} +2 -2
  61. package/dist/components/DropdownMenu/{DropdonMenuRadioGroup.js → DropdonMenuRadioGroup.jsx} +6 -14
  62. package/dist/components/DropdownMenu/{DropdonMenuSubContent.js → DropdonMenuSubContent.jsx} +10 -7
  63. package/dist/components/DropdownMenu/{DropdownMenuCheckboxItem.js → DropdownMenuCheckboxItem.jsx} +7 -14
  64. package/dist/components/DropdownMenu/{DropdownMenuContent.js → DropdownMenuContent.jsx} +6 -3
  65. package/dist/components/DropdownMenu/{DropdownMenuItem.js → DropdownMenuItem.jsx} +5 -3
  66. package/dist/components/DropdownMenu/{DropdownMenuItemIndicator.js → DropdownMenuItemIndicator.jsx} +4 -3
  67. package/dist/components/DropdownMenu/{DropdownMenuLable.js → DropdownMenuLable.jsx} +4 -3
  68. package/dist/components/DropdownMenu/{DropdownMenuRadioItem.js → DropdownMenuRadioItem.jsx} +7 -14
  69. package/dist/components/DropdownMenu/{DropdownMenuSeparator.js → DropdownMenuSeparator.jsx} +2 -14
  70. package/dist/components/DropdownMenu/{DropdownMenuSub.js → DropdownMenuSub.jsx} +2 -14
  71. package/dist/components/DropdownMenu/{DropdownMenuSubTrigger.js → DropdownMenuSubTrigger.jsx} +7 -14
  72. package/dist/components/DropdownMenu/{DropdownMenuTrigger.js → DropdownMenuTrigger.jsx} +4 -14
  73. package/dist/components/DropdownMenu/{index.js → index.jsx} +2 -14
  74. package/dist/components/HoverCard/{HoverCardContent.js → HoverCardContent.jsx} +4 -3
  75. package/dist/components/HoverCard/{HoverCardTrigger.js → HoverCardTrigger.jsx} +4 -14
  76. package/dist/components/HoverCard/{index.js → index.jsx} +4 -14
  77. package/dist/components/IconButton/{index.js → index.jsx} +3 -2
  78. package/dist/components/Inset/{index.js → index.jsx} +6 -3
  79. package/dist/components/Label/{index.js → index.jsx} +3 -2
  80. package/dist/components/Menubar/{MenubarCheckboxItem.js → MenubarCheckboxItem.jsx} +7 -14
  81. package/dist/components/Menubar/{MenubarContent.js → MenubarContent.jsx} +10 -7
  82. package/dist/components/Menubar/{MenubarItem.js → MenubarItem.jsx} +5 -3
  83. package/dist/components/Menubar/{MenubarItemIndicator.js → MenubarItemIndicator.jsx} +4 -3
  84. package/dist/components/Menubar/{MenubarMenu.js → MenubarMenu.jsx} +2 -14
  85. package/dist/components/Menubar/{MenubarRadioGroup.js → MenubarRadioGroup.jsx} +6 -14
  86. package/dist/components/Menubar/{MenubarRadioItem.js → MenubarRadioItem.jsx} +7 -14
  87. package/dist/components/Menubar/{MenubarSeparator.js → MenubarSeparator.jsx} +4 -14
  88. package/dist/components/Menubar/{MenubarSub.js → MenubarSub.jsx} +2 -14
  89. package/dist/components/Menubar/{MenubarSubContent.js → MenubarSubContent.jsx} +5 -4
  90. package/dist/components/Menubar/{MenubarSubTrigger.js → MenubarSubTrigger.jsx} +7 -14
  91. package/dist/components/Menubar/{MenubarTrigger.js → MenubarTrigger.jsx} +4 -3
  92. package/dist/components/Menubar/{index.js → index.jsx} +6 -3
  93. package/dist/components/NavigationMenu/{NavigationMenuContent.js → NavigationMenuContent.jsx} +4 -3
  94. package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +22 -0
  95. package/dist/components/NavigationMenu/{NavigationMenuItem.js → NavigationMenuItem.jsx} +4 -14
  96. package/dist/components/NavigationMenu/{NavigationMenuLink.js → NavigationMenuLink.jsx} +4 -3
  97. package/dist/components/NavigationMenu/{NavigationMenuList.js → NavigationMenuList.jsx} +5 -3
  98. package/dist/components/NavigationMenu/{NavigationMenuTrigger.js → NavigationMenuTrigger.jsx} +5 -3
  99. package/dist/components/NavigationMenu/{NavigationMenuViewport.js → NavigationMenuViewport.jsx} +4 -3
  100. package/dist/components/NavigationMenu/{index.js → index.jsx} +6 -14
  101. package/dist/components/PieChart/index.d.ts +2 -1
  102. package/dist/components/PieChart/{index.js → index.jsx} +2 -2
  103. package/dist/components/Popover/{PopoverClose.js → PopoverClose.jsx} +4 -14
  104. package/dist/components/Popover/{PopoverContent.js → PopoverContent.jsx} +4 -3
  105. package/dist/components/Popover/{PopoverTrigger.js → PopoverTrigger.jsx} +4 -14
  106. package/dist/components/Popover/{index.js → index.jsx} +4 -14
  107. package/dist/components/Progress/{index.js → index.jsx} +4 -3
  108. package/dist/components/RadarChart/index.d.ts +2 -1
  109. package/dist/components/RadarChart/{index.js → index.jsx} +2 -2
  110. package/dist/components/Radio/{index.js → index.jsx} +8 -13
  111. package/dist/components/RadioCards/{RadioCardsItem.js → RadioCardsItem.jsx} +4 -14
  112. package/dist/components/RadioCards/{index.js → index.jsx} +6 -3
  113. package/dist/components/RadioGroup/{RadioGroupItem.js → RadioGroupItem.jsx} +4 -14
  114. package/dist/components/RadioGroup/{index.js → index.jsx} +6 -14
  115. package/dist/components/ScrollArea/{index.js → index.jsx} +6 -14
  116. package/dist/components/SegmentedControl/{SegmentedControlItem.js → SegmentedControlItem.jsx} +4 -14
  117. package/dist/components/SegmentedControl/{index.js → index.jsx} +5 -2
  118. package/dist/components/Select/{index.js → index.jsx} +26 -9
  119. package/dist/components/Separator/{index.js → index.jsx} +5 -2
  120. package/dist/components/Skeleton/{index.js → index.jsx} +5 -2
  121. package/dist/components/Slider/{index.js → index.jsx} +3 -2
  122. package/dist/components/Spinner/{index.js → index.jsx} +5 -2
  123. package/dist/components/TabNav/{index.js → index.jsx} +8 -14
  124. package/dist/components/Table/index.d.ts +2 -1
  125. package/dist/components/Table/{index.js → index.jsx} +24 -9
  126. package/dist/components/Tabs/{index.js → index.jsx} +14 -5
  127. package/dist/components/TextArea/{index.js → index.jsx} +3 -2
  128. package/dist/components/TextField/{index.js → index.jsx} +8 -3
  129. package/dist/components/Toast/{ToastActionButton.js → ToastActionButton.jsx} +4 -3
  130. package/dist/components/Toast/{ToastDescription.js → ToastDescription.jsx} +6 -14
  131. package/dist/components/Toast/{ToastTitle.js → ToastTitle.jsx} +4 -14
  132. package/dist/components/Toast/{index.js → index.jsx} +9 -3
  133. package/dist/components/Toggle/{ToggleWithText.js → ToggleWithText.jsx} +6 -4
  134. package/dist/components/Toggle/{index.js → index.jsx} +4 -3
  135. package/dist/components/ToggleGroup/{index.js → index.jsx} +6 -3
  136. package/dist/components/ToggleGroup/{toggleGroupItem.js → toggleGroupItem.jsx} +4 -14
  137. package/dist/components/ToggleSwitch/{index.js → index.jsx} +6 -2
  138. package/dist/components/Tooltip/{index.js → index.jsx} +11 -2
  139. package/dist/stories/Welcome.d.ts +2 -1
  140. package/dist/stories/Welcome.jsx +48 -0
  141. package/dist/stories/accordion/Accordion.stories.d.ts +1 -1
  142. package/dist/stories/accordion/{Accordion.stories.js → Accordion.stories.jsx} +20 -2
  143. package/dist/stories/alert-dialog/AlertDialog.stories.d.ts +1 -1
  144. package/dist/stories/alert-dialog/{AlertDialog.stories.js → AlertDialog.stories.jsx} +15 -2
  145. package/dist/stories/aspect-ratio/AspectRatio.stories.d.ts +3 -3
  146. package/dist/stories/aspect-ratio/AspectRatio.stories.jsx +106 -0
  147. package/dist/stories/avatar/Avatar.stories.d.ts +5 -5
  148. package/dist/stories/avatar/{Avatar.stories.js → Avatar.stories.jsx} +17 -6
  149. package/dist/stories/badge/Badge.stories.d.ts +6 -6
  150. package/dist/stories/badge/{Badge.stories.js → Badge.stories.jsx} +51 -7
  151. package/dist/stories/bubble-chart/BubbleChart.stories.d.ts +5 -4
  152. package/dist/stories/bubble-chart/{BubbleChart.stories.js → BubbleChart.stories.jsx} +12 -4
  153. package/dist/stories/button/Button.stories.d.ts +7 -7
  154. package/dist/stories/button/{Button.stories.js → Button.stories.jsx} +41 -8
  155. package/dist/stories/button/IconButton.stories.d.ts +4 -4
  156. package/dist/stories/button/{IconButton.stories.js → IconButton.stories.jsx} +18 -5
  157. package/dist/stories/callout/Callout.stories.d.ts +7 -7
  158. package/dist/stories/callout/Callout.stories.jsx +205 -0
  159. package/dist/stories/card/Card.stories.d.ts +5 -5
  160. package/dist/stories/card/{Card.stories.js → Card.stories.jsx} +56 -6
  161. package/dist/stories/checkbox/Checkbox.stories.d.ts +6 -6
  162. package/dist/stories/checkbox/{Checkbox.stories.js → Checkbox.stories.jsx} +63 -7
  163. package/dist/stories/checkbox/CheckboxCard.stories.d.ts +5 -5
  164. package/dist/stories/checkbox/{CheckboxCard.stories.js → CheckboxCard.stories.jsx} +41 -6
  165. package/dist/stories/checkbox/CheckboxGroup.stories.d.ts +3 -3
  166. package/dist/stories/checkbox/{CheckboxGroup.stories.js → CheckboxGroup.stories.jsx} +76 -4
  167. package/dist/stories/context-menu/ContextMenu.stories.d.ts +4 -4
  168. package/dist/stories/context-menu/{ContextMenu.stories.js → ContextMenu.stories.jsx} +74 -5
  169. package/dist/stories/data-list/DataList.stories.d.ts +4 -4
  170. package/dist/stories/data-list/DataList.stories.jsx +185 -0
  171. package/dist/stories/dialog/Dialog.stories.d.ts +1 -1
  172. package/dist/stories/dialog/{Dialog.stories.js → Dialog.stories.jsx} +25 -2
  173. package/dist/stories/doughnut-chart/DoughnutChart.stories.d.ts +5 -4
  174. package/dist/stories/doughnut-chart/{DoughnutChart.stories.js → DoughnutChart.stories.jsx} +12 -4
  175. package/dist/stories/dropdown-menu/DropdownMenu.stories.d.ts +4 -4
  176. package/dist/stories/dropdown-menu/DropdownMenu.stories.jsx +170 -0
  177. package/dist/stories/header/Header.stories.d.ts +6 -6
  178. package/dist/stories/header/{Header.stories.js → Header.stories.jsx} +26 -7
  179. package/dist/stories/hover-card/HoverCard.stories.d.ts +2 -2
  180. package/dist/stories/hover-card/{HoverCard.stories.js → HoverCard.stories.jsx} +30 -3
  181. package/dist/stories/inset/Inset.stories.d.ts +2 -2
  182. package/dist/stories/inset/{Inset.stories.js → Inset.stories.jsx} +27 -12
  183. package/dist/stories/label/Label.stories.d.ts +4 -4
  184. package/dist/stories/label/{Label.stories.js → Label.stories.jsx} +26 -5
  185. package/dist/stories/menubar/Menubar.stories.d.ts +1 -1
  186. package/dist/stories/menubar/{Menubar.stories.js → Menubar.stories.jsx} +45 -8
  187. package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +2 -2
  188. package/dist/stories/navigation-menu/{NavigationMenu.stories.js → NavigationMenu.stories.jsx} +68 -3
  189. package/dist/stories/pie-chart/PieChart.stories.d.ts +6 -5
  190. package/dist/stories/pie-chart/{PieChart.stories.js → PieChart.stories.jsx} +32 -13
  191. package/dist/stories/popover/Popover.stories.d.ts +2 -2
  192. package/dist/stories/popover/{Popover.stories.js → Popover.stories.jsx} +42 -9
  193. package/dist/stories/progress/Progress.stories.d.ts +4 -4
  194. package/dist/stories/progress/{Progress.stories.js → Progress.stories.jsx} +11 -6
  195. package/dist/stories/radar-chart/RadarChart.stories.d.ts +6 -5
  196. package/dist/stories/radar-chart/{RadarChart.stories.js → RadarChart.stories.jsx} +4 -5
  197. package/dist/stories/radio/Radio.stories.d.ts +3 -3
  198. package/dist/stories/radio/{Radio.stories.js → Radio.stories.jsx} +14 -4
  199. package/dist/stories/radio/RadioCards.stories.d.ts +4 -4
  200. package/dist/stories/radio/{RadioCards.stories.js → RadioCards.stories.jsx} +64 -5
  201. package/dist/stories/radio/RadioGroup.stories.d.ts +4 -4
  202. package/dist/stories/radio/{RadioGroup.stories.js → RadioGroup.stories.jsx} +59 -5
  203. package/dist/stories/scroll-area/ScrollArea.stories.d.ts +2 -2
  204. package/dist/stories/scroll-area/ScrollArea.stories.jsx +123 -0
  205. package/dist/stories/segmented-control/SegmentedControl.stories.d.ts +4 -4
  206. package/dist/stories/segmented-control/{SegmentedControl.stories.js → SegmentedControl.stories.jsx} +26 -5
  207. package/dist/stories/select/Select.stories.d.ts +5 -5
  208. package/dist/stories/select/{Select.stories.js → Select.stories.jsx} +67 -6
  209. package/dist/stories/separator/Separator.stories.d.ts +4 -4
  210. package/dist/stories/separator/{Separator.stories.js → Separator.stories.jsx} +29 -5
  211. package/dist/stories/skeleton/Skeleton.stories.d.ts +5 -5
  212. package/dist/stories/skeleton/{Skeleton.stories.js → Skeleton.stories.jsx} +33 -6
  213. package/dist/stories/slider/Slider.stories.d.ts +4 -4
  214. package/dist/stories/slider/{Slider.stories.js → Slider.stories.jsx} +16 -5
  215. package/dist/stories/spinner/Spinner.stories.d.ts +5 -5
  216. package/dist/stories/spinner/{Spinner.stories.js → Spinner.stories.jsx} +31 -6
  217. package/dist/stories/switch/Switch.stories.d.ts +4 -4
  218. package/dist/stories/switch/{Switch.stories.js → Switch.stories.jsx} +16 -5
  219. package/dist/stories/tab-nav/TabNav.stories.d.ts +1 -1
  220. package/dist/stories/tab-nav/{TabNav.stories.js → TabNav.stories.jsx} +11 -2
  221. package/dist/stories/table/Table.stories.d.ts +1 -1
  222. package/dist/stories/table/{Table.stories.js → Table.stories.jsx} +29 -2
  223. package/dist/stories/tabs/Tabs.stories.d.ts +1 -1
  224. package/dist/stories/tabs/{Tabs.stories.js → Tabs.stories.jsx} +19 -2
  225. package/dist/stories/text/Text.stories.d.ts +5 -5
  226. package/dist/stories/text/{Text.stories.js → Text.stories.jsx} +21 -6
  227. package/dist/stories/textArea/TextArea.stories.d.ts +5 -5
  228. package/dist/stories/textArea/{TextArea.stories.js → TextArea.stories.jsx} +22 -6
  229. package/dist/stories/textfield/TextField.stories.d.ts +5 -5
  230. package/dist/stories/textfield/{TextField.stories.js → TextField.stories.jsx} +38 -6
  231. package/dist/stories/toast/Toast.stories.d.ts +3 -3
  232. package/dist/stories/toast/{Toast.stories.js → Toast.stories.jsx} +22 -4
  233. package/dist/stories/toggle/Toggle.stories.d.ts +5 -5
  234. package/dist/stories/toggle/{Toggle.stories.js → Toggle.stories.jsx} +23 -6
  235. package/dist/stories/toggle/ToggleGroup.stories.d.ts +3 -3
  236. package/dist/stories/toggle/{ToggleGroup.stories.js → ToggleGroup.stories.jsx} +39 -6
  237. package/dist/stories/tooltip/Tooltip.stories.d.ts +3 -3
  238. package/dist/stories/tooltip/{Tooltip.stories.js → Tooltip.stories.jsx} +17 -4
  239. package/dist/tsconfig.tsbuildinfo +1 -1
  240. package/package.json +1 -1
  241. package/dist/app/page.js +0 -6
  242. package/dist/app/template/badgeTemplate.d.ts +0 -11
  243. package/dist/app/template/badgeTemplate.js +0 -11
  244. package/dist/app/template/buttonTemplate.d.ts +0 -11
  245. package/dist/app/template/buttonTemplate.js +0 -11
  246. package/dist/app/template/colorPicker.js +0 -14
  247. package/dist/app/template/textTemplate.d.ts +0 -10
  248. package/dist/app/template/textTemplate.js +0 -23
  249. package/dist/app/template/theme.js +0 -12
  250. package/dist/components/Input/Input.stories.d.ts +0 -77
  251. package/dist/components/Input/Input.stories.js +0 -74
  252. package/dist/components/Input/index.d.ts +0 -14
  253. package/dist/components/Input/index.js +0 -53
  254. package/dist/components/NavigationMenu/NavigationMenuIndicator.js +0 -31
  255. package/dist/stories/Welcome.js +0 -30
  256. package/dist/stories/aspect-ratio/AspectRatio.stories.js +0 -78
  257. package/dist/stories/callout/Callout.stories.js +0 -104
  258. package/dist/stories/data-list/DataList.stories.js +0 -87
  259. package/dist/stories/dropdown-menu/DropdownMenu.stories.js +0 -75
  260. package/dist/stories/scroll-area/ScrollArea.stories.js +0 -63
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lotte-innovate/ui-component-test",
3
3
  "description": "Lotte UI Library",
4
- "version": "0.0.10",
4
+ "version": "0.0.12",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "files": [
package/dist/app/page.js DELETED
@@ -1,6 +0,0 @@
1
- 'use client';
2
- import { jsx as _jsx } from "react/jsx-runtime";
3
- // import { Button } from '@lotte-innovate/ui-component-test';
4
- export default function Home() {
5
- return _jsx("div", {});
6
- }
@@ -1,11 +0,0 @@
1
- import 'react-tabs/style/react-tabs.css';
2
- import { ITheme, IColor, IRadius, IScaling, IWeight } from 'types';
3
- type IBadgeTemplate = {
4
- radiusTheme: IRadius;
5
- scalingTheme: IScaling;
6
- fontWeightTheme: IWeight;
7
- colorTheme: IColor;
8
- mode: ITheme;
9
- };
10
- declare const BadgeTemplate: ({ radiusTheme, scalingTheme, fontWeightTheme, colorTheme, mode, }: IBadgeTemplate) => import("react/jsx-runtime").JSX.Element;
11
- export default BadgeTemplate;
@@ -1,11 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Tab, Tabs, TabList, TabPanel } from 'react-tabs';
3
- import 'react-tabs/style/react-tabs.css';
4
- import { radiusOptions, scalingOptions } from '../../constants';
5
- import Badge from 'components/Badge';
6
- import { colorOptions } from 'color/constants';
7
- var BadgeTemplate = function (_a) {
8
- var radiusTheme = _a.radiusTheme, scalingTheme = _a.scalingTheme, fontWeightTheme = _a.fontWeightTheme, colorTheme = _a.colorTheme, mode = _a.mode;
9
- return (_jsxs("div", { className: "m-3", children: [_jsx("div", { className: " font-extrabold", children: "Badge" }), _jsx("div", { className: "", children: _jsx("div", { className: "border p-2 space-x-2", children: _jsxs(Tabs, { className: "", children: [_jsxs(TabList, { children: [_jsx(Tab, { children: "Theme colors" }), _jsx(Tab, { children: "All colors" }), _jsx(Tab, { children: "All sizes" })] }), _jsxs(TabPanel, { children: [_jsx("p", { className: "", children: "Main Color \uC801\uC6A9 \uBC43\uC9C0" }), _jsx(Badge, { radius: radiusTheme, scaling: scalingTheme, color: colorTheme, children: "Badge" }), _jsx(Badge, { radius: radiusTheme, scaling: scalingTheme, color: colorTheme, children: "outline" })] }), _jsx(TabPanel, { children: _jsxs("table", { children: [_jsxs("tr", { children: [_jsx("th", {}), _jsx("th", { children: "default" }), _jsx("th", { children: "outline" })] }), colorOptions === null || colorOptions === void 0 ? void 0 : colorOptions.map(function (color) { return (_jsxs("tr", { children: [_jsx("th", { children: color }), _jsx("td", { children: _jsx(Badge, { radius: radiusTheme, scaling: scalingTheme, color: color, children: "Badge" }) }), _jsx("td", { children: _jsx(Badge, { radius: radiusTheme, scaling: scalingTheme, color: color, children: "outline" }) })] }, color)); })] }) }), _jsxs(TabPanel, { children: [_jsxs("table", { children: [_jsxs("tr", { children: [_jsx("th", {}), radiusOptions.map(function (radius) { return (_jsx("th", { children: radius }, radius)); })] }), scalingOptions.map(function (scale) { return (_jsxs("tr", { children: [_jsx("th", { children: scale }), radiusOptions.map(function (radius) { return (_jsx("td", { children: _jsx(Badge, { scaling: scale, radius: radius, color: colorTheme, children: "Badge" }) }, radius)); })] }, scale)); })] }), _jsx("table", { children: scalingOptions.map(function (scale) { return (_jsxs("tr", { children: [_jsx("th", { children: scale }), radiusOptions.map(function (radius) { return (_jsx("td", { children: _jsx(Badge, { scaling: scale, radius: radius, color: colorTheme, children: "outline" }) }, radius)); })] }, scale)); }) })] })] }) }) })] }));
10
- };
11
- export default BadgeTemplate;
@@ -1,11 +0,0 @@
1
- import { ITheme, IColor, IRadius, IScaling, IWeight } from 'types';
2
- import 'react-tabs/style/react-tabs.css';
3
- type IButtonTemplate = {
4
- radiusTheme: IRadius;
5
- scalingTheme: IScaling;
6
- fontWeightTheme: IWeight;
7
- colorTheme: IColor;
8
- mode: ITheme;
9
- };
10
- declare const ButtonTemplate: ({ radiusTheme, scalingTheme, fontWeightTheme, colorTheme, mode, }: IButtonTemplate) => import("react/jsx-runtime").JSX.Element;
11
- export default ButtonTemplate;
@@ -1,11 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Tab, Tabs, TabList, TabPanel } from 'react-tabs';
3
- import 'react-tabs/style/react-tabs.css';
4
- import { radiusOptions, scalingOptions } from '../../constants';
5
- import Button from 'components/Button';
6
- import { colorOptions } from 'color/constants';
7
- var ButtonTemplate = function (_a) {
8
- var radiusTheme = _a.radiusTheme, scalingTheme = _a.scalingTheme, fontWeightTheme = _a.fontWeightTheme, colorTheme = _a.colorTheme, mode = _a.mode;
9
- return (_jsxs("div", { className: "m-3", children: [_jsx("div", { className: " font-extrabold", children: "Button" }), _jsx("div", { className: "", children: _jsx("div", { className: "border p-2 space-x-2", children: _jsxs(Tabs, { className: "", children: [_jsxs(TabList, { children: [_jsx(Tab, { children: "Theme colors" }), _jsx(Tab, { children: "All colors" }), _jsx(Tab, { children: "All sizes" })] }), _jsxs(TabPanel, { children: [_jsx("p", { className: "", children: "Main Color \uC801\uC6A9 Button" }), _jsx(Button, { radius: radiusTheme, scaling: scalingTheme, weight: fontWeightTheme, color: colorTheme, children: "Button" }), _jsx(Button, { radius: radiusTheme, scaling: scalingTheme, weight: fontWeightTheme, color: colorTheme, children: "outline" })] }), _jsx(TabPanel, { children: _jsxs("table", { children: [_jsxs("tr", { children: [_jsx("th", {}), _jsx("th", { children: "default" }), _jsx("th", { children: "outline" })] }), colorOptions === null || colorOptions === void 0 ? void 0 : colorOptions.map(function (color) { return (_jsxs("tr", { children: [_jsx("th", { children: color }), _jsx("td", { children: _jsx(Button, { radius: radiusTheme, scaling: scalingTheme, weight: fontWeightTheme, color: color, children: "Button" }) }), _jsx("td", { children: _jsx(Button, { radius: radiusTheme, scaling: scalingTheme, weight: fontWeightTheme, color: color, children: "outline" }) })] }, color)); })] }) }), _jsxs(TabPanel, { children: [_jsxs("table", { children: [_jsxs("tr", { children: [_jsx("th", {}), radiusOptions.map(function (radius) { return (_jsx("th", { children: radius }, radius)); })] }), scalingOptions.map(function (scale) { return (_jsxs("tr", { children: [_jsx("th", { children: scale }), radiusOptions.map(function (radius) { return (_jsx("td", { children: _jsx(Button, { scaling: scale, radius: radius, weight: fontWeightTheme, color: colorTheme, children: "Button" }) }, radius)); })] }, scale)); })] }), _jsx("table", { children: scalingOptions.map(function (scale) { return (_jsxs("tr", { children: [_jsx("th", { children: scale }), radiusOptions.map(function (radius) { return (_jsx("td", { children: _jsx(Button, { scaling: scale, radius: radius, weight: fontWeightTheme, color: colorTheme, children: "outline" }) }, radius)); })] }, scale)); }) })] })] }) }) })] }));
10
- };
11
- export default ButtonTemplate;
@@ -1,14 +0,0 @@
1
- 'use client';
2
- import { jsx as _jsx } from "react/jsx-runtime";
3
- import { bgColorStyle } from '../../constants';
4
- var ColorPicker = function (_a) {
5
- var setColorTheme = _a.setColorTheme, mode = _a.mode;
6
- var handleColorClick = function (color) {
7
- setColorTheme(color);
8
- };
9
- return (_jsx("div", { children: _jsx("div", { className: "flex flex-row flex-wrap gap-2", children: Object.entries(bgColorStyle).map(function (_a) {
10
- var key = _a[0], value = _a[1];
11
- return (_jsx("button", { className: "w-12 p-2 rounded-full text-xs cursor-pointer hover:border-gray-900 ".concat(value, " text-white hover:text-black"), children: key.replace('Dark', '') }, key));
12
- }) }) }));
13
- };
14
- export default ColorPicker;
@@ -1,10 +0,0 @@
1
- import { ITheme, IScaling, IWeight, IColor } from 'types';
2
- import 'react-tabs/style/react-tabs.css';
3
- type ITextTemplate = {
4
- scalingTheme: IScaling;
5
- fontWeightTheme: IWeight;
6
- colorTheme: IColor;
7
- mode: ITheme;
8
- };
9
- declare const TextTemplate: ({ scalingTheme, fontWeightTheme, colorTheme, mode }: ITextTemplate) => import("react/jsx-runtime").JSX.Element;
10
- export default TextTemplate;
@@ -1,23 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Tab, Tabs, TabList, TabPanel } from 'react-tabs';
3
- import 'react-tabs/style/react-tabs.css';
4
- import { scalingOptions, weightOptions } from '../../constants';
5
- import { Text } from '../../Typography/Text';
6
- import { colorOptions } from 'color/constants';
7
- var TextTemplate = function (_a) {
8
- var scalingTheme = _a.scalingTheme, fontWeightTheme = _a.fontWeightTheme, colorTheme = _a.colorTheme, mode = _a.mode;
9
- return (_jsxs("div", { className: "m-3", children: [_jsx("div", { className: " font-extrabold", children: "Text" }), _jsx("div", { className: "", children: _jsx("div", { className: "border p-2 space-x-2", children: _jsxs(Tabs, { className: "", children: [_jsxs(TabList, { children: [_jsx(Tab, { children: "All colors" }), _jsx(Tab, { children: "All sizes" }), _jsx(Tab, { children: "All weights" })] }), _jsx(TabPanel, { children: _jsx("table", { children: _jsx("tbody", { children: colorOptions === null || colorOptions === void 0 ? void 0 : colorOptions.map(function (color) { return (_jsxs("tr", { children: [_jsx("td", { children: color }), _jsx("td", { children: _jsx(Text
10
- // scaling={scalingTheme}
11
- , {
12
- // scaling={scalingTheme}
13
- weight: fontWeightTheme, color: color, children: "The quick brown fox jumps over the lazy dog." }) })] }, color)); }) }) }) }), _jsx(TabPanel, { children: _jsx("table", { children: _jsx("tbody", { children: scalingOptions === null || scalingOptions === void 0 ? void 0 : scalingOptions.map(function (scale) { return (_jsxs("tr", { children: [_jsx("td", { children: scale }), _jsx("td", { children: _jsx(Text
14
- // scaling={scale}
15
- , {
16
- // scaling={scale}
17
- weight: fontWeightTheme, color: colorTheme, children: "The quick brown fox jumps over the lazy dog." }) })] }, scale)); }) }) }) }), _jsx(TabPanel, { children: _jsx("table", { children: _jsx("tbody", { children: weightOptions === null || weightOptions === void 0 ? void 0 : weightOptions.map(function (weight) { return (_jsxs("tr", { children: [_jsx("td", { children: weight }), _jsx("td", { children: _jsx(Text
18
- // scaling={scalingTheme}
19
- , {
20
- // scaling={scalingTheme}
21
- weight: weight, color: colorTheme, children: "The quick brown fox jumps over the lazy dog." }) })] }, weight)); }) }) }) })] }) }) })] }));
22
- };
23
- export default TextTemplate;
@@ -1,12 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import ColorPicker from './colorPicker';
3
- import { radiusOptions, scalingOptions, weightOptions } from '../../constants';
4
- var Theme = function (_a) {
5
- var setRadiusTheme = _a.setRadiusTheme, setScalingTheme = _a.setScalingTheme, setFontWeightTheme = _a.setFontWeightTheme, setColorTheme = _a.setColorTheme, setFontColorTheme = _a.setFontColorTheme, mode = _a.mode;
6
- var setColor = function (color) {
7
- setColorTheme(color);
8
- setFontColorTheme(color);
9
- };
10
- return (_jsxs("div", { className: "flex flex-col p-3", children: [_jsx("p", { className: "text-2xl font-bold", children: "Themes" }), _jsxs("div", { className: "flex flex-col text-xl gap-2", children: ["Accent Color", _jsx(ColorPicker, { mode: mode, setColorTheme: setColor })] }), _jsxs("div", { className: "flex gap-4", children: [_jsxs("div", { className: "flex gap-2", children: [_jsx("p", { children: "Radius" }), _jsx("select", { className: "border border-gray-900", onChange: function (e) { return setRadiusTheme(e.target.value); }, defaultValue: 'full', children: radiusOptions.map(function (item) { return (_jsx("option", { value: item, children: item }, item)); }) })] }), _jsxs("div", { className: "flex gap-2", children: [_jsx("p", { children: "Scaling" }), _jsx("select", { className: "border border-gray-900", onChange: function (e) { return setScalingTheme(e.target.value); }, children: scalingOptions.map(function (item) { return (_jsx("option", { value: item, children: item }, item)); }) })] }), _jsxs("div", { className: "flex gap-2", children: [_jsx("p", { children: "Font Weight" }), _jsx("select", { className: "border border-gray-900", onChange: function (e) { return setFontWeightTheme(e.target.value); }, defaultValue: 'semibold', children: weightOptions.map(function (item) { return (_jsx("option", { value: item, children: item }, item)); }) })] })] })] }));
11
- };
12
- export default Theme;
@@ -1,77 +0,0 @@
1
- /// <reference types="react" />
2
- import type { StoryObj } from '@storybook/react';
3
- import { InputProps } from './index';
4
- import { IRadius, IScaling, IWeight } from '../../types';
5
- declare const meta: {
6
- title: string;
7
- component: ({ radius, scaling, weight, color, ...props }: InputProps) => import("react/jsx-runtime").JSX.Element;
8
- parameters: {
9
- layout: string;
10
- themes: {
11
- themeOverride: string;
12
- };
13
- docs: {
14
- page: null;
15
- description: {
16
- component: string;
17
- };
18
- };
19
- };
20
- tags: string[];
21
- argTypes: {
22
- radius: {
23
- options: IRadius[];
24
- control: {
25
- type: string;
26
- };
27
- description: string;
28
- defaultValue: {
29
- summary: string;
30
- };
31
- };
32
- scaling: {
33
- options: IScaling[];
34
- control: {
35
- type: string;
36
- };
37
- description: string;
38
- defaultValue: {
39
- summary: string;
40
- };
41
- };
42
- weight: {
43
- options: IWeight[];
44
- control: {
45
- type: string;
46
- };
47
- description: string;
48
- defaultValue: {
49
- summary: string;
50
- };
51
- };
52
- onChange: {
53
- table: {
54
- category: string;
55
- };
56
- };
57
- color: {
58
- options: import("../../types").IColor[];
59
- description: string;
60
- defaultValue: {
61
- summary: string;
62
- };
63
- control: {
64
- type: string;
65
- };
66
- };
67
- };
68
- args: {
69
- onClick: import("@vitest/spy").Mock<[event: import("react").MouseEvent<HTMLInputElement, MouseEvent>], void>;
70
- };
71
- };
72
- export default meta;
73
- type Story = StoryObj<typeof meta>;
74
- export declare const Default: Story;
75
- export declare const Radius: (args: InputProps) => import("react/jsx-runtime").JSX.Element;
76
- export declare const Scaling: (args: InputProps) => import("react/jsx-runtime").JSX.Element;
77
- export declare const Weight: (args: InputProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,74 +0,0 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
- import { jsx as _jsx } from "react/jsx-runtime";
13
- import { fn } from '@storybook/test';
14
- import { Input } from './index';
15
- import { radiusOptions, scalingOptions, weightOptions } from '../../../src/constants';
16
- import { colorOptions } from 'color/constants';
17
- var meta = {
18
- title: '작업중/Input',
19
- component: Input,
20
- parameters: {
21
- layout: 'centered',
22
- themes: {
23
- themeOverride: 'dark',
24
- },
25
- docs: {
26
- page: null,
27
- description: {
28
- component: '',
29
- },
30
- },
31
- },
32
- tags: ['autodocs'],
33
- argTypes: {
34
- radius: {
35
- options: radiusOptions,
36
- control: { type: 'select' },
37
- description: '둥글기',
38
- defaultValue: { summary: 'small' },
39
- },
40
- scaling: {
41
- options: scalingOptions,
42
- control: { type: 'select' },
43
- description: '크기',
44
- defaultValue: { summary: '100%' },
45
- },
46
- weight: {
47
- options: weightOptions,
48
- control: { type: 'select' },
49
- description: '폰트 두께',
50
- defaultValue: { summary: 'normal' },
51
- },
52
- onChange: {
53
- table: {
54
- category: 'EVENT HANDLER',
55
- },
56
- },
57
- color: {
58
- options: colorOptions,
59
- description: 'background color',
60
- defaultValue: { summary: 'blue' },
61
- control: { type: 'select' },
62
- },
63
- },
64
- args: {
65
- onClick: fn(),
66
- },
67
- };
68
- export default meta;
69
- export var Default = {
70
- args: {},
71
- };
72
- export var Radius = function (args) { return (_jsx("div", { className: "flex space-x-2", children: radiusOptions.map(function (radius) { return (_jsx(Input, __assign({}, args, { radius: radius }), radius)); }) })); };
73
- export var Scaling = function (args) { return (_jsx("div", { className: "flex items-center space-x-2", children: scalingOptions.map(function (scaling) { return (_jsx(Input, __assign({}, args, { scaling: scaling }), scaling)); }) })); };
74
- export var Weight = function (args) { return (_jsx("div", { className: "flex items-center space-x-2", children: weightOptions.map(function (weight) { return (_jsx(Input, __assign({}, args, { weight: weight }), weight)); }) })); };
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
- import { VariantProps } from 'class-variance-authority';
3
- import { IColor } from '../../types';
4
- export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement>, VariantProps<typeof inputVariants> {
5
- color?: IColor;
6
- }
7
- declare const inputVariants: (props?: ({
8
- radius?: "none" | "small" | "medium" | "large" | "full" | null | undefined;
9
- scaling?: "90%" | "95%" | "100%" | "105%" | "110%" | null | undefined;
10
- weight?: "medium" | "regular" | "semibold" | "bold" | null | undefined;
11
- color?: string | null | undefined;
12
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
13
- export declare const Input: ({ radius, scaling, weight, color, ...props }: InputProps) => import("react/jsx-runtime").JSX.Element;
14
- export default Input;
@@ -1,53 +0,0 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
- var __rest = (this && this.__rest) || function (s, e) {
13
- var t = {};
14
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
- t[p] = s[p];
16
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
- t[p[i]] = s[p[i]];
20
- }
21
- return t;
22
- };
23
- import { jsx as _jsx } from "react/jsx-runtime";
24
- import { cva } from 'class-variance-authority';
25
- import { cn } from '../../utils/utils';
26
- import { bgColorStyle, radiusVariants, weightVariants } from '../../constants';
27
- var inputVariants = cva('inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2', {
28
- variants: {
29
- radius: __assign({}, radiusVariants['base']),
30
- scaling: {
31
- '90%': 'text-xs py-1 px-2',
32
- '95%': 'text-sm py-1 px-2',
33
- '100%': 'text-base py-2 px-6',
34
- '105%': 'text-lg py-3 px-6',
35
- '110%': 'text-xl py-3 px-6',
36
- },
37
- weight: __assign({}, weightVariants),
38
- color: bgColorStyle(),
39
- },
40
- defaultVariants: {
41
- radius: 'small',
42
- },
43
- });
44
- export var Input = function (_a) {
45
- var radius = _a.radius, scaling = _a.scaling, weight = _a.weight, color = _a.color, props = __rest(_a, ["radius", "scaling", "weight", "color"]);
46
- return (_jsx("input", __assign({ className: cn(inputVariants({
47
- radius: radius,
48
- scaling: scaling,
49
- weight: weight,
50
- color: color,
51
- })) }, props)));
52
- };
53
- export default Input;
@@ -1,31 +0,0 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
- var __rest = (this && this.__rest) || function (s, e) {
13
- var t = {};
14
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
- t[p] = s[p];
16
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
- t[p[i]] = s[p[i]];
20
- }
21
- return t;
22
- };
23
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
- import { forwardRef } from 'react';
25
- import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
26
- import { cn } from 'utils/utils';
27
- export var NavigationMenuIndicator = forwardRef(function (_a, ref) {
28
- var className = _a.className, children = _a.children, props = __rest(_a, ["className", "children"]);
29
- return (_jsxs(NavigationMenuPrimitive.Indicator, __assign({ ref: ref, className: "flex z-[1] top-full h-[10px] items-end justify-center overflow-hidden\n data-[state=visible]:animate-fadeIn data-[state=hidden]:animate-fadeOut \n transition-[width,transform_250ms_ease]" }, props, { children: [_jsx("div", { className: cn("relative top-[70%] h-[10px] w-[10px] rotate-[45deg] rounded-tl-[2px] \n bg-white dark:bg-slateDark-2 shadow-slate-4 shadow dark:shadow-slateDark-4", className) }), children] })));
30
- });
31
- NavigationMenuIndicator.displayName = 'NavigationMenuIndicator';
@@ -1,30 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { useEffect } from 'react';
3
- import Landing from './assets/landing.svg';
4
- import Logo from './assets/logo.svg';
5
- import Figma from './assets/figma.svg';
6
- import Gitlab from './assets/gitlab.svg';
7
- import Image from 'next/image';
8
- import Button from 'components/Button';
9
- var addParentClass = function () {
10
- var elements = document.querySelectorAll('.welcome-wrap');
11
- elements.forEach(function (element) {
12
- var parent = element.parentElement.parentElement;
13
- if (parent) {
14
- parent.classList.add('welcome-wrap-layout');
15
- }
16
- });
17
- };
18
- var Welcome = function () {
19
- useEffect(function () {
20
- addParentClass();
21
- }, []);
22
- var navigateToGitlab = function () {
23
- window.open('http://s-gitlab.ldcc.co.kr/l-ui/ui-component', '_blank');
24
- };
25
- var navigateToFigma = function () {
26
- window.open('https://www.figma.com/design/tlcB7UYdvUNzPk5T66FqLf/UI-%EB%9D%BC%EC%9D%B4%EB%B8%8C%EB%9F%AC%EB%A6%AC-%EA%B3%B5%EC%9C%A0%EC%9A%A9?node-id=0-1&t=k7fMSU17MKc42lzy-0', '_blank');
27
- };
28
- return (_jsxs("div", { className: "welcome-wrap", children: [_jsxs("div", { children: [_jsxs("div", { children: [_jsx(Image, { className: "w-[150px] h-auto", layout: "fixed", src: Logo, alt: "LOTTE INNOVATE" }), _jsx("p", { className: "welcome-sub", children: "Style Guide UI Kit" }), _jsx("h1", { className: "welcome-title", children: "LOTTE UI Library" })] }), _jsxs("div", { className: "flex gap-2 pt-[40px]", children: [_jsxs(Button, { color: "slate", radius: "medium", scaling: "100%", weight: "medium", size: 'x-large', appearance: 'outline', onClick: navigateToGitlab, className: "relative z-10", children: [_jsx(Image, { src: Gitlab, width: 0, height: 0, alt: "Gitlab", className: "mr-2" }), "GitLab"] }), _jsxs(Button, { color: "slate", radius: "medium", scaling: "100%", weight: "medium", size: 'x-large', appearance: 'outline', onClick: navigateToFigma, className: "relative z-10", children: [_jsx(Image, { src: Figma, width: 0, height: 0, alt: "Figma", className: "mr-2" }), "Figma"] })] })] }), _jsx(Image, { className: "absolute bottom-0 w-auto", src: Landing, width: 0, height: 0, alt: "\uCEF4\uD3EC\uB10C\uD2B8 \uC774\uBBF8\uC9C0\uC785\uB2C8\uB2E4." })] }));
29
- };
30
- export default Welcome;
@@ -1,78 +0,0 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
- var __rest = (this && this.__rest) || function (s, e) {
13
- var t = {};
14
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
- t[p] = s[p];
16
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
- t[p[i]] = s[p[i]];
20
- }
21
- return t;
22
- };
23
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
- import Image from 'next/image';
25
- import AspectRatio from 'components/AspectRatio';
26
- import { Text } from 'Typography/Text';
27
- import { commonArgTypes, scalingOptions } from '../../constants';
28
- var aspectOptions = {
29
- '1': 1,
30
- '5/4': 1.25,
31
- '5/3': 1.66,
32
- '5/2': 2.5,
33
- '5/1': 5,
34
- '16/9': 1.77,
35
- };
36
- var meta = {
37
- title: 'Component/AspectRatio',
38
- component: AspectRatio,
39
- parameters: {
40
- layout: 'centered',
41
- docs: {
42
- description: {
43
- component: '원하는 비율로 콘텐츠를 표시하는 컴포넌트',
44
- },
45
- },
46
- },
47
- tags: ['autodocs'],
48
- argTypes: {
49
- ratio: {
50
- table: {
51
- category: 'Props',
52
- type: { summary: 'number' },
53
- },
54
- options: Object.keys(aspectOptions),
55
- mapping: aspectOptions,
56
- control: {
57
- type: 'select',
58
- },
59
- description: 'width / height 비율',
60
- defaultValue: { summary: '16/9' },
61
- },
62
- scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'AspectRatio 비율' }),
63
- },
64
- args: {},
65
- };
66
- export default meta;
67
- export var Default = function (_a) {
68
- var args = __rest(_a, []);
69
- return (_jsx("div", { className: "w-[300px]", children: _jsx(AspectRatio, __assign({ id: "defaultAspectRatio" }, args, { children: _jsx(Image, { className: "h-full w-full object-cover", src: "https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80", alt: "Landscape photograph by Tobias Tullius", width: 100, height: 100 }) })) }));
70
- };
71
- export var Ratio = function (_a) {
72
- var args = __rest(_a, []);
73
- return (_jsxs("div", { className: "flex space-x-2", children: [_jsxs("div", { className: "flex flex-col w-[200px] items-center", children: [_jsx(Text, { children: '3 / 1' }), _jsx(AspectRatio, __assign({ id: "defaultAspectRatio" }, args, { ratio: 3 / 1, children: _jsx(Image, { className: "h-full w-full object-cover", src: "https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80", alt: "Landscape photograph by Tobias Tullius", width: 100, height: 100 }) }))] }), _jsxs("div", { className: "flex flex-col w-[200px] items-center", children: [_jsx(Text, { children: '3 / 2' }), _jsx(AspectRatio, __assign({ id: "defaultAspectRatio" }, args, { ratio: 3 / 2, children: _jsx(Image, { className: "h-full w-full object-cover", src: "https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80", alt: "Landscape photograph by Tobias Tullius", width: 100, height: 100 }) }))] }), _jsxs("div", { className: "flex flex-col w-[200px] items-center", children: [_jsx(Text, { children: '3 / 3' }), _jsx(AspectRatio, __assign({ id: "defaultAspectRatio" }, args, { ratio: 3 / 3, children: _jsx(Image, { className: "h-full w-full object-cover", src: "https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80", alt: "Landscape photograph by Tobias Tullius", width: 100, height: 100 }) }))] })] }));
74
- };
75
- export var Scaling = function (_a) {
76
- var args = __rest(_a, []);
77
- return (_jsx("div", { className: "flex flex-row space-x-5", children: scalingOptions.map(function (scaling) { return (_jsx("div", { className: "w-[130px] border border-red-9", children: _jsx(AspectRatio, __assign({ id: scaling, scaling: scaling }, args, { children: _jsx(Image, { className: "h-full w-full object-cover", src: "https://images.unsplash.com/photo-1535025183041-0991a977e25b?w=300&dpr=2&q=80", alt: "Landscape photograph by Tobias Tullius", width: 100, height: 100 }) })) }, scaling)); }) }));
78
- };
@@ -1,104 +0,0 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
- var __rest = (this && this.__rest) || function (s, e) {
13
- var t = {};
14
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
- t[p] = s[p];
16
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
- t[p[i]] = s[p[i]];
20
- }
21
- return t;
22
- };
23
- import { createElement as _createElement } from "react";
24
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
25
- import { Callout, CalloutIcon, CalloutText } from 'components/Callout';
26
- import { Text } from 'Typography/Text';
27
- import { radiusOptions, scalingOptions, commonArgTypes, sizeOptions, appearanceOptions, } from '../../constants';
28
- var meta = {
29
- title: 'Component/Callout',
30
- component: Callout,
31
- parameters: {
32
- layout: 'centered',
33
- docs: {
34
- description: {
35
- component: '중요한 정보나 경고를 강조하기 위해 사용되는 알림 박스 컴포넌트',
36
- },
37
- },
38
- },
39
- tags: ['autodocs'],
40
- argTypes: {
41
- radius: __assign(__assign({}, commonArgTypes.radius), { description: 'Callout border 둥굴기' }),
42
- size: __assign(__assign({}, commonArgTypes.size), { table: {
43
- category: 'Props',
44
- type: {
45
- summary: sizeOptions
46
- .filter(function (option) { return option !== 'x-small' && option !== 'x-large'; })
47
- .join(' | '),
48
- },
49
- }, options: sizeOptions.filter(function (option) { return option !== 'x-small' && option !== 'x-large'; }), description: 'Callout 크기' }),
50
- scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'Callout 비율' }),
51
- color: {
52
- table: {
53
- category: 'Props',
54
- type: { summary: ['danger', 'warning', 'success', 'information'].join(' | ') },
55
- },
56
- options: ['danger', 'warning', 'success', 'information'],
57
- control: { type: 'select' },
58
- defaultValue: { summary: 'information' },
59
- description: 'Toast 색',
60
- },
61
- contentText: __assign(__assign({}, commonArgTypes.basicText), { description: 'Callout 안에 들어가는 텍스트' }),
62
- appearance: __assign(__assign({}, commonArgTypes.appearance), { table: {
63
- category: 'Props',
64
- type: {
65
- summary: appearanceOptions
66
- .filter(function (option) { return option !== 'classic' && option !== 'ghost' && option !== 'solid'; })
67
- .join(' | '),
68
- },
69
- }, description: 'Callout 스타일', options: appearanceOptions.filter(function (option) { return option !== 'classic' && option !== 'ghost' && option !== 'solid'; }) }),
70
- },
71
- };
72
- export default meta;
73
- export var Default = function (_a) {
74
- var args = __rest(_a, []);
75
- return (_jsxs(Callout, __assign({}, args, { children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC2DC\uC2A4\uD15C \uC810\uAC80\uC774 \uC608\uC815\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4." }))] })));
76
- };
77
- export var Radius = function (_a) {
78
- var args = __rest(_a, []);
79
- return (_jsx("div", { className: "flex flex-col space-y-3", children: radiusOptions.map(function (radius) { return (_createElement(Callout, __assign({}, args, { radius: radius, key: radius }),
80
- _jsx(CalloutIcon, __assign({}, args, { iconType: "information" })),
81
- _jsx(CalloutText, __assign({}, args, { children: "\uC2DC\uC2A4\uD15C \uC810\uAC80\uC774 \uC608\uC815\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4." })))); }) }));
82
- };
83
- export var Size = function (_a) {
84
- var args = __rest(_a, []);
85
- return (_jsxs("div", { className: "flex flex-col space-y-5", children: [_jsxs(Callout, __assign({}, args, { size: 'small', children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. \uCD5C\uC2E0 \uBC84\uC804\uC744 \uB2E4\uC6B4\uB85C\uB4DC\uD558\uC5EC \uC0AC\uC6A9\uD574 \uC8FC\uC138\uC694." }))] })), _jsxs(Callout, __assign({}, args, { children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. \uCD5C\uC2E0 \uBC84\uC804\uC744 \uB2E4\uC6B4\uB85C\uB4DC\uD558\uC5EC \uC0AC\uC6A9\uD574 \uC8FC\uC138\uC694." }))] })), _jsxs(Callout, __assign({}, args, { size: "large", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. \uCD5C\uC2E0 \uBC84\uC804\uC744 \uB2E4\uC6B4\uB85C\uB4DC\uD558\uC5EC \uC0AC\uC6A9\uD574 \uC8FC\uC138\uC694." }))] }))] }));
86
- };
87
- export var Color = function (_a) {
88
- var args = __rest(_a, []);
89
- return (_jsxs("div", { className: "flex space-x-5", children: [_jsxs(Callout, __assign({}, args, { color: "information", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC815\uBCF4 \uBA54\uC138\uC9C0" }))] })), _jsxs(Callout, __assign({}, args, { color: "danger", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "danger" })), _jsx(CalloutText, __assign({}, args, { children: "\uC704\uD5D8 \uBA54\uC138\uC9C0" }))] })), _jsxs(Callout, __assign({}, args, { color: "warning", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "warning" })), _jsx(CalloutText, __assign({}, args, { children: "\uACBD\uACE0 \uBA54\uC138\uC9C0" }))] })), _jsxs(Callout, __assign({}, args, { color: "success", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "success" })), _jsx(CalloutText, __assign({}, args, { children: "\uC131\uACF5 \uBA54\uC138\uC9C0" }))] }))] }));
90
- };
91
- export var Appearance = function (_a) {
92
- var args = __rest(_a, []);
93
- return (_jsxs("div", { className: "flex space-x-5", children: [_jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Soft(\uAE30\uC900)" }), _jsxs(Callout, __assign({}, args, { appearance: "soft", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. " }))] }))] }), _jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Surface" }), _jsxs(Callout, __assign({}, args, { appearance: "surface", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. " }))] }))] }), _jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Outline" }), _jsxs(Callout, __assign({}, args, { appearance: "outline", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC0C8\uB85C\uC6B4 \uC5C5\uB370\uC774\uD2B8\uAC00 \uC788\uC2B5\uB2C8\uB2E4. " }))] }))] })] }));
94
- };
95
- export var Scaling = function (_a) {
96
- var args = __rest(_a, []);
97
- return (_jsx("div", { className: "flex flex-col space-y-5", children: scalingOptions.map(function (scaling) { return (_createElement(Callout, __assign({}, args, { scaling: scaling, key: scaling }),
98
- _jsx(CalloutIcon, __assign({}, args, { iconType: "information" })),
99
- _jsx(CalloutText, __assign({}, args, { children: "\uAD00\uB9AC\uC790\uC5D0\uAC8C \uBB38\uC758\uD558\uC138\uC694." })))); }) }));
100
- };
101
- export var IconTypes = function (_a) {
102
- var args = __rest(_a, []);
103
- return (_jsxs("div", { className: "flex space-x-5", children: [_jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Danger" }), _jsxs(Callout, __assign({}, args, { color: "danger", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "danger", color: "danger" })), _jsx(CalloutText, __assign({}, args, { color: "danger", children: "\uC704\uD5D8 \uC544\uC774\uCF58" }))] }))] }), _jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Warning" }), _jsxs(Callout, __assign({}, args, { color: "warning", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "warning" })), _jsx(CalloutText, __assign({}, args, { children: "\uACBD\uACE0 \uC544\uC774\uCF58" }))] }))] }), _jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Success" }), _jsxs(Callout, __assign({}, args, { color: "success", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "success" })), _jsx(CalloutText, __assign({}, args, { children: "\uC131\uACF5 \uC544\uC774\uCF58" }))] }))] }), _jsxs("div", { className: "flex flex-col space-y-1", children: [_jsx(Text, { children: "Info" }), _jsxs(Callout, __assign({}, args, { color: "information", children: [_jsx(CalloutIcon, __assign({}, args, { iconType: "information" })), _jsx(CalloutText, __assign({}, args, { children: "\uC815\uBCF4 \uC544\uC774\uCF58" }))] }))] })] }));
104
- };