infinity-forge 0.6.99 → 0.7.0

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 (1181) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/dist/index.js +20 -0
  3. package/dist/index.js.map +1 -0
  4. package/dist/sites/api/index.d.ts +2 -0
  5. package/dist/sites/api/index.js +16 -0
  6. package/dist/sites/api/index.js.map +1 -0
  7. package/dist/sites/components/brands-carousel/glider-configs.d.ts +39 -0
  8. package/dist/sites/components/brands-carousel/glider-configs.js +41 -0
  9. package/dist/sites/components/brands-carousel/glider-configs.js.map +1 -0
  10. package/dist/sites/components/brands-carousel/index.d.ts +2 -0
  11. package/dist/sites/components/brands-carousel/index.js +51 -0
  12. package/dist/sites/components/brands-carousel/index.js.map +1 -0
  13. package/dist/sites/components/brands-carousel/interfaces.d.ts +4 -0
  14. package/dist/sites/components/brands-carousel/interfaces.js +3 -0
  15. package/dist/sites/components/brands-carousel/interfaces.js.map +1 -0
  16. package/dist/sites/components/brands-carousel/styles.d.ts +2 -0
  17. package/dist/sites/components/brands-carousel/styles.js +14 -0
  18. package/dist/sites/components/brands-carousel/styles.js.map +1 -0
  19. package/dist/sites/components/carousel/component.d.ts +2 -0
  20. package/dist/sites/components/carousel/component.js +28 -0
  21. package/dist/sites/components/carousel/component.js.map +1 -0
  22. package/dist/sites/components/carousel/index.d.ts +1 -0
  23. package/dist/sites/components/carousel/index.js +18 -0
  24. package/dist/sites/components/carousel/index.js.map +1 -0
  25. package/dist/sites/components/carousel/interfaces.d.ts +12 -0
  26. package/dist/sites/components/carousel/interfaces.js +3 -0
  27. package/dist/sites/components/carousel/interfaces.js.map +1 -0
  28. package/dist/sites/components/carousel/versions/index.d.ts +1 -0
  29. package/dist/sites/components/carousel/versions/index.js +18 -0
  30. package/dist/sites/components/carousel/versions/index.js.map +1 -0
  31. package/dist/sites/components/carousel/versions/version-01/component-01.d.ts +2 -0
  32. package/dist/sites/components/carousel/versions/version-01/component-01.js +26 -0
  33. package/dist/sites/components/carousel/versions/version-01/component-01.js.map +1 -0
  34. package/dist/sites/components/counter/component.d.ts +2 -0
  35. package/dist/sites/components/counter/component.js +28 -0
  36. package/dist/sites/components/counter/component.js.map +1 -0
  37. package/dist/sites/components/counter/index.d.ts +1 -0
  38. package/dist/sites/components/counter/index.js +18 -0
  39. package/dist/sites/components/counter/index.js.map +1 -0
  40. package/dist/sites/components/counter/interfaces.d.ts +12 -0
  41. package/dist/sites/components/counter/interfaces.js +3 -0
  42. package/dist/sites/components/counter/interfaces.js.map +1 -0
  43. package/dist/sites/components/counter/versions/index.d.ts +1 -0
  44. package/dist/sites/components/counter/versions/index.js +18 -0
  45. package/dist/sites/components/counter/versions/index.js.map +1 -0
  46. package/dist/sites/components/counter/versions/version-01/box/index.d.ts +2 -0
  47. package/dist/sites/components/counter/versions/version-01/box/index.js +38 -0
  48. package/dist/sites/components/counter/versions/version-01/box/index.js.map +1 -0
  49. package/dist/sites/components/counter/versions/version-01/box/styles.d.ts +2 -0
  50. package/dist/sites/components/counter/versions/version-01/box/styles.js +14 -0
  51. package/dist/sites/components/counter/versions/version-01/box/styles.js.map +1 -0
  52. package/dist/sites/components/counter/versions/version-01/component.d.ts +4 -0
  53. package/dist/sites/components/counter/versions/version-01/component.js +47 -0
  54. package/dist/sites/components/counter/versions/version-01/component.js.map +1 -0
  55. package/dist/sites/components/counter/versions/version-01/styles.d.ts +2 -0
  56. package/dist/sites/components/counter/versions/version-01/styles.js +14 -0
  57. package/dist/sites/components/counter/versions/version-01/styles.js.map +1 -0
  58. package/dist/sites/components/head/component.d.ts +2 -0
  59. package/dist/sites/components/head/component.js +20 -0
  60. package/dist/sites/components/head/component.js.map +1 -0
  61. package/dist/sites/components/head/index.d.ts +2 -0
  62. package/dist/sites/components/head/index.js +19 -0
  63. package/dist/sites/components/head/index.js.map +1 -0
  64. package/dist/sites/components/head/interfaces.d.ts +8 -0
  65. package/dist/sites/components/head/interfaces.js +3 -0
  66. package/dist/sites/components/head/interfaces.js.map +1 -0
  67. package/dist/sites/components/header-link/component.d.ts +2 -0
  68. package/dist/sites/components/header-link/component.js +17 -0
  69. package/dist/sites/components/header-link/component.js.map +1 -0
  70. package/dist/sites/components/header-link/data.d.ts +15 -0
  71. package/dist/sites/components/header-link/data.js +32 -0
  72. package/dist/sites/components/header-link/data.js.map +1 -0
  73. package/dist/sites/components/header-link/index.d.ts +1 -0
  74. package/dist/sites/components/header-link/index.js +18 -0
  75. package/dist/sites/components/header-link/index.js.map +1 -0
  76. package/dist/sites/components/header-link/interfaces.d.ts +5 -0
  77. package/dist/sites/components/header-link/interfaces.js +3 -0
  78. package/dist/sites/components/header-link/interfaces.js.map +1 -0
  79. package/dist/sites/components/header-link/versions/index.d.ts +1 -0
  80. package/dist/sites/components/header-link/versions/index.js +18 -0
  81. package/dist/sites/components/header-link/versions/index.js.map +1 -0
  82. package/dist/sites/components/header-link/versions/version-01/component.d.ts +3 -0
  83. package/dist/sites/components/header-link/versions/version-01/component.js +41 -0
  84. package/dist/sites/components/header-link/versions/version-01/component.js.map +1 -0
  85. package/dist/sites/components/header-link/versions/version-01/component.stories.d.ts +13 -0
  86. package/dist/sites/components/header-link/versions/version-01/component.stories.js +27 -0
  87. package/dist/sites/components/header-link/versions/version-01/component.stories.js.map +1 -0
  88. package/dist/sites/components/header-link/versions/version-01/styles.d.ts +2 -0
  89. package/dist/sites/components/header-link/versions/version-01/styles.js +14 -0
  90. package/dist/sites/components/header-link/versions/version-01/styles.js.map +1 -0
  91. package/dist/sites/components/index.d.ts +6 -0
  92. package/dist/sites/components/index.js +23 -0
  93. package/dist/sites/components/index.js.map +1 -0
  94. package/dist/sites/components/mvv/component.d.ts +2 -0
  95. package/dist/sites/components/mvv/component.js +28 -0
  96. package/dist/sites/components/mvv/component.js.map +1 -0
  97. package/dist/sites/components/mvv/data.d.ts +6 -0
  98. package/dist/sites/components/mvv/data.js +24 -0
  99. package/dist/sites/components/mvv/data.js.map +1 -0
  100. package/dist/sites/components/mvv/index.d.ts +1 -0
  101. package/dist/sites/components/mvv/index.js +18 -0
  102. package/dist/sites/components/mvv/index.js.map +1 -0
  103. package/dist/sites/components/mvv/interfaces.d.ts +8 -0
  104. package/dist/sites/components/mvv/interfaces.js +3 -0
  105. package/dist/sites/components/mvv/interfaces.js.map +1 -0
  106. package/dist/sites/components/mvv/versions/index.d.ts +1 -0
  107. package/dist/sites/components/mvv/versions/index.js +18 -0
  108. package/dist/sites/components/mvv/versions/index.js.map +1 -0
  109. package/dist/sites/components/mvv/versions/version-01/component.d.ts +2 -0
  110. package/dist/sites/components/mvv/versions/version-01/component.js +35 -0
  111. package/dist/sites/components/mvv/versions/version-01/component.js.map +1 -0
  112. package/dist/sites/components/mvv/versions/version-01/styles.d.ts +2 -0
  113. package/dist/sites/components/mvv/versions/version-01/styles.js +14 -0
  114. package/dist/sites/components/mvv/versions/version-01/styles.js.map +1 -0
  115. package/dist/sites/context/configs/context.d.ts +6 -0
  116. package/dist/sites/context/configs/context.js +21 -0
  117. package/dist/sites/context/configs/context.js.map +1 -0
  118. package/dist/sites/context/configs/index.d.ts +2 -0
  119. package/dist/sites/context/configs/index.js +19 -0
  120. package/dist/sites/context/configs/index.js.map +1 -0
  121. package/dist/sites/context/configs/interfaces.d.ts +62 -0
  122. package/dist/sites/context/configs/interfaces.js +3 -0
  123. package/dist/sites/context/configs/interfaces.js.map +1 -0
  124. package/dist/sites/context/configs/scripts/acept-cookies/index.d.ts +4 -0
  125. package/dist/sites/context/configs/scripts/acept-cookies/index.js +68 -0
  126. package/dist/sites/context/configs/scripts/acept-cookies/index.js.map +1 -0
  127. package/dist/sites/context/configs/scripts/acept-cookies/styles.d.ts +2 -0
  128. package/dist/sites/context/configs/scripts/acept-cookies/styles.js +14 -0
  129. package/dist/sites/context/configs/scripts/acept-cookies/styles.js.map +1 -0
  130. package/dist/sites/context/configs/scripts/acept-ratedr/index.d.ts +4 -0
  131. package/dist/sites/context/configs/scripts/acept-ratedr/index.js +68 -0
  132. package/dist/sites/context/configs/scripts/acept-ratedr/index.js.map +1 -0
  133. package/dist/sites/context/configs/scripts/acept-ratedr/styles.d.ts +2 -0
  134. package/dist/sites/context/configs/scripts/acept-ratedr/styles.js +14 -0
  135. package/dist/sites/context/configs/scripts/acept-ratedr/styles.js.map +1 -0
  136. package/dist/sites/context/configs/scripts/component.d.ts +2 -0
  137. package/dist/sites/context/configs/scripts/component.js +42 -0
  138. package/dist/sites/context/configs/scripts/component.js.map +1 -0
  139. package/dist/sites/context/configs/scripts/index.d.ts +5 -0
  140. package/dist/sites/context/configs/scripts/index.js +22 -0
  141. package/dist/sites/context/configs/scripts/index.js.map +1 -0
  142. package/dist/sites/context/configs/scripts/interfaces.d.ts +6 -0
  143. package/dist/sites/context/configs/scripts/interfaces.js +3 -0
  144. package/dist/sites/context/configs/scripts/interfaces.js.map +1 -0
  145. package/dist/sites/context/configs/scripts/whatsapp-fixed/index.d.ts +5 -0
  146. package/dist/sites/context/configs/scripts/whatsapp-fixed/index.js +38 -0
  147. package/dist/sites/context/configs/scripts/whatsapp-fixed/index.js.map +1 -0
  148. package/dist/sites/context/configs/scripts/whatsapp-fixed/styles.d.ts +2 -0
  149. package/dist/sites/context/configs/scripts/whatsapp-fixed/styles.js +14 -0
  150. package/dist/sites/context/configs/scripts/whatsapp-fixed/styles.js.map +1 -0
  151. package/dist/sites/context/index.d.ts +1 -0
  152. package/dist/sites/context/index.js +18 -0
  153. package/dist/sites/context/index.js.map +1 -0
  154. package/dist/sites/hook/index.d.ts +3 -0
  155. package/dist/sites/hook/index.js +20 -0
  156. package/dist/sites/hook/index.js.map +1 -0
  157. package/dist/sites/hook/use-footer.d.ts +3 -0
  158. package/dist/sites/hook/use-footer.js +26 -0
  159. package/dist/sites/hook/use-footer.js.map +1 -0
  160. package/dist/sites/hook/use-header.d.ts +3 -0
  161. package/dist/sites/hook/use-header.js +26 -0
  162. package/dist/sites/hook/use-header.js.map +1 -0
  163. package/dist/sites/hook/useScreen.d.ts +5 -0
  164. package/dist/sites/hook/useScreen.js +36 -0
  165. package/dist/sites/hook/useScreen.js.map +1 -0
  166. package/dist/sites/index.d.ts +3 -0
  167. package/dist/sites/index.js +20 -0
  168. package/dist/sites/index.js.map +1 -0
  169. package/dist/sites/interfaces/api-data/index.d.ts +1 -0
  170. package/dist/sites/interfaces/api-data/index.js +18 -0
  171. package/dist/sites/interfaces/api-data/index.js.map +1 -0
  172. package/dist/sites/interfaces/api-data/messages.d.ts +8 -0
  173. package/dist/sites/interfaces/api-data/messages.js +3 -0
  174. package/dist/sites/interfaces/api-data/messages.js.map +1 -0
  175. package/dist/sites/interfaces/generic/index.d.ts +13 -0
  176. package/dist/sites/interfaces/generic/index.js +3 -0
  177. package/dist/sites/interfaces/generic/index.js.map +1 -0
  178. package/dist/sites/interfaces/index.d.ts +2 -0
  179. package/dist/sites/interfaces/index.js +19 -0
  180. package/dist/sites/interfaces/index.js.map +1 -0
  181. package/dist/system/container/admin/auth/container.d.ts +3 -0
  182. package/dist/system/container/admin/auth/container.js +11 -0
  183. package/dist/system/container/admin/auth/container.js.map +1 -0
  184. package/dist/system/container/admin/auth/index.d.ts +2 -0
  185. package/dist/system/container/admin/auth/index.js +19 -0
  186. package/dist/system/container/admin/auth/index.js.map +1 -0
  187. package/dist/system/container/admin/auth/types.d.ts +3 -0
  188. package/dist/system/container/admin/auth/types.js +7 -0
  189. package/dist/system/container/admin/auth/types.js.map +1 -0
  190. package/dist/system/container/admin/index.d.ts +3 -0
  191. package/dist/system/container/admin/index.js +20 -0
  192. package/dist/system/container/admin/index.js.map +1 -0
  193. package/dist/system/container/admin/menu/container.d.ts +3 -0
  194. package/dist/system/container/admin/menu/container.js +11 -0
  195. package/dist/system/container/admin/menu/container.js.map +1 -0
  196. package/dist/system/container/admin/menu/index.d.ts +2 -0
  197. package/dist/system/container/admin/menu/index.js +19 -0
  198. package/dist/system/container/admin/menu/index.js.map +1 -0
  199. package/dist/system/container/admin/menu/types.d.ts +3 -0
  200. package/dist/system/container/admin/menu/types.js +7 -0
  201. package/dist/system/container/admin/menu/types.js.map +1 -0
  202. package/dist/system/container/admin/users/container.d.ts +3 -0
  203. package/dist/system/container/admin/users/container.js +12 -0
  204. package/dist/system/container/admin/users/container.js.map +1 -0
  205. package/dist/system/container/admin/users/index.d.ts +2 -0
  206. package/dist/system/container/admin/users/index.js +19 -0
  207. package/dist/system/container/admin/users/index.js.map +1 -0
  208. package/dist/system/container/admin/users/types.d.ts +4 -0
  209. package/dist/system/container/admin/users/types.js +8 -0
  210. package/dist/system/container/admin/users/types.js.map +1 -0
  211. package/dist/system/container/decorators/authorize-http-client-decorator.d.ts +8 -0
  212. package/dist/system/container/decorators/authorize-http-client-decorator.js +117 -0
  213. package/dist/system/container/decorators/authorize-http-client-decorator.js.map +1 -0
  214. package/dist/system/container/decorators/index.d.ts +1 -0
  215. package/dist/system/container/decorators/index.js +18 -0
  216. package/dist/system/container/decorators/index.js.map +1 -0
  217. package/dist/system/container/index.d.ts +2 -0
  218. package/dist/system/container/index.js +19 -0
  219. package/dist/system/container/index.js.map +1 -0
  220. package/dist/system/container/infra/container.d.ts +3 -0
  221. package/dist/system/container/infra/container.js +15 -0
  222. package/dist/system/container/infra/container.js.map +1 -0
  223. package/dist/system/container/infra/index.d.ts +3 -0
  224. package/dist/system/container/infra/index.js +20 -0
  225. package/dist/system/container/infra/index.js.map +1 -0
  226. package/dist/system/container/infra/make-api-url.d.ts +3 -0
  227. package/dist/system/container/infra/make-api-url.js +23 -0
  228. package/dist/system/container/infra/make-api-url.js.map +1 -0
  229. package/dist/system/container/infra/types.d.ts +7 -0
  230. package/dist/system/container/infra/types.js +11 -0
  231. package/dist/system/container/infra/types.js.map +1 -0
  232. package/dist/system/container/main.d.ts +4 -0
  233. package/dist/system/container/main.js +12 -0
  234. package/dist/system/container/main.js.map +1 -0
  235. package/dist/system/container/types.d.ts +6 -0
  236. package/dist/system/container/types.js +17 -0
  237. package/dist/system/container/types.js.map +1 -0
  238. package/dist/system/data/index.d.ts +1 -0
  239. package/dist/system/data/index.js +18 -0
  240. package/dist/system/data/index.js.map +1 -0
  241. package/dist/system/data/use-cases/auth/index.d.ts +1 -0
  242. package/dist/system/data/use-cases/auth/index.js +18 -0
  243. package/dist/system/data/use-cases/auth/index.js.map +1 -0
  244. package/dist/system/data/use-cases/auth/remote-auth-admin.d.ts +10 -0
  245. package/dist/system/data/use-cases/auth/remote-auth-admin.js +116 -0
  246. package/dist/system/data/use-cases/auth/remote-auth-admin.js.map +1 -0
  247. package/dist/system/data/use-cases/index.d.ts +3 -0
  248. package/dist/system/data/use-cases/index.js +20 -0
  249. package/dist/system/data/use-cases/index.js.map +1 -0
  250. package/dist/system/data/use-cases/menu/index.d.ts +1 -0
  251. package/dist/system/data/use-cases/menu/index.js +18 -0
  252. package/dist/system/data/use-cases/menu/index.js.map +1 -0
  253. package/dist/system/data/use-cases/menu/remote-get-menu.d.ts +8 -0
  254. package/dist/system/data/use-cases/menu/remote-get-menu.js +109 -0
  255. package/dist/system/data/use-cases/menu/remote-get-menu.js.map +1 -0
  256. package/dist/system/data/use-cases/users/index.d.ts +2 -0
  257. package/dist/system/data/use-cases/users/index.js +19 -0
  258. package/dist/system/data/use-cases/users/index.js.map +1 -0
  259. package/dist/system/data/use-cases/users/remote-load-user-admin.d.ts +8 -0
  260. package/dist/system/data/use-cases/users/remote-load-user-admin.js +109 -0
  261. package/dist/system/data/use-cases/users/remote-load-user-admin.js.map +1 -0
  262. package/dist/system/data/use-cases/users/remote-users.d.ts +12 -0
  263. package/dist/system/data/use-cases/users/remote-users.js +176 -0
  264. package/dist/system/data/use-cases/users/remote-users.js.map +1 -0
  265. package/dist/system/domain/generics/index.d.ts +2 -0
  266. package/dist/system/domain/generics/index.js +19 -0
  267. package/dist/system/domain/generics/index.js.map +1 -0
  268. package/dist/system/domain/generics/list.d.ts +3 -0
  269. package/dist/system/domain/generics/list.js +3 -0
  270. package/dist/system/domain/generics/list.js.map +1 -0
  271. package/dist/system/domain/generics/pagination.d.ts +14 -0
  272. package/dist/system/domain/generics/pagination.js +3 -0
  273. package/dist/system/domain/generics/pagination.js.map +1 -0
  274. package/dist/system/domain/index.d.ts +3 -0
  275. package/dist/system/domain/index.js +20 -0
  276. package/dist/system/domain/index.js.map +1 -0
  277. package/dist/system/domain/protocols/cache/cache-keys.d.ts +5 -0
  278. package/dist/system/domain/protocols/cache/cache-keys.js +3 -0
  279. package/dist/system/domain/protocols/cache/cache-keys.js.map +1 -0
  280. package/dist/system/domain/protocols/cache/get-storage.d.ts +4 -0
  281. package/dist/system/domain/protocols/cache/get-storage.js +3 -0
  282. package/dist/system/domain/protocols/cache/get-storage.js.map +1 -0
  283. package/dist/system/domain/protocols/cache/index.d.ts +3 -0
  284. package/dist/system/domain/protocols/cache/index.js +20 -0
  285. package/dist/system/domain/protocols/cache/index.js.map +1 -0
  286. package/dist/system/domain/protocols/cache/set-storage.d.ts +4 -0
  287. package/dist/system/domain/protocols/cache/set-storage.js +4 -0
  288. package/dist/system/domain/protocols/cache/set-storage.js.map +1 -0
  289. package/dist/system/domain/protocols/http/errors/http-errors/application-unexpected-error.d.ts +3 -0
  290. package/dist/system/domain/protocols/http/errors/http-errors/application-unexpected-error.js +29 -0
  291. package/dist/system/domain/protocols/http/errors/http-errors/application-unexpected-error.js.map +1 -0
  292. package/dist/system/domain/protocols/http/errors/http-errors/bad-request-error.d.ts +8 -0
  293. package/dist/system/domain/protocols/http/errors/http-errors/bad-request-error.js +11 -0
  294. package/dist/system/domain/protocols/http/errors/http-errors/bad-request-error.js.map +1 -0
  295. package/dist/system/domain/protocols/http/errors/http-errors/conflict-error.d.ts +8 -0
  296. package/dist/system/domain/protocols/http/errors/http-errors/conflict-error.js +11 -0
  297. package/dist/system/domain/protocols/http/errors/http-errors/conflict-error.js.map +1 -0
  298. package/dist/system/domain/protocols/http/errors/http-errors/index.d.ts +5 -0
  299. package/dist/system/domain/protocols/http/errors/http-errors/index.js +22 -0
  300. package/dist/system/domain/protocols/http/errors/http-errors/index.js.map +1 -0
  301. package/dist/system/domain/protocols/http/errors/http-errors/no-content.d.ts +3 -0
  302. package/dist/system/domain/protocols/http/errors/http-errors/no-content.js +29 -0
  303. package/dist/system/domain/protocols/http/errors/http-errors/no-content.js.map +1 -0
  304. package/dist/system/domain/protocols/http/errors/http-errors/not-found-error.d.ts +3 -0
  305. package/dist/system/domain/protocols/http/errors/http-errors/not-found-error.js +29 -0
  306. package/dist/system/domain/protocols/http/errors/http-errors/not-found-error.js.map +1 -0
  307. package/dist/system/domain/protocols/http/errors/http-errors/unexpected-error.d.ts +3 -0
  308. package/dist/system/domain/protocols/http/errors/http-errors/unexpected-error.js +29 -0
  309. package/dist/system/domain/protocols/http/errors/http-errors/unexpected-error.js.map +1 -0
  310. package/dist/system/domain/protocols/http/errors/index.d.ts +2 -0
  311. package/dist/system/domain/protocols/http/errors/index.js +19 -0
  312. package/dist/system/domain/protocols/http/errors/index.js.map +1 -0
  313. package/dist/system/domain/protocols/http/errors/system-errors-model/index.d.ts +1 -0
  314. package/dist/system/domain/protocols/http/errors/system-errors-model/index.js +18 -0
  315. package/dist/system/domain/protocols/http/errors/system-errors-model/index.js.map +1 -0
  316. package/dist/system/domain/protocols/http/errors/system-errors-model/validation-errors-model.d.ts +11 -0
  317. package/dist/system/domain/protocols/http/errors/system-errors-model/validation-errors-model.js +11 -0
  318. package/dist/system/domain/protocols/http/errors/system-errors-model/validation-errors-model.js.map +1 -0
  319. package/dist/system/domain/protocols/http/http-client.d.ts +33 -0
  320. package/dist/system/domain/protocols/http/http-client.js +19 -0
  321. package/dist/system/domain/protocols/http/http-client.js.map +1 -0
  322. package/dist/system/domain/protocols/http/index.d.ts +2 -0
  323. package/dist/system/domain/protocols/http/index.js +19 -0
  324. package/dist/system/domain/protocols/http/index.js.map +1 -0
  325. package/dist/system/domain/protocols/index.d.ts +2 -0
  326. package/dist/system/domain/protocols/index.js +19 -0
  327. package/dist/system/domain/protocols/index.js.map +1 -0
  328. package/dist/system/domain/use-cases/auth/admin/auth-admin.d.ts +12 -0
  329. package/dist/system/domain/use-cases/auth/admin/auth-admin.js +3 -0
  330. package/dist/system/domain/use-cases/auth/admin/auth-admin.js.map +1 -0
  331. package/dist/system/domain/use-cases/auth/admin/index.d.ts +1 -0
  332. package/dist/system/domain/use-cases/auth/admin/index.js +18 -0
  333. package/dist/system/domain/use-cases/auth/admin/index.js.map +1 -0
  334. package/dist/system/domain/use-cases/auth/index.d.ts +1 -0
  335. package/dist/system/domain/use-cases/auth/index.js +18 -0
  336. package/dist/system/domain/use-cases/auth/index.js.map +1 -0
  337. package/dist/system/domain/use-cases/index.d.ts +3 -0
  338. package/dist/system/domain/use-cases/index.js +20 -0
  339. package/dist/system/domain/use-cases/index.js.map +1 -0
  340. package/dist/system/domain/use-cases/menu/index.d.ts +1 -0
  341. package/dist/system/domain/use-cases/menu/index.js +18 -0
  342. package/dist/system/domain/use-cases/menu/index.js.map +1 -0
  343. package/dist/system/domain/use-cases/menu/load-menu.d.ts +15 -0
  344. package/dist/system/domain/use-cases/menu/load-menu.js +3 -0
  345. package/dist/system/domain/use-cases/menu/load-menu.js.map +1 -0
  346. package/dist/system/domain/use-cases/users/create-user.d.ts +15 -0
  347. package/dist/system/domain/use-cases/users/create-user.js +3 -0
  348. package/dist/system/domain/use-cases/users/create-user.js.map +1 -0
  349. package/dist/system/domain/use-cases/users/delete-user.d.ts +10 -0
  350. package/dist/system/domain/use-cases/users/delete-user.js +3 -0
  351. package/dist/system/domain/use-cases/users/delete-user.js.map +1 -0
  352. package/dist/system/domain/use-cases/users/edit-user.d.ts +8 -0
  353. package/dist/system/domain/use-cases/users/edit-user.js +3 -0
  354. package/dist/system/domain/use-cases/users/edit-user.js.map +1 -0
  355. package/dist/system/domain/use-cases/users/get-detail-user.d.ts +10 -0
  356. package/dist/system/domain/use-cases/users/get-detail-user.js +3 -0
  357. package/dist/system/domain/use-cases/users/get-detail-user.js.map +1 -0
  358. package/dist/system/domain/use-cases/users/index.d.ts +6 -0
  359. package/dist/system/domain/use-cases/users/index.js +23 -0
  360. package/dist/system/domain/use-cases/users/index.js.map +1 -0
  361. package/dist/system/domain/use-cases/users/load-all-users.d.ts +23 -0
  362. package/dist/system/domain/use-cases/users/load-all-users.js +3 -0
  363. package/dist/system/domain/use-cases/users/load-all-users.js.map +1 -0
  364. package/dist/system/domain/use-cases/users/load-user-admin.d.ts +15 -0
  365. package/dist/system/domain/use-cases/users/load-user-admin.js +3 -0
  366. package/dist/system/domain/use-cases/users/load-user-admin.js.map +1 -0
  367. package/dist/system/index.d.ts +5 -0
  368. package/dist/system/index.js +22 -0
  369. package/dist/system/index.js.map +1 -0
  370. package/dist/system/infra/cache/cookie-storage-adapter.d.ts +6 -0
  371. package/dist/system/infra/cache/cookie-storage-adapter.js +34 -0
  372. package/dist/system/infra/cache/cookie-storage-adapter.js.map +1 -0
  373. package/dist/system/infra/cache/index.d.ts +2 -0
  374. package/dist/system/infra/cache/index.js +19 -0
  375. package/dist/system/infra/cache/index.js.map +1 -0
  376. package/dist/system/infra/cache/storage-type.d.ts +2 -0
  377. package/dist/system/infra/cache/storage-type.js +3 -0
  378. package/dist/system/infra/cache/storage-type.js.map +1 -0
  379. package/dist/system/infra/http/axios-http-client.d.ts +4 -0
  380. package/dist/system/infra/http/axios-http-client.js +115 -0
  381. package/dist/system/infra/http/axios-http-client.js.map +1 -0
  382. package/dist/system/infra/http/index.d.ts +1 -0
  383. package/dist/system/infra/http/index.js +18 -0
  384. package/dist/system/infra/http/index.js.map +1 -0
  385. package/dist/system/infra/index.d.ts +3 -0
  386. package/dist/system/infra/index.js +20 -0
  387. package/dist/system/infra/index.js.map +1 -0
  388. package/dist/system/infra/type-models/birthday.d.ts +1 -0
  389. package/dist/system/infra/type-models/birthday.js +3 -0
  390. package/dist/system/infra/type-models/birthday.js.map +1 -0
  391. package/dist/system/infra/type-models/index.d.ts +2 -0
  392. package/dist/system/infra/type-models/index.js +19 -0
  393. package/dist/system/infra/type-models/index.js.map +1 -0
  394. package/dist/system/infra/type-models/zipcode.d.ts +1 -0
  395. package/dist/system/infra/type-models/zipcode.js +3 -0
  396. package/dist/system/infra/type-models/zipcode.js.map +1 -0
  397. package/dist/system/presentation/components/data/avatar/index.d.ts +4 -0
  398. package/dist/system/presentation/components/data/avatar/index.js +57 -0
  399. package/dist/system/presentation/components/data/avatar/index.js.map +1 -0
  400. package/dist/system/presentation/components/data/avatar/styles.d.ts +2 -0
  401. package/dist/system/presentation/components/data/avatar/styles.js +14 -0
  402. package/dist/system/presentation/components/data/avatar/styles.js.map +1 -0
  403. package/dist/system/presentation/components/data/cards/index.d.ts +1 -0
  404. package/dist/system/presentation/components/data/cards/index.js +18 -0
  405. package/dist/system/presentation/components/data/cards/index.js.map +1 -0
  406. package/dist/system/presentation/components/data/cards/message-card/index.d.ts +2 -0
  407. package/dist/system/presentation/components/data/cards/message-card/index.js +37 -0
  408. package/dist/system/presentation/components/data/cards/message-card/index.js.map +1 -0
  409. package/dist/system/presentation/components/data/cards/message-card/styles.d.ts +2 -0
  410. package/dist/system/presentation/components/data/cards/message-card/styles.js +14 -0
  411. package/dist/system/presentation/components/data/cards/message-card/styles.js.map +1 -0
  412. package/dist/system/presentation/components/data/index.d.ts +8 -0
  413. package/dist/system/presentation/components/data/index.js +25 -0
  414. package/dist/system/presentation/components/data/index.js.map +1 -0
  415. package/dist/system/presentation/components/data/logo/index.d.ts +1 -0
  416. package/dist/system/presentation/components/data/logo/index.js +34 -0
  417. package/dist/system/presentation/components/data/logo/index.js.map +1 -0
  418. package/dist/system/presentation/components/data/logo/styles.d.ts +2 -0
  419. package/dist/system/presentation/components/data/logo/styles.js +14 -0
  420. package/dist/system/presentation/components/data/logo/styles.js.map +1 -0
  421. package/dist/system/presentation/components/data/overlay/index.d.ts +2 -0
  422. package/dist/system/presentation/components/data/overlay/index.js +35 -0
  423. package/dist/system/presentation/components/data/overlay/index.js.map +1 -0
  424. package/dist/system/presentation/components/data/overlay/interfaces.d.ts +7 -0
  425. package/dist/system/presentation/components/data/overlay/interfaces.js +3 -0
  426. package/dist/system/presentation/components/data/overlay/interfaces.js.map +1 -0
  427. package/dist/system/presentation/components/data/overlay/styles.d.ts +7 -0
  428. package/dist/system/presentation/components/data/overlay/styles.js +15 -0
  429. package/dist/system/presentation/components/data/overlay/styles.js.map +1 -0
  430. package/dist/system/presentation/components/data/page-wrapper/index.d.ts +2 -0
  431. package/dist/system/presentation/components/data/page-wrapper/index.js +35 -0
  432. package/dist/system/presentation/components/data/page-wrapper/index.js.map +1 -0
  433. package/dist/system/presentation/components/data/page-wrapper/interfaces.d.ts +5 -0
  434. package/dist/system/presentation/components/data/page-wrapper/interfaces.js +3 -0
  435. package/dist/system/presentation/components/data/page-wrapper/interfaces.js.map +1 -0
  436. package/dist/system/presentation/components/data/page-wrapper/styles.d.ts +4 -0
  437. package/dist/system/presentation/components/data/page-wrapper/styles.js +14 -0
  438. package/dist/system/presentation/components/data/page-wrapper/styles.js.map +1 -0
  439. package/dist/system/presentation/components/data/popover/index.d.ts +2 -0
  440. package/dist/system/presentation/components/data/popover/index.js +10 -0
  441. package/dist/system/presentation/components/data/popover/index.js.map +1 -0
  442. package/dist/system/presentation/components/data/popover/interfaces.d.ts +8 -0
  443. package/dist/system/presentation/components/data/popover/interfaces.js +3 -0
  444. package/dist/system/presentation/components/data/popover/interfaces.js.map +1 -0
  445. package/dist/system/presentation/components/data/sign-up/index.d.ts +1 -0
  446. package/dist/system/presentation/components/data/sign-up/index.js +36 -0
  447. package/dist/system/presentation/components/data/sign-up/index.js.map +1 -0
  448. package/dist/system/presentation/components/data/sign-up/styles.d.ts +4 -0
  449. package/dist/system/presentation/components/data/sign-up/styles.js +14 -0
  450. package/dist/system/presentation/components/data/sign-up/styles.js.map +1 -0
  451. package/dist/system/presentation/components/data/skeleton/index.d.ts +2 -0
  452. package/dist/system/presentation/components/data/skeleton/index.js +35 -0
  453. package/dist/system/presentation/components/data/skeleton/index.js.map +1 -0
  454. package/dist/system/presentation/components/data/skeleton/interfaces.d.ts +4 -0
  455. package/dist/system/presentation/components/data/skeleton/interfaces.js +3 -0
  456. package/dist/system/presentation/components/data/skeleton/interfaces.js.map +1 -0
  457. package/dist/system/presentation/components/data/skeleton/styles.d.ts +4 -0
  458. package/dist/system/presentation/components/data/skeleton/styles.js +14 -0
  459. package/dist/system/presentation/components/data/skeleton/styles.js.map +1 -0
  460. package/dist/system/presentation/components/index.d.ts +3 -0
  461. package/dist/system/presentation/components/index.js +20 -0
  462. package/dist/system/presentation/components/index.js.map +1 -0
  463. package/dist/system/presentation/components/layout/component.d.ts +6 -0
  464. package/dist/system/presentation/components/layout/component.js +36 -0
  465. package/dist/system/presentation/components/layout/component.js.map +1 -0
  466. package/dist/system/presentation/components/layout/header/components/index.d.ts +2 -0
  467. package/dist/system/presentation/components/layout/header/components/index.js +19 -0
  468. package/dist/system/presentation/components/layout/header/components/index.js.map +1 -0
  469. package/dist/system/presentation/components/layout/header/components/menu-right/index.d.ts +1 -0
  470. package/dist/system/presentation/components/layout/header/components/menu-right/index.js +38 -0
  471. package/dist/system/presentation/components/layout/header/components/menu-right/index.js.map +1 -0
  472. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.d.ts +2 -0
  473. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.js +54 -0
  474. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/index.js.map +1 -0
  475. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.d.ts +6 -0
  476. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.js +3 -0
  477. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/interfaces.js.map +1 -0
  478. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/styles.d.ts +2 -0
  479. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/styles.js +14 -0
  480. package/dist/system/presentation/components/layout/header/components/menu-right/messages/content/styles.js.map +1 -0
  481. package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.d.ts +1 -0
  482. package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js +39 -0
  483. package/dist/system/presentation/components/layout/header/components/menu-right/messages/index.js.map +1 -0
  484. package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.d.ts +2 -0
  485. package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.js +14 -0
  486. package/dist/system/presentation/components/layout/header/components/menu-right/messages/styles.js.map +1 -0
  487. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/index.d.ts +1 -0
  488. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/index.js +36 -0
  489. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/index.js.map +1 -0
  490. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/styles.d.ts +2 -0
  491. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/styles.js +14 -0
  492. package/dist/system/presentation/components/layout/header/components/menu-right/notifications/styles.js.map +1 -0
  493. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.d.ts +1 -0
  494. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js +54 -0
  495. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/index.js.map +1 -0
  496. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.d.ts +2 -0
  497. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.js +14 -0
  498. package/dist/system/presentation/components/layout/header/components/menu-right/profile/content/styles.js.map +1 -0
  499. package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.d.ts +1 -0
  500. package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js +38 -0
  501. package/dist/system/presentation/components/layout/header/components/menu-right/profile/index.js.map +1 -0
  502. package/dist/system/presentation/components/layout/header/components/menu-right/profile/styles.d.ts +2 -0
  503. package/dist/system/presentation/components/layout/header/components/menu-right/profile/styles.js +14 -0
  504. package/dist/system/presentation/components/layout/header/components/menu-right/profile/styles.js.map +1 -0
  505. package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.d.ts +1 -0
  506. package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.js +43 -0
  507. package/dist/system/presentation/components/layout/header/components/menu-right/settings/index.js.map +1 -0
  508. package/dist/system/presentation/components/layout/header/components/menu-right/settings/styles.d.ts +2 -0
  509. package/dist/system/presentation/components/layout/header/components/menu-right/settings/styles.js +14 -0
  510. package/dist/system/presentation/components/layout/header/components/menu-right/settings/styles.js.map +1 -0
  511. package/dist/system/presentation/components/layout/header/components/menu-right/styles.d.ts +3 -0
  512. package/dist/system/presentation/components/layout/header/components/menu-right/styles.js +15 -0
  513. package/dist/system/presentation/components/layout/header/components/menu-right/styles.js.map +1 -0
  514. package/dist/system/presentation/components/layout/header/components/search-modal/index.d.ts +1 -0
  515. package/dist/system/presentation/components/layout/header/components/search-modal/index.js +39 -0
  516. package/dist/system/presentation/components/layout/header/components/search-modal/index.js.map +1 -0
  517. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.d.ts +4 -0
  518. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js +84 -0
  519. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/index.js.map +1 -0
  520. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/styles.d.ts +2 -0
  521. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/styles.js +14 -0
  522. package/dist/system/presentation/components/layout/header/components/search-modal/search-list/styles.js.map +1 -0
  523. package/dist/system/presentation/components/layout/header/components/search-modal/styles.d.ts +2 -0
  524. package/dist/system/presentation/components/layout/header/components/search-modal/styles.js +14 -0
  525. package/dist/system/presentation/components/layout/header/components/search-modal/styles.js.map +1 -0
  526. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.d.ts +1 -0
  527. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js +45 -0
  528. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/index.js.map +1 -0
  529. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/styles.d.ts +2 -0
  530. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/styles.js +14 -0
  531. package/dist/system/presentation/components/layout/header/components/search-modal/trigger/styles.js.map +1 -0
  532. package/dist/system/presentation/components/layout/header/index.d.ts +1 -0
  533. package/dist/system/presentation/components/layout/header/index.js +15 -0
  534. package/dist/system/presentation/components/layout/header/index.js.map +1 -0
  535. package/dist/system/presentation/components/layout/header/version-01/index.d.ts +1 -0
  536. package/dist/system/presentation/components/layout/header/version-01/index.js +36 -0
  537. package/dist/system/presentation/components/layout/header/version-01/index.js.map +1 -0
  538. package/dist/system/presentation/components/layout/header/version-01/styles.d.ts +6 -0
  539. package/dist/system/presentation/components/layout/header/version-01/styles.js +37 -0
  540. package/dist/system/presentation/components/layout/header/version-01/styles.js.map +1 -0
  541. package/dist/system/presentation/components/layout/index.d.ts +3 -0
  542. package/dist/system/presentation/components/layout/index.js +20 -0
  543. package/dist/system/presentation/components/layout/index.js.map +1 -0
  544. package/dist/system/presentation/components/layout/menu/components/index.d.ts +2 -0
  545. package/dist/system/presentation/components/layout/menu/components/index.js +19 -0
  546. package/dist/system/presentation/components/layout/menu/components/index.js.map +1 -0
  547. package/dist/system/presentation/components/layout/menu/components/menu/index.d.ts +1 -0
  548. package/dist/system/presentation/components/layout/menu/components/menu/index.js +56 -0
  549. package/dist/system/presentation/components/layout/menu/components/menu/index.js.map +1 -0
  550. package/dist/system/presentation/components/layout/menu/components/menu/styles.d.ts +3 -0
  551. package/dist/system/presentation/components/layout/menu/components/menu/styles.js +15 -0
  552. package/dist/system/presentation/components/layout/menu/components/menu/styles.js.map +1 -0
  553. package/dist/system/presentation/components/layout/menu/components/select-workspace/index.d.ts +16 -0
  554. package/dist/system/presentation/components/layout/menu/components/select-workspace/index.js +65 -0
  555. package/dist/system/presentation/components/layout/menu/components/select-workspace/index.js.map +1 -0
  556. package/dist/system/presentation/components/layout/menu/components/select-workspace/styles.d.ts +2 -0
  557. package/dist/system/presentation/components/layout/menu/components/select-workspace/styles.js +14 -0
  558. package/dist/system/presentation/components/layout/menu/components/select-workspace/styles.js.map +1 -0
  559. package/dist/system/presentation/components/layout/menu/index.d.ts +1 -0
  560. package/dist/system/presentation/components/layout/menu/index.js +26 -0
  561. package/dist/system/presentation/components/layout/menu/index.js.map +1 -0
  562. package/dist/system/presentation/components/layout/menu/version-01/index.d.ts +4 -0
  563. package/dist/system/presentation/components/layout/menu/version-01/index.js +36 -0
  564. package/dist/system/presentation/components/layout/menu/version-01/index.js.map +1 -0
  565. package/dist/system/presentation/components/layout/menu/version-01/styles.d.ts +2 -0
  566. package/dist/system/presentation/components/layout/menu/version-01/styles.js +14 -0
  567. package/dist/system/presentation/components/layout/menu/version-01/styles.js.map +1 -0
  568. package/dist/system/presentation/components/layout/styles.d.ts +4 -0
  569. package/dist/system/presentation/components/layout/styles.js +14 -0
  570. package/dist/system/presentation/components/layout/styles.js.map +1 -0
  571. package/dist/system/presentation/components/pages/index.d.ts +1 -0
  572. package/dist/system/presentation/components/pages/index.js +18 -0
  573. package/dist/system/presentation/components/pages/index.js.map +1 -0
  574. package/dist/system/presentation/components/pages/users/index.d.ts +1 -0
  575. package/dist/system/presentation/components/pages/users/index.js +18 -0
  576. package/dist/system/presentation/components/pages/users/index.js.map +1 -0
  577. package/dist/system/presentation/components/pages/users/page.d.ts +1 -0
  578. package/dist/system/presentation/components/pages/users/page.js +37 -0
  579. package/dist/system/presentation/components/pages/users/page.js.map +1 -0
  580. package/dist/system/presentation/components/pages/users/table/columns.d.ts +3 -0
  581. package/dist/system/presentation/components/pages/users/table/columns.js +9 -0
  582. package/dist/system/presentation/components/pages/users/table/columns.js.map +1 -0
  583. package/dist/system/presentation/components/pages/users/table/create.d.ts +3 -0
  584. package/dist/system/presentation/components/pages/users/table/create.js +76 -0
  585. package/dist/system/presentation/components/pages/users/table/create.js.map +1 -0
  586. package/dist/system/presentation/components/pages/users/table/delete.d.ts +3 -0
  587. package/dist/system/presentation/components/pages/users/table/delete.js +73 -0
  588. package/dist/system/presentation/components/pages/users/table/delete.js.map +1 -0
  589. package/dist/system/presentation/components/pages/users/table/edit.d.ts +3 -0
  590. package/dist/system/presentation/components/pages/users/table/edit.js +82 -0
  591. package/dist/system/presentation/components/pages/users/table/edit.js.map +1 -0
  592. package/dist/system/presentation/components/pages/users/table/index.d.ts +4 -0
  593. package/dist/system/presentation/components/pages/users/table/index.js +21 -0
  594. package/dist/system/presentation/components/pages/users/table/index.js.map +1 -0
  595. package/dist/system/presentation/configs/index.d.ts +2 -0
  596. package/dist/system/presentation/configs/index.js +19 -0
  597. package/dist/system/presentation/configs/index.js.map +1 -0
  598. package/dist/system/presentation/configs/page-links.d.ts +7 -0
  599. package/dist/system/presentation/configs/page-links.js +319 -0
  600. package/dist/system/presentation/configs/page-links.js.map +1 -0
  601. package/dist/system/presentation/configs/routes.d.ts +10 -0
  602. package/dist/system/presentation/configs/routes.js +14 -0
  603. package/dist/system/presentation/configs/routes.js.map +1 -0
  604. package/dist/system/presentation/context/auth/authenticated/index.d.ts +3 -0
  605. package/dist/system/presentation/context/auth/authenticated/index.js +15 -0
  606. package/dist/system/presentation/context/auth/authenticated/index.js.map +1 -0
  607. package/dist/system/presentation/context/auth/context.d.ts +7 -0
  608. package/dist/system/presentation/context/auth/context.js +130 -0
  609. package/dist/system/presentation/context/auth/context.js.map +1 -0
  610. package/dist/system/presentation/context/auth/index.d.ts +5 -0
  611. package/dist/system/presentation/context/auth/index.js +22 -0
  612. package/dist/system/presentation/context/auth/index.js.map +1 -0
  613. package/dist/system/presentation/context/auth/interfaces.d.ts +6 -0
  614. package/dist/system/presentation/context/auth/interfaces.js +3 -0
  615. package/dist/system/presentation/context/auth/interfaces.js.map +1 -0
  616. package/dist/system/presentation/context/auth/login/index.d.ts +1 -0
  617. package/dist/system/presentation/context/auth/login/index.js +36 -0
  618. package/dist/system/presentation/context/auth/login/index.js.map +1 -0
  619. package/dist/system/presentation/context/auth/login/styles.d.ts +4 -0
  620. package/dist/system/presentation/context/auth/login/styles.js +14 -0
  621. package/dist/system/presentation/context/auth/login/styles.js.map +1 -0
  622. package/dist/system/presentation/context/auth/private-page/index.d.ts +4 -0
  623. package/dist/system/presentation/context/auth/private-page/index.js +17 -0
  624. package/dist/system/presentation/context/auth/private-page/index.js.map +1 -0
  625. package/dist/system/presentation/context/auth/unauthenticated/index.d.ts +3 -0
  626. package/dist/system/presentation/context/auth/unauthenticated/index.js +15 -0
  627. package/dist/system/presentation/context/auth/unauthenticated/index.js.map +1 -0
  628. package/dist/system/presentation/context/container.d.ts +3 -0
  629. package/dist/system/presentation/context/container.js +12 -0
  630. package/dist/system/presentation/context/container.js.map +1 -0
  631. package/dist/system/presentation/context/index.d.ts +2 -0
  632. package/dist/system/presentation/context/index.js +19 -0
  633. package/dist/system/presentation/context/index.js.map +1 -0
  634. package/dist/system/presentation/hooks/index.d.ts +2 -0
  635. package/dist/system/presentation/hooks/index.js +19 -0
  636. package/dist/system/presentation/hooks/index.js.map +1 -0
  637. package/dist/system/presentation/hooks/menu/index.d.ts +1 -0
  638. package/dist/system/presentation/hooks/menu/index.js +18 -0
  639. package/dist/system/presentation/hooks/menu/index.js.map +1 -0
  640. package/dist/system/presentation/hooks/menu/use-load-menu.d.ts +1 -0
  641. package/dist/system/presentation/hooks/menu/use-load-menu.js +62 -0
  642. package/dist/system/presentation/hooks/menu/use-load-menu.js.map +1 -0
  643. package/dist/system/presentation/hooks/ui/index.d.ts +1 -0
  644. package/dist/system/presentation/hooks/ui/index.js +18 -0
  645. package/dist/system/presentation/hooks/ui/index.js.map +1 -0
  646. package/dist/system/presentation/hooks/ui/use-table/component.d.ts +4 -0
  647. package/dist/system/presentation/hooks/ui/use-table/component.js +25 -0
  648. package/dist/system/presentation/hooks/ui/use-table/component.js.map +1 -0
  649. package/dist/system/presentation/hooks/ui/use-table/components/index.d.ts +1 -0
  650. package/dist/system/presentation/hooks/ui/use-table/components/index.js +18 -0
  651. package/dist/system/presentation/hooks/ui/use-table/components/index.js.map +1 -0
  652. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.d.ts +5 -0
  653. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js +78 -0
  654. package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js.map +1 -0
  655. package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.d.ts +4 -0
  656. package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js +74 -0
  657. package/dist/system/presentation/hooks/ui/use-table/components/table/create/index.js.map +1 -0
  658. package/dist/system/presentation/hooks/ui/use-table/components/table/index.d.ts +2 -0
  659. package/dist/system/presentation/hooks/ui/use-table/components/table/index.js +90 -0
  660. package/dist/system/presentation/hooks/ui/use-table/components/table/index.js.map +1 -0
  661. package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.d.ts +14 -0
  662. package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.js +3 -0
  663. package/dist/system/presentation/hooks/ui/use-table/components/table/interfaces.js.map +1 -0
  664. package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/index.d.ts +1 -0
  665. package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/index.js +33 -0
  666. package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/index.js.map +1 -0
  667. package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/styles.d.ts +4 -0
  668. package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/styles.js +14 -0
  669. package/dist/system/presentation/hooks/ui/use-table/components/table/loader-table/styles.js.map +1 -0
  670. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.d.ts +2 -0
  671. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js +68 -0
  672. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/index.js.map +1 -0
  673. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/service.d.ts +25 -0
  674. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/service.js +53 -0
  675. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/service.js.map +1 -0
  676. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/styles.d.ts +2 -0
  677. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/styles.js +14 -0
  678. package/dist/system/presentation/hooks/ui/use-table/components/table/pagination/styles.js.map +1 -0
  679. package/dist/system/presentation/hooks/ui/use-table/components/table/styles.d.ts +4 -0
  680. package/dist/system/presentation/hooks/ui/use-table/components/table/styles.js +14 -0
  681. package/dist/system/presentation/hooks/ui/use-table/components/table/styles.js.map +1 -0
  682. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.d.ts +2 -0
  683. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js +49 -0
  684. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/index.js.map +1 -0
  685. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.d.ts +6 -0
  686. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.js +3 -0
  687. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/interfaces.js.map +1 -0
  688. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/styles.d.ts +4 -0
  689. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/styles.js +14 -0
  690. package/dist/system/presentation/hooks/ui/use-table/components/table/thead-item/styles.js.map +1 -0
  691. package/dist/system/presentation/hooks/ui/use-table/index.d.ts +3 -0
  692. package/dist/system/presentation/hooks/ui/use-table/index.js +20 -0
  693. package/dist/system/presentation/hooks/ui/use-table/index.js.map +1 -0
  694. package/dist/system/presentation/hooks/ui/use-table/interfaces.d.ts +60 -0
  695. package/dist/system/presentation/hooks/ui/use-table/interfaces.js +3 -0
  696. package/dist/system/presentation/hooks/ui/use-table/interfaces.js.map +1 -0
  697. package/dist/system/presentation/hooks/ui/use-table/query.d.ts +3 -0
  698. package/dist/system/presentation/hooks/ui/use-table/query.js +62 -0
  699. package/dist/system/presentation/hooks/ui/use-table/query.js.map +1 -0
  700. package/dist/system/presentation/index.d.ts +5 -0
  701. package/dist/system/presentation/index.js +22 -0
  702. package/dist/system/presentation/index.js.map +1 -0
  703. package/dist/system/presentation/utils/index.d.ts +1 -0
  704. package/dist/system/presentation/utils/index.js +18 -0
  705. package/dist/system/presentation/utils/index.js.map +1 -0
  706. package/dist/system/presentation/utils/use-query/call-api-one-time.d.ts +5 -0
  707. package/dist/system/presentation/utils/use-query/call-api-one-time.js +9 -0
  708. package/dist/system/presentation/utils/use-query/call-api-one-time.js.map +1 -0
  709. package/dist/system/presentation/utils/use-query/index.d.ts +1 -0
  710. package/dist/system/presentation/utils/use-query/index.js +18 -0
  711. package/dist/system/presentation/utils/use-query/index.js.map +1 -0
  712. package/dist/ui/components/accordion/index..d.ts +2 -0
  713. package/dist/ui/components/accordion/index..js +37 -0
  714. package/dist/ui/components/accordion/index..js.map +1 -0
  715. package/dist/ui/components/accordion/interfaces.d.ts +7 -0
  716. package/dist/ui/components/accordion/interfaces.js +3 -0
  717. package/dist/ui/components/accordion/interfaces.js.map +1 -0
  718. package/dist/ui/components/accordion/styles.d.ts +2 -0
  719. package/dist/ui/components/accordion/styles.js +11 -0
  720. package/dist/ui/components/accordion/styles.js.map +1 -0
  721. package/dist/ui/components/breadcrumb/index.d.ts +2 -0
  722. package/dist/ui/components/breadcrumb/index.js +68 -0
  723. package/dist/ui/components/breadcrumb/index.js.map +1 -0
  724. package/dist/ui/components/breadcrumb/interfaces.d.ts +8 -0
  725. package/dist/ui/components/breadcrumb/interfaces.js +3 -0
  726. package/dist/ui/components/breadcrumb/interfaces.js.map +1 -0
  727. package/dist/ui/components/breadcrumb/styles.d.ts +4 -0
  728. package/dist/ui/components/breadcrumb/styles.js +14 -0
  729. package/dist/ui/components/breadcrumb/styles.js.map +1 -0
  730. package/dist/ui/components/button/component.d.ts +2 -0
  731. package/dist/ui/components/button/component.js +62 -0
  732. package/dist/ui/components/button/component.js.map +1 -0
  733. package/dist/ui/components/button/index.d.ts +2 -0
  734. package/dist/ui/components/button/index.js +19 -0
  735. package/dist/ui/components/button/index.js.map +1 -0
  736. package/dist/ui/components/button/interfaces.d.ts +10 -0
  737. package/dist/ui/components/button/interfaces.js +3 -0
  738. package/dist/ui/components/button/interfaces.js.map +1 -0
  739. package/dist/ui/components/button/styles.d.ts +6 -0
  740. package/dist/ui/components/button/styles.js +14 -0
  741. package/dist/ui/components/button/styles.js.map +1 -0
  742. package/dist/ui/components/container/index.d.ts +2 -0
  743. package/dist/ui/components/container/index.js +10 -0
  744. package/dist/ui/components/container/index.js.map +1 -0
  745. package/dist/ui/components/container/interfaces.d.ts +4 -0
  746. package/dist/ui/components/container/interfaces.js +3 -0
  747. package/dist/ui/components/container/interfaces.js.map +1 -0
  748. package/dist/ui/components/error-boundary/component.d.ts +2 -0
  749. package/dist/ui/components/error-boundary/component.js +12 -0
  750. package/dist/ui/components/error-boundary/component.js.map +1 -0
  751. package/dist/ui/components/error-boundary/error-body.d.ts +2 -0
  752. package/dist/ui/components/error-boundary/error-body.js +10 -0
  753. package/dist/ui/components/error-boundary/error-body.js.map +1 -0
  754. package/dist/ui/components/error-boundary/index.d.ts +2 -0
  755. package/dist/ui/components/error-boundary/index.js +19 -0
  756. package/dist/ui/components/error-boundary/index.js.map +1 -0
  757. package/dist/ui/components/error-boundary/interfaces.d.ts +8 -0
  758. package/dist/ui/components/error-boundary/interfaces.js +3 -0
  759. package/dist/ui/components/error-boundary/interfaces.js.map +1 -0
  760. package/dist/ui/components/form/checkbox/index.d.ts +10 -0
  761. package/dist/ui/components/form/checkbox/index.js +48 -0
  762. package/dist/ui/components/form/checkbox/index.js.map +1 -0
  763. package/dist/ui/components/form/checkbox/styles.d.ts +4 -0
  764. package/dist/ui/components/form/checkbox/styles.js +14 -0
  765. package/dist/ui/components/form/checkbox/styles.js.map +1 -0
  766. package/dist/ui/components/form/handler/custom-submit/index.d.ts +16 -0
  767. package/dist/ui/components/form/handler/custom-submit/index.js +22 -0
  768. package/dist/ui/components/form/handler/custom-submit/index.js.map +1 -0
  769. package/dist/ui/components/form/handler/dynamic_form_handler/index.d.ts +2 -0
  770. package/dist/ui/components/form/handler/dynamic_form_handler/index.js +103 -0
  771. package/dist/ui/components/form/handler/dynamic_form_handler/index.js.map +1 -0
  772. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.d.ts +26 -0
  773. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js +3 -0
  774. package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js.map +1 -0
  775. package/dist/ui/components/form/handler/form-handler/index.d.ts +2 -0
  776. package/dist/ui/components/form/handler/form-handler/index.js +148 -0
  777. package/dist/ui/components/form/handler/form-handler/index.js.map +1 -0
  778. package/dist/ui/components/form/handler/index.d.ts +2 -0
  779. package/dist/ui/components/form/handler/index.js +25 -0
  780. package/dist/ui/components/form/handler/index.js.map +1 -0
  781. package/dist/ui/components/form/handler/interfaces.d.ts +18 -0
  782. package/dist/ui/components/form/handler/interfaces.js +3 -0
  783. package/dist/ui/components/form/handler/interfaces.js.map +1 -0
  784. package/dist/ui/components/form/handler/styles.d.ts +4 -0
  785. package/dist/ui/components/form/handler/styles.js +14 -0
  786. package/dist/ui/components/form/handler/styles.js.map +1 -0
  787. package/dist/ui/components/form/index.d.ts +13 -0
  788. package/dist/ui/components/form/index.js +30 -0
  789. package/dist/ui/components/form/index.js.map +1 -0
  790. package/dist/ui/components/form/input/index.d.ts +2 -0
  791. package/dist/ui/components/form/input/index.js +23 -0
  792. package/dist/ui/components/form/input/index.js.map +1 -0
  793. package/dist/ui/components/form/input-control/error/index.d.ts +2 -0
  794. package/dist/ui/components/form/input-control/error/index.js +40 -0
  795. package/dist/ui/components/form/input-control/error/index.js.map +1 -0
  796. package/dist/ui/components/form/input-control/error/styles.d.ts +4 -0
  797. package/dist/ui/components/form/input-control/error/styles.js +14 -0
  798. package/dist/ui/components/form/input-control/error/styles.js.map +1 -0
  799. package/dist/ui/components/form/input-control/index.d.ts +2 -0
  800. package/dist/ui/components/form/input-control/index.js +38 -0
  801. package/dist/ui/components/form/input-control/index.js.map +1 -0
  802. package/dist/ui/components/form/input-control/label/index.d.ts +1 -0
  803. package/dist/ui/components/form/input-control/label/index.js +34 -0
  804. package/dist/ui/components/form/input-control/label/index.js.map +1 -0
  805. package/dist/ui/components/form/input-control/label/interfaces.d.ts +4 -0
  806. package/dist/ui/components/form/input-control/label/interfaces.js +1 -0
  807. package/dist/ui/components/form/input-control/label/interfaces.js.map +1 -0
  808. package/dist/ui/components/form/input-control/label/styles.d.ts +4 -0
  809. package/dist/ui/components/form/input-control/label/styles.js +14 -0
  810. package/dist/ui/components/form/input-control/label/styles.js.map +1 -0
  811. package/dist/ui/components/form/input-control/loader-input/index.d.ts +1 -0
  812. package/dist/ui/components/form/input-control/loader-input/index.js +34 -0
  813. package/dist/ui/components/form/input-control/loader-input/index.js.map +1 -0
  814. package/dist/ui/components/form/input-control/loader-input/styles.d.ts +4 -0
  815. package/dist/ui/components/form/input-control/loader-input/styles.js +14 -0
  816. package/dist/ui/components/form/input-control/loader-input/styles.js.map +1 -0
  817. package/dist/ui/components/form/input-control/styles.d.ts +8 -0
  818. package/dist/ui/components/form/input-control/styles.js +17 -0
  819. package/dist/ui/components/form/input-control/styles.js.map +1 -0
  820. package/dist/ui/components/form/input-cpf-cnpj/index.d.ts +2 -0
  821. package/dist/ui/components/form/input-cpf-cnpj/index.js +35 -0
  822. package/dist/ui/components/form/input-cpf-cnpj/index.js.map +1 -0
  823. package/dist/ui/components/form/input-currency/index.d.ts +2 -0
  824. package/dist/ui/components/form/input-currency/index.js +27 -0
  825. package/dist/ui/components/form/input-currency/index.js.map +1 -0
  826. package/dist/ui/components/form/input-file/index.d.ts +2 -0
  827. package/dist/ui/components/form/input-file/index.js +35 -0
  828. package/dist/ui/components/form/input-file/index.js.map +1 -0
  829. package/dist/ui/components/form/input-file/styles.d.ts +4 -0
  830. package/dist/ui/components/form/input-file/styles.js +14 -0
  831. package/dist/ui/components/form/input-file/styles.js.map +1 -0
  832. package/dist/ui/components/form/input-mask/index.d.ts +5 -0
  833. package/dist/ui/components/form/input-mask/index.js +28 -0
  834. package/dist/ui/components/form/input-mask/index.js.map +1 -0
  835. package/dist/ui/components/form/input-password/index.d.ts +2 -0
  836. package/dist/ui/components/form/input-password/index.js +50 -0
  837. package/dist/ui/components/form/input-password/index.js.map +1 -0
  838. package/dist/ui/components/form/input-password/styles.d.ts +4 -0
  839. package/dist/ui/components/form/input-password/styles.js +14 -0
  840. package/dist/ui/components/form/input-password/styles.js.map +1 -0
  841. package/dist/ui/components/form/input-switch/index.d.ts +2 -0
  842. package/dist/ui/components/form/input-switch/index.js +24 -0
  843. package/dist/ui/components/form/input-switch/index.js.map +1 -0
  844. package/dist/ui/components/form/interfaces.d.ts +13 -0
  845. package/dist/ui/components/form/interfaces.js +3 -0
  846. package/dist/ui/components/form/interfaces.js.map +1 -0
  847. package/dist/ui/components/form/radio/index.d.ts +10 -0
  848. package/dist/ui/components/form/radio/index.js +59 -0
  849. package/dist/ui/components/form/radio/index.js.map +1 -0
  850. package/dist/ui/components/form/radio/styles.d.ts +4 -0
  851. package/dist/ui/components/form/radio/styles.js +14 -0
  852. package/dist/ui/components/form/radio/styles.js.map +1 -0
  853. package/dist/ui/components/form/select/index.d.ts +2 -0
  854. package/dist/ui/components/form/select/index.js +76 -0
  855. package/dist/ui/components/form/select/index.js.map +1 -0
  856. package/dist/ui/components/form/select/interfaces.d.ts +24 -0
  857. package/dist/ui/components/form/select/interfaces.js +3 -0
  858. package/dist/ui/components/form/select/interfaces.js.map +1 -0
  859. package/dist/ui/components/form/select/styles.d.ts +4 -0
  860. package/dist/ui/components/form/select/styles.js +14 -0
  861. package/dist/ui/components/form/select/styles.js.map +1 -0
  862. package/dist/ui/components/form/textarea/index.d.ts +2 -0
  863. package/dist/ui/components/form/textarea/index.js +23 -0
  864. package/dist/ui/components/form/textarea/index.js.map +1 -0
  865. package/dist/ui/components/index.d.ts +10 -0
  866. package/dist/ui/components/index.js +27 -0
  867. package/dist/ui/components/index.js.map +1 -0
  868. package/dist/ui/components/loader-circle/index.d.ts +2 -0
  869. package/dist/ui/components/loader-circle/index.js +15 -0
  870. package/dist/ui/components/loader-circle/index.js.map +1 -0
  871. package/dist/ui/components/loader-circle/interfaces.d.ts +4 -0
  872. package/dist/ui/components/loader-circle/interfaces.js +3 -0
  873. package/dist/ui/components/loader-circle/interfaces.js.map +1 -0
  874. package/dist/ui/components/loading-screen/index.d.ts +3 -0
  875. package/dist/ui/components/loading-screen/index.js +40 -0
  876. package/dist/ui/components/loading-screen/index.js.map +1 -0
  877. package/dist/ui/components/loading-screen/interfaces.d.ts +4 -0
  878. package/dist/ui/components/loading-screen/interfaces.js +3 -0
  879. package/dist/ui/components/loading-screen/interfaces.js.map +1 -0
  880. package/dist/ui/components/loading-screen/styles.d.ts +4 -0
  881. package/dist/ui/components/loading-screen/styles.js +39 -0
  882. package/dist/ui/components/loading-screen/styles.js.map +1 -0
  883. package/dist/ui/components/menu-mobile/components/nav-links/index.d.ts +3 -0
  884. package/dist/ui/components/menu-mobile/components/nav-links/index.js +66 -0
  885. package/dist/ui/components/menu-mobile/components/nav-links/index.js.map +1 -0
  886. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.d.ts +5 -0
  887. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js +3 -0
  888. package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js.map +1 -0
  889. package/dist/ui/components/menu-mobile/components/nav-links/styles.d.ts +2 -0
  890. package/dist/ui/components/menu-mobile/components/nav-links/styles.js +14 -0
  891. package/dist/ui/components/menu-mobile/components/nav-links/styles.js.map +1 -0
  892. package/dist/ui/components/menu-mobile/index.d.ts +2 -0
  893. package/dist/ui/components/menu-mobile/index.js +78 -0
  894. package/dist/ui/components/menu-mobile/index.js.map +1 -0
  895. package/dist/ui/components/menu-mobile/interfaces.d.ts +24 -0
  896. package/dist/ui/components/menu-mobile/interfaces.js +3 -0
  897. package/dist/ui/components/menu-mobile/interfaces.js.map +1 -0
  898. package/dist/ui/components/menu-mobile/styles.d.ts +2 -0
  899. package/dist/ui/components/menu-mobile/styles.js +14 -0
  900. package/dist/ui/components/menu-mobile/styles.js.map +1 -0
  901. package/dist/ui/components/menu-mobile/top/index.d.ts +2 -0
  902. package/dist/ui/components/menu-mobile/top/index.js +50 -0
  903. package/dist/ui/components/menu-mobile/top/index.js.map +1 -0
  904. package/dist/ui/components/menu-mobile/top/interfaces.d.ts +6 -0
  905. package/dist/ui/components/menu-mobile/top/interfaces.js +3 -0
  906. package/dist/ui/components/menu-mobile/top/interfaces.js.map +1 -0
  907. package/dist/ui/components/menu-mobile/top/styles.d.ts +2 -0
  908. package/dist/ui/components/menu-mobile/top/styles.js +14 -0
  909. package/dist/ui/components/menu-mobile/top/styles.js.map +1 -0
  910. package/dist/ui/components/next-image/index.d.ts +2 -0
  911. package/dist/ui/components/next-image/index.js +41 -0
  912. package/dist/ui/components/next-image/index.js.map +1 -0
  913. package/dist/ui/components/next-image/interfaces.d.ts +7 -0
  914. package/dist/ui/components/next-image/interfaces.js +3 -0
  915. package/dist/ui/components/next-image/interfaces.js.map +1 -0
  916. package/dist/ui/components/next-image/styles.d.ts +2 -0
  917. package/dist/ui/components/next-image/styles.js +14 -0
  918. package/dist/ui/components/next-image/styles.js.map +1 -0
  919. package/dist/ui/components/sidebar/index.d.ts +3 -0
  920. package/dist/ui/components/sidebar/index.js +46 -0
  921. package/dist/ui/components/sidebar/index.js.map +1 -0
  922. package/dist/ui/components/sidebar/interfaces.d.ts +9 -0
  923. package/dist/ui/components/sidebar/interfaces.js +3 -0
  924. package/dist/ui/components/sidebar/interfaces.js.map +1 -0
  925. package/dist/ui/components/sidebar/styles.d.ts +11 -0
  926. package/dist/ui/components/sidebar/styles.js +16 -0
  927. package/dist/ui/components/sidebar/styles.js.map +1 -0
  928. package/dist/ui/contexts/index.d.ts +3 -0
  929. package/dist/ui/contexts/index.js +20 -0
  930. package/dist/ui/contexts/index.js.map +1 -0
  931. package/dist/ui/contexts/route-loading/index.d.ts +3 -0
  932. package/dist/ui/contexts/route-loading/index.js +39 -0
  933. package/dist/ui/contexts/route-loading/index.js.map +1 -0
  934. package/dist/ui/contexts/theme/context.d.ts +5 -0
  935. package/dist/ui/contexts/theme/context.js +19 -0
  936. package/dist/ui/contexts/theme/context.js.map +1 -0
  937. package/dist/ui/contexts/theme/index.d.ts +2 -0
  938. package/dist/ui/contexts/theme/index.js +19 -0
  939. package/dist/ui/contexts/theme/index.js.map +1 -0
  940. package/dist/ui/contexts/theme/interfaces.d.ts +8 -0
  941. package/dist/ui/contexts/theme/interfaces.js +7 -0
  942. package/dist/ui/contexts/theme/interfaces.js.map +1 -0
  943. package/dist/ui/contexts/toast/index.d.ts +8 -0
  944. package/dist/ui/contexts/toast/index.js +70 -0
  945. package/dist/ui/contexts/toast/index.js.map +1 -0
  946. package/dist/ui/contexts/toast/interfaces.d.ts +5 -0
  947. package/dist/ui/contexts/toast/interfaces.js +3 -0
  948. package/dist/ui/contexts/toast/interfaces.js.map +1 -0
  949. package/dist/ui/contexts/toast/styles.d.ts +4 -0
  950. package/dist/ui/contexts/toast/styles.js +14 -0
  951. package/dist/ui/contexts/toast/styles.js.map +1 -0
  952. package/dist/ui/contexts/toast/toast-item/index.d.ts +5 -0
  953. package/dist/ui/contexts/toast/toast-item/index.js +65 -0
  954. package/dist/ui/contexts/toast/toast-item/index.js.map +1 -0
  955. package/dist/ui/contexts/toast/toast-item/styles.d.ts +4 -0
  956. package/dist/ui/contexts/toast/toast-item/styles.js +14 -0
  957. package/dist/ui/contexts/toast/toast-item/styles.js.map +1 -0
  958. package/dist/ui/hooks/index.d.ts +2 -0
  959. package/dist/ui/hooks/index.js +19 -0
  960. package/dist/ui/hooks/index.js.map +1 -0
  961. package/dist/ui/hooks/use-mounted/index.d.ts +1 -0
  962. package/dist/ui/hooks/use-mounted/index.js +13 -0
  963. package/dist/ui/hooks/use-mounted/index.js.map +1 -0
  964. package/dist/ui/hooks/use-screen/index.d.ts +5 -0
  965. package/dist/ui/hooks/use-screen/index.js +36 -0
  966. package/dist/ui/hooks/use-screen/index.js.map +1 -0
  967. package/dist/ui/icons/index.d.ts +53 -0
  968. package/dist/ui/icons/index.js +70 -0
  969. package/dist/ui/icons/index.js.map +1 -0
  970. package/dist/ui/icons/interfaces.d.ts +4 -0
  971. package/dist/ui/icons/interfaces.js +3 -0
  972. package/dist/ui/icons/interfaces.js.map +1 -0
  973. package/dist/ui/icons/render/Carousel-left-icon.d.ts +2 -0
  974. package/dist/ui/icons/render/Carousel-left-icon.js +10 -0
  975. package/dist/ui/icons/render/Carousel-left-icon.js.map +1 -0
  976. package/dist/ui/icons/render/Carousel-right-icon.d.ts +2 -0
  977. package/dist/ui/icons/render/Carousel-right-icon.js +10 -0
  978. package/dist/ui/icons/render/Carousel-right-icon.js.map +1 -0
  979. package/dist/ui/icons/render/Check.d.ts +2 -0
  980. package/dist/ui/icons/render/Check.js +10 -0
  981. package/dist/ui/icons/render/Check.js.map +1 -0
  982. package/dist/ui/icons/render/Clock.d.ts +2 -0
  983. package/dist/ui/icons/render/Clock.js +10 -0
  984. package/dist/ui/icons/render/Clock.js.map +1 -0
  985. package/dist/ui/icons/render/Close.d.ts +2 -0
  986. package/dist/ui/icons/render/Close.js +10 -0
  987. package/dist/ui/icons/render/Close.js.map +1 -0
  988. package/dist/ui/icons/render/Codie.d.ts +2 -0
  989. package/dist/ui/icons/render/Codie.js +10 -0
  990. package/dist/ui/icons/render/Codie.js.map +1 -0
  991. package/dist/ui/icons/render/Edit.d.ts +2 -0
  992. package/dist/ui/icons/render/Edit.js +10 -0
  993. package/dist/ui/icons/render/Edit.js.map +1 -0
  994. package/dist/ui/icons/render/Email.d.ts +3 -0
  995. package/dist/ui/icons/render/Email.js +15 -0
  996. package/dist/ui/icons/render/Email.js.map +1 -0
  997. package/dist/ui/icons/render/Exit.d.ts +1 -0
  998. package/dist/ui/icons/render/Exit.js +9 -0
  999. package/dist/ui/icons/render/Exit.js.map +1 -0
  1000. package/dist/ui/icons/render/Eye.d.ts +2 -0
  1001. package/dist/ui/icons/render/Eye.js +10 -0
  1002. package/dist/ui/icons/render/Eye.js.map +1 -0
  1003. package/dist/ui/icons/render/Facebook.d.ts +3 -0
  1004. package/dist/ui/icons/render/Facebook.js +15 -0
  1005. package/dist/ui/icons/render/Facebook.js.map +1 -0
  1006. package/dist/ui/icons/render/File.d.ts +2 -0
  1007. package/dist/ui/icons/render/File.js +10 -0
  1008. package/dist/ui/icons/render/File.js.map +1 -0
  1009. package/dist/ui/icons/render/Folder.d.ts +2 -0
  1010. package/dist/ui/icons/render/Folder.js +10 -0
  1011. package/dist/ui/icons/render/Folder.js.map +1 -0
  1012. package/dist/ui/icons/render/Gear.d.ts +1 -0
  1013. package/dist/ui/icons/render/Gear.js +9 -0
  1014. package/dist/ui/icons/render/Gear.js.map +1 -0
  1015. package/dist/ui/icons/render/Globe.d.ts +2 -0
  1016. package/dist/ui/icons/render/Globe.js +10 -0
  1017. package/dist/ui/icons/render/Globe.js.map +1 -0
  1018. package/dist/ui/icons/render/Home.d.ts +2 -0
  1019. package/dist/ui/icons/render/Home.js +10 -0
  1020. package/dist/ui/icons/render/Home.js.map +1 -0
  1021. package/dist/ui/icons/render/Insagram.d.ts +3 -0
  1022. package/dist/ui/icons/render/Insagram.js +15 -0
  1023. package/dist/ui/icons/render/Insagram.js.map +1 -0
  1024. package/dist/ui/icons/render/Linkedin.d.ts +3 -0
  1025. package/dist/ui/icons/render/Linkedin.js +15 -0
  1026. package/dist/ui/icons/render/Linkedin.js.map +1 -0
  1027. package/dist/ui/icons/render/LongArrowRight.d.ts +2 -0
  1028. package/dist/ui/icons/render/LongArrowRight.js +11 -0
  1029. package/dist/ui/icons/render/LongArrowRight.js.map +1 -0
  1030. package/dist/ui/icons/render/Lupa.d.ts +2 -0
  1031. package/dist/ui/icons/render/Lupa.js +10 -0
  1032. package/dist/ui/icons/render/Lupa.js.map +1 -0
  1033. package/dist/ui/icons/render/Map.d.ts +2 -0
  1034. package/dist/ui/icons/render/Map.js +10 -0
  1035. package/dist/ui/icons/render/Map.js.map +1 -0
  1036. package/dist/ui/icons/render/Microphone.d.ts +2 -0
  1037. package/dist/ui/icons/render/Microphone.js +10 -0
  1038. package/dist/ui/icons/render/Microphone.js.map +1 -0
  1039. package/dist/ui/icons/render/Minus.d.ts +2 -0
  1040. package/dist/ui/icons/render/Minus.js +10 -0
  1041. package/dist/ui/icons/render/Minus.js.map +1 -0
  1042. package/dist/ui/icons/render/NavDown.d.ts +3 -0
  1043. package/dist/ui/icons/render/NavDown.js +15 -0
  1044. package/dist/ui/icons/render/NavDown.js.map +1 -0
  1045. package/dist/ui/icons/render/NavLeft.d.ts +2 -0
  1046. package/dist/ui/icons/render/NavLeft.js +10 -0
  1047. package/dist/ui/icons/render/NavLeft.js.map +1 -0
  1048. package/dist/ui/icons/render/NavRight.d.ts +2 -0
  1049. package/dist/ui/icons/render/NavRight.js +10 -0
  1050. package/dist/ui/icons/render/NavRight.js.map +1 -0
  1051. package/dist/ui/icons/render/NavUp.d.ts +2 -0
  1052. package/dist/ui/icons/render/NavUp.js +10 -0
  1053. package/dist/ui/icons/render/NavUp.js.map +1 -0
  1054. package/dist/ui/icons/render/Phone.d.ts +3 -0
  1055. package/dist/ui/icons/render/Phone.js +15 -0
  1056. package/dist/ui/icons/render/Phone.js.map +1 -0
  1057. package/dist/ui/icons/render/Pin.d.ts +3 -0
  1058. package/dist/ui/icons/render/Pin.js +15 -0
  1059. package/dist/ui/icons/render/Pin.js.map +1 -0
  1060. package/dist/ui/icons/render/Play.d.ts +2 -0
  1061. package/dist/ui/icons/render/Play.js +10 -0
  1062. package/dist/ui/icons/render/Play.js.map +1 -0
  1063. package/dist/ui/icons/render/Plus.d.ts +2 -0
  1064. package/dist/ui/icons/render/Plus.js +10 -0
  1065. package/dist/ui/icons/render/Plus.js.map +1 -0
  1066. package/dist/ui/icons/render/Share.d.ts +2 -0
  1067. package/dist/ui/icons/render/Share.js +10 -0
  1068. package/dist/ui/icons/render/Share.js.map +1 -0
  1069. package/dist/ui/icons/render/TikTok.d.ts +2 -0
  1070. package/dist/ui/icons/render/TikTok.js +10 -0
  1071. package/dist/ui/icons/render/TikTok.js.map +1 -0
  1072. package/dist/ui/icons/render/Twitter.d.ts +3 -0
  1073. package/dist/ui/icons/render/Twitter.js +15 -0
  1074. package/dist/ui/icons/render/Twitter.js.map +1 -0
  1075. package/dist/ui/icons/render/YouTube.d.ts +2 -0
  1076. package/dist/ui/icons/render/YouTube.js +10 -0
  1077. package/dist/ui/icons/render/YouTube.js.map +1 -0
  1078. package/dist/ui/icons/render/box.d.ts +2 -0
  1079. package/dist/ui/icons/render/box.js +10 -0
  1080. package/dist/ui/icons/render/box.js.map +1 -0
  1081. package/dist/ui/icons/render/calendar.d.ts +2 -0
  1082. package/dist/ui/icons/render/calendar.js +10 -0
  1083. package/dist/ui/icons/render/calendar.js.map +1 -0
  1084. package/dist/ui/icons/render/chat.d.ts +2 -0
  1085. package/dist/ui/icons/render/chat.js +10 -0
  1086. package/dist/ui/icons/render/chat.js.map +1 -0
  1087. package/dist/ui/icons/render/component.d.ts +9 -0
  1088. package/dist/ui/icons/render/component.js +10 -0
  1089. package/dist/ui/icons/render/component.js.map +1 -0
  1090. package/dist/ui/icons/render/exclamation.d.ts +2 -0
  1091. package/dist/ui/icons/render/exclamation.js +10 -0
  1092. package/dist/ui/icons/render/exclamation.js.map +1 -0
  1093. package/dist/ui/icons/render/eye-off.d.ts +2 -0
  1094. package/dist/ui/icons/render/eye-off.js +10 -0
  1095. package/dist/ui/icons/render/eye-off.js.map +1 -0
  1096. package/dist/ui/icons/render/fullfield-bell.d.ts +2 -0
  1097. package/dist/ui/icons/render/fullfield-bell.js +10 -0
  1098. package/dist/ui/icons/render/fullfield-bell.js.map +1 -0
  1099. package/dist/ui/icons/render/fullfield-chat.d.ts +2 -0
  1100. package/dist/ui/icons/render/fullfield-chat.js +10 -0
  1101. package/dist/ui/icons/render/fullfield-chat.js.map +1 -0
  1102. package/dist/ui/icons/render/image.d.ts +2 -0
  1103. package/dist/ui/icons/render/image.js +10 -0
  1104. package/dist/ui/icons/render/image.js.map +1 -0
  1105. package/dist/ui/icons/render/index.d.ts +1 -0
  1106. package/dist/ui/icons/render/index.js +18 -0
  1107. package/dist/ui/icons/render/index.js.map +1 -0
  1108. package/dist/ui/icons/render/keyboard-right-arrow.d.ts +2 -0
  1109. package/dist/ui/icons/render/keyboard-right-arrow.js +10 -0
  1110. package/dist/ui/icons/render/keyboard-right-arrow.js.map +1 -0
  1111. package/dist/ui/icons/render/loading.d.ts +2 -0
  1112. package/dist/ui/icons/render/loading.js +10 -0
  1113. package/dist/ui/icons/render/loading.js.map +1 -0
  1114. package/dist/ui/icons/render/not-found.d.ts +2 -0
  1115. package/dist/ui/icons/render/not-found.js +10 -0
  1116. package/dist/ui/icons/render/not-found.js.map +1 -0
  1117. package/dist/ui/icons/render/phone-message.d.ts +2 -0
  1118. package/dist/ui/icons/render/phone-message.js +10 -0
  1119. package/dist/ui/icons/render/phone-message.js.map +1 -0
  1120. package/dist/ui/icons/render/plus-sharp.d.ts +2 -0
  1121. package/dist/ui/icons/render/plus-sharp.js +10 -0
  1122. package/dist/ui/icons/render/plus-sharp.js.map +1 -0
  1123. package/dist/ui/icons/render/shopping.d.ts +2 -0
  1124. package/dist/ui/icons/render/shopping.js +10 -0
  1125. package/dist/ui/icons/render/shopping.js.map +1 -0
  1126. package/dist/ui/icons/render/transparent-mail.d.ts +2 -0
  1127. package/dist/ui/icons/render/transparent-mail.js +10 -0
  1128. package/dist/ui/icons/render/transparent-mail.js.map +1 -0
  1129. package/dist/ui/icons/render/transparent-phone.d.ts +2 -0
  1130. package/dist/ui/icons/render/transparent-phone.js +10 -0
  1131. package/dist/ui/icons/render/transparent-phone.js.map +1 -0
  1132. package/dist/ui/icons/render/user.d.ts +2 -0
  1133. package/dist/ui/icons/render/user.js +10 -0
  1134. package/dist/ui/icons/render/user.js.map +1 -0
  1135. package/dist/ui/icons/render/whats.d.ts +3 -0
  1136. package/dist/ui/icons/render/whats.js +15 -0
  1137. package/dist/ui/icons/render/whats.js.map +1 -0
  1138. package/dist/ui/icons/render-icon/index.d.ts +7 -0
  1139. package/dist/ui/icons/render-icon/index.js +38 -0
  1140. package/dist/ui/icons/render-icon/index.js.map +1 -0
  1141. package/dist/ui/index.d.ts +5 -0
  1142. package/dist/ui/index.js +22 -0
  1143. package/dist/ui/index.js.map +1 -0
  1144. package/dist/ui/utils/cookies.d.ts +3 -0
  1145. package/dist/ui/utils/cookies.js +30 -0
  1146. package/dist/ui/utils/cookies.js.map +1 -0
  1147. package/dist/ui/utils/facebook/facebook-pixel.d.ts +3 -0
  1148. package/dist/ui/utils/facebook/facebook-pixel.js +15 -0
  1149. package/dist/ui/utils/facebook/facebook-pixel.js.map +1 -0
  1150. package/dist/ui/utils/facebook/index.d.ts +1 -0
  1151. package/dist/ui/utils/facebook/index.js +18 -0
  1152. package/dist/ui/utils/facebook/index.js.map +1 -0
  1153. package/dist/ui/utils/index.d.ts +5 -0
  1154. package/dist/ui/utils/index.js +22 -0
  1155. package/dist/ui/utils/index.js.map +1 -0
  1156. package/dist/ui/utils/libs/index.d.ts +1 -0
  1157. package/dist/ui/utils/libs/index.js +18 -0
  1158. package/dist/ui/utils/libs/index.js.map +1 -0
  1159. package/dist/ui/utils/libs/next/index.d.ts +2 -0
  1160. package/dist/ui/utils/libs/next/index.js +19 -0
  1161. package/dist/ui/utils/libs/next/index.js.map +1 -0
  1162. package/dist/ui/utils/libs/next/router-build.d.ts +10 -0
  1163. package/dist/ui/utils/libs/next/router-build.js +113 -0
  1164. package/dist/ui/utils/libs/next/router-build.js.map +1 -0
  1165. package/dist/ui/utils/libs/next/update-route.d.ts +6 -0
  1166. package/dist/ui/utils/libs/next/update-route.js +31 -0
  1167. package/dist/ui/utils/libs/next/update-route.js.map +1 -0
  1168. package/dist/ui/utils/uid/index.d.ts +1 -0
  1169. package/dist/ui/utils/uid/index.js +17 -0
  1170. package/dist/ui/utils/uid/index.js.map +1 -0
  1171. package/dist/ui/utils/validations/index.d.ts +2 -0
  1172. package/dist/ui/utils/validations/index.js +19 -0
  1173. package/dist/ui/utils/validations/index.js.map +1 -0
  1174. package/dist/ui/utils/validations/validate-cpf.d.ts +1 -0
  1175. package/dist/ui/utils/validations/validate-cpf.js +34 -0
  1176. package/dist/ui/utils/validations/validate-cpf.js.map +1 -0
  1177. package/dist/ui/utils/validations/validate-phone.d.ts +1 -0
  1178. package/dist/ui/utils/validations/validate-phone.js +86 -0
  1179. package/dist/ui/utils/validations/validate-phone.js.map +1 -0
  1180. package/package.json +1 -1
  1181. package/dist/tsconfig.tsbuildinfo +0 -1
@@ -0,0 +1,113 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.createRouterBuild = void 0;
4
+ function createRouterBuild(router) {
5
+ var queryParams = router.query;
6
+ function addRouteParam(paramName, paramValue) {
7
+ if (queryParams[paramName]) {
8
+ queryParams[paramName] = "".concat(queryParams[paramName], ",").concat(paramValue);
9
+ }
10
+ else {
11
+ queryParams[paramName] = paramValue;
12
+ }
13
+ router.push({
14
+ pathname: router.pathname,
15
+ query: queryParams,
16
+ }, undefined, {
17
+ shallow: false,
18
+ });
19
+ }
20
+ function updateRouteParam(paramName, paramValue) {
21
+ queryParams[paramName] = paramValue;
22
+ router.push({
23
+ pathname: router.pathname,
24
+ query: queryParams,
25
+ }, undefined, {
26
+ shallow: false,
27
+ scroll: false
28
+ });
29
+ }
30
+ function removeRouteParam(paramName, value) {
31
+ var paramText = queryParams[paramName];
32
+ if (typeof paramText === 'string') {
33
+ var paramItemsArray = paramText.split(',');
34
+ var paramRemoveIndex = paramItemsArray.findIndex(function (paramItem) { return paramItem === value.toString(); });
35
+ if (paramRemoveIndex !== -1) {
36
+ paramItemsArray.splice(paramRemoveIndex, 1);
37
+ }
38
+ if (paramItemsArray.length > 0) {
39
+ queryParams[paramName] = paramItemsArray.join(',');
40
+ }
41
+ else {
42
+ delete queryParams[paramName];
43
+ }
44
+ }
45
+ router.push({
46
+ pathname: router.pathname,
47
+ query: queryParams,
48
+ }, undefined, {
49
+ shallow: false,
50
+ });
51
+ }
52
+ function addRoutePath(mainPath, path) {
53
+ var mainPathValues = queryParams[mainPath];
54
+ if (typeof mainPathValues !== 'string' &&
55
+ mainPathValues !== undefined) {
56
+ mainPathValues.push(path);
57
+ }
58
+ queryParams[mainPath] = mainPathValues;
59
+ router.push({
60
+ pathname: router.pathname,
61
+ query: queryParams,
62
+ }, undefined, {
63
+ shallow: false,
64
+ });
65
+ }
66
+ function updateRoutePath(mainPath, newPath) {
67
+ queryParams[mainPath] = newPath.split('/');
68
+ router.push({
69
+ pathname: router.pathname,
70
+ query: queryParams,
71
+ }, undefined, {
72
+ shallow: false,
73
+ });
74
+ }
75
+ function removeRoutePath(mainPath, value) {
76
+ var mainPathValues = queryParams[mainPath];
77
+ if (typeof mainPathValues !== 'string' &&
78
+ mainPathValues !== undefined) {
79
+ var routeRemoveIndex = mainPathValues.findIndex(function (routeValue) { return routeValue === value.toString(); });
80
+ if (routeRemoveIndex !== -1) {
81
+ mainPathValues.splice(routeRemoveIndex, 1);
82
+ }
83
+ }
84
+ queryParams[mainPath] = mainPathValues;
85
+ router.push({
86
+ pathname: router.pathname,
87
+ query: queryParams,
88
+ }, undefined, {
89
+ shallow: false,
90
+ });
91
+ }
92
+ function switchRoute(mainPath, path, removeParam, newParams) {
93
+ delete queryParams[removeParam];
94
+ var params = Object.assign(newParams, queryParams);
95
+ router.push({
96
+ pathname: "/".concat(mainPath, "/").concat(path),
97
+ query: params,
98
+ }, undefined, {
99
+ shallow: false,
100
+ });
101
+ }
102
+ return {
103
+ addRouteParam: addRouteParam,
104
+ updateRouteParam: updateRouteParam,
105
+ removeRouteParam: removeRouteParam,
106
+ addRoutePath: addRoutePath,
107
+ updateRoutePath: updateRoutePath,
108
+ removeRoutePath: removeRoutePath,
109
+ switchRoute: switchRoute,
110
+ };
111
+ }
112
+ exports.createRouterBuild = createRouterBuild;
113
+ //# sourceMappingURL=router-build.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"router-build.js","sourceRoot":"","sources":["../../../../../src/ui/utils/libs/next/router-build.ts"],"names":[],"mappings":";;;AAEA,SAAgB,iBAAiB,CAAC,MAAkB;IAChD,IAAM,WAAW,GAAG,MAAM,CAAC,KAAK,CAAC;IAEjC,SAAS,aAAa,CAAC,SAAiB,EAAE,UAAkB;QACxD,IAAI,WAAW,CAAC,SAAS,CAAC,EAAE,CAAC;YACzB,WAAW,CAAC,SAAS,CAAC,GAAG,UAAG,WAAW,CAAC,SAAS,CAAC,cAAI,UAAU,CAAE,CAAC;QACvE,CAAC;aAAM,CAAC;YACJ,WAAW,CAAC,SAAS,CAAC,GAAG,UAAU,CAAC;QACxC,CAAC;QAED,MAAM,CAAC,IAAI,CACP;YACI,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,EAAE,WAAW;SACrB,EACD,SAAS,EACT;YACI,OAAO,EAAE,KAAK;SACjB,CACJ,CAAC;IACN,CAAC;IAED,SAAS,gBAAgB,CAAC,SAAiB,EAAE,UAAkB;QAC3D,WAAW,CAAC,SAAS,CAAC,GAAG,UAAU,CAAC;QAEpC,MAAM,CAAC,IAAI,CACP;YACI,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,EAAE,WAAW;SACrB,EACD,SAAS,EACT;YACI,OAAO,EAAE,KAAK;YACd,MAAM,EAAE,KAAK;SAChB,CACJ,CAAC;IACN,CAAC;IAED,SAAS,gBAAgB,CAAC,SAAiB,EAAE,KAAa;QACtD,IAAM,SAAS,GAAG,WAAW,CAAC,SAAS,CAAC,CAAC;QAEzC,IAAI,OAAO,SAAS,KAAK,QAAQ,EAAE,CAAC;YAChC,IAAM,eAAe,GAAG,SAAS,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAC7C,IAAM,gBAAgB,GAAG,eAAe,CAAC,SAAS,CAC9C,UAAC,SAAiB,IAAK,OAAA,SAAS,KAAK,KAAK,CAAC,QAAQ,EAAE,EAA9B,CAA8B,CACxD,CAAC;YAEF,IAAI,gBAAgB,KAAK,CAAC,CAAC,EAAE,CAAC;gBAC1B,eAAe,CAAC,MAAM,CAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC;YAChD,CAAC;YAED,IAAI,eAAe,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;gBAC7B,WAAW,CAAC,SAAS,CAAC,GAAG,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;YACvD,CAAC;iBAAM,CAAC;gBACJ,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;YAClC,CAAC;QACL,CAAC;QAED,MAAM,CAAC,IAAI,CACP;YACI,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,EAAE,WAAW;SACrB,EACD,SAAS,EACT;YACI,OAAO,EAAE,KAAK;SACjB,CACJ,CAAC;IACN,CAAC;IAED,SAAS,YAAY,CAAC,QAAgB,EAAE,IAAY;QAChD,IAAM,cAAc,GAAG,WAAW,CAAC,QAAQ,CAAC,CAAC;QAE7C,IACI,OAAO,cAAc,KAAK,QAAQ;YAClC,cAAc,KAAK,SAAS,EAC9B,CAAC;YACC,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC9B,CAAC;QAED,WAAW,CAAC,QAAQ,CAAC,GAAG,cAAc,CAAC;QAEvC,MAAM,CAAC,IAAI,CACP;YACI,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,EAAE,WAAW;SACrB,EACD,SAAS,EACT;YACI,OAAO,EAAE,KAAK;SACjB,CACJ,CAAC;IACN,CAAC;IAED,SAAS,eAAe,CAAC,QAAgB,EAAE,OAAe;QACtD,WAAW,CAAC,QAAQ,CAAC,GAAG,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QAE3C,MAAM,CAAC,IAAI,CACP;YACI,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,EAAE,WAAW;SACrB,EACD,SAAS,EACT;YACI,OAAO,EAAE,KAAK;SACjB,CACJ,CAAC;IACN,CAAC;IAED,SAAS,eAAe,CAAC,QAAgB,EAAE,KAAa;QACpD,IAAM,cAAc,GAAG,WAAW,CAAC,QAAQ,CAAC,CAAC;QAE7C,IACI,OAAO,cAAc,KAAK,QAAQ;YAClC,cAAc,KAAK,SAAS,EAC9B,CAAC;YACC,IAAM,gBAAgB,GAAG,cAAc,CAAC,SAAS,CAC7C,UAAC,UAAkB,IAAK,OAAA,UAAU,KAAK,KAAK,CAAC,QAAQ,EAAE,EAA/B,CAA+B,CAC1D,CAAC;YAEF,IAAI,gBAAgB,KAAK,CAAC,CAAC,EAAE,CAAC;gBAC1B,cAAc,CAAC,MAAM,CAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC;YAC/C,CAAC;QACL,CAAC;QAED,WAAW,CAAC,QAAQ,CAAC,GAAG,cAAc,CAAC;QAEvC,MAAM,CAAC,IAAI,CACP;YACI,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,EAAE,WAAW;SACrB,EACD,SAAS,EACT;YACI,OAAO,EAAE,KAAK;SACjB,CACJ,CAAC;IACN,CAAC;IAED,SAAS,WAAW,CAChB,QAAgB,EAChB,IAAY,EACZ,WAAmB,EACnB,SAAiC;QAEjC,OAAO,WAAW,CAAC,WAAW,CAAC,CAAC;QAEhC,IAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;QAErD,MAAM,CAAC,IAAI,CACP;YACI,QAAQ,EAAE,WAAI,QAAQ,cAAI,IAAI,CAAE;YAChC,KAAK,EAAE,MAAM;SAChB,EACD,SAAS,EACT;YACI,OAAO,EAAE,KAAK;SACjB,CACJ,CAAC;IACN,CAAC;IAED,OAAO;QACH,aAAa,eAAA;QACb,gBAAgB,kBAAA;QAChB,gBAAgB,kBAAA;QAChB,YAAY,cAAA;QACZ,eAAe,iBAAA;QACf,eAAe,iBAAA;QACf,WAAW,aAAA;KACd,CAAC;AACN,CAAC;AA1KD,8CA0KC"}
@@ -0,0 +1,6 @@
1
+ import { NextRouter } from "next/router";
2
+ export declare function updateRoute({ reset, router, params, }: {
3
+ params: any;
4
+ reset?: boolean;
5
+ router: NextRouter;
6
+ }): void;
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.updateRoute = void 0;
15
+ function updateRoute(_a) {
16
+ var reset = _a.reset, router = _a.router, params = _a.params;
17
+ if (reset) {
18
+ router.push({
19
+ pathname: router.pathname,
20
+ query: __assign({}, params),
21
+ });
22
+ return;
23
+ }
24
+ router.push({
25
+ pathname: router.pathname,
26
+ query: __assign(__assign({}, router.query), params),
27
+ });
28
+ return;
29
+ }
30
+ exports.updateRoute = updateRoute;
31
+ //# sourceMappingURL=update-route.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-route.js","sourceRoot":"","sources":["../../../../../src/ui/utils/libs/next/update-route.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAEA,SAAgB,WAAW,CAAC,EAQ3B;QAPC,KAAK,WAAA,EACL,MAAM,YAAA,EACN,MAAM,YAAA;IAMN,IAAI,KAAK,EAAE,CAAC;QACV,MAAM,CAAC,IAAI,CAAC;YACV,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,KAAK,eAAO,MAAM,CAAE;SACrB,CAAC,CAAC;QACH,OAAO;IACT,CAAC;IAED,MAAM,CAAC,IAAI,CAAC;QACV,QAAQ,EAAE,MAAM,CAAC,QAAQ;QACzB,KAAK,wBAAO,MAAM,CAAC,KAAK,GAAK,MAAM,CAAE;KACtC,CAAC,CAAC;IAEH,OAAO;AACT,CAAC;AAvBD,kCAuBC"}
@@ -0,0 +1 @@
1
+ export declare function uid(len: any): any;
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.uid = void 0;
4
+ var IDX = 256, HEX = [], SIZE = 256, BUFFER;
5
+ while (IDX--)
6
+ HEX[IDX] = (IDX + 256).toString(16).substring(1);
7
+ function uid(len) {
8
+ var i = 0, tmp = len || 11;
9
+ if (!BUFFER || IDX + tmp > SIZE * 2) {
10
+ for (BUFFER = "", IDX = 0; i < SIZE; i++) {
11
+ BUFFER += HEX[(Math.random() * 256) | 0];
12
+ }
13
+ }
14
+ return BUFFER.substring(IDX, IDX++ + tmp);
15
+ }
16
+ exports.uid = uid;
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/utils/uid/index.ts"],"names":[],"mappings":";;;AAAA,IAAI,GAAG,GAAC,GAAG,EAAE,GAAG,GAAC,EAAE,EAAE,IAAI,GAAC,GAAG,EAAE,MAAM,CAAC;AACtC,OAAO,GAAG,EAAE;IAAE,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;AAE/D,SAAgB,GAAG,CAAC,GAAG;IACrB,IAAI,CAAC,GAAG,CAAC,EACP,GAAG,GAAG,GAAG,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,MAAM,IAAI,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,CAAC,EAAE,CAAC;QACpC,KAAK,MAAM,GAAG,EAAE,EAAE,GAAG,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC;YACzC,MAAM,IAAI,GAAG,CAAC,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;QAC3C,CAAC;IACH,CAAC;IAED,OAAO,MAAM,CAAC,SAAS,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,CAAC;AAC5C,CAAC;AAVD,kBAUC"}
@@ -0,0 +1,2 @@
1
+ export * from './validate-cpf';
2
+ export * from './validate-phone';
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./validate-cpf"), exports);
18
+ __exportStar(require("./validate-phone"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/ui/utils/validations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA8B;AAC9B,mDAAgC"}
@@ -0,0 +1 @@
1
+ export declare function validateCPF(cpf: string): boolean;
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.validateCPF = void 0;
4
+ function validateCPF(cpf) {
5
+ cpf = cpf.replace(/[^\d]+/g, '');
6
+ if (cpf.length !== 11 || /^(\d)\1+$/.test(cpf)) {
7
+ return false;
8
+ }
9
+ var sum = 0, rest;
10
+ for (var i = 1; i <= 9; i++) {
11
+ sum = sum + parseInt(cpf.substring(i - 1, i)) * (11 - i);
12
+ }
13
+ rest = (sum * 10) % 11;
14
+ if (rest == 10 || rest == 11) {
15
+ rest = 0;
16
+ }
17
+ if (rest != parseInt(cpf.substring(9, 10))) {
18
+ return false;
19
+ }
20
+ sum = 0;
21
+ for (var i = 1; i <= 10; i++) {
22
+ sum = sum + parseInt(cpf.substring(i - 1, i)) * (12 - i);
23
+ }
24
+ rest = (sum * 10) % 11;
25
+ if (rest == 10 || rest == 11) {
26
+ rest = 0;
27
+ }
28
+ if (rest != parseInt(cpf.substring(10, 11))) {
29
+ return false;
30
+ }
31
+ return true;
32
+ }
33
+ exports.validateCPF = validateCPF;
34
+ //# sourceMappingURL=validate-cpf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-cpf.js","sourceRoot":"","sources":["../../../../src/ui/utils/validations/validate-cpf.ts"],"names":[],"mappings":";;;AAAA,SAAgB,WAAW,CAAC,GAAW;IACrC,GAAG,GAAG,GAAG,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,CAAA;IAEhC,IAAI,GAAG,CAAC,MAAM,KAAK,EAAE,IAAI,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;QAC/C,OAAO,KAAK,CAAA;IACd,CAAC;IAED,IAAI,GAAG,GAAG,CAAC,EACT,IAAI,CAAA;IAEN,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;QAC5B,GAAG,GAAG,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC,CAAA;IAC1D,CAAC;IAED,IAAI,GAAG,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;IAEtB,IAAI,IAAI,IAAI,EAAE,IAAI,IAAI,IAAI,EAAE,EAAE,CAAC;QAC7B,IAAI,GAAG,CAAC,CAAA;IACV,CAAC;IAED,IAAI,IAAI,IAAI,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC;QAC3C,OAAO,KAAK,CAAA;IACd,CAAC;IAED,GAAG,GAAG,CAAC,CAAA;IAEP,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC;QAC7B,GAAG,GAAG,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC,CAAA;IAC1D,CAAC;IAED,IAAI,GAAG,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,EAAE,CAAA;IAEtB,IAAI,IAAI,IAAI,EAAE,IAAI,IAAI,IAAI,EAAE,EAAE,CAAC;QAC7B,IAAI,GAAG,CAAC,CAAA;IACV,CAAC;IAED,IAAI,IAAI,IAAI,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC;QAC5C,OAAO,KAAK,CAAA;IACd,CAAC;IAED,OAAO,IAAI,CAAA;AACb,CAAC;AAzCD,kCAyCC"}
@@ -0,0 +1 @@
1
+ export declare function validatePhone(phoneNumber: string | undefined): boolean;
@@ -0,0 +1,86 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.validatePhone = void 0;
4
+ var validDDDs = [
5
+ '11', // São Paulo - SP
6
+ '12', // São José dos Campos - SP
7
+ '13', // Santos - SP
8
+ '14', // Bauru - SP
9
+ '15', // Sorocaba - SP
10
+ '16', // Ribeirão Preto - SP
11
+ '17', // São José do Rio Preto - SP
12
+ '18', // Presidente Prudente - SP
13
+ '19', // Campinas - SP
14
+ '21', // Rio de Janeiro - RJ
15
+ '22', // Campos dos Goytacazes - RJ
16
+ '24', // Volta Redonda - RJ
17
+ '27', // Vitória - ES
18
+ '28', // Cachoeiro de Itapemirim - ES
19
+ '31', // Belo Horizonte - MG
20
+ '32', // Juiz de Fora - MG
21
+ '33', // Governador Valadares - MG
22
+ '34', // Uberlândia - MG
23
+ '35', // Poços de Caldas - MG
24
+ '37', // Divinópolis - MG
25
+ '38', // Montes Claros - MG
26
+ '41', // Curitiba - PR
27
+ '42', // Ponta Grossa - PR
28
+ '43', // Londrina - PR
29
+ '44', // Maringá - PR
30
+ '45', // Foz do Iguaçu - PR
31
+ '46', // Francisco Beltrão - PR
32
+ '47', // Joinville - SC
33
+ '48', // Florianópolis - SC
34
+ '49', // Chapecó - SC
35
+ '51', // Porto Alegre - RS
36
+ '53', // Pelotas - RS
37
+ '54', // Caxias do Sul - RS
38
+ '55', // Santa Maria - RS
39
+ '61', // Brasília - DF
40
+ '62', // Goiânia - GO
41
+ '63', // Palmas - TO
42
+ '64', // Rio Verde - GO
43
+ '65', // Cuiabá - MT
44
+ '66', // Rondonópolis - MT
45
+ '67', // Campo Grande - MS
46
+ '68', // Rio Branco - AC
47
+ '69', // Porto Velho - RO
48
+ '71', // Salvador - BA
49
+ '73', // Ilhéus - BA
50
+ '74', // Juazeiro - BA
51
+ '75', // Feira de Santana - BA
52
+ '77', // Barreiras - BA
53
+ '79', // Aracaju - SE
54
+ '81', // Recife - PE
55
+ '82', // Maceió - AL
56
+ '83', // João Pessoa - PB
57
+ '84', // Natal - RN
58
+ '85', // Fortaleza - CE
59
+ '86', // Teresina - PI
60
+ '87', // Petrolina - PE
61
+ '88', // Juazeiro do Norte - CE
62
+ '89', // Picos - PI
63
+ '91', // Belém - PA
64
+ '92', // Manaus - AM
65
+ '93', // Santarém - PA
66
+ '94', // Marabá - PA
67
+ '95', // Boa Vista - RR
68
+ '96', // Macapá - AP
69
+ '97', // Coari - AM
70
+ '98', // São Luís - MA
71
+ '99', // Imperatriz - MA
72
+ ];
73
+ function validatePhone(phoneNumber) {
74
+ if (!phoneNumber) {
75
+ return false;
76
+ }
77
+ var removeSymbols = phoneNumber.replace(/[^0-9]/g, '');
78
+ if (!validDDDs.includes(removeSymbols.substring(0, 2))) {
79
+ return false;
80
+ }
81
+ var requiredLength = 11;
82
+ var isValidLength = removeSymbols.length === requiredLength;
83
+ return isValidLength;
84
+ }
85
+ exports.validatePhone = validatePhone;
86
+ //# sourceMappingURL=validate-phone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-phone.js","sourceRoot":"","sources":["../../../../src/ui/utils/validations/validate-phone.ts"],"names":[],"mappings":";;;AAAA,IAAM,SAAS,GAAG;IAChB,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,2BAA2B;IACjC,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,sBAAsB;IAC5B,IAAI,EAAE,6BAA6B;IACnC,IAAI,EAAE,2BAA2B;IACjC,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,sBAAsB;IAC5B,IAAI,EAAE,6BAA6B;IACnC,IAAI,EAAE,qBAAqB;IAC3B,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,+BAA+B;IACrC,IAAI,EAAE,sBAAsB;IAC5B,IAAI,EAAE,oBAAoB;IAC1B,IAAI,EAAE,4BAA4B;IAClC,IAAI,EAAE,kBAAkB;IACxB,IAAI,EAAE,uBAAuB;IAC7B,IAAI,EAAE,mBAAmB;IACzB,IAAI,EAAE,qBAAqB;IAC3B,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,oBAAoB;IAC1B,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,qBAAqB;IAC3B,IAAI,EAAE,yBAAyB;IAC/B,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,qBAAqB;IAC3B,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,oBAAoB;IAC1B,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,qBAAqB;IAC3B,IAAI,EAAE,mBAAmB;IACzB,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,oBAAoB;IAC1B,IAAI,EAAE,oBAAoB;IAC1B,IAAI,EAAE,kBAAkB;IACxB,IAAI,EAAE,mBAAmB;IACzB,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,wBAAwB;IAC9B,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,mBAAmB;IACzB,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,yBAAyB;IAC/B,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,iBAAiB;IACvB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE,aAAa;IACnB,IAAI,EAAE,gBAAgB;IACtB,IAAI,EAAE,kBAAkB;CACzB,CAAA;AAED,SAAgB,aAAa,CAAC,WAA+B;IAC3D,IAAI,CAAC,WAAW,EAAE,CAAC;QACjB,OAAO,KAAK,CAAA;IACd,CAAC;IAED,IAAM,aAAa,GAAG,WAAW,CAAC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,CAAA;IAExD,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;QACvD,OAAO,KAAK,CAAA;IACd,CAAC;IAED,IAAM,cAAc,GAAG,EAAE,CAAA;IACzB,IAAM,aAAa,GAAG,aAAa,CAAC,MAAM,KAAK,cAAc,CAAA;IAE7D,OAAO,aAAa,CAAA;AACtB,CAAC;AAfD,sCAeC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "0.6.99",
3
+ "version": "0.7.00",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",