@ncds/ui-admin 0.0.32 → 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 (639) 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/{types → temp}/constant/color.d.ts +1 -0
  13. package/dist/temp/constant/color.d.ts.map +1 -0
  14. package/dist/temp/constant/color.js +32 -0
  15. package/dist/temp/constant/size.d.ts.map +1 -0
  16. package/dist/temp/constant/size.js +1 -0
  17. package/dist/temp/docusaurus/docusaurus.config.d.ts +4 -0
  18. package/dist/temp/docusaurus/docusaurus.config.d.ts.map +1 -0
  19. package/dist/temp/docusaurus/docusaurus.config.js +300 -0
  20. package/dist/temp/docusaurus/sidebars.d.ts +14 -0
  21. package/dist/temp/docusaurus/sidebars.d.ts.map +1 -0
  22. package/dist/temp/docusaurus/sidebars.js +104 -0
  23. package/dist/temp/docusaurus/src/components/Badge.d.ts +2 -0
  24. package/dist/temp/docusaurus/src/components/Badge.d.ts.map +1 -0
  25. package/dist/temp/docusaurus/src/components/Badge.js +1 -0
  26. package/dist/temp/docusaurus/src/components/BadgeGroup.d.ts +2 -0
  27. package/dist/temp/docusaurus/src/components/BadgeGroup.d.ts.map +1 -0
  28. package/dist/temp/docusaurus/src/components/BadgeGroup.js +1 -0
  29. package/dist/temp/docusaurus/src/components/BreadCrumb.d.ts +3 -0
  30. package/dist/temp/docusaurus/src/components/BreadCrumb.d.ts.map +1 -0
  31. package/dist/temp/docusaurus/src/components/BreadCrumb.js +2 -0
  32. package/dist/temp/docusaurus/src/components/Button.d.ts +2 -0
  33. package/dist/temp/docusaurus/src/components/Button.d.ts.map +1 -0
  34. package/dist/temp/docusaurus/src/components/Button.js +1 -0
  35. package/dist/temp/docusaurus/src/components/ButtonGroup.d.ts +2 -0
  36. package/dist/temp/docusaurus/src/components/ButtonGroup.d.ts.map +1 -0
  37. package/dist/temp/docusaurus/src/components/ButtonGroup.js +1 -0
  38. package/dist/temp/docusaurus/src/components/CarouselArrow.d.ts +2 -0
  39. package/dist/temp/docusaurus/src/components/CarouselArrow.d.ts.map +1 -0
  40. package/dist/temp/docusaurus/src/components/CarouselArrow.js +1 -0
  41. package/dist/temp/docusaurus/src/components/CarouselNumberGroup.d.ts +2 -0
  42. package/dist/temp/docusaurus/src/components/CarouselNumberGroup.d.ts.map +1 -0
  43. package/dist/temp/docusaurus/src/components/CarouselNumberGroup.js +1 -0
  44. package/dist/temp/docusaurus/src/components/Checkbox.d.ts +4 -0
  45. package/dist/temp/docusaurus/src/components/Checkbox.d.ts.map +1 -0
  46. package/dist/temp/docusaurus/src/components/Checkbox.js +20 -0
  47. package/dist/temp/docusaurus/src/components/CodeTabs/index.d.ts +10 -0
  48. package/dist/temp/docusaurus/src/components/CodeTabs/index.d.ts.map +1 -0
  49. package/dist/temp/docusaurus/src/components/CodeTabs/index.js +143 -0
  50. package/dist/temp/docusaurus/src/components/ColorSwatch.d.ts +9 -0
  51. package/dist/temp/docusaurus/src/components/ColorSwatch.d.ts.map +1 -0
  52. package/dist/temp/docusaurus/src/components/ColorSwatch.js +37 -0
  53. package/dist/temp/docusaurus/src/components/DatePicker.d.ts +2 -0
  54. package/dist/temp/docusaurus/src/components/DatePicker.d.ts.map +1 -0
  55. package/dist/temp/docusaurus/src/components/DatePicker.js +1 -0
  56. package/dist/temp/docusaurus/src/components/Divider.d.ts +3 -0
  57. package/dist/temp/docusaurus/src/components/Divider.d.ts.map +1 -0
  58. package/dist/temp/docusaurus/src/components/Divider.js +2 -0
  59. package/dist/temp/docusaurus/src/components/Dot.d.ts +3 -0
  60. package/dist/temp/docusaurus/src/components/Dot.d.ts.map +1 -0
  61. package/dist/temp/docusaurus/src/components/Dot.js +1 -0
  62. package/dist/temp/docusaurus/src/components/Dropdown.d.ts +4 -0
  63. package/dist/temp/docusaurus/src/components/Dropdown.d.ts.map +1 -0
  64. package/dist/temp/docusaurus/src/components/Dropdown.js +20 -0
  65. package/dist/temp/docusaurus/src/components/EmptyState.d.ts +2 -0
  66. package/dist/temp/docusaurus/src/components/EmptyState.d.ts.map +1 -0
  67. package/dist/temp/docusaurus/src/components/EmptyState.js +1 -0
  68. package/dist/temp/docusaurus/src/components/ExampleCode/index.d.ts +9 -0
  69. package/dist/temp/docusaurus/src/components/ExampleCode/index.d.ts.map +1 -0
  70. package/dist/temp/docusaurus/src/components/ExampleCode/index.js +30 -0
  71. package/dist/temp/docusaurus/src/components/ExampleContainer/index.d.ts +8 -0
  72. package/dist/temp/docusaurus/src/components/ExampleContainer/index.d.ts.map +1 -0
  73. package/dist/temp/docusaurus/src/components/ExampleContainer/index.js +30 -0
  74. package/dist/temp/docusaurus/src/components/FeaturedIcon.d.ts +2 -0
  75. package/dist/temp/docusaurus/src/components/FeaturedIcon.d.ts.map +1 -0
  76. package/dist/temp/docusaurus/src/components/FeaturedIcon.js +1 -0
  77. package/dist/temp/docusaurus/src/components/HorizontalTab.d.ts +3 -0
  78. package/dist/temp/docusaurus/src/components/HorizontalTab.d.ts.map +1 -0
  79. package/dist/temp/docusaurus/src/components/HorizontalTab.js +2 -0
  80. package/dist/temp/docusaurus/src/components/IconList.d.ts +2 -0
  81. package/dist/temp/docusaurus/src/components/IconList.d.ts.map +1 -0
  82. package/dist/temp/docusaurus/src/components/IconList.js +1588 -0
  83. package/dist/temp/docusaurus/src/components/Input.d.ts +4 -0
  84. package/dist/temp/docusaurus/src/components/Input.d.ts.map +1 -0
  85. package/dist/temp/docusaurus/src/components/Input.js +3 -0
  86. package/dist/temp/docusaurus/src/components/InteractiveExample/index.d.ts +19 -0
  87. package/dist/temp/docusaurus/src/components/InteractiveExample/index.d.ts.map +1 -0
  88. package/dist/temp/docusaurus/src/components/InteractiveExample/index.js +174 -0
  89. package/dist/temp/docusaurus/src/components/InteractiveIconWrapper.d.ts +46 -0
  90. package/dist/temp/docusaurus/src/components/InteractiveIconWrapper.d.ts.map +1 -0
  91. package/dist/temp/docusaurus/src/components/InteractiveIconWrapper.js +211 -0
  92. package/dist/temp/docusaurus/src/components/Modal.d.ts +8 -0
  93. package/dist/temp/docusaurus/src/components/Modal.d.ts.map +1 -0
  94. package/dist/temp/docusaurus/src/components/Modal.js +30 -0
  95. package/dist/temp/docusaurus/src/components/Notification.d.ts +2 -0
  96. package/dist/temp/docusaurus/src/components/Notification.d.ts.map +1 -0
  97. package/dist/temp/docusaurus/src/components/Notification.js +1 -0
  98. package/dist/temp/docusaurus/src/components/PaginationExample.d.ts +2 -0
  99. package/dist/temp/docusaurus/src/components/PaginationExample.d.ts.map +1 -0
  100. package/dist/temp/docusaurus/src/components/PaginationExample.js +1 -0
  101. package/dist/temp/docusaurus/src/components/ProgressBar.d.ts +3 -0
  102. package/dist/temp/docusaurus/src/components/ProgressBar.d.ts.map +1 -0
  103. package/dist/temp/docusaurus/src/components/ProgressBar.js +2 -0
  104. package/dist/temp/docusaurus/src/components/ProgressCircle.d.ts +3 -0
  105. package/dist/temp/docusaurus/src/components/ProgressCircle.d.ts.map +1 -0
  106. package/dist/temp/docusaurus/src/components/ProgressCircle.js +2 -0
  107. package/dist/temp/docusaurus/src/components/Radio.d.ts +4 -0
  108. package/dist/temp/docusaurus/src/components/Radio.d.ts.map +1 -0
  109. package/dist/temp/docusaurus/src/components/Radio.js +20 -0
  110. package/dist/temp/docusaurus/src/components/RangeDatePicker.d.ts +2 -0
  111. package/dist/temp/docusaurus/src/components/RangeDatePicker.d.ts.map +1 -0
  112. package/dist/temp/docusaurus/src/components/RangeDatePicker.js +1 -0
  113. package/dist/temp/docusaurus/src/components/RangeDatePickerWithButtons.d.ts +2 -0
  114. package/dist/temp/docusaurus/src/components/RangeDatePickerWithButtons.d.ts.map +1 -0
  115. package/dist/temp/docusaurus/src/components/RangeDatePickerWithButtons.js +1 -0
  116. package/dist/temp/docusaurus/src/components/Select.d.ts +4 -0
  117. package/dist/temp/docusaurus/src/components/Select.d.ts.map +1 -0
  118. package/dist/temp/docusaurus/src/components/Select.js +17 -0
  119. package/dist/temp/docusaurus/src/components/Slider.d.ts +3 -0
  120. package/dist/temp/docusaurus/src/components/Slider.d.ts.map +1 -0
  121. package/dist/temp/docusaurus/src/components/Slider.js +1 -0
  122. package/dist/temp/docusaurus/src/components/Spinner.d.ts +2 -0
  123. package/dist/temp/docusaurus/src/components/Spinner.d.ts.map +1 -0
  124. package/dist/temp/docusaurus/src/components/Spinner.js +1 -0
  125. package/dist/temp/docusaurus/src/components/Table.d.ts +43 -0
  126. package/dist/temp/docusaurus/src/components/Table.d.ts.map +1 -0
  127. package/dist/temp/docusaurus/src/components/Table.js +56 -0
  128. package/dist/temp/docusaurus/src/components/Tabs.d.ts +27 -0
  129. package/dist/temp/docusaurus/src/components/Tabs.d.ts.map +1 -0
  130. package/dist/temp/docusaurus/src/components/Tabs.js +49 -0
  131. package/dist/temp/docusaurus/src/components/Tag.d.ts +2 -0
  132. package/dist/temp/docusaurus/src/components/Tag.d.ts.map +1 -0
  133. package/dist/temp/docusaurus/src/components/Tag.js +16 -0
  134. package/dist/temp/docusaurus/src/components/Toggle.d.ts +2 -0
  135. package/dist/temp/docusaurus/src/components/Toggle.d.ts.map +1 -0
  136. package/dist/temp/docusaurus/src/components/Toggle.js +19 -0
  137. package/dist/temp/docusaurus/src/components/TooltipExample.d.ts +2 -0
  138. package/dist/temp/docusaurus/src/components/TooltipExample.d.ts.map +1 -0
  139. package/dist/temp/docusaurus/src/components/TooltipExample.js +1 -0
  140. package/dist/temp/docusaurus/src/components/VerticalTab.d.ts +3 -0
  141. package/dist/temp/docusaurus/src/components/VerticalTab.d.ts.map +1 -0
  142. package/dist/temp/docusaurus/src/components/VerticalTab.js +2 -0
  143. package/dist/temp/docusaurus/src/components/demos/BadgeGroupDemo.d.ts +2 -0
  144. package/dist/temp/docusaurus/src/components/demos/BadgeGroupDemo.d.ts.map +1 -0
  145. package/dist/temp/docusaurus/src/components/demos/BadgeGroupDemo.js +46 -0
  146. package/dist/temp/docusaurus/src/components/demos/DividerDemo.d.ts +9 -0
  147. package/dist/temp/docusaurus/src/components/demos/DividerDemo.d.ts.map +1 -0
  148. package/dist/temp/docusaurus/src/components/demos/DividerDemo.js +40 -0
  149. package/dist/temp/docusaurus/src/components/demos/DotDemo.d.ts +5 -0
  150. package/dist/temp/docusaurus/src/components/demos/DotDemo.d.ts.map +1 -0
  151. package/dist/temp/docusaurus/src/components/demos/DotDemo.js +17 -0
  152. package/dist/temp/docusaurus/src/components/demos/DropdownDemo.d.ts +19 -0
  153. package/dist/temp/docusaurus/src/components/demos/DropdownDemo.d.ts.map +1 -0
  154. package/dist/temp/docusaurus/src/components/demos/DropdownDemo.js +89 -0
  155. package/dist/temp/docusaurus/src/components/demos/FeaturedIconDemo.d.ts +9 -0
  156. package/dist/temp/docusaurus/src/components/demos/FeaturedIconDemo.d.ts.map +1 -0
  157. package/dist/temp/docusaurus/src/components/demos/FeaturedIconDemo.js +6 -0
  158. package/dist/temp/docusaurus/src/components/demos/ModalDemo.d.ts +27 -0
  159. package/dist/temp/docusaurus/src/components/demos/ModalDemo.d.ts.map +1 -0
  160. package/dist/temp/docusaurus/src/components/demos/ModalDemo.js +51 -0
  161. package/dist/temp/docusaurus/src/components/demos/NotificationDemo.d.ts +48 -0
  162. package/dist/temp/docusaurus/src/components/demos/NotificationDemo.d.ts.map +1 -0
  163. package/dist/temp/docusaurus/src/components/demos/NotificationDemo.js +77 -0
  164. package/dist/temp/docusaurus/src/components/demos/SliderDemo.d.ts +18 -0
  165. package/dist/temp/docusaurus/src/components/demos/SliderDemo.d.ts.map +1 -0
  166. package/dist/temp/docusaurus/src/components/demos/SliderDemo.js +24 -0
  167. package/dist/temp/docusaurus/src/components/demos/index.d.ts +8 -0
  168. package/dist/temp/docusaurus/src/components/demos/index.d.ts.map +1 -0
  169. package/dist/temp/docusaurus/src/components/demos/index.js +7 -0
  170. package/dist/temp/docusaurus/src/components/index.d.ts +2 -0
  171. package/dist/temp/docusaurus/src/components/index.d.ts.map +1 -0
  172. package/dist/temp/docusaurus/src/components/index.js +2 -0
  173. package/dist/temp/docusaurus/src/pages/index.d.ts +4 -0
  174. package/dist/temp/docusaurus/src/pages/index.d.ts.map +1 -0
  175. package/dist/temp/docusaurus/src/pages/index.js +10 -0
  176. package/dist/temp/docusaurus/src/step-guide-example/BasicExample.d.ts +3 -0
  177. package/dist/temp/docusaurus/src/step-guide-example/BasicExample.d.ts.map +1 -0
  178. package/dist/temp/docusaurus/src/step-guide-example/BasicExample.js +47 -0
  179. package/dist/temp/docusaurus/src/step-guide-example/ClickableDim.d.ts +3 -0
  180. package/dist/temp/docusaurus/src/step-guide-example/ClickableDim.d.ts.map +1 -0
  181. package/dist/temp/docusaurus/src/step-guide-example/ClickableDim.js +48 -0
  182. package/dist/temp/docusaurus/src/step-guide-example/CustomStyle.d.ts +3 -0
  183. package/dist/temp/docusaurus/src/step-guide-example/CustomStyle.d.ts.map +1 -0
  184. package/dist/temp/docusaurus/src/step-guide-example/CustomStyle.js +50 -0
  185. package/dist/temp/docusaurus/src/step-guide-example/EndCallback.d.ts +3 -0
  186. package/dist/temp/docusaurus/src/step-guide-example/EndCallback.d.ts.map +1 -0
  187. package/dist/temp/docusaurus/src/step-guide-example/EndCallback.js +62 -0
  188. package/dist/temp/docusaurus/src/step-guide-example/GoToStep.d.ts +3 -0
  189. package/dist/temp/docusaurus/src/step-guide-example/GoToStep.d.ts.map +1 -0
  190. package/dist/temp/docusaurus/src/step-guide-example/GoToStep.js +65 -0
  191. package/dist/temp/docusaurus/src/step-guide-example/NoTargetElement.d.ts +3 -0
  192. package/dist/temp/docusaurus/src/step-guide-example/NoTargetElement.d.ts.map +1 -0
  193. package/dist/temp/docusaurus/src/step-guide-example/NoTargetElement.js +63 -0
  194. package/dist/temp/docusaurus/src/step-guide-example/NotUseAnimation.d.ts +3 -0
  195. package/dist/temp/docusaurus/src/step-guide-example/NotUseAnimation.d.ts.map +1 -0
  196. package/dist/temp/docusaurus/src/step-guide-example/NotUseAnimation.js +48 -0
  197. package/dist/temp/docusaurus/src/step-guide-example/PositionExample.d.ts +3 -0
  198. package/dist/temp/docusaurus/src/step-guide-example/PositionExample.d.ts.map +1 -0
  199. package/dist/temp/docusaurus/src/step-guide-example/PositionExample.js +52 -0
  200. package/dist/temp/docusaurus/src/step-guide-example/SetBtnLabel.d.ts +3 -0
  201. package/dist/temp/docusaurus/src/step-guide-example/SetBtnLabel.d.ts.map +1 -0
  202. package/dist/temp/docusaurus/src/step-guide-example/SetBtnLabel.js +52 -0
  203. package/dist/temp/docusaurus/src/step-guide-example/SkipBtn.d.ts +3 -0
  204. package/dist/temp/docusaurus/src/step-guide-example/SkipBtn.d.ts.map +1 -0
  205. package/dist/temp/docusaurus/src/step-guide-example/SkipBtn.js +54 -0
  206. package/dist/temp/docusaurus/src/step-guide-example/StepCount.d.ts +3 -0
  207. package/dist/temp/docusaurus/src/step-guide-example/StepCount.d.ts.map +1 -0
  208. package/dist/temp/docusaurus/src/step-guide-example/StepCount.js +65 -0
  209. package/dist/temp/docusaurus/src/step-guide-example/UseHtml.d.ts +3 -0
  210. package/dist/temp/docusaurus/src/step-guide-example/UseHtml.d.ts.map +1 -0
  211. package/dist/temp/docusaurus/src/step-guide-example/UseHtml.js +46 -0
  212. package/dist/temp/docusaurus/src/step-guide-example/component/ExampleContainer.d.ts +7 -0
  213. package/dist/temp/docusaurus/src/step-guide-example/component/ExampleContainer.d.ts.map +1 -0
  214. package/dist/temp/docusaurus/src/step-guide-example/component/ExampleContainer.js +21 -0
  215. package/dist/temp/docusaurus/src/step-guide-example/util/index.d.ts +5 -0
  216. package/dist/temp/docusaurus/src/step-guide-example/util/index.d.ts.map +1 -0
  217. package/dist/temp/docusaurus/src/step-guide-example/util/index.js +16 -0
  218. package/dist/temp/docusaurus/src/theme/BlogArchivePage/index.d.ts +6 -0
  219. package/dist/temp/docusaurus/src/theme/BlogArchivePage/index.d.ts.map +1 -0
  220. package/dist/temp/docusaurus/src/theme/BlogArchivePage/index.js +46 -0
  221. package/dist/temp/docusaurus/src/theme/BlogSidebar/index.d.ts +6 -0
  222. package/dist/temp/docusaurus/src/theme/BlogSidebar/index.d.ts.map +1 -0
  223. package/dist/temp/docusaurus/src/theme/BlogSidebar/index.js +30 -0
  224. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/Items/Home/index.d.ts +3 -0
  225. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/Items/Home/index.d.ts.map +1 -0
  226. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/Items/Home/index.js +25 -0
  227. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/StructuredData/index.d.ts +4 -0
  228. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/StructuredData/index.d.ts.map +1 -0
  229. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/StructuredData/index.js +20 -0
  230. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/index.d.ts +3 -0
  231. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/index.d.ts.map +1 -0
  232. package/dist/temp/docusaurus/src/theme/DocBreadcrumbs/index.js +46 -0
  233. package/dist/temp/docusaurus/src/utils/html.d.ts +3 -0
  234. package/dist/temp/docusaurus/src/utils/html.d.ts.map +1 -0
  235. package/dist/temp/docusaurus/src/utils/html.js +100 -0
  236. package/dist/temp/index.d.ts.map +1 -0
  237. package/dist/{esm → temp}/index.js +1 -1
  238. package/dist/temp/src/components/badge/Badge.d.ts.map +1 -0
  239. package/dist/temp/src/components/badge/Badge.js +22 -0
  240. package/dist/{types → temp}/src/components/badge/BadgeGroup.d.ts +4 -2
  241. package/dist/temp/src/components/badge/BadgeGroup.d.ts.map +1 -0
  242. package/dist/temp/src/components/badge/BadgeGroup.js +31 -0
  243. package/dist/temp/src/components/badge/index.d.ts.map +1 -0
  244. package/dist/temp/src/components/badge/index.js +2 -0
  245. package/dist/temp/src/components/badge/utils.d.ts.map +1 -0
  246. package/dist/temp/src/components/badge/utils.js +16 -0
  247. package/dist/temp/src/components/breadcrumb/BreadCrumb.d.ts.map +1 -0
  248. package/dist/temp/src/components/breadcrumb/BreadCrumb.js +30 -0
  249. package/dist/temp/src/components/breadcrumb/index.d.ts.map +1 -0
  250. package/dist/temp/src/components/breadcrumb/index.js +1 -0
  251. package/dist/{types → temp}/src/components/button/Button.d.ts +1 -1
  252. package/dist/temp/src/components/button/Button.d.ts.map +1 -0
  253. package/dist/temp/src/components/button/Button.js +89 -0
  254. package/dist/temp/src/components/button/ButtonCloseX.d.ts +9 -0
  255. package/dist/temp/src/components/button/ButtonCloseX.d.ts.map +1 -0
  256. package/dist/temp/src/components/button/ButtonCloseX.js +24 -0
  257. package/dist/temp/src/components/button/ButtonGroup.d.ts.map +1 -0
  258. package/dist/temp/src/components/button/ButtonGroup.js +71 -0
  259. package/dist/temp/src/components/button/index.d.ts.map +1 -0
  260. package/dist/temp/src/components/button/index.js +2 -0
  261. package/dist/temp/src/components/carousel/CarouselArrow.d.ts.map +1 -0
  262. package/dist/temp/src/components/carousel/CarouselArrow.js +23 -0
  263. package/dist/temp/src/components/carousel/CarouselNumberGroup.d.ts.map +1 -0
  264. package/dist/temp/src/components/carousel/CarouselNumberGroup.js +23 -0
  265. package/dist/temp/src/components/carousel/index.d.ts.map +1 -0
  266. package/dist/temp/src/components/carousel/index.js +2 -0
  267. package/dist/temp/src/components/checkbox/Checkbox.d.ts.map +1 -0
  268. package/dist/temp/src/components/checkbox/Checkbox.js +29 -0
  269. package/dist/temp/src/components/checkbox/CheckboxInput.d.ts.map +1 -0
  270. package/dist/temp/src/components/checkbox/CheckboxInput.js +37 -0
  271. package/dist/temp/src/components/checkbox/index.d.ts.map +1 -0
  272. package/dist/temp/src/components/checkbox/index.js +2 -0
  273. package/dist/{types → temp}/src/components/date-picker/DatePicker.d.ts +3 -2
  274. package/dist/temp/src/components/date-picker/DatePicker.d.ts.map +1 -0
  275. package/dist/temp/src/components/date-picker/DatePicker.js +39 -0
  276. package/dist/{types → temp}/src/components/date-picker/RangeDatePicker.d.ts +2 -1
  277. package/dist/temp/src/components/date-picker/RangeDatePicker.d.ts.map +1 -0
  278. package/dist/temp/src/components/date-picker/RangeDatePicker.js +127 -0
  279. package/dist/temp/src/components/date-picker/RangeDatePickerWithButtons.d.ts.map +1 -0
  280. package/dist/temp/src/components/date-picker/RangeDatePickerWithButtons.js +46 -0
  281. package/dist/temp/src/components/date-picker/index.d.ts.map +1 -0
  282. package/dist/{esm → temp}/src/components/date-picker/index.js +1 -1
  283. package/dist/temp/src/components/date-picker/utils.d.ts.map +1 -0
  284. package/dist/temp/src/components/date-picker/utils.js +8 -0
  285. package/dist/temp/src/components/divider/Divider.d.ts.map +1 -0
  286. package/dist/temp/src/components/divider/Divider.js +24 -0
  287. package/dist/temp/src/components/divider/index.d.ts.map +1 -0
  288. package/dist/temp/src/components/divider/index.js +1 -0
  289. package/dist/temp/src/components/dot/Dot.d.ts.map +1 -0
  290. package/dist/temp/src/components/dot/Dot.js +30 -0
  291. package/dist/temp/src/components/dot/index.d.ts.map +1 -0
  292. package/dist/temp/src/components/dot/index.js +1 -0
  293. package/dist/{types → temp}/src/components/dropdown/Dropdown.d.ts +1 -0
  294. package/dist/temp/src/components/dropdown/Dropdown.d.ts.map +1 -0
  295. package/dist/temp/src/components/dropdown/Dropdown.js +82 -0
  296. package/dist/temp/src/components/dropdown/index.d.ts.map +1 -0
  297. package/dist/temp/src/components/dropdown/index.js +1 -0
  298. package/dist/temp/src/components/empty-state/EmptyState.d.ts.map +1 -0
  299. package/dist/temp/src/components/empty-state/EmptyState.js +32 -0
  300. package/dist/temp/src/components/empty-state/index.d.ts.map +1 -0
  301. package/dist/temp/src/components/empty-state/index.js +1 -0
  302. package/dist/temp/src/components/featured-icon/FeaturedIcon.d.ts.map +1 -0
  303. package/dist/temp/src/components/featured-icon/FeaturedIcon.js +36 -0
  304. package/dist/temp/src/components/featured-icon/index.d.ts.map +1 -0
  305. package/dist/temp/src/components/featured-icon/index.js +1 -0
  306. package/dist/temp/src/components/index.d.ts.map +1 -0
  307. package/dist/{esm → temp}/src/components/index.js +1 -1
  308. package/dist/temp/src/components/input/InputBase.d.ts.map +1 -0
  309. package/dist/temp/src/components/input/InputBase.js +91 -0
  310. package/dist/{types → temp}/src/components/input/PasswordInput.d.ts +1 -0
  311. package/dist/temp/src/components/input/PasswordInput.d.ts.map +1 -0
  312. package/dist/temp/src/components/input/PasswordInput.js +75 -0
  313. package/dist/temp/src/components/input/Textarea.d.ts.map +1 -0
  314. package/dist/temp/src/components/input/Textarea.js +60 -0
  315. package/dist/temp/src/components/input/index.d.ts.map +1 -0
  316. package/dist/{esm → temp}/src/components/input/index.js +1 -1
  317. package/dist/{types → temp}/src/components/modal/Modal.d.ts +1 -1
  318. package/dist/temp/src/components/modal/Modal.d.ts.map +1 -0
  319. package/dist/temp/src/components/modal/Modal.js +100 -0
  320. package/dist/temp/src/components/modal/index.d.ts.map +1 -0
  321. package/dist/temp/src/components/modal/index.js +1 -0
  322. package/dist/{types → temp}/src/components/notification/FloatingNotification.d.ts +3 -4
  323. package/dist/temp/src/components/notification/FloatingNotification.d.ts.map +1 -0
  324. package/dist/temp/src/components/notification/FloatingNotification.js +50 -0
  325. package/dist/{types → temp}/src/components/notification/FullWidthNotification.d.ts +3 -4
  326. package/dist/temp/src/components/notification/FullWidthNotification.d.ts.map +1 -0
  327. package/dist/temp/src/components/notification/FullWidthNotification.js +47 -0
  328. package/dist/{types → temp}/src/components/notification/Notification.d.ts +5 -4
  329. package/dist/temp/src/components/notification/Notification.d.ts.map +1 -0
  330. package/dist/temp/src/components/notification/Notification.js +31 -0
  331. package/dist/{types → temp}/src/components/notification/index.d.ts +1 -1
  332. package/dist/temp/src/components/notification/index.d.ts.map +1 -0
  333. package/dist/{esm → temp}/src/components/notification/index.js +1 -1
  334. package/dist/temp/src/components/pagination/NavButton.d.ts.map +1 -0
  335. package/dist/temp/src/components/pagination/NavButton.js +66 -0
  336. package/dist/temp/src/components/pagination/Pagination.d.ts.map +1 -0
  337. package/dist/temp/src/components/pagination/Pagination.js +97 -0
  338. package/dist/temp/src/components/pagination/index.d.ts.map +1 -0
  339. package/dist/temp/src/components/pagination/index.js +2 -0
  340. package/dist/temp/src/components/progress-bar/ProgressBar.d.ts.map +1 -0
  341. package/dist/temp/src/components/progress-bar/ProgressBar.js +25 -0
  342. package/dist/temp/src/components/progress-bar/index.d.ts.map +1 -0
  343. package/dist/temp/src/components/progress-bar/index.js +1 -0
  344. package/dist/temp/src/components/progress-circle/ProgressCircle.d.ts.map +1 -0
  345. package/dist/temp/src/components/progress-circle/ProgressCircle.js +22 -0
  346. package/dist/temp/src/components/progress-circle/index.d.ts.map +1 -0
  347. package/dist/temp/src/components/progress-circle/index.js +1 -0
  348. package/dist/temp/src/components/radio/Radio.d.ts.map +1 -0
  349. package/dist/temp/src/components/radio/Radio.js +29 -0
  350. package/dist/temp/src/components/radio/RadioInput.d.ts.map +1 -0
  351. package/dist/temp/src/components/radio/RadioInput.js +29 -0
  352. package/dist/temp/src/components/radio/index.d.ts.map +1 -0
  353. package/dist/temp/src/components/radio/index.js +2 -0
  354. package/dist/temp/src/components/select/Select.d.ts.map +1 -0
  355. package/dist/temp/src/components/select/Select.js +38 -0
  356. package/dist/temp/src/components/select/index.d.ts.map +1 -0
  357. package/dist/temp/src/components/select/index.js +1 -0
  358. package/dist/{types → temp}/src/components/shared/hintText/HintText.d.ts +1 -0
  359. package/dist/temp/src/components/shared/hintText/HintText.d.ts.map +1 -0
  360. package/dist/temp/src/components/shared/hintText/HintText.js +28 -0
  361. package/dist/temp/src/components/shared/hintText/index.d.ts.map +1 -0
  362. package/dist/temp/src/components/shared/hintText/index.js +1 -0
  363. package/dist/temp/src/components/shared/index.d.ts.map +1 -0
  364. package/dist/{esm → temp}/src/components/shared/index.js +1 -1
  365. package/dist/{types → temp}/src/components/shared/label/Label.d.ts +1 -0
  366. package/dist/temp/src/components/shared/label/Label.d.ts.map +1 -0
  367. package/dist/temp/src/components/shared/label/Label.js +28 -0
  368. package/dist/temp/src/components/shared/label/index.d.ts.map +1 -0
  369. package/dist/temp/src/components/shared/label/index.js +1 -0
  370. package/dist/temp/src/components/slider/Slider.d.ts.map +1 -0
  371. package/dist/temp/src/components/slider/Slider.js +44 -0
  372. package/dist/temp/src/components/slider/index.d.ts.map +1 -0
  373. package/dist/temp/src/components/slider/index.js +1 -0
  374. package/dist/temp/src/components/spinner/Spinner.d.ts.map +1 -0
  375. package/dist/temp/src/components/spinner/Spinner.js +21 -0
  376. package/dist/temp/src/components/spinner/index.d.ts.map +1 -0
  377. package/dist/{esm → temp}/src/components/spinner/index.js +1 -1
  378. package/dist/temp/src/components/tab/HorizontalTab.d.ts.map +1 -0
  379. package/dist/temp/src/components/tab/HorizontalTab.js +44 -0
  380. package/dist/temp/src/components/tab/TabButton.d.ts.map +1 -0
  381. package/dist/temp/src/components/tab/TabButton.js +38 -0
  382. package/dist/temp/src/components/tab/VerticalTab.d.ts.map +1 -0
  383. package/dist/temp/src/components/tab/VerticalTab.js +39 -0
  384. package/dist/temp/src/components/tab/index.d.ts.map +1 -0
  385. package/dist/{esm → temp}/src/components/tab/index.js +1 -1
  386. package/dist/temp/src/components/tag/Tag.d.ts.map +1 -0
  387. package/dist/temp/src/components/tag/Tag.js +34 -0
  388. package/dist/temp/src/components/tag/index.d.ts.map +1 -0
  389. package/dist/temp/src/components/tag/index.js +1 -0
  390. package/dist/temp/src/components/toggle/Toggle.d.ts.map +1 -0
  391. package/dist/temp/src/components/toggle/Toggle.js +30 -0
  392. package/dist/temp/src/components/toggle/index.d.ts.map +1 -0
  393. package/dist/temp/src/components/toggle/index.js +1 -0
  394. package/dist/temp/src/components/tooltip/Tooltip.d.ts.map +1 -0
  395. package/dist/temp/src/components/tooltip/Tooltip.js +23 -0
  396. package/dist/temp/src/components/tooltip/index.d.ts.map +1 -0
  397. package/dist/temp/src/components/tooltip/index.js +1 -0
  398. package/dist/temp/src/constant/breakpoint.d.ts +7 -0
  399. package/dist/temp/src/constant/breakpoint.d.ts.map +1 -0
  400. package/dist/temp/src/constant/breakpoint.js +6 -0
  401. package/dist/temp/src/constant/date-picker.d.ts.map +1 -0
  402. package/dist/temp/src/constant/date-picker.js +53 -0
  403. package/dist/temp/src/constant/index.d.ts.map +1 -0
  404. package/dist/temp/src/constant/index.js +2 -0
  405. package/dist/temp/src/constant/size.d.ts.map +1 -0
  406. package/dist/temp/src/constant/size.js +1 -0
  407. package/dist/temp/src/hooks/useMediaQuery.d.ts +6 -0
  408. package/dist/temp/src/hooks/useMediaQuery.d.ts.map +1 -0
  409. package/dist/temp/src/hooks/useMediaQuery.js +20 -0
  410. package/dist/temp/src/utils/date-picker.d.ts.map +1 -0
  411. package/dist/temp/src/utils/date-picker.js +12 -0
  412. package/dist/temp/tsconfig.tsbuildinfo +1 -0
  413. package/package.json +3 -2
  414. package/dist/cjs/assets/scripts/index.js +0 -27
  415. package/dist/cjs/assets/scripts/slider.js +0 -341
  416. package/dist/cjs/assets/scripts/test.js +0 -10
  417. package/dist/cjs/constant/color.js +0 -37
  418. package/dist/cjs/constant/size.js +0 -5
  419. package/dist/cjs/index.js +0 -313
  420. package/dist/cjs/src/components/badge/Badge.js +0 -52
  421. package/dist/cjs/src/components/badge/BadgeGroup.js +0 -57
  422. package/dist/cjs/src/components/badge/index.js +0 -27
  423. package/dist/cjs/src/components/badge/utils.js +0 -33
  424. package/dist/cjs/src/components/breadcrumb/BreadCrumb.js +0 -67
  425. package/dist/cjs/src/components/breadcrumb/index.js +0 -16
  426. package/dist/cjs/src/components/button/Button.js +0 -127
  427. package/dist/cjs/src/components/button/ButtonGroup.js +0 -121
  428. package/dist/cjs/src/components/button/index.js +0 -27
  429. package/dist/cjs/src/components/carousel/CarouselArrow.js +0 -41
  430. package/dist/cjs/src/components/carousel/CarouselNumberGroup.js +0 -46
  431. package/dist/cjs/src/components/carousel/index.js +0 -27
  432. package/dist/cjs/src/components/checkbox/Checkbox.js +0 -70
  433. package/dist/cjs/src/components/checkbox/CheckboxInput.js +0 -96
  434. package/dist/cjs/src/components/checkbox/index.js +0 -27
  435. package/dist/cjs/src/components/date-picker/DatePicker.js +0 -87
  436. package/dist/cjs/src/components/date-picker/RangeDatePicker.js +0 -118
  437. package/dist/cjs/src/components/date-picker/RangeDatePickerWithButtons.js +0 -92
  438. package/dist/cjs/src/components/date-picker/index.js +0 -49
  439. package/dist/cjs/src/components/date-picker/utils.js +0 -18
  440. package/dist/cjs/src/components/divider/Divider.js +0 -47
  441. package/dist/cjs/src/components/divider/index.js +0 -16
  442. package/dist/cjs/src/components/dot/Dot.js +0 -41
  443. package/dist/cjs/src/components/dot/index.js +0 -16
  444. package/dist/cjs/src/components/dropdown/Dropdown.js +0 -206
  445. package/dist/cjs/src/components/dropdown/index.js +0 -16
  446. package/dist/cjs/src/components/empty-state/EmptyState.js +0 -58
  447. package/dist/cjs/src/components/empty-state/index.js +0 -16
  448. package/dist/cjs/src/components/featured-icon/FeaturedIcon.js +0 -62
  449. package/dist/cjs/src/components/featured-icon/index.js +0 -16
  450. package/dist/cjs/src/components/index.js +0 -291
  451. package/dist/cjs/src/components/input/InputBase.js +0 -184
  452. package/dist/cjs/src/components/input/PasswordInput.js +0 -94
  453. package/dist/cjs/src/components/input/Textarea.js +0 -115
  454. package/dist/cjs/src/components/input/index.js +0 -38
  455. package/dist/cjs/src/components/modal/Modal.js +0 -196
  456. package/dist/cjs/src/components/modal/index.js +0 -16
  457. package/dist/cjs/src/components/notification/FloatingNotification.js +0 -104
  458. package/dist/cjs/src/components/notification/FullWidthNotification.js +0 -112
  459. package/dist/cjs/src/components/notification/Notification.js +0 -66
  460. package/dist/cjs/src/components/notification/index.js +0 -38
  461. package/dist/cjs/src/components/pagination/NavButton.js +0 -93
  462. package/dist/cjs/src/components/pagination/Pagination.js +0 -161
  463. package/dist/cjs/src/components/pagination/index.js +0 -27
  464. package/dist/cjs/src/components/progress-bar/ProgressBar.js +0 -57
  465. package/dist/cjs/src/components/progress-bar/index.js +0 -16
  466. package/dist/cjs/src/components/progress-circle/ProgressCircle.js +0 -121
  467. package/dist/cjs/src/components/progress-circle/index.js +0 -16
  468. package/dist/cjs/src/components/radio/Radio.js +0 -65
  469. package/dist/cjs/src/components/radio/RadioInput.js +0 -50
  470. package/dist/cjs/src/components/radio/index.js +0 -27
  471. package/dist/cjs/src/components/select/Select.js +0 -98
  472. package/dist/cjs/src/components/select/index.js +0 -16
  473. package/dist/cjs/src/components/shared/hintText/HintText.js +0 -43
  474. package/dist/cjs/src/components/shared/hintText/index.js +0 -16
  475. package/dist/cjs/src/components/shared/index.js +0 -27
  476. package/dist/cjs/src/components/shared/label/Label.js +0 -43
  477. package/dist/cjs/src/components/shared/label/index.js +0 -16
  478. package/dist/cjs/src/components/slider/Slider.js +0 -64
  479. package/dist/cjs/src/components/slider/index.js +0 -16
  480. package/dist/cjs/src/components/spinner/Spinner.js +0 -53
  481. package/dist/cjs/src/components/spinner/index.js +0 -27
  482. package/dist/cjs/src/components/tab/HorizontalTab.js +0 -77
  483. package/dist/cjs/src/components/tab/TabButton.js +0 -76
  484. package/dist/cjs/src/components/tab/VerticalTab.js +0 -75
  485. package/dist/cjs/src/components/tab/index.js +0 -38
  486. package/dist/cjs/src/components/tag/Tag.js +0 -78
  487. package/dist/cjs/src/components/tag/index.js +0 -16
  488. package/dist/cjs/src/components/toggle/Toggle.js +0 -75
  489. package/dist/cjs/src/components/toggle/index.js +0 -16
  490. package/dist/cjs/src/components/tooltip/Tooltip.js +0 -74
  491. package/dist/cjs/src/components/tooltip/index.js +0 -16
  492. package/dist/cjs/src/constant/date-picker.js +0 -63
  493. package/dist/cjs/src/constant/index.js +0 -27
  494. package/dist/cjs/src/constant/size.js +0 -7
  495. package/dist/cjs/src/utils/date-picker.js +0 -26
  496. package/dist/esm/assets/scripts/index.js +0 -2
  497. package/dist/esm/assets/scripts/slider.js +0 -336
  498. package/dist/esm/assets/scripts/test.js +0 -3
  499. package/dist/esm/constant/color.js +0 -31
  500. package/dist/esm/constant/size.js +0 -1
  501. package/dist/esm/src/components/badge/Badge.js +0 -44
  502. package/dist/esm/src/components/badge/BadgeGroup.js +0 -49
  503. package/dist/esm/src/components/badge/index.js +0 -2
  504. package/dist/esm/src/components/badge/utils.js +0 -25
  505. package/dist/esm/src/components/breadcrumb/BreadCrumb.js +0 -59
  506. package/dist/esm/src/components/breadcrumb/index.js +0 -1
  507. package/dist/esm/src/components/button/Button.js +0 -120
  508. package/dist/esm/src/components/button/ButtonGroup.js +0 -111
  509. package/dist/esm/src/components/button/index.js +0 -2
  510. package/dist/esm/src/components/carousel/CarouselArrow.js +0 -33
  511. package/dist/esm/src/components/carousel/CarouselNumberGroup.js +0 -38
  512. package/dist/esm/src/components/carousel/index.js +0 -2
  513. package/dist/esm/src/components/checkbox/Checkbox.js +0 -62
  514. package/dist/esm/src/components/checkbox/CheckboxInput.js +0 -89
  515. package/dist/esm/src/components/checkbox/index.js +0 -2
  516. package/dist/esm/src/components/date-picker/DatePicker.js +0 -79
  517. package/dist/esm/src/components/date-picker/RangeDatePicker.js +0 -110
  518. package/dist/esm/src/components/date-picker/RangeDatePickerWithButtons.js +0 -85
  519. package/dist/esm/src/components/date-picker/utils.js +0 -10
  520. package/dist/esm/src/components/divider/Divider.js +0 -40
  521. package/dist/esm/src/components/divider/index.js +0 -1
  522. package/dist/esm/src/components/dot/Dot.js +0 -34
  523. package/dist/esm/src/components/dot/index.js +0 -1
  524. package/dist/esm/src/components/dropdown/Dropdown.js +0 -198
  525. package/dist/esm/src/components/dropdown/index.js +0 -1
  526. package/dist/esm/src/components/empty-state/EmptyState.js +0 -51
  527. package/dist/esm/src/components/empty-state/index.js +0 -1
  528. package/dist/esm/src/components/featured-icon/FeaturedIcon.js +0 -55
  529. package/dist/esm/src/components/featured-icon/index.js +0 -1
  530. package/dist/esm/src/components/input/InputBase.js +0 -177
  531. package/dist/esm/src/components/input/PasswordInput.js +0 -87
  532. package/dist/esm/src/components/input/Textarea.js +0 -108
  533. package/dist/esm/src/components/modal/Modal.js +0 -188
  534. package/dist/esm/src/components/modal/index.js +0 -1
  535. package/dist/esm/src/components/notification/FloatingNotification.js +0 -97
  536. package/dist/esm/src/components/notification/FullWidthNotification.js +0 -105
  537. package/dist/esm/src/components/notification/Notification.js +0 -59
  538. package/dist/esm/src/components/pagination/NavButton.js +0 -86
  539. package/dist/esm/src/components/pagination/Pagination.js +0 -153
  540. package/dist/esm/src/components/pagination/index.js +0 -2
  541. package/dist/esm/src/components/progress-bar/ProgressBar.js +0 -50
  542. package/dist/esm/src/components/progress-bar/index.js +0 -1
  543. package/dist/esm/src/components/progress-circle/ProgressCircle.js +0 -114
  544. package/dist/esm/src/components/progress-circle/index.js +0 -1
  545. package/dist/esm/src/components/radio/Radio.js +0 -57
  546. package/dist/esm/src/components/radio/RadioInput.js +0 -43
  547. package/dist/esm/src/components/radio/index.js +0 -2
  548. package/dist/esm/src/components/select/Select.js +0 -91
  549. package/dist/esm/src/components/select/index.js +0 -1
  550. package/dist/esm/src/components/shared/hintText/HintText.js +0 -35
  551. package/dist/esm/src/components/shared/hintText/index.js +0 -1
  552. package/dist/esm/src/components/shared/label/Label.js +0 -35
  553. package/dist/esm/src/components/shared/label/index.js +0 -1
  554. package/dist/esm/src/components/slider/Slider.js +0 -57
  555. package/dist/esm/src/components/slider/index.js +0 -1
  556. package/dist/esm/src/components/spinner/Spinner.js +0 -45
  557. package/dist/esm/src/components/tab/HorizontalTab.js +0 -69
  558. package/dist/esm/src/components/tab/TabButton.js +0 -68
  559. package/dist/esm/src/components/tab/VerticalTab.js +0 -67
  560. package/dist/esm/src/components/tag/Tag.js +0 -70
  561. package/dist/esm/src/components/tag/index.js +0 -1
  562. package/dist/esm/src/components/toggle/Toggle.js +0 -67
  563. package/dist/esm/src/components/toggle/index.js +0 -1
  564. package/dist/esm/src/components/tooltip/Tooltip.js +0 -66
  565. package/dist/esm/src/components/tooltip/index.js +0 -1
  566. package/dist/esm/src/constant/date-picker.js +0 -57
  567. package/dist/esm/src/constant/index.js +0 -2
  568. package/dist/esm/src/constant/size.js +0 -1
  569. package/dist/esm/src/utils/date-picker.js +0 -17
  570. package/dist/types/assets/scripts/index.d.ts +0 -3
  571. package/dist/types/assets/scripts/test.d.ts +0 -2
  572. package/dist/ui-admin/assets/images/sprite.png +0 -0
  573. package/dist/ui-admin/assets/styles/style.css +0 -3688
  574. /package/dist/{types → temp}/assets/scripts/slider.d.ts +0 -0
  575. /package/dist/{types → temp}/constant/size.d.ts +0 -0
  576. /package/dist/{types → temp}/index.d.ts +0 -0
  577. /package/dist/{types → temp}/src/components/badge/Badge.d.ts +0 -0
  578. /package/dist/{types → temp}/src/components/badge/index.d.ts +0 -0
  579. /package/dist/{types → temp}/src/components/badge/utils.d.ts +0 -0
  580. /package/dist/{types → temp}/src/components/breadcrumb/BreadCrumb.d.ts +0 -0
  581. /package/dist/{types → temp}/src/components/breadcrumb/index.d.ts +0 -0
  582. /package/dist/{types → temp}/src/components/button/ButtonGroup.d.ts +0 -0
  583. /package/dist/{types → temp}/src/components/button/index.d.ts +0 -0
  584. /package/dist/{types → temp}/src/components/carousel/CarouselArrow.d.ts +0 -0
  585. /package/dist/{types → temp}/src/components/carousel/CarouselNumberGroup.d.ts +0 -0
  586. /package/dist/{types → temp}/src/components/carousel/index.d.ts +0 -0
  587. /package/dist/{types → temp}/src/components/checkbox/Checkbox.d.ts +0 -0
  588. /package/dist/{types → temp}/src/components/checkbox/CheckboxInput.d.ts +0 -0
  589. /package/dist/{types → temp}/src/components/checkbox/index.d.ts +0 -0
  590. /package/dist/{types → temp}/src/components/date-picker/RangeDatePickerWithButtons.d.ts +0 -0
  591. /package/dist/{types → temp}/src/components/date-picker/index.d.ts +0 -0
  592. /package/dist/{types → temp}/src/components/date-picker/utils.d.ts +0 -0
  593. /package/dist/{types → temp}/src/components/divider/Divider.d.ts +0 -0
  594. /package/dist/{types → temp}/src/components/divider/index.d.ts +0 -0
  595. /package/dist/{types → temp}/src/components/dot/Dot.d.ts +0 -0
  596. /package/dist/{types → temp}/src/components/dot/index.d.ts +0 -0
  597. /package/dist/{types → temp}/src/components/dropdown/index.d.ts +0 -0
  598. /package/dist/{types → temp}/src/components/empty-state/EmptyState.d.ts +0 -0
  599. /package/dist/{types → temp}/src/components/empty-state/index.d.ts +0 -0
  600. /package/dist/{types → temp}/src/components/featured-icon/FeaturedIcon.d.ts +0 -0
  601. /package/dist/{types → temp}/src/components/featured-icon/index.d.ts +0 -0
  602. /package/dist/{types → temp}/src/components/index.d.ts +0 -0
  603. /package/dist/{types → temp}/src/components/input/InputBase.d.ts +0 -0
  604. /package/dist/{types → temp}/src/components/input/Textarea.d.ts +0 -0
  605. /package/dist/{types → temp}/src/components/input/index.d.ts +0 -0
  606. /package/dist/{types → temp}/src/components/modal/index.d.ts +0 -0
  607. /package/dist/{types → temp}/src/components/pagination/NavButton.d.ts +0 -0
  608. /package/dist/{types → temp}/src/components/pagination/Pagination.d.ts +0 -0
  609. /package/dist/{types → temp}/src/components/pagination/index.d.ts +0 -0
  610. /package/dist/{types → temp}/src/components/progress-bar/ProgressBar.d.ts +0 -0
  611. /package/dist/{types → temp}/src/components/progress-bar/index.d.ts +0 -0
  612. /package/dist/{types → temp}/src/components/progress-circle/ProgressCircle.d.ts +0 -0
  613. /package/dist/{types → temp}/src/components/progress-circle/index.d.ts +0 -0
  614. /package/dist/{types → temp}/src/components/radio/Radio.d.ts +0 -0
  615. /package/dist/{types → temp}/src/components/radio/RadioInput.d.ts +0 -0
  616. /package/dist/{types → temp}/src/components/radio/index.d.ts +0 -0
  617. /package/dist/{types → temp}/src/components/select/Select.d.ts +0 -0
  618. /package/dist/{types → temp}/src/components/select/index.d.ts +0 -0
  619. /package/dist/{types → temp}/src/components/shared/hintText/index.d.ts +0 -0
  620. /package/dist/{types → temp}/src/components/shared/index.d.ts +0 -0
  621. /package/dist/{types → temp}/src/components/shared/label/index.d.ts +0 -0
  622. /package/dist/{types → temp}/src/components/slider/Slider.d.ts +0 -0
  623. /package/dist/{types → temp}/src/components/slider/index.d.ts +0 -0
  624. /package/dist/{types → temp}/src/components/spinner/Spinner.d.ts +0 -0
  625. /package/dist/{types → temp}/src/components/spinner/index.d.ts +0 -0
  626. /package/dist/{types → temp}/src/components/tab/HorizontalTab.d.ts +0 -0
  627. /package/dist/{types → temp}/src/components/tab/TabButton.d.ts +0 -0
  628. /package/dist/{types → temp}/src/components/tab/VerticalTab.d.ts +0 -0
  629. /package/dist/{types → temp}/src/components/tab/index.d.ts +0 -0
  630. /package/dist/{types → temp}/src/components/tag/Tag.d.ts +0 -0
  631. /package/dist/{types → temp}/src/components/tag/index.d.ts +0 -0
  632. /package/dist/{types → temp}/src/components/toggle/Toggle.d.ts +0 -0
  633. /package/dist/{types → temp}/src/components/toggle/index.d.ts +0 -0
  634. /package/dist/{types → temp}/src/components/tooltip/Tooltip.d.ts +0 -0
  635. /package/dist/{types → temp}/src/components/tooltip/index.d.ts +0 -0
  636. /package/dist/{types → temp}/src/constant/date-picker.d.ts +0 -0
  637. /package/dist/{types → temp}/src/constant/index.d.ts +0 -0
  638. /package/dist/{types → temp}/src/constant/size.d.ts +0 -0
  639. /package/dist/{types → temp}/src/utils/date-picker.d.ts +0 -0
@@ -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,49 +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
- props = __rest(_a, ["groupLabel", "groupIcon", "groupClassName", "color", "size"]);
33
- return _jsxs("span", __assign({
34
- className: classNames('ncua-badge-group', "ncua-badge-group--".concat(color), "ncua-badge-group--".concat(size), groupClassName)
35
- }, {
36
- children: [_jsx(Badge, __assign({
37
- type: "pill-dark-color",
38
- color: color,
39
- size: size
40
- }, props)), _jsx("span", __assign({
41
- className: "ncua-badge-group__label"
42
- }, {
43
- children: groupLabel
44
- })), groupIcon && sideSlotRender({
45
- slot: groupIcon,
46
- defaultIconSize: DEFAULT_GROUP_ICON_SIZE
47
- })]
48
- }));
49
- };
@@ -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
- };
@@ -1,59 +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 } from "react/jsx-runtime";
12
- import Icon from '@ncds/ui-admin-icon';
13
- import classNames from 'classnames';
14
- var BreadcrumbItem = function (_a) {
15
- var href = _a.href,
16
- children = _a.children;
17
- var ElementType = href ? 'a' : 'span';
18
- return _jsx(ElementType, __assign({
19
- href: href,
20
- className: "ncua-breadcrumb__item"
21
- }, {
22
- children: children
23
- }));
24
- };
25
- export var BreadCrumb = function (_a) {
26
- var items = _a.items,
27
- className = _a.className;
28
- if (!items || items.length === 0) return null;
29
- var renderItem = function (item, index) {
30
- var isLast = index === items.length - 1;
31
- var content = index === 0 ? _jsx(Icon, {
32
- name: "home-01",
33
- width: 16,
34
- height: 16,
35
- color: "gray500"
36
- }) : item.label;
37
- return _jsx("li", __assign({
38
- className: classNames('ncua-breadcrumb__list-item', {
39
- 'ncua-breadcrumb__list-item--active': isLast
40
- })
41
- }, {
42
- children: _jsx(BreadcrumbItem, __assign({
43
- href: !isLast ? item.href : undefined
44
- }, {
45
- children: content
46
- }))
47
- }), index);
48
- };
49
- return _jsx("nav", __assign({
50
- "aria-label": "breadcrumb",
51
- className: classNames('ncua-breadcrumb', className)
52
- }, {
53
- children: _jsx("ol", __assign({
54
- className: "ncua-breadcrumb__list"
55
- }, {
56
- children: items.map(renderItem)
57
- }))
58
- }));
59
- };
@@ -1 +0,0 @@
1
- export * from './BreadCrumb';
@@ -1,120 +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, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
20
- import { createElement, forwardRef, useEffect, useState } from 'react';
21
- import classnames from 'classnames';
22
- import Icon from '@ncds/ui-admin-icon';
23
- import { COLOR } from '../../../constant/color';
24
- import { Dot } from '../dot';
25
- export var svgSize = {
26
- xxs: 12,
27
- xs: 14,
28
- sm: 16,
29
- md: 20
30
- };
31
- export var iconOnlySvgSize = {
32
- xxs: 14,
33
- xs: 16,
34
- sm: 20,
35
- md: 20
36
- };
37
- export var dotSize = {
38
- xxs: 'sm',
39
- xs: 'sm',
40
- sm: 'md',
41
- md: 'md'
42
- };
43
- export var Button = /*#__PURE__*/forwardRef(function (props, ref) {
44
- // NOTE: 엘리먼트 종류에 따라 props의 타입이 달라지므로 분리
45
- var _a = props.as,
46
- as = _a === void 0 ? 'button' : _a,
47
- _b = props.size,
48
- size = _b === void 0 ? 'md' : _b,
49
- children = props.children,
50
- onlyIcon = props.onlyIcon,
51
- disabled = props.disabled,
52
- className = props.className,
53
- _c = props.hierarchy,
54
- hierarchy = _c === void 0 ? 'secondary-gray' : _c,
55
- label = props.label,
56
- leadingIcon = props.leadingIcon,
57
- trailingIcon = props.trailingIcon,
58
- restProps = __rest(props, ["as", "size", "children", "onlyIcon", "disabled", "className", "hierarchy", "label", "leadingIcon", "trailingIcon"]);
59
- var _d = useState(null),
60
- queryParams = _d[0],
61
- setQueryParams = _d[1];
62
- // Type guard to check if props is an AnchorElementProps
63
- var isAnchorProps = function (p) {
64
- return p.as === 'a';
65
- };
66
- var handleClickLink = function (e) {
67
- var isRemote = (queryParams === null || queryParams === void 0 ? void 0 : queryParams.get('isRemote')) === 'true';
68
- if (isAnchorProps(props) && isRemote) {
69
- e.preventDefault();
70
- // INFO: 1. 사이트 리모트 페이지(디센/개센): 빌더에서 설정한 타겟(self or blank)에 따라 페이지 호출
71
- // 2. 어드민 리모트 페이지: 빌더에서 설정한 타겟에 관계 없이 모두 blank
72
- var isBlank = props.target === '_blank';
73
- if (!isRemote && !isBlank && window.top) {
74
- window.top.location.href = props.href;
75
- return;
76
- }
77
- window.open(props.href);
78
- }
79
- };
80
- var sideSlotRender = function (slot) {
81
- var _a, _b, _c;
82
- if (slot.type === 'icon') {
83
- var iconSize = onlyIcon ? iconOnlySvgSize[size] : svgSize[size];
84
- return _jsx(Icon, {
85
- name: slot.icon,
86
- height: (_a = slot.size) !== null && _a !== void 0 ? _a : iconSize,
87
- width: (_b = slot.size) !== null && _b !== void 0 ? _b : iconSize,
88
- color: slot.color ? COLOR[slot.color] : undefined
89
- });
90
- }
91
- if (slot.type === 'dot') {
92
- return _jsx(Dot, {
93
- color: slot.color,
94
- size: (_c = slot.size) !== null && _c !== void 0 ? _c : dotSize[size]
95
- });
96
- }
97
- return slot.children;
98
- };
99
- useEffect(function () {
100
- var _a;
101
- setQueryParams(new URLSearchParams(((_a = window === null || window === void 0 ? void 0 : window.location) === null || _a === void 0 ? void 0 : _a.search) || ''));
102
- }, []);
103
- return /*#__PURE__*/createElement(as, __assign(__assign({
104
- className: classnames('ncua-btn', "ncua-btn--".concat(size), {
105
- 'only-icon': onlyIcon,
106
- 'is-disable': disabled,
107
- 'has-underline': isAnchorProps(props) ? props.underline : false
108
- }, className, hierarchy && "ncua-btn--".concat(hierarchy)),
109
- onClick: isAnchorProps(props) ? handleClickLink : undefined,
110
- disabled: disabled
111
- }, restProps), {
112
- ref: ref
113
- }), _jsxs(_Fragment, {
114
- children: [leadingIcon && sideSlotRender(leadingIcon), !onlyIcon && label && _jsx("span", __assign({
115
- className: "ncua-btn__label"
116
- }, {
117
- children: label
118
- })), children, trailingIcon && sideSlotRender(trailingIcon)]
119
- }));
120
- });
@@ -1,111 +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, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
20
- import Icon from '@ncds/ui-admin-icon';
21
- import classNames from 'classnames';
22
- import React, { createElement } from 'react';
23
- import { COLOR } from '../../../constant/color';
24
- import { Dot } from '../dot';
25
- var svgSize = {
26
- xs: 12,
27
- sm: 16,
28
- md: 16,
29
- lg: 20
30
- };
31
- var dotSize = {
32
- xs: 'sm',
33
- sm: 'sm',
34
- md: 'md',
35
- lg: 'md'
36
- };
37
- export var ButtonGroup = function (_a) {
38
- var children = _a.children,
39
- className = _a.className,
40
- _b = _a.hasBorder,
41
- hasBorder = _b === void 0 ? true : _b,
42
- _c = _a.size,
43
- size = _c === void 0 ? 'lg' : _c,
44
- _d = _a.onlyIcon,
45
- onlyIcon = _d === void 0 ? false : _d,
46
- _e = _a.disabled,
47
- disabled = _e === void 0 ? false : _e;
48
- return _jsx("div", __assign({
49
- className: classNames('ncua-button-group', "ncua-button-group--".concat(size), {
50
- 'has-border': hasBorder
51
- }, className)
52
- }, {
53
- children: React.Children.map(children, function (child) {
54
- if (! /*#__PURE__*/React.isValidElement(child)) {
55
- return null;
56
- }
57
- return /*#__PURE__*/React.cloneElement(child, {
58
- onlyIcon: onlyIcon,
59
- size: size,
60
- disabled: disabled || child.props.disabled
61
- });
62
- })
63
- }));
64
- };
65
- ButtonGroup.Item = function (_a) {
66
- var _b;
67
- var _c = _a.as,
68
- as = _c === void 0 ? 'button' : _c,
69
- label = _a.label,
70
- _d = _a.size,
71
- size = _d === void 0 ? 'md' : _d,
72
- onlyIcon = _a.onlyIcon,
73
- icon = _a.icon,
74
- disabled = _a.disabled,
75
- children = _a.children,
76
- isCurrent = _a.isCurrent,
77
- props = __rest(_a, ["as", "label", "size", "onlyIcon", "icon", "disabled", "children", "isCurrent"]);
78
- var renderIcon = function () {
79
- var _a, _b, _c;
80
- if (!icon) return null;
81
- if (icon.type === 'icon') {
82
- return _jsx(Icon, {
83
- name: icon.icon,
84
- width: (_a = icon.size) !== null && _a !== void 0 ? _a : svgSize[size],
85
- height: (_b = icon.size) !== null && _b !== void 0 ? _b : svgSize[size],
86
- color: icon.color ? COLOR[icon.color] : 'currentColor'
87
- });
88
- }
89
- if (icon.type === 'dot') {
90
- return _jsx(Dot, {
91
- color: icon.color,
92
- size: (_c = icon.size) !== null && _c !== void 0 ? _c : dotSize[size]
93
- });
94
- }
95
- return icon.children;
96
- };
97
- var position = (_b = icon === null || icon === void 0 ? void 0 : icon.position) !== null && _b !== void 0 ? _b : 'leading';
98
- return /*#__PURE__*/createElement(as, __assign({
99
- className: classNames('ncua-button-group__item', {
100
- 'is-disabled': disabled
101
- }, {
102
- 'is-only-icon': onlyIcon
103
- }, {
104
- 'is-current': isCurrent
105
- }),
106
- disabled: disabled,
107
- type: as === 'button' ? 'button' : undefined
108
- }, props), _jsxs(_Fragment, {
109
- children: [position === 'leading' && renderIcon(), !onlyIcon && label, children, position === 'trailing' && renderIcon()]
110
- }));
111
- };
@@ -1,2 +0,0 @@
1
- export * from './Button';
2
- export * from './ButtonGroup';
@@ -1,33 +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 } from "react/jsx-runtime";
12
- import classNames from 'classnames';
13
- import Icon from '@ncds/ui-admin-icon';
14
- export var CarouselArrow = function (_a) {
15
- var _b;
16
- var _c = _a.type,
17
- type = _c === void 0 ? 'default' : _c,
18
- className = _a.className,
19
- size = _a.size,
20
- chevron = _a.chevron,
21
- onClick = _a.onClick;
22
- return _jsx("button", __assign({
23
- type: "button",
24
- className: classNames('ncua-carousel-arrow', (_b = {}, _b["ncua-carousel-arrow--".concat(type)] = type, _b["ncua-carousel-arrow--".concat(size)] = size, _b["ncua-carousel-arrow--".concat(chevron)] = chevron, _b), className),
25
- onClick: onClick
26
- }, {
27
- children: _jsx(Icon, {
28
- className: "ncua-carousel-arrow__icon",
29
- color: "var(--gray-500)",
30
- name: chevron === 'left' ? 'chevron-left' : 'chevron-right'
31
- })
32
- }));
33
- };
@@ -1,38 +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
- export var CarouselNumberGroup = function (_a) {
14
- var _b;
15
- var _c = _a.framed,
16
- framed = _c === void 0 ? true : _c,
17
- _d = _a.size,
18
- size = _d === void 0 ? 'sm' : _d,
19
- _e = _a.color,
20
- color = _e === void 0 ? 'light' : _e,
21
- currentPage = _a.currentPage,
22
- totalPage = _a.totalPage;
23
- return _jsxs("div", __assign({
24
- className: classNames('ncua-carousel-number-group', (_b = {
25
- framed: framed
26
- }, _b["ncua-carousel-number-group--".concat(color)] = color, _b["ncua-carousel-number-group--".concat(size)] = size, _b))
27
- }, {
28
- children: [_jsx("span", __assign({
29
- className: "ncua-carousel-number-group__number"
30
- }, {
31
- children: currentPage
32
- })), _jsxs("span", __assign({
33
- className: "ncua-carousel-number-group__total"
34
- }, {
35
- children: ["/", totalPage]
36
- }))]
37
- }));
38
- };
@@ -1,2 +0,0 @@
1
- export * from './CarouselArrow';
2
- export * from './CarouselNumberGroup';
@@ -1,62 +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, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
20
- import classNames from 'classnames';
21
- import { CheckboxInput } from './CheckboxInput';
22
- export var Checkbox = function (_a) {
23
- var _b = _a.size,
24
- size = _b === void 0 ? 'sm' : _b,
25
- _c = _a.indeterminate,
26
- indeterminate = _c === void 0 ? false : _c,
27
- text = _a.text,
28
- supportText = _a.supportText,
29
- disabled = _a.disabled,
30
- checked = _a.checked,
31
- className = _a.className,
32
- checkboxRef = _a.checkboxRef,
33
- onChange = _a.onChange,
34
- props = __rest(_a, ["size", "indeterminate", "text", "supportText", "disabled", "checked", "className", "checkboxRef", "onChange"]);
35
- return _jsxs("label", __assign({
36
- className: classNames('ncua-checkbox-field', "ncua-checkbox-field--".concat(size), {
37
- 'has-text': text
38
- }, className)
39
- }, {
40
- children: [_jsx(CheckboxInput, __assign({
41
- size: size,
42
- ref: checkboxRef,
43
- checked: checked,
44
- indeterminate: indeterminate,
45
- disabled: disabled,
46
- onChange: onChange,
47
- className: "ncua-checkbox-field__input"
48
- }, props)), _jsx("span", {
49
- children: text && _jsxs(_Fragment, {
50
- children: [_jsx("span", __assign({
51
- className: "ncua-checkbox-field__text"
52
- }, {
53
- children: text
54
- })), supportText && _jsx("span", __assign({
55
- className: "ncua-checkbox-field__support-text"
56
- }, {
57
- children: supportText
58
- }))]
59
- })
60
- })]
61
- }));
62
- };
@@ -1,89 +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, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
20
- import classNames from 'classnames';
21
- import { forwardRef } from 'react';
22
- /**
23
- * 현재 destructive 속성은 현재 디자인 시스템에 존재하지 않으니 사용하지 않는 것을 권장합니다.
24
- */
25
- export var CheckboxInput = /*#__PURE__*/forwardRef(function (_a, ref) {
26
- var _b = _a.size,
27
- size = _b === void 0 ? 'sm' : _b,
28
- _c = _a.indeterminate,
29
- indeterminate = _c === void 0 ? false : _c,
30
- disabled = _a.disabled,
31
- className = _a.className,
32
- _d = _a.destructive,
33
- destructive = _d === void 0 ? false : _d,
34
- onChange = _a.onChange,
35
- props = __rest(_a, ["size", "indeterminate", "disabled", "className", "destructive", "onChange"]);
36
- /**
37
- * 체크박스 체크시 나오는 아이콘은 아이콘 컴포넌트와 굵기가 달라 별도로 정의하였습니다.
38
- */
39
- var checkIcon = _jsx(_Fragment, {
40
- children: _jsx("svg", __assign({
41
- xmlns: "http://www.w3.org/2000/svg",
42
- width: "12",
43
- height: "12",
44
- viewBox: "0 0 12 12",
45
- fill: "none"
46
- }, {
47
- children: _jsx("path", {
48
- d: "M10 3L4.5 8.5L2 6",
49
- stroke: disabled ? '#D3D4D8' : '#171818',
50
- "stroke-width": "1.6666",
51
- "stroke-linecap": "round",
52
- "stroke-linejoin": "round"
53
- })
54
- }))
55
- });
56
- var indeterminateIcon = _jsx(_Fragment, {
57
- children: _jsx("svg", __assign({
58
- xmlns: "http://www.w3.org/2000/svg",
59
- width: "12",
60
- height: "12",
61
- viewBox: "0 0 12 12",
62
- fill: "none"
63
- }, {
64
- children: _jsx("path", {
65
- d: "M2.5 6H9.5",
66
- stroke: disabled ? '#D3D4D8' : '#2F2F30',
67
- "stroke-width": "1.66666",
68
- "stroke-linecap": "round",
69
- "stroke-linejoin": "round"
70
- })
71
- }))
72
- });
73
- return _jsxs("span", __assign({
74
- className: classNames('ncua-checkbox-input', "ncua-checkbox-input--".concat(size), {
75
- destructive: destructive
76
- }, className)
77
- }, {
78
- children: [_jsx("input", __assign({
79
- type: "checkbox",
80
- ref: ref,
81
- onChange: onChange,
82
- disabled: disabled
83
- }, props)), _jsx("span", __assign({
84
- className: "ncua-checkbox-input__ico"
85
- }, {
86
- children: !indeterminate ? checkIcon : indeterminateIcon
87
- }))]
88
- }));
89
- });
@@ -1,2 +0,0 @@
1
- export * from './Checkbox';
2
- export * from './CheckboxInput';