@incodetech/web 0.0.0-dev-20260421-a263f79 → 0.0.0-dev-20260421-d4c01cb
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/authentication/authentication.es.js +1 -1
- package/dist/{documentCapture-D_e9m4o5.js → documentCapture-DXLk2cmP.js} +2 -2
- package/dist/email/email.es.js +1 -1
- package/dist/{extensibility-Cv7u7Q9B.js → extensibility-BOSDj_GD.js} +1 -1
- package/dist/extensibility.es.js +2 -2
- package/dist/flow/flow.es.js +1 -1
- package/dist/flow/styles.css +6 -1
- package/dist/id/id.es.js +2 -2
- package/dist/selfie/selfie.es.js +1 -1
- package/dist/selfie/styles.css +6 -1
- package/dist/{tutorial-DtReTwNS.js → tutorial-DyGI77KN.js} +197 -187
- package/dist/{useModuleLoader-BQ-yrxuR.js → useModuleLoader-D8EzOf9u.js} +2 -2
- package/dist/workflow/styles.css +6 -1
- package/dist/workflow/workflow.es.js +1 -1
- package/package.json +2 -2
|
@@ -166,8 +166,8 @@ var A = {
|
|
|
166
166
|
GEOLOCATION: () => import("./geolocation/geolocation.es.js").then((e) => e.Geolocation),
|
|
167
167
|
EXTERNAL_VERIFICATION: () => import("./ekycModule-BdPdWLQa.js").then((e) => e.EkycModule),
|
|
168
168
|
EKYB: () => import("./ekybModule-CXY_Mv5-.js").then((e) => e.EkybModule),
|
|
169
|
-
DOCUMENT_CAPTURE: () => import("./documentCapture-
|
|
170
|
-
ADDRESS: () => import("./documentCapture-
|
|
169
|
+
DOCUMENT_CAPTURE: () => import("./documentCapture-DXLk2cmP.js").then((e) => e.DocumentCapture),
|
|
170
|
+
ADDRESS: () => import("./documentCapture-DXLk2cmP.js").then((e) => e.DocumentCapture),
|
|
171
171
|
COMBINED_CONSENT: () => import("./consent/consent.es.js").then((e) => e.Consent),
|
|
172
172
|
MANDATORY_CONSENT: () => import("./mandatoryConsent-Bhydm83e.js").then((e) => e.MandatoryConsent),
|
|
173
173
|
SIGNATURE: () => import("./signature/signature.es.js").then((e) => e.Signature),
|
package/dist/workflow/styles.css
CHANGED
|
@@ -631,7 +631,12 @@
|
|
|
631
631
|
position: absolute;
|
|
632
632
|
}
|
|
633
633
|
|
|
634
|
-
.IncodeLoadingBorder.
|
|
634
|
+
.IncodeLoadingBorder .IncodeLoadingBorderBase, .IncodeLoadingBorder .IncodeLoadingBorderForeground {
|
|
635
|
+
inset: var(--spacing-0, var(--spacing-none, 0px));
|
|
636
|
+
position: absolute;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.IncodeLoadingBorder .IncodeLoadingBorderForeground.IncodeLoadingBorderSpinning {
|
|
635
640
|
animation: var(--animate-spin, spin 1s linear infinite);
|
|
636
641
|
}
|
|
637
642
|
|
|
@@ -5,7 +5,7 @@ import { o, t as s } from "../incodeComponent-DzIDROLm.js";
|
|
|
5
5
|
import "../spinner-BmFWJNHp.js";
|
|
6
6
|
import { t as c } from "../transitionSpinner-DMz65Cb2.js";
|
|
7
7
|
import { t as l } from "../incodeModule-D_r2n18O.js";
|
|
8
|
-
import { a as u, f as d, i as f, m as p, t as m } from "../useModuleLoader-
|
|
8
|
+
import { a as u, f as d, i as f, m as p, t as m } from "../useModuleLoader-D8EzOf9u.js";
|
|
9
9
|
import { resolveWasmConfig as h, warmupWasm as g } from "@incodetech/core/wasm";
|
|
10
10
|
import { createWorkflowManager as _ } from "@incodetech/core/workflow";
|
|
11
11
|
//#region src/modules/workflow/workflowInit.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-20260421-
|
|
3
|
+
"version": "0.0.0-dev-20260421-d4c01cb",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"qrcode": "^1.5.4",
|
|
184
184
|
"signature_pad": "^5.1.3",
|
|
185
185
|
"tailwindcss": "^4.1.17",
|
|
186
|
-
"@incodetech/core": "0.0.0-dev-20260421-
|
|
186
|
+
"@incodetech/core": "0.0.0-dev-20260421-d4c01cb"
|
|
187
187
|
},
|
|
188
188
|
"devDependencies": {
|
|
189
189
|
"@microsoft/api-extractor": "^7.53.3",
|