@dracor/react 1.1.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/README.md +22 -0
  2. package/dist/Theme.d.ts +1 -1
  3. package/dist/components/ApiDoc/ApiDoc.d.ts +1 -1
  4. package/dist/components/AuthorInfo/AuthorInfo.d.ts +1 -1
  5. package/dist/components/Authors/Authors.d.ts +1 -1
  6. package/dist/components/Commit/Commit.d.ts +1 -1
  7. package/dist/components/DebouncedInput/DebouncedInput.d.ts +1 -1
  8. package/dist/components/DocPage/DocPage.d.ts +1 -1
  9. package/dist/components/DownloadButton/DownloadButton.d.ts +1 -1
  10. package/dist/components/IdCopy/IdCopy.d.ts +1 -1
  11. package/dist/components/IdLink/IdLink.d.ts +1 -1
  12. package/dist/components/LanguageMenu/LanguageMenu.d.ts +1 -1
  13. package/dist/components/Navigation/NavBar.d.ts +1 -1
  14. package/dist/components/Navigation/NavItem.d.ts +1 -1
  15. package/dist/components/Navigation/NavMenu.d.ts +1 -1
  16. package/dist/components/TEIText/TEIText.d.ts +1 -1
  17. package/dist/components/Table/Table.d.ts +2 -2
  18. package/dist/components/Tabs/Tabs.d.ts +1 -1
  19. package/dist/components/Years/Years.d.ts +1 -1
  20. package/dist/components/icons/Bibtex.d.ts +1 -1
  21. package/dist/components/icons/Csv.d.ts +1 -1
  22. package/dist/components/icons/Dracor.d.ts +1 -1
  23. package/dist/components/icons/Ein.d.ts +1 -1
  24. package/dist/components/icons/Gexf.d.ts +1 -1
  25. package/dist/components/icons/Graphml.d.ts +1 -1
  26. package/dist/components/icons/Json.d.ts +1 -1
  27. package/dist/components/icons/Rdf.d.ts +1 -1
  28. package/dist/components/icons/Ris.d.ts +1 -1
  29. package/dist/components/icons/Tei.d.ts +1 -1
  30. package/dist/components/icons/Txt.d.ts +1 -1
  31. package/dist/einakter-gh.d.ts +1 -1
  32. package/dist/index.es.js +1077 -1546
  33. package/dist/index.es.js.map +1 -1
  34. package/dist/index.umd.js +5 -10
  35. package/dist/index.umd.js.map +1 -1
  36. package/package.json +33 -31
  37. package/src/dracor.css +65 -0
package/dist/index.es.js CHANGED
@@ -1,396 +1,131 @@
1
- import f1, { useState as j, useEffect as H, Fragment as n1, useRef as u1 } from "react";
2
- import _1 from "swagger-ui-react";
3
- import { faGithub as c1 } from "@fortawesome/free-brands-svg-icons";
4
- import { FontAwesomeIcon as w } from "@fortawesome/react-fontawesome";
5
- import p1 from "react-markdown";
6
- import { faClipboard as b1, faLanguage as j1, faCaretDown as w1, faPenFancy as N1, faTheaterMasks as E1, faBook as M1 } from "@fortawesome/free-solid-svg-icons";
7
- import { CopyToClipboard as y1 } from "react-copy-to-clipboard";
8
- import { Menu as i1, MenuButton as o1, Transition as h1, MenuItems as d1, MenuItem as v1 } from "@headlessui/react";
9
- import { Link as I, useLocation as k1 } from "@tanstack/react-router";
10
- import { useReactTable as Z1, getFilteredRowModel as A1, getSortedRowModel as C1, getCoreRowModel as T1, flexRender as a1 } from "@tanstack/react-table";
11
- import R1 from "CETEIcean";
12
- var V = { exports: {} }, R = {};
13
- var s1;
14
- function S1() {
15
- if (s1) return R;
16
- s1 = 1;
17
- var s = /* @__PURE__ */ Symbol.for("react.transitional.element"), l = /* @__PURE__ */ Symbol.for("react.fragment");
18
- function r(t, c, n) {
19
- var o = null;
20
- if (n !== void 0 && (o = "" + n), c.key !== void 0 && (o = "" + c.key), "key" in c) {
21
- n = {};
22
- for (var d in c)
23
- d !== "key" && (n[d] = c[d]);
24
- } else n = c;
25
- return c = n.ref, {
26
- $$typeof: s,
27
- type: t,
28
- key: o,
29
- ref: c !== void 0 ? c : null,
30
- props: n
31
- };
32
- }
33
- return R.Fragment = l, R.jsx = r, R.jsxs = r, R;
1
+ import e from "swagger-ui-react";
2
+ import { Fragment as t, jsx as n, jsxs as r } from "react/jsx-runtime";
3
+ import { Fragment as i, useEffect as a, useRef as o, useState as s } from "react";
4
+ import { faGithub as c } from "@fortawesome/free-brands-svg-icons";
5
+ import { FontAwesomeIcon as l } from "@fortawesome/react-fontawesome";
6
+ import u from "react-markdown";
7
+ import { faBook as d, faCaretDown as f, faClipboard as p, faLanguage as m, faPenFancy as h, faTheaterMasks as g } from "@fortawesome/free-solid-svg-icons";
8
+ import { CopyToClipboard as _ } from "react-copy-to-clipboard";
9
+ import { Menu as v, MenuButton as y, MenuItem as b, MenuItems as x, Transition as S } from "@headlessui/react";
10
+ import { Link as C, useLocation as w } from "@tanstack/react-router";
11
+ import { flexRender as T, getCoreRowModel as E, getFilteredRowModel as ee, getSortedRowModel as D, useReactTable as O } from "@tanstack/react-table";
12
+ import k from "CETEIcean";
13
+ //#region src/components/ApiDoc/ApiDoc.tsx
14
+ function A({ url: t, title: i }) {
15
+ return /* @__PURE__ */ r("div", { children: [i !== void 0 && /* @__PURE__ */ n("title", { children: i }), /* @__PURE__ */ n(e, {
16
+ url: t,
17
+ deepLinking: !0
18
+ })] });
34
19
  }
35
- var S = {};
36
- var t1;
37
- function P1() {
38
- return t1 || (t1 = 1, process.env.NODE_ENV !== "production" && (function() {
39
- function s(a) {
40
- if (a == null) return null;
41
- if (typeof a == "function")
42
- return a.$$typeof === T ? null : a.displayName || a.name || null;
43
- if (typeof a == "string") return a;
44
- switch (a) {
45
- case A:
46
- return "Fragment";
47
- case N:
48
- return "Profiler";
49
- case F:
50
- return "StrictMode";
51
- case C:
52
- return "Suspense";
53
- case $:
54
- return "SuspenseList";
55
- case O:
56
- return "Activity";
57
- }
58
- if (typeof a == "object")
59
- switch (typeof a.tag == "number" && console.error(
60
- "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
61
- ), a.$$typeof) {
62
- case M:
63
- return "Portal";
64
- case D:
65
- return a.displayName || "Context";
66
- case U:
67
- return (a._context.displayName || "Context") + ".Consumer";
68
- case B:
69
- var i = a.render;
70
- return a = a.displayName, a || (a = i.displayName || i.name || "", a = a !== "" ? "ForwardRef(" + a + ")" : "ForwardRef"), a;
71
- case z:
72
- return i = a.displayName || null, i !== null ? i : s(a.type) || "Memo";
73
- case y:
74
- i = a._payload, a = a._init;
75
- try {
76
- return s(a(i));
77
- } catch {
78
- }
79
- }
80
- return null;
81
- }
82
- function l(a) {
83
- return "" + a;
84
- }
85
- function r(a) {
86
- try {
87
- l(a);
88
- var i = !1;
89
- } catch {
90
- i = !0;
91
- }
92
- if (i) {
93
- i = console;
94
- var x = i.error, g = typeof Symbol == "function" && Symbol.toStringTag && a[Symbol.toStringTag] || a.constructor.name || "Object";
95
- return x.call(
96
- i,
97
- "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
98
- g
99
- ), l(a);
100
- }
101
- }
102
- function t(a) {
103
- if (a === A) return "<>";
104
- if (typeof a == "object" && a !== null && a.$$typeof === y)
105
- return "<...>";
106
- try {
107
- var i = s(a);
108
- return i ? "<" + i + ">" : "<...>";
109
- } catch {
110
- return "<...>";
111
- }
112
- }
113
- function c() {
114
- var a = E.A;
115
- return a === null ? null : a.getOwner();
116
- }
117
- function n() {
118
- return Error("react-stack-top-frame");
119
- }
120
- function o(a) {
121
- if (k.call(a, "key")) {
122
- var i = Object.getOwnPropertyDescriptor(a, "key").get;
123
- if (i && i.isReactWarning) return !1;
124
- }
125
- return a.key !== void 0;
126
- }
127
- function d(a, i) {
128
- function x() {
129
- J || (J = !0, console.error(
130
- "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
131
- i
132
- ));
133
- }
134
- x.isReactWarning = !0, Object.defineProperty(a, "key", {
135
- get: x,
136
- configurable: !0
137
- });
138
- }
139
- function u() {
140
- var a = s(this.type);
141
- return X[a] || (X[a] = !0, console.error(
142
- "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
143
- )), a = this.props.ref, a !== void 0 ? a : null;
144
- }
145
- function v(a, i, x, g, L, Y) {
146
- var f = x.ref;
147
- return a = {
148
- $$typeof: b,
149
- type: a,
150
- key: i,
151
- props: x,
152
- _owner: g
153
- }, (f !== void 0 ? f : null) !== null ? Object.defineProperty(a, "ref", {
154
- enumerable: !1,
155
- get: u
156
- }) : Object.defineProperty(a, "ref", { enumerable: !1, value: null }), a._store = {}, Object.defineProperty(a._store, "validated", {
157
- configurable: !1,
158
- enumerable: !1,
159
- writable: !0,
160
- value: 0
161
- }), Object.defineProperty(a, "_debugInfo", {
162
- configurable: !1,
163
- enumerable: !1,
164
- writable: !0,
165
- value: null
166
- }), Object.defineProperty(a, "_debugStack", {
167
- configurable: !1,
168
- enumerable: !1,
169
- writable: !0,
170
- value: L
171
- }), Object.defineProperty(a, "_debugTask", {
172
- configurable: !1,
173
- enumerable: !1,
174
- writable: !0,
175
- value: Y
176
- }), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
177
- }
178
- function m(a, i, x, g, L, Y) {
179
- var f = i.children;
180
- if (f !== void 0)
181
- if (g)
182
- if (x1(f)) {
183
- for (g = 0; g < f.length; g++)
184
- h(f[g]);
185
- Object.freeze && Object.freeze(f);
186
- } else
187
- console.error(
188
- "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
189
- );
190
- else h(f);
191
- if (k.call(i, "key")) {
192
- f = s(a);
193
- var Z = Object.keys(i).filter(function(g1) {
194
- return g1 !== "key";
195
- });
196
- g = 0 < Z.length ? "{key: someKey, " + Z.join(": ..., ") + ": ...}" : "{key: someKey}", e1[f + g] || (Z = 0 < Z.length ? "{" + Z.join(": ..., ") + ": ...}" : "{}", console.error(
197
- `A props object containing a "key" prop is being spread into JSX:
198
- let props = %s;
199
- <%s {...props} />
200
- React keys must be passed directly to JSX without using spread:
201
- let props = %s;
202
- <%s key={someKey} {...props} />`,
203
- g,
204
- f,
205
- Z,
206
- f
207
- ), e1[f + g] = !0);
208
- }
209
- if (f = null, x !== void 0 && (r(x), f = "" + x), o(i) && (r(i.key), f = "" + i.key), "key" in i) {
210
- x = {};
211
- for (var G in i)
212
- G !== "key" && (x[G] = i[G]);
213
- } else x = i;
214
- return f && d(
215
- x,
216
- typeof a == "function" ? a.displayName || a.name || "Unknown" : a
217
- ), v(
218
- a,
219
- f,
220
- x,
221
- c(),
222
- L,
223
- Y
224
- );
225
- }
226
- function h(a) {
227
- p(a) ? a._store && (a._store.validated = 1) : typeof a == "object" && a !== null && a.$$typeof === y && (a._payload.status === "fulfilled" ? p(a._payload.value) && a._payload.value._store && (a._payload.value._store.validated = 1) : a._store && (a._store.validated = 1));
228
- }
229
- function p(a) {
230
- return typeof a == "object" && a !== null && a.$$typeof === b;
231
- }
232
- var _ = f1, b = /* @__PURE__ */ Symbol.for("react.transitional.element"), M = /* @__PURE__ */ Symbol.for("react.portal"), A = /* @__PURE__ */ Symbol.for("react.fragment"), F = /* @__PURE__ */ Symbol.for("react.strict_mode"), N = /* @__PURE__ */ Symbol.for("react.profiler"), U = /* @__PURE__ */ Symbol.for("react.consumer"), D = /* @__PURE__ */ Symbol.for("react.context"), B = /* @__PURE__ */ Symbol.for("react.forward_ref"), C = /* @__PURE__ */ Symbol.for("react.suspense"), $ = /* @__PURE__ */ Symbol.for("react.suspense_list"), z = /* @__PURE__ */ Symbol.for("react.memo"), y = /* @__PURE__ */ Symbol.for("react.lazy"), O = /* @__PURE__ */ Symbol.for("react.activity"), T = /* @__PURE__ */ Symbol.for("react.client.reference"), E = _.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, k = Object.prototype.hasOwnProperty, x1 = Array.isArray, W = console.createTask ? console.createTask : function() {
233
- return null;
234
- };
235
- _ = {
236
- react_stack_bottom_frame: function(a) {
237
- return a();
238
- }
239
- };
240
- var J, X = {}, Q = _.react_stack_bottom_frame.bind(
241
- _,
242
- n
243
- )(), K = W(t(n)), e1 = {};
244
- S.Fragment = A, S.jsx = function(a, i, x) {
245
- var g = 1e4 > E.recentlyCreatedOwnerStacks++;
246
- return m(
247
- a,
248
- i,
249
- x,
250
- !1,
251
- g ? Error("react-stack-top-frame") : Q,
252
- g ? W(t(a)) : K
253
- );
254
- }, S.jsxs = function(a, i, x) {
255
- var g = 1e4 > E.recentlyCreatedOwnerStacks++;
256
- return m(
257
- a,
258
- i,
259
- x,
260
- !0,
261
- g ? Error("react-stack-top-frame") : Q,
262
- g ? W(t(a)) : K
263
- );
264
- };
265
- })()), S;
266
- }
267
- var r1;
268
- function H1() {
269
- return r1 || (r1 = 1, process.env.NODE_ENV === "production" ? V.exports = S1() : V.exports = P1()), V.exports;
270
- }
271
- var e = H1();
272
- function x0({ url: s, title: l }) {
273
- return /* @__PURE__ */ e.jsxs("div", { children: [
274
- l !== void 0 && /* @__PURE__ */ e.jsx("title", { children: l }),
275
- /* @__PURE__ */ e.jsx(_1, { url: s, deepLinking: !0 })
276
- ] });
277
- }
278
- const $1 = [
279
- {
280
- schema: "wikidata",
281
- label: "Wikidata",
282
- url: "https://www.wikidata.org/wiki",
283
- pattern: "https://www.wikidata.org/(?:wiki|entity)",
284
- classes: "pl-[26px] bg-(image:--img-wikidata) bg-[length:17px]"
285
- },
286
- {
287
- schema: "dracor",
288
- label: "DraCor",
289
- url: "https://dracor.org/id",
290
- classes: "pl-[23px] bg-(image:--img-dracor) bg-[length:13px]"
291
- },
292
- {
293
- schema: "wega",
294
- label: "Carl-Maria-von-Weber-Gesamtausgabe (WeGA)",
295
- url: "https://weber-gesamtausgabe.de",
296
- classes: "pl-[23px] bg-(image:--img-wega) bg-[length:13px]"
297
- },
298
- {
299
- schema: "isni",
300
- label: "ISNI",
301
- url: "https://isni.org/isni"
302
- },
303
- {
304
- schema: "gnd",
305
- label: "GND",
306
- url: "https://d-nb.info/gnd",
307
- pattern: "https?://d-nb.info/gnd",
308
- classes: "pl-[23px] bg-(image:--img-dnb) bg-[length:15px]"
309
- },
310
- {
311
- schema: "pnd",
312
- label: "GND",
313
- url: "https://d-nb.info/gnd"
314
- },
315
- {
316
- schema: "viaf",
317
- label: "VIAF",
318
- url: "https://viaf.org/viaf",
319
- classes: "pl-[23px] bg-(image:--img-oclc) bg-[length:15px]"
320
- }
20
+ //#endregion
21
+ //#region src/components/IdLink/IdLink.tsx
22
+ var j = [
23
+ {
24
+ schema: "wikidata",
25
+ label: "Wikidata",
26
+ url: "https://www.wikidata.org/wiki",
27
+ pattern: "https://www.wikidata.org/(?:wiki|entity)",
28
+ classes: "pl-[26px] bg-(image:--img-wikidata) bg-[length:17px]"
29
+ },
30
+ {
31
+ schema: "dracor",
32
+ label: "DraCor",
33
+ url: "https://dracor.org/id",
34
+ classes: "pl-[23px] bg-(image:--img-dracor) bg-[length:13px]"
35
+ },
36
+ {
37
+ schema: "wega",
38
+ label: "Carl-Maria-von-Weber-Gesamtausgabe (WeGA)",
39
+ url: "https://weber-gesamtausgabe.de",
40
+ classes: "pl-[23px] bg-(image:--img-wega) bg-[length:13px]"
41
+ },
42
+ {
43
+ schema: "isni",
44
+ label: "ISNI",
45
+ url: "https://isni.org/isni"
46
+ },
47
+ {
48
+ schema: "gnd",
49
+ label: "GND",
50
+ url: "https://d-nb.info/gnd",
51
+ pattern: "https?://d-nb.info/gnd",
52
+ classes: "pl-[23px] bg-(image:--img-dnb) bg-[length:15px]"
53
+ },
54
+ {
55
+ schema: "pnd",
56
+ label: "GND",
57
+ url: "https://d-nb.info/gnd"
58
+ },
59
+ {
60
+ schema: "viaf",
61
+ label: "VIAF",
62
+ url: "https://viaf.org/viaf",
63
+ classes: "pl-[23px] bg-(image:--img-oclc) bg-[length:15px]"
64
+ }
321
65
  ];
322
- function m1({ showLabel: s, children: l, className: r }) {
323
- let t = "inline-flex bg-white bg-no-repeat bg-[5px] rounded-sm px-1.5 gap-1 align-text-bottom", c;
324
- const n = $1.find(({ pattern: v, url: m, schema: h }) => {
325
- const p = new RegExp(
326
- `^(?:${v || m}/|${h}:)([a-z\\d]+)$`,
327
- "i"
328
- ), _ = l.match(p);
329
- return _ ? (c = _[1], !0) : !1;
330
- });
331
- if (!n)
332
- return /* @__PURE__ */ e.jsx("span", { className: t, children: l });
333
- const { url: o, label: d, classes: u = "" } = n;
334
- return t += ` ${u}`, /* @__PURE__ */ e.jsxs("span", { className: t, children: [
335
- s && `${d}: `,
336
- /* @__PURE__ */ e.jsx("a", { className: r, href: `${o}/${c}`, title: d, children: c })
337
- ] });
66
+ function M({ showLabel: e, children: t, className: i }) {
67
+ let a = "inline-flex bg-white bg-no-repeat bg-[5px] rounded-sm px-1.5 gap-1 align-text-bottom", o, s = j.find(({ pattern: e, url: n, schema: r }) => {
68
+ let i = RegExp(`^(?:${e || n}/|${r}:)([a-z\\d]+)$`, "i"), a = t.match(i);
69
+ return a ? (o = a[1], !0) : !1;
70
+ });
71
+ if (!s) return /* @__PURE__ */ n("span", {
72
+ className: a,
73
+ children: t
74
+ });
75
+ let { url: c, label: l, classes: u = "" } = s;
76
+ return a += ` ${u}`, /* @__PURE__ */ r("span", {
77
+ className: a,
78
+ children: [e && `${l}: `, /* @__PURE__ */ n("a", {
79
+ className: i,
80
+ href: `${c}/${o}`,
81
+ title: l,
82
+ children: o
83
+ })]
84
+ });
338
85
  }
339
- function P(s, l = 0) {
340
- if (s === null)
341
- return "";
342
- const r = parseInt(s, 10);
343
- return r < 0 ? `${r * -1} BCE` : r < l ? `${r} CE` : String(r);
86
+ //#endregion
87
+ //#region src/utils.ts
88
+ function N(e, t = 0) {
89
+ if (e === null) return "";
90
+ let n = parseInt(e, 10);
91
+ return n < 0 ? `${n * -1} BCE` : n < t ? `${n} CE` : String(n);
344
92
  }
345
- function q(s, l = "en-GB") {
346
- const r = `${s}`;
347
- if (r.match("^-[0-9]{4}/-[0-9]{4}$")) {
348
- const t = r.split("/").map((c) => parseInt(c, 10) * -1);
349
- return `${t[0]}-${t[1]} BCE`;
350
- }
351
- if (r.match("^-?[0-9]{4}/-?[0-9]{4}$")) {
352
- const t = r.split("/");
353
- return `${P(t[0])}-${P(t[1], 1e3)}`;
354
- }
355
- if (r.match("^[0-9]{4}-[0-9]{2}$"))
356
- return new Date(r).toLocaleDateString(l, { month: "long", year: "numeric" });
357
- if (r.match("^[0-9]{4}-[0-9]{2}-[0-9]{2}$"))
358
- return new Date(r).toLocaleDateString(l, {
359
- day: "numeric",
360
- month: "long",
361
- year: "numeric"
362
- });
363
- if (r.match("^>-?[0-9]{4}")) {
364
- const t = r.substring(1);
365
- return `after ${P(t, 1e3)}`;
366
- }
367
- if (r.match("^<-?[0-9]{4}")) {
368
- const t = r.substring(1);
369
- return `before ${P(t, 1e3)}`;
370
- }
371
- return r.match("^-?[0-9]{4}") ? P(r, 1e3) : r;
93
+ function P(e, t = "en-GB") {
94
+ let n = `${e}`;
95
+ if (n.match("^-[0-9]{4}/-[0-9]{4}$")) {
96
+ let e = n.split("/").map((e) => parseInt(e, 10) * -1);
97
+ return `${e[0]}-${e[1]} BCE`;
98
+ }
99
+ if (n.match("^-?[0-9]{4}/-?[0-9]{4}$")) {
100
+ let e = n.split("/");
101
+ return `${N(e[0])}-${N(e[1], 1e3)}`;
102
+ }
103
+ return n.match("^[0-9]{4}-[0-9]{2}$") ? new Date(n).toLocaleDateString(t, {
104
+ month: "long",
105
+ year: "numeric"
106
+ }) : n.match("^[0-9]{4}-[0-9]{2}-[0-9]{2}$") ? new Date(n).toLocaleDateString(t, {
107
+ day: "numeric",
108
+ month: "long",
109
+ year: "numeric"
110
+ }) : n.match("^>-?[0-9]{4}") ? `after ${N(n.substring(1), 1e3)}` : n.match("^<-?[0-9]{4}") ? `before ${N(n.substring(1), 1e3)}` : n.match("^-?[0-9]{4}") ? N(n, 1e3) : n;
372
111
  }
373
- const z1 = "https://query.wikidata.org/sparql", O1 = "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='102' height='137' viewBox='-305 -516 610 820'%3E%3Ctitle%3EWikimedia Commons Logo%3C/title%3E%3Cdefs%3E%3CclipPath id='c'%3E%3Ccircle r='298'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle r='100' fill='%23900'/%3E%3Cg fill='%23069'%3E%3Cg id='arrow' clip-path='url(%23c)'%3E%3Cpath d='m-11 180v118h22v-118'/%3E%3Cpath d='m-43 185l43-75 43 75'/%3E%3C/g%3E%3Cg id='arrows3'%3E%3Cuse xlink:href='%23arrow' transform='rotate(45)'/%3E%3Cuse xlink:href='%23arrow' transform='rotate(90)'/%3E%3Cuse xlink:href='%23arrow' transform='rotate(135)'/%3E%3C/g%3E%3Cuse xlink:href='%23arrows3' transform='scale(-1 1)'/%3E%3Cpath id='blue_path' transform='rotate(-45)' stroke='%23069' stroke-width='84' fill='none' d='M 0,-256 A 256 256 0 1 0 256,0 C 256,-100 155,-150 250,-275'/%3E%3Cpath id='arrow_top' d='m-23-515s-36 135-80 185 116-62 170-5-90-180-90-180z'/%3E%3C/g%3E%3C/svg%3E";
374
- function g0({
375
- wikidataId: s,
376
- name: l,
377
- birthLabel: r = "b.",
378
- deathLabel: t = "d.",
379
- unknownLabel: c = "unknown"
380
- }) {
381
- const [n, o] = j(null);
382
- H(() => {
383
- function p(b) {
384
- return b.startsWith("http://www.wikidata.org/.well-known/genid") ? c : q(b.replace(/^(-?\d{4}).*$/, "$1"));
385
- }
386
- async function _(b) {
387
- const M = `
112
+ //#endregion
113
+ //#region src/components/AuthorInfo/AuthorInfo.tsx
114
+ var F = "https://query.wikidata.org/sparql", I = "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='102' height='137' viewBox='-305 -516 610 820'%3E%3Ctitle%3EWikimedia Commons Logo%3C/title%3E%3Cdefs%3E%3CclipPath id='c'%3E%3Ccircle r='298'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle r='100' fill='%23900'/%3E%3Cg fill='%23069'%3E%3Cg id='arrow' clip-path='url(%23c)'%3E%3Cpath d='m-11 180v118h22v-118'/%3E%3Cpath d='m-43 185l43-75 43 75'/%3E%3C/g%3E%3Cg id='arrows3'%3E%3Cuse xlink:href='%23arrow' transform='rotate(45)'/%3E%3Cuse xlink:href='%23arrow' transform='rotate(90)'/%3E%3Cuse xlink:href='%23arrow' transform='rotate(135)'/%3E%3C/g%3E%3Cuse xlink:href='%23arrows3' transform='scale(-1 1)'/%3E%3Cpath id='blue_path' transform='rotate(-45)' stroke='%23069' stroke-width='84' fill='none' d='M 0,-256 A 256 256 0 1 0 256,0 C 256,-100 155,-150 250,-275'/%3E%3Cpath id='arrow_top' d='m-23-515s-36 135-80 185 116-62 170-5-90-180-90-180z'/%3E%3C/g%3E%3C/svg%3E";
115
+ function L({ wikidataId: e, name: t, birthLabel: i = "b.", deathLabel: o = "d.", unknownLabel: c = "unknown" }) {
116
+ let [l, u] = s(null);
117
+ a(() => {
118
+ function t(e) {
119
+ return e.startsWith("http://www.wikidata.org/.well-known/genid") ? c : P(e.replace(/^(-?\d{4}).*$/, "$1"));
120
+ }
121
+ async function n(e) {
122
+ let n = `
388
123
  SELECT ?author ?authorLabel ?birthDate ?deathDate ?gender ?genderLabel
389
124
  ?birthPlace ?birthPlaceLabel ?birthCoord
390
125
  ?deathPlace ?deathPlaceLabel ?deathCoord
391
126
  ?img ?gnd
392
127
  WHERE {
393
- BIND (wd:${b} AS ?author)
128
+ BIND (wd:${e} AS ?author)
394
129
  OPTIONAL { ?author wdt:P569 ?birthDate. }
395
130
  OPTIONAL { ?author wdt:P570 ?deathDate. }
396
131
  OPTIONAL { ?author wdt:P21 ?gender. }
@@ -401,1181 +136,977 @@ WHERE {
401
136
  OPTIONAL { ?author wdt:P227 ?gnd. }
402
137
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
403
138
  }
404
- `, A = `${z1}?query=${encodeURIComponent(M)}`, F = {
405
- method: "GET",
406
- headers: {
407
- Accept: "application/json"
408
- }
409
- };
410
- try {
411
- const N = await fetch(A, F);
412
- if (N.status !== 200) {
413
- console.log(N.status);
414
- return;
415
- }
416
- const D = (await N.json()).results?.bindings || [], {
417
- authorLabel: B,
418
- img: C,
419
- birthDate: $,
420
- birthPlaceLabel: z,
421
- deathDate: y,
422
- deathPlaceLabel: O
423
- } = D[0], T = [], E = [];
424
- $?.value && T.push(p($.value)), z?.value && T.push(z.value), y?.value && E.push(p(y.value)), O?.value && E.push(O.value);
425
- const k = { name: B.value, birth: T, death: E };
426
- C?.value && (k.imageUrl = C.value.replace(/^http:/, "https:"), k.commonsPage = C.value.replace(/Special:FilePath\//, "File:").replace(/^http:/, "https:")), o(k);
427
- } catch (N) {
428
- console.log(N);
429
- }
430
- }
431
- s && _(s);
432
- }, [s, c]);
433
- const { name: d, imageUrl: u, commonsPage: v, birth: m = [], death: h = [] } = n || {};
434
- return /* @__PURE__ */ e.jsxs("div", { className: "flex whitespace-nowrap", children: [
435
- /* @__PURE__ */ e.jsxs(
436
- "div",
437
- {
438
- className: "relative w-[5em] h-[6em] overflow-hidden bg-(image:--img-author) bg-no-repeat bg-center bg-primary rounded-md border-2 border-primary mr-4",
439
- style: { backgroundSize: "70%" },
440
- children: [
441
- u && /* @__PURE__ */ e.jsx(
442
- "img",
443
- {
444
- src: u,
445
- title: d,
446
- alt: "",
447
- className: "object-cover object-top w-full h-full"
448
- }
449
- ),
450
- v && /* @__PURE__ */ e.jsx(
451
- "a",
452
- {
453
- href: v,
454
- title: "© Wikimedia Commons",
455
- className: "absolute flex inset-0 z-10 bg-white/0 hover:bg-white/60",
456
- children: /* @__PURE__ */ e.jsx(
457
- "img",
458
- {
459
- src: O1,
460
- className: "opacity-0 hover:opacity-100 place-self-center w-full h-full p-[20%]",
461
- width: "17",
462
- alt: "Wikimedia Commons"
463
- }
464
- )
465
- }
466
- )
467
- ]
468
- }
469
- ),
470
- /* @__PURE__ */ e.jsxs("span", { children: [
471
- /* @__PURE__ */ e.jsx("div", { className: "text-lg", children: l || d }),
472
- s && /* @__PURE__ */ e.jsx("div", { children: /* @__PURE__ */ e.jsx(m1, { children: `wikidata:${s}` }) }),
473
- m.length > 0 && /* @__PURE__ */ e.jsxs("div", { children: [
474
- r,
475
- " ",
476
- m.join(", ")
477
- ] }),
478
- h.length > 0 && /* @__PURE__ */ e.jsxs("div", { children: [
479
- t,
480
- " ",
481
- h.join(", ")
482
- ] })
483
- ] })
484
- ] });
139
+ `, r = `${F}?query=${encodeURIComponent(n)}`, i = {
140
+ method: "GET",
141
+ headers: { Accept: "application/json" }
142
+ };
143
+ try {
144
+ let e = await fetch(r, i);
145
+ if (e.status !== 200) {
146
+ console.log(e.status);
147
+ return;
148
+ }
149
+ let { authorLabel: n, img: a, birthDate: o, birthPlaceLabel: s, deathDate: c, deathPlaceLabel: l } = ((await e.json()).results?.bindings || [])[0], d = [], f = [];
150
+ o?.value && d.push(t(o.value)), s?.value && d.push(s.value), c?.value && f.push(t(c.value)), l?.value && f.push(l.value);
151
+ let p = {
152
+ name: n.value,
153
+ birth: d,
154
+ death: f
155
+ };
156
+ a?.value && (p.imageUrl = a.value.replace(/^http:/, "https:"), p.commonsPage = a.value.replace(/Special:FilePath\//, "File:").replace(/^http:/, "https:")), u(p);
157
+ } catch (e) {
158
+ console.log(e);
159
+ }
160
+ }
161
+ e && n(e);
162
+ }, [e, c]);
163
+ let { name: d, imageUrl: f, commonsPage: p, birth: m = [], death: h = [] } = l || {};
164
+ return /* @__PURE__ */ r("div", {
165
+ className: "flex whitespace-nowrap",
166
+ children: [/* @__PURE__ */ r("div", {
167
+ className: "relative w-[5em] h-[6em] overflow-hidden bg-(image:--img-author) bg-no-repeat bg-center bg-primary rounded-md border-2 border-primary mr-4",
168
+ style: { backgroundSize: "70%" },
169
+ children: [f && /* @__PURE__ */ n("img", {
170
+ src: f,
171
+ title: d,
172
+ alt: "",
173
+ className: "object-cover object-top w-full h-full"
174
+ }), p && /* @__PURE__ */ n("a", {
175
+ href: p,
176
+ title: Wikimedia Commons",
177
+ className: "absolute flex inset-0 z-10 bg-white/0 hover:bg-white/60",
178
+ children: /* @__PURE__ */ n("img", {
179
+ src: I,
180
+ className: "opacity-0 hover:opacity-100 place-self-center w-full h-full p-[20%]",
181
+ width: "17",
182
+ alt: "Wikimedia Commons"
183
+ })
184
+ })]
185
+ }), /* @__PURE__ */ r("span", { children: [
186
+ /* @__PURE__ */ n("div", {
187
+ className: "text-lg",
188
+ children: t || d
189
+ }),
190
+ e && /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n(M, { children: `wikidata:${e}` }) }),
191
+ m.length > 0 && /* @__PURE__ */ r("div", { children: [
192
+ i,
193
+ " ",
194
+ m.join(", ")
195
+ ] }),
196
+ h.length > 0 && /* @__PURE__ */ r("div", { children: [
197
+ o,
198
+ " ",
199
+ h.join(", ")
200
+ ] })
201
+ ] })]
202
+ });
485
203
  }
486
- const f0 = ({ data: s }) => /* @__PURE__ */ e.jsx(e.Fragment, { children: s.map((l, r) => /* @__PURE__ */ e.jsxs("span", { children: [
487
- r > 0 && /* @__PURE__ */ e.jsx("br", {}),
488
- l.name,
489
- l.pseudonym && /* @__PURE__ */ e.jsxs("i", { children: [
490
- " (",
491
- l.pseudonym,
492
- ")"
493
- ] }),
494
- l.ref && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
495
- " ",
496
- /* @__PURE__ */ e.jsx("small", { children: /* @__PURE__ */ e.jsx(m1, { children: l.ref }) })
497
- ] })
498
- ] }, `${r}-${l.name}`)) });
499
- function u0({ repo: s, children: l }) {
500
- const r = l.trim(), t = r.substring(0, 7), c = `${s}/commit/${r}`;
501
- return s ? /* @__PURE__ */ e.jsxs(
502
- "a",
503
- {
504
- href: c,
505
- target: "_blank",
506
- rel: "noreferrer noopener",
507
- className: "text-sm",
508
- children: [
509
- /* @__PURE__ */ e.jsx(w, { icon: c1, size: "lg", className: "mr-1" }),
510
- t
511
- ]
512
- }
513
- ) : /* @__PURE__ */ e.jsx("span", { title: "Git commit", children: t });
204
+ //#endregion
205
+ //#region src/components/Authors/Authors.tsx
206
+ var R = ({ data: e }) => /* @__PURE__ */ n(t, { children: e.map((e, i) => /* @__PURE__ */ r("span", { children: [
207
+ i > 0 && /* @__PURE__ */ n("br", {}),
208
+ e.name,
209
+ e.pseudonym && /* @__PURE__ */ r("i", { children: [
210
+ " (",
211
+ e.pseudonym,
212
+ ")"
213
+ ] }),
214
+ e.ref && /* @__PURE__ */ r(t, { children: [" ", /* @__PURE__ */ n("small", { children: /* @__PURE__ */ n(M, { children: e.ref }) })] })
215
+ ] }, `${i}-${e.name}`)) });
216
+ //#endregion
217
+ //#region src/components/Commit/Commit.tsx
218
+ function z({ repo: e, children: t }) {
219
+ let i = t.trim(), a = i.substring(0, 7), o = `${e}/commit/${i}`;
220
+ return e ? /* @__PURE__ */ r("a", {
221
+ href: o,
222
+ target: "_blank",
223
+ rel: "noreferrer noopener",
224
+ className: "text-sm",
225
+ children: [/* @__PURE__ */ n(l, {
226
+ icon: c,
227
+ size: "lg",
228
+ className: "mr-1"
229
+ }), a]
230
+ }) : /* @__PURE__ */ n("span", {
231
+ title: "Git commit",
232
+ children: a
233
+ });
514
234
  }
515
- function L1({
516
- value: s,
517
- onChange: l,
518
- debounce: r = 500,
519
- ...t
520
- }) {
521
- const [c, n] = j(s);
522
- return H(() => {
523
- n(s);
524
- }, [s]), H(() => {
525
- const o = setTimeout(() => {
526
- l(c);
527
- }, r);
528
- return () => clearTimeout(o);
529
- }, [c]), /* @__PURE__ */ e.jsx(
530
- "input",
531
- {
532
- ...t,
533
- value: c,
534
- onChange: (o) => n(o.target.value)
535
- }
536
- );
235
+ //#endregion
236
+ //#region src/components/DebouncedInput/DebouncedInput.tsx
237
+ function B({ value: e, onChange: t, debounce: r = 500, ...i }) {
238
+ let [o, c] = s(e), [l, u] = s(e);
239
+ return l !== e && (u(e), c(e)), a(() => {
240
+ let e = setTimeout(() => {
241
+ t(o);
242
+ }, r);
243
+ return () => clearTimeout(e);
244
+ }, [o]), /* @__PURE__ */ n("input", {
245
+ ...i,
246
+ value: o,
247
+ onChange: (e) => c(e.target.value)
248
+ });
537
249
  }
538
- function _0({
539
- url: s,
540
- match: l,
541
- components: r,
542
- rehypePlugins: t
543
- }) {
544
- const [c, n] = j(""), [o, d] = j("");
545
- return H(() => {
546
- async function u(m) {
547
- try {
548
- const h = await fetch(m, { method: "GET" });
549
- if (h.status == 404) {
550
- n("Not Found"), d("Not Found");
551
- return;
552
- }
553
- if (h.status !== 200)
554
- throw console.log(h.status), new Error(`Request failed with status ${h.status}`);
555
- const p = h.headers.get("content-type");
556
- if (!p || !p.includes("text/markdown")) {
557
- n("Oops, we haven't got Markdown!"), d("No Markdown");
558
- return;
559
- }
560
- const _ = await h.text();
561
- n(_);
562
- const M = _.replace(/^\s+/, "").split(/(\n|\r|\r\n){2,}/)[0].match(/^#\s*(.+)/);
563
- d(M ? M[1] : "...");
564
- } catch (h) {
565
- h instanceof Error && h.message === "Request failed with status code 404" ? (n("Not Found"), d("Not Found")) : (n("Something went wrong."), d("Error"), console.error(h));
566
- }
567
- }
568
- const v = s || (l ? l() : null);
569
- v && u(v);
570
- }, [s, l]), /* @__PURE__ */ e.jsxs("div", { children: [
571
- o && /* @__PURE__ */ e.jsx("title", { children: o }),
572
- /* @__PURE__ */ e.jsx(
573
- p1,
574
- {
575
- children: c,
576
- components: r,
577
- rehypePlugins: t
578
- }
579
- )
580
- ] });
250
+ //#endregion
251
+ //#region src/components/DocPage/DocPage.tsx
252
+ function V({ url: e, match: t, components: i, rehypePlugins: o }) {
253
+ let [c, l] = s(""), [d, f] = s("");
254
+ return a(() => {
255
+ async function n(e) {
256
+ try {
257
+ let t = await fetch(e, { method: "GET" });
258
+ if (t.status == 404) {
259
+ l("Not Found"), f("Not Found");
260
+ return;
261
+ }
262
+ if (t.status !== 200) throw console.log(t.status), Error(`Request failed with status ${t.status}`);
263
+ let n = t.headers.get("content-type");
264
+ if (!n || !n.includes("text/markdown")) {
265
+ l("Oops, we haven't got Markdown!"), f("No Markdown");
266
+ return;
267
+ }
268
+ let r = await t.text();
269
+ l(r);
270
+ let i = r.replace(/^\s+/, "").split(/(\n|\r|\r\n){2,}/)[0].match(/^#\s*(.+)/);
271
+ f(i ? i[1] : "...");
272
+ } catch (e) {
273
+ l("Something went wrong."), f("Error"), console.error(e);
274
+ }
275
+ }
276
+ let r = e || (t ? t() : null);
277
+ r && n(r);
278
+ }, [e, t]), /* @__PURE__ */ r("div", { children: [d && /* @__PURE__ */ n("title", { children: d }), /* @__PURE__ */ n(u, {
279
+ children: c,
280
+ components: i,
281
+ rehypePlugins: o
282
+ })] });
581
283
  }
582
- const V1 = (s) => /* @__PURE__ */ e.jsxs(
583
- "svg",
584
- {
585
- xmlns: "http://www.w3.org/2000/svg",
586
- viewBox: "0 0 235.93 314.58",
587
- ...s,
588
- children: [
589
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".bibtex_svg__cls-2{fill:#08f}.bibtex_svg__cls-3{fill:#fff}" }) }),
590
- /* @__PURE__ */ e.jsx("g", { id: "bibtex_svg__Ebene_2", "data-name": "Ebene 2", children: /* @__PURE__ */ e.jsxs("g", { id: "bibtex_svg__Ebene_1-2", "data-name": "Ebene 1", children: [
591
- /* @__PURE__ */ e.jsx(
592
- "path",
593
- {
594
- d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
595
- style: {
596
- fill: "#1f2448"
597
- }
598
- }
599
- ),
600
- /* @__PURE__ */ e.jsx(
601
- "path",
602
- {
603
- d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
604
- className: "bibtex_svg__cls-2"
605
- }
606
- ),
607
- /* @__PURE__ */ e.jsx(
608
- "rect",
609
- {
610
- width: 204.98,
611
- height: 74.77,
612
- x: 15.48,
613
- y: 224.33,
614
- className: "bibtex_svg__cls-3",
615
- rx: 23.84
616
- }
617
- ),
618
- /* @__PURE__ */ e.jsx(
619
- "path",
620
- {
621
- d: "M69.65 284.34a1.51 1.51 0 0 1-1.6-1.6v-41.6a1.53 1.53 0 0 1 1.6-1.6h19.13a21.45 21.45 0 0 1 8.77 1.54 10.69 10.69 0 0 1 5 4.35 13 13 0 0 1 1.64 6.66 9.24 9.24 0 0 1-.87 4.13 10 10 0 0 1-2.08 2.91 10.14 10.14 0 0 1-2.37 1.73 11.06 11.06 0 0 1 4.39 3.8 10.52 10.52 0 0 1 1.89 6.24 13.41 13.41 0 0 1-1.83 7.11 12.12 12.12 0 0 1-5.32 4.67 20.32 20.32 0 0 1-8.71 1.66Zm8.83-26.75h9a6 6 0 0 0 4.52-1.47 5.17 5.17 0 0 0 1.44-3.78 5 5 0 0 0-1.44-3.71 6.14 6.14 0 0 0-4.45-1.41h-9Zm0 19.07h9.66a5.85 5.85 0 0 0 4.61-1.72 5.93 5.93 0 0 0 1.54-4 5.87 5.87 0 0 0-1.57-4.12 5.94 5.94 0 0 0-4.58-1.7h-9.66ZM114.19 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6A1.57 1.57 0 0 1 113 240a1.55 1.55 0 0 1 1.15-.45h7.55a1.58 1.58 0 0 1 1.12.45 1.52 1.52 0 0 1 .48 1.15v41.6a1.52 1.52 0 0 1-.48 1.16 1.57 1.57 0 0 1-1.12.44ZM134.28 284.34a1.51 1.51 0 0 1-1.59-1.6v-41.6a1.53 1.53 0 0 1 1.59-1.6h19.14a21.45 21.45 0 0 1 8.77 1.54 10.69 10.69 0 0 1 5 4.35 13 13 0 0 1 1.64 6.66 9.24 9.24 0 0 1-.87 4.13 10.23 10.23 0 0 1-4.45 4.64 11.06 11.06 0 0 1 4.39 3.8 10.52 10.52 0 0 1 1.89 6.24A13.41 13.41 0 0 1 168 278a12.12 12.12 0 0 1-5.34 4.67 20.32 20.32 0 0 1-8.71 1.66Zm8.84-26.75h9a6 6 0 0 0 4.45-1.47 5.17 5.17 0 0 0 1.44-3.78 5 5 0 0 0-1.44-3.71 6.14 6.14 0 0 0-4.45-1.41h-9Zm0 19.07h9.66a5.86 5.86 0 0 0 4.61-1.72 5.93 5.93 0 0 0 1.54-4 5.87 5.87 0 0 0-1.57-4.12 5.94 5.94 0 0 0-4.58-1.7h-9.66Z",
622
- className: "bibtex_svg__cls-2"
623
- }
624
- ),
625
- /* @__PURE__ */ e.jsx(
626
- "path",
627
- {
628
- id: "bibtex_svg__path14",
629
- d: "M67.11 72.89v1.6c4.63 0 5.38 0 5.38 3v36.06c0 3-.73 3-5.38 3v1.6h22.77c8.47 0 14-6 14-12.06S98.41 95 91.33 94.55c6.35-1.25 10.79-5.49 10.79-10.53 0-5.5-5.43-11.14-14-11.14Zm9.67 21.18v-17c0-2.26.13-2.6 2.76-2.6H88A9.24 9.24 0 0 1 97.38 84c0 5.05-4 10.11-11.12 10.11Zm2.76 22.51c-2.62 0-2.75-.33-2.75-2.6V95.15H89c6.77 0 10.07 6.07 10.07 10.95a10.55 10.55 0 0 1-10.92 10.48",
630
- className: "bibtex_svg__cls-3"
631
- }
632
- ),
633
- /* @__PURE__ */ e.jsx(
634
- "path",
635
- {
636
- id: "bibtex_svg__path16",
637
- d: "M116.45 89c0-2.85.34-3.18 5.14-3.18v-1.6c-2.25.06-5.71.2-7.43.2s-5.18-.13-7.44-.2v1.6c4.59 0 4.91.33 4.91 3.18v24.44c0 2.84-.31 3.18-4.91 3.18v1.6c2.26-.06 5.71-.19 7.44-.19s5.17.13 7.43.19v-1.6c-4.8 0-5.14-.32-5.14-3.18",
638
- className: "bibtex_svg__cls-3"
639
- }
640
- ),
641
- /* @__PURE__ */ e.jsx(
642
- "path",
643
- {
644
- id: "bibtex_svg__path18",
645
- d: "M125.4 84.15v1.6c4.39 0 4.71.4 4.71 3.12v24.57c0 2.72-.32 3.12-4.71 3.12v1.6h20c7.36 0 12-4.5 12-9.13 0-4.3-4.25-7.94-10-8.67 4.71-1 8.49-4 8.49-7.81 0-4.16-4.64-8.4-11.87-8.4Zm9 15.54V88.61c0-2.64.33-2.84 2.68-2.84h6.43a6.7 6.7 0 0 1 7.11 6.73c0 2.38-1.74 7.19-8.72 7.19Zm0 1.34h10c5.64 0 7.45 5.11 7.45 7.94 0 3-2.19 7.6-8.24 7.6h-6.52c-2.32 0-2.64-.2-2.64-2.89",
646
- className: "bibtex_svg__cls-3"
647
- }
648
- ),
649
- /* @__PURE__ */ e.jsx(
650
- "path",
651
- {
652
- id: "bibtex_svg__path20",
653
- d: "M97.87 123.82H59.54l-1.12 14.68h1.19c.86-11 1.8-12.92 12.09-12.92h3.67c1.27.2 1.27 1 1.27 2.54v36.12c0 2.4-.2 3.13-5.8 3.13H69V169c3.18-.06 6.5-.13 9.76-.13s6.57.07 9.75.13v-1.61h-1.89c-5.51 0-5.7-.73-5.7-3.13v-36.14c0-1.47 0-2.27 1.19-2.54h3.64c10.16 0 11.15 1.92 12 12.92H99",
654
- className: "bibtex_svg__cls-3"
655
- }
656
- ),
657
- /* @__PURE__ */ e.jsx(
658
- "path",
659
- {
660
- id: "bibtex_svg__path22",
661
- d: "M130.91 172.3h-1.2c-1.45 9.84-2.31 15.19-14 15.19h-9.21c-2.65 0-2.78-.34-2.78-2.62v-18.55H110c6.26 0 6.86 2.29 6.86 7.89h1.07V157h-1.07c0 5.5-.6 7.76-6.86 7.76h-6.26v-16.5c0-2.24.13-2.58 2.78-2.58h9.07c10.27 0 11.47 4.09 12.4 12.86h1.19l-1.59-14.68H94v1.82c4.7 0 5.46 0 5.46 3v35.81c0 3-.75 3-5.46 3v1.6h34.54",
662
- className: "bibtex_svg__cls-3"
663
- }
664
- ),
665
- /* @__PURE__ */ e.jsx(
666
- "path",
667
- {
668
- id: "bibtex_svg__path24",
669
- d: "m149.06 143.86 9.82-14.2c1-1.39 3-4.26 8.43-4.33v-1.6c-1.52.12-4 .12-5.63.12-2.19 0-4.91 0-6.57-.12v1.6c2.13.2 2.65 1.53 2.65 2.6a3.24 3.24 0 0 1-.79 2l-8.76 12.71-9.82-14.38c-.47-.72-.53-.93-.53-1.13 0-.6.72-1.73 2.92-1.79v-1.6c-2.12.12-5.37.12-7.56.12-1.71 0-5 0-6.64-.12v1.6c3.65 0 4.84.14 6.31 2.2l12.8 18.8-11.54 16.86a9.89 9.89 0 0 1-8.43 4.2v1.6c1.51-.13 4-.13 5.63-.13 1.79 0 4.91 0 6.56.13v-1.6a2.56 2.56 0 0 1-2.64-2.6 2.81 2.81 0 0 1 .65-1.8l10.62-15.5 11.55 17c.52.74.52.94.52 1.14 0 .52-.6 1.66-2.92 1.8V169c2.13-.13 5.37-.13 7.56-.13 1.72 0 5 0 6.65.13v-1.6c-4.25 0-4.92-.33-6.24-2.2",
670
- className: "bibtex_svg__cls-3"
671
- }
672
- )
673
- ] }) })
674
- ]
675
- }
676
- ), q1 = (s) => /* @__PURE__ */ e.jsxs(
677
- "svg",
678
- {
679
- xmlns: "http://www.w3.org/2000/svg",
680
- viewBox: "0 0 235.93 314.58",
681
- ...s,
682
- children: [
683
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".csv_svg__cls-2{fill:#08f}.csv_svg__cls-3{fill:#fff}" }) }),
684
- /* @__PURE__ */ e.jsx("g", { id: "csv_svg__Ebene_2", "data-name": "Ebene 2", children: /* @__PURE__ */ e.jsxs("g", { id: "csv_svg__Ebene_1-2", "data-name": "Ebene 1", children: [
685
- /* @__PURE__ */ e.jsx(
686
- "path",
687
- {
688
- d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
689
- style: {
690
- fill: "#1f2448"
691
- }
692
- }
693
- ),
694
- /* @__PURE__ */ e.jsx(
695
- "path",
696
- {
697
- d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
698
- className: "csv_svg__cls-2"
699
- }
700
- ),
701
- /* @__PURE__ */ e.jsx(
702
- "path",
703
- {
704
- d: "M220.45 248.17v27.08a23.84 23.84 0 0 1-23.84 23.85H39.32a23.85 23.85 0 0 1-23.85-23.85v-27.08a23.85 23.85 0 0 1 23.85-23.84h157.29a23.84 23.84 0 0 1 23.84 23.84Z",
705
- className: "csv_svg__cls-3"
706
- }
707
- ),
708
- /* @__PURE__ */ e.jsx(
709
- "path",
710
- {
711
- d: "M77.07 285a23.7 23.7 0 0 1-10.24-2 15.07 15.07 0 0 1-6.56-5.89 19.73 19.73 0 0 1-2.59-9.44c0-1.75-.07-3.63-.07-5.63s0-3.93.07-5.76a19.41 19.41 0 0 1 2.62-9.38 15.47 15.47 0 0 1 6.62-5.9 23.29 23.29 0 0 1 10.15-2 26.56 26.56 0 0 1 7.81 1 18.69 18.69 0 0 1 6.12 3.13 14.74 14.74 0 0 1 4 4.8 13.55 13.55 0 0 1 1.5 6.14 1 1 0 0 1-.35 1 1.37 1.37 0 0 1-1 .39h-7.58a1.89 1.89 0 0 1-1.22-.36 2.35 2.35 0 0 1-.7-1.24c-.6-2.48-1.64-4.17-3.11-5.09a10.28 10.28 0 0 0-5.54-1.42 8.44 8.44 0 0 0-6.08 2.15c-1.49 1.43-2.3 3.78-2.43 7.07q-.18 5.25 0 10.75c.13 3.29.94 5.64 2.43 7.07a8.44 8.44 0 0 0 6.08 2.15 10.1 10.1 0 0 0 5.54-1.41 7.94 7.94 0 0 0 3.11-5.06 2.25 2.25 0 0 1 .7-1.28 2.08 2.08 0 0 1 1.22-.32h7.61a1.37 1.37 0 0 1 1 .39 1 1 0 0 1 .35 1A13.55 13.55 0 0 1 95 276a14.74 14.74 0 0 1-4 4.8 18.69 18.69 0 0 1-6.11 3.14 26.57 26.57 0 0 1-7.82 1.06ZM119.88 285a26.15 26.15 0 0 1-10.36-1.79 14.55 14.55 0 0 1-6.27-4.7 11.14 11.14 0 0 1-2.25-6.18 1.34 1.34 0 0 1 .39-.93 1.25 1.25 0 0 1 1-.41h7.1a2.2 2.2 0 0 1 1.35.35 5.24 5.24 0 0 1 .83.86 7 7 0 0 0 1.44 2.05 7.17 7.17 0 0 0 2.65 1.67 11.85 11.85 0 0 0 4.16.64 11.52 11.52 0 0 0 6.15-1.32 4 4 0 0 0 2.05-3.55 3.32 3.32 0 0 0-1.12-2.59 10.64 10.64 0 0 0-3.49-1.82 58.43 58.43 0 0 0-6.34-1.73 35.68 35.68 0 0 1-8.16-2.66 12.52 12.52 0 0 1-5.09-4.22 12.54 12.54 0 0 1 .42-13.35 14.14 14.14 0 0 1 6-4.7 22.76 22.76 0 0 1 9.18-1.7 23.13 23.13 0 0 1 7.65 1.16 17.27 17.27 0 0 1 5.5 3 14.52 14.52 0 0 1 3.39 4 9.15 9.15 0 0 1 1.25 4.13 1.33 1.33 0 0 1-.38.93 1.26 1.26 0 0 1-1 .42h-7.49a2.62 2.62 0 0 1-1.12-.26 1.84 1.84 0 0 1-.86-.9 4.75 4.75 0 0 0-2.21-2.84 8.64 8.64 0 0 0-4.77-1.19 9.15 9.15 0 0 0-4.86 1.12 3.76 3.76 0 0 0-1.8 3.43 3.67 3.67 0 0 0 .93 2.52 7.31 7.31 0 0 0 3.11 1.83c1.45.51 3.39 1.07 5.82 1.66a44.94 44.94 0 0 1 9.18 2.75 10.44 10.44 0 0 1 6.82 10.56 11.75 11.75 0 0 1-2.4 7.4 15 15 0 0 1-6.62 4.73 27.06 27.06 0 0 1-9.78 1.63ZM156.88 284.34a2.48 2.48 0 0 1-1.7-.54 3 3 0 0 1-.86-1.31l-13.32-41a1.62 1.62 0 0 1-.12-.57 1.42 1.42 0 0 1 1.34-1.35h7a2 2 0 0 1 1.5.55 2.35 2.35 0 0 1 .68 1l9.79 30.92 9.81-30.9a3.25 3.25 0 0 1 .7-1 1.93 1.93 0 0 1 1.47-.55h7a1.44 1.44 0 0 1 1.35 1.35 1.65 1.65 0 0 1-.13.57l-13.31 41a2.53 2.53 0 0 1-.83 1.31 2.61 2.61 0 0 1-1.73.54Z",
712
- className: "csv_svg__cls-2"
713
- }
714
- ),
715
- /* @__PURE__ */ e.jsx(
716
- "path",
717
- {
718
- d: "M62 124.63a1.06 1.06 0 0 1-.77-.33 1 1 0 0 1-.32-.72 1 1 0 0 1 .05-.3 1.15 1.15 0 0 1 .15-.29L72 106.88 61.93 91.46a1.42 1.42 0 0 1-.14-.59 1 1 0 0 1 .29-.72 1 1 0 0 1 .75-.33H70a1.58 1.58 0 0 1 1.14.38 2.35 2.35 0 0 1 .55.67l6 9 6-9a3.45 3.45 0 0 1 .6-.67 1.6 1.6 0 0 1 1.14-.38h6.81a1 1 0 0 1 .77.33 1 1 0 0 1 .33.72.92.92 0 0 1-.2.59l-10.07 15.37L94 123a.81.81 0 0 1 .13.29 1.51 1.51 0 0 1 0 .3 1 1 0 0 1-.29.72 1 1 0 0 1-.75.33H85.7a1.7 1.7 0 0 1-1.17-.38 2.73 2.73 0 0 1-.57-.62l-6.61-9.54-6.47 9.54a3 3 0 0 1-.54.62 1.63 1.63 0 0 1-1.15.38ZM141.78 89.82h33.21v13.85h-33.21zM141.78 110.77h33.21v13.4h-33.21zM141.78 131.28h33.21v13.4h-33.21zM141.78 151.78h33.21v14.07h-33.21zM141.78 172.95h33.21v13.73h-33.21zM60.94 131.66h33.21v13.02H60.94zM60.94 151.78h33.21v14.07H60.94zM60.94 172.95h33.21v13.73H60.94zM101.36 89.82h33.21v13.85h-33.21zM101.36 172.95h33.21v13.73h-33.21zM101.36 151.78h33.21v14.07h-33.21zM101.36 131.28h33.21v13.4h-33.21zM101.36 110.77h33.21v13.4h-33.21z",
719
- className: "csv_svg__cls-3"
720
- }
721
- )
722
- ] }) })
723
- ]
724
- }
725
- ), I1 = (s) => /* @__PURE__ */ e.jsxs(
726
- "svg",
727
- {
728
- xmlns: "http://www.w3.org/2000/svg",
729
- viewBox: "0 0 235.93 314.58",
730
- ...s,
731
- children: [
732
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".gexf_svg__cls-2{fill:#08f}.gexf_svg__cls-3{fill:#fff}" }) }),
733
- /* @__PURE__ */ e.jsx("g", { id: "gexf_svg__Ebene_2", "data-name": "Ebene 2", children: /* @__PURE__ */ e.jsxs("g", { id: "gexf_svg__Ebene_1-2", "data-name": "Ebene 1", children: [
734
- /* @__PURE__ */ e.jsx(
735
- "path",
736
- {
737
- d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
738
- style: {
739
- fill: "#1f2448"
740
- }
741
- }
742
- ),
743
- /* @__PURE__ */ e.jsx(
744
- "path",
745
- {
746
- d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
747
- className: "gexf_svg__cls-2"
748
- }
749
- ),
750
- /* @__PURE__ */ e.jsx(
751
- "rect",
752
- {
753
- width: 204.98,
754
- height: 74.77,
755
- x: 15.48,
756
- y: 224.33,
757
- className: "gexf_svg__cls-3",
758
- rx: 23.84
759
- }
760
- ),
761
- /* @__PURE__ */ e.jsx(
762
- "path",
763
- {
764
- d: "M56.88 285a23.87 23.87 0 0 1-10.27-2 15.25 15.25 0 0 1-6.61-5.92 19 19 0 0 1-2.56-9.38q-.06-2.74-.06-5.88t.06-6a18.16 18.16 0 0 1 2.56-9.11 15.36 15.36 0 0 1 6.69-5.79 24 24 0 0 1 10.21-2 26.39 26.39 0 0 1 8.41 1.22 19.93 19.93 0 0 1 6.08 3.17 14.08 14.08 0 0 1 3.72 4.25A10 10 0 0 1 76.4 252a1.09 1.09 0 0 1-.35 1 1.41 1.41 0 0 1-1 .39H66.8a1.66 1.66 0 0 1-1-.23 2.25 2.25 0 0 1-.64-.73 9.27 9.27 0 0 0-1.41-2.27 7.6 7.6 0 0 0-2.59-2 9.94 9.94 0 0 0-4.32-.8 9 9 0 0 0-6.21 2.08q-2.31 2.08-2.5 6.75c-.12 3.67-.12 7.41 0 11.2.13 3.25 1 5.58 2.56 7a9.09 9.09 0 0 0 6.34 2.15 11 11 0 0 0 4.61-.93 7.26 7.26 0 0 0 3.23-2.85 9.25 9.25 0 0 0 1.18-4.93v-1.53h-6.74a1.43 1.43 0 0 1-1.09-.48 1.59 1.59 0 0 1-.44-1.12v-4.23a1.54 1.54 0 0 1 .44-1.15 1.48 1.48 0 0 1 1.09-.45h15.81a1.54 1.54 0 0 1 1.6 1.6v7a17.45 17.45 0 0 1-2.43 9.41 15.72 15.72 0 0 1-6.92 6A24.61 24.61 0 0 1 56.88 285ZM86 284.34a1.53 1.53 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.54 1.54 0 0 1 1.15-.45h29.18a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v5.32a1.46 1.46 0 0 1-.45 1.08 1.55 1.55 0 0 1-1.15.45H94.51v9.73h19.26a1.52 1.52 0 0 1 1.16.48 1.71 1.71 0 0 1 .44 1.18v4.87a1.53 1.53 0 0 1-1.6 1.6H94.51v10h21.18a1.51 1.51 0 0 1 1.6 1.6v5.24a1.61 1.61 0 0 1-.44 1.16 1.57 1.57 0 0 1-1.16.44ZM122.41 284.34a1.25 1.25 0 0 1-1-.41 1.37 1.37 0 0 1-.38-.93 1.21 1.21 0 0 1 .06-.38l.13-.39 14.18-20.73-13.12-19.84a1.4 1.4 0 0 1-.25-.77 1.32 1.32 0 0 1 .41-.93 1.29 1.29 0 0 1 .93-.42h8.2a1.93 1.93 0 0 1 1.37.45 5.21 5.21 0 0 1 .74.83l8.38 12.55 8.45-12.55a4.68 4.68 0 0 1 .77-.83 2 2 0 0 1 1.34-.45h7.74a1.23 1.23 0 0 1 1 .42 1.34 1.34 0 0 1 .39.93 1.47 1.47 0 0 1-.19.77l-13.19 19.77 14.21 20.8a.92.92 0 0 1 .16.39 2.34 2.34 0 0 1 0 .38 1.33 1.33 0 0 1-.38.93 1.25 1.25 0 0 1-1 .41h-8.45a2 2 0 0 1-1.34-.44 3.85 3.85 0 0 1-.71-.77l-9.21-13.19-9 13.19a7.89 7.89 0 0 1-.73.77 1.94 1.94 0 0 1-1.38.44ZM169.9 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.55 1.55 0 0 1 1.15-.45h28.74a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v5.64a1.54 1.54 0 0 1-1.6 1.6h-20v10.56h18.76a1.6 1.6 0 0 1 1.15.44 1.58 1.58 0 0 1 .45 1.16v5.63a1.48 1.48 0 0 1-.45 1.09 1.56 1.56 0 0 1-1.15.44h-18.8v15a1.52 1.52 0 0 1-.48 1.16 1.65 1.65 0 0 1-1.18.44Z",
765
- className: "gexf_svg__cls-2"
766
- }
767
- ),
768
- /* @__PURE__ */ e.jsx(
769
- "path",
770
- {
771
- id: "gexf_svg__F161dc",
772
- d: "M139.75 72.88c9.65-.77 21.84.91 24.18 12.13a3.81 3.81 0 0 0 2.58 2.99c16.31 5.93 7.09 32.57-7.84 33 4.13-4.85 8.31-8.2 11.78-13.26 3.47-5.35 2.24-15.1-5.89-17.42 1.22 20.77-37.16 52.14-41 18.53-8.33 8.77-16.24 18.15-26.9 24.53a3.41 3.41 0 0 0-1.49 2.22c-.37 8.32 5.54 17.95 16.36 14 15.88-5.16 24.07-25.58 42.12-24.73-2 3.37-6.23 4.6-8.52 7.63-8.18 10-12.67 35.89 3.62 38.9 3.33-13.31 2-28 8-40.52 24.07-28.57 49.17 32.64-2.22 46.35-1 6.05-2.16 13.09-3.32 20.12h-6.88c7.87-37.63 1-10.72-14.59-32.27-12 31.84-63.44 29.77-69.81-4.36-4.08-23.18 32.08-20.43 33.72-.94 1.81 9-8.3 17.09-16.58 13.06 17.37-6.17 13.4-29.09-5.68-25.75-6.06 1.35-9.85 7.9-8.39 14.78 5 23.55 39.21 32.29 52.55 10.8a106.1 106.1 0 0 0 13.8-30c-14.61 13-34.08 16.51-40.56-5.93-22 6.08-39.65-14.35-37.34-34.53 3.86-13.73 18.53-22.8 32.92-19-17.68 4.16-35.52 22.83-23.51 41 5.76 8.84 15.24 12.64 24.93 10a2.66 2.66 0 0 0 2.31-3c-1.1-29.02 24.6-53.07 51.65-58.33ZM96.1 129.61c23.24-13 34.44-47.9 64.91-43.81-2.76-12.72-18.73-12.54-28-7.63a72 72 0 0 0-36.91 51.44Zm39.71-9.15c14.71-1.75 22.5-16.36 25.32-29.46 0-7.72-20.33-.67-23.53 2.87-9.89 4.88-17.38 24.85-1.79 26.59Zm19.75 50.87.61.84c31.12-7.27 17.14-56.19 5.27-36.18-3.44 11.49-4.07 23.54-5.88 35.34Z",
773
- className: "gexf_svg__cls-3"
774
- }
775
- )
776
- ] }) })
777
- ]
778
- }
779
- ), F1 = (s) => /* @__PURE__ */ e.jsxs(
780
- "svg",
781
- {
782
- xmlns: "http://www.w3.org/2000/svg",
783
- viewBox: "0 0 235.93 314.58",
784
- ...s,
785
- children: [
786
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".graphml_svg__cls-2{fill:#08f}.graphml_svg__cls-3{fill:#fff}" }) }),
787
- /* @__PURE__ */ e.jsx("g", { id: "graphml_svg__Ebene_2", "data-name": "Ebene 2", children: /* @__PURE__ */ e.jsxs("g", { id: "graphml_svg__Ebene_1-2", "data-name": "Ebene 1", children: [
788
- /* @__PURE__ */ e.jsx(
789
- "path",
790
- {
791
- d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
792
- style: {
793
- fill: "#1f2448"
794
- }
795
- }
796
- ),
797
- /* @__PURE__ */ e.jsx(
798
- "path",
799
- {
800
- d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
801
- className: "graphml_svg__cls-2"
802
- }
803
- ),
804
- /* @__PURE__ */ e.jsx(
805
- "rect",
806
- {
807
- width: 204.98,
808
- height: 74.77,
809
- x: 15.48,
810
- y: 224.33,
811
- className: "graphml_svg__cls-3",
812
- rx: 23.84
813
- }
814
- ),
815
- /* @__PURE__ */ e.jsx(
816
- "path",
817
- {
818
- d: "M43.64 277.74a16.36 16.36 0 0 1-7.07-1.39A10.41 10.41 0 0 1 32 272.3a13.07 13.07 0 0 1-1.76-6.44v-8.14a12.52 12.52 0 0 1 1.76-6.29 10.56 10.56 0 0 1 4.6-4 16.53 16.53 0 0 1 7-1.38 18.31 18.31 0 0 1 5.78.83 13.84 13.84 0 0 1 4.18 2.18 9.61 9.61 0 0 1 2.59 2.94 6.78 6.78 0 0 1 .91 3.08.73.73 0 0 1-.25.66 1 1 0 0 1-.68.26h-5.67a1.15 1.15 0 0 1-.66-.15 1.64 1.64 0 0 1-.44-.51 6.46 6.46 0 0 0-1-1.56 5.2 5.2 0 0 0-1.78-1.36 6.76 6.76 0 0 0-3-.55 6.11 6.11 0 0 0-4.27 1.43q-1.59 1.42-1.72 4.64-.13 3.78 0 7.7c.09 2.23.68 3.83 1.76 4.82a6.27 6.27 0 0 0 4.36 1.47 7.54 7.54 0 0 0 3.17-.64 4.91 4.91 0 0 0 2.22-2A6.38 6.38 0 0 0 50 266v-1.06h-4.69a1 1 0 0 1-.75-.33 1.12 1.12 0 0 1-.31-.77v-2.9a1.11 1.11 0 0 1 .31-.8 1.06 1.06 0 0 1 .75-.31h10.87a1.06 1.06 0 0 1 1.1 1.11v4.84a11.93 11.93 0 0 1-1.68 6.46 10.78 10.78 0 0 1-4.75 4.12 17 17 0 0 1-7.21 1.38ZM60.91 277.3a1 1 0 0 1-.75-.31 1.06 1.06 0 0 1-.31-.79v-20.68a1.06 1.06 0 0 1 .31-.77 1 1 0 0 1 .75-.33h4.48a1 1 0 0 1 .77.33 1 1 0 0 1 .33.77v1.76a7.45 7.45 0 0 1 2.73-2.11 8.77 8.77 0 0 1 3.7-.75h1.89a1 1 0 0 1 .79.31 1 1 0 0 1 .31.79v4a1 1 0 0 1-.31.75 1.08 1.08 0 0 1-.79.3h-3.92a4 4 0 0 0-3 1.08 4.14 4.14 0 0 0-1.05 3v11.55a1 1 0 0 1-.33.79 1.12 1.12 0 0 1-.77.31ZM83.91 277.74a9.58 9.58 0 0 1-4.2-.9 7.6 7.6 0 0 1-2.95-2.45 5.88 5.88 0 0 1-1.07-3.39 5.81 5.81 0 0 1 2.5-4.95 15 15 0 0 1 6.69-2.44l5.72-.88V262a3.88 3.88 0 0 0-.77-2.62 3.4 3.4 0 0 0-2.7-.9 4.21 4.21 0 0 0-2.27.54 3.83 3.83 0 0 0-1.34 1.48 1.15 1.15 0 0 1-1 .53h-4.37a.94.94 0 0 1-.73-.27 1 1 0 0 1-.24-.7 4.49 4.49 0 0 1 .6-1.74 6.69 6.69 0 0 1 1.76-2 10.05 10.05 0 0 1 3.08-1.65 13.71 13.71 0 0 1 4.55-.66 15.29 15.29 0 0 1 4.8.66 8.08 8.08 0 0 1 3.19 1.85 7.33 7.33 0 0 1 1.78 2.77 9.89 9.89 0 0 1 .57 3.39v13.52a1.06 1.06 0 0 1-.31.79 1.09 1.09 0 0 1-.79.31H92a1.11 1.11 0 0 1-.8-.31 1.09 1.09 0 0 1-.3-.79v-1.63a6.22 6.22 0 0 1-1.54 1.58A8.6 8.6 0 0 1 87 277.3a10.11 10.11 0 0 1-3.09.44Zm1.81-4.67a5.28 5.28 0 0 0 2.53-.59 4.25 4.25 0 0 0 1.75-1.87 6.86 6.86 0 0 0 .66-3.17v-.7l-4 .66a7.66 7.66 0 0 0-3.36 1.14 2.31 2.31 0 0 0-1.08 1.89 2.15 2.15 0 0 0 .5 1.43 3.11 3.11 0 0 0 1.3.9 4.61 4.61 0 0 0 1.7.31ZM101.46 285.66a1.09 1.09 0 0 1-.79-.31 1.06 1.06 0 0 1-.31-.79v-29a1 1 0 0 1 .31-.79 1 1 0 0 1 .79-.31h4.36a1 1 0 0 1 .74.31 1 1 0 0 1 .31.79v1.67a8.2 8.2 0 0 1 2.75-2.31 8.88 8.88 0 0 1 4.2-.9 10.19 10.19 0 0 1 3.94.7 7.48 7.48 0 0 1 2.86 2.05 9.69 9.69 0 0 1 1.83 3.25 14.9 14.9 0 0 1 .75 4.29V267.53a14.74 14.74 0 0 1-.73 4.15 9.36 9.36 0 0 1-1.83 3.24 8.09 8.09 0 0 1-2.88 2.11 9.65 9.65 0 0 1-3.94.75 9 9 0 0 1-3.91-.79 7.05 7.05 0 0 1-2.68-2.25v9.86a1.1 1.1 0 0 1-.31.79 1.06 1.06 0 0 1-.75.31Zm10.3-13.34a4.2 4.2 0 0 0 2.55-.68 3.88 3.88 0 0 0 1.34-1.84 9.38 9.38 0 0 0 .51-2.58 20.72 20.72 0 0 0 0-2.73 9.3 9.3 0 0 0-.51-2.57 3.91 3.91 0 0 0-1.34-1.85 4.26 4.26 0 0 0-2.55-.68 4.33 4.33 0 0 0-2.6.7 4.13 4.13 0 0 0-1.41 1.85 8.1 8.1 0 0 0-.52 2.42v3.3a5.66 5.66 0 0 0 .54 2.29 4.07 4.07 0 0 0 4 2.37ZM126.66 277.3a1.09 1.09 0 0 1-.79-.31 1.06 1.06 0 0 1-.31-.79v-29a1 1 0 0 1 .31-.79 1 1 0 0 1 .79-.31h4.93a1.06 1.06 0 0 1 1.1 1.1v9.9a8.26 8.26 0 0 1 2.88-2.25 9.51 9.51 0 0 1 4.11-.83 9 9 0 0 1 4.6 1.16 8.15 8.15 0 0 1 3.15 3.39 11.7 11.7 0 0 1 1.14 5.39v12.24a1 1 0 0 1-.33.79 1.12 1.12 0 0 1-.77.31h-5a1.12 1.12 0 0 1-.77-.31 1 1 0 0 1-.33-.79v-12a5.24 5.24 0 0 0-1.1-3.55 4 4 0 0 0-3.17-1.25 4.29 4.29 0 0 0-3.23 1.25 4.9 4.9 0 0 0-1.21 3.55v12a1.06 1.06 0 0 1-1.1 1.1ZM152.83 277.3a1.11 1.11 0 0 1-.77-.31 1 1 0 0 1-.33-.79v-28.6a1 1 0 0 1 .33-.8 1.1 1.1 0 0 1 .77-.3h4.22a1.33 1.33 0 0 1 1 .35 2.57 2.57 0 0 1 .42.53l8.05 14.69 8.1-14.69a2.57 2.57 0 0 1 .42-.53 1.33 1.33 0 0 1 1-.35h4.18a1.18 1.18 0 0 1 .82.3 1.08 1.08 0 0 1 .33.8v28.6a1.08 1.08 0 0 1-.33.79 1.19 1.19 0 0 1-.82.31h-4.62a1.12 1.12 0 0 1-.77-.31 1 1 0 0 1-.33-.79v-17.51l-5.45 10.2a2.13 2.13 0 0 1-.53.71 1.46 1.46 0 0 1-1 .31h-2.02a1.41 1.41 0 0 1-.93-.31 2.78 2.78 0 0 1-.57-.71l-5.45-10.2v17.51a1.1 1.1 0 0 1-.31.79 1.06 1.06 0 0 1-.75.31ZM186.27 277.3a1.11 1.11 0 0 1-.8-.31 1.09 1.09 0 0 1-.3-.79v-28.6a1 1 0 0 1 1.1-1.1h5.1a1.05 1.05 0 0 1 .75.3 1.11 1.11 0 0 1 .31.8v23.63H206a1.05 1.05 0 0 1 .79.32 1.16 1.16 0 0 1 .31.82v3.83a1.06 1.06 0 0 1-.31.79 1.09 1.09 0 0 1-.79.31Z",
819
- className: "graphml_svg__cls-2"
820
- }
821
- ),
822
- /* @__PURE__ */ e.jsx(
823
- "path",
824
- {
825
- d: "M176.66 102.12a10.29 10.29 0 0 1-17.1 7.73L128.06 128a10.43 10.43 0 0 1 .2 2 10.29 10.29 0 0 1-7 9.76v36.36a10.3 10.3 0 1 1-6.59 0v-36.3a10.29 10.29 0 0 1-7-9.76 10.43 10.43 0 0 1 .2-2l-31.5-18.19a10.19 10.19 0 0 1-6.8 2.58 10.3 10.3 0 1 1 10.3-10.3 10.43 10.43 0 0 1-.2 2l31.5 18.19a10.24 10.24 0 0 1 13.59 0l31.5-18.19a10.43 10.43 0 0 1-.2-2 10.3 10.3 0 1 1 20.6 0Z",
826
- className: "graphml_svg__cls-3"
827
- }
828
- ),
829
- /* @__PURE__ */ e.jsx(
830
- "circle",
831
- {
832
- cx: 117.96,
833
- cy: 74.18,
834
- r: 10.3,
835
- className: "graphml_svg__cls-3"
836
- }
837
- ),
838
- /* @__PURE__ */ e.jsx("circle", { cx: 166.36, cy: 158, r: 10.3, className: "graphml_svg__cls-3" }),
839
- /* @__PURE__ */ e.jsx("circle", { cx: 69.57, cy: 158, r: 10.3, className: "graphml_svg__cls-3" })
840
- ] }) })
841
- ]
842
- }
843
- ), D1 = (s) => /* @__PURE__ */ e.jsxs(
844
- "svg",
845
- {
846
- xmlns: "http://www.w3.org/2000/svg",
847
- viewBox: "0 0 235.93 314.58",
848
- ...s,
849
- children: [
850
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".json_svg__cls-2{fill:#08f}.json_svg__cls-3{fill:#fff}" }) }),
851
- /* @__PURE__ */ e.jsx("g", { id: "json_svg__Ebene_2", "data-name": "Ebene 2", children: /* @__PURE__ */ e.jsxs("g", { id: "json_svg__Ebene_1-2", "data-name": "Ebene 1", children: [
852
- /* @__PURE__ */ e.jsx(
853
- "path",
854
- {
855
- d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
856
- style: {
857
- fill: "#1f2448"
858
- }
859
- }
860
- ),
861
- /* @__PURE__ */ e.jsx(
862
- "path",
863
- {
864
- d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
865
- className: "json_svg__cls-2"
866
- }
867
- ),
868
- /* @__PURE__ */ e.jsx(
869
- "path",
870
- {
871
- d: "M39.32 224.33h157.29v74.77H39.32z",
872
- className: "json_svg__cls-3"
873
- }
874
- ),
875
- /* @__PURE__ */ e.jsx(
876
- "path",
877
- {
878
- d: "M196.61 224.33a23.84 23.84 0 0 0-23.84 23.85H63.16a23.84 23.84 0 1 0-47.68 0v27.08a23.84 23.84 0 1 0 47.68 0h109.61a23.84 23.84 0 1 0 47.68 0v-27.08a23.84 23.84 0 0 0-23.84-23.85Z",
879
- className: "json_svg__cls-3"
880
- }
881
- ),
882
- /* @__PURE__ */ e.jsx(
883
- "path",
884
- {
885
- d: "M52.33 285a25.35 25.35 0 0 1-6.82-.89 17.7 17.7 0 0 1-5.72-2.72 13.46 13.46 0 0 1-4-4.55 14 14 0 0 1-1.6-6.3 1.44 1.44 0 0 1 .38-1 1.33 1.33 0 0 1 1-.42h7.55a1.81 1.81 0 0 1 1.34.45 3.06 3.06 0 0 1 .71 1.28 7.29 7.29 0 0 0 1.37 3.23 6.06 6.06 0 0 0 2.53 1.86 9.48 9.48 0 0 0 3.46.61 6.66 6.66 0 0 0 5.47-2.31q1.89-2.3 1.89-6.59v-19.34H38.76a1.45 1.45 0 0 1-1.09-.48 1.61 1.61 0 0 1-.44-1.12v-5.57a1.6 1.6 0 0 1 .44-1.15 1.5 1.5 0 0 1 1.09-.45H69.1a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v26.76a17.46 17.46 0 0 1-2.34 9.31A15 15 0 0 1 61.9 283a21.87 21.87 0 0 1-9.57 2ZM94.27 285a26.17 26.17 0 0 1-10.37-1.79 14.67 14.67 0 0 1-6.27-4.7 11.05 11.05 0 0 1-2.24-6.18 1.37 1.37 0 0 1 .38-.93 1.28 1.28 0 0 1 1-.41h7.11a2.19 2.19 0 0 1 1.34.35 4.53 4.53 0 0 1 .83.86 7 7 0 0 0 1.44 2.05 7.22 7.22 0 0 0 2.66 1.67 11.85 11.85 0 0 0 4.16.64 11.46 11.46 0 0 0 6.14-1.32 4 4 0 0 0 2-3.55 3.29 3.29 0 0 0-1.12-2.59 10.64 10.64 0 0 0-3.49-1.82 58.81 58.81 0 0 0-6.33-1.73 35.68 35.68 0 0 1-8.16-2.66 12.46 12.46 0 0 1-5.09-4.22 12.49 12.49 0 0 1 .42-13.35 14.1 14.1 0 0 1 6-4.7 22.77 22.77 0 0 1 9.19-1.7 23 23 0 0 1 7.64 1.16 17.32 17.32 0 0 1 5.51 3 14.52 14.52 0 0 1 3.39 4 9.27 9.27 0 0 1 1.25 4.13 1.34 1.34 0 0 1-.39.93 1.23 1.23 0 0 1-1 .42h-7.48a2.59 2.59 0 0 1-1.12-.26 1.86 1.86 0 0 1-.87-.9 4.67 4.67 0 0 0-2.21-2.84 8.59 8.59 0 0 0-4.76-1.19 9.21 9.21 0 0 0-4.83 1.1 3.78 3.78 0 0 0-1.79 3.43 3.67 3.67 0 0 0 .93 2.52 7.27 7.27 0 0 0 3.1 1.83c1.45.51 3.39 1.07 5.83 1.66a45.13 45.13 0 0 1 9.18 2.75 11.52 11.52 0 0 1 5.18 4.16 12.92 12.92 0 0 1-.76 13.8 14.94 14.94 0 0 1-6.63 4.73 27 27 0 0 1-9.77 1.65ZM136.82 285a24.09 24.09 0 0 1-10-1.92 14.88 14.88 0 0 1-6.63-5.79 19.48 19.48 0 0 1-2.59-9.76c0-1.83-.06-3.66-.06-5.47s0-3.66.06-5.54a19.28 19.28 0 0 1 2.63-9.69 15.17 15.17 0 0 1 6.72-5.92 25.87 25.87 0 0 1 19.9 0 15.17 15.17 0 0 1 6.72 5.92 19.28 19.28 0 0 1 2.62 9.69c.09 1.88.13 3.73.13 5.54s0 3.64-.13 5.47a19.38 19.38 0 0 1-2.59 9.76 14.83 14.83 0 0 1-6.65 5.79 24.37 24.37 0 0 1-10.13 1.92Zm0-8.44a8.43 8.43 0 0 0 6-2.21q2.34-2.2 2.47-7.14c.08-1.87.13-3.63.13-5.28s-.05-3.38-.13-5.21a11.66 11.66 0 0 0-1.19-5.35 7 7 0 0 0-3-3 10.13 10.13 0 0 0-8.61 0 7.07 7.07 0 0 0-3 3 12.45 12.45 0 0 0-1.25 5.35c0 1.83-.06 3.57-.06 5.21s0 3.41.06 5.28q.19 4.94 2.53 7.14a8.38 8.38 0 0 0 6.05 2.19ZM164 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.55 1.55 0 0 1 1.15-.45h6a2 2 0 0 1 1.44.45 3.14 3.14 0 0 1 .61.71l16.76 26.24v-25.8a1.57 1.57 0 0 1 .45-1.15 1.48 1.48 0 0 1 1.09-.45h6.78a1.58 1.58 0 0 1 1.16.45 1.6 1.6 0 0 1 .44 1.15v41.6a1.61 1.61 0 0 1-.44 1.12 1.52 1.52 0 0 1-1.16.48H191a1.81 1.81 0 0 1-1.4-.48 5.88 5.88 0 0 1-.58-.67l-16.77-25.47v25a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44Z",
886
- className: "json_svg__cls-2"
887
- }
888
- ),
889
- /* @__PURE__ */ e.jsx(
890
- "path",
891
- {
892
- d: "M85.74 182a26.41 26.41 0 0 1-9.74-1.83 17.34 17.34 0 0 1-7-5.28 23.33 23.33 0 0 1-4.17-8.68 46.23 46.23 0 0 1-1.4-12A17.16 17.16 0 0 0 62.1 147a9.33 9.33 0 0 0-4.1-4.28l-.86-.48a4.26 4.26 0 0 1-2.49-3.74v-2.69a4.26 4.26 0 0 1 2.49-3.74l1-.48a10.07 10.07 0 0 0 4-4.36 16.9 16.9 0 0 0 1.29-7.15 46.34 46.34 0 0 1 1.4-12A22.94 22.94 0 0 1 69 99.46a18 18 0 0 1 7-5.27 24.32 24.32 0 0 1 9.83-1.83h.48a2.11 2.11 0 0 1 1.54.58 2.08 2.08 0 0 1 .57 1.53v6.14a2.11 2.11 0 0 1-.57 1.54 1.88 1.88 0 0 1-1.35.57h-.48a11 11 0 0 0-6.62 2.16 10.75 10.75 0 0 0-3.35 6 48.83 48.83 0 0 0-1 10.79 22.66 22.66 0 0 1-1.87 9.78 11.74 11.74 0 0 1-5.23 5.66 9.84 9.84 0 0 1 3.79 3.31 17.49 17.49 0 0 1 2.45 5.32 25.38 25.38 0 0 1 .86 6.81 48.93 48.93 0 0 0 1 10.75 10.88 10.88 0 0 0 3.31 6.09 10.9 10.9 0 0 0 6.66 2.15l.48.1a1.88 1.88 0 0 1 1.35.57 2.11 2.11 0 0 1 .57 1.54v6.14a2.11 2.11 0 0 1-.57 1.48 2 2 0 0 1-1.54.63ZM112.31 174a1.53 1.53 0 0 1-1.3-.57 1.93 1.93 0 0 1-.33-1.44l2.49-16.31a4.48 4.48 0 0 1 .91-2.15 2.58 2.58 0 0 1 2.16-.92h8.82a1.62 1.62 0 0 1 1.25.53 1.87 1.87 0 0 1 .48 1.3 2.76 2.76 0 0 1-.29 1.24l-6.14 15.92a5.55 5.55 0 0 1-1 1.68 2.76 2.76 0 0 1-2.11.72Zm3-40.76a2.17 2.17 0 0 1-1.68-.67 2.29 2.29 0 0 1-.62-1.63v-9.11a2.43 2.43 0 0 1 .62-1.73 2.21 2.21 0 0 1 1.68-.67h9.49a2.42 2.42 0 0 1 1.68.67 2.27 2.27 0 0 1 .72 1.73v9.11a2.15 2.15 0 0 1-.72 1.63 2.37 2.37 0 0 1-1.68.67ZM150.09 92.36a25.41 25.41 0 0 1 9.91 1.78 17.38 17.38 0 0 1 7 5.27 23.48 23.48 0 0 1 4.17 8.68 46.79 46.79 0 0 1 1.39 12.09 16.81 16.81 0 0 0 1.3 7.14 10.1 10.1 0 0 0 4 4.37l1 .38a4.26 4.26 0 0 1 2.49 3.74v2.78a4.25 4.25 0 0 1-2.49 3.74l-1 .48a9.14 9.14 0 0 0-4 4.27 17.67 17.67 0 0 0-1.25 7.24 45.75 45.75 0 0 1-1.39 11.94 23.39 23.39 0 0 1-4.17 8.63 17.45 17.45 0 0 1-6.95 5.28 26.32 26.32 0 0 1-9.83 1.87h-.58a2.15 2.15 0 0 1-2.11-2.11v-6.14a2.07 2.07 0 0 1 .58-1.54 2 2 0 0 1 1.44-.57h.38a11.7 11.7 0 0 0 6.76-2.21 10.59 10.59 0 0 0 3.31-6 48.9 48.9 0 0 0 1-10.74 22.94 22.94 0 0 1 1.87-9.88 11.29 11.29 0 0 1 5.23-5.56 11.83 11.83 0 0 1-3.79-3.41 16.08 16.08 0 0 1-2.45-5.22 25.38 25.38 0 0 1-.86-6.81A49.45 49.45 0 0 0 160 111a9.4 9.4 0 0 0-10-8.25h-.48a2 2 0 0 1-1.44-.57 2.07 2.07 0 0 1-.58-1.54v-6.17a2 2 0 0 1 .63-1.53 2.12 2.12 0 0 1 1.48-.58Z",
893
- className: "json_svg__cls-3"
894
- }
895
- )
896
- ] }) })
897
- ]
898
- }
899
- ), B1 = (s) => /* @__PURE__ */ e.jsxs(
900
- "svg",
901
- {
902
- xmlns: "http://www.w3.org/2000/svg",
903
- viewBox: "0 0 235.93 314.58",
904
- ...s,
905
- children: [
906
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".rdf_svg__cls-2{fill:#08f}.rdf_svg__cls-3{fill:#fff}" }) }),
907
- /* @__PURE__ */ e.jsx("g", { id: "rdf_svg__Ebene_2", "data-name": "Ebene 2", children: /* @__PURE__ */ e.jsxs("g", { id: "rdf_svg__Ebene_1-2", "data-name": "Ebene 1", children: [
908
- /* @__PURE__ */ e.jsx(
909
- "path",
910
- {
911
- d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
912
- style: {
913
- fill: "#1f2448"
914
- }
915
- }
916
- ),
917
- /* @__PURE__ */ e.jsx(
918
- "path",
919
- {
920
- d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
921
- className: "rdf_svg__cls-2"
922
- }
923
- ),
924
- /* @__PURE__ */ e.jsx(
925
- "rect",
926
- {
927
- width: 204.98,
928
- height: 74.77,
929
- x: 15.48,
930
- y: 224.33,
931
- className: "rdf_svg__cls-3",
932
- rx: 23.84
933
- }
934
- ),
935
- /* @__PURE__ */ e.jsx(
936
- "path",
937
- {
938
- d: "M60.53 284.34a1.57 1.57 0 0 1-1.16-.44 1.61 1.61 0 0 1-.44-1.16v-41.6a1.6 1.6 0 0 1 .44-1.15 1.58 1.58 0 0 1 1.16-.45h17.08q8 0 12.64 3.72t4.64 10.62a13 13 0 0 1-2.24 7.81 13.4 13.4 0 0 1-6 4.67l9 15.94a1.68 1.68 0 0 1 .19.7 1.29 1.29 0 0 1-.42.93 1.26 1.26 0 0 1-.93.41h-7.34a2.3 2.3 0 0 1-1.73-.6 5.07 5.07 0 0 1-.83-1.12l-7.68-14.53h-7.55v14.65a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44Zm8.83-24.57h8.06a7.13 7.13 0 0 0 5.06-1.57 5.72 5.72 0 0 0 1.66-4.38 6.11 6.11 0 0 0-1.63-4.48c-1.09-1.11-2.78-1.67-5.09-1.67h-8.06ZM104.3 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.55 1.55 0 0 1 1.15-.45h16.19a25.35 25.35 0 0 1 10.72 2 14.59 14.59 0 0 1 6.6 5.89 19.62 19.62 0 0 1 2.4 9.57c0 1.87.06 3.52.06 4.92s0 3-.06 4.87a21.51 21.51 0 0 1-2.37 9.85 13.33 13.33 0 0 1-6.43 5.8 26.16 26.16 0 0 1-10.6 1.88Zm8.83-8.44h7.36a12.11 12.11 0 0 0 5.12-.93 6.12 6.12 0 0 0 3-3 12.91 12.91 0 0 0 1.06-5.31q.06-1.86.09-3.33t0-2.94q0-1.47-.09-3.27c-.09-3.15-.9-5.47-2.44-6.94s-3.88-2.21-7-2.21h-7ZM149.81 284.34a1.51 1.51 0 0 1-1.6-1.6v-41.6a1.53 1.53 0 0 1 1.6-1.6h28.73a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v5.64a1.54 1.54 0 0 1-1.6 1.6h-20v10.56h18.75a1.53 1.53 0 0 1 1.6 1.6v5.63a1.48 1.48 0 0 1-.45 1.09 1.54 1.54 0 0 1-1.15.44h-18.78v15a1.52 1.52 0 0 1-.48 1.16 1.67 1.67 0 0 1-1.19.44Z",
939
- className: "rdf_svg__cls-2"
940
- }
941
- ),
942
- /* @__PURE__ */ e.jsx(
943
- "path",
944
- {
945
- d: "M155.16 159.24a20.26 20.26 0 0 0-2.13-1h.51s-4.57-2-5-16.74 4.36-17.22 4.36-17.22h-.68a20.5 20.5 0 0 0 .26-36.28 20.48 20.48 0 0 0-29.85 21.37l-.24-.36s1.21 5.34-11.3 13.11S92.93 126 92.93 126l.36.53c-.36-.22-.7-.45-1.08-.64a20.51 20.51 0 1 0 3.2 34.11l-.13.26s4.55-3.75 17.68 3.3c10.36 5.56 11.9 11 12.1 13.06a20.5 20.5 0 1 0 30.1-17.37Zm-23.16 2.7c-1.66.58-6.39 1.23-16.37-4.12-10.8-5.8-12.4-10.64-12.63-12.09a20.36 20.36 0 0 0-.25-5.24l.07.09s-.88-4.71 11.48-12.38c11.06-6.87 16.08-5.5 17-5.14a20 20 0 0 0 5.71 2.7c1.52 1.45 4.32 5.56 4.61 16.37s-2.9 15.1-4.65 16.59a20.18 20.18 0 0 0-4.97 3.22Z",
946
- className: "rdf_svg__cls-3"
947
- }
948
- ),
949
- /* @__PURE__ */ e.jsx(
950
- "path",
951
- {
952
- d: "M130.68 94.49c-6 6.53-6.1 16.13-.34 21.57-2.85-2.74-2.79-8.44.09-13.89a2.7 2.7 0 0 1 3-1.12.67.67 0 0 0 .32.06 4.44 4.44 0 0 0 1.09.11 4.31 4.31 0 0 0 4.11-4.5 4.26 4.26 0 0 0-1.17-2.72c5.51-3.61 11.84-4 14.43-1.66h.1c-5.92-5.41-15.61-4.44-21.63 2.15ZM70.48 154.84l-.15-.16.1.11ZM70.67 133.11c-6 6.53-6.09 16.13-.34 21.57-2.84-2.74-2.78-8.44.09-13.89a2.7 2.7 0 0 1 3-1.12.87.87 0 0 0 .33.06 3.92 3.92 0 0 0 1.09.1 4.3 4.3 0 0 0 4.1-4.49 4.23 4.23 0 0 0-1.17-2.73c5.51-3.62 11.84-4 14.44-1.66h.09c-5.92-5.41-15.6-4.44-21.63 2.16ZM134 187.53l-.16-.16a.52.52 0 0 0 .1.11ZM134.19 165.8c-6 6.53-6.09 16.13-.34 21.57-2.84-2.74-2.78-8.44.09-13.89a2.69 2.69 0 0 1 3-1.11 1 1 0 0 0 .32.06 4.38 4.38 0 0 0 1.09.1 4.3 4.3 0 0 0 4.1-4.5 4.23 4.23 0 0 0-1.17-2.73c5.51-3.61 11.84-4 14.44-1.66h.09c-5.91-5.4-15.59-4.43-21.62 2.16Z",
953
- className: "rdf_svg__cls-2"
954
- }
955
- )
956
- ] }) })
957
- ]
958
- }
959
- ), W1 = (s) => /* @__PURE__ */ e.jsxs(
960
- "svg",
961
- {
962
- xmlns: "http://www.w3.org/2000/svg",
963
- viewBox: "0 0 235.93 314.58",
964
- ...s,
965
- children: [
966
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".ris_svg__cls-2{fill:#08f}.ris_svg__cls-3{fill:#fff}" }) }),
967
- /* @__PURE__ */ e.jsx("g", { id: "ris_svg__Ebene_2", "data-name": "Ebene 2", children: /* @__PURE__ */ e.jsxs("g", { id: "ris_svg__Ebene_1-2", "data-name": "Ebene 1", children: [
968
- /* @__PURE__ */ e.jsx(
969
- "path",
970
- {
971
- d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
972
- style: {
973
- fill: "#1f2448"
974
- }
975
- }
976
- ),
977
- /* @__PURE__ */ e.jsx(
978
- "path",
979
- {
980
- d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
981
- className: "ris_svg__cls-2"
982
- }
983
- ),
984
- /* @__PURE__ */ e.jsx(
985
- "path",
986
- {
987
- d: "M73 106.25h39.59v39.58q0 35.22-39.59 39.59v-19.7q17.74-2.15 19.89-19.89H73Zm59.47 0H172v39.58q0 35.22-39.58 39.59v-19.7q17.74-2.15 19.89-19.89h-19.85Z",
988
- className: "ris_svg__cls-3"
989
- }
990
- ),
991
- /* @__PURE__ */ e.jsx(
992
- "rect",
993
- {
994
- width: 204.98,
995
- height: 74.77,
996
- x: 15.48,
997
- y: 224.33,
998
- className: "ris_svg__cls-3",
999
- rx: 23.84
1000
- }
1001
- ),
1002
- /* @__PURE__ */ e.jsx(
1003
- "path",
1004
- {
1005
- d: "M71.37 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.55 1.55 0 0 1 1.15-.45h17.09q8 0 12.64 3.72t4.64 10.62a13.11 13.11 0 0 1-2.24 7.81 13.45 13.45 0 0 1-6 4.67l9 15.94a1.56 1.56 0 0 1 .2.7 1.42 1.42 0 0 1-1.35 1.34H98a2.29 2.29 0 0 1-1.73-.6 5.07 5.07 0 0 1-.83-1.12l-7.68-14.53h-7.55v14.65a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44Zm8.84-24.57h8.06a7.13 7.13 0 0 0 5.06-1.57 5.76 5.76 0 0 0 1.67-4.38 6.11 6.11 0 0 0-1.63-4.48q-1.64-1.67-5.09-1.67h-8.07ZM115.15 284.34a1.53 1.53 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6A1.57 1.57 0 0 1 114 240a1.54 1.54 0 0 1 1.15-.45h7.55a1.58 1.58 0 0 1 1.12.45 1.52 1.52 0 0 1 .48 1.15v41.6a1.52 1.52 0 0 1-.48 1.16 1.57 1.57 0 0 1-1.12.44ZM149.9 285a26.21 26.21 0 0 1-10.37-1.79 14.67 14.67 0 0 1-6.27-4.7 11.13 11.13 0 0 1-2.24-6.18 1.34 1.34 0 0 1 .39-.93 1.25 1.25 0 0 1 1-.41h7.1a2.17 2.17 0 0 1 1.34.35 4.53 4.53 0 0 1 .83.86 7 7 0 0 0 1.44 2.05 7.3 7.3 0 0 0 2.66 1.67 11.85 11.85 0 0 0 4.16.64 11.46 11.46 0 0 0 6.14-1.32 4 4 0 0 0 2.05-3.55 3.29 3.29 0 0 0-1.12-2.59 10.57 10.57 0 0 0-3.48-1.82 59.09 59.09 0 0 0-6.34-1.73 35.68 35.68 0 0 1-8.16-2.66 12.46 12.46 0 0 1-5.09-4.22 12.49 12.49 0 0 1 .42-13.35 14.17 14.17 0 0 1 6-4.7 22.77 22.77 0 0 1 9.19-1.7 23 23 0 0 1 7.64 1.16 17.32 17.32 0 0 1 5.51 3 14.52 14.52 0 0 1 3.39 4 9.15 9.15 0 0 1 1.25 4.13 1.34 1.34 0 0 1-.39.93 1.23 1.23 0 0 1-1 .42h-7.48a2.59 2.59 0 0 1-1.12-.26 1.86 1.86 0 0 1-.87-.9 4.67 4.67 0 0 0-2.21-2.84 8.59 8.59 0 0 0-4.76-1.19 9.21 9.21 0 0 0-4.87 1.12 3.78 3.78 0 0 0-1.79 3.43 3.67 3.67 0 0 0 .93 2.52 7.27 7.27 0 0 0 3.1 1.83c1.45.51 3.39 1.07 5.83 1.66a45.13 45.13 0 0 1 9.18 2.75 11.52 11.52 0 0 1 5.18 4.16 12.92 12.92 0 0 1-.76 13.8 14.94 14.94 0 0 1-6.63 4.73 27 27 0 0 1-9.78 1.63Z",
1006
- className: "ris_svg__cls-2"
1007
- }
1008
- )
1009
- ] }) })
1010
- ]
1011
- }
1012
- ), Y1 = (s) => /* @__PURE__ */ e.jsxs(
1013
- "svg",
1014
- {
1015
- xmlns: "http://www.w3.org/2000/svg",
1016
- viewBox: "0 0 235.93 314.58",
1017
- ...s,
1018
- children: [
1019
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".tei_svg__cls-2{fill:#08f}.tei_svg__cls-3{fill:#fff}" }) }),
1020
- /* @__PURE__ */ e.jsx("g", { id: "tei_svg__Ebene_2", "data-name": "Ebene 2", children: /* @__PURE__ */ e.jsxs("g", { id: "tei_svg__Ebene_1-2", "data-name": "Ebene 1", children: [
1021
- /* @__PURE__ */ e.jsx(
1022
- "path",
1023
- {
1024
- d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
1025
- style: {
1026
- fill: "#1f2448"
1027
- }
1028
- }
1029
- ),
1030
- /* @__PURE__ */ e.jsx(
1031
- "path",
1032
- {
1033
- d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
1034
- className: "tei_svg__cls-2"
1035
- }
1036
- ),
1037
- /* @__PURE__ */ e.jsx(
1038
- "rect",
1039
- {
1040
- width: 204.98,
1041
- height: 74.77,
1042
- x: 15.48,
1043
- y: 224.33,
1044
- className: "tei_svg__cls-3",
1045
- rx: 23.84
1046
- }
1047
- ),
1048
- /* @__PURE__ */ e.jsx(
1049
- "path",
1050
- {
1051
- d: "M85.4 284.34a1.57 1.57 0 0 1-1.16-.44 1.61 1.61 0 0 1-.44-1.16v-34H72.21a1.48 1.48 0 0 1-1.09-.45 1.58 1.58 0 0 1-.44-1.15v-6a1.6 1.6 0 0 1 .44-1.15 1.48 1.48 0 0 1 1.09-.45h33.73a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v6a1.54 1.54 0 0 1-1.6 1.6H94.36v34a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44ZM114.31 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.55 1.55 0 0 1 1.15-.45h29.19a1.54 1.54 0 0 1 1.6 1.6v5.32a1.46 1.46 0 0 1-.45 1.08 1.57 1.57 0 0 1-1.15.45h-20.68v9.73h19.27a1.5 1.5 0 0 1 1.15.48 1.67 1.67 0 0 1 .45 1.18v4.87a1.54 1.54 0 0 1-1.6 1.6h-19.27v10H144a1.53 1.53 0 0 1 1.6 1.6v5.24a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44ZM152.84 284.34a1.53 1.53 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.54 1.54 0 0 1 1.15-.45h7.55a1.58 1.58 0 0 1 1.12.45 1.52 1.52 0 0 1 .48 1.15v41.6a1.52 1.52 0 0 1-.48 1.16 1.57 1.57 0 0 1-1.12.44Z",
1052
- className: "tei_svg__cls-2"
1053
- }
1054
- ),
1055
- /* @__PURE__ */ e.jsx(
1056
- "path",
1057
- {
1058
- d: "M86.82 168.89a2.73 2.73 0 0 1-1-.25 5 5 0 0 1-1-.55l-34.17-23.34a8.41 8.41 0 0 1-2.22-2 4.14 4.14 0 0 1-.7-2.43v-2.42a4.09 4.09 0 0 1 .7-2.48 10.57 10.57 0 0 1 2.22-2.07l34.15-23.26a6.91 6.91 0 0 1 1-.6 2.42 2.42 0 0 1 1-.3 2 2 0 0 1 2 2.12V119a3.12 3.12 0 0 1-.7 2.12 8.5 8.5 0 0 1-1.82 1.51l-24.51 16.46 24.55 16.47a9.75 9.75 0 0 1 1.82 1.44 3.08 3.08 0 0 1 .7 2.17v7.68a1.87 1.87 0 0 1-.6 1.52 2.14 2.14 0 0 1-1.42.52ZM96.76 183a1.94 1.94 0 0 1-1.41-.61 2 2 0 0 1-.61-1.51 4.57 4.57 0 0 1 .2-1.12l34.35-82.54a6.58 6.58 0 0 1 1.12-1.41 2.73 2.73 0 0 1 2-.71H139a2.15 2.15 0 0 1 1.47.61 2 2 0 0 1 .65 1.51 3.12 3.12 0 0 1-.3 1.12l-34.45 82.54a6.28 6.28 0 0 1-1 1.36 2.78 2.78 0 0 1-2.12.76ZM149.11 168.89a2.14 2.14 0 0 1-1.42-.5 1.87 1.87 0 0 1-.6-1.52v-7.68a3.08 3.08 0 0 1 .7-2.17 9.43 9.43 0 0 1 1.82-1.46l24.55-16.47-24.55-16.47a8.26 8.26 0 0 1-1.82-1.51 3.12 3.12 0 0 1-.7-2.12v-7.68a2 2 0 0 1 2-2.12 2.57 2.57 0 0 1 1.11.3 6.91 6.91 0 0 1 1 .6l34.05 23.24a10.57 10.57 0 0 1 2.22 2.07 4.09 4.09 0 0 1 .7 2.48v2.42a4.14 4.14 0 0 1-.7 2.43 8.41 8.41 0 0 1-2.22 2l-34.05 23.34a5 5 0 0 1-1 .55 2.92 2.92 0 0 1-1.09.27Z",
1059
- className: "tei_svg__cls-3"
1060
- }
1061
- )
1062
- ] }) })
1063
- ]
1064
- }
1065
- ), G1 = (s) => /* @__PURE__ */ e.jsxs(
1066
- "svg",
1067
- {
1068
- xmlns: "http://www.w3.org/2000/svg",
1069
- viewBox: "0 0 235.93 314.58",
1070
- ...s,
1071
- children: [
1072
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".txt_svg__cls-2{fill:#08f}.txt_svg__cls-3{fill:#fff}.txt_svg__cls-4{fill:none}" }) }),
1073
- /* @__PURE__ */ e.jsx("g", { id: "txt_svg__Ebene_2", "data-name": "Ebene 2", children: /* @__PURE__ */ e.jsxs("g", { id: "txt_svg__Ebene_1-2", "data-name": "Ebene 1", children: [
1074
- /* @__PURE__ */ e.jsx(
1075
- "path",
1076
- {
1077
- d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
1078
- style: {
1079
- fill: "#1f2448"
1080
- }
1081
- }
1082
- ),
1083
- /* @__PURE__ */ e.jsx(
1084
- "path",
1085
- {
1086
- d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
1087
- className: "txt_svg__cls-2"
1088
- }
1089
- ),
1090
- /* @__PURE__ */ e.jsx(
1091
- "rect",
1092
- {
1093
- width: 204.98,
1094
- height: 74.77,
1095
- x: 15.48,
1096
- y: 224.33,
1097
- className: "txt_svg__cls-3",
1098
- rx: 23.84
1099
- }
1100
- ),
1101
- /* @__PURE__ */ e.jsx(
1102
- "path",
1103
- {
1104
- d: "M73.42 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-34H60.24a1.48 1.48 0 0 1-1.09-.45 1.55 1.55 0 0 1-.45-1.15v-6a1.57 1.57 0 0 1 .45-1.15 1.48 1.48 0 0 1 1.09-.45H94a1.54 1.54 0 0 1 1.6 1.6v6a1.55 1.55 0 0 1-.45 1.15 1.57 1.57 0 0 1-1.15.45H82.38v34a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44ZM99.21 284.34a1.25 1.25 0 0 1-1-.41 1.37 1.37 0 0 1-.38-.93 1.21 1.21 0 0 1 .06-.38l.13-.39 14.15-20.73-13.08-19.84a1.34 1.34 0 0 1-.26-.77 1.29 1.29 0 0 1 .42-.93 1.25 1.25 0 0 1 .92-.42h8.2a1.93 1.93 0 0 1 1.37.45 5.21 5.21 0 0 1 .74.83l8.38 12.55 8.45-12.55a4.68 4.68 0 0 1 .77-.83 2 2 0 0 1 1.34-.45h7.75a1.26 1.26 0 0 1 1 .42 1.37 1.37 0 0 1 .38.93 1.47 1.47 0 0 1-.19.77l-13.19 19.77 14.21 20.8a.92.92 0 0 1 .16.39 2.34 2.34 0 0 1 0 .38 1.33 1.33 0 0 1-.38.93 1.25 1.25 0 0 1-1 .41h-8.45a2 2 0 0 1-1.34-.44 3.85 3.85 0 0 1-.71-.77l-9.21-13.19-9 13.19a7.89 7.89 0 0 1-.73.77 1.94 1.94 0 0 1-1.38.44ZM156.56 284.34a1.51 1.51 0 0 1-1.6-1.6v-34h-11.59a1.5 1.5 0 0 1-1.09-.45 1.58 1.58 0 0 1-.44-1.15v-6a1.6 1.6 0 0 1 .44-1.15 1.5 1.5 0 0 1 1.09-.45h33.73a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v6a1.54 1.54 0 0 1-1.6 1.6h-11.58v34a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44Z",
1105
- className: "txt_svg__cls-2"
1106
- }
1107
- ),
1108
- /* @__PURE__ */ e.jsx(
1109
- "path",
1110
- {
1111
- d: "M61.7 125.22a1 1 0 0 1-.72-.32 1 1 0 0 1-.32-.72 2 2 0 0 1 .05-.45l11.68-31.92a2 2 0 0 1 .63-1 1.89 1.89 0 0 1 1.31-.42h7.36a1.92 1.92 0 0 1 1.32.42 2 2 0 0 1 .62 1l11.64 31.92a1.06 1.06 0 0 1 .1.45 1 1 0 0 1-.33.72 1 1 0 0 1-.77.32h-6.11a1.51 1.51 0 0 1-1.12-.37 1.75 1.75 0 0 1-.47-.67l-1.94-5.07H71.35l-1.89 5.07a1.91 1.91 0 0 1-.45.67 1.57 1.57 0 0 1-1.19.37ZM73.39 112h9.25L78 98.82Z",
1112
- className: "txt_svg__cls-3"
1113
- }
1114
- ),
1115
- /* @__PURE__ */ e.jsx(
1116
- "path",
1117
- {
1118
- d: "M200.25 118.7h11.96v9.43h-11.96zM200.25 109.27h11.96v9.43h-11.96z",
1119
- className: "txt_svg__cls-4"
1120
- }
1121
- ),
1122
- /* @__PURE__ */ e.jsx("path", { d: "M200.25 99.84h11.96v9.43h-11.96z", className: "txt_svg__cls-4" }),
1123
- /* @__PURE__ */ e.jsx(
1124
- "path",
1125
- {
1126
- d: "M200.25 90.42h11.96v9.43h-11.96zM200.25 156.4h11.96v9.43h-11.96zM200.25 146.97h11.96v9.43h-11.96z",
1127
- className: "txt_svg__cls-4"
1128
- }
1129
- ),
1130
- /* @__PURE__ */ e.jsx(
1131
- "path",
1132
- {
1133
- d: "M200.25 137.55h11.96v9.43h-11.96zM200.25 128.12h11.96v9.43h-11.96zM200.25 194.11h11.96v9.43h-11.96zM200.25 184.68h11.96v9.43h-11.96zM200.25 175.25h11.96v9.43h-11.96z",
1134
- className: "txt_svg__cls-4"
1135
- }
1136
- ),
1137
- /* @__PURE__ */ e.jsx(
1138
- "path",
1139
- {
1140
- d: "M200.25 165.83h11.96v9.43h-11.96z",
1141
- className: "txt_svg__cls-4"
1142
- }
1143
- ),
1144
- /* @__PURE__ */ e.jsx(
1145
- "path",
1146
- {
1147
- d: "M101.62 117.53h73.63v7.04h-73.63zM101.62 103.39h73.63v7.04h-73.63zM101.62 90.21h73.63v6.08h-73.63zM61.2 174.09h73.64v7.03H61.2zM61.2 159.95h114.05v7.04H61.2zM61.2 145.81h114.05v7.04H61.2zM61.2 131.67h114.05v7.04H61.2z",
1148
- className: "txt_svg__cls-3"
1149
- }
1150
- )
1151
- ] }) })
1152
- ]
1153
- }
1154
- );
1155
- function p0({ href: s, type: l, name: r }) {
1156
- const t = "w-14", c = r.match(/^[a-z0-9]/i) ? r : "download";
1157
- let n;
1158
- switch (l) {
1159
- case "bibtex":
1160
- n = /* @__PURE__ */ e.jsx(V1, { className: t });
1161
- break;
1162
- case "csv":
1163
- n = /* @__PURE__ */ e.jsx(q1, { className: t });
1164
- break;
1165
- case "gexf":
1166
- n = /* @__PURE__ */ e.jsx(I1, { className: t });
1167
- break;
1168
- case "graphml":
1169
- n = /* @__PURE__ */ e.jsx(F1, { className: t });
1170
- break;
1171
- case "json":
1172
- n = /* @__PURE__ */ e.jsx(D1, { className: t });
1173
- break;
1174
- case "rdf":
1175
- n = /* @__PURE__ */ e.jsx(B1, { className: t });
1176
- break;
1177
- case "ris":
1178
- n = /* @__PURE__ */ e.jsx(W1, { className: t });
1179
- break;
1180
- case "tei":
1181
- n = /* @__PURE__ */ e.jsx(Y1, { className: t });
1182
- break;
1183
- case "txt":
1184
- n = /* @__PURE__ */ e.jsx(G1, { className: t });
1185
- break;
1186
- }
1187
- return /* @__PURE__ */ e.jsx("a", { href: s, download: c, className: "inline-block", children: n || c });
284
+ //#endregion
285
+ //#region src/components/icons/Bibtex.tsx
286
+ var H = (e) => /* @__PURE__ */ r("svg", {
287
+ xmlns: "http://www.w3.org/2000/svg",
288
+ viewBox: "0 0 235.93 314.58",
289
+ ...e,
290
+ children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".bibtex_svg__cls-2{fill:#08f}.bibtex_svg__cls-3{fill:#fff}" }) }), /* @__PURE__ */ n("g", {
291
+ id: "bibtex_svg__Ebene_2",
292
+ "data-name": "Ebene 2",
293
+ children: /* @__PURE__ */ r("g", {
294
+ id: "bibtex_svg__Ebene_1-2",
295
+ "data-name": "Ebene 1",
296
+ children: [
297
+ /* @__PURE__ */ n("path", {
298
+ d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
299
+ style: { fill: "#1f2448" }
300
+ }),
301
+ /* @__PURE__ */ n("path", {
302
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
303
+ className: "bibtex_svg__cls-2"
304
+ }),
305
+ /* @__PURE__ */ n("rect", {
306
+ width: 204.98,
307
+ height: 74.77,
308
+ x: 15.48,
309
+ y: 224.33,
310
+ className: "bibtex_svg__cls-3",
311
+ rx: 23.84
312
+ }),
313
+ /* @__PURE__ */ n("path", {
314
+ d: "M69.65 284.34a1.51 1.51 0 0 1-1.6-1.6v-41.6a1.53 1.53 0 0 1 1.6-1.6h19.13a21.45 21.45 0 0 1 8.77 1.54 10.69 10.69 0 0 1 5 4.35 13 13 0 0 1 1.64 6.66 9.24 9.24 0 0 1-.87 4.13 10 10 0 0 1-2.08 2.91 10.14 10.14 0 0 1-2.37 1.73 11.06 11.06 0 0 1 4.39 3.8 10.52 10.52 0 0 1 1.89 6.24 13.41 13.41 0 0 1-1.83 7.11 12.12 12.12 0 0 1-5.32 4.67 20.32 20.32 0 0 1-8.71 1.66Zm8.83-26.75h9a6 6 0 0 0 4.52-1.47 5.17 5.17 0 0 0 1.44-3.78 5 5 0 0 0-1.44-3.71 6.14 6.14 0 0 0-4.45-1.41h-9Zm0 19.07h9.66a5.85 5.85 0 0 0 4.61-1.72 5.93 5.93 0 0 0 1.54-4 5.87 5.87 0 0 0-1.57-4.12 5.94 5.94 0 0 0-4.58-1.7h-9.66ZM114.19 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6A1.57 1.57 0 0 1 113 240a1.55 1.55 0 0 1 1.15-.45h7.55a1.58 1.58 0 0 1 1.12.45 1.52 1.52 0 0 1 .48 1.15v41.6a1.52 1.52 0 0 1-.48 1.16 1.57 1.57 0 0 1-1.12.44ZM134.28 284.34a1.51 1.51 0 0 1-1.59-1.6v-41.6a1.53 1.53 0 0 1 1.59-1.6h19.14a21.45 21.45 0 0 1 8.77 1.54 10.69 10.69 0 0 1 5 4.35 13 13 0 0 1 1.64 6.66 9.24 9.24 0 0 1-.87 4.13 10.23 10.23 0 0 1-4.45 4.64 11.06 11.06 0 0 1 4.39 3.8 10.52 10.52 0 0 1 1.89 6.24A13.41 13.41 0 0 1 168 278a12.12 12.12 0 0 1-5.34 4.67 20.32 20.32 0 0 1-8.71 1.66Zm8.84-26.75h9a6 6 0 0 0 4.45-1.47 5.17 5.17 0 0 0 1.44-3.78 5 5 0 0 0-1.44-3.71 6.14 6.14 0 0 0-4.45-1.41h-9Zm0 19.07h9.66a5.86 5.86 0 0 0 4.61-1.72 5.93 5.93 0 0 0 1.54-4 5.87 5.87 0 0 0-1.57-4.12 5.94 5.94 0 0 0-4.58-1.7h-9.66Z",
315
+ className: "bibtex_svg__cls-2"
316
+ }),
317
+ /* @__PURE__ */ n("path", {
318
+ id: "bibtex_svg__path14",
319
+ d: "M67.11 72.89v1.6c4.63 0 5.38 0 5.38 3v36.06c0 3-.73 3-5.38 3v1.6h22.77c8.47 0 14-6 14-12.06S98.41 95 91.33 94.55c6.35-1.25 10.79-5.49 10.79-10.53 0-5.5-5.43-11.14-14-11.14Zm9.67 21.18v-17c0-2.26.13-2.6 2.76-2.6H88A9.24 9.24 0 0 1 97.38 84c0 5.05-4 10.11-11.12 10.11Zm2.76 22.51c-2.62 0-2.75-.33-2.75-2.6V95.15H89c6.77 0 10.07 6.07 10.07 10.95a10.55 10.55 0 0 1-10.92 10.48",
320
+ className: "bibtex_svg__cls-3"
321
+ }),
322
+ /* @__PURE__ */ n("path", {
323
+ id: "bibtex_svg__path16",
324
+ d: "M116.45 89c0-2.85.34-3.18 5.14-3.18v-1.6c-2.25.06-5.71.2-7.43.2s-5.18-.13-7.44-.2v1.6c4.59 0 4.91.33 4.91 3.18v24.44c0 2.84-.31 3.18-4.91 3.18v1.6c2.26-.06 5.71-.19 7.44-.19s5.17.13 7.43.19v-1.6c-4.8 0-5.14-.32-5.14-3.18",
325
+ className: "bibtex_svg__cls-3"
326
+ }),
327
+ /* @__PURE__ */ n("path", {
328
+ id: "bibtex_svg__path18",
329
+ d: "M125.4 84.15v1.6c4.39 0 4.71.4 4.71 3.12v24.57c0 2.72-.32 3.12-4.71 3.12v1.6h20c7.36 0 12-4.5 12-9.13 0-4.3-4.25-7.94-10-8.67 4.71-1 8.49-4 8.49-7.81 0-4.16-4.64-8.4-11.87-8.4Zm9 15.54V88.61c0-2.64.33-2.84 2.68-2.84h6.43a6.7 6.7 0 0 1 7.11 6.73c0 2.38-1.74 7.19-8.72 7.19Zm0 1.34h10c5.64 0 7.45 5.11 7.45 7.94 0 3-2.19 7.6-8.24 7.6h-6.52c-2.32 0-2.64-.2-2.64-2.89",
330
+ className: "bibtex_svg__cls-3"
331
+ }),
332
+ /* @__PURE__ */ n("path", {
333
+ id: "bibtex_svg__path20",
334
+ d: "M97.87 123.82H59.54l-1.12 14.68h1.19c.86-11 1.8-12.92 12.09-12.92h3.67c1.27.2 1.27 1 1.27 2.54v36.12c0 2.4-.2 3.13-5.8 3.13H69V169c3.18-.06 6.5-.13 9.76-.13s6.57.07 9.75.13v-1.61h-1.89c-5.51 0-5.7-.73-5.7-3.13v-36.14c0-1.47 0-2.27 1.19-2.54h3.64c10.16 0 11.15 1.92 12 12.92H99",
335
+ className: "bibtex_svg__cls-3"
336
+ }),
337
+ /* @__PURE__ */ n("path", {
338
+ id: "bibtex_svg__path22",
339
+ d: "M130.91 172.3h-1.2c-1.45 9.84-2.31 15.19-14 15.19h-9.21c-2.65 0-2.78-.34-2.78-2.62v-18.55H110c6.26 0 6.86 2.29 6.86 7.89h1.07V157h-1.07c0 5.5-.6 7.76-6.86 7.76h-6.26v-16.5c0-2.24.13-2.58 2.78-2.58h9.07c10.27 0 11.47 4.09 12.4 12.86h1.19l-1.59-14.68H94v1.82c4.7 0 5.46 0 5.46 3v35.81c0 3-.75 3-5.46 3v1.6h34.54",
340
+ className: "bibtex_svg__cls-3"
341
+ }),
342
+ /* @__PURE__ */ n("path", {
343
+ id: "bibtex_svg__path24",
344
+ d: "m149.06 143.86 9.82-14.2c1-1.39 3-4.26 8.43-4.33v-1.6c-1.52.12-4 .12-5.63.12-2.19 0-4.91 0-6.57-.12v1.6c2.13.2 2.65 1.53 2.65 2.6a3.24 3.24 0 0 1-.79 2l-8.76 12.71-9.82-14.38c-.47-.72-.53-.93-.53-1.13 0-.6.72-1.73 2.92-1.79v-1.6c-2.12.12-5.37.12-7.56.12-1.71 0-5 0-6.64-.12v1.6c3.65 0 4.84.14 6.31 2.2l12.8 18.8-11.54 16.86a9.89 9.89 0 0 1-8.43 4.2v1.6c1.51-.13 4-.13 5.63-.13 1.79 0 4.91 0 6.56.13v-1.6a2.56 2.56 0 0 1-2.64-2.6 2.81 2.81 0 0 1 .65-1.8l10.62-15.5 11.55 17c.52.74.52.94.52 1.14 0 .52-.6 1.66-2.92 1.8V169c2.13-.13 5.37-.13 7.56-.13 1.72 0 5 0 6.65.13v-1.6c-4.25 0-4.92-.33-6.24-2.2",
345
+ className: "bibtex_svg__cls-3"
346
+ })
347
+ ]
348
+ })
349
+ })]
350
+ }), U = (e) => /* @__PURE__ */ r("svg", {
351
+ xmlns: "http://www.w3.org/2000/svg",
352
+ viewBox: "0 0 235.93 314.58",
353
+ ...e,
354
+ children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".csv_svg__cls-2{fill:#08f}.csv_svg__cls-3{fill:#fff}" }) }), /* @__PURE__ */ n("g", {
355
+ id: "csv_svg__Ebene_2",
356
+ "data-name": "Ebene 2",
357
+ children: /* @__PURE__ */ r("g", {
358
+ id: "csv_svg__Ebene_1-2",
359
+ "data-name": "Ebene 1",
360
+ children: [
361
+ /* @__PURE__ */ n("path", {
362
+ d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
363
+ style: { fill: "#1f2448" }
364
+ }),
365
+ /* @__PURE__ */ n("path", {
366
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
367
+ className: "csv_svg__cls-2"
368
+ }),
369
+ /* @__PURE__ */ n("path", {
370
+ d: "M220.45 248.17v27.08a23.84 23.84 0 0 1-23.84 23.85H39.32a23.85 23.85 0 0 1-23.85-23.85v-27.08a23.85 23.85 0 0 1 23.85-23.84h157.29a23.84 23.84 0 0 1 23.84 23.84Z",
371
+ className: "csv_svg__cls-3"
372
+ }),
373
+ /* @__PURE__ */ n("path", {
374
+ d: "M77.07 285a23.7 23.7 0 0 1-10.24-2 15.07 15.07 0 0 1-6.56-5.89 19.73 19.73 0 0 1-2.59-9.44c0-1.75-.07-3.63-.07-5.63s0-3.93.07-5.76a19.41 19.41 0 0 1 2.62-9.38 15.47 15.47 0 0 1 6.62-5.9 23.29 23.29 0 0 1 10.15-2 26.56 26.56 0 0 1 7.81 1 18.69 18.69 0 0 1 6.12 3.13 14.74 14.74 0 0 1 4 4.8 13.55 13.55 0 0 1 1.5 6.14 1 1 0 0 1-.35 1 1.37 1.37 0 0 1-1 .39h-7.58a1.89 1.89 0 0 1-1.22-.36 2.35 2.35 0 0 1-.7-1.24c-.6-2.48-1.64-4.17-3.11-5.09a10.28 10.28 0 0 0-5.54-1.42 8.44 8.44 0 0 0-6.08 2.15c-1.49 1.43-2.3 3.78-2.43 7.07q-.18 5.25 0 10.75c.13 3.29.94 5.64 2.43 7.07a8.44 8.44 0 0 0 6.08 2.15 10.1 10.1 0 0 0 5.54-1.41 7.94 7.94 0 0 0 3.11-5.06 2.25 2.25 0 0 1 .7-1.28 2.08 2.08 0 0 1 1.22-.32h7.61a1.37 1.37 0 0 1 1 .39 1 1 0 0 1 .35 1A13.55 13.55 0 0 1 95 276a14.74 14.74 0 0 1-4 4.8 18.69 18.69 0 0 1-6.11 3.14 26.57 26.57 0 0 1-7.82 1.06ZM119.88 285a26.15 26.15 0 0 1-10.36-1.79 14.55 14.55 0 0 1-6.27-4.7 11.14 11.14 0 0 1-2.25-6.18 1.34 1.34 0 0 1 .39-.93 1.25 1.25 0 0 1 1-.41h7.1a2.2 2.2 0 0 1 1.35.35 5.24 5.24 0 0 1 .83.86 7 7 0 0 0 1.44 2.05 7.17 7.17 0 0 0 2.65 1.67 11.85 11.85 0 0 0 4.16.64 11.52 11.52 0 0 0 6.15-1.32 4 4 0 0 0 2.05-3.55 3.32 3.32 0 0 0-1.12-2.59 10.64 10.64 0 0 0-3.49-1.82 58.43 58.43 0 0 0-6.34-1.73 35.68 35.68 0 0 1-8.16-2.66 12.52 12.52 0 0 1-5.09-4.22 12.54 12.54 0 0 1 .42-13.35 14.14 14.14 0 0 1 6-4.7 22.76 22.76 0 0 1 9.18-1.7 23.13 23.13 0 0 1 7.65 1.16 17.27 17.27 0 0 1 5.5 3 14.52 14.52 0 0 1 3.39 4 9.15 9.15 0 0 1 1.25 4.13 1.33 1.33 0 0 1-.38.93 1.26 1.26 0 0 1-1 .42h-7.49a2.62 2.62 0 0 1-1.12-.26 1.84 1.84 0 0 1-.86-.9 4.75 4.75 0 0 0-2.21-2.84 8.64 8.64 0 0 0-4.77-1.19 9.15 9.15 0 0 0-4.86 1.12 3.76 3.76 0 0 0-1.8 3.43 3.67 3.67 0 0 0 .93 2.52 7.31 7.31 0 0 0 3.11 1.83c1.45.51 3.39 1.07 5.82 1.66a44.94 44.94 0 0 1 9.18 2.75 10.44 10.44 0 0 1 6.82 10.56 11.75 11.75 0 0 1-2.4 7.4 15 15 0 0 1-6.62 4.73 27.06 27.06 0 0 1-9.78 1.63ZM156.88 284.34a2.48 2.48 0 0 1-1.7-.54 3 3 0 0 1-.86-1.31l-13.32-41a1.62 1.62 0 0 1-.12-.57 1.42 1.42 0 0 1 1.34-1.35h7a2 2 0 0 1 1.5.55 2.35 2.35 0 0 1 .68 1l9.79 30.92 9.81-30.9a3.25 3.25 0 0 1 .7-1 1.93 1.93 0 0 1 1.47-.55h7a1.44 1.44 0 0 1 1.35 1.35 1.65 1.65 0 0 1-.13.57l-13.31 41a2.53 2.53 0 0 1-.83 1.31 2.61 2.61 0 0 1-1.73.54Z",
375
+ className: "csv_svg__cls-2"
376
+ }),
377
+ /* @__PURE__ */ n("path", {
378
+ d: "M62 124.63a1.06 1.06 0 0 1-.77-.33 1 1 0 0 1-.32-.72 1 1 0 0 1 .05-.3 1.15 1.15 0 0 1 .15-.29L72 106.88 61.93 91.46a1.42 1.42 0 0 1-.14-.59 1 1 0 0 1 .29-.72 1 1 0 0 1 .75-.33H70a1.58 1.58 0 0 1 1.14.38 2.35 2.35 0 0 1 .55.67l6 9 6-9a3.45 3.45 0 0 1 .6-.67 1.6 1.6 0 0 1 1.14-.38h6.81a1 1 0 0 1 .77.33 1 1 0 0 1 .33.72.92.92 0 0 1-.2.59l-10.07 15.37L94 123a.81.81 0 0 1 .13.29 1.51 1.51 0 0 1 0 .3 1 1 0 0 1-.29.72 1 1 0 0 1-.75.33H85.7a1.7 1.7 0 0 1-1.17-.38 2.73 2.73 0 0 1-.57-.62l-6.61-9.54-6.47 9.54a3 3 0 0 1-.54.62 1.63 1.63 0 0 1-1.15.38ZM141.78 89.82h33.21v13.85h-33.21zM141.78 110.77h33.21v13.4h-33.21zM141.78 131.28h33.21v13.4h-33.21zM141.78 151.78h33.21v14.07h-33.21zM141.78 172.95h33.21v13.73h-33.21zM60.94 131.66h33.21v13.02H60.94zM60.94 151.78h33.21v14.07H60.94zM60.94 172.95h33.21v13.73H60.94zM101.36 89.82h33.21v13.85h-33.21zM101.36 172.95h33.21v13.73h-33.21zM101.36 151.78h33.21v14.07h-33.21zM101.36 131.28h33.21v13.4h-33.21zM101.36 110.77h33.21v13.4h-33.21z",
379
+ className: "csv_svg__cls-3"
380
+ })
381
+ ]
382
+ })
383
+ })]
384
+ }), W = (e) => /* @__PURE__ */ r("svg", {
385
+ xmlns: "http://www.w3.org/2000/svg",
386
+ viewBox: "0 0 235.93 314.58",
387
+ ...e,
388
+ children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".gexf_svg__cls-2{fill:#08f}.gexf_svg__cls-3{fill:#fff}" }) }), /* @__PURE__ */ n("g", {
389
+ id: "gexf_svg__Ebene_2",
390
+ "data-name": "Ebene 2",
391
+ children: /* @__PURE__ */ r("g", {
392
+ id: "gexf_svg__Ebene_1-2",
393
+ "data-name": "Ebene 1",
394
+ children: [
395
+ /* @__PURE__ */ n("path", {
396
+ d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
397
+ style: { fill: "#1f2448" }
398
+ }),
399
+ /* @__PURE__ */ n("path", {
400
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
401
+ className: "gexf_svg__cls-2"
402
+ }),
403
+ /* @__PURE__ */ n("rect", {
404
+ width: 204.98,
405
+ height: 74.77,
406
+ x: 15.48,
407
+ y: 224.33,
408
+ className: "gexf_svg__cls-3",
409
+ rx: 23.84
410
+ }),
411
+ /* @__PURE__ */ n("path", {
412
+ d: "M56.88 285a23.87 23.87 0 0 1-10.27-2 15.25 15.25 0 0 1-6.61-5.92 19 19 0 0 1-2.56-9.38q-.06-2.74-.06-5.88t.06-6a18.16 18.16 0 0 1 2.56-9.11 15.36 15.36 0 0 1 6.69-5.79 24 24 0 0 1 10.21-2 26.39 26.39 0 0 1 8.41 1.22 19.93 19.93 0 0 1 6.08 3.17 14.08 14.08 0 0 1 3.72 4.25A10 10 0 0 1 76.4 252a1.09 1.09 0 0 1-.35 1 1.41 1.41 0 0 1-1 .39H66.8a1.66 1.66 0 0 1-1-.23 2.25 2.25 0 0 1-.64-.73 9.27 9.27 0 0 0-1.41-2.27 7.6 7.6 0 0 0-2.59-2 9.94 9.94 0 0 0-4.32-.8 9 9 0 0 0-6.21 2.08q-2.31 2.08-2.5 6.75c-.12 3.67-.12 7.41 0 11.2.13 3.25 1 5.58 2.56 7a9.09 9.09 0 0 0 6.34 2.15 11 11 0 0 0 4.61-.93 7.26 7.26 0 0 0 3.23-2.85 9.25 9.25 0 0 0 1.18-4.93v-1.53h-6.74a1.43 1.43 0 0 1-1.09-.48 1.59 1.59 0 0 1-.44-1.12v-4.23a1.54 1.54 0 0 1 .44-1.15 1.48 1.48 0 0 1 1.09-.45h15.81a1.54 1.54 0 0 1 1.6 1.6v7a17.45 17.45 0 0 1-2.43 9.41 15.72 15.72 0 0 1-6.92 6A24.61 24.61 0 0 1 56.88 285ZM86 284.34a1.53 1.53 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.54 1.54 0 0 1 1.15-.45h29.18a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v5.32a1.46 1.46 0 0 1-.45 1.08 1.55 1.55 0 0 1-1.15.45H94.51v9.73h19.26a1.52 1.52 0 0 1 1.16.48 1.71 1.71 0 0 1 .44 1.18v4.87a1.53 1.53 0 0 1-1.6 1.6H94.51v10h21.18a1.51 1.51 0 0 1 1.6 1.6v5.24a1.61 1.61 0 0 1-.44 1.16 1.57 1.57 0 0 1-1.16.44ZM122.41 284.34a1.25 1.25 0 0 1-1-.41 1.37 1.37 0 0 1-.38-.93 1.21 1.21 0 0 1 .06-.38l.13-.39 14.18-20.73-13.12-19.84a1.4 1.4 0 0 1-.25-.77 1.32 1.32 0 0 1 .41-.93 1.29 1.29 0 0 1 .93-.42h8.2a1.93 1.93 0 0 1 1.37.45 5.21 5.21 0 0 1 .74.83l8.38 12.55 8.45-12.55a4.68 4.68 0 0 1 .77-.83 2 2 0 0 1 1.34-.45h7.74a1.23 1.23 0 0 1 1 .42 1.34 1.34 0 0 1 .39.93 1.47 1.47 0 0 1-.19.77l-13.19 19.77 14.21 20.8a.92.92 0 0 1 .16.39 2.34 2.34 0 0 1 0 .38 1.33 1.33 0 0 1-.38.93 1.25 1.25 0 0 1-1 .41h-8.45a2 2 0 0 1-1.34-.44 3.85 3.85 0 0 1-.71-.77l-9.21-13.19-9 13.19a7.89 7.89 0 0 1-.73.77 1.94 1.94 0 0 1-1.38.44ZM169.9 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.55 1.55 0 0 1 1.15-.45h28.74a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v5.64a1.54 1.54 0 0 1-1.6 1.6h-20v10.56h18.76a1.6 1.6 0 0 1 1.15.44 1.58 1.58 0 0 1 .45 1.16v5.63a1.48 1.48 0 0 1-.45 1.09 1.56 1.56 0 0 1-1.15.44h-18.8v15a1.52 1.52 0 0 1-.48 1.16 1.65 1.65 0 0 1-1.18.44Z",
413
+ className: "gexf_svg__cls-2"
414
+ }),
415
+ /* @__PURE__ */ n("path", {
416
+ id: "gexf_svg__F161dc",
417
+ d: "M139.75 72.88c9.65-.77 21.84.91 24.18 12.13a3.81 3.81 0 0 0 2.58 2.99c16.31 5.93 7.09 32.57-7.84 33 4.13-4.85 8.31-8.2 11.78-13.26 3.47-5.35 2.24-15.1-5.89-17.42 1.22 20.77-37.16 52.14-41 18.53-8.33 8.77-16.24 18.15-26.9 24.53a3.41 3.41 0 0 0-1.49 2.22c-.37 8.32 5.54 17.95 16.36 14 15.88-5.16 24.07-25.58 42.12-24.73-2 3.37-6.23 4.6-8.52 7.63-8.18 10-12.67 35.89 3.62 38.9 3.33-13.31 2-28 8-40.52 24.07-28.57 49.17 32.64-2.22 46.35-1 6.05-2.16 13.09-3.32 20.12h-6.88c7.87-37.63 1-10.72-14.59-32.27-12 31.84-63.44 29.77-69.81-4.36-4.08-23.18 32.08-20.43 33.72-.94 1.81 9-8.3 17.09-16.58 13.06 17.37-6.17 13.4-29.09-5.68-25.75-6.06 1.35-9.85 7.9-8.39 14.78 5 23.55 39.21 32.29 52.55 10.8a106.1 106.1 0 0 0 13.8-30c-14.61 13-34.08 16.51-40.56-5.93-22 6.08-39.65-14.35-37.34-34.53 3.86-13.73 18.53-22.8 32.92-19-17.68 4.16-35.52 22.83-23.51 41 5.76 8.84 15.24 12.64 24.93 10a2.66 2.66 0 0 0 2.31-3c-1.1-29.02 24.6-53.07 51.65-58.33ZM96.1 129.61c23.24-13 34.44-47.9 64.91-43.81-2.76-12.72-18.73-12.54-28-7.63a72 72 0 0 0-36.91 51.44Zm39.71-9.15c14.71-1.75 22.5-16.36 25.32-29.46 0-7.72-20.33-.67-23.53 2.87-9.89 4.88-17.38 24.85-1.79 26.59Zm19.75 50.87.61.84c31.12-7.27 17.14-56.19 5.27-36.18-3.44 11.49-4.07 23.54-5.88 35.34Z",
418
+ className: "gexf_svg__cls-3"
419
+ })
420
+ ]
421
+ })
422
+ })]
423
+ }), G = (e) => /* @__PURE__ */ r("svg", {
424
+ xmlns: "http://www.w3.org/2000/svg",
425
+ viewBox: "0 0 235.93 314.58",
426
+ ...e,
427
+ children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".graphml_svg__cls-2{fill:#08f}.graphml_svg__cls-3{fill:#fff}" }) }), /* @__PURE__ */ n("g", {
428
+ id: "graphml_svg__Ebene_2",
429
+ "data-name": "Ebene 2",
430
+ children: /* @__PURE__ */ r("g", {
431
+ id: "graphml_svg__Ebene_1-2",
432
+ "data-name": "Ebene 1",
433
+ children: [
434
+ /* @__PURE__ */ n("path", {
435
+ d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
436
+ style: { fill: "#1f2448" }
437
+ }),
438
+ /* @__PURE__ */ n("path", {
439
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
440
+ className: "graphml_svg__cls-2"
441
+ }),
442
+ /* @__PURE__ */ n("rect", {
443
+ width: 204.98,
444
+ height: 74.77,
445
+ x: 15.48,
446
+ y: 224.33,
447
+ className: "graphml_svg__cls-3",
448
+ rx: 23.84
449
+ }),
450
+ /* @__PURE__ */ n("path", {
451
+ d: "M43.64 277.74a16.36 16.36 0 0 1-7.07-1.39A10.41 10.41 0 0 1 32 272.3a13.07 13.07 0 0 1-1.76-6.44v-8.14a12.52 12.52 0 0 1 1.76-6.29 10.56 10.56 0 0 1 4.6-4 16.53 16.53 0 0 1 7-1.38 18.31 18.31 0 0 1 5.78.83 13.84 13.84 0 0 1 4.18 2.18 9.61 9.61 0 0 1 2.59 2.94 6.78 6.78 0 0 1 .91 3.08.73.73 0 0 1-.25.66 1 1 0 0 1-.68.26h-5.67a1.15 1.15 0 0 1-.66-.15 1.64 1.64 0 0 1-.44-.51 6.46 6.46 0 0 0-1-1.56 5.2 5.2 0 0 0-1.78-1.36 6.76 6.76 0 0 0-3-.55 6.11 6.11 0 0 0-4.27 1.43q-1.59 1.42-1.72 4.64-.13 3.78 0 7.7c.09 2.23.68 3.83 1.76 4.82a6.27 6.27 0 0 0 4.36 1.47 7.54 7.54 0 0 0 3.17-.64 4.91 4.91 0 0 0 2.22-2A6.38 6.38 0 0 0 50 266v-1.06h-4.69a1 1 0 0 1-.75-.33 1.12 1.12 0 0 1-.31-.77v-2.9a1.11 1.11 0 0 1 .31-.8 1.06 1.06 0 0 1 .75-.31h10.87a1.06 1.06 0 0 1 1.1 1.11v4.84a11.93 11.93 0 0 1-1.68 6.46 10.78 10.78 0 0 1-4.75 4.12 17 17 0 0 1-7.21 1.38ZM60.91 277.3a1 1 0 0 1-.75-.31 1.06 1.06 0 0 1-.31-.79v-20.68a1.06 1.06 0 0 1 .31-.77 1 1 0 0 1 .75-.33h4.48a1 1 0 0 1 .77.33 1 1 0 0 1 .33.77v1.76a7.45 7.45 0 0 1 2.73-2.11 8.77 8.77 0 0 1 3.7-.75h1.89a1 1 0 0 1 .79.31 1 1 0 0 1 .31.79v4a1 1 0 0 1-.31.75 1.08 1.08 0 0 1-.79.3h-3.92a4 4 0 0 0-3 1.08 4.14 4.14 0 0 0-1.05 3v11.55a1 1 0 0 1-.33.79 1.12 1.12 0 0 1-.77.31ZM83.91 277.74a9.58 9.58 0 0 1-4.2-.9 7.6 7.6 0 0 1-2.95-2.45 5.88 5.88 0 0 1-1.07-3.39 5.81 5.81 0 0 1 2.5-4.95 15 15 0 0 1 6.69-2.44l5.72-.88V262a3.88 3.88 0 0 0-.77-2.62 3.4 3.4 0 0 0-2.7-.9 4.21 4.21 0 0 0-2.27.54 3.83 3.83 0 0 0-1.34 1.48 1.15 1.15 0 0 1-1 .53h-4.37a.94.94 0 0 1-.73-.27 1 1 0 0 1-.24-.7 4.49 4.49 0 0 1 .6-1.74 6.69 6.69 0 0 1 1.76-2 10.05 10.05 0 0 1 3.08-1.65 13.71 13.71 0 0 1 4.55-.66 15.29 15.29 0 0 1 4.8.66 8.08 8.08 0 0 1 3.19 1.85 7.33 7.33 0 0 1 1.78 2.77 9.89 9.89 0 0 1 .57 3.39v13.52a1.06 1.06 0 0 1-.31.79 1.09 1.09 0 0 1-.79.31H92a1.11 1.11 0 0 1-.8-.31 1.09 1.09 0 0 1-.3-.79v-1.63a6.22 6.22 0 0 1-1.54 1.58A8.6 8.6 0 0 1 87 277.3a10.11 10.11 0 0 1-3.09.44Zm1.81-4.67a5.28 5.28 0 0 0 2.53-.59 4.25 4.25 0 0 0 1.75-1.87 6.86 6.86 0 0 0 .66-3.17v-.7l-4 .66a7.66 7.66 0 0 0-3.36 1.14 2.31 2.31 0 0 0-1.08 1.89 2.15 2.15 0 0 0 .5 1.43 3.11 3.11 0 0 0 1.3.9 4.61 4.61 0 0 0 1.7.31ZM101.46 285.66a1.09 1.09 0 0 1-.79-.31 1.06 1.06 0 0 1-.31-.79v-29a1 1 0 0 1 .31-.79 1 1 0 0 1 .79-.31h4.36a1 1 0 0 1 .74.31 1 1 0 0 1 .31.79v1.67a8.2 8.2 0 0 1 2.75-2.31 8.88 8.88 0 0 1 4.2-.9 10.19 10.19 0 0 1 3.94.7 7.48 7.48 0 0 1 2.86 2.05 9.69 9.69 0 0 1 1.83 3.25 14.9 14.9 0 0 1 .75 4.29V267.53a14.74 14.74 0 0 1-.73 4.15 9.36 9.36 0 0 1-1.83 3.24 8.09 8.09 0 0 1-2.88 2.11 9.65 9.65 0 0 1-3.94.75 9 9 0 0 1-3.91-.79 7.05 7.05 0 0 1-2.68-2.25v9.86a1.1 1.1 0 0 1-.31.79 1.06 1.06 0 0 1-.75.31Zm10.3-13.34a4.2 4.2 0 0 0 2.55-.68 3.88 3.88 0 0 0 1.34-1.84 9.38 9.38 0 0 0 .51-2.58 20.72 20.72 0 0 0 0-2.73 9.3 9.3 0 0 0-.51-2.57 3.91 3.91 0 0 0-1.34-1.85 4.26 4.26 0 0 0-2.55-.68 4.33 4.33 0 0 0-2.6.7 4.13 4.13 0 0 0-1.41 1.85 8.1 8.1 0 0 0-.52 2.42v3.3a5.66 5.66 0 0 0 .54 2.29 4.07 4.07 0 0 0 4 2.37ZM126.66 277.3a1.09 1.09 0 0 1-.79-.31 1.06 1.06 0 0 1-.31-.79v-29a1 1 0 0 1 .31-.79 1 1 0 0 1 .79-.31h4.93a1.06 1.06 0 0 1 1.1 1.1v9.9a8.26 8.26 0 0 1 2.88-2.25 9.51 9.51 0 0 1 4.11-.83 9 9 0 0 1 4.6 1.16 8.15 8.15 0 0 1 3.15 3.39 11.7 11.7 0 0 1 1.14 5.39v12.24a1 1 0 0 1-.33.79 1.12 1.12 0 0 1-.77.31h-5a1.12 1.12 0 0 1-.77-.31 1 1 0 0 1-.33-.79v-12a5.24 5.24 0 0 0-1.1-3.55 4 4 0 0 0-3.17-1.25 4.29 4.29 0 0 0-3.23 1.25 4.9 4.9 0 0 0-1.21 3.55v12a1.06 1.06 0 0 1-1.1 1.1ZM152.83 277.3a1.11 1.11 0 0 1-.77-.31 1 1 0 0 1-.33-.79v-28.6a1 1 0 0 1 .33-.8 1.1 1.1 0 0 1 .77-.3h4.22a1.33 1.33 0 0 1 1 .35 2.57 2.57 0 0 1 .42.53l8.05 14.69 8.1-14.69a2.57 2.57 0 0 1 .42-.53 1.33 1.33 0 0 1 1-.35h4.18a1.18 1.18 0 0 1 .82.3 1.08 1.08 0 0 1 .33.8v28.6a1.08 1.08 0 0 1-.33.79 1.19 1.19 0 0 1-.82.31h-4.62a1.12 1.12 0 0 1-.77-.31 1 1 0 0 1-.33-.79v-17.51l-5.45 10.2a2.13 2.13 0 0 1-.53.71 1.46 1.46 0 0 1-1 .31h-2.02a1.41 1.41 0 0 1-.93-.31 2.78 2.78 0 0 1-.57-.71l-5.45-10.2v17.51a1.1 1.1 0 0 1-.31.79 1.06 1.06 0 0 1-.75.31ZM186.27 277.3a1.11 1.11 0 0 1-.8-.31 1.09 1.09 0 0 1-.3-.79v-28.6a1 1 0 0 1 1.1-1.1h5.1a1.05 1.05 0 0 1 .75.3 1.11 1.11 0 0 1 .31.8v23.63H206a1.05 1.05 0 0 1 .79.32 1.16 1.16 0 0 1 .31.82v3.83a1.06 1.06 0 0 1-.31.79 1.09 1.09 0 0 1-.79.31Z",
452
+ className: "graphml_svg__cls-2"
453
+ }),
454
+ /* @__PURE__ */ n("path", {
455
+ d: "M176.66 102.12a10.29 10.29 0 0 1-17.1 7.73L128.06 128a10.43 10.43 0 0 1 .2 2 10.29 10.29 0 0 1-7 9.76v36.36a10.3 10.3 0 1 1-6.59 0v-36.3a10.29 10.29 0 0 1-7-9.76 10.43 10.43 0 0 1 .2-2l-31.5-18.19a10.19 10.19 0 0 1-6.8 2.58 10.3 10.3 0 1 1 10.3-10.3 10.43 10.43 0 0 1-.2 2l31.5 18.19a10.24 10.24 0 0 1 13.59 0l31.5-18.19a10.43 10.43 0 0 1-.2-2 10.3 10.3 0 1 1 20.6 0Z",
456
+ className: "graphml_svg__cls-3"
457
+ }),
458
+ /* @__PURE__ */ n("circle", {
459
+ cx: 117.96,
460
+ cy: 74.18,
461
+ r: 10.3,
462
+ className: "graphml_svg__cls-3"
463
+ }),
464
+ /* @__PURE__ */ n("circle", {
465
+ cx: 166.36,
466
+ cy: 158,
467
+ r: 10.3,
468
+ className: "graphml_svg__cls-3"
469
+ }),
470
+ /* @__PURE__ */ n("circle", {
471
+ cx: 69.57,
472
+ cy: 158,
473
+ r: 10.3,
474
+ className: "graphml_svg__cls-3"
475
+ })
476
+ ]
477
+ })
478
+ })]
479
+ }), K = (e) => /* @__PURE__ */ r("svg", {
480
+ xmlns: "http://www.w3.org/2000/svg",
481
+ viewBox: "0 0 235.93 314.58",
482
+ ...e,
483
+ children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".json_svg__cls-2{fill:#08f}.json_svg__cls-3{fill:#fff}" }) }), /* @__PURE__ */ n("g", {
484
+ id: "json_svg__Ebene_2",
485
+ "data-name": "Ebene 2",
486
+ children: /* @__PURE__ */ r("g", {
487
+ id: "json_svg__Ebene_1-2",
488
+ "data-name": "Ebene 1",
489
+ children: [
490
+ /* @__PURE__ */ n("path", {
491
+ d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
492
+ style: { fill: "#1f2448" }
493
+ }),
494
+ /* @__PURE__ */ n("path", {
495
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
496
+ className: "json_svg__cls-2"
497
+ }),
498
+ /* @__PURE__ */ n("path", {
499
+ d: "M39.32 224.33h157.29v74.77H39.32z",
500
+ className: "json_svg__cls-3"
501
+ }),
502
+ /* @__PURE__ */ n("path", {
503
+ d: "M196.61 224.33a23.84 23.84 0 0 0-23.84 23.85H63.16a23.84 23.84 0 1 0-47.68 0v27.08a23.84 23.84 0 1 0 47.68 0h109.61a23.84 23.84 0 1 0 47.68 0v-27.08a23.84 23.84 0 0 0-23.84-23.85Z",
504
+ className: "json_svg__cls-3"
505
+ }),
506
+ /* @__PURE__ */ n("path", {
507
+ d: "M52.33 285a25.35 25.35 0 0 1-6.82-.89 17.7 17.7 0 0 1-5.72-2.72 13.46 13.46 0 0 1-4-4.55 14 14 0 0 1-1.6-6.3 1.44 1.44 0 0 1 .38-1 1.33 1.33 0 0 1 1-.42h7.55a1.81 1.81 0 0 1 1.34.45 3.06 3.06 0 0 1 .71 1.28 7.29 7.29 0 0 0 1.37 3.23 6.06 6.06 0 0 0 2.53 1.86 9.48 9.48 0 0 0 3.46.61 6.66 6.66 0 0 0 5.47-2.31q1.89-2.3 1.89-6.59v-19.34H38.76a1.45 1.45 0 0 1-1.09-.48 1.61 1.61 0 0 1-.44-1.12v-5.57a1.6 1.6 0 0 1 .44-1.15 1.5 1.5 0 0 1 1.09-.45H69.1a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v26.76a17.46 17.46 0 0 1-2.34 9.31A15 15 0 0 1 61.9 283a21.87 21.87 0 0 1-9.57 2ZM94.27 285a26.17 26.17 0 0 1-10.37-1.79 14.67 14.67 0 0 1-6.27-4.7 11.05 11.05 0 0 1-2.24-6.18 1.37 1.37 0 0 1 .38-.93 1.28 1.28 0 0 1 1-.41h7.11a2.19 2.19 0 0 1 1.34.35 4.53 4.53 0 0 1 .83.86 7 7 0 0 0 1.44 2.05 7.22 7.22 0 0 0 2.66 1.67 11.85 11.85 0 0 0 4.16.64 11.46 11.46 0 0 0 6.14-1.32 4 4 0 0 0 2-3.55 3.29 3.29 0 0 0-1.12-2.59 10.64 10.64 0 0 0-3.49-1.82 58.81 58.81 0 0 0-6.33-1.73 35.68 35.68 0 0 1-8.16-2.66 12.46 12.46 0 0 1-5.09-4.22 12.49 12.49 0 0 1 .42-13.35 14.1 14.1 0 0 1 6-4.7 22.77 22.77 0 0 1 9.19-1.7 23 23 0 0 1 7.64 1.16 17.32 17.32 0 0 1 5.51 3 14.52 14.52 0 0 1 3.39 4 9.27 9.27 0 0 1 1.25 4.13 1.34 1.34 0 0 1-.39.93 1.23 1.23 0 0 1-1 .42h-7.48a2.59 2.59 0 0 1-1.12-.26 1.86 1.86 0 0 1-.87-.9 4.67 4.67 0 0 0-2.21-2.84 8.59 8.59 0 0 0-4.76-1.19 9.21 9.21 0 0 0-4.83 1.1 3.78 3.78 0 0 0-1.79 3.43 3.67 3.67 0 0 0 .93 2.52 7.27 7.27 0 0 0 3.1 1.83c1.45.51 3.39 1.07 5.83 1.66a45.13 45.13 0 0 1 9.18 2.75 11.52 11.52 0 0 1 5.18 4.16 12.92 12.92 0 0 1-.76 13.8 14.94 14.94 0 0 1-6.63 4.73 27 27 0 0 1-9.77 1.65ZM136.82 285a24.09 24.09 0 0 1-10-1.92 14.88 14.88 0 0 1-6.63-5.79 19.48 19.48 0 0 1-2.59-9.76c0-1.83-.06-3.66-.06-5.47s0-3.66.06-5.54a19.28 19.28 0 0 1 2.63-9.69 15.17 15.17 0 0 1 6.72-5.92 25.87 25.87 0 0 1 19.9 0 15.17 15.17 0 0 1 6.72 5.92 19.28 19.28 0 0 1 2.62 9.69c.09 1.88.13 3.73.13 5.54s0 3.64-.13 5.47a19.38 19.38 0 0 1-2.59 9.76 14.83 14.83 0 0 1-6.65 5.79 24.37 24.37 0 0 1-10.13 1.92Zm0-8.44a8.43 8.43 0 0 0 6-2.21q2.34-2.2 2.47-7.14c.08-1.87.13-3.63.13-5.28s-.05-3.38-.13-5.21a11.66 11.66 0 0 0-1.19-5.35 7 7 0 0 0-3-3 10.13 10.13 0 0 0-8.61 0 7.07 7.07 0 0 0-3 3 12.45 12.45 0 0 0-1.25 5.35c0 1.83-.06 3.57-.06 5.21s0 3.41.06 5.28q.19 4.94 2.53 7.14a8.38 8.38 0 0 0 6.05 2.19ZM164 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.55 1.55 0 0 1 1.15-.45h6a2 2 0 0 1 1.44.45 3.14 3.14 0 0 1 .61.71l16.76 26.24v-25.8a1.57 1.57 0 0 1 .45-1.15 1.48 1.48 0 0 1 1.09-.45h6.78a1.58 1.58 0 0 1 1.16.45 1.6 1.6 0 0 1 .44 1.15v41.6a1.61 1.61 0 0 1-.44 1.12 1.52 1.52 0 0 1-1.16.48H191a1.81 1.81 0 0 1-1.4-.48 5.88 5.88 0 0 1-.58-.67l-16.77-25.47v25a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44Z",
508
+ className: "json_svg__cls-2"
509
+ }),
510
+ /* @__PURE__ */ n("path", {
511
+ d: "M85.74 182a26.41 26.41 0 0 1-9.74-1.83 17.34 17.34 0 0 1-7-5.28 23.33 23.33 0 0 1-4.17-8.68 46.23 46.23 0 0 1-1.4-12A17.16 17.16 0 0 0 62.1 147a9.33 9.33 0 0 0-4.1-4.28l-.86-.48a4.26 4.26 0 0 1-2.49-3.74v-2.69a4.26 4.26 0 0 1 2.49-3.74l1-.48a10.07 10.07 0 0 0 4-4.36 16.9 16.9 0 0 0 1.29-7.15 46.34 46.34 0 0 1 1.4-12A22.94 22.94 0 0 1 69 99.46a18 18 0 0 1 7-5.27 24.32 24.32 0 0 1 9.83-1.83h.48a2.11 2.11 0 0 1 1.54.58 2.08 2.08 0 0 1 .57 1.53v6.14a2.11 2.11 0 0 1-.57 1.54 1.88 1.88 0 0 1-1.35.57h-.48a11 11 0 0 0-6.62 2.16 10.75 10.75 0 0 0-3.35 6 48.83 48.83 0 0 0-1 10.79 22.66 22.66 0 0 1-1.87 9.78 11.74 11.74 0 0 1-5.23 5.66 9.84 9.84 0 0 1 3.79 3.31 17.49 17.49 0 0 1 2.45 5.32 25.38 25.38 0 0 1 .86 6.81 48.93 48.93 0 0 0 1 10.75 10.88 10.88 0 0 0 3.31 6.09 10.9 10.9 0 0 0 6.66 2.15l.48.1a1.88 1.88 0 0 1 1.35.57 2.11 2.11 0 0 1 .57 1.54v6.14a2.11 2.11 0 0 1-.57 1.48 2 2 0 0 1-1.54.63ZM112.31 174a1.53 1.53 0 0 1-1.3-.57 1.93 1.93 0 0 1-.33-1.44l2.49-16.31a4.48 4.48 0 0 1 .91-2.15 2.58 2.58 0 0 1 2.16-.92h8.82a1.62 1.62 0 0 1 1.25.53 1.87 1.87 0 0 1 .48 1.3 2.76 2.76 0 0 1-.29 1.24l-6.14 15.92a5.55 5.55 0 0 1-1 1.68 2.76 2.76 0 0 1-2.11.72Zm3-40.76a2.17 2.17 0 0 1-1.68-.67 2.29 2.29 0 0 1-.62-1.63v-9.11a2.43 2.43 0 0 1 .62-1.73 2.21 2.21 0 0 1 1.68-.67h9.49a2.42 2.42 0 0 1 1.68.67 2.27 2.27 0 0 1 .72 1.73v9.11a2.15 2.15 0 0 1-.72 1.63 2.37 2.37 0 0 1-1.68.67ZM150.09 92.36a25.41 25.41 0 0 1 9.91 1.78 17.38 17.38 0 0 1 7 5.27 23.48 23.48 0 0 1 4.17 8.68 46.79 46.79 0 0 1 1.39 12.09 16.81 16.81 0 0 0 1.3 7.14 10.1 10.1 0 0 0 4 4.37l1 .38a4.26 4.26 0 0 1 2.49 3.74v2.78a4.25 4.25 0 0 1-2.49 3.74l-1 .48a9.14 9.14 0 0 0-4 4.27 17.67 17.67 0 0 0-1.25 7.24 45.75 45.75 0 0 1-1.39 11.94 23.39 23.39 0 0 1-4.17 8.63 17.45 17.45 0 0 1-6.95 5.28 26.32 26.32 0 0 1-9.83 1.87h-.58a2.15 2.15 0 0 1-2.11-2.11v-6.14a2.07 2.07 0 0 1 .58-1.54 2 2 0 0 1 1.44-.57h.38a11.7 11.7 0 0 0 6.76-2.21 10.59 10.59 0 0 0 3.31-6 48.9 48.9 0 0 0 1-10.74 22.94 22.94 0 0 1 1.87-9.88 11.29 11.29 0 0 1 5.23-5.56 11.83 11.83 0 0 1-3.79-3.41 16.08 16.08 0 0 1-2.45-5.22 25.38 25.38 0 0 1-.86-6.81A49.45 49.45 0 0 0 160 111a9.4 9.4 0 0 0-10-8.25h-.48a2 2 0 0 1-1.44-.57 2.07 2.07 0 0 1-.58-1.54v-6.17a2 2 0 0 1 .63-1.53 2.12 2.12 0 0 1 1.48-.58Z",
512
+ className: "json_svg__cls-3"
513
+ })
514
+ ]
515
+ })
516
+ })]
517
+ }), te = (e) => /* @__PURE__ */ r("svg", {
518
+ xmlns: "http://www.w3.org/2000/svg",
519
+ viewBox: "0 0 235.93 314.58",
520
+ ...e,
521
+ children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".rdf_svg__cls-2{fill:#08f}.rdf_svg__cls-3{fill:#fff}" }) }), /* @__PURE__ */ n("g", {
522
+ id: "rdf_svg__Ebene_2",
523
+ "data-name": "Ebene 2",
524
+ children: /* @__PURE__ */ r("g", {
525
+ id: "rdf_svg__Ebene_1-2",
526
+ "data-name": "Ebene 1",
527
+ children: [
528
+ /* @__PURE__ */ n("path", {
529
+ d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
530
+ style: { fill: "#1f2448" }
531
+ }),
532
+ /* @__PURE__ */ n("path", {
533
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
534
+ className: "rdf_svg__cls-2"
535
+ }),
536
+ /* @__PURE__ */ n("rect", {
537
+ width: 204.98,
538
+ height: 74.77,
539
+ x: 15.48,
540
+ y: 224.33,
541
+ className: "rdf_svg__cls-3",
542
+ rx: 23.84
543
+ }),
544
+ /* @__PURE__ */ n("path", {
545
+ d: "M60.53 284.34a1.57 1.57 0 0 1-1.16-.44 1.61 1.61 0 0 1-.44-1.16v-41.6a1.6 1.6 0 0 1 .44-1.15 1.58 1.58 0 0 1 1.16-.45h17.08q8 0 12.64 3.72t4.64 10.62a13 13 0 0 1-2.24 7.81 13.4 13.4 0 0 1-6 4.67l9 15.94a1.68 1.68 0 0 1 .19.7 1.29 1.29 0 0 1-.42.93 1.26 1.26 0 0 1-.93.41h-7.34a2.3 2.3 0 0 1-1.73-.6 5.07 5.07 0 0 1-.83-1.12l-7.68-14.53h-7.55v14.65a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44Zm8.83-24.57h8.06a7.13 7.13 0 0 0 5.06-1.57 5.72 5.72 0 0 0 1.66-4.38 6.11 6.11 0 0 0-1.63-4.48c-1.09-1.11-2.78-1.67-5.09-1.67h-8.06ZM104.3 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.55 1.55 0 0 1 1.15-.45h16.19a25.35 25.35 0 0 1 10.72 2 14.59 14.59 0 0 1 6.6 5.89 19.62 19.62 0 0 1 2.4 9.57c0 1.87.06 3.52.06 4.92s0 3-.06 4.87a21.51 21.51 0 0 1-2.37 9.85 13.33 13.33 0 0 1-6.43 5.8 26.16 26.16 0 0 1-10.6 1.88Zm8.83-8.44h7.36a12.11 12.11 0 0 0 5.12-.93 6.12 6.12 0 0 0 3-3 12.91 12.91 0 0 0 1.06-5.31q.06-1.86.09-3.33t0-2.94q0-1.47-.09-3.27c-.09-3.15-.9-5.47-2.44-6.94s-3.88-2.21-7-2.21h-7ZM149.81 284.34a1.51 1.51 0 0 1-1.6-1.6v-41.6a1.53 1.53 0 0 1 1.6-1.6h28.73a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v5.64a1.54 1.54 0 0 1-1.6 1.6h-20v10.56h18.75a1.53 1.53 0 0 1 1.6 1.6v5.63a1.48 1.48 0 0 1-.45 1.09 1.54 1.54 0 0 1-1.15.44h-18.78v15a1.52 1.52 0 0 1-.48 1.16 1.67 1.67 0 0 1-1.19.44Z",
546
+ className: "rdf_svg__cls-2"
547
+ }),
548
+ /* @__PURE__ */ n("path", {
549
+ d: "M155.16 159.24a20.26 20.26 0 0 0-2.13-1h.51s-4.57-2-5-16.74 4.36-17.22 4.36-17.22h-.68a20.5 20.5 0 0 0 .26-36.28 20.48 20.48 0 0 0-29.85 21.37l-.24-.36s1.21 5.34-11.3 13.11S92.93 126 92.93 126l.36.53c-.36-.22-.7-.45-1.08-.64a20.51 20.51 0 1 0 3.2 34.11l-.13.26s4.55-3.75 17.68 3.3c10.36 5.56 11.9 11 12.1 13.06a20.5 20.5 0 1 0 30.1-17.37Zm-23.16 2.7c-1.66.58-6.39 1.23-16.37-4.12-10.8-5.8-12.4-10.64-12.63-12.09a20.36 20.36 0 0 0-.25-5.24l.07.09s-.88-4.71 11.48-12.38c11.06-6.87 16.08-5.5 17-5.14a20 20 0 0 0 5.71 2.7c1.52 1.45 4.32 5.56 4.61 16.37s-2.9 15.1-4.65 16.59a20.18 20.18 0 0 0-4.97 3.22Z",
550
+ className: "rdf_svg__cls-3"
551
+ }),
552
+ /* @__PURE__ */ n("path", {
553
+ d: "M130.68 94.49c-6 6.53-6.1 16.13-.34 21.57-2.85-2.74-2.79-8.44.09-13.89a2.7 2.7 0 0 1 3-1.12.67.67 0 0 0 .32.06 4.44 4.44 0 0 0 1.09.11 4.31 4.31 0 0 0 4.11-4.5 4.26 4.26 0 0 0-1.17-2.72c5.51-3.61 11.84-4 14.43-1.66h.1c-5.92-5.41-15.61-4.44-21.63 2.15ZM70.48 154.84l-.15-.16.1.11ZM70.67 133.11c-6 6.53-6.09 16.13-.34 21.57-2.84-2.74-2.78-8.44.09-13.89a2.7 2.7 0 0 1 3-1.12.87.87 0 0 0 .33.06 3.92 3.92 0 0 0 1.09.1 4.3 4.3 0 0 0 4.1-4.49 4.23 4.23 0 0 0-1.17-2.73c5.51-3.62 11.84-4 14.44-1.66h.09c-5.92-5.41-15.6-4.44-21.63 2.16ZM134 187.53l-.16-.16a.52.52 0 0 0 .1.11ZM134.19 165.8c-6 6.53-6.09 16.13-.34 21.57-2.84-2.74-2.78-8.44.09-13.89a2.69 2.69 0 0 1 3-1.11 1 1 0 0 0 .32.06 4.38 4.38 0 0 0 1.09.1 4.3 4.3 0 0 0 4.1-4.5 4.23 4.23 0 0 0-1.17-2.73c5.51-3.61 11.84-4 14.44-1.66h.09c-5.91-5.4-15.59-4.43-21.62 2.16Z",
554
+ className: "rdf_svg__cls-2"
555
+ })
556
+ ]
557
+ })
558
+ })]
559
+ }), q = (e) => /* @__PURE__ */ r("svg", {
560
+ xmlns: "http://www.w3.org/2000/svg",
561
+ viewBox: "0 0 235.93 314.58",
562
+ ...e,
563
+ children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".ris_svg__cls-2{fill:#08f}.ris_svg__cls-3{fill:#fff}" }) }), /* @__PURE__ */ n("g", {
564
+ id: "ris_svg__Ebene_2",
565
+ "data-name": "Ebene 2",
566
+ children: /* @__PURE__ */ r("g", {
567
+ id: "ris_svg__Ebene_1-2",
568
+ "data-name": "Ebene 1",
569
+ children: [
570
+ /* @__PURE__ */ n("path", {
571
+ d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
572
+ style: { fill: "#1f2448" }
573
+ }),
574
+ /* @__PURE__ */ n("path", {
575
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
576
+ className: "ris_svg__cls-2"
577
+ }),
578
+ /* @__PURE__ */ n("path", {
579
+ d: "M73 106.25h39.59v39.58q0 35.22-39.59 39.59v-19.7q17.74-2.15 19.89-19.89H73Zm59.47 0H172v39.58q0 35.22-39.58 39.59v-19.7q17.74-2.15 19.89-19.89h-19.85Z",
580
+ className: "ris_svg__cls-3"
581
+ }),
582
+ /* @__PURE__ */ n("rect", {
583
+ width: 204.98,
584
+ height: 74.77,
585
+ x: 15.48,
586
+ y: 224.33,
587
+ className: "ris_svg__cls-3",
588
+ rx: 23.84
589
+ }),
590
+ /* @__PURE__ */ n("path", {
591
+ d: "M71.37 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.55 1.55 0 0 1 1.15-.45h17.09q8 0 12.64 3.72t4.64 10.62a13.11 13.11 0 0 1-2.24 7.81 13.45 13.45 0 0 1-6 4.67l9 15.94a1.56 1.56 0 0 1 .2.7 1.42 1.42 0 0 1-1.35 1.34H98a2.29 2.29 0 0 1-1.73-.6 5.07 5.07 0 0 1-.83-1.12l-7.68-14.53h-7.55v14.65a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44Zm8.84-24.57h8.06a7.13 7.13 0 0 0 5.06-1.57 5.76 5.76 0 0 0 1.67-4.38 6.11 6.11 0 0 0-1.63-4.48q-1.64-1.67-5.09-1.67h-8.07ZM115.15 284.34a1.53 1.53 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6A1.57 1.57 0 0 1 114 240a1.54 1.54 0 0 1 1.15-.45h7.55a1.58 1.58 0 0 1 1.12.45 1.52 1.52 0 0 1 .48 1.15v41.6a1.52 1.52 0 0 1-.48 1.16 1.57 1.57 0 0 1-1.12.44ZM149.9 285a26.21 26.21 0 0 1-10.37-1.79 14.67 14.67 0 0 1-6.27-4.7 11.13 11.13 0 0 1-2.24-6.18 1.34 1.34 0 0 1 .39-.93 1.25 1.25 0 0 1 1-.41h7.1a2.17 2.17 0 0 1 1.34.35 4.53 4.53 0 0 1 .83.86 7 7 0 0 0 1.44 2.05 7.3 7.3 0 0 0 2.66 1.67 11.85 11.85 0 0 0 4.16.64 11.46 11.46 0 0 0 6.14-1.32 4 4 0 0 0 2.05-3.55 3.29 3.29 0 0 0-1.12-2.59 10.57 10.57 0 0 0-3.48-1.82 59.09 59.09 0 0 0-6.34-1.73 35.68 35.68 0 0 1-8.16-2.66 12.46 12.46 0 0 1-5.09-4.22 12.49 12.49 0 0 1 .42-13.35 14.17 14.17 0 0 1 6-4.7 22.77 22.77 0 0 1 9.19-1.7 23 23 0 0 1 7.64 1.16 17.32 17.32 0 0 1 5.51 3 14.52 14.52 0 0 1 3.39 4 9.15 9.15 0 0 1 1.25 4.13 1.34 1.34 0 0 1-.39.93 1.23 1.23 0 0 1-1 .42h-7.48a2.59 2.59 0 0 1-1.12-.26 1.86 1.86 0 0 1-.87-.9 4.67 4.67 0 0 0-2.21-2.84 8.59 8.59 0 0 0-4.76-1.19 9.21 9.21 0 0 0-4.87 1.12 3.78 3.78 0 0 0-1.79 3.43 3.67 3.67 0 0 0 .93 2.52 7.27 7.27 0 0 0 3.1 1.83c1.45.51 3.39 1.07 5.83 1.66a45.13 45.13 0 0 1 9.18 2.75 11.52 11.52 0 0 1 5.18 4.16 12.92 12.92 0 0 1-.76 13.8 14.94 14.94 0 0 1-6.63 4.73 27 27 0 0 1-9.78 1.63Z",
592
+ className: "ris_svg__cls-2"
593
+ })
594
+ ]
595
+ })
596
+ })]
597
+ }), J = (e) => /* @__PURE__ */ r("svg", {
598
+ xmlns: "http://www.w3.org/2000/svg",
599
+ viewBox: "0 0 235.93 314.58",
600
+ ...e,
601
+ children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".tei_svg__cls-2{fill:#08f}.tei_svg__cls-3{fill:#fff}" }) }), /* @__PURE__ */ n("g", {
602
+ id: "tei_svg__Ebene_2",
603
+ "data-name": "Ebene 2",
604
+ children: /* @__PURE__ */ r("g", {
605
+ id: "tei_svg__Ebene_1-2",
606
+ "data-name": "Ebene 1",
607
+ children: [
608
+ /* @__PURE__ */ n("path", {
609
+ d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
610
+ style: { fill: "#1f2448" }
611
+ }),
612
+ /* @__PURE__ */ n("path", {
613
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
614
+ className: "tei_svg__cls-2"
615
+ }),
616
+ /* @__PURE__ */ n("rect", {
617
+ width: 204.98,
618
+ height: 74.77,
619
+ x: 15.48,
620
+ y: 224.33,
621
+ className: "tei_svg__cls-3",
622
+ rx: 23.84
623
+ }),
624
+ /* @__PURE__ */ n("path", {
625
+ d: "M85.4 284.34a1.57 1.57 0 0 1-1.16-.44 1.61 1.61 0 0 1-.44-1.16v-34H72.21a1.48 1.48 0 0 1-1.09-.45 1.58 1.58 0 0 1-.44-1.15v-6a1.6 1.6 0 0 1 .44-1.15 1.48 1.48 0 0 1 1.09-.45h33.73a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v6a1.54 1.54 0 0 1-1.6 1.6H94.36v34a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44ZM114.31 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.55 1.55 0 0 1 1.15-.45h29.19a1.54 1.54 0 0 1 1.6 1.6v5.32a1.46 1.46 0 0 1-.45 1.08 1.57 1.57 0 0 1-1.15.45h-20.68v9.73h19.27a1.5 1.5 0 0 1 1.15.48 1.67 1.67 0 0 1 .45 1.18v4.87a1.54 1.54 0 0 1-1.6 1.6h-19.27v10H144a1.53 1.53 0 0 1 1.6 1.6v5.24a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44ZM152.84 284.34a1.53 1.53 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-41.6a1.57 1.57 0 0 1 .45-1.15 1.54 1.54 0 0 1 1.15-.45h7.55a1.58 1.58 0 0 1 1.12.45 1.52 1.52 0 0 1 .48 1.15v41.6a1.52 1.52 0 0 1-.48 1.16 1.57 1.57 0 0 1-1.12.44Z",
626
+ className: "tei_svg__cls-2"
627
+ }),
628
+ /* @__PURE__ */ n("path", {
629
+ d: "M86.82 168.89a2.73 2.73 0 0 1-1-.25 5 5 0 0 1-1-.55l-34.17-23.34a8.41 8.41 0 0 1-2.22-2 4.14 4.14 0 0 1-.7-2.43v-2.42a4.09 4.09 0 0 1 .7-2.48 10.57 10.57 0 0 1 2.22-2.07l34.15-23.26a6.91 6.91 0 0 1 1-.6 2.42 2.42 0 0 1 1-.3 2 2 0 0 1 2 2.12V119a3.12 3.12 0 0 1-.7 2.12 8.5 8.5 0 0 1-1.82 1.51l-24.51 16.46 24.55 16.47a9.75 9.75 0 0 1 1.82 1.44 3.08 3.08 0 0 1 .7 2.17v7.68a1.87 1.87 0 0 1-.6 1.52 2.14 2.14 0 0 1-1.42.52ZM96.76 183a1.94 1.94 0 0 1-1.41-.61 2 2 0 0 1-.61-1.51 4.57 4.57 0 0 1 .2-1.12l34.35-82.54a6.58 6.58 0 0 1 1.12-1.41 2.73 2.73 0 0 1 2-.71H139a2.15 2.15 0 0 1 1.47.61 2 2 0 0 1 .65 1.51 3.12 3.12 0 0 1-.3 1.12l-34.45 82.54a6.28 6.28 0 0 1-1 1.36 2.78 2.78 0 0 1-2.12.76ZM149.11 168.89a2.14 2.14 0 0 1-1.42-.5 1.87 1.87 0 0 1-.6-1.52v-7.68a3.08 3.08 0 0 1 .7-2.17 9.43 9.43 0 0 1 1.82-1.46l24.55-16.47-24.55-16.47a8.26 8.26 0 0 1-1.82-1.51 3.12 3.12 0 0 1-.7-2.12v-7.68a2 2 0 0 1 2-2.12 2.57 2.57 0 0 1 1.11.3 6.91 6.91 0 0 1 1 .6l34.05 23.24a10.57 10.57 0 0 1 2.22 2.07 4.09 4.09 0 0 1 .7 2.48v2.42a4.14 4.14 0 0 1-.7 2.43 8.41 8.41 0 0 1-2.22 2l-34.05 23.34a5 5 0 0 1-1 .55 2.92 2.92 0 0 1-1.09.27Z",
630
+ className: "tei_svg__cls-3"
631
+ })
632
+ ]
633
+ })
634
+ })]
635
+ }), Y = (e) => /* @__PURE__ */ r("svg", {
636
+ xmlns: "http://www.w3.org/2000/svg",
637
+ viewBox: "0 0 235.93 314.58",
638
+ ...e,
639
+ children: [/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("style", { children: ".txt_svg__cls-2{fill:#08f}.txt_svg__cls-3{fill:#fff}.txt_svg__cls-4{fill:none}" }) }), /* @__PURE__ */ n("g", {
640
+ id: "txt_svg__Ebene_2",
641
+ "data-name": "Ebene 2",
642
+ children: /* @__PURE__ */ r("g", {
643
+ id: "txt_svg__Ebene_1-2",
644
+ "data-name": "Ebene 1",
645
+ children: [
646
+ /* @__PURE__ */ n("path", {
647
+ d: "M235.93 78.64v196.62a39.3 39.3 0 0 1-39.32 39.32H39.32A39.31 39.31 0 0 1 0 275.26V39.32A39.31 39.31 0 0 1 39.32 0h118v39.32a39.3 39.3 0 0 0 39.32 39.32Z",
648
+ style: { fill: "#1f2448" }
649
+ }),
650
+ /* @__PURE__ */ n("path", {
651
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
652
+ className: "txt_svg__cls-2"
653
+ }),
654
+ /* @__PURE__ */ n("rect", {
655
+ width: 204.98,
656
+ height: 74.77,
657
+ x: 15.48,
658
+ y: 224.33,
659
+ className: "txt_svg__cls-3",
660
+ rx: 23.84
661
+ }),
662
+ /* @__PURE__ */ n("path", {
663
+ d: "M73.42 284.34a1.54 1.54 0 0 1-1.15-.44 1.58 1.58 0 0 1-.45-1.16v-34H60.24a1.48 1.48 0 0 1-1.09-.45 1.55 1.55 0 0 1-.45-1.15v-6a1.57 1.57 0 0 1 .45-1.15 1.48 1.48 0 0 1 1.09-.45H94a1.54 1.54 0 0 1 1.6 1.6v6a1.55 1.55 0 0 1-.45 1.15 1.57 1.57 0 0 1-1.15.45H82.38v34a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44ZM99.21 284.34a1.25 1.25 0 0 1-1-.41 1.37 1.37 0 0 1-.38-.93 1.21 1.21 0 0 1 .06-.38l.13-.39 14.15-20.73-13.08-19.84a1.34 1.34 0 0 1-.26-.77 1.29 1.29 0 0 1 .42-.93 1.25 1.25 0 0 1 .92-.42h8.2a1.93 1.93 0 0 1 1.37.45 5.21 5.21 0 0 1 .74.83l8.38 12.55 8.45-12.55a4.68 4.68 0 0 1 .77-.83 2 2 0 0 1 1.34-.45h7.75a1.26 1.26 0 0 1 1 .42 1.37 1.37 0 0 1 .38.93 1.47 1.47 0 0 1-.19.77l-13.19 19.77 14.21 20.8a.92.92 0 0 1 .16.39 2.34 2.34 0 0 1 0 .38 1.33 1.33 0 0 1-.38.93 1.25 1.25 0 0 1-1 .41h-8.45a2 2 0 0 1-1.34-.44 3.85 3.85 0 0 1-.71-.77l-9.21-13.19-9 13.19a7.89 7.89 0 0 1-.73.77 1.94 1.94 0 0 1-1.38.44ZM156.56 284.34a1.51 1.51 0 0 1-1.6-1.6v-34h-11.59a1.5 1.5 0 0 1-1.09-.45 1.58 1.58 0 0 1-.44-1.15v-6a1.6 1.6 0 0 1 .44-1.15 1.5 1.5 0 0 1 1.09-.45h33.73a1.55 1.55 0 0 1 1.15.45 1.57 1.57 0 0 1 .45 1.15v6a1.54 1.54 0 0 1-1.6 1.6h-11.58v34a1.58 1.58 0 0 1-.45 1.16 1.54 1.54 0 0 1-1.15.44Z",
664
+ className: "txt_svg__cls-2"
665
+ }),
666
+ /* @__PURE__ */ n("path", {
667
+ d: "M61.7 125.22a1 1 0 0 1-.72-.32 1 1 0 0 1-.32-.72 2 2 0 0 1 .05-.45l11.68-31.92a2 2 0 0 1 .63-1 1.89 1.89 0 0 1 1.31-.42h7.36a1.92 1.92 0 0 1 1.32.42 2 2 0 0 1 .62 1l11.64 31.92a1.06 1.06 0 0 1 .1.45 1 1 0 0 1-.33.72 1 1 0 0 1-.77.32h-6.11a1.51 1.51 0 0 1-1.12-.37 1.75 1.75 0 0 1-.47-.67l-1.94-5.07H71.35l-1.89 5.07a1.91 1.91 0 0 1-.45.67 1.57 1.57 0 0 1-1.19.37ZM73.39 112h9.25L78 98.82Z",
668
+ className: "txt_svg__cls-3"
669
+ }),
670
+ /* @__PURE__ */ n("path", {
671
+ d: "M200.25 118.7h11.96v9.43h-11.96zM200.25 109.27h11.96v9.43h-11.96z",
672
+ className: "txt_svg__cls-4"
673
+ }),
674
+ /* @__PURE__ */ n("path", {
675
+ d: "M200.25 99.84h11.96v9.43h-11.96z",
676
+ className: "txt_svg__cls-4"
677
+ }),
678
+ /* @__PURE__ */ n("path", {
679
+ d: "M200.25 90.42h11.96v9.43h-11.96zM200.25 156.4h11.96v9.43h-11.96zM200.25 146.97h11.96v9.43h-11.96z",
680
+ className: "txt_svg__cls-4"
681
+ }),
682
+ /* @__PURE__ */ n("path", {
683
+ d: "M200.25 137.55h11.96v9.43h-11.96zM200.25 128.12h11.96v9.43h-11.96zM200.25 194.11h11.96v9.43h-11.96zM200.25 184.68h11.96v9.43h-11.96zM200.25 175.25h11.96v9.43h-11.96z",
684
+ className: "txt_svg__cls-4"
685
+ }),
686
+ /* @__PURE__ */ n("path", {
687
+ d: "M200.25 165.83h11.96v9.43h-11.96z",
688
+ className: "txt_svg__cls-4"
689
+ }),
690
+ /* @__PURE__ */ n("path", {
691
+ d: "M101.62 117.53h73.63v7.04h-73.63zM101.62 103.39h73.63v7.04h-73.63zM101.62 90.21h73.63v6.08h-73.63zM61.2 174.09h73.64v7.03H61.2zM61.2 159.95h114.05v7.04H61.2zM61.2 145.81h114.05v7.04H61.2zM61.2 131.67h114.05v7.04H61.2z",
692
+ className: "txt_svg__cls-3"
693
+ })
694
+ ]
695
+ })
696
+ })]
697
+ });
698
+ //#endregion
699
+ //#region src/components/DownloadButton/DownloadButton.tsx
700
+ function X({ href: e, type: t, name: r }) {
701
+ let i = "w-14", a = r.match(/^[a-z0-9]/i) ? r : "download", o;
702
+ switch (t) {
703
+ case "bibtex":
704
+ o = /* @__PURE__ */ n(H, { className: i });
705
+ break;
706
+ case "csv":
707
+ o = /* @__PURE__ */ n(U, { className: i });
708
+ break;
709
+ case "gexf":
710
+ o = /* @__PURE__ */ n(W, { className: i });
711
+ break;
712
+ case "graphml":
713
+ o = /* @__PURE__ */ n(G, { className: i });
714
+ break;
715
+ case "json":
716
+ o = /* @__PURE__ */ n(K, { className: i });
717
+ break;
718
+ case "rdf":
719
+ o = /* @__PURE__ */ n(te, { className: i });
720
+ break;
721
+ case "ris":
722
+ o = /* @__PURE__ */ n(q, { className: i });
723
+ break;
724
+ case "tei":
725
+ o = /* @__PURE__ */ n(J, { className: i });
726
+ break;
727
+ case "txt":
728
+ o = /* @__PURE__ */ n(Y, { className: i });
729
+ break;
730
+ }
731
+ return /* @__PURE__ */ n("a", {
732
+ href: e,
733
+ download: a,
734
+ className: "inline-block",
735
+ children: o || a
736
+ });
1188
737
  }
1189
- const U1 = (s) => /* @__PURE__ */ e.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 384", ...s, children: [
1190
- /* @__PURE__ */ e.jsxs("defs", { children: [
1191
- /* @__PURE__ */ e.jsx("clipPath", { id: "dracor_svg__clip-path", children: /* @__PURE__ */ e.jsx(
1192
- "path",
1193
- {
1194
- d: "M0 0h384v384H0z",
1195
- style: {
1196
- fill: "none"
1197
- }
1198
- }
1199
- ) }),
1200
- /* @__PURE__ */ e.jsx("style", { children: ".dracor_svg__cls-2{clip-path:url(#dracor_svg__clip-path)}" })
1201
- ] }),
1202
- /* @__PURE__ */ e.jsx("g", { id: "dracor_svg__Layer_2", "data-name": "Layer 2", children: /* @__PURE__ */ e.jsx("g", { id: "dracor_svg__Layer_1-2", "data-name": "Layer 1", children: /* @__PURE__ */ e.jsx("g", { id: "dracor_svg__Vektor-Smartobjekt", className: "dracor_svg__cls-2", children: /* @__PURE__ */ e.jsx(
1203
- "path",
1204
- {
1205
- d: "M378.47 146A192.23 192.23 0 0 0 192 0H0v384h192a192.23 192.23 0 0 0 186.47-145.95 194.5 194.5 0 0 0 0-92.1M192 347.51H36.49V210.25H71.6a121.84 121.84 0 0 0 233.18 27.8h-41a85.29 85.29 0 1 1-11.51-106.34A86 86 0 0 1 263.8 146h41a121.81 121.81 0 0 0-233.2 27.76H36.49V36.49H192c69.73 0 128.88 46.12 148.55 109.46q2.13 6.84 3.62 13.91c1 4.56 1.73 9.2 2.27 13.9h-105.6a50 50 0 0 0-2.38-5.43c-.48-.94-1-1.86-1.54-2.77a51 51 0 0 0-3.89-5.7 50 50 0 0 0-4.17-4.71 52 52 0 0 0-61.31-9.2c-1.14.6-2.26 1.26-3.35 2a51.2 51.2 0 0 0-9 7.25 52.09 52.09 0 0 0 0 73.71 51.2 51.2 0 0 0 9 7.24l3.34 2a52.07 52.07 0 0 0 61.32-9.19 50 50 0 0 0 4.18-4.72 52 52 0 0 0 3.47-5c.7-1.14 1.35-2.3 2-3.49a48 48 0 0 0 2.38-5.43h105.6c-.54 4.7-1.31 9.34-2.27 13.9q-1.49 7.08-3.62 13.91c-19.72 63.26-78.87 109.38-148.6 109.38",
1206
- className: "dracor_svg__cls-2",
1207
- style: {
1208
- fill: "#1f2447"
1209
- }
1210
- }
1211
- ) }) }) })
1212
- ] }), J1 = (s) => /* @__PURE__ */ e.jsx(
1213
- "svg",
1214
- {
1215
- xmlns: "http://www.w3.org/2000/svg",
1216
- xmlSpace: "preserve",
1217
- style: {
1218
- fillRule: "evenodd",
1219
- clipRule: "evenodd",
1220
- strokeLinejoin: "round",
1221
- strokeMiterlimit: 2
1222
- },
1223
- viewBox: "0 0 588 391",
1224
- ...s,
1225
- children: /* @__PURE__ */ e.jsxs("g", { transform: "translate(-123.029 -99.495)", children: [
1226
- /* @__PURE__ */ e.jsx(
1227
- "path",
1228
- {
1229
- d: "M123.029 99.495h587.633v390.271H123.029z",
1230
- style: {
1231
- fill: "none"
1232
- }
1233
- }
1234
- ),
1235
- /* @__PURE__ */ e.jsx("clipPath", { id: "ein_svg__a", children: /* @__PURE__ */ e.jsx("path", { d: "M123.029 99.495h587.633v390.271H123.029z" }) }),
1236
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#ein_svg__a)", children: [
1237
- /* @__PURE__ */ e.jsx("path", { d: "M710.692 156.68c0-31.289-25.402-56.691-56.69-56.691H179.749c-31.288 0-56.69 25.402-56.69 56.69v276.89c0 31.289 25.402 56.69 56.69 56.69h474.253c31.288 0 56.69-25.401 56.69-56.69z" }),
1238
- /* @__PURE__ */ e.jsx(
1239
- "path",
1240
- {
1241
- d: "M646.08 424.9a8.18 8.18 0 0 1-2.28-6.06V170.59a8.85 8.85 0 0 1 2.28-6.25 7.85 7.85 0 0 1 6.06-2.47H800q.416-.044.834-.044c4.35 0 7.93 3.58 7.93 7.93q0 .418-.044.834v5.69a7.86 7.86 0 0 1-2.47 6.06 8.84 8.84 0 0 1-6.25 2.27H667.68v96.65h123.93q.422-.045.845-.045c4.345 0 7.92 3.575 7.92 7.92q0 .423-.045.845v5.68a7.86 7.86 0 0 1-2.47 6.07 8.88 8.88 0 0 1-6.25 2.27H667.68v100.43H803q.416-.044.834-.044c4.35 0 7.93 3.58 7.93 7.93q0 .418-.044.834v5.69a7.83 7.83 0 0 1-2.47 6.06 8.84 8.84 0 0 1-6.25 2.27H652.14a8.15 8.15 0 0 1-6.06-2.27M848.5 424.9a8.18 8.18 0 0 1-2.28-6.06V170.21a8 8 0 0 1-.017-.517c0-4.301 3.539-7.84 7.84-7.84q.259 0 .517.017h7.2a8 8 0 0 1 .528-.018c4.295 0 7.83 3.535 7.83 7.83q0 .264-.018.528v248.63q.018.269.019.539c0 4.285-3.526 7.81-7.81 7.81q-.275 0-.549-.019h-7.2a8.15 8.15 0 0 1-6.06-2.27M912.7 424.9a8.18 8.18 0 0 1-2.28-6.06V170.59a8.85 8.85 0 0 1 2.28-6.25 7.85 7.85 0 0 1 6.06-2.47h8a9.23 9.23 0 0 1 8 4.55l139.85 213.76V170.59a8.88 8.88 0 0 1 2.27-6.25 7.88 7.88 0 0 1 6.07-2.47h6.82c.28-.029.56-.044.83-.044 4.35 0 7.93 3.58 7.93 7.93 0 .279-.01.557-.04.834v247.87a8.83 8.83 0 0 1-2.28 6.25 7.82 7.82 0 0 1-6.06 2.46h-8.34a9.2 9.2 0 0 1-8-4.54l-139.47-213v209.21a7.85 7.85 0 0 1-2.46 6.06 8.87 8.87 0 0 1-6.26 2.27h-6.82a8.16 8.16 0 0 1-6.1-2.27",
1242
- style: {
1243
- fill: "#fff",
1244
- fillRule: "nonzero"
1245
- },
1246
- transform: "translate(-543.589 -30.934)scale(1.10672)"
1247
- }
1248
- )
1249
- ] })
1250
- ] })
1251
- }
1252
- ), { protocol: X1, host: Q1 } = window.location, K1 = `${X1}//${Q1}/id/`;
1253
- function b0({
1254
- children: s,
1255
- className: l = "",
1256
- uri: r,
1257
- prefix: t,
1258
- icon: c
1259
- }) {
1260
- const n = s, o = r || `${t || K1}${n}`;
1261
- return /* @__PURE__ */ e.jsxs(
1262
- "span",
1263
- {
1264
- className: `inline-flex bg-white rounded-sm px-1.5 gap-1 align-text-bottom cursor-pointer ${l}`,
1265
- children: [
1266
- c === "ein" && /* @__PURE__ */ e.jsx(J1, { style: { width: "25px" } }),
1267
- c === "dracor" && /* @__PURE__ */ e.jsx(U1, { style: { width: "15px" } }),
1268
- /* @__PURE__ */ e.jsx(y1, { text: o, children: /* @__PURE__ */ e.jsxs("span", { title: "copy to clipboard", children: [
1269
- /* @__PURE__ */ e.jsx("span", { className: "pr-1", children: n }),
1270
- /* @__PURE__ */ e.jsx(w, { icon: b1, size: "sm" })
1271
- ] }) })
1272
- ]
1273
- }
1274
- );
738
+ //#endregion
739
+ //#region src/components/icons/Dracor.tsx
740
+ var Z = (e) => /* @__PURE__ */ r("svg", {
741
+ xmlns: "http://www.w3.org/2000/svg",
742
+ viewBox: "0 0 384 384",
743
+ ...e,
744
+ children: [/* @__PURE__ */ r("defs", { children: [/* @__PURE__ */ n("clipPath", {
745
+ id: "dracor_svg__clip-path",
746
+ children: /* @__PURE__ */ n("path", {
747
+ d: "M0 0h384v384H0z",
748
+ style: { fill: "none" }
749
+ })
750
+ }), /* @__PURE__ */ n("style", { children: ".dracor_svg__cls-2{clip-path:url(#dracor_svg__clip-path)}" })] }), /* @__PURE__ */ n("g", {
751
+ id: "dracor_svg__Layer_2",
752
+ "data-name": "Layer 2",
753
+ children: /* @__PURE__ */ n("g", {
754
+ id: "dracor_svg__Layer_1-2",
755
+ "data-name": "Layer 1",
756
+ children: /* @__PURE__ */ n("g", {
757
+ id: "dracor_svg__Vektor-Smartobjekt",
758
+ className: "dracor_svg__cls-2",
759
+ children: /* @__PURE__ */ n("path", {
760
+ d: "M378.47 146A192.23 192.23 0 0 0 192 0H0v384h192a192.23 192.23 0 0 0 186.47-145.95 194.5 194.5 0 0 0 0-92.1M192 347.51H36.49V210.25H71.6a121.84 121.84 0 0 0 233.18 27.8h-41a85.29 85.29 0 1 1-11.51-106.34A86 86 0 0 1 263.8 146h41a121.81 121.81 0 0 0-233.2 27.76H36.49V36.49H192c69.73 0 128.88 46.12 148.55 109.46q2.13 6.84 3.62 13.91c1 4.56 1.73 9.2 2.27 13.9h-105.6a50 50 0 0 0-2.38-5.43c-.48-.94-1-1.86-1.54-2.77a51 51 0 0 0-3.89-5.7 50 50 0 0 0-4.17-4.71 52 52 0 0 0-61.31-9.2c-1.14.6-2.26 1.26-3.35 2a51.2 51.2 0 0 0-9 7.25 52.09 52.09 0 0 0 0 73.71 51.2 51.2 0 0 0 9 7.24l3.34 2a52.07 52.07 0 0 0 61.32-9.19 50 50 0 0 0 4.18-4.72 52 52 0 0 0 3.47-5c.7-1.14 1.35-2.3 2-3.49a48 48 0 0 0 2.38-5.43h105.6c-.54 4.7-1.31 9.34-2.27 13.9q-1.49 7.08-3.62 13.91c-19.72 63.26-78.87 109.38-148.6 109.38",
761
+ className: "dracor_svg__cls-2",
762
+ style: { fill: "#1f2447" }
763
+ })
764
+ })
765
+ })
766
+ })]
767
+ }), Q = (e) => /* @__PURE__ */ n("svg", {
768
+ xmlns: "http://www.w3.org/2000/svg",
769
+ xmlSpace: "preserve",
770
+ style: {
771
+ fillRule: "evenodd",
772
+ clipRule: "evenodd",
773
+ strokeLinejoin: "round",
774
+ strokeMiterlimit: 2
775
+ },
776
+ viewBox: "0 0 588 391",
777
+ ...e,
778
+ children: /* @__PURE__ */ r("g", {
779
+ transform: "translate(-123.029 -99.495)",
780
+ children: [
781
+ /* @__PURE__ */ n("path", {
782
+ d: "M123.029 99.495h587.633v390.271H123.029z",
783
+ style: { fill: "none" }
784
+ }),
785
+ /* @__PURE__ */ n("clipPath", {
786
+ id: "ein_svg__a",
787
+ children: /* @__PURE__ */ n("path", { d: "M123.029 99.495h587.633v390.271H123.029z" })
788
+ }),
789
+ /* @__PURE__ */ r("g", {
790
+ clipPath: "url(#ein_svg__a)",
791
+ children: [/* @__PURE__ */ n("path", { d: "M710.692 156.68c0-31.289-25.402-56.691-56.69-56.691H179.749c-31.288 0-56.69 25.402-56.69 56.69v276.89c0 31.289 25.402 56.69 56.69 56.69h474.253c31.288 0 56.69-25.401 56.69-56.69z" }), /* @__PURE__ */ n("path", {
792
+ d: "M646.08 424.9a8.18 8.18 0 0 1-2.28-6.06V170.59a8.85 8.85 0 0 1 2.28-6.25 7.85 7.85 0 0 1 6.06-2.47H800q.416-.044.834-.044c4.35 0 7.93 3.58 7.93 7.93q0 .418-.044.834v5.69a7.86 7.86 0 0 1-2.47 6.06 8.84 8.84 0 0 1-6.25 2.27H667.68v96.65h123.93q.422-.045.845-.045c4.345 0 7.92 3.575 7.92 7.92q0 .423-.045.845v5.68a7.86 7.86 0 0 1-2.47 6.07 8.88 8.88 0 0 1-6.25 2.27H667.68v100.43H803q.416-.044.834-.044c4.35 0 7.93 3.58 7.93 7.93q0 .418-.044.834v5.69a7.83 7.83 0 0 1-2.47 6.06 8.84 8.84 0 0 1-6.25 2.27H652.14a8.15 8.15 0 0 1-6.06-2.27M848.5 424.9a8.18 8.18 0 0 1-2.28-6.06V170.21a8 8 0 0 1-.017-.517c0-4.301 3.539-7.84 7.84-7.84q.259 0 .517.017h7.2a8 8 0 0 1 .528-.018c4.295 0 7.83 3.535 7.83 7.83q0 .264-.018.528v248.63q.018.269.019.539c0 4.285-3.526 7.81-7.81 7.81q-.275 0-.549-.019h-7.2a8.15 8.15 0 0 1-6.06-2.27M912.7 424.9a8.18 8.18 0 0 1-2.28-6.06V170.59a8.85 8.85 0 0 1 2.28-6.25 7.85 7.85 0 0 1 6.06-2.47h8a9.23 9.23 0 0 1 8 4.55l139.85 213.76V170.59a8.88 8.88 0 0 1 2.27-6.25 7.88 7.88 0 0 1 6.07-2.47h6.82c.28-.029.56-.044.83-.044 4.35 0 7.93 3.58 7.93 7.93 0 .279-.01.557-.04.834v247.87a8.83 8.83 0 0 1-2.28 6.25 7.82 7.82 0 0 1-6.06 2.46h-8.34a9.2 9.2 0 0 1-8-4.54l-139.47-213v209.21a7.85 7.85 0 0 1-2.46 6.06 8.87 8.87 0 0 1-6.26 2.27h-6.82a8.16 8.16 0 0 1-6.1-2.27",
793
+ style: {
794
+ fill: "#fff",
795
+ fillRule: "nonzero"
796
+ },
797
+ transform: "translate(-543.589 -30.934)scale(1.10672)"
798
+ })]
799
+ })
800
+ ]
801
+ })
802
+ }), { protocol: ne, host: re } = window.location, ie = `${ne}//${re}/id/`;
803
+ function ae({ children: e, className: t = "", uri: i, prefix: a, icon: o }) {
804
+ let s = e, c = i || `${a || ie}${s}`;
805
+ return /* @__PURE__ */ r("span", {
806
+ className: `inline-flex bg-white rounded-sm px-1.5 gap-1 align-text-bottom cursor-pointer ${t}`,
807
+ children: [
808
+ o === "ein" && /* @__PURE__ */ n(Q, { style: { width: "25px" } }),
809
+ o === "dracor" && /* @__PURE__ */ n(Z, { style: { width: "15px" } }),
810
+ /* @__PURE__ */ n(_, {
811
+ text: c,
812
+ children: /* @__PURE__ */ r("span", {
813
+ title: "copy to clipboard",
814
+ children: [/* @__PURE__ */ n("span", {
815
+ className: "pr-1",
816
+ children: s
817
+ }), /* @__PURE__ */ n(l, {
818
+ icon: p,
819
+ size: "sm"
820
+ })]
821
+ })
822
+ })
823
+ ]
824
+ });
1275
825
  }
1276
- function j0({
1277
- languages: s,
1278
- current: l = "",
1279
- onSelect: r
1280
- }) {
1281
- return /* @__PURE__ */ e.jsxs(i1, { as: "div", className: "relative inline-block text-left", children: [
1282
- /* @__PURE__ */ e.jsx(o1, { className: "relative justify-center inline-flex mr-8 hover:text-neutral-100", children: /* @__PURE__ */ e.jsx(w, { icon: j1, size: "2x" }) }),
1283
- /* @__PURE__ */ e.jsx(
1284
- h1,
1285
- {
1286
- as: n1,
1287
- enter: "transition ease-out duration-100",
1288
- enterFrom: "transform opacity-0 scale-95",
1289
- enterTo: "transform opacity-100 scale-100",
1290
- leave: "transition ease-in duration-75",
1291
- leaveFrom: "transform opacity-100 scale-100",
1292
- leaveTo: "transform opacity-0 scale-95",
1293
- children: /* @__PURE__ */ e.jsx(d1, { className: "flex flex-col origin-top absolute top-6 mt-2 p-[0.2em] rounded-sm shadow-lg bg-white ring-1 ring-black/10 focus:outline-none z-10", children: s.map((t) => /* @__PURE__ */ e.jsx(v1, { children: /* @__PURE__ */ e.jsx(
1294
- "button",
1295
- {
1296
- className: `group flex w-full items-center rounded-sm px-2 py-1
1297
- text-sm ${t === l ? "bg-blue-300 text-white font-medium" : "text-gray-900 hover:text-gray-900 hover:bg-blue-100"}`,
1298
- onClick: () => r(t),
1299
- children: t
1300
- },
1301
- t
1302
- ) }, t)) })
1303
- }
1304
- )
1305
- ] });
826
+ //#endregion
827
+ //#region src/components/LanguageMenu/LanguageMenu.tsx
828
+ function oe({ languages: e, current: t = "", onSelect: a }) {
829
+ return /* @__PURE__ */ r(v, {
830
+ as: "div",
831
+ className: "relative inline-block text-left",
832
+ children: [/* @__PURE__ */ n(y, {
833
+ className: "relative justify-center inline-flex mr-8 hover:text-neutral-100",
834
+ children: /* @__PURE__ */ n(l, {
835
+ icon: m,
836
+ size: "2x"
837
+ })
838
+ }), /* @__PURE__ */ n(S, {
839
+ as: i,
840
+ enter: "transition ease-out duration-100",
841
+ enterFrom: "transform opacity-0 scale-95",
842
+ enterTo: "transform opacity-100 scale-100",
843
+ leave: "transition ease-in duration-75",
844
+ leaveFrom: "transform opacity-100 scale-100",
845
+ leaveTo: "transform opacity-0 scale-95",
846
+ children: /* @__PURE__ */ n(x, {
847
+ className: "flex flex-col origin-top absolute top-6 mt-2 p-[0.2em] rounded-sm shadow-lg bg-white ring-1 ring-black/10 focus:outline-none z-10",
848
+ children: e.map((e) => /* @__PURE__ */ n(b, { children: /* @__PURE__ */ n("button", {
849
+ className: `group flex w-full items-center rounded-sm px-2 py-1
850
+ text-sm ${e === t ? "bg-blue-300 text-white font-medium" : "text-gray-900 hover:text-gray-900 hover:bg-blue-100"}`,
851
+ onClick: () => a(e),
852
+ children: e
853
+ }, e) }, e))
854
+ })
855
+ })]
856
+ });
1306
857
  }
1307
- function e0({ label: s, to: l, params: r, href: t, className: c }) {
1308
- const n = `block md:inline-block justify-center text-white hover:text-blue-100 uppercase ${c}`;
1309
- return t?.startsWith("http") || t?.startsWith("mailto:") ? /* @__PURE__ */ e.jsx(
1310
- "a",
1311
- {
1312
- href: t,
1313
- className: n,
1314
- target: "_blank",
1315
- rel: "noopener noreferrer",
1316
- children: s
1317
- }
1318
- ) : /* @__PURE__ */ e.jsx(
1319
- I,
1320
- {
1321
- to: l,
1322
- params: r,
1323
- className: `[&.active]:border-b-4 ${n}`,
1324
- children: s
1325
- }
1326
- );
858
+ //#endregion
859
+ //#region src/components/Navigation/NavItem.tsx
860
+ function $({ label: e, to: t, params: r, href: i, className: a }) {
861
+ let o = `block md:inline-block justify-center text-white hover:text-blue-100 uppercase ${a}`;
862
+ return i?.startsWith("http") || i?.startsWith("mailto:") ? /* @__PURE__ */ n("a", {
863
+ href: i,
864
+ className: o,
865
+ target: "_blank",
866
+ rel: "noopener noreferrer",
867
+ children: e
868
+ }) : /* @__PURE__ */ n(C, {
869
+ to: t,
870
+ params: r,
871
+ className: `[&.active]:border-b-4 ${o}`,
872
+ children: e
873
+ });
1327
874
  }
1328
- const l1 = "group flex w-full items-center rounded-sm px-2 py-1 text-sm text-gray-900 hover:text-gray-900 hover:bg-blue-100";
1329
- function a0({ label: s, items: l, menuClass: r }) {
1330
- const t = k1();
1331
- function c({ to: o }) {
1332
- return o && t.pathname.startsWith(o);
1333
- }
1334
- const n = !!l.find((o) => c(o));
1335
- return /* @__PURE__ */ e.jsxs(i1, { as: "div", className: "relative inline-block text-left", children: [
1336
- /* @__PURE__ */ e.jsx("div", { children: /* @__PURE__ */ e.jsxs(
1337
- o1,
1338
- {
1339
- className: `block md:inline-block justify-center text-white hover:text-blue-100 uppercase ${n ? "border-b-4" : ""} ${r}`,
1340
- children: [
1341
- s,
1342
- /* @__PURE__ */ e.jsx(
1343
- w,
1344
- {
1345
- icon: w1,
1346
- className: "ml-2 mt-1",
1347
- size: "sm",
1348
- "aria-hidden": "true"
1349
- }
1350
- )
1351
- ]
1352
- }
1353
- ) }),
1354
- /* @__PURE__ */ e.jsx(
1355
- h1,
1356
- {
1357
- as: n1,
1358
- enter: "transition ease-out duration-100",
1359
- enterFrom: "transform opacity-0 scale-95",
1360
- enterTo: "transform opacity-100 scale-100",
1361
- leave: "transition ease-in duration-75",
1362
- leaveFrom: "transform opacity-100 scale-100",
1363
- leaveTo: "transform opacity-0 scale-95",
1364
- children: /* @__PURE__ */ e.jsx(d1, { className: "absolute left-0 mt-2 min-w-fit whitespace-nowrap origin-top-right divide-y divide-gray-100 rounded-sm bg-white shadow-lg focus:outline-hidden", children: /* @__PURE__ */ e.jsx("div", { className: "px-1 py-1", children: l.map(({ to: o, href: d, params: u, label: v }) => /* @__PURE__ */ e.jsx(v1, { children: d?.startsWith("http") || d?.startsWith("mailto:") ? /* @__PURE__ */ e.jsx(
1365
- "a",
1366
- {
1367
- href: d,
1368
- className: l1,
1369
- target: "_blank",
1370
- rel: "noopener noreferrer",
1371
- children: v
1372
- }
1373
- ) : /* @__PURE__ */ e.jsx(
1374
- I,
1375
- {
1376
- to: o,
1377
- params: u,
1378
- className: l1 + " [&.active]:bg-blue-300 [&.active]:text-white [&.active]:font-medium [&.active]:hover:bg-blue-100 [&.active]:hover:text-gray-900",
1379
- children: v
1380
- }
1381
- ) }, v)) }) })
1382
- }
1383
- )
1384
- ] });
875
+ //#endregion
876
+ //#region src/components/Navigation/NavMenu.tsx
877
+ var se = "group flex w-full items-center rounded-sm px-2 py-1 text-sm text-gray-900 hover:text-gray-900 hover:bg-blue-100";
878
+ function ce({ label: e, items: t, menuClass: a }) {
879
+ let o = w();
880
+ function s({ to: e }) {
881
+ return e && o.pathname.startsWith(e);
882
+ }
883
+ return /* @__PURE__ */ r(v, {
884
+ as: "div",
885
+ className: "relative inline-block text-left",
886
+ children: [/* @__PURE__ */ n("div", { children: /* @__PURE__ */ r(y, {
887
+ className: `cursor-pointer block md:inline-block justify-center text-white hover:text-blue-100 uppercase ${t.find((e) => s(e)) ? "border-b-4" : ""} ${a}`,
888
+ children: [e, /* @__PURE__ */ n(l, {
889
+ icon: f,
890
+ className: "ml-2 mt-1",
891
+ size: "sm",
892
+ "aria-hidden": "true"
893
+ })]
894
+ }) }), /* @__PURE__ */ n(S, {
895
+ as: i,
896
+ enter: "transition ease-out duration-100",
897
+ enterFrom: "transform opacity-0 scale-95",
898
+ enterTo: "transform opacity-100 scale-100",
899
+ leave: "transition ease-in duration-75",
900
+ leaveFrom: "transform opacity-100 scale-100",
901
+ leaveTo: "transform opacity-0 scale-95",
902
+ children: /* @__PURE__ */ n(x, {
903
+ className: "absolute left-0 mt-2 min-w-fit whitespace-nowrap origin-top-right divide-y divide-gray-100 rounded-sm bg-white shadow-lg focus:outline-hidden",
904
+ children: /* @__PURE__ */ n("div", {
905
+ className: "px-1 py-1",
906
+ children: t.map(({ to: e, href: t, params: r, label: i }) => /* @__PURE__ */ n(b, { children: t?.startsWith("http") || t?.startsWith("mailto:") ? /* @__PURE__ */ n("a", {
907
+ href: t,
908
+ className: se,
909
+ target: "_blank",
910
+ rel: "noopener noreferrer",
911
+ children: i
912
+ }) : /* @__PURE__ */ n(C, {
913
+ to: e,
914
+ params: r,
915
+ className: "group flex w-full items-center rounded-sm px-2 py-1 text-sm text-gray-900 hover:text-gray-900 hover:bg-blue-100 [&.active]:bg-blue-300 [&.active]:text-white [&.active]:font-medium [&.active]:hover:bg-blue-100 [&.active]:hover:text-gray-900",
916
+ children: i
917
+ }) }, i))
918
+ })
919
+ })
920
+ })]
921
+ });
1385
922
  }
1386
- function w0({
1387
- title: s,
1388
- logo: l,
1389
- logoClass: r,
1390
- version: t,
1391
- gitHubUrl: c,
1392
- gitHubIcon: n,
1393
- gitHubTitle: o,
1394
- addItem: d,
1395
- navItems: u
1396
- }) {
1397
- const [v, m] = j(!1);
1398
- return /* @__PURE__ */ e.jsxs("nav", { className: "flex items-center justify-between flex-wrap p-4 bg-primary text-white font-medium", children: [
1399
- /* @__PURE__ */ e.jsx(I, { to: "/", children: l ? /* @__PURE__ */ e.jsx(
1400
- "img",
1401
- {
1402
- alt: `${s} logo`,
1403
- title: `${s}${t ? ` (${t})` : ""}`,
1404
- className: `h-12 ${r || ""}`,
1405
- src: l
1406
- }
1407
- ) : /* @__PURE__ */ e.jsx("span", { title: t, className: "text-white font-bold text-xl", children: s }) }),
1408
- /* @__PURE__ */ e.jsx("div", { className: "block md:hidden", children: /* @__PURE__ */ e.jsx(
1409
- "button",
1410
- {
1411
- className: "flex items-center px-3 py-2 hover:text-blue-100",
1412
- onClick: () => m(!v),
1413
- children: /* @__PURE__ */ e.jsxs(
1414
- "svg",
1415
- {
1416
- className: "fill-current h-10 w-10",
1417
- viewBox: "0 0 20 20",
1418
- xmlns: "http://www.w3.org/2000/svg",
1419
- children: [
1420
- /* @__PURE__ */ e.jsx("title", { children: "Menu" }),
1421
- /* @__PURE__ */ e.jsx("path", { d: "M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z" })
1422
- ]
1423
- }
1424
- )
1425
- }
1426
- ) }),
1427
- /* @__PURE__ */ e.jsxs(
1428
- "div",
1429
- {
1430
- className: `block md:flex grow md:items-center w-full md:w-auto ${v ? "" : "hidden"}`,
1431
- children: [
1432
- u?.length && /* @__PURE__ */ e.jsx("div", { className: "my-2 md:grow md:flex-row flex justify-center flex-col gap-4", children: u.map(
1433
- (h) => "items" in h ? /* @__PURE__ */ e.jsx(
1434
- a0,
1435
- {
1436
- label: h.label,
1437
- items: h.items
1438
- },
1439
- h.label
1440
- ) : /* @__PURE__ */ e.jsx(e0, { label: h.label, to: h.to }, h.label)
1441
- ) }),
1442
- d,
1443
- c && /* @__PURE__ */ e.jsx("div", { children: /* @__PURE__ */ e.jsx(
1444
- "a",
1445
- {
1446
- href: c,
1447
- title: o || "GitHub",
1448
- className: "text-white text-2xl",
1449
- children: n || /* @__PURE__ */ e.jsx(w, { icon: c1, size: "2xl" })
1450
- }
1451
- ) })
1452
- ]
1453
- }
1454
- )
1455
- ] });
923
+ //#endregion
924
+ //#region src/components/Navigation/NavBar.tsx
925
+ function le({ title: e, logo: t, logoClass: i, version: a, gitHubUrl: o, gitHubIcon: u, gitHubTitle: d, addItem: f, navItems: p }) {
926
+ let [m, h] = s(!1);
927
+ return /* @__PURE__ */ r("nav", {
928
+ className: "flex items-center justify-between flex-wrap p-4 bg-primary text-white font-medium",
929
+ children: [
930
+ /* @__PURE__ */ n(C, {
931
+ to: "/",
932
+ children: t ? /* @__PURE__ */ n("img", {
933
+ alt: `${e} logo`,
934
+ title: `${e}${a ? ` (${a})` : ""}`,
935
+ className: `h-12 ${i || ""}`,
936
+ src: t
937
+ }) : /* @__PURE__ */ n("span", {
938
+ title: a,
939
+ className: "text-white font-bold text-xl",
940
+ children: e
941
+ })
942
+ }),
943
+ /* @__PURE__ */ n("div", {
944
+ className: "block md:hidden",
945
+ children: /* @__PURE__ */ n("button", {
946
+ className: "flex items-center px-3 py-2 hover:text-blue-100",
947
+ onClick: () => h(!m),
948
+ children: /* @__PURE__ */ r("svg", {
949
+ className: "fill-current h-10 w-10",
950
+ viewBox: "0 0 20 20",
951
+ xmlns: "http://www.w3.org/2000/svg",
952
+ children: [/* @__PURE__ */ n("title", { children: "Menu" }), /* @__PURE__ */ n("path", { d: "M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z" })]
953
+ })
954
+ })
955
+ }),
956
+ /* @__PURE__ */ r("div", {
957
+ className: `block md:flex grow md:items-center w-full md:w-auto ${m ? "" : "hidden"}`,
958
+ children: [
959
+ p?.length && /* @__PURE__ */ n("div", {
960
+ className: "my-2 md:grow md:flex-row flex justify-center flex-col gap-4",
961
+ children: p.map((e) => "items" in e ? /* @__PURE__ */ n(ce, {
962
+ label: e.label,
963
+ items: e.items
964
+ }, e.label) : /* @__PURE__ */ n($, {
965
+ label: e.label,
966
+ to: e.to
967
+ }, e.label))
968
+ }),
969
+ f,
970
+ o && /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n("a", {
971
+ href: o,
972
+ title: d || "GitHub",
973
+ className: "text-white text-2xl",
974
+ children: u || /* @__PURE__ */ n(l, {
975
+ icon: c,
976
+ size: "2xl"
977
+ })
978
+ }) })
979
+ ]
980
+ })
981
+ ]
982
+ });
1456
983
  }
1457
- function N0({ columns: s, data: l, defaultSort: r = [] }) {
1458
- const [t, c] = j(r), [n, o] = j(""), [d] = j(l), u = Z1({
1459
- data: d,
1460
- columns: s,
1461
- state: {
1462
- sorting: t,
1463
- globalFilter: n
1464
- },
1465
- onSortingChange: c,
1466
- onGlobalFilterChange: o,
1467
- getCoreRowModel: T1(),
1468
- getSortedRowModel: C1(),
1469
- getFilteredRowModel: A1(),
1470
- debugTable: !0
1471
- });
1472
- return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1473
- /* @__PURE__ */ e.jsxs("div", { className: "mb-2", children: [
1474
- /* @__PURE__ */ e.jsx(
1475
- L1,
1476
- {
1477
- value: n ?? "",
1478
- onChange: (v) => o(String(v)),
1479
- placeholder: "Search"
1480
- }
1481
- ),
1482
- n !== "" && /* @__PURE__ */ e.jsxs("span", { className: "ml-2", children: [
1483
- "(",
1484
- u.getRowModel().rows.length,
1485
- ")"
1486
- ] })
1487
- ] }),
1488
- /* @__PURE__ */ e.jsx("div", { className: "flex", children: /* @__PURE__ */ e.jsxs("table", { children: [
1489
- /* @__PURE__ */ e.jsx("thead", { children: u.getHeaderGroups().map((v) => /* @__PURE__ */ e.jsx("tr", { children: v.headers.map((m) => /* @__PURE__ */ e.jsx("th", { colSpan: m.colSpan, children: m.isPlaceholder ? null : /* @__PURE__ */ e.jsxs(
1490
- "div",
1491
- {
1492
- className: m.column.getCanSort() ? "cursor-pointer select-none" : "",
1493
- onClick: m.column.getToggleSortingHandler(),
1494
- children: [
1495
- a1(
1496
- m.column.columnDef.header,
1497
- m.getContext()
1498
- ),
1499
- " ",
1500
- /* @__PURE__ */ e.jsx(s0, { status: m.column.getIsSorted() })
1501
- ]
1502
- }
1503
- ) }, m.id)) }, v.id)) }),
1504
- /* @__PURE__ */ e.jsx("tbody", { children: u.getRowModel().rows.map((v, m) => /* @__PURE__ */ e.jsx("tr", { className: m % 2 ? "" : "bg-neutral-200", children: v.getVisibleCells().map((h) => /* @__PURE__ */ e.jsx("td", { children: a1(h.column.columnDef.cell, h.getContext()) }, h.id)) }, v.id)) })
1505
- ] }) })
1506
- ] });
984
+ //#endregion
985
+ //#region src/components/Table/Table.tsx
986
+ function ue({ columns: e, data: i, defaultSort: a = [] }) {
987
+ let [o, c] = s(a), [l, u] = s(""), [d] = s(i), f = O({
988
+ data: d,
989
+ columns: e,
990
+ state: {
991
+ sorting: o,
992
+ globalFilter: l
993
+ },
994
+ onSortingChange: c,
995
+ onGlobalFilterChange: u,
996
+ getCoreRowModel: E(),
997
+ getSortedRowModel: D(),
998
+ getFilteredRowModel: ee(),
999
+ debugTable: !0
1000
+ });
1001
+ return /* @__PURE__ */ r(t, { children: [/* @__PURE__ */ r("div", {
1002
+ className: "mb-2",
1003
+ children: [/* @__PURE__ */ n(B, {
1004
+ value: l ?? "",
1005
+ onChange: (e) => u(String(e)),
1006
+ placeholder: "Search"
1007
+ }), l !== "" && /* @__PURE__ */ r("span", {
1008
+ className: "ml-2",
1009
+ children: [
1010
+ "(",
1011
+ f.getRowModel().rows.length,
1012
+ ")"
1013
+ ]
1014
+ })]
1015
+ }), /* @__PURE__ */ n("div", {
1016
+ className: "flex",
1017
+ children: /* @__PURE__ */ r("table", { children: [/* @__PURE__ */ n("thead", { children: f.getHeaderGroups().map((e) => /* @__PURE__ */ n("tr", { children: e.headers.map((e) => /* @__PURE__ */ n("th", {
1018
+ colSpan: e.colSpan,
1019
+ children: e.isPlaceholder ? null : /* @__PURE__ */ r("div", {
1020
+ className: e.column.getCanSort() ? "cursor-pointer select-none" : "",
1021
+ onClick: e.column.getToggleSortingHandler(),
1022
+ children: [
1023
+ T(e.column.columnDef.header, e.getContext()),
1024
+ " ",
1025
+ /* @__PURE__ */ n(de, { status: e.column.getIsSorted() })
1026
+ ]
1027
+ })
1028
+ }, e.id)) }, e.id)) }), /* @__PURE__ */ n("tbody", { children: f.getRowModel().rows.map((e, t) => /* @__PURE__ */ n("tr", {
1029
+ className: t % 2 ? "" : "bg-neutral-200",
1030
+ children: e.getVisibleCells().map((e) => /* @__PURE__ */ n("td", { children: T(e.column.columnDef.cell, e.getContext()) }, e.id))
1031
+ }, e.id)) })] })
1032
+ })] });
1507
1033
  }
1508
- function s0({ status: s }) {
1509
- return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1510
- /* @__PURE__ */ e.jsx("span", { className: s !== "asc" ? "opacity-40" : "", children: "▲" }),
1511
- /* @__PURE__ */ e.jsx("span", { className: s !== "desc" ? "opacity-40" : "", children: "" })
1512
- ] });
1034
+ function de({ status: e }) {
1035
+ return /* @__PURE__ */ r(t, { children: [/* @__PURE__ */ n("span", {
1036
+ className: e === "asc" ? "" : "opacity-40",
1037
+ children: ""
1038
+ }), /* @__PURE__ */ n("span", {
1039
+ className: e === "desc" ? "" : "opacity-40",
1040
+ children: "▼"
1041
+ })] });
1513
1042
  }
1514
- function E0({ data: s }) {
1515
- const l = "inline-block p-4 border-b-2 text-gray-500 hover:text-gray-600 border-transparent hover:border-gray-300 [&.active]:border-primary";
1516
- return /* @__PURE__ */ e.jsx("div", { className: "text-sm font-medium text-center text-gray-500 border-b border-gray-200 dark:text-gray-400 dark:border-gray-700", children: /* @__PURE__ */ e.jsx("div", { className: "flex flex-wrap -mb-px gap-3", children: s.map(({ label: r, to: t }) => /* @__PURE__ */ e.jsx("div", { children: /* @__PURE__ */ e.jsx(I, { to: t, className: l, children: r }) }, r)) }) });
1043
+ //#endregion
1044
+ //#region src/components/Tabs/Tabs.tsx
1045
+ function fe({ data: e }) {
1046
+ return /* @__PURE__ */ n("div", {
1047
+ className: "text-sm font-medium text-center text-gray-500 border-b border-gray-200 dark:text-gray-400 dark:border-gray-700",
1048
+ children: /* @__PURE__ */ n("div", {
1049
+ className: "flex flex-wrap -mb-px gap-3",
1050
+ children: e.map(({ label: e, to: t }) => /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n(C, {
1051
+ to: t,
1052
+ className: "inline-block p-4 border-b-2 text-gray-500 hover:text-gray-600 border-transparent hover:border-gray-300 [&.active]:border-primary",
1053
+ children: e
1054
+ }) }, e))
1055
+ })
1056
+ });
1517
1057
  }
1518
- function M0({ url: s }) {
1519
- const l = u1(null);
1520
- return H(() => {
1521
- const r = new R1();
1522
- for (; l.current?.firstChild; )
1523
- l.current.removeChild(l.current.firstChild);
1524
- r.getHTML5(s, (t) => {
1525
- l.current?.appendChild(t);
1526
- });
1527
- }, [s]), /* @__PURE__ */ e.jsx("div", { children: /* @__PURE__ */ e.jsx("div", { ref: l }) });
1058
+ //#endregion
1059
+ //#region src/components/TEIText/TEIText.tsx
1060
+ function pe({ url: e }) {
1061
+ let t = o(null);
1062
+ return a(() => {
1063
+ let n = new k();
1064
+ for (; t.current?.firstChild;) t.current.removeChild(t.current.firstChild);
1065
+ n.getHTML5(e, (e) => {
1066
+ t.current?.appendChild(e);
1067
+ });
1068
+ }, [e]), /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n("div", { ref: t }) });
1528
1069
  }
1529
- function y0({
1530
- written: s,
1531
- premiere: l,
1532
- print: r,
1533
- locale: t,
1534
- labelPremiered: c = "premiered",
1535
- labelPrinted: n = "printed",
1536
- labelWritten: o = "written"
1537
- }) {
1538
- return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1539
- s && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1540
- /* @__PURE__ */ e.jsxs("span", { title: o, children: [
1541
- /* @__PURE__ */ e.jsx(w, { icon: N1, size: "sm" }),
1542
- " ",
1543
- q(s, t)
1544
- ] }),
1545
- " "
1546
- ] }),
1547
- l && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1548
- /* @__PURE__ */ e.jsxs("span", { title: c, children: [
1549
- /* @__PURE__ */ e.jsx(w, { icon: E1, size: "sm" }),
1550
- " ",
1551
- q(l, t)
1552
- ] }),
1553
- " "
1554
- ] }),
1555
- r && /* @__PURE__ */ e.jsxs("span", { title: n, children: [
1556
- /* @__PURE__ */ e.jsx(w, { icon: M1, size: "sm" }),
1557
- " ",
1558
- q(r, t)
1559
- ] })
1560
- ] });
1070
+ //#endregion
1071
+ //#region src/components/Years/Years.tsx
1072
+ function me({ written: e, premiere: i, print: a, locale: o, labelPremiered: s = "premiered", labelPrinted: c = "printed", labelWritten: u = "written" }) {
1073
+ return /* @__PURE__ */ r(t, { children: [
1074
+ e && /* @__PURE__ */ r(t, { children: [/* @__PURE__ */ r("span", {
1075
+ title: u,
1076
+ children: [
1077
+ /* @__PURE__ */ n(l, {
1078
+ icon: h,
1079
+ size: "sm"
1080
+ }),
1081
+ "\xA0",
1082
+ P(e, o)
1083
+ ]
1084
+ }), " "] }),
1085
+ i && /* @__PURE__ */ r(t, { children: [/* @__PURE__ */ r("span", {
1086
+ title: s,
1087
+ children: [
1088
+ /* @__PURE__ */ n(l, {
1089
+ icon: g,
1090
+ size: "sm"
1091
+ }),
1092
+ "\xA0",
1093
+ P(i, o)
1094
+ ]
1095
+ }), " "] }),
1096
+ a && /* @__PURE__ */ r("span", {
1097
+ title: c,
1098
+ children: [
1099
+ /* @__PURE__ */ n(l, {
1100
+ icon: d,
1101
+ size: "sm"
1102
+ }),
1103
+ "\xA0",
1104
+ P(a, o)
1105
+ ]
1106
+ })
1107
+ ] });
1561
1108
  }
1562
- export {
1563
- x0 as ApiDoc,
1564
- g0 as AuthorInfo,
1565
- f0 as Authors,
1566
- u0 as Commit,
1567
- L1 as DebouncedInput,
1568
- _0 as DocPage,
1569
- p0 as DownloadButton,
1570
- b0 as IdCopy,
1571
- m1 as IdLink,
1572
- j0 as LanguageMenu,
1573
- w0 as NavBar,
1574
- M0 as TEIText,
1575
- N0 as Table,
1576
- E0 as Tabs,
1577
- y0 as Years,
1578
- P as formatEra,
1579
- q as formatYear
1580
- };
1581
- //# sourceMappingURL=index.es.js.map
1109
+ //#endregion
1110
+ export { A as ApiDoc, L as AuthorInfo, R as Authors, z as Commit, B as DebouncedInput, V as DocPage, X as DownloadButton, ae as IdCopy, M as IdLink, oe as LanguageMenu, le as NavBar, pe as TEIText, ue as Table, fe as Tabs, me as Years, N as formatEra, P as formatYear };
1111
+
1112
+ //# sourceMappingURL=index.es.js.map