@regulaforensics/vp-frontend-face-components 8.2.2045-rc → 8.2.2046-nightly
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 +2 -1
- package/dist/index.d.ts +3 -2
- package/dist/main.iife.js +19 -10
- package/dist/main.js +8287 -7979
- package/package.json +1 -1
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
|
|
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,6 +911,7 @@ 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` |
|
|
914
915
|
| **turnHeadUp** | Turn head up a bit to look straight | `face-liveness`, `face-capture` |
|
|
915
916
|
| **turnHeadDown** | Turn head down a bit to look straight | `face-liveness`, `face-capture` |
|
|
916
917
|
| **turnHeadLeft** | Turn head left a bit to look straight | `face-liveness`, `face-capture` |
|
package/dist/index.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ export declare type ComputedCss = {
|
|
|
22
22
|
successScreenImage?: string;
|
|
23
23
|
retryScreenEnvironmentImage?: string;
|
|
24
24
|
retryScreenPersonImage?: string;
|
|
25
|
+
tooMuchTurn?: string;
|
|
25
26
|
};
|
|
26
27
|
|
|
27
28
|
export declare type CustomEventDataType<R> = {
|
|
@@ -207,9 +208,9 @@ export declare interface IFaceLiveness extends IFaceDetection {
|
|
|
207
208
|
'device-orientation'?: boolean;
|
|
208
209
|
}
|
|
209
210
|
|
|
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';
|
|
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';
|
|
211
212
|
|
|
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';
|
|
213
|
+
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' | 'ku' | 'tg';
|
|
213
214
|
|
|
214
215
|
export declare type Locales = Languages | string;
|
|
215
216
|
|