@plattar/plattar-ar-adapter 1.178.1 → 1.178.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.
@@ -3401,7 +3401,7 @@ exports.Util = Util;
3401
3401
  },{}],19:[function(require,module,exports){
3402
3402
  "use strict";
3403
3403
  Object.defineProperty(exports, "__esModule", { value: true });
3404
- exports.default = "1.178.1";
3404
+ exports.default = "1.178.2";
3405
3405
 
3406
3406
  },{}],20:[function(require,module,exports){
3407
3407
  "use strict";
@@ -7420,7 +7420,7 @@ class BaseElement extends HTMLElement {
7420
7420
  return;
7421
7421
  }
7422
7422
 
7423
- const canvas = this._qrCode._canvas;
7423
+ const canvas = this._qrCode._domCanvas || this._qrCode._canvas;
7424
7424
 
7425
7425
  if (canvas) {
7426
7426
  if (canvas.style.width !== "100%") {
@@ -7557,9 +7557,8 @@ module.exports = {
7557
7557
  version: Version
7558
7558
  };
7559
7559
  },{"./elements/qrcode-element.js":114,"./version":116}],116:[function(require,module,exports){
7560
- module.exports = "1.165.1";
7561
-
7562
- },{}],117:[function(require,module,exports){
7560
+ arguments[4][112][0].apply(exports,arguments)
7561
+ },{"dup":112}],117:[function(require,module,exports){
7563
7562
  "use strict";
7564
7563
  var __importDefault = (this && this.__importDefault) || function (mod) {
7565
7564
  return (mod && mod.__esModule) ? mod : { "default": mod };