@incodetech/web 0.0.0-dev-20260326-106dc21 → 0.0.0-dev-20260326-408c0fa
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,19 +288,6 @@ 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
|
-
),
|
|
304
291
|
L.length > 0 && /* @__PURE__ */ o(re, { children: [
|
|
305
292
|
/* @__PURE__ */ o("h3", { className: "IncodeEkybSectionHeader", children: n("ekyb.addressDetails") }),
|
|
306
293
|
L.map((e) => e.name === "street" ? /* @__PURE__ */ o(
|
|
@@ -337,7 +324,20 @@ const be = ({
|
|
|
337
324
|
},
|
|
338
325
|
e.name
|
|
339
326
|
))
|
|
340
|
-
] })
|
|
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
|
+
)
|
|
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-Hi5yRFs3.js").then((e) => e.EkycModule),
|
|
2007
|
-
EKYB: () => import("../ekybModule-
|
|
2007
|
+
EKYB: () => import("../ekybModule-Ct3A65tt.js").then((e) => e.EkybModule),
|
|
2008
2008
|
DOCUMENT_CAPTURE: () => import("../documentCapture-DYsIVkcU.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-20260326-
|
|
3
|
+
"version": "0.0.0-dev-20260326-408c0fa",
|
|
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-20260326-
|
|
139
|
+
"@incodetech/core": "0.0.0-dev-20260326-408c0fa"
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
142
|
"@microsoft/api-extractor": "^7.53.3",
|