@unissey-web/sdk-react 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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -741,7 +741,7 @@ var EN = {
741
741
  };
742
742
 
743
743
  var name = "@unissey-web/web-components";
744
- var version = "3.10.0";
744
+ var version = "3.10.1-rc.2";
745
745
  var description = "";
746
746
  var module = "./dist/index.js";
747
747
  var typings = "./dist/index.d.ts";
@@ -1207,7 +1207,7 @@ var Recorder = /*#__PURE__*/function (_LitElement) {
1207
1207
  case 14:
1208
1208
  _this.willRetryCapture = true;
1209
1209
  captureButton = (_this$shadowRoot3 = _this.shadowRoot) === null || _this$shadowRoot3 === void 0 ? void 0 : _this$shadowRoot3.getElementById("capture");
1210
- captureButton.disabled = false;
1210
+ if (captureButton) captureButton.disabled = false;
1211
1211
  recorderInterruptedEvent = new CustomEvent("recordInterrupted");
1212
1212
  _this.dispatchEvent(recorderInterruptedEvent);
1213
1213
  _context.next = 21;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unissey-web/sdk-react",
3
- "version": "3.10.0",
3
+ "version": "3.10.1-rc.2",
4
4
  "description": "Unissey React Sdk",
5
5
  "license": "ISC",
6
6
  "module": "./dist/index.js",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@lit-labs/react": "^1.0.2",
25
- "@unissey-web/web-components": "3.10.0"
25
+ "@unissey-web/web-components": "3.10.1-rc.2"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": "^17.0.0 || ^18.0.0",