@hitachivantara/app-shell-ui 2.2.2 → 2.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/AppShell/AppShellContainer.js +1 -1
- package/dist/components/AppShell/AppShellRouter.js +8 -27
- package/dist/components/layout/BrandLogo/logos.js +3 -4
- package/dist/pages/ErrorPage/ErrorPage.js +25 -31
- package/dist/pages/ErrorPage/Footer.js +3 -6
- package/dist/pages/GenericError/CatServer.js +571 -0
- package/dist/pages/GenericError/GenericError.js +5 -6
- package/dist/pages/NotFound/DogeSpace.js +542 -0
- package/dist/pages/NotFound/NotFound.js +4 -4
- package/dist/pages/RootRoute.js +1 -1
- package/package.json +7 -7
- package/dist/pages/ErrorPage/styles.js +0 -41
- package/dist/pages/GenericError/500.svg.js +0 -4
- package/dist/pages/NotFound/404.svg.js +0 -4
|
@@ -0,0 +1,571 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { theme } from "@hitachivantara/uikit-react-core";
|
|
3
|
+
const mugSpillColor = "#ffa82f";
|
|
4
|
+
function CatServer({
|
|
5
|
+
title = "Black cat spilling drink on server rack",
|
|
6
|
+
...others
|
|
7
|
+
}) {
|
|
8
|
+
return /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 831.85 484.67", role: "img", "aria-label": title, ...others, children: [
|
|
9
|
+
/* @__PURE__ */ jsx(
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
fill: "#fff",
|
|
13
|
+
d: "M400.97 77.51C607 77.51 774 244.52 774 450.54H27.94c0-206.02 167.01-373.03 373.03-373.03",
|
|
14
|
+
opacity: 0.7
|
|
15
|
+
}
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
18
|
+
/* @__PURE__ */ jsxs("g", { fill: mugSpillColor, transform: "translate(-555.03 -336.33)", children: [
|
|
19
|
+
/* @__PURE__ */ jsx(
|
|
20
|
+
"ellipse",
|
|
21
|
+
{
|
|
22
|
+
cx: 62,
|
|
23
|
+
cy: 9,
|
|
24
|
+
rx: 62,
|
|
25
|
+
ry: 9,
|
|
26
|
+
transform: "translate(898 797)"
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ jsx(
|
|
30
|
+
"ellipse",
|
|
31
|
+
{
|
|
32
|
+
cx: 12,
|
|
33
|
+
cy: 2.5,
|
|
34
|
+
rx: 12,
|
|
35
|
+
ry: 2.5,
|
|
36
|
+
transform: "translate(1013 812)"
|
|
37
|
+
}
|
|
38
|
+
),
|
|
39
|
+
/* @__PURE__ */ jsx(
|
|
40
|
+
"ellipse",
|
|
41
|
+
{
|
|
42
|
+
cx: 4.5,
|
|
43
|
+
cy: 2,
|
|
44
|
+
rx: 4.5,
|
|
45
|
+
ry: 2,
|
|
46
|
+
transform: "translate(1006 817)"
|
|
47
|
+
}
|
|
48
|
+
)
|
|
49
|
+
] }),
|
|
50
|
+
/* @__PURE__ */ jsxs("g", { transform: "translate(-559.03 -336.33)", children: [
|
|
51
|
+
/* @__PURE__ */ jsx(
|
|
52
|
+
"rect",
|
|
53
|
+
{
|
|
54
|
+
width: 180,
|
|
55
|
+
height: 202,
|
|
56
|
+
fill: "#ccced0",
|
|
57
|
+
rx: 3,
|
|
58
|
+
transform: "translate(871 565)"
|
|
59
|
+
}
|
|
60
|
+
),
|
|
61
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
62
|
+
/* @__PURE__ */ jsx(
|
|
63
|
+
"rect",
|
|
64
|
+
{
|
|
65
|
+
width: 207,
|
|
66
|
+
height: 70,
|
|
67
|
+
fill: "#e8e8e8",
|
|
68
|
+
rx: 3,
|
|
69
|
+
transform: "translate(857 732)"
|
|
70
|
+
}
|
|
71
|
+
),
|
|
72
|
+
/* @__PURE__ */ jsx(
|
|
73
|
+
"path",
|
|
74
|
+
{
|
|
75
|
+
fill: "none",
|
|
76
|
+
stroke: "#ccced0",
|
|
77
|
+
strokeLinecap: "round",
|
|
78
|
+
strokeWidth: 3,
|
|
79
|
+
d: "M1034 787.5v-41"
|
|
80
|
+
}
|
|
81
|
+
),
|
|
82
|
+
/* @__PURE__ */ jsx(
|
|
83
|
+
"path",
|
|
84
|
+
{
|
|
85
|
+
fill: "none",
|
|
86
|
+
stroke: "#ccced0",
|
|
87
|
+
strokeLinecap: "round",
|
|
88
|
+
strokeWidth: 3,
|
|
89
|
+
d: "M1014 787.5v-41"
|
|
90
|
+
}
|
|
91
|
+
),
|
|
92
|
+
/* @__PURE__ */ jsx(
|
|
93
|
+
"path",
|
|
94
|
+
{
|
|
95
|
+
fill: "none",
|
|
96
|
+
stroke: "#ccced0",
|
|
97
|
+
strokeLinecap: "round",
|
|
98
|
+
strokeWidth: 3,
|
|
99
|
+
d: "M1044 787.5v-41"
|
|
100
|
+
}
|
|
101
|
+
),
|
|
102
|
+
/* @__PURE__ */ jsx(
|
|
103
|
+
"path",
|
|
104
|
+
{
|
|
105
|
+
fill: "none",
|
|
106
|
+
stroke: "#ccced0",
|
|
107
|
+
strokeLinecap: "round",
|
|
108
|
+
strokeWidth: 3,
|
|
109
|
+
d: "M1024 787.5v-41"
|
|
110
|
+
}
|
|
111
|
+
),
|
|
112
|
+
/* @__PURE__ */ jsxs("g", { transform: "translate(-8053 -1069)", children: [
|
|
113
|
+
/* @__PURE__ */ jsx(
|
|
114
|
+
"rect",
|
|
115
|
+
{
|
|
116
|
+
width: 40,
|
|
117
|
+
height: 40,
|
|
118
|
+
fill: "#999",
|
|
119
|
+
rx: 6,
|
|
120
|
+
transform: "translate(8925 1816)"
|
|
121
|
+
}
|
|
122
|
+
),
|
|
123
|
+
/* @__PURE__ */ jsx(
|
|
124
|
+
"circle",
|
|
125
|
+
{
|
|
126
|
+
cx: 16,
|
|
127
|
+
cy: 16,
|
|
128
|
+
r: 16,
|
|
129
|
+
fill: "#fff",
|
|
130
|
+
transform: "translate(8929 1820)"
|
|
131
|
+
}
|
|
132
|
+
),
|
|
133
|
+
/* @__PURE__ */ jsx(
|
|
134
|
+
"circle",
|
|
135
|
+
{
|
|
136
|
+
cx: 3,
|
|
137
|
+
cy: 3,
|
|
138
|
+
r: 3,
|
|
139
|
+
fill: "#ccced0",
|
|
140
|
+
transform: "translate(8942 1833)"
|
|
141
|
+
}
|
|
142
|
+
),
|
|
143
|
+
/* @__PURE__ */ jsx("path", { fill: "#e8e8e8", d: "M8959.4 1836a4.7 4.7 0 0 1-9.4 0Z" }),
|
|
144
|
+
/* @__PURE__ */ jsx("path", { fill: "#e8e8e8", d: "M8930.6 1836a4.7 4.7 0 0 1 9.4 0Z" }),
|
|
145
|
+
/* @__PURE__ */ jsx("path", { fill: "#e8e8e8", d: "M8945 1821.6a4.7 4.7 0 0 1 0 9.4Z" }),
|
|
146
|
+
/* @__PURE__ */ jsx("path", { fill: "#e8e8e8", d: "M8945 1850.4a4.7 4.7 0 0 1 0-9.4Z" })
|
|
147
|
+
] })
|
|
148
|
+
] }),
|
|
149
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
150
|
+
/* @__PURE__ */ jsx(
|
|
151
|
+
"rect",
|
|
152
|
+
{
|
|
153
|
+
width: 207,
|
|
154
|
+
height: 62,
|
|
155
|
+
fill: "#e8e8e8",
|
|
156
|
+
rx: 3,
|
|
157
|
+
transform: "translate(857 660)"
|
|
158
|
+
}
|
|
159
|
+
),
|
|
160
|
+
/* @__PURE__ */ jsx("path", { fill: "#fbfcfc", d: "M857 687h207v8H857z" })
|
|
161
|
+
] }),
|
|
162
|
+
/* @__PURE__ */ jsxs("g", { transform: "translate(-8053 -1009)", children: [
|
|
163
|
+
/* @__PURE__ */ jsx(
|
|
164
|
+
"rect",
|
|
165
|
+
{
|
|
166
|
+
width: 207,
|
|
167
|
+
height: 50,
|
|
168
|
+
fill: "#e8e8e8",
|
|
169
|
+
rx: 3,
|
|
170
|
+
transform: "translate(8910 1609)"
|
|
171
|
+
}
|
|
172
|
+
),
|
|
173
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
174
|
+
/* @__PURE__ */ jsx(
|
|
175
|
+
"path",
|
|
176
|
+
{
|
|
177
|
+
fill: "none",
|
|
178
|
+
stroke: "#ccced0",
|
|
179
|
+
strokeLinecap: "round",
|
|
180
|
+
strokeWidth: 2,
|
|
181
|
+
d: "M8930 1629h41"
|
|
182
|
+
}
|
|
183
|
+
),
|
|
184
|
+
/* @__PURE__ */ jsx(
|
|
185
|
+
"path",
|
|
186
|
+
{
|
|
187
|
+
fill: "none",
|
|
188
|
+
stroke: "#ccced0",
|
|
189
|
+
strokeLinecap: "round",
|
|
190
|
+
strokeWidth: 2,
|
|
191
|
+
d: "M8930 1639h41"
|
|
192
|
+
}
|
|
193
|
+
),
|
|
194
|
+
/* @__PURE__ */ jsx(
|
|
195
|
+
"circle",
|
|
196
|
+
{
|
|
197
|
+
cx: 5,
|
|
198
|
+
cy: 5,
|
|
199
|
+
r: 5,
|
|
200
|
+
fill: "#fff",
|
|
201
|
+
transform: "translate(9055 1629)"
|
|
202
|
+
}
|
|
203
|
+
),
|
|
204
|
+
/* @__PURE__ */ jsx(
|
|
205
|
+
"circle",
|
|
206
|
+
{
|
|
207
|
+
cx: 5,
|
|
208
|
+
cy: 5,
|
|
209
|
+
r: 5,
|
|
210
|
+
fill: "#ccced0",
|
|
211
|
+
transform: "translate(9070 1629)"
|
|
212
|
+
}
|
|
213
|
+
),
|
|
214
|
+
/* @__PURE__ */ jsx(
|
|
215
|
+
"circle",
|
|
216
|
+
{
|
|
217
|
+
cx: 5,
|
|
218
|
+
cy: 5,
|
|
219
|
+
r: 5,
|
|
220
|
+
fill: "#fff",
|
|
221
|
+
transform: "translate(9085 1629)"
|
|
222
|
+
}
|
|
223
|
+
)
|
|
224
|
+
] })
|
|
225
|
+
] }),
|
|
226
|
+
/* @__PURE__ */ jsxs("g", { transform: "translate(-8053 -1069)", children: [
|
|
227
|
+
/* @__PURE__ */ jsx(
|
|
228
|
+
"rect",
|
|
229
|
+
{
|
|
230
|
+
width: 207,
|
|
231
|
+
height: 50,
|
|
232
|
+
fill: "#e8e8e8",
|
|
233
|
+
rx: 3,
|
|
234
|
+
transform: "translate(8910 1609)"
|
|
235
|
+
}
|
|
236
|
+
),
|
|
237
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
238
|
+
/* @__PURE__ */ jsx(
|
|
239
|
+
"path",
|
|
240
|
+
{
|
|
241
|
+
fill: "none",
|
|
242
|
+
stroke: "#ccced0",
|
|
243
|
+
strokeLinecap: "round",
|
|
244
|
+
strokeWidth: 2,
|
|
245
|
+
d: "M8930 1629h41"
|
|
246
|
+
}
|
|
247
|
+
),
|
|
248
|
+
/* @__PURE__ */ jsx(
|
|
249
|
+
"path",
|
|
250
|
+
{
|
|
251
|
+
fill: "none",
|
|
252
|
+
stroke: "#ccced0",
|
|
253
|
+
strokeLinecap: "round",
|
|
254
|
+
strokeWidth: 2,
|
|
255
|
+
d: "M8930 1639h41"
|
|
256
|
+
}
|
|
257
|
+
),
|
|
258
|
+
/* @__PURE__ */ jsx(
|
|
259
|
+
"circle",
|
|
260
|
+
{
|
|
261
|
+
cx: 5,
|
|
262
|
+
cy: 5,
|
|
263
|
+
r: 5,
|
|
264
|
+
fill: "#fff",
|
|
265
|
+
transform: "translate(9055 1629)"
|
|
266
|
+
}
|
|
267
|
+
),
|
|
268
|
+
/* @__PURE__ */ jsx(
|
|
269
|
+
"circle",
|
|
270
|
+
{
|
|
271
|
+
cx: 5,
|
|
272
|
+
cy: 5,
|
|
273
|
+
r: 5,
|
|
274
|
+
fill: "#ccced0",
|
|
275
|
+
transform: "translate(9070 1629)"
|
|
276
|
+
}
|
|
277
|
+
),
|
|
278
|
+
/* @__PURE__ */ jsx(
|
|
279
|
+
"circle",
|
|
280
|
+
{
|
|
281
|
+
cx: 5,
|
|
282
|
+
cy: 5,
|
|
283
|
+
r: 5,
|
|
284
|
+
fill: "#fff",
|
|
285
|
+
transform: "translate(9085 1629)"
|
|
286
|
+
}
|
|
287
|
+
)
|
|
288
|
+
] })
|
|
289
|
+
] })
|
|
290
|
+
] }),
|
|
291
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
292
|
+
/* @__PURE__ */ jsx(
|
|
293
|
+
"path",
|
|
294
|
+
{
|
|
295
|
+
fill: theme.colors.textDark,
|
|
296
|
+
d: "M337.87 69.6a37 37 0 0 1 13.03 12c7.41-2.2 12.42-.8 15.81 0 5.94-6.13 10.96-10.84 14.9-12 3.46 4.4 6.6 19.44 6.28 31.15s-5.56 17.43-10.18 19.29c-.62 8.87 3.58 26.18 7.52 32.12a54 54 0 0 0 11.9 12.88c4.4 3.63 4.73 9.43 2.45 12.35s-7 3.3-10.6 1.86c-1.23-3.19 0-4.46 0-4.46s-10.77-2.82-14-7.07c-1.17 1.22.26 2.02 2.48 11.02s-3.81 16.76-3.81 16.76 4.9 2.72 4.25 5.77-2.19 2.49-6.54 2.65c-1.74.06-7.98-.1-9.79 0-1.92.1.56.46-2.75.71-5.53.43-10.11-1.03-12.15-.99-6.12-.02-5.03.06-12.16 0s-13.1.25-18.68-.87-12.32-3.83-20.74 0-5.2 10.7-1.9 11.92 4.56 4.73 1.9 6.97-8.77 2.04-12.49-1.9-8.19-11.79 0-21.82 25.08-8.19 30.12-7.13c-3.48-6.83-8.63-17.35 0-33.99s19.73-25.7 23.37-30a28 28 0 0 0 4.92-7.93s-9.55-6.78-9.93-18.14 3.22-27.78 6.8-31.14"
|
|
297
|
+
}
|
|
298
|
+
),
|
|
299
|
+
/* @__PURE__ */ jsx(
|
|
300
|
+
"path",
|
|
301
|
+
{
|
|
302
|
+
fill: "#696969",
|
|
303
|
+
d: "M354.32 107.93a4.83 4.83 0 0 1 8.31 0s-2.52.11-3.05 1.53-.5 1.59-1.08 1.59-.39-.2-1.12-1.59-3.06-1.53-3.06-1.53"
|
|
304
|
+
}
|
|
305
|
+
),
|
|
306
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
307
|
+
/* @__PURE__ */ jsx("path", { fill: mugSpillColor, d: "M354.48 100.17a7.5 7.5 0 0 1-15 0Z" }),
|
|
308
|
+
/* @__PURE__ */ jsx(
|
|
309
|
+
"path",
|
|
310
|
+
{
|
|
311
|
+
fill: theme.colors.textDark,
|
|
312
|
+
d: "M346.15 99.17c0 3.73-1.05 6.75-2.34 6.75s-2.33-3.02-2.33-6.75Z"
|
|
313
|
+
}
|
|
314
|
+
)
|
|
315
|
+
] }),
|
|
316
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
317
|
+
/* @__PURE__ */ jsx("path", { fill: mugSpillColor, d: "M377.48 100.17a7.5 7.5 0 0 1-15 0Z" }),
|
|
318
|
+
/* @__PURE__ */ jsx(
|
|
319
|
+
"path",
|
|
320
|
+
{
|
|
321
|
+
fill: theme.colors.textDark,
|
|
322
|
+
d: "M369.15 99.17c0 3.73-1.05 6.75-2.34 6.75s-2.33-3.02-2.33-6.75Z"
|
|
323
|
+
}
|
|
324
|
+
)
|
|
325
|
+
] })
|
|
326
|
+
] }),
|
|
327
|
+
/* @__PURE__ */ jsxs("g", { stroke: "#ccced0", strokeLinecap: "round", children: [
|
|
328
|
+
/* @__PURE__ */ jsx("path", { fill: "none", d: "M328.2 157.07s10.27.68 10.91 9.56" }),
|
|
329
|
+
/* @__PURE__ */ jsx(
|
|
330
|
+
"path",
|
|
331
|
+
{
|
|
332
|
+
fill: theme.colors.textDark,
|
|
333
|
+
d: "M339.11 151.77s-.52 23.31 1.71 33.57 6.57 18.2 8.93 18.88 10.44 1.23 11.77-.45 1.55-2.61 0-7.16-2.6-5.35-3.33-15.16-.07-20.26 0-23.82"
|
|
334
|
+
}
|
|
335
|
+
),
|
|
336
|
+
/* @__PURE__ */ jsx("path", { fill: "none", d: "M353.85 200.24a9 9 0 0 1 0 4.29" }),
|
|
337
|
+
/* @__PURE__ */ jsx("path", { fill: "none", d: "M357.85 200.24a9 9 0 0 1 0 4.29" })
|
|
338
|
+
] }),
|
|
339
|
+
/* @__PURE__ */ jsx(
|
|
340
|
+
"path",
|
|
341
|
+
{
|
|
342
|
+
fill: mugSpillColor,
|
|
343
|
+
d: "M407.97 189s9.36 9.76 28.57 7.88 23.48 2.27 23.48 4.8-42.16 0-42.16 0c-4.42 0-9.89-4.36-9.89-9.73Z"
|
|
344
|
+
}
|
|
345
|
+
),
|
|
346
|
+
/* @__PURE__ */ jsx(
|
|
347
|
+
"path",
|
|
348
|
+
{
|
|
349
|
+
fill: theme.colors.textDark,
|
|
350
|
+
d: "M406.5 177.58v13.95a10.15 10.15 0 0 0 10.13 10.14h33.46a.84.84 0 0 0 .84-.83v-32.55a.84.84 0 0 0-.84-.84l-5.85.05v-3.81a5.5 5.5 0 0 0-5.49-5.49h-4.65a5.5 5.5 0 0 0-5.48 5.49v3.78l-12.82.01a10.15 10.15 0 0 0-9.3 10.1M449.25 200h-32.62a8.47 8.47 0 0 1-8.46-8.46v-13.95a8.47 8.47 0 0 1 8.46-8.47h32.62Zm-18.96-32.5v-3.81a3.8 3.8 0 0 1 3.81-3.82h4.65a3.8 3.8 0 0 1 3.81 3.82v3.8Z"
|
|
351
|
+
}
|
|
352
|
+
),
|
|
353
|
+
/* @__PURE__ */ jsx(
|
|
354
|
+
"path",
|
|
355
|
+
{
|
|
356
|
+
fill: "none",
|
|
357
|
+
stroke: theme.colors.textDark,
|
|
358
|
+
strokeLinecap: "round",
|
|
359
|
+
strokeWidth: 2,
|
|
360
|
+
d: "M443.47 183.17v-9"
|
|
361
|
+
}
|
|
362
|
+
),
|
|
363
|
+
/* @__PURE__ */ jsxs("g", { fill: mugSpillColor, children: [
|
|
364
|
+
/* @__PURE__ */ jsx("path", { d: "M395.97 201.67h87a2 2 0 0 1 2 2h-91a2 2 0 0 1 2-2" }),
|
|
365
|
+
/* @__PURE__ */ jsx("path", { d: "M393.97 203.67h10v11a4 4 0 0 1-4 4h-2a4 4 0 0 1-4-4z" }),
|
|
366
|
+
/* @__PURE__ */ jsx("path", { d: "M405.97 253.67h17v10h-17z" }),
|
|
367
|
+
/* @__PURE__ */ jsx("path", { d: "M405.97 313.67h17v10h-17z" }),
|
|
368
|
+
/* @__PURE__ */ jsx("path", { d: "M474.97 253.67h8v10h-8z" }),
|
|
369
|
+
/* @__PURE__ */ jsx("path", { d: "M410.97 203.67h15v50h-15z" }),
|
|
370
|
+
/* @__PURE__ */ jsx("path", { d: "M410.97 263.67h15v50h-15z" }),
|
|
371
|
+
/* @__PURE__ */ jsx("path", { d: "M396.97 321.67h54a2 2 0 0 1 2 2h-58a2 2 0 0 1 2-2" }),
|
|
372
|
+
/* @__PURE__ */ jsx("path", { d: "M396.97 393.67h13a2 2 0 0 1 2 2h-17a2 2 0 0 1 2-2" }),
|
|
373
|
+
/* @__PURE__ */ jsx("path", { d: "M429.97 393.67h13a2 2 0 0 1 2 2h-17a2 2 0 0 1 2-2" }),
|
|
374
|
+
/* @__PURE__ */ jsx("path", { d: "M360.97 261.67h74a2 2 0 0 1 2 2h-78a2 2 0 0 1 2-2" }),
|
|
375
|
+
/* @__PURE__ */ jsx("path", { d: "M430.97 348.67h43a2 2 0 0 1 2 2h-47a2 2 0 0 1 2-2" }),
|
|
376
|
+
/* @__PURE__ */ jsx("path", { d: "M459.97 203.67h7v5a3 3 0 0 1-3 3h-1a3 3 0 0 1-3-3z" }),
|
|
377
|
+
/* @__PURE__ */ jsx("path", { d: "M477.97 203.67h7v50h-7z" }),
|
|
378
|
+
/* @__PURE__ */ jsx("path", { d: "M477.97 263.67h7v12.5a3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1-3.5-3.5z" }),
|
|
379
|
+
/* @__PURE__ */ jsx("path", { d: "M358.97 263.67h4v6a2 2 0 0 1-2 2 2 2 0 0 1-2-2z" }),
|
|
380
|
+
/* @__PURE__ */ jsx("path", { d: "M379.97 263.67h8v12a4 4 0 0 1-4 4 4 4 0 0 1-4-4z" }),
|
|
381
|
+
/* @__PURE__ */ jsx("path", { d: "M436.97 350.67h5v27.5a2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1-2.5-2.5z" }),
|
|
382
|
+
/* @__PURE__ */ jsx("path", { d: "M436.97 395.67h5v27.5a2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1-2.5-2.5z" }),
|
|
383
|
+
/* @__PURE__ */ jsx("path", { d: "M471.97 350.67h4v12a2 2 0 0 1-2 2 2 2 0 0 1-2-2z" }),
|
|
384
|
+
/* @__PURE__ */ jsx("path", { d: "M400.97 323.67h7v12.5a3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1-3.5-3.5z" }),
|
|
385
|
+
/* @__PURE__ */ jsx("path", { d: "M447.97 323.67h5v27h-5z" }),
|
|
386
|
+
/* @__PURE__ */ jsx("path", { d: "M400.97 395.67h7v70h-7z" }),
|
|
387
|
+
/* @__PURE__ */ jsx("path", { fill: "#ef9312", d: "M405.97 253.67h17v3h-17z" }),
|
|
388
|
+
/* @__PURE__ */ jsx("path", { fill: "#ef9312", d: "M405.97 313.67h17v3h-17z" }),
|
|
389
|
+
/* @__PURE__ */ jsx("path", { fill: "#ef9312", d: "M474.97 253.67h8v3h-8z" }),
|
|
390
|
+
/* @__PURE__ */ jsxs("g", { fill: "none", stroke: "#fbfcfc", strokeLinecap: "round", opacity: 0.5, children: [
|
|
391
|
+
/* @__PURE__ */ jsx("path", { d: "M422.97 224.45v-18.56" }),
|
|
392
|
+
/* @__PURE__ */ jsx("path", { d: "M423.97 310.95v-26.43" }),
|
|
393
|
+
/* @__PURE__ */ jsx("path", { d: "M451.15 338.03v-12.71" }),
|
|
394
|
+
/* @__PURE__ */ jsx("path", { d: "M438.79 422.68v-12.72" }),
|
|
395
|
+
/* @__PURE__ */ jsx("path", { d: "M482.97 251.87v-16.91" }),
|
|
396
|
+
/* @__PURE__ */ jsx("path", { d: "M419.02 239.87v-28.2" }),
|
|
397
|
+
/* @__PURE__ */ jsx("path", { d: "M406.5 427.37v-28.2" }),
|
|
398
|
+
/* @__PURE__ */ jsx("path", { d: "M406.5 440.31v-9.44" }),
|
|
399
|
+
/* @__PURE__ */ jsx("path", { d: "M385.6 276.05v-3.19" }),
|
|
400
|
+
/* @__PURE__ */ jsx("path", { d: "M482.97 271.4v-5.32" }),
|
|
401
|
+
/* @__PURE__ */ jsx("path", { d: "M474.77 361.53v-3.18" }),
|
|
402
|
+
/* @__PURE__ */ jsx("path", { d: "M401.94 215.17v-3.76" })
|
|
403
|
+
] })
|
|
404
|
+
] }),
|
|
405
|
+
/* @__PURE__ */ jsxs("g", { fill: mugSpillColor, children: [
|
|
406
|
+
/* @__PURE__ */ jsx("path", { d: "m509.97 249.13 24.28-22.64-9.12-6.06 42.43-23.39-25.35 23.4 9.5 6.05Z" }),
|
|
407
|
+
/* @__PURE__ */ jsx("path", { d: "m286.56 331.3-29.32 15.58 7.24 8.22-47.04 11.6 30.54-16.03-7.6-8.3Z" }),
|
|
408
|
+
/* @__PURE__ */ jsx("path", { d: "m517.56 269.2 18.22 5.58.4-6.27 23.8 14.38-18.9-5.89-.29 6.46Z" }),
|
|
409
|
+
/* @__PURE__ */ jsx("path", { d: "m283.23 310.8-16.16-10.1-2 5.95-19.28-20.04 16.74 10.57 1.94-6.17Z" })
|
|
410
|
+
] })
|
|
411
|
+
] }),
|
|
412
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
413
|
+
/* @__PURE__ */ jsx(
|
|
414
|
+
"path",
|
|
415
|
+
{
|
|
416
|
+
fill: "none",
|
|
417
|
+
stroke: "#e8e8e8",
|
|
418
|
+
d: "M190.07 436.72h84.53s6.1.4 6.1-5.97c0-5.2-.23-48.93-.23-53.14a3.93 3.93 0 0 1 3.79-4.27h14.1"
|
|
419
|
+
}
|
|
420
|
+
),
|
|
421
|
+
/* @__PURE__ */ jsxs("g", { fill: "#fbfcfc", transform: "translate(-9056.03 -1195.33)", children: [
|
|
422
|
+
/* @__PURE__ */ jsx("path", { fill: "#e8e8e8", d: "M9140 1622h106v39h-106z" }),
|
|
423
|
+
/* @__PURE__ */ jsx("circle", { cx: 10, cy: 10, r: 10, transform: "translate(9217 1632)" }),
|
|
424
|
+
/* @__PURE__ */ jsx("path", { d: "M9146 1628h4v28h-4z" }),
|
|
425
|
+
/* @__PURE__ */ jsx("path", { d: "M9162 1628h4v28h-4z" }),
|
|
426
|
+
/* @__PURE__ */ jsx("path", { d: "M9154 1628h4v28h-4z" }),
|
|
427
|
+
/* @__PURE__ */ jsx("path", { d: "M9170 1628h4v28h-4z" })
|
|
428
|
+
] }),
|
|
429
|
+
/* @__PURE__ */ jsxs("g", { fill: "#fbfcfc", transform: "translate(-9056.03 -1238.33)", children: [
|
|
430
|
+
/* @__PURE__ */ jsx("path", { fill: "#e8e8e8", d: "M9140 1622h106v39h-106z" }),
|
|
431
|
+
/* @__PURE__ */ jsx("circle", { cx: 10, cy: 10, r: 10, transform: "translate(9217 1632)" }),
|
|
432
|
+
/* @__PURE__ */ jsx("path", { d: "M9146 1628h4v28h-4z" }),
|
|
433
|
+
/* @__PURE__ */ jsx("path", { d: "M9162 1628h4v28h-4z" }),
|
|
434
|
+
/* @__PURE__ */ jsx("path", { d: "M9154 1628h4v28h-4z" }),
|
|
435
|
+
/* @__PURE__ */ jsx("path", { d: "M9170 1628h4v28h-4z" })
|
|
436
|
+
] }),
|
|
437
|
+
/* @__PURE__ */ jsxs("g", { fill: "#fbfcfc", transform: "translate(-9056.03 -1281.33)", children: [
|
|
438
|
+
/* @__PURE__ */ jsx("path", { fill: "#e8e8e8", d: "M9140 1622h106v39h-106z" }),
|
|
439
|
+
/* @__PURE__ */ jsx("circle", { cx: 10, cy: 10, r: 10, transform: "translate(9217 1632)" }),
|
|
440
|
+
/* @__PURE__ */ jsx("path", { d: "M9146 1628h4v28h-4z" }),
|
|
441
|
+
/* @__PURE__ */ jsx("path", { d: "M9162 1628h4v28h-4z" }),
|
|
442
|
+
/* @__PURE__ */ jsx("path", { d: "M9154 1628h4v28h-4z" }),
|
|
443
|
+
/* @__PURE__ */ jsx("path", { d: "M9170 1628h4v28h-4z" })
|
|
444
|
+
] }),
|
|
445
|
+
/* @__PURE__ */ jsxs("g", { transform: "translate(-9055.03 -1414.33)", children: [
|
|
446
|
+
/* @__PURE__ */ jsx("path", { fill: "#e0e0e0", d: "M9180 1744h24v10h-24z" }),
|
|
447
|
+
/* @__PURE__ */ jsx(
|
|
448
|
+
"rect",
|
|
449
|
+
{
|
|
450
|
+
width: 90,
|
|
451
|
+
height: 72,
|
|
452
|
+
fill: "#e8e8e8",
|
|
453
|
+
rx: 3,
|
|
454
|
+
transform: "translate(9147 1672)"
|
|
455
|
+
}
|
|
456
|
+
),
|
|
457
|
+
/* @__PURE__ */ jsx(
|
|
458
|
+
"rect",
|
|
459
|
+
{
|
|
460
|
+
width: 86,
|
|
461
|
+
height: 52,
|
|
462
|
+
fill: "#fff",
|
|
463
|
+
rx: 2,
|
|
464
|
+
transform: "translate(9149 1674)"
|
|
465
|
+
}
|
|
466
|
+
),
|
|
467
|
+
/* @__PURE__ */ jsx(
|
|
468
|
+
"rect",
|
|
469
|
+
{
|
|
470
|
+
width: 36,
|
|
471
|
+
height: 3,
|
|
472
|
+
fill: "#e8e8e8",
|
|
473
|
+
rx: 1.5,
|
|
474
|
+
transform: "translate(9174 1752)"
|
|
475
|
+
}
|
|
476
|
+
)
|
|
477
|
+
] })
|
|
478
|
+
] }),
|
|
479
|
+
/* @__PURE__ */ jsx(
|
|
480
|
+
"path",
|
|
481
|
+
{
|
|
482
|
+
fill: theme.colors.textLight,
|
|
483
|
+
d: "M638.64 414.8a.56.56 0 0 0-.56.54v.65c.02 3.47.71 14.28 7.4 30.86a56 56 0 0 1 4.07 18.82h27.07a56 56 0 0 1 4.07-18.82c6.69-16.58 7.37-27.4 7.4-30.86v-.66a.56.56 0 0 0-.56-.54Z"
|
|
484
|
+
}
|
|
485
|
+
),
|
|
486
|
+
/* @__PURE__ */ jsxs("g", { fill: "#e8e8e8", children: [
|
|
487
|
+
/* @__PURE__ */ jsx("path", { d: "M716.5 264.6c-10 4.26-11.84 1.05-23.82 6.26s-11.22 19.67-24.07 32.73-4.5 28.14-4.33 35.9 2.72 74.68 2.72 74.68l4.72.62s-2.95-56.77-2.63-64.84 6.3-2.1 16.92-11 14.31-16.91 15.61-22.73 10.71-10.8 15.5-15.37 1.7-12.86 6.16-18.18c2.82-3.37 4.99-2.41 7.66-1.45a11 11 0 0 0 5.34.82 8.4 8.4 0 0 1 5.18 1.04 3.25 3.25 0 0 0 4.7-3.35 27.6 27.6 0 0 0-5.05-12.38c-2.82-3.96-7.07-5.68-12.01-5.68a33 33 0 0 0-12.6 2.94" }),
|
|
488
|
+
/* @__PURE__ */ jsx("path", { d: "M614.33 286.92a4.3 4.3 0 0 0-4.2 4.13v.07a4 4 0 0 0 .58 2.03 8.2 8.2 0 0 1 1.16 6.38c-.74 3.17-1.57 5.92 4.14 13.82s6.4 11.37 6.54 18.7.54 10.43 8.16 13.6 9.04 9.42 11.09 12.71c2.25 3.63 5.35 3.43 8.33 3.24 3.22-.2 6.3-.4 8.06 4.2 3.25 8.55.23 48.26.23 48.26l3.24.74s6.46-48.42 1.59-64.74c-6-20.12-14.21-14-14.84-18.8-1.34-10.3-1.59-17-6.84-23.12-5.18-6.05-7.87-11.4-16.8-17.18a5 5 0 0 0-.7-.37l-7.99-3.32a4 4 0 0 0-1.64-.35Z" }),
|
|
489
|
+
/* @__PURE__ */ jsx("path", { d: "M711.88 368.55c-3.44 2.12-4.65 6.12-10.05 6.6-5 .44-32.46-.7-32.52 31.47v.23a68 68 0 0 0 .52 7.94l2.57-.23s-.6-21.46 7.54-26.07c4.84-2.74 5.92-1.4 7.67-.06 1.2.92 2.7 1.84 5.94 1.45 7.95-.97 5 .85 10.58 2.43s8.03-3.05 9.95-4.77 6.92-.91 8.97-7.04c1.24-3.72 3.49-3.68 6.17-3.64a11 11 0 0 0 5.6-.94c4.96-2.52 4.2-5.37.63-7.64a4.4 4.4 0 0 0-4.09-.71 12 12 0 0 1-5.59-.25 27 27 0 0 0-6.29-.83 14 14 0 0 0-7.6 2.06" }),
|
|
490
|
+
/* @__PURE__ */ jsx("path", { d: "M601.94 382.46a34 34 0 0 0-9.82 1.48 37 37 0 0 0-11.34 5.91 1.9 1.9 0 0 0-.8 1.52v.08a1.96 1.96 0 0 0 1.8 1.93 26 26 0 0 1 9.3 2.42c2.28 1.16 2.75 3.95 10.33 4.64s9.99 2.07 14.43 5.74 6.5 5.02 12.2 2.18c0 0 5.44-10 18.54-8 7.1 1.07 5.35 14.32 5.35 14.32l2.84.12s-.75-18.08-7.84-23.25c-8.16-5.95-12.13-4.16-14.71-2.37-1.63 1.12-2.7 2.25-3.93 1.44-6.82-4.48-10.94-7.76-17.22-7.81-3.09-.03-5.76-.34-8.64-.35Z" }),
|
|
491
|
+
/* @__PURE__ */ jsx("path", { d: "M735.12 312.73a16 16 0 0 0-2.57.25c-3.81.63-6.84 3.44-16.25 7.13s-12.86 8.16-18.76 12.82-7.4 10.8-10.55 20.03c-1.48 4.3-7.73-2.87-16.96 14.55-3.97 7.51-4.94 20.4-4.96 30.82v.88c.02 8.77.68 15.59.68 15.59l3.06-.08s-1.74-24.48 2.81-31.75c2.46-3.94 5.22-3.14 8.11-2.34 2.64.73 5.38 1.46 8.09-1.44 2.47-2.65 4.94-8.16 12.42-9.65s8.42-4.27 9.93-11 2.79-9.8 9.45-16.01 4.78-9.34 6.36-11.97 7.06-1.44 9.7 2.07l.08.1a3.84 3.84 0 0 0 6.8-2.85c-1.45-13.35-2.46-17.13-7.36-17.15Z" }),
|
|
492
|
+
/* @__PURE__ */ jsx("path", { d: "M600.2 319.48c-2.79.03-3.97 1.47-5.28 2.33a3.1 3.1 0 0 0-1.38 2.55v.1a3 3 0 0 0 .22 1.1l2.17 5.62c1.6 2.62-.23 5.77 6.5 11.9s8.02 9.2 9.6 15.92 2.56 9.49 10.05 10.9 10.02 6.9 12.52 9.52c2.73 2.87 5.47 2.1 8.1 1.35 2.87-.83 5.63-1.66 8.14 2.25 4.63 7.23 3.14 31.73 3.14 31.73l3.06.04s2.86-33.18-4.78-47.24c-9.4-17.32-15.58-10.08-17.1-14.37-3.26-9.2-4.82-15.31-10.77-19.91s-9.44-9.04-18.9-12.63a15 15 0 0 0-5.15-1.16Z" })
|
|
493
|
+
] }),
|
|
494
|
+
/* @__PURE__ */ jsxs("g", { children: [
|
|
495
|
+
/* @__PURE__ */ jsxs("g", { opacity: 0.65, transform: "translate(-8266.03 -1770.33)", children: [
|
|
496
|
+
/* @__PURE__ */ jsx(
|
|
497
|
+
"circle",
|
|
498
|
+
{
|
|
499
|
+
cx: 28,
|
|
500
|
+
cy: 28,
|
|
501
|
+
r: 28,
|
|
502
|
+
fill: "#fbfcfc",
|
|
503
|
+
transform: "translate(8929 1820)"
|
|
504
|
+
}
|
|
505
|
+
),
|
|
506
|
+
/* @__PURE__ */ jsx(
|
|
507
|
+
"circle",
|
|
508
|
+
{
|
|
509
|
+
cx: 5,
|
|
510
|
+
cy: 5,
|
|
511
|
+
r: 5,
|
|
512
|
+
fill: "#ccced0",
|
|
513
|
+
transform: "translate(8952 1843)"
|
|
514
|
+
}
|
|
515
|
+
),
|
|
516
|
+
/* @__PURE__ */ jsx("path", { fill: "#e8e8e8", d: "M8981.78 1847.78a8.16 8.16 0 0 1-16.32 0Z" }),
|
|
517
|
+
/* @__PURE__ */ jsx(
|
|
518
|
+
"path",
|
|
519
|
+
{
|
|
520
|
+
fill: "#e8e8e8",
|
|
521
|
+
d: "M8931.78 1847.78a8.16 8.16 0 0 1 8.16-8.16 8.16 8.16 0 0 1 8.16 8.16Z"
|
|
522
|
+
}
|
|
523
|
+
),
|
|
524
|
+
/* @__PURE__ */ jsx(
|
|
525
|
+
"path",
|
|
526
|
+
{
|
|
527
|
+
fill: "#e8e8e8",
|
|
528
|
+
d: "M8956.78 1822.78a8.16 8.16 0 0 1 8.16 8.16 8.16 8.16 0 0 1-8.16 8.16Z"
|
|
529
|
+
}
|
|
530
|
+
),
|
|
531
|
+
/* @__PURE__ */ jsx(
|
|
532
|
+
"path",
|
|
533
|
+
{
|
|
534
|
+
fill: "#e8e8e8",
|
|
535
|
+
d: "M8956.78 1872.78a8.16 8.16 0 0 1-8.16-8.16 8.16 8.16 0 0 1 8.16-8.16Z"
|
|
536
|
+
}
|
|
537
|
+
)
|
|
538
|
+
] }),
|
|
539
|
+
/* @__PURE__ */ jsxs("g", { stroke: "#fbfcfc", strokeLinecap: "round", strokeWidth: 1, children: [
|
|
540
|
+
/* @__PURE__ */ jsx("path", { d: "M637.63 152.76 683 110.31" }),
|
|
541
|
+
/* @__PURE__ */ jsx("path", { d: "M637.63 152.76 683 110.31", transform: "translate(3 -28)" }),
|
|
542
|
+
/* @__PURE__ */ jsx("path", { d: "M637.63 152.76 683 110.31", transform: "translate(-25 -26)" })
|
|
543
|
+
] })
|
|
544
|
+
] }),
|
|
545
|
+
/* @__PURE__ */ jsxs("g", { fill: "none", children: [
|
|
546
|
+
/* @__PURE__ */ jsxs("g", { stroke: "#ccced0", transform: "translate(0 131.23)", children: [
|
|
547
|
+
/* @__PURE__ */ jsx("circle", { cx: 15.11, cy: 15.11, r: 15.11, stroke: "none" }),
|
|
548
|
+
/* @__PURE__ */ jsx("circle", { cx: 15.11, cy: 15.11, r: 14.61 })
|
|
549
|
+
] }),
|
|
550
|
+
/* @__PURE__ */ jsxs("g", { stroke: "#ccced0", transform: "translate(811.63 279.88)", children: [
|
|
551
|
+
/* @__PURE__ */ jsx("circle", { cx: 10.11, cy: 10.11, r: 10.11, stroke: "none" }),
|
|
552
|
+
/* @__PURE__ */ jsx("circle", { cx: 10.11, cy: 10.11, r: 9.61 })
|
|
553
|
+
] }),
|
|
554
|
+
/* @__PURE__ */ jsxs("g", { stroke: "#ffa803", strokeLinecap: "round", strokeWidth: 2, children: [
|
|
555
|
+
/* @__PURE__ */ jsx("path", { d: "M544.76 8.6h15.21" }),
|
|
556
|
+
/* @__PURE__ */ jsx("path", { d: "M552.37 16.21V1" })
|
|
557
|
+
] }),
|
|
558
|
+
/* @__PURE__ */ jsxs("g", { stroke: "#999", strokeLinecap: "round", strokeWidth: 2, children: [
|
|
559
|
+
/* @__PURE__ */ jsx("path", { d: "M142.43 68.97h9.1" }),
|
|
560
|
+
/* @__PURE__ */ jsx("path", { d: "M146.98 73.51v-9.1" })
|
|
561
|
+
] }),
|
|
562
|
+
/* @__PURE__ */ jsxs("g", { stroke: "#999", strokeLinecap: "round", strokeWidth: 2, children: [
|
|
563
|
+
/* @__PURE__ */ jsx("path", { d: "M195.31 246.06h15.24" }),
|
|
564
|
+
/* @__PURE__ */ jsx("path", { d: "M202.93 253.67v-15.23" })
|
|
565
|
+
] })
|
|
566
|
+
] })
|
|
567
|
+
] });
|
|
568
|
+
}
|
|
569
|
+
export {
|
|
570
|
+
CatServer as default
|
|
571
|
+
};
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { lazy } from "react";
|
|
2
3
|
import { useTranslation } from "react-i18next";
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const GenericError = ({
|
|
4
|
+
import { ErrorPage } from "../ErrorPage/ErrorPage.js";
|
|
5
|
+
const CatServer = lazy(() => import("./CatServer.js"));
|
|
6
|
+
const GenericError = ({ includeFooter = true }) => {
|
|
6
7
|
const { t } = useTranslation(void 0, { keyPrefix: "errors.genericError" });
|
|
7
8
|
return /* @__PURE__ */ jsx(
|
|
8
9
|
ErrorPage,
|
|
9
10
|
{
|
|
10
11
|
code: t("code"),
|
|
11
12
|
title: t("title"),
|
|
12
|
-
backgroundLabel: t("image_description"),
|
|
13
|
-
fullPage,
|
|
14
13
|
includeFooter,
|
|
15
|
-
|
|
14
|
+
image: /* @__PURE__ */ jsx(CatServer, { title: t("image_description") })
|
|
16
15
|
}
|
|
17
16
|
);
|
|
18
17
|
};
|