@ha_tecno/live-id-sdk 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (217) hide show
  1. package/LICENSE +20 -0
  2. package/README.md +323 -0
  3. package/android/build.gradle +94 -0
  4. package/android/gradle.properties +5 -0
  5. package/android/src/main/AndroidManifest.xml +4 -0
  6. package/android/src/main/AndroidManifestNew.xml +2 -0
  7. package/android/src/main/java/com/liveidsdk/LiveIdSdkModule.kt +25 -0
  8. package/android/src/main/java/com/liveidsdk/LiveIdSdkPackage.kt +17 -0
  9. package/ios/LiveIdSdk-Bridging-Header.h +2 -0
  10. package/ios/LiveIdSdk.mm +14 -0
  11. package/ios/LiveIdSdk.swift +8 -0
  12. package/lib/commonjs/assets/arrow.png +0 -0
  13. package/lib/commonjs/assets/exampleInstructionWithBorder.jpeg +0 -0
  14. package/lib/commonjs/assets/exampleInstructionWithoutFinger.jpeg +0 -0
  15. package/lib/commonjs/assets/ic_redness_capture_tip.png +0 -0
  16. package/lib/commonjs/assets/logo.png +0 -0
  17. package/lib/commonjs/components/CameraConfigInfos/index.js +21 -0
  18. package/lib/commonjs/components/CameraConfigInfos/index.js.map +1 -0
  19. package/lib/commonjs/components/CameraConfigInfos/styles.js +19 -0
  20. package/lib/commonjs/components/CameraConfigInfos/styles.js.map +1 -0
  21. package/lib/commonjs/components/DeviceNullDisplay/index.js +59 -0
  22. package/lib/commonjs/components/DeviceNullDisplay/index.js.map +1 -0
  23. package/lib/commonjs/components/ErrorDisplay/index.js +59 -0
  24. package/lib/commonjs/components/ErrorDisplay/index.js.map +1 -0
  25. package/lib/commonjs/components/Gabarito/index.js +19 -0
  26. package/lib/commonjs/components/Gabarito/index.js.map +1 -0
  27. package/lib/commonjs/components/Gabarito/styles.js +30 -0
  28. package/lib/commonjs/components/Gabarito/styles.js.map +1 -0
  29. package/lib/commonjs/components/Toast/Toast.js +66 -0
  30. package/lib/commonjs/components/Toast/Toast.js.map +1 -0
  31. package/lib/commonjs/components/WaitingForResult/index.js +24 -0
  32. package/lib/commonjs/components/WaitingForResult/index.js.map +1 -0
  33. package/lib/commonjs/components/WaitingForResult/styles.js +32 -0
  34. package/lib/commonjs/components/WaitingForResult/styles.js.map +1 -0
  35. package/lib/commonjs/index.js +34 -0
  36. package/lib/commonjs/index.js.map +1 -0
  37. package/lib/commonjs/screens/CadastroFinger/components/AjudaCadastro/index.js +49 -0
  38. package/lib/commonjs/screens/CadastroFinger/components/AjudaCadastro/index.js.map +1 -0
  39. package/lib/commonjs/screens/CadastroFinger/components/AjudaCadastro/styles.js +62 -0
  40. package/lib/commonjs/screens/CadastroFinger/components/AjudaCadastro/styles.js.map +1 -0
  41. package/lib/commonjs/screens/CadastroFinger/components/CameraCadastro/index.js +298 -0
  42. package/lib/commonjs/screens/CadastroFinger/components/CameraCadastro/index.js.map +1 -0
  43. package/lib/commonjs/screens/CadastroFinger/components/CameraCadastro/styles.js +54 -0
  44. package/lib/commonjs/screens/CadastroFinger/components/CameraCadastro/styles.js.map +1 -0
  45. package/lib/commonjs/screens/CadastroFinger/components/ImageDisplayScreen/index.js +44 -0
  46. package/lib/commonjs/screens/CadastroFinger/components/ImageDisplayScreen/index.js.map +1 -0
  47. package/lib/commonjs/screens/CadastroFinger/components/ImageDisplayScreen/styles.js +65 -0
  48. package/lib/commonjs/screens/CadastroFinger/components/ImageDisplayScreen/styles.js.map +1 -0
  49. package/lib/commonjs/screens/CadastroFinger/index.js +50 -0
  50. package/lib/commonjs/screens/CadastroFinger/index.js.map +1 -0
  51. package/lib/commonjs/screens/CadastroScreen/CadastroScreen.js +186 -0
  52. package/lib/commonjs/screens/CadastroScreen/CadastroScreen.js.map +1 -0
  53. package/lib/commonjs/screens/ProvaVidas/index.js +246 -0
  54. package/lib/commonjs/screens/ProvaVidas/index.js.map +1 -0
  55. package/lib/commonjs/screens/ProvaVidas/styles.js +93 -0
  56. package/lib/commonjs/screens/ProvaVidas/styles.js.map +1 -0
  57. package/lib/commonjs/screens/ValidadeFinger/index.js +216 -0
  58. package/lib/commonjs/screens/ValidadeFinger/index.js.map +1 -0
  59. package/lib/commonjs/screens/ValidadeFinger/styles.js +54 -0
  60. package/lib/commonjs/screens/ValidadeFinger/styles.js.map +1 -0
  61. package/lib/commonjs/services/index.js +145 -0
  62. package/lib/commonjs/services/index.js.map +1 -0
  63. package/lib/commonjs/types/screen.js +2 -0
  64. package/lib/commonjs/types/screen.js.map +1 -0
  65. package/lib/commonjs/utils/file.js +38 -0
  66. package/lib/commonjs/utils/file.js.map +1 -0
  67. package/lib/commonjs/utils/getConfigCamera.js +25 -0
  68. package/lib/commonjs/utils/getConfigCamera.js.map +1 -0
  69. package/lib/commonjs/utils/index.js +14 -0
  70. package/lib/commonjs/utils/index.js.map +1 -0
  71. package/lib/module/assets/arrow.png +0 -0
  72. package/lib/module/assets/exampleInstructionWithBorder.jpeg +0 -0
  73. package/lib/module/assets/exampleInstructionWithoutFinger.jpeg +0 -0
  74. package/lib/module/assets/ic_redness_capture_tip.png +0 -0
  75. package/lib/module/assets/logo.png +0 -0
  76. package/lib/module/components/CameraConfigInfos/index.js +13 -0
  77. package/lib/module/components/CameraConfigInfos/index.js.map +1 -0
  78. package/lib/module/components/CameraConfigInfos/styles.js +13 -0
  79. package/lib/module/components/CameraConfigInfos/styles.js.map +1 -0
  80. package/lib/module/components/DeviceNullDisplay/index.js +51 -0
  81. package/lib/module/components/DeviceNullDisplay/index.js.map +1 -0
  82. package/lib/module/components/ErrorDisplay/index.js +51 -0
  83. package/lib/module/components/ErrorDisplay/index.js.map +1 -0
  84. package/lib/module/components/Gabarito/index.js +11 -0
  85. package/lib/module/components/Gabarito/index.js.map +1 -0
  86. package/lib/module/components/Gabarito/styles.js +24 -0
  87. package/lib/module/components/Gabarito/styles.js.map +1 -0
  88. package/lib/module/components/Toast/Toast.js +58 -0
  89. package/lib/module/components/Toast/Toast.js.map +1 -0
  90. package/lib/module/components/WaitingForResult/index.js +17 -0
  91. package/lib/module/components/WaitingForResult/index.js.map +1 -0
  92. package/lib/module/components/WaitingForResult/styles.js +26 -0
  93. package/lib/module/components/WaitingForResult/styles.js.map +1 -0
  94. package/lib/module/index.js +7 -0
  95. package/lib/module/index.js.map +1 -0
  96. package/lib/module/screens/CadastroFinger/components/AjudaCadastro/index.js +41 -0
  97. package/lib/module/screens/CadastroFinger/components/AjudaCadastro/index.js.map +1 -0
  98. package/lib/module/screens/CadastroFinger/components/AjudaCadastro/styles.js +56 -0
  99. package/lib/module/screens/CadastroFinger/components/AjudaCadastro/styles.js.map +1 -0
  100. package/lib/module/screens/CadastroFinger/components/CameraCadastro/index.js +288 -0
  101. package/lib/module/screens/CadastroFinger/components/CameraCadastro/index.js.map +1 -0
  102. package/lib/module/screens/CadastroFinger/components/CameraCadastro/styles.js +48 -0
  103. package/lib/module/screens/CadastroFinger/components/CameraCadastro/styles.js.map +1 -0
  104. package/lib/module/screens/CadastroFinger/components/ImageDisplayScreen/index.js +36 -0
  105. package/lib/module/screens/CadastroFinger/components/ImageDisplayScreen/index.js.map +1 -0
  106. package/lib/module/screens/CadastroFinger/components/ImageDisplayScreen/styles.js +59 -0
  107. package/lib/module/screens/CadastroFinger/components/ImageDisplayScreen/styles.js.map +1 -0
  108. package/lib/module/screens/CadastroFinger/index.js +42 -0
  109. package/lib/module/screens/CadastroFinger/index.js.map +1 -0
  110. package/lib/module/screens/CadastroScreen/CadastroScreen.js +177 -0
  111. package/lib/module/screens/CadastroScreen/CadastroScreen.js.map +1 -0
  112. package/lib/module/screens/ProvaVidas/index.js +239 -0
  113. package/lib/module/screens/ProvaVidas/index.js.map +1 -0
  114. package/lib/module/screens/ProvaVidas/styles.js +87 -0
  115. package/lib/module/screens/ProvaVidas/styles.js.map +1 -0
  116. package/lib/module/screens/ValidadeFinger/index.js +206 -0
  117. package/lib/module/screens/ValidadeFinger/index.js.map +1 -0
  118. package/lib/module/screens/ValidadeFinger/styles.js +48 -0
  119. package/lib/module/screens/ValidadeFinger/styles.js.map +1 -0
  120. package/lib/module/services/index.js +131 -0
  121. package/lib/module/services/index.js.map +1 -0
  122. package/lib/module/types/screen.js +2 -0
  123. package/lib/module/types/screen.js.map +1 -0
  124. package/lib/module/utils/file.js +29 -0
  125. package/lib/module/utils/file.js.map +1 -0
  126. package/lib/module/utils/getConfigCamera.js +19 -0
  127. package/lib/module/utils/getConfigCamera.js.map +1 -0
  128. package/lib/module/utils/index.js +3 -0
  129. package/lib/module/utils/index.js.map +1 -0
  130. package/lib/typescript/src/components/CameraConfigInfos/index.d.ts +9 -0
  131. package/lib/typescript/src/components/CameraConfigInfos/index.d.ts.map +1 -0
  132. package/lib/typescript/src/components/CameraConfigInfos/styles.d.ts +11 -0
  133. package/lib/typescript/src/components/CameraConfigInfos/styles.d.ts.map +1 -0
  134. package/lib/typescript/src/components/DeviceNullDisplay/index.d.ts +11 -0
  135. package/lib/typescript/src/components/DeviceNullDisplay/index.d.ts.map +1 -0
  136. package/lib/typescript/src/components/ErrorDisplay/index.d.ts +11 -0
  137. package/lib/typescript/src/components/ErrorDisplay/index.d.ts.map +1 -0
  138. package/lib/typescript/src/components/Gabarito/index.d.ts +3 -0
  139. package/lib/typescript/src/components/Gabarito/index.d.ts.map +1 -0
  140. package/lib/typescript/src/components/Gabarito/styles.d.ts +21 -0
  141. package/lib/typescript/src/components/Gabarito/styles.d.ts.map +1 -0
  142. package/lib/typescript/src/components/Toast/Toast.d.ts +42 -0
  143. package/lib/typescript/src/components/Toast/Toast.d.ts.map +1 -0
  144. package/lib/typescript/src/components/WaitingForResult/index.d.ts +7 -0
  145. package/lib/typescript/src/components/WaitingForResult/index.d.ts.map +1 -0
  146. package/lib/typescript/src/components/WaitingForResult/styles.d.ts +24 -0
  147. package/lib/typescript/src/components/WaitingForResult/styles.d.ts.map +1 -0
  148. package/lib/typescript/src/index.d.ts +5 -0
  149. package/lib/typescript/src/index.d.ts.map +1 -0
  150. package/lib/typescript/src/screens/CadastroFinger/components/AjudaCadastro/index.d.ts +7 -0
  151. package/lib/typescript/src/screens/CadastroFinger/components/AjudaCadastro/index.d.ts.map +1 -0
  152. package/lib/typescript/src/screens/CadastroFinger/components/AjudaCadastro/styles.d.ts +55 -0
  153. package/lib/typescript/src/screens/CadastroFinger/components/AjudaCadastro/styles.d.ts.map +1 -0
  154. package/lib/typescript/src/screens/CadastroFinger/components/CameraCadastro/index.d.ts +16 -0
  155. package/lib/typescript/src/screens/CadastroFinger/components/CameraCadastro/index.d.ts.map +1 -0
  156. package/lib/typescript/src/screens/CadastroFinger/components/CameraCadastro/styles.d.ts +44 -0
  157. package/lib/typescript/src/screens/CadastroFinger/components/CameraCadastro/styles.d.ts.map +1 -0
  158. package/lib/typescript/src/screens/CadastroFinger/components/ImageDisplayScreen/index.d.ts +12 -0
  159. package/lib/typescript/src/screens/CadastroFinger/components/ImageDisplayScreen/index.d.ts.map +1 -0
  160. package/lib/typescript/src/screens/CadastroFinger/components/ImageDisplayScreen/styles.d.ts +54 -0
  161. package/lib/typescript/src/screens/CadastroFinger/components/ImageDisplayScreen/styles.d.ts.map +1 -0
  162. package/lib/typescript/src/screens/CadastroFinger/index.d.ts +16 -0
  163. package/lib/typescript/src/screens/CadastroFinger/index.d.ts.map +1 -0
  164. package/lib/typescript/src/screens/CadastroScreen/CadastroScreen.d.ts +14 -0
  165. package/lib/typescript/src/screens/CadastroScreen/CadastroScreen.d.ts.map +1 -0
  166. package/lib/typescript/src/screens/ProvaVidas/index.d.ts +14 -0
  167. package/lib/typescript/src/screens/ProvaVidas/index.d.ts.map +1 -0
  168. package/lib/typescript/src/screens/ProvaVidas/styles.d.ts +85 -0
  169. package/lib/typescript/src/screens/ProvaVidas/styles.d.ts.map +1 -0
  170. package/lib/typescript/src/screens/ValidadeFinger/index.d.ts +14 -0
  171. package/lib/typescript/src/screens/ValidadeFinger/index.d.ts.map +1 -0
  172. package/lib/typescript/src/screens/ValidadeFinger/styles.d.ts +44 -0
  173. package/lib/typescript/src/screens/ValidadeFinger/styles.d.ts.map +1 -0
  174. package/lib/typescript/src/services/index.d.ts +21 -0
  175. package/lib/typescript/src/services/index.d.ts.map +1 -0
  176. package/lib/typescript/src/types/screen.d.ts +6 -0
  177. package/lib/typescript/src/types/screen.d.ts.map +1 -0
  178. package/lib/typescript/src/utils/file.d.ts +3 -0
  179. package/lib/typescript/src/utils/file.d.ts.map +1 -0
  180. package/lib/typescript/src/utils/getConfigCamera.d.ts +14 -0
  181. package/lib/typescript/src/utils/getConfigCamera.d.ts.map +1 -0
  182. package/lib/typescript/src/utils/index.d.ts +3 -0
  183. package/lib/typescript/src/utils/index.d.ts.map +1 -0
  184. package/live-id-sdk.podspec +41 -0
  185. package/package.json +184 -0
  186. package/src/assets/arrow.png +0 -0
  187. package/src/assets/exampleInstructionWithBorder.jpeg +0 -0
  188. package/src/assets/exampleInstructionWithoutFinger.jpeg +0 -0
  189. package/src/assets/ic_redness_capture_tip.png +0 -0
  190. package/src/assets/logo.png +0 -0
  191. package/src/components/CameraConfigInfos/index.tsx +25 -0
  192. package/src/components/CameraConfigInfos/styles.ts +13 -0
  193. package/src/components/DeviceNullDisplay/index.tsx +59 -0
  194. package/src/components/ErrorDisplay/index.tsx +60 -0
  195. package/src/components/Gabarito/index.tsx +11 -0
  196. package/src/components/Gabarito/styles.ts +23 -0
  197. package/src/components/Toast/Toast.tsx +61 -0
  198. package/src/components/WaitingForResult/index.tsx +22 -0
  199. package/src/components/WaitingForResult/styles.ts +27 -0
  200. package/src/index.tsx +6 -0
  201. package/src/screens/CadastroFinger/components/AjudaCadastro/index.tsx +49 -0
  202. package/src/screens/CadastroFinger/components/AjudaCadastro/styles.ts +56 -0
  203. package/src/screens/CadastroFinger/components/CameraCadastro/index.tsx +356 -0
  204. package/src/screens/CadastroFinger/components/CameraCadastro/styles.ts +47 -0
  205. package/src/screens/CadastroFinger/components/ImageDisplayScreen/index.tsx +45 -0
  206. package/src/screens/CadastroFinger/components/ImageDisplayScreen/styles.ts +55 -0
  207. package/src/screens/CadastroFinger/index.tsx +56 -0
  208. package/src/screens/CadastroScreen/CadastroScreen.tsx +212 -0
  209. package/src/screens/ProvaVidas/index.tsx +308 -0
  210. package/src/screens/ProvaVidas/styles.ts +99 -0
  211. package/src/screens/ValidadeFinger/index.tsx +263 -0
  212. package/src/screens/ValidadeFinger/styles.ts +47 -0
  213. package/src/services/index.ts +143 -0
  214. package/src/types/screen.ts +5 -0
  215. package/src/utils/file.ts +30 -0
  216. package/src/utils/getConfigCamera.ts +45 -0
  217. package/src/utils/index.ts +3 -0
@@ -0,0 +1,51 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import { View, Text, Button, StyleSheet } from 'react-native';
4
+ import Modal from 'react-native-modal';
5
+ export const DeviceNullDisplay = ({
6
+ isVisible,
7
+ onCloseModalHandler,
8
+ requestCameraPermission,
9
+ ...modalParams
10
+ }) => {
11
+ return /*#__PURE__*/React.createElement(Modal, _extends({
12
+ style: styles.modal,
13
+ isVisible: isVisible,
14
+ swipeDirection: "down",
15
+ propagateSwipe: true,
16
+ onSwipeComplete: onCloseModalHandler
17
+ }, modalParams), /*#__PURE__*/React.createElement(View, {
18
+ style: styles.container
19
+ }, /*#__PURE__*/React.createElement(Text, {
20
+ style: styles.errorText
21
+ }, "O dispositivo n\xE3o possui camera ou n\xE3o foi possivel acessar a camera !"), /*#__PURE__*/React.createElement(View, {
22
+ style: styles.buttonContainer
23
+ }, /*#__PURE__*/React.createElement(Button, {
24
+ title: "Fechar Camera",
25
+ onPress: onCloseModalHandler
26
+ })), /*#__PURE__*/React.createElement(Button, {
27
+ title: "Tentar novamente",
28
+ onPress: requestCameraPermission
29
+ })));
30
+ };
31
+ const styles = StyleSheet.create({
32
+ modal: {
33
+ margin: 0
34
+ },
35
+ container: {
36
+ flex: 1,
37
+ alignItems: 'center',
38
+ justifyContent: 'center',
39
+ backgroundColor: 'white'
40
+ },
41
+ errorText: {
42
+ color: 'black',
43
+ fontWeight: 'bold',
44
+ fontSize: 20,
45
+ marginBottom: 16
46
+ },
47
+ buttonContainer: {
48
+ marginBottom: 16
49
+ }
50
+ });
51
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","Text","Button","StyleSheet","Modal","DeviceNullDisplay","isVisible","onCloseModalHandler","requestCameraPermission","modalParams","createElement","_extends","style","styles","modal","swipeDirection","propagateSwipe","onSwipeComplete","container","errorText","buttonContainer","title","onPress","create","margin","flex","alignItems","justifyContent","backgroundColor","color","fontWeight","fontSize","marginBottom"],"sourceRoot":"../../../../src","sources":["components/DeviceNullDisplay/index.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,IAAI,EAAEC,MAAM,EAAEC,UAAU,QAAQ,cAAc;AAC7D,OAAOC,KAAK,MAA2B,oBAAoB;AAS3D,OAAO,MAAMC,iBAAmD,GAAGA,CAAC;EAClEC,SAAS;EACTC,mBAAmB;EACnBC,uBAAuB;EACvB,GAAGC;AACL,CAAC,KAAK;EACJ,oBACEV,KAAA,CAAAW,aAAA,CAACN,KAAK,EAAAO,QAAA;IACJC,KAAK,EAAEC,MAAM,CAACC,KAAM;IACpBR,SAAS,EAAEA,SAAU;IACrBS,cAAc,EAAC,MAAM;IACrBC,cAAc,EAAE,IAAK;IACrBC,eAAe,EAAEV;EAAoB,GACjCE,WAAW,gBAEfV,KAAA,CAAAW,aAAA,CAACV,IAAI;IAACY,KAAK,EAAEC,MAAM,CAACK;EAAU,gBAC5BnB,KAAA,CAAAW,aAAA,CAACT,IAAI;IAACW,KAAK,EAAEC,MAAM,CAACM;EAAU,GAAC,8EAEzB,CAAC,eACPpB,KAAA,CAAAW,aAAA,CAACV,IAAI;IAACY,KAAK,EAAEC,MAAM,CAACO;EAAgB,gBAClCrB,KAAA,CAAAW,aAAA,CAACR,MAAM;IAACmB,KAAK,EAAC,eAAe;IAACC,OAAO,EAAEf;EAAoB,CAAE,CACzD,CAAC,eACPR,KAAA,CAAAW,aAAA,CAACR,MAAM;IAACmB,KAAK,EAAC,kBAAkB;IAACC,OAAO,EAAEd;EAAwB,CAAE,CAChE,CACD,CAAC;AAEZ,CAAC;AAED,MAAMK,MAAM,GAAGV,UAAU,CAACoB,MAAM,CAAC;EAC/BT,KAAK,EAAE;IACLU,MAAM,EAAE;EACV,CAAC;EACDN,SAAS,EAAE;IACTO,IAAI,EAAE,CAAC;IACPC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,QAAQ;IACxBC,eAAe,EAAE;EACnB,CAAC;EACDT,SAAS,EAAE;IACTU,KAAK,EAAE,OAAO;IACdC,UAAU,EAAE,MAAM;IAClBC,QAAQ,EAAE,EAAE;IACZC,YAAY,EAAE;EAChB,CAAC;EACDZ,eAAe,EAAE;IACfY,YAAY,EAAE;EAChB;AACF,CAAC,CAAC"}
@@ -0,0 +1,51 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+ import React from 'react';
3
+ import { View, Text, Button, StyleSheet } from 'react-native';
4
+ import Modal from 'react-native-modal';
5
+ export const ErrorDisplay = ({
6
+ isVisible,
7
+ onCloseModalHandler,
8
+ requestCameraPermission,
9
+ ...modalParams
10
+ }) => {
11
+ return /*#__PURE__*/React.createElement(Modal, _extends({
12
+ style: styles.modal,
13
+ isVisible: isVisible,
14
+ swipeDirection: "down",
15
+ propagateSwipe: true,
16
+ onSwipeComplete: onCloseModalHandler
17
+ }, modalParams), /*#__PURE__*/React.createElement(View, {
18
+ style: styles.container
19
+ }, /*#__PURE__*/React.createElement(Text, {
20
+ style: styles.errorText
21
+ }, "Ocorreu um erro ao tentar acessar o dispositivo! Voc\xEA deve passar o id do usu\xE1rio para validar a digital."), /*#__PURE__*/React.createElement(View, {
22
+ style: styles.buttonContainer
23
+ }, /*#__PURE__*/React.createElement(Button, {
24
+ title: "Fechar Camera",
25
+ onPress: onCloseModalHandler
26
+ })), /*#__PURE__*/React.createElement(Button, {
27
+ title: "Tentar novamente",
28
+ onPress: requestCameraPermission
29
+ })));
30
+ };
31
+ const styles = StyleSheet.create({
32
+ modal: {
33
+ margin: 0
34
+ },
35
+ container: {
36
+ flex: 1,
37
+ alignItems: 'center',
38
+ justifyContent: 'center',
39
+ backgroundColor: 'white'
40
+ },
41
+ errorText: {
42
+ color: 'black',
43
+ fontWeight: 'bold',
44
+ fontSize: 20,
45
+ marginBottom: 16
46
+ },
47
+ buttonContainer: {
48
+ marginBottom: 16
49
+ }
50
+ });
51
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","Text","Button","StyleSheet","Modal","ErrorDisplay","isVisible","onCloseModalHandler","requestCameraPermission","modalParams","createElement","_extends","style","styles","modal","swipeDirection","propagateSwipe","onSwipeComplete","container","errorText","buttonContainer","title","onPress","create","margin","flex","alignItems","justifyContent","backgroundColor","color","fontWeight","fontSize","marginBottom"],"sourceRoot":"../../../../src","sources":["components/ErrorDisplay/index.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,IAAI,EAAEC,MAAM,EAAEC,UAAU,QAAQ,cAAc;AAC7D,OAAOC,KAAK,MAA2B,oBAAoB;AAS3D,OAAO,MAAMC,YAAyC,GAAGA,CAAC;EACxDC,SAAS;EACTC,mBAAmB;EACnBC,uBAAuB;EACvB,GAAGC;AACL,CAAC,KAAK;EACJ,oBACEV,KAAA,CAAAW,aAAA,CAACN,KAAK,EAAAO,QAAA;IACJC,KAAK,EAAEC,MAAM,CAACC,KAAM;IACpBR,SAAS,EAAEA,SAAU;IACrBS,cAAc,EAAC,MAAM;IACrBC,cAAc,EAAE,IAAK;IACrBC,eAAe,EAAEV;EAAoB,GACjCE,WAAW,gBAEfV,KAAA,CAAAW,aAAA,CAACV,IAAI;IAACY,KAAK,EAAEC,MAAM,CAACK;EAAU,gBAC5BnB,KAAA,CAAAW,aAAA,CAACT,IAAI;IAACW,KAAK,EAAEC,MAAM,CAACM;EAAU,GAAC,iHAGzB,CAAC,eACPpB,KAAA,CAAAW,aAAA,CAACV,IAAI;IAACY,KAAK,EAAEC,MAAM,CAACO;EAAgB,gBAClCrB,KAAA,CAAAW,aAAA,CAACR,MAAM;IAACmB,KAAK,EAAC,eAAe;IAACC,OAAO,EAAEf;EAAoB,CAAE,CACzD,CAAC,eACPR,KAAA,CAAAW,aAAA,CAACR,MAAM;IAACmB,KAAK,EAAC,kBAAkB;IAACC,OAAO,EAAEd;EAAwB,CAAE,CAChE,CACD,CAAC;AAEZ,CAAC;AAED,MAAMK,MAAM,GAAGV,UAAU,CAACoB,MAAM,CAAC;EAC/BT,KAAK,EAAE;IACLU,MAAM,EAAE;EACV,CAAC;EACDN,SAAS,EAAE;IACTO,IAAI,EAAE,CAAC;IACPC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,QAAQ;IACxBC,eAAe,EAAE;EACnB,CAAC;EACDT,SAAS,EAAE;IACTU,KAAK,EAAE,OAAO;IACdC,UAAU,EAAE,MAAM;IAClBC,QAAQ,EAAE,EAAE;IACZC,YAAY,EAAE;EAChB,CAAC;EACDZ,eAAe,EAAE;IACfY,YAAY,EAAE;EAChB;AACF,CAAC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { View } from 'react-native';
3
+ import { styles } from './styles';
4
+ export const Gabarito = () => {
5
+ return /*#__PURE__*/React.createElement(View, {
6
+ style: styles.container
7
+ }, /*#__PURE__*/React.createElement(View, {
8
+ style: styles.gabarito
9
+ }));
10
+ };
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","styles","Gabarito","createElement","style","container","gabarito"],"sourceRoot":"../../../../src","sources":["components/Gabarito/index.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,QAAQ,cAAc;AACnC,SAASC,MAAM,QAAQ,UAAU;AAEjC,OAAO,MAAMC,QAAQ,GAAGA,CAAA,KAAM;EAC5B,oBACEH,KAAA,CAAAI,aAAA,CAACH,IAAI;IAACI,KAAK,EAAEH,MAAM,CAACI;EAAU,gBAC5BN,KAAA,CAAAI,aAAA,CAACH,IAAI;IAACI,KAAK,EAAEH,MAAM,CAACK;EAAS,CAAE,CAC3B,CAAC;AAEX,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { StyleSheet, Dimensions } from 'react-native';
2
+ const width = Dimensions.get('window').width;
3
+ const height = Dimensions.get('window').height;
4
+ export const styles = StyleSheet.create({
5
+ container: {
6
+ justifyContent: 'center',
7
+ alignSelf: 'center',
8
+ position: `absolute`,
9
+ marginTop: '50%'
10
+ },
11
+ gabarito: {
12
+ width: width * 0.5,
13
+ height: height * 0.3,
14
+ borderWidth: 3,
15
+ borderColor: 'red',
16
+ marginLeft: '15%',
17
+ borderTopLeftRadius: 125,
18
+ borderBottomLeftRadius: 125,
19
+ transform: [{
20
+ scaleX: 2
21
+ }]
22
+ }
23
+ });
24
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheet","Dimensions","width","get","height","styles","create","container","justifyContent","alignSelf","position","marginTop","gabarito","borderWidth","borderColor","marginLeft","borderTopLeftRadius","borderBottomLeftRadius","transform","scaleX"],"sourceRoot":"../../../../src","sources":["components/Gabarito/styles.ts"],"mappings":"AAAA,SAASA,UAAU,EAAEC,UAAU,QAAQ,cAAc;AAErD,MAAMC,KAAK,GAAGD,UAAU,CAACE,GAAG,CAAC,QAAQ,CAAC,CAACD,KAAK;AAC5C,MAAME,MAAM,GAAGH,UAAU,CAACE,GAAG,CAAC,QAAQ,CAAC,CAACC,MAAM;AAE9C,OAAO,MAAMC,MAAM,GAAGL,UAAU,CAACM,MAAM,CAAC;EACtCC,SAAS,EAAE;IACTC,cAAc,EAAE,QAAQ;IACxBC,SAAS,EAAE,QAAQ;IACnBC,QAAQ,EAAG,UAAS;IACpBC,SAAS,EAAE;EACb,CAAC;EACDC,QAAQ,EAAE;IACRV,KAAK,EAAEA,KAAK,GAAG,GAAG;IAClBE,MAAM,EAAEA,MAAM,GAAG,GAAG;IACpBS,WAAW,EAAE,CAAC;IACdC,WAAW,EAAE,KAAK;IAClBC,UAAU,EAAE,KAAK;IACjBC,mBAAmB,EAAE,GAAG;IACxBC,sBAAsB,EAAE,GAAG;IAC3BC,SAAS,EAAE,CAAC;MAAEC,MAAM,EAAE;IAAE,CAAC;EAC3B;AACF,CAAC,CAAC"}
@@ -0,0 +1,58 @@
1
+ import React from 'react';
2
+ import { View, Modal, Text, StyleSheet, TouchableOpacity } from 'react-native';
3
+ export const Toast = ({
4
+ isVisible,
5
+ message,
6
+ onClose
7
+ }) => {
8
+ return /*#__PURE__*/React.createElement(Modal, {
9
+ transparent: true,
10
+ visible: isVisible,
11
+ onRequestClose: onClose
12
+ }, /*#__PURE__*/React.createElement(View, {
13
+ style: styles.modalContainer
14
+ }, /*#__PURE__*/React.createElement(View, {
15
+ style: styles.modalCard
16
+ }, /*#__PURE__*/React.createElement(Text, {
17
+ style: styles.messageText
18
+ }, message), /*#__PURE__*/React.createElement(TouchableOpacity, {
19
+ style: styles.closeButton,
20
+ onPress: onClose
21
+ }, /*#__PURE__*/React.createElement(Text, {
22
+ style: styles.closeButtonText
23
+ }, "Fechar")))));
24
+ };
25
+ export const styles = StyleSheet.create({
26
+ modalContainer: {
27
+ flex: 1,
28
+ backgroundColor: 'rgba(0, 0, 0, 0.5)',
29
+ justifyContent: 'center',
30
+ alignItems: 'center',
31
+ zIndex: 999
32
+ },
33
+ modalCard: {
34
+ backgroundColor: 'white',
35
+ padding: 16,
36
+ borderRadius: 8,
37
+ width: '80%',
38
+ alignItems: 'center'
39
+ },
40
+ messageText: {
41
+ fontSize: 18,
42
+ marginBottom: 16,
43
+ textAlign: 'center',
44
+ color: '#333'
45
+ },
46
+ closeButton: {
47
+ marginTop: 8,
48
+ backgroundColor: '#ccc',
49
+ padding: 8,
50
+ borderRadius: 4
51
+ },
52
+ closeButtonText: {
53
+ color: 'white',
54
+ fontWeight: 'bold',
55
+ textAlign: 'center'
56
+ }
57
+ });
58
+ //# sourceMappingURL=Toast.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","Modal","Text","StyleSheet","TouchableOpacity","Toast","isVisible","message","onClose","createElement","transparent","visible","onRequestClose","style","styles","modalContainer","modalCard","messageText","closeButton","onPress","closeButtonText","create","flex","backgroundColor","justifyContent","alignItems","zIndex","padding","borderRadius","width","fontSize","marginBottom","textAlign","color","marginTop","fontWeight"],"sourceRoot":"../../../../src","sources":["components/Toast/Toast.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,KAAK,EAAEC,IAAI,EAAEC,UAAU,EAAEC,gBAAgB,QAAQ,cAAc;AAQ9E,OAAO,MAAMC,KAA2B,GAAGA,CAAC;EAC1CC,SAAS;EACTC,OAAO;EACPC;AACF,CAAC,KAAK;EACJ,oBACET,KAAA,CAAAU,aAAA,CAACR,KAAK;IAACS,WAAW;IAACC,OAAO,EAAEL,SAAU;IAACM,cAAc,EAAEJ;EAAQ,gBAC7DT,KAAA,CAAAU,aAAA,CAACT,IAAI;IAACa,KAAK,EAAEC,MAAM,CAACC;EAAe,gBACjChB,KAAA,CAAAU,aAAA,CAACT,IAAI;IAACa,KAAK,EAAEC,MAAM,CAACE;EAAU,gBAC5BjB,KAAA,CAAAU,aAAA,CAACP,IAAI;IAACW,KAAK,EAAEC,MAAM,CAACG;EAAY,GAAEV,OAAc,CAAC,eACjDR,KAAA,CAAAU,aAAA,CAACL,gBAAgB;IAACS,KAAK,EAAEC,MAAM,CAACI,WAAY;IAACC,OAAO,EAAEX;EAAQ,gBAC5DT,KAAA,CAAAU,aAAA,CAACP,IAAI;IAACW,KAAK,EAAEC,MAAM,CAACM;EAAgB,GAAC,QAAY,CACjC,CACd,CACF,CACD,CAAC;AAEZ,CAAC;AAED,OAAO,MAAMN,MAAM,GAAGX,UAAU,CAACkB,MAAM,CAAC;EACtCN,cAAc,EAAE;IACdO,IAAI,EAAE,CAAC;IACPC,eAAe,EAAE,oBAAoB;IACrCC,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBC,MAAM,EAAE;EACV,CAAC;EACDV,SAAS,EAAE;IACTO,eAAe,EAAE,OAAO;IACxBI,OAAO,EAAE,EAAE;IACXC,YAAY,EAAE,CAAC;IACfC,KAAK,EAAE,KAAK;IACZJ,UAAU,EAAE;EACd,CAAC;EACDR,WAAW,EAAE;IACXa,QAAQ,EAAE,EAAE;IACZC,YAAY,EAAE,EAAE;IAChBC,SAAS,EAAE,QAAQ;IACnBC,KAAK,EAAE;EACT,CAAC;EACDf,WAAW,EAAE;IACXgB,SAAS,EAAE,CAAC;IACZX,eAAe,EAAE,MAAM;IACvBI,OAAO,EAAE,CAAC;IACVC,YAAY,EAAE;EAChB,CAAC;EACDR,eAAe,EAAE;IACfa,KAAK,EAAE,OAAO;IACdE,UAAU,EAAE,MAAM;IAClBH,SAAS,EAAE;EACb;AACF,CAAC,CAAC"}
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { View, Text } from 'react-native';
3
+ import { styles } from './styles';
4
+ import { TouchableWithoutFeedback } from 'react-native';
5
+ export const WaitingForResult = ({
6
+ onPress
7
+ }) => {
8
+ return /*#__PURE__*/React.createElement(TouchableWithoutFeedback, {
9
+ onPress: onPress,
10
+ style: styles.flexi
11
+ }, /*#__PURE__*/React.createElement(View, {
12
+ style: styles.overlay
13
+ }, /*#__PURE__*/React.createElement(Text, {
14
+ style: styles.textOverlay
15
+ }, "Voc\xEA j\xE1 pode retirar o dedo da tela, aguarde o resultado.")));
16
+ };
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","Text","styles","TouchableWithoutFeedback","WaitingForResult","onPress","createElement","style","flexi","overlay","textOverlay"],"sourceRoot":"../../../../src","sources":["components/WaitingForResult/index.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,IAAI,QAAQ,cAAc;AACzC,SAASC,MAAM,QAAQ,UAAU;AACjC,SAASC,wBAAwB,QAAQ,cAAc;AAMvD,OAAO,MAAMC,gBAAiD,GAAGA,CAAC;EAChEC;AACF,CAAC,KAAK;EACJ,oBACEN,KAAA,CAAAO,aAAA,CAACH,wBAAwB;IAACE,OAAO,EAAEA,OAAQ;IAACE,KAAK,EAAEL,MAAM,CAACM;EAAM,gBAC9DT,KAAA,CAAAO,aAAA,CAACN,IAAI;IAACO,KAAK,EAAEL,MAAM,CAACO;EAAQ,gBAC1BV,KAAA,CAAAO,aAAA,CAACL,IAAI;IAACM,KAAK,EAAEL,MAAM,CAACQ;EAAY,GAAC,iEAE3B,CACF,CACkB,CAAC;AAE/B,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { StyleSheet } from 'react-native';
2
+ import { RFValue } from 'react-native-responsive-fontsize';
3
+ export const styles = StyleSheet.create({
4
+ flexi: {
5
+ flex: 1
6
+ },
7
+ overlay: {
8
+ zIndex: 2,
9
+ flex: 1,
10
+ height: '100%',
11
+ width: '100%',
12
+ backgroundColor: `rgba(44, 45, 46, 0.5)`,
13
+ alignItems: `center`,
14
+ justifyContent: `center`,
15
+ position: `absolute`
16
+ },
17
+ textOverlay: {
18
+ fontSize: RFValue(18),
19
+ fontWeight: `500`,
20
+ color: `#fff`,
21
+ textAlign: `center`,
22
+ width: RFValue(300),
23
+ marginBottom: RFValue(20)
24
+ }
25
+ });
26
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheet","RFValue","styles","create","flexi","flex","overlay","zIndex","height","width","backgroundColor","alignItems","justifyContent","position","textOverlay","fontSize","fontWeight","color","textAlign","marginBottom"],"sourceRoot":"../../../../src","sources":["components/WaitingForResult/styles.ts"],"mappings":"AAAA,SAASA,UAAU,QAAQ,cAAc;AACzC,SAASC,OAAO,QAAQ,kCAAkC;AAE1D,OAAO,MAAMC,MAAM,GAAGF,UAAU,CAACG,MAAM,CAAC;EACtCC,KAAK,EAAE;IACLC,IAAI,EAAE;EACR,CAAC;EACDC,OAAO,EAAE;IACPC,MAAM,EAAE,CAAC;IACTF,IAAI,EAAE,CAAC;IACPG,MAAM,EAAE,MAAM;IACdC,KAAK,EAAE,MAAM;IACbC,eAAe,EAAG,uBAAsB;IACxCC,UAAU,EAAG,QAAO;IACpBC,cAAc,EAAG,QAAO;IACxBC,QAAQ,EAAG;EACb,CAAC;EAEDC,WAAW,EAAE;IACXC,QAAQ,EAAEd,OAAO,CAAC,EAAE,CAAC;IACrBe,UAAU,EAAG,KAAI;IACjBC,KAAK,EAAG,MAAK;IACbC,SAAS,EAAG,QAAO;IACnBT,KAAK,EAAER,OAAO,CAAC,GAAG,CAAC;IACnBkB,YAAY,EAAElB,OAAO,CAAC,EAAE;EAC1B;AACF,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ export { ValidaFinger } from './screens/ValidadeFinger';
2
+
3
+ // deprecated
4
+ export { CameraProvaVidas } from './screens/ProvaVidas';
5
+ export { CadastroFinger } from './screens/CadastroFinger';
6
+ export { CadastroScreen } from './screens/CadastroScreen/CadastroScreen';
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["ValidaFinger","CameraProvaVidas","CadastroFinger","CadastroScreen"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":"AAAA,SAASA,YAAY,QAAQ,0BAA0B;;AAEvD;AACA,SAASC,gBAAgB,QAAQ,sBAAsB;AACvD,SAASC,cAAc,QAAQ,0BAA0B;AACzD,SAASC,cAAc,QAAQ,yCAAyC"}
@@ -0,0 +1,41 @@
1
+ import React from 'react';
2
+ import { View, Image, Text, TouchableOpacity } from 'react-native';
3
+ import { styles } from './styles';
4
+ export const AjudaCadastro = ({
5
+ handleProximaTela
6
+ }) => {
7
+ return /*#__PURE__*/React.createElement(View, {
8
+ style: styles.container
9
+ }, /*#__PURE__*/React.createElement(View, {
10
+ style: styles.content
11
+ }, /*#__PURE__*/React.createElement(Text, {
12
+ style: styles.title
13
+ }, "Instru\xE7\xF5es da Captura"), /*#__PURE__*/React.createElement(Text, {
14
+ style: styles.text
15
+ }, "1. Para cadastrar sua digital, escolha um fundo neutro ", `\n`, "ex: folha de papel branca ou parede lisa"), /*#__PURE__*/React.createElement(Image, {
16
+ source: require('../../../../assets/exampleInstructionWithoutFinger.jpeg'),
17
+ style: styles.image,
18
+ resizeMode: "stretch"
19
+ }), /*#__PURE__*/React.createElement(Text, {
20
+ style: styles.text
21
+ }, "2. Posicione o dedo dentro do marca\xE7\xE3o indicada na tela"), /*#__PURE__*/React.createElement(View, {
22
+ style: styles.containerImages
23
+ }, /*#__PURE__*/React.createElement(Image, {
24
+ source: require('../../../../assets/arrow.png'),
25
+ style: styles.arrow,
26
+ resizeMode: "center"
27
+ }), /*#__PURE__*/React.createElement(Image, {
28
+ source: require('../../../../assets/exampleInstructionWithBorder.jpeg'),
29
+ style: styles.image,
30
+ resizeMode: "contain"
31
+ })), /*#__PURE__*/React.createElement(Text, {
32
+ style: styles.text
33
+ }, "3. Clique em \"Tirar Foto\" e aguarde."), /*#__PURE__*/React.createElement(TouchableOpacity, {
34
+ onPress: handleProximaTela,
35
+ style: styles.button,
36
+ activeOpacity: 0.5
37
+ }, /*#__PURE__*/React.createElement(Text, {
38
+ style: styles.textButton
39
+ }, "Ir para captura"))));
40
+ };
41
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","Image","Text","TouchableOpacity","styles","AjudaCadastro","handleProximaTela","createElement","style","container","content","title","text","source","require","image","resizeMode","containerImages","arrow","onPress","button","activeOpacity","textButton"],"sourceRoot":"../../../../../../src","sources":["screens/CadastroFinger/components/AjudaCadastro/index.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,KAAK,EAAEC,IAAI,EAAEC,gBAAgB,QAAQ,cAAc;AAClE,SAASC,MAAM,QAAQ,UAAU;AAMjC,OAAO,MAAMC,aAAa,GAAGA,CAAC;EAAEC;AAAsC,CAAC,KAAK;EAC1E,oBACEP,KAAA,CAAAQ,aAAA,CAACP,IAAI;IAACQ,KAAK,EAAEJ,MAAM,CAACK;EAAU,gBAC5BV,KAAA,CAAAQ,aAAA,CAACP,IAAI;IAACQ,KAAK,EAAEJ,MAAM,CAACM;EAAQ,gBAC1BX,KAAA,CAAAQ,aAAA,CAACL,IAAI;IAACM,KAAK,EAAEJ,MAAM,CAACO;EAAM,GAAC,6BAA2B,CAAC,eACvDZ,KAAA,CAAAQ,aAAA,CAACL,IAAI;IAACM,KAAK,EAAEJ,MAAM,CAACQ;EAAK,GAAC,yDAC+B,EAAE,IAAG,EAAC,0CAEzD,CAAC,eACPb,KAAA,CAAAQ,aAAA,CAACN,KAAK;IACJY,MAAM,EAAEC,OAAO,CAAC,yDAAyD,CAAE;IAC3EN,KAAK,EAAEJ,MAAM,CAACW,KAAM;IACpBC,UAAU,EAAC;EAAS,CACrB,CAAC,eACFjB,KAAA,CAAAQ,aAAA,CAACL,IAAI;IAACM,KAAK,EAAEJ,MAAM,CAACQ;EAAK,GAAC,+DAEpB,CAAC,eACPb,KAAA,CAAAQ,aAAA,CAACP,IAAI;IAACQ,KAAK,EAAEJ,MAAM,CAACa;EAAgB,gBAClClB,KAAA,CAAAQ,aAAA,CAACN,KAAK;IACJY,MAAM,EAAEC,OAAO,CAAC,8BAA8B,CAAE;IAChDN,KAAK,EAAEJ,MAAM,CAACc,KAAM;IACpBF,UAAU,EAAC;EAAQ,CACpB,CAAC,eACFjB,KAAA,CAAAQ,aAAA,CAACN,KAAK;IACJY,MAAM,EAAEC,OAAO,CAAC,sDAAsD,CAAE;IACxEN,KAAK,EAAEJ,MAAM,CAACW,KAAM;IACpBC,UAAU,EAAC;EAAS,CACrB,CACG,CAAC,eACPjB,KAAA,CAAAQ,aAAA,CAACL,IAAI;IAACM,KAAK,EAAEJ,MAAM,CAACQ;EAAK,GAAC,wCAA0C,CAAC,eACrEb,KAAA,CAAAQ,aAAA,CAACJ,gBAAgB;IACfgB,OAAO,EAAEb,iBAAkB;IAC3BE,KAAK,EAAEJ,MAAM,CAACgB,MAAO;IACrBC,aAAa,EAAE;EAAI,gBAEnBtB,KAAA,CAAAQ,aAAA,CAACL,IAAI;IAACM,KAAK,EAAEJ,MAAM,CAACkB;EAAW,GAAC,iBAAqB,CACrC,CACd,CACF,CAAC;AAEX,CAAC"}
@@ -0,0 +1,56 @@
1
+ import { StyleSheet, Platform } from 'react-native';
2
+ export const styles = StyleSheet.create({
3
+ container: {
4
+ flex: 1,
5
+ justifyContent: 'center',
6
+ backgroundColor: '#f5f5f5',
7
+ gap: 10
8
+ },
9
+ containerImages: {
10
+ justifyContent: 'center'
11
+ },
12
+ image: {
13
+ width: 150,
14
+ height: 150,
15
+ alignSelf: 'center',
16
+ borderRadius: 15
17
+ },
18
+ arrow: {
19
+ position: 'absolute',
20
+ width: 50,
21
+ height: 50,
22
+ marginHorizontal: 32
23
+ },
24
+ content: {
25
+ marginVertical: 10,
26
+ marginHorizontal: 20,
27
+ gap: 10
28
+ },
29
+ title: {
30
+ alignSelf: 'center',
31
+ fontSize: 22,
32
+ fontWeight: 'bold',
33
+ marginVertical: 10,
34
+ color: '#000'
35
+ },
36
+ text: {
37
+ fontSize: 18,
38
+ textAlign: 'center',
39
+ fontWeight: Platform.OS === 'ios' ? '300' : 'normal',
40
+ marginVertical: 10,
41
+ color: '#000'
42
+ },
43
+ button: {
44
+ width: '100%',
45
+ alignItems: 'center',
46
+ marginTop: 20,
47
+ padding: 12,
48
+ borderRadius: 10,
49
+ backgroundColor: '#3652AD'
50
+ },
51
+ textButton: {
52
+ fontSize: 18,
53
+ color: '#fff'
54
+ }
55
+ });
56
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheet","Platform","styles","create","container","flex","justifyContent","backgroundColor","gap","containerImages","image","width","height","alignSelf","borderRadius","arrow","position","marginHorizontal","content","marginVertical","title","fontSize","fontWeight","color","text","textAlign","OS","button","alignItems","marginTop","padding","textButton"],"sourceRoot":"../../../../../../src","sources":["screens/CadastroFinger/components/AjudaCadastro/styles.ts"],"mappings":"AAAA,SAASA,UAAU,EAAEC,QAAQ,QAAQ,cAAc;AAEnD,OAAO,MAAMC,MAAM,GAAGF,UAAU,CAACG,MAAM,CAAC;EACtCC,SAAS,EAAE;IACTC,IAAI,EAAE,CAAC;IACPC,cAAc,EAAE,QAAQ;IACxBC,eAAe,EAAE,SAAS;IAC1BC,GAAG,EAAE;EACP,CAAC;EACDC,eAAe,EAAE;IACfH,cAAc,EAAE;EAClB,CAAC;EACDI,KAAK,EAAE;IACLC,KAAK,EAAE,GAAG;IACVC,MAAM,EAAE,GAAG;IACXC,SAAS,EAAE,QAAQ;IACnBC,YAAY,EAAE;EAChB,CAAC;EACDC,KAAK,EAAE;IACLC,QAAQ,EAAE,UAAU;IACpBL,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVK,gBAAgB,EAAE;EACpB,CAAC;EACDC,OAAO,EAAE;IACPC,cAAc,EAAE,EAAE;IAClBF,gBAAgB,EAAE,EAAE;IACpBT,GAAG,EAAE;EACP,CAAC;EACDY,KAAK,EAAE;IACLP,SAAS,EAAE,QAAQ;IACnBQ,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,MAAM;IAClBH,cAAc,EAAE,EAAE;IAClBI,KAAK,EAAE;EACT,CAAC;EACDC,IAAI,EAAE;IACJH,QAAQ,EAAE,EAAE;IACZI,SAAS,EAAE,QAAQ;IACnBH,UAAU,EAAErB,QAAQ,CAACyB,EAAE,KAAK,KAAK,GAAG,KAAK,GAAG,QAAQ;IACpDP,cAAc,EAAE,EAAE;IAClBI,KAAK,EAAE;EACT,CAAC;EACDI,MAAM,EAAE;IACNhB,KAAK,EAAE,MAAM;IACbiB,UAAU,EAAE,QAAQ;IACpBC,SAAS,EAAE,EAAE;IACbC,OAAO,EAAE,EAAE;IACXhB,YAAY,EAAE,EAAE;IAChBP,eAAe,EAAE;EACnB,CAAC;EACDwB,UAAU,EAAE;IACVV,QAAQ,EAAE,EAAE;IACZE,KAAK,EAAE;EACT;AACF,CAAC,CAAC"}