idmission-web-sdk 1.0.277 → 1.0.278

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.
@@ -51,7 +51,7 @@ var LanguageDetector__default = /*#__PURE__*/_interopDefaultLegacy(LanguageDetec
51
51
  var i18n__default = /*#__PURE__*/_interopDefaultLegacy(i18n);
52
52
  var SignatureCanvas__default = /*#__PURE__*/_interopDefaultLegacy(SignatureCanvas);
53
53
 
54
- var webSdkVersion = '1.0.277';
54
+ var webSdkVersion = '1.0.278';
55
55
 
56
56
  function getPlatform() {
57
57
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -11940,6 +11940,7 @@ var SelfieProgressPreview = function SelfieProgressPreview(_a) {
11940
11940
  alt: "",
11941
11941
  className: classNames.image,
11942
11942
  onLoad: function onLoad() {
11943
+ console.log('load completed', imageUrl);
11943
11944
  setLoaded(true);
11944
11945
  },
11945
11946
  onError: function onError() {