@regulaforensics/vp-frontend-document-components 7.3.1777-rc → 7.3.1779-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.iife.js +12 -7
- package/dist/main.js +16 -11
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -10087,7 +10087,7 @@ div[data-orientation="portrait"] .tDPItW_left-functional-buttons {
|
|
|
10087
10087
|
transform: translate(-50%)scale(1.1);
|
|
10088
10088
|
}
|
|
10089
10089
|
|
|
10090
|
-
@media (width
|
|
10090
|
+
@media (max-width: 640px) {
|
|
10091
10091
|
.tDPItW_snapshot-button {
|
|
10092
10092
|
padding-bottom: 27px;
|
|
10093
10093
|
}
|
|
@@ -16172,7 +16172,7 @@ function aX(e, t, r, n, i) {
|
|
|
16172
16172
|
}), k = {
|
|
16173
16173
|
platform: "Web",
|
|
16174
16174
|
osVersion: "".concat(RC),
|
|
16175
|
-
sdkVersion: "7.3.
|
|
16175
|
+
sdkVersion: "7.3.1779-nightly".trim(),
|
|
16176
16176
|
hostAppId: (Ee = a.recognizerProcessParam.processParam.backendProcessing) === null || Ee === void 0 ? void 0 : Ee.serviceURL,
|
|
16177
16177
|
userID: eR(mA),
|
|
16178
16178
|
deviceModel: "".concat(Uh, "/").concat(RC, " ").concat(xf, "/").concat(AC),
|
|
@@ -16260,7 +16260,7 @@ function sX(e, t) {
|
|
|
16260
16260
|
var r, n, i = lX(e, t);
|
|
16261
16261
|
if (Object.getOwnPropertySymbols) {
|
|
16262
16262
|
var a = Object.getOwnPropertySymbols(e);
|
|
16263
|
-
for (n = 0; n < a.length; n++) r = a[n], t.
|
|
16263
|
+
for (n = 0; n < a.length; n++) r = a[n], t.includes(r) || {}.propertyIsEnumerable.call(e, r) && (i[r] = e[r]);
|
|
16264
16264
|
}
|
|
16265
16265
|
return i;
|
|
16266
16266
|
}
|
|
@@ -16268,7 +16268,7 @@ function lX(e, t) {
|
|
|
16268
16268
|
if (e == null) return {};
|
|
16269
16269
|
var r = {};
|
|
16270
16270
|
for (var n in e) if ({}.hasOwnProperty.call(e, n)) {
|
|
16271
|
-
if (t.
|
|
16271
|
+
if (t.includes(n)) continue;
|
|
16272
16272
|
r[n] = e[n];
|
|
16273
16273
|
}
|
|
16274
16274
|
return r;
|
|
@@ -16476,6 +16476,7 @@ div[data-direction="ltr"] .xXg_SW_header {
|
|
|
16476
16476
|
.xXg_SW_header button, .xXg_SW_footer button {
|
|
16477
16477
|
cursor: pointer;
|
|
16478
16478
|
text-align: center;
|
|
16479
|
+
-webkit-appearance: none;
|
|
16479
16480
|
appearance: none;
|
|
16480
16481
|
background: none;
|
|
16481
16482
|
border: none;
|
|
@@ -16527,7 +16528,7 @@ div[data-direction="ltr"] .xXg_SW_footer {
|
|
|
16527
16528
|
color: #ffffffe6;
|
|
16528
16529
|
}
|
|
16529
16530
|
|
|
16530
|
-
@media (width
|
|
16531
|
+
@media (max-width: 640px) {
|
|
16531
16532
|
.xXg_SW_window {
|
|
16532
16533
|
border-radius: 0;
|
|
16533
16534
|
width: 100%;
|
|
@@ -16606,6 +16607,7 @@ const qO = `.Vc6t_W_info-message {
|
|
|
16606
16607
|
text-align: center;
|
|
16607
16608
|
font-family: var(--font-family);
|
|
16608
16609
|
color: #fff;
|
|
16610
|
+
-webkit-appearance: none;
|
|
16609
16611
|
appearance: none;
|
|
16610
16612
|
border: none;
|
|
16611
16613
|
border-radius: 2px;
|
|
@@ -16631,7 +16633,7 @@ function _X(e, t) {
|
|
|
16631
16633
|
var r, n, i = dX(e, t);
|
|
16632
16634
|
if (Object.getOwnPropertySymbols) {
|
|
16633
16635
|
var a = Object.getOwnPropertySymbols(e);
|
|
16634
|
-
for (n = 0; n < a.length; n++) r = a[n], t.
|
|
16636
|
+
for (n = 0; n < a.length; n++) r = a[n], t.includes(r) || {}.propertyIsEnumerable.call(e, r) && (i[r] = e[r]);
|
|
16635
16637
|
}
|
|
16636
16638
|
return i;
|
|
16637
16639
|
}
|
|
@@ -16639,7 +16641,7 @@ function dX(e, t) {
|
|
|
16639
16641
|
if (e == null) return {};
|
|
16640
16642
|
var r = {};
|
|
16641
16643
|
for (var n in e) if ({}.hasOwnProperty.call(e, n)) {
|
|
16642
|
-
if (t.
|
|
16644
|
+
if (t.includes(n)) continue;
|
|
16643
16645
|
r[n] = e[n];
|
|
16644
16646
|
}
|
|
16645
16647
|
return r;
|
|
@@ -16758,7 +16760,7 @@ div[data-direction="rtl"] .N1kHRG_buttons button + button {
|
|
|
16758
16760
|
margin-right: 1em;
|
|
16759
16761
|
}
|
|
16760
16762
|
|
|
16761
|
-
@media (width
|
|
16763
|
+
@media (max-width: 640px) {
|
|
16762
16764
|
.N1kHRG_start-window {
|
|
16763
16765
|
padding: 5em 1em 2.5em;
|
|
16764
16766
|
}
|
|
@@ -16951,7 +16953,10 @@ const tD = `.tgb8kW_process-message {
|
|
|
16951
16953
|
margin: auto;
|
|
16952
16954
|
display: block;
|
|
16953
16955
|
position: absolute;
|
|
16954
|
-
|
|
16956
|
+
top: 0;
|
|
16957
|
+
bottom: 0;
|
|
16958
|
+
left: 0;
|
|
16959
|
+
right: 0;
|
|
16955
16960
|
}
|
|
16956
16961
|
|
|
16957
16962
|
.HkDsZq_spinner:before {
|
|
@@ -20275,8 +20280,8 @@ class ZCe {
|
|
|
20275
20280
|
processParam: {}
|
|
20276
20281
|
}), at(this, "imageProcessParam", {
|
|
20277
20282
|
processParam: {}
|
|
20278
|
-
}), at(this, "recognizeListener", null), at(this, "workerPath", "https://wasm.regulaforensics.com/document/
|
|
20279
|
-
component: "7.3.
|
|
20283
|
+
}), at(this, "recognizeListener", null), at(this, "workerPath", "https://wasm.regulaforensics.com/document/nightly/7.3/a301a2e5-2ab4cacd"), at(this, "version", {
|
|
20284
|
+
component: "7.3.1779-nightly".trim()
|
|
20280
20285
|
});
|
|
20281
20286
|
}
|
|
20282
20287
|
get processingListener() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/vp-frontend-document-components",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.1779-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.js",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"test": "jest --testPathPattern=src/tests"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@regulaforensics/document-reader-webclient": "^7.3.
|
|
26
|
+
"@regulaforensics/document-reader-webclient": "^7.3.45-nightly"
|
|
27
27
|
}
|
|
28
28
|
}
|