@incodetech/web 0.0.0-dev-20260622-1afbb270 → 0.0.0-dev-20260623-510bede8
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.
- package/dist/face-match/face-match.es.js +1 -1
- package/dist/{faceMatch-Dez_bq3n.js → faceMatch-BSrFwS4c.js} +1 -1
- package/dist/faceMatch-D_uyeaBt.js +2 -0
- package/dist/flow/flow.es.js +1 -1
- package/dist/{useModuleLoader-Kt78XfNR.js → useModuleLoader-BNE_xKwo.js} +1 -1
- package/dist/workflow/workflow.es.js +1 -1
- package/package.json +2 -2
- package/dist/faceMatch-C0-RPzrc.js +0 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as FaceMatch } from "../faceMatch-
|
|
1
|
+
import { t as FaceMatch } from "../faceMatch-BSrFwS4c.js";
|
|
2
2
|
export { FaceMatch };
|
|
@@ -291,7 +291,7 @@ var FaceMatchContent = ({ config, onFinish, onError }) => {
|
|
|
291
291
|
className: "IncodeFaceMatchLivenessContainer IncodeFaceMatchLivenessVisible",
|
|
292
292
|
children: /* @__PURE__ */ u(Snackbar, {
|
|
293
293
|
variant: liveness ? "positive" : "negative",
|
|
294
|
-
children: t(liveness ? "
|
|
294
|
+
children: t(liveness ? "matchUser.livenessSuccess" : "matchUser.livenessFailed")
|
|
295
295
|
})
|
|
296
296
|
}),
|
|
297
297
|
showResult && /* @__PURE__ */ u("div", {
|
package/dist/flow/flow.es.js
CHANGED
|
@@ -5,7 +5,7 @@ import { c as useManager } from "../hooks-Da_yP_Dr.js";
|
|
|
5
5
|
import { t as IncodeComponent } from "../incodeComponent-Cmi1rlWs.js";
|
|
6
6
|
import { t as TransitionSpinner } from "../transitionSpinner-4rPkt-KM.js";
|
|
7
7
|
import { t as registerIncodeModuleElement } from "../incodeModule-M8DszCee.js";
|
|
8
|
-
import { _ as warmupWasmIfNeeded, a as resolveApiKey, c as HEADLESS_FLOW_MODULE_KEYS, d as fetchTheme, f as initializeFlowManager, h as preloadRedirectToMobile, l as LAZY_UI_MODULES, m as preloadHomeScreen, n as useModulePreloader, o as extractIncodeStatus, p as preloadFirstModule, r as usePrefetchNextModule, s as UnsupportedModule, t as useModuleLoader, u as createFlowManager, y as TerminalErrorPage } from "../useModuleLoader-
|
|
8
|
+
import { _ as warmupWasmIfNeeded, a as resolveApiKey, c as HEADLESS_FLOW_MODULE_KEYS, d as fetchTheme, f as initializeFlowManager, h as preloadRedirectToMobile, l as LAZY_UI_MODULES, m as preloadHomeScreen, n as useModulePreloader, o as extractIncodeStatus, p as preloadFirstModule, r as usePrefetchNextModule, s as UnsupportedModule, t as useModuleLoader, u as createFlowManager, y as TerminalErrorPage } from "../useModuleLoader-BNE_xKwo.js";
|
|
9
9
|
import { getDeviceClass } from "@incodetech/core/device";
|
|
10
10
|
import { getRequiredWasmPipelines } from "@incodetech/core/flow";
|
|
11
11
|
import { bootstrapSession, refreshQrUrlUuid } from "@incodetech/core/session";
|
|
@@ -289,7 +289,7 @@ var LAZY_UI_MODULES = {
|
|
|
289
289
|
ID_CAPTURE: lazyIdModule,
|
|
290
290
|
TUTORIAL_ID: lazyIdModule,
|
|
291
291
|
SECOND_ID: lazyIdModule,
|
|
292
|
-
FACE_MATCH: () => import("./faceMatch-
|
|
292
|
+
FACE_MATCH: () => import("./faceMatch-D_uyeaBt.js").then((m) => m.FaceMatch),
|
|
293
293
|
CURP_VALIDATION: () => import("./curp-validation/curp-validation.es.js").then((m) => m.CurpValidation),
|
|
294
294
|
GOVT_VALIDATION_PROVISIONING: () => import("./governmentValidation/governmentValidation.es.js").then((m) => m.GovernmentValidation),
|
|
295
295
|
INE_VALIDATION: () => import("./governmentValidation/governmentValidation.es.js").then((m) => m.GovernmentValidation),
|
|
@@ -7,7 +7,7 @@ import { t as Page } from "../page-DidH_RkX.js";
|
|
|
7
7
|
import { t as TransitionSpinner } from "../transitionSpinner-4rPkt-KM.js";
|
|
8
8
|
import { t as AutoFocusTitle } from "../autoFocusTitle-CuRu2lPg.js";
|
|
9
9
|
import { t as registerIncodeModuleElement } from "../incodeModule-M8DszCee.js";
|
|
10
|
-
import { a as resolveApiKey, g as setupSDK, i as HEADLESS_WORKFLOW_MODULE_KEYS, l as LAZY_UI_MODULES, o as extractIncodeStatus, s as UnsupportedModule, t as useModuleLoader, v as fetchAndApplyTheme, y as TerminalErrorPage } from "../useModuleLoader-
|
|
10
|
+
import { a as resolveApiKey, g as setupSDK, i as HEADLESS_WORKFLOW_MODULE_KEYS, l as LAZY_UI_MODULES, o as extractIncodeStatus, s as UnsupportedModule, t as useModuleLoader, v as fetchAndApplyTheme, y as TerminalErrorPage } from "../useModuleLoader-BNE_xKwo.js";
|
|
11
11
|
import { resolveWasmConfig, upgradeToWasmHttpClient, warmupWasm } from "@incodetech/core/wasm";
|
|
12
12
|
import { getDeviceClass } from "@incodetech/core/device";
|
|
13
13
|
import { classifyScoreStatus, getTotalScoreStatus } from "@incodetech/core/flow";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20260623-510bede8",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"qrcode": "^1.5.4",
|
|
265
265
|
"signature_pad": "^5.1.3",
|
|
266
266
|
"tailwindcss": "^4.1.17",
|
|
267
|
-
"@incodetech/core": "0.0.0-dev-
|
|
267
|
+
"@incodetech/core": "0.0.0-dev-20260623-510bede8"
|
|
268
268
|
},
|
|
269
269
|
"devDependencies": {
|
|
270
270
|
"@microsoft/api-extractor": "^7.53.3",
|