@unissey-web/web-components 4.0.0 → 4.0.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-7bdab25f.js';
6
+ import './video-recorder-6ce8f099.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
@@ -1143,8 +1143,6 @@ declare enum VideoResolutionPreset {
1143
1143
  STD_480P = "720x480",
1144
1144
  STD_720P = "1280x720",
1145
1145
  STD_1080P = "1920x1080",
1146
- STD_2160P = "3840x2160",
1147
- STD_4320P = "7680x4320",
1148
1146
  STD_VGA = "640x480",
1149
1147
  STD_SVGA = "800x600",
1150
1148
  STD_XVGA = "1024x768",
@@ -1159,6 +1157,7 @@ interface CameraConfig {
1159
1157
  preferredResolution: VideoResolutionPreset;
1160
1158
  preferredOrientation: VideoOrientation;
1161
1159
  facingMode: FacingMode;
1160
+ cameraSelection: FacingMode | string;
1162
1161
  }
1163
1162
  interface SessionConfig {
1164
1163
  overlayConfig?: Partial<OverlayConfig>;
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export { Button } from './button.js';
2
- import { R as Recorder } from './video-recorder-7bdab25f.js';
3
- export { C as CameraVideoOutlinedIcon, O as OverlayHints } from './video-recorder-7bdab25f.js';
2
+ import { R as Recorder } from './video-recorder-6ce8f099.js';
3
+ export { C as CameraVideoOutlinedIcon, O as OverlayHints } from './video-recorder-6ce8f099.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';
@@ -188,8 +188,6 @@ var VideoResolutionPreset = /*#__PURE__*/function (VideoResolutionPreset) {
188
188
  VideoResolutionPreset["STD_480P"] = "720x480";
189
189
  VideoResolutionPreset["STD_720P"] = "1280x720";
190
190
  VideoResolutionPreset["STD_1080P"] = "1920x1080";
191
- VideoResolutionPreset["STD_2160P"] = "3840x2160";
192
- VideoResolutionPreset["STD_4320P"] = "7680x4320";
193
191
  VideoResolutionPreset["STD_VGA"] = "640x480";
194
192
  VideoResolutionPreset["STD_SVGA"] = "800x600";
195
193
  VideoResolutionPreset["STD_XVGA"] = "1024x768";
@@ -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-7bdab25f.js';
3
+ import { R as Recorder, b as buildPacked } from './video-recorder-6ce8f099.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-7bdab25f.js';
6
+ import { b as buildPacked } from './video-recorder-6ce8f099.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-7bdab25f.js';
3
+ import { b as buildPacked } from './video-recorder-6ce8f099.js';
4
4
  import './video-record-directions.js';
5
5
  import './button.js';
6
6
  import { s as selfieCaptureVars } from './variables-55f57e89.js';
@@ -5,7 +5,7 @@ import { E as EN } from './en-e76ed5a0.js';
5
5
  import './button.js';
6
6
 
7
7
  var name = "@unissey-web/web-components";
8
- var version = "4.0.0";
8
+ var version = "4.0.1";
9
9
  var description = "";
10
10
  var module = "./dist/index.js";
11
11
  var typings = "./dist/index.d.ts";
@@ -1,5 +1,5 @@
1
1
  import './lit-element-ac3d3a27.js';
2
- export { R as Recorder, V as VideoRecorder } from './video-recorder-7bdab25f.js';
2
+ export { R as Recorder, V as VideoRecorder } from './video-recorder-6ce8f099.js';
3
3
  import './button.js';
4
4
  import './en-e76ed5a0.js';
5
5
  import './_commonjsHelpers-cef27602.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unissey-web/web-components",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "",
5
5
  "module": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",