@semiont/frontend 0.2.36 → 0.2.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/standalone/apps/frontend/.next/BUILD_ID +1 -1
- package/standalone/apps/frontend/.next/app-build-manifest.json +122 -122
- package/standalone/apps/frontend/.next/app-path-routes-manifest.json +8 -8
- package/standalone/apps/frontend/.next/build-manifest.json +6 -6
- package/standalone/apps/frontend/.next/prerender-manifest.json +3 -3
- package/standalone/apps/frontend/.next/required-server-files.json +4 -4
- package/standalone/apps/frontend/.next/server/app/[locale]/about/page.js +35 -35
- package/standalone/apps/frontend/.next/server/app/[locale]/about/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/about/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/devops/page.js +49 -49
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/devops/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/devops/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/page.js +69 -69
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/security/page.js +158 -158
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/security/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/security/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/users/page.js +121 -121
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/users/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/admin/users/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/error/page.js +440 -440
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/error/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/error/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/mcp-setup/route.js +62 -62
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/mcp-setup/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/mcp-setup/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signin/page.js +25 -25
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signin/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signin/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signup/page.js +270 -270
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signup/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/signup/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/welcome/page.js +250 -250
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/welcome/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/auth/welcome/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/compose/page.js +46 -46
- package/standalone/apps/frontend/.next/server/app/[locale]/know/compose/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/compose/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/discover/page.js +18 -18
- package/standalone/apps/frontend/.next/server/app/[locale]/know/discover/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/discover/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/page.js +135 -135
- package/standalone/apps/frontend/.next/server/app/[locale]/know/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/resource/[id]/page.js +1454 -1454
- package/standalone/apps/frontend/.next/server/app/[locale]/know/resource/[id]/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/know/resource/[id]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/entity-tags/page.js +1440 -1440
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/entity-tags/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/entity-tags/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/page.js +632 -632
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/recent/page.js +79 -79
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/recent/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/recent/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/tag-schemas/page.js +1613 -1613
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/tag-schemas/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/moderate/tag-schemas/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/page.js +262 -262
- package/standalone/apps/frontend/.next/server/app/[locale]/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/privacy/page.js +125 -125
- package/standalone/apps/frontend/.next/server/app/[locale]/privacy/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/privacy/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/terms/page.js +604 -604
- package/standalone/apps/frontend/.next/server/app/[locale]/terms/page.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/[locale]/terms/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/_not-found/page.js +358 -358
- package/standalone/apps/frontend/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/_not-found.html +1 -1
- package/standalone/apps/frontend/.next/server/app/_not-found.rsc +3 -3
- package/standalone/apps/frontend/.next/server/app/api/auth/[...nextauth]/route.js +113 -113
- package/standalone/apps/frontend/.next/server/app/api/auth/[...nextauth]/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/api/auth/[...nextauth]/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/api/cookies/consent/route.js +64 -64
- package/standalone/apps/frontend/.next/server/app/api/cookies/consent/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/api/cookies/consent/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/api/cookies/export/route.js +42 -42
- package/standalone/apps/frontend/.next/server/app/api/cookies/export/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/api/cookies/export/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app/api/resources/[id]/route.js +111 -111
- package/standalone/apps/frontend/.next/server/app/api/resources/[id]/route.js.nft.json +1 -1
- package/standalone/apps/frontend/.next/server/app/api/resources/[id]/route_client-reference-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/app-paths-manifest.json +8 -8
- package/standalone/apps/frontend/.next/server/chunks/1037.js +4 -4
- package/standalone/apps/frontend/.next/server/chunks/1854.js +55 -55
- package/standalone/apps/frontend/.next/server/chunks/1940.js +388 -388
- package/standalone/apps/frontend/.next/server/chunks/{5137.js → 5015.js} +20 -20
- package/standalone/apps/frontend/.next/server/chunks/{4331.js → 5919.js} +12 -12
- package/standalone/apps/frontend/.next/server/chunks/7912.js +195 -195
- package/standalone/apps/frontend/.next/server/chunks/{255.js → 8387.js} +127 -127
- package/standalone/apps/frontend/.next/server/middleware-build-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/middleware-manifest.json +5 -5
- package/standalone/apps/frontend/.next/server/next-font-manifest.js +1 -1
- package/standalone/apps/frontend/.next/server/next-font-manifest.json +1 -1
- package/standalone/apps/frontend/.next/server/pages/404.html +1 -1
- package/standalone/apps/frontend/.next/server/pages/500.html +1 -1
- package/standalone/apps/frontend/.next/server/server-reference-manifest.json +1 -1
- package/standalone/apps/frontend/.next/server/src/middleware.js +10636 -10636
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/about/page-28023b5ae5e22ad9.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/devops/{page-a9093490466b2b37.js → page-da9614b9f1606d7b.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/{layout-5af3f431ec0b3338.js → layout-62ef934e6bcc18b1.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/page-fc5e1da86912c64f.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/security/page-8031d11e8dccef6c.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/users/{page-1952f839f1e5aec3.js → page-a978206777229291.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/error/{page-c72ec26a8cc98e35.js → page-4e5ee1553c6d8ebe.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/mcp-setup/route-e1d196e7f8d38edd.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/signin/{page-180f998c19826597.js → page-c878d25b0ae5069c.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/signup/{page-f1ccc995126a89a8.js → page-1292f2664ce93b63.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/welcome/{page-f57e39b176753cc4.js → page-7e79cf1f705618db.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/compose/{page-9b4223dae15c8d0c.js → page-7c16ece328eb4a91.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/discover/{page-926f8f5f5569695e.js → page-f9d0032f45241437.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/{layout-5ab3b200e60ffd91.js → layout-83fe577a1460d915.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/{page-55d3c0928a59e55f.js → page-5349aaee3976e1bb.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/resource/[id]/page-4cb67f9bf8be8f1a.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/{layout-a298c8dc1488a191.js → layout-2f6c82f89ff0fb38.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/entity-tags/page-f76e2312764ebe0c.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/{layout-fceb080211969ed7.js → layout-63abc0b7153c03d3.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/{page-3d971aeb0ca1324a.js → page-7bc1b2215ffcdde0.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/recent/{page-3a7a7a375c4338f5.js → page-a00695b21e364495.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/tag-schemas/{page-47f0c2c1cfb3e969.js → page-874ddff1c67dd96a.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/{not-found-cd4d3962209aaa67.js → not-found-9338290efe925a85.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/{page-e6857bdeef2ade5e.js → page-46fad01f54cffcaf.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/privacy/{page-2018e48e55ecea79.js → page-7034c8af05b702cd.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/terms/{page-87dc1af32b067913.js → page-fbfecd018ce6acdd.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/api/auth/[...nextauth]/route-24502971e8577474.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/api/cookies/consent/route-680f8e085df19751.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/api/cookies/export/route-5c5bd56c39187fd1.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/app/api/resources/[id]/{route-41d8347af9354a15.js → route-e5f4f3f1353c7a86.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/{error-092a0e51a706052b.js → error-4ec2f52abc66bc6c.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/global-error-c894441824fc03d1.js +1 -0
- package/standalone/apps/frontend/.next/static/chunks/{common-cafbbd01b1c3775d.js → common-d8e3aad4ef182cd5.js} +1 -1
- package/standalone/apps/frontend/.next/static/chunks/main-app-4616290e0bdaf4ae.js +1 -0
- package/standalone/apps/frontend/package.json +3 -3
- package/standalone/apps/frontend/server.js +1 -1
- package/standalone/node_modules/@img/{sharp-libvips-darwin-arm64/lib/libvips-cpp.8.17.3.dylib → sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3} +0 -0
- package/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/package.json +11 -5
- package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +1 -0
- package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +42 -0
- package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +30 -0
- package/standalone/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
- package/standalone/node_modules/@img/{sharp-darwin-arm64 → sharp-linux-x64}/package.json +13 -7
- package/standalone/node_modules/@img/sharp-linuxmusl-x64/LICENSE +191 -0
- package/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
- package/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +46 -0
- package/standalone/package.json +4 -2
- package/standalone/packages/core/package.json +1 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/about/page-d8aed1a2b6034adb.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/page-b8a11ecf0fc92f87.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/admin/security/page-d36785d6e4d45d3a.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/auth/mcp-setup/route-d3c1c9e26edf790a.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/know/resource/[id]/page-0de67bf833ae4a3f.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/[locale]/moderate/entity-tags/page-a245859e2ddd4e05.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/api/auth/[...nextauth]/route-7469fd42a9044d71.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/api/cookies/consent/route-b6458d3daaa96918.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/api/cookies/export/route-78e35b60a682d097.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/app/global-error-6d117072fb9faa75.js +0 -1
- package/standalone/apps/frontend/.next/static/chunks/main-app-49c62e2894aa25dd.js +0 -1
- package/standalone/apps/frontend/public/android-chrome-192x192.png +0 -0
- package/standalone/apps/frontend/public/android-chrome-512x512.png +0 -0
- package/standalone/apps/frontend/public/apple-touch-icon.png +0 -0
- package/standalone/apps/frontend/public/favicon-128x128.png +0 -0
- package/standalone/apps/frontend/public/favicon-16x16.png +0 -0
- package/standalone/apps/frontend/public/favicon-32x32.png +0 -0
- package/standalone/apps/frontend/public/favicon-48x48.png +0 -0
- package/standalone/apps/frontend/public/favicon-64x64.png +0 -0
- package/standalone/apps/frontend/public/favicon-96x96.png +0 -0
- package/standalone/apps/frontend/public/favicon.ico +0 -0
- package/standalone/apps/frontend/public/favicon.svg +0 -47
- package/standalone/apps/frontend/public/site.webmanifest +0 -19
- package/standalone/node_modules/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node +0 -0
- /package/standalone/apps/frontend/.next/static/{OpFkYY-cw7w7h5hHBfiKG → guJTVgKDvrNJVGaUPYdEy}/_buildManifest.js +0 -0
- /package/standalone/apps/frontend/.next/static/{OpFkYY-cw7w7h5hHBfiKG → guJTVgKDvrNJVGaUPYdEy}/_ssgManifest.js +0 -0
- /package/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/lib/index.js +0 -0
- /package/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/versions.json +0 -0
- /package/standalone/node_modules/@img/{sharp-darwin-arm64 → sharp-linux-x64}/LICENSE +0 -0
|
@@ -54,246 +54,13 @@ const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(C
|
|
|
54
54
|
|
|
55
55
|
/***/ }),
|
|
56
56
|
|
|
57
|
-
/***/
|
|
58
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
59
|
-
|
|
60
|
-
"use strict";
|
|
61
|
-
// ESM COMPAT FLAG
|
|
62
|
-
__webpack_require__.r(__webpack_exports__);
|
|
63
|
-
|
|
64
|
-
// EXPORTS
|
|
65
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
66
|
-
"default": () => (/* binding */ Home)
|
|
67
|
-
});
|
|
68
|
-
|
|
69
|
-
// EXTERNAL MODULE: ../../node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js
|
|
70
|
-
var react_jsx_runtime = __webpack_require__(78157);
|
|
71
|
-
// EXTERNAL MODULE: ../../node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js
|
|
72
|
-
var react = __webpack_require__(31768);
|
|
73
|
-
// EXTERNAL MODULE: ../../node_modules/next-auth/react/index.js
|
|
74
|
-
var next_auth_react = __webpack_require__(16422);
|
|
75
|
-
// EXTERNAL MODULE: ../../node_modules/next/dist/client/app-dir/link.js
|
|
76
|
-
var app_dir_link = __webpack_require__(94496);
|
|
77
|
-
var link_default = /*#__PURE__*/__webpack_require__.n(app_dir_link);
|
|
78
|
-
// EXTERNAL MODULE: ../../node_modules/next-intl/dist/esm/production/react-client/index.js
|
|
79
|
-
var react_client = __webpack_require__(72668);
|
|
80
|
-
// EXTERNAL MODULE: ../../packages/react-ui/dist/index.mjs + 27 modules
|
|
81
|
-
var dist = __webpack_require__(30658);
|
|
82
|
-
;// __barrel_optimize__?names=Footer,SemiontBranding,buttonStyles!=!../../packages/react-ui/dist/index.mjs
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
// EXTERNAL MODULE: ./src/components/CookiePreferences.tsx
|
|
86
|
-
var CookiePreferences = __webpack_require__(76159);
|
|
87
|
-
// EXTERNAL MODULE: ./src/contexts/KeyboardShortcutsContext.tsx + 3 modules
|
|
88
|
-
var KeyboardShortcutsContext = __webpack_require__(99192);
|
|
89
|
-
// EXTERNAL MODULE: ./src/lib/routing.ts
|
|
90
|
-
var routing = __webpack_require__(32302);
|
|
91
|
-
;// ./src/app/[locale]/page.tsx
|
|
92
|
-
/* __next_internal_client_entry_do_not_use__ default auto */
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
function Home() {
|
|
103
|
-
const { data: session, status } = (0,next_auth_react.useSession)();
|
|
104
|
-
const t = (0,react_client/* useTranslations */.c)('Home');
|
|
105
|
-
const tFooter = (0,react_client/* useTranslations */.c)('Footer');
|
|
106
|
-
const keyboardContext = (0,react.useContext)(KeyboardShortcutsContext/* KeyboardShortcutsContext */.GZ);
|
|
107
|
-
return /*#__PURE__*/ (0,react_jsx_runtime.jsxs)("div", {
|
|
108
|
-
className: "flex flex-col min-h-screen",
|
|
109
|
-
children: [
|
|
110
|
-
/*#__PURE__*/ (0,react_jsx_runtime.jsx)("main", {
|
|
111
|
-
className: "flex-1 flex flex-col items-center justify-center p-24",
|
|
112
|
-
role: "main",
|
|
113
|
-
children: /*#__PURE__*/ (0,react_jsx_runtime.jsx)("div", {
|
|
114
|
-
className: "z-10 w-full max-w-5xl items-center justify-between font-sans text-sm",
|
|
115
|
-
children: status === "loading" ? /*#__PURE__*/ (0,react_jsx_runtime.jsx)("div", {
|
|
116
|
-
className: "text-center",
|
|
117
|
-
children: /*#__PURE__*/ (0,react_jsx_runtime.jsx)("p", {
|
|
118
|
-
className: "text-gray-600 dark:text-gray-300",
|
|
119
|
-
children: t('loading')
|
|
120
|
-
})
|
|
121
|
-
}) : /*#__PURE__*/ (0,react_jsx_runtime.jsxs)("div", {
|
|
122
|
-
className: "text-center space-y-8",
|
|
123
|
-
children: [
|
|
124
|
-
/*#__PURE__*/ (0,react_jsx_runtime.jsxs)("section", {
|
|
125
|
-
"aria-labelledby": "hero-heading",
|
|
126
|
-
className: "py-8",
|
|
127
|
-
children: [
|
|
128
|
-
/*#__PURE__*/ (0,react_jsx_runtime.jsx)("h1", {
|
|
129
|
-
id: "hero-heading",
|
|
130
|
-
className: "sr-only",
|
|
131
|
-
children: "Semiont - AI-Powered Research Platform"
|
|
132
|
-
}),
|
|
133
|
-
/*#__PURE__*/ (0,react_jsx_runtime.jsx)(dist.SemiontBranding, {
|
|
134
|
-
t: t,
|
|
135
|
-
size: "xl",
|
|
136
|
-
animated: true,
|
|
137
|
-
className: "mb-8"
|
|
138
|
-
}),
|
|
139
|
-
/*#__PURE__*/ (0,react_jsx_runtime.jsx)("p", {
|
|
140
|
-
className: "text-xl text-gray-600 dark:text-gray-300 font-sans max-w-4xl mx-auto px-4",
|
|
141
|
-
children: t('description')
|
|
142
|
-
})
|
|
143
|
-
]
|
|
144
|
-
}),
|
|
145
|
-
/*#__PURE__*/ (0,react_jsx_runtime.jsx)("div", {
|
|
146
|
-
className: "flex gap-4 justify-center items-center flex-wrap",
|
|
147
|
-
children: session?.backendToken ? // Authenticated users see different actions
|
|
148
|
-
/*#__PURE__*/ (0,react_jsx_runtime.jsxs)(react_jsx_runtime.Fragment, {
|
|
149
|
-
children: [
|
|
150
|
-
/*#__PURE__*/ (0,react_jsx_runtime.jsx)((link_default()), {
|
|
151
|
-
href: "/know",
|
|
152
|
-
className: dist.buttonStyles.primary.base,
|
|
153
|
-
children: t('continueToKnowledgeBase')
|
|
154
|
-
}),
|
|
155
|
-
/*#__PURE__*/ (0,react_jsx_runtime.jsx)((link_default()), {
|
|
156
|
-
href: "/about",
|
|
157
|
-
className: dist.buttonStyles.secondary.base,
|
|
158
|
-
children: t('learnMore')
|
|
159
|
-
})
|
|
160
|
-
]
|
|
161
|
-
}) : // Non-authenticated users see sign in/up options
|
|
162
|
-
/*#__PURE__*/ (0,react_jsx_runtime.jsxs)(react_jsx_runtime.Fragment, {
|
|
163
|
-
children: [
|
|
164
|
-
/*#__PURE__*/ (0,react_jsx_runtime.jsx)((link_default()), {
|
|
165
|
-
href: "/about",
|
|
166
|
-
className: dist.buttonStyles.secondary.base,
|
|
167
|
-
children: t('learnMore')
|
|
168
|
-
}),
|
|
169
|
-
/*#__PURE__*/ (0,react_jsx_runtime.jsx)((link_default()), {
|
|
170
|
-
href: "/auth/signup",
|
|
171
|
-
className: dist.buttonStyles.primary.base,
|
|
172
|
-
children: t('signUp')
|
|
173
|
-
}),
|
|
174
|
-
/*#__PURE__*/ (0,react_jsx_runtime.jsx)("button", {
|
|
175
|
-
onClick: ()=>(0,next_auth_react.signIn)(undefined, {
|
|
176
|
-
callbackUrl: '/know'
|
|
177
|
-
}),
|
|
178
|
-
className: dist.buttonStyles.primary.base,
|
|
179
|
-
type: "button",
|
|
180
|
-
children: t('signIn')
|
|
181
|
-
})
|
|
182
|
-
]
|
|
183
|
-
})
|
|
184
|
-
})
|
|
185
|
-
]
|
|
186
|
-
})
|
|
187
|
-
})
|
|
188
|
-
}),
|
|
189
|
-
/*#__PURE__*/ (0,react_jsx_runtime.jsx)(dist.Footer, {
|
|
190
|
-
Link: routing/* Link */.N,
|
|
191
|
-
routes: routing/* routes */.J,
|
|
192
|
-
t: tFooter,
|
|
193
|
-
CookiePreferences: CookiePreferences/* CookiePreferences */.f,
|
|
194
|
-
...keyboardContext?.openKeyboardHelp && {
|
|
195
|
-
onOpenKeyboardHelp: keyboardContext.openKeyboardHelp
|
|
196
|
-
}
|
|
197
|
-
})
|
|
198
|
-
]
|
|
199
|
-
});
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
/***/ }),
|
|
204
|
-
|
|
205
|
-
/***/ 8650:
|
|
206
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
207
|
-
|
|
208
|
-
"use strict";
|
|
209
|
-
__webpack_require__.r(__webpack_exports__);
|
|
210
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
211
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
212
|
-
/* harmony export */ });
|
|
213
|
-
/* harmony import */ var react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25459);
|
|
214
|
-
/* 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__);
|
|
215
|
-
// This file is generated by the Webpack next-flight-loader.
|
|
216
|
-
|
|
217
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
218
|
-
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]/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."); },
|
|
219
|
-
"/Users/pingel/git_repos/github.com/The-AI-Alliance/semiont/apps/frontend/src/app/[locale]/page.tsx",
|
|
220
|
-
"default",
|
|
221
|
-
));
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
/***/ }),
|
|
225
|
-
|
|
226
|
-
/***/ 10846:
|
|
227
|
-
/***/ ((module) => {
|
|
228
|
-
|
|
229
|
-
"use strict";
|
|
230
|
-
module.exports = require("next/dist/compiled/next-server/app-page.runtime.prod.js");
|
|
231
|
-
|
|
232
|
-
/***/ }),
|
|
233
|
-
|
|
234
|
-
/***/ 19121:
|
|
235
|
-
/***/ ((module) => {
|
|
236
|
-
|
|
237
|
-
"use strict";
|
|
238
|
-
module.exports = require("next/dist/server/app-render/action-async-storage.external.js");
|
|
239
|
-
|
|
240
|
-
/***/ }),
|
|
241
|
-
|
|
242
|
-
/***/ 19771:
|
|
243
|
-
/***/ ((module) => {
|
|
244
|
-
|
|
245
|
-
"use strict";
|
|
246
|
-
module.exports = require("process");
|
|
247
|
-
|
|
248
|
-
/***/ }),
|
|
249
|
-
|
|
250
|
-
/***/ 26713:
|
|
251
|
-
/***/ ((module) => {
|
|
252
|
-
|
|
253
|
-
"use strict";
|
|
254
|
-
module.exports = require("next/dist/shared/lib/router/utils/is-bot");
|
|
255
|
-
|
|
256
|
-
/***/ }),
|
|
257
|
-
|
|
258
|
-
/***/ 28354:
|
|
259
|
-
/***/ ((module) => {
|
|
260
|
-
|
|
261
|
-
"use strict";
|
|
262
|
-
module.exports = require("util");
|
|
263
|
-
|
|
264
|
-
/***/ }),
|
|
265
|
-
|
|
266
|
-
/***/ 29294:
|
|
267
|
-
/***/ ((module) => {
|
|
268
|
-
|
|
269
|
-
"use strict";
|
|
270
|
-
module.exports = require("next/dist/server/app-render/work-async-storage.external.js");
|
|
271
|
-
|
|
272
|
-
/***/ }),
|
|
273
|
-
|
|
274
|
-
/***/ 33873:
|
|
275
|
-
/***/ ((module) => {
|
|
276
|
-
|
|
277
|
-
"use strict";
|
|
278
|
-
module.exports = require("path");
|
|
279
|
-
|
|
280
|
-
/***/ }),
|
|
281
|
-
|
|
282
|
-
/***/ 41025:
|
|
283
|
-
/***/ ((module) => {
|
|
284
|
-
|
|
285
|
-
"use strict";
|
|
286
|
-
module.exports = require("next/dist/server/app-render/dynamic-access-async-storage.external.js");
|
|
287
|
-
|
|
288
|
-
/***/ }),
|
|
289
|
-
|
|
290
|
-
/***/ 53930:
|
|
57
|
+
/***/ 4347:
|
|
291
58
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
292
59
|
|
|
293
60
|
"use strict";
|
|
294
61
|
__webpack_require__.r(__webpack_exports__);
|
|
295
62
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
296
|
-
/* harmony export */ GlobalError: () => (/* reexport safe */
|
|
63
|
+
/* harmony export */ GlobalError: () => (/* reexport safe */ _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__["default"]),
|
|
297
64
|
/* harmony export */ __next_app__: () => (/* binding */ __next_app__),
|
|
298
65
|
/* harmony export */ handler: () => (/* binding */ handler),
|
|
299
66
|
/* harmony export */ pages: () => (/* binding */ pages),
|
|
@@ -343,7 +110,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
343
110
|
/* 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__);
|
|
344
111
|
/* harmony import */ var next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(86439);
|
|
345
112
|
/* 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__);
|
|
346
|
-
/* harmony import */ var
|
|
113
|
+
/* harmony import */ var _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(90488);
|
|
347
114
|
/* harmony import */ var next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(18283);
|
|
348
115
|
/* 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__);
|
|
349
116
|
/* harmony import */ var next_dist_client_components_redirect_status_code__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(39818);
|
|
@@ -395,29 +162,29 @@ const tree = {
|
|
|
395
162
|
'[locale]',
|
|
396
163
|
{
|
|
397
164
|
children: ['__PAGE__', {}, {
|
|
398
|
-
page: [page8, "/
|
|
165
|
+
page: [page8, "/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/page.tsx"],
|
|
399
166
|
|
|
400
167
|
}]
|
|
401
168
|
},
|
|
402
169
|
{
|
|
403
|
-
'layout': [module6, "/
|
|
404
|
-
'not-found': [module7, "/
|
|
170
|
+
'layout': [module6, "/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/layout.tsx"],
|
|
171
|
+
'not-found': [module7, "/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/not-found.tsx"],
|
|
405
172
|
|
|
406
173
|
}
|
|
407
174
|
]
|
|
408
175
|
},
|
|
409
176
|
{
|
|
410
|
-
'layout': [module0, "/
|
|
411
|
-
'error': [module1, "/
|
|
412
|
-
'global-error': [module2, "/
|
|
413
|
-
'not-found': [module3, "/
|
|
177
|
+
'layout': [module0, "/home/runner/work/semiont/semiont/apps/frontend/src/app/layout.tsx"],
|
|
178
|
+
'error': [module1, "/home/runner/work/semiont/semiont/apps/frontend/src/app/error.tsx"],
|
|
179
|
+
'global-error': [module2, "/home/runner/work/semiont/semiont/apps/frontend/src/app/global-error.tsx"],
|
|
180
|
+
'not-found': [module3, "/home/runner/work/semiont/semiont/apps/frontend/src/app/not-found.tsx"],
|
|
414
181
|
'forbidden': [module4, "next/dist/client/components/builtin/forbidden.js"],
|
|
415
182
|
'unauthorized': [module5, "next/dist/client/components/builtin/unauthorized.js"],
|
|
416
183
|
|
|
417
184
|
}
|
|
418
185
|
]
|
|
419
186
|
}.children;
|
|
420
|
-
const pages = ["/
|
|
187
|
+
const pages = ["/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/page.tsx"];
|
|
421
188
|
|
|
422
189
|
|
|
423
190
|
|
|
@@ -567,7 +334,7 @@ async function handler(req, res, ctx) {
|
|
|
567
334
|
...next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__,
|
|
568
335
|
tree,
|
|
569
336
|
pages,
|
|
570
|
-
GlobalError:
|
|
337
|
+
GlobalError: _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__["default"],
|
|
571
338
|
handler,
|
|
572
339
|
routeModule,
|
|
573
340
|
__next_app__
|
|
@@ -1279,6 +1046,255 @@ async function handler(req, res, ctx) {
|
|
|
1279
1046
|
//# sourceMappingURL=app-page.js.map
|
|
1280
1047
|
|
|
1281
1048
|
|
|
1049
|
+
/***/ }),
|
|
1050
|
+
|
|
1051
|
+
/***/ 7841:
|
|
1052
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1053
|
+
|
|
1054
|
+
"use strict";
|
|
1055
|
+
// ESM COMPAT FLAG
|
|
1056
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1057
|
+
|
|
1058
|
+
// EXPORTS
|
|
1059
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
1060
|
+
"default": () => (/* binding */ Home)
|
|
1061
|
+
});
|
|
1062
|
+
|
|
1063
|
+
// EXTERNAL MODULE: ../../node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js
|
|
1064
|
+
var react_jsx_runtime = __webpack_require__(78157);
|
|
1065
|
+
// EXTERNAL MODULE: ../../node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js
|
|
1066
|
+
var react = __webpack_require__(31768);
|
|
1067
|
+
// EXTERNAL MODULE: ../../node_modules/next-auth/react/index.js
|
|
1068
|
+
var next_auth_react = __webpack_require__(16422);
|
|
1069
|
+
// EXTERNAL MODULE: ../../node_modules/next/dist/client/app-dir/link.js
|
|
1070
|
+
var app_dir_link = __webpack_require__(94496);
|
|
1071
|
+
var link_default = /*#__PURE__*/__webpack_require__.n(app_dir_link);
|
|
1072
|
+
// EXTERNAL MODULE: ../../node_modules/next-intl/dist/esm/production/react-client/index.js
|
|
1073
|
+
var react_client = __webpack_require__(72668);
|
|
1074
|
+
// EXTERNAL MODULE: ../../packages/react-ui/dist/index.mjs + 27 modules
|
|
1075
|
+
var dist = __webpack_require__(30658);
|
|
1076
|
+
;// __barrel_optimize__?names=Footer,SemiontBranding,buttonStyles!=!../../packages/react-ui/dist/index.mjs
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
// EXTERNAL MODULE: ./src/components/CookiePreferences.tsx
|
|
1080
|
+
var CookiePreferences = __webpack_require__(76159);
|
|
1081
|
+
// EXTERNAL MODULE: ./src/contexts/KeyboardShortcutsContext.tsx + 3 modules
|
|
1082
|
+
var KeyboardShortcutsContext = __webpack_require__(99192);
|
|
1083
|
+
// EXTERNAL MODULE: ./src/lib/routing.ts
|
|
1084
|
+
var routing = __webpack_require__(32302);
|
|
1085
|
+
;// ./src/app/[locale]/page.tsx
|
|
1086
|
+
/* __next_internal_client_entry_do_not_use__ default auto */
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
function Home() {
|
|
1097
|
+
const { data: session, status } = (0,next_auth_react.useSession)();
|
|
1098
|
+
const t = (0,react_client/* useTranslations */.c)('Home');
|
|
1099
|
+
const tFooter = (0,react_client/* useTranslations */.c)('Footer');
|
|
1100
|
+
const keyboardContext = (0,react.useContext)(KeyboardShortcutsContext/* KeyboardShortcutsContext */.GZ);
|
|
1101
|
+
return /*#__PURE__*/ (0,react_jsx_runtime.jsxs)("div", {
|
|
1102
|
+
className: "flex flex-col min-h-screen",
|
|
1103
|
+
children: [
|
|
1104
|
+
/*#__PURE__*/ (0,react_jsx_runtime.jsx)("main", {
|
|
1105
|
+
className: "flex-1 flex flex-col items-center justify-center p-24",
|
|
1106
|
+
role: "main",
|
|
1107
|
+
children: /*#__PURE__*/ (0,react_jsx_runtime.jsx)("div", {
|
|
1108
|
+
className: "z-10 w-full max-w-5xl items-center justify-between font-sans text-sm",
|
|
1109
|
+
children: status === "loading" ? /*#__PURE__*/ (0,react_jsx_runtime.jsx)("div", {
|
|
1110
|
+
className: "text-center",
|
|
1111
|
+
children: /*#__PURE__*/ (0,react_jsx_runtime.jsx)("p", {
|
|
1112
|
+
className: "text-gray-600 dark:text-gray-300",
|
|
1113
|
+
children: t('loading')
|
|
1114
|
+
})
|
|
1115
|
+
}) : /*#__PURE__*/ (0,react_jsx_runtime.jsxs)("div", {
|
|
1116
|
+
className: "text-center space-y-8",
|
|
1117
|
+
children: [
|
|
1118
|
+
/*#__PURE__*/ (0,react_jsx_runtime.jsxs)("section", {
|
|
1119
|
+
"aria-labelledby": "hero-heading",
|
|
1120
|
+
className: "py-8",
|
|
1121
|
+
children: [
|
|
1122
|
+
/*#__PURE__*/ (0,react_jsx_runtime.jsx)("h1", {
|
|
1123
|
+
id: "hero-heading",
|
|
1124
|
+
className: "sr-only",
|
|
1125
|
+
children: "Semiont - AI-Powered Research Platform"
|
|
1126
|
+
}),
|
|
1127
|
+
/*#__PURE__*/ (0,react_jsx_runtime.jsx)(dist.SemiontBranding, {
|
|
1128
|
+
t: t,
|
|
1129
|
+
size: "xl",
|
|
1130
|
+
animated: true,
|
|
1131
|
+
className: "mb-8"
|
|
1132
|
+
}),
|
|
1133
|
+
/*#__PURE__*/ (0,react_jsx_runtime.jsx)("p", {
|
|
1134
|
+
className: "text-xl text-gray-600 dark:text-gray-300 font-sans max-w-4xl mx-auto px-4",
|
|
1135
|
+
children: t('description')
|
|
1136
|
+
})
|
|
1137
|
+
]
|
|
1138
|
+
}),
|
|
1139
|
+
/*#__PURE__*/ (0,react_jsx_runtime.jsx)("div", {
|
|
1140
|
+
className: "flex gap-4 justify-center items-center flex-wrap",
|
|
1141
|
+
children: session?.backendToken ? // Authenticated users see different actions
|
|
1142
|
+
/*#__PURE__*/ (0,react_jsx_runtime.jsxs)(react_jsx_runtime.Fragment, {
|
|
1143
|
+
children: [
|
|
1144
|
+
/*#__PURE__*/ (0,react_jsx_runtime.jsx)((link_default()), {
|
|
1145
|
+
href: "/know",
|
|
1146
|
+
className: dist.buttonStyles.primary.base,
|
|
1147
|
+
children: t('continueToKnowledgeBase')
|
|
1148
|
+
}),
|
|
1149
|
+
/*#__PURE__*/ (0,react_jsx_runtime.jsx)((link_default()), {
|
|
1150
|
+
href: "/about",
|
|
1151
|
+
className: dist.buttonStyles.secondary.base,
|
|
1152
|
+
children: t('learnMore')
|
|
1153
|
+
})
|
|
1154
|
+
]
|
|
1155
|
+
}) : // Non-authenticated users see sign in/up options
|
|
1156
|
+
/*#__PURE__*/ (0,react_jsx_runtime.jsxs)(react_jsx_runtime.Fragment, {
|
|
1157
|
+
children: [
|
|
1158
|
+
/*#__PURE__*/ (0,react_jsx_runtime.jsx)((link_default()), {
|
|
1159
|
+
href: "/about",
|
|
1160
|
+
className: dist.buttonStyles.secondary.base,
|
|
1161
|
+
children: t('learnMore')
|
|
1162
|
+
}),
|
|
1163
|
+
/*#__PURE__*/ (0,react_jsx_runtime.jsx)((link_default()), {
|
|
1164
|
+
href: "/auth/signup",
|
|
1165
|
+
className: dist.buttonStyles.primary.base,
|
|
1166
|
+
children: t('signUp')
|
|
1167
|
+
}),
|
|
1168
|
+
/*#__PURE__*/ (0,react_jsx_runtime.jsx)("button", {
|
|
1169
|
+
onClick: ()=>(0,next_auth_react.signIn)(undefined, {
|
|
1170
|
+
callbackUrl: '/know'
|
|
1171
|
+
}),
|
|
1172
|
+
className: dist.buttonStyles.primary.base,
|
|
1173
|
+
type: "button",
|
|
1174
|
+
children: t('signIn')
|
|
1175
|
+
})
|
|
1176
|
+
]
|
|
1177
|
+
})
|
|
1178
|
+
})
|
|
1179
|
+
]
|
|
1180
|
+
})
|
|
1181
|
+
})
|
|
1182
|
+
}),
|
|
1183
|
+
/*#__PURE__*/ (0,react_jsx_runtime.jsx)(dist.Footer, {
|
|
1184
|
+
Link: routing/* Link */.N,
|
|
1185
|
+
routes: routing/* routes */.J,
|
|
1186
|
+
t: tFooter,
|
|
1187
|
+
CookiePreferences: CookiePreferences/* CookiePreferences */.f,
|
|
1188
|
+
...keyboardContext?.openKeyboardHelp && {
|
|
1189
|
+
onOpenKeyboardHelp: keyboardContext.openKeyboardHelp
|
|
1190
|
+
}
|
|
1191
|
+
})
|
|
1192
|
+
]
|
|
1193
|
+
});
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
/***/ }),
|
|
1198
|
+
|
|
1199
|
+
/***/ 8650:
|
|
1200
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1201
|
+
|
|
1202
|
+
"use strict";
|
|
1203
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1204
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1205
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1206
|
+
/* harmony export */ });
|
|
1207
|
+
/* harmony import */ var react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25459);
|
|
1208
|
+
/* 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__);
|
|
1209
|
+
// This file is generated by the Webpack next-flight-loader.
|
|
1210
|
+
|
|
1211
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
1212
|
+
function() { throw new Error("Attempted to call the default export of \"/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/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."); },
|
|
1213
|
+
"/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/page.tsx",
|
|
1214
|
+
"default",
|
|
1215
|
+
));
|
|
1216
|
+
|
|
1217
|
+
|
|
1218
|
+
/***/ }),
|
|
1219
|
+
|
|
1220
|
+
/***/ 9831:
|
|
1221
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1222
|
+
|
|
1223
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 8650));
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
/***/ }),
|
|
1227
|
+
|
|
1228
|
+
/***/ 10846:
|
|
1229
|
+
/***/ ((module) => {
|
|
1230
|
+
|
|
1231
|
+
"use strict";
|
|
1232
|
+
module.exports = require("next/dist/compiled/next-server/app-page.runtime.prod.js");
|
|
1233
|
+
|
|
1234
|
+
/***/ }),
|
|
1235
|
+
|
|
1236
|
+
/***/ 19121:
|
|
1237
|
+
/***/ ((module) => {
|
|
1238
|
+
|
|
1239
|
+
"use strict";
|
|
1240
|
+
module.exports = require("next/dist/server/app-render/action-async-storage.external.js");
|
|
1241
|
+
|
|
1242
|
+
/***/ }),
|
|
1243
|
+
|
|
1244
|
+
/***/ 19771:
|
|
1245
|
+
/***/ ((module) => {
|
|
1246
|
+
|
|
1247
|
+
"use strict";
|
|
1248
|
+
module.exports = require("process");
|
|
1249
|
+
|
|
1250
|
+
/***/ }),
|
|
1251
|
+
|
|
1252
|
+
/***/ 26713:
|
|
1253
|
+
/***/ ((module) => {
|
|
1254
|
+
|
|
1255
|
+
"use strict";
|
|
1256
|
+
module.exports = require("next/dist/shared/lib/router/utils/is-bot");
|
|
1257
|
+
|
|
1258
|
+
/***/ }),
|
|
1259
|
+
|
|
1260
|
+
/***/ 28354:
|
|
1261
|
+
/***/ ((module) => {
|
|
1262
|
+
|
|
1263
|
+
"use strict";
|
|
1264
|
+
module.exports = require("util");
|
|
1265
|
+
|
|
1266
|
+
/***/ }),
|
|
1267
|
+
|
|
1268
|
+
/***/ 29294:
|
|
1269
|
+
/***/ ((module) => {
|
|
1270
|
+
|
|
1271
|
+
"use strict";
|
|
1272
|
+
module.exports = require("next/dist/server/app-render/work-async-storage.external.js");
|
|
1273
|
+
|
|
1274
|
+
/***/ }),
|
|
1275
|
+
|
|
1276
|
+
/***/ 33873:
|
|
1277
|
+
/***/ ((module) => {
|
|
1278
|
+
|
|
1279
|
+
"use strict";
|
|
1280
|
+
module.exports = require("path");
|
|
1281
|
+
|
|
1282
|
+
/***/ }),
|
|
1283
|
+
|
|
1284
|
+
/***/ 41025:
|
|
1285
|
+
/***/ ((module) => {
|
|
1286
|
+
|
|
1287
|
+
"use strict";
|
|
1288
|
+
module.exports = require("next/dist/server/app-render/dynamic-access-async-storage.external.js");
|
|
1289
|
+
|
|
1290
|
+
/***/ }),
|
|
1291
|
+
|
|
1292
|
+
/***/ 49151:
|
|
1293
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1294
|
+
|
|
1295
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 7841));
|
|
1296
|
+
|
|
1297
|
+
|
|
1282
1298
|
/***/ }),
|
|
1283
1299
|
|
|
1284
1300
|
/***/ 63033:
|
|
@@ -1355,14 +1371,6 @@ const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(X
|
|
|
1355
1371
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ForwardRef);
|
|
1356
1372
|
|
|
1357
1373
|
|
|
1358
|
-
/***/ }),
|
|
1359
|
-
|
|
1360
|
-
/***/ 78082:
|
|
1361
|
-
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1362
|
-
|
|
1363
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 8650));
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
1374
|
/***/ }),
|
|
1367
1375
|
|
|
1368
1376
|
/***/ 79551:
|
|
@@ -1447,14 +1455,6 @@ const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(S
|
|
|
1447
1455
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ForwardRef);
|
|
1448
1456
|
|
|
1449
1457
|
|
|
1450
|
-
/***/ }),
|
|
1451
|
-
|
|
1452
|
-
/***/ 96234:
|
|
1453
|
-
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1454
|
-
|
|
1455
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 7841));
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
1458
|
/***/ })
|
|
1459
1459
|
|
|
1460
1460
|
};
|
|
@@ -1464,7 +1464,7 @@ Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_re
|
|
|
1464
1464
|
var __webpack_require__ = require("../../webpack-runtime.js");
|
|
1465
1465
|
__webpack_require__.C(exports);
|
|
1466
1466
|
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
|
|
1467
|
-
var __webpack_exports__ = __webpack_require__.X(0, [4725,1854,1940,1037,7912,
|
|
1467
|
+
var __webpack_exports__ = __webpack_require__.X(0, [4725,1854,1940,1037,7912,8387,580], () => (__webpack_exec__(4347)));
|
|
1468
1468
|
module.exports = __webpack_exports__;
|
|
1469
1469
|
|
|
1470
1470
|
})();
|