@dracor/react 0.9.0 → 1.0.0-beta.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 (114) hide show
  1. package/README.md +42 -22
  2. package/dist/index.d.ts +208 -117
  3. package/dist/index.es.js +1548 -0
  4. package/dist/index.es.js.map +1 -0
  5. package/dist/index.umd.js +44 -0
  6. package/dist/index.umd.js.map +1 -0
  7. package/package.json +98 -75
  8. package/src/dracor.css +142 -0
  9. package/ceteicean.js +0 -46
  10. package/dist/cjs/index.js +0 -4631
  11. package/dist/cjs/index.js.map +0 -1
  12. package/dist/cjs/types/components/ApiDoc/ApiDoc.d.ts +0 -6
  13. package/dist/cjs/types/components/ApiDoc/ApiDoc.stories.d.ts +0 -21
  14. package/dist/cjs/types/components/ApiDoc/ApiDoc.test.d.ts +0 -1
  15. package/dist/cjs/types/components/ApiDoc/index.d.ts +0 -1
  16. package/dist/cjs/types/components/AuthorInfo/AuthorInfo.d.ts +0 -7
  17. package/dist/cjs/types/components/AuthorInfo/AuthorInfo.stories.d.ts +0 -10
  18. package/dist/cjs/types/components/AuthorInfo/AuthorInfo.test.d.ts +0 -1
  19. package/dist/cjs/types/components/AuthorInfo/index.d.ts +0 -1
  20. package/dist/cjs/types/components/Authors/Authors.d.ts +0 -10
  21. package/dist/cjs/types/components/Authors/Authors.stories.d.ts +0 -12
  22. package/dist/cjs/types/components/Authors/Authors.test.d.ts +0 -1
  23. package/dist/cjs/types/components/Authors/index.d.ts +0 -1
  24. package/dist/cjs/types/components/DebouncedInput/DebouncedInput.d.ts +0 -6
  25. package/dist/cjs/types/components/DebouncedInput/index.d.ts +0 -1
  26. package/dist/cjs/types/components/IdCopy/IdCopy.d.ts +0 -8
  27. package/dist/cjs/types/components/IdCopy/IdCopy.stories.d.ts +0 -11
  28. package/dist/cjs/types/components/IdCopy/IdCopy.test.d.ts +0 -1
  29. package/dist/cjs/types/components/IdCopy/index.d.ts +0 -1
  30. package/dist/cjs/types/components/IdLink/IdLink.d.ts +0 -7
  31. package/dist/cjs/types/components/IdLink/IdLink.stories.d.ts +0 -15
  32. package/dist/cjs/types/components/IdLink/IdLink.test.d.ts +0 -1
  33. package/dist/cjs/types/components/IdLink/index.d.ts +0 -1
  34. package/dist/cjs/types/components/Navigation/NavBar.d.ts +0 -13
  35. package/dist/cjs/types/components/Navigation/NavBar.stories.d.ts +0 -28
  36. package/dist/cjs/types/components/Navigation/NavBar.test.d.ts +0 -1
  37. package/dist/cjs/types/components/Navigation/NavItem.d.ts +0 -8
  38. package/dist/cjs/types/components/Navigation/NavItem.stories.d.ts +0 -19
  39. package/dist/cjs/types/components/Navigation/NavMenu.d.ts +0 -12
  40. package/dist/cjs/types/components/Navigation/NavMenu.stories.d.ts +0 -19
  41. package/dist/cjs/types/components/Navigation/index.d.ts +0 -1
  42. package/dist/cjs/types/components/TEIText/TEIText.d.ts +0 -14
  43. package/dist/cjs/types/components/TEIText/TEIText.stories.d.ts +0 -10
  44. package/dist/cjs/types/components/TEIText/index.d.ts +0 -1
  45. package/dist/cjs/types/components/Table/Table.d.ts +0 -11
  46. package/dist/cjs/types/components/Table/Table.stories.d.ts +0 -9
  47. package/dist/cjs/types/components/Table/Table.test.d.ts +0 -1
  48. package/dist/cjs/types/components/Table/index.d.ts +0 -1
  49. package/dist/cjs/types/components/Tabs/Tabs.d.ts +0 -11
  50. package/dist/cjs/types/components/Tabs/Tabs.stories.d.ts +0 -23
  51. package/dist/cjs/types/components/Tabs/Tabs.test.d.ts +0 -1
  52. package/dist/cjs/types/components/Tabs/index.d.ts +0 -1
  53. package/dist/cjs/types/components/Years/Years.d.ts +0 -10
  54. package/dist/cjs/types/components/Years/Years.stories.d.ts +0 -11
  55. package/dist/cjs/types/components/Years/Years.test.d.ts +0 -1
  56. package/dist/cjs/types/components/Years/index.d.ts +0 -1
  57. package/dist/cjs/types/components/index.d.ts +0 -10
  58. package/dist/cjs/types/einakter-gh.d.ts +0 -2
  59. package/dist/cjs/types/index.d.ts +0 -2
  60. package/dist/cjs/types/testHelpers.d.ts +0 -7
  61. package/dist/cjs/types/utils.d.ts +0 -2
  62. package/dist/esm/index.js +0 -4618
  63. package/dist/esm/index.js.map +0 -1
  64. package/dist/esm/types/components/ApiDoc/ApiDoc.d.ts +0 -6
  65. package/dist/esm/types/components/ApiDoc/ApiDoc.stories.d.ts +0 -21
  66. package/dist/esm/types/components/ApiDoc/ApiDoc.test.d.ts +0 -1
  67. package/dist/esm/types/components/ApiDoc/index.d.ts +0 -1
  68. package/dist/esm/types/components/AuthorInfo/AuthorInfo.d.ts +0 -7
  69. package/dist/esm/types/components/AuthorInfo/AuthorInfo.stories.d.ts +0 -10
  70. package/dist/esm/types/components/AuthorInfo/AuthorInfo.test.d.ts +0 -1
  71. package/dist/esm/types/components/AuthorInfo/index.d.ts +0 -1
  72. package/dist/esm/types/components/Authors/Authors.d.ts +0 -10
  73. package/dist/esm/types/components/Authors/Authors.stories.d.ts +0 -12
  74. package/dist/esm/types/components/Authors/Authors.test.d.ts +0 -1
  75. package/dist/esm/types/components/Authors/index.d.ts +0 -1
  76. package/dist/esm/types/components/DebouncedInput/DebouncedInput.d.ts +0 -6
  77. package/dist/esm/types/components/DebouncedInput/index.d.ts +0 -1
  78. package/dist/esm/types/components/IdCopy/IdCopy.d.ts +0 -8
  79. package/dist/esm/types/components/IdCopy/IdCopy.stories.d.ts +0 -11
  80. package/dist/esm/types/components/IdCopy/IdCopy.test.d.ts +0 -1
  81. package/dist/esm/types/components/IdCopy/index.d.ts +0 -1
  82. package/dist/esm/types/components/IdLink/IdLink.d.ts +0 -7
  83. package/dist/esm/types/components/IdLink/IdLink.stories.d.ts +0 -15
  84. package/dist/esm/types/components/IdLink/IdLink.test.d.ts +0 -1
  85. package/dist/esm/types/components/IdLink/index.d.ts +0 -1
  86. package/dist/esm/types/components/Navigation/NavBar.d.ts +0 -13
  87. package/dist/esm/types/components/Navigation/NavBar.stories.d.ts +0 -28
  88. package/dist/esm/types/components/Navigation/NavBar.test.d.ts +0 -1
  89. package/dist/esm/types/components/Navigation/NavItem.d.ts +0 -8
  90. package/dist/esm/types/components/Navigation/NavItem.stories.d.ts +0 -19
  91. package/dist/esm/types/components/Navigation/NavMenu.d.ts +0 -12
  92. package/dist/esm/types/components/Navigation/NavMenu.stories.d.ts +0 -19
  93. package/dist/esm/types/components/Navigation/index.d.ts +0 -1
  94. package/dist/esm/types/components/TEIText/TEIText.d.ts +0 -14
  95. package/dist/esm/types/components/TEIText/TEIText.stories.d.ts +0 -10
  96. package/dist/esm/types/components/TEIText/index.d.ts +0 -1
  97. package/dist/esm/types/components/Table/Table.d.ts +0 -11
  98. package/dist/esm/types/components/Table/Table.stories.d.ts +0 -9
  99. package/dist/esm/types/components/Table/Table.test.d.ts +0 -1
  100. package/dist/esm/types/components/Table/index.d.ts +0 -1
  101. package/dist/esm/types/components/Tabs/Tabs.d.ts +0 -11
  102. package/dist/esm/types/components/Tabs/Tabs.stories.d.ts +0 -23
  103. package/dist/esm/types/components/Tabs/Tabs.test.d.ts +0 -1
  104. package/dist/esm/types/components/Tabs/index.d.ts +0 -1
  105. package/dist/esm/types/components/Years/Years.d.ts +0 -10
  106. package/dist/esm/types/components/Years/Years.stories.d.ts +0 -11
  107. package/dist/esm/types/components/Years/Years.test.d.ts +0 -1
  108. package/dist/esm/types/components/Years/index.d.ts +0 -1
  109. package/dist/esm/types/components/index.d.ts +0 -10
  110. package/dist/esm/types/einakter-gh.d.ts +0 -2
  111. package/dist/esm/types/index.d.ts +0 -2
  112. package/dist/esm/types/testHelpers.d.ts +0 -7
  113. package/dist/esm/types/utils.d.ts +0 -2
  114. package/tailwind.js +0 -57
@@ -0,0 +1,1548 @@
1
+ import _1, { useState as M, useEffect as q, Fragment as c1, useRef as p1 } from "react";
2
+ import { Helmet as i1 } from "react-helmet-async";
3
+ import j1 from "swagger-ui-react";
4
+ import b1 from "react-markdown";
5
+ import { FontAwesomeIcon as A } from "@fortawesome/react-fontawesome";
6
+ import { faClipboard as w1, faLanguage as E1, faCaretDown as M1, faPenFancy as N1, faTheaterMasks as y1, faBook as k1 } from "@fortawesome/free-solid-svg-icons";
7
+ import { CopyToClipboard as Z1 } from "react-copy-to-clipboard";
8
+ import { Menu as o1, MenuButton as h1, Transition as d1, MenuItems as v1, MenuItem as m1 } from "@headlessui/react";
9
+ import { Link as I, useLocation as x1 } from "@tanstack/react-router";
10
+ import { faGithub as A1 } from "@fortawesome/free-brands-svg-icons";
11
+ import { useReactTable as T1, getFilteredRowModel as R1, getSortedRowModel as C1, getCoreRowModel as S1, flexRender as t1 } from "@tanstack/react-table";
12
+ import P1 from "CETEIcean";
13
+ var V = { exports: {} }, z = {};
14
+ /**
15
+ * @license React
16
+ * react-jsx-runtime.production.js
17
+ *
18
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
19
+ *
20
+ * This source code is licensed under the MIT license found in the
21
+ * LICENSE file in the root directory of this source tree.
22
+ */
23
+ var r1;
24
+ function H1() {
25
+ if (r1) return z;
26
+ r1 = 1;
27
+ var s = Symbol.for("react.transitional.element"), r = Symbol.for("react.fragment");
28
+ function l(t, c, n) {
29
+ var o = null;
30
+ if (n !== void 0 && (o = "" + n), c.key !== void 0 && (o = "" + c.key), "key" in c) {
31
+ n = {};
32
+ for (var m in c)
33
+ m !== "key" && (n[m] = c[m]);
34
+ } else n = c;
35
+ return c = n.ref, {
36
+ $$typeof: s,
37
+ type: t,
38
+ key: o,
39
+ ref: c !== void 0 ? c : null,
40
+ props: n
41
+ };
42
+ }
43
+ return z.Fragment = r, z.jsx = l, z.jsxs = l, z;
44
+ }
45
+ var O = {};
46
+ /**
47
+ * @license React
48
+ * react-jsx-runtime.development.js
49
+ *
50
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
51
+ *
52
+ * This source code is licensed under the MIT license found in the
53
+ * LICENSE file in the root directory of this source tree.
54
+ */
55
+ var l1;
56
+ function z1() {
57
+ return l1 || (l1 = 1, process.env.NODE_ENV !== "production" && function() {
58
+ function s(a) {
59
+ if (a == null) return null;
60
+ if (typeof a == "function")
61
+ return a.$$typeof === R ? null : a.displayName || a.name || null;
62
+ if (typeof a == "string") return a;
63
+ switch (a) {
64
+ case P:
65
+ return "Fragment";
66
+ case B:
67
+ return "Profiler";
68
+ case D:
69
+ return "StrictMode";
70
+ case Y:
71
+ return "Suspense";
72
+ case W:
73
+ return "SuspenseList";
74
+ case T:
75
+ return "Activity";
76
+ }
77
+ if (typeof a == "object")
78
+ switch (typeof a.tag == "number" && console.error(
79
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
80
+ ), a.$$typeof) {
81
+ case b:
82
+ return "Portal";
83
+ case N:
84
+ return (a.displayName || "Context") + ".Provider";
85
+ case L:
86
+ return (a._context.displayName || "Context") + ".Consumer";
87
+ case X:
88
+ var i = a.render;
89
+ return a = a.displayName, a || (a = i.displayName || i.name || "", a = a !== "" ? "ForwardRef(" + a + ")" : "ForwardRef"), a;
90
+ case y:
91
+ return i = a.displayName || null, i !== null ? i : s(a.type) || "Memo";
92
+ case k:
93
+ i = a._payload, a = a._init;
94
+ try {
95
+ return s(a(i));
96
+ } catch {
97
+ }
98
+ }
99
+ return null;
100
+ }
101
+ function r(a) {
102
+ return "" + a;
103
+ }
104
+ function l(a) {
105
+ try {
106
+ r(a);
107
+ var i = !1;
108
+ } catch {
109
+ i = !0;
110
+ }
111
+ if (i) {
112
+ i = console;
113
+ var v = i.error, g = typeof Symbol == "function" && Symbol.toStringTag && a[Symbol.toStringTag] || a.constructor.name || "Object";
114
+ return v.call(
115
+ i,
116
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
117
+ g
118
+ ), r(a);
119
+ }
120
+ }
121
+ function t(a) {
122
+ if (a === P) return "<>";
123
+ if (typeof a == "object" && a !== null && a.$$typeof === k)
124
+ return "<...>";
125
+ try {
126
+ var i = s(a);
127
+ return i ? "<" + i + ">" : "<...>";
128
+ } catch {
129
+ return "<...>";
130
+ }
131
+ }
132
+ function c() {
133
+ var a = w.A;
134
+ return a === null ? null : a.getOwner();
135
+ }
136
+ function n() {
137
+ return Error("react-stack-top-frame");
138
+ }
139
+ function o(a) {
140
+ if (C.call(a, "key")) {
141
+ var i = Object.getOwnPropertyDescriptor(a, "key").get;
142
+ if (i && i.isReactWarning) return !1;
143
+ }
144
+ return a.key !== void 0;
145
+ }
146
+ function m(a, i) {
147
+ function v() {
148
+ Q || (Q = !0, console.error(
149
+ "%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)",
150
+ i
151
+ ));
152
+ }
153
+ v.isReactWarning = !0, Object.defineProperty(a, "key", {
154
+ get: v,
155
+ configurable: !0
156
+ });
157
+ }
158
+ function f() {
159
+ var a = s(this.type);
160
+ return K[a] || (K[a] = !0, console.error(
161
+ "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."
162
+ )), a = this.props.ref, a !== void 0 ? a : null;
163
+ }
164
+ function h(a, i, v, g, E, j, G, U) {
165
+ return v = j.ref, a = {
166
+ $$typeof: x,
167
+ type: a,
168
+ key: i,
169
+ props: j,
170
+ _owner: E
171
+ }, (v !== void 0 ? v : null) !== null ? Object.defineProperty(a, "ref", {
172
+ enumerable: !1,
173
+ get: f
174
+ }) : Object.defineProperty(a, "ref", { enumerable: !1, value: null }), a._store = {}, Object.defineProperty(a._store, "validated", {
175
+ configurable: !1,
176
+ enumerable: !1,
177
+ writable: !0,
178
+ value: 0
179
+ }), Object.defineProperty(a, "_debugInfo", {
180
+ configurable: !1,
181
+ enumerable: !1,
182
+ writable: !0,
183
+ value: null
184
+ }), Object.defineProperty(a, "_debugStack", {
185
+ configurable: !1,
186
+ enumerable: !1,
187
+ writable: !0,
188
+ value: G
189
+ }), Object.defineProperty(a, "_debugTask", {
190
+ configurable: !1,
191
+ enumerable: !1,
192
+ writable: !0,
193
+ value: U
194
+ }), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
195
+ }
196
+ function d(a, i, v, g, E, j, G, U) {
197
+ var _ = i.children;
198
+ if (_ !== void 0)
199
+ if (g)
200
+ if (H(_)) {
201
+ for (g = 0; g < _.length; g++)
202
+ u(_[g]);
203
+ Object.freeze && Object.freeze(_);
204
+ } else
205
+ console.error(
206
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
207
+ );
208
+ else u(_);
209
+ if (C.call(i, "key")) {
210
+ _ = s(a);
211
+ var S = Object.keys(i).filter(function(g1) {
212
+ return g1 !== "key";
213
+ });
214
+ g = 0 < S.length ? "{key: someKey, " + S.join(": ..., ") + ": ...}" : "{key: someKey}", s1[_ + g] || (S = 0 < S.length ? "{" + S.join(": ..., ") + ": ...}" : "{}", console.error(
215
+ `A props object containing a "key" prop is being spread into JSX:
216
+ let props = %s;
217
+ <%s {...props} />
218
+ React keys must be passed directly to JSX without using spread:
219
+ let props = %s;
220
+ <%s key={someKey} {...props} />`,
221
+ g,
222
+ _,
223
+ S,
224
+ _
225
+ ), s1[_ + g] = !0);
226
+ }
227
+ if (_ = null, v !== void 0 && (l(v), _ = "" + v), o(i) && (l(i.key), _ = "" + i.key), "key" in i) {
228
+ v = {};
229
+ for (var J in i)
230
+ J !== "key" && (v[J] = i[J]);
231
+ } else v = i;
232
+ return _ && m(
233
+ v,
234
+ typeof a == "function" ? a.displayName || a.name || "Unknown" : a
235
+ ), h(
236
+ a,
237
+ _,
238
+ j,
239
+ E,
240
+ c(),
241
+ v,
242
+ G,
243
+ U
244
+ );
245
+ }
246
+ function u(a) {
247
+ typeof a == "object" && a !== null && a.$$typeof === x && a._store && (a._store.validated = 1);
248
+ }
249
+ var p = _1, x = Symbol.for("react.transitional.element"), b = Symbol.for("react.portal"), P = Symbol.for("react.fragment"), D = Symbol.for("react.strict_mode"), B = Symbol.for("react.profiler"), L = Symbol.for("react.consumer"), N = Symbol.for("react.context"), X = Symbol.for("react.forward_ref"), Y = Symbol.for("react.suspense"), W = Symbol.for("react.suspense_list"), y = Symbol.for("react.memo"), k = Symbol.for("react.lazy"), T = Symbol.for("react.activity"), R = Symbol.for("react.client.reference"), w = p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, C = Object.prototype.hasOwnProperty, H = Array.isArray, Z = console.createTask ? console.createTask : function() {
250
+ return null;
251
+ };
252
+ p = {
253
+ "react-stack-bottom-frame": function(a) {
254
+ return a();
255
+ }
256
+ };
257
+ var Q, K = {}, e1 = p["react-stack-bottom-frame"].bind(
258
+ p,
259
+ n
260
+ )(), a1 = Z(t(n)), s1 = {};
261
+ O.Fragment = P, O.jsx = function(a, i, v, g, E) {
262
+ var j = 1e4 > w.recentlyCreatedOwnerStacks++;
263
+ return d(
264
+ a,
265
+ i,
266
+ v,
267
+ !1,
268
+ g,
269
+ E,
270
+ j ? Error("react-stack-top-frame") : e1,
271
+ j ? Z(t(a)) : a1
272
+ );
273
+ }, O.jsxs = function(a, i, v, g, E) {
274
+ var j = 1e4 > w.recentlyCreatedOwnerStacks++;
275
+ return d(
276
+ a,
277
+ i,
278
+ v,
279
+ !0,
280
+ g,
281
+ E,
282
+ j ? Error("react-stack-top-frame") : e1,
283
+ j ? Z(t(a)) : a1
284
+ );
285
+ };
286
+ }()), O;
287
+ }
288
+ var n1;
289
+ function O1() {
290
+ return n1 || (n1 = 1, process.env.NODE_ENV === "production" ? V.exports = H1() : V.exports = z1()), V.exports;
291
+ }
292
+ var e = O1();
293
+ function _0({ url: s, title: r }) {
294
+ return /* @__PURE__ */ e.jsxs("div", { children: [
295
+ r !== void 0 && /* @__PURE__ */ e.jsx(i1, { children: /* @__PURE__ */ e.jsx("title", { children: r }) }),
296
+ /* @__PURE__ */ e.jsx(j1, { url: s, deepLinking: !0 })
297
+ ] });
298
+ }
299
+ const $1 = [
300
+ {
301
+ schema: "wikidata",
302
+ label: "Wikidata",
303
+ url: "https://www.wikidata.org/wiki",
304
+ pattern: "https://www.wikidata.org/(?:wiki|entity)",
305
+ classes: "pl-[26px] bg-(image:--img-wikidata) bg-[length:17px]"
306
+ },
307
+ {
308
+ schema: "dracor",
309
+ label: "DraCor",
310
+ url: "https://dracor.org/id",
311
+ classes: "pl-[23px] bg-(image:--img-dracor) bg-[length:13px]"
312
+ },
313
+ {
314
+ schema: "wega",
315
+ label: "Carl-Maria-von-Weber-Gesamtausgabe (WeGA)",
316
+ url: "https://weber-gesamtausgabe.de",
317
+ classes: "pl-[23px] bg-(image:--img-wega) bg-[length:13px]"
318
+ },
319
+ {
320
+ schema: "isni",
321
+ label: "ISNI",
322
+ url: "https://isni.org/isni"
323
+ },
324
+ {
325
+ schema: "pnd",
326
+ label: "PND",
327
+ url: "https://d-nb.info/gnd"
328
+ }
329
+ ];
330
+ function f1({ showLabel: s, children: r, className: l }) {
331
+ let t = "inline-flex bg-white bg-no-repeat bg-[5px] rounded-sm px-1.5 gap-1 align-text-bottom", c;
332
+ const n = $1.find(({ pattern: h, url: d, schema: u }) => {
333
+ const p = new RegExp(
334
+ `^(?:${h || d}/|${u}:)([a-z\\d]+)$`,
335
+ "i"
336
+ ), x = r.match(p);
337
+ return x ? (c = x[1], !0) : !1;
338
+ });
339
+ if (!n)
340
+ return /* @__PURE__ */ e.jsx("span", { className: t, children: r });
341
+ const { url: o, label: m, classes: f = "" } = n;
342
+ return t += ` ${f}`, /* @__PURE__ */ e.jsxs("span", { className: t, children: [
343
+ s && `${m}: `,
344
+ /* @__PURE__ */ e.jsx("a", { className: l, href: `${o}/${c}`, title: m, children: c })
345
+ ] });
346
+ }
347
+ function $(s, r = 0) {
348
+ if (s === null)
349
+ return "";
350
+ const l = parseInt(s, 10);
351
+ return l < 0 ? `${l * -1} BCE` : l < r ? `${l} CE` : String(l);
352
+ }
353
+ function F(s, r = "en-GB") {
354
+ const l = `${s}`;
355
+ if (l.match("^-[0-9]{4}/-[0-9]{4}$")) {
356
+ const t = l.split("/").map((c) => parseInt(c, 10) * -1);
357
+ return `${t[0]}-${t[1]} BCE`;
358
+ }
359
+ if (l.match("^-?[0-9]{4}/-?[0-9]{4}$")) {
360
+ const t = l.split("/");
361
+ return `${$(t[0])}-${$(t[1], 1e3)}`;
362
+ }
363
+ if (l.match("^[0-9]{4}-[0-9]{2}$"))
364
+ return new Date(l).toLocaleDateString(r, { month: "long", year: "numeric" });
365
+ if (l.match("^[0-9]{4}-[0-9]{2}-[0-9]{2}$"))
366
+ return new Date(l).toLocaleDateString(r, {
367
+ day: "numeric",
368
+ month: "long",
369
+ year: "numeric"
370
+ });
371
+ if (l.match("^>-?[0-9]{4}")) {
372
+ const t = l.substring(1);
373
+ return `after ${$(t, 1e3)}`;
374
+ }
375
+ if (l.match("^<-?[0-9]{4}")) {
376
+ const t = l.substring(1);
377
+ return `before ${$(t, 1e3)}`;
378
+ }
379
+ return l.match("^-?[0-9]{4}") ? $(l, 1e3) : l;
380
+ }
381
+ const q1 = "https://query.wikidata.org/sparql", L1 = "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";
382
+ function p0({
383
+ wikidataId: s,
384
+ name: r,
385
+ birthLabel: l = "b.",
386
+ deathLabel: t = "d.",
387
+ unknownLabel: c = "unknown"
388
+ }) {
389
+ const [n, o] = M(null);
390
+ q(() => {
391
+ function p(b) {
392
+ return b.startsWith("http://www.wikidata.org/.well-known/genid") ? c : F(b.replace(/^(-?\d{4}).*$/, "$1"));
393
+ }
394
+ async function x(b) {
395
+ var L;
396
+ const P = `
397
+ SELECT ?author ?authorLabel ?birthDate ?deathDate ?gender ?genderLabel
398
+ ?birthPlace ?birthPlaceLabel ?birthCoord
399
+ ?deathPlace ?deathPlaceLabel ?deathCoord
400
+ ?img ?gnd
401
+ WHERE {
402
+ BIND (wd:${b} AS ?author)
403
+ OPTIONAL { ?author wdt:P569 ?birthDate. }
404
+ OPTIONAL { ?author wdt:P570 ?deathDate. }
405
+ OPTIONAL { ?author wdt:P21 ?gender. }
406
+ OPTIONAL { ?author wdt:P19 ?birthPlace. }
407
+ OPTIONAL { ?author wdt:P20 ?deathPlace. }
408
+ #OPTIONAL { ?birthPlace wdt:P625 ?birthCoord. }
409
+ OPTIONAL { ?author wdt:P18 ?img. }
410
+ OPTIONAL { ?author wdt:P227 ?gnd. }
411
+ SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
412
+ }
413
+ `, D = `${q1}?query=${encodeURIComponent(P)}`, B = {
414
+ method: "GET",
415
+ headers: {
416
+ Accept: "application/json"
417
+ }
418
+ };
419
+ try {
420
+ const N = await fetch(D, B);
421
+ if (N.status !== 200) {
422
+ console.log(N.status);
423
+ return;
424
+ }
425
+ const Y = ((L = (await N.json()).results) == null ? void 0 : L.bindings) || [], {
426
+ authorLabel: W,
427
+ img: y,
428
+ birthDate: k,
429
+ birthPlaceLabel: T,
430
+ deathDate: R,
431
+ deathPlaceLabel: w
432
+ } = Y[0], C = [], H = [];
433
+ k != null && k.value && C.push(p(k.value)), T != null && T.value && C.push(T.value), R != null && R.value && H.push(p(R.value)), w != null && w.value && H.push(w.value);
434
+ const Z = { name: W.value, birth: C, death: H };
435
+ y != null && y.value && (Z.imageUrl = y.value.replace(/^http:/, "https:"), Z.commonsPage = y.value.replace(/Special:FilePath\//, "File:").replace(/^http:/, "https:")), o(Z);
436
+ } catch (N) {
437
+ console.log(N);
438
+ }
439
+ }
440
+ s && x(s);
441
+ }, [s, c]);
442
+ const { name: m, imageUrl: f, commonsPage: h, birth: d = [], death: u = [] } = n || {};
443
+ return /* @__PURE__ */ e.jsxs("div", { className: "flex whitespace-nowrap", children: [
444
+ /* @__PURE__ */ e.jsxs(
445
+ "div",
446
+ {
447
+ 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",
448
+ style: { backgroundSize: "70%" },
449
+ children: [
450
+ f && /* @__PURE__ */ e.jsx(
451
+ "img",
452
+ {
453
+ src: f,
454
+ title: m,
455
+ alt: "",
456
+ className: "object-cover object-top w-full h-full"
457
+ }
458
+ ),
459
+ h && /* @__PURE__ */ e.jsx(
460
+ "a",
461
+ {
462
+ href: h,
463
+ title: "© Wikimedia Commons",
464
+ className: "absolute flex inset-0 z-10 bg-white/0 hover:bg-white/60",
465
+ children: /* @__PURE__ */ e.jsx(
466
+ "img",
467
+ {
468
+ src: L1,
469
+ className: "opacity-0 hover:opacity-100 place-self-center w-full h-full p-[20%]",
470
+ width: "17",
471
+ alt: "Wikimedia Commons"
472
+ }
473
+ )
474
+ }
475
+ )
476
+ ]
477
+ }
478
+ ),
479
+ /* @__PURE__ */ e.jsxs("span", { children: [
480
+ /* @__PURE__ */ e.jsx("div", { className: "text-lg", children: r || m }),
481
+ s && /* @__PURE__ */ e.jsx("div", { children: /* @__PURE__ */ e.jsx(f1, { children: `wikidata:${s}` }) }),
482
+ d.length > 0 && /* @__PURE__ */ e.jsxs("div", { children: [
483
+ l,
484
+ " ",
485
+ d.join(", ")
486
+ ] }),
487
+ u.length > 0 && /* @__PURE__ */ e.jsxs("div", { children: [
488
+ t,
489
+ " ",
490
+ u.join(", ")
491
+ ] })
492
+ ] })
493
+ ] });
494
+ }
495
+ const j0 = ({ data: s }) => /* @__PURE__ */ e.jsx(e.Fragment, { children: s.map((r, l) => /* @__PURE__ */ e.jsxs("span", { children: [
496
+ l > 0 && /* @__PURE__ */ e.jsx("br", {}),
497
+ r.name,
498
+ r.pseudonym && /* @__PURE__ */ e.jsxs("i", { children: [
499
+ " (",
500
+ r.pseudonym,
501
+ ")"
502
+ ] }),
503
+ r.ref && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
504
+ " ",
505
+ /* @__PURE__ */ e.jsx("small", { children: /* @__PURE__ */ e.jsx(f1, { children: r.ref }) })
506
+ ] })
507
+ ] }, `${l}-${r.name}`)) });
508
+ function V1({
509
+ value: s,
510
+ onChange: r,
511
+ debounce: l = 500,
512
+ ...t
513
+ }) {
514
+ const [c, n] = M(s);
515
+ return q(() => {
516
+ n(s);
517
+ }, [s]), q(() => {
518
+ const o = setTimeout(() => {
519
+ r(c);
520
+ }, l);
521
+ return () => clearTimeout(o);
522
+ }, [c]), /* @__PURE__ */ e.jsx(
523
+ "input",
524
+ {
525
+ ...t,
526
+ value: c,
527
+ onChange: (o) => n(o.target.value)
528
+ }
529
+ );
530
+ }
531
+ function b0({ url: s, match: r }) {
532
+ const [l, t] = M(""), [c, n] = M("");
533
+ return q(() => {
534
+ async function o(f) {
535
+ try {
536
+ const h = await fetch(f, { method: "GET" });
537
+ if (h.status == 404) {
538
+ t("Not Found"), n("Not Found");
539
+ return;
540
+ }
541
+ if (h.status !== 200)
542
+ throw console.log(h.status), new Error(`Request failed with status ${h.status}`);
543
+ const d = h.headers.get("content-type");
544
+ if (console.log({ contentType: d }), !d || !d.includes("text/markdown")) {
545
+ t("Oops, we haven't got Markdown!"), n("No Markdown");
546
+ return;
547
+ }
548
+ const u = await h.text();
549
+ t(u);
550
+ const x = u.replace(/^\s+/, "").split(/(\n|\r|\r\n){2,}/)[0].match(/^#\s*(.+)/);
551
+ n(x ? x[1] : "...");
552
+ } catch (h) {
553
+ h instanceof Error && h.message === "Request failed with status code 404" ? (t("Not Found"), n("Not Found")) : (t("Something went wrong."), n("Error"), console.error(h));
554
+ }
555
+ }
556
+ const m = s || (r ? r() : null);
557
+ m && o(m);
558
+ }, [s, r]), /* @__PURE__ */ e.jsxs("div", { children: [
559
+ c && /* @__PURE__ */ e.jsx(i1, { children: /* @__PURE__ */ e.jsx("title", { children: c }) }),
560
+ /* @__PURE__ */ e.jsx(b1, { children: l })
561
+ ] });
562
+ }
563
+ const F1 = (s) => /* @__PURE__ */ e.jsxs(
564
+ "svg",
565
+ {
566
+ xmlns: "http://www.w3.org/2000/svg",
567
+ viewBox: "0 0 235.93 314.58",
568
+ ...s,
569
+ children: [
570
+ /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".bibtex_svg__cls-2{fill:#08f}.bibtex_svg__cls-3{fill:#fff}" }) }),
571
+ /* @__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: [
572
+ /* @__PURE__ */ e.jsx(
573
+ "path",
574
+ {
575
+ 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",
576
+ style: {
577
+ fill: "#1f2448"
578
+ }
579
+ }
580
+ ),
581
+ /* @__PURE__ */ e.jsx(
582
+ "path",
583
+ {
584
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
585
+ className: "bibtex_svg__cls-2"
586
+ }
587
+ ),
588
+ /* @__PURE__ */ e.jsx(
589
+ "rect",
590
+ {
591
+ width: 204.98,
592
+ height: 74.77,
593
+ x: 15.48,
594
+ y: 224.33,
595
+ className: "bibtex_svg__cls-3",
596
+ rx: 23.84
597
+ }
598
+ ),
599
+ /* @__PURE__ */ e.jsx(
600
+ "path",
601
+ {
602
+ 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",
603
+ className: "bibtex_svg__cls-2"
604
+ }
605
+ ),
606
+ /* @__PURE__ */ e.jsx(
607
+ "path",
608
+ {
609
+ id: "bibtex_svg__path14",
610
+ 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",
611
+ className: "bibtex_svg__cls-3"
612
+ }
613
+ ),
614
+ /* @__PURE__ */ e.jsx(
615
+ "path",
616
+ {
617
+ id: "bibtex_svg__path16",
618
+ 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",
619
+ className: "bibtex_svg__cls-3"
620
+ }
621
+ ),
622
+ /* @__PURE__ */ e.jsx(
623
+ "path",
624
+ {
625
+ id: "bibtex_svg__path18",
626
+ 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",
627
+ className: "bibtex_svg__cls-3"
628
+ }
629
+ ),
630
+ /* @__PURE__ */ e.jsx(
631
+ "path",
632
+ {
633
+ id: "bibtex_svg__path20",
634
+ 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",
635
+ className: "bibtex_svg__cls-3"
636
+ }
637
+ ),
638
+ /* @__PURE__ */ e.jsx(
639
+ "path",
640
+ {
641
+ id: "bibtex_svg__path22",
642
+ 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",
643
+ className: "bibtex_svg__cls-3"
644
+ }
645
+ ),
646
+ /* @__PURE__ */ e.jsx(
647
+ "path",
648
+ {
649
+ id: "bibtex_svg__path24",
650
+ 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",
651
+ className: "bibtex_svg__cls-3"
652
+ }
653
+ )
654
+ ] }) })
655
+ ]
656
+ }
657
+ ), I1 = (s) => /* @__PURE__ */ e.jsxs(
658
+ "svg",
659
+ {
660
+ xmlns: "http://www.w3.org/2000/svg",
661
+ viewBox: "0 0 235.93 314.58",
662
+ ...s,
663
+ children: [
664
+ /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".csv_svg__cls-2{fill:#08f}.csv_svg__cls-3{fill:#fff}" }) }),
665
+ /* @__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: [
666
+ /* @__PURE__ */ e.jsx(
667
+ "path",
668
+ {
669
+ 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",
670
+ style: {
671
+ fill: "#1f2448"
672
+ }
673
+ }
674
+ ),
675
+ /* @__PURE__ */ e.jsx(
676
+ "path",
677
+ {
678
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
679
+ className: "csv_svg__cls-2"
680
+ }
681
+ ),
682
+ /* @__PURE__ */ e.jsx(
683
+ "path",
684
+ {
685
+ 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",
686
+ className: "csv_svg__cls-3"
687
+ }
688
+ ),
689
+ /* @__PURE__ */ e.jsx(
690
+ "path",
691
+ {
692
+ 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",
693
+ className: "csv_svg__cls-2"
694
+ }
695
+ ),
696
+ /* @__PURE__ */ e.jsx(
697
+ "path",
698
+ {
699
+ 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",
700
+ className: "csv_svg__cls-3"
701
+ }
702
+ )
703
+ ] }) })
704
+ ]
705
+ }
706
+ ), D1 = (s) => /* @__PURE__ */ e.jsxs(
707
+ "svg",
708
+ {
709
+ xmlns: "http://www.w3.org/2000/svg",
710
+ viewBox: "0 0 235.93 314.58",
711
+ ...s,
712
+ children: [
713
+ /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".gexf_svg__cls-2{fill:#08f}.gexf_svg__cls-3{fill:#fff}" }) }),
714
+ /* @__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: [
715
+ /* @__PURE__ */ e.jsx(
716
+ "path",
717
+ {
718
+ 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",
719
+ style: {
720
+ fill: "#1f2448"
721
+ }
722
+ }
723
+ ),
724
+ /* @__PURE__ */ e.jsx(
725
+ "path",
726
+ {
727
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
728
+ className: "gexf_svg__cls-2"
729
+ }
730
+ ),
731
+ /* @__PURE__ */ e.jsx(
732
+ "rect",
733
+ {
734
+ width: 204.98,
735
+ height: 74.77,
736
+ x: 15.48,
737
+ y: 224.33,
738
+ className: "gexf_svg__cls-3",
739
+ rx: 23.84
740
+ }
741
+ ),
742
+ /* @__PURE__ */ e.jsx(
743
+ "path",
744
+ {
745
+ 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",
746
+ className: "gexf_svg__cls-2"
747
+ }
748
+ ),
749
+ /* @__PURE__ */ e.jsx(
750
+ "path",
751
+ {
752
+ id: "gexf_svg__F161dc",
753
+ 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",
754
+ className: "gexf_svg__cls-3"
755
+ }
756
+ )
757
+ ] }) })
758
+ ]
759
+ }
760
+ ), B1 = (s) => /* @__PURE__ */ e.jsxs(
761
+ "svg",
762
+ {
763
+ xmlns: "http://www.w3.org/2000/svg",
764
+ viewBox: "0 0 235.93 314.58",
765
+ ...s,
766
+ children: [
767
+ /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".graphml_svg__cls-2{fill:#08f}.graphml_svg__cls-3{fill:#fff}" }) }),
768
+ /* @__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: [
769
+ /* @__PURE__ */ e.jsx(
770
+ "path",
771
+ {
772
+ 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",
773
+ style: {
774
+ fill: "#1f2448"
775
+ }
776
+ }
777
+ ),
778
+ /* @__PURE__ */ e.jsx(
779
+ "path",
780
+ {
781
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
782
+ className: "graphml_svg__cls-2"
783
+ }
784
+ ),
785
+ /* @__PURE__ */ e.jsx(
786
+ "rect",
787
+ {
788
+ width: 204.98,
789
+ height: 74.77,
790
+ x: 15.48,
791
+ y: 224.33,
792
+ className: "graphml_svg__cls-3",
793
+ rx: 23.84
794
+ }
795
+ ),
796
+ /* @__PURE__ */ e.jsx(
797
+ "path",
798
+ {
799
+ 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",
800
+ className: "graphml_svg__cls-2"
801
+ }
802
+ ),
803
+ /* @__PURE__ */ e.jsx(
804
+ "path",
805
+ {
806
+ 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",
807
+ className: "graphml_svg__cls-3"
808
+ }
809
+ ),
810
+ /* @__PURE__ */ e.jsx(
811
+ "circle",
812
+ {
813
+ cx: 117.96,
814
+ cy: 74.18,
815
+ r: 10.3,
816
+ className: "graphml_svg__cls-3"
817
+ }
818
+ ),
819
+ /* @__PURE__ */ e.jsx("circle", { cx: 166.36, cy: 158, r: 10.3, className: "graphml_svg__cls-3" }),
820
+ /* @__PURE__ */ e.jsx("circle", { cx: 69.57, cy: 158, r: 10.3, className: "graphml_svg__cls-3" })
821
+ ] }) })
822
+ ]
823
+ }
824
+ ), Y1 = (s) => /* @__PURE__ */ e.jsxs(
825
+ "svg",
826
+ {
827
+ xmlns: "http://www.w3.org/2000/svg",
828
+ viewBox: "0 0 235.93 314.58",
829
+ ...s,
830
+ children: [
831
+ /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".json_svg__cls-2{fill:#08f}.json_svg__cls-3{fill:#fff}" }) }),
832
+ /* @__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: [
833
+ /* @__PURE__ */ e.jsx(
834
+ "path",
835
+ {
836
+ 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",
837
+ style: {
838
+ fill: "#1f2448"
839
+ }
840
+ }
841
+ ),
842
+ /* @__PURE__ */ e.jsx(
843
+ "path",
844
+ {
845
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
846
+ className: "json_svg__cls-2"
847
+ }
848
+ ),
849
+ /* @__PURE__ */ e.jsx(
850
+ "path",
851
+ {
852
+ d: "M39.32 224.33h157.29v74.77H39.32z",
853
+ className: "json_svg__cls-3"
854
+ }
855
+ ),
856
+ /* @__PURE__ */ e.jsx(
857
+ "path",
858
+ {
859
+ 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",
860
+ className: "json_svg__cls-3"
861
+ }
862
+ ),
863
+ /* @__PURE__ */ e.jsx(
864
+ "path",
865
+ {
866
+ 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",
867
+ className: "json_svg__cls-2"
868
+ }
869
+ ),
870
+ /* @__PURE__ */ e.jsx(
871
+ "path",
872
+ {
873
+ 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",
874
+ className: "json_svg__cls-3"
875
+ }
876
+ )
877
+ ] }) })
878
+ ]
879
+ }
880
+ ), W1 = (s) => /* @__PURE__ */ e.jsxs(
881
+ "svg",
882
+ {
883
+ xmlns: "http://www.w3.org/2000/svg",
884
+ viewBox: "0 0 235.93 314.58",
885
+ ...s,
886
+ children: [
887
+ /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".rdf_svg__cls-2{fill:#08f}.rdf_svg__cls-3{fill:#fff}" }) }),
888
+ /* @__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: [
889
+ /* @__PURE__ */ e.jsx(
890
+ "path",
891
+ {
892
+ 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",
893
+ style: {
894
+ fill: "#1f2448"
895
+ }
896
+ }
897
+ ),
898
+ /* @__PURE__ */ e.jsx(
899
+ "path",
900
+ {
901
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
902
+ className: "rdf_svg__cls-2"
903
+ }
904
+ ),
905
+ /* @__PURE__ */ e.jsx(
906
+ "rect",
907
+ {
908
+ width: 204.98,
909
+ height: 74.77,
910
+ x: 15.48,
911
+ y: 224.33,
912
+ className: "rdf_svg__cls-3",
913
+ rx: 23.84
914
+ }
915
+ ),
916
+ /* @__PURE__ */ e.jsx(
917
+ "path",
918
+ {
919
+ 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",
920
+ className: "rdf_svg__cls-2"
921
+ }
922
+ ),
923
+ /* @__PURE__ */ e.jsx(
924
+ "path",
925
+ {
926
+ 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",
927
+ className: "rdf_svg__cls-3"
928
+ }
929
+ ),
930
+ /* @__PURE__ */ e.jsx(
931
+ "path",
932
+ {
933
+ 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",
934
+ className: "rdf_svg__cls-2"
935
+ }
936
+ )
937
+ ] }) })
938
+ ]
939
+ }
940
+ ), G1 = (s) => /* @__PURE__ */ e.jsxs(
941
+ "svg",
942
+ {
943
+ xmlns: "http://www.w3.org/2000/svg",
944
+ viewBox: "0 0 235.93 314.58",
945
+ ...s,
946
+ children: [
947
+ /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".ris_svg__cls-2{fill:#08f}.ris_svg__cls-3{fill:#fff}" }) }),
948
+ /* @__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: [
949
+ /* @__PURE__ */ e.jsx(
950
+ "path",
951
+ {
952
+ 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",
953
+ style: {
954
+ fill: "#1f2448"
955
+ }
956
+ }
957
+ ),
958
+ /* @__PURE__ */ e.jsx(
959
+ "path",
960
+ {
961
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
962
+ className: "ris_svg__cls-2"
963
+ }
964
+ ),
965
+ /* @__PURE__ */ e.jsx(
966
+ "path",
967
+ {
968
+ 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",
969
+ className: "ris_svg__cls-3"
970
+ }
971
+ ),
972
+ /* @__PURE__ */ e.jsx(
973
+ "rect",
974
+ {
975
+ width: 204.98,
976
+ height: 74.77,
977
+ x: 15.48,
978
+ y: 224.33,
979
+ className: "ris_svg__cls-3",
980
+ rx: 23.84
981
+ }
982
+ ),
983
+ /* @__PURE__ */ e.jsx(
984
+ "path",
985
+ {
986
+ 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",
987
+ className: "ris_svg__cls-2"
988
+ }
989
+ )
990
+ ] }) })
991
+ ]
992
+ }
993
+ ), U1 = (s) => /* @__PURE__ */ e.jsxs(
994
+ "svg",
995
+ {
996
+ xmlns: "http://www.w3.org/2000/svg",
997
+ viewBox: "0 0 235.93 314.58",
998
+ ...s,
999
+ children: [
1000
+ /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("style", { children: ".tei_svg__cls-2{fill:#08f}.tei_svg__cls-3{fill:#fff}" }) }),
1001
+ /* @__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: [
1002
+ /* @__PURE__ */ e.jsx(
1003
+ "path",
1004
+ {
1005
+ 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",
1006
+ style: {
1007
+ fill: "#1f2448"
1008
+ }
1009
+ }
1010
+ ),
1011
+ /* @__PURE__ */ e.jsx(
1012
+ "path",
1013
+ {
1014
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
1015
+ className: "tei_svg__cls-2"
1016
+ }
1017
+ ),
1018
+ /* @__PURE__ */ e.jsx(
1019
+ "rect",
1020
+ {
1021
+ width: 204.98,
1022
+ height: 74.77,
1023
+ x: 15.48,
1024
+ y: 224.33,
1025
+ className: "tei_svg__cls-3",
1026
+ rx: 23.84
1027
+ }
1028
+ ),
1029
+ /* @__PURE__ */ e.jsx(
1030
+ "path",
1031
+ {
1032
+ 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",
1033
+ className: "tei_svg__cls-2"
1034
+ }
1035
+ ),
1036
+ /* @__PURE__ */ e.jsx(
1037
+ "path",
1038
+ {
1039
+ 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",
1040
+ className: "tei_svg__cls-3"
1041
+ }
1042
+ )
1043
+ ] }) })
1044
+ ]
1045
+ }
1046
+ ), J1 = (s) => /* @__PURE__ */ e.jsxs(
1047
+ "svg",
1048
+ {
1049
+ xmlns: "http://www.w3.org/2000/svg",
1050
+ viewBox: "0 0 235.93 314.58",
1051
+ ...s,
1052
+ children: [
1053
+ /* @__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}" }) }),
1054
+ /* @__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: [
1055
+ /* @__PURE__ */ e.jsx(
1056
+ "path",
1057
+ {
1058
+ 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",
1059
+ style: {
1060
+ fill: "#1f2448"
1061
+ }
1062
+ }
1063
+ ),
1064
+ /* @__PURE__ */ e.jsx(
1065
+ "path",
1066
+ {
1067
+ d: "M235.93 78.64h-39.32a39.3 39.3 0 0 1-39.32-39.32V0Z",
1068
+ className: "txt_svg__cls-2"
1069
+ }
1070
+ ),
1071
+ /* @__PURE__ */ e.jsx(
1072
+ "rect",
1073
+ {
1074
+ width: 204.98,
1075
+ height: 74.77,
1076
+ x: 15.48,
1077
+ y: 224.33,
1078
+ className: "txt_svg__cls-3",
1079
+ rx: 23.84
1080
+ }
1081
+ ),
1082
+ /* @__PURE__ */ e.jsx(
1083
+ "path",
1084
+ {
1085
+ 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",
1086
+ className: "txt_svg__cls-2"
1087
+ }
1088
+ ),
1089
+ /* @__PURE__ */ e.jsx(
1090
+ "path",
1091
+ {
1092
+ 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",
1093
+ className: "txt_svg__cls-3"
1094
+ }
1095
+ ),
1096
+ /* @__PURE__ */ e.jsx(
1097
+ "path",
1098
+ {
1099
+ d: "M200.25 118.7h11.96v9.43h-11.96zM200.25 109.27h11.96v9.43h-11.96z",
1100
+ className: "txt_svg__cls-4"
1101
+ }
1102
+ ),
1103
+ /* @__PURE__ */ e.jsx("path", { d: "M200.25 99.84h11.96v9.43h-11.96z", className: "txt_svg__cls-4" }),
1104
+ /* @__PURE__ */ e.jsx(
1105
+ "path",
1106
+ {
1107
+ d: "M200.25 90.42h11.96v9.43h-11.96zM200.25 156.4h11.96v9.43h-11.96zM200.25 146.97h11.96v9.43h-11.96z",
1108
+ className: "txt_svg__cls-4"
1109
+ }
1110
+ ),
1111
+ /* @__PURE__ */ e.jsx(
1112
+ "path",
1113
+ {
1114
+ 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",
1115
+ className: "txt_svg__cls-4"
1116
+ }
1117
+ ),
1118
+ /* @__PURE__ */ e.jsx(
1119
+ "path",
1120
+ {
1121
+ d: "M200.25 165.83h11.96v9.43h-11.96z",
1122
+ className: "txt_svg__cls-4"
1123
+ }
1124
+ ),
1125
+ /* @__PURE__ */ e.jsx(
1126
+ "path",
1127
+ {
1128
+ 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",
1129
+ className: "txt_svg__cls-3"
1130
+ }
1131
+ )
1132
+ ] }) })
1133
+ ]
1134
+ }
1135
+ );
1136
+ function w0({ href: s, type: r, name: l }) {
1137
+ const t = "w-14", c = l.match(/^[a-z0-9]/i) ? l : "download";
1138
+ let n;
1139
+ switch (r) {
1140
+ case "bibtex":
1141
+ n = /* @__PURE__ */ e.jsx(F1, { className: t });
1142
+ break;
1143
+ case "csv":
1144
+ n = /* @__PURE__ */ e.jsx(I1, { className: t });
1145
+ break;
1146
+ case "gexf":
1147
+ n = /* @__PURE__ */ e.jsx(D1, { className: t });
1148
+ break;
1149
+ case "graphml":
1150
+ n = /* @__PURE__ */ e.jsx(B1, { className: t });
1151
+ break;
1152
+ case "json":
1153
+ n = /* @__PURE__ */ e.jsx(Y1, { className: t });
1154
+ break;
1155
+ case "rdf":
1156
+ n = /* @__PURE__ */ e.jsx(W1, { className: t });
1157
+ break;
1158
+ case "ris":
1159
+ n = /* @__PURE__ */ e.jsx(G1, { className: t });
1160
+ break;
1161
+ case "tei":
1162
+ n = /* @__PURE__ */ e.jsx(U1, { className: t });
1163
+ break;
1164
+ case "txt":
1165
+ n = /* @__PURE__ */ e.jsx(J1, { className: t });
1166
+ break;
1167
+ }
1168
+ return /* @__PURE__ */ e.jsx("a", { href: s, download: c, className: "inline-block", children: n || c });
1169
+ }
1170
+ const X1 = (s) => /* @__PURE__ */ e.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 384", ...s, children: [
1171
+ /* @__PURE__ */ e.jsxs("defs", { children: [
1172
+ /* @__PURE__ */ e.jsx("clipPath", { id: "dracor_svg__clip-path", children: /* @__PURE__ */ e.jsx(
1173
+ "path",
1174
+ {
1175
+ d: "M0 0h384v384H0z",
1176
+ style: {
1177
+ fill: "none"
1178
+ }
1179
+ }
1180
+ ) }),
1181
+ /* @__PURE__ */ e.jsx("style", { children: ".dracor_svg__cls-2{clip-path:url(#dracor_svg__clip-path)}" })
1182
+ ] }),
1183
+ /* @__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(
1184
+ "path",
1185
+ {
1186
+ 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",
1187
+ className: "dracor_svg__cls-2",
1188
+ style: {
1189
+ fill: "#1f2447"
1190
+ }
1191
+ }
1192
+ ) }) }) })
1193
+ ] }), Q1 = (s) => /* @__PURE__ */ e.jsx(
1194
+ "svg",
1195
+ {
1196
+ xmlns: "http://www.w3.org/2000/svg",
1197
+ xmlSpace: "preserve",
1198
+ style: {
1199
+ fillRule: "evenodd",
1200
+ clipRule: "evenodd",
1201
+ strokeLinejoin: "round",
1202
+ strokeMiterlimit: 2
1203
+ },
1204
+ viewBox: "0 0 588 391",
1205
+ ...s,
1206
+ children: /* @__PURE__ */ e.jsxs("g", { transform: "translate(-123.029 -99.495)", children: [
1207
+ /* @__PURE__ */ e.jsx(
1208
+ "path",
1209
+ {
1210
+ d: "M123.029 99.495h587.633v390.271H123.029z",
1211
+ style: {
1212
+ fill: "none"
1213
+ }
1214
+ }
1215
+ ),
1216
+ /* @__PURE__ */ e.jsx("clipPath", { id: "ein_svg__a", children: /* @__PURE__ */ e.jsx("path", { d: "M123.029 99.495h587.633v390.271H123.029z" }) }),
1217
+ /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#ein_svg__a)", children: [
1218
+ /* @__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" }),
1219
+ /* @__PURE__ */ e.jsx(
1220
+ "path",
1221
+ {
1222
+ 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",
1223
+ style: {
1224
+ fill: "#fff",
1225
+ fillRule: "nonzero"
1226
+ },
1227
+ transform: "translate(-543.589 -30.934)scale(1.10672)"
1228
+ }
1229
+ )
1230
+ ] })
1231
+ ] })
1232
+ }
1233
+ ), { protocol: K1, host: e0 } = window.location, a0 = `${K1}//${e0}/id/`;
1234
+ function E0({
1235
+ children: s,
1236
+ className: r = "",
1237
+ uri: l,
1238
+ prefix: t,
1239
+ icon: c
1240
+ }) {
1241
+ const n = s, o = l || `${t || a0}${n}`;
1242
+ return /* @__PURE__ */ e.jsxs(
1243
+ "span",
1244
+ {
1245
+ className: `inline-flex bg-white rounded-sm px-1.5 gap-1 align-text-bottom cursor-pointer ${r}`,
1246
+ children: [
1247
+ c === "ein" && /* @__PURE__ */ e.jsx(Q1, { style: { width: "25px" } }),
1248
+ c === "dracor" && /* @__PURE__ */ e.jsx(X1, { style: { width: "15px" } }),
1249
+ /* @__PURE__ */ e.jsx(Z1, { text: o, children: /* @__PURE__ */ e.jsxs("span", { title: "copy to clipboard", children: [
1250
+ /* @__PURE__ */ e.jsx("span", { className: "pr-1", children: n }),
1251
+ /* @__PURE__ */ e.jsx(A, { icon: w1, size: "sm" })
1252
+ ] }) })
1253
+ ]
1254
+ }
1255
+ );
1256
+ }
1257
+ function M0({
1258
+ languages: s,
1259
+ current: r = "",
1260
+ onSelect: l
1261
+ }) {
1262
+ return /* @__PURE__ */ e.jsxs(o1, { as: "div", className: "relative inline-block text-left", children: [
1263
+ /* @__PURE__ */ e.jsx(h1, { className: "relative justify-center inline-flex mr-8 hover:text-neutral-100", children: /* @__PURE__ */ e.jsx(A, { icon: E1, size: "2x" }) }),
1264
+ /* @__PURE__ */ e.jsx(
1265
+ d1,
1266
+ {
1267
+ as: c1,
1268
+ enter: "transition ease-out duration-100",
1269
+ enterFrom: "transform opacity-0 scale-95",
1270
+ enterTo: "transform opacity-100 scale-100",
1271
+ leave: "transition ease-in duration-75",
1272
+ leaveFrom: "transform opacity-100 scale-100",
1273
+ leaveTo: "transform opacity-0 scale-95",
1274
+ children: /* @__PURE__ */ e.jsx(v1, { 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(m1, { children: /* @__PURE__ */ e.jsx(
1275
+ "button",
1276
+ {
1277
+ className: `group flex w-full items-center rounded-sm px-2 py-1
1278
+ text-sm ${t === r ? "bg-blue-300 text-white font-medium" : "text-gray-900 hover:text-gray-900 hover:bg-blue-100"}`,
1279
+ onClick: () => l(t),
1280
+ children: t
1281
+ },
1282
+ t
1283
+ ) }, t)) })
1284
+ }
1285
+ )
1286
+ ] });
1287
+ }
1288
+ function s0({ label: s, href: r, active: l, className: t }) {
1289
+ return /* @__PURE__ */ e.jsx(I, { to: r, className: u1(l, t), children: s });
1290
+ }
1291
+ function u1(s = !1, r = "") {
1292
+ return `block md:inline-block justify-center text-white hover:text-blue-100
1293
+ uppercase
1294
+ ${s ? "border-b-4" : ""} ${r}`;
1295
+ }
1296
+ function t0({ label: s, items: r, menuClass: l }) {
1297
+ const t = x1();
1298
+ function c({ href: o, selected: m }) {
1299
+ return m !== void 0 ? m : t.pathname.startsWith(o);
1300
+ }
1301
+ const n = !!r.find((o) => c(o));
1302
+ return /* @__PURE__ */ e.jsxs(o1, { as: "div", className: "relative inline-block text-left", children: [
1303
+ /* @__PURE__ */ e.jsx("div", { children: /* @__PURE__ */ e.jsxs(h1, { className: u1(n, l), children: [
1304
+ s,
1305
+ /* @__PURE__ */ e.jsx(
1306
+ A,
1307
+ {
1308
+ icon: M1,
1309
+ className: "ml-2 mt-1",
1310
+ size: "sm",
1311
+ "aria-hidden": "true"
1312
+ }
1313
+ )
1314
+ ] }) }),
1315
+ /* @__PURE__ */ e.jsx(
1316
+ d1,
1317
+ {
1318
+ as: c1,
1319
+ enter: "transition ease-out duration-100",
1320
+ enterFrom: "transform opacity-0 scale-95",
1321
+ enterTo: "transform opacity-100 scale-100",
1322
+ leave: "transition ease-in duration-75",
1323
+ leaveFrom: "transform opacity-100 scale-100",
1324
+ leaveTo: "transform opacity-0 scale-95",
1325
+ children: /* @__PURE__ */ e.jsx(v1, { 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: r.map((o) => /* @__PURE__ */ e.jsx(m1, { children: /* @__PURE__ */ e.jsx(
1326
+ I,
1327
+ {
1328
+ to: o.href,
1329
+ className: `group flex w-full items-center rounded-sm px-2 py-1
1330
+ text-sm ${c(o) ? "bg-blue-300 text-white font-medium" : "text-gray-900 hover:text-gray-900 hover:bg-blue-100"}`,
1331
+ children: o.label
1332
+ }
1333
+ ) }, o.href)) }) })
1334
+ }
1335
+ )
1336
+ ] });
1337
+ }
1338
+ function N0({
1339
+ title: s,
1340
+ logo: r,
1341
+ logoClass: l,
1342
+ version: t,
1343
+ gitHubUrl: c,
1344
+ gitHubIcon: n,
1345
+ gitHubTitle: o,
1346
+ addItem: m,
1347
+ navItems: f
1348
+ }) {
1349
+ const [h, d] = M(!1), u = x1();
1350
+ function p({ href: x, active: b }) {
1351
+ return b !== void 0 ? b : u.pathname.startsWith(x);
1352
+ }
1353
+ return /* @__PURE__ */ e.jsxs("nav", { className: "flex items-center justify-between flex-wrap p-4 bg-primary text-white font-medium", children: [
1354
+ /* @__PURE__ */ e.jsx(I, { to: "/", children: /* @__PURE__ */ e.jsx(
1355
+ "img",
1356
+ {
1357
+ alt: `${s} logo`,
1358
+ title: `${s}${t ? ` (${t})` : ""}`,
1359
+ className: `h-12 ${l || ""}`,
1360
+ src: r
1361
+ }
1362
+ ) }),
1363
+ /* @__PURE__ */ e.jsx("div", { className: "block md:hidden", children: /* @__PURE__ */ e.jsx(
1364
+ "button",
1365
+ {
1366
+ className: "flex items-center px-3 py-2 hover:text-blue-100",
1367
+ onClick: () => d(!h),
1368
+ children: /* @__PURE__ */ e.jsxs(
1369
+ "svg",
1370
+ {
1371
+ className: "fill-current h-10 w-10",
1372
+ viewBox: "0 0 20 20",
1373
+ xmlns: "http://www.w3.org/2000/svg",
1374
+ children: [
1375
+ /* @__PURE__ */ e.jsx("title", { children: "Menu" }),
1376
+ /* @__PURE__ */ e.jsx("path", { d: "M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z" })
1377
+ ]
1378
+ }
1379
+ )
1380
+ }
1381
+ ) }),
1382
+ /* @__PURE__ */ e.jsxs(
1383
+ "div",
1384
+ {
1385
+ className: `block md:flex grow md:items-center w-full md:w-auto ${h ? "" : "hidden"}`,
1386
+ children: [
1387
+ (f == null ? void 0 : f.length) && /* @__PURE__ */ e.jsx("div", { className: "my-2 md:grow md:flex-row flex justify-center flex-col gap-4", children: f.map(
1388
+ (x) => "items" in x ? /* @__PURE__ */ e.jsx(
1389
+ t0,
1390
+ {
1391
+ label: x.label,
1392
+ items: x.items
1393
+ },
1394
+ x.label
1395
+ ) : /* @__PURE__ */ e.jsx(
1396
+ s0,
1397
+ {
1398
+ label: x.label,
1399
+ href: x.href,
1400
+ active: p(x)
1401
+ },
1402
+ x.label
1403
+ )
1404
+ ) }),
1405
+ m,
1406
+ c && /* @__PURE__ */ e.jsx("div", { children: /* @__PURE__ */ e.jsx(
1407
+ "a",
1408
+ {
1409
+ href: c,
1410
+ title: o || "GitHub",
1411
+ className: "text-white text-2xl",
1412
+ children: n || /* @__PURE__ */ e.jsx(A, { icon: A1, size: "2xl" })
1413
+ }
1414
+ ) })
1415
+ ]
1416
+ }
1417
+ )
1418
+ ] });
1419
+ }
1420
+ function y0({ columns: s, data: r, defaultSort: l = [] }) {
1421
+ const [t, c] = M(l), [n, o] = M(""), [m] = M(r), f = T1({
1422
+ data: m,
1423
+ columns: s,
1424
+ state: {
1425
+ sorting: t,
1426
+ globalFilter: n
1427
+ },
1428
+ onSortingChange: c,
1429
+ onGlobalFilterChange: o,
1430
+ getCoreRowModel: S1(),
1431
+ getSortedRowModel: C1(),
1432
+ getFilteredRowModel: R1(),
1433
+ debugTable: !0
1434
+ });
1435
+ return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1436
+ /* @__PURE__ */ e.jsxs("div", { className: "mb-2", children: [
1437
+ /* @__PURE__ */ e.jsx(
1438
+ V1,
1439
+ {
1440
+ value: n ?? "",
1441
+ onChange: (h) => o(String(h)),
1442
+ placeholder: "Search"
1443
+ }
1444
+ ),
1445
+ n !== "" && /* @__PURE__ */ e.jsxs("span", { className: "ml-2", children: [
1446
+ "(",
1447
+ f.getRowModel().rows.length,
1448
+ ")"
1449
+ ] })
1450
+ ] }),
1451
+ /* @__PURE__ */ e.jsx("div", { className: "flex", children: /* @__PURE__ */ e.jsxs("table", { children: [
1452
+ /* @__PURE__ */ e.jsx("thead", { children: f.getHeaderGroups().map((h) => /* @__PURE__ */ e.jsx("tr", { children: h.headers.map((d) => /* @__PURE__ */ e.jsx("th", { colSpan: d.colSpan, children: d.isPlaceholder ? null : /* @__PURE__ */ e.jsxs(
1453
+ "div",
1454
+ {
1455
+ className: d.column.getCanSort() ? "cursor-pointer select-none" : "",
1456
+ onClick: d.column.getToggleSortingHandler(),
1457
+ children: [
1458
+ t1(
1459
+ d.column.columnDef.header,
1460
+ d.getContext()
1461
+ ),
1462
+ " ",
1463
+ /* @__PURE__ */ e.jsx(r0, { status: d.column.getIsSorted() })
1464
+ ]
1465
+ }
1466
+ ) }, d.id)) }, h.id)) }),
1467
+ /* @__PURE__ */ e.jsx("tbody", { children: f.getRowModel().rows.map((h, d) => /* @__PURE__ */ e.jsx("tr", { className: d % 2 ? "" : "bg-neutral-200", children: h.getVisibleCells().map((u) => /* @__PURE__ */ e.jsx("td", { children: t1(u.column.columnDef.cell, u.getContext()) }, u.id)) }, h.id)) })
1468
+ ] }) })
1469
+ ] });
1470
+ }
1471
+ function r0({ status: s }) {
1472
+ return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1473
+ /* @__PURE__ */ e.jsx("span", { className: s !== "asc" ? "opacity-40" : "", children: "▲" }),
1474
+ /* @__PURE__ */ e.jsx("span", { className: s !== "desc" ? "opacity-40" : "", children: "▼" })
1475
+ ] });
1476
+ }
1477
+ function k0({ data: s }) {
1478
+ 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, href: l, active: t }) => /* @__PURE__ */ e.jsx("div", { children: /* @__PURE__ */ e.jsx(I, { to: l, className: l0(t || !1), children: r }) }, l)) }) });
1479
+ }
1480
+ function l0(s) {
1481
+ let r = "inline-block p-4 border-b-2 text-gray-500 hover:text-gray-600";
1482
+ return s ? r += " border-primary" : r += " border-transparent hover:border-gray-300", r;
1483
+ }
1484
+ function Z0({ url: s }) {
1485
+ const r = p1(null);
1486
+ return q(() => {
1487
+ var t;
1488
+ const l = new P1();
1489
+ for (; (t = r.current) != null && t.firstChild; )
1490
+ r.current.removeChild(r.current.firstChild);
1491
+ l.getHTML5(s, (c) => {
1492
+ var n;
1493
+ (n = r.current) == null || n.appendChild(c);
1494
+ });
1495
+ }, [s]), /* @__PURE__ */ e.jsx("div", { children: /* @__PURE__ */ e.jsx("div", { ref: r }) });
1496
+ }
1497
+ function A0({
1498
+ written: s,
1499
+ premiere: r,
1500
+ print: l,
1501
+ locale: t,
1502
+ labelPremiered: c = "premiered",
1503
+ labelPrinted: n = "printed",
1504
+ labelWritten: o = "written"
1505
+ }) {
1506
+ return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1507
+ s && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1508
+ /* @__PURE__ */ e.jsxs("span", { title: o, children: [
1509
+ /* @__PURE__ */ e.jsx(A, { icon: N1, size: "sm" }),
1510
+ " ",
1511
+ F(s, t)
1512
+ ] }),
1513
+ " "
1514
+ ] }),
1515
+ r && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
1516
+ /* @__PURE__ */ e.jsxs("span", { title: c, children: [
1517
+ /* @__PURE__ */ e.jsx(A, { icon: y1, size: "sm" }),
1518
+ " ",
1519
+ F(r, t)
1520
+ ] }),
1521
+ " "
1522
+ ] }),
1523
+ l && /* @__PURE__ */ e.jsxs("span", { title: n, children: [
1524
+ /* @__PURE__ */ e.jsx(A, { icon: k1, size: "sm" }),
1525
+ " ",
1526
+ F(l, t)
1527
+ ] })
1528
+ ] });
1529
+ }
1530
+ export {
1531
+ _0 as ApiDoc,
1532
+ p0 as AuthorInfo,
1533
+ j0 as Authors,
1534
+ V1 as DebouncedInput,
1535
+ b0 as DocPage,
1536
+ w0 as DownloadButton,
1537
+ E0 as IdCopy,
1538
+ f1 as IdLink,
1539
+ M0 as LanguageMenu,
1540
+ N0 as NavBar,
1541
+ Z0 as TEIText,
1542
+ y0 as Table,
1543
+ k0 as Tabs,
1544
+ A0 as Years,
1545
+ $ as formatEra,
1546
+ F as formatYear
1547
+ };
1548
+ //# sourceMappingURL=index.es.js.map