@unissey-web/sdk-react 3.8.0-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 ADDED
@@ -0,0 +1,5 @@
1
+ # `sdk-react`
2
+
3
+ > Unissey React Sdk
4
+
5
+ ## Usage
@@ -0,0 +1,69 @@
1
+ import * as _lit_labs_react from '@lit-labs/react';
2
+ import { Button as Button$1, FileUpload as FileUpload$1, FullCapture as FullCapture$1, PictureEditor as PictureEditor$1, ImageCaptureDirections, PictureRecorder as PictureRecorder$1, ReferenceCapture as ReferenceCapture$1, RetryResult as RetryResult$1, SelfieCapture as SelfieCapture$1, VideoRecordDirections as VideoRecordDirections$1, Recorder, RecorderExt } from '@unissey-web/web-components';
3
+ export { AcquisitionPreset, ActiveChallengeConfig, CameraConfig, ColorRGBA, EN, FR, FaceChecker, FacingMode, IadConfig, IadMode, InstructionMessage, OverlayColors, OverlayConfig, OverlayDisplayMode, RecordingConfig, SessionConfig, VideoLength, VideoOrientation, VideoResolutionPreset } from '@unissey-web/web-components';
4
+
5
+ declare const Button: _lit_labs_react.ReactWebComponent<Button$1, {}>;
6
+
7
+ declare const FileUpload: _lit_labs_react.ReactWebComponent<FileUpload$1, {
8
+ onFileChange: string;
9
+ }>;
10
+
11
+ declare const FullCapture: _lit_labs_react.ReactWebComponent<FullCapture$1, {
12
+ onData: string;
13
+ onRecorderReady: string;
14
+ }>;
15
+
16
+ declare const PictureEditor: _lit_labs_react.ReactWebComponent<PictureEditor$1, {
17
+ onPicture: string;
18
+ }>;
19
+
20
+ declare const PictureRecordDirections: _lit_labs_react.ReactWebComponent<ImageCaptureDirections, {}>;
21
+
22
+ declare const PictureRecorder: _lit_labs_react.ReactWebComponent<PictureRecorder$1, {
23
+ onPicture: string;
24
+ onRecorderReady: string;
25
+ onRecordStarting: string;
26
+ onRecordCapturing: string;
27
+ onRecordInterrupted: string;
28
+ onRecordCompleted: string;
29
+ }>;
30
+
31
+ declare const ReferenceCapture: _lit_labs_react.ReactWebComponent<ReferenceCapture$1, {
32
+ onReference: string;
33
+ onRecorderReady: string;
34
+ onRecordStarting: string;
35
+ onRecordCapturing: string;
36
+ onRecordInterrupted: string;
37
+ onRecordCompleted: string;
38
+ }>;
39
+
40
+ declare const RetryResult: _lit_labs_react.ReactWebComponent<RetryResult$1, {
41
+ onFinish: string;
42
+ onRetry: string;
43
+ }>;
44
+
45
+ declare const SelfieCapture: _lit_labs_react.ReactWebComponent<SelfieCapture$1, {
46
+ onSelfie: string;
47
+ onRecorderReady: string;
48
+ onRecordStarting: string;
49
+ onRecordCapturing: string;
50
+ onRecordInterrupted: string;
51
+ onRecordCompleted: string;
52
+ }>;
53
+
54
+ declare const VideoRecordDirections: _lit_labs_react.ReactWebComponent<VideoRecordDirections$1, {}>;
55
+
56
+ declare const VideoRecorder: _lit_labs_react.ReactWebComponent<Recorder, {
57
+ onRecord: string;
58
+ onRecorderReady: string;
59
+ onRecordStarting: string;
60
+ onRecordCapturing: string;
61
+ onRecordInterrupted: string;
62
+ onRecordCompleted: string;
63
+ }>;
64
+
65
+ declare const VideoRecorderExt: _lit_labs_react.ReactWebComponent<RecorderExt, {
66
+ onRecord: string;
67
+ }>;
68
+
69
+ export { Button, FileUpload, FullCapture, PictureEditor, PictureRecordDirections, PictureRecorder, ReferenceCapture, RetryResult, SelfieCapture, VideoRecordDirections, VideoRecorder, VideoRecorderExt };