@incodetech/web 0.0.0-dev-20260421-2518349 → 0.0.0-dev-20260421-9f82818
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/{documentCapture-BA0fWQ7h.js → documentCapture-0D78ZH3J.js} +1 -1
- package/dist/email/email.es.js +1 -1
- package/dist/{extensibility-UIMO-Q2Q.js → extensibility-yseUdjtQ.js} +14 -14
- package/dist/extensibility.es.js +1 -1
- package/dist/flow/flow.es.js +1 -1
- package/dist/flow/styles.css +2 -3
- package/dist/id/id.es.js +3 -3
- package/dist/id/styles.css +2 -3
- package/dist/{useModuleLoader-DXrS2xGs.js → useModuleLoader-BIkkm1y2.js} +2 -2
- package/dist/workflow/styles.css +2 -3
- package/dist/workflow/workflow.es.js +1 -1
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@ 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-dxwR00fd.js";
|
|
4
4
|
import { t as d } from "./spacer-DCljE53A.js";
|
|
5
5
|
import { t as f } from "./page-D5Mt-0zn.js";
|
|
6
|
-
import { _ as p, c as m, d as h, f as g, l as _, u as v, v as y } from "./extensibility-
|
|
6
|
+
import { _ as p, c as m, d as h, f as g, l as _, u as v, v as y } from "./extensibility-yseUdjtQ.js";
|
|
7
7
|
import { n as b } from "./loadingIcon-wTrHZMGC.js";
|
|
8
8
|
import { t as x } from "./spinner-DyRQfsz_.js";
|
|
9
9
|
import { t as S } from "./button-4-ToV5B_.js";
|
package/dist/email/email.es.js
CHANGED
|
@@ -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-dxwR00fd.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-
|
|
6
|
+
import "../extensibility-yseUdjtQ.js";
|
|
7
7
|
import { t as c } from "../button-4-ToV5B_.js";
|
|
8
8
|
import { t as l } from "../inputComposed-D7vq-JYi.js";
|
|
9
9
|
import { t as u } from "../otpInput-Br-1AWsA.js";
|
|
@@ -661,9 +661,9 @@ var z = ({ stream: e, onCapture: t, disabled: r }) => {
|
|
|
661
661
|
imageUrl: n.previewImageUrl,
|
|
662
662
|
orientation: n.orientation,
|
|
663
663
|
mode: i,
|
|
664
|
-
title: r("
|
|
665
|
-
subtitle: n.needsBackCapture ? r("
|
|
666
|
-
buttonText: n.needsBackCapture ? r("idv2.capture.processing.scanBack") : n.needsFrontCapture ? r("idv2.capture.processing.scanFront") : r("idv2.
|
|
664
|
+
title: r("idv2.capture.processing.successTitle"),
|
|
665
|
+
subtitle: n.needsBackCapture ? r("idv2.capture.processing.successFrontSubtitle") : n.needsFrontCapture ? r("idv2.capture.processing.successBackSubtitleScanFront") : r("idv2.capture.processing.successBackSubtitle"),
|
|
666
|
+
buttonText: n.needsBackCapture ? r("idv2.capture.processing.scanBack") : n.needsFrontCapture ? r("idv2.capture.processing.scanFront") : r("idv2.capture.processing.continue"),
|
|
667
667
|
onButtonClick: () => t.nextStep()
|
|
668
668
|
});
|
|
669
669
|
}, q = ({ manager: t, state: n, ...r }) => {
|
|
@@ -677,7 +677,7 @@ var z = ({ stream: e, onCapture: t, disabled: r }) => {
|
|
|
677
677
|
}), /* @__PURE__ */ u(g, {
|
|
678
678
|
onClick: () => t.reset(),
|
|
679
679
|
"data-testid": "retry-button",
|
|
680
|
-
children: i("idv2.
|
|
680
|
+
children: i("idv2.capture.processing.tryAgain")
|
|
681
681
|
})]
|
|
682
682
|
});
|
|
683
683
|
let a = n.currentMode === "passport" ? "passport" : "id";
|
|
@@ -686,9 +686,9 @@ var z = ({ stream: e, onCapture: t, disabled: r }) => {
|
|
|
686
686
|
imageUrl: n.previewImageUrl,
|
|
687
687
|
orientation: n.orientation,
|
|
688
688
|
mode: a,
|
|
689
|
-
title: n.uploadErrorMessage,
|
|
690
|
-
subtitle: n.uploadErrorDescription,
|
|
691
|
-
buttonText: n.canRetry ? i("idv2.
|
|
689
|
+
title: n.uploadErrorMessage ? i(n.uploadErrorMessage) : void 0,
|
|
690
|
+
subtitle: n.uploadErrorDescription ? i(n.uploadErrorDescription) : void 0,
|
|
691
|
+
buttonText: n.canRetry ? i("idv2.capture.processing.tryAgain") : i("idv2.capture.processing.continue"),
|
|
692
692
|
onButtonClick: () => t.continueFromError(),
|
|
693
693
|
attemptsRemaining: n.attemptsRemaining
|
|
694
694
|
}) : null;
|
|
@@ -803,7 +803,7 @@ var le = ({ detectionStatus: r, mode: i, isCapturing: a }) => {
|
|
|
803
803
|
r.textContent = "";
|
|
804
804
|
}, 3e3);
|
|
805
805
|
}, 50));
|
|
806
|
-
}, []), D = o(() => c(i === "passport" ? "idv2.capture.fillFramePassport" : i === "back" ? "idv2.capture.
|
|
806
|
+
}, []), D = o(() => c(i === "passport" ? "idv2.capture.fillFramePassport" : i === "back" ? "idv2.capture.fillFrameBack" : "idv2.capture.fillFrameFront"), [i, c]);
|
|
807
807
|
return n(() => {
|
|
808
808
|
if (b) {
|
|
809
809
|
g.current = !1;
|
|
@@ -955,13 +955,13 @@ var ye = ({ mode: e, orientation: t }) => {
|
|
|
955
955
|
let e = i === "manualCapture";
|
|
956
956
|
return t === "passport" ? {
|
|
957
957
|
title: g("idv2.capture.fillFramePassport"),
|
|
958
|
-
subtitle: e ? "" : g("idv2.capture.
|
|
958
|
+
subtitle: e ? "" : g("idv2.capture.autoCapture")
|
|
959
959
|
} : t === "back" ? {
|
|
960
|
-
title: g("idv2.capture.
|
|
961
|
-
subtitle: e ? "" : g("idv2.capture.
|
|
960
|
+
title: g("idv2.capture.fillFrameBack"),
|
|
961
|
+
subtitle: e ? "" : g("idv2.capture.autoCapture")
|
|
962
962
|
} : {
|
|
963
|
-
title: g("idv2.capture.
|
|
964
|
-
subtitle: e ? "" : g("idv2.capture.
|
|
963
|
+
title: g("idv2.capture.fillFrameFront"),
|
|
964
|
+
subtitle: e ? "" : g("idv2.capture.autoCapture")
|
|
965
965
|
};
|
|
966
966
|
}
|
|
967
967
|
return null;
|
|
@@ -1131,7 +1131,7 @@ var ye = ({ mode: e, orientation: t }) => {
|
|
|
1131
1131
|
c(e.default);
|
|
1132
1132
|
});
|
|
1133
1133
|
}, [d, f]);
|
|
1134
|
-
let m = i(d ? "idv2.capture.passport.title" : f ? "idv2.backTutorial.title" : "idv2.tutorial.
|
|
1134
|
+
let m = i(d ? "idv2.capture.passport.title" : f ? "idv2.backTutorial.title" : "idv2.tutorial.title"), h = i(d ? "idv2.capture.passport.subtitle" : f ? "idv2.backTutorial.subtitle" : "idv2.tutorial.subtitle"), g = i(f ? "idv2.backTutorial.disclaimer" : "idv2.tutorial.v2.autocapture");
|
|
1135
1135
|
return /* @__PURE__ */ u(w, {
|
|
1136
1136
|
animationData: s,
|
|
1137
1137
|
title: m,
|
package/dist/extensibility.es.js
CHANGED
|
@@ -3,7 +3,7 @@ import { t } from "./uiConfig-CwpQ-IM6.js";
|
|
|
3
3
|
import { a as n, n as r, o as i, t as a } from "./incodeComponent-dxwR00fd.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 } from "./extensibility-
|
|
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 } from "./extensibility-yseUdjtQ.js";
|
|
7
7
|
import { a as E, i as D, n as O, o as k, s as A, t as j } from "./typography-B7nxauEL.js";
|
|
8
8
|
import { t as M } from "./spinner-DyRQfsz_.js";
|
|
9
9
|
import { t as N } from "./processing-BuNhGQnB.js";
|
package/dist/flow/flow.es.js
CHANGED
|
@@ -4,7 +4,7 @@ import { t as s } from "../uiConfig-CwpQ-IM6.js";
|
|
|
4
4
|
import { o as c, t as l } from "../incodeComponent-dxwR00fd.js";
|
|
5
5
|
import { t as u } from "../transitionSpinner-CpwivARH.js";
|
|
6
6
|
import { t as d } from "../incodeModule-BH9gV7jI.js";
|
|
7
|
-
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-
|
|
7
|
+
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-BIkkm1y2.js";
|
|
8
8
|
import { getDeviceClass as w } from "@incodetech/core/device";
|
|
9
9
|
import { getRequiredWasmPipelines as T } from "@incodetech/core/flow";
|
|
10
10
|
import { createSession as E, validateQrUuid as D } from "@incodetech/core/session";
|
package/dist/flow/styles.css
CHANGED
|
@@ -4965,13 +4965,12 @@
|
|
|
4965
4965
|
}
|
|
4966
4966
|
|
|
4967
4967
|
.IncodeIdProcessingLayout {
|
|
4968
|
-
width: 100%;
|
|
4969
|
-
height: 100%;
|
|
4970
|
-
padding: var(--spacing-24, var(--spacing-24, 24px));
|
|
4971
4968
|
background-color: var(--color-surface-neutral-0, var(--surface-neutral-0));
|
|
4972
4969
|
flex-direction: column;
|
|
4973
4970
|
justify-content: center;
|
|
4974
4971
|
align-items: center;
|
|
4972
|
+
width: 100%;
|
|
4973
|
+
height: 100%;
|
|
4975
4974
|
display: flex;
|
|
4976
4975
|
}
|
|
4977
4976
|
|
package/dist/id/id.es.js
CHANGED
|
@@ -2,7 +2,7 @@ import { n as e } from "../i18n-B3g2cb7v.js";
|
|
|
2
2
|
import { _ as t, c as n, l as r, o as i, v as a } from "../vendor-preact-D6SntenC.js";
|
|
3
3
|
import { o, t as s } from "../incodeComponent-dxwR00fd.js";
|
|
4
4
|
import { t as c } from "../page-D5Mt-0zn.js";
|
|
5
|
-
import { a as l, i as u, n as d, o as f, r as p, t as m } from "../extensibility-
|
|
5
|
+
import { a as l, i as u, n as d, o as f, r as p, t as m } from "../extensibility-yseUdjtQ.js";
|
|
6
6
|
import { n as h } from "../loadingIcon-wTrHZMGC.js";
|
|
7
7
|
import { t as g } from "../spinner-DyRQfsz_.js";
|
|
8
8
|
import "../spinner-BmFWJNHp.js";
|
|
@@ -148,8 +148,8 @@ var j = ({ icon: e, label: t, uploaded: n, uploading: i, disabled: o, testId: s,
|
|
|
148
148
|
if (n.phase === "uploading") return /* @__PURE__ */ a(g, {
|
|
149
149
|
fullScreen: !0,
|
|
150
150
|
size: "large",
|
|
151
|
-
title: r("manualIdUpload.
|
|
152
|
-
subtitle: r("
|
|
151
|
+
title: r("manualIdUpload.holdOnASec"),
|
|
152
|
+
subtitle: r("idv2.manualUploadLoading.subtitle"),
|
|
153
153
|
className: "IncodeManualUploadLoading"
|
|
154
154
|
});
|
|
155
155
|
let i = n.showIdTab && n.showPassportTab, o = (e) => {
|
package/dist/id/styles.css
CHANGED
|
@@ -1322,13 +1322,12 @@
|
|
|
1322
1322
|
}
|
|
1323
1323
|
|
|
1324
1324
|
.IncodeIdProcessingLayout {
|
|
1325
|
-
width: 100%;
|
|
1326
|
-
height: 100%;
|
|
1327
|
-
padding: var(--spacing-24, var(--spacing-24, 24px));
|
|
1328
1325
|
background-color: var(--color-surface-neutral-0, var(--surface-neutral-0));
|
|
1329
1326
|
flex-direction: column;
|
|
1330
1327
|
justify-content: center;
|
|
1331
1328
|
align-items: center;
|
|
1329
|
+
width: 100%;
|
|
1330
|
+
height: 100%;
|
|
1332
1331
|
display: flex;
|
|
1333
1332
|
}
|
|
1334
1333
|
|
|
@@ -166,8 +166,8 @@ var A = {
|
|
|
166
166
|
GEOLOCATION: () => import("./geolocation/geolocation.es.js").then((e) => e.Geolocation),
|
|
167
167
|
EXTERNAL_VERIFICATION: () => import("./ekycModule-Bw-Zs4MH.js").then((e) => e.EkycModule),
|
|
168
168
|
EKYB: () => import("./ekybModule-Craxr9wc.js").then((e) => e.EkybModule),
|
|
169
|
-
DOCUMENT_CAPTURE: () => import("./documentCapture-
|
|
170
|
-
ADDRESS: () => import("./documentCapture-
|
|
169
|
+
DOCUMENT_CAPTURE: () => import("./documentCapture-0D78ZH3J.js").then((e) => e.DocumentCapture),
|
|
170
|
+
ADDRESS: () => import("./documentCapture-0D78ZH3J.js").then((e) => e.DocumentCapture),
|
|
171
171
|
COMBINED_CONSENT: () => import("./consent/consent.es.js").then((e) => e.Consent),
|
|
172
172
|
MANDATORY_CONSENT: () => import("./mandatoryConsent-wpJR_1w0.js").then((e) => e.MandatoryConsent),
|
|
173
173
|
SIGNATURE: () => import("./signature/signature.es.js").then((e) => e.Signature),
|
package/dist/workflow/styles.css
CHANGED
|
@@ -4311,13 +4311,12 @@
|
|
|
4311
4311
|
}
|
|
4312
4312
|
|
|
4313
4313
|
.IncodeIdProcessingLayout {
|
|
4314
|
-
width: 100%;
|
|
4315
|
-
height: 100%;
|
|
4316
|
-
padding: var(--spacing-24, var(--spacing-24, 24px));
|
|
4317
4314
|
background-color: var(--color-surface-neutral-0, var(--surface-neutral-0));
|
|
4318
4315
|
flex-direction: column;
|
|
4319
4316
|
justify-content: center;
|
|
4320
4317
|
align-items: center;
|
|
4318
|
+
width: 100%;
|
|
4319
|
+
height: 100%;
|
|
4321
4320
|
display: flex;
|
|
4322
4321
|
}
|
|
4323
4322
|
|
|
@@ -5,7 +5,7 @@ import { o, t as s } from "../incodeComponent-dxwR00fd.js";
|
|
|
5
5
|
import "../spinner-BmFWJNHp.js";
|
|
6
6
|
import { t as c } from "../transitionSpinner-CpwivARH.js";
|
|
7
7
|
import { t as l } from "../incodeModule-BH9gV7jI.js";
|
|
8
|
-
import { a as u, f as d, i as f, m as p, t as m } from "../useModuleLoader-
|
|
8
|
+
import { a as u, f as d, i as f, m as p, t as m } from "../useModuleLoader-BIkkm1y2.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-20260421-
|
|
3
|
+
"version": "0.0.0-dev-20260421-9f82818",
|
|
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-20260421-
|
|
186
|
+
"@incodetech/core": "0.0.0-dev-20260421-9f82818"
|
|
187
187
|
},
|
|
188
188
|
"devDependencies": {
|
|
189
189
|
"@microsoft/api-extractor": "^7.53.3",
|