@regulaforensics/ui-components 7.5.204-nightly → 7.5.206-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/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -29895,7 +29895,7 @@ const sUt = () => kt("46965f345be0127fe2100d7a5ca5b1f8"), aUt = "_container_1jxa
|
|
|
29895
29895
|
status: n,
|
|
29896
29896
|
selected: r,
|
|
29897
29897
|
open: n === v.ERROR,
|
|
29898
|
-
collapse: n
|
|
29898
|
+
collapse: n !== v.OK,
|
|
29899
29899
|
onClick: e,
|
|
29900
29900
|
style: s,
|
|
29901
29901
|
children: /* @__PURE__ */ Q("div", { className: $D.container, children: [
|
|
@@ -30079,7 +30079,7 @@ const vUt = () => kt("1aaac47fc3a47ec8802576845df736cc"), gUt = "_content_y30cu_
|
|
|
30079
30079
|
collapse: a,
|
|
30080
30080
|
onClick: O,
|
|
30081
30081
|
children: /* @__PURE__ */ i("div", { className: l_({ [FUt.checks]: !C }), children: _.map((T, N) => {
|
|
30082
|
-
const { checkResult: D, diagnose: l, location: p } = T, m = D
|
|
30082
|
+
const { checkResult: D, diagnose: l, location: p } = T, m = D !== v.OK ? A + 20 : A + 24, d = p && { light: p.light || zh(t), rect: p.rect }, f = d && Uc(e, [{ page: E, path: String(t), checkResult: D, location: d }]), G = d && Pc(d.rect) ? () => r([{ page: E, path: String(t), checkResult: D, location: d }]) : void 0, g = (y) => `${E}/${t}/${y}/${N}`;
|
|
30083
30083
|
if (EC.isBelongs(T))
|
|
30084
30084
|
return /* @__PURE__ */ i(
|
|
30085
30085
|
V0t,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/ui-components",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.206-nightly",
|
|
4
4
|
"description": "Regula UI components",
|
|
5
5
|
"author": "Regula Forensics, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"react-dom": ">=18.0.0"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@regulaforensics/document-reader-typings": "^7.5.
|
|
56
|
+
"@regulaforensics/document-reader-typings": "^7.5.206-nightly",
|
|
57
57
|
"@uiw/react-json-view": "^2.0.0-alpha.30",
|
|
58
58
|
"classnames": "^2.5.1",
|
|
59
59
|
"i18next": "^23.16.5",
|