@semiont/frontend 0.2.36 → 0.2.39
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/standalone/apps/frontend/.next/BUILD_ID +1 -1
- package/standalone/apps/frontend/.next/app-build-manifest.json +122 -122
- package/standalone/apps/frontend/.next/app-path-routes-manifest.json +8 -8
- package/standalone/apps/frontend/.next/build-manifest.json +6 -6
- package/standalone/apps/frontend/.next/prerender-manifest.json +3 -3
- package/standalone/apps/frontend/.next/required-server-files.json +4 -4
- package/standalone/apps/frontend/.next/server/app/[locale]/about/page.js +35 -35
- package/standalone/apps/frontend/.next/server/app/[locale]/about/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/about/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/devops/page.js +49 -49
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/devops/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/devops/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/page.js +69 -69
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/security/page.js +158 -158
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/security/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/security/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/users/page.js +121 -121
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/users/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/users/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/error/page.js +440 -440
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/error/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/error/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/mcp-setup/route.js +62 -62
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/mcp-setup/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/mcp-setup/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signin/page.js +25 -25
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signin/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signin/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signup/page.js +270 -270
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signup/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signup/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/welcome/page.js +250 -250
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/welcome/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/welcome/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/compose/page.js +46 -46
- package/standalone/apps/frontend/.next/server/app/[locale]/know/compose/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/compose/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/discover/page.js +18 -18
- package/standalone/apps/frontend/.next/server/app/[locale]/know/discover/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/discover/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/page.js +135 -135
- package/standalone/apps/frontend/.next/server/app/[locale]/know/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/resource/[id]/page.js +1454 -1454
- package/standalone/apps/frontend/.next/server/app/[locale]/know/resource/[id]/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/resource/[id]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/entity-tags/page.js +1440 -1440
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/entity-tags/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/entity-tags/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/page.js +632 -632
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/recent/page.js +79 -79
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/recent/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/recent/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/tag-schemas/page.js +1613 -1613
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/tag-schemas/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/tag-schemas/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/page.js +262 -262
- package/standalone/apps/frontend/.next/server/app/[locale]/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/privacy/page.js +125 -125
- package/standalone/apps/frontend/.next/server/app/[locale]/privacy/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/privacy/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/terms/page.js +604 -604
- package/standalone/apps/frontend/.next/server/app/[locale]/terms/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/terms/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/_not-found/page.js +358 -358
- package/standalone/apps/frontend/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/_not-found.html +1 -1
- package/standalone/apps/frontend/.next/server/app/_not-found.rsc +3 -3
- package/standalone/apps/frontend/.next/server/app/api/auth/[...nextauth]/route.js +113 -113
- package/standalone/apps/frontend/.next/server/app/api/auth/[...nextauth]/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/api/auth/[...nextauth]/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/api/cookies/consent/route.js +64 -64
- package/standalone/apps/frontend/.next/server/app/api/cookies/consent/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/api/cookies/consent/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/api/cookies/export/route.js +42 -42
- package/standalone/apps/frontend/.next/server/app/api/cookies/export/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/api/cookies/export/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/api/resources/[id]/route.js +111 -111
- package/standalone/apps/frontend/.next/server/app/api/resources/[id]/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/api/resources/[id]/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app-paths-manifest.json +8 -8
- package/standalone/apps/frontend/.next/server/chunks/1037.js +4 -4
- package/standalone/apps/frontend/.next/server/chunks/1854.js +55 -55
- package/standalone/apps/frontend/.next/server/chunks/1940.js +388 -388
- package/standalone/apps/frontend/.next/server/chunks/{5137.js → 5015.js} +20 -20
- package/standalone/apps/frontend/.next/server/chunks/{4331.js → 5919.js} +12 -12
- package/standalone/apps/frontend/.next/server/chunks/7912.js +195 -195
- package/standalone/apps/frontend/.next/server/chunks/{255.js → 8387.js} +127 -127
- package/standalone/apps/frontend/.next/server/middleware-build-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/middleware-manifest.json +5 -5
- package/standalone/apps/frontend/.next/server/next-font-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/next-font-manifest.json +1 -1
- package/standalone/apps/frontend/.next/server/pages/404.html +1 -1
- package/standalone/apps/frontend/.next/server/pages/500.html +1 -1
- package/standalone/apps/frontend/.next/server/server-reference-manifest.json +1 -1
- package/standalone/apps/frontend/.next/server/src/middleware.js +10636 -10636
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/about/page-28023b5ae5e22ad9.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/devops/{page-a9093490466b2b37.js → page-da9614b9f1606d7b.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/{layout-5af3f431ec0b3338.js → layout-62ef934e6bcc18b1.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/page-fc5e1da86912c64f.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/security/page-8031d11e8dccef6c.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/users/{page-1952f839f1e5aec3.js → page-a978206777229291.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/error/{page-c72ec26a8cc98e35.js → page-4e5ee1553c6d8ebe.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/mcp-setup/route-e1d196e7f8d38edd.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/signin/{page-180f998c19826597.js → page-c878d25b0ae5069c.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/signup/{page-f1ccc995126a89a8.js → page-1292f2664ce93b63.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/welcome/{page-f57e39b176753cc4.js → page-7e79cf1f705618db.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/compose/{page-9b4223dae15c8d0c.js → page-7c16ece328eb4a91.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/discover/{page-926f8f5f5569695e.js → page-f9d0032f45241437.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/{layout-5ab3b200e60ffd91.js → layout-83fe577a1460d915.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/{page-55d3c0928a59e55f.js → page-5349aaee3976e1bb.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/resource/[id]/page-4cb67f9bf8be8f1a.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/{layout-a298c8dc1488a191.js → layout-2f6c82f89ff0fb38.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/entity-tags/page-f76e2312764ebe0c.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/{layout-fceb080211969ed7.js → layout-63abc0b7153c03d3.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/{page-3d971aeb0ca1324a.js → page-7bc1b2215ffcdde0.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/recent/{page-3a7a7a375c4338f5.js → page-a00695b21e364495.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/tag-schemas/{page-47f0c2c1cfb3e969.js → page-874ddff1c67dd96a.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/{not-found-cd4d3962209aaa67.js → not-found-9338290efe925a85.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/{page-e6857bdeef2ade5e.js → page-46fad01f54cffcaf.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/privacy/{page-2018e48e55ecea79.js → page-7034c8af05b702cd.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/terms/{page-87dc1af32b067913.js → page-fbfecd018ce6acdd.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/api/auth/[...nextauth]/route-24502971e8577474.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/api/cookies/consent/route-680f8e085df19751.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/api/cookies/export/route-5c5bd56c39187fd1.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/api/resources/[id]/{route-41d8347af9354a15.js → route-e5f4f3f1353c7a86.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/{error-092a0e51a706052b.js → error-4ec2f52abc66bc6c.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/global-error-c894441824fc03d1.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/{common-cafbbd01b1c3775d.js → common-d8e3aad4ef182cd5.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/main-app-4616290e0bdaf4ae.js +1 -0
- package/standalone/apps/frontend/package.json +3 -3
- package/standalone/apps/frontend/server.js +1 -1
- package/standalone/node_modules/@img/{sharp-libvips-darwin-arm64/lib/libvips-cpp.8.17.3.dylib → sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3} +0 -0
- package/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/package.json +11 -5
- package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +1 -0
- package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +42 -0
- package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +30 -0
- package/standalone/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
- package/standalone/node_modules/@img/{sharp-darwin-arm64 → sharp-linux-x64}/package.json +13 -7
- package/standalone/node_modules/@img/sharp-linuxmusl-x64/LICENSE +191 -0
- package/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
- package/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +46 -0
- package/standalone/package.json +4 -2
- package/standalone/packages/core/package.json +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/about/page-d8aed1a2b6034adb.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/page-b8a11ecf0fc92f87.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/security/page-d36785d6e4d45d3a.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/mcp-setup/route-d3c1c9e26edf790a.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/resource/[id]/page-0de67bf833ae4a3f.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/entity-tags/page-a245859e2ddd4e05.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/api/auth/[...nextauth]/route-7469fd42a9044d71.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/api/cookies/consent/route-b6458d3daaa96918.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/api/cookies/export/route-78e35b60a682d097.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/global-error-6d117072fb9faa75.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/main-app-49c62e2894aa25dd.js +0 -1
- package/standalone/apps/frontend/public/android-chrome-192x192.png +0 -0
- package/standalone/apps/frontend/public/android-chrome-512x512.png +0 -0
- package/standalone/apps/frontend/public/apple-touch-icon.png +0 -0
- package/standalone/apps/frontend/public/favicon-128x128.png +0 -0
- package/standalone/apps/frontend/public/favicon-16x16.png +0 -0
- package/standalone/apps/frontend/public/favicon-32x32.png +0 -0
- package/standalone/apps/frontend/public/favicon-48x48.png +0 -0
- package/standalone/apps/frontend/public/favicon-64x64.png +0 -0
- package/standalone/apps/frontend/public/favicon-96x96.png +0 -0
- package/standalone/apps/frontend/public/favicon.ico +0 -0
- package/standalone/apps/frontend/public/favicon.svg +0 -47
- package/standalone/apps/frontend/public/site.webmanifest +0 -19
- package/standalone/node_modules/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node +0 -0
- /package/standalone/apps/frontend/.next/static/{OpFkYY-cw7w7h5hHBfiKG → guJTVgKDvrNJVGaUPYdEy}/_buildManifest.js +0 -0
- /package/standalone/apps/frontend/.next/static/{OpFkYY-cw7w7h5hHBfiKG → guJTVgKDvrNJVGaUPYdEy}/_ssgManifest.js +0 -0
- /package/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/lib/index.js +0 -0
- /package/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/versions.json +0 -0
- /package/standalone/node_modules/@img/{sharp-darwin-arm64 → sharp-linux-x64}/LICENSE +0 -0
|
@@ -20,340 +20,13 @@ module.exports = require("next/dist/server/app-render/after-task-async-storage.e
|
|
|
20
20
|
|
|
21
21
|
/***/ }),
|
|
22
22
|
|
|
23
|
-
/***/
|
|
24
|
-
/***/ ((module) => {
|
|
25
|
-
|
|
26
|
-
"use strict";
|
|
27
|
-
module.exports = require("next/dist/compiled/next-server/app-page.runtime.prod.js");
|
|
28
|
-
|
|
29
|
-
/***/ }),
|
|
30
|
-
|
|
31
|
-
/***/ 14688:
|
|
32
|
-
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
33
|
-
|
|
34
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 26926));
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
/***/ }),
|
|
38
|
-
|
|
39
|
-
/***/ 19121:
|
|
40
|
-
/***/ ((module) => {
|
|
41
|
-
|
|
42
|
-
"use strict";
|
|
43
|
-
module.exports = require("next/dist/server/app-render/action-async-storage.external.js");
|
|
44
|
-
|
|
45
|
-
/***/ }),
|
|
46
|
-
|
|
47
|
-
/***/ 22850:
|
|
48
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
49
|
-
|
|
50
|
-
"use strict";
|
|
51
|
-
__webpack_require__.r(__webpack_exports__);
|
|
52
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
53
|
-
/* harmony export */ "default": () => (/* binding */ GlobalError)
|
|
54
|
-
/* harmony export */ });
|
|
55
|
-
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(78157);
|
|
56
|
-
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
|
|
57
|
-
/* __next_internal_client_entry_do_not_use__ default auto */
|
|
58
|
-
function GlobalError({ error, reset }) {
|
|
59
|
-
return /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("html", {
|
|
60
|
-
children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("body", {
|
|
61
|
-
children: [
|
|
62
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h2", {
|
|
63
|
-
children: "Something went wrong!"
|
|
64
|
-
}),
|
|
65
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("button", {
|
|
66
|
-
onClick: ()=>reset(),
|
|
67
|
-
children: "Try again"
|
|
68
|
-
})
|
|
69
|
-
]
|
|
70
|
-
})
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
/***/ }),
|
|
76
|
-
|
|
77
|
-
/***/ 26412:
|
|
78
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
79
|
-
|
|
80
|
-
"use strict";
|
|
81
|
-
__webpack_require__.r(__webpack_exports__);
|
|
82
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
83
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
84
|
-
/* harmony export */ });
|
|
85
|
-
/* harmony import */ var react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25459);
|
|
86
|
-
/* harmony import */ var react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__);
|
|
87
|
-
// This file is generated by the Webpack next-flight-loader.
|
|
88
|
-
|
|
89
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
90
|
-
function() { throw new Error("Attempted to call the default export of \"/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/error.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component."); },
|
|
91
|
-
"/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/error.tsx",
|
|
92
|
-
"default",
|
|
93
|
-
));
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
/***/ }),
|
|
97
|
-
|
|
98
|
-
/***/ 26713:
|
|
99
|
-
/***/ ((module) => {
|
|
100
|
-
|
|
101
|
-
"use strict";
|
|
102
|
-
module.exports = require("next/dist/shared/lib/router/utils/is-bot");
|
|
103
|
-
|
|
104
|
-
/***/ }),
|
|
105
|
-
|
|
106
|
-
/***/ 26926:
|
|
107
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
108
|
-
|
|
109
|
-
"use strict";
|
|
110
|
-
__webpack_require__.r(__webpack_exports__);
|
|
111
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
112
|
-
/* harmony export */ "default": () => (/* binding */ Error)
|
|
113
|
-
/* harmony export */ });
|
|
114
|
-
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(78157);
|
|
115
|
-
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
|
|
116
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(31768);
|
|
117
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
|
|
118
|
-
/* __next_internal_client_entry_do_not_use__ default auto */
|
|
119
|
-
|
|
120
|
-
function Error({ error, reset }) {
|
|
121
|
-
process.env.__NEXT_PRIVATE_MINIMIZE_MACRO_FALSE && (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(()=>{
|
|
122
|
-
// Log the error to an error reporting service
|
|
123
|
-
console.error('Global error handler:', error);
|
|
124
|
-
}, [
|
|
125
|
-
error
|
|
126
|
-
]);
|
|
127
|
-
return /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", {
|
|
128
|
-
className: "min-h-screen flex items-center justify-center bg-gray-50 dark:bg-gray-900 p-4",
|
|
129
|
-
children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
|
|
130
|
-
className: "max-w-lg w-full space-y-6 text-center",
|
|
131
|
-
children: [
|
|
132
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
|
|
133
|
-
children: [
|
|
134
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h1", {
|
|
135
|
-
className: "text-4xl font-bold text-gray-900 dark:text-white mb-2",
|
|
136
|
-
children: "500"
|
|
137
|
-
}),
|
|
138
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h2", {
|
|
139
|
-
className: "text-2xl font-semibold text-gray-700 dark:text-gray-300",
|
|
140
|
-
children: "Internal Server Error"
|
|
141
|
-
})
|
|
142
|
-
]
|
|
143
|
-
}),
|
|
144
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
145
|
-
className: "text-gray-600 dark:text-gray-400",
|
|
146
|
-
children: "Something went wrong on our end. We've been notified and are working to fix it."
|
|
147
|
-
}),
|
|
148
|
-
false && /*#__PURE__*/ 0,
|
|
149
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
|
|
150
|
-
className: "flex gap-4 justify-center",
|
|
151
|
-
children: [
|
|
152
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("button", {
|
|
153
|
-
onClick: reset,
|
|
154
|
-
className: "px-6 py-3 bg-blue-600 text-white rounded-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 transition-colors",
|
|
155
|
-
children: "Try Again"
|
|
156
|
-
}),
|
|
157
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("a", {
|
|
158
|
-
href: "/",
|
|
159
|
-
className: "px-6 py-3 bg-gray-200 dark:bg-gray-700 text-gray-700 dark:text-gray-300 rounded-md hover:bg-gray-300 dark:hover:bg-gray-600 focus:outline-none focus:ring-2 focus:ring-gray-500 focus:ring-offset-2 transition-colors inline-block",
|
|
160
|
-
children: "Go Home"
|
|
161
|
-
})
|
|
162
|
-
]
|
|
163
|
-
})
|
|
164
|
-
]
|
|
165
|
-
})
|
|
166
|
-
});
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
/***/ }),
|
|
171
|
-
|
|
172
|
-
/***/ 28354:
|
|
173
|
-
/***/ ((module) => {
|
|
174
|
-
|
|
175
|
-
"use strict";
|
|
176
|
-
module.exports = require("util");
|
|
177
|
-
|
|
178
|
-
/***/ }),
|
|
179
|
-
|
|
180
|
-
/***/ 29294:
|
|
181
|
-
/***/ ((module) => {
|
|
182
|
-
|
|
183
|
-
"use strict";
|
|
184
|
-
module.exports = require("next/dist/server/app-render/work-async-storage.external.js");
|
|
185
|
-
|
|
186
|
-
/***/ }),
|
|
187
|
-
|
|
188
|
-
/***/ 33506:
|
|
189
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
190
|
-
|
|
191
|
-
"use strict";
|
|
192
|
-
__webpack_require__.r(__webpack_exports__);
|
|
193
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
194
|
-
/* harmony export */ "default": () => (/* binding */ RootNotFound)
|
|
195
|
-
/* harmony export */ });
|
|
196
|
-
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5939);
|
|
197
|
-
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
|
|
198
|
-
// Root-level not found page - must not use any client components or hooks
|
|
199
|
-
|
|
200
|
-
function RootNotFound() {
|
|
201
|
-
return /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
|
|
202
|
-
style: {
|
|
203
|
-
display: 'flex',
|
|
204
|
-
flexDirection: 'column',
|
|
205
|
-
alignItems: 'center',
|
|
206
|
-
justifyContent: 'center',
|
|
207
|
-
minHeight: '100vh',
|
|
208
|
-
padding: '2rem',
|
|
209
|
-
fontFamily: 'system-ui, -apple-system, sans-serif'
|
|
210
|
-
},
|
|
211
|
-
children: [
|
|
212
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h1", {
|
|
213
|
-
style: {
|
|
214
|
-
fontSize: '4rem',
|
|
215
|
-
margin: 0
|
|
216
|
-
},
|
|
217
|
-
children: "404"
|
|
218
|
-
}),
|
|
219
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
220
|
-
style: {
|
|
221
|
-
fontSize: '1.5rem',
|
|
222
|
-
marginTop: '1rem'
|
|
223
|
-
},
|
|
224
|
-
children: "Page not found"
|
|
225
|
-
}),
|
|
226
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("a", {
|
|
227
|
-
href: "/en",
|
|
228
|
-
style: {
|
|
229
|
-
marginTop: '2rem',
|
|
230
|
-
padding: '0.75rem 1.5rem',
|
|
231
|
-
backgroundColor: '#0070f3',
|
|
232
|
-
color: 'white',
|
|
233
|
-
textDecoration: 'none',
|
|
234
|
-
borderRadius: '0.5rem',
|
|
235
|
-
display: 'inline-block'
|
|
236
|
-
},
|
|
237
|
-
children: "Go home"
|
|
238
|
-
})
|
|
239
|
-
]
|
|
240
|
-
});
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
/***/ }),
|
|
245
|
-
|
|
246
|
-
/***/ 33873:
|
|
247
|
-
/***/ ((module) => {
|
|
248
|
-
|
|
249
|
-
"use strict";
|
|
250
|
-
module.exports = require("path");
|
|
251
|
-
|
|
252
|
-
/***/ }),
|
|
253
|
-
|
|
254
|
-
/***/ 41025:
|
|
255
|
-
/***/ ((module) => {
|
|
256
|
-
|
|
257
|
-
"use strict";
|
|
258
|
-
module.exports = require("next/dist/server/app-render/dynamic-access-async-storage.external.js");
|
|
259
|
-
|
|
260
|
-
/***/ }),
|
|
261
|
-
|
|
262
|
-
/***/ 43089:
|
|
263
|
-
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
264
|
-
|
|
265
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 64596, 23));
|
|
266
|
-
;
|
|
267
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 56186, 23));
|
|
268
|
-
;
|
|
269
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 67805, 23));
|
|
270
|
-
;
|
|
271
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 27561, 23));
|
|
272
|
-
;
|
|
273
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 47569, 23));
|
|
274
|
-
;
|
|
275
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 42747, 23));
|
|
276
|
-
;
|
|
277
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 56676, 23));
|
|
278
|
-
;
|
|
279
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 97225));
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
/***/ }),
|
|
283
|
-
|
|
284
|
-
/***/ 47570:
|
|
285
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
286
|
-
|
|
287
|
-
"use strict";
|
|
288
|
-
__webpack_require__.r(__webpack_exports__);
|
|
289
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
290
|
-
/* harmony export */ "default": () => (/* binding */ RootLayout)
|
|
291
|
-
/* harmony export */ });
|
|
292
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(11110);
|
|
293
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
294
|
-
|
|
295
|
-
function RootLayout({ children }) {
|
|
296
|
-
// Root layout must return html and body tags in Next.js App Router
|
|
297
|
-
// The locale layout will be rendered as children
|
|
298
|
-
return children;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
/***/ }),
|
|
303
|
-
|
|
304
|
-
/***/ 50018:
|
|
305
|
-
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
306
|
-
|
|
307
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 90488));
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
/***/ }),
|
|
311
|
-
|
|
312
|
-
/***/ 51136:
|
|
313
|
-
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
314
|
-
|
|
315
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 26412));
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
/***/ }),
|
|
319
|
-
|
|
320
|
-
/***/ 52817:
|
|
321
|
-
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
322
|
-
|
|
323
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 56542, 23));
|
|
324
|
-
;
|
|
325
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 88248, 23));
|
|
326
|
-
;
|
|
327
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 49743, 23));
|
|
328
|
-
;
|
|
329
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 96231, 23));
|
|
330
|
-
;
|
|
331
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 10959, 23));
|
|
332
|
-
;
|
|
333
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 72041, 23));
|
|
334
|
-
;
|
|
335
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 95094, 23));
|
|
336
|
-
;
|
|
337
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 67487, 23));
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
/***/ }),
|
|
341
|
-
|
|
342
|
-
/***/ 63033:
|
|
343
|
-
/***/ ((module) => {
|
|
344
|
-
|
|
345
|
-
"use strict";
|
|
346
|
-
module.exports = require("next/dist/server/app-render/work-unit-async-storage.external.js");
|
|
347
|
-
|
|
348
|
-
/***/ }),
|
|
349
|
-
|
|
350
|
-
/***/ 69225:
|
|
23
|
+
/***/ 7770:
|
|
351
24
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
352
25
|
|
|
353
26
|
"use strict";
|
|
354
27
|
__webpack_require__.r(__webpack_exports__);
|
|
355
28
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
356
|
-
/* harmony export */ GlobalError: () => (/* reexport safe */
|
|
29
|
+
/* harmony export */ GlobalError: () => (/* reexport safe */ _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__["default"]),
|
|
357
30
|
/* harmony export */ __next_app__: () => (/* binding */ __next_app__),
|
|
358
31
|
/* harmony export */ handler: () => (/* binding */ handler),
|
|
359
32
|
/* harmony export */ pages: () => (/* binding */ pages),
|
|
@@ -403,7 +76,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
403
76
|
/* harmony import */ var next_dist_server_send_payload__WEBPACK_IMPORTED_MODULE_23___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_send_payload__WEBPACK_IMPORTED_MODULE_23__);
|
|
404
77
|
/* harmony import */ var next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(86439);
|
|
405
78
|
/* harmony import */ var next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24___default = /*#__PURE__*/__webpack_require__.n(next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24__);
|
|
406
|
-
/* harmony import */ var
|
|
79
|
+
/* harmony import */ var _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(90488);
|
|
407
80
|
/* harmony import */ var next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(18283);
|
|
408
81
|
/* harmony import */ var next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__);
|
|
409
82
|
/* harmony import */ var next_dist_client_components_redirect_status_code__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(39818);
|
|
@@ -453,16 +126,16 @@ const tree = {
|
|
|
453
126
|
children: ['__PAGE__', {}, {
|
|
454
127
|
page: [
|
|
455
128
|
notFound0,
|
|
456
|
-
"/
|
|
129
|
+
"/home/runner/work/semiont/semiont/apps/frontend/src/app/not-found.tsx"
|
|
457
130
|
]
|
|
458
131
|
}]
|
|
459
132
|
}, {}]
|
|
460
133
|
},
|
|
461
134
|
{
|
|
462
|
-
'layout': [module1, "/
|
|
463
|
-
'error': [module2, "/
|
|
464
|
-
'global-error': [module3, "/
|
|
465
|
-
'not-found': [module4, "/
|
|
135
|
+
'layout': [module1, "/home/runner/work/semiont/semiont/apps/frontend/src/app/layout.tsx"],
|
|
136
|
+
'error': [module2, "/home/runner/work/semiont/semiont/apps/frontend/src/app/error.tsx"],
|
|
137
|
+
'global-error': [module3, "/home/runner/work/semiont/semiont/apps/frontend/src/app/global-error.tsx"],
|
|
138
|
+
'not-found': [module4, "/home/runner/work/semiont/semiont/apps/frontend/src/app/not-found.tsx"],
|
|
466
139
|
'forbidden': [module5, "next/dist/client/components/builtin/forbidden.js"],
|
|
467
140
|
'unauthorized': [module6, "next/dist/client/components/builtin/unauthorized.js"],
|
|
468
141
|
|
|
@@ -619,7 +292,7 @@ async function handler(req, res, ctx) {
|
|
|
619
292
|
...next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__,
|
|
620
293
|
tree,
|
|
621
294
|
pages,
|
|
622
|
-
GlobalError:
|
|
295
|
+
GlobalError: _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__["default"],
|
|
623
296
|
handler,
|
|
624
297
|
routeModule,
|
|
625
298
|
__next_app__
|
|
@@ -1308,28 +981,325 @@ async function handler(req, res, ctx) {
|
|
|
1308
981
|
isRevalidate: isSSG,
|
|
1309
982
|
isOnDemandRevalidate
|
|
1310
983
|
})
|
|
1311
|
-
}, routerServerContext);
|
|
1312
|
-
}
|
|
1313
|
-
// rethrow so that we can handle serving error page
|
|
1314
|
-
throw err;
|
|
1315
|
-
}
|
|
984
|
+
}, routerServerContext);
|
|
985
|
+
}
|
|
986
|
+
// rethrow so that we can handle serving error page
|
|
987
|
+
throw err;
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
// TODO: omit this from production builds, only test builds should include it
|
|
991
|
+
/**
|
|
992
|
+
* Creates a readable stream that emits a PPR boundary sentinel.
|
|
993
|
+
*
|
|
994
|
+
* @returns A readable stream that emits a PPR boundary sentinel.
|
|
995
|
+
*/ function createPPRBoundarySentinel() {
|
|
996
|
+
return new ReadableStream({
|
|
997
|
+
start (controller) {
|
|
998
|
+
controller.enqueue(new TextEncoder().encode('<!-- PPR_BOUNDARY_SENTINEL -->'));
|
|
999
|
+
controller.close();
|
|
1000
|
+
}
|
|
1001
|
+
});
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
//# sourceMappingURL=app-page.js.map
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
/***/ }),
|
|
1008
|
+
|
|
1009
|
+
/***/ 9137:
|
|
1010
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1011
|
+
|
|
1012
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 90488));
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
/***/ }),
|
|
1016
|
+
|
|
1017
|
+
/***/ 10846:
|
|
1018
|
+
/***/ ((module) => {
|
|
1019
|
+
|
|
1020
|
+
"use strict";
|
|
1021
|
+
module.exports = require("next/dist/compiled/next-server/app-page.runtime.prod.js");
|
|
1022
|
+
|
|
1023
|
+
/***/ }),
|
|
1024
|
+
|
|
1025
|
+
/***/ 19121:
|
|
1026
|
+
/***/ ((module) => {
|
|
1027
|
+
|
|
1028
|
+
"use strict";
|
|
1029
|
+
module.exports = require("next/dist/server/app-render/action-async-storage.external.js");
|
|
1030
|
+
|
|
1031
|
+
/***/ }),
|
|
1032
|
+
|
|
1033
|
+
/***/ 19433:
|
|
1034
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1035
|
+
|
|
1036
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 56542, 23));
|
|
1037
|
+
;
|
|
1038
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 88248, 23));
|
|
1039
|
+
;
|
|
1040
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 49743, 23));
|
|
1041
|
+
;
|
|
1042
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 96231, 23));
|
|
1043
|
+
;
|
|
1044
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 10959, 23));
|
|
1045
|
+
;
|
|
1046
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 72041, 23));
|
|
1047
|
+
;
|
|
1048
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 95094, 23));
|
|
1049
|
+
;
|
|
1050
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 67487, 23));
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
/***/ }),
|
|
1054
|
+
|
|
1055
|
+
/***/ 22850:
|
|
1056
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1057
|
+
|
|
1058
|
+
"use strict";
|
|
1059
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1060
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1061
|
+
/* harmony export */ "default": () => (/* binding */ GlobalError)
|
|
1062
|
+
/* harmony export */ });
|
|
1063
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(78157);
|
|
1064
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
|
|
1065
|
+
/* __next_internal_client_entry_do_not_use__ default auto */
|
|
1066
|
+
function GlobalError({ error, reset }) {
|
|
1067
|
+
return /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("html", {
|
|
1068
|
+
children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("body", {
|
|
1069
|
+
children: [
|
|
1070
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h2", {
|
|
1071
|
+
children: "Something went wrong!"
|
|
1072
|
+
}),
|
|
1073
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("button", {
|
|
1074
|
+
onClick: ()=>reset(),
|
|
1075
|
+
children: "Try again"
|
|
1076
|
+
})
|
|
1077
|
+
]
|
|
1078
|
+
})
|
|
1079
|
+
});
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
/***/ }),
|
|
1084
|
+
|
|
1085
|
+
/***/ 26412:
|
|
1086
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1087
|
+
|
|
1088
|
+
"use strict";
|
|
1089
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1090
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1091
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1092
|
+
/* harmony export */ });
|
|
1093
|
+
/* harmony import */ var react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25459);
|
|
1094
|
+
/* harmony import */ var react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__);
|
|
1095
|
+
// This file is generated by the Webpack next-flight-loader.
|
|
1096
|
+
|
|
1097
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
1098
|
+
function() { throw new Error("Attempted to call the default export of \"/home/runner/work/semiont/semiont/apps/frontend/src/app/error.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component."); },
|
|
1099
|
+
"/home/runner/work/semiont/semiont/apps/frontend/src/app/error.tsx",
|
|
1100
|
+
"default",
|
|
1101
|
+
));
|
|
1102
|
+
|
|
1103
|
+
|
|
1104
|
+
/***/ }),
|
|
1105
|
+
|
|
1106
|
+
/***/ 26713:
|
|
1107
|
+
/***/ ((module) => {
|
|
1108
|
+
|
|
1109
|
+
"use strict";
|
|
1110
|
+
module.exports = require("next/dist/shared/lib/router/utils/is-bot");
|
|
1111
|
+
|
|
1112
|
+
/***/ }),
|
|
1113
|
+
|
|
1114
|
+
/***/ 26926:
|
|
1115
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1116
|
+
|
|
1117
|
+
"use strict";
|
|
1118
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1119
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1120
|
+
/* harmony export */ "default": () => (/* binding */ Error)
|
|
1121
|
+
/* harmony export */ });
|
|
1122
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(78157);
|
|
1123
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
|
|
1124
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(31768);
|
|
1125
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
|
|
1126
|
+
/* __next_internal_client_entry_do_not_use__ default auto */
|
|
1127
|
+
|
|
1128
|
+
function Error({ error, reset }) {
|
|
1129
|
+
process.env.__NEXT_PRIVATE_MINIMIZE_MACRO_FALSE && (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(()=>{
|
|
1130
|
+
// Log the error to an error reporting service
|
|
1131
|
+
console.error('Global error handler:', error);
|
|
1132
|
+
}, [
|
|
1133
|
+
error
|
|
1134
|
+
]);
|
|
1135
|
+
return /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", {
|
|
1136
|
+
className: "min-h-screen flex items-center justify-center bg-gray-50 dark:bg-gray-900 p-4",
|
|
1137
|
+
children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
|
|
1138
|
+
className: "max-w-lg w-full space-y-6 text-center",
|
|
1139
|
+
children: [
|
|
1140
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
|
|
1141
|
+
children: [
|
|
1142
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h1", {
|
|
1143
|
+
className: "text-4xl font-bold text-gray-900 dark:text-white mb-2",
|
|
1144
|
+
children: "500"
|
|
1145
|
+
}),
|
|
1146
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h2", {
|
|
1147
|
+
className: "text-2xl font-semibold text-gray-700 dark:text-gray-300",
|
|
1148
|
+
children: "Internal Server Error"
|
|
1149
|
+
})
|
|
1150
|
+
]
|
|
1151
|
+
}),
|
|
1152
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
1153
|
+
className: "text-gray-600 dark:text-gray-400",
|
|
1154
|
+
children: "Something went wrong on our end. We've been notified and are working to fix it."
|
|
1155
|
+
}),
|
|
1156
|
+
false && /*#__PURE__*/ 0,
|
|
1157
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
|
|
1158
|
+
className: "flex gap-4 justify-center",
|
|
1159
|
+
children: [
|
|
1160
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("button", {
|
|
1161
|
+
onClick: reset,
|
|
1162
|
+
className: "px-6 py-3 bg-blue-600 text-white rounded-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 transition-colors",
|
|
1163
|
+
children: "Try Again"
|
|
1164
|
+
}),
|
|
1165
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("a", {
|
|
1166
|
+
href: "/",
|
|
1167
|
+
className: "px-6 py-3 bg-gray-200 dark:bg-gray-700 text-gray-700 dark:text-gray-300 rounded-md hover:bg-gray-300 dark:hover:bg-gray-600 focus:outline-none focus:ring-2 focus:ring-gray-500 focus:ring-offset-2 transition-colors inline-block",
|
|
1168
|
+
children: "Go Home"
|
|
1169
|
+
})
|
|
1170
|
+
]
|
|
1171
|
+
})
|
|
1172
|
+
]
|
|
1173
|
+
})
|
|
1174
|
+
});
|
|
1316
1175
|
}
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
/***/ }),
|
|
1179
|
+
|
|
1180
|
+
/***/ 28354:
|
|
1181
|
+
/***/ ((module) => {
|
|
1182
|
+
|
|
1183
|
+
"use strict";
|
|
1184
|
+
module.exports = require("util");
|
|
1185
|
+
|
|
1186
|
+
/***/ }),
|
|
1187
|
+
|
|
1188
|
+
/***/ 29294:
|
|
1189
|
+
/***/ ((module) => {
|
|
1190
|
+
|
|
1191
|
+
"use strict";
|
|
1192
|
+
module.exports = require("next/dist/server/app-render/work-async-storage.external.js");
|
|
1193
|
+
|
|
1194
|
+
/***/ }),
|
|
1195
|
+
|
|
1196
|
+
/***/ 29325:
|
|
1197
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1198
|
+
|
|
1199
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 26926));
|
|
1200
|
+
|
|
1201
|
+
|
|
1202
|
+
/***/ }),
|
|
1203
|
+
|
|
1204
|
+
/***/ 33506:
|
|
1205
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1206
|
+
|
|
1207
|
+
"use strict";
|
|
1208
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1209
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1210
|
+
/* harmony export */ "default": () => (/* binding */ RootNotFound)
|
|
1211
|
+
/* harmony export */ });
|
|
1212
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5939);
|
|
1213
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
|
|
1214
|
+
// Root-level not found page - must not use any client components or hooks
|
|
1215
|
+
|
|
1216
|
+
function RootNotFound() {
|
|
1217
|
+
return /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
|
|
1218
|
+
style: {
|
|
1219
|
+
display: 'flex',
|
|
1220
|
+
flexDirection: 'column',
|
|
1221
|
+
alignItems: 'center',
|
|
1222
|
+
justifyContent: 'center',
|
|
1223
|
+
minHeight: '100vh',
|
|
1224
|
+
padding: '2rem',
|
|
1225
|
+
fontFamily: 'system-ui, -apple-system, sans-serif'
|
|
1226
|
+
},
|
|
1227
|
+
children: [
|
|
1228
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h1", {
|
|
1229
|
+
style: {
|
|
1230
|
+
fontSize: '4rem',
|
|
1231
|
+
margin: 0
|
|
1232
|
+
},
|
|
1233
|
+
children: "404"
|
|
1234
|
+
}),
|
|
1235
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
1236
|
+
style: {
|
|
1237
|
+
fontSize: '1.5rem',
|
|
1238
|
+
marginTop: '1rem'
|
|
1239
|
+
},
|
|
1240
|
+
children: "Page not found"
|
|
1241
|
+
}),
|
|
1242
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("a", {
|
|
1243
|
+
href: "/en",
|
|
1244
|
+
style: {
|
|
1245
|
+
marginTop: '2rem',
|
|
1246
|
+
padding: '0.75rem 1.5rem',
|
|
1247
|
+
backgroundColor: '#0070f3',
|
|
1248
|
+
color: 'white',
|
|
1249
|
+
textDecoration: 'none',
|
|
1250
|
+
borderRadius: '0.5rem',
|
|
1251
|
+
display: 'inline-block'
|
|
1252
|
+
},
|
|
1253
|
+
children: "Go home"
|
|
1254
|
+
})
|
|
1255
|
+
]
|
|
1328
1256
|
});
|
|
1329
1257
|
}
|
|
1330
1258
|
|
|
1331
|
-
//# sourceMappingURL=app-page.js.map
|
|
1332
1259
|
|
|
1260
|
+
/***/ }),
|
|
1261
|
+
|
|
1262
|
+
/***/ 33873:
|
|
1263
|
+
/***/ ((module) => {
|
|
1264
|
+
|
|
1265
|
+
"use strict";
|
|
1266
|
+
module.exports = require("path");
|
|
1267
|
+
|
|
1268
|
+
/***/ }),
|
|
1269
|
+
|
|
1270
|
+
/***/ 41025:
|
|
1271
|
+
/***/ ((module) => {
|
|
1272
|
+
|
|
1273
|
+
"use strict";
|
|
1274
|
+
module.exports = require("next/dist/server/app-render/dynamic-access-async-storage.external.js");
|
|
1275
|
+
|
|
1276
|
+
/***/ }),
|
|
1277
|
+
|
|
1278
|
+
/***/ 47570:
|
|
1279
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1280
|
+
|
|
1281
|
+
"use strict";
|
|
1282
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1283
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1284
|
+
/* harmony export */ "default": () => (/* binding */ RootLayout)
|
|
1285
|
+
/* harmony export */ });
|
|
1286
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(11110);
|
|
1287
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
1288
|
+
|
|
1289
|
+
function RootLayout({ children }) {
|
|
1290
|
+
// Root layout must return html and body tags in Next.js App Router
|
|
1291
|
+
// The locale layout will be rendered as children
|
|
1292
|
+
return children;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
|
|
1296
|
+
/***/ }),
|
|
1297
|
+
|
|
1298
|
+
/***/ 63033:
|
|
1299
|
+
/***/ ((module) => {
|
|
1300
|
+
|
|
1301
|
+
"use strict";
|
|
1302
|
+
module.exports = require("next/dist/server/app-render/work-unit-async-storage.external.js");
|
|
1333
1303
|
|
|
1334
1304
|
/***/ }),
|
|
1335
1305
|
|
|
@@ -1340,10 +1310,32 @@ async function handler(req, res, ctx) {
|
|
|
1340
1310
|
|
|
1341
1311
|
/***/ }),
|
|
1342
1312
|
|
|
1343
|
-
/***/
|
|
1313
|
+
/***/ 82061:
|
|
1344
1314
|
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1345
1315
|
|
|
1346
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
1316
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 26412));
|
|
1317
|
+
|
|
1318
|
+
|
|
1319
|
+
/***/ }),
|
|
1320
|
+
|
|
1321
|
+
/***/ 84585:
|
|
1322
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1323
|
+
|
|
1324
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 64596, 23));
|
|
1325
|
+
;
|
|
1326
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 56186, 23));
|
|
1327
|
+
;
|
|
1328
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 67805, 23));
|
|
1329
|
+
;
|
|
1330
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 27561, 23));
|
|
1331
|
+
;
|
|
1332
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 47569, 23));
|
|
1333
|
+
;
|
|
1334
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 42747, 23));
|
|
1335
|
+
;
|
|
1336
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 56676, 23));
|
|
1337
|
+
;
|
|
1338
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 97225));
|
|
1347
1339
|
|
|
1348
1340
|
|
|
1349
1341
|
/***/ }),
|
|
@@ -1376,12 +1368,20 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1376
1368
|
// This file is generated by the Webpack next-flight-loader.
|
|
1377
1369
|
|
|
1378
1370
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
1379
|
-
function() { throw new Error("Attempted to call the default export of \"/
|
|
1380
|
-
"/
|
|
1371
|
+
function() { throw new Error("Attempted to call the default export of \"/home/runner/work/semiont/semiont/apps/frontend/src/app/global-error.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component."); },
|
|
1372
|
+
"/home/runner/work/semiont/semiont/apps/frontend/src/app/global-error.tsx",
|
|
1381
1373
|
"default",
|
|
1382
1374
|
));
|
|
1383
1375
|
|
|
1384
1376
|
|
|
1377
|
+
/***/ }),
|
|
1378
|
+
|
|
1379
|
+
/***/ 99409:
|
|
1380
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1381
|
+
|
|
1382
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 22850));
|
|
1383
|
+
|
|
1384
|
+
|
|
1385
1385
|
/***/ })
|
|
1386
1386
|
|
|
1387
1387
|
};
|
|
@@ -1391,7 +1391,7 @@ function() { throw new Error("Attempted to call the default export of \"/Users/p
|
|
|
1391
1391
|
var __webpack_require__ = require("../../webpack-runtime.js");
|
|
1392
1392
|
__webpack_require__.C(exports);
|
|
1393
1393
|
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
|
|
1394
|
-
var __webpack_exports__ = __webpack_require__.X(0, [4725,1940], () => (__webpack_exec__(
|
|
1394
|
+
var __webpack_exports__ = __webpack_require__.X(0, [4725,1940], () => (__webpack_exec__(7770)));
|
|
1395
1395
|
module.exports = __webpack_exports__;
|
|
1396
1396
|
|
|
1397
1397
|
})();
|