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.
@@ -211,7 +211,7 @@
211
211
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
212
212
  };
213
213
 
214
- var webSdkVersion = '2.2.171';
214
+ var webSdkVersion = '2.2.172';
215
215
 
216
216
  function getPlatform() {
217
217
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -23500,7 +23500,7 @@
23500
23500
  var points = strokes.flatMap(function (point) {
23501
23501
  return point;
23502
23502
  });
23503
- setIsSignaturePadEmpty(points.length >= minSignaturePadPoints);
23503
+ setIsSignaturePadEmpty(points.length < minSignaturePadPoints);
23504
23504
  }
23505
23505
  })), /*#__PURE__*/React.createElement(SignatureButtonsContainer, {
23506
23506
  className: classNames.signatureButtonsRow
@@ -23537,7 +23537,7 @@
23537
23537
  var AcceptBtn = styled(LoaderButton)(templateObject_7$1 || (templateObject_7$1 = __makeTemplateObject(["\n margin-left: auto;\n"], ["\n margin-left: auto;\n"])));
23538
23538
  var templateObject_1$9, templateObject_2$8, templateObject_3$8, templateObject_4$3, templateObject_5$2, templateObject_6$2, templateObject_7$1;
23539
23539
 
23540
- var DEFAULT_MIN_SIGNATURE_PAD_POINTS = 5;
23540
+ var DEFAULT_MIN_SIGNATURE_PAD_POINTS = 10;
23541
23541
  var VideoSignatureCapture = function VideoSignatureCapture(_a) {
23542
23542
  var _b;
23543
23543
  var onVideoCaptured = _a.onVideoCaptured,