@regulaforensics/ui-components 9.7.1067-nightly → 9.7.1069-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.
@@ -80400,7 +80400,8 @@ var VB = () => rD("c629d0f0d0896c2f20a19a5ed9ede37b"), HB = {
80400
80400
  }, XB = (e) => {
80401
80401
  let t = /* @__PURE__ */ new Set();
80402
80402
  return e.length === 1 || e.forEach((e, n) => {
80403
- e.checkResult === j.ERROR && t.add(String(n));
80403
+ let r = e.checks.some((e) => e.checkResult === j.ERROR);
80404
+ (e.checkResult === j.ERROR || r) && t.add(String(n));
80404
80405
  }), t;
80405
80406
  };
80406
80407
  J.addResourceBundle("ru-RU", "04e8c85d2208befc9f038ec6fb318388", {
@@ -82525,7 +82526,7 @@ var aH = () => rD("de69905604fe0024fb127e3820099c8f"), oH = {
82525
82526
  }, []), [t]), _ = (e) => JB(d, g[e]);
82526
82527
  return c(() => {
82527
82528
  let t = g.findIndex((e) => e.length > 0);
82528
- t !== -1 && (e(g[t]), o("imageQuality", String(t)));
82529
+ t !== -1 && e(g[t]);
82529
82530
  }, [g]), c(() => () => {
82530
82531
  l("imageQuality");
82531
82532
  }, [t]), /* @__PURE__ */ h(sH, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/ui-components",
3
- "version": "9.7.1067-nightly",
3
+ "version": "9.7.1069-nightly",
4
4
  "description": "Regula UI components",
5
5
  "author": "Regula Forensics, Inc.",
6
6
  "license": "MIT",