@semiont/frontend 0.2.36 → 0.2.38
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 +116 -116
- package/standalone/apps/frontend/.next/app-path-routes-manifest.json +5 -5
- 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 +5 -5
- 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 → nYub3Py8_Y-ne6bUw3IFQ}/_buildManifest.js +0 -0
- /package/standalone/apps/frontend/.next/static/{OpFkYY-cw7w7h5hHBfiKG → nYub3Py8_Y-ne6bUw3IFQ}/_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
|
@@ -54,247 +54,617 @@ const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(C
|
|
|
54
54
|
|
|
55
55
|
/***/ }),
|
|
56
56
|
|
|
57
|
-
/***/
|
|
58
|
-
/***/ ((
|
|
57
|
+
/***/ 10846:
|
|
58
|
+
/***/ ((module) => {
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
"use strict";
|
|
61
|
+
module.exports = require("next/dist/compiled/next-server/app-page.runtime.prod.js");
|
|
62
|
+
|
|
63
|
+
/***/ }),
|
|
64
|
+
|
|
65
|
+
/***/ 19121:
|
|
66
|
+
/***/ ((module) => {
|
|
67
|
+
|
|
68
|
+
"use strict";
|
|
69
|
+
module.exports = require("next/dist/server/app-render/action-async-storage.external.js");
|
|
70
|
+
|
|
71
|
+
/***/ }),
|
|
61
72
|
|
|
73
|
+
/***/ 19771:
|
|
74
|
+
/***/ ((module) => {
|
|
75
|
+
|
|
76
|
+
"use strict";
|
|
77
|
+
module.exports = require("process");
|
|
62
78
|
|
|
63
79
|
/***/ }),
|
|
64
80
|
|
|
65
|
-
/***/
|
|
81
|
+
/***/ 24546:
|
|
66
82
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
67
83
|
|
|
68
84
|
"use strict";
|
|
69
|
-
__webpack_require__.r(__webpack_exports__);
|
|
70
85
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
71
|
-
/* harmony export */
|
|
72
|
-
/* harmony export */ __next_app__: () => (/* binding */ __next_app__),
|
|
73
|
-
/* harmony export */ handler: () => (/* binding */ handler),
|
|
74
|
-
/* harmony export */ pages: () => (/* binding */ pages),
|
|
75
|
-
/* harmony export */ routeModule: () => (/* binding */ routeModule),
|
|
76
|
-
/* harmony export */ tree: () => (/* binding */ tree)
|
|
86
|
+
/* harmony export */ Mxu: () => (/* reexport safe */ _home_runner_work_semiont_semiont_packages_react_ui_dist_index_mjs__WEBPACK_IMPORTED_MODULE_0__.PageLayout)
|
|
77
87
|
/* harmony export */ });
|
|
78
|
-
/* harmony import */ var
|
|
79
|
-
/* harmony import */ var next_dist_server_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0__);
|
|
80
|
-
/* harmony import */ var next_dist_server_route_kind__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(97714);
|
|
81
|
-
/* harmony import */ var next_dist_server_instrumentation_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(85250);
|
|
82
|
-
/* harmony import */ var next_dist_server_lib_trace_tracer__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(37587);
|
|
83
|
-
/* harmony import */ var next_dist_server_lib_trace_tracer__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_trace_tracer__WEBPACK_IMPORTED_MODULE_3__);
|
|
84
|
-
/* harmony import */ var next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(22369);
|
|
85
|
-
/* harmony import */ var next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4__);
|
|
86
|
-
/* harmony import */ var next_dist_server_lib_trace_constants__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1889);
|
|
87
|
-
/* harmony import */ var next_dist_server_lib_trace_constants__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_trace_constants__WEBPACK_IMPORTED_MODULE_5__);
|
|
88
|
-
/* harmony import */ var next_dist_server_app_render_interop_default__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(96232);
|
|
89
|
-
/* harmony import */ var next_dist_server_app_render_strip_flight_headers__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(22841);
|
|
90
|
-
/* harmony import */ var next_dist_server_base_http_node__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(46537);
|
|
91
|
-
/* harmony import */ var next_dist_server_base_http_node__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_base_http_node__WEBPACK_IMPORTED_MODULE_8__);
|
|
92
|
-
/* harmony import */ var next_dist_server_lib_experimental_ppr__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(46027);
|
|
93
|
-
/* harmony import */ var next_dist_server_lib_experimental_ppr__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_experimental_ppr__WEBPACK_IMPORTED_MODULE_9__);
|
|
94
|
-
/* harmony import */ var next_dist_server_request_fallback_params__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(78559);
|
|
95
|
-
/* harmony import */ var next_dist_server_app_render_encryption_utils__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(75928);
|
|
96
|
-
/* harmony import */ var next_dist_server_app_render_encryption_utils__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_app_render_encryption_utils__WEBPACK_IMPORTED_MODULE_11__);
|
|
97
|
-
/* harmony import */ var next_dist_server_lib_streaming_metadata__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(19374);
|
|
98
|
-
/* harmony import */ var next_dist_server_lib_streaming_metadata__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_streaming_metadata__WEBPACK_IMPORTED_MODULE_12__);
|
|
99
|
-
/* harmony import */ var next_dist_server_app_render_action_utils__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(65971);
|
|
100
|
-
/* harmony import */ var next_dist_server_app_render_action_utils__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_app_render_action_utils__WEBPACK_IMPORTED_MODULE_13__);
|
|
101
|
-
/* harmony import */ var next_dist_shared_lib_router_utils_app_paths__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(261);
|
|
102
|
-
/* harmony import */ var next_dist_shared_lib_router_utils_app_paths__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(next_dist_shared_lib_router_utils_app_paths__WEBPACK_IMPORTED_MODULE_14__);
|
|
103
|
-
/* harmony import */ var next_dist_server_lib_server_action_request_meta__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(79898);
|
|
104
|
-
/* harmony import */ var next_dist_server_lib_server_action_request_meta__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_server_action_request_meta__WEBPACK_IMPORTED_MODULE_15__);
|
|
105
|
-
/* harmony import */ var next_dist_client_components_app_router_headers__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(32967);
|
|
106
|
-
/* harmony import */ var next_dist_client_components_app_router_headers__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(next_dist_client_components_app_router_headers__WEBPACK_IMPORTED_MODULE_16__);
|
|
107
|
-
/* harmony import */ var next_dist_shared_lib_router_utils_is_bot__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(26713);
|
|
108
|
-
/* harmony import */ var next_dist_shared_lib_router_utils_is_bot__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(next_dist_shared_lib_router_utils_is_bot__WEBPACK_IMPORTED_MODULE_17__);
|
|
109
|
-
/* harmony import */ var next_dist_server_response_cache__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(40139);
|
|
110
|
-
/* harmony import */ var next_dist_server_response_cache__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_response_cache__WEBPACK_IMPORTED_MODULE_18__);
|
|
111
|
-
/* harmony import */ var next_dist_lib_fallback__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(14248);
|
|
112
|
-
/* harmony import */ var next_dist_lib_fallback__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(next_dist_lib_fallback__WEBPACK_IMPORTED_MODULE_19__);
|
|
113
|
-
/* harmony import */ var next_dist_server_render_result__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(59580);
|
|
114
|
-
/* harmony import */ var next_dist_lib_constants__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(57749);
|
|
115
|
-
/* harmony import */ var next_dist_lib_constants__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(next_dist_lib_constants__WEBPACK_IMPORTED_MODULE_21__);
|
|
116
|
-
/* harmony import */ var next_dist_server_stream_utils_encoded_tags__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(53123);
|
|
117
|
-
/* harmony import */ var next_dist_server_send_payload__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(89745);
|
|
118
|
-
/* 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__);
|
|
119
|
-
/* harmony import */ var next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(86439);
|
|
120
|
-
/* 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__);
|
|
121
|
-
/* harmony import */ var _Users_pingel_git_repos_github_com_The_AI_Alliance_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(90488);
|
|
122
|
-
/* harmony import */ var next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(18283);
|
|
123
|
-
/* 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__);
|
|
124
|
-
/* harmony import */ var next_dist_client_components_redirect_status_code__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(39818);
|
|
125
|
-
/* harmony import */ var next_dist_client_components_redirect_status_code__WEBPACK_IMPORTED_MODULE_27___default = /*#__PURE__*/__webpack_require__.n(next_dist_client_components_redirect_status_code__WEBPACK_IMPORTED_MODULE_27__);
|
|
126
|
-
/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
127
|
-
/* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__) if(["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__[__WEBPACK_IMPORT_KEY__]
|
|
128
|
-
/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
129
|
-
const module0 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 47570));
|
|
130
|
-
const module1 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 26412));
|
|
131
|
-
const module2 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 90488));
|
|
132
|
-
const module3 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 33506));
|
|
133
|
-
const module4 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 15034, 23));
|
|
134
|
-
const module5 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 54693, 23));
|
|
135
|
-
const module6 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82778));
|
|
136
|
-
const module7 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 71743));
|
|
137
|
-
const page8 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 31374));
|
|
88
|
+
/* harmony import */ var _home_runner_work_semiont_semiont_packages_react_ui_dist_index_mjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(30658);
|
|
138
89
|
|
|
139
90
|
|
|
140
91
|
|
|
92
|
+
/***/ }),
|
|
141
93
|
|
|
94
|
+
/***/ 24869:
|
|
95
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
142
96
|
|
|
97
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 81760));
|
|
143
98
|
|
|
144
99
|
|
|
100
|
+
/***/ }),
|
|
145
101
|
|
|
102
|
+
/***/ 26713:
|
|
103
|
+
/***/ ((module) => {
|
|
146
104
|
|
|
105
|
+
"use strict";
|
|
106
|
+
module.exports = require("next/dist/shared/lib/router/utils/is-bot");
|
|
147
107
|
|
|
108
|
+
/***/ }),
|
|
148
109
|
|
|
110
|
+
/***/ 28354:
|
|
111
|
+
/***/ ((module) => {
|
|
149
112
|
|
|
113
|
+
"use strict";
|
|
114
|
+
module.exports = require("util");
|
|
150
115
|
|
|
116
|
+
/***/ }),
|
|
151
117
|
|
|
118
|
+
/***/ 29294:
|
|
119
|
+
/***/ ((module) => {
|
|
152
120
|
|
|
121
|
+
"use strict";
|
|
122
|
+
module.exports = require("next/dist/server/app-render/work-async-storage.external.js");
|
|
153
123
|
|
|
124
|
+
/***/ }),
|
|
154
125
|
|
|
126
|
+
/***/ 31374:
|
|
127
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
155
128
|
|
|
129
|
+
"use strict";
|
|
130
|
+
__webpack_require__.r(__webpack_exports__);
|
|
131
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
132
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
133
|
+
/* harmony export */ });
|
|
134
|
+
/* harmony import */ var react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25459);
|
|
135
|
+
/* 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__);
|
|
136
|
+
// This file is generated by the Webpack next-flight-loader.
|
|
156
137
|
|
|
138
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
139
|
+
function() { throw new Error("Attempted to call the default export of \"/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/terms/page.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."); },
|
|
140
|
+
"/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/terms/page.tsx",
|
|
141
|
+
"default",
|
|
142
|
+
));
|
|
157
143
|
|
|
158
144
|
|
|
145
|
+
/***/ }),
|
|
159
146
|
|
|
147
|
+
/***/ 33873:
|
|
148
|
+
/***/ ((module) => {
|
|
160
149
|
|
|
150
|
+
"use strict";
|
|
151
|
+
module.exports = require("path");
|
|
161
152
|
|
|
153
|
+
/***/ }),
|
|
162
154
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
const tree = {
|
|
166
|
-
children: [
|
|
167
|
-
'',
|
|
168
|
-
{
|
|
169
|
-
children: [
|
|
170
|
-
'[locale]',
|
|
171
|
-
{
|
|
172
|
-
children: [
|
|
173
|
-
'terms',
|
|
174
|
-
{
|
|
175
|
-
children: ['__PAGE__', {}, {
|
|
176
|
-
page: [page8, "/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/[locale]/terms/page.tsx"],
|
|
177
|
-
|
|
178
|
-
}]
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
}
|
|
184
|
-
]
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
'layout': [module6, "/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/[locale]/layout.tsx"],
|
|
188
|
-
'not-found': [module7, "/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/[locale]/not-found.tsx"],
|
|
189
|
-
|
|
190
|
-
}
|
|
191
|
-
]
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
'layout': [module0, "/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/layout.tsx"],
|
|
195
|
-
'error': [module1, "/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/error.tsx"],
|
|
196
|
-
'global-error': [module2, "/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/global-error.tsx"],
|
|
197
|
-
'not-found': [module3, "/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/not-found.tsx"],
|
|
198
|
-
'forbidden': [module4, "next/dist/client/components/builtin/forbidden.js"],
|
|
199
|
-
'unauthorized': [module5, "next/dist/client/components/builtin/unauthorized.js"],
|
|
200
|
-
|
|
201
|
-
}
|
|
202
|
-
]
|
|
203
|
-
}.children;
|
|
204
|
-
const pages = ["/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/[locale]/terms/page.tsx"];
|
|
155
|
+
/***/ 41025:
|
|
156
|
+
/***/ ((module) => {
|
|
205
157
|
|
|
158
|
+
"use strict";
|
|
159
|
+
module.exports = require("next/dist/server/app-render/dynamic-access-async-storage.external.js");
|
|
206
160
|
|
|
161
|
+
/***/ }),
|
|
207
162
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
const __next_app__ = {
|
|
211
|
-
require: __next_app_require__,
|
|
212
|
-
loadChunk: __next_app_load_chunk__
|
|
213
|
-
};
|
|
163
|
+
/***/ 63033:
|
|
164
|
+
/***/ ((module) => {
|
|
214
165
|
|
|
166
|
+
"use strict";
|
|
167
|
+
module.exports = require("next/dist/server/app-render/work-unit-async-storage.external.js");
|
|
215
168
|
|
|
169
|
+
/***/ }),
|
|
216
170
|
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
171
|
+
/***/ 72485:
|
|
172
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
173
|
+
|
|
174
|
+
"use strict";
|
|
175
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
176
|
+
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
177
|
+
/* harmony export */ });
|
|
178
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31768);
|
|
179
|
+
|
|
180
|
+
function TrashIcon({ title, titleId, ...props }, svgRef) {
|
|
181
|
+
return /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", Object.assign({
|
|
182
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
183
|
+
fill: "none",
|
|
184
|
+
viewBox: "0 0 24 24",
|
|
185
|
+
strokeWidth: 1.5,
|
|
186
|
+
stroke: "currentColor",
|
|
187
|
+
"aria-hidden": "true",
|
|
188
|
+
"data-slot": "icon",
|
|
189
|
+
ref: svgRef,
|
|
190
|
+
"aria-labelledby": titleId
|
|
191
|
+
}, props), title ? /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("title", {
|
|
192
|
+
id: titleId
|
|
193
|
+
}, title) : null, /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
194
|
+
strokeLinecap: "round",
|
|
195
|
+
strokeLinejoin: "round",
|
|
196
|
+
d: "m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0"
|
|
197
|
+
}));
|
|
198
|
+
}
|
|
199
|
+
const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(TrashIcon);
|
|
200
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ForwardRef);
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
/***/ }),
|
|
204
|
+
|
|
205
|
+
/***/ 74654:
|
|
206
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
207
|
+
|
|
208
|
+
"use strict";
|
|
209
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
210
|
+
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
211
|
+
/* harmony export */ });
|
|
212
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31768);
|
|
213
|
+
|
|
214
|
+
function XMarkIcon({ title, titleId, ...props }, svgRef) {
|
|
215
|
+
return /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", Object.assign({
|
|
216
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
217
|
+
fill: "none",
|
|
218
|
+
viewBox: "0 0 24 24",
|
|
219
|
+
strokeWidth: 1.5,
|
|
220
|
+
stroke: "currentColor",
|
|
221
|
+
"aria-hidden": "true",
|
|
222
|
+
"data-slot": "icon",
|
|
223
|
+
ref: svgRef,
|
|
224
|
+
"aria-labelledby": titleId
|
|
225
|
+
}, props), title ? /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("title", {
|
|
226
|
+
id: titleId
|
|
227
|
+
}, title) : null, /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
228
|
+
strokeLinecap: "round",
|
|
229
|
+
strokeLinejoin: "round",
|
|
230
|
+
d: "M6 18 18 6M6 6l12 12"
|
|
231
|
+
}));
|
|
232
|
+
}
|
|
233
|
+
const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(XMarkIcon);
|
|
234
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ForwardRef);
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
/***/ }),
|
|
238
|
+
|
|
239
|
+
/***/ 79551:
|
|
240
|
+
/***/ ((module) => {
|
|
241
|
+
|
|
242
|
+
"use strict";
|
|
243
|
+
module.exports = require("url");
|
|
244
|
+
|
|
245
|
+
/***/ }),
|
|
246
|
+
|
|
247
|
+
/***/ 81760:
|
|
248
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
249
|
+
|
|
250
|
+
"use strict";
|
|
251
|
+
__webpack_require__.r(__webpack_exports__);
|
|
252
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
253
|
+
/* harmony export */ "default": () => (/* binding */ TermsOfService)
|
|
254
|
+
/* harmony export */ });
|
|
255
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(78157);
|
|
256
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
|
|
257
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(31768);
|
|
258
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
|
|
259
|
+
/* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(94496);
|
|
260
|
+
/* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(next_link__WEBPACK_IMPORTED_MODULE_2__);
|
|
261
|
+
/* harmony import */ var next_intl__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(72668);
|
|
262
|
+
/* harmony import */ var next_intl__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(16917);
|
|
263
|
+
/* harmony import */ var _barrel_optimize_names_PageLayout_semiont_react_ui__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(24546);
|
|
264
|
+
/* harmony import */ var _components_CookiePreferences__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(76159);
|
|
265
|
+
/* harmony import */ var _contexts_KeyboardShortcutsContext__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(99192);
|
|
266
|
+
/* harmony import */ var _lib_routing__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(32302);
|
|
267
|
+
/* __next_internal_client_entry_do_not_use__ default auto */
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
function TermsOfService() {
|
|
276
|
+
const t = (0,next_intl__WEBPACK_IMPORTED_MODULE_7__/* .useTranslations */ .c)('Terms');
|
|
277
|
+
const tFooter = (0,next_intl__WEBPACK_IMPORTED_MODULE_7__/* .useTranslations */ .c)('Footer');
|
|
278
|
+
const tNav = (0,next_intl__WEBPACK_IMPORTED_MODULE_7__/* .useTranslations */ .c)('Navigation');
|
|
279
|
+
const tHome = (0,next_intl__WEBPACK_IMPORTED_MODULE_7__/* .useTranslations */ .c)('Home');
|
|
280
|
+
const locale = (0,next_intl__WEBPACK_IMPORTED_MODULE_8__/* .useLocale */ .Ym)();
|
|
281
|
+
const keyboardContext = (0,react__WEBPACK_IMPORTED_MODULE_1__.useContext)(_contexts_KeyboardShortcutsContext__WEBPACK_IMPORTED_MODULE_5__/* .KeyboardShortcutsContext */ .GZ);
|
|
282
|
+
return /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_barrel_optimize_names_PageLayout_semiont_react_ui__WEBPACK_IMPORTED_MODULE_3__/* .PageLayout */ .Mxu, {
|
|
283
|
+
Link: _lib_routing__WEBPACK_IMPORTED_MODULE_6__/* .Link */ .N,
|
|
284
|
+
routes: _lib_routing__WEBPACK_IMPORTED_MODULE_6__/* .routes */ .J,
|
|
285
|
+
t: tFooter,
|
|
286
|
+
tNav: tNav,
|
|
287
|
+
tHome: tHome,
|
|
288
|
+
CookiePreferences: _components_CookiePreferences__WEBPACK_IMPORTED_MODULE_4__/* .CookiePreferences */ .f,
|
|
289
|
+
...keyboardContext?.openKeyboardHelp && {
|
|
290
|
+
onOpenKeyboardHelp: keyboardContext.openKeyboardHelp
|
|
291
|
+
},
|
|
292
|
+
className: "semiont-static-page",
|
|
293
|
+
children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", {
|
|
294
|
+
className: "semiont-static-container",
|
|
295
|
+
children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
|
|
296
|
+
className: "semiont-static-content",
|
|
297
|
+
children: [
|
|
298
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("header", {
|
|
299
|
+
className: "semiont-static-header",
|
|
300
|
+
children: [
|
|
301
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h1", {
|
|
302
|
+
className: "semiont-static-title",
|
|
303
|
+
children: t('pageTitle')
|
|
304
|
+
}),
|
|
305
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
306
|
+
className: "semiont-static-subtitle",
|
|
307
|
+
children: t('pageSubtitle')
|
|
308
|
+
})
|
|
309
|
+
]
|
|
310
|
+
}),
|
|
311
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("article", {
|
|
312
|
+
className: "semiont-static-article",
|
|
313
|
+
children: [
|
|
314
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h2", {
|
|
315
|
+
children: t('aupTitle')
|
|
316
|
+
}),
|
|
317
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
318
|
+
children: t('aup')
|
|
319
|
+
}),
|
|
320
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
321
|
+
children: t('prohibitedTitle')
|
|
322
|
+
}),
|
|
323
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
324
|
+
children: t('prohibitedIntro')
|
|
325
|
+
}),
|
|
326
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("ul", {
|
|
327
|
+
children: t('prohibited').split('\n').map((item, i)=>/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("li", {
|
|
328
|
+
children: item
|
|
329
|
+
}, i))
|
|
330
|
+
}),
|
|
331
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
332
|
+
children: t('aiAllianceTitle')
|
|
333
|
+
}),
|
|
334
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("p", {
|
|
335
|
+
children: [
|
|
336
|
+
t('aiAllianceIntro'),
|
|
337
|
+
' ',
|
|
338
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("a", {
|
|
339
|
+
href: "https://ai-alliance.cdn.prismic.io/ai-alliance/Zl-MG5m069VX1dgH_AIAllianceCodeofConduct.pdf",
|
|
340
|
+
target: "_blank",
|
|
341
|
+
rel: "noopener noreferrer",
|
|
342
|
+
className: "semiont-static-link",
|
|
343
|
+
children: t('aiAllianceLink')
|
|
344
|
+
}),
|
|
345
|
+
t('aiAllianceIncludes')
|
|
346
|
+
]
|
|
347
|
+
}),
|
|
348
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("ul", {
|
|
349
|
+
children: t('aiAlliance').split('\n').map((item, i)=>/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("li", {
|
|
350
|
+
children: item
|
|
351
|
+
}, i))
|
|
352
|
+
}),
|
|
353
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
354
|
+
children: t('responsibilitiesTitle')
|
|
355
|
+
}),
|
|
356
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
357
|
+
children: t('responsibilitiesIntro')
|
|
358
|
+
}),
|
|
359
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("ul", {
|
|
360
|
+
children: t('responsibilities').split('\n').map((item, i)=>/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("li", {
|
|
361
|
+
children: item
|
|
362
|
+
}, i))
|
|
363
|
+
}),
|
|
364
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
365
|
+
children: t('moderationTitle')
|
|
366
|
+
}),
|
|
367
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
368
|
+
children: t('moderation')
|
|
369
|
+
}),
|
|
370
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
371
|
+
children: t('privacyTitle')
|
|
372
|
+
}),
|
|
373
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("p", {
|
|
374
|
+
children: [
|
|
375
|
+
t('privacy').split(t('privacyLink'))[0],
|
|
376
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)((next_link__WEBPACK_IMPORTED_MODULE_2___default()), {
|
|
377
|
+
href: `/${locale}/privacy`,
|
|
378
|
+
className: "semiont-static-link",
|
|
379
|
+
children: t('privacyLink')
|
|
380
|
+
}),
|
|
381
|
+
t('privacy').split(t('privacyLink'))[1]
|
|
382
|
+
]
|
|
383
|
+
}),
|
|
384
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
385
|
+
children: t('ipTitle')
|
|
386
|
+
}),
|
|
387
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
388
|
+
children: t('ip')
|
|
389
|
+
}),
|
|
390
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
391
|
+
children: t('liabilityTitle')
|
|
392
|
+
}),
|
|
393
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
394
|
+
children: t('liability')
|
|
395
|
+
}),
|
|
396
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
397
|
+
children: t('changesTitle')
|
|
398
|
+
}),
|
|
399
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
400
|
+
children: t('changes')
|
|
401
|
+
}),
|
|
402
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
403
|
+
children: t('contactTitle')
|
|
404
|
+
}),
|
|
405
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
406
|
+
children: t('contact')
|
|
407
|
+
}),
|
|
408
|
+
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("footer", {
|
|
409
|
+
className: "semiont-static-footer",
|
|
410
|
+
children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
411
|
+
children: t('lastUpdated', {
|
|
412
|
+
date: new Date().toLocaleDateString()
|
|
413
|
+
})
|
|
414
|
+
})
|
|
415
|
+
})
|
|
416
|
+
]
|
|
417
|
+
})
|
|
418
|
+
]
|
|
419
|
+
})
|
|
420
|
+
})
|
|
421
|
+
});
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
/***/ }),
|
|
426
|
+
|
|
427
|
+
/***/ 86439:
|
|
428
|
+
/***/ ((module) => {
|
|
429
|
+
|
|
430
|
+
"use strict";
|
|
431
|
+
module.exports = require("next/dist/shared/lib/no-fallback-error.external");
|
|
432
|
+
|
|
433
|
+
/***/ }),
|
|
434
|
+
|
|
435
|
+
/***/ 87587:
|
|
436
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
437
|
+
|
|
438
|
+
"use strict";
|
|
439
|
+
__webpack_require__.r(__webpack_exports__);
|
|
440
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
441
|
+
/* harmony export */ GlobalError: () => (/* reexport safe */ _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__["default"]),
|
|
442
|
+
/* harmony export */ __next_app__: () => (/* binding */ __next_app__),
|
|
443
|
+
/* harmony export */ handler: () => (/* binding */ handler),
|
|
444
|
+
/* harmony export */ pages: () => (/* binding */ pages),
|
|
445
|
+
/* harmony export */ routeModule: () => (/* binding */ routeModule),
|
|
446
|
+
/* harmony export */ tree: () => (/* binding */ tree)
|
|
447
|
+
/* harmony export */ });
|
|
448
|
+
/* harmony import */ var next_dist_server_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(73653);
|
|
449
|
+
/* harmony import */ var next_dist_server_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0__);
|
|
450
|
+
/* harmony import */ var next_dist_server_route_kind__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(97714);
|
|
451
|
+
/* harmony import */ var next_dist_server_instrumentation_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(85250);
|
|
452
|
+
/* harmony import */ var next_dist_server_lib_trace_tracer__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(37587);
|
|
453
|
+
/* harmony import */ var next_dist_server_lib_trace_tracer__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_trace_tracer__WEBPACK_IMPORTED_MODULE_3__);
|
|
454
|
+
/* harmony import */ var next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(22369);
|
|
455
|
+
/* harmony import */ var next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4__);
|
|
456
|
+
/* harmony import */ var next_dist_server_lib_trace_constants__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1889);
|
|
457
|
+
/* harmony import */ var next_dist_server_lib_trace_constants__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_trace_constants__WEBPACK_IMPORTED_MODULE_5__);
|
|
458
|
+
/* harmony import */ var next_dist_server_app_render_interop_default__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(96232);
|
|
459
|
+
/* harmony import */ var next_dist_server_app_render_strip_flight_headers__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(22841);
|
|
460
|
+
/* harmony import */ var next_dist_server_base_http_node__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(46537);
|
|
461
|
+
/* harmony import */ var next_dist_server_base_http_node__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_base_http_node__WEBPACK_IMPORTED_MODULE_8__);
|
|
462
|
+
/* harmony import */ var next_dist_server_lib_experimental_ppr__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(46027);
|
|
463
|
+
/* harmony import */ var next_dist_server_lib_experimental_ppr__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_experimental_ppr__WEBPACK_IMPORTED_MODULE_9__);
|
|
464
|
+
/* harmony import */ var next_dist_server_request_fallback_params__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(78559);
|
|
465
|
+
/* harmony import */ var next_dist_server_app_render_encryption_utils__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(75928);
|
|
466
|
+
/* harmony import */ var next_dist_server_app_render_encryption_utils__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_app_render_encryption_utils__WEBPACK_IMPORTED_MODULE_11__);
|
|
467
|
+
/* harmony import */ var next_dist_server_lib_streaming_metadata__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(19374);
|
|
468
|
+
/* harmony import */ var next_dist_server_lib_streaming_metadata__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_streaming_metadata__WEBPACK_IMPORTED_MODULE_12__);
|
|
469
|
+
/* harmony import */ var next_dist_server_app_render_action_utils__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(65971);
|
|
470
|
+
/* harmony import */ var next_dist_server_app_render_action_utils__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_app_render_action_utils__WEBPACK_IMPORTED_MODULE_13__);
|
|
471
|
+
/* harmony import */ var next_dist_shared_lib_router_utils_app_paths__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(261);
|
|
472
|
+
/* harmony import */ var next_dist_shared_lib_router_utils_app_paths__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(next_dist_shared_lib_router_utils_app_paths__WEBPACK_IMPORTED_MODULE_14__);
|
|
473
|
+
/* harmony import */ var next_dist_server_lib_server_action_request_meta__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(79898);
|
|
474
|
+
/* harmony import */ var next_dist_server_lib_server_action_request_meta__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_lib_server_action_request_meta__WEBPACK_IMPORTED_MODULE_15__);
|
|
475
|
+
/* harmony import */ var next_dist_client_components_app_router_headers__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(32967);
|
|
476
|
+
/* harmony import */ var next_dist_client_components_app_router_headers__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(next_dist_client_components_app_router_headers__WEBPACK_IMPORTED_MODULE_16__);
|
|
477
|
+
/* harmony import */ var next_dist_shared_lib_router_utils_is_bot__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(26713);
|
|
478
|
+
/* harmony import */ var next_dist_shared_lib_router_utils_is_bot__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(next_dist_shared_lib_router_utils_is_bot__WEBPACK_IMPORTED_MODULE_17__);
|
|
479
|
+
/* harmony import */ var next_dist_server_response_cache__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(40139);
|
|
480
|
+
/* harmony import */ var next_dist_server_response_cache__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(next_dist_server_response_cache__WEBPACK_IMPORTED_MODULE_18__);
|
|
481
|
+
/* harmony import */ var next_dist_lib_fallback__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(14248);
|
|
482
|
+
/* harmony import */ var next_dist_lib_fallback__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(next_dist_lib_fallback__WEBPACK_IMPORTED_MODULE_19__);
|
|
483
|
+
/* harmony import */ var next_dist_server_render_result__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(59580);
|
|
484
|
+
/* harmony import */ var next_dist_lib_constants__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(57749);
|
|
485
|
+
/* harmony import */ var next_dist_lib_constants__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(next_dist_lib_constants__WEBPACK_IMPORTED_MODULE_21__);
|
|
486
|
+
/* harmony import */ var next_dist_server_stream_utils_encoded_tags__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(53123);
|
|
487
|
+
/* harmony import */ var next_dist_server_send_payload__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(89745);
|
|
488
|
+
/* 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__);
|
|
489
|
+
/* harmony import */ var next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(86439);
|
|
490
|
+
/* 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__);
|
|
491
|
+
/* harmony import */ var _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(90488);
|
|
492
|
+
/* harmony import */ var next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(18283);
|
|
493
|
+
/* 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__);
|
|
494
|
+
/* harmony import */ var next_dist_client_components_redirect_status_code__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(39818);
|
|
495
|
+
/* harmony import */ var next_dist_client_components_redirect_status_code__WEBPACK_IMPORTED_MODULE_27___default = /*#__PURE__*/__webpack_require__.n(next_dist_client_components_redirect_status_code__WEBPACK_IMPORTED_MODULE_27__);
|
|
496
|
+
/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
497
|
+
/* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__) if(["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__[__WEBPACK_IMPORT_KEY__]
|
|
498
|
+
/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
499
|
+
const module0 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 47570));
|
|
500
|
+
const module1 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 26412));
|
|
501
|
+
const module2 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 90488));
|
|
502
|
+
const module3 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 33506));
|
|
503
|
+
const module4 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 15034, 23));
|
|
504
|
+
const module5 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.t.bind(__webpack_require__, 54693, 23));
|
|
505
|
+
const module6 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 82778));
|
|
506
|
+
const module7 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 71743));
|
|
507
|
+
const page8 = () => Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 31374));
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
// We inject the tree and pages here so that we can use them in the route
|
|
534
|
+
// module.
|
|
535
|
+
const tree = {
|
|
536
|
+
children: [
|
|
537
|
+
'',
|
|
538
|
+
{
|
|
539
|
+
children: [
|
|
540
|
+
'[locale]',
|
|
541
|
+
{
|
|
542
|
+
children: [
|
|
543
|
+
'terms',
|
|
544
|
+
{
|
|
545
|
+
children: ['__PAGE__', {}, {
|
|
546
|
+
page: [page8, "/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/terms/page.tsx"],
|
|
547
|
+
|
|
548
|
+
}]
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
}
|
|
554
|
+
]
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
'layout': [module6, "/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/layout.tsx"],
|
|
558
|
+
'not-found': [module7, "/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/not-found.tsx"],
|
|
559
|
+
|
|
560
|
+
}
|
|
561
|
+
]
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
'layout': [module0, "/home/runner/work/semiont/semiont/apps/frontend/src/app/layout.tsx"],
|
|
565
|
+
'error': [module1, "/home/runner/work/semiont/semiont/apps/frontend/src/app/error.tsx"],
|
|
566
|
+
'global-error': [module2, "/home/runner/work/semiont/semiont/apps/frontend/src/app/global-error.tsx"],
|
|
567
|
+
'not-found': [module3, "/home/runner/work/semiont/semiont/apps/frontend/src/app/not-found.tsx"],
|
|
568
|
+
'forbidden': [module4, "next/dist/client/components/builtin/forbidden.js"],
|
|
569
|
+
'unauthorized': [module5, "next/dist/client/components/builtin/unauthorized.js"],
|
|
570
|
+
|
|
571
|
+
}
|
|
572
|
+
]
|
|
573
|
+
}.children;
|
|
574
|
+
const pages = ["/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/terms/page.tsx"];
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
const __next_app_require__ = __webpack_require__
|
|
579
|
+
const __next_app_load_chunk__ = () => Promise.resolve()
|
|
580
|
+
const __next_app__ = {
|
|
581
|
+
require: __next_app_require__,
|
|
582
|
+
loadChunk: __next_app_load_chunk__
|
|
583
|
+
};
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
// Create and export the route module that will be consumed.
|
|
588
|
+
const routeModule = new next_dist_server_route_modules_app_page_module_compiled__WEBPACK_IMPORTED_MODULE_0__.AppPageRouteModule({
|
|
589
|
+
definition: {
|
|
590
|
+
kind: next_dist_server_route_kind__WEBPACK_IMPORTED_MODULE_1__.RouteKind.APP_PAGE,
|
|
591
|
+
page: "/[locale]/terms/page",
|
|
592
|
+
pathname: "/[locale]/terms",
|
|
593
|
+
// The following aren't used in production.
|
|
594
|
+
bundlePath: '',
|
|
595
|
+
filename: '',
|
|
596
|
+
appPaths: []
|
|
597
|
+
},
|
|
598
|
+
userland: {
|
|
599
|
+
loaderTree: tree
|
|
600
|
+
},
|
|
601
|
+
distDir: ".next" || 0,
|
|
602
|
+
relativeProjectDir: false || ''
|
|
603
|
+
});
|
|
604
|
+
async function handler(req, res, ctx) {
|
|
605
|
+
var _this;
|
|
606
|
+
let srcPage = "/[locale]/terms/page";
|
|
607
|
+
// turbopack doesn't normalize `/index` in the page name
|
|
608
|
+
// so we need to to process dynamic routes properly
|
|
609
|
+
// TODO: fix turbopack providing differing value from webpack
|
|
610
|
+
if (false) {} else if (srcPage === '/index') {
|
|
611
|
+
// we always normalize /index specifically
|
|
612
|
+
srcPage = '/';
|
|
613
|
+
}
|
|
614
|
+
const multiZoneDraftMode = false;
|
|
615
|
+
const initialPostponed = (0,next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4__.getRequestMeta)(req, 'postponed');
|
|
616
|
+
// TODO: replace with more specific flags
|
|
617
|
+
const minimalMode = (0,next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4__.getRequestMeta)(req, 'minimalMode');
|
|
618
|
+
const prepareResult = await routeModule.prepare(req, res, {
|
|
619
|
+
srcPage,
|
|
620
|
+
multiZoneDraftMode
|
|
621
|
+
});
|
|
622
|
+
if (!prepareResult) {
|
|
623
|
+
res.statusCode = 400;
|
|
624
|
+
res.end('Bad Request');
|
|
625
|
+
ctx.waitUntil == null ? void 0 : ctx.waitUntil.call(ctx, Promise.resolve());
|
|
626
|
+
return null;
|
|
627
|
+
}
|
|
628
|
+
const { buildId, query, params, parsedUrl, pageIsDynamic, buildManifest, nextFontManifest, reactLoadableManifest, serverActionsManifest, clientReferenceManifest, subresourceIntegrityManifest, prerenderManifest, isDraftMode, resolvedPathname, revalidateOnlyGenerated, routerServerContext, nextConfig, interceptionRoutePatterns } = prepareResult;
|
|
629
|
+
const pathname = parsedUrl.pathname || '/';
|
|
630
|
+
const normalizedSrcPage = (0,next_dist_shared_lib_router_utils_app_paths__WEBPACK_IMPORTED_MODULE_14__.normalizeAppPath)(srcPage);
|
|
631
|
+
let { isOnDemandRevalidate } = prepareResult;
|
|
632
|
+
const prerenderInfo = routeModule.match(pathname, prerenderManifest);
|
|
633
|
+
const isPrerendered = !!prerenderManifest.routes[resolvedPathname];
|
|
634
|
+
let isSSG = Boolean(prerenderInfo || isPrerendered || prerenderManifest.routes[normalizedSrcPage]);
|
|
635
|
+
const userAgent = req.headers['user-agent'] || '';
|
|
636
|
+
const botType = (0,next_dist_shared_lib_router_utils_is_bot__WEBPACK_IMPORTED_MODULE_17__.getBotType)(userAgent);
|
|
637
|
+
const isHtmlBot = (0,next_dist_server_lib_streaming_metadata__WEBPACK_IMPORTED_MODULE_12__.isHtmlBotRequest)(req);
|
|
638
|
+
/**
|
|
639
|
+
* If true, this indicates that the request being made is for an app
|
|
640
|
+
* prefetch request.
|
|
641
|
+
*/ const isPrefetchRSCRequest = (0,next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4__.getRequestMeta)(req, 'isPrefetchRSCRequest') ?? req.headers[next_dist_client_components_app_router_headers__WEBPACK_IMPORTED_MODULE_16__.NEXT_ROUTER_PREFETCH_HEADER] === '1' // exclude runtime prefetches, which use '2'
|
|
642
|
+
;
|
|
643
|
+
// NOTE: Don't delete headers[RSC] yet, it still needs to be used in renderToHTML later
|
|
644
|
+
const isRSCRequest = (0,next_dist_server_request_meta__WEBPACK_IMPORTED_MODULE_4__.getRequestMeta)(req, 'isRSCRequest') ?? Boolean(req.headers[next_dist_client_components_app_router_headers__WEBPACK_IMPORTED_MODULE_16__.RSC_HEADER]);
|
|
645
|
+
const isPossibleServerAction = (0,next_dist_server_lib_server_action_request_meta__WEBPACK_IMPORTED_MODULE_15__.getIsPossibleServerAction)(req);
|
|
646
|
+
/**
|
|
647
|
+
* If the route being rendered is an app page, and the ppr feature has been
|
|
648
|
+
* enabled, then the given route _could_ support PPR.
|
|
649
|
+
*/ const couldSupportPPR = (0,next_dist_server_lib_experimental_ppr__WEBPACK_IMPORTED_MODULE_9__.checkIsAppPPREnabled)(nextConfig.experimental.ppr);
|
|
650
|
+
// When enabled, this will allow the use of the `?__nextppronly` query to
|
|
651
|
+
// enable debugging of the static shell.
|
|
652
|
+
const hasDebugStaticShellQuery = false && 0;
|
|
653
|
+
// When enabled, this will allow the use of the `?__nextppronly` query
|
|
654
|
+
// to enable debugging of the fallback shell.
|
|
655
|
+
const hasDebugFallbackShellQuery = hasDebugStaticShellQuery && query.__nextppronly === 'fallback';
|
|
656
|
+
// This page supports PPR if it is marked as being `PARTIALLY_STATIC` in the
|
|
657
|
+
// prerender manifest and this is an app page.
|
|
658
|
+
const isRoutePPREnabled = couldSupportPPR && (((_this = prerenderManifest.routes[normalizedSrcPage] ?? prerenderManifest.dynamicRoutes[normalizedSrcPage]) == null ? void 0 : _this.renderingMode) === 'PARTIALLY_STATIC' || // Ideally we'd want to check the appConfig to see if this page has PPR
|
|
659
|
+
// enabled or not, but that would require plumbing the appConfig through
|
|
660
|
+
// to the server during development. We assume that the page supports it
|
|
661
|
+
// but only during development.
|
|
662
|
+
hasDebugStaticShellQuery && (routeModule.isDev === true || (routerServerContext == null ? void 0 : routerServerContext.experimentalTestProxy) === true));
|
|
663
|
+
const isDebugStaticShell = hasDebugStaticShellQuery && isRoutePPREnabled;
|
|
664
|
+
// We should enable debugging dynamic accesses when the static shell
|
|
665
|
+
// debugging has been enabled and we're also in development mode.
|
|
666
|
+
const isDebugDynamicAccesses = isDebugStaticShell && routeModule.isDev === true;
|
|
667
|
+
const isDebugFallbackShell = hasDebugFallbackShellQuery && isRoutePPREnabled;
|
|
298
668
|
// If we're in minimal mode, then try to get the postponed information from
|
|
299
669
|
// the request metadata. If available, use it for resuming the postponed
|
|
300
670
|
// render.
|
|
@@ -351,7 +721,7 @@ async function handler(req, res, ctx) {
|
|
|
351
721
|
...next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__,
|
|
352
722
|
tree,
|
|
353
723
|
pages,
|
|
354
|
-
GlobalError:
|
|
724
|
+
GlobalError: _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__["default"],
|
|
355
725
|
handler,
|
|
356
726
|
routeModule,
|
|
357
727
|
__next_app__
|
|
@@ -1029,417 +1399,47 @@ async function handler(req, res, ctx) {
|
|
|
1029
1399
|
'http.target': req.url
|
|
1030
1400
|
}
|
|
1031
1401
|
}, handleResponse));
|
|
1032
|
-
}
|
|
1033
|
-
} catch (err) {
|
|
1034
|
-
if (!(err instanceof next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24__.NoFallbackError)) {
|
|
1035
|
-
await routeModule.onRequestError(req, err, {
|
|
1036
|
-
routerKind: 'App Router',
|
|
1037
|
-
routePath: srcPage,
|
|
1038
|
-
routeType: 'render',
|
|
1039
|
-
revalidateReason: (0,next_dist_server_instrumentation_utils__WEBPACK_IMPORTED_MODULE_2__/* .getRevalidateReason */ .c)({
|
|
1040
|
-
isRevalidate: isSSG,
|
|
1041
|
-
isOnDemandRevalidate
|
|
1042
|
-
})
|
|
1043
|
-
}, routerServerContext);
|
|
1044
|
-
}
|
|
1045
|
-
// rethrow so that we can handle serving error page
|
|
1046
|
-
throw err;
|
|
1047
|
-
}
|
|
1048
|
-
}
|
|
1049
|
-
// TODO: omit this from production builds, only test builds should include it
|
|
1050
|
-
/**
|
|
1051
|
-
* Creates a readable stream that emits a PPR boundary sentinel.
|
|
1052
|
-
*
|
|
1053
|
-
* @returns A readable stream that emits a PPR boundary sentinel.
|
|
1054
|
-
*/ function createPPRBoundarySentinel() {
|
|
1055
|
-
return new ReadableStream({
|
|
1056
|
-
start (controller) {
|
|
1057
|
-
controller.enqueue(new TextEncoder().encode('<!-- PPR_BOUNDARY_SENTINEL -->'));
|
|
1058
|
-
controller.close();
|
|
1059
|
-
}
|
|
1060
|
-
});
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
//# sourceMappingURL=app-page.js.map
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
/***/ }),
|
|
1067
|
-
|
|
1068
|
-
/***/ 10846:
|
|
1069
|
-
/***/ ((module) => {
|
|
1070
|
-
|
|
1071
|
-
"use strict";
|
|
1072
|
-
module.exports = require("next/dist/compiled/next-server/app-page.runtime.prod.js");
|
|
1073
|
-
|
|
1074
|
-
/***/ }),
|
|
1075
|
-
|
|
1076
|
-
/***/ 19121:
|
|
1077
|
-
/***/ ((module) => {
|
|
1078
|
-
|
|
1079
|
-
"use strict";
|
|
1080
|
-
module.exports = require("next/dist/server/app-render/action-async-storage.external.js");
|
|
1081
|
-
|
|
1082
|
-
/***/ }),
|
|
1083
|
-
|
|
1084
|
-
/***/ 19771:
|
|
1085
|
-
/***/ ((module) => {
|
|
1086
|
-
|
|
1087
|
-
"use strict";
|
|
1088
|
-
module.exports = require("process");
|
|
1089
|
-
|
|
1090
|
-
/***/ }),
|
|
1091
|
-
|
|
1092
|
-
/***/ 24546:
|
|
1093
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1094
|
-
|
|
1095
|
-
"use strict";
|
|
1096
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1097
|
-
/* harmony export */ Mxu: () => (/* reexport safe */ _Users_pingel_git_repos_github_com_The_AI_Alliance_semiont_packages_react_ui_dist_index_mjs__WEBPACK_IMPORTED_MODULE_0__.PageLayout)
|
|
1098
|
-
/* harmony export */ });
|
|
1099
|
-
/* harmony import */ var _Users_pingel_git_repos_github_com_The_AI_Alliance_semiont_packages_react_ui_dist_index_mjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(30658);
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
/***/ }),
|
|
1104
|
-
|
|
1105
|
-
/***/ 26713:
|
|
1106
|
-
/***/ ((module) => {
|
|
1107
|
-
|
|
1108
|
-
"use strict";
|
|
1109
|
-
module.exports = require("next/dist/shared/lib/router/utils/is-bot");
|
|
1110
|
-
|
|
1111
|
-
/***/ }),
|
|
1112
|
-
|
|
1113
|
-
/***/ 28354:
|
|
1114
|
-
/***/ ((module) => {
|
|
1115
|
-
|
|
1116
|
-
"use strict";
|
|
1117
|
-
module.exports = require("util");
|
|
1118
|
-
|
|
1119
|
-
/***/ }),
|
|
1120
|
-
|
|
1121
|
-
/***/ 29294:
|
|
1122
|
-
/***/ ((module) => {
|
|
1123
|
-
|
|
1124
|
-
"use strict";
|
|
1125
|
-
module.exports = require("next/dist/server/app-render/work-async-storage.external.js");
|
|
1126
|
-
|
|
1127
|
-
/***/ }),
|
|
1128
|
-
|
|
1129
|
-
/***/ 31374:
|
|
1130
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1131
|
-
|
|
1132
|
-
"use strict";
|
|
1133
|
-
__webpack_require__.r(__webpack_exports__);
|
|
1134
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1135
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1136
|
-
/* harmony export */ });
|
|
1137
|
-
/* harmony import */ var react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25459);
|
|
1138
|
-
/* 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__);
|
|
1139
|
-
// This file is generated by the Webpack next-flight-loader.
|
|
1140
|
-
|
|
1141
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
1142
|
-
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/[locale]/terms/page.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."); },
|
|
1143
|
-
"/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/[locale]/terms/page.tsx",
|
|
1144
|
-
"default",
|
|
1145
|
-
));
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
/***/ }),
|
|
1149
|
-
|
|
1150
|
-
/***/ 33873:
|
|
1151
|
-
/***/ ((module) => {
|
|
1152
|
-
|
|
1153
|
-
"use strict";
|
|
1154
|
-
module.exports = require("path");
|
|
1155
|
-
|
|
1156
|
-
/***/ }),
|
|
1157
|
-
|
|
1158
|
-
/***/ 41025:
|
|
1159
|
-
/***/ ((module) => {
|
|
1160
|
-
|
|
1161
|
-
"use strict";
|
|
1162
|
-
module.exports = require("next/dist/server/app-render/dynamic-access-async-storage.external.js");
|
|
1163
|
-
|
|
1164
|
-
/***/ }),
|
|
1165
|
-
|
|
1166
|
-
/***/ 43112:
|
|
1167
|
-
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1168
|
-
|
|
1169
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 31374));
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
/***/ }),
|
|
1173
|
-
|
|
1174
|
-
/***/ 63033:
|
|
1175
|
-
/***/ ((module) => {
|
|
1176
|
-
|
|
1177
|
-
"use strict";
|
|
1178
|
-
module.exports = require("next/dist/server/app-render/work-unit-async-storage.external.js");
|
|
1179
|
-
|
|
1180
|
-
/***/ }),
|
|
1181
|
-
|
|
1182
|
-
/***/ 72485:
|
|
1183
|
-
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
1184
|
-
|
|
1185
|
-
"use strict";
|
|
1186
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1187
|
-
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1188
|
-
/* harmony export */ });
|
|
1189
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31768);
|
|
1190
|
-
|
|
1191
|
-
function TrashIcon({ title, titleId, ...props }, svgRef) {
|
|
1192
|
-
return /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", Object.assign({
|
|
1193
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1194
|
-
fill: "none",
|
|
1195
|
-
viewBox: "0 0 24 24",
|
|
1196
|
-
strokeWidth: 1.5,
|
|
1197
|
-
stroke: "currentColor",
|
|
1198
|
-
"aria-hidden": "true",
|
|
1199
|
-
"data-slot": "icon",
|
|
1200
|
-
ref: svgRef,
|
|
1201
|
-
"aria-labelledby": titleId
|
|
1202
|
-
}, props), title ? /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("title", {
|
|
1203
|
-
id: titleId
|
|
1204
|
-
}, title) : null, /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
1205
|
-
strokeLinecap: "round",
|
|
1206
|
-
strokeLinejoin: "round",
|
|
1207
|
-
d: "m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0"
|
|
1208
|
-
}));
|
|
1402
|
+
}
|
|
1403
|
+
} catch (err) {
|
|
1404
|
+
if (!(err instanceof next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24__.NoFallbackError)) {
|
|
1405
|
+
await routeModule.onRequestError(req, err, {
|
|
1406
|
+
routerKind: 'App Router',
|
|
1407
|
+
routePath: srcPage,
|
|
1408
|
+
routeType: 'render',
|
|
1409
|
+
revalidateReason: (0,next_dist_server_instrumentation_utils__WEBPACK_IMPORTED_MODULE_2__/* .getRevalidateReason */ .c)({
|
|
1410
|
+
isRevalidate: isSSG,
|
|
1411
|
+
isOnDemandRevalidate
|
|
1412
|
+
})
|
|
1413
|
+
}, routerServerContext);
|
|
1414
|
+
}
|
|
1415
|
+
// rethrow so that we can handle serving error page
|
|
1416
|
+
throw err;
|
|
1417
|
+
}
|
|
1209
1418
|
}
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
/* harmony export */ });
|
|
1223
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31768);
|
|
1224
|
-
|
|
1225
|
-
function XMarkIcon({ title, titleId, ...props }, svgRef) {
|
|
1226
|
-
return /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", Object.assign({
|
|
1227
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1228
|
-
fill: "none",
|
|
1229
|
-
viewBox: "0 0 24 24",
|
|
1230
|
-
strokeWidth: 1.5,
|
|
1231
|
-
stroke: "currentColor",
|
|
1232
|
-
"aria-hidden": "true",
|
|
1233
|
-
"data-slot": "icon",
|
|
1234
|
-
ref: svgRef,
|
|
1235
|
-
"aria-labelledby": titleId
|
|
1236
|
-
}, props), title ? /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("title", {
|
|
1237
|
-
id: titleId
|
|
1238
|
-
}, title) : null, /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
1239
|
-
strokeLinecap: "round",
|
|
1240
|
-
strokeLinejoin: "round",
|
|
1241
|
-
d: "M6 18 18 6M6 6l12 12"
|
|
1242
|
-
}));
|
|
1419
|
+
// TODO: omit this from production builds, only test builds should include it
|
|
1420
|
+
/**
|
|
1421
|
+
* Creates a readable stream that emits a PPR boundary sentinel.
|
|
1422
|
+
*
|
|
1423
|
+
* @returns A readable stream that emits a PPR boundary sentinel.
|
|
1424
|
+
*/ function createPPRBoundarySentinel() {
|
|
1425
|
+
return new ReadableStream({
|
|
1426
|
+
start (controller) {
|
|
1427
|
+
controller.enqueue(new TextEncoder().encode('<!-- PPR_BOUNDARY_SENTINEL -->'));
|
|
1428
|
+
controller.close();
|
|
1429
|
+
}
|
|
1430
|
+
});
|
|
1243
1431
|
}
|
|
1244
|
-
const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(XMarkIcon);
|
|
1245
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ForwardRef);
|
|
1246
|
-
|
|
1247
1432
|
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
/***/ 79551:
|
|
1251
|
-
/***/ ((module) => {
|
|
1433
|
+
//# sourceMappingURL=app-page.js.map
|
|
1252
1434
|
|
|
1253
|
-
"use strict";
|
|
1254
|
-
module.exports = require("url");
|
|
1255
1435
|
|
|
1256
1436
|
/***/ }),
|
|
1257
1437
|
|
|
1258
|
-
/***/
|
|
1259
|
-
/***/ ((__unused_webpack_module,
|
|
1260
|
-
|
|
1261
|
-
"use strict";
|
|
1262
|
-
__webpack_require__.r(__webpack_exports__);
|
|
1263
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1264
|
-
/* harmony export */ "default": () => (/* binding */ TermsOfService)
|
|
1265
|
-
/* harmony export */ });
|
|
1266
|
-
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(78157);
|
|
1267
|
-
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
|
|
1268
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(31768);
|
|
1269
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
|
|
1270
|
-
/* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(94496);
|
|
1271
|
-
/* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(next_link__WEBPACK_IMPORTED_MODULE_2__);
|
|
1272
|
-
/* harmony import */ var next_intl__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(72668);
|
|
1273
|
-
/* harmony import */ var next_intl__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(16917);
|
|
1274
|
-
/* harmony import */ var _barrel_optimize_names_PageLayout_semiont_react_ui__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(24546);
|
|
1275
|
-
/* harmony import */ var _components_CookiePreferences__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(76159);
|
|
1276
|
-
/* harmony import */ var _contexts_KeyboardShortcutsContext__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(99192);
|
|
1277
|
-
/* harmony import */ var _lib_routing__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(32302);
|
|
1278
|
-
/* __next_internal_client_entry_do_not_use__ default auto */
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
function TermsOfService() {
|
|
1287
|
-
const t = (0,next_intl__WEBPACK_IMPORTED_MODULE_7__/* .useTranslations */ .c)('Terms');
|
|
1288
|
-
const tFooter = (0,next_intl__WEBPACK_IMPORTED_MODULE_7__/* .useTranslations */ .c)('Footer');
|
|
1289
|
-
const tNav = (0,next_intl__WEBPACK_IMPORTED_MODULE_7__/* .useTranslations */ .c)('Navigation');
|
|
1290
|
-
const tHome = (0,next_intl__WEBPACK_IMPORTED_MODULE_7__/* .useTranslations */ .c)('Home');
|
|
1291
|
-
const locale = (0,next_intl__WEBPACK_IMPORTED_MODULE_8__/* .useLocale */ .Ym)();
|
|
1292
|
-
const keyboardContext = (0,react__WEBPACK_IMPORTED_MODULE_1__.useContext)(_contexts_KeyboardShortcutsContext__WEBPACK_IMPORTED_MODULE_5__/* .KeyboardShortcutsContext */ .GZ);
|
|
1293
|
-
return /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_barrel_optimize_names_PageLayout_semiont_react_ui__WEBPACK_IMPORTED_MODULE_3__/* .PageLayout */ .Mxu, {
|
|
1294
|
-
Link: _lib_routing__WEBPACK_IMPORTED_MODULE_6__/* .Link */ .N,
|
|
1295
|
-
routes: _lib_routing__WEBPACK_IMPORTED_MODULE_6__/* .routes */ .J,
|
|
1296
|
-
t: tFooter,
|
|
1297
|
-
tNav: tNav,
|
|
1298
|
-
tHome: tHome,
|
|
1299
|
-
CookiePreferences: _components_CookiePreferences__WEBPACK_IMPORTED_MODULE_4__/* .CookiePreferences */ .f,
|
|
1300
|
-
...keyboardContext?.openKeyboardHelp && {
|
|
1301
|
-
onOpenKeyboardHelp: keyboardContext.openKeyboardHelp
|
|
1302
|
-
},
|
|
1303
|
-
className: "semiont-static-page",
|
|
1304
|
-
children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", {
|
|
1305
|
-
className: "semiont-static-container",
|
|
1306
|
-
children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
|
|
1307
|
-
className: "semiont-static-content",
|
|
1308
|
-
children: [
|
|
1309
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("header", {
|
|
1310
|
-
className: "semiont-static-header",
|
|
1311
|
-
children: [
|
|
1312
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h1", {
|
|
1313
|
-
className: "semiont-static-title",
|
|
1314
|
-
children: t('pageTitle')
|
|
1315
|
-
}),
|
|
1316
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
1317
|
-
className: "semiont-static-subtitle",
|
|
1318
|
-
children: t('pageSubtitle')
|
|
1319
|
-
})
|
|
1320
|
-
]
|
|
1321
|
-
}),
|
|
1322
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("article", {
|
|
1323
|
-
className: "semiont-static-article",
|
|
1324
|
-
children: [
|
|
1325
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h2", {
|
|
1326
|
-
children: t('aupTitle')
|
|
1327
|
-
}),
|
|
1328
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
1329
|
-
children: t('aup')
|
|
1330
|
-
}),
|
|
1331
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
1332
|
-
children: t('prohibitedTitle')
|
|
1333
|
-
}),
|
|
1334
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
1335
|
-
children: t('prohibitedIntro')
|
|
1336
|
-
}),
|
|
1337
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("ul", {
|
|
1338
|
-
children: t('prohibited').split('\n').map((item, i)=>/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("li", {
|
|
1339
|
-
children: item
|
|
1340
|
-
}, i))
|
|
1341
|
-
}),
|
|
1342
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
1343
|
-
children: t('aiAllianceTitle')
|
|
1344
|
-
}),
|
|
1345
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("p", {
|
|
1346
|
-
children: [
|
|
1347
|
-
t('aiAllianceIntro'),
|
|
1348
|
-
' ',
|
|
1349
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("a", {
|
|
1350
|
-
href: "https://ai-alliance.cdn.prismic.io/ai-alliance/Zl-MG5m069VX1dgH_AIAllianceCodeofConduct.pdf",
|
|
1351
|
-
target: "_blank",
|
|
1352
|
-
rel: "noopener noreferrer",
|
|
1353
|
-
className: "semiont-static-link",
|
|
1354
|
-
children: t('aiAllianceLink')
|
|
1355
|
-
}),
|
|
1356
|
-
t('aiAllianceIncludes')
|
|
1357
|
-
]
|
|
1358
|
-
}),
|
|
1359
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("ul", {
|
|
1360
|
-
children: t('aiAlliance').split('\n').map((item, i)=>/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("li", {
|
|
1361
|
-
children: item
|
|
1362
|
-
}, i))
|
|
1363
|
-
}),
|
|
1364
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
1365
|
-
children: t('responsibilitiesTitle')
|
|
1366
|
-
}),
|
|
1367
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
1368
|
-
children: t('responsibilitiesIntro')
|
|
1369
|
-
}),
|
|
1370
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("ul", {
|
|
1371
|
-
children: t('responsibilities').split('\n').map((item, i)=>/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("li", {
|
|
1372
|
-
children: item
|
|
1373
|
-
}, i))
|
|
1374
|
-
}),
|
|
1375
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
1376
|
-
children: t('moderationTitle')
|
|
1377
|
-
}),
|
|
1378
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
1379
|
-
children: t('moderation')
|
|
1380
|
-
}),
|
|
1381
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
1382
|
-
children: t('privacyTitle')
|
|
1383
|
-
}),
|
|
1384
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("p", {
|
|
1385
|
-
children: [
|
|
1386
|
-
t('privacy').split(t('privacyLink'))[0],
|
|
1387
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)((next_link__WEBPACK_IMPORTED_MODULE_2___default()), {
|
|
1388
|
-
href: `/${locale}/privacy`,
|
|
1389
|
-
className: "semiont-static-link",
|
|
1390
|
-
children: t('privacyLink')
|
|
1391
|
-
}),
|
|
1392
|
-
t('privacy').split(t('privacyLink'))[1]
|
|
1393
|
-
]
|
|
1394
|
-
}),
|
|
1395
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
1396
|
-
children: t('ipTitle')
|
|
1397
|
-
}),
|
|
1398
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
1399
|
-
children: t('ip')
|
|
1400
|
-
}),
|
|
1401
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
1402
|
-
children: t('liabilityTitle')
|
|
1403
|
-
}),
|
|
1404
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
1405
|
-
children: t('liability')
|
|
1406
|
-
}),
|
|
1407
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
1408
|
-
children: t('changesTitle')
|
|
1409
|
-
}),
|
|
1410
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
1411
|
-
children: t('changes')
|
|
1412
|
-
}),
|
|
1413
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("h3", {
|
|
1414
|
-
children: t('contactTitle')
|
|
1415
|
-
}),
|
|
1416
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
1417
|
-
children: t('contact')
|
|
1418
|
-
}),
|
|
1419
|
-
/*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("footer", {
|
|
1420
|
-
className: "semiont-static-footer",
|
|
1421
|
-
children: /*#__PURE__*/ (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("p", {
|
|
1422
|
-
children: t('lastUpdated', {
|
|
1423
|
-
date: new Date().toLocaleDateString()
|
|
1424
|
-
})
|
|
1425
|
-
})
|
|
1426
|
-
})
|
|
1427
|
-
]
|
|
1428
|
-
})
|
|
1429
|
-
]
|
|
1430
|
-
})
|
|
1431
|
-
})
|
|
1432
|
-
});
|
|
1433
|
-
}
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
/***/ }),
|
|
1438
|
+
/***/ 88421:
|
|
1439
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1437
1440
|
|
|
1438
|
-
|
|
1439
|
-
/***/ ((module) => {
|
|
1441
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 31374));
|
|
1440
1442
|
|
|
1441
|
-
"use strict";
|
|
1442
|
-
module.exports = require("next/dist/shared/lib/no-fallback-error.external");
|
|
1443
1443
|
|
|
1444
1444
|
/***/ }),
|
|
1445
1445
|
|
|
@@ -1518,7 +1518,7 @@ const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(S
|
|
|
1518
1518
|
var __webpack_require__ = require("../../../webpack-runtime.js");
|
|
1519
1519
|
__webpack_require__.C(exports);
|
|
1520
1520
|
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
|
|
1521
|
-
var __webpack_exports__ = __webpack_require__.X(0, [4725,1854,1940,1037,7912,
|
|
1521
|
+
var __webpack_exports__ = __webpack_require__.X(0, [4725,1854,1940,1037,7912,8387,580], () => (__webpack_exec__(87587)));
|
|
1522
1522
|
module.exports = __webpack_exports__;
|
|
1523
1523
|
|
|
1524
1524
|
})();
|