@unissey-web/web-components 5.0.0-alpha.6 → 5.0.0-alpha.8

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.
@@ -3,7 +3,7 @@ import { selfieCaptureStrings } from './selfie-capture.js';
3
3
  import { referenceCaptureStrings } from './reference-capture.js';
4
4
  import './button.js';
5
5
  import './en-e76ed5a0.js';
6
- import './video-recorder-420e968c.js';
6
+ import './video-recorder-14345052.js';
7
7
  import './_commonjsHelpers-cef27602.js';
8
8
  import './variables-55f57e89.js';
9
9
  import './video-record-directions.js';
package/dist/index.d.ts CHANGED
@@ -267,6 +267,8 @@ declare class Recorder extends LitElement {
267
267
  session: UnisseySession | null;
268
268
  sessionPromise: Promise<void> | null;
269
269
  config: SessionConfig$1;
270
+ sdkAngularVersion: string | undefined;
271
+ sdkReactVersion: string | undefined;
270
272
  preset: AcquisitionPreset$1;
271
273
  resultEvent: {
272
274
  name: string;
@@ -326,7 +328,6 @@ declare class Recorder extends LitElement {
326
328
  error: string;
327
329
  sdkJsStatus: StatusEvent;
328
330
  willRetryCapture: boolean;
329
- retryCount: number;
330
331
  isCameraFlipped: boolean;
331
332
  faceDetectionFails: boolean;
332
333
  disableDebugMode: boolean;
@@ -367,6 +368,14 @@ declare class Recorder extends LitElement {
367
368
  attribute: string;
368
369
  type: BooleanConstructor;
369
370
  };
371
+ sdkAngularVersion: {
372
+ attribute: string;
373
+ type: StringConstructor;
374
+ };
375
+ sdkReactVersion: {
376
+ attribute: string;
377
+ type: StringConstructor;
378
+ };
370
379
  hints: {
371
380
  state: boolean;
372
381
  };
@@ -1079,7 +1088,6 @@ declare enum IadMode {
1079
1088
  type IadConfig = {
1080
1089
  mode: IadMode;
1081
1090
  data?: string;
1082
- retryCount?: number;
1083
1091
  activeChallengeConfig?: ActiveChallengeConfig;
1084
1092
  };
1085
1093
  type ActiveChallengeConfig = {
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export { Button } from './button.js';
2
- import { R as Recorder } from './video-recorder-420e968c.js';
3
- export { C as CameraVideoOutlinedIcon, O as OverlayHints } from './video-recorder-420e968c.js';
2
+ import { R as Recorder } from './video-recorder-14345052.js';
3
+ export { C as CameraVideoOutlinedIcon, O as OverlayHints } from './video-recorder-14345052.js';
4
4
  export { VideoRecordDirections } from './video-record-directions.js';
5
5
  export { PictureRecorder } from './picture-recorder.js';
6
6
  export { PictureEditor } from './picture-editor.js';
@@ -1,6 +1,6 @@
1
1
  import { _ as _inherits, a as _createClass, x, d as _taggedTemplateLiteral, s, b as _classCallCheck, c as _callSuper, e as _objectSpread2 } from './lit-element-ac3d3a27.js';
2
2
  import { E as EN } from './en-e76ed5a0.js';
3
- import { R as Recorder, b as buildPacked } from './video-recorder-420e968c.js';
3
+ import { R as Recorder, b as buildPacked } from './video-recorder-14345052.js';
4
4
  import './_commonjsHelpers-cef27602.js';
5
5
  import './variables-55f57e89.js';
6
6
  import './button.js';
@@ -3,7 +3,7 @@ import './button.js';
3
3
  import './image-capture-directions.js';
4
4
  import './file-upload.js';
5
5
  import './picture-recorder.js';
6
- import { b as buildPacked } from './video-recorder-420e968c.js';
6
+ import { b as buildPacked } from './video-recorder-14345052.js';
7
7
  import { E as EN } from './en-e76ed5a0.js';
8
8
  import { c as referenceCaptureVars } from './variables-55f57e89.js';
9
9
  import './direction-card-277681c3.js';
@@ -1,6 +1,6 @@
1
1
  import { _ as _inherits, a as _createClass, x, d as _taggedTemplateLiteral, s, b as _classCallCheck, c as _callSuper, i } from './lit-element-ac3d3a27.js';
2
2
  import { E as EN } from './en-e76ed5a0.js';
3
- import { b as buildPacked } from './video-recorder-420e968c.js';
3
+ import { b as buildPacked } from './video-recorder-14345052.js';
4
4
  import './video-record-directions.js';
5
5
  import './button.js';
6
6
  import { s as selfieCaptureVars } from './variables-55f57e89.js';