@regulaforensics/ui-components 9.7.1068-rc → 9.7.1070-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/core/index.cjs +1 -1
- package/dist/core/index.js +3 -2
- package/dist/main/index.cjs +1 -1
- package/dist/main/index.js +3 -2
- package/package.json +1 -1
package/dist/main/index.js
CHANGED
|
@@ -39044,7 +39044,8 @@ var UB = () => rD("c629d0f0d0896c2f20a19a5ed9ede37b"), WB = {
|
|
|
39044
39044
|
}, QB = (e) => {
|
|
39045
39045
|
let t = /* @__PURE__ */ new Set();
|
|
39046
39046
|
return e.length === 1 || e.forEach((e, n) => {
|
|
39047
|
-
e.checkResult === j.ERROR
|
|
39047
|
+
let r = e.checks.some((e) => e.checkResult === j.ERROR);
|
|
39048
|
+
(e.checkResult === j.ERROR || r) && t.add(String(n));
|
|
39048
39049
|
}), t;
|
|
39049
39050
|
};
|
|
39050
39051
|
J.addResourceBundle("en-US", "04e8c85d2208befc9f038ec6fb318388", {
|
|
@@ -40177,7 +40178,7 @@ var sH = () => rD("de69905604fe0024fb127e3820099c8f"), cH = {
|
|
|
40177
40178
|
}, []), [t]), _ = (e) => XB(d, g[e]);
|
|
40178
40179
|
return c(() => {
|
|
40179
40180
|
let t = g.findIndex((e) => e.length > 0);
|
|
40180
|
-
t !== -1 &&
|
|
40181
|
+
t !== -1 && e(g[t]);
|
|
40181
40182
|
}, [g]), c(() => () => {
|
|
40182
40183
|
l("imageQuality");
|
|
40183
40184
|
}, [t]), /* @__PURE__ */ h(lH, {
|