idmission-web-sdk 2.2.171 → 2.2.172
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/SignatureKYC.d.ts +1 -1
- package/dist/components/customer_flows/SignatureKYC.d.ts.map +1 -1
- package/dist/components/video_signature_capture/VideoSignatureCapture.d.ts +1 -1
- package/dist/components/video_signature_capture/VideoSignatureCapture.d.ts.map +1 -1
- package/dist/sdk2.cjs.development.js +3 -3
- 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 +3 -3
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +3 -3
- 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/version.d.ts +1 -1
- package/package.json +3 -3
package/dist/sdk2.esm.js
CHANGED
|
@@ -204,7 +204,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
204
204
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
205
205
|
};
|
|
206
206
|
|
|
207
|
-
var webSdkVersion = '2.2.
|
|
207
|
+
var webSdkVersion = '2.2.172';
|
|
208
208
|
|
|
209
209
|
function getPlatform() {
|
|
210
210
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -13594,7 +13594,7 @@ function VideoSignatureGuides(_a) {
|
|
|
13594
13594
|
var points = strokes.flatMap(function (point) {
|
|
13595
13595
|
return point;
|
|
13596
13596
|
});
|
|
13597
|
-
setIsSignaturePadEmpty(points.length
|
|
13597
|
+
setIsSignaturePadEmpty(points.length < minSignaturePadPoints);
|
|
13598
13598
|
}
|
|
13599
13599
|
})), /*#__PURE__*/React__default.createElement(SignatureButtonsContainer, {
|
|
13600
13600
|
className: classNames.signatureButtonsRow
|
|
@@ -13631,7 +13631,7 @@ var SignatureCanvasContainer = styled.div(templateObject_6$2 || (templateObject_
|
|
|
13631
13631
|
var AcceptBtn = styled(LoaderButton)(templateObject_7$1 || (templateObject_7$1 = __makeTemplateObject(["\n margin-left: auto;\n"], ["\n margin-left: auto;\n"])));
|
|
13632
13632
|
var templateObject_1$9, templateObject_2$8, templateObject_3$8, templateObject_4$3, templateObject_5$2, templateObject_6$2, templateObject_7$1;
|
|
13633
13633
|
|
|
13634
|
-
var DEFAULT_MIN_SIGNATURE_PAD_POINTS =
|
|
13634
|
+
var DEFAULT_MIN_SIGNATURE_PAD_POINTS = 10;
|
|
13635
13635
|
var VideoSignatureCapture = function VideoSignatureCapture(_a) {
|
|
13636
13636
|
var _b;
|
|
13637
13637
|
var onVideoCaptured = _a.onVideoCaptured,
|