idmission-web-sdk 2.1.78 → 2.1.80
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/components/customer_flows/IdValidation.d.ts +1 -1
- package/dist/components/customer_flows/SignatureKYC.d.ts +1 -1
- package/dist/components/customer_flows/VideoIdValidation.d.ts +1 -1
- package/dist/components/face_liveness/FaceLivenessWizard.d.ts +1 -1
- package/dist/components/id_capture/IdCaptureLoadingOverlay.d.ts +1 -1
- package/dist/components/id_capture/IdCaptureWizard.d.ts +1 -1
- package/dist/components/selfie_capture/SelfieCaptureLoadingOverlay.d.ts +1 -1
- package/dist/components/video_id/IdVideoCaptureWizard.d.ts +1 -1
- package/dist/components/video_signature_capture/VideoSignatureWizard.d.ts +1 -1
- package/dist/sdk2.cjs.development.js +37 -33
- package/dist/sdk2.cjs.development.js.map +1 -1
- package/dist/sdk2.cjs.production.js +1 -1
- package/dist/sdk2.cjs.production.js.map +1 -1
- package/dist/sdk2.esm.js +37 -33
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +37 -33
- package/dist/sdk2.umd.development.js.map +1 -1
- package/dist/sdk2.umd.production.js +1 -1
- package/dist/sdk2.umd.production.js.map +1 -1
- package/dist/themes/index.d.ts +4 -0
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/themes/index.d.ts
CHANGED
|
@@ -137,6 +137,7 @@ export interface Theme {
|
|
|
137
137
|
satisfiedColor?: string;
|
|
138
138
|
};
|
|
139
139
|
idCardGuides?: {
|
|
140
|
+
disableDuringLivenessCheck?: boolean;
|
|
140
141
|
borderWidth?: number;
|
|
141
142
|
unsatisfiedColor?: string;
|
|
142
143
|
satisfiedColor?: string;
|
|
@@ -339,6 +340,9 @@ export declare const themes: {
|
|
|
339
340
|
backgroundPosition: string;
|
|
340
341
|
};
|
|
341
342
|
idVideoCapture: {
|
|
343
|
+
idCardGuides: {
|
|
344
|
+
disableDuringLivenessCheck: false;
|
|
345
|
+
};
|
|
342
346
|
readTextPrompt: {
|
|
343
347
|
heading: {
|
|
344
348
|
backgroundColor: string;
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const webSdkVersion = "2.1.
|
|
1
|
+
export declare const webSdkVersion = "2.1.80";
|