@regulaforensics/vp-frontend-face-components 8.2.2014-nightly → 8.2.2015-rc

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/README.md CHANGED
@@ -892,7 +892,7 @@ The list of labels used in the component:
892
892
  | **moveCloser** | Move closer | `face-liveness`, `face-capture` |
893
893
  | **moveAway** | Move away | `face-liveness`, `face-capture` |
894
894
  | **holdSteady** | Hold steady | `face-liveness`, `face-capture` |
895
- | **takeAPhoto** | Take a selfie | `face-capture` |
895
+ | **takeAPhoto** | Take a selfie | `face-capture` |
896
896
  | **processing** | Processing... | `face-liveness`, `face-capture` |
897
897
  | **retryButtonText** | Retry | `face-liveness`, `face-capture` |
898
898
  | **followGuidelinesText** | But please follow these guidelines: | `face-liveness`, `face-capture` |
@@ -911,7 +911,6 @@ The list of labels used in the component:
911
911
  | **noAccessories** | No accessories: glasses, mask, hat, etc. | `face-liveness`, `face-capture` |
912
912
  | **getReady** | Get ready | `face-liveness`, `face-capture` |
913
913
  | **removeOcclusion** | Remove items covering your face | `face-liveness`, `face-capture` |
914
- | **tooMuchTurn** | Avoid turning your head too much. A small turn is enough. | `face-liveness`, `face-capture` |
915
914
  | **turnHeadUp** | Turn head up a bit to look straight | `face-liveness`, `face-capture` |
916
915
  | **turnHeadDown** | Turn head down a bit to look straight | `face-liveness`, `face-capture` |
917
916
  | **turnHeadLeft** | Turn head left a bit to look straight | `face-liveness`, `face-capture` |
package/dist/index.d.ts CHANGED
@@ -22,7 +22,6 @@ export declare type ComputedCss = {
22
22
  successScreenImage?: string;
23
23
  retryScreenEnvironmentImage?: string;
24
24
  retryScreenPersonImage?: string;
25
- tooMuchTurn?: string;
26
25
  };
27
26
 
28
27
  export declare type CustomEventDataType<R> = {
@@ -208,7 +207,7 @@ export declare interface IFaceLiveness extends IFaceDetection {
208
207
  'device-orientation'?: boolean;
209
208
  }
210
209
 
211
- declare type Labels = 'showOnlyOneFace' | 'preparingCamera' | 'allowAccessCamera' | 'somethingWentWrong' | 'incorrectCameraId' | 'checkCameraId' | 'preparingService' | 'allowAccessToCamera' | 'error' | 'versionNotSupported' | 'updateBrowser' | 'licenseError' | 'licenseExpired' | 'onlyPortraitOrientation' | 'turnDeviceIntoPortrait' | 'tryAgain' | 'noCameraAvailable' | 'checkCameraConnection' | 'noMaskSunglassesHeaddress' | 'ambientLighting' | 'lookStraight' | 'fitYourFace' | 'moveCloser' | 'moveAway' | 'holdSteady' | 'takeAPhoto' | 'turnHead' | 'removeOcclusion' | 'turnHeadUp' | 'turnHeadDown' | 'turnHeadLeft' | 'turnHeadRight' | 'blinkYourEyes' | 'processing' | 'retryButtonText' | 'followGuidelinesText' | 'letsTryAgainTitle' | 'noCameraPermission' | 'goButton' | 'centerFaceTurnHead' | 'centerFace' | 'selfieTime' | 'errorCode' | 'illumination' | 'cameraLevel' | 'noAccessories' | 'getReady' | 'httpNotSupported' | 'webServerNotCompatible' | 'processCompleted' | 'tooMuchTurn';
210
+ declare type Labels = 'showOnlyOneFace' | 'preparingCamera' | 'allowAccessCamera' | 'somethingWentWrong' | 'incorrectCameraId' | 'checkCameraId' | 'preparingService' | 'allowAccessToCamera' | 'error' | 'versionNotSupported' | 'updateBrowser' | 'licenseError' | 'licenseExpired' | 'onlyPortraitOrientation' | 'turnDeviceIntoPortrait' | 'tryAgain' | 'noCameraAvailable' | 'checkCameraConnection' | 'noMaskSunglassesHeaddress' | 'ambientLighting' | 'lookStraight' | 'fitYourFace' | 'moveCloser' | 'moveAway' | 'holdSteady' | 'takeAPhoto' | 'turnHead' | 'removeOcclusion' | 'turnHeadUp' | 'turnHeadDown' | 'turnHeadLeft' | 'turnHeadRight' | 'blinkYourEyes' | 'processing' | 'retryButtonText' | 'followGuidelinesText' | 'letsTryAgainTitle' | 'noCameraPermission' | 'goButton' | 'centerFaceTurnHead' | 'centerFace' | 'selfieTime' | 'errorCode' | 'illumination' | 'cameraLevel' | 'noAccessories' | 'getReady' | 'httpNotSupported' | 'webServerNotCompatible' | 'processCompleted';
212
211
 
213
212
  declare type Languages = 'ru' | 'en' | 'de' | 'pl' | 'it' | 'hu' | 'zh' | 'sk' | 'uk' | 'fr' | 'es' | 'pt' | 'ar' | 'nl' | 'id' | 'vi' | 'ko' | 'ms' | 'ro' | 'el' | 'tr' | 'ja' | 'cs' | 'th' | 'hi' | 'bn' | 'he' | 'fi' | 'sv' | 'da' | 'hr' | 'no' | 'uz';
214
213