@incodetech/web 0.0.0-dev-20260420-2d3cdf1 → 0.0.0-dev-20260421-3ad52f4

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.
@@ -1,6 +1,6 @@
1
1
  import { v as e } from "../vendor-preact-D6SntenC.js";
2
2
  import { o as t, t as n } from "../incodeComponent-CutyB4AE.js";
3
- import { n as r, r as i, t as a } from "../tutorial-8ygdgcyM.js";
3
+ import { n as r, r as i, t as a } from "../tutorial-COBXGncR.js";
4
4
  import { t as o } from "../incodeModule-D_r2n18O.js";
5
5
  import { createAuthenticationManager as s } from "@incodetech/core/authentication";
6
6
  //#region src/modules/authentication/authentication.tsx
package/dist/base.css CHANGED
@@ -94,6 +94,13 @@
94
94
  max-width: 100%;
95
95
  height: auto;
96
96
  }
97
+ .IncodeComponent img {
98
+ -webkit-user-select: none;
99
+ user-select: none;
100
+ pointer-events: none;
101
+ touch-action: none;
102
+ -webkit-touch-callout: none;
103
+ }
97
104
  @layer incode-theme;
98
105
  @layer incode-utilities {
99
106
  .\!visible {
@@ -3,12 +3,12 @@ import { S as t, _ as n, h as r, l as i, m as a, p as o, v as s } from "./vendor
3
3
  import { o as c, r as l, t as u } from "./incodeComponent-CutyB4AE.js";
4
4
  import { t as d } from "./spacer-DCljE53A.js";
5
5
  import { t as f } from "./page-D5Mt-0zn.js";
6
- import { c as p, d as m, f as h, l as g, u as _, v, y } from "./extensibility-DX7_C1zQ.js";
6
+ import { c as p, d as m, f as h, l as g, u as _, v, y } from "./extensibility-B6j3S6oZ.js";
7
7
  import { n as b } from "./loadingIcon-HWY04StG.js";
8
8
  import { t as x } from "./spinner-l6dvYqCg.js";
9
9
  import { t as S } from "./button-wmLHLQxG.js";
10
10
  import { a as C, d as w, r as T } from "./icons-G_Ct2lZU.js";
11
- import { o as E, s as D } from "./tutorial-8ygdgcyM.js";
11
+ import { o as E, s as D } from "./tutorial-COBXGncR.js";
12
12
  import { t as O } from "./successIcon-C4GI_9SU.js";
13
13
  import { t as k } from "./incodeModule-D_r2n18O.js";
14
14
  import { createDocumentCaptureManager as A } from "@incodetech/core/document-capture";
@@ -3,7 +3,7 @@ import { _ as t, p as n, v as r } from "../vendor-preact-D6SntenC.js";
3
3
  import { o as i, t as a } from "../incodeComponent-CutyB4AE.js";
4
4
  import { t as o } from "../spacer-DCljE53A.js";
5
5
  import { t as s } from "../page-D5Mt-0zn.js";
6
- import "../extensibility-DX7_C1zQ.js";
6
+ import "../extensibility-B6j3S6oZ.js";
7
7
  import { t as c } from "../button-wmLHLQxG.js";
8
8
  import { t as l } from "../inputComposed-d8s1aPjr.js";
9
9
  import { t as u } from "../otpInput-CRZ2V8VY.js";
@@ -12,7 +12,7 @@ import "./spinner-CFvndzMU.js";
12
12
  import "./processing-CB6Hv9CT.js";
13
13
  import { t as g } from "./button-wmLHLQxG.js";
14
14
  import { i as _, m as v, r as y, s as b, t as x, u as S } from "./icons-G_Ct2lZU.js";
15
- import { a as C, i as w } from "./tutorial-8ygdgcyM.js";
15
+ import { a as C, i as w } from "./tutorial-COBXGncR.js";
16
16
  import { t as T } from "./successIcon-C4GI_9SU.js";
17
17
  import "./verificationResult-Jnh8hLLR.js";
18
18
  import "./inputComposed-d8s1aPjr.js";
@@ -1103,35 +1103,25 @@ var be = ({ mode: e, orientation: t }) => {
1103
1103
  })
1104
1104
  ]
1105
1105
  });
1106
- }), xe = ({ manager: t, state: n }) => {
1107
- let { t: r } = e();
1108
- if (n.captureStatus === "initializing") return /* @__PURE__ */ u(f, {
1109
- hideHeader: !0,
1110
- hideFooterBranding: !0,
1111
- className: "IncodeIdCapturePage",
1112
- children: /* @__PURE__ */ u(h, {
1113
- size: "large",
1114
- title: `${r("webcam.loading")}...`
1115
- })
1116
- });
1117
- if (n.captureStatus === "uploading" && n.previewImageUrl) {
1118
- let e = n.currentMode === "passport" ? "passport" : "id";
1106
+ }), xe = ({ manager: e, state: t }) => {
1107
+ if (t.captureStatus === "uploading" && t.previewImageUrl) {
1108
+ let e = t.currentMode === "passport" ? "passport" : "id";
1119
1109
  return /* @__PURE__ */ u(U, {
1120
- imageUrl: n.previewImageUrl,
1121
- progress: n.uploadProgress ?? 0,
1122
- orientation: n.orientation,
1110
+ imageUrl: t.previewImageUrl,
1111
+ progress: t.uploadProgress ?? 0,
1112
+ orientation: t.orientation,
1123
1113
  mode: e
1124
1114
  });
1125
1115
  }
1126
- return n.captureStatus === "success" && n.previewImageUrl ? /* @__PURE__ */ u(q, {
1127
- manager: t,
1128
- state: n
1129
- }) : n.captureStatus === "uploadError" && n.previewImageUrl ? /* @__PURE__ */ u(J, {
1130
- manager: t,
1131
- state: n
1116
+ return t.captureStatus === "success" && t.previewImageUrl ? /* @__PURE__ */ u(q, {
1117
+ manager: e,
1118
+ state: t
1119
+ }) : t.captureStatus === "uploadError" && t.previewImageUrl ? /* @__PURE__ */ u(J, {
1120
+ manager: e,
1121
+ state: t
1132
1122
  }) : /* @__PURE__ */ u(Se, {
1133
- manager: t,
1134
- state: n
1123
+ manager: e,
1124
+ state: t
1135
1125
  });
1136
1126
  }, Se = ({ manager: e, state: t }) => {
1137
1127
  let r = s(null), i = s(null), a = s(null), o = s(null), c = s(null), [d, p] = l(!1), [m, h] = l(!1);
@@ -3,13 +3,13 @@ import { t } from "./uiConfig-CwpQ-IM6.js";
3
3
  import { a as n, n as r, o as i, t as a } from "./incodeComponent-CutyB4AE.js";
4
4
  import { t as o } from "./spacer-DCljE53A.js";
5
5
  import { t as s } from "./page-D5Mt-0zn.js";
6
- import { _ as c, a as l, c as u, d, f, g as p, h as m, i as h, l as g, m as _, n as v, o as y, p as b, r as x, s as S, t as C, u as w, v as T, y as E } from "./extensibility-DX7_C1zQ.js";
6
+ import { _ as c, a as l, c as u, d, f, g as p, h as m, i as h, l as g, m as _, n as v, o as y, p as b, r as x, s as S, t as C, u as w, v as T, y as E } from "./extensibility-B6j3S6oZ.js";
7
7
  import { a as D, i as O, n as k, o as A, s as j, t as M } from "./typography-CNNFm2Bl.js";
8
8
  import { t as N } from "./spinner-l6dvYqCg.js";
9
9
  import { t as P } from "./processing-CB6Hv9CT.js";
10
10
  import { t as F } from "./button-wmLHLQxG.js";
11
11
  import { a as I, c as L, d as R, f as z, i as B, l as V, m as H, n as U, o as W, p as G, r as K, s as q, t as J, u as Y } from "./icons-G_Ct2lZU.js";
12
- import { a as X, i as Z, n as Q, o as $, r as ee, s as te, t as ne } from "./tutorial-8ygdgcyM.js";
12
+ import { a as X, i as Z, n as Q, o as $, r as ee, s as te, t as ne } from "./tutorial-COBXGncR.js";
13
13
  import { t as re } from "./successIcon-C4GI_9SU.js";
14
14
  import { t as ie } from "./verificationResult-Jnh8hLLR.js";
15
15
  import { n as ae, t as oe } from "./inputComposed-d8s1aPjr.js";
@@ -5,7 +5,7 @@ import { o as c, t as l } from "../incodeComponent-CutyB4AE.js";
5
5
  import { t as u } from "../spinner-l6dvYqCg.js";
6
6
  import "../spinner-CFvndzMU.js";
7
7
  import { t as d } from "../incodeModule-D_r2n18O.js";
8
- import { a as f, c as p, d as m, i as h, l as g, n as _, o as v, p as y, r as b, s as x, t as S, u as C } from "../useModuleLoader-BxdeEDsJ.js";
8
+ import { a as f, c as p, d as m, i as h, l as g, n as _, o as v, p as y, r as b, s as x, t as S, u as C } from "../useModuleLoader-BtBbWhc9.js";
9
9
  import { getDeviceClass as w } from "@incodetech/core/device";
10
10
  import { getRequiredWasmPipelines as T } from "@incodetech/core/flow";
11
11
  import { createSession as E, validateQrUuid as D } from "@incodetech/core/session";
package/dist/id/id.es.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import { n as e } from "../i18n-DhqfF41o.js";
2
2
  import { _ as t, c as n, o as r, v as i } from "../vendor-preact-D6SntenC.js";
3
3
  import { o as a, t as o } from "../incodeComponent-CutyB4AE.js";
4
- import { a as s, i as c, n as l, o as u, r as d, t as f } from "../extensibility-DX7_C1zQ.js";
4
+ import { a as s, i as c, n as l, o as u, r as d, t as f } from "../extensibility-B6j3S6oZ.js";
5
5
  import { t as p } from "../spinner-l6dvYqCg.js";
6
6
  import "../spinner-CFvndzMU.js";
7
7
  import { t as m } from "../processing-CB6Hv9CT.js";
8
- import { r as h } from "../tutorial-8ygdgcyM.js";
8
+ import { r as h } from "../tutorial-COBXGncR.js";
9
9
  import { t as g } from "../incodeModule-D_r2n18O.js";
10
10
  import { createIdCaptureManager as _ } from "@incodetech/core/id";
11
11
  //#region src/shared/fonts/preloadDisplayFont.ts
@@ -30,7 +30,7 @@ var x = n(() => import("../mandatoryConsent-DM10Au24.js").then((e) => ({ default
30
30
  return _({ config: t });
31
31
  }, { manageLifecycle: !n });
32
32
  return y.status === "idle" || y.status === "loading" ? /* @__PURE__ */ i(p, {
33
- subtitle: v("common.loading"),
33
+ title: v("common.loading"),
34
34
  size: "large",
35
35
  fullScreen: !0
36
36
  }) : y.status === "chooser" ? /* @__PURE__ */ i(l, {
@@ -1,7 +1,7 @@
1
1
  import { v as e } from "../vendor-preact-D6SntenC.js";
2
2
  import { o as t, t as n } from "../incodeComponent-CutyB4AE.js";
3
3
  import { t as r } from "../processing-CB6Hv9CT.js";
4
- import { n as i, r as a, t as o } from "../tutorial-8ygdgcyM.js";
4
+ import { n as i, r as a, t as o } from "../tutorial-COBXGncR.js";
5
5
  import { t as s } from "../incodeModule-D_r2n18O.js";
6
6
  import { createSelfieManager as c } from "@incodetech/core/selfie";
7
7
  //#region src/modules/selfie/selfie.tsx
@@ -2098,7 +2098,10 @@ var _e = ({ manager: t, permissionStatus: n }) => {
2098
2098
  hideHeader: !0,
2099
2099
  hideFooterBranding: !0,
2100
2100
  className: "IncodePermissionsRequestingPage",
2101
- children: /* @__PURE__ */ l(y, { size: "large" })
2101
+ children: /* @__PURE__ */ l(y, {
2102
+ size: "large",
2103
+ title: i("common.loading")
2104
+ })
2102
2105
  });
2103
2106
  if (n === "learnMore") return /* @__PURE__ */ l(he, {
2104
2107
  onAllowPermissions: () => t.requestPermission(),
@@ -166,8 +166,8 @@ var A = {
166
166
  GEOLOCATION: () => import("./geolocation/geolocation.es.js").then((e) => e.Geolocation),
167
167
  EXTERNAL_VERIFICATION: () => import("./ekycModule-CqB6X3sB.js").then((e) => e.EkycModule),
168
168
  EKYB: () => import("./ekybModule-CRH3ldkx.js").then((e) => e.EkybModule),
169
- DOCUMENT_CAPTURE: () => import("./documentCapture-CWfimuIW.js").then((e) => e.DocumentCapture),
170
- ADDRESS: () => import("./documentCapture-CWfimuIW.js").then((e) => e.DocumentCapture),
169
+ DOCUMENT_CAPTURE: () => import("./documentCapture-BXa90FgY.js").then((e) => e.DocumentCapture),
170
+ ADDRESS: () => import("./documentCapture-BXa90FgY.js").then((e) => e.DocumentCapture),
171
171
  COMBINED_CONSENT: () => import("./consent/consent.es.js").then((e) => e.Consent),
172
172
  MANDATORY_CONSENT: () => import("./mandatoryConsent-DM10Au24.js").then((e) => e.MandatoryConsent),
173
173
  SIGNATURE: () => import("./signature/signature.es.js").then((e) => e.Signature),
@@ -5,7 +5,7 @@ import { o, t as s } from "../incodeComponent-CutyB4AE.js";
5
5
  import { t as c } from "../spinner-l6dvYqCg.js";
6
6
  import "../spinner-CFvndzMU.js";
7
7
  import { t as l } from "../incodeModule-D_r2n18O.js";
8
- import { a as u, f as d, i as f, m as p, t as m } from "../useModuleLoader-BxdeEDsJ.js";
8
+ import { a as u, f as d, i as f, m as p, t as m } from "../useModuleLoader-BtBbWhc9.js";
9
9
  import { resolveWasmConfig as h, warmupWasm as g } from "@incodetech/core/wasm";
10
10
  import { createWorkflowManager as _ } from "@incodetech/core/workflow";
11
11
  //#region src/modules/workflow/workflowInit.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260420-2d3cdf1",
3
+ "version": "0.0.0-dev-20260421-3ad52f4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -183,7 +183,7 @@
183
183
  "qrcode": "^1.5.4",
184
184
  "signature_pad": "^5.1.3",
185
185
  "tailwindcss": "^4.1.17",
186
- "@incodetech/core": "0.0.0-dev-20260420-2d3cdf1"
186
+ "@incodetech/core": "0.0.0-dev-20260421-3ad52f4"
187
187
  },
188
188
  "devDependencies": {
189
189
  "@microsoft/api-extractor": "^7.53.3",