@digipair/skill-web-heygen 0.94.0-1 → 0.94.0-3

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.
@@ -1,5 +1,7 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  function __decorate(decorators, target, key, desc) {
4
6
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
5
7
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -9,7 +11,7 @@ function __decorate(decorators, target, key, desc) {
9
11
  function __metadata(metadataKey, metadataValue) {
10
12
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
11
13
  }
12
- typeof SuppressedError === "function" ? SuppressedError : function(error, suppressed, message) {
14
+ typeof SuppressedError === "function" ? SuppressedError : function _SuppressedError(error, suppressed, message) {
13
15
  var e = new Error(message);
14
16
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
15
17
  };
@@ -34,6 +36,7 @@ function _defineProperties$3(target, props) {
34
36
  }
35
37
  function _create_class$3(Constructor, protoProps, staticProps) {
36
38
  if (protoProps) _defineProperties$3(Constructor.prototype, protoProps);
39
+ if (staticProps) _defineProperties$3(Constructor, staticProps);
37
40
  return Constructor;
38
41
  }
39
42
  function _instanceof(left, right) {
@@ -43,11 +46,11 @@ function _instanceof(left, right) {
43
46
  return left instanceof right;
44
47
  }
45
48
  }
46
- var t$2 = globalThis, e$4 = t$2.ShadowRoot && (void 0 === t$2.ShadyCSS || t$2.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, s$2 = Symbol(), o$4 = new WeakMap;
49
+ var t$2 = globalThis, e$4 = t$2.ShadowRoot && (void 0 === t$2.ShadyCSS || t$2.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, s$1 = Symbol(), o$3 = new WeakMap;
47
50
  var n$3 = /*#__PURE__*/ function() {
48
51
  function n(t, e, o) {
49
52
  _class_call_check$3(this, n);
50
- if (this._$cssResult$ = true, o !== s$2) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
53
+ if (this._$cssResult$ = !0, o !== s$1) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
51
54
  this.cssText = t, this.t = e;
52
55
  }
53
56
  _create_class$3(n, [
@@ -58,7 +61,7 @@ var n$3 = /*#__PURE__*/ function() {
58
61
  var s = this.t;
59
62
  if (e$4 && void 0 === t) {
60
63
  var e1 = void 0 !== s && 1 === s.length;
61
- e1 && (t = o$4.get(s)), void 0 === t && ((this.o = t = new CSSStyleSheet).replaceSync(this.cssText), e1 && o$4.set(s, t));
64
+ e1 && (t = o$3.get(s)), void 0 === t && ((this.o = t = new CSSStyleSheet).replaceSync(this.cssText), e1 && o$3.set(s, t));
62
65
  }
63
66
  return t;
64
67
  }
@@ -72,8 +75,8 @@ var n$3 = /*#__PURE__*/ function() {
72
75
  ]);
73
76
  return n;
74
77
  }();
75
- var r$3 = function(t) {
76
- return new n$3("string" == typeof t ? t : t + "", void 0, s$2);
78
+ var r$4 = function(t) {
79
+ return new n$3("string" == typeof t ? t : t + "", void 0, s$1);
77
80
  }, S$1 = function(s, o) {
78
81
  var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
79
82
  if (e$4) s.adoptedStyleSheets = o.map(function(t) {
@@ -124,7 +127,7 @@ var r$3 = function(t) {
124
127
  }
125
128
  }
126
129
  }
127
- return r$3(e);
130
+ return r$4(e);
128
131
  }(t) : t;
129
132
  };
130
133
 
@@ -266,7 +269,7 @@ function _non_iterable_spread$1() {
266
269
  throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
267
270
  }
268
271
  function _possible_constructor_return$2(self, call) {
269
- if (call && (_type_of$4(call) === "object" || typeof call === "function")) {
272
+ if (call && (_type_of$2(call) === "object" || typeof call === "function")) {
270
273
  return call;
271
274
  }
272
275
  return _assert_this_initialized$2(self);
@@ -284,7 +287,7 @@ function _sliced_to_array$1(arr, i) {
284
287
  function _to_consumable_array$1(arr) {
285
288
  return _array_without_holes$1(arr) || _iterable_to_array$1(arr) || _unsupported_iterable_to_array$1(arr) || _non_iterable_spread$1();
286
289
  }
287
- function _type_of$4(obj) {
290
+ function _type_of$2(obj) {
288
291
  "@swc/helpers - typeof";
289
292
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
290
293
  }
@@ -446,7 +449,7 @@ var _Symbol, _a, _a1;
446
449
  * @license
447
450
  * Copyright 2017 Google LLC
448
451
  * SPDX-License-Identifier: BSD-3-Clause
449
- */ var i$2 = Object.is, e$3 = Object.defineProperty, h$1 = Object.getOwnPropertyDescriptor, r$2 = Object.getOwnPropertyNames, o$3 = Object.getOwnPropertySymbols, n$2 = Object.getPrototypeOf, a$1 = globalThis, c$1 = a$1.trustedTypes, l$1 = c$1 ? c$1.emptyScript : "", p$1 = a$1.reactiveElementPolyfillSupport, d$1 = function(t, s) {
452
+ */ var i$2 = Object.is, e$3 = Object.defineProperty, r$3 = Object.getOwnPropertyDescriptor, h$1 = Object.getOwnPropertyNames, o$2 = Object.getOwnPropertySymbols, n$2 = Object.getPrototypeOf, a$1 = globalThis, c$1 = a$1.trustedTypes, l$1 = c$1 ? c$1.emptyScript : "", p$1 = a$1.reactiveElementPolyfillSupport, d$1 = function(t, s) {
450
453
  return t;
451
454
  }, u$1 = {
452
455
  toAttribute: function toAttribute(t, s) {
@@ -481,26 +484,25 @@ var _Symbol, _a, _a1;
481
484
  }
482
485
  }, f$1 = function(t, s) {
483
486
  return !i$2(t, s);
484
- }, b = {
485
- attribute: true,
487
+ }, y$1 = {
488
+ attribute: !0,
486
489
  type: String,
487
490
  converter: u$1,
488
- reflect: false,
489
- useDefault: false,
491
+ reflect: !1,
490
492
  hasChanged: f$1
491
493
  };
492
494
  var _metadata, _litPropertyMetadata;
493
495
  (_metadata = (_Symbol = Symbol).metadata) !== null && _metadata !== void 0 ? _metadata : _Symbol.metadata = Symbol("metadata"), (_litPropertyMetadata = (_a = a$1).litPropertyMetadata) !== null && _litPropertyMetadata !== void 0 ? _litPropertyMetadata : _a.litPropertyMetadata = new WeakMap;
494
- var y$1 = /*#__PURE__*/ function(HTMLElement1) {
495
- _inherits$2(y, HTMLElement1);
496
- var _super = _create_super$2(y);
497
- function y() {
498
- _class_call_check$2(this, y);
496
+ var b = /*#__PURE__*/ function(HTMLElement1) {
497
+ _inherits$2(b, HTMLElement1);
498
+ var _super = _create_super$2(b);
499
+ function b() {
500
+ _class_call_check$2(this, b);
499
501
  var _this;
500
- _this = _super.call(this), _this._$Ep = void 0, _this.isUpdatePending = false, _this.hasUpdated = false, _this._$Em = null, _this._$Ev();
502
+ _this = _super.call(this), _this._$Ep = void 0, _this.isUpdatePending = !1, _this.hasUpdated = !1, _this._$Em = null, _this._$Ev();
501
503
  return _possible_constructor_return$2(_this);
502
504
  }
503
- _create_class$2(y, [
505
+ _create_class$2(b, [
504
506
  {
505
507
  key: "_$Ev",
506
508
  value: function _$Ev() {
@@ -568,7 +570,7 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
568
570
  value: function connectedCallback() {
569
571
  var _this__$EO;
570
572
  var _this_renderRoot;
571
- (_this_renderRoot = this.renderRoot) !== null && _this_renderRoot !== void 0 ? _this_renderRoot : this.renderRoot = this.createRenderRoot(), this.enableUpdating(true), (_this__$EO = this._$EO) === null || _this__$EO === void 0 ? void 0 : _this__$EO.forEach(function(t) {
573
+ (_this_renderRoot = this.renderRoot) !== null && _this_renderRoot !== void 0 ? _this_renderRoot : this.renderRoot = this.createRenderRoot(), this.enableUpdating(!0), (_this__$EO = this._$EO) === null || _this__$EO === void 0 ? void 0 : _this__$EO.forEach(function(t) {
572
574
  var _t_hostConnected;
573
575
  return (_t_hostConnected = t.hostConnected) === null || _t_hostConnected === void 0 ? void 0 : _t_hostConnected.call(t);
574
576
  });
@@ -595,13 +597,13 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
595
597
  }
596
598
  },
597
599
  {
598
- key: "_$ET",
599
- value: function _$ET(t, s) {
600
+ key: "_$EC",
601
+ value: function _$EC(t, s) {
600
602
  var i = this.constructor.elementProperties.get(t), e = this.constructor._$Eu(t, i);
601
- if (void 0 !== e && true === i.reflect) {
603
+ if (void 0 !== e && !0 === i.reflect) {
602
604
  var _i_converter;
603
- var h = (void 0 !== ((_i_converter = i.converter) === null || _i_converter === void 0 ? void 0 : _i_converter.toAttribute) ? i.converter : u$1).toAttribute(s, i.type);
604
- this._$Em = t, null == h ? this.removeAttribute(e) : this.setAttribute(e, h), this._$Em = null;
605
+ var r = (void 0 !== ((_i_converter = i.converter) === null || _i_converter === void 0 ? void 0 : _i_converter.toAttribute) ? i.converter : u$1).toAttribute(s, i.type);
606
+ this._$Em = t, null == r ? this.removeAttribute(e) : this.setAttribute(e, r), this._$Em = null;
605
607
  }
606
608
  }
607
609
  },
@@ -610,12 +612,11 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
610
612
  value: function _$AK(t, s) {
611
613
  var i = this.constructor, e = i._$Eh.get(t);
612
614
  if (void 0 !== e && this._$Em !== e) {
613
- var _t_converter, _this__$Ej;
614
- var _$t = i.getPropertyOptions(e), h = "function" == typeof _$t.converter ? {
615
+ var _t_converter;
616
+ var _$t = i.getPropertyOptions(e), r = "function" == typeof _$t.converter ? {
615
617
  fromAttribute: _$t.converter
616
618
  } : void 0 !== ((_t_converter = _$t.converter) === null || _t_converter === void 0 ? void 0 : _t_converter.fromAttribute) ? _$t.converter : u$1;
617
- var _h_fromAttribute, _ref;
618
- this._$Em = e, this[e] = (_ref = (_h_fromAttribute = h.fromAttribute(s, _$t.type)) !== null && _h_fromAttribute !== void 0 ? _h_fromAttribute : (_this__$Ej = this._$Ej) === null || _this__$Ej === void 0 ? void 0 : _this__$Ej.get(e)) !== null && _ref !== void 0 ? _ref : null, this._$Em = null;
619
+ this._$Em = e, this[e] = r.fromAttribute(s, _$t.type), this._$Em = null;
619
620
  }
620
621
  }
621
622
  },
@@ -623,33 +624,30 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
623
624
  key: "requestUpdate",
624
625
  value: function requestUpdate(t, s, i) {
625
626
  if (void 0 !== t) {
626
- var _this__$Ej;
627
- var e = this.constructor, h = this[t];
628
627
  var _i_hasChanged;
629
- if (i !== null && i !== void 0 ? i : i = e.getPropertyOptions(t), !(((_i_hasChanged = i.hasChanged) !== null && _i_hasChanged !== void 0 ? _i_hasChanged : f$1)(h, s) || i.useDefault && i.reflect && h === ((_this__$Ej = this._$Ej) === null || _this__$Ej === void 0 ? void 0 : _this__$Ej.get(t)) && !this.hasAttribute(e._$Eu(t, i)))) return;
630
- this.C(t, s, i);
628
+ if (i !== null && i !== void 0 ? i : i = this.constructor.getPropertyOptions(t), !((_i_hasChanged = i.hasChanged) !== null && _i_hasChanged !== void 0 ? _i_hasChanged : f$1)(this[t], s)) return;
629
+ this.P(t, s, i);
631
630
  }
632
- false === this.isUpdatePending && (this._$ES = this._$EP());
631
+ !1 === this.isUpdatePending && (this._$ES = this._$ET());
633
632
  }
634
633
  },
635
634
  {
636
- key: "C",
637
- value: function C(t, s, param, r) {
638
- var i = param.useDefault, e = param.reflect, h = param.wrapped;
639
- var _this__$Ej, _ref, _this__$Eq;
640
- i && !((_this__$Ej = this._$Ej) !== null && _this__$Ej !== void 0 ? _this__$Ej : this._$Ej = new Map).has(t) && (this._$Ej.set(t, (_ref = r !== null && r !== void 0 ? r : s) !== null && _ref !== void 0 ? _ref : this[t]), true !== h || void 0 !== r) || (this._$AL.has(t) || (this.hasUpdated || i || (s = void 0), this._$AL.set(t, s)), true === e && this._$Em !== t && ((_this__$Eq = this._$Eq) !== null && _this__$Eq !== void 0 ? _this__$Eq : this._$Eq = new Set).add(t));
635
+ key: "P",
636
+ value: function P(t, s, i) {
637
+ var _this__$Ej;
638
+ this._$AL.has(t) || this._$AL.set(t, s), !0 === i.reflect && this._$Em !== t && ((_this__$Ej = this._$Ej) !== null && _this__$Ej !== void 0 ? _this__$Ej : this._$Ej = new Set).add(t);
641
639
  }
642
640
  },
643
641
  {
644
- key: "_$EP",
645
- value: function _$EP() {
642
+ key: "_$ET",
643
+ value: function _$ET() {
646
644
  var _this = this;
647
645
  return _async_to_generator(function() {
648
646
  var t, _$t, _tmp;
649
647
  return _ts_generator(this, function(_state) {
650
648
  switch(_state.label){
651
649
  case 0:
652
- _this.isUpdatePending = true;
650
+ _this.isUpdatePending = !0;
653
651
  _state.label = 1;
654
652
  case 1:
655
653
  _state.trys.push([
@@ -739,8 +737,7 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
739
737
  if (t1.size > 0) try {
740
738
  for(var _iterator1 = t1[Symbol.iterator](), _step1; !(_iteratorNormalCompletion1 = (_step1 = _iterator1.next()).done); _iteratorNormalCompletion1 = true){
741
739
  var _step_value1 = _sliced_to_array$1(_step1.value, 2), _$s1 = _step_value1[0], i = _step_value1[1];
742
- var t2 = i.wrapped, e = this[_$s1];
743
- !0 !== t2 || this._$AL.has(_$s1) || void 0 === e || this.C(_$s1, void 0, i, e);
740
+ !0 !== i.wrapped || this._$AL.has(_$s1) || void 0 === this[_$s1] || this.P(_$s1, this[_$s1], i);
744
741
  }
745
742
  } catch (err) {
746
743
  _didIteratorError1 = true;
@@ -757,18 +754,18 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
757
754
  }
758
755
  }
759
756
  }
760
- var t3 = false;
757
+ var t2 = !1;
761
758
  var _$s2 = this._$AL;
762
759
  try {
763
760
  var _this__$EO;
764
- t3 = this.shouldUpdate(_$s2), t3 ? (this.willUpdate(_$s2), (_this__$EO = this._$EO) === null || _this__$EO === void 0 ? void 0 : _this__$EO.forEach(function(t) {
761
+ t2 = this.shouldUpdate(_$s2), t2 ? (this.willUpdate(_$s2), (_this__$EO = this._$EO) === null || _this__$EO === void 0 ? void 0 : _this__$EO.forEach(function(t) {
765
762
  var _t_hostUpdate;
766
763
  return (_t_hostUpdate = t.hostUpdate) === null || _t_hostUpdate === void 0 ? void 0 : _t_hostUpdate.call(t);
767
- }), this.update(_$s2)) : this._$EM();
764
+ }), this.update(_$s2)) : this._$EU();
768
765
  } catch (s) {
769
- throw t3 = false, this._$EM(), s;
766
+ throw t2 = !1, this._$EU(), s;
770
767
  }
771
- t3 && this._$AE(_$s2);
768
+ t2 && this._$AE(_$s2);
772
769
  }
773
770
  },
774
771
  {
@@ -782,13 +779,13 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
782
779
  (_this__$EO = this._$EO) === null || _this__$EO === void 0 ? void 0 : _this__$EO.forEach(function(t) {
783
780
  var _t_hostUpdated;
784
781
  return (_t_hostUpdated = t.hostUpdated) === null || _t_hostUpdated === void 0 ? void 0 : _t_hostUpdated.call(t);
785
- }), this.hasUpdated || (this.hasUpdated = true, this.firstUpdated(t)), this.updated(t);
782
+ }), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
786
783
  }
787
784
  },
788
785
  {
789
- key: "_$EM",
790
- value: function _$EM() {
791
- this._$AL = new Map, this.isUpdatePending = false;
786
+ key: "_$EU",
787
+ value: function _$EU() {
788
+ this._$AL = new Map, this.isUpdatePending = !1;
792
789
  }
793
790
  },
794
791
  {
@@ -806,16 +803,16 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
806
803
  {
807
804
  key: "shouldUpdate",
808
805
  value: function shouldUpdate(t) {
809
- return true;
806
+ return !0;
810
807
  }
811
808
  },
812
809
  {
813
810
  key: "update",
814
811
  value: function update(t) {
815
812
  var _this = this;
816
- this._$Eq && (this._$Eq = this._$Eq.forEach(function(t) {
817
- return _this._$ET(t, _this[t]);
818
- })), this._$EM();
813
+ this._$Ej && (this._$Ej = this._$Ej.forEach(function(t) {
814
+ return _this._$EC(t, _this[t]);
815
+ })), this._$EU();
819
816
  }
820
817
  },
821
818
  {
@@ -843,33 +840,35 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
843
840
  {
844
841
  key: "createProperty",
845
842
  value: function createProperty(t) {
846
- var s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : b;
847
- if (s.state && (s.attribute = false), this._$Ei(), this.prototype.hasOwnProperty(t) && ((s = Object.create(s)).wrapped = true), this.elementProperties.set(t, s), !s.noAccessor) {
848
- var i = Symbol(), h = this.getPropertyDescriptor(t, i, s);
849
- void 0 !== h && e$3(this.prototype, t, h);
843
+ var s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : y$1;
844
+ if (s.state && (s.attribute = !1), this._$Ei(), this.elementProperties.set(t, s), !s.noAccessor) {
845
+ var i = Symbol(), r = this.getPropertyDescriptor(t, i, s);
846
+ void 0 !== r && e$3(this.prototype, t, r);
850
847
  }
851
848
  }
852
849
  },
853
850
  {
854
851
  key: "getPropertyDescriptor",
855
852
  value: function getPropertyDescriptor(t, s, i) {
856
- var _h;
857
- var _ref = (_h = h$1(this.prototype, t)) !== null && _h !== void 0 ? _h : {
853
+ var _r;
854
+ var _ref = (_r = r$3(this.prototype, t)) !== null && _r !== void 0 ? _r : {
858
855
  get: function get() {
859
856
  return this[s];
860
857
  },
861
858
  set: function set(t) {
862
859
  this[s] = t;
863
860
  }
864
- }, e = _ref.get, r = _ref.set;
861
+ }, e = _ref.get, h = _ref.set;
865
862
  return {
866
- get: e,
863
+ get: function get() {
864
+ return e === null || e === void 0 ? void 0 : e.call(this);
865
+ },
867
866
  set: function set(s) {
868
- var h = e === null || e === void 0 ? void 0 : e.call(this);
869
- r === null || r === void 0 ? void 0 : r.call(this, s), this.requestUpdate(t, h, i);
867
+ var r = e === null || e === void 0 ? void 0 : e.call(this);
868
+ h.call(this, s), this.requestUpdate(t, r, i);
870
869
  },
871
- configurable: true,
872
- enumerable: true
870
+ configurable: !0,
871
+ enumerable: !0
873
872
  };
874
873
  }
875
874
  },
@@ -877,7 +876,7 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
877
876
  key: "getPropertyOptions",
878
877
  value: function getPropertyOptions(t) {
879
878
  var _this_elementProperties_get;
880
- return (_this_elementProperties_get = this.elementProperties.get(t)) !== null && _this_elementProperties_get !== void 0 ? _this_elementProperties_get : b;
879
+ return (_this_elementProperties_get = this.elementProperties.get(t)) !== null && _this_elementProperties_get !== void 0 ? _this_elementProperties_get : y$1;
881
880
  }
882
881
  },
883
882
  {
@@ -892,8 +891,8 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
892
891
  key: "finalize",
893
892
  value: function finalize() {
894
893
  if (this.hasOwnProperty(d$1("finalized"))) return;
895
- if (this.finalized = true, this._$Ei(), this.hasOwnProperty(d$1("properties"))) {
896
- var t = this.properties, s = _to_consumable_array$1(r$2(t)).concat(_to_consumable_array$1(o$3(t)));
894
+ if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(d$1("properties"))) {
895
+ var t = this.properties, s = _to_consumable_array$1(h$1(t)).concat(_to_consumable_array$1(o$2(t)));
897
896
  var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
898
897
  try {
899
898
  for(var _iterator = s[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true){
@@ -998,18 +997,18 @@ var y$1 = /*#__PURE__*/ function(HTMLElement1) {
998
997
  key: "_$Eu",
999
998
  value: function _$Eu(t, s) {
1000
999
  var i = s.attribute;
1001
- return false === i ? void 0 : "string" == typeof i ? i : "string" == typeof t ? t.toLowerCase() : void 0;
1000
+ return !1 === i ? void 0 : "string" == typeof i ? i : "string" == typeof t ? t.toLowerCase() : void 0;
1002
1001
  }
1003
1002
  }
1004
1003
  ]);
1005
- return y;
1004
+ return b;
1006
1005
  }(_wrap_native_super(HTMLElement));
1007
1006
  var _reactiveElementVersions;
1008
- y$1.elementStyles = [], y$1.shadowRootOptions = {
1007
+ b.elementStyles = [], b.shadowRootOptions = {
1009
1008
  mode: "open"
1010
- }, y$1[d$1("elementProperties")] = new Map, y$1[d$1("finalized")] = new Map, p$1 === null || p$1 === void 0 ? void 0 : p$1({
1011
- ReactiveElement: y$1
1012
- }), ((_reactiveElementVersions = (_a1 = a$1).reactiveElementVersions) !== null && _reactiveElementVersions !== void 0 ? _reactiveElementVersions : _a1.reactiveElementVersions = []).push("2.1.0");
1009
+ }, b[d$1("elementProperties")] = new Map, b[d$1("finalized")] = new Map, p$1 === null || p$1 === void 0 ? void 0 : p$1({
1010
+ ReactiveElement: b
1011
+ }), ((_reactiveElementVersions = (_a1 = a$1).reactiveElementVersions) !== null && _reactiveElementVersions !== void 0 ? _reactiveElementVersions : _a1.reactiveElementVersions = []).push("2.0.4");
1013
1012
 
1014
1013
  /**
1015
1014
  * @license
@@ -1104,7 +1103,7 @@ function _non_iterable_spread() {
1104
1103
  throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1105
1104
  }
1106
1105
  function _possible_constructor_return$1(self, call) {
1107
- if (call && (_type_of$3(call) === "object" || typeof call === "function")) {
1106
+ if (call && (_type_of$1(call) === "object" || typeof call === "function")) {
1108
1107
  return call;
1109
1108
  }
1110
1109
  return _assert_this_initialized$1(self);
@@ -1122,7 +1121,7 @@ function _sliced_to_array(arr, i) {
1122
1121
  function _to_consumable_array(arr) {
1123
1122
  return _array_without_holes(arr) || _iterable_to_array(arr) || _unsupported_iterable_to_array(arr) || _non_iterable_spread();
1124
1123
  }
1125
- function _type_of$3(obj) {
1124
+ function _type_of$1(obj) {
1126
1125
  "@swc/helpers - typeof";
1127
1126
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
1128
1127
  }
@@ -1159,17 +1158,17 @@ function _create_super$1(Derived) {
1159
1158
  };
1160
1159
  }
1161
1160
  var _t;
1162
- var t$1 = globalThis, i$1 = t$1.trustedTypes, s$1 = i$1 ? i$1.createPolicy("lit-html", {
1161
+ var t$1 = globalThis, i$1 = t$1.trustedTypes, s = i$1 ? i$1.createPolicy("lit-html", {
1163
1162
  createHTML: function(t) {
1164
1163
  return t;
1165
1164
  }
1166
- }) : void 0, e$2 = "$lit$", h = "lit$".concat(Math.random().toFixed(9).slice(2), "$"), o$2 = "?" + h, n$1 = "<".concat(o$2, ">"), r$1 = document, l = function() {
1167
- return r$1.createComment("");
1165
+ }) : void 0, e$2 = "$lit$", h = "lit$".concat(Math.random().toFixed(9).slice(2), "$"), o$1 = "?" + h, n$1 = "<".concat(o$1, ">"), r$2 = document, l = function() {
1166
+ return r$2.createComment("");
1168
1167
  }, c = function(t) {
1169
- return null === t || "object" != (typeof t === "undefined" ? "undefined" : _type_of$3(t)) && "function" != typeof t;
1168
+ return null === t || "object" != typeof t && "function" != typeof t;
1170
1169
  }, a = Array.isArray, u = function(t) {
1171
1170
  return a(t) || "function" == typeof (t === null || t === void 0 ? void 0 : t[Symbol.iterator]);
1172
- }, d = "[ \t\n\f\r]", f = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, v = /-->/g, _ = />/g, m = RegExp(">|".concat(d, "(?:([^\\s\"'>=/]+)(").concat(d, "*=").concat(d, "*(?:[^ \n\f\r\"'`<>=]|(\"|')|))|$)"), "g"), p = /'/g, g = /"/g, $ = /^(?:script|style|textarea|title)$/i, y = function(t) {
1171
+ }, d = "[ \n\f\r]", f = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, v = /-->/g, _ = />/g, m = RegExp(">|".concat(d, "(?:([^\\s\"'>=/]+)(").concat(d, "*=").concat(d, "*(?:[^ \n\f\r\"'`<>=]|(\"|')|))|$)"), "g"), p = /'/g, g = /"/g, $ = /^(?:script|style|textarea|title)$/i, y = function(t) {
1173
1172
  return function(i) {
1174
1173
  for(var _len = arguments.length, s = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++){
1175
1174
  s[_key - 1] = arguments[_key];
@@ -1180,10 +1179,10 @@ var t$1 = globalThis, i$1 = t$1.trustedTypes, s$1 = i$1 ? i$1.createPolicy("lit-
1180
1179
  values: s
1181
1180
  };
1182
1181
  };
1183
- }, x = y(1), T = Symbol.for("lit-noChange"), E = Symbol.for("lit-nothing"), A = new WeakMap, C = r$1.createTreeWalker(r$1, 129);
1182
+ }, x = y(1), T = Symbol.for("lit-noChange"), E = Symbol.for("lit-nothing"), A = new WeakMap, C = r$2.createTreeWalker(r$2, 129);
1184
1183
  function P(t, i) {
1185
1184
  if (!a(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
1186
- return void 0 !== s$1 ? s$1.createHTML(i) : i;
1185
+ return void 0 !== s ? s.createHTML(i) : i;
1187
1186
  }
1188
1187
  var V = function(t, i) {
1189
1188
  var s = t.length - 1, o = [];
@@ -1258,7 +1257,7 @@ var N = /*#__PURE__*/ function() {
1258
1257
  r.append(t3[s2], l());
1259
1258
  }
1260
1259
  }
1261
- } else if (8 === r.nodeType) if (r.data === o$2) d.push({
1260
+ } else if (8 === r.nodeType) if (r.data === o$1) d.push({
1262
1261
  type: 2,
1263
1262
  index: c
1264
1263
  });
@@ -1276,7 +1275,7 @@ var N = /*#__PURE__*/ function() {
1276
1275
  {
1277
1276
  key: "createElement",
1278
1277
  value: function createElement(t, i) {
1279
- var s = r$1.createElement("template");
1278
+ var s = r$2.createElement("template");
1280
1279
  return s.innerHTML = t, s;
1281
1280
  }
1282
1281
  }
@@ -1291,7 +1290,7 @@ function S(t, i) {
1291
1290
  var h = void 0 !== e ? (_s__$Co = s._$Co) === null || _s__$Co === void 0 ? void 0 : _s__$Co[e] : s._$Cl;
1292
1291
  var o = c(i) ? void 0 : i._$litDirective$;
1293
1292
  var __$Co;
1294
- return (h === null || h === void 0 ? void 0 : h.constructor) !== o && (h === null || h === void 0 ? void 0 : (_h__$AO = h._$AO) === null || _h__$AO === void 0 ? void 0 : _h__$AO.call(h, false), void 0 === o ? h = void 0 : (h = new o(t), h._$AT(t, s, e)), void 0 !== e ? ((__$Co = (_s = s)._$Co) !== null && __$Co !== void 0 ? __$Co : _s._$Co = [])[e] = h : s._$Cl = h), void 0 !== h && (i = S(t, h._$AS(t, i.values), h, e)), i;
1293
+ return (h === null || h === void 0 ? void 0 : h.constructor) !== o && (h === null || h === void 0 ? void 0 : (_h__$AO = h._$AO) === null || _h__$AO === void 0 ? void 0 : _h__$AO.call(h, !1), void 0 === o ? h = void 0 : (h = new o(t), h._$AT(t, s, e)), void 0 !== e ? ((__$Co = (_s = s)._$Co) !== null && __$Co !== void 0 ? __$Co : _s._$Co = [])[e] = h : s._$Cl = h), void 0 !== h && (i = S(t, h._$AS(t, i.values), h, e)), i;
1295
1294
  }
1296
1295
  var M = /*#__PURE__*/ function() {
1297
1296
  function M(t, i) {
@@ -1315,7 +1314,7 @@ var M = /*#__PURE__*/ function() {
1315
1314
  key: "u",
1316
1315
  value: function u(t) {
1317
1316
  var _t_creationScope;
1318
- var _this__$AD = this._$AD, _this__$AD_el = _this__$AD.el, i = _this__$AD_el.content, s = _this__$AD.parts, e = ((_t_creationScope = t === null || t === void 0 ? void 0 : t.creationScope) !== null && _t_creationScope !== void 0 ? _t_creationScope : r$1).importNode(i, true);
1317
+ var _this__$AD = this._$AD, _this__$AD_el = _this__$AD.el, i = _this__$AD_el.content, s = _this__$AD.parts, e = ((_t_creationScope = t === null || t === void 0 ? void 0 : t.creationScope) !== null && _t_creationScope !== void 0 ? _t_creationScope : r$2).importNode(i, !0);
1319
1318
  C.currentNode = e;
1320
1319
  var h = C.nextNode(), o = 0, n = 0, l = s[0];
1321
1320
  for(; void 0 !== l;){
@@ -1325,7 +1324,7 @@ var M = /*#__PURE__*/ function() {
1325
1324
  }
1326
1325
  o !== (l === null || l === void 0 ? void 0 : l.index) && (h = C.nextNode(), o++);
1327
1326
  }
1328
- return C.currentNode = r$1, e;
1327
+ return C.currentNode = r$2, e;
1329
1328
  }
1330
1329
  },
1331
1330
  {
@@ -1361,7 +1360,7 @@ var R = /*#__PURE__*/ function() {
1361
1360
  function R(t, i, s, e) {
1362
1361
  _class_call_check$1(this, R);
1363
1362
  var _e_isConnected;
1364
- this.type = 2, this._$AH = E, this._$AN = void 0, this._$AA = t, this._$AB = i, this._$AM = s, this.options = e, this._$Cv = (_e_isConnected = e === null || e === void 0 ? void 0 : e.isConnected) !== null && _e_isConnected !== void 0 ? _e_isConnected : true;
1363
+ this.type = 2, this._$AH = E, this._$AN = void 0, this._$AA = t, this._$AB = i, this._$AM = s, this.options = e, this._$Cv = (_e_isConnected = e === null || e === void 0 ? void 0 : e.isConnected) !== null && _e_isConnected !== void 0 ? _e_isConnected : !0;
1365
1364
  }
1366
1365
  _create_class$1(R, [
1367
1366
  {
@@ -1414,7 +1413,7 @@ var R = /*#__PURE__*/ function() {
1414
1413
  {
1415
1414
  key: "_",
1416
1415
  value: function _(t) {
1417
- this._$AH !== E && c(this._$AH) ? this._$AA.nextSibling.data = t : this.T(r$1.createTextNode(t)), this._$AH = t;
1416
+ this._$AH !== E && c(this._$AH) ? this._$AA.nextSibling.data = t : this.T(r$2.createTextNode(t)), this._$AH = t;
1418
1417
  }
1419
1418
  },
1420
1419
  {
@@ -1470,7 +1469,7 @@ var R = /*#__PURE__*/ function() {
1470
1469
  value: function _$AR() {
1471
1470
  var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : this._$AA.nextSibling, i = arguments.length > 1 ? arguments[1] : void 0;
1472
1471
  var _this__$AP, _this;
1473
- for((_this__$AP = (_this = this)._$AP) === null || _this__$AP === void 0 ? void 0 : _this__$AP.call(_this, false, true, i); t && t !== this._$AB;){
1472
+ for((_this__$AP = (_this = this)._$AP) === null || _this__$AP === void 0 ? void 0 : _this__$AP.call(_this, !1, !0, i); t && t !== this._$AB;){
1474
1473
  var i1 = t.nextSibling;
1475
1474
  t.remove(), t = i1;
1476
1475
  }
@@ -1509,7 +1508,7 @@ var k = /*#__PURE__*/ function() {
1509
1508
  value: function _$AI(t) {
1510
1509
  var i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : this, s = arguments.length > 2 ? arguments[2] : void 0, e = arguments.length > 3 ? arguments[3] : void 0;
1511
1510
  var h = this.strings;
1512
- var o = false;
1511
+ var o = !1;
1513
1512
  if (void 0 === h) t = S(this, t, i, 0), o = !c(t) || t !== this._$AH && t !== T, o && (this._$AH = t);
1514
1513
  else {
1515
1514
  var e1 = t;
@@ -1624,7 +1623,7 @@ var z = /*#__PURE__*/ function() {
1624
1623
  }();
1625
1624
  var j = t$1.litHtmlPolyfillSupport;
1626
1625
  var _litHtmlVersions;
1627
- j === null || j === void 0 ? void 0 : j(N, R), ((_litHtmlVersions = (_t = t$1).litHtmlVersions) !== null && _litHtmlVersions !== void 0 ? _litHtmlVersions : _t.litHtmlVersions = []).push("3.3.0");
1626
+ j === null || j === void 0 ? void 0 : j(N, R), ((_litHtmlVersions = (_t = t$1).litHtmlVersions) !== null && _litHtmlVersions !== void 0 ? _litHtmlVersions : _t.litHtmlVersions = []).push("3.2.1");
1628
1627
  var B = function(t, i, s) {
1629
1628
  var _s_renderBefore;
1630
1629
  var e = (_s_renderBefore = s === null || s === void 0 ? void 0 : s.renderBefore) !== null && _s_renderBefore !== void 0 ? _s_renderBefore : i;
@@ -1659,6 +1658,7 @@ function _defineProperties(target, props) {
1659
1658
  }
1660
1659
  function _create_class(Constructor, protoProps, staticProps) {
1661
1660
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
1661
+ if (staticProps) _defineProperties(Constructor, staticProps);
1662
1662
  return Constructor;
1663
1663
  }
1664
1664
  function _get(target, property, receiver) {
@@ -1697,7 +1697,7 @@ function _inherits(subClass, superClass) {
1697
1697
  if (superClass) _set_prototype_of(subClass, superClass);
1698
1698
  }
1699
1699
  function _possible_constructor_return(self, call) {
1700
- if (call && (_type_of$2(call) === "object" || typeof call === "function")) {
1700
+ if (call && (_type_of(call) === "object" || typeof call === "function")) {
1701
1701
  return call;
1702
1702
  }
1703
1703
  return _assert_this_initialized(self);
@@ -1716,7 +1716,7 @@ function _super_prop_base(object, property) {
1716
1716
  }
1717
1717
  return object;
1718
1718
  }
1719
- function _type_of$2(obj) {
1719
+ function _type_of(obj) {
1720
1720
  "@swc/helpers - typeof";
1721
1721
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
1722
1722
  }
@@ -1744,18 +1744,17 @@ function _create_super(Derived) {
1744
1744
  return _possible_constructor_return(this, result);
1745
1745
  };
1746
1746
  }
1747
- var _s_litElementHydrateSupport;
1748
- var _s;
1747
+ var _globalThis_litElementHydrateSupport, _globalThis;
1748
+ var _globalThis1;
1749
1749
  /**
1750
1750
  * @license
1751
1751
  * Copyright 2017 Google LLC
1752
1752
  * SPDX-License-Identifier: BSD-3-Clause
1753
- */ var s = globalThis;
1754
- var i = /*#__PURE__*/ function(t) {
1755
- _inherits(i, t);
1756
- var _super = _create_super(i);
1757
- function i() {
1758
- _class_call_check(this, i);
1753
+ */ var r$1 = /*#__PURE__*/ function(t) {
1754
+ _inherits(r, t);
1755
+ var _super = _create_super(r);
1756
+ function r() {
1757
+ _class_call_check(this, r);
1759
1758
  var _this;
1760
1759
  _this = _super.call.apply(_super, [
1761
1760
  this
@@ -1764,12 +1763,12 @@ var i = /*#__PURE__*/ function(t) {
1764
1763
  }, _this._$Do = void 0;
1765
1764
  return _possible_constructor_return(_this);
1766
1765
  }
1767
- _create_class(i, [
1766
+ _create_class(r, [
1768
1767
  {
1769
1768
  key: "createRenderRoot",
1770
1769
  value: function createRenderRoot() {
1771
1770
  var _this_renderOptions;
1772
- var _$t = _get(_get_prototype_of(i.prototype), "createRenderRoot", this).call(this);
1771
+ var _$t = _get(_get_prototype_of(r.prototype), "createRenderRoot", this).call(this);
1773
1772
  var _renderBefore;
1774
1773
  return (_renderBefore = (_this_renderOptions = this.renderOptions).renderBefore) !== null && _renderBefore !== void 0 ? _renderBefore : _this_renderOptions.renderBefore = _$t.firstChild, _$t;
1775
1774
  }
@@ -1777,22 +1776,22 @@ var i = /*#__PURE__*/ function(t) {
1777
1776
  {
1778
1777
  key: "update",
1779
1778
  value: function update(t) {
1780
- var r = this.render();
1781
- this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), _get(_get_prototype_of(i.prototype), "update", this).call(this, t), this._$Do = B(r, this.renderRoot, this.renderOptions);
1779
+ var s = this.render();
1780
+ this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), _get(_get_prototype_of(r.prototype), "update", this).call(this, t), this._$Do = B(s, this.renderRoot, this.renderOptions);
1782
1781
  }
1783
1782
  },
1784
1783
  {
1785
1784
  key: "connectedCallback",
1786
1785
  value: function connectedCallback() {
1787
1786
  var _this__$Do;
1788
- _get(_get_prototype_of(i.prototype), "connectedCallback", this).call(this), (_this__$Do = this._$Do) === null || _this__$Do === void 0 ? void 0 : _this__$Do.setConnected(true);
1787
+ _get(_get_prototype_of(r.prototype), "connectedCallback", this).call(this), (_this__$Do = this._$Do) === null || _this__$Do === void 0 ? void 0 : _this__$Do.setConnected(!0);
1789
1788
  }
1790
1789
  },
1791
1790
  {
1792
1791
  key: "disconnectedCallback",
1793
1792
  value: function disconnectedCallback() {
1794
1793
  var _this__$Do;
1795
- _get(_get_prototype_of(i.prototype), "disconnectedCallback", this).call(this), (_this__$Do = this._$Do) === null || _this__$Do === void 0 ? void 0 : _this__$Do.setConnected(false);
1794
+ _get(_get_prototype_of(r.prototype), "disconnectedCallback", this).call(this), (_this__$Do = this._$Do) === null || _this__$Do === void 0 ? void 0 : _this__$Do.setConnected(!1);
1796
1795
  }
1797
1796
  },
1798
1797
  {
@@ -1802,17 +1801,17 @@ var i = /*#__PURE__*/ function(t) {
1802
1801
  }
1803
1802
  }
1804
1803
  ]);
1805
- return i;
1806
- }(y$1);
1807
- i._$litElement$ = true, i["finalized"] = true, (_s_litElementHydrateSupport = s.litElementHydrateSupport) === null || _s_litElementHydrateSupport === void 0 ? void 0 : _s_litElementHydrateSupport.call(s, {
1808
- LitElement: i
1804
+ return r;
1805
+ }(b);
1806
+ r$1._$litElement$ = !0, r$1["finalized"] = !0, (_globalThis_litElementHydrateSupport = (_globalThis = globalThis).litElementHydrateSupport) === null || _globalThis_litElementHydrateSupport === void 0 ? void 0 : _globalThis_litElementHydrateSupport.call(_globalThis, {
1807
+ LitElement: r$1
1809
1808
  });
1810
- var o$1 = s.litElementPolyfillSupport;
1811
- o$1 === null || o$1 === void 0 ? void 0 : o$1({
1812
- LitElement: i
1809
+ var i = globalThis.litElementPolyfillSupport;
1810
+ i === null || i === void 0 ? void 0 : i({
1811
+ LitElement: r$1
1813
1812
  });
1814
1813
  var _litElementVersions;
1815
- ((_litElementVersions = (_s = s).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _s.litElementVersions = []).push("4.2.0");
1814
+ ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.1.1");
1816
1815
 
1817
1816
  /**
1818
1817
  * @license
@@ -1826,25 +1825,73 @@ var _litElementVersions;
1826
1825
  };
1827
1826
  };
1828
1827
 
1829
- function _type_of$1(obj) {
1830
- "@swc/helpers - typeof";
1831
- return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
1828
+ function _define_property(obj, key, value) {
1829
+ if (key in obj) {
1830
+ Object.defineProperty(obj, key, {
1831
+ value: value,
1832
+ enumerable: true,
1833
+ configurable: true,
1834
+ writable: true
1835
+ });
1836
+ } else {
1837
+ obj[key] = value;
1838
+ }
1839
+ return obj;
1840
+ }
1841
+ function _object_spread(target) {
1842
+ for(var i = 1; i < arguments.length; i++){
1843
+ var source = arguments[i] != null ? arguments[i] : {};
1844
+ var ownKeys = Object.keys(source);
1845
+ if (typeof Object.getOwnPropertySymbols === "function") {
1846
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
1847
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
1848
+ }));
1849
+ }
1850
+ ownKeys.forEach(function(key) {
1851
+ _define_property(target, key, source[key]);
1852
+ });
1853
+ }
1854
+ return target;
1855
+ }
1856
+ function ownKeys(object, enumerableOnly) {
1857
+ var keys = Object.keys(object);
1858
+ if (Object.getOwnPropertySymbols) {
1859
+ var symbols = Object.getOwnPropertySymbols(object);
1860
+ if (enumerableOnly) {
1861
+ symbols = symbols.filter(function(sym) {
1862
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
1863
+ });
1864
+ }
1865
+ keys.push.apply(keys, symbols);
1866
+ }
1867
+ return keys;
1868
+ }
1869
+ function _object_spread_props(target, source) {
1870
+ source = source != null ? source : {};
1871
+ if (Object.getOwnPropertyDescriptors) {
1872
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
1873
+ } else {
1874
+ ownKeys(Object(source)).forEach(function(key) {
1875
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
1876
+ });
1877
+ }
1878
+ return target;
1832
1879
  }
1833
1880
  /**
1834
1881
  * @license
1835
1882
  * Copyright 2017 Google LLC
1836
1883
  * SPDX-License-Identifier: BSD-3-Clause
1837
1884
  */ var o = {
1838
- attribute: true,
1885
+ attribute: !0,
1839
1886
  type: String,
1840
1887
  converter: u$1,
1841
- reflect: false,
1888
+ reflect: !1,
1842
1889
  hasChanged: f$1
1843
1890
  }, r = function() {
1844
1891
  var _$t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : o, _$e = arguments.length > 1 ? arguments[1] : void 0, r = arguments.length > 2 ? arguments[2] : void 0;
1845
1892
  var n = r.kind, i = r.metadata;
1846
1893
  var s = globalThis.litPropertyMetadata.get(i);
1847
- if (void 0 === s && globalThis.litPropertyMetadata.set(i, s = new Map), "setter" === n && ((_$t = Object.create(_$t)).wrapped = true), s.set(r.name, _$t), "accessor" === n) {
1894
+ if (void 0 === s && globalThis.litPropertyMetadata.set(i, s = new Map), s.set(r.name, _$t), "accessor" === n) {
1848
1895
  var o1 = r.name;
1849
1896
  return {
1850
1897
  set: function set(r) {
@@ -1852,7 +1899,7 @@ function _type_of$1(obj) {
1852
1899
  _$e.set.call(this, r), this.requestUpdate(o1, n, _$t);
1853
1900
  },
1854
1901
  init: function init(e) {
1855
- return void 0 !== e && this.C(o1, void 0, _$t, e), e;
1902
+ return void 0 !== e && this.P(o1, void 0, _$t), e;
1856
1903
  }
1857
1904
  };
1858
1905
  }
@@ -1867,9 +1914,11 @@ function _type_of$1(obj) {
1867
1914
  };
1868
1915
  function n(t) {
1869
1916
  return function(e, o) {
1870
- return "object" == (typeof o === "undefined" ? "undefined" : _type_of$1(o)) ? r(t, e, o) : function(t, e, o) {
1917
+ return "object" == typeof o ? r(t, e, o) : function(t, e, o) {
1871
1918
  var r = e.hasOwnProperty(o);
1872
- return e.constructor.createProperty(o, t), r ? Object.getOwnPropertyDescriptor(e, o) : void 0;
1919
+ return e.constructor.createProperty(o, r ? _object_spread_props(_object_spread({}, t), {
1920
+ wrapped: !0
1921
+ }) : t), r ? Object.getOwnPropertyDescriptor(e, o) : void 0;
1873
1922
  }(t, e, o);
1874
1923
  };
1875
1924
  }
@@ -1878,12 +1927,8 @@ function n(t) {
1878
1927
  * @license
1879
1928
  * Copyright 2017 Google LLC
1880
1929
  * SPDX-License-Identifier: BSD-3-Clause
1881
- */ function _type_of(obj) {
1882
- "@swc/helpers - typeof";
1883
- return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
1884
- }
1885
- var e$1 = function(e, t, c) {
1886
- return c.configurable = true, c.enumerable = true, Reflect.decorate && "object" != (typeof t === "undefined" ? "undefined" : _type_of(t)) && Object.defineProperty(e, t, c), c;
1930
+ */ var e$1 = function(e, t, c) {
1931
+ return c.configurable = !0, c.enumerable = !0, Reflect.decorate && "object" != typeof t && Object.defineProperty(e, t, c), c;
1887
1932
  };
1888
1933
 
1889
1934
  /**
@@ -1897,6 +1942,25 @@ var e$1 = function(e, t, c) {
1897
1942
  var _t_renderRoot_querySelector;
1898
1943
  return (_t_renderRoot_querySelector = (_t_renderRoot = t.renderRoot) === null || _t_renderRoot === void 0 ? void 0 : _t_renderRoot.querySelector(e)) !== null && _t_renderRoot_querySelector !== void 0 ? _t_renderRoot_querySelector : null;
1899
1944
  };
1945
+ if (r) {
1946
+ var _ref = "object" == typeof s ? n : i !== null && i !== void 0 ? i : function() {
1947
+ var _$t = Symbol();
1948
+ return {
1949
+ get: function get() {
1950
+ return this[_$t];
1951
+ },
1952
+ set: function set(e) {
1953
+ this[_$t] = e;
1954
+ }
1955
+ };
1956
+ }(), e1 = _ref.get, _$r = _ref.set;
1957
+ return e$1(n, s, {
1958
+ get: function get() {
1959
+ var _$t = e1.call(this);
1960
+ return void 0 === _$t && (_$t = o(this), (null !== _$t || this.hasUpdated) && _$r.call(this, _$t)), _$t;
1961
+ }
1962
+ });
1963
+ }
1900
1964
  return e$1(n, s, {
1901
1965
  get: function get() {
1902
1966
  return o(this);
@@ -1905,7 +1969,7 @@ var e$1 = function(e, t, c) {
1905
1969
  };
1906
1970
  }
1907
1971
 
1908
- class HeygenElement extends i {
1972
+ class HeygenElement extends r$1 {
1909
1973
  updateStatus(status, data) {
1910
1974
  this.dispatchEvent(new CustomEvent('status', {
1911
1975
  detail: {