@ank1015/llm 0.0.7 → 0.0.8
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/package.json +1 -1
- package/vendor/web/manifest.json +1 -1
- package/vendor/web/standalone/apps/web/.next/BUILD_ID +1 -1
- package/vendor/web/standalone/apps/web/.next/build-manifest.json +3 -3
- package/vendor/web/standalone/apps/web/.next/node_modules/shiki-2963fa3a20578463/dist/bundle-full.mjs +27 -0
- package/vendor/web/standalone/apps/web/.next/node_modules/shiki-2963fa3a20578463/dist/index.mjs +6 -0
- package/vendor/web/standalone/apps/web/.next/node_modules/shiki-2963fa3a20578463/dist/langs.mjs +1430 -0
- package/vendor/web/standalone/apps/web/.next/node_modules/shiki-2963fa3a20578463/dist/themes.mjs +395 -0
- package/vendor/web/standalone/apps/web/.next/node_modules/shiki-2963fa3a20578463/dist/wasm.mjs +2 -0
- package/vendor/web/standalone/apps/web/.next/node_modules/shiki-2963fa3a20578463/package.json +70 -0
- package/vendor/web/standalone/apps/web/.next/server/app/_global-error.html +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/_global-error.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/_not-found.html +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/_not-found.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/index.html +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/index.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/index.segments/_full.segment.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/index.segments/_index.segment.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/vendor/web/standalone/apps/web/.next/server/middleware-build-manifest.js +3 -3
- package/vendor/web/standalone/apps/web/.next/server/pages/404.html +1 -1
- package/vendor/web/standalone/apps/web/.next/server/pages/500.html +1 -1
- /package/vendor/web/standalone/apps/web/.next/static/{-C8aw7nSwWvgQs8RR-M50 → qQb5H8tWxTsnvNvXnQ7aI}/_buildManifest.js +0 -0
- /package/vendor/web/standalone/apps/web/.next/static/{-C8aw7nSwWvgQs8RR-M50 → qQb5H8tWxTsnvNvXnQ7aI}/_clientMiddlewareManifest.js +0 -0
- /package/vendor/web/standalone/apps/web/.next/static/{-C8aw7nSwWvgQs8RR-M50 → qQb5H8tWxTsnvNvXnQ7aI}/_ssgManifest.js +0 -0
package/vendor/web/standalone/apps/web/.next/node_modules/shiki-2963fa3a20578463/dist/themes.mjs
ADDED
|
@@ -0,0 +1,395 @@
|
|
|
1
|
+
const bundledThemesInfo = [
|
|
2
|
+
{
|
|
3
|
+
"id": "andromeeda",
|
|
4
|
+
"displayName": "Andromeeda",
|
|
5
|
+
"type": "dark",
|
|
6
|
+
"import": (() => import('@shikijs/themes/andromeeda'))
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"id": "aurora-x",
|
|
10
|
+
"displayName": "Aurora X",
|
|
11
|
+
"type": "dark",
|
|
12
|
+
"import": (() => import('@shikijs/themes/aurora-x'))
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "ayu-dark",
|
|
16
|
+
"displayName": "Ayu Dark",
|
|
17
|
+
"type": "dark",
|
|
18
|
+
"import": (() => import('@shikijs/themes/ayu-dark'))
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": "ayu-light",
|
|
22
|
+
"displayName": "Ayu Light",
|
|
23
|
+
"type": "light",
|
|
24
|
+
"import": (() => import('@shikijs/themes/ayu-light'))
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "ayu-mirage",
|
|
28
|
+
"displayName": "Ayu Mirage",
|
|
29
|
+
"type": "dark",
|
|
30
|
+
"import": (() => import('@shikijs/themes/ayu-mirage'))
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": "catppuccin-frappe",
|
|
34
|
+
"displayName": "Catppuccin Frapp\xE9",
|
|
35
|
+
"type": "dark",
|
|
36
|
+
"import": (() => import('@shikijs/themes/catppuccin-frappe'))
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": "catppuccin-latte",
|
|
40
|
+
"displayName": "Catppuccin Latte",
|
|
41
|
+
"type": "light",
|
|
42
|
+
"import": (() => import('@shikijs/themes/catppuccin-latte'))
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "catppuccin-macchiato",
|
|
46
|
+
"displayName": "Catppuccin Macchiato",
|
|
47
|
+
"type": "dark",
|
|
48
|
+
"import": (() => import('@shikijs/themes/catppuccin-macchiato'))
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "catppuccin-mocha",
|
|
52
|
+
"displayName": "Catppuccin Mocha",
|
|
53
|
+
"type": "dark",
|
|
54
|
+
"import": (() => import('@shikijs/themes/catppuccin-mocha'))
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": "dark-plus",
|
|
58
|
+
"displayName": "Dark Plus",
|
|
59
|
+
"type": "dark",
|
|
60
|
+
"import": (() => import('@shikijs/themes/dark-plus'))
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": "dracula",
|
|
64
|
+
"displayName": "Dracula Theme",
|
|
65
|
+
"type": "dark",
|
|
66
|
+
"import": (() => import('@shikijs/themes/dracula'))
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"id": "dracula-soft",
|
|
70
|
+
"displayName": "Dracula Theme Soft",
|
|
71
|
+
"type": "dark",
|
|
72
|
+
"import": (() => import('@shikijs/themes/dracula-soft'))
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "everforest-dark",
|
|
76
|
+
"displayName": "Everforest Dark",
|
|
77
|
+
"type": "dark",
|
|
78
|
+
"import": (() => import('@shikijs/themes/everforest-dark'))
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "everforest-light",
|
|
82
|
+
"displayName": "Everforest Light",
|
|
83
|
+
"type": "light",
|
|
84
|
+
"import": (() => import('@shikijs/themes/everforest-light'))
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": "github-dark",
|
|
88
|
+
"displayName": "GitHub Dark",
|
|
89
|
+
"type": "dark",
|
|
90
|
+
"import": (() => import('@shikijs/themes/github-dark'))
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"id": "github-dark-default",
|
|
94
|
+
"displayName": "GitHub Dark Default",
|
|
95
|
+
"type": "dark",
|
|
96
|
+
"import": (() => import('@shikijs/themes/github-dark-default'))
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "github-dark-dimmed",
|
|
100
|
+
"displayName": "GitHub Dark Dimmed",
|
|
101
|
+
"type": "dark",
|
|
102
|
+
"import": (() => import('@shikijs/themes/github-dark-dimmed'))
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"id": "github-dark-high-contrast",
|
|
106
|
+
"displayName": "GitHub Dark High Contrast",
|
|
107
|
+
"type": "dark",
|
|
108
|
+
"import": (() => import('@shikijs/themes/github-dark-high-contrast'))
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": "github-light",
|
|
112
|
+
"displayName": "GitHub Light",
|
|
113
|
+
"type": "light",
|
|
114
|
+
"import": (() => import('@shikijs/themes/github-light'))
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"id": "github-light-default",
|
|
118
|
+
"displayName": "GitHub Light Default",
|
|
119
|
+
"type": "light",
|
|
120
|
+
"import": (() => import('@shikijs/themes/github-light-default'))
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "github-light-high-contrast",
|
|
124
|
+
"displayName": "GitHub Light High Contrast",
|
|
125
|
+
"type": "light",
|
|
126
|
+
"import": (() => import('@shikijs/themes/github-light-high-contrast'))
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"id": "gruvbox-dark-hard",
|
|
130
|
+
"displayName": "Gruvbox Dark Hard",
|
|
131
|
+
"type": "dark",
|
|
132
|
+
"import": (() => import('@shikijs/themes/gruvbox-dark-hard'))
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"id": "gruvbox-dark-medium",
|
|
136
|
+
"displayName": "Gruvbox Dark Medium",
|
|
137
|
+
"type": "dark",
|
|
138
|
+
"import": (() => import('@shikijs/themes/gruvbox-dark-medium'))
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"id": "gruvbox-dark-soft",
|
|
142
|
+
"displayName": "Gruvbox Dark Soft",
|
|
143
|
+
"type": "dark",
|
|
144
|
+
"import": (() => import('@shikijs/themes/gruvbox-dark-soft'))
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"id": "gruvbox-light-hard",
|
|
148
|
+
"displayName": "Gruvbox Light Hard",
|
|
149
|
+
"type": "light",
|
|
150
|
+
"import": (() => import('@shikijs/themes/gruvbox-light-hard'))
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"id": "gruvbox-light-medium",
|
|
154
|
+
"displayName": "Gruvbox Light Medium",
|
|
155
|
+
"type": "light",
|
|
156
|
+
"import": (() => import('@shikijs/themes/gruvbox-light-medium'))
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"id": "gruvbox-light-soft",
|
|
160
|
+
"displayName": "Gruvbox Light Soft",
|
|
161
|
+
"type": "light",
|
|
162
|
+
"import": (() => import('@shikijs/themes/gruvbox-light-soft'))
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"id": "horizon",
|
|
166
|
+
"displayName": "Horizon",
|
|
167
|
+
"type": "dark",
|
|
168
|
+
"import": (() => import('@shikijs/themes/horizon'))
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "horizon-bright",
|
|
172
|
+
"displayName": "Horizon Bright",
|
|
173
|
+
"type": "dark",
|
|
174
|
+
"import": (() => import('@shikijs/themes/horizon-bright'))
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"id": "houston",
|
|
178
|
+
"displayName": "Houston",
|
|
179
|
+
"type": "dark",
|
|
180
|
+
"import": (() => import('@shikijs/themes/houston'))
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"id": "kanagawa-dragon",
|
|
184
|
+
"displayName": "Kanagawa Dragon",
|
|
185
|
+
"type": "dark",
|
|
186
|
+
"import": (() => import('@shikijs/themes/kanagawa-dragon'))
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"id": "kanagawa-lotus",
|
|
190
|
+
"displayName": "Kanagawa Lotus",
|
|
191
|
+
"type": "light",
|
|
192
|
+
"import": (() => import('@shikijs/themes/kanagawa-lotus'))
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "kanagawa-wave",
|
|
196
|
+
"displayName": "Kanagawa Wave",
|
|
197
|
+
"type": "dark",
|
|
198
|
+
"import": (() => import('@shikijs/themes/kanagawa-wave'))
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"id": "laserwave",
|
|
202
|
+
"displayName": "LaserWave",
|
|
203
|
+
"type": "dark",
|
|
204
|
+
"import": (() => import('@shikijs/themes/laserwave'))
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"id": "light-plus",
|
|
208
|
+
"displayName": "Light Plus",
|
|
209
|
+
"type": "light",
|
|
210
|
+
"import": (() => import('@shikijs/themes/light-plus'))
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"id": "material-theme",
|
|
214
|
+
"displayName": "Material Theme",
|
|
215
|
+
"type": "dark",
|
|
216
|
+
"import": (() => import('@shikijs/themes/material-theme'))
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": "material-theme-darker",
|
|
220
|
+
"displayName": "Material Theme Darker",
|
|
221
|
+
"type": "dark",
|
|
222
|
+
"import": (() => import('@shikijs/themes/material-theme-darker'))
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"id": "material-theme-lighter",
|
|
226
|
+
"displayName": "Material Theme Lighter",
|
|
227
|
+
"type": "light",
|
|
228
|
+
"import": (() => import('@shikijs/themes/material-theme-lighter'))
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"id": "material-theme-ocean",
|
|
232
|
+
"displayName": "Material Theme Ocean",
|
|
233
|
+
"type": "dark",
|
|
234
|
+
"import": (() => import('@shikijs/themes/material-theme-ocean'))
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"id": "material-theme-palenight",
|
|
238
|
+
"displayName": "Material Theme Palenight",
|
|
239
|
+
"type": "dark",
|
|
240
|
+
"import": (() => import('@shikijs/themes/material-theme-palenight'))
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": "min-dark",
|
|
244
|
+
"displayName": "Min Dark",
|
|
245
|
+
"type": "dark",
|
|
246
|
+
"import": (() => import('@shikijs/themes/min-dark'))
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"id": "min-light",
|
|
250
|
+
"displayName": "Min Light",
|
|
251
|
+
"type": "light",
|
|
252
|
+
"import": (() => import('@shikijs/themes/min-light'))
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"id": "monokai",
|
|
256
|
+
"displayName": "Monokai",
|
|
257
|
+
"type": "dark",
|
|
258
|
+
"import": (() => import('@shikijs/themes/monokai'))
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"id": "night-owl",
|
|
262
|
+
"displayName": "Night Owl",
|
|
263
|
+
"type": "dark",
|
|
264
|
+
"import": (() => import('@shikijs/themes/night-owl'))
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"id": "night-owl-light",
|
|
268
|
+
"displayName": "Night Owl Light",
|
|
269
|
+
"type": "light",
|
|
270
|
+
"import": (() => import('@shikijs/themes/night-owl-light'))
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"id": "nord",
|
|
274
|
+
"displayName": "Nord",
|
|
275
|
+
"type": "dark",
|
|
276
|
+
"import": (() => import('@shikijs/themes/nord'))
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"id": "one-dark-pro",
|
|
280
|
+
"displayName": "One Dark Pro",
|
|
281
|
+
"type": "dark",
|
|
282
|
+
"import": (() => import('@shikijs/themes/one-dark-pro'))
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"id": "one-light",
|
|
286
|
+
"displayName": "One Light",
|
|
287
|
+
"type": "light",
|
|
288
|
+
"import": (() => import('@shikijs/themes/one-light'))
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"id": "plastic",
|
|
292
|
+
"displayName": "Plastic",
|
|
293
|
+
"type": "dark",
|
|
294
|
+
"import": (() => import('@shikijs/themes/plastic'))
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"id": "poimandres",
|
|
298
|
+
"displayName": "Poimandres",
|
|
299
|
+
"type": "dark",
|
|
300
|
+
"import": (() => import('@shikijs/themes/poimandres'))
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"id": "red",
|
|
304
|
+
"displayName": "Red",
|
|
305
|
+
"type": "dark",
|
|
306
|
+
"import": (() => import('@shikijs/themes/red'))
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"id": "rose-pine",
|
|
310
|
+
"displayName": "Ros\xE9 Pine",
|
|
311
|
+
"type": "dark",
|
|
312
|
+
"import": (() => import('@shikijs/themes/rose-pine'))
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"id": "rose-pine-dawn",
|
|
316
|
+
"displayName": "Ros\xE9 Pine Dawn",
|
|
317
|
+
"type": "light",
|
|
318
|
+
"import": (() => import('@shikijs/themes/rose-pine-dawn'))
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"id": "rose-pine-moon",
|
|
322
|
+
"displayName": "Ros\xE9 Pine Moon",
|
|
323
|
+
"type": "dark",
|
|
324
|
+
"import": (() => import('@shikijs/themes/rose-pine-moon'))
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"id": "slack-dark",
|
|
328
|
+
"displayName": "Slack Dark",
|
|
329
|
+
"type": "dark",
|
|
330
|
+
"import": (() => import('@shikijs/themes/slack-dark'))
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"id": "slack-ochin",
|
|
334
|
+
"displayName": "Slack Ochin",
|
|
335
|
+
"type": "light",
|
|
336
|
+
"import": (() => import('@shikijs/themes/slack-ochin'))
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"id": "snazzy-light",
|
|
340
|
+
"displayName": "Snazzy Light",
|
|
341
|
+
"type": "light",
|
|
342
|
+
"import": (() => import('@shikijs/themes/snazzy-light'))
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"id": "solarized-dark",
|
|
346
|
+
"displayName": "Solarized Dark",
|
|
347
|
+
"type": "dark",
|
|
348
|
+
"import": (() => import('@shikijs/themes/solarized-dark'))
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"id": "solarized-light",
|
|
352
|
+
"displayName": "Solarized Light",
|
|
353
|
+
"type": "light",
|
|
354
|
+
"import": (() => import('@shikijs/themes/solarized-light'))
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"id": "synthwave-84",
|
|
358
|
+
"displayName": "Synthwave '84",
|
|
359
|
+
"type": "dark",
|
|
360
|
+
"import": (() => import('@shikijs/themes/synthwave-84'))
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"id": "tokyo-night",
|
|
364
|
+
"displayName": "Tokyo Night",
|
|
365
|
+
"type": "dark",
|
|
366
|
+
"import": (() => import('@shikijs/themes/tokyo-night'))
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"id": "vesper",
|
|
370
|
+
"displayName": "Vesper",
|
|
371
|
+
"type": "dark",
|
|
372
|
+
"import": (() => import('@shikijs/themes/vesper'))
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"id": "vitesse-black",
|
|
376
|
+
"displayName": "Vitesse Black",
|
|
377
|
+
"type": "dark",
|
|
378
|
+
"import": (() => import('@shikijs/themes/vitesse-black'))
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"id": "vitesse-dark",
|
|
382
|
+
"displayName": "Vitesse Dark",
|
|
383
|
+
"type": "dark",
|
|
384
|
+
"import": (() => import('@shikijs/themes/vitesse-dark'))
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"id": "vitesse-light",
|
|
388
|
+
"displayName": "Vitesse Light",
|
|
389
|
+
"type": "light",
|
|
390
|
+
"import": (() => import('@shikijs/themes/vitesse-light'))
|
|
391
|
+
}
|
|
392
|
+
];
|
|
393
|
+
const bundledThemes = Object.fromEntries(bundledThemesInfo.map((i) => [i.id, i.import]));
|
|
394
|
+
|
|
395
|
+
export { bundledThemes, bundledThemesInfo };
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "shiki",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "3.23.0",
|
|
5
|
+
"description": "A beautiful Syntax Highlighter.",
|
|
6
|
+
"author": "Pine Wu <octref@gmail.com>; Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"homepage": "https://github.com/shikijs/shiki#readme",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/shikijs/shiki.git",
|
|
12
|
+
"directory": "packages/shiki"
|
|
13
|
+
},
|
|
14
|
+
"bugs": "https://github.com/shikijs/shiki/issues",
|
|
15
|
+
"keywords": [
|
|
16
|
+
"shiki"
|
|
17
|
+
],
|
|
18
|
+
"sideEffects": false,
|
|
19
|
+
"exports": {
|
|
20
|
+
".": "./dist/index.mjs",
|
|
21
|
+
"./core": {
|
|
22
|
+
"unwasm": "./dist/core-unwasm.mjs",
|
|
23
|
+
"default": "./dist/core.mjs"
|
|
24
|
+
},
|
|
25
|
+
"./wasm": {
|
|
26
|
+
"unwasm": "./dist/onig.wasm",
|
|
27
|
+
"default": "./dist/wasm.mjs"
|
|
28
|
+
},
|
|
29
|
+
"./langs": "./dist/langs.mjs",
|
|
30
|
+
"./themes": "./dist/themes.mjs",
|
|
31
|
+
"./types": "./dist/types.mjs",
|
|
32
|
+
"./engine/javascript": "./dist/engine-javascript.mjs",
|
|
33
|
+
"./engine/oniguruma": "./dist/engine-oniguruma.mjs",
|
|
34
|
+
"./textmate": "./dist/textmate.mjs",
|
|
35
|
+
"./bundle/full": "./dist/bundle-full.mjs",
|
|
36
|
+
"./bundle/web": "./dist/bundle-web.mjs",
|
|
37
|
+
"./onig.wasm": "./dist/onig.wasm",
|
|
38
|
+
"./dist/*": "./dist/*",
|
|
39
|
+
"./package.json": "./package.json",
|
|
40
|
+
"./*": "./dist/*"
|
|
41
|
+
},
|
|
42
|
+
"main": "./dist/index.mjs",
|
|
43
|
+
"module": "./dist/index.mjs",
|
|
44
|
+
"types": "./dist/index.d.mts",
|
|
45
|
+
"files": [
|
|
46
|
+
"dist"
|
|
47
|
+
],
|
|
48
|
+
"dependencies": {
|
|
49
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
50
|
+
"@types/hast": "^3.0.4",
|
|
51
|
+
"@shikijs/core": "3.23.0",
|
|
52
|
+
"@shikijs/engine-javascript": "3.23.0",
|
|
53
|
+
"@shikijs/themes": "3.23.0",
|
|
54
|
+
"@shikijs/langs": "3.23.0",
|
|
55
|
+
"@shikijs/types": "3.23.0",
|
|
56
|
+
"@shikijs/engine-oniguruma": "3.23.0"
|
|
57
|
+
},
|
|
58
|
+
"devDependencies": {
|
|
59
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
60
|
+
"tm-grammars": "^1.31.0",
|
|
61
|
+
"tm-themes": "^1.12.0",
|
|
62
|
+
"vscode-oniguruma": "1.7.0"
|
|
63
|
+
},
|
|
64
|
+
"scripts": {
|
|
65
|
+
"build": "unbuild",
|
|
66
|
+
"dev": "unbuild --stub",
|
|
67
|
+
"test": "vitest",
|
|
68
|
+
"test:cf": "wrangler dev test/cf.ts --port 60001"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0-lj~26~qh8.9.js"/><script src="/_next/static/chunks/08rkwnb0380n8.js" async=""></script><script src="/_next/static/chunks/0360cgtbo~~w..js" async=""></script><script src="/_next/static/chunks/0_ekp~1940oxb.js" async=""></script><script src="/_next/static/chunks/turbopack-05dp1uh0kr.yv.js" async=""></script><script src="/_next/static/chunks/0qqtp3r0h7kah.js" async=""></script><script src="/_next/static/chunks/099a.59-qgqp~.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/0-lj~26~qh8.9.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[40992,[\"/_next/static/chunks/0qqtp3r0h7kah.js\",\"/_next/static/chunks/099a.59-qgqp~.js\"],\"default\"]\n3:I[31671,[\"/_next/static/chunks/0qqtp3r0h7kah.js\",\"/_next/static/chunks/099a.59-qgqp~.js\"],\"default\"]\n4:I[96782,[\"/_next/static/chunks/0qqtp3r0h7kah.js\",\"/_next/static/chunks/099a.59-qgqp~.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[96782,[\"/_next/static/chunks/0qqtp3r0h7kah.js\",\"/_next/static/chunks/099a.59-qgqp~.js\"],\"ViewportBoundary\"]\na:I[96782,[\"/_next/static/chunks/0qqtp3r0h7kah.js\",\"/_next/static/chunks/099a.59-qgqp~.js\"],\"MetadataBoundary\"]\nc:I[10851,[\"/_next/static/chunks/0qqtp3r0h7kah.js\",\"/_next/static/chunks/099a.59-qgqp~.js\"],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"
|
|
1
|
+
<!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0-lj~26~qh8.9.js"/><script src="/_next/static/chunks/08rkwnb0380n8.js" async=""></script><script src="/_next/static/chunks/0360cgtbo~~w..js" async=""></script><script src="/_next/static/chunks/0_ekp~1940oxb.js" async=""></script><script src="/_next/static/chunks/turbopack-05dp1uh0kr.yv.js" async=""></script><script src="/_next/static/chunks/0qqtp3r0h7kah.js" async=""></script><script src="/_next/static/chunks/099a.59-qgqp~.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/0-lj~26~qh8.9.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[40992,[\"/_next/static/chunks/0qqtp3r0h7kah.js\",\"/_next/static/chunks/099a.59-qgqp~.js\"],\"default\"]\n3:I[31671,[\"/_next/static/chunks/0qqtp3r0h7kah.js\",\"/_next/static/chunks/099a.59-qgqp~.js\"],\"default\"]\n4:I[96782,[\"/_next/static/chunks/0qqtp3r0h7kah.js\",\"/_next/static/chunks/099a.59-qgqp~.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[96782,[\"/_next/static/chunks/0qqtp3r0h7kah.js\",\"/_next/static/chunks/099a.59-qgqp~.js\"],\"ViewportBoundary\"]\na:I[96782,[\"/_next/static/chunks/0qqtp3r0h7kah.js\",\"/_next/static/chunks/099a.59-qgqp~.js\"],\"MetadataBoundary\"]\nc:I[10851,[\"/_next/static/chunks/0qqtp3r0h7kah.js\",\"/_next/static/chunks/099a.59-qgqp~.js\"],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"qQb5H8tWxTsnvNvXnQ7aI\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:I[38632,[\"/_next/static/chunks/0qqtp3r0h7kah.js\",\"/_next/static/chunks/099a.59-qgqp~.js\"],\"IconMark\"]\n6:null\nb:[[\"$\",\"link\",\"0\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Le\",\"1\",{}]]\n"])</script></body></html>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
8:I[96782,["/_next/static/chunks/0qqtp3r0h7kah.js","/_next/static/chunks/099a.59-qgqp~.js"],"ViewportBoundary"]
|
|
7
7
|
a:I[96782,["/_next/static/chunks/0qqtp3r0h7kah.js","/_next/static/chunks/099a.59-qgqp~.js"],"MetadataBoundary"]
|
|
8
8
|
c:I[10851,["/_next/static/chunks/0qqtp3r0h7kah.js","/_next/static/chunks/099a.59-qgqp~.js"],"default",1]
|
|
9
|
-
0:{"P":null,"c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,null]},null,false,"$@7"],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"
|
|
9
|
+
0:{"P":null,"c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,null]},null,false,"$@7"],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"qQb5H8tWxTsnvNvXnQ7aI"}
|
|
10
10
|
d:[]
|
|
11
11
|
7:"$Wd"
|
|
12
12
|
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
package/vendor/web/standalone/apps/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[96782,["/_next/static/chunks/0qqtp3r0h7kah.js","/_next/static/chunks/099a.59-qgqp~.js"],"OutletBoundary"]
|
|
3
3
|
3:"$Sreact.suspense"
|
|
4
|
-
0:{"rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
4
|
+
0:{"rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"qQb5H8tWxTsnvNvXnQ7aI"}
|
|
5
5
|
4:null
|
package/vendor/web/standalone/apps/web/.next/server/app/_global-error.segments/_full.segment.rsc
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
8:I[96782,["/_next/static/chunks/0qqtp3r0h7kah.js","/_next/static/chunks/099a.59-qgqp~.js"],"ViewportBoundary"]
|
|
7
7
|
a:I[96782,["/_next/static/chunks/0qqtp3r0h7kah.js","/_next/static/chunks/099a.59-qgqp~.js"],"MetadataBoundary"]
|
|
8
8
|
c:I[10851,["/_next/static/chunks/0qqtp3r0h7kah.js","/_next/static/chunks/099a.59-qgqp~.js"],"default",1]
|
|
9
|
-
0:{"P":null,"c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,null]},null,false,"$@7"],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"
|
|
9
|
+
0:{"P":null,"c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,null]},null,false,"$@7"],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"qQb5H8tWxTsnvNvXnQ7aI"}
|
|
10
10
|
d:[]
|
|
11
11
|
7:"$Wd"
|
|
12
12
|
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
package/vendor/web/standalone/apps/web/.next/server/app/_global-error.segments/_head.segment.rsc
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
3:I[96782,["/_next/static/chunks/0qqtp3r0h7kah.js","/_next/static/chunks/099a.59-qgqp~.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
5
|
5:I[38632,["/_next/static/chunks/0qqtp3r0h7kah.js","/_next/static/chunks/099a.59-qgqp~.js"],"IconMark"]
|
|
6
|
-
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","link","0",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","1",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
6
|
+
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","link","0",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","1",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"qQb5H8tWxTsnvNvXnQ7aI"}
|