@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.
@@ -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 && t.add(String(n));
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 && (e(g[t]), o("imageQuality", String(t)));
40181
+ t !== -1 && e(g[t]);
40181
40182
  }, [g]), c(() => () => {
40182
40183
  l("imageQuality");
40183
40184
  }, [t]), /* @__PURE__ */ h(lH, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/ui-components",
3
- "version": "9.7.1068-rc",
3
+ "version": "9.7.1070-rc",
4
4
  "description": "Regula UI components",
5
5
  "author": "Regula Forensics, Inc.",
6
6
  "license": "MIT",