@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
|
@@ -52,6 +52,14 @@ const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(C
|
|
|
52
52
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ForwardRef);
|
|
53
53
|
|
|
54
54
|
|
|
55
|
+
/***/ }),
|
|
56
|
+
|
|
57
|
+
/***/ 9199:
|
|
58
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
59
|
+
|
|
60
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 96270));
|
|
61
|
+
|
|
62
|
+
|
|
55
63
|
/***/ }),
|
|
56
64
|
|
|
57
65
|
/***/ 10846:
|
|
@@ -60,6 +68,14 @@ const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(C
|
|
|
60
68
|
"use strict";
|
|
61
69
|
module.exports = require("next/dist/compiled/next-server/app-page.runtime.prod.js");
|
|
62
70
|
|
|
71
|
+
/***/ }),
|
|
72
|
+
|
|
73
|
+
/***/ 17447:
|
|
74
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
75
|
+
|
|
76
|
+
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 56962));
|
|
77
|
+
|
|
78
|
+
|
|
63
79
|
/***/ }),
|
|
64
80
|
|
|
65
81
|
/***/ 19121:
|
|
@@ -78,13 +94,252 @@ module.exports = require("process");
|
|
|
78
94
|
|
|
79
95
|
/***/ }),
|
|
80
96
|
|
|
81
|
-
/***/
|
|
97
|
+
/***/ 26713:
|
|
98
|
+
/***/ ((module) => {
|
|
99
|
+
|
|
100
|
+
"use strict";
|
|
101
|
+
module.exports = require("next/dist/shared/lib/router/utils/is-bot");
|
|
102
|
+
|
|
103
|
+
/***/ }),
|
|
104
|
+
|
|
105
|
+
/***/ 28354:
|
|
106
|
+
/***/ ((module) => {
|
|
107
|
+
|
|
108
|
+
"use strict";
|
|
109
|
+
module.exports = require("util");
|
|
110
|
+
|
|
111
|
+
/***/ }),
|
|
112
|
+
|
|
113
|
+
/***/ 29294:
|
|
114
|
+
/***/ ((module) => {
|
|
115
|
+
|
|
116
|
+
"use strict";
|
|
117
|
+
module.exports = require("next/dist/server/app-render/work-async-storage.external.js");
|
|
118
|
+
|
|
119
|
+
/***/ }),
|
|
120
|
+
|
|
121
|
+
/***/ 33873:
|
|
122
|
+
/***/ ((module) => {
|
|
123
|
+
|
|
124
|
+
"use strict";
|
|
125
|
+
module.exports = require("path");
|
|
126
|
+
|
|
127
|
+
/***/ }),
|
|
128
|
+
|
|
129
|
+
/***/ 41025:
|
|
130
|
+
/***/ ((module) => {
|
|
131
|
+
|
|
132
|
+
"use strict";
|
|
133
|
+
module.exports = require("next/dist/server/app-render/dynamic-access-async-storage.external.js");
|
|
134
|
+
|
|
135
|
+
/***/ }),
|
|
136
|
+
|
|
137
|
+
/***/ 56962:
|
|
138
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
139
|
+
|
|
140
|
+
"use strict";
|
|
141
|
+
// ESM COMPAT FLAG
|
|
142
|
+
__webpack_require__.r(__webpack_exports__);
|
|
143
|
+
|
|
144
|
+
// EXPORTS
|
|
145
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
146
|
+
"default": () => (/* binding */ SignUp)
|
|
147
|
+
});
|
|
148
|
+
|
|
149
|
+
// EXTERNAL MODULE: ../../node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js
|
|
150
|
+
var react_jsx_runtime = __webpack_require__(78157);
|
|
151
|
+
// EXTERNAL MODULE: ../../node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js
|
|
152
|
+
var react = __webpack_require__(31768);
|
|
153
|
+
// EXTERNAL MODULE: ../../node_modules/next-auth/react/index.js
|
|
154
|
+
var next_auth_react = __webpack_require__(16422);
|
|
155
|
+
// EXTERNAL MODULE: ../../node_modules/next/dist/api/navigation.js
|
|
156
|
+
var navigation = __webpack_require__(71159);
|
|
157
|
+
// EXTERNAL MODULE: ../../node_modules/next-intl/dist/esm/production/react-client/index.js
|
|
158
|
+
var react_client = __webpack_require__(72668);
|
|
159
|
+
// EXTERNAL MODULE: ../../packages/react-ui/dist/index.mjs + 27 modules
|
|
160
|
+
var dist = __webpack_require__(30658);
|
|
161
|
+
;// __barrel_optimize__?names=PageLayout,SignUpForm!=!../../packages/react-ui/dist/index.mjs
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
// EXTERNAL MODULE: ./src/components/CookiePreferences.tsx
|
|
165
|
+
var CookiePreferences = __webpack_require__(76159);
|
|
166
|
+
// EXTERNAL MODULE: ./src/contexts/KeyboardShortcutsContext.tsx + 3 modules
|
|
167
|
+
var KeyboardShortcutsContext = __webpack_require__(99192);
|
|
168
|
+
// EXTERNAL MODULE: ./src/lib/routing.ts
|
|
169
|
+
var routing = __webpack_require__(32302);
|
|
170
|
+
// EXTERNAL MODULE: ../../node_modules/next/dist/client/app-dir/link.js
|
|
171
|
+
var app_dir_link = __webpack_require__(94496);
|
|
172
|
+
var link_default = /*#__PURE__*/__webpack_require__.n(app_dir_link);
|
|
173
|
+
;// ./src/app/[locale]/auth/signup/page.tsx
|
|
174
|
+
/* __next_internal_client_entry_do_not_use__ default auto */
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
/**
|
|
185
|
+
* SignUpContent - Thin Next.js wrapper for SignUpForm
|
|
186
|
+
*
|
|
187
|
+
* This component:
|
|
188
|
+
* - Reads Next.js-specific hooks (useSearchParams, useTranslations)
|
|
189
|
+
* - Passes data as props to the pure SignUpForm component
|
|
190
|
+
* - Wraps in PageLayout
|
|
191
|
+
*
|
|
192
|
+
* The actual form logic is in features/auth/components/SignUpForm.tsx
|
|
193
|
+
*/ function SignUpContent() {
|
|
194
|
+
const t = (0,react_client/* useTranslations */.c)('AuthSignUp');
|
|
195
|
+
const tFooter = (0,react_client/* useTranslations */.c)('Footer');
|
|
196
|
+
const tNav = (0,react_client/* useTranslations */.c)('Navigation');
|
|
197
|
+
const tHome = (0,react_client/* useTranslations */.c)('Home');
|
|
198
|
+
const searchParams = (0,navigation.useSearchParams)();
|
|
199
|
+
const keyboardContext = (0,react.useContext)(KeyboardShortcutsContext/* KeyboardShortcutsContext */.GZ);
|
|
200
|
+
const callbackUrl = searchParams?.get('callbackUrl') || '/auth/welcome';
|
|
201
|
+
const handleSignUp = async ()=>{
|
|
202
|
+
await (0,next_auth_react.signIn)('google', {
|
|
203
|
+
callbackUrl
|
|
204
|
+
});
|
|
205
|
+
};
|
|
206
|
+
const translations = {
|
|
207
|
+
pageTitle: t('pageTitle'),
|
|
208
|
+
signUpPrompt: t('signUpPrompt'),
|
|
209
|
+
signUpWithGoogle: t('signUpWithGoogle'),
|
|
210
|
+
creatingAccount: t('creatingAccount'),
|
|
211
|
+
approvedDomainsInfo: t('approvedDomainsInfo'),
|
|
212
|
+
termsAgreement: t('termsAgreement'),
|
|
213
|
+
alreadyHaveAccount: t('alreadyHaveAccount'),
|
|
214
|
+
tagline: tHome('tagline'),
|
|
215
|
+
backToHome: t('backToHome')
|
|
216
|
+
};
|
|
217
|
+
return /*#__PURE__*/ (0,react_jsx_runtime.jsx)(dist.PageLayout, {
|
|
218
|
+
Link: routing/* Link */.N,
|
|
219
|
+
routes: routing/* routes */.J,
|
|
220
|
+
t: tFooter,
|
|
221
|
+
tNav: tNav,
|
|
222
|
+
tHome: tHome,
|
|
223
|
+
CookiePreferences: CookiePreferences/* CookiePreferences */.f,
|
|
224
|
+
...keyboardContext?.openKeyboardHelp && {
|
|
225
|
+
onOpenKeyboardHelp: keyboardContext.openKeyboardHelp
|
|
226
|
+
},
|
|
227
|
+
className: "semiont-page-layout--auth",
|
|
228
|
+
showAuthLinks: false,
|
|
229
|
+
children: /*#__PURE__*/ (0,react_jsx_runtime.jsx)(dist.SignUpForm, {
|
|
230
|
+
onSignUp: handleSignUp,
|
|
231
|
+
Link: (link_default()),
|
|
232
|
+
translations: translations
|
|
233
|
+
})
|
|
234
|
+
});
|
|
235
|
+
}
|
|
236
|
+
function LoadingFallback() {
|
|
237
|
+
const t = (0,react_client/* useTranslations */.c)('AuthSignUp');
|
|
238
|
+
return /*#__PURE__*/ (0,react_jsx_runtime.jsx)("div", {
|
|
239
|
+
children: t('loading')
|
|
240
|
+
});
|
|
241
|
+
}
|
|
242
|
+
function SignUp() {
|
|
243
|
+
return /*#__PURE__*/ (0,react_jsx_runtime.jsx)(react.Suspense, {
|
|
244
|
+
fallback: /*#__PURE__*/ (0,react_jsx_runtime.jsx)(LoadingFallback, {}),
|
|
245
|
+
children: /*#__PURE__*/ (0,react_jsx_runtime.jsx)(SignUpContent, {})
|
|
246
|
+
});
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
/***/ }),
|
|
251
|
+
|
|
252
|
+
/***/ 63033:
|
|
253
|
+
/***/ ((module) => {
|
|
254
|
+
|
|
255
|
+
"use strict";
|
|
256
|
+
module.exports = require("next/dist/server/app-render/work-unit-async-storage.external.js");
|
|
257
|
+
|
|
258
|
+
/***/ }),
|
|
259
|
+
|
|
260
|
+
/***/ 72485:
|
|
261
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
262
|
+
|
|
263
|
+
"use strict";
|
|
264
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
265
|
+
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
266
|
+
/* harmony export */ });
|
|
267
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31768);
|
|
268
|
+
|
|
269
|
+
function TrashIcon({ title, titleId, ...props }, svgRef) {
|
|
270
|
+
return /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", Object.assign({
|
|
271
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
272
|
+
fill: "none",
|
|
273
|
+
viewBox: "0 0 24 24",
|
|
274
|
+
strokeWidth: 1.5,
|
|
275
|
+
stroke: "currentColor",
|
|
276
|
+
"aria-hidden": "true",
|
|
277
|
+
"data-slot": "icon",
|
|
278
|
+
ref: svgRef,
|
|
279
|
+
"aria-labelledby": titleId
|
|
280
|
+
}, props), title ? /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("title", {
|
|
281
|
+
id: titleId
|
|
282
|
+
}, title) : null, /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
283
|
+
strokeLinecap: "round",
|
|
284
|
+
strokeLinejoin: "round",
|
|
285
|
+
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"
|
|
286
|
+
}));
|
|
287
|
+
}
|
|
288
|
+
const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(TrashIcon);
|
|
289
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ForwardRef);
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
/***/ }),
|
|
293
|
+
|
|
294
|
+
/***/ 74654:
|
|
295
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
296
|
+
|
|
297
|
+
"use strict";
|
|
298
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
299
|
+
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
300
|
+
/* harmony export */ });
|
|
301
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31768);
|
|
302
|
+
|
|
303
|
+
function XMarkIcon({ title, titleId, ...props }, svgRef) {
|
|
304
|
+
return /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", Object.assign({
|
|
305
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
306
|
+
fill: "none",
|
|
307
|
+
viewBox: "0 0 24 24",
|
|
308
|
+
strokeWidth: 1.5,
|
|
309
|
+
stroke: "currentColor",
|
|
310
|
+
"aria-hidden": "true",
|
|
311
|
+
"data-slot": "icon",
|
|
312
|
+
ref: svgRef,
|
|
313
|
+
"aria-labelledby": titleId
|
|
314
|
+
}, props), title ? /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("title", {
|
|
315
|
+
id: titleId
|
|
316
|
+
}, title) : null, /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
317
|
+
strokeLinecap: "round",
|
|
318
|
+
strokeLinejoin: "round",
|
|
319
|
+
d: "M6 18 18 6M6 6l12 12"
|
|
320
|
+
}));
|
|
321
|
+
}
|
|
322
|
+
const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(XMarkIcon);
|
|
323
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ForwardRef);
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
/***/ }),
|
|
327
|
+
|
|
328
|
+
/***/ 79551:
|
|
329
|
+
/***/ ((module) => {
|
|
330
|
+
|
|
331
|
+
"use strict";
|
|
332
|
+
module.exports = require("url");
|
|
333
|
+
|
|
334
|
+
/***/ }),
|
|
335
|
+
|
|
336
|
+
/***/ 84659:
|
|
82
337
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
83
338
|
|
|
84
339
|
"use strict";
|
|
85
340
|
__webpack_require__.r(__webpack_exports__);
|
|
86
341
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
87
|
-
/* harmony export */ GlobalError: () => (/* reexport safe */
|
|
342
|
+
/* harmony export */ GlobalError: () => (/* reexport safe */ _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__["default"]),
|
|
88
343
|
/* harmony export */ __next_app__: () => (/* binding */ __next_app__),
|
|
89
344
|
/* harmony export */ handler: () => (/* binding */ handler),
|
|
90
345
|
/* harmony export */ pages: () => (/* binding */ pages),
|
|
@@ -134,7 +389,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
134
389
|
/* 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__);
|
|
135
390
|
/* harmony import */ var next_dist_shared_lib_no_fallback_error_external__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(86439);
|
|
136
391
|
/* 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__);
|
|
137
|
-
/* harmony import */ var
|
|
392
|
+
/* harmony import */ var _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(90488);
|
|
138
393
|
/* harmony import */ var next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(18283);
|
|
139
394
|
/* 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__);
|
|
140
395
|
/* harmony import */ var next_dist_client_components_redirect_status_code__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(39818);
|
|
@@ -192,7 +447,7 @@ const tree = {
|
|
|
192
447
|
'signup',
|
|
193
448
|
{
|
|
194
449
|
children: ['__PAGE__', {}, {
|
|
195
|
-
page: [page8, "/
|
|
450
|
+
page: [page8, "/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/auth/signup/page.tsx"],
|
|
196
451
|
|
|
197
452
|
}]
|
|
198
453
|
},
|
|
@@ -209,24 +464,24 @@ const tree = {
|
|
|
209
464
|
]
|
|
210
465
|
},
|
|
211
466
|
{
|
|
212
|
-
'layout': [module6, "/
|
|
213
|
-
'not-found': [module7, "/
|
|
467
|
+
'layout': [module6, "/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/layout.tsx"],
|
|
468
|
+
'not-found': [module7, "/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/not-found.tsx"],
|
|
214
469
|
|
|
215
470
|
}
|
|
216
471
|
]
|
|
217
472
|
},
|
|
218
473
|
{
|
|
219
|
-
'layout': [module0, "/
|
|
220
|
-
'error': [module1, "/
|
|
221
|
-
'global-error': [module2, "/
|
|
222
|
-
'not-found': [module3, "/
|
|
474
|
+
'layout': [module0, "/home/runner/work/semiont/semiont/apps/frontend/src/app/layout.tsx"],
|
|
475
|
+
'error': [module1, "/home/runner/work/semiont/semiont/apps/frontend/src/app/error.tsx"],
|
|
476
|
+
'global-error': [module2, "/home/runner/work/semiont/semiont/apps/frontend/src/app/global-error.tsx"],
|
|
477
|
+
'not-found': [module3, "/home/runner/work/semiont/semiont/apps/frontend/src/app/not-found.tsx"],
|
|
223
478
|
'forbidden': [module4, "next/dist/client/components/builtin/forbidden.js"],
|
|
224
479
|
'unauthorized': [module5, "next/dist/client/components/builtin/unauthorized.js"],
|
|
225
480
|
|
|
226
481
|
}
|
|
227
482
|
]
|
|
228
483
|
}.children;
|
|
229
|
-
const pages = ["/
|
|
484
|
+
const pages = ["/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/auth/signup/page.tsx"];
|
|
230
485
|
|
|
231
486
|
|
|
232
487
|
|
|
@@ -376,7 +631,7 @@ async function handler(req, res, ctx) {
|
|
|
376
631
|
...next_dist_server_app_render_entry_base__WEBPACK_IMPORTED_MODULE_26__,
|
|
377
632
|
tree,
|
|
378
633
|
pages,
|
|
379
|
-
GlobalError:
|
|
634
|
+
GlobalError: _home_runner_work_semiont_semiont_apps_frontend_src_app_global_error_tsx__WEBPACK_IMPORTED_MODULE_25__["default"],
|
|
380
635
|
handler,
|
|
381
636
|
routeModule,
|
|
382
637
|
__next_app__
|
|
@@ -1088,261 +1343,6 @@ async function handler(req, res, ctx) {
|
|
|
1088
1343
|
//# sourceMappingURL=app-page.js.map
|
|
1089
1344
|
|
|
1090
1345
|
|
|
1091
|
-
/***/ }),
|
|
1092
|
-
|
|
1093
|
-
/***/ 26713:
|
|
1094
|
-
/***/ ((module) => {
|
|
1095
|
-
|
|
1096
|
-
"use strict";
|
|
1097
|
-
module.exports = require("next/dist/shared/lib/router/utils/is-bot");
|
|
1098
|
-
|
|
1099
|
-
/***/ }),
|
|
1100
|
-
|
|
1101
|
-
/***/ 28354:
|
|
1102
|
-
/***/ ((module) => {
|
|
1103
|
-
|
|
1104
|
-
"use strict";
|
|
1105
|
-
module.exports = require("util");
|
|
1106
|
-
|
|
1107
|
-
/***/ }),
|
|
1108
|
-
|
|
1109
|
-
/***/ 29294:
|
|
1110
|
-
/***/ ((module) => {
|
|
1111
|
-
|
|
1112
|
-
"use strict";
|
|
1113
|
-
module.exports = require("next/dist/server/app-render/work-async-storage.external.js");
|
|
1114
|
-
|
|
1115
|
-
/***/ }),
|
|
1116
|
-
|
|
1117
|
-
/***/ 33873:
|
|
1118
|
-
/***/ ((module) => {
|
|
1119
|
-
|
|
1120
|
-
"use strict";
|
|
1121
|
-
module.exports = require("path");
|
|
1122
|
-
|
|
1123
|
-
/***/ }),
|
|
1124
|
-
|
|
1125
|
-
/***/ 41025:
|
|
1126
|
-
/***/ ((module) => {
|
|
1127
|
-
|
|
1128
|
-
"use strict";
|
|
1129
|
-
module.exports = require("next/dist/server/app-render/dynamic-access-async-storage.external.js");
|
|
1130
|
-
|
|
1131
|
-
/***/ }),
|
|
1132
|
-
|
|
1133
|
-
/***/ 56962:
|
|
1134
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1135
|
-
|
|
1136
|
-
"use strict";
|
|
1137
|
-
// ESM COMPAT FLAG
|
|
1138
|
-
__webpack_require__.r(__webpack_exports__);
|
|
1139
|
-
|
|
1140
|
-
// EXPORTS
|
|
1141
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
1142
|
-
"default": () => (/* binding */ SignUp)
|
|
1143
|
-
});
|
|
1144
|
-
|
|
1145
|
-
// EXTERNAL MODULE: ../../node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js
|
|
1146
|
-
var react_jsx_runtime = __webpack_require__(78157);
|
|
1147
|
-
// EXTERNAL MODULE: ../../node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js
|
|
1148
|
-
var react = __webpack_require__(31768);
|
|
1149
|
-
// EXTERNAL MODULE: ../../node_modules/next-auth/react/index.js
|
|
1150
|
-
var next_auth_react = __webpack_require__(16422);
|
|
1151
|
-
// EXTERNAL MODULE: ../../node_modules/next/dist/api/navigation.js
|
|
1152
|
-
var navigation = __webpack_require__(71159);
|
|
1153
|
-
// EXTERNAL MODULE: ../../node_modules/next-intl/dist/esm/production/react-client/index.js
|
|
1154
|
-
var react_client = __webpack_require__(72668);
|
|
1155
|
-
// EXTERNAL MODULE: ../../packages/react-ui/dist/index.mjs + 27 modules
|
|
1156
|
-
var dist = __webpack_require__(30658);
|
|
1157
|
-
;// __barrel_optimize__?names=PageLayout,SignUpForm!=!../../packages/react-ui/dist/index.mjs
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
// EXTERNAL MODULE: ./src/components/CookiePreferences.tsx
|
|
1161
|
-
var CookiePreferences = __webpack_require__(76159);
|
|
1162
|
-
// EXTERNAL MODULE: ./src/contexts/KeyboardShortcutsContext.tsx + 3 modules
|
|
1163
|
-
var KeyboardShortcutsContext = __webpack_require__(99192);
|
|
1164
|
-
// EXTERNAL MODULE: ./src/lib/routing.ts
|
|
1165
|
-
var routing = __webpack_require__(32302);
|
|
1166
|
-
// EXTERNAL MODULE: ../../node_modules/next/dist/client/app-dir/link.js
|
|
1167
|
-
var app_dir_link = __webpack_require__(94496);
|
|
1168
|
-
var link_default = /*#__PURE__*/__webpack_require__.n(app_dir_link);
|
|
1169
|
-
;// ./src/app/[locale]/auth/signup/page.tsx
|
|
1170
|
-
/* __next_internal_client_entry_do_not_use__ default auto */
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
/**
|
|
1181
|
-
* SignUpContent - Thin Next.js wrapper for SignUpForm
|
|
1182
|
-
*
|
|
1183
|
-
* This component:
|
|
1184
|
-
* - Reads Next.js-specific hooks (useSearchParams, useTranslations)
|
|
1185
|
-
* - Passes data as props to the pure SignUpForm component
|
|
1186
|
-
* - Wraps in PageLayout
|
|
1187
|
-
*
|
|
1188
|
-
* The actual form logic is in features/auth/components/SignUpForm.tsx
|
|
1189
|
-
*/ function SignUpContent() {
|
|
1190
|
-
const t = (0,react_client/* useTranslations */.c)('AuthSignUp');
|
|
1191
|
-
const tFooter = (0,react_client/* useTranslations */.c)('Footer');
|
|
1192
|
-
const tNav = (0,react_client/* useTranslations */.c)('Navigation');
|
|
1193
|
-
const tHome = (0,react_client/* useTranslations */.c)('Home');
|
|
1194
|
-
const searchParams = (0,navigation.useSearchParams)();
|
|
1195
|
-
const keyboardContext = (0,react.useContext)(KeyboardShortcutsContext/* KeyboardShortcutsContext */.GZ);
|
|
1196
|
-
const callbackUrl = searchParams?.get('callbackUrl') || '/auth/welcome';
|
|
1197
|
-
const handleSignUp = async ()=>{
|
|
1198
|
-
await (0,next_auth_react.signIn)('google', {
|
|
1199
|
-
callbackUrl
|
|
1200
|
-
});
|
|
1201
|
-
};
|
|
1202
|
-
const translations = {
|
|
1203
|
-
pageTitle: t('pageTitle'),
|
|
1204
|
-
signUpPrompt: t('signUpPrompt'),
|
|
1205
|
-
signUpWithGoogle: t('signUpWithGoogle'),
|
|
1206
|
-
creatingAccount: t('creatingAccount'),
|
|
1207
|
-
approvedDomainsInfo: t('approvedDomainsInfo'),
|
|
1208
|
-
termsAgreement: t('termsAgreement'),
|
|
1209
|
-
alreadyHaveAccount: t('alreadyHaveAccount'),
|
|
1210
|
-
tagline: tHome('tagline'),
|
|
1211
|
-
backToHome: t('backToHome')
|
|
1212
|
-
};
|
|
1213
|
-
return /*#__PURE__*/ (0,react_jsx_runtime.jsx)(dist.PageLayout, {
|
|
1214
|
-
Link: routing/* Link */.N,
|
|
1215
|
-
routes: routing/* routes */.J,
|
|
1216
|
-
t: tFooter,
|
|
1217
|
-
tNav: tNav,
|
|
1218
|
-
tHome: tHome,
|
|
1219
|
-
CookiePreferences: CookiePreferences/* CookiePreferences */.f,
|
|
1220
|
-
...keyboardContext?.openKeyboardHelp && {
|
|
1221
|
-
onOpenKeyboardHelp: keyboardContext.openKeyboardHelp
|
|
1222
|
-
},
|
|
1223
|
-
className: "semiont-page-layout--auth",
|
|
1224
|
-
showAuthLinks: false,
|
|
1225
|
-
children: /*#__PURE__*/ (0,react_jsx_runtime.jsx)(dist.SignUpForm, {
|
|
1226
|
-
onSignUp: handleSignUp,
|
|
1227
|
-
Link: (link_default()),
|
|
1228
|
-
translations: translations
|
|
1229
|
-
})
|
|
1230
|
-
});
|
|
1231
|
-
}
|
|
1232
|
-
function LoadingFallback() {
|
|
1233
|
-
const t = (0,react_client/* useTranslations */.c)('AuthSignUp');
|
|
1234
|
-
return /*#__PURE__*/ (0,react_jsx_runtime.jsx)("div", {
|
|
1235
|
-
children: t('loading')
|
|
1236
|
-
});
|
|
1237
|
-
}
|
|
1238
|
-
function SignUp() {
|
|
1239
|
-
return /*#__PURE__*/ (0,react_jsx_runtime.jsx)(react.Suspense, {
|
|
1240
|
-
fallback: /*#__PURE__*/ (0,react_jsx_runtime.jsx)(LoadingFallback, {}),
|
|
1241
|
-
children: /*#__PURE__*/ (0,react_jsx_runtime.jsx)(SignUpContent, {})
|
|
1242
|
-
});
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
/***/ }),
|
|
1247
|
-
|
|
1248
|
-
/***/ 63033:
|
|
1249
|
-
/***/ ((module) => {
|
|
1250
|
-
|
|
1251
|
-
"use strict";
|
|
1252
|
-
module.exports = require("next/dist/server/app-render/work-unit-async-storage.external.js");
|
|
1253
|
-
|
|
1254
|
-
/***/ }),
|
|
1255
|
-
|
|
1256
|
-
/***/ 66274:
|
|
1257
|
-
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1258
|
-
|
|
1259
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 96270));
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
/***/ }),
|
|
1263
|
-
|
|
1264
|
-
/***/ 72485:
|
|
1265
|
-
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
1266
|
-
|
|
1267
|
-
"use strict";
|
|
1268
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1269
|
-
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1270
|
-
/* harmony export */ });
|
|
1271
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31768);
|
|
1272
|
-
|
|
1273
|
-
function TrashIcon({ title, titleId, ...props }, svgRef) {
|
|
1274
|
-
return /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", Object.assign({
|
|
1275
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1276
|
-
fill: "none",
|
|
1277
|
-
viewBox: "0 0 24 24",
|
|
1278
|
-
strokeWidth: 1.5,
|
|
1279
|
-
stroke: "currentColor",
|
|
1280
|
-
"aria-hidden": "true",
|
|
1281
|
-
"data-slot": "icon",
|
|
1282
|
-
ref: svgRef,
|
|
1283
|
-
"aria-labelledby": titleId
|
|
1284
|
-
}, props), title ? /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("title", {
|
|
1285
|
-
id: titleId
|
|
1286
|
-
}, title) : null, /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
1287
|
-
strokeLinecap: "round",
|
|
1288
|
-
strokeLinejoin: "round",
|
|
1289
|
-
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"
|
|
1290
|
-
}));
|
|
1291
|
-
}
|
|
1292
|
-
const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(TrashIcon);
|
|
1293
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ForwardRef);
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
/***/ }),
|
|
1297
|
-
|
|
1298
|
-
/***/ 74654:
|
|
1299
|
-
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
1300
|
-
|
|
1301
|
-
"use strict";
|
|
1302
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1303
|
-
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1304
|
-
/* harmony export */ });
|
|
1305
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31768);
|
|
1306
|
-
|
|
1307
|
-
function XMarkIcon({ title, titleId, ...props }, svgRef) {
|
|
1308
|
-
return /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", Object.assign({
|
|
1309
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1310
|
-
fill: "none",
|
|
1311
|
-
viewBox: "0 0 24 24",
|
|
1312
|
-
strokeWidth: 1.5,
|
|
1313
|
-
stroke: "currentColor",
|
|
1314
|
-
"aria-hidden": "true",
|
|
1315
|
-
"data-slot": "icon",
|
|
1316
|
-
ref: svgRef,
|
|
1317
|
-
"aria-labelledby": titleId
|
|
1318
|
-
}, props), title ? /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("title", {
|
|
1319
|
-
id: titleId
|
|
1320
|
-
}, title) : null, /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
1321
|
-
strokeLinecap: "round",
|
|
1322
|
-
strokeLinejoin: "round",
|
|
1323
|
-
d: "M6 18 18 6M6 6l12 12"
|
|
1324
|
-
}));
|
|
1325
|
-
}
|
|
1326
|
-
const ForwardRef = /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.forwardRef(XMarkIcon);
|
|
1327
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ForwardRef);
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
/***/ }),
|
|
1331
|
-
|
|
1332
|
-
/***/ 79551:
|
|
1333
|
-
/***/ ((module) => {
|
|
1334
|
-
|
|
1335
|
-
"use strict";
|
|
1336
|
-
module.exports = require("url");
|
|
1337
|
-
|
|
1338
|
-
/***/ }),
|
|
1339
|
-
|
|
1340
|
-
/***/ 84426:
|
|
1341
|
-
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
1342
|
-
|
|
1343
|
-
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 56962));
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
1346
|
/***/ }),
|
|
1347
1347
|
|
|
1348
1348
|
/***/ 86439:
|
|
@@ -1434,8 +1434,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1434
1434
|
// This file is generated by the Webpack next-flight-loader.
|
|
1435
1435
|
|
|
1436
1436
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,react_server_dom_webpack_server__WEBPACK_IMPORTED_MODULE_0__.registerClientReference)(
|
|
1437
|
-
function() { throw new Error("Attempted to call the default export of \"/
|
|
1438
|
-
"/
|
|
1437
|
+
function() { throw new Error("Attempted to call the default export of \"/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/auth/signup/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."); },
|
|
1438
|
+
"/home/runner/work/semiont/semiont/apps/frontend/src/app/[locale]/auth/signup/page.tsx",
|
|
1439
1439
|
"default",
|
|
1440
1440
|
));
|
|
1441
1441
|
|
|
@@ -1449,7 +1449,7 @@ function() { throw new Error("Attempted to call the default export of \"/Users/p
|
|
|
1449
1449
|
var __webpack_require__ = require("../../../../webpack-runtime.js");
|
|
1450
1450
|
__webpack_require__.C(exports);
|
|
1451
1451
|
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
|
|
1452
|
-
var __webpack_exports__ = __webpack_require__.X(0, [4725,1854,1940,1037,7912,
|
|
1452
|
+
var __webpack_exports__ = __webpack_require__.X(0, [4725,1854,1940,1037,7912,8387,580], () => (__webpack_exec__(84659)));
|
|
1453
1453
|
module.exports = __webpack_exports__;
|
|
1454
1454
|
|
|
1455
1455
|
})();
|