@incodetech/web 0.0.0-dev-20260521-0b79e9d6 → 0.0.0-dev-20260522-d8d5954f

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.
Files changed (31) hide show
  1. package/dist/{countrySelector-BezoDea-.js → countrySelector-DuIgZA89.js} +1 -1
  2. package/dist/curp-validation/curp-validation.es.js +4 -4
  3. package/dist/{documentCapture-BeOVn1Bj.js → documentCapture-Ddxiyjmv.js} +1 -1
  4. package/dist/{dropdownComposed-DSGh1ooG.js → dropdownComposed-BFOi8meW.js} +1 -0
  5. package/dist/dropdownComposed-CibqBAM9.js +1 -0
  6. package/dist/{dynamicForms-B_v1ozBf.js → dynamicForms-BkBgAxaw.js} +3 -3
  7. package/dist/ekyb/ekyb.es.js +1 -1
  8. package/dist/ekybModule-C_5hglpb.js +2 -0
  9. package/dist/{ekybModule-CXF0W4vr.js → ekybModule-DkaEWH7Q.js} +3 -3
  10. package/dist/ekyc/ekyc.es.js +1 -1
  11. package/dist/{ekycModule-DDfR1iOx.js → ekycModule-CvSj-SBd.js} +2 -2
  12. package/dist/ekycModule-hm24nLK7.js +2 -0
  13. package/dist/email/email.es.js +1 -1
  14. package/dist/{emailInput-wsCVldWL.js → emailInput-a1clmgOD.js} +1 -1
  15. package/dist/{extensibility-BMOzlx0z.js → extensibility-FQufHU19.js} +3 -2
  16. package/dist/extensibility.es.js +3 -3
  17. package/dist/flow/flow.es.js +2 -2
  18. package/dist/{homeScreen-De757gng.js → homeScreen-CqWZqT00.js} +2 -2
  19. package/dist/id/id.es.js +1 -1
  20. package/dist/{idOcr-CpYR1Klg.js → idOcr-C4CRrQkf.js} +1 -1
  21. package/dist/phone/phone.es.js +1 -1
  22. package/dist/{phoneInputComposed-DKXnJhXc.js → phoneInputComposed-D1EzmEhy.js} +1 -1
  23. package/dist/{redirectToMobile-2it7w6c6.js → redirectToMobile-D0M6WCAI.js} +1 -1
  24. package/dist/signature/signature.es.js +1 -1
  25. package/dist/{useModuleLoader-BBR77jl8.js → useModuleLoader-ClURczIi.js} +9 -9
  26. package/dist/{watchlistForBusiness-DPNl-l4l.js → watchlistForBusiness-CadEfUn3.js} +1 -1
  27. package/dist/workflow/workflow.es.js +3 -3
  28. package/package.json +2 -2
  29. package/dist/dropdownComposed-CLvUTJ8p.js +0 -1
  30. package/dist/ekybModule-c6JLpN99.js +0 -2
  31. package/dist/ekycModule-DurBrn1V.js +0 -2
@@ -1,6 +1,6 @@
1
1
  import { n as e } from "./i18n-Cw8Y_JeB.js";
2
2
  import { d as t, v as n } from "./vendor-preact-D6SntenC.js";
3
- import { t as r } from "./dropdownComposed-DSGh1ooG.js";
3
+ import { t as r } from "./dropdownComposed-BFOi8meW.js";
4
4
  //#region src/shared/countrySelector/countrySelector.tsx
5
5
  var i = [
6
6
  "BR",
@@ -10,8 +10,8 @@ import { t as u } from "../errorIcon-DpHzAoAo.js";
10
10
  import "../icons-9I5g9-_1.js";
11
11
  import { t as d } from "../successIcon-SlKgTSty.js";
12
12
  import { t as f } from "../inputComposed-CiZa_7pk.js";
13
- import { t as p } from "../dropdownComposed-DSGh1ooG.js";
14
- import "../dropdownComposed-CLvUTJ8p.js";
13
+ import { t as p } from "../dropdownComposed-BFOi8meW.js";
14
+ import "../dropdownComposed-CibqBAM9.js";
15
15
  import { t as m } from "../dateInputComposed-CdMMGMM9.js";
16
16
  import "../dateInputComposed-DLAkxgaD.js";
17
17
  import { t as h } from "../incodeModule-CHzKl22Y.js";
@@ -138,12 +138,12 @@ var S = ({ curp: t, errorKey: n, onCurpChange: i, onCurpBlur: a, onVerify: s, on
138
138
  onInput: C("birthDate"),
139
139
  onBlur: w("birthDate"),
140
140
  max: (/* @__PURE__ */ new Date()).toISOString().split("T")[0],
141
- placeholder: h("curp.placeholder.dob") ?? "mm/dd/yyyy",
142
141
  disabled: u,
143
142
  required: e.required,
144
143
  error: c,
145
144
  showErrorIcon: !!c,
146
- "data-testid": "curp-birth-date"
145
+ "data-testid": "curp-birth-date",
146
+ ...e.autoComplete ? { autoComplete: e.autoComplete } : {}
147
147
  }, e.key) : /* @__PURE__ */ r(f, {
148
148
  id: e.key === "name" ? "curp-first-name" : e.key === "firstLastName" ? "curp-first-last" : "curp-second-last",
149
149
  label: l,
@@ -4,7 +4,7 @@ import { o as u, r as d } from "./hooks-BVnGysT7.js";
4
4
  import { t as f } from "./incodeComponent-Dwf208RN.js";
5
5
  import { n as p, r as m } from "./loadingIcon-BN5YRQUb.js";
6
6
  import { t as h } from "./page-C1yT4DLb.js";
7
- import { b as g, d as _, f as v, l as y, p as b, u as x, y as S } from "./extensibility-BMOzlx0z.js";
7
+ import { b as g, d as _, f as v, l as y, p as b, u as x, y as S } from "./extensibility-FQufHU19.js";
8
8
  import { t as C } from "./spinner-CKnjVHxw.js";
9
9
  import { t as w } from "./button-DcCUEn2n.js";
10
10
  import { a as T, p as E, r as D } from "./icons-9I5g9-_1.js";
@@ -256,6 +256,7 @@ var l = ({ id: l, label: u, labelHint: d, placeholder: f = "Choose an option", v
256
256
  }),
257
257
  !b && g && /* @__PURE__ */ r("div", {
258
258
  class: "IncodeDropdownComposedErrorWrapper",
259
+ role: "alert",
259
260
  "data-testid": `${l}-error-wrapper`,
260
261
  children: [v && /* @__PURE__ */ r("div", {
261
262
  class: "IncodeDropdownComposedIconWrapper",
@@ -0,0 +1 @@
1
+ import "./dropdownComposed-BFOi8meW.js";
@@ -7,12 +7,12 @@ import { t as s } from "./page-C1yT4DLb.js";
7
7
  import { t as c } from "./button-DcCUEn2n.js";
8
8
  import { t as l } from "./verificationResult-C6M3uAMP.js";
9
9
  import { t as u } from "./inputComposed-CiZa_7pk.js";
10
- import { n as d, t as f } from "./phoneInputComposed-DKXnJhXc.js";
11
- import { t as p } from "./dropdownComposed-DSGh1ooG.js";
10
+ import { n as d, t as f } from "./phoneInputComposed-D1EzmEhy.js";
11
+ import { t as p } from "./dropdownComposed-BFOi8meW.js";
12
12
  import { t as m } from "./dateInputComposed-CdMMGMM9.js";
13
13
  import { t as h } from "./incodeModule-CHzKl22Y.js";
14
14
  import { n as g, t as _ } from "./requiredLabelHint-CuA6awez.js";
15
- import { t as v } from "./emailInput-wsCVldWL.js";
15
+ import { t as v } from "./emailInput-a1clmgOD.js";
16
16
  import { formatCPF as y, isValidCPF as b } from "@incodetech/core/cpf-ocr";
17
17
  import { createDynamicFormsManager as x } from "@incodetech/core/dynamic-forms";
18
18
  //#region src/modules/dynamic-forms/dynamicForms.tsx
@@ -1,2 +1,2 @@
1
- import { t as e } from "../ekybModule-CXF0W4vr.js";
1
+ import { t as e } from "../ekybModule-DkaEWH7Q.js";
2
2
  export { e as EkybModule };
@@ -0,0 +1,2 @@
1
+ import { t as e } from "./ekybModule-DkaEWH7Q.js";
2
+ export { e as EkybModule };
@@ -4,17 +4,17 @@ import { i as o, o as s } from "./hooks-BVnGysT7.js";
4
4
  import { t as c } from "./incodeComponent-Dwf208RN.js";
5
5
  import { r as l } from "./loadingIcon-BN5YRQUb.js";
6
6
  import { t as u } from "./page-C1yT4DLb.js";
7
- import "./extensibility-BMOzlx0z.js";
7
+ import "./extensibility-FQufHU19.js";
8
8
  import { t as d } from "./spinner-CKnjVHxw.js";
9
9
  import { t as f } from "./button-DcCUEn2n.js";
10
10
  import { t as p } from "./verificationResult-C6M3uAMP.js";
11
11
  import { t as m } from "./inputComposed-CiZa_7pk.js";
12
12
  import { i as h, r as g } from "./radioGroupComposed-B24NsTKt.js";
13
- import { t as _ } from "./dropdownComposed-DSGh1ooG.js";
13
+ import { t as _ } from "./dropdownComposed-BFOi8meW.js";
14
14
  import { t as v } from "./incodeModule-CHzKl22Y.js";
15
15
  import { n as y, t as b } from "./requiredLabelHint-CuA6awez.js";
16
16
  import { n as x, t as S } from "./optionAccessibleLabel-EWjyi8qm.js";
17
- import { t as C } from "./countrySelector-BezoDea-.js";
17
+ import { t as C } from "./countrySelector-DuIgZA89.js";
18
18
  import { DEV_ONLY_COUNTRIES as w, SUPPORTED_COUNTRIES as T, createEkybManager as E } from "@incodetech/core/ekyb";
19
19
  //#region src/modules/ekyb/countrySelector.tsx
20
20
  var D = ({ value: t, onChange: n }) => {
@@ -1,2 +1,2 @@
1
- import { t as e } from "../ekycModule-DDfR1iOx.js";
1
+ import { t as e } from "../ekycModule-CvSj-SBd.js";
2
2
  export { e as EkycModule };
@@ -7,8 +7,8 @@ import { t as l } from "./spinner-CKnjVHxw.js";
7
7
  import { t as u } from "./button-DcCUEn2n.js";
8
8
  import { t as d } from "./verificationResult-C6M3uAMP.js";
9
9
  import { i as f, r as p, t as m } from "./radioGroupComposed-B24NsTKt.js";
10
- import { t as h } from "./phoneInputComposed-DKXnJhXc.js";
11
- import { t as g } from "./dropdownComposed-DSGh1ooG.js";
10
+ import { t as h } from "./phoneInputComposed-D1EzmEhy.js";
11
+ import { t as g } from "./dropdownComposed-BFOi8meW.js";
12
12
  import { t as _ } from "./dateInputComposed-CdMMGMM9.js";
13
13
  import { t as v } from "./incodeModule-CHzKl22Y.js";
14
14
  import { n as y, t as b } from "./requiredLabelHint-CuA6awez.js";
@@ -0,0 +1,2 @@
1
+ import { t as e } from "./ekycModule-CvSj-SBd.js";
2
+ export { e as EkycModule };
@@ -7,7 +7,7 @@ import { t as s } from "../page-C1yT4DLb.js";
7
7
  import { t as c } from "../button-DcCUEn2n.js";
8
8
  import { t as l } from "../otpInput-CN1CQ9mo.js";
9
9
  import { t as u } from "../incodeModule-CHzKl22Y.js";
10
- import { t as d } from "../emailInput-wsCVldWL.js";
10
+ import { t as d } from "../emailInput-a1clmgOD.js";
11
11
  import { createEmailManager as f } from "@incodetech/core/email";
12
12
  //#region src/modules/email/email.tsx
13
13
  function p(e) {
@@ -1,6 +1,6 @@
1
1
  import { n as e } from "./i18n-Cw8Y_JeB.js";
2
2
  import { v as t } from "./vendor-preact-D6SntenC.js";
3
- import "./extensibility-BMOzlx0z.js";
3
+ import "./extensibility-FQufHU19.js";
4
4
  import { t as n } from "./inputComposed-CiZa_7pk.js";
5
5
  //#region src/modules/email/emailInput.tsx
6
6
  var r = /^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/, i = ({ value: i, emailError: a, label: o, labelHint: s, disabled: c = !1, required: l = !1, onEmailChange: u, onBlur: d }) => {
@@ -21,8 +21,8 @@ import "./inputComposed-CY_blUh2.js";
21
21
  import "./otpInput-CN1CQ9mo.js";
22
22
  import "./checkbox-ODa2sCKf.js";
23
23
  import "./radioGroupComposed-B24NsTKt.js";
24
- import "./phoneInputComposed-DKXnJhXc.js";
25
- import "./dropdownComposed-CLvUTJ8p.js";
24
+ import "./phoneInputComposed-D1EzmEhy.js";
25
+ import "./dropdownComposed-CibqBAM9.js";
26
26
  import "./dateInputComposed-DLAkxgaD.js";
27
27
  import "./bottomSheet-CM9ii5QA.js";
28
28
  import { n as k, t as A } from "./expiredId-CGP6PL6r.js";
@@ -444,6 +444,7 @@ var L = r((e, t) => {
444
444
  }),
445
445
  i && /* @__PURE__ */ u("div", {
446
446
  class: "IncodeTextAreaComposedErrorWrapper",
447
+ role: "alert",
447
448
  "data-testid": `${e}-error-wrapper`,
448
449
  children: [a && /* @__PURE__ */ u("div", {
449
450
  class: "IncodeTextAreaComposedIconWrapper",
@@ -4,7 +4,7 @@ import { a as n, o as r } from "./hooks-BVnGysT7.js";
4
4
  import { n as i, t as a } from "./incodeComponent-Dwf208RN.js";
5
5
  import { r as o } from "./loadingIcon-BN5YRQUb.js";
6
6
  import { t as s } from "./page-C1yT4DLb.js";
7
- import { _ as c, b 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-BMOzlx0z.js";
7
+ import { _ as c, b 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-FQufHU19.js";
8
8
  import { a as D, i as O, n as k, o as A, r as j, t as M } from "./typography-CxjaknHN.js";
9
9
  import { t as N } from "./spinner-CKnjVHxw.js";
10
10
  import { t as P } from "./processing-ga3w-Z-3.js";
@@ -19,8 +19,8 @@ import { n as se, t as ce } from "./inputComposed-CiZa_7pk.js";
19
19
  import { t as le } from "./otpInput-CN1CQ9mo.js";
20
20
  import { t as ue } from "./checkbox-ODa2sCKf.js";
21
21
  import { n as de, r as fe, t as pe } from "./radioGroupComposed-B24NsTKt.js";
22
- import { i as me, n as he, r as ge, t as _e } from "./phoneInputComposed-DKXnJhXc.js";
23
- import { t as ve } from "./dropdownComposed-DSGh1ooG.js";
22
+ import { i as me, n as he, r as ge, t as _e } from "./phoneInputComposed-D1EzmEhy.js";
23
+ import { t as ve } from "./dropdownComposed-BFOi8meW.js";
24
24
  import { t as ye } from "./dateInputComposed-CdMMGMM9.js";
25
25
  import { t as be } from "./bottomSheet-CM9ii5QA.js";
26
26
  export { te as BaseTutorial, be as BottomSheet, F as Button, W as CalendarIcon, b as CameraFrame, q as CameraIcon, f as CameraOverlay, d as CameraOverlayHeader, w as CameraView, B as CaptureButtonIcon, g as CaptureFooter, ue as Checkbox, Z as CheckmarkCompactIcon, z as CheckmarkIcon, U as ChevronDown, R as ChevronLeftIcon, Y as ChevronRightIcon, K as CloseIcon, ye as DateInputComposed, ve as DropdownComposed, re as ErrorContent, I as ErrorIcon, L as FileIcon, fe as FormField, H as HelpIcon, h as IdCapture, v as IdChooser, S as IdError, y as IdExpired, C as IdFlipAnimation, x as IdTutorial, a as IncodeComponent, se as Input, ce as InputComposed, i as LandscapeBlocker, X as LightningIcon, J as LockIcon, ee as Lottie, u as ManualCapture, $ as Modal, le as OtpInput, l as Overlay, s as Page, ie as Permissions, _e as PhoneInputComposed, P as Processing, E as ProgressBar, de as RadioButtonComposed, pe as RadioGroupComposed, G as SearchIcon, T as SegmentedDateInput, ne as SelfieCapture, ae as SelfieTutorial, o as Spacer, N as Spinner, Q as SuccessIcon, c as TextArea, p as TextAreaComposed, M as Title, k as TypographyH1, j as TypographyH3, O as TypographyH4, D as TypographyH5, A as TypographyP, _ as VerificationOptionCard, m as VerificationOptionCardList, oe as VerificationResult, V as WarningIcon, he as countries, ge as getCountryByCallingCode, me as getCountryByCode, t as setUiConfig, r as useManager, n as useScreenOrientation, e as useTranslation };
@@ -5,7 +5,7 @@ import { o as u } from "../hooks-BVnGysT7.js";
5
5
  import { t as d } from "../incodeComponent-Dwf208RN.js";
6
6
  import { t as f } from "../transitionSpinner-BWCiDYAb.js";
7
7
  import { t as p } from "../incodeModule-CHzKl22Y.js";
8
- import { a as m, c as h, d as g, f as _, g as v, l as y, m as b, n as x, o as S, p as C, r as w, s as T, t as E, u as D, v as O } from "../useModuleLoader-BBR77jl8.js";
8
+ import { a as m, c as h, d as g, f as _, g as v, l as y, m as b, n as x, o as S, p as C, r as w, s as T, t as E, u as D, v as O } from "../useModuleLoader-ClURczIi.js";
9
9
  import { getDeviceClass as k } from "@incodetech/core/device";
10
10
  import { getRequiredWasmPipelines as A } from "@incodetech/core/flow";
11
11
  import { bootstrapSession as j, refreshQrUrlUuid as M } from "@incodetech/core/session";
@@ -233,7 +233,7 @@ function q(e) {
233
233
  }
234
234
  //#endregion
235
235
  //#region src/modules/flow/flow.tsx
236
- var J = r(() => import("../homeScreen-De757gng.js").then((e) => ({ default: e.HomeScreen }))), Y = ({ config: r, onFinish: a, onError: s }) => {
236
+ var J = r(() => import("../homeScreen-CqWZqT00.js").then((e) => ({ default: e.HomeScreen }))), Y = ({ config: r, onFinish: a, onError: s }) => {
237
237
  let { i18n: l } = e(), d = q(i(() => ({
238
238
  ...r,
239
239
  onError: s
@@ -5,8 +5,8 @@ import { r as l } from "./loadingIcon-BN5YRQUb.js";
5
5
  import "./incode-logo-DX016usY.js";
6
6
  import { t as u } from "./button-DcCUEn2n.js";
7
7
  import { t as d } from "./modal-ZqAhwiRF.js";
8
- import { t as f } from "./dropdownComposed-DSGh1ooG.js";
9
- import "./dropdownComposed-CLvUTJ8p.js";
8
+ import { t as f } from "./dropdownComposed-BFOi8meW.js";
9
+ import "./dropdownComposed-CibqBAM9.js";
10
10
  //#region src/shared/homeScreen/language.ts
11
11
  function p(e, t) {
12
12
  let [n, ...r] = Array.from(e);
package/dist/id/id.es.js CHANGED
@@ -4,7 +4,7 @@ import { o as l } from "../hooks-BVnGysT7.js";
4
4
  import { t as u } from "../incodeComponent-Dwf208RN.js";
5
5
  import { n as d } from "../loadingIcon-BN5YRQUb.js";
6
6
  import { t as f } from "../page-C1yT4DLb.js";
7
- import { a as p, i as m, n as h, o as g, r as ee, s as _, t as v } from "../extensibility-BMOzlx0z.js";
7
+ import { a as p, i as m, n as h, o as g, r as ee, s as _, t as v } from "../extensibility-FQufHU19.js";
8
8
  import { t as y } from "../spinner-CKnjVHxw.js";
9
9
  import "../spinner-B4dcie2T.js";
10
10
  import { t as b } from "../transitionSpinner-BWCiDYAb.js";
@@ -3,7 +3,7 @@ import { d as t, v as n } from "./vendor-preact-D6SntenC.js";
3
3
  import { o as r } from "./hooks-BVnGysT7.js";
4
4
  import { t as i } from "./incodeComponent-Dwf208RN.js";
5
5
  import { t as a } from "./page-C1yT4DLb.js";
6
- import "./extensibility-BMOzlx0z.js";
6
+ import "./extensibility-FQufHU19.js";
7
7
  import { t as o } from "./button-DcCUEn2n.js";
8
8
  import { t as s } from "./verificationResult-C6M3uAMP.js";
9
9
  import { t as c } from "./inputComposed-CiZa_7pk.js";
@@ -7,7 +7,7 @@ import { t as o } from "../page-C1yT4DLb.js";
7
7
  import { t as s } from "../button-DcCUEn2n.js";
8
8
  import { t as c } from "../otpInput-CN1CQ9mo.js";
9
9
  import { t as l } from "../checkbox-ODa2sCKf.js";
10
- import { t as u } from "../phoneInputComposed-DKXnJhXc.js";
10
+ import { t as u } from "../phoneInputComposed-D1EzmEhy.js";
11
11
  import { t as d } from "../incodeModule-CHzKl22Y.js";
12
12
  import { createPhoneManager as f } from "@incodetech/core/phone";
13
13
  //#region src/modules/phone/phone.tsx
@@ -3,7 +3,7 @@ import { t as s } from "./errorIcon-DpHzAoAo.js";
3
3
  import "./icons-9I5g9-_1.js";
4
4
  import { t as c } from "./successIcon-SlKgTSty.js";
5
5
  import { t as l } from "./inputComposed-CiZa_7pk.js";
6
- import { t as u } from "./dropdownComposed-DSGh1ooG.js";
6
+ import { t as u } from "./dropdownComposed-BFOi8meW.js";
7
7
  //#region ../../node_modules/.pnpm/libphonenumber-js@1.12.31/node_modules/libphonenumber-js/metadata.min.json.js
8
8
  var d = {
9
9
  version: 4,
@@ -10,7 +10,7 @@ import { t as m } from "./transitionSpinner-BWCiDYAb.js";
10
10
  import { t as h } from "./button-DcCUEn2n.js";
11
11
  import "./icons-9I5g9-_1.js";
12
12
  import { t as g } from "./successIcon-SlKgTSty.js";
13
- import { r as _, t as v } from "./phoneInputComposed-DKXnJhXc.js";
13
+ import { r as _, t as v } from "./phoneInputComposed-D1EzmEhy.js";
14
14
  import { t as y } from "./incodeModule-CHzKl22Y.js";
15
15
  import { t as b } from "./autoFocusTitle-G-kfvIN4.js";
16
16
  import { t as x } from "./snackbar-YzOg-BFn.js";
@@ -4,7 +4,7 @@ import { o as c } from "../hooks-BVnGysT7.js";
4
4
  import { t as l } from "../incodeComponent-Dwf208RN.js";
5
5
  import { r as u } from "../loadingIcon-BN5YRQUb.js";
6
6
  import { t as d } from "../page-C1yT4DLb.js";
7
- import "../extensibility-BMOzlx0z.js";
7
+ import "../extensibility-FQufHU19.js";
8
8
  import { t as f } from "../button-DcCUEn2n.js";
9
9
  import { t as p } from "../verificationResult-C6M3uAMP.js";
10
10
  import { t as m } from "../incodeModule-CHzKl22Y.js";
@@ -164,7 +164,7 @@ async function E() {
164
164
  }
165
165
  //#endregion
166
166
  //#region src/modules/flow/flowInit.ts
167
- var D = () => import("./id/id.es.js").then((e) => e.Id), O = () => import("./homeScreen-De757gng.js").then((e) => e.HomeScreen), k, A = new Set(["IP_ADDRESS", "TRUST_GRAPH"]);
167
+ var D = () => import("./id/id.es.js").then((e) => e.Id), O = () => import("./homeScreen-CqWZqT00.js").then((e) => e.HomeScreen), k, A = new Set(["IP_ADDRESS", "TRUST_GRAPH"]);
168
168
  function j(e) {
169
169
  if (e === "IP_ADDRESS") return () => import("@incodetech/core/flow").then((e) => e.noOpFlowModuleMachine);
170
170
  if (e === "TRUST_GRAPH") return () => import("@incodetech/core/trust-graph").then((e) => e.trustGraphMachine);
@@ -207,7 +207,7 @@ function M(e) {
207
207
  return t;
208
208
  }
209
209
  var N = {
210
- REDIRECT_TO_MOBILE: () => import("./redirectToMobile-2it7w6c6.js").then((e) => e.RedirectToMobile),
210
+ REDIRECT_TO_MOBILE: () => import("./redirectToMobile-D0M6WCAI.js").then((e) => e.RedirectToMobile),
211
211
  PHONE: () => import("./phone/phone.es.js").then((e) => e.Phone),
212
212
  EMAIL: () => import("./email/email.es.js").then((e) => e.Email),
213
213
  SELFIE: () => import("./selfie/selfie.es.js").then((e) => e.Selfie),
@@ -220,24 +220,24 @@ var N = {
220
220
  CURP_VALIDATION: () => import("./curp-validation/curp-validation.es.js").then((e) => e.CurpValidation),
221
221
  GOVT_VALIDATION_PROVISIONING: () => import("./governmentValidation/governmentValidation.es.js").then((e) => e.GovernmentValidation),
222
222
  GEOLOCATION: () => import("./geolocation/geolocation.es.js").then((e) => e.Geolocation),
223
- EXTERNAL_VERIFICATION: () => import("./ekycModule-DurBrn1V.js").then((e) => e.EkycModule),
224
- EKYB: () => import("./ekybModule-c6JLpN99.js").then((e) => e.EkybModule),
225
- DOCUMENT_CAPTURE: () => import("./documentCapture-BeOVn1Bj.js").then((e) => e.DocumentCapture),
226
- ADDRESS: () => import("./documentCapture-BeOVn1Bj.js").then((e) => e.DocumentCapture),
223
+ EXTERNAL_VERIFICATION: () => import("./ekycModule-hm24nLK7.js").then((e) => e.EkycModule),
224
+ EKYB: () => import("./ekybModule-C_5hglpb.js").then((e) => e.EkybModule),
225
+ DOCUMENT_CAPTURE: () => import("./documentCapture-Ddxiyjmv.js").then((e) => e.DocumentCapture),
226
+ ADDRESS: () => import("./documentCapture-Ddxiyjmv.js").then((e) => e.DocumentCapture),
227
227
  COMBINED_CONSENT: () => import("./consent/consent.es.js").then((e) => e.Consent),
228
228
  MANDATORY_CONSENT: () => import("./mandatoryConsent-BODQV7_J.js").then((e) => e.MandatoryConsent),
229
229
  SIGNATURE: () => import("./signature/signature.es.js").then((e) => e.Signature),
230
- ID_OCR: () => import("./idOcr-CpYR1Klg.js").then((e) => e.IdOcr),
230
+ ID_OCR: () => import("./idOcr-C4CRrQkf.js").then((e) => e.IdOcr),
231
231
  CPF_OCR: () => import("./cpfOcr-v9k08xnk.js").then((e) => e.CpfOcr),
232
232
  ANTIFRAUD: () => import("./antifraud/antifraud.es.js").then((e) => e.Antifraud),
233
233
  CUSTOM_FIELDS: () => import("./customFields-D3m4tOVB.js").then((e) => e.CustomFields),
234
234
  WATCHLIST: () => import("./watchlist/watchlist.es.js").then((e) => e.Watchlist),
235
- WATCHLIST_BUSINESS: () => import("./watchlistForBusiness-DPNl-l4l.js").then((e) => e.WatchlistForBusiness),
235
+ WATCHLIST_BUSINESS: () => import("./watchlistForBusiness-CadEfUn3.js").then((e) => e.WatchlistForBusiness),
236
236
  INCODE_WATCHLIST: () => import("./customWatchlist-CA3FMNYb.js").then((e) => e.CustomWatchlist),
237
237
  AE_SIGNATURE: () => import("./ae-signature/ae-signature.es.js").then((e) => e.AeSignature),
238
238
  QE_SIGNATURE: () => import("./qe-signature/qe-signature.es.js").then((e) => e.QeSignature),
239
239
  CROSS_DOCUMENT_DATA_MATCH: () => import("./cross-document-data-match/cross-document-data-match.es.js").then((e) => e.CrossDocumentDataMatch),
240
- DYNAMIC_FORMS: () => import("./dynamicForms-B_v1ozBf.js").then((e) => e.DynamicForms)
240
+ DYNAMIC_FORMS: () => import("./dynamicForms-BkBgAxaw.js").then((e) => e.DynamicForms)
241
241
  };
242
242
  function P() {
243
243
  return O();
@@ -8,7 +8,7 @@ import { t as c } from "./button-DcCUEn2n.js";
8
8
  import { t as l } from "./successIcon-SlKgTSty.js";
9
9
  import { t as u } from "./inputComposed-CiZa_7pk.js";
10
10
  import { t as d } from "./incodeModule-CHzKl22Y.js";
11
- import { t as f } from "./countrySelector-BezoDea-.js";
11
+ import { t as f } from "./countrySelector-DuIgZA89.js";
12
12
  import { t as p } from "./statusPage-DwY5vcgk.js";
13
13
  import { createWatchlistForBusinessManager as m } from "@incodetech/core/watchlist-for-business";
14
14
  //#region src/modules/watchlist-for-business/watchlistForBusiness.tsx
@@ -6,7 +6,7 @@ import { t as u } from "../incodeComponent-Dwf208RN.js";
6
6
  import "../spinner-B4dcie2T.js";
7
7
  import { t as d } from "../transitionSpinner-BWCiDYAb.js";
8
8
  import { t as f } from "../incodeModule-CHzKl22Y.js";
9
- import { _ as p, a as m, c as h, h as g, i as _, o as v, t as y, v as b } from "../useModuleLoader-BBR77jl8.js";
9
+ import { _ as p, a as m, c as h, h as g, i as _, o as v, t as y, v as b } from "../useModuleLoader-ClURczIi.js";
10
10
  import { resolveWasmConfig as x, upgradeToWasmHttpClient as S, warmupWasm as C } from "@incodetech/core/wasm";
11
11
  import { getDeviceClass as w } from "@incodetech/core/device";
12
12
  import { refreshQrUrlUuid as T } from "@incodetech/core/session";
@@ -14,7 +14,7 @@ import { createWorkflowManager as E } from "@incodetech/core/workflow";
14
14
  //#region src/modules/workflow/workflowInit.ts
15
15
  var D = {
16
16
  ...h,
17
- REDIRECT_TO_MOBILE: () => import("../redirectToMobile-2it7w6c6.js").then((e) => e.RedirectToMobile),
17
+ REDIRECT_TO_MOBILE: () => import("../redirectToMobile-D0M6WCAI.js").then((e) => e.RedirectToMobile),
18
18
  ID: () => import("../id-verification/id-verification.es.js").then((e) => e.IdVerification)
19
19
  };
20
20
  async function O() {
@@ -111,7 +111,7 @@ function j(e) {
111
111
  }
112
112
  //#endregion
113
113
  //#region src/modules/workflow/workflow.tsx
114
- var M = r(() => import("../homeScreen-De757gng.js").then((e) => ({ default: e.HomeScreen })));
114
+ var M = r(() => import("../homeScreen-CqWZqT00.js").then((e) => ({ default: e.HomeScreen })));
115
115
  function N(e) {
116
116
  let { moduleKey: t, config: n, workflowId: r, authHint: i, lang: a, mergeSessionRecordings: o, ageAssurance: s } = e;
117
117
  switch (t) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260521-0b79e9d6",
3
+ "version": "0.0.0-dev-20260522-d8d5954f",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
@@ -246,7 +246,7 @@
246
246
  "qrcode": "^1.5.4",
247
247
  "signature_pad": "^5.1.3",
248
248
  "tailwindcss": "^4.1.17",
249
- "@incodetech/core": "0.0.0-dev-20260521-0b79e9d6"
249
+ "@incodetech/core": "0.0.0-dev-20260522-d8d5954f"
250
250
  },
251
251
  "devDependencies": {
252
252
  "@microsoft/api-extractor": "^7.53.3",
@@ -1 +0,0 @@
1
- import "./dropdownComposed-DSGh1ooG.js";
@@ -1,2 +0,0 @@
1
- import { t as e } from "./ekybModule-CXF0W4vr.js";
2
- export { e as EkybModule };
@@ -1,2 +0,0 @@
1
- import { t as e } from "./ekycModule-DDfR1iOx.js";
2
- export { e as EkycModule };