@ha_tecno/live-id-sdk 2.12.3 → 2.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (220) hide show
  1. package/lib/commonjs/@types/declarations.d.js +2 -0
  2. package/lib/commonjs/@types/declarations.d.js.map +1 -0
  3. package/lib/commonjs/assets/svg/exampleCalibration1.svg +9 -0
  4. package/lib/commonjs/assets/svg/exampleCalibration2.svg +9 -0
  5. package/lib/commonjs/assets/svg/fingerPrint.svg +30 -0
  6. package/lib/commonjs/assets/svg/fingerPrintWithMask.svg +34 -0
  7. package/lib/commonjs/assets/svg/selfieStick.svg +167 -0
  8. package/lib/commonjs/components/HACaptureInstructions/HACaptureInstructions.js +52 -0
  9. package/lib/commonjs/components/HACaptureInstructions/HACaptureInstructions.js.map +1 -0
  10. package/lib/commonjs/components/HACaptureInstructions/HACard/HACard.js +49 -0
  11. package/lib/commonjs/components/HACaptureInstructions/HACard/HACard.js.map +1 -0
  12. package/lib/commonjs/components/HACaptureInstructions/HACard/styles.js +37 -0
  13. package/lib/commonjs/components/HACaptureInstructions/HACard/styles.js.map +1 -0
  14. package/lib/commonjs/components/HACaptureInstructions/data.js +25 -0
  15. package/lib/commonjs/components/HACaptureInstructions/data.js.map +1 -0
  16. package/lib/commonjs/components/HACaptureInstructions/style.js +32 -0
  17. package/lib/commonjs/components/HACaptureInstructions/style.js.map +1 -0
  18. package/lib/commonjs/components/HACarouselCalibration/HACarouselCalibration.js +81 -0
  19. package/lib/commonjs/components/HACarouselCalibration/HACarouselCalibration.js.map +1 -0
  20. package/lib/commonjs/components/HACarouselCalibration/HACarouselItem/HACarouselItem.js +81 -0
  21. package/lib/commonjs/components/HACarouselCalibration/HACarouselItem/HACarouselItem.js.map +1 -0
  22. package/lib/commonjs/components/HACarouselCalibration/HACarouselItem/styles.js +49 -0
  23. package/lib/commonjs/components/HACarouselCalibration/HACarouselItem/styles.js.map +1 -0
  24. package/lib/commonjs/components/HACarouselCalibration/HAPagination/HAPagination.js +46 -0
  25. package/lib/commonjs/components/HACarouselCalibration/HAPagination/HAPagination.js.map +1 -0
  26. package/lib/commonjs/components/HACarouselCalibration/HAPagination/styles.js +22 -0
  27. package/lib/commonjs/components/HACarouselCalibration/HAPagination/styles.js.map +1 -0
  28. package/lib/commonjs/components/HACarouselCalibration/data.js +28 -0
  29. package/lib/commonjs/components/HACarouselCalibration/data.js.map +1 -0
  30. package/lib/commonjs/components/Typograph/typograph.js +28 -0
  31. package/lib/commonjs/components/Typograph/typograph.js.map +1 -0
  32. package/lib/commonjs/components/index.js +28 -0
  33. package/lib/commonjs/components/index.js.map +1 -1
  34. package/lib/commonjs/index.js +25 -0
  35. package/lib/commonjs/index.js.map +1 -1
  36. package/lib/commonjs/screens/RegisterOperations/registerOperationPointsBiometrics.js +185 -0
  37. package/lib/commonjs/screens/RegisterOperations/registerOperationPointsBiometrics.js.map +1 -0
  38. package/lib/commonjs/screens/RegisterOperations/registerOperationPointsLifeCertificate.js +165 -0
  39. package/lib/commonjs/screens/RegisterOperations/registerOperationPointsLifeCertificate.js.map +1 -0
  40. package/lib/commonjs/screens/RegisterOperations/styles.js +47 -0
  41. package/lib/commonjs/screens/RegisterOperations/styles.js.map +1 -0
  42. package/lib/commonjs/screens/index.js +14 -0
  43. package/lib/commonjs/screens/index.js.map +1 -1
  44. package/lib/commonjs/services/index.js +18 -0
  45. package/lib/commonjs/services/index.js.map +1 -1
  46. package/lib/commonjs/services/services.js +106 -1
  47. package/lib/commonjs/services/services.js.map +1 -1
  48. package/lib/commonjs/store/modules/operationPoints/index.js +19 -0
  49. package/lib/commonjs/store/modules/operationPoints/index.js.map +1 -0
  50. package/lib/commonjs/store/modules/operationPoints/selectors.js +13 -0
  51. package/lib/commonjs/store/modules/operationPoints/selectors.js.map +1 -0
  52. package/lib/commonjs/store/modules/operationPoints/slice.js +233 -0
  53. package/lib/commonjs/store/modules/operationPoints/slice.js.map +1 -0
  54. package/lib/commonjs/store/modules/operationPoints/types.js +2 -0
  55. package/lib/commonjs/store/modules/operationPoints/types.js.map +1 -0
  56. package/lib/commonjs/theme/colors.js +19 -0
  57. package/lib/commonjs/theme/colors.js.map +1 -0
  58. package/lib/commonjs/theme/theme.js +25 -0
  59. package/lib/commonjs/theme/theme.js.map +1 -0
  60. package/lib/commonjs/utils/index.js +12 -0
  61. package/lib/commonjs/utils/index.js.map +1 -1
  62. package/lib/commonjs/utils/utils.js +9 -1
  63. package/lib/commonjs/utils/utils.js.map +1 -1
  64. package/lib/module/@types/declarations.d.js +2 -0
  65. package/lib/module/@types/declarations.d.js.map +1 -0
  66. package/lib/module/assets/svg/exampleCalibration1.svg +9 -0
  67. package/lib/module/assets/svg/exampleCalibration2.svg +9 -0
  68. package/lib/module/assets/svg/fingerPrint.svg +30 -0
  69. package/lib/module/assets/svg/fingerPrintWithMask.svg +34 -0
  70. package/lib/module/assets/svg/selfieStick.svg +167 -0
  71. package/lib/module/components/HACaptureInstructions/HACaptureInstructions.js +45 -0
  72. package/lib/module/components/HACaptureInstructions/HACaptureInstructions.js.map +1 -0
  73. package/lib/module/components/HACaptureInstructions/HACard/HACard.js +41 -0
  74. package/lib/module/components/HACaptureInstructions/HACard/HACard.js.map +1 -0
  75. package/lib/module/components/HACaptureInstructions/HACard/styles.js +31 -0
  76. package/lib/module/components/HACaptureInstructions/HACard/styles.js.map +1 -0
  77. package/lib/module/components/HACaptureInstructions/data.js +18 -0
  78. package/lib/module/components/HACaptureInstructions/data.js.map +1 -0
  79. package/lib/module/components/HACaptureInstructions/style.js +26 -0
  80. package/lib/module/components/HACaptureInstructions/style.js.map +1 -0
  81. package/lib/module/components/HACarouselCalibration/HACarouselCalibration.js +72 -0
  82. package/lib/module/components/HACarouselCalibration/HACarouselCalibration.js.map +1 -0
  83. package/lib/module/components/HACarouselCalibration/HACarouselItem/HACarouselItem.js +73 -0
  84. package/lib/module/components/HACarouselCalibration/HACarouselItem/HACarouselItem.js.map +1 -0
  85. package/lib/module/components/HACarouselCalibration/HACarouselItem/styles.js +44 -0
  86. package/lib/module/components/HACarouselCalibration/HACarouselItem/styles.js.map +1 -0
  87. package/lib/module/components/HACarouselCalibration/HAPagination/HAPagination.js +36 -0
  88. package/lib/module/components/HACarouselCalibration/HAPagination/HAPagination.js.map +1 -0
  89. package/lib/module/components/HACarouselCalibration/HAPagination/styles.js +16 -0
  90. package/lib/module/components/HACarouselCalibration/HAPagination/styles.js.map +1 -0
  91. package/lib/module/components/HACarouselCalibration/data.js +21 -0
  92. package/lib/module/components/HACarouselCalibration/data.js.map +1 -0
  93. package/lib/module/components/Typograph/typograph.js +21 -0
  94. package/lib/module/components/Typograph/typograph.js.map +1 -0
  95. package/lib/module/components/index.js +5 -1
  96. package/lib/module/components/index.js.map +1 -1
  97. package/lib/module/index.js +3 -2
  98. package/lib/module/index.js.map +1 -1
  99. package/lib/module/screens/RegisterOperations/registerOperationPointsBiometrics.js +176 -0
  100. package/lib/module/screens/RegisterOperations/registerOperationPointsBiometrics.js.map +1 -0
  101. package/lib/module/screens/RegisterOperations/registerOperationPointsLifeCertificate.js +157 -0
  102. package/lib/module/screens/RegisterOperations/registerOperationPointsLifeCertificate.js.map +1 -0
  103. package/lib/module/screens/RegisterOperations/styles.js +41 -0
  104. package/lib/module/screens/RegisterOperations/styles.js.map +1 -0
  105. package/lib/module/screens/index.js +3 -1
  106. package/lib/module/screens/index.js.map +1 -1
  107. package/lib/module/services/index.js +2 -2
  108. package/lib/module/services/index.js.map +1 -1
  109. package/lib/module/services/services.js +102 -0
  110. package/lib/module/services/services.js.map +1 -1
  111. package/lib/module/store/modules/operationPoints/index.js +3 -0
  112. package/lib/module/store/modules/operationPoints/index.js.map +1 -0
  113. package/lib/module/store/modules/operationPoints/selectors.js +6 -0
  114. package/lib/module/store/modules/operationPoints/selectors.js.map +1 -0
  115. package/lib/module/store/modules/operationPoints/slice.js +227 -0
  116. package/lib/module/store/modules/operationPoints/slice.js.map +1 -0
  117. package/lib/module/store/modules/operationPoints/types.js +2 -0
  118. package/lib/module/store/modules/operationPoints/types.js.map +1 -0
  119. package/lib/module/theme/colors.js +14 -0
  120. package/lib/module/theme/colors.js.map +1 -0
  121. package/lib/module/theme/theme.js +18 -0
  122. package/lib/module/theme/theme.js.map +1 -0
  123. package/lib/module/utils/index.js +2 -2
  124. package/lib/module/utils/index.js.map +1 -1
  125. package/lib/module/utils/utils.js +7 -1
  126. package/lib/module/utils/utils.js.map +1 -1
  127. package/lib/typescript/src/components/HACaptureInstructions/HACaptureInstructions.d.ts +8 -0
  128. package/lib/typescript/src/components/HACaptureInstructions/HACaptureInstructions.d.ts.map +1 -0
  129. package/lib/typescript/src/components/HACaptureInstructions/HACard/HACard.d.ts +11 -0
  130. package/lib/typescript/src/components/HACaptureInstructions/HACard/HACard.d.ts.map +1 -0
  131. package/lib/typescript/src/components/HACaptureInstructions/HACard/styles.d.ts +27 -0
  132. package/lib/typescript/src/components/HACaptureInstructions/HACard/styles.d.ts.map +1 -0
  133. package/lib/typescript/src/components/HACaptureInstructions/data.d.ts +9 -0
  134. package/lib/typescript/src/components/HACaptureInstructions/data.d.ts.map +1 -0
  135. package/lib/typescript/src/components/HACaptureInstructions/style.d.ts +25 -0
  136. package/lib/typescript/src/components/HACaptureInstructions/style.d.ts.map +1 -0
  137. package/lib/typescript/src/components/HACarouselCalibration/HACarouselCalibration.d.ts +7 -0
  138. package/lib/typescript/src/components/HACarouselCalibration/HACarouselCalibration.d.ts.map +1 -0
  139. package/lib/typescript/src/components/HACarouselCalibration/HACarouselItem/HACarouselItem.d.ts +17 -0
  140. package/lib/typescript/src/components/HACarouselCalibration/HACarouselItem/HACarouselItem.d.ts.map +1 -0
  141. package/lib/typescript/src/components/HACarouselCalibration/HACarouselItem/styles.d.ts +39 -0
  142. package/lib/typescript/src/components/HACarouselCalibration/HACarouselItem/styles.d.ts.map +1 -0
  143. package/lib/typescript/src/components/HACarouselCalibration/HAPagination/HAPagination.d.ts +14 -0
  144. package/lib/typescript/src/components/HACarouselCalibration/HAPagination/HAPagination.d.ts.map +1 -0
  145. package/lib/typescript/src/components/HACarouselCalibration/HAPagination/styles.d.ts +15 -0
  146. package/lib/typescript/src/components/HACarouselCalibration/HAPagination/styles.d.ts.map +1 -0
  147. package/lib/typescript/src/components/HACarouselCalibration/data.d.ts +9 -0
  148. package/lib/typescript/src/components/HACarouselCalibration/data.d.ts.map +1 -0
  149. package/lib/typescript/src/components/Typograph/typograph.d.ts +10 -0
  150. package/lib/typescript/src/components/Typograph/typograph.d.ts.map +1 -0
  151. package/lib/typescript/src/components/index.d.ts +5 -1
  152. package/lib/typescript/src/components/index.d.ts.map +1 -1
  153. package/lib/typescript/src/index.d.ts +3 -2
  154. package/lib/typescript/src/index.d.ts.map +1 -1
  155. package/lib/typescript/src/screens/RegisterOperations/registerOperationPointsBiometrics.d.ts +7 -0
  156. package/lib/typescript/src/screens/RegisterOperations/registerOperationPointsBiometrics.d.ts.map +1 -0
  157. package/lib/typescript/src/screens/RegisterOperations/registerOperationPointsLifeCertificate.d.ts +7 -0
  158. package/lib/typescript/src/screens/RegisterOperations/registerOperationPointsLifeCertificate.d.ts.map +1 -0
  159. package/lib/typescript/src/screens/RegisterOperations/styles.d.ts +40 -0
  160. package/lib/typescript/src/screens/RegisterOperations/styles.d.ts.map +1 -0
  161. package/lib/typescript/src/screens/index.d.ts +3 -1
  162. package/lib/typescript/src/screens/index.d.ts.map +1 -1
  163. package/lib/typescript/src/services/index.d.ts +2 -2
  164. package/lib/typescript/src/services/index.d.ts.map +1 -1
  165. package/lib/typescript/src/services/services.d.ts +4 -1
  166. package/lib/typescript/src/services/services.d.ts.map +1 -1
  167. package/lib/typescript/src/services/types.d.ts +29 -0
  168. package/lib/typescript/src/services/types.d.ts.map +1 -1
  169. package/lib/typescript/src/store/modules/operationPoints/index.d.ts +3 -0
  170. package/lib/typescript/src/store/modules/operationPoints/index.d.ts.map +1 -0
  171. package/lib/typescript/src/store/modules/operationPoints/selectors.d.ts +24 -0
  172. package/lib/typescript/src/store/modules/operationPoints/selectors.d.ts.map +1 -0
  173. package/lib/typescript/src/store/modules/operationPoints/slice.d.ts +4 -0
  174. package/lib/typescript/src/store/modules/operationPoints/slice.d.ts.map +1 -0
  175. package/lib/typescript/src/store/modules/operationPoints/types.d.ts +51 -0
  176. package/lib/typescript/src/store/modules/operationPoints/types.d.ts.map +1 -0
  177. package/lib/typescript/src/theme/colors.d.ts +14 -0
  178. package/lib/typescript/src/theme/colors.d.ts.map +1 -0
  179. package/lib/typescript/src/theme/theme.d.ts +8 -0
  180. package/lib/typescript/src/theme/theme.d.ts.map +1 -0
  181. package/lib/typescript/src/utils/index.d.ts +2 -2
  182. package/lib/typescript/src/utils/index.d.ts.map +1 -1
  183. package/lib/typescript/src/utils/utils.d.ts +3 -1
  184. package/lib/typescript/src/utils/utils.d.ts.map +1 -1
  185. package/package.json +4 -1
  186. package/src/@types/declarations.d.ts +5 -0
  187. package/src/assets/svg/exampleCalibration1.svg +9 -0
  188. package/src/assets/svg/exampleCalibration2.svg +9 -0
  189. package/src/assets/svg/fingerPrint.svg +30 -0
  190. package/src/assets/svg/fingerPrintWithMask.svg +34 -0
  191. package/src/assets/svg/selfieStick.svg +167 -0
  192. package/src/components/HACaptureInstructions/HACaptureInstructions.tsx +36 -0
  193. package/src/components/HACaptureInstructions/HACard/HACard.tsx +34 -0
  194. package/src/components/HACaptureInstructions/HACard/styles.ts +30 -0
  195. package/src/components/HACaptureInstructions/data.ts +23 -0
  196. package/src/components/HACaptureInstructions/style.ts +17 -0
  197. package/src/components/HACarouselCalibration/HACarouselCalibration.tsx +71 -0
  198. package/src/components/HACarouselCalibration/HACarouselItem/HACarouselItem.tsx +53 -0
  199. package/src/components/HACarouselCalibration/HACarouselItem/styles.ts +43 -0
  200. package/src/components/HACarouselCalibration/HAPagination/HAPagination.tsx +51 -0
  201. package/src/components/HACarouselCalibration/HAPagination/styles.ts +16 -0
  202. package/src/components/HACarouselCalibration/data.ts +27 -0
  203. package/src/components/Typograph/typograph.tsx +24 -0
  204. package/src/components/index.ts +16 -1
  205. package/src/index.tsx +18 -2
  206. package/src/screens/RegisterOperations/registerOperationPointsBiometrics.tsx +168 -0
  207. package/src/screens/RegisterOperations/registerOperationPointsLifeCertificate.tsx +175 -0
  208. package/src/screens/RegisterOperations/styles.ts +41 -0
  209. package/src/screens/index.ts +9 -1
  210. package/src/services/index.ts +18 -2
  211. package/src/services/services.ts +113 -1
  212. package/src/services/types.ts +33 -0
  213. package/src/store/modules/operationPoints/index.ts +3 -0
  214. package/src/store/modules/operationPoints/selectors.ts +7 -0
  215. package/src/store/modules/operationPoints/slice.ts +240 -0
  216. package/src/store/modules/operationPoints/types.ts +61 -0
  217. package/src/theme/colors.ts +15 -0
  218. package/src/theme/theme.ts +13 -0
  219. package/src/utils/index.ts +2 -2
  220. package/src/utils/utils.ts +9 -1
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=declarations.d.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["@types/declarations.d.ts"],"mappings":""}