infinity-forge 0.7.4 → 0.7.6

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 (431) hide show
  1. package/dist/index.d.ts +3 -3
  2. package/dist/index.js +3 -3
  3. package/dist/sites/components/brands-carousel/index.d.ts +1 -1
  4. package/dist/sites/components/brands-carousel/index.js +3 -3
  5. package/dist/sites/components/brands-carousel/interfaces.d.ts +1 -1
  6. package/dist/sites/components/carousel/component.d.ts +1 -1
  7. package/dist/sites/components/carousel/component.js +1 -1
  8. package/dist/sites/components/carousel/index.d.ts +1 -1
  9. package/dist/sites/components/carousel/index.js +1 -1
  10. package/dist/sites/components/carousel/interfaces.d.ts +1 -1
  11. package/dist/sites/components/carousel/versions/index.d.ts +1 -1
  12. package/dist/sites/components/carousel/versions/index.js +1 -1
  13. package/dist/sites/components/carousel/versions/version-01/component-01.d.ts +1 -1
  14. package/dist/sites/components/carousel/versions/version-01/component-01.js +1 -1
  15. package/dist/sites/components/counter/component.d.ts +1 -1
  16. package/dist/sites/components/counter/component.js +1 -1
  17. package/dist/sites/components/counter/index.d.ts +1 -1
  18. package/dist/sites/components/counter/index.js +1 -1
  19. package/dist/sites/components/counter/interfaces.d.ts +1 -1
  20. package/dist/sites/components/counter/versions/index.d.ts +1 -1
  21. package/dist/sites/components/counter/versions/index.js +1 -1
  22. package/dist/sites/components/counter/versions/version-01/box/index.d.ts +1 -1
  23. package/dist/sites/components/counter/versions/version-01/box/index.js +2 -2
  24. package/dist/sites/components/counter/versions/version-01/component.d.ts +1 -1
  25. package/dist/sites/components/counter/versions/version-01/component.js +3 -3
  26. package/dist/sites/components/head/component.d.ts +1 -1
  27. package/dist/sites/components/head/index.d.ts +2 -2
  28. package/dist/sites/components/head/index.js +2 -2
  29. package/dist/sites/components/header-link/component.d.ts +1 -1
  30. package/dist/sites/components/header-link/component.js +1 -1
  31. package/dist/sites/components/header-link/index.d.ts +1 -1
  32. package/dist/sites/components/header-link/index.js +1 -1
  33. package/dist/sites/components/header-link/interfaces.d.ts +1 -1
  34. package/dist/sites/components/header-link/versions/index.d.ts +1 -1
  35. package/dist/sites/components/header-link/versions/index.js +1 -1
  36. package/dist/sites/components/header-link/versions/version-01/component.js +2 -2
  37. package/dist/sites/components/header-link/versions/version-01/component.stories.d.ts +1 -1
  38. package/dist/sites/components/header-link/versions/version-01/component.stories.js +2 -2
  39. package/dist/sites/components/index.d.ts +6 -6
  40. package/dist/sites/components/index.js +6 -6
  41. package/dist/sites/components/mvv/component.d.ts +1 -1
  42. package/dist/sites/components/mvv/component.js +1 -1
  43. package/dist/sites/components/mvv/index.d.ts +1 -1
  44. package/dist/sites/components/mvv/index.js +1 -1
  45. package/dist/sites/components/mvv/interfaces.d.ts +1 -1
  46. package/dist/sites/components/mvv/versions/index.d.ts +1 -1
  47. package/dist/sites/components/mvv/versions/index.js +1 -1
  48. package/dist/sites/components/mvv/versions/version-01/component.d.ts +1 -1
  49. package/dist/sites/components/mvv/versions/version-01/component.js +2 -2
  50. package/dist/sites/context/configs/context.d.ts +1 -1
  51. package/dist/sites/context/configs/context.js +3 -3
  52. package/dist/sites/context/configs/index.d.ts +2 -2
  53. package/dist/sites/context/configs/index.js +2 -2
  54. package/dist/sites/context/configs/scripts/acept-cookies/index.js +2 -2
  55. package/dist/sites/context/configs/scripts/acept-ratedr/index.js +2 -2
  56. package/dist/sites/context/configs/scripts/component.d.ts +1 -1
  57. package/dist/sites/context/configs/scripts/component.js +4 -4
  58. package/dist/sites/context/configs/scripts/index.d.ts +5 -5
  59. package/dist/sites/context/configs/scripts/index.js +5 -5
  60. package/dist/sites/context/configs/scripts/interfaces.d.ts +1 -1
  61. package/dist/sites/context/configs/scripts/whatsapp-fixed/index.js +1 -1
  62. package/dist/sites/context/index.d.ts +1 -1
  63. package/dist/sites/context/index.js +1 -1
  64. package/dist/sites/hook/index.d.ts +3 -3
  65. package/dist/sites/hook/index.js +3 -3
  66. package/dist/sites/index.d.ts +4 -3
  67. package/dist/sites/index.js +4 -3
  68. package/dist/sites/index.js.map +1 -1
  69. package/dist/sites/interfaces/api-data/index.d.ts +1 -0
  70. package/dist/sites/interfaces/api-data/index.js +18 -0
  71. package/dist/sites/interfaces/index.d.ts +2 -0
  72. package/dist/sites/interfaces/index.js +19 -0
  73. package/dist/sites/utils/format-number-currency.d.ts +5 -0
  74. package/dist/sites/utils/format-number-currency.js +14 -0
  75. package/dist/sites/utils/format-number-currency.js.map +1 -0
  76. package/dist/sites/utils/index.d.ts +1 -0
  77. package/dist/sites/utils/index.js +18 -0
  78. package/dist/sites/utils/index.js.map +1 -0
  79. package/dist/system/container/admin/auth/container.js +2 -2
  80. package/dist/system/container/admin/auth/index.d.ts +2 -2
  81. package/dist/system/container/admin/auth/index.js +2 -2
  82. package/dist/system/container/admin/index.d.ts +3 -3
  83. package/dist/system/container/admin/index.js +3 -3
  84. package/dist/system/container/admin/menu/container.js +2 -2
  85. package/dist/system/container/admin/menu/index.d.ts +2 -2
  86. package/dist/system/container/admin/menu/index.js +2 -2
  87. package/dist/system/container/admin/users/container.js +2 -2
  88. package/dist/system/container/admin/users/index.d.ts +2 -2
  89. package/dist/system/container/admin/users/index.js +2 -2
  90. package/dist/system/container/decorators/authorize-http-client-decorator.d.ts +2 -2
  91. package/dist/system/container/decorators/authorize-http-client-decorator.js +3 -3
  92. package/dist/system/container/decorators/index.d.ts +1 -1
  93. package/dist/system/container/decorators/index.js +1 -1
  94. package/dist/system/container/index.d.ts +2 -2
  95. package/dist/system/container/index.js +2 -2
  96. package/dist/system/container/infra/container.js +4 -4
  97. package/dist/system/container/infra/index.d.ts +3 -3
  98. package/dist/system/container/infra/index.js +3 -3
  99. package/dist/system/container/main.d.ts +1 -1
  100. package/dist/system/container/main.js +3 -3
  101. package/dist/system/container/types.js +1 -1
  102. package/dist/system/data/index.d.ts +1 -1
  103. package/dist/system/data/index.js +1 -1
  104. package/dist/system/data/use-cases/auth/index.d.ts +1 -1
  105. package/dist/system/data/use-cases/auth/index.js +1 -1
  106. package/dist/system/data/use-cases/auth/remote-auth-admin.d.ts +3 -3
  107. package/dist/system/data/use-cases/auth/remote-auth-admin.js +4 -4
  108. package/dist/system/data/use-cases/index.d.ts +3 -3
  109. package/dist/system/data/use-cases/index.js +3 -3
  110. package/dist/system/data/use-cases/menu/index.d.ts +1 -1
  111. package/dist/system/data/use-cases/menu/index.js +1 -1
  112. package/dist/system/data/use-cases/menu/remote-get-menu.d.ts +2 -2
  113. package/dist/system/data/use-cases/menu/remote-get-menu.js +3 -3
  114. package/dist/system/data/use-cases/users/index.d.ts +2 -2
  115. package/dist/system/data/use-cases/users/index.js +2 -2
  116. package/dist/system/data/use-cases/users/remote-load-user-admin.d.ts +2 -2
  117. package/dist/system/data/use-cases/users/remote-load-user-admin.js +3 -3
  118. package/dist/system/data/use-cases/users/remote-users.d.ts +2 -2
  119. package/dist/system/data/use-cases/users/remote-users.js +3 -3
  120. package/dist/system/domain/generics/index.d.ts +2 -2
  121. package/dist/system/domain/generics/index.js +2 -2
  122. package/dist/system/domain/index.d.ts +3 -3
  123. package/dist/system/domain/index.js +3 -3
  124. package/dist/system/domain/protocols/cache/get-storage.d.ts +1 -1
  125. package/dist/system/domain/protocols/cache/index.d.ts +3 -3
  126. package/dist/system/domain/protocols/cache/index.js +3 -3
  127. package/dist/system/domain/protocols/cache/set-storage.d.ts +1 -1
  128. package/dist/system/domain/protocols/http/errors/http-errors/index.d.ts +5 -5
  129. package/dist/system/domain/protocols/http/errors/http-errors/index.js +5 -5
  130. package/dist/system/domain/protocols/http/errors/index.d.ts +2 -2
  131. package/dist/system/domain/protocols/http/errors/index.js +2 -2
  132. package/dist/system/domain/protocols/http/errors/system-errors-model/index.d.ts +1 -1
  133. package/dist/system/domain/protocols/http/errors/system-errors-model/index.js +1 -1
  134. package/dist/system/domain/protocols/http/http-client.d.ts +1 -1
  135. package/dist/system/domain/protocols/http/index.d.ts +2 -2
  136. package/dist/system/domain/protocols/http/index.js +2 -2
  137. package/dist/system/domain/protocols/index.d.ts +2 -2
  138. package/dist/system/domain/protocols/index.js +2 -2
  139. package/dist/system/domain/use-cases/auth/admin/index.d.ts +1 -1
  140. package/dist/system/domain/use-cases/auth/admin/index.js +1 -1
  141. package/dist/system/domain/use-cases/auth/index.d.ts +1 -1
  142. package/dist/system/domain/use-cases/auth/index.js +1 -1
  143. package/dist/system/domain/use-cases/index.d.ts +3 -3
  144. package/dist/system/domain/use-cases/index.js +3 -3
  145. package/dist/system/domain/use-cases/menu/index.d.ts +1 -1
  146. package/dist/system/domain/use-cases/menu/index.js +1 -1
  147. package/dist/system/domain/use-cases/menu/load-menu.d.ts +2 -2
  148. package/dist/system/domain/use-cases/users/delete-user.d.ts +1 -1
  149. package/dist/system/domain/use-cases/users/edit-user.d.ts +1 -1
  150. package/dist/system/domain/use-cases/users/get-detail-user.d.ts +1 -1
  151. package/dist/system/domain/use-cases/users/index.d.ts +6 -6
  152. package/dist/system/domain/use-cases/users/index.js +6 -6
  153. package/dist/system/domain/use-cases/users/load-all-users.d.ts +1 -1
  154. package/dist/system/index.d.ts +5 -5
  155. package/dist/system/index.js +5 -5
  156. package/dist/system/infra/cache/cookie-storage-adapter.d.ts +2 -2
  157. package/dist/system/infra/cache/index.d.ts +2 -2
  158. package/dist/system/infra/cache/index.js +2 -2
  159. package/dist/system/infra/cache/storage-type.d.ts +1 -1
  160. package/dist/system/infra/http/axios-http-client.d.ts +1 -1
  161. package/dist/system/infra/http/axios-http-client.js +2 -2
  162. package/dist/system/infra/http/index.d.ts +1 -1
  163. package/dist/system/infra/http/index.js +1 -1
  164. package/dist/system/infra/index.d.ts +3 -3
  165. package/dist/system/infra/index.js +3 -3
  166. package/dist/system/infra/type-models/index.d.ts +2 -2
  167. package/dist/system/infra/type-models/index.js +2 -2
  168. package/dist/system/presentation/components/data/avatar/index.js +57 -0
  169. package/dist/system/presentation/components/data/cards/index.d.ts +1 -0
  170. package/dist/system/presentation/components/data/cards/index.js +18 -0
  171. package/dist/system/presentation/components/data/cards/message-card/index.d.ts +2 -0
  172. package/dist/system/presentation/components/data/cards/message-card/index.js +37 -0
  173. package/dist/system/presentation/components/data/index.d.ts +8 -0
  174. package/dist/system/presentation/components/data/index.js +25 -0
  175. package/dist/system/presentation/components/data/logo/index.js +34 -0
  176. package/dist/system/presentation/components/data/overlay/index.d.ts +2 -0
  177. package/dist/system/presentation/components/data/overlay/index.js +35 -0
  178. package/dist/system/presentation/components/data/page-wrapper/index.d.ts +2 -0
  179. package/dist/system/presentation/components/data/page-wrapper/index.js +35 -0
  180. package/dist/system/presentation/components/data/popover/index.d.ts +2 -0
  181. package/dist/system/presentation/components/data/sign-up/index.js +36 -0
  182. package/dist/system/presentation/components/data/skeleton/index.d.ts +2 -0
  183. package/dist/system/presentation/components/data/skeleton/index.js +35 -0
  184. package/dist/system/presentation/components/index.d.ts +3 -3
  185. package/dist/system/presentation/components/index.js +3 -3
  186. package/dist/system/presentation/components/layout/component.d.ts +1 -1
  187. package/dist/system/presentation/components/layout/component.js +3 -3
  188. package/dist/system/presentation/components/layout/header/components/index.d.ts +2 -2
  189. package/dist/system/presentation/components/layout/header/components/index.js +2 -2
  190. package/dist/system/presentation/components/layout/header/components/menu-right/index.js +6 -6
  191. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.d.ts +1 -1
  192. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.js +3 -3
  193. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.d.ts +1 -1
  194. package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js +4 -4
  195. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/index.js +3 -3
  196. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js +3 -3
  197. package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js +4 -4
  198. package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.js +3 -3
  199. package/dist/system/presentation/components/layout/header/components/search-modal/index.js +4 -4
  200. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +3 -3
  201. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js +2 -2
  202. package/dist/system/presentation/components/layout/header/index.js +1 -1
  203. package/dist/system/presentation/components/layout/header/version-01/index.js +3 -3
  204. package/dist/system/presentation/components/layout/index.d.ts +3 -3
  205. package/dist/system/presentation/components/layout/index.js +3 -3
  206. package/dist/system/presentation/components/layout/menu/components/index.d.ts +2 -0
  207. package/dist/system/presentation/components/layout/menu/components/index.js +19 -0
  208. package/dist/system/presentation/components/layout/menu/components/menu/index.js +56 -0
  209. package/dist/system/presentation/components/layout/menu/components/select-workspace/index.js +65 -0
  210. package/dist/system/presentation/components/layout/menu/index.js +1 -1
  211. package/dist/system/presentation/components/layout/menu/version-01/index.d.ts +4 -0
  212. package/dist/system/presentation/components/layout/menu/version-01/index.js +36 -0
  213. package/dist/system/presentation/components/pages/index.d.ts +1 -0
  214. package/dist/system/presentation/components/pages/index.js +18 -0
  215. package/dist/system/presentation/components/pages/users/index.d.ts +1 -0
  216. package/dist/system/presentation/components/pages/users/index.js +18 -0
  217. package/dist/system/presentation/components/pages/users/page.js +40 -0
  218. package/dist/system/presentation/components/pages/users/table/columns.d.ts +3 -0
  219. package/dist/system/presentation/components/pages/users/table/create.d.ts +3 -0
  220. package/dist/system/presentation/components/pages/users/table/create.js +74 -0
  221. package/dist/system/presentation/components/pages/users/table/delete.js +73 -0
  222. package/dist/system/presentation/components/pages/users/table/edit.d.ts +3 -0
  223. package/dist/system/presentation/components/pages/users/table/edit.js +82 -0
  224. package/dist/system/presentation/components/pages/users/table/index.d.ts +4 -0
  225. package/dist/system/presentation/components/pages/users/table/index.js +21 -0
  226. package/dist/system/presentation/configs/index.d.ts +2 -0
  227. package/dist/system/presentation/configs/index.js +19 -0
  228. package/dist/system/presentation/context/auth/authenticated/index.js +15 -0
  229. package/dist/system/presentation/context/auth/context.d.ts +7 -0
  230. package/dist/system/presentation/context/auth/context.js +130 -0
  231. package/dist/system/presentation/context/auth/index.d.ts +5 -0
  232. package/dist/system/presentation/context/auth/index.js +22 -0
  233. package/dist/system/presentation/context/auth/interfaces.d.ts +6 -0
  234. package/dist/system/presentation/context/auth/login/index.js +36 -0
  235. package/dist/system/presentation/context/auth/private-page/index.js +17 -0
  236. package/dist/system/presentation/context/auth/unauthenticated/index.js +15 -0
  237. package/dist/system/presentation/context/container.js +12 -0
  238. package/dist/system/presentation/context/index.d.ts +2 -0
  239. package/dist/system/presentation/context/index.js +19 -0
  240. package/dist/system/presentation/hooks/index.d.ts +2 -0
  241. package/dist/system/presentation/hooks/index.js +19 -0
  242. package/dist/system/presentation/hooks/menu/index.d.ts +1 -0
  243. package/dist/system/presentation/hooks/menu/index.js +18 -0
  244. package/dist/system/presentation/hooks/menu/use-load-menu.d.ts +1 -0
  245. package/dist/system/presentation/hooks/menu/use-load-menu.js +62 -0
  246. package/dist/system/presentation/hooks/ui/index.d.ts +1 -0
  247. package/dist/system/presentation/hooks/ui/index.js +18 -0
  248. package/dist/system/presentation/hooks/ui/use-table/component.d.ts +1 -1
  249. package/dist/system/presentation/hooks/ui/use-table/component.js +2 -2
  250. package/dist/system/presentation/hooks/ui/use-table/components/index.d.ts +1 -0
  251. package/dist/system/presentation/hooks/ui/use-table/components/index.js +18 -0
  252. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.d.ts +1 -1
  253. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js +3 -3
  254. package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.d.ts +5 -0
  255. package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js +105 -0
  256. package/dist/system/presentation/hooks/ui/use-table/components/table/index.d.ts +2 -0
  257. package/dist/system/presentation/hooks/ui/use-table/components/table/index.js +90 -0
  258. package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.d.ts +14 -0
  259. package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/index.js +33 -0
  260. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.d.ts +2 -0
  261. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js +62 -0
  262. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.d.ts +2 -0
  263. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js +49 -0
  264. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js.map +1 -1
  265. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.d.ts +6 -0
  266. package/dist/system/presentation/hooks/ui/use-table/index.d.ts +3 -3
  267. package/dist/system/presentation/hooks/ui/use-table/index.js +3 -3
  268. package/dist/system/presentation/hooks/ui/use-table/interfaces.d.ts +3 -3
  269. package/dist/system/presentation/hooks/ui/use-table/query.d.ts +2 -2
  270. package/dist/system/presentation/index.d.ts +5 -5
  271. package/dist/system/presentation/index.js +5 -5
  272. package/dist/system/presentation/utils/index.d.ts +1 -1
  273. package/dist/system/presentation/utils/index.js +1 -1
  274. package/dist/system/presentation/utils/use-query/index.d.ts +1 -1
  275. package/dist/system/presentation/utils/use-query/index.js +1 -1
  276. package/dist/ui/components/accordion/index..d.ts +1 -1
  277. package/dist/ui/components/accordion/index..js +2 -2
  278. package/dist/ui/components/breadcrumb/index.d.ts +1 -1
  279. package/dist/ui/components/breadcrumb/index.js +1 -1
  280. package/dist/ui/components/button/component.d.ts +1 -1
  281. package/dist/ui/components/button/component.js +2 -2
  282. package/dist/ui/components/button/index.d.ts +2 -2
  283. package/dist/ui/components/button/index.js +2 -2
  284. package/dist/ui/components/button/interfaces.d.ts +1 -1
  285. package/dist/ui/components/container/index.d.ts +1 -1
  286. package/dist/ui/components/error-boundary/component.d.ts +1 -1
  287. package/dist/ui/components/error-boundary/component.js +1 -1
  288. package/dist/ui/components/error-boundary/error-body.d.ts +1 -1
  289. package/dist/ui/components/error-boundary/index.d.ts +2 -2
  290. package/dist/ui/components/error-boundary/index.js +2 -2
  291. package/dist/ui/components/form/checkbox/index.js +3 -3
  292. package/dist/ui/components/form/handler/custom-submit/index.d.ts +1 -1
  293. package/dist/ui/components/form/handler/custom-submit/index.js +1 -1
  294. package/dist/ui/components/form/handler/dynamic_form_handler/index.d.ts +1 -1
  295. package/dist/ui/components/form/handler/dynamic_form_handler/index.js +3 -3
  296. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.d.ts +4 -4
  297. package/dist/ui/components/form/handler/form-handler/index.d.ts +1 -1
  298. package/dist/ui/components/form/handler/form-handler/index.js +5 -5
  299. package/dist/ui/components/form/handler/index.d.ts +2 -0
  300. package/dist/ui/components/form/handler/index.js +25 -0
  301. package/dist/ui/components/form/handler/interfaces.d.ts +2 -2
  302. package/dist/ui/components/form/index.d.ts +13 -13
  303. package/dist/ui/components/form/index.js +13 -13
  304. package/dist/ui/components/form/input/index.d.ts +1 -1
  305. package/dist/ui/components/form/input/index.js +1 -1
  306. package/dist/ui/components/form/input-control/error/index.d.ts +1 -1
  307. package/dist/ui/components/form/input-control/error/index.js +1 -1
  308. package/dist/ui/components/form/input-control/index.d.ts +1 -1
  309. package/dist/ui/components/form/input-control/index.js +5 -5
  310. package/dist/ui/components/form/input-control/label/index.js +1 -1
  311. package/dist/ui/components/form/input-control/loader-input/index.js +2 -2
  312. package/dist/ui/components/form/input-cpf-cnpj/index.d.ts +1 -1
  313. package/dist/ui/components/form/input-cpf-cnpj/index.js +1 -1
  314. package/dist/ui/components/form/input-currency/index.d.ts +1 -1
  315. package/dist/ui/components/form/input-currency/index.js +1 -1
  316. package/dist/ui/components/form/input-file/index.d.ts +1 -1
  317. package/dist/ui/components/form/input-file/index.js +1 -1
  318. package/dist/ui/components/form/input-mask/index.d.ts +1 -1
  319. package/dist/ui/components/form/input-mask/index.js +1 -1
  320. package/dist/ui/components/form/input-password/index.d.ts +1 -1
  321. package/dist/ui/components/form/input-password/index.js +3 -3
  322. package/dist/ui/components/form/input-switch/index.d.ts +1 -1
  323. package/dist/ui/components/form/input-switch/index.js +1 -1
  324. package/dist/ui/components/form/radio/index.js +2 -2
  325. package/dist/ui/components/form/select/index.d.ts +1 -1
  326. package/dist/ui/components/form/select/index.js +2 -2
  327. package/dist/ui/components/form/select/interfaces.d.ts +1 -1
  328. package/dist/ui/components/form/textarea/index.d.ts +1 -1
  329. package/dist/ui/components/form/textarea/index.js +1 -1
  330. package/dist/ui/components/index.d.ts +10 -10
  331. package/dist/ui/components/index.js +10 -10
  332. package/dist/ui/components/loader-circle/index.d.ts +1 -1
  333. package/dist/ui/components/loading-screen/index.d.ts +1 -1
  334. package/dist/ui/components/loading-screen/index.js +3 -3
  335. package/dist/ui/components/menu-mobile/components/nav-links/index.d.ts +1 -1
  336. package/dist/ui/components/menu-mobile/components/nav-links/index.js +2 -2
  337. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.d.ts +1 -1
  338. package/dist/ui/components/menu-mobile/index.d.ts +1 -1
  339. package/dist/ui/components/menu-mobile/index.js +4 -4
  340. package/dist/ui/components/menu-mobile/top/index.d.ts +1 -1
  341. package/dist/ui/components/menu-mobile/top/index.js +2 -2
  342. package/dist/ui/components/menu-mobile/top/interfaces.d.ts +1 -1
  343. package/dist/ui/components/next-image/index.d.ts +1 -1
  344. package/dist/ui/components/next-image/index.js +3 -3
  345. package/dist/ui/components/sidebar/index.d.ts +1 -1
  346. package/dist/ui/components/sidebar/index.js +1 -1
  347. package/dist/ui/contexts/index.d.ts +3 -3
  348. package/dist/ui/contexts/index.js +3 -3
  349. package/dist/ui/contexts/theme/context.js +1 -1
  350. package/dist/ui/contexts/theme/index.d.ts +2 -2
  351. package/dist/ui/contexts/theme/index.js +2 -2
  352. package/dist/ui/contexts/toast/index.d.ts +1 -1
  353. package/dist/ui/contexts/toast/index.js +3 -3
  354. package/dist/ui/contexts/toast/toast-item/index.d.ts +1 -1
  355. package/dist/ui/contexts/toast/toast-item/index.js +1 -1
  356. package/dist/ui/hooks/index.d.ts +2 -2
  357. package/dist/ui/hooks/index.js +2 -2
  358. package/dist/ui/icons/index.d.ts +55 -55
  359. package/dist/ui/icons/index.js +55 -55
  360. package/dist/ui/icons/render/Carousel-left-icon.d.ts +1 -1
  361. package/dist/ui/icons/render/Carousel-right-icon.d.ts +1 -1
  362. package/dist/ui/icons/render/Check.d.ts +1 -1
  363. package/dist/ui/icons/render/Clock.d.ts +1 -1
  364. package/dist/ui/icons/render/Close.d.ts +1 -1
  365. package/dist/ui/icons/render/Codie.d.ts +1 -1
  366. package/dist/ui/icons/render/Edit.d.ts +1 -1
  367. package/dist/ui/icons/render/Email.d.ts +1 -1
  368. package/dist/ui/icons/render/Eye.d.ts +1 -1
  369. package/dist/ui/icons/render/Facebook.d.ts +1 -1
  370. package/dist/ui/icons/render/File.d.ts +1 -1
  371. package/dist/ui/icons/render/Folder.d.ts +1 -1
  372. package/dist/ui/icons/render/Globe.d.ts +1 -1
  373. package/dist/ui/icons/render/Home.d.ts +1 -1
  374. package/dist/ui/icons/render/Insagram.d.ts +1 -1
  375. package/dist/ui/icons/render/Linkedin.d.ts +1 -1
  376. package/dist/ui/icons/render/LongArrowRight.d.ts +1 -1
  377. package/dist/ui/icons/render/Lupa.d.ts +1 -1
  378. package/dist/ui/icons/render/Map.d.ts +1 -1
  379. package/dist/ui/icons/render/Microphone.d.ts +1 -1
  380. package/dist/ui/icons/render/Minus.d.ts +1 -1
  381. package/dist/ui/icons/render/NavDown.d.ts +1 -1
  382. package/dist/ui/icons/render/NavLeft.d.ts +1 -1
  383. package/dist/ui/icons/render/NavRight.d.ts +1 -1
  384. package/dist/ui/icons/render/NavUp.d.ts +1 -1
  385. package/dist/ui/icons/render/Phone.d.ts +1 -1
  386. package/dist/ui/icons/render/Pin.d.ts +1 -1
  387. package/dist/ui/icons/render/Play.d.ts +1 -1
  388. package/dist/ui/icons/render/Plus.d.ts +1 -1
  389. package/dist/ui/icons/render/Share.d.ts +1 -1
  390. package/dist/ui/icons/render/TikTok.d.ts +1 -1
  391. package/dist/ui/icons/render/Twitter.d.ts +1 -1
  392. package/dist/ui/icons/render/YouTube.d.ts +1 -1
  393. package/dist/ui/icons/render/box.d.ts +1 -1
  394. package/dist/ui/icons/render/calendar.d.ts +1 -1
  395. package/dist/ui/icons/render/chat.d.ts +1 -1
  396. package/dist/ui/icons/render/component.d.ts +1 -1
  397. package/dist/ui/icons/render/component.js +1 -1
  398. package/dist/ui/icons/render/delete.d.ts +1 -1
  399. package/dist/ui/icons/render/exclamation.d.ts +1 -1
  400. package/dist/ui/icons/render/eye-off.d.ts +1 -1
  401. package/dist/ui/icons/render/fullfield-bell.d.ts +1 -1
  402. package/dist/ui/icons/render/fullfield-chat.d.ts +1 -1
  403. package/dist/ui/icons/render/image.d.ts +1 -1
  404. package/dist/ui/icons/render/index.d.ts +1 -1
  405. package/dist/ui/icons/render/index.js +1 -1
  406. package/dist/ui/icons/render/keyboard-left-arrow.d.ts +1 -1
  407. package/dist/ui/icons/render/keyboard-right-arrow.d.ts +1 -1
  408. package/dist/ui/icons/render/loading.d.ts +1 -1
  409. package/dist/ui/icons/render/not-found.d.ts +1 -1
  410. package/dist/ui/icons/render/phone-message.d.ts +1 -1
  411. package/dist/ui/icons/render/plus-sharp.d.ts +1 -1
  412. package/dist/ui/icons/render/shopping.d.ts +1 -1
  413. package/dist/ui/icons/render/transparent-mail.d.ts +1 -1
  414. package/dist/ui/icons/render/transparent-phone.d.ts +1 -1
  415. package/dist/ui/icons/render/user.d.ts +1 -1
  416. package/dist/ui/icons/render/whats.d.ts +1 -1
  417. package/dist/ui/icons/render-icon/index.d.ts +1 -1
  418. package/dist/ui/icons/render-icon/index.js +1 -1
  419. package/dist/ui/index.d.ts +5 -5
  420. package/dist/ui/index.js +5 -5
  421. package/dist/ui/utils/facebook/index.d.ts +1 -1
  422. package/dist/ui/utils/facebook/index.js +1 -1
  423. package/dist/ui/utils/index.d.ts +5 -5
  424. package/dist/ui/utils/index.js +5 -5
  425. package/dist/ui/utils/libs/index.d.ts +1 -1
  426. package/dist/ui/utils/libs/index.js +1 -1
  427. package/dist/ui/utils/libs/next/index.d.ts +2 -2
  428. package/dist/ui/utils/libs/next/index.js +2 -2
  429. package/dist/ui/utils/validations/index.d.ts +2 -2
  430. package/dist/ui/utils/validations/index.js +2 -2
  431. package/package.json +2 -2
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function FacebookIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function FacebookNoBgIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconFile({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconFolder({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconGlobe({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconHome({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function InstagramIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function InstagramEmptyIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function LinkedinIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function LinkedinNoBgIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function LongArrowRight({ fill }: IIcon): void;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function LupaIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconMap({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconMicrophone({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function MinusIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function NavDownIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function NavDownDoubleIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function NavLeftIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function NavRightIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function NavUpIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function PhoneIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function PhoneInverseIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function PinIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function PinInverseIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function PlayIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function PlusIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function ShareIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function TikTokIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function TwitterIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function TwitterInverseIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function YouTubeIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconBox({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconCalendar({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconChat({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import * as icons from '../index.js';
1
+ import * as icons from '..';
2
2
  export type IconsNames = keyof typeof icons;
3
3
  interface IIcon {
4
4
  name: IconsNames;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Icon = void 0;
4
- var render_icon_1 = require("../render-icon/index.js");
4
+ var render_icon_1 = require("../render-icon");
5
5
  function Icon(_a) {
6
6
  var name = _a.name, fill = _a.fill, stroke = _a.stroke;
7
7
  return (0, render_icon_1.RenderIcon)({ nameIcon: name, color: fill, stroke: stroke });
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconDelete({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconExclamation({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconEyeOff({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconFullFieldBell({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconFullFieldChat({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconImage({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export * from './component.js';
1
+ export * from './component';
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./component.js"), exports);
17
+ __exportStar(require("./component"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconKeyboardLeftArrow({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconKeyboardRightArrow({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconLoading({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconNotFound({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconPhoneMessage({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconPlusSharp({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconShopping({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function TransparentMailIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function TransparentPhoneIcon({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconUser({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { IIcon } from '../interfaces.js';
1
+ import { IIcon } from '../interfaces';
2
2
  export declare function IconWhats({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
3
3
  export declare function IconWhatsInverse({ fill }: IIcon): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import * as Icons from '../index.js';
1
+ import * as Icons from '..';
2
2
  export interface IRenderIconProps {
3
3
  color?: string;
4
4
  stroke?: string;
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.RenderIcon = void 0;
27
27
  var jsx_runtime_1 = require("react/jsx-runtime");
28
- var Icons = __importStar(require("../index.js"));
28
+ var Icons = __importStar(require(".."));
29
29
  function RenderIcon(_a) {
30
30
  var nameIcon = _a.nameIcon, stroke = _a.stroke, color = _a.color;
31
31
  return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: Icons[nameIcon] &&
@@ -1,5 +1,5 @@
1
- export * from './icons/index.js';
2
- export * from './hooks/index.js';
3
- export * from './utils/index.js';
4
- export * from './contexts/index.js';
5
- export * from './components/index.js';
1
+ export * from './icons';
2
+ export * from './hooks';
3
+ export * from './utils';
4
+ export * from './contexts';
5
+ export * from './components';
package/dist/ui/index.js CHANGED
@@ -14,9 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./icons/index.js"), exports);
18
- __exportStar(require("./hooks/index.js"), exports);
19
- __exportStar(require("./utils/index.js"), exports);
20
- __exportStar(require("./contexts/index.js"), exports);
21
- __exportStar(require("./components/index.js"), exports);
17
+ __exportStar(require("./icons"), exports);
18
+ __exportStar(require("./hooks"), exports);
19
+ __exportStar(require("./utils"), exports);
20
+ __exportStar(require("./contexts"), exports);
21
+ __exportStar(require("./components"), exports);
22
22
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- export * from "./facebook-pixel.js";
1
+ export * from "./facebook-pixel";
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./facebook-pixel.js"), exports);
17
+ __exportStar(require("./facebook-pixel"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
- export * from './uid/index.js';
2
- export * from './libs/index.js';
3
- export * from "./cookies.js";
4
- export * from './facebook/index.js';
5
- export * from './validations/index.js';
1
+ export * from './uid';
2
+ export * from './libs';
3
+ export * from "./cookies";
4
+ export * from './facebook';
5
+ export * from './validations';
@@ -14,9 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./uid/index.js"), exports);
18
- __exportStar(require("./libs/index.js"), exports);
19
- __exportStar(require("./cookies.js"), exports);
20
- __exportStar(require("./facebook/index.js"), exports);
21
- __exportStar(require("./validations/index.js"), exports);
17
+ __exportStar(require("./uid"), exports);
18
+ __exportStar(require("./libs"), exports);
19
+ __exportStar(require("./cookies"), exports);
20
+ __exportStar(require("./facebook"), exports);
21
+ __exportStar(require("./validations"), exports);
22
22
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- export * from "./next/index.js";
1
+ export * from "./next";
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./next/index.js"), exports);
17
+ __exportStar(require("./next"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -1,2 +1,2 @@
1
- export * from "./router-build.js";
2
- export * from "./update-route.js";
1
+ export * from "./router-build";
2
+ export * from "./update-route";
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./router-build.js"), exports);
18
- __exportStar(require("./update-route.js"), exports);
17
+ __exportStar(require("./router-build"), exports);
18
+ __exportStar(require("./update-route"), exports);
19
19
  //# sourceMappingURL=index.js.map
@@ -1,2 +1,2 @@
1
- export * from './validate-cpf.js';
2
- export * from './validate-phone.js';
1
+ export * from './validate-cpf';
2
+ export * from './validate-phone';
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./validate-cpf.js"), exports);
18
- __exportStar(require("./validate-phone.js"), exports);
17
+ __exportStar(require("./validate-cpf"), exports);
18
+ __exportStar(require("./validate-phone"), exports);
19
19
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "0.7.04",
3
+ "version": "0.7.06",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -15,7 +15,7 @@
15
15
  "build": "concurrently --kill-others \"tsc -w\" \"tsc-alias -w --resolve-full-paths\"",
16
16
  "nextBuild": "next build",
17
17
  "build:esm": "tsc",
18
- "build:cjs": "tsc --module commonjs --outDir dist && tsc-alias -p tsconfig.json && for /r src %i in (.otf, *.ttf) do copy \"%i\" dist\\ && for /r src %i in (.css) do copy \"%i\" dist\\"
18
+ "build:cjs": "tsc --module commonjs --outDir dist && tsc-alias -p tsconfig.json && for /r src %i in (.otf, *.ttf) do copy \"%i\" dist\\ && for /r src %i in (.css) do copy \"%i\" dist\\ "
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": ">=16"