idmission-web-sdk 2.3.52 → 2.3.53

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/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.3.52';
207
+ var webSdkVersion = '2.3.53';
208
208
 
209
209
  function getPlatform() {
210
210
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -13638,7 +13638,9 @@ var useVideoSignatureStore = create()(devtools(function (set, get) {
13638
13638
  signatureRecorder === null || signatureRecorder === void 0 ? void 0 : signatureRecorder.stop();
13639
13639
  signatureRecorder = null;
13640
13640
  set({
13641
- isRecording: false
13641
+ isRecording: false,
13642
+ signaturePadEmpty: true,
13643
+ signatureValid: false
13642
13644
  });
13643
13645
  }
13644
13646
  });