@unissey-web/web-components 4.0.1 → 5.0.0-alpha.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.
@@ -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-6ce8f099.js';
6
+ import './video-recorder-46dcd539.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
@@ -1069,11 +1069,12 @@ declare enum AcquisitionPreset {
1069
1069
  }
1070
1070
  declare enum IadMode {
1071
1071
  DISABLED = "disabled",
1072
+ INTEGRITY = "media-integrity",
1073
+ BASELINE = "baseline",
1072
1074
  PASSIVE = "passive",
1073
- PASSIVE_LT = "passive-lt",
1074
- ACTIVE_FALLBACK = "active-fallback",
1075
- ACTIVE = "active",
1076
- MEDIA_INTEGRITY = "media-integrity"
1075
+ SUBSTANTIAL = "substantial",
1076
+ MEDIA_INTEGRITY = "media-integrity",
1077
+ PASSIVE_LT = "baseline"
1077
1078
  }
1078
1079
  type IadConfig = {
1079
1080
  mode: IadMode;
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export { Button } from './button.js';
2
- import { R as Recorder } from './video-recorder-6ce8f099.js';
3
- export { C as CameraVideoOutlinedIcon, O as OverlayHints } from './video-recorder-6ce8f099.js';
2
+ import { R as Recorder } from './video-recorder-46dcd539.js';
3
+ export { C as CameraVideoOutlinedIcon, O as OverlayHints } from './video-recorder-46dcd539.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';
@@ -152,13 +152,14 @@ var AcquisitionPreset = /*#__PURE__*/function (AcquisitionPreset) {
152
152
  }({});
153
153
  var IadMode = /*#__PURE__*/function (IadMode) {
154
154
  IadMode["DISABLED"] = "disabled";
155
+ IadMode["INTEGRITY"] = "media-integrity";
156
+ IadMode["BASELINE"] = "baseline";
155
157
  IadMode["PASSIVE"] = "passive";
156
- IadMode["PASSIVE_LT"] = "passive-lt";
157
- IadMode["ACTIVE_FALLBACK"] = "active-fallback";
158
- IadMode["ACTIVE"] = "active";
158
+ IadMode["SUBSTANTIAL"] = "substantial";
159
159
  IadMode["MEDIA_INTEGRITY"] = "media-integrity";
160
+ IadMode["PASSIVE_LT"] = "baseline";
160
161
  return IadMode;
161
- }({}); // No IAD measures as such, but compute a hash to ensure that the media is not corrupted after capture
162
+ }({});
162
163
 
163
164
  // This is actually a public subset of the actual type defined in sdk.js
164
165
 
@@ -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-6ce8f099.js';
3
+ import { R as Recorder, b as buildPacked } from './video-recorder-46dcd539.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-6ce8f099.js';
6
+ import { b as buildPacked } from './video-recorder-46dcd539.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-6ce8f099.js';
3
+ import { b as buildPacked } from './video-recorder-46dcd539.js';
4
4
  import './video-record-directions.js';
5
5
  import './button.js';
6
6
  import { s as selfieCaptureVars } from './variables-55f57e89.js';