@regulaforensics/idv-gui 2.3.149-nightly → 2.3.150-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.
Files changed (2) hide show
  1. package/dist/main.js +2 -1
  2. 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("\\n").map(function(e, t, n) {
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/idv-gui",
3
- "version": "2.3.149-nightly",
3
+ "version": "2.3.150-nightly",
4
4
  "description": "Regula framework agnostic web components to work with gui idv",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/main.iife.js",