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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -6,8 +6,8 @@ import { debounce as Es } from "./utils/debounce.js";
6
6
  * SPDX-License-Identifier: BSD-3-Clause
7
7
  */
8
8
  let mi = class extends Event {
9
- constructor(e, s, n, i) {
10
- super("context-request", { bubbles: !0, composed: !0 }), this.context = e, this.contextTarget = s, this.callback = n, this.subscribe = i ?? !1;
9
+ constructor(e, s, r, i) {
10
+ super("context-request", { bubbles: !0, composed: !0 }), this.context = e, this.contextTarget = s, this.callback = r, this.subscribe = i ?? !1;
11
11
  }
12
12
  };
13
13
  /**
@@ -21,13 +21,13 @@ let mi = class extends Event {
21
21
  * SPDX-License-Identifier: BSD-3-Clause
22
22
  */
23
23
  let _s = class {
24
- constructor(e, s, n, i) {
25
- if (this.subscribe = !1, this.provided = !1, this.value = void 0, this.t = (r, o) => {
26
- this.unsubscribe && (this.unsubscribe !== o && (this.provided = !1, this.unsubscribe()), this.subscribe || this.unsubscribe()), this.value = r, this.host.requestUpdate(), this.provided && !this.subscribe || (this.provided = !0, this.callback && this.callback(r, o)), this.unsubscribe = o;
24
+ constructor(e, s, r, i) {
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 r = s;
29
- this.context = r.context, this.callback = r.callback, this.subscribe = r.subscribe ?? !1;
30
- } else this.context = s, this.callback = n, this.subscribe = i ?? !1;
28
+ const o = s;
29
+ this.context = o.context, this.callback = o.callback, this.subscribe = o.subscribe ?? !1;
30
+ } else this.context = s, this.callback = r, this.subscribe = i ?? !1;
31
31
  this.host.addController(this);
32
32
  }
33
33
  hostConnected() {
@@ -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
  }
@@ -53,16 +53,16 @@ let Ni = class {
53
53
  this.setValue(e);
54
54
  }
55
55
  setValue(e, s = !1) {
56
- const n = s || !Object.is(e, this.o);
57
- this.o = e, n && this.updateObservers();
56
+ const r = s || !Object.is(e, this.o);
57
+ this.o = e, r && this.updateObservers();
58
58
  }
59
59
  constructor(e) {
60
60
  this.subscriptions = /* @__PURE__ */ new Map(), this.updateObservers = () => {
61
- for (const [s, { disposer: n }] of this.subscriptions) s(this.o, n);
61
+ for (const [s, { disposer: r }] of this.subscriptions) s(this.o, r);
62
62
  }, e !== void 0 && (this.value = e);
63
63
  }
64
- addCallback(e, s, n) {
65
- if (!n) return void e(this.value);
64
+ addCallback(e, s, r) {
65
+ if (!r) return void e(this.value);
66
66
  this.subscriptions.has(e) || this.subscriptions.set(e, { disposer: () => {
67
67
  this.subscriptions.delete(e);
68
68
  }, consumerHost: s });
@@ -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 {
86
- constructor(e, s, n) {
87
- var i, r;
88
- super(s.context !== void 0 ? s.initialValue : n), 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;
85
+ }, Xs = class extends Bi {
86
+ constructor(e, s, r) {
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(), (r = (i = this.host).addController) == null || r.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);
@@ -110,34 +110,34 @@ let Li = class extends Event {
110
110
  */
111
111
  function ye({ context: t }) {
112
112
  return (e, s) => {
113
- const n = /* @__PURE__ */ new WeakMap();
113
+ const r = /* @__PURE__ */ new WeakMap();
114
114
  if (typeof s == "object") return { get() {
115
115
  return e.get.call(this);
116
116
  }, set(i) {
117
- return n.get(this).setValue(i), e.set.call(this, i);
117
+ return r.get(this).setValue(i), e.set.call(this, i);
118
118
  }, init(i) {
119
- return n.set(this, new Xs(this, { context: t, initialValue: i })), i;
119
+ return r.set(this, new Xs(this, { context: t, initialValue: i })), i;
120
120
  } };
121
121
  {
122
- e.constructor.addInitializer(((o) => {
123
- n.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 r;
126
+ let o;
127
127
  if (i === void 0) {
128
- const o = /* @__PURE__ */ new WeakMap();
129
- r = { 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
- n.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
- r = { ...i, set(h) {
137
- n.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, r);
140
+ return void Object.defineProperty(e, s, o);
141
141
  }
142
142
  };
143
143
  }
@@ -147,14 +147,14 @@ function ye({ context: t }) {
147
147
  * SPDX-License-Identifier: BSD-3-Clause
148
148
  */
149
149
  function fi({ context: t, subscribe: e }) {
150
- return (s, n) => {
151
- typeof n == "object" ? n.addInitializer((function() {
150
+ return (s, r) => {
151
+ typeof r == "object" ? r.addInitializer((function() {
152
152
  new _s(this, { context: t, callback: (i) => {
153
153
  s.set.call(this, i);
154
154
  }, subscribe: e });
155
155
  })) : s.constructor.addInitializer(((i) => {
156
- new _s(i, { context: t, callback: (r) => {
157
- i[n] = r;
156
+ new _s(i, { context: t, callback: (o) => {
157
+ i[r] = o;
158
158
  }, subscribe: e });
159
159
  }));
160
160
  };
@@ -171,19 +171,19 @@ class ee {
171
171
  return this.subscribers[e] || (this.subscribers[e] = []), this.subscribers[e].push(s), this.lastPublishedData[e];
172
172
  }
173
173
  unsubscribe(e, s) {
174
- this.subscribers[e] && (this.subscribers[e] = this.subscribers[e].filter((n) => n !== s));
174
+ this.subscribers[e] && (this.subscribers[e] = this.subscribers[e].filter((r) => r !== s));
175
175
  }
176
176
  publish(e, s) {
177
- this.lastPublishedData[e] = s, this.subscribers[e] && this.subscribers[e].forEach((n) => {
177
+ this.lastPublishedData[e] = s, this.subscribers[e] && this.subscribers[e].forEach((r) => {
178
178
  try {
179
- n(s);
179
+ r(s);
180
180
  } catch (i) {
181
181
  console.error(`Error in subscriber for event "${e}":`, i);
182
182
  }
183
183
  });
184
184
  }
185
185
  }
186
- const oe = ee.getInstance();
186
+ const ne = ee.getInstance();
187
187
  class se {
188
188
  constructor() {
189
189
  this.stylePromises = /* @__PURE__ */ new Map(), this.getStyles = async ({
@@ -191,10 +191,10 @@ class se {
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`, r = this.getCachedStyleSheetPromise({ url: i });
195
- if (r) return r;
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.2/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 }) {
@@ -220,16 +220,16 @@ const Mi = se.getInstance();
220
220
  */
221
221
  const Ye = globalThis, Ps = Ye.ShadowRoot && (Ye.ShadyCSS === void 0 || Ye.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, zs = Symbol(), Js = /* @__PURE__ */ new WeakMap();
222
222
  let bi = class {
223
- constructor(e, s, n) {
224
- if (this._$cssResult$ = !0, n !== zs) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
223
+ constructor(e, s, r) {
224
+ if (this._$cssResult$ = !0, r !== zs) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
225
225
  this.cssText = e, this.t = s;
226
226
  }
227
227
  get styleSheet() {
228
228
  let e = this.o;
229
229
  const s = this.t;
230
230
  if (Ps && e === void 0) {
231
- const n = s !== void 0 && s.length === 1;
232
- n && (e = Js.get(s)), e === void 0 && ((this.o = e = new CSSStyleSheet()).replaceSync(this.cssText), n && Js.set(s, e));
231
+ const r = s !== void 0 && s.length === 1;
232
+ r && (e = Js.get(s)), e === void 0 && ((this.o = e = new CSSStyleSheet()).replaceSync(this.cssText), r && Js.set(s, e));
233
233
  }
234
234
  return e;
235
235
  }
@@ -238,21 +238,21 @@ 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(((n, i, r) => n + ((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[r + 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));
249
249
  else for (const s of e) {
250
- const n = document.createElement("style"), i = Ye.litNonce;
251
- i !== void 0 && n.setAttribute("nonce", i), n.textContent = s.cssText, t.appendChild(n);
250
+ const r = document.createElement("style"), i = Ye.litNonce;
251
+ i !== void 0 && r.setAttribute("nonce", i), r.textContent = s.cssText, t.appendChild(r);
252
252
  }
253
253
  }, Zs = Ps ? (t) => t : (t) => t instanceof CSSStyleSheet ? ((e) => {
254
254
  let s = "";
255
- for (const n of e.cssRules) s += n.cssText;
255
+ for (const r of e.cssRules) s += r.cssText;
256
256
  return vi(s);
257
257
  })(t) : t;
258
258
  /**
@@ -299,19 +299,19 @@ let te = class extends HTMLElement {
299
299
  }
300
300
  static createProperty(e, s = ti) {
301
301
  if (s.state && (s.attribute = !1), this._$Ei(), this.prototype.hasOwnProperty(e) && ((s = Object.create(s)).wrapped = !0), this.elementProperties.set(e, s), !s.noAccessor) {
302
- const n = Symbol(), i = this.getPropertyDescriptor(e, n, s);
302
+ const r = Symbol(), i = this.getPropertyDescriptor(e, r, s);
303
303
  i !== void 0 && Fi(this.prototype, e, i);
304
304
  }
305
305
  }
306
- static getPropertyDescriptor(e, s, n) {
307
- const { get: i, set: r } = Ri(this.prototype, e) ?? { get() {
306
+ static getPropertyDescriptor(e, s, r) {
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
- r == null || r.call(this, o), this.requestUpdate(e, h, n);
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) {
@@ -325,17 +325,17 @@ let te = class extends HTMLElement {
325
325
  static finalize() {
326
326
  if (this.hasOwnProperty(ze("finalized"))) return;
327
327
  if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(ze("properties"))) {
328
- const s = this.properties, n = [...Ui(s), ...Vi(s)];
329
- for (const i of n) this.createProperty(i, s[i]);
328
+ const s = this.properties, r = [...Ui(s), ...Vi(s)];
329
+ for (const i of r) this.createProperty(i, s[i]);
330
330
  }
331
331
  const e = this[Symbol.metadata];
332
332
  if (e !== null) {
333
333
  const s = litPropertyMetadata.get(e);
334
- if (s !== void 0) for (const [n, i] of s) this.elementProperties.set(n, i);
334
+ if (s !== void 0) for (const [r, i] of s) this.elementProperties.set(r, i);
335
335
  }
336
336
  this._$Eh = /* @__PURE__ */ new Map();
337
- for (const [s, n] of this.elementProperties) {
338
- const i = this._$Eu(s, n);
337
+ for (const [s, r] of this.elementProperties) {
338
+ const i = this._$Eu(s, r);
339
339
  i !== void 0 && this._$Eh.set(i, s);
340
340
  }
341
341
  this.elementStyles = this.finalizeStyles(this.styles);
@@ -343,14 +343,14 @@ let te = class extends HTMLElement {
343
343
  static finalizeStyles(e) {
344
344
  const s = [];
345
345
  if (Array.isArray(e)) {
346
- const n = new Set(e.flat(1 / 0).reverse());
347
- for (const i of n) s.unshift(Zs(i));
346
+ const r = new Set(e.flat(1 / 0).reverse());
347
+ for (const i of r) s.unshift(Zs(i));
348
348
  } else e !== void 0 && s.push(Zs(e));
349
349
  return s;
350
350
  }
351
351
  static _$Eu(e, s) {
352
- const n = s.attribute;
353
- return n === !1 ? void 0 : typeof n == "string" ? n : typeof e == "string" ? e.toLowerCase() : void 0;
352
+ const r = s.attribute;
353
+ return r === !1 ? void 0 : typeof r == "string" ? r : typeof e == "string" ? e.toLowerCase() : void 0;
354
354
  }
355
355
  constructor() {
356
356
  super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
@@ -369,7 +369,7 @@ let te = class extends HTMLElement {
369
369
  }
370
370
  _$E_() {
371
371
  const e = /* @__PURE__ */ new Map(), s = this.constructor.elementProperties;
372
- for (const n of s.keys()) this.hasOwnProperty(n) && (e.set(n, this[n]), delete this[n]);
372
+ for (const r of s.keys()) this.hasOwnProperty(r) && (e.set(r, this[r]), delete this[r]);
373
373
  e.size > 0 && (this._$Ep = e);
374
374
  }
375
375
  createRenderRoot() {
@@ -379,8 +379,8 @@ let te = class extends HTMLElement {
379
379
  connectedCallback() {
380
380
  var e;
381
381
  this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(!0), (e = this._$EO) == null || e.forEach(((s) => {
382
- var n;
383
- return (n = s.hostConnected) == null ? void 0 : n.call(s);
382
+ var r;
383
+ return (r = s.hostConnected) == null ? void 0 : r.call(s);
384
384
  }));
385
385
  }
386
386
  enableUpdating(e) {
@@ -388,42 +388,42 @@ let te = class extends HTMLElement {
388
388
  disconnectedCallback() {
389
389
  var e;
390
390
  (e = this._$EO) == null || e.forEach(((s) => {
391
- var n;
392
- return (n = s.hostDisconnected) == null ? void 0 : n.call(s);
391
+ var r;
392
+ return (r = s.hostDisconnected) == null ? void 0 : r.call(s);
393
393
  }));
394
394
  }
395
- attributeChangedCallback(e, s, n) {
396
- this._$AK(e, n);
395
+ attributeChangedCallback(e, s, r) {
396
+ this._$AK(e, r);
397
397
  }
398
398
  _$ET(e, s) {
399
- var r;
400
- const n = this.constructor.elementProperties.get(e), i = this.constructor._$Eu(e, n);
401
- if (i !== void 0 && n.reflect === !0) {
402
- const o = (((r = n.converter) == null ? void 0 : r.toAttribute) !== void 0 ? n.converter : Xe).toAttribute(s, n.type);
403
- this._$Em = e, o == null ? this.removeAttribute(i) : this.setAttribute(i, o), this._$Em = null;
399
+ var o;
400
+ const r = this.constructor.elementProperties.get(e), i = this.constructor._$Eu(e, r);
401
+ if (i !== void 0 && r.reflect === !0) {
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 r, o;
408
- const n = this.constructor, i = n._$Eh.get(e);
407
+ var o, n;
408
+ const r = this.constructor, i = r._$Eh.get(e);
409
409
  if (i !== void 0 && this._$Em !== i) {
410
- const h = n.getPropertyOptions(i), d = typeof h.converter == "function" ? { fromAttribute: h.converter } : ((r = h.converter) == null ? void 0 : r.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
- requestUpdate(e, s, n) {
416
+ requestUpdate(e, s, r) {
417
417
  var i;
418
418
  if (e !== void 0) {
419
- const r = this.constructor, o = this[e];
420
- if (n ?? (n = r.getPropertyOptions(e)), !((n.hasChanged ?? As)(o, s) || n.useDefault && n.reflect && o === ((i = this._$Ej) == null ? void 0 : i.get(e)) && !this.hasAttribute(r._$Eu(e, n)))) return;
421
- this.C(e, s, n);
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
+ this.C(e, s, r);
422
422
  }
423
423
  this.isUpdatePending === !1 && (this._$ES = this._$EP());
424
424
  }
425
- C(e, s, { useDefault: n, reflect: i, wrapped: r }, o) {
426
- n && !(this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Map())).has(e) && (this._$Ej.set(e, o ?? s ?? this[e]), r !== !0 || o !== void 0) || (this._$AL.has(e) || (this.hasUpdated || n || (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;
@@ -439,25 +439,25 @@ let te = class extends HTMLElement {
439
439
  return this.performUpdate();
440
440
  }
441
441
  performUpdate() {
442
- var n;
442
+ var r;
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 [r, o] of this._$Ep) this[r] = 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 [r, o] of i) {
451
- const { wrapped: h } = o, d = this[r];
452
- h !== !0 || this._$AL.has(r) || d === void 0 || this.C(r, 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
- e = this.shouldUpdate(s), e ? (this.willUpdate(s), (n = this._$EO) == null || n.forEach(((i) => {
459
- var r;
460
- return (r = i.hostUpdate) == null ? void 0 : r.call(i);
458
+ e = this.shouldUpdate(s), e ? (this.willUpdate(s), (r = this._$EO) == null || r.forEach(((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;
@@ -468,9 +468,9 @@ let te = class extends HTMLElement {
468
468
  }
469
469
  _$AE(e) {
470
470
  var s;
471
- (s = this._$EO) == null || s.forEach(((n) => {
471
+ (s = this._$EO) == null || s.forEach(((r) => {
472
472
  var i;
473
- return (i = n.hostUpdated) == null ? void 0 : i.call(n);
473
+ return (i = r.hostUpdated) == null ? void 0 : i.call(r);
474
474
  })), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(e)), this.updated(e);
475
475
  }
476
476
  _$EM() {
@@ -499,68 +499,68 @@ te.elementStyles = [], te.shadowRootOptions = { mode: "open" }, te[ze("elementPr
499
499
  * Copyright 2017 Google LLC
500
500
  * SPDX-License-Identifier: BSD-3-Clause
501
501
  */
502
- const Ie = globalThis, Je = Ie.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}>`, Rt = document, De = () => Rt.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]`, ke = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, si = /-->/g, ii = />/g, Nt = RegExp(`>|${ys}(?:([^\\s"'>=/]+)(${ys}*=${ys}*(?:[^
504
- \f\r"'\`<>=]|("|')|))|$)`, "g"), ni = /'/g, ri = /"/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(), jt = Rt.createTreeWalker(Rt, 129);
502
+ const Ie = globalThis, Je = Ie.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}>`, Rt = document, De = () => Rt.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]`, ke = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, si = /-->/g, ii = />/g, Bt = 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(), jt = Rt.createTreeWalker(Rt, 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
- const s = t.length - 1, n = [];
511
- let i, r = e === 2 ? "<svg>" : e === 3 ? "<math>" : "", o = ke;
510
+ const s = t.length - 1, r = [];
511
+ let i, o = e === 2 ? "<svg>" : e === 3 ? "<math>" : "", n = ke;
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 === ke ? x[1] === "!--" ? o = si : x[1] !== void 0 ? o = ii : x[2] !== void 0 ? ($i.test(x[2]) && (i = RegExp("</" + x[2], "g")), o = Nt) : x[3] !== void 0 && (o = Nt) : o === Nt ? x[0] === ">" ? (o = i ?? ke, b = -1) : x[1] === void 0 ? b = -2 : (b = o.lastIndex - x[2].length, m = x[1], o = x[3] === void 0 ? Nt : x[3] === '"' ? ri : ni) : o === ri || o === ni ? o = Nt : o === si || o === ii ? o = ke : (o = Nt, i = void 0);
516
- const S = o === Nt && t[h + 1].startsWith("/>") ? " " : "";
517
- r += o === ke ? d + qi : b >= 0 ? (n.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 === ke ? x[1] === "!--" ? n = si : x[1] !== void 0 ? n = ii : x[2] !== void 0 ? ($i.test(x[2]) && (i = RegExp("</" + x[2], "g")), n = Bt) : x[3] !== void 0 && (n = Bt) : n === Bt ? x[0] === ">" ? (n = i ?? ke, b = -1) : x[1] === void 0 ? b = -2 : (b = n.lastIndex - x[2].length, f = x[1], n = x[3] === void 0 ? Bt : x[3] === '"' ? oi : ri) : n === oi || n === ri ? n = Bt : n === si || n === ii ? n = ke : (n = Bt, i = void 0);
516
+ const S = n === Bt && t[h + 1].startsWith("/>") ? " " : "";
517
+ o += n === ke ? 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, r + (t[s] || "<?>") + (e === 2 ? "</svg>" : e === 3 ? "</math>" : "")), n];
519
+ return [xi(t, o + (t[s] || "<?>") + (e === 2 ? "</svg>" : e === 3 ? "</math>" : "")), r];
520
520
  };
521
- class Ne {
522
- constructor({ strings: e, _$litType$: s }, n) {
521
+ class Be {
522
+ constructor({ strings: e, _$litType$: s }, r) {
523
523
  let i;
524
524
  this.parts = [];
525
- let r = 0, o = 0;
526
- const h = e.length - 1, d = this.parts, [m, x] = Yi(e, s);
527
- if (this.el = Ne.createElement(m, n), jt.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), jt.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 = jt.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: r, name: T[2], strings: S, ctor: T[1] === "." ? Ji : T[1] === "?" ? Zi : T[1] === "@" ? Qi : ns }), i.removeAttribute(b);
536
- } else b.startsWith(Ct) && (d.push({ type: 6, index: r }), 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()), jt.nextNode(), d.push({ type: 2, index: ++r });
541
+ for (let S = 0; S < $; S++) i.append(b[S], De()), jt.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: r });
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: r }), 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
- r++;
550
+ o++;
551
551
  }
552
552
  }
553
553
  static createElement(e, s) {
554
- const n = Rt.createElement("template");
555
- return n.innerHTML = e, n;
554
+ const r = Rt.createElement("template");
555
+ return r.innerHTML = e, r;
556
556
  }
557
557
  }
558
- function ae(t, e, s = t, n) {
559
- var o, h;
558
+ function ae(t, e, s = t, r) {
559
+ var n, h;
560
560
  if (e === pt) return e;
561
- let i = n !== void 0 ? (o = s._$Co) == null ? void 0 : o[n] : s._$Cl;
562
- const r = Be(e) ? void 0 : e._$litDirective$;
563
- return (i == null ? void 0 : i.constructor) !== r && ((h = i == null ? void 0 : i._$AO) == null || h.call(i, !1), r === void 0 ? i = void 0 : (i = new r(t), i._$AT(t, s, n)), n !== void 0 ? (s._$Co ?? (s._$Co = []))[n] = i : s._$Cl = i), i !== void 0 && (e = ae(t, i._$AS(t, e.values), i, n)), 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 = ae(t, i._$AS(t, e.values), i, r)), e;
564
564
  }
565
565
  let Xi = class {
566
566
  constructor(e, s) {
@@ -573,21 +573,21 @@ let Xi = class {
573
573
  return this._$AM._$AU;
574
574
  }
575
575
  u(e) {
576
- const { el: { content: s }, parts: n } = this._$AD, i = ((e == null ? void 0 : e.creationScope) ?? Rt).importNode(s, !0);
576
+ const { el: { content: s }, parts: r } = this._$AD, i = ((e == null ? void 0 : e.creationScope) ?? Rt).importNode(s, !0);
577
577
  jt.currentNode = i;
578
- let r = jt.nextNode(), o = 0, h = 0, d = n[0];
578
+ let o = jt.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 ge(r, r.nextSibling, this, e) : d.type === 1 ? m = new d.ctor(r, d.name, d.strings, this, e) : d.type === 6 && (m = new tn(r, this, e)), this._$AV.push(m), d = n[++h];
580
+ if (n === d.index) {
581
+ let f;
582
+ d.type === 2 ? f = new ge(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) && (r = jt.nextNode(), o++);
584
+ n !== (d == null ? void 0 : d.index) && (o = jt.nextNode(), n++);
585
585
  }
586
586
  return jt.currentNode = Rt, i;
587
587
  }
588
588
  p(e) {
589
589
  let s = 0;
590
- for (const n of this._$AV) n !== void 0 && (n.strings !== void 0 ? (n._$AI(e, n, s), s += n.strings.length - 2) : n._$AI(e[s])), s++;
590
+ for (const r of this._$AV) r !== void 0 && (r.strings !== void 0 ? (r._$AI(e, r, s), s += r.strings.length - 2) : r._$AI(e[s])), s++;
591
591
  }
592
592
  };
593
593
  class ge {
@@ -595,8 +595,8 @@ class ge {
595
595
  var e;
596
596
  return ((e = this._$AM) == null ? void 0 : e._$AU) ?? this._$Cv;
597
597
  }
598
- constructor(e, s, n, i) {
599
- this.type = 2, this._$AH = c, this._$AN = void 0, this._$AA = e, this._$AB = s, this._$AM = n, this.options = i, this._$Cv = (i == null ? void 0 : i.isConnected) ?? !0;
598
+ constructor(e, s, r, i) {
599
+ this.type = 2, this._$AH = c, this._$AN = void 0, this._$AA = e, this._$AB = s, this._$AM = r, this.options = i, this._$Cv = (i == null ? void 0 : i.isConnected) ?? !0;
600
600
  }
601
601
  get parentNode() {
602
602
  let e = this._$AA.parentNode;
@@ -610,7 +610,7 @@ class ge {
610
610
  return this._$AB;
611
611
  }
612
612
  _$AI(e, s = this) {
613
- e = ae(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 = ae(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,31 +619,31 @@ class ge {
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(Rt.createTextNode(e)), this._$AH = e;
622
+ this._$AH !== c && Ne(this._$AH) ? this._$AA.nextSibling.data = e : this.T(Rt.createTextNode(e)), this._$AH = e;
623
623
  }
624
624
  $(e) {
625
- var r;
626
- const { values: s, _$litType$: n } = e, i = typeof n == "number" ? this._$AC(e) : (n.el === void 0 && (n.el = Ne.createElement(xi(n.h, n.h[0]), this.options)), n);
627
- if (((r = this._$AH) == null ? void 0 : r._$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
- let n, i = 0;
641
- for (const r of e) i === s.length ? s.push(n = new ge(this.O(De()), this.O(De()), this, this.options)) : n = s[i], n._$AI(r), i++;
642
- i < s.length && (this._$AR(n && n._$AB.nextSibling, i), s.length = i);
640
+ let r, i = 0;
641
+ for (const o of e) i === s.length ? s.push(r = new ge(this.O(De()), this.O(De()), this, this.options)) : r = s[i], r._$AI(o), i++;
642
+ i < s.length && (this._$AR(r && r._$AB.nextSibling, i), s.length = i);
643
643
  }
644
644
  _$AR(e = this._$AA.nextSibling, s) {
645
- var n;
646
- for ((n = this._$AP) == null ? void 0 : n.call(this, !1, !0, s); e !== this._$AB; ) {
645
+ var r;
646
+ for ((r = this._$AP) == null ? void 0 : r.call(this, !1, !0, s); e !== this._$AB; ) {
647
647
  const i = e.nextSibling;
648
648
  e.remove(), e = i;
649
649
  }
@@ -653,32 +653,32 @@ class ge {
653
653
  this._$AM === void 0 && (this._$Cv = e, (s = this._$AP) == null || s.call(this, e));
654
654
  }
655
655
  }
656
- class ns {
656
+ class rs {
657
657
  get tagName() {
658
658
  return this.element.tagName;
659
659
  }
660
660
  get _$AU() {
661
661
  return this._$AM._$AU;
662
662
  }
663
- constructor(e, s, n, i, r) {
664
- this.type = 1, this._$AH = c, this._$AN = void 0, this.element = e, this.name = s, this._$AM = i, this.options = r, n.length > 2 || n[0] !== "" || n[1] !== "" ? (this._$AH = Array(n.length - 1).fill(new String()), this.strings = n) : 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
- _$AI(e, s = this, n, i) {
667
- const r = this.strings;
668
- let o = !1;
669
- if (r === void 0) e = ae(this, e, s, 0), o = !Be(e) || e !== this._$AH && e !== pt, o && (this._$AH = e);
666
+ _$AI(e, s = this, r, i) {
667
+ const o = this.strings;
668
+ let n = !1;
669
+ if (o === void 0) e = ae(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 = r[0], d = 0; d < r.length - 1; d++) m = ae(this, h[n + 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 ?? "") + r[d + 1]), this._$AH[d] = m;
672
+ let d, f;
673
+ for (e = o[0], d = 0; d < o.length - 1; d++) f = ae(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 ?? "");
679
679
  }
680
680
  }
681
- class Ji extends ns {
681
+ class Ji extends rs {
682
682
  constructor() {
683
683
  super(...arguments), this.type = 3;
684
684
  }
@@ -686,7 +686,7 @@ class Ji extends ns {
686
686
  this.element[this.name] = e === c ? void 0 : e;
687
687
  }
688
688
  }
689
- class Zi extends ns {
689
+ class Zi extends rs {
690
690
  constructor() {
691
691
  super(...arguments), this.type = 4;
692
692
  }
@@ -694,23 +694,23 @@ class Zi extends ns {
694
694
  this.element.toggleAttribute(this.name, !!e && e !== c);
695
695
  }
696
696
  }
697
- class Qi extends ns {
698
- constructor(e, s, n, i, r) {
699
- super(e, s, n, i, r), this.type = 5;
697
+ class Qi extends rs {
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
702
  if ((e = ae(this, e, s, 0) ?? c) === pt) return;
703
- const n = this._$AH, i = e === c && n !== c || e.capture !== n.capture || e.once !== n.once || e.passive !== n.passive, r = e !== c && (n === c || i);
704
- i && this.element.removeEventListener(this.name, this, n), r && this.element.addEventListener(this.name, this, e), this._$AH = e;
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;
708
708
  typeof this._$AH == "function" ? this._$AH.call(((s = this.options) == null ? void 0 : s.host) ?? this.element, e) : this._$AH.handleEvent(e);
709
709
  }
710
710
  }
711
- class tn {
712
- constructor(e, s, n) {
713
- this.element = e, this.type = 6, this._$AN = void 0, this._$AM = s, this.options = n;
711
+ class tr {
712
+ constructor(e, s, r) {
713
+ this.element = e, this.type = 6, this._$AN = void 0, this._$AM = s, this.options = r;
714
714
  }
715
715
  get _$AU() {
716
716
  return this._$AM._$AU;
@@ -719,14 +719,14 @@ class tn {
719
719
  ae(this, e);
720
720
  }
721
721
  }
722
- const en = { I: ge }, gs = Ie.litHtmlPolyfillSupport;
723
- gs == null || gs(Ne, ge), (Ie.litHtmlVersions ?? (Ie.litHtmlVersions = [])).push("3.3.1");
724
- const sn = (t, e, s) => {
725
- const n = (s == null ? void 0 : s.renderBefore) ?? e;
726
- let i = n._$litPart$;
722
+ const er = { I: ge }, gs = Ie.litHtmlPolyfillSupport;
723
+ gs == null || gs(Be, ge), (Ie.litHtmlVersions ?? (Ie.litHtmlVersions = [])).push("3.3.1");
724
+ const sr = (t, e, s) => {
725
+ const r = (s == null ? void 0 : s.renderBefore) ?? e;
726
+ let i = r._$litPart$;
727
727
  if (i === void 0) {
728
- const r = (s == null ? void 0 : s.renderBefore) ?? null;
729
- n._$litPart$ = i = new ge(e.insertBefore(De(), r), r, void 0, s ?? {});
728
+ const o = (s == null ? void 0 : s.renderBefore) ?? null;
729
+ r._$litPart$ = i = new ge(e.insertBefore(De(), o), o, void 0, s ?? {});
730
730
  }
731
731
  return i._$AI(t), i;
732
732
  };
@@ -747,7 +747,7 @@ let ut = class extends te {
747
747
  }
748
748
  update(e) {
749
749
  const s = this.render();
750
- this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(e), this._$Do = sn(s, this.renderRoot, this.renderOptions);
750
+ this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(e), this._$Do = sr(s, this.renderRoot, this.renderOptions);
751
751
  }
752
752
  connectedCallback() {
753
753
  var e;
@@ -771,31 +771,31 @@ $s == null || $s({ LitElement: ut });
771
771
  * Copyright 2017 Google LLC
772
772
  * SPDX-License-Identifier: BSD-3-Clause
773
773
  */
774
- const nn = { attribute: !0, type: String, converter: Xe, reflect: !1, hasChanged: As }, rn = (t = nn, e, s) => {
775
- const { kind: n, metadata: i } = s;
776
- let r = globalThis.litPropertyMetadata.get(i);
777
- if (r === void 0 && globalThis.litPropertyMetadata.set(i, r = /* @__PURE__ */ new Map()), n === "setter" && ((t = Object.create(t)).wrapped = !0), r.set(s.name, t), n === "accessor") {
778
- const { name: o } = s;
774
+ const ir = { attribute: !0, type: String, converter: Xe, reflect: !1, hasChanged: As }, rr = (t = ir, e, s) => {
775
+ const { kind: r, metadata: i } = 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
- if (n === "setter") {
787
- const { name: o } = s;
786
+ if (r === "setter") {
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
- throw Error("Unsupported decorator location: " + n);
793
+ throw Error("Unsupported decorator location: " + r);
794
794
  };
795
795
  function a(t) {
796
- return (e, s) => typeof s == "object" ? rn(t, e, s) : ((n, i, r) => {
797
- const o = i.hasOwnProperty(r);
798
- return i.constructor.createProperty(r, n), o ? Object.getOwnPropertyDescriptor(i, r) : 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,20 +811,20 @@ 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
818
818
  * SPDX-License-Identifier: BSD-3-Clause
819
819
  */
820
820
  function ct(t, e) {
821
- return (s, n, i) => {
822
- const r = (o) => {
821
+ return (s, r, i) => {
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, n, { get() {
827
- return r(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: n, selector: i } = t ?? {}, r = "slot" + (n ? `[name=${n}]` : ":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(r), 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
- const { slot: n } = t ?? {}, i = "slot" + (n ? `[name=${n}]` : ":not([name])");
854
- return Bs(e, s, { get() {
855
- var o;
856
- const r = (o = this.renderRoot) == null ? void 0 : o.querySelector(i);
857
- return (r == null ? void 0 : r.assignedNodes(t)) ?? [];
853
+ const { slot: r } = t ?? {}, i = "slot" + (r ? `[name=${r}]` : ":not([name])");
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 on = Object.defineProperty, wi = (t, e, s, n) => {
862
- for (var i = void 0, r = t.length - 1, o; r >= 0; r--)
863
- (o = t[r]) && (i = o(e, s, i) || i);
864
- return i && on(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 an = 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 = oe.subscribe("theme", this.handleChangeTheme);
870
+ }, this.pubSubTheme = ne.subscribe("theme", this.handleChangeTheme);
871
871
  }
872
872
  get theme() {
873
873
  return this.contextTheme ?? this.pubSubTheme;
@@ -875,10 +875,10 @@ const an = 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, an]), this.applyThemeStyles();
878
+ Is(this.shadowRoot, [...s, nr]), this.applyThemeStyles();
879
879
  }
880
880
  disconnectedCallback() {
881
- super.disconnectedCallback(), oe.unsubscribe("theme", this.handleChangeTheme);
881
+ super.disconnectedCallback(), ne.unsubscribe("theme", this.handleChangeTheme);
882
882
  }
883
883
  updated(e) {
884
884
  super.updated(e), (e.has("contextTheme") || e.has("pubSubTheme")) && this.applyThemeStyles();
@@ -887,7 +887,7 @@ const an = u`:host([unresolved]){visibility:hidden}`, Ls = class Si extends ut {
887
887
  const e = /* @__PURE__ */ new Set();
888
888
  let s = this.constructor;
889
889
  for (; s && s !== Si; )
890
- Array.isArray(s.componentName) && s.componentName.forEach((n) => e.add(n)), s = Object.getPrototypeOf(s);
890
+ Array.isArray(s.componentName) && s.componentName.forEach((r) => e.add(r)), s = Object.getPrototypeOf(s);
891
891
  return Array.from(e).reverse();
892
892
  }
893
893
  supportsAdoptedSheets() {
@@ -898,18 +898,18 @@ const an = 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
- ), n = this.supportsAdoptedSheets(), i = this.shadowRoot.adoptedStyleSheets || [], r = 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)
905
- if (n) {
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
+ 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
- }), n && (this.shadowRoot.adoptedStyleSheets = [...r, ...this.appliedConstructables]);
912
+ }), r && (this.shadowRoot.adoptedStyleSheets = [...o, ...this.appliedConstructables]);
913
913
  } catch (s) {
914
914
  console.error(s);
915
915
  } finally {
@@ -925,7 +925,7 @@ wi([
925
925
  y()
926
926
  ], Ls.prototype, "pubSubTheme");
927
927
  let g = Ls;
928
- const ln = u`
928
+ const ar = u`
929
929
  :host {
930
930
  display: block;
931
931
  width: 100%;
@@ -1009,7 +1009,7 @@ const ln = u`
1009
1009
  * Copyright 2018 Google LLC
1010
1010
  * SPDX-License-Identifier: BSD-3-Clause
1011
1011
  */
1012
- const Et = (t) => t ?? c, cn = {
1012
+ const Et = (t) => t ?? c, lr = {
1013
1013
  createIcon: (t) => l`
1014
1014
  <ds-icon
1015
1015
  class=${t == null ? void 0 : t.class}
@@ -1053,7 +1053,7 @@ const Et = (t) => t ?? c, cn = {
1053
1053
  <ds-icon-button
1054
1054
  class=${t == null ? void 0 : t.class}
1055
1055
  @click=${t == null ? void 0 : t["@click"]}
1056
- .size=${Et(t == null ? void 0 : t.size)}
1056
+ size=${Et(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}
@@ -1084,7 +1084,7 @@ const Et = (t) => t ?? c, cn = {
1084
1084
  status="${t.status}"
1085
1085
  ></ds-toast-message>
1086
1086
  `
1087
- }, hn = {
1087
+ }, cr = {
1088
1088
  createIcon: (t) => l`
1089
1089
  <ds-icon-react
1090
1090
  class=${t == null ? void 0 : t.class}
@@ -1128,7 +1128,7 @@ const Et = (t) => t ?? c, cn = {
1128
1128
  <ds-icon-button-react
1129
1129
  class=${t == null ? void 0 : t.class}
1130
1130
  @click=${t == null ? void 0 : t["@click"]}
1131
- .size=${Et(t == null ? void 0 : t.size)}
1131
+ size=${Et(t == null ? void 0 : t.size)}
1132
1132
  variant=${(t == null ? void 0 : t.variant) ?? "primary"}
1133
1133
  mode=${(t == null ? void 0 : t.mode) ?? "light"}
1134
1134
  .disabled=${t == null ? void 0 : t.disabled}
@@ -1162,24 +1162,24 @@ const Et = (t) => t ?? c, cn = {
1162
1162
  };
1163
1163
  function v(t, e) {
1164
1164
  return function(s) {
1165
- var o, h, d;
1165
+ var n, h, d;
1166
1166
  if (!((s == null ? void 0 : s.prototype) instanceof HTMLElement))
1167
1167
  throw new TypeError("@customUiKitElement requires a class that extends HTMLElement.");
1168
- const n = typeof __UIKIT_TARGET__ < "u" && __UIKIT_TARGET__ === "react", i = n ? `${t}-react` : t;
1168
+ const r = typeof __UIKIT_TARGET__ < "u" && __UIKIT_TARGET__ === "react", i = r ? `${t}-react` : t;
1169
1169
  if (customElements.get(i)) return;
1170
- let r = e != null && e.skipTagAsComponentName ? [] : [t];
1171
- Array.isArray(e == null ? void 0 : e.extendComponentNames) && (r = [...e.extendComponentNames, ...r]), (d = (o = window == null ? void 0 : window.customElements) == null ? void 0 : o.define) == null || d.call(
1172
- o,
1170
+ let o = e != null && e.skipTagAsComponentName ? [] : [t];
1171
+ Array.isArray(e == null ? void 0 : e.extendComponentNames) && (o = [...e.extendComponentNames, ...o]), (d = (n = window == null ? void 0 : window.customElements) == null ? void 0 : n.define) == null || d.call(
1172
+ n,
1173
1173
  i,
1174
1174
  (h = class extends s {
1175
1175
  constructor() {
1176
- super(...arguments), this.componentFactory = n ? hn : cn;
1176
+ super(...arguments), this.componentFactory = r ? cr : lr;
1177
1177
  }
1178
- }, h.componentName = r, h)
1178
+ }, h.componentName = o, h)
1179
1179
  );
1180
1180
  };
1181
1181
  }
1182
- const f = (t) => typeof t == "boolean" ? t : t === "true" || t === "" ? !0 : t === "false" ? !1 : !!t;
1182
+ const m = (t) => typeof t == "boolean" ? t : t === "true" || t === "" ? !0 : t === "false" ? !1 : !!t;
1183
1183
  /**
1184
1184
  * @license
1185
1185
  * Copyright 2017 Google LLC
@@ -1192,8 +1192,8 @@ class Fs {
1192
1192
  get _$AU() {
1193
1193
  return this._$AM._$AU;
1194
1194
  }
1195
- _$AT(e, s, n) {
1196
- this._$Ct = e, this._$AM = s, this._$Ci = n;
1195
+ _$AT(e, s, r) {
1196
+ this._$Ct = e, this._$AM = s, this._$Ci = r;
1197
1197
  }
1198
1198
  _$AS(e, s) {
1199
1199
  return this.update(e, s);
@@ -1222,9 +1222,9 @@ let Ts = class extends Fs {
1222
1222
  }
1223
1223
  };
1224
1224
  Ts.directiveName = "unsafeHTML", Ts.resultType = 1;
1225
- const rs = js(Ts);
1225
+ const os = js(Ts);
1226
1226
  function C(t, ...e) {
1227
- const n = String.raw({ raw: t }, ...e).replace(/(--private-[\w-]+)(?=\s*[):,])/g, "$1-v0-2-0-canary-0"), i = rs(n);
1227
+ const r = String.raw({ raw: t }, ...e).replace(/(--private-[\w-]+)(?=\s*[):,])/g, "$1-v1-0-0-canary-2"), i = os(r);
1228
1228
  return l`${i}`;
1229
1229
  }
1230
1230
  /**
@@ -1241,25 +1241,25 @@ const p = js(class extends Fs {
1241
1241
  return " " + Object.keys(t).filter(((e) => t[e])).join(" ") + " ";
1242
1242
  }
1243
1243
  update(t, [e]) {
1244
- var n, i;
1244
+ var r, i;
1245
1245
  if (this.st === void 0) {
1246
- this.st = /* @__PURE__ */ new Set(), t.strings !== void 0 && (this.nt = new Set(t.strings.join(" ").split(/\s/).filter(((r) => r !== ""))));
1247
- for (const r in e) e[r] && !((n = this.nt) != null && n.has(r)) && this.st.add(r);
1246
+ this.st = /* @__PURE__ */ new Set(), t.strings !== void 0 && (this.nt = new Set(t.strings.join(" ").split(/\s/).filter(((o) => o !== ""))));
1247
+ for (const o in e) e[o] && !((r = this.nt) != null && r.has(o)) && this.st.add(o);
1248
1248
  return this.render(e);
1249
1249
  }
1250
1250
  const s = t.element.classList;
1251
- for (const r of this.st) r in e || (s.remove(r), this.st.delete(r));
1252
- for (const r in e) {
1253
- const o = !!e[r];
1254
- o === this.st.has(r) || (i = this.nt) != null && i.has(r) || (o ? (s.add(r), this.st.add(r)) : (s.remove(r), this.st.delete(r)));
1251
+ for (const o of this.st) o in e || (s.remove(o), this.st.delete(o));
1252
+ for (const o in e) {
1253
+ const n = !!e[o];
1254
+ 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)));
1255
1255
  }
1256
1256
  return pt;
1257
1257
  }
1258
1258
  });
1259
- var dn = Object.defineProperty, un = Object.getOwnPropertyDescriptor, Kt = (t, e, s, n) => {
1260
- for (var i = n > 1 ? void 0 : n ? un(e, s) : e, r = t.length - 1, o; r >= 0; r--)
1261
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
1262
- return n && i && dn(e, s, i), i;
1259
+ var hr = Object.defineProperty, dr = Object.getOwnPropertyDescriptor, Kt = (t, e, s, r) => {
1260
+ for (var i = r > 1 ? void 0 : r ? dr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
1261
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
1262
+ return r && i && hr(e, s, i), i;
1263
1263
  };
1264
1264
  let mt = class extends g {
1265
1265
  constructor() {
@@ -1339,12 +1339,12 @@ let mt = class extends g {
1339
1339
  `;
1340
1340
  }
1341
1341
  };
1342
- mt.styles = [ln];
1342
+ mt.styles = [ar];
1343
1343
  Kt([
1344
1344
  a({ type: Number, attribute: "max-height" })
1345
1345
  ], mt.prototype, "maxHeight", 2);
1346
1346
  Kt([
1347
- a({ type: Boolean, converter: f, reflect: !0 })
1347
+ a({ type: Boolean, converter: m, reflect: !0 })
1348
1348
  ], mt.prototype, "open", 2);
1349
1349
  Kt([
1350
1350
  a({ type: String, reflect: !0 })
@@ -1353,7 +1353,7 @@ Kt([
1353
1353
  a({ type: String })
1354
1354
  ], mt.prototype, "size", 2);
1355
1355
  Kt([
1356
- a({ type: Boolean, converter: f })
1356
+ a({ type: Boolean, converter: m })
1357
1357
  ], mt.prototype, "disabled", 2);
1358
1358
  Kt([
1359
1359
  y()
@@ -1361,7 +1361,7 @@ Kt([
1361
1361
  mt = Kt([
1362
1362
  v("ds-accordion")
1363
1363
  ], mt);
1364
- const pn = u`
1364
+ const ur = u`
1365
1365
  :host {
1366
1366
  display: block;
1367
1367
  width: 100%;
@@ -1380,10 +1380,10 @@ const pn = u`
1380
1380
  cursor: auto;
1381
1381
  }
1382
1382
  `;
1383
- var mn = Object.defineProperty, fn = Object.getOwnPropertyDescriptor, os = (t, e, s, n) => {
1384
- for (var i = n > 1 ? void 0 : n ? fn(e, s) : e, r = t.length - 1, o; r >= 0; r--)
1385
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
1386
- return n && i && mn(e, s, i), i;
1383
+ var pr = Object.defineProperty, mr = Object.getOwnPropertyDescriptor, ns = (t, e, s, r) => {
1384
+ for (var i = r > 1 ? void 0 : r ? mr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
1385
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
1386
+ return r && i && pr(e, s, i), i;
1387
1387
  };
1388
1388
  let le = class extends g {
1389
1389
  constructor() {
@@ -1434,17 +1434,17 @@ let le = class extends g {
1434
1434
  ` : c;
1435
1435
  }
1436
1436
  };
1437
- le.styles = [pn];
1438
- os([
1437
+ le.styles = [ur];
1438
+ ns([
1439
1439
  a({ type: String, reflect: !0 })
1440
1440
  ], le.prototype, "mode", 2);
1441
- os([
1441
+ ns([
1442
1442
  a({ type: Number, attribute: "bullets-number" })
1443
1443
  ], le.prototype, "bulletsNumber", 2);
1444
- os([
1444
+ ns([
1445
1445
  a({ type: Number, attribute: "active-bullet-index", reflect: !0 })
1446
1446
  ], le.prototype, "activeBulletIndex", 2);
1447
- le = os([
1447
+ le = ns([
1448
1448
  v("ds-bullets")
1449
1449
  ], le);
1450
1450
  const Dt = (t) => class extends t {
@@ -1454,9 +1454,9 @@ const Dt = (t) => class extends t {
1454
1454
  }, this.updateViewport = () => {
1455
1455
  let e = "xs";
1456
1456
  const s = ["xxl", "xl", "l", "m", "s"];
1457
- for (const n of s)
1458
- if ((window == null ? void 0 : window.innerWidth) >= Mt[n]) {
1459
- e = n;
1457
+ for (const r of s)
1458
+ if ((window == null ? void 0 : window.innerWidth) >= Mt[r]) {
1459
+ e = r;
1460
1460
  break;
1461
1461
  }
1462
1462
  e !== this.currentViewport && (this.currentViewport = e, this.requestUpdate("viewport", null));
@@ -1487,7 +1487,7 @@ const Dt = (t) => class extends t {
1487
1487
  * SPDX-License-Identifier: BSD-3-Clause
1488
1488
  */
1489
1489
  const Ve = (t, e, s) => {
1490
- for (const n of e) if (n[0] === t) return (0, n[1])();
1490
+ for (const r of e) if (r[0] === t) return (0, r[1])();
1491
1491
  return s == null ? void 0 : s();
1492
1492
  };
1493
1493
  /**
@@ -1495,10 +1495,10 @@ const Ve = (t, e, s) => {
1495
1495
  * Copyright 2021 Google LLC
1496
1496
  * SPDX-License-Identifier: BSD-3-Clause
1497
1497
  */
1498
- function ot(t, e, s) {
1498
+ function nt(t, e, s) {
1499
1499
  return t ? e(t) : s == null ? void 0 : s(t);
1500
1500
  }
1501
- const bn = u`
1501
+ const fr = u`
1502
1502
  :host {
1503
1503
  display: contents;
1504
1504
  }
@@ -1518,7 +1518,7 @@ const bn = u`
1518
1518
  .button.full-width {
1519
1519
  width: 100%;
1520
1520
  }
1521
- `, vn = u`
1521
+ `, br = u`
1522
1522
  .text.container {
1523
1523
  display: inline-flex;
1524
1524
  }
@@ -1528,7 +1528,7 @@ const bn = u`
1528
1528
  text-overflow: ellipsis;
1529
1529
  white-space: nowrap;
1530
1530
  }
1531
- `, yn = u`
1531
+ `, vr = u`
1532
1532
  .loading-dots {
1533
1533
  display: inline-flex;
1534
1534
  align-items: baseline;
@@ -1605,10 +1605,10 @@ const bn = u`
1605
1605
  }
1606
1606
  }
1607
1607
  `;
1608
- var gn = Object.defineProperty, $n = Object.getOwnPropertyDescriptor, I = (t, e, s, n) => {
1609
- for (var i = n > 1 ? void 0 : n ? $n(e, s) : e, r = t.length - 1, o; r >= 0; r--)
1610
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
1611
- return n && i && gn(e, s, i), i;
1608
+ var yr = Object.defineProperty, gr = Object.getOwnPropertyDescriptor, I = (t, e, s, r) => {
1609
+ for (var i = r > 1 ? void 0 : r ? gr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
1610
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
1611
+ return r && i && yr(e, s, i), i;
1612
1612
  };
1613
1613
  let E = class extends Dt(g) {
1614
1614
  constructor() {
@@ -1685,12 +1685,12 @@ let E = class extends Dt(g) {
1685
1685
  @click=${this.handleClick}
1686
1686
  ?disabled=${this.disabled}
1687
1687
  >
1688
- ${ot(this.iconPosition === "left", () => l` ${this.iconTemplate} `)}
1688
+ ${nt(this.iconPosition === "left", () => l` ${this.iconTemplate} `)}
1689
1689
  <span class="container">
1690
1690
  <slot></slot>
1691
1691
  ${this.loadingTemplate}
1692
1692
  </span>
1693
- ${ot(this.iconPosition === "right", () => l` ${this.iconTemplate} `)}
1693
+ ${nt(this.iconPosition === "right", () => l` ${this.iconTemplate} `)}
1694
1694
  </button>
1695
1695
  `;
1696
1696
  }
@@ -1709,12 +1709,12 @@ let E = class extends Dt(g) {
1709
1709
  @click=${this.handleClick}
1710
1710
  ?disabled=${this.disabled}
1711
1711
  >
1712
- ${ot(this.iconPosition === "left", () => l`${this.iconTemplate}`)}
1712
+ ${nt(this.iconPosition === "left", () => l`${this.iconTemplate}`)}
1713
1713
  <span class="container">
1714
1714
  <slot></slot>
1715
1715
  ${this.loadingTemplate}
1716
1716
  </span>
1717
- ${ot(this.iconPosition === "right", () => l`${this.iconTemplate}`)}
1717
+ ${nt(this.iconPosition === "right", () => l`${this.iconTemplate}`)}
1718
1718
  </a>
1719
1719
  `;
1720
1720
  }
@@ -1731,7 +1731,7 @@ let E = class extends Dt(g) {
1731
1731
  `;
1732
1732
  }
1733
1733
  };
1734
- E.styles = [bn, vn, yn];
1734
+ E.styles = [fr, br, vr];
1735
1735
  I([
1736
1736
  a({ type: String })
1737
1737
  ], E.prototype, "variant", 2);
@@ -1742,10 +1742,10 @@ I([
1742
1742
  a({ type: String, converter: Ue })
1743
1743
  ], E.prototype, "size", 2);
1744
1744
  I([
1745
- a({ type: Boolean, converter: f })
1745
+ a({ type: Boolean, converter: m })
1746
1746
  ], E.prototype, "disabled", 2);
1747
1747
  I([
1748
- a({ type: Boolean, converter: f })
1748
+ a({ type: Boolean, converter: m })
1749
1749
  ], E.prototype, "destructive", 2);
1750
1750
  I([
1751
1751
  a({ type: String, attribute: "icon-name" })
@@ -1769,13 +1769,13 @@ I([
1769
1769
  a({ type: String, attribute: "icon-position" })
1770
1770
  ], E.prototype, "iconPosition", 2);
1771
1771
  I([
1772
- a({ type: Boolean, converter: f })
1772
+ a({ type: Boolean, converter: m })
1773
1773
  ], E.prototype, "rounded", 2);
1774
1774
  I([
1775
- a({ type: Boolean, converter: f, attribute: "full-width" })
1775
+ a({ type: Boolean, converter: m, attribute: "full-width" })
1776
1776
  ], E.prototype, "fullWidth", 2);
1777
1777
  I([
1778
- a({ type: Boolean, converter: f })
1778
+ a({ type: Boolean, converter: m })
1779
1779
  ], E.prototype, "loading", 2);
1780
1780
  I([
1781
1781
  y()
@@ -1783,7 +1783,7 @@ I([
1783
1783
  E = I([
1784
1784
  v("ds-button")
1785
1785
  ], E);
1786
- const xn = u`
1786
+ const $r = u`
1787
1787
  :host {
1788
1788
  display: flex;
1789
1789
  width: 100%;
@@ -1795,10 +1795,10 @@ const xn = u`
1795
1795
  display: flex;
1796
1796
  }
1797
1797
  `;
1798
- var wn = Object.defineProperty, Sn = Object.getOwnPropertyDescriptor, as = (t, e, s, n) => {
1799
- for (var i = n > 1 ? void 0 : n ? Sn(e, s) : e, r = t.length - 1, o; r >= 0; r--)
1800
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
1801
- return n && i && wn(e, s, i), i;
1798
+ var xr = Object.defineProperty, wr = Object.getOwnPropertyDescriptor, as = (t, e, s, r) => {
1799
+ for (var i = r > 1 ? void 0 : r ? wr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
1800
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
1801
+ return r && i && xr(e, s, i), i;
1802
1802
  };
1803
1803
  let ce = class extends g {
1804
1804
  constructor() {
@@ -1813,13 +1813,13 @@ let ce = class extends g {
1813
1813
  get selectorsTemplate() {
1814
1814
  const t = [], e = this.selectorsNumber > this.maxSelectorsShown;
1815
1815
  for (let s = 0; s < this.selectorsNumber; s++) {
1816
- let n = !1;
1817
- const i = this.selectedIndex >= 3 && this.selectedIndex < this.selectorsNumber - 3, r = this.selectedIndex < 3, o = this.selectedIndex >= this.selectorsNumber - 3;
1818
- e && (i && (s < this.selectedIndex - 3 || s > this.selectedIndex + 3) || r && s >= 5 || o && s < this.selectorsNumber - 5) && (n = e);
1816
+ let r = !1;
1817
+ const i = this.selectedIndex >= 3 && this.selectedIndex < this.selectorsNumber - 3, o = this.selectedIndex < 3, n = this.selectedIndex >= this.selectorsNumber - 3;
1818
+ e && (i && (s < this.selectedIndex - 3 || s > this.selectedIndex + 3) || o && s >= 5 || n && s < this.selectorsNumber - 5) && (r = e);
1819
1819
  const h = {
1820
1820
  selector: !0,
1821
1821
  selected: s === this.selectedIndex,
1822
- hidden: n
1822
+ hidden: r
1823
1823
  };
1824
1824
  t.push(l` <div class=${p(h)}></div> `);
1825
1825
  }
@@ -1833,7 +1833,7 @@ let ce = class extends g {
1833
1833
  ` : c;
1834
1834
  }
1835
1835
  };
1836
- ce.styles = [xn];
1836
+ ce.styles = [$r];
1837
1837
  as([
1838
1838
  a({ type: Number, attribute: "selectors-number" })
1839
1839
  ], ce.prototype, "selectorsNumber", 2);
@@ -1849,14 +1849,14 @@ ce = as([
1849
1849
  const ls = (t) => {
1850
1850
  const s = class s extends t {
1851
1851
  constructor(...i) {
1852
- var r;
1853
- super(i), this._internals = (r = this.attachInternals) == null ? void 0 : r.call(this);
1852
+ var o;
1853
+ super(i), this._internals = (o = this.attachInternals) == null ? void 0 : o.call(this);
1854
1854
  }
1855
1855
  };
1856
1856
  s.formAssociated = !0;
1857
1857
  let e = s;
1858
1858
  return e;
1859
- }, _n = u`
1859
+ }, Sr = u`
1860
1860
  :host {
1861
1861
  display: block;
1862
1862
  width: 100%;
@@ -1909,10 +1909,10 @@ const ls = (t) => {
1909
1909
  display: none;
1910
1910
  }
1911
1911
  `;
1912
- var Tn = Object.defineProperty, Cn = Object.getOwnPropertyDescriptor, j = (t, e, s, n) => {
1913
- for (var i = n > 1 ? void 0 : n ? Cn(e, s) : e, r = t.length - 1, o; r >= 0; r--)
1914
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
1915
- return n && i && Tn(e, s, i), i;
1912
+ var _r = Object.defineProperty, Tr = Object.getOwnPropertyDescriptor, j = (t, e, s, r) => {
1913
+ for (var i = r > 1 ? void 0 : r ? Tr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
1914
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
1915
+ return r && i && _r(e, s, i), i;
1916
1916
  };
1917
1917
  let A = class extends ls(g) {
1918
1918
  constructor() {
@@ -1994,7 +1994,7 @@ let A = class extends ls(g) {
1994
1994
  `;
1995
1995
  }
1996
1996
  };
1997
- A.styles = [_n];
1997
+ A.styles = [Sr];
1998
1998
  j([
1999
1999
  a({ type: String })
2000
2000
  ], A.prototype, "name", 2);
@@ -2005,13 +2005,13 @@ j([
2005
2005
  a({ type: String, attribute: "input-placement" })
2006
2006
  ], A.prototype, "inputPlacement", 2);
2007
2007
  j([
2008
- a({ type: Boolean, converter: f, reflect: !0 })
2008
+ a({ type: Boolean, converter: m, reflect: !0 })
2009
2009
  ], A.prototype, "checked", 2);
2010
2010
  j([
2011
- a({ type: Boolean, converter: f })
2011
+ a({ type: Boolean, converter: m })
2012
2012
  ], A.prototype, "required", 2);
2013
2013
  j([
2014
- a({ type: Boolean, converter: f })
2014
+ a({ type: Boolean, converter: m })
2015
2015
  ], A.prototype, "disabled", 2);
2016
2016
  j([
2017
2017
  a({ type: String, reflect: !0 })
@@ -2032,12 +2032,12 @@ j([
2032
2032
  a({ type: String, attribute: "invalid-error" })
2033
2033
  ], A.prototype, "invalidError", 2);
2034
2034
  j([
2035
- a({ type: Boolean, converter: f })
2035
+ a({ type: Boolean, converter: m })
2036
2036
  ], A.prototype, "indeterminate", 2);
2037
2037
  A = j([
2038
2038
  v("ds-checkbox")
2039
2039
  ], A);
2040
- const kn = u`
2040
+ const Cr = u`
2041
2041
  :host {
2042
2042
  display: inline-block;
2043
2043
  }
@@ -2055,10 +2055,10 @@ const kn = u`
2055
2055
  pointer-events: visible;
2056
2056
  }
2057
2057
  `;
2058
- var En = Object.defineProperty, On = Object.getOwnPropertyDescriptor, Gt = (t, e, s, n) => {
2059
- for (var i = n > 1 ? void 0 : n ? On(e, s) : e, r = t.length - 1, o; r >= 0; r--)
2060
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
2061
- return n && i && En(e, s, i), i;
2058
+ var kr = Object.defineProperty, Er = Object.getOwnPropertyDescriptor, Gt = (t, e, s, r) => {
2059
+ for (var i = r > 1 ? void 0 : r ? Er(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2060
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
2061
+ return r && i && kr(e, s, i), i;
2062
2062
  };
2063
2063
  let ft = class extends g {
2064
2064
  constructor() {
@@ -2067,7 +2067,7 @@ let ft = class extends g {
2067
2067
  firstUpdated(t) {
2068
2068
  super.firstUpdated(t);
2069
2069
  const s = this.shadowRoot.querySelector("slot").assignedNodes({ flatten: !0 });
2070
- this.slottedText = s.filter((n) => n.nodeType === Node.TEXT_NODE).map((n) => n.textContent.trim()).join(" ");
2070
+ this.slottedText = s.filter((r) => r.nodeType === Node.TEXT_NODE).map((r) => r.textContent.trim()).join(" ");
2071
2071
  }
2072
2072
  get classes() {
2073
2073
  return {
@@ -2149,7 +2149,7 @@ let ft = class extends g {
2149
2149
  `;
2150
2150
  }
2151
2151
  };
2152
- ft.styles = [kn];
2152
+ ft.styles = [Cr];
2153
2153
  Gt([
2154
2154
  a({ type: String })
2155
2155
  ], ft.prototype, "value", 2);
@@ -2160,10 +2160,10 @@ Gt([
2160
2160
  a({ type: String, reflect: !0 })
2161
2161
  ], ft.prototype, "size", 2);
2162
2162
  Gt([
2163
- a({ type: Boolean, converter: f, reflect: !0 })
2163
+ a({ type: Boolean, converter: m, reflect: !0 })
2164
2164
  ], ft.prototype, "selected", 2);
2165
2165
  Gt([
2166
- a({ type: Boolean, converter: f })
2166
+ a({ type: Boolean, converter: m })
2167
2167
  ], ft.prototype, "deselectable", 2);
2168
2168
  Gt([
2169
2169
  y()
@@ -2171,7 +2171,7 @@ Gt([
2171
2171
  ft = Gt([
2172
2172
  v("ds-chip")
2173
2173
  ], ft);
2174
- const Pn = {
2174
+ const Or = {
2175
2175
  fromAttribute(t) {
2176
2176
  if (!t) return [];
2177
2177
  try {
@@ -2186,11 +2186,7 @@ const Pn = {
2186
2186
  toAttribute(t) {
2187
2187
  return JSON.stringify(t);
2188
2188
  }
2189
- }, zn = u`
2190
- :host {
2191
- display: inline-block;
2192
- }
2193
-
2189
+ }, Pr = u`
2194
2190
  .container {
2195
2191
  display: inline-flex;
2196
2192
  position: relative;
@@ -2261,19 +2257,19 @@ const Pn = {
2261
2257
  right: 0;
2262
2258
  }
2263
2259
  `;
2264
- var In = Object.defineProperty, An = Object.getOwnPropertyDescriptor, xt = (t, e, s, n) => {
2265
- for (var i = n > 1 ? void 0 : n ? An(e, s) : e, r = t.length - 1, o; r >= 0; r--)
2266
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
2267
- return n && i && In(e, s, i), i;
2260
+ var zr = Object.defineProperty, Ir = Object.getOwnPropertyDescriptor, xt = (t, e, s, r) => {
2261
+ for (var i = r > 1 ? void 0 : r ? Ir(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2262
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
2263
+ return r && i && zr(e, s, i), i;
2268
2264
  };
2269
2265
  let Z = class extends g {
2270
2266
  constructor() {
2271
2267
  super(...arguments), this.multiChoice = null, this.size = "medium", this.mode = "light", this.hasScrollLeft = !1, this.hasScrollRight = !1, this.resizeObserver = new ResizeObserver(() => {
2272
2268
  this.handleScrollNav();
2273
2269
  }), this.handleScrollNav = () => {
2274
- var e, s, n, i;
2270
+ var e, s, r, i;
2275
2271
  const t = ((e = this.chipsContainer) == null ? void 0 : e.scrollLeft) + ((s = this.chipsContainer) == null ? void 0 : s.clientWidth);
2276
- this.hasScrollLeft = ((n = this.chipsContainer) == null ? void 0 : n.scrollLeft) > 0, this.hasScrollRight = t < ((i = this.chipsContainer) == null ? void 0 : i.scrollWidth);
2272
+ this.hasScrollLeft = ((r = this.chipsContainer) == null ? void 0 : r.scrollLeft) > 0, this.hasScrollRight = t < ((i = this.chipsContainer) == null ? void 0 : i.scrollWidth);
2277
2273
  }, this.handleScrollLeft = () => {
2278
2274
  this.chipsContainer.scrollBy({ left: -150, behavior: "smooth" });
2279
2275
  }, this.handleScrollRight = () => {
@@ -2307,8 +2303,8 @@ let Z = class extends g {
2307
2303
  updateChildChips() {
2308
2304
  var t;
2309
2305
  (t = this.chips) == null || t.forEach((e) => {
2310
- var s, n;
2311
- e.size = this.size, e.selected = (n = (s = this.selectedChips) == null ? void 0 : s.includes) == null ? void 0 : n.call(s, e.value), e.deselectable = !!this.multiChoice, e.mode = this.mode;
2306
+ var s, r;
2307
+ e.size = this.size, e.selected = (r = (s = this.selectedChips) == null ? void 0 : s.includes) == null ? void 0 : r.call(s, e.value), e.deselectable = !!this.multiChoice, e.mode = this.mode;
2312
2308
  });
2313
2309
  }
2314
2310
  get chipsContainerClasses() {
@@ -2319,9 +2315,9 @@ let Z = class extends g {
2319
2315
  };
2320
2316
  }
2321
2317
  handleSelect(t) {
2322
- var s, n;
2318
+ var s, r;
2323
2319
  let e;
2324
- this.multiChoice && !((n = (s = this.selectedChips) == null ? void 0 : s.includes) != null && n.call(s, t.detail.value)) ? e = [...this.selectedChips || [], t.detail.value] : e = [t.detail.value], this.selectedChips = e, this.updateChildChips(), this.dispatchEvent(
2320
+ this.multiChoice && !((r = (s = this.selectedChips) == null ? void 0 : s.includes) != null && r.call(s, t.detail.value)) ? e = [...this.selectedChips || [], t.detail.value] : e = [t.detail.value], this.selectedChips = e, this.updateChildChips(), this.dispatchEvent(
2325
2321
  new CustomEvent("ds-chips:change", {
2326
2322
  bubbles: !0,
2327
2323
  composed: !0,
@@ -2360,12 +2356,12 @@ let Z = class extends g {
2360
2356
  `;
2361
2357
  }
2362
2358
  };
2363
- Z.styles = [zn];
2359
+ Z.styles = [Pr];
2364
2360
  xt([
2365
- a({ type: Array, attribute: "selected-chips", converter: Pn, reflect: !0 })
2361
+ a({ type: Array, attribute: "selected-chips", converter: Or, reflect: !0 })
2366
2362
  ], Z.prototype, "selectedChips", 2);
2367
2363
  xt([
2368
- a({ type: Boolean, attribute: "multi-choice", converter: f })
2364
+ a({ type: Boolean, attribute: "multi-choice", converter: m })
2369
2365
  ], Z.prototype, "multiChoice", 2);
2370
2366
  xt([
2371
2367
  a({ type: String })
@@ -2392,23 +2388,23 @@ function _i({
2392
2388
  value: t,
2393
2389
  locale: e,
2394
2390
  style: s,
2395
- unit: n,
2391
+ unit: r,
2396
2392
  currency: i,
2397
- localeMatcher: r = "lookup",
2398
- minimumIntegerDigits: o = 1,
2393
+ localeMatcher: o = "lookup",
2394
+ minimumIntegerDigits: n = 1,
2399
2395
  minimumFractionDigits: h = 0,
2400
2396
  maximumFractionDigits: d = 20,
2401
- thousandSeparator: m,
2397
+ thousandSeparator: f,
2402
2398
  fractionSeparator: x,
2403
2399
  useGrouping: b = "auto"
2404
2400
  }) {
2405
2401
  let $ = "", S, T;
2406
2402
  const U = new Intl.NumberFormat(e, {
2407
2403
  ...s && { style: s },
2408
- ...n && { unit: n },
2404
+ ...r && { unit: r },
2409
2405
  ...i && { currency: i },
2410
- localeMatcher: r,
2411
- minimumIntegerDigits: o,
2406
+ localeMatcher: o,
2407
+ minimumIntegerDigits: n,
2412
2408
  minimumFractionDigits: h,
2413
2409
  maximumFractionDigits: d,
2414
2410
  useGrouping: b
@@ -2421,7 +2417,7 @@ function _i({
2421
2417
  S = Tt.value, T = Ys === 0 || (U[0].type === "minusSign" || U[0].type === "plusSign") && Ys === 1 ? "left" : "right";
2422
2418
  break;
2423
2419
  case "group":
2424
- $ += m ?? Tt.value;
2420
+ $ += f ?? Tt.value;
2425
2421
  break;
2426
2422
  case "decimal":
2427
2423
  $ += x ?? Tt.value;
@@ -2439,7 +2435,7 @@ function _i({
2439
2435
  ...T && { unitSymbolPosition: T }
2440
2436
  };
2441
2437
  }
2442
- const Dn = u`
2438
+ const Ar = u`
2443
2439
  :host {
2444
2440
  display: inline;
2445
2441
  }
@@ -2449,10 +2445,10 @@ const Dn = u`
2449
2445
  align-items: flex-end;
2450
2446
  }
2451
2447
  `;
2452
- var Bn = Object.defineProperty, Nn = Object.getOwnPropertyDescriptor, P = (t, e, s, n) => {
2453
- for (var i = n > 1 ? void 0 : n ? Nn(e, s) : e, r = t.length - 1, o; r >= 0; r--)
2454
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
2455
- return n && i && Bn(e, s, i), i;
2448
+ var Dr = Object.defineProperty, Nr = Object.getOwnPropertyDescriptor, P = (t, e, s, r) => {
2449
+ for (var i = r > 1 ? void 0 : r ? Nr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2450
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
2451
+ return r && i && Dr(e, s, i), i;
2456
2452
  };
2457
2453
  let k = class extends g {
2458
2454
  constructor() {
@@ -2467,12 +2463,12 @@ let k = class extends g {
2467
2463
  localeMatcher: "lookup",
2468
2464
  minimumFractionDigits: this.minimumFractionDigits,
2469
2465
  maximumFractionDigits: this.maximumFractionDigits
2470
- }), n = this.amountText || t, i = {
2466
+ }), r = this.amountText || t, i = {
2471
2467
  amount: !0,
2472
2468
  text: !0,
2473
2469
  [`size-${this.amountSize}`]: !0,
2474
2470
  [`weight-${this.amountWeight}`]: !0
2475
- }, r = {
2471
+ }, o = {
2476
2472
  currency: !0,
2477
2473
  left: s === "left",
2478
2474
  right: s === "right",
@@ -2481,9 +2477,9 @@ let k = class extends g {
2481
2477
  [`weight-${this.currencyWeight}`]: !0
2482
2478
  };
2483
2479
  return l`
2484
- ${s === "left" ? l`<span class=${p(r)}>${e}</span>` : c}
2485
- <span class=${p(i)}>${n}</span>
2486
- ${s === "right" ? l`<span class=${p(r)}>${e}</span>` : c}
2480
+ ${s === "left" ? l`<span class=${p(o)}>${e}</span>` : c}
2481
+ <span class=${p(i)}>${r}</span>
2482
+ ${s === "right" ? l`<span class=${p(o)}>${e}</span>` : c}
2487
2483
  `;
2488
2484
  }
2489
2485
  get periodTemplate() {
@@ -2518,7 +2514,7 @@ let k = class extends g {
2518
2514
  `;
2519
2515
  }
2520
2516
  };
2521
- k.styles = [Dn];
2517
+ k.styles = [Ar];
2522
2518
  P([
2523
2519
  a({ type: String })
2524
2520
  ], k.prototype, "locale", 2);
@@ -2576,14 +2572,14 @@ P([
2576
2572
  k = P([
2577
2573
  v("ds-currency")
2578
2574
  ], k);
2579
- const Ln = u`
2575
+ const Br = u`
2580
2576
  :host {
2581
2577
  display: inline-block;
2582
2578
  }
2583
2579
  `;
2584
- var Mn = Object.getOwnPropertyDescriptor, jn = (t, e, s, n) => {
2585
- for (var i = n > 1 ? void 0 : n ? Mn(e, s) : e, r = t.length - 1, o; r >= 0; r--)
2586
- (o = t[r]) && (i = o(i) || i);
2580
+ var Lr = Object.getOwnPropertyDescriptor, Mr = (t, e, s, r) => {
2581
+ for (var i = r > 1 ? void 0 : r ? Lr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2582
+ (n = t[o]) && (i = n(i) || i);
2587
2583
  return i;
2588
2584
  };
2589
2585
  let Cs = class extends g {
@@ -2612,11 +2608,11 @@ let Cs = class extends g {
2612
2608
  `;
2613
2609
  }
2614
2610
  };
2615
- Cs.styles = [Ln];
2616
- Cs = jn([
2611
+ Cs.styles = [Br];
2612
+ Cs = Mr([
2617
2613
  v("ds-dialog-body")
2618
2614
  ], Cs);
2619
- const Fn = u`
2615
+ const jr = u`
2620
2616
  :host {
2621
2617
  display: flex;
2622
2618
  }
@@ -2625,10 +2621,10 @@ const Fn = u`
2625
2621
  width: 100%;
2626
2622
  }
2627
2623
  `;
2628
- var Rn = Object.defineProperty, Un = Object.getOwnPropertyDescriptor, Ti = (t, e, s, n) => {
2629
- for (var i = n > 1 ? void 0 : n ? Un(e, s) : e, r = t.length - 1, o; r >= 0; r--)
2630
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
2631
- return n && i && Rn(e, s, i), i;
2624
+ var Fr = Object.defineProperty, Rr = Object.getOwnPropertyDescriptor, Ti = (t, e, s, r) => {
2625
+ for (var i = r > 1 ? void 0 : r ? Rr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2626
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
2627
+ return r && i && Fr(e, s, i), i;
2632
2628
  };
2633
2629
  let Ze = class extends g {
2634
2630
  constructor() {
@@ -2649,26 +2645,26 @@ let Ze = class extends g {
2649
2645
  `;
2650
2646
  }
2651
2647
  };
2652
- Ze.styles = [Fn];
2648
+ Ze.styles = [jr];
2653
2649
  Ti([
2654
2650
  a({
2655
2651
  type: Boolean,
2656
2652
  attribute: "with-divider",
2657
- converter: f
2653
+ converter: m
2658
2654
  })
2659
2655
  ], Ze.prototype, "withDivider", 2);
2660
2656
  Ze = Ti([
2661
2657
  v("ds-dialog-footer")
2662
2658
  ], Ze);
2663
- const Vn = u`
2659
+ const Ur = u`
2664
2660
  :host {
2665
2661
  display: block;
2666
2662
  }
2667
2663
  `;
2668
- var Hn = Object.defineProperty, Wn = Object.getOwnPropertyDescriptor, cs = (t, e, s, n) => {
2669
- for (var i = n > 1 ? void 0 : n ? Wn(e, s) : e, r = t.length - 1, o; r >= 0; r--)
2670
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
2671
- return n && i && Hn(e, s, i), i;
2664
+ var Vr = Object.defineProperty, Hr = Object.getOwnPropertyDescriptor, cs = (t, e, s, r) => {
2665
+ for (var i = r > 1 ? void 0 : r ? Hr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2666
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
2667
+ return r && i && Vr(e, s, i), i;
2672
2668
  };
2673
2669
  let he = class extends g {
2674
2670
  constructor() {
@@ -2708,7 +2704,7 @@ let he = class extends g {
2708
2704
  `;
2709
2705
  }
2710
2706
  };
2711
- he.styles = [Vn];
2707
+ he.styles = [Ur];
2712
2708
  cs([
2713
2709
  a({ type: String })
2714
2710
  ], he.prototype, "title", 2);
@@ -2728,7 +2724,7 @@ const V = {
2728
2724
  l: u`@media(min-width: ${Mt.l}px)`,
2729
2725
  xl: u`@media(min-width: ${Mt.xl}px)`,
2730
2726
  xxl: u`@media(min-width: ${Mt.xxl}px)`
2731
- }, qn = u`
2727
+ }, Wr = u`
2732
2728
  :host {
2733
2729
  transition: display 0.3s cubic-bezier(0, 0, 0.2, 1) allow-discrete;
2734
2730
  }
@@ -2802,10 +2798,10 @@ const V = {
2802
2798
  }
2803
2799
  }
2804
2800
  `;
2805
- var Kn = Object.defineProperty, Gn = Object.getOwnPropertyDescriptor, $e = (t, e, s, n) => {
2806
- for (var i = n > 1 ? void 0 : n ? Gn(e, s) : e, r = t.length - 1, o; r >= 0; r--)
2807
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
2808
- return n && i && Kn(e, s, i), i;
2801
+ var qr = Object.defineProperty, Kr = Object.getOwnPropertyDescriptor, $e = (t, e, s, r) => {
2802
+ for (var i = r > 1 ? void 0 : r ? Kr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2803
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
2804
+ return r && i && qr(e, s, i), i;
2809
2805
  };
2810
2806
  let Ot = class extends g {
2811
2807
  constructor() {
@@ -2875,9 +2871,9 @@ let Ot = class extends g {
2875
2871
  `;
2876
2872
  }
2877
2873
  };
2878
- Ot.styles = [qn];
2874
+ Ot.styles = [Wr];
2879
2875
  $e([
2880
- a({ type: Boolean, converter: f })
2876
+ a({ type: Boolean, converter: m })
2881
2877
  ], Ot.prototype, "open", 2);
2882
2878
  $e([
2883
2879
  a({ type: String })
@@ -2894,16 +2890,16 @@ $e([
2894
2890
  Ot = $e([
2895
2891
  v("ds-dialog")
2896
2892
  ], Ot);
2897
- const Yn = u`
2893
+ const Gr = u`
2898
2894
  .divider {
2899
2895
  border: none;
2900
2896
  margin: 0;
2901
2897
  }
2902
2898
  `;
2903
- var Xn = Object.defineProperty, Jn = Object.getOwnPropertyDescriptor, hs = (t, e, s, n) => {
2904
- for (var i = n > 1 ? void 0 : n ? Jn(e, s) : e, r = t.length - 1, o; r >= 0; r--)
2905
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
2906
- return n && i && Xn(e, s, i), i;
2899
+ var Yr = Object.defineProperty, Xr = Object.getOwnPropertyDescriptor, hs = (t, e, s, r) => {
2900
+ for (var i = r > 1 ? void 0 : r ? Xr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2901
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
2902
+ return r && i && Yr(e, s, i), i;
2907
2903
  };
2908
2904
  let de = class extends g {
2909
2905
  constructor() {
@@ -2933,7 +2929,7 @@ let de = class extends g {
2933
2929
  `;
2934
2930
  }
2935
2931
  };
2936
- de.styles = [Yn];
2932
+ de.styles = [Gr];
2937
2933
  hs([
2938
2934
  a({ type: String })
2939
2935
  ], de.prototype, "orientation", 2);
@@ -2946,7 +2942,7 @@ hs([
2946
2942
  de = hs([
2947
2943
  v("ds-divider")
2948
2944
  ], de);
2949
- const Zn = u`
2945
+ const Jr = u`
2950
2946
  :host {
2951
2947
  display: inline-flex;
2952
2948
  }
@@ -2961,10 +2957,10 @@ const Zn = u`
2961
2957
  background: transparent;
2962
2958
  }
2963
2959
  `;
2964
- var Qn = Object.defineProperty, tr = Object.getOwnPropertyDescriptor, Yt = (t, e, s, n) => {
2965
- for (var i = n > 1 ? void 0 : n ? tr(e, s) : e, r = t.length - 1, o; r >= 0; r--)
2966
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
2967
- return n && i && Qn(e, s, i), i;
2960
+ var Zr = Object.defineProperty, Qr = Object.getOwnPropertyDescriptor, Yt = (t, e, s, r) => {
2961
+ for (var i = r > 1 ? void 0 : r ? Qr(e, s) : e, o = t.length - 1, n; o >= 0; o--)
2962
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
2963
+ return r && i && Zr(e, s, i), i;
2968
2964
  };
2969
2965
  let bt = class extends g {
2970
2966
  constructor() {
@@ -3019,7 +3015,7 @@ let bt = class extends g {
3019
3015
  `;
3020
3016
  }
3021
3017
  };
3022
- bt.styles = [Zn];
3018
+ bt.styles = [Jr];
3023
3019
  Yt([
3024
3020
  a({ type: String, attribute: "html-tag-name" })
3025
3021
  ], bt.prototype, "htmlTagName", 2);
@@ -3041,7 +3037,7 @@ Yt([
3041
3037
  bt = Yt([
3042
3038
  v("ds-hyperlink")
3043
3039
  ], bt);
3044
- const er = u`
3040
+ const to = u`
3045
3041
  :host {
3046
3042
  display: inline-flex;
3047
3043
  }
@@ -3058,10 +3054,10 @@ const er = u`
3058
3054
  padding: 0;
3059
3055
  }
3060
3056
  `;
3061
- var sr = Object.defineProperty, ir = Object.getOwnPropertyDescriptor, st = (t, e, s, n) => {
3062
- for (var i = n > 1 ? void 0 : n ? ir(e, s) : e, r = t.length - 1, o; r >= 0; r--)
3063
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
3064
- return n && i && sr(e, s, i), i;
3057
+ var eo = Object.defineProperty, so = Object.getOwnPropertyDescriptor, st = (t, e, s, r) => {
3058
+ for (var i = r > 1 ? void 0 : r ? so(e, s) : e, o = t.length - 1, n; o >= 0; o--)
3059
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
3060
+ return r && i && eo(e, s, i), i;
3065
3061
  };
3066
3062
  let H = class extends Dt(g) {
3067
3063
  constructor() {
@@ -3146,7 +3142,7 @@ let H = class extends Dt(g) {
3146
3142
  `;
3147
3143
  }
3148
3144
  };
3149
- H.styles = [er];
3145
+ H.styles = [to];
3150
3146
  st([
3151
3147
  a({ type: String })
3152
3148
  ], H.prototype, "variant", 2);
@@ -3157,7 +3153,7 @@ st([
3157
3153
  a({ type: String, converter: Ue })
3158
3154
  ], H.prototype, "size", 2);
3159
3155
  st([
3160
- a({ type: Boolean, converter: f })
3156
+ a({ type: Boolean, converter: m })
3161
3157
  ], H.prototype, "disabled", 2);
3162
3158
  st([
3163
3159
  a({ type: String, attribute: "icon-name" })
@@ -3185,12 +3181,12 @@ class ie {
3185
3181
  this.icons = {}, this.handleChangeTheme = (e) => {
3186
3182
  this.theme = e;
3187
3183
  const s = Object.keys(this.icons);
3188
- this.icons = {}, s.forEach((n) => this.fetchIcon(n));
3184
+ this.icons = {}, s.forEach((r) => this.fetchIcon(r));
3189
3185
  }, this.fetchIcon = async (e, s = {}) => {
3190
3186
  !this.theme && window.DS_THEME && (this.theme = window.DS_THEME);
3191
- const n = await this.getCachedIcon(e);
3192
- return n || (this.icons[e] = this.loadIcon(e, s), this.icons[e]);
3193
- }, oe.subscribe("theme", this.handleChangeTheme);
3187
+ const r = await this.getCachedIcon(e);
3188
+ return r || (this.icons[e] = this.loadIcon(e, s), this.icons[e]);
3189
+ }, ne.subscribe("theme", this.handleChangeTheme);
3194
3190
  }
3195
3191
  static getInstance() {
3196
3192
  return ie.instance || (ie.instance = new ie()), ie.instance;
@@ -3198,29 +3194,29 @@ class ie {
3198
3194
  getCachedIcon(e) {
3199
3195
  return this.icons[e];
3200
3196
  }
3201
- loadIcon(e, { cache: s = "force-cache", ...n }) {
3197
+ loadIcon(e, { cache: s = "force-cache", ...r }) {
3202
3198
  return this.theme ? fetch(`https://ds-assets.cupra.com/icons/${this.theme}/${e}.svg`, {
3203
3199
  cache: s,
3204
- ...n
3200
+ ...r
3205
3201
  }).then((i) => i.text()).catch((i) => ((i == null ? void 0 : i.name) !== "AbortError" && console.error(`Failed to fetch icon "${e}":`, i), "")) : Promise.resolve('<svg class="ds-icon"></svg>');
3206
3202
  }
3207
3203
  }
3208
3204
  const xs = ie.getInstance();
3209
- var nr = Object.defineProperty, rr = Object.getOwnPropertyDescriptor, Ci = (t) => {
3205
+ var io = Object.defineProperty, ro = Object.getOwnPropertyDescriptor, Ci = (t) => {
3210
3206
  throw TypeError(t);
3211
- }, Xt = (t, e, s, n) => {
3212
- for (var i = n > 1 ? void 0 : n ? rr(e, s) : e, r = t.length - 1, o; r >= 0; r--)
3213
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
3214
- return n && i && nr(e, s, i), i;
3215
- }, ki = (t, e, s) => e.has(t) || Ci("Cannot " + s), li = (t, e, s) => (ki(t, e, "read from private field"), e.get(t)), or = (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), ar = (t, e, s, n) => (ki(t, e, "write to private field"), e.set(t, s), s), Pe;
3207
+ }, Xt = (t, e, s, r) => {
3208
+ for (var i = r > 1 ? void 0 : r ? ro(e, s) : e, o = t.length - 1, n; o >= 0; o--)
3209
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
3210
+ return r && i && io(e, s, i), i;
3211
+ }, ki = (t, e, s) => e.has(t) || Ci("Cannot " + s), li = (t, e, s) => (ki(t, e, "read from private field"), e.get(t)), oo = (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), no = (t, e, s, r) => (ki(t, e, "write to private field"), e.set(t, s), s), Pe;
3216
3212
  let vt = class extends g {
3217
3213
  constructor() {
3218
- super(), this.iconHtml = "", or(this, Pe), this.getIcon = async () => {
3214
+ super(), this.iconHtml = "", oo(this, Pe), this.getIcon = async () => {
3219
3215
  var e, s;
3220
- (e = li(this, Pe)) == null || e.abort(), ar(this, Pe, new AbortController());
3216
+ (e = li(this, Pe)) == null || e.abort(), no(this, Pe, new AbortController());
3221
3217
  const t = li(this, Pe).signal;
3222
3218
  this.iconHtml = await ((s = xs.fetchIcon) == null ? void 0 : s.call(xs, this.iconName, { signal: t }));
3223
- }, oe.subscribe("theme", this.getIcon);
3219
+ }, ne.subscribe("theme", this.getIcon);
3224
3220
  }
3225
3221
  async updated(t) {
3226
3222
  super.updated(t), (t.has("iconName") || !this.iconHtml) && await this.getIcon();
@@ -3259,7 +3255,7 @@ let vt = class extends g {
3259
3255
  render() {
3260
3256
  return l`
3261
3257
  ${this.styleTokens}
3262
- ${this.iconHtml ? rs(this.iconHtml) : l`<svg class="ds-icon"></svg>`}
3258
+ ${this.iconHtml ? os(this.iconHtml) : l`<svg class="ds-icon"></svg>`}
3263
3259
  `;
3264
3260
  }
3265
3261
  };
@@ -3291,16 +3287,16 @@ Xt([
3291
3287
  vt = Xt([
3292
3288
  v("ds-icon")
3293
3289
  ], vt);
3294
- var lr = Object.defineProperty, Rs = (t, e, s, n) => {
3295
- for (var i = void 0, r = t.length - 1, o; r >= 0; r--)
3296
- (o = t[r]) && (i = o(e, s, i) || i);
3297
- return i && lr(e, s, i), i;
3290
+ var ao = Object.defineProperty, Rs = (t, e, s, r) => {
3291
+ for (var i = void 0, o = t.length - 1, n; o >= 0; o--)
3292
+ (n = t[o]) && (i = n(e, s, i) || i);
3293
+ return i && ao(e, s, i), i;
3298
3294
  };
3299
3295
  class He extends ut {
3300
3296
  constructor() {
3301
3297
  super(), this.handleChangeTheme = (e) => {
3302
3298
  this.pubSubTheme = e;
3303
- }, this.pubSubTheme = oe.subscribe("theme", this.handleChangeTheme);
3299
+ }, this.pubSubTheme = ne.subscribe("theme", this.handleChangeTheme);
3304
3300
  }
3305
3301
  connectedCallback() {
3306
3302
  super.connectedCallback(), this.applyTheme();
@@ -3309,11 +3305,11 @@ class He extends ut {
3309
3305
  super.updated(e), (e.has("contextTheme") || e.has("pubSubTheme")) && (this.theme = this.contextTheme ?? this.pubSubTheme, this.applyTheme());
3310
3306
  }
3311
3307
  applyTheme() {
3312
- var r;
3313
- const e = this.constructor, s = (r = e.themesStyles) == null ? void 0 : r[this.theme], n = Array.isArray(s) ? s : [s];
3314
- if (!(n != null && n.length)) return;
3308
+ var o;
3309
+ const e = this.constructor, s = (o = e.themesStyles) == null ? void 0 : o[this.theme], r = Array.isArray(s) ? s : [s];
3310
+ if (!(r != null && r.length)) return;
3315
3311
  const i = Array.isArray(e.styles) ? e.styles : [e.styles];
3316
- Is(this.shadowRoot, [...i, ...n].filter(Boolean));
3312
+ Is(this.shadowRoot, [...i, ...r].filter(Boolean));
3317
3313
  }
3318
3314
  }
3319
3315
  Rs([
@@ -3326,7 +3322,7 @@ Rs([
3326
3322
  Rs([
3327
3323
  y()
3328
3324
  ], He.prototype, "theme");
3329
- const cr = u`
3325
+ const lo = u`
3330
3326
  :host {
3331
3327
  display: block;
3332
3328
  width: 100%;
@@ -3349,7 +3345,7 @@ const cr = u`
3349
3345
  font-size 0.2s;
3350
3346
  white-space: nowrap;
3351
3347
  }
3352
- `, hr = u`
3348
+ `, co = u`
3353
3349
  .container {
3354
3350
  position: relative;
3355
3351
  }
@@ -3380,7 +3376,7 @@ const cr = u`
3380
3376
  .input-field:focus {
3381
3377
  outline: none;
3382
3378
  }
3383
- `, dr = u`
3379
+ `, ho = u`
3384
3380
  .container {
3385
3381
  padding: 16px 0 0 0;
3386
3382
  }
@@ -3496,11 +3492,11 @@ const cr = u`
3496
3492
  .disabled.dark .icon {
3497
3493
  --ds-icon-color: var(--ds-color-dark-grey);
3498
3494
  }
3499
- `, ur = [dr];
3500
- var pr = Object.defineProperty, it = (t, e, s, n) => {
3501
- for (var i = void 0, r = t.length - 1, o; r >= 0; r--)
3502
- (o = t[r]) && (i = o(e, s, i) || i);
3503
- return i && pr(e, s, i), i;
3495
+ `, uo = [ho];
3496
+ var po = Object.defineProperty, it = (t, e, s, r) => {
3497
+ for (var i = void 0, o = t.length - 1, n; o >= 0; o--)
3498
+ (n = t[o]) && (i = n(e, s, i) || i);
3499
+ return i && po(e, s, i), i;
3504
3500
  };
3505
3501
  const es = class es extends ls(He) {
3506
3502
  constructor() {
@@ -3556,8 +3552,8 @@ const es = class es extends ls(He) {
3556
3552
  `;
3557
3553
  }
3558
3554
  };
3559
- es.styles = [cr, hr], es.themesStyles = {
3560
- cupra: ur
3555
+ es.styles = [lo, co], es.themesStyles = {
3556
+ cupra: uo
3561
3557
  };
3562
3558
  let L = es;
3563
3559
  it([
@@ -3573,10 +3569,10 @@ it([
3573
3569
  a({ type: String, attribute: "error-text" })
3574
3570
  ], L.prototype, "errorText");
3575
3571
  it([
3576
- a({ type: Boolean, converter: f })
3572
+ a({ type: Boolean, converter: m })
3577
3573
  ], L.prototype, "disabled");
3578
3574
  it([
3579
- a({ type: Boolean, converter: f })
3575
+ a({ type: Boolean, converter: m })
3580
3576
  ], L.prototype, "success");
3581
3577
  it([
3582
3578
  a({ type: String, reflect: !0 })
@@ -3593,10 +3589,10 @@ it([
3593
3589
  it([
3594
3590
  ct(".input-field")
3595
3591
  ], L.prototype, "inputField");
3596
- var mr = Object.defineProperty, fr = Object.getOwnPropertyDescriptor, wt = (t, e, s, n) => {
3597
- for (var i = n > 1 ? void 0 : n ? fr(e, s) : e, r = t.length - 1, o; r >= 0; r--)
3598
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
3599
- return n && i && mr(e, s, i), i;
3592
+ var mo = Object.defineProperty, fo = Object.getOwnPropertyDescriptor, wt = (t, e, s, r) => {
3593
+ for (var i = r > 1 ? void 0 : r ? fo(e, s) : e, o = t.length - 1, n; o >= 0; o--)
3594
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
3595
+ return r && i && mo(e, s, i), i;
3600
3596
  };
3601
3597
  let at = class extends L {
3602
3598
  constructor() {
@@ -3720,7 +3716,7 @@ wt([
3720
3716
  at = wt([
3721
3717
  v("ds-input", { skipTagAsComponentName: !0 })
3722
3718
  ], at);
3723
- const br = u`
3719
+ const bo = u`
3724
3720
  :host {
3725
3721
  display: inline-flex;
3726
3722
  }
@@ -3737,10 +3733,10 @@ const br = u`
3737
3733
  cursor: pointer;
3738
3734
  }
3739
3735
  `;
3740
- var vr = Object.defineProperty, yr = Object.getOwnPropertyDescriptor, nt = (t, e, s, n) => {
3741
- for (var i = n > 1 ? void 0 : n ? yr(e, s) : e, r = t.length - 1, o; r >= 0; r--)
3742
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
3743
- return n && i && vr(e, s, i), i;
3736
+ var vo = Object.defineProperty, yo = Object.getOwnPropertyDescriptor, rt = (t, e, s, r) => {
3737
+ for (var i = r > 1 ? void 0 : r ? yo(e, s) : e, o = t.length - 1, n; o >= 0; o--)
3738
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
3739
+ return r && i && vo(e, s, i), i;
3744
3740
  };
3745
3741
  let W = class extends g {
3746
3742
  constructor() {
@@ -3809,41 +3805,41 @@ let W = class extends g {
3809
3805
  `;
3810
3806
  }
3811
3807
  };
3812
- W.styles = [br];
3813
- nt([
3808
+ W.styles = [bo];
3809
+ rt([
3814
3810
  a({ type: String, reflect: !0 })
3815
3811
  ], W.prototype, "mode", 2);
3816
- nt([
3812
+ rt([
3817
3813
  a({ type: String })
3818
3814
  ], W.prototype, "size", 2);
3819
- nt([
3820
- a({ type: Boolean, converter: f })
3815
+ rt([
3816
+ a({ type: Boolean, converter: m })
3821
3817
  ], W.prototype, "underline", 2);
3822
- nt([
3823
- a({ type: Boolean, converter: f })
3818
+ rt([
3819
+ a({ type: Boolean, converter: m })
3824
3820
  ], W.prototype, "disabled", 2);
3825
- nt([
3821
+ rt([
3826
3822
  a({ type: String, attribute: "html-tag-name" })
3827
3823
  ], W.prototype, "htmlTagName", 2);
3828
- nt([
3824
+ rt([
3829
3825
  a({ type: String, reflect: !0 })
3830
3826
  ], W.prototype, "href", 2);
3831
- nt([
3827
+ rt([
3832
3828
  a({ type: String, reflect: !0 })
3833
3829
  ], W.prototype, "rel", 2);
3834
- nt([
3830
+ rt([
3835
3831
  a({ type: String, reflect: !0 })
3836
3832
  ], W.prototype, "target", 2);
3837
- nt([
3833
+ rt([
3838
3834
  a({ type: String, attribute: "icon-name" })
3839
3835
  ], W.prototype, "iconName", 2);
3840
- nt([
3836
+ rt([
3841
3837
  a({ type: String, attribute: "icon-position" })
3842
3838
  ], W.prototype, "iconPosition", 2);
3843
- W = nt([
3839
+ W = rt([
3844
3840
  v("ds-link-button")
3845
3841
  ], W);
3846
- const gr = u`
3842
+ const go = u`
3847
3843
  .track {
3848
3844
  width: 100%;
3849
3845
  position: relative;
@@ -3857,7 +3853,7 @@ const gr = u`
3857
3853
  height: 100%;
3858
3854
  display: block;
3859
3855
  }
3860
- `, $r = u`
3856
+ `, $o = u`
3861
3857
  .track.large {
3862
3858
  height: 4px;
3863
3859
  }
@@ -3876,7 +3872,7 @@ const gr = u`
3876
3872
  .dark .fill {
3877
3873
  background-color: var(--ds-color-white);
3878
3874
  }
3879
- `, xr = [$r], wr = u`
3875
+ `, xo = [$o], wo = u`
3880
3876
  .track.large {
3881
3877
  height: 4px;
3882
3878
  }
@@ -3895,11 +3891,11 @@ const gr = u`
3895
3891
  .dark .fill {
3896
3892
  background-color: var(--ds-color-white);
3897
3893
  }
3898
- `, Sr = [wr], _r = u``, Tr = [_r];
3899
- var Cr = Object.defineProperty, Us = (t, e, s, n) => {
3900
- for (var i = void 0, r = t.length - 1, o; r >= 0; r--)
3901
- (o = t[r]) && (i = o(e, s, i) || i);
3902
- return i && Cr(e, s, i), i;
3894
+ `, So = [wo], _o = u``, To = [_o];
3895
+ var Co = Object.defineProperty, Us = (t, e, s, r) => {
3896
+ for (var i = void 0, o = t.length - 1, n; o >= 0; o--)
3897
+ (n = t[o]) && (i = n(e, s, i) || i);
3898
+ return i && Co(e, s, i), i;
3903
3899
  };
3904
3900
  const ss = class ss extends He {
3905
3901
  constructor() {
@@ -3930,14 +3926,14 @@ const ss = class ss extends He {
3930
3926
  `;
3931
3927
  }
3932
3928
  };
3933
- ss.styles = [gr], ss.themesStyles = {
3934
- cupra: Sr,
3935
- "cupra-diagonal": xr,
3936
- seat: Tr
3929
+ ss.styles = [go], ss.themesStyles = {
3930
+ cupra: So,
3931
+ "cupra-diagonal": xo,
3932
+ seat: To
3937
3933
  };
3938
3934
  let Ut = ss;
3939
3935
  Us([
3940
- a({ type: Boolean, converter: f })
3936
+ a({ type: Boolean, converter: m })
3941
3937
  ], Ut.prototype, "show");
3942
3938
  Us([
3943
3939
  a({ type: String, reflect: !0 })
@@ -3945,7 +3941,7 @@ Us([
3945
3941
  Us([
3946
3942
  a({ type: String })
3947
3943
  ], Ut.prototype, "size");
3948
- const kr = u`
3944
+ const ko = u`
3949
3945
  .fill {
3950
3946
  width: 33%;
3951
3947
  transform: translateX(-100%);
@@ -3961,25 +3957,25 @@ const kr = u`
3961
3957
  }
3962
3958
  }
3963
3959
  `;
3964
- var Er = Object.getOwnPropertyDescriptor, Or = Object.getPrototypeOf, Pr = Reflect.get, zr = (t, e, s, n) => {
3965
- for (var i = n > 1 ? void 0 : n ? Er(e, s) : e, r = t.length - 1, o; r >= 0; r--)
3966
- (o = t[r]) && (i = o(i) || i);
3960
+ var Eo = Object.getOwnPropertyDescriptor, Oo = Object.getPrototypeOf, Po = Reflect.get, zo = (t, e, s, r) => {
3961
+ for (var i = r > 1 ? void 0 : r ? Eo(e, s) : e, o = t.length - 1, n; o >= 0; o--)
3962
+ (n = t[o]) && (i = n(i) || i);
3967
3963
  return i;
3968
- }, Ir = (t, e, s) => Pr(Or(t), s, e);
3964
+ }, Io = (t, e, s) => Po(Oo(t), s, e);
3969
3965
  let Ae = class extends Ut {
3970
3966
  render() {
3971
3967
  return this.show ? this.barTemplate : c;
3972
3968
  }
3973
3969
  };
3974
- Ae.styles = [...Ir(Ae, Ae, "styles"), kr];
3975
- Ae = zr([
3970
+ Ae.styles = [...Io(Ae, Ae, "styles"), ko];
3971
+ Ae = zo([
3976
3972
  v("ds-loader-bar", { skipTagAsComponentName: !0 })
3977
3973
  ], Ae);
3978
3974
  function Jt(t, ...e) {
3979
- const n = String.raw({ raw: t }, ...e).replace(/(--private-[\w-]+)(?=\s*[):,])/g, "$1-v0-2-0-canary-0"), i = vi(n);
3975
+ const r = String.raw({ raw: t }, ...e).replace(/(--private-[\w-]+)(?=\s*[):,])/g, "$1-v1-0-0-canary-2"), i = vi(r);
3980
3976
  return u`${i}`;
3981
3977
  }
3982
- const Ar = Jt`
3978
+ const Ao = Jt`
3983
3979
  .container {
3984
3980
  display: inline-flex;
3985
3981
  justify-content: center;
@@ -4010,10 +4006,10 @@ const Ar = Jt`
4010
4006
  100% { opacity: 1 }
4011
4007
  }
4012
4008
  `;
4013
- var Dr = Object.defineProperty, Br = Object.getOwnPropertyDescriptor, ds = (t, e, s, n) => {
4014
- for (var i = n > 1 ? void 0 : n ? Br(e, s) : e, r = t.length - 1, o; r >= 0; r--)
4015
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
4016
- return n && i && Dr(e, s, i), i;
4009
+ var Do = Object.defineProperty, No = Object.getOwnPropertyDescriptor, ds = (t, e, s, r) => {
4010
+ for (var i = r > 1 ? void 0 : r ? No(e, s) : e, o = t.length - 1, n; o >= 0; o--)
4011
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
4012
+ return r && i && Do(e, s, i), i;
4017
4013
  };
4018
4014
  let ue = class extends g {
4019
4015
  constructor() {
@@ -4046,9 +4042,9 @@ let ue = class extends g {
4046
4042
  ` : c;
4047
4043
  }
4048
4044
  };
4049
- ue.styles = [Ar];
4045
+ ue.styles = [Ao];
4050
4046
  ds([
4051
- a({ type: Boolean, converter: f })
4047
+ a({ type: Boolean, converter: m })
4052
4048
  ], ue.prototype, "show", 2);
4053
4049
  ds([
4054
4050
  a({ type: String, reflect: !0 })
@@ -4059,7 +4055,7 @@ ds([
4059
4055
  ue = ds([
4060
4056
  v("ds-loader-dots")
4061
4057
  ], ue);
4062
- const Nr = u`
4058
+ const Bo = u`
4063
4059
  .backdrop {
4064
4060
  display: flex;
4065
4061
  position: fixed;
@@ -4119,10 +4115,10 @@ const Nr = u`
4119
4115
  z-index: 0;
4120
4116
  }
4121
4117
  `;
4122
- var Lr = Object.defineProperty, Mr = Object.getOwnPropertyDescriptor, We = (t, e, s, n) => {
4123
- for (var i = n > 1 ? void 0 : n ? Mr(e, s) : e, r = t.length - 1, o; r >= 0; r--)
4124
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
4125
- return n && i && Lr(e, s, i), i;
4118
+ var Lo = Object.defineProperty, Mo = Object.getOwnPropertyDescriptor, We = (t, e, s, r) => {
4119
+ for (var i = r > 1 ? void 0 : r ? Mo(e, s) : e, o = t.length - 1, n; o >= 0; o--)
4120
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
4121
+ return r && i && Lo(e, s, i), i;
4126
4122
  };
4127
4123
  let Vt = class extends g {
4128
4124
  constructor() {
@@ -4157,9 +4153,9 @@ let Vt = class extends g {
4157
4153
  ` : c;
4158
4154
  }
4159
4155
  };
4160
- Vt.styles = [Nr];
4156
+ Vt.styles = [Bo];
4161
4157
  We([
4162
- a({ type: Boolean, converter: f })
4158
+ a({ type: Boolean, converter: m })
4163
4159
  ], Vt.prototype, "show", 2);
4164
4160
  We([
4165
4161
  a({ type: Number, attribute: "z-index" })
@@ -4173,7 +4169,7 @@ We([
4173
4169
  Vt = We([
4174
4170
  v("ds-loader-logo")
4175
4171
  ], Vt);
4176
- const jr = u`
4172
+ const jo = u`
4177
4173
  :host {
4178
4174
  display: contents;
4179
4175
  }
@@ -4190,7 +4186,7 @@ const jr = u`
4190
4186
  .container.default ::slotted([slot='text']) {
4191
4187
  display: none;
4192
4188
  }
4193
- `, Fr = u`
4189
+ `, Fo = u`
4194
4190
  .spinner {
4195
4191
  width: 24px;
4196
4192
  height: 24px;
@@ -4221,11 +4217,11 @@ const jr = u`
4221
4217
  transform: rotate(360deg);
4222
4218
  }
4223
4219
  }
4224
- `, Rr = [jr, Fr];
4225
- var Ur = Object.defineProperty, Vr = Object.getOwnPropertyDescriptor, us = (t, e, s, n) => {
4226
- for (var i = n > 1 ? void 0 : n ? Vr(e, s) : e, r = t.length - 1, o; r >= 0; r--)
4227
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
4228
- return n && i && Ur(e, s, i), i;
4220
+ `, Ro = [jo, Fo];
4221
+ var Uo = Object.defineProperty, Vo = Object.getOwnPropertyDescriptor, us = (t, e, s, r) => {
4222
+ for (var i = r > 1 ? void 0 : r ? Vo(e, s) : e, o = t.length - 1, n; o >= 0; o--)
4223
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
4224
+ return r && i && Uo(e, s, i), i;
4229
4225
  };
4230
4226
  let pe = class extends g {
4231
4227
  constructor() {
@@ -4250,9 +4246,9 @@ let pe = class extends g {
4250
4246
  ` : c;
4251
4247
  }
4252
4248
  };
4253
- pe.styles = Rr;
4249
+ pe.styles = Ro;
4254
4250
  us([
4255
- a({ type: Boolean, converter: f })
4251
+ a({ type: Boolean, converter: m })
4256
4252
  ], pe.prototype, "show", 2);
4257
4253
  us([
4258
4254
  a({ type: String, reflect: !0 })
@@ -4263,20 +4259,20 @@ us([
4263
4259
  pe = us([
4264
4260
  v("ds-loader-spinner")
4265
4261
  ], pe);
4266
- const Hr = u`
4262
+ const Ho = u`
4267
4263
  :host {
4268
4264
  display: contents;
4269
4265
  }
4270
- `, Wr = u`
4266
+ `, Wo = u`
4271
4267
  .container {
4272
4268
  display: grid;
4273
4269
  grid-template-columns: auto auto;
4274
4270
  }
4275
4271
  `;
4276
- var qr = Object.defineProperty, Kr = Object.getOwnPropertyDescriptor, Vs = (t, e, s, n) => {
4277
- for (var i = n > 1 ? void 0 : n ? Kr(e, s) : e, r = t.length - 1, o; r >= 0; r--)
4278
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
4279
- return n && i && qr(e, s, i), i;
4272
+ var qo = Object.defineProperty, Ko = Object.getOwnPropertyDescriptor, Vs = (t, e, s, r) => {
4273
+ for (var i = r > 1 ? void 0 : r ? Ko(e, s) : e, o = t.length - 1, n; o >= 0; o--)
4274
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
4275
+ return r && i && qo(e, s, i), i;
4280
4276
  };
4281
4277
  let Le = class extends g {
4282
4278
  constructor() {
@@ -4320,7 +4316,7 @@ let Le = class extends g {
4320
4316
  `;
4321
4317
  }
4322
4318
  };
4323
- Le.styles = [Hr, Wr];
4319
+ Le.styles = [Ho, Wo];
4324
4320
  Vs([
4325
4321
  a({ type: String })
4326
4322
  ], Le.prototype, "size", 2);
@@ -4330,7 +4326,7 @@ Vs([
4330
4326
  Le = Vs([
4331
4327
  v("ds-logo")
4332
4328
  ], Le);
4333
- const Gr = u`
4329
+ const Go = u`
4334
4330
  :host {
4335
4331
  display: inline-block;
4336
4332
  }
@@ -4366,10 +4362,10 @@ const Gr = u`
4366
4362
  color: var(--dg-color-text-strong);
4367
4363
  }
4368
4364
  `;
4369
- var Yr = Object.defineProperty, Xr = Object.getOwnPropertyDescriptor, Bt = (t, e, s, n) => {
4370
- for (var i = n > 1 ? void 0 : n ? Xr(e, s) : e, r = t.length - 1, o; r >= 0; r--)
4371
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
4372
- return n && i && Yr(e, s, i), i;
4365
+ var Yo = Object.defineProperty, Xo = Object.getOwnPropertyDescriptor, Nt = (t, e, s, r) => {
4366
+ for (var i = r > 1 ? void 0 : r ? Xo(e, s) : e, o = t.length - 1, n; o >= 0; o--)
4367
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
4368
+ return r && i && Yo(e, s, i), i;
4373
4369
  };
4374
4370
  let lt = class extends g {
4375
4371
  constructor() {
@@ -4445,32 +4441,32 @@ let lt = class extends g {
4445
4441
  `;
4446
4442
  }
4447
4443
  };
4448
- lt.styles = [Gr];
4449
- Bt([
4444
+ lt.styles = [Go];
4445
+ Nt([
4450
4446
  a({ type: Number, attribute: "width" })
4451
4447
  ], lt.prototype, "width", 2);
4452
- Bt([
4448
+ Nt([
4453
4449
  a({ type: Number, attribute: "height" })
4454
4450
  ], lt.prototype, "height", 2);
4455
- Bt([
4456
- a({ type: Boolean, converter: f, reflect: !0 })
4451
+ Nt([
4452
+ a({ type: Boolean, converter: m, reflect: !0 })
4457
4453
  ], lt.prototype, "checked", 2);
4458
- Bt([
4454
+ Nt([
4459
4455
  a({ type: String, attribute: "icon-name" })
4460
4456
  ], lt.prototype, "iconName", 2);
4461
- Bt([
4457
+ Nt([
4462
4458
  a({ type: Number, attribute: "icon-size" })
4463
4459
  ], lt.prototype, "iconSize", 2);
4464
- Bt([
4460
+ Nt([
4465
4461
  a({ type: Number, attribute: "icon-top" })
4466
4462
  ], lt.prototype, "iconTop", 2);
4467
- Bt([
4463
+ Nt([
4468
4464
  a({ type: Number, attribute: "cluster-count" })
4469
4465
  ], lt.prototype, "clusterCount", 2);
4470
- lt = Bt([
4466
+ lt = Nt([
4471
4467
  v("ds-map-pin")
4472
4468
  ], lt);
4473
- const Jr = u`
4469
+ const Jo = u`
4474
4470
  :host {
4475
4471
  transition: display 300ms ease allow-discrete;
4476
4472
  }
@@ -4606,7 +4602,7 @@ const Jr = u`
4606
4602
  '. cancelButton confirmButton';
4607
4603
  }
4608
4604
  }
4609
- `, Zr = u`
4605
+ `, Zo = u`
4610
4606
  .container.full-screen {
4611
4607
  position: fixed;
4612
4608
  height: 100%;
@@ -4623,7 +4619,7 @@ const Jr = u`
4623
4619
  .icon {
4624
4620
  margin-bottom: 32px;
4625
4621
  }
4626
- `, Qr = u`
4622
+ `, Qo = u`
4627
4623
  .container.dialog {
4628
4624
  position: fixed;
4629
4625
  height: auto;
@@ -4657,11 +4653,11 @@ const Jr = u`
4657
4653
  padding: 48px;
4658
4654
  }
4659
4655
  }
4660
- `, to = u`
4656
+ `, tn = u`
4661
4657
  .container.fit {
4662
4658
  position: absolute;
4663
4659
  }
4664
- `, eo = u`
4660
+ `, en = u`
4665
4661
  .container.full-screen.v-align-default {
4666
4662
  justify-content: flex-start;
4667
4663
  padding-top: 24px;
@@ -4747,10 +4743,10 @@ const Jr = u`
4747
4743
  margin-bottom: 24px;
4748
4744
  }
4749
4745
  `;
4750
- var so = Object.defineProperty, io = Object.getOwnPropertyDescriptor, rt = (t, e, s, n) => {
4751
- for (var i = n > 1 ? void 0 : n ? io(e, s) : e, r = t.length - 1, o; r >= 0; r--)
4752
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
4753
- return n && i && so(e, s, i), i;
4746
+ var sn = Object.defineProperty, rn = Object.getOwnPropertyDescriptor, ot = (t, e, s, r) => {
4747
+ for (var i = r > 1 ? void 0 : r ? rn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
4748
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
4749
+ return r && i && sn(e, s, i), i;
4754
4750
  };
4755
4751
  let q = class extends Dt(g) {
4756
4752
  constructor() {
@@ -4903,50 +4899,50 @@ let q = class extends Dt(g) {
4903
4899
  ));
4904
4900
  }
4905
4901
  };
4906
- q.styles = [Zr, Qr, to, Jr, eo];
4907
- rt([
4908
- a({ type: Boolean, reflect: !0, converter: f })
4902
+ q.styles = [Zo, Qo, tn, Jo, en];
4903
+ ot([
4904
+ a({ type: Boolean, reflect: !0, converter: m })
4909
4905
  ], q.prototype, "open", 2);
4910
- rt([
4906
+ ot([
4911
4907
  a({
4912
4908
  type: Boolean,
4913
4909
  attribute: "with-close-button",
4914
- converter: f
4910
+ converter: m
4915
4911
  })
4916
4912
  ], q.prototype, "withCloseButton", 2);
4917
- rt([
4913
+ ot([
4918
4914
  a({ type: String, attribute: "cancel-button-text" })
4919
4915
  ], q.prototype, "cancelButtonText", 2);
4920
- rt([
4916
+ ot([
4921
4917
  a({ type: String, attribute: "confirm-button-text" })
4922
4918
  ], q.prototype, "confirmButtonText", 2);
4923
- rt([
4919
+ ot([
4924
4920
  a({ type: String })
4925
4921
  ], q.prototype, "variant", 2);
4926
- rt([
4922
+ ot([
4927
4923
  a({ type: Number, attribute: "z-index" })
4928
4924
  ], q.prototype, "zIndex", 2);
4929
- rt([
4925
+ ot([
4930
4926
  a({
4931
4927
  type: Boolean,
4932
- converter: f,
4928
+ converter: m,
4933
4929
  attribute: "disable-scroll-lock"
4934
4930
  })
4935
4931
  ], q.prototype, "disableScrollLock", 2);
4936
- rt([
4932
+ ot([
4937
4933
  a({ type: String, attribute: "icon-name" })
4938
4934
  ], q.prototype, "iconName", 2);
4939
- rt([
4935
+ ot([
4940
4936
  a({
4941
4937
  type: Boolean,
4942
- converter: f,
4938
+ converter: m,
4943
4939
  attribute: "full-width"
4944
4940
  })
4945
4941
  ], q.prototype, "fullWidth", 2);
4946
- rt([
4942
+ ot([
4947
4943
  a({ type: String, attribute: "v-align" })
4948
4944
  ], q.prototype, "vAlign", 2);
4949
- q = rt([
4945
+ q = ot([
4950
4946
  v("ds-modal")
4951
4947
  ], q);
4952
4948
  const Hs = (t) => class extends t {
@@ -4959,8 +4955,8 @@ const Hs = (t) => class extends t {
4959
4955
  filled: !1,
4960
4956
  disabled: !1
4961
4957
  }, this.keyboardMode = !1, this._updateStates = () => {
4962
- var e, s, n, i, r;
4963
- 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 = (n = this.nativeInput) == null ? void 0 : n.disabled, this.inputStates.filled = ((r = (i = this.nativeInput) == null ? void 0 : i.value) == null ? void 0 : r.length) > 0, this.requestUpdate();
4958
+ var e, s, r, i, o;
4959
+ 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();
4964
4960
  }, this._handleKeydown = () => {
4965
4961
  this.keyboardMode = !0;
4966
4962
  }, this._handleMousedown = () => {
@@ -4978,9 +4974,9 @@ const Hs = (t) => class extends t {
4978
4974
  firstUpdated(e) {
4979
4975
  super.firstUpdated(e), window == null || window.addEventListener("keydown", this._handleKeydown), window == null || window.addEventListener("mousedown", this._handleMousedown), window == null || window.addEventListener("pointerdown", this._handlePointerdown);
4980
4976
  const s = () => {
4981
- var i, r, o;
4982
- const n = this.querySelector("input") || this.querySelector("textarea") || ((i = this.shadowRoot) == null ? void 0 : i.querySelector("input")) || ((r = this.shadowRoot) == null ? void 0 : r.querySelector("textarea"));
4983
- n && (this.nativeInput = n, this._setupInputObservers(), this.onInputReady(n), (o = this.hostMutationObserver) == null || o.disconnect());
4977
+ var i, o, n;
4978
+ 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"));
4979
+ r && (this.nativeInput = r, this._setupInputObservers(), this.onInputReady(r), (n = this.hostMutationObserver) == null || n.disconnect());
4984
4980
  };
4985
4981
  s(), this.hostMutationObserver = new MutationObserver(s), this.hostMutationObserver.observe(this, { childList: !0, subtree: !0, attributes: !0 });
4986
4982
  }
@@ -4995,15 +4991,15 @@ const Hs = (t) => class extends t {
4995
4991
  function Ws(t) {
4996
4992
  return !t || typeof t != "string" && typeof t != "number" ? !1 : (typeof t == "string" ? Number(t) : t) > 0;
4997
4993
  }
4998
- const no = u`
4994
+ const on = u`
4999
4995
  :host {
5000
4996
  display: contents;
5001
4997
  }
5002
4998
  `;
5003
- var ro = Object.defineProperty, oo = Object.getOwnPropertyDescriptor, xe = (t, e, s, n) => {
5004
- for (var i = n > 1 ? void 0 : n ? oo(e, s) : e, r = t.length - 1, o; r >= 0; r--)
5005
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
5006
- return n && i && ro(e, s, i), i;
4999
+ var nn = Object.defineProperty, an = Object.getOwnPropertyDescriptor, xe = (t, e, s, r) => {
5000
+ for (var i = r > 1 ? void 0 : r ? an(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5001
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5002
+ return r && i && nn(e, s, i), i;
5007
5003
  };
5008
5004
  let yt = class extends Hs(g) {
5009
5005
  constructor() {
@@ -5054,9 +5050,9 @@ let yt = class extends Hs(g) {
5054
5050
  }) : c;
5055
5051
  }
5056
5052
  get lengthTemplate() {
5057
- var e, s, n;
5053
+ var e, s, r;
5058
5054
  const t = (s = (e = this.nativeInput) == null ? void 0 : e.maxLength) == null ? void 0 : s.toString();
5059
- return Ws(t) ? l`<span class="char-counter">${((n = this.inputStates.currentValue) == null ? void 0 : n.length) || 0}/${t}</span>` : c;
5055
+ return Ws(t) ? l`<span class="char-counter">${((r = this.inputStates.currentValue) == null ? void 0 : r.length) || 0}/${t}</span>` : c;
5060
5056
  }
5061
5057
  get helperTextTemplate() {
5062
5058
  return this.forcedError || this.inputStates.invalid && this.invalidError ? c : l`<span class="support-text helper-text">${this.helperText}</span>`;
@@ -5068,7 +5064,7 @@ let yt = class extends Hs(g) {
5068
5064
  return this.forcedError || !this.inputStates.invalid || !this.invalidError ? c : l`<span class="support-text error-text invalid-error">${this.invalidError}</span>`;
5069
5065
  }
5070
5066
  };
5071
- yt.styles = [no];
5067
+ yt.styles = [on];
5072
5068
  xe([
5073
5069
  a({ type: String })
5074
5070
  ], yt.prototype, "size", 2);
@@ -5087,10 +5083,10 @@ xe([
5087
5083
  yt = xe([
5088
5084
  v("ds-text-input")
5089
5085
  ], yt);
5090
- var ao = Object.defineProperty, lo = Object.getOwnPropertyDescriptor, ps = (t, e, s, n) => {
5091
- for (var i = n > 1 ? void 0 : n ? lo(e, s) : e, r = t.length - 1, o; r >= 0; r--)
5092
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
5093
- return n && i && ao(e, s, i), i;
5086
+ var ln = Object.defineProperty, cn = Object.getOwnPropertyDescriptor, ps = (t, e, s, r) => {
5087
+ for (var i = r > 1 ? void 0 : r ? cn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5088
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5089
+ return r && i && ln(e, s, i), i;
5094
5090
  };
5095
5091
  let Me = class extends yt {
5096
5092
  constructor() {
@@ -5123,15 +5119,15 @@ ps([
5123
5119
  Me = ps([
5124
5120
  v("ds-password-input", { extendComponentNames: ["ds-text-input"] })
5125
5121
  ], Me);
5126
- const co = u`
5122
+ const hn = u`
5127
5123
  :host {
5128
5124
  display: contents;
5129
5125
  }
5130
5126
  `;
5131
- var ho = Object.defineProperty, uo = Object.getOwnPropertyDescriptor, qe = (t, e, s, n) => {
5132
- for (var i = n > 1 ? void 0 : n ? uo(e, s) : e, r = t.length - 1, o; r >= 0; r--)
5133
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
5134
- return n && i && ho(e, s, i), i;
5127
+ var dn = Object.defineProperty, un = Object.getOwnPropertyDescriptor, qe = (t, e, s, r) => {
5128
+ for (var i = r > 1 ? void 0 : r ? un(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 && dn(e, s, i), i;
5135
5131
  };
5136
5132
  let Ht = class extends Dt(g) {
5137
5133
  constructor() {
@@ -5187,7 +5183,7 @@ let Ht = class extends Dt(g) {
5187
5183
  `;
5188
5184
  }
5189
5185
  };
5190
- Ht.styles = [co];
5186
+ Ht.styles = [hn];
5191
5187
  qe([
5192
5188
  a({ type: String })
5193
5189
  ], Ht.prototype, "variant", 2);
@@ -5195,18 +5191,18 @@ qe([
5195
5191
  a({ type: String, converter: Ue })
5196
5192
  ], Ht.prototype, "size", 2);
5197
5193
  qe([
5198
- a({ type: Boolean, converter: f })
5194
+ a({ type: Boolean, converter: m })
5199
5195
  ], Ht.prototype, "loading", 2);
5200
5196
  qe([
5201
- a({ type: Boolean, converter: f })
5197
+ a({ type: Boolean, converter: m })
5202
5198
  ], Ht.prototype, "selected", 2);
5203
5199
  Ht = qe([
5204
5200
  v("ds-picker-item")
5205
5201
  ], Ht);
5206
- var po = Object.defineProperty, mo = Object.getOwnPropertyDescriptor, Ei = (t, e, s, n) => {
5207
- for (var i = n > 1 ? void 0 : n ? mo(e, s) : e, r = t.length - 1, o; r >= 0; r--)
5208
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
5209
- return n && i && po(e, s, i), i;
5202
+ var pn = Object.defineProperty, mn = Object.getOwnPropertyDescriptor, Ei = (t, e, s, r) => {
5203
+ for (var i = r > 1 ? void 0 : r ? mn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5204
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5205
+ return r && i && pn(e, s, i), i;
5210
5206
  };
5211
5207
  let ks = class extends ut {
5212
5208
  constructor() {
@@ -5223,8 +5219,8 @@ let ks = class extends ut {
5223
5219
  super.updated(t), requestAnimationFrame(() => {
5224
5220
  const e = document.querySelector(this.querySelectorText) || document.body;
5225
5221
  if (!e) return;
5226
- const s = this.renderRoot.querySelector("slot"), n = (s == null ? void 0 : s.assignedNodes()) || [];
5227
- this.nodes = n, n.forEach((i) => {
5222
+ const s = this.renderRoot.querySelector("slot"), r = (s == null ? void 0 : s.assignedNodes()) || [];
5223
+ this.nodes = r, r.forEach((i) => {
5228
5224
  e.appendChild(i);
5229
5225
  });
5230
5226
  });
@@ -5236,17 +5232,17 @@ Ei([
5236
5232
  ks = Ei([
5237
5233
  v("ds-portal", { skipTagAsComponentName: !0 })
5238
5234
  ], ks);
5239
- const fo = u`
5235
+ const fn = u`
5240
5236
  .fill {
5241
5237
  transition: all 200ms ease-in-out;
5242
5238
  }
5243
5239
  `;
5244
- var bo = Object.defineProperty, vo = Object.getOwnPropertyDescriptor, yo = Object.getPrototypeOf, go = Reflect.get, Oi = (t, e, s, n) => {
5245
- for (var i = n > 1 ? void 0 : n ? vo(e, s) : e, r = t.length - 1, o; r >= 0; r--)
5246
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
5247
- return n && i && bo(e, s, i), i;
5248
- }, $o = (t, e, s) => go(yo(t), s, e);
5249
- let re = class extends Ut {
5240
+ var bn = Object.defineProperty, vn = Object.getOwnPropertyDescriptor, yn = Object.getPrototypeOf, gn = Reflect.get, Oi = (t, e, s, r) => {
5241
+ for (var i = r > 1 ? void 0 : r ? vn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5242
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5243
+ return r && i && bn(e, s, i), i;
5244
+ }, $n = (t, e, s) => gn(yn(t), s, e);
5245
+ let oe = class extends Ut {
5250
5246
  render() {
5251
5247
  return this.show ? l`
5252
5248
  <style>
@@ -5258,14 +5254,14 @@ let re = class extends Ut {
5258
5254
  ` : c;
5259
5255
  }
5260
5256
  };
5261
- re.styles = [...$o(re, re, "styles"), fo];
5257
+ oe.styles = [...$n(oe, oe, "styles"), fn];
5262
5258
  Oi([
5263
5259
  a({ type: Number })
5264
- ], re.prototype, "progress", 2);
5265
- re = Oi([
5260
+ ], oe.prototype, "progress", 2);
5261
+ oe = Oi([
5266
5262
  v("ds-progress-bar", { skipTagAsComponentName: !0 })
5267
- ], re);
5268
- const xo = u`
5263
+ ], oe);
5264
+ const xn = u`
5269
5265
  :host {
5270
5266
  display: contents;
5271
5267
  }
@@ -5283,10 +5279,10 @@ const xo = u`
5283
5279
  vertical-align: top;
5284
5280
  }
5285
5281
  `;
5286
- var wo = Object.defineProperty, So = Object.getOwnPropertyDescriptor, Zt = (t, e, s, n) => {
5287
- for (var i = n > 1 ? void 0 : n ? So(e, s) : e, r = t.length - 1, o; r >= 0; r--)
5288
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
5289
- return n && i && wo(e, s, i), i;
5282
+ var wn = Object.defineProperty, Sn = Object.getOwnPropertyDescriptor, Zt = (t, e, s, r) => {
5283
+ for (var i = r > 1 ? void 0 : r ? Sn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5284
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5285
+ return r && i && wn(e, s, i), i;
5290
5286
  };
5291
5287
  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");
5292
5288
  let gt = class extends g {
@@ -5320,10 +5316,10 @@ let gt = class extends g {
5320
5316
  `;
5321
5317
  }
5322
5318
  };
5323
- gt.styles = [xo];
5319
+ gt.styles = [xn];
5324
5320
  Zt([
5325
5321
  ye({ context: zi }),
5326
- a({ type: Boolean, converter: f })
5322
+ a({ type: Boolean, converter: m })
5327
5323
  ], gt.prototype, "error", 2);
5328
5324
  Zt([
5329
5325
  ye({ context: Ii }),
@@ -5335,7 +5331,7 @@ Zt([
5335
5331
  ], gt.prototype, "helperText", 2);
5336
5332
  Zt([
5337
5333
  ye({ context: Pi }),
5338
- a({ type: Boolean, converter: f })
5334
+ a({ type: Boolean, converter: m })
5339
5335
  ], gt.prototype, "disabled", 2);
5340
5336
  Zt([
5341
5337
  ye({ context: Di }),
@@ -5347,7 +5343,7 @@ Zt([
5347
5343
  gt = Zt([
5348
5344
  v("ds-radio-button-group")
5349
5345
  ], gt);
5350
- const _o = u`
5346
+ const _n = u`
5351
5347
  :host {
5352
5348
  display: block;
5353
5349
  flex: 0 0 auto;
@@ -5392,10 +5388,10 @@ const _o = u`
5392
5388
  cursor: pointer;
5393
5389
  }
5394
5390
  `;
5395
- var To = Object.defineProperty, Co = Object.getOwnPropertyDescriptor, F = (t, e, s, n) => {
5396
- for (var i = n > 1 ? void 0 : n ? Co(e, s) : e, r = t.length - 1, o; r >= 0; r--)
5397
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
5398
- return n && i && To(e, s, i), i;
5391
+ var Tn = Object.defineProperty, Cn = Object.getOwnPropertyDescriptor, F = (t, e, s, r) => {
5392
+ for (var i = r > 1 ? void 0 : r ? Cn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5393
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5394
+ return r && i && Tn(e, s, i), i;
5399
5395
  };
5400
5396
  let D = class extends g {
5401
5397
  constructor() {
@@ -5479,8 +5475,8 @@ let D = class extends g {
5479
5475
  super.updated(t), (t.has("error") || t.has("errorText") || t.has("helperText")) && this.applyAriaAttributes();
5480
5476
  }
5481
5477
  applyAriaAttributes() {
5482
- var n;
5483
- const t = (n = this.input) == null ? void 0 : n[0];
5478
+ var r;
5479
+ const t = (r = this.input) == null ? void 0 : r[0];
5484
5480
  if (!t) return;
5485
5481
  const e = !!this.error, s = e ? this.errorText || this.errorTextGroup : this.helperText || this.helperTextGroup || null;
5486
5482
  t.setAttribute("aria-disabled", this.disabled ? "true" : "false"), t.setAttribute("aria-invalid", e ? "true" : "false"), s ? t.setAttribute("aria-description", s) : t.removeAttribute("aria-description");
@@ -5518,7 +5514,7 @@ let D = class extends g {
5518
5514
  `;
5519
5515
  }
5520
5516
  };
5521
- D.styles = [_o];
5517
+ D.styles = [_n];
5522
5518
  F([
5523
5519
  a({ type: String, attribute: "input-placement" })
5524
5520
  ], D.prototype, "inputPlacement", 2);
@@ -5526,7 +5522,7 @@ F([
5526
5522
  a({ type: String, attribute: "size" })
5527
5523
  ], D.prototype, "_size", 2);
5528
5524
  F([
5529
- a({ type: Boolean, attribute: "error" })
5525
+ a({ type: Boolean, attribute: "error", converter: m })
5530
5526
  ], D.prototype, "_error", 2);
5531
5527
  F([
5532
5528
  a({ type: String, attribute: "error-text" })
@@ -5561,7 +5557,7 @@ F([
5561
5557
  D = F([
5562
5558
  v("ds-radio-button")
5563
5559
  ], D);
5564
- const ko = u`
5560
+ const kn = u`
5565
5561
  :host {
5566
5562
  display: flex;
5567
5563
  flex-direction: column;
@@ -5575,10 +5571,10 @@ const ko = u`
5575
5571
  display: contents;
5576
5572
  }
5577
5573
  `;
5578
- var Eo = Object.defineProperty, Oo = Object.getOwnPropertyDescriptor, we = (t, e, s, n) => {
5579
- for (var i = n > 1 ? void 0 : n ? Oo(e, s) : e, r = t.length - 1, o; r >= 0; r--)
5580
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
5581
- return n && i && Eo(e, s, i), i;
5574
+ var En = Object.defineProperty, On = Object.getOwnPropertyDescriptor, we = (t, e, s, r) => {
5575
+ for (var i = r > 1 ? void 0 : r ? On(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5576
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5577
+ return r && i && En(e, s, i), i;
5582
5578
  };
5583
5579
  let Pt = class extends ls(ut) {
5584
5580
  constructor() {
@@ -5594,8 +5590,8 @@ let Pt = class extends ls(ut) {
5594
5590
  setRadioProps(t) {
5595
5591
  requestAnimationFrame(() => {
5596
5592
  ["name", "size", "mode"].forEach((s) => {
5597
- t.has(s) && this.radioElements.forEach((n) => {
5598
- n[s] = this[s];
5593
+ t.has(s) && this.radioElements.forEach((r) => {
5594
+ r[s] = this[s];
5599
5595
  });
5600
5596
  });
5601
5597
  });
@@ -5623,7 +5619,7 @@ let Pt = class extends ls(ut) {
5623
5619
  `;
5624
5620
  }
5625
5621
  };
5626
- Pt.styles = [ko];
5622
+ Pt.styles = [kn];
5627
5623
  we([
5628
5624
  a({ type: String })
5629
5625
  ], Pt.prototype, "name", 2);
@@ -5642,7 +5638,7 @@ we([
5642
5638
  Pt = we([
5643
5639
  v("ds-radio-group", { skipTagAsComponentName: !0 })
5644
5640
  ], Pt);
5645
- const Po = u`
5641
+ const Pn = u`
5646
5642
  :host {
5647
5643
  display: inline-block;
5648
5644
  }
@@ -5679,10 +5675,10 @@ const Po = u`
5679
5675
  transform: scale(1);
5680
5676
  }
5681
5677
  `;
5682
- var zo = Object.defineProperty, Io = Object.getOwnPropertyDescriptor, St = (t, e, s, n) => {
5683
- for (var i = n > 1 ? void 0 : n ? Io(e, s) : e, r = t.length - 1, o; r >= 0; r--)
5684
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
5685
- return n && i && zo(e, s, i), i;
5678
+ var zn = Object.defineProperty, In = Object.getOwnPropertyDescriptor, St = (t, e, s, r) => {
5679
+ for (var i = r > 1 ? void 0 : r ? In(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5680
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5681
+ return r && i && zn(e, s, i), i;
5686
5682
  };
5687
5683
  let Q = class extends g {
5688
5684
  constructor() {
@@ -5748,9 +5744,9 @@ let Q = class extends g {
5748
5744
  `;
5749
5745
  }
5750
5746
  };
5751
- Q.styles = [Po];
5747
+ Q.styles = [Pn];
5752
5748
  St([
5753
- a({ type: Boolean, converter: f, reflect: !0 })
5749
+ a({ type: Boolean, converter: m, reflect: !0 })
5754
5750
  ], Q.prototype, "readonly", 2);
5755
5751
  St([
5756
5752
  a({ type: String, reflect: !0 })
@@ -5759,10 +5755,10 @@ St([
5759
5755
  a({ type: String })
5760
5756
  ], Q.prototype, "value", 2);
5761
5757
  St([
5762
- a({ type: Boolean, converter: f, reflect: !0 })
5758
+ a({ type: Boolean, converter: m, reflect: !0 })
5763
5759
  ], Q.prototype, "checked", 2);
5764
5760
  St([
5765
- a({ type: Boolean, converter: f, reflect: !0 })
5761
+ a({ type: Boolean, converter: m, reflect: !0 })
5766
5762
  ], Q.prototype, "disabled", 2);
5767
5763
  St([
5768
5764
  a({ type: String, reflect: !0 })
@@ -5771,20 +5767,20 @@ St([
5771
5767
  a({ type: String })
5772
5768
  ], Q.prototype, "size", 2);
5773
5769
  St([
5774
- Ns({ slot: "", flatten: !0 })
5770
+ Bs({ slot: "", flatten: !0 })
5775
5771
  ], Q.prototype, "_defaultSlotNodes", 2);
5776
5772
  Q = St([
5777
5773
  v("ds-radio")
5778
5774
  ], Q);
5779
- const Ao = u`
5775
+ const An = u`
5780
5776
  :host {
5781
5777
  display: contents;
5782
5778
  }
5783
5779
  `;
5784
- var Do = Object.defineProperty, Bo = Object.getOwnPropertyDescriptor, ht = (t, e, s, n) => {
5785
- for (var i = n > 1 ? void 0 : n ? Bo(e, s) : e, r = t.length - 1, o; r >= 0; r--)
5786
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
5787
- return n && i && Do(e, s, i), i;
5780
+ var Dn = Object.defineProperty, Nn = Object.getOwnPropertyDescriptor, ht = (t, e, s, r) => {
5781
+ for (var i = r > 1 ? void 0 : r ? Nn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5782
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5783
+ return r && i && Dn(e, s, i), i;
5788
5784
  };
5789
5785
  let Y = class extends Hs(g) {
5790
5786
  constructor() {
@@ -5889,12 +5885,12 @@ let Y = class extends Hs(g) {
5889
5885
  return this.forcedError || !this.inputStates.invalid || !this.invalidError ? c : l`<span class="support-text error-text invalid-error">${this.invalidError}</span>`;
5890
5886
  }
5891
5887
  get lengthTemplate() {
5892
- var e, s, n;
5888
+ var e, s, r;
5893
5889
  const t = (s = (e = this.nativeInput) == null ? void 0 : e.maxLength) == null ? void 0 : s.toString();
5894
- return Ws(t) ? l`<span class="char-counter">${((n = this.inputStates.currentValue) == null ? void 0 : n.length) || 0}/${t}</span>` : c;
5890
+ return Ws(t) ? l`<span class="char-counter">${((r = this.inputStates.currentValue) == null ? void 0 : r.length) || 0}/${t}</span>` : c;
5895
5891
  }
5896
5892
  };
5897
- Y.styles = [Ao];
5893
+ Y.styles = [An];
5898
5894
  ht([
5899
5895
  a({ type: String })
5900
5896
  ], Y.prototype, "size", 2);
@@ -5902,7 +5898,7 @@ ht([
5902
5898
  a({ type: String })
5903
5899
  ], Y.prototype, "variant", 2);
5904
5900
  ht([
5905
- a({ type: Boolean, converter: f })
5901
+ a({ type: Boolean, converter: m })
5906
5902
  ], Y.prototype, "loading", 2);
5907
5903
  ht([
5908
5904
  a({ type: String, attribute: "helper-text" })
@@ -5920,12 +5916,12 @@ ht([
5920
5916
  a({ type: String, attribute: "data-aria-label-position-button" })
5921
5917
  ], Y.prototype, "dataAriaLabelPositionButton", 2);
5922
5918
  ht([
5923
- a({ type: Boolean, converter: f, attribute: "with-position-button" })
5919
+ a({ type: Boolean, converter: m, attribute: "with-position-button" })
5924
5920
  ], Y.prototype, "withPositionButton", 2);
5925
5921
  Y = ht([
5926
5922
  v("ds-search-input")
5927
5923
  ], Y);
5928
- const No = u`
5924
+ const Bn = u`
5929
5925
  :host {
5930
5926
  display: block;
5931
5927
  width: 100%;
@@ -5935,11 +5931,11 @@ const No = u`
5935
5931
  .helper-text {
5936
5932
  user-select: none;
5937
5933
  }
5938
- `, Lo = u`
5934
+ `, Ln = u`
5939
5935
  .container {
5940
5936
  position: relative;
5941
5937
  }
5942
- `, Mo = u`
5938
+ `, Mn = u`
5943
5939
  .input-field::-webkit-search-decoration,
5944
5940
  .input-field::-webkit-search-cancel-button,
5945
5941
  .input-field::-webkit-search-results-button,
@@ -5960,14 +5956,14 @@ const No = u`
5960
5956
  .input-field:focus {
5961
5957
  outline: none;
5962
5958
  }
5963
- `, jo = u`
5959
+ `, jn = u`
5964
5960
  .helper-text {
5965
5961
  cursor: pointer;
5966
5962
  display: flex;
5967
5963
  justify-content: flex-start;
5968
5964
  align-items: center;
5969
5965
  }
5970
- `, Fo = u`
5966
+ `, Fn = u`
5971
5967
  .input-container {
5972
5968
  align-items: center;
5973
5969
  justify-content: center;
@@ -5975,10 +5971,10 @@ const No = u`
5975
5971
  position: relative;
5976
5972
  }
5977
5973
  `;
5978
- var Ro = Object.defineProperty, Uo = Object.getOwnPropertyDescriptor, B = (t, e, s, n) => {
5979
- for (var i = n > 1 ? void 0 : n ? Uo(e, s) : e, r = t.length - 1, o; r >= 0; r--)
5980
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
5981
- return n && i && Ro(e, s, i), i;
5974
+ var Rn = Object.defineProperty, Un = Object.getOwnPropertyDescriptor, N = (t, e, s, r) => {
5975
+ for (var i = r > 1 ? void 0 : r ? Un(e, s) : e, o = t.length - 1, n; o >= 0; o--)
5976
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
5977
+ return r && i && Rn(e, s, i), i;
5982
5978
  };
5983
5979
  let z = class extends ls(g) {
5984
5980
  constructor() {
@@ -6120,73 +6116,73 @@ let z = class extends ls(g) {
6120
6116
  `;
6121
6117
  }
6122
6118
  };
6123
- z.styles = [No, Lo, jo, Mo, Fo];
6124
- B([
6119
+ z.styles = [Bn, Ln, jn, Mn, Fn];
6120
+ N([
6125
6121
  a({ type: String, reflect: !0, attribute: "initial-value" })
6126
6122
  ], z.prototype, "initialValue", 2);
6127
- B([
6123
+ N([
6128
6124
  a({ type: String })
6129
6125
  ], z.prototype, "label", 2);
6130
- B([
6126
+ N([
6131
6127
  a({ type: String, attribute: "helper-text" })
6132
6128
  ], z.prototype, "helperText", 2);
6133
- B([
6129
+ N([
6134
6130
  a({ type: String, attribute: "error-text" })
6135
6131
  ], z.prototype, "errorText", 2);
6136
- B([
6137
- a({ type: Boolean, converter: f })
6132
+ N([
6133
+ a({ type: Boolean, converter: m })
6138
6134
  ], z.prototype, "disabled", 2);
6139
- B([
6140
- a({ type: Boolean, converter: f })
6135
+ N([
6136
+ a({ type: Boolean, converter: m })
6141
6137
  ], z.prototype, "success", 2);
6142
- B([
6138
+ N([
6143
6139
  a({ type: String, reflect: !0 })
6144
6140
  ], z.prototype, "mode", 2);
6145
- B([
6141
+ N([
6146
6142
  a({ type: String })
6147
6143
  ], z.prototype, "size", 2);
6148
- B([
6144
+ N([
6149
6145
  a({ type: String })
6150
6146
  ], z.prototype, "name", 2);
6151
- B([
6147
+ N([
6152
6148
  a({ type: String })
6153
6149
  ], z.prototype, "placeholder", 2);
6154
- B([
6150
+ N([
6155
6151
  a({ type: String, attribute: "max-length" })
6156
6152
  ], z.prototype, "maxLength", 2);
6157
- B([
6153
+ N([
6158
6154
  a({ type: String })
6159
6155
  ], z.prototype, "type", 2);
6160
- B([
6156
+ N([
6161
6157
  y()
6162
6158
  ], z.prototype, "_value", 2);
6163
- B([
6159
+ N([
6164
6160
  y()
6165
6161
  ], z.prototype, "focused", 2);
6166
- B([
6162
+ N([
6167
6163
  ct(".input-field")
6168
6164
  ], z.prototype, "inputField", 2);
6169
- z = B([
6165
+ z = N([
6170
6166
  v("ds-search")
6171
6167
  ], z);
6172
- const Vo = u`
6168
+ const Vn = u`
6173
6169
  :host {
6174
6170
  display: contents;
6175
6171
  }
6176
6172
  `;
6177
- var Ho = Object.defineProperty, Wo = Object.getOwnPropertyDescriptor, dt = (t, e, s, n) => {
6178
- for (var i = n > 1 ? void 0 : n ? Wo(e, s) : e, r = t.length - 1, o; r >= 0; r--)
6179
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
6180
- return n && i && Ho(e, s, i), i;
6173
+ var Hn = Object.defineProperty, Wn = Object.getOwnPropertyDescriptor, dt = (t, e, s, r) => {
6174
+ for (var i = r > 1 ? void 0 : r ? Wn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
6175
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
6176
+ return r && i && Hn(e, s, i), i;
6181
6177
  };
6182
6178
  let X = class extends Dt(g) {
6183
6179
  constructor() {
6184
6180
  super(...arguments), this.dropdownButtonText = "Menu", this.openItems = !1, this.openCtas = !1, this.hasScrollLeft = !1, this.hasScrollRight = !1, this.resizeObserver = new ResizeObserver(() => {
6185
6181
  this.handleScroll();
6186
6182
  }), this.handleScroll = () => {
6187
- var e, s, n, i;
6183
+ var e, s, r, i;
6188
6184
  const t = ((e = this.itemsContainer) == null ? void 0 : e.scrollLeft) + ((s = this.itemsContainer) == null ? void 0 : s.clientWidth);
6189
- this.hasScrollLeft = ((n = this.itemsContainer) == null ? void 0 : n.scrollLeft) > 0, this.hasScrollRight = t < ((i = this.itemsContainer) == null ? void 0 : i.scrollWidth);
6185
+ this.hasScrollLeft = ((r = this.itemsContainer) == null ? void 0 : r.scrollLeft) > 0, this.hasScrollRight = t < ((i = this.itemsContainer) == null ? void 0 : i.scrollWidth);
6190
6186
  };
6191
6187
  }
6192
6188
  updated(t) {
@@ -6206,6 +6202,7 @@ let X = class extends Dt(g) {
6206
6202
  get classes() {
6207
6203
  return {
6208
6204
  nav: !0,
6205
+ "ds-blur": !0,
6209
6206
  "scroll-left": this.hasScrollLeft,
6210
6207
  "scroll-right": this.hasScrollRight
6211
6208
  };
@@ -6238,16 +6235,16 @@ let X = class extends Dt(g) {
6238
6235
  });
6239
6236
  }
6240
6237
  handleItemClick(t) {
6241
- var n, i;
6242
- const e = t.target, s = ((n = this.items) == null ? void 0 : n.indexOf(e)) ?? -1;
6238
+ var r, i;
6239
+ const e = t.target, s = ((r = this.items) == null ? void 0 : r.indexOf(e)) ?? -1;
6243
6240
  if (s !== -1) {
6244
6241
  this.selectedIndex = s, this.updateSelectedItem();
6245
- const r = ((i = e.textContent) == null ? void 0 : i.trim()) || e.getAttribute("data-label") || "";
6242
+ const o = ((i = e.textContent) == null ? void 0 : i.trim()) || e.getAttribute("data-label") || "";
6246
6243
  this.dispatchEvent(
6247
6244
  new CustomEvent("ds-secondary-navigation:select", {
6248
6245
  detail: {
6249
6246
  index: s,
6250
- label: r
6247
+ label: o
6251
6248
  },
6252
6249
  bubbles: !0,
6253
6250
  composed: !0
@@ -6319,7 +6316,7 @@ let X = class extends Dt(g) {
6319
6316
  aria-hidden=${!this.openItems}
6320
6317
  >
6321
6318
  <div
6322
- class="dropdown"
6319
+ class="dropdown ds-blur"
6323
6320
  >
6324
6321
  <slot name="items" @slotchange=${this.handleItemsSlotChange} @click=${this.handleItemClick}></slot>
6325
6322
  </div>
@@ -6348,7 +6345,7 @@ let X = class extends Dt(g) {
6348
6345
  aria-hidden=${!this.openCtas}
6349
6346
  >
6350
6347
  <div
6351
- class="dropdown"
6348
+ class="dropdown ds-blur"
6352
6349
 
6353
6350
  >
6354
6351
  <slot name="actions"></slot>
@@ -6360,7 +6357,7 @@ let X = class extends Dt(g) {
6360
6357
  return !this.openItems && !this.openCtas ? c : l`<div class="dropdown-backdrop" @click=${this.closeDropdowns}></div>`;
6361
6358
  }
6362
6359
  };
6363
- X.styles = [Vo];
6360
+ X.styles = [Vn];
6364
6361
  dt([
6365
6362
  a({ type: String, attribute: "dropdown-button-text" })
6366
6363
  ], X.prototype, "dropdownButtonText", 2);
@@ -6391,7 +6388,7 @@ dt([
6391
6388
  X = dt([
6392
6389
  v("ds-secondary-navigation")
6393
6390
  ], X);
6394
- const qo = u`
6391
+ const qn = u`
6395
6392
  :host {
6396
6393
  display: flex;
6397
6394
  flex: 1 1 auto;
@@ -6440,10 +6437,10 @@ const qo = u`
6440
6437
  flex-shrink: 0;
6441
6438
  }
6442
6439
  `;
6443
- var Ko = Object.defineProperty, Go = Object.getOwnPropertyDescriptor, ms = (t, e, s, n) => {
6444
- for (var i = n > 1 ? void 0 : n ? Go(e, s) : e, r = t.length - 1, o; r >= 0; r--)
6445
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
6446
- return n && i && Ko(e, s, i), i;
6440
+ var Kn = Object.defineProperty, Gn = Object.getOwnPropertyDescriptor, ms = (t, e, s, r) => {
6441
+ for (var i = r > 1 ? void 0 : r ? Gn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
6442
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
6443
+ return r && i && Kn(e, s, i), i;
6447
6444
  };
6448
6445
  let me = class extends g {
6449
6446
  constructor() {
@@ -6468,10 +6465,10 @@ let me = class extends g {
6468
6465
  });
6469
6466
  }
6470
6467
  updateFocusState(t, e) {
6471
- const s = t.target, n = s.matches(":focus-visible"), i = this.slottedElements.find(
6472
- (r) => r.tagName === "LABEL" && r.htmlFor === s.id
6468
+ const s = t.target, r = s.matches(":focus-visible"), i = this.slottedElements.find(
6469
+ (o) => o.tagName === "LABEL" && o.htmlFor === s.id
6473
6470
  );
6474
- i && i.classList.toggle("focused", n);
6471
+ i && i.classList.toggle("focused", r);
6475
6472
  }
6476
6473
  render() {
6477
6474
  return l`
@@ -6481,14 +6478,14 @@ let me = class extends g {
6481
6478
  `;
6482
6479
  }
6483
6480
  };
6484
- me.styles = [qo];
6481
+ me.styles = [qn];
6485
6482
  ms([
6486
6483
  a({ type: String })
6487
6484
  ], me.prototype, "size", 2);
6488
6485
  ms([
6489
6486
  a({
6490
6487
  type: Boolean,
6491
- converter: f,
6488
+ converter: m,
6492
6489
  attribute: "full-width"
6493
6490
  })
6494
6491
  ], me.prototype, "fullWidth", 2);
@@ -6528,7 +6525,7 @@ const is = class is {
6528
6525
  };
6529
6526
  is.KEYS_WHEN_OPEN = /* @__PURE__ */ new Set(["ArrowDown", "ArrowUp", "Home", "End", "Enter", "Escape", " "]), is.KEYS_WHEN_CLOSED = /* @__PURE__ */ new Set(["ArrowDown", "ArrowUp", " "]);
6530
6527
  let Qe = is;
6531
- const Yo = u`
6528
+ const Yn = u`
6532
6529
  :host {
6533
6530
  display: contents;
6534
6531
  }
@@ -6550,10 +6547,10 @@ const Yo = u`
6550
6547
  pointer-events: none;
6551
6548
  }
6552
6549
  `;
6553
- var Xo = Object.defineProperty, Jo = Object.getOwnPropertyDescriptor, R = (t, e, s, n) => {
6554
- for (var i = n > 1 ? void 0 : n ? Jo(e, s) : e, r = t.length - 1, o; r >= 0; r--)
6555
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
6556
- return n && i && Xo(e, s, i), i;
6550
+ var Xn = Object.defineProperty, Jn = Object.getOwnPropertyDescriptor, R = (t, e, s, r) => {
6551
+ for (var i = r > 1 ? void 0 : r ? Jn(e, s) : e, o = t.length - 1, n; o >= 0; o--)
6552
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
6553
+ return r && i && Xn(e, s, i), i;
6557
6554
  };
6558
6555
  let O = class extends g {
6559
6556
  constructor() {
@@ -6660,13 +6657,13 @@ let O = class extends g {
6660
6657
  );
6661
6658
  }
6662
6659
  get containerClasses() {
6663
- var t, e, s, n;
6660
+ var t, e, s, r;
6664
6661
  return {
6665
6662
  container: !0,
6666
6663
  open: this._open,
6667
6664
  disabled: !!((t = this.nativeSelect) != null && t.disabled),
6668
6665
  filled: !!((s = (e = this.nativeOptions) == null ? void 0 : e.find((i) => i.selected && !i.hidden)) != null && s.selected),
6669
- invalid: !((n = this.nativeSelect) != null && n.validity.valid),
6666
+ invalid: !((r = this.nativeSelect) != null && r.validity.valid),
6670
6667
  error: this.hasForcedError,
6671
6668
  [this.size]: !!this.size,
6672
6669
  [this.mode]: !!this.mode,
@@ -6698,19 +6695,19 @@ let O = class extends g {
6698
6695
  });
6699
6696
  }
6700
6697
  get displaySelectTemplate() {
6701
- var s, n, i;
6702
- const t = this.nativeOptions.find((r) => r.selected), e = (s = Array.from((t == null ? void 0 : t.childNodes) || [])) == null ? void 0 : s.map((r) => {
6703
- const o = r.cloneNode(!0);
6704
- if (r.nodeType !== 3)
6705
- return o;
6706
- if (r.textContent.trim() === "") return "";
6698
+ var s, r, i;
6699
+ const t = this.nativeOptions.find((o) => o.selected), e = (s = Array.from((t == null ? void 0 : t.childNodes) || [])) == null ? void 0 : s.map((o) => {
6700
+ const n = o.cloneNode(!0);
6701
+ if (o.nodeType !== 3)
6702
+ return n;
6703
+ if (o.textContent.trim() === "") return "";
6707
6704
  const h = document.createElement("span");
6708
- return h.classList.add("text"), h.appendChild(o), h;
6705
+ return h.classList.add("text"), h.appendChild(n), h;
6709
6706
  });
6710
6707
  return l`
6711
6708
  <div class="select-outline">
6712
6709
  <div class="select-container">
6713
- <label id="display-label" class="label">${(n = this.nativeLabel) == null ? void 0 : n.innerText}</label>
6710
+ <label id="display-label" class="label">${(r = this.nativeLabel) == null ? void 0 : r.innerText}</label>
6714
6711
  <div
6715
6712
  class="select"
6716
6713
  role="combobox"
@@ -6744,7 +6741,7 @@ let O = class extends g {
6744
6741
  `;
6745
6742
  }
6746
6743
  renderOptionClone(t, e) {
6747
- const s = Array.from(t.childNodes).map((n) => n.cloneNode(!0));
6744
+ const s = Array.from(t.childNodes).map((r) => r.cloneNode(!0));
6748
6745
  return l`
6749
6746
  <div
6750
6747
  id="${O.ARIA_OPTION_PREFIX}${t.value}"
@@ -6765,7 +6762,7 @@ let O = class extends g {
6765
6762
  `;
6766
6763
  }
6767
6764
  };
6768
- O.styles = [Yo];
6765
+ O.styles = [Yn];
6769
6766
  O.ARIA_OPTION_PREFIX = "option-";
6770
6767
  R([
6771
6768
  a({ type: String })
@@ -6809,7 +6806,7 @@ R([
6809
6806
  O = R([
6810
6807
  v("ds-select")
6811
6808
  ], O);
6812
- const Zo = u`
6809
+ const Zn = u`
6813
6810
  :host {
6814
6811
  display: inline-block;
6815
6812
  }
@@ -6819,10 +6816,10 @@ const Zo = u`
6819
6816
  cursor: pointer;
6820
6817
  }
6821
6818
  `;
6822
- var Qo = Object.defineProperty, ta = Object.getOwnPropertyDescriptor, Bi = (t, e, s, n) => {
6823
- for (var i = n > 1 ? void 0 : n ? ta(e, s) : e, r = t.length - 1, o; r >= 0; r--)
6824
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
6825
- return n && i && Qo(e, s, i), i;
6819
+ var Qn = Object.defineProperty, ta = Object.getOwnPropertyDescriptor, Ni = (t, e, s, r) => {
6820
+ for (var i = r > 1 ? void 0 : r ? ta(e, s) : e, o = t.length - 1, n; o >= 0; o--)
6821
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
6822
+ return r && i && Qn(e, s, i), i;
6826
6823
  };
6827
6824
  let ts = class extends g {
6828
6825
  get iconTemplate() {
@@ -6857,37 +6854,37 @@ let ts = class extends g {
6857
6854
  `;
6858
6855
  }
6859
6856
  };
6860
- ts.styles = [Zo];
6861
- Bi([
6862
- a({ type: Boolean, converter: f })
6857
+ ts.styles = [Zn];
6858
+ Ni([
6859
+ a({ type: Boolean, converter: m })
6863
6860
  ], ts.prototype, "checked", 2);
6864
- ts = Bi([
6861
+ ts = Ni([
6865
6862
  v("ds-selection")
6866
6863
  ], ts);
6867
6864
  function ws({ value: t, min: e, max: s }) {
6868
6865
  return Math.min(Math.max(t, e), s);
6869
6866
  }
6870
6867
  const ci = (t, e, s = 10) => {
6871
- const n = Math.pow(10, s), i = Math.round(t * n), r = Math.round(e * n);
6872
- return (i + r) / n;
6873
- }, Ee = ({ step: t = 1, min: e = 0, max: s = 100, proposedValue: n, role: i, currentValues: r }) => {
6874
- const o = i === "min" ? 1 : 2, h = n;
6875
- let d, m = e, x = s;
6876
- return Number.isFinite(h) ? (Object.keys(r).forEach((b) => {
6877
- if (Number(b) < o && r[b] >= m) {
6878
- if (m = r[b], t === 0) return;
6868
+ const r = Math.pow(10, s), i = Math.round(t * r), o = Math.round(e * r);
6869
+ return (i + o) / r;
6870
+ }, Ee = ({ step: t = 1, min: e = 0, max: s = 100, proposedValue: r, role: i, currentValues: o }) => {
6871
+ const n = i === "min" ? 1 : 2, h = r;
6872
+ let d, f = e, x = s;
6873
+ return Number.isFinite(h) ? (Object.keys(o).forEach((b) => {
6874
+ if (Number(b) < n && o[b] >= f) {
6875
+ if (f = o[b], t === 0) return;
6879
6876
  let $ = e;
6880
- for (; $ <= m; ) $ = ci($, t);
6881
- m = $;
6877
+ for (; $ <= f; ) $ = ci($, t);
6878
+ f = $;
6882
6879
  }
6883
- if (Number(b) > o && r[b] <= x) {
6884
- if (x = r[b], t === 0) return;
6880
+ if (Number(b) > n && o[b] <= x) {
6881
+ if (x = o[b], t === 0) return;
6885
6882
  let $ = e;
6886
6883
  for (; $ + t < x; ) $ = ci($, t);
6887
6884
  x = $;
6888
6885
  }
6889
- m = ws({ value: m, min: e, max: s }), x = ws({ value: x, min: e, max: s });
6890
- }), 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: r[String(o)], minLimit: m, maxLimit: x };
6886
+ f = ws({ value: f, min: e, max: s }), x = ws({ value: x, min: e, max: s });
6887
+ }), 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 };
6891
6888
  }, ea = ({ value: t, fractionDigits: e }) => {
6892
6889
  const s = Math.pow(10, e);
6893
6890
  return Math.round(t * s) / s;
@@ -6904,7 +6901,7 @@ const ci = (t, e, s = 10) => {
6904
6901
  display: inline-flex;
6905
6902
  position: absolute;
6906
6903
  }
6907
- `, na = Jt`
6904
+ `, ra = Jt`
6908
6905
  .range-value-container {
6909
6906
  display: flex;
6910
6907
  justify-content: space-between;
@@ -6917,7 +6914,7 @@ const ci = (t, e, s = 10) => {
6917
6914
  .range-value-label:after {
6918
6915
  content: ':';
6919
6916
  }
6920
- `, ra = Jt`
6917
+ `, oa = Jt`
6921
6918
  .track {
6922
6919
  position: relative;
6923
6920
  cursor: pointer;
@@ -6934,28 +6931,28 @@ const ci = (t, e, s = 10) => {
6934
6931
  .track, .track-range {
6935
6932
  background-clip: content-box;
6936
6933
  }
6937
- `, oa = Jt`
6934
+ `, na = Jt`
6938
6935
  .thumb {
6939
6936
  z-index: 2;
6940
6937
  position: absolute;
6941
6938
  }
6942
6939
  `;
6943
- var aa = Object.defineProperty, la = Object.getOwnPropertyDescriptor, _ = (t, e, s, n) => {
6944
- for (var i = n > 1 ? void 0 : n ? la(e, s) : e, r = t.length - 1, o; r >= 0; r--)
6945
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
6946
- return n && i && aa(e, s, i), i;
6940
+ var aa = Object.defineProperty, la = Object.getOwnPropertyDescriptor, _ = (t, e, s, r) => {
6941
+ for (var i = r > 1 ? void 0 : r ? la(e, s) : e, o = t.length - 1, n; o >= 0; o--)
6942
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
6943
+ return r && i && aa(e, s, i), i;
6947
6944
  };
6948
6945
  let w = class extends Dt(g) {
6949
6946
  constructor() {
6950
6947
  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) => {
6951
- const { width: e, left: s } = this.track.getBoundingClientRect(), n = t.type.indexOf("mouse") !== -1 ? t.clientX : t.touches[0].clientX, r = Math.min(Math.max(0, n - s), e) * 100 / e;
6952
- return this.min + r * (this.max - this.min) / 100;
6948
+ 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;
6949
+ return this.min + o * (this.max - this.min) / 100;
6953
6950
  }, this.setActiveThumb = (t) => {
6954
6951
  const e = this.getNewValue(t);
6955
6952
  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";
6956
6953
  }, this.handleMouseMove = (t) => {
6957
6954
  this.animationFrameRequest && cancelAnimationFrame(this.animationFrameRequest), this.animationFrameRequest = requestAnimationFrame(() => {
6958
- const e = this.getNewValue(t), s = this.activeThumb ?? "min", { stepValue: n } = Ee({
6955
+ const e = this.getNewValue(t), s = this.activeThumb ?? "min", { stepValue: r } = Ee({
6959
6956
  step: this.step,
6960
6957
  min: this.min,
6961
6958
  max: this.max,
@@ -6966,7 +6963,7 @@ let w = class extends Dt(g) {
6966
6963
  ...typeof this.valueMax == "number" ? { 2: this.valueMax } : {}
6967
6964
  }
6968
6965
  });
6969
- this.handleChange({ value: n, role: s });
6966
+ this.handleChange({ value: r, role: s });
6970
6967
  });
6971
6968
  }, this.handleMouseDown = (t) => {
6972
6969
  var e;
@@ -6978,23 +6975,23 @@ let w = class extends Dt(g) {
6978
6975
  }, this.handlePointerOrMouseDown = () => {
6979
6976
  this.keyboardMode = !1;
6980
6977
  }, this.onInputFocus = (t, e) => {
6981
- const s = t.currentTarget, n = e === 1 ? "min" : "max";
6982
- this.editingField = n, s.type = "number", s.step = String(this.step ?? 1);
6983
- const i = n === "min" ? this.valueMin : this.valueMax;
6978
+ const s = t.currentTarget, r = e === 1 ? "min" : "max";
6979
+ this.editingField = r, s.type = "number", s.step = String(this.step ?? 1);
6980
+ const i = r === "min" ? this.valueMin : this.valueMax;
6984
6981
  s.value = String(i ?? ""), this.keyboardMode && s.classList.add("focus-visible");
6985
6982
  }, this.commitInputValue = (t, e) => {
6986
- const s = t.currentTarget, n = e === 1 ? "min" : "max", { stepValue: i } = Ee({
6983
+ const s = t.currentTarget, r = e === 1 ? "min" : "max", { stepValue: i } = Ee({
6987
6984
  step: this.step,
6988
6985
  min: this.min,
6989
6986
  max: this.max,
6990
6987
  proposedValue: Number(s.value),
6991
- role: n,
6988
+ role: r,
6992
6989
  currentValues: {
6993
6990
  1: this.valueMin,
6994
6991
  ...typeof this.valueMax == "number" ? { 2: this.valueMax } : {}
6995
6992
  }
6996
6993
  });
6997
- this.handleChange({ value: i, role: n }), s.value = String(i);
6994
+ this.handleChange({ value: i, role: r }), s.value = String(i);
6998
6995
  }, this.onInputBlur = (t) => {
6999
6996
  var s;
7000
6997
  this.editingField = void 0;
@@ -7005,11 +7002,11 @@ let w = class extends Dt(g) {
7005
7002
  }, this.onThumbKeyDown = (t, e) => {
7006
7003
  if (!this.disabled && (t.key === "ArrowLeft" || t.key === "ArrowRight")) {
7007
7004
  t.preventDefault();
7008
- const s = this.step ?? 1, n = t.key === "ArrowLeft" ? -s : s, i = e === 1 ? "min" : "max", o = (i === "min" ? this.valueMin : this.valueMax) + n, { stepValue: h } = Ee({
7005
+ 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 } = Ee({
7009
7006
  step: this.step,
7010
7007
  min: this.min,
7011
7008
  max: this.max,
7012
- proposedValue: o,
7009
+ proposedValue: n,
7013
7010
  role: i,
7014
7011
  currentValues: {
7015
7012
  1: this.valueMin,
@@ -7027,7 +7024,7 @@ let w = class extends Dt(g) {
7027
7024
  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) => {
7028
7025
  const i = this[s === "min" ? "initialValueMin" : "initialValueMax"];
7029
7026
  if (typeof i != "number") return;
7030
- const { stepValue: r } = Ee({
7027
+ const { stepValue: o } = Ee({
7031
7028
  step: this.step,
7032
7029
  min: this.min,
7033
7030
  max: this.max,
@@ -7038,7 +7035,7 @@ let w = class extends Dt(g) {
7038
7035
  ...typeof this.valueMax == "number" ? { 2: this.valueMax } : {}
7039
7036
  }
7040
7037
  });
7041
- this[s === "min" ? "valueMin" : "valueMax"] !== r && this.handleChange({ value: r, role: s });
7038
+ this[s === "min" ? "valueMin" : "valueMax"] !== o && this.handleChange({ value: o, role: s });
7042
7039
  });
7043
7040
  }
7044
7041
  getTrackPct(t) {
@@ -7046,8 +7043,8 @@ let w = class extends Dt(g) {
7046
7043
  return e === 0 ? 0 : (t - this.min) / e * 100;
7047
7044
  }
7048
7045
  handleChange({ value: t, role: e }) {
7049
- const s = ea({ value: t, fractionDigits: this.maximumFractionDigits }), n = e === "min" ? "valueMin" : "valueMax";
7050
- this[n] !== s && (this[n] = s, this.dispatchEvent(
7046
+ const s = ea({ value: t, fractionDigits: this.maximumFractionDigits }), r = e === "min" ? "valueMin" : "valueMax";
7047
+ this[r] !== s && (this[r] = s, this.dispatchEvent(
7051
7048
  new CustomEvent("change", {
7052
7049
  bubbles: !0,
7053
7050
  composed: !0,
@@ -7080,24 +7077,24 @@ let w = class extends Dt(g) {
7080
7077
  formattedValue: t,
7081
7078
  unitSymbol: e,
7082
7079
  unitSymbolPosition: s
7083
- } = this.formatNumber(this.min), n = this.unitSymbol ?? e, i = this.unitSymbolPosition ?? s, { formattedValue: r } = this.formatNumber(this.max);
7080
+ } = this.formatNumber(this.min), r = this.unitSymbol ?? e, i = this.unitSymbolPosition ?? s, { formattedValue: o } = this.formatNumber(this.max);
7084
7081
  return l`
7085
7082
  <div class="range-value-text">
7086
7083
  ${this.minLabel ? l`<span class="range-value-label">${this.minLabel}</span>` : c}
7087
- ${i === "left" ? l`<span>${n}</span>` : c}
7084
+ ${i === "left" ? l`<span>${r}</span>` : c}
7088
7085
  <span>${t}</span>
7089
- ${i === "right" ? l`<span>${n}</span>` : c}
7086
+ ${i === "right" ? l`<span>${r}</span>` : c}
7090
7087
  </div>
7091
7088
  <div class="range-value-text">
7092
7089
  ${this.maxLabel ? l` <span class="range-value-label">${this.maxLabel}</span>` : c}
7093
- ${i === "left" ? l`<span>${n}</span>` : c}
7094
- <span>${r}</span>
7095
- ${i === "right" ? l`<span>${n}</span>` : c}
7090
+ ${i === "left" ? l`<span>${r}</span>` : c}
7091
+ <span>${o}</span>
7092
+ ${i === "right" ? l`<span>${r}</span>` : c}
7096
7093
  </div>
7097
7094
  `;
7098
7095
  }
7099
7096
  getThumbTemplate(t) {
7100
- const e = t === 1 ? "min" : "max", s = e === "min" ? this.valueMin : this.valueMax, { minLimit: n, maxLimit: i } = Ee({
7097
+ const e = t === 1 ? "min" : "max", s = e === "min" ? this.valueMin : this.valueMax, { minLimit: r, maxLimit: i } = Ee({
7101
7098
  step: this.step,
7102
7099
  min: this.min,
7103
7100
  max: this.max,
@@ -7107,11 +7104,11 @@ let w = class extends Dt(g) {
7107
7104
  1: this.valueMin,
7108
7105
  ...typeof this.valueMax == "number" ? { 2: this.valueMax } : {}
7109
7106
  }
7110
- }), r = this.getTrackPct(s);
7107
+ }), o = this.getTrackPct(s);
7111
7108
  return l`
7112
7109
  <style>
7113
7110
  .thumb${t} {
7114
- left: ${r}%;
7111
+ left: ${o}%;
7115
7112
  }
7116
7113
  </style>
7117
7114
  <div
@@ -7119,12 +7116,12 @@ let w = class extends Dt(g) {
7119
7116
  @focus=${() => {
7120
7117
  this.activeThumb = t === 1 ? "min" : "max";
7121
7118
  }}
7122
- @keydown=${(o) => this.onThumbKeyDown(o, t)}
7119
+ @keydown=${(n) => this.onThumbKeyDown(n, t)}
7123
7120
  role="slider"
7124
7121
  tabindex=${this.disabled ? -1 : 0}
7125
7122
  aria-disabled=${String(!!this.disabled)}
7126
7123
  aria-label=${t === 1 ? "Minumum value" : "Maximum Value"}
7127
- aria-valuemin=${n}
7124
+ aria-valuemin=${r}
7128
7125
  aria-valuemax=${i}
7129
7126
  aria-valuenow=${s}
7130
7127
  >
@@ -7158,11 +7155,11 @@ let w = class extends Dt(g) {
7158
7155
  `;
7159
7156
  }
7160
7157
  getInputTemplate(t) {
7161
- const e = t === 1 ? "min" : "max", s = this.editingField === e, n = e === "min" ? this.valueMin : this.valueMax, {
7158
+ const e = t === 1 ? "min" : "max", s = this.editingField === e, r = e === "min" ? this.valueMin : this.valueMax, {
7162
7159
  formattedValue: i,
7163
- unitSymbol: r,
7164
- unitSymbolPosition: o
7165
- } = this.formatNumber(n), h = this.unitSymbolPosition ?? o, d = this.unitSymbol ?? r, m = d ? h === "left" ? `${d} ${i}` : `${i} ${d}` : `${i}`, x = s ? "number" : "text", b = s ? String(n ?? "") : m, $ = t === 1 ? this.inputMinAriaLabel : this.inputMaxAriaLabel, T = typeof this.initialValueMax == "number" ? t === 1 ? "Start value" : "End value" : "Value", G = $ ?? T;
7160
+ unitSymbol: o,
7161
+ unitSymbolPosition: n
7162
+ } = 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;
7166
7163
  return l`
7167
7164
  <div class="input-wrapper">
7168
7165
  <input
@@ -7225,7 +7222,7 @@ let w = class extends Dt(g) {
7225
7222
  `;
7226
7223
  }
7227
7224
  };
7228
- w.styles = [sa, ra, oa, ia, na];
7225
+ w.styles = [sa, oa, na, ia, ra];
7229
7226
  _([
7230
7227
  a({ type: Number })
7231
7228
  ], w.prototype, "min", 2);
@@ -7297,7 +7294,7 @@ _([
7297
7294
  a({ type: String, converter: Ue })
7298
7295
  ], w.prototype, "size", 2);
7299
7296
  _([
7300
- a({ type: Boolean, converter: f })
7297
+ a({ type: Boolean, converter: m })
7301
7298
  ], w.prototype, "disabled", 2);
7302
7299
  _([
7303
7300
  a({ type: String, attribute: "input-min-aria-label" })
@@ -7426,15 +7423,15 @@ const ca = u`
7426
7423
  "icon-button-variant": "primary"
7427
7424
  }
7428
7425
  };
7429
- var ma = Object.defineProperty, fa = Object.getOwnPropertyDescriptor, J = (t, e, s, n) => {
7430
- for (var i = n > 1 ? void 0 : n ? fa(e, s) : e, r = t.length - 1, o; r >= 0; r--)
7431
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
7432
- return n && i && ma(e, s, i), i;
7426
+ var ma = Object.defineProperty, fa = Object.getOwnPropertyDescriptor, J = (t, e, s, r) => {
7427
+ for (var i = r > 1 ? void 0 : r ? fa(e, s) : e, o = t.length - 1, n; o >= 0; o--)
7428
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
7429
+ return r && i && ma(e, s, i), i;
7433
7430
  };
7434
7431
  let M = class extends g {
7435
7432
  constructor() {
7436
7433
  super(...arguments), this.selectedTab = 0, this.mode = "light", this.variant = "primary", this.size = "large", this.disabled = !1, this.focusedTabIndex = -1, this.handleKeyDown = (t) => {
7437
- var e, s, n, i;
7434
+ var e, s, r, i;
7438
7435
  if (!(this.focusedTabIndex < 0))
7439
7436
  switch (t.key) {
7440
7437
  case "ArrowRight":
@@ -7443,7 +7440,7 @@ let M = class extends g {
7443
7440
  break;
7444
7441
  case "ArrowLeft":
7445
7442
  case "Left":
7446
- t.preventDefault(), this.focusedTabIndex - 1 >= 0 && (this.focusedTabIndex -= 1, (n = this.tabs[this.focusedTabIndex]) == null || n.focus());
7443
+ t.preventDefault(), this.focusedTabIndex - 1 >= 0 && (this.focusedTabIndex -= 1, (r = this.tabs[this.focusedTabIndex]) == null || r.focus());
7447
7444
  break;
7448
7445
  case "Enter":
7449
7446
  case " ":
@@ -7453,16 +7450,16 @@ let M = class extends g {
7453
7450
  }, this.hasScrollLeft = !1, this.hasScrollRight = !1, this.resizeObserver = new ResizeObserver(() => {
7454
7451
  this.handleScrollNav();
7455
7452
  }), this.handleScrollNav = () => {
7456
- var e, s, n, i;
7453
+ var e, s, r, i;
7457
7454
  const t = ((e = this.nav) == null ? void 0 : e.scrollLeft) + ((s = this.nav) == null ? void 0 : s.clientWidth);
7458
- this.hasScrollLeft = ((n = this.nav) == null ? void 0 : n.scrollLeft) > 0, this.hasScrollRight = t < ((i = this.nav) == null ? void 0 : i.scrollWidth);
7455
+ this.hasScrollLeft = ((r = this.nav) == null ? void 0 : r.scrollLeft) > 0, this.hasScrollRight = t < ((i = this.nav) == null ? void 0 : i.scrollWidth);
7459
7456
  }, this.handleScrollLeft = () => {
7460
7457
  this.nav.scrollBy({ left: -150, behavior: "smooth" });
7461
7458
  }, this.handleScrollRight = () => {
7462
7459
  this.nav.scrollBy({ left: 150, behavior: "smooth" });
7463
7460
  }, this.handleFocus = (t) => {
7464
- var n;
7465
- const e = t.target, s = ((n = this.tabs) == null ? void 0 : n.findIndex((i) => i === e)) ?? -1;
7461
+ var r;
7462
+ const e = t.target, s = ((r = this.tabs) == null ? void 0 : r.findIndex((i) => i === e)) ?? -1;
7466
7463
  if (s < 0 || this.disabled) {
7467
7464
  t.preventDefault();
7468
7465
  return;
@@ -7482,7 +7479,7 @@ let M = class extends g {
7482
7479
  var i;
7483
7480
  if (!this.theme || t === "left" && !this.hasScrollLeft || t === "right" && !this.hasScrollRight)
7484
7481
  return c;
7485
- const s = `arrow-${t}`, n = (i = pa[this.theme]) == null ? void 0 : i["icon-button-variant"];
7482
+ const s = `arrow-${t}`, r = (i = pa[this.theme]) == null ? void 0 : i["icon-button-variant"];
7486
7483
  return this.componentFactory.createIconButton({
7487
7484
  class: `nav-arrow ${t}`,
7488
7485
  "data-aria-label": `nav-arrow-${t}`,
@@ -7490,7 +7487,7 @@ let M = class extends g {
7490
7487
  size: ["xxsmall", "xsmall", "small"].includes(this.size) ? "medium" : "large",
7491
7488
  "icon-name": s,
7492
7489
  mode: this.mode,
7493
- variant: n
7490
+ variant: r
7494
7491
  });
7495
7492
  }
7496
7493
  firstUpdated() {
@@ -7516,12 +7513,12 @@ let M = class extends g {
7516
7513
  });
7517
7514
  }
7518
7515
  selectTab(t) {
7519
- var s, n, i, r, o;
7516
+ var s, r, i, o, n;
7520
7517
  (s = this.tabs) == null || s.forEach((h, d) => {
7521
7518
  h.removeAttribute("selected"), h.setAttribute("aria-selected", d === t ? "true" : "false");
7522
- }), (n = this.tabs[t]) == null || n.setAttribute("selected", ""), this.panels.forEach((h) => h.removeAttribute("selected")), (i = this.panels[t]) == null || i.setAttribute("selected", "");
7523
- const e = (r = this.tabs) == null ? void 0 : r[this.selectedTab];
7524
- this.nav.scrollLeft = (e == null ? void 0 : e.offsetLeft) - ((o = this.nav) == null ? void 0 : o.offsetWidth) / 2;
7519
+ }), (r = this.tabs[t]) == null || r.setAttribute("selected", ""), this.panels.forEach((h) => h.removeAttribute("selected")), (i = this.panels[t]) == null || i.setAttribute("selected", "");
7520
+ const e = (o = this.tabs) == null ? void 0 : o[this.selectedTab];
7521
+ this.nav.scrollLeft = (e == null ? void 0 : e.offsetLeft) - ((n = this.nav) == null ? void 0 : n.offsetWidth) / 2;
7525
7522
  }
7526
7523
  setupTabAccessibility() {
7527
7524
  var t;
@@ -7542,8 +7539,8 @@ let M = class extends g {
7542
7539
  }
7543
7540
  handleSelect(t) {
7544
7541
  let e;
7545
- this.tabs.forEach((s, n) => {
7546
- (s === t.target || s.contains(t.target)) && (e = n);
7542
+ this.tabs.forEach((s, r) => {
7543
+ (s === t.target || s.contains(t.target)) && (e = r);
7547
7544
  }), !(typeof e != "number" || e === this.selectedTab) && this.handleChangeSelectedTab(e);
7548
7545
  }
7549
7546
  get classes() {
@@ -7591,7 +7588,7 @@ J([
7591
7588
  a({ type: String })
7592
7589
  ], M.prototype, "size", 2);
7593
7590
  J([
7594
- a({ type: Boolean, converter: f })
7591
+ a({ type: Boolean, converter: m })
7595
7592
  ], M.prototype, "disabled", 2);
7596
7593
  J([
7597
7594
  y()
@@ -7629,10 +7626,10 @@ const ba = Jt`
7629
7626
  cursor: pointer;
7630
7627
  }
7631
7628
  `;
7632
- var ya = Object.defineProperty, ga = Object.getOwnPropertyDescriptor, Qt = (t, e, s, n) => {
7633
- for (var i = n > 1 ? void 0 : n ? ga(e, s) : e, r = t.length - 1, o; r >= 0; r--)
7634
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
7635
- return n && i && ya(e, s, i), i;
7629
+ var ya = Object.defineProperty, ga = Object.getOwnPropertyDescriptor, Qt = (t, e, s, r) => {
7630
+ for (var i = r > 1 ? void 0 : r ? ga(e, s) : e, o = t.length - 1, n; o >= 0; o--)
7631
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
7632
+ return r && i && ya(e, s, i), i;
7636
7633
  };
7637
7634
  let $t = class extends g {
7638
7635
  constructor() {
@@ -7669,21 +7666,21 @@ let $t = class extends g {
7669
7666
  render() {
7670
7667
  return this.show ? l`
7671
7668
  <div class=${p(this.classes)}>
7672
- ${ot(this.iconPosition === "left", () => l`${this.iconTemplate}`)}
7669
+ ${nt(this.iconPosition === "left", () => l`${this.iconTemplate}`)}
7673
7670
  <slot></slot>
7674
- ${ot(this.iconPosition === "right", () => l`${this.iconTemplate}`)}
7671
+ ${nt(this.iconPosition === "right", () => l`${this.iconTemplate}`)}
7675
7672
  </div>
7676
7673
  ` : c;
7677
7674
  }
7678
7675
  };
7679
7676
  $t.styles = [ba, va];
7680
7677
  Qt([
7681
- a({ type: Boolean, converter: f })
7678
+ a({ type: Boolean, converter: m })
7682
7679
  ], $t.prototype, "show", 2);
7683
7680
  Qt([
7684
7681
  a({
7685
7682
  type: Boolean,
7686
- converter: f,
7683
+ converter: m,
7687
7684
  attribute: "clickable-icon"
7688
7685
  })
7689
7686
  ], $t.prototype, "clickableIcon", 2);
@@ -7724,10 +7721,10 @@ const $a = u`
7724
7721
  text-transform: uppercase;
7725
7722
  }
7726
7723
  `;
7727
- var xa = Object.defineProperty, wa = Object.getOwnPropertyDescriptor, _t = (t, e, s, n) => {
7728
- for (var i = n > 1 ? void 0 : n ? wa(e, s) : e, r = t.length - 1, o; r >= 0; r--)
7729
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
7730
- return n && i && xa(e, s, i), i;
7724
+ var xa = Object.defineProperty, wa = Object.getOwnPropertyDescriptor, _t = (t, e, s, r) => {
7725
+ for (var i = r > 1 ? void 0 : r ? wa(e, s) : e, o = t.length - 1, n; o >= 0; o--)
7726
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
7727
+ return r && i && xa(e, s, i), i;
7731
7728
  };
7732
7729
  let tt = class extends g {
7733
7730
  constructor() {
@@ -7744,7 +7741,7 @@ let tt = class extends g {
7744
7741
  };
7745
7742
  }
7746
7743
  get customElementTemplate() {
7747
- return !this.htmlTagName || !this.value ? c : l`${rs(`<${this.htmlTagName} class="text">${this.value}</${this.htmlTagName}>`)}`;
7744
+ return !this.htmlTagName || !this.value ? c : l`${os(`<${this.htmlTagName} class="text">${this.value}</${this.htmlTagName}>`)}`;
7748
7745
  }
7749
7746
  get styles() {
7750
7747
  return C`
@@ -7788,7 +7785,7 @@ _t([
7788
7785
  a({ type: String, reflect: !0 })
7789
7786
  ], tt.prototype, "color", 2);
7790
7787
  _t([
7791
- a({ type: Boolean, converter: f, reflect: !0 })
7788
+ a({ type: Boolean, converter: m, reflect: !0 })
7792
7789
  ], tt.prototype, "uppercase", 2);
7793
7790
  tt = _t([
7794
7791
  v("ds-text")
@@ -7798,10 +7795,10 @@ const Sa = u`
7798
7795
  display: contents;
7799
7796
  }
7800
7797
  `;
7801
- var _a = Object.defineProperty, Ta = Object.getOwnPropertyDescriptor, Se = (t, e, s, n) => {
7802
- for (var i = n > 1 ? void 0 : n ? Ta(e, s) : e, r = t.length - 1, o; r >= 0; r--)
7803
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
7804
- return n && i && _a(e, s, i), i;
7798
+ var _a = Object.defineProperty, Ta = Object.getOwnPropertyDescriptor, Se = (t, e, s, r) => {
7799
+ for (var i = r > 1 ? void 0 : r ? Ta(e, s) : e, o = t.length - 1, n; o >= 0; o--)
7800
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
7801
+ return r && i && _a(e, s, i), i;
7805
7802
  };
7806
7803
  let zt = class extends Hs(g) {
7807
7804
  constructor() {
@@ -7839,9 +7836,9 @@ let zt = class extends Hs(g) {
7839
7836
  `;
7840
7837
  }
7841
7838
  get lengthTemplate() {
7842
- var e, s, n;
7839
+ var e, s, r;
7843
7840
  const t = (s = (e = this.nativeInput) == null ? void 0 : e.maxLength) == null ? void 0 : s.toString();
7844
- return Ws(t) ? l`<span class="char-counter">${((n = this.inputStates.currentValue) == null ? void 0 : n.length) || 0}/${t}</span>` : c;
7841
+ return Ws(t) ? l`<span class="char-counter">${((r = this.inputStates.currentValue) == null ? void 0 : r.length) || 0}/${t}</span>` : c;
7845
7842
  }
7846
7843
  get helperTextTemplate() {
7847
7844
  return this.forcedError || this.inputStates.invalid && this.invalidError ? c : l`<span class="support-text helper-text">${this.helperText}</span>`;
@@ -7897,17 +7894,17 @@ const Ca = {
7897
7894
  ]
7898
7895
  }
7899
7896
  };
7900
- var ka = Object.defineProperty, Ea = Object.getOwnPropertyDescriptor, _e = (t, e, s, n) => {
7901
- for (var i = n > 1 ? void 0 : n ? Ea(e, s) : e, r = t.length - 1, o; r >= 0; r--)
7902
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
7903
- return n && i && ka(e, s, i), i;
7897
+ var ka = Object.defineProperty, Ea = Object.getOwnPropertyDescriptor, _e = (t, e, s, r) => {
7898
+ for (var i = r > 1 ? void 0 : r ? Ea(e, s) : e, o = t.length - 1, n; o >= 0; o--)
7899
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
7900
+ return r && i && ka(e, s, i), i;
7904
7901
  };
7905
7902
  let Wt = class extends ut {
7906
7903
  constructor() {
7907
7904
  super(...arguments), this.loadFonts = !0, this.loadStyles = !0, this.cssLoaded = !1, this.loadedFonts = /* @__PURE__ */ new Set();
7908
7905
  }
7909
7906
  updated(t) {
7910
- super.updated(t), t.has("theme") && (oe.publish("theme", this.theme), window.DS_THEME = this.theme, this.loadThemeFonts(), this.loadThemeStyles().then(() => {
7907
+ super.updated(t), t.has("theme") && (ne.publish("theme", this.theme), window.DS_THEME = this.theme, this.loadThemeFonts(), this.loadThemeStyles().then(() => {
7911
7908
  this.cssLoaded = !0;
7912
7909
  }));
7913
7910
  }
@@ -7919,8 +7916,8 @@ let Wt = class extends ut {
7919
7916
  }
7920
7917
  async loadThemeFont({ weight: t, name: e, file: s }) {
7921
7918
  if (!this.loadFonts) return Promise.resolve();
7922
- const n = `${e}-${t}`;
7923
- if (this.loadedFonts.has(n)) return;
7919
+ const r = `${e}-${t}`;
7920
+ if (this.loadedFonts.has(r)) return;
7924
7921
  const i = new FontFace(
7925
7922
  e,
7926
7923
  `url('https://ds-assets.cupra.com/fonts/${this.theme}/${s}.woff2') format('woff2'),
@@ -7934,18 +7931,18 @@ let Wt = class extends ut {
7934
7931
  }
7935
7932
  );
7936
7933
  try {
7937
- await i.load(), document.fonts.add(i), this.loadedFonts.add(n);
7938
- } catch (r) {
7939
- console.error(`Error loading "${e}" font with "${t}" weight:`, r);
7934
+ await i.load(), document.fonts.add(i), this.loadedFonts.add(r);
7935
+ } catch (o) {
7936
+ console.error(`Error loading "${e}" font with "${t}" weight:`, o);
7940
7937
  }
7941
7938
  }
7942
7939
  loadThemeStyles() {
7943
7940
  return this.loadStyles ? new Promise((t, e) => {
7944
- const s = "/0.2.0-canary.0", n = `https://ds-assets.cupra.com${s}/styles/${this.theme}/theme.css`;
7945
- if (document.head.querySelector(`link[href="${n}"]`)) t();
7941
+ const s = "/1.0.0-canary.2", r = `https://ds-assets.cupra.com${s}/styles/${this.theme}/theme.css`;
7942
+ if (document.head.querySelector(`link[href="${r}"]`)) t();
7946
7943
  else {
7947
- const i = `ui-kit-theme-${s}`, r = document.getElementById(i), o = document.createElement("link");
7948
- o.id = i, o.rel = "stylesheet", o.href = n, o.onload = () => t(), o.onerror = () => e(new Error(`Failed to load theme CSS: ${n}`)), document.head.appendChild(o), r == null || r.remove();
7944
+ const i = `ui-kit-theme-${s}`, o = document.getElementById(i), n = document.createElement("link");
7945
+ 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();
7949
7946
  }
7950
7947
  }) : Promise.resolve();
7951
7948
  }
@@ -7954,10 +7951,10 @@ let Wt = class extends ut {
7954
7951
  }
7955
7952
  };
7956
7953
  _e([
7957
- a({ type: Boolean, converter: f, attribute: "load-fonts" })
7954
+ a({ type: Boolean, converter: m, attribute: "load-fonts" })
7958
7955
  ], Wt.prototype, "loadFonts", 2);
7959
7956
  _e([
7960
- a({ type: Boolean, converter: f, attribute: "load-styles" })
7957
+ a({ type: Boolean, converter: m, attribute: "load-styles" })
7961
7958
  ], Wt.prototype, "loadStyles", 2);
7962
7959
  _e([
7963
7960
  ye({ context: Os }),
@@ -7977,10 +7974,10 @@ const Oa = u`
7977
7974
  display: contents;
7978
7975
  }
7979
7976
  `;
7980
- var Pa = Object.defineProperty, za = Object.getOwnPropertyDescriptor, Te = (t, e, s, n) => {
7981
- for (var i = n > 1 ? void 0 : n ? za(e, s) : e, r = t.length - 1, o; r >= 0; r--)
7982
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
7983
- return n && i && Pa(e, s, i), i;
7977
+ var Pa = Object.defineProperty, za = Object.getOwnPropertyDescriptor, Te = (t, e, s, r) => {
7978
+ for (var i = r > 1 ? void 0 : r ? za(e, s) : e, o = t.length - 1, n; o >= 0; o--)
7979
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
7980
+ return r && i && Pa(e, s, i), i;
7984
7981
  };
7985
7982
  let It = class extends g {
7986
7983
  constructor() {
@@ -8038,8 +8035,8 @@ let It = class extends g {
8038
8035
  ${this.iconTemplate}
8039
8036
  <div class="content">
8040
8037
  <div class="header">
8041
- ${ot(this.title, () => l`<div class="title">${this.title}</div>`)}
8042
- ${ot(this.text, () => l`<div class="message">${this.text}</div>`)}
8038
+ ${nt(this.title, () => l`<div class="title">${this.title}</div>`)}
8039
+ ${nt(this.text, () => l`<div class="message">${this.text}</div>`)}
8043
8040
  </div>
8044
8041
  <slot></slot>
8045
8042
  </div>
@@ -8062,40 +8059,40 @@ Te([
8062
8059
  a({ type: String })
8063
8060
  ], It.prototype, "text", 2);
8064
8061
  Te([
8065
- a({ type: Boolean, converter: f, attribute: "data-template", reflect: !0 })
8062
+ a({ type: Boolean, converter: m, attribute: "data-template", reflect: !0 })
8066
8063
  ], It.prototype, "dataTemplate", 2);
8067
8064
  It = Te([
8068
8065
  v("ds-toast-message")
8069
8066
  ], It);
8070
8067
  const Ia = 1e4, Aa = () => typeof crypto < "u" && typeof crypto.randomUUID == "function" ? crypto.randomUUID() : Math.random().toString(36).substring(2);
8071
- class ne {
8068
+ class re {
8072
8069
  constructor() {
8073
8070
  this.toasts = [], this.subscribers = [], this.defaultDuration = Ia, this.handleAddToast = (e) => {
8074
- const { id: s = Aa(), status: n = "default", duration: i = this.defaultDuration, ...r } = e.detail || {}, o = {
8071
+ const { id: s = Aa(), status: r = "default", duration: i = this.defaultDuration, ...o } = e.detail || {}, n = {
8075
8072
  id: s,
8076
- status: n,
8077
- ...r,
8073
+ status: r,
8074
+ ...o,
8078
8075
  exiting: !1
8079
8076
  };
8080
- o.timeoutId = window.setTimeout(() => {
8077
+ n.timeoutId = window.setTimeout(() => {
8081
8078
  this.toasts.find((h) => h.id === s).exiting = !0, this.notifySubscribers();
8082
- }, i), this.toasts = [...this.toasts, o], this.notifySubscribers();
8079
+ }, i), this.toasts = [...this.toasts, n], this.notifySubscribers();
8083
8080
  }, this.handleRemoveToast = (e) => {
8084
- const { id: s, referenceId: n } = e.detail || {};
8085
- if (!s && !n) return;
8081
+ const { id: s, referenceId: r } = e.detail || {};
8082
+ if (!s && !r) return;
8086
8083
  let i;
8087
- s ? i = this.toasts.find((r) => r.id === s) : n && (i = this.toasts.find((r) => r.referenceId === n)), i && (i != null && i.timeoutId && window.clearTimeout(i.timeoutId), i.exiting = !0, this.notifySubscribers());
8084
+ 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());
8088
8085
  }, this.initialize();
8089
8086
  }
8090
8087
  initialize() {
8091
8088
  window.addEventListener("toast:add", this.handleAddToast), window.addEventListener("toast:remove", this.handleRemoveToast);
8092
8089
  }
8093
8090
  static getInstance() {
8094
- return ne.instance || (ne.instance = new ne()), ne.instance;
8091
+ return re.instance || (re.instance = new re()), re.instance;
8095
8092
  }
8096
8093
  removeToast(e) {
8097
- const s = this.toasts.find((n) => n.id === e);
8098
- s != null && s.timeoutId && window.clearTimeout(s.timeoutId), this.toasts = this.toasts.filter((n) => n.id !== e), this.notifySubscribers();
8094
+ const s = this.toasts.find((r) => r.id === e);
8095
+ s != null && s.timeoutId && window.clearTimeout(s.timeoutId), this.toasts = this.toasts.filter((r) => r.id !== e), this.notifySubscribers();
8099
8096
  }
8100
8097
  getToasts() {
8101
8098
  return [...this.toasts];
@@ -8110,34 +8107,34 @@ class ne {
8110
8107
  this.subscribers.forEach((s) => s(e));
8111
8108
  }
8112
8109
  }
8113
- const hi = ne.getInstance();
8110
+ const hi = re.getInstance();
8114
8111
  /**
8115
8112
  * @license
8116
8113
  * Copyright 2020 Google LLC
8117
8114
  * SPDX-License-Identifier: BSD-3-Clause
8118
8115
  */
8119
- const { I: Da } = en, di = () => document.createComment(""), Oe = (t, e, s) => {
8120
- var r;
8121
- const n = t._$AA.parentNode, i = e === void 0 ? t._$AB : e._$AA;
8116
+ const { I: Da } = er, di = () => document.createComment(""), Oe = (t, e, s) => {
8117
+ var o;
8118
+ const r = t._$AA.parentNode, i = e === void 0 ? t._$AB : e._$AA;
8122
8119
  if (s === void 0) {
8123
- const o = n.insertBefore(di(), i), h = n.insertBefore(di(), i);
8124
- s = new Da(o, h, t, t.options);
8120
+ const n = r.insertBefore(di(), i), h = r.insertBefore(di(), i);
8121
+ s = new Da(n, h, t, t.options);
8125
8122
  } else {
8126
- const o = s._$AB.nextSibling, h = s._$AM, d = h !== t;
8123
+ const n = s._$AB.nextSibling, h = s._$AM, d = h !== t;
8127
8124
  if (d) {
8128
- let m;
8129
- (r = s._$AQ) == null || r.call(s, t), s._$AM = t, s._$AP !== void 0 && (m = t._$AU) !== h._$AU && s._$AP(m);
8130
- }
8131
- if (o !== i || d) {
8132
- let m = s._$AA;
8133
- for (; m !== o; ) {
8134
- const x = m.nextSibling;
8135
- n.insertBefore(m, i), m = x;
8125
+ let f;
8126
+ (o = s._$AQ) == null || o.call(s, t), s._$AM = t, s._$AP !== void 0 && (f = t._$AU) !== h._$AU && s._$AP(f);
8127
+ }
8128
+ if (n !== i || d) {
8129
+ let f = s._$AA;
8130
+ for (; f !== n; ) {
8131
+ const x = f.nextSibling;
8132
+ r.insertBefore(f, i), f = x;
8136
8133
  }
8137
8134
  }
8138
8135
  }
8139
8136
  return s;
8140
- }, Lt = (t, e, s = t) => (t._$AI(e, s), t), Ba = {}, Na = (t, e = Ba) => t._$AH = e, La = (t) => t._$AH, Ss = (t) => {
8137
+ }, Lt = (t, e, s = t) => (t._$AI(e, s), t), Na = {}, Ba = (t, e = Na) => t._$AH = e, La = (t) => t._$AH, Ss = (t) => {
8141
8138
  t._$AR(), t._$AA.remove();
8142
8139
  };
8143
8140
  /**
@@ -8146,53 +8143,53 @@ const { I: Da } = en, di = () => document.createComment(""), Oe = (t, e, s) => {
8146
8143
  * SPDX-License-Identifier: BSD-3-Clause
8147
8144
  */
8148
8145
  const ui = (t, e, s) => {
8149
- const n = /* @__PURE__ */ new Map();
8150
- for (let i = e; i <= s; i++) n.set(t[i], i);
8151
- return n;
8146
+ const r = /* @__PURE__ */ new Map();
8147
+ for (let i = e; i <= s; i++) r.set(t[i], i);
8148
+ return r;
8152
8149
  }, Ma = js(class extends Fs {
8153
8150
  constructor(t) {
8154
8151
  if (super(t), t.type !== Ms.CHILD) throw Error("repeat() can only be used in text expressions");
8155
8152
  }
8156
8153
  dt(t, e, s) {
8157
- let n;
8158
- s === void 0 ? s = e : e !== void 0 && (n = e);
8159
- const i = [], r = [];
8160
- let o = 0;
8161
- for (const h of t) i[o] = n ? n(h, o) : o, r[o] = s(h, o), o++;
8162
- return { values: r, keys: i };
8154
+ let r;
8155
+ s === void 0 ? s = e : e !== void 0 && (r = e);
8156
+ const i = [], o = [];
8157
+ let n = 0;
8158
+ for (const h of t) i[n] = r ? r(h, n) : n, o[n] = s(h, n), n++;
8159
+ return { values: o, keys: i };
8163
8160
  }
8164
8161
  render(t, e, s) {
8165
8162
  return this.dt(t, e, s).values;
8166
8163
  }
8167
- update(t, [e, s, n]) {
8168
- const i = La(t), { values: r, keys: o } = this.dt(e, s, n);
8169
- if (!Array.isArray(i)) return this.ut = o, r;
8164
+ update(t, [e, s, r]) {
8165
+ const i = La(t), { values: o, keys: n } = this.dt(e, s, r);
8166
+ if (!Array.isArray(i)) return this.ut = n, o;
8170
8167
  const h = this.ut ?? (this.ut = []), d = [];
8171
- let m, x, b = 0, $ = i.length - 1, S = 0, T = r.length - 1;
8168
+ let f, x, b = 0, $ = i.length - 1, S = 0, T = o.length - 1;
8172
8169
  for (; b <= $ && S <= T; ) if (i[b] === null) b++;
8173
8170
  else if (i[$] === null) $--;
8174
- else if (h[b] === o[S]) d[S] = Lt(i[b], r[S]), b++, S++;
8175
- else if (h[$] === o[T]) d[T] = Lt(i[$], r[T]), $--, T--;
8176
- else if (h[b] === o[T]) d[T] = Lt(i[b], r[T]), Oe(t, d[T + 1], i[b]), b++, T--;
8177
- else if (h[$] === o[S]) d[S] = Lt(i[$], r[S]), Oe(t, i[b], i[$]), $--, S++;
8178
- else if (m === void 0 && (m = ui(o, S, T), x = ui(h, b, $)), m.has(h[b])) if (m.has(h[$])) {
8179
- const G = x.get(o[S]), U = G !== void 0 ? i[G] : null;
8171
+ else if (h[b] === n[S]) d[S] = Lt(i[b], o[S]), b++, S++;
8172
+ else if (h[$] === n[T]) d[T] = Lt(i[$], o[T]), $--, T--;
8173
+ else if (h[b] === n[T]) d[T] = Lt(i[b], o[T]), Oe(t, d[T + 1], i[b]), b++, T--;
8174
+ else if (h[$] === n[S]) d[S] = Lt(i[$], o[S]), Oe(t, i[b], i[$]), $--, S++;
8175
+ else if (f === void 0 && (f = ui(n, S, T), x = ui(h, b, $)), f.has(h[b])) if (f.has(h[$])) {
8176
+ const G = x.get(n[S]), U = G !== void 0 ? i[G] : null;
8180
8177
  if (U === null) {
8181
8178
  const Tt = Oe(t, i[b]);
8182
- Lt(Tt, r[S]), d[S] = Tt;
8183
- } else d[S] = Lt(U, r[S]), Oe(t, i[b], U), i[G] = null;
8179
+ Lt(Tt, o[S]), d[S] = Tt;
8180
+ } else d[S] = Lt(U, o[S]), Oe(t, i[b], U), i[G] = null;
8184
8181
  S++;
8185
8182
  } else Ss(i[$]), $--;
8186
8183
  else Ss(i[b]), b++;
8187
8184
  for (; S <= T; ) {
8188
8185
  const G = Oe(t, d[T + 1]);
8189
- Lt(G, r[S]), d[S++] = G;
8186
+ Lt(G, o[S]), d[S++] = G;
8190
8187
  }
8191
8188
  for (; b <= $; ) {
8192
8189
  const G = i[b++];
8193
8190
  G !== null && Ss(G);
8194
8191
  }
8195
- return this.ut = o, Na(t, d), pt;
8192
+ return this.ut = n, Ba(t, d), pt;
8196
8193
  }
8197
8194
  }), ja = u`
8198
8195
  :host {
@@ -8298,10 +8295,10 @@ const ui = (t, e, s) => {
8298
8295
  }
8299
8296
  }
8300
8297
  `;
8301
- var Ra = Object.defineProperty, Ua = Object.getOwnPropertyDescriptor, qs = (t, e, s, n) => {
8302
- for (var i = n > 1 ? void 0 : n ? Ua(e, s) : e, r = t.length - 1, o; r >= 0; r--)
8303
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
8304
- return n && i && Ra(e, s, i), i;
8298
+ var Ra = Object.defineProperty, Ua = Object.getOwnPropertyDescriptor, qs = (t, e, s, r) => {
8299
+ for (var i = r > 1 ? void 0 : r ? Ua(e, s) : e, o = t.length - 1, n; o >= 0; o--)
8300
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
8301
+ return r && i && Ra(e, s, i), i;
8305
8302
  };
8306
8303
  let je = class extends g {
8307
8304
  constructor() {
@@ -8330,10 +8327,10 @@ let je = class extends g {
8330
8327
  };
8331
8328
  let s = c;
8332
8329
  if (t.referenceId) {
8333
- const n = document.querySelector(`[data-id="${t.referenceId}"]`);
8334
- if (n) {
8335
- const i = n.cloneNode(!0);
8336
- i.setAttribute("data-template", "false"), i.setAttribute("data-id", t.id), s = rs(i.outerHTML);
8330
+ const r = document.querySelector(`[data-id="${t.referenceId}"]`);
8331
+ if (r) {
8332
+ const i = r.cloneNode(!0);
8333
+ i.setAttribute("data-template", "false"), i.setAttribute("data-id", t.id), s = os(i.outerHTML);
8337
8334
  }
8338
8335
  } else
8339
8336
  s = this.componentFactory.createToastMessage({
@@ -8378,10 +8375,10 @@ qs([
8378
8375
  je = qs([
8379
8376
  v("ds-toast")
8380
8377
  ], je);
8381
- var Va = Object.defineProperty, Ha = Object.getOwnPropertyDescriptor, Ke = (t, e, s, n) => {
8382
- for (var i = n > 1 ? void 0 : n ? Ha(e, s) : e, r = t.length - 1, o; r >= 0; r--)
8383
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
8384
- return n && i && Va(e, s, i), i;
8378
+ var Va = Object.defineProperty, Ha = Object.getOwnPropertyDescriptor, Ke = (t, e, s, r) => {
8379
+ for (var i = r > 1 ? void 0 : r ? Ha(e, s) : e, o = t.length - 1, n; o >= 0; o--)
8380
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
8381
+ return r && i && Va(e, s, i), i;
8385
8382
  };
8386
8383
  let fe = class extends E {
8387
8384
  constructor() {
@@ -8417,15 +8414,15 @@ let fe = class extends E {
8417
8414
  type=${this.type}
8418
8415
  @click=${this.handleClick}
8419
8416
  >
8420
- ${ot(this.iconPosition === "left", () => l`${this.iconTemplate}`)}
8417
+ ${nt(this.iconPosition === "left", () => l`${this.iconTemplate}`)}
8421
8418
  ${this.checked ? this.checkedText : this.uncheckedText}
8422
- ${ot(this.iconPosition === "right", () => l`${this.iconTemplate}`)}
8419
+ ${nt(this.iconPosition === "right", () => l`${this.iconTemplate}`)}
8423
8420
  </button>
8424
8421
  `;
8425
8422
  }
8426
8423
  };
8427
8424
  Ke([
8428
- a({ type: Boolean, converter: f, reflect: !0 })
8425
+ a({ type: Boolean, converter: m, reflect: !0 })
8429
8426
  ], fe.prototype, "checked", 2);
8430
8427
  Ke([
8431
8428
  a({ type: String, attribute: "checked-text" })
@@ -8434,7 +8431,7 @@ Ke([
8434
8431
  a({ type: String, attribute: "unchecked-text" })
8435
8432
  ], fe.prototype, "uncheckedText", 2);
8436
8433
  Ke([
8437
- a({ type: Boolean, converter: f })
8434
+ a({ type: Boolean, converter: m })
8438
8435
  ], fe.prototype, "rounded", 2);
8439
8436
  fe = Ke([
8440
8437
  v("ds-toggle-button", { skipTagAsComponentName: !0, extendComponentNames: ["ds-button"] })
@@ -8479,10 +8476,10 @@ const Wa = u`
8479
8476
  transition: left 200ms ease-in-out;
8480
8477
  }
8481
8478
  `;
8482
- var qa = Object.defineProperty, Ka = Object.getOwnPropertyDescriptor, Ce = (t, e, s, n) => {
8483
- for (var i = n > 1 ? void 0 : n ? Ka(e, s) : e, r = t.length - 1, o; r >= 0; r--)
8484
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
8485
- return n && i && qa(e, s, i), i;
8479
+ var qa = Object.defineProperty, Ka = Object.getOwnPropertyDescriptor, Ce = (t, e, s, r) => {
8480
+ for (var i = r > 1 ? void 0 : r ? Ka(e, s) : e, o = t.length - 1, n; o >= 0; o--)
8481
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
8482
+ return r && i && qa(e, s, i), i;
8486
8483
  };
8487
8484
  let At = class extends g {
8488
8485
  constructor() {
@@ -8552,10 +8549,10 @@ Ce([
8552
8549
  a({ type: String })
8553
8550
  ], At.prototype, "size", 2);
8554
8551
  Ce([
8555
- a({ type: Boolean, converter: f, reflect: !0 })
8552
+ a({ type: Boolean, converter: m, reflect: !0 })
8556
8553
  ], At.prototype, "checked", 2);
8557
8554
  Ce([
8558
- a({ type: Boolean, converter: f, reflect: !0 })
8555
+ a({ type: Boolean, converter: m, reflect: !0 })
8559
8556
  ], At.prototype, "disabled", 2);
8560
8557
  Ce([
8561
8558
  a({ type: String, reflect: !0 })
@@ -8720,12 +8717,12 @@ const Ga = u`
8720
8717
  transform: none;
8721
8718
  }
8722
8719
  `;
8723
- var Ja = Object.defineProperty, Za = Object.getOwnPropertyDescriptor, K = (t, e, s, n) => {
8724
- for (var i = n > 1 ? void 0 : n ? Za(e, s) : e, r = t.length - 1, o; r >= 0; r--)
8725
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
8726
- return n && i && Ja(e, s, i), i;
8720
+ var Ja = Object.defineProperty, Za = Object.getOwnPropertyDescriptor, K = (t, e, s, r) => {
8721
+ for (var i = r > 1 ? void 0 : r ? Za(e, s) : e, o = t.length - 1, n; o >= 0; o--)
8722
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
8723
+ return r && i && Ja(e, s, i), i;
8727
8724
  };
8728
- let N = class extends Dt(g) {
8725
+ let B = class extends Dt(g) {
8729
8726
  constructor() {
8730
8727
  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) => {
8731
8728
  var s;
@@ -8796,9 +8793,9 @@ let N = class extends Dt(g) {
8796
8793
  ` : c;
8797
8794
  }
8798
8795
  getTooltipWidth() {
8799
- const n = this.offsetLeft + this.scrollLeft + this.clientLeft, i = document.body.clientWidth - n - this.clientWidth;
8800
- let r;
8801
- return this.position === "left" ? r = n - 13 : this.position === "right" ? r = i - 13 : this.align === "center" ? r = (n < i ? n : i) * 2 + this.clientWidth : this.align === "start" ? r = document.body.clientWidth - n : this.align === "end" && (r = n + this.clientWidth), `${r - 16 - 32}px`;
8796
+ const r = this.offsetLeft + this.scrollLeft + this.clientLeft, i = document.body.clientWidth - r - this.clientWidth;
8797
+ let o;
8798
+ 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`;
8802
8799
  }
8803
8800
  get styleTokens() {
8804
8801
  return C`
@@ -8841,8 +8838,8 @@ let N = class extends Dt(g) {
8841
8838
  }
8842
8839
  handleMouseOut() {
8843
8840
  ["xs", "s", "m"].includes(this.viewport) || setTimeout(() => {
8844
- var t, e, s, n, i;
8845
- !((e = (t = this.tooltip) == null ? void 0 : t.matches) != null && e.call(t, ":hover")) && !((n = (s = this.arrow) == null ? void 0 : s.matches) != null && n.call(s, ":hover")) && !((i = this == null ? void 0 : this.matches) != null && i.call(this, ":hover")) && (this.show = !1);
8841
+ var t, e, s, r, i;
8842
+ !((e = (t = this.tooltip) == null ? void 0 : t.matches) != null && e.call(t, ":hover")) && !((r = (s = this.arrow) == null ? void 0 : s.matches) != null && r.call(s, ":hover")) && !((i = this == null ? void 0 : this.matches) != null && i.call(this, ":hover")) && (this.show = !1);
8846
8843
  }, 150);
8847
8844
  }
8848
8845
  handleClickCancelButton() {
@@ -8862,55 +8859,55 @@ let N = class extends Dt(g) {
8862
8859
  );
8863
8860
  }
8864
8861
  };
8865
- N.styles = [Ga, Ya, Xa];
8862
+ B.styles = [Ga, Ya, Xa];
8866
8863
  K([
8867
8864
  a({ type: String, reflect: !0 })
8868
- ], N.prototype, "mode", 2);
8865
+ ], B.prototype, "mode", 2);
8869
8866
  K([
8870
8867
  a({ type: String, attribute: "title-text" })
8871
- ], N.prototype, "titleText", 2);
8868
+ ], B.prototype, "titleText", 2);
8872
8869
  K([
8873
8870
  a({ type: String, attribute: "body-text" })
8874
- ], N.prototype, "bodyText", 2);
8871
+ ], B.prototype, "bodyText", 2);
8875
8872
  K([
8876
8873
  a({ type: String })
8877
- ], N.prototype, "position", 2);
8874
+ ], B.prototype, "position", 2);
8878
8875
  K([
8879
8876
  a({ type: String })
8880
- ], N.prototype, "align", 2);
8877
+ ], B.prototype, "align", 2);
8881
8878
  K([
8882
8879
  a({ type: String, attribute: "cancel-button-text" })
8883
- ], N.prototype, "cancelButtonText", 2);
8880
+ ], B.prototype, "cancelButtonText", 2);
8884
8881
  K([
8885
8882
  a({ type: String, attribute: "confirm-button-text" })
8886
- ], N.prototype, "confirmButtonText", 2);
8883
+ ], B.prototype, "confirmButtonText", 2);
8887
8884
  K([
8888
- a({ type: Boolean, reflect: !0, converter: f })
8889
- ], N.prototype, "show", 2);
8885
+ a({ type: Boolean, reflect: !0, converter: m })
8886
+ ], B.prototype, "show", 2);
8890
8887
  K([
8891
8888
  a({ type: Number, attribute: "z-index" })
8892
- ], N.prototype, "zIndex", 2);
8889
+ ], B.prototype, "zIndex", 2);
8893
8890
  K([
8894
8891
  a({ type: String, attribute: "body-width" })
8895
- ], N.prototype, "bodyWidth", 2);
8892
+ ], B.prototype, "bodyWidth", 2);
8896
8893
  K([
8897
8894
  ct(".tooltip")
8898
- ], N.prototype, "tooltip", 2);
8895
+ ], B.prototype, "tooltip", 2);
8899
8896
  K([
8900
8897
  ct(".arrow")
8901
- ], N.prototype, "arrow", 2);
8902
- N = K([
8898
+ ], B.prototype, "arrow", 2);
8899
+ B = K([
8903
8900
  v("ds-tooltip")
8904
- ], N);
8901
+ ], B);
8905
8902
  const Qa = u`
8906
8903
  :host {
8907
8904
  display: contents;
8908
8905
  }
8909
8906
  `;
8910
- var tl = Object.defineProperty, el = Object.getOwnPropertyDescriptor, Ge = (t, e, s, n) => {
8911
- for (var i = n > 1 ? void 0 : n ? el(e, s) : e, r = t.length - 1, o; r >= 0; r--)
8912
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
8913
- return n && i && tl(e, s, i), i;
8907
+ var tl = Object.defineProperty, el = Object.getOwnPropertyDescriptor, Ge = (t, e, s, r) => {
8908
+ for (var i = r > 1 ? void 0 : r ? el(e, s) : e, o = t.length - 1, n; o >= 0; o--)
8909
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
8910
+ return r && i && tl(e, s, i), i;
8914
8911
  };
8915
8912
  let qt = class extends g {
8916
8913
  constructor() {
@@ -8986,7 +8983,7 @@ Ge([
8986
8983
  a({ type: String })
8987
8984
  ], qt.prototype, "name", 2);
8988
8985
  Ge([
8989
- a({ type: Boolean, converter: f, reflect: !0 })
8986
+ a({ type: Boolean, converter: m, reflect: !0 })
8990
8987
  ], qt.prototype, "disabled", 2);
8991
8988
  Ge([
8992
8989
  et({ slot: "media", selector: "img" })
@@ -8999,10 +8996,10 @@ const sl = u`
8999
8996
  display: contents;
9000
8997
  }
9001
8998
  `;
9002
- var il = Object.defineProperty, nl = Object.getOwnPropertyDescriptor, Ks = (t, e, s, n) => {
9003
- for (var i = n > 1 ? void 0 : n ? nl(e, s) : e, r = t.length - 1, o; r >= 0; r--)
9004
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
9005
- return n && i && il(e, s, i), i;
8999
+ var il = Object.defineProperty, rl = Object.getOwnPropertyDescriptor, Ks = (t, e, s, r) => {
9000
+ for (var i = r > 1 ? void 0 : r ? rl(e, s) : e, o = t.length - 1, n; o >= 0; o--)
9001
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
9002
+ return r && i && il(e, s, i), i;
9006
9003
  };
9007
9004
  let Fe = class extends g {
9008
9005
  constructor() {
@@ -9024,10 +9021,10 @@ let Fe = class extends g {
9024
9021
  aria-label="Steps"
9025
9022
  >
9026
9023
  ${Array.from({ length: this.steps }, (e, s) => {
9027
- const n = s <= t, i = s === t;
9024
+ const r = s <= t, i = s === t;
9028
9025
  return l`<span class=${p({
9029
9026
  step: !0,
9030
- active: n,
9027
+ active: r,
9031
9028
  current: i
9032
9029
  })} role="listitem" aria-posinset=${s + 1} aria-setsize=${this.steps} aria-current=${i ? "step" : "false"}></span>`;
9033
9030
  })}
@@ -9045,15 +9042,15 @@ Ks([
9045
9042
  Fe = Ks([
9046
9043
  v("ds-stepper")
9047
9044
  ], Fe);
9048
- const rl = u`
9045
+ const ol = u`
9049
9046
  :host {
9050
9047
  display: contents;
9051
9048
  }
9052
9049
  `;
9053
- var ol = Object.defineProperty, al = Object.getOwnPropertyDescriptor, fs = (t, e, s, n) => {
9054
- for (var i = n > 1 ? void 0 : n ? al(e, s) : e, r = t.length - 1, o; r >= 0; r--)
9055
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
9056
- return n && i && ol(e, s, i), i;
9050
+ var nl = Object.defineProperty, al = Object.getOwnPropertyDescriptor, fs = (t, e, s, r) => {
9051
+ for (var i = r > 1 ? void 0 : r ? al(e, s) : e, o = t.length - 1, n; o >= 0; o--)
9052
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
9053
+ return r && i && nl(e, s, i), i;
9057
9054
  };
9058
9055
  let be = class extends Dt(g) {
9059
9056
  constructor() {
@@ -9099,15 +9096,15 @@ let be = class extends Dt(g) {
9099
9096
  `;
9100
9097
  }
9101
9098
  };
9102
- be.styles = [rl];
9099
+ be.styles = [ol];
9103
9100
  fs([
9104
9101
  a({ type: String, converter: Ue })
9105
9102
  ], be.prototype, "size", 2);
9106
9103
  fs([
9107
- Ns({ slot: "header", flatten: !0 })
9104
+ Bs({ slot: "header", flatten: !0 })
9108
9105
  ], be.prototype, "headerItems", 2);
9109
9106
  fs([
9110
- Ns({ slot: "footer", flatten: !0 })
9107
+ Bs({ slot: "footer", flatten: !0 })
9111
9108
  ], be.prototype, "footerItems", 2);
9112
9109
  be = fs([
9113
9110
  v("ds-static-box")
@@ -9117,10 +9114,10 @@ const ll = u`
9117
9114
  display: contents;
9118
9115
  }
9119
9116
  `;
9120
- var cl = Object.defineProperty, hl = Object.getOwnPropertyDescriptor, bs = (t, e, s, n) => {
9121
- for (var i = n > 1 ? void 0 : n ? hl(e, s) : e, r = t.length - 1, o; r >= 0; r--)
9122
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
9123
- return n && i && cl(e, s, i), i;
9117
+ var cl = Object.defineProperty, hl = Object.getOwnPropertyDescriptor, bs = (t, e, s, r) => {
9118
+ for (var i = r > 1 ? void 0 : r ? hl(e, s) : e, o = t.length - 1, n; o >= 0; o--)
9119
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
9120
+ return r && i && cl(e, s, i), i;
9124
9121
  };
9125
9122
  let ve = class extends g {
9126
9123
  constructor() {
@@ -9151,7 +9148,7 @@ let ve = class extends g {
9151
9148
  }
9152
9149
  get contentTemplate() {
9153
9150
  return this.error ? c : l`
9154
- <div part="container" class=${p(this.classes)} data-testid="ds-interactive-card-container">
9151
+ <div part="container" class=${p(this.classes)} data-testid="ds-interactive-card-container" tabindex="0">
9155
9152
  <header class="header" part="header">
9156
9153
  <div class="header-main">
9157
9154
  <slot name="title" class="title" part="title"></slot>
@@ -9187,10 +9184,10 @@ bs([
9187
9184
  a({ type: String })
9188
9185
  ], ve.prototype, "size", 2);
9189
9186
  bs([
9190
- a({ type: Boolean, converter: f })
9187
+ a({ type: Boolean, converter: m })
9191
9188
  ], ve.prototype, "selected", 2);
9192
9189
  bs([
9193
- a({ type: Boolean, converter: f })
9190
+ a({ type: Boolean, converter: m })
9194
9191
  ], ve.prototype, "error", 2);
9195
9192
  ve = bs([
9196
9193
  v("ds-interactive-card")
@@ -9213,20 +9210,31 @@ const dl = u`
9213
9210
  box-sizing: border-box;
9214
9211
  }
9215
9212
  `;
9216
- var ul = Object.defineProperty, pl = Object.getOwnPropertyDescriptor, Gs = (t, e, s, n) => {
9217
- for (var i = n > 1 ? void 0 : n ? pl(e, s) : e, r = t.length - 1, o; r >= 0; r--)
9218
- (o = t[r]) && (i = (n ? o(e, s, i) : o(i)) || i);
9219
- return n && i && ul(e, s, i), i;
9213
+ var ul = Object.defineProperty, pl = Object.getOwnPropertyDescriptor, Gs = (t, e, s, r) => {
9214
+ for (var i = r > 1 ? void 0 : r ? pl(e, s) : e, o = t.length - 1, n; o >= 0; o--)
9215
+ (n = t[o]) && (i = (r ? n(e, s, i) : n(i)) || i);
9216
+ return r && i && ul(e, s, i), i;
9220
9217
  };
9221
9218
  let Re = class extends g {
9222
9219
  constructor() {
9223
9220
  super(...arguments), this.open = !1, this.toggleModal = () => {
9224
9221
  this.open = !this.open;
9225
9222
  }, this.handleSlotChange = (t) => {
9226
- const n = t.target.assignedElements().find((i) => i.tagName === "DS-BUTTON");
9227
- this.setMainCtaSize(n);
9223
+ const r = t.target.assignedElements().find((i) => i.tagName === "DS-BUTTON");
9224
+ this.setMainCtaSize(r);
9228
9225
  }, this.setMainCtaSize = (t) => {
9229
- t && (t.size = { xxl: "large", xl: "large", l: "medium", m: "medium", s: "small", xs: "small", xxs: "small" });
9226
+ t && t.setAttribute(
9227
+ "size",
9228
+ JSON.stringify({
9229
+ xxl: "large",
9230
+ xl: "large",
9231
+ l: "medium",
9232
+ m: "medium",
9233
+ s: "small",
9234
+ xs: "small",
9235
+ xxs: "small"
9236
+ })
9237
+ );
9230
9238
  };
9231
9239
  }
9232
9240
  firstUpdated(t) {
@@ -9242,7 +9250,15 @@ let Re = class extends g {
9242
9250
  "@click": this.toggleModal,
9243
9251
  "data-testid": "modal-button",
9244
9252
  "data-aria-label": "more actions",
9245
- size: { xxl: "large", xl: "large", l: "medium", m: "medium", s: "small", xs: "small", xxs: "small" }
9253
+ size: JSON.stringify({
9254
+ xxl: "large",
9255
+ xl: "large",
9256
+ l: "medium",
9257
+ m: "medium",
9258
+ s: "small",
9259
+ xs: "small",
9260
+ xxs: "small"
9261
+ })
9246
9262
  });
9247
9263
  }
9248
9264
  classes() {
@@ -9284,3 +9300,396 @@ Gs([
9284
9300
  Re = Gs([
9285
9301
  v("ds-sidebar-navigation")
9286
9302
  ], Re);
9303
+ const Cl = [
9304
+ "9-circles",
9305
+ "ad-color",
9306
+ "ae-color",
9307
+ "af-color",
9308
+ "ag-color",
9309
+ "ai-color",
9310
+ "al-color",
9311
+ "am-color",
9312
+ "an-color",
9313
+ "ao-color",
9314
+ "ar-color",
9315
+ "arrow-down",
9316
+ "arrow-down-line",
9317
+ "arrow-download",
9318
+ "arrow-exit",
9319
+ "arrow-expand",
9320
+ "arrow-external-link",
9321
+ "arrow-left",
9322
+ "arrow-left-line",
9323
+ "arrow-reload",
9324
+ "arrow-right",
9325
+ "arrow-right-line",
9326
+ "arrow-rotate-360",
9327
+ "arrow-rotate-360-horizontal",
9328
+ "arrow-switch",
9329
+ "arrow-up",
9330
+ "arrow-up-line",
9331
+ "arrow-upload",
9332
+ "at-color",
9333
+ "au-color",
9334
+ "aw-color",
9335
+ "ax-color",
9336
+ "az-color",
9337
+ "b-color",
9338
+ "ba-color",
9339
+ "battery-g-4-01",
9340
+ "battery-inclined-fill",
9341
+ "battery-vertical-100",
9342
+ "battery-2-sub-arrows-up",
9343
+ "battery-3-sub-arrows-up",
9344
+ "bb-color",
9345
+ "bd-color",
9346
+ "be-color",
9347
+ "bell",
9348
+ "bf-color",
9349
+ "bg-color",
9350
+ "bh-color",
9351
+ "bi-color",
9352
+ "bill",
9353
+ "bin",
9354
+ "bj-color",
9355
+ "bm-color",
9356
+ "bn-color",
9357
+ "bo-color",
9358
+ "book-mark",
9359
+ "box",
9360
+ "br-color",
9361
+ "bs-color",
9362
+ "bt-color",
9363
+ "bw-color",
9364
+ "by-color",
9365
+ "bz-color",
9366
+ "c-color",
9367
+ "ca-color",
9368
+ "cable",
9369
+ "caf-color",
9370
+ "calendar",
9371
+ "camera",
9372
+ "car-arrow-down",
9373
+ "car-compare",
9374
+ "car-door",
9375
+ "car-frontal",
9376
+ "car-imodel",
9377
+ "car-in-window",
9378
+ "car-lateral",
9379
+ "car-model",
9380
+ "car-seat",
9381
+ "cart",
9382
+ "cart-down",
9383
+ "cas-color",
9384
+ "cd-color",
9385
+ "cercle-ribbon-check",
9386
+ "ceu-color",
9387
+ "cf-color",
9388
+ "cg-color",
9389
+ "ch-color",
9390
+ "charger-acc",
9391
+ "charger-type-2",
9392
+ "chat-bubble",
9393
+ "check",
9394
+ "check-mark-circle",
9395
+ "ci-color",
9396
+ "city",
9397
+ "cl-color",
9398
+ "clock",
9399
+ "cloud-co-2",
9400
+ "cm-color",
9401
+ "cn-color",
9402
+ "cna-color",
9403
+ "co-color",
9404
+ "coc-color",
9405
+ "computer-display",
9406
+ "cr-color",
9407
+ "credit-card",
9408
+ "cross",
9409
+ "cross-circle",
9410
+ "csa-color",
9411
+ "cu-color",
9412
+ "cv-color",
9413
+ "cy-color",
9414
+ "cz-color",
9415
+ "de-color",
9416
+ "dj-color",
9417
+ "dk-color",
9418
+ "dm-color",
9419
+ "do-color",
9420
+ "document",
9421
+ "document-check",
9422
+ "document-copy",
9423
+ "document-download",
9424
+ "document-time",
9425
+ "dot",
9426
+ "dz-color",
9427
+ "ec-color",
9428
+ "eco-color",
9429
+ "ee-color",
9430
+ "eg-color",
9431
+ "electric-station",
9432
+ "engine",
9433
+ "envelope",
9434
+ "equals-sign",
9435
+ "er-color",
9436
+ "es-color",
9437
+ "et-color",
9438
+ "eu-color",
9439
+ "euro",
9440
+ "exclamation-mark-circle",
9441
+ "exclamation-mark-triangle",
9442
+ "eye",
9443
+ "eye-crossed-out",
9444
+ "facebook",
9445
+ "fi-color",
9446
+ "filter",
9447
+ "fj-color",
9448
+ "fk-color",
9449
+ "fm-color",
9450
+ "fr-color",
9451
+ "fuel-station",
9452
+ "ga-color",
9453
+ "garage",
9454
+ "gb-color",
9455
+ "gd-color",
9456
+ "ge-color",
9457
+ "gear",
9458
+ "gg-color",
9459
+ "gh-color",
9460
+ "gi-color",
9461
+ "globe",
9462
+ "gm-color",
9463
+ "gn-color",
9464
+ "gq-color",
9465
+ "gr-color",
9466
+ "gt-color",
9467
+ "gw-color",
9468
+ "gy-color",
9469
+ "half-star-filled",
9470
+ "headlight",
9471
+ "heart",
9472
+ "heart-filled",
9473
+ "highway",
9474
+ "hk-color",
9475
+ "hn-color",
9476
+ "hr-color",
9477
+ "ht-color",
9478
+ "hu-color",
9479
+ "id-color",
9480
+ "ie-color",
9481
+ "il-color",
9482
+ "im-color",
9483
+ "in-color",
9484
+ "info-circle",
9485
+ "info-triangle",
9486
+ "instagram",
9487
+ "iq-color",
9488
+ "ir-color",
9489
+ "is-color",
9490
+ "it-color",
9491
+ "je-color",
9492
+ "jm-color",
9493
+ "jo-color",
9494
+ "jp-color",
9495
+ "ke-color",
9496
+ "key",
9497
+ "kg-color",
9498
+ "kh-color",
9499
+ "km-color",
9500
+ "kn-color",
9501
+ "kp-color",
9502
+ "kr-color",
9503
+ "kw-color",
9504
+ "ky-color",
9505
+ "kz-color",
9506
+ "la-color",
9507
+ "label-a-color",
9508
+ "label-b-color",
9509
+ "label-c-color",
9510
+ "label-d-color",
9511
+ "label-e-color",
9512
+ "label-f-color",
9513
+ "label-g-color",
9514
+ "label-h-color",
9515
+ "label-i-color",
9516
+ "label-j-color",
9517
+ "label-k-color",
9518
+ "label-l-color",
9519
+ "label-m-color",
9520
+ "lb-color",
9521
+ "lc-color",
9522
+ "li-color",
9523
+ "light",
9524
+ "lightning",
9525
+ "link",
9526
+ "linkedin",
9527
+ "list",
9528
+ "lk-color",
9529
+ "loader",
9530
+ "location-poi",
9531
+ "lock-locked",
9532
+ "lock-unlocked",
9533
+ "logo",
9534
+ "logo-light",
9535
+ "logo-lockup",
9536
+ "logo-wordmark",
9537
+ "lr-color",
9538
+ "ls-color",
9539
+ "lt-color",
9540
+ "lu-color",
9541
+ "lv-color",
9542
+ "ly-color",
9543
+ "ma-color",
9544
+ "magnifying-glass",
9545
+ "magnifying-glass-minus",
9546
+ "magnifying-glass-plus",
9547
+ "math-symbols-square",
9548
+ "mc-color",
9549
+ "md-color",
9550
+ "me-color",
9551
+ "menu",
9552
+ "mg-color",
9553
+ "micro",
9554
+ "micro-crossed-out",
9555
+ "minus",
9556
+ "mk-color",
9557
+ "ml-color",
9558
+ "mm-color",
9559
+ "mn-color",
9560
+ "mo-color",
9561
+ "mobile",
9562
+ "moon",
9563
+ "mountains",
9564
+ "mr-color",
9565
+ "ms-color",
9566
+ "mt-color",
9567
+ "mu-color",
9568
+ "mv-color",
9569
+ "mw-color",
9570
+ "mx-color",
9571
+ "my-color",
9572
+ "mz-color",
9573
+ "na-color",
9574
+ "ne-color",
9575
+ "ng-color",
9576
+ "ni-color",
9577
+ "nl-color",
9578
+ "no-color",
9579
+ "np-color",
9580
+ "nz-color",
9581
+ "om-color",
9582
+ "pa-color",
9583
+ "parking",
9584
+ "pause",
9585
+ "pause-loading",
9586
+ "pcircle",
9587
+ "pe-color",
9588
+ "pen",
9589
+ "pen-paper",
9590
+ "person-open-arms",
9591
+ "pf-color",
9592
+ "pg-color",
9593
+ "ph-color",
9594
+ "phone-contact",
9595
+ "pig-coin",
9596
+ "pk-color",
9597
+ "pl-color",
9598
+ "play",
9599
+ "play-circle",
9600
+ "plug-regular",
9601
+ "plus",
9602
+ "position",
9603
+ "pr-color",
9604
+ "pt-color",
9605
+ "pw-color",
9606
+ "py-color",
9607
+ "qa-color",
9608
+ "question-mark",
9609
+ "ro-color",
9610
+ "road",
9611
+ "road-mountain",
9612
+ "rs-color",
9613
+ "ru-color",
9614
+ "rw-color",
9615
+ "sa-color",
9616
+ "sb-color",
9617
+ "sc-color",
9618
+ "sd-color",
9619
+ "se-color",
9620
+ "seat-front",
9621
+ "sg-color",
9622
+ "sh-color",
9623
+ "share",
9624
+ "shopping-bag",
9625
+ "si-color",
9626
+ "sk-color",
9627
+ "sl-color",
9628
+ "sm-color",
9629
+ "sn-color",
9630
+ "so-color",
9631
+ "speaker",
9632
+ "speaker-crossed-out",
9633
+ "spray",
9634
+ "sr-color",
9635
+ "st-color",
9636
+ "star",
9637
+ "star-filled",
9638
+ "store",
9639
+ "suitcase",
9640
+ "sun",
9641
+ "sv-color",
9642
+ "sy-color",
9643
+ "sz-color",
9644
+ "tag",
9645
+ "tc-color",
9646
+ "td-color",
9647
+ "telegram",
9648
+ "tg-color",
9649
+ "th-color",
9650
+ "ticket",
9651
+ "tj-color",
9652
+ "tl-color",
9653
+ "tm-color",
9654
+ "tn-color",
9655
+ "to-color",
9656
+ "tr-color",
9657
+ "transmission-automatic",
9658
+ "transmission-manual",
9659
+ "triple-dot-h",
9660
+ "triple-dot-v",
9661
+ "tt-color",
9662
+ "tw-color",
9663
+ "twitter",
9664
+ "tz-color",
9665
+ "ua-color",
9666
+ "ug-color",
9667
+ "us-color",
9668
+ "user",
9669
+ "uy-color",
9670
+ "uz-color",
9671
+ "vc-color",
9672
+ "ve-color",
9673
+ "vg-color",
9674
+ "video-camera",
9675
+ "video-camera-crossed-out",
9676
+ "vimeo",
9677
+ "vn-color",
9678
+ "vu-color",
9679
+ "wall-charger",
9680
+ "whatsapp",
9681
+ "wheel",
9682
+ "wifi",
9683
+ "wrench-hammer",
9684
+ "ws-color",
9685
+ "ww-color",
9686
+ "ye-color",
9687
+ "youtube",
9688
+ "za-color",
9689
+ "zero-color",
9690
+ "zm-color",
9691
+ "zw-color"
9692
+ ];
9693
+ export {
9694
+ Cl as iconNames
9695
+ };