@regulaforensics/idv-face 3.6.422-nightly → 3.6.424-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.
Files changed (2) hide show
  1. package/dist/index.d.ts +11 -11
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -52,11 +52,11 @@ declare type FaceModuleProps = {
52
52
  onboardingScreenMessageLabelsTextColor?: string;
53
53
  onboardingScreenStartButtonFontSize?: number;
54
54
  onboardingScreenTitleLabelFontSize?: number;
55
- onboardingScreenSubtitleLabelFontSize: number;
55
+ onboardingScreenSubtitleLabelFontSize?: number;
56
56
  onboardingScreenMessageLabelsFontSize?: number;
57
- onboardingScreenIllumination: IdvAsset;
58
- onboardingScreenAccessories: IdvAsset;
59
- onboardingScreenCameraLevel: IdvAsset;
57
+ onboardingScreenIllumination?: IdvAsset;
58
+ onboardingScreenAccessories?: IdvAsset;
59
+ onboardingScreenCameraLevel?: IdvAsset;
60
60
  cameraScreenStrokeNormalColor?: string;
61
61
  cameraScreenSectorTargetColor?: string;
62
62
  cameraScreenStrokeActiveColor?: string;
@@ -76,17 +76,17 @@ declare type FaceModuleProps = {
76
76
  retryScreenTitleLabelFontSize?: number;
77
77
  retryScreenSubtitleLabelFontSize?: number;
78
78
  retryScreenHintLabelsFontSize?: number;
79
- retryScreenHintSubject: IdvAsset;
80
- retryScreenHintEnvironment: IdvAsset;
81
- retryScreenHintGeo: IdvAsset;
79
+ retryScreenHintSubject?: IdvAsset;
80
+ retryScreenHintEnvironment?: IdvAsset;
81
+ retryScreenHintGeo?: IdvAsset;
82
82
  processingScreenBackgroundColor?: string;
83
83
  processingScreenProgressColor?: string;
84
84
  processingScreenTitleColor?: string;
85
85
  processingScreenFontSize?: number;
86
86
  successScreenBackgroundColor?: string;
87
- successScreenImage: IdvAsset;
87
+ successScreenImage?: IdvAsset;
88
88
  infoScreenBackgroundColor?: string;
89
- infoScreenTitleTextColor: string;
89
+ infoScreenTitleTextColor?: string;
90
90
  infoScreenTitleTextFontSize?: number;
91
91
  infoScreenSubtitleTextColor?: string;
92
92
  infoScreenSubtitleTextFontSize?: number;
@@ -98,9 +98,9 @@ declare type FaceModuleProps = {
98
98
  infoScreenErrorCodeColor?: string;
99
99
  infoScreenErrorCodeTextFontSize?: number;
100
100
  };
101
- copyright: boolean;
101
+ copyright?: boolean;
102
102
  serviceURL?: string;
103
- recordingProcess: RecordingProcessKeys;
103
+ recordingProcess?: RecordingProcessKeys;
104
104
  locale?: string;
105
105
  templateId: string;
106
106
  sessionId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/idv-face",
3
- "version": "3.6.422-nightly",
3
+ "version": "3.6.424-nightly",
4
4
  "description": "Regula framework agnostic web components to work with face idv",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/main.js",