@lotte-innovate/ui-component-test 0.0.89 → 0.0.97

Sign up to get free protection for your applications and to get access to all the features.
Files changed (702) hide show
  1. package/README.md +108 -19
  2. package/dist/globals.css +3 -3
  3. package/dist/lib/Typography/Header/index.d.ts +6 -4
  4. package/dist/lib/Typography/Header/index.js +2 -1
  5. package/dist/lib/Typography/Header/index.mjs +2 -1
  6. package/dist/lib/Typography/Header/index.mjs.map +1 -1
  7. package/dist/lib/Typography/Text/index.js +1 -0
  8. package/dist/lib/Typography/Text/index.mjs +1 -0
  9. package/dist/lib/Typography/Text/index.mjs.map +1 -1
  10. package/dist/lib/color/constants.d.ts +1 -15
  11. package/dist/lib/color/constants.js +1 -32
  12. package/dist/lib/color/constants.mjs +1 -1
  13. package/dist/lib/color/constants.mjs.map +1 -1
  14. package/dist/lib/components/Accordion/index.d.ts +2 -1
  15. package/dist/lib/components/Accordion/index.js +21 -4
  16. package/dist/lib/components/Accordion/index.mjs +2 -1
  17. package/dist/lib/components/Accordion/index.mjs.map +1 -1
  18. package/dist/lib/components/AlertDialog/AlertDialogAction.d.ts +2 -2
  19. package/dist/lib/components/AlertDialog/AlertDialogAction.js +4 -2
  20. package/dist/lib/components/AlertDialog/AlertDialogAction.mjs +2 -1
  21. package/dist/lib/components/AlertDialog/AlertDialogAction.mjs.map +1 -1
  22. package/dist/lib/components/AlertDialog/AlertDialogCancel.d.ts +2 -2
  23. package/dist/lib/components/AlertDialog/AlertDialogCancel.js +1 -0
  24. package/dist/lib/components/AlertDialog/AlertDialogCancel.mjs +1 -0
  25. package/dist/lib/components/AlertDialog/AlertDialogCancel.mjs.map +1 -1
  26. package/dist/lib/components/AlertDialog/AlertDialogContent.d.ts +3 -3
  27. package/dist/lib/components/AlertDialog/AlertDialogContent.js +2 -1
  28. package/dist/lib/components/AlertDialog/AlertDialogContent.mjs +2 -1
  29. package/dist/lib/components/AlertDialog/AlertDialogContent.mjs.map +1 -1
  30. package/dist/lib/components/AlertDialog/AlertDialogDescription.d.ts +1 -1
  31. package/dist/lib/components/AlertDialog/AlertDialogDescription.js +1 -0
  32. package/dist/lib/components/AlertDialog/AlertDialogDescription.mjs +1 -0
  33. package/dist/lib/components/AlertDialog/AlertDialogDescription.mjs.map +1 -1
  34. package/dist/lib/components/AlertDialog/AlertDialogRoot.js +11 -7
  35. package/dist/lib/components/AlertDialog/AlertDialogRoot.mjs +2 -1
  36. package/dist/lib/components/AlertDialog/AlertDialogRoot.mjs.map +1 -1
  37. package/dist/lib/components/AlertDialog/AlertDialogTitle.d.ts +1 -1
  38. package/dist/lib/components/AlertDialog/AlertDialogTitle.js +1 -0
  39. package/dist/lib/components/AlertDialog/AlertDialogTitle.mjs +1 -0
  40. package/dist/lib/components/AlertDialog/AlertDialogTitle.mjs.map +1 -1
  41. package/dist/lib/components/AlertDialog/AlertDialogTrigger.d.ts +3 -3
  42. package/dist/lib/components/AlertDialog/AlertDialogTrigger.js +15 -3
  43. package/dist/lib/components/AlertDialog/AlertDialogTrigger.mjs +2 -1
  44. package/dist/lib/components/AlertDialog/AlertDialogTrigger.mjs.map +1 -1
  45. package/dist/lib/components/AlertDialog/index.d.ts +1 -0
  46. package/dist/lib/components/AlertDialog/index.js +1 -1
  47. package/dist/lib/components/AlertDialog/index.mjs.map +1 -1
  48. package/dist/lib/components/AspectRatio/index.d.ts +1 -1
  49. package/dist/lib/components/AspectRatio/index.js +4 -1
  50. package/dist/lib/components/AspectRatio/index.mjs +2 -1
  51. package/dist/lib/components/AspectRatio/index.mjs.map +1 -1
  52. package/dist/lib/components/Avatar/index.d.ts +4 -4
  53. package/dist/lib/components/Avatar/index.js +14 -5
  54. package/dist/lib/components/Avatar/index.mjs +2 -1
  55. package/dist/lib/components/Avatar/index.mjs.map +1 -1
  56. package/dist/lib/components/Badge/index.d.ts +3 -3
  57. package/dist/lib/components/Badge/index.js +14 -3
  58. package/dist/lib/components/Badge/index.mjs +2 -1
  59. package/dist/lib/components/Badge/index.mjs.map +1 -1
  60. package/dist/lib/components/BarChart/index.d.ts +1 -1
  61. package/dist/lib/components/Breadcrumb/BreadcrumbEllipsis.d.ts +9 -0
  62. package/dist/lib/components/Breadcrumb/BreadcrumbEllipsis.js +34 -0
  63. package/dist/lib/components/Breadcrumb/BreadcrumbEllipsis.mjs +2 -0
  64. package/dist/lib/components/Breadcrumb/BreadcrumbEllipsis.mjs.map +1 -0
  65. package/dist/lib/components/Breadcrumb/BreadcrumbItem.d.ts +6 -0
  66. package/dist/lib/components/Breadcrumb/BreadcrumbItem.js +32 -0
  67. package/dist/lib/components/Breadcrumb/BreadcrumbItem.mjs +2 -0
  68. package/dist/lib/components/Breadcrumb/BreadcrumbItem.mjs.map +1 -0
  69. package/dist/lib/components/Breadcrumb/BreadcrumbLink.d.ts +10 -0
  70. package/dist/lib/components/Breadcrumb/BreadcrumbLink.js +47 -0
  71. package/dist/lib/components/Breadcrumb/BreadcrumbLink.mjs +2 -0
  72. package/dist/lib/components/Breadcrumb/BreadcrumbLink.mjs.map +1 -0
  73. package/dist/lib/components/Breadcrumb/BreadcrumbList.d.ts +6 -0
  74. package/dist/lib/components/Breadcrumb/BreadcrumbList.js +34 -0
  75. package/dist/lib/components/Breadcrumb/BreadcrumbList.mjs +2 -0
  76. package/dist/lib/components/Breadcrumb/BreadcrumbList.mjs.map +1 -0
  77. package/dist/lib/components/Breadcrumb/BreadcrumbPage.d.ts +8 -0
  78. package/dist/lib/components/Breadcrumb/BreadcrumbPage.js +45 -0
  79. package/dist/lib/components/Breadcrumb/BreadcrumbPage.mjs +2 -0
  80. package/dist/lib/components/Breadcrumb/BreadcrumbPage.mjs.map +1 -0
  81. package/dist/lib/components/Breadcrumb/BreadcrumbRoot.d.ts +14 -0
  82. package/dist/lib/components/Breadcrumb/BreadcrumbRoot.js +59 -0
  83. package/dist/lib/components/Breadcrumb/BreadcrumbRoot.mjs +3 -0
  84. package/dist/lib/components/Breadcrumb/BreadcrumbRoot.mjs.map +1 -0
  85. package/dist/lib/components/Breadcrumb/BreadcrumbSeparator.d.ts +9 -0
  86. package/dist/lib/components/Breadcrumb/BreadcrumbSeparator.js +34 -0
  87. package/dist/lib/components/Breadcrumb/BreadcrumbSeparator.mjs +2 -0
  88. package/dist/lib/components/Breadcrumb/BreadcrumbSeparator.mjs.map +1 -0
  89. package/dist/lib/components/Breadcrumb/index.d.ts +21 -0
  90. package/dist/lib/components/Breadcrumb/index.js +17 -0
  91. package/dist/lib/components/Breadcrumb/index.mjs +2 -0
  92. package/dist/lib/components/Breadcrumb/index.mjs.map +1 -0
  93. package/dist/lib/components/BubbleChart/index.d.ts +1 -1
  94. package/dist/lib/components/BubbleChart/index.js +1 -1
  95. package/dist/lib/components/BubbleChart/index.mjs.map +1 -1
  96. package/dist/lib/components/Button/index.d.ts +3 -3
  97. package/dist/lib/components/Button/index.js +14 -3
  98. package/dist/lib/components/Button/index.mjs +2 -1
  99. package/dist/lib/components/Button/index.mjs.map +1 -1
  100. package/dist/lib/components/Callout/CalloutIcon.d.ts +3 -3
  101. package/dist/lib/components/Callout/CalloutIcon.js +1 -0
  102. package/dist/lib/components/Callout/CalloutIcon.mjs +1 -0
  103. package/dist/lib/components/Callout/CalloutIcon.mjs.map +1 -1
  104. package/dist/lib/components/Callout/CalloutRoot.d.ts +4 -4
  105. package/dist/lib/components/Callout/CalloutRoot.js +11 -3
  106. package/dist/lib/components/Callout/CalloutRoot.mjs +2 -1
  107. package/dist/lib/components/Callout/CalloutRoot.mjs.map +1 -1
  108. package/dist/lib/components/Callout/CalloutText.d.ts +2 -2
  109. package/dist/lib/components/Callout/CalloutText.js +1 -0
  110. package/dist/lib/components/Callout/CalloutText.mjs +1 -0
  111. package/dist/lib/components/Callout/CalloutText.mjs.map +1 -1
  112. package/dist/lib/components/Callout/index.d.ts +1 -0
  113. package/dist/lib/components/Card/index.d.ts +3 -3
  114. package/dist/lib/components/Card/index.js +9 -1
  115. package/dist/lib/components/Card/index.mjs +2 -1
  116. package/dist/lib/components/Card/index.mjs.map +1 -1
  117. package/dist/lib/components/Checkbox/index.d.ts +3 -3
  118. package/dist/lib/components/Checkbox/index.js +12 -3
  119. package/dist/lib/components/Checkbox/index.mjs +2 -1
  120. package/dist/lib/components/Checkbox/index.mjs.map +1 -1
  121. package/dist/lib/components/CheckboxCard/index.d.ts +3 -3
  122. package/dist/lib/components/CheckboxCard/index.js +9 -1
  123. package/dist/lib/components/CheckboxCard/index.mjs +2 -1
  124. package/dist/lib/components/CheckboxCard/index.mjs.map +1 -1
  125. package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.js +1 -0
  126. package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.mjs +1 -0
  127. package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.mjs.map +1 -1
  128. package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.d.ts +1 -1
  129. package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.js +13 -3
  130. package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.mjs +2 -1
  131. package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.mjs.map +1 -1
  132. package/dist/lib/components/CheckboxGroup/index.d.ts +2 -1
  133. package/dist/lib/components/Collapsible/index.d.ts +21 -0
  134. package/dist/lib/components/Collapsible/index.js +75 -0
  135. package/dist/lib/components/Collapsible/index.mjs +3 -0
  136. package/dist/lib/components/Collapsible/index.mjs.map +1 -0
  137. package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.js +2 -1
  138. package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.mjs +2 -1
  139. package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.mjs.map +1 -1
  140. package/dist/lib/components/ContextMenu/ContextMenuContent.d.ts +2 -2
  141. package/dist/lib/components/ContextMenu/ContextMenuContent.js +1 -0
  142. package/dist/lib/components/ContextMenu/ContextMenuContent.mjs +1 -0
  143. package/dist/lib/components/ContextMenu/ContextMenuContent.mjs.map +1 -1
  144. package/dist/lib/components/ContextMenu/ContextMenuItem.d.ts +2 -2
  145. package/dist/lib/components/ContextMenu/ContextMenuItem.js +4 -2
  146. package/dist/lib/components/ContextMenu/ContextMenuItem.mjs +2 -1
  147. package/dist/lib/components/ContextMenu/ContextMenuItem.mjs.map +1 -1
  148. package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +1 -1
  149. package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.js +1 -0
  150. package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.mjs +1 -0
  151. package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.mjs.map +1 -1
  152. package/dist/lib/components/ContextMenu/ContextMenuLabel.d.ts +1 -1
  153. package/dist/lib/components/ContextMenu/ContextMenuLabel.js +1 -0
  154. package/dist/lib/components/ContextMenu/ContextMenuLabel.mjs +1 -0
  155. package/dist/lib/components/ContextMenu/ContextMenuLabel.mjs.map +1 -1
  156. package/dist/lib/components/ContextMenu/ContextMenuRadioGroup.js +1 -0
  157. package/dist/lib/components/ContextMenu/ContextMenuRadioGroup.mjs +1 -0
  158. package/dist/lib/components/ContextMenu/ContextMenuRadioGroup.mjs.map +1 -1
  159. package/dist/lib/components/ContextMenu/ContextMenuRadioItem.js +2 -1
  160. package/dist/lib/components/ContextMenu/ContextMenuRadioItem.mjs +2 -1
  161. package/dist/lib/components/ContextMenu/ContextMenuRadioItem.mjs.map +1 -1
  162. package/dist/lib/components/ContextMenu/ContextMenuRoot.js +13 -3
  163. package/dist/lib/components/ContextMenu/ContextMenuRoot.mjs +2 -1
  164. package/dist/lib/components/ContextMenu/ContextMenuRoot.mjs.map +1 -1
  165. package/dist/lib/components/ContextMenu/ContextMenuSeparator.js +1 -1
  166. package/dist/lib/components/ContextMenu/ContextMenuSeparator.mjs +1 -1
  167. package/dist/lib/components/ContextMenu/ContextMenuSeparator.mjs.map +1 -1
  168. package/dist/lib/components/ContextMenu/ContextMenuSubContent.d.ts +2 -2
  169. package/dist/lib/components/ContextMenu/ContextMenuSubContent.js +1 -0
  170. package/dist/lib/components/ContextMenu/ContextMenuSubContent.mjs +1 -0
  171. package/dist/lib/components/ContextMenu/ContextMenuSubContent.mjs.map +1 -1
  172. package/dist/lib/components/ContextMenu/ContextMenuSubTrigger.js +4 -2
  173. package/dist/lib/components/ContextMenu/ContextMenuSubTrigger.mjs +2 -1
  174. package/dist/lib/components/ContextMenu/ContextMenuSubTrigger.mjs.map +1 -1
  175. package/dist/lib/components/ContextMenu/ContextMenuTrigger.js +1 -1
  176. package/dist/lib/components/ContextMenu/ContextMenuTrigger.mjs +1 -1
  177. package/dist/lib/components/ContextMenu/ContextMenuTrigger.mjs.map +1 -1
  178. package/dist/lib/components/ContextMenu/index.d.ts +1 -0
  179. package/dist/lib/components/DataList/DataListItem.d.ts +1 -1
  180. package/dist/lib/components/DataList/DataListItem.js +1 -0
  181. package/dist/lib/components/DataList/DataListItem.mjs +1 -0
  182. package/dist/lib/components/DataList/DataListItem.mjs.map +1 -1
  183. package/dist/lib/components/DataList/DataListLabel.d.ts +1 -1
  184. package/dist/lib/components/DataList/DataListLabel.js +1 -0
  185. package/dist/lib/components/DataList/DataListLabel.mjs +1 -0
  186. package/dist/lib/components/DataList/DataListLabel.mjs.map +1 -1
  187. package/dist/lib/components/DataList/DataListRoot.d.ts +1 -1
  188. package/dist/lib/components/DataList/DataListRoot.js +9 -2
  189. package/dist/lib/components/DataList/DataListRoot.mjs +2 -1
  190. package/dist/lib/components/DataList/DataListRoot.mjs.map +1 -1
  191. package/dist/lib/components/DataList/DataListValue.d.ts +1 -1
  192. package/dist/lib/components/DataList/DataListValue.js +1 -0
  193. package/dist/lib/components/DataList/DataListValue.mjs +1 -0
  194. package/dist/lib/components/DataList/DataListValue.mjs.map +1 -1
  195. package/dist/lib/components/DataList/index.d.ts +1 -0
  196. package/dist/lib/components/Dialog/DialogAction.d.ts +2 -2
  197. package/dist/lib/components/Dialog/DialogAction.js +3 -1
  198. package/dist/lib/components/Dialog/DialogAction.mjs +2 -1
  199. package/dist/lib/components/Dialog/DialogAction.mjs.map +1 -1
  200. package/dist/lib/components/Dialog/DialogCancel.d.ts +2 -2
  201. package/dist/lib/components/Dialog/DialogCancel.js +1 -0
  202. package/dist/lib/components/Dialog/DialogCancel.mjs +1 -0
  203. package/dist/lib/components/Dialog/DialogCancel.mjs.map +1 -1
  204. package/dist/lib/components/Dialog/DialogContent.d.ts +3 -3
  205. package/dist/lib/components/Dialog/DialogContent.js +1 -0
  206. package/dist/lib/components/Dialog/DialogContent.mjs +1 -0
  207. package/dist/lib/components/Dialog/DialogContent.mjs.map +1 -1
  208. package/dist/lib/components/Dialog/DialogDescription.d.ts +1 -1
  209. package/dist/lib/components/Dialog/DialogDescription.js +2 -1
  210. package/dist/lib/components/Dialog/DialogDescription.mjs +2 -1
  211. package/dist/lib/components/Dialog/DialogDescription.mjs.map +1 -1
  212. package/dist/lib/components/Dialog/DialogRoot.js +11 -2
  213. package/dist/lib/components/Dialog/DialogRoot.mjs +2 -1
  214. package/dist/lib/components/Dialog/DialogRoot.mjs.map +1 -1
  215. package/dist/lib/components/Dialog/DialogSlot.d.ts +1 -1
  216. package/dist/lib/components/Dialog/DialogSlot.js +1 -0
  217. package/dist/lib/components/Dialog/DialogSlot.mjs +1 -0
  218. package/dist/lib/components/Dialog/DialogSlot.mjs.map +1 -1
  219. package/dist/lib/components/Dialog/DialogTitle.d.ts +1 -1
  220. package/dist/lib/components/Dialog/DialogTitle.js +1 -0
  221. package/dist/lib/components/Dialog/DialogTitle.mjs +1 -0
  222. package/dist/lib/components/Dialog/DialogTitle.mjs.map +1 -1
  223. package/dist/lib/components/Dialog/index.d.ts +2 -1
  224. package/dist/lib/components/DoughnutChart/index.d.ts +1 -1
  225. package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.d.ts +2 -2
  226. package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.js +1 -0
  227. package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.mjs +1 -0
  228. package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.mjs.map +1 -1
  229. package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.js +2 -1
  230. package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.mjs +2 -1
  231. package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.mjs.map +1 -1
  232. package/dist/lib/components/DropdownMenu/DropdownMenuContent.d.ts +2 -2
  233. package/dist/lib/components/DropdownMenu/DropdownMenuContent.js +1 -0
  234. package/dist/lib/components/DropdownMenu/DropdownMenuContent.mjs +1 -0
  235. package/dist/lib/components/DropdownMenu/DropdownMenuContent.mjs.map +1 -1
  236. package/dist/lib/components/DropdownMenu/DropdownMenuItem.d.ts +2 -2
  237. package/dist/lib/components/DropdownMenu/DropdownMenuItem.js +4 -2
  238. package/dist/lib/components/DropdownMenu/DropdownMenuItem.mjs +2 -1
  239. package/dist/lib/components/DropdownMenu/DropdownMenuItem.mjs.map +1 -1
  240. package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +1 -1
  241. package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.js +1 -0
  242. package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.mjs +1 -0
  243. package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.mjs.map +1 -1
  244. package/dist/lib/components/DropdownMenu/DropdownMenuLable.js +1 -0
  245. package/dist/lib/components/DropdownMenu/DropdownMenuLable.mjs +1 -0
  246. package/dist/lib/components/DropdownMenu/DropdownMenuLable.mjs.map +1 -1
  247. package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.js +2 -1
  248. package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.mjs +2 -1
  249. package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.mjs.map +1 -1
  250. package/dist/lib/components/DropdownMenu/DropdownMenuRoot.js +12 -2
  251. package/dist/lib/components/DropdownMenu/DropdownMenuRoot.mjs +2 -1
  252. package/dist/lib/components/DropdownMenu/DropdownMenuRoot.mjs.map +1 -1
  253. package/dist/lib/components/DropdownMenu/DropdownMenuSeparator.js +1 -1
  254. package/dist/lib/components/DropdownMenu/DropdownMenuSeparator.mjs +1 -1
  255. package/dist/lib/components/DropdownMenu/DropdownMenuSeparator.mjs.map +1 -1
  256. package/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.js +3 -1
  257. package/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.mjs +2 -1
  258. package/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.mjs.map +1 -1
  259. package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +1 -1
  260. package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.js +1 -0
  261. package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.mjs +1 -0
  262. package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.mjs.map +1 -1
  263. package/dist/lib/components/DropdownMenu/index.d.ts +2 -1
  264. package/dist/lib/components/Editor/index.d.ts +12 -0
  265. package/dist/lib/components/Editor/index.js +53 -0
  266. package/dist/lib/components/Editor/index.mjs +3 -0
  267. package/dist/lib/components/Editor/index.mjs.map +1 -0
  268. package/dist/lib/components/Footer/index.d.ts +11 -0
  269. package/dist/lib/components/Footer/index.js +57 -0
  270. package/dist/lib/components/Footer/index.mjs +3 -0
  271. package/dist/lib/components/Footer/index.mjs.map +1 -0
  272. package/dist/lib/components/Gnb/GnbInfo.d.ts +9 -0
  273. package/dist/lib/components/Gnb/GnbInfo.js +46 -0
  274. package/dist/lib/components/Gnb/GnbInfo.mjs +3 -0
  275. package/dist/lib/components/Gnb/GnbInfo.mjs.map +1 -0
  276. package/dist/lib/components/Gnb/GnbLogo.d.ts +9 -0
  277. package/dist/lib/components/Gnb/GnbLogo.js +46 -0
  278. package/dist/lib/components/Gnb/GnbLogo.mjs +2 -0
  279. package/dist/lib/components/Gnb/GnbLogo.mjs.map +1 -0
  280. package/dist/lib/components/Gnb/GnbMenu.d.ts +11 -0
  281. package/dist/lib/components/Gnb/GnbMenu.js +49 -0
  282. package/dist/lib/components/Gnb/GnbMenu.mjs +3 -0
  283. package/dist/lib/components/Gnb/GnbMenu.mjs.map +1 -0
  284. package/dist/lib/components/Gnb/GnbRoot.d.ts +11 -0
  285. package/dist/lib/components/Gnb/GnbRoot.js +53 -0
  286. package/dist/lib/components/Gnb/GnbRoot.mjs +3 -0
  287. package/dist/lib/components/Gnb/GnbRoot.mjs.map +1 -0
  288. package/dist/lib/components/Gnb/index.d.ts +8 -0
  289. package/dist/lib/components/Gnb/index.js +11 -0
  290. package/dist/lib/components/Gnb/index.mjs +2 -0
  291. package/dist/lib/components/Gnb/index.mjs.map +1 -0
  292. package/dist/lib/components/Grid/Pagination.d.ts +2 -0
  293. package/dist/lib/components/Grid/Pagination.js +17 -0
  294. package/dist/lib/components/Grid/Pagination.mjs +2 -0
  295. package/dist/lib/components/Grid/Pagination.mjs.map +1 -0
  296. package/dist/lib/components/Grid/index.d.ts +7 -0
  297. package/dist/lib/components/Grid/index.js +59 -0
  298. package/dist/lib/components/Grid/index.mjs +3 -0
  299. package/dist/lib/components/Grid/index.mjs.map +1 -0
  300. package/dist/lib/components/Grid/useGrid.d.ts +3 -0
  301. package/dist/lib/components/Grid/useGrid.js +75 -0
  302. package/dist/lib/components/Grid/useGrid.mjs +3 -0
  303. package/dist/lib/components/Grid/useGrid.mjs.map +1 -0
  304. package/dist/lib/components/HoverCard/HoverCardContent.d.ts +3 -3
  305. package/dist/lib/components/HoverCard/HoverCardContent.js +2 -1
  306. package/dist/lib/components/HoverCard/HoverCardContent.mjs +1 -0
  307. package/dist/lib/components/HoverCard/HoverCardContent.mjs.map +1 -1
  308. package/dist/lib/components/HoverCard/HoverCardRoot.js +12 -2
  309. package/dist/lib/components/HoverCard/HoverCardRoot.mjs +2 -1
  310. package/dist/lib/components/HoverCard/HoverCardRoot.mjs.map +1 -1
  311. package/dist/lib/components/HoverCard/index.d.ts +2 -1
  312. package/dist/lib/components/IconButton/index.d.ts +3 -3
  313. package/dist/lib/components/IconButton/index.js +14 -4
  314. package/dist/lib/components/IconButton/index.mjs +2 -1
  315. package/dist/lib/components/IconButton/index.mjs.map +1 -1
  316. package/dist/lib/components/Inset/index.d.ts +2 -2
  317. package/dist/lib/components/Inset/index.js +8 -1
  318. package/dist/lib/components/Inset/index.mjs +2 -1
  319. package/dist/lib/components/Inset/index.mjs.map +1 -1
  320. package/dist/lib/components/Label/index.d.ts +6 -5
  321. package/dist/lib/components/Label/index.js +15 -4
  322. package/dist/lib/components/Label/index.mjs +2 -1
  323. package/dist/lib/components/Label/index.mjs.map +1 -1
  324. package/dist/lib/components/LineChart/index.d.ts +1 -1
  325. package/dist/lib/components/Menubar/MenubarCheckboxItem.js +3 -1
  326. package/dist/lib/components/Menubar/MenubarCheckboxItem.mjs +2 -1
  327. package/dist/lib/components/Menubar/MenubarCheckboxItem.mjs.map +1 -1
  328. package/dist/lib/components/Menubar/MenubarContent.d.ts +2 -2
  329. package/dist/lib/components/Menubar/MenubarContent.js +1 -0
  330. package/dist/lib/components/Menubar/MenubarContent.mjs +1 -0
  331. package/dist/lib/components/Menubar/MenubarContent.mjs.map +1 -1
  332. package/dist/lib/components/Menubar/MenubarItem.d.ts +2 -2
  333. package/dist/lib/components/Menubar/MenubarItem.js +4 -2
  334. package/dist/lib/components/Menubar/MenubarItem.mjs +2 -1
  335. package/dist/lib/components/Menubar/MenubarItem.mjs.map +1 -1
  336. package/dist/lib/components/Menubar/MenubarItemIndicator.d.ts +1 -1
  337. package/dist/lib/components/Menubar/MenubarItemIndicator.js +1 -0
  338. package/dist/lib/components/Menubar/MenubarItemIndicator.mjs +1 -0
  339. package/dist/lib/components/Menubar/MenubarItemIndicator.mjs.map +1 -1
  340. package/dist/lib/components/Menubar/MenubarRadioGroup.js +1 -0
  341. package/dist/lib/components/Menubar/MenubarRadioGroup.mjs +1 -0
  342. package/dist/lib/components/Menubar/MenubarRadioGroup.mjs.map +1 -1
  343. package/dist/lib/components/Menubar/MenubarRadioItem.js +3 -1
  344. package/dist/lib/components/Menubar/MenubarRadioItem.mjs +2 -1
  345. package/dist/lib/components/Menubar/MenubarRadioItem.mjs.map +1 -1
  346. package/dist/lib/components/Menubar/MenubarRoot.d.ts +2 -2
  347. package/dist/lib/components/Menubar/MenubarRoot.js +17 -5
  348. package/dist/lib/components/Menubar/MenubarRoot.mjs +2 -1
  349. package/dist/lib/components/Menubar/MenubarRoot.mjs.map +1 -1
  350. package/dist/lib/components/Menubar/MenubarSeparator.js +1 -1
  351. package/dist/lib/components/Menubar/MenubarSeparator.mjs +1 -1
  352. package/dist/lib/components/Menubar/MenubarSeparator.mjs.map +1 -1
  353. package/dist/lib/components/Menubar/MenubarSubContent.d.ts +1 -1
  354. package/dist/lib/components/Menubar/MenubarSubContent.js +1 -0
  355. package/dist/lib/components/Menubar/MenubarSubContent.mjs +1 -0
  356. package/dist/lib/components/Menubar/MenubarSubContent.mjs.map +1 -1
  357. package/dist/lib/components/Menubar/MenubarSubTrigger.js +3 -1
  358. package/dist/lib/components/Menubar/MenubarSubTrigger.mjs +2 -1
  359. package/dist/lib/components/Menubar/MenubarSubTrigger.mjs.map +1 -1
  360. package/dist/lib/components/Menubar/MenubarTrigger.d.ts +2 -2
  361. package/dist/lib/components/Menubar/MenubarTrigger.js +2 -1
  362. package/dist/lib/components/Menubar/MenubarTrigger.mjs +2 -1
  363. package/dist/lib/components/Menubar/MenubarTrigger.mjs.map +1 -1
  364. package/dist/lib/components/Menubar/index.d.ts +1 -0
  365. package/dist/lib/components/NavigationMenu/NavigationMenuContent.d.ts +1 -1
  366. package/dist/lib/components/NavigationMenu/NavigationMenuContent.js +2 -1
  367. package/dist/lib/components/NavigationMenu/NavigationMenuContent.mjs +2 -1
  368. package/dist/lib/components/NavigationMenu/NavigationMenuContent.mjs.map +1 -1
  369. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.js +1 -1
  370. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.mjs +1 -1
  371. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.mjs.map +1 -1
  372. package/dist/lib/components/NavigationMenu/NavigationMenuLink.d.ts +2 -2
  373. package/dist/lib/components/NavigationMenu/NavigationMenuLink.js +3 -1
  374. package/dist/lib/components/NavigationMenu/NavigationMenuLink.mjs +2 -1
  375. package/dist/lib/components/NavigationMenu/NavigationMenuLink.mjs.map +1 -1
  376. package/dist/lib/components/NavigationMenu/NavigationMenuList.d.ts +2 -2
  377. package/dist/lib/components/NavigationMenu/NavigationMenuList.js +3 -1
  378. package/dist/lib/components/NavigationMenu/NavigationMenuList.mjs +2 -1
  379. package/dist/lib/components/NavigationMenu/NavigationMenuList.mjs.map +1 -1
  380. package/dist/lib/components/NavigationMenu/NavigationMenuRoot.js +13 -3
  381. package/dist/lib/components/NavigationMenu/NavigationMenuRoot.mjs +2 -1
  382. package/dist/lib/components/NavigationMenu/NavigationMenuRoot.mjs.map +1 -1
  383. package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +2 -2
  384. package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.js +3 -1
  385. package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.mjs +2 -1
  386. package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.mjs.map +1 -1
  387. package/dist/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +2 -2
  388. package/dist/lib/components/NavigationMenu/NavigationMenuViewport.js +3 -2
  389. package/dist/lib/components/NavigationMenu/NavigationMenuViewport.mjs +2 -1
  390. package/dist/lib/components/NavigationMenu/NavigationMenuViewport.mjs.map +1 -1
  391. package/dist/lib/components/NavigationMenu/index.d.ts +1 -0
  392. package/dist/lib/components/PieChart/index.d.ts +1 -1
  393. package/dist/lib/components/Popover/PopoverClose.d.ts +1 -1
  394. package/dist/lib/components/Popover/PopoverClose.js +1 -0
  395. package/dist/lib/components/Popover/PopoverClose.mjs +1 -0
  396. package/dist/lib/components/Popover/PopoverClose.mjs.map +1 -1
  397. package/dist/lib/components/Popover/PopoverContent.d.ts +3 -3
  398. package/dist/lib/components/Popover/PopoverContent.js +1 -0
  399. package/dist/lib/components/Popover/PopoverContent.mjs +1 -0
  400. package/dist/lib/components/Popover/PopoverContent.mjs.map +1 -1
  401. package/dist/lib/components/Popover/PopoverRoot.js +8 -1
  402. package/dist/lib/components/Popover/PopoverRoot.mjs +2 -1
  403. package/dist/lib/components/Popover/PopoverRoot.mjs.map +1 -1
  404. package/dist/lib/components/Popover/index.d.ts +2 -1
  405. package/dist/lib/components/Progress/index.d.ts +3 -3
  406. package/dist/lib/components/Progress/index.js +14 -3
  407. package/dist/lib/components/Progress/index.mjs +2 -1
  408. package/dist/lib/components/Progress/index.mjs.map +1 -1
  409. package/dist/lib/components/RadarChart/index.d.ts +1 -1
  410. package/dist/lib/components/RadarChart/index.js +1 -1
  411. package/dist/lib/components/RadarChart/index.mjs.map +1 -1
  412. package/dist/lib/components/Radio/index.d.ts +1 -1
  413. package/dist/lib/components/Radio/index.js +11 -4
  414. package/dist/lib/components/Radio/index.mjs +2 -1
  415. package/dist/lib/components/Radio/index.mjs.map +1 -1
  416. package/dist/lib/components/RadioCards/RadioCardsItem.d.ts +2 -2
  417. package/dist/lib/components/RadioCards/RadioCardsItem.js +1 -0
  418. package/dist/lib/components/RadioCards/RadioCardsItem.mjs +1 -0
  419. package/dist/lib/components/RadioCards/RadioCardsItem.mjs.map +1 -1
  420. package/dist/lib/components/RadioCards/RadioCardsRoot.d.ts +1 -1
  421. package/dist/lib/components/RadioCards/RadioCardsRoot.js +13 -3
  422. package/dist/lib/components/RadioCards/RadioCardsRoot.mjs +2 -1
  423. package/dist/lib/components/RadioCards/RadioCardsRoot.mjs.map +1 -1
  424. package/dist/lib/components/RadioCards/index.d.ts +1 -0
  425. package/dist/lib/components/RadioGroup/RadioGroupItem.d.ts +1 -1
  426. package/dist/lib/components/RadioGroup/RadioGroupItem.js +1 -0
  427. package/dist/lib/components/RadioGroup/RadioGroupItem.mjs +1 -0
  428. package/dist/lib/components/RadioGroup/RadioGroupItem.mjs.map +1 -1
  429. package/dist/lib/components/RadioGroup/RadioGroupRoot.d.ts +1 -1
  430. package/dist/lib/components/RadioGroup/RadioGroupRoot.js +12 -3
  431. package/dist/lib/components/RadioGroup/RadioGroupRoot.mjs +2 -1
  432. package/dist/lib/components/RadioGroup/RadioGroupRoot.mjs.map +1 -1
  433. package/dist/lib/components/RadioGroup/index.d.ts +1 -0
  434. package/dist/lib/components/ScrollArea/index.js +4 -1
  435. package/dist/lib/components/ScrollArea/index.mjs +2 -1
  436. package/dist/lib/components/ScrollArea/index.mjs.map +1 -1
  437. package/dist/lib/components/SegmentedControl/SegmentedControlRoot.d.ts +2 -2
  438. package/dist/lib/components/SegmentedControl/SegmentedControlRoot.js +11 -3
  439. package/dist/lib/components/SegmentedControl/SegmentedControlRoot.mjs +2 -1
  440. package/dist/lib/components/SegmentedControl/SegmentedControlRoot.mjs.map +1 -1
  441. package/dist/lib/components/SegmentedControl/index.d.ts +1 -0
  442. package/dist/lib/components/SegmentedControl/index.js +1 -1
  443. package/dist/lib/components/SegmentedControl/index.mjs.map +1 -1
  444. package/dist/lib/components/Select/index.d.ts +4 -2
  445. package/dist/lib/components/Select/index.js +33 -13
  446. package/dist/lib/components/Select/index.mjs +2 -1
  447. package/dist/lib/components/Select/index.mjs.map +1 -1
  448. package/dist/lib/components/Separator/index.d.ts +1 -1
  449. package/dist/lib/components/Separator/index.js +10 -2
  450. package/dist/lib/components/Separator/index.mjs +2 -1
  451. package/dist/lib/components/Separator/index.mjs.map +1 -1
  452. package/dist/lib/components/Skeleton/index.d.ts +1 -1
  453. package/dist/lib/components/Skeleton/index.js +5 -1
  454. package/dist/lib/components/Skeleton/index.mjs +2 -1
  455. package/dist/lib/components/Skeleton/index.mjs.map +1 -1
  456. package/dist/lib/components/Slider/index.d.ts +3 -2
  457. package/dist/lib/components/Slider/index.js +12 -5
  458. package/dist/lib/components/Slider/index.mjs +2 -1
  459. package/dist/lib/components/Slider/index.mjs.map +1 -1
  460. package/dist/lib/components/Spinner/index.d.ts +1 -1
  461. package/dist/lib/components/Spinner/index.js +4 -1
  462. package/dist/lib/components/Spinner/index.mjs +2 -1
  463. package/dist/lib/components/Spinner/index.mjs.map +1 -1
  464. package/dist/lib/components/TabNav/index.js +6 -3
  465. package/dist/lib/components/TabNav/index.mjs +2 -1
  466. package/dist/lib/components/TabNav/index.mjs.map +1 -1
  467. package/dist/lib/components/Table/index.d.ts +2 -2
  468. package/dist/lib/components/Table/index.js +9 -3
  469. package/dist/lib/components/Table/index.mjs +2 -1
  470. package/dist/lib/components/Table/index.mjs.map +1 -1
  471. package/dist/lib/components/Tabs/index.d.ts +2 -1
  472. package/dist/lib/components/Tabs/index.js +6 -3
  473. package/dist/lib/components/Tabs/index.mjs +2 -1
  474. package/dist/lib/components/Tabs/index.mjs.map +1 -1
  475. package/dist/lib/components/TextArea/index.d.ts +3 -3
  476. package/dist/lib/components/TextArea/index.js +11 -3
  477. package/dist/lib/components/TextArea/index.mjs +2 -1
  478. package/dist/lib/components/TextArea/index.mjs.map +1 -1
  479. package/dist/lib/components/TextField/index.d.ts +1 -1
  480. package/dist/lib/components/TextField/index.js +12 -4
  481. package/dist/lib/components/TextField/index.mjs +2 -1
  482. package/dist/lib/components/TextField/index.mjs.map +1 -1
  483. package/dist/lib/components/Timeline/TimelineConnector.d.ts +6 -0
  484. package/dist/lib/components/Timeline/TimelineConnector.js +36 -0
  485. package/dist/lib/components/Timeline/TimelineContent.d.ts +6 -0
  486. package/dist/lib/components/Timeline/TimelineContent.js +34 -0
  487. package/dist/lib/components/Timeline/TimelineDescription.d.ts +6 -0
  488. package/dist/lib/components/Timeline/TimelineDescription.js +34 -0
  489. package/dist/lib/components/Timeline/TimelineHeader.d.ts +6 -0
  490. package/dist/lib/components/Timeline/TimelineHeader.js +34 -0
  491. package/dist/lib/components/Timeline/TimelineIcon.d.ts +8 -0
  492. package/dist/lib/components/Timeline/TimelineIcon.js +42 -0
  493. package/dist/lib/components/Timeline/TimelineItem.d.ts +6 -0
  494. package/dist/lib/components/Timeline/TimelineItem.js +34 -0
  495. package/dist/lib/components/Timeline/TimelineRoot.d.ts +11 -0
  496. package/dist/lib/components/Timeline/TimelineRoot.js +53 -0
  497. package/dist/lib/components/Timeline/TimelineTime.d.ts +6 -0
  498. package/dist/lib/components/Timeline/TimelineTime.js +34 -0
  499. package/dist/lib/components/Timeline/TimelineTitle.d.ts +6 -0
  500. package/dist/lib/components/Timeline/TimelineTitle.js +34 -0
  501. package/dist/lib/components/Timeline/index.d.ts +13 -0
  502. package/dist/lib/components/Timeline/index.js +21 -0
  503. package/dist/lib/components/Toast/ToastActionButton.d.ts +3 -3
  504. package/dist/lib/components/Toast/ToastActionButton.js +8 -3
  505. package/dist/lib/components/Toast/ToastActionButton.mjs +2 -1
  506. package/dist/lib/components/Toast/ToastActionButton.mjs.map +1 -1
  507. package/dist/lib/components/Toast/ToastDescription.d.ts +2 -2
  508. package/dist/lib/components/Toast/ToastDescription.js +1 -0
  509. package/dist/lib/components/Toast/ToastDescription.mjs +1 -0
  510. package/dist/lib/components/Toast/ToastDescription.mjs.map +1 -1
  511. package/dist/lib/components/Toast/ToastRoot.d.ts +4 -4
  512. package/dist/lib/components/Toast/ToastRoot.js +11 -3
  513. package/dist/lib/components/Toast/ToastRoot.mjs +2 -1
  514. package/dist/lib/components/Toast/ToastRoot.mjs.map +1 -1
  515. package/dist/lib/components/Toast/ToastTitle.d.ts +2 -2
  516. package/dist/lib/components/Toast/ToastTitle.js +1 -0
  517. package/dist/lib/components/Toast/ToastTitle.mjs +1 -0
  518. package/dist/lib/components/Toast/ToastTitle.mjs.map +1 -1
  519. package/dist/lib/components/Toast/index.d.ts +1 -0
  520. package/dist/lib/components/Toggle/ToggleWithText.d.ts +3 -3
  521. package/dist/lib/components/Toggle/ToggleWithText.js +13 -2
  522. package/dist/lib/components/Toggle/ToggleWithText.mjs +2 -1
  523. package/dist/lib/components/Toggle/ToggleWithText.mjs.map +1 -1
  524. package/dist/lib/components/Toggle/index.d.ts +4 -4
  525. package/dist/lib/components/Toggle/index.js +14 -3
  526. package/dist/lib/components/Toggle/index.mjs +2 -1
  527. package/dist/lib/components/Toggle/index.mjs.map +1 -1
  528. package/dist/lib/components/ToggleGroup/ToggleGroupItem.d.ts +1 -1
  529. package/dist/lib/components/ToggleGroup/ToggleGroupItem.js +2 -1
  530. package/dist/lib/components/ToggleGroup/ToggleGroupItem.mjs +2 -1
  531. package/dist/lib/components/ToggleGroup/ToggleGroupItem.mjs.map +1 -1
  532. package/dist/lib/components/ToggleGroup/ToggleGroupRoot.d.ts +1 -1
  533. package/dist/lib/components/ToggleGroup/ToggleGroupRoot.js +13 -3
  534. package/dist/lib/components/ToggleGroup/ToggleGroupRoot.mjs +2 -1
  535. package/dist/lib/components/ToggleGroup/ToggleGroupRoot.mjs.map +1 -1
  536. package/dist/lib/components/ToggleGroup/index.d.ts +1 -0
  537. package/dist/lib/components/ToggleSwitch/index.d.ts +3 -3
  538. package/dist/lib/components/ToggleSwitch/index.js +13 -2
  539. package/dist/lib/components/ToggleSwitch/index.mjs +2 -1
  540. package/dist/lib/components/ToggleSwitch/index.mjs.map +1 -1
  541. package/dist/lib/components/Tooltip/index.d.ts +1 -1
  542. package/dist/lib/components/Tooltip/index.js +14 -9
  543. package/dist/lib/components/Tooltip/index.mjs +2 -1
  544. package/dist/lib/components/Tooltip/index.mjs.map +1 -1
  545. package/dist/lib/components/index.d.ts +7 -0
  546. package/dist/lib/components/index.js +8 -0
  547. package/dist/lib/constants.d.ts +6 -7
  548. package/dist/lib/constants.js +19 -31
  549. package/dist/lib/constants.mjs +1 -1
  550. package/dist/lib/constants.mjs.map +1 -1
  551. package/dist/lib/index.d.ts +1 -0
  552. package/dist/lib/index.js +1 -0
  553. package/dist/lib/index.mjs +1 -1
  554. package/dist/lib/theme/ThemeProvider.d.ts +16 -0
  555. package/dist/lib/theme/ThemeProvider.js +29 -0
  556. package/dist/lib/theme/ThemeProvider.mjs +3 -0
  557. package/dist/lib/theme/ThemeProvider.mjs.map +1 -0
  558. package/dist/lib/theme/index.d.ts +2 -0
  559. package/dist/lib/theme/index.js +2 -0
  560. package/dist/lib/tsconfig.tsbuildinfo +1 -1
  561. package/dist/lib/types.d.ts +9 -0
  562. package/dist/lib/utils/classPrefixes.d.ts +3 -0
  563. package/dist/lib/utils/classPrefixes.js +26 -0
  564. package/dist/lib/utils/useDarkMode.js +1 -0
  565. package/dist/lib/utils/useDarkMode.mjs +1 -0
  566. package/dist/lib/utils/useDarkMode.mjs.map +1 -1
  567. package/dist/public/tinymce/icons/default/icons.d.ts +0 -0
  568. package/dist/public/tinymce/icons/default/icons.js +195 -0
  569. package/dist/public/tinymce/icons/default/index.d.ts +1 -0
  570. package/dist/public/tinymce/icons/default/index.js +8 -0
  571. package/dist/public/tinymce/models/dom/index.d.ts +1 -0
  572. package/dist/public/tinymce/models/dom/index.js +8 -0
  573. package/dist/public/tinymce/models/dom/model.d.ts +0 -0
  574. package/dist/public/tinymce/models/dom/model.js +7988 -0
  575. package/dist/public/tinymce/plugins/advlist/index.d.ts +1 -0
  576. package/dist/public/tinymce/plugins/advlist/index.js +8 -0
  577. package/dist/public/tinymce/plugins/advlist/plugin.d.ts +0 -0
  578. package/dist/public/tinymce/plugins/advlist/plugin.js +255 -0
  579. package/dist/public/tinymce/plugins/autolink/index.d.ts +1 -0
  580. package/dist/public/tinymce/plugins/autolink/index.js +8 -0
  581. package/dist/public/tinymce/plugins/autolink/plugin.d.ts +0 -0
  582. package/dist/public/tinymce/plugins/autolink/plugin.js +221 -0
  583. package/dist/public/tinymce/plugins/code/index.d.ts +1 -0
  584. package/dist/public/tinymce/plugins/code/index.js +8 -0
  585. package/dist/public/tinymce/plugins/code/plugin.d.ts +0 -0
  586. package/dist/public/tinymce/plugins/code/plugin.js +77 -0
  587. package/dist/public/tinymce/plugins/codesample/index.d.ts +1 -0
  588. package/dist/public/tinymce/plugins/codesample/index.js +8 -0
  589. package/dist/public/tinymce/plugins/codesample/plugin.d.ts +45 -0
  590. package/dist/public/tinymce/plugins/codesample/plugin.js +2462 -0
  591. package/dist/public/tinymce/plugins/image/index.d.ts +1 -0
  592. package/dist/public/tinymce/plugins/image/index.js +8 -0
  593. package/dist/public/tinymce/plugins/image/plugin.d.ts +0 -0
  594. package/dist/public/tinymce/plugins/image/plugin.js +1523 -0
  595. package/dist/public/tinymce/plugins/link/index.d.ts +1 -0
  596. package/dist/public/tinymce/plugins/link/index.js +8 -0
  597. package/dist/public/tinymce/plugins/link/plugin.d.ts +0 -0
  598. package/dist/public/tinymce/plugins/link/plugin.js +1246 -0
  599. package/dist/public/tinymce/plugins/lists/index.d.ts +1 -0
  600. package/dist/public/tinymce/plugins/lists/index.js +8 -0
  601. package/dist/public/tinymce/plugins/lists/plugin.d.ts +0 -0
  602. package/dist/public/tinymce/plugins/lists/plugin.js +2191 -0
  603. package/dist/public/tinymce/plugins/table/index.d.ts +1 -0
  604. package/dist/public/tinymce/plugins/table/index.js +8 -0
  605. package/dist/public/tinymce/plugins/table/plugin.d.ts +0 -0
  606. package/dist/public/tinymce/plugins/table/plugin.js +3399 -0
  607. package/dist/public/tinymce/skins/content/default/content.d.ts +0 -0
  608. package/dist/public/tinymce/skins/content/default/content.js +3 -0
  609. package/dist/public/tinymce/skins/ui/oxide/content.d.ts +0 -0
  610. package/dist/public/tinymce/skins/ui/oxide/content.inline.d.ts +0 -0
  611. package/dist/public/tinymce/skins/ui/oxide/content.inline.js +3 -0
  612. package/dist/public/tinymce/skins/ui/oxide/content.js +3 -0
  613. package/dist/public/tinymce/skins/ui/oxide/skin.d.ts +0 -0
  614. package/dist/public/tinymce/skins/ui/oxide/skin.js +3 -0
  615. package/dist/public/tinymce/skins/ui/oxide/skin.shadowdom.d.ts +0 -0
  616. package/dist/public/tinymce/skins/ui/oxide/skin.shadowdom.js +3 -0
  617. package/dist/public/tinymce/skins/ui/oxide-dark/content.d.ts +0 -0
  618. package/dist/public/tinymce/skins/ui/oxide-dark/content.inline.d.ts +0 -0
  619. package/dist/public/tinymce/skins/ui/oxide-dark/content.inline.js +3 -0
  620. package/dist/public/tinymce/skins/ui/oxide-dark/content.js +3 -0
  621. package/dist/public/tinymce/skins/ui/oxide-dark/skin.d.ts +0 -0
  622. package/dist/public/tinymce/skins/ui/oxide-dark/skin.js +3 -0
  623. package/dist/public/tinymce/skins/ui/oxide-dark/skin.shadowdom.d.ts +0 -0
  624. package/dist/public/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +3 -0
  625. package/dist/public/tinymce/themes/silver/index.d.ts +1 -0
  626. package/dist/public/tinymce/themes/silver/index.js +8 -0
  627. package/dist/public/tinymce/themes/silver/theme.d.ts +0 -0
  628. package/dist/public/tinymce/themes/silver/theme.js +29731 -0
  629. package/dist/public/tinymce/tinymce.d.ts +1 -0
  630. package/dist/public/tinymce/tinymce.js +31974 -0
  631. package/dist/tailwind.config.js +13 -50
  632. package/dist/tsconfig.tsbuildinfo +1 -1
  633. package/package.json +13 -6
  634. package/public/tinymce/CHANGELOG.md +3453 -0
  635. package/public/tinymce/README.md +73 -0
  636. package/public/tinymce/bower.json +27 -0
  637. package/public/tinymce/composer.json +52 -0
  638. package/public/tinymce/icons/default/icons.js +194 -0
  639. package/public/tinymce/icons/default/icons.min.js +1 -0
  640. package/public/tinymce/icons/default/index.js +7 -0
  641. package/public/tinymce/license.txt +21 -0
  642. package/public/tinymce/models/dom/index.js +7 -0
  643. package/public/tinymce/models/dom/model.js +8040 -0
  644. package/public/tinymce/models/dom/model.min.js +4 -0
  645. package/public/tinymce/package.json +32 -0
  646. package/public/tinymce/plugins/advlist/index.js +7 -0
  647. package/public/tinymce/plugins/advlist/plugin.js +259 -0
  648. package/public/tinymce/plugins/advlist/plugin.min.js +4 -0
  649. package/public/tinymce/plugins/autolink/index.js +7 -0
  650. package/public/tinymce/plugins/autolink/plugin.js +228 -0
  651. package/public/tinymce/plugins/autolink/plugin.min.js +4 -0
  652. package/public/tinymce/plugins/code/index.js +7 -0
  653. package/public/tinymce/plugins/code/plugin.js +85 -0
  654. package/public/tinymce/plugins/code/plugin.min.js +4 -0
  655. package/public/tinymce/plugins/codesample/index.js +7 -0
  656. package/public/tinymce/plugins/codesample/plugin.js +2463 -0
  657. package/public/tinymce/plugins/codesample/plugin.min.js +4 -0
  658. package/public/tinymce/plugins/image/index.js +7 -0
  659. package/public/tinymce/plugins/image/plugin.js +1505 -0
  660. package/public/tinymce/plugins/image/plugin.min.js +4 -0
  661. package/public/tinymce/plugins/link/index.js +7 -0
  662. package/public/tinymce/plugins/link/plugin.js +1242 -0
  663. package/public/tinymce/plugins/link/plugin.min.js +4 -0
  664. package/public/tinymce/plugins/lists/index.js +7 -0
  665. package/public/tinymce/plugins/lists/plugin.js +2172 -0
  666. package/public/tinymce/plugins/lists/plugin.min.js +4 -0
  667. package/public/tinymce/plugins/table/index.js +7 -0
  668. package/public/tinymce/plugins/table/plugin.js +3462 -0
  669. package/public/tinymce/plugins/table/plugin.min.js +4 -0
  670. package/public/tinymce/skins/content/default/content.css +61 -0
  671. package/public/tinymce/skins/content/default/content.js +2 -0
  672. package/public/tinymce/skins/content/default/content.min.css +1 -0
  673. package/public/tinymce/skins/ui/oxide/content.css +785 -0
  674. package/public/tinymce/skins/ui/oxide/content.inline.css +779 -0
  675. package/public/tinymce/skins/ui/oxide/content.inline.js +2 -0
  676. package/public/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
  677. package/public/tinymce/skins/ui/oxide/content.js +2 -0
  678. package/public/tinymce/skins/ui/oxide/content.min.css +1 -0
  679. package/public/tinymce/skins/ui/oxide/skin.css +3763 -0
  680. package/public/tinymce/skins/ui/oxide/skin.js +2 -0
  681. package/public/tinymce/skins/ui/oxide/skin.min.css +1 -0
  682. package/public/tinymce/skins/ui/oxide/skin.shadowdom.css +30 -0
  683. package/public/tinymce/skins/ui/oxide/skin.shadowdom.js +2 -0
  684. package/public/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
  685. package/public/tinymce/skins/ui/oxide-dark/content.css +766 -0
  686. package/public/tinymce/skins/ui/oxide-dark/content.inline.css +779 -0
  687. package/public/tinymce/skins/ui/oxide-dark/content.inline.js +2 -0
  688. package/public/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
  689. package/public/tinymce/skins/ui/oxide-dark/content.js +2 -0
  690. package/public/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
  691. package/public/tinymce/skins/ui/oxide-dark/skin.css +3766 -0
  692. package/public/tinymce/skins/ui/oxide-dark/skin.js +2 -0
  693. package/public/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
  694. package/public/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +30 -0
  695. package/public/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +2 -0
  696. package/public/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
  697. package/public/tinymce/themes/silver/index.js +7 -0
  698. package/public/tinymce/themes/silver/theme.js +30775 -0
  699. package/public/tinymce/themes/silver/theme.min.js +384 -0
  700. package/public/tinymce/tinymce.d.ts +3238 -0
  701. package/public/tinymce/tinymce.js +31779 -0
  702. package/public/tinymce/tinymce.min.js +384 -0
@@ -1,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  declare const DropdownMenu: {
2
3
  Root: {
3
- ({ children, radius, size, scaling, color, appearance, ...props }: import("react").ComponentPropsWithoutRef<import("react").FC<import("@radix-ui/react-dropdown-menu").DropdownMenuProps>> & import("./DropdownMenuRoot").DropdownMenuProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ children, radius, size, scaling, color, appearance, ...props }: import("@radix-ui/react-dropdown-menu").DropdownMenuProps & import("./DropdownMenuRoot").DropdownMenuProps): import("react/jsx-runtime").JSX.Element;
4
5
  displayName: string;
5
6
  };
6
7
  Trigger: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-dropdown-menu").DropdownMenuTriggerProps & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("./DropdownMenuTrigger").DropdownMenuTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { IAllProps } from '@tinymce/tinymce-react';
3
+ import { VariantProps } from 'class-variance-authority';
4
+ export interface EditorProps extends VariantProps<typeof editorVariants> {
5
+ tinymceScriptSrc?: string;
6
+ }
7
+ declare const editorVariants: (props?: ({
8
+ scaling?: "100%" | "90%" | "95%" | "105%" | "110%" | null | undefined;
9
+ size?: "small" | "large" | "medium" | null | undefined;
10
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
11
+ export declare const Editor: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & EditorProps & IAllProps & React.RefAttributes<HTMLDivElement>>;
12
+ export default Editor;
@@ -0,0 +1,53 @@
1
+ 'use client';
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ import { jsx as _jsx } from "react/jsx-runtime";
25
+ import { forwardRef } from 'react';
26
+ import { Editor as EditorUI } from '@tinymce/tinymce-react';
27
+ import { cva } from 'class-variance-authority';
28
+ import { scalingVariants } from '../../../lib/constants';
29
+ import { cn } from '../../../lib/utils/utils';
30
+ var editorVariants = cva('', {
31
+ variants: {
32
+ scaling: __assign({}, scalingVariants),
33
+ size: {
34
+ small: 'w-[500px] h-[350px]',
35
+ medium: 'w-[550px] h-[400px]',
36
+ large: 'w-[600px] h-[450px]',
37
+ },
38
+ },
39
+ defaultVariants: {
40
+ scaling: '100%',
41
+ size: 'medium',
42
+ },
43
+ });
44
+ export var Editor = forwardRef(function (_a, ref) {
45
+ var className = _a.className, size = _a.size, scaling = _a.scaling, tinymceScriptSrc = _a.tinymceScriptSrc, props = __rest(_a, ["className", "size", "scaling", "tinymceScriptSrc"]);
46
+ return (_jsx("div", { ref: ref, className: cn(editorVariants({ size: size, scaling: scaling }), className), children: _jsx(EditorUI, __assign({ tinymceScriptSrc: "/tinymce/tinymce.min.js", initialValue: "", init: {
47
+ height: '100%',
48
+ menubar: false,
49
+ // plugins: ['image', 'code', 'link', 'table'],
50
+ } }, props)) }));
51
+ });
52
+ Editor.displayName = 'Editor';
53
+ export default Editor;
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ import{jsx as t}from"react/jsx-runtime";import{forwardRef as r}from"react";import{Editor as e}from"@tinymce/tinymce-react";import{cva as i}from"class-variance-authority";import{scalingVariants as a}from"../../constants.mjs";import{cn as n}from"../../utils/utils.mjs";var c=function(){return c=Object.assign||function(t){for(var r,e=1,i=arguments.length;e<i;e++)for(var a in r=arguments[e])Object.prototype.hasOwnProperty.call(r,a)&&(t[a]=r[a]);return t},c.apply(this,arguments)},o=function(t,r){var e={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&r.indexOf(i)<0&&(e[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(i=Object.getOwnPropertySymbols(t);a<i.length;a++)r.indexOf(i[a])<0&&Object.prototype.propertyIsEnumerable.call(t,i[a])&&(e[i[a]]=t[i[a]])}return e},s=i("",{variants:{scaling:c({},a),size:{small:"w-[500px] h-[350px]",medium:"w-[550px] h-[400px]",large:"w-[600px] h-[450px]"}},defaultVariants:{scaling:"100%",size:"medium"}}),m=r((function(r,i){var a=r.className,m=r.size,l=r.scaling;r.tinymceScriptSrc;var p=o(r,["className","size","scaling","tinymceScriptSrc"]);return t("div",{ref:i,className:n(s({size:m,scaling:l}),a),children:t(e,c({tinymceScriptSrc:"/tinymce/tinymce.min.js",initialValue:"",init:{height:"100%",menubar:!1}},p))})}));m.displayName="Editor";export{m as Editor,m as default};
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ export interface FooterProps extends VariantProps<typeof FooterVariants> {
4
+ }
5
+ export declare const FooterVariants: (props?: ({
6
+ scaling?: "100%" | "90%" | "95%" | "105%" | "110%" | null | undefined;
7
+ size?: "small" | "large" | "medium" | null | undefined;
8
+ color?: string | null | undefined;
9
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
10
+ export declare const Footer: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & FooterProps & React.RefAttributes<HTMLElement>>;
11
+ export default Footer;
@@ -0,0 +1,57 @@
1
+ 'use client';
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ import { jsx as _jsx } from "react/jsx-runtime";
25
+ import { forwardRef } from 'react';
26
+ import { cva } from 'class-variance-authority';
27
+ import { scalingVariants, textColorStyle } from '../../../lib/constants';
28
+ import { cn } from '../../../lib/utils/utils';
29
+ import { useTheme } from '../../../lib/theme';
30
+ export var FooterVariants = cva("py-3 px-8 container flex flex-col items-center justify-between gap-4 ", {
31
+ variants: {
32
+ scaling: __assign({}, scalingVariants),
33
+ size: {
34
+ small: 'text-xs',
35
+ medium: 'text-sm',
36
+ large: 'text-base',
37
+ },
38
+ color: textColorStyle(),
39
+ },
40
+ defaultVariants: {
41
+ scaling: '100%',
42
+ size: 'medium',
43
+ color: 'black',
44
+ },
45
+ });
46
+ export var Footer = forwardRef(function (_a, ref) {
47
+ var className = _a.className, children = _a.children, scaling = _a.scaling, size = _a.size, color = _a.color, props = __rest(_a, ["className", "children", "scaling", "size", "color"]);
48
+ var theme = useTheme().theme;
49
+ var contextValue = {
50
+ scaling: scaling !== null && scaling !== void 0 ? scaling : theme.themeScaling,
51
+ color: color !== null && color !== void 0 ? color : theme.themeColor,
52
+ size: size,
53
+ };
54
+ return (_jsx("footer", __assign({ ref: ref }, props, { children: _jsx("div", { className: cn(FooterVariants(contextValue), className), children: _jsx("p", { className: "text-center leading-loose", children: children }) }) })));
55
+ });
56
+ Footer.displayName = 'Footer';
57
+ export default Footer;
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ import{jsx as e}from"react/jsx-runtime";import{forwardRef as r}from"react";import{cva as t}from"class-variance-authority";import{scalingVariants as o,textColorStyle as l}from"../../constants.mjs";import{cn as a}from"../../utils/utils.mjs";import{useTheme as n}from"../../theme/ThemeProvider.mjs";var i=function(){return i=Object.assign||function(e){for(var r,t=1,o=arguments.length;t<o;t++)for(var l in r=arguments[t])Object.prototype.hasOwnProperty.call(r,l)&&(e[l]=r[l]);return e},i.apply(this,arguments)},s=function(e,r){var t={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&r.indexOf(o)<0&&(t[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var l=0;for(o=Object.getOwnPropertySymbols(e);l<o.length;l++)r.indexOf(o[l])<0&&Object.prototype.propertyIsEnumerable.call(e,o[l])&&(t[o[l]]=e[o[l]])}return t},c=t("py-3 px-8 container flex flex-col items-center justify-between gap-4 ",{variants:{scaling:i({},o),size:{small:"text-xs",medium:"text-sm",large:"text-base"},color:l()},defaultVariants:{scaling:"100%",size:"medium",color:"black"}}),m=r((function(r,t){var o=r.className,l=r.children,m=r.scaling,p=r.size,f=r.color,u=s(r,["className","children","scaling","size","color"]),h=n().theme,y={scaling:null!=m?m:h.themeScaling,color:null!=f?f:h.themeColor,size:p};return e("footer",i({ref:t},u,{children:e("div",{className:a(c(y),o),children:e("p",{className:"text-center leading-loose",children:l})})}))}));m.displayName="Footer";export{m as Footer,c as FooterVariants,m as default};
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ export interface GnbInfoProps extends VariantProps<typeof gnbInfoVariants> {
4
+ }
5
+ declare const gnbInfoVariants: (props?: ({
6
+ size?: "small" | "large" | "medium" | null | undefined;
7
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
8
+ export declare const GnbInfo: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & GnbInfoProps & React.RefAttributes<HTMLDivElement>>;
9
+ export {};
@@ -0,0 +1,46 @@
1
+ 'use client';
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ import { jsx as _jsx } from "react/jsx-runtime";
25
+ import { forwardRef, useContext } from 'react';
26
+ import { cva } from 'class-variance-authority';
27
+ import { GnbContext } from './GnbRoot';
28
+ import { cn } from '../../../lib/utils/utils';
29
+ var gnbInfoVariants = cva('flex flex-1 items-center justify-end space-x-2', {
30
+ variants: {
31
+ size: {
32
+ small: 'text-xs',
33
+ medium: 'text-sm',
34
+ large: 'text-base',
35
+ },
36
+ },
37
+ defaultVariants: {
38
+ size: 'medium',
39
+ },
40
+ });
41
+ export var GnbInfo = forwardRef(function (_a, ref) {
42
+ var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
43
+ var size = useContext(GnbContext).size;
44
+ return (_jsx("div", __assign({ className: cn(gnbInfoVariants({ size: size }), className), ref: ref }, props, { children: _jsx("nav", { className: "flex items-center", children: children }) })));
45
+ });
46
+ GnbInfo.displayName = 'Gnb.Info';
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ import{jsx as e}from"react/jsx-runtime";import{forwardRef as t,useContext as r}from"react";import{cva as n}from"class-variance-authority";import{GnbContext as a}from"./GnbRoot.mjs";import{cn as i}from"../../utils/utils.mjs";var o=function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var a in t=arguments[r])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},o.apply(this,arguments)},s=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(n=Object.getOwnPropertySymbols(e);a<n.length;a++)t.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(e,n[a])&&(r[n[a]]=e[n[a]])}return r},l=n("flex flex-1 items-center justify-end space-x-2",{variants:{size:{small:"text-xs",medium:"text-sm",large:"text-base"}},defaultVariants:{size:"medium"}}),c=t((function(t,n){var c=t.children,m=t.className,f=s(t,["children","className"]),p=r(a).size;return e("div",o({className:i(l({size:p}),m),ref:n},f,{children:e("nav",{className:"flex items-center",children:c})}))}));c.displayName="Gnb.Info";export{c as GnbInfo};
3
+ //# sourceMappingURL=GnbInfo.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GnbInfo.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ export interface GnbLogoProps extends VariantProps<typeof gnbLogoVariants> {
4
+ }
5
+ declare const gnbLogoVariants: (props?: ({
6
+ size?: "small" | "large" | "medium" | null | undefined;
7
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
8
+ export declare const GnbLogo: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & GnbLogoProps & React.RefAttributes<HTMLAnchorElement>>;
9
+ export {};
@@ -0,0 +1,46 @@
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 { forwardRef, useContext } from 'react';
25
+ import { cva } from 'class-variance-authority';
26
+ import { GnbContext } from './GnbRoot';
27
+ import { cn } from '../../../lib/utils/utils';
28
+ import { Text } from '../../../lib/Typography';
29
+ var gnbLogoVariants = cva('mr-4 flex items-center space-x-2 lg:mr-6 text-slate-12 dark:text-slateDark-12', {
30
+ variants: {
31
+ size: {
32
+ small: 'text-xs w-[140px] h-[15px]',
33
+ medium: 'text-sm w-[150px] h-[20px]',
34
+ large: 'text-base w-[160px] h-[25px]',
35
+ },
36
+ },
37
+ defaultVariants: {
38
+ size: 'medium',
39
+ },
40
+ });
41
+ export var GnbLogo = forwardRef(function (_a, ref) {
42
+ var children = _a.children, className = _a.className, props = __rest(_a, ["children", "className"]);
43
+ var size = useContext(GnbContext).size;
44
+ return (_jsx("a", __assign({ href: "/", className: cn(gnbLogoVariants({ size: size }), className) }, props, { children: children !== null && children !== void 0 ? children : _jsx(Text, { children: "LOGO \uC601\uC5ED" }) })));
45
+ });
46
+ GnbLogo.displayName = 'Gnb.Logo';
@@ -0,0 +1,2 @@
1
+ import{jsx as r}from"react/jsx-runtime";import{forwardRef as e,useContext as t}from"react";import{cva as a}from"class-variance-authority";import{GnbContext as o}from"./GnbRoot.mjs";import{cn as n}from"../../utils/utils.mjs";import"../../Typography/Header/index.mjs";import{Text as i}from"../../Typography/Text/index.mjs";var s=function(){return s=Object.assign||function(r){for(var e,t=1,a=arguments.length;t<a;t++)for(var o in e=arguments[t])Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o]);return r},s.apply(this,arguments)},l=function(r,e){var t={};for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&e.indexOf(a)<0&&(t[a]=r[a]);if(null!=r&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(a=Object.getOwnPropertySymbols(r);o<a.length;o++)e.indexOf(a[o])<0&&Object.prototype.propertyIsEnumerable.call(r,a[o])&&(t[a[o]]=r[a[o]])}return t},p=a("mr-4 flex items-center space-x-2 lg:mr-6 text-slate-12 dark:text-slateDark-12",{variants:{size:{small:"text-xs w-[140px] h-[15px]",medium:"text-sm w-[150px] h-[20px]",large:"text-base w-[160px] h-[25px]"}},defaultVariants:{size:"medium"}}),m=e((function(e,a){var m=e.children,c=e.className,f=l(e,["children","className"]),x=t(o).size;return r("a",s({href:"/",className:n(p({size:x}),c)},f,{children:null!=m?m:r(i,{children:"LOGO 영역"})}))}));m.displayName="Gnb.Logo";export{m as GnbLogo};
2
+ //# sourceMappingURL=GnbLogo.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GnbLogo.mjs","sources":["../../../lib/components/Gnb/GnbLogo.js"],"sourcesContent":["var __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n};\nvar __rest = (this && this.__rest) || function (s, e) {\n var t = {};\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\n t[p] = s[p];\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\n t[p[i]] = s[p[i]];\n }\n return t;\n};\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { forwardRef, useContext } from 'react';\nimport { cva } from 'class-variance-authority';\nimport { GnbContext } from './GnbRoot';\nimport { cn } from '../../../lib/utils/utils';\nimport { Text } from '../../../lib/Typography';\nvar gnbLogoVariants = cva('mr-4 flex items-center space-x-2 lg:mr-6 text-slate-12 dark:text-slateDark-12', {\n variants: {\n size: {\n small: 'text-xs w-[140px] h-[15px]',\n medium: 'text-sm w-[150px] h-[20px]',\n large: 'text-base w-[160px] h-[25px]',\n },\n },\n defaultVariants: {\n size: 'medium',\n },\n});\nexport var GnbLogo = forwardRef(function (_a, ref) {\n var children = _a.children, className = _a.className, props = __rest(_a, [\"children\", \"className\"]);\n var size = useContext(GnbContext).size;\n return (_jsx(\"a\", __assign({ href: \"/\", className: cn(gnbLogoVariants({ size: size }), className) }, props, { children: children !== null && children !== void 0 ? children : _jsx(Text, { children: \"LOGO \\uC601\\uC5ED\" }) })));\n});\nGnbLogo.displayName = 'Gnb.Logo';\n"],"names":["__assign","Object","assign","t","s","i","n","arguments","length","p","prototype","hasOwnProperty","call","apply","this","__rest","e","indexOf","getOwnPropertySymbols","propertyIsEnumerable","gnbLogoVariants","cva","variants","size","small","medium","large","defaultVariants","GnbLogo","forwardRef","_a","ref","children","className","props","useContext","GnbContext","_jsx","href","cn","Text","displayName"],"mappings":"iUAAA,IAAIA,EAAsC,WAStC,OARAA,EAAWC,OAAOC,QAAU,SAASC,GACjC,IAAK,IAAIC,EAAGC,EAAI,EAAGC,EAAIC,UAAUC,OAAQH,EAAIC,EAAGD,IAE5C,IAAK,IAAII,KADTL,EAAIG,UAAUF,GACOJ,OAAOS,UAAUC,eAAeC,KAAKR,EAAGK,KACzDN,EAAEM,GAAKL,EAAEK,IAEjB,OAAON,CACf,EACWH,EAASa,MAAMC,KAAMP,UAChC,EACIQ,EAAkC,SAAUX,EAAGY,GAC/C,IAAIb,EAAI,CAAA,EACR,IAAK,IAAIM,KAAKL,EAAOH,OAAOS,UAAUC,eAAeC,KAAKR,EAAGK,IAAMO,EAAEC,QAAQR,GAAK,IAC9EN,EAAEM,GAAKL,EAAEK,IACb,GAAS,MAALL,GAAqD,mBAAjCH,OAAOiB,sBACtB,KAAIb,EAAI,EAAb,IAAgBI,EAAIR,OAAOiB,sBAAsBd,GAAIC,EAAII,EAAED,OAAQH,IAC3DW,EAAEC,QAAQR,EAAEJ,IAAM,GAAKJ,OAAOS,UAAUS,qBAAqBP,KAAKR,EAAGK,EAAEJ,MACvEF,EAAEM,EAAEJ,IAAMD,EAAEK,EAAEJ,IAF4B,CAItD,OAAOF,CACX,EAOIiB,EAAkBC,EAAI,gFAAiF,CACvGC,SAAU,CACNC,KAAM,CACFC,MAAO,6BACPC,OAAQ,6BACRC,MAAO,iCAGfC,gBAAiB,CACbJ,KAAM,YAGHK,EAAUC,GAAW,SAAUC,EAAIC,GAC1C,IAAIC,EAAWF,EAAGE,SAAUC,EAAYH,EAAGG,UAAWC,EAAQnB,EAAOe,EAAI,CAAC,WAAY,cAClFP,EAAOY,EAAWC,GAAYb,KAClC,OAAQc,EAAK,IAAKrC,EAAS,CAAEsC,KAAM,IAAKL,UAAWM,EAAGnB,EAAgB,CAAEG,KAAMA,IAASU,IAAcC,EAAO,CAAEF,SAAUA,QAA2CA,EAAWK,EAAKG,EAAM,CAAER,SAAU,cACzM,IACAJ,EAAQa,YAAc"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ import { INavItem } from '../../../lib/types';
4
+ export interface GnbMenuProps extends VariantProps<typeof gnbMenuVariants> {
5
+ menuList: INavItem[];
6
+ }
7
+ declare const gnbMenuVariants: (props?: ({
8
+ size?: "small" | "large" | "medium" | null | undefined;
9
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
10
+ export declare const GnbMenu: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & GnbMenuProps & React.RefAttributes<HTMLDivElement>>;
11
+ export {};
@@ -0,0 +1,49 @@
1
+ 'use client';
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ import { jsx as _jsx } from "react/jsx-runtime";
25
+ import { forwardRef, useContext } from 'react';
26
+ import { cva } from 'class-variance-authority';
27
+ import { usePathname } from 'next/navigation';
28
+ import { GnbContext } from './GnbRoot';
29
+ import { cn } from '../../../lib/utils/utils';
30
+ import Link from 'next/link';
31
+ var gnbMenuVariants = cva('mr-4 hidden md:flex', {
32
+ variants: {
33
+ size: {
34
+ small: 'text-xs',
35
+ medium: 'text-sm',
36
+ large: 'text-base',
37
+ },
38
+ },
39
+ defaultVariants: {
40
+ size: 'medium',
41
+ },
42
+ });
43
+ export var GnbMenu = forwardRef(function (_a, ref) {
44
+ var children = _a.children, className = _a.className, menuList = _a.menuList, props = __rest(_a, ["children", "className", "menuList"]);
45
+ var size = useContext(GnbContext).size;
46
+ var pathname = usePathname();
47
+ return (_jsx("div", __assign({ className: cn(gnbMenuVariants({ size: size }), className) }, props, { children: _jsx("nav", { className: "flex items-center gap-4 lg:gap-6", children: menuList.map(function (menu, index) { return (_jsx(Link, { href: menu.href, className: cn('hover:text-slate-11', menu.href.startsWith(pathname) ? 'text-slate-12' : 'text-slate-10'), children: menu.title }, index)); }) }) })));
48
+ });
49
+ GnbMenu.displayName = 'Gnb.Menu';
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ import{jsx as t}from"react/jsx-runtime";import{forwardRef as e,useContext as r}from"react";import{cva as n}from"class-variance-authority";import{usePathname as a}from"next/navigation";import{GnbContext as i}from"./GnbRoot.mjs";import{cn as o}from"../../utils/utils.mjs";import s from"next/link";var l=function(){return l=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var a in e=arguments[r])Object.prototype.hasOwnProperty.call(e,a)&&(t[a]=e[a]);return t},l.apply(this,arguments)},m=function(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(n=Object.getOwnPropertySymbols(t);a<n.length;a++)e.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(t,n[a])&&(r[n[a]]=t[n[a]])}return r},c=n("mr-4 hidden md:flex",{variants:{size:{small:"text-xs",medium:"text-sm",large:"text-base"}},defaultVariants:{size:"medium"}}),f=e((function(e,n){e.children;var f=e.className,p=e.menuList,u=m(e,["children","className","menuList"]),h=r(i).size,d=a();return t("div",l({className:o(c({size:h}),f)},u,{children:t("nav",{className:"flex items-center gap-4 lg:gap-6",children:p.map((function(e,r){return t(s,{href:e.href,className:o("hover:text-slate-11",e.href.startsWith(d)?"text-slate-12":"text-slate-10"),children:e.title},r)}))})}))}));f.displayName="Gnb.Menu";export{f as GnbMenu};
3
+ //# sourceMappingURL=GnbMenu.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GnbMenu.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ export interface GnbProps extends VariantProps<typeof GnbVariants> {
4
+ }
5
+ declare const GnbVariants: (props?: ({
6
+ scaling?: "100%" | "90%" | "95%" | "105%" | "110%" | null | undefined;
7
+ size?: "small" | "large" | "medium" | null | undefined;
8
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
9
+ export declare const GnbContext: React.Context<GnbProps>;
10
+ export declare const Gnb: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & GnbProps & React.RefAttributes<HTMLElement>>;
11
+ export {};
@@ -0,0 +1,53 @@
1
+ 'use client';
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ import { jsx as _jsx } from "react/jsx-runtime";
25
+ import { forwardRef, createContext } from 'react';
26
+ import { cva } from 'class-variance-authority';
27
+ import { scalingVariants } from '../../../lib/constants';
28
+ import { cn } from '../../../lib/utils/utils';
29
+ import { useTheme } from '../../../lib/theme';
30
+ var GnbVariants = cva('sticky top-0 z-50 w-full px-8 backdrop-blur flex items-center', {
31
+ variants: {
32
+ scaling: __assign({}, scalingVariants),
33
+ size: {
34
+ small: 'text-xs h-12',
35
+ medium: 'text-sm h-14',
36
+ large: 'text-base h-16',
37
+ },
38
+ },
39
+ defaultVariants: {
40
+ scaling: '100%',
41
+ size: 'medium',
42
+ },
43
+ });
44
+ export var GnbContext = createContext({
45
+ size: 'medium',
46
+ });
47
+ export var Gnb = forwardRef(function (_a, ref) {
48
+ var children = _a.children, className = _a.className, size = _a.size, scaling = _a.scaling, props = __rest(_a, ["children", "className", "size", "scaling"]);
49
+ var theme = useTheme().theme;
50
+ var contextValue = { size: size, scaling: scaling !== null && scaling !== void 0 ? scaling : theme.themeScaling };
51
+ return (_jsx(GnbContext.Provider, { value: contextValue, children: _jsx("header", __assign({ className: cn(GnbVariants(contextValue), className), ref: ref }, props, { children: children })) }));
52
+ });
53
+ Gnb.displayName = 'Gnb.Root';
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ import{jsx as e}from"react/jsx-runtime";import{createContext as r,forwardRef as t}from"react";import{cva as i}from"class-variance-authority";import{scalingVariants as a}from"../../constants.mjs";import{cn as n}from"../../utils/utils.mjs";import{useTheme as o}from"../../theme/ThemeProvider.mjs";var s=function(){return s=Object.assign||function(e){for(var r,t=1,i=arguments.length;t<i;t++)for(var a in r=arguments[t])Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a]);return e},s.apply(this,arguments)},l=function(e,r){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&r.indexOf(i)<0&&(t[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(i=Object.getOwnPropertySymbols(e);a<i.length;a++)r.indexOf(i[a])<0&&Object.prototype.propertyIsEnumerable.call(e,i[a])&&(t[i[a]]=e[i[a]])}return t},m=i("sticky top-0 z-50 w-full px-8 backdrop-blur flex items-center",{variants:{scaling:s({},a),size:{small:"text-xs h-12",medium:"text-sm h-14",large:"text-base h-16"}},defaultVariants:{scaling:"100%",size:"medium"}}),c=r({size:"medium"}),p=t((function(r,t){var i=r.children,a=r.className,p=r.size,f=r.scaling,u=l(r,["children","className","size","scaling"]),h=o().theme,d={size:p,scaling:null!=f?f:h.themeScaling};return e(c.Provider,{value:d,children:e("header",s({className:n(m(d),a),ref:t},u,{children:i}))})}));p.displayName="Gnb.Root";export{p as Gnb,c as GnbContext};
3
+ //# sourceMappingURL=GnbRoot.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GnbRoot.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ declare const Gnb: {
3
+ Root: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & import("./GnbRoot").GnbProps & import("react").RefAttributes<HTMLElement>>;
4
+ Logo: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & import("./GnbLogo").GnbLogoProps & import("react").RefAttributes<HTMLAnchorElement>>;
5
+ Menu: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("./GnbMenu").GnbMenuProps & import("react").RefAttributes<HTMLDivElement>>;
6
+ Info: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("./GnbInfo").GnbInfoProps & import("react").RefAttributes<HTMLDivElement>>;
7
+ };
8
+ export default Gnb;
@@ -0,0 +1,11 @@
1
+ import { Gnb as Root } from './GnbRoot';
2
+ import { GnbLogo as Logo } from './GnbLogo';
3
+ import { GnbMenu as Menu } from './GnbMenu';
4
+ import { GnbInfo as Info } from './GnbInfo';
5
+ var Gnb = {
6
+ Root: Root,
7
+ Logo: Logo,
8
+ Menu: Menu,
9
+ Info: Info,
10
+ };
11
+ export default Gnb;
@@ -0,0 +1,2 @@
1
+ import{Gnb as o}from"./GnbRoot.mjs";import{GnbLogo as m}from"./GnbLogo.mjs";import{GnbMenu as r}from"./GnbMenu.mjs";import{GnbInfo as n}from"./GnbInfo.mjs";var t={Root:o,Logo:m,Menu:r,Info:n};export{t as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":["../../../lib/components/Gnb/index.js"],"sourcesContent":["import { Gnb as Root } from './GnbRoot';\nimport { GnbLogo as Logo } from './GnbLogo';\nimport { GnbMenu as Menu } from './GnbMenu';\nimport { GnbInfo as Info } from './GnbInfo';\nvar Gnb = {\n Root: Root,\n Logo: Logo,\n Menu: Menu,\n Info: Info,\n};\nexport default Gnb;\n"],"names":["Gnb","Root","Logo","Menu","Info"],"mappings":"4JAIG,IAACA,EAAM,CACNC,KAAMA,EACNC,KAAMA,EACNC,KAAMA,EACNC,KAAMA"}
@@ -0,0 +1,2 @@
1
+ declare function Pagination({ table }: any): import("react/jsx-runtime").JSX.Element;
2
+ export default Pagination;
@@ -0,0 +1,17 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import IconButton from '../IconButton';
3
+ import { ChevronLeftIcon, ChevronRightIcon, DoubleArrowLeftIcon, DoubleArrowRightIcon, } from '@radix-ui/react-icons';
4
+ import TextField from '../TextField';
5
+ import Select from '../Select';
6
+ function Pagination(_a) {
7
+ var _b;
8
+ var table = _a.table;
9
+ var color = (_b = table.options.color) !== null && _b !== void 0 ? _b : 'red';
10
+ return (_jsxs("div", { className: "flex items-center gap-2", children: [_jsx(IconButton, { className: "rounded border p-1", color: color, onClick: function () { return table.firstPage(); }, disabled: !table.getCanPreviousPage(), children: _jsx(DoubleArrowLeftIcon, {}) }), _jsx(IconButton, { className: "rounded border p-1", color: color, onClick: function () { return table.previousPage(); }, disabled: !table.getCanPreviousPage(), children: _jsx(ChevronLeftIcon, {}) }), _jsx(IconButton, { className: "rounded border p-1", color: color, onClick: function () { return table.nextPage(); }, disabled: !table.getCanNextPage(), children: _jsx(ChevronRightIcon, {}) }), _jsx(IconButton, { className: "rounded border p-1", color: color, onClick: function () { return table.lastPage(); }, disabled: !table.getCanNextPage(), children: _jsx(DoubleArrowRightIcon, {}) }), _jsxs("span", { className: "flex items-center gap-1", children: [_jsx("div", { children: "Page" }), _jsxs("strong", { children: [table.getState().pagination.pageIndex + 1, " of ", table.getPageCount().toLocaleString()] })] }), _jsxs("span", { className: "flex items-center gap-1", children: ["| Go to page:", _jsx(TextField.Root, { type: "number", color: color, min: "1", max: table.getPageCount(), defaultValue: table.getState().pagination.pageIndex + 1, onChange: function (e) {
11
+ var page = e.target.value ? Number(e.target.value) - 1 : 0;
12
+ table.setPageIndex(page);
13
+ }, className: "w-16 rounded border p-1" })] }), _jsxs(Select.Root, { color: color, value: String(table.getState().pagination.pageSize), defaultValue: String(table.getState().pagination.pageSize), onValueChange: function (e) {
14
+ table.setPageSize(Number(e));
15
+ }, children: [_jsx(Select.Trigger, {}), _jsx(Select.Content, { children: [10, 20, 30, 40, 50].map(function (pageSize) { return (_jsx(Select.Item, { value: String(pageSize), children: pageSize }, pageSize)); }) })] })] }));
16
+ }
17
+ export default Pagination;
@@ -0,0 +1,2 @@
1
+ import{jsxs as e,jsx as n}from"react/jsx-runtime";import{IconButton as t}from"../IconButton/index.mjs";import{DoubleArrowLeftIcon as a,ChevronLeftIcon as r,ChevronRightIcon as o,DoubleArrowRightIcon as i}from"@radix-ui/react-icons";import l from"../TextField/index.mjs";import d from"../Select/index.mjs";function c(c){var g,u=c.table,s=null!==(g=u.options.color)&&void 0!==g?g:"red";return e("div",{className:"flex items-center gap-2",children:[n(t,{className:"rounded border p-1",color:s,onClick:function(){return u.firstPage()},disabled:!u.getCanPreviousPage(),children:n(a,{})}),n(t,{className:"rounded border p-1",color:s,onClick:function(){return u.previousPage()},disabled:!u.getCanPreviousPage(),children:n(r,{})}),n(t,{className:"rounded border p-1",color:s,onClick:function(){return u.nextPage()},disabled:!u.getCanNextPage(),children:n(o,{})}),n(t,{className:"rounded border p-1",color:s,onClick:function(){return u.lastPage()},disabled:!u.getCanNextPage(),children:n(i,{})}),e("span",{className:"flex items-center gap-1",children:[n("div",{children:"Page"}),e("strong",{children:[u.getState().pagination.pageIndex+1," of ",u.getPageCount().toLocaleString()]})]}),e("span",{className:"flex items-center gap-1",children:["| Go to page:",n(l.Root,{type:"number",color:s,min:"1",max:u.getPageCount(),defaultValue:u.getState().pagination.pageIndex+1,onChange:function(e){var n=e.target.value?Number(e.target.value)-1:0;u.setPageIndex(n)},className:"w-16 rounded border p-1"})]}),e(d.Root,{color:s,value:String(u.getState().pagination.pageSize),defaultValue:String(u.getState().pagination.pageSize),onValueChange:function(e){u.setPageSize(Number(e))},children:[n(d.Trigger,{}),n(d.Content,{children:[10,20,30,40,50].map((function(e){return n(d.Item,{value:String(e),children:e},e)}))})]})]})}export{c as default};
2
+ //# sourceMappingURL=Pagination.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pagination.mjs","sources":["../../../lib/components/Grid/Pagination.js"],"sourcesContent":["import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport IconButton from '../IconButton';\nimport { ChevronLeftIcon, ChevronRightIcon, DoubleArrowLeftIcon, DoubleArrowRightIcon, } from '@radix-ui/react-icons';\nimport TextField from '../TextField';\nimport Select from '../Select';\nfunction Pagination(_a) {\n var _b;\n var table = _a.table;\n var color = (_b = table.options.color) !== null && _b !== void 0 ? _b : 'red';\n return (_jsxs(\"div\", { className: \"flex items-center gap-2\", children: [_jsx(IconButton, { className: \"rounded border p-1\", color: color, onClick: function () { return table.firstPage(); }, disabled: !table.getCanPreviousPage(), children: _jsx(DoubleArrowLeftIcon, {}) }), _jsx(IconButton, { className: \"rounded border p-1\", color: color, onClick: function () { return table.previousPage(); }, disabled: !table.getCanPreviousPage(), children: _jsx(ChevronLeftIcon, {}) }), _jsx(IconButton, { className: \"rounded border p-1\", color: color, onClick: function () { return table.nextPage(); }, disabled: !table.getCanNextPage(), children: _jsx(ChevronRightIcon, {}) }), _jsx(IconButton, { className: \"rounded border p-1\", color: color, onClick: function () { return table.lastPage(); }, disabled: !table.getCanNextPage(), children: _jsx(DoubleArrowRightIcon, {}) }), _jsxs(\"span\", { className: \"flex items-center gap-1\", children: [_jsx(\"div\", { children: \"Page\" }), _jsxs(\"strong\", { children: [table.getState().pagination.pageIndex + 1, \" of \", table.getPageCount().toLocaleString()] })] }), _jsxs(\"span\", { className: \"flex items-center gap-1\", children: [\"| Go to page:\", _jsx(TextField.Root, { type: \"number\", color: color, min: \"1\", max: table.getPageCount(), defaultValue: table.getState().pagination.pageIndex + 1, onChange: function (e) {\n var page = e.target.value ? Number(e.target.value) - 1 : 0;\n table.setPageIndex(page);\n }, className: \"w-16 rounded border p-1\" })] }), _jsxs(Select.Root, { color: color, value: String(table.getState().pagination.pageSize), defaultValue: String(table.getState().pagination.pageSize), onValueChange: function (e) {\n table.setPageSize(Number(e));\n }, children: [_jsx(Select.Trigger, {}), _jsx(Select.Content, { children: [10, 20, 30, 40, 50].map(function (pageSize) { return (_jsx(Select.Item, { value: String(pageSize), children: pageSize }, pageSize)); }) })] })] }));\n}\nexport default Pagination;\n"],"names":["Pagination","_a","_b","table","color","options","_jsxs","className","children","_jsx","IconButton","onClick","firstPage","disabled","getCanPreviousPage","DoubleArrowLeftIcon","previousPage","ChevronLeftIcon","nextPage","getCanNextPage","ChevronRightIcon","lastPage","DoubleArrowRightIcon","getState","pagination","pageIndex","getPageCount","toLocaleString","TextField","Root","type","min","max","defaultValue","onChange","e","page","target","value","Number","setPageIndex","Select","String","pageSize","onValueChange","setPageSize","Trigger","Content","map","Item"],"mappings":"iTAKA,SAASA,EAAWC,GAChB,IAAIC,EACAC,EAAQF,EAAGE,MACXC,EAAuC,QAA9BF,EAAKC,EAAME,QAAQD,aAA0B,IAAPF,EAAgBA,EAAK,MACxE,OAAQI,EAAM,MAAO,CAAEC,UAAW,0BAA2BC,SAAU,CAACC,EAAKC,EAAY,CAAEH,UAAW,qBAAsBH,MAAOA,EAAOO,QAAS,WAAc,OAAOR,EAAMS,WAAc,EAAEC,UAAWV,EAAMW,qBAAsBN,SAAUC,EAAKM,EAAqB,MAAQN,EAAKC,EAAY,CAAEH,UAAW,qBAAsBH,MAAOA,EAAOO,QAAS,WAAc,OAAOR,EAAMa,cAAe,EAAIH,UAAWV,EAAMW,qBAAsBN,SAAUC,EAAKQ,EAAiB,CAAE,KAAMR,EAAKC,EAAY,CAAEH,UAAW,qBAAsBH,MAAOA,EAAOO,QAAS,WAAc,OAAOR,EAAMe,YAAeL,UAAWV,EAAMgB,iBAAkBX,SAAUC,EAAKW,EAAkB,CAAE,KAAMX,EAAKC,EAAY,CAAEH,UAAW,qBAAsBH,MAAOA,EAAOO,QAAS,WAAc,OAAOR,EAAMkB,YAAeR,UAAWV,EAAMgB,iBAAkBX,SAAUC,EAAKa,EAAsB,CAAA,KAAQhB,EAAM,OAAQ,CAAEC,UAAW,0BAA2BC,SAAU,CAACC,EAAK,MAAO,CAAED,SAAU,SAAWF,EAAM,SAAU,CAAEE,SAAU,CAACL,EAAMoB,WAAWC,WAAWC,UAAY,EAAG,OAAQtB,EAAMuB,eAAeC,uBAA0BrB,EAAM,OAAQ,CAAEC,UAAW,0BAA2BC,SAAU,CAAC,gBAAiBC,EAAKmB,EAAUC,KAAM,CAAEC,KAAM,SAAU1B,MAAOA,EAAO2B,IAAK,IAAKC,IAAK7B,EAAMuB,eAAgBO,aAAc9B,EAAMoB,WAAWC,WAAWC,UAAY,EAAGS,SAAU,SAAUC,GACnyC,IAAIC,EAAOD,EAAEE,OAAOC,MAAQC,OAAOJ,EAAEE,OAAOC,OAAS,EAAI,EACzDnC,EAAMqC,aAAaJ,EACtB,EAAE7B,UAAW,+BAAkCD,EAAMmC,EAAOZ,KAAM,CAAEzB,MAAOA,EAAOkC,MAAOI,OAAOvC,EAAMoB,WAAWC,WAAWmB,UAAWV,aAAcS,OAAOvC,EAAMoB,WAAWC,WAAWmB,UAAWC,cAAe,SAAUT,GACjOhC,EAAM0C,YAAYN,OAAOJ,GAC7C,EAAmB3B,SAAU,CAACC,EAAKgC,EAAOK,QAAS,CAAE,GAAGrC,EAAKgC,EAAOM,QAAS,CAAEvC,SAAU,CAAC,GAAI,GAAI,GAAI,GAAI,IAAIwC,KAAI,SAAUL,GAAY,OAAQlC,EAAKgC,EAAOQ,KAAM,CAAEX,MAAOI,OAAOC,GAAWnC,SAAUmC,GAAYA,EAAa,WAChO"}
@@ -0,0 +1,7 @@
1
+ export declare const GridVariants: (props?: ({
2
+ color?: string | null | undefined;
3
+ } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
4
+ declare function Grid({ table }: {
5
+ table: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ export default Grid;