@incodetech/web 0.0.0-dev-20260421-1704782 → 0.0.0-dev-20260421-6a42f52
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/base.css +11 -3
- 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/id/id.es.js +3 -3
- package/dist/{useModuleLoader-DXrS2xGs.js → useModuleLoader-BIkkm1y2.js} +2 -2
- package/dist/workflow/workflow.es.js +1 -1
- package/package.json +2 -2
package/dist/base.css
CHANGED
|
@@ -3830,10 +3830,9 @@
|
|
|
3830
3830
|
overflow-y: auto;
|
|
3831
3831
|
}
|
|
3832
3832
|
.IncodeModalRoot .IncodeModalContent {
|
|
3833
|
-
width: 100%;
|
|
3834
|
-
max-width: var(--dialog-content-max-width);
|
|
3835
3833
|
border-radius: var(--radius-large, var(--border-radius-large));
|
|
3836
3834
|
background-color: var(--color-surface-neutral-0, var(--surface-neutral-0));
|
|
3835
|
+
width: 100%;
|
|
3837
3836
|
padding-inline: var(--spacing-16, var(--spacing-16, 16px));
|
|
3838
3837
|
padding-block: var(--spacing-24, var(--spacing-24, 24px));
|
|
3839
3838
|
flex-direction: column;
|
|
@@ -3841,6 +3840,11 @@
|
|
|
3841
3840
|
display: flex;
|
|
3842
3841
|
position: relative;
|
|
3843
3842
|
}
|
|
3843
|
+
@media (min-width: 48rem) {
|
|
3844
|
+
.IncodeModalRoot .IncodeModalContent {
|
|
3845
|
+
max-width: var(--dialog-content-max-width);
|
|
3846
|
+
}
|
|
3847
|
+
}
|
|
3844
3848
|
.IncodeModalRoot .IncodeModalClose {
|
|
3845
3849
|
top: var(--spacing-16, var(--spacing-16, 16px));
|
|
3846
3850
|
right: var(--spacing-16, var(--spacing-16, 16px));
|
|
@@ -4265,13 +4269,17 @@
|
|
|
4265
4269
|
}
|
|
4266
4270
|
.IncodeBottomSheetOverlay .IncodeBottomSheetContainer {
|
|
4267
4271
|
min-height: 100%;
|
|
4268
|
-
max-width: var(--dialog-content-max-width);
|
|
4269
4272
|
padding-inline: var(--spacing-0, var(--spacing-none, 0px));
|
|
4270
4273
|
flex-direction: column;
|
|
4271
4274
|
justify-content: flex-end;
|
|
4272
4275
|
margin-inline: auto;
|
|
4273
4276
|
display: flex;
|
|
4274
4277
|
}
|
|
4278
|
+
@media (min-width: 48rem) {
|
|
4279
|
+
.IncodeBottomSheetOverlay .IncodeBottomSheetContainer {
|
|
4280
|
+
max-width: var(--dialog-content-max-width);
|
|
4281
|
+
}
|
|
4282
|
+
}
|
|
4275
4283
|
.IncodeBottomSheetOverlay .IncodeBottomSheetContainer .IncodeBottomSheet {
|
|
4276
4284
|
border-top-left-radius: var(--radius-x-large, var(--border-radius-x-large));
|
|
4277
4285
|
border-top-right-radius: var(--radius-x-large, var(--border-radius-x-large));
|
|
@@ -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/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) => {
|
|
@@ -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),
|
|
@@ -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-6a42f52",
|
|
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-6a42f52"
|
|
187
187
|
},
|
|
188
188
|
"devDependencies": {
|
|
189
189
|
"@microsoft/api-extractor": "^7.53.3",
|