@cupra/ui-kit 0.2.0-canary.0 → 1.0.0-canary.1

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.
@@ -22,11 +22,11 @@ let mi = class extends Event {
22
22
  */
23
23
  let _s = class {
24
24
  constructor(e, s, r, i) {
25
- if (this.subscribe = !1, this.provided = !1, this.value = void 0, this.t = (n, o) => {
26
- this.unsubscribe && (this.unsubscribe !== o && (this.provided = !1, this.unsubscribe()), this.subscribe || this.unsubscribe()), this.value = n, this.host.requestUpdate(), this.provided && !this.subscribe || (this.provided = !0, this.callback && this.callback(n, o)), this.unsubscribe = o;
25
+ if (this.subscribe = !1, this.provided = !1, this.value = void 0, this.t = (o, n) => {
26
+ this.unsubscribe && (this.unsubscribe !== n && (this.provided = !1, this.unsubscribe()), this.subscribe || this.unsubscribe()), this.value = o, this.host.requestUpdate(), this.provided && !this.subscribe || (this.provided = !0, this.callback && this.callback(o, n)), this.unsubscribe = n;
27
27
  }, this.host = e, s.context !== void 0) {
28
- const n = s;
29
- this.context = n.context, this.callback = n.callback, this.subscribe = n.subscribe ?? !1;
28
+ const o = s;
29
+ this.context = o.context, this.callback = o.callback, this.subscribe = o.subscribe ?? !1;
30
30
  } else this.context = s, this.callback = r, this.subscribe = i ?? !1;
31
31
  this.host.addController(this);
32
32
  }
@@ -45,7 +45,7 @@ let _s = class {
45
45
  * Copyright 2021 Google LLC
46
46
  * SPDX-License-Identifier: BSD-3-Clause
47
47
  */
48
- let Ni = class {
48
+ let Bi = class {
49
49
  get value() {
50
50
  return this.o;
51
51
  }
@@ -82,19 +82,19 @@ let Li = class extends Event {
82
82
  constructor(e, s) {
83
83
  super("context-provider", { bubbles: !0, composed: !0 }), this.context = e, this.contextTarget = s;
84
84
  }
85
- }, Xs = class extends Ni {
85
+ }, Xs = class extends Bi {
86
86
  constructor(e, s, r) {
87
- var i, n;
88
- super(s.context !== void 0 ? s.initialValue : r), this.onContextRequest = (o) => {
89
- if (o.context !== this.context) return;
90
- const h = o.contextTarget ?? o.composedPath()[0];
91
- h !== this.host && (o.stopPropagation(), this.addCallback(o.callback, h, o.subscribe));
92
- }, this.onProviderRequest = (o) => {
93
- if (o.context !== this.context || (o.contextTarget ?? o.composedPath()[0]) === this.host) return;
87
+ var i, o;
88
+ super(s.context !== void 0 ? s.initialValue : r), this.onContextRequest = (n) => {
89
+ if (n.context !== this.context) return;
90
+ const h = n.contextTarget ?? n.composedPath()[0];
91
+ h !== this.host && (n.stopPropagation(), this.addCallback(n.callback, h, n.subscribe));
92
+ }, this.onProviderRequest = (n) => {
93
+ if (n.context !== this.context || (n.contextTarget ?? n.composedPath()[0]) === this.host) return;
94
94
  const h = /* @__PURE__ */ new Set();
95
- for (const [d, { consumerHost: m }] of this.subscriptions) h.has(d) || (h.add(d), m.dispatchEvent(new mi(this.context, m, d, !0)));
96
- o.stopPropagation();
97
- }, this.host = e, s.context !== void 0 ? this.context = s.context : this.context = s, this.attachListeners(), (n = (i = this.host).addController) == null || n.call(i, this);
95
+ for (const [d, { consumerHost: f }] of this.subscriptions) h.has(d) || (h.add(d), f.dispatchEvent(new mi(this.context, f, d, !0)));
96
+ n.stopPropagation();
97
+ }, this.host = e, s.context !== void 0 ? this.context = s.context : this.context = s, this.attachListeners(), (o = (i = this.host).addController) == null || o.call(i, this);
98
98
  }
99
99
  attachListeners() {
100
100
  this.host.addEventListener("context-request", this.onContextRequest), this.host.addEventListener("context-provider", this.onProviderRequest);
@@ -119,25 +119,25 @@ function ve({ context: t }) {
119
119
  return r.set(this, new Xs(this, { context: t, initialValue: i })), i;
120
120
  } };
121
121
  {
122
- e.constructor.addInitializer(((o) => {
123
- r.set(o, new Xs(o, { context: t }));
122
+ e.constructor.addInitializer(((n) => {
123
+ r.set(n, new Xs(n, { context: t }));
124
124
  }));
125
125
  const i = Object.getOwnPropertyDescriptor(e, s);
126
- let n;
126
+ let o;
127
127
  if (i === void 0) {
128
- const o = /* @__PURE__ */ new WeakMap();
129
- n = { get() {
130
- return o.get(this);
128
+ const n = /* @__PURE__ */ new WeakMap();
129
+ o = { get() {
130
+ return n.get(this);
131
131
  }, set(h) {
132
- r.get(this).setValue(h), o.set(this, h);
132
+ r.get(this).setValue(h), n.set(this, h);
133
133
  }, configurable: !0, enumerable: !0 };
134
134
  } else {
135
- const o = i.set;
136
- n = { ...i, set(h) {
137
- r.get(this).setValue(h), o == null || o.call(this, h);
135
+ const n = i.set;
136
+ o = { ...i, set(h) {
137
+ r.get(this).setValue(h), n == null || n.call(this, h);
138
138
  } };
139
139
  }
140
- return void Object.defineProperty(e, s, n);
140
+ return void Object.defineProperty(e, s, o);
141
141
  }
142
142
  };
143
143
  }
@@ -153,8 +153,8 @@ function fi({ context: t, subscribe: e }) {
153
153
  s.set.call(this, i);
154
154
  }, subscribe: e });
155
155
  })) : s.constructor.addInitializer(((i) => {
156
- new _s(i, { context: t, callback: (n) => {
157
- i[r] = n;
156
+ new _s(i, { context: t, callback: (o) => {
157
+ i[r] = o;
158
158
  }, subscribe: e });
159
159
  }));
160
160
  };
@@ -183,7 +183,7 @@ class te {
183
183
  });
184
184
  }
185
185
  }
186
- const ne = te.getInstance();
186
+ const oe = te.getInstance();
187
187
  class ee {
188
188
  constructor() {
189
189
  this.stylePromises = /* @__PURE__ */ new Map(), this.getStyles = async ({
@@ -191,10 +191,10 @@ class ee {
191
191
  theme: s
192
192
  }) => {
193
193
  if (!s || !e) return;
194
- const i = `https://ds-assets.cupra.com/0.2.0-canary.0/styles/${s}/components/${e}.css`, n = this.getCachedStyleSheetPromise({ url: i });
195
- if (n) return n;
196
- const o = this.fetchStyle({ url: i }).then((h) => (h || this.stylePromises.delete(i), h));
197
- return this.stylePromises.set(i, o), this.stylePromises.get(i);
194
+ const i = `https://ds-assets.cupra.com/1.0.0-canary.1/styles/${s}/components/${e}.css`, o = this.getCachedStyleSheetPromise({ url: i });
195
+ if (o) return o;
196
+ const n = this.fetchStyle({ url: i }).then((h) => (h || this.stylePromises.delete(i), h));
197
+ return this.stylePromises.set(i, n), this.stylePromises.get(i);
198
198
  };
199
199
  }
200
200
  async fetchStyle({ url: e }) {
@@ -238,11 +238,11 @@ let bi = class {
238
238
  }
239
239
  };
240
240
  const vi = (t) => new bi(typeof t == "string" ? t : t + "", void 0, zs), u = (t, ...e) => {
241
- const s = t.length === 1 ? t[0] : e.reduce(((r, i, n) => r + ((o) => {
242
- if (o._$cssResult$ === !0) return o.cssText;
243
- if (typeof o == "number") return o;
244
- throw Error("Value passed to 'css' function must be a 'css' function result: " + o + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
245
- })(i) + t[n + 1]), t[0]);
241
+ const s = t.length === 1 ? t[0] : e.reduce(((r, i, o) => r + ((n) => {
242
+ if (n._$cssResult$ === !0) return n.cssText;
243
+ if (typeof n == "number") return n;
244
+ throw Error("Value passed to 'css' function must be a 'css' function result: " + n + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
245
+ })(i) + t[o + 1]), t[0]);
246
246
  return new bi(s, t, zs);
247
247
  }, Is = (t, e) => {
248
248
  if (Ps) t.adoptedStyleSheets = e.map(((s) => s instanceof CSSStyleSheet ? s : s.styleSheet));
@@ -304,14 +304,14 @@ let Qt = class extends HTMLElement {
304
304
  }
305
305
  }
306
306
  static getPropertyDescriptor(e, s, r) {
307
- const { get: i, set: n } = Ri(this.prototype, e) ?? { get() {
307
+ const { get: i, set: o } = Ri(this.prototype, e) ?? { get() {
308
308
  return this[s];
309
- }, set(o) {
310
- this[s] = o;
309
+ }, set(n) {
310
+ this[s] = n;
311
311
  } };
312
- return { get: i, set(o) {
312
+ return { get: i, set(n) {
313
313
  const h = i == null ? void 0 : i.call(this);
314
- n == null || n.call(this, o), this.requestUpdate(e, h, r);
314
+ o == null || o.call(this, n), this.requestUpdate(e, h, r);
315
315
  }, configurable: !0, enumerable: !0 };
316
316
  }
317
317
  static getPropertyOptions(e) {
@@ -396,34 +396,34 @@ let Qt = class extends HTMLElement {
396
396
  this._$AK(e, r);
397
397
  }
398
398
  _$ET(e, s) {
399
- var n;
399
+ var o;
400
400
  const r = this.constructor.elementProperties.get(e), i = this.constructor._$Eu(e, r);
401
401
  if (i !== void 0 && r.reflect === !0) {
402
- const o = (((n = r.converter) == null ? void 0 : n.toAttribute) !== void 0 ? r.converter : Xe).toAttribute(s, r.type);
403
- this._$Em = e, o == null ? this.removeAttribute(i) : this.setAttribute(i, o), this._$Em = null;
402
+ const n = (((o = r.converter) == null ? void 0 : o.toAttribute) !== void 0 ? r.converter : Xe).toAttribute(s, r.type);
403
+ this._$Em = e, n == null ? this.removeAttribute(i) : this.setAttribute(i, n), this._$Em = null;
404
404
  }
405
405
  }
406
406
  _$AK(e, s) {
407
- var n, o;
407
+ var o, n;
408
408
  const r = this.constructor, i = r._$Eh.get(e);
409
409
  if (i !== void 0 && this._$Em !== i) {
410
- const h = r.getPropertyOptions(i), d = typeof h.converter == "function" ? { fromAttribute: h.converter } : ((n = h.converter) == null ? void 0 : n.fromAttribute) !== void 0 ? h.converter : Xe;
410
+ const h = r.getPropertyOptions(i), d = typeof h.converter == "function" ? { fromAttribute: h.converter } : ((o = h.converter) == null ? void 0 : o.fromAttribute) !== void 0 ? h.converter : Xe;
411
411
  this._$Em = i;
412
- const m = d.fromAttribute(s, h.type);
413
- this[i] = m ?? ((o = this._$Ej) == null ? void 0 : o.get(i)) ?? m, this._$Em = null;
412
+ const f = d.fromAttribute(s, h.type);
413
+ this[i] = f ?? ((n = this._$Ej) == null ? void 0 : n.get(i)) ?? f, this._$Em = null;
414
414
  }
415
415
  }
416
416
  requestUpdate(e, s, r) {
417
417
  var i;
418
418
  if (e !== void 0) {
419
- const n = this.constructor, o = this[e];
420
- if (r ?? (r = n.getPropertyOptions(e)), !((r.hasChanged ?? As)(o, s) || r.useDefault && r.reflect && o === ((i = this._$Ej) == null ? void 0 : i.get(e)) && !this.hasAttribute(n._$Eu(e, r)))) return;
419
+ const o = this.constructor, n = this[e];
420
+ if (r ?? (r = o.getPropertyOptions(e)), !((r.hasChanged ?? As)(n, s) || r.useDefault && r.reflect && n === ((i = this._$Ej) == null ? void 0 : i.get(e)) && !this.hasAttribute(o._$Eu(e, r)))) return;
421
421
  this.C(e, s, r);
422
422
  }
423
423
  this.isUpdatePending === !1 && (this._$ES = this._$EP());
424
424
  }
425
- C(e, s, { useDefault: r, reflect: i, wrapped: n }, o) {
426
- r && !(this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Map())).has(e) && (this._$Ej.set(e, o ?? s ?? this[e]), n !== !0 || o !== void 0) || (this._$AL.has(e) || (this.hasUpdated || r || (s = void 0), this._$AL.set(e, s)), i === !0 && this._$Em !== e && (this._$Eq ?? (this._$Eq = /* @__PURE__ */ new Set())).add(e));
425
+ C(e, s, { useDefault: r, reflect: i, wrapped: o }, n) {
426
+ r && !(this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Map())).has(e) && (this._$Ej.set(e, n ?? s ?? this[e]), o !== !0 || n !== void 0) || (this._$AL.has(e) || (this.hasUpdated || r || (s = void 0), this._$AL.set(e, s)), i === !0 && this._$Em !== e && (this._$Eq ?? (this._$Eq = /* @__PURE__ */ new Set())).add(e));
427
427
  }
428
428
  async _$EP() {
429
429
  this.isUpdatePending = !0;
@@ -443,21 +443,21 @@ let Qt = class extends HTMLElement {
443
443
  if (!this.isUpdatePending) return;
444
444
  if (!this.hasUpdated) {
445
445
  if (this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this._$Ep) {
446
- for (const [n, o] of this._$Ep) this[n] = o;
446
+ for (const [o, n] of this._$Ep) this[o] = n;
447
447
  this._$Ep = void 0;
448
448
  }
449
449
  const i = this.constructor.elementProperties;
450
- if (i.size > 0) for (const [n, o] of i) {
451
- const { wrapped: h } = o, d = this[n];
452
- h !== !0 || this._$AL.has(n) || d === void 0 || this.C(n, void 0, o, d);
450
+ if (i.size > 0) for (const [o, n] of i) {
451
+ const { wrapped: h } = n, d = this[o];
452
+ h !== !0 || this._$AL.has(o) || d === void 0 || this.C(o, void 0, n, d);
453
453
  }
454
454
  }
455
455
  let e = !1;
456
456
  const s = this._$AL;
457
457
  try {
458
458
  e = this.shouldUpdate(s), e ? (this.willUpdate(s), (r = this._$EO) == null || r.forEach(((i) => {
459
- var n;
460
- return (n = i.hostUpdate) == null ? void 0 : n.call(i);
459
+ var o;
460
+ return (o = i.hostUpdate) == null ? void 0 : o.call(i);
461
461
  })), this.update(s)) : this._$EM();
462
462
  } catch (i) {
463
463
  throw e = !1, this._$EM(), i;
@@ -499,55 +499,55 @@ Qt.elementStyles = [], Qt.shadowRootOptions = { mode: "open" }, Qt[Pe("elementPr
499
499
  * Copyright 2017 Google LLC
500
500
  * SPDX-License-Identifier: BSD-3-Clause
501
501
  */
502
- const ze = globalThis, Je = ze.trustedTypes, ei = Je ? Je.createPolicy("lit-html", { createHTML: (t) => t }) : void 0, yi = "$lit$", Ct = `lit$${Math.random().toFixed(9).slice(2)}$`, gi = "?" + Ct, qi = `<${gi}>`, Ft = document, De = () => Ft.createComment(""), Be = (t) => t === null || typeof t != "object" && typeof t != "function", Ds = Array.isArray, Ki = (t) => Ds(t) || typeof (t == null ? void 0 : t[Symbol.iterator]) == "function", ys = `[
503
- \f\r]`, Ce = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, si = /-->/g, ii = />/g, Bt = RegExp(`>|${ys}(?:([^\\s"'>=/]+)(${ys}*=${ys}*(?:[^
504
- \f\r"'\`<>=]|("|')|))|$)`, "g"), ri = /'/g, ni = /"/g, $i = /^(?:script|style|textarea|title)$/i, Gi = (t) => (e, ...s) => ({ _$litType$: t, strings: e, values: s }), l = Gi(1), pt = Symbol.for("lit-noChange"), c = Symbol.for("lit-nothing"), oi = /* @__PURE__ */ new WeakMap(), Mt = Ft.createTreeWalker(Ft, 129);
502
+ const ze = globalThis, Je = ze.trustedTypes, ei = Je ? Je.createPolicy("lit-html", { createHTML: (t) => t }) : void 0, yi = "$lit$", Ct = `lit$${Math.random().toFixed(9).slice(2)}$`, gi = "?" + Ct, qi = `<${gi}>`, Ft = document, De = () => Ft.createComment(""), Ne = (t) => t === null || typeof t != "object" && typeof t != "function", Ds = Array.isArray, Ki = (t) => Ds(t) || typeof (t == null ? void 0 : t[Symbol.iterator]) == "function", ys = `[
503
+ \f\r]`, Ce = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, si = /-->/g, ii = />/g, Nt = RegExp(`>|${ys}(?:([^\\s"'>=/]+)(${ys}*=${ys}*(?:[^
504
+ \f\r"'\`<>=]|("|')|))|$)`, "g"), ri = /'/g, oi = /"/g, $i = /^(?:script|style|textarea|title)$/i, Gi = (t) => (e, ...s) => ({ _$litType$: t, strings: e, values: s }), l = Gi(1), pt = Symbol.for("lit-noChange"), c = Symbol.for("lit-nothing"), ni = /* @__PURE__ */ new WeakMap(), Mt = Ft.createTreeWalker(Ft, 129);
505
505
  function xi(t, e) {
506
506
  if (!Ds(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
507
507
  return ei !== void 0 ? ei.createHTML(e) : e;
508
508
  }
509
509
  const Yi = (t, e) => {
510
510
  const s = t.length - 1, r = [];
511
- let i, n = e === 2 ? "<svg>" : e === 3 ? "<math>" : "", o = Ce;
511
+ let i, o = e === 2 ? "<svg>" : e === 3 ? "<math>" : "", n = Ce;
512
512
  for (let h = 0; h < s; h++) {
513
513
  const d = t[h];
514
- let m, x, b = -1, $ = 0;
515
- for (; $ < d.length && (o.lastIndex = $, x = o.exec(d), x !== null); ) $ = o.lastIndex, o === Ce ? x[1] === "!--" ? o = si : x[1] !== void 0 ? o = ii : x[2] !== void 0 ? ($i.test(x[2]) && (i = RegExp("</" + x[2], "g")), o = Bt) : x[3] !== void 0 && (o = Bt) : o === Bt ? x[0] === ">" ? (o = i ?? Ce, b = -1) : x[1] === void 0 ? b = -2 : (b = o.lastIndex - x[2].length, m = x[1], o = x[3] === void 0 ? Bt : x[3] === '"' ? ni : ri) : o === ni || o === ri ? o = Bt : o === si || o === ii ? o = Ce : (o = Bt, i = void 0);
516
- const S = o === Bt && t[h + 1].startsWith("/>") ? " " : "";
517
- n += o === Ce ? d + qi : b >= 0 ? (r.push(m), d.slice(0, b) + yi + d.slice(b) + Ct + S) : d + Ct + (b === -2 ? h : S);
514
+ let f, x, b = -1, $ = 0;
515
+ for (; $ < d.length && (n.lastIndex = $, x = n.exec(d), x !== null); ) $ = n.lastIndex, n === Ce ? x[1] === "!--" ? n = si : x[1] !== void 0 ? n = ii : x[2] !== void 0 ? ($i.test(x[2]) && (i = RegExp("</" + x[2], "g")), n = Nt) : x[3] !== void 0 && (n = Nt) : n === Nt ? x[0] === ">" ? (n = i ?? Ce, b = -1) : x[1] === void 0 ? b = -2 : (b = n.lastIndex - x[2].length, f = x[1], n = x[3] === void 0 ? Nt : x[3] === '"' ? oi : ri) : n === oi || n === ri ? n = Nt : n === si || n === ii ? n = Ce : (n = Nt, i = void 0);
516
+ const S = n === Nt && t[h + 1].startsWith("/>") ? " " : "";
517
+ o += n === Ce ? d + qi : b >= 0 ? (r.push(f), d.slice(0, b) + yi + d.slice(b) + Ct + S) : d + Ct + (b === -2 ? h : S);
518
518
  }
519
- return [xi(t, n + (t[s] || "<?>") + (e === 2 ? "</svg>" : e === 3 ? "</math>" : "")), r];
519
+ return [xi(t, o + (t[s] || "<?>") + (e === 2 ? "</svg>" : e === 3 ? "</math>" : "")), r];
520
520
  };
521
- class Ne {
521
+ class Be {
522
522
  constructor({ strings: e, _$litType$: s }, r) {
523
523
  let i;
524
524
  this.parts = [];
525
- let n = 0, o = 0;
526
- const h = e.length - 1, d = this.parts, [m, x] = Yi(e, s);
527
- if (this.el = Ne.createElement(m, r), Mt.currentNode = this.el.content, s === 2 || s === 3) {
525
+ let o = 0, n = 0;
526
+ const h = e.length - 1, d = this.parts, [f, x] = Yi(e, s);
527
+ if (this.el = Be.createElement(f, r), Mt.currentNode = this.el.content, s === 2 || s === 3) {
528
528
  const b = this.el.content.firstChild;
529
529
  b.replaceWith(...b.childNodes);
530
530
  }
531
531
  for (; (i = Mt.nextNode()) !== null && d.length < h; ) {
532
532
  if (i.nodeType === 1) {
533
533
  if (i.hasAttributes()) for (const b of i.getAttributeNames()) if (b.endsWith(yi)) {
534
- const $ = x[o++], S = i.getAttribute(b).split(Ct), T = /([.?@])?(.*)/.exec($);
535
- d.push({ type: 1, index: n, name: T[2], strings: S, ctor: T[1] === "." ? Ji : T[1] === "?" ? Zi : T[1] === "@" ? Qi : rs }), i.removeAttribute(b);
536
- } else b.startsWith(Ct) && (d.push({ type: 6, index: n }), i.removeAttribute(b));
534
+ const $ = x[n++], S = i.getAttribute(b).split(Ct), T = /([.?@])?(.*)/.exec($);
535
+ d.push({ type: 1, index: o, name: T[2], strings: S, ctor: T[1] === "." ? Ji : T[1] === "?" ? Zi : T[1] === "@" ? Qi : rs }), i.removeAttribute(b);
536
+ } else b.startsWith(Ct) && (d.push({ type: 6, index: o }), i.removeAttribute(b));
537
537
  if ($i.test(i.tagName)) {
538
538
  const b = i.textContent.split(Ct), $ = b.length - 1;
539
539
  if ($ > 0) {
540
540
  i.textContent = Je ? Je.emptyScript : "";
541
- for (let S = 0; S < $; S++) i.append(b[S], De()), Mt.nextNode(), d.push({ type: 2, index: ++n });
541
+ for (let S = 0; S < $; S++) i.append(b[S], De()), Mt.nextNode(), d.push({ type: 2, index: ++o });
542
542
  i.append(b[$], De());
543
543
  }
544
544
  }
545
- } else if (i.nodeType === 8) if (i.data === gi) d.push({ type: 2, index: n });
545
+ } else if (i.nodeType === 8) if (i.data === gi) d.push({ type: 2, index: o });
546
546
  else {
547
547
  let b = -1;
548
- for (; (b = i.data.indexOf(Ct, b + 1)) !== -1; ) d.push({ type: 7, index: n }), b += Ct.length - 1;
548
+ for (; (b = i.data.indexOf(Ct, b + 1)) !== -1; ) d.push({ type: 7, index: o }), b += Ct.length - 1;
549
549
  }
550
- n++;
550
+ o++;
551
551
  }
552
552
  }
553
553
  static createElement(e, s) {
@@ -555,12 +555,12 @@ class Ne {
555
555
  return r.innerHTML = e, r;
556
556
  }
557
557
  }
558
- function oe(t, e, s = t, r) {
559
- var o, h;
558
+ function ne(t, e, s = t, r) {
559
+ var n, h;
560
560
  if (e === pt) return e;
561
- let i = r !== void 0 ? (o = s._$Co) == null ? void 0 : o[r] : s._$Cl;
562
- const n = Be(e) ? void 0 : e._$litDirective$;
563
- return (i == null ? void 0 : i.constructor) !== n && ((h = i == null ? void 0 : i._$AO) == null || h.call(i, !1), n === void 0 ? i = void 0 : (i = new n(t), i._$AT(t, s, r)), r !== void 0 ? (s._$Co ?? (s._$Co = []))[r] = i : s._$Cl = i), i !== void 0 && (e = oe(t, i._$AS(t, e.values), i, r)), e;
561
+ let i = r !== void 0 ? (n = s._$Co) == null ? void 0 : n[r] : s._$Cl;
562
+ const o = Ne(e) ? void 0 : e._$litDirective$;
563
+ return (i == null ? void 0 : i.constructor) !== o && ((h = i == null ? void 0 : i._$AO) == null || h.call(i, !1), o === void 0 ? i = void 0 : (i = new o(t), i._$AT(t, s, r)), r !== void 0 ? (s._$Co ?? (s._$Co = []))[r] = i : s._$Cl = i), i !== void 0 && (e = ne(t, i._$AS(t, e.values), i, r)), e;
564
564
  }
565
565
  let Xi = class {
566
566
  constructor(e, s) {
@@ -575,13 +575,13 @@ let Xi = class {
575
575
  u(e) {
576
576
  const { el: { content: s }, parts: r } = this._$AD, i = ((e == null ? void 0 : e.creationScope) ?? Ft).importNode(s, !0);
577
577
  Mt.currentNode = i;
578
- let n = Mt.nextNode(), o = 0, h = 0, d = r[0];
578
+ let o = Mt.nextNode(), n = 0, h = 0, d = r[0];
579
579
  for (; d !== void 0; ) {
580
- if (o === d.index) {
581
- let m;
582
- d.type === 2 ? m = new ye(n, n.nextSibling, this, e) : d.type === 1 ? m = new d.ctor(n, d.name, d.strings, this, e) : d.type === 6 && (m = new tr(n, this, e)), this._$AV.push(m), d = r[++h];
580
+ if (n === d.index) {
581
+ let f;
582
+ d.type === 2 ? f = new ye(o, o.nextSibling, this, e) : d.type === 1 ? f = new d.ctor(o, d.name, d.strings, this, e) : d.type === 6 && (f = new tr(o, this, e)), this._$AV.push(f), d = r[++h];
583
583
  }
584
- o !== (d == null ? void 0 : d.index) && (n = Mt.nextNode(), o++);
584
+ n !== (d == null ? void 0 : d.index) && (o = Mt.nextNode(), n++);
585
585
  }
586
586
  return Mt.currentNode = Ft, i;
587
587
  }
@@ -610,7 +610,7 @@ class ye {
610
610
  return this._$AB;
611
611
  }
612
612
  _$AI(e, s = this) {
613
- e = oe(this, e, s), Be(e) ? e === c || e == null || e === "" ? (this._$AH !== c && this._$AR(), this._$AH = c) : e !== this._$AH && e !== pt && this._(e) : e._$litType$ !== void 0 ? this.$(e) : e.nodeType !== void 0 ? this.T(e) : Ki(e) ? this.k(e) : this._(e);
613
+ e = ne(this, e, s), Ne(e) ? e === c || e == null || e === "" ? (this._$AH !== c && this._$AR(), this._$AH = c) : e !== this._$AH && e !== pt && this._(e) : e._$litType$ !== void 0 ? this.$(e) : e.nodeType !== void 0 ? this.T(e) : Ki(e) ? this.k(e) : this._(e);
614
614
  }
615
615
  O(e) {
616
616
  return this._$AA.parentNode.insertBefore(e, this._$AB);
@@ -619,26 +619,26 @@ class ye {
619
619
  this._$AH !== e && (this._$AR(), this._$AH = this.O(e));
620
620
  }
621
621
  _(e) {
622
- this._$AH !== c && Be(this._$AH) ? this._$AA.nextSibling.data = e : this.T(Ft.createTextNode(e)), this._$AH = e;
622
+ this._$AH !== c && Ne(this._$AH) ? this._$AA.nextSibling.data = e : this.T(Ft.createTextNode(e)), this._$AH = e;
623
623
  }
624
624
  $(e) {
625
- var n;
626
- const { values: s, _$litType$: r } = e, i = typeof r == "number" ? this._$AC(e) : (r.el === void 0 && (r.el = Ne.createElement(xi(r.h, r.h[0]), this.options)), r);
627
- if (((n = this._$AH) == null ? void 0 : n._$AD) === i) this._$AH.p(s);
625
+ var o;
626
+ const { values: s, _$litType$: r } = e, i = typeof r == "number" ? this._$AC(e) : (r.el === void 0 && (r.el = Be.createElement(xi(r.h, r.h[0]), this.options)), r);
627
+ if (((o = this._$AH) == null ? void 0 : o._$AD) === i) this._$AH.p(s);
628
628
  else {
629
- const o = new Xi(i, this), h = o.u(this.options);
630
- o.p(s), this.T(h), this._$AH = o;
629
+ const n = new Xi(i, this), h = n.u(this.options);
630
+ n.p(s), this.T(h), this._$AH = n;
631
631
  }
632
632
  }
633
633
  _$AC(e) {
634
- let s = oi.get(e.strings);
635
- return s === void 0 && oi.set(e.strings, s = new Ne(e)), s;
634
+ let s = ni.get(e.strings);
635
+ return s === void 0 && ni.set(e.strings, s = new Be(e)), s;
636
636
  }
637
637
  k(e) {
638
638
  Ds(this._$AH) || (this._$AH = [], this._$AR());
639
639
  const s = this._$AH;
640
640
  let r, i = 0;
641
- for (const n of e) i === s.length ? s.push(r = new ye(this.O(De()), this.O(De()), this, this.options)) : r = s[i], r._$AI(n), i++;
641
+ for (const o of e) i === s.length ? s.push(r = new ye(this.O(De()), this.O(De()), this, this.options)) : r = s[i], r._$AI(o), i++;
642
642
  i < s.length && (this._$AR(r && r._$AB.nextSibling, i), s.length = i);
643
643
  }
644
644
  _$AR(e = this._$AA.nextSibling, s) {
@@ -660,19 +660,19 @@ class rs {
660
660
  get _$AU() {
661
661
  return this._$AM._$AU;
662
662
  }
663
- constructor(e, s, r, i, n) {
664
- this.type = 1, this._$AH = c, this._$AN = void 0, this.element = e, this.name = s, this._$AM = i, this.options = n, r.length > 2 || r[0] !== "" || r[1] !== "" ? (this._$AH = Array(r.length - 1).fill(new String()), this.strings = r) : this._$AH = c;
663
+ constructor(e, s, r, i, o) {
664
+ this.type = 1, this._$AH = c, this._$AN = void 0, this.element = e, this.name = s, this._$AM = i, this.options = o, r.length > 2 || r[0] !== "" || r[1] !== "" ? (this._$AH = Array(r.length - 1).fill(new String()), this.strings = r) : this._$AH = c;
665
665
  }
666
666
  _$AI(e, s = this, r, i) {
667
- const n = this.strings;
668
- let o = !1;
669
- if (n === void 0) e = oe(this, e, s, 0), o = !Be(e) || e !== this._$AH && e !== pt, o && (this._$AH = e);
667
+ const o = this.strings;
668
+ let n = !1;
669
+ if (o === void 0) e = ne(this, e, s, 0), n = !Ne(e) || e !== this._$AH && e !== pt, n && (this._$AH = e);
670
670
  else {
671
671
  const h = e;
672
- let d, m;
673
- for (e = n[0], d = 0; d < n.length - 1; d++) m = oe(this, h[r + d], s, d), m === pt && (m = this._$AH[d]), o || (o = !Be(m) || m !== this._$AH[d]), m === c ? e = c : e !== c && (e += (m ?? "") + n[d + 1]), this._$AH[d] = m;
672
+ let d, f;
673
+ for (e = o[0], d = 0; d < o.length - 1; d++) f = ne(this, h[r + d], s, d), f === pt && (f = this._$AH[d]), n || (n = !Ne(f) || f !== this._$AH[d]), f === c ? e = c : e !== c && (e += (f ?? "") + o[d + 1]), this._$AH[d] = f;
674
674
  }
675
- o && !i && this.j(e);
675
+ n && !i && this.j(e);
676
676
  }
677
677
  j(e) {
678
678
  e === c ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, e ?? "");
@@ -695,13 +695,13 @@ class Zi extends rs {
695
695
  }
696
696
  }
697
697
  class Qi extends rs {
698
- constructor(e, s, r, i, n) {
699
- super(e, s, r, i, n), this.type = 5;
698
+ constructor(e, s, r, i, o) {
699
+ super(e, s, r, i, o), this.type = 5;
700
700
  }
701
701
  _$AI(e, s = this) {
702
- if ((e = oe(this, e, s, 0) ?? c) === pt) return;
703
- const r = this._$AH, i = e === c && r !== c || e.capture !== r.capture || e.once !== r.once || e.passive !== r.passive, n = e !== c && (r === c || i);
704
- i && this.element.removeEventListener(this.name, this, r), n && this.element.addEventListener(this.name, this, e), this._$AH = e;
702
+ if ((e = ne(this, e, s, 0) ?? c) === pt) return;
703
+ const r = this._$AH, i = e === c && r !== c || e.capture !== r.capture || e.once !== r.once || e.passive !== r.passive, o = e !== c && (r === c || i);
704
+ i && this.element.removeEventListener(this.name, this, r), o && this.element.addEventListener(this.name, this, e), this._$AH = e;
705
705
  }
706
706
  handleEvent(e) {
707
707
  var s;
@@ -716,17 +716,17 @@ class tr {
716
716
  return this._$AM._$AU;
717
717
  }
718
718
  _$AI(e) {
719
- oe(this, e);
719
+ ne(this, e);
720
720
  }
721
721
  }
722
722
  const er = { I: ye }, gs = ze.litHtmlPolyfillSupport;
723
- gs == null || gs(Ne, ye), (ze.litHtmlVersions ?? (ze.litHtmlVersions = [])).push("3.3.1");
723
+ gs == null || gs(Be, ye), (ze.litHtmlVersions ?? (ze.litHtmlVersions = [])).push("3.3.1");
724
724
  const sr = (t, e, s) => {
725
725
  const r = (s == null ? void 0 : s.renderBefore) ?? e;
726
726
  let i = r._$litPart$;
727
727
  if (i === void 0) {
728
- const n = (s == null ? void 0 : s.renderBefore) ?? null;
729
- r._$litPart$ = i = new ye(e.insertBefore(De(), n), n, void 0, s ?? {});
728
+ const o = (s == null ? void 0 : s.renderBefore) ?? null;
729
+ r._$litPart$ = i = new ye(e.insertBefore(De(), o), o, void 0, s ?? {});
730
730
  }
731
731
  return i._$AI(t), i;
732
732
  };
@@ -773,29 +773,29 @@ $s == null || $s({ LitElement: ut });
773
773
  */
774
774
  const ir = { attribute: !0, type: String, converter: Xe, reflect: !1, hasChanged: As }, rr = (t = ir, e, s) => {
775
775
  const { kind: r, metadata: i } = s;
776
- let n = globalThis.litPropertyMetadata.get(i);
777
- if (n === void 0 && globalThis.litPropertyMetadata.set(i, n = /* @__PURE__ */ new Map()), r === "setter" && ((t = Object.create(t)).wrapped = !0), n.set(s.name, t), r === "accessor") {
778
- const { name: o } = s;
776
+ let o = globalThis.litPropertyMetadata.get(i);
777
+ if (o === void 0 && globalThis.litPropertyMetadata.set(i, o = /* @__PURE__ */ new Map()), r === "setter" && ((t = Object.create(t)).wrapped = !0), o.set(s.name, t), r === "accessor") {
778
+ const { name: n } = s;
779
779
  return { set(h) {
780
780
  const d = e.get.call(this);
781
- e.set.call(this, h), this.requestUpdate(o, d, t);
781
+ e.set.call(this, h), this.requestUpdate(n, d, t);
782
782
  }, init(h) {
783
- return h !== void 0 && this.C(o, void 0, t, h), h;
783
+ return h !== void 0 && this.C(n, void 0, t, h), h;
784
784
  } };
785
785
  }
786
786
  if (r === "setter") {
787
- const { name: o } = s;
787
+ const { name: n } = s;
788
788
  return function(h) {
789
- const d = this[o];
790
- e.call(this, h), this.requestUpdate(o, d, t);
789
+ const d = this[n];
790
+ e.call(this, h), this.requestUpdate(n, d, t);
791
791
  };
792
792
  }
793
793
  throw Error("Unsupported decorator location: " + r);
794
794
  };
795
795
  function a(t) {
796
- return (e, s) => typeof s == "object" ? rr(t, e, s) : ((r, i, n) => {
797
- const o = i.hasOwnProperty(n);
798
- return i.constructor.createProperty(n, r), o ? Object.getOwnPropertyDescriptor(i, n) : void 0;
796
+ return (e, s) => typeof s == "object" ? rr(t, e, s) : ((r, i, o) => {
797
+ const n = i.hasOwnProperty(o);
798
+ return i.constructor.createProperty(o, r), n ? Object.getOwnPropertyDescriptor(i, o) : void 0;
799
799
  })(t, e, s);
800
800
  }
801
801
  /**
@@ -811,7 +811,7 @@ function y(t) {
811
811
  * Copyright 2017 Google LLC
812
812
  * SPDX-License-Identifier: BSD-3-Clause
813
813
  */
814
- const Bs = (t, e, s) => (s.configurable = !0, s.enumerable = !0, Reflect.decorate && typeof e != "object" && Object.defineProperty(t, e, s), s);
814
+ const Ns = (t, e, s) => (s.configurable = !0, s.enumerable = !0, Reflect.decorate && typeof e != "object" && Object.defineProperty(t, e, s), s);
815
815
  /**
816
816
  * @license
817
817
  * Copyright 2017 Google LLC
@@ -819,12 +819,12 @@ const Bs = (t, e, s) => (s.configurable = !0, s.enumerable = !0, Reflect.decorat
819
819
  */
820
820
  function ct(t, e) {
821
821
  return (s, r, i) => {
822
- const n = (o) => {
822
+ const o = (n) => {
823
823
  var h;
824
- return ((h = o.renderRoot) == null ? void 0 : h.querySelector(t)) ?? null;
824
+ return ((h = n.renderRoot) == null ? void 0 : h.querySelector(t)) ?? null;
825
825
  };
826
- return Bs(s, r, { get() {
827
- return n(this);
826
+ return Ns(s, r, { get() {
827
+ return o(this);
828
828
  } });
829
829
  };
830
830
  }
@@ -835,11 +835,11 @@ function ct(t, e) {
835
835
  */
836
836
  function et(t) {
837
837
  return (e, s) => {
838
- const { slot: r, selector: i } = t ?? {}, n = "slot" + (r ? `[name=${r}]` : ":not([name])");
839
- return Bs(e, s, { get() {
838
+ const { slot: r, selector: i } = t ?? {}, o = "slot" + (r ? `[name=${r}]` : ":not([name])");
839
+ return Ns(e, s, { get() {
840
840
  var d;
841
- const o = (d = this.renderRoot) == null ? void 0 : d.querySelector(n), h = (o == null ? void 0 : o.assignedElements(t)) ?? [];
842
- return i === void 0 ? h : h.filter(((m) => m.matches(i)));
841
+ const n = (d = this.renderRoot) == null ? void 0 : d.querySelector(o), h = (n == null ? void 0 : n.assignedElements(t)) ?? [];
842
+ return i === void 0 ? h : h.filter(((f) => f.matches(i)));
843
843
  } });
844
844
  };
845
845
  }
@@ -848,26 +848,26 @@ function et(t) {
848
848
  * Copyright 2017 Google LLC
849
849
  * SPDX-License-Identifier: BSD-3-Clause
850
850
  */
851
- function Ns(t) {
851
+ function Bs(t) {
852
852
  return (e, s) => {
853
853
  const { slot: r } = t ?? {}, i = "slot" + (r ? `[name=${r}]` : ":not([name])");
854
- return Bs(e, s, { get() {
855
- var o;
856
- const n = (o = this.renderRoot) == null ? void 0 : o.querySelector(i);
857
- return (n == null ? void 0 : n.assignedNodes(t)) ?? [];
854
+ return Ns(e, s, { get() {
855
+ var n;
856
+ const o = (n = this.renderRoot) == null ? void 0 : n.querySelector(i);
857
+ return (o == null ? void 0 : o.assignedNodes(t)) ?? [];
858
858
  } });
859
859
  };
860
860
  }
861
- var nr = Object.defineProperty, wi = (t, e, s, r) => {
862
- for (var i = void 0, n = t.length - 1, o; n >= 0; n--)
863
- (o = t[n]) && (i = o(e, s, i) || i);
864
- return i && nr(e, s, i), i;
861
+ var or = Object.defineProperty, wi = (t, e, s, r) => {
862
+ for (var i = void 0, o = t.length - 1, n; o >= 0; o--)
863
+ (n = t[o]) && (i = n(e, s, i) || i);
864
+ return i && or(e, s, i), i;
865
865
  };
866
- const or = u`:host([unresolved]){visibility:hidden}`, Ls = class Si extends ut {
866
+ const nr = u`:host([unresolved]){visibility:hidden}`, Ls = class Si extends ut {
867
867
  constructor() {
868
868
  super(), this.appliedConstructables = [], this.appliedStyleTags = [], this.handleChangeTheme = (e) => {
869
869
  this.pubSubTheme = e;
870
- }, this.pubSubTheme = ne.subscribe("theme", this.handleChangeTheme);
870
+ }, this.pubSubTheme = oe.subscribe("theme", this.handleChangeTheme);
871
871
  }
872
872
  get theme() {
873
873
  return this.contextTheme ?? this.pubSubTheme;
@@ -875,10 +875,10 @@ const or = u`:host([unresolved]){visibility:hidden}`, Ls = class Si extends ut {
875
875
  connectedCallback() {
876
876
  super.connectedCallback(), this.shadowRoot || this.attachShadow({ mode: "open" }), this.setAttribute("unresolved", "");
877
877
  const e = this.constructor, s = Array.isArray(e.styles) ? e.styles : [e.styles].filter(Boolean);
878
- Is(this.shadowRoot, [...s, or]), this.applyThemeStyles();
878
+ Is(this.shadowRoot, [...s, nr]), this.applyThemeStyles();
879
879
  }
880
880
  disconnectedCallback() {
881
- super.disconnectedCallback(), ne.unsubscribe("theme", this.handleChangeTheme);
881
+ super.disconnectedCallback(), oe.unsubscribe("theme", this.handleChangeTheme);
882
882
  }
883
883
  updated(e) {
884
884
  super.updated(e), (e.has("contextTheme") || e.has("pubSubTheme")) && this.applyThemeStyles();
@@ -898,18 +898,18 @@ const or = u`:host([unresolved]){visibility:hidden}`, Ls = class Si extends ut {
898
898
  if (!(!this.theme || !(e != null && e.length)))
899
899
  try {
900
900
  const s = await Promise.all(
901
- e.map((o) => Mi.getStyles({ componentName: o, theme: this.theme }))
902
- ), r = this.supportsAdoptedSheets(), i = this.shadowRoot.adoptedStyleSheets || [], n = this.appliedConstructables ? i.filter((o) => !this.appliedConstructables.includes(o)) : i;
903
- this.appliedConstructables = [], this.appliedStyleTags.forEach((o) => o.remove()), this.appliedStyleTags = [], s.forEach((o) => {
904
- if (o)
901
+ e.map((n) => Mi.getStyles({ componentName: n, theme: this.theme }))
902
+ ), r = this.supportsAdoptedSheets(), i = this.shadowRoot.adoptedStyleSheets || [], o = this.appliedConstructables ? i.filter((n) => !this.appliedConstructables.includes(n)) : i;
903
+ this.appliedConstructables = [], this.appliedStyleTags.forEach((n) => n.remove()), this.appliedStyleTags = [], s.forEach((n) => {
904
+ if (n)
905
905
  if (r) {
906
906
  const h = new CSSStyleSheet();
907
- h.replaceSync(o), this.appliedConstructables.push(h);
907
+ h.replaceSync(n), this.appliedConstructables.push(h);
908
908
  } else {
909
909
  const h = document.createElement("style");
910
- h.textContent = o, this.shadowRoot.appendChild(h), this.appliedStyleTags.push(h);
910
+ h.textContent = n, this.shadowRoot.appendChild(h), this.appliedStyleTags.push(h);
911
911
  }
912
- }), r && (this.shadowRoot.adoptedStyleSheets = [...n, ...this.appliedConstructables]);
912
+ }), r && (this.shadowRoot.adoptedStyleSheets = [...o, ...this.appliedConstructables]);
913
913
  } catch (s) {
914
914
  console.error(s);
915
915
  } finally {
@@ -1053,7 +1053,7 @@ const Ie = (t) => t ?? c, lr = {
1053
1053
  <ds-icon-button-react
1054
1054
  class=${t == null ? void 0 : t.class}
1055
1055
  @click=${t == null ? void 0 : t["@click"]}
1056
- .size=${Ie(t == null ? void 0 : t.size)}
1056
+ size=${Ie(t == null ? void 0 : t.size)}
1057
1057
  variant=${(t == null ? void 0 : t.variant) ?? "primary"}
1058
1058
  mode=${(t == null ? void 0 : t.mode) ?? "light"}
1059
1059
  .disabled=${t == null ? void 0 : t.disabled}
@@ -1087,24 +1087,24 @@ const Ie = (t) => t ?? c, lr = {
1087
1087
  };
1088
1088
  function v(t, e) {
1089
1089
  return function(s) {
1090
- var n, o, h;
1090
+ var o, n, h;
1091
1091
  if (!((s == null ? void 0 : s.prototype) instanceof HTMLElement))
1092
1092
  throw new TypeError("@customUiKitElement requires a class that extends HTMLElement.");
1093
1093
  const r = `${t}-react`;
1094
1094
  if (customElements.get(r)) return;
1095
1095
  let i = e != null && e.skipTagAsComponentName ? [] : [t];
1096
- Array.isArray(e == null ? void 0 : e.extendComponentNames) && (i = [...e.extendComponentNames, ...i]), (h = (n = window == null ? void 0 : window.customElements) == null ? void 0 : n.define) == null || h.call(
1097
- n,
1096
+ Array.isArray(e == null ? void 0 : e.extendComponentNames) && (i = [...e.extendComponentNames, ...i]), (h = (o = window == null ? void 0 : window.customElements) == null ? void 0 : o.define) == null || h.call(
1097
+ o,
1098
1098
  r,
1099
- (o = class extends s {
1099
+ (n = class extends s {
1100
1100
  constructor() {
1101
1101
  super(...arguments), this.componentFactory = lr;
1102
1102
  }
1103
- }, o.componentName = i, o)
1103
+ }, n.componentName = i, n)
1104
1104
  );
1105
1105
  };
1106
1106
  }
1107
- const f = (t) => typeof t == "boolean" ? t : t === "true" || t === "" ? !0 : t === "false" ? !1 : !!t;
1107
+ const m = (t) => typeof t == "boolean" ? t : t === "true" || t === "" ? !0 : t === "false" ? !1 : !!t;
1108
1108
  /**
1109
1109
  * @license
1110
1110
  * Copyright 2017 Google LLC
@@ -1147,9 +1147,9 @@ let Ts = class extends Fs {
1147
1147
  }
1148
1148
  };
1149
1149
  Ts.directiveName = "unsafeHTML", Ts.resultType = 1;
1150
- const ns = js(Ts);
1150
+ const os = js(Ts);
1151
1151
  function C(t, ...e) {
1152
- const r = String.raw({ raw: t }, ...e).replace(/(--private-[\w-]+)(?=\s*[):,])/g, "$1-v0-2-0-canary-0"), i = ns(r);
1152
+ const r = String.raw({ raw: t }, ...e).replace(/(--private-[\w-]+)(?=\s*[):,])/g, "$1-v1-0-0-canary-1"), i = os(r);
1153
1153
  return l`${i}`;
1154
1154
  }
1155
1155
  /**
@@ -1168,22 +1168,22 @@ const p = js(class extends Fs {
1168
1168
  update(t, [e]) {
1169
1169
  var r, i;
1170
1170
  if (this.st === void 0) {
1171
- this.st = /* @__PURE__ */ new Set(), t.strings !== void 0 && (this.nt = new Set(t.strings.join(" ").split(/\s/).filter(((n) => n !== ""))));
1172
- for (const n in e) e[n] && !((r = this.nt) != null && r.has(n)) && this.st.add(n);
1171
+ this.st = /* @__PURE__ */ new Set(), t.strings !== void 0 && (this.nt = new Set(t.strings.join(" ").split(/\s/).filter(((o) => o !== ""))));
1172
+ for (const o in e) e[o] && !((r = this.nt) != null && r.has(o)) && this.st.add(o);
1173
1173
  return this.render(e);
1174
1174
  }
1175
1175
  const s = t.element.classList;
1176
- for (const n of this.st) n in e || (s.remove(n), this.st.delete(n));
1177
- for (const n in e) {
1178
- const o = !!e[n];
1179
- o === this.st.has(n) || (i = this.nt) != null && i.has(n) || (o ? (s.add(n), this.st.add(n)) : (s.remove(n), this.st.delete(n)));
1176
+ for (const o of this.st) o in e || (s.remove(o), this.st.delete(o));
1177
+ for (const o in e) {
1178
+ const n = !!e[o];
1179
+ n === this.st.has(o) || (i = this.nt) != null && i.has(o) || (n ? (s.add(o), this.st.add(o)) : (s.remove(o), this.st.delete(o)));
1180
1180
  }
1181
1181
  return pt;
1182
1182
  }
1183
1183
  });
1184
1184
  var cr = Object.defineProperty, hr = Object.getOwnPropertyDescriptor, qt = (t, e, s, r) => {
1185
- for (var i = r > 1 ? void 0 : r ? hr(e, s) : e, n = t.length - 1, o; n >= 0; n--)
1186
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
1185
+ for (var i = r > 1 ? void 0 : r ? hr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
1186
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
1187
1187
  return r && i && cr(e, s, i), i;
1188
1188
  };
1189
1189
  let mt = class extends g {
@@ -1269,7 +1269,7 @@ qt([
1269
1269
  a({ type: Number, attribute: "max-height" })
1270
1270
  ], mt.prototype, "maxHeight", 2);
1271
1271
  qt([
1272
- a({ type: Boolean, converter: f, reflect: !0 })
1272
+ a({ type: Boolean, converter: m, reflect: !0 })
1273
1273
  ], mt.prototype, "open", 2);
1274
1274
  qt([
1275
1275
  a({ type: String, reflect: !0 })
@@ -1278,7 +1278,7 @@ qt([
1278
1278
  a({ type: String })
1279
1279
  ], mt.prototype, "size", 2);
1280
1280
  qt([
1281
- a({ type: Boolean, converter: f })
1281
+ a({ type: Boolean, converter: m })
1282
1282
  ], mt.prototype, "disabled", 2);
1283
1283
  qt([
1284
1284
  y()
@@ -1305,9 +1305,9 @@ const dr = u`
1305
1305
  cursor: auto;
1306
1306
  }
1307
1307
  `;
1308
- var ur = Object.defineProperty, pr = Object.getOwnPropertyDescriptor, os = (t, e, s, r) => {
1309
- for (var i = r > 1 ? void 0 : r ? pr(e, s) : e, n = t.length - 1, o; n >= 0; n--)
1310
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
1308
+ var ur = Object.defineProperty, pr = Object.getOwnPropertyDescriptor, ns = (t, e, s, r) => {
1309
+ for (var i = r > 1 ? void 0 : r ? pr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
1310
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
1311
1311
  return r && i && ur(e, s, i), i;
1312
1312
  };
1313
1313
  let ae = class extends g {
@@ -1360,16 +1360,16 @@ let ae = class extends g {
1360
1360
  }
1361
1361
  };
1362
1362
  ae.styles = [dr];
1363
- os([
1363
+ ns([
1364
1364
  a({ type: String, reflect: !0 })
1365
1365
  ], ae.prototype, "mode", 2);
1366
- os([
1366
+ ns([
1367
1367
  a({ type: Number, attribute: "bullets-number" })
1368
1368
  ], ae.prototype, "bulletsNumber", 2);
1369
- os([
1369
+ ns([
1370
1370
  a({ type: Number, attribute: "active-bullet-index", reflect: !0 })
1371
1371
  ], ae.prototype, "activeBulletIndex", 2);
1372
- ae = os([
1372
+ ae = ns([
1373
1373
  v("ds-bullets")
1374
1374
  ], ae);
1375
1375
  const At = (t) => class extends t {
@@ -1420,7 +1420,7 @@ const Ve = (t, e, s) => {
1420
1420
  * Copyright 2021 Google LLC
1421
1421
  * SPDX-License-Identifier: BSD-3-Clause
1422
1422
  */
1423
- function ot(t, e, s) {
1423
+ function nt(t, e, s) {
1424
1424
  return t ? e(t) : s == null ? void 0 : s(t);
1425
1425
  }
1426
1426
  const mr = u`
@@ -1531,8 +1531,8 @@ const mr = u`
1531
1531
  }
1532
1532
  `;
1533
1533
  var vr = Object.defineProperty, yr = Object.getOwnPropertyDescriptor, I = (t, e, s, r) => {
1534
- for (var i = r > 1 ? void 0 : r ? yr(e, s) : e, n = t.length - 1, o; n >= 0; n--)
1535
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
1534
+ for (var i = r > 1 ? void 0 : r ? yr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
1535
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
1536
1536
  return r && i && vr(e, s, i), i;
1537
1537
  };
1538
1538
  let E = class extends At(g) {
@@ -1610,12 +1610,12 @@ let E = class extends At(g) {
1610
1610
  @click=${this.handleClick}
1611
1611
  ?disabled=${this.disabled}
1612
1612
  >
1613
- ${ot(this.iconPosition === "left", () => l` ${this.iconTemplate} `)}
1613
+ ${nt(this.iconPosition === "left", () => l` ${this.iconTemplate} `)}
1614
1614
  <span class="container">
1615
1615
  <slot></slot>
1616
1616
  ${this.loadingTemplate}
1617
1617
  </span>
1618
- ${ot(this.iconPosition === "right", () => l` ${this.iconTemplate} `)}
1618
+ ${nt(this.iconPosition === "right", () => l` ${this.iconTemplate} `)}
1619
1619
  </button>
1620
1620
  `;
1621
1621
  }
@@ -1634,12 +1634,12 @@ let E = class extends At(g) {
1634
1634
  @click=${this.handleClick}
1635
1635
  ?disabled=${this.disabled}
1636
1636
  >
1637
- ${ot(this.iconPosition === "left", () => l`${this.iconTemplate}`)}
1637
+ ${nt(this.iconPosition === "left", () => l`${this.iconTemplate}`)}
1638
1638
  <span class="container">
1639
1639
  <slot></slot>
1640
1640
  ${this.loadingTemplate}
1641
1641
  </span>
1642
- ${ot(this.iconPosition === "right", () => l`${this.iconTemplate}`)}
1642
+ ${nt(this.iconPosition === "right", () => l`${this.iconTemplate}`)}
1643
1643
  </a>
1644
1644
  `;
1645
1645
  }
@@ -1667,10 +1667,10 @@ I([
1667
1667
  a({ type: String, converter: Ue })
1668
1668
  ], E.prototype, "size", 2);
1669
1669
  I([
1670
- a({ type: Boolean, converter: f })
1670
+ a({ type: Boolean, converter: m })
1671
1671
  ], E.prototype, "disabled", 2);
1672
1672
  I([
1673
- a({ type: Boolean, converter: f })
1673
+ a({ type: Boolean, converter: m })
1674
1674
  ], E.prototype, "destructive", 2);
1675
1675
  I([
1676
1676
  a({ type: String, attribute: "icon-name" })
@@ -1694,13 +1694,13 @@ I([
1694
1694
  a({ type: String, attribute: "icon-position" })
1695
1695
  ], E.prototype, "iconPosition", 2);
1696
1696
  I([
1697
- a({ type: Boolean, converter: f })
1697
+ a({ type: Boolean, converter: m })
1698
1698
  ], E.prototype, "rounded", 2);
1699
1699
  I([
1700
- a({ type: Boolean, converter: f, attribute: "full-width" })
1700
+ a({ type: Boolean, converter: m, attribute: "full-width" })
1701
1701
  ], E.prototype, "fullWidth", 2);
1702
1702
  I([
1703
- a({ type: Boolean, converter: f })
1703
+ a({ type: Boolean, converter: m })
1704
1704
  ], E.prototype, "loading", 2);
1705
1705
  I([
1706
1706
  y()
@@ -1721,8 +1721,8 @@ const gr = u`
1721
1721
  }
1722
1722
  `;
1723
1723
  var $r = Object.defineProperty, xr = Object.getOwnPropertyDescriptor, as = (t, e, s, r) => {
1724
- for (var i = r > 1 ? void 0 : r ? xr(e, s) : e, n = t.length - 1, o; n >= 0; n--)
1725
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
1724
+ for (var i = r > 1 ? void 0 : r ? xr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
1725
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
1726
1726
  return r && i && $r(e, s, i), i;
1727
1727
  };
1728
1728
  let le = class extends g {
@@ -1739,8 +1739,8 @@ let le = class extends g {
1739
1739
  const t = [], e = this.selectorsNumber > this.maxSelectorsShown;
1740
1740
  for (let s = 0; s < this.selectorsNumber; s++) {
1741
1741
  let r = !1;
1742
- const i = this.selectedIndex >= 3 && this.selectedIndex < this.selectorsNumber - 3, n = this.selectedIndex < 3, o = this.selectedIndex >= this.selectorsNumber - 3;
1743
- e && (i && (s < this.selectedIndex - 3 || s > this.selectedIndex + 3) || n && s >= 5 || o && s < this.selectorsNumber - 5) && (r = e);
1742
+ const i = this.selectedIndex >= 3 && this.selectedIndex < this.selectorsNumber - 3, o = this.selectedIndex < 3, n = this.selectedIndex >= this.selectorsNumber - 3;
1743
+ e && (i && (s < this.selectedIndex - 3 || s > this.selectedIndex + 3) || o && s >= 5 || n && s < this.selectorsNumber - 5) && (r = e);
1744
1744
  const h = {
1745
1745
  selector: !0,
1746
1746
  selected: s === this.selectedIndex,
@@ -1774,8 +1774,8 @@ le = as([
1774
1774
  const ls = (t) => {
1775
1775
  const s = class s extends t {
1776
1776
  constructor(...i) {
1777
- var n;
1778
- super(i), this._internals = (n = this.attachInternals) == null ? void 0 : n.call(this);
1777
+ var o;
1778
+ super(i), this._internals = (o = this.attachInternals) == null ? void 0 : o.call(this);
1779
1779
  }
1780
1780
  };
1781
1781
  s.formAssociated = !0;
@@ -1835,8 +1835,8 @@ const ls = (t) => {
1835
1835
  }
1836
1836
  `;
1837
1837
  var Sr = Object.defineProperty, _r = Object.getOwnPropertyDescriptor, j = (t, e, s, r) => {
1838
- for (var i = r > 1 ? void 0 : r ? _r(e, s) : e, n = t.length - 1, o; n >= 0; n--)
1839
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
1838
+ for (var i = r > 1 ? void 0 : r ? _r(e, s) : e, o = t.length - 1, n; o >= 0; o--)
1839
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
1840
1840
  return r && i && Sr(e, s, i), i;
1841
1841
  };
1842
1842
  let A = class extends ls(g) {
@@ -1930,13 +1930,13 @@ j([
1930
1930
  a({ type: String, attribute: "input-placement" })
1931
1931
  ], A.prototype, "inputPlacement", 2);
1932
1932
  j([
1933
- a({ type: Boolean, converter: f, reflect: !0 })
1933
+ a({ type: Boolean, converter: m, reflect: !0 })
1934
1934
  ], A.prototype, "checked", 2);
1935
1935
  j([
1936
- a({ type: Boolean, converter: f })
1936
+ a({ type: Boolean, converter: m })
1937
1937
  ], A.prototype, "required", 2);
1938
1938
  j([
1939
- a({ type: Boolean, converter: f })
1939
+ a({ type: Boolean, converter: m })
1940
1940
  ], A.prototype, "disabled", 2);
1941
1941
  j([
1942
1942
  a({ type: String, reflect: !0 })
@@ -1957,7 +1957,7 @@ j([
1957
1957
  a({ type: String, attribute: "invalid-error" })
1958
1958
  ], A.prototype, "invalidError", 2);
1959
1959
  j([
1960
- a({ type: Boolean, converter: f })
1960
+ a({ type: Boolean, converter: m })
1961
1961
  ], A.prototype, "indeterminate", 2);
1962
1962
  A = j([
1963
1963
  v("ds-checkbox")
@@ -1981,8 +1981,8 @@ const Tr = u`
1981
1981
  }
1982
1982
  `;
1983
1983
  var Cr = Object.defineProperty, kr = Object.getOwnPropertyDescriptor, Kt = (t, e, s, r) => {
1984
- for (var i = r > 1 ? void 0 : r ? kr(e, s) : e, n = t.length - 1, o; n >= 0; n--)
1985
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
1984
+ for (var i = r > 1 ? void 0 : r ? kr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
1985
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
1986
1986
  return r && i && Cr(e, s, i), i;
1987
1987
  };
1988
1988
  let ft = class extends g {
@@ -2085,10 +2085,10 @@ Kt([
2085
2085
  a({ type: String, reflect: !0 })
2086
2086
  ], ft.prototype, "size", 2);
2087
2087
  Kt([
2088
- a({ type: Boolean, converter: f, reflect: !0 })
2088
+ a({ type: Boolean, converter: m, reflect: !0 })
2089
2089
  ], ft.prototype, "selected", 2);
2090
2090
  Kt([
2091
- a({ type: Boolean, converter: f })
2091
+ a({ type: Boolean, converter: m })
2092
2092
  ], ft.prototype, "deselectable", 2);
2093
2093
  Kt([
2094
2094
  y()
@@ -2112,10 +2112,6 @@ const Er = {
2112
2112
  return JSON.stringify(t);
2113
2113
  }
2114
2114
  }, Or = u`
2115
- :host {
2116
- display: inline-block;
2117
- }
2118
-
2119
2115
  .container {
2120
2116
  display: inline-flex;
2121
2117
  position: relative;
@@ -2187,8 +2183,8 @@ const Er = {
2187
2183
  }
2188
2184
  `;
2189
2185
  var Pr = Object.defineProperty, zr = Object.getOwnPropertyDescriptor, xt = (t, e, s, r) => {
2190
- for (var i = r > 1 ? void 0 : r ? zr(e, s) : e, n = t.length - 1, o; n >= 0; n--)
2191
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
2186
+ for (var i = r > 1 ? void 0 : r ? zr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2187
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
2192
2188
  return r && i && Pr(e, s, i), i;
2193
2189
  };
2194
2190
  let Z = class extends g {
@@ -2290,7 +2286,7 @@ xt([
2290
2286
  a({ type: Array, attribute: "selected-chips", converter: Er, reflect: !0 })
2291
2287
  ], Z.prototype, "selectedChips", 2);
2292
2288
  xt([
2293
- a({ type: Boolean, attribute: "multi-choice", converter: f })
2289
+ a({ type: Boolean, attribute: "multi-choice", converter: m })
2294
2290
  ], Z.prototype, "multiChoice", 2);
2295
2291
  xt([
2296
2292
  a({ type: String })
@@ -2319,11 +2315,11 @@ function _i({
2319
2315
  style: s,
2320
2316
  unit: r,
2321
2317
  currency: i,
2322
- localeMatcher: n = "lookup",
2323
- minimumIntegerDigits: o = 1,
2318
+ localeMatcher: o = "lookup",
2319
+ minimumIntegerDigits: n = 1,
2324
2320
  minimumFractionDigits: h = 0,
2325
2321
  maximumFractionDigits: d = 20,
2326
- thousandSeparator: m,
2322
+ thousandSeparator: f,
2327
2323
  fractionSeparator: x,
2328
2324
  useGrouping: b = "auto"
2329
2325
  }) {
@@ -2332,8 +2328,8 @@ function _i({
2332
2328
  ...s && { style: s },
2333
2329
  ...r && { unit: r },
2334
2330
  ...i && { currency: i },
2335
- localeMatcher: n,
2336
- minimumIntegerDigits: o,
2331
+ localeMatcher: o,
2332
+ minimumIntegerDigits: n,
2337
2333
  minimumFractionDigits: h,
2338
2334
  maximumFractionDigits: d,
2339
2335
  useGrouping: b
@@ -2346,7 +2342,7 @@ function _i({
2346
2342
  S = Tt.value, T = Ys === 0 || (U[0].type === "minusSign" || U[0].type === "plusSign") && Ys === 1 ? "left" : "right";
2347
2343
  break;
2348
2344
  case "group":
2349
- $ += m ?? Tt.value;
2345
+ $ += f ?? Tt.value;
2350
2346
  break;
2351
2347
  case "decimal":
2352
2348
  $ += x ?? Tt.value;
@@ -2375,8 +2371,8 @@ const Ir = u`
2375
2371
  }
2376
2372
  `;
2377
2373
  var Ar = Object.defineProperty, Dr = Object.getOwnPropertyDescriptor, P = (t, e, s, r) => {
2378
- for (var i = r > 1 ? void 0 : r ? Dr(e, s) : e, n = t.length - 1, o; n >= 0; n--)
2379
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
2374
+ for (var i = r > 1 ? void 0 : r ? Dr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2375
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
2380
2376
  return r && i && Ar(e, s, i), i;
2381
2377
  };
2382
2378
  let k = class extends g {
@@ -2397,7 +2393,7 @@ let k = class extends g {
2397
2393
  text: !0,
2398
2394
  [`size-${this.amountSize}`]: !0,
2399
2395
  [`weight-${this.amountWeight}`]: !0
2400
- }, n = {
2396
+ }, o = {
2401
2397
  currency: !0,
2402
2398
  left: s === "left",
2403
2399
  right: s === "right",
@@ -2406,9 +2402,9 @@ let k = class extends g {
2406
2402
  [`weight-${this.currencyWeight}`]: !0
2407
2403
  };
2408
2404
  return l`
2409
- ${s === "left" ? l`<span class=${p(n)}>${e}</span>` : c}
2405
+ ${s === "left" ? l`<span class=${p(o)}>${e}</span>` : c}
2410
2406
  <span class=${p(i)}>${r}</span>
2411
- ${s === "right" ? l`<span class=${p(n)}>${e}</span>` : c}
2407
+ ${s === "right" ? l`<span class=${p(o)}>${e}</span>` : c}
2412
2408
  `;
2413
2409
  }
2414
2410
  get periodTemplate() {
@@ -2501,14 +2497,14 @@ P([
2501
2497
  k = P([
2502
2498
  v("ds-currency")
2503
2499
  ], k);
2504
- const Br = u`
2500
+ const Nr = u`
2505
2501
  :host {
2506
2502
  display: inline-block;
2507
2503
  }
2508
2504
  `;
2509
- var Nr = Object.getOwnPropertyDescriptor, Lr = (t, e, s, r) => {
2510
- for (var i = r > 1 ? void 0 : r ? Nr(e, s) : e, n = t.length - 1, o; n >= 0; n--)
2511
- (o = t[n]) && (i = o(i) || i);
2505
+ var Br = Object.getOwnPropertyDescriptor, Lr = (t, e, s, r) => {
2506
+ for (var i = r > 1 ? void 0 : r ? Br(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2507
+ (n = t[o]) && (i = n(i) || i);
2512
2508
  return i;
2513
2509
  };
2514
2510
  let Cs = class extends g {
@@ -2537,7 +2533,7 @@ let Cs = class extends g {
2537
2533
  `;
2538
2534
  }
2539
2535
  };
2540
- Cs.styles = [Br];
2536
+ Cs.styles = [Nr];
2541
2537
  Cs = Lr([
2542
2538
  v("ds-dialog-body")
2543
2539
  ], Cs);
@@ -2551,8 +2547,8 @@ const Mr = u`
2551
2547
  }
2552
2548
  `;
2553
2549
  var jr = Object.defineProperty, Fr = Object.getOwnPropertyDescriptor, Ti = (t, e, s, r) => {
2554
- for (var i = r > 1 ? void 0 : r ? Fr(e, s) : e, n = t.length - 1, o; n >= 0; n--)
2555
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
2550
+ for (var i = r > 1 ? void 0 : r ? Fr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2551
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
2556
2552
  return r && i && jr(e, s, i), i;
2557
2553
  };
2558
2554
  let Ze = class extends g {
@@ -2579,7 +2575,7 @@ Ti([
2579
2575
  a({
2580
2576
  type: Boolean,
2581
2577
  attribute: "with-divider",
2582
- converter: f
2578
+ converter: m
2583
2579
  })
2584
2580
  ], Ze.prototype, "withDivider", 2);
2585
2581
  Ze = Ti([
@@ -2591,8 +2587,8 @@ const Rr = u`
2591
2587
  }
2592
2588
  `;
2593
2589
  var Ur = Object.defineProperty, Vr = Object.getOwnPropertyDescriptor, cs = (t, e, s, r) => {
2594
- for (var i = r > 1 ? void 0 : r ? Vr(e, s) : e, n = t.length - 1, o; n >= 0; n--)
2595
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
2590
+ for (var i = r > 1 ? void 0 : r ? Vr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2591
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
2596
2592
  return r && i && Ur(e, s, i), i;
2597
2593
  };
2598
2594
  let ce = class extends g {
@@ -2728,8 +2724,8 @@ const V = {
2728
2724
  }
2729
2725
  `;
2730
2726
  var Wr = Object.defineProperty, qr = Object.getOwnPropertyDescriptor, ge = (t, e, s, r) => {
2731
- for (var i = r > 1 ? void 0 : r ? qr(e, s) : e, n = t.length - 1, o; n >= 0; n--)
2732
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
2727
+ for (var i = r > 1 ? void 0 : r ? qr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2728
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
2733
2729
  return r && i && Wr(e, s, i), i;
2734
2730
  };
2735
2731
  let Et = class extends g {
@@ -2802,7 +2798,7 @@ let Et = class extends g {
2802
2798
  };
2803
2799
  Et.styles = [Hr];
2804
2800
  ge([
2805
- a({ type: Boolean, converter: f })
2801
+ a({ type: Boolean, converter: m })
2806
2802
  ], Et.prototype, "open", 2);
2807
2803
  ge([
2808
2804
  a({ type: String })
@@ -2826,8 +2822,8 @@ const Kr = u`
2826
2822
  }
2827
2823
  `;
2828
2824
  var Gr = Object.defineProperty, Yr = Object.getOwnPropertyDescriptor, hs = (t, e, s, r) => {
2829
- for (var i = r > 1 ? void 0 : r ? Yr(e, s) : e, n = t.length - 1, o; n >= 0; n--)
2830
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
2825
+ for (var i = r > 1 ? void 0 : r ? Yr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2826
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
2831
2827
  return r && i && Gr(e, s, i), i;
2832
2828
  };
2833
2829
  let he = class extends g {
@@ -2887,8 +2883,8 @@ const Xr = u`
2887
2883
  }
2888
2884
  `;
2889
2885
  var Jr = Object.defineProperty, Zr = Object.getOwnPropertyDescriptor, Gt = (t, e, s, r) => {
2890
- for (var i = r > 1 ? void 0 : r ? Zr(e, s) : e, n = t.length - 1, o; n >= 0; n--)
2891
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
2886
+ for (var i = r > 1 ? void 0 : r ? Zr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2887
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
2892
2888
  return r && i && Jr(e, s, i), i;
2893
2889
  };
2894
2890
  let bt = class extends g {
@@ -2983,10 +2979,10 @@ const Qr = u`
2983
2979
  padding: 0;
2984
2980
  }
2985
2981
  `;
2986
- var tn = Object.defineProperty, en = Object.getOwnPropertyDescriptor, st = (t, e, s, r) => {
2987
- for (var i = r > 1 ? void 0 : r ? en(e, s) : e, n = t.length - 1, o; n >= 0; n--)
2988
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
2989
- return r && i && tn(e, s, i), i;
2982
+ var to = Object.defineProperty, eo = Object.getOwnPropertyDescriptor, st = (t, e, s, r) => {
2983
+ for (var i = r > 1 ? void 0 : r ? eo(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2984
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
2985
+ return r && i && to(e, s, i), i;
2990
2986
  };
2991
2987
  let H = class extends At(g) {
2992
2988
  constructor() {
@@ -3082,7 +3078,7 @@ st([
3082
3078
  a({ type: String, converter: Ue })
3083
3079
  ], H.prototype, "size", 2);
3084
3080
  st([
3085
- a({ type: Boolean, converter: f })
3081
+ a({ type: Boolean, converter: m })
3086
3082
  ], H.prototype, "disabled", 2);
3087
3083
  st([
3088
3084
  a({ type: String, attribute: "icon-name" })
@@ -3115,7 +3111,7 @@ class se {
3115
3111
  !this.theme && window.DS_THEME && (this.theme = window.DS_THEME);
3116
3112
  const r = await this.getCachedIcon(e);
3117
3113
  return r || (this.icons[e] = this.loadIcon(e, s), this.icons[e]);
3118
- }, ne.subscribe("theme", this.handleChangeTheme);
3114
+ }, oe.subscribe("theme", this.handleChangeTheme);
3119
3115
  }
3120
3116
  static getInstance() {
3121
3117
  return se.instance || (se.instance = new se()), se.instance;
@@ -3131,21 +3127,21 @@ class se {
3131
3127
  }
3132
3128
  }
3133
3129
  const xs = se.getInstance();
3134
- var sn = Object.defineProperty, rn = Object.getOwnPropertyDescriptor, Ci = (t) => {
3130
+ var so = Object.defineProperty, io = Object.getOwnPropertyDescriptor, Ci = (t) => {
3135
3131
  throw TypeError(t);
3136
3132
  }, Yt = (t, e, s, r) => {
3137
- for (var i = r > 1 ? void 0 : r ? rn(e, s) : e, n = t.length - 1, o; n >= 0; n--)
3138
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
3139
- return r && i && sn(e, s, i), i;
3140
- }, ki = (t, e, s) => e.has(t) || Ci("Cannot " + s), li = (t, e, s) => (ki(t, e, "read from private field"), e.get(t)), nn = (t, e, s) => e.has(t) ? Ci("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, s), on = (t, e, s, r) => (ki(t, e, "write to private field"), e.set(t, s), s), Oe;
3133
+ for (var i = r > 1 ? void 0 : r ? io(e, s) : e, o = t.length - 1, n; o >= 0; o--)
3134
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
3135
+ return r && i && so(e, s, i), i;
3136
+ }, ki = (t, e, s) => e.has(t) || Ci("Cannot " + s), li = (t, e, s) => (ki(t, e, "read from private field"), e.get(t)), ro = (t, e, s) => e.has(t) ? Ci("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, s), oo = (t, e, s, r) => (ki(t, e, "write to private field"), e.set(t, s), s), Oe;
3141
3137
  let vt = class extends g {
3142
3138
  constructor() {
3143
- super(), this.iconHtml = "", nn(this, Oe), this.getIcon = async () => {
3139
+ super(), this.iconHtml = "", ro(this, Oe), this.getIcon = async () => {
3144
3140
  var e, s;
3145
- (e = li(this, Oe)) == null || e.abort(), on(this, Oe, new AbortController());
3141
+ (e = li(this, Oe)) == null || e.abort(), oo(this, Oe, new AbortController());
3146
3142
  const t = li(this, Oe).signal;
3147
3143
  this.iconHtml = await ((s = xs.fetchIcon) == null ? void 0 : s.call(xs, this.iconName, { signal: t }));
3148
- }, ne.subscribe("theme", this.getIcon);
3144
+ }, oe.subscribe("theme", this.getIcon);
3149
3145
  }
3150
3146
  async updated(t) {
3151
3147
  super.updated(t), (t.has("iconName") || !this.iconHtml) && await this.getIcon();
@@ -3184,7 +3180,7 @@ let vt = class extends g {
3184
3180
  render() {
3185
3181
  return l`
3186
3182
  ${this.styleTokens}
3187
- ${this.iconHtml ? ns(this.iconHtml) : l`<svg class="ds-icon"></svg>`}
3183
+ ${this.iconHtml ? os(this.iconHtml) : l`<svg class="ds-icon"></svg>`}
3188
3184
  `;
3189
3185
  }
3190
3186
  };
@@ -3216,16 +3212,16 @@ Yt([
3216
3212
  vt = Yt([
3217
3213
  v("ds-icon")
3218
3214
  ], vt);
3219
- var an = Object.defineProperty, Rs = (t, e, s, r) => {
3220
- for (var i = void 0, n = t.length - 1, o; n >= 0; n--)
3221
- (o = t[n]) && (i = o(e, s, i) || i);
3222
- return i && an(e, s, i), i;
3215
+ var no = Object.defineProperty, Rs = (t, e, s, r) => {
3216
+ for (var i = void 0, o = t.length - 1, n; o >= 0; o--)
3217
+ (n = t[o]) && (i = n(e, s, i) || i);
3218
+ return i && no(e, s, i), i;
3223
3219
  };
3224
3220
  class He extends ut {
3225
3221
  constructor() {
3226
3222
  super(), this.handleChangeTheme = (e) => {
3227
3223
  this.pubSubTheme = e;
3228
- }, this.pubSubTheme = ne.subscribe("theme", this.handleChangeTheme);
3224
+ }, this.pubSubTheme = oe.subscribe("theme", this.handleChangeTheme);
3229
3225
  }
3230
3226
  connectedCallback() {
3231
3227
  super.connectedCallback(), this.applyTheme();
@@ -3234,8 +3230,8 @@ class He extends ut {
3234
3230
  super.updated(e), (e.has("contextTheme") || e.has("pubSubTheme")) && (this.theme = this.contextTheme ?? this.pubSubTheme, this.applyTheme());
3235
3231
  }
3236
3232
  applyTheme() {
3237
- var n;
3238
- const e = this.constructor, s = (n = e.themesStyles) == null ? void 0 : n[this.theme], r = Array.isArray(s) ? s : [s];
3233
+ var o;
3234
+ const e = this.constructor, s = (o = e.themesStyles) == null ? void 0 : o[this.theme], r = Array.isArray(s) ? s : [s];
3239
3235
  if (!(r != null && r.length)) return;
3240
3236
  const i = Array.isArray(e.styles) ? e.styles : [e.styles];
3241
3237
  Is(this.shadowRoot, [...i, ...r].filter(Boolean));
@@ -3251,7 +3247,7 @@ Rs([
3251
3247
  Rs([
3252
3248
  y()
3253
3249
  ], He.prototype, "theme");
3254
- const ln = u`
3250
+ const ao = u`
3255
3251
  :host {
3256
3252
  display: block;
3257
3253
  width: 100%;
@@ -3274,7 +3270,7 @@ const ln = u`
3274
3270
  font-size 0.2s;
3275
3271
  white-space: nowrap;
3276
3272
  }
3277
- `, cn = u`
3273
+ `, lo = u`
3278
3274
  .container {
3279
3275
  position: relative;
3280
3276
  }
@@ -3305,7 +3301,7 @@ const ln = u`
3305
3301
  .input-field:focus {
3306
3302
  outline: none;
3307
3303
  }
3308
- `, hn = u`
3304
+ `, co = u`
3309
3305
  .container {
3310
3306
  padding: 16px 0 0 0;
3311
3307
  }
@@ -3421,11 +3417,11 @@ const ln = u`
3421
3417
  .disabled.dark .icon {
3422
3418
  --ds-icon-color: var(--ds-color-dark-grey);
3423
3419
  }
3424
- `, dn = [hn];
3425
- var un = Object.defineProperty, it = (t, e, s, r) => {
3426
- for (var i = void 0, n = t.length - 1, o; n >= 0; n--)
3427
- (o = t[n]) && (i = o(e, s, i) || i);
3428
- return i && un(e, s, i), i;
3420
+ `, ho = [co];
3421
+ var uo = Object.defineProperty, it = (t, e, s, r) => {
3422
+ for (var i = void 0, o = t.length - 1, n; o >= 0; o--)
3423
+ (n = t[o]) && (i = n(e, s, i) || i);
3424
+ return i && uo(e, s, i), i;
3429
3425
  };
3430
3426
  const es = class es extends ls(He) {
3431
3427
  constructor() {
@@ -3481,8 +3477,8 @@ const es = class es extends ls(He) {
3481
3477
  `;
3482
3478
  }
3483
3479
  };
3484
- es.styles = [ln, cn], es.themesStyles = {
3485
- cupra: dn
3480
+ es.styles = [ao, lo], es.themesStyles = {
3481
+ cupra: ho
3486
3482
  };
3487
3483
  let L = es;
3488
3484
  it([
@@ -3498,10 +3494,10 @@ it([
3498
3494
  a({ type: String, attribute: "error-text" })
3499
3495
  ], L.prototype, "errorText");
3500
3496
  it([
3501
- a({ type: Boolean, converter: f })
3497
+ a({ type: Boolean, converter: m })
3502
3498
  ], L.prototype, "disabled");
3503
3499
  it([
3504
- a({ type: Boolean, converter: f })
3500
+ a({ type: Boolean, converter: m })
3505
3501
  ], L.prototype, "success");
3506
3502
  it([
3507
3503
  a({ type: String, reflect: !0 })
@@ -3518,10 +3514,10 @@ it([
3518
3514
  it([
3519
3515
  ct(".input-field")
3520
3516
  ], L.prototype, "inputField");
3521
- var pn = Object.defineProperty, mn = Object.getOwnPropertyDescriptor, wt = (t, e, s, r) => {
3522
- for (var i = r > 1 ? void 0 : r ? mn(e, s) : e, n = t.length - 1, o; n >= 0; n--)
3523
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
3524
- return r && i && pn(e, s, i), i;
3517
+ var po = Object.defineProperty, mo = Object.getOwnPropertyDescriptor, wt = (t, e, s, r) => {
3518
+ for (var i = r > 1 ? void 0 : r ? mo(e, s) : e, o = t.length - 1, n; o >= 0; o--)
3519
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
3520
+ return r && i && po(e, s, i), i;
3525
3521
  };
3526
3522
  let at = class extends L {
3527
3523
  constructor() {
@@ -3645,7 +3641,7 @@ wt([
3645
3641
  at = wt([
3646
3642
  v("ds-input", { skipTagAsComponentName: !0 })
3647
3643
  ], at);
3648
- const fn = u`
3644
+ const fo = u`
3649
3645
  :host {
3650
3646
  display: inline-flex;
3651
3647
  }
@@ -3662,10 +3658,10 @@ const fn = u`
3662
3658
  cursor: pointer;
3663
3659
  }
3664
3660
  `;
3665
- var bn = Object.defineProperty, vn = Object.getOwnPropertyDescriptor, rt = (t, e, s, r) => {
3666
- for (var i = r > 1 ? void 0 : r ? vn(e, s) : e, n = t.length - 1, o; n >= 0; n--)
3667
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
3668
- return r && i && bn(e, s, i), i;
3661
+ var bo = Object.defineProperty, vo = Object.getOwnPropertyDescriptor, rt = (t, e, s, r) => {
3662
+ for (var i = r > 1 ? void 0 : r ? vo(e, s) : e, o = t.length - 1, n; o >= 0; o--)
3663
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
3664
+ return r && i && bo(e, s, i), i;
3669
3665
  };
3670
3666
  let W = class extends g {
3671
3667
  constructor() {
@@ -3734,7 +3730,7 @@ let W = class extends g {
3734
3730
  `;
3735
3731
  }
3736
3732
  };
3737
- W.styles = [fn];
3733
+ W.styles = [fo];
3738
3734
  rt([
3739
3735
  a({ type: String, reflect: !0 })
3740
3736
  ], W.prototype, "mode", 2);
@@ -3742,10 +3738,10 @@ rt([
3742
3738
  a({ type: String })
3743
3739
  ], W.prototype, "size", 2);
3744
3740
  rt([
3745
- a({ type: Boolean, converter: f })
3741
+ a({ type: Boolean, converter: m })
3746
3742
  ], W.prototype, "underline", 2);
3747
3743
  rt([
3748
- a({ type: Boolean, converter: f })
3744
+ a({ type: Boolean, converter: m })
3749
3745
  ], W.prototype, "disabled", 2);
3750
3746
  rt([
3751
3747
  a({ type: String, attribute: "html-tag-name" })
@@ -3768,7 +3764,7 @@ rt([
3768
3764
  W = rt([
3769
3765
  v("ds-link-button")
3770
3766
  ], W);
3771
- const yn = u`
3767
+ const yo = u`
3772
3768
  .track {
3773
3769
  width: 100%;
3774
3770
  position: relative;
@@ -3782,7 +3778,7 @@ const yn = u`
3782
3778
  height: 100%;
3783
3779
  display: block;
3784
3780
  }
3785
- `, gn = u`
3781
+ `, go = u`
3786
3782
  .track.large {
3787
3783
  height: 4px;
3788
3784
  }
@@ -3801,7 +3797,7 @@ const yn = u`
3801
3797
  .dark .fill {
3802
3798
  background-color: var(--ds-color-white);
3803
3799
  }
3804
- `, $n = [gn], xn = u`
3800
+ `, $o = [go], xo = u`
3805
3801
  .track.large {
3806
3802
  height: 4px;
3807
3803
  }
@@ -3820,11 +3816,11 @@ const yn = u`
3820
3816
  .dark .fill {
3821
3817
  background-color: var(--ds-color-white);
3822
3818
  }
3823
- `, wn = [xn], Sn = u``, _n = [Sn];
3824
- var Tn = Object.defineProperty, Us = (t, e, s, r) => {
3825
- for (var i = void 0, n = t.length - 1, o; n >= 0; n--)
3826
- (o = t[n]) && (i = o(e, s, i) || i);
3827
- return i && Tn(e, s, i), i;
3819
+ `, wo = [xo], So = u``, _o = [So];
3820
+ var To = Object.defineProperty, Us = (t, e, s, r) => {
3821
+ for (var i = void 0, o = t.length - 1, n; o >= 0; o--)
3822
+ (n = t[o]) && (i = n(e, s, i) || i);
3823
+ return i && To(e, s, i), i;
3828
3824
  };
3829
3825
  const ss = class ss extends He {
3830
3826
  constructor() {
@@ -3855,14 +3851,14 @@ const ss = class ss extends He {
3855
3851
  `;
3856
3852
  }
3857
3853
  };
3858
- ss.styles = [yn], ss.themesStyles = {
3859
- cupra: wn,
3860
- "cupra-diagonal": $n,
3861
- seat: _n
3854
+ ss.styles = [yo], ss.themesStyles = {
3855
+ cupra: wo,
3856
+ "cupra-diagonal": $o,
3857
+ seat: _o
3862
3858
  };
3863
3859
  let Rt = ss;
3864
3860
  Us([
3865
- a({ type: Boolean, converter: f })
3861
+ a({ type: Boolean, converter: m })
3866
3862
  ], Rt.prototype, "show");
3867
3863
  Us([
3868
3864
  a({ type: String, reflect: !0 })
@@ -3870,7 +3866,7 @@ Us([
3870
3866
  Us([
3871
3867
  a({ type: String })
3872
3868
  ], Rt.prototype, "size");
3873
- const Cn = u`
3869
+ const Co = u`
3874
3870
  .fill {
3875
3871
  width: 33%;
3876
3872
  transform: translateX(-100%);
@@ -3886,25 +3882,25 @@ const Cn = u`
3886
3882
  }
3887
3883
  }
3888
3884
  `;
3889
- var kn = Object.getOwnPropertyDescriptor, En = Object.getPrototypeOf, On = Reflect.get, Pn = (t, e, s, r) => {
3890
- for (var i = r > 1 ? void 0 : r ? kn(e, s) : e, n = t.length - 1, o; n >= 0; n--)
3891
- (o = t[n]) && (i = o(i) || i);
3885
+ var ko = Object.getOwnPropertyDescriptor, Eo = Object.getPrototypeOf, Oo = Reflect.get, Po = (t, e, s, r) => {
3886
+ for (var i = r > 1 ? void 0 : r ? ko(e, s) : e, o = t.length - 1, n; o >= 0; o--)
3887
+ (n = t[o]) && (i = n(i) || i);
3892
3888
  return i;
3893
- }, zn = (t, e, s) => On(En(t), s, e);
3889
+ }, zo = (t, e, s) => Oo(Eo(t), s, e);
3894
3890
  let Ae = class extends Rt {
3895
3891
  render() {
3896
3892
  return this.show ? this.barTemplate : c;
3897
3893
  }
3898
3894
  };
3899
- Ae.styles = [...zn(Ae, Ae, "styles"), Cn];
3900
- Ae = Pn([
3895
+ Ae.styles = [...zo(Ae, Ae, "styles"), Co];
3896
+ Ae = Po([
3901
3897
  v("ds-loader-bar", { skipTagAsComponentName: !0 })
3902
3898
  ], Ae);
3903
3899
  function Xt(t, ...e) {
3904
- const r = String.raw({ raw: t }, ...e).replace(/(--private-[\w-]+)(?=\s*[):,])/g, "$1-v0-2-0-canary-0"), i = vi(r);
3900
+ const r = String.raw({ raw: t }, ...e).replace(/(--private-[\w-]+)(?=\s*[):,])/g, "$1-v1-0-0-canary-1"), i = vi(r);
3905
3901
  return u`${i}`;
3906
3902
  }
3907
- const In = Xt`
3903
+ const Io = Xt`
3908
3904
  .container {
3909
3905
  display: inline-flex;
3910
3906
  justify-content: center;
@@ -3935,10 +3931,10 @@ const In = Xt`
3935
3931
  100% { opacity: 1 }
3936
3932
  }
3937
3933
  `;
3938
- var An = Object.defineProperty, Dn = Object.getOwnPropertyDescriptor, ds = (t, e, s, r) => {
3939
- for (var i = r > 1 ? void 0 : r ? Dn(e, s) : e, n = t.length - 1, o; n >= 0; n--)
3940
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
3941
- return r && i && An(e, s, i), i;
3934
+ var Ao = Object.defineProperty, Do = Object.getOwnPropertyDescriptor, ds = (t, e, s, r) => {
3935
+ for (var i = r > 1 ? void 0 : r ? Do(e, s) : e, o = t.length - 1, n; o >= 0; o--)
3936
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
3937
+ return r && i && Ao(e, s, i), i;
3942
3938
  };
3943
3939
  let de = class extends g {
3944
3940
  constructor() {
@@ -3971,9 +3967,9 @@ let de = class extends g {
3971
3967
  ` : c;
3972
3968
  }
3973
3969
  };
3974
- de.styles = [In];
3970
+ de.styles = [Io];
3975
3971
  ds([
3976
- a({ type: Boolean, converter: f })
3972
+ a({ type: Boolean, converter: m })
3977
3973
  ], de.prototype, "show", 2);
3978
3974
  ds([
3979
3975
  a({ type: String, reflect: !0 })
@@ -3984,7 +3980,7 @@ ds([
3984
3980
  de = ds([
3985
3981
  v("ds-loader-dots")
3986
3982
  ], de);
3987
- const Bn = u`
3983
+ const No = u`
3988
3984
  .backdrop {
3989
3985
  display: flex;
3990
3986
  position: fixed;
@@ -4044,10 +4040,10 @@ const Bn = u`
4044
4040
  z-index: 0;
4045
4041
  }
4046
4042
  `;
4047
- var Nn = Object.defineProperty, Ln = Object.getOwnPropertyDescriptor, We = (t, e, s, r) => {
4048
- for (var i = r > 1 ? void 0 : r ? Ln(e, s) : e, n = t.length - 1, o; n >= 0; n--)
4049
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
4050
- return r && i && Nn(e, s, i), i;
4043
+ var Bo = Object.defineProperty, Lo = Object.getOwnPropertyDescriptor, We = (t, e, s, r) => {
4044
+ for (var i = r > 1 ? void 0 : r ? Lo(e, s) : e, o = t.length - 1, n; o >= 0; o--)
4045
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
4046
+ return r && i && Bo(e, s, i), i;
4051
4047
  };
4052
4048
  let Ut = class extends g {
4053
4049
  constructor() {
@@ -4082,9 +4078,9 @@ let Ut = class extends g {
4082
4078
  ` : c;
4083
4079
  }
4084
4080
  };
4085
- Ut.styles = [Bn];
4081
+ Ut.styles = [No];
4086
4082
  We([
4087
- a({ type: Boolean, converter: f })
4083
+ a({ type: Boolean, converter: m })
4088
4084
  ], Ut.prototype, "show", 2);
4089
4085
  We([
4090
4086
  a({ type: Number, attribute: "z-index" })
@@ -4098,7 +4094,7 @@ We([
4098
4094
  Ut = We([
4099
4095
  v("ds-loader-logo")
4100
4096
  ], Ut);
4101
- const Mn = u`
4097
+ const Mo = u`
4102
4098
  :host {
4103
4099
  display: contents;
4104
4100
  }
@@ -4115,7 +4111,7 @@ const Mn = u`
4115
4111
  .container.default ::slotted([slot='text']) {
4116
4112
  display: none;
4117
4113
  }
4118
- `, jn = u`
4114
+ `, jo = u`
4119
4115
  .spinner {
4120
4116
  width: 24px;
4121
4117
  height: 24px;
@@ -4146,11 +4142,11 @@ const Mn = u`
4146
4142
  transform: rotate(360deg);
4147
4143
  }
4148
4144
  }
4149
- `, Fn = [Mn, jn];
4150
- var Rn = Object.defineProperty, Un = Object.getOwnPropertyDescriptor, us = (t, e, s, r) => {
4151
- for (var i = r > 1 ? void 0 : r ? Un(e, s) : e, n = t.length - 1, o; n >= 0; n--)
4152
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
4153
- return r && i && Rn(e, s, i), i;
4145
+ `, Fo = [Mo, jo];
4146
+ var Ro = Object.defineProperty, Uo = Object.getOwnPropertyDescriptor, us = (t, e, s, r) => {
4147
+ for (var i = r > 1 ? void 0 : r ? Uo(e, s) : e, o = t.length - 1, n; o >= 0; o--)
4148
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
4149
+ return r && i && Ro(e, s, i), i;
4154
4150
  };
4155
4151
  let ue = class extends g {
4156
4152
  constructor() {
@@ -4175,9 +4171,9 @@ let ue = class extends g {
4175
4171
  ` : c;
4176
4172
  }
4177
4173
  };
4178
- ue.styles = Fn;
4174
+ ue.styles = Fo;
4179
4175
  us([
4180
- a({ type: Boolean, converter: f })
4176
+ a({ type: Boolean, converter: m })
4181
4177
  ], ue.prototype, "show", 2);
4182
4178
  us([
4183
4179
  a({ type: String, reflect: !0 })
@@ -4188,20 +4184,20 @@ us([
4188
4184
  ue = us([
4189
4185
  v("ds-loader-spinner")
4190
4186
  ], ue);
4191
- const Vn = u`
4187
+ const Vo = u`
4192
4188
  :host {
4193
4189
  display: contents;
4194
4190
  }
4195
- `, Hn = u`
4191
+ `, Ho = u`
4196
4192
  .container {
4197
4193
  display: grid;
4198
4194
  grid-template-columns: auto auto;
4199
4195
  }
4200
4196
  `;
4201
- var Wn = Object.defineProperty, qn = Object.getOwnPropertyDescriptor, Vs = (t, e, s, r) => {
4202
- for (var i = r > 1 ? void 0 : r ? qn(e, s) : e, n = t.length - 1, o; n >= 0; n--)
4203
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
4204
- return r && i && Wn(e, s, i), i;
4197
+ var Wo = Object.defineProperty, qo = Object.getOwnPropertyDescriptor, Vs = (t, e, s, r) => {
4198
+ for (var i = r > 1 ? void 0 : r ? qo(e, s) : e, o = t.length - 1, n; o >= 0; o--)
4199
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
4200
+ return r && i && Wo(e, s, i), i;
4205
4201
  };
4206
4202
  let Le = class extends g {
4207
4203
  constructor() {
@@ -4245,7 +4241,7 @@ let Le = class extends g {
4245
4241
  `;
4246
4242
  }
4247
4243
  };
4248
- Le.styles = [Vn, Hn];
4244
+ Le.styles = [Vo, Ho];
4249
4245
  Vs([
4250
4246
  a({ type: String })
4251
4247
  ], Le.prototype, "size", 2);
@@ -4255,7 +4251,7 @@ Vs([
4255
4251
  Le = Vs([
4256
4252
  v("ds-logo")
4257
4253
  ], Le);
4258
- const Kn = u`
4254
+ const Ko = u`
4259
4255
  :host {
4260
4256
  display: inline-block;
4261
4257
  }
@@ -4291,10 +4287,10 @@ const Kn = u`
4291
4287
  color: var(--dg-color-text-strong);
4292
4288
  }
4293
4289
  `;
4294
- var Gn = Object.defineProperty, Yn = Object.getOwnPropertyDescriptor, Dt = (t, e, s, r) => {
4295
- for (var i = r > 1 ? void 0 : r ? Yn(e, s) : e, n = t.length - 1, o; n >= 0; n--)
4296
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
4297
- return r && i && Gn(e, s, i), i;
4290
+ var Go = Object.defineProperty, Yo = Object.getOwnPropertyDescriptor, Dt = (t, e, s, r) => {
4291
+ for (var i = r > 1 ? void 0 : r ? Yo(e, s) : e, o = t.length - 1, n; o >= 0; o--)
4292
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
4293
+ return r && i && Go(e, s, i), i;
4298
4294
  };
4299
4295
  let lt = class extends g {
4300
4296
  constructor() {
@@ -4370,7 +4366,7 @@ let lt = class extends g {
4370
4366
  `;
4371
4367
  }
4372
4368
  };
4373
- lt.styles = [Kn];
4369
+ lt.styles = [Ko];
4374
4370
  Dt([
4375
4371
  a({ type: Number, attribute: "width" })
4376
4372
  ], lt.prototype, "width", 2);
@@ -4378,7 +4374,7 @@ Dt([
4378
4374
  a({ type: Number, attribute: "height" })
4379
4375
  ], lt.prototype, "height", 2);
4380
4376
  Dt([
4381
- a({ type: Boolean, converter: f, reflect: !0 })
4377
+ a({ type: Boolean, converter: m, reflect: !0 })
4382
4378
  ], lt.prototype, "checked", 2);
4383
4379
  Dt([
4384
4380
  a({ type: String, attribute: "icon-name" })
@@ -4395,7 +4391,7 @@ Dt([
4395
4391
  lt = Dt([
4396
4392
  v("ds-map-pin")
4397
4393
  ], lt);
4398
- const Xn = u`
4394
+ const Xo = u`
4399
4395
  :host {
4400
4396
  transition: display 300ms ease allow-discrete;
4401
4397
  }
@@ -4531,7 +4527,7 @@ const Xn = u`
4531
4527
  '. cancelButton confirmButton';
4532
4528
  }
4533
4529
  }
4534
- `, Jn = u`
4530
+ `, Jo = u`
4535
4531
  .container.full-screen {
4536
4532
  position: fixed;
4537
4533
  height: 100%;
@@ -4548,7 +4544,7 @@ const Xn = u`
4548
4544
  .icon {
4549
4545
  margin-bottom: 32px;
4550
4546
  }
4551
- `, Zn = u`
4547
+ `, Zo = u`
4552
4548
  .container.dialog {
4553
4549
  position: fixed;
4554
4550
  height: auto;
@@ -4582,11 +4578,11 @@ const Xn = u`
4582
4578
  padding: 48px;
4583
4579
  }
4584
4580
  }
4585
- `, Qn = u`
4581
+ `, Qo = u`
4586
4582
  .container.fit {
4587
4583
  position: absolute;
4588
4584
  }
4589
- `, to = u`
4585
+ `, tn = u`
4590
4586
  .container.full-screen.v-align-default {
4591
4587
  justify-content: flex-start;
4592
4588
  padding-top: 24px;
@@ -4672,10 +4668,10 @@ const Xn = u`
4672
4668
  margin-bottom: 24px;
4673
4669
  }
4674
4670
  `;
4675
- var eo = Object.defineProperty, so = Object.getOwnPropertyDescriptor, nt = (t, e, s, r) => {
4676
- for (var i = r > 1 ? void 0 : r ? so(e, s) : e, n = t.length - 1, o; n >= 0; n--)
4677
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
4678
- return r && i && eo(e, s, i), i;
4671
+ var en = Object.defineProperty, sn = Object.getOwnPropertyDescriptor, ot = (t, e, s, r) => {
4672
+ for (var i = r > 1 ? void 0 : r ? sn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
4673
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
4674
+ return r && i && en(e, s, i), i;
4679
4675
  };
4680
4676
  let q = class extends At(g) {
4681
4677
  constructor() {
@@ -4828,50 +4824,50 @@ let q = class extends At(g) {
4828
4824
  ));
4829
4825
  }
4830
4826
  };
4831
- q.styles = [Jn, Zn, Qn, Xn, to];
4832
- nt([
4833
- a({ type: Boolean, reflect: !0, converter: f })
4827
+ q.styles = [Jo, Zo, Qo, Xo, tn];
4828
+ ot([
4829
+ a({ type: Boolean, reflect: !0, converter: m })
4834
4830
  ], q.prototype, "open", 2);
4835
- nt([
4831
+ ot([
4836
4832
  a({
4837
4833
  type: Boolean,
4838
4834
  attribute: "with-close-button",
4839
- converter: f
4835
+ converter: m
4840
4836
  })
4841
4837
  ], q.prototype, "withCloseButton", 2);
4842
- nt([
4838
+ ot([
4843
4839
  a({ type: String, attribute: "cancel-button-text" })
4844
4840
  ], q.prototype, "cancelButtonText", 2);
4845
- nt([
4841
+ ot([
4846
4842
  a({ type: String, attribute: "confirm-button-text" })
4847
4843
  ], q.prototype, "confirmButtonText", 2);
4848
- nt([
4844
+ ot([
4849
4845
  a({ type: String })
4850
4846
  ], q.prototype, "variant", 2);
4851
- nt([
4847
+ ot([
4852
4848
  a({ type: Number, attribute: "z-index" })
4853
4849
  ], q.prototype, "zIndex", 2);
4854
- nt([
4850
+ ot([
4855
4851
  a({
4856
4852
  type: Boolean,
4857
- converter: f,
4853
+ converter: m,
4858
4854
  attribute: "disable-scroll-lock"
4859
4855
  })
4860
4856
  ], q.prototype, "disableScrollLock", 2);
4861
- nt([
4857
+ ot([
4862
4858
  a({ type: String, attribute: "icon-name" })
4863
4859
  ], q.prototype, "iconName", 2);
4864
- nt([
4860
+ ot([
4865
4861
  a({
4866
4862
  type: Boolean,
4867
- converter: f,
4863
+ converter: m,
4868
4864
  attribute: "full-width"
4869
4865
  })
4870
4866
  ], q.prototype, "fullWidth", 2);
4871
- nt([
4867
+ ot([
4872
4868
  a({ type: String, attribute: "v-align" })
4873
4869
  ], q.prototype, "vAlign", 2);
4874
- q = nt([
4870
+ q = ot([
4875
4871
  v("ds-modal")
4876
4872
  ], q);
4877
4873
  const Hs = (t) => class extends t {
@@ -4884,8 +4880,8 @@ const Hs = (t) => class extends t {
4884
4880
  filled: !1,
4885
4881
  disabled: !1
4886
4882
  }, this.keyboardMode = !1, this._updateStates = () => {
4887
- var e, s, r, i, n;
4888
- this.inputStates.currentValue = (e = this.nativeInput) == null ? void 0 : e.value, this.inputStates.invalid = !((s = this.nativeInput) != null && s.validity.valid), this.inputStates.focus = document.activeElement === this.nativeInput, this.inputStates.disabled = (r = this.nativeInput) == null ? void 0 : r.disabled, this.inputStates.filled = ((n = (i = this.nativeInput) == null ? void 0 : i.value) == null ? void 0 : n.length) > 0, this.requestUpdate();
4883
+ var e, s, r, i, o;
4884
+ this.inputStates.currentValue = (e = this.nativeInput) == null ? void 0 : e.value, this.inputStates.invalid = !((s = this.nativeInput) != null && s.validity.valid), this.inputStates.focus = document.activeElement === this.nativeInput, this.inputStates.disabled = (r = this.nativeInput) == null ? void 0 : r.disabled, this.inputStates.filled = ((o = (i = this.nativeInput) == null ? void 0 : i.value) == null ? void 0 : o.length) > 0, this.requestUpdate();
4889
4885
  }, this._handleKeydown = () => {
4890
4886
  this.keyboardMode = !0;
4891
4887
  }, this._handleMousedown = () => {
@@ -4903,9 +4899,9 @@ const Hs = (t) => class extends t {
4903
4899
  firstUpdated(e) {
4904
4900
  super.firstUpdated(e), window == null || window.addEventListener("keydown", this._handleKeydown), window == null || window.addEventListener("mousedown", this._handleMousedown), window == null || window.addEventListener("pointerdown", this._handlePointerdown);
4905
4901
  const s = () => {
4906
- var i, n, o;
4907
- const r = this.querySelector("input") || this.querySelector("textarea") || ((i = this.shadowRoot) == null ? void 0 : i.querySelector("input")) || ((n = this.shadowRoot) == null ? void 0 : n.querySelector("textarea"));
4908
- r && (this.nativeInput = r, this._setupInputObservers(), this.onInputReady(r), (o = this.hostMutationObserver) == null || o.disconnect());
4902
+ var i, o, n;
4903
+ const r = this.querySelector("input") || this.querySelector("textarea") || ((i = this.shadowRoot) == null ? void 0 : i.querySelector("input")) || ((o = this.shadowRoot) == null ? void 0 : o.querySelector("textarea"));
4904
+ r && (this.nativeInput = r, this._setupInputObservers(), this.onInputReady(r), (n = this.hostMutationObserver) == null || n.disconnect());
4909
4905
  };
4910
4906
  s(), this.hostMutationObserver = new MutationObserver(s), this.hostMutationObserver.observe(this, { childList: !0, subtree: !0, attributes: !0 });
4911
4907
  }
@@ -4920,15 +4916,15 @@ const Hs = (t) => class extends t {
4920
4916
  function Ws(t) {
4921
4917
  return !t || typeof t != "string" && typeof t != "number" ? !1 : (typeof t == "string" ? Number(t) : t) > 0;
4922
4918
  }
4923
- const io = u`
4919
+ const rn = u`
4924
4920
  :host {
4925
4921
  display: contents;
4926
4922
  }
4927
4923
  `;
4928
- var ro = Object.defineProperty, no = Object.getOwnPropertyDescriptor, $e = (t, e, s, r) => {
4929
- for (var i = r > 1 ? void 0 : r ? no(e, s) : e, n = t.length - 1, o; n >= 0; n--)
4930
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
4931
- return r && i && ro(e, s, i), i;
4924
+ var on = Object.defineProperty, nn = Object.getOwnPropertyDescriptor, $e = (t, e, s, r) => {
4925
+ for (var i = r > 1 ? void 0 : r ? nn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
4926
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
4927
+ return r && i && on(e, s, i), i;
4932
4928
  };
4933
4929
  let yt = class extends Hs(g) {
4934
4930
  constructor() {
@@ -4993,7 +4989,7 @@ let yt = class extends Hs(g) {
4993
4989
  return this.forcedError || !this.inputStates.invalid || !this.invalidError ? c : l`<span class="support-text error-text invalid-error">${this.invalidError}</span>`;
4994
4990
  }
4995
4991
  };
4996
- yt.styles = [io];
4992
+ yt.styles = [rn];
4997
4993
  $e([
4998
4994
  a({ type: String })
4999
4995
  ], yt.prototype, "size", 2);
@@ -5012,10 +5008,10 @@ $e([
5012
5008
  yt = $e([
5013
5009
  v("ds-text-input")
5014
5010
  ], yt);
5015
- var oo = Object.defineProperty, ao = Object.getOwnPropertyDescriptor, ps = (t, e, s, r) => {
5016
- for (var i = r > 1 ? void 0 : r ? ao(e, s) : e, n = t.length - 1, o; n >= 0; n--)
5017
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
5018
- return r && i && oo(e, s, i), i;
5011
+ var an = Object.defineProperty, ln = Object.getOwnPropertyDescriptor, ps = (t, e, s, r) => {
5012
+ for (var i = r > 1 ? void 0 : r ? ln(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5013
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5014
+ return r && i && an(e, s, i), i;
5019
5015
  };
5020
5016
  let Me = class extends yt {
5021
5017
  constructor() {
@@ -5048,15 +5044,15 @@ ps([
5048
5044
  Me = ps([
5049
5045
  v("ds-password-input", { extendComponentNames: ["ds-text-input"] })
5050
5046
  ], Me);
5051
- const lo = u`
5047
+ const cn = u`
5052
5048
  :host {
5053
5049
  display: contents;
5054
5050
  }
5055
5051
  `;
5056
- var co = Object.defineProperty, ho = Object.getOwnPropertyDescriptor, qe = (t, e, s, r) => {
5057
- for (var i = r > 1 ? void 0 : r ? ho(e, s) : e, n = t.length - 1, o; n >= 0; n--)
5058
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
5059
- return r && i && co(e, s, i), i;
5052
+ var hn = Object.defineProperty, dn = Object.getOwnPropertyDescriptor, qe = (t, e, s, r) => {
5053
+ for (var i = r > 1 ? void 0 : r ? dn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5054
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5055
+ return r && i && hn(e, s, i), i;
5060
5056
  };
5061
5057
  let Vt = class extends At(g) {
5062
5058
  constructor() {
@@ -5112,7 +5108,7 @@ let Vt = class extends At(g) {
5112
5108
  `;
5113
5109
  }
5114
5110
  };
5115
- Vt.styles = [lo];
5111
+ Vt.styles = [cn];
5116
5112
  qe([
5117
5113
  a({ type: String })
5118
5114
  ], Vt.prototype, "variant", 2);
@@ -5120,18 +5116,18 @@ qe([
5120
5116
  a({ type: String, converter: Ue })
5121
5117
  ], Vt.prototype, "size", 2);
5122
5118
  qe([
5123
- a({ type: Boolean, converter: f })
5119
+ a({ type: Boolean, converter: m })
5124
5120
  ], Vt.prototype, "loading", 2);
5125
5121
  qe([
5126
- a({ type: Boolean, converter: f })
5122
+ a({ type: Boolean, converter: m })
5127
5123
  ], Vt.prototype, "selected", 2);
5128
5124
  Vt = qe([
5129
5125
  v("ds-picker-item")
5130
5126
  ], Vt);
5131
- var uo = Object.defineProperty, po = Object.getOwnPropertyDescriptor, Ei = (t, e, s, r) => {
5132
- for (var i = r > 1 ? void 0 : r ? po(e, s) : e, n = t.length - 1, o; n >= 0; n--)
5133
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
5134
- return r && i && uo(e, s, i), i;
5127
+ var un = Object.defineProperty, pn = Object.getOwnPropertyDescriptor, Ei = (t, e, s, r) => {
5128
+ for (var i = r > 1 ? void 0 : r ? pn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5129
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5130
+ return r && i && un(e, s, i), i;
5135
5131
  };
5136
5132
  let ks = class extends ut {
5137
5133
  constructor() {
@@ -5161,16 +5157,16 @@ Ei([
5161
5157
  ks = Ei([
5162
5158
  v("ds-portal", { skipTagAsComponentName: !0 })
5163
5159
  ], ks);
5164
- const mo = u`
5160
+ const mn = u`
5165
5161
  .fill {
5166
5162
  transition: all 200ms ease-in-out;
5167
5163
  }
5168
5164
  `;
5169
- var fo = Object.defineProperty, bo = Object.getOwnPropertyDescriptor, vo = Object.getPrototypeOf, yo = Reflect.get, Oi = (t, e, s, r) => {
5170
- for (var i = r > 1 ? void 0 : r ? bo(e, s) : e, n = t.length - 1, o; n >= 0; n--)
5171
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
5172
- return r && i && fo(e, s, i), i;
5173
- }, go = (t, e, s) => yo(vo(t), s, e);
5165
+ var fn = Object.defineProperty, bn = Object.getOwnPropertyDescriptor, vn = Object.getPrototypeOf, yn = Reflect.get, Oi = (t, e, s, r) => {
5166
+ for (var i = r > 1 ? void 0 : r ? bn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5167
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5168
+ return r && i && fn(e, s, i), i;
5169
+ }, gn = (t, e, s) => yn(vn(t), s, e);
5174
5170
  let re = class extends Rt {
5175
5171
  render() {
5176
5172
  return this.show ? l`
@@ -5183,14 +5179,14 @@ let re = class extends Rt {
5183
5179
  ` : c;
5184
5180
  }
5185
5181
  };
5186
- re.styles = [...go(re, re, "styles"), mo];
5182
+ re.styles = [...gn(re, re, "styles"), mn];
5187
5183
  Oi([
5188
5184
  a({ type: Number })
5189
5185
  ], re.prototype, "progress", 2);
5190
5186
  re = Oi([
5191
5187
  v("ds-progress-bar", { skipTagAsComponentName: !0 })
5192
5188
  ], re);
5193
- const $o = u`
5189
+ const $n = u`
5194
5190
  :host {
5195
5191
  display: contents;
5196
5192
  }
@@ -5208,10 +5204,10 @@ const $o = u`
5208
5204
  vertical-align: top;
5209
5205
  }
5210
5206
  `;
5211
- var xo = Object.defineProperty, wo = Object.getOwnPropertyDescriptor, Jt = (t, e, s, r) => {
5212
- for (var i = r > 1 ? void 0 : r ? wo(e, s) : e, n = t.length - 1, o; n >= 0; n--)
5213
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
5214
- return r && i && xo(e, s, i), i;
5207
+ var xn = Object.defineProperty, wn = Object.getOwnPropertyDescriptor, Jt = (t, e, s, r) => {
5208
+ for (var i = r > 1 ? void 0 : r ? wn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5209
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5210
+ return r && i && xn(e, s, i), i;
5215
5211
  };
5216
5212
  const Pi = Symbol("ds-radio-button-group:disabled"), zi = Symbol("ds-radio-button-group:error"), Ii = Symbol("ds-radio-button-group:error-text"), Ai = Symbol("ds-radio-button-group:helper-text"), Di = Symbol("ds-radio-button-group:size");
5217
5213
  let gt = class extends g {
@@ -5245,10 +5241,10 @@ let gt = class extends g {
5245
5241
  `;
5246
5242
  }
5247
5243
  };
5248
- gt.styles = [$o];
5244
+ gt.styles = [$n];
5249
5245
  Jt([
5250
5246
  ve({ context: zi }),
5251
- a({ type: Boolean, converter: f })
5247
+ a({ type: Boolean, converter: m })
5252
5248
  ], gt.prototype, "error", 2);
5253
5249
  Jt([
5254
5250
  ve({ context: Ii }),
@@ -5260,7 +5256,7 @@ Jt([
5260
5256
  ], gt.prototype, "helperText", 2);
5261
5257
  Jt([
5262
5258
  ve({ context: Pi }),
5263
- a({ type: Boolean, converter: f })
5259
+ a({ type: Boolean, converter: m })
5264
5260
  ], gt.prototype, "disabled", 2);
5265
5261
  Jt([
5266
5262
  ve({ context: Di }),
@@ -5272,7 +5268,7 @@ Jt([
5272
5268
  gt = Jt([
5273
5269
  v("ds-radio-button-group")
5274
5270
  ], gt);
5275
- const So = u`
5271
+ const Sn = u`
5276
5272
  :host {
5277
5273
  display: block;
5278
5274
  flex: 0 0 auto;
@@ -5317,10 +5313,10 @@ const So = u`
5317
5313
  cursor: pointer;
5318
5314
  }
5319
5315
  `;
5320
- var _o = Object.defineProperty, To = Object.getOwnPropertyDescriptor, F = (t, e, s, r) => {
5321
- for (var i = r > 1 ? void 0 : r ? To(e, s) : e, n = t.length - 1, o; n >= 0; n--)
5322
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
5323
- return r && i && _o(e, s, i), i;
5316
+ var _n = Object.defineProperty, Tn = Object.getOwnPropertyDescriptor, F = (t, e, s, r) => {
5317
+ for (var i = r > 1 ? void 0 : r ? Tn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5318
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5319
+ return r && i && _n(e, s, i), i;
5324
5320
  };
5325
5321
  let D = class extends g {
5326
5322
  constructor() {
@@ -5443,7 +5439,7 @@ let D = class extends g {
5443
5439
  `;
5444
5440
  }
5445
5441
  };
5446
- D.styles = [So];
5442
+ D.styles = [Sn];
5447
5443
  F([
5448
5444
  a({ type: String, attribute: "input-placement" })
5449
5445
  ], D.prototype, "inputPlacement", 2);
@@ -5451,7 +5447,7 @@ F([
5451
5447
  a({ type: String, attribute: "size" })
5452
5448
  ], D.prototype, "_size", 2);
5453
5449
  F([
5454
- a({ type: Boolean, attribute: "error" })
5450
+ a({ type: Boolean, attribute: "error", converter: m })
5455
5451
  ], D.prototype, "_error", 2);
5456
5452
  F([
5457
5453
  a({ type: String, attribute: "error-text" })
@@ -5486,7 +5482,7 @@ F([
5486
5482
  D = F([
5487
5483
  v("ds-radio-button")
5488
5484
  ], D);
5489
- const Co = u`
5485
+ const Cn = u`
5490
5486
  :host {
5491
5487
  display: flex;
5492
5488
  flex-direction: column;
@@ -5500,10 +5496,10 @@ const Co = u`
5500
5496
  display: contents;
5501
5497
  }
5502
5498
  `;
5503
- var ko = Object.defineProperty, Eo = Object.getOwnPropertyDescriptor, xe = (t, e, s, r) => {
5504
- for (var i = r > 1 ? void 0 : r ? Eo(e, s) : e, n = t.length - 1, o; n >= 0; n--)
5505
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
5506
- return r && i && ko(e, s, i), i;
5499
+ var kn = Object.defineProperty, En = Object.getOwnPropertyDescriptor, xe = (t, e, s, r) => {
5500
+ for (var i = r > 1 ? void 0 : r ? En(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5501
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5502
+ return r && i && kn(e, s, i), i;
5507
5503
  };
5508
5504
  let Ot = class extends ls(ut) {
5509
5505
  constructor() {
@@ -5548,7 +5544,7 @@ let Ot = class extends ls(ut) {
5548
5544
  `;
5549
5545
  }
5550
5546
  };
5551
- Ot.styles = [Co];
5547
+ Ot.styles = [Cn];
5552
5548
  xe([
5553
5549
  a({ type: String })
5554
5550
  ], Ot.prototype, "name", 2);
@@ -5567,7 +5563,7 @@ xe([
5567
5563
  Ot = xe([
5568
5564
  v("ds-radio-group", { skipTagAsComponentName: !0 })
5569
5565
  ], Ot);
5570
- const Oo = u`
5566
+ const On = u`
5571
5567
  :host {
5572
5568
  display: inline-block;
5573
5569
  }
@@ -5604,10 +5600,10 @@ const Oo = u`
5604
5600
  transform: scale(1);
5605
5601
  }
5606
5602
  `;
5607
- var Po = Object.defineProperty, zo = Object.getOwnPropertyDescriptor, St = (t, e, s, r) => {
5608
- for (var i = r > 1 ? void 0 : r ? zo(e, s) : e, n = t.length - 1, o; n >= 0; n--)
5609
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
5610
- return r && i && Po(e, s, i), i;
5603
+ var Pn = Object.defineProperty, zn = Object.getOwnPropertyDescriptor, St = (t, e, s, r) => {
5604
+ for (var i = r > 1 ? void 0 : r ? zn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5605
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5606
+ return r && i && Pn(e, s, i), i;
5611
5607
  };
5612
5608
  let Q = class extends g {
5613
5609
  constructor() {
@@ -5673,9 +5669,9 @@ let Q = class extends g {
5673
5669
  `;
5674
5670
  }
5675
5671
  };
5676
- Q.styles = [Oo];
5672
+ Q.styles = [On];
5677
5673
  St([
5678
- a({ type: Boolean, converter: f, reflect: !0 })
5674
+ a({ type: Boolean, converter: m, reflect: !0 })
5679
5675
  ], Q.prototype, "readonly", 2);
5680
5676
  St([
5681
5677
  a({ type: String, reflect: !0 })
@@ -5684,10 +5680,10 @@ St([
5684
5680
  a({ type: String })
5685
5681
  ], Q.prototype, "value", 2);
5686
5682
  St([
5687
- a({ type: Boolean, converter: f, reflect: !0 })
5683
+ a({ type: Boolean, converter: m, reflect: !0 })
5688
5684
  ], Q.prototype, "checked", 2);
5689
5685
  St([
5690
- a({ type: Boolean, converter: f, reflect: !0 })
5686
+ a({ type: Boolean, converter: m, reflect: !0 })
5691
5687
  ], Q.prototype, "disabled", 2);
5692
5688
  St([
5693
5689
  a({ type: String, reflect: !0 })
@@ -5696,20 +5692,20 @@ St([
5696
5692
  a({ type: String })
5697
5693
  ], Q.prototype, "size", 2);
5698
5694
  St([
5699
- Ns({ slot: "", flatten: !0 })
5695
+ Bs({ slot: "", flatten: !0 })
5700
5696
  ], Q.prototype, "_defaultSlotNodes", 2);
5701
5697
  Q = St([
5702
5698
  v("ds-radio")
5703
5699
  ], Q);
5704
- const Io = u`
5700
+ const In = u`
5705
5701
  :host {
5706
5702
  display: contents;
5707
5703
  }
5708
5704
  `;
5709
- var Ao = Object.defineProperty, Do = Object.getOwnPropertyDescriptor, ht = (t, e, s, r) => {
5710
- for (var i = r > 1 ? void 0 : r ? Do(e, s) : e, n = t.length - 1, o; n >= 0; n--)
5711
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
5712
- return r && i && Ao(e, s, i), i;
5705
+ var An = Object.defineProperty, Dn = Object.getOwnPropertyDescriptor, ht = (t, e, s, r) => {
5706
+ for (var i = r > 1 ? void 0 : r ? Dn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5707
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5708
+ return r && i && An(e, s, i), i;
5713
5709
  };
5714
5710
  let Y = class extends Hs(g) {
5715
5711
  constructor() {
@@ -5819,7 +5815,7 @@ let Y = class extends Hs(g) {
5819
5815
  return Ws(t) ? l`<span class="char-counter">${((r = this.inputStates.currentValue) == null ? void 0 : r.length) || 0}/${t}</span>` : c;
5820
5816
  }
5821
5817
  };
5822
- Y.styles = [Io];
5818
+ Y.styles = [In];
5823
5819
  ht([
5824
5820
  a({ type: String })
5825
5821
  ], Y.prototype, "size", 2);
@@ -5827,7 +5823,7 @@ ht([
5827
5823
  a({ type: String })
5828
5824
  ], Y.prototype, "variant", 2);
5829
5825
  ht([
5830
- a({ type: Boolean, converter: f })
5826
+ a({ type: Boolean, converter: m })
5831
5827
  ], Y.prototype, "loading", 2);
5832
5828
  ht([
5833
5829
  a({ type: String, attribute: "helper-text" })
@@ -5845,12 +5841,12 @@ ht([
5845
5841
  a({ type: String, attribute: "data-aria-label-position-button" })
5846
5842
  ], Y.prototype, "dataAriaLabelPositionButton", 2);
5847
5843
  ht([
5848
- a({ type: Boolean, converter: f, attribute: "with-position-button" })
5844
+ a({ type: Boolean, converter: m, attribute: "with-position-button" })
5849
5845
  ], Y.prototype, "withPositionButton", 2);
5850
5846
  Y = ht([
5851
5847
  v("ds-search-input")
5852
5848
  ], Y);
5853
- const Bo = u`
5849
+ const Nn = u`
5854
5850
  :host {
5855
5851
  display: block;
5856
5852
  width: 100%;
@@ -5860,11 +5856,11 @@ const Bo = u`
5860
5856
  .helper-text {
5861
5857
  user-select: none;
5862
5858
  }
5863
- `, No = u`
5859
+ `, Bn = u`
5864
5860
  .container {
5865
5861
  position: relative;
5866
5862
  }
5867
- `, Lo = u`
5863
+ `, Ln = u`
5868
5864
  .input-field::-webkit-search-decoration,
5869
5865
  .input-field::-webkit-search-cancel-button,
5870
5866
  .input-field::-webkit-search-results-button,
@@ -5885,14 +5881,14 @@ const Bo = u`
5885
5881
  .input-field:focus {
5886
5882
  outline: none;
5887
5883
  }
5888
- `, Mo = u`
5884
+ `, Mn = u`
5889
5885
  .helper-text {
5890
5886
  cursor: pointer;
5891
5887
  display: flex;
5892
5888
  justify-content: flex-start;
5893
5889
  align-items: center;
5894
5890
  }
5895
- `, jo = u`
5891
+ `, jn = u`
5896
5892
  .input-container {
5897
5893
  align-items: center;
5898
5894
  justify-content: center;
@@ -5900,10 +5896,10 @@ const Bo = u`
5900
5896
  position: relative;
5901
5897
  }
5902
5898
  `;
5903
- var Fo = Object.defineProperty, Ro = Object.getOwnPropertyDescriptor, B = (t, e, s, r) => {
5904
- for (var i = r > 1 ? void 0 : r ? Ro(e, s) : e, n = t.length - 1, o; n >= 0; n--)
5905
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
5906
- return r && i && Fo(e, s, i), i;
5899
+ var Fn = Object.defineProperty, Rn = Object.getOwnPropertyDescriptor, N = (t, e, s, r) => {
5900
+ for (var i = r > 1 ? void 0 : r ? Rn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5901
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5902
+ return r && i && Fn(e, s, i), i;
5907
5903
  };
5908
5904
  let z = class extends ls(g) {
5909
5905
  constructor() {
@@ -6045,64 +6041,64 @@ let z = class extends ls(g) {
6045
6041
  `;
6046
6042
  }
6047
6043
  };
6048
- z.styles = [Bo, No, Mo, Lo, jo];
6049
- B([
6044
+ z.styles = [Nn, Bn, Mn, Ln, jn];
6045
+ N([
6050
6046
  a({ type: String, reflect: !0, attribute: "initial-value" })
6051
6047
  ], z.prototype, "initialValue", 2);
6052
- B([
6048
+ N([
6053
6049
  a({ type: String })
6054
6050
  ], z.prototype, "label", 2);
6055
- B([
6051
+ N([
6056
6052
  a({ type: String, attribute: "helper-text" })
6057
6053
  ], z.prototype, "helperText", 2);
6058
- B([
6054
+ N([
6059
6055
  a({ type: String, attribute: "error-text" })
6060
6056
  ], z.prototype, "errorText", 2);
6061
- B([
6062
- a({ type: Boolean, converter: f })
6057
+ N([
6058
+ a({ type: Boolean, converter: m })
6063
6059
  ], z.prototype, "disabled", 2);
6064
- B([
6065
- a({ type: Boolean, converter: f })
6060
+ N([
6061
+ a({ type: Boolean, converter: m })
6066
6062
  ], z.prototype, "success", 2);
6067
- B([
6063
+ N([
6068
6064
  a({ type: String, reflect: !0 })
6069
6065
  ], z.prototype, "mode", 2);
6070
- B([
6066
+ N([
6071
6067
  a({ type: String })
6072
6068
  ], z.prototype, "size", 2);
6073
- B([
6069
+ N([
6074
6070
  a({ type: String })
6075
6071
  ], z.prototype, "name", 2);
6076
- B([
6072
+ N([
6077
6073
  a({ type: String })
6078
6074
  ], z.prototype, "placeholder", 2);
6079
- B([
6075
+ N([
6080
6076
  a({ type: String, attribute: "max-length" })
6081
6077
  ], z.prototype, "maxLength", 2);
6082
- B([
6078
+ N([
6083
6079
  a({ type: String })
6084
6080
  ], z.prototype, "type", 2);
6085
- B([
6081
+ N([
6086
6082
  y()
6087
6083
  ], z.prototype, "_value", 2);
6088
- B([
6084
+ N([
6089
6085
  y()
6090
6086
  ], z.prototype, "focused", 2);
6091
- B([
6087
+ N([
6092
6088
  ct(".input-field")
6093
6089
  ], z.prototype, "inputField", 2);
6094
- z = B([
6090
+ z = N([
6095
6091
  v("ds-search")
6096
6092
  ], z);
6097
- const Uo = u`
6093
+ const Un = u`
6098
6094
  :host {
6099
6095
  display: contents;
6100
6096
  }
6101
6097
  `;
6102
- var Vo = Object.defineProperty, Ho = Object.getOwnPropertyDescriptor, dt = (t, e, s, r) => {
6103
- for (var i = r > 1 ? void 0 : r ? Ho(e, s) : e, n = t.length - 1, o; n >= 0; n--)
6104
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
6105
- return r && i && Vo(e, s, i), i;
6098
+ var Vn = Object.defineProperty, Hn = Object.getOwnPropertyDescriptor, dt = (t, e, s, r) => {
6099
+ for (var i = r > 1 ? void 0 : r ? Hn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
6100
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
6101
+ return r && i && Vn(e, s, i), i;
6106
6102
  };
6107
6103
  let X = class extends At(g) {
6108
6104
  constructor() {
@@ -6131,6 +6127,7 @@ let X = class extends At(g) {
6131
6127
  get classes() {
6132
6128
  return {
6133
6129
  nav: !0,
6130
+ "ds-blur": !0,
6134
6131
  "scroll-left": this.hasScrollLeft,
6135
6132
  "scroll-right": this.hasScrollRight
6136
6133
  };
@@ -6167,12 +6164,12 @@ let X = class extends At(g) {
6167
6164
  const e = t.target, s = ((r = this.items) == null ? void 0 : r.indexOf(e)) ?? -1;
6168
6165
  if (s !== -1) {
6169
6166
  this.selectedIndex = s, this.updateSelectedItem();
6170
- const n = ((i = e.textContent) == null ? void 0 : i.trim()) || e.getAttribute("data-label") || "";
6167
+ const o = ((i = e.textContent) == null ? void 0 : i.trim()) || e.getAttribute("data-label") || "";
6171
6168
  this.dispatchEvent(
6172
6169
  new CustomEvent("ds-secondary-navigation:select", {
6173
6170
  detail: {
6174
6171
  index: s,
6175
- label: n
6172
+ label: o
6176
6173
  },
6177
6174
  bubbles: !0,
6178
6175
  composed: !0
@@ -6244,7 +6241,7 @@ let X = class extends At(g) {
6244
6241
  aria-hidden=${!this.openItems}
6245
6242
  >
6246
6243
  <div
6247
- class="dropdown"
6244
+ class="dropdown ds-blur"
6248
6245
  >
6249
6246
  <slot name="items" @slotchange=${this.handleItemsSlotChange} @click=${this.handleItemClick}></slot>
6250
6247
  </div>
@@ -6273,7 +6270,7 @@ let X = class extends At(g) {
6273
6270
  aria-hidden=${!this.openCtas}
6274
6271
  >
6275
6272
  <div
6276
- class="dropdown"
6273
+ class="dropdown ds-blur"
6277
6274
 
6278
6275
  >
6279
6276
  <slot name="actions"></slot>
@@ -6285,7 +6282,7 @@ let X = class extends At(g) {
6285
6282
  return !this.openItems && !this.openCtas ? c : l`<div class="dropdown-backdrop" @click=${this.closeDropdowns}></div>`;
6286
6283
  }
6287
6284
  };
6288
- X.styles = [Uo];
6285
+ X.styles = [Un];
6289
6286
  dt([
6290
6287
  a({ type: String, attribute: "dropdown-button-text" })
6291
6288
  ], X.prototype, "dropdownButtonText", 2);
@@ -6316,7 +6313,7 @@ dt([
6316
6313
  X = dt([
6317
6314
  v("ds-secondary-navigation")
6318
6315
  ], X);
6319
- const Wo = u`
6316
+ const Wn = u`
6320
6317
  :host {
6321
6318
  display: flex;
6322
6319
  flex: 1 1 auto;
@@ -6365,10 +6362,10 @@ const Wo = u`
6365
6362
  flex-shrink: 0;
6366
6363
  }
6367
6364
  `;
6368
- var qo = Object.defineProperty, Ko = Object.getOwnPropertyDescriptor, ms = (t, e, s, r) => {
6369
- for (var i = r > 1 ? void 0 : r ? Ko(e, s) : e, n = t.length - 1, o; n >= 0; n--)
6370
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
6371
- return r && i && qo(e, s, i), i;
6365
+ var qn = Object.defineProperty, Kn = Object.getOwnPropertyDescriptor, ms = (t, e, s, r) => {
6366
+ for (var i = r > 1 ? void 0 : r ? Kn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
6367
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
6368
+ return r && i && qn(e, s, i), i;
6372
6369
  };
6373
6370
  let pe = class extends g {
6374
6371
  constructor() {
@@ -6394,7 +6391,7 @@ let pe = class extends g {
6394
6391
  }
6395
6392
  updateFocusState(t, e) {
6396
6393
  const s = t.target, r = s.matches(":focus-visible"), i = this.slottedElements.find(
6397
- (n) => n.tagName === "LABEL" && n.htmlFor === s.id
6394
+ (o) => o.tagName === "LABEL" && o.htmlFor === s.id
6398
6395
  );
6399
6396
  i && i.classList.toggle("focused", r);
6400
6397
  }
@@ -6406,14 +6403,14 @@ let pe = class extends g {
6406
6403
  `;
6407
6404
  }
6408
6405
  };
6409
- pe.styles = [Wo];
6406
+ pe.styles = [Wn];
6410
6407
  ms([
6411
6408
  a({ type: String })
6412
6409
  ], pe.prototype, "size", 2);
6413
6410
  ms([
6414
6411
  a({
6415
6412
  type: Boolean,
6416
- converter: f,
6413
+ converter: m,
6417
6414
  attribute: "full-width"
6418
6415
  })
6419
6416
  ], pe.prototype, "fullWidth", 2);
@@ -6453,7 +6450,7 @@ const is = class is {
6453
6450
  };
6454
6451
  is.KEYS_WHEN_OPEN = /* @__PURE__ */ new Set(["ArrowDown", "ArrowUp", "Home", "End", "Enter", "Escape", " "]), is.KEYS_WHEN_CLOSED = /* @__PURE__ */ new Set(["ArrowDown", "ArrowUp", " "]);
6455
6452
  let Qe = is;
6456
- const Go = u`
6453
+ const Gn = u`
6457
6454
  :host {
6458
6455
  display: contents;
6459
6456
  }
@@ -6475,10 +6472,10 @@ const Go = u`
6475
6472
  pointer-events: none;
6476
6473
  }
6477
6474
  `;
6478
- var Yo = Object.defineProperty, Xo = Object.getOwnPropertyDescriptor, R = (t, e, s, r) => {
6479
- for (var i = r > 1 ? void 0 : r ? Xo(e, s) : e, n = t.length - 1, o; n >= 0; n--)
6480
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
6481
- return r && i && Yo(e, s, i), i;
6475
+ var Yn = Object.defineProperty, Xn = Object.getOwnPropertyDescriptor, R = (t, e, s, r) => {
6476
+ for (var i = r > 1 ? void 0 : r ? Xn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
6477
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
6478
+ return r && i && Yn(e, s, i), i;
6482
6479
  };
6483
6480
  let O = class extends g {
6484
6481
  constructor() {
@@ -6624,13 +6621,13 @@ let O = class extends g {
6624
6621
  }
6625
6622
  get displaySelectTemplate() {
6626
6623
  var s, r, i;
6627
- const t = this.nativeOptions.find((n) => n.selected), e = (s = Array.from((t == null ? void 0 : t.childNodes) || [])) == null ? void 0 : s.map((n) => {
6628
- const o = n.cloneNode(!0);
6629
- if (n.nodeType !== 3)
6630
- return o;
6631
- if (n.textContent.trim() === "") return "";
6624
+ const t = this.nativeOptions.find((o) => o.selected), e = (s = Array.from((t == null ? void 0 : t.childNodes) || [])) == null ? void 0 : s.map((o) => {
6625
+ const n = o.cloneNode(!0);
6626
+ if (o.nodeType !== 3)
6627
+ return n;
6628
+ if (o.textContent.trim() === "") return "";
6632
6629
  const h = document.createElement("span");
6633
- return h.classList.add("text"), h.appendChild(o), h;
6630
+ return h.classList.add("text"), h.appendChild(n), h;
6634
6631
  });
6635
6632
  return l`
6636
6633
  <div class="select-outline">
@@ -6690,7 +6687,7 @@ let O = class extends g {
6690
6687
  `;
6691
6688
  }
6692
6689
  };
6693
- O.styles = [Go];
6690
+ O.styles = [Gn];
6694
6691
  O.ARIA_OPTION_PREFIX = "option-";
6695
6692
  R([
6696
6693
  a({ type: String })
@@ -6734,7 +6731,7 @@ R([
6734
6731
  O = R([
6735
6732
  v("ds-select")
6736
6733
  ], O);
6737
- const Jo = u`
6734
+ const Jn = u`
6738
6735
  :host {
6739
6736
  display: inline-block;
6740
6737
  }
@@ -6744,10 +6741,10 @@ const Jo = u`
6744
6741
  cursor: pointer;
6745
6742
  }
6746
6743
  `;
6747
- var Zo = Object.defineProperty, Qo = Object.getOwnPropertyDescriptor, Bi = (t, e, s, r) => {
6748
- for (var i = r > 1 ? void 0 : r ? Qo(e, s) : e, n = t.length - 1, o; n >= 0; n--)
6749
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
6750
- return r && i && Zo(e, s, i), i;
6744
+ var Zn = Object.defineProperty, Qn = Object.getOwnPropertyDescriptor, Ni = (t, e, s, r) => {
6745
+ for (var i = r > 1 ? void 0 : r ? Qn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
6746
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
6747
+ return r && i && Zn(e, s, i), i;
6751
6748
  };
6752
6749
  let ts = class extends g {
6753
6750
  get iconTemplate() {
@@ -6782,37 +6779,37 @@ let ts = class extends g {
6782
6779
  `;
6783
6780
  }
6784
6781
  };
6785
- ts.styles = [Jo];
6786
- Bi([
6787
- a({ type: Boolean, converter: f })
6782
+ ts.styles = [Jn];
6783
+ Ni([
6784
+ a({ type: Boolean, converter: m })
6788
6785
  ], ts.prototype, "checked", 2);
6789
- ts = Bi([
6786
+ ts = Ni([
6790
6787
  v("ds-selection")
6791
6788
  ], ts);
6792
6789
  function ws({ value: t, min: e, max: s }) {
6793
6790
  return Math.min(Math.max(t, e), s);
6794
6791
  }
6795
6792
  const ci = (t, e, s = 10) => {
6796
- const r = Math.pow(10, s), i = Math.round(t * r), n = Math.round(e * r);
6797
- return (i + n) / r;
6798
- }, ke = ({ step: t = 1, min: e = 0, max: s = 100, proposedValue: r, role: i, currentValues: n }) => {
6799
- const o = i === "min" ? 1 : 2, h = r;
6800
- let d, m = e, x = s;
6801
- return Number.isFinite(h) ? (Object.keys(n).forEach((b) => {
6802
- if (Number(b) < o && n[b] >= m) {
6803
- if (m = n[b], t === 0) return;
6793
+ const r = Math.pow(10, s), i = Math.round(t * r), o = Math.round(e * r);
6794
+ return (i + o) / r;
6795
+ }, ke = ({ step: t = 1, min: e = 0, max: s = 100, proposedValue: r, role: i, currentValues: o }) => {
6796
+ const n = i === "min" ? 1 : 2, h = r;
6797
+ let d, f = e, x = s;
6798
+ return Number.isFinite(h) ? (Object.keys(o).forEach((b) => {
6799
+ if (Number(b) < n && o[b] >= f) {
6800
+ if (f = o[b], t === 0) return;
6804
6801
  let $ = e;
6805
- for (; $ <= m; ) $ = ci($, t);
6806
- m = $;
6802
+ for (; $ <= f; ) $ = ci($, t);
6803
+ f = $;
6807
6804
  }
6808
- if (Number(b) > o && n[b] <= x) {
6809
- if (x = n[b], t === 0) return;
6805
+ if (Number(b) > n && o[b] <= x) {
6806
+ if (x = o[b], t === 0) return;
6810
6807
  let $ = e;
6811
6808
  for (; $ + t < x; ) $ = ci($, t);
6812
6809
  x = $;
6813
6810
  }
6814
- m = ws({ value: m, min: e, max: s }), x = ws({ value: x, min: e, max: s });
6815
- }), h <= m || h >= x ? (d = Math.max(m, Math.min(x, h)), { stepValue: d, minLimit: m, maxLimit: x }) : t === 0 ? { stepValue: h, minLimit: m, maxLimit: x } : (d = Math.round((h - m) / t) * t + m, d = h - d > x - h ? x : d, d = ws({ value: d, min: m, max: x }), { stepValue: d, minLimit: m, maxLimit: x })) : { stepValue: n[String(o)], minLimit: m, maxLimit: x };
6811
+ f = ws({ value: f, min: e, max: s }), x = ws({ value: x, min: e, max: s });
6812
+ }), h <= f || h >= x ? (d = Math.max(f, Math.min(x, h)), { stepValue: d, minLimit: f, maxLimit: x }) : t === 0 ? { stepValue: h, minLimit: f, maxLimit: x } : (d = Math.round((h - f) / t) * t + f, d = h - d > x - h ? x : d, d = ws({ value: d, min: f, max: x }), { stepValue: d, minLimit: f, maxLimit: x })) : { stepValue: o[String(n)], minLimit: f, maxLimit: x };
6816
6813
  }, ta = ({ value: t, fractionDigits: e }) => {
6817
6814
  const s = Math.pow(10, e);
6818
6815
  return Math.round(t * s) / s;
@@ -6859,22 +6856,22 @@ const ci = (t, e, s = 10) => {
6859
6856
  .track, .track-range {
6860
6857
  background-clip: content-box;
6861
6858
  }
6862
- `, na = Xt`
6859
+ `, oa = Xt`
6863
6860
  .thumb {
6864
6861
  z-index: 2;
6865
6862
  position: absolute;
6866
6863
  }
6867
6864
  `;
6868
- var oa = Object.defineProperty, aa = Object.getOwnPropertyDescriptor, _ = (t, e, s, r) => {
6869
- for (var i = r > 1 ? void 0 : r ? aa(e, s) : e, n = t.length - 1, o; n >= 0; n--)
6870
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
6871
- return r && i && oa(e, s, i), i;
6865
+ var na = Object.defineProperty, aa = Object.getOwnPropertyDescriptor, _ = (t, e, s, r) => {
6866
+ for (var i = r > 1 ? void 0 : r ? aa(e, s) : e, o = t.length - 1, n; o >= 0; o--)
6867
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
6868
+ return r && i && na(e, s, i), i;
6872
6869
  };
6873
6870
  let w = class extends At(g) {
6874
6871
  constructor() {
6875
6872
  super(...arguments), this.min = 0, this.max = 100, this.minLabel = "", this.maxLabel = "", this.step = 1, this.initialValueMin = 0, this.mode = "light", this.locale = void 0, this.localeMatcher = "lookup", this.useGrouping = !0, this.minimumIntegerDigits = 1, this.minimumFractionDigits = 0, this.maximumFractionDigits = 3, this.size = "medium", this.disabled = !1, this.keyboardMode = !1, this.getNewValue = (t) => {
6876
- const { width: e, left: s } = this.track.getBoundingClientRect(), r = t.type.indexOf("mouse") !== -1 ? t.clientX : t.touches[0].clientX, n = Math.min(Math.max(0, r - s), e) * 100 / e;
6877
- return this.min + n * (this.max - this.min) / 100;
6873
+ const { width: e, left: s } = this.track.getBoundingClientRect(), r = t.type.indexOf("mouse") !== -1 ? t.clientX : t.touches[0].clientX, o = Math.min(Math.max(0, r - s), e) * 100 / e;
6874
+ return this.min + o * (this.max - this.min) / 100;
6878
6875
  }, this.setActiveThumb = (t) => {
6879
6876
  const e = this.getNewValue(t);
6880
6877
  typeof this.valueMax != "number" || e <= this.valueMin ? this.activeThumb = "min" : e >= this.valueMax ? this.activeThumb = "max" : e - this.valueMin < this.valueMax - e ? this.activeThumb = "min" : this.activeThumb = "max";
@@ -6930,11 +6927,11 @@ let w = class extends At(g) {
6930
6927
  }, this.onThumbKeyDown = (t, e) => {
6931
6928
  if (!this.disabled && (t.key === "ArrowLeft" || t.key === "ArrowRight")) {
6932
6929
  t.preventDefault();
6933
- const s = this.step ?? 1, r = t.key === "ArrowLeft" ? -s : s, i = e === 1 ? "min" : "max", o = (i === "min" ? this.valueMin : this.valueMax) + r, { stepValue: h } = ke({
6930
+ const s = this.step ?? 1, r = t.key === "ArrowLeft" ? -s : s, i = e === 1 ? "min" : "max", n = (i === "min" ? this.valueMin : this.valueMax) + r, { stepValue: h } = ke({
6934
6931
  step: this.step,
6935
6932
  min: this.min,
6936
6933
  max: this.max,
6937
- proposedValue: o,
6934
+ proposedValue: n,
6938
6935
  role: i,
6939
6936
  currentValues: {
6940
6937
  1: this.valueMin,
@@ -6952,7 +6949,7 @@ let w = class extends At(g) {
6952
6949
  super.firstUpdated(t), window == null || window.addEventListener("keydown", this.handleKeydown), window == null || window.addEventListener("mousedown", this.handlePointerOrMouseDown), window == null || window.addEventListener("pointerdown", this.handlePointerOrMouseDown), ["min", "max"].forEach((s) => {
6953
6950
  const i = this[s === "min" ? "initialValueMin" : "initialValueMax"];
6954
6951
  if (typeof i != "number") return;
6955
- const { stepValue: n } = ke({
6952
+ const { stepValue: o } = ke({
6956
6953
  step: this.step,
6957
6954
  min: this.min,
6958
6955
  max: this.max,
@@ -6963,7 +6960,7 @@ let w = class extends At(g) {
6963
6960
  ...typeof this.valueMax == "number" ? { 2: this.valueMax } : {}
6964
6961
  }
6965
6962
  });
6966
- this[s === "min" ? "valueMin" : "valueMax"] !== n && this.handleChange({ value: n, role: s });
6963
+ this[s === "min" ? "valueMin" : "valueMax"] !== o && this.handleChange({ value: o, role: s });
6967
6964
  });
6968
6965
  }
6969
6966
  getTrackPct(t) {
@@ -7005,7 +7002,7 @@ let w = class extends At(g) {
7005
7002
  formattedValue: t,
7006
7003
  unitSymbol: e,
7007
7004
  unitSymbolPosition: s
7008
- } = this.formatNumber(this.min), r = this.unitSymbol ?? e, i = this.unitSymbolPosition ?? s, { formattedValue: n } = this.formatNumber(this.max);
7005
+ } = this.formatNumber(this.min), r = this.unitSymbol ?? e, i = this.unitSymbolPosition ?? s, { formattedValue: o } = this.formatNumber(this.max);
7009
7006
  return l`
7010
7007
  <div class="range-value-text">
7011
7008
  ${this.minLabel ? l`<span class="range-value-label">${this.minLabel}</span>` : c}
@@ -7016,7 +7013,7 @@ let w = class extends At(g) {
7016
7013
  <div class="range-value-text">
7017
7014
  ${this.maxLabel ? l` <span class="range-value-label">${this.maxLabel}</span>` : c}
7018
7015
  ${i === "left" ? l`<span>${r}</span>` : c}
7019
- <span>${n}</span>
7016
+ <span>${o}</span>
7020
7017
  ${i === "right" ? l`<span>${r}</span>` : c}
7021
7018
  </div>
7022
7019
  `;
@@ -7032,11 +7029,11 @@ let w = class extends At(g) {
7032
7029
  1: this.valueMin,
7033
7030
  ...typeof this.valueMax == "number" ? { 2: this.valueMax } : {}
7034
7031
  }
7035
- }), n = this.getTrackPct(s);
7032
+ }), o = this.getTrackPct(s);
7036
7033
  return l`
7037
7034
  <style>
7038
7035
  .thumb${t} {
7039
- left: ${n}%;
7036
+ left: ${o}%;
7040
7037
  }
7041
7038
  </style>
7042
7039
  <div
@@ -7044,7 +7041,7 @@ let w = class extends At(g) {
7044
7041
  @focus=${() => {
7045
7042
  this.activeThumb = t === 1 ? "min" : "max";
7046
7043
  }}
7047
- @keydown=${(o) => this.onThumbKeyDown(o, t)}
7044
+ @keydown=${(n) => this.onThumbKeyDown(n, t)}
7048
7045
  role="slider"
7049
7046
  tabindex=${this.disabled ? -1 : 0}
7050
7047
  aria-disabled=${String(!!this.disabled)}
@@ -7085,9 +7082,9 @@ let w = class extends At(g) {
7085
7082
  getInputTemplate(t) {
7086
7083
  const e = t === 1 ? "min" : "max", s = this.editingField === e, r = e === "min" ? this.valueMin : this.valueMax, {
7087
7084
  formattedValue: i,
7088
- unitSymbol: n,
7089
- unitSymbolPosition: o
7090
- } = this.formatNumber(r), h = this.unitSymbolPosition ?? o, d = this.unitSymbol ?? n, m = d ? h === "left" ? `${d} ${i}` : `${i} ${d}` : `${i}`, x = s ? "number" : "text", b = s ? String(r ?? "") : m, $ = t === 1 ? this.inputMinAriaLabel : this.inputMaxAriaLabel, T = typeof this.initialValueMax == "number" ? t === 1 ? "Start value" : "End value" : "Value", G = $ ?? T;
7085
+ unitSymbol: o,
7086
+ unitSymbolPosition: n
7087
+ } = this.formatNumber(r), h = this.unitSymbolPosition ?? n, d = this.unitSymbol ?? o, f = d ? h === "left" ? `${d} ${i}` : `${i} ${d}` : `${i}`, x = s ? "number" : "text", b = s ? String(r ?? "") : f, $ = t === 1 ? this.inputMinAriaLabel : this.inputMaxAriaLabel, T = typeof this.initialValueMax == "number" ? t === 1 ? "Start value" : "End value" : "Value", G = $ ?? T;
7091
7088
  return l`
7092
7089
  <div class="input-wrapper">
7093
7090
  <input
@@ -7150,7 +7147,7 @@ let w = class extends At(g) {
7150
7147
  `;
7151
7148
  }
7152
7149
  };
7153
- w.styles = [ea, ra, na, sa, ia];
7150
+ w.styles = [ea, ra, oa, sa, ia];
7154
7151
  _([
7155
7152
  a({ type: Number })
7156
7153
  ], w.prototype, "min", 2);
@@ -7222,7 +7219,7 @@ _([
7222
7219
  a({ type: String, converter: Ue })
7223
7220
  ], w.prototype, "size", 2);
7224
7221
  _([
7225
- a({ type: Boolean, converter: f })
7222
+ a({ type: Boolean, converter: m })
7226
7223
  ], w.prototype, "disabled", 2);
7227
7224
  _([
7228
7225
  a({ type: String, attribute: "input-min-aria-label" })
@@ -7352,8 +7349,8 @@ const la = u`
7352
7349
  }
7353
7350
  };
7354
7351
  var pa = Object.defineProperty, ma = Object.getOwnPropertyDescriptor, J = (t, e, s, r) => {
7355
- for (var i = r > 1 ? void 0 : r ? ma(e, s) : e, n = t.length - 1, o; n >= 0; n--)
7356
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
7352
+ for (var i = r > 1 ? void 0 : r ? ma(e, s) : e, o = t.length - 1, n; o >= 0; o--)
7353
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
7357
7354
  return r && i && pa(e, s, i), i;
7358
7355
  };
7359
7356
  let M = class extends g {
@@ -7441,12 +7438,12 @@ let M = class extends g {
7441
7438
  });
7442
7439
  }
7443
7440
  selectTab(t) {
7444
- var s, r, i, n, o;
7441
+ var s, r, i, o, n;
7445
7442
  (s = this.tabs) == null || s.forEach((h, d) => {
7446
7443
  h.removeAttribute("selected"), h.setAttribute("aria-selected", d === t ? "true" : "false");
7447
7444
  }), (r = this.tabs[t]) == null || r.setAttribute("selected", ""), this.panels.forEach((h) => h.removeAttribute("selected")), (i = this.panels[t]) == null || i.setAttribute("selected", "");
7448
- const e = (n = this.tabs) == null ? void 0 : n[this.selectedTab];
7449
- this.nav.scrollLeft = (e == null ? void 0 : e.offsetLeft) - ((o = this.nav) == null ? void 0 : o.offsetWidth) / 2;
7445
+ const e = (o = this.tabs) == null ? void 0 : o[this.selectedTab];
7446
+ this.nav.scrollLeft = (e == null ? void 0 : e.offsetLeft) - ((n = this.nav) == null ? void 0 : n.offsetWidth) / 2;
7450
7447
  }
7451
7448
  setupTabAccessibility() {
7452
7449
  var t;
@@ -7516,7 +7513,7 @@ J([
7516
7513
  a({ type: String })
7517
7514
  ], M.prototype, "size", 2);
7518
7515
  J([
7519
- a({ type: Boolean, converter: f })
7516
+ a({ type: Boolean, converter: m })
7520
7517
  ], M.prototype, "disabled", 2);
7521
7518
  J([
7522
7519
  y()
@@ -7555,8 +7552,8 @@ const fa = Xt`
7555
7552
  }
7556
7553
  `;
7557
7554
  var va = Object.defineProperty, ya = Object.getOwnPropertyDescriptor, Zt = (t, e, s, r) => {
7558
- for (var i = r > 1 ? void 0 : r ? ya(e, s) : e, n = t.length - 1, o; n >= 0; n--)
7559
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
7555
+ for (var i = r > 1 ? void 0 : r ? ya(e, s) : e, o = t.length - 1, n; o >= 0; o--)
7556
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
7560
7557
  return r && i && va(e, s, i), i;
7561
7558
  };
7562
7559
  let $t = class extends g {
@@ -7594,21 +7591,21 @@ let $t = class extends g {
7594
7591
  render() {
7595
7592
  return this.show ? l`
7596
7593
  <div class=${p(this.classes)}>
7597
- ${ot(this.iconPosition === "left", () => l`${this.iconTemplate}`)}
7594
+ ${nt(this.iconPosition === "left", () => l`${this.iconTemplate}`)}
7598
7595
  <slot></slot>
7599
- ${ot(this.iconPosition === "right", () => l`${this.iconTemplate}`)}
7596
+ ${nt(this.iconPosition === "right", () => l`${this.iconTemplate}`)}
7600
7597
  </div>
7601
7598
  ` : c;
7602
7599
  }
7603
7600
  };
7604
7601
  $t.styles = [fa, ba];
7605
7602
  Zt([
7606
- a({ type: Boolean, converter: f })
7603
+ a({ type: Boolean, converter: m })
7607
7604
  ], $t.prototype, "show", 2);
7608
7605
  Zt([
7609
7606
  a({
7610
7607
  type: Boolean,
7611
- converter: f,
7608
+ converter: m,
7612
7609
  attribute: "clickable-icon"
7613
7610
  })
7614
7611
  ], $t.prototype, "clickableIcon", 2);
@@ -7650,8 +7647,8 @@ const ga = u`
7650
7647
  }
7651
7648
  `;
7652
7649
  var $a = Object.defineProperty, xa = Object.getOwnPropertyDescriptor, _t = (t, e, s, r) => {
7653
- for (var i = r > 1 ? void 0 : r ? xa(e, s) : e, n = t.length - 1, o; n >= 0; n--)
7654
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
7650
+ for (var i = r > 1 ? void 0 : r ? xa(e, s) : e, o = t.length - 1, n; o >= 0; o--)
7651
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
7655
7652
  return r && i && $a(e, s, i), i;
7656
7653
  };
7657
7654
  let tt = class extends g {
@@ -7669,7 +7666,7 @@ let tt = class extends g {
7669
7666
  };
7670
7667
  }
7671
7668
  get customElementTemplate() {
7672
- return !this.htmlTagName || !this.value ? c : l`${ns(`<${this.htmlTagName} class="text">${this.value}</${this.htmlTagName}>`)}`;
7669
+ return !this.htmlTagName || !this.value ? c : l`${os(`<${this.htmlTagName} class="text">${this.value}</${this.htmlTagName}>`)}`;
7673
7670
  }
7674
7671
  get styles() {
7675
7672
  return C`
@@ -7713,7 +7710,7 @@ _t([
7713
7710
  a({ type: String, reflect: !0 })
7714
7711
  ], tt.prototype, "color", 2);
7715
7712
  _t([
7716
- a({ type: Boolean, converter: f, reflect: !0 })
7713
+ a({ type: Boolean, converter: m, reflect: !0 })
7717
7714
  ], tt.prototype, "uppercase", 2);
7718
7715
  tt = _t([
7719
7716
  v("ds-text")
@@ -7724,8 +7721,8 @@ const wa = u`
7724
7721
  }
7725
7722
  `;
7726
7723
  var Sa = Object.defineProperty, _a = Object.getOwnPropertyDescriptor, we = (t, e, s, r) => {
7727
- for (var i = r > 1 ? void 0 : r ? _a(e, s) : e, n = t.length - 1, o; n >= 0; n--)
7728
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
7724
+ for (var i = r > 1 ? void 0 : r ? _a(e, s) : e, o = t.length - 1, n; o >= 0; o--)
7725
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
7729
7726
  return r && i && Sa(e, s, i), i;
7730
7727
  };
7731
7728
  let Pt = class extends Hs(g) {
@@ -7823,8 +7820,8 @@ const Ta = {
7823
7820
  }
7824
7821
  };
7825
7822
  var Ca = Object.defineProperty, ka = Object.getOwnPropertyDescriptor, Se = (t, e, s, r) => {
7826
- for (var i = r > 1 ? void 0 : r ? ka(e, s) : e, n = t.length - 1, o; n >= 0; n--)
7827
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
7823
+ for (var i = r > 1 ? void 0 : r ? ka(e, s) : e, o = t.length - 1, n; o >= 0; o--)
7824
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
7828
7825
  return r && i && Ca(e, s, i), i;
7829
7826
  };
7830
7827
  let Ht = class extends ut {
@@ -7832,7 +7829,7 @@ let Ht = class extends ut {
7832
7829
  super(...arguments), this.loadFonts = !0, this.loadStyles = !0, this.cssLoaded = !1, this.loadedFonts = /* @__PURE__ */ new Set();
7833
7830
  }
7834
7831
  updated(t) {
7835
- super.updated(t), t.has("theme") && (ne.publish("theme", this.theme), window.DS_THEME = this.theme, this.loadThemeFonts(), this.loadThemeStyles().then(() => {
7832
+ super.updated(t), t.has("theme") && (oe.publish("theme", this.theme), window.DS_THEME = this.theme, this.loadThemeFonts(), this.loadThemeStyles().then(() => {
7836
7833
  this.cssLoaded = !0;
7837
7834
  }));
7838
7835
  }
@@ -7860,17 +7857,17 @@ let Ht = class extends ut {
7860
7857
  );
7861
7858
  try {
7862
7859
  await i.load(), document.fonts.add(i), this.loadedFonts.add(r);
7863
- } catch (n) {
7864
- console.error(`Error loading "${e}" font with "${t}" weight:`, n);
7860
+ } catch (o) {
7861
+ console.error(`Error loading "${e}" font with "${t}" weight:`, o);
7865
7862
  }
7866
7863
  }
7867
7864
  loadThemeStyles() {
7868
7865
  return this.loadStyles ? new Promise((t, e) => {
7869
- const s = "/0.2.0-canary.0", r = `https://ds-assets.cupra.com${s}/styles/${this.theme}/theme.css`;
7866
+ const s = "/1.0.0-canary.1", r = `https://ds-assets.cupra.com${s}/styles/${this.theme}/theme.css`;
7870
7867
  if (document.head.querySelector(`link[href="${r}"]`)) t();
7871
7868
  else {
7872
- const i = `ui-kit-theme-${s}`, n = document.getElementById(i), o = document.createElement("link");
7873
- o.id = i, o.rel = "stylesheet", o.href = r, o.onload = () => t(), o.onerror = () => e(new Error(`Failed to load theme CSS: ${r}`)), document.head.appendChild(o), n == null || n.remove();
7869
+ const i = `ui-kit-theme-${s}`, o = document.getElementById(i), n = document.createElement("link");
7870
+ n.id = i, n.rel = "stylesheet", n.href = r, n.onload = () => t(), n.onerror = () => e(new Error(`Failed to load theme CSS: ${r}`)), document.head.appendChild(n), o == null || o.remove();
7874
7871
  }
7875
7872
  }) : Promise.resolve();
7876
7873
  }
@@ -7879,10 +7876,10 @@ let Ht = class extends ut {
7879
7876
  }
7880
7877
  };
7881
7878
  Se([
7882
- a({ type: Boolean, converter: f, attribute: "load-fonts" })
7879
+ a({ type: Boolean, converter: m, attribute: "load-fonts" })
7883
7880
  ], Ht.prototype, "loadFonts", 2);
7884
7881
  Se([
7885
- a({ type: Boolean, converter: f, attribute: "load-styles" })
7882
+ a({ type: Boolean, converter: m, attribute: "load-styles" })
7886
7883
  ], Ht.prototype, "loadStyles", 2);
7887
7884
  Se([
7888
7885
  ve({ context: Os }),
@@ -7903,8 +7900,8 @@ const Ea = u`
7903
7900
  }
7904
7901
  `;
7905
7902
  var Oa = Object.defineProperty, Pa = Object.getOwnPropertyDescriptor, _e = (t, e, s, r) => {
7906
- for (var i = r > 1 ? void 0 : r ? Pa(e, s) : e, n = t.length - 1, o; n >= 0; n--)
7907
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
7903
+ for (var i = r > 1 ? void 0 : r ? Pa(e, s) : e, o = t.length - 1, n; o >= 0; o--)
7904
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
7908
7905
  return r && i && Oa(e, s, i), i;
7909
7906
  };
7910
7907
  let zt = class extends g {
@@ -7963,8 +7960,8 @@ let zt = class extends g {
7963
7960
  ${this.iconTemplate}
7964
7961
  <div class="content">
7965
7962
  <div class="header">
7966
- ${ot(this.title, () => l`<div class="title">${this.title}</div>`)}
7967
- ${ot(this.text, () => l`<div class="message">${this.text}</div>`)}
7963
+ ${nt(this.title, () => l`<div class="title">${this.title}</div>`)}
7964
+ ${nt(this.text, () => l`<div class="message">${this.text}</div>`)}
7968
7965
  </div>
7969
7966
  <slot></slot>
7970
7967
  </div>
@@ -7987,7 +7984,7 @@ _e([
7987
7984
  a({ type: String })
7988
7985
  ], zt.prototype, "text", 2);
7989
7986
  _e([
7990
- a({ type: Boolean, converter: f, attribute: "data-template", reflect: !0 })
7987
+ a({ type: Boolean, converter: m, attribute: "data-template", reflect: !0 })
7991
7988
  ], zt.prototype, "dataTemplate", 2);
7992
7989
  zt = _e([
7993
7990
  v("ds-toast-message")
@@ -7996,20 +7993,20 @@ const za = 1e4, Ia = () => typeof crypto < "u" && typeof crypto.randomUUID == "f
7996
7993
  class ie {
7997
7994
  constructor() {
7998
7995
  this.toasts = [], this.subscribers = [], this.defaultDuration = za, this.handleAddToast = (e) => {
7999
- const { id: s = Ia(), status: r = "default", duration: i = this.defaultDuration, ...n } = e.detail || {}, o = {
7996
+ const { id: s = Ia(), status: r = "default", duration: i = this.defaultDuration, ...o } = e.detail || {}, n = {
8000
7997
  id: s,
8001
7998
  status: r,
8002
- ...n,
7999
+ ...o,
8003
8000
  exiting: !1
8004
8001
  };
8005
- o.timeoutId = window.setTimeout(() => {
8002
+ n.timeoutId = window.setTimeout(() => {
8006
8003
  this.toasts.find((h) => h.id === s).exiting = !0, this.notifySubscribers();
8007
- }, i), this.toasts = [...this.toasts, o], this.notifySubscribers();
8004
+ }, i), this.toasts = [...this.toasts, n], this.notifySubscribers();
8008
8005
  }, this.handleRemoveToast = (e) => {
8009
8006
  const { id: s, referenceId: r } = e.detail || {};
8010
8007
  if (!s && !r) return;
8011
8008
  let i;
8012
- s ? i = this.toasts.find((n) => n.id === s) : r && (i = this.toasts.find((n) => n.referenceId === r)), i && (i != null && i.timeoutId && window.clearTimeout(i.timeoutId), i.exiting = !0, this.notifySubscribers());
8009
+ s ? i = this.toasts.find((o) => o.id === s) : r && (i = this.toasts.find((o) => o.referenceId === r)), i && (i != null && i.timeoutId && window.clearTimeout(i.timeoutId), i.exiting = !0, this.notifySubscribers());
8013
8010
  }, this.initialize();
8014
8011
  }
8015
8012
  initialize() {
@@ -8042,27 +8039,27 @@ const hi = ie.getInstance();
8042
8039
  * SPDX-License-Identifier: BSD-3-Clause
8043
8040
  */
8044
8041
  const { I: Aa } = er, di = () => document.createComment(""), Ee = (t, e, s) => {
8045
- var n;
8042
+ var o;
8046
8043
  const r = t._$AA.parentNode, i = e === void 0 ? t._$AB : e._$AA;
8047
8044
  if (s === void 0) {
8048
- const o = r.insertBefore(di(), i), h = r.insertBefore(di(), i);
8049
- s = new Aa(o, h, t, t.options);
8045
+ const n = r.insertBefore(di(), i), h = r.insertBefore(di(), i);
8046
+ s = new Aa(n, h, t, t.options);
8050
8047
  } else {
8051
- const o = s._$AB.nextSibling, h = s._$AM, d = h !== t;
8048
+ const n = s._$AB.nextSibling, h = s._$AM, d = h !== t;
8052
8049
  if (d) {
8053
- let m;
8054
- (n = s._$AQ) == null || n.call(s, t), s._$AM = t, s._$AP !== void 0 && (m = t._$AU) !== h._$AU && s._$AP(m);
8055
- }
8056
- if (o !== i || d) {
8057
- let m = s._$AA;
8058
- for (; m !== o; ) {
8059
- const x = m.nextSibling;
8060
- r.insertBefore(m, i), m = x;
8050
+ let f;
8051
+ (o = s._$AQ) == null || o.call(s, t), s._$AM = t, s._$AP !== void 0 && (f = t._$AU) !== h._$AU && s._$AP(f);
8052
+ }
8053
+ if (n !== i || d) {
8054
+ let f = s._$AA;
8055
+ for (; f !== n; ) {
8056
+ const x = f.nextSibling;
8057
+ r.insertBefore(f, i), f = x;
8061
8058
  }
8062
8059
  }
8063
8060
  }
8064
8061
  return s;
8065
- }, Nt = (t, e, s = t) => (t._$AI(e, s), t), Da = {}, Ba = (t, e = Da) => t._$AH = e, Na = (t) => t._$AH, Ss = (t) => {
8062
+ }, Bt = (t, e, s = t) => (t._$AI(e, s), t), Da = {}, Na = (t, e = Da) => t._$AH = e, Ba = (t) => t._$AH, Ss = (t) => {
8066
8063
  t._$AR(), t._$AA.remove();
8067
8064
  };
8068
8065
  /**
@@ -8081,43 +8078,43 @@ const ui = (t, e, s) => {
8081
8078
  dt(t, e, s) {
8082
8079
  let r;
8083
8080
  s === void 0 ? s = e : e !== void 0 && (r = e);
8084
- const i = [], n = [];
8085
- let o = 0;
8086
- for (const h of t) i[o] = r ? r(h, o) : o, n[o] = s(h, o), o++;
8087
- return { values: n, keys: i };
8081
+ const i = [], o = [];
8082
+ let n = 0;
8083
+ for (const h of t) i[n] = r ? r(h, n) : n, o[n] = s(h, n), n++;
8084
+ return { values: o, keys: i };
8088
8085
  }
8089
8086
  render(t, e, s) {
8090
8087
  return this.dt(t, e, s).values;
8091
8088
  }
8092
8089
  update(t, [e, s, r]) {
8093
- const i = Na(t), { values: n, keys: o } = this.dt(e, s, r);
8094
- if (!Array.isArray(i)) return this.ut = o, n;
8090
+ const i = Ba(t), { values: o, keys: n } = this.dt(e, s, r);
8091
+ if (!Array.isArray(i)) return this.ut = n, o;
8095
8092
  const h = this.ut ?? (this.ut = []), d = [];
8096
- let m, x, b = 0, $ = i.length - 1, S = 0, T = n.length - 1;
8093
+ let f, x, b = 0, $ = i.length - 1, S = 0, T = o.length - 1;
8097
8094
  for (; b <= $ && S <= T; ) if (i[b] === null) b++;
8098
8095
  else if (i[$] === null) $--;
8099
- else if (h[b] === o[S]) d[S] = Nt(i[b], n[S]), b++, S++;
8100
- else if (h[$] === o[T]) d[T] = Nt(i[$], n[T]), $--, T--;
8101
- else if (h[b] === o[T]) d[T] = Nt(i[b], n[T]), Ee(t, d[T + 1], i[b]), b++, T--;
8102
- else if (h[$] === o[S]) d[S] = Nt(i[$], n[S]), Ee(t, i[b], i[$]), $--, S++;
8103
- else if (m === void 0 && (m = ui(o, S, T), x = ui(h, b, $)), m.has(h[b])) if (m.has(h[$])) {
8104
- const G = x.get(o[S]), U = G !== void 0 ? i[G] : null;
8096
+ else if (h[b] === n[S]) d[S] = Bt(i[b], o[S]), b++, S++;
8097
+ else if (h[$] === n[T]) d[T] = Bt(i[$], o[T]), $--, T--;
8098
+ else if (h[b] === n[T]) d[T] = Bt(i[b], o[T]), Ee(t, d[T + 1], i[b]), b++, T--;
8099
+ else if (h[$] === n[S]) d[S] = Bt(i[$], o[S]), Ee(t, i[b], i[$]), $--, S++;
8100
+ else if (f === void 0 && (f = ui(n, S, T), x = ui(h, b, $)), f.has(h[b])) if (f.has(h[$])) {
8101
+ const G = x.get(n[S]), U = G !== void 0 ? i[G] : null;
8105
8102
  if (U === null) {
8106
8103
  const Tt = Ee(t, i[b]);
8107
- Nt(Tt, n[S]), d[S] = Tt;
8108
- } else d[S] = Nt(U, n[S]), Ee(t, i[b], U), i[G] = null;
8104
+ Bt(Tt, o[S]), d[S] = Tt;
8105
+ } else d[S] = Bt(U, o[S]), Ee(t, i[b], U), i[G] = null;
8109
8106
  S++;
8110
8107
  } else Ss(i[$]), $--;
8111
8108
  else Ss(i[b]), b++;
8112
8109
  for (; S <= T; ) {
8113
8110
  const G = Ee(t, d[T + 1]);
8114
- Nt(G, n[S]), d[S++] = G;
8111
+ Bt(G, o[S]), d[S++] = G;
8115
8112
  }
8116
8113
  for (; b <= $; ) {
8117
8114
  const G = i[b++];
8118
8115
  G !== null && Ss(G);
8119
8116
  }
8120
- return this.ut = o, Ba(t, d), pt;
8117
+ return this.ut = n, Na(t, d), pt;
8121
8118
  }
8122
8119
  }), Ma = u`
8123
8120
  :host {
@@ -8224,8 +8221,8 @@ const ui = (t, e, s) => {
8224
8221
  }
8225
8222
  `;
8226
8223
  var Fa = Object.defineProperty, Ra = Object.getOwnPropertyDescriptor, qs = (t, e, s, r) => {
8227
- for (var i = r > 1 ? void 0 : r ? Ra(e, s) : e, n = t.length - 1, o; n >= 0; n--)
8228
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
8224
+ for (var i = r > 1 ? void 0 : r ? Ra(e, s) : e, o = t.length - 1, n; o >= 0; o--)
8225
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
8229
8226
  return r && i && Fa(e, s, i), i;
8230
8227
  };
8231
8228
  let je = class extends g {
@@ -8258,7 +8255,7 @@ let je = class extends g {
8258
8255
  const r = document.querySelector(`[data-id="${t.referenceId}"]`);
8259
8256
  if (r) {
8260
8257
  const i = r.cloneNode(!0);
8261
- i.setAttribute("data-template", "false"), i.setAttribute("data-id", t.id), s = ns(i.outerHTML);
8258
+ i.setAttribute("data-template", "false"), i.setAttribute("data-id", t.id), s = os(i.outerHTML);
8262
8259
  }
8263
8260
  } else
8264
8261
  s = this.componentFactory.createToastMessage({
@@ -8304,8 +8301,8 @@ je = qs([
8304
8301
  v("ds-toast")
8305
8302
  ], je);
8306
8303
  var Ua = Object.defineProperty, Va = Object.getOwnPropertyDescriptor, Ke = (t, e, s, r) => {
8307
- for (var i = r > 1 ? void 0 : r ? Va(e, s) : e, n = t.length - 1, o; n >= 0; n--)
8308
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
8304
+ for (var i = r > 1 ? void 0 : r ? Va(e, s) : e, o = t.length - 1, n; o >= 0; o--)
8305
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
8309
8306
  return r && i && Ua(e, s, i), i;
8310
8307
  };
8311
8308
  let me = class extends E {
@@ -8342,15 +8339,15 @@ let me = class extends E {
8342
8339
  type=${this.type}
8343
8340
  @click=${this.handleClick}
8344
8341
  >
8345
- ${ot(this.iconPosition === "left", () => l`${this.iconTemplate}`)}
8342
+ ${nt(this.iconPosition === "left", () => l`${this.iconTemplate}`)}
8346
8343
  ${this.checked ? this.checkedText : this.uncheckedText}
8347
- ${ot(this.iconPosition === "right", () => l`${this.iconTemplate}`)}
8344
+ ${nt(this.iconPosition === "right", () => l`${this.iconTemplate}`)}
8348
8345
  </button>
8349
8346
  `;
8350
8347
  }
8351
8348
  };
8352
8349
  Ke([
8353
- a({ type: Boolean, converter: f, reflect: !0 })
8350
+ a({ type: Boolean, converter: m, reflect: !0 })
8354
8351
  ], me.prototype, "checked", 2);
8355
8352
  Ke([
8356
8353
  a({ type: String, attribute: "checked-text" })
@@ -8359,7 +8356,7 @@ Ke([
8359
8356
  a({ type: String, attribute: "unchecked-text" })
8360
8357
  ], me.prototype, "uncheckedText", 2);
8361
8358
  Ke([
8362
- a({ type: Boolean, converter: f })
8359
+ a({ type: Boolean, converter: m })
8363
8360
  ], me.prototype, "rounded", 2);
8364
8361
  me = Ke([
8365
8362
  v("ds-toggle-button", { skipTagAsComponentName: !0, extendComponentNames: ["ds-button"] })
@@ -8405,8 +8402,8 @@ const Ha = u`
8405
8402
  }
8406
8403
  `;
8407
8404
  var Wa = Object.defineProperty, qa = Object.getOwnPropertyDescriptor, Te = (t, e, s, r) => {
8408
- for (var i = r > 1 ? void 0 : r ? qa(e, s) : e, n = t.length - 1, o; n >= 0; n--)
8409
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
8405
+ for (var i = r > 1 ? void 0 : r ? qa(e, s) : e, o = t.length - 1, n; o >= 0; o--)
8406
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
8410
8407
  return r && i && Wa(e, s, i), i;
8411
8408
  };
8412
8409
  let It = class extends g {
@@ -8477,10 +8474,10 @@ Te([
8477
8474
  a({ type: String })
8478
8475
  ], It.prototype, "size", 2);
8479
8476
  Te([
8480
- a({ type: Boolean, converter: f, reflect: !0 })
8477
+ a({ type: Boolean, converter: m, reflect: !0 })
8481
8478
  ], It.prototype, "checked", 2);
8482
8479
  Te([
8483
- a({ type: Boolean, converter: f, reflect: !0 })
8480
+ a({ type: Boolean, converter: m, reflect: !0 })
8484
8481
  ], It.prototype, "disabled", 2);
8485
8482
  Te([
8486
8483
  a({ type: String, reflect: !0 })
@@ -8646,11 +8643,11 @@ const Ka = u`
8646
8643
  }
8647
8644
  `;
8648
8645
  var Xa = Object.defineProperty, Ja = Object.getOwnPropertyDescriptor, K = (t, e, s, r) => {
8649
- for (var i = r > 1 ? void 0 : r ? Ja(e, s) : e, n = t.length - 1, o; n >= 0; n--)
8650
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
8646
+ for (var i = r > 1 ? void 0 : r ? Ja(e, s) : e, o = t.length - 1, n; o >= 0; o--)
8647
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
8651
8648
  return r && i && Xa(e, s, i), i;
8652
8649
  };
8653
- let N = class extends At(g) {
8650
+ let B = class extends At(g) {
8654
8651
  constructor() {
8655
8652
  super(...arguments), this.mode = "light", this.titleText = "", this.bodyText = "", this.position = "bottom", this.align = "center", this.show = !1, this.zIndex = 2e3, this.bodyWidth = "unset", this.handleResize = Es({ func: () => this.requestUpdate() }), this.handleClickOutside = (t) => {
8656
8653
  var s;
@@ -8722,8 +8719,8 @@ let N = class extends At(g) {
8722
8719
  }
8723
8720
  getTooltipWidth() {
8724
8721
  const r = this.offsetLeft + this.scrollLeft + this.clientLeft, i = document.body.clientWidth - r - this.clientWidth;
8725
- let n;
8726
- return this.position === "left" ? n = r - 13 : this.position === "right" ? n = i - 13 : this.align === "center" ? n = (r < i ? r : i) * 2 + this.clientWidth : this.align === "start" ? n = document.body.clientWidth - r : this.align === "end" && (n = r + this.clientWidth), `${n - 16 - 32}px`;
8722
+ let o;
8723
+ return this.position === "left" ? o = r - 13 : this.position === "right" ? o = i - 13 : this.align === "center" ? o = (r < i ? r : i) * 2 + this.clientWidth : this.align === "start" ? o = document.body.clientWidth - r : this.align === "end" && (o = r + this.clientWidth), `${o - 16 - 32}px`;
8727
8724
  }
8728
8725
  get styleTokens() {
8729
8726
  return C`
@@ -8787,54 +8784,54 @@ let N = class extends At(g) {
8787
8784
  );
8788
8785
  }
8789
8786
  };
8790
- N.styles = [Ka, Ga, Ya];
8787
+ B.styles = [Ka, Ga, Ya];
8791
8788
  K([
8792
8789
  a({ type: String, reflect: !0 })
8793
- ], N.prototype, "mode", 2);
8790
+ ], B.prototype, "mode", 2);
8794
8791
  K([
8795
8792
  a({ type: String, attribute: "title-text" })
8796
- ], N.prototype, "titleText", 2);
8793
+ ], B.prototype, "titleText", 2);
8797
8794
  K([
8798
8795
  a({ type: String, attribute: "body-text" })
8799
- ], N.prototype, "bodyText", 2);
8796
+ ], B.prototype, "bodyText", 2);
8800
8797
  K([
8801
8798
  a({ type: String })
8802
- ], N.prototype, "position", 2);
8799
+ ], B.prototype, "position", 2);
8803
8800
  K([
8804
8801
  a({ type: String })
8805
- ], N.prototype, "align", 2);
8802
+ ], B.prototype, "align", 2);
8806
8803
  K([
8807
8804
  a({ type: String, attribute: "cancel-button-text" })
8808
- ], N.prototype, "cancelButtonText", 2);
8805
+ ], B.prototype, "cancelButtonText", 2);
8809
8806
  K([
8810
8807
  a({ type: String, attribute: "confirm-button-text" })
8811
- ], N.prototype, "confirmButtonText", 2);
8808
+ ], B.prototype, "confirmButtonText", 2);
8812
8809
  K([
8813
- a({ type: Boolean, reflect: !0, converter: f })
8814
- ], N.prototype, "show", 2);
8810
+ a({ type: Boolean, reflect: !0, converter: m })
8811
+ ], B.prototype, "show", 2);
8815
8812
  K([
8816
8813
  a({ type: Number, attribute: "z-index" })
8817
- ], N.prototype, "zIndex", 2);
8814
+ ], B.prototype, "zIndex", 2);
8818
8815
  K([
8819
8816
  a({ type: String, attribute: "body-width" })
8820
- ], N.prototype, "bodyWidth", 2);
8817
+ ], B.prototype, "bodyWidth", 2);
8821
8818
  K([
8822
8819
  ct(".tooltip")
8823
- ], N.prototype, "tooltip", 2);
8820
+ ], B.prototype, "tooltip", 2);
8824
8821
  K([
8825
8822
  ct(".arrow")
8826
- ], N.prototype, "arrow", 2);
8827
- N = K([
8823
+ ], B.prototype, "arrow", 2);
8824
+ B = K([
8828
8825
  v("ds-tooltip")
8829
- ], N);
8826
+ ], B);
8830
8827
  const Za = u`
8831
8828
  :host {
8832
8829
  display: contents;
8833
8830
  }
8834
8831
  `;
8835
8832
  var Qa = Object.defineProperty, tl = Object.getOwnPropertyDescriptor, Ge = (t, e, s, r) => {
8836
- for (var i = r > 1 ? void 0 : r ? tl(e, s) : e, n = t.length - 1, o; n >= 0; n--)
8837
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
8833
+ for (var i = r > 1 ? void 0 : r ? tl(e, s) : e, o = t.length - 1, n; o >= 0; o--)
8834
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
8838
8835
  return r && i && Qa(e, s, i), i;
8839
8836
  };
8840
8837
  let Wt = class extends g {
@@ -8911,7 +8908,7 @@ Ge([
8911
8908
  a({ type: String })
8912
8909
  ], Wt.prototype, "name", 2);
8913
8910
  Ge([
8914
- a({ type: Boolean, converter: f, reflect: !0 })
8911
+ a({ type: Boolean, converter: m, reflect: !0 })
8915
8912
  ], Wt.prototype, "disabled", 2);
8916
8913
  Ge([
8917
8914
  et({ slot: "media", selector: "img" })
@@ -8925,8 +8922,8 @@ const el = u`
8925
8922
  }
8926
8923
  `;
8927
8924
  var sl = Object.defineProperty, il = Object.getOwnPropertyDescriptor, Ks = (t, e, s, r) => {
8928
- for (var i = r > 1 ? void 0 : r ? il(e, s) : e, n = t.length - 1, o; n >= 0; n--)
8929
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
8925
+ for (var i = r > 1 ? void 0 : r ? il(e, s) : e, o = t.length - 1, n; o >= 0; o--)
8926
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
8930
8927
  return r && i && sl(e, s, i), i;
8931
8928
  };
8932
8929
  let Fe = class extends g {
@@ -8975,10 +8972,10 @@ const rl = u`
8975
8972
  display: contents;
8976
8973
  }
8977
8974
  `;
8978
- var nl = Object.defineProperty, ol = Object.getOwnPropertyDescriptor, fs = (t, e, s, r) => {
8979
- for (var i = r > 1 ? void 0 : r ? ol(e, s) : e, n = t.length - 1, o; n >= 0; n--)
8980
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
8981
- return r && i && nl(e, s, i), i;
8975
+ var ol = Object.defineProperty, nl = Object.getOwnPropertyDescriptor, fs = (t, e, s, r) => {
8976
+ for (var i = r > 1 ? void 0 : r ? nl(e, s) : e, o = t.length - 1, n; o >= 0; o--)
8977
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
8978
+ return r && i && ol(e, s, i), i;
8982
8979
  };
8983
8980
  let fe = class extends At(g) {
8984
8981
  constructor() {
@@ -9029,10 +9026,10 @@ fs([
9029
9026
  a({ type: String, converter: Ue })
9030
9027
  ], fe.prototype, "size", 2);
9031
9028
  fs([
9032
- Ns({ slot: "header", flatten: !0 })
9029
+ Bs({ slot: "header", flatten: !0 })
9033
9030
  ], fe.prototype, "headerItems", 2);
9034
9031
  fs([
9035
- Ns({ slot: "footer", flatten: !0 })
9032
+ Bs({ slot: "footer", flatten: !0 })
9036
9033
  ], fe.prototype, "footerItems", 2);
9037
9034
  fe = fs([
9038
9035
  v("ds-static-box")
@@ -9043,8 +9040,8 @@ const al = u`
9043
9040
  }
9044
9041
  `;
9045
9042
  var ll = Object.defineProperty, cl = Object.getOwnPropertyDescriptor, bs = (t, e, s, r) => {
9046
- for (var i = r > 1 ? void 0 : r ? cl(e, s) : e, n = t.length - 1, o; n >= 0; n--)
9047
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
9043
+ for (var i = r > 1 ? void 0 : r ? cl(e, s) : e, o = t.length - 1, n; o >= 0; o--)
9044
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
9048
9045
  return r && i && ll(e, s, i), i;
9049
9046
  };
9050
9047
  let be = class extends g {
@@ -9076,7 +9073,7 @@ let be = class extends g {
9076
9073
  }
9077
9074
  get contentTemplate() {
9078
9075
  return this.error ? c : l`
9079
- <div part="container" class=${p(this.classes)} data-testid="ds-interactive-card-container">
9076
+ <div part="container" class=${p(this.classes)} data-testid="ds-interactive-card-container" tabindex="0">
9080
9077
  <header class="header" part="header">
9081
9078
  <div class="header-main">
9082
9079
  <slot name="title" class="title" part="title"></slot>
@@ -9112,10 +9109,10 @@ bs([
9112
9109
  a({ type: String })
9113
9110
  ], be.prototype, "size", 2);
9114
9111
  bs([
9115
- a({ type: Boolean, converter: f })
9112
+ a({ type: Boolean, converter: m })
9116
9113
  ], be.prototype, "selected", 2);
9117
9114
  bs([
9118
- a({ type: Boolean, converter: f })
9115
+ a({ type: Boolean, converter: m })
9119
9116
  ], be.prototype, "error", 2);
9120
9117
  be = bs([
9121
9118
  v("ds-interactive-card")
@@ -9139,8 +9136,8 @@ const hl = u`
9139
9136
  }
9140
9137
  `;
9141
9138
  var dl = Object.defineProperty, ul = Object.getOwnPropertyDescriptor, Gs = (t, e, s, r) => {
9142
- for (var i = r > 1 ? void 0 : r ? ul(e, s) : e, n = t.length - 1, o; n >= 0; n--)
9143
- (o = t[n]) && (i = (r ? o(e, s, i) : o(i)) || i);
9139
+ for (var i = r > 1 ? void 0 : r ? ul(e, s) : e, o = t.length - 1, n; o >= 0; o--)
9140
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
9144
9141
  return r && i && dl(e, s, i), i;
9145
9142
  };
9146
9143
  let Re = class extends g {
@@ -9151,7 +9148,18 @@ let Re = class extends g {
9151
9148
  const r = t.target.assignedElements().find((i) => i.tagName === "DS-BUTTON");
9152
9149
  this.setMainCtaSize(r);
9153
9150
  }, this.setMainCtaSize = (t) => {
9154
- t && (t.size = { xxl: "large", xl: "large", l: "medium", m: "medium", s: "small", xs: "small", xxs: "small" });
9151
+ t && t.setAttribute(
9152
+ "size",
9153
+ JSON.stringify({
9154
+ xxl: "large",
9155
+ xl: "large",
9156
+ l: "medium",
9157
+ m: "medium",
9158
+ s: "small",
9159
+ xs: "small",
9160
+ xxs: "small"
9161
+ })
9162
+ );
9155
9163
  };
9156
9164
  }
9157
9165
  firstUpdated(t) {
@@ -9167,7 +9175,15 @@ let Re = class extends g {
9167
9175
  "@click": this.toggleModal,
9168
9176
  "data-testid": "modal-button",
9169
9177
  "data-aria-label": "more actions",
9170
- size: { xxl: "large", xl: "large", l: "medium", m: "medium", s: "small", xs: "small", xxs: "small" }
9178
+ size: JSON.stringify({
9179
+ xxl: "large",
9180
+ xl: "large",
9181
+ l: "medium",
9182
+ m: "medium",
9183
+ s: "small",
9184
+ xs: "small",
9185
+ xxs: "small"
9186
+ })
9171
9187
  });
9172
9188
  }
9173
9189
  classes() {
@@ -9209,3 +9225,396 @@ Gs([
9209
9225
  Re = Gs([
9210
9226
  v("ds-sidebar-navigation")
9211
9227
  ], Re);
9228
+ const Tl = [
9229
+ "9-circles",
9230
+ "ad-color",
9231
+ "ae-color",
9232
+ "af-color",
9233
+ "ag-color",
9234
+ "ai-color",
9235
+ "al-color",
9236
+ "am-color",
9237
+ "an-color",
9238
+ "ao-color",
9239
+ "ar-color",
9240
+ "arrow-down",
9241
+ "arrow-down-line",
9242
+ "arrow-download",
9243
+ "arrow-exit",
9244
+ "arrow-expand",
9245
+ "arrow-external-link",
9246
+ "arrow-left",
9247
+ "arrow-left-line",
9248
+ "arrow-reload",
9249
+ "arrow-right",
9250
+ "arrow-right-line",
9251
+ "arrow-rotate-360",
9252
+ "arrow-rotate-360-horizontal",
9253
+ "arrow-switch",
9254
+ "arrow-up",
9255
+ "arrow-up-line",
9256
+ "arrow-upload",
9257
+ "at-color",
9258
+ "au-color",
9259
+ "aw-color",
9260
+ "ax-color",
9261
+ "az-color",
9262
+ "b-color",
9263
+ "ba-color",
9264
+ "battery-g-4-01",
9265
+ "battery-inclined-fill",
9266
+ "battery-vertical-100",
9267
+ "battery-2-sub-arrows-up",
9268
+ "battery-3-sub-arrows-up",
9269
+ "bb-color",
9270
+ "bd-color",
9271
+ "be-color",
9272
+ "bell",
9273
+ "bf-color",
9274
+ "bg-color",
9275
+ "bh-color",
9276
+ "bi-color",
9277
+ "bill",
9278
+ "bin",
9279
+ "bj-color",
9280
+ "bm-color",
9281
+ "bn-color",
9282
+ "bo-color",
9283
+ "book-mark",
9284
+ "box",
9285
+ "br-color",
9286
+ "bs-color",
9287
+ "bt-color",
9288
+ "bw-color",
9289
+ "by-color",
9290
+ "bz-color",
9291
+ "c-color",
9292
+ "ca-color",
9293
+ "cable",
9294
+ "caf-color",
9295
+ "calendar",
9296
+ "camera",
9297
+ "car-arrow-down",
9298
+ "car-compare",
9299
+ "car-door",
9300
+ "car-frontal",
9301
+ "car-imodel",
9302
+ "car-in-window",
9303
+ "car-lateral",
9304
+ "car-model",
9305
+ "car-seat",
9306
+ "cart",
9307
+ "cart-down",
9308
+ "cas-color",
9309
+ "cd-color",
9310
+ "cercle-ribbon-check",
9311
+ "ceu-color",
9312
+ "cf-color",
9313
+ "cg-color",
9314
+ "ch-color",
9315
+ "charger-acc",
9316
+ "charger-type-2",
9317
+ "chat-bubble",
9318
+ "check",
9319
+ "check-mark-circle",
9320
+ "ci-color",
9321
+ "city",
9322
+ "cl-color",
9323
+ "clock",
9324
+ "cloud-co-2",
9325
+ "cm-color",
9326
+ "cn-color",
9327
+ "cna-color",
9328
+ "co-color",
9329
+ "coc-color",
9330
+ "computer-display",
9331
+ "cr-color",
9332
+ "credit-card",
9333
+ "cross",
9334
+ "cross-circle",
9335
+ "csa-color",
9336
+ "cu-color",
9337
+ "cv-color",
9338
+ "cy-color",
9339
+ "cz-color",
9340
+ "de-color",
9341
+ "dj-color",
9342
+ "dk-color",
9343
+ "dm-color",
9344
+ "do-color",
9345
+ "document",
9346
+ "document-check",
9347
+ "document-copy",
9348
+ "document-download",
9349
+ "document-time",
9350
+ "dot",
9351
+ "dz-color",
9352
+ "ec-color",
9353
+ "eco-color",
9354
+ "ee-color",
9355
+ "eg-color",
9356
+ "electric-station",
9357
+ "engine",
9358
+ "envelope",
9359
+ "equals-sign",
9360
+ "er-color",
9361
+ "es-color",
9362
+ "et-color",
9363
+ "eu-color",
9364
+ "euro",
9365
+ "exclamation-mark-circle",
9366
+ "exclamation-mark-triangle",
9367
+ "eye",
9368
+ "eye-crossed-out",
9369
+ "facebook",
9370
+ "fi-color",
9371
+ "filter",
9372
+ "fj-color",
9373
+ "fk-color",
9374
+ "fm-color",
9375
+ "fr-color",
9376
+ "fuel-station",
9377
+ "ga-color",
9378
+ "garage",
9379
+ "gb-color",
9380
+ "gd-color",
9381
+ "ge-color",
9382
+ "gear",
9383
+ "gg-color",
9384
+ "gh-color",
9385
+ "gi-color",
9386
+ "globe",
9387
+ "gm-color",
9388
+ "gn-color",
9389
+ "gq-color",
9390
+ "gr-color",
9391
+ "gt-color",
9392
+ "gw-color",
9393
+ "gy-color",
9394
+ "half-star-filled",
9395
+ "headlight",
9396
+ "heart",
9397
+ "heart-filled",
9398
+ "highway",
9399
+ "hk-color",
9400
+ "hn-color",
9401
+ "hr-color",
9402
+ "ht-color",
9403
+ "hu-color",
9404
+ "id-color",
9405
+ "ie-color",
9406
+ "il-color",
9407
+ "im-color",
9408
+ "in-color",
9409
+ "info-circle",
9410
+ "info-triangle",
9411
+ "instagram",
9412
+ "iq-color",
9413
+ "ir-color",
9414
+ "is-color",
9415
+ "it-color",
9416
+ "je-color",
9417
+ "jm-color",
9418
+ "jo-color",
9419
+ "jp-color",
9420
+ "ke-color",
9421
+ "key",
9422
+ "kg-color",
9423
+ "kh-color",
9424
+ "km-color",
9425
+ "kn-color",
9426
+ "kp-color",
9427
+ "kr-color",
9428
+ "kw-color",
9429
+ "ky-color",
9430
+ "kz-color",
9431
+ "la-color",
9432
+ "label-a-color",
9433
+ "label-b-color",
9434
+ "label-c-color",
9435
+ "label-d-color",
9436
+ "label-e-color",
9437
+ "label-f-color",
9438
+ "label-g-color",
9439
+ "label-h-color",
9440
+ "label-i-color",
9441
+ "label-j-color",
9442
+ "label-k-color",
9443
+ "label-l-color",
9444
+ "label-m-color",
9445
+ "lb-color",
9446
+ "lc-color",
9447
+ "li-color",
9448
+ "light",
9449
+ "lightning",
9450
+ "link",
9451
+ "linkedin",
9452
+ "list",
9453
+ "lk-color",
9454
+ "loader",
9455
+ "location-poi",
9456
+ "lock-locked",
9457
+ "lock-unlocked",
9458
+ "logo",
9459
+ "logo-light",
9460
+ "logo-lockup",
9461
+ "logo-wordmark",
9462
+ "lr-color",
9463
+ "ls-color",
9464
+ "lt-color",
9465
+ "lu-color",
9466
+ "lv-color",
9467
+ "ly-color",
9468
+ "ma-color",
9469
+ "magnifying-glass",
9470
+ "magnifying-glass-minus",
9471
+ "magnifying-glass-plus",
9472
+ "math-symbols-square",
9473
+ "mc-color",
9474
+ "md-color",
9475
+ "me-color",
9476
+ "menu",
9477
+ "mg-color",
9478
+ "micro",
9479
+ "micro-crossed-out",
9480
+ "minus",
9481
+ "mk-color",
9482
+ "ml-color",
9483
+ "mm-color",
9484
+ "mn-color",
9485
+ "mo-color",
9486
+ "mobile",
9487
+ "moon",
9488
+ "mountains",
9489
+ "mr-color",
9490
+ "ms-color",
9491
+ "mt-color",
9492
+ "mu-color",
9493
+ "mv-color",
9494
+ "mw-color",
9495
+ "mx-color",
9496
+ "my-color",
9497
+ "mz-color",
9498
+ "na-color",
9499
+ "ne-color",
9500
+ "ng-color",
9501
+ "ni-color",
9502
+ "nl-color",
9503
+ "no-color",
9504
+ "np-color",
9505
+ "nz-color",
9506
+ "om-color",
9507
+ "pa-color",
9508
+ "parking",
9509
+ "pause",
9510
+ "pause-loading",
9511
+ "pcircle",
9512
+ "pe-color",
9513
+ "pen",
9514
+ "pen-paper",
9515
+ "person-open-arms",
9516
+ "pf-color",
9517
+ "pg-color",
9518
+ "ph-color",
9519
+ "phone-contact",
9520
+ "pig-coin",
9521
+ "pk-color",
9522
+ "pl-color",
9523
+ "play",
9524
+ "play-circle",
9525
+ "plug-regular",
9526
+ "plus",
9527
+ "position",
9528
+ "pr-color",
9529
+ "pt-color",
9530
+ "pw-color",
9531
+ "py-color",
9532
+ "qa-color",
9533
+ "question-mark",
9534
+ "ro-color",
9535
+ "road",
9536
+ "road-mountain",
9537
+ "rs-color",
9538
+ "ru-color",
9539
+ "rw-color",
9540
+ "sa-color",
9541
+ "sb-color",
9542
+ "sc-color",
9543
+ "sd-color",
9544
+ "se-color",
9545
+ "seat-front",
9546
+ "sg-color",
9547
+ "sh-color",
9548
+ "share",
9549
+ "shopping-bag",
9550
+ "si-color",
9551
+ "sk-color",
9552
+ "sl-color",
9553
+ "sm-color",
9554
+ "sn-color",
9555
+ "so-color",
9556
+ "speaker",
9557
+ "speaker-crossed-out",
9558
+ "spray",
9559
+ "sr-color",
9560
+ "st-color",
9561
+ "star",
9562
+ "star-filled",
9563
+ "store",
9564
+ "suitcase",
9565
+ "sun",
9566
+ "sv-color",
9567
+ "sy-color",
9568
+ "sz-color",
9569
+ "tag",
9570
+ "tc-color",
9571
+ "td-color",
9572
+ "telegram",
9573
+ "tg-color",
9574
+ "th-color",
9575
+ "ticket",
9576
+ "tj-color",
9577
+ "tl-color",
9578
+ "tm-color",
9579
+ "tn-color",
9580
+ "to-color",
9581
+ "tr-color",
9582
+ "transmission-automatic",
9583
+ "transmission-manual",
9584
+ "triple-dot-h",
9585
+ "triple-dot-v",
9586
+ "tt-color",
9587
+ "tw-color",
9588
+ "twitter",
9589
+ "tz-color",
9590
+ "ua-color",
9591
+ "ug-color",
9592
+ "us-color",
9593
+ "user",
9594
+ "uy-color",
9595
+ "uz-color",
9596
+ "vc-color",
9597
+ "ve-color",
9598
+ "vg-color",
9599
+ "video-camera",
9600
+ "video-camera-crossed-out",
9601
+ "vimeo",
9602
+ "vn-color",
9603
+ "vu-color",
9604
+ "wall-charger",
9605
+ "whatsapp",
9606
+ "wheel",
9607
+ "wifi",
9608
+ "wrench-hammer",
9609
+ "ws-color",
9610
+ "ww-color",
9611
+ "ye-color",
9612
+ "youtube",
9613
+ "za-color",
9614
+ "zero-color",
9615
+ "zm-color",
9616
+ "zw-color"
9617
+ ];
9618
+ export {
9619
+ Tl as iconNames
9620
+ };