@unissey-web/web-components 3.10.0 → 3.10.1-rc.2

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-98ffd8e5.js';
6
+ import './video-recorder-dd2c552e.js';
7
7
  import './_commonjsHelpers-cef27602.js';
8
8
  import './variables-09a3e162.js';
9
9
  import './video-record-directions.js';
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export { Button } from './button.js';
2
- import { R as Recorder } from './video-recorder-98ffd8e5.js';
3
- export { C as CameraVideoOutlinedIcon, O as OverlayHints } from './video-recorder-98ffd8e5.js';
2
+ import { R as Recorder } from './video-recorder-dd2c552e.js';
3
+ export { C as CameraVideoOutlinedIcon, O as OverlayHints } from './video-recorder-dd2c552e.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-98ffd8e5.js';
3
+ import { R as Recorder, b as buildPacked } from './video-recorder-dd2c552e.js';
4
4
  import './_commonjsHelpers-cef27602.js';
5
5
  import './variables-09a3e162.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-98ffd8e5.js';
6
+ import { b as buildPacked } from './video-recorder-dd2c552e.js';
7
7
  import { E as EN } from './en-e76ed5a0.js';
8
8
  import { c as referenceCaptureVars } from './variables-09a3e162.js';
9
9
  import './direction-card-f55e1936.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-98ffd8e5.js';
3
+ import { b as buildPacked } from './video-recorder-dd2c552e.js';
4
4
  import './video-record-directions.js';
5
5
  import './button.js';
6
6
  import { s as selfieCaptureVars } from './variables-09a3e162.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 = "3.10.0";
8
+ var version = "3.10.1-rc.2";
9
9
  var description = "";
10
10
  var module = "./dist/index.js";
11
11
  var typings = "./dist/index.d.ts";
@@ -471,7 +471,7 @@ var Recorder = /*#__PURE__*/function (_LitElement) {
471
471
  case 14:
472
472
  _this.willRetryCapture = true;
473
473
  captureButton = (_this$shadowRoot3 = _this.shadowRoot) === null || _this$shadowRoot3 === void 0 ? void 0 : _this$shadowRoot3.getElementById("capture");
474
- captureButton.disabled = false;
474
+ if (captureButton) captureButton.disabled = false;
475
475
  recorderInterruptedEvent = new CustomEvent("recordInterrupted");
476
476
  _this.dispatchEvent(recorderInterruptedEvent);
477
477
  _context.next = 21;
@@ -1,5 +1,5 @@
1
1
  import './lit-element-ac3d3a27.js';
2
- export { R as Recorder, V as VideoRecorder } from './video-recorder-98ffd8e5.js';
2
+ export { R as Recorder, V as VideoRecorder } from './video-recorder-dd2c552e.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": "3.10.0",
3
+ "version": "3.10.1-rc.2",
4
4
  "description": "",
5
5
  "module": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",