bry-biometric-collector 3.1.0-RC02 → 3.1.0-RC03
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/dist/{DocumentCollector_55619fb1_3.1.0-RC02.js → DocumentCollector_9474f250_3.1.0-RC03.js} +72 -72
- package/dist/{FaceCollector_ff8d1a7f_3.1.0-RC02.js → FaceCollector_067efaea_3.1.0-RC03.js} +543 -534
- package/dist/{ValidationAlert_de952c42_3.1.0-RC02.js → ValidationAlert_de35f79f_3.1.0-RC03.js} +40 -40
- package/dist/{___vite-browser-external_commonjs-proxy_40bba70e_3.1.0-RC02.js → ___vite-browser-external_commonjs-proxy_1b577ab2_3.1.0-RC03.js} +36 -36
- package/dist/bry-biometric-collector-main.js +2 -2
- package/dist/{en-us_30d2d531_3.1.0-RC02.js → en-us_793b081f_3.1.0-RC03.js} +1 -0
- package/dist/{es-cl_5299d9ff_3.1.0-RC02.js → es-cl_b2f1fc4e_3.1.0-RC03.js} +1 -0
- package/dist/{fingersApi_96f92c5e_3.1.0-RC02.js → fingersApi_7ab23b24_3.1.0-RC03.js} +2 -2
- package/dist/index-idlf-detector_39cfdffa_3.1.0-RC03.js +15665 -0
- package/dist/index-idlf-detector_a819b3c8_3.1.0-RC03.js +10910 -0
- package/dist/index.js +2 -2
- package/dist/{index_284ff443_3.1.0-RC02.js → index_11cf6399_3.1.0-RC03.js} +3 -3
- package/dist/{index_c1d47d0b_3.1.0-RC02.js → index_df5e7131_3.1.0-RC03.js} +3 -3
- package/dist/{main_507e14eb_3.1.0-RC02.js → main_11e1c290_3.1.0-RC03.js} +2636 -2605
- package/dist/{pt-br_d3ed1998_3.1.0-RC02.js → pt-br_b093cbbf_3.1.0-RC03.js} +1 -0
- package/package.json +1 -1
- package/dist/index-no-detector_79efea88_3.1.0-RC02.js +0 -10888
- package/dist/index-no-detector_db7c16a4_3.1.0-RC02.js +0 -15580
- /package/dist/{face_api_0e3ce8c8_3.1.0-RC02.js → face_api_0e3ce8c8_3.1.0-RC03.js} +0 -0
@@ -152,6 +152,7 @@ const e = {
|
|
152
152
|
evaluationError: "Falha ao realizar validação de prova de vida, por favor tente novamente.",
|
153
153
|
faceQualityInsufficient: "A qualidade da foto capturada não atende aos requisitos mínimos listados acima. Por favor, refaça a captura.",
|
154
154
|
darkImage: "A imagem capturada está muito escura, por favor, aumente a iluminação.",
|
155
|
+
faceBlurry: "A imagem capturada está desfocada, por favor, refaça a captura.",
|
155
156
|
mouthOpen: "A boca está aberta, por favor não abra a boca.",
|
156
157
|
sunglassesDetected: "Óculos escuros detectados, por favor remova-os.",
|
157
158
|
faceNotCentered: "O rosto não está centralizado, por favor centralize-o."
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "bry-biometric-collector",
|
3
3
|
"private": false,
|
4
4
|
"description": "BRy web-collector component for biometric capture.",
|
5
|
-
"version": "3.1.0-
|
5
|
+
"version": "3.1.0-RC03",
|
6
6
|
"main": "dist/bry-biometric-collector-main.js",
|
7
7
|
"type": "module",
|
8
8
|
"license": "UNLICENSED",
|