@arkyn/components 1.3.50 → 1.3.52

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 (299) hide show
  1. package/dist/bundle.js +1004 -1026
  2. package/dist/bundle.umd.cjs +12 -12
  3. package/dist/{newComponents → components}/Badge/index.d.ts +1 -1
  4. package/dist/components/Badge/index.d.ts.map +1 -0
  5. package/dist/{newComponents → components}/Badge/index.js +1 -1
  6. package/dist/components/Breadcrumb/BreadcrumbContainer/index.d.ts.map +1 -0
  7. package/dist/components/Breadcrumb/BreadcrumbLink/index.d.ts.map +1 -0
  8. package/dist/components/Breadcrumb/index.d.ts.map +1 -0
  9. package/dist/{newComponents → components}/Button/index.d.ts +1 -1
  10. package/dist/components/Button/index.d.ts.map +1 -0
  11. package/dist/{newComponents → components}/Button/index.js +1 -1
  12. package/dist/components/Checkbox/index.d.ts.map +1 -0
  13. package/dist/components/Divider/index.d.ts +5 -0
  14. package/dist/components/Divider/index.d.ts.map +1 -0
  15. package/dist/{newComponents → components}/Divider/index.js +2 -2
  16. package/dist/components/Drawer/Container/index.d.ts.map +1 -0
  17. package/dist/components/Drawer/Header/index.d.ts +5 -0
  18. package/dist/components/Drawer/Header/index.d.ts.map +1 -0
  19. package/dist/{newComponents → components}/Drawer/Header/index.js +2 -2
  20. package/dist/components/Drawer/index.d.ts.map +1 -0
  21. package/dist/{newComponents → components}/Form/FormController/index.d.ts +1 -1
  22. package/dist/components/Form/FormController/index.d.ts.map +1 -0
  23. package/dist/{newComponents → components}/Form/FormController/index.js +2 -2
  24. package/dist/components/Form/FormError/index.d.ts +5 -0
  25. package/dist/components/Form/FormError/index.d.ts.map +1 -0
  26. package/dist/{newComponents → components}/Form/FormError/index.js +2 -2
  27. package/dist/components/Form/FormLabel/index.d.ts.map +1 -0
  28. package/dist/components/Form/index.d.ts.map +1 -0
  29. package/dist/components/IconButton/index.d.ts +5 -0
  30. package/dist/components/IconButton/index.d.ts.map +1 -0
  31. package/dist/{newComponents → components}/IconButton/index.js +2 -2
  32. package/dist/{newComponents/Input/MaskInput → components/Input/CpfCpnjInput}/getConfig.d.ts.map +1 -1
  33. package/dist/components/Input/CpfCpnjInput/index.d.ts.map +1 -0
  34. package/dist/{newComponents → components}/Input/CpfCpnjInput/index.js +1 -1
  35. package/dist/components/Input/CpfCpnjInput/utils.d.ts.map +1 -0
  36. package/dist/components/Input/CurrencyInput/getConfig.d.ts.map +1 -0
  37. package/dist/components/Input/CurrencyInput/index.d.ts.map +1 -0
  38. package/dist/{newComponents → components}/Input/CurrencyInput/index.js +1 -1
  39. package/dist/components/Input/CurrencyInput/utils.d.ts.map +1 -0
  40. package/dist/components/Input/MaskInput/getConfig.d.ts.map +1 -0
  41. package/dist/components/Input/MaskInput/index.d.ts.map +1 -0
  42. package/dist/{newComponents → components}/Input/MaskInput/index.js +1 -1
  43. package/dist/{newComponents/Textarea → components/Input/SimpleInput}/getConfig.d.ts.map +1 -1
  44. package/dist/components/Input/SimpleInput/index.d.ts.map +1 -0
  45. package/dist/{newComponents → components}/Input/SimpleInput/index.js +1 -1
  46. package/dist/{newComponents → components}/Input/index.d.ts +1 -1
  47. package/dist/components/Input/index.d.ts.map +1 -0
  48. package/dist/components/{Select → Input}/utils/morpheme.d.ts +1 -1
  49. package/dist/components/Input/utils/morpheme.d.ts.map +1 -0
  50. package/dist/components/Modal/Container/index.d.ts.map +1 -0
  51. package/dist/components/Modal/Footer/index.d.ts.map +1 -0
  52. package/dist/components/Modal/Header/index.d.ts.map +1 -0
  53. package/dist/components/Modal/index.d.ts.map +1 -0
  54. package/dist/components/Pagination/index.d.ts +5 -0
  55. package/dist/components/Pagination/index.d.ts.map +1 -0
  56. package/dist/components/Pagination/index.js +21 -0
  57. package/dist/components/Select/getConfig.d.ts +1 -1
  58. package/dist/components/Select/getConfig.d.ts.map +1 -1
  59. package/dist/components/Select/getConfig.js +1 -1
  60. package/dist/components/Select/index.d.ts.map +1 -1
  61. package/dist/components/Select/index.js +27 -27
  62. package/dist/components/Skeleton/index.d.ts +5 -0
  63. package/dist/components/Skeleton/index.d.ts.map +1 -0
  64. package/dist/components/Skeleton/index.js +8 -0
  65. package/dist/components/Table/TableBody/index.d.ts +5 -0
  66. package/dist/components/Table/TableBody/index.d.ts.map +1 -0
  67. package/dist/{newComponents → components}/Table/TableBody/index.js +2 -2
  68. package/dist/components/Table/TableCaption/index.d.ts +5 -0
  69. package/dist/components/Table/TableCaption/index.d.ts.map +1 -0
  70. package/dist/{newComponents → components}/Table/TableCaption/index.js +2 -2
  71. package/dist/components/Table/TableContainer/index.d.ts +5 -0
  72. package/dist/components/Table/TableContainer/index.d.ts.map +1 -0
  73. package/dist/{newComponents → components}/Table/TableContainer/index.js +2 -2
  74. package/dist/components/Table/TableFooter/index.d.ts +5 -0
  75. package/dist/components/Table/TableFooter/index.d.ts.map +1 -0
  76. package/dist/{newComponents → components}/Table/TableFooter/index.js +2 -2
  77. package/dist/components/Table/TableHeader/index.d.ts +5 -0
  78. package/dist/components/Table/TableHeader/index.d.ts.map +1 -0
  79. package/dist/{newComponents → components}/Table/TableHeader/index.js +2 -2
  80. package/dist/components/Table/index.d.ts.map +1 -0
  81. package/dist/{newComponents → components}/Textarea/index.d.ts +1 -1
  82. package/dist/components/Textarea/index.d.ts.map +1 -0
  83. package/dist/{newComponents → components}/Textarea/index.js +7 -4
  84. package/dist/components/Toast/index.d.ts +5 -0
  85. package/dist/components/Toast/index.d.ts.map +1 -0
  86. package/dist/{newComponents → components}/Toast/index.js +2 -1
  87. package/dist/components/Tooltip/index.d.ts +5 -0
  88. package/dist/components/Tooltip/index.d.ts.map +1 -0
  89. package/dist/{newComponents → components}/Tooltip/index.js +2 -2
  90. package/dist/index.d.ts +16 -16
  91. package/dist/index.d.ts.map +1 -1
  92. package/dist/index.js +16 -16
  93. package/dist/provider/ToastProvider.js +1 -1
  94. package/dist/{utils → services}/generateIcon.d.ts +1 -1
  95. package/dist/services/generateIcon.d.ts.map +1 -0
  96. package/dist/services/generatePagerArray.d.ts.map +1 -0
  97. package/dist/services/getNextPages.d.ts +3 -0
  98. package/dist/services/getNextPages.d.ts.map +1 -0
  99. package/dist/services/getNextPages.js +7 -0
  100. package/dist/services/getPreviousPages.d.ts +3 -0
  101. package/dist/services/getPreviousPages.d.ts.map +1 -0
  102. package/dist/services/getPreviousPages.js +7 -0
  103. package/dist/services/index.d.ts +7 -0
  104. package/dist/services/index.d.ts.map +1 -0
  105. package/dist/services/index.js +6 -0
  106. package/dist/{newComponents/Input/utils → services}/morpheme.d.ts +1 -1
  107. package/dist/services/morpheme.d.ts.map +1 -0
  108. package/dist/style.css +1 -1
  109. package/package.json +1 -1
  110. package/src/{newComponents → components}/Badge/index.tsx +2 -2
  111. package/src/{newComponents → components}/Button/index.tsx +2 -2
  112. package/src/{newComponents → components}/Divider/index.tsx +3 -4
  113. package/src/{newComponents → components}/Drawer/Header/index.tsx +3 -3
  114. package/src/{newComponents → components}/Form/FormController/index.tsx +2 -2
  115. package/src/{newComponents → components}/Form/FormError/index.tsx +2 -2
  116. package/src/{newComponents → components}/IconButton/index.tsx +2 -2
  117. package/src/{newComponents → components}/Input/CpfCpnjInput/index.tsx +1 -1
  118. package/src/{newComponents → components}/Input/CurrencyInput/index.tsx +1 -1
  119. package/src/{newComponents → components}/Input/MaskInput/index.tsx +1 -1
  120. package/src/{newComponents → components}/Input/SimpleInput/index.tsx +1 -1
  121. package/src/{newComponents → components}/Input/index.tsx +1 -1
  122. package/src/components/{Select → Input}/utils/morpheme.tsx +1 -1
  123. package/src/{newComponents → components}/Pagination/index.tsx +32 -41
  124. package/src/components/Select/getConfig.tsx +2 -2
  125. package/src/components/Select/index.tsx +22 -21
  126. package/src/components/Select/styles.css +37 -37
  127. package/src/components/Skeleton/index.tsx +11 -0
  128. package/src/{newComponents → components}/Table/TableBody/index.tsx +2 -2
  129. package/src/{newComponents → components}/Table/TableCaption/index.tsx +2 -2
  130. package/src/{newComponents → components}/Table/TableContainer/index.tsx +2 -2
  131. package/src/{newComponents → components}/Table/TableFooter/index.tsx +2 -2
  132. package/src/{newComponents → components}/Table/TableHeader/index.tsx +2 -2
  133. package/src/{newComponents → components}/Textarea/index.tsx +22 -17
  134. package/src/{newComponents → components}/Textarea/styles.css +2 -1
  135. package/src/{newComponents → components}/Toast/index.tsx +4 -2
  136. package/src/{newComponents → components}/Tooltip/index.tsx +2 -2
  137. package/src/index.ts +16 -23
  138. package/src/provider/ToastProvider.tsx +1 -1
  139. package/src/{utils → services}/generateIcon.tsx +1 -1
  140. package/src/services/getNextPages.ts +12 -0
  141. package/src/services/getPreviousPages.ts +8 -0
  142. package/src/services/index.ts +13 -0
  143. package/src/{newComponents/Input/utils → services}/morpheme.tsx +1 -1
  144. package/dist/components/Select/utils/morpheme.d.ts.map +0 -1
  145. package/dist/newComponents/Badge/index.d.ts.map +0 -1
  146. package/dist/newComponents/Breadcrumb/BreadcrumbContainer/index.d.ts.map +0 -1
  147. package/dist/newComponents/Breadcrumb/BreadcrumbLink/index.d.ts.map +0 -1
  148. package/dist/newComponents/Breadcrumb/index.d.ts.map +0 -1
  149. package/dist/newComponents/Button/index.d.ts.map +0 -1
  150. package/dist/newComponents/Checkbox/index.d.ts.map +0 -1
  151. package/dist/newComponents/Divider/index.d.ts +0 -5
  152. package/dist/newComponents/Divider/index.d.ts.map +0 -1
  153. package/dist/newComponents/Drawer/Container/index.d.ts.map +0 -1
  154. package/dist/newComponents/Drawer/Header/index.d.ts +0 -5
  155. package/dist/newComponents/Drawer/Header/index.d.ts.map +0 -1
  156. package/dist/newComponents/Drawer/index.d.ts.map +0 -1
  157. package/dist/newComponents/Form/FormController/index.d.ts.map +0 -1
  158. package/dist/newComponents/Form/FormError/index.d.ts +0 -5
  159. package/dist/newComponents/Form/FormError/index.d.ts.map +0 -1
  160. package/dist/newComponents/Form/FormLabel/index.d.ts.map +0 -1
  161. package/dist/newComponents/Form/index.d.ts.map +0 -1
  162. package/dist/newComponents/IconButton/index.d.ts +0 -5
  163. package/dist/newComponents/IconButton/index.d.ts.map +0 -1
  164. package/dist/newComponents/Input/CpfCpnjInput/getConfig.d.ts.map +0 -1
  165. package/dist/newComponents/Input/CpfCpnjInput/index.d.ts.map +0 -1
  166. package/dist/newComponents/Input/CpfCpnjInput/utils.d.ts.map +0 -1
  167. package/dist/newComponents/Input/CurrencyInput/getConfig.d.ts.map +0 -1
  168. package/dist/newComponents/Input/CurrencyInput/index.d.ts.map +0 -1
  169. package/dist/newComponents/Input/CurrencyInput/utils.d.ts.map +0 -1
  170. package/dist/newComponents/Input/MaskInput/index.d.ts.map +0 -1
  171. package/dist/newComponents/Input/SimpleInput/getConfig.d.ts.map +0 -1
  172. package/dist/newComponents/Input/SimpleInput/index.d.ts.map +0 -1
  173. package/dist/newComponents/Input/index.d.ts.map +0 -1
  174. package/dist/newComponents/Input/utils/morpheme.d.ts.map +0 -1
  175. package/dist/newComponents/Modal/Container/index.d.ts.map +0 -1
  176. package/dist/newComponents/Modal/Footer/index.d.ts.map +0 -1
  177. package/dist/newComponents/Modal/Header/index.d.ts.map +0 -1
  178. package/dist/newComponents/Modal/index.d.ts.map +0 -1
  179. package/dist/newComponents/Pagination/index.d.ts +0 -5
  180. package/dist/newComponents/Pagination/index.d.ts.map +0 -1
  181. package/dist/newComponents/Pagination/index.js +0 -31
  182. package/dist/newComponents/Skeleton/index.d.ts +0 -5
  183. package/dist/newComponents/Skeleton/index.d.ts.map +0 -1
  184. package/dist/newComponents/Skeleton/index.js +0 -7
  185. package/dist/newComponents/Table/TableBody/index.d.ts +0 -5
  186. package/dist/newComponents/Table/TableBody/index.d.ts.map +0 -1
  187. package/dist/newComponents/Table/TableCaption/index.d.ts +0 -5
  188. package/dist/newComponents/Table/TableCaption/index.d.ts.map +0 -1
  189. package/dist/newComponents/Table/TableContainer/index.d.ts +0 -5
  190. package/dist/newComponents/Table/TableContainer/index.d.ts.map +0 -1
  191. package/dist/newComponents/Table/TableFooter/index.d.ts +0 -5
  192. package/dist/newComponents/Table/TableFooter/index.d.ts.map +0 -1
  193. package/dist/newComponents/Table/TableHeader/index.d.ts +0 -5
  194. package/dist/newComponents/Table/TableHeader/index.d.ts.map +0 -1
  195. package/dist/newComponents/Table/index.d.ts.map +0 -1
  196. package/dist/newComponents/Textarea/getConfig.d.ts +0 -283
  197. package/dist/newComponents/Textarea/getConfig.js +0 -19
  198. package/dist/newComponents/Textarea/index.d.ts.map +0 -1
  199. package/dist/newComponents/Toast/index.d.ts +0 -5
  200. package/dist/newComponents/Toast/index.d.ts.map +0 -1
  201. package/dist/newComponents/Tooltip/index.d.ts +0 -5
  202. package/dist/newComponents/Tooltip/index.d.ts.map +0 -1
  203. package/dist/utils/generateIcon.d.ts.map +0 -1
  204. package/dist/utils/generatePagerArray.d.ts.map +0 -1
  205. package/src/newComponents/Skeleton/index.tsx +0 -9
  206. package/src/newComponents/Textarea/getConfig.tsx +0 -39
  207. /package/dist/{newComponents → components}/Breadcrumb/BreadcrumbContainer/index.d.ts +0 -0
  208. /package/dist/{newComponents → components}/Breadcrumb/BreadcrumbContainer/index.js +0 -0
  209. /package/dist/{newComponents → components}/Breadcrumb/BreadcrumbLink/index.d.ts +0 -0
  210. /package/dist/{newComponents → components}/Breadcrumb/BreadcrumbLink/index.js +0 -0
  211. /package/dist/{newComponents → components}/Breadcrumb/index.d.ts +0 -0
  212. /package/dist/{newComponents → components}/Breadcrumb/index.js +0 -0
  213. /package/dist/{newComponents → components}/Checkbox/index.d.ts +0 -0
  214. /package/dist/{newComponents → components}/Checkbox/index.js +0 -0
  215. /package/dist/{newComponents → components}/Drawer/Container/index.d.ts +0 -0
  216. /package/dist/{newComponents → components}/Drawer/Container/index.js +0 -0
  217. /package/dist/{newComponents → components}/Drawer/index.d.ts +0 -0
  218. /package/dist/{newComponents → components}/Drawer/index.js +0 -0
  219. /package/dist/{newComponents → components}/Form/FormLabel/index.d.ts +0 -0
  220. /package/dist/{newComponents → components}/Form/FormLabel/index.js +0 -0
  221. /package/dist/{newComponents → components}/Form/index.d.ts +0 -0
  222. /package/dist/{newComponents → components}/Form/index.js +0 -0
  223. /package/dist/{newComponents → components}/Input/CpfCpnjInput/getConfig.d.ts +0 -0
  224. /package/dist/{newComponents → components}/Input/CpfCpnjInput/getConfig.js +0 -0
  225. /package/dist/{newComponents → components}/Input/CpfCpnjInput/index.d.ts +0 -0
  226. /package/dist/{newComponents → components}/Input/CpfCpnjInput/utils.d.ts +0 -0
  227. /package/dist/{newComponents → components}/Input/CpfCpnjInput/utils.js +0 -0
  228. /package/dist/{newComponents → components}/Input/CurrencyInput/getConfig.d.ts +0 -0
  229. /package/dist/{newComponents → components}/Input/CurrencyInput/getConfig.js +0 -0
  230. /package/dist/{newComponents → components}/Input/CurrencyInput/index.d.ts +0 -0
  231. /package/dist/{newComponents → components}/Input/CurrencyInput/utils.d.ts +0 -0
  232. /package/dist/{newComponents → components}/Input/CurrencyInput/utils.js +0 -0
  233. /package/dist/{newComponents → components}/Input/MaskInput/getConfig.d.ts +0 -0
  234. /package/dist/{newComponents → components}/Input/MaskInput/getConfig.js +0 -0
  235. /package/dist/{newComponents → components}/Input/MaskInput/index.d.ts +0 -0
  236. /package/dist/{newComponents → components}/Input/SimpleInput/getConfig.d.ts +0 -0
  237. /package/dist/{newComponents → components}/Input/SimpleInput/getConfig.js +0 -0
  238. /package/dist/{newComponents → components}/Input/SimpleInput/index.d.ts +0 -0
  239. /package/dist/{newComponents → components}/Input/index.js +0 -0
  240. /package/dist/components/{Select → Input}/utils/morpheme.js +0 -0
  241. /package/dist/{newComponents → components}/Modal/Container/index.d.ts +0 -0
  242. /package/dist/{newComponents → components}/Modal/Container/index.js +0 -0
  243. /package/dist/{newComponents → components}/Modal/Footer/index.d.ts +0 -0
  244. /package/dist/{newComponents → components}/Modal/Footer/index.js +0 -0
  245. /package/dist/{newComponents → components}/Modal/Header/index.d.ts +0 -0
  246. /package/dist/{newComponents → components}/Modal/Header/index.js +0 -0
  247. /package/dist/{newComponents → components}/Modal/index.d.ts +0 -0
  248. /package/dist/{newComponents → components}/Modal/index.js +0 -0
  249. /package/dist/{newComponents → components}/Table/index.d.ts +0 -0
  250. /package/dist/{newComponents → components}/Table/index.js +0 -0
  251. /package/dist/{utils → services}/generateIcon.js +0 -0
  252. /package/dist/{utils → services}/generatePagerArray.d.ts +0 -0
  253. /package/dist/{utils → services}/generatePagerArray.js +0 -0
  254. /package/dist/{newComponents/Input/utils → services}/morpheme.js +0 -0
  255. /package/src/{newComponents → components}/Badge/styles.css +0 -0
  256. /package/src/{newComponents → components}/Breadcrumb/BreadcrumbContainer/index.tsx +0 -0
  257. /package/src/{newComponents → components}/Breadcrumb/BreadcrumbContainer/styles.css +0 -0
  258. /package/src/{newComponents → components}/Breadcrumb/BreadcrumbLink/index.tsx +0 -0
  259. /package/src/{newComponents → components}/Breadcrumb/BreadcrumbLink/styles.css +0 -0
  260. /package/src/{newComponents → components}/Breadcrumb/index.ts +0 -0
  261. /package/src/{newComponents → components}/Button/styles.css +0 -0
  262. /package/src/{newComponents → components}/Checkbox/index.tsx +0 -0
  263. /package/src/{newComponents → components}/Checkbox/styles.css +0 -0
  264. /package/src/{newComponents → components}/Divider/styles.css +0 -0
  265. /package/src/{newComponents → components}/Drawer/Container/index.tsx +0 -0
  266. /package/src/{newComponents → components}/Drawer/Container/styles.css +0 -0
  267. /package/src/{newComponents → components}/Drawer/Header/styles.css +0 -0
  268. /package/src/{newComponents → components}/Drawer/index.ts +0 -0
  269. /package/src/{newComponents → components}/Form/FormController/styles.css +0 -0
  270. /package/src/{newComponents → components}/Form/FormError/styles.css +0 -0
  271. /package/src/{newComponents → components}/Form/FormLabel/index.tsx +0 -0
  272. /package/src/{newComponents → components}/Form/FormLabel/styles.css +0 -0
  273. /package/src/{newComponents → components}/Form/index.ts +0 -0
  274. /package/src/{newComponents → components}/IconButton/styles.css +0 -0
  275. /package/src/{newComponents → components}/Input/CpfCpnjInput/getConfig.tsx +0 -0
  276. /package/src/{newComponents → components}/Input/CpfCpnjInput/utils.ts +0 -0
  277. /package/src/{newComponents → components}/Input/CurrencyInput/getConfig.tsx +0 -0
  278. /package/src/{newComponents → components}/Input/CurrencyInput/utils.ts +0 -0
  279. /package/src/{newComponents → components}/Input/MaskInput/getConfig.tsx +0 -0
  280. /package/src/{newComponents → components}/Input/SimpleInput/getConfig.tsx +0 -0
  281. /package/src/{newComponents → components}/Input/styles.css +0 -0
  282. /package/src/{newComponents → components}/Modal/Container/index.tsx +0 -0
  283. /package/src/{newComponents → components}/Modal/Container/styles.css +0 -0
  284. /package/src/{newComponents → components}/Modal/Footer/index.tsx +0 -0
  285. /package/src/{newComponents → components}/Modal/Footer/styles.css +0 -0
  286. /package/src/{newComponents → components}/Modal/Header/index.tsx +0 -0
  287. /package/src/{newComponents → components}/Modal/Header/styles.css +0 -0
  288. /package/src/{newComponents → components}/Modal/index.ts +0 -0
  289. /package/src/{newComponents → components}/Pagination/styles.css +0 -0
  290. /package/src/{newComponents → components}/Skeleton/styles.css +0 -0
  291. /package/src/{newComponents → components}/Table/TableBody/styles.css +0 -0
  292. /package/src/{newComponents → components}/Table/TableCaption/styles.css +0 -0
  293. /package/src/{newComponents → components}/Table/TableContainer/styles.css +0 -0
  294. /package/src/{newComponents → components}/Table/TableFooter/styles.css +0 -0
  295. /package/src/{newComponents → components}/Table/TableHeader/styles.css +0 -0
  296. /package/src/{newComponents → components}/Table/index.ts +0 -0
  297. /package/src/{newComponents → components}/Toast/styles.css +0 -0
  298. /package/src/{newComponents → components}/Tooltip/styles.css +0 -0
  299. /package/src/{utils → services}/generatePagerArray.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/newComponents/Input/MaskInput/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAKrD,iBAAS,SAAS,CAAC,KAAK,EAAE,gBAAgB,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuD7D;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/CpfCpnjInput/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAMtD,iBAAS,SAAS,CAAC,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkE9D;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/CpfCpnjInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAStD,iBAAS,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CAmG7C;AAED,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useRef, useState } from "react";
3
- import { useFormController } from "../../../newComponents/Form/FormController";
3
+ import { useFormController } from "../../../components/Form/FormController";
4
4
  import { getConfig } from "./getConfig";
5
5
  import { MAX_LENGTH, TYPES, applyMask, clear, getMask } from "./utils";
6
6
  function CpfCnpjInput(props) {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/CpfCpnjInput/utils.ts"],"names":[],"mappings":"AAAA,iBAAS,KAAK,CAAC,KAAK,EAAE,MAAM,UAE3B;AAED,iBAAS,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,GAAG,MAAM,UAYrD;AAED,iBAAS,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,KAAK,CAE9C;AAED,QAAA,MAAM,KAAK;;;CAGV,CAAC;AAEF,QAAA,MAAM,UAAU,QAA2B,CAAC;AAE5C,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/CurrencyInput/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAKvD,iBAAS,SAAS,CAAC,KAAK,EAAE,kBAAkB,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwD/D;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/CurrencyInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AASvD,iBAAS,aAAa,CAAC,KAAK,EAAE,kBAAkB,2CA6F/C;AAED,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useRef, useState } from "react";
3
- import { useFormController } from "../../../newComponents/Form/FormController";
3
+ import { useFormController } from "../../../components/Form/FormController";
4
4
  import { getConfig } from "./getConfig";
5
5
  import { currencyInputKeyDown, valueDisplay } from "./utils";
6
6
  function CurrencyInput(props) {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/CurrencyInput/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAM3C,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,iBAAS,YAAY,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,UAUzD;AAED,iBAAS,oBAAoB,CAAC,IAAI,EAAE,cAAc,QA4BjD;AAED,OAAO,EAAE,YAAY,EAAE,oBAAoB,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/MaskInput/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAKrD,iBAAS,SAAS,CAAC,KAAK,EAAE,gBAAgB,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuD7D;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/MaskInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAgBrD,iBAAS,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CA2E3C;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { InputMask } from "@react-input/mask";
3
3
  import { forwardRef, useRef, useState } from "react";
4
- import { useFormController } from "../../../newComponents/Form/FormController";
4
+ import { useFormController } from "../../../components/Form/FormController";
5
5
  import { getConfig } from "./getConfig";
6
6
  const BaseInput = forwardRef((props, ref) => {
7
7
  return _jsx("input", { ref: ref, ...props });
@@ -1 +1 @@
1
- {"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../src/newComponents/Textarea/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAElD,iBAAS,SAAS,CAAC,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkC1D;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/SimpleInput/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAKrD,iBAAS,SAAS,CAAC,KAAK,EAAE,gBAAgB,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoD7D;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/SimpleInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAQrD,iBAAS,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAkF3C;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useRef, useState } from "react";
3
- import { useFormController } from "../../../newComponents/Form/FormController";
3
+ import { useFormController } from "../../../components/Form/FormController";
4
4
  import { getConfig } from "./getConfig";
5
5
  function SimpleInput(props) {
6
6
  const [isFocused, setIsFocused] = useState(false);
@@ -1,4 +1,4 @@
1
- import type { InputProps } from "@arkyn/types";
1
+ import { InputProps } from "@arkyn/types";
2
2
  import "./styles.css";
3
3
  declare function Input(props: InputProps): import("react/jsx-runtime").JSX.Element;
4
4
  export { Input };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAO1C,OAAO,cAAc,CAAC;AAEtB,iBAAS,KAAK,CAAC,KAAK,EAAE,UAAU,2CAK/B;AAED,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { LucideIcon } from "lucide-react";
1
+ import { LucideIcon } from "lucide-react";
2
2
  declare function morpheme(data: LucideIcon | string | undefined, iconSize: number, type?: "prefix" | "sufix"): import("react/jsx-runtime").JSX.Element;
3
3
  export { morpheme };
4
4
  //# sourceMappingURL=morpheme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"morpheme.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/utils/morpheme.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,iBAAS,QAAQ,CACf,IAAI,EAAE,UAAU,GAAG,MAAM,GAAG,SAAS,EACrC,QAAQ,EAAE,MAAM,EAChB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,2CAW1B;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/Container/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAInD,OAAO,cAAc,CAAC;AAEtB,KAAK,YAAY,GAAG;IAAE,aAAa,EAAE,MAAM,IAAI,CAAA;CAAE,CAAC;AAClD,QAAA,MAAM,YAAY,uCAAoC,CAAC;AAEvD,iBAAS,cAAc,CAAC,IAAI,EAAE,mBAAmB,2CAwChD;AAED,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/Footer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,cAAc,CAAC;AAEtB,iBAAS,WAAW,CAAC,IAAI,EAAE,gBAAgB,2CAK1C;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/Header/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAKhD,OAAO,cAAc,CAAC;AAEtB,iBAAS,WAAW,CAAC,IAAI,EAAE,gBAAgB,2CA2B1C;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { PaginationProps } from "@arkyn/types";
2
+ import "./styles.css";
3
+ declare function Pagination(props: PaginationProps): import("react/jsx-runtime").JSX.Element;
4
+ export { Pagination };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAO/C,OAAO,cAAc,CAAC;AAEtB,iBAAS,UAAU,CAAC,KAAK,EAAE,eAAe,2CAoGzC;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useNavigate } from "@remix-run/react";
3
+ import { ChevronLeft, ChevronRight, Ellipsis } from "lucide-react";
4
+ import { useScopedParams } from "../../hooks/useScopedParams";
5
+ import { getNextPages, getPreviousPages } from "../../services";
6
+ import "./styles.css";
7
+ function Pagination(props) {
8
+ const { scope, totalCountRegisters, perPageKey = "per_page", pageKey = "page", siblingsCount = 2, ...rest } = props;
9
+ const navigate = useNavigate();
10
+ const { getParam, getScopedSearch } = useScopedParams(scope);
11
+ const currentPage = Number(getParam(pageKey)) || 1;
12
+ const registerPerPage = Number(getParam(perPageKey)) || 20;
13
+ const lastPage = Math.ceil(totalCountRegisters / registerPerPage);
14
+ const previosPages = getPreviousPages(currentPage, siblingsCount);
15
+ const nextPages = getNextPages(currentPage, siblingsCount, lastPage);
16
+ function handlePageChange(page) {
17
+ navigate(getScopedSearch({ page }));
18
+ }
19
+ return (_jsxs("div", { className: "arkyn_pagination", ...rest, children: [_jsx("button", { className: "arkyn_pagination-icon_button", disabled: currentPage <= 1, onClick: () => handlePageChange(currentPage - 1), children: _jsx(ChevronLeft, {}) }), currentPage > 1 + siblingsCount && (_jsxs(_Fragment, { children: [_jsx("button", { className: "arkyn_pagination-page_button", onClick: () => handlePageChange(1), children: "1" }), currentPage > 2 + siblingsCount && (_jsx("button", { disabled: true, className: "arkyn_pagination-spread", children: _jsx(Ellipsis, {}) }))] })), previosPages.map((page, index) => (_jsx("button", { onClick: () => handlePageChange(page), className: "arkyn_pagination-page_button", children: page }, index))), _jsx("button", { className: "arkyn_pagination-current", disabled: true, children: currentPage }), nextPages.map((page, index) => (_jsx("button", { onClick: () => handlePageChange(page), className: "arkyn_pagination-page_button", children: page }, index))), currentPage + siblingsCount < lastPage && (_jsxs(_Fragment, { children: [currentPage + 1 + siblingsCount < lastPage && (_jsx("button", { disabled: true, className: "arkyn_pagination-spread", children: _jsx(Ellipsis, {}) })), _jsx("button", { className: "arkyn_pagination-page_button", onClick: () => handlePageChange(lastPage), children: lastPage })] })), _jsx("button", { className: "arkyn_pagination-icon_button", disabled: currentPage >= lastPage, onClick: () => handlePageChange(currentPage + 1), children: _jsx(ChevronRight, {}) })] }));
20
+ }
21
+ export { Pagination };
@@ -1,4 +1,4 @@
1
- import type { SelectProps } from "@arkyn/types";
1
+ import { SelectProps } from "@arkyn/types";
2
2
  declare function getConfig(props: SelectProps, isFocused: boolean): {
3
3
  name: string;
4
4
  value?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../src/components/Select/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAKhD,iBAAS,SAAS,CAAC,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8CxD;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"getConfig.d.ts","sourceRoot":"","sources":["../../../src/components/Select/getConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAK3C,iBAAS,SAAS,CAAC,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8CxD;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { Loader2 } from "lucide-react";
3
- import { morpheme } from "./utils/morpheme";
3
+ import { morpheme } from "../../services";
4
4
  function getConfig(props, isFocused) {
5
5
  const { isLoading, isError, size = "md", className: baseClassName = "", variant = "solid", prefix: basePrefix, leftIcon: LeftIcon, disabled, readOnly, onFocus, onBlur, title, style, isSearchable = false, closeOnSelect = true, ...rest } = props;
6
6
  const hasPrefix = !!basePrefix ? "hasPrefix" : "";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Select/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAQhD,OAAO,cAAc,CAAC;AAGtB,iBAAS,MAAM,CAAC,KAAK,EAAE,WAAW,2CAuKjC;AAED,OAAO,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Select/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAQhD,OAAO,cAAc,CAAC;AAGtB,iBAAS,MAAM,CAAC,KAAK,EAAE,WAAW,2CAwKjC;AAED,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -3,14 +3,16 @@ import { Check, ChevronDown } from "lucide-react";
3
3
  import { useRef, useState } from "react";
4
4
  import { getConfig } from "./getConfig";
5
5
  import "./styles.css";
6
- import { useFormController } from "../../newComponents/Form/FormController";
6
+ import { useFormController } from "../../components/Form/FormController";
7
7
  function Select(props) {
8
8
  const [isFocused, setIsFocused] = useState(false);
9
9
  const { inputRef, id, error } = useFormController();
10
10
  const baseRef = useRef(null);
11
11
  const ref = inputRef || baseRef;
12
12
  const isError = props.isError || !!error;
13
- const { disabled, title, style, className, prefix, iconSize, isLoading, LeftIcon, value: baseValue = null, defaultValue = "", readOnly, onFocus, onBlur, Spinner, name, isSearchable, placeholder, onSelect, options, optionMaxHeight, closeOnSelect, ...rest } = getConfig({ ...props, id, isError }, isFocused);
13
+ const { disabled, title, style, className, prefix, iconSize, isLoading, LeftIcon, value: baseValue = null, defaultValue = "", readOnly, onFocus, onBlur, Spinner, name,
14
+ // isSearchable,
15
+ placeholder, onSelect, options, optionMaxHeight, closeOnSelect, ...rest } = getConfig({ ...props, id, isError }, isFocused);
14
16
  const [selectedValue, setSelectedValue] = useState(defaultValue);
15
17
  const [searchValue, setSearchValue] = useState("");
16
18
  function handleSectionClick() {
@@ -47,34 +49,32 @@ function Select(props) {
47
49
  const currentValue = typeof baseValue === "string" ? baseValue : selectedValue;
48
50
  const currentLabel = options.find((option) => option.value === currentValue)?.label || "";
49
51
  const placeholderDark = () => {
50
- if (isSearchable) {
51
- if (!isFocused && !!currentLabel)
52
- return true;
53
- if (!isFocused && !currentLabel)
54
- return false;
55
- if (isFocused)
56
- return false;
57
- }
58
- if (!isSearchable) {
59
- if (!isFocused && !!currentLabel)
60
- return true;
61
- if (!isFocused && !currentLabel)
62
- return false;
63
- if (isFocused && !!currentLabel)
64
- return true;
65
- if (isFocused && !currentLabel)
66
- return false;
67
- }
52
+ // if (isSearchable) {
53
+ // if (!isFocused && !!currentLabel) return true;
54
+ // if (!isFocused && !currentLabel) return false;
55
+ // if (isFocused) return false;
56
+ // }
57
+ // if (!isSearchable) {
58
+ if (!isFocused && !!currentLabel)
59
+ return true;
60
+ if (!isFocused && !currentLabel)
61
+ return false;
62
+ if (isFocused && !!currentLabel)
63
+ return true;
64
+ if (isFocused && !currentLabel)
65
+ return false;
66
+ // }
68
67
  };
69
68
  const filteredOptions = options.filter((option) => {
70
- if (isSearchable) {
71
- return option.label.toLowerCase().includes(searchValue.toLowerCase());
72
- }
73
- else {
74
- return true;
75
- }
69
+ // if (isSearchable) {
70
+ // return option.label.toLowerCase().includes(searchValue.toLowerCase());
71
+ // } else {
72
+ return true;
73
+ // }
76
74
  });
77
- return (_jsxs(_Fragment, { children: [_jsxs("section", { title: title, style: style, onClick: handleSectionClick, className: `${className} placeholder_dark_${placeholderDark()}`, children: [prefix, LeftIcon && _jsx(LeftIcon, { size: iconSize, strokeWidth: 2.5 }), _jsx("input", { disabled: disabled || isLoading, readOnly: !isSearchable, value: searchValue || "", placeholder: currentLabel || placeholder, onFocus: handleFocus, onBlur: () => setSearchValue(""), ...rest, onChange: (e) => setSearchValue(e.target.value) }), _jsx("input", { type: "hidden", ref: ref, name: name, value: currentValue || "", readOnly: true }), isFocused && (_jsxs("div", { className: "arkyn_select_content", style: { overflow: "auto", maxHeight: optionMaxHeight }, children: [filteredOptions.map(({ label, value }) => (_jsxs("div", { onClick: () => handleChangeValue({ label, value }), className: currentValue === value
75
+ return (_jsxs(_Fragment, { children: [_jsxs("section", { title: title, style: style, onClick: handleSectionClick, className: `${className} placeholder_dark_${placeholderDark()}`, children: [prefix, LeftIcon && _jsx(LeftIcon, { size: iconSize, strokeWidth: 2.5 }), _jsx("input", { disabled: disabled || isLoading,
76
+ // readOnly={!isSearchable}
77
+ readOnly: true, value: searchValue || "", placeholder: currentLabel || placeholder, onFocus: handleFocus, onBlur: () => setSearchValue(""), ...rest }), _jsx("input", { type: "hidden", ref: ref, name: name, value: currentValue || "", readOnly: true }), isFocused && (_jsxs("div", { className: "arkyn_select_content", style: { overflow: "auto", maxHeight: optionMaxHeight }, children: [filteredOptions.map(({ label, value }) => (_jsxs("div", { onClick: () => handleChangeValue({ label, value }), className: currentValue === value
78
78
  ? "arkyn_select_option active"
79
79
  : "arkyn_select_option", children: [label, " ", _jsx(Check, {})] }, value))), filteredOptions.length <= 0 && _jsx("p", { children: "Sem op\u00E7\u00F5es dispon\u00EDveis" })] })), !isLoading && (_jsx(ChevronDown, { className: "arkyn_select_arrow", size: iconSize, strokeWidth: 2.5 })), isLoading && Spinner] }), isFocused && (_jsx("aside", { className: "arkyn_select_overlay", onClick: handleBlur }))] }));
80
80
  }
@@ -0,0 +1,5 @@
1
+ import { SkeletonProps } from "@arkyn/types";
2
+ import "./styles.css";
3
+ declare function Skeleton(props: SkeletonProps): import("react/jsx-runtime").JSX.Element;
4
+ export { Skeleton };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Skeleton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,cAAc,CAAC;AAEtB,iBAAS,QAAQ,CAAC,KAAK,EAAE,aAAa,2CAKrC;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import "./styles.css";
3
+ function Skeleton(props) {
4
+ const { className: baseClassName, ...rest } = props;
5
+ const className = `arkyn_skeleton ${baseClassName}`;
6
+ return _jsx("aside", { className: className.trim(), ...rest });
7
+ }
8
+ export { Skeleton };
@@ -0,0 +1,5 @@
1
+ import { TableBodyProps } from "@arkyn/types";
2
+ import "./styles.css";
3
+ declare function TableBody(props: TableBodyProps): import("react/jsx-runtime").JSX.Element;
4
+ export { TableBody };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Table/TableBody/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,cAAc,CAAC;AAEtB,iBAAS,SAAS,CAAC,KAAK,EAAE,cAAc,2CAKvC;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import "./styles.css";
3
- function TableBody(args) {
4
- const { className: baseClassName, ...rest } = args;
3
+ function TableBody(props) {
4
+ const { className: baseClassName, ...rest } = props;
5
5
  const className = `arkyn_table_body ${baseClassName}`;
6
6
  return _jsx("tbody", { className: className.trim(), ...rest });
7
7
  }
@@ -0,0 +1,5 @@
1
+ import { TableCaptionProps } from "@arkyn/types";
2
+ import "./styles.css";
3
+ declare function TableCaption(props: TableCaptionProps): import("react/jsx-runtime").JSX.Element;
4
+ export { TableCaption };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Table/TableCaption/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,cAAc,CAAC;AAEtB,iBAAS,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CAS7C;AAED,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import "./styles.css";
3
- function TableCaption(args) {
4
- const { className: baseClassName, children, ...rest } = args;
3
+ function TableCaption(props) {
4
+ const { className: baseClassName, children, ...rest } = props;
5
5
  const className = `arkyn_table_caption ${baseClassName}`;
6
6
  return (_jsx("caption", { className: className.trim(), ...rest, children: _jsx("div", { className: "arkyn_table_caption-content", children: children }) }));
7
7
  }
@@ -0,0 +1,5 @@
1
+ import { TableContainerProps } from "@arkyn/types";
2
+ import "./styles.css";
3
+ declare function TableContainer(props: TableContainerProps): import("react/jsx-runtime").JSX.Element;
4
+ export { TableContainer };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Table/TableContainer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,cAAc,CAAC;AAEtB,iBAAS,cAAc,CAAC,KAAK,EAAE,mBAAmB,2CASjD;AAED,OAAO,EAAE,cAAc,EAAE,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import "./styles.css";
3
- function TableContainer(args) {
4
- const { children, className: baseClassName, ...rest } = args;
3
+ function TableContainer(props) {
4
+ const { children, className: baseClassName, ...rest } = props;
5
5
  const className = `arkyn_table_container ${baseClassName}`;
6
6
  return (_jsx("div", { className: className.trim(), ...rest, children: _jsx("table", { children: children }) }));
7
7
  }
@@ -0,0 +1,5 @@
1
+ import { TableFooterProps } from "@arkyn/types";
2
+ import "./styles.css";
3
+ declare function TableFooter(props: TableFooterProps): import("react/jsx-runtime").JSX.Element;
4
+ export { TableFooter };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Table/TableFooter/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,cAAc,CAAC;AAEtB,iBAAS,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAc3C;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import "./styles.css";
3
- function TableFooter(args) {
4
- const { className: baseClassName, children, ...rest } = args;
3
+ function TableFooter(props) {
4
+ const { className: baseClassName, children, ...rest } = props;
5
5
  const className = `arkyn_table_footer ${baseClassName}`;
6
6
  return (_jsxs("tfoot", { className: className.trim(), ...rest, children: [_jsx("tr", { className: "spacing-row" }), _jsx("tr", { children: _jsx("th", { colSpan: 100, children: _jsx("div", { className: "arkyn_table_footer-content", children: children }) }) })] }));
7
7
  }
@@ -0,0 +1,5 @@
1
+ import { TableHeaderProps } from "@arkyn/types";
2
+ import "./styles.css";
3
+ declare function TableHeader(props: TableHeaderProps): import("react/jsx-runtime").JSX.Element;
4
+ export { TableHeader };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Table/TableHeader/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,cAAc,CAAC;AAEtB,iBAAS,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAU3C;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import "./styles.css";
3
- function TableHeader(args) {
4
- const { className: baseClassName, children, ...rest } = args;
3
+ function TableHeader(props) {
4
+ const { className: baseClassName, children, ...rest } = props;
5
5
  const className = `arkyn_table_header ${baseClassName}`;
6
6
  return (_jsxs("thead", { className: className.trim(), ...rest, children: [_jsx("tr", { children: children }), _jsx("tr", { className: "spacing-row" })] }));
7
7
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,WAAW,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { TextareaProps } from "@arkyn/types";
1
+ import { TextareaProps } from "@arkyn/types";
2
2
  import "./styles.css";
3
3
  declare function Textarea(props: TextareaProps): import("react/jsx-runtime").JSX.Element;
4
4
  export { Textarea };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Textarea/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAI7C,OAAO,cAAc,CAAC;AAEtB,iBAAS,QAAQ,CAAC,KAAK,EAAE,aAAa,2CA6DrC;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -1,15 +1,18 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { useRef, useState } from "react";
3
- import { getConfig } from "./getConfig";
4
3
  import { useFormController } from "../Form/FormController";
5
4
  import "./styles.css";
6
5
  function Textarea(props) {
6
+ const { variant = "solid", size = "md", className: baseClassName, disabled = false, readOnly = false, onFocus, onBlur, title, style, ...rest } = props;
7
7
  const [isFocused, setIsFocused] = useState(false);
8
- const baseRef = useRef(null);
9
8
  const { inputRef, id, error } = useFormController();
9
+ const baseRef = useRef(null);
10
10
  const ref = inputRef || baseRef;
11
11
  const isError = props.isError || !!error;
12
- const { disabled, title, style, className, readOnly, onFocus, onBlur, ...rest } = getConfig({ ...props, id, isError }, isFocused);
12
+ const errored = isError ? "errored" : "";
13
+ const opacity = disabled || readOnly ? "opacity" : "";
14
+ const focused = isFocused ? "focused" : "";
15
+ const className = `arkyn_textarea ${variant} ${size} ${opacity} ${errored} ${focused} ${baseClassName}`;
13
16
  function handleSectionClick() {
14
17
  if (disabled || !ref?.current)
15
18
  return;
@@ -26,6 +29,6 @@ function Textarea(props) {
26
29
  if (onBlur)
27
30
  onBlur(e);
28
31
  }
29
- return (_jsx("section", { title: title, style: style, onClick: handleSectionClick, className: className, children: _jsx("textarea", { disabled: disabled, readOnly: readOnly, ref: ref, onFocus: handleFocus, onBlur: handleBlur, ...rest }) }));
32
+ return (_jsx("section", { title: title, style: style, onClick: handleSectionClick, className: className, children: _jsx("textarea", { id: id, disabled: disabled, readOnly: readOnly, ref: ref, onFocus: handleFocus, onBlur: handleBlur, ...rest }) }));
30
33
  }
31
34
  export { Textarea };
@@ -0,0 +1,5 @@
1
+ import { ToastProps } from "@arkyn/types";
2
+ import "./styles.css";
3
+ declare function Toast(props: ToastProps): import("react/jsx-runtime").JSX.Element;
4
+ export { Toast };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,OAAO,cAAc,CAAC;AAEtB,iBAAS,KAAK,CAAC,KAAK,EAAE,UAAU,2CAgC/B;AAED,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -1,7 +1,8 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { AlertCircle, CheckCircle2, Info, XCircle } from "lucide-react";
3
3
  import "./styles.css";
4
- function Toast({ message, title, type, size = "lg" }) {
4
+ function Toast(props) {
5
+ const { message, title, type, size = "lg" } = props;
5
6
  const className = `arkyn_toast ${type} ${size}`;
6
7
  function Icon() {
7
8
  switch (type) {
@@ -0,0 +1,5 @@
1
+ import { TooltipProps } from "@arkyn/types";
2
+ import "./styles.css";
3
+ declare function Tooltip(props: TooltipProps): import("react/jsx-runtime").JSX.Element;
4
+ export { Tooltip };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tooltip/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,cAAc,CAAC;AAEtB,iBAAS,OAAO,CAAC,KAAK,EAAE,YAAY,2CAkBnC;AAED,OAAO,EAAE,OAAO,EAAE,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import "./styles.css";
3
- function Tooltip(args) {
4
- const { text, size = "lg", children, orientation = "top", className: baseClassName, ...rest } = args;
3
+ function Tooltip(props) {
4
+ const { text, size = "lg", children, orientation = "top", className: baseClassName, ...rest } = props;
5
5
  const className = `arkyn_tooltip ${size} ${orientation} ${baseClassName}`;
6
6
  return (_jsxs("div", { className: className.trim(), ...rest, children: [children, _jsx("div", { className: "arkyn_tooltip-text", children: text })] }));
7
7
  }
package/dist/index.d.ts CHANGED
@@ -1,20 +1,20 @@
1
- export { Badge } from "./newComponents/Badge";
2
- export { Divider } from "./newComponents/Divider";
3
- export { Skeleton } from "./newComponents/Skeleton";
4
- export { TableBody, TableCaption, TableContainer, TableFooter, TableHeader, } from "./newComponents/Table";
1
+ export { Badge } from "./components/Badge";
2
+ export { Divider } from "./components/Divider";
3
+ export { Skeleton } from "./components/Skeleton";
4
+ export { TableBody, TableCaption, TableContainer, TableFooter, TableHeader, } from "./components/Table";
5
5
  export { Select } from "./components/Select";
6
- export { Button } from "./newComponents/Button";
7
- export { Checkbox } from "./newComponents/Checkbox";
8
- export { FormController, FormError, FormLabel } from "./newComponents/Form";
9
- export { IconButton } from "./newComponents/IconButton";
10
- export { Input } from "./newComponents/Input";
11
- export { Textarea } from "./newComponents/Textarea";
12
- export { BreadcrumbContainer, BreadcrumbLink, } from "./newComponents/Breadcrumb";
13
- export { Pagination } from "./newComponents/Pagination";
14
- export { DrawerContainer, DrawerHeader } from "./newComponents/Drawer";
15
- export { ModalContainer, ModalFooter, ModalHeader, } from "./newComponents/Modal";
16
- export { Toast } from "./newComponents/Toast";
17
- export { Tooltip } from "./newComponents/Tooltip";
6
+ export { Button } from "./components/Button";
7
+ export { Checkbox } from "./components/Checkbox";
8
+ export { FormController, FormError, FormLabel } from "./components/Form";
9
+ export { IconButton } from "./components/IconButton";
10
+ export { Input } from "./components/Input";
11
+ export { Textarea } from "./components/Textarea";
12
+ export { BreadcrumbContainer, BreadcrumbLink } from "./components/Breadcrumb";
13
+ export { Pagination } from "./components/Pagination";
14
+ export { DrawerContainer, DrawerHeader } from "./components/Drawer";
15
+ export { ModalContainer, ModalFooter, ModalHeader } from "./components/Modal";
16
+ export { Toast } from "./components/Toast";
17
+ export { Tooltip } from "./components/Tooltip";
18
18
  export { useAutomation } from "./hooks/useAutomation";
19
19
  export { useDrawer } from "./hooks/useDrawer";
20
20
  export { useModal } from "./hooks/useModal";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACpD,OAAO,EACL,SAAS,EACT,YAAY,EACZ,cAAc,EACd,WAAW,EACX,WAAW,GACZ,MAAM,uBAAuB,CAAC;AAG/B,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAGpD,OAAO,EACL,mBAAmB,EACnB,cAAc,GACf,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAGxD,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EACL,cAAc,EACd,WAAW,EACX,WAAW,GACZ,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAGlD,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAG5C,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EACL,SAAS,EACT,YAAY,EACZ,cAAc,EACd,WAAW,EACX,WAAW,GACZ,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAGjD,OAAO,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAGrD,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAG/C,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAG5C,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC"}
package/dist/index.js CHANGED
@@ -1,24 +1,24 @@
1
1
  // Data Display
2
- export { Badge } from "./newComponents/Badge";
3
- export { Divider } from "./newComponents/Divider";
4
- export { Skeleton } from "./newComponents/Skeleton";
5
- export { TableBody, TableCaption, TableContainer, TableFooter, TableHeader, } from "./newComponents/Table";
2
+ export { Badge } from "./components/Badge";
3
+ export { Divider } from "./components/Divider";
4
+ export { Skeleton } from "./components/Skeleton";
5
+ export { TableBody, TableCaption, TableContainer, TableFooter, TableHeader, } from "./components/Table";
6
6
  // Form
7
7
  export { Select } from "./components/Select";
8
- export { Button } from "./newComponents/Button";
9
- export { Checkbox } from "./newComponents/Checkbox";
10
- export { FormController, FormError, FormLabel } from "./newComponents/Form";
11
- export { IconButton } from "./newComponents/IconButton";
12
- export { Input } from "./newComponents/Input";
13
- export { Textarea } from "./newComponents/Textarea";
8
+ export { Button } from "./components/Button";
9
+ export { Checkbox } from "./components/Checkbox";
10
+ export { FormController, FormError, FormLabel } from "./components/Form";
11
+ export { IconButton } from "./components/IconButton";
12
+ export { Input } from "./components/Input";
13
+ export { Textarea } from "./components/Textarea";
14
14
  // Navigation
15
- export { BreadcrumbContainer, BreadcrumbLink, } from "./newComponents/Breadcrumb";
16
- export { Pagination } from "./newComponents/Pagination";
15
+ export { BreadcrumbContainer, BreadcrumbLink } from "./components/Breadcrumb";
16
+ export { Pagination } from "./components/Pagination";
17
17
  // Overlay
18
- export { DrawerContainer, DrawerHeader } from "./newComponents/Drawer";
19
- export { ModalContainer, ModalFooter, ModalHeader, } from "./newComponents/Modal";
20
- export { Toast } from "./newComponents/Toast";
21
- export { Tooltip } from "./newComponents/Tooltip";
18
+ export { DrawerContainer, DrawerHeader } from "./components/Drawer";
19
+ export { ModalContainer, ModalFooter, ModalHeader } from "./components/Modal";
20
+ export { Toast } from "./components/Toast";
21
+ export { Tooltip } from "./components/Tooltip";
22
22
  // Hooks
23
23
  export { useAutomation } from "./hooks/useAutomation";
24
24
  export { useDrawer } from "./hooks/useDrawer";