@incodetech/web 0.0.0-dev-20260310-9507f47 → 0.0.0-dev-20260310-8dc76e7
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.
|
@@ -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 }),
|
package/dist/flow/flow.es.js
CHANGED
|
@@ -150,7 +150,7 @@ const T = () => import("../id/id.es.js").then((e) => e.Id), y = {
|
|
|
150
150
|
),
|
|
151
151
|
GEOLOCATION: () => import("../geolocation/geolocation.es.js").then((e) => e.Geolocation),
|
|
152
152
|
EXTERNAL_VERIFICATION: () => import("../ekycModule-BgGa0eXL.js").then((e) => e.EkycModule),
|
|
153
|
-
EKYB: () => import("../ekybModule-
|
|
153
|
+
EKYB: () => import("../ekybModule-CVXaIejY.js").then((e) => e.EkybModule),
|
|
154
154
|
DOCUMENT_CAPTURE: () => import("../documentCapture-C3vAq9ev.js").then(
|
|
155
155
|
(e) => e.DocumentCapture
|
|
156
156
|
),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-20260310-
|
|
3
|
+
"version": "0.0.0-dev-20260310-8dc76e7",
|
|
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-
|
|
110
|
+
"@incodetech/core": "0.0.0-dev-20260310-8dc76e7"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@microsoft/api-extractor": "^7.53.3",
|