@regulaforensics/ui-components 8.4.660-rc → 8.4.662-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/core/index.cjs +1 -1
- package/dist/core/index.js +2 -1
- package/dist/main/index.cjs +1 -1
- package/dist/main/index.js +2 -1
- package/package.json +2 -2
package/dist/main/index.js
CHANGED
|
@@ -7230,13 +7230,14 @@ function yG() {
|
|
|
7230
7230
|
function r(E) {
|
|
7231
7231
|
return E && E.__esModule ? E : { default: E };
|
|
7232
7232
|
}
|
|
7233
|
-
var s = /^
|
|
7233
|
+
var s = /^[A-Za-z0-9+/]+={0,2}$/, a = /^[A-Za-z0-9+/]+$/, i = /^[A-Za-z0-9_-]+={0,2}$/, c = /^[A-Za-z0-9_-]+$/;
|
|
7234
7234
|
function _(E, l) {
|
|
7235
7235
|
var I;
|
|
7236
7236
|
if ((0, n.default)(E), l = (0, o.default)(l, {
|
|
7237
7237
|
urlSafe: !1,
|
|
7238
7238
|
padding: !((I = l) !== null && I !== void 0 && I.urlSafe)
|
|
7239
7239
|
}), E === "") return !0;
|
|
7240
|
+
if (l.padding && E.length % 4 !== 0) return !1;
|
|
7240
7241
|
var u;
|
|
7241
7242
|
return l.urlSafe ? u = l.padding ? i : c : u = l.padding ? s : a, (!l.padding || E.length % 4 === 0) && u.test(E);
|
|
7242
7243
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/ui-components",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.662-nightly",
|
|
4
4
|
"description": "Regula UI components",
|
|
5
5
|
"author": "Regula Forensics, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@babel/runtime": "^7.28.4",
|
|
44
|
-
"@regulaforensics/document-reader-typings": "^8.4.
|
|
44
|
+
"@regulaforensics/document-reader-typings": "^8.4.662-nightly",
|
|
45
45
|
"@regulaforensics/facesdk-webclient": "^7.1.291",
|
|
46
46
|
"@uiw/react-json-view": "^2.0.0-alpha.39",
|
|
47
47
|
"classnames": "^2.5.1",
|