idmission-web-sdk 2.3.70 → 2.3.71

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
@@ -205,7 +205,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
205
205
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
206
206
  };
207
207
 
208
- var webSdkVersion = '2.3.70';
208
+ var webSdkVersion = '2.3.71';
209
209
 
210
210
  function getPlatform() {
211
211
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -4541,7 +4541,7 @@ var ru = {
4541
4541
  'Document is not centered': 'Документ не отцентрирован',
4542
4542
  'Document too close, please back up': 'Документ находится слишком близко, отодвиньтесь назад',
4543
4543
  'Please hold your ID document steady': 'Держите удостоверение личности ровно',
4544
- 'Document out of focus try improving the lighting': 'Документ не в фокусе, попробуйте улучшить освещение',
4544
+ 'Document out of focus - try improving the lighting': 'Документ не в фокусе, попробуйте улучшить освещение',
4545
4545
  'ID card front detected - please flip your ID card': 'Обнаружена лицевая сторона удостоверения личности, переверните удостоверение личности',
4546
4546
  'ID card back detected - please flip your ID card': 'Обнаружена обратная сторона удостоверения личности, переверните удостоверение личности',
4547
4547
  'ID card detected, please scan a passport instead': 'Обнаружено удостоверение личности, отсканируйте вместо него паспорт',
@@ -6808,7 +6808,7 @@ var IdCapture = function IdCapture(_a) {
6808
6808
  guidanceSatisfiedText: "".concat(documentTypeDisplayNames[state.detectedDocumentType], " detected, hold still..."),
6809
6809
  guidancePleaseFlipText: 'ID card front detected - please flip your ID card',
6810
6810
  guidanceBackDetectedFirstText: 'ID card back detected - please flip your ID card',
6811
- guidanceTooBlurryText: 'Document out of focus try improving the lighting',
6811
+ guidanceTooBlurryText: 'Document out of focus - try improving the lighting',
6812
6812
  guidanceNotCenteredText: 'Document is not centered',
6813
6813
  guidanceTooCloseText: 'Document too close, please back up',
6814
6814
  guidanceNotDetectedText: 'Document not detected',