bry-biometric-collector 2.0.3 → 2.0.4

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.
@@ -1,4 +1,4 @@
1
- import { aY as f } from "./main_4a3321b2_2.0.3.js";
1
+ import { aY as f } from "./main_14ce11df_2.0.4.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -99,9 +99,9 @@ const e = {
99
99
  }, f = {
100
100
  extensionNotFound: "The extension couldn't be identified. Please install it from here",
101
101
  extension: "extension"
102
- }, h = {
103
- permissionNotGranted: "Permission to access the camera was denied, please enable and refresh."
104
102
  }, p = {
103
+ permissionNotGranted: "Permission to access the camera was denied, please enable and refresh."
104
+ }, h = {
105
105
  illumination: "Heterogeneous illumination",
106
106
  openEyes: "Eyes closed",
107
107
  redEyes: "Red eyes",
@@ -152,6 +152,7 @@ const e = {
152
152
  },
153
153
  contactAdmin: "Please contact the system administrator about this error."
154
154
  }, T = {
155
+ capturing: "Capturing",
155
156
  justification: "justification",
156
157
  captured: "Face captured!",
157
158
  retakePhoto: "Retake photo",
@@ -202,8 +203,8 @@ const e = {
202
203
  fingerDisplayArea: g,
203
204
  buttons: u,
204
205
  alertExtension: f,
205
- alertCameraDisallowed: h,
206
- unconformities: p,
206
+ alertCameraDisallowed: p,
207
+ unconformities: h,
207
208
  liveness: m,
208
209
  faceCollector: T,
209
210
  configModal: y,
@@ -212,7 +213,7 @@ const e = {
212
213
  export {
213
214
  r as agrFinger,
214
215
  n as agrFingerNotMatched,
215
- h as alertCameraDisallowed,
216
+ p as alertCameraDisallowed,
216
217
  f as alertExtension,
217
218
  s as automaticHasAlreadyRunSwal,
218
219
  t as badFingerQualitySwal,
@@ -229,6 +230,6 @@ export {
229
230
  d as missingScannerSwal,
230
231
  i as signerNotInstalledSwal,
231
232
  F as toast,
232
- p as unconformities,
233
+ h as unconformities,
233
234
  a as unknownDuplicateFingerSwal
234
235
  };