@incodetech/web 0.0.0-dev-20260609-155c16bf → 0.0.0-dev-20260609-d8422416
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/ae-signature/ae-signature.es.js +1 -1
- package/dist/ae-signature/styles.css +3 -17
- package/dist/ae-signature/styles2.css +1 -1
- package/dist/document-capture/document-capture.es.js +1 -1
- package/dist/documentCapture-8ypBJehw.js +2 -0
- package/dist/{documentCapture-XGW3_KHY.js → documentCapture-BDV_921m.js} +5 -1
- package/dist/electronic-signature/electronic-signature.es.js +1 -1
- package/dist/{electronic-signature-BDcXZ6kN.js → electronic-signature-B-Q7M0wK.js} +9 -5
- package/dist/flow/flow.es.js +1 -1
- package/dist/flow/styles.css +4 -18
- package/dist/qe-signature/qe-signature.es.js +1 -1
- package/dist/signature/signature.es.js +1 -1
- package/dist/{useModuleLoader-DcMXbv0V.js → useModuleLoader-CGdRhgjS.js} +2 -2
- package/dist/workflow/styles.css +1 -1
- package/dist/workflow/workflow.es.js +1 -1
- package/package.json +2 -2
- package/dist/documentCapture-BzbWPrvP.js +0 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { v as u } from "../vendor-preact-DThS2ZQ_.js";
|
|
2
|
-
import { n as ElectronicSignature } from "../electronic-signature-
|
|
2
|
+
import { n as ElectronicSignature } from "../electronic-signature-B-Q7M0wK.js";
|
|
3
3
|
import { t as registerIncodeModuleElement } from "../incodeModule-BUDoTwT9.js";
|
|
4
4
|
//#region src/modules/ae-signature/ae-signature.tsx
|
|
5
5
|
var AeSignature = ({ config, onFinish, onError }) => {
|
|
@@ -201,24 +201,10 @@
|
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
.IncodeElectronicSignatureDocRowAction {
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
--tw-border-style: none;
|
|
204
|
+
width: auto;
|
|
205
|
+
max-width: none;
|
|
206
|
+
height: auto;
|
|
208
207
|
padding: var(--spacing-0, var(--spacing-none, 0px));
|
|
209
|
-
font-family: var(--typography-button-family);
|
|
210
|
-
font-size: var(--typography-button-m-underlined-size);
|
|
211
|
-
font-weight: var(--typography-button-m-underlined-weight);
|
|
212
|
-
line-height: var(--typography-button-m-underlined-line-height);
|
|
213
|
-
letter-spacing: var(--typography-button-m-underlined-letter-spacing);
|
|
214
|
-
-webkit-text-decoration-skip-ink: none;
|
|
215
|
-
text-decoration-skip-ink: none;
|
|
216
|
-
color: var(--color-text-link-default, var(--text-link-default));
|
|
217
|
-
background-color: #0000;
|
|
218
|
-
border-style: none;
|
|
219
|
-
text-decoration-line: underline;
|
|
220
|
-
text-decoration-style: solid;
|
|
221
|
-
text-decoration-thickness: auto;
|
|
222
208
|
}
|
|
223
209
|
|
|
224
210
|
.IncodeElectronicSignatureConsents {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
padding-block: var(--spacing-8, var(--spacing-8, 8px));
|
|
47
47
|
border-radius: var(--radius-small, var(--border-radius-small));
|
|
48
48
|
border-style: var(--tw-border-style);
|
|
49
|
-
border-width:
|
|
49
|
+
border-width: var(--border-width-regular, var(--primitive-border-width-1));
|
|
50
50
|
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
51
51
|
background-color: var(--color-input-surface-default, var(--input-surface-default));
|
|
52
52
|
height: var(--signature-canvas-height);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as DocumentCapture } from "../documentCapture-
|
|
1
|
+
import { t as DocumentCapture } from "../documentCapture-BDV_921m.js";
|
|
2
2
|
export { DocumentCapture };
|
|
@@ -9,7 +9,7 @@ import { t as Spinner } from "./spinner-D8a_2LvW.js";
|
|
|
9
9
|
import { t as Button } from "./button-CM_hgyIP.js";
|
|
10
10
|
import { a as FileIcon, p as CameraIcon, r as LockIcon } from "./icons-Dbs9ZfYM.js";
|
|
11
11
|
import { t as SuccessIcon } from "./successIcon-BAyDPT7I.js";
|
|
12
|
-
import { o as ErrorContent } from "./tutorial-D1qaY2Tm.js";
|
|
12
|
+
import { o as ErrorContent, r as Permissions } from "./tutorial-D1qaY2Tm.js";
|
|
13
13
|
import { t as BottomSheet } from "./bottomSheet-F1GJfQx_.js";
|
|
14
14
|
import { t as registerIncodeModuleElement } from "./incodeModule-BUDoTwT9.js";
|
|
15
15
|
import { createDocumentCaptureManager } from "@incodetech/core/document-capture";
|
|
@@ -848,6 +848,10 @@ var DocumentCaptureContent = ({ config, onFinish, onError }) => {
|
|
|
848
848
|
error: state.error,
|
|
849
849
|
pageNumber: state.pageNumber
|
|
850
850
|
});
|
|
851
|
+
if (state.status === "permissions") return /* @__PURE__ */ u(Permissions, {
|
|
852
|
+
manager,
|
|
853
|
+
permissionStatus: state.permissionStatus
|
|
854
|
+
});
|
|
851
855
|
if (state.status === "initializingCamera") return /* @__PURE__ */ u(DocumentCaptureLoading, {});
|
|
852
856
|
if (state.status === "capturing" && state.captureMode === "camera") {
|
|
853
857
|
if (!state.stream) return /* @__PURE__ */ u(DocumentCaptureLoading, {});
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as ElectronicSignature, t as AeSignature } from "../electronic-signature-
|
|
1
|
+
import { n as ElectronicSignature, t as AeSignature } from "../electronic-signature-B-Q7M0wK.js";
|
|
2
2
|
export { AeSignature, ElectronicSignature };
|
|
@@ -6,6 +6,7 @@ import { t as Page } from "./page-DxGQj7Gk.js";
|
|
|
6
6
|
import { t as Button } from "./button-CM_hgyIP.js";
|
|
7
7
|
import { c as ChevronLeftIcon, r as LockIcon } from "./icons-Dbs9ZfYM.js";
|
|
8
8
|
import { t as SuccessIcon } from "./successIcon-BAyDPT7I.js";
|
|
9
|
+
import { t as AutoFocusTitle } from "./autoFocusTitle-BzkUiELM.js";
|
|
9
10
|
import { t as VerificationResult } from "./verificationResult-Do5SpZ6X.js";
|
|
10
11
|
import { t as Checkbox } from "./checkbox-BoeLHKgp.js";
|
|
11
12
|
import { t as PdfViewer } from "./pdfViewer-BK-yVIve.js";
|
|
@@ -249,7 +250,9 @@ var ElectronicSignatureContent = ({ config, onFinish, onError }) => {
|
|
|
249
250
|
type: "file",
|
|
250
251
|
accept: "application/pdf",
|
|
251
252
|
className: "IncodeElectronicSignatureFileInput",
|
|
252
|
-
onChange: handleFileChange
|
|
253
|
+
onChange: handleFileChange,
|
|
254
|
+
tabIndex: -1,
|
|
255
|
+
"aria-hidden": "true"
|
|
253
256
|
})]
|
|
254
257
|
}), /* @__PURE__ */ u("div", {
|
|
255
258
|
className: "IncodeElectronicSignatureFooter",
|
|
@@ -273,7 +276,7 @@ var ElectronicSignatureContent = ({ config, onFinish, onError }) => {
|
|
|
273
276
|
className: "IncodeElectronicSignature IncodeElectronicSignatureSuccess",
|
|
274
277
|
children: [/* @__PURE__ */ u("div", {
|
|
275
278
|
className: "IncodeElectronicSignatureSuccessCenter",
|
|
276
|
-
children: [/* @__PURE__ */ u(SuccessIcon, { size: 64 }), /* @__PURE__ */ u(
|
|
279
|
+
children: [/* @__PURE__ */ u(SuccessIcon, { size: 64 }), /* @__PURE__ */ u(AutoFocusTitle, {
|
|
277
280
|
className: "IncodeElectronicSignatureSuccessTitle",
|
|
278
281
|
children: t("signature.successTitle")
|
|
279
282
|
})]
|
|
@@ -341,9 +344,10 @@ var ElectronicSignatureContent = ({ config, onFinish, onError }) => {
|
|
|
341
344
|
i === 0 ? "" : `${i + 1}`,
|
|
342
345
|
".pdf"
|
|
343
346
|
]
|
|
344
|
-
}), /* @__PURE__ */ u(
|
|
345
|
-
|
|
346
|
-
|
|
347
|
+
}), /* @__PURE__ */ u(Button, {
|
|
348
|
+
variant: "link",
|
|
349
|
+
size: "S",
|
|
350
|
+
class: "IncodeElectronicSignatureDocRowAction",
|
|
347
351
|
onClick: () => manager.viewDocument(doc.documentUrl),
|
|
348
352
|
children: t("aes.confirmSignature.viewDocument")
|
|
349
353
|
})]
|
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-wfnHlnXx.js";
|
|
6
6
|
import { t as TransitionSpinner } from "../transitionSpinner-DRRz-NV8.js";
|
|
7
7
|
import { t as registerIncodeModuleElement } from "../incodeModule-BUDoTwT9.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-CGdRhgjS.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/flow/styles.css
CHANGED
|
@@ -7659,7 +7659,7 @@
|
|
|
7659
7659
|
padding-block: var(--spacing-8, var(--spacing-8, 8px));
|
|
7660
7660
|
border-radius: var(--radius-small, var(--border-radius-small));
|
|
7661
7661
|
border-style: var(--tw-border-style);
|
|
7662
|
-
border-width:
|
|
7662
|
+
border-width: var(--border-width-regular, var(--primitive-border-width-1));
|
|
7663
7663
|
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
7664
7664
|
background-color: var(--color-input-surface-default, var(--input-surface-default));
|
|
7665
7665
|
height: var(--signature-canvas-height);
|
|
@@ -7928,24 +7928,10 @@
|
|
|
7928
7928
|
}
|
|
7929
7929
|
|
|
7930
7930
|
.IncodeElectronicSignatureDocRowAction {
|
|
7931
|
-
|
|
7932
|
-
|
|
7933
|
-
|
|
7934
|
-
--tw-border-style: none;
|
|
7931
|
+
width: auto;
|
|
7932
|
+
max-width: none;
|
|
7933
|
+
height: auto;
|
|
7935
7934
|
padding: var(--spacing-0, var(--spacing-none, 0px));
|
|
7936
|
-
font-family: var(--typography-button-family);
|
|
7937
|
-
font-size: var(--typography-button-m-underlined-size);
|
|
7938
|
-
font-weight: var(--typography-button-m-underlined-weight);
|
|
7939
|
-
line-height: var(--typography-button-m-underlined-line-height);
|
|
7940
|
-
letter-spacing: var(--typography-button-m-underlined-letter-spacing);
|
|
7941
|
-
-webkit-text-decoration-skip-ink: none;
|
|
7942
|
-
text-decoration-skip-ink: none;
|
|
7943
|
-
color: var(--color-text-link-default, var(--text-link-default));
|
|
7944
|
-
background-color: #0000;
|
|
7945
|
-
border-style: none;
|
|
7946
|
-
text-decoration-line: underline;
|
|
7947
|
-
text-decoration-style: solid;
|
|
7948
|
-
text-decoration-thickness: auto;
|
|
7949
7935
|
}
|
|
7950
7936
|
|
|
7951
7937
|
.IncodeElectronicSignatureConsents {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { v as u } from "../vendor-preact-DThS2ZQ_.js";
|
|
2
|
-
import { n as ElectronicSignature } from "../electronic-signature-
|
|
2
|
+
import { n as ElectronicSignature } from "../electronic-signature-B-Q7M0wK.js";
|
|
3
3
|
import { t as registerIncodeModuleElement } from "../incodeModule-BUDoTwT9.js";
|
|
4
4
|
//#region src/modules/qe-signature/qe-signature.tsx
|
|
5
5
|
var QeSignature = ({ config, onFinish, onError }) => {
|
|
@@ -885,7 +885,7 @@ var SignatureContent = ({ config, onFinish, onError }) => {
|
|
|
885
885
|
}),
|
|
886
886
|
/* @__PURE__ */ u(Spacer, { size: 8 }),
|
|
887
887
|
/* @__PURE__ */ u(Button, {
|
|
888
|
-
variant: "
|
|
888
|
+
variant: "link",
|
|
889
889
|
disabled: !hasDrawing || isSubmitting,
|
|
890
890
|
onClick: clearCanvas,
|
|
891
891
|
children: t("signature.clear")
|
|
@@ -294,8 +294,8 @@ var LAZY_UI_MODULES = {
|
|
|
294
294
|
GEOLOCATION: () => import("./geolocation/geolocation.es.js").then((m) => m.Geolocation),
|
|
295
295
|
EXTERNAL_VERIFICATION: () => import("./ekycModule-BGzwgjl1.js").then((m) => m.EkycModule),
|
|
296
296
|
EKYB: () => import("./ekybModule-DFoYpheB.js").then((m) => m.EkybModule),
|
|
297
|
-
DOCUMENT_CAPTURE: () => import("./documentCapture-
|
|
298
|
-
ADDRESS: () => import("./documentCapture-
|
|
297
|
+
DOCUMENT_CAPTURE: () => import("./documentCapture-8ypBJehw.js").then((m) => m.DocumentCapture),
|
|
298
|
+
ADDRESS: () => import("./documentCapture-8ypBJehw.js").then((m) => m.DocumentCapture),
|
|
299
299
|
COMBINED_CONSENT: () => import("./consent/consent.es.js").then((m) => m.Consent),
|
|
300
300
|
MANDATORY_CONSENT: () => import("./mandatoryConsent-r0PQHmv-.js").then((m) => m.MandatoryConsent),
|
|
301
301
|
ML_CONSENT: () => import("./mandatoryConsent-r0PQHmv-.js").then((m) => m.MandatoryConsent),
|
package/dist/workflow/styles.css
CHANGED
|
@@ -6800,7 +6800,7 @@
|
|
|
6800
6800
|
padding-block: var(--spacing-8, var(--spacing-8, 8px));
|
|
6801
6801
|
border-radius: var(--radius-small, var(--border-radius-small));
|
|
6802
6802
|
border-style: var(--tw-border-style);
|
|
6803
|
-
border-width:
|
|
6803
|
+
border-width: var(--border-width-regular, var(--primitive-border-width-1));
|
|
6804
6804
|
border-color: var(--color-input-border-default, var(--input-border-default));
|
|
6805
6805
|
background-color: var(--color-input-surface-default, var(--input-surface-default));
|
|
6806
6806
|
height: var(--signature-canvas-height);
|
|
@@ -5,7 +5,7 @@ import { c as useManager } from "../hooks-Da_yP_Dr.js";
|
|
|
5
5
|
import { t as IncodeComponent } from "../incodeComponent-wfnHlnXx.js";
|
|
6
6
|
import { t as TransitionSpinner } from "../transitionSpinner-DRRz-NV8.js";
|
|
7
7
|
import { t as registerIncodeModuleElement } from "../incodeModule-BUDoTwT9.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-CGdRhgjS.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-20260609-
|
|
3
|
+
"version": "0.0.0-dev-20260609-d8422416",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/IncodeTechnologies/incode-web-sdk.git"
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"qrcode": "^1.5.4",
|
|
256
256
|
"signature_pad": "^5.1.3",
|
|
257
257
|
"tailwindcss": "^4.1.17",
|
|
258
|
-
"@incodetech/core": "0.0.0-dev-20260609-
|
|
258
|
+
"@incodetech/core": "0.0.0-dev-20260609-d8422416"
|
|
259
259
|
},
|
|
260
260
|
"devDependencies": {
|
|
261
261
|
"@microsoft/api-extractor": "^7.53.3",
|