@mjsz-vbr-elements/internal 2.39.0 → 2.40.0

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.0 - 21/12/2025, 15:29:32
4
- * (c) 2025
3
+ * version: v2.40.0 - 03/01/2026, 13:16:39
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 O, 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 } = {}) {
58
- let w = null;
59
- const x = [new Promise((g) => {
60
- w = F(
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: w = "sync", deep: p = !1, timeout: h, throwOnTimeout: m } = {}) {
117
+ let f = null;
118
+ const x = [new Promise((y) => {
119
+ f = $(
61
120
  e,
62
121
  (_) => {
63
- d(_) !== r && (w ? w() : ce(() => w?.()), g(_));
122
+ d(_) !== t && (f ? f() : oe(() => f?.()), y(_));
64
123
  },
65
124
  {
66
- flush: u,
125
+ flush: w,
67
126
  deep: p,
68
127
  immediate: !0
69
128
  }
70
129
  );
71
130
  })];
72
- return f != null && x.push(
73
- ye(f, m).then(() => A(e)).finally(() => w?.())
131
+ return h != null && x.push(
132
+ Ne(h, m).then(() => A(e)).finally(() => f?.())
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, w) {
136
+ if (!pe(d))
137
+ return r((_) => _ === d, w);
138
+ const { flush: p = "sync", deep: h = !1, timeout: m, throwOnTimeout: f } = w ?? {};
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
+ ([j, I]) => {
144
+ t !== (j === I) && (b ? b() : oe(() => b?.()), _(j));
86
145
  },
87
146
  {
88
147
  flush: p,
89
- deep: f,
148
+ deep: h,
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 m != null && y.push(
154
+ Ne(m, f).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((w) => !!w, 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);
113
- return f.includes(d) || f.includes(A(d));
114
- }, u);
169
+ function c(d, w) {
170
+ return r((p) => {
171
+ const h = Array.from(p);
172
+ return h.includes(d) || h.includes(A(d));
173
+ }, w);
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) {
178
+ function u(d = 1, w) {
120
179
  let p = -1;
121
- return o(() => (p += 1, p >= d), u);
180
+ return r(() => (p += 1, p >= d), w);
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 = O(() => {
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
+ (w) => c.flatMap(
270
+ (p) => i.map((h) => l(w, p, h, 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 O(() => (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, w) {
309
+ i.value++, c[i.value].data = w, c[i.value].state = d;
241
310
  }
242
- return e.reduce((d, u) => d.then((p) => {
243
- var f;
244
- if (i?.aborted) {
245
- h(t.aborted, new Error("aborted"));
311
+ return e.reduce((d, w) => d.then((p) => {
312
+ var h;
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 (((h = c[i.value]) == null ? void 0 : h.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 m = w(p).then((f) => (u(o.fulfilled, f), i.value === e.length - 1 && s(), f));
322
+ return n ? Promise.race([m, xt(n)]) : m;
323
+ }).catch((p) => n?.aborted ? (u(o.aborted, p), p) : (u(o.rejected, p), l(), p)), 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: w,
392
+ onError: p = (v) => {
393
+ console.error(v);
394
+ },
395
+ initOnMounted: h
396
+ } = l, m = (u ? L : xe)(typeof t == "function" ? t() : t), f = O(() => 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
+ p(v);
405
+ }
406
+ if (!r)
407
+ return m;
408
+ const b = A(t), x = It(b), y = (s = l.serializer) != null ? s : Ct[x], { pause: _, resume: j } = ht(
409
+ m,
410
+ () => Z(m.value),
411
+ { flush: n, deep: o, eventFilter: w }
412
+ );
413
+ $(f, () => V(), { flush: n });
414
+ let I = !1;
415
+ const M = (v) => {
416
+ h && !I || V(v);
417
+ }, Y = (v) => {
418
+ h && !I || q(v);
419
+ };
420
+ d && a && (r instanceof Storage ? ye(d, "storage", M, { passive: !0 }) : ye(d, Fe, Y)), h ? ft(() => {
421
+ I = !0, V();
422
+ }) : V();
423
+ function G(v, k) {
424
+ if (d) {
425
+ const S = {
426
+ key: f.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(f.value);
439
+ if (v == null)
440
+ G(k, null), r.removeItem(f.value);
441
+ else {
442
+ const S = y.write(v);
443
+ k !== S && (r.setItem(f.value, S), G(k, S));
444
+ }
445
+ } catch (k) {
446
+ p(k);
447
+ }
448
+ }
449
+ function D(v) {
450
+ const k = v ? v.newValue : r.getItem(f.value);
451
+ if (k == null)
452
+ return c && b != null && r.setItem(f.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
+ m.value = b;
462
+ return;
463
+ }
464
+ if (!(v && v.key !== f.value)) {
465
+ _();
466
+ try {
467
+ v?.newValue !== y.write(m.value) && (m.value = D(v));
468
+ } catch (k) {
469
+ p(k);
470
+ } finally {
471
+ v ? oe(j) : j();
472
+ }
473
+ }
474
+ }
475
+ }
476
+ function q(v) {
477
+ V(v.detail);
478
+ }
479
+ return m;
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 = O(() => {
489
+ const h = A(e);
490
+ return ce(h).map(de).filter(lt);
491
+ });
492
+ let u = R;
493
+ const d = L(a), w = c.value ? $(
494
+ () => [i.value, de(l), d.value],
495
+ ([h, m]) => {
496
+ if (u(), !d.value || !h.length)
497
+ return;
498
+ const f = new IntersectionObserver(
499
+ t,
500
+ {
501
+ root: de(m),
502
+ rootMargin: s,
503
+ threshold: n
504
+ }
505
+ );
506
+ h.forEach((b) => b && f.observe(b)), u = () => {
507
+ f.disconnect(), u = R;
508
+ };
509
+ },
510
+ { immediate: a, flush: "post" }
511
+ ) : R, p = () => {
512
+ u(), w(), d.value = !1;
513
+ };
514
+ return ve(p), {
515
+ isSupported: c,
516
+ isActive: d,
517
+ pause() {
518
+ u(), d.value = !1;
519
+ },
520
+ resume() {
521
+ d.value = !0;
522
+ },
523
+ stop: p
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 Oe(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 && (Oe(t[0]) ? o = { ...o, ...t[0] } : n = t[0]), t.length > 1 && Oe(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(), w = fe(), p = fe(), h = L(!1), m = L(!1), f = L(!1), b = L(null), x = L(null), y = L(null), _ = L(i || null), j = O(() => s && m.value);
556
+ let I, M;
557
+ const Y = (C) => {
558
+ s && (I?.abort(C), I = new AbortController(), I.signal.onabort = () => f.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
+ m.value = C, h.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, f.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), w.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(), p.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(h),
636
+ isFetching: me(m),
637
+ statusCode: b,
380
638
  response: x,
381
- error: g,
639
+ error: y,
382
640
  data: _,
383
641
  canAbort: j,
384
- aborted: w,
385
- abort: Z,
386
- execute: U,
642
+ aborted: f,
643
+ abort: Y,
644
+ execute: D,
387
645
  onFetchResponse: d.on,
388
- onFetchError: u.on,
646
+ onFetchError: w.on,
389
647
  onFetchFinally: p.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) => {
663
+ function v(C) {
664
+ return (B, Q) => {
407
665
  if (!m.value)
408
- return a.method = k, a.payload = T, a.payloadType = H, X(a.payload) && F(
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(h).toBe(!0).then(() => C(q)).catch(B);
426
684
  });
427
685
  }
428
- function G(k) {
686
+ function S(C) {
429
687
  return () => {
430
688
  if (!m.value)
431
- return a.type = k, {
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: w
713
+ } = l, p = ke(), h = r || p?.emit || ((s = p?.$emit) == null ? void 0 : s.bind(p)) || ((o = (n = p?.proxy) == null ? void 0 : n.$emit) == null ? void 0 : o.bind(p?.proxy));
714
+ let m = i;
715
+ t || (t = "modelValue"), m = m || `update:${t.toString()}`;
716
+ const f = (y) => a ? typeof a == "function" ? a(y) : kt(y) : y, b = () => it(e[t]) ? f(e[t]) : d, x = (y) => {
717
+ w ? w(y) && h(m, y) : h(m, y);
460
718
  };
461
- if (s) {
462
- const g = y(), _ = _e(g);
719
+ if (c) {
720
+ const y = b(), _ = xe(y);
463
721
  let j = !1;
464
- return F(
465
- () => e[r],
466
- (S) => {
467
- j || (j = !0, _.value = w(S), ce(() => j = !1));
722
+ return $(
723
+ () => e[t],
724
+ (I) => {
725
+ j || (j = !0, _.value = f(I), oe(() => j = !1));
468
726
  }
469
- ), F(
727
+ ), $(
470
728
  _,
471
- (S) => {
472
- !j && (S !== e[r] || h) && x(S);
729
+ (I) => {
730
+ !j && (I !== e[t] || u) && x(I);
473
731
  },
474
- { deep: h }
732
+ { deep: u }
475
733
  ), _;
476
734
  } else
477
- return P({
735
+ return O({
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 Ot(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 jt(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"], je = /* @__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 = O(() => `(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-eb8038ae]:open{display:grid;grid-template-areas:"stack";opacity:1}dialog[data-v-eb8038ae]{--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-eb8038ae] :is(button,a){grid-area:stack}dialog[data-v-eb8038ae] :where(a){outline:none}dialog[data-v-eb8038ae] :where(img,video){display:block;object-fit:cover}dialog button[data-v-eb8038ae]{align-self:start;justify-self:end}@starting-style{dialog[data-v-eb8038ae]:open{opacity:0}}dialog[data-v-eb8038ae]::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-eb8038ae]:open::backdrop{background-color:#000000bf}@starting-style{dialog[data-v-eb8038ae]:open::backdrop{background-color:transparent}}.ad-placement-tool[data-v-eb8038ae] :where(img,video){opacity:1}.ad-placement-tool[data-v-eb8038ae] :where(a[target=_blank]):after{content:none}.ad-placement-tool .close[data-v-eb8038ae]{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-eb8038ae]:before,.ad-placement-tool .close[data-v-eb8038ae]:after{position:absolute;left:43%;top:5px;content:" ";height:16px;width:2px;background-color:#333}.ad-placement-tool .close[data-v-eb8038ae]:before{transform:rotate(45deg)}.ad-placement-tool .close[data-v-eb8038ae]: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,70 @@ 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 } = jt(r, O(() => 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 = O(() => o.value?.link ? `${re}/internal/click?adId=${o.value?._id}&areaId=${t.areaId}&url=${o.value.link}` : void 0);
889
+ function u() {
890
+ navigator.sendBeacon(`${re}/internal/track`, JSON.stringify({
891
+ type: "impression",
892
+ adId: o.value?._id,
893
+ areaId: t.areaId,
894
+ userId: s.value
895
+ }));
896
+ }
897
+ function d() {
898
+ navigator.sendBeacon(`${re}/internal/track`, JSON.stringify({
899
+ type: "click",
900
+ adId: o.value?._id,
901
+ areaId: t.areaId,
902
+ userId: s.value
903
+ }));
904
+ }
905
+ return (w, p) => g(n) && !g(a) && g(Ye)(g(o)) ? (z(), N("div", Ht, [
906
+ g(o).type === "popover" ? (z(), N("dialog", Wt, [
907
+ F(je, {
908
+ "current-ad": g(o),
909
+ "mobile-breakpoint": e.mobileBreakpoint,
910
+ "click-url": i.value,
911
+ onClick: d
912
+ }, null, 8, ["current-ad", "mobile-breakpoint", "click-url"]),
913
+ P("button", {
604
914
  type: "button",
605
915
  class: "close",
606
- onClick: s[0] || (s[0] = (...n) => v(t) && v(t)(...n))
916
+ onClick: p[0] || (p[0] = (...h) => g(c) && g(c)(...h))
607
917
  })
608
- ], 512)) : (b(), Y(ze, {
918
+ ], 512)) : (z(), ue(je, {
609
919
  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 = {
920
+ ref: "media",
921
+ "current-ad": g(o),
922
+ "mobile-breakpoint": e.mobileBreakpoint,
923
+ "click-url": i.value,
924
+ onClick: d
925
+ }, null, 8, ["current-ad", "mobile-breakpoint", "click-url"]))
926
+ ])) : ze("", !0);
927
+ }
928
+ }, Rt = /* @__PURE__ */ Ve(Kt, [["styles", [Ut, Jt]], ["__scopeId", "data-v-eb8038ae"]]), 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 = {
929
+ selection: Gt
930
+ }, 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 = {
931
+ selection: Qt
932
+ }, Se = (e) => (t) => Ze(e, et(t));
933
+ function Yt(e, t) {
934
+ t.seasonsList = e, t.seasonId = Se("id")(e);
935
+ }
936
+ function Zt(e, t) {
937
+ t.championshipList = e, t.championshipId = Se("championshipId")(e);
938
+ }
939
+ function er(e, t) {
940
+ t.sections = e, t.sectionId = Se("sectionId")(e);
941
+ }
942
+ const tr = {
630
943
  __name: "DataProvider",
631
944
  props: {
632
945
  apiKey: {
@@ -639,62 +952,62 @@ const Nr = {
639
952
  }
640
953
  },
641
954
  setup(e) {
642
- const r = e, o = Ce({
955
+ const t = e, r = Pe({
643
956
  seasonsList: [],
644
957
  seasonId: null,
645
958
  championshipList: [],
646
959
  championshipId: null,
647
960
  sections: [],
648
961
  sectionId: null
649
- }), { onError: c } = Xe(), { isLoading: l, execute: i } = te({
962
+ }), { onError: l } = at(), { isLoading: s, execute: n } = he({
650
963
  options: {
651
964
  path: "/v2/all-season-list",
652
- apiKey: r.apiKey,
965
+ apiKey: t.apiKey,
653
966
  params: {}
654
967
  },
655
- transform: (m) => Lr(m, o),
656
- onError: c
657
- }), { isLoading: t, execute: a } = te({
968
+ transform: (m) => Yt(m, r),
969
+ onError: l
970
+ }), { isLoading: o, execute: a } = he({
658
971
  options: {
659
972
  path: "/v2/championship-list",
660
- apiKey: r.apiKey,
661
- params: P(() => ({ seasonId: o.seasonId }))
973
+ apiKey: t.apiKey,
974
+ params: O(() => ({ seasonId: r.seasonId }))
662
975
  },
663
- transform: (m) => Tr(m, o),
664
- onError: c
976
+ transform: (m) => Zt(m, r),
977
+ onError: l
665
978
  }), {
666
- isLoading: s,
667
- execute: n
668
- } = te({
979
+ isLoading: c,
980
+ execute: i
981
+ } = he({
669
982
  options: {
670
983
  path: "/v2/championship-sections",
671
- apiKey: r.apiKey,
672
- params: P(() => ({ championshipId: o.championshipId }))
984
+ apiKey: t.apiKey,
985
+ params: O(() => ({ championshipId: r.championshipId }))
673
986
  },
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]);
987
+ transform: (m) => er(m, r),
988
+ onError: l
989
+ }), u = O(() => r.sections?.find((m) => m.sectionId === r.sectionId)?.phases ?? []);
990
+ Te([n, a, i]);
991
+ const d = O(() => [s.value, o.value, c.value].some(Boolean));
992
+ function w(m) {
993
+ r.seasonId = m, Te([a, i]);
681
994
  }
682
995
  function p(m) {
683
- o.championshipId = m, n();
996
+ r.championshipId = m, i();
684
997
  }
685
- function f(m) {
686
- o.sectionId = m;
998
+ function h(m) {
999
+ r.sectionId = m;
687
1000
  }
688
- return (m, w) => Ue(m.$slots, "default", He(Ke({
689
- ...o,
1001
+ return (m, f) => qe(m.$slots, "default", Qe(Xe({
1002
+ ...r,
690
1003
  isLoading: d.value,
691
- phaseData: h.value,
692
- onChangeSeason: u,
693
- onChangeSection: f,
1004
+ phaseData: u.value,
1005
+ onChangeSeason: w,
1006
+ onChangeSection: h,
694
1007
  onChangeChampionship: p
695
1008
  })));
696
1009
  }
697
- }, Pr = ["value"], Fr = ["value"], $r = {
1010
+ }, rr = ["value"], or = ["value"], ar = {
698
1011
  __name: "Selector",
699
1012
  props: {
700
1013
  seasonsList: {
@@ -715,47 +1028,47 @@ const Nr = {
715
1028
  }
716
1029
  },
717
1030
  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"),
1031
+ setup(e, { emit: t }) {
1032
+ const r = e, l = t, { t: s } = nt(), { seasonId: n, championshipId: o } = Ot(r, l);
1033
+ return (a, c) => (z(), N(le, null, [
1034
+ F(g(K), {
1035
+ label: g(s)("selection.seasons"),
723
1036
  name: "season",
724
1037
  class: "full-width mb-md"
725
1038
  }, {
726
- default: I(() => [
727
- E(v(be), {
1039
+ default: T(() => [
1040
+ F(g(Ae), {
728
1041
  id: "season",
729
- modelValue: v(i),
730
- "onUpdate:modelValue": s[0] || (s[0] = (n) => X(i) ? i.value = n : null)
1042
+ modelValue: g(n),
1043
+ "onUpdate:modelValue": c[0] || (c[0] = (i) => pe(n) ? n.value = i : null)
731
1044
  }, {
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))
1045
+ default: T(() => [
1046
+ (z(!0), N(le, null, ge(e.seasonsList, (i) => (z(), N("option", {
1047
+ key: i.id,
1048
+ value: i.id
1049
+ }, W(i.seasonName), 9, rr))), 128))
737
1050
  ]),
738
1051
  _: 1
739
1052
  }, 8, ["modelValue"])
740
1053
  ]),
741
1054
  _: 1
742
1055
  }, 8, ["label"]),
743
- E(v(M), {
744
- label: v(l)("selection.championships"),
1056
+ F(g(K), {
1057
+ label: g(s)("selection.championships"),
745
1058
  name: "championship",
746
1059
  class: "full-width"
747
1060
  }, {
748
- default: I(() => [
749
- E(v(be), {
1061
+ default: T(() => [
1062
+ F(g(Ae), {
750
1063
  id: "championship",
751
- modelValue: v(t),
752
- "onUpdate:modelValue": s[1] || (s[1] = (n) => X(t) ? t.value = n : null)
1064
+ modelValue: g(o),
1065
+ "onUpdate:modelValue": c[1] || (c[1] = (i) => pe(o) ? o.value = i : null)
753
1066
  }, {
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))
1067
+ default: T(() => [
1068
+ (z(!0), N(le, null, ge(e.championshipList, (i) => (z(), N("option", {
1069
+ key: i.championshipId,
1070
+ value: i.championshipId
1071
+ }, W(i.championshipName), 9, or))), 128))
759
1072
  ]),
760
1073
  _: 1
761
1074
  }, 8, ["modelValue"])
@@ -764,10 +1077,10 @@ const Nr = {
764
1077
  }, 8, ["label"])
765
1078
  ], 64));
766
1079
  }
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 = {
1080
+ }, 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
1081
  id: "sections",
769
1082
  class: "tabs filled"
770
- }, Jr = ["aria-label"], Wr = ["aria-selected", "onClick"], qr = ["textContent"], Qr = {
1083
+ }, hr = ["aria-label"], fr = ["aria-selected", "onClick"], wr = ["textContent"], gr = {
771
1084
  __name: "IvrIdentifiers.ce",
772
1085
  props: {
773
1086
  locale: {
@@ -780,115 +1093,115 @@ const Nr = {
780
1093
  }
781
1094
  },
782
1095
  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
1096
+ const t = e, r = { en: qt, hu: Xt };
1097
+ return (l, s) => (z(), ue(g(tt), {
1098
+ locale: t.locale,
1099
+ messages: r
787
1100
  }, {
788
- default: I(({ t: i }) => [
789
- E(v(qe), null, {
790
- default: I(({ error: t, hasError: a }) => [
791
- a ? (b(), Y(v(Qe), {
1101
+ default: T(({ t: n }) => [
1102
+ F(g(rt), null, {
1103
+ default: T(({ error: o, hasError: a }) => [
1104
+ a ? (z(), ue(g(ot), {
792
1105
  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,
1106
+ error: o
1107
+ }, null, 8, ["error"])) : ze("", !0),
1108
+ F(tr, null, {
1109
+ default: T(({
1110
+ seasonsList: c,
1111
+ seasonId: i,
1112
+ championshipList: u,
800
1113
  championshipId: d,
801
- sections: u,
1114
+ sections: w,
802
1115
  sectionId: p,
803
- phaseData: f,
1116
+ phaseData: h,
804
1117
  onChangeSeason: m,
805
- onChangeSection: w,
806
- onChangeChampionship: y
1118
+ onChangeSection: f,
1119
+ onChangeChampionship: b
807
1120
  }) => [
808
- L("div", Ur, [
809
- L("div", null, [
810
- E($r, {
811
- "seasons-list": s,
812
- "season-id": n,
813
- "championship-list": h,
1121
+ P("div", dr, [
1122
+ P("div", null, [
1123
+ F(ar, {
1124
+ "seasons-list": c,
1125
+ "season-id": i,
1126
+ "championship-list": u,
814
1127
  "championship-id": d,
815
1128
  "onUpdate:seasonId": m,
816
- "onUpdate:championshipId": y
1129
+ "onUpdate:championshipId": b
817
1130
  }, null, 8, ["seasons-list", "season-id", "championship-list", "championship-id", "onUpdate:seasonId", "onUpdate:championshipId"])
818
1131
  ]),
819
- L("div", null, [
820
- E(v(M), {
821
- label: i("selection.championships"),
1132
+ P("div", null, [
1133
+ F(g(K), {
1134
+ label: n("selection.championships"),
822
1135
  name: "seasonId",
823
1136
  class: "mb-md"
824
1137
  }, {
825
- default: I(() => [
826
- L("span", {
1138
+ default: T(() => [
1139
+ P("span", {
827
1140
  id: "seasonId",
828
- textContent: V(n)
829
- }, null, 8, Hr)
1141
+ textContent: W(i)
1142
+ }, null, 8, mr)
830
1143
  ]),
831
1144
  _: 2
832
1145
  }, 1032, ["label"]),
833
- E(v(M), {
834
- label: i("selection.championshipName"),
1146
+ F(g(K), {
1147
+ label: n("selection.championshipName"),
835
1148
  name: "championshipName",
836
1149
  class: "mb-md"
837
1150
  }, {
838
- default: I(() => [
839
- L("span", {
1151
+ default: T(() => [
1152
+ P("span", {
840
1153
  id: "championshipName",
841
- textContent: V(h.find((x) => x.championshipId === d)?.championshipName)
842
- }, null, 8, Kr)
1154
+ textContent: W(u.find((x) => x.championshipId === d)?.championshipName)
1155
+ }, null, 8, pr)
843
1156
  ]),
844
1157
  _: 2
845
1158
  }, 1032, ["label"]),
846
- E(v(M), {
847
- label: i("selection.championshipId"),
1159
+ F(g(K), {
1160
+ label: n("selection.championshipId"),
848
1161
  name: "championshipId",
849
1162
  class: "mb-md"
850
1163
  }, {
851
- default: I(() => [
852
- L("span", {
1164
+ default: T(() => [
1165
+ P("span", {
853
1166
  id: "championshipId",
854
- textContent: V(d)
855
- }, null, 8, Rr)
1167
+ textContent: W(d)
1168
+ }, null, 8, ur)
856
1169
  ]),
857
1170
  _: 2
858
1171
  }, 1032, ["label"]),
859
- E(v(M), {
860
- label: i("selection.sections"),
1172
+ F(g(K), {
1173
+ label: n("selection.sections"),
861
1174
  name: "sections",
862
1175
  class: "mb-md"
863
1176
  }, {
864
- default: I(() => [
865
- L("nav", Gr, [
866
- L("div", {
1177
+ default: T(() => [
1178
+ P("nav", vr, [
1179
+ P("div", {
867
1180
  role: "tablist",
868
- "aria-label": i("selection.sections")
1181
+ "aria-label": n("selection.sections")
869
1182
  }, [
870
- (b(!0), C(Q, null, de(u, (x) => (b(), C("button", {
1183
+ (z(!0), N(le, null, ge(w, (x) => (z(), N("button", {
871
1184
  key: x.phaseId,
872
1185
  role: "tab",
873
1186
  "aria-selected": x.sectionId === p,
874
- onClick: (g) => w(x.sectionId)
875
- }, V(x.sectionName), 9, Wr))), 128))
876
- ], 8, Jr)
1187
+ onClick: (y) => f(x.sectionId)
1188
+ }, W(x.sectionName), 9, fr))), 128))
1189
+ ], 8, hr)
877
1190
  ])
878
1191
  ]),
879
1192
  _: 2
880
1193
  }, 1032, ["label"]),
881
- E(v(M), {
882
- label: i("selection.phasesDivision"),
1194
+ F(g(K), {
1195
+ label: n("selection.phasesDivision"),
883
1196
  name: "phases",
884
1197
  class: "mb-md"
885
1198
  }, {
886
- default: I(() => [
887
- L("pre", {
1199
+ default: T(() => [
1200
+ P("pre", {
888
1201
  id: "phases",
889
1202
  style: { "--_height": "auto" },
890
- textContent: V(f)
891
- }, null, 8, qr)
1203
+ textContent: W(h)
1204
+ }, null, 8, wr)
892
1205
  ]),
893
1206
  _: 2
894
1207
  }, 1032, ["label"])
@@ -904,18 +1217,18 @@ const Nr = {
904
1217
  _: 1
905
1218
  }, 8, ["locale"]));
906
1219
  }
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);
1220
+ }, br = /* @__PURE__ */ Ve(gr, [["styles", [nr, ir, lr, sr, cr]], ["__scopeId", "data-v-71f9e995"]]), yr = $e(Rt), xr = $e(br);
1221
+ function kr() {
1222
+ customElements.define("mjsz-ad-placement", yr), customElements.define("mjsz-ivr-identifiers", xr);
910
1223
  }
911
- const io = {
912
- install: () => eo()
1224
+ const Er = {
1225
+ install: () => kr()
913
1226
  };
914
1227
  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
1228
+ Rt as AdPlacement,
1229
+ yr as AdPlacementCE,
1230
+ br as IVRIdentifiers,
1231
+ xr as IVRIdentifiersCE,
1232
+ Er as default,
1233
+ kr as register
921
1234
  };