@incodetech/web 0.0.0-dev-20260401-018c3ea → 0.0.0-dev-20260401-9ec5a7b
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.
|
@@ -288,6 +288,19 @@ const be = ({
|
|
|
288
288
|
},
|
|
289
289
|
e.name
|
|
290
290
|
)),
|
|
291
|
+
/* @__PURE__ */ o(
|
|
292
|
+
pe,
|
|
293
|
+
{
|
|
294
|
+
ubos: b,
|
|
295
|
+
errors: E,
|
|
296
|
+
errorParams: F,
|
|
297
|
+
canAddUbo: u,
|
|
298
|
+
onSetField: j,
|
|
299
|
+
onBlur: $,
|
|
300
|
+
onAdd: () => r.addUbo(),
|
|
301
|
+
onRemove: z
|
|
302
|
+
}
|
|
303
|
+
),
|
|
291
304
|
L.length > 0 && /* @__PURE__ */ o(re, { children: [
|
|
292
305
|
/* @__PURE__ */ o("h3", { className: "IncodeEkybSectionHeader", children: n("ekyb.addressDetails") }),
|
|
293
306
|
L.map((e) => e.name === "street" ? /* @__PURE__ */ o(
|
|
@@ -324,20 +337,7 @@ const be = ({
|
|
|
324
337
|
},
|
|
325
338
|
e.name
|
|
326
339
|
))
|
|
327
|
-
] })
|
|
328
|
-
/* @__PURE__ */ o(
|
|
329
|
-
pe,
|
|
330
|
-
{
|
|
331
|
-
ubos: b,
|
|
332
|
-
errors: E,
|
|
333
|
-
errorParams: F,
|
|
334
|
-
canAddUbo: u,
|
|
335
|
-
onSetField: j,
|
|
336
|
-
onBlur: $,
|
|
337
|
-
onAdd: () => r.addUbo(),
|
|
338
|
-
onRemove: z
|
|
339
|
-
}
|
|
340
|
-
)
|
|
340
|
+
] })
|
|
341
341
|
] }),
|
|
342
342
|
/* @__PURE__ */ o("div", { className: "IncodeEkybFooter", children: /* @__PURE__ */ o(
|
|
343
343
|
Z,
|
package/dist/flow/flow.es.js
CHANGED
|
@@ -2004,7 +2004,7 @@ const Pe = () => import("../id/id.es.js").then((e) => e.Id), ke = {
|
|
|
2004
2004
|
),
|
|
2005
2005
|
GEOLOCATION: () => import("../geolocation/geolocation.es.js").then((e) => e.Geolocation),
|
|
2006
2006
|
EXTERNAL_VERIFICATION: () => import("../ekycModule-BgFGstuw.js").then((e) => e.EkycModule),
|
|
2007
|
-
EKYB: () => import("../ekybModule-
|
|
2007
|
+
EKYB: () => import("../ekybModule-RZwNRg6E.js").then((e) => e.EkybModule),
|
|
2008
2008
|
DOCUMENT_CAPTURE: () => import("../documentCapture-DyhxCgpZ.js").then(
|
|
2009
2009
|
(e) => e.DocumentCapture
|
|
2010
2010
|
),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-20260401-
|
|
3
|
+
"version": "0.0.0-dev-20260401-9ec5a7b",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"preact-markup": "^2.1.1",
|
|
137
137
|
"qrcode": "^1.5.4",
|
|
138
138
|
"tailwindcss": "^4.1.17",
|
|
139
|
-
"@incodetech/core": "0.0.0-dev-20260401-
|
|
139
|
+
"@incodetech/core": "0.0.0-dev-20260401-9ec5a7b"
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
142
|
"@microsoft/api-extractor": "^7.53.3",
|