@unissey-web/sdk-react 5.2.0-rc.1 → 5.2.1-beta.1

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/index.d.ts CHANGED
@@ -1,8 +1,10 @@
1
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';
2
+ import { Animation as Animation$1, 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
3
  export { AcquisitionPreset, ActiveChallengeConfig, CameraConfig, ColorRGBA, CustomAction, EN, FR, FaceChecker, FacingMode, IadConfig, IadMode, OverlayColors, OverlayConfig, OverlayDisplayMode, RecordingConfig, SessionConfig, VideoLength, VideoOrientation, VideoResolutionPreset } from '@unissey-web/web-components';
4
4
  import * as React from 'react';
5
5
 
6
+ declare const Animation: _lit_labs_react.ReactWebComponent<Animation$1, {}>;
7
+
6
8
  declare const Button: _lit_labs_react.ReactWebComponent<Button$1, {}>;
7
9
 
8
10
  declare const FileUpload: _lit_labs_react.ReactWebComponent<FileUpload$1, {
@@ -74,4 +76,4 @@ declare const VideoRecorderExt: _lit_labs_react.ReactWebComponent<RecorderExt, {
74
76
  onRecord: string;
75
77
  }>;
76
78
 
77
- export { Button, FileUpload, FullCapture, PictureEditor, PictureRecordDirections, PictureRecorder, ReferenceCapture, RetryResult, SelfieCapture, VideoRecordDirections, VideoRecorder, VideoRecorderExt };
79
+ export { Animation, Button, FileUpload, FullCapture, PictureEditor, PictureRecordDirections, PictureRecorder, ReferenceCapture, RetryResult, SelfieCapture, VideoRecordDirections, VideoRecorder, VideoRecorderExt };