@ncds/ui-admin 0.0.33 → 0.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (645) hide show
  1. package/dist/temp/assets/scripts/datePicker.d.ts +49 -0
  2. package/dist/temp/assets/scripts/datePicker.d.ts.map +1 -0
  3. package/dist/temp/assets/scripts/datePicker.js +232 -0
  4. package/dist/temp/assets/scripts/index.d.ts +7 -0
  5. package/dist/temp/assets/scripts/index.d.ts.map +1 -0
  6. package/dist/temp/assets/scripts/index.js +8 -0
  7. package/dist/temp/assets/scripts/slider.d.ts.map +1 -0
  8. package/dist/temp/assets/scripts/slider.js +331 -0
  9. package/dist/temp/assets/scripts/tab.d.ts +8 -0
  10. package/dist/temp/assets/scripts/tab.d.ts.map +1 -0
  11. package/dist/temp/assets/scripts/tab.js +35 -0
  12. package/dist/temp/constant/color.d.ts.map +1 -0
  13. package/dist/temp/constant/color.js +32 -0
  14. package/dist/temp/constant/size.d.ts.map +1 -0
  15. package/dist/temp/constant/size.js +1 -0
  16. package/dist/temp/docusaurus/docusaurus.config.d.ts +4 -0
  17. package/dist/temp/docusaurus/docusaurus.config.d.ts.map +1 -0
  18. package/dist/temp/docusaurus/docusaurus.config.js +300 -0
  19. package/dist/temp/docusaurus/sidebars.d.ts +14 -0
  20. package/dist/temp/docusaurus/sidebars.d.ts.map +1 -0
  21. package/dist/temp/docusaurus/sidebars.js +104 -0
  22. package/dist/temp/docusaurus/src/components/Badge.d.ts +2 -0
  23. package/dist/temp/docusaurus/src/components/Badge.d.ts.map +1 -0
  24. package/dist/temp/docusaurus/src/components/Badge.js +1 -0
  25. package/dist/temp/docusaurus/src/components/BadgeGroup.d.ts +2 -0
  26. package/dist/temp/docusaurus/src/components/BadgeGroup.d.ts.map +1 -0
  27. package/dist/temp/docusaurus/src/components/BadgeGroup.js +1 -0
  28. package/dist/temp/docusaurus/src/components/BreadCrumb.d.ts +3 -0
  29. package/dist/temp/docusaurus/src/components/BreadCrumb.d.ts.map +1 -0
  30. package/dist/temp/docusaurus/src/components/BreadCrumb.js +2 -0
  31. package/dist/temp/docusaurus/src/components/Button.d.ts +2 -0
  32. package/dist/temp/docusaurus/src/components/Button.d.ts.map +1 -0
  33. package/dist/temp/docusaurus/src/components/Button.js +1 -0
  34. package/dist/temp/docusaurus/src/components/ButtonGroup.d.ts +2 -0
  35. package/dist/temp/docusaurus/src/components/ButtonGroup.d.ts.map +1 -0
  36. package/dist/temp/docusaurus/src/components/ButtonGroup.js +1 -0
  37. package/dist/temp/docusaurus/src/components/CarouselArrow.d.ts +2 -0
  38. package/dist/temp/docusaurus/src/components/CarouselArrow.d.ts.map +1 -0
  39. package/dist/temp/docusaurus/src/components/CarouselArrow.js +1 -0
  40. package/dist/temp/docusaurus/src/components/CarouselNumberGroup.d.ts +2 -0
  41. package/dist/temp/docusaurus/src/components/CarouselNumberGroup.d.ts.map +1 -0
  42. package/dist/temp/docusaurus/src/components/CarouselNumberGroup.js +1 -0
  43. package/dist/temp/docusaurus/src/components/Checkbox.d.ts +4 -0
  44. package/dist/temp/docusaurus/src/components/Checkbox.d.ts.map +1 -0
  45. package/dist/temp/docusaurus/src/components/Checkbox.js +20 -0
  46. package/dist/temp/docusaurus/src/components/CodeTabs/index.d.ts +10 -0
  47. package/dist/temp/docusaurus/src/components/CodeTabs/index.d.ts.map +1 -0
  48. package/dist/temp/docusaurus/src/components/CodeTabs/index.js +143 -0
  49. package/dist/temp/docusaurus/src/components/ColorSwatch.d.ts +9 -0
  50. package/dist/temp/docusaurus/src/components/ColorSwatch.d.ts.map +1 -0
  51. package/dist/temp/docusaurus/src/components/ColorSwatch.js +37 -0
  52. package/dist/temp/docusaurus/src/components/DatePicker.d.ts +2 -0
  53. package/dist/temp/docusaurus/src/components/DatePicker.d.ts.map +1 -0
  54. package/dist/temp/docusaurus/src/components/DatePicker.js +1 -0
  55. package/dist/temp/docusaurus/src/components/Divider.d.ts +3 -0
  56. package/dist/temp/docusaurus/src/components/Divider.d.ts.map +1 -0
  57. package/dist/temp/docusaurus/src/components/Divider.js +2 -0
  58. package/dist/temp/docusaurus/src/components/Dot.d.ts +3 -0
  59. package/dist/temp/docusaurus/src/components/Dot.d.ts.map +1 -0
  60. package/dist/temp/docusaurus/src/components/Dot.js +1 -0
  61. package/dist/temp/docusaurus/src/components/Dropdown.d.ts +4 -0
  62. package/dist/temp/docusaurus/src/components/Dropdown.d.ts.map +1 -0
  63. package/dist/temp/docusaurus/src/components/Dropdown.js +20 -0
  64. package/dist/temp/docusaurus/src/components/EmptyState.d.ts +2 -0
  65. package/dist/temp/docusaurus/src/components/EmptyState.d.ts.map +1 -0
  66. package/dist/temp/docusaurus/src/components/EmptyState.js +1 -0
  67. package/dist/temp/docusaurus/src/components/ExampleCode/index.d.ts +9 -0
  68. package/dist/temp/docusaurus/src/components/ExampleCode/index.d.ts.map +1 -0
  69. package/dist/temp/docusaurus/src/components/ExampleCode/index.js +30 -0
  70. package/dist/temp/docusaurus/src/components/ExampleContainer/index.d.ts +8 -0
  71. package/dist/temp/docusaurus/src/components/ExampleContainer/index.d.ts.map +1 -0
  72. package/dist/temp/docusaurus/src/components/ExampleContainer/index.js +30 -0
  73. package/dist/temp/docusaurus/src/components/FeaturedIcon.d.ts +2 -0
  74. package/dist/temp/docusaurus/src/components/FeaturedIcon.d.ts.map +1 -0
  75. package/dist/temp/docusaurus/src/components/FeaturedIcon.js +1 -0
  76. package/dist/temp/docusaurus/src/components/HorizontalTab.d.ts +3 -0
  77. package/dist/temp/docusaurus/src/components/HorizontalTab.d.ts.map +1 -0
  78. package/dist/temp/docusaurus/src/components/HorizontalTab.js +2 -0
  79. package/dist/temp/docusaurus/src/components/IconList.d.ts +2 -0
  80. package/dist/temp/docusaurus/src/components/IconList.d.ts.map +1 -0
  81. package/dist/temp/docusaurus/src/components/IconList.js +1588 -0
  82. package/dist/temp/docusaurus/src/components/Input.d.ts +4 -0
  83. package/dist/temp/docusaurus/src/components/Input.d.ts.map +1 -0
  84. package/dist/temp/docusaurus/src/components/Input.js +3 -0
  85. package/dist/temp/docusaurus/src/components/InteractiveExample/index.d.ts +19 -0
  86. package/dist/temp/docusaurus/src/components/InteractiveExample/index.d.ts.map +1 -0
  87. package/dist/temp/docusaurus/src/components/InteractiveExample/index.js +174 -0
  88. package/dist/temp/docusaurus/src/components/InteractiveIconWrapper.d.ts +46 -0
  89. package/dist/temp/docusaurus/src/components/InteractiveIconWrapper.d.ts.map +1 -0
  90. package/dist/temp/docusaurus/src/components/InteractiveIconWrapper.js +211 -0
  91. package/dist/temp/docusaurus/src/components/Modal.d.ts +8 -0
  92. package/dist/temp/docusaurus/src/components/Modal.d.ts.map +1 -0
  93. package/dist/temp/docusaurus/src/components/Modal.js +30 -0
  94. package/dist/temp/docusaurus/src/components/Notification.d.ts +2 -0
  95. package/dist/temp/docusaurus/src/components/Notification.d.ts.map +1 -0
  96. package/dist/temp/docusaurus/src/components/Notification.js +1 -0
  97. package/dist/temp/docusaurus/src/components/PaginationExample.d.ts +2 -0
  98. package/dist/temp/docusaurus/src/components/PaginationExample.d.ts.map +1 -0
  99. package/dist/temp/docusaurus/src/components/PaginationExample.js +1 -0
  100. package/dist/temp/docusaurus/src/components/ProgressBar.d.ts +3 -0
  101. package/dist/temp/docusaurus/src/components/ProgressBar.d.ts.map +1 -0
  102. package/dist/temp/docusaurus/src/components/ProgressBar.js +2 -0
  103. package/dist/temp/docusaurus/src/components/ProgressCircle.d.ts +3 -0
  104. package/dist/temp/docusaurus/src/components/ProgressCircle.d.ts.map +1 -0
  105. package/dist/temp/docusaurus/src/components/ProgressCircle.js +2 -0
  106. package/dist/temp/docusaurus/src/components/Radio.d.ts +4 -0
  107. package/dist/temp/docusaurus/src/components/Radio.d.ts.map +1 -0
  108. package/dist/temp/docusaurus/src/components/Radio.js +20 -0
  109. package/dist/temp/docusaurus/src/components/RangeDatePicker.d.ts +2 -0
  110. package/dist/temp/docusaurus/src/components/RangeDatePicker.d.ts.map +1 -0
  111. package/dist/temp/docusaurus/src/components/RangeDatePicker.js +1 -0
  112. package/dist/temp/docusaurus/src/components/RangeDatePickerWithButtons.d.ts +2 -0
  113. package/dist/temp/docusaurus/src/components/RangeDatePickerWithButtons.d.ts.map +1 -0
  114. package/dist/temp/docusaurus/src/components/RangeDatePickerWithButtons.js +1 -0
  115. package/dist/temp/docusaurus/src/components/Select.d.ts +4 -0
  116. package/dist/temp/docusaurus/src/components/Select.d.ts.map +1 -0
  117. package/dist/temp/docusaurus/src/components/Select.js +17 -0
  118. package/dist/temp/docusaurus/src/components/Slider.d.ts +3 -0
  119. package/dist/temp/docusaurus/src/components/Slider.d.ts.map +1 -0
  120. package/dist/temp/docusaurus/src/components/Slider.js +1 -0
  121. package/dist/temp/docusaurus/src/components/Spinner.d.ts +2 -0
  122. package/dist/temp/docusaurus/src/components/Spinner.d.ts.map +1 -0
  123. package/dist/temp/docusaurus/src/components/Spinner.js +1 -0
  124. package/dist/temp/docusaurus/src/components/Table.d.ts +43 -0
  125. package/dist/temp/docusaurus/src/components/Table.d.ts.map +1 -0
  126. package/dist/temp/docusaurus/src/components/Table.js +56 -0
  127. package/dist/temp/docusaurus/src/components/Tabs.d.ts +27 -0
  128. package/dist/temp/docusaurus/src/components/Tabs.d.ts.map +1 -0
  129. package/dist/temp/docusaurus/src/components/Tabs.js +49 -0
  130. package/dist/temp/docusaurus/src/components/Tag.d.ts +2 -0
  131. package/dist/temp/docusaurus/src/components/Tag.d.ts.map +1 -0
  132. package/dist/temp/docusaurus/src/components/Tag.js +16 -0
  133. package/dist/temp/docusaurus/src/components/Toggle.d.ts +2 -0
  134. package/dist/temp/docusaurus/src/components/Toggle.d.ts.map +1 -0
  135. package/dist/temp/docusaurus/src/components/Toggle.js +19 -0
  136. package/dist/temp/docusaurus/src/components/TooltipExample.d.ts +2 -0
  137. package/dist/temp/docusaurus/src/components/TooltipExample.d.ts.map +1 -0
  138. package/dist/temp/docusaurus/src/components/TooltipExample.js +1 -0
  139. package/dist/temp/docusaurus/src/components/VerticalTab.d.ts +3 -0
  140. package/dist/temp/docusaurus/src/components/VerticalTab.d.ts.map +1 -0
  141. package/dist/temp/docusaurus/src/components/VerticalTab.js +2 -0
  142. package/dist/temp/docusaurus/src/components/demos/BadgeGroupDemo.d.ts +2 -0
  143. package/dist/temp/docusaurus/src/components/demos/BadgeGroupDemo.d.ts.map +1 -0
  144. package/dist/temp/docusaurus/src/components/demos/BadgeGroupDemo.js +46 -0
  145. package/dist/temp/docusaurus/src/components/demos/DividerDemo.d.ts +9 -0
  146. package/dist/temp/docusaurus/src/components/demos/DividerDemo.d.ts.map +1 -0
  147. package/dist/temp/docusaurus/src/components/demos/DividerDemo.js +40 -0
  148. package/dist/temp/docusaurus/src/components/demos/DotDemo.d.ts +5 -0
  149. package/dist/temp/docusaurus/src/components/demos/DotDemo.d.ts.map +1 -0
  150. package/dist/temp/docusaurus/src/components/demos/DotDemo.js +17 -0
  151. package/dist/temp/docusaurus/src/components/demos/DropdownDemo.d.ts +19 -0
  152. package/dist/temp/docusaurus/src/components/demos/DropdownDemo.d.ts.map +1 -0
  153. package/dist/temp/docusaurus/src/components/demos/DropdownDemo.js +89 -0
  154. package/dist/temp/docusaurus/src/components/demos/FeaturedIconDemo.d.ts +9 -0
  155. package/dist/temp/docusaurus/src/components/demos/FeaturedIconDemo.d.ts.map +1 -0
  156. package/dist/temp/docusaurus/src/components/demos/FeaturedIconDemo.js +6 -0
  157. package/dist/temp/docusaurus/src/components/demos/ModalDemo.d.ts +27 -0
  158. package/dist/temp/docusaurus/src/components/demos/ModalDemo.d.ts.map +1 -0
  159. package/dist/temp/docusaurus/src/components/demos/ModalDemo.js +51 -0
  160. package/dist/temp/docusaurus/src/components/demos/NotificationDemo.d.ts +48 -0
  161. package/dist/temp/docusaurus/src/components/demos/NotificationDemo.d.ts.map +1 -0
  162. package/dist/temp/docusaurus/src/components/demos/NotificationDemo.js +77 -0
  163. package/dist/temp/docusaurus/src/components/demos/SliderDemo.d.ts +18 -0
  164. package/dist/temp/docusaurus/src/components/demos/SliderDemo.d.ts.map +1 -0
  165. package/dist/temp/docusaurus/src/components/demos/SliderDemo.js +24 -0
  166. package/dist/temp/docusaurus/src/components/demos/index.d.ts +8 -0
  167. package/dist/temp/docusaurus/src/components/demos/index.d.ts.map +1 -0
  168. package/dist/temp/docusaurus/src/components/demos/index.js +7 -0
  169. package/dist/temp/docusaurus/src/components/index.d.ts +2 -0
  170. package/dist/temp/docusaurus/src/components/index.d.ts.map +1 -0
  171. package/dist/temp/docusaurus/src/components/index.js +2 -0
  172. package/dist/temp/docusaurus/src/pages/index.d.ts +4 -0
  173. package/dist/temp/docusaurus/src/pages/index.d.ts.map +1 -0
  174. package/dist/temp/docusaurus/src/pages/index.js +10 -0
  175. package/dist/temp/docusaurus/src/step-guide-example/BasicExample.d.ts +3 -0
  176. package/dist/temp/docusaurus/src/step-guide-example/BasicExample.d.ts.map +1 -0
  177. package/dist/temp/docusaurus/src/step-guide-example/BasicExample.js +47 -0
  178. package/dist/temp/docusaurus/src/step-guide-example/ClickableDim.d.ts +3 -0
  179. package/dist/temp/docusaurus/src/step-guide-example/ClickableDim.d.ts.map +1 -0
  180. package/dist/temp/docusaurus/src/step-guide-example/ClickableDim.js +48 -0
  181. package/dist/temp/docusaurus/src/step-guide-example/CustomStyle.d.ts +3 -0
  182. package/dist/temp/docusaurus/src/step-guide-example/CustomStyle.d.ts.map +1 -0
  183. package/dist/temp/docusaurus/src/step-guide-example/CustomStyle.js +50 -0
  184. package/dist/temp/docusaurus/src/step-guide-example/EndCallback.d.ts +3 -0
  185. package/dist/temp/docusaurus/src/step-guide-example/EndCallback.d.ts.map +1 -0
  186. package/dist/temp/docusaurus/src/step-guide-example/EndCallback.js +62 -0
  187. package/dist/temp/docusaurus/src/step-guide-example/GoToStep.d.ts +3 -0
  188. package/dist/temp/docusaurus/src/step-guide-example/GoToStep.d.ts.map +1 -0
  189. package/dist/temp/docusaurus/src/step-guide-example/GoToStep.js +65 -0
  190. package/dist/temp/docusaurus/src/step-guide-example/NoTargetElement.d.ts +3 -0
  191. package/dist/temp/docusaurus/src/step-guide-example/NoTargetElement.d.ts.map +1 -0
  192. package/dist/temp/docusaurus/src/step-guide-example/NoTargetElement.js +63 -0
  193. package/dist/temp/docusaurus/src/step-guide-example/NotUseAnimation.d.ts +3 -0
  194. package/dist/temp/docusaurus/src/step-guide-example/NotUseAnimation.d.ts.map +1 -0
  195. package/dist/temp/docusaurus/src/step-guide-example/NotUseAnimation.js +48 -0
  196. package/dist/temp/docusaurus/src/step-guide-example/PositionExample.d.ts +3 -0
  197. package/dist/temp/docusaurus/src/step-guide-example/PositionExample.d.ts.map +1 -0
  198. package/dist/temp/docusaurus/src/step-guide-example/PositionExample.js +52 -0
  199. package/dist/temp/docusaurus/src/step-guide-example/SetBtnLabel.d.ts +3 -0
  200. package/dist/temp/docusaurus/src/step-guide-example/SetBtnLabel.d.ts.map +1 -0
  201. package/dist/temp/docusaurus/src/step-guide-example/SetBtnLabel.js +52 -0
  202. package/dist/temp/docusaurus/src/step-guide-example/SkipBtn.d.ts +3 -0
  203. package/dist/temp/docusaurus/src/step-guide-example/SkipBtn.d.ts.map +1 -0
  204. package/dist/temp/docusaurus/src/step-guide-example/SkipBtn.js +54 -0
  205. package/dist/temp/docusaurus/src/step-guide-example/StepCount.d.ts +3 -0
  206. package/dist/temp/docusaurus/src/step-guide-example/StepCount.d.ts.map +1 -0
  207. package/dist/temp/docusaurus/src/step-guide-example/StepCount.js +65 -0
  208. package/dist/temp/docusaurus/src/step-guide-example/UseHtml.d.ts +3 -0
  209. package/dist/temp/docusaurus/src/step-guide-example/UseHtml.d.ts.map +1 -0
  210. package/dist/temp/docusaurus/src/step-guide-example/UseHtml.js +46 -0
  211. package/dist/temp/docusaurus/src/step-guide-example/component/ExampleContainer.d.ts +7 -0
  212. package/dist/temp/docusaurus/src/step-guide-example/component/ExampleContainer.d.ts.map +1 -0
  213. package/dist/temp/docusaurus/src/step-guide-example/component/ExampleContainer.js +21 -0
  214. package/dist/temp/docusaurus/src/step-guide-example/util/index.d.ts +5 -0
  215. package/dist/temp/docusaurus/src/step-guide-example/util/index.d.ts.map +1 -0
  216. package/dist/temp/docusaurus/src/step-guide-example/util/index.js +16 -0
  217. package/dist/temp/docusaurus/src/theme/BlogArchivePage/index.d.ts +6 -0
  218. package/dist/temp/docusaurus/src/theme/BlogArchivePage/index.d.ts.map +1 -0
  219. package/dist/temp/docusaurus/src/theme/BlogArchivePage/index.js +46 -0
  220. package/dist/temp/docusaurus/src/theme/BlogSidebar/index.d.ts +6 -0
  221. package/dist/temp/docusaurus/src/theme/BlogSidebar/index.d.ts.map +1 -0
  222. package/dist/temp/docusaurus/src/theme/BlogSidebar/index.js +30 -0
  223. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/Items/Home/index.d.ts +3 -0
  224. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/Items/Home/index.d.ts.map +1 -0
  225. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/Items/Home/index.js +25 -0
  226. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/StructuredData/index.d.ts +4 -0
  227. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/StructuredData/index.d.ts.map +1 -0
  228. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/StructuredData/index.js +20 -0
  229. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/index.d.ts +3 -0
  230. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/index.d.ts.map +1 -0
  231. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/index.js +46 -0
  232. package/dist/temp/docusaurus/src/utils/html.d.ts +3 -0
  233. package/dist/temp/docusaurus/src/utils/html.d.ts.map +1 -0
  234. package/dist/temp/docusaurus/src/utils/html.js +100 -0
  235. package/dist/temp/index.d.ts.map +1 -0
  236. package/dist/{esm → temp}/index.js +1 -1
  237. package/dist/temp/src/components/badge/Badge.d.ts.map +1 -0
  238. package/dist/temp/src/components/badge/Badge.js +22 -0
  239. package/dist/{types → temp}/src/components/badge/BadgeGroup.d.ts +1 -1
  240. package/dist/temp/src/components/badge/BadgeGroup.d.ts.map +1 -0
  241. package/dist/temp/src/components/badge/BadgeGroup.js +31 -0
  242. package/dist/temp/src/components/badge/index.d.ts.map +1 -0
  243. package/dist/temp/src/components/badge/index.js +2 -0
  244. package/dist/temp/src/components/badge/utils.d.ts.map +1 -0
  245. package/dist/temp/src/components/badge/utils.js +16 -0
  246. package/dist/temp/src/components/breadcrumb/BreadCrumb.d.ts.map +1 -0
  247. package/dist/temp/src/components/breadcrumb/BreadCrumb.js +30 -0
  248. package/dist/temp/src/components/breadcrumb/index.d.ts.map +1 -0
  249. package/dist/temp/src/components/breadcrumb/index.js +1 -0
  250. package/dist/temp/src/components/button/Button.d.ts.map +1 -0
  251. package/dist/temp/src/components/button/Button.js +89 -0
  252. package/dist/temp/src/components/button/ButtonCloseX.d.ts.map +1 -0
  253. package/dist/temp/src/components/button/ButtonCloseX.js +24 -0
  254. package/dist/temp/src/components/button/ButtonGroup.d.ts.map +1 -0
  255. package/dist/temp/src/components/button/ButtonGroup.js +71 -0
  256. package/dist/temp/src/components/button/index.d.ts.map +1 -0
  257. package/dist/temp/src/components/button/index.js +2 -0
  258. package/dist/temp/src/components/carousel/CarouselArrow.d.ts.map +1 -0
  259. package/dist/temp/src/components/carousel/CarouselArrow.js +23 -0
  260. package/dist/temp/src/components/carousel/CarouselNumberGroup.d.ts.map +1 -0
  261. package/dist/temp/src/components/carousel/CarouselNumberGroup.js +23 -0
  262. package/dist/temp/src/components/carousel/index.d.ts.map +1 -0
  263. package/dist/temp/src/components/carousel/index.js +2 -0
  264. package/dist/temp/src/components/checkbox/Checkbox.d.ts.map +1 -0
  265. package/dist/temp/src/components/checkbox/Checkbox.js +29 -0
  266. package/dist/temp/src/components/checkbox/CheckboxInput.d.ts.map +1 -0
  267. package/dist/temp/src/components/checkbox/CheckboxInput.js +37 -0
  268. package/dist/temp/src/components/checkbox/index.d.ts.map +1 -0
  269. package/dist/temp/src/components/checkbox/index.js +2 -0
  270. package/dist/{types → temp}/src/components/date-picker/DatePicker.d.ts +1 -0
  271. package/dist/temp/src/components/date-picker/DatePicker.d.ts.map +1 -0
  272. package/dist/temp/src/components/date-picker/DatePicker.js +39 -0
  273. package/dist/{types → temp}/src/components/date-picker/RangeDatePicker.d.ts +1 -0
  274. package/dist/temp/src/components/date-picker/RangeDatePicker.d.ts.map +1 -0
  275. package/dist/temp/src/components/date-picker/RangeDatePicker.js +127 -0
  276. package/dist/temp/src/components/date-picker/RangeDatePickerWithButtons.d.ts.map +1 -0
  277. package/dist/temp/src/components/date-picker/RangeDatePickerWithButtons.js +46 -0
  278. package/dist/temp/src/components/date-picker/index.d.ts.map +1 -0
  279. package/dist/{esm → temp}/src/components/date-picker/index.js +1 -1
  280. package/dist/temp/src/components/date-picker/utils.d.ts.map +1 -0
  281. package/dist/temp/src/components/date-picker/utils.js +8 -0
  282. package/dist/temp/src/components/divider/Divider.d.ts.map +1 -0
  283. package/dist/temp/src/components/divider/Divider.js +24 -0
  284. package/dist/temp/src/components/divider/index.d.ts.map +1 -0
  285. package/dist/temp/src/components/divider/index.js +1 -0
  286. package/dist/temp/src/components/dot/Dot.d.ts.map +1 -0
  287. package/dist/temp/src/components/dot/Dot.js +30 -0
  288. package/dist/temp/src/components/dot/index.d.ts.map +1 -0
  289. package/dist/temp/src/components/dot/index.js +1 -0
  290. package/dist/{types → temp}/src/components/dropdown/Dropdown.d.ts +1 -0
  291. package/dist/temp/src/components/dropdown/Dropdown.d.ts.map +1 -0
  292. package/dist/temp/src/components/dropdown/Dropdown.js +82 -0
  293. package/dist/temp/src/components/dropdown/index.d.ts.map +1 -0
  294. package/dist/temp/src/components/dropdown/index.js +1 -0
  295. package/dist/temp/src/components/empty-state/EmptyState.d.ts.map +1 -0
  296. package/dist/temp/src/components/empty-state/EmptyState.js +32 -0
  297. package/dist/temp/src/components/empty-state/index.d.ts.map +1 -0
  298. package/dist/temp/src/components/empty-state/index.js +1 -0
  299. package/dist/temp/src/components/featured-icon/FeaturedIcon.d.ts.map +1 -0
  300. package/dist/temp/src/components/featured-icon/FeaturedIcon.js +36 -0
  301. package/dist/temp/src/components/featured-icon/index.d.ts.map +1 -0
  302. package/dist/temp/src/components/featured-icon/index.js +1 -0
  303. package/dist/temp/src/components/index.d.ts.map +1 -0
  304. package/dist/{esm → temp}/src/components/index.js +1 -1
  305. package/dist/temp/src/components/input/InputBase.d.ts.map +1 -0
  306. package/dist/temp/src/components/input/InputBase.js +91 -0
  307. package/dist/{types → temp}/src/components/input/PasswordInput.d.ts +1 -0
  308. package/dist/temp/src/components/input/PasswordInput.d.ts.map +1 -0
  309. package/dist/temp/src/components/input/PasswordInput.js +75 -0
  310. package/dist/temp/src/components/input/Textarea.d.ts.map +1 -0
  311. package/dist/temp/src/components/input/Textarea.js +60 -0
  312. package/dist/temp/src/components/input/index.d.ts.map +1 -0
  313. package/dist/{esm → temp}/src/components/input/index.js +1 -1
  314. package/dist/temp/src/components/modal/Modal.d.ts.map +1 -0
  315. package/dist/temp/src/components/modal/Modal.js +100 -0
  316. package/dist/temp/src/components/modal/index.d.ts.map +1 -0
  317. package/dist/temp/src/components/modal/index.js +1 -0
  318. package/dist/temp/src/components/notification/FloatingNotification.d.ts.map +1 -0
  319. package/dist/temp/src/components/notification/FloatingNotification.js +50 -0
  320. package/dist/temp/src/components/notification/FullWidthNotification.d.ts.map +1 -0
  321. package/dist/temp/src/components/notification/FullWidthNotification.js +47 -0
  322. package/dist/temp/src/components/notification/Notification.d.ts.map +1 -0
  323. package/dist/temp/src/components/notification/Notification.js +31 -0
  324. package/dist/temp/src/components/notification/index.d.ts.map +1 -0
  325. package/dist/{esm → temp}/src/components/notification/index.js +1 -1
  326. package/dist/temp/src/components/pagination/NavButton.d.ts.map +1 -0
  327. package/dist/temp/src/components/pagination/NavButton.js +66 -0
  328. package/dist/temp/src/components/pagination/Pagination.d.ts.map +1 -0
  329. package/dist/temp/src/components/pagination/Pagination.js +97 -0
  330. package/dist/temp/src/components/pagination/index.d.ts.map +1 -0
  331. package/dist/temp/src/components/pagination/index.js +2 -0
  332. package/dist/temp/src/components/progress-bar/ProgressBar.d.ts.map +1 -0
  333. package/dist/temp/src/components/progress-bar/ProgressBar.js +25 -0
  334. package/dist/temp/src/components/progress-bar/index.d.ts.map +1 -0
  335. package/dist/temp/src/components/progress-bar/index.js +1 -0
  336. package/dist/temp/src/components/progress-circle/ProgressCircle.d.ts.map +1 -0
  337. package/dist/temp/src/components/progress-circle/ProgressCircle.js +22 -0
  338. package/dist/temp/src/components/progress-circle/index.d.ts.map +1 -0
  339. package/dist/temp/src/components/progress-circle/index.js +1 -0
  340. package/dist/temp/src/components/radio/Radio.d.ts.map +1 -0
  341. package/dist/temp/src/components/radio/Radio.js +29 -0
  342. package/dist/temp/src/components/radio/RadioInput.d.ts.map +1 -0
  343. package/dist/temp/src/components/radio/RadioInput.js +29 -0
  344. package/dist/temp/src/components/radio/index.d.ts.map +1 -0
  345. package/dist/temp/src/components/radio/index.js +2 -0
  346. package/dist/temp/src/components/select/Select.d.ts.map +1 -0
  347. package/dist/temp/src/components/select/Select.js +38 -0
  348. package/dist/temp/src/components/select/index.d.ts.map +1 -0
  349. package/dist/temp/src/components/select/index.js +1 -0
  350. package/dist/{types → temp}/src/components/shared/hintText/HintText.d.ts +1 -0
  351. package/dist/temp/src/components/shared/hintText/HintText.d.ts.map +1 -0
  352. package/dist/temp/src/components/shared/hintText/HintText.js +28 -0
  353. package/dist/temp/src/components/shared/hintText/index.d.ts.map +1 -0
  354. package/dist/temp/src/components/shared/hintText/index.js +1 -0
  355. package/dist/temp/src/components/shared/index.d.ts.map +1 -0
  356. package/dist/{esm → temp}/src/components/shared/index.js +1 -1
  357. package/dist/{types → temp}/src/components/shared/label/Label.d.ts +1 -0
  358. package/dist/temp/src/components/shared/label/Label.d.ts.map +1 -0
  359. package/dist/temp/src/components/shared/label/Label.js +28 -0
  360. package/dist/temp/src/components/shared/label/index.d.ts.map +1 -0
  361. package/dist/temp/src/components/shared/label/index.js +1 -0
  362. package/dist/temp/src/components/slider/Slider.d.ts.map +1 -0
  363. package/dist/temp/src/components/slider/Slider.js +44 -0
  364. package/dist/temp/src/components/slider/index.d.ts.map +1 -0
  365. package/dist/temp/src/components/slider/index.js +1 -0
  366. package/dist/temp/src/components/spinner/Spinner.d.ts.map +1 -0
  367. package/dist/temp/src/components/spinner/Spinner.js +21 -0
  368. package/dist/temp/src/components/spinner/index.d.ts.map +1 -0
  369. package/dist/{esm → temp}/src/components/spinner/index.js +1 -1
  370. package/dist/temp/src/components/tab/HorizontalTab.d.ts.map +1 -0
  371. package/dist/temp/src/components/tab/HorizontalTab.js +44 -0
  372. package/dist/temp/src/components/tab/TabButton.d.ts.map +1 -0
  373. package/dist/temp/src/components/tab/TabButton.js +38 -0
  374. package/dist/temp/src/components/tab/VerticalTab.d.ts.map +1 -0
  375. package/dist/temp/src/components/tab/VerticalTab.js +39 -0
  376. package/dist/temp/src/components/tab/index.d.ts.map +1 -0
  377. package/dist/{esm → temp}/src/components/tab/index.js +1 -1
  378. package/dist/temp/src/components/tag/Tag.d.ts.map +1 -0
  379. package/dist/temp/src/components/tag/Tag.js +34 -0
  380. package/dist/temp/src/components/tag/index.d.ts.map +1 -0
  381. package/dist/temp/src/components/tag/index.js +1 -0
  382. package/dist/temp/src/components/toggle/Toggle.d.ts.map +1 -0
  383. package/dist/temp/src/components/toggle/Toggle.js +30 -0
  384. package/dist/temp/src/components/toggle/index.d.ts.map +1 -0
  385. package/dist/temp/src/components/toggle/index.js +1 -0
  386. package/dist/temp/src/components/tooltip/Tooltip.d.ts.map +1 -0
  387. package/dist/temp/src/components/tooltip/Tooltip.js +23 -0
  388. package/dist/temp/src/components/tooltip/index.d.ts.map +1 -0
  389. package/dist/temp/src/components/tooltip/index.js +1 -0
  390. package/dist/temp/src/constant/breakpoint.d.ts.map +1 -0
  391. package/dist/temp/src/constant/breakpoint.js +6 -0
  392. package/dist/temp/src/constant/date-picker.d.ts.map +1 -0
  393. package/dist/temp/src/constant/date-picker.js +53 -0
  394. package/dist/temp/src/constant/index.d.ts.map +1 -0
  395. package/dist/temp/src/constant/index.js +2 -0
  396. package/dist/temp/src/constant/size.d.ts.map +1 -0
  397. package/dist/temp/src/constant/size.js +1 -0
  398. package/dist/temp/src/hooks/useMediaQuery.d.ts.map +1 -0
  399. package/dist/temp/src/hooks/useMediaQuery.js +20 -0
  400. package/dist/temp/src/utils/date-picker.d.ts.map +1 -0
  401. package/dist/temp/src/utils/date-picker.js +12 -0
  402. package/dist/temp/tsconfig.tsbuildinfo +1 -0
  403. package/package.json +2 -1
  404. package/dist/cjs/assets/scripts/index.js +0 -27
  405. package/dist/cjs/assets/scripts/slider.js +0 -341
  406. package/dist/cjs/assets/scripts/test.js +0 -10
  407. package/dist/cjs/constant/color.js +0 -38
  408. package/dist/cjs/constant/size.js +0 -5
  409. package/dist/cjs/index.js +0 -313
  410. package/dist/cjs/src/components/badge/Badge.js +0 -52
  411. package/dist/cjs/src/components/badge/BadgeGroup.js +0 -62
  412. package/dist/cjs/src/components/badge/index.js +0 -27
  413. package/dist/cjs/src/components/badge/utils.js +0 -33
  414. package/dist/cjs/src/components/breadcrumb/BreadCrumb.js +0 -67
  415. package/dist/cjs/src/components/breadcrumb/index.js +0 -16
  416. package/dist/cjs/src/components/button/Button.js +0 -127
  417. package/dist/cjs/src/components/button/ButtonCloseX.js +0 -44
  418. package/dist/cjs/src/components/button/ButtonGroup.js +0 -121
  419. package/dist/cjs/src/components/button/index.js +0 -27
  420. package/dist/cjs/src/components/carousel/CarouselArrow.js +0 -41
  421. package/dist/cjs/src/components/carousel/CarouselNumberGroup.js +0 -46
  422. package/dist/cjs/src/components/carousel/index.js +0 -27
  423. package/dist/cjs/src/components/checkbox/Checkbox.js +0 -70
  424. package/dist/cjs/src/components/checkbox/CheckboxInput.js +0 -96
  425. package/dist/cjs/src/components/checkbox/index.js +0 -27
  426. package/dist/cjs/src/components/date-picker/DatePicker.js +0 -86
  427. package/dist/cjs/src/components/date-picker/RangeDatePicker.js +0 -124
  428. package/dist/cjs/src/components/date-picker/RangeDatePickerWithButtons.js +0 -92
  429. package/dist/cjs/src/components/date-picker/index.js +0 -49
  430. package/dist/cjs/src/components/date-picker/utils.js +0 -18
  431. package/dist/cjs/src/components/divider/Divider.js +0 -47
  432. package/dist/cjs/src/components/divider/index.js +0 -16
  433. package/dist/cjs/src/components/dot/Dot.js +0 -41
  434. package/dist/cjs/src/components/dot/index.js +0 -16
  435. package/dist/cjs/src/components/dropdown/Dropdown.js +0 -206
  436. package/dist/cjs/src/components/dropdown/index.js +0 -16
  437. package/dist/cjs/src/components/empty-state/EmptyState.js +0 -58
  438. package/dist/cjs/src/components/empty-state/index.js +0 -16
  439. package/dist/cjs/src/components/featured-icon/FeaturedIcon.js +0 -62
  440. package/dist/cjs/src/components/featured-icon/index.js +0 -16
  441. package/dist/cjs/src/components/index.js +0 -291
  442. package/dist/cjs/src/components/input/InputBase.js +0 -184
  443. package/dist/cjs/src/components/input/PasswordInput.js +0 -94
  444. package/dist/cjs/src/components/input/Textarea.js +0 -115
  445. package/dist/cjs/src/components/input/index.js +0 -38
  446. package/dist/cjs/src/components/modal/Modal.js +0 -194
  447. package/dist/cjs/src/components/modal/index.js +0 -16
  448. package/dist/cjs/src/components/notification/FloatingNotification.js +0 -108
  449. package/dist/cjs/src/components/notification/FullWidthNotification.js +0 -119
  450. package/dist/cjs/src/components/notification/Notification.js +0 -45
  451. package/dist/cjs/src/components/notification/index.js +0 -38
  452. package/dist/cjs/src/components/pagination/NavButton.js +0 -93
  453. package/dist/cjs/src/components/pagination/Pagination.js +0 -161
  454. package/dist/cjs/src/components/pagination/index.js +0 -27
  455. package/dist/cjs/src/components/progress-bar/ProgressBar.js +0 -57
  456. package/dist/cjs/src/components/progress-bar/index.js +0 -16
  457. package/dist/cjs/src/components/progress-circle/ProgressCircle.js +0 -121
  458. package/dist/cjs/src/components/progress-circle/index.js +0 -16
  459. package/dist/cjs/src/components/radio/Radio.js +0 -65
  460. package/dist/cjs/src/components/radio/RadioInput.js +0 -50
  461. package/dist/cjs/src/components/radio/index.js +0 -27
  462. package/dist/cjs/src/components/select/Select.js +0 -98
  463. package/dist/cjs/src/components/select/index.js +0 -16
  464. package/dist/cjs/src/components/shared/hintText/HintText.js +0 -43
  465. package/dist/cjs/src/components/shared/hintText/index.js +0 -16
  466. package/dist/cjs/src/components/shared/index.js +0 -27
  467. package/dist/cjs/src/components/shared/label/Label.js +0 -43
  468. package/dist/cjs/src/components/shared/label/index.js +0 -16
  469. package/dist/cjs/src/components/slider/Slider.js +0 -64
  470. package/dist/cjs/src/components/slider/index.js +0 -16
  471. package/dist/cjs/src/components/spinner/Spinner.js +0 -53
  472. package/dist/cjs/src/components/spinner/index.js +0 -27
  473. package/dist/cjs/src/components/tab/HorizontalTab.js +0 -77
  474. package/dist/cjs/src/components/tab/TabButton.js +0 -76
  475. package/dist/cjs/src/components/tab/VerticalTab.js +0 -75
  476. package/dist/cjs/src/components/tab/index.js +0 -38
  477. package/dist/cjs/src/components/tag/Tag.js +0 -78
  478. package/dist/cjs/src/components/tag/index.js +0 -16
  479. package/dist/cjs/src/components/toggle/Toggle.js +0 -75
  480. package/dist/cjs/src/components/toggle/index.js +0 -16
  481. package/dist/cjs/src/components/tooltip/Tooltip.js +0 -74
  482. package/dist/cjs/src/components/tooltip/index.js +0 -16
  483. package/dist/cjs/src/constant/breakpoint.js +0 -12
  484. package/dist/cjs/src/constant/date-picker.js +0 -63
  485. package/dist/cjs/src/constant/index.js +0 -27
  486. package/dist/cjs/src/constant/size.js +0 -7
  487. package/dist/cjs/src/hooks/useMediaQuery.js +0 -29
  488. package/dist/cjs/src/utils/date-picker.js +0 -26
  489. package/dist/esm/assets/scripts/index.js +0 -2
  490. package/dist/esm/assets/scripts/slider.js +0 -336
  491. package/dist/esm/assets/scripts/test.js +0 -3
  492. package/dist/esm/constant/color.js +0 -32
  493. package/dist/esm/constant/size.js +0 -1
  494. package/dist/esm/src/components/badge/Badge.js +0 -44
  495. package/dist/esm/src/components/badge/BadgeGroup.js +0 -54
  496. package/dist/esm/src/components/badge/index.js +0 -2
  497. package/dist/esm/src/components/badge/utils.js +0 -25
  498. package/dist/esm/src/components/breadcrumb/BreadCrumb.js +0 -59
  499. package/dist/esm/src/components/breadcrumb/index.js +0 -1
  500. package/dist/esm/src/components/button/Button.js +0 -120
  501. package/dist/esm/src/components/button/ButtonCloseX.js +0 -36
  502. package/dist/esm/src/components/button/ButtonGroup.js +0 -111
  503. package/dist/esm/src/components/button/index.js +0 -2
  504. package/dist/esm/src/components/carousel/CarouselArrow.js +0 -33
  505. package/dist/esm/src/components/carousel/CarouselNumberGroup.js +0 -38
  506. package/dist/esm/src/components/carousel/index.js +0 -2
  507. package/dist/esm/src/components/checkbox/Checkbox.js +0 -62
  508. package/dist/esm/src/components/checkbox/CheckboxInput.js +0 -89
  509. package/dist/esm/src/components/checkbox/index.js +0 -2
  510. package/dist/esm/src/components/date-picker/DatePicker.js +0 -79
  511. package/dist/esm/src/components/date-picker/RangeDatePicker.js +0 -117
  512. package/dist/esm/src/components/date-picker/RangeDatePickerWithButtons.js +0 -85
  513. package/dist/esm/src/components/date-picker/utils.js +0 -10
  514. package/dist/esm/src/components/divider/Divider.js +0 -40
  515. package/dist/esm/src/components/divider/index.js +0 -1
  516. package/dist/esm/src/components/dot/Dot.js +0 -34
  517. package/dist/esm/src/components/dot/index.js +0 -1
  518. package/dist/esm/src/components/dropdown/Dropdown.js +0 -198
  519. package/dist/esm/src/components/dropdown/index.js +0 -1
  520. package/dist/esm/src/components/empty-state/EmptyState.js +0 -51
  521. package/dist/esm/src/components/empty-state/index.js +0 -1
  522. package/dist/esm/src/components/featured-icon/FeaturedIcon.js +0 -55
  523. package/dist/esm/src/components/featured-icon/index.js +0 -1
  524. package/dist/esm/src/components/input/InputBase.js +0 -177
  525. package/dist/esm/src/components/input/PasswordInput.js +0 -87
  526. package/dist/esm/src/components/input/Textarea.js +0 -108
  527. package/dist/esm/src/components/modal/Modal.js +0 -186
  528. package/dist/esm/src/components/modal/index.js +0 -1
  529. package/dist/esm/src/components/notification/FloatingNotification.js +0 -101
  530. package/dist/esm/src/components/notification/FullWidthNotification.js +0 -112
  531. package/dist/esm/src/components/notification/Notification.js +0 -39
  532. package/dist/esm/src/components/pagination/NavButton.js +0 -86
  533. package/dist/esm/src/components/pagination/Pagination.js +0 -153
  534. package/dist/esm/src/components/pagination/index.js +0 -2
  535. package/dist/esm/src/components/progress-bar/ProgressBar.js +0 -50
  536. package/dist/esm/src/components/progress-bar/index.js +0 -1
  537. package/dist/esm/src/components/progress-circle/ProgressCircle.js +0 -114
  538. package/dist/esm/src/components/progress-circle/index.js +0 -1
  539. package/dist/esm/src/components/radio/Radio.js +0 -57
  540. package/dist/esm/src/components/radio/RadioInput.js +0 -43
  541. package/dist/esm/src/components/radio/index.js +0 -2
  542. package/dist/esm/src/components/select/Select.js +0 -91
  543. package/dist/esm/src/components/select/index.js +0 -1
  544. package/dist/esm/src/components/shared/hintText/HintText.js +0 -35
  545. package/dist/esm/src/components/shared/hintText/index.js +0 -1
  546. package/dist/esm/src/components/shared/label/Label.js +0 -35
  547. package/dist/esm/src/components/shared/label/index.js +0 -1
  548. package/dist/esm/src/components/slider/Slider.js +0 -57
  549. package/dist/esm/src/components/slider/index.js +0 -1
  550. package/dist/esm/src/components/spinner/Spinner.js +0 -45
  551. package/dist/esm/src/components/tab/HorizontalTab.js +0 -69
  552. package/dist/esm/src/components/tab/TabButton.js +0 -68
  553. package/dist/esm/src/components/tab/VerticalTab.js +0 -67
  554. package/dist/esm/src/components/tag/Tag.js +0 -70
  555. package/dist/esm/src/components/tag/index.js +0 -1
  556. package/dist/esm/src/components/toggle/Toggle.js +0 -67
  557. package/dist/esm/src/components/toggle/index.js +0 -1
  558. package/dist/esm/src/components/tooltip/Tooltip.js +0 -66
  559. package/dist/esm/src/components/tooltip/index.js +0 -1
  560. package/dist/esm/src/constant/breakpoint.js +0 -6
  561. package/dist/esm/src/constant/date-picker.js +0 -57
  562. package/dist/esm/src/constant/index.js +0 -2
  563. package/dist/esm/src/constant/size.js +0 -1
  564. package/dist/esm/src/hooks/useMediaQuery.js +0 -22
  565. package/dist/esm/src/utils/date-picker.js +0 -17
  566. package/dist/types/assets/scripts/index.d.ts +0 -3
  567. package/dist/types/assets/scripts/test.d.ts +0 -2
  568. package/dist/ui-admin/assets/images/sprite.png +0 -0
  569. package/dist/ui-admin/assets/styles/style.css +0 -3649
  570. /package/dist/{types → temp}/assets/scripts/slider.d.ts +0 -0
  571. /package/dist/{types → temp}/constant/color.d.ts +0 -0
  572. /package/dist/{types → temp}/constant/size.d.ts +0 -0
  573. /package/dist/{types → temp}/index.d.ts +0 -0
  574. /package/dist/{types → temp}/src/components/badge/Badge.d.ts +0 -0
  575. /package/dist/{types → temp}/src/components/badge/index.d.ts +0 -0
  576. /package/dist/{types → temp}/src/components/badge/utils.d.ts +0 -0
  577. /package/dist/{types → temp}/src/components/breadcrumb/BreadCrumb.d.ts +0 -0
  578. /package/dist/{types → temp}/src/components/breadcrumb/index.d.ts +0 -0
  579. /package/dist/{types → temp}/src/components/button/Button.d.ts +0 -0
  580. /package/dist/{types → temp}/src/components/button/ButtonCloseX.d.ts +0 -0
  581. /package/dist/{types → temp}/src/components/button/ButtonGroup.d.ts +0 -0
  582. /package/dist/{types → temp}/src/components/button/index.d.ts +0 -0
  583. /package/dist/{types → temp}/src/components/carousel/CarouselArrow.d.ts +0 -0
  584. /package/dist/{types → temp}/src/components/carousel/CarouselNumberGroup.d.ts +0 -0
  585. /package/dist/{types → temp}/src/components/carousel/index.d.ts +0 -0
  586. /package/dist/{types → temp}/src/components/checkbox/Checkbox.d.ts +0 -0
  587. /package/dist/{types → temp}/src/components/checkbox/CheckboxInput.d.ts +0 -0
  588. /package/dist/{types → temp}/src/components/checkbox/index.d.ts +0 -0
  589. /package/dist/{types → temp}/src/components/date-picker/RangeDatePickerWithButtons.d.ts +0 -0
  590. /package/dist/{types → temp}/src/components/date-picker/index.d.ts +0 -0
  591. /package/dist/{types → temp}/src/components/date-picker/utils.d.ts +0 -0
  592. /package/dist/{types → temp}/src/components/divider/Divider.d.ts +0 -0
  593. /package/dist/{types → temp}/src/components/divider/index.d.ts +0 -0
  594. /package/dist/{types → temp}/src/components/dot/Dot.d.ts +0 -0
  595. /package/dist/{types → temp}/src/components/dot/index.d.ts +0 -0
  596. /package/dist/{types → temp}/src/components/dropdown/index.d.ts +0 -0
  597. /package/dist/{types → temp}/src/components/empty-state/EmptyState.d.ts +0 -0
  598. /package/dist/{types → temp}/src/components/empty-state/index.d.ts +0 -0
  599. /package/dist/{types → temp}/src/components/featured-icon/FeaturedIcon.d.ts +0 -0
  600. /package/dist/{types → temp}/src/components/featured-icon/index.d.ts +0 -0
  601. /package/dist/{types → temp}/src/components/index.d.ts +0 -0
  602. /package/dist/{types → temp}/src/components/input/InputBase.d.ts +0 -0
  603. /package/dist/{types → temp}/src/components/input/Textarea.d.ts +0 -0
  604. /package/dist/{types → temp}/src/components/input/index.d.ts +0 -0
  605. /package/dist/{types → temp}/src/components/modal/Modal.d.ts +0 -0
  606. /package/dist/{types → temp}/src/components/modal/index.d.ts +0 -0
  607. /package/dist/{types → temp}/src/components/notification/FloatingNotification.d.ts +0 -0
  608. /package/dist/{types → temp}/src/components/notification/FullWidthNotification.d.ts +0 -0
  609. /package/dist/{types → temp}/src/components/notification/Notification.d.ts +0 -0
  610. /package/dist/{types → temp}/src/components/notification/index.d.ts +0 -0
  611. /package/dist/{types → temp}/src/components/pagination/NavButton.d.ts +0 -0
  612. /package/dist/{types → temp}/src/components/pagination/Pagination.d.ts +0 -0
  613. /package/dist/{types → temp}/src/components/pagination/index.d.ts +0 -0
  614. /package/dist/{types → temp}/src/components/progress-bar/ProgressBar.d.ts +0 -0
  615. /package/dist/{types → temp}/src/components/progress-bar/index.d.ts +0 -0
  616. /package/dist/{types → temp}/src/components/progress-circle/ProgressCircle.d.ts +0 -0
  617. /package/dist/{types → temp}/src/components/progress-circle/index.d.ts +0 -0
  618. /package/dist/{types → temp}/src/components/radio/Radio.d.ts +0 -0
  619. /package/dist/{types → temp}/src/components/radio/RadioInput.d.ts +0 -0
  620. /package/dist/{types → temp}/src/components/radio/index.d.ts +0 -0
  621. /package/dist/{types → temp}/src/components/select/Select.d.ts +0 -0
  622. /package/dist/{types → temp}/src/components/select/index.d.ts +0 -0
  623. /package/dist/{types → temp}/src/components/shared/hintText/index.d.ts +0 -0
  624. /package/dist/{types → temp}/src/components/shared/index.d.ts +0 -0
  625. /package/dist/{types → temp}/src/components/shared/label/index.d.ts +0 -0
  626. /package/dist/{types → temp}/src/components/slider/Slider.d.ts +0 -0
  627. /package/dist/{types → temp}/src/components/slider/index.d.ts +0 -0
  628. /package/dist/{types → temp}/src/components/spinner/Spinner.d.ts +0 -0
  629. /package/dist/{types → temp}/src/components/spinner/index.d.ts +0 -0
  630. /package/dist/{types → temp}/src/components/tab/HorizontalTab.d.ts +0 -0
  631. /package/dist/{types → temp}/src/components/tab/TabButton.d.ts +0 -0
  632. /package/dist/{types → temp}/src/components/tab/VerticalTab.d.ts +0 -0
  633. /package/dist/{types → temp}/src/components/tab/index.d.ts +0 -0
  634. /package/dist/{types → temp}/src/components/tag/Tag.d.ts +0 -0
  635. /package/dist/{types → temp}/src/components/tag/index.d.ts +0 -0
  636. /package/dist/{types → temp}/src/components/toggle/Toggle.d.ts +0 -0
  637. /package/dist/{types → temp}/src/components/toggle/index.d.ts +0 -0
  638. /package/dist/{types → temp}/src/components/tooltip/Tooltip.d.ts +0 -0
  639. /package/dist/{types → temp}/src/components/tooltip/index.d.ts +0 -0
  640. /package/dist/{types → temp}/src/constant/breakpoint.d.ts +0 -0
  641. /package/dist/{types → temp}/src/constant/date-picker.d.ts +0 -0
  642. /package/dist/{types → temp}/src/constant/index.d.ts +0 -0
  643. /package/dist/{types → temp}/src/constant/size.d.ts +0 -0
  644. /package/dist/{types → temp}/src/hooks/useMediaQuery.d.ts +0 -0
  645. /package/dist/{types → temp}/src/utils/date-picker.d.ts +0 -0
@@ -1,63 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.PERIOD_ITEM = void 0;
7
- var PERIOD_ITEM = exports.PERIOD_ITEM = {
8
- TODAY: {
9
- text: '오늘',
10
- period: 0,
11
- unit: 'days'
12
- },
13
- YESTERDAY: {
14
- text: '어제',
15
- period: 1,
16
- unit: 'days'
17
- },
18
- '3DAYS': {
19
- text: '3일',
20
- period: 3,
21
- unit: 'days'
22
- },
23
- '7DAYS': {
24
- text: '7일',
25
- period: 7,
26
- unit: 'days'
27
- },
28
- '1WEEK': {
29
- text: '1주일',
30
- period: 1,
31
- unit: 'week'
32
- },
33
- '15DAYS': {
34
- text: '15일',
35
- period: 15,
36
- unit: 'days'
37
- },
38
- '1MONTHS': {
39
- text: '1개월',
40
- period: 1,
41
- unit: 'months'
42
- },
43
- '3MONTHS': {
44
- text: '3개월',
45
- period: 3,
46
- unit: 'months'
47
- },
48
- '1YEAR': {
49
- text: '1년',
50
- period: 1,
51
- unit: 'years'
52
- },
53
- ENTIRE: {
54
- text: '전체',
55
- period: 0,
56
- unit: null
57
- },
58
- NONE: {
59
- text: '',
60
- period: 0,
61
- unit: null
62
- }
63
- };
@@ -1,27 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var _size = require("./size");
7
- Object.keys(_size).forEach(function (key) {
8
- if (key === "default" || key === "__esModule") return;
9
- if (key in exports && exports[key] === _size[key]) return;
10
- Object.defineProperty(exports, key, {
11
- enumerable: true,
12
- get: function () {
13
- return _size[key];
14
- }
15
- });
16
- });
17
- var _datePicker = require("./date-picker");
18
- Object.keys(_datePicker).forEach(function (key) {
19
- if (key === "default" || key === "__esModule") return;
20
- if (key in exports && exports[key] === _datePicker[key]) return;
21
- Object.defineProperty(exports, key, {
22
- enumerable: true,
23
- get: function () {
24
- return _datePicker[key];
25
- }
26
- });
27
- });
@@ -1,7 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.MINIMUM_PC_SIZE = void 0;
7
- var MINIMUM_PC_SIZE = exports.MINIMUM_PC_SIZE = 768;
@@ -1,29 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.useMediaQuery = void 0;
7
- var _react = require("react");
8
- var useMediaQuery = function (query, options) {
9
- var _a = (0, _react.useState)(false),
10
- matches = _a[0],
11
- setMatches = _a[1];
12
- (0, _react.useEffect)(function () {
13
- var mediaQuery = window.matchMedia(query);
14
- setMatches(mediaQuery.matches);
15
- var handleChange = function (e) {
16
- var _a;
17
- setMatches(e.matches);
18
- if (e.matches) {
19
- (_a = options === null || options === void 0 ? void 0 : options.onMatched) === null || _a === void 0 ? void 0 : _a.call(options);
20
- }
21
- };
22
- mediaQuery.addEventListener('change', handleChange);
23
- return function () {
24
- mediaQuery.removeEventListener('change', handleChange);
25
- };
26
- }, [query, options === null || options === void 0 ? void 0 : options.onMatched]);
27
- return matches;
28
- };
29
- exports.useMediaQuery = useMediaQuery;
@@ -1,26 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.getDateFormat = getDateFormat;
7
- exports.getSubtractDate = getSubtractDate;
8
- exports.getToday = getToday;
9
- var _moment = _interopRequireDefault(require("moment"));
10
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
- function getDateFormat(date) {
12
- if (date === void 0) {
13
- date = getToday();
14
- }
15
- return (0, _moment.default)(date).format('YYYY-MM-DD');
16
- }
17
- function getToday() {
18
- return (0, _moment.default)().toDate();
19
- }
20
- function getSubtractDate(_a) {
21
- var _b = _a.date,
22
- date = _b === void 0 ? getToday() : _b,
23
- period = _a.period,
24
- unit = _a.unit;
25
- return (0, _moment.default)(date).subtract(period, unit).toDate();
26
- }
@@ -1,2 +0,0 @@
1
- export * from './test';
2
- export * from './slider';
@@ -1,336 +0,0 @@
1
- var Slider = /** @class */function () {
2
- function Slider(element, options) {
3
- var _this = this;
4
- this.activeHandle = null;
5
- this.isDragging = false;
6
- this.handleElements = [];
7
- this.progressElement = null;
8
- this.trackElement = null;
9
- this.handleMouseDown = function (e) {
10
- var targetElement = e.target;
11
- e.preventDefault();
12
- _this.handleInteractionStart(e.clientX, targetElement);
13
- if (_this.isDragging) {
14
- // 드래그 이벤트 추가
15
- document.addEventListener('mousemove', _this.handleMouseMove);
16
- document.addEventListener('mouseup', _this.handleMouseUp);
17
- // 텍스트 선택 방지
18
- document.body.style.userSelect = 'none';
19
- }
20
- };
21
- this.handleTouchStart = function (e) {
22
- if (e.touches.length > 0) {
23
- var targetElement = e.target;
24
- e.preventDefault();
25
- _this.handleInteractionStart(e.touches[0].clientX, targetElement);
26
- if (_this.isDragging) {
27
- // 드래그 이벤트 추가
28
- document.addEventListener('touchmove', _this.handleTouchMove, {
29
- passive: false
30
- });
31
- document.addEventListener('touchend', _this.handleTouchEnd);
32
- }
33
- }
34
- };
35
- this.handleMouseMove = function (e) {
36
- if (_this.isDragging) {
37
- _this.updateValueFromClientX(e.clientX);
38
- }
39
- };
40
- this.handleTouchMove = function (e) {
41
- if (_this.isDragging && e.touches.length > 0) {
42
- e.preventDefault();
43
- _this.updateValueFromClientX(e.touches[0].clientX);
44
- }
45
- };
46
- this.handleMouseUp = function () {
47
- _this.isDragging = false;
48
- document.body.style.userSelect = '';
49
- document.removeEventListener('mousemove', _this.handleMouseMove);
50
- document.removeEventListener('mouseup', _this.handleMouseUp);
51
- };
52
- this.handleTouchEnd = function () {
53
- _this.isDragging = false;
54
- document.removeEventListener('touchmove', _this.handleTouchMove);
55
- document.removeEventListener('touchend', _this.handleTouchEnd);
56
- };
57
- this.element = element;
58
- this.options = Object.assign({
59
- min: 0,
60
- max: 100,
61
- step: 1,
62
- value: 0,
63
- disabled: false
64
- }, options);
65
- this.value = this.options.value;
66
- this.options.min = Number(this.options.min);
67
- this.options.max = Number(this.options.max);
68
- this.options.step = Number(this.options.step);
69
- this.init();
70
- }
71
- Slider.prototype.init = function () {
72
- if (this.options.disabled) {
73
- this.element.style.opacity = '0.5';
74
- }
75
- // 기존 내용 제거
76
- this.element.innerHTML = '';
77
- // Track 생성
78
- this.trackElement = document.createElement('div');
79
- this.trackElement.className = 'ncua-slider__track';
80
- this.element.appendChild(this.trackElement);
81
- // Progress 생성
82
- this.progressElement = document.createElement('div');
83
- this.progressElement.className = 'ncua-slider__progress';
84
- this.element.appendChild(this.progressElement);
85
- // Handle(s) 생성
86
- if (Array.isArray(this.value)) {
87
- // Range slider (2 handles)
88
- var _a = this.value,
89
- leftValue = _a[0],
90
- rightValue = _a[1];
91
- this.createHandle(0, leftValue);
92
- this.createHandle(1, rightValue);
93
- } else {
94
- // Single slider (1 handle)
95
- this.createHandle(0, this.value);
96
- }
97
- // 이벤트 리스너 추가
98
- if (!this.options.disabled) {
99
- this.element.addEventListener('mousedown', this.handleMouseDown);
100
- this.element.addEventListener('touchstart', this.handleTouchStart, {
101
- passive: false
102
- });
103
- }
104
- // 초기 위치 설정
105
- this.updateHandlePositions();
106
- };
107
- Slider.prototype.createHandle = function (index, value) {
108
- var _this = this;
109
- var handle = document.createElement('div');
110
- handle.className = 'ncua-slider__handle';
111
- handle.setAttribute('role', 'slider');
112
- handle.setAttribute('tabindex', this.options.disabled ? '-1' : '0');
113
- handle.setAttribute('aria-valuemin', Array.isArray(this.value) && index === 1 ? String(this.value[0]) : String(this.options.min));
114
- handle.setAttribute('aria-valuemax', Array.isArray(this.value) && index === 0 ? String(this.value[1]) : String(this.options.max));
115
- handle.setAttribute('aria-valuenow', String(value));
116
- handle.setAttribute('aria-disabled', String(this.options.disabled));
117
- handle.dataset.index = String(index);
118
- handle.addEventListener('focus', function () {
119
- _this.activeHandle = index;
120
- _this.updateHandleClasses();
121
- });
122
- handle.addEventListener('blur', function () {
123
- _this.activeHandle = null;
124
- _this.updateHandleClasses();
125
- });
126
- if (this.options.labelPosition === 'bottom') {
127
- var label = document.createElement('div');
128
- label.className = "ncua-slider__label";
129
- label.textContent = "".concat(value, "%");
130
- handle.appendChild(label);
131
- }
132
- if (this.options.labelPosition === 'top-floating') {
133
- var label = document.createElement('div');
134
- label.className = "ncua-slider__label ncua-slider__label--tooltip";
135
- label.textContent = "".concat(value, "%");
136
- handle.appendChild(label);
137
- }
138
- this.element.appendChild(handle);
139
- this.handleElements[index] = handle;
140
- };
141
- Slider.prototype.updateHandlePositions = function () {
142
- if (Array.isArray(this.value)) {
143
- // Range slider
144
- var _a = this.value,
145
- leftValue = _a[0],
146
- rightValue = _a[1];
147
- var leftPosition = this.getPositionFromValue(leftValue);
148
- var rightPosition = this.getPositionFromValue(rightValue);
149
- this.handleElements[0].style.left = "".concat(leftPosition, "%");
150
- this.handleElements[1].style.left = "".concat(rightPosition, "%");
151
- if (this.options.labelPosition) {
152
- var leftLabel = this.handleElements[0].querySelector('.ncua-slider__label');
153
- var rightLabel = this.handleElements[1].querySelector('.ncua-slider__label');
154
- if (leftLabel) leftLabel.textContent = "".concat(leftValue, "%");
155
- if (rightLabel) rightLabel.textContent = "".concat(rightValue, "%");
156
- }
157
- if (this.progressElement) {
158
- this.progressElement.style.left = "".concat(leftPosition, "%");
159
- this.progressElement.style.width = "".concat(rightPosition - leftPosition, "%");
160
- }
161
- } else {
162
- // Single slider
163
- var position = this.getPositionFromValue(this.value);
164
- this.handleElements[0].style.left = "".concat(position, "%");
165
- if (this.options.labelPosition) {
166
- var label = this.handleElements[0].querySelector('.ncua-slider__label');
167
- if (label) label.textContent = "".concat(this.value, "%");
168
- }
169
- if (this.progressElement) {
170
- this.progressElement.style.left = '0';
171
- this.progressElement.style.width = "".concat(position, "%");
172
- }
173
- }
174
- // ARIA 속성 업데이트
175
- this.updateAriaAttributes();
176
- };
177
- Slider.prototype.updateHandleClasses = function () {
178
- var _this = this;
179
- this.handleElements.forEach(function (handle, index) {
180
- if (index === _this.activeHandle) {
181
- handle.classList.add('is-active');
182
- } else {
183
- handle.classList.remove('is-active');
184
- }
185
- });
186
- };
187
- Slider.prototype.updateAriaAttributes = function () {
188
- if (Array.isArray(this.value)) {
189
- // Range slider
190
- var _a = this.value,
191
- leftValue = _a[0],
192
- rightValue = _a[1];
193
- this.handleElements[0].setAttribute('aria-valuenow', String(leftValue));
194
- this.handleElements[0].setAttribute('aria-valuemax', String(rightValue));
195
- this.handleElements[1].setAttribute('aria-valuenow', String(rightValue));
196
- this.handleElements[1].setAttribute('aria-valuemin', String(leftValue));
197
- } else {
198
- // Single slider
199
- this.handleElements[0].setAttribute('aria-valuenow', String(this.value));
200
- }
201
- };
202
- Slider.prototype.getPositionFromValue = function (value) {
203
- return (value - this.options.min) / (this.options.max - this.options.min) * 100;
204
- };
205
- Slider.prototype.getValueFromPosition = function (position) {
206
- var percentage = Math.min(Math.max(position, 0), 100);
207
- var exactValue = this.options.min + percentage / 100 * (this.options.max - this.options.min);
208
- var steppedValue = Math.round(exactValue / this.options.step) * this.options.step;
209
- return Math.min(Math.max(steppedValue, this.options.min), this.options.max);
210
- };
211
- Slider.prototype.handleInteractionStart = function (clientX, target) {
212
- // 슬라이더 영역 내부를 클릭/터치한 경우
213
- if (target.closest('.ncua-slider')) {
214
- // 핸들을 직접 클릭/터치했는지 확인
215
- var handleElement = target.closest('.ncua-slider__handle');
216
- if (handleElement) {
217
- if (Array.isArray(this.value) && this.value[0] === this.value[1] && this.value[0] === this.options.max) {
218
- this.activeHandle = 0;
219
- } else if (Array.isArray(this.value) && this.value[0] === this.value[1] && this.value[0] === this.options.min) {
220
- this.activeHandle = 1;
221
- } else {
222
- this.activeHandle = parseInt(handleElement.dataset.index || '0', 10);
223
- }
224
- } else {
225
- // 슬라이더 트랙을 클릭/터치한 경우, 가장 가까운 핸들을 결정
226
- var rect = this.element.getBoundingClientRect();
227
- var position = (clientX - rect.left) / rect.width * 100;
228
- if (Array.isArray(this.value)) {
229
- var _a = this.value,
230
- leftValue = _a[0],
231
- rightValue = _a[1];
232
- var leftPosition = this.getPositionFromValue(leftValue);
233
- var rightPosition = this.getPositionFromValue(rightValue);
234
- if (position < leftPosition) {
235
- this.activeHandle = 0;
236
- } else if (position > rightPosition) {
237
- this.activeHandle = 1;
238
- } else {
239
- this.activeHandle = Math.abs(position - leftPosition) < Math.abs(position - rightPosition) ? 0 : 1;
240
- }
241
- } else {
242
- this.activeHandle = 0;
243
- }
244
- }
245
- this.updateHandleClasses();
246
- this.isDragging = true;
247
- // 클릭/터치 위치로 값 업데이트
248
- this.updateValueFromClientX(clientX);
249
- }
250
- };
251
- Slider.prototype.updateValueFromClientX = function (clientX) {
252
- if (!this.element || this.activeHandle === null) return;
253
- var rect = this.element.getBoundingClientRect();
254
- var position = (clientX - rect.left) / rect.width * 100;
255
- var newValue = this.getValueFromPosition(position);
256
- var prevValue = this.value;
257
- if (Array.isArray(this.value)) {
258
- // Range slider
259
- var _a = this.value,
260
- leftValue = _a[0],
261
- rightValue = _a[1];
262
- if (this.activeHandle === 0) {
263
- // 왼쪽 핸들
264
- this.value = [Math.min(newValue, rightValue), rightValue];
265
- } else if (this.activeHandle === 1) {
266
- // 오른쪽 핸들
267
- this.value = [leftValue, Math.max(newValue, leftValue)];
268
- }
269
- } else {
270
- // Single slider
271
- this.value = newValue;
272
- }
273
- this.notifyChange(prevValue);
274
- this.updateHandlePositions();
275
- };
276
- Slider.prototype.notifyChange = function (prevValue) {
277
- var _this = this;
278
- var isSingle = !Array.isArray(prevValue);
279
- var checkChangedSingle = function () {
280
- return prevValue !== _this.value;
281
- };
282
- var checkChangedRange = function () {
283
- return Array.isArray(prevValue) && Array.isArray(_this.value) && (prevValue[0] !== _this.value[0] || prevValue[1] !== _this.value[1]);
284
- };
285
- var isChanged = isSingle ? checkChangedSingle() : checkChangedRange();
286
- if (this.options.onChange && isChanged) {
287
- this.options.onChange(this.value);
288
- }
289
- };
290
- Slider.prototype.setValue = function (value) {
291
- this.value = value;
292
- this.updateHandlePositions();
293
- };
294
- Slider.prototype.getValue = function () {
295
- return this.value;
296
- };
297
- Slider.prototype.disable = function () {
298
- this.options.disabled = true;
299
- this.element.style.opacity = '0.5';
300
- this.handleElements.forEach(function (handle) {
301
- handle.setAttribute('tabindex', '-1');
302
- handle.setAttribute('aria-disabled', 'true');
303
- });
304
- this.element.removeEventListener('mousedown', this.handleMouseDown);
305
- this.element.removeEventListener('touchstart', this.handleTouchStart);
306
- };
307
- Slider.prototype.enable = function () {
308
- this.options.disabled = false;
309
- this.element.style.opacity = '1';
310
- this.handleElements.forEach(function (handle) {
311
- handle.setAttribute('tabindex', '0');
312
- handle.setAttribute('aria-disabled', 'false');
313
- });
314
- this.element.addEventListener('mousedown', this.handleMouseDown);
315
- this.element.addEventListener('touchstart', this.handleTouchStart, {
316
- passive: false
317
- });
318
- };
319
- Slider.prototype.destroy = function () {
320
- // 모든 이벤트 리스너 제거
321
- this.element.removeEventListener('mousedown', this.handleMouseDown);
322
- this.element.removeEventListener('touchstart', this.handleTouchStart);
323
- document.removeEventListener('mousemove', this.handleMouseMove);
324
- document.removeEventListener('mouseup', this.handleMouseUp);
325
- document.removeEventListener('touchmove', this.handleTouchMove);
326
- document.removeEventListener('touchend', this.handleTouchEnd);
327
- // 모든 내용 제거
328
- this.element.innerHTML = '';
329
- // 참조 정리
330
- this.handleElements = [];
331
- this.progressElement = null;
332
- this.trackElement = null;
333
- };
334
- return Slider;
335
- }();
336
- export { Slider };
@@ -1,3 +0,0 @@
1
- export var test = function () {
2
- console.log('test');
3
- };
@@ -1,32 +0,0 @@
1
- export var COLOR = {
2
- gray100: '#EAECF0',
3
- gray200: '#D0D5DD',
4
- gray300: '#98A2B3',
5
- gray400: '#667085',
6
- gray500: '#344054',
7
- gray600: '#475467',
8
- gray700: '#0C111D',
9
- blue500: '#1570EF',
10
- blue600: '#1849a9',
11
- red500: '#ec1d31',
12
- red600: '#dc0a2b',
13
- orange500: '#e4501e',
14
- orange600: '#b93815',
15
- green500: '#099250',
16
- green600: '#087443',
17
- pink100: '#fce7f6',
18
- pink600: '#c11574',
19
- yellow600: '#c27004',
20
- white: '#fff',
21
- currentColor: 'currentColor',
22
- black: '',
23
- 'secondary-gray-blue-50': '#f8f9fc',
24
- 'secondary-gray-blue-100': '#eaecf5',
25
- 'secondary-gray-blue-200': '#d5d9eb',
26
- 'secondary-gray-blue-300': '#b3b8db',
27
- 'secondary-gray-blue-400': '#717bbc',
28
- 'secondary-gray-blue-450': '#4e5ba6',
29
- 'secondary-gray-blue-500': '#3e4784',
30
- 'secondary-gray-blue-600': '#363f72',
31
- 'secondary-gray-blue-700': '#293056'
32
- };
@@ -1 +0,0 @@
1
- export {};
@@ -1,44 +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)) t[p] = s[p];
6
- }
7
- return t;
8
- };
9
- return __assign.apply(this, arguments);
10
- };
11
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
12
- import classNames from 'classnames';
13
- import { sideSlotRender } from './utils';
14
- /**
15
- * 뱃지 컴포넌트의 아이콘은 디자인 시스템에서 12px 고정으로 정의되어 있습니다.
16
- */
17
- var BADGE_ICON_SIZE = 12;
18
- export var Badge = function (_a) {
19
- var label = _a.label,
20
- _b = _a.type,
21
- type = _b === void 0 ? 'pill-outline' : _b,
22
- _c = _a.color,
23
- color = _c === void 0 ? 'neutral' : _c,
24
- className = _a.className,
25
- leadingIcon = _a.leadingIcon,
26
- trailingIcon = _a.trailingIcon,
27
- _d = _a.size,
28
- size = _d === void 0 ? 'sm' : _d;
29
- return _jsxs("span", __assign({
30
- className: classNames('ncua-badge', "ncua-badge--".concat(type), "ncua-badge--".concat(color), "ncua-badge--".concat(size), className)
31
- }, {
32
- children: [leadingIcon && sideSlotRender({
33
- slot: leadingIcon,
34
- defaultIconSize: BADGE_ICON_SIZE
35
- }), _jsx("span", __assign({
36
- className: "ncua-badge__label"
37
- }, {
38
- children: label
39
- })), trailingIcon && sideSlotRender({
40
- slot: trailingIcon,
41
- defaultIconSize: BADGE_ICON_SIZE
42
- })]
43
- }));
44
- };
@@ -1,54 +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)) t[p] = s[p];
6
- }
7
- return t;
8
- };
9
- return __assign.apply(this, arguments);
10
- };
11
- var __rest = this && this.__rest || function (s, e) {
12
- var t = {};
13
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
14
- if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
15
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
16
- }
17
- return t;
18
- };
19
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
20
- import classNames from 'classnames';
21
- import { Badge } from '.';
22
- import { sideSlotRender } from './utils';
23
- var DEFAULT_GROUP_ICON_SIZE = 14;
24
- export var BadgeGroup = function (_a) {
25
- var groupLabel = _a.groupLabel,
26
- groupIcon = _a.groupIcon,
27
- groupClassName = _a.groupClassName,
28
- _b = _a.color,
29
- color = _b === void 0 ? 'neutral' : _b,
30
- _c = _a.size,
31
- size = _c === void 0 ? 'sm' : _c,
32
- href = _a.href,
33
- _d = _a.target,
34
- target = _d === void 0 ? '_blank' : _d,
35
- props = __rest(_a, ["groupLabel", "groupIcon", "groupClassName", "color", "size", "href", "target"]);
36
- return _jsxs("a", __assign({
37
- className: classNames('ncua-badge-group', "ncua-badge-group--".concat(color), "ncua-badge-group--".concat(size), groupClassName),
38
- href: href,
39
- target: target
40
- }, {
41
- children: [_jsx(Badge, __assign({
42
- type: "pill-dark-color",
43
- color: color,
44
- size: size
45
- }, props)), _jsx("span", __assign({
46
- className: "ncua-badge-group__label"
47
- }, {
48
- children: groupLabel
49
- })), groupIcon && sideSlotRender({
50
- slot: groupIcon,
51
- defaultIconSize: DEFAULT_GROUP_ICON_SIZE
52
- })]
53
- }));
54
- };
@@ -1,2 +0,0 @@
1
- export * from './Badge';
2
- export * from './BadgeGroup';
@@ -1,25 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import Icon from '@ncds/ui-admin-icon';
3
- import { COLOR } from '../../../constant/color';
4
- import { Dot } from '../dot/Dot';
5
- var DEFAULT_DOT_COLOR = 'neutral';
6
- export var sideSlotRender = function (_a) {
7
- var _b, _c, _d, _e;
8
- var slot = _a.slot,
9
- defaultIconSize = _a.defaultIconSize;
10
- if (slot.type === 'icon') {
11
- return _jsx(Icon, {
12
- name: slot.icon,
13
- height: (_b = slot.size) !== null && _b !== void 0 ? _b : defaultIconSize,
14
- width: (_c = slot.size) !== null && _c !== void 0 ? _c : defaultIconSize,
15
- color: slot.color ? COLOR[slot.color] : undefined
16
- });
17
- }
18
- if (slot.type === 'dot') {
19
- return _jsx(Dot, {
20
- color: (_d = slot.color) !== null && _d !== void 0 ? _d : DEFAULT_DOT_COLOR,
21
- size: (_e = slot.size) !== null && _e !== void 0 ? _e : 'sm'
22
- });
23
- }
24
- return slot.children;
25
- };