@incodetech/web 0.0.0-dev-20260731-7e8afdd1 → 0.0.0-dev-20260803-b5ce6d34
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/face-match/styles.css +1 -1
- package/dist/faceMatch-DGdKw2fY.js +2 -0
- package/dist/{faceMatch-B6QDKqLv.js → faceMatch-DkaXGu8c.js} +2 -2
- package/dist/flow/flow.es.js +1 -1
- package/dist/flow/styles.css +1 -1
- package/dist/{useModuleLoader-Dts-cY1f.js → useModuleLoader-DZvVeB0l.js} +1 -1
- package/dist/workflow/styles.css +1 -1
- package/dist/workflow/workflow.es.js +1 -1
- package/package.json +2 -2
- package/dist/faceMatch-CgisVOjO.js +0 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as FaceMatch } from "../faceMatch-
|
|
1
|
+
import { t as FaceMatch } from "../faceMatch-DkaXGu8c.js";
|
|
2
2
|
export { FaceMatch };
|
|
@@ -189,11 +189,11 @@ var MatchResultDisplay = ({ matched, titleRef }) => {
|
|
|
189
189
|
"aria-hidden": "true",
|
|
190
190
|
children: matched === true ? /* @__PURE__ */ u(Asset, {
|
|
191
191
|
name: "faceMatch.success",
|
|
192
|
-
class: "
|
|
192
|
+
class: "IncodeFaceMatchResultIcon",
|
|
193
193
|
default: SvgMatchSuccess
|
|
194
194
|
}) : matched === false ? /* @__PURE__ */ u(Asset, {
|
|
195
195
|
name: "faceMatch.fail",
|
|
196
|
-
class: "
|
|
196
|
+
class: "IncodeFaceMatchResultIcon",
|
|
197
197
|
default: SvgMatchFail
|
|
198
198
|
}) : null
|
|
199
199
|
}), /* @__PURE__ */ u(Title, {
|
package/dist/flow/flow.es.js
CHANGED
|
@@ -4,7 +4,7 @@ import { a as TerminalErrorPage, i as ResolvedConfigProvider, l as TransitionSpi
|
|
|
4
4
|
import { n as ErrorIcon } from "../incode-logo-DfmsgFwc.js";
|
|
5
5
|
import { t as StatusPage } from "../statusPage-BUedaCa2.js";
|
|
6
6
|
import { t as registerIncodeModuleElement } from "../incodeModule-BE4EvBi8.js";
|
|
7
|
-
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, v as isDesktopOrEmulated } from "../useModuleLoader-
|
|
7
|
+
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, v as isDesktopOrEmulated } from "../useModuleLoader-DZvVeB0l.js";
|
|
8
8
|
import { getRequiredWasmPipelines } from "@incodetech/core/flow";
|
|
9
9
|
import { bootstrapSession, refreshQrUrlUuid } from "@incodetech/core/session";
|
|
10
10
|
//#region src/shared/processing/useDelayedFlag.ts
|
package/dist/flow/styles.css
CHANGED
|
@@ -78,7 +78,7 @@ var LAZY_UI_MODULES = {
|
|
|
78
78
|
ID_CAPTURE: lazyIdModule,
|
|
79
79
|
TUTORIAL_ID: lazyIdModule,
|
|
80
80
|
SECOND_ID: lazyIdModule,
|
|
81
|
-
FACE_MATCH: () => import("./faceMatch-
|
|
81
|
+
FACE_MATCH: () => import("./faceMatch-DGdKw2fY.js").then((m) => m.FaceMatch),
|
|
82
82
|
CURP_VALIDATION: () => import("./curp-validation/curp-validation.es.js").then((m) => m.CurpValidation),
|
|
83
83
|
GOVT_VALIDATION_PROVISIONING: () => import("./government-validation/government-validation.es.js").then((m) => m.GovernmentValidation),
|
|
84
84
|
INE_VALIDATION: () => import("./government-validation/government-validation.es.js").then((m) => m.GovernmentValidation),
|
package/dist/workflow/styles.css
CHANGED
|
@@ -4,7 +4,7 @@ import { i as fetchAndApplyTheme } from "../dashboardTheme-CVliZSR-.js";
|
|
|
4
4
|
import { a as TerminalErrorPage, i as ResolvedConfigProvider, l as TransitionSpinner, o as Page, t as IncodeComponent, y as useManager } from "../incodeComponent-OSkicUIt.js";
|
|
5
5
|
import { t as AutoFocusTitle } from "../autoFocusTitle-D1GHOAjH.js";
|
|
6
6
|
import { t as registerIncodeModuleElement } from "../incodeModule-BE4EvBi8.js";
|
|
7
|
-
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 isDesktopOrEmulated } from "../useModuleLoader-
|
|
7
|
+
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 isDesktopOrEmulated } from "../useModuleLoader-DZvVeB0l.js";
|
|
8
8
|
import { resolveWasmConfig, upgradeToWasmHttpClient, warmupWasm } from "@incodetech/core/wasm";
|
|
9
9
|
import { classifyScoreStatus } from "@incodetech/core/flow";
|
|
10
10
|
import { bootstrapSession, refreshQrUrlUuid } from "@incodetech/core/session";
|
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-20260803-b5ce6d34",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"qrcode": "^1.5.4",
|
|
293
293
|
"signature_pad": "^5.1.3",
|
|
294
294
|
"tailwindcss": "^4.1.17",
|
|
295
|
-
"@incodetech/core": "0.0.0-dev-
|
|
295
|
+
"@incodetech/core": "0.0.0-dev-20260803-b5ce6d34"
|
|
296
296
|
},
|
|
297
297
|
"devDependencies": {
|
|
298
298
|
"@microsoft/api-extractor": "^7.53.3",
|