@incodetech/web 0.0.0-dev-20260803-b5ce6d34 → 0.0.0-dev-20260803-2bd16802
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/ae-signature/ae-signature.es.js +1 -1
- package/dist/{autoFocusTitle-D1GHOAjH.js → autoFocusTitle-CQTmpnAv.js} +2 -1
- package/dist/certificate-issuance/certificate-issuance.es.js +3 -3
- package/dist/{connectionError-DgH_z5kf.js → connectionError-UGTo255E.js} +1 -1
- package/dist/curp-validation/curp-validation.es.js +1 -1
- package/dist/{customFields-CfeNKDc5.js → customFields-DWI74tFf.js} +1 -1
- package/dist/{customWatchlist-CHYUtWKe.js → customWatchlist-Ckz7o7On.js} +1 -1
- package/dist/document-capture/document-capture.es.js +1 -1
- package/dist/{documentCapture-ChmoxnXl.js → documentCapture-BCP4u_L2.js} +2 -2
- package/dist/documentCapture-CnrtheH_.js +2 -0
- package/dist/{dynamicForms-D5lkwGXq.js → dynamicForms-D4FC3w60.js} +2 -2
- package/dist/ekyb/ekyb.es.js +1 -1
- package/dist/{ekybModule-QwZEaF5w.js → ekybModule-BDyJbkUr.js} +2 -2
- package/dist/ekybModule-Dk-OqKSd.js +2 -0
- package/dist/ekyc/ekyc.es.js +1 -1
- package/dist/ekycModule-BH1ozF3X.js +2 -0
- package/dist/{ekycModule-CrdYv1cE.js → ekycModule-Cs_DKhNT.js} +1 -1
- package/dist/electronic-signature/electronic-signature.es.js +1 -1
- package/dist/{electronic-signature-Bfavo-r6.js → electronic-signature-C-u0f9Au.js} +2 -2
- package/dist/email/email.es.js +1 -1
- package/dist/{emailInput-CuffX9J-.js → emailInput-BkuKZnww.js} +1 -1
- package/dist/{extensibility-D4tu352m.js → extensibility-B75_smor.js} +2 -2
- package/dist/extensibility.es.js +3 -3
- package/dist/face-match/styles.css +1 -0
- package/dist/field-comparison/field-comparison.es.js +1 -1
- package/dist/{fieldComparison-CJuwVWT1.js → fieldComparison-7g0Gt-7n.js} +2 -2
- package/dist/fieldComparison-CDmKV96_.js +2 -0
- package/dist/{finalSuccessScreen-BzfPc7PE.js → finalSuccessScreen-CPUu__X8.js} +1 -1
- package/dist/fiscal-qr/fiscal-qr.es.js +2 -2
- package/dist/flow/flow.es.js +2 -2
- package/dist/flow/styles.css +1 -0
- package/dist/geolocation/geolocation.es.js +2 -2
- package/dist/government-validation/government-validation.es.js +3 -3
- package/dist/id/id.es.js +2 -2
- package/dist/id-selfie-flow/id-selfie-flow.es.js +1 -1
- package/dist/{idOcr-DSnzbpAy.js → idOcr-S3FKaH03.js} +2 -2
- package/dist/qe-signature/qe-signature.es.js +1 -1
- package/dist/redirect-to-mobile/redirect-to-mobile.es.js +24 -5
- package/dist/signature/signature.es.js +16 -8
- package/dist/{statusPage-BUedaCa2.js → statusPage-CbYK3HZ1.js} +1 -1
- package/dist/{tabs-DLNEOL_N.js → tabs-DJQmDX1I.js} +2 -1
- package/dist/types/signature.d.ts +5 -2
- package/dist/{useModuleLoader-DZvVeB0l.js → useModuleLoader-pRZU8_Rw.js} +10 -10
- package/dist/{verificationResult-7dnG2xo-.js → verificationResult-DSckmNHE.js} +1 -1
- package/dist/video-selfie/video-selfie.es.js +1 -1
- package/dist/watchlist/watchlist.es.js +1 -1
- package/dist/{watchlistForBusiness-DdgVw02m.js → watchlistForBusiness-D3SoeCF1.js} +1 -1
- package/dist/workflow/styles.css +1 -0
- package/dist/workflow/workflow.es.js +2 -2
- package/package.json +2 -2
- package/dist/documentCapture-Dztskijk.js +0 -2
- package/dist/ekybModule-quhESB0N.js +0 -2
- package/dist/ekycModule-3S5l5GCP.js +0 -2
- package/dist/fieldComparison-CG2GyJGi.js +0 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { v as u } from "../vendor-preact-mvwZ8mJj.js";
|
|
2
2
|
import { r as withStandaloneModuleBootstrap } from "../incodeComponent-OSkicUIt.js";
|
|
3
|
-
import { n as ElectronicSignature } from "../electronic-signature-
|
|
3
|
+
import { n as ElectronicSignature } from "../electronic-signature-C-u0f9Au.js";
|
|
4
4
|
import { t as registerIncodeModuleElement } from "../incodeModule-BE4EvBi8.js";
|
|
5
5
|
//#region src/modules/ae-signature/ae-signature.tsx
|
|
6
6
|
var AeSignatureWithLocalConfig = ({ config, onFinish, onError }) => {
|
|
@@ -13,7 +13,7 @@ import { n as Title } from "./spinner-9U-97vN9.js";
|
|
|
13
13
|
* For page-level headings, prefer `Page`'s `title` prop — it does the
|
|
14
14
|
* same thing, plus provides the `<main>` landmark and visual layout.
|
|
15
15
|
*/
|
|
16
|
-
var AutoFocusTitle = ({ children, className, id, describedById }) => {
|
|
16
|
+
var AutoFocusTitle = ({ children, className, id, "data-testid": dataTestId, describedById }) => {
|
|
17
17
|
const ref = A(null);
|
|
18
18
|
y(() => {
|
|
19
19
|
ref.current?.focus();
|
|
@@ -24,6 +24,7 @@ var AutoFocusTitle = ({ children, className, id, describedById }) => {
|
|
|
24
24
|
tabIndex: -1,
|
|
25
25
|
className,
|
|
26
26
|
"aria-describedby": describedById,
|
|
27
|
+
"data-testid": dataTestId,
|
|
27
28
|
children
|
|
28
29
|
});
|
|
29
30
|
};
|
|
@@ -4,10 +4,10 @@ import { _ as useModuleTerminalCallbacks, o as Page, r as withStandaloneModuleBo
|
|
|
4
4
|
import { t as Spacer } from "../spacer-Dv_GLIg1.js";
|
|
5
5
|
import { o as TypographyH5 } from "../spinner-9U-97vN9.js";
|
|
6
6
|
import { r as Button } from "../incode-logo-DfmsgFwc.js";
|
|
7
|
-
import { y as PasswordInputComposed } from "../extensibility-
|
|
7
|
+
import { y as PasswordInputComposed } from "../extensibility-B75_smor.js";
|
|
8
8
|
import { t as SuccessIcon } from "../successIcon-Bj8Y9CuI.js";
|
|
9
|
-
import { t as AutoFocusTitle } from "../autoFocusTitle-
|
|
10
|
-
import { t as VerificationResult } from "../verificationResult-
|
|
9
|
+
import { t as AutoFocusTitle } from "../autoFocusTitle-CQTmpnAv.js";
|
|
10
|
+
import { t as VerificationResult } from "../verificationResult-DSckmNHE.js";
|
|
11
11
|
import { t as registerIncodeModuleElement } from "../incodeModule-BE4EvBi8.js";
|
|
12
12
|
import { MIN_PASSWORD_LENGTH, PASSWORD_VALIDATION_KEYS, REQUIREMENT_I18N_KEYS, createCertificateIssuanceManager } from "@incodetech/core/certificate-issuance";
|
|
13
13
|
//#region src/modules/certificate-issuance/downloadScreen.tsx
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { i as useTranslation } from "./uiConfig-B5ASPUL4.js";
|
|
2
2
|
import { v as u } from "./vendor-preact-mvwZ8mJj.js";
|
|
3
3
|
import { r as Button } from "./incode-logo-DfmsgFwc.js";
|
|
4
|
-
import { t as StatusPage } from "./statusPage-
|
|
4
|
+
import { t as StatusPage } from "./statusPage-CbYK3HZ1.js";
|
|
5
5
|
//#region src/shared/connectionError/NoNetworkIcon.tsx
|
|
6
6
|
var NoNetworkIcon = ({ size = 32 }) => /* @__PURE__ */ u("svg", {
|
|
7
7
|
width: size,
|
|
@@ -5,7 +5,7 @@ import { t as Spacer } from "../spacer-Dv_GLIg1.js";
|
|
|
5
5
|
import { n as ErrorIcon, r as Button } from "../incode-logo-DfmsgFwc.js";
|
|
6
6
|
import "../icons-B4dc7Tc_.js";
|
|
7
7
|
import { t as SuccessIcon } from "../successIcon-Bj8Y9CuI.js";
|
|
8
|
-
import { t as AutoFocusTitle } from "../autoFocusTitle-
|
|
8
|
+
import { t as AutoFocusTitle } from "../autoFocusTitle-CQTmpnAv.js";
|
|
9
9
|
import { t as InputComposed } from "../inputComposed-CLVhm6Gq.js";
|
|
10
10
|
import { t as DropdownComposed } from "../dropdownComposed-Dlwcx-aR.js";
|
|
11
11
|
import "../dropdownComposed-D5VwrEX-.js";
|
|
@@ -4,7 +4,7 @@ import { _ as useModuleTerminalCallbacks, o as Page, r as withStandaloneModuleBo
|
|
|
4
4
|
import { n as LoadingIcon, t as Spacer } from "./spacer-Dv_GLIg1.js";
|
|
5
5
|
import { r as Button } from "./incode-logo-DfmsgFwc.js";
|
|
6
6
|
import { t as SuccessIcon } from "./successIcon-Bj8Y9CuI.js";
|
|
7
|
-
import { t as StatusPage } from "./statusPage-
|
|
7
|
+
import { t as StatusPage } from "./statusPage-CbYK3HZ1.js";
|
|
8
8
|
import { t as InputComposed } from "./inputComposed-CLVhm6Gq.js";
|
|
9
9
|
import { t as Checkbox } from "./checkbox-CvBuCfQh.js";
|
|
10
10
|
import { t as DateInputComposed } from "./dateInputComposed-P7Qs8RyW.js";
|
|
@@ -3,7 +3,7 @@ import { _ as y, v as u } from "./vendor-preact-mvwZ8mJj.js";
|
|
|
3
3
|
import { _ as useModuleTerminalCallbacks, r as withStandaloneModuleBootstrap, t as IncodeComponent, y as useManager } from "./incodeComponent-OSkicUIt.js";
|
|
4
4
|
import { n as LoadingIcon } from "./spacer-Dv_GLIg1.js";
|
|
5
5
|
import { t as SuccessIcon } from "./successIcon-Bj8Y9CuI.js";
|
|
6
|
-
import { t as StatusPage } from "./statusPage-
|
|
6
|
+
import { t as StatusPage } from "./statusPage-CbYK3HZ1.js";
|
|
7
7
|
import { t as registerIncodeModuleElement } from "./incodeModule-BE4EvBi8.js";
|
|
8
8
|
import { createCustomWatchlistManager } from "@incodetech/core/custom-watchlist";
|
|
9
9
|
//#region src/modules/custom-watchlist/customWatchlist.tsx
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as DocumentCapture } from "../documentCapture-
|
|
1
|
+
import { t as DocumentCapture } from "../documentCapture-BCP4u_L2.js";
|
|
2
2
|
export { DocumentCapture };
|
|
@@ -4,12 +4,12 @@ import { _ as useModuleTerminalCallbacks, m as useIsMobileDeviceWidth, o as Page
|
|
|
4
4
|
import { s as Asset, t as Spacer, u as cn } from "./spacer-Dv_GLIg1.js";
|
|
5
5
|
import { t as Spinner } from "./spinner-9U-97vN9.js";
|
|
6
6
|
import { r as Button } from "./incode-logo-DfmsgFwc.js";
|
|
7
|
-
import { b as ProgressBar, d as CaptureFooter, f as CameraOverlayHeader, p as CameraOverlay } from "./extensibility-
|
|
7
|
+
import { b as ProgressBar, d as CaptureFooter, f as CameraOverlayHeader, p as CameraOverlay } from "./extensibility-B75_smor.js";
|
|
8
8
|
import { a as FileIcon, g as CameraIcon, r as LockIcon } from "./icons-B4dc7Tc_.js";
|
|
9
9
|
import { t as SuccessIcon } from "./successIcon-Bj8Y9CuI.js";
|
|
10
10
|
import { t as Modal } from "./modal-DtPq9tRg.js";
|
|
11
11
|
import { i as ErrorContent } from "./tutorial-DmfT2_ZD.js";
|
|
12
|
-
import { t as AutoFocusTitle } from "./autoFocusTitle-
|
|
12
|
+
import { t as AutoFocusTitle } from "./autoFocusTitle-CQTmpnAv.js";
|
|
13
13
|
import { t as BottomSheet } from "./bottomSheet-Cp8DLulN.js";
|
|
14
14
|
import { a as CameraView, o as CameraFrame } from "./manualCaptureButton-CuYBkH_6.js";
|
|
15
15
|
import { n as Permissions } from "./manualCaptureButton-sP8OSo15.js";
|
|
@@ -2,14 +2,14 @@ import { i as useTranslation } from "./uiConfig-B5ASPUL4.js";
|
|
|
2
2
|
import { d as T, m as g, v as u } from "./vendor-preact-mvwZ8mJj.js";
|
|
3
3
|
import { _ as useModuleTerminalCallbacks, o as Page, r as withStandaloneModuleBootstrap, t as IncodeComponent, y as useManager } from "./incodeComponent-OSkicUIt.js";
|
|
4
4
|
import { r as Button } from "./incode-logo-DfmsgFwc.js";
|
|
5
|
-
import { t as VerificationResult } from "./verificationResult-
|
|
5
|
+
import { t as VerificationResult } from "./verificationResult-DSckmNHE.js";
|
|
6
6
|
import { t as InputComposed } from "./inputComposed-CLVhm6Gq.js";
|
|
7
7
|
import { n as countries, t as PhoneInputComposed } from "./phoneInputComposed-CFgW-FR9.js";
|
|
8
8
|
import { t as DropdownComposed } from "./dropdownComposed-Dlwcx-aR.js";
|
|
9
9
|
import { t as DateInputComposed } from "./dateInputComposed-P7Qs8RyW.js";
|
|
10
10
|
import { t as registerIncodeModuleElement } from "./incodeModule-BE4EvBi8.js";
|
|
11
11
|
import { n as getRequiredHintMode, t as getFieldHint } from "./requiredLabelHint-Dx0WS2cR.js";
|
|
12
|
-
import { t as EmailInput } from "./emailInput-
|
|
12
|
+
import { t as EmailInput } from "./emailInput-BkuKZnww.js";
|
|
13
13
|
import { createDynamicFormsManager } from "@incodetech/core/dynamic-forms";
|
|
14
14
|
import { formatCPF, isValidCPF } from "@incodetech/core/id-ocr";
|
|
15
15
|
//#region src/modules/dynamic-forms/dynamicForms.tsx
|
package/dist/ekyb/ekyb.es.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as EkybModule } from "../ekybModule-
|
|
1
|
+
import { t as EkybModule } from "../ekybModule-BDyJbkUr.js";
|
|
2
2
|
export { EkybModule };
|
|
@@ -4,8 +4,8 @@ import { _ as useModuleTerminalCallbacks, h as useFormScrollable, o as Page, r a
|
|
|
4
4
|
import { t as Spacer } from "./spacer-Dv_GLIg1.js";
|
|
5
5
|
import { t as Spinner } from "./spinner-9U-97vN9.js";
|
|
6
6
|
import { r as Button } from "./incode-logo-DfmsgFwc.js";
|
|
7
|
-
import "./extensibility-
|
|
8
|
-
import { t as VerificationResult } from "./verificationResult-
|
|
7
|
+
import "./extensibility-B75_smor.js";
|
|
8
|
+
import { t as VerificationResult } from "./verificationResult-DSckmNHE.js";
|
|
9
9
|
import { t as InputComposed } from "./inputComposed-CLVhm6Gq.js";
|
|
10
10
|
import { i as translateError, r as FormField } from "./radioGroupComposed-Bx9G6loj.js";
|
|
11
11
|
import { t as DropdownComposed } from "./dropdownComposed-Dlwcx-aR.js";
|
package/dist/ekyc/ekyc.es.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as EkycModule } from "../ekycModule-
|
|
1
|
+
import { t as EkycModule } from "../ekycModule-Cs_DKhNT.js";
|
|
2
2
|
export { EkycModule };
|
|
@@ -3,7 +3,7 @@ import { _ as y, d as T, l as A, v as u } from "./vendor-preact-mvwZ8mJj.js";
|
|
|
3
3
|
import { _ as useModuleTerminalCallbacks, h as useFormScrollable, o as Page, r as withStandaloneModuleBootstrap, t as IncodeComponent, y as useManager } from "./incodeComponent-OSkicUIt.js";
|
|
4
4
|
import { t as Spinner } from "./spinner-9U-97vN9.js";
|
|
5
5
|
import { r as Button } from "./incode-logo-DfmsgFwc.js";
|
|
6
|
-
import { t as VerificationResult } from "./verificationResult-
|
|
6
|
+
import { t as VerificationResult } from "./verificationResult-DSckmNHE.js";
|
|
7
7
|
import { i as translateError, r as FormField, t as RadioGroupComposed } from "./radioGroupComposed-Bx9G6loj.js";
|
|
8
8
|
import { t as PhoneInputComposed } from "./phoneInputComposed-CFgW-FR9.js";
|
|
9
9
|
import { t as DropdownComposed } from "./dropdownComposed-Dlwcx-aR.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as ElectronicSignature, t as AeSignature } from "../electronic-signature-
|
|
1
|
+
import { n as ElectronicSignature, t as AeSignature } from "../electronic-signature-C-u0f9Au.js";
|
|
2
2
|
export { AeSignature, ElectronicSignature };
|
|
@@ -4,8 +4,8 @@ import { _ as useModuleTerminalCallbacks, o as Page, t as IncodeComponent, y as
|
|
|
4
4
|
import { r as Button } from "./incode-logo-DfmsgFwc.js";
|
|
5
5
|
import { d as ChevronLeftIcon, r as LockIcon } from "./icons-B4dc7Tc_.js";
|
|
6
6
|
import { t as SuccessIcon } from "./successIcon-Bj8Y9CuI.js";
|
|
7
|
-
import { t as AutoFocusTitle } from "./autoFocusTitle-
|
|
8
|
-
import { t as VerificationResult } from "./verificationResult-
|
|
7
|
+
import { t as AutoFocusTitle } from "./autoFocusTitle-CQTmpnAv.js";
|
|
8
|
+
import { t as VerificationResult } from "./verificationResult-DSckmNHE.js";
|
|
9
9
|
import { t as Checkbox } from "./checkbox-CvBuCfQh.js";
|
|
10
10
|
import { t as PdfViewer } from "./pdfViewer-CYu11qlC.js";
|
|
11
11
|
import { t as registerIncodeModuleElement } from "./incodeModule-BE4EvBi8.js";
|
package/dist/email/email.es.js
CHANGED
|
@@ -5,7 +5,7 @@ import { t as Spacer } from "../spacer-Dv_GLIg1.js";
|
|
|
5
5
|
import { r as Button } from "../incode-logo-DfmsgFwc.js";
|
|
6
6
|
import { t as OtpInput } from "../otpInput-BXwcWbC7.js";
|
|
7
7
|
import { t as registerIncodeModuleElement } from "../incodeModule-BE4EvBi8.js";
|
|
8
|
-
import { t as EmailInput } from "../emailInput-
|
|
8
|
+
import { t as EmailInput } from "../emailInput-BkuKZnww.js";
|
|
9
9
|
import { createEmailManager } from "@incodetech/core/email";
|
|
10
10
|
//#region src/modules/email/email.tsx
|
|
11
11
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as useTranslation } from "./uiConfig-B5ASPUL4.js";
|
|
2
2
|
import { v as u } from "./vendor-preact-mvwZ8mJj.js";
|
|
3
|
-
import "./extensibility-
|
|
3
|
+
import "./extensibility-B75_smor.js";
|
|
4
4
|
import { t as InputComposed } from "./inputComposed-CLVhm6Gq.js";
|
|
5
5
|
//#region src/modules/email/emailInput.tsx
|
|
6
6
|
var EMAIL_REGEX = /^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/;
|
|
@@ -9,8 +9,8 @@ import { _ as CalendarIcon, c as EllipseIcon, h as CaptureButtonIcon, i as HelpI
|
|
|
9
9
|
import { t as SuccessIcon } from "./successIcon-Bj8Y9CuI.js";
|
|
10
10
|
import { t as Modal } from "./modal-DtPq9tRg.js";
|
|
11
11
|
import { r as BaseTutorial } from "./tutorial-DmfT2_ZD.js";
|
|
12
|
-
import "./verificationResult-
|
|
13
|
-
import "./connectionError-
|
|
12
|
+
import "./verificationResult-DSckmNHE.js";
|
|
13
|
+
import "./connectionError-UGTo255E.js";
|
|
14
14
|
import { t as InputComposed } from "./inputComposed-CLVhm6Gq.js";
|
|
15
15
|
import "./inputComposed-BY8Oxpj8.js";
|
|
16
16
|
import "./otpInput-BXwcWbC7.js";
|
package/dist/extensibility.es.js
CHANGED
|
@@ -3,14 +3,14 @@ import { n as LandscapeBlocker, o as Page, t as IncodeComponent, v as useScreenO
|
|
|
3
3
|
import { o as Lottie, t as Spacer } from "./spacer-Dv_GLIg1.js";
|
|
4
4
|
import { a as TypographyH4, i as TypographyH3, n as Title, o as TypographyH5, r as TypographyH1, s as TypographyP, t as Spinner } from "./spinner-9U-97vN9.js";
|
|
5
5
|
import { n as ErrorIcon, r as Button } from "./incode-logo-DfmsgFwc.js";
|
|
6
|
-
import { _ as TextArea, b as ProgressBar, d as CaptureFooter, f as CameraOverlayHeader, g as TextAreaComposed, h as VerificationOptionCardList, i as Capture, m as VerificationOptionCard, n as Chooser, o as IdExpired, p as CameraOverlay, r as Tutorial, s as IdError, t as FlipAnimation, u as ManualCapture, v as SegmentedDateInput, x as Overlay, y as PasswordInputComposed } from "./extensibility-
|
|
6
|
+
import { _ as TextArea, b as ProgressBar, d as CaptureFooter, f as CameraOverlayHeader, g as TextAreaComposed, h as VerificationOptionCardList, i as Capture, m as VerificationOptionCard, n as Chooser, o as IdExpired, p as CameraOverlay, r as Tutorial, s as IdError, t as FlipAnimation, u as ManualCapture, v as SegmentedDateInput, x as Overlay, y as PasswordInputComposed } from "./extensibility-B75_smor.js";
|
|
7
7
|
import { t as Processing } from "./processing-v72-8SOm.js";
|
|
8
8
|
import { _ as CalendarIcon, a as FileIcon, c as EllipseIcon, d as ChevronLeftIcon, f as ChevronDown, g as CameraIcon, h as CaptureButtonIcon, i as HelpIcon, l as CloseIcon, m as CheckmarkIcon, n as SearchIcon, o as EyeOffIcon, p as CheckmarkCompactIcon, r as LockIcon, s as EyeIcon, t as SvgLightningIcon, u as ChevronRightIcon, v as WarningIcon } from "./icons-B4dc7Tc_.js";
|
|
9
9
|
import { t as SuccessIcon } from "./successIcon-Bj8Y9CuI.js";
|
|
10
10
|
import { t as Modal } from "./modal-DtPq9tRg.js";
|
|
11
11
|
import { i as ErrorContent, n as Capture$1, r as BaseTutorial, t as Tutorial$1 } from "./tutorial-DmfT2_ZD.js";
|
|
12
|
-
import { t as VerificationResult } from "./verificationResult-
|
|
13
|
-
import { t as ConnectionError } from "./connectionError-
|
|
12
|
+
import { t as VerificationResult } from "./verificationResult-DSckmNHE.js";
|
|
13
|
+
import { t as ConnectionError } from "./connectionError-UGTo255E.js";
|
|
14
14
|
import { n as Input, t as InputComposed } from "./inputComposed-CLVhm6Gq.js";
|
|
15
15
|
import { t as OtpInput } from "./otpInput-BXwcWbC7.js";
|
|
16
16
|
import { t as Checkbox } from "./checkbox-CvBuCfQh.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as FieldComparison } from "../fieldComparison-
|
|
1
|
+
import { t as FieldComparison } from "../fieldComparison-7g0Gt-7n.js";
|
|
2
2
|
export { FieldComparison };
|
|
@@ -3,8 +3,8 @@ import { v as u } from "./vendor-preact-mvwZ8mJj.js";
|
|
|
3
3
|
import { _ as useModuleTerminalCallbacks, o as Page, r as withStandaloneModuleBootstrap, t as IncodeComponent, y as useManager } from "./incodeComponent-OSkicUIt.js";
|
|
4
4
|
import { t as Spacer } from "./spacer-Dv_GLIg1.js";
|
|
5
5
|
import { r as Button } from "./incode-logo-DfmsgFwc.js";
|
|
6
|
-
import "./extensibility-
|
|
7
|
-
import { t as VerificationResult } from "./verificationResult-
|
|
6
|
+
import "./extensibility-B75_smor.js";
|
|
7
|
+
import { t as VerificationResult } from "./verificationResult-DSckmNHE.js";
|
|
8
8
|
import { t as InputComposed } from "./inputComposed-CLVhm6Gq.js";
|
|
9
9
|
import { t as registerIncodeModuleElement } from "./incodeModule-BE4EvBi8.js";
|
|
10
10
|
import { createFieldComparisonManager } from "@incodetech/core/field-comparison";
|
|
@@ -6,7 +6,7 @@ import { n as ErrorIcon, r as Button } from "./incode-logo-DfmsgFwc.js";
|
|
|
6
6
|
import "./icons-B4dc7Tc_.js";
|
|
7
7
|
import { t as SuccessIcon } from "./successIcon-Bj8Y9CuI.js";
|
|
8
8
|
import { t as Modal } from "./modal-DtPq9tRg.js";
|
|
9
|
-
import { t as AutoFocusTitle } from "./autoFocusTitle-
|
|
9
|
+
import { t as AutoFocusTitle } from "./autoFocusTitle-CQTmpnAv.js";
|
|
10
10
|
import { n as CaptureNotification, o as CameraFrame, t as ManualCaptureButton } from "./manualCaptureButton-CuYBkH_6.js";
|
|
11
11
|
import { t as ManualCaptureButton$1 } from "./manualCaptureButton-sP8OSo15.js";
|
|
12
12
|
import { checkCameraPermission, requestCameraPermission } from "@incodetech/core/camera";
|
|
@@ -3,8 +3,8 @@ import { v as u } from "../vendor-preact-mvwZ8mJj.js";
|
|
|
3
3
|
import { _ as useModuleTerminalCallbacks, o as Page, r as withStandaloneModuleBootstrap, t as IncodeComponent, y as useManager } from "../incodeComponent-OSkicUIt.js";
|
|
4
4
|
import { t as Spacer } from "../spacer-Dv_GLIg1.js";
|
|
5
5
|
import { r as Button } from "../incode-logo-DfmsgFwc.js";
|
|
6
|
-
import { f as CameraOverlayHeader, p as CameraOverlay } from "../extensibility-
|
|
7
|
-
import { t as VerificationResult } from "../verificationResult-
|
|
6
|
+
import { f as CameraOverlayHeader, p as CameraOverlay } from "../extensibility-B75_smor.js";
|
|
7
|
+
import { t as VerificationResult } from "../verificationResult-DSckmNHE.js";
|
|
8
8
|
import { a as CameraView, o as CameraFrame } from "../manualCaptureButton-CuYBkH_6.js";
|
|
9
9
|
import { t as registerIncodeModuleElement } from "../incodeModule-BE4EvBi8.js";
|
|
10
10
|
import { createFiscalQrManager } from "@incodetech/core/fiscal-qr";
|
package/dist/flow/flow.es.js
CHANGED
|
@@ -2,9 +2,9 @@ import { c as readStoredLanguage, i as useTranslation, t as setUiConfig } from "
|
|
|
2
2
|
import { _ as y, c as z, d as T, l as A, o as P, p as d, v as u } from "../vendor-preact-mvwZ8mJj.js";
|
|
3
3
|
import { a as TerminalErrorPage, i as ResolvedConfigProvider, l as TransitionSpinner, t as IncodeComponent, y as useManager } from "../incodeComponent-OSkicUIt.js";
|
|
4
4
|
import { n as ErrorIcon } from "../incode-logo-DfmsgFwc.js";
|
|
5
|
-
import { t as StatusPage } from "../statusPage-
|
|
5
|
+
import { t as StatusPage } from "../statusPage-CbYK3HZ1.js";
|
|
6
6
|
import { t as registerIncodeModuleElement } from "../incodeModule-BE4EvBi8.js";
|
|
7
|
-
import { _ as warmupWasmIfNeeded, a as resolveApiKey, c as HEADLESS_FLOW_MODULE_KEYS, d as fetchTheme, f as initializeFlowManager, h as preloadRedirectToMobile, l as LAZY_UI_MODULES, m as preloadHomeScreen, n as useModulePreloader, o as extractIncodeStatus, p as preloadFirstModule, r as usePrefetchNextModule, s as UnsupportedModule, t as useModuleLoader, u as createFlowManager, v as isDesktopOrEmulated } from "../useModuleLoader-
|
|
7
|
+
import { _ as warmupWasmIfNeeded, a as resolveApiKey, c as HEADLESS_FLOW_MODULE_KEYS, d as fetchTheme, f as initializeFlowManager, h as preloadRedirectToMobile, l as LAZY_UI_MODULES, m as preloadHomeScreen, n as useModulePreloader, o as extractIncodeStatus, p as preloadFirstModule, r as usePrefetchNextModule, s as UnsupportedModule, t as useModuleLoader, u as createFlowManager, v as isDesktopOrEmulated } from "../useModuleLoader-pRZU8_Rw.js";
|
|
8
8
|
import { getRequiredWasmPipelines } from "@incodetech/core/flow";
|
|
9
9
|
import { bootstrapSession, refreshQrUrlUuid } from "@incodetech/core/session";
|
|
10
10
|
//#region src/shared/processing/useDelayedFlag.ts
|
package/dist/flow/styles.css
CHANGED
|
@@ -3,8 +3,8 @@ import { S as k, v as u } from "../vendor-preact-mvwZ8mJj.js";
|
|
|
3
3
|
import { _ as useModuleTerminalCallbacks, o as Page, r as withStandaloneModuleBootstrap, t as IncodeComponent, y as useManager } from "../incodeComponent-OSkicUIt.js";
|
|
4
4
|
import { t as Spacer } from "../spacer-Dv_GLIg1.js";
|
|
5
5
|
import { r as Button } from "../incode-logo-DfmsgFwc.js";
|
|
6
|
-
import { t as VerificationResult } from "../verificationResult-
|
|
7
|
-
import { t as ConnectionError } from "../connectionError-
|
|
6
|
+
import { t as VerificationResult } from "../verificationResult-DSckmNHE.js";
|
|
7
|
+
import { t as ConnectionError } from "../connectionError-UGTo255E.js";
|
|
8
8
|
import { t as NumberedStep } from "../numberedStep-DUs77Gy3.js";
|
|
9
9
|
import { t as registerIncodeModuleElement } from "../incodeModule-BE4EvBi8.js";
|
|
10
10
|
import { getBrowser, getDeviceClass } from "@incodetech/core/device";
|
|
@@ -2,9 +2,9 @@ import { i as useTranslation } from "../uiConfig-B5ASPUL4.js";
|
|
|
2
2
|
import { S as k, v as u } from "../vendor-preact-mvwZ8mJj.js";
|
|
3
3
|
import { _ as useModuleTerminalCallbacks, o as Page, r as withStandaloneModuleBootstrap, t as IncodeComponent, y as useManager } from "../incodeComponent-OSkicUIt.js";
|
|
4
4
|
import { t as Spacer } from "../spacer-Dv_GLIg1.js";
|
|
5
|
-
import "../extensibility-
|
|
6
|
-
import { t as AutoFocusTitle } from "../autoFocusTitle-
|
|
7
|
-
import { t as VerificationResult } from "../verificationResult-
|
|
5
|
+
import "../extensibility-B75_smor.js";
|
|
6
|
+
import { t as AutoFocusTitle } from "../autoFocusTitle-CQTmpnAv.js";
|
|
7
|
+
import { t as VerificationResult } from "../verificationResult-DSckmNHE.js";
|
|
8
8
|
import { t as OtpInput } from "../otpInput-BXwcWbC7.js";
|
|
9
9
|
import { t as registerIncodeModuleElement } from "../incodeModule-BE4EvBi8.js";
|
|
10
10
|
import { createGovernmentValidationManager } from "@incodetech/core/government-validation";
|
package/dist/id/id.es.js
CHANGED
|
@@ -4,7 +4,7 @@ import { _ as useModuleTerminalCallbacks, d as useTimeoutHandle, l as Transition
|
|
|
4
4
|
import { i as preloadAnimations, r as AnimatedAsset, s as Asset, t as Spacer, u as cn } from "../spacer-Dv_GLIg1.js";
|
|
5
5
|
import { n as Title, t as Spinner } from "../spinner-9U-97vN9.js";
|
|
6
6
|
import { n as ErrorIcon, r as Button } from "../incode-logo-DfmsgFwc.js";
|
|
7
|
-
import { a as IdNoAttempts, b as ProgressBar, c as useIdExperiment, i as Capture, l as CaptureFrame, n as Chooser, o as IdExpired, r as Tutorial, s as IdError, t as FlipAnimation } from "../extensibility-
|
|
7
|
+
import { a as IdNoAttempts, b as ProgressBar, c as useIdExperiment, i as Capture, l as CaptureFrame, n as Chooser, o as IdExpired, r as Tutorial, s as IdError, t as FlipAnimation } from "../extensibility-B75_smor.js";
|
|
8
8
|
import { t as Processing } from "../processing-v72-8SOm.js";
|
|
9
9
|
import { r as LockIcon, u as ChevronRightIcon } from "../icons-B4dc7Tc_.js";
|
|
10
10
|
import { t as SuccessIcon } from "../successIcon-Bj8Y9CuI.js";
|
|
@@ -16,7 +16,7 @@ import { t as SvgIdBackOfCard } from "../id-back-of-card-DO593HH8.js";
|
|
|
16
16
|
import { t as SvgIdBackOfCardVertical } from "../id-back-of-card-vertical-DArEQ0hE.js";
|
|
17
17
|
import { t as SvgIdFrontOfCard } from "../id-front-of-card-Bcit7Pnq.js";
|
|
18
18
|
import { t as SvgIdFrontOfCardVertical } from "../id-front-of-card-vertical-Bcr-KXcl.js";
|
|
19
|
-
import { t as Tabs } from "../tabs-
|
|
19
|
+
import { t as Tabs } from "../tabs-DJQmDX1I.js";
|
|
20
20
|
import { createIdCaptureManager } from "@incodetech/core/id";
|
|
21
21
|
//#region src/shared/fonts/preloadDisplayFont.ts
|
|
22
22
|
function preloadDisplayFont() {
|
|
@@ -5,7 +5,7 @@ import { n as Title } from "../spinner-9U-97vN9.js";
|
|
|
5
5
|
import { a as CameraView, r as preloadCaptureAnimations } from "../manualCaptureButton-CuYBkH_6.js";
|
|
6
6
|
import { n as Permissions } from "../manualCaptureButton-sP8OSo15.js";
|
|
7
7
|
import { t as registerIncodeModuleElement } from "../incodeModule-BE4EvBi8.js";
|
|
8
|
-
import { a as IdFlipModal, c as VideoSelfieTutorial, i as IdMask, l as useVideoSelfiePermissions, n as SwitchingCameraScreen, o as preloadIdFlipAnimation, r as StepsHeader, s as SelfieMask, t as VideoSelfieFinalSuccessScreen } from "../finalSuccessScreen-
|
|
8
|
+
import { a as IdFlipModal, c as VideoSelfieTutorial, i as IdMask, l as useVideoSelfiePermissions, n as SwitchingCameraScreen, o as preloadIdFlipAnimation, r as StepsHeader, s as SelfieMask, t as VideoSelfieFinalSuccessScreen } from "../finalSuccessScreen-CPUu__X8.js";
|
|
9
9
|
import { createIdSelfieFlowManager, resolveIdSelfieFlowConfig, warmupIdSelfieFlowWasm } from "@incodetech/core/id-selfie-flow";
|
|
10
10
|
import { facingModeForStep } from "@incodetech/core/video-selfie";
|
|
11
11
|
//#region src/modules/id-selfie-flow/id-selfie-flow.tsx
|
|
@@ -2,8 +2,8 @@ import { i as useTranslation } from "./uiConfig-B5ASPUL4.js";
|
|
|
2
2
|
import { d as T, v as u } from "./vendor-preact-mvwZ8mJj.js";
|
|
3
3
|
import { _ as useModuleTerminalCallbacks, o as Page, r as withStandaloneModuleBootstrap, t as IncodeComponent, y as useManager } from "./incodeComponent-OSkicUIt.js";
|
|
4
4
|
import { r as Button } from "./incode-logo-DfmsgFwc.js";
|
|
5
|
-
import "./extensibility-
|
|
6
|
-
import { t as VerificationResult } from "./verificationResult-
|
|
5
|
+
import "./extensibility-B75_smor.js";
|
|
6
|
+
import { t as VerificationResult } from "./verificationResult-DSckmNHE.js";
|
|
7
7
|
import { t as InputComposed } from "./inputComposed-CLVhm6Gq.js";
|
|
8
8
|
import { t as RadioGroupComposed } from "./radioGroupComposed-Bx9G6loj.js";
|
|
9
9
|
import { t as DateInputComposed } from "./dateInputComposed-P7Qs8RyW.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { v as u } from "../vendor-preact-mvwZ8mJj.js";
|
|
2
2
|
import { r as withStandaloneModuleBootstrap } from "../incodeComponent-OSkicUIt.js";
|
|
3
|
-
import { n as ElectronicSignature } from "../electronic-signature-
|
|
3
|
+
import { n as ElectronicSignature } from "../electronic-signature-C-u0f9Au.js";
|
|
4
4
|
import { t as registerIncodeModuleElement } from "../incodeModule-BE4EvBi8.js";
|
|
5
5
|
//#region src/modules/qe-signature/qe-signature.tsx
|
|
6
6
|
var QeSignatureWithLocalConfig = ({ config, onFinish, onError }) => {
|
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
import { t as __commonJSMin } from "../rolldown-runtime--E5BIlTp.js";
|
|
2
2
|
import { i as useTranslation, r as Trans } from "../uiConfig-B5ASPUL4.js";
|
|
3
|
-
import { S as k, _ as y, h as q, l as A, p as d, v as u } from "../vendor-preact-mvwZ8mJj.js";
|
|
3
|
+
import { S as k, _ as y, h as q, l as A, m as g, p as d, v as u } from "../vendor-preact-mvwZ8mJj.js";
|
|
4
4
|
import { _ as useModuleTerminalCallbacks, c as usePageUiConfig, l as TransitionSpinner, r as withStandaloneModuleBootstrap, s as VerifiedByIncodeLogo, t as IncodeComponent, y as useManager } from "../incodeComponent-OSkicUIt.js";
|
|
5
5
|
import { t as Spacer } from "../spacer-Dv_GLIg1.js";
|
|
6
6
|
import { n as ErrorIcon, r as Button, t as incode_logo_default } from "../incode-logo-DfmsgFwc.js";
|
|
7
|
-
import "../extensibility-
|
|
7
|
+
import "../extensibility-B75_smor.js";
|
|
8
8
|
import "../icons-B4dc7Tc_.js";
|
|
9
9
|
import { t as SuccessIcon } from "../successIcon-Bj8Y9CuI.js";
|
|
10
|
-
import { t as AutoFocusTitle } from "../autoFocusTitle-
|
|
10
|
+
import { t as AutoFocusTitle } from "../autoFocusTitle-CQTmpnAv.js";
|
|
11
11
|
import { n as formatResendTimer, r as useResendTimerAnnouncements } from "../otpInput-BXwcWbC7.js";
|
|
12
12
|
import { r as getCountryByCallingCode, t as PhoneInputComposed } from "../phoneInputComposed-CFgW-FR9.js";
|
|
13
13
|
import { t as registerIncodeElement } from "../registerIncodeElement-BduCekz5.js";
|
|
14
14
|
import { t as Snackbar } from "../snackbar-DOvKTbQf.js";
|
|
15
|
-
import { t as Tabs } from "../tabs-
|
|
15
|
+
import { t as Tabs } from "../tabs-DJQmDX1I.js";
|
|
16
16
|
import { createRedirectToMobileManager } from "@incodetech/core/redirect-to-mobile";
|
|
17
17
|
//#region src/modules/redirect-to-mobile/redirectHeader.tsx
|
|
18
18
|
var RedirectHeader = ({ logoSrc }) => {
|
|
19
19
|
const { t } = useTranslation();
|
|
20
|
+
const subtitleId = `${g()}-subtitle`;
|
|
20
21
|
return /* @__PURE__ */ u("header", {
|
|
21
22
|
class: "IncodeRedirectHeader",
|
|
22
23
|
children: [
|
|
@@ -32,11 +33,14 @@ var RedirectHeader = ({ logoSrc }) => {
|
|
|
32
33
|
/* @__PURE__ */ u(Spacer, { size: 24 }),
|
|
33
34
|
/* @__PURE__ */ u(AutoFocusTitle, {
|
|
34
35
|
className: "IncodeRedirectTitle",
|
|
36
|
+
describedById: subtitleId,
|
|
35
37
|
children: t("v2.redirectToMobile.title")
|
|
36
38
|
}),
|
|
37
39
|
/* @__PURE__ */ u(Spacer, { size: 12 }),
|
|
38
40
|
/* @__PURE__ */ u("p", {
|
|
41
|
+
id: subtitleId,
|
|
39
42
|
class: "IncodeRedirectSubtitle",
|
|
43
|
+
"data-testid": "redirect-subtitle",
|
|
40
44
|
children: t("v2.redirectToMobile.subtitle")
|
|
41
45
|
})
|
|
42
46
|
]
|
|
@@ -52,6 +56,7 @@ var RedirectFooter = ({ addContinueToDesktop, onContinueOnDesktop }) => {
|
|
|
52
56
|
/* @__PURE__ */ u(Spacer, {}),
|
|
53
57
|
addContinueToDesktop ? /* @__PURE__ */ u("div", {
|
|
54
58
|
class: "IncodeRedirectFooterContent",
|
|
59
|
+
"data-testid": "redirect-footer-content",
|
|
55
60
|
children: [
|
|
56
61
|
/* @__PURE__ */ u("span", {
|
|
57
62
|
class: "IncodeRedirectFooterContentText",
|
|
@@ -61,6 +66,7 @@ var RedirectFooter = ({ addContinueToDesktop, onContinueOnDesktop }) => {
|
|
|
61
66
|
/* @__PURE__ */ u(Button, {
|
|
62
67
|
variant: "secondary",
|
|
63
68
|
onClick: onContinueOnDesktop,
|
|
69
|
+
"data-testid": "redirect-continue-desktop",
|
|
64
70
|
children: t("redirect.continueOnDesktop")
|
|
65
71
|
}),
|
|
66
72
|
/* @__PURE__ */ u(Spacer, { size: 16 })
|
|
@@ -80,6 +86,7 @@ var ResendToast = ({ visible }) => {
|
|
|
80
86
|
if (!visible) return null;
|
|
81
87
|
return /* @__PURE__ */ u("div", {
|
|
82
88
|
class: "IncodeRedirectToast",
|
|
89
|
+
"data-testid": "redirect-resend-toast",
|
|
83
90
|
children: /* @__PURE__ */ u(Snackbar, {
|
|
84
91
|
variant: "positive",
|
|
85
92
|
children: /* @__PURE__ */ u("span", {
|
|
@@ -2538,12 +2545,14 @@ var SmsSentView = ({ formattedPhone, hasError, resendTimer, canResendSms, onRese
|
|
|
2538
2545
|
}),
|
|
2539
2546
|
class: "IncodeSrOnly",
|
|
2540
2547
|
"aria-live": "polite",
|
|
2541
|
-
"aria-atomic": "true"
|
|
2548
|
+
"aria-atomic": "true",
|
|
2549
|
+
"data-testid": "redirect-sms-live-region"
|
|
2542
2550
|
}), hasError ? /* @__PURE__ */ u(k, { children: [
|
|
2543
2551
|
/* @__PURE__ */ u(ErrorIcon, { size: 40 }),
|
|
2544
2552
|
/* @__PURE__ */ u(Spacer, { size: 16 }),
|
|
2545
2553
|
/* @__PURE__ */ u(AutoFocusTitle, {
|
|
2546
2554
|
className: "IncodeRedirectLinkSentTitle",
|
|
2555
|
+
"data-testid": "redirect-sms-status-heading",
|
|
2547
2556
|
children: t("redirect.tooManyAttempts")
|
|
2548
2557
|
}),
|
|
2549
2558
|
/* @__PURE__ */ u(Spacer, { size: 12 }),
|
|
@@ -2567,6 +2576,7 @@ var SmsSentView = ({ formattedPhone, hasError, resendTimer, canResendSms, onRese
|
|
|
2567
2576
|
/* @__PURE__ */ u(Spacer, { size: 16 }),
|
|
2568
2577
|
/* @__PURE__ */ u(AutoFocusTitle, {
|
|
2569
2578
|
className: "IncodeRedirectLinkSentTitle",
|
|
2579
|
+
"data-testid": "redirect-sms-status-heading",
|
|
2570
2580
|
children: t("redirect.linkSent")
|
|
2571
2581
|
}),
|
|
2572
2582
|
/* @__PURE__ */ u(Spacer, { size: 12 }),
|
|
@@ -2618,12 +2628,15 @@ var SmsForm = ({ countryCode, error, isSending, isPhoneValid, onPhoneChange, onS
|
|
|
2618
2628
|
error,
|
|
2619
2629
|
disabled: isSending,
|
|
2620
2630
|
autoFocus: true,
|
|
2631
|
+
autocomplete: "tel",
|
|
2632
|
+
"data-testid": "redirect-sms-phone",
|
|
2621
2633
|
onChange: onPhoneChange
|
|
2622
2634
|
}), /* @__PURE__ */ u(Button, {
|
|
2623
2635
|
onClick: onSendSms,
|
|
2624
2636
|
disabled: !isPhoneValid || isSending,
|
|
2625
2637
|
isLoading: isSending,
|
|
2626
2638
|
class: "IncodeRedirectSmsSendButton",
|
|
2639
|
+
"data-testid": "redirect-sms-send",
|
|
2627
2640
|
children: t("redirect.sendLinkSms")
|
|
2628
2641
|
})] });
|
|
2629
2642
|
};
|
|
@@ -2710,9 +2723,11 @@ var QrScreen = ({ redirectUrl, phonePrefix, smsSent, smsFailed, smsResendTimer,
|
|
|
2710
2723
|
label: t("v2.redirectToMobile.tabs.label"),
|
|
2711
2724
|
children: [/* @__PURE__ */ u(Tabs.Trigger, {
|
|
2712
2725
|
value: "qr",
|
|
2726
|
+
"data-testid": "redirect-tab-qr",
|
|
2713
2727
|
children: t("v2.redirectToMobile.tabs.0")
|
|
2714
2728
|
}), !disableSmsOption && /* @__PURE__ */ u(Tabs.Trigger, {
|
|
2715
2729
|
value: "sms",
|
|
2730
|
+
"data-testid": "redirect-tab-sms",
|
|
2716
2731
|
children: t("v2.redirectToMobile.tabs.1")
|
|
2717
2732
|
})]
|
|
2718
2733
|
})]
|
|
@@ -2748,6 +2763,7 @@ var WaitingScreen = ({ title, subtitle, logoSrc }) => {
|
|
|
2748
2763
|
const { t } = useTranslation();
|
|
2749
2764
|
const displayTitle = title ?? t("verificationComplete.title");
|
|
2750
2765
|
const displaySubtitle = subtitle ?? t("verificationComplete.message");
|
|
2766
|
+
const subtitleId = `${g()}-subtitle`;
|
|
2751
2767
|
return /* @__PURE__ */ u("div", {
|
|
2752
2768
|
class: "IncodeRedirectFinishedContainer",
|
|
2753
2769
|
children: [
|
|
@@ -2759,10 +2775,13 @@ var WaitingScreen = ({ title, subtitle, logoSrc }) => {
|
|
|
2759
2775
|
}),
|
|
2760
2776
|
displayTitle ? /* @__PURE__ */ u(AutoFocusTitle, {
|
|
2761
2777
|
className: "IncodeRedirectFinishedTitle",
|
|
2778
|
+
describedById: displaySubtitle ? subtitleId : void 0,
|
|
2762
2779
|
children: displayTitle
|
|
2763
2780
|
}) : null,
|
|
2764
2781
|
displaySubtitle ? /* @__PURE__ */ u("p", {
|
|
2782
|
+
id: subtitleId,
|
|
2765
2783
|
class: "IncodeRedirectFinishedSubtitle",
|
|
2784
|
+
"data-testid": "redirect-waiting-subtitle",
|
|
2766
2785
|
children: displaySubtitle
|
|
2767
2786
|
}) : null
|
|
2768
2787
|
]
|
|
@@ -3,8 +3,8 @@ import { _ as y, a as D, h as q, l as A, p as d, u as F, v as u } from "../vendo
|
|
|
3
3
|
import { _ as useModuleTerminalCallbacks, o as Page, r as withStandaloneModuleBootstrap, t as IncodeComponent, y as useManager } from "../incodeComponent-OSkicUIt.js";
|
|
4
4
|
import { t as Spacer } from "../spacer-Dv_GLIg1.js";
|
|
5
5
|
import { r as Button } from "../incode-logo-DfmsgFwc.js";
|
|
6
|
-
import "../extensibility-
|
|
7
|
-
import { t as VerificationResult } from "../verificationResult-
|
|
6
|
+
import "../extensibility-B75_smor.js";
|
|
7
|
+
import { t as VerificationResult } from "../verificationResult-DSckmNHE.js";
|
|
8
8
|
import { t as registerIncodeModuleElement } from "../incodeModule-BE4EvBi8.js";
|
|
9
9
|
import { t as _defineProperty } from "../defineProperty-BbpBna-2.js";
|
|
10
10
|
import { createSignatureManager } from "@incodetech/core/signature";
|
|
@@ -784,7 +784,8 @@ var SignatureCanvas = D(({ onBeginStroke, hasDrawing, placeholder, ariaLabel, cu
|
|
|
784
784
|
class: "SignatureCanvas",
|
|
785
785
|
ref: canvasRef,
|
|
786
786
|
role: "img",
|
|
787
|
-
"aria-label": ariaLabel ?? placeholder
|
|
787
|
+
"aria-label": ariaLabel ?? placeholder,
|
|
788
|
+
"data-testid": "signature-canvas"
|
|
788
789
|
}), !hasDrawing && /* @__PURE__ */ u("p", {
|
|
789
790
|
class: "SignatureCanvasPlaceholder",
|
|
790
791
|
"aria-hidden": "true",
|
|
@@ -795,9 +796,12 @@ var SignatureCanvas = D(({ onBeginStroke, hasDrawing, placeholder, ariaLabel, cu
|
|
|
795
796
|
SignatureCanvas.displayName = "SignatureCanvas";
|
|
796
797
|
//#endregion
|
|
797
798
|
//#region src/modules/signature/signature.tsx
|
|
798
|
-
var SignatureContent = ({ config, onFinish, onError }) => {
|
|
799
|
+
var SignatureContent = ({ config, manager: externalManager, onFinish, onError }) => {
|
|
799
800
|
const { t } = useTranslation();
|
|
800
|
-
const [state, manager] = useManager(() => createSignatureManager({ config }), {
|
|
801
|
+
const [state, manager] = useManager(() => externalManager ?? createSignatureManager({ config }), {
|
|
802
|
+
autoLoad: true,
|
|
803
|
+
manageLifecycle: !externalManager
|
|
804
|
+
});
|
|
801
805
|
const [hasDrawing, setHasDrawing] = d(false);
|
|
802
806
|
const [announcement, setAnnouncement] = d("");
|
|
803
807
|
const signatureRef = A(null);
|
|
@@ -886,12 +890,14 @@ var SignatureContent = ({ config, onFinish, onError }) => {
|
|
|
886
890
|
variant: "link",
|
|
887
891
|
disabled: !hasDrawing || isSubmitting,
|
|
888
892
|
onClick: clearCanvas,
|
|
893
|
+
"data-testid": "signature-clear",
|
|
889
894
|
children: t("signature.clear")
|
|
890
895
|
}),
|
|
891
896
|
/* @__PURE__ */ u("span", {
|
|
892
897
|
class: "IncodeSrOnly",
|
|
893
898
|
"aria-live": "polite",
|
|
894
899
|
"aria-atomic": "true",
|
|
900
|
+
"data-testid": "signature-live-region",
|
|
895
901
|
children: announcement
|
|
896
902
|
})
|
|
897
903
|
]
|
|
@@ -902,17 +908,19 @@ var SignatureContent = ({ config, onFinish, onError }) => {
|
|
|
902
908
|
disabled: !canContinue,
|
|
903
909
|
isLoading: isSubmitting,
|
|
904
910
|
onClick: handleContinue,
|
|
911
|
+
"data-testid": "signature-done",
|
|
905
912
|
children: t("signature.done")
|
|
906
913
|
})
|
|
907
914
|
})]
|
|
908
915
|
});
|
|
909
916
|
};
|
|
910
|
-
var SignatureWithLocalConfig = ({ config, onFinish, onError }) => /* @__PURE__ */ u(IncodeComponent, { children:
|
|
917
|
+
var SignatureWithLocalConfig = ({ config = {}, manager, onFinish, onError }) => /* @__PURE__ */ u(IncodeComponent, { children: /* @__PURE__ */ u(SignatureContent, {
|
|
911
918
|
config,
|
|
919
|
+
manager,
|
|
912
920
|
onFinish,
|
|
913
921
|
onError
|
|
914
|
-
})
|
|
915
|
-
var Signature = withStandaloneModuleBootstrap(SignatureWithLocalConfig, "SIGNATURE");
|
|
922
|
+
}) });
|
|
923
|
+
var Signature = withStandaloneModuleBootstrap(SignatureWithLocalConfig, "SIGNATURE", { supportsExternalManager: true });
|
|
916
924
|
registerIncodeModuleElement(Signature, "incode-signature");
|
|
917
925
|
//#endregion
|
|
918
926
|
export { Signature };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { m as g, v as u } from "./vendor-preact-mvwZ8mJj.js";
|
|
2
2
|
import { o as Page } from "./incodeComponent-OSkicUIt.js";
|
|
3
3
|
import { t as Spacer } from "./spacer-Dv_GLIg1.js";
|
|
4
|
-
import { t as AutoFocusTitle } from "./autoFocusTitle-
|
|
4
|
+
import { t as AutoFocusTitle } from "./autoFocusTitle-CQTmpnAv.js";
|
|
5
5
|
//#region src/shared/statusPage/statusPage.tsx
|
|
6
6
|
var StatusPage = ({ variant, icon, title, subtitle, hideFooterBranding, actions, isLive }) => {
|
|
7
7
|
const subtitleId = `${g()}-subtitle`;
|
|
@@ -42,7 +42,7 @@ var TabsList = ({ label, labelledBy, children }) => {
|
|
|
42
42
|
children
|
|
43
43
|
});
|
|
44
44
|
};
|
|
45
|
-
var TabsTrigger = ({ value, disabled, children }) => {
|
|
45
|
+
var TabsTrigger = ({ value, disabled, "data-testid": dataTestId, children }) => {
|
|
46
46
|
const { baseId, activeValue, setActiveValue, orientation, activation, triggerClassName, activeTriggerClassName } = useTabsContext();
|
|
47
47
|
const selected = activeValue === value;
|
|
48
48
|
const handleKeyDown = (event) => {
|
|
@@ -77,6 +77,7 @@ var TabsTrigger = ({ value, disabled, children }) => {
|
|
|
77
77
|
tabIndex: selected ? 0 : -1,
|
|
78
78
|
disabled,
|
|
79
79
|
"data-value": value,
|
|
80
|
+
"data-testid": dataTestId,
|
|
80
81
|
class: cn(triggerClassName, selected && activeTriggerClassName),
|
|
81
82
|
onClick: () => setActiveValue(value),
|
|
82
83
|
onKeyDown: handleKeyDown,
|
|
@@ -2,6 +2,7 @@ import { DeepPartial } from '@incodetech/core/flow';
|
|
|
2
2
|
import { FC } from 'preact/compat';
|
|
3
3
|
import { FunctionComponent } from 'preact';
|
|
4
4
|
import { SignatureConfig } from '@incodetech/core/signature';
|
|
5
|
+
import { SignatureManager } from '@incodetech/core/signature';
|
|
5
6
|
import { SVGProps } from 'preact/compat';
|
|
6
7
|
|
|
7
8
|
/**
|
|
@@ -134,7 +135,7 @@ export declare const Signature: FC<Omit<SignatureProps, "config"> & {
|
|
|
134
135
|
config?: (Omit<unknown, never> & DeepPartial<Pick<unknown, never>>) | undefined;
|
|
135
136
|
}>;
|
|
136
137
|
|
|
137
|
-
declare type SignatureProps = IncodeModuleProps<SignatureConfig>;
|
|
138
|
+
declare type SignatureProps = IncodeModuleProps<SignatureConfig, void, SignatureManager>;
|
|
138
139
|
|
|
139
140
|
/** An SVG imported as a Preact component (the `?react` import shape). */
|
|
140
141
|
declare type SvgComponent = FunctionComponent<SVGProps<SVGSVGElement>>;
|
|
@@ -143,6 +144,8 @@ export { }
|
|
|
143
144
|
|
|
144
145
|
declare global {
|
|
145
146
|
interface HTMLElementTagNameMap {
|
|
146
|
-
'incode-signature': HTMLElement & IncodeModuleProps<SignatureConfig
|
|
147
|
+
'incode-signature': HTMLElement & IncodeModuleProps<SignatureConfig,
|
|
148
|
+
void,
|
|
149
|
+
SignatureManager>;
|
|
147
150
|
}
|
|
148
151
|
}
|
|
@@ -83,26 +83,26 @@ var LAZY_UI_MODULES = {
|
|
|
83
83
|
GOVT_VALIDATION_PROVISIONING: () => import("./government-validation/government-validation.es.js").then((m) => m.GovernmentValidation),
|
|
84
84
|
INE_VALIDATION: () => import("./government-validation/government-validation.es.js").then((m) => m.GovernmentValidation),
|
|
85
85
|
GEOLOCATION: () => import("./geolocation/geolocation.es.js").then((m) => m.Geolocation),
|
|
86
|
-
EXTERNAL_VERIFICATION: () => import("./ekycModule-
|
|
87
|
-
EKYB: () => import("./ekybModule-
|
|
88
|
-
DOCUMENT_CAPTURE: () => import("./documentCapture-
|
|
89
|
-
ADDRESS: () => import("./documentCapture-
|
|
86
|
+
EXTERNAL_VERIFICATION: () => import("./ekycModule-BH1ozF3X.js").then((m) => m.EkycModule),
|
|
87
|
+
EKYB: () => import("./ekybModule-Dk-OqKSd.js").then((m) => m.EkybModule),
|
|
88
|
+
DOCUMENT_CAPTURE: () => import("./documentCapture-CnrtheH_.js").then((m) => m.DocumentCapture),
|
|
89
|
+
ADDRESS: () => import("./documentCapture-CnrtheH_.js").then((m) => m.DocumentCapture),
|
|
90
90
|
COMBINED_CONSENT: () => import("./consent/consent.es.js").then((m) => m.Consent),
|
|
91
91
|
MANDATORY_CONSENT: () => import("./mandatoryConsent-5xeUtj4a.js").then((m) => m.MandatoryConsent),
|
|
92
92
|
ML_CONSENT: () => import("./mandatoryConsent-5xeUtj4a.js").then((m) => m.MandatoryConsent),
|
|
93
93
|
SIGNATURE: () => import("./signature/signature.es.js").then((m) => m.Signature),
|
|
94
|
-
ID_OCR: () => import("./idOcr-
|
|
94
|
+
ID_OCR: () => import("./idOcr-S3FKaH03.js").then((m) => m.IdOcr),
|
|
95
95
|
ANTIFRAUD: () => import("./antifraud/antifraud.es.js").then((m) => m.Antifraud),
|
|
96
|
-
CUSTOM_FIELDS: () => import("./customFields-
|
|
96
|
+
CUSTOM_FIELDS: () => import("./customFields-DWI74tFf.js").then((m) => m.CustomFields),
|
|
97
97
|
WATCHLIST: () => import("./watchlist/watchlist.es.js").then((m) => m.Watchlist),
|
|
98
|
-
WATCHLIST_BUSINESS: () => import("./watchlistForBusiness-
|
|
99
|
-
INCODE_WATCHLIST: () => import("./customWatchlist-
|
|
98
|
+
WATCHLIST_BUSINESS: () => import("./watchlistForBusiness-D3SoeCF1.js").then((m) => m.WatchlistForBusiness),
|
|
99
|
+
INCODE_WATCHLIST: () => import("./customWatchlist-Ckz7o7On.js").then((m) => m.CustomWatchlist),
|
|
100
100
|
AE_SIGNATURE: () => import("./ae-signature/ae-signature.es.js").then((m) => m.AeSignature),
|
|
101
101
|
QE_SIGNATURE: () => import("./qe-signature/qe-signature.es.js").then((m) => m.QeSignature),
|
|
102
102
|
CROSS_DOCUMENT_DATA_MATCH: () => import("./cross-document-data-match/cross-document-data-match.es.js").then((m) => m.CrossDocumentDataMatch),
|
|
103
|
-
DYNAMIC_FORMS: () => import("./dynamicForms-
|
|
103
|
+
DYNAMIC_FORMS: () => import("./dynamicForms-D4FC3w60.js").then((m) => m.DynamicForms),
|
|
104
104
|
CERTIFICATE_ISSUANCE: () => import("./certificate-issuance/certificate-issuance.es.js").then((m) => m.CertificateIssuance),
|
|
105
|
-
FIELD_COMPARISON: () => import("./fieldComparison-
|
|
105
|
+
FIELD_COMPARISON: () => import("./fieldComparison-CDmKV96_.js").then((m) => m.FieldComparison),
|
|
106
106
|
FISCAL_QR: () => import("./fiscal-qr/fiscal-qr.es.js").then((m) => m.FiscalQr),
|
|
107
107
|
VIDEO_ONBOARDING: () => import("./video-selfie/video-selfie.es.js").then((m) => m.VideoSelfie)
|
|
108
108
|
};
|
|
@@ -6,7 +6,7 @@ import { t as Spinner } from "./spinner-9U-97vN9.js";
|
|
|
6
6
|
import { n as ErrorIcon, r as Button } from "./incode-logo-DfmsgFwc.js";
|
|
7
7
|
import { v as WarningIcon } from "./icons-B4dc7Tc_.js";
|
|
8
8
|
import { t as SuccessIcon } from "./successIcon-Bj8Y9CuI.js";
|
|
9
|
-
import { t as AutoFocusTitle } from "./autoFocusTitle-
|
|
9
|
+
import { t as AutoFocusTitle } from "./autoFocusTitle-CQTmpnAv.js";
|
|
10
10
|
//#region src/shared/verificationResult/verificationResult.tsx
|
|
11
11
|
var SUBTITLE_ID = "IncodeVerificationResultSubtitle";
|
|
12
12
|
var VerificationResult = ({ status, submittingTitle, successTitle, failureTitle, warningTitle, submittingSubtitle, errorMessage, onRetry, onSkip, retryLabel, skipLabel, hideFooterBranding = true, footerBrandingSlot }) => {
|
|
@@ -9,7 +9,7 @@ import { t as SuccessIcon } from "../successIcon-Bj8Y9CuI.js";
|
|
|
9
9
|
import { a as CameraView, r as preloadCaptureAnimations } from "../manualCaptureButton-CuYBkH_6.js";
|
|
10
10
|
import { n as Permissions } from "../manualCaptureButton-sP8OSo15.js";
|
|
11
11
|
import { t as registerIncodeModuleElement } from "../incodeModule-BE4EvBi8.js";
|
|
12
|
-
import { a as IdFlipModal, c as VideoSelfieTutorial, i as IdMask, l as useVideoSelfiePermissions, n as SwitchingCameraScreen, o as preloadIdFlipAnimation, r as StepsHeader, s as SelfieMask, t as VideoSelfieFinalSuccessScreen } from "../finalSuccessScreen-
|
|
12
|
+
import { a as IdFlipModal, c as VideoSelfieTutorial, i as IdMask, l as useVideoSelfiePermissions, n as SwitchingCameraScreen, o as preloadIdFlipAnimation, r as StepsHeader, s as SelfieMask, t as VideoSelfieFinalSuccessScreen } from "../finalSuccessScreen-CPUu__X8.js";
|
|
13
13
|
import { eventModuleNames, eventScreenNames, screenEvent, videoSelfieEvents } from "@incodetech/core/events";
|
|
14
14
|
import { createConsentRecorder, createVideoSelfieCameraWarmer, createVideoSelfieRecordingManager, facingModeForStep, getVideoSelfieQuestions, getVoiceConsentPhrase, resolveVideoSelfieSteps, warmupVideoSelfieWasm } from "@incodetech/core/video-selfie";
|
|
15
15
|
//#region src/modules/video-selfie/poaMask.tsx
|
|
@@ -3,7 +3,7 @@ import { _ as y, v as u } from "../vendor-preact-mvwZ8mJj.js";
|
|
|
3
3
|
import { _ as useModuleTerminalCallbacks, r as withStandaloneModuleBootstrap, t as IncodeComponent, y as useManager } from "../incodeComponent-OSkicUIt.js";
|
|
4
4
|
import { n as LoadingIcon } from "../spacer-Dv_GLIg1.js";
|
|
5
5
|
import { t as SuccessIcon } from "../successIcon-Bj8Y9CuI.js";
|
|
6
|
-
import { t as StatusPage } from "../statusPage-
|
|
6
|
+
import { t as StatusPage } from "../statusPage-CbYK3HZ1.js";
|
|
7
7
|
import { t as registerIncodeModuleElement } from "../incodeModule-BE4EvBi8.js";
|
|
8
8
|
import { createWatchlistManager } from "@incodetech/core/watchlist";
|
|
9
9
|
//#region src/modules/watchlist/watchlist.tsx
|
|
@@ -4,7 +4,7 @@ import { _ as useModuleTerminalCallbacks, o as Page, r as withStandaloneModuleBo
|
|
|
4
4
|
import { n as LoadingIcon } from "./spacer-Dv_GLIg1.js";
|
|
5
5
|
import { r as Button } from "./incode-logo-DfmsgFwc.js";
|
|
6
6
|
import { t as SuccessIcon } from "./successIcon-Bj8Y9CuI.js";
|
|
7
|
-
import { t as StatusPage } from "./statusPage-
|
|
7
|
+
import { t as StatusPage } from "./statusPage-CbYK3HZ1.js";
|
|
8
8
|
import { t as InputComposed } from "./inputComposed-CLVhm6Gq.js";
|
|
9
9
|
import { t as registerIncodeModuleElement } from "./incodeModule-BE4EvBi8.js";
|
|
10
10
|
import { t as CountrySelector } from "./countrySelector--5xoap3n.js";
|
package/dist/workflow/styles.css
CHANGED
|
@@ -2,9 +2,9 @@ import { c as readStoredLanguage, i as useTranslation, t as setUiConfig } from "
|
|
|
2
2
|
import { _ as y, c as z, l as A, o as P, p as d, v as u } from "../vendor-preact-mvwZ8mJj.js";
|
|
3
3
|
import { i as fetchAndApplyTheme } from "../dashboardTheme-CVliZSR-.js";
|
|
4
4
|
import { a as TerminalErrorPage, i as ResolvedConfigProvider, l as TransitionSpinner, o as Page, t as IncodeComponent, y as useManager } from "../incodeComponent-OSkicUIt.js";
|
|
5
|
-
import { t as AutoFocusTitle } from "../autoFocusTitle-
|
|
5
|
+
import { t as AutoFocusTitle } from "../autoFocusTitle-CQTmpnAv.js";
|
|
6
6
|
import { t as registerIncodeModuleElement } from "../incodeModule-BE4EvBi8.js";
|
|
7
|
-
import { a as resolveApiKey, g as setupSDK, i as HEADLESS_WORKFLOW_MODULE_KEYS, l as LAZY_UI_MODULES, o as extractIncodeStatus, s as UnsupportedModule, t as useModuleLoader, v as isDesktopOrEmulated } from "../useModuleLoader-
|
|
7
|
+
import { a as resolveApiKey, g as setupSDK, i as HEADLESS_WORKFLOW_MODULE_KEYS, l as LAZY_UI_MODULES, o as extractIncodeStatus, s as UnsupportedModule, t as useModuleLoader, v as isDesktopOrEmulated } from "../useModuleLoader-pRZU8_Rw.js";
|
|
8
8
|
import { resolveWasmConfig, upgradeToWasmHttpClient, warmupWasm } from "@incodetech/core/wasm";
|
|
9
9
|
import { classifyScoreStatus } from "@incodetech/core/flow";
|
|
10
10
|
import { bootstrapSession, refreshQrUrlUuid } 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-20260803-
|
|
3
|
+
"version": "0.0.0-dev-20260803-2bd16802",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"qrcode": "^1.5.4",
|
|
293
293
|
"signature_pad": "^5.1.3",
|
|
294
294
|
"tailwindcss": "^4.1.17",
|
|
295
|
-
"@incodetech/core": "0.0.0-dev-20260803-
|
|
295
|
+
"@incodetech/core": "0.0.0-dev-20260803-2bd16802"
|
|
296
296
|
},
|
|
297
297
|
"devDependencies": {
|
|
298
298
|
"@microsoft/api-extractor": "^7.53.3",
|