@regulaforensics/vp-frontend-face-components 7.2.1817-rc → 7.2.1818-rc
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.iife.js +2 -2
- package/dist/main.js +10 -10
- package/package.json +1 -1
package/dist/main.js
CHANGED
@@ -9905,7 +9905,7 @@ const yL = un.create("main"), rA = {
|
|
9905
9905
|
livenessType: AM.ACTIVE,
|
9906
9906
|
holdStillDuration: void 0,
|
9907
9907
|
timeoutInterval: void 0,
|
9908
|
-
workerPath: "https://wasm-development.regulaforensics.com/face/rc/7.2/
|
9908
|
+
workerPath: "https://wasm-development.regulaforensics.com/face/rc/7.2/af4a87ef-05ea45dce",
|
9909
9909
|
detectOcclusion: !0
|
9910
9910
|
}, TL = (t) => dg(dg({}, rA), {}, {
|
9911
9911
|
onEvent: () => yL('Function "onEvent" not defined.'),
|
@@ -10165,9 +10165,9 @@ function MA(t) {
|
|
10165
10165
|
color: a
|
10166
10166
|
} = t;
|
10167
10167
|
return /* @__PURE__ */ b.jsxs("svg", { width: i || 80, height: i || 80, viewBox: "0 0 86 84", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
10168
|
-
/* @__PURE__ */ b.jsx("ellipse", { cx: "43", cy: "42", rx: "40", ry: "40", transform: "rotate(90 43 42)", stroke: a || "#
|
10169
|
-
/* @__PURE__ */ b.jsx("path", { d: "M41.213 32.6666H45.6663C46.3736 32.6666 47.0519 32.9476 47.552 33.4477C48.0521 33.9478 48.333 34.626 48.333 35.3333V39.7866L49.6663 41.12L57.6663 35.3333V48.6666M48.333 47.3333V48.6666C48.333 49.3739 48.0521 50.0521 47.552 50.5522C47.0519 51.0523 46.3736 51.3333 45.6663 51.3333H30.9997C30.2924 51.3333 29.6142 51.0523 29.1141 50.5522C28.614 50.0521 28.333 49.3739 28.333 48.6666V35.3333C28.333 34.626 28.614 33.9478 29.1141 33.4477C29.6142 32.9476 30.2924 32.6666 30.9997 32.6666H33.6663L48.333 47.3333Z", stroke: a || "#
|
10170
|
-
/* @__PURE__ */ b.jsx("path", { d: "M28.333 27.3334L57.6663 56.6667", stroke: a || "#
|
10168
|
+
/* @__PURE__ */ b.jsx("ellipse", { cx: "43", cy: "42", rx: "40", ry: "40", transform: "rotate(90 43 42)", stroke: a || "#FF0000", strokeWidth: "3" }),
|
10169
|
+
/* @__PURE__ */ b.jsx("path", { d: "M41.213 32.6666H45.6663C46.3736 32.6666 47.0519 32.9476 47.552 33.4477C48.0521 33.9478 48.333 34.626 48.333 35.3333V39.7866L49.6663 41.12L57.6663 35.3333V48.6666M48.333 47.3333V48.6666C48.333 49.3739 48.0521 50.0521 47.552 50.5522C47.0519 51.0523 46.3736 51.3333 45.6663 51.3333H30.9997C30.2924 51.3333 29.6142 51.0523 29.1141 50.5522C28.614 50.0521 28.333 49.3739 28.333 48.6666V35.3333C28.333 34.626 28.614 33.9478 29.1141 33.4477C29.6142 32.9476 30.2924 32.6666 30.9997 32.6666H33.6663L48.333 47.3333Z", stroke: a || "#FF0000", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
10170
|
+
/* @__PURE__ */ b.jsx("path", { d: "M28.333 27.3334L57.6663 56.6667", stroke: a || "#FF0000", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
10171
10171
|
] });
|
10172
10172
|
}
|
10173
10173
|
function OL(t) {
|
@@ -13125,7 +13125,7 @@ class PC {
|
|
13125
13125
|
}
|
13126
13126
|
prepare(i) {
|
13127
13127
|
return it(this, null, function* () {
|
13128
|
-
const a = "Liveness.worker.js", o = me.getState().workerPath, s = QC(o), I = me.getState().workerPath === "https://wasm-development.regulaforensics.com/face/rc/7.2/
|
13128
|
+
const a = "Liveness.worker.js", o = me.getState().workerPath, s = QC(o), I = me.getState().workerPath === "https://wasm-development.regulaforensics.com/face/rc/7.2/af4a87ef-05ea45dce";
|
13129
13129
|
try {
|
13130
13130
|
let l = yield (yield fetch(s + "/" + a)).text();
|
13131
13131
|
I || (l = RO(l, s));
|
@@ -13143,7 +13143,7 @@ class PC {
|
|
13143
13143
|
}), this.worker.postMessage({
|
13144
13144
|
target: "worker-init",
|
13145
13145
|
URL: document.URL,
|
13146
|
-
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/rc/7.2/
|
13146
|
+
currentScriptUrl: "https://wasm-development.regulaforensics.com/face/rc/7.2/af4a87ef-05ea45dce",
|
13147
13147
|
preMain: !0
|
13148
13148
|
}));
|
13149
13149
|
});
|
@@ -13514,7 +13514,7 @@ const XC = 1500, IE = (t) => t * 1e3, zl = un.create("main"), qC = (t) => t ===
|
|
13514
13514
|
metadata: {
|
13515
13515
|
serviceUrl: D || za,
|
13516
13516
|
hostAppId: ux(),
|
13517
|
-
sdkVersion: BA("7.2.
|
13517
|
+
sdkVersion: BA("7.2.1818-rc"),
|
13518
13518
|
deviceModel: "".concat(Mr.osName, "/").concat(Mr.osVersion, " ").concat(Mr.browserName, "/").concat(Mr.fullBrowserVersion),
|
13519
13519
|
camera: x.camera
|
13520
13520
|
}
|
@@ -13524,7 +13524,7 @@ const XC = 1500, IE = (t) => t * 1e3, zl = un.create("main"), qC = (t) => t ===
|
|
13524
13524
|
data: null
|
13525
13525
|
}), zl("Service initialized");
|
13526
13526
|
} else {
|
13527
|
-
const W = CO([...x.sortedDevices.frontCameras, ...x.sortedDevices.backCameras], x.camera.deviceId, BA("7.2.
|
13527
|
+
const W = CO([...x.sortedDevices.frontCameras, ...x.sortedDevices.backCameras], x.camera.deviceId, BA("7.2.1818-rc"), D || za, U);
|
13528
13528
|
Pi.getInitializingData({
|
13529
13529
|
deviceMetadata: W,
|
13530
13530
|
tag: d,
|
@@ -15917,7 +15917,7 @@ class aq extends HTMLElement {
|
|
15917
15917
|
this.dispatchEvent(a), iq("Component event: ".concat(JSON.stringify(a.detail)));
|
15918
15918
|
}
|
15919
15919
|
get version() {
|
15920
|
-
return "".concat("7.2.
|
15920
|
+
return "".concat("7.2.1818-rc".trim());
|
15921
15921
|
}
|
15922
15922
|
set translations(i) {
|
15923
15923
|
this._translations = i, this._mounted && this.render();
|
@@ -16347,7 +16347,7 @@ class dq extends HTMLElement {
|
|
16347
16347
|
});
|
16348
16348
|
}
|
16349
16349
|
get version() {
|
16350
|
-
return "".concat("7.2.
|
16350
|
+
return "".concat("7.2.1818-rc".trim());
|
16351
16351
|
}
|
16352
16352
|
set translations(i) {
|
16353
16353
|
this._translations = i, this._mounted && this.render();
|
package/package.json
CHANGED