@x-wave/blog 1.0.36 → 1.0.38

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/index.js CHANGED
@@ -1,110 +1,110 @@
1
- import { jsxs as d, jsx as t, Fragment as K } from "react/jsx-runtime";
2
- import { useTranslation as A } from "react-i18next";
3
- import { useLocation as Q, useNavigate as X, Link as dt, useParams as vt, Navigate as Wt, Routes as Yt, Route as Pt } from "react-router-dom";
4
- import { CaretLeft as Vt, CaretRight as Ht, ArrowSquareOut as Jt, User as Zt, CalendarBlank as te, X as bt, Tag as ee, MagnifyingGlass as Dt, List as ne, Sun as Mt, Moon as Bt, Monitor as Et, CaretDown as pt, Globe as ae } from "@phosphor-icons/react";
5
- import { useState as y, useEffect as S, createContext as oe, useContext as se, useRef as G } from "react";
6
- import ce from "i18next";
7
- import re from "react-markdown";
8
- import le from "remark-gfm";
9
- import { createPortal as Ft } from "react-dom";
10
- const ie = "_tabContainer_zk6h4_1", de = "_tab_zk6h4_1", ue = "_active_zk6h4_45", et = {
11
- tabContainer: ie,
12
- tab: de,
13
- active: ue
1
+ import { jsxs as T, jsx as s, Fragment as fe } from "react/jsx-runtime";
2
+ import { useTranslation as Z } from "react-i18next";
3
+ import { useLocation as Ee, useNavigate as _e, Link as qe, useParams as ut, Navigate as Ft, Routes as on, Route as vt } from "react-router-dom";
4
+ import { CaretLeft as an, CaretRight as qt, ArrowSquareOut as sn, User as cn, CalendarBlank as ln, X as dt, Tag as un, MagnifyingGlass as gt, List as dn, Sun as _t, Moon as yt, Monitor as bt, CaretDown as ot, Globe as fn } from "@phosphor-icons/react";
5
+ import ke, { useState as F, useEffect as z, createContext as hn, useContext as pn, useRef as ge } from "react";
6
+ import mn from "i18next";
7
+ import vn from "react-markdown";
8
+ import gn from "remark-gfm";
9
+ import { createPortal as Wt } from "react-dom";
10
+ const _n = "_tabContainer_zk6h4_1", yn = "_tab_zk6h4_1", bn = "_active_zk6h4_45", Oe = {
11
+ tabContainer: _n,
12
+ tab: yn,
13
+ active: bn
14
14
  };
15
- function he({ hasAdvanced: e }) {
16
- const { t: n } = A(), o = Q(), a = X();
17
- if (!e) return null;
18
- const s = new URLSearchParams(o.search).has("advanced"), l = () => {
19
- if (s) {
20
- const h = new URLSearchParams(o.search);
21
- h.delete("advanced");
22
- const u = h.toString(), i = u ? `?${u}` : "";
23
- a(`${o.pathname}${i}${o.hash}`);
24
- }
25
- }, g = () => {
26
- if (!s) {
27
- const h = new URLSearchParams(o.search);
28
- h.set("advanced", ""), a(`${o.pathname}?${h.toString()}${o.hash}`);
15
+ function Tn({ hasAdvanced: t }) {
16
+ const { t: e } = Z(), o = Ee(), n = _e();
17
+ if (!t) return null;
18
+ const r = new URLSearchParams(o.search).has("advanced"), l = () => {
19
+ if (r) {
20
+ const i = new URLSearchParams(o.search);
21
+ i.delete("advanced");
22
+ const u = i.toString(), d = u ? `?${u}` : "";
23
+ n(`${o.pathname}${d}${o.hash}`);
24
+ }
25
+ }, c = () => {
26
+ if (!r) {
27
+ const i = new URLSearchParams(o.search);
28
+ i.set("advanced", ""), n(`${o.pathname}?${i.toString()}${o.hash}`);
29
29
  }
30
30
  };
31
- return /* @__PURE__ */ d("div", { className: et.tabContainer, children: [
32
- /* @__PURE__ */ t(
31
+ return /* @__PURE__ */ T("div", { className: Oe.tabContainer, children: [
32
+ /* @__PURE__ */ s(
33
33
  "button",
34
34
  {
35
35
  type: "button",
36
- className: `${et.tab} ${s ? "" : et.active}`,
36
+ className: `${Oe.tab} ${r ? "" : Oe.active}`,
37
37
  onClick: l,
38
- children: n("ui.simple")
38
+ children: e("ui.simple")
39
39
  }
40
40
  ),
41
- /* @__PURE__ */ t(
41
+ /* @__PURE__ */ s(
42
42
  "button",
43
43
  {
44
44
  type: "button",
45
- className: `${et.tab} ${s ? et.active : ""}`,
46
- onClick: g,
47
- children: n("ui.advanced")
45
+ className: `${Oe.tab} ${r ? Oe.active : ""}`,
46
+ onClick: c,
47
+ children: e("ui.advanced")
48
48
  }
49
49
  )
50
50
  ] });
51
51
  }
52
- function me({ children: e }) {
53
- return /* @__PURE__ */ t("div", { className: "xw-blog-root", children: e });
52
+ function wn({ children: t }) {
53
+ return /* @__PURE__ */ s("div", { className: "xw-blog-root", children: t });
54
54
  }
55
- function qt(e) {
56
- function n(o) {
57
- const a = o.match(/^---\s*\n([\s\S]*?)\n---\s*\n/);
58
- if (!a) return { frontmatter: {}, content: o };
59
- const c = {}, s = a[1];
60
- let l = "", g = !1;
61
- const h = [];
62
- for (const i of s.split(`
55
+ function Yt(t) {
56
+ function e(o) {
57
+ const n = o.match(/^---\s*\n([\s\S]*?)\n---\s*\n/);
58
+ if (!n) return { frontmatter: {}, content: o };
59
+ const a = {}, r = n[1];
60
+ let l = "", c = !1;
61
+ const i = [];
62
+ for (const d of r.split(`
63
63
  `)) {
64
- const f = i.trim();
65
- if (f.startsWith("-")) {
66
- if (g) {
67
- const _ = f.substring(1).trim();
68
- h.push(_);
64
+ const h = d.trim();
65
+ if (h.startsWith("-")) {
66
+ if (c) {
67
+ const f = h.substring(1).trim();
68
+ i.push(f);
69
69
  }
70
70
  continue;
71
71
  }
72
- if (g && !f.startsWith("-") && (c[l] = h.slice(), h.length = 0, g = !1), f != null && f.includes(":")) {
73
- const [_, ...v] = f.split(":"), w = v.join(":").trim();
74
- if (l = _.trim(), !w) {
75
- g = !0;
72
+ if (c && !h.startsWith("-") && (a[l] = i.slice(), i.length = 0, c = !1), h != null && h.includes(":")) {
73
+ const [f, ...v] = h.split(":"), E = v.join(":").trim();
74
+ if (l = f.trim(), !E) {
75
+ c = !0;
76
76
  continue;
77
77
  }
78
- w === "true" ? c[l] = !0 : w === "false" ? c[l] = !1 : c[l] = w;
78
+ E === "true" ? a[l] = !0 : E === "false" ? a[l] = !1 : a[l] = E;
79
79
  }
80
80
  }
81
- g && h.length > 0 && (c[l] = h);
81
+ c && i.length > 0 && (a[l] = i);
82
82
  const u = o.replace(
83
83
  /^---\s*\n[\s\S]*?\n---\s*\n/,
84
84
  ""
85
85
  );
86
- return { frontmatter: c, content: u };
86
+ return { frontmatter: a, content: u };
87
87
  }
88
88
  return {
89
89
  /**
90
90
  * Load MDX content for a given language and slug.
91
91
  * Automatically loads the advanced variant if `advanced` is true.
92
92
  */
93
- async loadMDXContent(o, a, c = !1) {
94
- const s = c ? `${a}-advanced.mdx` : `${a}.mdx`, l = `./docs/${o}/${s}`, g = e[l];
95
- if (!g) throw new Error(`File not found: ${l}`);
96
- const h = await g(), { frontmatter: u, content: i } = n(h);
97
- return { content: i, frontmatter: u };
93
+ async loadMDXContent(o, n, a = !1) {
94
+ const r = a ? `${n}-advanced.mdx` : `${n}.mdx`, l = `./docs/${o}/${r}`, c = t[l];
95
+ if (!c) throw new Error(`File not found: ${l}`);
96
+ const i = await c(), { frontmatter: u, content: d } = e(i);
97
+ return { content: d, frontmatter: u };
98
98
  },
99
99
  /**
100
100
  * Load English content for generating consistent heading IDs.
101
101
  * All heading anchors are derived from English content for stability across translations.
102
102
  */
103
- async loadEnglishContent(o, a = !1) {
104
- const s = `./docs/en/${a ? `${o}-advanced.mdx` : `${o}.mdx`}`, l = e[s];
105
- if (!l) throw new Error(`File not found: ${s}`);
106
- const g = await l(), { content: h } = n(g);
107
- return h;
103
+ async loadEnglishContent(o, n = !1) {
104
+ const r = `./docs/en/${n ? `${o}-advanced.mdx` : `${o}.mdx`}`, l = t[r];
105
+ if (!l) throw new Error(`File not found: ${r}`);
106
+ const c = await l(), { content: i } = e(c);
107
+ return i;
108
108
  },
109
109
  /**
110
110
  * Build a tag index from all MDX files.
@@ -114,967 +114,2336 @@ function qt(e) {
114
114
  * @returns Promise resolving to tag index mapping tag names to document info
115
115
  */
116
116
  async buildTagIndex(o = "en") {
117
- const a = {}, c = `./docs/${o}/`, s = Object.keys(e).filter(
118
- (l) => l.startsWith(c)
117
+ const n = {}, a = `./docs/${o}/`, r = Object.keys(t).filter(
118
+ (l) => l.startsWith(a)
119
119
  );
120
- for (const l of s)
120
+ for (const l of r)
121
121
  try {
122
- const g = e[l], h = await g(), { frontmatter: u, content: i } = n(h), f = l.split("/").pop() || "", _ = f.replace(".mdx", "").replace("-advanced", ""), v = typeof u.title == "string" ? u.title : void 0, w = i.match(/^#\s+(.+)$/m), r = v || (w ? w[1].trim() : _);
123
- if (f.includes("-advanced")) continue;
124
- const m = u.tags;
125
- if (m && Array.isArray(m))
126
- for (const N of m)
127
- a[N] || (a[N] = []), a[N].some((I) => I.slug === _) || a[N].push({ slug: _, title: r });
128
- } catch (g) {
129
- console.warn(`Failed to process ${l}:`, g);
122
+ const c = t[l], i = await c(), { frontmatter: u, content: d } = e(i), h = l.split("/").pop() || "", f = h.replace(".mdx", "").replace("-advanced", ""), v = typeof u.title == "string" ? u.title : void 0, E = d.match(/^#\s+(.+)$/m), m = v || (E ? E[1].trim() : f);
123
+ if (h.includes("-advanced")) continue;
124
+ const y = u.tags;
125
+ if (y && Array.isArray(y))
126
+ for (const b of y)
127
+ n[b] || (n[b] = []), n[b].some((I) => I.slug === f) || n[b].push({ slug: f, title: m });
128
+ } catch (c) {
129
+ console.warn(`Failed to process ${l}:`, c);
130
130
  }
131
- return a;
131
+ return n;
132
132
  }
133
133
  };
134
134
  }
135
- function Eo(e) {
136
- const n = qt(e);
135
+ function js(t) {
136
+ const e = Yt(t);
137
137
  return {
138
- mdxFiles: e,
139
- loadContent: n.loadMDXContent,
140
- loadEnglishContent: n.loadEnglishContent
138
+ mdxFiles: t,
139
+ loadContent: e.loadMDXContent,
140
+ loadEnglishContent: e.loadEnglishContent
141
141
  };
142
142
  }
143
- const Rt = "app-theme", zt = () => typeof window > "u" ? "light" : window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light", At = (e) => e === "system" ? zt() : e, Ut = (e) => {
144
- const n = () => e || (typeof window > "u" ? "system" : localStorage.getItem(Rt) || "system"), [o, a] = y(n);
145
- return S(() => {
146
- const s = At(o), l = document.querySelector(".xw-blog-root");
147
- if (l && (l.classList.remove("light", "dark"), l.classList.add(s)), o === "system") {
148
- const g = window.matchMedia("(prefers-color-scheme: dark)"), h = () => {
149
- const u = zt(), i = document.querySelector(".xw-blog-root");
150
- i && (i.classList.remove("light", "dark"), i.classList.add(u));
143
+ const Tt = "app-theme", Ut = () => typeof window > "u" ? "light" : window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light", wt = (t) => t === "system" ? Ut() : t, zt = (t) => {
144
+ const e = () => t || (typeof window > "u" ? "system" : localStorage.getItem(Tt) || "system"), [o, n] = F(e);
145
+ return z(() => {
146
+ const r = wt(o), l = document.querySelector(".xw-blog-root");
147
+ if (l && (l.classList.remove("light", "dark"), l.classList.add(r)), o === "system") {
148
+ const c = window.matchMedia("(prefers-color-scheme: dark)"), i = () => {
149
+ const u = Ut(), d = document.querySelector(".xw-blog-root");
150
+ d && (d.classList.remove("light", "dark"), d.classList.add(u));
151
151
  };
152
- return g.addEventListener("change", h), () => g.removeEventListener("change", h);
152
+ return c.addEventListener("change", i), () => c.removeEventListener("change", i);
153
153
  }
154
154
  }, [o]), {
155
155
  theme: o,
156
- setTheme: (s) => {
157
- localStorage.setItem(Rt, s), a(s);
156
+ setTheme: (r) => {
157
+ localStorage.setItem(Tt, r), n(r);
158
158
  },
159
- effectiveTheme: At(o)
159
+ effectiveTheme: wt(o)
160
160
  };
161
- }, ge = (e) => "items" in e, ot = (e) => "items" in e, ut = async (e, n, o) => {
162
- const a = [];
163
- for (const c of e)
164
- if (ge(c)) {
165
- const s = [];
166
- for (const g of c.items)
161
+ }, En = (t) => "items" in t, De = (t) => "items" in t, Ue = async (t, e, o) => {
162
+ const n = [];
163
+ for (const a of t)
164
+ if (En(a)) {
165
+ const r = [];
166
+ for (const c of a.items)
167
167
  try {
168
- const h = await o(n, g.slug, !1), u = typeof h.frontmatter.title == "string" ? h.frontmatter.title : g.slug;
169
- s.push({
170
- ...g,
168
+ const i = await o(e, c.slug, !1), u = typeof i.frontmatter.title == "string" ? i.frontmatter.title : c.slug;
169
+ r.push({
170
+ ...c,
171
171
  title: u
172
172
  });
173
173
  } catch {
174
- s.push({
175
- ...g,
176
- title: g.slug
174
+ r.push({
175
+ ...c,
176
+ title: c.slug
177
177
  });
178
178
  }
179
- const l = ce.getFixedT(n)(c.title);
180
- a.push({
179
+ const l = mn.getFixedT(e)(a.title);
180
+ n.push({
181
181
  title: l,
182
- items: s,
183
- ...c.defaultOpen !== void 0 && {
184
- defaultOpen: c.defaultOpen
182
+ items: r,
183
+ ...a.defaultOpen !== void 0 && {
184
+ defaultOpen: a.defaultOpen
185
185
  }
186
186
  });
187
187
  } else
188
188
  try {
189
- const s = await o(n, c.slug, !1), l = typeof s.frontmatter.title == "string" ? s.frontmatter.title : c.slug;
190
- a.push({
191
- ...c,
189
+ const r = await o(e, a.slug, !1), l = typeof r.frontmatter.title == "string" ? r.frontmatter.title : a.slug;
190
+ n.push({
191
+ ...a,
192
192
  title: l
193
193
  });
194
194
  } catch {
195
- a.push({
196
- ...c,
197
- title: c.slug
195
+ n.push({
196
+ ...a,
197
+ title: a.slug
198
198
  });
199
199
  }
200
- return a;
201
- }, Z = (e) => e.toString().toLowerCase().trim().replace(/[^\w\s-]/g, "").replace(/\s+/g, "-").replace(/-+/g, "-").replace(/^-+|-+$/g, ""), _e = (e, n) => {
200
+ return n;
201
+ }, Ae = (t) => t.toString().toLowerCase().trim().replace(/[^\w\s-]/g, "").replace(/\s+/g, "-").replace(/-+/g, "-").replace(/^-+|-+$/g, ""), Cn = (t, e) => {
202
202
  const o = [];
203
- for (const c of n)
204
- ot(c) ? o.push(...c.items) : o.push({ slug: c.slug, title: c.title });
205
- const a = o.findIndex(
206
- (c) => c.slug === e
203
+ for (const a of e)
204
+ De(a) ? o.push(...a.items) : o.push({ slug: a.slug, title: a.title });
205
+ const n = o.findIndex(
206
+ (a) => a.slug === t
207
207
  );
208
- return a === -1 ? {} : {
209
- prev: a > 0 ? o[a - 1] : void 0,
210
- next: a < o.length - 1 ? o[a + 1] : void 0
208
+ return n === -1 ? {} : {
209
+ prev: n > 0 ? o[n - 1] : void 0,
210
+ next: n < o.length - 1 ? o[n + 1] : void 0
211
211
  };
212
- }, Kt = oe(null);
213
- function Ro({
214
- children: e,
215
- config: n,
212
+ }, Gt = hn(null);
213
+ function Bs({
214
+ children: t,
215
+ config: e,
216
216
  blog: o,
217
- navigationData: a = []
217
+ navigationData: n = []
218
218
  }) {
219
- Ut(n.defaultTheme);
220
- const [c, s] = y({});
221
- S(() => {
222
- const { buildTagIndex: g } = qt(o.mdxFiles), h = n.supportedLanguages.map(async (u) => {
219
+ zt(e.defaultTheme);
220
+ const [a, r] = F({});
221
+ z(() => {
222
+ const { buildTagIndex: c } = Yt(o.mdxFiles), i = e.supportedLanguages.map(async (u) => {
223
223
  try {
224
- const i = await g(u);
225
- return { language: u, index: i };
226
- } catch (i) {
227
- return console.error(`Failed to build tag index for ${u}:`, i), { language: u, index: {} };
224
+ const d = await c(u);
225
+ return { language: u, index: d };
226
+ } catch (d) {
227
+ return console.error(`Failed to build tag index for ${u}:`, d), { language: u, index: {} };
228
228
  }
229
229
  });
230
- Promise.all(h).then((u) => {
231
- const i = {};
232
- for (const f of u)
233
- i[f.language] = f.index;
234
- s(i);
230
+ Promise.all(i).then((u) => {
231
+ const d = {};
232
+ for (const h of u)
233
+ d[h.language] = h.index;
234
+ r(d);
235
235
  }).catch((u) => {
236
236
  console.error("Failed to build tag indices:", u);
237
237
  });
238
- }, [o.mdxFiles, n.supportedLanguages]);
239
- const l = { ...n, navigationData: a, tagIndex: c };
240
- return /* @__PURE__ */ t(
241
- Kt.Provider,
238
+ }, [o.mdxFiles, e.supportedLanguages]);
239
+ const l = { ...e, navigationData: n, tagIndex: a };
240
+ return /* @__PURE__ */ s(
241
+ Gt.Provider,
242
242
  {
243
243
  value: {
244
244
  config: l,
245
245
  loadContent: o.loadContent,
246
246
  loadEnglishContent: o.loadEnglishContent
247
247
  },
248
- children: /* @__PURE__ */ t(me, { children: e })
248
+ children: /* @__PURE__ */ s(wn, { children: t })
249
249
  }
250
250
  );
251
251
  }
252
- function O() {
253
- const e = se(Kt);
254
- if (!e)
252
+ function ee() {
253
+ const t = pn(Gt);
254
+ if (!t)
255
255
  throw new Error("useBlogConfig must be used within a BlogProvider");
256
- return e;
256
+ return t;
257
257
  }
258
- function Gt() {
258
+ function Vt() {
259
259
  return !!new URL(window.location.href).hash;
260
260
  }
261
- function pe(e, n, o) {
262
- const a = o ? `${o}/` : "";
263
- return Gt() ? `#${a}${n}/${e}` : `/${a}${n}/${e}`;
261
+ function Sn(t, e, o) {
262
+ const n = o ? `${o}/` : "";
263
+ return Vt() ? `#${n}${e}/${t}` : `/${n}${e}/${t}`;
264
264
  }
265
- function Qt(e) {
266
- const n = {
265
+ function Xt(t) {
266
+ const e = {
267
267
  advanced: !1,
268
268
  anchor: ""
269
269
  };
270
- if (!e) return n;
271
- const a = (e.startsWith("?") ? e.substring(1) : e).split("&");
272
- for (const c of a)
273
- c === "advanced" ? n.advanced = !0 : c.startsWith("a=") && (n.anchor = c.substring(2));
274
- return n;
270
+ if (!t) return e;
271
+ const n = (t.startsWith("?") ? t.substring(1) : t).split("&");
272
+ for (const a of n)
273
+ a === "advanced" ? e.advanced = !0 : a.startsWith("a=") && (e.anchor = a.substring(2));
274
+ return e;
275
275
  }
276
- function Ot(e, n = 80) {
277
- const o = document.getElementById(e);
276
+ function Et(t, e = 80) {
277
+ const o = document.getElementById(t);
278
278
  if (o) {
279
- const c = o.getBoundingClientRect().top + window.pageYOffset - n;
279
+ const a = o.getBoundingClientRect().top + window.pageYOffset - e;
280
280
  window.scrollTo({
281
- top: c,
281
+ top: a,
282
282
  behavior: "smooth"
283
283
  });
284
284
  }
285
285
  }
286
- function fe(e, n = !1) {
286
+ function Pn(t, e = !1) {
287
287
  const o = new URL(window.location.href);
288
- if (Gt()) {
289
- const a = o.hash.split("?"), c = a[0], s = new URLSearchParams(a[1] || "");
290
- s.set("a", e), n && s.set("advanced", "");
291
- const l = s.toString();
292
- o.hash = l ? `${c}?${l}` : c;
288
+ if (Vt()) {
289
+ const n = o.hash.split("?"), a = n[0], r = new URLSearchParams(n[1] || "");
290
+ r.set("a", t), e && r.set("advanced", "");
291
+ const l = r.toString();
292
+ o.hash = l ? `${a}?${l}` : a;
293
293
  } else {
294
- const a = new URLSearchParams(o.search);
295
- a.set("a", e), n && a.set("advanced", ""), o.search = `?${a.toString()}`;
294
+ const n = new URLSearchParams(o.search);
295
+ n.set("a", t), e && n.set("advanced", ""), o.search = `?${n.toString()}`;
296
296
  }
297
297
  window.history.pushState(null, "", o.toString());
298
298
  }
299
- const ve = "_articleNavigation_1ir6x_1", be = "_navContainer_1ir6x_7", we = "_navLink_1ir6x_18", Ne = "_navLinkContent_1ir6x_43", ke = "_navIcon_1ir6x_50", xe = "_navText_1ir6x_57", $e = "_navLabel_1ir6x_64", Ie = "_navTitle_1ir6x_72", E = {
300
- articleNavigation: ve,
301
- navContainer: be,
302
- navLink: we,
303
- navLinkContent: Ne,
304
- navIcon: ke,
305
- navText: xe,
306
- navLabel: $e,
307
- navTitle: Ie
299
+ function In(t = "smooth") {
300
+ window.scrollTo({
301
+ top: 0,
302
+ left: 0,
303
+ behavior: t
304
+ });
305
+ }
306
+ const An = "_articleNavigation_kz84g_1", kn = "_navContainer_kz84g_7", Nn = "_navLink_kz84g_24", xn = "_navLinkContent_kz84g_61", On = "_navIcon_kz84g_76", $n = "_navText_kz84g_83", Rn = "_navLabel_kz84g_90", Ln = "_navTitle_kz84g_98", te = {
307
+ articleNavigation: An,
308
+ navContainer: kn,
309
+ navLink: Nn,
310
+ navLinkContent: xn,
311
+ navIcon: On,
312
+ navText: $n,
313
+ navLabel: Rn,
314
+ navTitle: Ln
308
315
  };
309
- function Ce({
310
- prevSlug: e,
311
- prevTitle: n,
316
+ function Mn({
317
+ prevSlug: t,
318
+ prevTitle: e,
312
319
  nextSlug: o,
313
- nextTitle: a,
314
- language: c
320
+ nextTitle: n,
321
+ language: a
315
322
  }) {
316
- const { t: s } = A(), { config: l } = O(), g = Q(), u = Qt(g.search).advanced, i = l.basePath || "", f = (_) => {
317
- const v = `${i}/${c}/${_}`;
318
- return u ? `${v}?advanced=true` : v;
323
+ const { t: r } = Z(), { config: l } = ee(), c = Ee(), u = Xt(c.search).advanced, d = l.basePath || "", h = (v) => {
324
+ const E = `${d}/${a}/${v}`;
325
+ return u ? `${E}?advanced=true` : E;
319
326
  };
320
- return !e && !o ? null : /* @__PURE__ */ t("nav", { className: E.articleNavigation, "aria-label": "Article navigation", children: /* @__PURE__ */ d("div", { className: E.navContainer, children: [
321
- e ? /* @__PURE__ */ t(dt, { to: f(e), className: E.navLink, children: /* @__PURE__ */ d("div", { className: E.navLinkContent, children: [
322
- /* @__PURE__ */ t("div", { className: E.navIcon, children: /* @__PURE__ */ t(Vt, { size: 20, weight: "bold" }) }),
323
- /* @__PURE__ */ d("div", { className: E.navText, children: [
324
- /* @__PURE__ */ t("span", { className: E.navLabel, children: s("nav.previous") }),
325
- /* @__PURE__ */ t("span", { className: E.navTitle, children: n || e })
326
- ] })
327
- ] }) }) : /* @__PURE__ */ t("div", {}),
328
- o ? /* @__PURE__ */ t(dt, { to: f(o), className: E.navLink, children: /* @__PURE__ */ d("div", { className: E.navLinkContent, children: [
329
- /* @__PURE__ */ d("div", { className: E.navText, children: [
330
- /* @__PURE__ */ t("span", { className: E.navLabel, children: s("nav.next") }),
331
- /* @__PURE__ */ t("span", { className: E.navTitle, children: a || o })
332
- ] }),
333
- /* @__PURE__ */ t("div", { className: E.navIcon, children: /* @__PURE__ */ t(Ht, { size: 20, weight: "bold" }) })
334
- ] }) }) : /* @__PURE__ */ t("div", {})
327
+ if (!t && !o)
328
+ return null;
329
+ const f = () => {
330
+ In("auto");
331
+ };
332
+ return /* @__PURE__ */ s("nav", { className: te.articleNavigation, "aria-label": "Article navigation", children: /* @__PURE__ */ T("div", { className: te.navContainer, children: [
333
+ t ? /* @__PURE__ */ s(
334
+ qe,
335
+ {
336
+ to: h(t),
337
+ className: te.navLink,
338
+ onClick: f,
339
+ children: /* @__PURE__ */ T("div", { className: te.navLinkContent, children: [
340
+ /* @__PURE__ */ s("div", { className: te.navIcon, children: /* @__PURE__ */ s(an, { size: 20, weight: "bold" }) }),
341
+ /* @__PURE__ */ T("div", { className: te.navText, children: [
342
+ /* @__PURE__ */ s("span", { className: te.navLabel, children: r("nav.previous") }),
343
+ /* @__PURE__ */ s("span", { className: te.navTitle, children: e || t })
344
+ ] })
345
+ ] })
346
+ }
347
+ ) : /* @__PURE__ */ s("div", {}),
348
+ o ? /* @__PURE__ */ s(
349
+ qe,
350
+ {
351
+ to: h(o),
352
+ className: te.navLink,
353
+ onClick: f,
354
+ children: /* @__PURE__ */ T("div", { className: te.navLinkContent, children: [
355
+ /* @__PURE__ */ T("div", { className: te.navText, children: [
356
+ /* @__PURE__ */ s("span", { className: te.navLabel, children: r("nav.next") }),
357
+ /* @__PURE__ */ s("span", { className: te.navTitle, children: n || o })
358
+ ] }),
359
+ /* @__PURE__ */ s("div", { className: te.navIcon, children: /* @__PURE__ */ s(qt, { size: 20, weight: "bold" }) })
360
+ ] })
361
+ }
362
+ ) : /* @__PURE__ */ s("div", {})
335
363
  ] }) });
336
364
  }
337
- const ye = "_blogSidebar_1ik3q_1", Le = "_section_1ik3q_21", Te = "_sectionTitle_1ik3q_28", Se = "_linksList_1ik3q_36", Pe = "_link_1ik3q_36", nt = {
338
- blogSidebar: ye,
339
- section: Le,
340
- sectionTitle: Te,
341
- linksList: Se,
342
- link: Pe
365
+ const Dn = "_blogSidebar_1ik3q_1", jn = "_section_1ik3q_21", Bn = "_sectionTitle_1ik3q_28", Hn = "_linksList_1ik3q_36", Fn = "_link_1ik3q_36", $e = {
366
+ blogSidebar: Dn,
367
+ section: jn,
368
+ sectionTitle: Bn,
369
+ linksList: Hn,
370
+ link: Fn
343
371
  };
344
- function De() {
345
- const { t: e } = A(), { config: n } = O(), o = n.socialLinks || [];
346
- return o.length === 0 ? null : /* @__PURE__ */ t("aside", { className: nt.blogSidebar, children: /* @__PURE__ */ d("div", { className: nt.section, children: [
347
- /* @__PURE__ */ t("h3", { className: nt.sectionTitle, children: e("ui.connect") }),
348
- /* @__PURE__ */ t("div", { className: nt.linksList, children: o.map((a, c) => {
349
- const s = a.icon || Jt, l = a.target === "_blank";
350
- return /* @__PURE__ */ d(
372
+ function qn() {
373
+ const { t } = Z(), { config: e } = ee(), o = e.socialLinks || [];
374
+ return o.length === 0 ? null : /* @__PURE__ */ s("aside", { className: $e.blogSidebar, children: /* @__PURE__ */ T("div", { className: $e.section, children: [
375
+ /* @__PURE__ */ s("h3", { className: $e.sectionTitle, children: t("ui.connect") }),
376
+ /* @__PURE__ */ s("div", { className: $e.linksList, children: o.map((n, a) => {
377
+ const r = n.icon || sn, l = n.target === "_blank";
378
+ return /* @__PURE__ */ T(
351
379
  "a",
352
380
  {
353
- href: a.url,
354
- className: nt.link,
355
- target: a.target || "_blank",
381
+ href: n.url,
382
+ className: $e.link,
383
+ target: n.target || "_blank",
356
384
  rel: l ? "noopener noreferrer" : void 0,
357
385
  children: [
358
- /* @__PURE__ */ t(s, { size: 18, weight: "duotone" }),
359
- /* @__PURE__ */ t("span", { children: a.label })
386
+ /* @__PURE__ */ s(r, { size: 18, weight: "duotone" }),
387
+ /* @__PURE__ */ s("span", { children: n.label })
360
388
  ]
361
389
  },
362
- c
390
+ a
363
391
  );
364
392
  }) })
365
393
  ] }) });
366
394
  }
367
- const Me = "_metadata_bsge0_1", Be = "_author_bsge0_9", Ee = "_date_bsge0_10", _t = {
368
- metadata: Me,
369
- author: Be,
370
- date: Ee
395
+ const Wn = "_breadcrumb_rarc4_1", Yn = "_breadcrumbList_rarc4_5", Un = "_breadcrumbItem_rarc4_15", zn = "_breadcrumbLink_rarc4_21", Gn = "_breadcrumbSeparator_rarc4_41", Vn = "_breadcrumbCurrent_rarc4_46", Te = {
396
+ breadcrumb: Wn,
397
+ breadcrumbList: Yn,
398
+ breadcrumbItem: Un,
399
+ breadcrumbLink: zn,
400
+ breadcrumbSeparator: Gn,
401
+ breadcrumbCurrent: Vn
371
402
  };
372
- function ft({ date: e, author: n }) {
373
- const { t: o } = A();
374
- return !e && !n ? null : /* @__PURE__ */ d("div", { className: _t.metadata, children: [
375
- n && /* @__PURE__ */ d("span", { className: _t.author, children: [
376
- /* @__PURE__ */ t(Zt, { size: 16, weight: "regular" }),
377
- n
403
+ function Xn({ articleTitle: t, language: e }) {
404
+ const { t: o } = Z(), { config: n } = ee(), a = _e(), l = `${n.basePath || ""}/${e}`, c = (u) => {
405
+ u.preventDefault(), window.scrollTo({ top: 0, left: 0, behavior: "auto" }), a(l);
406
+ }, i = (u, d = 60) => u.length <= d ? u : `${u.substring(0, d)}…`;
407
+ return /* @__PURE__ */ s("nav", { className: Te.breadcrumb, "aria-label": "Breadcrumb", children: /* @__PURE__ */ T("ol", { className: Te.breadcrumbList, children: [
408
+ /* @__PURE__ */ s("li", { className: Te.breadcrumbItem, children: /* @__PURE__ */ s(
409
+ "button",
410
+ {
411
+ onClick: c,
412
+ className: Te.breadcrumbLink,
413
+ type: "button",
414
+ children: o("ui.home")
415
+ }
416
+ ) }),
417
+ /* @__PURE__ */ T("li", { className: Te.breadcrumbItem, children: [
418
+ /* @__PURE__ */ s("span", { className: Te.breadcrumbSeparator, children: "/" }),
419
+ /* @__PURE__ */ s("span", { className: Te.breadcrumbCurrent, children: i(t) })
420
+ ] })
421
+ ] }) });
422
+ }
423
+ function ze(t) {
424
+ return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
425
+ }
426
+ var He = { exports: {} }, Fe = { exports: {} }, j = {};
427
+ /** @license React v16.13.1
428
+ * react-is.production.min.js
429
+ *
430
+ * Copyright (c) Facebook, Inc. and its affiliates.
431
+ *
432
+ * This source code is licensed under the MIT license found in the
433
+ * LICENSE file in the root directory of this source tree.
434
+ */
435
+ var Ct;
436
+ function Kn() {
437
+ if (Ct) return j;
438
+ Ct = 1;
439
+ var t = typeof Symbol == "function" && Symbol.for, e = t ? Symbol.for("react.element") : 60103, o = t ? Symbol.for("react.portal") : 60106, n = t ? Symbol.for("react.fragment") : 60107, a = t ? Symbol.for("react.strict_mode") : 60108, r = t ? Symbol.for("react.profiler") : 60114, l = t ? Symbol.for("react.provider") : 60109, c = t ? Symbol.for("react.context") : 60110, i = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, d = t ? Symbol.for("react.forward_ref") : 60112, h = t ? Symbol.for("react.suspense") : 60113, f = t ? Symbol.for("react.suspense_list") : 60120, v = t ? Symbol.for("react.memo") : 60115, E = t ? Symbol.for("react.lazy") : 60116, m = t ? Symbol.for("react.block") : 60121, y = t ? Symbol.for("react.fundamental") : 60117, b = t ? Symbol.for("react.responder") : 60118, I = t ? Symbol.for("react.scope") : 60119;
440
+ function N(p) {
441
+ if (typeof p == "object" && p !== null) {
442
+ var $ = p.$$typeof;
443
+ switch ($) {
444
+ case e:
445
+ switch (p = p.type, p) {
446
+ case i:
447
+ case u:
448
+ case n:
449
+ case r:
450
+ case a:
451
+ case h:
452
+ return p;
453
+ default:
454
+ switch (p = p && p.$$typeof, p) {
455
+ case c:
456
+ case d:
457
+ case E:
458
+ case v:
459
+ case l:
460
+ return p;
461
+ default:
462
+ return $;
463
+ }
464
+ }
465
+ case o:
466
+ return $;
467
+ }
468
+ }
469
+ }
470
+ function M(p) {
471
+ return N(p) === u;
472
+ }
473
+ return j.AsyncMode = i, j.ConcurrentMode = u, j.ContextConsumer = c, j.ContextProvider = l, j.Element = e, j.ForwardRef = d, j.Fragment = n, j.Lazy = E, j.Memo = v, j.Portal = o, j.Profiler = r, j.StrictMode = a, j.Suspense = h, j.isAsyncMode = function(p) {
474
+ return M(p) || N(p) === i;
475
+ }, j.isConcurrentMode = M, j.isContextConsumer = function(p) {
476
+ return N(p) === c;
477
+ }, j.isContextProvider = function(p) {
478
+ return N(p) === l;
479
+ }, j.isElement = function(p) {
480
+ return typeof p == "object" && p !== null && p.$$typeof === e;
481
+ }, j.isForwardRef = function(p) {
482
+ return N(p) === d;
483
+ }, j.isFragment = function(p) {
484
+ return N(p) === n;
485
+ }, j.isLazy = function(p) {
486
+ return N(p) === E;
487
+ }, j.isMemo = function(p) {
488
+ return N(p) === v;
489
+ }, j.isPortal = function(p) {
490
+ return N(p) === o;
491
+ }, j.isProfiler = function(p) {
492
+ return N(p) === r;
493
+ }, j.isStrictMode = function(p) {
494
+ return N(p) === a;
495
+ }, j.isSuspense = function(p) {
496
+ return N(p) === h;
497
+ }, j.isValidElementType = function(p) {
498
+ return typeof p == "string" || typeof p == "function" || p === n || p === u || p === r || p === a || p === h || p === f || typeof p == "object" && p !== null && (p.$$typeof === E || p.$$typeof === v || p.$$typeof === l || p.$$typeof === c || p.$$typeof === d || p.$$typeof === y || p.$$typeof === b || p.$$typeof === I || p.$$typeof === m);
499
+ }, j.typeOf = N, j;
500
+ }
501
+ var B = {};
502
+ /** @license React v16.13.1
503
+ * react-is.development.js
504
+ *
505
+ * Copyright (c) Facebook, Inc. and its affiliates.
506
+ *
507
+ * This source code is licensed under the MIT license found in the
508
+ * LICENSE file in the root directory of this source tree.
509
+ */
510
+ var St;
511
+ function Qn() {
512
+ return St || (St = 1, process.env.NODE_ENV !== "production" && (function() {
513
+ var t = typeof Symbol == "function" && Symbol.for, e = t ? Symbol.for("react.element") : 60103, o = t ? Symbol.for("react.portal") : 60106, n = t ? Symbol.for("react.fragment") : 60107, a = t ? Symbol.for("react.strict_mode") : 60108, r = t ? Symbol.for("react.profiler") : 60114, l = t ? Symbol.for("react.provider") : 60109, c = t ? Symbol.for("react.context") : 60110, i = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, d = t ? Symbol.for("react.forward_ref") : 60112, h = t ? Symbol.for("react.suspense") : 60113, f = t ? Symbol.for("react.suspense_list") : 60120, v = t ? Symbol.for("react.memo") : 60115, E = t ? Symbol.for("react.lazy") : 60116, m = t ? Symbol.for("react.block") : 60121, y = t ? Symbol.for("react.fundamental") : 60117, b = t ? Symbol.for("react.responder") : 60118, I = t ? Symbol.for("react.scope") : 60119;
514
+ function N(w) {
515
+ return typeof w == "string" || typeof w == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
516
+ w === n || w === u || w === r || w === a || w === h || w === f || typeof w == "object" && w !== null && (w.$$typeof === E || w.$$typeof === v || w.$$typeof === l || w.$$typeof === c || w.$$typeof === d || w.$$typeof === y || w.$$typeof === b || w.$$typeof === I || w.$$typeof === m);
517
+ }
518
+ function M(w) {
519
+ if (typeof w == "object" && w !== null) {
520
+ var Q = w.$$typeof;
521
+ switch (Q) {
522
+ case e:
523
+ var me = w.type;
524
+ switch (me) {
525
+ case i:
526
+ case u:
527
+ case n:
528
+ case r:
529
+ case a:
530
+ case h:
531
+ return me;
532
+ default:
533
+ var xe = me && me.$$typeof;
534
+ switch (xe) {
535
+ case c:
536
+ case d:
537
+ case E:
538
+ case v:
539
+ case l:
540
+ return xe;
541
+ default:
542
+ return Q;
543
+ }
544
+ }
545
+ case o:
546
+ return Q;
547
+ }
548
+ }
549
+ }
550
+ var p = i, $ = u, G = c, V = l, oe = e, he = d, ae = n, pe = E, ye = v, le = o, Ce = r, K = a, ce = h, be = !1;
551
+ function Se(w) {
552
+ return be || (be = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), _(w) || M(w) === i;
553
+ }
554
+ function _(w) {
555
+ return M(w) === u;
556
+ }
557
+ function C(w) {
558
+ return M(w) === c;
559
+ }
560
+ function L(w) {
561
+ return M(w) === l;
562
+ }
563
+ function R(w) {
564
+ return typeof w == "object" && w !== null && w.$$typeof === e;
565
+ }
566
+ function x(w) {
567
+ return M(w) === d;
568
+ }
569
+ function D(w) {
570
+ return M(w) === n;
571
+ }
572
+ function g(w) {
573
+ return M(w) === E;
574
+ }
575
+ function S(w) {
576
+ return M(w) === v;
577
+ }
578
+ function k(w) {
579
+ return M(w) === o;
580
+ }
581
+ function P(w) {
582
+ return M(w) === r;
583
+ }
584
+ function A(w) {
585
+ return M(w) === a;
586
+ }
587
+ function Y(w) {
588
+ return M(w) === h;
589
+ }
590
+ B.AsyncMode = p, B.ConcurrentMode = $, B.ContextConsumer = G, B.ContextProvider = V, B.Element = oe, B.ForwardRef = he, B.Fragment = ae, B.Lazy = pe, B.Memo = ye, B.Portal = le, B.Profiler = Ce, B.StrictMode = K, B.Suspense = ce, B.isAsyncMode = Se, B.isConcurrentMode = _, B.isContextConsumer = C, B.isContextProvider = L, B.isElement = R, B.isForwardRef = x, B.isFragment = D, B.isLazy = g, B.isMemo = S, B.isPortal = k, B.isProfiler = P, B.isStrictMode = A, B.isSuspense = Y, B.isValidElementType = N, B.typeOf = M;
591
+ })()), B;
592
+ }
593
+ var Pt;
594
+ function Kt() {
595
+ return Pt || (Pt = 1, process.env.NODE_ENV === "production" ? Fe.exports = Kn() : Fe.exports = Qn()), Fe.exports;
596
+ }
597
+ /*
598
+ object-assign
599
+ (c) Sindre Sorhus
600
+ @license MIT
601
+ */
602
+ var Ve, It;
603
+ function Qt() {
604
+ if (It) return Ve;
605
+ It = 1;
606
+ var t = Object.getOwnPropertySymbols, e = Object.prototype.hasOwnProperty, o = Object.prototype.propertyIsEnumerable;
607
+ function n(r) {
608
+ if (r == null)
609
+ throw new TypeError("Object.assign cannot be called with null or undefined");
610
+ return Object(r);
611
+ }
612
+ function a() {
613
+ try {
614
+ if (!Object.assign)
615
+ return !1;
616
+ var r = new String("abc");
617
+ if (r[5] = "de", Object.getOwnPropertyNames(r)[0] === "5")
618
+ return !1;
619
+ for (var l = {}, c = 0; c < 10; c++)
620
+ l["_" + String.fromCharCode(c)] = c;
621
+ var i = Object.getOwnPropertyNames(l).map(function(d) {
622
+ return l[d];
623
+ });
624
+ if (i.join("") !== "0123456789")
625
+ return !1;
626
+ var u = {};
627
+ return "abcdefghijklmnopqrst".split("").forEach(function(d) {
628
+ u[d] = d;
629
+ }), Object.keys(Object.assign({}, u)).join("") === "abcdefghijklmnopqrst";
630
+ } catch {
631
+ return !1;
632
+ }
633
+ }
634
+ return Ve = a() ? Object.assign : function(r, l) {
635
+ for (var c, i = n(r), u, d = 1; d < arguments.length; d++) {
636
+ c = Object(arguments[d]);
637
+ for (var h in c)
638
+ e.call(c, h) && (i[h] = c[h]);
639
+ if (t) {
640
+ u = t(c);
641
+ for (var f = 0; f < u.length; f++)
642
+ o.call(c, u[f]) && (i[u[f]] = c[u[f]]);
643
+ }
644
+ }
645
+ return i;
646
+ }, Ve;
647
+ }
648
+ var Xe, At;
649
+ function ft() {
650
+ if (At) return Xe;
651
+ At = 1;
652
+ var t = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
653
+ return Xe = t, Xe;
654
+ }
655
+ var Ke, kt;
656
+ function Jt() {
657
+ return kt || (kt = 1, Ke = Function.call.bind(Object.prototype.hasOwnProperty)), Ke;
658
+ }
659
+ var Qe, Nt;
660
+ function Jn() {
661
+ if (Nt) return Qe;
662
+ Nt = 1;
663
+ var t = function() {
664
+ };
665
+ if (process.env.NODE_ENV !== "production") {
666
+ var e = /* @__PURE__ */ ft(), o = {}, n = /* @__PURE__ */ Jt();
667
+ t = function(r) {
668
+ var l = "Warning: " + r;
669
+ typeof console < "u" && console.error(l);
670
+ try {
671
+ throw new Error(l);
672
+ } catch {
673
+ }
674
+ };
675
+ }
676
+ function a(r, l, c, i, u) {
677
+ if (process.env.NODE_ENV !== "production") {
678
+ for (var d in r)
679
+ if (n(r, d)) {
680
+ var h;
681
+ try {
682
+ if (typeof r[d] != "function") {
683
+ var f = Error(
684
+ (i || "React class") + ": " + c + " type `" + d + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof r[d] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
685
+ );
686
+ throw f.name = "Invariant Violation", f;
687
+ }
688
+ h = r[d](l, d, i, c, null, e);
689
+ } catch (E) {
690
+ h = E;
691
+ }
692
+ if (h && !(h instanceof Error) && t(
693
+ (i || "React class") + ": type specification of " + c + " `" + d + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof h + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
694
+ ), h instanceof Error && !(h.message in o)) {
695
+ o[h.message] = !0;
696
+ var v = u ? u() : "";
697
+ t(
698
+ "Failed " + c + " type: " + h.message + (v ?? "")
699
+ );
700
+ }
701
+ }
702
+ }
703
+ }
704
+ return a.resetWarningCache = function() {
705
+ process.env.NODE_ENV !== "production" && (o = {});
706
+ }, Qe = a, Qe;
707
+ }
708
+ var Je, xt;
709
+ function Zn() {
710
+ if (xt) return Je;
711
+ xt = 1;
712
+ var t = Kt(), e = Qt(), o = /* @__PURE__ */ ft(), n = /* @__PURE__ */ Jt(), a = /* @__PURE__ */ Jn(), r = function() {
713
+ };
714
+ process.env.NODE_ENV !== "production" && (r = function(c) {
715
+ var i = "Warning: " + c;
716
+ typeof console < "u" && console.error(i);
717
+ try {
718
+ throw new Error(i);
719
+ } catch {
720
+ }
721
+ });
722
+ function l() {
723
+ return null;
724
+ }
725
+ return Je = function(c, i) {
726
+ var u = typeof Symbol == "function" && Symbol.iterator, d = "@@iterator";
727
+ function h(_) {
728
+ var C = _ && (u && _[u] || _[d]);
729
+ if (typeof C == "function")
730
+ return C;
731
+ }
732
+ var f = "<<anonymous>>", v = {
733
+ array: b("array"),
734
+ bigint: b("bigint"),
735
+ bool: b("boolean"),
736
+ func: b("function"),
737
+ number: b("number"),
738
+ object: b("object"),
739
+ string: b("string"),
740
+ symbol: b("symbol"),
741
+ any: I(),
742
+ arrayOf: N,
743
+ element: M(),
744
+ elementType: p(),
745
+ instanceOf: $,
746
+ node: he(),
747
+ objectOf: V,
748
+ oneOf: G,
749
+ oneOfType: oe,
750
+ shape: pe,
751
+ exact: ye
752
+ };
753
+ function E(_, C) {
754
+ return _ === C ? _ !== 0 || 1 / _ === 1 / C : _ !== _ && C !== C;
755
+ }
756
+ function m(_, C) {
757
+ this.message = _, this.data = C && typeof C == "object" ? C : {}, this.stack = "";
758
+ }
759
+ m.prototype = Error.prototype;
760
+ function y(_) {
761
+ if (process.env.NODE_ENV !== "production")
762
+ var C = {}, L = 0;
763
+ function R(D, g, S, k, P, A, Y) {
764
+ if (k = k || f, A = A || S, Y !== o) {
765
+ if (i) {
766
+ var w = new Error(
767
+ "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
768
+ );
769
+ throw w.name = "Invariant Violation", w;
770
+ } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
771
+ var Q = k + ":" + S;
772
+ !C[Q] && // Avoid spamming the console because they are often not actionable except for lib authors
773
+ L < 3 && (r(
774
+ "You are manually calling a React.PropTypes validation function for the `" + A + "` prop on `" + k + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
775
+ ), C[Q] = !0, L++);
776
+ }
777
+ }
778
+ return g[S] == null ? D ? g[S] === null ? new m("The " + P + " `" + A + "` is marked as required " + ("in `" + k + "`, but its value is `null`.")) : new m("The " + P + " `" + A + "` is marked as required in " + ("`" + k + "`, but its value is `undefined`.")) : null : _(g, S, k, P, A);
779
+ }
780
+ var x = R.bind(null, !1);
781
+ return x.isRequired = R.bind(null, !0), x;
782
+ }
783
+ function b(_) {
784
+ function C(L, R, x, D, g, S) {
785
+ var k = L[R], P = K(k);
786
+ if (P !== _) {
787
+ var A = ce(k);
788
+ return new m(
789
+ "Invalid " + D + " `" + g + "` of type " + ("`" + A + "` supplied to `" + x + "`, expected ") + ("`" + _ + "`."),
790
+ { expectedType: _ }
791
+ );
792
+ }
793
+ return null;
794
+ }
795
+ return y(C);
796
+ }
797
+ function I() {
798
+ return y(l);
799
+ }
800
+ function N(_) {
801
+ function C(L, R, x, D, g) {
802
+ if (typeof _ != "function")
803
+ return new m("Property `" + g + "` of component `" + x + "` has invalid PropType notation inside arrayOf.");
804
+ var S = L[R];
805
+ if (!Array.isArray(S)) {
806
+ var k = K(S);
807
+ return new m("Invalid " + D + " `" + g + "` of type " + ("`" + k + "` supplied to `" + x + "`, expected an array."));
808
+ }
809
+ for (var P = 0; P < S.length; P++) {
810
+ var A = _(S, P, x, D, g + "[" + P + "]", o);
811
+ if (A instanceof Error)
812
+ return A;
813
+ }
814
+ return null;
815
+ }
816
+ return y(C);
817
+ }
818
+ function M() {
819
+ function _(C, L, R, x, D) {
820
+ var g = C[L];
821
+ if (!c(g)) {
822
+ var S = K(g);
823
+ return new m("Invalid " + x + " `" + D + "` of type " + ("`" + S + "` supplied to `" + R + "`, expected a single ReactElement."));
824
+ }
825
+ return null;
826
+ }
827
+ return y(_);
828
+ }
829
+ function p() {
830
+ function _(C, L, R, x, D) {
831
+ var g = C[L];
832
+ if (!t.isValidElementType(g)) {
833
+ var S = K(g);
834
+ return new m("Invalid " + x + " `" + D + "` of type " + ("`" + S + "` supplied to `" + R + "`, expected a single ReactElement type."));
835
+ }
836
+ return null;
837
+ }
838
+ return y(_);
839
+ }
840
+ function $(_) {
841
+ function C(L, R, x, D, g) {
842
+ if (!(L[R] instanceof _)) {
843
+ var S = _.name || f, k = Se(L[R]);
844
+ return new m("Invalid " + D + " `" + g + "` of type " + ("`" + k + "` supplied to `" + x + "`, expected ") + ("instance of `" + S + "`."));
845
+ }
846
+ return null;
847
+ }
848
+ return y(C);
849
+ }
850
+ function G(_) {
851
+ if (!Array.isArray(_))
852
+ return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? r(
853
+ "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
854
+ ) : r("Invalid argument supplied to oneOf, expected an array.")), l;
855
+ function C(L, R, x, D, g) {
856
+ for (var S = L[R], k = 0; k < _.length; k++)
857
+ if (E(S, _[k]))
858
+ return null;
859
+ var P = JSON.stringify(_, function(Y, w) {
860
+ var Q = ce(w);
861
+ return Q === "symbol" ? String(w) : w;
862
+ });
863
+ return new m("Invalid " + D + " `" + g + "` of value `" + String(S) + "` " + ("supplied to `" + x + "`, expected one of " + P + "."));
864
+ }
865
+ return y(C);
866
+ }
867
+ function V(_) {
868
+ function C(L, R, x, D, g) {
869
+ if (typeof _ != "function")
870
+ return new m("Property `" + g + "` of component `" + x + "` has invalid PropType notation inside objectOf.");
871
+ var S = L[R], k = K(S);
872
+ if (k !== "object")
873
+ return new m("Invalid " + D + " `" + g + "` of type " + ("`" + k + "` supplied to `" + x + "`, expected an object."));
874
+ for (var P in S)
875
+ if (n(S, P)) {
876
+ var A = _(S, P, x, D, g + "." + P, o);
877
+ if (A instanceof Error)
878
+ return A;
879
+ }
880
+ return null;
881
+ }
882
+ return y(C);
883
+ }
884
+ function oe(_) {
885
+ if (!Array.isArray(_))
886
+ return process.env.NODE_ENV !== "production" && r("Invalid argument supplied to oneOfType, expected an instance of array."), l;
887
+ for (var C = 0; C < _.length; C++) {
888
+ var L = _[C];
889
+ if (typeof L != "function")
890
+ return r(
891
+ "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + be(L) + " at index " + C + "."
892
+ ), l;
893
+ }
894
+ function R(x, D, g, S, k) {
895
+ for (var P = [], A = 0; A < _.length; A++) {
896
+ var Y = _[A], w = Y(x, D, g, S, k, o);
897
+ if (w == null)
898
+ return null;
899
+ w.data && n(w.data, "expectedType") && P.push(w.data.expectedType);
900
+ }
901
+ var Q = P.length > 0 ? ", expected one of type [" + P.join(", ") + "]" : "";
902
+ return new m("Invalid " + S + " `" + k + "` supplied to " + ("`" + g + "`" + Q + "."));
903
+ }
904
+ return y(R);
905
+ }
906
+ function he() {
907
+ function _(C, L, R, x, D) {
908
+ return le(C[L]) ? null : new m("Invalid " + x + " `" + D + "` supplied to " + ("`" + R + "`, expected a ReactNode."));
909
+ }
910
+ return y(_);
911
+ }
912
+ function ae(_, C, L, R, x) {
913
+ return new m(
914
+ (_ || "React class") + ": " + C + " type `" + L + "." + R + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + x + "`."
915
+ );
916
+ }
917
+ function pe(_) {
918
+ function C(L, R, x, D, g) {
919
+ var S = L[R], k = K(S);
920
+ if (k !== "object")
921
+ return new m("Invalid " + D + " `" + g + "` of type `" + k + "` " + ("supplied to `" + x + "`, expected `object`."));
922
+ for (var P in _) {
923
+ var A = _[P];
924
+ if (typeof A != "function")
925
+ return ae(x, D, g, P, ce(A));
926
+ var Y = A(S, P, x, D, g + "." + P, o);
927
+ if (Y)
928
+ return Y;
929
+ }
930
+ return null;
931
+ }
932
+ return y(C);
933
+ }
934
+ function ye(_) {
935
+ function C(L, R, x, D, g) {
936
+ var S = L[R], k = K(S);
937
+ if (k !== "object")
938
+ return new m("Invalid " + D + " `" + g + "` of type `" + k + "` " + ("supplied to `" + x + "`, expected `object`."));
939
+ var P = e({}, L[R], _);
940
+ for (var A in P) {
941
+ var Y = _[A];
942
+ if (n(_, A) && typeof Y != "function")
943
+ return ae(x, D, g, A, ce(Y));
944
+ if (!Y)
945
+ return new m(
946
+ "Invalid " + D + " `" + g + "` key `" + A + "` supplied to `" + x + "`.\nBad object: " + JSON.stringify(L[R], null, " ") + `
947
+ Valid keys: ` + JSON.stringify(Object.keys(_), null, " ")
948
+ );
949
+ var w = Y(S, A, x, D, g + "." + A, o);
950
+ if (w)
951
+ return w;
952
+ }
953
+ return null;
954
+ }
955
+ return y(C);
956
+ }
957
+ function le(_) {
958
+ switch (typeof _) {
959
+ case "number":
960
+ case "string":
961
+ case "undefined":
962
+ return !0;
963
+ case "boolean":
964
+ return !_;
965
+ case "object":
966
+ if (Array.isArray(_))
967
+ return _.every(le);
968
+ if (_ === null || c(_))
969
+ return !0;
970
+ var C = h(_);
971
+ if (C) {
972
+ var L = C.call(_), R;
973
+ if (C !== _.entries) {
974
+ for (; !(R = L.next()).done; )
975
+ if (!le(R.value))
976
+ return !1;
977
+ } else
978
+ for (; !(R = L.next()).done; ) {
979
+ var x = R.value;
980
+ if (x && !le(x[1]))
981
+ return !1;
982
+ }
983
+ } else
984
+ return !1;
985
+ return !0;
986
+ default:
987
+ return !1;
988
+ }
989
+ }
990
+ function Ce(_, C) {
991
+ return _ === "symbol" ? !0 : C ? C["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && C instanceof Symbol : !1;
992
+ }
993
+ function K(_) {
994
+ var C = typeof _;
995
+ return Array.isArray(_) ? "array" : _ instanceof RegExp ? "object" : Ce(C, _) ? "symbol" : C;
996
+ }
997
+ function ce(_) {
998
+ if (typeof _ > "u" || _ === null)
999
+ return "" + _;
1000
+ var C = K(_);
1001
+ if (C === "object") {
1002
+ if (_ instanceof Date)
1003
+ return "date";
1004
+ if (_ instanceof RegExp)
1005
+ return "regexp";
1006
+ }
1007
+ return C;
1008
+ }
1009
+ function be(_) {
1010
+ var C = ce(_);
1011
+ switch (C) {
1012
+ case "array":
1013
+ case "object":
1014
+ return "an " + C;
1015
+ case "boolean":
1016
+ case "date":
1017
+ case "regexp":
1018
+ return "a " + C;
1019
+ default:
1020
+ return C;
1021
+ }
1022
+ }
1023
+ function Se(_) {
1024
+ return !_.constructor || !_.constructor.name ? f : _.constructor.name;
1025
+ }
1026
+ return v.checkPropTypes = a, v.resetWarningCache = a.resetWarningCache, v.PropTypes = v, v;
1027
+ }, Je;
1028
+ }
1029
+ var Ze, Ot;
1030
+ function er() {
1031
+ if (Ot) return Ze;
1032
+ Ot = 1;
1033
+ var t = /* @__PURE__ */ ft();
1034
+ function e() {
1035
+ }
1036
+ function o() {
1037
+ }
1038
+ return o.resetWarningCache = e, Ze = function() {
1039
+ function n(l, c, i, u, d, h) {
1040
+ if (h !== t) {
1041
+ var f = new Error(
1042
+ "Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
1043
+ );
1044
+ throw f.name = "Invariant Violation", f;
1045
+ }
1046
+ }
1047
+ n.isRequired = n;
1048
+ function a() {
1049
+ return n;
1050
+ }
1051
+ var r = {
1052
+ array: n,
1053
+ bigint: n,
1054
+ bool: n,
1055
+ func: n,
1056
+ number: n,
1057
+ object: n,
1058
+ string: n,
1059
+ symbol: n,
1060
+ any: n,
1061
+ arrayOf: a,
1062
+ element: n,
1063
+ elementType: n,
1064
+ instanceOf: a,
1065
+ node: n,
1066
+ objectOf: a,
1067
+ oneOf: a,
1068
+ oneOfType: a,
1069
+ shape: a,
1070
+ exact: a,
1071
+ checkPropTypes: o,
1072
+ resetWarningCache: e
1073
+ };
1074
+ return r.PropTypes = r, r;
1075
+ }, Ze;
1076
+ }
1077
+ var $t;
1078
+ function tr() {
1079
+ if ($t) return He.exports;
1080
+ if ($t = 1, process.env.NODE_ENV !== "production") {
1081
+ var t = Kt(), e = !0;
1082
+ He.exports = /* @__PURE__ */ Zn()(t.isElement, e);
1083
+ } else
1084
+ He.exports = /* @__PURE__ */ er()();
1085
+ return He.exports;
1086
+ }
1087
+ var nr = /* @__PURE__ */ tr();
1088
+ const q = /* @__PURE__ */ ze(nr);
1089
+ var et, Rt;
1090
+ function rr() {
1091
+ if (Rt) return et;
1092
+ Rt = 1;
1093
+ function t(c) {
1094
+ return c && typeof c == "object" && "default" in c ? c.default : c;
1095
+ }
1096
+ var e = ke, o = t(e);
1097
+ function n(c, i, u) {
1098
+ return i in c ? Object.defineProperty(c, i, {
1099
+ value: u,
1100
+ enumerable: !0,
1101
+ configurable: !0,
1102
+ writable: !0
1103
+ }) : c[i] = u, c;
1104
+ }
1105
+ function a(c, i) {
1106
+ c.prototype = Object.create(i.prototype), c.prototype.constructor = c, c.__proto__ = i;
1107
+ }
1108
+ var r = !!(typeof window < "u" && window.document && window.document.createElement);
1109
+ function l(c, i, u) {
1110
+ if (typeof c != "function")
1111
+ throw new Error("Expected reducePropsToState to be a function.");
1112
+ if (typeof i != "function")
1113
+ throw new Error("Expected handleStateChangeOnClient to be a function.");
1114
+ if (typeof u < "u" && typeof u != "function")
1115
+ throw new Error("Expected mapStateOnServer to either be undefined or a function.");
1116
+ function d(h) {
1117
+ return h.displayName || h.name || "Component";
1118
+ }
1119
+ return function(f) {
1120
+ if (typeof f != "function")
1121
+ throw new Error("Expected WrappedComponent to be a React component.");
1122
+ var v = [], E;
1123
+ function m() {
1124
+ E = c(v.map(function(b) {
1125
+ return b.props;
1126
+ })), y.canUseDOM ? i(E) : u && (E = u(E));
1127
+ }
1128
+ var y = /* @__PURE__ */ (function(b) {
1129
+ a(I, b);
1130
+ function I() {
1131
+ return b.apply(this, arguments) || this;
1132
+ }
1133
+ I.peek = function() {
1134
+ return E;
1135
+ }, I.rewind = function() {
1136
+ if (I.canUseDOM)
1137
+ throw new Error("You may only call rewind() on the server. Call peek() to read the current state.");
1138
+ var p = E;
1139
+ return E = void 0, v = [], p;
1140
+ };
1141
+ var N = I.prototype;
1142
+ return N.UNSAFE_componentWillMount = function() {
1143
+ v.push(this), m();
1144
+ }, N.componentDidUpdate = function() {
1145
+ m();
1146
+ }, N.componentWillUnmount = function() {
1147
+ var p = v.indexOf(this);
1148
+ v.splice(p, 1), m();
1149
+ }, N.render = function() {
1150
+ return o.createElement(f, this.props);
1151
+ }, I;
1152
+ })(e.PureComponent);
1153
+ return n(y, "displayName", "SideEffect(" + d(f) + ")"), n(y, "canUseDOM", r), y;
1154
+ };
1155
+ }
1156
+ return et = l, et;
1157
+ }
1158
+ var or = rr();
1159
+ const ar = /* @__PURE__ */ ze(or);
1160
+ var tt, Lt;
1161
+ function sr() {
1162
+ if (Lt) return tt;
1163
+ Lt = 1;
1164
+ var t = typeof Element < "u", e = typeof Map == "function", o = typeof Set == "function", n = typeof ArrayBuffer == "function" && !!ArrayBuffer.isView;
1165
+ function a(r, l) {
1166
+ if (r === l) return !0;
1167
+ if (r && l && typeof r == "object" && typeof l == "object") {
1168
+ if (r.constructor !== l.constructor) return !1;
1169
+ var c, i, u;
1170
+ if (Array.isArray(r)) {
1171
+ if (c = r.length, c != l.length) return !1;
1172
+ for (i = c; i-- !== 0; )
1173
+ if (!a(r[i], l[i])) return !1;
1174
+ return !0;
1175
+ }
1176
+ var d;
1177
+ if (e && r instanceof Map && l instanceof Map) {
1178
+ if (r.size !== l.size) return !1;
1179
+ for (d = r.entries(); !(i = d.next()).done; )
1180
+ if (!l.has(i.value[0])) return !1;
1181
+ for (d = r.entries(); !(i = d.next()).done; )
1182
+ if (!a(i.value[1], l.get(i.value[0]))) return !1;
1183
+ return !0;
1184
+ }
1185
+ if (o && r instanceof Set && l instanceof Set) {
1186
+ if (r.size !== l.size) return !1;
1187
+ for (d = r.entries(); !(i = d.next()).done; )
1188
+ if (!l.has(i.value[0])) return !1;
1189
+ return !0;
1190
+ }
1191
+ if (n && ArrayBuffer.isView(r) && ArrayBuffer.isView(l)) {
1192
+ if (c = r.length, c != l.length) return !1;
1193
+ for (i = c; i-- !== 0; )
1194
+ if (r[i] !== l[i]) return !1;
1195
+ return !0;
1196
+ }
1197
+ if (r.constructor === RegExp) return r.source === l.source && r.flags === l.flags;
1198
+ if (r.valueOf !== Object.prototype.valueOf && typeof r.valueOf == "function" && typeof l.valueOf == "function") return r.valueOf() === l.valueOf();
1199
+ if (r.toString !== Object.prototype.toString && typeof r.toString == "function" && typeof l.toString == "function") return r.toString() === l.toString();
1200
+ if (u = Object.keys(r), c = u.length, c !== Object.keys(l).length) return !1;
1201
+ for (i = c; i-- !== 0; )
1202
+ if (!Object.prototype.hasOwnProperty.call(l, u[i])) return !1;
1203
+ if (t && r instanceof Element) return !1;
1204
+ for (i = c; i-- !== 0; )
1205
+ if (!((u[i] === "_owner" || u[i] === "__v" || u[i] === "__o") && r.$$typeof) && !a(r[u[i]], l[u[i]]))
1206
+ return !1;
1207
+ return !0;
1208
+ }
1209
+ return r !== r && l !== l;
1210
+ }
1211
+ return tt = function(l, c) {
1212
+ try {
1213
+ return a(l, c);
1214
+ } catch (i) {
1215
+ if ((i.message || "").match(/stack|recursion/i))
1216
+ return console.warn("react-fast-compare cannot handle circular refs"), !1;
1217
+ throw i;
1218
+ }
1219
+ }, tt;
1220
+ }
1221
+ var ir = sr();
1222
+ const cr = /* @__PURE__ */ ze(ir);
1223
+ var lr = Qt();
1224
+ const ur = /* @__PURE__ */ ze(lr);
1225
+ var we = {
1226
+ BODY: "bodyAttributes",
1227
+ HTML: "htmlAttributes",
1228
+ TITLE: "titleAttributes"
1229
+ }, O = {
1230
+ BASE: "base",
1231
+ BODY: "body",
1232
+ HEAD: "head",
1233
+ HTML: "html",
1234
+ LINK: "link",
1235
+ META: "meta",
1236
+ NOSCRIPT: "noscript",
1237
+ SCRIPT: "script",
1238
+ STYLE: "style",
1239
+ TITLE: "title"
1240
+ }, Mt = Object.keys(O).map(function(t) {
1241
+ return O[t];
1242
+ }), W = {
1243
+ CHARSET: "charset",
1244
+ CSS_TEXT: "cssText",
1245
+ HREF: "href",
1246
+ HTTPEQUIV: "http-equiv",
1247
+ INNER_HTML: "innerHTML",
1248
+ ITEM_PROP: "itemprop",
1249
+ NAME: "name",
1250
+ PROPERTY: "property",
1251
+ REL: "rel",
1252
+ SRC: "src",
1253
+ TARGET: "target"
1254
+ }, We = {
1255
+ accesskey: "accessKey",
1256
+ charset: "charSet",
1257
+ class: "className",
1258
+ contenteditable: "contentEditable",
1259
+ contextmenu: "contextMenu",
1260
+ "http-equiv": "httpEquiv",
1261
+ itemprop: "itemProp",
1262
+ tabindex: "tabIndex"
1263
+ }, je = {
1264
+ DEFAULT_TITLE: "defaultTitle",
1265
+ DEFER: "defer",
1266
+ ENCODE_SPECIAL_CHARACTERS: "encodeSpecialCharacters",
1267
+ ON_CHANGE_CLIENT_STATE: "onChangeClientState",
1268
+ TITLE_TEMPLATE: "titleTemplate"
1269
+ }, dr = Object.keys(We).reduce(function(t, e) {
1270
+ return t[We[e]] = e, t;
1271
+ }, {}), fr = [O.NOSCRIPT, O.SCRIPT, O.STYLE], ie = "data-react-helmet", hr = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
1272
+ return typeof t;
1273
+ } : function(t) {
1274
+ return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
1275
+ }, pr = function(t, e) {
1276
+ if (!(t instanceof e))
1277
+ throw new TypeError("Cannot call a class as a function");
1278
+ }, mr = /* @__PURE__ */ (function() {
1279
+ function t(e, o) {
1280
+ for (var n = 0; n < o.length; n++) {
1281
+ var a = o[n];
1282
+ a.enumerable = a.enumerable || !1, a.configurable = !0, "value" in a && (a.writable = !0), Object.defineProperty(e, a.key, a);
1283
+ }
1284
+ }
1285
+ return function(e, o, n) {
1286
+ return o && t(e.prototype, o), n && t(e, n), e;
1287
+ };
1288
+ })(), re = Object.assign || function(t) {
1289
+ for (var e = 1; e < arguments.length; e++) {
1290
+ var o = arguments[e];
1291
+ for (var n in o)
1292
+ Object.prototype.hasOwnProperty.call(o, n) && (t[n] = o[n]);
1293
+ }
1294
+ return t;
1295
+ }, vr = function(t, e) {
1296
+ if (typeof e != "function" && e !== null)
1297
+ throw new TypeError("Super expression must either be null or a function, not " + typeof e);
1298
+ t.prototype = Object.create(e && e.prototype, {
1299
+ constructor: {
1300
+ value: t,
1301
+ enumerable: !1,
1302
+ writable: !0,
1303
+ configurable: !0
1304
+ }
1305
+ }), e && (Object.setPrototypeOf ? Object.setPrototypeOf(t, e) : t.__proto__ = e);
1306
+ }, Dt = function(t, e) {
1307
+ var o = {};
1308
+ for (var n in t)
1309
+ e.indexOf(n) >= 0 || Object.prototype.hasOwnProperty.call(t, n) && (o[n] = t[n]);
1310
+ return o;
1311
+ }, gr = function(t, e) {
1312
+ if (!t)
1313
+ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
1314
+ return e && (typeof e == "object" || typeof e == "function") ? e : t;
1315
+ }, at = function(e) {
1316
+ var o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0;
1317
+ return o === !1 ? String(e) : String(e).replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&#x27;");
1318
+ }, _r = function(e) {
1319
+ var o = Ne(e, O.TITLE), n = Ne(e, je.TITLE_TEMPLATE);
1320
+ if (n && o)
1321
+ return n.replace(/%s/g, function() {
1322
+ return Array.isArray(o) ? o.join("") : o;
1323
+ });
1324
+ var a = Ne(e, je.DEFAULT_TITLE);
1325
+ return o || a || void 0;
1326
+ }, yr = function(e) {
1327
+ return Ne(e, je.ON_CHANGE_CLIENT_STATE) || function() {
1328
+ };
1329
+ }, nt = function(e, o) {
1330
+ return o.filter(function(n) {
1331
+ return typeof n[e] < "u";
1332
+ }).map(function(n) {
1333
+ return n[e];
1334
+ }).reduce(function(n, a) {
1335
+ return re({}, n, a);
1336
+ }, {});
1337
+ }, br = function(e, o) {
1338
+ return o.filter(function(n) {
1339
+ return typeof n[O.BASE] < "u";
1340
+ }).map(function(n) {
1341
+ return n[O.BASE];
1342
+ }).reverse().reduce(function(n, a) {
1343
+ if (!n.length)
1344
+ for (var r = Object.keys(a), l = 0; l < r.length; l++) {
1345
+ var c = r[l], i = c.toLowerCase();
1346
+ if (e.indexOf(i) !== -1 && a[i])
1347
+ return n.concat(a);
1348
+ }
1349
+ return n;
1350
+ }, []);
1351
+ }, Re = function(e, o, n) {
1352
+ var a = {};
1353
+ return n.filter(function(r) {
1354
+ return Array.isArray(r[e]) ? !0 : (typeof r[e] < "u" && it("Helmet: " + e + ' should be of type "Array". Instead found type "' + hr(r[e]) + '"'), !1);
1355
+ }).map(function(r) {
1356
+ return r[e];
1357
+ }).reverse().reduce(function(r, l) {
1358
+ var c = {};
1359
+ l.filter(function(f) {
1360
+ for (var v = void 0, E = Object.keys(f), m = 0; m < E.length; m++) {
1361
+ var y = E[m], b = y.toLowerCase();
1362
+ o.indexOf(b) !== -1 && !(v === W.REL && f[v].toLowerCase() === "canonical") && !(b === W.REL && f[b].toLowerCase() === "stylesheet") && (v = b), o.indexOf(y) !== -1 && (y === W.INNER_HTML || y === W.CSS_TEXT || y === W.ITEM_PROP) && (v = y);
1363
+ }
1364
+ if (!v || !f[v])
1365
+ return !1;
1366
+ var I = f[v].toLowerCase();
1367
+ return a[v] || (a[v] = {}), c[v] || (c[v] = {}), a[v][I] ? !1 : (c[v][I] = !0, !0);
1368
+ }).reverse().forEach(function(f) {
1369
+ return r.push(f);
1370
+ });
1371
+ for (var i = Object.keys(c), u = 0; u < i.length; u++) {
1372
+ var d = i[u], h = ur({}, a[d], c[d]);
1373
+ a[d] = h;
1374
+ }
1375
+ return r;
1376
+ }, []).reverse();
1377
+ }, Ne = function(e, o) {
1378
+ for (var n = e.length - 1; n >= 0; n--) {
1379
+ var a = e[n];
1380
+ if (a.hasOwnProperty(o))
1381
+ return a[o];
1382
+ }
1383
+ return null;
1384
+ }, Tr = function(e) {
1385
+ return {
1386
+ baseTag: br([W.HREF, W.TARGET], e),
1387
+ bodyAttributes: nt(we.BODY, e),
1388
+ defer: Ne(e, je.DEFER),
1389
+ encode: Ne(e, je.ENCODE_SPECIAL_CHARACTERS),
1390
+ htmlAttributes: nt(we.HTML, e),
1391
+ linkTags: Re(O.LINK, [W.REL, W.HREF], e),
1392
+ metaTags: Re(O.META, [W.NAME, W.CHARSET, W.HTTPEQUIV, W.PROPERTY, W.ITEM_PROP], e),
1393
+ noscriptTags: Re(O.NOSCRIPT, [W.INNER_HTML], e),
1394
+ onChangeClientState: yr(e),
1395
+ scriptTags: Re(O.SCRIPT, [W.SRC, W.INNER_HTML], e),
1396
+ styleTags: Re(O.STYLE, [W.CSS_TEXT], e),
1397
+ title: _r(e),
1398
+ titleAttributes: nt(we.TITLE, e)
1399
+ };
1400
+ }, st = (function() {
1401
+ var t = Date.now();
1402
+ return function(e) {
1403
+ var o = Date.now();
1404
+ o - t > 16 ? (t = o, e(o)) : setTimeout(function() {
1405
+ st(e);
1406
+ }, 0);
1407
+ };
1408
+ })(), jt = function(e) {
1409
+ return clearTimeout(e);
1410
+ }, wr = typeof window < "u" ? window.requestAnimationFrame && window.requestAnimationFrame.bind(window) || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || st : global.requestAnimationFrame || st, Er = typeof window < "u" ? window.cancelAnimationFrame || window.webkitCancelAnimationFrame || window.mozCancelAnimationFrame || jt : global.cancelAnimationFrame || jt, it = function(e) {
1411
+ return console && typeof console.warn == "function" && console.warn(e);
1412
+ }, Le = null, Cr = function(e) {
1413
+ Le && Er(Le), e.defer ? Le = wr(function() {
1414
+ Bt(e, function() {
1415
+ Le = null;
1416
+ });
1417
+ }) : (Bt(e), Le = null);
1418
+ }, Bt = function(e, o) {
1419
+ var n = e.baseTag, a = e.bodyAttributes, r = e.htmlAttributes, l = e.linkTags, c = e.metaTags, i = e.noscriptTags, u = e.onChangeClientState, d = e.scriptTags, h = e.styleTags, f = e.title, v = e.titleAttributes;
1420
+ ct(O.BODY, a), ct(O.HTML, r), Sr(f, v);
1421
+ var E = {
1422
+ baseTag: Pe(O.BASE, n),
1423
+ linkTags: Pe(O.LINK, l),
1424
+ metaTags: Pe(O.META, c),
1425
+ noscriptTags: Pe(O.NOSCRIPT, i),
1426
+ scriptTags: Pe(O.SCRIPT, d),
1427
+ styleTags: Pe(O.STYLE, h)
1428
+ }, m = {}, y = {};
1429
+ Object.keys(E).forEach(function(b) {
1430
+ var I = E[b], N = I.newTags, M = I.oldTags;
1431
+ N.length && (m[b] = N), M.length && (y[b] = E[b].oldTags);
1432
+ }), o && o(), u(e, m, y);
1433
+ }, Zt = function(e) {
1434
+ return Array.isArray(e) ? e.join("") : e;
1435
+ }, Sr = function(e, o) {
1436
+ typeof e < "u" && document.title !== e && (document.title = Zt(e)), ct(O.TITLE, o);
1437
+ }, ct = function(e, o) {
1438
+ var n = document.getElementsByTagName(e)[0];
1439
+ if (n) {
1440
+ for (var a = n.getAttribute(ie), r = a ? a.split(",") : [], l = [].concat(r), c = Object.keys(o), i = 0; i < c.length; i++) {
1441
+ var u = c[i], d = o[u] || "";
1442
+ n.getAttribute(u) !== d && n.setAttribute(u, d), r.indexOf(u) === -1 && r.push(u);
1443
+ var h = l.indexOf(u);
1444
+ h !== -1 && l.splice(h, 1);
1445
+ }
1446
+ for (var f = l.length - 1; f >= 0; f--)
1447
+ n.removeAttribute(l[f]);
1448
+ r.length === l.length ? n.removeAttribute(ie) : n.getAttribute(ie) !== c.join(",") && n.setAttribute(ie, c.join(","));
1449
+ }
1450
+ }, Pe = function(e, o) {
1451
+ var n = document.head || document.querySelector(O.HEAD), a = n.querySelectorAll(e + "[" + ie + "]"), r = Array.prototype.slice.call(a), l = [], c = void 0;
1452
+ return o && o.length && o.forEach(function(i) {
1453
+ var u = document.createElement(e);
1454
+ for (var d in i)
1455
+ if (i.hasOwnProperty(d))
1456
+ if (d === W.INNER_HTML)
1457
+ u.innerHTML = i.innerHTML;
1458
+ else if (d === W.CSS_TEXT)
1459
+ u.styleSheet ? u.styleSheet.cssText = i.cssText : u.appendChild(document.createTextNode(i.cssText));
1460
+ else {
1461
+ var h = typeof i[d] > "u" ? "" : i[d];
1462
+ u.setAttribute(d, h);
1463
+ }
1464
+ u.setAttribute(ie, "true"), r.some(function(f, v) {
1465
+ return c = v, u.isEqualNode(f);
1466
+ }) ? r.splice(c, 1) : l.push(u);
1467
+ }), r.forEach(function(i) {
1468
+ return i.parentNode.removeChild(i);
1469
+ }), l.forEach(function(i) {
1470
+ return n.appendChild(i);
1471
+ }), {
1472
+ oldTags: r,
1473
+ newTags: l
1474
+ };
1475
+ }, en = function(e) {
1476
+ return Object.keys(e).reduce(function(o, n) {
1477
+ var a = typeof e[n] < "u" ? n + '="' + e[n] + '"' : "" + n;
1478
+ return o ? o + " " + a : a;
1479
+ }, "");
1480
+ }, Pr = function(e, o, n, a) {
1481
+ var r = en(n), l = Zt(o);
1482
+ return r ? "<" + e + " " + ie + '="true" ' + r + ">" + at(l, a) + "</" + e + ">" : "<" + e + " " + ie + '="true">' + at(l, a) + "</" + e + ">";
1483
+ }, Ir = function(e, o, n) {
1484
+ return o.reduce(function(a, r) {
1485
+ var l = Object.keys(r).filter(function(u) {
1486
+ return !(u === W.INNER_HTML || u === W.CSS_TEXT);
1487
+ }).reduce(function(u, d) {
1488
+ var h = typeof r[d] > "u" ? d : d + '="' + at(r[d], n) + '"';
1489
+ return u ? u + " " + h : h;
1490
+ }, ""), c = r.innerHTML || r.cssText || "", i = fr.indexOf(e) === -1;
1491
+ return a + "<" + e + " " + ie + '="true" ' + l + (i ? "/>" : ">" + c + "</" + e + ">");
1492
+ }, "");
1493
+ }, tn = function(e) {
1494
+ var o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
1495
+ return Object.keys(e).reduce(function(n, a) {
1496
+ return n[We[a] || a] = e[a], n;
1497
+ }, o);
1498
+ }, Ar = function(e) {
1499
+ var o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
1500
+ return Object.keys(e).reduce(function(n, a) {
1501
+ return n[dr[a] || a] = e[a], n;
1502
+ }, o);
1503
+ }, kr = function(e, o, n) {
1504
+ var a, r = (a = {
1505
+ key: o
1506
+ }, a[ie] = !0, a), l = tn(n, r);
1507
+ return [ke.createElement(O.TITLE, l, o)];
1508
+ }, Nr = function(e, o) {
1509
+ return o.map(function(n, a) {
1510
+ var r, l = (r = {
1511
+ key: a
1512
+ }, r[ie] = !0, r);
1513
+ return Object.keys(n).forEach(function(c) {
1514
+ var i = We[c] || c;
1515
+ if (i === W.INNER_HTML || i === W.CSS_TEXT) {
1516
+ var u = n.innerHTML || n.cssText;
1517
+ l.dangerouslySetInnerHTML = { __html: u };
1518
+ } else
1519
+ l[i] = n[c];
1520
+ }), ke.createElement(e, l);
1521
+ });
1522
+ }, ue = function(e, o, n) {
1523
+ switch (e) {
1524
+ case O.TITLE:
1525
+ return {
1526
+ toComponent: function() {
1527
+ return kr(e, o.title, o.titleAttributes);
1528
+ },
1529
+ toString: function() {
1530
+ return Pr(e, o.title, o.titleAttributes, n);
1531
+ }
1532
+ };
1533
+ case we.BODY:
1534
+ case we.HTML:
1535
+ return {
1536
+ toComponent: function() {
1537
+ return tn(o);
1538
+ },
1539
+ toString: function() {
1540
+ return en(o);
1541
+ }
1542
+ };
1543
+ default:
1544
+ return {
1545
+ toComponent: function() {
1546
+ return Nr(e, o);
1547
+ },
1548
+ toString: function() {
1549
+ return Ir(e, o, n);
1550
+ }
1551
+ };
1552
+ }
1553
+ }, nn = function(e) {
1554
+ var o = e.baseTag, n = e.bodyAttributes, a = e.encode, r = e.htmlAttributes, l = e.linkTags, c = e.metaTags, i = e.noscriptTags, u = e.scriptTags, d = e.styleTags, h = e.title, f = h === void 0 ? "" : h, v = e.titleAttributes;
1555
+ return {
1556
+ base: ue(O.BASE, o, a),
1557
+ bodyAttributes: ue(we.BODY, n, a),
1558
+ htmlAttributes: ue(we.HTML, r, a),
1559
+ link: ue(O.LINK, l, a),
1560
+ meta: ue(O.META, c, a),
1561
+ noscript: ue(O.NOSCRIPT, i, a),
1562
+ script: ue(O.SCRIPT, u, a),
1563
+ style: ue(O.STYLE, d, a),
1564
+ title: ue(O.TITLE, { title: f, titleAttributes: v }, a)
1565
+ };
1566
+ }, xr = function(e) {
1567
+ var o, n;
1568
+ return n = o = (function(a) {
1569
+ vr(r, a);
1570
+ function r() {
1571
+ return pr(this, r), gr(this, a.apply(this, arguments));
1572
+ }
1573
+ return r.prototype.shouldComponentUpdate = function(c) {
1574
+ return !cr(this.props, c);
1575
+ }, r.prototype.mapNestedChildrenToProps = function(c, i) {
1576
+ if (!i)
1577
+ return null;
1578
+ switch (c.type) {
1579
+ case O.SCRIPT:
1580
+ case O.NOSCRIPT:
1581
+ return {
1582
+ innerHTML: i
1583
+ };
1584
+ case O.STYLE:
1585
+ return {
1586
+ cssText: i
1587
+ };
1588
+ }
1589
+ throw new Error("<" + c.type + " /> elements are self-closing and can not contain children. Refer to our API for more information.");
1590
+ }, r.prototype.flattenArrayTypeChildren = function(c) {
1591
+ var i, u = c.child, d = c.arrayTypeChildren, h = c.newChildProps, f = c.nestedChildren;
1592
+ return re({}, d, (i = {}, i[u.type] = [].concat(d[u.type] || [], [re({}, h, this.mapNestedChildrenToProps(u, f))]), i));
1593
+ }, r.prototype.mapObjectTypeChildren = function(c) {
1594
+ var i, u, d = c.child, h = c.newProps, f = c.newChildProps, v = c.nestedChildren;
1595
+ switch (d.type) {
1596
+ case O.TITLE:
1597
+ return re({}, h, (i = {}, i[d.type] = v, i.titleAttributes = re({}, f), i));
1598
+ case O.BODY:
1599
+ return re({}, h, {
1600
+ bodyAttributes: re({}, f)
1601
+ });
1602
+ case O.HTML:
1603
+ return re({}, h, {
1604
+ htmlAttributes: re({}, f)
1605
+ });
1606
+ }
1607
+ return re({}, h, (u = {}, u[d.type] = re({}, f), u));
1608
+ }, r.prototype.mapArrayTypeChildrenToProps = function(c, i) {
1609
+ var u = re({}, i);
1610
+ return Object.keys(c).forEach(function(d) {
1611
+ var h;
1612
+ u = re({}, u, (h = {}, h[d] = c[d], h));
1613
+ }), u;
1614
+ }, r.prototype.warnOnInvalidChildren = function(c, i) {
1615
+ if (process.env.NODE_ENV !== "production") {
1616
+ if (!Mt.some(function(u) {
1617
+ return c.type === u;
1618
+ }))
1619
+ return typeof c.type == "function" ? it("You may be attempting to nest <Helmet> components within each other, which is not allowed. Refer to our API for more information.") : it("Only elements types " + Mt.join(", ") + " are allowed. Helmet does not support rendering <" + c.type + "> elements. Refer to our API for more information.");
1620
+ if (i && typeof i != "string" && (!Array.isArray(i) || i.some(function(u) {
1621
+ return typeof u != "string";
1622
+ })))
1623
+ throw new Error("Helmet expects a string as a child of <" + c.type + ">. Did you forget to wrap your children in braces? ( <" + c.type + ">{``}</" + c.type + "> ) Refer to our API for more information.");
1624
+ }
1625
+ return !0;
1626
+ }, r.prototype.mapChildrenToProps = function(c, i) {
1627
+ var u = this, d = {};
1628
+ return ke.Children.forEach(c, function(h) {
1629
+ if (!(!h || !h.props)) {
1630
+ var f = h.props, v = f.children, E = Dt(f, ["children"]), m = Ar(E);
1631
+ switch (u.warnOnInvalidChildren(h, v), h.type) {
1632
+ case O.LINK:
1633
+ case O.META:
1634
+ case O.NOSCRIPT:
1635
+ case O.SCRIPT:
1636
+ case O.STYLE:
1637
+ d = u.flattenArrayTypeChildren({
1638
+ child: h,
1639
+ arrayTypeChildren: d,
1640
+ newChildProps: m,
1641
+ nestedChildren: v
1642
+ });
1643
+ break;
1644
+ default:
1645
+ i = u.mapObjectTypeChildren({
1646
+ child: h,
1647
+ newProps: i,
1648
+ newChildProps: m,
1649
+ nestedChildren: v
1650
+ });
1651
+ break;
1652
+ }
1653
+ }
1654
+ }), i = this.mapArrayTypeChildrenToProps(d, i), i;
1655
+ }, r.prototype.render = function() {
1656
+ var c = this.props, i = c.children, u = Dt(c, ["children"]), d = re({}, u);
1657
+ return i && (d = this.mapChildrenToProps(i, d)), ke.createElement(e, d);
1658
+ }, mr(r, null, [{
1659
+ key: "canUseDOM",
1660
+ // Component.peek comes from react-side-effect:
1661
+ // For testing, you may use a static peek() method available on the returned component.
1662
+ // It lets you get the current state without resetting the mounted instance stack.
1663
+ // Don’t use it for anything other than testing.
1664
+ /**
1665
+ * @param {Object} base: {"target": "_blank", "href": "http://mysite.com/"}
1666
+ * @param {Object} bodyAttributes: {"className": "root"}
1667
+ * @param {String} defaultTitle: "Default Title"
1668
+ * @param {Boolean} defer: true
1669
+ * @param {Boolean} encodeSpecialCharacters: true
1670
+ * @param {Object} htmlAttributes: {"lang": "en", "amp": undefined}
1671
+ * @param {Array} link: [{"rel": "canonical", "href": "http://mysite.com/example"}]
1672
+ * @param {Array} meta: [{"name": "description", "content": "Test description"}]
1673
+ * @param {Array} noscript: [{"innerHTML": "<img src='http://mysite.com/js/test.js'"}]
1674
+ * @param {Function} onChangeClientState: "(newState) => console.log(newState)"
1675
+ * @param {Array} script: [{"type": "text/javascript", "src": "http://mysite.com/js/test.js"}]
1676
+ * @param {Array} style: [{"type": "text/css", "cssText": "div { display: block; color: blue; }"}]
1677
+ * @param {String} title: "Title"
1678
+ * @param {Object} titleAttributes: {"itemprop": "name"}
1679
+ * @param {String} titleTemplate: "MySite.com - %s"
1680
+ */
1681
+ set: function(c) {
1682
+ e.canUseDOM = c;
1683
+ }
1684
+ }]), r;
1685
+ })(ke.Component), o.propTypes = {
1686
+ base: q.object,
1687
+ bodyAttributes: q.object,
1688
+ children: q.oneOfType([q.arrayOf(q.node), q.node]),
1689
+ defaultTitle: q.string,
1690
+ defer: q.bool,
1691
+ encodeSpecialCharacters: q.bool,
1692
+ htmlAttributes: q.object,
1693
+ link: q.arrayOf(q.object),
1694
+ meta: q.arrayOf(q.object),
1695
+ noscript: q.arrayOf(q.object),
1696
+ onChangeClientState: q.func,
1697
+ script: q.arrayOf(q.object),
1698
+ style: q.arrayOf(q.object),
1699
+ title: q.string,
1700
+ titleAttributes: q.object,
1701
+ titleTemplate: q.string
1702
+ }, o.defaultProps = {
1703
+ defer: !0,
1704
+ encodeSpecialCharacters: !0
1705
+ }, o.peek = e.peek, o.rewind = function() {
1706
+ var a = e.rewind();
1707
+ return a || (a = nn({
1708
+ baseTag: [],
1709
+ bodyAttributes: {},
1710
+ htmlAttributes: {},
1711
+ linkTags: [],
1712
+ metaTags: [],
1713
+ noscriptTags: [],
1714
+ scriptTags: [],
1715
+ styleTags: [],
1716
+ title: "",
1717
+ titleAttributes: {}
1718
+ })), a;
1719
+ }, n;
1720
+ }, Or = function() {
1721
+ return null;
1722
+ }, $r = ar(Tr, Cr, nn)(Or), Ye = xr($r);
1723
+ Ye.renderStatic = Ye.rewind;
1724
+ const Rr = "_metadata_bsge0_1", Lr = "_author_bsge0_9", Mr = "_date_bsge0_10", rt = {
1725
+ metadata: Rr,
1726
+ author: Lr,
1727
+ date: Mr
1728
+ };
1729
+ function lt({ date: t, author: e }) {
1730
+ const { t: o } = Z();
1731
+ return !t && !e ? null : /* @__PURE__ */ T("div", { className: rt.metadata, children: [
1732
+ e && /* @__PURE__ */ T("span", { className: rt.author, children: [
1733
+ /* @__PURE__ */ s(cn, { size: 16, weight: "regular" }),
1734
+ e
378
1735
  ] }),
379
- e && /* @__PURE__ */ d("span", { className: _t.date, children: [
380
- /* @__PURE__ */ t(te, { size: 16, weight: "regular" }),
1736
+ t && /* @__PURE__ */ T("span", { className: rt.date, children: [
1737
+ /* @__PURE__ */ s(ln, { size: 16, weight: "regular" }),
381
1738
  o("ui.lastEdited"),
382
1739
  ": ",
383
- e
1740
+ t
384
1741
  ] })
385
1742
  ] });
386
1743
  }
387
- const Re = "_tableOfContents_9ofak_1", Ae = "_header_9ofak_21", Oe = "_title_9ofak_25", je = "_nav_9ofak_34", We = "_list_9ofak_40", He = "_link_9ofak_47", Fe = "_active_9ofak_71", qe = "_level1_9ofak_87", ze = "_level2_9ofak_93", Ue = "_level3_9ofak_98", Ke = "_level4_9ofak_104", Ge = "_level5_9ofak_110", Qe = "_level6_9ofak_116", F = {
388
- tableOfContents: Re,
389
- header: Ae,
390
- title: Oe,
391
- nav: je,
392
- list: We,
393
- link: He,
394
- active: Fe,
395
- level1: qe,
396
- level2: ze,
397
- level3: Ue,
398
- level4: Ke,
399
- level5: Ge,
400
- level6: Qe
1744
+ const Dr = "_tableOfContents_9ofak_1", jr = "_header_9ofak_21", Br = "_title_9ofak_25", Hr = "_nav_9ofak_34", Fr = "_list_9ofak_40", qr = "_link_9ofak_47", Wr = "_active_9ofak_71", Yr = "_level1_9ofak_87", Ur = "_level2_9ofak_93", zr = "_level3_9ofak_98", Gr = "_level4_9ofak_104", Vr = "_level5_9ofak_110", Xr = "_level6_9ofak_116", de = {
1745
+ tableOfContents: Dr,
1746
+ header: jr,
1747
+ title: Br,
1748
+ nav: Hr,
1749
+ list: Fr,
1750
+ link: qr,
1751
+ active: Wr,
1752
+ level1: Yr,
1753
+ level2: Ur,
1754
+ level3: zr,
1755
+ level4: Gr,
1756
+ level5: Vr,
1757
+ level6: Xr
401
1758
  };
402
- function Xe({
403
- content: e,
404
- englishContent: n
1759
+ function Kr({
1760
+ content: t,
1761
+ englishContent: e
405
1762
  }) {
406
- const { t: o } = A(), a = Q(), c = X(), [s, l] = y([]), [g, h] = y(""), u = G(null);
407
- S(() => {
408
- h(""), (() => {
409
- const _ = /^(#{1,6})\s+(.+)$/gm, v = [];
410
- let w = _.exec(e);
411
- const r = [];
412
- for (; w !== null; ) {
413
- const D = w[1].length, H = w[2].trim();
414
- r.push({ level: D, text: H }), w = _.exec(e);
1763
+ const { t: o } = Z(), n = Ee(), a = _e(), [r, l] = F([]), [c, i] = F(""), u = ge(null);
1764
+ z(() => {
1765
+ i(""), (() => {
1766
+ const f = /^(#{1,6})\s+(.+)$/gm, v = [];
1767
+ let E = f.exec(t);
1768
+ const m = [];
1769
+ for (; E !== null; ) {
1770
+ const N = E[1].length, M = E[2].trim();
1771
+ m.push({ level: N, text: M }), E = f.exec(t);
415
1772
  }
416
- const m = /^(#{1,6})\s+(.+)$/gm;
417
- let N = m.exec(n), I = 0;
418
- for (; N !== null && I < r.length; ) {
419
- const D = N[2].trim(), H = Z(D);
1773
+ const y = /^(#{1,6})\s+(.+)$/gm;
1774
+ let b = y.exec(e), I = 0;
1775
+ for (; b !== null && I < m.length; ) {
1776
+ const N = b[2].trim(), M = Ae(N);
420
1777
  v.push({
421
- id: H,
422
- text: r[I].text,
1778
+ id: M,
1779
+ text: m[I].text,
423
1780
  // Use localized text for display
424
- level: r[I].level
425
- }), I++, N = m.exec(n);
1781
+ level: m[I].level
1782
+ }), I++, b = y.exec(e);
426
1783
  }
427
1784
  l(v);
428
1785
  })();
429
- }, [e, n]), S(() => {
430
- if (s.length === 0) return;
431
- const f = setTimeout(() => {
432
- const _ = s.filter(
1786
+ }, [t, e]), z(() => {
1787
+ if (r.length === 0) return;
1788
+ const h = setTimeout(() => {
1789
+ const f = r.filter(
433
1790
  (v) => !document.getElementById(v.id)
434
1791
  );
435
- _.length > 0 && console.warn("Some heading elements not found:", _);
1792
+ f.length > 0 && console.warn("Some heading elements not found:", f);
436
1793
  }, 100);
437
- return () => clearTimeout(f);
438
- }, [s]), S(() => {
439
- if (s.length === 0) return;
1794
+ return () => clearTimeout(h);
1795
+ }, [r]), z(() => {
1796
+ if (r.length === 0) return;
440
1797
  u.current && u.current.disconnect();
441
- const f = setTimeout(() => {
442
- const _ = s.map((v) => document.getElementById(v.id)).filter(Boolean);
443
- _.length !== 0 && (u.current = new IntersectionObserver(
1798
+ const h = setTimeout(() => {
1799
+ const f = r.map((v) => document.getElementById(v.id)).filter(Boolean);
1800
+ f.length !== 0 && (u.current = new IntersectionObserver(
444
1801
  (v) => {
445
- const w = v.filter((r) => r.isIntersecting);
446
- if (w.length > 0) {
447
- const r = w.reduce((m, N) => m.boundingClientRect.top < N.boundingClientRect.top ? m : N);
448
- h(r.target.id);
1802
+ const E = v.filter((m) => m.isIntersecting);
1803
+ if (E.length > 0) {
1804
+ const m = E.reduce((y, b) => y.boundingClientRect.top < b.boundingClientRect.top ? y : b);
1805
+ i(m.target.id);
449
1806
  }
450
1807
  },
451
1808
  {
452
1809
  rootMargin: "-80px 0% -80% 0%",
453
1810
  threshold: 0
454
1811
  }
455
- ), _.forEach((v) => {
1812
+ ), f.forEach((v) => {
456
1813
  u.current && u.current.observe(v);
457
1814
  }));
458
1815
  }, 150);
459
1816
  return () => {
460
- clearTimeout(f), u.current && u.current.disconnect();
1817
+ clearTimeout(h), u.current && u.current.disconnect();
461
1818
  };
462
- }, [s]), S(() => () => {
1819
+ }, [r]), z(() => () => {
463
1820
  u.current && u.current.disconnect();
464
1821
  }, []);
465
- const i = (f) => {
466
- const _ = document.getElementById(f);
467
- if (_) {
468
- const v = new URLSearchParams(a.search);
469
- v.set("a", f), c(
470
- `${a.pathname}?${v.toString()}${a.hash}`,
1822
+ const d = (h) => {
1823
+ const f = document.getElementById(h);
1824
+ if (f) {
1825
+ const v = new URLSearchParams(n.search);
1826
+ v.set("a", h), a(
1827
+ `${n.pathname}?${v.toString()}${n.hash}`,
471
1828
  {
472
1829
  replace: !0
473
1830
  }
474
1831
  );
475
- const m = _.getBoundingClientRect().top + window.pageYOffset - 80;
1832
+ const y = f.getBoundingClientRect().top + window.pageYOffset - 80;
476
1833
  window.scrollTo({
477
- top: m,
1834
+ top: y,
478
1835
  behavior: "smooth"
479
1836
  });
480
1837
  }
481
1838
  };
482
- return s.length === 0 ? null : /* @__PURE__ */ d("aside", { className: F.tableOfContents, children: [
483
- /* @__PURE__ */ t("div", { className: F.header, children: /* @__PURE__ */ t("span", { className: F.title, children: o("ui.onThisPage", "On this page") }) }),
484
- /* @__PURE__ */ t("nav", { className: F.nav, children: /* @__PURE__ */ t("ul", { className: F.list, children: s.map((f) => /* @__PURE__ */ t("li", { className: F.item, children: /* @__PURE__ */ t(
1839
+ return r.length === 0 ? null : /* @__PURE__ */ T("aside", { className: de.tableOfContents, children: [
1840
+ /* @__PURE__ */ s("div", { className: de.header, children: /* @__PURE__ */ s("span", { className: de.title, children: o("ui.onThisPage", "On this page") }) }),
1841
+ /* @__PURE__ */ s("nav", { className: de.nav, children: /* @__PURE__ */ s("ul", { className: de.list, children: r.map((h) => /* @__PURE__ */ s("li", { className: de.item, children: /* @__PURE__ */ s(
485
1842
  "button",
486
1843
  {
487
- className: `${F.link} ${F[`level${f.level}`]} ${g === f.id ? F.active : ""}`,
488
- onClick: () => i(f.id),
1844
+ className: `${de.link} ${de[`level${h.level}`]} ${c === h.id ? de.active : ""}`,
1845
+ onClick: () => d(h.id),
489
1846
  type: "button",
490
- children: f.text
1847
+ children: h.text
491
1848
  }
492
- ) }, f.id)) }) })
1849
+ ) }, h.id)) }) })
493
1850
  ] });
494
1851
  }
495
- const Ye = "_overlay_1e1d4_1", Ve = "_modal_1e1d4_26", Je = "_header_1e1d4_50", Ze = "_title_1e1d4_58", tn = "_closeButton_1e1d4_65", en = "_results_1e1d4_86", nn = "_resultsList_1e1d4_94", an = "_resultItem_1e1d4_100", on = "_resultTitle_1e1d4_119", sn = "_resultSlug_1e1d4_124", cn = "_noResults_1e1d4_130", W = {
496
- overlay: Ye,
497
- modal: Ve,
498
- header: Je,
499
- title: Ze,
500
- closeButton: tn,
501
- results: en,
502
- resultsList: nn,
503
- resultItem: an,
504
- resultTitle: on,
505
- resultSlug: sn,
506
- noResults: cn
1852
+ const Qr = "_overlay_1e1d4_1", Jr = "_modal_1e1d4_26", Zr = "_header_1e1d4_50", eo = "_title_1e1d4_58", to = "_closeButton_1e1d4_65", no = "_results_1e1d4_86", ro = "_resultsList_1e1d4_94", oo = "_resultItem_1e1d4_100", ao = "_resultTitle_1e1d4_119", so = "_resultSlug_1e1d4_124", io = "_noResults_1e1d4_130", se = {
1853
+ overlay: Qr,
1854
+ modal: Jr,
1855
+ header: Zr,
1856
+ title: eo,
1857
+ closeButton: to,
1858
+ results: no,
1859
+ resultsList: ro,
1860
+ resultItem: oo,
1861
+ resultTitle: ao,
1862
+ resultSlug: so,
1863
+ noResults: io
507
1864
  };
508
- function rn({
509
- tag: e,
510
- results: n,
1865
+ function co({
1866
+ tag: t,
1867
+ results: e,
511
1868
  language: o,
512
- onClose: a
1869
+ onClose: n
513
1870
  }) {
514
- const { t: c } = A(), { config: s } = O(), l = X(), g = (h) => {
515
- const u = s.basePath || "";
516
- l(`${u}/${o}/${h}`), a();
1871
+ const { t: a } = Z(), { config: r } = ee(), l = _e(), c = (i) => {
1872
+ const u = r.basePath || "";
1873
+ l(`${u}/${o}/${i}`), n();
517
1874
  };
518
- return Ft(
519
- /* @__PURE__ */ t("div", { className: W.overlay, onClick: a, children: /* @__PURE__ */ d("div", { className: W.modal, onClick: (h) => h.stopPropagation(), children: [
520
- /* @__PURE__ */ d("div", { className: W.header, children: [
521
- /* @__PURE__ */ d("h2", { className: W.title, children: [
522
- c("ui.tagResults"),
1875
+ return Wt(
1876
+ /* @__PURE__ */ s("div", { className: se.overlay, onClick: n, children: /* @__PURE__ */ T("div", { className: se.modal, onClick: (i) => i.stopPropagation(), children: [
1877
+ /* @__PURE__ */ T("div", { className: se.header, children: [
1878
+ /* @__PURE__ */ T("h2", { className: se.title, children: [
1879
+ a("ui.tagResults"),
523
1880
  ": ",
524
- e
1881
+ t
525
1882
  ] }),
526
- /* @__PURE__ */ t(
1883
+ /* @__PURE__ */ s(
527
1884
  "button",
528
1885
  {
529
1886
  type: "button",
530
- className: W.closeButton,
531
- onClick: a,
1887
+ className: se.closeButton,
1888
+ onClick: n,
532
1889
  "aria-label": "Close",
533
- children: /* @__PURE__ */ t(bt, {})
1890
+ children: /* @__PURE__ */ s(dt, {})
534
1891
  }
535
1892
  )
536
1893
  ] }),
537
- /* @__PURE__ */ t("div", { className: W.results, children: n.length === 0 ? /* @__PURE__ */ t("div", { className: W.noResults, children: c("ui.noTagResults") }) : /* @__PURE__ */ t("ul", { className: W.resultsList, children: n.map((h) => /* @__PURE__ */ t("li", { children: /* @__PURE__ */ d(
1894
+ /* @__PURE__ */ s("div", { className: se.results, children: e.length === 0 ? /* @__PURE__ */ s("div", { className: se.noResults, children: a("ui.noTagResults") }) : /* @__PURE__ */ s("ul", { className: se.resultsList, children: e.map((i) => /* @__PURE__ */ s("li", { children: /* @__PURE__ */ T(
538
1895
  "button",
539
1896
  {
540
1897
  type: "button",
541
- className: W.resultItem,
542
- onClick: () => g(h.slug),
1898
+ className: se.resultItem,
1899
+ onClick: () => c(i.slug),
543
1900
  children: [
544
- /* @__PURE__ */ t("div", { className: W.resultTitle, children: h.title }),
545
- /* @__PURE__ */ d("div", { className: W.resultSlug, children: [
1901
+ /* @__PURE__ */ s("div", { className: se.resultTitle, children: i.title }),
1902
+ /* @__PURE__ */ T("div", { className: se.resultSlug, children: [
546
1903
  "/",
547
- h.slug
1904
+ i.slug
548
1905
  ] })
549
1906
  ]
550
1907
  }
551
- ) }, h.slug)) }) })
1908
+ ) }, i.slug)) }) })
552
1909
  ] }) }),
553
1910
  document.body
554
1911
  );
555
1912
  }
556
- const ln = "_tags_11t8a_1", dn = "_compact_11t8a_9", un = "_tagLabel_11t8a_15", hn = "_tagIcon_11t8a_25", mn = "_tagList_11t8a_30", gn = "_tag_11t8a_1", J = {
557
- tags: ln,
558
- compact: dn,
559
- tagLabel: un,
560
- tagIcon: hn,
561
- tagList: mn,
562
- tag: gn
1913
+ const lo = "_tags_11t8a_1", uo = "_compact_11t8a_9", fo = "_tagLabel_11t8a_15", ho = "_tagIcon_11t8a_25", po = "_tagList_11t8a_30", mo = "_tag_11t8a_1", Ie = {
1914
+ tags: lo,
1915
+ compact: uo,
1916
+ tagLabel: fo,
1917
+ tagIcon: ho,
1918
+ tagList: po,
1919
+ tag: mo
563
1920
  };
564
- function _n({ tags: e, variant: n = "default", onTagClick: o }) {
565
- const { t: a } = A();
566
- if (!e || e.length === 0) return null;
567
- const c = (s) => {
568
- o && o(s);
1921
+ function vo({ tags: t, variant: e = "default", onTagClick: o }) {
1922
+ const { t: n } = Z();
1923
+ if (!t || t.length === 0) return null;
1924
+ const a = (r) => {
1925
+ o && o(r);
569
1926
  };
570
- return /* @__PURE__ */ d(
1927
+ return /* @__PURE__ */ T(
571
1928
  "div",
572
1929
  {
573
- className: `${J.tags} ${n === "compact" ? J.compact : ""}`,
1930
+ className: `${Ie.tags} ${e === "compact" ? Ie.compact : ""}`,
574
1931
  children: [
575
- n === "default" && /* @__PURE__ */ d("div", { className: J.tagLabel, children: [
576
- /* @__PURE__ */ t(ee, { className: J.tagIcon, weight: "duotone" }),
577
- /* @__PURE__ */ d("span", { children: [
578
- a("ui.tags"),
1932
+ e === "default" && /* @__PURE__ */ T("div", { className: Ie.tagLabel, children: [
1933
+ /* @__PURE__ */ s(un, { className: Ie.tagIcon, weight: "duotone" }),
1934
+ /* @__PURE__ */ T("span", { children: [
1935
+ n("ui.tags"),
579
1936
  ":"
580
1937
  ] })
581
1938
  ] }),
582
- /* @__PURE__ */ t("div", { className: J.tagList, children: e.map((s) => /* @__PURE__ */ t(
1939
+ /* @__PURE__ */ s("div", { className: Ie.tagList, children: t.map((r) => /* @__PURE__ */ s(
583
1940
  "button",
584
1941
  {
585
1942
  type: "button",
586
- className: J.tag,
587
- onClick: () => c(s),
588
- "aria-label": `${a("ui.filterByTag")}: ${s}`,
589
- children: s
1943
+ className: Ie.tag,
1944
+ onClick: () => a(r),
1945
+ "aria-label": `${n("ui.filterByTag")}: ${r}`,
1946
+ children: r
590
1947
  },
591
- s
1948
+ r
592
1949
  )) })
593
1950
  ]
594
1951
  }
595
1952
  );
596
1953
  }
597
- const pn = "_contentPage_1nxj5_1", fn = "_loadingContainer_1nxj5_48", vn = "_errorContainer_1nxj5_49", bn = "_skeletonTitle_1nxj5_71", wn = "_skeletonParagraph_1nxj5_80", Nn = "_skeletonParagraphShort_1nxj5_93", kn = "_errorText_1nxj5_107", xn = "_mdxContent_1nxj5_112", $n = "_withMetadata_1nxj5_125", In = "_codeBlock_1nxj5_300", Cn = "_codeLanguage_1nxj5_304", M = {
598
- contentPage: pn,
599
- loadingContainer: fn,
600
- errorContainer: vn,
601
- skeletonTitle: bn,
602
- skeletonParagraph: wn,
603
- skeletonParagraphShort: Nn,
604
- errorText: kn,
605
- mdxContent: xn,
606
- withMetadata: $n,
607
- codeBlock: In,
608
- codeLanguage: Cn
609
- }, jt = (e) => {
610
- const n = e.match(/^\s*#\s+(.+)\s*(?:\n+|$)/);
611
- return n ? {
612
- title: n[1].trim(),
613
- content: e.replace(/^\s*#\s+.+\s*(?:\n+|$)/, "")
614
- } : { title: void 0, content: e };
1954
+ const go = "_contentPage_818m0_1", _o = "_loadingContainer_818m0_48", yo = "_errorContainer_818m0_49", bo = "_skeletonTitle_818m0_71", To = "_skeletonParagraph_818m0_80", wo = "_skeletonParagraphShort_818m0_93", Eo = "_errorText_818m0_107", Co = "_mdxContent_818m0_112", So = "_withMetadata_818m0_125", Po = "_codeBlock_818m0_300", Io = "_codeLanguage_818m0_304", J = {
1955
+ contentPage: go,
1956
+ loadingContainer: _o,
1957
+ errorContainer: yo,
1958
+ skeletonTitle: bo,
1959
+ skeletonParagraph: To,
1960
+ skeletonParagraphShort: wo,
1961
+ errorText: Eo,
1962
+ mdxContent: Co,
1963
+ withMetadata: So,
1964
+ codeBlock: Po,
1965
+ codeLanguage: Io
1966
+ }, Ht = (t) => {
1967
+ const e = t.match(/^\s*#\s+(.+)\s*(?:\n+|$)/);
1968
+ return e ? {
1969
+ title: e[1].trim(),
1970
+ content: t.replace(/^\s*#\s+.+\s*(?:\n+|$)/, "")
1971
+ } : { title: void 0, content: t };
615
1972
  };
616
- function yn({ language: e }) {
617
- var $t, It, Ct, yt, Lt;
618
- const { slug: n } = vt(), o = Q(), { config: a, loadContent: c, loadEnglishContent: s } = O(), [l, g] = y(""), [h, u] = y(""), [i, f] = y({}), [_, v] = y(!0), [w, r] = y(null), [m, N] = y(!0), [I, D] = y(null), [H, b] = y(""), [x, B] = y({}), j = G(0), z = G([]), st = Qt(o.search), Y = st.advanced;
619
- if (S(() => {
1973
+ function Ao({ language: t }) {
1974
+ var C, L, R, x, D;
1975
+ const { slug: e } = ut(), o = Ee(), { config: n, loadContent: a, loadEnglishContent: r } = ee(), [l, c] = F(""), [i, u] = F(""), [d, h] = F({}), [f, v] = F(!0), [E, m] = F(null), [y, b] = F(!0), [I, N] = F(null), [M, p] = F(""), [$, G] = F({}), V = ge(0), oe = ge([]), he = Xt(o.search), ae = he.advanced;
1976
+ if (z(() => {
620
1977
  (async () => {
621
- if (!n) return;
622
- v(!0), r(null), j.current = 0;
623
- const C = (a == null ? void 0 : a.navigationData) || [];
624
- let P = !0;
625
- for (const k of C)
626
- if ("items" in k) {
627
- const L = k.items.find((V) => V.slug === n);
628
- if (L) {
629
- P = L.showTableOfContents !== !1;
1978
+ if (!e) return;
1979
+ v(!0), m(null), V.current = 0;
1980
+ const S = (n == null ? void 0 : n.navigationData) || [];
1981
+ let k = !0;
1982
+ for (const P of S)
1983
+ if ("items" in P) {
1984
+ const A = P.items.find((Y) => Y.slug === e);
1985
+ if (A) {
1986
+ k = A.showTableOfContents !== !1;
630
1987
  break;
631
1988
  }
632
- } else if (k.slug === n) {
633
- P = k.showTableOfContents !== !1;
1989
+ } else if (P.slug === e) {
1990
+ k = P.showTableOfContents !== !1;
634
1991
  break;
635
1992
  }
636
- N(P);
1993
+ b(k);
637
1994
  try {
638
- let k;
1995
+ let P;
639
1996
  try {
640
- k = await c(e, n, Y);
1997
+ P = await a(t, e, ae);
641
1998
  } catch {
642
- if (Y)
643
- k = await c(e, n, !1);
1999
+ if (ae)
2000
+ P = await a(t, e, !1);
644
2001
  else
645
2002
  throw new Error("Content not found");
646
2003
  }
647
- let L = "";
2004
+ let A = "";
648
2005
  try {
649
- L = await s(n, Y);
2006
+ A = await r(e, ae);
650
2007
  } catch {
651
- Y && (L = await s(n, !1));
2008
+ ae && (A = await r(e, !1));
652
2009
  }
653
- const V = typeof k.frontmatter.title == "string" ? k.frontmatter.title : void 0;
654
- let rt = k.content, lt = L, mt = "";
655
- if (V) {
656
- const it = jt(L), Xt = jt(k.content);
657
- mt = it.title || "", lt = it.content, rt = Xt.content;
2010
+ const Y = typeof P.frontmatter.title == "string" ? P.frontmatter.title : void 0;
2011
+ let w = P.content, Q = A, me = "";
2012
+ if (Y) {
2013
+ const Be = Ht(A), rn = Ht(P.content);
2014
+ me = Be.title || "", Q = Be.content, w = rn.content;
658
2015
  } else
659
- mt = "";
660
- const Tt = /^(#{1,6})\s+(.+)$/gm, St = [];
661
- let gt = Tt.exec(
662
- lt
2016
+ me = "";
2017
+ const xe = /^(#{1,6})\s+(.+)$/gm, mt = [];
2018
+ let Ge = xe.exec(
2019
+ Q
663
2020
  );
664
- for (; gt !== null; ) {
665
- const it = gt[2].trim();
666
- St.push(it), gt = Tt.exec(lt);
2021
+ for (; Ge !== null; ) {
2022
+ const Be = Ge[2].trim();
2023
+ mt.push(Be), Ge = xe.exec(Q);
667
2024
  }
668
- z.current = St, b(mt), u(lt), g(rt), f(k.frontmatter);
669
- } catch (k) {
670
- r(k instanceof Error ? k.message : "Failed to load content");
2025
+ oe.current = mt, p(me), u(Q), c(w), h(P.frontmatter);
2026
+ } catch (P) {
2027
+ m(P instanceof Error ? P.message : "Failed to load content");
671
2028
  } finally {
672
2029
  v(!1);
673
2030
  }
674
2031
  })();
675
2032
  }, [
676
- n,
677
2033
  e,
678
- Y,
679
- a.navigationData,
680
- c,
681
- s
682
- ]), S(() => {
683
- if (!_ && st.anchor) {
684
- const p = setTimeout(() => {
685
- Ot(st.anchor);
2034
+ t,
2035
+ ae,
2036
+ n.navigationData,
2037
+ a,
2038
+ r
2039
+ ]), z(() => {
2040
+ if (!f && he.anchor) {
2041
+ const g = setTimeout(() => {
2042
+ Et(he.anchor);
686
2043
  }, 150);
687
- return () => clearTimeout(p);
2044
+ return () => clearTimeout(g);
688
2045
  }
689
- }, [_, st.anchor]), S(() => {
2046
+ }, [f, he.anchor]), z(() => {
690
2047
  (async () => {
691
- if (!n || !a.showArticleNavigation || !a.navigationData) {
692
- B({});
2048
+ if (!e || !n.showArticleNavigation || !n.navigationData) {
2049
+ G({});
693
2050
  return;
694
2051
  }
695
2052
  try {
696
- const C = await ut(
697
- a.navigationData,
698
- e,
699
- c
700
- ), P = _e(n, C);
701
- B(P);
702
- } catch (C) {
703
- console.error("Failed to calculate adjacent articles:", C), B({});
2053
+ const S = await Ue(
2054
+ n.navigationData,
2055
+ t,
2056
+ a
2057
+ ), k = Cn(e, S);
2058
+ G(k);
2059
+ } catch (S) {
2060
+ console.error("Failed to calculate adjacent articles:", S), G({});
704
2061
  }
705
2062
  })();
706
2063
  }, [
707
- n,
708
2064
  e,
709
- a.showArticleNavigation,
710
- a.navigationData,
711
- c
712
- ]), _)
713
- return /* @__PURE__ */ t("div", { className: M.contentPage, children: /* @__PURE__ */ d("div", { className: M.loadingContainer, children: [
714
- /* @__PURE__ */ t("div", { className: M.skeletonTitle }),
715
- /* @__PURE__ */ t("div", { className: M.skeletonParagraph }),
716
- /* @__PURE__ */ t("div", { className: M.skeletonParagraph }),
717
- /* @__PURE__ */ t("div", { className: M.skeletonParagraphShort })
2065
+ t,
2066
+ n.showArticleNavigation,
2067
+ n.navigationData,
2068
+ a
2069
+ ]), f)
2070
+ return /* @__PURE__ */ s("div", { className: J.contentPage, children: /* @__PURE__ */ T("div", { className: J.loadingContainer, children: [
2071
+ /* @__PURE__ */ s("div", { className: J.skeletonTitle }),
2072
+ /* @__PURE__ */ s("div", { className: J.skeletonParagraph }),
2073
+ /* @__PURE__ */ s("div", { className: J.skeletonParagraph }),
2074
+ /* @__PURE__ */ s("div", { className: J.skeletonParagraphShort })
718
2075
  ] }) });
719
- if (w)
720
- return /* @__PURE__ */ t("div", { className: M.contentPage, children: /* @__PURE__ */ t("div", { className: M.errorContainer, children: /* @__PURE__ */ d("div", { className: M.errorText, children: [
2076
+ if (E)
2077
+ return /* @__PURE__ */ s("div", { className: J.contentPage, children: /* @__PURE__ */ s("div", { className: J.errorContainer, children: /* @__PURE__ */ T("div", { className: J.errorText, children: [
721
2078
  "Error: ",
722
- w
2079
+ E
723
2080
  ] }) }) });
724
- const ct = typeof i.title == "string" && i.title.trim().length > 0, ht = ct ? Z(H || i.title) : "", kt = !!(i.date || i.author);
725
- j.current = 0;
726
- let xt = !1;
727
- const tt = (p, C) => {
728
- p.preventDefault(), Ot(C), fe(C, Y);
729
- };
730
- return /* @__PURE__ */ d(K, { children: [
731
- /* @__PURE__ */ d("div", { className: M.contentPage, children: [
732
- /* @__PURE__ */ t(he, { hasAdvanced: i.hasAdvanced || !1 }),
733
- ct && /* @__PURE__ */ d(K, { children: [
734
- /* @__PURE__ */ t(
2081
+ const pe = typeof d.title == "string" && d.title.trim().length > 0, ye = pe ? Ae(M || d.title) : "", le = !!(d.date || d.author);
2082
+ V.current = 0;
2083
+ let Ce = !1;
2084
+ const K = (g, S) => {
2085
+ g.preventDefault(), Et(S), Pn(S, ae);
2086
+ }, ce = d.title ? `${d.title} | ${n.title}` : n.title, be = d.description || n.description, Se = d.keywords ? typeof d.keywords == "string" ? d.keywords : d.keywords.join(", ") : void 0, _ = d.ogImage ? `${n.basePath ? `${n.basePath}` : ""}/og/${t}/${d.ogImage}` : void 0;
2087
+ return /* @__PURE__ */ T(fe, { children: [
2088
+ /* @__PURE__ */ T(Ye, { children: [
2089
+ /* @__PURE__ */ s("title", { children: ce }),
2090
+ be && /* @__PURE__ */ s("meta", { name: "description", content: be }),
2091
+ Se && /* @__PURE__ */ s("meta", { name: "keywords", content: Se }),
2092
+ _ && /* @__PURE__ */ T(fe, { children: [
2093
+ /* @__PURE__ */ s("meta", { property: "og:image", content: _ }),
2094
+ /* @__PURE__ */ s("meta", { property: "og:title", content: ce }),
2095
+ /* @__PURE__ */ s("meta", { name: "twitter:card", content: "summary_large_image" }),
2096
+ /* @__PURE__ */ s("meta", { name: "twitter:image", content: _ })
2097
+ ] })
2098
+ ] }),
2099
+ /* @__PURE__ */ T("div", { className: J.contentPage, children: [
2100
+ /* @__PURE__ */ s(Tn, { hasAdvanced: d.hasAdvanced || !1 }),
2101
+ pe && /* @__PURE__ */ T(fe, { children: [
2102
+ /* @__PURE__ */ s(Xn, { articleTitle: d.title, language: t }),
2103
+ /* @__PURE__ */ s(
735
2104
  "h1",
736
2105
  {
737
- id: ht,
738
- className: kt ? M.withMetadata : void 0,
739
- children: /* @__PURE__ */ t(
2106
+ id: ye,
2107
+ className: le ? J.withMetadata : void 0,
2108
+ children: /* @__PURE__ */ s(
740
2109
  "a",
741
2110
  {
742
- href: `#${ht}`,
743
- onClick: (p) => tt(p, ht),
2111
+ href: `#${ye}`,
2112
+ onClick: (g) => K(g, ye),
744
2113
  style: { color: "inherit", textDecoration: "none" },
745
- children: i.title
2114
+ children: d.title
746
2115
  }
747
2116
  )
748
2117
  }
749
2118
  ),
750
- kt && /* @__PURE__ */ t(ft, { date: i.date, author: i.author })
2119
+ le && /* @__PURE__ */ s(lt, { date: d.date, author: d.author })
751
2120
  ] }),
752
- /* @__PURE__ */ t("div", { className: M.mdxContent, children: /* @__PURE__ */ t(
753
- re,
2121
+ /* @__PURE__ */ s("div", { className: J.mdxContent, children: /* @__PURE__ */ s(
2122
+ vn,
754
2123
  {
755
- remarkPlugins: [le],
2124
+ remarkPlugins: [gn],
756
2125
  components: {
757
- h1: ({ children: p }) => {
758
- const C = j.current++, P = z.current[C] || "", k = Z(P), L = !xt;
759
- xt = !0;
760
- const V = i.date || i.author;
761
- return /* @__PURE__ */ d(K, { children: [
762
- /* @__PURE__ */ t(
2126
+ h1: ({ children: g }) => {
2127
+ const S = V.current++, k = oe.current[S] || "", P = Ae(k), A = !Ce;
2128
+ Ce = !0;
2129
+ const Y = d.date || d.author;
2130
+ return /* @__PURE__ */ T(fe, { children: [
2131
+ /* @__PURE__ */ s(
763
2132
  "h1",
764
2133
  {
765
- id: k,
766
- className: L && V && !ct ? M.withMetadata : void 0,
767
- children: /* @__PURE__ */ t(
2134
+ id: P,
2135
+ className: A && Y && !pe ? J.withMetadata : void 0,
2136
+ children: /* @__PURE__ */ s(
768
2137
  "a",
769
2138
  {
770
- href: `#${k}`,
771
- onClick: (rt) => tt(rt, k),
2139
+ href: `#${P}`,
2140
+ onClick: (w) => K(w, P),
772
2141
  style: { color: "inherit", textDecoration: "none" },
773
- children: p
2142
+ children: g
774
2143
  }
775
2144
  )
776
2145
  }
777
2146
  ),
778
- L && V && !ct && /* @__PURE__ */ t(
779
- ft,
2147
+ A && Y && !pe && /* @__PURE__ */ s(
2148
+ lt,
780
2149
  {
781
- date: i.date,
782
- author: i.author
2150
+ date: d.date,
2151
+ author: d.author
783
2152
  }
784
2153
  )
785
2154
  ] });
786
2155
  },
787
- h2: ({ children: p }) => {
788
- const C = j.current++, P = z.current[C] || "", k = Z(P);
789
- return /* @__PURE__ */ t("h2", { id: k, children: /* @__PURE__ */ t(
2156
+ h2: ({ children: g }) => {
2157
+ const S = V.current++, k = oe.current[S] || "", P = Ae(k);
2158
+ return /* @__PURE__ */ s("h2", { id: P, children: /* @__PURE__ */ s(
790
2159
  "a",
791
2160
  {
792
- href: `#${k}`,
793
- onClick: (L) => tt(L, k),
2161
+ href: `#${P}`,
2162
+ onClick: (A) => K(A, P),
794
2163
  style: { color: "inherit", textDecoration: "none" },
795
- children: p
2164
+ children: g
796
2165
  }
797
2166
  ) });
798
2167
  },
799
- h3: ({ children: p }) => {
800
- const C = j.current++, P = z.current[C] || "", k = Z(P);
801
- return /* @__PURE__ */ t("h3", { id: k, children: /* @__PURE__ */ t(
2168
+ h3: ({ children: g }) => {
2169
+ const S = V.current++, k = oe.current[S] || "", P = Ae(k);
2170
+ return /* @__PURE__ */ s("h3", { id: P, children: /* @__PURE__ */ s(
802
2171
  "a",
803
2172
  {
804
- href: `#${k}`,
805
- onClick: (L) => tt(L, k),
2173
+ href: `#${P}`,
2174
+ onClick: (A) => K(A, P),
806
2175
  style: { color: "inherit", textDecoration: "none" },
807
- children: p
2176
+ children: g
808
2177
  }
809
2178
  ) });
810
2179
  },
811
- h4: ({ children: p }) => {
812
- const C = j.current++, P = z.current[C] || "", k = Z(P);
813
- return /* @__PURE__ */ t("h4", { id: k, children: /* @__PURE__ */ t(
2180
+ h4: ({ children: g }) => {
2181
+ const S = V.current++, k = oe.current[S] || "", P = Ae(k);
2182
+ return /* @__PURE__ */ s("h4", { id: P, children: /* @__PURE__ */ s(
814
2183
  "a",
815
2184
  {
816
- href: `#${k}`,
817
- onClick: (L) => tt(L, k),
2185
+ href: `#${P}`,
2186
+ onClick: (A) => K(A, P),
818
2187
  style: { color: "inherit", textDecoration: "none" },
819
- children: p
2188
+ children: g
820
2189
  }
821
2190
  ) });
822
2191
  },
823
- h5: ({ children: p }) => {
824
- const C = `h5-${j.current++}`;
825
- return /* @__PURE__ */ t("h5", { id: C, children: p });
2192
+ h5: ({ children: g }) => {
2193
+ const S = `h5-${V.current++}`;
2194
+ return /* @__PURE__ */ s("h5", { id: S, children: g });
826
2195
  },
827
- h6: ({ children: p }) => {
828
- const C = `h6-${j.current++}`;
829
- return /* @__PURE__ */ t("h6", { id: C, children: p });
2196
+ h6: ({ children: g }) => {
2197
+ const S = `h6-${V.current++}`;
2198
+ return /* @__PURE__ */ s("h6", { id: S, children: g });
830
2199
  },
831
- p: ({ children: p }) => /* @__PURE__ */ t("p", { children: p }),
832
- ul: ({ children: p }) => /* @__PURE__ */ t("ul", { children: p }),
833
- ol: ({ children: p }) => /* @__PURE__ */ t("ol", { children: p }),
834
- li: ({ children: p }) => /* @__PURE__ */ t("li", { children: p }),
835
- code: ({ className: p, children: C, ...P }) => {
836
- if (!p)
837
- return /* @__PURE__ */ t("code", { ...P, children: C });
838
- const L = (p == null ? void 0 : p.replace("language-", "")) || "";
839
- return /* @__PURE__ */ d("div", { className: M.codeBlock, children: [
840
- L && /* @__PURE__ */ t("div", { className: M.codeLanguage, children: L }),
841
- /* @__PURE__ */ t("pre", { children: /* @__PURE__ */ t("code", { className: p, ...P, children: C }) })
2200
+ p: ({ children: g }) => /* @__PURE__ */ s("p", { children: g }),
2201
+ ul: ({ children: g }) => /* @__PURE__ */ s("ul", { children: g }),
2202
+ ol: ({ children: g }) => /* @__PURE__ */ s("ol", { children: g }),
2203
+ li: ({ children: g }) => /* @__PURE__ */ s("li", { children: g }),
2204
+ code: ({ className: g, children: S, ...k }) => {
2205
+ if (!g)
2206
+ return /* @__PURE__ */ s("code", { ...k, children: S });
2207
+ const A = (g == null ? void 0 : g.replace("language-", "")) || "";
2208
+ return /* @__PURE__ */ T("div", { className: J.codeBlock, children: [
2209
+ A && /* @__PURE__ */ s("div", { className: J.codeLanguage, children: A }),
2210
+ /* @__PURE__ */ s("pre", { children: /* @__PURE__ */ s("code", { className: g, ...k, children: S }) })
842
2211
  ] });
843
2212
  },
844
- pre: ({ children: p }) => /* @__PURE__ */ t(K, { children: p }),
2213
+ pre: ({ children: g }) => /* @__PURE__ */ s(fe, { children: g }),
845
2214
  // Let code component handle pre styling
846
- blockquote: ({ children: p }) => /* @__PURE__ */ t("blockquote", { children: p }),
847
- a: ({ href: p, children: C, ...P }) => {
848
- if (p != null && p.startsWith("./")) {
849
- const k = p.slice(2), L = pe(
850
- k,
851
- e,
852
- a.basePath
2215
+ blockquote: ({ children: g }) => /* @__PURE__ */ s("blockquote", { children: g }),
2216
+ a: ({ href: g, children: S, ...k }) => {
2217
+ if (g != null && g.startsWith("./")) {
2218
+ const P = g.slice(2), A = Sn(
2219
+ P,
2220
+ t,
2221
+ n.basePath
853
2222
  );
854
- return /* @__PURE__ */ t("a", { href: L, ...P, children: C });
2223
+ return /* @__PURE__ */ s("a", { href: A, ...k, children: S });
855
2224
  }
856
- return p != null && p.startsWith("http://") || p != null && p.startsWith("https://") ? /* @__PURE__ */ t(
2225
+ return g != null && g.startsWith("http://") || g != null && g.startsWith("https://") ? /* @__PURE__ */ s(
857
2226
  "a",
858
2227
  {
859
- href: p,
2228
+ href: g,
860
2229
  target: "_blank",
861
2230
  rel: "noopener noreferrer",
862
- ...P,
863
- children: C
2231
+ ...k,
2232
+ children: S
864
2233
  }
865
- ) : /* @__PURE__ */ t("a", { href: p, ...P, children: C });
2234
+ ) : /* @__PURE__ */ s("a", { href: g, ...k, children: S });
866
2235
  },
867
- strong: ({ children: p }) => /* @__PURE__ */ t("strong", { children: p }),
868
- em: ({ children: p }) => /* @__PURE__ */ t("em", { children: p })
2236
+ strong: ({ children: g }) => /* @__PURE__ */ s("strong", { children: g }),
2237
+ em: ({ children: g }) => /* @__PURE__ */ s("em", { children: g })
869
2238
  },
870
2239
  children: l
871
2240
  }
872
2241
  ) }),
873
- a.articleCTA && /* @__PURE__ */ t("div", { children: a.articleCTA }),
874
- i.tags && i.tags.length > 0 && /* @__PURE__ */ t(
875
- _n,
2242
+ n.articleCTA && /* @__PURE__ */ s("div", { children: n.articleCTA }),
2243
+ d.tags && d.tags.length > 0 && /* @__PURE__ */ s(
2244
+ vo,
876
2245
  {
877
- tags: i.tags,
2246
+ tags: d.tags,
878
2247
  variant: "compact",
879
- onTagClick: (p) => D(p)
2248
+ onTagClick: (g) => N(g)
880
2249
  }
881
2250
  ),
882
- a.showArticleNavigation && /* @__PURE__ */ t(
883
- Ce,
2251
+ n.showArticleNavigation && /* @__PURE__ */ s(
2252
+ Mn,
884
2253
  {
885
- prevSlug: ($t = x.prev) == null ? void 0 : $t.slug,
886
- prevTitle: (It = x.prev) == null ? void 0 : It.title,
887
- nextSlug: (Ct = x.next) == null ? void 0 : Ct.slug,
888
- nextTitle: (yt = x.next) == null ? void 0 : yt.title,
889
- language: e
2254
+ prevSlug: (C = $.prev) == null ? void 0 : C.slug,
2255
+ prevTitle: (L = $.prev) == null ? void 0 : L.title,
2256
+ nextSlug: (R = $.next) == null ? void 0 : R.slug,
2257
+ nextTitle: (x = $.next) == null ? void 0 : x.title,
2258
+ language: t
890
2259
  }
891
2260
  )
892
2261
  ] }),
893
- m && /* @__PURE__ */ t(Xe, { content: l, englishContent: h }),
894
- I && ((Lt = a.tagIndex) == null ? void 0 : Lt[e]) && /* @__PURE__ */ t(
895
- rn,
2262
+ y && /* @__PURE__ */ s(Kr, { content: l, englishContent: i }),
2263
+ I && ((D = n.tagIndex) == null ? void 0 : D[t]) && /* @__PURE__ */ s(
2264
+ co,
896
2265
  {
897
2266
  tag: I,
898
- results: a.tagIndex[e][I] || [],
899
- language: e,
900
- onClose: () => D(null)
2267
+ results: n.tagIndex[t][I] || [],
2268
+ language: t,
2269
+ onClose: () => N(null)
901
2270
  }
902
2271
  )
903
2272
  ] });
904
2273
  }
905
- const Ln = "_searchButton_1k9sl_1", Tn = "_searchIcon_1k9sl_17", Sn = "_searchHint_1k9sl_23", Pn = "_kbd_1k9sl_27", Dn = "_searchOverlay_1k9sl_42", Mn = "_searchModal_1k9sl_67", Bn = "_searchHeader_1k9sl_91", En = "_searchInput_1k9sl_105", Rn = "_closeButton_1k9sl_123", An = "_searchResults_1k9sl_144", On = "_resultsList_1k9sl_152", jn = "_resultItem_1k9sl_158", Wn = "_selected_1k9sl_173", Hn = "_resultTitle_1k9sl_176", Fn = "_resultSlug_1k9sl_180", qn = "_noResults_1k9sl_186", zn = "_searchHints_1k9sl_193", Un = "_hint_1k9sl_210", T = {
906
- searchButton: Ln,
907
- searchIcon: Tn,
908
- searchHint: Sn,
909
- kbd: Pn,
910
- searchOverlay: Dn,
911
- searchModal: Mn,
912
- searchHeader: Bn,
913
- searchInput: En,
914
- closeButton: Rn,
915
- searchResults: An,
916
- resultsList: On,
917
- resultItem: jn,
918
- selected: Wn,
919
- resultTitle: Hn,
920
- resultSlug: Fn,
921
- noResults: qn,
922
- searchHints: zn,
923
- hint: Un
2274
+ const ko = "_searchButton_1k9sl_1", No = "_searchIcon_1k9sl_17", xo = "_searchHint_1k9sl_23", Oo = "_kbd_1k9sl_27", $o = "_searchOverlay_1k9sl_42", Ro = "_searchModal_1k9sl_67", Lo = "_searchHeader_1k9sl_91", Mo = "_searchInput_1k9sl_105", Do = "_closeButton_1k9sl_123", jo = "_searchResults_1k9sl_144", Bo = "_resultsList_1k9sl_152", Ho = "_resultItem_1k9sl_158", Fo = "_selected_1k9sl_173", qo = "_resultTitle_1k9sl_176", Wo = "_resultSlug_1k9sl_180", Yo = "_noResults_1k9sl_186", Uo = "_searchHints_1k9sl_193", zo = "_hint_1k9sl_210", U = {
2275
+ searchButton: ko,
2276
+ searchIcon: No,
2277
+ searchHint: xo,
2278
+ kbd: Oo,
2279
+ searchOverlay: $o,
2280
+ searchModal: Ro,
2281
+ searchHeader: Lo,
2282
+ searchInput: Mo,
2283
+ closeButton: Do,
2284
+ searchResults: jo,
2285
+ resultsList: Bo,
2286
+ resultItem: Ho,
2287
+ selected: Fo,
2288
+ resultTitle: qo,
2289
+ resultSlug: Wo,
2290
+ noResults: Yo,
2291
+ searchHints: Uo,
2292
+ hint: zo
924
2293
  };
925
- function Kn({ language: e }) {
926
- const { t: n } = A(), o = X(), { config: a, loadContent: c } = O(), [s, l] = y(!1), [g, h] = y(""), [u, i] = y([]), [f, _] = y(0), [v, w] = y([]), r = G(null), m = G(null), I = typeof navigator < "u" && /(Mac|iPhone|iPod|iPad)/i.test(navigator.platform) ? "⌘K" : "Ctrl+K";
927
- S(() => {
2294
+ function Go({ language: t }) {
2295
+ const { t: e } = Z(), o = _e(), { config: n, loadContent: a } = ee(), [r, l] = F(!1), [c, i] = F(""), [u, d] = F([]), [h, f] = F(0), [v, E] = F([]), m = ge(null), y = ge(null), I = typeof navigator < "u" && /(Mac|iPhone|iPod|iPad)/i.test(navigator.platform) ? "⌘K" : "Ctrl+K";
2296
+ z(() => {
928
2297
  (async () => {
929
- if (a.navigationData)
2298
+ if (n.navigationData)
930
2299
  try {
931
- const B = (await ut(
932
- a.navigationData,
933
- e,
934
- c
935
- )).flatMap((j) => ot(j) ? j.items.map((z) => ({
936
- title: z.title,
937
- slug: z.slug
938
- })) : [{ title: j.title, slug: j.slug }]);
939
- w(B);
940
- } catch (x) {
941
- console.error("Failed to build search index:", x);
2300
+ const G = (await Ue(
2301
+ n.navigationData,
2302
+ t,
2303
+ a
2304
+ )).flatMap((V) => De(V) ? V.items.map((oe) => ({
2305
+ title: oe.title,
2306
+ slug: oe.slug
2307
+ })) : [{ title: V.title, slug: V.slug }]);
2308
+ E(G);
2309
+ } catch ($) {
2310
+ console.error("Failed to build search index:", $);
942
2311
  }
943
2312
  })();
944
- }, [a.navigationData, e, c]), S(() => {
945
- if (!g.trim()) {
946
- i([]), _(0);
2313
+ }, [n.navigationData, t, a]), z(() => {
2314
+ if (!c.trim()) {
2315
+ d([]), f(0);
947
2316
  return;
948
2317
  }
949
- const b = g.toLowerCase(), x = v.filter(
950
- (B) => B.title.toLowerCase().includes(b) || B.slug.toLowerCase().includes(b)
2318
+ const p = c.toLowerCase(), $ = v.filter(
2319
+ (G) => G.title.toLowerCase().includes(p) || G.slug.toLowerCase().includes(p)
951
2320
  );
952
- i(x), _(0);
953
- }, [g]), S(() => {
954
- const b = (x) => {
955
- (x.metaKey || x.ctrlKey) && x.key === "k" && (x.preventDefault(), l(!0), setTimeout(() => {
956
- var B;
957
- return (B = r.current) == null ? void 0 : B.focus();
958
- }, 100)), x.key === "Escape" && s && (l(!1), h(""));
2321
+ d($), f(0);
2322
+ }, [c]), z(() => {
2323
+ const p = ($) => {
2324
+ ($.metaKey || $.ctrlKey) && $.key === "k" && ($.preventDefault(), l(!0), setTimeout(() => {
2325
+ var G;
2326
+ return (G = m.current) == null ? void 0 : G.focus();
2327
+ }, 100)), $.key === "Escape" && r && (l(!1), i(""));
959
2328
  };
960
- return document.addEventListener("keydown", b), () => document.removeEventListener("keydown", b);
961
- }, [s]), S(() => {
962
- const b = () => {
2329
+ return document.addEventListener("keydown", p), () => document.removeEventListener("keydown", p);
2330
+ }, [r]), z(() => {
2331
+ const p = () => {
963
2332
  l(!0), setTimeout(() => {
964
- var B;
965
- return (B = r.current) == null ? void 0 : B.focus();
2333
+ var G;
2334
+ return (G = m.current) == null ? void 0 : G.focus();
966
2335
  }, 100);
967
- }, x = () => {
968
- l(!1), h("");
2336
+ }, $ = () => {
2337
+ l(!1), i("");
969
2338
  };
970
- return window.addEventListener("blog:open-search", b), window.addEventListener("blog:close-search", x), () => {
971
- window.removeEventListener("blog:open-search", b), window.removeEventListener("blog:close-search", x);
2339
+ return window.addEventListener("blog:open-search", p), window.addEventListener("blog:close-search", $), () => {
2340
+ window.removeEventListener("blog:open-search", p), window.removeEventListener("blog:close-search", $);
972
2341
  };
973
2342
  }, []);
974
- const D = (b) => {
975
- b.key === "ArrowDown" ? (b.preventDefault(), _((x) => Math.min(x + 1, u.length - 1))) : b.key === "ArrowUp" ? (b.preventDefault(), _((x) => Math.max(x - 1, 0))) : b.key === "Enter" && u[f] && (b.preventDefault(), H(u[f].slug));
2343
+ const N = (p) => {
2344
+ p.key === "ArrowDown" ? (p.preventDefault(), f(($) => Math.min($ + 1, u.length - 1))) : p.key === "ArrowUp" ? (p.preventDefault(), f(($) => Math.max($ - 1, 0))) : p.key === "Enter" && u[h] && (p.preventDefault(), M(u[h].slug));
976
2345
  };
977
- S(() => {
978
- const b = (x) => {
979
- m.current && !m.current.contains(x.target) && (l(!1), h(""));
2346
+ z(() => {
2347
+ const p = ($) => {
2348
+ y.current && !y.current.contains($.target) && (l(!1), i(""));
980
2349
  };
981
- return s && document.addEventListener("mousedown", b), () => document.removeEventListener("mousedown", b);
982
- }, [s]);
983
- const H = (b) => {
984
- const x = a.basePath || "";
985
- o(`${x}/${e}/${b}`), l(!1), h("");
2350
+ return r && document.addEventListener("mousedown", p), () => document.removeEventListener("mousedown", p);
2351
+ }, [r]);
2352
+ const M = (p) => {
2353
+ const $ = n.basePath || "";
2354
+ o(`${$}/${t}/${p}`), l(!1), i("");
986
2355
  };
987
- return /* @__PURE__ */ d(K, { children: [
988
- /* @__PURE__ */ d(
2356
+ return /* @__PURE__ */ T(fe, { children: [
2357
+ /* @__PURE__ */ T(
989
2358
  "button",
990
2359
  {
991
2360
  type: "button",
992
- className: T.searchButton,
2361
+ className: U.searchButton,
993
2362
  onClick: () => {
994
2363
  l(!0), setTimeout(() => {
995
- var b;
996
- return (b = r.current) == null ? void 0 : b.focus();
2364
+ var p;
2365
+ return (p = m.current) == null ? void 0 : p.focus();
997
2366
  }, 100);
998
2367
  },
999
- "aria-label": n("ui.search"),
2368
+ "aria-label": e("ui.search"),
1000
2369
  children: [
1001
- /* @__PURE__ */ t(Dt, { className: T.searchIcon }),
1002
- /* @__PURE__ */ t("span", { className: T.searchHint, children: n("ui.search") }),
1003
- /* @__PURE__ */ t("kbd", { className: T.kbd, children: I })
2370
+ /* @__PURE__ */ s(gt, { className: U.searchIcon }),
2371
+ /* @__PURE__ */ s("span", { className: U.searchHint, children: e("ui.search") }),
2372
+ /* @__PURE__ */ s("kbd", { className: U.kbd, children: I })
1004
2373
  ]
1005
2374
  }
1006
2375
  ),
1007
- s && Ft(
1008
- /* @__PURE__ */ t(
2376
+ r && Wt(
2377
+ /* @__PURE__ */ s(
1009
2378
  "div",
1010
2379
  {
1011
- className: T.searchOverlay,
2380
+ className: U.searchOverlay,
1012
2381
  onClick: () => {
1013
- l(!1), h("");
2382
+ l(!1), i("");
1014
2383
  },
1015
- children: /* @__PURE__ */ d(
2384
+ children: /* @__PURE__ */ T(
1016
2385
  "div",
1017
2386
  {
1018
- className: T.searchModal,
1019
- ref: m,
1020
- onClick: (b) => b.stopPropagation(),
2387
+ className: U.searchModal,
2388
+ ref: y,
2389
+ onClick: (p) => p.stopPropagation(),
1021
2390
  children: [
1022
- /* @__PURE__ */ d("div", { className: T.searchHeader, children: [
1023
- /* @__PURE__ */ t(Dt, { className: T.searchIcon }),
1024
- /* @__PURE__ */ t(
2391
+ /* @__PURE__ */ T("div", { className: U.searchHeader, children: [
2392
+ /* @__PURE__ */ s(gt, { className: U.searchIcon }),
2393
+ /* @__PURE__ */ s(
1025
2394
  "input",
1026
2395
  {
1027
- ref: r,
2396
+ ref: m,
1028
2397
  type: "text",
1029
- className: T.searchInput,
1030
- placeholder: n("ui.searchPlaceholder"),
1031
- value: g,
1032
- onChange: (b) => h(b.target.value),
1033
- onKeyDown: D
2398
+ className: U.searchInput,
2399
+ placeholder: e("ui.searchPlaceholder"),
2400
+ value: c,
2401
+ onChange: (p) => i(p.target.value),
2402
+ onKeyDown: N
1034
2403
  }
1035
2404
  ),
1036
- /* @__PURE__ */ t(
2405
+ /* @__PURE__ */ s(
1037
2406
  "button",
1038
2407
  {
1039
2408
  type: "button",
1040
- className: T.closeButton,
2409
+ className: U.closeButton,
1041
2410
  onClick: () => {
1042
- l(!1), h("");
2411
+ l(!1), i("");
1043
2412
  },
1044
2413
  "aria-label": "Close search",
1045
- children: /* @__PURE__ */ t(bt, {})
2414
+ children: /* @__PURE__ */ s(dt, {})
1046
2415
  }
1047
2416
  )
1048
2417
  ] }),
1049
- g && /* @__PURE__ */ t("div", { className: T.searchResults, children: u.length === 0 ? /* @__PURE__ */ t("div", { className: T.noResults, children: n("ui.noSearchResults") }) : /* @__PURE__ */ t("ul", { className: T.resultsList, children: u.map((b, x) => /* @__PURE__ */ t("li", { children: /* @__PURE__ */ d(
2418
+ c && /* @__PURE__ */ s("div", { className: U.searchResults, children: u.length === 0 ? /* @__PURE__ */ s("div", { className: U.noResults, children: e("ui.noSearchResults") }) : /* @__PURE__ */ s("ul", { className: U.resultsList, children: u.map((p, $) => /* @__PURE__ */ s("li", { children: /* @__PURE__ */ T(
1050
2419
  "button",
1051
2420
  {
1052
2421
  type: "button",
1053
- className: `${T.resultItem} ${x === f ? T.selected : ""}`,
1054
- onClick: () => H(b.slug),
1055
- onMouseEnter: () => _(x),
2422
+ className: `${U.resultItem} ${$ === h ? U.selected : ""}`,
2423
+ onClick: () => M(p.slug),
2424
+ onMouseEnter: () => f($),
1056
2425
  children: [
1057
- /* @__PURE__ */ t("div", { className: T.resultTitle, children: b.title }),
1058
- /* @__PURE__ */ d("div", { className: T.resultSlug, children: [
2426
+ /* @__PURE__ */ s("div", { className: U.resultTitle, children: p.title }),
2427
+ /* @__PURE__ */ T("div", { className: U.resultSlug, children: [
1059
2428
  "/",
1060
- b.slug
2429
+ p.slug
1061
2430
  ] })
1062
2431
  ]
1063
2432
  }
1064
- ) }, b.slug)) }) }),
1065
- !g && /* @__PURE__ */ d("div", { className: T.searchHints, children: [
1066
- /* @__PURE__ */ d("div", { className: T.hint, children: [
1067
- /* @__PURE__ */ t("kbd", { children: "↑" }),
1068
- /* @__PURE__ */ t("kbd", { children: "↓" }),
1069
- /* @__PURE__ */ t("span", { children: n("ui.searchNavigate") })
2433
+ ) }, p.slug)) }) }),
2434
+ !c && /* @__PURE__ */ T("div", { className: U.searchHints, children: [
2435
+ /* @__PURE__ */ T("div", { className: U.hint, children: [
2436
+ /* @__PURE__ */ s("kbd", { children: "↑" }),
2437
+ /* @__PURE__ */ s("kbd", { children: "↓" }),
2438
+ /* @__PURE__ */ s("span", { children: e("ui.searchNavigate") })
1070
2439
  ] }),
1071
- /* @__PURE__ */ d("div", { className: T.hint, children: [
1072
- /* @__PURE__ */ t("kbd", { children: "↵" }),
1073
- /* @__PURE__ */ t("span", { children: n("ui.searchSelect") })
2440
+ /* @__PURE__ */ T("div", { className: U.hint, children: [
2441
+ /* @__PURE__ */ s("kbd", { children: "↵" }),
2442
+ /* @__PURE__ */ s("span", { children: e("ui.searchSelect") })
1074
2443
  ] }),
1075
- /* @__PURE__ */ d("div", { className: T.hint, children: [
1076
- /* @__PURE__ */ t("kbd", { children: "esc" }),
1077
- /* @__PURE__ */ t("span", { children: n("ui.searchClose") })
2444
+ /* @__PURE__ */ T("div", { className: U.hint, children: [
2445
+ /* @__PURE__ */ s("kbd", { children: "esc" }),
2446
+ /* @__PURE__ */ s("span", { children: e("ui.searchClose") })
1078
2447
  ] })
1079
2448
  ] })
1080
2449
  ]
@@ -1086,546 +2455,566 @@ function Kn({ language: e }) {
1086
2455
  )
1087
2456
  ] });
1088
2457
  }
1089
- const Gn = "_header_jrobc_1", Qn = "_container_jrobc_24", Xn = "_content_jrobc_36", Yn = "_leftSection_jrobc_43", Vn = "_mobileMenuButton_jrobc_49", Jn = "_burgerIcon_jrobc_87", Zn = "_logo_jrobc_92", ta = "_nav_jrobc_98", ea = "_navLink_jrobc_109", na = "_externalIcon_jrobc_135", aa = "_supportDropdown_jrobc_141", oa = "_themeDropdown_jrobc_145", sa = "_themeButton_jrobc_149", ca = "_themeIcon_jrobc_171", ra = "_supportButton_jrobc_177", la = "_caretIcon_jrobc_198", ia = "_dropdownMenu_jrobc_208", da = "_dropdownItem_jrobc_221", ua = "_dropdownIcon_jrobc_244", $ = {
1090
- header: Gn,
1091
- container: Qn,
1092
- content: Xn,
1093
- leftSection: Yn,
1094
- mobileMenuButton: Vn,
1095
- burgerIcon: Jn,
1096
- logo: Zn,
2458
+ const Vo = "_header_jrobc_1", Xo = "_container_jrobc_24", Ko = "_content_jrobc_36", Qo = "_leftSection_jrobc_43", Jo = "_mobileMenuButton_jrobc_49", Zo = "_burgerIcon_jrobc_87", ea = "_logo_jrobc_92", ta = "_nav_jrobc_98", na = "_navLink_jrobc_109", ra = "_externalIcon_jrobc_135", oa = "_supportDropdown_jrobc_141", aa = "_themeDropdown_jrobc_145", sa = "_themeButton_jrobc_149", ia = "_themeIcon_jrobc_171", ca = "_supportButton_jrobc_177", la = "_caretIcon_jrobc_198", ua = "_dropdownMenu_jrobc_208", da = "_dropdownItem_jrobc_221", fa = "_dropdownIcon_jrobc_244", H = {
2459
+ header: Vo,
2460
+ container: Xo,
2461
+ content: Ko,
2462
+ leftSection: Qo,
2463
+ mobileMenuButton: Jo,
2464
+ burgerIcon: Zo,
2465
+ logo: ea,
1097
2466
  nav: ta,
1098
- navLink: ea,
1099
- externalIcon: na,
1100
- supportDropdown: aa,
1101
- themeDropdown: oa,
2467
+ navLink: na,
2468
+ externalIcon: ra,
2469
+ supportDropdown: oa,
2470
+ themeDropdown: aa,
1102
2471
  themeButton: sa,
1103
- themeIcon: ca,
1104
- supportButton: ra,
2472
+ themeIcon: ia,
2473
+ supportButton: ca,
1105
2474
  caretIcon: la,
1106
- dropdownMenu: ia,
2475
+ dropdownMenu: ua,
1107
2476
  dropdownItem: da,
1108
- dropdownIcon: ua
2477
+ dropdownIcon: fa
1109
2478
  };
1110
- function ha({ onMobileMenuToggle: e }) {
1111
- const { t: n, i18n: o } = A(), { config: a } = O(), c = a.header ?? {}, s = c.navLinks ?? [], l = c.dropdownItems ?? [], [g, h] = y(!1), [u, i] = y(!1), { theme: f, setTheme: _ } = Ut(), v = G(null), w = G(null);
1112
- return S(() => {
1113
- const r = (m) => {
1114
- v.current && !v.current.contains(m.target) && h(!1), w.current && !w.current.contains(m.target) && i(!1);
2479
+ function ha({ onMobileMenuToggle: t }) {
2480
+ const { t: e, i18n: o } = Z(), { config: n } = ee(), a = n.header ?? {}, r = a.navLinks ?? [], l = a.dropdownItems ?? [], [c, i] = F(!1), [u, d] = F(!1), { theme: h, setTheme: f } = zt(), v = ge(null), E = ge(null);
2481
+ return z(() => {
2482
+ const m = (y) => {
2483
+ v.current && !v.current.contains(y.target) && i(!1), E.current && !E.current.contains(y.target) && d(!1);
1115
2484
  };
1116
- return document.addEventListener("mousedown", r), () => document.removeEventListener("mousedown", r);
1117
- }, []), /* @__PURE__ */ t("header", { className: $.header, children: /* @__PURE__ */ t("div", { className: $.container, children: /* @__PURE__ */ d("div", { className: $.content, children: [
1118
- /* @__PURE__ */ d("div", { className: $.leftSection, children: [
1119
- /* @__PURE__ */ t(
2485
+ return document.addEventListener("mousedown", m), () => document.removeEventListener("mousedown", m);
2486
+ }, []), /* @__PURE__ */ s("header", { className: H.header, children: /* @__PURE__ */ s("div", { className: H.container, children: /* @__PURE__ */ T("div", { className: H.content, children: [
2487
+ /* @__PURE__ */ T("div", { className: H.leftSection, children: [
2488
+ /* @__PURE__ */ s(
1120
2489
  "button",
1121
2490
  {
1122
2491
  type: "button",
1123
- className: $.mobileMenuButton,
1124
- onClick: e,
2492
+ className: H.mobileMenuButton,
2493
+ onClick: t,
1125
2494
  "aria-label": "Open menu",
1126
- children: /* @__PURE__ */ t(ne, { className: $.burgerIcon })
2495
+ children: /* @__PURE__ */ s(dn, { className: H.burgerIcon })
1127
2496
  }
1128
2497
  ),
1129
- /* @__PURE__ */ t("div", { className: $.logo })
2498
+ /* @__PURE__ */ s("div", { className: H.logo })
1130
2499
  ] }),
1131
- /* @__PURE__ */ d("nav", { className: $.nav, children: [
1132
- /* @__PURE__ */ t(Kn, { language: o.language }),
1133
- /* @__PURE__ */ d("div", { className: $.themeDropdown, ref: w, children: [
1134
- /* @__PURE__ */ d(
2500
+ /* @__PURE__ */ T("nav", { className: H.nav, children: [
2501
+ /* @__PURE__ */ s(Go, { language: o.language }),
2502
+ /* @__PURE__ */ T("div", { className: H.themeDropdown, ref: E, children: [
2503
+ /* @__PURE__ */ T(
1135
2504
  "button",
1136
2505
  {
1137
2506
  type: "button",
1138
- className: $.themeButton,
1139
- onClick: () => i(!u),
2507
+ className: H.themeButton,
2508
+ onClick: () => d(!u),
1140
2509
  "aria-expanded": u,
1141
2510
  "aria-haspopup": "true",
1142
- "aria-label": n("ui.theme"),
2511
+ "aria-label": e("ui.theme"),
1143
2512
  children: [
1144
- f === "light" && /* @__PURE__ */ t(Mt, { className: $.themeIcon }),
1145
- f === "dark" && /* @__PURE__ */ t(Bt, { className: $.themeIcon }),
1146
- f === "system" && /* @__PURE__ */ t(Et, { className: $.themeIcon }),
1147
- /* @__PURE__ */ t(pt, { className: $.caretIcon })
2513
+ h === "light" && /* @__PURE__ */ s(_t, { className: H.themeIcon }),
2514
+ h === "dark" && /* @__PURE__ */ s(yt, { className: H.themeIcon }),
2515
+ h === "system" && /* @__PURE__ */ s(bt, { className: H.themeIcon }),
2516
+ /* @__PURE__ */ s(ot, { className: H.caretIcon })
1148
2517
  ]
1149
2518
  }
1150
2519
  ),
1151
- u && /* @__PURE__ */ d("div", { className: $.dropdownMenu, children: [
1152
- /* @__PURE__ */ d(
2520
+ u && /* @__PURE__ */ T("div", { className: H.dropdownMenu, children: [
2521
+ /* @__PURE__ */ T(
1153
2522
  "button",
1154
2523
  {
1155
2524
  type: "button",
1156
2525
  onClick: () => {
1157
- _("light"), i(!1);
2526
+ f("light"), d(!1);
1158
2527
  },
1159
- className: $.dropdownItem,
2528
+ className: H.dropdownItem,
1160
2529
  children: [
1161
- /* @__PURE__ */ t(Mt, { className: $.dropdownIcon }),
1162
- n("ui.light")
2530
+ /* @__PURE__ */ s(_t, { className: H.dropdownIcon }),
2531
+ e("ui.light")
1163
2532
  ]
1164
2533
  }
1165
2534
  ),
1166
- /* @__PURE__ */ d(
2535
+ /* @__PURE__ */ T(
1167
2536
  "button",
1168
2537
  {
1169
2538
  type: "button",
1170
2539
  onClick: () => {
1171
- _("dark"), i(!1);
2540
+ f("dark"), d(!1);
1172
2541
  },
1173
- className: $.dropdownItem,
2542
+ className: H.dropdownItem,
1174
2543
  children: [
1175
- /* @__PURE__ */ t(Bt, { className: $.dropdownIcon }),
1176
- n("ui.dark")
2544
+ /* @__PURE__ */ s(yt, { className: H.dropdownIcon }),
2545
+ e("ui.dark")
1177
2546
  ]
1178
2547
  }
1179
2548
  ),
1180
- /* @__PURE__ */ d(
2549
+ /* @__PURE__ */ T(
1181
2550
  "button",
1182
2551
  {
1183
2552
  type: "button",
1184
2553
  onClick: () => {
1185
- _("system"), i(!1);
2554
+ f("system"), d(!1);
1186
2555
  },
1187
- className: $.dropdownItem,
2556
+ className: H.dropdownItem,
1188
2557
  children: [
1189
- /* @__PURE__ */ t(Et, { className: $.dropdownIcon }),
1190
- n("ui.system")
2558
+ /* @__PURE__ */ s(bt, { className: H.dropdownIcon }),
2559
+ e("ui.system")
1191
2560
  ]
1192
2561
  }
1193
2562
  )
1194
2563
  ] })
1195
2564
  ] }),
1196
- l.length > 0 && /* @__PURE__ */ d("div", { className: $.supportDropdown, ref: v, children: [
1197
- /* @__PURE__ */ d(
2565
+ l.length > 0 && /* @__PURE__ */ T("div", { className: H.supportDropdown, ref: v, children: [
2566
+ /* @__PURE__ */ T(
1198
2567
  "button",
1199
2568
  {
1200
2569
  type: "button",
1201
- className: $.supportButton,
1202
- onClick: () => h(!g),
1203
- "aria-expanded": g,
2570
+ className: H.supportButton,
2571
+ onClick: () => i(!c),
2572
+ "aria-expanded": c,
1204
2573
  "aria-haspopup": "true",
1205
2574
  children: [
1206
- n("ui.support"),
1207
- /* @__PURE__ */ t(pt, { className: $.caretIcon })
2575
+ e("ui.support"),
2576
+ /* @__PURE__ */ s(ot, { className: H.caretIcon })
1208
2577
  ]
1209
2578
  }
1210
2579
  ),
1211
- g && /* @__PURE__ */ t("div", { className: $.dropdownMenu, children: l.map((r, m) => {
1212
- const N = r.target ?? (r.url.startsWith("http") ? "_blank" : "_self"), I = r.rel ?? (N === "_blank" ? "noopener noreferrer" : void 0), D = r.icon;
1213
- return /* @__PURE__ */ d(
2580
+ c && /* @__PURE__ */ s("div", { className: H.dropdownMenu, children: l.map((m, y) => {
2581
+ const b = m.target ?? (m.url.startsWith("http") ? "_blank" : "_self"), I = m.rel ?? (b === "_blank" ? "noopener noreferrer" : void 0), N = m.icon;
2582
+ return /* @__PURE__ */ T(
1214
2583
  "a",
1215
2584
  {
1216
- href: r.url,
1217
- target: N,
2585
+ href: m.url,
2586
+ target: b,
1218
2587
  rel: I,
1219
- className: $.dropdownItem,
2588
+ className: H.dropdownItem,
1220
2589
  children: [
1221
- D && /* @__PURE__ */ t(D, { className: $.dropdownIcon }),
1222
- r.label
2590
+ N && /* @__PURE__ */ s(N, { className: H.dropdownIcon }),
2591
+ m.label
1223
2592
  ]
1224
2593
  },
1225
- m
2594
+ y
1226
2595
  );
1227
2596
  }) })
1228
2597
  ] }),
1229
- s.map((r, m) => {
1230
- const N = r.target ?? (typeof r.url == "string" && r.url.startsWith("http") ? "_blank" : "_self"), I = r.rel ?? (N === "_blank" ? "noopener noreferrer" : void 0), D = r.icon;
1231
- return /* @__PURE__ */ d(
2598
+ r.map((m, y) => {
2599
+ const b = m.target ?? (typeof m.url == "string" && m.url.startsWith("http") ? "_blank" : "_self"), I = m.rel ?? (b === "_blank" ? "noopener noreferrer" : void 0), N = m.icon;
2600
+ return /* @__PURE__ */ T(
1232
2601
  "a",
1233
2602
  {
1234
- href: r.url,
1235
- target: N,
2603
+ href: m.url,
2604
+ target: b,
1236
2605
  rel: I,
1237
- className: r.className ?? $.navLink,
2606
+ className: m.className ?? H.navLink,
1238
2607
  children: [
1239
- r.label,
1240
- D && /* @__PURE__ */ t(D, { className: $.externalIcon })
2608
+ m.label,
2609
+ N && /* @__PURE__ */ s(N, { className: H.externalIcon })
1241
2610
  ]
1242
2611
  },
1243
- m
2612
+ y
1244
2613
  );
1245
2614
  })
1246
2615
  ] })
1247
2616
  ] }) }) });
1248
2617
  }
1249
- function wt({
1250
- styles: e,
1251
- onLanguageChange: n
2618
+ function ht({
2619
+ styles: t,
2620
+ onLanguageChange: e
1252
2621
  }) {
1253
- const { i18n: o } = A(), a = Q(), c = X(), { config: s } = O(), [l, g] = y(!1), h = G(null), u = o.language, i = (_) => {
1254
- const v = s.basePath || "";
1255
- let w = a.pathname;
1256
- v && w.startsWith(v) && (w = w.slice(v.length));
1257
- const r = w.split("/").filter(Boolean), m = r[0];
1258
- let N = "";
1259
- s.supportedLanguages.includes(m) ? (r[0] = _, N = `${v}/${r.join("/")}`) : N = `${v}/${_}${w}`;
1260
- const I = N + a.search + a.hash;
1261
- o.changeLanguage(_), c(I), g(!1), n == null || n();
2622
+ const { i18n: o } = Z(), n = Ee(), a = _e(), { config: r } = ee(), [l, c] = F(!1), i = ge(null), u = o.language, d = (f) => {
2623
+ const v = r.basePath || "";
2624
+ let E = n.pathname;
2625
+ v && E.startsWith(v) && (E = E.slice(v.length));
2626
+ const m = E.split("/").filter(Boolean), y = m[0];
2627
+ let b = "";
2628
+ r.supportedLanguages.includes(y) ? (m[0] = f, b = `${v}/${m.join("/")}`) : b = `${v}/${f}${E}`;
2629
+ const I = b + n.search + n.hash;
2630
+ o.changeLanguage(f), a(I), c(!1), e == null || e();
1262
2631
  };
1263
- S(() => {
1264
- const _ = (v) => {
1265
- h.current && !h.current.contains(v.target) && g(!1);
2632
+ z(() => {
2633
+ const f = (v) => {
2634
+ i.current && !i.current.contains(v.target) && c(!1);
1266
2635
  };
1267
- return document.addEventListener("mousedown", _), () => document.removeEventListener("mousedown", _);
2636
+ return document.addEventListener("mousedown", f), () => document.removeEventListener("mousedown", f);
1268
2637
  }, []);
1269
- const f = (_) => o.getFixedT(_)("language") || _;
1270
- return /* @__PURE__ */ d("div", { className: e.languageSelect, ref: h, children: [
1271
- /* @__PURE__ */ d(
2638
+ const h = (f) => o.getFixedT(f)("language") || f;
2639
+ return /* @__PURE__ */ T("div", { className: t.languageSelect, ref: i, children: [
2640
+ /* @__PURE__ */ T(
1272
2641
  "button",
1273
2642
  {
1274
2643
  type: "button",
1275
- className: e.languageButton,
1276
- onClick: () => g(!l),
2644
+ className: t.languageButton,
2645
+ onClick: () => c(!l),
1277
2646
  "aria-expanded": l,
1278
2647
  "aria-haspopup": "listbox",
1279
2648
  children: [
1280
- /* @__PURE__ */ t(ae, { className: e.icon }),
1281
- f(u),
1282
- /* @__PURE__ */ t(pt, { className: e.chevron })
2649
+ /* @__PURE__ */ s(fn, { className: t.icon }),
2650
+ h(u),
2651
+ /* @__PURE__ */ s(ot, { className: t.chevron })
1283
2652
  ]
1284
2653
  }
1285
2654
  ),
1286
- l && /* @__PURE__ */ t("div", { className: e.languageDropdown, role: "listbox", children: s.supportedLanguages.map((_) => /* @__PURE__ */ t(
2655
+ l && /* @__PURE__ */ s("div", { className: t.languageDropdown, role: "listbox", children: r.supportedLanguages.map((f) => /* @__PURE__ */ s(
1287
2656
  "button",
1288
2657
  {
1289
2658
  type: "button",
1290
- className: `${e.languageOption} ${_ === u ? e.selected : ""}`,
1291
- onClick: () => i(_),
2659
+ className: `${t.languageOption} ${f === u ? t.selected : ""}`,
2660
+ onClick: () => d(f),
1292
2661
  role: "option",
1293
- "aria-selected": _ === u,
1294
- children: f(_)
2662
+ "aria-selected": f === u,
2663
+ children: h(f)
1295
2664
  },
1296
- _
2665
+ f
1297
2666
  )) })
1298
2667
  ] });
1299
2668
  }
1300
- function Nt({ styles: e, onLinkClick: n }) {
1301
- const { i18n: o } = A(), a = Q(), { config: c, loadContent: s } = O(), [l, g] = y([]), [h, u] = y({}), i = o.language;
1302
- S(() => {
2669
+ function pt({ styles: t, onLinkClick: e }) {
2670
+ const { i18n: o } = Z(), n = Ee(), { config: a, loadContent: r } = ee(), [l, c] = F([]), [i, u] = F({}), d = o.language;
2671
+ z(() => {
1303
2672
  (async () => {
1304
- if (c.navigationData)
2673
+ if (a.navigationData)
1305
2674
  try {
1306
- const m = await ut(
1307
- c.navigationData,
1308
- i,
1309
- s
2675
+ const y = await Ue(
2676
+ a.navigationData,
2677
+ d,
2678
+ r
1310
2679
  );
1311
- g(m);
1312
- const N = m.reduce(
1313
- (I, D, H) => {
1314
- if (ot(D)) {
1315
- const b = c.navigationData[H], x = "items" in b && b.defaultOpen === !0;
1316
- I[D.title] = x;
2680
+ c(y);
2681
+ const b = y.reduce(
2682
+ (I, N, M) => {
2683
+ if (De(N)) {
2684
+ const p = a.navigationData[M], $ = "items" in p && p.defaultOpen === !0;
2685
+ I[N.title] = $;
1317
2686
  }
1318
2687
  return I;
1319
2688
  },
1320
2689
  {}
1321
2690
  );
1322
- u(N);
1323
- } catch (m) {
1324
- console.error("Failed to load navigation data:", m);
2691
+ u(b);
2692
+ } catch (y) {
2693
+ console.error("Failed to load navigation data:", y);
1325
2694
  }
1326
2695
  })();
1327
- }, [i, c.navigationData, s]);
1328
- const f = (r) => {
1329
- u((m) => ({
1330
- ...m,
1331
- [r]: !m[r]
2696
+ }, [d, a.navigationData, r]);
2697
+ const h = (m) => {
2698
+ u((y) => ({
2699
+ ...y,
2700
+ [m]: !y[m]
1332
2701
  }));
1333
- }, _ = (r) => {
1334
- const m = c.basePath || "";
1335
- let N = a.pathname;
1336
- m && N.startsWith(m) && (N = N.slice(m.length));
1337
- const I = N.split("/").filter(Boolean);
1338
- return I[I.length - 1] === r;
1339
- }, v = (r) => {
1340
- const m = c.basePath || "";
1341
- let N = a.pathname;
1342
- m && N.startsWith(m) && (N = N.slice(m.length));
1343
- const I = N.split("/").filter(Boolean);
1344
- return I[0] && c.supportedLanguages.includes(I[0]) ? `${m}/${I[0]}/${r}` : `${m}/${i}/${r}`;
1345
- }, w = () => {
1346
- n == null || n();
2702
+ }, f = (m) => {
2703
+ const y = a.basePath || "";
2704
+ let b = n.pathname;
2705
+ y && b.startsWith(y) && (b = b.slice(y.length));
2706
+ const I = b.split("/").filter(Boolean);
2707
+ return I[I.length - 1] === m;
2708
+ }, v = (m) => {
2709
+ const y = a.basePath || "";
2710
+ let b = n.pathname;
2711
+ y && b.startsWith(y) && (b = b.slice(y.length));
2712
+ const I = b.split("/").filter(Boolean);
2713
+ return I[0] && a.supportedLanguages.includes(I[0]) ? `${y}/${I[0]}/${m}` : `${y}/${d}/${m}`;
2714
+ }, E = () => {
2715
+ e == null || e();
1347
2716
  };
1348
- return /* @__PURE__ */ t("div", { className: e.navigation, children: l.map((r) => ot(r) ? /* @__PURE__ */ d("div", { className: e.section, children: [
1349
- /* @__PURE__ */ d(
2717
+ return /* @__PURE__ */ s("div", { className: t.navigation, children: l.map((m) => De(m) ? /* @__PURE__ */ T("div", { className: t.section, children: [
2718
+ /* @__PURE__ */ T(
1350
2719
  "button",
1351
2720
  {
1352
2721
  type: "button",
1353
- className: `${e.sectionButton} ${h[r.title] ? e.expanded : ""}`,
1354
- onClick: () => f(r.title),
2722
+ className: `${t.sectionButton} ${i[m.title] ? t.expanded : ""}`,
2723
+ onClick: () => h(m.title),
1355
2724
  children: [
1356
- r.title,
1357
- /* @__PURE__ */ t(Ht, { className: e.icon })
2725
+ m.title,
2726
+ /* @__PURE__ */ s(qt, { className: t.icon })
1358
2727
  ]
1359
2728
  }
1360
2729
  ),
1361
- h[r.title] && /* @__PURE__ */ t("div", { className: e.sectionItems, children: r.items.map((m) => /* @__PURE__ */ t(
1362
- dt,
2730
+ i[m.title] && /* @__PURE__ */ s("div", { className: t.sectionItems, children: m.items.map((y) => /* @__PURE__ */ s(
2731
+ qe,
1363
2732
  {
1364
- to: v(m.slug),
1365
- className: `${e.navItem} ${_(m.slug) ? e.active : ""}`,
1366
- onClick: w,
1367
- children: /* @__PURE__ */ t("div", { className: e.navItemContent, children: /* @__PURE__ */ t("span", { className: e.navItemTitle, children: m.title }) })
2733
+ to: v(y.slug),
2734
+ className: `${t.navItem} ${f(y.slug) ? t.active : ""}`,
2735
+ onClick: E,
2736
+ children: /* @__PURE__ */ s("div", { className: t.navItemContent, children: /* @__PURE__ */ s("span", { className: t.navItemTitle, children: y.title }) })
1368
2737
  },
1369
- m.slug
2738
+ y.slug
1370
2739
  )) })
1371
- ] }, r.title) : /* @__PURE__ */ t(
1372
- dt,
2740
+ ] }, m.title) : /* @__PURE__ */ s(
2741
+ qe,
1373
2742
  {
1374
- to: v(r.slug),
1375
- className: `${e.navItem} ${_(r.slug) ? e.active : ""}`,
1376
- onClick: w,
1377
- children: /* @__PURE__ */ t("div", { className: e.navItemContent, children: /* @__PURE__ */ t("span", { className: e.navItemTitle, children: r.title }) })
2743
+ to: v(m.slug),
2744
+ className: `${t.navItem} ${f(m.slug) ? t.active : ""}`,
2745
+ onClick: E,
2746
+ children: /* @__PURE__ */ s("div", { className: t.navItemContent, children: /* @__PURE__ */ s("span", { className: t.navItemTitle, children: m.title }) })
1378
2747
  },
1379
- r.slug
2748
+ m.slug
1380
2749
  )) });
1381
2750
  }
1382
- function Ao({
1383
- styles: e,
1384
- onLinkClick: n,
2751
+ function Hs({
2752
+ styles: t,
2753
+ onLinkClick: e,
1385
2754
  onLanguageChange: o
1386
2755
  }) {
1387
- return /* @__PURE__ */ d(K, { children: [
1388
- /* @__PURE__ */ t(wt, { styles: e, onLanguageChange: o }),
1389
- /* @__PURE__ */ t(Nt, { styles: e, onLinkClick: n })
2756
+ return /* @__PURE__ */ T(fe, { children: [
2757
+ /* @__PURE__ */ s(ht, { styles: t, onLanguageChange: o }),
2758
+ /* @__PURE__ */ s(pt, { styles: t, onLinkClick: e })
1390
2759
  ] });
1391
2760
  }
1392
- const ma = "_backdrop_1a7pu_1", ga = "_open_1a7pu_13", _a = "_mobileMenu_1a7pu_18", pa = "_header_1a7pu_37", fa = "_brand_1a7pu_46", va = "_cloudIcon_1a7pu_53", ba = "_title_1a7pu_62", wa = "_closeButton_1a7pu_69", Na = "_closeIcon_1a7pu_101", ka = "_languageSection_1a7pu_106", xa = "_languageSelect_1a7pu_112", $a = "_languageButton_1a7pu_117", Ia = "_icon_1a7pu_156", Ca = "_chevron_1a7pu_162", ya = "_languageDropdown_1a7pu_172", La = "_languageOption_1a7pu_185", Ta = "_selected_1a7pu_226", Sa = "_scrollArea_1a7pu_231", Pa = "_navigation_1a7pu_237", Da = "_section_1a7pu_241", Ma = "_sectionButton_1a7pu_245", Ba = "_expanded_1a7pu_285", Ea = "_sectionItems_1a7pu_289", Ra = "_navItem_1a7pu_297", Aa = "_active_1a7pu_310", Oa = "_navItemContent_1a7pu_316", ja = "_navItemTitle_1a7pu_322", R = {
1393
- backdrop: ma,
1394
- open: ga,
1395
- mobileMenu: _a,
1396
- header: pa,
1397
- brand: fa,
1398
- cloudIcon: va,
2761
+ const pa = "_backdrop_1a7pu_1", ma = "_open_1a7pu_13", va = "_mobileMenu_1a7pu_18", ga = "_header_1a7pu_37", _a = "_brand_1a7pu_46", ya = "_cloudIcon_1a7pu_53", ba = "_title_1a7pu_62", Ta = "_closeButton_1a7pu_69", wa = "_closeIcon_1a7pu_101", Ea = "_languageSection_1a7pu_106", Ca = "_languageSelect_1a7pu_112", Sa = "_languageButton_1a7pu_117", Pa = "_icon_1a7pu_156", Ia = "_chevron_1a7pu_162", Aa = "_languageDropdown_1a7pu_172", ka = "_languageOption_1a7pu_185", Na = "_selected_1a7pu_226", xa = "_scrollArea_1a7pu_231", Oa = "_navigation_1a7pu_237", $a = "_section_1a7pu_241", Ra = "_sectionButton_1a7pu_245", La = "_expanded_1a7pu_285", Ma = "_sectionItems_1a7pu_289", Da = "_navItem_1a7pu_297", ja = "_active_1a7pu_310", Ba = "_navItemContent_1a7pu_316", Ha = "_navItemTitle_1a7pu_322", ne = {
2762
+ backdrop: pa,
2763
+ open: ma,
2764
+ mobileMenu: va,
2765
+ header: ga,
2766
+ brand: _a,
2767
+ cloudIcon: ya,
1399
2768
  title: ba,
1400
- closeButton: wa,
1401
- closeIcon: Na,
1402
- languageSection: ka,
1403
- languageSelect: xa,
1404
- languageButton: $a,
1405
- icon: Ia,
1406
- chevron: Ca,
1407
- languageDropdown: ya,
1408
- languageOption: La,
1409
- selected: Ta,
1410
- scrollArea: Sa,
1411
- navigation: Pa,
1412
- section: Da,
1413
- sectionButton: Ma,
1414
- expanded: Ba,
1415
- sectionItems: Ea,
1416
- navItem: Ra,
1417
- active: Aa,
1418
- navItemContent: Oa,
1419
- navItemTitle: ja
2769
+ closeButton: Ta,
2770
+ closeIcon: wa,
2771
+ languageSection: Ea,
2772
+ languageSelect: Ca,
2773
+ languageButton: Sa,
2774
+ icon: Pa,
2775
+ chevron: Ia,
2776
+ languageDropdown: Aa,
2777
+ languageOption: ka,
2778
+ selected: Na,
2779
+ scrollArea: xa,
2780
+ navigation: Oa,
2781
+ section: $a,
2782
+ sectionButton: Ra,
2783
+ expanded: La,
2784
+ sectionItems: Ma,
2785
+ navItem: Da,
2786
+ active: ja,
2787
+ navItemContent: Ba,
2788
+ navItemTitle: Ha
1420
2789
  };
1421
- function Wa({ isOpen: e, onClose: n }) {
1422
- const { config: o } = O(), a = o.logo;
1423
- return S(() => (e ? document.body.style.overflow = "hidden" : document.body.style.overflow = "unset", () => {
2790
+ function Fa({ isOpen: t, onClose: e }) {
2791
+ const { config: o } = ee(), n = o.logo;
2792
+ return z(() => (t ? document.body.style.overflow = "hidden" : document.body.style.overflow = "unset", () => {
1424
2793
  document.body.style.overflow = "unset";
1425
- }), [e]), S(() => {
1426
- const c = (s) => {
1427
- s.key === "Escape" && e && n();
2794
+ }), [t]), z(() => {
2795
+ const a = (r) => {
2796
+ r.key === "Escape" && t && e();
1428
2797
  };
1429
- return document.addEventListener("keydown", c), () => document.removeEventListener("keydown", c);
1430
- }, [e, n]), /* @__PURE__ */ d(K, { children: [
1431
- /* @__PURE__ */ t(
2798
+ return document.addEventListener("keydown", a), () => document.removeEventListener("keydown", a);
2799
+ }, [t, e]), /* @__PURE__ */ T(fe, { children: [
2800
+ /* @__PURE__ */ s(
1432
2801
  "div",
1433
2802
  {
1434
- className: `${R.backdrop} ${e ? R.open : ""}`,
1435
- onClick: n
2803
+ className: `${ne.backdrop} ${t ? ne.open : ""}`,
2804
+ onClick: e
1436
2805
  }
1437
2806
  ),
1438
- /* @__PURE__ */ d("div", { className: `${R.mobileMenu} ${e ? R.open : ""}`, children: [
1439
- /* @__PURE__ */ d("div", { className: R.header, children: [
1440
- /* @__PURE__ */ d("div", { className: R.brand, children: [
1441
- a && /* @__PURE__ */ t(a, { className: R.cloudIcon }),
1442
- /* @__PURE__ */ t("h1", { className: R.title, children: o.title })
2807
+ /* @__PURE__ */ T("div", { className: `${ne.mobileMenu} ${t ? ne.open : ""}`, children: [
2808
+ /* @__PURE__ */ T("div", { className: ne.header, children: [
2809
+ /* @__PURE__ */ T("div", { className: ne.brand, children: [
2810
+ n && /* @__PURE__ */ s(n, { className: ne.cloudIcon }),
2811
+ /* @__PURE__ */ s("h1", { className: ne.title, children: o.title })
1443
2812
  ] }),
1444
- /* @__PURE__ */ t(
2813
+ /* @__PURE__ */ s(
1445
2814
  "button",
1446
2815
  {
1447
2816
  type: "button",
1448
- className: R.closeButton,
1449
- onClick: n,
2817
+ className: ne.closeButton,
2818
+ onClick: e,
1450
2819
  "aria-label": "Close menu",
1451
- children: /* @__PURE__ */ t(bt, { className: R.closeIcon })
2820
+ children: /* @__PURE__ */ s(dt, { className: ne.closeIcon })
1452
2821
  }
1453
2822
  )
1454
2823
  ] }),
1455
- /* @__PURE__ */ t("div", { className: R.languageSection, children: /* @__PURE__ */ t(wt, { styles: R, onLanguageChange: n }) }),
1456
- /* @__PURE__ */ t("div", { className: R.scrollArea, children: /* @__PURE__ */ t(Nt, { styles: R, onLinkClick: n }) })
2824
+ /* @__PURE__ */ s("div", { className: ne.languageSection, children: /* @__PURE__ */ s(ht, { styles: ne, onLanguageChange: e }) }),
2825
+ /* @__PURE__ */ s("div", { className: ne.scrollArea, children: /* @__PURE__ */ s(pt, { styles: ne, onLinkClick: e }) })
1457
2826
  ] })
1458
2827
  ] });
1459
2828
  }
1460
- const Ha = "_sidebar_1tdxt_1", Fa = "_header_1tdxt_17", qa = "_brand_1tdxt_29", za = "_cloudIcon_1tdxt_35", Ua = "_title_1tdxt_44", Ka = "_languageSelect_1tdxt_55", Ga = "_languageButton_1tdxt_61", Qa = "_icon_1tdxt_99", Xa = "_chevron_1tdxt_104", Ya = "_languageDropdown_1tdxt_114", Va = "_languageOption_1tdxt_128", Ja = "_selected_1tdxt_147", Za = "_scrollArea_1tdxt_152", to = "_navigation_1tdxt_158", eo = "_section_1tdxt_164", no = "_sectionButton_1tdxt_170", ao = "_expanded_1tdxt_213", oo = "_sectionItems_1tdxt_217", so = "_navItem_1tdxt_225", co = "_active_1tdxt_238", ro = "_navItemContent_1tdxt_243", U = {
1461
- sidebar: Ha,
1462
- header: Fa,
1463
- brand: qa,
1464
- cloudIcon: za,
1465
- title: Ua,
1466
- languageSelect: Ka,
1467
- languageButton: Ga,
1468
- icon: Qa,
1469
- chevron: Xa,
1470
- languageDropdown: Ya,
1471
- languageOption: Va,
1472
- selected: Ja,
1473
- scrollArea: Za,
1474
- navigation: to,
1475
- section: eo,
1476
- sectionButton: no,
1477
- expanded: ao,
1478
- sectionItems: oo,
1479
- navItem: so,
1480
- active: co,
1481
- navItemContent: ro
2829
+ const qa = "_sidebar_1tdxt_1", Wa = "_header_1tdxt_17", Ya = "_brand_1tdxt_29", Ua = "_cloudIcon_1tdxt_35", za = "_title_1tdxt_44", Ga = "_languageSelect_1tdxt_55", Va = "_languageButton_1tdxt_61", Xa = "_icon_1tdxt_99", Ka = "_chevron_1tdxt_104", Qa = "_languageDropdown_1tdxt_114", Ja = "_languageOption_1tdxt_128", Za = "_selected_1tdxt_147", es = "_scrollArea_1tdxt_152", ts = "_navigation_1tdxt_158", ns = "_section_1tdxt_164", rs = "_sectionButton_1tdxt_170", os = "_expanded_1tdxt_213", as = "_sectionItems_1tdxt_217", ss = "_navItem_1tdxt_225", is = "_active_1tdxt_238", cs = "_navItemContent_1tdxt_243", ve = {
2830
+ sidebar: qa,
2831
+ header: Wa,
2832
+ brand: Ya,
2833
+ cloudIcon: Ua,
2834
+ title: za,
2835
+ languageSelect: Ga,
2836
+ languageButton: Va,
2837
+ icon: Xa,
2838
+ chevron: Ka,
2839
+ languageDropdown: Qa,
2840
+ languageOption: Ja,
2841
+ selected: Za,
2842
+ scrollArea: es,
2843
+ navigation: ts,
2844
+ section: ns,
2845
+ sectionButton: rs,
2846
+ expanded: os,
2847
+ sectionItems: as,
2848
+ navItem: ss,
2849
+ active: is,
2850
+ navItemContent: cs
1482
2851
  };
1483
- function lo() {
1484
- const { config: e } = O(), n = e.logo, o = e.supportedLanguages.length > 1;
1485
- return /* @__PURE__ */ d("div", { className: U.sidebar, children: [
1486
- /* @__PURE__ */ d("div", { className: U.header, children: [
1487
- /* @__PURE__ */ d("div", { className: U.brand, children: [
1488
- n && /* @__PURE__ */ t(n, { className: U.cloudIcon }),
1489
- /* @__PURE__ */ t("div", { className: U.title, children: e.title })
2852
+ function ls() {
2853
+ const { config: t } = ee(), e = t.logo, o = t.supportedLanguages.length > 1;
2854
+ return /* @__PURE__ */ T("div", { className: ve.sidebar, children: [
2855
+ /* @__PURE__ */ T("div", { className: ve.header, children: [
2856
+ /* @__PURE__ */ T("div", { className: ve.brand, children: [
2857
+ e && /* @__PURE__ */ s(e, { className: ve.cloudIcon }),
2858
+ /* @__PURE__ */ s("div", { className: ve.title, children: t.title })
1490
2859
  ] }),
1491
- o && /* @__PURE__ */ t(wt, { styles: U })
2860
+ o && /* @__PURE__ */ s(ht, { styles: ve })
1492
2861
  ] }),
1493
- /* @__PURE__ */ t("div", { className: U.scrollArea, children: /* @__PURE__ */ t(Nt, { styles: U }) })
2862
+ /* @__PURE__ */ s("div", { className: ve.scrollArea, children: /* @__PURE__ */ s(pt, { styles: ve }) })
1494
2863
  ] });
1495
2864
  }
1496
- const io = "_app_wf6ni_1", uo = "_layout_wf6ni_9", ho = "_main_wf6ni_15", mo = "_fullWidth_wf6ni_21", go = "_contentWrapper_wf6ni_30", at = {
1497
- app: io,
1498
- layout: uo,
1499
- main: ho,
1500
- fullWidth: mo,
1501
- contentWrapper: go
2865
+ const us = "_app_wf6ni_1", ds = "_layout_wf6ni_9", fs = "_main_wf6ni_15", hs = "_fullWidth_wf6ni_21", ps = "_contentWrapper_wf6ni_30", Me = {
2866
+ app: us,
2867
+ layout: ds,
2868
+ main: fs,
2869
+ fullWidth: hs,
2870
+ contentWrapper: ps
1502
2871
  };
1503
- function _o({ children: e }) {
1504
- const { language: n } = vt(), { i18n: o } = A(), { config: a } = O(), [c, s] = y(!1);
1505
- S(() => {
1506
- n && a.supportedLanguages.includes(n) && o.changeLanguage(n);
1507
- }, [n, o, a.supportedLanguages]);
2872
+ function ms({ children: t }) {
2873
+ const { language: e } = ut(), { i18n: o } = Z(), { config: n } = ee(), [a, r] = F(!1);
2874
+ z(() => {
2875
+ e && n.supportedLanguages.includes(e) && o.changeLanguage(e);
2876
+ }, [e, o, n.supportedLanguages]);
1508
2877
  const l = () => {
1509
- s(!c);
1510
- }, g = () => {
1511
- s(!1);
2878
+ r(!a);
2879
+ }, c = () => {
2880
+ r(!1);
1512
2881
  };
1513
- if (!n || !a.supportedLanguages.includes(n))
1514
- return /* @__PURE__ */ t(Wt, { to: "/en/welcome", replace: !0 });
1515
- const h = !!a.header, u = a.showSideMenu !== !1, i = a.contentMaxWidth ? { width: "100%", maxWidth: a.contentMaxWidth } : void 0;
1516
- return /* @__PURE__ */ d("div", { className: at.app, children: [
1517
- h && /* @__PURE__ */ t(ha, { onMobileMenuToggle: l }),
1518
- /* @__PURE__ */ t(Wa, { isOpen: c, onClose: g }),
1519
- /* @__PURE__ */ d("div", { className: at.layout, children: [
1520
- u && /* @__PURE__ */ t(lo, {}),
1521
- /* @__PURE__ */ t(
2882
+ if (!e || !n.supportedLanguages.includes(e))
2883
+ return /* @__PURE__ */ s(Ft, { to: "/en/welcome", replace: !0 });
2884
+ const i = !!n.header, u = n.showSideMenu !== !1, d = n.contentMaxWidth ? { width: "100%", maxWidth: n.contentMaxWidth } : void 0;
2885
+ return /* @__PURE__ */ T("div", { className: Me.app, children: [
2886
+ i && /* @__PURE__ */ s(ha, { onMobileMenuToggle: l }),
2887
+ /* @__PURE__ */ s(Fa, { isOpen: a, onClose: c }),
2888
+ /* @__PURE__ */ T("div", { className: Me.layout, children: [
2889
+ u && /* @__PURE__ */ s(ls, {}),
2890
+ /* @__PURE__ */ s(
1522
2891
  "main",
1523
2892
  {
1524
- className: `${at.main} ${u ? "" : at.fullWidth}`,
1525
- children: /* @__PURE__ */ t("div", { className: at.contentWrapper, style: i, children: e })
2893
+ className: `${Me.main} ${u ? "" : Me.fullWidth}`,
2894
+ children: /* @__PURE__ */ s("div", { className: Me.contentWrapper, style: d, children: t })
1526
2895
  }
1527
2896
  )
1528
2897
  ] })
1529
2898
  ] });
1530
2899
  }
1531
- const po = "_homePage_1lc5u_1", fo = "_header_1lc5u_20", vo = "_title_1lc5u_24", bo = "_articlesList_1lc5u_31", wo = "_articleCard_1lc5u_37", No = "_articleTitle_1lc5u_56", ko = "_articleDescription_1lc5u_63", xo = "_loading_1lc5u_70", $o = "_empty_1lc5u_71", q = {
1532
- homePage: po,
1533
- header: fo,
1534
- title: vo,
1535
- articlesList: bo,
1536
- articleCard: wo,
1537
- articleTitle: No,
1538
- articleDescription: ko,
1539
- loading: xo,
1540
- empty: $o
2900
+ const vs = "_homePage_10e4f_1", gs = "_header_10e4f_20", _s = "_title_10e4f_24", ys = "_articlesList_10e4f_31", bs = "_articleCard_10e4f_37", Ts = "_articleTitle_10e4f_56", ws = "_articleDescription_10e4f_63", Es = "_empty_10e4f_71", Cs = "_skeletonCard_10e4f_85", Ss = "_skeletonTitle_10e4f_95", Ps = "_skeletonText_10e4f_104", Is = "_skeletonMetadata_10e4f_113", X = {
2901
+ homePage: vs,
2902
+ header: gs,
2903
+ title: _s,
2904
+ articlesList: ys,
2905
+ articleCard: bs,
2906
+ articleTitle: Ts,
2907
+ articleDescription: ws,
2908
+ empty: Es,
2909
+ skeletonCard: Cs,
2910
+ skeletonTitle: Ss,
2911
+ skeletonText: Ps,
2912
+ skeletonMetadata: Is
1541
2913
  };
1542
- function Io() {
1543
- const { i18n: e, t: n } = A(), { config: o, loadContent: a } = O(), c = X(), [s, l] = y([]), [g, h] = y(!0);
1544
- S(() => {
2914
+ function As() {
2915
+ const { i18n: t, t: e } = Z(), { config: o, loadContent: n } = ee(), a = _e(), [r, l] = F([]), [c, i] = F(!0);
2916
+ z(() => {
1545
2917
  (async () => {
1546
2918
  try {
1547
- const f = o.navigationData || [];
1548
- if (f.length === 0) return;
1549
- const _ = await ut(
1550
- f,
1551
- e.language,
1552
- a
1553
- ), v = [];
1554
- for (const r of _)
1555
- if (ot(r))
1556
- for (const m of r.items)
1557
- v.push({
1558
- slug: m.slug,
1559
- title: m.title
2919
+ const v = o.navigationData || [];
2920
+ if (v.length === 0) return;
2921
+ const E = await Ue(
2922
+ v,
2923
+ t.language,
2924
+ n
2925
+ ), m = [];
2926
+ for (const b of E)
2927
+ if (De(b))
2928
+ for (const I of b.items)
2929
+ m.push({
2930
+ slug: I.slug,
2931
+ title: I.title
1560
2932
  });
1561
2933
  else
1562
- v.push({
1563
- slug: r.slug,
1564
- title: r.title
2934
+ m.push({
2935
+ slug: b.slug,
2936
+ title: b.title
1565
2937
  });
1566
- const w = await Promise.all(
1567
- v.map(async (r) => {
2938
+ const y = await Promise.all(
2939
+ m.map(async (b) => {
1568
2940
  try {
1569
- const m = await a(e.language, r.slug);
2941
+ const I = await n(t.language, b.slug);
1570
2942
  return {
1571
- ...r,
1572
- title: m.frontmatter.title || r.title,
1573
- date: m.frontmatter.date,
1574
- author: m.frontmatter.author,
1575
- description: m.frontmatter.description
2943
+ ...b,
2944
+ title: I.frontmatter.title || b.title,
2945
+ date: I.frontmatter.date,
2946
+ author: I.frontmatter.author,
2947
+ description: I.frontmatter.description
1576
2948
  };
1577
2949
  } catch {
1578
- return r;
2950
+ return b;
1579
2951
  }
1580
2952
  })
1581
2953
  );
1582
- w.sort((r, m) => r.date && m.date ? new Date(m.date).getTime() - new Date(r.date).getTime() : r.date ? -1 : m.date ? 1 : r.title.localeCompare(m.title)), l(w.slice(0, 50));
1583
- } catch (f) {
1584
- console.error("Failed to load articles:", f);
2954
+ y.sort((b, I) => b.date && I.date ? new Date(I.date).getTime() - new Date(b.date).getTime() : b.date ? -1 : I.date ? 1 : b.title.localeCompare(I.title)), l(y.slice(0, 50));
2955
+ } catch (v) {
2956
+ console.error("Failed to load articles:", v);
1585
2957
  } finally {
1586
- h(!1);
2958
+ i(!1);
1587
2959
  }
1588
2960
  })();
1589
- }, [e.language, o.navigationData, a]);
1590
- const u = (i) => {
1591
- const f = o.basePath || "";
1592
- window.scrollTo({ top: 0, left: 0, behavior: "auto" }), c(`${f}/${e.language}/${i}`);
2961
+ }, [t.language, o.navigationData, n]);
2962
+ const u = (f) => {
2963
+ const v = o.basePath || "";
2964
+ window.scrollTo({ top: 0, left: 0, behavior: "auto" }), a(`${v}/${t.language}/${f}`);
1593
2965
  };
1594
- return g ? /* @__PURE__ */ t("div", { className: q.loading, children: n("ui.loadingArticles") }) : s.length === 0 ? /* @__PURE__ */ t("div", { className: q.empty, children: n("ui.noArticlesFound") }) : /* @__PURE__ */ d(K, { children: [
1595
- /* @__PURE__ */ d("div", { className: q.homePage, children: [
1596
- /* @__PURE__ */ t("div", { className: q.header, children: /* @__PURE__ */ t("h1", { className: q.title, children: n("ui.latestPosts") }) }),
1597
- /* @__PURE__ */ t("div", { className: q.articlesList, children: s.map((i) => /* @__PURE__ */ d(
2966
+ if (c)
2967
+ return /* @__PURE__ */ T("div", { className: X.homePage, children: [
2968
+ /* @__PURE__ */ s("div", { className: X.header, children: /* @__PURE__ */ s("h1", { className: X.title, children: e("ui.latestPosts") }) }),
2969
+ /* @__PURE__ */ s("div", { className: X.articlesList, children: [...Array(5)].map((f, v) => /* @__PURE__ */ T("div", { className: X.skeletonCard, children: [
2970
+ /* @__PURE__ */ s("div", { className: X.skeletonTitle }),
2971
+ /* @__PURE__ */ s("div", { className: X.skeletonText }),
2972
+ /* @__PURE__ */ s("div", { className: X.skeletonText }),
2973
+ /* @__PURE__ */ s("div", { className: X.skeletonMetadata })
2974
+ ] }, v)) })
2975
+ ] });
2976
+ if (r.length === 0)
2977
+ return /* @__PURE__ */ s("div", { className: X.empty, children: e("ui.noArticlesFound") });
2978
+ const d = o.title, h = o.description;
2979
+ return /* @__PURE__ */ T(fe, { children: [
2980
+ /* @__PURE__ */ T(Ye, { children: [
2981
+ /* @__PURE__ */ s("title", { children: d }),
2982
+ h && /* @__PURE__ */ s("meta", { name: "description", content: h })
2983
+ ] }),
2984
+ /* @__PURE__ */ T("div", { className: X.homePage, children: [
2985
+ /* @__PURE__ */ s("div", { className: X.header, children: /* @__PURE__ */ s("h1", { className: X.title, children: e("ui.latestPosts") }) }),
2986
+ /* @__PURE__ */ s("div", { className: X.articlesList, children: r.map((f) => /* @__PURE__ */ T(
1598
2987
  "button",
1599
2988
  {
1600
- className: q.articleCard,
1601
- onClick: () => u(i.slug),
2989
+ className: X.articleCard,
2990
+ onClick: () => u(f.slug),
1602
2991
  type: "button",
1603
2992
  children: [
1604
- /* @__PURE__ */ t("h2", { className: q.articleTitle, children: i.title }),
1605
- i.description && /* @__PURE__ */ t("p", { className: q.articleDescription, children: i.description }),
1606
- /* @__PURE__ */ t(ft, { date: i.date, author: i.author })
2993
+ /* @__PURE__ */ s("h2", { className: X.articleTitle, children: f.title }),
2994
+ f.description && /* @__PURE__ */ s("p", { className: X.articleDescription, children: f.description }),
2995
+ /* @__PURE__ */ s(lt, { date: f.date, author: f.author })
1607
2996
  ]
1608
2997
  },
1609
- i.slug
2998
+ f.slug
1610
2999
  )) })
1611
3000
  ] }),
1612
- /* @__PURE__ */ t(De, {})
3001
+ /* @__PURE__ */ s(qn, {})
1613
3002
  ] });
1614
3003
  }
1615
- function Oo() {
1616
- const { language: e } = vt(), { config: n } = O();
1617
- return /* @__PURE__ */ t(_o, { children: /* @__PURE__ */ d(Yt, { children: [
1618
- /* @__PURE__ */ t(Pt, { path: "/:slug", element: /* @__PURE__ */ t(yn, { language: e }) }),
1619
- /* @__PURE__ */ t(
1620
- Pt,
3004
+ function Fs() {
3005
+ const { language: t } = ut(), { config: e } = ee();
3006
+ return /* @__PURE__ */ s(ms, { children: /* @__PURE__ */ T(on, { children: [
3007
+ /* @__PURE__ */ s(vt, { path: "/:slug", element: /* @__PURE__ */ s(Ao, { language: t }) }),
3008
+ /* @__PURE__ */ s(
3009
+ vt,
1621
3010
  {
1622
3011
  index: !0,
1623
- element: (n.defaultRoute || "latest") === "latest" ? /* @__PURE__ */ t(Io, {}) : /* @__PURE__ */ t(Wt, { to: `./${n.defaultRoute}`, replace: !0 })
3012
+ element: (e.defaultRoute || "latest") === "latest" ? /* @__PURE__ */ s(As, {}) : /* @__PURE__ */ s(Ft, { to: `./${e.defaultRoute}`, replace: !0 })
1624
3013
  }
1625
3014
  )
1626
3015
  ] }) });
1627
3016
  }
1628
- function jo() {
3017
+ function qs() {
1629
3018
  return {
1630
3019
  openSearchModal: () => {
1631
3020
  window.dispatchEvent(new CustomEvent("blog:open-search"));
@@ -1635,47 +3024,48 @@ function jo() {
1635
3024
  }
1636
3025
  };
1637
3026
  }
1638
- function Wo() {
1639
- const { i18n: e } = A(), n = Q(), o = X(), { config: a } = O();
1640
- return (c) => {
1641
- const s = a.basePath || "";
1642
- let l = n.pathname;
1643
- s && l.startsWith(s) && (l = l.slice(s.length));
1644
- const g = l.split("/").filter(Boolean), h = g[0];
3027
+ function Ws() {
3028
+ const { i18n: t } = Z(), e = Ee(), o = _e(), { config: n } = ee();
3029
+ return (a) => {
3030
+ const r = n.basePath || "";
3031
+ let l = e.pathname;
3032
+ r && l.startsWith(r) && (l = l.slice(r.length));
3033
+ const c = l.split("/").filter(Boolean), i = c[0];
1645
3034
  let u = "";
1646
- a.supportedLanguages.includes(h) ? (g[0] = c, u = `${s}/${g.join("/")}`) : u = `${s}/${c}${l}`;
1647
- const i = u + n.search + n.hash;
1648
- e.changeLanguage(c), o(i);
3035
+ n.supportedLanguages.includes(i) ? (c[0] = a, u = `${r}/${c.join("/")}`) : u = `${r}/${a}${l}`;
3036
+ const d = u + e.search + e.hash;
3037
+ t.changeLanguage(a), o(d);
1649
3038
  };
1650
3039
  }
1651
3040
  export {
1652
- he as AdvancedModeToggle,
1653
- Ce as ArticleNavigation,
1654
- Ro as BlogProvider,
1655
- me as BlogRoot,
1656
- De as BlogSidebar,
1657
- yn as ContentPage,
1658
- _o as DocumentationLayout,
1659
- Oo as DocumentationRoutes,
3041
+ Tn as AdvancedModeToggle,
3042
+ Mn as ArticleNavigation,
3043
+ Bs as BlogProvider,
3044
+ wn as BlogRoot,
3045
+ qn as BlogSidebar,
3046
+ Xn as Breadcrumb,
3047
+ Ao as ContentPage,
3048
+ ms as DocumentationLayout,
3049
+ Fs as DocumentationRoutes,
1660
3050
  ha as Header,
1661
- Io as HomePage,
1662
- wt as LanguageSelector,
1663
- ft as Metadata,
1664
- Wa as MobileMenu,
1665
- Ao as NavigationContent,
1666
- Nt as NavigationMenu,
1667
- Kn as SearchBar,
1668
- lo as Sidebar,
1669
- Xe as TableOfContents,
1670
- rn as TagResultsModal,
1671
- _n as Tags,
1672
- Eo as createBlogUtils,
1673
- qt as createContentLoaders,
1674
- Z as generateHeadingId,
1675
- _e as getAdjacentArticles,
1676
- ut as getNavigationData,
1677
- O as useBlogConfig,
1678
- Wo as useLanguageChange,
1679
- jo as useSearchModal,
1680
- Ut as useTheme
3051
+ As as HomePage,
3052
+ ht as LanguageSelector,
3053
+ lt as Metadata,
3054
+ Fa as MobileMenu,
3055
+ Hs as NavigationContent,
3056
+ pt as NavigationMenu,
3057
+ Go as SearchBar,
3058
+ ls as Sidebar,
3059
+ Kr as TableOfContents,
3060
+ co as TagResultsModal,
3061
+ vo as Tags,
3062
+ js as createBlogUtils,
3063
+ Yt as createContentLoaders,
3064
+ Ae as generateHeadingId,
3065
+ Cn as getAdjacentArticles,
3066
+ Ue as getNavigationData,
3067
+ ee as useBlogConfig,
3068
+ Ws as useLanguageChange,
3069
+ qs as useSearchModal,
3070
+ zt as useTheme
1681
3071
  };