idmission-web-sdk 2.1.85 → 2.1.86

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.1.85';
207
+ var webSdkVersion = '2.1.86';
208
208
 
209
209
  function getPlatform() {
210
210
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -8535,7 +8535,7 @@ var defaultIdCaptureGuideImages = {
8535
8535
  height: 573
8536
8536
  },
8537
8537
  SHOW_PASSPORT: {
8538
- url: "".concat(DEFAULT_CDN_URL, "/Shieldout-Passport-Front-SVG-Portrait-Borderless.svg"),
8538
+ url: "".concat(DEFAULT_CDN_URL, "/Shieldout-Passport-Front-SVG-Portrait-2.svg"),
8539
8539
  width: 386,
8540
8540
  height: 573
8541
8541
  }
@@ -8552,7 +8552,7 @@ var defaultIdCaptureGuideImages = {
8552
8552
  height: 386
8553
8553
  },
8554
8554
  SHOW_PASSPORT: {
8555
- url: "".concat(DEFAULT_CDN_URL, "/Shieldout-Passport-Front-SVG-Landscape-Borderless.svg"),
8555
+ url: "".concat(DEFAULT_CDN_URL, "/Shieldout-Passport-Front-SVG-Landscape-2.svg"),
8556
8556
  width: 573,
8557
8557
  height: 386
8558
8558
  }