@digipair/skill-web-spectrum 0.42.0 → 0.43.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 (3) hide show
  1. package/index.cjs.js +624 -560
  2. package/index.esm.js +624 -560
  3. package/package.json +1 -1
package/index.cjs.js CHANGED
@@ -30,7 +30,7 @@ function _instanceof$h(left, right) {
30
30
  return left instanceof right;
31
31
  }
32
32
  }
33
- var t$A = globalThis, e$J = t$A.ShadowRoot && (void 0 === t$A.ShadyCSS || t$A.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, s$i = Symbol(), o$T = new WeakMap;
33
+ var t$z = globalThis, e$J = t$z.ShadowRoot && (void 0 === t$z.ShadyCSS || t$z.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, s$i = Symbol(), o$T = new WeakMap;
34
34
  var n$u = /*#__PURE__*/ function() {
35
35
  function n(t, e, o) {
36
36
  _class_call_check$2O(this, n);
@@ -61,7 +61,7 @@ var n$u = /*#__PURE__*/ function() {
61
61
  }();
62
62
  var r$F = function(t) {
63
63
  return new n$u("string" == typeof t ? t : t + "", void 0, s$i);
64
- }, i$o = function(t) {
64
+ }, i$p = function(t) {
65
65
  for(var _len = arguments.length, e = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++){
66
66
  e[_key - 1] = arguments[_key];
67
67
  }
@@ -81,7 +81,7 @@ var r$F = function(t) {
81
81
  else try {
82
82
  for(var _iterator = o[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true){
83
83
  var e1 = _step.value;
84
- var _$o = document.createElement("style"), n = t$A.litNonce;
84
+ var _$o = document.createElement("style"), n = t$z.litNonce;
85
85
  void 0 !== n && _$o.setAttribute("nonce", n), _$o.textContent = e1.cssText, s.appendChild(_$o);
86
86
  }
87
87
  } catch (err) {
@@ -445,7 +445,7 @@ var _Symbol, _a, _a1;
445
445
  * @license
446
446
  * Copyright 2017 Google LLC
447
447
  * SPDX-License-Identifier: BSD-3-Clause
448
- */ var i$n = Object.is, e$I = Object.defineProperty, r$E = Object.getOwnPropertyDescriptor, h$p = Object.getOwnPropertyNames, o$S = Object.getOwnPropertySymbols, n$t = Object.getPrototypeOf, a$q = globalThis, c$B = a$q.trustedTypes, l$g = c$B ? c$B.emptyScript : "", p$I = a$q.reactiveElementPolyfillSupport, d$A = function(t, s) {
448
+ */ var i$o = Object.is, e$I = Object.defineProperty, r$E = Object.getOwnPropertyDescriptor, h$o = Object.getOwnPropertyNames, o$S = Object.getOwnPropertySymbols, n$t = Object.getPrototypeOf, a$q = globalThis, c$B = a$q.trustedTypes, l$g = c$B ? c$B.emptyScript : "", p$I = a$q.reactiveElementPolyfillSupport, d$A = function(t, s) {
449
449
  return t;
450
450
  }, u$N = {
451
451
  toAttribute: function toAttribute(t, s) {
@@ -479,7 +479,7 @@ var _Symbol, _a, _a1;
479
479
  return i;
480
480
  }
481
481
  }, f$p = function(t, s) {
482
- return !i$n(t, s);
482
+ return !i$o(t, s);
483
483
  }, y$h = {
484
484
  attribute: !0,
485
485
  type: String,
@@ -888,7 +888,7 @@ var b$j = /*#__PURE__*/ function(HTMLElement1) {
888
888
  value: function finalize() {
889
889
  if (this.hasOwnProperty(d$A("finalized"))) return;
890
890
  if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(d$A("properties"))) {
891
- var t = this.properties, s = _to_consumable_array$C(h$p(t)).concat(_to_consumable_array$C(o$S(t)));
891
+ var t = this.properties, s = _to_consumable_array$C(h$o(t)).concat(_to_consumable_array$C(o$S(t)));
892
892
  var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
893
893
  try {
894
894
  for(var _iterator = s[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true){
@@ -1154,11 +1154,11 @@ function _create_super$2q(Derived) {
1154
1154
  };
1155
1155
  }
1156
1156
  var _t;
1157
- var t$z = globalThis, i$m = t$z.trustedTypes, s$h = i$m ? i$m.createPolicy("lit-html", {
1157
+ var t$y = globalThis, i$n = t$y.trustedTypes, s$h = i$n ? i$n.createPolicy("lit-html", {
1158
1158
  createHTML: function(t) {
1159
1159
  return t;
1160
1160
  }
1161
- }) : void 0, e$H = "$lit$", h$o = "lit$".concat(Math.random().toFixed(9).slice(2), "$"), o$R = "?" + h$o, n$s = "<".concat(o$R, ">"), r$D = document, l$f = function() {
1161
+ }) : void 0, e$H = "$lit$", h$n = "lit$".concat(Math.random().toFixed(9).slice(2), "$"), o$R = "?" + h$n, n$s = "<".concat(o$R, ">"), r$D = document, l$f = function() {
1162
1162
  return r$D.createComment("");
1163
1163
  }, c$A = function(t) {
1164
1164
  return null === t || "object" != typeof t && "function" != typeof t;
@@ -1175,55 +1175,55 @@ var t$z = globalThis, i$m = t$z.trustedTypes, s$h = i$m ? i$m.createPolicy("lit-
1175
1175
  values: s
1176
1176
  };
1177
1177
  };
1178
- }, x$3 = y$g(1), b$i = y$g(2), w$2 = Symbol.for("lit-noChange"), T$3 = Symbol.for("lit-nothing"), A$1 = new WeakMap, E$2 = r$D.createTreeWalker(r$D, 129);
1179
- function C$7(t, i) {
1180
- if (!Array.isArray(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
1178
+ }, x$3 = y$g(1), b$i = y$g(2), T$3 = Symbol.for("lit-noChange"), E$2 = Symbol.for("lit-nothing"), A$1 = new WeakMap, C$7 = r$D.createTreeWalker(r$D, 129);
1179
+ function P$2(t, i) {
1180
+ if (!a$p(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
1181
1181
  return void 0 !== s$h ? s$h.createHTML(i) : i;
1182
1182
  }
1183
- var P$2 = function(t, i) {
1183
+ var V = function(t, i) {
1184
1184
  var s = t.length - 1, o = [];
1185
- var r, l = 2 === i ? "<svg>" : "", c = f$o;
1185
+ var r, l = 2 === i ? "<svg>" : 3 === i ? "<math>" : "", c = f$o;
1186
1186
  for(var _$i = 0; _$i < s; _$i++){
1187
1187
  var s1 = t[_$i];
1188
1188
  var a = void 0, u = void 0, d = -1, y = 0;
1189
1189
  for(; y < s1.length && (c.lastIndex = y, u = c.exec(s1), null !== u);)y = c.lastIndex, c === f$o ? "!--" === u[1] ? c = v$j : void 0 !== u[1] ? c = _ : void 0 !== u[2] ? ($$2.test(u[2]) && (r = RegExp("</" + u[2], "g")), c = m$r) : void 0 !== u[3] && (c = m$r) : c === m$r ? ">" === u[0] ? (c = r !== null && r !== void 0 ? r : f$o, d = -1) : void 0 === u[1] ? d = -2 : (d = c.lastIndex - u[2].length, a = u[1], c = void 0 === u[3] ? m$r : '"' === u[3] ? g$e : p$H) : c === g$e || c === p$H ? c = m$r : c === v$j || c === _ ? c = f$o : (c = m$r, r = void 0);
1190
1190
  var x = c === m$r && t[_$i + 1].startsWith("/>") ? " " : "";
1191
- l += c === f$o ? s1 + n$s : d >= 0 ? (o.push(a), s1.slice(0, d) + e$H + s1.slice(d) + h$o + x) : s1 + h$o + (-2 === d ? _$i : x);
1191
+ l += c === f$o ? s1 + n$s : d >= 0 ? (o.push(a), s1.slice(0, d) + e$H + s1.slice(d) + h$n + x) : s1 + h$n + (-2 === d ? _$i : x);
1192
1192
  }
1193
1193
  return [
1194
- C$7(t, l + (t[s] || "<?>") + (2 === i ? "</svg>" : "")),
1194
+ P$2(t, l + (t[s] || "<?>") + (2 === i ? "</svg>" : 3 === i ? "</math>" : "")),
1195
1195
  o
1196
1196
  ];
1197
1197
  };
1198
- var V = /*#__PURE__*/ function() {
1199
- function V(param, n) {
1198
+ var N$1 = /*#__PURE__*/ function() {
1199
+ function N(param, n) {
1200
1200
  var t = param.strings, s = param._$litType$;
1201
- _class_call_check$2M(this, V);
1201
+ _class_call_check$2M(this, N);
1202
1202
  var r;
1203
1203
  this.parts = [];
1204
1204
  var c = 0, a = 0;
1205
- var u = t.length - 1, d = this.parts, _P = _sliced_to_array$i(P$2(t, s), 2), f = _P[0], v = _P[1];
1206
- if (this.el = V.createElement(f, n), E$2.currentNode = this.el.content, 2 === s) {
1205
+ var u = t.length - 1, d = this.parts, _V = _sliced_to_array$i(V(t, s), 2), f = _V[0], v = _V[1];
1206
+ if (this.el = N.createElement(f, n), C$7.currentNode = this.el.content, 2 === s || 3 === s) {
1207
1207
  var _t;
1208
1208
  var t1 = this.el.content.firstChild;
1209
1209
  (_t = t1).replaceWith.apply(_t, _to_consumable_array$B(t1.childNodes));
1210
1210
  }
1211
- for(; null !== (r = E$2.nextNode()) && d.length < u;){
1211
+ for(; null !== (r = C$7.nextNode()) && d.length < u;){
1212
1212
  if (1 === r.nodeType) {
1213
1213
  var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
1214
1214
  if (r.hasAttributes()) try {
1215
1215
  for(var _iterator = r.getAttributeNames()[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true){
1216
1216
  var t2 = _step.value;
1217
1217
  if (t2.endsWith(e$H)) {
1218
- var i1 = v[a++], s1 = r.getAttribute(t2).split(h$o), e1 = /([.?@])?(.*)/.exec(i1);
1218
+ var i1 = v[a++], s1 = r.getAttribute(t2).split(h$n), e1 = /([.?@])?(.*)/.exec(i1);
1219
1219
  d.push({
1220
1220
  type: 1,
1221
1221
  index: c,
1222
1222
  name: e1[2],
1223
1223
  strings: s1,
1224
- ctor: "." === e1[1] ? k$3 : "?" === e1[1] ? H : "@" === e1[1] ? I$4 : R
1224
+ ctor: "." === e1[1] ? H : "?" === e1[1] ? I$4 : "@" === e1[1] ? L$1 : k$3
1225
1225
  }), r.removeAttribute(t2);
1226
- } else t2.startsWith(h$o) && (d.push({
1226
+ } else t2.startsWith(h$n) && (d.push({
1227
1227
  type: 6,
1228
1228
  index: c
1229
1229
  }), r.removeAttribute(t2));
@@ -1243,10 +1243,10 @@ var V = /*#__PURE__*/ function() {
1243
1243
  }
1244
1244
  }
1245
1245
  if ($$2.test(r.tagName)) {
1246
- var t3 = r.textContent.split(h$o), s2 = t3.length - 1;
1246
+ var t3 = r.textContent.split(h$n), s2 = t3.length - 1;
1247
1247
  if (s2 > 0) {
1248
- r.textContent = i$m ? i$m.emptyScript : "";
1249
- for(var i2 = 0; i2 < s2; i2++)r.append(t3[i2], l$f()), E$2.nextNode(), d.push({
1248
+ r.textContent = i$n ? i$n.emptyScript : "";
1249
+ for(var i2 = 0; i2 < s2; i2++)r.append(t3[i2], l$f()), C$7.nextNode(), d.push({
1250
1250
  type: 2,
1251
1251
  index: ++c
1252
1252
  });
@@ -1259,15 +1259,15 @@ var V = /*#__PURE__*/ function() {
1259
1259
  });
1260
1260
  else {
1261
1261
  var t4 = -1;
1262
- for(; -1 !== (t4 = r.data.indexOf(h$o, t4 + 1));)d.push({
1262
+ for(; -1 !== (t4 = r.data.indexOf(h$n, t4 + 1));)d.push({
1263
1263
  type: 7,
1264
1264
  index: c
1265
- }), t4 += h$o.length - 1;
1265
+ }), t4 += h$n.length - 1;
1266
1266
  }
1267
1267
  c++;
1268
1268
  }
1269
1269
  }
1270
- _create_class$2I(V, null, [
1270
+ _create_class$2I(N, null, [
1271
1271
  {
1272
1272
  key: "createElement",
1273
1273
  value: function createElement(t, i) {
@@ -1276,24 +1276,24 @@ var V = /*#__PURE__*/ function() {
1276
1276
  }
1277
1277
  }
1278
1278
  ]);
1279
- return V;
1279
+ return N;
1280
1280
  }();
1281
- function N$1(t, i) {
1281
+ function S$6(t, i) {
1282
1282
  var s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : t, e = arguments.length > 3 ? arguments[3] : void 0;
1283
1283
  var _s__$Co, _h__$AO;
1284
1284
  var _s;
1285
- if (i === w$2) return i;
1285
+ if (i === T$3) return i;
1286
1286
  var h = void 0 !== e ? (_s__$Co = s._$Co) === null || _s__$Co === void 0 ? void 0 : _s__$Co[e] : s._$Cl;
1287
1287
  var o = c$A(i) ? void 0 : i._$litDirective$;
1288
1288
  var __$Co;
1289
- 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 = N$1(t, h._$AS(t, i.values), h, e)), i;
1289
+ 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$6(t, h._$AS(t, i.values), h, e)), i;
1290
1290
  }
1291
- var S$6 = /*#__PURE__*/ function() {
1292
- function S(t, i) {
1293
- _class_call_check$2M(this, S);
1291
+ var M$3 = /*#__PURE__*/ function() {
1292
+ function M(t, i) {
1293
+ _class_call_check$2M(this, M);
1294
1294
  this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = i;
1295
1295
  }
1296
- _create_class$2I(S, [
1296
+ _create_class$2I(M, [
1297
1297
  {
1298
1298
  key: "parentNode",
1299
1299
  get: function get() {
@@ -1311,16 +1311,16 @@ var S$6 = /*#__PURE__*/ function() {
1311
1311
  value: function u(t) {
1312
1312
  var _t_creationScope;
1313
1313
  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$D).importNode(i, !0);
1314
- E$2.currentNode = e;
1315
- var h = E$2.nextNode(), o = 0, n = 0, l = s[0];
1314
+ C$7.currentNode = e;
1315
+ var h = C$7.nextNode(), o = 0, n = 0, l = s[0];
1316
1316
  for(; void 0 !== l;){
1317
1317
  if (o === l.index) {
1318
1318
  var i1 = void 0;
1319
- 2 === l.type ? i1 = new M$2(h, h.nextSibling, this, t) : 1 === l.type ? i1 = new l.ctor(h, l.name, l.strings, this, t) : 6 === l.type && (i1 = new L$1(h, this, t)), this._$AV.push(i1), l = s[++n];
1319
+ 2 === l.type ? i1 = new R(h, h.nextSibling, this, t) : 1 === l.type ? i1 = new l.ctor(h, l.name, l.strings, this, t) : 6 === l.type && (i1 = new z$1(h, this, t)), this._$AV.push(i1), l = s[++n];
1320
1320
  }
1321
- o !== (l === null || l === void 0 ? void 0 : l.index) && (h = E$2.nextNode(), o++);
1321
+ o !== (l === null || l === void 0 ? void 0 : l.index) && (h = C$7.nextNode(), o++);
1322
1322
  }
1323
- return E$2.currentNode = r$D, e;
1323
+ return C$7.currentNode = r$D, e;
1324
1324
  }
1325
1325
  },
1326
1326
  {
@@ -1350,15 +1350,15 @@ var S$6 = /*#__PURE__*/ function() {
1350
1350
  }
1351
1351
  }
1352
1352
  ]);
1353
- return S;
1353
+ return M;
1354
1354
  }();
1355
- var M$2 = /*#__PURE__*/ function() {
1356
- function M(t, i, s, e) {
1357
- _class_call_check$2M(this, M);
1355
+ var R = /*#__PURE__*/ function() {
1356
+ function R(t, i, s, e) {
1357
+ _class_call_check$2M(this, R);
1358
1358
  var _e_isConnected;
1359
- this.type = 2, this._$AH = T$3, 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;
1359
+ this.type = 2, this._$AH = E$2, 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;
1360
1360
  }
1361
- _create_class$2I(M, [
1361
+ _create_class$2I(R, [
1362
1362
  {
1363
1363
  key: "_$AU",
1364
1364
  get: function get() {
@@ -1391,35 +1391,35 @@ var M$2 = /*#__PURE__*/ function() {
1391
1391
  key: "_$AI",
1392
1392
  value: function _$AI(t) {
1393
1393
  var i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : this;
1394
- t = N$1(this, t, i), c$A(t) ? t === T$3 || null == t || "" === t ? (this._$AH !== T$3 && this._$AR(), this._$AH = T$3) : t !== this._$AH && t !== w$2 && this._(t) : void 0 !== t._$litType$ ? this.$(t) : void 0 !== t.nodeType ? this.T(t) : u$M(t) ? this.k(t) : this._(t);
1394
+ t = S$6(this, t, i), c$A(t) ? t === E$2 || null == t || "" === t ? (this._$AH !== E$2 && this._$AR(), this._$AH = E$2) : t !== this._$AH && t !== T$3 && this._(t) : void 0 !== t._$litType$ ? this.$(t) : void 0 !== t.nodeType ? this.T(t) : u$M(t) ? this.k(t) : this._(t);
1395
1395
  }
1396
1396
  },
1397
1397
  {
1398
- key: "S",
1399
- value: function S(t) {
1398
+ key: "O",
1399
+ value: function O(t) {
1400
1400
  return this._$AA.parentNode.insertBefore(t, this._$AB);
1401
1401
  }
1402
1402
  },
1403
1403
  {
1404
1404
  key: "T",
1405
1405
  value: function T(t) {
1406
- this._$AH !== t && (this._$AR(), this._$AH = this.S(t));
1406
+ this._$AH !== t && (this._$AR(), this._$AH = this.O(t));
1407
1407
  }
1408
1408
  },
1409
1409
  {
1410
1410
  key: "_",
1411
1411
  value: function _(t) {
1412
- this._$AH !== T$3 && c$A(this._$AH) ? this._$AA.nextSibling.data = t : this.T(r$D.createTextNode(t)), this._$AH = t;
1412
+ this._$AH !== E$2 && c$A(this._$AH) ? this._$AA.nextSibling.data = t : this.T(r$D.createTextNode(t)), this._$AH = t;
1413
1413
  }
1414
1414
  },
1415
1415
  {
1416
1416
  key: "$",
1417
1417
  value: function $(t) {
1418
1418
  var _this__$AH;
1419
- var i = t.values, s = t._$litType$, e = "number" == typeof s ? this._$AC(t) : (void 0 === s.el && (s.el = V.createElement(C$7(s.h, s.h[0]), this.options)), s);
1419
+ var i = t.values, s = t._$litType$, e = "number" == typeof s ? this._$AC(t) : (void 0 === s.el && (s.el = N$1.createElement(P$2(s.h, s.h[0]), this.options)), s);
1420
1420
  if (((_this__$AH = this._$AH) === null || _this__$AH === void 0 ? void 0 : _this__$AH._$AD) === e) this._$AH.p(i);
1421
1421
  else {
1422
- var _$t = new S$6(e, this), s1 = _$t.u(this.options);
1422
+ var _$t = new M$3(e, this), s1 = _$t.u(this.options);
1423
1423
  _$t.p(i), this.T(s1), this._$AH = _$t;
1424
1424
  }
1425
1425
  }
@@ -1428,7 +1428,7 @@ var M$2 = /*#__PURE__*/ function() {
1428
1428
  key: "_$AC",
1429
1429
  value: function _$AC(t) {
1430
1430
  var i = A$1.get(t.strings);
1431
- return void 0 === i && A$1.set(t.strings, i = new V(t)), i;
1431
+ return void 0 === i && A$1.set(t.strings, i = new N$1(t)), i;
1432
1432
  }
1433
1433
  },
1434
1434
  {
@@ -1441,7 +1441,7 @@ var M$2 = /*#__PURE__*/ function() {
1441
1441
  try {
1442
1442
  for(var _iterator = t[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true){
1443
1443
  var h = _step.value;
1444
- e === i.length ? i.push(s = new M(this.S(l$f()), this.S(l$f()), this, this.options)) : s = i[e], s._$AI(h), e++;
1444
+ e === i.length ? i.push(s = new R(this.O(l$f()), this.O(l$f()), this, this.options)) : s = i[e], s._$AI(h), e++;
1445
1445
  }
1446
1446
  } catch (err) {
1447
1447
  _didIteratorError = true;
@@ -1479,14 +1479,14 @@ var M$2 = /*#__PURE__*/ function() {
1479
1479
  }
1480
1480
  }
1481
1481
  ]);
1482
- return M;
1482
+ return R;
1483
1483
  }();
1484
- var R = /*#__PURE__*/ function() {
1485
- function R(t, i, s, e, h) {
1486
- _class_call_check$2M(this, R);
1487
- this.type = 1, this._$AH = T$3, this._$AN = void 0, this.element = t, this.name = i, this._$AM = e, this.options = h, s.length > 2 || "" !== s[0] || "" !== s[1] ? (this._$AH = Array(s.length - 1).fill(new String), this.strings = s) : this._$AH = T$3;
1484
+ var k$3 = /*#__PURE__*/ function() {
1485
+ function k(t, i, s, e, h) {
1486
+ _class_call_check$2M(this, k);
1487
+ this.type = 1, this._$AH = E$2, this._$AN = void 0, this.element = t, this.name = i, this._$AM = e, this.options = h, s.length > 2 || "" !== s[0] || "" !== s[1] ? (this._$AH = Array(s.length - 1).fill(new String), this.strings = s) : this._$AH = E$2;
1488
1488
  }
1489
- _create_class$2I(R, [
1489
+ _create_class$2I(k, [
1490
1490
  {
1491
1491
  key: "tagName",
1492
1492
  get: function get() {
@@ -1505,11 +1505,11 @@ var R = /*#__PURE__*/ function() {
1505
1505
  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;
1506
1506
  var h = this.strings;
1507
1507
  var o = !1;
1508
- if (void 0 === h) t = N$1(this, t, i, 0), o = !c$A(t) || t !== this._$AH && t !== w$2, o && (this._$AH = t);
1508
+ if (void 0 === h) t = S$6(this, t, i, 0), o = !c$A(t) || t !== this._$AH && t !== T$3, o && (this._$AH = t);
1509
1509
  else {
1510
1510
  var e1 = t;
1511
1511
  var n, r;
1512
- for(t = h[0], n = 0; n < h.length - 1; n++)r = N$1(this, e1[s + n], i, n), r === w$2 && (r = this._$AH[n]), o || (o = !c$A(r) || r !== this._$AH[n]), r === T$3 ? t = T$3 : t !== T$3 && (t += (r !== null && r !== void 0 ? r : "") + h[n + 1]), this._$AH[n] = r;
1512
+ for(t = h[0], n = 0; n < h.length - 1; n++)r = S$6(this, e1[s + n], i, n), r === T$3 && (r = this._$AH[n]), o || (o = !c$A(r) || r !== this._$AH[n]), r === E$2 ? t = E$2 : t !== E$2 && (t += (r !== null && r !== void 0 ? r : "") + h[n + 1]), this._$AH[n] = r;
1513
1513
  }
1514
1514
  o && !e && this.j(t);
1515
1515
  }
@@ -1517,71 +1517,71 @@ var R = /*#__PURE__*/ function() {
1517
1517
  {
1518
1518
  key: "j",
1519
1519
  value: function j(t) {
1520
- t === T$3 ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t !== null && t !== void 0 ? t : "");
1520
+ t === E$2 ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t !== null && t !== void 0 ? t : "");
1521
1521
  }
1522
1522
  }
1523
1523
  ]);
1524
- return R;
1524
+ return k;
1525
1525
  }();
1526
- var k$3 = /*#__PURE__*/ function(R) {
1527
- _inherits$2q(k, R);
1528
- var _super = _create_super$2q(k);
1529
- function k() {
1530
- _class_call_check$2M(this, k);
1526
+ var H = /*#__PURE__*/ function(k) {
1527
+ _inherits$2q(H, k);
1528
+ var _super = _create_super$2q(H);
1529
+ function H() {
1530
+ _class_call_check$2M(this, H);
1531
1531
  var _this;
1532
1532
  _this = _super.call.apply(_super, [
1533
1533
  this
1534
1534
  ].concat(Array.prototype.slice.call(arguments))), _this.type = 3;
1535
1535
  return _possible_constructor_return$2q(_this);
1536
1536
  }
1537
- _create_class$2I(k, [
1537
+ _create_class$2I(H, [
1538
1538
  {
1539
1539
  key: "j",
1540
1540
  value: function j(t) {
1541
- this.element[this.name] = t === T$3 ? void 0 : t;
1541
+ this.element[this.name] = t === E$2 ? void 0 : t;
1542
1542
  }
1543
1543
  }
1544
1544
  ]);
1545
- return k;
1546
- }(R);
1547
- var H = /*#__PURE__*/ function(R) {
1548
- _inherits$2q(H, R);
1549
- var _super = _create_super$2q(H);
1550
- function H() {
1551
- _class_call_check$2M(this, H);
1545
+ return H;
1546
+ }(k$3);
1547
+ var I$4 = /*#__PURE__*/ function(k) {
1548
+ _inherits$2q(I, k);
1549
+ var _super = _create_super$2q(I);
1550
+ function I() {
1551
+ _class_call_check$2M(this, I);
1552
1552
  var _this;
1553
1553
  _this = _super.call.apply(_super, [
1554
1554
  this
1555
1555
  ].concat(Array.prototype.slice.call(arguments))), _this.type = 4;
1556
1556
  return _possible_constructor_return$2q(_this);
1557
1557
  }
1558
- _create_class$2I(H, [
1558
+ _create_class$2I(I, [
1559
1559
  {
1560
1560
  key: "j",
1561
1561
  value: function j(t) {
1562
- this.element.toggleAttribute(this.name, !!t && t !== T$3);
1562
+ this.element.toggleAttribute(this.name, !!t && t !== E$2);
1563
1563
  }
1564
1564
  }
1565
1565
  ]);
1566
- return H;
1567
- }(R);
1568
- var I$4 = /*#__PURE__*/ function(R) {
1569
- _inherits$2q(I, R);
1570
- var _super = _create_super$2q(I);
1571
- function I(t, i, s, e, h) {
1572
- _class_call_check$2M(this, I);
1566
+ return I;
1567
+ }(k$3);
1568
+ var L$1 = /*#__PURE__*/ function(k) {
1569
+ _inherits$2q(L, k);
1570
+ var _super = _create_super$2q(L);
1571
+ function L(t, i, s, e, h) {
1572
+ _class_call_check$2M(this, L);
1573
1573
  var _this;
1574
1574
  _this = _super.call(this, t, i, s, e, h), _this.type = 5;
1575
1575
  return _possible_constructor_return$2q(_this);
1576
1576
  }
1577
- _create_class$2I(I, [
1577
+ _create_class$2I(L, [
1578
1578
  {
1579
1579
  key: "_$AI",
1580
1580
  value: function _$AI(t) {
1581
1581
  var i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : this;
1582
- var _N;
1583
- if ((t = (_N = N$1(this, t, i, 0)) !== null && _N !== void 0 ? _N : T$3) === w$2) return;
1584
- var s = this._$AH, e = t === T$3 && s !== T$3 || t.capture !== s.capture || t.once !== s.once || t.passive !== s.passive, h = t !== T$3 && (s === T$3 || e);
1582
+ var _S;
1583
+ if ((t = (_S = S$6(this, t, i, 0)) !== null && _S !== void 0 ? _S : E$2) === T$3) return;
1584
+ var s = this._$AH, e = t === E$2 && s !== E$2 || t.capture !== s.capture || t.once !== s.once || t.passive !== s.passive, h = t !== E$2 && (s === E$2 || e);
1585
1585
  e && this.element.removeEventListener(this.name, this, s), h && this.element.addEventListener(this.name, this, t), this._$AH = t;
1586
1586
  }
1587
1587
  },
@@ -1594,14 +1594,14 @@ var I$4 = /*#__PURE__*/ function(R) {
1594
1594
  }
1595
1595
  }
1596
1596
  ]);
1597
- return I;
1598
- }(R);
1599
- var L$1 = /*#__PURE__*/ function() {
1600
- function L(t, i, s) {
1601
- _class_call_check$2M(this, L);
1597
+ return L;
1598
+ }(k$3);
1599
+ var z$1 = /*#__PURE__*/ function() {
1600
+ function z(t, i, s) {
1601
+ _class_call_check$2M(this, z);
1602
1602
  this.element = t, this.type = 6, this._$AN = void 0, this._$AM = i, this.options = s;
1603
1603
  }
1604
- _create_class$2I(L, [
1604
+ _create_class$2I(z, [
1605
1605
  {
1606
1606
  key: "_$AU",
1607
1607
  get: function get() {
@@ -1611,38 +1611,38 @@ var L$1 = /*#__PURE__*/ function() {
1611
1611
  {
1612
1612
  key: "_$AI",
1613
1613
  value: function _$AI(t) {
1614
- N$1(this, t);
1614
+ S$6(this, t);
1615
1615
  }
1616
1616
  }
1617
1617
  ]);
1618
- return L;
1618
+ return z;
1619
1619
  }();
1620
- var z$1 = {
1621
- P: e$H,
1622
- A: h$o,
1623
- C: o$R,
1624
- M: 1,
1625
- L: P$2,
1626
- R: S$6,
1620
+ var Z = {
1621
+ M: e$H,
1622
+ P: h$n,
1623
+ A: o$R,
1624
+ C: 1,
1625
+ L: V,
1626
+ R: M$3,
1627
1627
  D: u$M,
1628
- V: N$1,
1629
- I: M$2,
1630
- H: R,
1631
- N: H,
1632
- U: I$4,
1633
- B: k$3,
1634
- F: L$1
1635
- }, Z = t$z.litHtmlPolyfillSupport;
1628
+ V: S$6,
1629
+ I: R,
1630
+ H: k$3,
1631
+ N: I$4,
1632
+ U: L$1,
1633
+ B: H,
1634
+ F: z$1
1635
+ }, j = t$y.litHtmlPolyfillSupport;
1636
1636
  var _litHtmlVersions;
1637
- Z === null || Z === void 0 ? void 0 : Z(V, M$2), ((_litHtmlVersions = (_t = t$z).litHtmlVersions) !== null && _litHtmlVersions !== void 0 ? _litHtmlVersions : _t.litHtmlVersions = []).push("3.1.4");
1638
- var j = function(t, i, s) {
1637
+ j === null || j === void 0 ? void 0 : j(N$1, R), ((_litHtmlVersions = (_t = t$y).litHtmlVersions) !== null && _litHtmlVersions !== void 0 ? _litHtmlVersions : _t.litHtmlVersions = []).push("3.2.1");
1638
+ var B$1 = function(t, i, s) {
1639
1639
  var _s_renderBefore;
1640
1640
  var e = (_s_renderBefore = s === null || s === void 0 ? void 0 : s.renderBefore) !== null && _s_renderBefore !== void 0 ? _s_renderBefore : i;
1641
1641
  var h = e._$litPart$;
1642
1642
  if (void 0 === h) {
1643
1643
  var _s_renderBefore1;
1644
1644
  var _$t = (_s_renderBefore1 = s === null || s === void 0 ? void 0 : s.renderBefore) !== null && _s_renderBefore1 !== void 0 ? _s_renderBefore1 : null;
1645
- e._$litPart$ = h = new M$2(i.insertBefore(l$f(), _$t), _$t, void 0, s !== null && s !== void 0 ? s : {});
1645
+ e._$litPart$ = h = new R(i.insertBefore(l$f(), _$t), _$t, void 0, s !== null && s !== void 0 ? s : {});
1646
1646
  }
1647
1647
  return h._$AI(t), h;
1648
1648
  };
@@ -1761,11 +1761,11 @@ var _globalThis1;
1761
1761
  * @license
1762
1762
  * Copyright 2017 Google LLC
1763
1763
  * SPDX-License-Identifier: BSD-3-Clause
1764
- */ var s$g = /*#__PURE__*/ function(t) {
1765
- _inherits$2p(s, t);
1766
- var _super = _create_super$2p(s);
1767
- function s() {
1768
- _class_call_check$2L(this, s);
1764
+ */ var r$C = /*#__PURE__*/ function(t) {
1765
+ _inherits$2p(r, t);
1766
+ var _super = _create_super$2p(r);
1767
+ function r() {
1768
+ _class_call_check$2L(this, r);
1769
1769
  var _this;
1770
1770
  _this = _super.call.apply(_super, [
1771
1771
  this
@@ -1774,12 +1774,12 @@ var _globalThis1;
1774
1774
  }, _this._$Do = void 0;
1775
1775
  return _possible_constructor_return$2p(_this);
1776
1776
  }
1777
- _create_class$2H(s, [
1777
+ _create_class$2H(r, [
1778
1778
  {
1779
1779
  key: "createRenderRoot",
1780
1780
  value: function createRenderRoot() {
1781
1781
  var _this_renderOptions;
1782
- var _$t = _get$1e(_get_prototype_of$2p(s.prototype), "createRenderRoot", this).call(this);
1782
+ var _$t = _get$1e(_get_prototype_of$2p(r.prototype), "createRenderRoot", this).call(this);
1783
1783
  var _renderBefore;
1784
1784
  return (_renderBefore = (_this_renderOptions = this.renderOptions).renderBefore) !== null && _renderBefore !== void 0 ? _renderBefore : _this_renderOptions.renderBefore = _$t.firstChild, _$t;
1785
1785
  }
@@ -1787,42 +1787,42 @@ var _globalThis1;
1787
1787
  {
1788
1788
  key: "update",
1789
1789
  value: function update(t) {
1790
- var i = this.render();
1791
- this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), _get$1e(_get_prototype_of$2p(s.prototype), "update", this).call(this, t), this._$Do = j(i, this.renderRoot, this.renderOptions);
1790
+ var s = this.render();
1791
+ this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), _get$1e(_get_prototype_of$2p(r.prototype), "update", this).call(this, t), this._$Do = B$1(s, this.renderRoot, this.renderOptions);
1792
1792
  }
1793
1793
  },
1794
1794
  {
1795
1795
  key: "connectedCallback",
1796
1796
  value: function connectedCallback() {
1797
1797
  var _this__$Do;
1798
- _get$1e(_get_prototype_of$2p(s.prototype), "connectedCallback", this).call(this), (_this__$Do = this._$Do) === null || _this__$Do === void 0 ? void 0 : _this__$Do.setConnected(!0);
1798
+ _get$1e(_get_prototype_of$2p(r.prototype), "connectedCallback", this).call(this), (_this__$Do = this._$Do) === null || _this__$Do === void 0 ? void 0 : _this__$Do.setConnected(!0);
1799
1799
  }
1800
1800
  },
1801
1801
  {
1802
1802
  key: "disconnectedCallback",
1803
1803
  value: function disconnectedCallback() {
1804
1804
  var _this__$Do;
1805
- _get$1e(_get_prototype_of$2p(s.prototype), "disconnectedCallback", this).call(this), (_this__$Do = this._$Do) === null || _this__$Do === void 0 ? void 0 : _this__$Do.setConnected(!1);
1805
+ _get$1e(_get_prototype_of$2p(r.prototype), "disconnectedCallback", this).call(this), (_this__$Do = this._$Do) === null || _this__$Do === void 0 ? void 0 : _this__$Do.setConnected(!1);
1806
1806
  }
1807
1807
  },
1808
1808
  {
1809
1809
  key: "render",
1810
1810
  value: function render() {
1811
- return w$2;
1811
+ return T$3;
1812
1812
  }
1813
1813
  }
1814
1814
  ]);
1815
- return s;
1815
+ return r;
1816
1816
  }(b$j);
1817
- s$g._$litElement$ = !0, s$g["finalized"] = !0, (_globalThis_litElementHydrateSupport = (_globalThis = globalThis).litElementHydrateSupport) === null || _globalThis_litElementHydrateSupport === void 0 ? void 0 : _globalThis_litElementHydrateSupport.call(_globalThis, {
1818
- LitElement: s$g
1817
+ r$C._$litElement$ = !0, r$C["finalized"] = !0, (_globalThis_litElementHydrateSupport = (_globalThis = globalThis).litElementHydrateSupport) === null || _globalThis_litElementHydrateSupport === void 0 ? void 0 : _globalThis_litElementHydrateSupport.call(_globalThis, {
1818
+ LitElement: r$C
1819
1819
  });
1820
- var r$C = globalThis.litElementPolyfillSupport;
1821
- r$C === null || r$C === void 0 ? void 0 : r$C({
1822
- LitElement: s$g
1820
+ var i$m = globalThis.litElementPolyfillSupport;
1821
+ i$m === null || i$m === void 0 ? void 0 : i$m({
1822
+ LitElement: r$C
1823
1823
  });
1824
1824
  var _litElementVersions;
1825
- ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.6");
1825
+ ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.1.1");
1826
1826
 
1827
1827
  // Generated by genversion.
1828
1828
  var version = "0.43.0";
@@ -2028,7 +2028,7 @@ var SpectrumElement = /*#__PURE__*/ function(_SpectrumMixin) {
2028
2028
  return _super.apply(this, arguments);
2029
2029
  }
2030
2030
  return SpectrumElement;
2031
- }(SpectrumMixin(s$g));
2031
+ }(SpectrumMixin(r$C));
2032
2032
  SpectrumElement.VERSION = version;
2033
2033
 
2034
2034
  function _define_property$i(obj, key, value) {
@@ -2741,7 +2741,7 @@ function _templateObject$3B() {
2741
2741
  };
2742
2742
  return data;
2743
2743
  }
2744
- var e$E = i$o(_templateObject$3B());
2744
+ var e$E = i$p(_templateObject$3B());
2745
2745
  var g$c = e$E;
2746
2746
 
2747
2747
  function _array_like_to_array$N(arr, len) {
@@ -3024,7 +3024,7 @@ function _templateObject$3A() {
3024
3024
  }
3025
3025
  var n$p = Object.defineProperty;
3026
3026
  var u$K = Object.getOwnPropertyDescriptor;
3027
- var s$f = function(l, i, e, o) {
3027
+ var s$g = function(l, i, e, o) {
3028
3028
  for(var t = o > 1 ? void 0 : o ? u$K(i, e) : i, r = l.length - 1, a; r >= 0; r--)(a = l[r]) && (t = (o ? a(i, e, t) : a(t)) || t);
3029
3029
  return o && t && n$p(i, e, t), t;
3030
3030
  };
@@ -3132,18 +3132,18 @@ var Accordion = /*#__PURE__*/ function(_d) {
3132
3132
  }(SizedMixin(SpectrumElement, {
3133
3133
  noDefaultSize: !0
3134
3134
  }));
3135
- s$f([
3135
+ s$g([
3136
3136
  n$r({
3137
3137
  type: Boolean,
3138
3138
  reflect: !0,
3139
3139
  attribute: "allow-multiple"
3140
3140
  })
3141
- ], Accordion.prototype, "allowMultiple", 2), s$f([
3141
+ ], Accordion.prototype, "allowMultiple", 2), s$g([
3142
3142
  n$r({
3143
3143
  type: String,
3144
3144
  reflect: !0
3145
3145
  })
3146
- ], Accordion.prototype, "density", 2), s$f([
3146
+ ], Accordion.prototype, "density", 2), s$g([
3147
3147
  n$q()
3148
3148
  ], Accordion.prototype, "defaultNodes", 2);
3149
3149
 
@@ -3852,7 +3852,7 @@ n$o([
3852
3852
  * Copyright 2018 Google LLC
3853
3853
  * SPDX-License-Identifier: BSD-3-Clause
3854
3854
  */ var o$O = function(o) {
3855
- return o !== null && o !== void 0 ? o : T$3;
3855
+ return o !== null && o !== void 0 ? o : E$2;
3856
3856
  };
3857
3857
 
3858
3858
  /**
@@ -3903,7 +3903,7 @@ function _unsupported_iterable_to_array$M(o, minLen) {
3903
3903
  if (n === "Map" || n === "Set") return Array.from(n);
3904
3904
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$M(o, minLen);
3905
3905
  }
3906
- var t$y = {
3906
+ var t$x = {
3907
3907
  ATTRIBUTE: 1,
3908
3908
  CHILD: 2,
3909
3909
  PROPERTY: 3,
@@ -3958,15 +3958,15 @@ var i$k = /*#__PURE__*/ function() {
3958
3958
  * @license
3959
3959
  * Copyright 2020 Google LLC
3960
3960
  * SPDX-License-Identifier: BSD-3-Clause
3961
- */ var t$x = z$1.I, f$n = function(o) {
3961
+ */ var t$w = Z.I, f$n = function(o) {
3962
3962
  return void 0 === o.strings;
3963
- }, s$e = function() {
3963
+ }, s$f = function() {
3964
3964
  return document.createComment("");
3965
3965
  }, r$y = function(o, i, n) {
3966
3966
  var e = o._$AA.parentNode, l = void 0 === i ? o._$AB : i._$AA;
3967
3967
  if (void 0 === n) {
3968
- var _$i = e.insertBefore(s$e(), l), c = e.insertBefore(s$e(), l);
3969
- n = new t$x(_$i, c, o, o.options);
3968
+ var _$i = e.insertBefore(s$f(), l), c = e.insertBefore(s$f(), l);
3969
+ n = new t$w(_$i, c, o, o.options);
3970
3970
  } else {
3971
3971
  var t1 = n._$AB.nextSibling, _$i1 = n._$AM, c1 = _$i1 !== o;
3972
3972
  if (c1) {
@@ -3991,7 +3991,7 @@ var i$k = /*#__PURE__*/ function() {
3991
3991
  return o._$AH = t;
3992
3992
  }, p$F = function(o) {
3993
3993
  return o._$AH;
3994
- }, h$n = function(o) {
3994
+ }, M$2 = function(o) {
3995
3995
  var _o__$AP;
3996
3996
  (_o__$AP = o._$AP) === null || _o__$AP === void 0 ? void 0 : _o__$AP.call(o, !1, !0);
3997
3997
  var t = o._$AA;
@@ -4147,7 +4147,7 @@ function _create_super$2j(Derived) {
4147
4147
  function _class(e) {
4148
4148
  _class_call_check$2D(this, _class);
4149
4149
  var _this;
4150
- if (_this = _super.call(this, e), e.type !== t$y.CHILD) throw Error("repeat() can only be used in text expressions");
4150
+ if (_this = _super.call(this, e), e.type !== t$x.CHILD) throw Error("repeat() can only be used in text expressions");
4151
4151
  return _possible_constructor_return$2j(_this);
4152
4152
  }
4153
4153
  _create_class$2z(_class, [
@@ -4212,17 +4212,17 @@ function _create_super$2j(Derived) {
4212
4212
  v$i(_$e1, p[k]), v[k] = _$e1;
4213
4213
  } else v[k] = v$i(_$t1, p[k]), r$y(s, d[x], _$t1), d[_$e] = null;
4214
4214
  k++;
4215
- } else h$n(d[j]), j--;
4216
- else h$n(d[x]), x++;
4215
+ } else M$2(d[j]), j--;
4216
+ else M$2(d[x]), x++;
4217
4217
  for(; k <= w;){
4218
4218
  var _$e2 = r$y(s, v[w + 1]);
4219
4219
  v$i(_$e2, p[k]), v[k++] = _$e2;
4220
4220
  }
4221
4221
  for(; x <= j;){
4222
4222
  var _$e3 = d[x++];
4223
- null !== _$e3 && h$n(_$e3);
4223
+ null !== _$e3 && M$2(_$e3);
4224
4224
  }
4225
- return this.ut = a, m$p(s, v), w$2;
4225
+ return this.ut = a, m$p(s, v), T$3;
4226
4226
  }
4227
4227
  }
4228
4228
  ]);
@@ -4371,7 +4371,7 @@ function _create_super$2i(Derived) {
4371
4371
  _class_call_check$2C(this, _class);
4372
4372
  var _this;
4373
4373
  var _t_strings;
4374
- if (_this = _super.call(this, t), t.type !== t$y.ATTRIBUTE || "class" !== t.name || ((_t_strings = t.strings) === null || _t_strings === void 0 ? void 0 : _t_strings.length) > 2) throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.");
4374
+ if (_this = _super.call(this, t), t.type !== t$x.ATTRIBUTE || "class" !== t.name || ((_t_strings = t.strings) === null || _t_strings === void 0 ? void 0 : _t_strings.length) > 2) throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.");
4375
4375
  return _possible_constructor_return$2i(_this);
4376
4376
  }
4377
4377
  _create_class$2y(_class, [
@@ -4421,7 +4421,7 @@ function _create_super$2i(Derived) {
4421
4421
  var _$s = !!_$i[_$t2];
4422
4422
  _$s === this.st.has(_$t2) || ((_this_nt1 = this.nt) === null || _this_nt1 === void 0 ? void 0 : _this_nt1.has(_$t2)) || (_$s ? (r.add(_$t2), this.st.add(_$t2)) : (r.remove(_$t2), this.st.delete(_$t2)));
4423
4423
  }
4424
- return w$2;
4424
+ return T$3;
4425
4425
  }
4426
4426
  }
4427
4427
  ]);
@@ -4570,7 +4570,7 @@ function _create_super$2h(Derived) {
4570
4570
  _class_call_check$2B(this, _class);
4571
4571
  var _this;
4572
4572
  var _t_strings;
4573
- if (_this = _super.call(this, t), t.type !== t$y.ATTRIBUTE || "style" !== t.name || ((_t_strings = t.strings) === null || _t_strings === void 0 ? void 0 : _t_strings.length) > 2) throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.");
4573
+ if (_this = _super.call(this, t), t.type !== t$x.ATTRIBUTE || "style" !== t.name || ((_t_strings = t.strings) === null || _t_strings === void 0 ? void 0 : _t_strings.length) > 2) throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.");
4574
4574
  return _possible_constructor_return$2h(_this);
4575
4575
  }
4576
4576
  _create_class$2x(_class, [
@@ -4617,7 +4617,7 @@ function _create_super$2h(Derived) {
4617
4617
  _$t1.includes("-") || _$r1 ? s.setProperty(_$t1, _$r1 ? _$e.slice(0, -11) : _$e, _$r1 ? n$n : "") : s[_$t1] = _$e;
4618
4618
  }
4619
4619
  }
4620
- return w$2;
4620
+ return T$3;
4621
4621
  }
4622
4622
  }
4623
4623
  ]);
@@ -4761,7 +4761,7 @@ function _create_super$2g(Derived) {
4761
4761
  * @license
4762
4762
  * Copyright 2017 Google LLC
4763
4763
  * SPDX-License-Identifier: BSD-3-Clause
4764
- */ var s$d = function(i, t) {
4764
+ */ var s$e = function(i, t) {
4765
4765
  var _i__$AO;
4766
4766
  var e = i._$AN;
4767
4767
  if (void 0 === e) return !1;
@@ -4769,7 +4769,7 @@ function _create_super$2g(Derived) {
4769
4769
  try {
4770
4770
  for(var _iterator = e[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true){
4771
4771
  var _$i = _step.value;
4772
- (_i__$AO = _$i._$AO) === null || _i__$AO === void 0 ? void 0 : _i__$AO.call(_$i, t, !1), s$d(_$i, t);
4772
+ (_i__$AO = _$i._$AO) === null || _i__$AO === void 0 ? void 0 : _i__$AO.call(_$i, t, !1), s$e(_$i, t);
4773
4773
  }
4774
4774
  } catch (err) {
4775
4775
  _didIteratorError = true;
@@ -4806,14 +4806,14 @@ function h$m(i) {
4806
4806
  function n$m(i) {
4807
4807
  var _$t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 0;
4808
4808
  var r = this._$AH, h = this._$AN;
4809
- if (void 0 !== h && 0 !== h.size) if (_$t) if (Array.isArray(r)) for(var _$i = e; _$i < r.length; _$i++)s$d(r[_$i], !1), o$M(r[_$i]);
4810
- else null != r && (s$d(r, !1), o$M(r));
4811
- else s$d(this, i);
4809
+ if (void 0 !== h && 0 !== h.size) if (_$t) if (Array.isArray(r)) for(var _$i = e; _$i < r.length; _$i++)s$e(r[_$i], !1), o$M(r[_$i]);
4810
+ else null != r && (s$e(r, !1), o$M(r));
4811
+ else s$e(this, i);
4812
4812
  }
4813
4813
  var c$x = function(i) {
4814
4814
  var _i, _i1;
4815
4815
  var __$AP, __$AQ;
4816
- i.type == t$y.CHILD && ((__$AP = (_i = i)._$AP) !== null && __$AP !== void 0 ? __$AP : _i._$AP = n$m, (__$AQ = (_i1 = i)._$AQ) !== null && __$AQ !== void 0 ? __$AQ : _i1._$AQ = h$m);
4816
+ i.type == t$x.CHILD && ((__$AP = (_i = i)._$AP) !== null && __$AP !== void 0 ? __$AP : _i._$AP = n$m, (__$AQ = (_i1 = i)._$AQ) !== null && __$AQ !== void 0 ? __$AQ : _i1._$AQ = h$m);
4817
4817
  };
4818
4818
  var f$m = /*#__PURE__*/ function(t) {
4819
4819
  _inherits$2g(f, t);
@@ -4838,7 +4838,7 @@ var f$m = /*#__PURE__*/ function(t) {
4838
4838
  value: function _$AO(i) {
4839
4839
  var _$t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0;
4840
4840
  var _this_reconnected, _this, _this_disconnected, _this1;
4841
- i !== this.isConnected && (this.isConnected = i, i ? (_this_reconnected = (_this = this).reconnected) === null || _this_reconnected === void 0 ? void 0 : _this_reconnected.call(_this) : (_this_disconnected = (_this1 = this).disconnected) === null || _this_disconnected === void 0 ? void 0 : _this_disconnected.call(_this1)), _$t && (s$d(this, i), o$M(this));
4841
+ i !== this.isConnected && (this.isConnected = i, i ? (_this_reconnected = (_this = this).reconnected) === null || _this_reconnected === void 0 ? void 0 : _this_reconnected.call(_this) : (_this_disconnected = (_this1 = this).disconnected) === null || _this_disconnected === void 0 ? void 0 : _this_disconnected.call(_this1)), _$t && (s$e(this, i), o$M(this));
4842
4842
  }
4843
4843
  },
4844
4844
  {
@@ -5004,7 +5004,7 @@ function _create_super$2f(Derived) {
5004
5004
  function _class(r) {
5005
5005
  _class_call_check$2z(this, _class);
5006
5006
  var _this;
5007
- if (_this = _super.call(this, r), r.type !== t$y.PROPERTY && r.type !== t$y.ATTRIBUTE && r.type !== t$y.BOOLEAN_ATTRIBUTE) throw Error("The `live` directive is not allowed on child or event bindings");
5007
+ if (_this = _super.call(this, r), r.type !== t$x.PROPERTY && r.type !== t$x.ATTRIBUTE && r.type !== t$x.BOOLEAN_ATTRIBUTE) throw Error("The `live` directive is not allowed on child or event bindings");
5008
5008
  if (!f$n(r)) throw Error("`live` bindings can only contain a single expression");
5009
5009
  return _possible_constructor_return$2f(_this);
5010
5010
  }
@@ -5019,13 +5019,13 @@ function _create_super$2f(Derived) {
5019
5019
  key: "update",
5020
5020
  value: function update(i, param) {
5021
5021
  var _param = _sliced_to_array$e(param, 1), _$t = _param[0];
5022
- if (_$t === w$2 || _$t === T$3) return _$t;
5022
+ if (_$t === T$3 || _$t === E$2) return _$t;
5023
5023
  var o = i.element, l = i.name;
5024
- if (i.type === t$y.PROPERTY) {
5025
- if (_$t === o[l]) return w$2;
5026
- } else if (i.type === t$y.BOOLEAN_ATTRIBUTE) {
5027
- if (!!_$t === o.hasAttribute(l)) return w$2;
5028
- } else if (i.type === t$y.ATTRIBUTE && o.getAttribute(l) === _$t + "") return w$2;
5024
+ if (i.type === t$x.PROPERTY) {
5025
+ if (_$t === o[l]) return T$3;
5026
+ } else if (i.type === t$x.BOOLEAN_ATTRIBUTE) {
5027
+ if (!!_$t === o.hasAttribute(l)) return T$3;
5028
+ } else if (i.type === t$x.ATTRIBUTE && o.getAttribute(l) === _$t + "") return T$3;
5029
5029
  return m$p(i), _$t;
5030
5030
  }
5031
5031
  }
@@ -5248,8 +5248,8 @@ function _templateObject$3z() {
5248
5248
  };
5249
5249
  return data;
5250
5250
  }
5251
- var s$c = i$o(_templateObject$3z());
5252
- var c$w = s$c;
5251
+ var s$d = i$p(_templateObject$3z());
5252
+ var c$w = s$d;
5253
5253
 
5254
5254
  function _assert_this_initialized$2e(self) {
5255
5255
  if (self === void 0) {
@@ -5946,18 +5946,18 @@ function _unsupported_iterable_to_array$G(o, minLen) {
5946
5946
  if (n === "Map" || n === "Set") return Array.from(n);
5947
5947
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$G(o, minLen);
5948
5948
  }
5949
- var t$w;
5949
+ var t$v;
5950
5950
  var tag$1 = function tag(e) {
5951
5951
  for(var _len = arguments.length, a = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++){
5952
5952
  a[_key - 1] = arguments[_key];
5953
5953
  }
5954
- return t$w ? t$w.apply(void 0, [
5954
+ return t$v ? t$v.apply(void 0, [
5955
5955
  e
5956
5956
  ].concat(_to_consumable_array$x(a))) : a.reduce(function(r, p, l) {
5957
5957
  return r + p + e[l + 1];
5958
5958
  }, e[0]);
5959
5959
  }, setCustomTemplateLiteralTag$1 = function(e) {
5960
- t$w = e;
5960
+ t$v = e;
5961
5961
  };
5962
5962
 
5963
5963
  function _tagged_template_literal$3w(strings, raw) {
@@ -6112,7 +6112,7 @@ function _templateObject$3v() {
6112
6112
  };
6113
6113
  return data;
6114
6114
  }
6115
- var r$w = i$o(_templateObject$3v());
6115
+ var r$w = i$p(_templateObject$3v());
6116
6116
  var C$6 = r$w;
6117
6117
 
6118
6118
  function _tagged_template_literal$3u(strings, raw) {
@@ -6134,7 +6134,7 @@ function _templateObject$3u() {
6134
6134
  };
6135
6135
  return data;
6136
6136
  }
6137
- var r$v = i$o(_templateObject$3u());
6137
+ var r$v = i$p(_templateObject$3u());
6138
6138
  var b$g = r$v;
6139
6139
 
6140
6140
  function _assert_this_initialized$2b(self) {
@@ -6307,7 +6307,7 @@ function _templateObject4$j() {
6307
6307
  }
6308
6308
  var p$C = Object.defineProperty;
6309
6309
  var d$w = Object.getOwnPropertyDescriptor;
6310
- var s$b = function(n, o, e, i) {
6310
+ var s$c = function(n, o, e, i) {
6311
6311
  for(var t = i > 1 ? void 0 : i ? d$w(o, e) : o, l = n.length - 1, a; l >= 0; l--)(a = n[l]) && (t = (i ? a(o, e, t) : a(t)) || t);
6312
6312
  return i && t && p$C(o, e, t), t;
6313
6313
  };
@@ -6392,17 +6392,17 @@ var AccordionItem = /*#__PURE__*/ function(_h) {
6392
6392
  }(SizedMixin(Focusable, {
6393
6393
  noDefaultSize: !0
6394
6394
  }));
6395
- s$b([
6395
+ s$c([
6396
6396
  n$r({
6397
6397
  type: Boolean,
6398
6398
  reflect: !0
6399
6399
  })
6400
- ], AccordionItem.prototype, "open", 2), s$b([
6400
+ ], AccordionItem.prototype, "open", 2), s$c([
6401
6401
  n$r({
6402
6402
  type: String,
6403
6403
  reflect: !0
6404
6404
  })
6405
- ], AccordionItem.prototype, "label", 2), s$b([
6405
+ ], AccordionItem.prototype, "label", 2), s$c([
6406
6406
  n$r({
6407
6407
  type: Boolean,
6408
6408
  reflect: !0
@@ -6430,7 +6430,7 @@ function _templateObject$3s() {
6430
6430
  };
6431
6431
  return data;
6432
6432
  }
6433
- var o$J = i$o(_templateObject$3s());
6433
+ var o$J = i$p(_templateObject$3s());
6434
6434
  var g$b = o$J;
6435
6435
 
6436
6436
  function _assert_this_initialized$2a(self) {
@@ -6572,7 +6572,7 @@ function _templateObject1$H() {
6572
6572
  }
6573
6573
  var c$v = Object.defineProperty;
6574
6574
  var d$v = Object.getOwnPropertyDescriptor;
6575
- var t$v = function(o, r, l, p) {
6575
+ var t$u = function(o, r, l, p) {
6576
6576
  for(var e = p > 1 ? void 0 : p ? d$v(r, l) : r, i = o.length - 1, a; i >= 0; i--)(a = o[i]) && (e = (p ? a(r, l, e) : a(e)) || e);
6577
6577
  return p && e && c$v(r, l, e), e;
6578
6578
  };
@@ -6606,7 +6606,7 @@ var Popover = /*#__PURE__*/ function(m) {
6606
6606
  {
6607
6607
  key: "render",
6608
6608
  value: function render() {
6609
- return x$3(_templateObject1$H(), this.tip ? this.renderTip() : T$3);
6609
+ return x$3(_templateObject1$H(), this.tip ? this.renderTip() : E$2);
6610
6610
  }
6611
6611
  }
6612
6612
  ], [
@@ -6621,26 +6621,26 @@ var Popover = /*#__PURE__*/ function(m) {
6621
6621
  ]);
6622
6622
  return Popover;
6623
6623
  }(SpectrumElement);
6624
- t$v([
6624
+ t$u([
6625
6625
  n$r({
6626
6626
  type: Boolean,
6627
6627
  reflect: !0
6628
6628
  })
6629
- ], Popover.prototype, "dialog", 2), t$v([
6629
+ ], Popover.prototype, "dialog", 2), t$u([
6630
6630
  n$r({
6631
6631
  type: Boolean,
6632
6632
  reflect: !0
6633
6633
  })
6634
- ], Popover.prototype, "open", 2), t$v([
6634
+ ], Popover.prototype, "open", 2), t$u([
6635
6635
  n$r({
6636
6636
  reflect: !0
6637
6637
  })
6638
- ], Popover.prototype, "placement", 2), t$v([
6638
+ ], Popover.prototype, "placement", 2), t$u([
6639
6639
  n$r({
6640
6640
  type: Boolean,
6641
6641
  reflect: !0
6642
6642
  })
6643
- ], Popover.prototype, "tip", 2), t$v([
6643
+ ], Popover.prototype, "tip", 2), t$u([
6644
6644
  e$F("#tip")
6645
6645
  ], Popover.prototype, "tipElement", 2);
6646
6646
 
@@ -7043,16 +7043,20 @@ function _ts_generator$B(thisArg, body) {
7043
7043
  };
7044
7044
  }
7045
7045
  }
7046
- var t$u = /*#__PURE__*/ function() {
7047
- function t(t1, param) {
7046
+ /**
7047
+ * @license
7048
+ * Copyright 2021 Google LLC
7049
+ * SPDX-License-Identifier: BSD-3-Clause
7050
+ */ var s$b = /*#__PURE__*/ function() {
7051
+ function s(s1, param) {
7048
7052
  var _this = this;
7049
- var s = param.target, i = param.config, h = param.callback, o = param.skipInitial;
7050
- _class_call_check$2r(this, t);
7051
- this.t = new Set, this.o = !1, this.i = !1, this.h = t1, null !== s && this.t.add(s !== null && s !== void 0 ? s : t1), this.l = i, this.o = o !== null && o !== void 0 ? o : this.o, this.callback = h, window.MutationObserver ? (this.u = new MutationObserver(function(t) {
7053
+ var i = param.target, h = param.config, o = param.callback, e = param.skipInitial;
7054
+ _class_call_check$2r(this, s);
7055
+ this.t = new Set, this.o = !1, this.i = !1, this.h = s1, null !== i && this.t.add(i !== null && i !== void 0 ? i : s1), this.l = h, this.o = e !== null && e !== void 0 ? e : this.o, this.callback = o, (window.MutationObserver ? (this.u = new MutationObserver(function(t) {
7052
7056
  _this.handleChanges(t), _this.h.requestUpdate();
7053
- }), t1.addController(this)) : console.warn("MutationController error: browser does not support MutationObserver.");
7057
+ }), s1.addController(this)) : console.warn("MutationController error: browser does not support MutationObserver."));
7054
7058
  }
7055
- _create_class$2n(t, [
7059
+ _create_class$2n(s, [
7056
7060
  {
7057
7061
  key: "handleChanges",
7058
7062
  value: function handleChanges(t) {
@@ -7066,8 +7070,8 @@ var t$u = /*#__PURE__*/ function() {
7066
7070
  var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
7067
7071
  try {
7068
7072
  for(var _iterator = this.t[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true){
7069
- var _$t = _step.value;
7070
- this.observe(_$t);
7073
+ var t = _step.value;
7074
+ this.observe(t);
7071
7075
  }
7072
7076
  } catch (err) {
7073
7077
  _didIteratorError = true;
@@ -7096,10 +7100,10 @@ var t$u = /*#__PURE__*/ function() {
7096
7100
  value: function hostUpdated() {
7097
7101
  var _this = this;
7098
7102
  return _async_to_generator$B(function() {
7099
- var _$t;
7103
+ var t;
7100
7104
  return _ts_generator$B(this, function(_state) {
7101
- _$t = _this.u.takeRecords();
7102
- (_$t.length || !_this.o && _this.i) && _this.handleChanges(_$t), _this.i = !1;
7105
+ t = _this.u.takeRecords();
7106
+ (t.length || !_this.o && _this.i) && _this.handleChanges(t), _this.i = !1;
7103
7107
  return [
7104
7108
  2
7105
7109
  ];
@@ -7120,7 +7124,7 @@ var t$u = /*#__PURE__*/ function() {
7120
7124
  }
7121
7125
  }
7122
7126
  ]);
7123
- return t;
7127
+ return s;
7124
7128
  }();
7125
7129
 
7126
7130
  function _tagged_template_literal$3q(strings, raw) {
@@ -7142,7 +7146,7 @@ function _templateObject$3q() {
7142
7146
  };
7143
7147
  return data;
7144
7148
  }
7145
- var o$I = i$o(_templateObject$3q());
7149
+ var o$I = i$p(_templateObject$3q());
7146
7150
  var S$5 = o$I;
7147
7151
 
7148
7152
  function _array_like_to_array$F(arr, len) {
@@ -7481,7 +7485,7 @@ var ActionGroup = /*#__PURE__*/ function(_f) {
7481
7485
  }
7482
7486
  _this.manageChildren(), _this.manageSelects(), _this.hasManaged = !0;
7483
7487
  };
7484
- new t$u(_assert_this_initialized$28(_this), {
7488
+ new s$b(_assert_this_initialized$28(_this), {
7485
7489
  config: {
7486
7490
  childList: !0,
7487
7491
  subtree: !0
@@ -8191,7 +8195,7 @@ function ObserveSlotText(c, e) {
8191
8195
  var _this;
8192
8196
  _this = _super.call(this, n);
8193
8197
  _this.slotHasContent = !1;
8194
- new t$u(_assert_this_initialized$26(_this), {
8198
+ new s$b(_assert_this_initialized$26(_this), {
8195
8199
  config: {
8196
8200
  characterData: !0,
8197
8201
  subtree: !0
@@ -8293,7 +8297,7 @@ function _templateObject$3n() {
8293
8297
  };
8294
8298
  return data;
8295
8299
  }
8296
- var e$B = i$o(_templateObject$3n());
8300
+ var e$B = i$p(_templateObject$3n());
8297
8301
  var m$o = e$B;
8298
8302
 
8299
8303
  function _assert_this_initialized$25(self) {
@@ -8729,7 +8733,7 @@ function _templateObject$3l() {
8729
8733
  };
8730
8734
  return data;
8731
8735
  }
8732
- var t$t = i$o(_templateObject$3l());
8736
+ var t$t = i$p(_templateObject$3l());
8733
8737
  var d$s = t$t;
8734
8738
 
8735
8739
  function _tagged_template_literal$3k(strings, raw) {
@@ -9283,7 +9287,7 @@ function _templateObject$3g() {
9283
9287
  };
9284
9288
  return data;
9285
9289
  }
9286
- var c$t = i$o(_templateObject$3g());
9290
+ var c$t = i$p(_templateObject$3g());
9287
9291
  var S$4 = c$t;
9288
9292
 
9289
9293
  function _array_like_to_array$D(arr, len) {
@@ -9692,7 +9696,7 @@ function _templateObject$3d() {
9692
9696
  };
9693
9697
  return data;
9694
9698
  }
9695
- var e$A = i$o(_templateObject$3d());
9699
+ var e$A = i$p(_templateObject$3d());
9696
9700
  var g$a = e$A;
9697
9701
 
9698
9702
  function _array_like_to_array$C(arr, len) {
@@ -9906,7 +9910,7 @@ function _templateObject$3c() {
9906
9910
  };
9907
9911
  return data;
9908
9912
  }
9909
- var t$s = i$o(_templateObject$3c());
9913
+ var t$s = i$p(_templateObject$3c());
9910
9914
  var A = t$s;
9911
9915
 
9912
9916
  function _assert_this_initialized$1Z(self) {
@@ -10279,7 +10283,7 @@ var FieldLabel = /*#__PURE__*/ function(_m) {
10279
10283
  {
10280
10284
  key: "render",
10281
10285
  value: function render() {
10282
- return x$3(_templateObject1$D(), this.required ? x$3(_templateObject$3b()) : T$3);
10286
+ return x$3(_templateObject1$D(), this.required ? x$3(_templateObject$3b()) : E$2);
10283
10287
  }
10284
10288
  },
10285
10289
  {
@@ -10358,7 +10362,7 @@ function _templateObject$3a() {
10358
10362
  };
10359
10363
  return data;
10360
10364
  }
10361
- var o$G = i$o(_templateObject$3a());
10365
+ var o$G = i$p(_templateObject$3a());
10362
10366
  var d$q = o$G;
10363
10367
 
10364
10368
  function _assert_this_initialized$1Y(self) {
@@ -10580,7 +10584,7 @@ function _templateObject$38() {
10580
10584
  };
10581
10585
  return data;
10582
10586
  }
10583
- var o$F = i$o(_templateObject$38());
10587
+ var o$F = i$p(_templateObject$38());
10584
10588
  var b$f = o$F;
10585
10589
 
10586
10590
  function _array_like_to_array$A(arr, len) {
@@ -10901,7 +10905,7 @@ function _templateObject$36() {
10901
10905
  };
10902
10906
  return data;
10903
10907
  }
10904
- var r$t = i$o(_templateObject$36());
10908
+ var r$t = i$p(_templateObject$36());
10905
10909
  var I$3 = r$t;
10906
10910
 
10907
10911
  function _tagged_template_literal$35(strings, raw) {
@@ -11446,7 +11450,7 @@ function _templateObject$32() {
11446
11450
  };
11447
11451
  return data;
11448
11452
  }
11449
- var o$E = i$o(_templateObject$32());
11453
+ var o$E = i$p(_templateObject$32());
11450
11454
  var v$h = o$E;
11451
11455
 
11452
11456
  function _tagged_template_literal$31(strings, raw) {
@@ -11468,7 +11472,7 @@ function _templateObject$31() {
11468
11472
  };
11469
11473
  return data;
11470
11474
  }
11471
- var e$z = i$o(_templateObject$31());
11475
+ var e$z = i$p(_templateObject$31());
11472
11476
  var b$e = e$z;
11473
11477
 
11474
11478
  function _tagged_template_literal$30(strings, raw) {
@@ -11958,7 +11962,7 @@ function _templateObject$2_() {
11958
11962
  };
11959
11963
  return data;
11960
11964
  }
11961
- var o$D = i$o(_templateObject$2_());
11965
+ var o$D = i$p(_templateObject$2_());
11962
11966
  var I$2 = o$D;
11963
11967
 
11964
11968
  function _array_like_to_array$x(arr, len) {
@@ -12156,7 +12160,7 @@ function _templateObject$2Y() {
12156
12160
  };
12157
12161
  return data;
12158
12162
  }
12159
- var t$q = i$o(_templateObject$2Y());
12163
+ var t$q = i$p(_templateObject$2Y());
12160
12164
  var g$9 = t$q;
12161
12165
 
12162
12166
  function _array_like_to_array$w(arr, len) {
@@ -14141,7 +14145,7 @@ var PickerBase = /*#__PURE__*/ function(_y) {
14141
14145
  label: !0
14142
14146
  }, t = this.appliedLabel || this.label;
14143
14147
  return [
14144
- x$3(_templateObject5$e(), this.icons === "none", this.selectedItemContent.icon, o$O(this.value && this.selectedItem ? "label" : void 0), e$C(e), this.renderLabelContent(this.selectedItemContent.content), this.value && this.selectedItem ? x$3(_templateObject1$A(), t) : x$3(_templateObject2$p(), t), this.invalid && !this.pending ? x$3(_templateObject3$k()) : T$3, n$l(this.pending, function() {
14148
+ x$3(_templateObject5$e(), this.icons === "none", this.selectedItemContent.icon, o$O(this.value && this.selectedItem ? "label" : void 0), e$C(e), this.renderLabelContent(this.selectedItemContent.content), this.value && this.selectedItem ? x$3(_templateObject1$A(), t) : x$3(_templateObject2$p(), t), this.invalid && !this.pending ? x$3(_templateObject3$k()) : E$2, n$l(this.pending, function() {
14145
14149
  return Promise.resolve().then(function () { return spProgressCircle; }), x$3(_templateObject4$h(), _this.pendingLabel);
14146
14150
  }), x$1[this.size], this.handleTooltipSlotchange)
14147
14151
  ];
@@ -14584,7 +14588,7 @@ function ObserveSlotPresence(l, s) {
14584
14588
  _this.requestUpdate();
14585
14589
  });
14586
14590
  };
14587
- new t$u(_assert_this_initialized$1O(_this), {
14591
+ new s$b(_assert_this_initialized$1O(_this), {
14588
14592
  config: {
14589
14593
  childList: !0,
14590
14594
  subtree: !0
@@ -14772,7 +14776,7 @@ function _templateObject$2U() {
14772
14776
  };
14773
14777
  return data;
14774
14778
  }
14775
- var o$B = i$o(_templateObject$2U());
14779
+ var o$B = i$p(_templateObject$2U());
14776
14780
  var v$g = o$B;
14777
14781
 
14778
14782
  function _assert_this_initialized$1M(self) {
@@ -15317,16 +15321,20 @@ function _ts_generator$w(thisArg, body) {
15317
15321
  };
15318
15322
  }
15319
15323
  }
15320
- var s$9 = /*#__PURE__*/ function() {
15321
- function s(s1, param) {
15324
+ /**
15325
+ * @license
15326
+ * Copyright 2021 Google LLC
15327
+ * SPDX-License-Identifier: BSD-3-Clause
15328
+ */ var t$o = /*#__PURE__*/ function() {
15329
+ function t(t1, param) {
15322
15330
  var _this = this;
15323
- var t = param.target, i = param.config, h = param.callback, e = param.skipInitial;
15324
- _class_call_check$1Z(this, s);
15325
- this.t = new Set, this.o = !1, this.i = !1, this.h = s1, null !== t && this.t.add(t !== null && t !== void 0 ? t : s1), this.l = i, this.o = e !== null && e !== void 0 ? e : this.o, this.callback = h, window.ResizeObserver ? (this.u = new ResizeObserver(function(s) {
15331
+ var i = param.target, h = param.config, e = param.callback, o = param.skipInitial;
15332
+ _class_call_check$1Z(this, t);
15333
+ this.t = new Set, this.o = !1, this.i = !1, this.h = t1, null !== i && this.t.add(i !== null && i !== void 0 ? i : t1), this.l = h, this.o = o !== null && o !== void 0 ? o : this.o, this.callback = e, (window.ResizeObserver ? (this.u = new ResizeObserver(function(s) {
15326
15334
  _this.handleChanges(s), _this.h.requestUpdate();
15327
- }), s1.addController(this)) : console.warn("ResizeController error: browser does not support ResizeObserver.");
15335
+ }), t1.addController(this)) : console.warn("ResizeController error: browser does not support ResizeObserver."));
15328
15336
  }
15329
- _create_class$1X(s, [
15337
+ _create_class$1X(t, [
15330
15338
  {
15331
15339
  key: "handleChanges",
15332
15340
  value: function handleChanges(s) {
@@ -15340,8 +15348,8 @@ var s$9 = /*#__PURE__*/ function() {
15340
15348
  var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
15341
15349
  try {
15342
15350
  for(var _iterator = this.t[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true){
15343
- var _$s = _step.value;
15344
- this.observe(_$s);
15351
+ var s = _step.value;
15352
+ this.observe(s);
15345
15353
  }
15346
15354
  } catch (err) {
15347
15355
  _didIteratorError = true;
@@ -15398,7 +15406,7 @@ var s$9 = /*#__PURE__*/ function() {
15398
15406
  }
15399
15407
  }
15400
15408
  ]);
15401
- return s;
15409
+ return t;
15402
15410
  }();
15403
15411
 
15404
15412
  function _tagged_template_literal$2S(strings, raw) {
@@ -15420,7 +15428,7 @@ function _templateObject$2S() {
15420
15428
  };
15421
15429
  return data;
15422
15430
  }
15423
- var e$y = i$o(_templateObject$2S());
15431
+ var e$y = i$p(_templateObject$2S());
15424
15432
  var E$1 = e$y;
15425
15433
 
15426
15434
  function _assert_this_initialized$1K(self) {
@@ -15611,7 +15619,7 @@ var o$A = /*#__PURE__*/ function(_v) {
15611
15619
  _this = _super.call.apply(_super, [
15612
15620
  this
15613
15621
  ].concat(Array.prototype.slice.call(arguments)));
15614
- _this.resizeController = new s$9(_assert_this_initialized$1K(_this), {
15622
+ _this.resizeController = new t$o(_assert_this_initialized$1K(_this), {
15615
15623
  callback: function() {
15616
15624
  _this.shouldManageTabOrderForScrolling();
15617
15625
  }
@@ -15746,7 +15754,7 @@ function _templateObject$2Q() {
15746
15754
  };
15747
15755
  return data;
15748
15756
  }
15749
- var r$s = i$o(_templateObject$2Q());
15757
+ var r$s = i$p(_templateObject$2Q());
15750
15758
  var u$y = r$s;
15751
15759
 
15752
15760
  function _assert_this_initialized$1J(self) {
@@ -15945,7 +15953,7 @@ function _templateObject$2O() {
15945
15953
  };
15946
15954
  return data;
15947
15955
  }
15948
- var r$r = i$o(_templateObject$2O());
15956
+ var r$r = i$p(_templateObject$2O());
15949
15957
  var v$f = r$r;
15950
15958
 
15951
15959
  function _assert_this_initialized$1I(self) {
@@ -16187,7 +16195,7 @@ function _templateObject$2M() {
16187
16195
  };
16188
16196
  return data;
16189
16197
  }
16190
- var r$q = i$o(_templateObject$2M());
16198
+ var r$q = i$p(_templateObject$2M());
16191
16199
  var b$b = r$q;
16192
16200
 
16193
16201
  function _assert_this_initialized$1H(self) {
@@ -16344,7 +16352,7 @@ var Badge = /*#__PURE__*/ function(_f) {
16344
16352
  {
16345
16353
  key: "render",
16346
16354
  value: function render() {
16347
- return x$3(_templateObject1$w(), this.hasIcon ? x$3(_templateObject$2L(), !this.slotHasContent) : T$3);
16355
+ return x$3(_templateObject1$w(), this.hasIcon ? x$3(_templateObject$2L(), !this.slotHasContent) : E$2);
16348
16356
  }
16349
16357
  }
16350
16358
  ], [
@@ -16393,7 +16401,7 @@ function _templateObject$2K() {
16393
16401
  };
16394
16402
  return data;
16395
16403
  }
16396
- var e$x = i$o(_templateObject$2K());
16404
+ var e$x = i$p(_templateObject$2K());
16397
16405
  var m$j = e$x;
16398
16406
 
16399
16407
  function _assert_this_initialized$1G(self) {
@@ -16525,7 +16533,7 @@ function _templateObject$2J() {
16525
16533
  }
16526
16534
  var a$l = Object.defineProperty;
16527
16535
  var d$l = Object.getOwnPropertyDescriptor;
16528
- var s$8 = function(i, t, r, o) {
16536
+ var s$9 = function(i, t, r, o) {
16529
16537
  for(var e = o > 1 ? void 0 : o ? d$l(t, r) : t, n = i.length - 1, l; n >= 0; n--)(l = i[n]) && (e = (o ? l(t, r, e) : l(e)) || e);
16530
16538
  return o && e && a$l(t, r, e), e;
16531
16539
  };
@@ -16567,12 +16575,12 @@ var Banner = /*#__PURE__*/ function(u) {
16567
16575
  ]);
16568
16576
  return Banner;
16569
16577
  }(SpectrumElement);
16570
- s$8([
16578
+ s$9([
16571
16579
  n$r({
16572
16580
  reflect: !0,
16573
16581
  type: String
16574
16582
  })
16575
- ], Banner.prototype, "type", 2), s$8([
16583
+ ], Banner.prototype, "type", 2), s$9([
16576
16584
  n$r({
16577
16585
  reflect: !0,
16578
16586
  type: Boolean
@@ -16602,7 +16610,7 @@ function _templateObject$2I() {
16602
16610
  };
16603
16611
  return data;
16604
16612
  }
16605
- var o$y = i$o(_templateObject$2I());
16613
+ var o$y = i$p(_templateObject$2I());
16606
16614
  var S$2 = o$y;
16607
16615
 
16608
16616
  function _assert_this_initialized$1F(self) {
@@ -16961,7 +16969,7 @@ function _templateObject$2F() {
16961
16969
  };
16962
16970
  return data;
16963
16971
  }
16964
- var c$o = i$o(_templateObject$2F());
16972
+ var c$o = i$p(_templateObject$2F());
16965
16973
  var k$2 = c$o;
16966
16974
 
16967
16975
  function _tagged_template_literal$2E(strings, raw) {
@@ -18047,7 +18055,7 @@ function _templateObject$2w() {
18047
18055
  };
18048
18056
  return data;
18049
18057
  }
18050
- var e$w = i$o(_templateObject$2w());
18058
+ var e$w = i$p(_templateObject$2w());
18051
18059
  var C$5 = e$w;
18052
18060
 
18053
18061
  function _tagged_template_literal$2v(strings, raw) {
@@ -18069,7 +18077,7 @@ function _templateObject$2v() {
18069
18077
  };
18070
18078
  return data;
18071
18079
  }
18072
- var c$n = i$o(_templateObject$2v());
18080
+ var c$n = i$p(_templateObject$2v());
18073
18081
  var y$e = c$n;
18074
18082
 
18075
18083
  function _assert_this_initialized$1v(self) {
@@ -18495,7 +18503,7 @@ function _templateObject$2t() {
18495
18503
  };
18496
18504
  return data;
18497
18505
  }
18498
- var i$e = i$o(_templateObject$2t());
18506
+ var i$e = i$p(_templateObject$2t());
18499
18507
  var d$j = i$e;
18500
18508
 
18501
18509
  function _assert_this_initialized$1u(self) {
@@ -18705,8 +18713,8 @@ function _templateObject$2r() {
18705
18713
  };
18706
18714
  return data;
18707
18715
  }
18708
- var i$d = i$o(_templateObject$2r());
18709
- var s$7 = i$d;
18716
+ var i$d = i$p(_templateObject$2r());
18717
+ var s$8 = i$d;
18710
18718
 
18711
18719
  function _assert_this_initialized$1t(self) {
18712
18720
  if (self === void 0) {
@@ -18883,7 +18891,7 @@ var Divider = /*#__PURE__*/ function(_m) {
18883
18891
  noDefaultSize: !0
18884
18892
  }));
18885
18893
  Divider.styles = [
18886
- s$7
18894
+ s$8
18887
18895
  ], l$8([
18888
18896
  n$r({
18889
18897
  type: Boolean,
@@ -18912,7 +18920,7 @@ function _templateObject$2p() {
18912
18920
  };
18913
18921
  return data;
18914
18922
  }
18915
- var o$x = i$o(_templateObject$2p());
18923
+ var o$x = i$p(_templateObject$2p());
18916
18924
  var k$1 = o$x;
18917
18925
 
18918
18926
  function _tagged_template_literal$2o(strings, raw) {
@@ -18934,7 +18942,7 @@ function _templateObject$2o() {
18934
18942
  };
18935
18943
  return data;
18936
18944
  }
18937
- var o$v = i$o(_templateObject$2o());
18945
+ var o$v = i$p(_templateObject$2o());
18938
18946
  var o$w = o$v;
18939
18947
 
18940
18948
  function _tagged_template_literal$2n(strings, raw) {
@@ -18956,8 +18964,8 @@ function _templateObject$2n() {
18956
18964
  };
18957
18965
  return data;
18958
18966
  }
18959
- var t$n = i$o(_templateObject$2n());
18960
- var t$o = t$n;
18967
+ var t$m = i$p(_templateObject$2n());
18968
+ var t$n = t$m;
18961
18969
 
18962
18970
  function _tagged_template_literal$2m(strings, raw) {
18963
18971
  if (!raw) {
@@ -18978,12 +18986,12 @@ function _templateObject$2m() {
18978
18986
  };
18979
18987
  return data;
18980
18988
  }
18981
- var t$m = i$o(_templateObject$2m());
18982
- var o$u = t$m;
18989
+ var t$l = i$p(_templateObject$2m());
18990
+ var o$u = t$l;
18983
18991
 
18984
18992
  var h$g = [
18985
18993
  o$w,
18986
- t$o,
18994
+ t$n,
18987
18995
  o$u
18988
18996
  ];
18989
18997
 
@@ -19006,12 +19014,12 @@ function _templateObject$2l() {
19006
19014
  };
19007
19015
  return data;
19008
19016
  }
19009
- var e$v = i$o(_templateObject$2l());
19017
+ var e$v = i$p(_templateObject$2l());
19010
19018
  var o$t = e$v;
19011
19019
 
19012
19020
  var P$1 = [
19013
19021
  o$w,
19014
- t$o,
19022
+ t$n,
19015
19023
  o$t
19016
19024
  ];
19017
19025
 
@@ -19402,13 +19410,13 @@ var Card = /*#__PURE__*/ function(_w) {
19402
19410
  {
19403
19411
  key: "renderPreviewImage",
19404
19412
  get: function get() {
19405
- return x$3(_templateObject2$k(), o$O(this.asset), this.variant !== "quiet" && !this.horizontal ? x$3(_templateObject1$u()) : T$3);
19413
+ return x$3(_templateObject2$k(), o$O(this.asset), this.variant !== "quiet" && !this.horizontal ? x$3(_templateObject1$u()) : E$2);
19406
19414
  }
19407
19415
  },
19408
19416
  {
19409
19417
  key: "renderCoverImage",
19410
19418
  get: function get() {
19411
- return x$3(_templateObject4$e(), o$O(this.asset), this.variant !== "quiet" && !this.horizontal ? x$3(_templateObject3$g()) : T$3);
19419
+ return x$3(_templateObject4$e(), o$O(this.asset), this.variant !== "quiet" && !this.horizontal ? x$3(_templateObject3$g()) : E$2);
19412
19420
  }
19413
19421
  },
19414
19422
  {
@@ -19435,10 +19443,10 @@ var Card = /*#__PURE__*/ function(_w) {
19435
19443
  {
19436
19444
  key: "render",
19437
19445
  value: function render() {
19438
- return x$3(_templateObject11$2(), this.renderImage(), this.renderHeading, this.variant === "gallery" ? this.renderSubtitleAndDescription : T$3, this.variant !== "quiet" || this.size !== "s" ? x$3(_templateObject6$7(), this.stopPropagationOnHref) : T$3, this.variant !== "gallery" ? x$3(_templateObject7$4(), this.renderSubtitleAndDescription) : T$3, this.href ? this.renderAnchor({
19446
+ return x$3(_templateObject11$2(), this.renderImage(), this.renderHeading, this.variant === "gallery" ? this.renderSubtitleAndDescription : E$2, this.variant !== "quiet" || this.size !== "s" ? x$3(_templateObject6$7(), this.stopPropagationOnHref) : E$2, this.variant !== "gallery" ? x$3(_templateObject7$4(), this.renderSubtitleAndDescription) : E$2, this.href ? this.renderAnchor({
19439
19447
  id: "like-anchor",
19440
19448
  labelledby: "heading"
19441
- }) : T$3, this.variant === "standard" ? x$3(_templateObject8$3()) : T$3, this.toggles ? x$3(_templateObject9$2(), this.stopPropagationOnHref, this.handleSelectedChange, this.selected) : T$3, this.variant === "quiet" && this.size === "s" ? x$3(_templateObject10$2(), this.stopPropagationOnHref) : T$3);
19449
+ }) : E$2, this.variant === "standard" ? x$3(_templateObject8$3()) : E$2, this.toggles ? x$3(_templateObject9$2(), this.stopPropagationOnHref, this.handleSelectedChange, this.selected) : E$2, this.variant === "quiet" && this.size === "s" ? x$3(_templateObject10$2(), this.stopPropagationOnHref) : E$2);
19442
19450
  }
19443
19451
  },
19444
19452
  {
@@ -19527,7 +19535,7 @@ function _templateObject$2j() {
19527
19535
  };
19528
19536
  return data;
19529
19537
  }
19530
- var r$o = i$o(_templateObject$2j());
19538
+ var r$o = i$p(_templateObject$2j());
19531
19539
  var T$2 = r$o;
19532
19540
 
19533
19541
  function _tagged_template_literal$2i(strings, raw) {
@@ -20067,9 +20075,9 @@ var Coachmark = /*#__PURE__*/ function(g) {
20067
20075
  var _this = this;
20068
20076
  var o, a, d, m;
20069
20077
  var n = this.modifierKeys && ((o = this.modifierKeys) == null ? void 0 : o.length) > 0, e = !!this.shortcutKey, i = !!((a = this.content) != null && a.title);
20070
- return !i && !n && !e ? x$3(_templateObject4$d()) : x$3(_templateObject7$3(), i ? x$3(_templateObject5$a(), (d = this.content) == null ? void 0 : d.title) : T$3, n || e ? x$3(_templateObject6$6(), n ? o$L((m = this.modifierKeys) == null ? void 0 : m.map(function(h) {
20078
+ return !i && !n && !e ? x$3(_templateObject4$d()) : x$3(_templateObject7$3(), i ? x$3(_templateObject5$a(), (d = this.content) == null ? void 0 : d.title) : E$2, n || e ? x$3(_templateObject6$6(), n ? o$L((m = this.modifierKeys) == null ? void 0 : m.map(function(h) {
20071
20079
  return _this.renderModifier(h);
20072
- }), this.renderJoiner()) : T$3, e && n ? this.renderJoiner() : T$3, e ? this.renderModifier(this.shortcutKey, "shortcut") : T$3) : T$3);
20080
+ }), this.renderJoiner()) : E$2, e && n ? this.renderJoiner() : E$2, e ? this.renderModifier(this.shortcutKey, "shortcut") : E$2) : E$2);
20073
20081
  }
20074
20082
  },
20075
20083
  {
@@ -20202,7 +20210,7 @@ function _templateObject$2g() {
20202
20210
  };
20203
20211
  return data;
20204
20212
  }
20205
- var a$i = i$o(_templateObject$2g());
20213
+ var a$i = i$p(_templateObject$2g());
20206
20214
  var v$b = a$i;
20207
20215
 
20208
20216
  function _assert_this_initialized$1p(self) {
@@ -20559,7 +20567,7 @@ var m$g = /*#__PURE__*/ function(o) {
20559
20567
  {
20560
20568
  key: "render",
20561
20569
  value: function render(e) {
20562
- return T$3;
20570
+ return E$2;
20563
20571
  }
20564
20572
  },
20565
20573
  {
@@ -20657,7 +20665,7 @@ function _templateObject$2e() {
20657
20665
  };
20658
20666
  return data;
20659
20667
  }
20660
- var r$m = i$o(_templateObject$2e());
20668
+ var r$m = i$p(_templateObject$2e());
20661
20669
  var n$g = r$m;
20662
20670
 
20663
20671
  function _tagged_template_literal$2d(strings, raw) {
@@ -20679,7 +20687,7 @@ function _templateObject$2d() {
20679
20687
  };
20680
20688
  return data;
20681
20689
  }
20682
- var r$l = i$o(_templateObject$2d());
20690
+ var r$l = i$p(_templateObject$2d());
20683
20691
  var b$9 = r$l;
20684
20692
 
20685
20693
  function _assert_this_initialized$1n(self) {
@@ -20858,7 +20866,7 @@ function _templateObject$2b() {
20858
20866
  };
20859
20867
  return data;
20860
20868
  }
20861
- var r$k = i$o(_templateObject$2b());
20869
+ var r$k = i$p(_templateObject$2b());
20862
20870
  var h$f = r$k;
20863
20871
 
20864
20872
  function _tagged_template_literal$2a(strings, raw) {
@@ -20880,7 +20888,7 @@ function _templateObject$2a() {
20880
20888
  };
20881
20889
  return data;
20882
20890
  }
20883
- var r$j = i$o(_templateObject$2a());
20891
+ var r$j = i$p(_templateObject$2a());
20884
20892
  var f$f = r$j;
20885
20893
 
20886
20894
  function _assert_this_initialized$1m(self) {
@@ -22998,7 +23006,7 @@ function _templateObject$28() {
22998
23006
  };
22999
23007
  return data;
23000
23008
  }
23001
- var o$r = i$o(_templateObject$28());
23009
+ var o$r = i$p(_templateObject$28());
23002
23010
  var P = o$r;
23003
23011
 
23004
23012
  function _array_like_to_array$q(arr, len) {
@@ -23200,7 +23208,7 @@ function _templateObject$27() {
23200
23208
  }
23201
23209
  var f$e = Object.defineProperty;
23202
23210
  var y$d = Object.getOwnPropertyDescriptor;
23203
- var s$6 = function(c, l, e, t) {
23211
+ var s$7 = function(c, l, e, t) {
23204
23212
  for(var i = t > 1 ? void 0 : t ? y$d(l, e) : l, r = c.length - 1, n; r >= 0; r--)(n = c[r]) && (i = (t ? n(l, e, i) : n(i)) || i);
23205
23213
  return t && i && f$e(l, e, i), i;
23206
23214
  };
@@ -23551,68 +23559,68 @@ var ColorArea = /*#__PURE__*/ function(w) {
23551
23559
  ]);
23552
23560
  return ColorArea;
23553
23561
  }(SpectrumElement);
23554
- s$6([
23562
+ s$7([
23555
23563
  n$r({
23556
23564
  type: String,
23557
23565
  reflect: !0
23558
23566
  })
23559
- ], ColorArea.prototype, "dir", 2), s$6([
23567
+ ], ColorArea.prototype, "dir", 2), s$7([
23560
23568
  n$r({
23561
23569
  type: Boolean,
23562
23570
  reflect: !0
23563
23571
  })
23564
- ], ColorArea.prototype, "disabled", 2), s$6([
23572
+ ], ColorArea.prototype, "disabled", 2), s$7([
23565
23573
  n$r({
23566
23574
  type: Boolean,
23567
23575
  reflect: !0
23568
23576
  })
23569
- ], ColorArea.prototype, "focused", 2), s$6([
23577
+ ], ColorArea.prototype, "focused", 2), s$7([
23570
23578
  n$r({
23571
23579
  type: String
23572
23580
  })
23573
- ], ColorArea.prototype, "label", 2), s$6([
23581
+ ], ColorArea.prototype, "label", 2), s$7([
23574
23582
  n$r({
23575
23583
  type: String,
23576
23584
  attribute: "label-x"
23577
23585
  })
23578
- ], ColorArea.prototype, "labelX", 2), s$6([
23586
+ ], ColorArea.prototype, "labelX", 2), s$7([
23579
23587
  n$r({
23580
23588
  type: String,
23581
23589
  attribute: "label-y"
23582
23590
  })
23583
- ], ColorArea.prototype, "labelY", 2), s$6([
23591
+ ], ColorArea.prototype, "labelY", 2), s$7([
23584
23592
  e$F(".handle")
23585
- ], ColorArea.prototype, "handle", 2), s$6([
23593
+ ], ColorArea.prototype, "handle", 2), s$7([
23586
23594
  n$r({
23587
23595
  type: Number
23588
23596
  })
23589
- ], ColorArea.prototype, "hue", 1), s$6([
23597
+ ], ColorArea.prototype, "hue", 1), s$7([
23590
23598
  n$r({
23591
23599
  type: String
23592
23600
  })
23593
- ], ColorArea.prototype, "value", 1), s$6([
23601
+ ], ColorArea.prototype, "value", 1), s$7([
23594
23602
  n$r({
23595
23603
  type: String
23596
23604
  })
23597
- ], ColorArea.prototype, "color", 1), s$6([
23605
+ ], ColorArea.prototype, "color", 1), s$7([
23598
23606
  n$r({
23599
23607
  attribute: !1
23600
23608
  })
23601
- ], ColorArea.prototype, "activeAxis", 2), s$6([
23609
+ ], ColorArea.prototype, "activeAxis", 2), s$7([
23602
23610
  n$r({
23603
23611
  type: Number
23604
23612
  })
23605
- ], ColorArea.prototype, "x", 1), s$6([
23613
+ ], ColorArea.prototype, "x", 1), s$7([
23606
23614
  n$r({
23607
23615
  type: Number
23608
23616
  })
23609
- ], ColorArea.prototype, "y", 1), s$6([
23617
+ ], ColorArea.prototype, "y", 1), s$7([
23610
23618
  n$r({
23611
23619
  type: Number
23612
23620
  })
23613
- ], ColorArea.prototype, "step", 2), s$6([
23621
+ ], ColorArea.prototype, "step", 2), s$7([
23614
23622
  e$F('[name="x"]')
23615
- ], ColorArea.prototype, "inputX", 2), s$6([
23623
+ ], ColorArea.prototype, "inputX", 2), s$7([
23616
23624
  e$F('[name="y"]')
23617
23625
  ], ColorArea.prototype, "inputY", 2);
23618
23626
 
@@ -23637,7 +23645,7 @@ function _templateObject$26() {
23637
23645
  };
23638
23646
  return data;
23639
23647
  }
23640
- var o$q = i$o(_templateObject$26());
23648
+ var o$q = i$p(_templateObject$26());
23641
23649
  var w = o$q;
23642
23650
 
23643
23651
  function _assert_this_initialized$1k(self) {
@@ -24388,8 +24396,8 @@ function _templateObject$23() {
24388
24396
  };
24389
24397
  return data;
24390
24398
  }
24391
- var t$l = i$o(_templateObject$23());
24392
- var $$1 = t$l;
24399
+ var t$k = i$p(_templateObject$23());
24400
+ var $$1 = t$k;
24393
24401
 
24394
24402
  function _assert_this_initialized$1i(self) {
24395
24403
  if (self === void 0) {
@@ -24619,7 +24627,7 @@ function _templateObject6$5() {
24619
24627
  }
24620
24628
  var c$j = Object.defineProperty;
24621
24629
  var m$f = Object.getOwnPropertyDescriptor;
24622
- var t$k = function(p, a, e, n) {
24630
+ var t$j = function(p, a, e, n) {
24623
24631
  for(var r = n > 1 ? void 0 : n ? m$f(a, e) : a, u = p.length - 1, h; u >= 0; u--)(h = p[u]) && (r = (n ? h(a, e, r) : h(r)) || r);
24624
24632
  return n && r && c$j(a, e, r), r;
24625
24633
  };
@@ -24741,7 +24749,7 @@ var TextfieldBase = /*#__PURE__*/ function(_g) {
24741
24749
  {
24742
24750
  key: "renderStateIcons",
24743
24751
  value: function renderStateIcons() {
24744
- return this.invalid ? x$3(_templateObject$22()) : this.valid ? x$3(_templateObject1$s()) : T$3;
24752
+ return this.invalid ? x$3(_templateObject$22()) : this.valid ? x$3(_templateObject1$s()) : E$2;
24745
24753
  }
24746
24754
  },
24747
24755
  {
@@ -24753,13 +24761,13 @@ var TextfieldBase = /*#__PURE__*/ function(_g) {
24753
24761
  {
24754
24762
  key: "renderMultiline",
24755
24763
  get: function get() {
24756
- return x$3(_templateObject3$e(), this.multiline && this.grows && this.rows === -1 ? x$3(_templateObject2$i(), this.value) : T$3, o$O(this.name || void 0), this.helpTextId, this.label || this.appliedLabel || this.placeholder, o$O(this.invalid || void 0), o$O(this.maxlength > -1 ? this.maxlength : void 0), o$O(this.minlength > -1 ? this.minlength : void 0), this.invalid ? "" : T$3, o$O(this.pattern), this.placeholder, this.displayValue, this.handleChange, this.handleInput, this.onFocus, this.onBlur, this.disabled, this.required, this.readonly, o$O(this.rows > -1 ? this.rows : void 0), o$O(this.autocomplete));
24764
+ return x$3(_templateObject3$e(), this.multiline && this.grows && this.rows === -1 ? x$3(_templateObject2$i(), this.value) : E$2, o$O(this.name || void 0), this.helpTextId, this.label || this.appliedLabel || this.placeholder, o$O(this.invalid || void 0), o$O(this.maxlength > -1 ? this.maxlength : void 0), o$O(this.minlength > -1 ? this.minlength : void 0), this.invalid ? "" : E$2, o$O(this.pattern), this.placeholder, this.displayValue, this.handleChange, this.handleInput, this.onFocus, this.onBlur, this.disabled, this.required, this.readonly, o$O(this.rows > -1 ? this.rows : void 0), o$O(this.autocomplete));
24757
24765
  }
24758
24766
  },
24759
24767
  {
24760
24768
  key: "renderInput",
24761
24769
  get: function get() {
24762
- return x$3(_templateObject4$c(), o$O(this.name || void 0), this.type, this.helpTextId, this.label || this.appliedLabel || this.placeholder, o$O(this.invalid || void 0), this.invalid ? "" : T$3, o$O(this.maxlength > -1 ? this.maxlength : void 0), o$O(this.minlength > -1 ? this.minlength : void 0), o$O(this.pattern), this.placeholder, l$e(this.displayValue), this.handleChange, this.handleInput, this.handleInputElementPointerdown, this.onFocus, this.onBlur, this.disabled, this.required, this.readonly, o$O(this.autocomplete));
24770
+ return x$3(_templateObject4$c(), o$O(this.name || void 0), this.type, this.helpTextId, this.label || this.appliedLabel || this.placeholder, o$O(this.invalid || void 0), this.invalid ? "" : E$2, o$O(this.maxlength > -1 ? this.maxlength : void 0), o$O(this.minlength > -1 ? this.minlength : void 0), o$O(this.pattern), this.placeholder, l$e(this.displayValue), this.handleChange, this.handleInput, this.handleInputElementPointerdown, this.onFocus, this.onBlur, this.disabled, this.required, this.readonly, o$O(this.autocomplete));
24763
24771
  }
24764
24772
  },
24765
24773
  {
@@ -24805,89 +24813,89 @@ var TextfieldBase = /*#__PURE__*/ function(_g) {
24805
24813
  }(ManageHelpText(SizedMixin(Focusable, {
24806
24814
  noDefaultSize: !0
24807
24815
  })));
24808
- t$k([
24816
+ t$j([
24809
24817
  r$A()
24810
- ], TextfieldBase.prototype, "appliedLabel", 2), t$k([
24818
+ ], TextfieldBase.prototype, "appliedLabel", 2), t$j([
24811
24819
  n$r({
24812
24820
  attribute: "allowed-keys"
24813
24821
  })
24814
- ], TextfieldBase.prototype, "allowedKeys", 2), t$k([
24822
+ ], TextfieldBase.prototype, "allowedKeys", 2), t$j([
24815
24823
  n$r({
24816
24824
  type: Boolean,
24817
24825
  reflect: !0
24818
24826
  })
24819
- ], TextfieldBase.prototype, "focused", 2), t$k([
24827
+ ], TextfieldBase.prototype, "focused", 2), t$j([
24820
24828
  e$F(".input:not(#sizer)")
24821
- ], TextfieldBase.prototype, "inputElement", 2), t$k([
24829
+ ], TextfieldBase.prototype, "inputElement", 2), t$j([
24822
24830
  n$r({
24823
24831
  type: Boolean,
24824
24832
  reflect: !0
24825
24833
  })
24826
- ], TextfieldBase.prototype, "invalid", 2), t$k([
24834
+ ], TextfieldBase.prototype, "invalid", 2), t$j([
24827
24835
  n$r()
24828
- ], TextfieldBase.prototype, "label", 2), t$k([
24836
+ ], TextfieldBase.prototype, "label", 2), t$j([
24829
24837
  n$r({
24830
24838
  type: String,
24831
24839
  reflect: !0
24832
24840
  })
24833
- ], TextfieldBase.prototype, "name", 2), t$k([
24841
+ ], TextfieldBase.prototype, "name", 2), t$j([
24834
24842
  n$r()
24835
- ], TextfieldBase.prototype, "placeholder", 2), t$k([
24843
+ ], TextfieldBase.prototype, "placeholder", 2), t$j([
24836
24844
  r$A()
24837
- ], TextfieldBase.prototype, "type", 1), t$k([
24845
+ ], TextfieldBase.prototype, "type", 1), t$j([
24838
24846
  n$r({
24839
24847
  attribute: "type",
24840
24848
  reflect: !0
24841
24849
  })
24842
- ], TextfieldBase.prototype, "_type", 2), t$k([
24850
+ ], TextfieldBase.prototype, "_type", 2), t$j([
24843
24851
  n$r()
24844
- ], TextfieldBase.prototype, "pattern", 2), t$k([
24852
+ ], TextfieldBase.prototype, "pattern", 2), t$j([
24845
24853
  n$r({
24846
24854
  type: Boolean,
24847
24855
  reflect: !0
24848
24856
  })
24849
- ], TextfieldBase.prototype, "grows", 2), t$k([
24857
+ ], TextfieldBase.prototype, "grows", 2), t$j([
24850
24858
  n$r({
24851
24859
  type: Number
24852
24860
  })
24853
- ], TextfieldBase.prototype, "maxlength", 2), t$k([
24861
+ ], TextfieldBase.prototype, "maxlength", 2), t$j([
24854
24862
  n$r({
24855
24863
  type: Number
24856
24864
  })
24857
- ], TextfieldBase.prototype, "minlength", 2), t$k([
24865
+ ], TextfieldBase.prototype, "minlength", 2), t$j([
24858
24866
  n$r({
24859
24867
  type: Boolean,
24860
24868
  reflect: !0
24861
24869
  })
24862
- ], TextfieldBase.prototype, "multiline", 2), t$k([
24870
+ ], TextfieldBase.prototype, "multiline", 2), t$j([
24863
24871
  n$r({
24864
24872
  type: Boolean,
24865
24873
  reflect: !0
24866
24874
  })
24867
- ], TextfieldBase.prototype, "readonly", 2), t$k([
24875
+ ], TextfieldBase.prototype, "readonly", 2), t$j([
24868
24876
  n$r({
24869
24877
  type: Number
24870
24878
  })
24871
- ], TextfieldBase.prototype, "rows", 2), t$k([
24879
+ ], TextfieldBase.prototype, "rows", 2), t$j([
24872
24880
  n$r({
24873
24881
  type: Boolean,
24874
24882
  reflect: !0
24875
24883
  })
24876
- ], TextfieldBase.prototype, "valid", 2), t$k([
24884
+ ], TextfieldBase.prototype, "valid", 2), t$j([
24877
24885
  n$r({
24878
24886
  type: String
24879
24887
  })
24880
- ], TextfieldBase.prototype, "value", 1), t$k([
24888
+ ], TextfieldBase.prototype, "value", 1), t$j([
24881
24889
  n$r({
24882
24890
  type: Boolean,
24883
24891
  reflect: !0
24884
24892
  })
24885
- ], TextfieldBase.prototype, "quiet", 2), t$k([
24893
+ ], TextfieldBase.prototype, "quiet", 2), t$j([
24886
24894
  n$r({
24887
24895
  type: Boolean,
24888
24896
  reflect: !0
24889
24897
  })
24890
- ], TextfieldBase.prototype, "required", 2), t$k([
24898
+ ], TextfieldBase.prototype, "required", 2), t$j([
24891
24899
  n$r({
24892
24900
  type: String,
24893
24901
  reflect: !0
@@ -24920,7 +24928,7 @@ var Textfield = /*#__PURE__*/ function(TextfieldBase) {
24920
24928
  ]);
24921
24929
  return Textfield;
24922
24930
  }(TextfieldBase);
24923
- t$k([
24931
+ t$j([
24924
24932
  n$r({
24925
24933
  type: String
24926
24934
  })
@@ -25200,7 +25208,7 @@ function _templateObject$20() {
25200
25208
  };
25201
25209
  return data;
25202
25210
  }
25203
- var o$p = i$o(_templateObject$20());
25211
+ var o$p = i$p(_templateObject$20());
25204
25212
  var M$1 = o$p;
25205
25213
 
25206
25214
  function _assert_this_initialized$1g(self) {
@@ -29235,11 +29243,11 @@ function _convertValueToCoords() {
29235
29243
  mainAxis: rawValue,
29236
29244
  crossAxis: 0,
29237
29245
  alignmentAxis: null
29238
- } : _object_spread$6({
29239
- mainAxis: 0,
29240
- crossAxis: 0,
29241
- alignmentAxis: null
29242
- }, rawValue), mainAxis = _ref.mainAxis, crossAxis = _ref.crossAxis, alignmentAxis = _ref.alignmentAxis;
29246
+ } : {
29247
+ mainAxis: rawValue.mainAxis || 0,
29248
+ crossAxis: rawValue.crossAxis || 0,
29249
+ alignmentAxis: rawValue.alignmentAxis
29250
+ }, mainAxis = _ref.mainAxis, crossAxis = _ref.crossAxis, alignmentAxis = _ref.alignmentAxis;
29243
29251
  if (alignment && typeof alignmentAxis === "number") {
29244
29252
  crossAxis = alignment === "end" ? alignmentAxis * -1 : alignmentAxis;
29245
29253
  }
@@ -29321,7 +29329,7 @@ function _convertValueToCoords() {
29321
29329
  options: options,
29322
29330
  fn: function fn(state) {
29323
29331
  return _async_to_generator$q(function() {
29324
- var x, y, placement, _evaluate, tmp, checkMainAxis, tmp1, checkCrossAxis, _evaluate_limiter, limiter, detectOverflowOptions, coords, overflow, crossAxis, mainAxis, mainAxisCoord, crossAxisCoord, minSide, maxSide, min, max, minSide1, maxSide1, min1, max1, _obj, limitedCoords;
29332
+ var x, y, placement, _evaluate, tmp, checkMainAxis, tmp1, checkCrossAxis, _evaluate_limiter, limiter, detectOverflowOptions, coords, overflow, crossAxis, mainAxis, mainAxisCoord, crossAxisCoord, minSide, maxSide, min, max, minSide1, maxSide1, min1, max1, _obj, limitedCoords, _obj1;
29325
29333
  return _ts_generator$q(this, function(_state) {
29326
29334
  switch(_state.label){
29327
29335
  case 0:
@@ -29373,7 +29381,8 @@ function _convertValueToCoords() {
29373
29381
  _object_spread_props$5(_object_spread$6({}, limitedCoords), {
29374
29382
  data: {
29375
29383
  x: limitedCoords.x - x,
29376
- y: limitedCoords.y - y
29384
+ y: limitedCoords.y - y,
29385
+ enabled: (_obj1 = {}, _define_property$8(_obj1, mainAxis, checkMainAxis), _define_property$8(_obj1, crossAxis, checkCrossAxis), _obj1)
29377
29386
  }
29378
29387
  })
29379
29388
  ];
@@ -29397,7 +29406,7 @@ function _convertValueToCoords() {
29397
29406
  options: options,
29398
29407
  fn: function fn(state) {
29399
29408
  return _async_to_generator$q(function() {
29400
- var placement, rects, platform, elements, _evaluate, _evaluate_apply, apply, detectOverflowOptions, overflow, side, alignment, isYAxis, _rects_floating, width, height, heightSide, widthSide, maximumClippingHeight, maximumClippingWidth, overflowAvailableHeight, overflowAvailableWidth, noShift, availableHeight, availableWidth, xMin, xMax, yMin, yMax, nextDimensions;
29409
+ var _state$middlewareData, _state$middlewareData2, placement, rects, platform, elements, _evaluate, _evaluate_apply, apply, detectOverflowOptions, overflow, side, alignment, isYAxis, _rects_floating, width, height, heightSide, widthSide, maximumClippingHeight, maximumClippingWidth, overflowAvailableHeight, overflowAvailableWidth, noShift, availableHeight, availableWidth, xMin, xMax, yMin, yMax, nextDimensions;
29401
29410
  return _ts_generator$q(this, function(_state) {
29402
29411
  switch(_state.label){
29403
29412
  case 0:
@@ -29442,10 +29451,11 @@ function _convertValueToCoords() {
29442
29451
  noShift = !state.middlewareData.shift;
29443
29452
  availableHeight = overflowAvailableHeight;
29444
29453
  availableWidth = overflowAvailableWidth;
29445
- if (isYAxis) {
29446
- availableWidth = alignment || noShift ? min(overflowAvailableWidth, maximumClippingWidth) : maximumClippingWidth;
29447
- } else {
29448
- availableHeight = alignment || noShift ? min(overflowAvailableHeight, maximumClippingHeight) : maximumClippingHeight;
29454
+ if ((_state$middlewareData = state.middlewareData.shift) != null && _state$middlewareData.enabled.x) {
29455
+ availableWidth = maximumClippingWidth;
29456
+ }
29457
+ if ((_state$middlewareData2 = state.middlewareData.shift) != null && _state$middlewareData2.enabled.y) {
29458
+ availableHeight = maximumClippingHeight;
29449
29459
  }
29450
29460
  if (noShift && !alignment) {
29451
29461
  xMin = max(overflow.left, 0);
@@ -29501,6 +29511,9 @@ function _instanceof$a(left, right) {
29501
29511
  return left instanceof right;
29502
29512
  }
29503
29513
  }
29514
+ function hasWindow() {
29515
+ return typeof window !== "undefined";
29516
+ }
29504
29517
  function getNodeName(node) {
29505
29518
  if (isNode(node)) {
29506
29519
  return (node.nodeName || "").toLowerCase();
@@ -29519,17 +29532,25 @@ function getDocumentElement(node) {
29519
29532
  return (_ref = (isNode(node) ? node.ownerDocument : node.document) || window.document) == null ? void 0 : _ref.documentElement;
29520
29533
  }
29521
29534
  function isNode(value) {
29535
+ if (!hasWindow()) {
29536
+ return false;
29537
+ }
29522
29538
  return _instanceof$a(value, Node) || _instanceof$a(value, getWindow(value).Node);
29523
29539
  }
29524
29540
  function isElement(value) {
29541
+ if (!hasWindow()) {
29542
+ return false;
29543
+ }
29525
29544
  return _instanceof$a(value, Element) || _instanceof$a(value, getWindow(value).Element);
29526
29545
  }
29527
29546
  function isHTMLElement(value) {
29547
+ if (!hasWindow()) {
29548
+ return false;
29549
+ }
29528
29550
  return _instanceof$a(value, HTMLElement) || _instanceof$a(value, getWindow(value).HTMLElement);
29529
29551
  }
29530
29552
  function isShadowRoot(value) {
29531
- // Browsers without `ShadowRoot` support.
29532
- if (typeof ShadowRoot === "undefined") {
29553
+ if (!hasWindow() || typeof ShadowRoot === "undefined") {
29533
29554
  return false;
29534
29555
  }
29535
29556
  return _instanceof$a(value, ShadowRoot) || _instanceof$a(value, getWindow(value).ShadowRoot);
@@ -29560,9 +29581,9 @@ function isTopLayer(element) {
29560
29581
  }
29561
29582
  });
29562
29583
  }
29563
- function isContainingBlock(element) {
29584
+ function isContainingBlock(elementOrCss) {
29564
29585
  var webkit = isWebKit();
29565
- var css = getComputedStyle$1(element);
29586
+ var css = isElement(elementOrCss) ? getComputedStyle$1(elementOrCss) : elementOrCss;
29566
29587
  // https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block
29567
29588
  return css.transform !== "none" || css.perspective !== "none" || (css.containerType ? css.containerType !== "normal" : false) || !webkit && (css.backdropFilter ? css.backdropFilter !== "none" : false) || !webkit && (css.filter ? css.filter !== "none" : false) || [
29568
29589
  "transform",
@@ -29582,11 +29603,10 @@ function isContainingBlock(element) {
29582
29603
  function getContainingBlock(element) {
29583
29604
  var currentNode = getParentNode(element);
29584
29605
  while(isHTMLElement(currentNode) && !isLastTraversableNode(currentNode)){
29585
- if (isTopLayer(currentNode)) {
29586
- return null;
29587
- }
29588
29606
  if (isContainingBlock(currentNode)) {
29589
29607
  return currentNode;
29608
+ } else if (isTopLayer(currentNode)) {
29609
+ return null;
29590
29610
  }
29591
29611
  currentNode = getParentNode(currentNode);
29592
29612
  }
@@ -29651,10 +29671,14 @@ function getOverflowAncestors(node, list, traverseIframes) {
29651
29671
  var isBody = scrollableAncestor === ((_node$ownerDocument2 = node.ownerDocument) == null ? void 0 : _node$ownerDocument2.body);
29652
29672
  var win = getWindow(scrollableAncestor);
29653
29673
  if (isBody) {
29654
- return list.concat(win, win.visualViewport || [], isOverflowElement(scrollableAncestor) ? scrollableAncestor : [], win.frameElement && traverseIframes ? getOverflowAncestors(win.frameElement) : []);
29674
+ var frameElement = getFrameElement(win);
29675
+ return list.concat(win, win.visualViewport || [], isOverflowElement(scrollableAncestor) ? scrollableAncestor : [], frameElement && traverseIframes ? getOverflowAncestors(frameElement) : []);
29655
29676
  }
29656
29677
  return list.concat(scrollableAncestor, getOverflowAncestors(scrollableAncestor, [], traverseIframes));
29657
29678
  }
29679
+ function getFrameElement(win) {
29680
+ return win.parent && Object.getPrototypeOf(win.parent) ? win.frameElement : null;
29681
+ }
29658
29682
 
29659
29683
  function _array_like_to_array$n(arr, len) {
29660
29684
  if (len == null || len > arr.length) len = arr.length;
@@ -29982,7 +30006,7 @@ function getBoundingClientRect(element, includeScale, isFixedStrategy, offsetPar
29982
30006
  var win = getWindow(domElement);
29983
30007
  var offsetWin = offsetParent && isElement(offsetParent) ? getWindow(offsetParent) : offsetParent;
29984
30008
  var currentWin = win;
29985
- var currentIFrame = currentWin.frameElement;
30009
+ var currentIFrame = getFrameElement(currentWin);
29986
30010
  while(currentIFrame && offsetParent && offsetWin !== currentWin){
29987
30011
  var iframeScale = getScale(currentIFrame);
29988
30012
  var iframeRect = currentIFrame.getBoundingClientRect();
@@ -29996,7 +30020,7 @@ function getBoundingClientRect(element, includeScale, isFixedStrategy, offsetPar
29996
30020
  x += left;
29997
30021
  y += top;
29998
30022
  currentWin = getWindow(currentIFrame);
29999
- currentIFrame = currentWin.frameElement;
30023
+ currentIFrame = getFrameElement(currentWin);
30000
30024
  }
30001
30025
  }
30002
30026
  return rectToClientRect({
@@ -30006,6 +30030,28 @@ function getBoundingClientRect(element, includeScale, isFixedStrategy, offsetPar
30006
30030
  y: y
30007
30031
  });
30008
30032
  }
30033
+ // If <html> has a CSS width greater than the viewport, then this will be
30034
+ // incorrect for RTL.
30035
+ function getWindowScrollBarX(element, rect) {
30036
+ var leftScroll = getNodeScroll(element).scrollLeft;
30037
+ if (!rect) {
30038
+ return getBoundingClientRect(getDocumentElement(element)).left + leftScroll;
30039
+ }
30040
+ return rect.left + leftScroll;
30041
+ }
30042
+ function getHTMLOffset(documentElement, scroll, ignoreScrollbarX) {
30043
+ if (ignoreScrollbarX === void 0) {
30044
+ ignoreScrollbarX = false;
30045
+ }
30046
+ var htmlRect = documentElement.getBoundingClientRect();
30047
+ var x = htmlRect.left + scroll.scrollLeft - (ignoreScrollbarX ? 0 : // RTL <body> scrollbar.
30048
+ getWindowScrollBarX(documentElement, htmlRect));
30049
+ var y = htmlRect.top + scroll.scrollTop;
30050
+ return {
30051
+ x: x,
30052
+ y: y
30053
+ };
30054
+ }
30009
30055
  function convertOffsetParentRelativeRectToViewportRelativeRect(_ref) {
30010
30056
  var elements = _ref.elements, rect = _ref.rect, offsetParent = _ref.offsetParent, strategy = _ref.strategy;
30011
30057
  var isFixed = strategy === "fixed";
@@ -30032,21 +30078,17 @@ function convertOffsetParentRelativeRectToViewportRelativeRect(_ref) {
30032
30078
  offsets.y = offsetRect.y + offsetParent.clientTop;
30033
30079
  }
30034
30080
  }
30081
+ var htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll, true) : createCoords(0);
30035
30082
  return {
30036
30083
  width: rect.width * scale.x,
30037
30084
  height: rect.height * scale.y,
30038
- x: rect.x * scale.x - scroll.scrollLeft * scale.x + offsets.x,
30039
- y: rect.y * scale.y - scroll.scrollTop * scale.y + offsets.y
30085
+ x: rect.x * scale.x - scroll.scrollLeft * scale.x + offsets.x + htmlOffset.x,
30086
+ y: rect.y * scale.y - scroll.scrollTop * scale.y + offsets.y + htmlOffset.y
30040
30087
  };
30041
30088
  }
30042
30089
  function getClientRects(element) {
30043
30090
  return Array.from(element.getClientRects());
30044
30091
  }
30045
- function getWindowScrollBarX(element) {
30046
- // If <html> has a CSS width greater than the viewport, then this will be
30047
- // incorrect for RTL.
30048
- return getBoundingClientRect(getDocumentElement(element)).left + getNodeScroll(element).scrollLeft;
30049
- }
30050
30092
  // Gets the entire size of the scrollable document area, even extending outside
30051
30093
  // of the `<html>` and `<body>` rect bounds if horizontally scrollable.
30052
30094
  function getDocumentRect(element) {
@@ -30118,10 +30160,12 @@ function getClientRectFromClippingAncestor(element, clippingAncestor, strategy)
30118
30160
  rect = getInnerBoundingClientRect(clippingAncestor, strategy);
30119
30161
  } else {
30120
30162
  var visualOffsets = getVisualOffsets(element);
30121
- rect = _object_spread_props$4(_object_spread$5({}, clippingAncestor), {
30163
+ rect = {
30122
30164
  x: clippingAncestor.x - visualOffsets.x,
30123
- y: clippingAncestor.y - visualOffsets.y
30124
- });
30165
+ y: clippingAncestor.y - visualOffsets.y,
30166
+ width: clippingAncestor.width,
30167
+ height: clippingAncestor.height
30168
+ };
30125
30169
  }
30126
30170
  return rectToClientRect(rect);
30127
30171
  }
@@ -30221,11 +30265,14 @@ function getRectRelativeToOffsetParent(element, offsetParent, strategy) {
30221
30265
  offsets.x = offsetRect.x + offsetParent.clientLeft;
30222
30266
  offsets.y = offsetRect.y + offsetParent.clientTop;
30223
30267
  } else if (documentElement) {
30268
+ // If the <body> scrollbar appears on the left (e.g. RTL systems). Use
30269
+ // Firefox with layout.scrollbar.side = 3 in about:config to test this.
30224
30270
  offsets.x = getWindowScrollBarX(documentElement);
30225
30271
  }
30226
30272
  }
30227
- var x = rect.left + scroll.scrollLeft - offsets.x;
30228
- var y = rect.top + scroll.scrollTop - offsets.y;
30273
+ var htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll) : createCoords(0);
30274
+ var x = rect.left + scroll.scrollLeft - offsets.x - htmlOffset.x;
30275
+ var y = rect.top + scroll.scrollTop - offsets.y - htmlOffset.y;
30229
30276
  return {
30230
30277
  x: x,
30231
30278
  y: y,
@@ -30243,7 +30290,15 @@ function getTrueOffsetParent(element, polyfill) {
30243
30290
  if (polyfill) {
30244
30291
  return polyfill(element);
30245
30292
  }
30246
- return element.offsetParent;
30293
+ var rawOffsetParent = element.offsetParent;
30294
+ // Firefox returns the <html> element as the offsetParent if it's non-static,
30295
+ // while Chrome and Safari return the <body> element. The <body> element must
30296
+ // be used to perform the correct calculations even if the <html> element is
30297
+ // non-static.
30298
+ if (getDocumentElement(element) === rawOffsetParent) {
30299
+ rawOffsetParent = rawOffsetParent.ownerDocument.body;
30300
+ }
30301
+ return rawOffsetParent;
30247
30302
  }
30248
30303
  // Gets the closest ancestor positioned element. Handles some edge cases,
30249
30304
  // such as table ancestors and cross browser bugs.
@@ -31829,7 +31884,7 @@ function _templateObject$1_() {
31829
31884
  };
31830
31885
  return data;
31831
31886
  }
31832
- var o$n = i$o(_templateObject$1_());
31887
+ var o$n = i$p(_templateObject$1_());
31833
31888
  var F = o$n;
31834
31889
 
31835
31890
  function _array_like_to_array$l(arr, len) {
@@ -32708,7 +32763,7 @@ function _templateObject$1Y() {
32708
32763
  };
32709
32764
  return data;
32710
32765
  }
32711
- var o$m = i$o(_templateObject$1Y());
32766
+ var o$m = i$p(_templateObject$1Y());
32712
32767
  var g$7 = o$m;
32713
32768
 
32714
32769
  function _assert_this_initialized$16(self) {
@@ -33132,7 +33187,7 @@ var MenuItem = /*#__PURE__*/ function(_f) {
33132
33187
  };
33133
33188
  _this.addEventListener("click", _this.handleClickCapture, {
33134
33189
  capture: !0
33135
- }), new t$u(_assert_this_initialized$16(_this), {
33190
+ }), new s$b(_assert_this_initialized$16(_this), {
33136
33191
  config: {
33137
33192
  characterData: !0,
33138
33193
  childList: !0,
@@ -33248,11 +33303,11 @@ var MenuItem = /*#__PURE__*/ function(_f) {
33248
33303
  {
33249
33304
  key: "render",
33250
33305
  value: function render() {
33251
- return x$3(_templateObject3$c(), this.selected ? x$3(_templateObject2$f(), this.hasIcon ? "checkmark--withAdjacentIcon" : "") : T$3, this.href && this.href.length > 0 ? _get$E(_get_prototype_of$16(MenuItem.prototype), "renderAnchor", this).call(this, {
33306
+ return x$3(_templateObject3$c(), this.selected ? x$3(_templateObject2$f(), this.hasIcon ? "checkmark--withAdjacentIcon" : "") : E$2, this.href && this.href.length > 0 ? _get$E(_get_prototype_of$16(MenuItem.prototype), "renderAnchor", this).call(this, {
33252
33307
  id: "button",
33253
33308
  ariaHidden: !0,
33254
33309
  className: "button anchor hidden"
33255
- }) : T$3, this.renderSubmenu());
33310
+ }) : E$2, this.renderSubmenu());
33256
33311
  }
33257
33312
  },
33258
33313
  {
@@ -33549,7 +33604,7 @@ function _templateObject$1W() {
33549
33604
  };
33550
33605
  return data;
33551
33606
  }
33552
- var o$l = i$o(_templateObject$1W());
33607
+ var o$l = i$p(_templateObject$1W());
33553
33608
  var f$c = o$l;
33554
33609
 
33555
33610
  function _assert_this_initialized$15(self) {
@@ -33747,8 +33802,8 @@ function _templateObject$1U() {
33747
33802
  };
33748
33803
  return data;
33749
33804
  }
33750
- var t$j = i$o(_templateObject$1U());
33751
- var y$b = t$j;
33805
+ var t$i = i$p(_templateObject$1U());
33806
+ var y$b = t$i;
33752
33807
 
33753
33808
  function _array_like_to_array$k(arr, len) {
33754
33809
  if (len == null || len > arr.length) len = arr.length;
@@ -34342,7 +34397,7 @@ var Combobox = /*#__PURE__*/ function($) {
34342
34397
  key: "renderAppliedLabel",
34343
34398
  value: function renderAppliedLabel() {
34344
34399
  var e = this.label || this.appliedLabel;
34345
- return x$3(_templateObject3$b(), this.pending ? x$3(_templateObject$1T(), this.pendingLabel) : T$3, this.value ? x$3(_templateObject1$o(), e, this.value) : x$3(_templateObject2$e(), e));
34400
+ return x$3(_templateObject3$b(), this.pending ? x$3(_templateObject$1T(), this.pendingLabel) : E$2, this.value ? x$3(_templateObject1$o(), e, this.value) : x$3(_templateObject2$e(), e));
34346
34401
  }
34347
34402
  },
34348
34403
  {
@@ -34805,7 +34860,7 @@ function _templateObject$1Q() {
34805
34860
  };
34806
34861
  return data;
34807
34862
  }
34808
- var e$s = i$o(_templateObject$1Q());
34863
+ var e$s = i$p(_templateObject$1Q());
34809
34864
  var v$9 = e$s;
34810
34865
 
34811
34866
  function _assert_this_initialized$11(self) {
@@ -34995,12 +35050,12 @@ var ContextualHelp = /*#__PURE__*/ function(b) {
34995
35050
  key: "handleSlottableRequest",
34996
35051
  value: function handleSlottableRequest(e) {
34997
35052
  if (e.stopPropagation(), e.data === removeSlottableRequest) {
34998
- this.open = !1, j(void 0, e.target);
35053
+ this.open = !1, B$1(void 0, e.target);
34999
35054
  return;
35000
35055
  }
35001
35056
  this.open = !0;
35002
35057
  var o = this.renderOverlayContent();
35003
- j(o, e.target);
35058
+ B$1(o, e.target);
35004
35059
  }
35005
35060
  },
35006
35061
  {
@@ -35061,7 +35116,7 @@ function _templateObject$1O() {
35061
35116
  };
35062
35117
  return data;
35063
35118
  }
35064
- var o$k = i$o(_templateObject$1O());
35119
+ var o$k = i$p(_templateObject$1O());
35065
35120
  var h$b = o$k;
35066
35121
 
35067
35122
  function _assert_this_initialized$10(self) {
@@ -35258,7 +35313,7 @@ function _templateObject6$3() {
35258
35313
  }
35259
35314
  var a$d = Object.defineProperty;
35260
35315
  var c$e = Object.getOwnPropertyDescriptor;
35261
- var t$i = function(u, i, e, n) {
35316
+ var t$h = function(u, i, e, n) {
35262
35317
  for(var r = n > 1 ? void 0 : n ? c$e(i, e) : i, p = u.length - 1, d; p >= 0; p--)(d = u[p]) && (r = (n ? d(i, e, r) : d(r)) || r);
35263
35318
  return n && r && a$d(i, e, r), r;
35264
35319
  };
@@ -35337,7 +35392,7 @@ var Dialog = /*#__PURE__*/ function(_b) {
35337
35392
  {
35338
35393
  key: "render",
35339
35394
  value: function render() {
35340
- return x$3(_templateObject6$3(), this.renderHero(), this.renderHeading(), this.error ? x$3(_templateObject4$9()) : T$3, this.noDivider ? T$3 : x$3(_templateObject5$7()), this.renderContent(), this.hasFooter ? this.renderFooter() : T$3, this.hasButtons ? this.renderButtons() : T$3, this.dismissable ? this.renderDismiss() : T$3);
35395
+ return x$3(_templateObject6$3(), this.renderHero(), this.renderHeading(), this.error ? x$3(_templateObject4$9()) : E$2, this.noDivider ? E$2 : x$3(_templateObject5$7()), this.renderContent(), this.hasFooter ? this.renderFooter() : E$2, this.hasButtons ? this.renderButtons() : E$2, this.dismissable ? this.renderDismiss() : E$2);
35341
35396
  }
35342
35397
  },
35343
35398
  {
@@ -35368,36 +35423,36 @@ var Dialog = /*#__PURE__*/ function(_b) {
35368
35423
  '[slot="footer"]',
35369
35424
  '[slot="button"]'
35370
35425
  ]));
35371
- t$i([
35426
+ t$h([
35372
35427
  e$F(".close-button")
35373
- ], Dialog.prototype, "closeButton", 2), t$i([
35428
+ ], Dialog.prototype, "closeButton", 2), t$h([
35374
35429
  n$r({
35375
35430
  type: Boolean,
35376
35431
  reflect: !0
35377
35432
  })
35378
- ], Dialog.prototype, "error", 2), t$i([
35433
+ ], Dialog.prototype, "error", 2), t$h([
35379
35434
  n$r({
35380
35435
  type: Boolean,
35381
35436
  reflect: !0
35382
35437
  })
35383
- ], Dialog.prototype, "dismissable", 2), t$i([
35438
+ ], Dialog.prototype, "dismissable", 2), t$h([
35384
35439
  n$r({
35385
35440
  type: String,
35386
35441
  reflect: !0,
35387
35442
  attribute: "dismiss-label"
35388
35443
  })
35389
- ], Dialog.prototype, "dismissLabel", 2), t$i([
35444
+ ], Dialog.prototype, "dismissLabel", 2), t$h([
35390
35445
  n$r({
35391
35446
  type: Boolean,
35392
35447
  reflect: !0,
35393
35448
  attribute: "no-divider"
35394
35449
  })
35395
- ], Dialog.prototype, "noDivider", 2), t$i([
35450
+ ], Dialog.prototype, "noDivider", 2), t$h([
35396
35451
  n$r({
35397
35452
  type: String,
35398
35453
  reflect: !0
35399
35454
  })
35400
- ], Dialog.prototype, "mode", 2), t$i([
35455
+ ], Dialog.prototype, "mode", 2), t$h([
35401
35456
  n$r({
35402
35457
  type: String,
35403
35458
  reflect: !0
@@ -35429,7 +35484,7 @@ function _templateObject$1M() {
35429
35484
  };
35430
35485
  return data;
35431
35486
  }
35432
- var n$c = i$o(_templateObject$1M());
35487
+ var n$c = i$p(_templateObject$1M());
35433
35488
  var u$o = n$c;
35434
35489
 
35435
35490
  function _assert_this_initialized$$(self) {
@@ -35538,7 +35593,7 @@ function _templateObject$1L() {
35538
35593
  }
35539
35594
  var d$f = Object.defineProperty;
35540
35595
  var p$m = Object.getOwnPropertyDescriptor;
35541
- var s$5 = function(i, t, o, r) {
35596
+ var s$6 = function(i, t, o, r) {
35542
35597
  for(var e = r > 1 ? void 0 : r ? p$m(t, o) : t, n = i.length - 1, l; n >= 0; n--)(l = i[n]) && (e = (r ? l(t, o, e) : l(e)) || e);
35543
35598
  return r && e && d$f(t, o, e), e;
35544
35599
  };
@@ -35598,7 +35653,7 @@ var Underlay = /*#__PURE__*/ function(a) {
35598
35653
  ]);
35599
35654
  return Underlay;
35600
35655
  }(SpectrumElement);
35601
- s$5([
35656
+ s$6([
35602
35657
  n$r({
35603
35658
  type: Boolean,
35604
35659
  reflect: !0
@@ -35626,7 +35681,7 @@ function _templateObject$1K() {
35626
35681
  };
35627
35682
  return data;
35628
35683
  }
35629
- var e$r = i$o(_templateObject$1K());
35684
+ var e$r = i$p(_templateObject$1K());
35630
35685
  var m$e = e$r;
35631
35686
 
35632
35687
  function _tagged_template_literal$1J(strings, raw) {
@@ -35648,7 +35703,7 @@ function _templateObject$1J() {
35648
35703
  };
35649
35704
  return data;
35650
35705
  }
35651
- var i$6 = i$o(_templateObject$1J());
35706
+ var i$6 = i$p(_templateObject$1J());
35652
35707
  var v$8 = i$6;
35653
35708
 
35654
35709
  function _assert_this_initialized$_(self) {
@@ -36096,7 +36151,7 @@ var DialogBase = /*#__PURE__*/ function(_f) {
36096
36151
  {
36097
36152
  key: "render",
36098
36153
  value: function render() {
36099
- return x$3(_templateObject2$b(), this.underlay ? x$3(_templateObject1$l(), this.open, this.dismiss, this.handleTransitionEvent, this.handleUnderlayTransitionend, this.handleTransitionEvent) : T$3, this.mode, this.handleTransitionEvent, this.handleModalTransitionend, this.handleTransitionEvent, this.handleClose, this.renderDialog());
36154
+ return x$3(_templateObject2$b(), this.underlay ? x$3(_templateObject1$l(), this.open, this.dismiss, this.handleTransitionEvent, this.handleUnderlayTransitionend, this.handleTransitionEvent) : E$2, this.mode, this.handleTransitionEvent, this.handleModalTransitionend, this.handleTransitionEvent, this.handleClose, this.renderDialog());
36100
36155
  }
36101
36156
  },
36102
36157
  {
@@ -36476,7 +36531,7 @@ var DialogWrapper = /*#__PURE__*/ function(m) {
36476
36531
  key: "renderDialog",
36477
36532
  value: function renderDialog() {
36478
36533
  var r = this.noDivider || !this.headline || this.headlineVisibility === "none";
36479
- return x$3(_templateObject6$2(), this.dismissable, this.dismissLabel, r, this.error, o$O(this.mode), o$O(this.size), this.hero ? x$3(_templateObject$1H(), this.hero, o$O(this.heroLabel ? void 0 : "true"), o$O(this.heroLabel ? this.heroLabel : void 0)) : T$3, this.headline ? x$3(_templateObject1$k(), this.headlineVisibility === "none", this.headline) : T$3, this.footer ? x$3(_templateObject2$a(), this.footer) : T$3, this.cancelLabel ? x$3(_templateObject3$8(), this.clickCancel, this.cancelLabel) : T$3, this.secondaryLabel ? x$3(_templateObject4$8(), this.clickSecondary, this.secondaryLabel) : T$3, this.confirmLabel ? x$3(_templateObject5$6(), this.clickConfirm, this.confirmLabel) : T$3);
36534
+ return x$3(_templateObject6$2(), this.dismissable, this.dismissLabel, r, this.error, o$O(this.mode), o$O(this.size), this.hero ? x$3(_templateObject$1H(), this.hero, o$O(this.heroLabel ? void 0 : "true"), o$O(this.heroLabel ? this.heroLabel : void 0)) : E$2, this.headline ? x$3(_templateObject1$k(), this.headlineVisibility === "none", this.headline) : E$2, this.footer ? x$3(_templateObject2$a(), this.footer) : E$2, this.cancelLabel ? x$3(_templateObject3$8(), this.clickCancel, this.cancelLabel) : E$2, this.secondaryLabel ? x$3(_templateObject4$8(), this.clickSecondary, this.secondaryLabel) : E$2, this.confirmLabel ? x$3(_templateObject5$6(), this.clickConfirm, this.confirmLabel) : E$2);
36480
36535
  }
36481
36536
  }
36482
36537
  ], [
@@ -36559,7 +36614,7 @@ function _templateObject$1G() {
36559
36614
  };
36560
36615
  return data;
36561
36616
  }
36562
- var e$p = i$o(_templateObject$1G());
36617
+ var e$p = i$p(_templateObject$1G());
36563
36618
  var u$m = e$p;
36564
36619
 
36565
36620
  function _assert_this_initialized$Y(self) {
@@ -36839,7 +36894,7 @@ function _templateObject$1E() {
36839
36894
  };
36840
36895
  return data;
36841
36896
  }
36842
- var o$i = i$o(_templateObject$1E());
36897
+ var o$i = i$p(_templateObject$1E());
36843
36898
  var b$7 = o$i;
36844
36899
 
36845
36900
  function _assert_this_initialized$X(self) {
@@ -37069,7 +37124,7 @@ function _templateObject$1C() {
37069
37124
  };
37070
37125
  return data;
37071
37126
  }
37072
- var e$o = i$o(_templateObject$1C());
37127
+ var e$o = i$p(_templateObject$1C());
37073
37128
  var f$b = e$o;
37074
37129
 
37075
37130
  function _assert_this_initialized$W(self) {
@@ -37209,7 +37264,7 @@ var HelpText = /*#__PURE__*/ function(_d) {
37209
37264
  {
37210
37265
  key: "render",
37211
37266
  value: function render() {
37212
- return x$3(_templateObject1$j(), this.variant === "negative" && this.icon ? x$3(_templateObject$1B()) : T$3);
37267
+ return x$3(_templateObject1$j(), this.variant === "negative" && this.icon ? x$3(_templateObject$1B()) : E$2);
37213
37268
  }
37214
37269
  }
37215
37270
  ], [
@@ -37413,7 +37468,7 @@ var Iconset = /*#__PURE__*/ function(p) {
37413
37468
  }
37414
37469
  ]);
37415
37470
  return Iconset;
37416
- }(s$g);
37471
+ }(r$C);
37417
37472
  a$c([
37418
37473
  n$r()
37419
37474
  ], Iconset.prototype, "name", 1);
@@ -37853,7 +37908,7 @@ function _templateObject$1z() {
37853
37908
  };
37854
37909
  return data;
37855
37910
  }
37856
- var t$h = b$i(_templateObject$1z());
37911
+ var t$g = b$i(_templateObject$1z());
37857
37912
 
37858
37913
  function _assert_this_initialized$T(self) {
37859
37914
  if (self === void 0) {
@@ -37953,7 +38008,7 @@ var IconsLarge = /*#__PURE__*/ function(r) {
37953
38008
  {
37954
38009
  key: "renderDefaultContent",
37955
38010
  value: function renderDefaultContent() {
37956
- return t$h;
38011
+ return t$g;
37957
38012
  }
37958
38013
  },
37959
38014
  {
@@ -37994,7 +38049,7 @@ function _templateObject$1y() {
37994
38049
  };
37995
38050
  return data;
37996
38051
  }
37997
- var t$g = b$i(_templateObject$1y());
38052
+ var t$f = b$i(_templateObject$1y());
37998
38053
 
37999
38054
  function _assert_this_initialized$S(self) {
38000
38055
  if (self === void 0) {
@@ -38094,7 +38149,7 @@ var IconsMedium = /*#__PURE__*/ function(r) {
38094
38149
  {
38095
38150
  key: "renderDefaultContent",
38096
38151
  value: function renderDefaultContent() {
38097
- return t$g;
38152
+ return t$f;
38098
38153
  }
38099
38154
  },
38100
38155
  {
@@ -38135,8 +38190,8 @@ function _templateObject$1x() {
38135
38190
  };
38136
38191
  return data;
38137
38192
  }
38138
- var t$f = i$o(_templateObject$1x());
38139
- var u$j = t$f;
38193
+ var t$e = i$p(_templateObject$1x());
38194
+ var u$j = t$e;
38140
38195
 
38141
38196
  function _tagged_template_literal$1w(strings, raw) {
38142
38197
  if (!raw) {
@@ -38157,12 +38212,12 @@ function _templateObject$1w() {
38157
38212
  };
38158
38213
  return data;
38159
38214
  }
38160
- var t$e = i$o(_templateObject$1w());
38161
- var r$f = t$e;
38215
+ var t$d = i$p(_templateObject$1w());
38216
+ var r$f = t$d;
38162
38217
 
38163
38218
  var y$a = [
38164
38219
  o$w,
38165
- t$o,
38220
+ t$n,
38166
38221
  r$f
38167
38222
  ];
38168
38223
 
@@ -38339,7 +38394,7 @@ function _templateObject$1u() {
38339
38394
  };
38340
38395
  return data;
38341
38396
  }
38342
- var o$h = i$o(_templateObject$1u());
38397
+ var o$h = i$p(_templateObject$1u());
38343
38398
  var f$a = o$h;
38344
38399
 
38345
38400
  function _assert_this_initialized$Q(self) {
@@ -38429,7 +38484,7 @@ function _create_super$Q(Derived) {
38429
38484
  }
38430
38485
  var a$a = Object.defineProperty;
38431
38486
  var p$i = Object.getOwnPropertyDescriptor;
38432
- var t$d = function(l, r, i, o) {
38487
+ var t$c = function(l, r, i, o) {
38433
38488
  for(var e = o > 1 ? void 0 : o ? p$i(r, i) : r, n = l.length - 1, c; n >= 0; n--)(c = l[n]) && (e = (o ? c(r, i, e) : c(e)) || e);
38434
38489
  return o && e && a$a(r, i, e), e;
38435
38490
  };
@@ -38472,19 +38527,19 @@ var Link = /*#__PURE__*/ function(_m) {
38472
38527
  ]);
38473
38528
  return Link;
38474
38529
  }(LikeAnchor(Focusable));
38475
- t$d([
38530
+ t$c([
38476
38531
  e$F("#anchor")
38477
- ], Link.prototype, "anchorElement", 2), t$d([
38532
+ ], Link.prototype, "anchorElement", 2), t$c([
38478
38533
  n$r({
38479
38534
  type: String,
38480
38535
  reflect: !0
38481
38536
  })
38482
- ], Link.prototype, "variant", 2), t$d([
38537
+ ], Link.prototype, "variant", 2), t$c([
38483
38538
  n$r({
38484
38539
  type: String,
38485
38540
  reflect: !0
38486
38541
  })
38487
- ], Link.prototype, "static", 2), t$d([
38542
+ ], Link.prototype, "static", 2), t$c([
38488
38543
  n$r({
38489
38544
  type: Boolean,
38490
38545
  reflect: !0,
@@ -38513,7 +38568,7 @@ function _templateObject$1t() {
38513
38568
  };
38514
38569
  return data;
38515
38570
  }
38516
- var i$3 = i$o(_templateObject$1t());
38571
+ var i$3 = i$p(_templateObject$1t());
38517
38572
  var i$4 = i$3;
38518
38573
 
38519
38574
  function _assert_this_initialized$P(self) {
@@ -38643,7 +38698,7 @@ var MenuDivider = /*#__PURE__*/ function(_r) {
38643
38698
  key: "styles",
38644
38699
  get: function get() {
38645
38700
  return [
38646
- s$7,
38701
+ s$8,
38647
38702
  i$4
38648
38703
  ];
38649
38704
  }
@@ -38680,7 +38735,7 @@ function _templateObject$1s() {
38680
38735
  };
38681
38736
  return data;
38682
38737
  }
38683
- var n$9 = i$o(_templateObject$1s());
38738
+ var n$9 = i$p(_templateObject$1s());
38684
38739
  var f$9 = n$9;
38685
38740
 
38686
38741
  function _array_like_to_array$h(arr, len) {
@@ -38930,7 +38985,7 @@ function _templateObject$1q() {
38930
38985
  };
38931
38986
  return data;
38932
38987
  }
38933
- var e$n = i$o(_templateObject$1q());
38988
+ var e$n = i$p(_templateObject$1q());
38934
38989
  var y$9 = e$n;
38935
38990
 
38936
38991
  function _assert_this_initialized$N(self) {
@@ -39109,7 +39164,7 @@ var Meter = /*#__PURE__*/ function(_h) {
39109
39164
  {
39110
39165
  key: "render",
39111
39166
  value: function render() {
39112
- return x$3(_templateObject$1p(), this.size, this.slotHasContent ? T$3 : this.label, this.handleSlotchange, this.label, this.size, new Intl.NumberFormat(this.languageResolver.language, {
39167
+ return x$3(_templateObject$1p(), this.size, this.slotHasContent ? E$2 : this.label, this.handleSlotchange, this.label, this.size, new Intl.NumberFormat(this.languageResolver.language, {
39113
39168
  style: "percent",
39114
39169
  unitDisplay: "narrow"
39115
39170
  }).format(this.progress / 100), this.progress);
@@ -40137,7 +40192,7 @@ function _templateObject$1m() {
40137
40192
  };
40138
40193
  return data;
40139
40194
  }
40140
- var e$m = i$o(_templateObject$1m());
40195
+ var e$m = i$p(_templateObject$1m());
40141
40196
  var y$8 = e$m;
40142
40197
 
40143
40198
  function _array_like_to_array$e(arr, len) {
@@ -40371,7 +40426,7 @@ function _templateObject$1k() {
40371
40426
  };
40372
40427
  return data;
40373
40428
  }
40374
- var e$l = i$o(_templateObject$1k());
40429
+ var e$l = i$p(_templateObject$1k());
40375
40430
  var N = e$l;
40376
40431
 
40377
40432
  function _array_like_to_array$d(arr, len) {
@@ -41042,7 +41097,7 @@ var NumberField = /*#__PURE__*/ function(w) {
41042
41097
  {
41043
41098
  key: "renderField",
41044
41099
  value: function renderField() {
41045
- return this.autocomplete = "off", x$3(_templateObject5$5(), _get$r(_get_prototype_of$J(NumberField.prototype), "renderField", this).call(this), this.hideStepper ? T$3 : x$3(_templateObject4$7(), this.handleFocusin, this.handleFocusout, streamingListener({
41100
+ return this.autocomplete = "off", x$3(_templateObject5$5(), _get$r(_get_prototype_of$J(NumberField.prototype), "renderField", this).call(this), this.hideStepper ? E$2 : x$3(_templateObject4$7(), this.handleFocusin, this.handleFocusout, streamingListener({
41046
41101
  start: [
41047
41102
  "pointerdown",
41048
41103
  this.handlePointerdown
@@ -41192,8 +41247,8 @@ function _templateObject$1i() {
41192
41247
  };
41193
41248
  return data;
41194
41249
  }
41195
- var s$4 = i$o(_templateObject$1i());
41196
- var f$8 = s$4;
41250
+ var s$5 = i$p(_templateObject$1i());
41251
+ var f$8 = s$5;
41197
41252
 
41198
41253
  function _assert_this_initialized$I(self) {
41199
41254
  if (self === void 0) {
@@ -41761,7 +41816,7 @@ function _templateObject$1g() {
41761
41816
  };
41762
41817
  return data;
41763
41818
  }
41764
- var e$k = i$o(_templateObject$1g());
41819
+ var e$k = i$p(_templateObject$1g());
41765
41820
  var g$4 = e$k;
41766
41821
 
41767
41822
  function _assert_this_initialized$H(self) {
@@ -41948,7 +42003,7 @@ function _templateObject5$3() {
41948
42003
  }
41949
42004
  var u$g = Object.defineProperty;
41950
42005
  var d$b = Object.getOwnPropertyDescriptor;
41951
- var t$c = function(o, a, e, s) {
42006
+ var t$b = function(o, a, e, s) {
41952
42007
  for(var l = s > 1 ? void 0 : s ? d$b(a, e) : a, n = o.length - 1, p; n >= 0; n--)(p = o[n]) && (l = (s ? p(a, e, l) : p(l)) || l);
41953
42008
  return s && l && u$g(a, e, l), l;
41954
42009
  };
@@ -41973,10 +42028,10 @@ var ProgressBar = /*#__PURE__*/ function(_h) {
41973
42028
  {
41974
42029
  key: "render",
41975
42030
  value: function render() {
41976
- return x$3(_templateObject5$3(), this.slotHasContent || this.label ? x$3(_templateObject1$f(), this.size, this.slotHasContent ? x$3(_templateObject$1f()) : this.label, this.handleSlotchange, this.label) : x$3(_templateObject2$7()), this.label ? x$3(_templateObject4$5(), this.indeterminate ? T$3 : x$3(_templateObject3$5(), this.size, new Intl.NumberFormat(this.languageResolver.language, {
42031
+ return x$3(_templateObject5$3(), this.slotHasContent || this.label ? x$3(_templateObject1$f(), this.size, this.slotHasContent ? x$3(_templateObject$1f()) : this.label, this.handleSlotchange, this.label) : x$3(_templateObject2$7()), this.label ? x$3(_templateObject4$5(), this.indeterminate ? E$2 : x$3(_templateObject3$5(), this.size, new Intl.NumberFormat(this.languageResolver.language, {
41977
42032
  style: "percent",
41978
42033
  unitDisplay: "narrow"
41979
- }).format(this.progress / 100))) : T$3, this.progress);
42034
+ }).format(this.progress / 100))) : E$2, this.progress);
41980
42035
  }
41981
42036
  },
41982
42037
  {
@@ -42012,38 +42067,38 @@ var ProgressBar = /*#__PURE__*/ function(_h) {
42012
42067
  }(SizedMixin(ObserveSlotText(SpectrumElement, ""), {
42013
42068
  noDefaultSize: !0
42014
42069
  }));
42015
- t$c([
42070
+ t$b([
42016
42071
  n$r({
42017
42072
  type: Boolean,
42018
42073
  reflect: !0
42019
42074
  })
42020
- ], ProgressBar.prototype, "indeterminate", 2), t$c([
42075
+ ], ProgressBar.prototype, "indeterminate", 2), t$b([
42021
42076
  n$r({
42022
42077
  type: String,
42023
42078
  reflect: !0
42024
42079
  })
42025
- ], ProgressBar.prototype, "label", 2), t$c([
42080
+ ], ProgressBar.prototype, "label", 2), t$b([
42026
42081
  n$r({
42027
42082
  type: Boolean,
42028
42083
  reflect: !0,
42029
42084
  attribute: "over-background"
42030
42085
  })
42031
- ], ProgressBar.prototype, "overBackground", 2), t$c([
42086
+ ], ProgressBar.prototype, "overBackground", 2), t$b([
42032
42087
  n$r({
42033
42088
  type: Boolean,
42034
42089
  reflect: !0,
42035
42090
  attribute: "side-label"
42036
42091
  })
42037
- ], ProgressBar.prototype, "sideLabel", 2), t$c([
42092
+ ], ProgressBar.prototype, "sideLabel", 2), t$b([
42038
42093
  n$r({
42039
42094
  type: Number
42040
42095
  })
42041
- ], ProgressBar.prototype, "progress", 2), t$c([
42096
+ ], ProgressBar.prototype, "progress", 2), t$b([
42042
42097
  n$r({
42043
42098
  type: String,
42044
42099
  reflect: !0
42045
42100
  })
42046
- ], ProgressBar.prototype, "static", 2), t$c([
42101
+ ], ProgressBar.prototype, "static", 2), t$b([
42047
42102
  e$F("slot")
42048
42103
  ], ProgressBar.prototype, "slotEl", 2);
42049
42104
 
@@ -42068,7 +42123,7 @@ function _templateObject$1e() {
42068
42123
  };
42069
42124
  return data;
42070
42125
  }
42071
- var e$j = i$o(_templateObject$1e());
42126
+ var e$j = i$p(_templateObject$1e());
42072
42127
  var f$7 = e$j;
42073
42128
 
42074
42129
  function _assert_this_initialized$G(self) {
@@ -42350,7 +42405,7 @@ function _templateObject$1c() {
42350
42405
  };
42351
42406
  return data;
42352
42407
  }
42353
- var r$d = i$o(_templateObject$1c());
42408
+ var r$d = i$p(_templateObject$1c());
42354
42409
  var b$5 = r$d;
42355
42410
 
42356
42411
  function _assert_this_initialized$F(self) {
@@ -42482,7 +42537,7 @@ function _templateObject$1b() {
42482
42537
  }
42483
42538
  var u$f = Object.defineProperty;
42484
42539
  var c$a = Object.getOwnPropertyDescriptor;
42485
- var t$b = function(l, s, e, a) {
42540
+ var t$a = function(l, s, e, a) {
42486
42541
  for(var i = a > 1 ? void 0 : a ? c$a(s, e) : s, d = l.length - 1, o; d >= 0; d--)(o = l[d]) && (i = (a ? o(s, e, i) : o(i)) || i);
42487
42542
  return a && i && u$f(s, e, i), i;
42488
42543
  };
@@ -42566,36 +42621,36 @@ var Radio = /*#__PURE__*/ function(_n) {
42566
42621
  }(SizedMixin(FocusVisiblePolyfillMixin(SpectrumElement), {
42567
42622
  noDefaultSize: !0
42568
42623
  }));
42569
- t$b([
42624
+ t$a([
42570
42625
  n$r({
42571
42626
  type: Boolean
42572
42627
  })
42573
- ], Radio.prototype, "autofocus", 2), t$b([
42628
+ ], Radio.prototype, "autofocus", 2), t$a([
42574
42629
  n$r({
42575
42630
  type: String,
42576
42631
  reflect: !0
42577
42632
  })
42578
- ], Radio.prototype, "value", 2), t$b([
42633
+ ], Radio.prototype, "value", 2), t$a([
42579
42634
  n$r({
42580
42635
  type: Boolean,
42581
42636
  reflect: !0
42582
42637
  })
42583
- ], Radio.prototype, "checked", 2), t$b([
42638
+ ], Radio.prototype, "checked", 2), t$a([
42584
42639
  n$r({
42585
42640
  type: Boolean,
42586
42641
  reflect: !0
42587
42642
  })
42588
- ], Radio.prototype, "disabled", 2), t$b([
42643
+ ], Radio.prototype, "disabled", 2), t$a([
42589
42644
  n$r({
42590
42645
  type: Boolean,
42591
42646
  reflect: !0
42592
42647
  })
42593
- ], Radio.prototype, "emphasized", 2), t$b([
42648
+ ], Radio.prototype, "emphasized", 2), t$a([
42594
42649
  n$r({
42595
42650
  type: Boolean,
42596
42651
  reflect: !0
42597
42652
  })
42598
- ], Radio.prototype, "invalid", 2), t$b([
42653
+ ], Radio.prototype, "invalid", 2), t$a([
42599
42654
  n$r({
42600
42655
  type: Boolean,
42601
42656
  reflect: !0
@@ -43119,7 +43174,7 @@ function _templateObject$19() {
43119
43174
  };
43120
43175
  return data;
43121
43176
  }
43122
- var e$i = i$o(_templateObject$19());
43177
+ var e$i = i$p(_templateObject$19());
43123
43178
  var f$6 = e$i;
43124
43179
 
43125
43180
  function _array_like_to_array$c(arr, len) {
@@ -43487,7 +43542,7 @@ var Search = /*#__PURE__*/ function(b) {
43487
43542
  {
43488
43543
  key: "renderField",
43489
43544
  value: function renderField() {
43490
- return x$3(_templateObject1$d(), this.action, o$O(this.method), this.handleSubmit, this.reset, this.handleKeydown, _get$m(_get_prototype_of$C(Search.prototype), "renderField", this).call(this), this.value ? x$3(_templateObject$18(), o$O(this.size), v$6) : T$3);
43545
+ return x$3(_templateObject1$d(), this.action, o$O(this.method), this.handleSubmit, this.reset, this.handleKeydown, _get$m(_get_prototype_of$C(Search.prototype), "renderField", this).call(this), this.value ? x$3(_templateObject$18(), o$O(this.size), v$6) : E$2);
43491
43546
  }
43492
43547
  },
43493
43548
  {
@@ -43551,8 +43606,8 @@ function _templateObject$17() {
43551
43606
  };
43552
43607
  return data;
43553
43608
  }
43554
- var t$a = i$o(_templateObject$17());
43555
- var m$b = t$a;
43609
+ var t$9 = i$p(_templateObject$17());
43610
+ var m$b = t$9;
43556
43611
 
43557
43612
  function _tagged_template_literal$16(strings, raw) {
43558
43613
  if (!raw) {
@@ -43573,8 +43628,8 @@ function _templateObject$16() {
43573
43628
  };
43574
43629
  return data;
43575
43630
  }
43576
- var t$9 = i$o(_templateObject$16());
43577
- var c$7 = t$9;
43631
+ var t$8 = i$p(_templateObject$16());
43632
+ var c$7 = t$8;
43578
43633
 
43579
43634
  function _assert_this_initialized$B(self) {
43580
43635
  if (self === void 0) {
@@ -43941,7 +43996,7 @@ var r$b = /*#__PURE__*/ function(_f) {
43941
43996
  {
43942
43997
  key: "render",
43943
43998
  value: function render() {
43944
- return x$3(_templateObject1$c(), this.href || "#", o$O(this.target), o$O(this.download), o$O(this.rel), this.depth, this.handleClick, o$O(this.selected && this.href ? "page" : void 0), o$O(this.hasChildren ? this.expanded : void 0), o$O(this.hasChildren && this.expanded ? "list" : void 0), this.label, this.expanded ? x$3(_templateObject$15()) : T$3);
43999
+ return x$3(_templateObject1$c(), this.href || "#", o$O(this.target), o$O(this.download), o$O(this.rel), this.depth, this.handleClick, o$O(this.selected && this.href ? "page" : void 0), o$O(this.hasChildren ? this.expanded : void 0), o$O(this.hasChildren && this.expanded ? "list" : void 0), this.label, this.expanded ? x$3(_templateObject$15()) : E$2);
43945
44000
  }
43946
44001
  },
43947
44002
  {
@@ -44057,8 +44112,8 @@ function _templateObject$14() {
44057
44112
  };
44058
44113
  return data;
44059
44114
  }
44060
- var t$8 = i$o(_templateObject$14());
44061
- var h$6 = t$8;
44115
+ var t$7 = i$p(_templateObject$14());
44116
+ var h$6 = t$7;
44062
44117
 
44063
44118
  function _assert_this_initialized$A(self) {
44064
44119
  if (self === void 0) {
@@ -44910,7 +44965,7 @@ function _templateObject$11() {
44910
44965
  };
44911
44966
  return data;
44912
44967
  }
44913
- var e$h = i$o(_templateObject$11());
44968
+ var e$h = i$p(_templateObject$11());
44914
44969
  var $ = e$h;
44915
44970
 
44916
44971
  function _array_like_to_array$a(arr, len) {
@@ -45202,7 +45257,7 @@ var HandleController = /*#__PURE__*/ function() {
45202
45257
  var t = e.target;
45203
45258
  t.model.handle.highlight = !0, _this.requestUpdate();
45204
45259
  };
45205
- this.host = e, new t$u(this.host, {
45260
+ this.host = e, new s$b(this.host, {
45206
45261
  config: {
45207
45262
  subtree: !0,
45208
45263
  childList: !0
@@ -46260,7 +46315,7 @@ var Slider = /*#__PURE__*/ function(_g) {
46260
46315
  {
46261
46316
  key: "render",
46262
46317
  value: function render() {
46263
- return x$3(_templateObject1$b(), this.renderLabel(), this.renderTrack(), this.editable ? x$3(_templateObject$$(), this.formatOptions || {}, this.min, this.max, this.step, this.size, this.value, this.hideStepper, this.disabled, this.quiet, this.indeterminate, this.handleNumberInput, this.handleNumberChange) : T$3);
46318
+ return x$3(_templateObject1$b(), this.renderLabel(), this.renderTrack(), this.editable ? x$3(_templateObject$$(), this.formatOptions || {}, this.min, this.max, this.step, this.size, this.value, this.hideStepper, this.disabled, this.quiet, this.indeterminate, this.handleNumberInput, this.handleNumberChange) : E$2);
46264
46319
  }
46265
46320
  },
46266
46321
  {
@@ -46287,7 +46342,7 @@ var Slider = /*#__PURE__*/ function(_g) {
46287
46342
  var e = this.labelVisibility === "none" || this.labelVisibility === "value", t = this.labelVisibility === "none" || this.labelVisibility === "text";
46288
46343
  return x$3(_templateObject2$6(), e$C({
46289
46344
  "visually-hidden": e
46290
- }), this.disabled, this.editable ? "number-field" : this.handleController.activeHandleInputId, this.handleLabelClick, this.size, this.slotHasContent ? T$3 : this.label, this.label, e$C({
46345
+ }), this.disabled, this.editable ? "number-field" : this.handleController.activeHandleInputId, this.handleLabelClick, this.size, this.slotHasContent ? E$2 : this.label, this.label, e$C({
46291
46346
  "visually-hidden": t
46292
46347
  }), this.disabled, this.editable ? "number-field" : this.handleController.activeHandleInputId, this.size, this.ariaValueText);
46293
46348
  }
@@ -46305,7 +46360,7 @@ var Slider = /*#__PURE__*/ function(_g) {
46305
46360
  if (this.variant !== "tick") return x$3(_templateObject5$2());
46306
46361
  var e = this.tickStep || this.step, t = (this.max - this.min) / e, i = t % 1 !== 0, r = new Array(Math.floor(t + 1));
46307
46362
  return r.fill(0, 0, t + 1), x$3(_templateObject8(), i ? "not-exact " : "", o$O(i ? "--sp-slider-tick-offset: calc(100% / ".concat(this.max, " * ").concat(this.tickStep) : void 0), r.map(function(s, u) {
46308
- return x$3(_templateObject7(), _this.tickLabels ? x$3(_templateObject6(), u * e + _this.min) : T$3);
46363
+ return x$3(_templateObject7(), _this.tickLabels ? x$3(_templateObject6(), u * e + _this.min) : E$2);
46309
46364
  }));
46310
46365
  }
46311
46366
  },
@@ -46654,7 +46709,7 @@ function _templateObject$_() {
46654
46709
  };
46655
46710
  return data;
46656
46711
  }
46657
- var r$9 = i$o(_templateObject$_());
46712
+ var r$9 = i$p(_templateObject$_());
46658
46713
  var b$3 = r$9;
46659
46714
 
46660
46715
  function _assert_this_initialized$w(self) {
@@ -47174,7 +47229,7 @@ function _templateObject$Y() {
47174
47229
  };
47175
47230
  return data;
47176
47231
  }
47177
- var e$g = i$o(_templateObject$Y());
47232
+ var e$g = i$p(_templateObject$Y());
47178
47233
  var S = e$g;
47179
47234
 
47180
47235
  function _assert_this_initialized$v(self) {
@@ -47468,7 +47523,7 @@ function _templateObject2$4() {
47468
47523
  }
47469
47524
  var v$4 = Object.defineProperty;
47470
47525
  var f$4 = Object.getOwnPropertyDescriptor;
47471
- var s$3 = function(l, a, t, e) {
47526
+ var s$4 = function(l, a, t, e) {
47472
47527
  for(var i = e > 1 ? void 0 : e ? f$4(a, t) : a, o = l.length - 1, h; o >= 0; o--)(h = l[o]) && (i = (e ? h(a, t, i) : h(i)) || i);
47473
47528
  return e && i && v$4(a, t, i), i;
47474
47529
  };
@@ -47548,7 +47603,7 @@ var SplitView = /*#__PURE__*/ function(b) {
47548
47603
  ],
47549
47604
  this.onPointerup
47550
47605
  ]
47551
- }), this.resizable ? x$3(_templateObject$X()) : T$3) : T$3);
47606
+ }), this.resizable ? x$3(_templateObject$X()) : E$2) : E$2);
47552
47607
  }
47553
47608
  },
47554
47609
  {
@@ -47774,73 +47829,73 @@ var SplitView = /*#__PURE__*/ function(b) {
47774
47829
  ]);
47775
47830
  return SplitView;
47776
47831
  }(SpectrumElement);
47777
- s$3([
47832
+ s$4([
47778
47833
  r$A()
47779
- ], SplitView.prototype, "controlledEl", 2), s$3([
47834
+ ], SplitView.prototype, "controlledEl", 2), s$4([
47780
47835
  n$r({
47781
47836
  type: Boolean,
47782
47837
  reflect: !0
47783
47838
  })
47784
- ], SplitView.prototype, "vertical", 2), s$3([
47839
+ ], SplitView.prototype, "vertical", 2), s$4([
47785
47840
  n$r({
47786
47841
  type: Boolean,
47787
47842
  reflect: !0
47788
47843
  })
47789
- ], SplitView.prototype, "resizable", 2), s$3([
47844
+ ], SplitView.prototype, "resizable", 2), s$4([
47790
47845
  n$r({
47791
47846
  type: Boolean,
47792
47847
  reflect: !0
47793
47848
  })
47794
- ], SplitView.prototype, "collapsible", 2), s$3([
47849
+ ], SplitView.prototype, "collapsible", 2), s$4([
47795
47850
  n$r({
47796
47851
  type: Number,
47797
47852
  attribute: "primary-min"
47798
47853
  })
47799
- ], SplitView.prototype, "primaryMin", 2), s$3([
47854
+ ], SplitView.prototype, "primaryMin", 2), s$4([
47800
47855
  n$r({
47801
47856
  type: Number,
47802
47857
  attribute: "primary-max"
47803
47858
  })
47804
- ], SplitView.prototype, "primaryMax", 2), s$3([
47859
+ ], SplitView.prototype, "primaryMax", 2), s$4([
47805
47860
  n$r({
47806
47861
  type: String,
47807
47862
  attribute: "primary-size"
47808
47863
  })
47809
- ], SplitView.prototype, "primarySize", 2), s$3([
47864
+ ], SplitView.prototype, "primarySize", 2), s$4([
47810
47865
  n$r({
47811
47866
  type: Number,
47812
47867
  attribute: "secondary-min"
47813
47868
  })
47814
- ], SplitView.prototype, "secondaryMin", 2), s$3([
47869
+ ], SplitView.prototype, "secondaryMin", 2), s$4([
47815
47870
  n$r({
47816
47871
  type: Number,
47817
47872
  attribute: "secondary-max"
47818
47873
  })
47819
- ], SplitView.prototype, "secondaryMax", 2), s$3([
47874
+ ], SplitView.prototype, "secondaryMax", 2), s$4([
47820
47875
  n$r({
47821
47876
  type: Number,
47822
47877
  reflect: !0,
47823
47878
  attribute: "splitter-pos"
47824
47879
  })
47825
- ], SplitView.prototype, "splitterPos", 2), s$3([
47880
+ ], SplitView.prototype, "splitterPos", 2), s$4([
47826
47881
  n$r({
47827
47882
  type: String,
47828
47883
  attribute: !1
47829
47884
  })
47830
- ], SplitView.prototype, "firstPaneSize", 2), s$3([
47885
+ ], SplitView.prototype, "firstPaneSize", 2), s$4([
47831
47886
  n$r()
47832
- ], SplitView.prototype, "label", 2), s$3([
47887
+ ], SplitView.prototype, "label", 2), s$4([
47833
47888
  n$r({
47834
47889
  type: Boolean,
47835
47890
  attribute: !1
47836
47891
  })
47837
- ], SplitView.prototype, "enoughChildren", 2), s$3([
47892
+ ], SplitView.prototype, "enoughChildren", 2), s$4([
47838
47893
  n$r({
47839
47894
  type: Number
47840
47895
  })
47841
- ], SplitView.prototype, "viewSize", 2), s$3([
47896
+ ], SplitView.prototype, "viewSize", 2), s$4([
47842
47897
  e$F("slot")
47843
- ], SplitView.prototype, "paneSlot", 2), s$3([
47898
+ ], SplitView.prototype, "paneSlot", 2), s$4([
47844
47899
  e$F("#splitter")
47845
47900
  ], SplitView.prototype, "splitter", 2);
47846
47901
 
@@ -47865,8 +47920,8 @@ function _templateObject$W() {
47865
47920
  };
47866
47921
  return data;
47867
47922
  }
47868
- var s$2 = i$o(_templateObject$W());
47869
- var f$3 = s$2;
47923
+ var s$3 = i$p(_templateObject$W());
47924
+ var f$3 = s$3;
47870
47925
 
47871
47926
  function _assert_this_initialized$u(self) {
47872
47927
  if (self === void 0) {
@@ -48073,7 +48128,7 @@ function _templateObject$U() {
48073
48128
  };
48074
48129
  return data;
48075
48130
  }
48076
- var e$f = i$o(_templateObject$U());
48131
+ var e$f = i$p(_templateObject$U());
48077
48132
  var f$2 = e$f;
48078
48133
 
48079
48134
  function _assert_this_initialized$t(self) {
@@ -48468,7 +48523,7 @@ function _templateObject$S() {
48468
48523
  };
48469
48524
  return data;
48470
48525
  }
48471
- var a$7 = i$o(_templateObject$S());
48526
+ var a$7 = i$p(_templateObject$S());
48472
48527
  var b$2 = a$7;
48473
48528
 
48474
48529
  function _array_like_to_array$8(arr, len) {
@@ -48782,7 +48837,7 @@ var SwatchGroup = /*#__PURE__*/ function(_f) {
48782
48837
  }
48783
48838
  });
48784
48839
  });
48785
- new t$u(_assert_this_initialized$s(_this), {
48840
+ new s$b(_assert_this_initialized$s(_this), {
48786
48841
  config: {
48787
48842
  attributes: !0,
48788
48843
  childList: !0,
@@ -49068,8 +49123,8 @@ function _templateObject$Q() {
49068
49123
  };
49069
49124
  return data;
49070
49125
  }
49071
- var t$7 = i$o(_templateObject$Q());
49072
- var a$5 = t$7;
49126
+ var t$6 = i$p(_templateObject$Q());
49127
+ var a$5 = t$6;
49073
49128
 
49074
49129
  function _tagged_template_literal$P(strings, raw) {
49075
49130
  if (!raw) {
@@ -49090,7 +49145,7 @@ function _templateObject$P() {
49090
49145
  };
49091
49146
  return data;
49092
49147
  }
49093
- var o$a = i$o(_templateObject$P());
49148
+ var o$a = i$p(_templateObject$P());
49094
49149
  var f$1 = o$a;
49095
49150
 
49096
49151
  function _assert_this_initialized$q(self) {
@@ -49301,7 +49356,7 @@ function _templateObject$N() {
49301
49356
  };
49302
49357
  return data;
49303
49358
  }
49304
- var o$9 = i$o(_templateObject$N());
49359
+ var o$9 = i$p(_templateObject$N());
49305
49360
  var d$5 = o$9;
49306
49361
 
49307
49362
  function _assert_this_initialized$p(self) {
@@ -49422,7 +49477,7 @@ var TableBody = /*#__PURE__*/ function(p) {
49422
49477
  var _this;
49423
49478
  _this = _super.call(this);
49424
49479
  _this.role = "rowgroup";
49425
- new t$u(_assert_this_initialized$p(_this), {
49480
+ new s$b(_assert_this_initialized$p(_this), {
49426
49481
  config: {
49427
49482
  childList: !0,
49428
49483
  subtree: !0
@@ -49487,7 +49542,7 @@ function _templateObject$L() {
49487
49542
  };
49488
49543
  return data;
49489
49544
  }
49490
- var e$e = i$o(_templateObject$L());
49545
+ var e$e = i$p(_templateObject$L());
49491
49546
  var u$7 = e$e;
49492
49547
 
49493
49548
  function _array_like_to_array$7(arr, len) {
@@ -49768,7 +49823,7 @@ function _templateObject$K() {
49768
49823
  }
49769
49824
  var h$4 = Object.defineProperty;
49770
49825
  var d$4 = Object.getOwnPropertyDescriptor;
49771
- var s$1 = function(i, c, e, l) {
49826
+ var s$2 = function(i, c, e, l) {
49772
49827
  for(var t = l > 1 ? void 0 : l ? d$4(c, e) : c, a = i.length - 1, o; a >= 0; a--)(o = i[a]) && (t = (l ? o(c, e, t) : o(t)) || t);
49773
49828
  return l && t && h$4(c, e, t), t;
49774
49829
  };
@@ -49888,25 +49943,25 @@ var TableRow = /*#__PURE__*/ function(p) {
49888
49943
  ]);
49889
49944
  return TableRow;
49890
49945
  }(SpectrumElement);
49891
- s$1([
49946
+ s$2([
49892
49947
  o$P({
49893
49948
  selector: "sp-table-checkbox-cell",
49894
49949
  flatten: !0
49895
49950
  })
49896
- ], TableRow.prototype, "checkboxCells", 2), s$1([
49951
+ ], TableRow.prototype, "checkboxCells", 2), s$2([
49897
49952
  n$r({
49898
49953
  reflect: !0
49899
49954
  })
49900
- ], TableRow.prototype, "role", 2), s$1([
49955
+ ], TableRow.prototype, "role", 2), s$2([
49901
49956
  n$r({
49902
49957
  type: Boolean
49903
49958
  })
49904
- ], TableRow.prototype, "selectable", 2), s$1([
49959
+ ], TableRow.prototype, "selectable", 2), s$2([
49905
49960
  n$r({
49906
49961
  type: Boolean,
49907
49962
  reflect: !0
49908
49963
  })
49909
- ], TableRow.prototype, "selected", 2), s$1([
49964
+ ], TableRow.prototype, "selected", 2), s$2([
49910
49965
  n$r({
49911
49966
  type: String
49912
49967
  })
@@ -49933,8 +49988,8 @@ function _templateObject$J() {
49933
49988
  };
49934
49989
  return data;
49935
49990
  }
49936
- var t$6 = i$o(_templateObject$J());
49937
- var h$3 = t$6;
49991
+ var t$5 = i$p(_templateObject$J());
49992
+ var h$3 = t$5;
49938
49993
 
49939
49994
  function _assert_this_initialized$n(self) {
49940
49995
  if (self === void 0) {
@@ -50152,7 +50207,7 @@ function _templateObject$H() {
50152
50207
  };
50153
50208
  return data;
50154
50209
  }
50155
- var e$c = i$o(_templateObject$H());
50210
+ var e$c = i$p(_templateObject$H());
50156
50211
  var k = e$c;
50157
50212
 
50158
50213
  /**
@@ -50986,6 +51041,9 @@ var DefaultLayoutConstructor;
50986
51041
  * the default layout if none is specified. This state is to track
50987
51042
  * whether init is complete.
50988
51043
  */ this._layoutInitialized = null;
51044
+ /**
51045
+ * Track connection state to guard against errors / unnecessary work
51046
+ */ this._connected = false;
50989
51047
  if (!config) {
50990
51048
  throw new Error("Virtualizer constructor requires a configuration object");
50991
51049
  }
@@ -51048,6 +51106,7 @@ var DefaultLayoutConstructor;
51048
51106
  this._scrollerController = new ScrollerController(this, this._clippingAncestors[0]);
51049
51107
  this._schedule(this._updateLayout);
51050
51108
  this._observeAndListen();
51109
+ this._connected = true;
51051
51110
  }
51052
51111
  },
51053
51112
  {
@@ -51093,6 +51152,7 @@ var DefaultLayoutConstructor;
51093
51152
  (_this__childrenRO = this._childrenRO) === null || _this__childrenRO === void 0 ? void 0 : _this__childrenRO.disconnect();
51094
51153
  this._childrenRO = null;
51095
51154
  this._rejectLayoutCompletePromise("disconnected");
51155
+ this._connected = false;
51096
51156
  }
51097
51157
  },
51098
51158
  {
@@ -51370,25 +51430,25 @@ var DefaultLayoutConstructor;
51370
51430
  key: "_finishDOMUpdate",
51371
51431
  value: function _finishDOMUpdate() {
51372
51432
  var _this = this;
51373
- this._children.forEach(function(child) {
51374
- return _this._childrenRO.observe(child);
51375
- });
51376
- this._checkScrollIntoViewTarget(this._childrenPos);
51377
- this._positionChildren(this._childrenPos);
51378
- this._sizeHostElement(this._scrollSize);
51379
- this._correctScrollError();
51380
- if (this._benchmarkStart && "mark" in window.performance) {
51381
- window.performance.mark("uv-end");
51433
+ if (this._connected) {
51434
+ // _childrenRO should be non-null if we're connected
51435
+ this._children.forEach(function(child) {
51436
+ return _this._childrenRO.observe(child);
51437
+ });
51438
+ this._checkScrollIntoViewTarget(this._childrenPos);
51439
+ this._positionChildren(this._childrenPos);
51440
+ this._sizeHostElement(this._scrollSize);
51441
+ this._correctScrollError();
51442
+ if (this._benchmarkStart && "mark" in window.performance) {
51443
+ window.performance.mark("uv-end");
51444
+ }
51382
51445
  }
51383
51446
  }
51384
51447
  },
51385
51448
  {
51386
51449
  key: "_updateLayout",
51387
51450
  value: function _updateLayout() {
51388
- // Only update the layout and trigger a re-render if we have:
51389
- // a) A layout
51390
- // b) A scrollerController, which means we're connected
51391
- if (this._layout && this._scrollerController) {
51451
+ if (this._layout && this._connected) {
51392
51452
  this._layout.items = this._items;
51393
51453
  this._updateView();
51394
51454
  if (this._childMeasurements !== null) {
@@ -52166,7 +52226,7 @@ var VirtualizeDirective = /*#__PURE__*/ function(AsyncDirective) {
52166
52226
  return defaultKeyFunction(item, idx + _this._first);
52167
52227
  };
52168
52228
  _this._items = [];
52169
- if (part.type !== t$y.CHILD) {
52229
+ if (part.type !== t$x.CHILD) {
52170
52230
  throw new Error("The virtualize directive can only be used in child expressions");
52171
52231
  }
52172
52232
  return _this;
@@ -52199,7 +52259,7 @@ var VirtualizeDirective = /*#__PURE__*/ function(AsyncDirective) {
52199
52259
  } else {
52200
52260
  this._initialize(part, config);
52201
52261
  }
52202
- return itemsChanged ? w$2 : this.render();
52262
+ return itemsChanged ? T$3 : this.render();
52203
52263
  }
52204
52264
  },
52205
52265
  {
@@ -52536,7 +52596,7 @@ var Table = /*#__PURE__*/ function(_C) {
52536
52596
  var _this = this;
52537
52597
  this._renderItem = function(t, s) {
52538
52598
  var i = _this.itemValue(t, s), l = _this.selected.includes(i), r = _this.selects && (t == null ? void 0 : t._$rowType$) !== 1;
52539
- return x$3(_templateObject1$7(), i, s + 1, l, r ? x$3(_templateObject$F(), l) : T$3, e(t, s));
52599
+ return x$3(_templateObject1$7(), i, s + 1, l, r ? x$3(_templateObject$F(), l) : E$2, e(t, s));
52540
52600
  };
52541
52601
  }
52542
52602
  },
@@ -52737,7 +52797,7 @@ var Table = /*#__PURE__*/ function(_C) {
52737
52797
  renderItem: this.renderItem,
52738
52798
  scroller: this.scroller
52739
52799
  };
52740
- j(x$3(_templateObject3$1(), virtualize(e)), this.tableBody);
52800
+ B$1(x$3(_templateObject3$1(), virtualize(e)), this.tableBody);
52741
52801
  }
52742
52802
  },
52743
52803
  {
@@ -52830,7 +52890,7 @@ function _templateObject$E() {
52830
52890
  };
52831
52891
  return data;
52832
52892
  }
52833
- var e$b = i$o(_templateObject$E());
52893
+ var e$b = i$p(_templateObject$E());
52834
52894
  var n$3 = e$b;
52835
52895
 
52836
52896
  function _assert_this_initialized$i(self) {
@@ -53001,8 +53061,8 @@ function _templateObject$C() {
53001
53061
  };
53002
53062
  return data;
53003
53063
  }
53004
- var t$5 = i$o(_templateObject$C());
53005
- var m$7 = t$5;
53064
+ var t$4 = i$p(_templateObject$C());
53065
+ var m$7 = t$4;
53006
53066
 
53007
53067
  function _array_like_to_array$4(arr, len) {
53008
53068
  if (len == null || len > arr.length) len = arr.length;
@@ -53353,8 +53413,8 @@ function _templateObject$z() {
53353
53413
  };
53354
53414
  return data;
53355
53415
  }
53356
- var t$4 = i$o(_templateObject$z());
53357
- var m$6 = t$4;
53416
+ var t$3 = i$p(_templateObject$z());
53417
+ var m$6 = t$3;
53358
53418
 
53359
53419
  function _tagged_template_literal$y(strings, raw) {
53360
53420
  if (!raw) {
@@ -53375,7 +53435,7 @@ function _templateObject$y() {
53375
53435
  };
53376
53436
  return data;
53377
53437
  }
53378
- var o$8 = i$o(_templateObject$y());
53438
+ var o$8 = i$p(_templateObject$y());
53379
53439
  var y$5 = o$8;
53380
53440
 
53381
53441
  function _assert_this_initialized$f(self) {
@@ -53558,7 +53618,7 @@ var TableHeadCell = /*#__PURE__*/ function(h) {
53558
53618
  key: "render",
53559
53619
  value: function render() {
53560
53620
  var t = this.sortable && !!this.sortDirection;
53561
- return x$3(_templateObject1$6(), t ? x$3(_templateObject$x()) : T$3);
53621
+ return x$3(_templateObject1$6(), t ? x$3(_templateObject$x()) : E$2);
53562
53622
  }
53563
53623
  },
53564
53624
  {
@@ -53627,7 +53687,7 @@ function _templateObject$w() {
53627
53687
  };
53628
53688
  return data;
53629
53689
  }
53630
- var o$6 = i$o(_templateObject$w());
53690
+ var o$6 = i$p(_templateObject$w());
53631
53691
  var v$2 = o$6;
53632
53692
 
53633
53693
  function _assert_this_initialized$e(self) {
@@ -53808,7 +53868,7 @@ var Tab = /*#__PURE__*/ function(_h) {
53808
53868
  {
53809
53869
  key: "render",
53810
53870
  value: function render() {
53811
- return x$3(_templateObject1$5(), this.hasIcon ? x$3(_templateObject$v()) : T$3, !this.hasLabel, this.slotHasContent ? T$3 : this.label, this.label);
53871
+ return x$3(_templateObject1$5(), this.hasIcon ? x$3(_templateObject$v()) : E$2, !this.hasLabel, this.slotHasContent ? E$2 : this.label, this.label);
53812
53872
  }
53813
53873
  },
53814
53874
  {
@@ -54006,17 +54066,21 @@ function _ts_generator$5(thisArg, body) {
54006
54066
  };
54007
54067
  }
54008
54068
  }
54009
- var t$3 = /*#__PURE__*/ function() {
54010
- function t(t1, param) {
54069
+ /**
54070
+ * @license
54071
+ * Copyright 2021 Google LLC
54072
+ * SPDX-License-Identifier: BSD-3-Clause
54073
+ */ var s$1 = /*#__PURE__*/ function() {
54074
+ function s(s1, param) {
54011
54075
  var _this = this;
54012
- var s = param.target, i = param.config, h = param.callback, e = param.skipInitial;
54013
- _class_call_check$e(this, t);
54014
- this.t = new Set, this.o = !1, this.i = !1, this.h = t1, null !== s && this.t.add(s !== null && s !== void 0 ? s : t1), this.o = e !== null && e !== void 0 ? e : this.o, this.callback = h, window.IntersectionObserver ? (this.u = new IntersectionObserver(function(t) {
54015
- var s = _this.i;
54016
- _this.i = !1, _this.o && s || (_this.handleChanges(t), _this.h.requestUpdate());
54017
- }, i), t1.addController(this)) : console.warn("IntersectionController error: browser does not support IntersectionObserver.");
54076
+ var i = param.target, h = param.config, e = param.callback, o = param.skipInitial;
54077
+ _class_call_check$e(this, s);
54078
+ this.t = new Set, this.o = !1, this.i = !1, this.h = s1, null !== i && this.t.add(i !== null && i !== void 0 ? i : s1), this.o = o !== null && o !== void 0 ? o : this.o, this.callback = e, (window.IntersectionObserver ? (this.u = new IntersectionObserver(function(t) {
54079
+ var _$s = _this.i;
54080
+ _this.i = !1, _this.o && _$s || (_this.handleChanges(t), _this.h.requestUpdate());
54081
+ }, h), s1.addController(this)) : console.warn("IntersectionController error: browser does not support IntersectionObserver."));
54018
54082
  }
54019
- _create_class$e(t, [
54083
+ _create_class$e(s, [
54020
54084
  {
54021
54085
  key: "handleChanges",
54022
54086
  value: function handleChanges(t) {
@@ -54030,8 +54094,8 @@ var t$3 = /*#__PURE__*/ function() {
54030
54094
  var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
54031
54095
  try {
54032
54096
  for(var _iterator = this.t[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true){
54033
- var _$t = _step.value;
54034
- this.observe(_$t);
54097
+ var t = _step.value;
54098
+ this.observe(t);
54035
54099
  }
54036
54100
  } catch (err) {
54037
54101
  _didIteratorError = true;
@@ -54060,10 +54124,10 @@ var t$3 = /*#__PURE__*/ function() {
54060
54124
  value: function hostUpdated() {
54061
54125
  var _this = this;
54062
54126
  return _async_to_generator$5(function() {
54063
- var _$t;
54127
+ var t;
54064
54128
  return _ts_generator$5(this, function(_state) {
54065
- _$t = _this.u.takeRecords();
54066
- _$t.length && _this.handleChanges(_$t);
54129
+ t = _this.u.takeRecords();
54130
+ t.length && _this.handleChanges(t);
54067
54131
  return [
54068
54132
  2
54069
54133
  ];
@@ -54090,7 +54154,7 @@ var t$3 = /*#__PURE__*/ function() {
54090
54154
  }
54091
54155
  }
54092
54156
  ]);
54093
- return t;
54157
+ return s;
54094
54158
  }();
54095
54159
 
54096
54160
  function _tagged_template_literal$u(strings, raw) {
@@ -54112,7 +54176,7 @@ function _templateObject$u() {
54112
54176
  };
54113
54177
  return data;
54114
54178
  }
54115
- var o$5 = i$o(_templateObject$u());
54179
+ var o$5 = i$p(_templateObject$u());
54116
54180
  var I = o$5;
54117
54181
 
54118
54182
  function _tagged_template_literal$t(strings, raw) {
@@ -54134,7 +54198,7 @@ function _templateObject$t() {
54134
54198
  };
54135
54199
  return data;
54136
54200
  }
54137
- var a$1 = i$o(_templateObject$t());
54201
+ var a$1 = i$p(_templateObject$t());
54138
54202
  var g$2 = a$1;
54139
54203
 
54140
54204
  function _array_like_to_array$3(arr, len) {
@@ -54451,7 +54515,7 @@ var ScaledIndicator = {
54451
54515
  return "transform: translateY(".concat(n, "px) scaleY(").concat(e, ");");
54452
54516
  },
54453
54517
  baseStyles: function baseStyles() {
54454
- return i$o(_templateObject$s(), this.baseSize, this.baseSize);
54518
+ return i$p(_templateObject$s(), this.baseSize, this.baseSize);
54455
54519
  }
54456
54520
  };
54457
54521
  var Tabs = /*#__PURE__*/ function(_m) {
@@ -54472,7 +54536,7 @@ var Tabs = /*#__PURE__*/ function(_m) {
54472
54536
  _this.shouldAnimate = !1;
54473
54537
  _this.selected = "";
54474
54538
  _this._tabs = [];
54475
- _this.resizeController = new s$9(_assert_this_initialized$d(_this), {
54539
+ _this.resizeController = new t$o(_assert_this_initialized$d(_this), {
54476
54540
  callback: function() {
54477
54541
  _this.updateSelectionIndicator();
54478
54542
  }
@@ -54567,7 +54631,7 @@ var Tabs = /*#__PURE__*/ function(_m) {
54567
54631
  }
54568
54632
  });
54569
54633
  });
54570
- new t$3(_assert_this_initialized$d(_this), {
54634
+ new s$1(_assert_this_initialized$d(_this), {
54571
54635
  config: {
54572
54636
  root: null,
54573
54637
  rootMargin: "0px",
@@ -54855,7 +54919,7 @@ function _templateObject$r() {
54855
54919
  };
54856
54920
  return data;
54857
54921
  }
54858
- var e$a = i$o(_templateObject$r());
54922
+ var e$a = i$p(_templateObject$r());
54859
54923
  var m$5 = e$a;
54860
54924
 
54861
54925
  function _assert_this_initialized$c(self) {
@@ -55052,7 +55116,7 @@ function _templateObject$p() {
55052
55116
  };
55053
55117
  return data;
55054
55118
  }
55055
- var o$4 = i$o(_templateObject$p());
55119
+ var o$4 = i$p(_templateObject$p());
55056
55120
  var y$4 = o$4;
55057
55121
 
55058
55122
  function _array_like_to_array$2(arr, len) {
@@ -55433,7 +55497,7 @@ var TabsOverflow = /*#__PURE__*/ function(_d) {
55433
55497
  canScrollLeft: !1,
55434
55498
  canScrollRight: !1
55435
55499
  };
55436
- _this.resizeController = new s$9(_assert_this_initialized$b(_this), {
55500
+ _this.resizeController = new t$o(_assert_this_initialized$b(_this), {
55437
55501
  target: _assert_this_initialized$b(_this),
55438
55502
  callback: function() {
55439
55503
  _this._updateScrollState();
@@ -55585,7 +55649,7 @@ function _templateObject$n() {
55585
55649
  };
55586
55650
  return data;
55587
55651
  }
55588
- var t$2 = i$o(_templateObject$n());
55652
+ var t$2 = i$p(_templateObject$n());
55589
55653
  var v$1 = t$2;
55590
55654
 
55591
55655
  function _assert_this_initialized$a(self) {
@@ -55778,7 +55842,7 @@ var Tag = /*#__PURE__*/ function(_h) {
55778
55842
  {
55779
55843
  key: "render",
55780
55844
  value: function render() {
55781
- return x$3(_templateObject1$3(), this.deletable ? x$3(_templateObject$m(), this.disabled, this.delete) : T$3);
55845
+ return x$3(_templateObject1$3(), this.deletable ? x$3(_templateObject$m(), this.disabled, this.delete) : E$2);
55782
55846
  }
55783
55847
  },
55784
55848
  {
@@ -55850,7 +55914,7 @@ function _templateObject$l() {
55850
55914
  };
55851
55915
  return data;
55852
55916
  }
55853
- var t$1 = i$o(_templateObject$l());
55917
+ var t$1 = i$p(_templateObject$l());
55854
55918
  var y$3 = t$1;
55855
55919
 
55856
55920
  function _array_like_to_array$1(arr, len) {
@@ -56805,7 +56869,7 @@ function _templateObject$j() {
56805
56869
  };
56806
56870
  return data;
56807
56871
  }
56808
- var e$9 = i$o(_templateObject$j());
56872
+ var e$9 = i$p(_templateObject$j());
56809
56873
  var r$4 = e$9;
56810
56874
 
56811
56875
  function _tagged_template_literal$i(strings, raw) {
@@ -56827,7 +56891,7 @@ function _templateObject$i() {
56827
56891
  };
56828
56892
  return data;
56829
56893
  }
56830
- var e$8 = i$o(_templateObject$i());
56894
+ var e$8 = i$p(_templateObject$i());
56831
56895
  var m$4 = e$8;
56832
56896
 
56833
56897
  Theme.registerThemeFragment("spectrum", "system", m$4);
@@ -56853,7 +56917,7 @@ function _templateObject$h() {
56853
56917
  };
56854
56918
  return data;
56855
56919
  }
56856
- var e$6 = i$o(_templateObject$h());
56920
+ var e$6 = i$p(_templateObject$h());
56857
56921
  var e$7 = e$6;
56858
56922
 
56859
56923
  Theme.registerThemeFragment("lightest", "color", e$7);
@@ -56877,7 +56941,7 @@ function _templateObject$g() {
56877
56941
  };
56878
56942
  return data;
56879
56943
  }
56880
- var e$5 = i$o(_templateObject$g());
56944
+ var e$5 = i$p(_templateObject$g());
56881
56945
  var r$3 = e$5;
56882
56946
 
56883
56947
  Theme.registerThemeFragment("dark", "color", r$3);
@@ -56901,7 +56965,7 @@ function _templateObject$f() {
56901
56965
  };
56902
56966
  return data;
56903
56967
  }
56904
- var e$4 = i$o(_templateObject$f());
56968
+ var e$4 = i$p(_templateObject$f());
56905
56969
  var r$2 = e$4;
56906
56970
 
56907
56971
  Theme.registerThemeFragment("darkest", "color", r$2);
@@ -56925,7 +56989,7 @@ function _templateObject$e() {
56925
56989
  };
56926
56990
  return data;
56927
56991
  }
56928
- var e$3 = i$o(_templateObject$e());
56992
+ var e$3 = i$p(_templateObject$e());
56929
56993
  var m$3 = e$3;
56930
56994
 
56931
56995
  Theme.registerThemeFragment("medium", "scale", m$3);
@@ -56949,7 +57013,7 @@ function _templateObject$d() {
56949
57013
  };
56950
57014
  return data;
56951
57015
  }
56952
- var e$1 = i$o(_templateObject$d());
57016
+ var e$1 = i$p(_templateObject$d());
56953
57017
  var e$2 = e$1;
56954
57018
 
56955
57019
  Theme.registerThemeFragment("large", "scale", e$2);
@@ -56973,7 +57037,7 @@ function _templateObject$c() {
56973
57037
  };
56974
57038
  return data;
56975
57039
  }
56976
- var e = i$o(_templateObject$c());
57040
+ var e = i$p(_templateObject$c());
56977
57041
  var y$2 = e;
56978
57042
 
56979
57043
  function _assert_this_initialized$7(self) {
@@ -57525,7 +57589,7 @@ function _templateObject$8() {
57525
57589
  };
57526
57590
  return data;
57527
57591
  }
57528
- var o$2 = i$o(_templateObject$8());
57592
+ var o$2 = i$p(_templateObject$8());
57529
57593
  var m$1 = o$2;
57530
57594
 
57531
57595
  function _assert_this_initialized$4(self) {
@@ -57862,7 +57926,7 @@ function _templateObject$6() {
57862
57926
  };
57863
57927
  return data;
57864
57928
  }
57865
- var o$1 = i$o(_templateObject$6());
57929
+ var o$1 = i$p(_templateObject$6());
57866
57930
  var v = o$1;
57867
57931
 
57868
57932
  function _assert_this_initialized$3(self) {
@@ -58575,7 +58639,7 @@ var TopNav = /*#__PURE__*/ function(_m) {
58575
58639
  _this.shouldAnimate = !0, _this.selectTarget(t);
58576
58640
  };
58577
58641
  _this._items = [];
58578
- _this.resizeController = new s$9(_assert_this_initialized$2(_this), {
58642
+ _this.resizeController = new t$o(_assert_this_initialized$2(_this), {
58579
58643
  callback: function() {
58580
58644
  _this.updateSelectionIndicator();
58581
58645
  }
@@ -58782,7 +58846,7 @@ function _templateObject$3() {
58782
58846
  };
58783
58847
  return data;
58784
58848
  }
58785
- var t = i$o(_templateObject$3());
58849
+ var t = i$p(_templateObject$3());
58786
58850
  var y$1 = t;
58787
58851
 
58788
58852
  function _assert_this_initialized$1(self) {
@@ -59005,7 +59069,7 @@ function _templateObject$1() {
59005
59069
  };
59006
59070
  return data;
59007
59071
  }
59008
- var r = i$o(_templateObject$1());
59072
+ var r = i$p(_templateObject$1());
59009
59073
  var y = r;
59010
59074
 
59011
59075
  function _assert_this_initialized(self) {