@ha_tecno/live-id-sdk 2.14.0 → 2.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (294) hide show
  1. package/lib/commonjs/assets/svg/btn.svg +4 -0
  2. package/lib/commonjs/assets/svg/fingers/LI.svg +5 -0
  3. package/lib/commonjs/assets/svg/fingers/LM.svg +5 -0
  4. package/lib/commonjs/assets/svg/fingers/LP.svg +5 -0
  5. package/lib/commonjs/assets/svg/fingers/LR.svg +5 -0
  6. package/lib/commonjs/assets/svg/fingers/LT.svg +5 -0
  7. package/lib/commonjs/assets/svg/fingers/RI.svg +5 -0
  8. package/lib/commonjs/assets/svg/fingers/RM.svg +5 -0
  9. package/lib/commonjs/assets/svg/fingers/RP.svg +5 -0
  10. package/lib/commonjs/assets/svg/fingers/RR.svg +5 -0
  11. package/lib/commonjs/assets/svg/fingers/RT.svg +5 -0
  12. package/lib/commonjs/assets/svg/hand.svg +15 -0
  13. package/lib/commonjs/assets/svg/phone.svg +39 -0
  14. package/lib/commonjs/assets/svg/recordButton.svg +4 -0
  15. package/lib/commonjs/assets/svg/rectangle.svg +3 -0
  16. package/lib/commonjs/components/Gabarito/gabarito.js +56 -0
  17. package/lib/commonjs/components/Gabarito/gabarito.js.map +1 -0
  18. package/lib/commonjs/components/Gabarito/styles.js +2 -16
  19. package/lib/commonjs/components/Gabarito/styles.js.map +1 -1
  20. package/lib/commonjs/components/{Gabarito/index.js → HAButton/HAButton.js} +11 -7
  21. package/lib/commonjs/components/HAButton/HAButton.js.map +1 -0
  22. package/lib/commonjs/components/HAButton/styles.js +28 -0
  23. package/lib/commonjs/components/HAButton/styles.js.map +1 -0
  24. package/lib/commonjs/components/HACaptureButton/HACaptureButton.js +21 -0
  25. package/lib/commonjs/components/HACaptureButton/HACaptureButton.js.map +1 -0
  26. package/lib/commonjs/components/HACaptureInstructions/HACard/styles.js +4 -1
  27. package/lib/commonjs/components/HACaptureInstructions/HACard/styles.js.map +1 -1
  28. package/lib/commonjs/components/HACaptureInstructions/style.js +9 -3
  29. package/lib/commonjs/components/HACaptureInstructions/style.js.map +1 -1
  30. package/lib/commonjs/components/HACarouselCalibration/HACarouselItem/HACarouselItem.js +3 -5
  31. package/lib/commonjs/components/HACarouselCalibration/HACarouselItem/HACarouselItem.js.map +1 -1
  32. package/lib/commonjs/components/HACarouselCalibration/HAPagination/styles.js +2 -1
  33. package/lib/commonjs/components/HACarouselCalibration/HAPagination/styles.js.map +1 -1
  34. package/lib/commonjs/components/{modalMessage/modalMessage.js → HAModalMessage/HAModalMessage.js} +26 -14
  35. package/lib/commonjs/components/HAModalMessage/HAModalMessage.js.map +1 -0
  36. package/lib/commonjs/components/{modalMessage → HAModalMessage}/styles.js +15 -9
  37. package/lib/commonjs/components/HAModalMessage/styles.js.map +1 -0
  38. package/lib/commonjs/components/HARecordButton/HARecordButton.js +21 -0
  39. package/lib/commonjs/components/HARecordButton/HARecordButton.js.map +1 -0
  40. package/lib/commonjs/components/HARecordButton/styles.js +2 -0
  41. package/lib/commonjs/components/HARecordButton/styles.js.map +1 -0
  42. package/lib/commonjs/components/HARecordInstructions/HARecordInstructions.js +101 -0
  43. package/lib/commonjs/components/HARecordInstructions/HARecordInstructions.js.map +1 -0
  44. package/lib/commonjs/components/HARecordInstructions/data.js +14 -0
  45. package/lib/commonjs/components/HARecordInstructions/data.js.map +1 -0
  46. package/lib/commonjs/components/HARecordInstructions/styles.js +65 -0
  47. package/lib/commonjs/components/HARecordInstructions/styles.js.map +1 -0
  48. package/lib/commonjs/components/HAStepIndicator/HAStepIndicator.js +39 -0
  49. package/lib/commonjs/components/HAStepIndicator/HAStepIndicator.js.map +1 -0
  50. package/lib/commonjs/components/HAStepIndicator/styles.js +48 -0
  51. package/lib/commonjs/components/HAStepIndicator/styles.js.map +1 -0
  52. package/lib/commonjs/components/index.js +44 -9
  53. package/lib/commonjs/components/index.js.map +1 -1
  54. package/lib/commonjs/index.js +6 -0
  55. package/lib/commonjs/index.js.map +1 -1
  56. package/lib/commonjs/screens/FingerAuth/FingerAuth.js +15 -20
  57. package/lib/commonjs/screens/FingerAuth/FingerAuth.js.map +1 -1
  58. package/lib/commonjs/screens/FingerAuth/styles.js +18 -11
  59. package/lib/commonjs/screens/FingerAuth/styles.js.map +1 -1
  60. package/lib/commonjs/screens/FingerRegister/FingerRegister.js +96 -62
  61. package/lib/commonjs/screens/FingerRegister/FingerRegister.js.map +1 -1
  62. package/lib/commonjs/screens/FingerRegister/data.js +60 -0
  63. package/lib/commonjs/screens/FingerRegister/data.js.map +1 -0
  64. package/lib/commonjs/screens/FingerRegister/styles.js +71 -34
  65. package/lib/commonjs/screens/FingerRegister/styles.js.map +1 -1
  66. package/lib/commonjs/screens/LifeCertificate/LifeCertificate.js +19 -22
  67. package/lib/commonjs/screens/LifeCertificate/LifeCertificate.js.map +1 -1
  68. package/lib/commonjs/screens/LifeCertificate/styles.js +23 -4
  69. package/lib/commonjs/screens/LifeCertificate/styles.js.map +1 -1
  70. package/lib/commonjs/screens/RegisterOperations/registerOperationPointsBiometrics.js +76 -49
  71. package/lib/commonjs/screens/RegisterOperations/registerOperationPointsBiometrics.js.map +1 -1
  72. package/lib/commonjs/screens/RegisterOperations/registerOperationPointsLifeCertificate.js +73 -34
  73. package/lib/commonjs/screens/RegisterOperations/registerOperationPointsLifeCertificate.js.map +1 -1
  74. package/lib/commonjs/screens/RegisterOperations/styles.js +74 -21
  75. package/lib/commonjs/screens/RegisterOperations/styles.js.map +1 -1
  76. package/lib/commonjs/services/services.js +1 -1
  77. package/lib/commonjs/services/services.js.map +1 -1
  78. package/lib/commonjs/store/modules/lifeCertificate/slice.js +5 -3
  79. package/lib/commonjs/store/modules/lifeCertificate/slice.js.map +1 -1
  80. package/lib/commonjs/store/modules/operationPoints/slice.js +48 -18
  81. package/lib/commonjs/store/modules/operationPoints/slice.js.map +1 -1
  82. package/lib/module/assets/svg/btn.svg +4 -0
  83. package/lib/module/assets/svg/fingers/LI.svg +5 -0
  84. package/lib/module/assets/svg/fingers/LM.svg +5 -0
  85. package/lib/module/assets/svg/fingers/LP.svg +5 -0
  86. package/lib/module/assets/svg/fingers/LR.svg +5 -0
  87. package/lib/module/assets/svg/fingers/LT.svg +5 -0
  88. package/lib/module/assets/svg/fingers/RI.svg +5 -0
  89. package/lib/module/assets/svg/fingers/RM.svg +5 -0
  90. package/lib/module/assets/svg/fingers/RP.svg +5 -0
  91. package/lib/module/assets/svg/fingers/RR.svg +5 -0
  92. package/lib/module/assets/svg/fingers/RT.svg +5 -0
  93. package/lib/module/assets/svg/hand.svg +15 -0
  94. package/lib/module/assets/svg/phone.svg +39 -0
  95. package/lib/module/assets/svg/recordButton.svg +4 -0
  96. package/lib/module/assets/svg/rectangle.svg +3 -0
  97. package/lib/module/components/Gabarito/gabarito.js +49 -0
  98. package/lib/module/components/Gabarito/gabarito.js.map +1 -0
  99. package/lib/module/components/Gabarito/styles.js +3 -17
  100. package/lib/module/components/Gabarito/styles.js.map +1 -1
  101. package/lib/module/components/HAButton/HAButton.js +16 -0
  102. package/lib/module/components/HAButton/HAButton.js.map +1 -0
  103. package/lib/module/components/HAButton/styles.js +22 -0
  104. package/lib/module/components/HAButton/styles.js.map +1 -0
  105. package/lib/module/components/HACaptureButton/HACaptureButton.js +14 -0
  106. package/lib/module/components/HACaptureButton/HACaptureButton.js.map +1 -0
  107. package/lib/module/components/HACaptureInstructions/HACard/styles.js +5 -2
  108. package/lib/module/components/HACaptureInstructions/HACard/styles.js.map +1 -1
  109. package/lib/module/components/HACaptureInstructions/style.js +10 -4
  110. package/lib/module/components/HACaptureInstructions/style.js.map +1 -1
  111. package/lib/module/components/HACarouselCalibration/HACarouselItem/HACarouselItem.js +3 -5
  112. package/lib/module/components/HACarouselCalibration/HACarouselItem/HACarouselItem.js.map +1 -1
  113. package/lib/module/components/HACarouselCalibration/HAPagination/styles.js +2 -1
  114. package/lib/module/components/HACarouselCalibration/HAPagination/styles.js.map +1 -1
  115. package/lib/module/components/{modalMessage/modalMessage.js → HAModalMessage/HAModalMessage.js} +26 -14
  116. package/lib/module/components/HAModalMessage/HAModalMessage.js.map +1 -0
  117. package/lib/module/components/{modalMessage → HAModalMessage}/styles.js +15 -9
  118. package/lib/module/components/HAModalMessage/styles.js.map +1 -0
  119. package/lib/module/components/HARecordButton/HARecordButton.js +14 -0
  120. package/lib/module/components/HARecordButton/HARecordButton.js.map +1 -0
  121. package/lib/module/components/HARecordButton/styles.js +2 -0
  122. package/lib/module/components/HARecordButton/styles.js.map +1 -0
  123. package/lib/module/components/HARecordInstructions/HARecordInstructions.js +92 -0
  124. package/lib/module/components/HARecordInstructions/HARecordInstructions.js.map +1 -0
  125. package/lib/module/components/HARecordInstructions/data.js +8 -0
  126. package/lib/module/components/HARecordInstructions/data.js.map +1 -0
  127. package/lib/module/components/HARecordInstructions/styles.js +59 -0
  128. package/lib/module/components/HARecordInstructions/styles.js.map +1 -0
  129. package/lib/module/components/HAStepIndicator/HAStepIndicator.js +32 -0
  130. package/lib/module/components/HAStepIndicator/HAStepIndicator.js.map +1 -0
  131. package/lib/module/components/HAStepIndicator/styles.js +42 -0
  132. package/lib/module/components/HAStepIndicator/styles.js.map +1 -0
  133. package/lib/module/components/index.js +8 -3
  134. package/lib/module/components/index.js.map +1 -1
  135. package/lib/module/index.js +2 -2
  136. package/lib/module/index.js.map +1 -1
  137. package/lib/module/screens/FingerAuth/FingerAuth.js +17 -22
  138. package/lib/module/screens/FingerAuth/FingerAuth.js.map +1 -1
  139. package/lib/module/screens/FingerAuth/styles.js +19 -12
  140. package/lib/module/screens/FingerAuth/styles.js.map +1 -1
  141. package/lib/module/screens/FingerRegister/FingerRegister.js +100 -66
  142. package/lib/module/screens/FingerRegister/FingerRegister.js.map +1 -1
  143. package/lib/module/screens/FingerRegister/data.js +53 -0
  144. package/lib/module/screens/FingerRegister/data.js.map +1 -0
  145. package/lib/module/screens/FingerRegister/styles.js +72 -35
  146. package/lib/module/screens/FingerRegister/styles.js.map +1 -1
  147. package/lib/module/screens/LifeCertificate/LifeCertificate.js +22 -25
  148. package/lib/module/screens/LifeCertificate/LifeCertificate.js.map +1 -1
  149. package/lib/module/screens/LifeCertificate/styles.js +24 -5
  150. package/lib/module/screens/LifeCertificate/styles.js.map +1 -1
  151. package/lib/module/screens/RegisterOperations/registerOperationPointsBiometrics.js +78 -52
  152. package/lib/module/screens/RegisterOperations/registerOperationPointsBiometrics.js.map +1 -1
  153. package/lib/module/screens/RegisterOperations/registerOperationPointsLifeCertificate.js +73 -36
  154. package/lib/module/screens/RegisterOperations/registerOperationPointsLifeCertificate.js.map +1 -1
  155. package/lib/module/screens/RegisterOperations/styles.js +74 -21
  156. package/lib/module/screens/RegisterOperations/styles.js.map +1 -1
  157. package/lib/module/services/services.js +1 -1
  158. package/lib/module/services/services.js.map +1 -1
  159. package/lib/module/store/modules/lifeCertificate/slice.js +5 -3
  160. package/lib/module/store/modules/lifeCertificate/slice.js.map +1 -1
  161. package/lib/module/store/modules/operationPoints/slice.js +48 -18
  162. package/lib/module/store/modules/operationPoints/slice.js.map +1 -1
  163. package/lib/typescript/src/components/Gabarito/gabarito.d.ts +19 -0
  164. package/lib/typescript/src/components/Gabarito/gabarito.d.ts.map +1 -0
  165. package/lib/typescript/src/components/Gabarito/styles.d.ts +1 -13
  166. package/lib/typescript/src/components/Gabarito/styles.d.ts.map +1 -1
  167. package/lib/typescript/src/components/HAButton/HAButton.d.ts +8 -0
  168. package/lib/typescript/src/components/HAButton/HAButton.d.ts.map +1 -0
  169. package/lib/typescript/src/components/HAButton/styles.d.ts +15 -0
  170. package/lib/typescript/src/components/HAButton/styles.d.ts.map +1 -0
  171. package/lib/typescript/src/components/HACaptureButton/HACaptureButton.d.ts +7 -0
  172. package/lib/typescript/src/components/HACaptureButton/HACaptureButton.d.ts.map +1 -0
  173. package/lib/typescript/src/components/HACaptureInstructions/HACard/styles.d.ts +1 -1
  174. package/lib/typescript/src/components/HACaptureInstructions/HACard/styles.d.ts.map +1 -1
  175. package/lib/typescript/src/components/HACaptureInstructions/style.d.ts +3 -3
  176. package/lib/typescript/src/components/HACaptureInstructions/style.d.ts.map +1 -1
  177. package/lib/typescript/src/components/HACarouselCalibration/HACarouselItem/HACarouselItem.d.ts.map +1 -1
  178. package/lib/typescript/src/components/HACarouselCalibration/HAPagination/styles.d.ts +1 -1
  179. package/lib/typescript/src/components/HACarouselCalibration/HAPagination/styles.d.ts.map +1 -1
  180. package/lib/typescript/src/components/HAModalMessage/HAModalMessage.d.ts +13 -0
  181. package/lib/typescript/src/components/HAModalMessage/HAModalMessage.d.ts.map +1 -0
  182. package/lib/typescript/src/components/{modalMessage → HAModalMessage}/styles.d.ts +12 -6
  183. package/lib/typescript/src/components/HAModalMessage/styles.d.ts.map +1 -0
  184. package/lib/typescript/src/components/HARecordButton/HARecordButton.d.ts +8 -0
  185. package/lib/typescript/src/components/HARecordButton/HARecordButton.d.ts.map +1 -0
  186. package/lib/typescript/src/components/HARecordButton/styles.d.ts +1 -0
  187. package/lib/typescript/src/components/HARecordButton/styles.d.ts.map +1 -0
  188. package/lib/typescript/src/components/HARecordInstructions/HARecordInstructions.d.ts +7 -0
  189. package/lib/typescript/src/components/HARecordInstructions/HARecordInstructions.d.ts.map +1 -0
  190. package/lib/typescript/src/components/HARecordInstructions/data.d.ts +5 -0
  191. package/lib/typescript/src/components/HARecordInstructions/data.d.ts.map +1 -0
  192. package/lib/typescript/src/components/HARecordInstructions/styles.d.ts +52 -0
  193. package/lib/typescript/src/components/HARecordInstructions/styles.d.ts.map +1 -0
  194. package/lib/typescript/src/components/HAStepIndicator/HAStepIndicator.d.ts +8 -0
  195. package/lib/typescript/src/components/HAStepIndicator/HAStepIndicator.d.ts.map +1 -0
  196. package/lib/typescript/src/components/HAStepIndicator/styles.d.ts +41 -0
  197. package/lib/typescript/src/components/HAStepIndicator/styles.d.ts.map +1 -0
  198. package/lib/typescript/src/components/index.d.ts +8 -3
  199. package/lib/typescript/src/components/index.d.ts.map +1 -1
  200. package/lib/typescript/src/index.d.ts +2 -2
  201. package/lib/typescript/src/index.d.ts.map +1 -1
  202. package/lib/typescript/src/screens/FingerAuth/FingerAuth.d.ts +1 -2
  203. package/lib/typescript/src/screens/FingerAuth/FingerAuth.d.ts.map +1 -1
  204. package/lib/typescript/src/screens/FingerAuth/styles.d.ts +17 -7
  205. package/lib/typescript/src/screens/FingerAuth/styles.d.ts.map +1 -1
  206. package/lib/typescript/src/screens/FingerRegister/FingerRegister.d.ts +1 -2
  207. package/lib/typescript/src/screens/FingerRegister/FingerRegister.d.ts.map +1 -1
  208. package/lib/typescript/src/screens/FingerRegister/data.d.ts +9 -0
  209. package/lib/typescript/src/screens/FingerRegister/data.d.ts.map +1 -0
  210. package/lib/typescript/src/screens/FingerRegister/styles.d.ts +64 -27
  211. package/lib/typescript/src/screens/FingerRegister/styles.d.ts.map +1 -1
  212. package/lib/typescript/src/screens/LifeCertificate/LifeCertificate.d.ts +1 -2
  213. package/lib/typescript/src/screens/LifeCertificate/LifeCertificate.d.ts.map +1 -1
  214. package/lib/typescript/src/screens/LifeCertificate/styles.d.ts +18 -2
  215. package/lib/typescript/src/screens/LifeCertificate/styles.d.ts.map +1 -1
  216. package/lib/typescript/src/screens/RegisterOperations/registerOperationPointsBiometrics.d.ts.map +1 -1
  217. package/lib/typescript/src/screens/RegisterOperations/registerOperationPointsLifeCertificate.d.ts.map +1 -1
  218. package/lib/typescript/src/screens/RegisterOperations/styles.d.ts +59 -18
  219. package/lib/typescript/src/screens/RegisterOperations/styles.d.ts.map +1 -1
  220. package/lib/typescript/src/store/modules/lifeCertificate/selectors.d.ts +2 -1
  221. package/lib/typescript/src/store/modules/lifeCertificate/selectors.d.ts.map +1 -1
  222. package/lib/typescript/src/store/modules/lifeCertificate/slice.d.ts.map +1 -1
  223. package/lib/typescript/src/store/modules/lifeCertificate/types.d.ts +2 -1
  224. package/lib/typescript/src/store/modules/lifeCertificate/types.d.ts.map +1 -1
  225. package/lib/typescript/src/store/modules/operationPoints/selectors.d.ts +12 -4
  226. package/lib/typescript/src/store/modules/operationPoints/selectors.d.ts.map +1 -1
  227. package/lib/typescript/src/store/modules/operationPoints/slice.d.ts.map +1 -1
  228. package/lib/typescript/src/store/modules/operationPoints/types.d.ts +12 -4
  229. package/lib/typescript/src/store/modules/operationPoints/types.d.ts.map +1 -1
  230. package/package.json +5 -1
  231. package/src/assets/svg/btn.svg +4 -0
  232. package/src/assets/svg/fingers/LI.svg +5 -0
  233. package/src/assets/svg/fingers/LM.svg +5 -0
  234. package/src/assets/svg/fingers/LP.svg +5 -0
  235. package/src/assets/svg/fingers/LR.svg +5 -0
  236. package/src/assets/svg/fingers/LT.svg +5 -0
  237. package/src/assets/svg/fingers/RI.svg +5 -0
  238. package/src/assets/svg/fingers/RM.svg +5 -0
  239. package/src/assets/svg/fingers/RP.svg +5 -0
  240. package/src/assets/svg/fingers/RR.svg +5 -0
  241. package/src/assets/svg/fingers/RT.svg +5 -0
  242. package/src/assets/svg/hand.svg +15 -0
  243. package/src/assets/svg/phone.svg +39 -0
  244. package/src/assets/svg/recordButton.svg +4 -0
  245. package/src/assets/svg/rectangle.svg +3 -0
  246. package/src/components/Gabarito/gabarito.tsx +38 -0
  247. package/src/components/Gabarito/styles.ts +3 -16
  248. package/src/components/HAButton/HAButton.tsx +18 -0
  249. package/src/components/HAButton/styles.ts +22 -0
  250. package/src/components/HACaptureButton/HACaptureButton.tsx +17 -0
  251. package/src/components/HACaptureInstructions/HACard/styles.ts +5 -2
  252. package/src/components/HACaptureInstructions/style.ts +16 -4
  253. package/src/components/HACarouselCalibration/HACarouselItem/HACarouselItem.tsx +2 -4
  254. package/src/components/HACarouselCalibration/HAPagination/styles.ts +2 -1
  255. package/src/components/HAModalMessage/HAModalMessage.tsx +72 -0
  256. package/src/components/{modalMessage → HAModalMessage}/styles.ts +12 -9
  257. package/src/components/HARecordButton/HARecordButton.tsx +18 -0
  258. package/src/components/HARecordButton/styles.ts +0 -0
  259. package/src/components/HARecordInstructions/HARecordInstructions.tsx +73 -0
  260. package/src/components/HARecordInstructions/data.ts +10 -0
  261. package/src/components/HARecordInstructions/styles.ts +50 -0
  262. package/src/components/HAStepIndicator/HAStepIndicator.tsx +34 -0
  263. package/src/components/HAStepIndicator/styles.ts +42 -0
  264. package/src/components/index.ts +14 -4
  265. package/src/index.tsx +3 -2
  266. package/src/screens/FingerAuth/FingerAuth.tsx +20 -14
  267. package/src/screens/FingerAuth/styles.ts +19 -11
  268. package/src/screens/FingerRegister/FingerRegister.tsx +107 -63
  269. package/src/screens/FingerRegister/data.ts +65 -0
  270. package/src/screens/FingerRegister/styles.ts +67 -34
  271. package/src/screens/LifeCertificate/LifeCertificate.tsx +31 -25
  272. package/src/screens/LifeCertificate/styles.ts +17 -5
  273. package/src/screens/RegisterOperations/registerOperationPointsBiometrics.tsx +68 -35
  274. package/src/screens/RegisterOperations/registerOperationPointsLifeCertificate.tsx +74 -46
  275. package/src/screens/RegisterOperations/styles.ts +65 -22
  276. package/src/services/services.ts +2 -2
  277. package/src/store/modules/lifeCertificate/slice.ts +5 -3
  278. package/src/store/modules/lifeCertificate/types.ts +2 -1
  279. package/src/store/modules/operationPoints/slice.ts +52 -17
  280. package/src/store/modules/operationPoints/types.ts +12 -4
  281. package/lib/commonjs/components/Gabarito/index.js.map +0 -1
  282. package/lib/commonjs/components/modalMessage/modalMessage.js.map +0 -1
  283. package/lib/commonjs/components/modalMessage/styles.js.map +0 -1
  284. package/lib/module/components/Gabarito/index.js +0 -12
  285. package/lib/module/components/Gabarito/index.js.map +0 -1
  286. package/lib/module/components/modalMessage/modalMessage.js.map +0 -1
  287. package/lib/module/components/modalMessage/styles.js.map +0 -1
  288. package/lib/typescript/src/components/Gabarito/index.d.ts +0 -4
  289. package/lib/typescript/src/components/Gabarito/index.d.ts.map +0 -1
  290. package/lib/typescript/src/components/modalMessage/modalMessage.d.ts +0 -11
  291. package/lib/typescript/src/components/modalMessage/modalMessage.d.ts.map +0 -1
  292. package/lib/typescript/src/components/modalMessage/styles.d.ts.map +0 -1
  293. package/src/components/Gabarito/index.tsx +0 -13
  294. package/src/components/modalMessage/modalMessage.tsx +0 -73
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../../src/components/HARecordInstructions/data.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,EASjD,CAAC"}
@@ -0,0 +1,52 @@
1
+ export declare const styles: {
2
+ container: {
3
+ flex: number;
4
+ justifyContent: "center";
5
+ };
6
+ title: {
7
+ fontSize: number;
8
+ fontWeight: "600";
9
+ textAlign: "center";
10
+ paddingBottom: number;
11
+ };
12
+ containerCard: {
13
+ marginHorizontal: number;
14
+ paddingHorizontal: number;
15
+ marginBottom: number;
16
+ borderRadius: number;
17
+ };
18
+ card: {
19
+ padding: number;
20
+ alignItems: "center";
21
+ gap: number;
22
+ };
23
+ content: {
24
+ gap: number;
25
+ };
26
+ subTitle: {
27
+ fontSize: number;
28
+ fontWeight: "600";
29
+ };
30
+ text: {
31
+ fontSize: number | undefined;
32
+ };
33
+ row: {
34
+ flexDirection: "row";
35
+ };
36
+ zIndex: {
37
+ zIndex: number;
38
+ };
39
+ containerButton: {
40
+ marginHorizontal: number;
41
+ padding: number;
42
+ borderRadius: number;
43
+ justifyContent: "center";
44
+ alignItems: "center";
45
+ };
46
+ buttonText: {
47
+ color: string;
48
+ fontSize: number | undefined;
49
+ fontWeight: "500";
50
+ };
51
+ };
52
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/HARecordInstructions/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CjB,CAAC"}
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ type Props = {
3
+ step: number;
4
+ totalSteps: number;
5
+ };
6
+ declare const HAStepProgress: ({ step, totalSteps }: Props) => JSX.Element;
7
+ export default HAStepProgress;
8
+ //# sourceMappingURL=HAStepIndicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HAStepIndicator.d.ts","sourceRoot":"","sources":["../../../../../src/components/HAStepIndicator/HAStepIndicator.tsx"],"names":[],"mappings":";AAKA,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,cAAc,yBAA0B,KAAK,gBAqBlD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,41 @@
1
+ export declare const styles: {
2
+ indicatorContainer: {
3
+ flexDirection: "row";
4
+ marginBottom: number;
5
+ };
6
+ stepContainer: {
7
+ flexDirection: "row";
8
+ alignItems: "center";
9
+ };
10
+ stepIndicator: {
11
+ width: number;
12
+ height: number;
13
+ borderRadius: number;
14
+ borderWidth: number;
15
+ borderColor: string;
16
+ backgroundColor: string;
17
+ justifyContent: "center";
18
+ alignItems: "center";
19
+ };
20
+ activeStep: {
21
+ borderColor: string;
22
+ backgroundColor: string;
23
+ };
24
+ stepText: {
25
+ color: string;
26
+ fontWeight: "bold";
27
+ fontSize: number;
28
+ };
29
+ activeStepText: {
30
+ color: string;
31
+ };
32
+ line: {
33
+ width: number;
34
+ height: number;
35
+ backgroundColor: string;
36
+ };
37
+ activeLine: {
38
+ backgroundColor: string;
39
+ };
40
+ };
41
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/HAStepIndicator/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuCjB,CAAC"}
@@ -1,12 +1,17 @@
1
1
  import DeviceNotFound from "./deviceNotFound/deviceNotFound";
2
- import ModalMessage from "./modalMessage/modalMessage";
2
+ import HAModalMessage from "./HAModalMessage/HAModalMessage";
3
3
  import RecordButton from "./recordButton/recordButton";
4
4
  import CaptureButton from "./CaptureButton";
5
5
  import CameraConfigInfo from "./CameraConfigInfo";
6
- import Gabarito from "./Gabarito";
6
+ import Gabarito from "./Gabarito/gabarito";
7
7
  import HAText from "./Typograph/typograph";
8
8
  import Icon from "./icon/icon";
9
9
  import HACarouselCalibration from "./HACarouselCalibration/HACarouselCalibration";
10
10
  import HACaptureInstructions from "./HACaptureInstructions/HACaptureInstructions";
11
- export { DeviceNotFound, ModalMessage, RecordButton, CaptureButton, CameraConfigInfo, Gabarito, HAText, Icon, HACarouselCalibration, HACaptureInstructions };
11
+ import HARecordInstructions from "./HARecordInstructions/HARecordInstructions";
12
+ import HARecordButton from "./HARecordButton/HARecordButton";
13
+ import HACaptureButton from "./HACaptureButton/HACaptureButton";
14
+ import HAStepProgress from "./HAStepIndicator/HAStepIndicator";
15
+ import HAButton from "./HAButton/HAButton";
16
+ export { DeviceNotFound, HAModalMessage, RecordButton, CaptureButton, CameraConfigInfo, Gabarito, HAText, Icon, HACarouselCalibration, HACaptureInstructions, HARecordInstructions, HARecordButton, HACaptureButton, HAStepProgress, HAButton };
12
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,iCAAiC,CAAC;AAC7D,OAAO,YAAY,MAAM,6BAA6B,CAAC;AACvD,OAAO,YAAY,MAAM,6BAA6B,CAAC;AACvD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,MAAM,MAAM,uBAAuB,CAAC;AAC3C,OAAO,IAAI,MAAM,aAAa,CAAC;AAC/B,OAAO,qBAAqB,MAAM,+CAA+C,CAAC;AAClF,OAAO,qBAAqB,MAAM,+CAA+C,CAAC;AAElF,OAAO,EACL,cAAc,EACd,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,QAAQ,EACR,MAAM,EACN,IAAI,EACJ,qBAAqB,EACrB,qBAAqB,EACtB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,iCAAiC,CAAC;AAC7D,OAAO,cAAc,MAAM,iCAAiC,CAAC;AAC7D,OAAO,YAAY,MAAM,6BAA6B,CAAC;AACvD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,QAAQ,MAAM,qBAAqB,CAAC;AAC3C,OAAO,MAAM,MAAM,uBAAuB,CAAC;AAC3C,OAAO,IAAI,MAAM,aAAa,CAAC;AAC/B,OAAO,qBAAqB,MAAM,+CAA+C,CAAC;AAClF,OAAO,qBAAqB,MAAM,+CAA+C,CAAC;AAClF,OAAO,oBAAoB,MAAM,6CAA6C,CAAC;AAC/E,OAAO,cAAc,MAAM,iCAAiC,CAAC;AAC7D,OAAO,eAAe,MAAM,mCAAmC,CAAC;AAChE,OAAO,cAAc,MAAM,mCAAmC,CAAC;AAC/D,OAAO,QAAQ,MAAM,qBAAqB,CAAC;AAE3C,OAAO,EACL,cAAc,EACd,cAAc,EACd,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,QAAQ,EACR,MAAM,EACN,IAAI,EACJ,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACpB,cAAc,EACd,eAAe,EACf,cAAc,EACd,QAAQ,EACT,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { LifeCertificate, FingerRegister, FingerAuth, RegisterOperationPointsBiometrics, RegisterOperationPointsLifeCertificate } from "./screens";
2
- import { HACarouselCalibration, HACaptureInstructions } from "./components";
3
- export { LifeCertificate, FingerRegister, FingerAuth, RegisterOperationPointsBiometrics, RegisterOperationPointsLifeCertificate, HACarouselCalibration, HACaptureInstructions };
2
+ import { HACarouselCalibration, HACaptureInstructions, HARecordInstructions } from "./components";
3
+ export { LifeCertificate, FingerRegister, FingerAuth, RegisterOperationPointsBiometrics, RegisterOperationPointsLifeCertificate, HACarouselCalibration, HACaptureInstructions, HARecordInstructions };
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,cAAc,EACd,UAAU,EACV,iCAAiC,EACjC,sCAAsC,EACvC,MAAM,WAAW,CAAC;AAEnB,OAAO,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAE5E,OAAO,EACL,eAAe,EACf,cAAc,EACd,UAAU,EACV,iCAAiC,EACjC,sCAAsC,EACtC,qBAAqB,EACrB,qBAAqB,EACtB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,cAAc,EACd,UAAU,EACV,iCAAiC,EACjC,sCAAsC,EACvC,MAAM,WAAW,CAAC;AAEnB,OAAO,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAElG,OAAO,EACL,eAAe,EACf,cAAc,EACd,UAAU,EACV,iCAAiC,EACjC,sCAAsC,EACtC,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACrB,CAAC"}
@@ -4,8 +4,7 @@ type Props = {
4
4
  onSuccess: (code: number) => void;
5
5
  isFocused?: boolean;
6
6
  mock?: boolean;
7
- testID?: string;
8
7
  };
9
- declare const FingerAuth: ({ testID, UID, onSuccess, isFocused, mock }: Props) => JSX.Element;
8
+ declare const FingerAuth: ({ UID, onSuccess, isFocused, mock }: Props) => JSX.Element;
10
9
  export default FingerAuth;
11
10
  //# sourceMappingURL=FingerAuth.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FingerAuth.d.ts","sourceRoot":"","sources":["../../../../../src/screens/FingerAuth/FingerAuth.tsx"],"names":[],"mappings":";AAYA,KAAK,KAAK,GAAG;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,QAAA,MAAM,UAAU,gDAAiD,KAAK,gBAmGrE,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"FingerAuth.d.ts","sourceRoot":"","sources":["../../../../../src/screens/FingerAuth/FingerAuth.tsx"],"names":[],"mappings":";AAYA,KAAK,KAAK,GAAG;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,QAAA,MAAM,UAAU,wCAAyC,KAAK,gBA0G7D,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,22 +1,32 @@
1
1
  export declare const styles: {
2
- container: {
3
- flex: number;
4
- };
5
2
  root: {
6
3
  flex: number;
7
4
  };
8
- cameraContainer: {
5
+ camera: {
9
6
  flex: number;
10
7
  justifyContent: "center";
11
8
  };
12
- camera: {
13
- flex: number;
14
- paddingBottom: number;
9
+ containerText: {
10
+ position: "absolute";
11
+ top: number;
12
+ width: "100%";
13
+ alignItems: "center";
14
+ zIndex: number;
15
+ paddingVertical: number;
16
+ gap: number;
17
+ };
18
+ text: {
19
+ color: string;
20
+ fontSize: number;
21
+ fontWeight: "600";
22
+ textAlign: "center";
23
+ paddingHorizontal: number;
15
24
  };
16
25
  containerCapture: {
17
26
  position: "absolute";
18
27
  width: "100%";
19
28
  alignItems: "center";
29
+ bottom: number;
20
30
  };
21
31
  cameraConfigs: {
22
32
  alignItems: "center";
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/screens/FingerAuth/styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;CAuBjB,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/screens/FingerAuth/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiCjB,CAAC"}
@@ -4,10 +4,9 @@ type Props = {
4
4
  onSuccess: (code: number) => void;
5
5
  isFocused?: boolean;
6
6
  mock?: boolean;
7
- testID?: string;
8
7
  registerUser?: boolean;
9
8
  registeredFingers?: string[];
10
9
  };
11
- declare const MultiFingerRegister: ({ testID, UID, onSuccess, isFocused, mock, registerUser, registeredFingers }: Props) => JSX.Element;
10
+ declare const MultiFingerRegister: ({ UID, onSuccess, isFocused, mock, registerUser, registeredFingers }: Props) => JSX.Element;
12
11
  export default MultiFingerRegister;
13
12
  //# sourceMappingURL=FingerRegister.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FingerRegister.d.ts","sourceRoot":"","sources":["../../../../../src/screens/FingerRegister/FingerRegister.tsx"],"names":[],"mappings":";AA2BA,KAAK,KAAK,GAAG;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC9B,CAAC;AAEF,QAAA,MAAM,mBAAmB,iFAAkF,KAAK,gBAkK/G,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"FingerRegister.d.ts","sourceRoot":"","sources":["../../../../../src/screens/FingerRegister/FingerRegister.tsx"],"names":[],"mappings":";AAmCA,KAAK,KAAK,GAAG;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC9B,CAAC;AAEF,QAAA,MAAM,mBAAmB,yEAA0E,KAAK,gBAuMvG,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="react" />
3
+ declare const data: {
4
+ text: string;
5
+ ImageComponent: React.FC<React.SVGProps<SVGSVGElement>>;
6
+ finger: string;
7
+ }[];
8
+ export default data;
9
+ //# sourceMappingURL=data.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../../src/screens/FingerRegister/data.ts"],"names":[],"mappings":";;AAWA,QAAA,MAAM,IAAI,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,EAmDpG,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -5,52 +5,89 @@ export declare const styles: {
5
5
  root: {
6
6
  flex: number;
7
7
  };
8
- cameraContainer: {
8
+ camera: {
9
9
  flex: number;
10
10
  justifyContent: "center";
11
11
  };
12
- camera: {
13
- flex: number;
14
- paddingBottom: number;
12
+ containerText: {
13
+ position: "absolute";
14
+ top: number;
15
+ width: "100%";
16
+ alignItems: "center";
17
+ zIndex: number;
18
+ paddingVertical: number;
19
+ };
20
+ text: {
21
+ color: string;
22
+ fontSize: number | undefined;
23
+ fontWeight: "600";
24
+ textAlign: "center";
25
+ paddingHorizontal: number;
15
26
  };
16
27
  containerCapture: {
17
28
  position: "absolute";
18
29
  width: "100%";
19
30
  alignItems: "center";
31
+ gap: number;
20
32
  };
21
33
  cameraConfigs: {
22
34
  alignItems: "center";
23
35
  };
24
- containerModalIcon: {
36
+ containerItem: {
37
+ alignItems: "center";
38
+ };
39
+ textItem: {
40
+ fontSize: number;
41
+ color: string;
42
+ fontWeight: "bold";
43
+ paddingVertical: number;
44
+ };
45
+ containerItemContent: {
46
+ padding: number;
47
+ marginHorizontal: number;
48
+ marginVertical: number;
49
+ borderWidth: number;
50
+ borderColor: string;
51
+ borderRadius: number;
52
+ width: number;
53
+ height: number;
54
+ justifyContent: "center";
55
+ alignItems: "center";
56
+ };
57
+ iconCheckmark: {
25
58
  position: "absolute";
26
59
  top: number;
27
60
  right: number;
28
- zIndex: number;
29
- };
30
- containerModal: {
31
- position: "absolute";
32
- justifyContent: "flex-start";
33
- alignSelf: "center";
34
- };
35
- modal: {
36
61
  margin: number;
37
- alignItems: "center";
62
+ padding: number;
38
63
  backgroundColor: string;
39
64
  borderRadius: number;
65
+ };
66
+ textItemContent: {
67
+ color: string;
68
+ fontWeight: "bold";
69
+ };
70
+ handleStyle: {
71
+ backgroundColor: string;
72
+ };
73
+ handleIndicatorStyle: {
74
+ backgroundColor: string;
75
+ };
76
+ headerBottomSheet: {
77
+ backgroundColor: string;
78
+ alignItems: "center";
40
79
  padding: number;
41
- shadowColor: string;
42
- shadowOffset: {
43
- width: number;
44
- height: number;
45
- };
46
- shadowOpacity: number;
47
- shadowRadius: number;
48
- elevation: number;
49
- };
50
- iconClose: {
51
- position: "absolute";
52
- alignSelf: "flex-end";
53
- padding: number;
80
+ };
81
+ titleBottomSheet: {
82
+ fontSize: number;
83
+ fontWeight: "bold";
84
+ textAlign: "center";
85
+ color: string;
86
+ };
87
+ contentContainerBottomSheet: {
88
+ backgroundColor: string;
89
+ alignItems: "center";
90
+ paddingVertical: number;
54
91
  };
55
92
  };
56
93
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/screens/FingerRegister/styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsDjB,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/screens/FingerRegister/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyFjB,CAAC"}
@@ -2,8 +2,7 @@
2
2
  type Props = {
3
3
  UID: string;
4
4
  mock?: boolean;
5
- testID?: string;
6
5
  };
7
- declare const LifeCertificate: ({ testID, UID, mock }: Props) => JSX.Element;
6
+ declare const LifeCertificate: ({ UID, mock }: Props) => JSX.Element;
8
7
  export default LifeCertificate;
9
8
  //# sourceMappingURL=LifeCertificate.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LifeCertificate.d.ts","sourceRoot":"","sources":["../../../../../src/screens/LifeCertificate/LifeCertificate.tsx"],"names":[],"mappings":";AASA,KAAK,KAAK,GAAG;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,QAAA,MAAM,eAAe,0BAA2B,KAAK,gBA6IpD,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"LifeCertificate.d.ts","sourceRoot":"","sources":["../../../../../src/screens/LifeCertificate/LifeCertificate.tsx"],"names":[],"mappings":";AASA,KAAK,KAAK,GAAG;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,QAAA,MAAM,eAAe,kBAAmB,KAAK,gBAoJ5C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -10,11 +10,27 @@ export declare const styles: {
10
10
  position: "absolute";
11
11
  width: "100%";
12
12
  alignItems: "center";
13
+ bottom: number;
14
+ };
15
+ containerContent: {
16
+ position: "absolute";
17
+ top: number;
18
+ alignItems: "center";
19
+ zIndex: number;
20
+ paddingVertical: number;
21
+ gap: number;
22
+ };
23
+ containerTimer: {
24
+ backgroundColor: string;
25
+ borderRadius: number;
26
+ padding: number;
13
27
  };
14
28
  text: {
15
- fontSize: number;
16
- fontWeight: "500";
17
29
  color: string;
30
+ fontSize: number | undefined;
31
+ fontWeight: "600";
32
+ textAlign: "center";
33
+ paddingHorizontal: number;
18
34
  };
19
35
  };
20
36
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/screens/LifeCertificate/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;CAkBjB,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/screens/LifeCertificate/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BjB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"registerOperationPointsBiometrics.d.ts","sourceRoot":"","sources":["../../../../../src/screens/RegisterOperations/registerOperationPointsBiometrics.tsx"],"names":[],"mappings":";AAaA,KAAK,KAAK,GAAG;IACX,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,iCAAiC,kBAAmB,KAAK,gBAoJ9D,CAAC;AAEF,eAAe,iCAAiC,CAAC"}
1
+ {"version":3,"file":"registerOperationPointsBiometrics.d.ts","sourceRoot":"","sources":["../../../../../src/screens/RegisterOperations/registerOperationPointsBiometrics.tsx"],"names":[],"mappings":";AAeA,KAAK,KAAK,GAAG;IACX,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,iCAAiC,kBAAmB,KAAK,gBAmL9D,CAAC;AAEF,eAAe,iCAAiC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"registerOperationPointsLifeCertificate.d.ts","sourceRoot":"","sources":["../../../../../src/screens/RegisterOperations/registerOperationPointsLifeCertificate.tsx"],"names":[],"mappings":";AASA,KAAK,KAAK,GAAG;IACX,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,sCAAsC,kBAAmB,KAAK,gBA+JnE,CAAC;AAEF,eAAe,sCAAsC,CAAC"}
1
+ {"version":3,"file":"registerOperationPointsLifeCertificate.d.ts","sourceRoot":"","sources":["../../../../../src/screens/RegisterOperations/registerOperationPointsLifeCertificate.tsx"],"names":[],"mappings":";AAWA,KAAK,KAAK,GAAG;IACX,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,sCAAsC,kBAAmB,KAAK,gBAyLnE,CAAC;AAEF,eAAe,sCAAsC,CAAC"}
@@ -1,40 +1,81 @@
1
1
  export declare const styles: {
2
+ root: {
3
+ flex: number;
4
+ };
2
5
  containerCamera: {
3
6
  flex: number;
4
7
  justifyContent: "center";
5
8
  };
6
- camera: {
7
- flex: number;
9
+ containerStepProgress: {
10
+ position: "absolute";
11
+ top: number;
12
+ width: "100%";
13
+ alignItems: "center";
14
+ zIndex: number;
15
+ paddingVertical: number;
8
16
  };
9
- box: {
17
+ containerTextStep: {
10
18
  flexDirection: "row";
11
- height: number;
12
- justifyContent: "center";
13
- alignItems: "center";
14
- borderRadius: number;
15
- backgroundColor: string;
16
- marginVertical: number;
19
+ width: "100%";
20
+ justifyContent: "space-between";
21
+ paddingHorizontal: number;
22
+ paddingBottom: number;
17
23
  };
18
- text: {
24
+ textStep: {
25
+ fontSize: number | undefined;
26
+ color: string;
27
+ fontWeight: "bold";
28
+ };
29
+ containerContent: {
19
30
  position: "absolute";
31
+ alignSelf: "center";
32
+ bottom: number;
33
+ };
34
+ marginTabSelector: {
35
+ marginHorizontal: number | undefined;
36
+ };
37
+ containerRuler: {
38
+ paddingTop: number;
39
+ };
40
+ textStyleRuler: {
20
41
  color: string;
42
+ fontSize: number | undefined;
43
+ fontWeight: "bold";
44
+ };
45
+ containerButton: {
46
+ marginTop: number;
47
+ alignSelf: "center";
21
48
  };
22
- containerCapture: {
49
+ containerRecordButton: {
23
50
  position: "absolute";
24
51
  width: "100%";
25
- marginBottom: "30%";
26
52
  alignItems: "center";
53
+ bottom: number;
54
+ gap: number;
27
55
  };
28
- containerModalLoading: {
56
+ containerCameraRecord: {
29
57
  flex: number;
30
- justifyContent: "center";
31
- alignItems: "center";
32
58
  backgroundColor: string;
33
59
  };
34
- containerSlider: {
35
- height: number;
36
- padding: number;
60
+ containerCameraContent: {
61
+ position: "absolute";
62
+ top: number;
63
+ alignItems: "center";
64
+ zIndex: number;
65
+ paddingVertical: number;
37
66
  gap: number;
38
67
  };
68
+ containerCameraTimer: {
69
+ backgroundColor: string;
70
+ borderRadius: number;
71
+ padding: number;
72
+ };
73
+ textRecord: {
74
+ color: string;
75
+ fontSize: number | undefined;
76
+ fontWeight: "600";
77
+ textAlign: "center";
78
+ paddingHorizontal: number;
79
+ };
39
80
  };
40
81
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/screens/RegisterOperations/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCjB,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/screens/RegisterOperations/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiFjB,CAAC"}
@@ -10,6 +10,7 @@ export declare const useSelector: () => {
10
10
  modal?: {
11
11
  title: string;
12
12
  message: string;
13
+ bpm: number;
13
14
  } | undefined;
14
15
  };
15
16
  export declare const useDispatch: () => {
@@ -18,6 +19,6 @@ export declare const useDispatch: () => {
18
19
  handleLoading: () => void;
19
20
  setIsRecording: (recoding: boolean) => void;
20
21
  resetState: () => void;
21
- setModal: (title: string, message: string) => void;
22
+ setModal: (title: string, message: string, bpm: number) => void;
22
23
  };
23
24
  //# sourceMappingURL=selectors.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../../../../../src/store/modules/lifeCertificate/selectors.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;CAAqB,CAAC;AAC9C,eAAO,MAAM,WAAW;;;;;;;CAAwB,CAAC"}
1
+ {"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../../../../../src/store/modules/lifeCertificate/selectors.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;CAAqB,CAAC;AAC9C,eAAO,MAAM,WAAW;;;;;;;CAAwB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../../../../src/store/modules/lifeCertificate/slice.ts"],"names":[],"mappings":"AACA,OAAO,EAAgB,oBAAoB,EAA2B,MAAM,SAAS,CAAC;AA+FtF,QAAA,MAAM,KAAK,mFAUR,CAAC;AAEJ,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../../../../src/store/modules/lifeCertificate/slice.ts"],"names":[],"mappings":"AACA,OAAO,EAAgB,oBAAoB,EAA2B,MAAM,SAAS,CAAC;AAiGtF,QAAA,MAAM,KAAK,mFAUR,CAAC;AAEJ,eAAe,KAAK,CAAC"}
@@ -11,6 +11,7 @@ type State = {
11
11
  modal?: {
12
12
  title: string;
13
13
  message: string;
14
+ bpm: number;
14
15
  };
15
16
  };
16
17
  type Dispatch = {
@@ -19,7 +20,7 @@ type Dispatch = {
19
20
  handleLoading: () => void;
20
21
  setIsRecording: (recoding: boolean) => void;
21
22
  resetState: () => void;
22
- setModal: (title: string, message: string) => void;
23
+ setModal: (title: string, message: string, bpm: number) => void;
23
24
  };
24
25
  export type InitialState = {
25
26
  state: State;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/store/modules/lifeCertificate/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEvD,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,OAAO,CAAC;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,OAAO,CAAC;IACrB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,CAAC,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;CACH,CAAC;AAEF,KAAK,QAAQ,GAAG;IACd,SAAS,EAAE,CAAC,WAAW,EAAE,QAAQ,GAAG,UAAU,KAAK,IAAI,CAAC;IACxD,mBAAmB,EAAE,CAAC,IAAI,EAAE,uBAAuB,KAAK,IAAI,CAAC;IAC7D,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,cAAc,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;CACpD,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,SAAS,EAAE,SAAS,CAAC;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/store/modules/lifeCertificate/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEvD,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,OAAO,CAAC;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,OAAO,CAAC;IACrB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,CAAC,EAAE;QACN,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,GAAG,EAAE,MAAM,CAAC;KACb,CAAC;CACH,CAAC;AAEF,KAAK,QAAQ,GAAG;IACd,SAAS,EAAE,CAAC,WAAW,EAAE,QAAQ,GAAG,UAAU,KAAK,IAAI,CAAC;IACxD,mBAAmB,EAAE,CAAC,IAAI,EAAE,uBAAuB,KAAK,IAAI,CAAC;IAC7D,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,cAAc,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACjE,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,SAAS,EAAE,SAAS,CAAC;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  export declare const useSelector: () => {
2
- exposureScaleZeroToOneBiometrics: 0.5 | 0.4 | 0.2 | 0.12 | 0.35 | 0.65 | 0.8 | 0.3 | 0.6 | 0.7;
3
- exposureScaleZeroToOneLifeCertificate: 0.5 | 0.4 | 0.2 | 0.12 | 0.35 | 0.65 | 0.8 | 0.3 | 0.6 | 0.7;
2
+ exposureScaleZeroToOneBiometrics: 0.5 | 0.12 | 0.2 | 0.35 | 0.65 | 0.8 | 0.3 | 0.4 | 0.6 | 0.7;
3
+ exposureScaleZeroToOneLifeCertificate: 0.5 | 0.12 | 0.2 | 0.35 | 0.65 | 0.8 | 0.3 | 0.4 | 0.6 | 0.7;
4
4
  loading: "idle" | "pending" | "succeeded" | "failed";
5
5
  hasConfigOperationPointsBiometrics: "empty" | "notEmpty" | "idle";
6
6
  hasConfigOperationPointsLifeCertificate: "empty" | "notEmpty" | "idle";
@@ -8,17 +8,25 @@ export declare const useSelector: () => {
8
8
  status?: number | undefined;
9
9
  message?: string | undefined;
10
10
  registered: boolean;
11
- helpStep: "introduction" | "instruction";
11
+ zoom: number;
12
+ exposure: number;
13
+ modal: {
14
+ title: string;
15
+ message: string;
16
+ };
12
17
  };
13
18
  export declare const useDispatch: () => {
14
19
  setImageBase64: (imageBase64: string) => void;
15
20
  resetState: () => void;
21
+ resetZoomAndExposure: () => void;
16
22
  changeExposureBiometrics: () => void;
17
23
  changeExposureLifeCertificate: () => void;
18
- handleStepHelp: () => void;
19
24
  getConfigDefaultBiometrics: () => void;
20
25
  getConfigDefaultLifeCertificate: () => void;
21
26
  sendImagesBase64: (payload: import("./types").SendImagesBase64Payload) => void;
22
27
  sendVideosLifeCertificate: (payload: import("./types").sendVideosLifeCertificatePayload) => void;
28
+ handleZoom: (zoom: number) => void;
29
+ handleExposure: (exposure: number) => void;
30
+ setModal: (title: string, text: string) => void;
23
31
  };
24
32
  //# sourceMappingURL=selectors.d.ts.map