@regulaforensics/idv-gui 2.3.149-nightly → 2.3.151-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/main.js +2 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -3983,7 +3983,8 @@ function n9() {
|
|
|
3983
3983
|
}
|
|
3984
3984
|
n9();
|
|
3985
3985
|
function i5(r) {
|
|
3986
|
-
return r.split(
|
|
3986
|
+
return r.split(`
|
|
3987
|
+
`).map(function(e, t, n) {
|
|
3987
3988
|
return n.length === 1 ? /* @__PURE__ */ f.jsx(Br, { children: e }, "label" + t) : n.length === t + 1 ? /* @__PURE__ */ f.jsx(Br, { children: e }, "label" + t) : /* @__PURE__ */ f.jsxs(Br, { children: [
|
|
3988
3989
|
e,
|
|
3989
3990
|
" ",
|
package/package.json
CHANGED