@incodetech/web 0.0.0-dev-20260527-f70fcb48 → 0.0.0-dev-20260528-ea3f2abe

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 (41) hide show
  1. package/dist/base.css +27 -17
  2. package/dist/{cpfOcr-C6zJKPMa.js → cpfOcr-B4poKspt.js} +1 -1
  3. package/dist/curp-validation/curp-validation.es.js +3 -3
  4. package/dist/{customFields-UZFzZcmr.js → customFields-DGxV-Y05.js} +2 -2
  5. package/dist/dateInputComposed-Cg8BvYSK.js +1 -0
  6. package/dist/{dateInputComposed-B8qAipXk.js → dateInputComposed-Ddd7HLyM.js} +2 -2
  7. package/dist/{documentCapture-BSD157yE.js → documentCapture-mBxaB8YF.js} +1 -1
  8. package/dist/{dynamicForms-D6R3ZkmR.js → dynamicForms-BHgS3Lup.js} +4 -4
  9. package/dist/ekyb/ekyb.es.js +1 -1
  10. package/dist/{ekybModule-BKxZF05O.js → ekybModule-B25nRtND.js} +4 -4
  11. package/dist/ekybModule-DUY52XDj.js +2 -0
  12. package/dist/ekyc/ekyc.es.js +1 -1
  13. package/dist/ekycModule-DHBzhbE-.js +2 -0
  14. package/dist/{ekycModule-BqAZxZ14.js → ekycModule-D_XadsdM.js} +4 -4
  15. package/dist/email/email.es.js +2 -2
  16. package/dist/{emailInput-UW42C0fB.js → emailInput-YXKc1ywq.js} +7 -8
  17. package/dist/{extensibility-Ctc8HVZ8.js → extensibility-uoS3TI6M.js} +6 -6
  18. package/dist/extensibility.es.js +6 -6
  19. package/dist/{fieldComparison-tsT6oa0G.js → fieldComparison-23YERjOb.js} +2 -2
  20. package/dist/flow/flow.es.js +1 -1
  21. package/dist/governmentValidation/governmentValidation.es.js +2 -2
  22. package/dist/id/id.es.js +1 -1
  23. package/dist/{idOcr-Dsv2MJoJ.js → idOcr-CrgyUY7x.js} +4 -4
  24. package/dist/{inputComposed-B_wfX5p4.js → inputComposed-DAEey9xm.js} +27 -23
  25. package/dist/inputComposed-eS4B0Mkh.js +1 -0
  26. package/dist/{optionAccessibleLabel-_OjWwZrj.js → optionAccessibleLabel-BTwHH_h-.js} +2 -2
  27. package/dist/{otpInput-Dn8bArTY.js → otpInput-DQ-B9wf_.js} +2 -2
  28. package/dist/phone/phone.es.js +64 -59
  29. package/dist/{phoneInputComposed-B2guEyrR.js → phoneInputComposed-DKFMES-V.js} +468 -455
  30. package/dist/{radioGroupComposed-hn_Qf3sS.js → radioGroupComposed-DGsMNWzv.js} +1 -1
  31. package/dist/{redirectToMobile-Ddb-YDnf.js → redirectToMobile-d-xlylP7.js} +1 -1
  32. package/dist/signature/signature.es.js +1 -1
  33. package/dist/types/extensibility.d.ts +5 -0
  34. package/dist/{useModuleLoader-wM3SQn3B.js → useModuleLoader-C2VkEPxy.js} +11 -11
  35. package/dist/{watchlistForBusiness-DALxrcoU.js → watchlistForBusiness-BJFTUIsP.js} +1 -1
  36. package/dist/workflow/workflow.es.js +2 -2
  37. package/package.json +2 -2
  38. package/dist/dateInputComposed-xHJlCTSs.js +0 -1
  39. package/dist/ekybModule-Bw73INcw.js +0 -2
  40. package/dist/ekycModule-CDzacYJg.js +0 -2
  41. package/dist/inputComposed-CcTCHkHI.js +0 -1
package/dist/base.css CHANGED
@@ -4465,11 +4465,11 @@
4465
4465
 
4466
4466
  .IncodePhoneInputComposed {
4467
4467
  width: 100%;
4468
- max-width: 420px;
4468
+ max-width: var(--incode-form-max-w);
4469
4469
  position: relative;
4470
4470
  }
4471
4471
 
4472
- .IncodePhoneInputComposedLabel {
4472
+ .IncodePhoneInputComposed .IncodePhoneInputComposedLabel {
4473
4473
  margin: var(--spacing-0, var(--spacing-none, 0px));
4474
4474
  margin-bottom: var(--spacing-8, var(--spacing-8, 8px));
4475
4475
  font-family: var(--typography-label-family);
@@ -4480,45 +4480,43 @@
4480
4480
  display: inline-block;
4481
4481
  }
4482
4482
 
4483
- .IncodePhoneInputComposedLabelHint {
4483
+ .IncodePhoneInputComposed .IncodePhoneInputComposedLabelHint {
4484
4484
  margin-left: var(--spacing-4, var(--spacing-4, 4px));
4485
- font-family: var(--typography-label-family);
4486
- font-size: var(--typography-label-m-size);
4487
- font-weight: var(--typography-label-m-weight);
4488
- line-height: var(--typography-label-m-line-height);
4489
- letter-spacing: var(--typography-label-m-letter-spacing);
4490
- --tw-font-weight: var(--font-weight-normal, 400);
4491
- font-weight: var(--font-weight-normal, 400);
4485
+ font-family: var(--typography-body-family);
4486
+ font-size: var(--typography-body-m-regular-size);
4487
+ font-weight: var(--typography-body-m-regular-weight);
4488
+ line-height: var(--typography-body-m-regular-line-height);
4489
+ letter-spacing: var(--typography-body-m-regular-letter-spacing);
4492
4490
  color: var(--color-input-text-helper-default, var(--input-text-helper-default));
4493
4491
  }
4494
4492
 
4495
- .IncodePhoneInputComposedDropdown {
4493
+ .IncodePhoneInputComposed .IncodePhoneInputComposedDropdown {
4496
4494
  max-width: none;
4497
4495
  }
4498
4496
 
4499
- .IncodePhoneInputComposedDropdown .IncodeDropdownComposedTrigger {
4497
+ .IncodePhoneInputComposed .IncodePhoneInputComposedDropdown .IncodeDropdownComposedTrigger {
4500
4498
  width: var(--phone-input-country-code-width);
4501
4499
  flex-shrink: 0;
4502
4500
  }
4503
4501
 
4504
- .IncodePhoneInputComposedDropdown .IncodeDropdownComposedSibling .IncodeInputComposed, .IncodePhoneInputComposedDropdown .IncodeDropdownComposedSibling .IncodeInput {
4502
+ .IncodePhoneInputComposed .IncodePhoneInputComposedDropdown .IncodeDropdownComposedSibling .IncodeInputComposed, .IncodePhoneInputComposed .IncodePhoneInputComposedDropdown .IncodeDropdownComposedSibling .IncodeInput {
4505
4503
  max-width: none;
4506
4504
  }
4507
4505
 
4508
- .IncodePhoneInputComposedErrorWrapper, .IncodePhoneInputComposedHelperWrapper {
4506
+ .IncodePhoneInputComposed .IncodePhoneInputComposedErrorWrapper, .IncodePhoneInputComposed .IncodePhoneInputComposedHelperWrapper {
4509
4507
  margin-top: var(--spacing-8, var(--spacing-8, 8px));
4510
4508
  align-items: center;
4511
4509
  display: flex;
4512
4510
  }
4513
4511
 
4514
- .IncodePhoneInputComposedIconWrapper {
4512
+ .IncodePhoneInputComposed .IncodePhoneInputComposedIconWrapper {
4515
4513
  margin-right: var(--spacing-8, var(--spacing-8, 8px));
4516
4514
  justify-content: center;
4517
4515
  align-items: center;
4518
4516
  display: flex;
4519
4517
  }
4520
4518
 
4521
- .IncodePhoneInputComposedError {
4519
+ .IncodePhoneInputComposed .IncodePhoneInputComposedError {
4522
4520
  margin: var(--spacing-0, var(--spacing-none, 0px));
4523
4521
  font-family: var(--typography-body-family);
4524
4522
  font-size: var(--typography-body-m-regular-size);
@@ -4529,7 +4527,7 @@
4529
4527
  display: inline-block;
4530
4528
  }
4531
4529
 
4532
- .IncodePhoneInputComposedHelper {
4530
+ .IncodePhoneInputComposed .IncodePhoneInputComposedHelper {
4533
4531
  margin: var(--spacing-0, var(--spacing-none, 0px));
4534
4532
  font-family: var(--typography-body-family);
4535
4533
  font-size: var(--typography-body-m-regular-size);
@@ -4540,6 +4538,18 @@
4540
4538
  display: inline-block;
4541
4539
  }
4542
4540
 
4541
+ .IncodePhoneInputComposed .IncodeSrOnly {
4542
+ clip-path: inset(50%);
4543
+ white-space: nowrap;
4544
+ border-width: 0;
4545
+ width: 1px;
4546
+ height: 1px;
4547
+ margin: -1px;
4548
+ padding: 0;
4549
+ position: absolute;
4550
+ overflow: hidden;
4551
+ }
4552
+
4543
4553
  .IncodeOtpInput {
4544
4554
  flex-direction: column;
4545
4555
  flex: 1;
@@ -6,7 +6,7 @@ import { t as s } from "./spinner-CKnjVHxw.js";
6
6
  import "./spinner-B4dcie2T.js";
7
7
  import { t as c } from "./button-DcCUEn2n.js";
8
8
  import { t as l } from "./verificationResult-CxBb6PGD.js";
9
- import { t as u } from "./inputComposed-B_wfX5p4.js";
9
+ import { t as u } from "./inputComposed-DAEey9xm.js";
10
10
  import { createCpfOcrManager as d } from "@incodetech/core/cpf-ocr";
11
11
  //#region src/modules/cpf-ocr/cpfOcr.tsx
12
12
  var f = (e) => e.status === "inputting" ? {
@@ -10,11 +10,11 @@ import { t as d } from "../errorIcon-DpHzAoAo.js";
10
10
  import "../icons-9I5g9-_1.js";
11
11
  import { t as f } from "../successIcon-SlKgTSty.js";
12
12
  import { t as p } from "../autoFocusTitle-BpYdaSUM.js";
13
- import { t as m } from "../inputComposed-B_wfX5p4.js";
13
+ import { t as m } from "../inputComposed-DAEey9xm.js";
14
14
  import { t as h } from "../dropdownComposed-CDLGWwUd.js";
15
15
  import "../dropdownComposed-MsxE2JeL.js";
16
- import { t as g } from "../dateInputComposed-B8qAipXk.js";
17
- import "../dateInputComposed-xHJlCTSs.js";
16
+ import { t as g } from "../dateInputComposed-Ddd7HLyM.js";
17
+ import "../dateInputComposed-Cg8BvYSK.js";
18
18
  import { t as _ } from "../incodeModule-BH9gV7jI.js";
19
19
  import { n as v, t as y } from "../requiredLabelHint-Dge9zK49.js";
20
20
  import { GENERATE_CURP_FIELDS as b, createCurpValidationManager as x, mexicanStates as S } from "@incodetech/core/curp-validation";
@@ -6,9 +6,9 @@ import { r as c, t as l } from "./loadingIcon-BN5YRQUb.js";
6
6
  import { t as u } from "./page-C1yT4DLb.js";
7
7
  import { t as d } from "./button-DcCUEn2n.js";
8
8
  import { t as f } from "./successIcon-SlKgTSty.js";
9
- import { t as p } from "./inputComposed-B_wfX5p4.js";
9
+ import { t as p } from "./inputComposed-DAEey9xm.js";
10
10
  import { t as m } from "./checkbox-DCCzBAuF.js";
11
- import { t as h } from "./dateInputComposed-B8qAipXk.js";
11
+ import { t as h } from "./dateInputComposed-Ddd7HLyM.js";
12
12
  import { t as g } from "./incodeModule-BH9gV7jI.js";
13
13
  import { t as _ } from "./statusPage-DwY5vcgk.js";
14
14
  import { createCustomFieldsManager as v } from "@incodetech/core/custom-fields";
@@ -0,0 +1 @@
1
+ import "./dateInputComposed-Ddd7HLyM.js";
@@ -1,8 +1,8 @@
1
1
  import { a as e, l as t, v as n } from "./vendor-preact-D6SntenC.js";
2
2
  import { n as r } from "./loadingIcon-BN5YRQUb.js";
3
3
  import { m as i } from "./icons-9I5g9-_1.js";
4
- import { t as a } from "./inputComposed-B_wfX5p4.js";
5
- import "./inputComposed-CcTCHkHI.js";
4
+ import { t as a } from "./inputComposed-DAEey9xm.js";
5
+ import "./inputComposed-eS4B0Mkh.js";
6
6
  //#region src/shared/dateInputComposed/dateInputComposed.tsx
7
7
  var o = e(({ id: e, label: o, disabled: s, class: c, onInput: l, onBlur: u, ...d }, f) => {
8
8
  let p = (e) => {
@@ -4,7 +4,7 @@ import { c as l, o as u, r as d } from "./hooks-CLjlsC2g.js";
4
4
  import { t as f } from "./incodeComponent-MZEyrb1V.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-Ctc8HVZ8.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-uoS3TI6M.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";
@@ -6,13 +6,13 @@ import { r as o } from "./loadingIcon-BN5YRQUb.js";
6
6
  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-CxBb6PGD.js";
9
- import { t as u } from "./inputComposed-B_wfX5p4.js";
10
- import { n as d, t as f } from "./phoneInputComposed-B2guEyrR.js";
9
+ import { t as u } from "./inputComposed-DAEey9xm.js";
10
+ import { n as d, t as f } from "./phoneInputComposed-DKFMES-V.js";
11
11
  import { t as p } from "./dropdownComposed-CDLGWwUd.js";
12
- import { t as m } from "./dateInputComposed-B8qAipXk.js";
12
+ import { t as m } from "./dateInputComposed-Ddd7HLyM.js";
13
13
  import { t as h } from "./incodeModule-BH9gV7jI.js";
14
14
  import { n as g, t as _ } from "./requiredLabelHint-Dge9zK49.js";
15
- import { t as v } from "./emailInput-UW42C0fB.js";
15
+ import { t as v } from "./emailInput-YXKc1ywq.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-BKxZF05O.js";
1
+ import { t as e } from "../ekybModule-B25nRtND.js";
2
2
  export { e as EkybModule };
@@ -4,16 +4,16 @@ import { c as o, i as s, o as c } from "./hooks-CLjlsC2g.js";
4
4
  import { t as l } from "./incodeComponent-MZEyrb1V.js";
5
5
  import { r as u } from "./loadingIcon-BN5YRQUb.js";
6
6
  import { t as d } from "./page-C1yT4DLb.js";
7
- import "./extensibility-Ctc8HVZ8.js";
7
+ import "./extensibility-uoS3TI6M.js";
8
8
  import { t as f } from "./spinner-CKnjVHxw.js";
9
9
  import { t as p } from "./button-DcCUEn2n.js";
10
10
  import { t as m } from "./verificationResult-CxBb6PGD.js";
11
- import { t as h } from "./inputComposed-B_wfX5p4.js";
12
- import { i as g, r as _ } from "./radioGroupComposed-hn_Qf3sS.js";
11
+ import { t as h } from "./inputComposed-DAEey9xm.js";
12
+ import { i as g, r as _ } from "./radioGroupComposed-DGsMNWzv.js";
13
13
  import { t as v } from "./dropdownComposed-CDLGWwUd.js";
14
14
  import { t as y } from "./incodeModule-BH9gV7jI.js";
15
15
  import { n as b, t as x } from "./requiredLabelHint-Dge9zK49.js";
16
- import { n as S, t as C } from "./optionAccessibleLabel-_OjWwZrj.js";
16
+ import { n as S, t as C } from "./optionAccessibleLabel-BTwHH_h-.js";
17
17
  import { t as w } from "./countrySelector-C_rFc47i.js";
18
18
  import { DEV_ONLY_COUNTRIES as T, SUPPORTED_COUNTRIES as E, createEkybManager as D } from "@incodetech/core/ekyb";
19
19
  //#region src/modules/ekyb/countrySelector.tsx
@@ -0,0 +1,2 @@
1
+ import { t as e } from "./ekybModule-B25nRtND.js";
2
+ export { e as EkybModule };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../ekycModule-BqAZxZ14.js";
1
+ import { t as e } from "../ekycModule-D_XadsdM.js";
2
2
  export { e as EkycModule };
@@ -0,0 +1,2 @@
1
+ import { t as e } from "./ekycModule-D_XadsdM.js";
2
+ export { e as EkycModule };
@@ -6,13 +6,13 @@ import { t as l } from "./page-C1yT4DLb.js";
6
6
  import { t as u } from "./spinner-CKnjVHxw.js";
7
7
  import { t as d } from "./button-DcCUEn2n.js";
8
8
  import { t as f } from "./verificationResult-CxBb6PGD.js";
9
- import { i as p, r as m, t as h } from "./radioGroupComposed-hn_Qf3sS.js";
10
- import { t as g } from "./phoneInputComposed-B2guEyrR.js";
9
+ import { i as p, r as m, t as h } from "./radioGroupComposed-DGsMNWzv.js";
10
+ import { t as g } from "./phoneInputComposed-DKFMES-V.js";
11
11
  import { t as _ } from "./dropdownComposed-CDLGWwUd.js";
12
- import { t as v } from "./dateInputComposed-B8qAipXk.js";
12
+ import { t as v } from "./dateInputComposed-Ddd7HLyM.js";
13
13
  import { t as y } from "./incodeModule-BH9gV7jI.js";
14
14
  import { n as b, t as x } from "./requiredLabelHint-Dge9zK49.js";
15
- import { n as S, t as C } from "./optionAccessibleLabel-_OjWwZrj.js";
15
+ import { n as S, t as C } from "./optionAccessibleLabel-BTwHH_h-.js";
16
16
  import { createEkycManager as w } from "@incodetech/core/ekyc";
17
17
  //#region src/modules/ekyc/ekycModule.tsx
18
18
  var T = ({ config: t, onFinish: n }) => {
@@ -5,9 +5,9 @@ import { t as s } from "../incodeComponent-MZEyrb1V.js";
5
5
  import { r as c } from "../loadingIcon-BN5YRQUb.js";
6
6
  import { t as l } from "../page-C1yT4DLb.js";
7
7
  import { t as u } from "../button-DcCUEn2n.js";
8
- import { t as d } from "../otpInput-Dn8bArTY.js";
8
+ import { t as d } from "../otpInput-DQ-B9wf_.js";
9
9
  import { t as f } from "../incodeModule-BH9gV7jI.js";
10
- import { t as p } from "../emailInput-UW42C0fB.js";
10
+ import { t as p } from "../emailInput-YXKc1ywq.js";
11
11
  import { createEmailManager as m } from "@incodetech/core/email";
12
12
  //#region src/modules/email/email.tsx
13
13
  function h(e) {
@@ -1,13 +1,10 @@
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-Ctc8HVZ8.js";
4
- import { t as n } from "./inputComposed-B_wfX5p4.js";
3
+ import "./extensibility-uoS3TI6M.js";
4
+ import { t as n } from "./inputComposed-DAEey9xm.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 }) => {
7
- let { t: f } = e(), p = (e) => {
8
- let t = e.target.value.trim();
9
- u(t, t.length > 0 && r.test(t));
10
- }, m = a ? "email-error" : void 0;
7
+ let { t: f } = e();
11
8
  return /* @__PURE__ */ t("div", {
12
9
  class: "IncodeEmailInput",
13
10
  children: /* @__PURE__ */ t("div", {
@@ -17,7 +14,10 @@ var r = /^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/, i = ({ value: i, emailError: a, label:
17
14
  id: "email-input",
18
15
  type: "email",
19
16
  value: i,
20
- onInput: p,
17
+ onInput: (e) => {
18
+ let t = e.target.value.trim();
19
+ u(t, t.length > 0 && r.test(t));
20
+ },
21
21
  placeholder: f("email.placeholder"),
22
22
  disabled: c,
23
23
  required: l,
@@ -26,7 +26,6 @@ var r = /^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/, i = ({ value: i, emailError: a, label:
26
26
  "data-testid": "email-input",
27
27
  "aria-label": o ? void 0 : "Email address",
28
28
  "aria-invalid": a ? "true" : void 0,
29
- "aria-describedby": m || void 0,
30
29
  autocomplete: "email",
31
30
  error: a,
32
31
  showErrorIcon: !0
@@ -16,14 +16,14 @@ import { t as E } from "./successIcon-SlKgTSty.js";
16
16
  import { t as D } from "./modal-ZqAhwiRF.js";
17
17
  import { a as O, i as ee } from "./tutorial-DfnC7IE9.js";
18
18
  import "./verificationResult-CxBb6PGD.js";
19
- import "./inputComposed-B_wfX5p4.js";
20
- import "./inputComposed-CcTCHkHI.js";
21
- import "./otpInput-Dn8bArTY.js";
19
+ import "./inputComposed-DAEey9xm.js";
20
+ import "./inputComposed-eS4B0Mkh.js";
21
+ import "./otpInput-DQ-B9wf_.js";
22
22
  import "./checkbox-DCCzBAuF.js";
23
- import "./radioGroupComposed-hn_Qf3sS.js";
24
- import "./phoneInputComposed-B2guEyrR.js";
23
+ import "./radioGroupComposed-DGsMNWzv.js";
24
+ import "./phoneInputComposed-DKFMES-V.js";
25
25
  import "./dropdownComposed-MsxE2JeL.js";
26
- import "./dateInputComposed-xHJlCTSs.js";
26
+ import "./dateInputComposed-Cg8BvYSK.js";
27
27
  import "./bottomSheet-QrpyatOD.js";
28
28
  import { n as k, t as A } from "./expiredId-DTx4gHaN.js";
29
29
  import "@incodetech/core/id";
@@ -4,7 +4,7 @@ import { c as n, s as r } from "./hooks-CLjlsC2g.js";
4
4
  import { n as i, t as a } from "./incodeComponent-MZEyrb1V.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-Ctc8HVZ8.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-uoS3TI6M.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";
@@ -15,12 +15,12 @@ import { t as Q } from "./successIcon-SlKgTSty.js";
15
15
  import { t as $ } from "./modal-ZqAhwiRF.js";
16
16
  import { a as ee, i as te, n as ne, o as re, r as ie, t as ae } from "./tutorial-DfnC7IE9.js";
17
17
  import { t as oe } from "./verificationResult-CxBb6PGD.js";
18
- import { n as se, t as ce } from "./inputComposed-B_wfX5p4.js";
19
- import { t as le } from "./otpInput-Dn8bArTY.js";
18
+ import { n as se, t as ce } from "./inputComposed-DAEey9xm.js";
19
+ import { t as le } from "./otpInput-DQ-B9wf_.js";
20
20
  import { t as ue } from "./checkbox-DCCzBAuF.js";
21
- import { n as de, r as fe, t as pe } from "./radioGroupComposed-hn_Qf3sS.js";
22
- import { i as me, n as he, r as ge, t as _e } from "./phoneInputComposed-B2guEyrR.js";
21
+ import { n as de, r as fe, t as pe } from "./radioGroupComposed-DGsMNWzv.js";
22
+ import { i as me, n as he, r as ge, t as _e } from "./phoneInputComposed-DKFMES-V.js";
23
23
  import { t as ve } from "./dropdownComposed-CDLGWwUd.js";
24
- import { t as ye } from "./dateInputComposed-B8qAipXk.js";
24
+ import { t as ye } from "./dateInputComposed-Ddd7HLyM.js";
25
25
  import { t as be } from "./bottomSheet-QrpyatOD.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, n as useManager, r as useScreenOrientation, e as useTranslation };
@@ -4,10 +4,10 @@ import { c as n, o as r } from "./hooks-CLjlsC2g.js";
4
4
  import { t as i } from "./incodeComponent-MZEyrb1V.js";
5
5
  import { r as a } from "./loadingIcon-BN5YRQUb.js";
6
6
  import { t as o } from "./page-C1yT4DLb.js";
7
- import "./extensibility-Ctc8HVZ8.js";
7
+ import "./extensibility-uoS3TI6M.js";
8
8
  import { t as s } from "./button-DcCUEn2n.js";
9
9
  import { t as c } from "./verificationResult-CxBb6PGD.js";
10
- import { t as l } from "./inputComposed-B_wfX5p4.js";
10
+ import { t as l } from "./inputComposed-DAEey9xm.js";
11
11
  import { t as u } from "./incodeModule-BH9gV7jI.js";
12
12
  import { createFieldComparisonManager as d } from "@incodetech/core/field-comparison";
13
13
  //#region src/modules/field-comparison/fieldComparison.tsx
@@ -5,7 +5,7 @@ import { c as u } from "../hooks-CLjlsC2g.js";
5
5
  import { t as d } from "../incodeComponent-MZEyrb1V.js";
6
6
  import { t as f } from "../transitionSpinner-BWCiDYAb.js";
7
7
  import { t as p } from "../incodeModule-BH9gV7jI.js";
8
- import { _ as m, a as h, c as g, d as _, f as v, h as y, l as b, m as x, n as S, o as C, p as w, r as T, s as E, t as D, u as O, y as k } from "../useModuleLoader-wM3SQn3B.js";
8
+ import { _ as m, a as h, c as g, d as _, f as v, h as y, l as b, m as x, n as S, o as C, p as w, r as T, s as E, t as D, u as O, y as k } from "../useModuleLoader-C2VkEPxy.js";
9
9
  import { getDeviceClass as A } from "@incodetech/core/device";
10
10
  import { getRequiredWasmPipelines as j } from "@incodetech/core/flow";
11
11
  import { bootstrapSession as M, refreshQrUrlUuid as N } from "@incodetech/core/session";
@@ -4,10 +4,10 @@ import { c as r, o as i } from "../hooks-CLjlsC2g.js";
4
4
  import { t as a } from "../incodeComponent-MZEyrb1V.js";
5
5
  import { r as o } from "../loadingIcon-BN5YRQUb.js";
6
6
  import { t as s } from "../page-C1yT4DLb.js";
7
- import "../extensibility-Ctc8HVZ8.js";
7
+ import "../extensibility-uoS3TI6M.js";
8
8
  import { t as c } from "../autoFocusTitle-BpYdaSUM.js";
9
9
  import { t as l } from "../verificationResult-CxBb6PGD.js";
10
- import { t as u } from "../otpInput-Dn8bArTY.js";
10
+ import { t as u } from "../otpInput-DQ-B9wf_.js";
11
11
  import { t as d } from "../incodeModule-BH9gV7jI.js";
12
12
  import { createGovernmentValidationManager as f } from "@incodetech/core/government-validation";
13
13
  //#endregion
package/dist/id/id.es.js CHANGED
@@ -4,7 +4,7 @@ import { c as u, o as d } from "../hooks-CLjlsC2g.js";
4
4
  import { t as f } from "../incodeComponent-MZEyrb1V.js";
5
5
  import { n as p } from "../loadingIcon-BN5YRQUb.js";
6
6
  import { t as m } from "../page-C1yT4DLb.js";
7
- import { a as h, i as g, n as _, o as ee, r as te, s as v, t as y } from "../extensibility-Ctc8HVZ8.js";
7
+ import { a as h, i as g, n as _, o as ee, r as te, s as v, t as y } from "../extensibility-uoS3TI6M.js";
8
8
  import { t as b } from "../spinner-CKnjVHxw.js";
9
9
  import "../spinner-B4dcie2T.js";
10
10
  import { t as x } from "../transitionSpinner-BWCiDYAb.js";
@@ -3,12 +3,12 @@ import { d as t, v as n } from "./vendor-preact-D6SntenC.js";
3
3
  import { c as r, o as i } from "./hooks-CLjlsC2g.js";
4
4
  import { t as a } from "./incodeComponent-MZEyrb1V.js";
5
5
  import { t as o } from "./page-C1yT4DLb.js";
6
- import "./extensibility-Ctc8HVZ8.js";
6
+ import "./extensibility-uoS3TI6M.js";
7
7
  import { t as s } from "./button-DcCUEn2n.js";
8
8
  import { t as c } from "./verificationResult-CxBb6PGD.js";
9
- import { t as l } from "./inputComposed-B_wfX5p4.js";
10
- import { t as u } from "./radioGroupComposed-hn_Qf3sS.js";
11
- import { t as d } from "./dateInputComposed-B8qAipXk.js";
9
+ import { t as l } from "./inputComposed-DAEey9xm.js";
10
+ import { t as u } from "./radioGroupComposed-DGsMNWzv.js";
11
+ import { t as d } from "./dateInputComposed-Ddd7HLyM.js";
12
12
  import { t as f } from "./incodeModule-BH9gV7jI.js";
13
13
  import { n as p, t as m } from "./requiredLabelHint-Dge9zK49.js";
14
14
  import { createIdOcrManager as h, getOcrFields as g } from "@incodetech/core/id-ocr";
@@ -12,10 +12,14 @@ var o = e((e, r) => {
12
12
  type: a,
13
13
  class: n("IncodeInput", i)
14
14
  });
15
- }), s = e(({ id: e, label: s, labelHint: c, "aria-label": l, type: u, error: d, showErrorIcon: f, helper: p, showHelperIcon: m, closeButton: h, rightIcon: g, required: _, suppressMessages: v = !1, class: y, value: b, ...x }, S) => {
16
- let C = `${e}-helper`, w = `${e}-error`, T = v ? "" : [p ? C : null, d ? w : null].filter(Boolean).join(" ");
15
+ }), s = e(({ id: e, label: s, labelHint: c, "aria-label": l, "aria-describedby": u, type: d, error: f, showErrorIcon: p, helper: m, showHelperIcon: h, closeButton: g, rightIcon: _, required: v, suppressMessages: y = !1, class: b, value: x, ...S }, C) => {
16
+ let w = `${e}-helper`, T = `${e}-error`, E = [
17
+ !y && m ? w : null,
18
+ !y && f ? T : null,
19
+ u
20
+ ].filter(Boolean).join(" ") || void 0;
17
21
  return /* @__PURE__ */ t("div", {
18
- class: n("IncodeInputComposed", y),
22
+ class: n("IncodeInputComposed", b),
19
23
  children: [
20
24
  s && /* @__PURE__ */ t("label", {
21
25
  class: "IncodeInputComposedLabel",
@@ -32,23 +36,23 @@ var o = e((e, r) => {
32
36
  children: [
33
37
  /* @__PURE__ */ t(o, {
34
38
  id: e,
35
- type: u,
36
- ...x,
37
- ref: S,
38
- required: _,
39
- "data-has-value": !!(b && String(b).length > 0),
39
+ type: d,
40
+ ...S,
41
+ ref: C,
42
+ required: v,
43
+ "data-has-value": !!(x && String(x).length > 0),
40
44
  ...!s && l ? { "aria-label": l } : {},
41
- "aria-describedby": T || void 0,
42
- "aria-required": _ ? "true" : void 0,
43
- "aria-invalid": d ? "true" : void 0,
44
- value: b
45
+ "aria-describedby": E,
46
+ "aria-required": v ? "true" : void 0,
47
+ "aria-invalid": f ? "true" : void 0,
48
+ value: x
45
49
  }),
46
- g,
47
- h?.show && /* @__PURE__ */ t("button", {
50
+ _,
51
+ g?.show && /* @__PURE__ */ t("button", {
48
52
  type: "button",
49
53
  "aria-label": "Clear",
50
54
  class: "IncodeInputComposedClearButton",
51
- onClick: h.onClose,
55
+ onClick: g.onClose,
52
56
  "data-testid": `${e}-clear`,
53
57
  children: /* @__PURE__ */ t(i, {
54
58
  width: 24,
@@ -58,29 +62,29 @@ var o = e((e, r) => {
58
62
  })
59
63
  ]
60
64
  }),
61
- !v && d && /* @__PURE__ */ t("div", {
65
+ !y && f && /* @__PURE__ */ t("div", {
62
66
  class: "IncodeInputComposedErrorWrapper",
63
67
  role: "alert",
64
68
  "data-testid": `${e}-error-wrapper`,
65
- children: [f && /* @__PURE__ */ t("div", {
69
+ children: [p && /* @__PURE__ */ t("div", {
66
70
  class: "IncodeInputComposedIconWrapper",
67
71
  children: /* @__PURE__ */ t(r, { size: 17 })
68
72
  }), /* @__PURE__ */ t("p", {
69
- id: w,
73
+ id: T,
70
74
  class: "IncodeInputComposedError",
71
- children: d
75
+ children: f
72
76
  })]
73
77
  }),
74
- !v && p && !d && /* @__PURE__ */ t("div", {
78
+ !y && m && !f && /* @__PURE__ */ t("div", {
75
79
  class: "IncodeInputComposedHelperWrapper",
76
80
  "data-testid": `${e}-helper-wrapper`,
77
- children: [m && /* @__PURE__ */ t("div", {
81
+ children: [h && /* @__PURE__ */ t("div", {
78
82
  class: "IncodeInputComposedIconWrapper",
79
83
  children: /* @__PURE__ */ t(a, { size: 17 })
80
84
  }), /* @__PURE__ */ t("p", {
81
- id: C,
85
+ id: w,
82
86
  class: "IncodeInputComposedHelper",
83
- children: p
87
+ children: m
84
88
  })]
85
89
  })
86
90
  ]
@@ -0,0 +1 @@
1
+ import "./inputComposed-DAEey9xm.js";
@@ -1,8 +1,8 @@
1
1
  import { n as e } from "./i18n-Cw8Y_JeB.js";
2
2
  import { _ as t, h as n, l as r, p as i, v as a } from "./vendor-preact-D6SntenC.js";
3
3
  import { r as o } from "./hooks-CLjlsC2g.js";
4
- import { t as s } from "./inputComposed-B_wfX5p4.js";
5
- import { i as c } from "./radioGroupComposed-hn_Qf3sS.js";
4
+ import { t as s } from "./inputComposed-DAEey9xm.js";
5
+ import { i as c } from "./radioGroupComposed-DGsMNWzv.js";
6
6
  import { t as l } from "./bottomSheet-QrpyatOD.js";
7
7
  //#region src/shared/addressAutocomplete/addressAutocomplete.tsx
8
8
  var u = ({ label: u, value: d, error: f, errorParams: p, suggestions: m, readonly: h, required: g, labelHint: _, onChange: v, onSearch: y, onSelect: b, onBlur: x }) => {
@@ -2,8 +2,8 @@ import { n as e } from "./i18n-Cw8Y_JeB.js";
2
2
  import { _ as t, h as n, l as r, p as i, v as a } from "./vendor-preact-D6SntenC.js";
3
3
  import { r as o } from "./loadingIcon-BN5YRQUb.js";
4
4
  import { t as s } from "./button-DcCUEn2n.js";
5
- import { t as c } from "./inputComposed-B_wfX5p4.js";
6
- import "./inputComposed-CcTCHkHI.js";
5
+ import { t as c } from "./inputComposed-DAEey9xm.js";
6
+ import "./inputComposed-eS4B0Mkh.js";
7
7
  //#region src/shared/otpInput/otpInput.tsx
8
8
  var l = 6, u = (e) => `${Math.floor(e / 60)}:${(e % 60).toString().padStart(2, "0")}`, d = (e) => e.replace(/[^a-zA-Z0-9]/g, "").toUpperCase().slice(0, l), f = ({ resendTimer: f, canResend: p, error: m, onSubmit: h, onResend: g, onBack: _, backLinkText: v = "otp.changePhoneNumber", disabled: y = !1, isLoading: b = !1 }) => {
9
9
  let { t: x } = e(), [S, C] = i(""), w = r(null), T = r(0), E = r(null), D = r(null), O = r(p), k = r(!1), A = r(), j = n((e) => {