@incodetech/web 0.0.0-dev-20260619-079080ef → 0.0.0-dev-20260619-1a83dce8
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/consent/consent.es.js +1 -1
- package/dist/flow/flow.es.js +1 -1
- package/dist/id/id.es.js +1 -1
- package/dist/{mandatoryConsent-BBh32ghz.js → mandatoryConsent-DOQ0DKgM.js} +1 -1
- package/dist/{useModuleLoader-C4-JpdMq.js → useModuleLoader-Kt78XfNR.js} +2 -2
- package/dist/workflow/workflow.es.js +1 -1
- package/package.json +2 -2
|
@@ -21,7 +21,7 @@ var ConsentContent = ({ config, manager: externalManager, onFinish, onError }) =
|
|
|
21
21
|
if (!config) throw new Error("Consent config is required");
|
|
22
22
|
return createConsentManager({ config: {
|
|
23
23
|
...config,
|
|
24
|
-
language: i18n.language
|
|
24
|
+
language: config.language ?? i18n.language
|
|
25
25
|
} });
|
|
26
26
|
}, { manageLifecycle: !externalManager });
|
|
27
27
|
const checkboxes = "checkboxes" in state ? state.checkboxes : void 0;
|
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-Kt78XfNR.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";
|
package/dist/id/id.es.js
CHANGED
|
@@ -913,7 +913,7 @@ function preloadIdTutorialAssets() {
|
|
|
913
913
|
}
|
|
914
914
|
//#endregion
|
|
915
915
|
//#region src/modules/id/id.tsx
|
|
916
|
-
var MandatoryConsent = z(() => import("../mandatoryConsent-
|
|
916
|
+
var MandatoryConsent = z(() => import("../mandatoryConsent-DOQ0DKgM.js").then((module) => ({ default: module.MandatoryConsent })));
|
|
917
917
|
var IdContent = ({ config, manager: externalManager, onFinish, onError }) => {
|
|
918
918
|
usePreloadDisplayFont();
|
|
919
919
|
const { t } = useTranslation();
|
|
@@ -21,7 +21,7 @@ var MandatoryConsentContent = ({ config, manager: externalManager, onFinish, onE
|
|
|
21
21
|
if (!config) throw new Error("MandatoryConsent config is required when no manager is provided");
|
|
22
22
|
return createMandatoryConsentManager({ config: {
|
|
23
23
|
...config,
|
|
24
|
-
language: i18n.language
|
|
24
|
+
language: config.language ?? i18n.language
|
|
25
25
|
} });
|
|
26
26
|
}, { manageLifecycle: !externalManager });
|
|
27
27
|
y(() => {
|
|
@@ -299,8 +299,8 @@ var LAZY_UI_MODULES = {
|
|
|
299
299
|
DOCUMENT_CAPTURE: () => import("./documentCapture-3RHCHepT.js").then((m) => m.DocumentCapture),
|
|
300
300
|
ADDRESS: () => import("./documentCapture-3RHCHepT.js").then((m) => m.DocumentCapture),
|
|
301
301
|
COMBINED_CONSENT: () => import("./consent/consent.es.js").then((m) => m.Consent),
|
|
302
|
-
MANDATORY_CONSENT: () => import("./mandatoryConsent-
|
|
303
|
-
ML_CONSENT: () => import("./mandatoryConsent-
|
|
302
|
+
MANDATORY_CONSENT: () => import("./mandatoryConsent-DOQ0DKgM.js").then((m) => m.MandatoryConsent),
|
|
303
|
+
ML_CONSENT: () => import("./mandatoryConsent-DOQ0DKgM.js").then((m) => m.MandatoryConsent),
|
|
304
304
|
SIGNATURE: () => import("./signature/signature.es.js").then((m) => m.Signature),
|
|
305
305
|
ID_OCR: () => import("./idOcr-C4K2XVJr.js").then((m) => m.IdOcr),
|
|
306
306
|
CPF_OCR: () => import("./cpfOcr-BJOYoITy.js").then((m) => m.CpfOcr),
|
|
@@ -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 { 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-
|
|
8
|
+
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-Kt78XfNR.js";
|
|
9
9
|
import { resolveWasmConfig, upgradeToWasmHttpClient, warmupWasm } from "@incodetech/core/wasm";
|
|
10
10
|
import { getDeviceClass } from "@incodetech/core/device";
|
|
11
11
|
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-20260619-
|
|
3
|
+
"version": "0.0.0-dev-20260619-1a83dce8",
|
|
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-20260619-
|
|
267
|
+
"@incodetech/core": "0.0.0-dev-20260619-1a83dce8"
|
|
268
268
|
},
|
|
269
269
|
"devDependencies": {
|
|
270
270
|
"@microsoft/api-extractor": "^7.53.3",
|