@incodetech/web 0.0.0-dev-20260529-ab174ea7 → 0.0.0-dev-20260529-318988c7

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.
@@ -31,7 +31,7 @@ var f = ({ config: i, manager: u, onFinish: f }) => {
31
31
  });
32
32
  if (m.status === "success") return /* @__PURE__ */ t(c, {
33
33
  status: "success",
34
- successTitle: p("ineCheck.verified")
34
+ successTitle: p("customFields.completed")
35
35
  });
36
36
  if (m.status === "submitting" || m.status === "inputting") {
37
37
  let e = m.status === "submitting", n = m.status === "inputting" && m.canSubmit;
@@ -5,7 +5,7 @@ import { c as u } from "../hooks-vuWWj6VY.js";
5
5
  import { t as d } from "../incodeComponent-BKDH0iXh.js";
6
6
  import { t as f } from "../transitionSpinner-BWCiDYAb.js";
7
7
  import { t as p } from "../incodeModule-BH9gV7jI.js";
8
- import { _ as m, a as h, c as g, d as _, f as v, h as y, l as b, m as x, n as S, o as C, p as w, r as T, s as E, t as D, u as O, y as k } from "../useModuleLoader-ADkwJ0F9.js";
8
+ import { _ as m, a as h, c as g, d as _, f as v, h as y, l as b, m as x, n as S, o as C, p as w, r as T, s as E, t as D, u as O, y as k } from "../useModuleLoader-DxzrmHe1.js";
9
9
  import { getDeviceClass as A } from "@incodetech/core/device";
10
10
  import { getRequiredWasmPipelines as j } from "@incodetech/core/flow";
11
11
  import { bootstrapSession as M, refreshQrUrlUuid as N } from "@incodetech/core/session";
@@ -841,7 +841,7 @@ var h = () => /* @__PURE__ */ r("svg", {
841
841
  }, "idle") : c.status === "locationAcquired" ? /* @__PURE__ */ r(Y, {
842
842
  icon: h,
843
843
  title: s("geolocation.currentLocation"),
844
- subtitle: c.location,
844
+ subtitle: c.location ?? s("geolocation.unknown"),
845
845
  onContinue: () => l.continue()
846
846
  }, "acquired") : c.status === "permissionDenied" ? /* @__PURE__ */ r(J, {
847
847
  canSkip: c.canSkip,
@@ -240,7 +240,7 @@ var N = {
240
240
  QE_SIGNATURE: () => import("./qe-signature/qe-signature.es.js").then((e) => e.QeSignature),
241
241
  CROSS_DOCUMENT_DATA_MATCH: () => import("./cross-document-data-match/cross-document-data-match.es.js").then((e) => e.CrossDocumentDataMatch),
242
242
  DYNAMIC_FORMS: () => import("./dynamicForms-4OXspsnx.js").then((e) => e.DynamicForms),
243
- FIELD_COMPARISON: () => import("./fieldComparison-CTRInIo3.js").then((e) => e.FieldComparison)
243
+ FIELD_COMPARISON: () => import("./fieldComparison-MFCTA-HG.js").then((e) => e.FieldComparison)
244
244
  };
245
245
  function P() {
246
246
  return O();
@@ -5,7 +5,7 @@ import { c as l } from "../hooks-vuWWj6VY.js";
5
5
  import { t as u } from "../incodeComponent-BKDH0iXh.js";
6
6
  import { t as d } from "../transitionSpinner-BWCiDYAb.js";
7
7
  import { t as f } from "../incodeModule-BH9gV7jI.js";
8
- import { a as p, g as m, i as h, l as g, o as _, s as v, t as y, v as b, y as x } from "../useModuleLoader-ADkwJ0F9.js";
8
+ import { a as p, g as m, i as h, l as g, o as _, s as v, t as y, v as b, y as x } from "../useModuleLoader-DxzrmHe1.js";
9
9
  import { resolveWasmConfig as S, upgradeToWasmHttpClient as C, warmupWasm as w } from "@incodetech/core/wasm";
10
10
  import { getDeviceClass as T } from "@incodetech/core/device";
11
11
  import { bootstrapSession as E, refreshQrUrlUuid as D } from "@incodetech/core/session";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260529-ab174ea7",
3
+ "version": "0.0.0-dev-20260529-318988c7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
@@ -255,7 +255,7 @@
255
255
  "qrcode": "^1.5.4",
256
256
  "signature_pad": "^5.1.3",
257
257
  "tailwindcss": "^4.1.17",
258
- "@incodetech/core": "0.0.0-dev-20260529-ab174ea7"
258
+ "@incodetech/core": "0.0.0-dev-20260529-318988c7"
259
259
  },
260
260
  "devDependencies": {
261
261
  "@microsoft/api-extractor": "^7.53.3",