@oiti/rn-liveness3d 3.4.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +39 -107
- package/android/gradle.properties +5 -5
- package/android/src/main/AndroidManifest.xml +1 -8
- package/android/src/main/java/br/com/oiti/rnliveness3d/RnLiveness3dModule.kt +218 -192
- package/android/src/main/java/br/com/oiti/rnliveness3d/RnLiveness3dPackage.kt +25 -8
- package/android/src/main/java/br/com/oiti/rnliveness3d/theme/Liveness3DFonts.kt +32 -38
- package/android/src/main/java/br/com/oiti/rnliveness3d/theme/Liveness3DText.kt +5 -3
- package/android/src/main/java/br/com/oiti/rnliveness3d/theme/Liveness3DTheme.kt +229 -147
- package/android/src/res/font/sixty.ttf +0 -0
- package/ios/RnLiveness3d.h +5 -0
- package/ios/RnLiveness3d.mm +72 -0
- package/ios/{RnLiveness3d.swift → RnLiveness3dSwiftModule.swift} +131 -132
- package/lib/module/@types/ArgsType.js.map +1 -1
- package/lib/module/@types/FontsType.js.map +1 -1
- package/lib/module/@types/ResultType.js.map +1 -1
- package/lib/module/@types/ResultTypes.js.map +1 -1
- package/lib/module/@types/TextsType.js.map +1 -1
- package/lib/module/@types/ThemeType.js.map +1 -1
- package/lib/module/NativeRnLiveness3d.js +3 -0
- package/lib/module/NativeRnLiveness3d.js.map +1 -0
- package/lib/module/actions/BackButton.js +5 -6
- package/lib/module/actions/BackButton.js.map +1 -1
- package/lib/module/actions/ContinueButton.js +10 -10
- package/lib/module/actions/ContinueButton.js.map +1 -1
- package/lib/module/actions/PermissionButton.js +7 -8
- package/lib/module/actions/PermissionButton.js.map +1 -1
- package/lib/module/context/Liveness3DContext.js +10 -23
- package/lib/module/context/Liveness3DContext.js.map +1 -1
- package/lib/module/helpers/Liveness3DHelper.js +6 -7
- package/lib/module/helpers/Liveness3DHelper.js.map +1 -1
- package/lib/module/index.js +33 -120
- package/lib/module/index.js.map +1 -1
- package/lib/module/interfaces/Liveness3DHelper.js.map +1 -1
- package/lib/module/interfaces/OitiBackButtonInterface.js.map +1 -1
- package/lib/module/interfaces/OitiContinueButton.js.map +1 -1
- package/lib/module/interfaces/OitiPermissionButtonInterface.js.map +1 -1
- package/lib/module/screens/Liveness3D/InstructionsView.js +4 -6
- package/lib/module/screens/Liveness3D/InstructionsView.js.map +1 -1
- package/lib/module/screens/PermissionView.js +4 -6
- package/lib/module/screens/PermissionView.js.map +1 -1
- package/lib/module/utils/continueButton.js +3 -8
- package/lib/module/utils/continueButton.js.map +1 -1
- package/lib/module/utils/normalize.js.map +1 -1
- package/lib/module/utils/permissions.js +8 -17
- package/lib/module/utils/permissions.js.map +1 -1
- package/lib/module/utils/screenStore.js.map +1 -1
- package/oiti-rn-liveness3d.podspec +6 -22
- package/package.json +58 -49
- package/src/@types/ArgsType.ts +3 -4
- package/src/@types/ResultTypes.ts +3 -1
- package/src/NativeRnLiveness3d.ts +9 -0
- package/src/actions/BackButton.tsx +1 -1
- package/src/actions/ContinueButton.tsx +6 -5
- package/src/actions/PermissionButton.tsx +3 -3
- package/src/context/Liveness3DContext.tsx +11 -24
- package/src/helpers/Liveness3DHelper.tsx +1 -1
- package/src/index.tsx +27 -131
- package/src/interfaces/Liveness3DHelper.tsx +4 -2
- package/src/screens/Liveness3D/InstructionsView.tsx +0 -2
- package/src/screens/PermissionView.tsx +0 -1
- package/src/utils/continueButton.tsx +3 -10
- package/src/utils/permissions.tsx +9 -26
- package/android/settings.gradle +0 -6
- package/ios/Podfile +0 -13
- package/ios/Podfile.lock +0 -38
- package/ios/Pods/Manifest.lock +0 -38
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/Info.plist +0 -46
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons-Swift.h +0 -327
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Headers/OICommons.h +0 -15
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Info.plist +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Bold.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Medium.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Inter-Regular.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.abi.json +0 -9
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -1818
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios.swiftinterface +0 -1818
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/OICommons +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Bold.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Medium.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/OICommons.framework/Ubuntu-Regular.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/dSYMs/OICommons.framework.dSYM/Contents/Info.plist +0 -20
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64/dSYMs/OICommons.framework.dSYM/Contents/Resources/DWARF/OICommons +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons-Swift.h +0 -650
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Headers/OICommons.h +0 -15
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Info.plist +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Bold.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Medium.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Inter-Regular.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -1818
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -1818
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -1818
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/OICommons.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -1818
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/OICommons +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Bold.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Medium.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/Ubuntu-Regular.otf +0 -0
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework/ios-arm64_x86_64-simulator/OICommons.framework/_CodeSignature/CodeResources +0 -311
- package/ios/Pods/OICommons/Frameworks/OICommons.xcframework.zip +0 -0
- package/ios/Pods/OICommons/README.md +0 -1
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/Info.plist +0 -46
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Assets.car +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents-Swift.h +0 -455
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Headers/OIComponents.h +0 -18
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Info.plist +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.abi.json +0 -9
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/OIComponents.framework/OIComponents +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Info.plist +0 -20
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64/dSYMs/OIComponents.framework.dSYM/Contents/Resources/DWARF/OIComponents +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Assets.car +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents-Swift.h +0 -906
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Headers/OIComponents.h +0 -18
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Info.plist +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/OIComponents.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -732
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/OIComponents +0 -0
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework/ios-arm64_x86_64-simulator/OIComponents.framework/_CodeSignature/CodeResources +0 -256
- package/ios/Pods/OIComponents/Frameworks/OIComponents.xcframework.zip +0 -0
- package/ios/Pods/OIComponents/README.md +0 -1
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/Info.plist +0 -46
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Assets.car +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +0 -343
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Headers/OILiveness3D.h +0 -18
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Info.plist +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/Por_favor_pressione_o_botao_para_iniciar.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/Toque_duas_veezs_em_qualquer_lugar_da_tela.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/carregando.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/escaneamento_feito_com_sucesso.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/por_favor_chegue_mais_perto.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/por_favor_tente_novamente.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/prepare-se_para_seu_reconhecimento_facial.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/rosto_muito_longe.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/segure_firme.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/suporte_vocal_desligado.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Media/suporte_vocal_ligado.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.abi.json +0 -9
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -226
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios.swiftinterface +0 -226
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/OILiveness3D.framework/OILiveness3D +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Info.plist +0 -20
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/DWARF/OILiveness3D +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/Swift/aarch64/OICommons.swiftinterface +0 -1818
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/Swift/aarch64/OIComponents.swiftinterface +0 -732
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/Swift/aarch64/OINetwork.swiftinterface +0 -144
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64/dSYMs/OILiveness3D.framework.dSYM/Contents/Resources/Swift/aarch64/OISecurity.swiftinterface +0 -164
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Assets.car +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D-Swift.h +0 -682
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Headers/OILiveness3D.h +0 -18
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Info.plist +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/Por_favor_pressione_o_botao_para_iniciar.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/Toque_duas_veezs_em_qualquer_lugar_da_tela.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/carregando.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/escaneamento_feito_com_sucesso.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/por_favor_chegue_mais_perto.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/por_favor_tente_novamente.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/prepare-se_para_seu_reconhecimento_facial.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/rosto_muito_longe.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/segure_firme.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/suporte_vocal_desligado.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Media/suporte_vocal_ligado.mp3 +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -226
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -226
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -226
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/OILiveness3D.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -226
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/OILiveness3D +0 -0
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework/ios-arm64_x86_64-simulator/OILiveness3D.framework/_CodeSignature/CodeResources +0 -377
- package/ios/Pods/OILiveness3D/Framework/OILiveness3D.xcframework.zip +0 -0
- package/ios/Pods/OILiveness3D/README.md +0 -32
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/Info.plist +0 -44
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Assets.car +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/FaceTecSDK +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/GenericGuidanceContentLayout.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicApi.h +0 -1932
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +0 -105
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Headers/FaceTecSDK.h +0 -16
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Info.plist +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Modules/module.modulemap +0 -6
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/PrivacyInfo.xcprivacy +0 -29
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ReadyScreenGuidanceContentLayout.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/RetryScreenGuidanceContentLayout.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/SharedGuidanceLayout.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/9Uo-4b-JiE-view-Ae0-rb-UqS.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/CJ6-MX-bJp-view-8JL-Rc-0g1.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceScanViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecAdditionalReviewViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecIDFeedbackViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/FaceTecOCRConfirmationViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/IDCaptureViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/IDSelectionViewController.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/Info.plist +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/Pyw-6G-JSY-view-Zue-Eo-Q2U.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/QWA-8Y-vUM-view-wJB-Z5-eD2.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/alz-Ia-X3d-view-IKu-EI-Hug.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/Storyboard.storyboardc/l2Q-cc-kD8-view-UUy-6c-meu.nib +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/af.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ar.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/attributions.txt +0 -137
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/1f5b84f51ce0fcfbb76e904b7bcaa7560f601e1394a0b29367a09385312287eb +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/2b075ac1a6132b5b8a4c9ef0ba6b0cd84db7838aca9a000e50d907f40770a4ab +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/59cc2a9af81aaca2376702c2490650f4da2775fa673274db98aad41b7ef101c0 +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/5b63e98b991aedabb60665503384f30bffd939decf9433883b30b78011ee501a +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/66388dc76dc16bc6b76b682edd218a575bf45b9b +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/6b3133f0f39ff89a2a169d61176ee17cafacc5e288f334e2b64ee82892d11ccd +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/9077d16225f9314163ef1e7db6fc7d4088bb903d134bd95f23d5591ca4dfbfca +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/a74f2afb9d20f2375ccbd14e67c094b85c89ceb608f7cf8ae04f3f646a6c5672 +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/b501893e75f62ee1707643e35b21109927b07ed5b202321c961b424cbc2e4695 +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/dbd7a353f0130bb983d6ba05917e9be991d70e8f028df4b74e30bc6497ef7f71 +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/f2.xml +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/fd6d368a5658496536e2bfae170d1b823a3629b242cafc09784bfba4e56d8c80 +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/marker +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/cache_uyertuazlkxcjrlwkejr/39bb748b334003e3fa/vu0ilin6we3lrzo5f83f7qs2jul4aq7v4aoynrmch8zfvpi8ezrfyafa4t0fx87l +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/de.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/el.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/en.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/es.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/fr.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/kk.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/nb.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/pt-BR.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/ru.lproj/FaceTec.strings +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64/FaceTecSDK.framework/strip-unused-architectures-from-target.sh +0 -62
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/FaceTecSDK +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicApi.h +0 -1932
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecPublicStringKeys.h +0 -105
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Headers/FaceTecSDK.h +0 -16
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Info.plist +0 -0
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/Modules/module.modulemap +0 -6
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework/ios-arm64_x86_64-simulator/FaceTecSDK.framework/_CodeSignature/CodeResources +0 -146
- package/ios/Pods/OILiveness3D_FT/Framework/FaceTecSDK.xcframework.zip +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/Info.plist +0 -46
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork-Swift.h +0 -312
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Headers/OINetwork.h +0 -15
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Info.plist +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.abi.json +0 -9
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -144
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios.swiftinterface +0 -144
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/OINetwork.framework/OINetwork +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Info.plist +0 -20
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Resources/DWARF/OINetwork +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64/dSYMs/OINetwork.framework.dSYM/Contents/Resources/Swift/aarch64/OICommons.swiftinterface +0 -1818
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork-Swift.h +0 -620
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Headers/OINetwork.h +0 -15
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Info.plist +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -144
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -144
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -144
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/OINetwork.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -144
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/OINetwork +0 -0
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework/ios-arm64_x86_64-simulator/OINetwork.framework/_CodeSignature/CodeResources +0 -245
- package/ios/Pods/OINetwork/Frameworks/OINetwork.xcframework.zip +0 -0
- package/ios/Pods/OINetwork/README.md +0 -1
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/Info.plist +0 -46
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity-Swift.h +0 -311
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Headers/OISecurity.h +0 -16
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Info.plist +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.abi.json +0 -9
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -164
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios.swiftinterface +0 -164
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/OISecurity +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/OISecurity.framework/PrivacyInfo.xcprivacy +0 -37
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/dSYMs/OISecurity.framework.dSYM/Contents/Info.plist +0 -20
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/dSYMs/OISecurity.framework.dSYM/Contents/Resources/DWARF/OISecurity +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/dSYMs/OISecurity.framework.dSYM/Contents/Resources/Swift/aarch64/OICommons.swiftinterface +0 -1818
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64/dSYMs/OISecurity.framework.dSYM/Contents/Resources/Swift/aarch64/OINetwork.swiftinterface +0 -144
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity-Swift.h +0 -618
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Headers/OISecurity.h +0 -16
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Info.plist +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -164
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -164
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.abi.json +0 -9
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -164
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/OISecurity.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -164
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/Modules/module.modulemap +0 -11
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/OISecurity +0 -0
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/PrivacyInfo.xcprivacy +0 -37
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework/ios-arm64_x86_64-simulator/OISecurity.framework/_CodeSignature/CodeResources +0 -256
- package/ios/Pods/OISecurity/Frameworks/OISecurity.xcframework.zip +0 -0
- package/ios/Pods/OISecurity/README.md +0 -1
- package/ios/Pods/Pods.xcodeproj/project.pbxproj +0 -1239
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OICommons.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OIComponents.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OILiveness3D_FT.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OINetwork.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/OISecurity.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/Pods-RnLiveness3d.xcscheme +0 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/gabrielcatelligoulart.xcuserdatad/xcschemes/xcschememanagement.plist +0 -46
- package/ios/Pods/Target Support Files/OICommons/OICommons-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OICommons/OICommons.debug.xcconfig +0 -15
- package/ios/Pods/Target Support Files/OICommons/OICommons.release.xcconfig +0 -15
- package/ios/Pods/Target Support Files/OIComponents/OIComponents-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OIComponents/OIComponents.debug.xcconfig +0 -15
- package/ios/Pods/Target Support Files/OIComponents/OIComponents.release.xcconfig +0 -15
- package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.debug.xcconfig +0 -16
- package/ios/Pods/Target Support Files/OILiveness3D/OILiveness3D.release.xcconfig +0 -16
- package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.debug.xcconfig +0 -13
- package/ios/Pods/Target Support Files/OILiveness3D_FT/OILiveness3D_FT.release.xcconfig +0 -13
- package/ios/Pods/Target Support Files/OINetwork/OINetwork-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OINetwork/OINetwork.debug.xcconfig +0 -16
- package/ios/Pods/Target Support Files/OINetwork/OINetwork.release.xcconfig +0 -16
- package/ios/Pods/Target Support Files/OISecurity/OISecurity-xcframeworks.sh +0 -121
- package/ios/Pods/Target Support Files/OISecurity/OISecurity.debug.xcconfig +0 -16
- package/ios/Pods/Target Support Files/OISecurity/OISecurity.release.xcconfig +0 -16
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-Info.plist +0 -26
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.markdown +0 -23
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-acknowledgements.plist +0 -79
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-dummy.m +0 -5
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d-umbrella.h +0 -16
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.debug.xcconfig +0 -14
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.modulemap +0 -6
- package/ios/Pods/Target Support Files/Pods-RnLiveness3d/Pods-RnLiveness3d.release.xcconfig +0 -14
- package/ios/RnLiveness3d-Bridging-Header.h +0 -2
- package/ios/RnLiveness3d.m +0 -34
- package/ios/RnLiveness3d.xcodeproj/project.pbxproj +0 -337
- package/ios/RnLiveness3d.xcodeproj/xcshareddata/xcschemes/RnLiveness3d.xcscheme +0 -80
- package/ios/RnLiveness3d.xcworkspace/contents.xcworkspacedata +0 -10
- package/ios/RnLiveness3d.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/ios/info.plist +0 -8
- package/lib/commonjs/@types/ArgsType.js +0 -6
- package/lib/commonjs/@types/ArgsType.js.map +0 -1
- package/lib/commonjs/@types/FontsType.js +0 -2
- package/lib/commonjs/@types/FontsType.js.map +0 -1
- package/lib/commonjs/@types/ResultType.js +0 -2
- package/lib/commonjs/@types/ResultType.js.map +0 -1
- package/lib/commonjs/@types/ResultTypes.js +0 -6
- package/lib/commonjs/@types/ResultTypes.js.map +0 -1
- package/lib/commonjs/@types/TextsType.js +0 -2
- package/lib/commonjs/@types/TextsType.js.map +0 -1
- package/lib/commonjs/@types/ThemeType.js +0 -2
- package/lib/commonjs/@types/ThemeType.js.map +0 -1
- package/lib/commonjs/actions/BackButton.js +0 -35
- package/lib/commonjs/actions/BackButton.js.map +0 -1
- package/lib/commonjs/actions/ContinueButton.js +0 -43
- package/lib/commonjs/actions/ContinueButton.js.map +0 -1
- package/lib/commonjs/actions/PermissionButton.js +0 -35
- package/lib/commonjs/actions/PermissionButton.js.map +0 -1
- package/lib/commonjs/assets/fonts/Ubuntu-Bold.ttf +0 -0
- package/lib/commonjs/assets/fonts/Ubuntu-BoldItalic.ttf +0 -0
- package/lib/commonjs/assets/fonts/Ubuntu-Italic.ttf +0 -0
- package/lib/commonjs/assets/fonts/Ubuntu-Light.ttf +0 -0
- package/lib/commonjs/assets/fonts/Ubuntu-LightItalic.ttf +0 -0
- package/lib/commonjs/assets/fonts/Ubuntu-Medium.ttf +0 -0
- package/lib/commonjs/assets/fonts/Ubuntu-MediumItalic.ttf +0 -0
- package/lib/commonjs/assets/fonts/Ubuntu-Regular.ttf +0 -0
- package/lib/commonjs/assets/images/acessories.png +0 -0
- package/lib/commonjs/assets/images/camera.png +0 -0
- package/lib/commonjs/assets/images/camera_alt.png +0 -0
- package/lib/commonjs/assets/images/face.png +0 -0
- package/lib/commonjs/assets/images/illumination.png +0 -0
- package/lib/commonjs/assets/images/imgOp.png +0 -0
- package/lib/commonjs/assets/images/img_face.png +0 -0
- package/lib/commonjs/assets/images/left-arrow-b.png +0 -0
- package/lib/commonjs/assets/images/left-arrow.png +0 -0
- package/lib/commonjs/assets/images/lightbulb_outline.png +0 -0
- package/lib/commonjs/assets/images/padlock.png +0 -0
- package/lib/commonjs/assets/images/rigth-arrow.png +0 -0
- package/lib/commonjs/assets/images/scan-facial.png +0 -0
- package/lib/commonjs/assets/images/wave_bg.png +0 -0
- package/lib/commonjs/assets/images/wave_bg2.png +0 -0
- package/lib/commonjs/context/Liveness3DContext.js +0 -104
- package/lib/commonjs/context/Liveness3DContext.js.map +0 -1
- package/lib/commonjs/helpers/Liveness3DHelper.js +0 -34
- package/lib/commonjs/helpers/Liveness3DHelper.js.map +0 -1
- package/lib/commonjs/index.js +0 -223
- package/lib/commonjs/index.js.map +0 -1
- package/lib/commonjs/interfaces/Liveness3DHelper.js +0 -6
- package/lib/commonjs/interfaces/Liveness3DHelper.js.map +0 -1
- package/lib/commonjs/interfaces/OitiBackButtonInterface.js +0 -6
- package/lib/commonjs/interfaces/OitiBackButtonInterface.js.map +0 -1
- package/lib/commonjs/interfaces/OitiContinueButton.js +0 -6
- package/lib/commonjs/interfaces/OitiContinueButton.js.map +0 -1
- package/lib/commonjs/interfaces/OitiPermissionButtonInterface.js +0 -6
- package/lib/commonjs/interfaces/OitiPermissionButtonInterface.js.map +0 -1
- package/lib/commonjs/screens/Liveness3D/InstructionsView.js +0 -209
- package/lib/commonjs/screens/Liveness3D/InstructionsView.js.map +0 -1
- package/lib/commonjs/screens/PermissionView.js +0 -177
- package/lib/commonjs/screens/PermissionView.js.map +0 -1
- package/lib/commonjs/utils/continueButton.js +0 -17
- package/lib/commonjs/utils/continueButton.js.map +0 -1
- package/lib/commonjs/utils/normalize.js +0 -16
- package/lib/commonjs/utils/normalize.js.map +0 -1
- package/lib/commonjs/utils/permissions.js +0 -30
- package/lib/commonjs/utils/permissions.js.map +0 -1
- package/lib/commonjs/utils/screenStore.js +0 -12
- package/lib/commonjs/utils/screenStore.js.map +0 -1
- package/lib/typescript/@types/ArgsType.d.ts +0 -19
- package/lib/typescript/@types/ArgsType.d.ts.map +0 -1
- package/lib/typescript/@types/FontsType.d.ts +0 -12
- package/lib/typescript/@types/FontsType.d.ts.map +0 -1
- package/lib/typescript/@types/ResultType.d.ts +0 -13
- package/lib/typescript/@types/ResultType.d.ts.map +0 -1
- package/lib/typescript/@types/ResultTypes.d.ts +0 -6
- package/lib/typescript/@types/ResultTypes.d.ts.map +0 -1
- package/lib/typescript/@types/TextsType.d.ts +0 -36
- package/lib/typescript/@types/TextsType.d.ts.map +0 -1
- package/lib/typescript/@types/ThemeType.d.ts +0 -48
- package/lib/typescript/@types/ThemeType.d.ts.map +0 -1
- package/lib/typescript/actions/BackButton.d.ts +0 -4
- package/lib/typescript/actions/BackButton.d.ts.map +0 -1
- package/lib/typescript/actions/ContinueButton.d.ts +0 -4
- package/lib/typescript/actions/ContinueButton.d.ts.map +0 -1
- package/lib/typescript/actions/PermissionButton.d.ts +0 -4
- package/lib/typescript/actions/PermissionButton.d.ts.map +0 -1
- package/lib/typescript/context/Liveness3DContext.d.ts +0 -28
- package/lib/typescript/context/Liveness3DContext.d.ts.map +0 -1
- package/lib/typescript/helpers/Liveness3DHelper.d.ts +0 -4
- package/lib/typescript/helpers/Liveness3DHelper.d.ts.map +0 -1
- package/lib/typescript/index.d.ts +0 -32
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/interfaces/Liveness3DHelper.d.ts +0 -7
- package/lib/typescript/interfaces/Liveness3DHelper.d.ts.map +0 -1
- package/lib/typescript/interfaces/OitiBackButtonInterface.d.ts +0 -6
- package/lib/typescript/interfaces/OitiBackButtonInterface.d.ts.map +0 -1
- package/lib/typescript/interfaces/OitiContinueButton.d.ts +0 -6
- package/lib/typescript/interfaces/OitiContinueButton.d.ts.map +0 -1
- package/lib/typescript/interfaces/OitiPermissionButtonInterface.d.ts +0 -6
- package/lib/typescript/interfaces/OitiPermissionButtonInterface.d.ts.map +0 -1
- package/lib/typescript/screens/Liveness3D/InstructionsView.d.ts +0 -6
- package/lib/typescript/screens/Liveness3D/InstructionsView.d.ts.map +0 -1
- package/lib/typescript/screens/PermissionView.d.ts +0 -6
- package/lib/typescript/screens/PermissionView.d.ts.map +0 -1
- package/lib/typescript/utils/continueButton.d.ts +0 -2
- package/lib/typescript/utils/continueButton.d.ts.map +0 -1
- package/lib/typescript/utils/normalize.d.ts +0 -2
- package/lib/typescript/utils/normalize.d.ts.map +0 -1
- package/lib/typescript/utils/permissions.d.ts +0 -4
- package/lib/typescript/utils/permissions.d.ts.map +0 -1
- package/lib/typescript/utils/screenStore.d.ts +0 -5
- package/lib/typescript/utils/screenStore.d.ts.map +0 -1
|
@@ -1,209 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = InstructionsView;
|
|
7
|
-
var React = _interopRequireWildcard(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
var _normalize = require("../../utils/normalize");
|
|
10
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
12
|
-
const {
|
|
13
|
-
width: SCREEN_WIDTH,
|
|
14
|
-
height: SCREEN_HEIGHT
|
|
15
|
-
} = _reactNative.Dimensions.get('window');
|
|
16
|
-
const scaleW = SCREEN_WIDTH / 320;
|
|
17
|
-
const scaleH = SCREEN_HEIGHT / 920;
|
|
18
|
-
function InstructionsView(_ref) {
|
|
19
|
-
let {
|
|
20
|
-
onVerify,
|
|
21
|
-
onBack
|
|
22
|
-
} = _ref;
|
|
23
|
-
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
24
|
-
style: styles.container
|
|
25
|
-
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
26
|
-
onPress: () => onBack(),
|
|
27
|
-
style: styles.navigationBar
|
|
28
|
-
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
29
|
-
source: require('../../assets/images/left-arrow.png'),
|
|
30
|
-
style: styles.leftArrow
|
|
31
|
-
})), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
32
|
-
style: styles.boxImg
|
|
33
|
-
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
34
|
-
style: styles.imgContainer
|
|
35
|
-
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
36
|
-
source: require('../../assets/images/img_face.png'),
|
|
37
|
-
style: styles.imgFace
|
|
38
|
-
}))), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
39
|
-
style: styles.boxBtn
|
|
40
|
-
}, /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
41
|
-
style: styles.title
|
|
42
|
-
}, "Reconhecimento Facial"), /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
43
|
-
style: styles.subtitle
|
|
44
|
-
}, "Isso garante que voc\xEA \xE9 voc\xEA mesmo."), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
45
|
-
style: styles.intructions
|
|
46
|
-
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
47
|
-
style: styles.rowInstructions
|
|
48
|
-
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
49
|
-
style: styles.boxIcon
|
|
50
|
-
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
51
|
-
source: require('../../assets/images/lightbulb_outline.png')
|
|
52
|
-
})), /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
53
|
-
style: styles.boxText
|
|
54
|
-
}, "Escolha um ambiente bem iluminado.")), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
55
|
-
style: styles.rowInstructions
|
|
56
|
-
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
57
|
-
style: styles.boxIcon
|
|
58
|
-
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
59
|
-
source: require('../../assets/images/face.png')
|
|
60
|
-
})), /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
61
|
-
style: styles.boxText
|
|
62
|
-
}, "N\xE3o use acess\xF3rios como bon\xE9s, m\xE1scaras e afins."))), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
63
|
-
style: styles.viewBtn
|
|
64
|
-
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
65
|
-
onPress: () => onVerify(),
|
|
66
|
-
style: styles.nextBtn
|
|
67
|
-
}, /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
68
|
-
style: styles.nextText
|
|
69
|
-
}, "Continuar")))));
|
|
70
|
-
}
|
|
71
|
-
const styles = _reactNative.StyleSheet.create({
|
|
72
|
-
container: {
|
|
73
|
-
flex: 1,
|
|
74
|
-
alignItems: 'center',
|
|
75
|
-
backgroundColor: '#1648CD',
|
|
76
|
-
width: '100%',
|
|
77
|
-
justifyContent: 'center'
|
|
78
|
-
},
|
|
79
|
-
rowInstructions: {
|
|
80
|
-
width: '100%',
|
|
81
|
-
flex: 2,
|
|
82
|
-
alignItems: 'center',
|
|
83
|
-
flexDirection: 'row'
|
|
84
|
-
},
|
|
85
|
-
viewBtn: {
|
|
86
|
-
width: '90%',
|
|
87
|
-
flex: 1,
|
|
88
|
-
justifyContent: 'center',
|
|
89
|
-
alignItems: 'center'
|
|
90
|
-
},
|
|
91
|
-
navigationBar: {
|
|
92
|
-
width: '100%'
|
|
93
|
-
},
|
|
94
|
-
intructions: {
|
|
95
|
-
width: '90%',
|
|
96
|
-
flex: 1.5
|
|
97
|
-
},
|
|
98
|
-
boxIcon: {
|
|
99
|
-
width: 64,
|
|
100
|
-
height: 64,
|
|
101
|
-
alignItems: 'center',
|
|
102
|
-
justifyContent: 'center',
|
|
103
|
-
borderColor: '#E0E0E0',
|
|
104
|
-
borderWidth: 1,
|
|
105
|
-
backgroundColor: '#F5f5f5',
|
|
106
|
-
borderRadius: 100
|
|
107
|
-
},
|
|
108
|
-
boxText: {
|
|
109
|
-
paddingLeft: 20,
|
|
110
|
-
width: '75%',
|
|
111
|
-
color: '#000000',
|
|
112
|
-
fontSize: (0, _normalize.normalize)(25, scaleW)
|
|
113
|
-
},
|
|
114
|
-
imgContainer: {
|
|
115
|
-
flex: 1,
|
|
116
|
-
width: '90%',
|
|
117
|
-
alignItems: 'center',
|
|
118
|
-
justifyContent: 'flex-end'
|
|
119
|
-
},
|
|
120
|
-
title: {
|
|
121
|
-
marginTop: 30,
|
|
122
|
-
marginLeft: 20,
|
|
123
|
-
width: '90%',
|
|
124
|
-
fontSize: (0, _normalize.normalize)(29, scaleW),
|
|
125
|
-
fontWeight: 'bold',
|
|
126
|
-
/* fontFamily: 'Ubuntu-Bold', */
|
|
127
|
-
color: '#1E1E1E'
|
|
128
|
-
},
|
|
129
|
-
nextBtn: {
|
|
130
|
-
width: 300,
|
|
131
|
-
backgroundColor: '#05D758',
|
|
132
|
-
alignItems: 'center',
|
|
133
|
-
fontWeight: 900,
|
|
134
|
-
borderRadius: 50,
|
|
135
|
-
marginTop: 0
|
|
136
|
-
},
|
|
137
|
-
nextText: {
|
|
138
|
-
/* fontFamily: 'Ubuntu-Medium', */
|
|
139
|
-
fontSize: (0, _normalize.normalize)(25, scaleW),
|
|
140
|
-
margin: 13,
|
|
141
|
-
color: '#000000'
|
|
142
|
-
},
|
|
143
|
-
description_one: {
|
|
144
|
-
textAlign: 'center',
|
|
145
|
-
color: '#FFFFFF',
|
|
146
|
-
/* fontFamily: 'Ubuntu-Bold', */
|
|
147
|
-
fontSize: 30,
|
|
148
|
-
marginLeft: 60,
|
|
149
|
-
marginRight: 60,
|
|
150
|
-
marginTop: 10
|
|
151
|
-
},
|
|
152
|
-
boxInfo: {
|
|
153
|
-
width: '100%',
|
|
154
|
-
paddingTop: 15,
|
|
155
|
-
alignItems: 'center',
|
|
156
|
-
backgroundColor: '#037eee'
|
|
157
|
-
},
|
|
158
|
-
boxBtn: {
|
|
159
|
-
width: '100%',
|
|
160
|
-
flex: _reactNative.Platform.OS === 'ios' ? 1 : 1.3,
|
|
161
|
-
borderTopLeftRadius: 35,
|
|
162
|
-
borderTopRightRadius: 35,
|
|
163
|
-
height: '100%',
|
|
164
|
-
alignItems: 'center',
|
|
165
|
-
backgroundColor: '#FFFFFF'
|
|
166
|
-
},
|
|
167
|
-
boxImg: {
|
|
168
|
-
width: '100%',
|
|
169
|
-
flex: 1,
|
|
170
|
-
height: '100%',
|
|
171
|
-
alignItems: 'center'
|
|
172
|
-
},
|
|
173
|
-
subtitle: {
|
|
174
|
-
/* fontFamily: 'Ubuntu-Regular', */
|
|
175
|
-
fontSize: (0, _normalize.normalize)(20, scaleW),
|
|
176
|
-
marginLeft: 20,
|
|
177
|
-
width: '90%',
|
|
178
|
-
color: '#666666',
|
|
179
|
-
paddingBottom: 25
|
|
180
|
-
},
|
|
181
|
-
iconTop: {
|
|
182
|
-
marginTop: 60,
|
|
183
|
-
marginLeft: 20,
|
|
184
|
-
width: 55,
|
|
185
|
-
height: 55
|
|
186
|
-
},
|
|
187
|
-
leftArrow: {
|
|
188
|
-
marginTop: (0, _normalize.normalize)(70, scaleH),
|
|
189
|
-
marginLeft: 20,
|
|
190
|
-
width: (0, _normalize.normalize)(25, scaleW),
|
|
191
|
-
height: (0, _normalize.normalize)(35, scaleH)
|
|
192
|
-
},
|
|
193
|
-
imgFace: {
|
|
194
|
-
height: '100%',
|
|
195
|
-
flex: 1,
|
|
196
|
-
aspectRatio: 4 / 4.4
|
|
197
|
-
},
|
|
198
|
-
waveTop: {
|
|
199
|
-
flex: 1,
|
|
200
|
-
width: '100%',
|
|
201
|
-
height: 400
|
|
202
|
-
},
|
|
203
|
-
box: {
|
|
204
|
-
width: 60,
|
|
205
|
-
height: 60,
|
|
206
|
-
marginVertical: 20
|
|
207
|
-
}
|
|
208
|
-
});
|
|
209
|
-
//# sourceMappingURL=InstructionsView.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","_interopRequireWildcard","require","_reactNative","_normalize","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","width","SCREEN_WIDTH","height","SCREEN_HEIGHT","Dimensions","scaleW","scaleH","InstructionsView","_ref","onVerify","onBack","createElement","View","style","styles","container","TouchableOpacity","onPress","navigationBar","Image","source","leftArrow","boxImg","imgContainer","imgFace","boxBtn","Text","title","subtitle","intructions","rowInstructions","boxIcon","boxText","viewBtn","nextBtn","nextText","StyleSheet","create","flex","alignItems","backgroundColor","justifyContent","flexDirection","borderColor","borderWidth","borderRadius","paddingLeft","color","fontSize","normalize","marginTop","marginLeft","fontWeight","margin","description_one","textAlign","marginRight","boxInfo","paddingTop","Platform","OS","borderTopLeftRadius","borderTopRightRadius","paddingBottom","iconTop","aspectRatio","waveTop","box","marginVertical"],"sourceRoot":"../../../../src","sources":["screens/Liveness3D/InstructionsView.tsx"],"mappings":"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"}
|
|
@@ -1,177 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = PermissionView;
|
|
7
|
-
var React = _interopRequireWildcard(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
var _normalize = require("../utils/normalize");
|
|
10
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
12
|
-
const {
|
|
13
|
-
height: SCREEN_HEIGHT
|
|
14
|
-
} = _reactNative.Dimensions.get('window');
|
|
15
|
-
|
|
16
|
-
//const scaleW = SCREEN_WIDTH / 320;
|
|
17
|
-
const scaleH = SCREEN_HEIGHT / 920;
|
|
18
|
-
function PermissionView(_ref) {
|
|
19
|
-
let {
|
|
20
|
-
onVerify,
|
|
21
|
-
onBack
|
|
22
|
-
} = _ref;
|
|
23
|
-
return /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
24
|
-
style: styles.container
|
|
25
|
-
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
26
|
-
style: styles.navigationBar
|
|
27
|
-
}, /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
28
|
-
onPress: () => onBack(),
|
|
29
|
-
style: styles.navigationBar
|
|
30
|
-
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
31
|
-
source: require('../assets/images/left-arrow-b.png'),
|
|
32
|
-
style: styles.leftArrow
|
|
33
|
-
}))), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
34
|
-
style: styles.containerPerm
|
|
35
|
-
}, /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
36
|
-
style: styles.imgContainer
|
|
37
|
-
}, /*#__PURE__*/React.createElement(_reactNative.Image, {
|
|
38
|
-
source: require('../assets/images/camera_alt.png'),
|
|
39
|
-
style: styles.imgFace
|
|
40
|
-
}), /*#__PURE__*/React.createElement(_reactNative.View, {
|
|
41
|
-
style: styles.intructions
|
|
42
|
-
}, /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
43
|
-
style: styles.title
|
|
44
|
-
}, "Permiss\xF5es da c\xE2mera desativadas."), /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
45
|
-
style: styles.subtitle
|
|
46
|
-
}, "Habilitar as configura\xE7\xF5es do seu aparelho."), /*#__PURE__*/React.createElement(_reactNative.TouchableOpacity, {
|
|
47
|
-
onPress: () => onVerify(),
|
|
48
|
-
style: styles.nextBtn
|
|
49
|
-
}, /*#__PURE__*/React.createElement(_reactNative.Text, {
|
|
50
|
-
style: styles.nextText
|
|
51
|
-
}, "Verificar"))))));
|
|
52
|
-
}
|
|
53
|
-
const styles = _reactNative.StyleSheet.create({
|
|
54
|
-
container: {
|
|
55
|
-
flex: 1,
|
|
56
|
-
alignItems: 'center',
|
|
57
|
-
backgroundColor: '#FFFFF',
|
|
58
|
-
width: '100%',
|
|
59
|
-
justifyContent: 'center'
|
|
60
|
-
},
|
|
61
|
-
rowInstructions: {
|
|
62
|
-
width: '100%',
|
|
63
|
-
flex: 2,
|
|
64
|
-
alignItems: 'center',
|
|
65
|
-
flexDirection: 'row'
|
|
66
|
-
},
|
|
67
|
-
viewBtn: {
|
|
68
|
-
width: '90%',
|
|
69
|
-
flex: 1,
|
|
70
|
-
justifyContent: 'center',
|
|
71
|
-
alignItems: 'center'
|
|
72
|
-
},
|
|
73
|
-
navigationBar: {
|
|
74
|
-
width: '100%',
|
|
75
|
-
backgroundColor: '#FFF'
|
|
76
|
-
},
|
|
77
|
-
containerPerm: {
|
|
78
|
-
width: '100%',
|
|
79
|
-
backgroundColor: '#FFFFFF',
|
|
80
|
-
justifyContent: 'center',
|
|
81
|
-
flex: 1,
|
|
82
|
-
alignItems: 'center'
|
|
83
|
-
},
|
|
84
|
-
intructions: {
|
|
85
|
-
width: '90%',
|
|
86
|
-
flex: 1
|
|
87
|
-
},
|
|
88
|
-
boxIcon: {
|
|
89
|
-
width: 64,
|
|
90
|
-
height: 64,
|
|
91
|
-
alignItems: 'center',
|
|
92
|
-
justifyContent: 'center',
|
|
93
|
-
borderColor: '#E0E0E0',
|
|
94
|
-
borderWidth: 1,
|
|
95
|
-
backgroundColor: '#F5f5f5',
|
|
96
|
-
borderRadius: 100
|
|
97
|
-
},
|
|
98
|
-
boxText: {
|
|
99
|
-
paddingLeft: 20,
|
|
100
|
-
width: '75%',
|
|
101
|
-
color: '#000000',
|
|
102
|
-
fontSize: 25
|
|
103
|
-
},
|
|
104
|
-
imgContainer: {
|
|
105
|
-
flex: 1,
|
|
106
|
-
width: '90%',
|
|
107
|
-
marginTop: 100,
|
|
108
|
-
alignItems: 'center',
|
|
109
|
-
textAlign: 'center',
|
|
110
|
-
justifyContent: 'center'
|
|
111
|
-
},
|
|
112
|
-
title: {
|
|
113
|
-
marginTop: 30,
|
|
114
|
-
width: '100%',
|
|
115
|
-
marginBottom: 20,
|
|
116
|
-
fontSize: 29,
|
|
117
|
-
fontWeight: 'bold',
|
|
118
|
-
alignItems: 'center',
|
|
119
|
-
textAlign: 'center',
|
|
120
|
-
/* fontFamily: 'Ubuntu-Bold', */
|
|
121
|
-
color: '#1E1E1E'
|
|
122
|
-
},
|
|
123
|
-
nextBtn: {
|
|
124
|
-
width: '100%',
|
|
125
|
-
backgroundColor: '#05D758',
|
|
126
|
-
alignItems: 'center',
|
|
127
|
-
fontWeight: 900,
|
|
128
|
-
borderRadius: 50,
|
|
129
|
-
marginTop: 0
|
|
130
|
-
},
|
|
131
|
-
nextText: {
|
|
132
|
-
/* fontFamily: 'Ubuntu-Medium', */
|
|
133
|
-
fontSize: 25,
|
|
134
|
-
margin: 13
|
|
135
|
-
},
|
|
136
|
-
boxBtn: {
|
|
137
|
-
width: '100%',
|
|
138
|
-
flex: 1,
|
|
139
|
-
borderTopLeftRadius: 35,
|
|
140
|
-
borderTopRightRadius: 35,
|
|
141
|
-
alignItems: 'center',
|
|
142
|
-
backgroundColor: '#FFFFFF'
|
|
143
|
-
},
|
|
144
|
-
subtitle: {
|
|
145
|
-
/* fontFamily: 'Ubuntu-Regular', */
|
|
146
|
-
fontSize: 23,
|
|
147
|
-
width: '100%',
|
|
148
|
-
color: '#666666',
|
|
149
|
-
alignItems: 'center',
|
|
150
|
-
textAlign: 'center',
|
|
151
|
-
paddingBottom: 25
|
|
152
|
-
},
|
|
153
|
-
iconTop: {
|
|
154
|
-
marginTop: 60,
|
|
155
|
-
marginLeft: 20,
|
|
156
|
-
width: 55,
|
|
157
|
-
height: 55
|
|
158
|
-
},
|
|
159
|
-
leftArrow: {
|
|
160
|
-
marginTop: (0, _normalize.normalize)(70, scaleH),
|
|
161
|
-
marginLeft: 20,
|
|
162
|
-
width: 25,
|
|
163
|
-
height: 25
|
|
164
|
-
},
|
|
165
|
-
imgFace: {},
|
|
166
|
-
waveTop: {
|
|
167
|
-
flex: 1,
|
|
168
|
-
width: '100%',
|
|
169
|
-
height: 400
|
|
170
|
-
},
|
|
171
|
-
box: {
|
|
172
|
-
width: 60,
|
|
173
|
-
height: 60,
|
|
174
|
-
marginVertical: 20
|
|
175
|
-
}
|
|
176
|
-
});
|
|
177
|
-
//# sourceMappingURL=PermissionView.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","_interopRequireWildcard","require","_reactNative","_normalize","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","height","SCREEN_HEIGHT","Dimensions","scaleH","PermissionView","_ref","onVerify","onBack","createElement","View","style","styles","container","navigationBar","TouchableOpacity","onPress","Image","source","leftArrow","containerPerm","imgContainer","imgFace","intructions","Text","title","subtitle","nextBtn","nextText","StyleSheet","create","flex","alignItems","backgroundColor","width","justifyContent","rowInstructions","flexDirection","viewBtn","boxIcon","borderColor","borderWidth","borderRadius","boxText","paddingLeft","color","fontSize","marginTop","textAlign","marginBottom","fontWeight","margin","boxBtn","borderTopLeftRadius","borderTopRightRadius","paddingBottom","iconTop","marginLeft","normalize","waveTop","box","marginVertical"],"sourceRoot":"../../../src","sources":["screens/PermissionView.tsx"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAGA,IAAAE,UAAA,GAAAF,OAAA;AAA+C,SAAAG,yBAAAC,WAAA,eAAAC,OAAA,kCAAAC,iBAAA,OAAAD,OAAA,QAAAE,gBAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,WAAA,WAAAA,WAAA,GAAAG,gBAAA,GAAAD,iBAAA,KAAAF,WAAA;AAAA,SAAAL,wBAAAS,GAAA,EAAAJ,WAAA,SAAAA,WAAA,IAAAI,GAAA,IAAAA,GAAA,CAAAC,UAAA,WAAAD,GAAA,QAAAA,GAAA,oBAAAA,GAAA,wBAAAA,GAAA,4BAAAE,OAAA,EAAAF,GAAA,UAAAG,KAAA,GAAAR,wBAAA,CAAAC,WAAA,OAAAO,KAAA,IAAAA,KAAA,CAAAC,GAAA,CAAAJ,GAAA,YAAAG,KAAA,CAAAE,GAAA,CAAAL,GAAA,SAAAM,MAAA,WAAAC,qBAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,GAAA,IAAAX,GAAA,QAAAW,GAAA,kBAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAd,GAAA,EAAAW,GAAA,SAAAI,IAAA,GAAAR,qBAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAV,GAAA,EAAAW,GAAA,cAAAI,IAAA,KAAAA,IAAA,CAAAV,GAAA,IAAAU,IAAA,CAAAC,GAAA,KAAAR,MAAA,CAAAC,cAAA,CAAAH,MAAA,EAAAK,GAAA,EAAAI,IAAA,YAAAT,MAAA,CAAAK,GAAA,IAAAX,GAAA,CAAAW,GAAA,SAAAL,MAAA,CAAAJ,OAAA,GAAAF,GAAA,MAAAG,KAAA,IAAAA,KAAA,CAAAa,GAAA,CAAAhB,GAAA,EAAAM,MAAA,YAAAA,MAAA;AAE/C,MAAM;EAAEW,MAAM,EAAEC;AAAc,CAAC,GAAGC,uBAAU,CAACd,GAAG,CAAC,QAAQ,CAAC;;AAE1D;AACA,MAAMe,MAAM,GAAGF,aAAa,GAAG,GAAG;AAEnB,SAASG,cAAcA,CAAAC,IAAA,EAMnC;EAAA,IANoC;IACrCC,QAAQ;IACRC;EAIF,CAAC,GAAAF,IAAA;EACC,oBACEhC,KAAA,CAAAmC,aAAA,CAAChC,YAAA,CAAAiC,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACC;EAAU,gBAC5BvC,KAAA,CAAAmC,aAAA,CAAChC,YAAA,CAAAiC,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACE;EAAc,gBAChCxC,KAAA,CAAAmC,aAAA,CAAChC,YAAA,CAAAsC,gBAAgB;IAACC,OAAO,EAAEA,CAAA,KAAMR,MAAM,EAAG;IAACG,KAAK,EAAEC,MAAM,CAACE;EAAc,gBACrExC,KAAA,CAAAmC,aAAA,CAAChC,YAAA,CAAAwC,KAAK;IACJC,MAAM,EAAE1C,OAAO,CAAC,mCAAmC,CAAE;IACrDmC,KAAK,EAAEC,MAAM,CAACO;EAAU,EACxB,CACe,CACd,eAEP7C,KAAA,CAAAmC,aAAA,CAAChC,YAAA,CAAAiC,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACQ;EAAc,gBAChC9C,KAAA,CAAAmC,aAAA,CAAChC,YAAA,CAAAiC,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACS;EAAa,gBAC/B/C,KAAA,CAAAmC,aAAA,CAAChC,YAAA,CAAAwC,KAAK;IACJC,MAAM,EAAE1C,OAAO,CAAC,iCAAiC,CAAE;IACnDmC,KAAK,EAAEC,MAAM,CAACU;EAAQ,EACtB,eACFhD,KAAA,CAAAmC,aAAA,CAAChC,YAAA,CAAAiC,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACW;EAAY,gBAC9BjD,KAAA,CAAAmC,aAAA,CAAChC,YAAA,CAAA+C,IAAI;IAACb,KAAK,EAAEC,MAAM,CAACa;EAAM,GAAC,yCAAiC,CAAO,eACnEnD,KAAA,CAAAmC,aAAA,CAAChC,YAAA,CAAA+C,IAAI;IAACb,KAAK,EAAEC,MAAM,CAACc;EAAS,GAAC,mDAE9B,CAAO,eACPpD,KAAA,CAAAmC,aAAA,CAAChC,YAAA,CAAAsC,gBAAgB;IAACC,OAAO,EAAEA,CAAA,KAAMT,QAAQ,EAAG;IAACI,KAAK,EAAEC,MAAM,CAACe;EAAQ,gBACjErD,KAAA,CAAAmC,aAAA,CAAChC,YAAA,CAAA+C,IAAI;IAACb,KAAK,EAAEC,MAAM,CAACgB;EAAS,GAAC,WAAS,CAAO,CAC7B,CACd,CACF,CACF,CACF;AAEX;AAEA,MAAMhB,MAAM,GAAGiB,uBAAU,CAACC,MAAM,CAAC;EAC/BjB,SAAS,EAAE;IACTkB,IAAI,EAAE,CAAC;IACPC,UAAU,EAAE,QAAQ;IACpBC,eAAe,EAAE,QAAQ;IACzBC,KAAK,EAAE,MAAM;IACbC,cAAc,EAAE;EAClB,CAAC;EACDC,eAAe,EAAE;IACfF,KAAK,EAAE,MAAM;IACbH,IAAI,EAAE,CAAC;IACPC,UAAU,EAAE,QAAQ;IACpBK,aAAa,EAAE;EACjB,CAAC;EACDC,OAAO,EAAE;IACPJ,KAAK,EAAE,KAAK;IACZH,IAAI,EAAE,CAAC;IACPI,cAAc,EAAE,QAAQ;IACxBH,UAAU,EAAE;EACd,CAAC;EACDlB,aAAa,EAAE;IACboB,KAAK,EAAE,MAAM;IACbD,eAAe,EAAE;EACnB,CAAC;EACDb,aAAa,EAAE;IACbc,KAAK,EAAE,MAAM;IACbD,eAAe,EAAE,SAAS;IAC1BE,cAAc,EAAE,QAAQ;IACxBJ,IAAI,EAAE,CAAC;IACPC,UAAU,EAAE;EACd,CAAC;EACDT,WAAW,EAAE;IACXW,KAAK,EAAE,KAAK;IACZH,IAAI,EAAE;EACR,CAAC;EACDQ,OAAO,EAAE;IACPL,KAAK,EAAE,EAAE;IACTjC,MAAM,EAAE,EAAE;IACV+B,UAAU,EAAE,QAAQ;IACpBG,cAAc,EAAE,QAAQ;IACxBK,WAAW,EAAE,SAAS;IACtBC,WAAW,EAAE,CAAC;IACdR,eAAe,EAAE,SAAS;IAC1BS,YAAY,EAAE;EAChB,CAAC;EACDC,OAAO,EAAE;IACPC,WAAW,EAAE,EAAE;IACfV,KAAK,EAAE,KAAK;IACZW,KAAK,EAAE,SAAS;IAChBC,QAAQ,EAAE;EACZ,CAAC;EACDzB,YAAY,EAAE;IACZU,IAAI,EAAE,CAAC;IACPG,KAAK,EAAE,KAAK;IACZa,SAAS,EAAE,GAAG;IACdf,UAAU,EAAE,QAAQ;IACpBgB,SAAS,EAAE,QAAQ;IACnBb,cAAc,EAAE;EAClB,CAAC;EACDV,KAAK,EAAE;IACLsB,SAAS,EAAE,EAAE;IACbb,KAAK,EAAE,MAAM;IACbe,YAAY,EAAE,EAAE;IAChBH,QAAQ,EAAE,EAAE;IACZI,UAAU,EAAE,MAAM;IAClBlB,UAAU,EAAE,QAAQ;IACpBgB,SAAS,EAAE,QAAQ;IACnB;IACAH,KAAK,EAAE;EACT,CAAC;EACDlB,OAAO,EAAE;IACPO,KAAK,EAAE,MAAM;IACbD,eAAe,EAAE,SAAS;IAC1BD,UAAU,EAAE,QAAQ;IACpBkB,UAAU,EAAE,GAAG;IACfR,YAAY,EAAE,EAAE;IAChBK,SAAS,EAAE;EACb,CAAC;EACDnB,QAAQ,EAAE;IACR;IACAkB,QAAQ,EAAE,EAAE;IACZK,MAAM,EAAE;EACV,CAAC;EACDC,MAAM,EAAE;IACNlB,KAAK,EAAE,MAAM;IACbH,IAAI,EAAE,CAAC;IACPsB,mBAAmB,EAAE,EAAE;IACvBC,oBAAoB,EAAE,EAAE;IACxBtB,UAAU,EAAE,QAAQ;IACpBC,eAAe,EAAE;EACnB,CAAC;EACDP,QAAQ,EAAE;IACR;IACAoB,QAAQ,EAAE,EAAE;IACZZ,KAAK,EAAE,MAAM;IACbW,KAAK,EAAE,SAAS;IAChBb,UAAU,EAAE,QAAQ;IACpBgB,SAAS,EAAE,QAAQ;IACnBO,aAAa,EAAE;EACjB,CAAC;EACDC,OAAO,EAAE;IACPT,SAAS,EAAE,EAAE;IACbU,UAAU,EAAE,EAAE;IACdvB,KAAK,EAAE,EAAE;IACTjC,MAAM,EAAE;EACV,CAAC;EACDkB,SAAS,EAAE;IACT4B,SAAS,EAAE,IAAAW,oBAAS,EAAC,EAAE,EAAEtD,MAAM,CAAC;IAChCqD,UAAU,EAAE,EAAE;IACdvB,KAAK,EAAE,EAAE;IACTjC,MAAM,EAAE;EACV,CAAC;EACDqB,OAAO,EAAE,CAAC,CAAC;EACXqC,OAAO,EAAE;IACP5B,IAAI,EAAE,CAAC;IACPG,KAAK,EAAE,MAAM;IACbjC,MAAM,EAAE;EACV,CAAC;EACD2D,GAAG,EAAE;IACH1B,KAAK,EAAE,EAAE;IACTjC,MAAM,EAAE,EAAE;IACV4D,cAAc,EAAE;EAClB;AACF,CAAC,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.continueButton = void 0;
|
|
7
|
-
var _permissions = require("./permissions");
|
|
8
|
-
const continueButton = async () => {
|
|
9
|
-
return (0, _permissions.verifyPermission)().then(result => {
|
|
10
|
-
return result;
|
|
11
|
-
}).catch(error => {
|
|
12
|
-
console.error(error);
|
|
13
|
-
return false;
|
|
14
|
-
});
|
|
15
|
-
};
|
|
16
|
-
exports.continueButton = continueButton;
|
|
17
|
-
//# sourceMappingURL=continueButton.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_permissions","require","continueButton","verifyPermission","then","result","catch","error","console","exports"],"sourceRoot":"../../../src","sources":["utils/continueButton.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAEO,MAAMC,cAAc,GAAG,MAAAA,CAAA,KAA8B;EAC1D,OAAO,IAAAC,6BAAgB,GAAE,CACtBC,IAAI,CAAEC,MAAM,IAAK;IAChB,OAAOA,MAAM;EACf,CAAC,CAAC,CACDC,KAAK,CAAEC,KAAK,IAAK;IAChBC,OAAO,CAACD,KAAK,CAACA,KAAK,CAAC;IACpB,OAAO,KAAK;EACd,CAAC,CAAC;AACN,CAAC;AAACE,OAAA,CAAAP,cAAA,GAAAA,cAAA"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.normalize = normalize;
|
|
7
|
-
var _reactNative = require("react-native");
|
|
8
|
-
function normalize(size, scale) {
|
|
9
|
-
const newSize = size * scale;
|
|
10
|
-
if (_reactNative.Platform.OS === 'ios') {
|
|
11
|
-
return size;
|
|
12
|
-
} else {
|
|
13
|
-
return Math.round(_reactNative.PixelRatio.roundToNearestPixel(newSize)) - 10;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=normalize.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","normalize","size","scale","newSize","Platform","OS","Math","round","PixelRatio","roundToNearestPixel"],"sourceRoot":"../../../src","sources":["utils/normalize.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAEO,SAASC,SAASA,CAACC,IAAS,EAAEC,KAAU,EAAE;EAC/C,MAAMC,OAAO,GAAGF,IAAI,GAAGC,KAAK;EAC5B,IAAIE,qBAAQ,CAACC,EAAE,KAAK,KAAK,EAAE;IACzB,OAAOJ,IAAI;EACb,CAAC,MAAM;IACL,OAAOK,IAAI,CAACC,KAAK,CAACC,uBAAU,CAACC,mBAAmB,CAACN,OAAO,CAAC,CAAC,GAAG,EAAE;EACjE;AACF"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.RnLiveness3d = void 0;
|
|
7
|
-
exports.askPermission = askPermission;
|
|
8
|
-
exports.verifyPermission = verifyPermission;
|
|
9
|
-
var _reactNative = require("react-native");
|
|
10
|
-
const RnLiveness3d = _reactNative.NativeModules.RnLiveness3d ? _reactNative.NativeModules.RnLiveness3d : new Proxy({}, {
|
|
11
|
-
get() {
|
|
12
|
-
throw new Error(LINKING_ERROR);
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
exports.RnLiveness3d = RnLiveness3d;
|
|
16
|
-
const LINKING_ERROR = `The package '@oiti/rn-liveness3d' doesn't seem to be linked. Make sure: \n\n` + _reactNative.Platform.select({
|
|
17
|
-
ios: "- You have run 'pod install'\n",
|
|
18
|
-
default: ''
|
|
19
|
-
}) + '- You rebuilt the app after installing the package\n' + '- You are not using Expo Go\n';
|
|
20
|
-
function verifyPermission() {
|
|
21
|
-
return _reactNative.Platform.OS === 'android' ? RnLiveness3d.checkcamerapermission() : RnLiveness3d.checkiospermission({
|
|
22
|
-
p: 'granted'
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
function askPermission() {
|
|
26
|
-
return _reactNative.Platform.OS === 'android' ? RnLiveness3d.askcamerapermission() : RnLiveness3d.checkpermissiongranted({
|
|
27
|
-
p: 'granted'
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
//# sourceMappingURL=permissions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","RnLiveness3d","NativeModules","Proxy","get","Error","LINKING_ERROR","exports","Platform","select","ios","default","verifyPermission","OS","checkcamerapermission","checkiospermission","p","askPermission","askcamerapermission","checkpermissiongranted"],"sourceRoot":"../../../src","sources":["utils/permissions.tsx"],"mappings":";;;;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAEO,MAAMC,YAAY,GAAGC,0BAAa,CAACD,YAAY,GAClDC,0BAAa,CAACD,YAAY,GAC1B,IAAIE,KAAK,CACP,CAAC,CAAC,EACF;EACEC,GAAGA,CAAA,EAAG;IACJ,MAAM,IAAIC,KAAK,CAACC,aAAa,CAAC;EAChC;AACF,CAAC,CACF;AAACC,OAAA,CAAAN,YAAA,GAAAA,YAAA;AAEN,MAAMK,aAAa,GAChB,8EAA6E,GAC9EE,qBAAQ,CAACC,MAAM,CAAC;EAAEC,GAAG,EAAE,gCAAgC;EAAEC,OAAO,EAAE;AAAG,CAAC,CAAC,GACvE,sDAAsD,GACtD,+BAA+B;AAE1B,SAASC,gBAAgBA,CAAA,EAAqB;EACnD,OAAOJ,qBAAQ,CAACK,EAAE,KAAK,SAAS,GAC5BZ,YAAY,CAACa,qBAAqB,EAAE,GACpCb,YAAY,CAACc,kBAAkB,CAAC;IAAEC,CAAC,EAAE;EAAU,CAAC,CAAC;AACvD;AAEO,SAASC,aAAaA,CAAA,EAAqB;EAChD,OAAOT,qBAAQ,CAACK,EAAE,KAAK,SAAS,GAC5BZ,YAAY,CAACiB,mBAAmB,EAAE,GAClCjB,YAAY,CAACkB,sBAAsB,CAAC;IAAEH,CAAC,EAAE;EAAU,CAAC,CAAC;AAC3D"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.SCREEN = void 0;
|
|
7
|
-
const SCREEN = Object.freeze({
|
|
8
|
-
INSTRUCTION_VIEW: 1,
|
|
9
|
-
PERMISSION_VIEW: 2
|
|
10
|
-
});
|
|
11
|
-
exports.SCREEN = SCREEN;
|
|
12
|
-
//# sourceMappingURL=screenStore.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["SCREEN","Object","freeze","INSTRUCTION_VIEW","PERMISSION_VIEW","exports"],"sourceRoot":"../../../src","sources":["utils/screenStore.tsx"],"mappings":";;;;;;AAAO,MAAMA,MAAM,GAAGC,MAAM,CAACC,MAAM,CAAC;EAClCC,gBAAgB,EAAE,CAAC;EACnBC,eAAe,EAAE;AACnB,CAAC,CAAU;AAACC,OAAA,CAAAL,MAAA,GAAAA,MAAA"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { FontsType } from './FontsType';
|
|
2
|
-
import { TextsType } from './TextsType';
|
|
3
|
-
import { ThemeType } from './ThemeType';
|
|
4
|
-
export type ArgsType = {
|
|
5
|
-
appkey: string;
|
|
6
|
-
ticket?: string | null;
|
|
7
|
-
environment: 'HML' | 'PRD';
|
|
8
|
-
liveness3Dtext?: TextsType;
|
|
9
|
-
theme?: ThemeType;
|
|
10
|
-
fonts?: FontsType;
|
|
11
|
-
loading?: LoadingType;
|
|
12
|
-
};
|
|
13
|
-
export type LoadingType = {
|
|
14
|
-
type: 'default' | 'spinner';
|
|
15
|
-
size: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
|
|
16
|
-
backgroundColor: string | undefined;
|
|
17
|
-
loadingColor: string | undefined;
|
|
18
|
-
};
|
|
19
|
-
//# sourceMappingURL=ArgsType.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ArgsType.d.ts","sourceRoot":"","sources":["../../../src/@types/ArgsType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,MAAM,MAAM,QAAQ,GAAG;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,KAAK,GAAG,KAAK,CAAC;IAC3B,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,EAAE,SAAS,GAAG,SAAS,CAAC;IAC5B,IAAI,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;IACjD,eAAe,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export type FontsType = {
|
|
2
|
-
guidanceCustomizationHeaderFont?: string;
|
|
3
|
-
guidanceCustomizationSubtextFont?: string;
|
|
4
|
-
guidanceCustomizationButtonFont?: string;
|
|
5
|
-
readyScreenCustomizationHeaderFont?: string;
|
|
6
|
-
readyScreenCustomizationSubtextFont?: string;
|
|
7
|
-
retryScreenCustomizationHeaderFont?: string;
|
|
8
|
-
retryScreenCustomizationSubtextFont?: string;
|
|
9
|
-
resultScreenCustomizationMessageFont?: string;
|
|
10
|
-
feedbackCustomizationTextFont?: string;
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=FontsType.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FontsType.d.ts","sourceRoot":"","sources":["../../../src/@types/FontsType.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG;IAEtB,+BAA+B,CAAC,EAAE,MAAM,CAAC;IACzC,gCAAgC,CAAC,EAAE,MAAM,CAAC;IAG1C,+BAA+B,CAAC,EAAE,MAAM,CAAC;IAGzC,kCAAkC,CAAC,EAAE,MAAM,CAAC;IAC5C,mCAAmC,CAAC,EAAE,MAAM,CAAC;IAG7C,kCAAkC,CAAC,EAAE,MAAM,CAAC;IAC5C,mCAAmC,CAAC,EAAE,MAAM,CAAC;IAG7C,oCAAoC,CAAC,EAAE,MAAM,CAAC;IAG9C,6BAA6B,CAAC,EAAE,MAAM,CAAC;CACxC,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export type onSuccessType = {
|
|
2
|
-
valid: boolean;
|
|
3
|
-
cause: string;
|
|
4
|
-
codId: string;
|
|
5
|
-
protocol: string;
|
|
6
|
-
blob: string;
|
|
7
|
-
};
|
|
8
|
-
export type onErrorType = {
|
|
9
|
-
code: string;
|
|
10
|
-
message: string;
|
|
11
|
-
error?: Error;
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=ResultType.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ResultType.d.ts","sourceRoot":"","sources":["../../../src/@types/ResultType.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,OAAO,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ResultTypes.d.ts","sourceRoot":"","sources":["../../../src/@types/ResultTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE1D,MAAM,MAAM,UAAU,GAAG;IACvB,SAAS,EAAE,CAAC,MAAM,EAAE,aAAa,KAAK,IAAI,CAAC;IAC3C,OAAO,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;CACvC,CAAC"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
export type TextsType = {
|
|
2
|
-
READY_HEADER_1?: string;
|
|
3
|
-
READY_HEADER_2?: string;
|
|
4
|
-
READY_MESSAGE_1?: string;
|
|
5
|
-
READY_MESSAGE_2?: string;
|
|
6
|
-
READY_BUTTON?: string;
|
|
7
|
-
RETRY_HEADER?: string;
|
|
8
|
-
RETRY_SUBHEADER?: string;
|
|
9
|
-
RETRY_YOUR_PICTURE?: string;
|
|
10
|
-
RETRY_IDEAL_PICTURE?: string;
|
|
11
|
-
RETRY_MESSAGE_SMILE?: string;
|
|
12
|
-
RETRY_MESSAGE_LIGHTING?: string;
|
|
13
|
-
RETRY_MESSAGE_CONTRAST?: string;
|
|
14
|
-
RETRY_BUTTON?: string;
|
|
15
|
-
RESULT_UPLOAD_MESSAGE?: string;
|
|
16
|
-
RESULT_SUCCESS_MESSAGE?: string;
|
|
17
|
-
FEEDBACK_CENTER_FACE?: string;
|
|
18
|
-
FEEDBACK_FACE_NOT_FOUND?: string;
|
|
19
|
-
FEEDBACK_FACE_NOT_LOOKING_STRAIGHT_AHEAD?: string;
|
|
20
|
-
FEEDBACK_POSITION_FACE_STRAIGHT_IN_OVAL?: string;
|
|
21
|
-
FEEDBACK_FACE_NOT_UPRIGHT?: string;
|
|
22
|
-
FEEDBACK_HOLD_STEADY?: string;
|
|
23
|
-
FEEDBACK_MOVE_PHONE_AWAY?: string;
|
|
24
|
-
FEEDBACK_MOVE_PHONE_CLOSER?: string;
|
|
25
|
-
FEEDBACK_MOVE_PHONE_TO_EYE_LEVEL?: string;
|
|
26
|
-
FEEDBACK_USE_EVEN_LIGHTING?: string;
|
|
27
|
-
FEEDBACK_FRAME_YOUR_FACE?: string;
|
|
28
|
-
FEEDBACK_HOLD_STEADY_1?: string;
|
|
29
|
-
FEEDBACK_HOLD_STEADY_2?: string;
|
|
30
|
-
FEEDBACK_HOLD_STEADY_3?: string;
|
|
31
|
-
FEEDBACK_REMOVE_DARK_GLASSES?: string;
|
|
32
|
-
FEEDBACK_NEUTRAL_EXPRESSION?: string;
|
|
33
|
-
FEEDBACK_CONDITIONS_TOO_BRIGHT?: string;
|
|
34
|
-
FEEDBACK_BRIGHTEN_YOUR_ENVIRONMENT?: string;
|
|
35
|
-
};
|
|
36
|
-
//# sourceMappingURL=TextsType.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TextsType.d.ts","sourceRoot":"","sources":["../../../src/@types/TextsType.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAGhC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,wCAAwC,CAAC,EAAE,MAAM,CAAC;IAClD,uCAAuC,CAAC,EAAE,MAAM,CAAC;IACjD,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,gCAAgC,CAAC,EAAE,MAAM,CAAC;IAC1C,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,8BAA8B,CAAC,EAAE,MAAM,CAAC;IACxC,kCAAkC,CAAC,EAAE,MAAM,CAAC;CAC7C,CAAC"}
|