bry-biometric-collector 3.1.0 → 3.1.1

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.
@@ -15,11 +15,11 @@ const e = {
15
15
  retry: "Coletar Novamente",
16
16
  cancel: "Cancelar",
17
17
  deny: "Tentar outro dedo"
18
- }, t = {
18
+ }, r = {
19
19
  title: "Erro",
20
20
  text: "O módulo da extensão não foi instalado!",
21
21
  ok: "Ok"
22
- }, r = {
22
+ }, t = {
23
23
  title: "Erro",
24
24
  text: "Atenção AGR, o dedo coletado não lhe-pertence ou está na posição errada. Por favor colete seu dedo na posição indicada.",
25
25
  retry: "Coletar Novamente",
@@ -130,7 +130,7 @@ const e = {
130
130
  faceTooCloseToBorder: "O rosto não está centralizado, por favor centralize-o.",
131
131
  faceCropped: "O rosto está cortado na captura, por favor centralize-o.",
132
132
  faceOccluded: "O rosto está obstruido, por favor remova o que está obstruindo.",
133
- faceNotFound: "Não foi encontrado nenhum rosto na captura.",
133
+ faceNotFound: "Qualidade insuficiente ou rosto não encontrado, por favor refaça a foto.",
134
134
  multipleFaces: "Mais de um rosto detectado, por favor exiba apenas um rosto na captura.",
135
135
  faceTooSmall: "O rosto está muito longe da câmera, por favor aproxime-se.",
136
136
  faceAngleTooLarge: "o rosto está muito inclinado, por favor endireite-o.",
@@ -240,8 +240,8 @@ const e = {
240
240
  forbiddenFingerSwal: e,
241
241
  badFingerQualitySwal: a,
242
242
  unknownDuplicateFingerSwal: o,
243
- signerNotInstalledSwal: t,
244
- agrFingerNotMatched: r,
243
+ signerNotInstalledSwal: r,
244
+ agrFingerNotMatched: t,
245
245
  agrFinger: i,
246
246
  duplicateFingerSwal: n,
247
247
  easterEggduplicateFingerSwal: d,
@@ -262,7 +262,7 @@ const e = {
262
262
  };
263
263
  export {
264
264
  i as agrFinger,
265
- r as agrFingerNotMatched,
265
+ t as agrFingerNotMatched,
266
266
  v as alertCameraDisallowed,
267
267
  p as alertExtension,
268
268
  s as automaticHasAlreadyRunSwal,
@@ -280,7 +280,7 @@ export {
280
280
  e as forbiddenFingerSwal,
281
281
  g as liveness,
282
282
  l as missingScannerSwal,
283
- t as signerNotInstalledSwal,
283
+ r as signerNotInstalledSwal,
284
284
  C as toast,
285
285
  f as unconformities,
286
286
  o as unknownDuplicateFingerSwal
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.1",
6
6
  "main": "dist/bry-biometric-collector-main.js",
7
7
  "type": "module",
8
8
  "license": "UNLICENSED",