@incodetech/web 0.0.0-dev-20260310-9507f47 → 0.0.0-dev-20260311-e1ad562

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.
@@ -3,7 +3,7 @@ import { SUPPORTED_COUNTRIES as I, DEV_ONLY_COUNTRIES as R, createEkybManager as
3
3
  import { T as w, y as v, A as L, k as A } from "./vendor-preact-DP-hbKuj.js";
4
4
  import "./uiConfig-B8PUPgHY.js";
5
5
  import "@incodetech/core";
6
- import { F as P, V as E, u as O } from "./verificationResult-BUDATjlJ.js";
6
+ import { F as P, V as E, u as O } from "./verificationResult-B51cgPGU.js";
7
7
  import { P as T } from "./page-CcgnVEBJ.js";
8
8
  import { D as f, I as N } from "./dropdownComposed-BjDHcYMb.js";
9
9
  function B(e) {
@@ -192,17 +192,6 @@ const K = ({
192
192
  },
193
193
  s.name
194
194
  )),
195
- /* @__PURE__ */ t(
196
- z,
197
- {
198
- ubos: m,
199
- errors: u,
200
- canAddUbo: n,
201
- onSetField: (s, y, p) => o.setUboField(s, y, p),
202
- onAdd: () => o.addUbo(),
203
- onRemove: (s) => o.removeUbo(s)
204
- }
205
- ),
206
195
  C.length > 0 && /* @__PURE__ */ t(A, { children: [
207
196
  /* @__PURE__ */ t("h3", { className: "IncodeEkyb__sectionHeader", children: b("ekyb.addressDetails") }),
208
197
  C.map((s) => /* @__PURE__ */ t(
@@ -216,7 +205,18 @@ const K = ({
216
205
  },
217
206
  s.name
218
207
  ))
219
- ] })
208
+ ] }),
209
+ /* @__PURE__ */ t(
210
+ z,
211
+ {
212
+ ubos: m,
213
+ errors: u,
214
+ canAddUbo: n,
215
+ onSetField: (s, y, p) => o.setUboField(s, y, p),
216
+ onAdd: () => o.addUbo(),
217
+ onRemove: (s) => o.removeUbo(s)
218
+ }
219
+ )
220
220
  ] }),
221
221
  /* @__PURE__ */ t("div", { className: "IncodeEkyb__footer", children: [
222
222
  /* @__PURE__ */ t(U, { size: 32 }),
@@ -3,7 +3,7 @@ import { createEkycManager as z } from "@incodetech/core/ekyc";
3
3
  import { d as w, A as x, T as R, y as F, q as M } from "./vendor-preact-DP-hbKuj.js";
4
4
  import "./uiConfig-B8PUPgHY.js";
5
5
  import "@incodetech/core";
6
- import { V as D, u as G, F as Y } from "./verificationResult-BUDATjlJ.js";
6
+ import { V as D, u as G, F as Y } from "./verificationResult-B51cgPGU.js";
7
7
  import { D as J } from "./dateInputComposed-BvBQiMdN.js";
8
8
  import { I as B, D as K } from "./dropdownComposed-BjDHcYMb.js";
9
9
  import { P as X } from "./page-CcgnVEBJ.js";
@@ -149,8 +149,8 @@ const T = () => import("../id/id.es.js").then((e) => e.Id), y = {
149
149
  (e) => e.GovernmentValidation
150
150
  ),
151
151
  GEOLOCATION: () => import("../geolocation/geolocation.es.js").then((e) => e.Geolocation),
152
- EXTERNAL_VERIFICATION: () => import("../ekycModule-BgGa0eXL.js").then((e) => e.EkycModule),
153
- EKYB: () => import("../ekybModule-DwH-VPQb.js").then((e) => e.EkybModule),
152
+ EXTERNAL_VERIFICATION: () => import("../ekycModule-D5EJaj53.js").then((e) => e.EkycModule),
153
+ EKYB: () => import("../ekybModule-DTkcoFN0.js").then((e) => e.EkybModule),
154
154
  DOCUMENT_CAPTURE: () => import("../documentCapture-C3vAq9ev.js").then(
155
155
  (e) => e.DocumentCapture
156
156
  ),
@@ -5,7 +5,7 @@ import { I as S } from "./dropdownComposed-BjDHcYMb.js";
5
5
  import { S as y, E as k } from "./successIcon-BXW0lXvd.js";
6
6
  import { P as f } from "./page-CcgnVEBJ.js";
7
7
  import { S as z } from "./spinner-IY4lPK0V.js";
8
- function L(i, o) {
8
+ function H(i, o) {
9
9
  const [a, n] = g(!1);
10
10
  return F(() => {
11
11
  const t = i.current;
@@ -16,7 +16,7 @@ function L(i, o) {
16
16
  return r.observe(t), () => r.disconnect();
17
17
  }, [o, i]), a;
18
18
  }
19
- const O = ({
19
+ const L = ({
20
20
  name: i,
21
21
  label: o,
22
22
  value: a = "",
@@ -53,7 +53,7 @@ const O = ({
53
53
  "data-testid": `form-field-${i}`
54
54
  }
55
55
  ) });
56
- }, P = ({
56
+ }, O = ({
57
57
  status: i,
58
58
  submittingTitle: o,
59
59
  successTitle: a,
@@ -72,7 +72,7 @@ const O = ({
72
72
  ] }) });
73
73
  }
74
74
  if (i === "success") {
75
- const l = a ?? s("verification.success");
75
+ const l = a ?? s("verification.successTitle");
76
76
  return /* @__PURE__ */ e(f, { className: "IncodeVerificationResult", children: /* @__PURE__ */ e("div", { className: "IncodeVerificationResult__center", children: [
77
77
  /* @__PURE__ */ e(y, { size: 64 }),
78
78
  /* @__PURE__ */ e("p", { className: "IncodeVerificationResult__title", children: l })
@@ -99,7 +99,7 @@ const O = ({
99
99
  ] });
100
100
  };
101
101
  export {
102
- O as F,
103
- P as V,
104
- L as u
102
+ L as F,
103
+ O as V,
104
+ H as u
105
105
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260310-9507f47",
3
+ "version": "0.0.0-dev-20260311-e1ad562",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -107,7 +107,7 @@
107
107
  "libphonenumber-js": "^1.11.0",
108
108
  "preact-custom-element": "^4.6.0",
109
109
  "tailwindcss": "^4.1.17",
110
- "@incodetech/core": "0.0.0-dev-20260310-9507f47"
110
+ "@incodetech/core": "0.0.0-dev-20260311-e1ad562"
111
111
  },
112
112
  "devDependencies": {
113
113
  "@microsoft/api-extractor": "^7.53.3",