@regulaforensics/vp-frontend-face-components 6.4.1501-nightly → 6.4.1502-nightly

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/main.js CHANGED
@@ -9924,7 +9924,7 @@ const r6 = Zt.create("main"), I1 = {
9924
9924
  livenessType: Zs.ACTIVE,
9925
9925
  holdStillDuration: void 0,
9926
9926
  timeoutInterval: void 0,
9927
- workerPath: "https://wasm.regulaforensics.com/face/nightly/6.4/7b9b62a1-de80efbb8",
9927
+ workerPath: "https://wasm.regulaforensics.com/face/nightly/6.4/a926d7d0-41986b24f",
9928
9928
  detectOcclusion: !0
9929
9929
  }, n6 = (e) => dc(dc({}, I1), {}, {
9930
9930
  onEvent: () => r6('Function "onEvent" not defined.'),
@@ -12382,7 +12382,7 @@ class NR {
12382
12382
  }
12383
12383
  prepare(t) {
12384
12384
  return Le(this, null, function* () {
12385
- const r = "Liveness.worker.js", n = Q.getState().workerPath, i = IR(n), M = Q.getState().workerPath === "https://wasm.regulaforensics.com/face/nightly/6.4/7b9b62a1-de80efbb8";
12385
+ const r = "Liveness.worker.js", n = Q.getState().workerPath, i = IR(n), M = Q.getState().workerPath === "https://wasm.regulaforensics.com/face/nightly/6.4/a926d7d0-41986b24f";
12386
12386
  try {
12387
12387
  let u = yield (yield fetch(i + "/" + r)).text();
12388
12388
  M || (u = KP(u, i));
@@ -12400,7 +12400,7 @@ class NR {
12400
12400
  }), this.worker.postMessage({
12401
12401
  target: "worker-init",
12402
12402
  URL: document.URL,
12403
- currentScriptUrl: "https://wasm.regulaforensics.com/face/nightly/6.4/7b9b62a1-de80efbb8",
12403
+ currentScriptUrl: "https://wasm.regulaforensics.com/face/nightly/6.4/a926d7d0-41986b24f",
12404
12404
  preMain: !0
12405
12405
  }));
12406
12406
  });
@@ -12745,7 +12745,7 @@ const OR = 1500, t2 = (e) => e * 1e3, Rc = Zt.create("main"), pR = (e, t, r, n,
12745
12745
  config: D,
12746
12746
  metadata: {
12747
12747
  hostAppId: e.url || Hi,
12748
- sdkVersion: JT("6.4.1501-nightly"),
12748
+ sdkVersion: JT("6.4.1502-nightly"),
12749
12749
  deviceModel: "".concat(Ju, "/").concat(Kl, " ").concat(la, "/").concat(Xl),
12750
12750
  camera: e.videoStatusParams.camera
12751
12751
  }
@@ -12766,7 +12766,7 @@ const OR = 1500, t2 = (e) => e * 1e3, Rc = Zt.create("main"), pR = (e, t, r, n,
12766
12766
  }), j = {
12767
12767
  platform: "Web",
12768
12768
  osVersion: "".concat(Kl),
12769
- sdkVersion: JT("6.4.1501-nightly"),
12769
+ sdkVersion: JT("6.4.1502-nightly"),
12770
12770
  hostAppId: e.url || Hi,
12771
12771
  userID: c,
12772
12772
  deviceModel: "".concat(Ju, "/").concat(Kl, " ").concat(la, "/").concat(Xl),
@@ -14872,7 +14872,7 @@ class R4e extends HTMLElement {
14872
14872
  this.dispatchEvent(r), $4e("Component event: ".concat(JSON.stringify(r.detail)));
14873
14873
  }
14874
14874
  get version() {
14875
- return "".concat("6.4.1501-nightly".trim());
14875
+ return "".concat("6.4.1502-nightly".trim());
14876
14876
  }
14877
14877
  set translations(t) {
14878
14878
  this._translations = t, this._mounted && this.render();
@@ -15226,7 +15226,7 @@ class cje extends HTMLElement {
15226
15226
  });
15227
15227
  }
15228
15228
  get version() {
15229
- return "".concat("6.4.1501-nightly".trim());
15229
+ return "".concat("6.4.1502-nightly".trim());
15230
15230
  }
15231
15231
  set translations(t) {
15232
15232
  this._translations = t, this._mounted && this.render();
@@ -15280,31 +15280,24 @@ class Nje extends HTMLElement {
15280
15280
  constructor() {
15281
15281
  super(), Ije(this, "_root", void 0), this._root = this.attachShadow({
15282
15282
  mode: "open"
15283
- });
15284
- const t = `
15285
- display: block;
15286
- position: fixed;
15287
- height: 100%;
15288
- width: 100%;
15289
- top: 0;
15290
- left: 0;
15291
- overflow: auto;
15292
- z-index: 100;
15293
- `;
15294
- this._root.innerHTML = `
15283
+ }), this._root.innerHTML = `
15295
15284
  <style>
15296
15285
  *, *::before, *::after {
15297
15286
  box-sizing: border-box;
15298
15287
  }
15299
15288
  :host {
15300
- `.concat(t, `;
15301
- }
15302
- fullscreen-container {
15303
- `).concat(t, `;
15289
+ display: block;
15290
+ position: fixed;
15291
+ height: 100%;
15292
+ width: 100%;
15293
+ top: 0;
15294
+ left: 0;
15295
+ overflow: auto;
15296
+ z-index: 100;
15304
15297
  }
15305
15298
  </style>
15306
15299
  <slot />
15307
- `);
15300
+ `;
15308
15301
  }
15309
15302
  }
15310
15303
  const Dje = window.customElements.get("face-capture"), yje = window.customElements.get("face-liveness"), Tje = window.customElements.get("fullscreen-container");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-face-components",
3
- "version": "6.4.1501-nightly",
3
+ "version": "6.4.1502-nightly",
4
4
  "description": "Regula framework agnostic web components to work with webcamera",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/main.iife.js",