@regulaforensics/ui-components 7.5.105-nightly → 7.5.109-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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -13424,9 +13424,9 @@ const cN = (t) => {
13424
13424
  status: N
13425
13425
  });
13426
13426
  }), E.forEach((A) => {
13427
- const T = cN(A);
13428
- a.findIndex((O) => O.index === T) !== -1 || a.push({
13429
- index: A,
13427
+ const T = cN(A), O = a.findIndex((N) => N.index === T);
13428
+ typeof T < "u" && O < 0 && a.push({
13429
+ index: T,
13430
13430
  status: Se.NOT_PERFORMED
13431
13431
  });
13432
13432
  }), a.length) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/ui-components",
3
- "version": "7.5.105-nightly",
3
+ "version": "7.5.109-rc",
4
4
  "description": "Regula UI components",
5
5
  "author": "Regula Forensics, Inc.",
6
6
  "license": "MIT",
@@ -51,7 +51,7 @@
51
51
  "react-dom": ">=18.0.0"
52
52
  },
53
53
  "dependencies": {
54
- "@regulaforensics/document-reader-typings": "^7.5.105-nightly",
54
+ "@regulaforensics/document-reader-typings": "^7.5.109-rc",
55
55
  "@uiw/react-json-view": "^2.0.0-alpha.26",
56
56
  "classnames": "^2.5.1",
57
57
  "i18next": "^23.14.0",