@incodetech/web 0.0.0-dev-20260429-52782c8 → 0.0.0-dev-20260429-40c87e3

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.
@@ -4,7 +4,7 @@ import { t as c } from "../uiConfig-CwpQ-IM6.js";
4
4
  import { o as l, t as u } from "../incodeComponent-DexcYK3Y.js";
5
5
  import { t as d } from "../transitionSpinner-DqDwaNM6.js";
6
6
  import { t as f } from "../incodeModule-CHzKl22Y.js";
7
- import { a as p, c as m, d as h, i as g, l as _, n as v, o as y, p as b, r as x, s as S, t as C, u as w } from "../useModuleLoader-C3H1IQFS.js";
7
+ import { a as p, c as m, d as h, i as g, l as _, n as v, o as y, p as b, r as x, s as S, t as C, u as w } from "../useModuleLoader-T6BIz-cA.js";
8
8
  import { getDeviceClass as T } from "@incodetech/core/device";
9
9
  import { getRequiredWasmPipelines as E } from "@incodetech/core/flow";
10
10
  import { QrValidationError as D, bootstrapSession as O, refreshQrUrlUuid as k } from "@incodetech/core/session";
@@ -4631,8 +4631,6 @@
4631
4631
  font-weight: var(--typography-headline-h2-weight);
4632
4632
  line-height: var(--typography-headline-h2-line-height);
4633
4633
  letter-spacing: var(--typography-headline-h2-letter-spacing);
4634
- --tw-tracking: -1px;
4635
- letter-spacing: -1px;
4636
4634
  color: var(--color-text-body-primary, var(--text-body-800-primary));
4637
4635
  }
4638
4636
 
@@ -70,7 +70,7 @@ var p = {
70
70
  onRetry: () => l.retry()
71
71
  }) : c.status === "loading" || c.status === "submitting" ? /* @__PURE__ */ t(o, {
72
72
  status: "submitting",
73
- submittingTitle: s("common.processing"),
73
+ submittingTitle: s("common.holdOnASec"),
74
74
  submittingSubtitle: s("idOcr.loadingSubtitle")
75
75
  }) : c.status === "readonly" || c.status === "inputting" ? /* @__PURE__ */ t(i, {
76
76
  title: s("idOcr.title"),
@@ -177,7 +177,7 @@ var M = {
177
177
  COMBINED_CONSENT: () => import("./consent/consent.es.js").then((e) => e.Consent),
178
178
  MANDATORY_CONSENT: () => import("./mandatoryConsent-OCdxJMmo.js").then((e) => e.MandatoryConsent),
179
179
  SIGNATURE: () => import("./signature/signature.es.js").then((e) => e.Signature),
180
- ID_OCR: () => import("./idOcr-DE7m3NhI.js").then((e) => e.IdOcr),
180
+ ID_OCR: () => import("./idOcr-DyEsmJUm.js").then((e) => e.IdOcr),
181
181
  ANTIFRAUD: () => import("./antifraud/antifraud.es.js").then((e) => e.Antifraud),
182
182
  CUSTOM_FIELDS: () => import("./customFields-ClP-OHqQ.js").then((e) => e.CustomFields),
183
183
  WATCHLIST: () => import("./watchlist/watchlist.es.js").then((e) => e.Watchlist),
@@ -3931,8 +3931,6 @@
3931
3931
  font-weight: var(--typography-headline-h2-weight);
3932
3932
  line-height: var(--typography-headline-h2-line-height);
3933
3933
  letter-spacing: var(--typography-headline-h2-letter-spacing);
3934
- --tw-tracking: -1px;
3935
- letter-spacing: -1px;
3936
3934
  color: var(--color-text-body-primary, var(--text-body-800-primary));
3937
3935
  }
3938
3936
 
@@ -5,7 +5,7 @@ import { o, t as s } from "../incodeComponent-DexcYK3Y.js";
5
5
  import "../spinner-BYktSnQZ.js";
6
6
  import { t as c } from "../transitionSpinner-DqDwaNM6.js";
7
7
  import { t as l } from "../incodeModule-CHzKl22Y.js";
8
- import { a as u, f as d, i as f, m as p, t as m } from "../useModuleLoader-C3H1IQFS.js";
8
+ import { a as u, f as d, i as f, m as p, t as m } from "../useModuleLoader-T6BIz-cA.js";
9
9
  import { resolveWasmConfig as h, warmupWasm as g } from "@incodetech/core/wasm";
10
10
  import { QrValidationError as _, refreshQrUrlUuid as v } from "@incodetech/core/session";
11
11
  import { createWorkflowManager as y } from "@incodetech/core/workflow";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260429-52782c8",
3
+ "version": "0.0.0-dev-20260429-40c87e3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -230,7 +230,7 @@
230
230
  "qrcode": "^1.5.4",
231
231
  "signature_pad": "^5.1.3",
232
232
  "tailwindcss": "^4.1.17",
233
- "@incodetech/core": "0.0.0-dev-20260429-52782c8"
233
+ "@incodetech/core": "0.0.0-dev-20260429-40c87e3"
234
234
  },
235
235
  "devDependencies": {
236
236
  "@microsoft/api-extractor": "^7.53.3",