@mjsz-vbr-elements/internal 2.39.1 → 2.40.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,284 +1,542 @@
1
1
  /**
2
2
  * name: @mjsz-vbr-elements/internal
3
- * version: v2.39.1 - 28/12/2025, 08:32:33
4
- * (c) 2025
3
+ * version: v2.40.1 - 03/01/2026, 14:42:44
4
+ * (c) 2026
5
5
  * description: Data visualization for MJSZ VBR
6
6
  * author: Ákos Stegner <akos.stegner@gmail.com>
7
7
  */
8
- import { shallowRef as N, shallowReadonly as je, toRef as Ne, readonly as se, ref as _e, customRef as Pe, toValue as A, getCurrentScope as Fe, onScopeDispose as $e, watch as F, nextTick as ce, isRef as X, computed as P, reactive as Ce, getCurrentInstance as Be, unref as v, defineComponent as Oe, createBlock as Y, openBlock as b, resolveDynamicComponent as De, withCtx as I, createElementBlock as C, createElementVNode as L, createCommentVNode as ve, normalizeStyle as Ve, useTemplateRef as Me, createVNode as E, renderSlot as Ue, normalizeProps as He, guardReactiveProps as Ke, Fragment as Q, renderList as de, toDisplayString as V, defineCustomElement as Ie } from "vue";
9
- import { VBR_API_BASE_URL as Ee } from "@mjsz-vbr-elements/core/constants";
10
- import { isNotEmpty as Re, cookie as ge, prop as Ge, head as Je } from "@mjsz-vbr-elements/core/utils";
11
- import { FormField as M, BaseSelect as be, I18NProvider as We, ErrorProvider as qe, ErrorNotice as Qe } from "@mjsz-vbr-elements/core/components";
12
- import { useError as Xe, useServices as te, useI18n as Ye } from "@mjsz-vbr-elements/core/composables";
13
- function he(e) {
14
- return Fe() ? ($e(e), !0) : !1;
15
- }
16
- function ae() {
17
- const e = /* @__PURE__ */ new Set(), r = (i) => {
18
- e.delete(i);
8
+ import { onMounted as Le, nextTick as oe, shallowRef as L, shallowReadonly as Me, toRef as Ue, readonly as me, ref as xe, customRef as Je, watch as $, getCurrentScope as He, onScopeDispose as We, getCurrentInstance as ke, toValue as A, isRef as pe, computed as j, reactive as Pe, unref as g, defineComponent as Ke, createBlock as ue, openBlock as z, resolveDynamicComponent as Re, withCtx as T, createElementBlock as N, createElementVNode as P, createCommentVNode as ze, normalizeStyle as Ge, useTemplateRef as Ce, createVNode as F, renderSlot as qe, normalizeProps as Qe, guardReactiveProps as Xe, Fragment as le, renderList as ge, toDisplayString as W, defineCustomElement as $e } from "vue";
9
+ import { VBR_API_BASE_URL as re } from "@mjsz-vbr-elements/core/constants";
10
+ import { isNotEmpty as Ye, cookie as Ee, prop as Ze, head as et } from "@mjsz-vbr-elements/core/utils";
11
+ import { FormField as K, BaseSelect as Ae, I18NProvider as tt, ErrorProvider as rt, ErrorNotice as ot } from "@mjsz-vbr-elements/core/components";
12
+ import { useError as at, useServices as he, useI18n as nt } from "@mjsz-vbr-elements/core/composables";
13
+ function ve(e) {
14
+ return He() ? (We(e), !0) : !1;
15
+ }
16
+ function fe() {
17
+ const e = /* @__PURE__ */ new Set(), t = (n) => {
18
+ e.delete(n);
19
19
  };
20
20
  return {
21
- on: (i) => {
22
- e.add(i);
23
- const t = () => r(i);
24
- return he(t), {
25
- off: t
21
+ on: (n) => {
22
+ e.add(n);
23
+ const o = () => t(n);
24
+ return ve(o), {
25
+ off: o
26
26
  };
27
27
  },
28
- off: r,
29
- trigger: (...i) => Promise.all(Array.from(e).map((t) => t(...i))),
28
+ off: t,
29
+ trigger: (...n) => Promise.all(Array.from(e).map((o) => o(...n))),
30
30
  clear: () => {
31
31
  e.clear();
32
32
  }
33
33
  };
34
34
  }
35
- const Se = typeof window < "u" && typeof document < "u";
35
+ const Be = typeof window < "u" && typeof document < "u";
36
36
  typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
37
- const Ze = (e) => typeof e < "u", er = Object.prototype.toString, rr = (e) => er.call(e) === "[object Object]", me = () => {
37
+ const it = (e) => typeof e < "u", lt = (e) => e != null, st = Object.prototype.toString, ct = (e) => st.call(e) === "[object Object]", R = () => {
38
38
  };
39
- function ne(...e) {
39
+ function se(...e) {
40
40
  if (e.length !== 1)
41
- return Ne(...e);
42
- const r = e[0];
43
- return typeof r == "function" ? se(Pe(() => ({ get: r, set: me }))) : _e(r);
41
+ return Ue(...e);
42
+ const t = e[0];
43
+ return typeof t == "function" ? me(Je(() => ({ get: t, set: R }))) : xe(t);
44
+ }
45
+ function dt(e, t) {
46
+ function r(...l) {
47
+ return new Promise((s, n) => {
48
+ Promise.resolve(e(() => t.apply(this, l), { fn: t, thisArg: this, args: l })).then(s).catch(n);
49
+ });
50
+ }
51
+ return r;
52
+ }
53
+ const De = (e) => e();
54
+ function mt(e = De, t = {}) {
55
+ const {
56
+ initialState: r = "active"
57
+ } = t, l = se(r === "active");
58
+ function s() {
59
+ l.value = !1;
60
+ }
61
+ function n() {
62
+ l.value = !0;
63
+ }
64
+ const o = (...a) => {
65
+ l.value && e(...a);
66
+ };
67
+ return { isActive: me(l), pause: s, resume: n, eventFilter: o };
44
68
  }
45
- function ye(e, r = !1, o = "Timeout") {
46
- return new Promise((c, l) => {
47
- setTimeout(r ? () => l(o) : c, e);
69
+ function Ne(e, t = !1, r = "Timeout") {
70
+ return new Promise((l, s) => {
71
+ setTimeout(t ? () => s(r) : l, e);
48
72
  });
49
73
  }
50
- function or(e, ...r) {
51
- return r.some((o) => o in e);
74
+ function pt(e, ...t) {
75
+ return t.some((r) => r in e);
52
76
  }
53
- function ie(e) {
77
+ function ce(e) {
54
78
  return Array.isArray(e) ? e : [e];
55
79
  }
56
- function pe(e, r = !1) {
57
- function o(d, { flush: u = "sync", deep: p = !1, timeout: f, throwOnTimeout: m } = {}) {
80
+ function ut(e) {
81
+ return ke();
82
+ }
83
+ function vt(e, t, r = {}) {
84
+ const {
85
+ eventFilter: l = De,
86
+ ...s
87
+ } = r;
88
+ return $(
89
+ e,
90
+ dt(
91
+ l,
92
+ t
93
+ ),
94
+ s
95
+ );
96
+ }
97
+ function ht(e, t, r = {}) {
98
+ const {
99
+ eventFilter: l,
100
+ initialState: s = "active",
101
+ ...n
102
+ } = r, { eventFilter: o, pause: a, resume: c, isActive: i } = mt(l, { initialState: s });
103
+ return { stop: vt(
104
+ e,
105
+ t,
106
+ {
107
+ ...n,
108
+ eventFilter: o
109
+ }
110
+ ), pause: a, resume: c, isActive: i };
111
+ }
112
+ function ft(e, t = !0, r) {
113
+ ut() ? Le(e, r) : t ? e() : oe(e);
114
+ }
115
+ function be(e, t = !1) {
116
+ function r(d, { flush: h = "sync", deep: m = !1, timeout: f, throwOnTimeout: p } = {}) {
58
117
  let w = null;
59
- const x = [new Promise((g) => {
60
- w = F(
118
+ const x = [new Promise((y) => {
119
+ w = $(
61
120
  e,
62
121
  (_) => {
63
- d(_) !== r && (w ? w() : ce(() => w?.()), g(_));
122
+ d(_) !== t && (w ? w() : oe(() => w?.()), y(_));
64
123
  },
65
124
  {
66
- flush: u,
67
- deep: p,
125
+ flush: h,
126
+ deep: m,
68
127
  immediate: !0
69
128
  }
70
129
  );
71
130
  })];
72
131
  return f != null && x.push(
73
- ye(f, m).then(() => A(e)).finally(() => w?.())
132
+ Ne(f, p).then(() => A(e)).finally(() => w?.())
74
133
  ), Promise.race(x);
75
134
  }
76
- function c(d, u) {
77
- if (!X(d))
78
- return o((_) => _ === d, u);
79
- const { flush: p = "sync", deep: f = !1, timeout: m, throwOnTimeout: w } = u ?? {};
80
- let y = null;
81
- const g = [new Promise((_) => {
82
- y = F(
135
+ function l(d, h) {
136
+ if (!pe(d))
137
+ return r((_) => _ === d, h);
138
+ const { flush: m = "sync", deep: f = !1, timeout: p, throwOnTimeout: w } = h ?? {};
139
+ let b = null;
140
+ const y = [new Promise((_) => {
141
+ b = $(
83
142
  [e, d],
84
- ([j, S]) => {
85
- r !== (j === S) && (y ? y() : ce(() => y?.()), _(j));
143
+ ([O, I]) => {
144
+ t !== (O === I) && (b ? b() : oe(() => b?.()), _(O));
86
145
  },
87
146
  {
88
- flush: p,
147
+ flush: m,
89
148
  deep: f,
90
149
  immediate: !0
91
150
  }
92
151
  );
93
152
  })];
94
- return m != null && g.push(
95
- ye(m, w).then(() => A(e)).finally(() => (y?.(), A(e)))
96
- ), Promise.race(g);
153
+ return p != null && y.push(
154
+ Ne(p, w).then(() => A(e)).finally(() => (b?.(), A(e)))
155
+ ), Promise.race(y);
97
156
  }
98
- function l(d) {
99
- return o((u) => !!u, d);
157
+ function s(d) {
158
+ return r((h) => !!h, d);
100
159
  }
101
- function i(d) {
102
- return c(null, d);
160
+ function n(d) {
161
+ return l(null, d);
103
162
  }
104
- function t(d) {
105
- return c(void 0, d);
163
+ function o(d) {
164
+ return l(void 0, d);
106
165
  }
107
166
  function a(d) {
108
- return o(Number.isNaN, d);
167
+ return r(Number.isNaN, d);
109
168
  }
110
- function s(d, u) {
111
- return o((p) => {
112
- const f = Array.from(p);
169
+ function c(d, h) {
170
+ return r((m) => {
171
+ const f = Array.from(m);
113
172
  return f.includes(d) || f.includes(A(d));
114
- }, u);
173
+ }, h);
115
174
  }
116
- function n(d) {
117
- return h(1, d);
175
+ function i(d) {
176
+ return u(1, d);
118
177
  }
119
- function h(d = 1, u) {
120
- let p = -1;
121
- return o(() => (p += 1, p >= d), u);
178
+ function u(d = 1, h) {
179
+ let m = -1;
180
+ return r(() => (m += 1, m >= d), h);
122
181
  }
123
182
  return Array.isArray(A(e)) ? {
124
- toMatch: o,
125
- toContains: s,
126
- changed: n,
127
- changedTimes: h,
183
+ toMatch: r,
184
+ toContains: c,
185
+ changed: i,
186
+ changedTimes: u,
128
187
  get not() {
129
- return pe(e, !r);
188
+ return be(e, !t);
130
189
  }
131
190
  } : {
132
- toMatch: o,
133
- toBe: c,
134
- toBeTruthy: l,
135
- toBeNull: i,
191
+ toMatch: r,
192
+ toBe: l,
193
+ toBeTruthy: s,
194
+ toBeNull: n,
136
195
  toBeNaN: a,
137
- toBeUndefined: t,
138
- changed: n,
139
- changedTimes: h,
196
+ toBeUndefined: o,
197
+ changed: i,
198
+ changedTimes: u,
140
199
  get not() {
141
- return pe(e, !r);
200
+ return be(e, !t);
142
201
  }
143
202
  };
144
203
  }
145
- function tr(e) {
146
- return pe(e);
204
+ function wt(e) {
205
+ return be(e);
147
206
  }
148
- function Ae(e, r, o = {}) {
207
+ function _e(e, t, r = {}) {
149
208
  const {
150
- immediate: c = !0,
151
- immediateCallback: l = !1
152
- } = o, i = N(!1);
153
- let t;
209
+ immediate: l = !0,
210
+ immediateCallback: s = !1
211
+ } = r, n = L(!1);
212
+ let o;
154
213
  function a() {
155
- t && (clearTimeout(t), t = void 0);
214
+ o && (clearTimeout(o), o = void 0);
156
215
  }
157
- function s() {
158
- i.value = !1, a();
216
+ function c() {
217
+ n.value = !1, a();
159
218
  }
160
- function n(...h) {
161
- l && e(), a(), i.value = !0, t = setTimeout(() => {
162
- i.value = !1, t = void 0, e(...h);
163
- }, A(r));
219
+ function i(...u) {
220
+ s && e(), a(), n.value = !0, o = setTimeout(() => {
221
+ n.value = !1, o = void 0, e(...u);
222
+ }, A(t));
164
223
  }
165
- return c && (i.value = !0, Se && n()), he(s), {
166
- isPending: je(i),
167
- start: n,
168
- stop: s
224
+ return l && (n.value = !0, Be && i()), ve(c), {
225
+ isPending: Me(n),
226
+ start: i,
227
+ stop: c
169
228
  };
170
229
  }
171
- function ar(e, r, o) {
172
- return F(
230
+ function gt(e, t, r) {
231
+ return $(
173
232
  e,
174
- r,
233
+ t,
175
234
  {
176
- ...o,
235
+ ...r,
177
236
  immediate: !0
178
237
  }
179
238
  );
180
239
  }
181
- const Le = Se ? window : void 0;
182
- function nr(e) {
183
- var r;
184
- const o = A(e);
185
- return (r = o?.$el) != null ? r : o;
186
- }
187
- function ir(...e) {
188
- const r = [], o = () => {
189
- r.forEach((a) => a()), r.length = 0;
190
- }, c = (a, s, n, h) => (a.addEventListener(s, n, h), () => a.removeEventListener(s, n, h)), l = P(() => {
191
- const a = ie(A(e[0])).filter((s) => s != null);
192
- return a.every((s) => typeof s != "string") ? a : void 0;
193
- }), i = ar(
240
+ const ae = Be ? window : void 0;
241
+ function de(e) {
242
+ var t;
243
+ const r = A(e);
244
+ return (t = r?.$el) != null ? t : r;
245
+ }
246
+ function ye(...e) {
247
+ const t = [], r = () => {
248
+ t.forEach((a) => a()), t.length = 0;
249
+ }, l = (a, c, i, u) => (a.addEventListener(c, i, u), () => a.removeEventListener(c, i, u)), s = j(() => {
250
+ const a = ce(A(e[0])).filter((c) => c != null);
251
+ return a.every((c) => typeof c != "string") ? a : void 0;
252
+ }), n = gt(
194
253
  () => {
195
- var a, s;
254
+ var a, c;
196
255
  return [
197
- (s = (a = l.value) == null ? void 0 : a.map((n) => nr(n))) != null ? s : [Le].filter((n) => n != null),
198
- ie(A(l.value ? e[1] : e[0])),
199
- ie(v(l.value ? e[2] : e[1])),
256
+ (c = (a = s.value) == null ? void 0 : a.map((i) => de(i))) != null ? c : [ae].filter((i) => i != null),
257
+ ce(A(s.value ? e[1] : e[0])),
258
+ ce(g(s.value ? e[2] : e[1])),
200
259
  // @ts-expect-error - TypeScript gets the correct types, but somehow still complains
201
- A(l.value ? e[3] : e[2])
260
+ A(s.value ? e[3] : e[2])
202
261
  ];
203
262
  },
204
- ([a, s, n, h]) => {
205
- if (o(), !a?.length || !s?.length || !n?.length)
263
+ ([a, c, i, u]) => {
264
+ if (r(), !a?.length || !c?.length || !i?.length)
206
265
  return;
207
- const d = rr(h) ? { ...h } : h;
208
- r.push(
266
+ const d = ct(u) ? { ...u } : u;
267
+ t.push(
209
268
  ...a.flatMap(
210
- (u) => s.flatMap(
211
- (p) => n.map((f) => c(u, p, f, d))
269
+ (h) => c.flatMap(
270
+ (m) => i.map((f) => l(h, m, f, d))
212
271
  )
213
272
  )
214
273
  );
215
274
  },
216
275
  { flush: "post" }
217
- ), t = () => {
218
- i(), o();
276
+ ), o = () => {
277
+ n(), r();
219
278
  };
220
- return he(o), t;
279
+ return ve(r), o;
280
+ }
281
+ function bt() {
282
+ const e = L(!1), t = ke();
283
+ return t && Le(() => {
284
+ e.value = !0;
285
+ }, t), e;
286
+ }
287
+ function yt(e) {
288
+ const t = bt();
289
+ return j(() => (t.value, !!e()));
221
290
  }
222
- function xe(e, r) {
291
+ function Te(e, t) {
223
292
  const {
224
- interrupt: o = !0,
225
- onError: c = me,
226
- onFinished: l = me,
227
- signal: i
228
- } = {}, t = {
293
+ interrupt: r = !0,
294
+ onError: l = R,
295
+ onFinished: s = R,
296
+ signal: n
297
+ } = {}, o = {
229
298
  aborted: "aborted",
230
299
  fulfilled: "fulfilled",
231
300
  pending: "pending",
232
301
  rejected: "rejected"
233
- }, a = Array.from(Array.from({ length: e.length }), () => ({ state: t.pending, data: null })), s = Ce(a), n = N(-1);
302
+ }, a = Array.from(Array.from({ length: e.length }), () => ({ state: o.pending, data: null })), c = Pe(a), i = L(-1);
234
303
  if (!e || e.length === 0)
235
- return l(), {
236
- activeIndex: n,
237
- result: s
304
+ return s(), {
305
+ activeIndex: i,
306
+ result: c
238
307
  };
239
- function h(d, u) {
240
- n.value++, s[n.value].data = u, s[n.value].state = d;
308
+ function u(d, h) {
309
+ i.value++, c[i.value].data = h, c[i.value].state = d;
241
310
  }
242
- return e.reduce((d, u) => d.then((p) => {
311
+ return e.reduce((d, h) => d.then((m) => {
243
312
  var f;
244
- if (i?.aborted) {
245
- h(t.aborted, new Error("aborted"));
313
+ if (n?.aborted) {
314
+ u(o.aborted, new Error("aborted"));
246
315
  return;
247
316
  }
248
- if (((f = s[n.value]) == null ? void 0 : f.state) === t.rejected && o) {
249
- l();
317
+ if (((f = c[i.value]) == null ? void 0 : f.state) === o.rejected && r) {
318
+ s();
250
319
  return;
251
320
  }
252
- const m = u(p).then((w) => (h(t.fulfilled, w), n.value === e.length - 1 && l(), w));
253
- return i ? Promise.race([m, lr(i)]) : m;
254
- }).catch((p) => i?.aborted ? (h(t.aborted, p), p) : (h(t.rejected, p), c(), p)), Promise.resolve()), {
255
- activeIndex: n,
256
- result: s
321
+ const p = h(m).then((w) => (u(o.fulfilled, w), i.value === e.length - 1 && s(), w));
322
+ return n ? Promise.race([p, xt(n)]) : p;
323
+ }).catch((m) => n?.aborted ? (u(o.aborted, m), m) : (u(o.rejected, m), l(), m)), Promise.resolve()), {
324
+ activeIndex: i,
325
+ result: c
257
326
  };
258
327
  }
259
- function lr(e) {
260
- return new Promise((r, o) => {
261
- const c = new Error("aborted");
262
- e.aborted ? o(c) : e.addEventListener("abort", () => o(c), { once: !0 });
328
+ function xt(e) {
329
+ return new Promise((t, r) => {
330
+ const l = new Error("aborted");
331
+ e.aborted ? r(l) : e.addEventListener("abort", () => r(l), { once: !0 });
263
332
  });
264
333
  }
265
- function sr(e) {
334
+ function kt(e) {
266
335
  return JSON.parse(JSON.stringify(e));
267
336
  }
268
- const cr = {
337
+ const ne = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, ie = "__vueuse_ssr_handlers__", zt = /* @__PURE__ */ _t();
338
+ function _t() {
339
+ return ie in ne || (ne[ie] = ne[ie] || {}), ne[ie];
340
+ }
341
+ function St(e, t) {
342
+ return zt[e] || t;
343
+ }
344
+ function It(e) {
345
+ return e == null ? "any" : e instanceof Set ? "set" : e instanceof Map ? "map" : e instanceof Date ? "date" : typeof e == "boolean" ? "boolean" : typeof e == "string" ? "string" : typeof e == "object" ? "object" : Number.isNaN(e) ? "any" : "number";
346
+ }
347
+ const Ct = {
348
+ boolean: {
349
+ read: (e) => e === "true",
350
+ write: (e) => String(e)
351
+ },
352
+ object: {
353
+ read: (e) => JSON.parse(e),
354
+ write: (e) => JSON.stringify(e)
355
+ },
356
+ number: {
357
+ read: (e) => Number.parseFloat(e),
358
+ write: (e) => String(e)
359
+ },
360
+ any: {
361
+ read: (e) => e,
362
+ write: (e) => String(e)
363
+ },
364
+ string: {
365
+ read: (e) => e,
366
+ write: (e) => String(e)
367
+ },
368
+ map: {
369
+ read: (e) => new Map(JSON.parse(e)),
370
+ write: (e) => JSON.stringify(Array.from(e.entries()))
371
+ },
372
+ set: {
373
+ read: (e) => new Set(JSON.parse(e)),
374
+ write: (e) => JSON.stringify(Array.from(e))
375
+ },
376
+ date: {
377
+ read: (e) => new Date(e),
378
+ write: (e) => e.toISOString()
379
+ }
380
+ }, Fe = "vueuse-storage";
381
+ function Et(e, t, r, l = {}) {
382
+ var s;
383
+ const {
384
+ flush: n = "pre",
385
+ deep: o = !0,
386
+ listenToStorageChanges: a = !0,
387
+ writeDefaults: c = !0,
388
+ mergeDefaults: i = !1,
389
+ shallow: u,
390
+ window: d = ae,
391
+ eventFilter: h,
392
+ onError: m = (v) => {
393
+ console.error(v);
394
+ },
395
+ initOnMounted: f
396
+ } = l, p = (u ? L : xe)(typeof t == "function" ? t() : t), w = j(() => A(e));
397
+ if (!r)
398
+ try {
399
+ r = St("getDefaultStorage", () => {
400
+ var v;
401
+ return (v = ae) == null ? void 0 : v.localStorage;
402
+ })();
403
+ } catch (v) {
404
+ m(v);
405
+ }
406
+ if (!r)
407
+ return p;
408
+ const b = A(t), x = It(b), y = (s = l.serializer) != null ? s : Ct[x], { pause: _, resume: O } = ht(
409
+ p,
410
+ () => Z(p.value),
411
+ { flush: n, deep: o, eventFilter: h }
412
+ );
413
+ $(w, () => V(), { flush: n });
414
+ let I = !1;
415
+ const M = (v) => {
416
+ f && !I || V(v);
417
+ }, Y = (v) => {
418
+ f && !I || q(v);
419
+ };
420
+ d && a && (r instanceof Storage ? ye(d, "storage", M, { passive: !0 }) : ye(d, Fe, Y)), f ? ft(() => {
421
+ I = !0, V();
422
+ }) : V();
423
+ function G(v, k) {
424
+ if (d) {
425
+ const S = {
426
+ key: w.value,
427
+ oldValue: v,
428
+ newValue: k,
429
+ storageArea: r
430
+ };
431
+ d.dispatchEvent(r instanceof Storage ? new StorageEvent("storage", S) : new CustomEvent(Fe, {
432
+ detail: S
433
+ }));
434
+ }
435
+ }
436
+ function Z(v) {
437
+ try {
438
+ const k = r.getItem(w.value);
439
+ if (v == null)
440
+ G(k, null), r.removeItem(w.value);
441
+ else {
442
+ const S = y.write(v);
443
+ k !== S && (r.setItem(w.value, S), G(k, S));
444
+ }
445
+ } catch (k) {
446
+ m(k);
447
+ }
448
+ }
449
+ function D(v) {
450
+ const k = v ? v.newValue : r.getItem(w.value);
451
+ if (k == null)
452
+ return c && b != null && r.setItem(w.value, y.write(b)), b;
453
+ if (!v && i) {
454
+ const S = y.read(k);
455
+ return typeof i == "function" ? i(S, b) : x === "object" && !Array.isArray(S) ? { ...b, ...S } : S;
456
+ } else return typeof k != "string" ? k : y.read(k);
457
+ }
458
+ function V(v) {
459
+ if (!(v && v.storageArea !== r)) {
460
+ if (v && v.key == null) {
461
+ p.value = b;
462
+ return;
463
+ }
464
+ if (!(v && v.key !== w.value)) {
465
+ _();
466
+ try {
467
+ v?.newValue !== y.write(p.value) && (p.value = D(v));
468
+ } catch (k) {
469
+ m(k);
470
+ } finally {
471
+ v ? oe(O) : O();
472
+ }
473
+ }
474
+ }
475
+ }
476
+ function q(v) {
477
+ V(v.detail);
478
+ }
479
+ return p;
480
+ }
481
+ function At(e, t, r = {}) {
482
+ const {
483
+ root: l,
484
+ rootMargin: s = "0px",
485
+ threshold: n = 0,
486
+ window: o = ae,
487
+ immediate: a = !0
488
+ } = r, c = yt(() => o && "IntersectionObserver" in o), i = j(() => {
489
+ const f = A(e);
490
+ return ce(f).map(de).filter(lt);
491
+ });
492
+ let u = R;
493
+ const d = L(a), h = c.value ? $(
494
+ () => [i.value, de(l), d.value],
495
+ ([f, p]) => {
496
+ if (u(), !d.value || !f.length)
497
+ return;
498
+ const w = new IntersectionObserver(
499
+ t,
500
+ {
501
+ root: de(p),
502
+ rootMargin: s,
503
+ threshold: n
504
+ }
505
+ );
506
+ f.forEach((b) => b && w.observe(b)), u = () => {
507
+ w.disconnect(), u = R;
508
+ };
509
+ },
510
+ { immediate: a, flush: "post" }
511
+ ) : R, m = () => {
512
+ u(), h(), d.value = !1;
513
+ };
514
+ return ve(m), {
515
+ isSupported: c,
516
+ isActive: d,
517
+ pause() {
518
+ u(), d.value = !1;
519
+ },
520
+ resume() {
521
+ d.value = !0;
522
+ },
523
+ stop: m
524
+ };
525
+ }
526
+ const Nt = {
269
527
  json: "application/json",
270
528
  text: "text/plain"
271
529
  };
272
- function ke(e) {
273
- return e && or(e, "immediate", "refetch", "initialData", "timeout", "beforeFetch", "afterFetch", "onFetchError", "fetch", "updateDataOnError");
530
+ function je(e) {
531
+ return e && pt(e, "immediate", "refetch", "initialData", "timeout", "beforeFetch", "afterFetch", "onFetchError", "fetch", "updateDataOnError");
274
532
  }
275
- function le(e) {
533
+ function we(e) {
276
534
  return typeof Headers < "u" && e instanceof Headers ? Object.fromEntries(e.entries()) : e;
277
535
  }
278
- function dr(e, ...r) {
279
- var o, c;
280
- const l = typeof AbortController == "function";
281
- let i = {}, t = {
536
+ function Tt(e, ...t) {
537
+ var r, l;
538
+ const s = typeof AbortController == "function";
539
+ let n = {}, o = {
282
540
  immediate: !0,
283
541
  refetch: !1,
284
542
  timeout: 0,
@@ -289,232 +547,254 @@ function dr(e, ...r) {
289
547
  type: "text",
290
548
  payload: void 0
291
549
  };
292
- r.length > 0 && (ke(r[0]) ? t = { ...t, ...r[0] } : i = r[0]), r.length > 1 && ke(r[1]) && (t = { ...t, ...r[1] });
550
+ t.length > 0 && (je(t[0]) ? o = { ...o, ...t[0] } : n = t[0]), t.length > 1 && je(t[1]) && (o = { ...o, ...t[1] });
293
551
  const {
294
- fetch: s = (c = (o = Le) == null ? void 0 : o.fetch) != null ? c : globalThis?.fetch,
295
- initialData: n,
296
- timeout: h
297
- } = t, d = ae(), u = ae(), p = ae(), f = N(!1), m = N(!1), w = N(!1), y = N(null), x = N(null), g = N(null), _ = N(n || null), j = P(() => l && m.value);
298
- let S, R;
299
- const Z = (k) => {
300
- l && (S?.abort(k), S = new AbortController(), S.signal.onabort = () => w.value = !0, i = {
301
- ...i,
302
- signal: S.signal
552
+ fetch: c = (l = (r = ae) == null ? void 0 : r.fetch) != null ? l : globalThis?.fetch,
553
+ initialData: i,
554
+ timeout: u
555
+ } = o, d = fe(), h = fe(), m = fe(), f = L(!1), p = L(!1), w = L(!1), b = L(null), x = L(null), y = L(null), _ = L(i || null), O = j(() => s && p.value);
556
+ let I, M;
557
+ const Y = (C) => {
558
+ s && (I?.abort(C), I = new AbortController(), I.signal.onabort = () => w.value = !0, n = {
559
+ ...n,
560
+ signal: I.signal
303
561
  });
304
- }, ee = (k) => {
305
- m.value = k, f.value = !k;
562
+ }, G = (C) => {
563
+ p.value = C, f.value = !C;
306
564
  };
307
- h && (R = Ae(Z, h, { immediate: !1 }));
308
- let re = 0;
309
- const U = async (k = !1) => {
310
- var T, H;
311
- Z(), ee(!0), g.value = null, y.value = null, w.value = !1, re += 1;
312
- const J = re, B = {
565
+ u && (M = _e(Y, u, { immediate: !1 }));
566
+ let Z = 0;
567
+ const D = async (C = !1) => {
568
+ var B, Q;
569
+ Y(), G(!0), y.value = null, b.value = null, w.value = !1, Z += 1;
570
+ const ee = Z, U = {
313
571
  method: a.method,
314
572
  headers: {}
315
- }, K = A(a.payload);
316
- if (K) {
317
- const z = le(B.headers), W = Object.getPrototypeOf(K);
318
- !a.payloadType && K && (W === Object.prototype || Array.isArray(W)) && !(K instanceof FormData) && (a.payloadType = "json"), a.payloadType && (z["Content-Type"] = (T = cr[a.payloadType]) != null ? T : a.payloadType), B.body = a.payloadType === "json" ? JSON.stringify(K) : K;
573
+ }, X = A(a.payload);
574
+ if (X) {
575
+ const E = we(U.headers), te = Object.getPrototypeOf(X);
576
+ !a.payloadType && X && (te === Object.prototype || Array.isArray(te)) && !(X instanceof FormData) && (a.payloadType = "json"), a.payloadType && (E["Content-Type"] = (B = Nt[a.payloadType]) != null ? B : a.payloadType), U.body = a.payloadType === "json" ? JSON.stringify(X) : X;
319
577
  }
320
- let we = !1;
321
- const O = {
578
+ let Ie = !1;
579
+ const J = {
322
580
  url: A(e),
323
581
  options: {
324
- ...B,
325
- ...i
582
+ ...U,
583
+ ...n
326
584
  },
327
585
  cancel: () => {
328
- we = !0;
586
+ Ie = !0;
329
587
  }
330
588
  };
331
- if (t.beforeFetch && Object.assign(O, await t.beforeFetch(O)), we || !s)
332
- return ee(!1), Promise.resolve(null);
333
- let D = null;
334
- return R && R.start(), s(
335
- O.url,
589
+ if (o.beforeFetch && Object.assign(J, await o.beforeFetch(J)), Ie || !c)
590
+ return G(!1), Promise.resolve(null);
591
+ let H = null;
592
+ return M && M.start(), c(
593
+ J.url,
336
594
  {
337
- ...B,
338
- ...O.options,
595
+ ...U,
596
+ ...J.options,
339
597
  headers: {
340
- ...le(B.headers),
341
- ...le((H = O.options) == null ? void 0 : H.headers)
598
+ ...we(U.headers),
599
+ ...we((Q = J.options) == null ? void 0 : Q.headers)
342
600
  }
343
601
  }
344
- ).then(async (z) => {
345
- if (x.value = z, y.value = z.status, D = await z.clone()[a.type](), !z.ok)
346
- throw _.value = n || null, new Error(z.statusText);
347
- return t.afterFetch && ({ data: D } = await t.afterFetch({
348
- data: D,
349
- response: z,
350
- context: O,
351
- execute: U
352
- })), _.value = D, d.trigger(z), z;
353
- }).catch(async (z) => {
354
- let W = z.message || z.name;
355
- if (t.onFetchError && ({ error: W, data: D } = await t.onFetchError({
356
- data: D,
357
- error: z,
602
+ ).then(async (E) => {
603
+ if (x.value = E, b.value = E.status, H = await E.clone()[a.type](), !E.ok)
604
+ throw _.value = i || null, new Error(E.statusText);
605
+ return o.afterFetch && ({ data: H } = await o.afterFetch({
606
+ data: H,
607
+ response: E,
608
+ context: J,
609
+ execute: D
610
+ })), _.value = H, d.trigger(E), E;
611
+ }).catch(async (E) => {
612
+ let te = E.message || E.name;
613
+ if (o.onFetchError && ({ error: te, data: H } = await o.onFetchError({
614
+ data: H,
615
+ error: E,
358
616
  response: x.value,
359
- context: O,
360
- execute: U
361
- })), g.value = W, t.updateDataOnError && (_.value = D), u.trigger(z), k)
362
- throw z;
617
+ context: J,
618
+ execute: D
619
+ })), y.value = te, o.updateDataOnError && (_.value = H), h.trigger(E), C)
620
+ throw E;
363
621
  return null;
364
622
  }).finally(() => {
365
- J === re && ee(!1), R && R.stop(), p.trigger(null);
623
+ ee === Z && G(!1), M && M.stop(), m.trigger(null);
366
624
  });
367
- }, fe = ne(t.refetch);
368
- F(
625
+ }, V = se(o.refetch);
626
+ $(
369
627
  [
370
- fe,
371
- ne(e)
628
+ V,
629
+ se(e)
372
630
  ],
373
- ([k]) => k && U(),
631
+ ([C]) => C && D(),
374
632
  { deep: !0 }
375
633
  );
376
634
  const q = {
377
- isFinished: se(f),
378
- isFetching: se(m),
379
- statusCode: y,
635
+ isFinished: me(f),
636
+ isFetching: me(p),
637
+ statusCode: b,
380
638
  response: x,
381
- error: g,
639
+ error: y,
382
640
  data: _,
383
- canAbort: j,
641
+ canAbort: O,
384
642
  aborted: w,
385
- abort: Z,
386
- execute: U,
643
+ abort: Y,
644
+ execute: D,
387
645
  onFetchResponse: d.on,
388
- onFetchError: u.on,
389
- onFetchFinally: p.on,
646
+ onFetchError: h.on,
647
+ onFetchFinally: m.on,
390
648
  // method
391
- get: $("GET"),
392
- put: $("PUT"),
393
- post: $("POST"),
394
- delete: $("DELETE"),
395
- patch: $("PATCH"),
396
- head: $("HEAD"),
397
- options: $("OPTIONS"),
649
+ get: v("GET"),
650
+ put: v("PUT"),
651
+ post: v("POST"),
652
+ delete: v("DELETE"),
653
+ patch: v("PATCH"),
654
+ head: v("HEAD"),
655
+ options: v("OPTIONS"),
398
656
  // type
399
- json: G("json"),
400
- text: G("text"),
401
- blob: G("blob"),
402
- arrayBuffer: G("arrayBuffer"),
403
- formData: G("formData")
657
+ json: S("json"),
658
+ text: S("text"),
659
+ blob: S("blob"),
660
+ arrayBuffer: S("arrayBuffer"),
661
+ formData: S("formData")
404
662
  };
405
- function $(k) {
406
- return (T, H) => {
407
- if (!m.value)
408
- return a.method = k, a.payload = T, a.payloadType = H, X(a.payload) && F(
663
+ function v(C) {
664
+ return (B, Q) => {
665
+ if (!p.value)
666
+ return a.method = C, a.payload = B, a.payloadType = Q, pe(a.payload) && $(
409
667
  [
410
- fe,
411
- ne(a.payload)
668
+ V,
669
+ se(a.payload)
412
670
  ],
413
- ([J]) => J && U(),
671
+ ([ee]) => ee && D(),
414
672
  { deep: !0 }
415
673
  ), {
416
674
  ...q,
417
- then(J, B) {
418
- return oe().then(J, B);
675
+ then(ee, U) {
676
+ return k().then(ee, U);
419
677
  }
420
678
  };
421
679
  };
422
680
  }
423
- function oe() {
424
- return new Promise((k, T) => {
425
- tr(f).toBe(!0).then(() => k(q)).catch(T);
681
+ function k() {
682
+ return new Promise((C, B) => {
683
+ wt(f).toBe(!0).then(() => C(q)).catch(B);
426
684
  });
427
685
  }
428
- function G(k) {
686
+ function S(C) {
429
687
  return () => {
430
- if (!m.value)
431
- return a.type = k, {
688
+ if (!p.value)
689
+ return a.type = C, {
432
690
  ...q,
433
- then(T, H) {
434
- return oe().then(T, H);
691
+ then(B, Q) {
692
+ return k().then(B, Q);
435
693
  }
436
694
  };
437
695
  };
438
696
  }
439
- return t.immediate && Promise.resolve().then(() => U()), {
697
+ return o.immediate && Promise.resolve().then(() => D()), {
440
698
  ...q,
441
- then(k, T) {
442
- return oe().then(k, T);
699
+ then(C, B) {
700
+ return k().then(C, B);
443
701
  }
444
702
  };
445
703
  }
446
- function mr(e, r, o, c = {}) {
447
- var l, i, t;
704
+ function Ft(e, t, r, l = {}) {
705
+ var s, n, o;
448
706
  const {
449
707
  clone: a = !1,
450
- passive: s = !1,
451
- eventName: n,
452
- deep: h = !1,
708
+ passive: c = !1,
709
+ eventName: i,
710
+ deep: u = !1,
453
711
  defaultValue: d,
454
- shouldEmit: u
455
- } = c, p = Be(), f = o || p?.emit || ((l = p?.$emit) == null ? void 0 : l.bind(p)) || ((t = (i = p?.proxy) == null ? void 0 : i.$emit) == null ? void 0 : t.bind(p?.proxy));
456
- let m = n;
457
- r || (r = "modelValue"), m = m || `update:${r.toString()}`;
458
- const w = (g) => a ? typeof a == "function" ? a(g) : sr(g) : g, y = () => Ze(e[r]) ? w(e[r]) : d, x = (g) => {
459
- u ? u(g) && f(m, g) : f(m, g);
712
+ shouldEmit: h
713
+ } = l, m = ke(), f = r || m?.emit || ((s = m?.$emit) == null ? void 0 : s.bind(m)) || ((o = (n = m?.proxy) == null ? void 0 : n.$emit) == null ? void 0 : o.bind(m?.proxy));
714
+ let p = i;
715
+ t || (t = "modelValue"), p = p || `update:${t.toString()}`;
716
+ const w = (y) => a ? typeof a == "function" ? a(y) : kt(y) : y, b = () => it(e[t]) ? w(e[t]) : d, x = (y) => {
717
+ h ? h(y) && f(p, y) : f(p, y);
460
718
  };
461
- if (s) {
462
- const g = y(), _ = _e(g);
463
- let j = !1;
464
- return F(
465
- () => e[r],
466
- (S) => {
467
- j || (j = !0, _.value = w(S), ce(() => j = !1));
719
+ if (c) {
720
+ const y = b(), _ = xe(y);
721
+ let O = !1;
722
+ return $(
723
+ () => e[t],
724
+ (I) => {
725
+ O || (O = !0, _.value = w(I), oe(() => O = !1));
468
726
  }
469
- ), F(
727
+ ), $(
470
728
  _,
471
- (S) => {
472
- !j && (S !== e[r] || h) && x(S);
729
+ (I) => {
730
+ !O && (I !== e[t] || u) && x(I);
473
731
  },
474
- { deep: h }
732
+ { deep: u }
475
733
  ), _;
476
734
  } else
477
- return P({
735
+ return j({
478
736
  get() {
479
- return y();
737
+ return b();
480
738
  },
481
- set(g) {
482
- x(g);
739
+ set(y) {
740
+ x(y);
483
741
  }
484
742
  });
485
743
  }
486
- function pr(e, r, o = {}) {
487
- const c = {};
488
- for (const l in e)
489
- c[l] = mr(
744
+ function jt(e, t, r = {}) {
745
+ const l = {};
746
+ for (const s in e)
747
+ l[s] = Ft(
490
748
  e,
491
- l,
492
- r,
493
- o
749
+ s,
750
+ t,
751
+ r
494
752
  );
495
- return c;
753
+ return l;
496
754
  }
497
- function vr(e, r = 3e4, {
498
- check: o,
499
- set: c
755
+ function Ot(e, t = 3e4, {
756
+ check: r,
757
+ set: l
500
758
  }) {
501
- const { start: l, stop: i } = Ae(a, r, { immediate: !1 });
502
- ir(e, "click", (s) => {
503
- s.target === v(e) && a();
504
- }), F(e, (s) => {
505
- s && (o?.() || (t(), l()));
759
+ const { start: s, stop: n } = _e(a, t, { immediate: !1 });
760
+ ye(e, "click", (c) => {
761
+ c.target === g(e) && a();
762
+ }), $(e, (c) => {
763
+ c && (r?.() || (o(), s()));
506
764
  });
507
- function t() {
508
- c?.(), v(e).showModal();
765
+ function o() {
766
+ l?.(), g(e).showModal();
509
767
  }
510
768
  function a() {
511
- v(e).close(), i();
769
+ g(e).close(), n();
512
770
  }
513
771
  return {
514
772
  hide: a
515
773
  };
516
774
  }
517
- const hr = ["width", "height"], ur = ["src", "type"], fr = { key: 1 }, wr = ["srcset", "media"], gr = ["src"], br = ["src"], ze = /* @__PURE__ */ Oe({
775
+ function Lt(e, { minVisibleRatio: t = 0.5, minVisibleTime: r = 1e3, fetch: l = R }) {
776
+ let s = !1;
777
+ const { stop: n } = At(
778
+ e,
779
+ i,
780
+ {
781
+ threshold: [0, t, 1]
782
+ }
783
+ ), { isPending: o, start: a, stop: c } = _e(() => {
784
+ s = !0, n(), l();
785
+ }, r, {
786
+ immediate: !1
787
+ });
788
+ function i([u]) {
789
+ if (u.intersectionRatio >= t) {
790
+ if (s)
791
+ return;
792
+ o.value || a();
793
+ } else
794
+ c();
795
+ }
796
+ }
797
+ const Pt = ["width", "height"], $t = ["src", "type"], Bt = { key: 1 }, Dt = ["srcset", "media"], Vt = ["src"], Mt = ["src"], Oe = /* @__PURE__ */ Ke({
518
798
  __name: "Media",
519
799
  props: {
520
800
  currentAd: {
@@ -524,60 +804,66 @@ const hr = ["width", "height"], ur = ["src", "type"], fr = { key: 1 }, wr = ["sr
524
804
  mobileBreakpoint: {
525
805
  type: String,
526
806
  required: !0
807
+ },
808
+ clickUrl: {
809
+ type: String,
810
+ required: !0
527
811
  }
528
812
  },
529
- setup(e) {
530
- const r = e, o = P(() => `(min-width: ${r.currentAd?.breakpoint || r.mobileBreakpoint})`);
531
- function c(l) {
532
- return `${Ee}${l}`;
813
+ emits: ["click"],
814
+ setup(e, { emit: t }) {
815
+ const r = e, l = t, s = j(() => `(min-width: ${r.currentAd?.breakpoint || r.mobileBreakpoint})`);
816
+ function n(o) {
817
+ return `${re}${o}`;
533
818
  }
534
- return (l, i) => (b(), Y(De(e.currentAd.link ? "a" : "div"), {
535
- href: e.currentAd.link || void 0,
536
- target: e.currentAd.link ? "_blank" : void 0
819
+ return (o, a) => (z(), ue(Re(e.currentAd.link ? "a" : "div"), {
820
+ href: e.clickUrl,
821
+ target: e.currentAd.link ? "_blank" : void 0,
822
+ onClick: a[0] || (a[0] = (c) => l("click"))
537
823
  }, {
538
- default: I(() => [
539
- e.currentAd.media?.[0]?.mediaType?.includes("video") ? (b(), C("video", {
824
+ default: T(() => [
825
+ e.currentAd.media?.[0]?.mediaType?.includes("video") ? (z(), N("video", {
540
826
  key: 0,
541
827
  width: e.currentAd.media?.[0].width,
542
828
  height: e.currentAd.media?.[0].height,
543
829
  autoplay: "",
544
830
  muted: ""
545
831
  }, [
546
- L("source", {
832
+ P("source", {
547
833
  src: e.currentAd.media?.[0]?.media,
548
834
  type: e.currentAd.media?.[0]?.mediaType
549
- }, null, 8, ur)
550
- ], 8, hr)) : (b(), C("picture", fr, [
551
- e.currentAd.type === "responsive" ? (b(), C("source", {
835
+ }, null, 8, $t)
836
+ ], 8, Pt)) : (z(), N("picture", Bt, [
837
+ e.currentAd.type === "responsive" ? (z(), N("source", {
552
838
  key: 0,
553
- srcset: c(e.currentAd.media[1].path),
554
- media: o.value
555
- }, null, 8, wr)) : ve("", !0),
556
- e.currentAd.type === "popover" ? (b(), C("img", {
839
+ srcset: n(e.currentAd.media[1].path),
840
+ media: s.value
841
+ }, null, 8, Dt)) : ze("", !0),
842
+ e.currentAd.type === "popover" ? (z(), N("img", {
557
843
  key: 1,
558
- src: c(e.currentAd.media?.[0].path),
559
- style: Ve(`width: clamp(0px, ${e.currentAd.media?.[0].width}px, 750px); height: auto;`)
560
- }, null, 12, gr)) : (b(), C("img", {
844
+ src: n(e.currentAd.media?.[0].path),
845
+ style: Ge(`width: clamp(0px, ${e.currentAd.media?.[0].width}px, 750px); height: auto;`)
846
+ }, null, 12, Vt)) : (z(), N("img", {
561
847
  key: 2,
562
- src: c(e.currentAd.media?.[0].path)
563
- }, null, 8, br))
848
+ src: n(e.currentAd.media?.[0].path)
849
+ }, null, 8, Mt))
564
850
  ]))
565
851
  ]),
566
852
  _: 1
567
853
  }, 8, ["href", "target"]));
568
854
  }
569
- }), yr = 'dialog[data-v-29d96209]:open{display:grid;grid-template-areas:"stack";opacity:1}dialog[data-v-29d96209]{--popover-padding: var(--size-10);padding:var(--popover-padding);border-radius:8px;background-color:var(--mvw-color-white);opacity:0;transition:opacity .3s,overlay .3s allow-discrete,display .3s allow-discrete}dialog[data-v-29d96209] :is(button,a){grid-area:stack}dialog[data-v-29d96209] :where(a){outline:none}dialog[data-v-29d96209] :where(img,video){display:block;object-fit:cover}dialog button[data-v-29d96209]{align-self:start;justify-self:end}@starting-style{dialog[data-v-29d96209]:open{opacity:0}}dialog[data-v-29d96209]::backdrop{background-color:transparent;transition:display .3s allow-discrete,overlay .3s allow-discrete,background-color .3s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}dialog[data-v-29d96209]:open::backdrop{background-color:#000000bf}@starting-style{dialog[data-v-29d96209]:open::backdrop{background-color:transparent}}.ad-placement-tool[data-v-29d96209] :where(img,video){opacity:1}.ad-placement-tool[data-v-29d96209] :where(a[target=_blank]):after{content:none}.ad-placement-tool .close[data-v-29d96209]{position:absolute;right:calc(var(--popover-padding) * -1);top:calc(var(--popover-padding) * -1);width:24px;height:24px;margin:0;padding:0;background:#fff;border:none;border-end-start-radius:8px}.ad-placement-tool .close[data-v-29d96209]:before,.ad-placement-tool .close[data-v-29d96209]:after{position:absolute;left:43%;top:5px;content:" ";height:16px;width:2px;background-color:#333}.ad-placement-tool .close[data-v-29d96209]:before{transform:rotate(45deg)}.ad-placement-tool .close[data-v-29d96209]:after{transform:rotate(-45deg)}', xr = `@layer normalize,theme,components.variables,components,utils;:where(:host,:root){--mvw-color-white: #fff;--mvw-color-black: #000;--mvw-color-primary-0: #ffffff;--mvw-color-primary-50: #eceff1;--mvw-color-primary-100: #cfd8dc;--mvw-color-primary-200: #b0bec5;--mvw-color-primary-300: #90a4ae;--mvw-color-primary-400: #78909c;--mvw-color-primary-500: #607d8b;--mvw-color-primary-600: #546e7a;--mvw-color-primary-700: #455a64;--mvw-color-primary-800: #37474f;--mvw-color-primary-900: #263238;--mvw-color-primary-950: #182024}:where(:host,:root){--mvw-color-secondary-100: #dcedc8;--mvw-color-secondary-200: #badb94;--mvw-color-secondary-300: #aed581;--mvw-color-secondary-400: #9ccc65;--mvw-color-secondary-500: #8bc34a;--mvw-color-secondary-700: #689f38;--mvw-color-secondary-800: #558b2f;--mvw-color-secondary-900: #33691e;--mvw-color-secondary-950: #14290c}:where(:host){--radius-1: 2px;--radius-2: 5px;--radius-3: 16px;--radius-4: 32px;--radius-5: 64px;--radius-6: 96px}:where(:host){--font-size-50: .625rem;--font-size-100: .6875rem;--font-size-200: .75rem;--font-size-300: .8125rem;--font-size-400: .875rem;--font-size-500: 1rem;--font-size-600: 1.125rem;--font-size-700: 1.25rem;--font-size-800: 1.5rem;--font-size-900: 1.75rem;--font-size-950: 2rem;--font-lineheight-50: .95;--font-lineheight-100: 1;--font-lineheight-200: 1.1;--font-lineheight-300: 1.25;--font-lineheight-400: 1.375;--font-lineheight-500: 1.5;--font-lineheight-600: 1.75;--font-lineheight-700: 2}:where(:host){--size-1: 1px;--size-2: .125rem;--size-4: .25rem;--size-6: .375rem;--size-8: .5rem;--size-10: .625rem;--size-12: .75rem;--size-16: 1rem;--size-24: 1.5rem;--size-32: 2rem}:where(:host){--shadow-color: 220 3% 15%;--shadow-strength: 1%;--inner-shadow-highlight: inset 0 -.5px 0 0 #fff, inset 0 .5px 0 0 #0001;--shadow-3: 0 -1px 3px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%)), 0 1px 2px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 2%)), 0 2px 5px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 4px 12px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 12px 15px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%));--shadow-6: 0 -1px 2px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%)), 0 3px 2px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 7px 5px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 12px 10px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 22px 18px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 41px 33px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 6%)), 0 100px 80px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%))}@media (prefers-color-scheme: dark){:where(:host){--shadow-color: 220 40% 2%;--shadow-strength: 25%;--inner-shadow-highlight: inset 0 -.5px 0 0 #fff1, inset 0 .5px 0 0 #0007}}:where(:host){--ease-spring-1: linear( 0, .009, .035 2.1%, .141, .281 6.7%, .723 12.9%, .938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, .991, .977 51%, .974 53.8%, .975 57.1%, .997 69.8%, 1.003 76.9%, 1.004 83.8%, 1 )}@layer normalize{*,:before,:after{box-sizing:border-box}*{scrollbar-width:thin}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(img){opacity:0;transition:opacity .5s ease-out}:where(img).is-loaded{opacity:1}:where(svg:not([width])){inline-size:var(--size-16)}:where(input,button,textarea),:where(input[type=file])::-webkit-file-upload-button{color:inherit;font-size:inherit;font:inherit;letter-spacing:inherit}:where(a[href],area,button,[role=button],input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])){-webkit-tap-highlight-color:transparent;touch-action:manipulation}:where(:not(fieldset,progress,meter)){background-origin:border-box;background-repeat:no-repeat;border-style:solid;border-width:0}:where(button){appearance:button;-webkit-appearance:button;background-color:transparent;background-image:none}:where(dd,pre){margin:0}:where(ul,li){margin:0;padding:0}:where(ol,ul){list-style:none}}@layer theme{[data-theme=light],:host-context(.light){color-scheme:only light}[data-theme=dark],:host-context(.dark){color-scheme:only dark}:root,:host{font-family:var(--mvw-font, inherit);--mvw-color-live: #8bc34a;--mvw-color-error: #fb2c36;--mvw-color-warning: #ffc107;--mvw-color-info: #2870ed;--mvw-color-team: #ff6129;--mvw-link-color: light-dark(var(--mvw-color-secondary-700), var(--mvw-color-secondary-400));--mvw-text-pale: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-700));--mvw-text-faded: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-600));--mvw-text-dimmed: light-dark(var(--mvw-color-primary-400), var(--mvw-color-primary-500));--mvw-text-muted: light-dark(var(--mvw-color-primary-500), var(--mvw-color-primary-400));--mvw-text-toned: light-dark(var(--mvw-color-primary-600), var(--mvw-color-primary-300));--mvw-text-default: light-dark(var(--mvw-color-primary-700), var(--mvw-color-primary-200));--mvw-text-highlighted: light-dark(var(--mvw-color-primary-900), var(--mvw-color-primary-50));--mvw-text-inverted: light-dark(var(--mvw-color-white), var(--mvw-color-primary-950));--mvw-bg-default: light-dark(var(--mvw-color-white), var(--mvw-color-primary-950));--mvw-bg-muted: light-dark(var(--mvw-color-primary-50), var(--mvw-color-primary-900));--mvw-bg-elevated: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-800));--mvw-bg-accented: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-700));--mvw-bg-highlighted: var(--mvw-color-secondary-500);--mvw-bg-inverted: light-dark(var(--mvw-color-primary-900), var(--mvw-color-primary-50));--mvw-border-faded: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-800));--mvw-border-muted: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-700));--mvw-border-highlighted: var(--mvw-color-secondary-500)}}@layer components{:where(a[href]){--_lighten: oklch(from var(--mvw-link-color) calc(l*1.15) c h);--_darken: oklch(from var(--mvw-link-color) calc(l*.85) c h);color:var(--mvw-link-color);text-decoration:none}:where(a[href]):hover{color:light-dark(var(--_darken),var(--_lighten))}:where(a[target=_blank]){position:relative}:where(a[target=_blank]):hover:after{transition:all 1s cubic-bezier(.075,.82,.165,1);content:"";display:inline-block;margin-inline-start:var(--size-2);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3C!-- Icon from Lucide by Lucide Contributors - https://github.com/lucide-icons/lucide/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3C!-- Icon from Lucide by Lucide Contributors - https://github.com/lucide-icons/lucide/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;inline-size:.8em;block-size:.8em}}@layer components{:where(.loading-indicator){padding:var(--size-16);font-weight:600;color:var(--mvw-loading-indicator-text-color, var(--mvw-text-toned));text-align:center}}@layer utils{.font-bold{font-weight:700}.italic{font-style:italic}.uppercase{text-transform:uppercase}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-start{text-align:start}.text-end{text-align:end}.text-center{text-align:center}.text-xs{font-size:var(--font-size-200)}.text-sm{font-size:var(--font-size-400)}.text-xl{font-size:var(--font-size-700)}.text-faded{color:var(--mvw-text-faded)}.text-dimmed{color:var(--mvw-text-dimmed)}.text-muted{color:var(--mvw-text-muted)}.text-toned{color:var(--mvw-text-toned)}.text-default{color:var(--mvw-text-default)}.text-highlighted{color:var(--mvw-text-highlighted)}.w-auto{width:auto}.mx-sm{margin-inline:var(--size-8)}.mb-sm{margin-block-end:var(--size-8)}.mb-md{margin-block-end:var(--size-16)}.mb-xl{margin-block-end:calc(var(--size-16) * 2)}.mt-md{margin-block-start:var(--size-16)}.mt-lg{margin-block-start:var(--size-24)}.mt-xl{margin-block-start:calc(var(--size-16) * 2)}.p-sm{padding-block:var(--size-8)}.py-md{padding-block:var(--size-16)}.flex{display:flex}.grid{display:grid}.block{display:block}.rounded{border-radius:1e5px}.sticky{position:sticky;top:var(--mvw-sticky-top-offset, 0);z-index:10}.blured-bg{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.grid-container{--min-width: 230px;--max-width: 1fr;--gap: var(--size-16);--align-items: center;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(var(--min-width),100%),var(--max-width)));align-items:var(--align-items);gap:var(--gap)}.flex-container{display:flex;flex-wrap:wrap;gap:var(--size-16)}.responsive-team-name{container-type:inline-size;container-name:team-name}.responsive-team-name>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.responsive-team-name>* .team-name-short{display:none}@container team-name (max-width: 200px){.responsive-team-name>* .team-name-long{display:none}.responsive-team-name>* .team-name-short{display:inline-block}}}`, Te = (e, r) => {
570
- const o = e.__vccOpts || e;
571
- for (const [c, l] of r)
572
- o[c] = l;
573
- return o;
574
- }, kr = {
855
+ }), Ut = 'dialog[data-v-a0d81582]:open{display:grid;grid-template-areas:"stack";opacity:1}dialog[data-v-a0d81582]{--popover-padding: var(--size-10);padding:var(--popover-padding);border-radius:8px;background-color:var(--mvw-color-white);opacity:0;transition:opacity .3s,overlay .3s allow-discrete,display .3s allow-discrete}dialog[data-v-a0d81582] :is(button,a){grid-area:stack}dialog[data-v-a0d81582] :where(a){outline:none}dialog[data-v-a0d81582] :where(img,video){display:block;object-fit:cover}dialog button[data-v-a0d81582]{align-self:start;justify-self:end}@starting-style{dialog[data-v-a0d81582]:open{opacity:0}}dialog[data-v-a0d81582]::backdrop{background-color:transparent;transition:display .3s allow-discrete,overlay .3s allow-discrete,background-color .3s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}dialog[data-v-a0d81582]:open::backdrop{background-color:#000000bf}@starting-style{dialog[data-v-a0d81582]:open::backdrop{background-color:transparent}}.ad-placement-tool[data-v-a0d81582] :where(img,video){opacity:1}.ad-placement-tool[data-v-a0d81582] :where(a[target=_blank]):after{content:none}.ad-placement-tool .close[data-v-a0d81582]{position:absolute;right:calc(var(--popover-padding) * -1);top:calc(var(--popover-padding) * -1);width:24px;height:24px;margin:0;padding:0;background:#fff;border:none;border-end-start-radius:8px}.ad-placement-tool .close[data-v-a0d81582]:before,.ad-placement-tool .close[data-v-a0d81582]:after{position:absolute;left:43%;top:5px;content:" ";height:16px;width:2px;background-color:#333}.ad-placement-tool .close[data-v-a0d81582]:before{transform:rotate(45deg)}.ad-placement-tool .close[data-v-a0d81582]:after{transform:rotate(-45deg)}', Jt = `@layer normalize,theme,components.variables,components,utils;:where(:host,:root){--mvw-color-white: #fff;--mvw-color-black: #000;--mvw-color-primary-0: #ffffff;--mvw-color-primary-50: #eceff1;--mvw-color-primary-100: #cfd8dc;--mvw-color-primary-200: #b0bec5;--mvw-color-primary-300: #90a4ae;--mvw-color-primary-400: #78909c;--mvw-color-primary-500: #607d8b;--mvw-color-primary-600: #546e7a;--mvw-color-primary-700: #455a64;--mvw-color-primary-800: #37474f;--mvw-color-primary-900: #263238;--mvw-color-primary-950: #182024}:where(:host,:root){--mvw-color-secondary-100: #dcedc8;--mvw-color-secondary-200: #badb94;--mvw-color-secondary-300: #aed581;--mvw-color-secondary-400: #9ccc65;--mvw-color-secondary-500: #8bc34a;--mvw-color-secondary-700: #689f38;--mvw-color-secondary-800: #558b2f;--mvw-color-secondary-900: #33691e;--mvw-color-secondary-950: #14290c}:where(:host){--radius-1: 2px;--radius-2: 5px;--radius-3: 16px;--radius-4: 32px;--radius-5: 64px;--radius-6: 96px}:where(:host){--font-size-50: .625rem;--font-size-100: .6875rem;--font-size-200: .75rem;--font-size-300: .8125rem;--font-size-400: .875rem;--font-size-500: 1rem;--font-size-600: 1.125rem;--font-size-700: 1.25rem;--font-size-800: 1.5rem;--font-size-900: 1.75rem;--font-size-950: 2rem;--font-lineheight-50: .95;--font-lineheight-100: 1;--font-lineheight-200: 1.1;--font-lineheight-300: 1.25;--font-lineheight-400: 1.375;--font-lineheight-500: 1.5;--font-lineheight-600: 1.75;--font-lineheight-700: 2}:where(:host){--size-1: 1px;--size-2: .125rem;--size-4: .25rem;--size-6: .375rem;--size-8: .5rem;--size-10: .625rem;--size-12: .75rem;--size-16: 1rem;--size-24: 1.5rem;--size-32: 2rem}:where(:host){--shadow-color: 220 3% 15%;--shadow-strength: 1%;--inner-shadow-highlight: inset 0 -.5px 0 0 #fff, inset 0 .5px 0 0 #0001;--shadow-3: 0 -1px 3px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%)), 0 1px 2px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 2%)), 0 2px 5px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 4px 12px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 12px 15px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%));--shadow-6: 0 -1px 2px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%)), 0 3px 2px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 7px 5px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 12px 10px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 22px 18px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 41px 33px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 6%)), 0 100px 80px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%))}@media (prefers-color-scheme: dark){:where(:host){--shadow-color: 220 40% 2%;--shadow-strength: 25%;--inner-shadow-highlight: inset 0 -.5px 0 0 #fff1, inset 0 .5px 0 0 #0007}}:where(:host){--ease-spring-1: linear( 0, .009, .035 2.1%, .141, .281 6.7%, .723 12.9%, .938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, .991, .977 51%, .974 53.8%, .975 57.1%, .997 69.8%, 1.003 76.9%, 1.004 83.8%, 1 )}@layer normalize{*,:before,:after{box-sizing:border-box}*{scrollbar-width:thin}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(img){opacity:0;transition:opacity .5s ease-out}:where(img).is-loaded{opacity:1}:where(svg:not([width])){inline-size:var(--size-16)}:where(input,button,textarea),:where(input[type=file])::-webkit-file-upload-button{color:inherit;font-size:inherit;font:inherit;letter-spacing:inherit}:where(a[href],area,button,[role=button],input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])){-webkit-tap-highlight-color:transparent;touch-action:manipulation}:where(:not(fieldset,progress,meter)){background-origin:border-box;background-repeat:no-repeat;border-style:solid;border-width:0}:where(button){appearance:button;-webkit-appearance:button;background-color:transparent;background-image:none}:where(dd,pre){margin:0}:where(ul,li){margin:0;padding:0}:where(ol,ul){list-style:none}}@layer theme{[data-theme=light],:host-context(.light){color-scheme:only light}[data-theme=dark],:host-context(.dark){color-scheme:only dark}:root,:host{font-family:var(--mvw-font, inherit);--mvw-color-live: #8bc34a;--mvw-color-error: #fb2c36;--mvw-color-warning: #ffc107;--mvw-color-info: #2870ed;--mvw-color-team: #ff6129;--mvw-link-color: light-dark(var(--mvw-color-secondary-700), var(--mvw-color-secondary-400));--mvw-text-pale: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-700));--mvw-text-faded: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-600));--mvw-text-dimmed: light-dark(var(--mvw-color-primary-400), var(--mvw-color-primary-500));--mvw-text-muted: light-dark(var(--mvw-color-primary-500), var(--mvw-color-primary-400));--mvw-text-toned: light-dark(var(--mvw-color-primary-600), var(--mvw-color-primary-300));--mvw-text-default: light-dark(var(--mvw-color-primary-700), var(--mvw-color-primary-200));--mvw-text-highlighted: light-dark(var(--mvw-color-primary-900), var(--mvw-color-primary-50));--mvw-text-inverted: light-dark(var(--mvw-color-white), var(--mvw-color-primary-950));--mvw-bg-default: light-dark(var(--mvw-color-white), var(--mvw-color-primary-950));--mvw-bg-muted: light-dark(var(--mvw-color-primary-50), var(--mvw-color-primary-900));--mvw-bg-elevated: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-800));--mvw-bg-accented: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-700));--mvw-bg-highlighted: var(--mvw-color-secondary-500);--mvw-bg-inverted: light-dark(var(--mvw-color-primary-900), var(--mvw-color-primary-50));--mvw-border-faded: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-800));--mvw-border-muted: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-700));--mvw-border-highlighted: var(--mvw-color-secondary-500)}}@layer components{:where(a[href]){--_lighten: oklch(from var(--mvw-link-color) calc(l*1.15) c h);--_darken: oklch(from var(--mvw-link-color) calc(l*.85) c h);color:var(--mvw-link-color);text-decoration:none}:where(a[href]):hover{color:light-dark(var(--_darken),var(--_lighten))}:where(a[target=_blank]){position:relative}:where(a[target=_blank]):hover:after{transition:all 1s cubic-bezier(.075,.82,.165,1);content:"";display:inline-block;margin-inline-start:var(--size-2);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3C!-- Icon from Lucide by Lucide Contributors - https://github.com/lucide-icons/lucide/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3C!-- Icon from Lucide by Lucide Contributors - https://github.com/lucide-icons/lucide/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;inline-size:.8em;block-size:.8em}}@layer components{:where(.loading-indicator){padding:var(--size-16);font-weight:600;color:var(--mvw-loading-indicator-text-color, var(--mvw-text-toned));text-align:center}}@layer utils{.font-bold{font-weight:700}.italic{font-style:italic}.uppercase{text-transform:uppercase}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-start{text-align:start}.text-end{text-align:end}.text-center{text-align:center}.text-xs{font-size:var(--font-size-200)}.text-sm{font-size:var(--font-size-400)}.text-xl{font-size:var(--font-size-700)}.text-faded{color:var(--mvw-text-faded)}.text-dimmed{color:var(--mvw-text-dimmed)}.text-muted{color:var(--mvw-text-muted)}.text-toned{color:var(--mvw-text-toned)}.text-default{color:var(--mvw-text-default)}.text-highlighted{color:var(--mvw-text-highlighted)}.w-auto{width:auto}.mx-sm{margin-inline:var(--size-8)}.mb-sm{margin-block-end:var(--size-8)}.mb-md{margin-block-end:var(--size-16)}.mb-xl{margin-block-end:calc(var(--size-16) * 2)}.mt-md{margin-block-start:var(--size-16)}.mt-lg{margin-block-start:var(--size-24)}.mt-xl{margin-block-start:calc(var(--size-16) * 2)}.p-sm{padding-block:var(--size-8)}.py-md{padding-block:var(--size-16)}.flex{display:flex}.grid{display:grid}.block{display:block}.rounded{border-radius:1e5px}.sticky{position:sticky;top:var(--mvw-sticky-top-offset, 0);z-index:10}.blured-bg{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.grid-container{--min-width: 230px;--max-width: 1fr;--gap: var(--size-16);--align-items: center;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(var(--min-width),100%),var(--max-width)));align-items:var(--align-items);gap:var(--gap)}.flex-container{display:flex;flex-wrap:wrap;gap:var(--size-16)}.responsive-team-name{container-type:inline-size;container-name:team-name}.responsive-team-name>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.responsive-team-name>* .team-name-short{display:none}@container team-name (max-width: 200px){.responsive-team-name>* .team-name-long{display:none}.responsive-team-name>* .team-name-short{display:inline-block}}}`, Ve = (e, t) => {
856
+ const r = e.__vccOpts || e;
857
+ for (const [l, s] of t)
858
+ r[l] = s;
859
+ return r;
860
+ }, Ht = {
575
861
  key: 0,
576
862
  class: "ad-placement-tool"
577
- }, zr = {
863
+ }, Wt = {
578
864
  key: 0,
579
865
  ref: "popover"
580
- }, _r = {
866
+ }, Kt = {
581
867
  __name: "AdPlacement.ce",
582
868
  props: {
583
869
  areaId: {
@@ -590,43 +876,72 @@ const hr = ["width", "height"], ur = ["src", "type"], fr = { key: 1 }, wr = ["sr
590
876
  }
591
877
  },
592
878
  setup(e) {
593
- const r = e, o = Me("popover"), { isFinished: c, data: l, error: i } = dr(`${Ee}/internal/ad-placement?areaid=${r.areaId}`, { timeout: 1e3 }).get().json(), { hide: t } = vr(o, P(() => l.value?.closeTimeout ?? 3e4), {
594
- check: () => ge.checkCookie(`mjsz-popover-${l.value?._id}`),
595
- set: () => ge.setCookie(`mjsz-popover-${l.value?._id}`, 1, l.value?.expiration ?? 1)
879
+ const t = e, r = Ce("popover"), l = Ce("media"), s = Et("mjsz-ad", crypto.randomUUID()), { isFinished: n, data: o, error: a } = Tt(`${re}/internal/ad-placement?areaid=${t.areaId}`, { timeout: 1e3 }).get().json(), { hide: c } = Ot(r, j(() => o.value?.closeTimeout ?? 3e4), {
880
+ check: () => Ee.checkCookie(`mjsz-popover-${o.value?._id}`),
881
+ set: () => {
882
+ u(), Ee.setCookie(`mjsz-popover-${o.value?._id}`, 1, o.value?.expiration ?? 1);
883
+ }
884
+ });
885
+ Lt(l, {
886
+ fetch: u
596
887
  });
597
- return (a, s) => v(c) && !v(i) && v(Re)(v(l)) ? (b(), C("div", kr, [
598
- v(l).type === "popover" ? (b(), C("dialog", zr, [
599
- E(ze, {
600
- "current-ad": v(l),
601
- "mobile-breakpoint": e.mobileBreakpoint
602
- }, null, 8, ["current-ad", "mobile-breakpoint"]),
603
- L("button", {
888
+ const i = j(() => o.value?.link ? `${re}/internal/click?adId=${o.value?._id}&areaId=${t.areaId}&url=${o.value.link}` : void 0);
889
+ function u() {
890
+ const h = {
891
+ type: "impression",
892
+ adId: o.value?._id,
893
+ areaId: t.areaId,
894
+ userId: s.value
895
+ }, m = new Blob([JSON.stringify(h)], { type: "application/json" });
896
+ navigator.sendBeacon(`${re}/internal/track`, m);
897
+ }
898
+ function d() {
899
+ const h = {
900
+ type: "click",
901
+ adId: o.value?._id,
902
+ areaId: t.areaId,
903
+ userId: s.value
904
+ }, m = new Blob([JSON.stringify(h)], { type: "application/json" });
905
+ navigator.sendBeacon(`${re}/internal/track`, m);
906
+ }
907
+ return (h, m) => g(n) && !g(a) && g(Ye)(g(o)) ? (z(), N("div", Ht, [
908
+ g(o).type === "popover" ? (z(), N("dialog", Wt, [
909
+ F(Oe, {
910
+ "current-ad": g(o),
911
+ "mobile-breakpoint": e.mobileBreakpoint,
912
+ "click-url": i.value,
913
+ onClick: d
914
+ }, null, 8, ["current-ad", "mobile-breakpoint", "click-url"]),
915
+ P("button", {
604
916
  type: "button",
605
917
  class: "close",
606
- onClick: s[0] || (s[0] = (...n) => v(t) && v(t)(...n))
918
+ onClick: m[0] || (m[0] = (...f) => g(c) && g(c)(...f))
607
919
  })
608
- ], 512)) : (b(), Y(ze, {
920
+ ], 512)) : (z(), ue(Oe, {
609
921
  key: 1,
610
- "current-ad": v(l),
611
- "mobile-breakpoint": e.mobileBreakpoint
612
- }, null, 8, ["current-ad", "mobile-breakpoint"]))
613
- ])) : ve("", !0);
614
- }
615
- }, Cr = /* @__PURE__ */ Te(_r, [["styles", [yr, xr]], ["__scopeId", "data-v-29d96209"]]), Ir = { seasons: "Seasons", sections: "Sections", phases: "Phases", phasesDivision: "Phases (phase-Name=division)", championships: "Championships", championshipName: "Championship Name (Championship-Name):", championshipId: "Championship Identifier (Championship-id):", seasonId: "Season Identifier (season-Id):" }, Er = {
616
- selection: Ir
617
- }, Sr = { seasons: "Szezonok", sections: "Szakaszok", phases: "Szakaszok", phasesDivision: "Fázisok (phase-Name=division)", championships: "Bajnokságok", championshipName: "Bajnokság Neve (Championship-Name):", championshipId: "Bajnokság azonosító (Championship-id):", seasonId: "Szezon azonosító (season-Id):" }, Ar = {
618
- selection: Sr
619
- }, ue = (e) => (r) => Ge(e, Je(r));
620
- function Lr(e, r) {
621
- r.seasonsList = e, r.seasonId = ue("id")(e);
622
- }
623
- function Tr(e, r) {
624
- r.championshipList = e, r.championshipId = ue("championshipId")(e);
625
- }
626
- function jr(e, r) {
627
- r.sections = e, r.sectionId = ue("sectionId")(e);
628
- }
629
- const Nr = {
922
+ ref: "media",
923
+ "current-ad": g(o),
924
+ "mobile-breakpoint": e.mobileBreakpoint,
925
+ "click-url": i.value,
926
+ onClick: d
927
+ }, null, 8, ["current-ad", "mobile-breakpoint", "click-url"]))
928
+ ])) : ze("", !0);
929
+ }
930
+ }, Rt = /* @__PURE__ */ Ve(Kt, [["styles", [Ut, Jt]], ["__scopeId", "data-v-a0d81582"]]), Gt = { seasons: "Seasons", sections: "Sections", phases: "Phases", phasesDivision: "Phases (phase-Name=division)", championships: "Championships", championshipName: "Championship Name (Championship-Name):", championshipId: "Championship Identifier (Championship-id):", seasonId: "Season Identifier (season-Id):" }, qt = {
931
+ selection: Gt
932
+ }, Qt = { seasons: "Szezonok", sections: "Szakaszok", phases: "Szakaszok", phasesDivision: "Fázisok (phase-Name=division)", championships: "Bajnokságok", championshipName: "Bajnokság Neve (Championship-Name):", championshipId: "Bajnokság azonosító (Championship-id):", seasonId: "Szezon azonosító (season-Id):" }, Xt = {
933
+ selection: Qt
934
+ }, Se = (e) => (t) => Ze(e, et(t));
935
+ function Yt(e, t) {
936
+ t.seasonsList = e, t.seasonId = Se("id")(e);
937
+ }
938
+ function Zt(e, t) {
939
+ t.championshipList = e, t.championshipId = Se("championshipId")(e);
940
+ }
941
+ function er(e, t) {
942
+ t.sections = e, t.sectionId = Se("sectionId")(e);
943
+ }
944
+ const tr = {
630
945
  __name: "DataProvider",
631
946
  props: {
632
947
  apiKey: {
@@ -639,62 +954,62 @@ const Nr = {
639
954
  }
640
955
  },
641
956
  setup(e) {
642
- const r = e, o = Ce({
957
+ const t = e, r = Pe({
643
958
  seasonsList: [],
644
959
  seasonId: null,
645
960
  championshipList: [],
646
961
  championshipId: null,
647
962
  sections: [],
648
963
  sectionId: null
649
- }), { onError: c } = Xe(), { isLoading: l, execute: i } = te({
964
+ }), { onError: l } = at(), { isLoading: s, execute: n } = he({
650
965
  options: {
651
966
  path: "/v2/all-season-list",
652
- apiKey: r.apiKey,
967
+ apiKey: t.apiKey,
653
968
  params: {}
654
969
  },
655
- transform: (m) => Lr(m, o),
656
- onError: c
657
- }), { isLoading: t, execute: a } = te({
970
+ transform: (p) => Yt(p, r),
971
+ onError: l
972
+ }), { isLoading: o, execute: a } = he({
658
973
  options: {
659
974
  path: "/v2/championship-list",
660
- apiKey: r.apiKey,
661
- params: P(() => ({ seasonId: o.seasonId }))
975
+ apiKey: t.apiKey,
976
+ params: j(() => ({ seasonId: r.seasonId }))
662
977
  },
663
- transform: (m) => Tr(m, o),
664
- onError: c
978
+ transform: (p) => Zt(p, r),
979
+ onError: l
665
980
  }), {
666
- isLoading: s,
667
- execute: n
668
- } = te({
981
+ isLoading: c,
982
+ execute: i
983
+ } = he({
669
984
  options: {
670
985
  path: "/v2/championship-sections",
671
- apiKey: r.apiKey,
672
- params: P(() => ({ championshipId: o.championshipId }))
986
+ apiKey: t.apiKey,
987
+ params: j(() => ({ championshipId: r.championshipId }))
673
988
  },
674
- transform: (m) => jr(m, o),
675
- onError: c
676
- }), h = P(() => o.sections?.find((m) => m.sectionId === o.sectionId)?.phases ?? []);
677
- xe([i, a, n]);
678
- const d = P(() => [l.value, t.value, s.value].some(Boolean));
679
- function u(m) {
680
- o.seasonId = m, xe([a, n]);
989
+ transform: (p) => er(p, r),
990
+ onError: l
991
+ }), u = j(() => r.sections?.find((p) => p.sectionId === r.sectionId)?.phases ?? []);
992
+ Te([n, a, i]);
993
+ const d = j(() => [s.value, o.value, c.value].some(Boolean));
994
+ function h(p) {
995
+ r.seasonId = p, Te([a, i]);
681
996
  }
682
- function p(m) {
683
- o.championshipId = m, n();
997
+ function m(p) {
998
+ r.championshipId = p, i();
684
999
  }
685
- function f(m) {
686
- o.sectionId = m;
1000
+ function f(p) {
1001
+ r.sectionId = p;
687
1002
  }
688
- return (m, w) => Ue(m.$slots, "default", He(Ke({
689
- ...o,
1003
+ return (p, w) => qe(p.$slots, "default", Qe(Xe({
1004
+ ...r,
690
1005
  isLoading: d.value,
691
- phaseData: h.value,
692
- onChangeSeason: u,
1006
+ phaseData: u.value,
1007
+ onChangeSeason: h,
693
1008
  onChangeSection: f,
694
- onChangeChampionship: p
1009
+ onChangeChampionship: m
695
1010
  })));
696
1011
  }
697
- }, Pr = ["value"], Fr = ["value"], $r = {
1012
+ }, rr = ["value"], or = ["value"], ar = {
698
1013
  __name: "Selector",
699
1014
  props: {
700
1015
  seasonsList: {
@@ -715,47 +1030,47 @@ const Nr = {
715
1030
  }
716
1031
  },
717
1032
  emits: ["update:seasonId", "update:championshipId"],
718
- setup(e, { emit: r }) {
719
- const o = e, c = r, { t: l } = Ye(), { seasonId: i, championshipId: t } = pr(o, c);
720
- return (a, s) => (b(), C(Q, null, [
721
- E(v(M), {
722
- label: v(l)("selection.seasons"),
1033
+ setup(e, { emit: t }) {
1034
+ const r = e, l = t, { t: s } = nt(), { seasonId: n, championshipId: o } = jt(r, l);
1035
+ return (a, c) => (z(), N(le, null, [
1036
+ F(g(K), {
1037
+ label: g(s)("selection.seasons"),
723
1038
  name: "season",
724
1039
  class: "full-width mb-md"
725
1040
  }, {
726
- default: I(() => [
727
- E(v(be), {
1041
+ default: T(() => [
1042
+ F(g(Ae), {
728
1043
  id: "season",
729
- modelValue: v(i),
730
- "onUpdate:modelValue": s[0] || (s[0] = (n) => X(i) ? i.value = n : null)
1044
+ modelValue: g(n),
1045
+ "onUpdate:modelValue": c[0] || (c[0] = (i) => pe(n) ? n.value = i : null)
731
1046
  }, {
732
- default: I(() => [
733
- (b(!0), C(Q, null, de(e.seasonsList, (n) => (b(), C("option", {
734
- key: n.id,
735
- value: n.id
736
- }, V(n.seasonName), 9, Pr))), 128))
1047
+ default: T(() => [
1048
+ (z(!0), N(le, null, ge(e.seasonsList, (i) => (z(), N("option", {
1049
+ key: i.id,
1050
+ value: i.id
1051
+ }, W(i.seasonName), 9, rr))), 128))
737
1052
  ]),
738
1053
  _: 1
739
1054
  }, 8, ["modelValue"])
740
1055
  ]),
741
1056
  _: 1
742
1057
  }, 8, ["label"]),
743
- E(v(M), {
744
- label: v(l)("selection.championships"),
1058
+ F(g(K), {
1059
+ label: g(s)("selection.championships"),
745
1060
  name: "championship",
746
1061
  class: "full-width"
747
1062
  }, {
748
- default: I(() => [
749
- E(v(be), {
1063
+ default: T(() => [
1064
+ F(g(Ae), {
750
1065
  id: "championship",
751
- modelValue: v(t),
752
- "onUpdate:modelValue": s[1] || (s[1] = (n) => X(t) ? t.value = n : null)
1066
+ modelValue: g(o),
1067
+ "onUpdate:modelValue": c[1] || (c[1] = (i) => pe(o) ? o.value = i : null)
753
1068
  }, {
754
- default: I(() => [
755
- (b(!0), C(Q, null, de(e.championshipList, (n) => (b(), C("option", {
756
- key: n.championshipId,
757
- value: n.championshipId
758
- }, V(n.championshipName), 9, Fr))), 128))
1069
+ default: T(() => [
1070
+ (z(!0), N(le, null, ge(e.championshipList, (i) => (z(), N("option", {
1071
+ key: i.championshipId,
1072
+ value: i.championshipId
1073
+ }, W(i.championshipName), 9, or))), 128))
759
1074
  ]),
760
1075
  _: 1
761
1076
  }, 8, ["modelValue"])
@@ -764,10 +1079,10 @@ const Nr = {
764
1079
  }, 8, ["label"])
765
1080
  ], 64));
766
1081
  }
767
- }, Br = `@layer normalize,theme,components.variables,components,utils;:where(:host,:root){--mvw-color-white: #fff;--mvw-color-black: #000;--mvw-color-primary-0: #ffffff;--mvw-color-primary-50: #eceff1;--mvw-color-primary-100: #cfd8dc;--mvw-color-primary-200: #b0bec5;--mvw-color-primary-300: #90a4ae;--mvw-color-primary-400: #78909c;--mvw-color-primary-500: #607d8b;--mvw-color-primary-600: #546e7a;--mvw-color-primary-700: #455a64;--mvw-color-primary-800: #37474f;--mvw-color-primary-900: #263238;--mvw-color-primary-950: #182024}:where(:host,:root){--mvw-color-secondary-100: #dcedc8;--mvw-color-secondary-200: #badb94;--mvw-color-secondary-300: #aed581;--mvw-color-secondary-400: #9ccc65;--mvw-color-secondary-500: #8bc34a;--mvw-color-secondary-700: #689f38;--mvw-color-secondary-800: #558b2f;--mvw-color-secondary-900: #33691e;--mvw-color-secondary-950: #14290c}:where(:host){--radius-1: 2px;--radius-2: 5px;--radius-3: 16px;--radius-4: 32px;--radius-5: 64px;--radius-6: 96px}:where(:host){--font-size-50: .625rem;--font-size-100: .6875rem;--font-size-200: .75rem;--font-size-300: .8125rem;--font-size-400: .875rem;--font-size-500: 1rem;--font-size-600: 1.125rem;--font-size-700: 1.25rem;--font-size-800: 1.5rem;--font-size-900: 1.75rem;--font-size-950: 2rem;--font-lineheight-50: .95;--font-lineheight-100: 1;--font-lineheight-200: 1.1;--font-lineheight-300: 1.25;--font-lineheight-400: 1.375;--font-lineheight-500: 1.5;--font-lineheight-600: 1.75;--font-lineheight-700: 2}:where(:host){--size-1: 1px;--size-2: .125rem;--size-4: .25rem;--size-6: .375rem;--size-8: .5rem;--size-10: .625rem;--size-12: .75rem;--size-16: 1rem;--size-24: 1.5rem;--size-32: 2rem}:where(:host){--shadow-color: 220 3% 15%;--shadow-strength: 1%;--inner-shadow-highlight: inset 0 -.5px 0 0 #fff, inset 0 .5px 0 0 #0001;--shadow-3: 0 -1px 3px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%)), 0 1px 2px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 2%)), 0 2px 5px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 4px 12px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 12px 15px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%));--shadow-6: 0 -1px 2px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%)), 0 3px 2px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 7px 5px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 12px 10px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 22px 18px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 41px 33px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 6%)), 0 100px 80px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%))}@media (prefers-color-scheme: dark){:where(:host){--shadow-color: 220 40% 2%;--shadow-strength: 25%;--inner-shadow-highlight: inset 0 -.5px 0 0 #fff1, inset 0 .5px 0 0 #0007}}:where(:host){--ease-spring-1: linear( 0, .009, .035 2.1%, .141, .281 6.7%, .723 12.9%, .938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, .991, .977 51%, .974 53.8%, .975 57.1%, .997 69.8%, 1.003 76.9%, 1.004 83.8%, 1 )}@layer normalize{*,:before,:after{box-sizing:border-box}*{scrollbar-width:thin}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(img){opacity:0;transition:opacity .5s ease-out}:where(img).is-loaded{opacity:1}:where(svg:not([width])){inline-size:var(--size-16)}:where(input,button,textarea),:where(input[type=file])::-webkit-file-upload-button{color:inherit;font-size:inherit;font:inherit;letter-spacing:inherit}:where(a[href],area,button,[role=button],input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])){-webkit-tap-highlight-color:transparent;touch-action:manipulation}:where(:not(fieldset,progress,meter)){background-origin:border-box;background-repeat:no-repeat;border-style:solid;border-width:0}:where(button){appearance:button;-webkit-appearance:button;background-color:transparent;background-image:none}:where(dd,pre){margin:0}:where(ul,li){margin:0;padding:0}:where(ol,ul){list-style:none}}@layer theme{[data-theme=light],:host-context(.light){color-scheme:only light}[data-theme=dark],:host-context(.dark){color-scheme:only dark}:root,:host{font-family:var(--mvw-font, inherit);--mvw-color-live: #8bc34a;--mvw-color-error: #fb2c36;--mvw-color-warning: #ffc107;--mvw-color-info: #2870ed;--mvw-color-team: #ff6129;--mvw-link-color: light-dark(var(--mvw-color-secondary-700), var(--mvw-color-secondary-400));--mvw-text-pale: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-700));--mvw-text-faded: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-600));--mvw-text-dimmed: light-dark(var(--mvw-color-primary-400), var(--mvw-color-primary-500));--mvw-text-muted: light-dark(var(--mvw-color-primary-500), var(--mvw-color-primary-400));--mvw-text-toned: light-dark(var(--mvw-color-primary-600), var(--mvw-color-primary-300));--mvw-text-default: light-dark(var(--mvw-color-primary-700), var(--mvw-color-primary-200));--mvw-text-highlighted: light-dark(var(--mvw-color-primary-900), var(--mvw-color-primary-50));--mvw-text-inverted: light-dark(var(--mvw-color-white), var(--mvw-color-primary-950));--mvw-bg-default: light-dark(var(--mvw-color-white), var(--mvw-color-primary-950));--mvw-bg-muted: light-dark(var(--mvw-color-primary-50), var(--mvw-color-primary-900));--mvw-bg-elevated: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-800));--mvw-bg-accented: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-700));--mvw-bg-highlighted: var(--mvw-color-secondary-500);--mvw-bg-inverted: light-dark(var(--mvw-color-primary-900), var(--mvw-color-primary-50));--mvw-border-faded: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-800));--mvw-border-muted: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-700));--mvw-border-highlighted: var(--mvw-color-secondary-500)}}@layer components{:where(a[href]){--_lighten: oklch(from var(--mvw-link-color) calc(l*1.15) c h);--_darken: oklch(from var(--mvw-link-color) calc(l*.85) c h);color:var(--mvw-link-color);text-decoration:none}:where(a[href]):hover{color:light-dark(var(--_darken),var(--_lighten))}:where(a[target=_blank]){position:relative}:where(a[target=_blank]):hover:after{transition:all 1s cubic-bezier(.075,.82,.165,1);content:"";display:inline-block;margin-inline-start:var(--size-2);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3C!-- Icon from Lucide by Lucide Contributors - https://github.com/lucide-icons/lucide/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3C!-- Icon from Lucide by Lucide Contributors - https://github.com/lucide-icons/lucide/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;inline-size:.8em;block-size:.8em}}@layer components{:where(.loading-indicator){padding:var(--size-16);font-weight:600;color:var(--mvw-loading-indicator-text-color, var(--mvw-text-toned));text-align:center}}@layer utils{.font-bold{font-weight:700}.italic{font-style:italic}.uppercase{text-transform:uppercase}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-start{text-align:start}.text-end{text-align:end}.text-center{text-align:center}.text-xs{font-size:var(--font-size-200)}.text-sm{font-size:var(--font-size-400)}.text-xl{font-size:var(--font-size-700)}.text-faded{color:var(--mvw-text-faded)}.text-dimmed{color:var(--mvw-text-dimmed)}.text-muted{color:var(--mvw-text-muted)}.text-toned{color:var(--mvw-text-toned)}.text-default{color:var(--mvw-text-default)}.text-highlighted{color:var(--mvw-text-highlighted)}.w-auto{width:auto}.mx-sm{margin-inline:var(--size-8)}.mb-sm{margin-block-end:var(--size-8)}.mb-md{margin-block-end:var(--size-16)}.mb-xl{margin-block-end:calc(var(--size-16) * 2)}.mt-md{margin-block-start:var(--size-16)}.mt-lg{margin-block-start:var(--size-24)}.mt-xl{margin-block-start:calc(var(--size-16) * 2)}.p-sm{padding-block:var(--size-8)}.py-md{padding-block:var(--size-16)}.flex{display:flex}.grid{display:grid}.block{display:block}.rounded{border-radius:1e5px}.sticky{position:sticky;top:var(--mvw-sticky-top-offset, 0);z-index:10}.blured-bg{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.grid-container{--min-width: 230px;--max-width: 1fr;--gap: var(--size-16);--align-items: center;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(var(--min-width),100%),var(--max-width)));align-items:var(--align-items);gap:var(--gap)}.flex-container{display:flex;flex-wrap:wrap;gap:var(--size-16)}.responsive-team-name{container-type:inline-size;container-name:team-name}.responsive-team-name>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.responsive-team-name>* .team-name-short{display:none}@container team-name (max-width: 200px){.responsive-team-name>* .team-name-long{display:none}.responsive-team-name>* .team-name-short{display:inline-block}}}`, Or = `@layer components.variables{:where(:host){--mvw-form-label-font-size: var(--font-size-200);--mvw-form-label-color: var(--mvw-text-muted);--mvw-input-color: light-dark(var(--mvw-color-primary-800), var(--mvw-color-primary-200));--mvw-input-font-size: var(--font-size-400);--mvw-input-border-color: light-dark(var(--mvw-color-primary-300), var(--mvw-color-primary-700));--mvw-input-bg-color: light-dark(var(--mvw-color-white), var(--mvw-color-primary-950));--mvw-input-border-radius: var(--radius-2)}}@layer components{:where(.form-field){--_border-color: var(--mvw-input-border-color);--_bg-color: var(--mvw-input-bg-color);--_height: var(--size-32);--_color: var(--mvw-input-color);--_field-padding-block: var(--size-6);--_field-padding-inline: var(--size-10);contain:layout;position:relative;color:var(--mvw-text-default)}:where(.form-field) pre,:where(.form-field) input,:where(.form-field) select{appearance:none;block-size:var(--_height);min-inline-size:0;font-family:inherit;font-size:var(--mvw-input-font-size);color:var(--_color);line-height:var(--font-lineheight-100);background-color:var(--_bg-color);border:var(--field-border-width, 1px) solid var(--_border-color);border-radius:var(--mvw-input-border-radius);padding:var(--_field-padding-block) var(--_field-padding-inline)}:where(.form-field) select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23888' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right var(--size-6) center;background-size:16px 12px;padding-inline-end:var(--size-24)}:where(.form-field) pre{line-height:var(--font-lineheight-500)}:where(.form-field) input::placeholder{color:rgb(from var(--_color) r g b / 50%)}:where(.form-field) label{display:block;font-size:var(--mvw-form-label-font-size);line-height:var(--font-lineheight-700);color:var(--mvw-form-label-color);text-transform:uppercase;font-weight:700}:where(:where(.form-field).full-width input,:where(.form-field).full-width select){inline-size:100%}}`, Dr = "@layer components.variables{:where(:host){--mvw-tab-btn-font-size: var(--font-size-500);--mvw-tab-btn-font-weight: 500;--mvw-tab-btn-color: var(--mvw-text-dimmed);--mvw-tab-btn-border-style: solid;--mvw-tab-btn-border-width: 0 0 3px 0;--mvw-tab-btn-text-transform: uppercase;--mvw-tab-btn-hover-color: var(--mvw-text-muted);--mvw-tab-btn-hover-border-color: transparent;--mvw-tab-btn-active-color: var(--mvw-text-highlighted);--mvw-tab-btn-active-border-color: var(--mvw-border-highlighted);--mvw-tab-btn-group-separator-color: var(--mvw-border-muted);--mvw-toggle-group-gap: var(--size-6);--mvw-toggle-group-nav-padding: 0;--mvw-toggle-group-border-width: 0;--mvw-toggle-group-btn-padding: var(--size-4) var(--size-8);--mvw-toggle-group-btn-size: var(--font-size-400);--mvw-toggle-group-btn-color: light-dark(var(--mvw-color-primary-900), var(--mvw-color-primary-100));--mvw-toggle-group-btn-bg-color: light-dark(var(--mvw-color-primary-50), var(--mvw-color-primary-900));--mvw-toggle-group-btn-active-color: var(--mvw-color-primary-0);--mvw-toggle-group-btn-active-bg-color: var(--mvw-bg-highlighted);--mvw-toggle-group-btn-radius: var(--radius-2)}}@layer components{:where(nav.tabs)>[role=tablist] button{outline-color:transparent;outline-offset:-4px}:where(nav.tabs)>[role=tablist] button:focus-visible{outline:2px solid blue}:where(nav.tabs).underlined>[role=tablist]{border-bottom:1px solid var(--mvw-tab-btn-group-separator-color)}:where(nav.tabs).underlined>[role=tablist] button{background:transparent;color:var(--mvw-tab-btn-color);font-weight:var(--mvw-tab-btn-font-weight);line-height:var(--font-lineheight-4);padding:var(--size-8) var(--size-16);text-transform:var(--mvw-tab-btn-text-transform)}:where(nav.tabs).underlined>[role=tablist] button:focus-visible{border-radius:0}:where(nav.tabs).underlined>[role=tablist] button[aria-selected=true]{border-block-end:3px solid var(--mvw-tab-btn-active-border-color);color:var(--mvw-tab-btn-active-color)}:where(nav.tabs).underlined>[role=tablist] button[aria-selected=false]:hover{color:var(--mvw-tab-btn-hover-color)}:where(nav.tabs).filled>[role=tablist]{display:flex;gap:var(--mvw-toggle-group-gap);border:var(--mvw-toggle-group-border-width) solid var(--mvw-border-muted);border-radius:calc(var(--mvw-toggle-group-btn-radius) + var(--mvw-toggle-group-nav-padding));overflow:hidden;padding:var(--mvw-toggle-group-nav-padding);width:fit-content}:where(nav.tabs).filled>[role=tablist] button{background-color:var(--mvw-toggle-group-btn-bg-color);border-radius:var(--mvw-toggle-group-btn-radius);font-size:var(--mvw-toggle-group-btn-size);color:var(--mvw-toggle-group-btn-color);padding:var(--mvw-toggle-group-btn-padding)}:where(nav.tabs).filled>[role=tablist] button[aria-selected=true]{color:var(--mvw-toggle-group-btn-active-color);background-color:var(--mvw-toggle-group-btn-active-bg-color)}}", Vr = "@layer components.variables{:where(:host){--mvw-color-error-notice-bg-color: color-mix(in oklab, var(--mvw-color-error) 10%, transparent);--mvw-color-error-notice-border-color: color-mix(in oklab, var(--mvw-color-error) 25%, transparent);--mvw-color-error-notice-color: var(--mvw-color-error)}}@layer components{:where(.error-notice){display:flex;align-items:center;justify-items:flex-start;gap:15px;margin:10px 0;padding:10px 20px;background-color:var(--mvw-color-error-notice-bg-color);color:var(--mvw-color-error-notice-color);border:1px solid var(--mvw-color-error-notice-border-color);border-radius:var(--radius-2)}:where(.error-notice) button{text-decoration:underline}}", Mr = ".main-layout[data-v-71f9e995]{display:grid;gap:var(--size-16)}@media (width > 60ch){.main-layout[data-v-71f9e995]{grid-template-columns:25ch 1fr}}", Ur = { class: "main-layout" }, Hr = ["textContent"], Kr = ["textContent"], Rr = ["textContent"], Gr = {
1082
+ }, nr = `@layer normalize,theme,components.variables,components,utils;:where(:host,:root){--mvw-color-white: #fff;--mvw-color-black: #000;--mvw-color-primary-0: #ffffff;--mvw-color-primary-50: #eceff1;--mvw-color-primary-100: #cfd8dc;--mvw-color-primary-200: #b0bec5;--mvw-color-primary-300: #90a4ae;--mvw-color-primary-400: #78909c;--mvw-color-primary-500: #607d8b;--mvw-color-primary-600: #546e7a;--mvw-color-primary-700: #455a64;--mvw-color-primary-800: #37474f;--mvw-color-primary-900: #263238;--mvw-color-primary-950: #182024}:where(:host,:root){--mvw-color-secondary-100: #dcedc8;--mvw-color-secondary-200: #badb94;--mvw-color-secondary-300: #aed581;--mvw-color-secondary-400: #9ccc65;--mvw-color-secondary-500: #8bc34a;--mvw-color-secondary-700: #689f38;--mvw-color-secondary-800: #558b2f;--mvw-color-secondary-900: #33691e;--mvw-color-secondary-950: #14290c}:where(:host){--radius-1: 2px;--radius-2: 5px;--radius-3: 16px;--radius-4: 32px;--radius-5: 64px;--radius-6: 96px}:where(:host){--font-size-50: .625rem;--font-size-100: .6875rem;--font-size-200: .75rem;--font-size-300: .8125rem;--font-size-400: .875rem;--font-size-500: 1rem;--font-size-600: 1.125rem;--font-size-700: 1.25rem;--font-size-800: 1.5rem;--font-size-900: 1.75rem;--font-size-950: 2rem;--font-lineheight-50: .95;--font-lineheight-100: 1;--font-lineheight-200: 1.1;--font-lineheight-300: 1.25;--font-lineheight-400: 1.375;--font-lineheight-500: 1.5;--font-lineheight-600: 1.75;--font-lineheight-700: 2}:where(:host){--size-1: 1px;--size-2: .125rem;--size-4: .25rem;--size-6: .375rem;--size-8: .5rem;--size-10: .625rem;--size-12: .75rem;--size-16: 1rem;--size-24: 1.5rem;--size-32: 2rem}:where(:host){--shadow-color: 220 3% 15%;--shadow-strength: 1%;--inner-shadow-highlight: inset 0 -.5px 0 0 #fff, inset 0 .5px 0 0 #0001;--shadow-3: 0 -1px 3px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%)), 0 1px 2px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 2%)), 0 2px 5px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 4px 12px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 12px 15px -5px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%));--shadow-6: 0 -1px 2px 0 hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%)), 0 3px 2px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 7px 5px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 3%)), 0 12px 10px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 4%)), 0 22px 18px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 5%)), 0 41px 33px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 6%)), 0 100px 80px -2px hsl(var(--shadow-color) / calc(var(--shadow-strength) + 7%))}@media (prefers-color-scheme: dark){:where(:host){--shadow-color: 220 40% 2%;--shadow-strength: 25%;--inner-shadow-highlight: inset 0 -.5px 0 0 #fff1, inset 0 .5px 0 0 #0007}}:where(:host){--ease-spring-1: linear( 0, .009, .035 2.1%, .141, .281 6.7%, .723 12.9%, .938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, .991, .977 51%, .974 53.8%, .975 57.1%, .997 69.8%, 1.003 76.9%, 1.004 83.8%, 1 )}@layer normalize{*,:before,:after{box-sizing:border-box}*{scrollbar-width:thin}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(img){opacity:0;transition:opacity .5s ease-out}:where(img).is-loaded{opacity:1}:where(svg:not([width])){inline-size:var(--size-16)}:where(input,button,textarea),:where(input[type=file])::-webkit-file-upload-button{color:inherit;font-size:inherit;font:inherit;letter-spacing:inherit}:where(a[href],area,button,[role=button],input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])){-webkit-tap-highlight-color:transparent;touch-action:manipulation}:where(:not(fieldset,progress,meter)){background-origin:border-box;background-repeat:no-repeat;border-style:solid;border-width:0}:where(button){appearance:button;-webkit-appearance:button;background-color:transparent;background-image:none}:where(dd,pre){margin:0}:where(ul,li){margin:0;padding:0}:where(ol,ul){list-style:none}}@layer theme{[data-theme=light],:host-context(.light){color-scheme:only light}[data-theme=dark],:host-context(.dark){color-scheme:only dark}:root,:host{font-family:var(--mvw-font, inherit);--mvw-color-live: #8bc34a;--mvw-color-error: #fb2c36;--mvw-color-warning: #ffc107;--mvw-color-info: #2870ed;--mvw-color-team: #ff6129;--mvw-link-color: light-dark(var(--mvw-color-secondary-700), var(--mvw-color-secondary-400));--mvw-text-pale: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-700));--mvw-text-faded: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-600));--mvw-text-dimmed: light-dark(var(--mvw-color-primary-400), var(--mvw-color-primary-500));--mvw-text-muted: light-dark(var(--mvw-color-primary-500), var(--mvw-color-primary-400));--mvw-text-toned: light-dark(var(--mvw-color-primary-600), var(--mvw-color-primary-300));--mvw-text-default: light-dark(var(--mvw-color-primary-700), var(--mvw-color-primary-200));--mvw-text-highlighted: light-dark(var(--mvw-color-primary-900), var(--mvw-color-primary-50));--mvw-text-inverted: light-dark(var(--mvw-color-white), var(--mvw-color-primary-950));--mvw-bg-default: light-dark(var(--mvw-color-white), var(--mvw-color-primary-950));--mvw-bg-muted: light-dark(var(--mvw-color-primary-50), var(--mvw-color-primary-900));--mvw-bg-elevated: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-800));--mvw-bg-accented: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-700));--mvw-bg-highlighted: var(--mvw-color-secondary-500);--mvw-bg-inverted: light-dark(var(--mvw-color-primary-900), var(--mvw-color-primary-50));--mvw-border-faded: light-dark(var(--mvw-color-primary-100), var(--mvw-color-primary-800));--mvw-border-muted: light-dark(var(--mvw-color-primary-200), var(--mvw-color-primary-700));--mvw-border-highlighted: var(--mvw-color-secondary-500)}}@layer components{:where(a[href]){--_lighten: oklch(from var(--mvw-link-color) calc(l*1.15) c h);--_darken: oklch(from var(--mvw-link-color) calc(l*.85) c h);color:var(--mvw-link-color);text-decoration:none}:where(a[href]):hover{color:light-dark(var(--_darken),var(--_lighten))}:where(a[target=_blank]){position:relative}:where(a[target=_blank]):hover:after{transition:all 1s cubic-bezier(.075,.82,.165,1);content:"";display:inline-block;margin-inline-start:var(--size-2);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3C!-- Icon from Lucide by Lucide Contributors - https://github.com/lucide-icons/lucide/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3C!-- Icon from Lucide by Lucide Contributors - https://github.com/lucide-icons/lucide/blob/main/LICENSE --%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;inline-size:.8em;block-size:.8em}}@layer components{:where(.loading-indicator){padding:var(--size-16);font-weight:600;color:var(--mvw-loading-indicator-text-color, var(--mvw-text-toned));text-align:center}}@layer utils{.font-bold{font-weight:700}.italic{font-style:italic}.uppercase{text-transform:uppercase}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-start{text-align:start}.text-end{text-align:end}.text-center{text-align:center}.text-xs{font-size:var(--font-size-200)}.text-sm{font-size:var(--font-size-400)}.text-xl{font-size:var(--font-size-700)}.text-faded{color:var(--mvw-text-faded)}.text-dimmed{color:var(--mvw-text-dimmed)}.text-muted{color:var(--mvw-text-muted)}.text-toned{color:var(--mvw-text-toned)}.text-default{color:var(--mvw-text-default)}.text-highlighted{color:var(--mvw-text-highlighted)}.w-auto{width:auto}.mx-sm{margin-inline:var(--size-8)}.mb-sm{margin-block-end:var(--size-8)}.mb-md{margin-block-end:var(--size-16)}.mb-xl{margin-block-end:calc(var(--size-16) * 2)}.mt-md{margin-block-start:var(--size-16)}.mt-lg{margin-block-start:var(--size-24)}.mt-xl{margin-block-start:calc(var(--size-16) * 2)}.p-sm{padding-block:var(--size-8)}.py-md{padding-block:var(--size-16)}.flex{display:flex}.grid{display:grid}.block{display:block}.rounded{border-radius:1e5px}.sticky{position:sticky;top:var(--mvw-sticky-top-offset, 0);z-index:10}.blured-bg{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.grid-container{--min-width: 230px;--max-width: 1fr;--gap: var(--size-16);--align-items: center;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(var(--min-width),100%),var(--max-width)));align-items:var(--align-items);gap:var(--gap)}.flex-container{display:flex;flex-wrap:wrap;gap:var(--size-16)}.responsive-team-name{container-type:inline-size;container-name:team-name}.responsive-team-name>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.responsive-team-name>* .team-name-short{display:none}@container team-name (max-width: 200px){.responsive-team-name>* .team-name-long{display:none}.responsive-team-name>* .team-name-short{display:inline-block}}}`, ir = `@layer components.variables{:where(:host){--mvw-form-label-font-size: var(--font-size-200);--mvw-form-label-color: var(--mvw-text-muted);--mvw-input-color: light-dark(var(--mvw-color-primary-800), var(--mvw-color-primary-200));--mvw-input-font-size: var(--font-size-400);--mvw-input-border-color: light-dark(var(--mvw-color-primary-300), var(--mvw-color-primary-700));--mvw-input-bg-color: light-dark(var(--mvw-color-white), var(--mvw-color-primary-950));--mvw-input-border-radius: var(--radius-2)}}@layer components{:where(.form-field){--_border-color: var(--mvw-input-border-color);--_bg-color: var(--mvw-input-bg-color);--_height: var(--size-32);--_color: var(--mvw-input-color);--_field-padding-block: var(--size-6);--_field-padding-inline: var(--size-10);contain:layout;position:relative;color:var(--mvw-text-default)}:where(.form-field) pre,:where(.form-field) input,:where(.form-field) select{appearance:none;block-size:var(--_height);min-inline-size:0;font-family:inherit;font-size:var(--mvw-input-font-size);color:var(--_color);line-height:var(--font-lineheight-100);background-color:var(--_bg-color);border:var(--field-border-width, 1px) solid var(--_border-color);border-radius:var(--mvw-input-border-radius);padding:var(--_field-padding-block) var(--_field-padding-inline)}:where(.form-field) select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23888' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right var(--size-6) center;background-size:16px 12px;padding-inline-end:var(--size-24)}:where(.form-field) pre{line-height:var(--font-lineheight-500)}:where(.form-field) input::placeholder{color:rgb(from var(--_color) r g b / 50%)}:where(.form-field) label{display:block;font-size:var(--mvw-form-label-font-size);line-height:var(--font-lineheight-700);color:var(--mvw-form-label-color);text-transform:uppercase;font-weight:700}:where(:where(.form-field).full-width input,:where(.form-field).full-width select){inline-size:100%}}`, lr = "@layer components.variables{:where(:host){--mvw-tab-btn-font-size: var(--font-size-500);--mvw-tab-btn-font-weight: 500;--mvw-tab-btn-color: var(--mvw-text-dimmed);--mvw-tab-btn-border-style: solid;--mvw-tab-btn-border-width: 0 0 3px 0;--mvw-tab-btn-text-transform: uppercase;--mvw-tab-btn-hover-color: var(--mvw-text-muted);--mvw-tab-btn-hover-border-color: transparent;--mvw-tab-btn-active-color: var(--mvw-text-highlighted);--mvw-tab-btn-active-border-color: var(--mvw-border-highlighted);--mvw-tab-btn-group-separator-color: var(--mvw-border-muted);--mvw-toggle-group-gap: var(--size-6);--mvw-toggle-group-nav-padding: 0;--mvw-toggle-group-border-width: 0;--mvw-toggle-group-btn-padding: var(--size-4) var(--size-8);--mvw-toggle-group-btn-size: var(--font-size-400);--mvw-toggle-group-btn-color: light-dark(var(--mvw-color-primary-900), var(--mvw-color-primary-100));--mvw-toggle-group-btn-bg-color: light-dark(var(--mvw-color-primary-50), var(--mvw-color-primary-900));--mvw-toggle-group-btn-active-color: var(--mvw-color-primary-0);--mvw-toggle-group-btn-active-bg-color: var(--mvw-bg-highlighted);--mvw-toggle-group-btn-radius: var(--radius-2)}}@layer components{:where(nav.tabs)>[role=tablist] button{outline-color:transparent;outline-offset:-4px}:where(nav.tabs)>[role=tablist] button:focus-visible{outline:2px solid blue}:where(nav.tabs).underlined>[role=tablist]{border-bottom:1px solid var(--mvw-tab-btn-group-separator-color)}:where(nav.tabs).underlined>[role=tablist] button{background:transparent;color:var(--mvw-tab-btn-color);font-weight:var(--mvw-tab-btn-font-weight);line-height:var(--font-lineheight-4);padding:var(--size-8) var(--size-16);text-transform:var(--mvw-tab-btn-text-transform)}:where(nav.tabs).underlined>[role=tablist] button:focus-visible{border-radius:0}:where(nav.tabs).underlined>[role=tablist] button[aria-selected=true]{border-block-end:3px solid var(--mvw-tab-btn-active-border-color);color:var(--mvw-tab-btn-active-color)}:where(nav.tabs).underlined>[role=tablist] button[aria-selected=false]:hover{color:var(--mvw-tab-btn-hover-color)}:where(nav.tabs).filled>[role=tablist]{display:flex;gap:var(--mvw-toggle-group-gap);border:var(--mvw-toggle-group-border-width) solid var(--mvw-border-muted);border-radius:calc(var(--mvw-toggle-group-btn-radius) + var(--mvw-toggle-group-nav-padding));overflow:hidden;padding:var(--mvw-toggle-group-nav-padding);width:fit-content}:where(nav.tabs).filled>[role=tablist] button{background-color:var(--mvw-toggle-group-btn-bg-color);border-radius:var(--mvw-toggle-group-btn-radius);font-size:var(--mvw-toggle-group-btn-size);color:var(--mvw-toggle-group-btn-color);padding:var(--mvw-toggle-group-btn-padding)}:where(nav.tabs).filled>[role=tablist] button[aria-selected=true]{color:var(--mvw-toggle-group-btn-active-color);background-color:var(--mvw-toggle-group-btn-active-bg-color)}}", sr = "@layer components.variables{:where(:host){--mvw-color-error-notice-bg-color: color-mix(in oklab, var(--mvw-color-error) 10%, transparent);--mvw-color-error-notice-border-color: color-mix(in oklab, var(--mvw-color-error) 25%, transparent);--mvw-color-error-notice-color: var(--mvw-color-error)}}@layer components{:where(.error-notice){display:flex;align-items:center;justify-items:flex-start;gap:15px;margin:10px 0;padding:10px 20px;background-color:var(--mvw-color-error-notice-bg-color);color:var(--mvw-color-error-notice-color);border:1px solid var(--mvw-color-error-notice-border-color);border-radius:var(--radius-2)}:where(.error-notice) button{text-decoration:underline}}", cr = ".main-layout[data-v-71f9e995]{display:grid;gap:var(--size-16)}@media (width > 60ch){.main-layout[data-v-71f9e995]{grid-template-columns:25ch 1fr}}", dr = { class: "main-layout" }, mr = ["textContent"], pr = ["textContent"], ur = ["textContent"], vr = {
768
1083
  id: "sections",
769
1084
  class: "tabs filled"
770
- }, Jr = ["aria-label"], Wr = ["aria-selected", "onClick"], qr = ["textContent"], Qr = {
1085
+ }, hr = ["aria-label"], fr = ["aria-selected", "onClick"], wr = ["textContent"], gr = {
771
1086
  __name: "IvrIdentifiers.ce",
772
1087
  props: {
773
1088
  locale: {
@@ -780,115 +1095,115 @@ const Nr = {
780
1095
  }
781
1096
  },
782
1097
  setup(e) {
783
- const r = e, o = { en: Er, hu: Ar };
784
- return (c, l) => (b(), Y(v(We), {
785
- locale: r.locale,
786
- messages: o
1098
+ const t = e, r = { en: qt, hu: Xt };
1099
+ return (l, s) => (z(), ue(g(tt), {
1100
+ locale: t.locale,
1101
+ messages: r
787
1102
  }, {
788
- default: I(({ t: i }) => [
789
- E(v(qe), null, {
790
- default: I(({ error: t, hasError: a }) => [
791
- a ? (b(), Y(v(Qe), {
1103
+ default: T(({ t: n }) => [
1104
+ F(g(rt), null, {
1105
+ default: T(({ error: o, hasError: a }) => [
1106
+ a ? (z(), ue(g(ot), {
792
1107
  key: 0,
793
- error: t
794
- }, null, 8, ["error"])) : ve("", !0),
795
- E(Nr, null, {
796
- default: I(({
797
- seasonsList: s,
798
- seasonId: n,
799
- championshipList: h,
1108
+ error: o
1109
+ }, null, 8, ["error"])) : ze("", !0),
1110
+ F(tr, null, {
1111
+ default: T(({
1112
+ seasonsList: c,
1113
+ seasonId: i,
1114
+ championshipList: u,
800
1115
  championshipId: d,
801
- sections: u,
802
- sectionId: p,
1116
+ sections: h,
1117
+ sectionId: m,
803
1118
  phaseData: f,
804
- onChangeSeason: m,
1119
+ onChangeSeason: p,
805
1120
  onChangeSection: w,
806
- onChangeChampionship: y
1121
+ onChangeChampionship: b
807
1122
  }) => [
808
- L("div", Ur, [
809
- L("div", null, [
810
- E($r, {
811
- "seasons-list": s,
812
- "season-id": n,
813
- "championship-list": h,
1123
+ P("div", dr, [
1124
+ P("div", null, [
1125
+ F(ar, {
1126
+ "seasons-list": c,
1127
+ "season-id": i,
1128
+ "championship-list": u,
814
1129
  "championship-id": d,
815
- "onUpdate:seasonId": m,
816
- "onUpdate:championshipId": y
1130
+ "onUpdate:seasonId": p,
1131
+ "onUpdate:championshipId": b
817
1132
  }, null, 8, ["seasons-list", "season-id", "championship-list", "championship-id", "onUpdate:seasonId", "onUpdate:championshipId"])
818
1133
  ]),
819
- L("div", null, [
820
- E(v(M), {
821
- label: i("selection.championships"),
1134
+ P("div", null, [
1135
+ F(g(K), {
1136
+ label: n("selection.championships"),
822
1137
  name: "seasonId",
823
1138
  class: "mb-md"
824
1139
  }, {
825
- default: I(() => [
826
- L("span", {
1140
+ default: T(() => [
1141
+ P("span", {
827
1142
  id: "seasonId",
828
- textContent: V(n)
829
- }, null, 8, Hr)
1143
+ textContent: W(i)
1144
+ }, null, 8, mr)
830
1145
  ]),
831
1146
  _: 2
832
1147
  }, 1032, ["label"]),
833
- E(v(M), {
834
- label: i("selection.championshipName"),
1148
+ F(g(K), {
1149
+ label: n("selection.championshipName"),
835
1150
  name: "championshipName",
836
1151
  class: "mb-md"
837
1152
  }, {
838
- default: I(() => [
839
- L("span", {
1153
+ default: T(() => [
1154
+ P("span", {
840
1155
  id: "championshipName",
841
- textContent: V(h.find((x) => x.championshipId === d)?.championshipName)
842
- }, null, 8, Kr)
1156
+ textContent: W(u.find((x) => x.championshipId === d)?.championshipName)
1157
+ }, null, 8, pr)
843
1158
  ]),
844
1159
  _: 2
845
1160
  }, 1032, ["label"]),
846
- E(v(M), {
847
- label: i("selection.championshipId"),
1161
+ F(g(K), {
1162
+ label: n("selection.championshipId"),
848
1163
  name: "championshipId",
849
1164
  class: "mb-md"
850
1165
  }, {
851
- default: I(() => [
852
- L("span", {
1166
+ default: T(() => [
1167
+ P("span", {
853
1168
  id: "championshipId",
854
- textContent: V(d)
855
- }, null, 8, Rr)
1169
+ textContent: W(d)
1170
+ }, null, 8, ur)
856
1171
  ]),
857
1172
  _: 2
858
1173
  }, 1032, ["label"]),
859
- E(v(M), {
860
- label: i("selection.sections"),
1174
+ F(g(K), {
1175
+ label: n("selection.sections"),
861
1176
  name: "sections",
862
1177
  class: "mb-md"
863
1178
  }, {
864
- default: I(() => [
865
- L("nav", Gr, [
866
- L("div", {
1179
+ default: T(() => [
1180
+ P("nav", vr, [
1181
+ P("div", {
867
1182
  role: "tablist",
868
- "aria-label": i("selection.sections")
1183
+ "aria-label": n("selection.sections")
869
1184
  }, [
870
- (b(!0), C(Q, null, de(u, (x) => (b(), C("button", {
1185
+ (z(!0), N(le, null, ge(h, (x) => (z(), N("button", {
871
1186
  key: x.phaseId,
872
1187
  role: "tab",
873
- "aria-selected": x.sectionId === p,
874
- onClick: (g) => w(x.sectionId)
875
- }, V(x.sectionName), 9, Wr))), 128))
876
- ], 8, Jr)
1188
+ "aria-selected": x.sectionId === m,
1189
+ onClick: (y) => w(x.sectionId)
1190
+ }, W(x.sectionName), 9, fr))), 128))
1191
+ ], 8, hr)
877
1192
  ])
878
1193
  ]),
879
1194
  _: 2
880
1195
  }, 1032, ["label"]),
881
- E(v(M), {
882
- label: i("selection.phasesDivision"),
1196
+ F(g(K), {
1197
+ label: n("selection.phasesDivision"),
883
1198
  name: "phases",
884
1199
  class: "mb-md"
885
1200
  }, {
886
- default: I(() => [
887
- L("pre", {
1201
+ default: T(() => [
1202
+ P("pre", {
888
1203
  id: "phases",
889
1204
  style: { "--_height": "auto" },
890
- textContent: V(f)
891
- }, null, 8, qr)
1205
+ textContent: W(f)
1206
+ }, null, 8, wr)
892
1207
  ]),
893
1208
  _: 2
894
1209
  }, 1032, ["label"])
@@ -904,18 +1219,18 @@ const Nr = {
904
1219
  _: 1
905
1220
  }, 8, ["locale"]));
906
1221
  }
907
- }, Xr = /* @__PURE__ */ Te(Qr, [["styles", [Br, Or, Dr, Vr, Mr]], ["__scopeId", "data-v-71f9e995"]]), Yr = Ie(Cr), Zr = Ie(Xr);
908
- function eo() {
909
- customElements.define("mjsz-ad-placement", Yr), customElements.define("mjsz-ivr-identifiers", Zr);
1222
+ }, br = /* @__PURE__ */ Ve(gr, [["styles", [nr, ir, lr, sr, cr]], ["__scopeId", "data-v-71f9e995"]]), yr = $e(Rt), xr = $e(br);
1223
+ function kr() {
1224
+ customElements.define("mjsz-ad-placement", yr), customElements.define("mjsz-ivr-identifiers", xr);
910
1225
  }
911
- const io = {
912
- install: () => eo()
1226
+ const Er = {
1227
+ install: () => kr()
913
1228
  };
914
1229
  export {
915
- Cr as AdPlacement,
916
- Yr as AdPlacementCE,
917
- Xr as IVRIdentifiers,
918
- Zr as IVRIdentifiersCE,
919
- io as default,
920
- eo as register
1230
+ Rt as AdPlacement,
1231
+ yr as AdPlacementCE,
1232
+ br as IVRIdentifiers,
1233
+ xr as IVRIdentifiersCE,
1234
+ Er as default,
1235
+ kr as register
921
1236
  };