idmission-web-sdk 2.3.67 → 2.3.69

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.67';
208
+ var webSdkVersion = '2.3.69';
209
209
 
210
210
  function getPlatform() {
211
211
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -4518,7 +4518,7 @@ var ru = {
4518
4518
  'Document is not centered': 'Документ не отцентрирован',
4519
4519
  'Document too close, please back up': 'Документ находится слишком близко, отодвиньтесь назад',
4520
4520
  'Please hold your ID document steady': 'Держите удостоверение личности ровно',
4521
- 'Document out of focus try improving the lighting': 'Документ не в фокусе, попробуйте улучшить освещение',
4521
+ 'Document out of focus - try improving the lighting': 'Документ не в фокусе, попробуйте улучшить освещение',
4522
4522
  'ID card front detected - please flip your ID card': 'Обнаружена лицевая сторона удостоверения личности, переверните удостоверение личности',
4523
4523
  'ID card back detected - please flip your ID card': 'Обнаружена обратная сторона удостоверения личности, переверните удостоверение личности',
4524
4524
  'ID card detected, please scan a passport instead': 'Обнаружено удостоверение личности, отсканируйте вместо него паспорт',
@@ -6785,7 +6785,7 @@ var IdCapture = function IdCapture(_a) {
6785
6785
  guidanceSatisfiedText: "".concat(documentTypeDisplayNames[state.detectedDocumentType], " detected, hold still..."),
6786
6786
  guidancePleaseFlipText: 'ID card front detected - please flip your ID card',
6787
6787
  guidanceBackDetectedFirstText: 'ID card back detected - please flip your ID card',
6788
- guidanceTooBlurryText: 'Document out of focus try improving the lighting',
6788
+ guidanceTooBlurryText: 'Document out of focus - try improving the lighting',
6789
6789
  guidanceNotCenteredText: 'Document is not centered',
6790
6790
  guidanceTooCloseText: 'Document too close, please back up',
6791
6791
  guidanceNotDetectedText: 'Document not detected',