@regulaforensics/ui-components 7.5.153-nightly → 7.5.157-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/index.js +4 -10
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -3432,21 +3432,15 @@ var KP = BP, kP = bP, VP = FP, WP = wP, XP = yP, ZP = $P, jP = YP, JP = xP, zP =
|
|
|
3432
3432
|
};
|
|
3433
3433
|
const JT = (t) => {
|
|
3434
3434
|
const _ = typeof atob < "u" ? atob(t) : Buffer.from(t, "base64").toString("binary"), n = new Uint8Array(_.length);
|
|
3435
|
-
for (let
|
|
3436
|
-
n[
|
|
3435
|
+
for (let e = 0; e < _.length; e++)
|
|
3436
|
+
n[e] = _.charCodeAt(e);
|
|
3437
3437
|
let r;
|
|
3438
3438
|
try {
|
|
3439
|
-
|
|
3440
|
-
r = c.length > n.length ? c : n;
|
|
3439
|
+
r = QP.inflate(n);
|
|
3441
3440
|
} catch {
|
|
3442
3441
|
r = n;
|
|
3443
3442
|
}
|
|
3444
|
-
|
|
3445
|
-
for (let c = 0; c < e; c += E) {
|
|
3446
|
-
const a = String.fromCharCode.apply(null, s.slice(c, c + E));
|
|
3447
|
-
o.push(a);
|
|
3448
|
-
}
|
|
3449
|
-
return o.join("");
|
|
3443
|
+
return new TextDecoder("utf-8").decode(r);
|
|
3450
3444
|
}, _E = (t) => typeof t == "object" && t !== null && !Array.isArray(t);
|
|
3451
3445
|
function en(t) {
|
|
3452
3446
|
const _ = Object.prototype.toString.call(t);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/ui-components",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.157-nightly",
|
|
4
4
|
"description": "Regula UI components",
|
|
5
5
|
"author": "Regula Forensics, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"react-dom": ">=18.0.0"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@regulaforensics/document-reader-typings": "^7.5.
|
|
56
|
+
"@regulaforensics/document-reader-typings": "^7.5.157-nightly",
|
|
57
57
|
"@uiw/react-json-view": "^2.0.0-alpha.27",
|
|
58
58
|
"classnames": "^2.5.1",
|
|
59
|
-
"i18next": "^23.15.
|
|
59
|
+
"i18next": "^23.15.2",
|
|
60
60
|
"observable-hooks": "^4.2.4",
|
|
61
61
|
"overlayscrollbars": "^2.10.0",
|
|
62
62
|
"overlayscrollbars-react": "^0.5.6",
|